body {
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
}
h1,h2,h3,h4,h5 {
  font-family: "Cormorant Infant", "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
.en {
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
html, body {
  width: 100%;
  position: relative;
  overflow-x: hidden;
}
}
.flex_box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.wrap {
  width: 100%;
  max-width: 1313px;
  margin: 0 auto;
  padding: 0 50px;
}
@media only screen and (max-width: 767px) {
  .wrap {
    max-width: 100%;
    padding: 0 6%;
  }
}

body {
  position: relative;
}
header {
  position: absolute;
  top: 0;
  left: 0;
  padding: 4rem 5rem;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
header {
  padding: 4rem 3rem;
}
}
header h1 {
  width: 12.875%;
  max-width: 206px;
}
@media only screen and (max-width: 767px) {
header h1 {
  width: 27.46%;
}
}
.main {
  position: relative;
}
.main-nav {
  position: fixed;
  top: 5rem;
  right: 7rem;
  z-index: 11;
}
.main-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.main-nav ul li {
  font-size: 2rem;
  line-height: 1;
  color: #fff;
  text-align: right;
  margin-bottom: 1rem;
}
.main-nav ul li:not(:last-child) {
  margin-right: 2.4rem;
}
.main-nav ul li a {
  position: relative;
  display: inline-block;
  color: white;
  text-decoration: none;
  overflow: hidden;
  transition: color 0.4s ease;
  z-index: 2;
}
.main-nav ul li a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1;
  transition: left 0.4s ease;
}
.main-nav ul li a:hover::before {
  left: 0;
}
.main-nav ul li a:hover {
  color: #5b4737;
  opacity: 1;
}
.main-nav ul li a span {
  position: relative;
  z-index: 3;
}
.main-nav ul li.contact-link {
  position: relative;
}
.main-nav ul li.contact-link::after {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  background: url("../image/icon-arrow.svg") no-repeat top center;
  background-size: 100%;
  position: absolute;
  top: .2rem;
  right: -2rem;
}
.main-nav a.is-active::before {
  left: 0; /* hover時と同じ背景アニメーションが流れるならここで再現 */
}
.main-nav a.is-active {
  color: #57341f; /* hoverと同じテキスト色 */
}
@media only screen and (max-width: 767px) {
.main-nav {
  position: fixed;
  top: 9rem;
  right: 7rem;
  z-index: 2;
}
.main-nav ul {
  display: block;
}
.main-nav ul li {
  font-family: 'Cormorant Infant';
  font-size: 7rem;
  line-height: 1;
  color: #fff;
  text-align: left;
  margin-bottom: 1rem;
  display: block;
}
.main-nav ul li a {
  position: relative;
  display: inline-block;
  color: white;
  text-decoration: none;
  overflow: hidden;
  transition: color 0.4s ease;
  z-index: 2;
}
.main-nav ul li a::before {
  content: '';
  position: absolute;
  top: 1rem;
  left: 100%;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1;
  transition: left 0.4s ease;
}
.main-nav ul li a:hover::before {
  left: 0;
}
.main-nav ul li a:hover {
  color: #57341f;
  opacity: 1;
}
.main-nav ul li a span {
  position: relative;
  z-index: 3;
}
.main-nav ul li.contact-link {
  position: relative;
}
.main-nav ul li.contact-link {
  display: inline-block;
}
.main-nav ul li.contact-link::after {
  content: "";
  display: block;
  width: 1.56rem;
  height: 1.56rem;
  background: url("../image/icon-arrow.svg") no-repeat top center;
  background-size: 100%;
  position: absolute;
  top: 1.5rem;
  right: -2.7rem;
}
.main-nav a.is-active::before {
  left: 0; /* hover時と同じ背景アニメーションが流れるならここで再現 */
}
.main-nav a.is-active {
  color: #57341f; /* hoverと同じテキスト色 */
  }
}
.footer {
  background: #5b4737;
  position: relative;
}
.footer .flex_box {
  align-items: center;
}
.footer .footer__logo {
  width: 14.625%;
  max-width: 234px;
  margin: 0;
}
.footer .bottom-menu {
  position: absolute;
  right: 7rem;
  top: 50%;
  transform: translateY(-50%);
}
.footer .footer-menu {
  color: #fff;
  position: relative;
  line-height: 1;
  padding-right: 2.4rem;
  display: inline-block;
}
.footer .footer-menu::after {
  content: "";
  display: block;
  width: 1.56rem;
  height: 1.56rem;
  background: url("../image/icon-arrow.svg") no-repeat top center;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.footer .page-top {
  display: inline-block;
  width: 8.144rem;
  height: 5.84rem;
}
@media only screen and (max-width: 767px) {
.footer {
  padding: 8rem 0;
}
.footer .wrap {
  justify-content: center;
}
.footer .footer__logo {
  width: 31.2%;
  max-width: 31.2%;
}
.footer .bottom-menu {
  position: absolute;
  right: 2.5rem;
  top: 3.5rem;
  transform: translateY(0);
}
}


@media only screen and (max-width: 767px) {
.hamburger {
  position: fixed;
  top: 5rem;
  right: 5rem;
  z-index: 1001;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 6.4rem;
  height: 2.6rem;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.hamburger span {
  display: block;
  width: 6.0rem;
  height: 1px;
  background: #000;
  border-radius: 2px;
  transition: 0.3s;
}
.hamburger span:nth-child(2) {
  width: 3.0rem;
  margin: 0 .3rem 0 auto;
}

.hamburger.is-active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 4px);
}

.hamburger.is-active span:nth-child(2) {
  transform: rotate(-45deg) translate(5px, -4px);
  width: 6.0rem;
}
.main-nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background: #5b4737;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  transition: right 0.3s ease;
  z-index: 1000;
  padding-top: 20vh;
  padding-left: 6.5%;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.main-nav.is-open {
  right: 0;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.main-nav ul {
  list-style: none;
  padding: 0;
  text-align: left;
  margin: 0;
}

.main-nav li {
  margin: 0 0 3rem 0 !important;
}

.main-nav a {
  font-size: 7rem;
  color: #000;
  text-decoration: none;
}

.main-nav.is-open {
  right: 0;
}

.no-scroll {
  overflow: hidden;
}
}


/* MV */
.mv {
  background: url("../image/mv_bg.jpg") no-repeat top center;
  background-size: cover;
  position: relative;
}
@media only screen and (min-width: 768px) {
.mv, .schedule, .denim {
  width: 100%;
  aspect-ratio: 1600 / 925;
}
.feature-top {
  width: 100%;
}
}
@media only screen and (min-width: 768px) and (max-width: 1600px) {
.attention {
  width: 100%;
  aspect-ratio: 1600 / 925;
}
}

@media only screen and (max-width: 767px) {
.mv {
  background: url("../image/mv_bg-sp.jpg") no-repeat top center;
  background-size: cover;
  height: 100vh;
}
}
.mv__inner {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .mv__inner {
    bottom: auto;
    top: 97vw;
  }
}
.mv__inner h2 {
  margin: 0 -.7% 0 -.3%;
    width: 101%;
}
@media only screen and (max-width: 767px) {
  .mv__inner h2 {
  }
}
.mv__inner .mv-title-s {
  width: 47.1875%;
  margin: 2.5rem 4.75% 3rem auto;
}
@media only screen and (max-width: 767px) {
  .mv__inner .mv-title-s  {
    width: 70%;
    margin: 2.5rem auto 0 auto;
  }
}
.mv__img {
  width: 37.25%;
  max-width: 596px;
}
@media only screen and (max-width: 767px) {
  .mv__img {
  width: 100%;
  max-width: 100%;
  }
}
.mv__img img {
  width: 100%;
}
.mv-fade-up {
  opacity: 0;
  transform: translateY(5rem);
  animation: mvFadeUp 0.8s ease-out forwards;
  animation-delay: 0.2s;
}
@keyframes mvFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes tobottom {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(10vh);
  }
}
@keyframes tobottom {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(10vh);
  }
}
@-webkit-keyframes totop {
  0% {
    transform: translateY(10vh);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes totop {
  0% {
    transform: translateY(10vh);
  }
  100% {
    transform: translateY(0);
  }
}

/* common */
section {
  position: relative;
}
h2 {
  font-size: 2.8rem;
  line-height: 1.4;
  letter-spacing: .4rem;
  margin-bottom: 4rem;
}
.feature h2 span.sec-tit-jp {
  display: block;
  font-size: 1.8rem;
  padding-top: 1.5rem;
  letter-spacing: .15rem;
}
h2.sec-tit-en {
  display: block;
  font-size: 14rem;
  color: rgba(255,255,255,.2);
  position: absolute;
  z-index: 3;
  line-height: 0;
}
@media only screen and (max-width: 767px) {
h2 {
  font-size: 5.0rem;
  letter-spacing: .8rem;
}
.feature h2 {
  letter-spacing: 0;
  margin-bottom: 6rem;
}
.feature h2 span.sec-tit-jp {
  font-size: 3.0rem;
  letter-spacing: 0;
}
h2.sec-tit-en {
  letter-spacing: .4rem;
}
h2.sp-indent {
  padding-left: 1em;
  text-indent: -1em;
}
}
p,
dt,
dd,
section ul li {
  font-size: 1.4rem;
  line-height: 2.28;
  letter-spacing: .15rem;
}
@media only screen and (max-width: 767px) {
p,
dt,
dd,
section ul li {
  font-size: 2.5rem;
}
.sp-sec-title {
  font-family: barlow, sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  color: rgba(255,255,255,.65);
}
}
.sec-title {
  font-size: 6rem;
  letter-spacing: .14em;
  margin-bottom: 3rem;
}
img {
  width: 100%;
}

/* schedule */
.schedule {
  background: #ede3da;
  color: #fff;
  position: relative;
  padding: 0 0 20rem 0;
}
@media only screen and (max-width: 767px) {
.schedule {
  padding: 0 0 22rem;
}
}
.schedule .wrap {
  background: rgba(91,71,55,.5);
  padding: 10rem 5.5rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
.schedule .wrap {
}
}
.schedule .scroll-navi {
  padding: 6rem 0;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
.schedule .scroll-navi {
}
}
.schedule .scroll-navi a {
  display: block;
  width: 9.3rem;
  height: 9.3rem;
}
@media only screen and (max-width: 767px) {
.schedule .scroll-navi {
}
}
.schedule .schedule-top {
  position: relative;
  z-index: 2;
}
.schedule h2.sec-tit-en {
  bottom: -4rem;
  right: 2rem;
  letter-spacing: 0;
  color: rgba(255, 255, 255, .75);
}
@media only screen and (max-width: 767px) {
.schedule h2.sec-tit-en {
  line-height: .9;
  text-align: right;
  right: 0;
  bottom: -21rem;
}
}
.schedule_info {
  margin-top: 3rem;
}
@media only screen and (max-width: 767px) {
.schedule_info {
  margin-bottom: 6rem;
}
}
.schedule .img-box {
  width: 46.173%;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
.schedule .img-box {
  width: 100%;
  order: 2;
}
}
.schedule .txt-box {
  width: 49.419%;
}
@media only screen and (max-width: 767px) {
.schedule .txt-box {
  width: 100%;
  order: 1;
}
}
@media only screen and (max-width: 767px) {
.schedule .schedule-bottom {
}
}
.schedule_info div {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 2rem;
}
.schedule_info dt {
  width: 8.8rem;
  text-align: center;
  border: 1px solid #fff;
  padding-left: .3rem;
  margin-right: 2rem;
}
@media only screen and (max-width: 767px) {
.schedule_info dt {
  width: 15rem;
  margin-bottom: 2rem;
}
}
.schedule_info dd {
  width: calc(100% - 10.8rem);
  letter-spacing: .1rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
.schedule_info dd {
  width: 100%;
}
.schedule_info dd.sp-inline {
  width: calc(100% - 18rem);
}
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
.schedule_info dt {
  width: 8rem;
  padding-left: .2rem;
  margin-right: 1.5rem;
}
.schedule_info dd {
  width: calc(100% - 9.5rem);
}
}
.schedule_info dd a {
  text-decoration: underline;
}
.schedule_info dd a::after {
  content: "";
  display: inline-block;
  width: 1.16rem;
  height: 1.16rem;
  background: url("../image/icon-link.svg") no-repeat center center;
  background-size: 100% auto;
  margin-left: .5rem;
}
@media only screen and (max-width: 767px) {
.schedule_info dd a::after {
  width: 2.4rem;
  height: 2.4rem;
  margin-bottom: -.25rem;
}
}
.schedule_info .rank-tit {
  /*letter-spacing: .06rem;*/
  letter-spacing: .02rem;
}

/* feature */
.feature {
  background: #ede3da;
  padding: 15rem 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
.feature {
  padding: 22rem 0 15rem;
}
}
.feature::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 50rem;
  background: linear-gradient(#b79d87, #ede3da);
}
.feature::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 50rem;
  background: linear-gradient(#ede3da, #b79d87);
}
.feature h2.sec-tit-en {
  font-size: 32rem;
  letter-spacing: -.5rem;
  line-height: 1;
  top: 25rem;
  right: -2rem;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
.feature h2.sec-tit-en {
  font-size: 14rem;
  top: 32rem;
}
}
.feature .sec-title {
  color: #3b2415;
  line-height: 1.4;
  margin-bottom: 9rem;
}
.feature-top {
  position: relative;
  z-index: 2;
  margin-bottom: 20rem;
}
@media only screen and (max-width: 767px) {
.feature-top {
}
}
.feature-top .main-txt {
  width: 95.21%;
  color: #3b2415;
}
.feature__block {
  align-items: center;
}
.feature__block:not(:last-child) {
  margin-bottom: 15rem;
}
@media only screen and (max-width: 767px) {
.feature-top .main-txt {
}
}
@media only screen and (min-width: 768px) {
.feature__block.reverse .img-box {
  order: 2;
}
.feature__block.reverse .txt-box {
  order: 1;
}
}
.feature__block {
  position: relative;
  z-index: 2;
}
.feature__block .img-box {
  width: 54.455%;
}
@media only screen and (max-width: 767px) {
.feature__block .img-box {
  width: 100%;
  margin-bottom: 8rem;
}
}
.feature__block .txt-box {
  width: 41%;
  margin-top: -2rem;
}
@media only screen and (max-width: 767px) {
.feature__block .txt-box {
  width: 100%;
}
}
.feature__block .txt-box figure {
  width: 40.76%;
  margin: 0 auto 1rem;
}
@media only screen and (max-width: 767px) {
.feature__block .txt-box figure {
  width: 32%;
  margin: 0 auto 5rem;
}
}
.feature__block .txt-box h4 {
  font-size: 2.5rem;
  letter-spacing: .2rem;
  text-align: center;
  line-height: 1.4;
  color: #3b2415;
}
@media only screen and (max-width: 767px) {
.feature__block .txt-box h4 {
  font-size: 3.7rem;
}
}
.feature__block .txt-box p {
  text-align: center;
  line-height: 1.4;
  color: #3b2415;
}
@media only screen and (max-width: 767px) {
.feature__block .txt-box p {
}
}
.feature__block .txt-box .feature-tit-jp {
  font-size: 1.8rem;
  margin-bottom: 2rem;
  line-height: 1.35;
  color: #3b2415;
}
@media only screen and (max-width: 767px) {
.feature__block .txt-box .feature-tit-jp {
  font-size: 2.8rem;
  margin-bottom: 3rem;
}
}
.feature__block .txt-box .feature-txt {
  font-size: 1.4rem;
  margin-bottom: 2rem;
  letter-spacing: 0;
  color: #3b2415;
}
@media only screen and (max-width: 767px) {
.feature__block .txt-box .feature-txt {
  font-size: 2.2rem;
  margin-bottom: 3rem;
}
}
.feature__block .txt-box .price-box {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
.feature__block .txt-box .price-box {
  margin-bottom: 3rem;
}
}
.feature__block .txt-box .price-box p {
  font-size: 1.8rem;
  line-height: 1.714;
  color: #3b2415;
}
@media only screen and (max-width: 767px) {
.feature__block .txt-box .price-box p {
  font-size: 2.8rem;
}
}
.feature__block .txt-box .ex-txt {
  font-size: 1.4rem;
  color: #3b2415;
}
@media only screen and (max-width: 767px) {
.feature__block .txt-box .ex-txt {
  font-size: 2.1rem;
}
}
.feature-bottom {
}
@media only screen and (max-width: 767px) {
.feature {
}
.feature-bottom {
}
}


/* denim */
.denim {
  background: url("../image/sec04_bg.jpg") no-repeat top center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
.denim {
  background: url("../image/sec04_bg-sp.jpg") no-repeat top center;
  background-size: cover;
  padding: 0rem 0 30rem;
  height: 100vh;
}
}

.denim-slider {
  position: relative;
  max-width: 570px;
  width: 43.4%;
}
@media only screen and (max-width: 767px) {
.denim-slider {
  max-width: 100%;
  width: 100%;
}
}
.denim h2 {
  font-size: 24rem;
  color: rgba(255,255,255,.5);
  line-height: 1;
  letter-spacing: -.2rem;
  position: absolute;
  bottom: 5rem;
  right: 0;
}
@media only screen and (max-width: 767px) {
.denim h2 {
  font-size: 14rem;
  bottom: 0;
}
}
.denim h3 {
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 2rem;
  margin-right: -1rem;
  color: #3b2415;
}
@media only screen and (max-width: 767px) {
.denim h3 {
}
}
.denim p {
  color: #3b2415;
}
.denim .denim-num {
  font-family: "Cormorant Infant", "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  position: absolute;
  left: 1rem;
  top: 0;
  transform: translateY(-50%);
  font-size: 20rem;
  color: rgba(183,157,135,.5);
}
@media only screen and (max-width: 767px) {
.denim .denim-num {
}
}
.denim .denim-logo {
  width: 90%;
  margin: 3rem auto 0;
}
@media only screen and (max-width: 767px) {
.denim .denim-logo {
}
}
.denim-bg {
  position:absolute;
  inset:0;
  background-repeat:no-repeat;
  background-position: top center;
  background-size: cover;
  opacity:0;
  transition: opacity .6s ease;
  z-index:0;
}
.denim .wrap{
  position: relative;
  z-index: 1;
}
.denim-bg.is-active{
  opacity:1;
}
.slider {
  position: relative;
}
@media only screen and (max-width: 767px) {
.slider {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
}
.slide {
  display: flex !important;
  align-items: center;
  padding-top: 15rem;
  margin: 0 1rem;
}
.slide-inner {
  background: rgba(255,255,255,.75);
  padding: 10rem 5.5rem 6rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
.slider-inner {
}
}
.slide-inner figure.manufacture {
  width: 47.5%;
  margin-top: 2rem;
}
@media only screen and (max-width: 767px) {
.slider-inner figure {
}
}
.slide-inner figure.manufacture img {
  border: 5px solid #fff;
}
.slide-inner figure figcaption {
  font-size: 1.3rem;
  text-align: center;
  line-height: 1;
  padding-top: 1rem;
}
@media only screen and (max-width: 767px) {
.slide-inner figure figcaption {
  font-size: 2.2rem;
  padding-top: 2rem;
}
}
.slider-nav {
  display: flex;
    justify-content: space-between;
    max-width: 588px;
    width: 106%;
    position: absolute;
    left: -2%;
    top: 53%;
}
@media only screen and (min-width: 768px) and (max-width: 1360px) {
.slider-nav {
  margin: 0 0 0 0;
}
}
@media only screen and (max-width: 767px) {
.slider-nav {
  max-width: 106%;
  width: 106%;
  right: -3%;
}
}
.slider-nav .prev,
.slider-nav .next {
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.3s ease;
  width: 10%;
  max-width: 69px;
}
@media only screen and (max-width: 767px) {
.slider-nav .prev,
.slider-nav .next {
  width: 8%;
  max-width: 8%;
}
}
.slider-nav .prev:hover,
.slider-nav .next:hover {
  opacity: .7;
}
.slider-nav .is-disabled {
  opacity: 0;
  pointer-events: none;
}
.denim-img {
  padding-top: 4rem;
}
.denim-img .flex_box {
  justify-content: flex-start;
}
.denim-img .denim-img-box {
  width: 45.4545%
}
@media only screen and (min-width: 768px) and (max-width: 1360px) {
.denim-img .denim-img-box {
  width: 40%
}
}
.denim-img .denim-img-box:first-child {
  margin-right: 7.5757%;
}
.denim-img .denim-img-box .denim-img-box-txt {
  font-size: 1.4rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
.denim-img .denim-img-box .denim-img-box-txt {
  font-size: 2.0rem;
}
}
.denim-ex-txt {
  font-size: 1.2rem;
  position: absolute;
  bottom: 2rem;
  left: 3rem;
}
@media only screen and (max-width: 767px) {
.denim-ex-txt {
  font-size: 2.0rem;
}
}

/* attention */
.attention {
  background: #b79d87;
  color: #fff;
  padding: 15rem 0;
  min-height: 95rem;
}
.attention .wrap {
  position: relative;
}
.attention h2 {
  font-size: 24rem;
  color: rgba(255,255,255,.1);
  line-height: 1;
  letter-spacing: -.2rem;
  position: absolute;
  bottom: -14.25rem;
  left: -7rem;
}
@media only screen and (max-width: 767px) {
.attention h2 {
  bottom: auto;
  top: 14rem;
  font-size: 14rem;
  left: -2rem;
  letter-spacing: .15rem;
}
}
.attention .wrap {
  background: rgba(0,0,0,.15);
  padding: 7rem 6rem 13rem;
}
@media only screen and (max-width: 767px) {
.attention {
  padding: 0;
}
.attention .wrap {
  padding: 15rem 6%;
}
}
.attention h3 {
  font-size: 4rem;
  line-height: 1;
  text-align: center;
  letter-spacing: .2em;
  margin-bottom: 4rem;
  color: #fff;
}
@media only screen and (max-width: 767px) {
.attention h3 {
  margin-bottom: 10rem;
}
}
.attention-list {
  padding: 4rem 0;
}
.attention-list li {
  padding-left: 1em;
  text-indent: -1em;
}
/* stores */
.stores {
  background: #ede3da;
  padding: 14rem 0 10rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
.stores {
}
}
.stores h2 {
  font-size: 24rem;
  color: rgba(183,157,135,.2);
  line-height: 1;
  letter-spacing: -.2rem;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 767px) {
.stores h2 {
  font-size: 14rem;
}
}
.stores h3 {
  font-size: 4rem;
  line-height: 1;
  text-align: center;
  letter-spacing: .2em;
  margin-bottom: 9rem;
}
@media only screen and (max-width: 767px) {
.stores h3 {
}
}
@media only screen and (min-width: 768px) {
.stores .flex_box::after {
  content: '';
  display: block;
  width: 30%;
}
}
.stores-box {
  width: 30%;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
.stores-box {
  width: 46.5%;
}
}
.stores-box figure {
  margin-bottom: 1.5rem;
}
.stores-box h4 {
  font-size: 2.2rem;
  letter-spacing: .1em;
  line-height: 1.3;
  margin-bottom: .5rem;
}
@media only screen and (max-width: 767px) {
.stores-box h4 {
  font-size: 3.5rem;
  margin-bottom: 1rem;
  letter-spacing: .09em;
}
.stores-box h4 span {
  font-size: 3.0rem;
  letter-spacing: 0;
}
}
.stores-box p {
  font-size: 1.6rem;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
.stores-box p {
  font-size: 2.5rem;
  line-height: 1.4;
}
}

/* contact */
.contact-sec {
  background: #9c8673;
  padding: 9rem 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
.contact-sec {
  padding: 5rem 0;
}
}
.contact-sec .contact-btn {
  width: 100%;
  max-width: 490px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
.contact-sec .contact-btn {
  width: 74.2424%;
}
}
.contact-sec .contact-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 4.5rem;
  position: relative;
  background: #fff;
}
.contact-sec .contact-btn a::after {
  content: '';
  width: 2.06rem;
  height: 2.08rem;
  background: url("../image/icon-link_brown.svg") no-repeat center center / 100%;
  display: block;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}
.contact-sec .contact-btn a .icon-tel {
  width: 3.02rem;
  height: 3.02rem;
  margin-right: .8rem;
}
@media only screen and (max-width: 767px) {
.contact-sec .contact-btn a .icon-tel img {
  vertical-align: top;
  }
}
.contact-sec .contact-btn a .contact-txt {
  font-family: 'Cormorant Infant';
  font-size: 2.6rem;
  color: #5b4737;
  line-height: 1;
  letter-spacing: .1rem;
}
@media only screen and (max-width: 767px) {
.contact-sec .contact-btn a .contact-txt {
}
}


.modal-content {
  align-items: center;
  background: rgba(0, 0, 0, 0.9);
  -webkit-clip-path: inset(0 50% 0 50%);
  clip-path: inset(0 50% 0 50%);
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  transition: all 0.3s ease-out;
  width: 100%;
  display: none;
  z-index: 50;
}
.modal-content.is-flex {
  display: flex;
}
.modal-content.is-active {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition: all 0.5s ease-in;
  transition-delay: 0.4s;
  z-index: 51;
}
.modal-content__close {
  position: absolute;
  right: 0;
  top: 0;
  height: 6rem;
  width: 10rem;
}
@media only screen and (max-width: 767px) {
  .modal-content__close {
    right: 4%;
    top: 3%;
    z-index: 2;
  }
}
.modal-content__close span {
  background-color: #fff;
  content: "";
  display: block;
  height: 5vw;
  position: absolute;
  width: 0.12vw;
  right: 51%;
}
@media only screen and (max-width: 767px) {
  .modal-content__close span {
    height: 12vw;
  }
}
.modal-content__close span:nth-child(1) {
  transform: rotate(68deg);
}
.modal-content__close span:nth-child(2) {
  transform: rotate(-68deg);
}
.modal-content__close:hover {
  cursor: pointer;
}
.modal-content__container {
  width: 80%;
}
@media only screen and (max-width: 767px) {
  .modal-content__container {
    width: 100%;
  }
}
.modal-content__container.scroll {
  height: 90vh;
  overflow-y: scroll;
}
@media only screen and (max-width: 767px) {
  .modal-content__container.scroll {
    height: 77vh;
    width: 93%;
  }
}
.modal-content__container.scroll::-webkit-scrollbar {
  width: 5px;
  border-radius: 50px;
}
.modal-content__container.scroll::-webkit-scrollbar-track {
  background: #fff;
  background: #373737;
}
.modal-content__container.scroll::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background: #98131e;
}
.modal-content__container .video {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .modal-content__container .video {
    padding-top: 150%;
    position: relative;
    width: 100%;
  }
}
.modal-content__container .video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}