header .logo {
  margin-top: 30px;
}

header .colleft {
  position: relative;
}

@media screen and (min-width: 768px) {
  header .header-wrap {
    display: flex;
    flex-direction: row-reverse;
    
        max-width: 1500px;
    margin: 0 auto;
  }
  header .header-wrap .colleft {
    width: calc(100% - 359px);
  }
  header .header-wrap .colleft h1 {
    bottom: 17px;
  }
  header .header-wrap .colright {
    width: 359px;
    padding-top: 17px;
  }
  header .header-wrap .colright .language.margin {
    margin: 0 auto 50px;
  }
  header .header-wrap .colright .btn-reserve {
    width: 249px;
    margin: 0 auto 20px;
  }
  header .header-wrap .colright .btn-reserve a {
    display: block;
    text-align: center;
    border: 1px solid;
    font-size: 17px;
    letter-spacing: 0.07em;
    line-height: 32px;
    padding-bottom: 3px;
  }
  header .header-wrap .colright .btn-reserve a:hover {
    opacity: 0.7;
  }
  header .header-wrap .colright .social {
    display: flex;
    justify-content: center;
    column-gap: 30px;
    margin-bottom: 122px;
  }
  header .header-wrap .colright .social .ins img {
    filter: brightness(0);
  }
  header .header-wrap .colright .social .map img {
    width: 20px;
    height: auto;
  }
  header .header-wrap .colright .social a:hover {
    opacity: 0.8;
  }
  header .header-wrap .colright .logo {
    position: relative;
    top: auto;
    right: auto;
    margin: 0 auto;
  }
  header .navi-pc {
    display: flex;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.07em;
    margin: 22px 0 0 51px;
  }
  header .navi-pc ul {
    display: flex;
    column-gap: 24px;
  }
  header .navi-pc ul a {
    display: block;
    padding-top: 11px;
    position: relative;
  }
  header .navi-pc ul a:before {
    content: '';
    width: 1px;
    height: 10px;
    background: #000;
    position: absolute;
    left: 50%;
    top: 0;
    opacity: 0;
  }
  header .navi-pc ul a.active:before,
  header .navi-pc ul a:hover:before {
    opacity: 1;
  }
  header .navi-pc ul + ul {
    margin-left: 26px;
    padding-left: 20px;
    position: relative;
  }
  header .navi-pc ul + ul:before {
    content: '';
    width: 1px;
    height: 25px;
    background: #b8b8b8;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}

header .menu-toggle {
  background-image: url("../img/english/menu_bg_sp.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  color: #fff;
  padding-bottom: 30vh;
}

header .menu-toggle .header-nav .rowflex .colleft .btn-reseve {
  width: 267px;
  margin: 70px auto 20px;
}

header .menu-toggle .header-nav .rowflex .colleft .btn-reseve a {
  display: block;
  border: 1px solid;
  font-size: 17px;
  line-height: 55px;
  letter-spacing: 0.07em;
  text-align: center;
}

header .menu-toggle .header-nav .rowflex .colleft .btn-faq {
  width: 185px;
  margin: 0 auto 20px;
}

header .menu-toggle .header-nav .rowflex .colleft .btn-faq a {
  display: block;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.12em;
  padding: 0 10px 12px 0;
  text-align: center;
  position: relative;
  border-bottom: 1px solid #6b6a6a;
}

header .menu-toggle .header-nav .rowflex .colleft .btn-faq a:after {
  content: '';
  width: 11px;
  height: 12px;
  background-image: url("../img/shared/icon_popup.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 15px;
  right: 57px;
  filter: invert(1);
}

header .menu-toggle .header-nav .rowflex .colleft .social {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 30px;
  margin-bottom: 30px;
}

header .menu-toggle .header-nav .rowflex .colleft .social .map img {
  width: 20px !important;
  height: auto;
  filter: invert(1);
}

header .menu-toggle .header-nav .rowflex .colright {
  max-width: 258px;
  width: 100%;
  margin: 0 auto;
  font-size: 17px;
  line-height: 48px;
  letter-spacing: 0.07em;
}

header .menu-toggle .header-nav .rowflex .colright nav {
  flex-direction: column;
  align-items: normal;
}

header .menu-toggle .header-nav .rowflex .colright nav a {
  position: relative;
}

header .menu-toggle .header-nav .rowflex .colright nav a:after {
  content: '';
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  opacity: 0;
}

header .menu-toggle .header-nav .rowflex .colright nav a:hover {
  opacity: 1;
}

header .menu-toggle .header-nav .rowflex .colright nav a.active:after {
  opacity: 1;
}

header .menu-toggle .header-nav .rowflex .colright nav ul + ul {
  border-top: 1px solid #4d4b4b;
  margin-top: 15px;
  padding-top: 15px;
}

@media screen and (max-width: 767px) {
  .header-wrap {
    padding-top: 10px;
  }
  .header-wrap .language.margin {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .pc-fixed .dflex {
    column-gap: 20px;
  }
  .pc-fixed .dflex .btn-reserve {
    width: 249px;
  }
  .pc-fixed .dflex .btn-reserve a {
    display: block;
    border: 1px solid;
    text-align: center;
    font-size: 17px;
    letter-spacing: 0.07em;
    line-height: 32px;
    padding-bottom: 3px;
  }
  header .menu-toggle {
    background-image: url("../img/english/menu_bg.jpg");
    padding: 50px 0;
  }
  header .menu-toggle .header-nav {
    flex-direction: column;
    justify-content: center;
  }
  header .menu-toggle .header-nav .rowflex {
    display: flex;
    justify-content: center;
    column-gap: 126px;
  }
  header .menu-toggle .header-nav .rowflex .colleft {
    width: 251px;
  }
  header .menu-toggle .header-nav .rowflex .colleft .logo-nav {
    text-align: center;
    margin: 0 auto 39px;
  }
  header .menu-toggle .header-nav .rowflex .colleft .btn-reseve {
    width: 100%;
    margin: 0px auto 19px;
  }
  header .menu-toggle .header-nav .rowflex .colleft .btn-reseve a {
    line-height: 32px;
    padding-bottom: 3px;
  }
  header .menu-toggle .header-nav .rowflex .colleft .btn-reseve a:hover {
    opacity: 0.8;
  }
  header .menu-toggle .header-nav .rowflex .colleft .btn-faq {
    width: 172px;
    margin: 0 auto 17px;
  }
  header .menu-toggle .header-nav .rowflex .colleft .btn-faq a {
    font-size: 17px;
    padding: 0 24px 12px 0;
  }
  header .menu-toggle .header-nav .rowflex .colleft .btn-faq a:after {
    width: 10px;
    height: 11px;
    bottom: 13px;
    right: 54px;
  }
  header .menu-toggle .header-nav .rowflex .colleft .btn-faq a:hover {
    opacity: 0.8;
  }
  header .menu-toggle .header-nav .rowflex .colleft .social {
    margin-bottom: 0px;
  }
  header .menu-toggle .header-nav .rowflex .colleft .social a:hover {
    opacity: 0.8;
  }
  header .menu-toggle .header-nav .rowflex .colright {
    max-width: none;
    width: auto;
    margin: 0;
    font-size: 21px;
    line-height: 61.6px;
  }
  header .menu-toggle .header-nav .rowflex .colright nav {
    flex-direction: row;
    align-items: start;
    column-gap: 53px;
    padding: 41px 0px 0;
  }
  header .menu-toggle .header-nav .rowflex .colright nav a:after {
    bottom: -8px;
  }
  header .menu-toggle .header-nav .rowflex .colright nav a:hover:after {
    opacity: 1;
  }
  header .menu-toggle .header-nav .rowflex .colright nav ul + ul {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
  }
  footer {
    padding: 95px 0 54px;
  }
  footer .inner {
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  footer .inner .navi-pc {
    width: 250px;
    font-size: 15px;
    letter-spacing: 0.07em;
    margin-right: 2px;
  }
  footer .inner .navi-pc ul {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    column-gap: 24px;
    row-gap: 6px;
  }
  footer .inner .navi-pc ul a {
    position: relative;
  }
  footer .inner .navi-pc ul a:after {
    content: '';
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -7px;
    opacity: 0;
  }
  footer .inner .navi-pc ul a.active:after,
  footer .inner .navi-pc ul a:hover:after {
    opacity: 1;
  }
  footer .inner .navi-pc ul + ul {
    margin-top: 2px;
    row-gap: 3px;
  }
  footer .inner .flex {
    padding-top: 88px;
  }
  footer .inner .flex .row2 {
    margin-left: 5px;
  }
  footer .inner .flex .row2 address {
    letter-spacing: 0.12em;
    padding: 0 12px 0 0;
  }
  footer .inner .flex .row2 .cookies-link a {
    letter-spacing: 0.12em;
    padding-right: 8px;
  }
  #pagetop {
    margin: 51px auto 0;
  }
}

.video-container {
  position: relative;
  width: 100%;
  height: 110.7vw;
  overflow: hidden;
}

.video-container iframe {
  width: 200vw;
  height: 140vw;
  position: absolute;
  top: -14vw;
  left: -50vw;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .video-container {
    height: 690px;
  }
  .video-container iframe {
    width: 130%;
    height: 130%;
    top: -18%;
    left: -16%;
  }
}

#sec1 {
  padding: 34.7vw 0 56vw;
  position: relative;
  z-index: 0;
}

#sec1:before {
  content: '';
  background: url("../img/english/sec1_bg1_sp.jpg") no-repeat center top, url("../img/english/sec1_bg2_sp.jpg") no-repeat center bottom, #0a0a0a;
  background-size: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: -15.3vw;
  z-index: -2;
}

#sec1 h2 {
  font-size: 7.3vw;
  line-height: 1.7;
  letter-spacing: 0.18em;
  margin-bottom: 15vw;
}

#sec1 h2 small {
  display: block;
  font-size: 5.5vw;
  letter-spacing: 0.18em;
  margin: 7vw 0 0 -2vw;
  position: relative;
}

#sec1 h2 small:after {
  content: '';
  width: 15.5vw;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  right: -8vw;
}

