@charset "UTF-8";
:root {
  --ease-inout-circ: cubic-bezier(0.785, 0.135, 0.150, 0.860);
}

@keyframes fade_zoom {
  0% {
    transform: translate3d(0%, 0, 0);
  }
  100% {
    transform: translate3d(-10%, 0, 0);
  }
}
#news {
  position: absolute;
  z-index: 9;
  right: 0;
  width: 70%;
  bottom: -23vw;
  height: 36vw;
}
#news h2 {
  font-weight: 600;
  font-size: 7vw;
  padding-bottom: 5vw;
      margin-top: 6vw;
}
#news .more {
  position: absolute;
  right: 10px;
      top: 5vw;
  z-index: 1;
}
#news .more a {
  position: relative;
  line-height: 1;
  border-bottom: 1px solid;
  line-height: 20px;
}
#news .more a:after {
  content: "";
  background: url(../img/shared/ico1.png) no-repeat center/100%;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-left: 13px;
}
#news #feed li {
  letter-spacing: 0.06em;
}
#news #feed li span {
  font-size: 11px;
  letter-spacing: 0.06em;
  display: inline-block;
  padding-right: 10px;
}
#news #feed li:first-child{
       background: #ffffff;
    width: 100%;
    border-radius: 50px;
    margin-left: -12px;
    padding: 0 23px;
}
@media screen and (min-width: 768px) {
  #news {
    width: 402px;
            bottom: 201px;
    height: 140px;
  }
  #news h2 {
    font-size: 37px;
    padding-bottom: 10px;
        margin-top: 0;
  }
  #news .more {
    right: 94px;
    top: -1px;
  }
  #news .more a {
    line-height: 24px;
    display: inline-block;
    padding: 0 5px;
  }
  #news .more a:after {
    width: 14px;
    height: 14px;
    margin-left: 9px;
  }
  #news #feed li span {
    font-size: 13px;
    padding-right: 18px;
  }
#news #feed li:first-child{
    width: 344px;
    margin-left: -19px;
    padding: 0 41px;
}
}
@media screen and (min-width: 768px) and (max-width: 1340px) {
  #news {
    width: 360px;
  }
  #news .more {
    right: 30px;
  }
#news #feed li:first-child{      
  margin-left: -5px;
}
}

#key {
  position: relative;
}
#key .js-key {
  border-top-right-radius: 60vw;
  border-bottom-right-radius: 60vw;
  overflow: hidden;
  pointer-events: none;
}
#key .js-key .slick-slide {
  opacity: 1 !important;
  z-index: 54 !important;
  overflow: hidden !important;
}
#key .js-key li {
  height: 80vw;
  display: block !important;
}
#key .js-key li span {
  position: absolute;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 120%;
  transform: translate3d(-10%, 0, 0);
  transition: all 3.3s ease;
  -moz-transition: all 3.3s ease;
  -webkit-transition: all 3.3s ease;
}
#key .js-key .slick-slide.active {
  z-index: 55 !important;
}
#key .js-key .slick-slide.active li span {
  clip-path: ellipse(0 85% at 100% 50%);
  transform: translateZ(0);
}
#key .js-key .slick-slide.inactive {
  z-index: 56 !important;
}
#key .js-key .slick-slide.inactive li span {
  transform: translate3d(-10%, 0, 0);
  clip-path: ellipse(120% 120% at 100% 50%);
  transition: clip-path 2.5s var(--ease-inout-circ), transform 11s linear;
}
#key .js-key.first .slick-slide li.sl3 span {
  animation-name: fade_zoom;
  animation-duration: 11s;
  animation-timing-function: linear;
}
@media screen and (min-width: 768px) {
  #key .js-key {
    width: calc(50% + 395px);
    border-top-right-radius: 425px;
    border-bottom-right-radius: 425px;
    height: 850px;
  }
  #key .js-key li {
    height: 850px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1340px) {
  #key .js-key {
    width: calc(100% - 295px);
  }
}
@media screen and (min-width: 1341px) {
  #key .js-key {
            width: calc(100% - 365px);
  }
}


