@charset "UTF-8";
.fullWidth {
  width: 100% !important;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: none;
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

img {
  border: 0;
  vertical-align: bottom;
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

table {
  border-spacing: 0;
  empty-cells: show;
}

/* clearfix */
.cf {
  zoom: 1;
}

.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

* {
  list-style: none;
}

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

body, html {
  font-family: YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  letter-spacing: -0.01em;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background: #FFF;
}

h2, h3 {
  letter-spacing: -0.05em;
}

h2 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
}

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

.bold {
  font-weight: 700 !important;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

.tab {
  display: none;
}

.inner {
  margin: 0 auto;
}

.mt20 {
  margin-top: 20px;
}

.h2_typeA {
  text-align: center;
}

.h2_typeA span {
  font-size: 44px;
  padding: 10px;
  border: 3px solid #000;
  margin-bottom: 50px;
  text-align: center;
  line-height: 1.5em;
  display: inline-block;
  text-align: center;
}

.ttl_typeB {
  font-size: 22px;
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.5em;
}

.ttl_faq_box {
  margin-bottom: 30px;
}

.ttl_faq_box h2 {
  font-size: 36px;
  margin-bottom: 20px;
  line-height: 1.5em;
  text-align: center;
}

.ttl_faq_box p {
  line-height: 1.625em;
  max-width: 800px;
  margin: 0 auto;
}

a img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.lb-prev, .lb-next {
  display: block !important;
}

.blue_box {
  background-color: #dfeffc;
  padding: 80px 0 0;
}

.movie-box {
  max-width: 850px;
  margin: 0 auto;
}

.movie-box iframe {
  width: 100% !important;
}

.btn_form {
  display: block;
  margin: 60px auto 0;
  width: 460px;
}

.en {
  text-orientation: upright;
}

@media only screen and (max-width: 1200px) {
  .inner {
    padding: 0 20px;
  }

  #staff_choice .img img {
    width: auto;
    max-width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .tab {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .inner {
    padding: 0 8%;
  }

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  h2 {
    font-size: 22px;
    line-height: 1.5;
  }
}
.mincho {
  font-family: "Shippori Mincho", serif;
}

.fullWidth {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.inrWidth {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
}

.hd img {
  width: 100%;
  max-width: none;
}

.hd__logo {
  position: fixed;
  margin-left: 4.5%;
  z-index: 1000;
  width: 200px;
  pointer-events: visible;
}

.hd__logoWrap {
  position: fixed;
  top: 30px;
  left: 50%;
  width: 100vw;
  max-width: 1400px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  pointer-events: none;
  z-index: 1000;
}

.hd__logo svg {
  fill: #000;
}

.hd__float {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 13px;
  font-weight: 500;
  color: #000;
}

.hd__floatWrap {
  position: absolute;
  top: 58%;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  max-width: 1400px;
  max-height: 700px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 1000;
}

.hd__float.LFT {
  margin-left: 5%;
}

.hd__float.RGT {
  margin-right: 5%;
}

.lead {
  position: relative;
  text-align: center;
  margin-bottom: 75px;
  margin-top: 70px;
  letter-spacing: 0.1em;
}

.lead__sub {
  position: relative;
  z-index: 5;
  font-size: 15px;
  font-weight: 500;
}

.lead__main {
  position: relative;
  z-index: 5;
  font-size: 24px;
  line-height: 1.7;
  letter-spacing: 0.01em;
  font-weight: 500;
  margin-top: 10px;
}

.lead__txt {
  position: relative;
  z-index: 5;
  font-size: 13px;
  line-height: 2.7;
  margin-top: 18px;
}

.link {
  margin: 130px auto 150px;
}

.link__btn {
  position: relative;
  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;
  width: 86%;
  max-width: 450px;
  height: 80px;
  margin: 0 auto;
  color: #FFF;
  background: #000;
  font-size: 25px;
  font-weight: 500;
  text-decoration: none;
  line-height: 1;
}

.link__btn:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  display: block;
  width: 45px;
  height: 1px;
  background: #FFF;
}

.link__btn:after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 29px;
  display: block;
  width: 15px;
  height: 1px;
  background: #FFF;
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
}

.totop {
  position: fixed;
  bottom: 50px;
  right: 5%;
  width: 15px;
}

.ft__copy {
  color: #000;
  background: #FFF;
  font-size: 12px;
  text-align: center;
  line-height: 1;
  margin-top: 50px;
  padding: 40px 0;
}

/* SP */
@media screen and (max-width: 768px) {
  .hd__float {
    display: none;
  }

  .lead {
    padding: 50px 0;
    background: url(../images/bg_lft.svg) no-repeat left top/100% auto;
  }

  .lead__sub {
    font-size: 15px;
    line-height: 1.66;
  }

  .lead__sub span {
    display: none;
  }

  .lead__main {
    font-size: 27px;
    font-weight: 700;
    line-height: 1.6;
    margin-top: 10px;
  }

  .lead__txt {
    font-size: 13px;
    line-height: 1.7;
    letter-spacing: 0.05em;
    margin-top: 15px;
  }

  .totop {
    bottom: 25px;
    right: 10px;
    width: 10px;
  }

  .ft__copy {
    color: #000;
    background: #FFF;
    font-size: 12px;
    text-align: center;
    line-height: 1;
    margin-top: 50px;
    padding: 40px 0;
  }
}
/* SP ここまで */
.w110 {
  display: none;
}

@media screen and (max-width: 1100px) {
  .w110 {
    display: block;
  }
}
#ft {
  background: #eee;
  padding: 80px 0 0;
}

#ft .inner {
  max-width: 1000px;
}

