@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;700&display=swap");
.wrapper {
  min-width: 1334px;
  overflow-x: hidden;
}

.mv {
  padding-top: 146px;
  position: relative;
  /*スクロールダウン全体の場所*/
  /*Scrollテキストの描写*/
  /* 線の描写 */
  /*高さ・位置・透過が変化して線が上から下に動く*/
}
.mv__vertBar {
  left: 84px;
  top: -3px;
}
.mv__cnt {
  position: relative;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.mv__bg {
  margin-left: auto;
  margin-right: auto;
  max-width: 1130px;
  position: relative;
  left: 16px;
}
.mv__ttlArea {
  margin-top: -517px;
}
.mv__ttlArea--subTtl {
  font-size: 3.801rem;
  color: #ededed;
  font-weight: bold;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  margin-left: 200px;
  position: relative;
  letter-spacing: 0.1em;
}
.mv__ttl {
  color: #ededed;
  white-space: nowrap;
  font-size: 11.463rem;
  font-weight: bold;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
  width: 100%;
  text-indent: -0.1em;
  position: relative;
  line-height: 0.9;
  margin-top: 8px;
}
.mv__subTtlArea {
  width: 345px;
  margin-left: auto;
  position: relative;
  margin-right: 130px;
  margin-top: 32px;
}
.mv__subTtlWrap:not(:first-of-type) {
  margin-top: 15px;
}
.mv__subTtlSpan {
  color: #fff;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  padding: 7px 18px;
  text-align: center;
}
.mv__subTtlSpan:not(:first-of-type) {
  margin-top: 15px;
}
.mv .scrolldown1 {
  position: absolute;
  right: 80px;
  bottom: -160px;
  height: 170px;
}
.mv .scrolldown1 span {
  /*描画位置*/
  position: absolute;
  left: -31px;
  top: -45px;
  /*テキストの形状*/
  color: #000000;
  font-size: 1rem;
  font-weight: bold;
  font-family: "Be Vietnam Pro", sans-serif;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  white-space: nowrap;
  display: block;
  letter-spacing: 0.25em;
}
.mv .scrolldown1::after {
  content: "";
  /*描画位置*/
  position: absolute;
  top: 0;
  left: -3px;
  /*線の形状*/
  width: 1px;
  height: 10px;
  background: #000;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  -webkit-animation: pathmove 2s ease infinite;
          animation: pathmove 2s ease infinite;
  opacity: 0;
}
@-webkit-keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 100px;
    opacity: 1;
  }
  100% {
    height: 100px;
    top: 0px;
    opacity: 0;
  }
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 100px;
    opacity: 1;
  }
  100% {
    height: 100px;
    top: 0px;
    opacity: 0;
  }
}

.about {
  margin-top: 273px;
  position: relative;
}
.about__vertBar {
  left: 0;
  top: 194px;
}
.about__vertBar.barIn:before {
  width: 240px;
}
.about__cnt {
  max-width: 1165px;
  margin-left: 170px;
  margin-right: 0;
  position: relative;
}
.about__cnt--ttl {
  width: 368px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  left: -84px;
}
.about__cnt--subTtl {
  margin-top: 169px;
  position: relative;
  font-size: 2.8rem;
  font-weight: bold;
  white-space: nowrap;
}
.about__cnt--subTtlEn {
  font-size: 7.597rem;
  font-weight: bold;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.14em;
  line-height: 1.1;
  white-space: nowrap;
  position: relative;
  margin-top: 8px;
  z-index: 1;
}
.about__cnt--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about__cnt--flex--txtArea {
  width: calc(100% - 689px);
  padding-top: 36px;
  padding-left: 49px;
}
.about__cnt--flex--txtArea--txt {
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0;
  margin-top: 21px;
}
.about__cnt--flex--txtArea--price {
  width: 368px;
  margin-top: 32px;
  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;
  padding: 7px 0;
}
.about__cnt--flex--txtArea--price .txt {
  color: #fff;
  padding: 6px 26px;
}
.about__cnt--flex--txtArea--price .txt .ja {
  font-size: 2.647rem;
  font-weight: bold;
  padding-right: 22px;
}
.about__cnt--flex--txtArea--price .txt .num {
  font-family: "Bebas Neue", sans-serif;
  font-size: 3.862rem;
  letter-spacing: 0.06em;
}
.about__cnt--flex--txtArea--price .txt .yen {
  font-size: 3.283rem;
}
.about__cnt--flex--txtArea--price .txt .tilde {
  font-size: 2.897rem;
}
.about__cnt--flex--imgArea {
  width: 689px;
  margin-top: 248px;
  position: relative;
}
.about__cnt--flex--imgArea--treat {
  position: absolute;
  width: 316px;
  height: 65px;
  top: 36px;
  right: 163px;
  z-index: 10;
}
.about .reserveBtn {
  margin-top: 60px;
}