#sec1 .row {
  color: #fff;
}

#sec1 .row .col-left {
  margin-bottom: 16vw;
}

#sec1 .row .col-left .img2 {
  width: 60.3vw;
  margin: 0 0 6vw auto;
}

#sec1 .row .col-right .img1 {
  width: 60vw;
  margin-bottom: 4vw;
}

#sec1 .row .col-right .name {
  font-size: 13px;
  line-height: 30px;
  letter-spacing: 0.01em;
  padding: 0 0 0vw 4vw;
  margin-bottom: 8vw;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

#sec1 .row .col-right .name span {
  font-size: 17px;
  text-shadow: 0.01em;
}

#sec1 .txt2 {
  color: #fff;
}

@media screen and (min-width: 768px) {
  #sec1 {
    padding: 183px 0 310px;
  }
  #sec1:before {
    height: 1796px;
    background: url("../img/english/sec1_bg.jpg") no-repeat center top;
    background-size: cover;
    top: 2px;
  }
  #sec1 h2 {
    font-size: 32px;
    margin: 0 0 130px 104px;
  }
  #sec1 h2 small {
    font-size: 26px;
    margin: 44px 0 0 223px;
  }
  #sec1 h2 small:after {
    width: 410px;
    height: 1px;
    top: 47%;
    right: auto;
    left: 383px;
  }
  #sec1 .row {
    display: flex;
    justify-content: space-between;
  }
  #sec1 .row .col-left {
    width: 452px;
    margin: 102px 0 0 -49px;
  }
  #sec1 .row .col-left .img2 {
    width: 100%;
    margin: 0 0 53px;
  }
  #sec1 .row .col-left .txt1 {
    margin-right: -1px;
  }
  #sec1 .row .col-right {
    width: 700px;
    margin-right: -250px;
    position: relative;
  }
  #sec1 .row .col-right .img1 {
    width: 100%;
    margin-bottom: 0;
  }
  #sec1 .row .col-right .name {
    font-size: 15px;
    line-height: 34px;
    padding: 0;
    margin: 0;
    border: none;
    position: absolute;
    left: 50px;
    top: 449px;
    z-index: 1;
  }
  #sec1 .row .col-right .name span {
    font-size: 20px;
    margin-left: 10px;
  }
  #sec1 .txt2 {
    width: 410px;
    position: absolute;
    bottom: -64px;
    left: 70px;
    z-index: 1;
  }
}