@media screen and (min-width: 768px) {
  header {
    height: 1297px;
  }
}
section {
  padding-top: 45vw;
}
section:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 45vw;
  background-color: #fff;
  z-index: 1;
}

.h2-tt {
  text-align: center;
  letter-spacing: 0.04em;
  font-size: 5vw;
  line-height: 1.5;
  padding-bottom: 5vw;
}
.h2-tt span {
  text-transform: uppercase;
  font-size: 12vw;
  letter-spacing: 0.04em;
  font-weight: 600;
}

.sec-bg {
  background-color: #fff;
  padding: 10vw 0;
  position: relative;
  z-index: 3;
}

@media screen and (min-width: 768px) {
  section {
    padding-top: 208px;
  }
  section:before {
    height: 210px;
  }
  .h2-tt {
    font-size: 30px;
    line-height: 66px;
    padding-bottom: 78px;
  }
  .h2-tt span {
    font-size: 93px;
  }
  .sec-bg {
    padding: 0;
  }
}
#sec1 {
  position: relative;
  padding-top: 120vh;
}
#sec1 h2 {
  padding-bottom: 10vw;
}
#sec1 .js-video {
  pointer-events: none;
  z-index: 1;
  top: 0;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
}
#sec1 .js-video .video {
  height: calc(100vh - 65px);
  overflow: hidden;
  border-radius: 20vw;
  position: relative;
  z-index: 2;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  background-color: #000;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
}
#sec1 .js-video .video iframe {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
}
#sec1.active .video {
  border-radius: 0;
}
#sec1.active .video iframe {
  opacity: 0.3;
}
#sec1 .wrap {
  padding: 20vw 0%;
  background-color: rgba(255, 255, 255, 0.88);
  border-top-right-radius: 50vw;
  border-top-left-radius: 50vw;
  font-size: 13px;
  z-index: 5;
  margin-top: 80vh;
}
#sec1 .wrap:before {
  content: "";
  background: url(../img/index/sec1_deco_sp.png) no-repeat center bottom/100%;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -23vw;
  z-index: 1;
  height: 60vw;
}
#sec1 .txt p {
  padding-bottom: 25px;
}
#sec1 .point {
  background: url(../img/index/sec1_point_bg_sp.png) no-repeat center 0/100%;
  padding: 18vw 0% 20vw;
  justify-content: center;
  gap: 15vw 0;
}
#sec1 .point li {
  width: 50%;
  text-align: center;
  font-size: 2.8vw;
  line-height: 2;
  letter-spacing: 0.04em;
}
#sec1 .point li dt {
  text-transform: uppercase;
  font-size: 7.5vw;
  font-weight: 600;
  letter-spacing: 0.04em;
}
#sec1 .point li dt:first-letter {
  color: #a9a089;
}
#sec1 .point li:last-child {
  width: 100%;
  padding: 0 6% 0 0;
}
@media screen and (min-width: 768px) {
  #sec1 .js-video .video {
    height: 100vh;
    border-radius: 233px;
    width: calc(100% - 80px);
    margin: 0 auto;
  }
  #sec1 .wrap {
    padding: 194px 20px 140px;
    border-top-right-radius: 50vw;
    border-top-left-radius: 50vw;
    font-size: 17px;
    line-height: 44px;
    max-width: 100%;
  }
  #sec1 .wrap:before {
    background: url(../img/index/sec1_deco.png) no-repeat center bottom/100%;
    width: 1132px;
    height: 642px;
    right: auto;
    left: calc(50% - 264px);
    bottom: -364px;
    z-index: 1;
  }
  #sec1 .txt {
    padding-bottom: 36px;
  }
  #sec1 .txt p {
    padding-bottom: 44px;
  }
  #sec1 .point {
    background: url(../img/index/sec1_bg.png) no-repeat center 0;
    padding: 171px 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    gap: 0 30px;
    height: 454px;
    flex-wrap: nowrap;
  }
  #sec1 .point li {
    width: 330px;
    font-size: 19px;
    line-height: 2;
  }
  #sec1 .point li dt {
    font-size: 49px;
    letter-spacing: 0.04em;
    line-height: 1;
    padding-bottom: 12px;
  }
  #sec1 .point li:last-child {
    width: auto;
    padding: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #sec1 .point {
    margin-left: -20px;
    margin-right: -20px;
    gap: 0;
    justify-content: space-between;
  }
  #sec1 .point li {
    width: 29.33%;
  }
}
@media screen and (min-width: 768px) {
  #sec1.active .js-video .video {
    width: 100%;
    border-radius: 0;
  }
}

