@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  color: #333;
  font-size: 10px;
}

body {
  font-family: '游ゴシック', YuGothic, 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'メイリオ', sans-serif;
  font-size: 1.5rem;
  line-height: 1.73333;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
  overflow-x: hidden;
}

body.page-visilble {
  opacity: 1;
}

a {
  cursor: pointer;
  color: #8b5f23;
  text-decoration: none;
}

a[href]:hover {
  opacity: .8;
}

img {
  max-width: 100%;
  vertical-align: top;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  padding: 0;
  outline: none;
}

.breadcrumb {
  background: #f7f3f0;
  font-size: 1.2rem;
}

@media screen and (min-width: 769px) {
  .breadcrumb {
    padding: 15px 0;
  }
}

@media screen and (max-width: 768px) {
  .breadcrumb {
    padding: 15px 20px 35px;
  }
}

.breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 920px;
  margin: 0 auto;
}

.breadcrumb li:nth-child(n+2):before {
  display: inline-block;
  margin: 0 1em;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 10px solid #8b5f23;
  content: '';
}

.c-gold {
  color: #8b5f23 !important;
}

.c-brown {
  color: #4e2902 !important;
}

.c-gray-c {
  color: #ccc !important;
}

.c-gray-70 {
  color: #707070 !important;
}

.c-black {
  color: #333 !important;
}

.c-white {
  color: #fff !important;
}

.bg-gold {
  background-color: #8b5f23 !important;
}

.bg-brown {
  background-color: #4e2902 !important;
}

.bg-gray-c {
  background-color: #ccc !important;
}

.bg-gray-70 {
  background-color: #707070 !important;
}

.bg-black {
  background-color: #333 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bold {
  font-weight: bold;
}

.mb-1em {
  margin-bottom: 1em !important;
}

.mt-1em {
  margin-top: 1em !important;
}