@media screen and (min-width: 768px) and (max-width: 1190px) {
  #sec1 .row .col-left {
    margin-left: -20px;
  }
}

@media screen and (min-width: 1800px) {
  #sec1:before {
    height: auto;
    background-size: 100%;
    bottom: -500px;
  }
}

#sec2 {
  position: relative;
  z-index: 1;
}

#sec2 h2 {
  font-size: 7.3vw;
  line-height: 12.8vw;
  letter-spacing: 0.18em;
  margin: 0 -4vw 13.3vw;
}

/*#sec2 .vid {
  height: 66.7vw;
  margin-bottom: 8.8vw;
  overflow: hidden;
  position: relative;
}

#sec2 .vid iframe {
  pointer-events: none;
  width: 148%;
  height: 105%;
  position: absolute;
  left: -18vw;
  right: 0;
  top: 0;
  bottom: 0;
}*/


#sec2 .vid {
  height: 66.7vw;
  margin-bottom: 8.8vw;
  overflow: hidden;
  position: relative;
}

#sec2 .vid iframe {
     width: 200vw;
    height: 100vw;
    position: absolute;
    top: -14vw;
    left: -57vw;
  pointer-events: none;
}

#sec2 .txt {
  margin-bottom: 14.4vw;
}

#sec2 .js-group {
  margin: 0 -2.4vw;
}