#sec2 {
  padding: 15vw 0 30vw;
  position: relative;
}
#sec2:before {
  content: "";
  background: url(../img/index/sec2_deco_sp.png) no-repeat center bottom/100%;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -11vw;
  z-index: 1;
  height: 60vw;
}
#sec2 h2 {
  font-size: 6vw;
  line-height: 1.5;
  padding: 10vw 0 10vw;
}
#sec2 .bnr-shared {
  margin: 8vw auto 0;
}
@media screen and (min-width: 768px) {
  #sec2 {
    padding: 245px 20px 163px;
  }
  #sec2:before {
    content: "";
    background: url(../img/index/sec2_deco.png) no-repeat center bottom/100%;
    width: 753px;
    right: calc(50% + 30px);
    left: auto;
    bottom: -56px;
    height: 431px;
  }
  #sec2 .wrap {
    max-width: 1420px;
    min-height: 988px;
  }
  #sec2 .photo {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 450px);
    max-width: 753px;
    z-index: 6;
  }
  #sec2 .photo img {
    width: 100%;
    height: auto;
  }
  #sec2 h2 {
    font-size: 30px;
    line-height: 60px;
    padding: 0 0 40px;
  }
  #sec2 .info {
    width: 436px;
    padding: 208px 0 0;
    margin-left: calc(50% + 183px);
  }
  #sec2 .bnr-shared {
    margin: 43px auto 0;
    width: 344px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1290px) {
  #sec2 .wrap {
    display: flex;
    justify-content: flex-end;
  }
  #sec2 .info {
    margin-left: 0;
  }
}

#sec3 {
  background: url(../img/index/sec3_bg.jpg) no-repeat center/cover;
  padding: 20vw 5%;
}
#sec3 .group {
  gap: 5vw 0;
}
#sec3 .group .item {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#sec3 .group .item .front {
  text-align: center;
  position: relative;
  transition: transform 0.5s linear 0s;
}
#sec3 .group .item .front h2 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.04em;
  font-size: 4.5vw;
  line-height: 1;
  position: absolute;
  bottom: 4vw;
  left: 5%;
  right: 5%;
  z-index: 1;
}
#sec3 .group .item .front h2 span {
  text-transform: uppercase;
  font-size: 13.8vw;
  letter-spacing: 0.04em;
  font-weight: 600;
}
#sec3 .group .item .back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2vw 5%;
  font-size: 3.87vw;
  line-height: 1.8;
  display: flex;
  align-items: center;
  transform: rotateY(180deg);
  backface-visibility: hidden;
  transition: transform 0.5s linear 0s;
}
#sec3 .group .item .back .bnr-shared {
  width: 90%;
  margin: 5vw auto 0;
}
#sec3 .group .item .back .photo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
#sec3 .group .item.item2 .front h2 {
  text-align: left;
  bottom: 50%;
  transform: translateY(50%);
}
#sec3 .group .item.item3 .front h2 {
  bottom: 50%;
  transform: translateY(50%);
  text-align: right;
}
#sec3 .group .item.item4 .front h2 {
  top: 5%;
  bottom: auto;
  right: 45%;
}
#sec3 .group .item.active .back, #sec3 .group .item:hover .back {
  transform: rotateY(0deg);
  z-index: 2;
}
#sec3 .group .item.active .front, #sec3 .group .item:hover .front {
  transform: rotateY(-180deg);
}
@media screen and (min-width: 768px) {
  #sec3 {
    padding: 190px 20px;
  }
  #sec3 .group {
    gap: 40px;
    max-width: 1420px;
    justify-content: center;
    margin: 0 auto;
  }
  #sec3 .group .item {
    width: calc(50% - 20px);
  }
  #sec3 .group .item .front .photo {
    height: 580px;
  }
  #sec3 .group .item .front h2 {
    font-size: 19px;
    bottom: 27px;
    left: 40px;
    right: 40px;
    line-height: 40px;
  }
  #sec3 .group .item .front h2 span {
    font-size: 93px;
  }
  #sec3 .group .item .back {
    justify-content: center;
    padding: 20px 20px;
    font-size: 17px;
    line-height: 39px;
  }
  #sec3 .group .item .back .info {
    max-width: 432px;
    width: 90%;
  }
  #sec3 .group .item .back .bnr-shared {
    width: 344px;
    margin-top: 20px;
  }
  #sec3 .group .item .back .photo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
  }
  #sec3 .group .item.item2 .front h2 {
    text-align: left;
    bottom: 50%;
    transform: translateY(50%);
    padding-top: 78px;
  }
  #sec3 .group .item.item3 .front h2 {
    bottom: 50%;
    transform: translateY(50%);
    text-align: right;
    padding-top: 78px;
  }
  #sec3 .group .item.item4 .front h2 {
    top: 70px;
  }
  #sec3 .group .item.active .back {
    transform: rotateY(0deg);
    z-index: 2;
  }
  #sec3 .group .item.active .front {
    transform: rotateY(-180deg);
  }
}

