﻿@charset "UTF-8";

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

  CV_AW Collection '25 | Celvoke Website

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

html {
  font-size: calc(10 * (100vw * 0.31));
}

@media (min-width: 769px) {
  html {
    font-size: calc(10 * (100vw/1400));
  }
}

@media (max-width: 769px) {
  html {
    font-size: calc(10 * (100vw/434));
  }
}

@media (min-width: 1400px) {
  html {
    font-size: 62.5%
  }
}



/* ========================================================
                      * 共通設定  *
========================================================= */

:root {
  --font_regular: "Noto Sans JP", sans-serif;
  --font_serif: "source-han-serif-japanese", serif;
  --font_eng: europa, sans-serif;
  --font_eng_serif: adobe-garamond-pro, serif;
  --font_mix: europa, "Noto Sans JP", sans-serif;
  --color_regular: #000;
  --color-black:#000000;
  --color_gray: #757575;
  --color_brown: #C88C60;
  --color-light:#F9F3ED;
  --color-bg:#FAFAFA;
}

/*------------------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ S e t U p SP ▼ ≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
#Wrap {
  width: 100%;
}

#share {
  z-index: 111 !important;
  transition: all 0.6s 0.3s;
}

#share img {
  margin: auto;
  height: auto;
}

@media screen and (max-width: 768px) {
  #share.move {
    translate: 0 calc(-186 * 42rem / 750);
  }
}

.LP_page * {
  box-sizing: border-box;
  font-feature-settings: "palt";
}

.LP_page {
  width: 100%;
  /* max-width: 42rem; */
  height: 100%;
  line-height: 1.65;
  letter-spacing: 0.05em;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.LP_page a:hover {
  opacity: 1;
}

@media (min-width: 769px) {
  .LP_page {
    position: relative;
    width: 100%;
    max-width: 100vw;
    height: 100%;
    z-index: 0;
    line-height: 1.65;
  }
}

.LP_page .pcOnly {
  display: none;
}


.LP_page img {
  display: block;
  width: 100%;
  height: auto;
}

.LP_page_inner {
  font-family: var(--font_regular);
  color: var(--color-black);
  /* overflow-x: hidden; */
  position: relative;
  background-color: #ffffff;
  padding-bottom: calc(140 * (100vw * 0.31 / 750));
}

.LP_page_inner,
.LP_page_inner section {
  width: 100%;
  background-color: #ffffff;
}

#FooterWrap {
  position: relative;
  background-color: #ffffff;
  z-index: 0;
}

/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡ ▼ PC ▼ ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
 ------------------------------------*/
@media (min-width: 769px) {
  .LP_page .bg {
    position: fixed;
    top: 0;
    background-image: url(../img/bg.jpg?250729);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100vw;
    height: 100%;
  }

  .LP_page .grid_area {
    display: grid;
    grid-template-columns: 1fr calc(100vw * 0.31) 1fr;
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }

  .LP_page .grid_area .fixed_nav {
    position: -webkit-sticky;
    position: sticky;
    display: grid;
    place-items: center;
    pointer-events: all;
    height: 100vh;
  }

  .LP_page .grid_area .fixed_left {
    top: 0;
    grid-column: 1;
    -webkit-clip-path: border-box;
    clip-path: border-box;
    /* align-items: center;
    justify-content: flex-end; */
  }

  .LP_page .grid_area .fixed_right {
    top: 0;
    grid-column: 3;
    -webkit-clip-path: border-box;
    clip-path: border-box;
  }

  .LP_page .grid_area .fixed_left::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/bg_pc.jpg);
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: -1;
  }

  .lp_contents .fixed_area .fixed_right::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/bg_pc.jpg);
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: -1;
  }

  .fixed_left_inner .logo {
    width: 33rem;
    text-align: center;
  }

  .LP_page .fixed_left .date {
    font-family: var(--font_mix);
    margin-top: 3rem;
    font-size: 1.3rem;
    line-height: 2;
    text-align: center;
  }

  .LP_page .fixed_right .btn_nav a {
    display: flex;
    align-items: center;
    font-family: var(--font_eng_serif);
    font-size: 2.2rem;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.07em;
  }

  .LP_page .fixed_right .btn_nav a span{
    margin-top: 1rem;
  }

  .LP_page .fixed_right .btn_nav a .cart_icon {
    width: 4rem;
  }

  .LP_page .fixed_right .btn_nav a .item_icon {
    width: 4rem;
    margin-left: 3rem;
  }
}

/*animation------------------------*/
.LP_page .ef1 {
  opacity: 0;
}

.LP_page .ef1.active {
  -webkit-animation: opa1 1.4s cubic-bezier(0.51, 0.21, 0.41, 1) 0.3s 1 forwards;
  animation: opa1 1.4s cubic-bezier(0.51, 0.21, 0.41, 1) 0.3s 1 forwards;
}


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

  100% {
    opacity: 1;
  }
}

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

  100% {
    opacity: 1;
  }
}

.LP_page .ef2 {
  opacity: 0;
  transition: opacity 1.8s;
  animation: opa2 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
  -webkit-mask-image: linear-gradient(0deg, transparent, transparent 39.6666666667%, rgba(0, 0, 0, 0.02) 43.3333333333%, rgba(0, 0, 0, 0.08) 45%, rgba(0, 0, 0, 0.18) 46.6666666667%, rgba(0, 0, 0, 0.32) 48.3333333333%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.68) 51.6666666667%, rgba(0, 0, 0, 0.82) 53.3333333333%, rgba(0, 0, 0, 0.92) 55%, rgba(0, 0, 0, 0.98) 56.6666666667%, var(--color-black) 58.3333333333%, var(--color-black));
  mask-image: linear-gradient(0deg, transparent, transparent 39.6666666667%, rgba(0, 0, 0, 0.02) 43.3333333333%, rgba(0, 0, 0, 0.08) 45%, rgba(0, 0, 0, 0.18) 46.6666666667%, rgba(0, 0, 0, 0.32) 48.3333333333%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.68) 51.6666666667%, rgba(0, 0, 0, 0.82) 53.3333333333%, rgba(0, 0, 0, 0.92) 55%, rgba(0, 0, 0, 0.98) 56.6666666667%, var(--color-black) 58.3333333333%, var(--color-black));
  -webkit-mask-size: 100% max(300%, 100vh);
  mask-size: 100% max(300%, 100vh);
  -webkit-mask-position: center 100%;
  mask-position: center 100%;
  -webkit-mask-repeat: none;
  mask-repeat: none;
  transform: translateZ(0);
  transition: -webkit-mask-position 2s linear;
  transition: mask-position 2s linear;
  transition: mask-position 2s linear, -webkit-mask-position 2s linear;
}

.LP_page .ef2.active {
  opacity: 1;
  -webkit-mask-position: center 0;
  mask-position: center 0;
}

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

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


/*------------------------animation*/



/*Sec Common------------------------*/
.LP_page .sec {
  padding: calc(140 * (100vw * 0.31 / 750)) 0;
}

.LP_page .item_title {
  font-family: var(--font_serif);
  font-size: calc(34 * (100vw * 0.31 / 750));
  font-weight: 500;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.07em;
  color: var(--color-black);
}