#sec2 .js-group .scroll-container {
  position: relative;
  overflow: hidden;
}

#sec2 .js-group .relative {
  position: relative;
  height: 71.3vw;
}

#sec2 .js-group .slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: 1s all ease;
}

#sec2 .js-group .slide img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: 50%;
}

#sec2 .js-group .pc-slide-left-1,
#sec2 .js-group .pc-slide-right-1 {
  z-index: 1;
}

#sec2 .js-group .pc-slide-left-2,
#sec2 .js-group .pc-slide-right-2 {
  z-index: 2;
}

#sec2 .js-group .pc-slide-left-3,
#sec2 .js-group .pc-slide-right-3 {
  z-index: 3;
}

#sec2 .js-group .pc-slide-left-4,
#sec2 .js-group .pc-slide-right-4 {
  z-index: 4;
}

#sec2 .js-group .pc-slide-left-2,
#sec2 .js-group .pc-slide-left-3,
#sec2 .js-group .pc-slide-left-4 {
  clip-path: inset(100% 0 0 0);
}

#sec2 .js-group .pc-slide-right-2,
#sec2 .js-group .pc-slide-right-3,
#sec2 .js-group .pc-slide-right-4 {
  clip-path: inset(0 0 100% 0);
}

#sec2 .js-group .pc-slide-left-1 {
  background-image: url("../img/english/sec2_img1_1.jpg");
}

#sec2 .js-group .pc-slide-left-2 {
  background-image: url("../img/english/sec2_img1_2.jpg");
}

#sec2 .js-group .pc-slide-left-3 {
  background-image: url("../img/english/sec2_img1_3.jpg");
}

#sec2 .js-group .pc-slide-left-4 {
  background-image: url("../img/english/sec2_img1_4.jpg");
}

#sec2 .js-group .pc-slide-right-1 {
  background-image: url("../img/english/sec2_img2_1.jpg");
}

#sec2 .js-group .pc-slide-right-2 {
  background-image: url("../img/english/sec2_img2_2.jpg");
}

#sec2 .js-group .pc-slide-right-3 {
  background-image: url("../img/english/sec2_img2_3.jpg");
}

#sec2 .js-group .pc-slide-right-4 {
  background-image: url("../img/english/sec2_img2_4.jpg");
}

@media screen and (max-width: 767px) {

#sec2 .js-group .pc-slide-left-1 {
  background-image: url("../img/english/sec2_img1_1-sp.jpg");
}

#sec2 .js-group .pc-slide-left-2 {
  background-image: url("../img/english/sec2_img1_2-sp.jpg");
}

#sec2 .js-group .pc-slide-left-3 {
  background-image: url("../img/english/sec2_img1_3-sp.jpg");
}

#sec2 .js-group .pc-slide-left-4 {
  background-image: url("../img/english/sec2_img1_4-sp.jpg");
}