#ft .img {
  text-align: center;
}

#ft .footerimg {
  margin-bottom: 100px;
}

#ft .shop {
  margin-bottom: 30px;
}

#ft .shopList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 834px;
  margin: 32px auto 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 129px;
}

#ft .shopList li {
  width: 169px;
  margin-bottom: 10px;
}

#ft .shopList li a {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #000;
  text-decoration: none;
}

#ft .shopList li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  #ft {
    background: #eee;
    padding: 70px 0 0;
  }

  #ft .inner {
    max-width: 1000px;
  }

  #ft .footerimg {
    margin-bottom: 40px;
  }

  #ft .shop {
    margin-bottom: 25px;
    text-align: left;
  }

  #ft .shop img {
    width: 110px;
  }

  #ft .shopList {
    width: 100%;
    margin: 12px auto 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
  }

  #ft .shopList li {
    width: 50%;
  }

  #ft .shopList li a {
    font-size: 14px;
    line-height: 1.3em;
  }
}
.hd__logo {
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.mv {
  position: relative;
  background: #dbe3e6;
}
.mv__inr {
  position: relative;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 0 0;
}
.mv__ttl {
  text-align: center;
}
.mv__deco {
  position: absolute;
  bottom: -45px;
  left: 24px;
  z-index: 10;
}

.lead {
  margin: 0;
  padding-bottom: 105px;
  background: #dbe3e6;
}
.lead__inr {
  text-align: center;
}
.lead__ttl {
  font-size: 30px;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin: 0;
}
.lead__body {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.05em;
  margin-top: 10px;
}

.ft {
  padding: 110px 0;
  background: #d4dfc6;
  text-align: center;
}
.ft__inr {
  position: relative;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.ft__ttl {
  font-size: 30px;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin: 90px auto 50px;
}
.ft__lead {
  font-size: 18px;
  line-height: 1.88;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.ft__lead p:not(:first-of-type) {
  margin-top: 30px;
}
.ft__list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 480px;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.69;
  text-align: left;
  margin: 55px auto 0;
}
.ft__list li:last-of-type {
  margin-top: 25px;
}
.ft__btn {
  margin: 70px auto 150px;
}
.ft__btn--link {
  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;
  width: 440px;
  height: 88px;
  font-size: 30px;
  list-style: 1;
  letter-spacing: 0.05em;
  text-decoration: none;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #FFF;
  background: #000;
  margin: 0 auto;
}
.ft__copy {
  color: #000;
  background: #FFF;
}

#ft {
  position: relative;
  background: #d4dfc6;
  padding: 15px 0 0;
}
#ft .shopList {
  max-width: 890px;
  background: #f8f7f5;
  padding-top: 10px;
  padding-bottom: 10px;
}

.totop {
  position: fixed;
  bottom: 50px;
  right: 5%;
  width: 15px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  width: 95px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
}

.totop:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 15px;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .mv__inr {
    width: 100%;
    padding: 50px 0 0;
  }
  .mv__ttl {
    margin-bottom: 8px;
  }
  .mv__deco {
    width: 70%;
    bottom: -4%;
    left: 5%;
  }

  .lead {
    margin: 0;
    padding-top: 30px;
    padding-bottom: 50px;
    background: #dbe3e6;
  }
  .lead__inr {
    text-align: center;
  }
  .lead__ttl {
    font-size: 26px;
    letter-spacing: 0.05em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    margin: 0;
  }
  .lead__body {
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    margin-top: 8px;
  }

  .ft {
    padding: 90px 0 60px;
  }
  .ft__price {
    width: 86%;
    max-width: 330px;
    margin: 0 auto;
  }
  .ft__ttl {
    font-size: 26px;
    letter-spacing: 0.05em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    margin: 75px auto 35px;
  }
  .ft__lead {
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
  .ft__lead p:not(:first-of-type) {
    margin-top: 25px;
  }
  .ft__list {
    width: 86%;
    max-width: 330px;
    margin: 0 auto;
    margin: 30px auto 0;
  }
  .ft__list li {
    text-indent: -1em;
    margin-left: 1em;
  }
  .ft__list li:last-of-type {
    margin-top: 25px;
  }
  .ft__btn {
    margin: 70px auto 100px;
  }
  .ft__btn--link {
    width: 86%;
    height: 65px;
    font-size: 22px;
    letter-spacing: 0.05em;
  }
  .ft__copy {
    color: #000;
    background: #FFF;
  }

  #ft .shop {
    text-align: center;
  }
  #ft .shopList {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (min-width: 769px) {
  .hd__logoWrap {
    left: 0;
    transform: none;
  }
}