.life {
  margin-top: 199px;
}
.life__vertBar {
  right: 171px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  padding-right: 0;
  padding-left: 10px;
}
.life__vertBar:before {
  left: unset;
  right: 100%;
}
.life__vertBar.barIn:before {
  width: 105px !important;
}
.life__cnt {
  position: relative;
  max-width: 1334px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 55px;
}
.life__cnt:before {
  position: absolute;
  z-index: 1;
  content: "";
  width: 80px;
  height: 100%;
  top: 0%;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#6fc6a5), to(#5c94c4));
  background: linear-gradient(#6fc6a5, #5c94c4);
}
.life__cnt:after {
  position: absolute;
  content: "";
  width: 80px;
  height: 100%;
  top: 0%;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#6fc6a5), to(#5c94c4));
  background: linear-gradient(#6fc6a5, #5c94c4);
}
.life__cnt--ttlArea--ttl {
  font-size: 24.919rem;
  color: #ededed;
  text-align: center;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
  left: 23px;
  line-height: 0.9;
  top: 68px;
}
.life__cnt--ttlArea--img {
  margin-top: -127px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 899px;
  position: relative;
  z-index: 2;
  left: 52px;
  mix-blend-mode: multiply;
}
.life__cnt--wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1016px;
}
.life__cnt--wrap--img0 {
  width: 561px;
  margin-top: -129px;
  mix-blend-mode: multiply;
  position: relative;
  z-index: 1;
}
.life__blk--num {
  font-size: 4.158rem;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0;
}
.life__blk1 {
  margin-top: -131px;
}
.life__blk1--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.life__blk1--txtArea {
  width: 50%;
  margin-top: 177px;
  padding-left: 67px;
}
.life__blk1--txtArea--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.life__blk1--txtArea--lft--num {
  color: #5c94c4;
}
.life__blk1--txtArea--lft--q {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.life__blk1--txtArea--lft--q .smallTxt {
  font-size: 1.3rem;
  display: block;
  margin-top: 10px;
  font-weight: normal;
}
.life__blk1--txtArea--rgt {
  padding-left: 24px;
  margin-top: 16px;
}
.life__blk1--txtArea--rgt--list--item {
  font-size: 1.3rem;
  font-weight: bold;
  margin-left: 1.3em;
  text-indent: -1.3em;
  color: #5c94c4;
}
.life__blk1--txtArea--rgt--list--item:not(:first-of-type) {
  margin-top: 7px;
}
.life__blk1--txtArea--rgt--att {
  margin-left: 130px;
  margin-top: -55px;
}
.life__blk1--txtArea--rgt--att--txt {
  font-size: 1.2rem;
  line-height: 1.7;
  letter-spacing: 0;
  white-space: nowrap;
}
.life__blk1--imgArea {
  width: 50%;
  mix-blend-mode: multiply;
}
.life__blk2 {
  margin-top: -80px;
}
.life__blk2--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.life__blk2--flex--graph {
  width: 50%;
}
.life__blk2--txtArea {
  width: 47%;
  margin-top: 159px;
}
.life__blk2--txtArea--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.life__blk2--txtArea--flex--graph {
  width: 42%;
  margin-top: 7px;
}
.life__blk2--txtArea--flex--txtArea {
  width: 58%;
  padding-left: 29px;
}
.life__blk2--txtArea--flex--txtArea--num {
  color: #5c94c4;
}
.life__blk2--txtArea--flex--txtArea--q {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.life__blk2--txtArea--flex--txtArea--att {
  font-size: 1.2rem;
  line-height: 1.7;
  letter-spacing: 0;
  white-space: nowrap;
  margin-top: 15px;
}
.life__blk2--imgArea {
  width: 45.2%;
  margin-left: 0;
  mix-blend-mode: multiply;
  position: relative;
  left: 41px;
}
.life__blk3 {
  margin-top: -105px;
}
.life__blk3--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.life__blk3--flex--lft {
  width: 45%;
  margin-top: 208px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 10px;
}
.life__blk3--flex--lft--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.life__blk3--flex--lft--item--graph {
  margin-left: auto;
  margin-right: auto;
  width: 45%;
  position: relative;
  left: 23px;
}
.life__blk3--flex--lft--item--txtArea {
  padding-left: 0;
  width: 55%;
}
.life__blk3--flex--lft--item--txtArea--num {
  color: #6fc6a5;
}
.life__blk3--flex--lft--item--txtArea--q {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.life__blk3--flex--lft--item--txtArea--att {
  font-size: 1.2rem;
  line-height: 1.7;
  letter-spacing: 0;
  white-space: nowrap;
  margin-top: 15px;
}
.life__blk3--flex--rgt {
  width: 55%;
  mix-blend-mode: multiply;
  position: relative;
  left: 23px;
}
.life__blk3--per {
  margin-top: -88px;
  width: 267px;
  position: relative;
  left: 10px;
}
.life__blk4 {
  margin-left: auto;
  width: 519px;
  margin-top: -161px;
}
.life__blk4--flex--lft--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.life__blk4--flex--lft--item--graph {
  width: 39%;
}
.life__blk4--flex--lft--item--txtArea {
  width: 61%;
  padding-left: 19px;
}
.life__blk4--flex--lft--item--txtArea--num {
  color: #6fc6a5;
}
.life__blk4--flex--lft--item--txtArea--q {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.life__blk4--flex--lft--item--txtArea--att {
  font-size: 1.2rem;
  line-height: 1.7;
  letter-spacing: 0;
  white-space: nowrap;
  margin-top: 15px;
}
.life__blk4--flex--lft--item--txtArea--list {
  margin-top: 30px;
}
.life__blk4--list {
  margin-top: 13px;
}
.life__blk4--list--ttl {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
  white-space: nowrap;
  margin-top: 25px;
}
.life__blk4--list--item {
  font-size: 1.3rem;
  font-weight: bold;
  margin-left: 1em;
  text-indent: -1em;
  color: #6fc6a5;
}
.life__blk4--list--item:not(:first-of-type) {
  margin-top: 7px;
}

.features__cnt {
  position: relative;
  padding-bottom: 55px;
  padding-top: 10px;
  margin-top: 140px;
}
.features__vertBar {
  top: -107px;
  left: -16px;
}
.features__ttlArea {
  max-width: 965px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 110px;
  padding-left: 32px;
  position: relative;
}
.features__ttlArea--subTtl {
  font-size: 2.8rem;
  font-weight: bold;
}
.features__ttlArea--ttl {
  font-size: 7.597rem;
  font-weight: bold;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.14em;
  line-height: 1.1;
  white-space: nowrap;
  position: relative;
  z-index: 3;
  margin-top: 8px;
}
.features__ttlArea--img {
  margin-top: -43px;
}
.features__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 32px;
  margin-top: 10px;
  max-width: 965px;
  margin-left: auto;
  margin-right: auto;
}
.features__flex--blk {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.features__flex--blk.first .features__flex--blk--ttl .txt {
  width: 236px;
}
.features__flex--blk.second {
  padding-left: 54px;
}
.features__flex--blk.second .features__flex--blk--ttl .txt {
  width: 170px;
}
.features__flex--blk.third {
  margin-top: 80px;
}
.features__flex--blk.third .features__flex--blk--ttl .txt {
  width: 201px;
  position: relative;
}
.features__flex--blk.third .features__flex--blk--ttl .txt::after {
  position: absolute;
  content: "";
  width: 98px;
  height: 56px;
  top: -17px;
  right: -26px;
  background-image: url(../img/features_treat.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.features__flex--blk.fourth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 82px;
  margin-right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-left: 217px;
}
.features__flex--blk.fourth .features__flex--blk--ttl .txt {
  width: 176px;
}
.features__flex--blk--ttl {
  font-size: 2.2rem;
  font-weight: bold;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.16em;
}
.features__flex--blk--ttl .txt {
  padding: 7px 23px;
  text-align: left;
}
.features__flex--blk--txtArea {
  margin-top: 25px;
}
.features__flex--blk--txtArea--ttl {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.features__flex--blk--txtArea--txt {
  font-size: 1.3rem;
  margin-top: 16px;
  line-height: 1.9;
}
.features__flex--blk--txtArea--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.features__flex--blk--txtArea--list--item {
  width: calc(25% - 30px);
  margin-right: 40px;
  position: relative;
}
.features__flex--blk--txtArea--list--item:last-of-type {
  margin-right: 0;
}
.features__flex--blk--txtArea--list--item:last-of-type:after {
  display: none;
}
.features__flex--blk--txtArea--list--item::after {
  position: absolute;
  content: "";
  width: 9px;
  height: 17px;
  top: 56px;
  right: -21px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/features_angle.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.features__flex--blk--txtArea--list--item--img {
  width: 128px;
  margin: 0 auto;
}
.features__flex--blk--txtArea--list--item--txt {
  letter-spacing: 0;
  font-size: 1.2rem;
  line-height: 2.1;
  margin-top: 18px;
  text-align: justify;
}
.features__flex--blk--lft .features__flex--blk--txtArea--ttl {
  white-space: nowrap;
}
.features__flex--blk--lft .features__flex--blk--txtArea--txt {
  width: 225px;
}
.features .reserveBtn {
  margin-top: 91px;
}

.suit {
  position: relative;
  margin-top: 210px;
}
.suit:before {
  position: absolute;
  z-index: 50;
  content: "";
  width: 219px;
  height: 59px;
  bottom: 50px;
  right: 150px;
  background-image: url(../img/suit_treat3.png);
  background-size: contain;
  background-repeat: no-repeat;
  bottom: unset;
  top: 90px;
}
.suit:after {
  position: absolute;
  content: "";
  width: 443px;
  height: 119px;
  bottom: 0;
  left: 0;
  background-image: url(../img/suit_treat2.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.suit__treat {
  width: 541px;
  margin-left: auto;
  font-size: 75.97px;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.15em;
  padding-left: 29px;
  white-space: nowrap;
  position: relative;
}
.suit__treat::before {
  position: absolute;
  content: "";
  width: 542px;
  height: 45px;
  bottom: -18px;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/suit_treat.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.suit__vertBar {
  right: 0;
  bottom: 192px;
  -webkit-transform-origin: right;
          transform-origin: right;
}
.suit__cnt {
  position: relative;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 105px;
  padding-bottom: 155px;
}
.suit__itemArea {
  margin-top: -93px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.suit__itemArea--item {
  width: calc(50% - 15px);
  margin-top: 80px;
}
.suit__itemArea--item:first-of-type .suit__itemArea--item--imgArea--lead {
  top: 30px;
  left: 14px;
}
.suit__itemArea--item:first-of-type .suit__itemArea--item--imgArea--ttl {
  bottom: -76px;
  left: 5px;
}
.suit__itemArea--item:first-of-type .suit__itemArea--item--imgArea--img {
  margin-left: auto;
  margin-right: auto;
  width: 424px;
  position: relative;
  left: 8px;
}
.suit__itemArea--item:first-of-type .suit__itemArea--item--txtArea {
  margin-top: 93px;
  padding-left: 5px;
}
.suit__itemArea--item:nth-of-type(2) {
  margin-right: 0;
  margin-top: 267px;
}
.suit__itemArea--item:nth-of-type(2) .suit__itemArea--item--imgArea--lead {
  top: -80px;
  right: 18px;
}
.suit__itemArea--item:nth-of-type(2) .suit__itemArea--item--imgArea--ttl {
  top: -70px;
  left: -14px;
}
.suit__itemArea--item:nth-of-type(2) .suit__itemArea--item--imgArea--img {
  margin-left: auto;
  margin-right: auto;
  width: 424px;
  position: relative;
  left: -8px;
}
.suit__itemArea--item:nth-of-type(2) .suit__itemArea--item--txtArea {
  padding-left: 22px;
  margin-top: 20px;
}
.suit__itemArea--item:nth-of-type(3) .suit__itemArea--item--imgArea--lead {
  top: 30px;
  left: 14px;
}
.suit__itemArea--item:nth-of-type(3) .suit__itemArea--item--imgArea--ttl {
  bottom: -76px;
  left: 5px;
}
.suit__itemArea--item:nth-of-type(3) .suit__itemArea--item--imgArea--img {
  margin-left: auto;
  margin-right: auto;
  width: 424px;
  position: relative;
  left: 8px;
}
.suit__itemArea--item:nth-of-type(3) .suit__itemArea--item--txtArea {
  margin-top: 93px;
  padding-left: 5px;
}
.suit__itemArea--item:nth-of-type(4) {
  margin-right: 0;
  margin-top: 267px;
}
.suit__itemArea--item:nth-of-type(4) .suit__itemArea--item--imgArea--lead {
  top: -80px;
  right: 18px;
  margin-left: 1em;
  text-indent: -1em;
  white-space: nowrap;
}
.suit__itemArea--item:nth-of-type(4) .suit__itemArea--item--imgArea--ttl {
  top: -70px;
  left: -14px;
}
.suit__itemArea--item:nth-of-type(4) .suit__itemArea--item--imgArea--img {
  margin-left: auto;
  margin-right: auto;
  width: 424px;
  position: relative;
  left: -8px;
}
.suit__itemArea--item:nth-of-type(4) .suit__itemArea--item--txtArea {
  padding-left: 22px;
  margin-top: 20px;
}
.suit__itemArea--item:nth-of-type(5) .suit__itemArea--item--imgArea--lead {
  top: 30px;
  left: 14px;
}
.suit__itemArea--item:nth-of-type(5) .suit__itemArea--item--imgArea--ttl {
  bottom: -76px;
  left: 5px;
}
.suit__itemArea--item:nth-of-type(5) .suit__itemArea--item--imgArea--img {
  margin-left: auto;
  margin-right: auto;
  width: 424px;
  position: relative;
  left: 8px;
}
.suit__itemArea--item:nth-of-type(5) .suit__itemArea--item--txtArea {
  margin-top: 93px;
  padding-left: 5px;
}
.suit__itemArea--item--imgArea {
  position: relative;
}
.suit__itemArea--item--imgArea--lead {
  font-size: 3.3rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-weight: bold;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  line-height: 1.4;
  letter-spacing: 0.03em;
  position: absolute;
}
.suit__itemArea--item--imgArea--lead .num {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  display: inline-block;
  position: relative;
  top: -20px;
  left: 25px;
}
.suit__itemArea--item--imgArea--ttl {
  font-size: 5rem;
  font-family: "Bebas Neue", sans-serif;
  line-height: 1;
  letter-spacing: 0.14em;
  position: absolute;
}
.suit__itemArea--item--txtArea {
  margin-top: 30px;
}
.suit__itemArea--item--ttl {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: bold;
}
.suit__itemArea--item--list {
  margin-top: 18px;
}
.suit__itemArea--item--list--item {
  font-size: 1.3rem;
  letter-spacing: 0;
  position: relative;
  padding-left: 14px;
}
.suit__itemArea--item--list--item::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 4.9px;
  left: 1px;
  background-color: #000;
}
.suit__itemArea--item--list--item:not(:first-of-type) {
  margin-top: 8px;
}

.others {
  margin-top: 70px;
}
.others__vertBar.barIn:before {
  width: 210px;
}
.others__vertBar--txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.others__cnt {
  padding-top: 100px;
  position: relative;
  max-width: 1334px;
  margin-left: auto;
  margin-right: auto;
}
.others__cnt--wrap {
  position: relative;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.others__cnt--item {
  position: relative;
}
.others__cnt--item .reserveBtn {
  margin-top: 22px;
}
.others__cnt--item .reserveBtn__btn {
  margin-left: auto;
  margin-right: 50px;
  font-family: "Bebas Neue", sans-serif;
  font-size: 3.2rem;
  width: 340px;
  letter-spacing: 0.15em;
  padding: 12px 0;
}
.others__cnt--item .reserveBtn__btn:after {
  display: block;
}
.others__cnt--item:first-of-type .others__cnt--item--verTtl {
  position: relative;
  margin-top: -300px;
  margin-left: 43px;
}
.others__cnt--item:first-of-type .others__cnt--item--verTtl .num {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  display: inline-block;
  padding: 8px 0px;
}
.others__cnt--item:first-of-type .others__vertBar {
  top: 204px;
  left: 0;
}
.others__cnt--item:first-of-type .others__cnt--item--img {
  width: 868px;
  margin-right: 18px;
  margin-left: auto;
  margin-top: -37px;
}
.others__cnt--item:first-of-type .others__cnt--item--txtArea {
  margin-left: 180px;
  margin-top: -177px;
  position: relative;
  width: 461px;
}
.others__cnt--item:nth-of-type(2) {
  margin-top: 152px;
  padding-top: 53px;
}
.others__cnt--item:nth-of-type(2) .reserveBtn {
  margin-top: 44px;
}
.others__cnt--item:nth-of-type(2) .others__cnt--item--verTtl {
  position: relative;
  margin-top: -218px;
  margin-left: auto;
  margin-right: 46px;
}
.others__cnt--item:nth-of-type(2) .others__cnt--item--verTtl .num {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  display: inline-block;
  padding: 8px 0px;
}
.others__cnt--item:nth-of-type(2) .others__vertBar {
  top: unset;
  left: unset;
  right: 0;
  bottom: 156px;
  -webkit-transform-origin: right;
          transform-origin: right;
}
.others__cnt--item:nth-of-type(2) .others__cnt--item--img {
  width: 928px;
  margin-right: auto;
  margin-left: 0;
  margin-top: -113px;
  position: relative;
  z-index: 10;
}
.others__cnt--item:nth-of-type(2) .others__cnt--item--txtArea {
  margin-left: auto;
  margin-right: 238px;
  margin-top: -165px;
  position: relative;
  width: 461px;
}
.others__cnt--item:nth-of-type(2) .others__cnt--item--ttl {
  text-align: right;
  margin-right: 82px;
}
.others__cnt--item:nth-of-type(2) .others__cnt--item--txtArea--price {
  margin-left: auto;
}
.others__cnt--item--ttlWrap {
  text-align: right;
}
.others__cnt--item--ttl {
  font-size: 7.597rem;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.145em;
  position: relative;
  z-index: 10;
  line-height: 0.9;
  display: inline-block;
}
.others__cnt--item--img {
  margin-left: auto;
  margin-right: auto;
}
.others__cnt--item--verTtl {
  font-size: 3.3rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
.others__cnt--item--txtArea {
  margin-top: -40px;
}
.others__cnt--item--txtArea--priceWrap {
  text-align: right;
}
.others__cnt--item--txtArea--price {
  color: #fff;
  text-align: center;
  padding: 3px 5px;
  width: 213px;
  font-family: "Bebas Neue", sans-serif;
  font-size: 3.862rem;
  letter-spacing: 0.06em;
}
.others__cnt--item--txtArea--price .yen {
  font-size: 3.283rem;
}
.others__cnt--item--txtArea--txt {
  font-size: 1.3rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  line-height: 1.9;
  letter-spacing: 0em;
  margin-top: 24px;
}

.interview {
  margin-top: 227px;
  padding-top: 60px;
}
.interview__vertBar {
  margin-left: 20px;
}
.interview__cnt {
  max-width: 1334px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.interview__cnt--wrap {
  max-width: 1035px;
  margin-left: auto;
  margin-right: auto;
}
.interview__ttlArea--ja {
  font-size: 2.8rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: -0.01em;
  font-weight: bold;
  display: inline-block;
}
.interview__ttlArea--en {
  font-size: 7.597rem;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.145em;
  position: relative;
  z-index: 10;
  margin-top: 11px;
  line-height: 0.9;
  display: inline-block;
}
.interview__imgArea {
  margin-top: -77px;
  width: 788px;
  margin-left: auto;
}
.interview__txtArea {
  margin-top: -443px;
  padding-top: 50px;
  padding-left: 66px;
}
.interview__txtArea--ttl {
  font-size: 3.6rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  line-height: 1.4;
  letter-spacing: -0.04em;
}
.interview__txtArea--txt {
  font-size: 1.3rem;
  line-height: 2;
  width: 275px;
  margin-top: 30px;
  letter-spacing: 0;
}
.interview__blk1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 41px;
}
.interview__blk1--imgArea {
  width: 328px;
}
.interview__blk1--txtArea {
  width: calc(100% - 328px);
  padding-right: 30px;
  padding-left: 20px;
  margin-top: 29px;
}
.interview__blk1--txtArea--txt {
  font-size: 1.3rem;
  letter-spacing: 0;
  line-height: 2;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.interview__blk1--txtArea--txt .name {
  font-size: 1.3rem;
  font-weight: bold;
  padding-right: 13px;
}
.interview__blk2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -44px;
}
.interview__blk2--imgArea {
  width: 380px;
}
.interview__blk2--txtArea {
  width: calc(100% - 380px);
  padding-left: 30px;
  margin-top: -5px;
}
.interview__blk2--txtArea--txt {
  font-size: 1.3rem;
  letter-spacing: 0;
  line-height: 2;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.interview__blk2--txtArea--txt .name {
  font-size: 1.3rem;
  font-weight: bold;
  padding-right: 13px;
}
.interview__blk2--txtArea--blueTxt {
  font-size: 1.3rem;
  letter-spacing: 0;
  line-height: 2;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #5c94c4;
}
.interview__blk2--txtArea--blueTxt.first {
  width: 268px;
}
.interview__blk2--txtArea--blueTxt.second {
  margin-top: 27px;
}

.reserveBtn {
  margin-top: 169px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.reserveBtn__btn {
  display: block;
  margin: 0 auto;
  width: 448px;
  background: -webkit-gradient(linear, left top, right top, from(#5c94c4), to(#6fc6a5));
  background: linear-gradient(to right, #5c94c4, #6fc6a5);
  color: #fff;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  padding: 21px 0;
  font-size: 2.5rem;
  position: relative;
}
.reserveBtn__btn.bebas {
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.1em;
  font-size: 3.2rem;
  padding: 13px 0;
  width: 350px;
}
.reserveBtn__btn::before {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  top: 50%;
  right: 41px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}

.totop {
  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;
  z-index: 10;
  font-family: "Shippori Mincho", serif;
  position: relative;
}
.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;
}

#ft {
  background: #eee;
  padding: 80px 0 0;
  margin-top: 243px;
}
#ft .inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
#ft .shop {
  margin-bottom: 30px;
}
#ft .img {
  text-align: center;
}
#ft .ft__copy {
  color: #fff;
  background: #000;
  font-size: 12px;
  text-align: center;
  line-height: 1;
  margin-top: 50px;
  padding: 40px 0;
}
#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;
}

@media screen and (min-width: 1335px) {
  .about__cnt {
    margin-right: auto;
    margin-left: auto;
  }
  .interview__cnt {
    margin-left: auto;
    margin-right: auto;
  }
  .features__flex--blk.fourth {
    max-width: 965px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 32px;
  }
  .about__cnt--ttl {
    left: 0;
  }
  .suit {
    max-width: 1334px;
    margin-left: auto;
    margin-right: auto;
  }
  .suit__treatWrap {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  .suit__treat {
    position: relative;
    left: 80px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper {
    min-width: unset;
  }
  .mv {
    padding-top: 17.6vw;
    /*スクロールダウン全体の場所*/
    /*Scrollテキストの描写*/
    /* 線の描写 */
  }
  .mv__vertBar {
    display: none;
  }
  .mv__cnt {
    padding-bottom: 76.8vw;
  }
  .mv__bg {
    left: 0;
  }
  .mv__ttlArea {
    margin-top: -108.8vw;
  }
  .mv__ttlArea--subTtl {
    margin-left: 8.8vw;
    font-size: 6.6666666667vw;
  }
  .mv__ttl {
    font-size: 17.8773333333vw;
    line-height: 0.95;
    letter-spacing: 0.1em;
    text-align: left;
    font-weight: 100;
    margin-top: 1.0666666667vw;
    font-weight: 400;
  }
  .mv__subTtlArea {
    width: 55.7333333333vw;
    margin-left: auto;
    position: relative;
    margin-right: 1.8666666667vw;
    margin-top: 2.9333333333vw;
  }
  .mv__subTtlWrap:not(:first-of-type) {
    margin-top: 8px;
  }
  .mv__subTtlSpan {
    font-size: 4vw;
    padding: 1.3333333333vw 2.9333333333vw;
    white-space: nowrap;
  }
  .mv__subTtlSpan:not(:first-of-type) {
    margin-top: 2.1333333333vw;
  }
  .mv .scrolldown1 {
    right: 6.1333333333vw;
    bottom: -2.1333333333vw;
  }
  .about {
    margin-top: -12.8vw;
    padding-top: 0;
  }
  .about__vertBar {
    left: 6.9333333333vw;
    top: 37.3333333333vw;
  }
  .about__cnt {
    margin-left: 0;
  }
  .about__cnt--ttl {
    width: 70.4vw;
    left: 0;
  }
  .about__cnt--subTtl {
    font-size: 4vw;
    margin-top: 0;
    white-space: normal;
    white-space: nowrap;
  }
  .about__cnt--subTtlEn {
    white-space: normal;
    font-size: 12.2506666667vw;
    line-height: 0.9;
    position: relative;
    z-index: 1;
    font-weight: 400;
  }
  .about__cnt--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 37.6vw;
  }
  .about__cnt--flex--txtArea {
    padding-left: 0;
    padding-top: 2.1333333333vw;
    width: 77.3333333333vw;
    margin-left: auto;
    margin-right: auto;
  }
  .about__cnt--flex--txtArea--txt {
    letter-spacing: 0em;
    white-space: nowrap;
    font-size: 3.4666666667vw;
    margin-top: 57.8666666667vw;
  }
  .about__cnt--flex--txtArea--price {
    width: 58.6666666667vw;
    margin-top: 5.0666666667vw;
    margin-left: auto;
    margin-right: auto;
    left: 0;
  }
  .about__cnt--flex--txtArea--price .txt {
    padding: 1.6vw 4.5333333333vw;
    white-space: nowrap;
  }
  .about__cnt--flex--txtArea--price .txt .ja {
    font-size: 4.2346666667vw;
    padding-right: 1.6vw;
  }
  .about__cnt--flex--txtArea--price .txt .num {
    font-size: 6.1786666667vw;
  }
  .about__cnt--flex--txtArea--price .txt .yen {
    font-size: 5.2533333333vw;
  }
  .about__cnt--flex--txtArea--price .txt .tilde {
    font-size: 4.6346666667vw;
  }
  .about__cnt--flex--imgArea {
    width: 89.3333333333vw;
    margin-left: auto;
    margin-top: -121.3333333333vw;
    position: relative;
  }
  .about__cnt--flex--imgArea--treat {
    position: absolute;
    top: 8vw;
    right: 8vw;
    width: 47.2vw;
    height: 9.6vw;
    z-index: 50;
  }
  .about .reserveBtn {
    margin-top: 61.3333333333vw;
  }
  .life {
    margin-top: 30.1333333333vw;
    padding-top: 15.2vw;
  }
  .life__vertBar {
    right: 5.3333333333vw;
    padding-left: 2.6666666667vw;
    margin-top: -10.9333333333vw;
  }
  .life__cnt:before {
    width: 6.9333333333vw;
  }
  .life__cnt:after {
    width: 6.9333333333vw;
  }
  .life__cnt--ttlArea--ttl {
    font-size: 18.4826666667vw;
    letter-spacing: 0.1em;
    left: 0;
    line-height: 1.9;
    position: relative;
    z-index: 1;
    top: 0;
  }
  .life__cnt--ttlArea--img {
    margin-top: -25.3333333333vw;
    width: 77.0666666667vw;
    left: 2.6666666667vw;
    position: relative;
    z-index: 2;
  }
  .life__cnt--wrap {
    margin-top: 40vw;
  }
  .life__cnt--wrap--img0 {
    width: 94.4vw;
    margin-top: -45.0666666667vw;
    mix-blend-mode: multiply;
    margin-left: 3.2vw;
  }
  .life__blk1 {
    margin-top: 12.2666666667vw;
  }
  .life__blk1--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .life__blk1--txtArea {
    margin-top: -4vw;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    width: calc(100% - 25.6vw);
  }
  .life__blk1--txtArea--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .life__blk1--txtArea--rgt {
    padding-left: 0;
    margin-top: 5.0666666667vw;
    width: 100%;
  }
  .life__blk1--txtArea--rgt--att {
    margin-left: auto;
    margin-top: 1.0666666667vw;
  }
  .life__blk1--txtArea--rgt--att--txt {
    text-align: right;
  }
  .life__blk1--imgArea {
    width: 90vw;
    margin-left: 3.4666666667vw;
  }
  .life__blk2 {
    margin-top: 18.1333333333vw;
  }
  .life__blk2--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .life__blk2--txtArea {
    margin-top: 0vw;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    width: calc(100% - 25.6vw);
  }
  .life__blk2--txtArea--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .life__blk2--txtArea--flex--graph {
    width: 53.3333333333vw;
    margin-top: 8.2666666667vw;
    margin-left: auto;
    margin-right: auto;
  }
  .life__blk2--txtArea--flex--txtArea {
    width: 100%;
    padding-left: 0;
  }
  .life__blk2--txtArea--flex--txtArea--att {
    width: calc(100% - 25.6vw);
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    margin-top: 4.5333333333vw;
  }
  .life__blk2--imgArea {
    width: 80.8vw;
    margin-left: auto;
    margin-right: auto;
    left: 0;
  }
  .life__blk3 {
    margin-top: 14.4vw;
  }
  .life__blk3--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .life__blk3--flex--lft {
    width: 100%;
    margin-top: 2.1333333333vw;
    padding-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .life__blk3--flex--lft--item {
    width: calc(100% - 25.6vw);
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .life__blk3--flex--lft--item--graph {
    margin-left: auto;
    margin-right: auto;
    width: 53.3333333333vw;
    margin-top: 4.5333333333vw;
    left: 0;
  }
  .life__blk3--flex--lft--item--txtArea {
    padding-left: 0;
  }
  .life__blk3--flex--lft--item--txtArea--att {
    text-align: right;
    width: calc(100% - 25.6vw);
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.9333333333vw;
  }
  .life__blk3--flex--rgt {
    width: 88.8vw;
    margin-left: auto;
    margin-right: auto;
    left: 0;
  }
  .life__blk3--per {
    margin-top: 6.6666666667vw;
    left: 0;
    margin-right: auto;
    margin-left: auto;
  }
  .life__blk4 {
    margin-top: 20.8vw;
    width: 100%;
  }
  .life__blk4--flex--lft--item {
    width: 73.8666666667vw;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .life__blk4--flex--lft--item--txtArea {
    width: 73.8666666667vw;
    padding-left: 0;
    margin-top: -53.6vw;
  }
  .life__blk4--flex--lft--item--txtArea--att {
    margin-top: 60vw;
    text-align: right;
  }
  .life__blk4--flex--lft--item--graph {
    position: relative;
    top: 136px;
    left: 10.6666666667vw;
    width: 53.3333333333vw;
  }
  .life__blk4--list--ttl {
    margin-top: 3.7333333333vw;
  }
  .life__blk4--list--item {
    margin-left: 1.4em;
    text-indent: -1.4em;
  }
  .features__cnt {
    padding-top: 28.8vw;
    margin-top: 25.6vw;
    padding-top: 0.2666666667vw;
  }
  .features .features__vertBar {
    top: -25.8666666667vw;
    left: 7.2vw;
  }
  .features__ttlArea {
    padding-left: 11.4666666667vw;
    margin-top: 30.6666666667vw;
  }
  .features__ttlArea--subTtl {
    font-size: 4vw;
  }
  .features__ttlArea--ttl {
    font-size: 12.2506666667vw;
    line-height: 1;
    margin-top: 1.3333333333vw;
    font-weight: 400;
  }
  .features__ttlArea--img {
    margin-top: -5.8666666667vw;
    display: block;
    width: 82.4vw;
  }
  .features__flex {
    margin-top: 6.9333333333vw;
    padding-left: 10.9333333333vw;
    padding-right: 5.3333333333vw;
  }
  .features__flex--blk.first .features__flex--blk--ttl .txt {
    width: 47.7333333333vw;
  }
  .features__flex--blk.second {
    padding-left: 0;
    margin-top: 10.9333333333vw;
  }
  .features__flex--blk.second .features__flex--blk--ttl .txt {
    width: 32.8vw;
  }
  .features__flex--blk.third {
    margin-top: 12vw;
  }
  .features__flex--blk.third .features__flex--blk--ttl .txt {
    width: 39.2vw;
  }
  .features__flex--blk.third .features__flex--blk--ttl .txt::after {
    display: none;
  }
  .features__flex--blk.fourth {
    margin: 0;
    margin-top: 6.9333333333vw;
    padding-left: 10.9333333333vw;
    padding-right: 5.3333333333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .features__flex--blk.fourth .features__flex--blk--ttl .txt {
    width: 33.6vw;
    font-weight: 400;
  }
  .features__flex--blk--ttl {
    font-size: 4.2666666667vw;
  }
  .features__flex--blk--ttl .txt {
    padding: 1.8666666667vw 4.5333333333vw;
  }
  .features__flex--blk--txtArea {
    margin-top: 3.4666666667vw;
  }
  .features__flex--blk--txtArea--ttl {
    line-height: 1.5;
  }
  .features__flex--blk--txtArea--list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .features__flex--blk--txtArea--list--item {
    width: 100%;
  }
  .features__flex--blk--txtArea--list--item:not(:first-of-type) {
    margin-top: 8.8vw;
  }
  .features__flex--blk--txtArea--list--item::after {
    right: unset;
    left: 47%;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
    bottom: -5.8666666667vw;
    top: unset;
  }
  .features__flex--blk--txtArea--list--item--img {
    width: 31.4666666667vw;
  }
  .features__flex--blk--lft .features__flex--blk--txtArea--txt {
    width: 100%;
  }
  .features__flex--blk--rgt {
    margin-top: 11.7333333333vw;
    margin-right: calc(50% - 50vw);
  }
  .features .reserveBtn {
    margin-top: 17.8666666667vw;
  }
  .suit {
    margin-top: 25.6vw;
  }
  .suit:before {
    width: 32.5333333333vw;
    height: 8.8vw;
    top: 11.4666666667vw;
    bottom: unset;
    right: 2.6666666667vw;
    z-index: 10;
  }
  .suit:after {
    width: 62.9333333333vw;
    height: 21.0666666667vw;
    background-image: url(../img/suit_treat2_sp.png);
  }
  .suit__treat {
    font-size: 12.2506666667vw;
    padding-left: 17.3333333333vw;
    width: 100%;
    font-weight: 400;
  }
  .suit__treat:before {
    width: 66.6666666667vw;
    width: 250px;
    height: 5.6vw;
    height: 21px;
    bottom: 2.1333333333vw;
    bottom: 4px;
    left: unset;
    right: 0vw;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  .suit__vertBar {
    right: 6.6666666667vw;
    bottom: 14.6666666667vw;
  }
  .suit__cnt {
    padding-bottom: 33.6vw;
  }
  .suit__itemArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .suit__itemArea--item {
    width: 100%;
    margin-right: 0;
  }
  .suit__itemArea--item:first-of-type .suit__itemArea--item--imgArea--lead {
    top: -8vw;
    left: 3.7333333333vw;
  }
  .suit__itemArea--item:first-of-type .suit__itemArea--item--imgArea--ttl {
    bottom: -16.2666666667vw;
    left: 6.1333333333vw;
    font-weight: 400;
  }
  .suit__itemArea--item:first-of-type .suit__itemArea--item--imgArea--img {
    width: 86.6666666667vw;
    left: unset;
    margin-top: 12vw;
  }
  .suit__itemArea--item:first-of-type .suit__itemArea--item--txtArea {
    margin-top: 20.5333333333vw;
    padding-left: 0;
  }
  .suit__itemArea--item:nth-of-type(2) {
    margin-right: 0;
    margin-top: 12.8vw;
  }
  .suit__itemArea--item:nth-of-type(2) .suit__itemArea--item--imgArea--lead {
    top: -8.8vw;
    right: 3.4666666667vw;
  }
  .suit__itemArea--item:nth-of-type(2) .suit__itemArea--item--imgArea--ttl {
    top: -5.3333333333vw;
    left: 6.1333333333vw;
    font-weight: 400;
  }
  .suit__itemArea--item:nth-of-type(2) .suit__itemArea--item--imgArea--img {
    width: 86.6666666667vw;
    left: unset;
    margin-top: 8vw;
  }
  .suit__itemArea--item:nth-of-type(2) .suit__itemArea--item--txtArea {
    margin-top: 6.6666666667vw;
    padding-left: 0;
  }
  .suit__itemArea--item:nth-of-type(3) .suit__itemArea--item--imgArea--lead {
    top: -8vw;
    left: 3.7333333333vw;
  }
  .suit__itemArea--item:nth-of-type(3) .suit__itemArea--item--imgArea--ttl {
    bottom: -16.2666666667vw;
    left: 6.1333333333vw;
    font-weight: 400;
  }
  .suit__itemArea--item:nth-of-type(3) .suit__itemArea--item--imgArea--img {
    width: 86.6666666667vw;
    left: unset;
    margin-top: 12vw;
  }
  .suit__itemArea--item:nth-of-type(3) .suit__itemArea--item--txtArea {
    margin-top: 20.5333333333vw;
    padding-left: 0;
  }
  .suit__itemArea--item:nth-of-type(4) {
    margin-right: 0;
    margin-top: 12.8vw;
  }
  .suit__itemArea--item:nth-of-type(4) .suit__itemArea--item--imgArea--lead {
    top: -8.8vw;
    right: 3.4666666667vw;
  }
  .suit__itemArea--item:nth-of-type(4) .suit__itemArea--item--imgArea--ttl {
    top: -5.3333333333vw;
    left: 6.1333333333vw;
    font-weight: 400;
  }
  .suit__itemArea--item:nth-of-type(4) .suit__itemArea--item--imgArea--img {
    width: 86.6666666667vw;
    left: unset;
    margin-top: 8vw;
  }
  .suit__itemArea--item:nth-of-type(4) .suit__itemArea--item--txtArea {
    margin-top: 6.6666666667vw;
    padding-left: 0;
  }
  .suit__itemArea--item:nth-of-type(5) .suit__itemArea--item--imgArea--lead {
    top: -8vw;
    left: 3.7333333333vw;
  }
  .suit__itemArea--item:nth-of-type(5) .suit__itemArea--item--imgArea--ttl {
    bottom: -16.2666666667vw;
    left: 6.1333333333vw;
    font-weight: 400;
  }
  .suit__itemArea--item:nth-of-type(5) .suit__itemArea--item--imgArea--img {
    width: 86.6666666667vw;
    left: unset;
    margin-top: 12vw;
  }
  .suit__itemArea--item:nth-of-type(5) .suit__itemArea--item--txtArea {
    margin-top: 20.5333333333vw;
    padding-left: 0;
  }
  .suit__itemArea--item--imgArea--lead {
    font-size: 5.8666666667vw;
    letter-spacing: 0.08em;
  }
  .suit__itemArea--item--imgArea--lead .num {
    top: -15px;
    left: 18px;
  }
  .suit__itemArea--item--imgArea--ttl {
    font-size: 9.6vw;
  }
  .suit__itemArea--item--txtArea {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 57px);
  }
  .others {
    margin-top: 40.5333333333vw;
  }
  .others__cnt {
    padding-top: 0;
  }
  .others__cnt--item:first-of-type .others__cnt--item--verTtl {
    margin-top: -36.8vw;
    margin-left: 3.4666666667vw;
    font-size: 5.8666666667vw;
    letter-spacing: 0.07em;
    white-space: nowrap;
  }
  .others__cnt--item:first-of-type .others__cnt--item--verTtl .num {
    padding: 1.44vw 0px;
  }
  .others__cnt--item:first-of-type .others__vertBar {
    top: unset;
    left: 6.9333333333vw;
    top: 106.6666666667vw;
  }
  .others__cnt--item:first-of-type .others__vertBar.barIn:before {
    width: 50px;
  }
  .others__cnt--item:first-of-type .others__cnt--item--img {
    width: 93.3333333333vw;
    margin-left: auto;
    margin-right: 0;
    margin-top: -19.2vw;
  }
  .others__cnt--item:first-of-type .others__cnt--item--txtArea {
    margin-left: 24vw;
    margin-top: -33.6vw;
    position: relative;
    width: 69.6vw;
  }
  .others__cnt--item:nth-of-type(2) {
    margin-top: 29.8666666667vw;
    padding-top: 0;
  }
  .others__cnt--item:nth-of-type(2) .others__cnt--item--verTtl {
    margin-top: -3.7333333333vw;
    margin-left: auto;
    margin-right: 3.4666666667vw;
    font-size: 5.8666666667vw;
    letter-spacing: 0.08em;
  }
  .others__cnt--item:nth-of-type(2) .others__vertBar {
    right: 6.4vw;
    bottom: unset;
    top: 123.7333333333vw;
    display: none;
  }
  .others__cnt--item:nth-of-type(2) .others__vertBar.barIn:before {
    width: 21.3333333333vw;
  }
  .others__cnt--item:nth-of-type(2) .others__cnt--item--img {
    width: 97.8666666667vw;
    margin-right: auto;
    margin-left: 0;
    margin-top: -11.7333333333vw;
    position: relative;
    z-index: 10;
  }
  .others__cnt--item:nth-of-type(2) .others__cnt--item--txtArea {
    margin-left: 6.9333333333vw;
    margin-right: auto;
    margin-top: -60vw;
    position: relative;
    width: 69.3333333333vw;
  }
  .others__cnt--item:nth-of-type(2) .others__cnt--item--ttl {
    margin-right: 0;
    position: relative;
    left: 1.8666666667vw;
  }
  .others__cnt--item:nth-of-type(2) .others__cnt--item--txtArea--priceWrap {
    text-align: left;
  }
  .others__cnt--item:nth-of-type(2) .others__cnt--item--txtArea--price {
    margin-left: 0;
  }
  .others__cnt--item--ttl {
    font-size: 12.2506666667vw;
    line-height: 0.95;
    font-weight: 400;
  }
  .others__cnt--item--txtArea--price {
    width: 35.2vw;
    font-size: 6.1786666667vw;
    padding: 1.0666666667vw 1.3333333333vw;
  }
  .others__cnt--item--txtArea--price .yen {
    font-size: 5.2533333333vw;
  }
  .others__cnt--item--txtArea--txt {
    line-height: 2;
    letter-spacing: 0em;
    margin-top: 4.5333333333vw;
  }
  .others__cnt--item .reserveBtn {
    margin-top: 9.0666666667vw !important;
  }
  .others__cnt--item .reserveBtn__btn {
    width: 87%;
    margin-right: auto;
  }
  .others__cnt--item .reserveBtn__btn:before {
    display: block;
    right: 23px;
  }
  .interview {
    margin-top: 42.6666666667vw;
    padding-top: 0.2666666667vw;
  }
  .interview__vertBar {
    margin-left: 5.3333333333vw;
    top: -27.2vw;
    left: 1.0666666667vw;
  }
  .interview__ttlArea {
    margin-top: 29.3333333333vw;
    margin-left: 12.5333333333vw;
  }
  .interview__ttlArea--ja {
    font-size: 1.5rem;
    white-space: nowrap;
  }
  .interview__ttlArea--en {
    font-size: 12.2506666667vw;
    letter-spacing: 0.13em;
    line-height: 0.95;
    margin-top: 1.0666666667vw;
    white-space: nowrap;
    font-weight: 400;
  }
  .interview__imgArea {
    margin-top: -28vw;
    width: 90.4vw;
    margin-left: auto;
  }
  .interview__txtArea {
    margin-top: 0;
    padding-top: 4vw;
    padding-left: 13.6vw;
  }
  .interview__txtArea--ttl {
    font-size: 5.8666666667vw;
    line-height: 1.4;
  }
  .interview__txtArea--txt {
    font-size: 3.4666666667vw;
    line-height: 2;
    width: 80vw;
    margin-top: 4.8vw;
  }
  .interview__blk1 {
    margin-top: 20.8vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .interview__blk1--imgArea {
    width: 93.3333333333vw;
  }
  .interview__blk1--txtArea {
    padding-right: 0;
    padding-left: 0;
    margin-top: 5.6vw;
    width: 80vw;
    margin-left: 6.6666666667vw;
  }
  .interview__blk2 {
    margin-top: 22.4vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .interview__blk2--imgArea {
    width: 93.3333333333vw;
    margin-left: auto;
  }
  .interview__blk2--txtArea {
    padding-left: 0;
    margin-top: 4.8vw;
    width: 80vw;
    margin-left: auto;
    margin-right: 6.6666666667vw;
  }
  .interview__blk2--txtArea--blueTxt.first {
    width: 100%;
  }
  .reserveBtn {
    margin-top: 27.2vw;
  }
  .reserveBtn__btn {
    width: 86.6666666667vw;
    padding: 4vw 0;
    font-size: 6.4vw;
    letter-spacing: -0.03em;
  }
  .reserveBtn__btn.bebas {
    font-size: 8.16vw;
    padding: 3.2vw 0 2.6666666667vw;
    width: 87%;
  }
  .reserveBtn__btn.bebas:before {
    display: block;
    right: 6.1333333333vw;
  }
  .reserveBtn__btn::before {
    right: 3.7333333333vw;
    display: none;
  }
  .totop {
    right: 14.3%;
  }
  #ft {
    background: #eee;
    padding: 70px 0 0;
  }
  #ft .inner {
    padding: 0 8%;
  }
  #ft .shop {
    margin-bottom: 25px;
    text-align: left;
  }
  #ft .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;
  }
}
@media screen and (max-width: 768px) and (min-width: 501px) {
  .others__cnt--item .reserveBtn__btn {
    width: 67%;
    margin-right: auto;
  }
  .others__cnt--item .reserveBtn {
    width: 67%;
  }
}
/*# sourceMappingURL=style.css.map */