#sec4 {
  position: relative;
  padding: 30vw 5% 64vw;
}
#sec4:before {
  content: "";
  background: url(../img/index/sec4_deco.png) no-repeat center 0/60%;
  position: absolute;
  right: 0;
  left: 0;
  top: -6vw;
  z-index: 1;
  height: 60vw;
}
#sec4 h2 {
  margin-bottom: -15vw;
  padding: 0;
  position: relative;
  z-index: 2;
}
#sec4 .js-fade-sp {
  margin-bottom: 5vw;
}
#sec4 .banner {
  justify-content: center;
  padding: 20vw 0 0;
  gap: 5vw;
}
  #sec4 .photo {
    height: 294px;
        margin-bottom: 5vw;
}
@media screen and (min-width: 768px) {
  #sec4 {
    padding: 290px 20px 397px;
  }
  #sec4:before {
    background-size: auto;
    top: -40px;
    height: 380px;
  }
  #sec4 h2 {
    margin-bottom: -100px;
  }
  #sec4 .photo {
    height: 790px;
    max-width: 1420px;
    margin: 0 auto 80px;
  }
  #sec4 .txt {
    max-width: 1000px;
    margin: 0 auto;
  }
  #sec4 .banner {
    padding: 54px 0 0;
    gap: 0 20px;
  }
  #sec4 .banner li {
    width: 304px;
  }
}

#shopinfo {
  background: url(../img/index/shop_bg_sp.jpg) repeat center 0/100%;
  padding: 20vw 0;
  position: relative;
  font-size: 13px;
}
#shopinfo:before {
  content: "";
  background: url(../img/index/sec4_deco2_sp.png) no-repeat center 0/100%;
  position: absolute;
  left: 0;
  top: -55vw;
  height: 73vw;
  width: 100%;
  z-index: 1;
}
#shopinfo .lead {
  text-align: center;
}
#shopinfo .lead .logo {
  width: 30%;
  margin: 0 auto 5vw;
}
#shopinfo .lead .logo img {
  width: 100%;
  height: auto;
}
#shopinfo .lead .contact-shared .link-contact {
  border: none;
}
#shopinfo .lead .photo {
  overflow: hidden;
  border-top-left-radius: 20vw;
  border-bottom-right-radius: 20vw;
  margin-bottom: 7vw;
}
#shopinfo .lead .policy {
  letter-spacing: 0.02em;
}
#shopinfo .lead .policy p {
  padding-bottom: 15px;
}
#shopinfo .lead .policy p.p-li{
  line-height: 1.2
}
#shopinfo .lead .policy dt {
  font-size: 18px;
  padding-bottom: 10px;
  letter-spacing: 0.04em;
}  
#shopinfo .tbl-info {
  margin-bottom: 10vw;
}
#shopinfo .tbl-info dl {
  border-bottom: 1px solid #e9e1d9;
  padding: 8px 0;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
