﻿@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;
  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: #212121;
  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 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 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;
}

/* ===================
     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.08)}
}

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

.intro_section {
  padding-bottom: 17rem;
}

.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 {
  position: relative;
  z-index: 2;
  margin-top: -13.8rem;
  height: 19rem;
  text-align: center;
}

.mv_area .mv_logo span {
  overflow: hidden;
  display: block;
  position: relative;
  top: 40%;
  height: 0;
}

.mv_area.effect .mv_logo span {
  animation: logo_move 1.2s ease .3s 1 forwards;
}

@keyframes logo_move {
  0% {
    top: 40%;
    height: 0;
  }
  80% {
    top: 0;
  }
  100% {
    top: 0;
    height: 19rem;
  }
}

.mv_area .mv_logo img {
  width: 51.3rem;
  height: 19rem;
}

.intro_area {
  padding-top: 18.8rem;
  color: #fff;
  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: 12rem;
  font-weight: normal;
}

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

.intro_area .intro_ttl span {
  opacity: 0;
  display: block;
  line-height: 1;
}

.intro_area .intro_ttl .txt_lg {
  padding-bottom: 3rem;
  font-size: 3.6rem;
  font-family: 'Shippori Mincho', serif;
  letter-spacing: 0.08em;
}

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

.intro_area .intro_ttl .txt_sm {
  padding-bottom: 0.8rem;
  font-size: 1.9rem;
  font-weight: 100;
}

.intro_area .intro_ttl.effect .txt_sm,
.intro_area .intro_ttl.effect .txt_md {
  animation: opa1 1s ease-in-out .3s 1 forwards;
}

.intro_area .intro_ttl .txt_md {
  font-size: 3.2rem;
}

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

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

.intro_area .intro_txt span {
  opacity: 0;
}

.intro_area .intro_txt.effect span {
  display: block;
  animation: opa1 1s ease-in-out 0s 1 forwards;
}

.intro_area .intro_txt.effect span:nth-child(1) {
  animation-delay: .3s;
}

.intro_area .intro_txt.effect span:nth-child(2) {
  animation-delay: .4s;
}

.intro_area .intro_txt.effect span:nth-child(3) {
  animation-delay: .5s;
}

.intro_area .intro_txt.effect span:nth-child(4) {
  animation-delay: .6s;
}

.intro_area .intro_txt.effect span:nth-child(5) {
  animation-delay: .7s;
}

.intro_area .intro_txt.effect span:nth-child(6) {
  animation-delay: .8s;
}

.intro_area .intro_txt.effect span:nth-child(7) {
  animation-delay: .9s;
}

.intro_area .intro_txt.effect span:nth-child(8) {
  animation-delay: 1s;
}

.intro_img_area {
}

.intro_img_area .pc_area {
  position: relative;
  height: 100.8rem;
}

.intro_img_area .pc_area .img_01 {
  position: absolute;
  top: 0;
  right: 0;
  width: 41.1rem;
}

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

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

.intro_img_area .pc_area .img_02 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 49.7rem;
}

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

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

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

.kit_mv {
  margin-bottom: 7.3rem;
}

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

.kit_section .btn_view_more {
  margin-bottom: 21.3rem;
}

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

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

.kit_mv .sec_inner {
}

.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;
}

.about_list {
  padding-bottom: 24.8rem;
}

.about_list li {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 10rem;
  padding-left: 10rem;
}

.about_list .about_ttl {
  opacity: 0;
  position: absolute;
  top: 27rem;
  left: -14.5rem;
  z-index: 4;
  transition: top 1s ease-in-out .2s,opacity .7s ease-in-out .2s;
}

.about_list .effect .about_ttl {
  opacity: 1;
  top: 17rem;
}

.about_list .about_img {
  width: 45.9rem;
  line-height: 0;
}

.about_list .about_cont {
  width: 35.8rem;
  padding-top: 5rem;
  font-size: 1.7rem;
  line-height: 2;
  letter-spacing: 0;
  transform: translateY(10%);
  transition: transform 1s ease-in-out .4s,opacity .7s ease-in-out .4s;
}

.about_list .effect .about_cont {
  opacity: 1;
  transform: translateY(0%);
}

.about_list li:nth-child(2) .about_ttl {
  top: 34rem;
  left: -21.4rem;
}

.about_list li:nth-child(2).effect .about_ttl {
  top: 24rem;
}

.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;
}

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

.kit_img_area .img_02.effect img {
  animation: img_zoom3 8s ease 1s 1 forwards;
}


.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_view_more.btn_detail {
  display: block;
  margin-bottom: 0;
  padding: .4rem 0 0;
  text-align: right;
}

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

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

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

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

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

.kit_img {
}

.kit_section .btn_view_more.btn_all {
  margin-bottom: 20rem;
}

/* ===================
  　　　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 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;
  }

  #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(30px);
    }

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

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

  .btn_wrap {
  }

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

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

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

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

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

  .mv_area {
  }

  .mv_area .mv_img {
  }

  .mv_area .mv_img::before {
    animation: img_move 1.2s ease .2s 1 forwards;
  }

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

  .mv_area .mv_logo {
    width: calc(345 * (100vw / 375));
    height: calc(130 * (100vw / 375));
    margin: calc(-95 * (100vw / 375)) auto 0;
    text-align: center;
  }

  @keyframes logo_move {
    0% {
      top: 40%;
      height: 0;
    }
    80% {
      top: 0;
    }
    100% {
      top: 0;
      height: calc(128 * (100vw / 375));
    }
  }

  .mv_area .mv_logo img {
    width: calc(345 * (100vw / 375));
    height: calc(128 * (100vw / 375));
  }

  .intro_area {
    padding-top: calc(86.5 * (100vw / 375));
    white-space: nowrap;
  }

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

  .intro_area .intro_ttl .txt_lg {
    padding-bottom: calc(22 * (100vw / 375));
    font-size: calc(30 * (100vw / 375));
    letter-spacing: 0.02em;
  }

  .intro_area .intro_ttl .txt_sm {
    padding-bottom: calc(4 * (100vw / 375));
    font-size: calc(18 * (100vw / 375));
  }

  .intro_area .intro_ttl .txt_md {
    font-size: calc(28 * (100vw / 375));
  }

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

  .intro_img_area {
  }

  .intro_img_area .sp_area {
    height: calc(1618 * (100vw / 375));
  }

  .intro_img_area .sp_area .img_01 {
    width: calc(311 * (100vw / 375));
    margin: auto;
    padding-bottom: calc(108 * (100vw / 375));
  }

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

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

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

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

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

  .intro_img_area .sp_area .img_03 {
    width: calc(343 * (100vw / 375));
    margin-right: auto;
    margin-left: 0;
  }

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

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

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

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

  .kit_mv .sec_inner {
  }

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

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

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

  .about_list {
    padding: 0 calc(32 * (100vw / 375)) calc(145 * (100vw / 375));
  }

  .about_list li {
    gap: calc(35 * (100vw / 375));
    margin-bottom: calc(120 * (100vw / 375));
    padding-left: 0;
  }

  .about_list .about_ttl {
    top: calc(156 * (100vw / 375));
    left: calc(-160 * (100vw / 375));
  }

  .about_list .effect .about_ttl {
    top: calc(136 * (100vw / 375));
  }

  .about_list .about_img {
    width: calc(311 * (100vw / 375));
  }

  .about_list .about_cont {
    width: auto;
    padding-top: 0;
    font-size: calc(15 * (100vw / 375));
    line-height: 2;
  }

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

  .about_list li:nth-child(2) .about_ttl {
    top: calc(222 * (100vw / 375));
    right: calc(-219 * (100vw / 375));
    left: auto;
  }

  .about_list li:nth-child(2).effect .about_ttl {
    top: calc(202 * (100vw / 375));
  }

  .about_list li:nth-child(3) .about_ttl {
    top: calc(156 * (100vw / 375));
    left: calc(-153 * (100vw / 375));
  }

  .about_list li:nth-child(3).effect .about_ttl {
    top: calc(136 * (100vw / 375));
  }

  .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_view_more.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_view_more {
    padding-right: calc(15 * (100vw / 375));
  }

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

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

  .kit_img_area .img_02.effect img {
    animation: img_zoom4 8s ease 1s 1 forwards;
  }

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

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

  .kit_img_area .img_04.effect img {
    animation: img_zoom5 6s ease 1s 1 forwards;
  }

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

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

  .movies_area {
    padding-bottom: calc(70.5 * (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: auto;
  }

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

  .kit_img {
    width: calc(230 * (100vw / 375));
    margin: auto;
    margin-top: calc(110 * (100vw / 375));
  }

  .kit_section .btn_view_more.btn_all {
    margin-bottom: calc(130 * (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;
  }


}