#sec2 .js-group .pc-slide-right-1 {
  background-image: url("../img/english/sec2_img2_1-sp.jpg");
}

#sec2 .js-group .pc-slide-right-2 {
  background-image: url("../img/english/sec2_img2_2-sp.jpg");
}

#sec2 .js-group .pc-slide-right-3 {
  background-image: url("../img/english/sec2_img2_3-sp.jpg");
}

#sec2 .js-group .pc-slide-right-4 {
  background-image: url("../img/english/sec2_img2_4-sp.jpg");
}
}

@media screen and (min-width: 768px) {
  #sec2 {
    padding-top: 4px;
  }
  #sec2 h2 {
    font-size: 32px;
    line-height: 56px;
    margin: 0 0 108px 10px;
  }
  #sec2 .vid {
    height: 600px;
    margin-bottom: 76px;
  }
  #sec2 .vid iframe {
           width: 140%;
        height: 120%;
        left: -20%;
        top: -10%;
  }
  #sec2 .txt {
    text-align: center;
    margin-bottom: 112px;
  }
  #sec2 .js-group {
    margin: 0 -70px;
    display: flex;
    column-gap: 4px;
  }
  #sec2 .js-group .scroll-container {
    width: 50%;
  }
  #sec2 .js-group .relative {
    height: 800px;
  }
}

#sec3 {
  position: relative;
  z-index: 0;
  padding: 30vw 0 34.1vw;
  color: #fff;
}

#sec3:before {
  content: '';
  background-image: url("../img/english/sec3_bg_sp.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top;
  position: absolute;
  left: 0;
  right: 0;
  top: -145.7vw;
  bottom: 0;
  z-index: -2;
}

#sec3 h2 {
  font-size: 6vw;
  letter-spacing: 0.18em;
  line-height: 1.7;
  margin-bottom: 12vw;
}

#sec3 .price {
  font-size: 14px;
  letter-spacing: 0.18em;
  margin-bottom: 5.3vw;
}

#sec3 .price span {
  font-size: 17px;
  letter-spacing: 0.18em;
}

#sec3 .price small {
  font-size: 12px;
  letter-spacing: 0.18em;
}

#sec3 .note {
  font-size: 12px;
  line-height: 25px;
  color: #bfbebe;
  margin-bottom: 6.7vw;
}

#sec3 .menulist {
  line-height: 22px;
  margin-bottom: 8vw;
}

#sec3 .menulist dl {
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  padding-bottom: 5px;
  margin-bottom: 15px;
  width: 100%;
  display: table;
}

#sec3 .menulist dl dt {
  display: table-cell;
  padding-left: 10px;
}

#sec3 .menulist dl dd {
  color: #bfbebe;
  display: table-cell;
  text-align: right;
  white-space: nowrap;
  padding-right: 8px;
}

#sec3 .txt {
  margin-bottom: 14.7vw;
}

#sec3 .gallery-group {
  margin: 0 -4vw;
}

#sec3 .gallery-group .vid {
  position: relative;
}

#sec3 .gallery-group video {
  width: 101%;
  height: 101%;
  object-fit: cover;
  object-position: 50%;
  border: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 1px;
  bottom: 0;
}

#sec3 .gallery-group .row1 {
  display: flex;
  align-items: flex-end;
  column-gap: 0.4vw;
  margin-bottom: 0.4vw;
}

#sec3 .gallery-group .row1 .img1 {
  width: 57.5vw;
}

#sec3 .gallery-group .row1 .video1 {
  width: 35.5vw;
  height: 25.7vw;
  line-height: 0;
  overflow: hidden;
}

#sec3 .gallery-group .row2 {
  display: flex;
  column-gap: 0.4vw;
  margin-bottom: 0.4vw;
}

#sec3 .gallery-group .row2 .video2 {
  width: 40.3vw;
  line-height: 0;
  overflow: hidden;
}

#sec3 .gallery-group .row2 .img2 {
  width: 52.7vw;
}

#sec3 .gallery-group .row3 {
  display: flex;
  align-items: flex-start;
  column-gap: 0.4vw;
}

#sec3 .gallery-group .row3 .img3 {
  width: 33.1vw;
}

