﻿@charset "UTF-8";
/*//////////////////////////////////////////////////

Title : LP CSS

//////////////////////////////////////////////////*/

/* ========================================================
                      * Layout style *
========================================================= */

body {
  background-color: #C70016;
}

.contents {
  width: 100%;
  max-width: 100%;
}

#header {
  background: #C70016;
}

.share-txt span {
  color: #fff !important;
}

#share {
  z-index: 100 !important;
}


/* ===================
  LP Contents
=================== */

.lp_contents {
  margin: 0 auto;
  padding: 0;
  font-family: 'Open Sans',"yu-gothic-pr6n", "游ゴシック体", YuGothic, "游ゴシック", "yu-mincho-pr6n", sans-serif, "magneta", sans-serif, -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.08em;
  color: #000;
  font-size: 1.4rem;
}

#FooterWrap {
  position: relative;
  z-index: 2;
}

.lp_contents *,
.lp_contents *:before,
.lp_contents *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.lp_contents ul,
.lp_contents li {
  list-style: none;
}

.lp_contents a:hover {
}

.lp_contents img {
  max-width: 100%;
}

.lp_contents sup {
  color: #888;
}

.lp_contents a,
.lp_contents a:before,
.lp_contents a:after,
.lp_contents a img {
  transition: opacity .3s ease-in-out,
    color .3s ease-in-out,
    background-color .3s ease-in-out,
    background-image .3s ease-in-out,
    border-color .3s ease-in-out,
    text-shadow .3s ease-in-out,
    text-weight .3s ease-in-out;
}

.lp_contents h1 {
  padding: 0;
}

p {
  text-align: left;
}

/* -- List -- */

.list ul {
  letter-spacing: -0.4em;
}

.list ul li {
  display: inline-block;
  letter-spacing: 0.08em;
  vertical-align: top;
}

.txt_en {
  font-family: "freight-neo-pro", "yu-mincho-pr6n", sans-serif;
}

/* ===================
  　　 General
=================== */

.lp_contents .txt_center {
  text-align: center;
}

.lp_contents .txt_bold {
  font-weight: bold;
}

.lp_contents .txt_en {
  font-family: 'Cinzel', serif;
}


@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

/* ===================
  　　　Animation
=================== */

/* -- keyframes -- */