@media screen and (min-width: 769px) {
  .mt-s {
    margin-top: 20px !important;
  }
  .mt-m {
    margin-top: 50px !important;
  }
  .mt-l {
    margin-top: 80px !important;
  }
  .mb-s {
    margin-bottom: 20px !important;
  }
  .mb-m {
    margin-bottom: 50px !important;
  }
  .mb-l {
    margin-bottom: 80px !important;
  }
  .pt-s {
    padding-top: 20px !important;
  }
  .pt-m {
    padding-top: 50px !important;
  }
  .pt-l {
    padding-top: 80px !important;
  }
  .pb-s {
    padding-bottom: 20px !important;
  }
  .pb-m {
    padding-bottom: 50px !important;
  }
  .pb-l {
    padding-bottom: 80px !important;
  }
  .ptb-s {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .ptb-m {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .ptb-l {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}

@media screen and (max-width: 768px) {
  .mt-s {
    margin-top: 15px !important;
  }
  .mt-m {
    margin-top: 35px !important;
  }
  .mt-l {
    margin-top: 55px !important;
  }
  .mb-s {
    margin-bottom: 15px !important;
  }
  .mb-m {
    margin-bottom: 35px !important;
  }
  .mb-l {
    margin-bottom: 55px !important;
  }
  .pt-s {
    padding-top: 15px !important;
  }
  .pt-m {
    padding-top: 35px !important;
  }
  .pt-l {
    padding-top: 55px !important;
  }
  .pb-s {
    padding-bottom: 15px !important;
  }
  .pb-m {
    padding-bottom: 35px !important;
  }
  .pb-l {
    padding-bottom: 80px !important;
  }
  .ptb-s {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .ptb-m {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .ptb-l {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
}

.mt-z {
  margin-top: 0 !important;
}

.mb-z {
  margin-bottom: 0 !important;
}

.ptb-z {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.t-center {
  text-align: center !important;
}

@media screen and (min-width: 769px) {
  ._pc-t-left {
    text-align: left !important;
  }
  ._pc-t-center {
    text-align: center !important;
  }
}

@media screen and (max-width: 768px) {
  ._sp-t-left {
    text-align: left !important;
  }
  ._sp-t-center {
    text-align: center !important;
  }
}

.t-size-l {
  font-size: 120%;
}

.ib {
  display: inline-block !important;
}

@media screen and (min-width: 769px) {
  .br2 {
    display: block;
    height: 1em;
  }
}

@media screen and (max-width: 768px) {
  .br2 {
    display: inline-block;
    width: 1em;
  }
}

@media screen and (min-width: 480px) and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .tab {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .tab {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .sp_tab {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

@media screen and (min-width: 480px) and (max-width: 768px) {
  .sp {
    display: none !important;
  }
}

.none {
  display: none !important;
}

.info-nav {
  background: url("../img/fog-bg.jpg") no-repeat center/cover;
}

@media screen and (min-width: 769px) {
  .info-nav {
    padding: 40px 0 30px;
  }
}

@media screen and (min-width: 769px) {
  .info-nav > .inner-l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.f-info {
  font-size: 1.4rem;
}

@media screen and (min-width: 769px) {
  .f-info {
    border-right: 1px solid #ccc;
    padding: 8px 15px 30px;
    width: 250px;
  }
}

@media screen and (max-width: 768px) {
  .f-info {
    text-align: center;
    width: 100%;
    padding: 35px 0 30px;
  }
}

.f-info > .logo {
  display: block;
  margin: 0 auto 12px;
  width: 105px;
}

.copyright {
  background: #4e2902;
  color: #fff;
  font-size: 1.3rem;
  padding: 20px 0;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
}

.f-page-top {
  position: fixed;
  width: 1em;
  height: 1em;
  z-index: 100;
}

@media screen and (min-width: 769px) {
  .f-page-top {
    font-size: 70px;
    right: 30px;
    bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .f-page-top {
    font-size: 55px;
    right: 15px;
    bottom: 15px;
  }
}

/* footer */
@media screen and (min-width: 769px) {
  .f-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 250px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .f-nav {
    background: #8B5F23;
    margin: 0 -20px;
  }
}

@media screen and (min-width: 769px) {
  .f-nav > .col {
    margin-left: 15px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
}

@media screen and (min-width: 769px) {
  .f-nav > .col > .text {
    font-size: 1.4rem;
    margin-top: 1em;
  }
  .f-nav > .col > .text:first-child {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .f-nav > .col > .text {
    font-size: 1.5rem;
  }
}

.f-nav > .col > .list-triangle {
  margin-top: 1em;
  margin-left: 1em;
}

@media screen and (max-width: 768px) {
  .f-nav > .col-nav-main > .text > .link {
    border-bottom: 1px solid #8B7331;
    display: block;
    padding: 1em;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
  }
  .f-nav > .col-nav-main > .text > .link:before {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .f-nav > .col-nav-other {
    background: #9F7133;
    padding: 25px 30px;
  }
  .f-nav > .col-nav-other > .text {
    margin-top: .75em;
  }
  .f-nav > .col-nav-other > .text:first-child {
    margin-top: 0;
  }
}

@media screen and (min-width: 769px) {
  .f-nav .link {
    color: inherit;
  }
}

@media screen and (max-width: 768px) {
  .f-nav .link {
    color: #fff;
  }
}

.reservation {
  background: url("../img/reservation-bg.jpg") no-repeat center/cover;
  color: #fff;
  text-align: center;
  padding: 28px 0;
}

.reservation > .inner-l > .title {
  font-size: 1.3rem;
  margin-bottom: .5em;
  font-family: 'Noto Serif JP', serif;
}

.reservation > .inner-l > .title:before, .reservation > .inner-l > .title:after {
  content: '';
  display: inline-block;
  background: url("../img/reservation-title.png") no-repeat center/contain;
  width: 42px;
  height: 12px;
  margin: 0 .5em;
}

.reservation > .inner-l > .title:before {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.reservation > .inner-l > .tel {
  font-size: 3.2rem;
}

.reservation > .inner-l > .tel > .link {
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.reservation > .inner-l > .tel > .link > .ico {
  margin-right: 8px;
}

.reservation > .inner-l > .text {
  font-family: 'Noto Serif JP', serif;
}

@media screen and (max-width: 768px) {
  .reservation > .inner-l > .text {
    text-align: left;
  }
}

.sales-area {
  color: #8b5f23;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .sales-area {
    padding: 38px 0 40px;
  }
}

@media screen and (max-width: 768px) {
  .sales-area {
    padding: 28px 0 32px;
  }
}

.sales-area > .inner-l > .title {
  font-family: 'Noto Serif JP', serif;
  font-size: 2.1rem;
  margin-bottom: .75em;
}

.sales-area > .inner-l > .title:before, .sales-area > .inner-l > .title:after {
  content: '';
  display: inline-block;
  background: url("../img/sales-area-title.png") no-repeat center/contain;
  width: 56px;
  height: 13px;
  margin: 0 .5em;
}

.sales-area > .inner-l > .title:before {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.sales-area > .inner-l > .text {
  font-size: 1.3rem;
  line-height: 1.8rem;
}

/* header */
.site-header {
  background: url("../img/fog-bg.jpg") no-repeat center/cover;
  font-family: 'Noto Serif JP', serif;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .site-header {
    padding-bottom: 27px;
  }
}

@media screen and (max-width: 768px) {
  .site-header-top {
    background: #8b5f23;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 70px;
    position: relative;
  }
}

.dscription {
  font-size: 1rem;
}

@media screen and (min-width: 769px) {
  .dscription {
    color: #4e2902;
    padding: 1em 0 0 2em;
  }
}

@media screen and (max-width: 768px) {
  .dscription {
    color: #BAA877;
    line-height: 1.7;
    margin: 0px 70px 0 14px;
  }
}

.h-logo {
  display: block;
  width: 105px;
}

@media screen and (min-width: 769px) {
  .h-logo {
    margin: 30px auto 25px;
  }
}

@media screen and (max-width: 768px) {
  .h-logo {
    margin: 30px auto 20px;
  }
}

@media screen and (min-width: 769px) {
  .f-nav-area .site-nav {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .site-nav {
    background: #DBCEC0;
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .h-nav-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .h-nav-area {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: .2s;
    transition: .2s;
    z-index: -1;
  }
  .js-menu-show .h-nav-area {
    opacity: 1;
    z-index: 100;
  }
}

@media screen and (min-width: 769px) {
  .h-nav-btn__open {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .h-nav-btn__open {
    position: absolute;
    width: 44px;
    height: 44px;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: none;
  }
}

.h-nav-btn__open:before, .h-nav-btn__open:after {
  content: '';
  background: #fff;
  display: block;
  height: 1px;
  width: 30px;
  margin: 0 auto;
}

.h-nav-btn__open:before {
  -webkit-transform: translateY(-9px);
          transform: translateY(-9px);
}

.h-nav-btn__open:after {
  -webkit-transform: translateY(9px);
          transform: translateY(9px);
}

.h-nav-btn__border {
  background: #fff;
  display: block;
  height: 1px;
  width: 30px;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .h-nav-top {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .h-nav-top {
    background: #8b5f23;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 70px;
    padding: 0 22px;
    position: relative;
  }
}

.h-nav-logo {
  display: block;
  margin: 0 auto;
  width: 59px;
}

@media screen and (max-width: 768px) {
  .h-nav-btn__close {
    position: absolute;
    width: 44px;
    height: 44px;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: none;
  }
}

.h-nav-btn__close:before, .h-nav-btn__close:after {
  content: '';
  background: #fff;
  display: block;
  height: 1px;
  width: 30px;
  margin: 0 auto;
}

.h-nav-btn__close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.h-nav-btn__close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.nav-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .nav-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 769px) {
  .nav-main li:nth-child(n+2) {
    margin-left: 44px;
  }
  .nav-main li.current a,
  .nav-main li a:hover {
    color: #4e2902;
  }
}

@media screen and (max-width: 768px) {
  .nav-main li {
    border-bottom: 1px solid #4e2902;
  }
}

.nav-main a {
  font-size: 1.5rem;
}

@media screen and (min-width: 769px) {
  .nav-main a {
    color: inherit;
    display: inline-block;
    padding: 5px 0;
  }
}

@media screen and (max-width: 768px) {
  .nav-main a {
    color: #4e2902;
    display: block;
    padding: 1.5em;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .list-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 229px;
    margin: 0 auto;
    padding: 45px 0;
  }
  .list-sns > .item {
    margin-left: 60px;
  }
  .list-sns > .item:nth-child(3n+1) {
    margin-left: 0;
  }
  .list-sns > .item:nth-child(n+4) {
    margin-top: 42px;
  }
  .list-sns > .item > .link {
    display: block;
    text-indent: -9999px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 36px;
    width: 36px;
  }
}

.ico-store {
  background-image: url(../img/ico-store.svg);
}

.f-nav .ico-store {
  background-image: url(../img/ico-store-w.svg);
}

.ico-blog {
  background-image: url(../img/ico-blog.svg);
}

.f-nav .ico-blog {
  background-image: url(../img/ico-blog-w.svg);
}

.ico-fb {
  background-image: url(../img/ico-fb.svg);
}

.f-nav .ico-fb {
  background-image: url(../img/ico-fb-w.svg);
}

.ico-line {
  background-image: url(../img/ico-line.svg);
}

.f-nav .ico-line {
  background-image: url(../img/ico-line-w.svg);
}

.ico-tw {
  background-image: url(../img/ico-tw.svg);
}

.f-nav .ico-tw {
  background-image: url(../img/ico-tw-w.svg);
}

.ico-ig {
  background-image: url(../img/ico-ig.svg);
}

.f-nav .ico-ig {
  background-image: url(../img/ico-ig-w.svg);
}

/* contents base */
.page-header {
  font-family: 'Noto Serif JP', serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (min-width: 769px) {
  .page-header {
    height: 360px;
  }
}

@media screen and (max-width: 768px) {
  .page-header {
    height: 450px;
  }
}

.page-header.-img-no {
  background-color: #f7f7f7;
}

@media screen and (min-width: 769px) {
  .page-header.-img-no {
    height: 225px;
  }
}

@media screen and (max-width: 768px) {
  .page-header.-img-no {
    height: 150px;
  }
}

[data-page='ordermade'] .page-header {
  color: #fff;
}

@media screen and (min-width: 769px) {
  [data-page='ordermade'] .page-header {
    background-image: url("../../ordermade/img/bg-header.jpg");
  }
}

@media screen and (max-width: 768px) {
  [data-page='ordermade'] .page-header {
    background-image: url("../../ordermade/img/bg-header--sp.jpg");
  }
}

@media screen and (min-width: 769px) {
  [data-page='order-jewelry'] .page-header {
    background-image: url("../../order-jewelry/img/bg-header.jpg");
  }
}

@media screen and (max-width: 768px) {
  [data-page='order-jewelry'] .page-header {
    background-image: url("../../order-jewelry/img/bg-header_sp.jpg");
  }
}

@media screen and (min-width: 769px) {
  [data-page='order-jewelry-wedding'] .page-header {
    background-image: url("../../order-jewelry/wedding/img/bg-header.jpg");
  }
}

@media screen and (max-width: 768px) {
  [data-page='order-jewelry-wedding'] .page-header {
    background-image: url("../../order-jewelry/wedding/img/bg-header_sp.jpg");
  }
}

@media screen and (min-width: 769px) {
  [data-page='order-jewelry-fashion'] .page-header {
    background-image: url("../../order-jewelry/fashion/img/bg-header.jpg");
  }
}

@media screen and (max-width: 768px) {
  [data-page='order-jewelry-fashion'] .page-header {
    background-image: url("../../order-jewelry/fashion/img/bg-header_sp.jpg");
  }
}

@media screen and (min-width: 769px) {
  [data-page='order-jewelry-anniversary'] .page-header {
    background-image: url("../../order-jewelry/anniversary/img/bg-header.jpg");
  }
}

@media screen and (max-width: 768px) {
  [data-page='order-jewelry-anniversary'] .page-header {
    background-image: url("../../order-jewelry/anniversary/img/bg-header_sp.jpg");
  }
}

@media screen and (min-width: 769px) {
  [data-page='order-jewelry-pearl'] .page-header {
    background-image: url("../../order-jewelry/pearl/img/bg-header.jpg");
  }
}

@media screen and (max-width: 768px) {
  [data-page='order-jewelry-pearl'] .page-header {
    background-image: url("../../order-jewelry/pearl/img/bg-header_sp.jpg");
  }
}

@media screen and (min-width: 769px) {
  [data-page='store'] .page-header {
    background-image: url("../../store/img/bg-header.jpg");
  }
}

@media screen and (max-width: 768px) {
  [data-page='store'] .page-header {
    background-image: url("../../store/img/bg-header--sp.jpg");
  }
}

.page-header__read {
  font-size: 1.9rem;
  text-align: center;
  line-height: 1.6;
}

.page-header__read:before {
  display: block;
  height: 1px;
  margin: 40px auto 45px;
  background: currentColor;
  content: '';
}

@media screen and (min-width: 769px) {
  .page-header__read:before {
    width: 350px;
  }
}

@media screen and (max-width: 768px) {
  .page-header__read:before {
    width: 53px;
  }
}

/*共通っぽい　リード文*/
.page-read {
  background: #f7f3f0;
}

@media screen and (min-width: 769px) {
  .page-read {
    padding: 15px 0 50px;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .page-read {
    padding: 0 0 50px;
  }
}

.page-read__midashi {
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 30px;
  font-size: 23px;
}

.column-text-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .column-text-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 769px) {
  .column-text-img.pc-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .column-text-img.pc-reverse .col-img {
    margin-right: 0;
    margin-left: 35px;
  }
}

@media screen and (min-width: 769px) {
  .column-text-img .col-img {
    width: 54.44444%;
    margin-right: 35px;
  }
}

@media screen and (min-width: 769px) {
  .column-text-img .col-text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

/* オーダージュエリー */
/*共通っぽい　リンクリスト*/
.jewelry-selection {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .jewelry-selection {
    margin-bottom: 15px;
  }
}

.jewelry-selection__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .jewelry-selection__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 769px) {
  .jewelry-selection__item.-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.jewelry-selection .col-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 240px;
}

@media screen and (min-width: 769px) {
  .jewelry-selection .col-img {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media screen and (max-width: 768px) {
  .jewelry-selection .col-img {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .jewelry-selection .col-img {
    height: 400px;
  }
}

.jewelry-selection .col-img.-oj-wedding {
  background-image: url("../../order-jewelry/img/sec-bg--wedding_sp.png");
}

@media screen and (min-width: 769px) {
  .jewelry-selection .col-img.-oj-wedding {
    background-image: url("../../order-jewelry/img/sec-bg--wedding.png");
  }
}

.jewelry-selection .col-img.-oj-propose {
  background-image: url("../../order-jewelry/img/sec-bg--propose_sp.jpg");
}

@media screen and (min-width: 769px) {
  .jewelry-selection .col-img.-oj-propose {
    background-image: url("../../order-jewelry/img/sec-bg--propose.jpg");
  }
}

.jewelry-selection .col-img.-oj-pearl {
  background-image: url("../../order-jewelry/img/sec-bg--pearl_sp.png");
}

@media screen and (min-width: 769px) {
  .jewelry-selection .col-img.-oj-pearl {
    background-image: url("../../order-jewelry/img/sec-bg--pearl.png");
  }
}

.jewelry-selection .col-img.-oj-fashion {
  background-image: url("../../order-jewelry/img/sec-bg--fashion_sp.jpg");
}

@media screen and (min-width: 769px) {
  .jewelry-selection .col-img.-oj-fashion {
    background-image: url("../../order-jewelry/img/sec-bg--fashion.jpg");
  }
}

.jewelry-selection .col-img.-oj-anniversary {
  background-image: url("../../order-jewelry/img/sec-bg--anniversary_sp.png");
}

@media screen and (min-width: 769px) {
  .jewelry-selection .col-img.-oj-anniversary {
    background-image: url("../../order-jewelry/img/sec-bg--anniversary.png");
  }
}

.jewelry-selection .col-img.-oj-baby {
  background-image: url("../../order-jewelry/img/sec-bg--baby_sp.jpg");
}

@media screen and (min-width: 769px) {
  .jewelry-selection .col-img.-oj-baby {
    background-image: url("../../order-jewelry/img/sec-bg--baby.jpg");
  }
}

.jewelry-selection .col-img.-ring {
  background-image: url("../../order-jewelry/fashion/img/sec-bg--ring.png");
}

.jewelry-selection .col-img.-necklace {
  background-image: url("../../order-jewelry/fashion/img/sec-bg--necklace.png");
}

.jewelry-selection .col-img.-earring-pierce {
  background-image: url("../../order-jewelry/fashion/img/sec-bg--earring-pierce.png");
}

.jewelry-selection .col-img.-bracelets-bangle {
  background-image: url("../../order-jewelry/fashion/img/sec-bg--bracelets-bangle.png");
}

.jewelry-selection .col-img.-propose {
  background-image: url("../../order-jewelry/anniversary/img/sec-bg--propose_sp.png");
}

@media screen and (min-width: 769px) {
  .jewelry-selection .col-img.-propose {
    background-image: url("../../order-jewelry/anniversary/img/sec-bg--propose.png");
  }
}

.jewelry-selection .col-img.-birth {
  background-image: url("../../order-jewelry/anniversary/img/sec-bg--birth.png");
}

.jewelry-selection .col-img.-ceremony {
  background-image: url("../../order-jewelry/anniversary/img/sec-bg--ceremony_sp.png");
}

@media screen and (min-width: 769px) {
  .jewelry-selection .col-img.-ceremony {
    background-image: url("../../order-jewelry/anniversary/img/sec-bg--ceremony.png");
  }
}

.jewelry-selection .col-img.-adult {
  background-image: url("../../order-jewelry/anniversary/img/sec-bg--adult.png");
}

.jewelry-selection .col-img.-dailyuse {
  background-image: url("../../order-jewelry/anniversary/img/sec-bg--dailyuse.png");
}

.jewelry-selection .col-img.-anniversary {
  background-image: url("../../order-jewelry/anniversary/img/sec-bg--anniversary.png");
}

@media screen and (min-width: 769px) {
  .jewelry-selection .col-img.-pearl-img1 {
    background-image: url("../../order-jewelry/pearl/img/perl1.jpg");
  }
}

@media screen and (max-width: 768px) {
  .jewelry-selection .col-img.-pearl-img1 {
    background-image: url("../../order-jewelry/pearl/img/perl1_sp.jpg");
    height: 400px;
  }
}

@media screen and (min-width: 769px) {
  .jewelry-selection .col-img.-pearl-img2 {
    background-image: url("../../order-jewelry/pearl/img/perl2.jpg");
  }
}

@media screen and (max-width: 768px) {
  .jewelry-selection .col-img.-pearl-img2 {
    background-image: url("../../order-jewelry/pearl/img/perl2_sp.jpg");
    height: 400px;
  }
}

@media screen and (min-width: 769px) {
  .jewelry-selection .col-img.-pearl-img3 {
    background-image: url("../../order-jewelry/pearl/img/perl3.jpg");
  }
}

@media screen and (max-width: 768px) {
  .jewelry-selection .col-img.-pearl-img3 {
    background-image: url("../../order-jewelry/pearl/img/perl3_sp.jpg");
    height: 400px;
  }
}

.jewelry-selection .col-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .jewelry-selection .col-text {
    width: 43%;
    padding: 0 22px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1119px) {
  .jewelry-selection .col-text {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .jewelry-selection .col-text {
    width: 100%;
    padding: 35px 16px;
  }
  .jewelry-selection .col-text .text {
    width: 100%;
  }
}

/*共通っぽい　ご来店*/
.jewelry-shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #8b5f23;
}

@media screen and (max-width: 768px) {
  .jewelry-shop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.jewelry-shop__img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (min-width: 769px) {
  .jewelry-shop__img {
    width: 50%;
    min-height: 310px;
  }
}

@media screen and (max-width: 768px) {
  .jewelry-shop__img {
    width: 100%;
    height: 195px;
  }
}

.jewelry-shop__img img {
  width: 100%;
}

.jewelry-shop__text {
  padding: 25px 0;
  color: #fff;
  font-size: 1.4rem;
}

@media screen and (min-width: 769px) {
  .jewelry-shop__text {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .jewelry-shop__text {
    width: 100%;
  }
}

.jewelry-shop__text-inner {
  max-width: 370px;
  margin: 0 auto;
}

@media screen and (min-width: 480px) and (max-width: 768px) {
  .jewelry-shop__text-inner {
    margin: 0 auto;
  }
}

@media screen and (max-width: 479px) {
  .jewelry-shop__text-inner {
    margin: 0 20px;
  }
}

.jewelry-shop__text-midashi {
  margin-bottom: 20px;
  padding-bottom: 40px;
  background: url("../img/midashi-deco.png") no-repeat center bottom;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.jewelry-shop__button {
  text-align: center;
}

.jewelry-shop .link-stroke {
  margin-top: 30px;
  color: #fff;
}

.white-bg {
  background: #fff;
}

/*ワークショップ*/
.workshop {
  margin-bottom: 100px;
}

.h-step {
  margin-bottom: 40px;
  border-bottom: 1px solid #8b5f23;
  font-size: 20px;
  line-height: 40px;
}

.h-step__count {
  font-family: 'Halant', serif;
  margin-right: 8px;
  padding: 4px 13px;
  background: #8b5f23;
  color: #fff;
}

.workshop-step {
  margin-bottom: 100px;
}

.workshop-step .text {
  margin-bottom: 20px;
}

.text-box {
  padding: 30px;
  background: #f5f1ed;
  text-align: center;
}

/* h3のでふぉっぽいスタイル*/
.h2-style {
  margin-bottom: 40px;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}

.h3-style {
  margin-bottom: 20px;
  padding: 5px;
  border-bottom: 1px solid #8b5f23;
  color: #8b5f23;
  font-size: 20px;
  font-weight: bold;
}

.workshop-movie {
  margin-bottom: 80px;
  padding: 60px 0 80px;
  background: #f5f1ed;
}

.inline-list li {
  display: inline;
  padding-right: 30px;
}

/*結婚指輪*/
.wedding-selection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

.wedding-selection__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: calc(50% - 6px);
  margin: 3px;
}

@media screen and (max-width: 479px) {
  .wedding-selection__item {
    width: 100%;
    height: 550px;
  }
}

.wedding-selection__item-img {
  width: 100%;
  height: 100%;
}

.wedding-selection__item-text {
  display: block;
  position: absolute;
  top: 50px;
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 480px) and (max-width: 768px) {
  .wedding-selection__item-text {
    top: 36px;
  }
  .wedding-selection__item-text .h2-style2 {
    margin-bottom: 18px;
  }
}

.wedding-selection .link-stroke {
  position: absolute;
  bottom: 70px;
}

/*結婚指輪とかオーダジュエリーのh2スタイルっぽい*/
.h2-style2 {
  margin-bottom: 30px;
  color: #8b5f23;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.h2-style2 span {
  font-family: 'Halant', serif;
  display: block;
  font-size: 15px;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .sec-visit {
    margin-bottom: 35px;
  }
}

.workshop-mv img {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .text-center {
    text-align: center;
  }
}

.order-jewelry-pearl .column-text-img .col-text {
  width: calc(100% - 20px - 440px);
}

.order-jewelry-pearl .column-text-img .col-img {
  max-width: 440px;
  margin: 0;
  margin-left: 40px;
}

.order-jewelry-pearl .column-text-img.pc-reverse .col-img {
  margin-right: 40px;
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  .order-jewelry-pearl .column-text-img .col-text {
    width: 100%;
    margin-bottom: 20px;
  }
  .order-jewelry-pearl .column-text-img .col-text .h-step {
    margin-bottom: 20px;
  }
  .order-jewelry-pearl .column-text-img .col-img {
    max-width: 100%;
    margin: 0;
  }
  .order-jewelry-pearl .column-text-img.pc-reverse .col-img {
    margin: 0;
  }
}

[data-tab] {
  cursor: pointer;
}

[data-tab-cont] {
  display: none;
}

[data-tab-cont].-active {
  display: block;
}

.color-red {
  color: #d60808 !important;
}

.text-center {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .text-center--pc {
    text-align: center;
  }
}

/* headers */
.head-sub {
  text-align: center;
}

.h2-sub {
  display: inline-block;
  font-family: 'Halant', serif;
}

@media screen and (min-width: 769px) {
  .h2-sub {
    font-size: 1.3rem;
  }
  .page-header .h2-sub {
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .h2-sub {
    font-size: 1rem;
  }
  .page-header .h2-sub {
    font-size: 2rem;
  }
}

.h2-main {
  display: block;
  font-family: 'Halant', serif;
}

@media screen and (min-width: 769px) {
  .h2-main {
    font-size: 3rem;
  }
}

@media screen and (max-width: 768px) {
  .h2-main {
    font-size: 2.4rem;
  }
  .page-header .h2-main {
    font-size: 3rem;
  }
}

.h2-sub + .h2-main {
  margin-top: .5em;
}

.page-header .h2-main {
  margin-top: .1em;
}

.head-1line-l {
  color: #4e2902;
  font-size: 2.8rem;
  margin-bottom: 1em;
  font-family: 'Noto Serif JP', serif;
}

.head-2line {
  color: #8b5f23;
  text-align: center;
}

.head-2line > .sub {
  display: block;
  font-size: 1.3rem;
}

.head-2line > .main {
  display: block;
  font-size: 3.5rem;
}

.head-line-lr {
  color: #8b5f23;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .head-line-lr {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 768px) {
  .head-line-lr {
    margin-bottom: 30px;
  }
}

.head-line-lr > .text {
  display: inline-block;
  position: relative;
}

@media screen and (min-width: 769px) {
  .head-line-lr > .text {
    padding: 0 165px;
  }
}

@media screen and (max-width: 768px) {
  .head-line-lr > .text {
    padding: 0 60px;
  }
}

.head-line-lr > .text > .sub {
  font-family: 'Noto Serif JP', serif;
  display: block;
  color: #333;
  font-size: 1.3rem;
}

.head-line-lr > .text > .sepa {
  display: none;
}

.head-line-lr > .text > .main {
  font-family: 'Halant', serif;
  display: block;
  line-height: 1.3;
}

@media screen and (min-width: 769px) {
  .head-line-lr > .text > .main {
    font-size: 3rem;
  }
}

@media screen and (max-width: 768px) {
  .head-line-lr > .text > .main {
    font-size: 2.6rem;
  }
}

.head-line-lr > .text:before, .head-line-lr > .text:after {
  display: block;
  position: absolute;
  top: 50%;
  height: 1px;
  border-top: 3px solid CurrentColor;
  border-bottom: 1px solid CurrentColor;
  content: '';
}

@media screen and (min-width: 769px) {
  .head-line-lr > .text:before, .head-line-lr > .text:after {
    width: 138px;
  }
}

@media screen and (max-width: 768px) {
  .head-line-lr > .text:before, .head-line-lr > .text:after {
    width: 50px;
  }
}

.head-line-lr > .text:before {
  left: 0;
}

.head-line-lr > .text:after {
  right: 0;
}

.head--small {
  font-size: 2rem;
}

.head-deco--bottom {
  display: block;
  font-size: 2.5rem;
  line-height: 1.3;
  margin-bottom: .75em;
  width: 100%;
}

.head-deco--bottom:after {
  background: url("../img/head-deco--bottom.svg") no-repeat center/contain;
  content: '';
  display: block;
  margin-top: .5em;
  width: 100%;
  height: 20px;
}

.head-deco--m {
  font-size: 2rem;
  margin-bottom: 1em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .head-deco--m {
    font-size: 1.8rem;
  }
}

.head-deco--m > .text {
  display: inline-block;
  line-height: 1.4;
  position: relative;
  padding: 0 45px;
  font-family: 'Noto Serif JP', serif;
}

@media screen and (max-width: 768px) {
  .head-deco--m > .text {
    padding: 0 32px;
  }
}

.head-deco--m > .text:before, .head-deco--m > .text:after {
  background: url("../img/head-deco--m.svg") no-repeat center/contain;
  content: '';
  display: inline-block;
  width: 1.3em;
  position: absolute;
  top: 0;
  bottom: 0;
}

.head-deco--m > .text:before {
  left: 0;
}

.head-deco--m > .text:after {
  right: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.head-deco--s {
  color: #8b5f23;
  display: inline-block;
  font-size: 2.3rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .head-deco--s {
    display: block;
  }
}

.head-deco--s > .text:before, .head-deco--s > .text:after {
  background: url("../img/head-deco--s.svg") no-repeat center/contain;
  content: '';
  display: inline-block;
  width: 0.26087em;
  height: 1em;
  vertical-align: text-top;
}

.head-deco--s > .text:before {
  margin-right: .5em;
}

.head-deco--s > .text:after {
  margin-left: .5em;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

@media screen and (min-width: 769px) {
  .inner-s {
    margin-left: auto;
    margin-right: auto;
    width: 800px;
  }
}

@media screen and (max-width: 768px) {
  .inner-s {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media screen and (min-width: 769px) {
  .inner-m {
    margin-left: auto;
    margin-right: auto;
    width: 900px;
  }
}

@media screen and (max-width: 768px) {
  .inner-m {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media screen and (min-width: 769px) {
  .inner-l {
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
  }
}

@media screen and (max-width: 768px) {
  .inner-l {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.column2 .col {
  margin-top: 60px;
  margin-right: 22px;
  width: calc((100% - 22px * 1) / 2);
}

.column2 .col:nth-child(2n) {
  margin-right: 0;
}

.column2 .col:nth-child(-n+2) {
  margin-top: 0;
}

.column3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.column3 .col {
  margin-right: 15px;
  width: calc((100% - 15px * 2) / 3);
}

.column3 .col:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .sp-column1,
  .sp-list1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sp-column1 .col,
  .sp-column1 .item,
  .sp-list1 .col,
  .sp-list1 .item {
    margin: 0;
    width: 100%;
  }
  .sp-column1 .col:nth-child(n+2),
  .sp-column1 .item:nth-child(n+2),
  .sp-list1 .col:nth-child(n+2),
  .sp-list1 .item:nth-child(n+2) {
    margin-top: 1em;
  }
}

.hr-deco {
  border: none;
  background: url("../img/hr-deco.png") no-repeat center/contain;
  display: block;
  margin: 1em auto;
  width: 220px;
  height: 9px;
}

@media screen and (min-width: 769px) {
  .hr-deco {
    font-size: 3rem;
  }
}

@media screen and (max-width: 768px) {
  .hr-deco {
    font-size: 2rem;
  }
}

/* link */
.link-triangle:after {
  content: '';
  display: inline-block;
  border-style: solid;
  border-color: transparent transparent transparent CurrentColor;
  border-width: 3.5px 0 3.5px 8px;
  margin-left: .5em;
  vertical-align: middle;
}

.link-arrow-right:before {
  content: '>';
  display: inline-block;
  font-size: 80%;
  margin-right: .75em;
}

.link-stroke,
.btn-stroke {
  display: inline-block;
  color: #8b5f23;
  cursor: pointer;
  font-size: 1.3rem;
  background: none;
  border: 1px solid CurrentColor;
  padding: .75em 45px;
}

@media screen and (min-width: 769px) {
  .link-stroke,
  .btn-stroke {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .link-stroke,
  .btn-stroke {
    margin-top: 30px;
  }
}

.link-stroke > .ico,
.btn-stroke > .ico {
  margin-right: .5em;
  vertical-align: sub;
}

.link-stroke:after,
.btn-stroke:after {
  content: '>';
  display: inline-block;
  margin: 0 -18px 0 26px;
}

.link-stroke.c-white:hover,
.btn-stroke.c-white:hover {
  border-color: #fff;
}

.link-stroke.-target:after,
.btn-stroke.-target:after {
  background: url("../img/ico-link-target-g.svg") no-repeat center/contain;
  content: '';
  width: 1em;
  height: 1em;
  margin: 0 -1em 0 1.5em;
  vertical-align: text-top;
}

.link-stroke.-target:hover:after,
.btn-stroke.-target:hover:after {
  background-image: url("../img/ico-link-target-w.svg");
}

.btn-stroke {
  width: 200px;
}

a.link-stroke:hover,
.btn-stroke:hover {
  border-color: #8b5f23;
  background: #8b5f23;
  color: #fff;
}

a.hover-border {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media screen and (min-width: 769px) {
  a.hover-border {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

a.hover-border:before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid #fff;
  opacity: 0;
}

a.hover-border:hover:before {
  opacity: 1;
}

.col-link {
  display: block;
}

.col-link > .text {
  color: #707070;
  margin-top: 1em;
}

.ico-target:after {
  background: url("../img/ico-link-target.svg") no-repeat center/contain;
  content: '';
  display: inline-block;
  width: 12px;
  height: 10px;
  vertical-align: middle;
  margin-left: .5em;
}

@media screen and (max-width: 768px) {
  .f-nav .ico-target:after {
    background-image: url("../img/ico-link-target-w.svg");
  }
}

/* list */
.list {
  font-family: 'Noto Serif JP', serif;
}

.list li {
  padding-left: 1.25em;
}

.list li:before {
  content: '';
  display: inline-block;
  width: .75em;
  height: .75em;
  margin: 0 .5em 0 -1.25em;
  background: #8b5f23;
  border-radius: 1em;
}

.list li.list__icon-hide:before {
  background: none;
}

@media screen and (max-width: 768px) {
  .list-triangle {
    font-size: 1.6rem;
  }
}

.list-triangle > .item {
  padding-left: 1em;
}

.list-triangle > .item:nth-child(n+2) {
  margin-top: .15em;
}

.list-triangle > .item:before {
  content: '';
  display: inline-block;
  border-style: solid;
  border-color: transparent transparent transparent #333;
  border-width: 3.5px 0 3.5px 8px;
  margin-left: -1em;
  vertical-align: middle;
}

@media screen and (min-width: 769px) {
  .list-triangle > .item:before {
    margin-right: .75em;
  }
}

@media screen and (max-width: 768px) {
  .list-triangle > .item:before {
    margin-right: .5em;
  }
}

.list-triangle.-ico-gold > .item:before {
  border-color: transparent transparent transparent #8b5f23;
}

.list-triangle.-c-black > .item > .link {
  color: #333;
}

.list-circle {
  font-family: 'Noto Serif JP', serif;
}

@media screen and (min-width: 769px) {
  .list-circle {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .list-circle {
    font-size: 1.4rem;
  }
}

.list-circle li {
  padding-left: 1em;
}

.list-circle li:before {
  content: '';
  display: inline-block;
  background: #8b5f23;
  width: .5em;
  height: .5em;
  border: none;
  border-radius: 1em;
  margin-right: .75em;
  margin-left: -1.25em;
  vertical-align: middle;
}

.list-circle a {
  color: inherit;
}

.list-privacy li {
  margin-top: 1em;
}

@media screen and (max-width: 768px) {
  table, tbody, tr, th, td {
    display: block;
  }
}

table {
  width: 100%;
}

tr {
  border-bottom: 1px solid #8b5f23;
}

tr:first-child {
  border-top: 1px solid #8b5f23;
}

th {
  background: rgba(186, 168, 119, 0.24);
  text-align: center;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  th {
    padding: .5em;
    width: 100%;
  }
}

td {
  padding: 32px 44px;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  td {
    padding: .75em 0;
    width: 100%;
  }
}

.tel__item {
  text-align: center;
}

.tel__title {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.3rem;
}

.tel__title span {
  background: #8b5f23;
  color: #fff;
  display: inline-block;
  padding: .15em .6em;
}

@media screen and (max-width: 768px) {
  .tel__title {
    margin-top: 45px;
  }
}

.tel__text {
  font-family: 'Noto Serif JP', serif;
  font-size: 2.5rem;
  margin-top: .25em;
}

.tel__text a {
  color: #8b5f23;
}

.ico-tel {
  margin-right: .4em;
  vertical-align: middle;
  width: 1.7rem;
}

.f-txt__hear {
  font-family: 'Noto Serif JP', serif;
}

@media screen and (max-width: 768px) {
  .f-txt__hear {
    margin-top: 1em;
    text-align: left;
  }
}

.fill-box--fog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  background: url("../img/fog-bg.jpg") no-repeat center/cover;
}

@media screen and (min-width: 769px) {
  .fill-box--fog {
    padding: 28px 0 40px;
  }
}

@media screen and (max-width: 768px) {
  .fill-box--fog {
    /*margin: 50px 20px 0;*/
    padding: 24px 28px;
  }
}

.fill-box--fog .head-1line {
  margin-bottom: 1.25em;
}

.contact-notice-box {
  border: 1px solid #d60808;
  margin: 1.5rem 0 3em;
  padding: .75em 1em;
}

.contact-notice-box strong {
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .contact-notice-box {
    text-align: center;
  }
}

@media screen and (min-width: 769px) {
  .contact-tel-sec .tel__text {
    font-size: 4.5rem;
    margin-top: 0;
  }
  .contact-tel-sec .ico-tel {
    margin-right: .2em;
    vertical-align: baseline;
    width: 2.7rem;
  }
}

@media screen and (max-width: 768px) {
  .contact-tel-sec .tel__text {
    font-size: 3.5rem;
  }
}

.contact-tel-sec .fill-box--gray {
  margin-bottom: 30px;
}

.contact-mail-thanks-sec {
  margin-bottom: 50px;
}

.contact-mail-thanks-sec p {
  margin-bottom: 1em;
}

.contact-tel {
  margin: 40px 0;
}

@media screen and (min-width: 769px) {
  .contact-mail__table th {
    padding: 23px 21px;
    text-align: left;
  }
  .contact-mail__table td {
    padding: 23px 0 23px 28px;
  }
}

.table-cell__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-mail__cell-required {
  font-size: 1.2rem;
  color: #d60808;
  border: 1px solid CurrentColor;
  margin-left: .75em;
  padding: 0 .5em;
}

.radio-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 769px) {
  .radio-grid label {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .radio-grid label {
    margin-right: 1em;
  }
}

.contact-mail__btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

input[type="text"],
textarea {
  font-size: 1.5rem;
  width: 100%;
  padding: .25em .5em;
  border: 1px solid #707070;
}

select {
  font-size: 1.4rem;
  padding: .25em 0;
  vertical-align: bottom;
}

textarea {
  height: 12em;
  resize: vertical;
}

.hope-item:nth-child(n+2) {
  margin-top: 10px;
}

.hope-text {
  margin-top: 10px;
}

input.hope_time,
select.hope_time {
  font-size: 1.4rem;
  width: 60px;
  vertical-align: bottom;
}

.js-select-error:not(.js-disabled) {
  border-color: #d60808;
}

.js-disabled {
  background: #ccc;
}

.contact-mail__note-area {
  padding: 80px 0 50px;
}

.contact-mail__note-area p {
  padding-left: 1em;
  text-indent: -1em;
}

.contact-form__error {
  color: #d60808;
  margin-top: .5em;
}

@media screen and (min-width: 769px) {
  .btn-submit-area {
    width: 200px;
  }
}

@media screen and (max-width: 768px) {
  .btn-submit-area {
    width: calc(50% - 10px);
  }
}

@media screen and (min-width: 769px) {
  .btn-submit {
    width: 200px;
  }
}

@media screen and (max-width: 768px) {
  .btn-submit {
    line-height: 1.3;
    width: 100%;
  }
}

.btn-return {
  line-height: 1.3;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .btn-return {
    margin-right: 40px;
    width: 200px;
  }
}

@media screen and (max-width: 768px) {
  .btn-return {
    margin-right: 20px;
    width: calc(50% - 10px);
  }
}

.btn-return--top {
  text-align: center;
  width: 200px;
}

.jewelry-note__text-area--m {
  margin: .5em 0 2em;
}

.jewelry-note__text-area--l {
  margin: 1em 0 4em;
}

@media screen and (min-width: 769px) {
  .jewelry-note__table th, .jewelry-note__table td {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.pearl-kind__list {
  margin-top: 1.25em;
}

.pearl-kind__list dt {
  font-size: 1.7rem;
  font-weight: bold;
  padding-left: 1em;
}

.pearl-kind__list dt:before {
  content: '';
  display: inline-block;
  width: .5em;
  height: .5em;
  margin-right: .5em;
  border-radius: 1em;
  margin-left: -1em;
  background: #8b5f23;
  vertical-align: middle;
}

.pearl-kind__list dd {
  margin: .25em 0 1.25em;
}

@media screen and (min-width: 769px) {
  .sec-info {
    padding: 50px 0;
  }
}

@media screen and (max-width: 768px) {
  .sec-info {
    padding: 45px 0 25px;
  }
}

.info-list li {
  border-bottom: 1px solid #ccc;
}

.info-list li:first-child {
  border-top: 1px solid #ccc;
}

.info-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1em 0;
}

.info-cont:before {
  display: inline-block;
  text-align: center;
  content: '>';
  color: #8b5f23;
}

@media screen and (min-width: 769px) {
  .info-cont:before {
    width: 1em;
    margin-left: 18px;
  }
}

@media screen and (max-width: 768px) {
  .info-cont:before {
    width: 20px;
  }
}

.info-date {
  width: 65px;
  color: #333;
}

@media screen and (min-width: 769px) {
  .info-date {
    margin-left: 25px;
  }
}

@media screen and (max-width: 768px) {
  .info-date {
    margin-left: 1em;
  }
}

@media screen and (min-width: 769px) {
  .info-text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 75px;
  }
}

@media screen and (max-width: 768px) {
  .info-text {
    width: 100%;
    margin-top: 1em;
    padding: 0 .5em;
  }
}

.info-more {
  margin-top: .25em;
  text-align: right;
}

.info-more a {
  font-size: 1.3rem;
  line-height: 2.3rem;
}

.info-more a:after {
  display: inline-block;
  width: 1em;
  margin-left: 2em;
  content: '>';
}

@media screen and (min-width: 769px) {
  .news-section__item1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 768px) {
  .news-section__item1 {
    margin-bottom: 2em;
  }
}

@media screen and (min-width: 769px) {
  .news-section__item1-full {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 768px) {
  .news-section__item1-full {
    margin-bottom: 2em;
  }
}

@media screen and (min-width: 769px) {
  .news-section__item2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 768px) {
  .news-section__item2 {
    margin-bottom: 2em;
  }
}

@media screen and (min-width: 769px) {
  .news-item {
    width: 362px;
  }
}

@media screen and (max-width: 768px) {
  .news-item {
    margin-bottom: 2em;
  }
}

.news-item__caption {
  margin-top: .5em;
  text-align: center;
}

.news__link-bottom {
  text-align: center;
}

.jewelry-block-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.jewelry-block-list__item {
  width: 50%;
  height: 695px;
  background: url("../../img/bg-rings.png") no-repeat center bottom;
  background-size: 100%;
}

.baby-mv__head {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 60px 0 0;
}

@media screen and (min-width: 769px) {
  .baby-mv__head {
    height: 420px;
    background-image: url("../../order-jewelry/baby/img/mv-img__main.jpg");
  }
}

@media screen and (max-width: 768px) {
  .baby-mv__head {
    background-color: #f7f7f7;
  }
}

.baby-mv__text {
  font-size: 1.4rem;
  line-height: 1.8;
  max-width: 480px;
  padding-bottom: 1.5em;
  font-family: 'Noto Serif JP', serif;
}

.baby-amame {
  font-family: 'Noto Serif JP', serif;
  padding: 50px 0 45px;
}

@media screen and (max-width: 768px) {
  .baby-amame {
    padding: 30px 0 50px;
  }
}

.baby-amame__head.head-line-lr {
  color: #333;
  margin-bottom: 20px;
}

.baby-amame__head.head-line-lr > .text {
  padding: 0;
}

.baby-amame__head.head-line-lr > .text:before, .baby-amame__head.head-line-lr > .text:after {
  display: none;
}

.baby-amame__read {
  font-size: 2rem;
  margin-bottom: 1em;
}

.baby-amame__text {
  font-size: 1.4rem;
}

.baby-amame__img {
  margin: auto;
  max-width: 648px;
}

.baby-present {
  padding-bottom: 60px;
}

.baby-present__head {
  background: #e2e1e7 url("../../order-jewelry/baby/img/present__head-bg.png") no-repeat left center/cover;
}

@media screen and (max-width: 768px) {
  .baby-present__head {
    background-image: url("../../order-jewelry/baby/img/present__head-bg_sp.png");
  }
}

.baby-present__head > .inner-l {
  height: 508px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  .baby-present__head > .inner-l {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 620px;
  }
}

.baby-present__head > .inner-l > .box {
  background: rgba(255, 255, 255, 0.84);
}

@media screen and (min-width: 769px) {
  .baby-present__head > .inner-l > .box {
    padding: 55px 75px;
    width: 465px;
  }
}

@media screen and (max-width: 768px) {
  .baby-present__head > .inner-l > .box {
    margin-bottom: 30px;
    padding: 35px 31px;
  }
}

.baby-present__head > .inner-l > .box > .title {
  font-size: 2.8rem;
  line-height: 1.3;
  margin-bottom: .75em;
  font-family: 'Noto Serif JP', serif;
}

@media screen and (max-width: 768px) {
  .baby-present__head > .inner-l > .box > .title {
    font-size: 2.5rem;
  }
}

/*AJMオーダーメイド*/
@media screen and (min-width: 769px) {
  .order-made-sec {
    max-width: 1200px;
    margin: 0 auto 100px;
  }
}

@media screen and (min-width: 769px) {
  .order-made-sec__text-right {
    padding-top: 75px;
    padding-left: 37%;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .order-made-sec__text-right {
    padding: 75.46667% 20px 20px;
  }
}

@media screen and (min-width: 769px) {
  .order-made-sec__text-left {
    padding: 50px 40% 0 10%;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .order-made-sec__text-left {
    padding: 75.46667% 20px 20px;
  }
}

.order-made-sec .english-title {
  font-family: 'Noto Serif JP', serif;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: .75em;
  color: #8b5f23;
  font-size: 30px;
  line-height: 1.3;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .order-made-sec .english-title {
    margin-top: 35px;
    margin-bottom: .25em;
  }
}

.order-made-sec .english-title .h2-sub + .h2-main {
  margin: 0;
}

.order-made-sec .english-title .h2-sub {
  display: block;
  color: #333;
}

.order-made-sec .english-title .midashi-illust {
  display: inline;
  width: 70px;
}

.ordermade__head {
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: .75em;
  font-family: 'Noto Serif JP', serif;
}

@media screen and (max-width: 768px) {
  .ordermade__head {
    margin-bottom: .5em;
    font-size: 30px;
  }
}

@media screen and (max-width: 479px) {
  .ordermade__head {
    margin-bottom: .5em;
    font-size: 5.4vw;
  }
}

@media screen and (min-width: 769px) {
  .full-order-jewelry {
    height: 500px;
    margin: 20px 0;
    background: url("../../ordermade/img/ordermade1.jpg") no-repeat center/100%;
  }
}

@media screen and (max-width: 768px) {
  .full-order-jewelry {
    background: url("../../ordermade/img/ordermade1_sp.jpg") no-repeat center top/contain;
  }
}

@media screen and (min-width: 769px) {
  .jewelry-reform {
    height: 500px;
    background: url("../../ordermade/img/ordermade2.jpg") no-repeat center/100%;
  }
}

@media screen and (max-width: 768px) {
  .jewelry-reform {
    background: url("../../ordermade/img/ordermade2_sp.jpg") no-repeat center top/contain;
  }
}

.pearl-tabsec__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pearl-tabsec__button li {
  display: block;
  width: 100%;
  margin: 1px;
  background: #333;
  text-align: center;
  font-weight: bold;
}

.pearl-tabsec__button li.-active, .pearl-tabsec__button li:hover {
  background: #d0b66a;
}

.pearl-tabsec__button li.-active span, .pearl-tabsec__button li:hover span {
  color: #333;
}

.pearl-tabsec__button span {
  display: block;
  padding: 14px 0;
  color: #fff;
}

.pearl-tabsec__content {
  padding: 40px;
  background: #f5f1ed;
}

.pearl-tabsec__content .col-img {
  width: 225px;
  margin: 0;
  margin-left: 30px;
}

@media screen and (max-width: 768px) {
  .pearl-tabsec__button {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pearl-tabsec__button li {
    width: calc(100% / 3 - 2px);
  }
  .pearl-tabsec__content {
    padding: 20px;
  }
  .pearl-tabsec__content .col-text {
    margin-bottom: 20px;
  }
  .pearl-tabsec__content .col-img {
    width: 100%;
    margin: 0;
  }
}

@media screen and (min-width: 480px) {
  .pearl-sairin__head {
    position: relative;
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 479px) {
  .pearl-sairin__head {
    margin-bottom: 25px;
  }
}

.pearl-sairin__head .head-line-lr {
  color: #fff;
  background: url("../../order-jewelry/pearl/img/pearl-sairin-img.jpg") no-repeat top/auto 100%;
  margin-bottom: .5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 480px) {
  .pearl-sairin__head .head-line-lr > .text > .main {
    font-size: 3.8rem;
  }
}

@media screen and (max-width: 479px) {
  .pearl-sairin__head .head-line-lr > .text > .main {
    font-size: 2.8rem;
  }
}

.pearl-sairin__head .head-line-lr > .text > .sub {
  color: #fff;
  letter-spacing: .15em;
}

@media screen and (min-width: 480px) {
  .pearl-sairin__head .head-line-lr > .text > .sub {
    font-size: 2.3rem;
  }
}

@media screen and (max-width: 479px) {
  .pearl-sairin__head .head-line-lr > .text > .sub {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 480px) {
  .pearl-sairin__head .head-line-lr {
    height: 340px;
    padding: 45px;
  }
}

@media screen and (max-width: 479px) {
  .pearl-sairin__head .head-line-lr {
    height: 232px;
    margin: 0 -20px;
    padding: 75px 0;
  }
  .pearl-sairin__head .head-line-lr > .text {
    letter-spacing: 0;
    padding: 0;
  }
  .pearl-sairin__head .head-line-lr > .text:before, .pearl-sairin__head .head-line-lr > .text:after {
    display: none;
  }
}

.pearl-sairin__head .caption {
  text-align: right;
}

@media screen and (max-width: 479px) {
  .pearl-sairin__head .caption {
    font-size: 1.2rem;
  }
}

.pearl-sairin__head .read {
  color: #8b5f23;
}

@media screen and (min-width: 480px) {
  .pearl-sairin__head .read {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.7rem;
    margin: 30px 0 0;
    min-height: 124px;
    position: relative;
    text-align: center;
    font-family: 'Halant', serif;
  }
  .pearl-sairin__head .read:before, .pearl-sairin__head .read:after {
    background: url("../../order-jewelry/pearl/img/pearl-sairin-deco.png") no-repeat center/contain;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 20px;
  }
  .pearl-sairin__head .read:before {
    left: 0;
  }
  .pearl-sairin__head .read:after {
    right: 0;
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
  }
}

@media screen and (max-width: 479px) {
  .pearl-sairin__head .read {
    font-size: 2rem;
    line-height: 1.5;
    margin-top: 1em;
  }
}

.pearl-sairin__cont > .title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: .75em;
}

@media screen and (min-width: 769px) {
  .pearl-sairin__cont > .title {
    text-align: center;
  }
}

.pearl-sairin__cont > .text {
  margin-bottom: 1em;
}

@media screen and (min-width: 769px) {
  .pearl-sairin__cont > .text {
    text-align: center;
  }
}

.pearl-sairin__cont > .note {
  font-size: 1.2rem;
}

.pearl-step .h-step {
  margin-bottom: 20px;
}

.pearl-step .h-step__text {
  color: #4e2902;
}

@media screen and (min-width: 769px) {
  .propose__sec-ptb {
    padding: 60px 0;
  }
}

@media screen and (max-width: 768px) {
  .propose__sec-ptb {
    padding: 45px 0;
  }
}

.propose-mv__head {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 60px 0 0;
}

@media screen and (min-width: 769px) {
  .propose-mv__head {
    height: 488px;
    background-image: url("../../order-jewelry/propose/img/mv-img__main.jpg");
  }
}

@media screen and (max-width: 768px) {
  .propose-mv__head {
    height: 330px;
    background-image: url("../../order-jewelry/propose/img/mv-img__main--sp.jpg");
  }
}

.propose-mv__cont {
  position: relative;
  font-family: 'Noto Serif JP', serif;
}

@media screen and (min-width: 769px) {
  .propose-mv__cont {
    text-align: center;
    padding: 35px 0 50px;
  }
}

@media screen and (max-width: 768px) {
  .propose-mv__cont {
    padding: 25px 0 70px;
  }
}

.propose-mv__cont:before, .propose-mv__cont:after {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: '';
  display: block;
  position: absolute;
}

.propose-mv__cont:before {
  background-image: url("../../order-jewelry/propose/img/mv-img__petal01.png");
}

@media screen and (min-width: 769px) {
  .propose-mv__cont:before {
    width: 195.5px;
    height: 189px;
    top: -90px;
    right: -70px;
  }
}

@media screen and (max-width: 768px) {
  .propose-mv__cont:before {
    width: 136.85px;
    height: 132.3px;
    top: -70px;
    right: 0;
  }
}

.propose-mv__cont:after {
  background-image: url("../../order-jewelry/propose/img/mv-img__petal02.png");
}

@media screen and (min-width: 769px) {
  .propose-mv__cont:after {
    width: 216px;
    height: 210px;
    left: -100px;
    bottom: -10px;
  }
}

@media screen and (max-width: 768px) {
  .propose-mv__cont:after {
    width: 151.2px;
    height: 147px;
    left: -20px;
    bottom: -55px;
  }
}

.propose-mv__text-message {
  margin: auto;
  max-width: 365px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .propose-mv__text-message {
    max-width: 80%;
  }
}

.propose-mv__text-m {
  font-size: 1.7rem;
}

.propose-mv__text-s {
  font-size: 1.4rem;
  margin-top: 1em;
}

.sec-propose-3feature {
  background: url("../img/fog-bg.jpg") no-repeat center/cover;
}

.sec-benefits {
  background: #F5F1ED;
}

.benefits-img {
  margin: auto;
  max-width: 400px;
}

.sec-episode {
  background: #f7f7f7;
}

.col-episode__title {
  color: #8b5f23;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .col-episode__title {
    margin: 1em 0;
  }
}

@media screen and (max-width: 768px) {
  .col-episode__title {
    margin: .75em 0;
  }
}

.shop-info {
  background: #f7f3f0;
}

.shop-info__access {
  width: 100%;
  height: 630px;
}

@media screen and (max-width: 768px) {
  .shop-info__access {
    height: 350px;
  }
}

.shop-info__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shop-info .h3-style {
  border: none;
  text-align: center;
}

.shop-staff {
  padding-bottom: 50px;
  background: #f7f3f0;
}

.line__section {
  background: #F7F7F7;
}

@media screen and (min-width: 769px) {
  .line__section {
    padding: 54px 0 70px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .line__section {
    padding: 30px 0;
  }
}

.line__section .inner-m {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 769px) {
  .line__section .inner-m {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (max-width: 768px) {
  .line__section .inner-m {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 769px) {
  .line__img {
    margin-right: 58px;
    width: 245px;
  }
}

@media screen and (max-width: 768px) {
  .line__img {
    margin: 1em auto 30px;
    width: 200px;
    text-align: center;
  }
}

.line__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 13px 0 0;
}

.line__text p + p {
  margin-top: 1em;
}

.line__read {
  color: #00B900;
  margin-bottom: 1em;
}

.line__read img {
  max-width: 100%;
  max-height: 31px;
}

.link-area-l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .link-area-l {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.link-area-l > .link {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .link-area-l > .link {
    height: 300px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media screen and (max-width: 768px) {
  .link-area-l > .link {
    height: 300px;
    width: 100%;
  }
}

.link-area-l > a {
  color: #fff;
}

@media screen and (min-width: 769px) {
  .link-area-m {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 45px;
    width: 1000px;
  }
}

@media screen and (max-width: 768px) {
  .link-area-m {
    margin: 0 30px 50px;
  }
}

.link-area-m a {
  color: #fff;
}

.link-area-m__item {
  display: block;
  text-align: center;
  height: 200px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (min-width: 769px) {
  .link-area-m__item:nth-child(n+2) {
    margin-left: 15px;
  }
}

@media screen and (max-width: 768px) {
  .link-area-m__item:nth-child(n+2) {
    margin-top: 20px;
  }
}

@media screen and (min-width: 769px) {
  .order-jewelry {
    padding: 45px 0 90px;
  }
}

@media screen and (max-width: 768px) {
  .order-jewelry {
    padding: 45px 0 20px;
  }
}

.order-jewelry-column__text {
  font-size: 1.4rem;
}

.title-order-link {
  background: url(../img/ico-link-arrow.svg) no-repeat right 16px bottom 12px/24px 22px;
  border-bottom: 1px solid #ccc;
  line-height: 1.3;
  padding-top: 12px;
  padding-bottom: 5px;
}

.title-order-link > .sub {
  display: block;
  margin-bottom: 4px;
}

.title-order-link > .sepa {
  display: none;
}

.title-order-link > .main {
  display: block;
  font-size: 2rem;
}

@media screen and (min-width: 769px) {
  .gallery > .link.-bg-gallery {
    background-image: url("../../img/gallery-bg.jpg");
    height: 400px;
  }
}

@media screen and (max-width: 768px) {
  .gallery > .link.-bg-gallery {
    background-image: url("../../img/gallery-bg--sp.jpg");
    height: 450px;
  }
}

.media {
  padding-top: 65px;
  padding-bottom: 65px;
}

.media-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.media-list > .item {
  margin-left: 10px;
  margin-right: 10px;
}

/* headers */
.mv__area {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media screen and (min-width: 769px) {
  .mv-slider, .mv-slider li {
    height: 580px;
  }
}

@media screen and (max-width: 768px) {
  .mv-slider, .mv-slider li {
    height: 562px;
  }
}

.mv-slider li:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media screen and (min-width: 769px) {
  .mv-slider li:before {
    background-position: center bottom 35%;
  }
}

@media screen and (max-width: 768px) {
  .mv-slider li:before {
    background-position: center top;
  }
}

@media screen and (min-width: 769px) {
  .mv-slider [data-slider-item="01"]:before {
    background-image: url(../../img/mv-img01.jpg);
  }
  .mv-slider [data-slider-item="02"]:before {
    background-image: url(../../img/mv-img02.jpg);
  }
  .mv-slider [data-slider-item="03"]:before {
    background-image: url(../../img/mv-img03.jpg);
  }
}

@media screen and (max-width: 768px) {
  .mv-slider [data-slider-item="01"]:before {
    background-image: url(../../img/mv-img01--sp.jpg);
  }
  .mv-slider [data-slider-item="02"]:before {
    background-image: url(../../img/mv-img02--sp.jpg);
  }
  .mv-slider [data-slider-item="03"]:before {
    background-image: url(../../img/mv-img03--sp.jpg);
  }
}

.mv-slider__text {
  font-family: 'Noto Serif JP', serif;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  text-align: center;
  text-indent: -9999px;
  z-index: 2;
}

@media screen and (min-width: 769px) {
  .mv-slider__text {
    top: 26%;
    right: 9.5%;
    width: 385px;
    height: 146px;
    background-image: url("../../img/mv-text-g.png");
  }
  [data-slider-item="01"] .mv-slider__text {
    background-image: url("../../img/mv-text-w.png");
  }
}

@media screen and (max-width: 768px) {
  .mv-slider__text {
    left: 0;
    right: 0;
    bottom: 57px;
    margin: auto;
    width: 90.13333%;
    max-width: 338px;
    height: 82px;
    background-image: url("../../img/mv-text-w--sp.png");
  }
  [data-slider-item="03"] .mv-slider__text {
    background-image: url("../../img/mv-text-g--sp.png");
  }
}

.mv-link-scroll {
  font-family: 'Noto Serif JP', serif;
  display: block;
  height: 40px;
  width: 60px;
  position: relative;
  color: #707070;
}

@media screen and (min-width: 769px) {
  .mv-link-scroll {
    margin: 25px auto 30px;
  }
}

@media screen and (max-width: 768px) {
  .mv-link-scroll {
    margin: 20px auto;
  }
}

.mv-link-scroll:before, .mv-link-scroll:after {
  position: absolute;
  content: '';
  display: block;
  bottom: 0;
  height: 1px;
  width: 20px;
  background: currentColor;
}

.mv-link-scroll:before {
  right: calc(50% - .5px);
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
}

.mv-link-scroll:after {
  left: calc(50% - .5px);
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

.bx-slider {
  opacity: 0;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}

.bx-slider.bx-load {
  opacity: 1;
}

.bx-wrapper {
  position: relative;
}

.bx-controls {
  /*position: relative;*/
}

[data-bx-num] {
  width: 100%;
}

[data-bx-item] {
  position: absolute;
  opacity: 0;
  width: 100%;
  -webkit-transition: opacity 1.2s;
  transition: opacity 1.2s;
  z-index: 50;
}

[data-bx-item].active {
  opacity: 1;
  z-index: 51;
}

.bx-next,
.bx-prev {
  position: absolute;
  width: 20px;
  height: 30px;
  /*background: rgba(0,0,0,0.3);*/
  font-size: 0;
  z-index: 51;
}

@media screen and (min-width: 769px) {
  .bx-next,
  .bx-prev {
    top: 50%;
  }
}

@media screen and (max-width: 768px) {
  .bx-next,
  .bx-prev {
    display: none;
  }
}

.bx-next:before, .bx-next:after,
.bx-prev:before,
.bx-prev:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  background: #fff;
  height: 1px;
  width: 30px;
  z-index: 51;
}

.bx-next {
  right: 20px;
}

.bx-next:before, .bx-next:after {
  right: 0;
  -webkit-transform-origin: center right;
          transform-origin: center right;
}

.bx-next:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.bx-next:after {
  right: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.bx-prev {
  left: 20px;
}

.bx-prev:before, .bx-prev:after {
  left: 0;
  -webkit-transform-origin: center left;
          transform-origin: center left;
}

.bx-prev:before, .bx-prev:after {
  right: 0;
}

.bx-prev:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.bx-prev:after {
  right: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.bx-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 15px 0 0;
}

.bx-pager-item {
  margin: 0 5px;
}

.bx-pager-link {
  display: block;
  background: #CBCBCB;
  font-size: 0;
  height: 12px;
  width: 12px;
}

.bx-pager-link.active {
  background: #8b5f23;
}

.workshop-mv__head {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 60px 0 0;
}

@media screen and (min-width: 769px) {
  .workshop-mv__head {
    height: 664px;
    background-image: url("../../workshop/img/mv-img__main.jpg");
  }
}

@media screen and (max-width: 768px) {
  .workshop-mv__head {
    height: 330px;
    background-image: url("../../workshop/img/mv-img__main--sp.jpg");
  }
}

.workshop-lingstyle__item {
  margin-bottom: 40px;
}

.workshop-lingstyle__item .text {
  margin: 3rem 0;
}

.workshop-lingstyle .col {
  padding: 40px 40px 0 40px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.workshop-lingstyle .column4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.workshop-lingstyle .column4 .col p {
  margin: 30px 0 0;
}

.workshop-feature__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 300px;
  background: url("../../workshop/img/day1bg.png") no-repeat;
  background-size: cover;
}

.workshop-feature__title h2 {
  max-width: 385px;
}

.workshop-feature__content {
  background: url("../img/fog-bg.jpg") no-repeat center/cover;
}

.workshop-feature__image {
  height: 262px;
  background: url("../../workshop/img/bgimg.png") no-repeat;
  background-size: cover;
}

.workshop-feature__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.workshop-feature__column .column-img {
  padding: 0 20px;
}

.workshop-feature__column .column-text.text-right {
  text-align: right;
}

.workshop-feature__column .column-text.text-center {
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .breadcrumb.-workshop {
    margin: -6.5% 0 0;
  }
}