.LP_page .item_img {
  margin: calc(40 * (100vw * 0.31 / 750)) auto 0;
  width: calc(540 * (100vw * 0.31 / 750));
}

.LP_page .item_label {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: calc(60 * (100vw * 0.31 / 750)) auto 0;
  width: calc(650 * (100vw * 0.31 / 750));
  height: calc(56 * (100vw * 0.31 / 750));
  font-family: var(--font_eng_serif);
  font-size: calc(26 * (100vw * 0.31 / 750));
  text-transform: uppercase;
  text-align: center;
  background-image: url(../img/title_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.LP_page .item_name {
  margin-top: calc(60 * (100vw * 0.31 / 750));
  font-size: calc(30 * (100vw * 0.31 / 750));
  text-align: center;
}

.LP_page .item_credit {
  font-family: var(--font_mix);
  margin-top: calc(20 * (100vw * 0.31 / 750));
  font-size: calc(26 * (100vw * 0.31 / 750));
  text-align: center;
}

.LP_page .item_spec_list {
  display: flex;
  justify-content: center;
  gap: calc(10 * (100vw * 0.31 / 750));
  margin-top: calc(40 * (100vw * 0.31 / 750));
}

.LP_page .item_spec_list li {
  font-family: var(--font_mix);
  width: calc(220 * (100vw * 0.31 / 750));
  padding:calc(7 * (100vw * 0.31 / 750)) 0 calc(10 * (100vw * 0.31 / 750));
  font-size: calc(22 * (100vw * 0.31 / 750));
  line-height: 1;
  text-align: center;
  border: var(--color_regular) solid 1px;
}


.LP_page .item_subtitle {
  font-family: var(--font_eng_serif);
  font-size: calc(34 * (100vw * 0.31 / 750));
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
}
/*------------------------Sec Common*/

/*Item area sec01------------------------*/
.LP_page .sec01 {
  padding-bottom:0;
}

.LP_page .sec01 .blk {
  margin-top: calc(100 * (100vw * 0.31 / 750));
}

.LP_page .sec01 .graph01 {
  margin: calc(30 * (100vw * 0.31 / 750)) auto 0;
  width: calc(750 * (100vw * 0.31 / 750));
}

.LP_page .sec01 .graph02 {
  margin: calc(100 * (100vw * 0.31 / 750)) auto 0;
  width: calc(650 * (100vw * 0.31 / 750));
}

.LP_page .sec01 .item_var_list {
  display: flex;
  justify-content: center;
  margin: calc(30 * (100vw * 0.31 / 750)) auto 0;
  gap: calc(40 * (100vw * 0.31 / 750));
}

.LP_page .sec01 .item_var_list li {
  width: calc(190 * (100vw * 0.31 / 750));
  text-align: center;
}

.LP_page .sec01 .item_var_list li .item_var_num {
  display: block;
  margin: calc(18 * (100vw * 0.31 / 750)) auto 0;
  font-family: var(--font_eng);
  font-size: calc(22 * (100vw * 0.31 / 750));
  line-height: 1;
  text-align: center;
}

.LP_page .sec01 .item_feature_area {
  margin-top: calc(140 * (100vw * 0.31 / 750));
  padding: calc(140 * (100vw * 0.31 / 750)) 0;
  background: url(../img/feature_bg.jpg?250729) no-repeat;
  background-size: cover;

}

.LP_page .sec01 .item_feature_list {
  display: flex;
  flex-direction: column;
  gap: calc(130 * (100vw * 0.31 / 750));
  margin-top: calc(84 * (100vw * 0.31 / 750));
}

.LP_page .sec01 .item_feature_list .feature_num {
  position: relative;
  font-family: var(--font_eng_serif);
  font-size: calc(98 * (100vw * 0.31 / 750));
  line-height: 1;
  text-align: center;
  color: rgb(200,140,96,0.5);
}

.LP_page .sec01 .item_feature_list .feature_num::before {
  position: absolute;
  bottom: calc(-21 * (100vw * 0.31 / 750));
  right: 50%;
  transform: translateX(50%);
  width: calc(20 * (100vw * 0.31 / 750));
  height: calc(2 * (100vw * 0.31 / 750));
  background-color: rgb(200, 140, 96, 0.5);
  content: "";
}


.LP_page .textwrap {
  text-align: center;
  margin-top:calc(60 * (100vw * 0.31 / 750));
}

.LP_page .textwrap_inner {
  overflow: hidden;
  max-height:var(--hide-height);
  transition: max-height 1s ease;
}

.LP_page .textwrap.open .textwrap_inner {
  max-height: var(--max-height);
}

.LP_page .textwrap_inner {
  overflow: hidden;
  transition: max-height 1s ease;
}

/* .LP_page .item_feature_list li:nth-of-type(1) .textwrap_inner {
  max-height: calc(208 * (100vw * 0.31 / 750));
}

.LP_page .item_feature_list li:nth-of-type(2) .textwrap_inner,
.LP_page .item_feature_list li:nth-of-type(3) .textwrap_inner{
  max-height: calc(160 * (100vw * 0.31 / 750));
}

.LP_page .item_feature_list li:nth-of-type(1) .textwrap.open .textwrap_inner {
  max-height: calc(470 * (100vw * 0.31 / 750));
}

.LP_page .item_feature_list li:nth-of-type(2) .textwrap.open .textwrap_inner{
  max-height: calc(634 * (100vw * 0.31 / 750));
}

.LP_page .item_feature_list li:nth-of-type(3) .textwrap.open .textwrap_inner {
  max-height: calc(634 * (100vw * 0.31 / 750));
} */



.LP_page .textwrap_text_lead{
  font-family: var(--font_serif);
  font-size: calc(38 * (100vw * 0.31 / 750));
  line-height: 2;
  text-align: center;
  font-weight: 500;
}

.LP_page .textwrap_text_content {
  margin: calc(30 * (100vw * 0.31 / 750)) auto 0;
  width: calc(590 * (100vw * 0.31 / 750));
  font-size: calc(26 * (100vw * 0.31 / 750));
  line-height: 2;
  text-align: justify;
}

.LP_page .textwrap_text_note {
  margin: calc(40 * (100vw * 0.31 / 750)) auto 0;
  width: calc(590 * (100vw * 0.31 / 750));
  font-size: calc(22 * (100vw * 0.31 / 750));
  line-height: 2;
  text-align: left;
  color: var(--color_gray);
}

.LP_page .more_btn {
  display: flex;
  justify-content: center;
  margin: calc(40 * (100vw * 0.31 / 750)) auto 0;
  position: relative;
  width: fit-content;
  font-size: calc(26 * (100vw * 0.31 / 750));
  color: var(--color_brown);
  content: "";
  cursor: pointer;
  gap: calc(30 * (100vw * 0.31 / 750));
  align-items: center;
}

.LP_page .more_btn .arrow {
  margin-top:calc(14 * (100vw * 0.31 / 750));
  width: calc(26 * (100vw * 0.31 / 750));
  height: calc(14 * (100vw * 0.31 / 750));
  background: url(../img/icon_arrow02.svg) no-repeat;
  background-size: contain;
  transform: translateY(-50%) rotate(0);
  transition: transform 0.3s ease;
}

.LP_page .open .more_btn .arrow {
  transform: translateY(-50%) rotate(180deg);
}

/* accordion ends */

.LP_page .ingredient_blk {
  margin-top: calc(100 * (100vw * 0.31 / 750));
  padding: calc(140 * (100vw * 0.31 / 750)) 0;
  background: url(../img/bg02.png) no-repeat;
  background-size: cover;
}

.LP_page .ingredient_blk_subttl {
  font-size: calc(26 * (100vw * 0.31 / 750));
  text-align: center;
}

.LP_page .ingredient_blk_ttl {
  font-family: var(--font_serif);
  margin-top: calc(10 * (100vw * 0.31 / 750));
  font-size: calc(38 * (100vw * 0.31 / 750));
  text-align: center;
  font-weight: 500;
}

.LP_page .ingredient_wrapper {
  margin-top: calc(60 * (100vw * 0.31 / 750));
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(15 * (100vw * 0.31 / 750));
}

.LP_page .ingredient_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: calc(15 * (100vw * 0.31 / 750));
  row-gap: calc(15 * (100vw * 0.31 / 750));
  width: calc(650 * (100vw * 0.31 / 750));
}

.LP_page .ingredient_list.two_cln {
  grid-template-columns: repeat(2, 1fr);
}

.LP_page .ingredient_list.three_cln {
  grid-template-columns: repeat(3, 1fr);
}

.LP_page .ingredient_list li {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--font_mix);
  height: calc(134 * (100vw * 0.31 / 750));
  font-size: calc(26 * (100vw * 0.31 / 750));
  line-height: 2;
  background-color: rgb(256, 256, 256,0.2);
  text-align: center;
}