#shopinfo .tbl-info dl {
  text-align: left;
}
#shopinfo .link {
  padding: 5vw 0 0;
}
#shopinfo .link .bnr-shared a span {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  #shopinfo .lead .policy{
  padding-bottom: 1em;
    margin-bottom: 1em;
            position: relative;
  }
  #shopinfo .lead .policy:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 5px;
    right: 5px;
    border-bottom: 1px solid #afa19a;
  }
}

@media screen and (min-width: 768px) {
  #shopinfo {
    background: url(../img/index/shop_bg.jpg) repeat center 0/cover;
    padding: 0px 20px 195px;
    font-size: 15px;
    line-height: 26px;
  }
  #shopinfo:before {
    background: url(../img/index/sec4_deco2.png) no-repeat center 0/100%;
    left: auto;
    right: calc(50% + 125px);
    top: -490px;
    height: 670px;
    width: 721px;
  }
  #shopinfo .wrap {
    max-width: 1420px;
    padding: 131px 0 0;
  }
  #shopinfo .shopinfo {
    max-width: 1000px;
    margin: 0 auto 115px;
    display: flex;
    justify-content: space-between;
  }
  #shopinfo .lead {
    width: 350px;
  }
  #shopinfo .lead .logo {
    width: 155px;
    margin: 0 auto 68px;
  }
  #shopinfo .lead .contact-shared .link-contact {
    padding-bottom: 20px;
    border: none;
  }
  #shopinfo .lead .contact-shared .link-contact .tel {
    margin-bottom: 25px;
  }
  #shopinfo .lead .contact-shared .link-contact .bnr-reserve {
    margin: 0 auto 30px;
  }
  #shopinfo .lead .photo {
    border-top-left-radius: 233px;
    border-bottom-right-radius: 233px;
    margin-bottom: 0;
    position: absolute;
    height: 590px;
    top: -211px;
    right: 0;
    left: calc(50% - 120px);
  }
  #shopinfo .lead .policy {
    letter-spacing: 0.02em;
    position: relative;
    padding: 52px 0 0;
  }
  #shopinfo .lead .policy:before {
    content: "";
    position: absolute;
    top: 0;
    left: 5px;
    right: 5px;
    border-top: 1px solid #afa19a;
  }
  #shopinfo .lead .policy p {
    padding-bottom: 15px;
    line-height: 22px;
  }
  #shopinfo .lead .policy p:first-child {
    padding-bottom: 22px;
  }
  #shopinfo .lead .policy dt {
    font-size: 21px;
    padding-bottom: 26px;
  }
  #shopinfo .tbl-info {
    padding: 337px 0 0;
    margin-bottom: 0;
    width: 550px;
  }
  #shopinfo .tbl-info dl {
    padding: 13px 0;
    line-height: 26px;
    font-size: 15px;
    display: table;
    width: 100%;
  }
  #shopinfo .tbl-info dl dt,
  #shopinfo .tbl-info dl dd {
    display: table-cell;
  }
  #shopinfo .tbl-info dl dt {
    width: 112px;
  }
  #shopinfo .link {
    padding: 30px 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #shopinfo .link .bnr-shared {
    width: 344px;
  }
  #shopinfo .link .bnr-shared a span {
    font-size: 21px;
  }
  #shopinfo .link .li_map {
    display: flex;
    gap: 40px;
  }
  #shopinfo .link .li_map a {
    position: relative;
    line-height: 1;
    border-bottom: 1px solid;
    line-height: 20px;
  }
  #shopinfo .link .li_map a::after {
    content: "";
    background: url(../img/shared/ico1.png) no-repeat center/100%;
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-left: 13px;
  }
  #shopinfo .link .li_map a:hover {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
  }
  #shopinfo #gmap {
    max-width: 1000px;
    margin: 0 auto;
  }
  #shopinfo #gmap iframe {
    height: 500px !important;
  }
}/*# sourceMappingURL=index.css.map */