@charset "UTF-8";
/* clearfix */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500&display=swap&subset=japanese");
@import url("https://use.typekit.net/mnn5baf.css");
.clearfix:after {
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
  content: ".";
}

/* media-queries */
@media screen and (max-width: 767px) {
  .orientation_landscape .landscape {
    display: block;
  }
  .orientation_landscape .portrait {
    display: none;
  }
  .orientation_portrait .landscape {
    display: none;
  }
  .orientation_portrait .portrait {
    display: block;
  }
}
.sp {
  display: none;
}

.tb {
  display: none;
}

.pc {
  display: none;
}

.sp-tb {
  display: none;
}

.tb-pc {
  display: none;
}

.js-media-queries {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
  .sp-tb {
    display: block;
  }
  .tb-pc {
    display: none;
  }
  .pc {
    display: none;
  }
  .js-media-queries {
    font-family: "sp";
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .sp {
    display: none;
  }
  .tb {
    display: block;
  }
  .sp-tb {
    display: block;
  }
  .tb-pc {
    display: block;
  }
  .js-media-queries {
    font-family: "tb";
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .sp {
    display: none;
  }
  .tb-pc {
    display: block;
  }
  .pc {
    display: block;
  }
  .js-media-queries {
    font-family: "pc";
  }
}
@media screen and (min-width: 1440px) {
  .sp {
    display: none;
  }
  .tb-pc {
    display: block;
  }
  .pc {
    display: block;
  }
  .js-media-queries {
    font-family: "pc";
  }
}
@media print {
  .sp {
    display: none;
  }
  .tb {
    display: none;
  }
  .pc {
    display: block;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  border: none;
}

html {
  margin: 0;
  padding: 0;
}

body {
  line-height: 1;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*=============================
for font
=============================*/
/*
font-family: brandon-grotesque, sans-serif;
font-weight: 400;
font-style: normal;

//Regular
font-family: eb-garamond, serif;
font-weight: 400;
font-weight: normal;
//Medium
font-family: eb-garamond, serif;
font-weight: 500;
font-weight: normal;
//Mr Eaves Snas
font-family: mr-eaves-sans, sans-serif;
font-weight: 400;
font-style: normal;
*/
/*=============================
for common
=============================*/
::-moz-selection {
  background: #999;
}
::selection {
  background: #999;
}

a,
a:link,
a:hover,
a:visited,
a:active {
  color: #fff;
}

body {
  background: #000;
  color: #fff;
  width: 100%;
  overflow-x: hidden;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

/*=============================
for header
=============================*/
header {
  position: absolute;
  top: 40px;
  z-index: 9999;
  width: 100%;
  text-align: center;
}
header .header-logo {
  width: 186px;
  height: auto;
  margin: 0 auto;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: none;
}
header .header-logo:hover {
  opacity: 0.4;
}
@media screen and (max-width: 767px) {
  header .header-logo {
    width: 146px;
  }
}
header .sns-icon-container {
  display: none;
  position: fixed;
  top: 50%;
  width: 24px;
  height: auto;
  margin-top: -46px;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  right: 30px;
  opacity: 0.5;
}
@media screen and (max-width: 1023px) {
  header .sns-icon-container {
    top: auto;
    right: 12px;
    bottom: 40px;
  }
}
header .sns-icon-container.is-scroll {
  right: 18px;
  opacity: 0.8;
}
@media screen and (max-width: 1023px) {
  header .sns-icon-container.is-scroll {
    right: 12px;
    top: auto;
    bottom: 70px;
  }
}
header .sns-icon-container .sns-icon-facebook,
header .sns-icon-container .sns-icon-instagram {
  width: 24px;
  height: 24px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
header .sns-icon-container .sns-icon-facebook:hover,
header .sns-icon-container .sns-icon-instagram:hover {
  opacity: 1;
}
header .sns-icon-container .sns-icon-facebook {
  margin-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  header .sns-icon-container .sns-icon-facebook {
    margin-bottom: 10px;
  }
}

/*=============================
for contact
=============================*/
.kv-bottom {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  line-height: 0;
  z-index: 99;
}

.lead-container, .lead-container__slide {
  position: relative;
  text-align: center;
  margin-top: -250px;
  z-index: 9999;
}
@media screen and (max-width: 767px) {
  .lead-container, .lead-container__slide {
    margin-top: -160px;
  }
}
.lead-container .lead-title, .lead-container__slide .lead-title {
  font-family: eb-garamond, serif;
  font-size: 32px;
  letter-spacing: 0.8em;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 40px;
  line-height: 200%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .lead-container .lead-title, .lead-container__slide .lead-title {
    font-family: eb-garamond, serif;
    font-size: 26px;
    letter-spacing: 0.8em;
    font-weight: 400;
    font-style: normal;
  }
}
@media screen and (max-width: 767px) {
  .lead-container .lead-title, .lead-container__slide .lead-title {
    font-family: eb-garamond, serif;
    font-size: 22px;
    letter-spacing: 0.8em;
    font-weight: 400;
    font-style: normal;
  }
}
.lead-container .lead-title i, .lead-container__slide .lead-title i {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  margin-left: -4px;
  margin-right: -4px;
}
.lead-container .lead-title-sub, .lead-container__slide .lead-title-sub {
  font-size: 13px;
  color: #fff;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .lead-container .lead-title-sub, .lead-container__slide .lead-title-sub {
    margin-top: 50px;
  }
}
.lead-container .lead-title-bar, .lead-container__slide .lead-title-bar {
  display: block;
  width: 1px;
  height: 30px;
  background: rgba(255, 255, 255, 0.2);
  margin: 0 auto 30px auto;
}
@media screen and (max-width: 767px) {
  .lead-container .lead-title-bar, .lead-container__slide .lead-title-bar {
    display: none;
  }
}
.lead-container .lead-title-txt, .lead-container__slide .lead-title-txt {
  color: #fff;
  font-size: 23px;
  margin-bottom: 50px;
  font-family: FOT-マティス Pro L;
  line-height: 220%;
}
@media screen and (max-width: 767px) {
  .lead-container .lead-title-txt, .lead-container__slide .lead-title-txt {
    line-height: 200%;
    font-size: 19px;
  }
}
.lead-container .lead-txt, .lead-container__slide .lead-txt {
  font-size: 14px;
  line-height: 260%;
  margin-bottom: 180px;
}
@media screen and (max-width: 767px) {
  .lead-container .lead-txt, .lead-container__slide .lead-txt {
    padding: 0 20px;
    text-align: left;
  }
}

.spec-title-container {
  position: relative;
  text-align: center;
  margin-top: -250px;
  z-index: 9999;
}
@media screen and (max-width: 767px) {
  .spec-title-container {
    margin-top: -160px;
  }
}
.spec-title-container .spec-title-title {
  font-family: eb-garamond, serif;
  font-size: 32px;
  letter-spacing: 0.8em;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 0px;
  line-height: 200%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .spec-title-container .spec-title-title {
    font-family: eb-garamond, serif;
    font-size: 26px;
    letter-spacing: 0.8em;
    font-weight: 400;
    font-style: normal;
  }
}
@media screen and (max-width: 767px) {
  .spec-title-container .spec-title-title {
    font-family: eb-garamond, serif;
    font-size: 18px;
    letter-spacing: 0.4em;
    font-weight: 400;
    font-style: normal;
  }
}
.spec-title-container .spec-title-title-sub {
  padding-left: 0;
  padding-right: 0;
  font-size: 13px;
  color: #fff;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .spec-title-container .spec-title-title-sub {
    margin-top: 20px;
  }
}

.content-lineup-wrap {
  width: 100%;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .content-lineup-wrap {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
.content-lineup-wrap .packshot-wrap {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .content-lineup-wrap .packshot-wrap {
    width: 80%;
    max-width: 900px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .content-lineup-wrap .packshot-wrap {
    width: 80%;
    max-width: 900px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .content-lineup-wrap .packshot-wrap {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .content-lineup-wrap .packshot-wrap {
    width: 90%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.content-lineup-wrap .packshot-wrap .packshot {
  position: relative;
  margin-left: 30px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .content-lineup-wrap .packshot-wrap .packshot {
    width: 45%;
    margin-left: 10px;
    margin-right: 10px;
  }
  .content-lineup-wrap .packshot-wrap .packshot:nth-child(3) {
    padding-top: 40px;
  }
}
.content-lineup-wrap .packshot-wrap .packshot .packshot-title {
  font-family: brandon-grotesque, sans-serif;
  font-size: 12px;
  letter-spacing: 0.2em;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: 10px;
  margin-top: 30px;
  color: #fff;
}

.lead-container__slide {
  margin-top: 320px;
}
.lead-container__slide .lead-title {
  margin-bottom: 30px;
}
.lead-container__slide .lead-title-sub {
  color: white;
  margin-bottom: 80px;
}

.content-movie-wrap {
  position: relative;
}
.content-movie-wrap .content-movie-bg {
  background-image: url(../img/metropolitan-photo-1-1.jpg);
  background-size: cover;
  width: 45%;
  height: 100%;
  position: absolute;
  margin-top: -50px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .content-movie-wrap .content-movie-bg {
    width: 80%;
  }
}
.content-movie-wrap .content-movie {
  width: 100%;
  z-index: 12;
}
.content-movie-wrap .content-movie .movie-photo {
  position: relative;
  width: calc(50vw + 340px);
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .content-movie-wrap .content-movie .movie-photo {
    width: 100%;
  }
}
.content-movie-wrap .content-movie .movie-photo .icon-play-movie-wrap {
  cursor: pointer;
  position: absolute;
  top: 40%;
  left: 49%;
  text-align: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.content-movie-wrap .content-movie .movie-photo .icon-play-movie-wrap a {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .content-movie-wrap .content-movie .movie-photo .icon-play-movie-wrap {
    top: 50%;
    left: 50%;
    margin-top: -46px;
    margin-left: -54px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .content-movie-wrap .content-movie .movie-photo .icon-play-movie-wrap {
    margin-top: -36px;
    margin-left: -30px;
  }
}
.content-movie-wrap .content-movie .movie-photo .icon-play-movie-wrap:hover {
  opacity: 0.5;
}
.content-movie-wrap .content-movie .movie-photo .icon-play-movie-wrap .icon-play-movie {
  width: 70px;
  height: 70px;
  margin: 0 auto 16px auto;
}
@media screen and (max-width: 767px) {
  .content-movie-wrap .content-movie .movie-photo .icon-play-movie-wrap .icon-play-movie {
    width: 40px;
    height: 40px;
  }
}
.content-movie-wrap .content-movie .movie-photo .icon-play-movie-wrap .title {
  font-family: brandon-grotesque, sans-serif;
  font-size: 10px;
  letter-spacing: 0.2em;
  font-weight: 400;
  font-style: normal;
}
.content-movie-wrap .content-movie-txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  pointer-events: none;
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .content-movie-wrap .content-movie-txt {
    position: relative;
    margin-top: -160px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .content-movie-wrap .content-movie-txt {
    position: relative;
    margin-top: -50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .content-movie-wrap .content-movie-txt {
    position: relative;
    margin-top: -50px;
  }
}
@media screen and (max-width: 767px) {
  .content-movie-wrap .content-movie-txt {
    position: relative;
  }
}
.content-movie-wrap .content-movie-txt .inner-wrap {
  max-width: 1280px;
  margin: 0 auto;
  z-index: 13;
}
.content-movie-wrap .content-movie-txt .inner {
  background: rgba(0, 0, 0, 0.9);
  max-width: 560px;
  padding: 0px 50px 0px 50px;
}
@media screen and (max-width: 767px) {
  .content-movie-wrap .content-movie-txt .inner {
    padding: 0px 20px;
  }
}
.content-movie-wrap .content-movie-txt .inner .title-bar {
  width: 20px;
  height: 1px;
  background: #fff;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .content-movie-wrap .content-movie-txt .inner .title-bar {
    display: none;
  }
}
.content-movie-wrap .content-movie-txt .inner .title {
  font-family: brandon-grotesque, sans-serif;
  font-size: 30px;
  letter-spacing: 0.24em;
  font-weight: 400;
  font-style: normal;
  line-height: 150%;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .content-movie-wrap .content-movie-txt .inner .title {
    font-family: brandon-grotesque, sans-serif;
    font-size: 24px;
    letter-spacing: 0.24em;
    font-weight: 400;
    font-style: normal;
  }
}
@media screen and (max-width: 767px) {
  .content-movie-wrap .content-movie-txt .inner .title {
    margin-top: 40px;
    font-family: brandon-grotesque, sans-serif;
    font-size: 20px;
    letter-spacing: 0.24em;
    font-weight: 400;
    font-style: normal;
  }
}
.content-movie-wrap .content-movie-txt .inner .txt {
  font-size: 14px;
  line-height: 260%;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .content-movie-wrap .content-movie-txt .inner .txt {
    width: 100%;
  }
}

.content-detail-wrap, .content-detail-wrap__l {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .content-detail-wrap, .content-detail-wrap__l {
    margin-top: 120px;
    display: block;
  }
}
.content-detail-wrap .content-bg, .content-detail-wrap__l .content-bg {
  width: 100%;
  height: 50%;
  position: absolute;
  z-index: -5;
  background-size: cover;
}
.content-detail-wrap .content-bg.is-content-2-bg, .content-detail-wrap__l .content-bg.is-content-2-bg {
  background-image: url(../img/metropolitan-photo-2-1.jpg);
  right: 0;
  margin-left: auto;
  width: 85%;
}
@media screen and (max-width: 767px) {
  .content-detail-wrap .content-bg.is-content-2-bg, .content-detail-wrap__l .content-bg.is-content-2-bg {
    width: 100%;
  }
}
.content-detail-wrap .content-bg.is-content-3-bg, .content-detail-wrap__l .content-bg.is-content-3-bg {
  background-image: url(../img/metropolitan-photo-3-1.jpg);
  right: auto;
  left: 0;
  width: 85%;
}
@media screen and (max-width: 767px) {
  .content-detail-wrap .content-bg.is-content-3-bg, .content-detail-wrap__l .content-bg.is-content-3-bg {
    width: 100%;
  }
}
.content-detail-wrap .content-bg.is-content-4-bg, .content-detail-wrap__l .content-bg.is-content-4-bg {
  background-image: url(../img/metropolitan-photo-4-1.jpg);
  right: 0;
  margin-left: auto;
  width: 85%;
}
@media screen and (max-width: 767px) {
  .content-detail-wrap .content-bg.is-content-4-bg, .content-detail-wrap__l .content-bg.is-content-4-bg {
    width: 100%;
  }
}
.content-detail-wrap .content-bg.is-content-5-bg, .content-detail-wrap__l .content-bg.is-content-5-bg {
  background-image: url(../img/metropolitan-photo-5-1.jpg);
  right: auto;
  left: 0;
  width: 85%;
}
@media screen and (max-width: 767px) {
  .content-detail-wrap .content-bg.is-content-5-bg, .content-detail-wrap__l .content-bg.is-content-5-bg {
    width: 100%;
  }
}
.content-detail-wrap .content-content, .content-detail-wrap__l .content-content {
  width: 100%;
  margin-left: 0%;
  padding-bottom: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  .content-detail-wrap .content-content, .content-detail-wrap__l .content-content {
    display: block !important;
    width: 100%;
    margin-left: 0;
    overflow-x: hidden;
  }
}
.content-detail-wrap .is-photo, .content-detail-wrap__l .is-photo {
  width: 56%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .content-detail-wrap .is-photo, .content-detail-wrap__l .is-photo {
    width: 80%;
  }
}
.content-detail-wrap .content, .content-detail-wrap__l .content {
  width: 90%;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .content-detail-wrap .content, .content-detail-wrap__l .content {
    width: 80%;
    margin-left: 0;
    margin-right: auto;
    z-index: 15;
  }
}
.content-detail-wrap .content-photo-wrap, .content-detail-wrap__l .content-photo-wrap {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .content-detail-wrap .content-photo-wrap, .content-detail-wrap__l .content-photo-wrap {
    display: block;
  }
}
.content-detail-wrap .content-photo-first, .content-detail-wrap__l .content-photo-first {
  width: 50%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .content-detail-wrap .content-photo-first, .content-detail-wrap__l .content-photo-first {
    margin-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .content-detail-wrap .content-photo-first, .content-detail-wrap__l .content-photo-first {
    margin-left: 0;
    width: 90%;
  }
}
.content-detail-wrap .content-photo-second, .content-detail-wrap__l .content-photo-second {
  margin-top: 240px;
  width: 46%;
  z-index: 5;
  margin-left: -40px;
}
@media screen and (max-width: 767px) {
  .content-detail-wrap .content-photo-second, .content-detail-wrap__l .content-photo-second {
    margin-top: 0;
    width: 90%;
    margin-left: 10%;
  }
}
.content-detail-wrap .detail-photo, .content-detail-wrap__l .detail-photo,
.content-detail-wrap .detail-text,
.content-detail-wrap__l .detail-text {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .content-detail-wrap .detail-photo, .content-detail-wrap__l .detail-photo,
.content-detail-wrap .detail-text,
.content-detail-wrap__l .detail-text {
    width: 100%;
  }
}
.content-detail-wrap .detail-photo, .content-detail-wrap__l .detail-photo {
  margin-left: auto;
  margin-right: 0;
}
.content-detail-wrap .detail-photo .photo, .content-detail-wrap__l .detail-photo .photo {
  margin-left: auto;
  margin-right: 0;
}
.content-detail-wrap .detail-photo .photo.detail-photo-1-2, .content-detail-wrap__l .detail-photo .photo.detail-photo-1-2 {
  max-width: 720px;
  margin-right: -100px;
}
@media screen and (max-width: 767px) {
  .content-detail-wrap .detail-photo .photo.detail-photo-1-2, .content-detail-wrap__l .detail-photo .photo.detail-photo-1-2 {
    max-width: 100%;
    margin-left: 10%;
    margin-right: auto;
    margin-bottom: 40px;
  }
}
.content-detail-wrap .detail-photo .photo.detail-photo-1-3, .content-detail-wrap__l .detail-photo .photo.detail-photo-1-3 {
  padding-left: 40px;
  max-width: 720px;
}
@media screen and (max-width: 767px) {
  .content-detail-wrap .detail-photo .photo.detail-photo-1-3, .content-detail-wrap__l .detail-photo .photo.detail-photo-1-3 {
    padding-left: 0px;
    max-width: 100%;
    margin-bottom: 40px;
  }
}
.content-detail-wrap .detail-photo .photo.detail-photo-2-4, .content-detail-wrap__l .detail-photo .photo.detail-photo-2-4 {
  max-width: 720px;
  margin-right: 0px;
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  .content-detail-wrap .detail-photo .photo.detail-photo-2-4, .content-detail-wrap__l .detail-photo .photo.detail-photo-2-4 {
    max-width: 100%;
    margin-bottom: 40px;
    margin-top: 0px;
  }
}
.content-detail-wrap .detail-photo .photo.detail-photo-4-4, .content-detail-wrap__l .detail-photo .photo.detail-photo-4-4 {
  max-width: 720px;
  margin-right: -20px;
}
@media screen and (max-width: 767px) {
  .content-detail-wrap .detail-photo .photo.detail-photo-4-4, .content-detail-wrap__l .detail-photo .photo.detail-photo-4-4 {
    max-width: 100%;
    margin-bottom: 40px;
  }
}
.content-detail-wrap .detail-text, .content-detail-wrap__l .detail-text {
  padding-bottom: 120px;
}
.content-detail-wrap .detail-text .text-inner, .content-detail-wrap__l .detail-text .text-inner {
  max-width: 540px;
  margin-left: 0;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  margin-top: 200px;
}
@media screen and (max-width: 767px) {
  .content-detail-wrap .detail-text .text-inner, .content-detail-wrap__l .detail-text .text-inner {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 60px;
  }
}
.content-detail-wrap .detail-text .text-inner p, .content-detail-wrap__l .detail-text .text-inner p {
  font-size: 14px;
  line-height: 240%;
  margin-bottom: 30px;
}
.content-detail-wrap .detail-text .text-inner .detail-title, .content-detail-wrap__l .detail-text .text-inner .detail-title {
  font-family: FOT-マティス Pro L;
  font-size: 28px;
  line-height: 150%;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .content-detail-wrap .detail-text .text-inner .detail-title, .content-detail-wrap__l .detail-text .text-inner .detail-title {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .content-detail-wrap .detail-text .text-inner .detail-title, .content-detail-wrap__l .detail-text .text-inner .detail-title {
    font-size: 22px;
  }
}
.content-detail-wrap .is-margin-top-4, .content-detail-wrap__l .is-margin-top-4 {
  margin-top: 150px;
}

.content-strap-wrap {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: block;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .content-strap-wrap {
    width: 100%;
    padding-left: 0;
    display: block;
  }
}
.content-strap-wrap .text-inner {
  width: 60%;
  margin-top: 200px;
}
@media screen and (max-width: 767px) {
  .content-strap-wrap .text-inner {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.content-strap-wrap .text-inner p {
  font-size: 14px;
  line-height: 240%;
  margin-bottom: 70px;
}
.content-strap-wrap .text-inner .strap-title {
  font-family: FOT-マティス Pro L;
  font-size: 28px;
  line-height: 150%;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .content-strap-wrap .text-inner .strap-title {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .content-strap-wrap .text-inner .strap-title {
    font-size: 22px;
  }
}
.content-strap-wrap .strap-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 100px;
  padding-right: 80px;
}
@media screen and (max-width: 767px) {
  .content-strap-wrap .strap-wrap {
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.content-strap-wrap .strap-wrap .strap-photo-wrap {
  width: 33%;
  padding-left: 7px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .content-strap-wrap .strap-wrap .strap-photo-wrap {
    width: 100%;
    padding-left: 0;
    display: block !important;
    margin-bottom: 30px;
  }
}
.content-strap-wrap .strap-wrap .strap-photo-wrap .cap {
  padding-top: 10px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 14px;
  line-height: 200%;
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .content-strap-wrap .strap-wrap .strap-photo-wrap .cap {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    font-size: 12px;
  }
}

.content-detail-more-wrap {
  text-align: center;
  margin-bottom: 200px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.content-detail-more-wrap.is-close {
  display: none;
}
.content-detail-more-wrap .btn-more {
  font-family: brandon-grotesque, sans-serif;
  font-size: 16px;
  letter-spacing: 0.4em;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  cursor: pointer;
}
.content-detail-more-wrap .btn-more:hover {
  opacity: 0.6;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.content-detail-more-wrap .btn-more:hover .icon-btn-more {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin: 20px auto 0 auto;
}
.content-detail-more-wrap .btn-more .icon-btn-more {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin: 20px auto 0 auto;
  width: 16px;
  height: 16px;
}

.content-more {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  visibility: hidden;
  margin-bottom: 0px;
  opacity: 0;
  height: 1px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.content-more.is-open {
  visibility: visible;
  opacity: 1;
  height: auto;
}

.content-detail-wrap__l {
  margin-top: 120px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.content-detail-wrap__l .detail-photo {
  margin-left: 0;
  margin-right: auto;
}
.content-detail-wrap__l .detail-photo .photo {
  margin-left: 0;
  margin-right: auto;
}
.content-detail-wrap__l .detail-text .text-inner {
  margin-left: auto;
  margin-right: 0;
}

.content-material {
  margin-top: 100px;
}
.content-material .material-photo {
  width: 100%;
  z-index: 7;
}
@media screen and (max-width: 767px) {
  .content-material .material-photo {
    width: 100%;
  }
}
.content-material .material-title-wrap {
  position: relative;
  height: auto;
  text-align: center;
  z-index: 10;
}
.content-material .material-title-wrap .title {
  font-family: brandon-grotesque, sans-serif;
  font-size: 32px;
  letter-spacing: 0.4em;
  font-weight: 400;
  font-style: normal;
  line-height: 140%;
  margin-top: -220px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .content-material .material-title-wrap .title {
    font-family: brandon-grotesque, sans-serif;
    font-size: 28px;
    letter-spacing: 0.24em;
    font-weight: 400;
    font-style: normal;
  }
}
@media screen and (max-width: 767px) {
  .content-material .material-title-wrap .title {
    margin-top: -70px;
    margin-bottom: 20px;
    font-family: brandon-grotesque, sans-serif;
    font-size: 20px;
    letter-spacing: 0.24em;
    font-weight: 400;
    font-style: normal;
  }
}
.content-material .material-title-wrap .text-1 {
  font-family: FOT-マティス Pro L, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 18px;
  line-height: 200%;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .content-material .material-title-wrap .text-1 {
    font-size: 18px;
  }
}
.content-material .material-title-wrap .bar {
  display: block;
  width: 1px;
  height: 50px;
  background: #fff;
  margin: 0 auto 30px auto;
}
.content-material .material-title-wrap .text-2 {
  font-family: FOT-マティス Pro L, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 15px;
  line-height: 200%;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .content-material .material-title-wrap .text-2 {
    font-size: 15px;
  }
}

.photo-swiper-wrap {
  position: relative;
  overflow: hidden;
}
.strap-swiper-wrap {
  position: relative;
  overflow: hidden;
}
.face-swiper-wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.face-swiper-wrap .swiper-container {
  width: 100%;
  margin: 0 auto;
  padding: 0px 0px 100px 0;
}
.face-swiper-wrap .swiper-slide {
  cursor: pointer;
  margin-top: 20px;
  position: relative;
  overflow: visible !important;
  opacity: 0.4;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
          transform: scale(0.6);
}
.face-swiper-wrap .swiper-slide.swiper-slide-prev {
  padding-right: 1;
}
.face-swiper-wrap .swiper-slide.swiper-slide-active {
  cursor: default;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  pointer-events: auto;
  -webkit-transition: -webkit-filter 0.8s ease;
  transition: -webkit-filter 0.8s ease;
  -o-transition: filter 0.8s ease;
  transition: filter 0.8s ease;
  transition: filter 0.8s ease, -webkit-filter 0.8s ease;
  opacity: 1;
  -webkit-animation: changeScale 0.4s 1 normal none running;
          animation: changeScale 0.4s 1 normal none running;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.face-swiper-wrap .swiper-slide.swiper-slide-active .title {
  opacity: 1;
}
@-webkit-keyframes changeScale {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes changeScale {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.face-swiper-wrap .swiper-button-prev,
.face-swiper-wrap .swiper-button-next {
  top: 40%;
  width: 90px;
  height: 90px;
  outline: none;
  z-index: 9999;
}
@media screen and (max-width: 767px) {
  .face-swiper-wrap .swiper-button-prev,
.face-swiper-wrap .swiper-button-next {
    top: 30%;
  }
}
.face-swiper-wrap .swiper-button-prev {
  left: 0%;
  background: url(../img/icon-btn-prev.svg);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: center center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.face-swiper-wrap .swiper-button-prev:hover {
  background-position: center left 20px;
  opacity: 0.4;
}
.face-swiper-wrap .swiper-button-next {
  right: 0%;
  background: url(../img/icon-btn-next.svg);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: center center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.face-swiper-wrap .swiper-button-next:hover {
  opacity: 0.4;
  background-position: center right 20px;
}
.face-swiper-wrap .swiper-pagination {
  position: absolute;
  display: block;
  bottom: 30px;
  width: 200px !important;
  height: 50px !important;
  z-index: 99999;
}
.face-swiper-wrap .swiper-pagination span {
  -webkit-box-shadow: 0 0 0 1px #fff;
          box-shadow: 0 0 0 1px #fff;
  margin: 0 10px;
}
.face-swiper-wrap .swiper-pagination .swiper-pagination-bullets {
  display: inline-block;
  width: 30px;
  height: 30px;
  z-index: 99999;
}

.face-note {
  font-size: 13px;
  text-align: center;
  padding: 0 30px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 450px;
  line-height: 220%;
}

.challenge-chrono-swiper-wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .challenge-chrono-swiper-wrap {
    overflow: hidden;
  }
}
.challenge-chrono-swiper-wrap .swiper-container {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0px 100px 0;
}
.challenge-chrono-swiper-wrap .swiper-slide {
  cursor: pointer;
  margin-top: 20px;
  position: relative;
  overflow: visible !important;
  opacity: 0.4;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
}
.challenge-chrono-swiper-wrap .swiper-slide .title {
  font-family: brandon-grotesque, sans-serif;
  font-size: 12px;
  letter-spacing: 0.2em;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: 10px;
  margin-top: 30px;
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}
.challenge-chrono-swiper-wrap .swiper-slide.swiper-slide-prev {
  padding-right: 1;
}
.challenge-chrono-swiper-wrap .swiper-slide.swiper-slide-active {
  cursor: default;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  pointer-events: auto;
  -webkit-transition: -webkit-filter 0.8s ease;
  transition: -webkit-filter 0.8s ease;
  -o-transition: filter 0.8s ease;
  transition: filter 0.8s ease;
  transition: filter 0.8s ease, -webkit-filter 0.8s ease;
  opacity: 1;
  -webkit-animation: changeScale 0.4s 1 normal none running;
          animation: changeScale 0.4s 1 normal none running;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.challenge-chrono-swiper-wrap .swiper-slide.swiper-slide-active .title {
  opacity: 1;
}
@keyframes changeScale {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.challenge-chrono-swiper-wrap .swiper-button-prev,
.challenge-chrono-swiper-wrap .swiper-button-next {
  top: 36%;
  width: 90px;
  height: 90px;
  outline: none;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .challenge-chrono-swiper-wrap .swiper-button-prev,
.challenge-chrono-swiper-wrap .swiper-button-next {
    visibility: hidden;
  }
}
.challenge-chrono-swiper-wrap .swiper-button-prev {
  left: 0%;
  background: url(../img/icon-btn-prev.svg);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: center center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.challenge-chrono-swiper-wrap .swiper-button-prev:hover {
  background-position: center left 20px;
  opacity: 0.4;
}
.challenge-chrono-swiper-wrap .swiper-button-next {
  right: 0%;
  background: url(../img/icon-btn-next.svg);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: center center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.challenge-chrono-swiper-wrap .swiper-button-next:hover {
  opacity: 0.4;
  background-position: center right 20px;
}
.challenge-chrono-swiper-wrap .swiper-pagination {
  position: absolute;
  display: block;
  bottom: 30px;
  width: 200px !important;
  height: 50px !important;
  z-index: 99999;
}
.challenge-chrono-swiper-wrap .swiper-pagination span {
  -webkit-box-shadow: 0 0 0 1px #fff;
          box-shadow: 0 0 0 1px #fff;
  margin: 0 10px;
}
.challenge-chrono-swiper-wrap .swiper-pagination .swiper-pagination-bullets {
  display: inline-block;
  width: 30px;
  height: 30px;
  z-index: 99999;
}

.metropolitan-spec-wrap {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
  font-size: 13px;
  line-height: 200%;
  z-index: 10;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .metropolitan-spec-wrap {
    padding: 30px;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .metropolitan-spec-wrap {
    padding: 20px;
    display: block;
  }
}
.metropolitan-spec-wrap dl {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  border-top: none;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .metropolitan-spec-wrap dl {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .metropolitan-spec-wrap dl {
    width: 100%;
  }
}
.metropolitan-spec-wrap dl dt {
  padding: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 30%;
  color: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 1023px) {
  .metropolitan-spec-wrap dl dt {
    padding: 4px 0px;
  }
}
.metropolitan-spec-wrap dl dd {
  padding: 12px 30px 12px 12px;
  width: 70%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  .metropolitan-spec-wrap dl dd {
    padding: 4px 12px;
  }
}
.metropolitan-spec-wrap dl dd .note {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.4);
}
.metropolitan-spec-wrap dl dd .dd-dial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.metropolitan-spec-wrap dl dd .dd-dial .name {
  width: 70px;
}
.metropolitan-spec-wrap dl dd .dd-dial .detail {
  width: calc(100% - 70px);
}
.metropolitan-spec-wrap dl dd.dd-price .name {
  display: inline-block;
  width: 190px;
}
.metropolitan-spec-wrap dl dd.dd-price .price {
  letter-spacing: 0.1em;
}

.shop-wrap {
  margin-top: 180px;
  position: relative;
  width: 100%;
  line-height: 0;
  text-align: center;
  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;
  background: url(../img/metropolitan-shop-photo.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .shop-wrap {
    margin-top: 80px;
    background: none;
  }
}
.shop-wrap .shop-content {
  width: 100%;
  max-width: 840px;
  padding-top: 80px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  text-align: left;
  line-height: 240%;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .shop-wrap .shop-content {
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.shop-wrap .shop-content .shop-list {
  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;
}
.shop-wrap .shop-content .shop-list .is-single {
  -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: 767px) {
  .shop-wrap .shop-content .shop-list {
    display: block;
  }
}
.shop-wrap .shop-content .shop-list li.shop {
  width: 47%;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .shop-wrap .shop-content .shop-list li.shop {
    width: 100%;
    margin-bottom: 50px;
  }
}
.shop-wrap .shop-content .shop-list li.shop p {
  font-size: 13px;
  line-height: 170%;
  padding-bottom: 50px;
  opacity: 0.6;
  word-break: break-all;
}
.shop-wrap .shop-content .name-en {
  font-family: "SaolDisplay-Regular";
  font-size: 26px;
  letter-spacing: 0em;
  font-weight: 0;
  font-style: normal;
  line-height: 120%;
  margin-top: 24px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .shop-wrap .shop-content .name-en {
    font-family: "SaolDisplay-Regular";
    font-size: 22px;
    letter-spacing: 0em;
    font-weight: 0;
    font-style: normal;
  }
}
.shop-wrap .shop-content .name-ja {
  font-family: "FOT-マティス Pro M", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  letter-spacing: 0em;
  padding-bottom: 30px !important;
  opacity: 1 !important;
}
.shop-wrap .shop-content dl.shop-dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  border-top: none;
  line-height: 140%;
  font-family: "FOT-マティス Pro M", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 12px;
  line-height: 180%;
}
.shop-wrap .shop-content dl.shop-dl a:link {
  color: #fff;
}
.shop-wrap .shop-content dl.shop-dl dt,
.shop-wrap .shop-content dl.shop-dl dd {
  margin-bottom: 10px;
}
.shop-wrap .shop-content dl.shop-dl dt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 30%;
  color: rgba(255, 255, 255, 0.4);
}
.shop-wrap .shop-content dl.shop-dl dd {
  letter-spacing: 0.1em;
  width: 70%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.shop-wrap .shop-content dl.shop-dl dd.ja {
  font-size: 11px;
}
.shop-wrap .shop-content dl.shop-dl dd.address a:hover {
  text-decoration: underline;
}
.shop-wrap .shop-content dl.shop-dl dd .note {
  font-size: 11px;
  color: white;
}
.shop-wrap .shop-list-btn-wrap {
  margin-top: 80px;
  font-family: linotype-didot, serif;
  font-size: 16px;
  letter-spacing: 0.15em;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .shop-wrap .shop-list-btn-wrap {
    margin-top: 40px;
    font-family: linotype-didot, serif;
    font-size: 14px;
    letter-spacing: 0.15em;
    font-weight: 400;
    font-style: normal;
  }
}
.shop-wrap .shop-list-btn-wrap .shop-list-btn {
  text-align: center;
  margin: 20px 30px;
}
.shop-wrap .shop-list-btn-wrap .shop-list-btn .info-title {
  font-family: FOT-マティス Pro L;
  width: 320px;
  max-width: 90%;
  text-align: center;
  display: inline-block;
  padding: 16px 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .shop-wrap .shop-list-btn-wrap .shop-list-btn .info-title {
    width: 240px;
    max-width: 80%;
  }
}

a.tel {
  text-decoration: none;
}

a.url,
a.address {
  text-decoration: none;
}
a.url:hover,
a.address:hover {
  text-decoration: underline;
}

.contact {
  margin-top: 180px;
  position: relative;
  width: 100%;
  height: 460px;
  line-height: 0;
  text-align: center;
  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;
  background: url(../img/metropolitan-shop-photo.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.contact .contact-txt .contact-title {
  font-family: brandon-grotesque, sans-serif;
  font-size: 28px;
  letter-spacing: 0.3em;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 40px;
}
.contact .contact-txt .contact-note {
  font-size: 12px;
  line-height: 250%;
  margin-bottom: 30px;
}
.contact .contact-txt .contact-btn a {
  display: block;
  padding: 12px 60px;
  background: #000;
  text-decoration: none;
  font-family: brandon-grotesque, sans-serif;
  font-size: 16px;
  letter-spacing: 0.2em;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
}

/*=============================
for footer
=============================*/
footer {
  text-align: center;
}
footer .footer-logo {
  width: 186px;
  height: auto;
  margin: 140px auto 90px auto;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
footer .footer-logo:hover {
  opacity: 0.4;
}
@media screen and (max-width: 767px) {
  footer .footer-logo {
    width: 146px;
  }
}
footer .footer-link-official {
  font-family: brandon-grotesque, sans-serif;
  font-size: 12px;
  letter-spacing: 0.3em;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 60px;
}
footer .footer-copyright {
  font-family: eb-garamond, serif;
  font-size: 10px;
  letter-spacing: 0.2em;
  font-weight: 400;
  font-style: normal;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 40px;
  line-height: 200%;
}

/*=============================
for util
=============================*/
.u-line-motion a, .u-line-motion__wh a {
  display: inline-block;
  padding: 0 0 8px;
  position: relative;
  text-decoration: none;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
.u-line-motion a::before, .u-line-motion__wh a::before, .u-line-motion a::after, .u-line-motion__wh a::after {
  border-bottom: solid 1px rgba(255, 255, 255, 0.8);
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  width: 0;
  bottom: -1px;
}
.u-line-motion a::before, .u-line-motion__wh a::before {
  left: 50%;
}
.u-line-motion a::after, .u-line-motion__wh a::after {
  right: 50%;
}
.u-line-motion a:hover::before, .u-line-motion__wh a:hover::before, .u-line-motion a:hover::after, .u-line-motion__wh a:hover::after {
  width: 50%;
}

.u-line-motion__wh a::before, .u-line-motion__wh a::after {
  border-bottom: solid 1px #fff;
}

.u-line-motion-rectangle a {
  position: relative;
  display: inline-block;
  border: 1px solid #000;
  color: #fff;
  background: #000;
  text-align: center;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.9s;
  -o-transition: all 0.9s;
  transition: all 0.9s;
}
.u-line-motion-rectangle a::before, .u-line-motion-rectangle a::after, .u-line-motion-rectangle a span::before, .u-line-motion-rectangle a span::after {
  position: absolute;
  z-index: 2;
  content: "";
  width: 0;
  height: 0;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
.u-line-motion-rectangle a::before {
  top: -1px;
  left: -1px;
  border-left-color: rgba(255, 255, 255, 0.1);
}
.u-line-motion-rectangle a::after {
  bottom: -1px;
  right: -1px;
  border-right-color: rgba(255, 255, 255, 0.1);
}
.u-line-motion-rectangle a span::before {
  bottom: -1px;
  left: -1px;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
.u-line-motion-rectangle a span::after {
  top: -1px;
  right: -1px;
  border-top-color: rgba(255, 255, 255, 0.1);
}
.u-line-motion-rectangle a:hover {
  color: rgba(255, 255, 255, 0.4);
}
.u-line-motion-rectangle a:hover::before, .u-line-motion-rectangle a:hover::after {
  height: calc(100% + 2px);
  opacity: 1;
}
.u-line-motion-rectangle a:hover span::before, .u-line-motion-rectangle a:hover span::after {
  width: calc(100% + 2px);
  opacity: 1;
}

.u-icon-scroll {
  width: 1px;
  left: 50%;
  position: absolute;
  text-align: center;
  height: 60px;
  bottom: 0px;
}
@media screen and (max-width: 767px) {
  .u-icon-scroll {
    height: 60px;
  }
}
.u-icon-scroll .icon-scroll, .u-icon-scroll .icon-scroll__wh,
.u-icon-scroll .icon-scroll:before,
.u-icon-scroll .icon-scroll__wh:before {
  position: absolute;
  left: 50%;
}
.u-icon-scroll .icon-scroll, .u-icon-scroll .icon-scroll__wh {
  width: 40px;
  height: 60px;
  margin-left: -20px;
  bottom: 0px;
}
.u-icon-scroll .icon-scroll:before, .u-icon-scroll .icon-scroll__wh:before {
  content: "";
  width: 2px;
  height: 16px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white)) !important;
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0), white) !important;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white) !important;
  mix-blend-mode: invert;
  top: 0px;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
          animation-name: scroll;
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(46px);
    transform: translateY(46px);
  }
}
.u-icon-scroll .icon-scroll__wh:before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#fff));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), #fff);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #fff);
}

.inview {
  opacity: 0;
  -webkit-transition: 0.9s;
  -o-transition: 0.9s;
  transition: 0.9s;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
}
.inview.is-inview {
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

/*=============================
for Hero Header
=============================*/
.kv-hero-movie {
  width: 100%;
  height: 100vh;
  min-height: 940px;
  overflow: hidden;
  position: relative;
  overflow: hidden;
  z-index: 9999;
}
.kv-hero-movie .modal {
  display: none;
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.kv-hero-movie .modal .modal-inner {
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.kv-hero-movie .modal .modal-inner .modal-inner-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  cursor: pointer;
}
.kv-hero-movie .modal .modal-inner video {
  max-width: 80%;
  height: 80vh;
  max-height: 720px;
  z-index: 9999 !important;
  outline: none;
}
@media screen and (max-width: 767px) {
  .kv-hero-movie .modal .modal-inner video {
    max-width: 100%;
    height: auto;
    max-height: auto;
  }
}
.kv-hero-movie .modal .modal-inner video:focus {
  outline: none;
}
.kv-hero-movie .modal .modal-inner .modal-btn-close {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0px;
  z-index: 9999;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .kv-hero-movie .modal .modal-inner .modal-btn-close {
    margin-top: 10px;
    margin-right: 10px;
    width: 40px;
    height: 40px;
  }
}
.kv-hero-movie .modal .modal-inner .modal-btn-close:hover .btn-close-inner {
  opacity: 0.7;
}
.kv-hero-movie .modal .modal-inner .modal-btn-close .btn-close-inner {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  margin-left: -40px;
  cursor: pointer;
}
.kv-hero-movie .modal .modal-inner .modal-btn-close .btn-close-inner span::before,
.kv-hero-movie .modal .modal-inner .modal-btn-close .btn-close-inner span::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 0.7px;
  background: #fff;
}
.kv-hero-movie .modal .modal-inner .modal-btn-close .btn-close-inner span::before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.kv-hero-movie .modal .modal-inner .modal-btn-close .btn-close-inner span::after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.kv-hero-movie .hero-container-text,
.kv-hero-movie .hero-container-bg,
.kv-hero-movie .hero-container {
  opacity: 0;
  -webkit-transition: 1.2s;
  -o-transition: 1.2s;
  transition: 1.2s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-filter: blur(12px);
          filter: blur(12px);
  z-index: -1;
}
.kv-hero-movie .hero-container-text.is-show,
.kv-hero-movie .hero-container-bg.is-show,
.kv-hero-movie .hero-container.is-show {
  opacity: 1;
  -webkit-filter: none;
          filter: none;
}
.kv-hero-movie .hero-container-text {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 940px;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.kv-hero-movie .hero-container-text .hero-container-text-inner {
  font-family: eb-garamond, serif;
  font-size: 18px;
  letter-spacing: 0.7em;
  font-weight: 400;
  font-style: normal;
  opacity: 0.4;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 160px;
}
.kv-hero-movie .hero-container-text .hero-container-text-inner .loop-text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  white-space: nowrap;
}
.kv-hero-movie .hero-container-text .hero-container-text-inner .loop-text .word {
  display: inline-block;
  padding-left: 2em;
  padding-right: 2em;
}
.kv-hero-movie .hero-container-text .hero-container-text-inner .loop-text:nth-child(odd) {
  -webkit-animation: loop 50s -25s linear infinite;
          animation: loop 50s -25s linear infinite;
}
.kv-hero-movie .hero-container-text .hero-container-text-inner .loop-text:nth-child(even) {
  -webkit-animation: loop2 50s linear infinite;
          animation: loop2 50s linear infinite;
}
@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
.kv-hero-movie .hero-container-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 940px;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 11;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.kv-hero-movie .hero-container-bg .hero-container-bg-inner {
  max-width: 90%;
  opacity: 0.4;
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .kv-hero-movie .hero-container-bg .hero-container-bg-inner {
    width: 90%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .kv-hero-movie .hero-container-bg .hero-container-bg-inner {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .kv-hero-movie .hero-container-bg .hero-container-bg-inner {
    max-width: 100%;
    width: 100%;
  }
}
.kv-hero-movie .hero-container {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 940px;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 12;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.kv-hero-movie .hero-container .hero-container-inner {
  width: 380px;
  max-width: 30%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .kv-hero-movie .hero-container .hero-container-inner {
    max-width: 360px;
  }
}
@media screen and (max-width: 767px) {
  .kv-hero-movie .hero-container .hero-container-inner {
    width: 60%;
    max-width: 320px;
  }
}
.kv-hero-movie .bg-movie {
  opacity: 0.4;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.kv-hero-movie .bg-movie .bg-movie-inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.kv-hero-movie .bg-movie .bg-movie-inner .bg-movie-grid {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  background: url(../img/movie-grid.png);
  background-repeat: repeat;
}
.kv-hero-movie .bg-movie .bg-movie-inner video {
  position: absolute;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  min-height: 100%;
  min-height: 100vh;
  min-width: 100%;
  min-width: 100vw;
}

.hero-inner-bottom__challenge-crono3-s {
  bottom: 0px;
  text-align: center;
}
.hero-inner-bottom__challenge-crono3-s .title-logo {
  opacity: 0.2;
  width: 70%;
  margin-left: 14%;
  margin-bottom: 30px;
}
.hero-inner-bottom__challenge-crono3-s .title-logo.is-visible {
  opacity: 1;
}
.hero-inner-bottom__challenge-crono3-s .title-logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .hero-inner-bottom__challenge-crono3-s .title-logo {
    width: 86%;
    margin-left: 7%;
  }
}
.hero-inner-bottom__challenge-crono3-s .title {
  color: #fff;
  margin-bottom: -15px;
  text-align: center;
}
.hero-inner-bottom__challenge-crono3-s .btn-play-wrap {
  width: 120px;
  height: 120px;
  margin: 0 auto 60px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero-inner-bottom__challenge-crono3-s .btn-play {
  border: 0.5px solid #fff;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  cursor: pointer;
}
.hero-inner-bottom__challenge-crono3-s .btn-play:hover {
  opacity: 0.4;
}
.hero-inner-bottom__challenge-crono3-s .btn-play .ico-triangle {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 12px;
  border-color: transparent transparent transparent #fff;
  margin-left: 2px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.hero-inner-bottom__challenge-crono3-s .btn-play .ring {
  border: 0.5px solid #fff;
  position: absolute;
  border-radius: 100px;
  height: 80px;
  width: 80px;
  top: 0px;
  left: 0px;
  opacity: 0;
}
.hero-inner-bottom__challenge-crono3-s .btn-play:hover .ico-triangle {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}
.hero-inner-bottom__challenge-crono3-s .btn-play:hover .ring {
  -webkit-animation: btnplayanime 1s ease-out;
          animation: btnplayanime 1s ease-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
@-webkit-keyframes btnplayanime {
  0% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(2, 2);
            transform: scale(2, 2);
    opacity: 0;
  }
}
@keyframes btnplayanime {
  0% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(2, 2);
            transform: scale(2, 2);
    opacity: 0;
  }
}

.u-scoll-line {
  position: absolute;
  width: 1px;
  height: 60px;
  bottom: 20px;
  left: 50%;
  z-index: 21;
}
.u-scoll-line span {
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  display: block;
  width: 1px;
  height: 100%;
  -webkit-animation-name: scrollLine;
          animation-name: scrollLine;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes scrollLine {
  0% {
    top: 0;
    height: 0%;
  }
  50% {
    top: 0%;
    height: 100%;
  }
  100% {
    top: 100%;
    bottom: 0;
    height: 0%;
  }
}

@keyframes scrollLine {
  0% {
    top: 0;
    height: 0%;
  }
  50% {
    top: 0%;
    height: 100%;
  }
  100% {
    top: 100%;
    bottom: 0;
    height: 0%;
  }
}
.u-icon-scroll {
  text-align: center;
  position: relative;
  height: 80px;
}
@media screen and (max-width: 767px) {
  .u-icon-scroll {
    height: 60px;
  }
}
.u-icon-scroll .icon-scroll, .u-icon-scroll .icon-scroll__wh,
.u-icon-scroll .icon-scroll:before,
.u-icon-scroll .icon-scroll__wh:before {
  position: absolute;
  left: 50%;
}
.u-icon-scroll .icon-scroll, .u-icon-scroll .icon-scroll__wh {
  width: 40px;
  height: 60px;
  margin-left: -20px;
  bottom: 0px;
}
.u-icon-scroll .icon-scroll:before, .u-icon-scroll .icon-scroll__wh:before {
  content: "";
  width: 1px;
  height: 16px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255))) !important;
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0), rgb(255, 255, 255)) !important;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255)) !important;
  mix-blend-mode: invert;
  top: 0px;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll;
}
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(46px);
    transform: translateY(46px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(46px);
    transform: translateY(46px);
  }
}
.u-icon-scroll .icon-scroll__wh:before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#fff));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), #fff);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #fff);
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  z-index: 9999;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100vw;
  background: #000;
  overflow: hidden;
}
.pace .pace-progress {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  max-width: 100vw;
  position: fixed;
  z-index: 2000;
  display: block;
  position: absolute;
  top: 50%;
  right: 100%;
  height: 1px;
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
}

.btn-pagetop {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 18px;
  bottom: 20px;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.btn-pagetop:hover {
  opacity: 0.2;
}
@media screen and (max-width: 767px) {
  .btn-pagetop {
    right: 5px;
  }
}

.credit-wrap {
  width: 100%;
  margin-top: 80px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .credit-wrap {
    display: block !important;
    width: 100%;
  }
}

.credit {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 10px;
  line-height: 180%;
  opacity: 0.6;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .credit {
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
  }
}