#sec3 .gallery-group .row3 .img4 {
  width: 59.9vw;
}

@media screen and (min-width: 768px) {
  #sec3 {
    padding: 188px 0 241px;
  }
  #sec3:before {
    background-image: url("../img/english/sec3_bg.png");
    top: -1401px;
  }
  #sec3 h2 {
    font-size: 26px;
    margin: 0 0 47px 8px;
  }
  #sec3 .price {
    font-size: 16px;
    margin: 0 0 16px 10px;
  }
  #sec3 .price span {
    font-size: 20px;
  }
  #sec3 .price small {
    font-size: 14px;
  }
  #sec3 .note {
    text-align: center;
    font-size: 14px;
    line-height: 29px;
    margin-bottom: 31px;
  }
  #sec3 .menulist {
    line-height: 36px;
    margin-bottom: 68px;
    display: flex;
    justify-content: center;
    column-gap: 75px;
  }
  #sec3 .menulist .col {
    width: 365px;
  }
  #sec3 .menulist dl {
    padding-bottom: 0px;
    margin-bottom: 11px;
  }
  #sec3 .txt {
    text-align: center;
    margin-bottom: 226px;
  }
  #sec3 .gallery-group {
    margin: 0 -16px;
  }
  #sec3 .gallery-group .row1 {
    column-gap: 4px;
    margin-bottom: 4px;
  }
  #sec3 .gallery-group .row1 .img1 {
    width: 636px;
  }
  #sec3 .gallery-group .row1 .video1 {
    width: 392px;
    height: 285px;
  }
  #sec3 .gallery-group .row2 {
    column-gap: 4px;
    margin-bottom: 4px;
  }
  #sec3 .gallery-group .row2 .video2 {
    width: 446px;
  }
  #sec3 .gallery-group .row2 .img2 {
    width: 582px;
  }
  #sec3 .gallery-group .row3 {
    column-gap: 4px;
  }
  #sec3 .gallery-group .row3 .img3 {
    width: 366px;
  }
  #sec3 .gallery-group .row3 .img4 {
    width: 662px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1800px) {
  #sec3:before {
    height: 2994px;
    background-size: cover;
    background-position: center bottom;
  }
}

#sec4 {
  padding: 0 0 32vw;
}

#sec4 .bg-para {
  height: 148vw;
  margin-bottom: 11.6vw;
}

#sec4 .bg-para h2 {
  color: #fff;
  font-size: 7.3vw;
  line-height: 1.7;
  letter-spacing: 0.18em;
  position: absolute;
  left: 8vw;
  bottom: 28vw;
  z-index: 2;
}

#sec4 .row {
  margin-bottom: 12vw;
}

#sec4 .row .img {
  width: 74.7vw;
  margin-bottom: 9.3vw;
}

#sec4 .row .col-text h3 {
  font-size: 6vw;
  line-height: 1.7;
  letter-spacing: 0.18em;
  margin-bottom: 4vw;
}

#sec4 .btn-cm {
  margin-top: 16vw;
}

#sec4 .btn-cm a {
  display: block;
  text-align: center;
  font-size: 15px;
  line-height: 47px;
  letter-spacing: 0.14em;
  border: 1px solid #000;
  position: relative;
}

#sec4 .btn-cm a:after {
  content: '';
  width: 7px;
  background-image: url("../img/shared/icon_arrow.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
}

@media screen and (min-width: 768px) {
  #sec4 {
    padding: 0 0 155px;
  }
  #sec4 .bg-para {
    height: 722px;
    margin-bottom: 200px;
  }
  #sec4 .bg-para h2 {
    font-size: 32px;
    left: calc(50% - 501px);
    bottom: 335px;
  }
  #sec4 .row {
    display: flex;
    justify-content: space-between;
    margin: 0 0 70px -70px;
  }
  #sec4 .row .img {
    width: 557px;
    margin-bottom: 0;
  }
  #sec4 .row .col-text {
    width: 413px;
    margin-top: 59px;
  }
  #sec4 .row .col-text h3 {
    font-size: 26px;
    margin: 0 0 42px -6px;
  }
  #sec4 .btn-cm {
    width: 487px;
    margin: 100px auto 0;
  }
  #sec4 .btn-cm a {
    font-size: 17px;
    line-height: 54px;
  }
  #sec4 .btn-cm a:after {
    width: 9px;
    right: 14px;
  }
  #sec4 .btn-cm a:hover {
    opacity: 0.8;
  }
}