@keyframes opa0 {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes opa1 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes opa2 {
  0% {
    opacity: 0;
    filter: blur(10px);
  }

  100% {
    opacity: 1;
    filter: blur(0);
  }
}

@keyframes tra1 {
  100% {
    transform: translateX(0);
  }
}

@keyframes tra2 {
  100% {
    transform: translateY(0);
  }
}

@keyframes tra3 {
  0% {
    transform: translateY(50px);
  }

  100% {
    transform: translateY(0);
  }
}


@keyframes tra3_2 {
  0% {
    transform: translateY(2px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes tra4 {
  0% {
    transform: translateX(6%);
  }

  100% {
    transform: translateX(0);
  }
}


@keyframes tra5 {
  0% {
    transform: translateX(-30%);
  }

  100% {
    transform: translateX(0);
  }
}


@keyframes tra6 {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}


.ef {
  opacity: 0;
}

.ef.effect {
  animation: opa1 1s ease-in-out 0s 1 forwards;
}

.ef2 {
  opacity: 0;
}

.ef2.effect {
  animation: opa2 1.5s ease-in-out 0s 1 forwards;
}

.ef-top {
  opacity: 0;
  transform: translateY(50px);
}

.ef-top.effect {
  animation: opa1 1.1s ease-in-out 0s 1 forwards, tra3 1s ease-in-out 0s 1 forwards;
}

.ef-top2 {
  opacity: 0;
  transform: translateY(40px);
}

.ef-top2.effect {
  animation: opa2 1.5s ease-in-out 0s 1 forwards, tra3_2 1.5s ease-in-out 0s 1 forwards;
}

.ef-right {
  opacity: 0;
  transform: translateX(6%);
}

.ef-right.effect {
  animation: opa1 1.2s ease-in-out 0s 1 forwards, tra4 1.2s ease-in-out 0s 1 forwards;
}

.ef-left {
  opacity: 0;
}

.ef-left.effect {
  animation: opa1 1.5s ease-in-out 0s 1 forwards, tra5 1.5s ease-in-out 0s 1 forwards;
}

.ef-lg.effect {
  animation: opa1 1.5s ease-in-out 0s 1 forwards, tra6 1.5s ease-in-out 0s 1 forwards;
}

/* ===================
  　Section Common
=================== */

.section {
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

.sec_inner {
  width: 102rem;
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
}

.ttl_main {
  margin: 0 0 2.5rem;
  font-size: 3rem;
  font-weight: normal;
  letter-spacing: 0.05rem;
  line-height: 1.25;
  color: #053931;
  text-align: center;
  font-weight: bold;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* ===================
     Text Setting
=================== */

.txt_cont {
  text-align: center;
  line-height: 1.7;
}

/* ===================
  Button Setting
=================== */

.btn_wrap {
  text-align: center;
}

/* ===================
     Image Setting
=================== */

.img_move {
  display: block;
  position: relative;
  overflow: hidden;
}

.img_move::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: #C70016;
  content: "";
}

.img_move::after {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: #AF0211;
  content: "";
}

.img_move.effect::before {
  animation: img_move 1s ease .3s 1 forwards;
}

.img_move.effect::after {
  animation: img_move2 1.5s ease 0s 1 forwards;
}

@keyframes img_move {
  0% {
    bottom: 0;
  }
  10% {
    bottom: 0;
  }
  100% {
    bottom: 102%;
  }
}

@keyframes img_move2 {
  0% {
    top: 100%;
    bottom: 0;
  }
  50% {
    top: 0;
    bottom: 0;
  }
  100% {
    top: 0;
    bottom: 102%;
  }
}

.img_zoom {
  display: block;
  overflow: hidden;
}

.img_zoom img {
  display: block;
}

.img_zoom.effect img {
  animation: img_zoom 8s ease 1s 1 forwards;
}

@keyframes img_zoom {
  100% { transform:scale(1.055)}
}

/* ===================
  　　　INTRO
=================== */

.intro_section {
  margin-bottom: 27.8rem;
}

.mv_area {
}

.mv_area .mv_img {
  position: relative;
  display: block;
}

.mv_area .mv_img::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: #C70016;
  animation: img_move 1s ease 0s 1 forwards;
  content: "";
}

.mv_area .mv_img img {
  width: 100%;
}

.mv_area .mv_logo {
  margin-top: -13.2rem;
  text-align: center;
}

.intro_area {
  padding-top: 20rem;
  text-align: center;
}

.intro_area .intro_ttl {
  opacity: 0;
  transform: translateY(5%);
  transition: transform 1s ease-in-out 0s,opacity .7s ease-in-out 0s;
  padding-bottom: 13rem;
  color: #fff;
  font-family: 'Shippori Mincho', serif;
  font-size: 3rem;
  font-weight: normal;
  line-height: 2.1;
  text-align: center;
  letter-spacing: 0.01em;
}

.intro_area .intro_ttl.effect {
  opacity: 1;
  transform: translateY(0%);
}

.intro_area .intro_ttl img {
  width: 39.7rem;
  height: auto;
}

.intro_area .intro_txt {
  opacity: 0;
  transform: translateY(5%);
  transition: transform 1s ease-in-out .1s,opacity .7s ease-in-out .1s;
  padding-bottom: 20.8rem;
  color: #fff;
  font-family: 'Shippori Mincho', serif;
  font-size: 1.7rem;
  line-height: 3;
  text-align: center;
}

.intro_area .intro_txt.effect {
  opacity: 1;
  transform: translateY(0%);
}

.intro_area .intro_txt img {
  width: 47.7rem;
  height: auto;
}

.icn_marks {
  display: inline-block;
  position: relative;
}

.icn_marks::before,
.icn_marks::after {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  content: "";
}

.icn_marks::before {
  margin-right: .5rem;
  background: url(../img/icn_inyou_top_black.png) no-repeat 0 0;
  background-size: 100% auto;
}

.icn_marks::after {
  margin-left: .5rem;
  background: url(../img/icn_inyou_btm_black.png) no-repeat left bottom;
  background-size: 100% auto;
  vertical-align: bottom;
}

.intro_img_area {
}

.intro_img_area .img_01 {
  width: 57.7rem;
  margin: auto auto 24rem;
}

@keyframes img_zoom1 {
  100% { transform:scale(1.055)}
}

.intro_img_area .img_01.effect img {
  animation: img_zoom1 8s ease 1s 1 forwards;
}

.intro_img_area .img_02 {
  float: left;
  width: 51rem;
}

@keyframes img_zoom2 {
  100% { transform:scale(1.08)}
}

.intro_img_area .img_02.effect img {
  animation: img_zoom2 8s ease 1s 1 forwards;
}

.intro_img_area .img_03 {
  float: right;
  width: 41rem;
  margin-top: 42.2rem;
  animation-delay: .4s;
  animation-duration: .8s;
}

@keyframes img_zoom3 {
  100% { transform:scale(1.09)}
}

.intro_img_area .img_03.effect img {
  animation: img_zoom3 8s ease 1s 1 forwards;
}

/* ===================
  　　　KIT
=================== */

.kit_section {
}

.kit_sec_wrap {
  padding-bottom: 26.4rem;
}

.kit_mv {
  width: 145rem;
  max-width: 100%;
  margin: auto;
  padding-bottom: 13rem;
}

.kit_mv img {
  width: 100%;
}

.kit_mv .kit_mv_ttl {
  position: relative;
  z-index: 3;
  margin-bottom: -2rem;
  font-family: "freight-neo-pro", "yu-mincho-pr6n", sans-serif;
  font-size: 5.5rem;
  font-weight: normal;
  line-height: 0.8;
  text-align: center;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.kit_mv .kit_mv_ttl span {
  display: block;
}

.kit_mv .txt_sm {
  margin-top: 4.2rem;
  font-size: 1.2rem;
  letter-spacing: -0.02em;
}

.kit_mv .txt_sm sup {
  color: inherit;
}

.mv_caption {
  position: relative;
  z-index: 3;
  text-align: center;
  margin-top: -12rem;
  letter-spacing: -0.02em;
}

.mv_caption > span {
  display: block;
  line-height: 1.3;
}

.mv_caption_sm {
  padding-bottom: .4rem;
  font-size: 1.5rem;
  line-height: 1.2;
}

.mv_caption_sm .txt_price {
  font-size: 1.4rem;
}

.mv_caption_sm .txt_tax {
  position: relative;
  top: -.1rem;
  padding-left: .4rem;
  font-size: 1.2rem;
}

.mv_caption_lg {
  font-size: 3.5rem;
  font-family: "freight-neo-pro", "yu-mincho-pr6n", sans-serif;
}

.btn_link {
  text-align: center;
  font-family: "freight-neo-pro", "yu-mincho-pr6n", sans-serif;
  font-weight: 500;
}

.btn_link span,
.btn_link a {
  position: relative;
  font-size: 3rem;
  padding: 0 0 .08rem;
  border-bottom: 1px solid #000;
  color: #000;
}

.btn_link a span {
  border: none;
  padding: 0;
}

.btn_link a:hover {
  opacity: .5;
}

.sub_ttl {
  font-size: 6.3rem;
  font-family: "freight-neo-pro", "yu-mincho-pr6n", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  transform: rotate(-90deg);
  letter-spacing: 0.05em;
  line-height: 0;
  text-align: center;
  letter-spacing: -0.04em;
}

.item_list {
  padding-bottom: 7rem;
}

.item_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9rem 0;
}

.item_list li {
  width: 50%;
}

.item_list .item_ttl {
  padding: 0 0 2.3rem;
  font-family: "freight-neo-pro", "yu-mincho-pr6n", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}

.item_list .item_ttl span {
  display: block;
}

.item_list .item_ttl .item_num {
  font-size: 2rem;
}

.item_list .item_ttl .item_name {
  font-size: 3.5rem;
}

.item_list .item_img {
  width: 25.2rem;
  margin: auto;
}

.item_list .item_img img {
  width: 100%;
}

.item_list .item_cont {
  width: 33.2rem;
  margin: auto;
  padding-top: 2.7rem;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0;
}

.item_list .item_cont sup {
  position: relative;
  top: auto;
  display: block;
  padding-top: 1rem;
  color: inherit;
  font-size: 1.2rem;
  line-height: 1.5;
}

.item_list .item_info {
  width: 33.2rem;
  margin: auto;
  padding-top: 1.4rem;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0;
}

.item_list .item_info .txt_name {
  padding-right: 1.1rem;
}

.item_list .item_info .txt_price {
  font-size: 1.4rem;
}

.item_list .item_info .txt_tax {
  position: relative;
  top: -.1rem;
  padding-left: .5rem;
  font-size: 1.2rem;
}

.kit_sec_wrap .btn_link a {
  font-size: 3rem;
}

.kit_img_area {
  position: relative;
  margin-bottom: 20rem;
  height: 182.5rem;
}

.kit_img_area a:hover {
  opacity: .6;
}

.kit_img_area p {
  position: absolute;
}

.kit_img_area .img_01 {
  top: 0;
  right: 10rem;
  width: 30.8rem;
}

.kit_img_area .img_02 {
  top: 25.6rem;
  left: 0;
  width: 49.7rem;
}

.kit_img_area .img_03 {
  top: 79.4rem;
  right: -5rem;
  width: 41.1rem;
}

.kit_img_area .img_04 {
  left: 24.8rem;
  bottom: 0;
  width: 41.1rem;
}

.btn_link.btn_detail {
  display: block;
  margin-bottom: 0;
  padding: .4rem 0 0;
  text-align: right;
}

.btn_link.btn_detail span,
.btn_link.btn_detail a {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.1;
}

.side_img_area {
  margin-bottom: 28.1rem;
}

.side_img_area .img_01 {
  float: right;
  width: 49.7rem;
}

@keyframes img_zoom4 {
  100% { transform:scale(1.1)}
}

.side_img_area .img_01.effect img {
  animation: img_zoom4 8s ease 1s 1 forwards;
}

.side_img_area .img_02 {
  float: left;
  width: 39.4rem;
  margin-top: 63.9rem;
}

@keyframes img_zoom5 {
  100% { transform:scale(1.12)}
}

.side_img_area .img_02.effect img {
  animation: img_zoom5 8s ease 1s 1 forwards;
}

/* ===================
  　　INTERVIEW
=================== */

.interview_section {
  margin-bottom: 27rem;
}

.interview_section .sec_inner {
  position: relative;
  display: flex;
}

.interview_ttl {
  margin-bottom: 16rem;
  padding: 13rem 0;
}

.interview_section .interview_img_pc {
  width: 45.4rem;
}

.interview_section .interview_img_pc p {
  line-height: 0;
}

.interview_section .interview_content {
  width: 56.6rem;
  padding-left: 6.9rem;
}

.interview_caption {
  margin-bottom: 9rem;
  color: #fff;
  font-size: 1.8rem;
  font-family: 'Shippori Mincho', serif;
  font-weight: 100;
  text-align: center;
  line-height: 2;
}

.interview_caption .icn_marks::before {
  margin-right: .5rem;
  background-image: url(../img/icn_inyou_top_white.png);
}

.interview_caption .icn_marks::after {
  margin-left: .5rem;
  background-image: url(../img/icn_inyou_btm_white.png);
}

.interview_cont + .interview_caption,
.interview_img + .interview_caption {
  margin-top: 9rem;
}

.interview_img.img_01 + .interview_caption {
  margin-top: 0;
}

.interview_cont {
  font-size: 1.6rem;
  margin-bottom: 8.4rem;
  line-height: 1.9;
  letter-spacing: 0.02em;
}

.interview_cont sup {
  position: relative;
  top: auto;
  color: inherit;
  font-size: 1.3rem;
  line-height: 1.8;
}

/* ===================
  　　　MOVIES
=================== */

.movies_area {
  position: relative;
  padding-bottom: 24rem;
}

.movies_area .movies_ttl {
  position: absolute;
  top: 10rem;
  left: -7.8rem;
}

.movies_area .movies_inner {
  width: 45.2rem;
  margin: auto auto 17rem;
}

.movies_area .movies_inner iframe {
  width: 45.2rem;
  height: 80rem;
  margin: auto;
}

/* ===================
  　　FOOTER BANNER
=================== */

.foot_bnr {
  margin-bottom: 19.6rem;
}

.foot_bnr .btn_link {
  margin-top: 7.5rem;
}

.foot_bnr img {
  width: 100%;
}




/* ===================
  　　　SUBSC
=================== */

.subscription_area {
  padding: 0 0 15.6rem;
  color: #fff;
  font-family: "yu-gothic-pr6n", "游ゴシック体", YuGothic, "游ゴシック", "yu-mincho-pr6n", sans-serif, "magneta", sans-serif, -apple-system, BlinkMacSystemFont, sans-serif;
}

.subscription_area .sec_ttl {
  padding-bottom: 5rem;
  font-size: 5rem;
  line-height: 1;
  text-align: center;
}

.subscription_area .sec_ttl_line {
  position: relative;
  margin-bottom: 3rem;
  font-size: 3.5rem;
  font-family: "freight-neo-pro", sans-serif;
  font-weight: 500;
  text-align: left;
  line-height: 1.5;
  color: #000;
  text-transform: uppercase;
}

.subscription_area .sec_ttl_line::before {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0;
  border-bottom: 1px solid #000;
  transition: right 1.4s ease-in-out .4s;
}

.subscription_area .effect .sec_ttl_line::before {
  right: 0;
}

.subscription_area .txt_en {
  font-family: "freight-neo-pro", sans-serif;
  font-weight: 500;
}

.subscription_area .sec_ttl .txt_S {
  display: block;
  padding-top: .3rem;
  font-size: 1.7rem;
  color: #B4D8C3;
}

.subscription_area .sec_ttl .txt_en {
  font-size: 4.5rem;
  letter-spacing: 0.03em;
}

.subscription_banner {
  margin-bottom: 13.5rem;
}

.subscription_banner a {
  display: flex;
  align-items: center;
}

.subscription_banner img {
  width: 77rem;
}

.subscription_bnr_txt {
  opacity: 0;
  transform: translateX(6%);
  margin: 0 0 0 -6rem;
  font-size: 2.5rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
}

.effect .subscription_bnr_txt {
  animation: opa1 1.2s ease-in-out 0s 1 forwards, tra4 1.2s ease-in-out 0s 1 forwards;
}

.shoplist_link {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-size: 3rem;
  line-height: 1.25;
}

.shoplist_link a {
  display: inline-block;
  padding: 0 0 .2rem;
  border-bottom: 1px solid #000;
  font-family: "freight-neo-pro", sans-serif;
}




/*=======================================
                    PC
========================================*/


@media screen and (min-width: 768px)  {
  .sp_only {
    display: none;
  }

  #Wrap,
  .wrapBottom,
  .wrapTop,
  #Contents {
    width: 100%;
  }


  .lp_contents {
    overflow: hidden;
  }

  .acc_cont {
    display: block !important;
  }

  #Wrap {
    padding-top: 6.7rem;
  }
}



/* only tablet */
@media screen and (min-width: 768px) and (max-width: 1200px) {


}


/*=======================================
                    SP
========================================*/

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

  /* ===================
    LP Contents
  =================== */

  .lp_contents {
    overflow: hidden;
    padding-top: 0;
    font-size: calc(14 * (100vw / 390));
    letter-spacing: 0.02em;
  }

  /* ===================
    　Section Common
  =================== */

  .contents {
    padding-top: 0;
  }

  .contents_inner .section {
    padding-right: 0;
    padding-left: 0;
  }

  .sec_inner {
    width: 100%;
  }

  /* ===================
         ANIME
  =================== */

  @keyframes tra3 {
    0% {
      transform: translateY(50px);
    }

    100% {
      transform: translateY(0);
    }
  }

  /* ===================
    Button Setting
  =================== */

  .btn_wrap {
  }

  /* ===================
    　　　INTRO
  =================== */

  .intro_section {
    margin-bottom: calc(159 * (100vw / 375));
    padding-top: 0;
  }

  .mv_area {
  }

  .mv_area .mv_img {
  }

  .mv_area .mv_img img {
    width: 100%;
  }

  .mv_area .mv_logo {
    width: calc(304 * (100vw / 375));
    margin: calc(-80 * (100vw / 375)) auto 0;
    text-align: center;
  }

  .intro_area {
    padding-top: calc(140 * (100vw / 375));
  }

  .intro_area .intro_ttl {
    padding-bottom: calc(110 * (100vw / 375));
  }

  .intro_area .intro_ttl img {
    width: calc(315 * (100vw / 375));
  }

  .intro_area .intro_txt {
    padding-bottom: calc(160 * (100vw / 375));
    font-size: calc(17 * (100vw / 375));
    line-height: 2.7;
  }

  .intro_area .intro_txt img {
    width: calc(306 * (100vw / 375));
  }

  .icn_marks::before,
  .icn_marks::after {
    width: calc(20 * (100vw / 375));
    height: calc(20 * (100vw / 375));
  }

  .icn_marks::before {
    margin-right: calc(5 * (100vw / 375));
  }

  .icn_marks::after {
    margin-left: calc(2 * (100vw / 375));
  }

  @keyframes img_zoom1 {
    100% { transform:scale(1.1)}
  }

  .intro_img_area .img_01 {
    width: calc(311 * (100vw / 375));
    margin: auto auto calc(60 * (100vw / 375));
  }

  @keyframes img_zoom2 {
    100% { transform:scale(1.09)}
  }

  .intro_img_area .img_02 {
    float: none;
    width: calc(311 * (100vw / 375));
    margin-left: auto;
    margin-right: 0;
    margin-bottom: calc(100 * (100vw / 375));
  }

  @keyframes img_zoom3 {
    100% { transform:scale(1.04)}
  }
  .intro_img_area .img_03 {
    float: none;
    width: calc(311 * (100vw / 375));
    margin-left: 0;
    margin-right: auto;
    margin-top: calc(100 * (100vw / 375));
  }


  /* ===================
    　　　KIT
  =================== */

  .kit_sec_wrap {
    padding-bottom: calc(150 * (100vw / 375));
  }

  .kit_mv {
    width: 100%;
    padding-bottom: calc(54.5 * (100vw / 375));
  }

  .kit_mv .kit_mv_ttl {
    margin-bottom: calc(-20 * (100vw / 375));
    font-size: calc(50 * (100vw / 375));
  }

  .kit_mv .txt_sm {
    margin-top: calc(33 * (100vw / 375));
    padding: 0 calc(15 * (100vw / 375));
    font-size: calc(12 * (100vw / 375));
  }

  .mv_caption {
    margin-top: calc(-110 * (100vw / 375));
  }

  .mv_caption_sm {
    font-size: calc(15 * (100vw / 375));
  }

  .mv_caption_sm .txt_price {
    font-size: calc(14 * (100vw / 375));
  }

  .mv_caption_sm .txt_tax {
    top: calc(-2 * (100vw / 375));
    padding-left: calc(4 * (100vw / 375));
    font-size: calc(12 * (100vw / 375));
  }

  .mv_caption_lg {
    font-size: calc(35 * (100vw / 375));
  }

  .kit_section .acc_btn {
  }

  .kit_section .acc_btn.active {
    opacity: 0;
    display: none;
  }

  .kit_section .acc_cont {
    display: none;
  }

  .kit_section .acc_close {
    width: 100%;
    height: calc(16 * (100vw / 375));
    margin-top: calc(55 * (100vw / 375));
    background: url(../img/icn_close.svg) no-repeat center center;
    background-size: calc(32 * (100vw / 375)) 100%;
    cursor: pointer;
  }

  .kit_section .acc_close span {
    display: none;
  }

  .sub_ttl {
    font-size: calc(57 * (100vw / 375));
    letter-spacing: -0.022em;
  }

  .btn_link span,
  .btn_link a {
    padding: 0 calc(2 * (100vw / 375)) calc(2 * (100vw / 375));
    font-size: calc(20 * (100vw / 375));
    letter-spacing: 0.02em;
  }

  .kit_section .btn_link a,
  .kit_section .btn_link span {
    font-size: calc(19 * (100vw / 375));
    cursor: pointer;
  }

  .item_list {
    padding: calc(40 * (100vw / 375)) 0 calc(70 * (100vw / 375));
  }

  .item_list ul {
    gap: calc(70 * (100vw / 375)) 0;
  }

  .item_list li {
    width: auto;
    gap: calc(70 * (100vw / 375));
    margin-bottom: 0;
    padding-left: 0;
  }

  .item_list .item_ttl {
    padding-bottom: calc(22 * (100vw / 375));
    line-height: 1.4;
  }

  .item_list .item_ttl .item_num {
    font-size: calc(20 * (100vw / 375));
  }

  .item_list .item_ttl .item_name {
    font-size: calc(35 * (100vw / 375));
    line-height: 0.9;
  }

  .item_list .item_img {
    width: calc(264 * (100vw / 375));
  }

  .item_list .item_cont {
    width: calc(311 * (100vw / 375));
    padding-top: calc(26 * (100vw / 375));
    font-size: calc(15 * (100vw / 375));
    line-height: 1.8;
  }

  .item_list .item_info {
    width: calc(311 * (100vw / 375));
    padding-top: calc(10 * (100vw / 375));
    font-size: calc(15 * (100vw / 375));
    line-height: 1.8;
  }

  .item_list .item_info .txt_name {
    padding-right: calc(11 * (100vw / 375));
  }

  .item_list .item_info .txt_price {
    font-size: calc(14 * (100vw / 375));
  }

  .item_list .item_info .txt_tax {
    top: calc(-1 * (100vw / 375));
    padding-left: calc(5 * (100vw / 375));
    font-size: calc(12 * (100vw / 375));
  }

  .item_list li:last-child {
    margin-bottom: 0;
  }

  .kit_img_area {
    position: relative;
    margin-bottom: calc(170 * (100vw / 375));
    height: auto;
  }

  .kit_img_area p {
    position: inherit;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    bottom: auto !important;
  }

  .kit_img_area .btn_link.btn_detail {
    padding-top: calc(4 * (100vw / 375));
  }

  .kit_img_area .img_01 {
    width: calc(230 * (100vw / 375));
    margin-right: 0;
    margin-left: auto;
    margin-bottom: calc(80 * (100vw / 375));
  }

  .kit_img_area .img_01 .btn_link {
    padding-right: calc(15 * (100vw / 375));
  }

  .kit_img_area .img_02 {
    width: calc(311 * (100vw / 375));
    margin-bottom: calc(60 * (100vw / 375));
  }

  .kit_img_area .img_04 {
    width: calc(311 * (100vw / 375));
    margin: auto;
  }

  .btn_link.btn_detail {
    margin-bottom: 0;
    padding: 0;
  }

  .btn_link.btn_detail span,
  .btn_link.btn_detail a {
    font-size: calc(13 * (100vw / 375));
    line-height: 1.4;
  }

  .kit_img {
    width: 100%;
    margin: auto;
  }

  .kit_section .btn_link.btn_all {
    margin-bottom: calc(140 * (100vw / 375));
  }

  .side_img_area {
    margin-bottom: calc(200 * (100vw / 375));
  }

  .side_img_area .img_01 {
    float: none;
    width: calc(311 * (100vw / 375));
    margin-right: auto;
    margin-left: 0;
  }

  @keyframes img_zoom4 {
    100% { transform:scale(1.15)}
  }


  .side_img_area .img_02 {
    float: none;
    width: calc(311 * (100vw / 375));
    margin-top: calc(60 * (100vw / 375));
    margin-right: 0;
    margin-left: auto;
  }

  @keyframes img_zoom5 {
    100% { transform:scale(1.1)}
  }


  /* ===================
    　　INTERVIEW
  =================== */

  .interview_section {
    margin-bottom: calc(170 * (100vw / 375));
  }

  .interview_section .sec_inner {
    position: relative;
    display: flex;
  }

  .interview_ttl {
    margin-bottom: calc(80 * (100vw / 375));
    padding: calc(150 * (100vw / 375)) 0;
    font-size: calc(67 * (100vw / 375));
  }

  .interview_section .interview_content {
    width: auto;
    padding: 0 calc(30 * (100vw / 375));
  }

  .interview_img {
    margin-bottom: calc(100 * (100vw / 375));
  }

  .interview_caption {
    margin-bottom: calc(90 * (100vw / 375));
    font-size: calc(17.8 * (100vw / 375));
    letter-spacing: -0.02em;
  }

  .interview_caption .icn_marks::before {
    margin-right: calc(5 * (100vw / 375));
  }

  .interview_caption .icn_marks::after {
    margin-left: calc(5 * (100vw / 375));
  }

  .interview_cont {
    margin-bottom: calc(60 * (100vw / 375));
    font-size: calc(15 * (100vw / 375));
  }

  .interview_img + .interview_cont {
    margin-top: calc(-40 * (100vw / 375));
  }

  .interview_cont sup {
    display: block;
    padding-top: calc(4 * (100vw / 375));
    font-size: calc(13 * (100vw / 375));
  }

  /* ===================
    　　　MOVIES
  =================== */

  .movies_area {
    padding-bottom: calc(140 * (100vw / 375));
  }

  .movies_area .movies_ttl {
    position: inherit;
    top: 0;
    left: auto;
    text-align: center;
    margin-bottom: calc(100 * (100vw / 375));
    padding: calc(70 * (100vw / 375)) 0;
    font-size: calc(61 * (100vw / 375));
  }

  .movies_area .movies_inner {
    width: 100%;
    margin-bottom: calc(70 * (100vw / 375));
  }

  .movies_area .movies_inner iframe {
    width: 100%;
    height: calc(667 * (100vw / 375));
  }

  /* ===================
    　　FOOTER BANNER
  =================== */

  .foot_bnr {
    margin-bottom: calc(130 * (100vw / 375));
  }

  .foot_bnr .btn_link {
    margin-top: calc(73 * (100vw / 375));
  }


  /* ===================
    　　　SUBSC
  =================== */

  .subscription_area {
    padding: 0 calc(15 * (100vw / 375)) calc(40 * (100vw / 375));
  }

  .subscription_area .sec_ttl {
    padding-bottom: calc(30 * (100vw / 750));
    font-size: calc(35 * (100vw / 750));
  }

  .subscription_area .sec_ttl_line {
    display: none;
    margin-bottom: calc(80 * (100vw / 750));
    font-size: calc(45 * (100vw / 750));
    line-height: 1.5;
  }

  .subscription_area .sec_ttl .txt_en {
    font-size: calc(50 * (100vw / 750));
  }

  .subscription_area .sec_ttl .txt_S {
    padding-top: calc(5 * (100vw / 750));
    font-size: calc(12 * (100vw / 750));
  }

  .subscription_area .sec_inner {
  }

  .subscription_banner {
    margin-bottom: calc(145 * (100vw / 750));
  }

  .subscription_banner img {
    width: calc(443 * (100vw / 750));
  }

  .subscription_bnr_txt {
    margin: 0 0 0 calc(-100 * (100vw / 750));
    font-size: calc(30 * (100vw / 750));
  }

  .shoplist_link {
    font-size: calc(40 * (100vw / 750));
  }

  .shoplist_link a {
    padding: 0 0 calc(5 * (100vw / 750));
  }

  .share-txt {
    margin: 0 !important;
    padding: calc(20 * (100vw / 750)) 0 calc(40 * (100vw / 750)) !important;
    color: #fff;
  }


}