.LP_page .ingredient_list.three_cln li span {
  display: block;
  padding-top: calc(10 * (100vw * 0.31 / 750));
  line-height: 2;
  
}

.LP_page .ingredient_note {
  margin-top: calc(50 * (100vw * 0.31 / 750));
  font-size: calc(22 * (100vw * 0.31 / 750));
  line-height: 1;
  color: #757575;
  text-align: center;
}
/*------------------------Item area sec01*/

/*Puff sec02------------------------*/
.LP_page .sec02 {
  background-color: var(--color-bg);
  padding-top: calc(120 * (100vw * 0.31 / 750));
}

.LP_page .sec02 .item_img {
  width: calc(580 * (100vw * 0.31 / 750));
}
/*------------------------Puff sec02*/

/*Movie sec03------------------------*/
.LP_page .sec03 {
  padding-bottom: calc(0 * (100vw * 0.31 / 750));
  overflow: hidden;
}

.LP_page .movie_wrap {
  position: relative;
  width: 100%;
  height: calc(1333 * (100vw * 0.31 / 750));
  position: relative;

}

.LP_page .movie_wrap iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 101%;
}

/* SP */
.LP_page .movie_wrap {
  margin-top: calc(30 * (100vw * 0.31 / 750));
}

.LP_page .movie_wrap iframe {
  height: 100%;
}
/* SP */

/* PC */
@media screen and  (min-width:769px) {
.LP_page .movie_wrap {
  height: auto;
  margin-top: calc(40 * (100vw * 0.31 / 750));
  margin-bottom: calc(0 * (100vw * 0.31 / 750));
  padding-top: 179%;
}

.LP_page .movie_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  width: 101%;
  height: 100%;
}
}
/* PC */

.LP_page .movie_sound {
  position: absolute;
  bottom: calc(20 * (100vw * 0.31 / 750));
  right: calc(20 * (100vw * 0.31 / 750));
  width: calc(40 * (100vw * 0.31 / 750));
  z-index: 10;
  cursor: pointer;
}

.LP_page .movie_sound > span {
  display: none;
  width: calc(40 * (100vw * 0.31 / 750));
}

.LP_page .movie_sound > span.is-active {
  display: block;
}
/*------------------------Movie sec03*/


/*Other recommend sec04------------------------*/
.LP_page .sec04 .item_subtitle_text {
  margin: calc(43 * (100vw * 0.31 / 750)) auto 0;
  font-size: calc(30 * (100vw * 0.31 / 750));
  line-height: 2;
  text-align: center;
}

.LP_page .sec04 .item_img {
  position: relative;
  margin: calc(20 * (100vw * 0.31 / 750)) auto 0;
}

.LP_page .sec04 .item_img:before {
  position: absolute;
  top: calc(27 * (100vw * 0.31 / 750));
  left: calc(-57 * (100vw * 0.31 / 750));
  display: block;
  width: calc(143 * (100vw * 0.31 / 750));
  height: calc(520 * (100vw * 0.31 / 750));
  background: url(../img/item03_award.png) no-repeat;
  background-size: contain;
  content: "";
}
/*------------------------Other recommend sec04*/

/*release date sec05------------------------*/
.LP_page .sec05 {
  background-color: var(--color-bg);
}

.LP_page .release_day {
  position: relative;
  margin: calc(60 * (100vw * 0.31 / 750)) auto 0;
  border: calc(2 * (100vw * 0.31 / 750)) solid var(--color_brown);
  font-size: calc(26 * (100vw * 0.31 / 750));
  line-height: 1;
  text-align: center;
}

.LP_page .release_day:before {
  position: absolute;
  left: calc(420 * (100vw * 0.31 / 750));
  bottom: 50%;
  transform: translateY(50%);
  display: block;
  width: calc(2 * (100vw * 0.31 / 750));
  height: 100%;
  background-color: var(--color_brown);
  content: "";
}

.LP_page .release_day th,
.LP_page .release_day td {
  font-family: var(--font_mix);
  border-bottom: calc(2 * (100vw * 0.31 / 750)) solid var(--color_brown);
}

.LP_page .release_day tr:last-of-type th,
.LP_page .release_day tr:last-of-type td {
  border-bottom: none;
}

.LP_page .release_day tr:last-of-type:before {
  width: 0;
}

.LP_page .release_day th {
  padding: calc(50 * (100vw * 0.31 / 750)) 0;
  width: calc(420 * (100vw * 0.31 / 750));
  margin: 0 auto;
  font-size: calc(26 * (100vw * 0.31 / 750));
  line-height: 1;
  text-align: center;
  color: var(--color_brown);
  font-weight: 400;
}

.LP_page .release_day td {
  width: calc(230 * (100vw * 0.31 / 750));
  margin: 0 auto;
}

.LP_page .release_day td span {
  display: inline-block;
  font-size: calc(22 * (100vw * 0.31 / 750));
  line-height: 1;
  text-align: center;
  color: var(--color_gray);
}
/*------------------------release date*/

/*btn------------------------*/
.LP_page .btn {
  display: block !important;
  border: none !important;
  background: none !important;
  min-width: auto !important;
  white-space: nowrap;
  padding: 0;
}

.LP_page .btn a {
  position: relative;
  display: flex;
  justify-content: flex-start;
  font-size: calc(30 * (100vw * 0.31 / 750));
  border-bottom: 1px solid var(--color_regular);
}

.LP_page .btn a span {
  position: relative;
  width: 100%;
  text-align: left;
}

.LP_page .btn a span:before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-top: 0.1rem;
  display: block;
  width: calc(14 * (100vw * 0.31 / 750));
  height: calc(26 * (100vw * 0.31 / 750));
  background: url(../img/icon_arrow01.svg) no-repeat;
  background-size: contain;
  content: "";
}