#sec5 {
  position: relative;
  z-index: 0;
  padding-bottom: 25vw;
}

#sec5:before {
  content: '';
  background-image: url("../img/english/sec5_bg_sp.jpg");
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  top: 53.3vw;
  z-index: -1;
}

#sec5 h2 {
  font-size: 7.3vw;
  line-height: 1.7;
  letter-spacing: 0.18em;
  margin-bottom: 14.7vw;
}

#sec5 .img {
  margin: 0 -34vw -12vw;
}

#sec5 .txt {
  color: #fff;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  #sec5 {
    padding: 78px 0 240px;
  }
  #sec5:before {
    background-image: url("../img/english/sec5_bg.png");
    background-size: cover;
    background-position: center top;
    top: 0;
  }
  #sec5 h2 {
    font-size: 32px;
    margin: 0 0 107px 9px;
  }
  #sec5 .img {
    margin: 0 -70px -107px;
  }
  #sec5 .txt {
    text-align: center;
  }
}

#sec6 {
  overflow: hidden;
  position: relative;
  color: #fff;
}

#sec6 .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  z-index: 1;
}

#sec6 .img-bg {
  width: 100%;
  position: absolute;
  height: 100vh;
  inset: 0;
}

#sec6 .img-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 100%;
  will-change: filter;
}

#sec6 .wrap {
  position: relative;
  z-index: 1;
}

#sec6 .row1 {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 40vw;
  box-sizing: border-box;
}

#sec6 .row1 h2 {
  font-size: 5.7vw;
  letter-spacing: 0.18em;
  line-height: 1.7;
  margin-right: -4vw;
}

#sec6 .row2 {
  padding-bottom: 23.3vw;
}

#sec6 .row2 h3 {
  font-size: 5.7vw;
  letter-spacing: 0.18em;
  line-height: 1.7;
  margin: 0 -4vw 10vw 0;
}

#sec6 .row2 .listinfo {
  margin-bottom: 12vw;
}

#sec6 .row2 .listinfo dt {
  font-size: 16px;
  padding-left: 25px;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  padding-bottom: 5px;
  margin-bottom: 15px;
}

#sec6 .row2 .listinfo dt:before {
  content: '';
  width: 9px;
  height: 9px;
  background: #828282;
  position: absolute;
  left: 5px;
  top: 13px;
}

#sec6 .row2 .listinfo dd {
  line-height: 25px;
  padding-left: 25px;
}

#sec6 .row2 .listinfo dl + dl {
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  #sec6 .row1 {
    justify-content: center;
    padding-bottom: 0;
  }
  #sec6 .row1 h2 {
    font-size: 26px;
    margin-right: 0;
  }
  #sec6 .row2 {
    padding-bottom: 140px;
  }
  #sec6 .row2 h3 {
    font-size: 26px;
    margin: 0 0 70px 0;
  }
  #sec6 .row2 .listinfo {
    width: 917px;
    margin: 0 auto 62px;
  }
  #sec6 .row2 .listinfo dt {
    font-size: 19px;
    padding: 0 0 7px 30px;
    margin-bottom: 14px;
  }
  #sec6 .row2 .listinfo dt:before {
    width: 10px;
    height: 10px;
    left: 6px;
    top: 15px;
  }
  #sec6 .row2 .listinfo dd {
    line-height: 29px;
    padding-left: 30px;
  }
  #sec6 .row2 .listinfo dl + dl {
    margin-top: 12px;
  }
  #sec6 .row2 .faq-bnr {
    margin-left: 42px;
  }
  #sec6 .row2 .faq-bnr a:hover {
    opacity: 0.8;
  }
}

#shopinfo {
  padding: 26vw 0 10vw;
}

#shopinfo .logo {
  width: 125px;
  margin: 0 auto 10px;
}

#shopinfo .btn-reserve {
  width: 268px;
  margin: 0 auto 20px;
}

#shopinfo .btn-reserve a {
  display: block;
  border: 1px solid;
  text-align: center;
  font-size: 17px;
  line-height: 56px;
  letter-spacing: 0.07em;
}

#shopinfo .social {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 30px;
  margin-bottom: 45px;
}

#shopinfo .social .ins img {
  filter: brightness(0);
}

#shopinfo .social .map img {
  width: 20px;
}

#shopinfo .info {
  line-height: 22px;
}

#shopinfo .info dl {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 10px;
  margin-bottom: 11px;
}

#shopinfo .info dl:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  #shopinfo {
    padding: 240px 0 101px;
  }
  #shopinfo .logo {
    width: 153px;
    margin: 0 auto 32px;
  }
  #shopinfo .btn-reserve {
    width: 249px;
    margin: 0 auto 20px;
  }
  #shopinfo .btn-reserve a {
    line-height: 32px;
    padding-bottom: 3px;
  }
  #shopinfo .social {
    column-gap: 30px;
    margin-bottom: 58px;
  }
  #shopinfo .info {
    width: 700px;
    margin: 0 auto;
    line-height: 25px;
  }
  #shopinfo .info dl {
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  #shopinfo .info dl:last-child {
    margin-bottom: 0;
  }
}

#gmap {
  padding-bottom: 23.7vw;
  position: relative;
  z-index: 0;
}

#gmap:after {
  content: '';
  height: 255px;
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

#gmap .row .col-left {
  margin-bottom: 16vw;
}

#gmap .row .col-left h2 {
  font-size: 17px;
  line-height: 1.7;
  letter-spacing: 0.18em;
  margin-bottom: 25px;
}

#gmap .row .col-left ul {
  line-height: 22px;
}

#gmap .row .col-left ul li {
  padding-bottom: 10px;
  margin-bottom: 11px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

#gmap .row .col-left ul li:last-child {
  margin-bottom: 0;
}

#gmap .gmap {
  min-height: auto;
  height: 360px;
  margin-bottom: 30px;
}

#gmap .gmap iframe {
  pointer-events: visible !important;
  height: 100%;
  border: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  filter: grayscale(100%);
}

#gmap .btn-cm {
  width: 270px;
  margin: 0 auto;
}

#gmap .btn-cm a {
  display: block;
  border: 1px solid;
  text-align: center;
  font-size: 14px;
  line-height: 55px;
  letter-spacing: 0.15em;
  font-weight: 400;
  position: relative;
}

#gmap .btn-cm a:after {
  content: '';
  width: 5px;
  background-image: url("../img/shared/icon_arrow.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
}

@media screen and (min-width: 768px) {
  #gmap {
    padding-bottom: 175px;
  }
  #gmap:after {
    height: 480px;
  }
  #gmap .row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  #gmap .row .col-left {
    width: 663px;
    margin: 0 0 0 -34px;
  }
  #gmap .row .col-left h2 {
    font-size: 20px;
    margin: 26px 0 31px 3px;
  }
  #gmap .row .col-left ul {
    line-height: 24px;
    margin-bottom: 51px;
  }
  #gmap .row .col-left ul li {
    padding: 0 0 5px 7px;
    margin-bottom: 18px;
  }
  #gmap .row .col-left ul li:last-child {
    margin-bottom: 0;
  }
  #gmap .row .img {
    width: 348px;
    margin-right: -36px;
  }
  #gmap .gmap {
    width: 1140px;
    height: 500px;
    margin: 0 -70px;
  }
  #gmap .btn-cm {
    width: 300px;
    margin: 0;
  }
  #gmap .btn-cm a {
    font-size: 17px;
    line-height: 32px;
    letter-spacing: 0.14em;
    font-weight: 500;
    padding: 12px 0 10px;
  }
  #gmap .btn-cm a:after {
    width: 9px;
    right: 14px;
  }
  #gmap .btn-cm a:hover {
    opacity: 0.8;
  }
}

@media screen and (min-width: 768px) and (max-width: 1190px) {
  #gmap .row .col-left {
    width: 650px;
    margin: 0 0 0 -20px;
  }
  #gmap .row .img {
    margin-right: -20px;
  }
  #gmap .gmap {
    width: 1040px;
    margin: 0 -20px;
  }
}