.LP_page .btn.btn_buynow a {
  margin: calc(80 * (100vw * 0.31 / 750)) auto 0;
  padding-bottom: calc(20 * (100vw * 0.31 / 750));
  width: calc(190 * (100vw * 0.31 / 750));
}

.LP_page .btn.btn_all a {
  margin: calc(140 * (100vw * 0.31 / 750)) auto 0;
  padding-bottom: calc(20 * (100vw * 0.31 / 750));
  width: calc(310 * (100vw * 0.31 / 750));
}

.LP_page .btn_artist a {
  position: relative;
  justify-content: center;
  margin: calc(100 * (100vw * 0.31 / 750)) auto 0;
  padding: calc(25 * (100vw * 0.31 / 750)) 0 calc(30 * (100vw * 0.31 / 750));
  width: calc(650 * (100vw * 0.31 / 750));
  font-size: calc(26 * (100vw * 0.31 / 750));
  line-height: 2;
  text-align: center;
  background-color: var(--color-light);
  border-bottom: none;
}

.LP_page .btn_artist a:before {
  position: absolute;
  bottom: calc(20 * (100vw * 0.31 / 750));
  right: calc(58 * (100vw * 0.31 / 750));
  transform: translateY(-50%);
  display: block;
  width: calc(40 * (100vw * 0.31 / 750));
  height: calc(37 * (100vw * 0.31 / 750));
  background: url(../img/icon_calender.svg) no-repeat;
  background-size: contain;
  content: "";
}

.LP_page .modal_btn {
  display: block;
  margin: calc(100 * (100vw * 0.31 / 750)) auto 0;
  padding: calc(40 * (100vw * 0.31 / 750)) 0 calc(30 * (100vw * 0.31 / 750));
  width: calc(650 * (100vw * 0.31 / 750));
  font-family: var(--font_mix);
  font-size: calc(26 * (100vw * 0.31 / 750));
  line-height: 2;
  text-align: center;
  background-color: var(--color-light);
}

.LP_page .modal_btn span {
  position: relative;
  margin-left: calc(-106 * (100vw * 0.31 / 750));
}

.LP_page .modal_btn span:before {
  position: absolute;
  bottom: 50%;
  right: calc(-100 * (100vw * 0.31 / 750));
  margin-bottom: calc(3 * (100vw * 0.31 / 750));
  transform: translateY(50%);
  display: block;
  width: calc(36 * (100vw * 0.31 / 750));
  height: calc(36 * (100vw * 0.31 / 750));
  background: url(../img/icon_plus.svg) no-repeat;
  background-size: contain;
  content: "";
}

.LP_page .modal_btn.movie_btn {
  padding: calc(32 * (100vw * 0.31 / 750)) 0 calc(30 * (100vw * 0.31 / 750));
}

.LP_page .modal_btn.movie_btn span {
  margin-left: calc(-96 * (100vw * 0.31 / 750));
}

.LP_page .modal_btn.movie_btn span:before {
  right: calc(-97 * (100vw * 0.31 / 750));
  margin-bottom: calc(-2 * (100vw * 0.31 / 750));
  width: calc(46 * (100vw * 0.31 / 750));
  height: calc(34 * (100vw * 0.31 / 750));
  background: url(../img/icon_video.svg) no-repeat;
}
/*---------------------------btn*/


/*modal---------------------------*/
.LP_page .detail_modal,
.LP_page .movie_modal{
  display: none;
  visibility: visible;
  height: 100vh;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  z-index: 125;
}

.LP_page .modal__bg{
  background: rgb(0, 0, 0,0.4);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.LP_page .modal__content{
  background: #ffffff;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: calc(690 * (100vw * 0.31 / 750));
  max-height:75vh;
  overflow-y: scroll;
  /* overflow: hidden; */
}

.LP_page .movie_modal .modal__content{
  background-color: transparent;
}

.LP_page .modal_inner{
  padding: calc(140 * (100vw * 0.31 / 750)) calc(50 * (100vw * 0.31 / 750));
} 

.LP_page .modal__content .js-modal-close{
  position: sticky;
  width: calc(50 * (100vw * 0.31 / 750));
  height: calc(50 * (100vw * 0.31 / 750));
  top: calc(40 * (100vw * 0.31 / 750));
  right: calc(40 * (100vw * 0.31 / 750));
  float: right;
  cursor: pointer;
  overflow: hidden;
  z-index: 999;
}

.LP_page .modal__content .js-modal-close:before,
.LP_page .modal__content .js-modal-close:after{
  content: '';
  display: block;
  width: calc(50 * (100vw * 0.31 / 750));
  height: 1px;
  background: var(--color_regular);
  transform: rotate(45deg);
  position: absolute;
  top: calc(28 * (100vw * 0.31 / 750));
  right: calc(0 * (100vw * 0.31 / 750));
}

.LP_page .modal__content .js-modal-close:after{
  transform: rotate(-45deg);
}

.LP_page .detail_modal .item_label {
  margin: calc(100 * (100vw * 0.31 / 750)) auto 0;
  width: calc(590 * (100vw * 0.31 / 750));
  font-family: var(--font_regular);
  font-size: calc(30 * (100vw * 0.31 / 750));
}

.LP_page .detail_modal .item_label:first-of-type {
  margin-top: 0;
}

.LP_page .modal__content .modal_text {
  margin-top: calc(40 * (100vw * 0.31 / 750));
  font-size: calc(26 * (100vw * 0.31 / 750));
  line-height: 2;
  text-align: center;
}

.LP_page .modal_img {
  margin: calc(50 * (100vw * 0.31 / 750)) auto 0;
  width: calc(450 * (100vw * 0.31 / 750));
}

.LP_page .recommend_target_list {
  margin: calc(50 * (100vw * 0.31 / 750)) auto 0;
  padding-left: calc(66 * (100vw * 0.31 / 750));
  display: flex;
  flex-direction: column;
  gap: calc(10 * (100vw * 0.31 / 750));
}

.LP_page .recommend_target_list li {
  font-size: calc(26 * (100vw * 0.31 / 750));
  line-height: 2;
  text-align: left;
  display: flex;
  align-items: center;
  gap: calc(30 * (100vw * 0.31 / 750));
}

.LP_page .recommend_target_list li span {
  display: block;
  width: calc(31 * (100vw * 0.31 / 750));
  height: calc(30 * (100vw * 0.31 / 750));
  background: url(../img/icon_check.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.LP_page .recommend_point_list {
  margin: calc(60 * (100vw * 0.31 / 750)) auto 0;
  display: flex;
  gap: calc(27 * (100vw * 0.31 / 750));
}

.LP_page .recommend_point_list li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(180 * (100vw * 0.31 / 750));
  height: calc(180 * (100vw * 0.31 / 750));
  font-size: calc(26 * (100vw * 0.31 / 750));
  line-height: 2;
  text-align: center;
  background: url(../img/circle_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
}

/* movie modal */
.LP_page .movie_modal .modal_inner {
  padding: 0;
}

.LP_page .movie_modal .movie_wrap {
  margin: 0;
}

/* PC */
.LP_page .modal__content .js-modal-close {
  top: 2rem;
  right: 2rem;
}

.LP_page .movie_modal .modal__content {
  /* max-width: 37rem; */
  max-height: 100vh;
  overflow: hidden;
  width: calc(575 * (100vw * 0.31 / 750));
}

.LP_page .movie_modal .movie_wrap {
  margin: 0 auto;
  top: 0;
  /* height: 65vh; */
  /* max-height: 65vh; */
  /* overflow: hidden; */
  padding-top: 179%;
  width: 100%;
  max-width: 100%;
}

_::-webkit-full-page-media, _:future, :root .LP_page .movie_modal .movie_wrap {
  height: -webkit-fill-available;
}

.LP_page .movie_modal iframe {
  /* top: 35rem; */
  /* margin-top: 2rem; */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.LP_page .movie_modal .movie_sound {
  bottom: 0;
  right: 0;
  margin-bottom: 2rem;
  margin-right: 2rem;
}
/* PC */

@media screen and  (max-width:768px) {
/* SP */
.LP_page .movie_modal .modal__content {
  max-height: 58vh;
  overflow: hidden;
}

_::-webkit-full-page-media, _:future, :root .LP_page .movie_modal .modal__content {
  max-height: 83vh;
}

.LP_page .movie_modal .movie_wrap {
  margin-top: 0;
  top: calc(-50 * (100vw * 0.31 / 750));
  height: 61vh;
  overflow: hidden;
}

_::-webkit-full-page-media, _:future, :root .LP_page .movie_modal .movie_wrap {
  height: -webkit-fill-available;
}

.LP_page .movie_modal iframe {
  top: 0;
  transform: (0,-50%);
  transform: translate(-50%, 0%);
}
/* SP */
}
/*---------------------------modal*/

/*shareボタン、shareテキスト---------------------------*/
@media screen and  (max-width:768px) {
  #share {
    transition: translate .5s;
  }
  
  #share.move {
    translate: 0 calc(-120 * (100vw * 0.31 / 750));
  }
  
  .share-txt {
    display: none;
  }
  
  .only_pc {
    display: none;
  }
  
  }
  /*---------------------------shareボタン、shareテキスト*/


/*Horizantal Slide------------------------*/

.LP_page .scroll_container {
  height:400vh
}

.LP_page .sticky_wrap {
  overflow: hidden;
  position: sticky;
  top: 0;
  height: 100vh;
}

.LP_page .horizontal_scroll {
  position: absolute;
  top: 0;
  height: 100%;
  width: 300vw;
  will-change: transform;
  transition: none !important;
  display: flex;
}

.LP_page .scroll_contents {
  height: 100%;
  width: calc(100vw * 0.315);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .LP_page .scroll_container {
    height: 300vh;
  }
  .LP_page .horizontal_scroll {
    width: auto;
  }
  .LP_page .scroll_contents {
    min-width: 100dvw;
  }
}

.LP_page .scroll01 {
  background-image: url(../img/slide01.jpg);
}

.LP_page .scroll02 {
  background-image: url(../img/slide02.jpg);
}

.LP_page .scroll03 {
  background-image: url(../img/slide03.jpg);
}


.LP_page .scroll_skip_btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom:calc(100 * (100vw * 0.31 / 750));
  z-index: 200;
}

.LP_page .scroll_skip_btn a {
  position: relative;
  font-family: var(--font_eng_serif);
  font-size: calc(26 * (100vw * 0.31 / 750));
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.LP_page .scroll_skip_btn a:before {
  position: absolute;
  bottom: calc(-40 * (100vw * 0.31 / 750));
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: calc(30 * (100vw * 0.31 / 750));
  height: calc(20 * (100vw * 0.31 / 750));
  background: url(../img/icon_skip.svg) no-repeat;
  background-size: contain;
  content: "";
}

.LP_page .scroll_contents_catch {
  font-family: var(--font_serif);
  font-size: calc(34 * (100vw * 0.31 / 750));
  font-weight: 500;
  line-height: 2.05;
  text-align: center;
}

.LP_page .scroll_contents_text {
  margin-top: calc(65 * (100vw * 0.31 / 750));
  font-size: calc(26 * (100vw * 0.31 / 750));
  line-height: 2;
  text-align: center;
}


/*------------------------Horizantal Slide*/


/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡ ▼ SP ▼ ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
.LP_page .spOnly {
  display: none;
}

@media (max-width: 769px) {
  .LP_page .spOnly {
    display: block;
  }
  
  .LP_page_inner {
    padding-bottom: calc(140 * (43.4rem / 750));
  }
  
  .LP_page .fixed_btn {
    position: fixed;
    bottom: 0;
    display: block;
    width: 100%;
    translate: 0 100%;
    transition: translate .5s;
    z-index: 100;
    background: url(../img/fixed_cart_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
  }
  
  .LP_page .fixed_btn.active {
    translate: 0 0;
  }
  
  .LP_page .fixed_btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(120 * (43.4rem / 750));
    font-family: var(--font_eng_serif);
    font-size: calc(38 * (43.4rem / 750));
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    color: var(--color-black);
  }
  
  
  .LP_page .fixed_btn a .cart_icon {
    width: calc(40 * (43.4rem / 750));
    margin-right: calc(40 * (43.4rem / 750));
  
  }
  
  .LP_page .fixed_btn a span {
    margin-top: calc(4 * (43.4rem / 750));
  
  }

  .LP_page .fixed_btn a .item_icon {
    width: calc(34 * (43.4rem / 750));
    margin-left: calc(44 * (43.4rem / 750));
  
  }
  
  /*Sec Common------------------------*/
  .LP_page .sec {
    padding: calc(140 * (43.4rem / 750)) 0;
  }
  
  .LP_page .item_title {
    font-family: var(--font_serif);
    font-size: calc(34 * (43.4rem / 750));
    font-weight: 500;
    line-height: 2;
    text-align: center;
    letter-spacing: 0.07em;
    color: var(--color-black);
  }
  
  .LP_page .item_img {
    margin: calc(40 * (43.4rem / 750)) auto 0;
    width: calc(540 * (43.4rem / 750));
  }
  
  .LP_page .item_label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: calc(60 * (43.4rem / 750)) auto 0;
    width: calc(650 * (43.4rem / 750));
    height: calc(56 * (43.4rem / 750));
    font-family: var(--font_eng_serif);
    font-size: calc(26 * (43.4rem / 750));
    text-transform: uppercase;
    text-align: center;
    background-image: url(../img/title_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  .LP_page .item_name {
    margin-top: calc(60 * (43.4rem / 750));
    font-size: calc(30 * (43.4rem / 750));
    text-align: center;
  }
  
  .LP_page .item_credit {
    font-family: var(--font_mix);
    margin-top: calc(20 * (43.4rem / 750));
    font-size: calc(26 * (43.4rem / 750));
    text-align: center;
  }
  
  .LP_page .item_spec_list {
    display: flex;
    justify-content: center;
    gap: calc(10 * (43.4rem / 750));
    margin-top: calc(40 * (43.4rem / 750));
  }
  
  .LP_page .item_spec_list li {
    font-family: var(--font_mix);
    width: calc(220 * (43.4rem / 750));
    padding:calc(7 * (43.4rem / 750)) 0 calc(10 * (43.4rem / 750));
    font-size: calc(22 * (43.4rem / 750));
    line-height: 1;
    text-align: center;
    border: var(--color_regular) solid 1px;
  }
  
  
  .LP_page .item_subtitle {
    font-family: var(--font_eng_serif);
    font-size: calc(34 * (43.4rem / 750));
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
  }
  /*------------------------Sec Common*/
  
  /*Item area sec01------------------------*/
  .LP_page .sec01 {
    padding-bottom:0;
  }
  
  .LP_page .sec01 .blk {
    margin-top: calc(100 * (43.4rem / 750));
  }
  
  .LP_page .sec01 .graph01 {
    margin: calc(30 * (43.4rem / 750)) auto 0;
    width: calc(750 * (43.4rem / 750));
  }
  
  .LP_page .sec01 .graph02 {
    margin: calc(100 * (43.4rem / 750)) auto 0;
    width: calc(650 * (43.4rem / 750));
  }
  
  .LP_page .sec01 .item_var_list {
    display: flex;
    justify-content: center;
    margin: calc(30 * (43.4rem / 750)) auto 0;
    gap: calc(40 * (43.4rem / 750));
  }
  
  .LP_page .sec01 .item_var_list li {
    width: calc(190 * (43.4rem / 750));
    text-align: center;
  }
  
  .LP_page .sec01 .item_var_list li .item_var_num {
    display: block;
    margin: calc(18 * (43.4rem / 750)) auto 0;
    font-family: var(--font_eng);
    font-size: calc(22 * (43.4rem / 750));
    line-height: 1;
    text-align: center;
  }
  
  .LP_page .sec01 .item_feature_area {
    margin-top: calc(140 * (43.4rem / 750));
    padding: calc(140 * (43.4rem / 750)) 0;
    background: url(../img/feature_bg.jpg?250729) no-repeat;
    background-size: cover;
  
  }
  
  .LP_page .sec01 .item_feature_list {
    display: flex;
    flex-direction: column;
    gap: calc(130 * (43.4rem / 750));
    margin-top: calc(84 * (43.4rem / 750));
  }
  
  .LP_page .sec01 .item_feature_list .feature_num {
    position: relative;
    font-family: var(--font_eng_serif);
    font-size: calc(98 * (43.4rem / 750));
    line-height: 1;
    text-align: center;
    color: rgb(200,140,96,0.5);
  }
  
  .LP_page .sec01 .item_feature_list .feature_num::before {
    position: absolute;
    bottom: calc(-21 * (43.4rem / 750));
    right: 50%;
    transform: translateX(50%);
    width: calc(20 * (43.4rem / 750));
    height: calc(2 * (43.4rem / 750));
    background-color: rgb(200, 140, 96, 0.5);
    content: "";
  }
  
  
  .LP_page .textwrap {
    text-align: center;
    margin-top:calc(60 * (43.4rem / 750));
  }
  
  .LP_page .textwrap_inner {
    overflow: hidden;
    max-height:var(--hide-height);
    transition: max-height 1s ease;
  }
  
  .LP_page .textwrap.open .textwrap_inner {
    max-height: var(--max-height);
  }
  
  .LP_page .textwrap_inner {
    overflow: hidden;
    transition: max-height 1s ease;
  }
  
  .LP_page .textwrap_text_lead{
    font-family: var(--font_serif);
    font-size: calc(38 * (43.4rem / 750));
    line-height: 2;
    text-align: center;
    font-weight: 500;
  }
  
  .LP_page .textwrap_text_content {
    margin: calc(30 * (43.4rem / 750)) auto 0;
    width: calc(590 * (43.4rem / 750));
    font-size: calc(26 * (43.4rem / 750));
    line-height: 2;
    text-align: justify;
  }
  
  .LP_page .textwrap_text_note {
    margin: calc(40 * (43.4rem / 750)) auto 0;
    width: calc(590 * (43.4rem / 750));
    font-size: calc(22 * (43.4rem / 750));
    line-height: 2;
    text-align: left;
    color: var(--color_gray);
  }
  
  .LP_page .more_btn {
    display: flex;
    justify-content: center;
    margin: calc(40 * (43.4rem / 750)) auto 0;
    position: relative;
    width: fit-content;
    font-size: calc(26 * (43.4rem / 750));
    color: var(--color_brown);
    content: "";
    cursor: pointer;
    gap: calc(30 * (43.4rem / 750));
    align-items: center;
  }
  
  .LP_page .more_btn .arrow {
    margin-top:calc(14 * (43.4rem / 750));
    width: calc(26 * (43.4rem / 750));
    height: calc(14 * (43.4rem / 750));
    background: url(../img/icon_arrow02.svg) no-repeat;
    background-size: contain;
    transform: translateY(-50%) rotate(0);
    transition: transform 0.3s ease;
  }
  
  .LP_page .open .more_btn .arrow {
    transform: translateY(-50%) rotate(180deg);
  }
  
  /* accordion ends */
  
  .LP_page .ingredient_blk {
    margin-top: calc(100 * (43.4rem / 750));
    padding: calc(140 * (43.4rem / 750)) 0;
    background: url(../img/bg02.png) no-repeat;
    background-size: cover;
  }
  
  .LP_page .ingredient_blk_subttl {
    font-size: calc(26 * (43.4rem / 750));
    text-align: center;
  }
  
  .LP_page .ingredient_blk_ttl {
    font-family: var(--font_serif);
    margin-top: calc(10 * (43.4rem / 750));
    font-size: calc(38 * (43.4rem / 750));
    text-align: center;
    font-weight: 500;
  }
  
  .LP_page .ingredient_wrapper {
    margin-top: calc(60 * (43.4rem / 750));
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: calc(15 * (43.4rem / 750));
  }
  
  .LP_page .ingredient_list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: calc(15 * (43.4rem / 750));
    row-gap: calc(15 * (43.4rem / 750));
    width: calc(650 * (43.4rem / 750));
  }
  
  .LP_page .ingredient_list.two_cln {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .LP_page .ingredient_list.three_cln {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .LP_page .ingredient_list li {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--font_mix);
    height: calc(134 * (43.4rem / 750));
    font-size: calc(26 * (43.4rem / 750));
    line-height: 2;
    background-color: rgb(256, 256, 256,0.2);
    text-align: center;
  }
  
  .LP_page .ingredient_list.three_cln li span {
    display: block;
    padding-top: calc(10 * (43.4rem / 750));
    line-height: 2;
    
  }
  
  .LP_page .ingredient_note {
    margin-top: calc(50 * (43.4rem / 750));
    font-size: calc(22 * (43.4rem / 750));
    line-height: 1;
    color: #757575;
    text-align: center;
  }
  /*------------------------Item area sec01*/
  
  /*Puff sec02------------------------*/
  .LP_page .sec02 {
    background-color: var(--color-bg);
    padding-top: calc(120 * (43.4rem / 750));
  }
  
  .LP_page .sec02 .item_img {
    width: calc(580 * (43.4rem / 750));
  }
  /*------------------------Puff sec02*/
  
  /*Movie sec03------------------------*/
  .LP_page .sec03 {
    padding-bottom: calc(0 * (43.4rem / 750));
    overflow: hidden;
  }
  
  .LP_page .movie_wrap {
    position: relative;
    width: 100%;
    height: calc(1333 * (43.4rem / 750));
    position: relative;
  
  }
  
  .LP_page .movie_wrap iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 101%;
  }
  
  .LP_page .movie_wrap {
    margin-top: calc(30 * (43.4rem / 750));
  }
  
  .LP_page .movie_wrap iframe {
    height: 100%;
  }
  
  .LP_page .movie_sound {
    position: absolute;
    bottom: calc(20 * (43.4rem / 750));
    right: calc(20 * (43.4rem / 750));
    width: calc(40 * (43.4rem / 750));
    z-index: 10;
    cursor: pointer;
  }
  
  .LP_page .movie_sound > span {
    display: none;
    width: calc(40 * (43.4rem / 750));
  }
  
  .LP_page .movie_sound > span.is-active {
    display: block;
  }
  /*------------------------Movie sec03*/
  
  
  /*Other recommend sec04------------------------*/
  .LP_page .sec04 .item_subtitle_text {
    margin: calc(43 * (43.4rem / 750)) auto 0;
    font-size: calc(30 * (43.4rem / 750));
    line-height: 2;
    text-align: center;
  }
  
  .LP_page .sec04 .item_img {
    position: relative;
    margin: calc(20 * (43.4rem / 750)) auto 0;
  }
  
  .LP_page .sec04 .item_img:before {
    position: absolute;
    top: calc(27 * (43.4rem / 750));
    left: calc(-57 * (43.4rem / 750));
    display: block;
    width: calc(143 * (43.4rem / 750));
    height: calc(520 * (43.4rem / 750));
    background: url(../img/item03_award.png) no-repeat;
    background-size: contain;
    content: "";
  }
  /*------------------------Other recommend sec04*/
  
  /*release date sec05------------------------*/
  .LP_page .sec05 {
    background-color: var(--color-bg);
  }
  
  .LP_page .release_day {
    position: relative;
    margin: calc(60 * (43.4rem / 750)) auto 0;
    border: calc(2 * (43.4rem / 750)) solid var(--color_brown);
    font-size: calc(26 * (43.4rem / 750));
    line-height: 1;
    text-align: center;
  }
  
  .LP_page .release_day:before {
    position: absolute;
    left: calc(420 * (43.4rem / 750));
    bottom: 50%;
    transform: translateY(50%);
    display: block;
    width: calc(2 * (43.4rem / 750));
    height: 100%;
    background-color: var(--color_brown);
    content: "";
  }
  
  .LP_page .release_day th,
  .LP_page .release_day td {
    font-family: var(--font_mix);
    border-bottom: calc(2 * (43.4rem / 750)) solid var(--color_brown);
  }
  
  .LP_page .release_day tr:last-of-type th,
  .LP_page .release_day tr:last-of-type td {
    border-bottom: none;
  }
  
  .LP_page .release_day tr:last-of-type:before {
    width: 0;
  }
  
  .LP_page .release_day th {
    padding: calc(50 * (43.4rem / 750)) 0;
    width: calc(420 * (43.4rem / 750));
    margin: 0 auto;
    font-size: calc(26 * (43.4rem / 750));
    line-height: 1;
    text-align: center;
    color: var(--color_brown);
    font-weight: 400;
  }
  
  .LP_page .release_day td {
    width: calc(230 * (43.4rem / 750));
    margin: 0 auto;
  }
  
  .LP_page .release_day td span {
    display: inline-block;
    font-size: calc(22 * (43.4rem / 750));
    line-height: 1;
    text-align: center;
    color: var(--color_gray);
  }
  /*------------------------release date*/
  
  /*btn------------------------*/
  .LP_page .btn {
    display: block !important;
    border: none !important;
    background: none !important;
    min-width: auto !important;
    white-space: nowrap;
    padding: 0;
  }
  
  .LP_page .btn a {
    position: relative;
    display: flex;
    justify-content: flex-start;
    font-size: calc(30 * (43.4rem / 750));
    border-bottom: 1px solid var(--color_regular);
  }
  
  .LP_page .btn a span {
    position: relative;
    width: 100%;
    text-align: left;
  }
  
  .LP_page .btn a span:before {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-top: 0.1rem;
    display: block;
    width: calc(14 * (43.4rem / 750));
    height: calc(26 * (43.4rem / 750));
    background: url(../img/icon_arrow01.svg) no-repeat;
    background-size: contain;
    content: "";
  }
  
  .LP_page .btn.btn_buynow a {
    margin: calc(80 * (43.4rem / 750)) auto 0;
    padding-bottom: calc(15 * (43.4rem / 750));
    width: calc(190 * (43.4rem / 750));
  }
  
  .LP_page .btn.btn_all a {
    margin: calc(140 * (43.4rem / 750)) auto 0;
    padding-bottom: calc(20 * (43.4rem / 750));
    width: calc(310 * (43.4rem / 750));
  }
  
  .LP_page .btn_artist a {
    position: relative;
    justify-content: center;
    margin: calc(100 * (43.4rem / 750)) auto 0;
    padding: calc(25 * (43.4rem / 750)) 0 calc(30 * (43.4rem / 750));
    width: calc(650 * (43.4rem / 750));
    font-size: calc(26 * (43.4rem / 750));
    line-height: 2;
    text-align: center;
    background-color: var(--color-light);
    border-bottom: none;
  }
  
  .LP_page .btn_artist a:before {
    position: absolute;
    bottom: calc(20 * (43.4rem / 750));
    right: calc(58 * (43.4rem / 750));
    transform: translateY(-50%);
    display: block;
    width: calc(40 * (43.4rem / 750));
    height: calc(37 * (43.4rem / 750));
    background: url(../img/icon_calender.svg) no-repeat;
    background-size: contain;
    content: "";
  }
  
  .LP_page .modal_btn {
    display: block;
    margin: calc(100 * (43.4rem / 750)) auto 0;
    padding: calc(40 * (43.4rem / 750)) 0 calc(30 * (43.4rem / 750));
    width: calc(650 * (43.4rem / 750));
    font-family: var(--font_mix);
    font-size: calc(26 * (43.4rem / 750));
    line-height: 2;
    text-align: center;
    background-color: var(--color-light);
  }
  
  .LP_page .modal_btn span {
    position: relative;
    margin-left: calc(-106 * (43.4rem / 750));
  }
  
  .LP_page .modal_btn span:before {
    position: absolute;
    bottom: 50%;
    right: calc(-100 * (43.4rem / 750));
    margin-bottom: calc(3 * (43.4rem / 750));
    transform: translateY(50%);
    display: block;
    width: calc(36 * (43.4rem / 750));
    height: calc(36 * (43.4rem / 750));
    background: url(../img/icon_plus.svg) no-repeat;
    background-size: contain;
    content: "";
  }
  
  .LP_page .modal_btn.movie_btn {
    padding: calc(32 * (43.4rem / 750)) 0 calc(30 * (43.4rem / 750));
  }
  
  .LP_page .modal_btn.movie_btn span {
    margin-left: calc(-96 * (43.4rem / 750));
  }
  
  .LP_page .modal_btn.movie_btn span:before {
    right: calc(-97 * (43.4rem / 750));
    margin-bottom: calc(-2 * (43.4rem / 750));
    width: calc(46 * (43.4rem / 750));
    height: calc(34 * (43.4rem / 750));
    background: url(../img/icon_video.svg) no-repeat;
  }
  /*---------------------------btn*/
  
  
  /*modal---------------------------*/
  .LP_page .detail_modal,
  .LP_page .movie_modal{
    display: none;
    visibility: visible;
    height: 100vh;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 100%;
    z-index: 125;
  }
  
  .LP_page .modal__bg{
    background: rgb(0, 0, 0,0.4);
    height: 100vh;
    position: absolute;
    width: 100%;
  }
  
  .LP_page .modal__content{
    background: #ffffff;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: calc(690 * (43.4rem / 750));
    max-height:75vh;
    overflow-y: scroll;
    /* overflow: hidden; */
  }
  
  .LP_page .movie_modal .modal__content{
    background-color: transparent;
  }
  
  .LP_page .modal_inner{
    padding: calc(140 * (43.4rem / 750)) calc(50 * (43.4rem / 750));
  } 
  
  .LP_page .modal__content .js-modal-close{
    position: sticky;
    width: calc(60 * (43.4rem / 750));
    height: calc(60 * (43.4rem / 750));
    top: calc(40 * (43.4rem / 750));
    right: calc(40 * (43.4rem / 750));
    float: right;
    cursor: pointer;
    overflow: hidden;
    z-index: 999;
  }
  
  .LP_page .modal__content .js-modal-close:before,
  .LP_page .modal__content .js-modal-close:after{
    content: '';
    display: block;
    width: calc(50 * (43.4rem / 750));
    height: 1px;
    background: var(--color_regular);
    transform: rotate(45deg);
    position: absolute;
    top: calc(28 * (43.4rem / 750));
    right: calc(0 * (43.4rem / 750));
  }
  
  .LP_page .modal__content .js-modal-close:after{
    transform: rotate(-45deg);
  }
  
  .LP_page .detail_modal .item_label {
    margin: calc(100 * (43.4rem / 750)) auto 0;
    width: calc(590 * (43.4rem / 750));
    font-family: var(--font_regular);
    font-size: calc(30 * (43.4rem / 750));
  }
  
  .LP_page .detail_modal .item_label:first-of-type {
    margin-top: 0;
  }
  
  .LP_page .modal__content .modal_text {
    margin-top: calc(40 * (43.4rem / 750));
    font-size: calc(26 * (43.4rem / 750));
    line-height: 2;
    text-align: center;
  }
  
  .LP_page .modal_img {
    margin: calc(50 * (43.4rem / 750)) auto 0;
    width: calc(450 * (43.4rem / 750));
  }
  
  .LP_page .recommend_target_list {
    margin: calc(50 * (43.4rem / 750)) auto 0;
    padding-left: calc(66 * (43.4rem / 750));
    display: flex;
    flex-direction: column;
    gap: calc(10 * (43.4rem / 750));
  }
  
  .LP_page .recommend_target_list li {
    font-size: calc(26 * (43.4rem / 750));
    line-height: 2;
    text-align: left;
    display: flex;
    align-items: center;
    gap: calc(30 * (43.4rem / 750));
  }
  
  .LP_page .recommend_target_list li span {
    display: block;
    width: calc(31 * (43.4rem / 750));
    height: calc(30 * (43.4rem / 750));
    background: url(../img/icon_check.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  .LP_page .recommend_point_list {
    margin: calc(60 * (43.4rem / 750)) auto 0;
    display: flex;
    gap: calc(27 * (43.4rem / 750));
  }
  
  .LP_page .recommend_point_list li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(180 * (43.4rem / 750));
    height: calc(180 * (43.4rem / 750));
    font-size: calc(26 * (43.4rem / 750));
    line-height: 2;
    text-align: center;
    background: url(../img/circle_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  /* movie modal */
  .LP_page .movie_modal .modal_inner {
    padding: 0;
  }
  
  .LP_page .movie_modal .movie_wrap {
    margin: 0;
  }
  
  .LP_page .movie_modal .modal__content {
    max-height: 100vh;
    overflow: hidden;
    width: 80%;
  }
  
  _::-webkit-full-page-media, _:future, :root .LP_page .movie_modal .modal__content {
    max-height: 83vh;
  }
  
  .LP_page .movie_modal .movie_wrap {
    margin-top: 0;
    top: calc(-50 * (43.4rem / 750));
    height: 100%;
    overflow: hidden;
  }
  
  _::-webkit-full-page-media, _:future, :root .LP_page .movie_modal .movie_wrap {
    height: -webkit-fill-available;
  }
  
  .LP_page .movie_modal iframe {
    top: 0;
    transform: (0,-50%);
    transform: translate(-50%, 0%);
  }
  
  /*---------------------------modal*/
  
  /*shareボタン、shareテキスト---------------------------*/
    #share {
      transition: translate .5s;
    }
    
    #share.move {
      translate: 0 calc(-120 * (43.4rem / 750));
    }
    
    .share-txt {
      display: none;
    }
    
    .only_pc {
      display: none;
    }
  
  /*Horizantal Slide------------------------*/
  
  .LP_page .scroll_container {
    height:600vh
  }
  
  .LP_page .sticky_wrap {
    overflow: hidden;
    position: sticky;
    top: 0;
    height: 100vh;
  }
  
  .LP_page .horizontal_scroll {
    position: absolute;
    top: 0;
    height: 100%;
    width: 300vw;
    will-change: transform;
    transition: none !important;
    display: flex;
  }
  
  .LP_page .scroll_contents {
    height: 100%;
    width: calc(100vw * 0.315);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  @media (max-width: 768px) {
    .LP_page .scroll_container {
      height: 500vh;
    }
    .LP_page .horizontal_scroll {
      width: auto;
    }
    .LP_page .scroll_contents {
      min-width: 100dvw;
    }
  }
  
  .LP_page .scroll01 {
    background-image: url(../img/slide01.jpg);
  }
  
  .LP_page .scroll02 {
    background-image: url(../img/slide02.jpg);
  }
  
  .LP_page .scroll03 {
    background-image: url(../img/slide03.jpg);
  }
  
  
  .LP_page .scroll_skip_btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom:calc(100 * (43.4rem / 750));
    z-index: 200;
  }
  
  .LP_page .scroll_skip_btn a {
    position: relative;
    font-family: var(--font_eng_serif);
    font-size: calc(26 * (43.4rem / 750));
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
  }
  
  .LP_page .scroll_skip_btn a:before {
    position: absolute;
    bottom: calc(-40 * (43.4rem / 750));
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: calc(30 * (43.4rem / 750));
    height: calc(20 * (43.4rem / 750));
    background: url(../img/icon_skip.svg) no-repeat;
    background-size: contain;
    content: "";
  }
  
  .LP_page .scroll_contents_catch {
    font-family: var(--font_serif);
    font-size: calc(34 * (43.4rem / 750));
    font-weight: 500;
    line-height: 2.05;
    text-align: center;
  }
  
  .LP_page .scroll_contents_text {
    margin-top: calc(65 * (43.4rem / 750));
    font-size: calc(26 * (43.4rem / 750));
    line-height: 2;
    text-align: center;
  }
  
  
  /*------------------------Horizantal Slide*/
  
  }