@charset "utf-8";
/* CSS Document */

/*******************

 LP style

********************/
html,
body {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

/* content
--------------------------------------------------*/
#lpbox,
#lpfooter {
  font-size: 14px;
  font-size: 3.7333vw;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    "Mayryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #482a1e;
  line-height: 1.5em;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 750px) {
  #lpbox,
  #lpfooter {
    font-size: 28px;
    max-width: 750px;
    margin: 0 auto;
  }
}
#lpbox a,
#lpfooter a {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
}
#lpbox a:hover,
#lpfooter a:hover {
  text-decoration: underline;
}
#lpbox span,
#lpfooter span {
  font-size: inherit;
  font-weight: inherit;
}
#lpbox img,
#lpfooter img {
  width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  vertical-align: bottom;
}
#lpbox img.img-t,
#lpfooter img.img-t {
  vertical-align: top;
}
/* cart css reset */

#lpbox header,
#lpbox h1,
#lpbox h2,
#lpbox h3,
#lpbox p,
#lpbox dl,
#lpbox dt,
#lpbox dd,
#lpbox div,
#lpbox section,
#lpbox span {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
}
#lpfooter footer,
#lpfooter div,
#lpfooter p {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
}
#lpfooter ul,
#lpfooter li,
#lpbox ul,
#lpbox li {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
  list-style: none;
}
/*----------------------------------------*/
#lpbox #fv--a {
  position: relative;
  overflow: hidden;
}
#lpbox #fv--a .fv__item {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
#lpbox #fv--b {
  position: relative;
  overflow: hidden;
}
#lpbox #fv--b .fv__item {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#lpbox .fv__mov {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  display: block;
  z-index: 1;
}
#lpbox .fv__mov video {
  width: 100%;
  display: block;
  margin: 0 auto;
  z-index: 1;
}

/*----------------------------------------*/
#lpbox .movie__box {
  position: relative;
}
#lpbox .movie__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 2.66%;
  box-sizing: border-box;
}
#lpbox .movie__size {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 56%;
}
#lpbox .movie__size iframe,
#lpbox .movie__size video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

/*----------------------------------------*/
#lpbox .sns__box {
  position: relative;
  overflow: hidden;
}
#lpbox .sns__slider {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-bottom: 52%;
  z-index: 2;
  background: url(../img/slider_01.png) repeat-x;
  background-position: 0 0;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  -webkit-animation-name: bgloop;
  -moz-animation-name: bgloop;
  -o-animation-name: bgloop;
  animation-name: bgloop;
  -webkit-animation-duration: 50s;
  -moz-animation-duration: 50s;
  -o-animation-duration: 50s;
  animation-duration: 50s;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes bgloop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 306% 0;
  }
}

@keyframes bgloop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 306% 0;
  }
}

#lpbox .sns__slider--rev {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-bottom: 52%;
  z-index: 2;
  background: url(../img/slider_01.png) repeat-x;
  background-position: 0 0;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  -webkit-animation-name: bgloop--rev;
  -moz-animation-name: bgloop--rev;
  -o-animation-name: bgloop--rev;
  animation-name: bgloop--rev;
  -webkit-animation-duration: 50s;
  -moz-animation-duration: 50s;
  -o-animation-duration: 50s;
  animation-duration: 50s;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes bgloop--rev {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -306% 0;
  }
}

@keyframes bgloop-rev {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -306% 0;
  }
}

/*----------------------------------------*/
#lpbox .pro__box {
  position: relative;
}
#lpbox .pro__slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#lpbox .pro__slider .owl-prev {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  overflow: hidden;
  text-indent: -999px;
  width: 2.5em;
  height: 2.5em;
  margin-top: -1.25em;
  background: url(../img/pro_nav_l.png) no-repeat 50% 50%;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
#lpbox .pro__slider .owl-next {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  overflow: hidden;
  text-indent: -999px;
  width: 2.5em;
  height: 2.5em;
  margin-top: -1.25em;
  background: url(../img/pro_nav_r.png) no-repeat 50% 50%;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}

/*----------------------------------------*/
#lpbox .cta__box {
  margin: 0 auto;
  position: relative;
  width: 100%;
}
#lpbox .cta__btn_221205_5 {
  box-sizing: border-box;
  padding: 0 6.5% 0;
  position: absolute;
  top: 68%;
  left: 0;
  width: 100%;
}

#lpbox .cta__btn_221205_3 {
  box-sizing: border-box;
  padding: 0 6.5% 0;
  position: absolute;
  top: 71%;
  left: 0;
  width: 100%;
}

.btn_move {
  animation: animScale 1.5s infinite ease-out; /*ボタン動き*/
}

.btn_move2 {
  transition: 1s;
}
.btn_move2:hover {
  opacity: 0.5;
}

summary {
  display: block;
  list-style: none;
}

/* 一部ブラウザで消えなかった場合は以下も追記 */
summary::-webkit-details-marker {
  display: none;
}

/*ボタンアニメーションキーフレーム*/
@keyframes animScale {
  0% {
    transform: scale(1.2);
  } /*(Xよこ,Yたて)サイズは%で表示*/
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}

#lpbox .cta__btn {
  box-sizing: border-box;
  padding: 0 6.5% 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#lpbox .cta__box--single .cta__btn {
  box-sizing: border-box;
  padding: 11.5% 6.5% 0 61%;
  position: absolute;
  top: 8%;
  left: 0;
  width: 100%;
}

#lpbox .cta-set__box {
  position: relative;
  box-sizing: border-box;
}
#lpbox .cta-set__box__btn {
  width: 77.33%;
  height: 4.6em;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  box-sizing: border-box;
  cursor: pointer;
}
#lpbox .cta-set__box__btn:after {
  content: "";
  display: block;
  background: url("../img/cta_acd_ic.png") no-repeat 50% 50%;
  background-size: 100% auto;
  width: 1.4em;
  height: 1.5em;
  position: absolute;
  top: 1.4em;
  right: 1.4em;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#lpbox .cta-set__box__btn.acd__btn--open:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*----------------------------------------*/
#lpbox .trouble__box {
  position: relative;
  overflow: hidden;
}
#lpbox .trouble__item--01 {
  display: block;
  position: absolute;
  top: 21%;
  left: 56.5%;
  width: 21.333%;
}
#lpbox .trouble__item--02 {
  display: block;
  position: absolute;
  top: 56%;
  left: 48.2%;
  width: 13.33%;
}
#lpbox .trouble__item--03 {
  display: block;
  position: absolute;
  top: 60%;
  left: 33%;
  width: 8.93%;
}

/*----------------------------------------*/
#lpbox .beauty {
  margin-bottom: 2em;
}

#lpbox .rush {
  margin: 1em auto;
}

/*----------------------------------------*/

#lpbox .product {
  margin: 0 auto;
  position: relative;
}
#lpbox .product__img {
  position: relative;
  display: block;
  margin: 0 auto;
  z-index: 1;
}
#lpbox .product__box {
  background: #fff;
  box-sizing: border-box;
  position: relative;
  width: 93.75%;
  z-index: 2;
  margin: -18% auto 3%;
}
#lpbox .product__box dl {
  margin-bottom: 0.4em;
}
#lpbox .product__box__btn {
  position: relative;
  cursor: pointer;
}
#lpbox .product__box__btn:after {
  content: "";
  display: block;
  background: url("../img/product_acd_ic.png") no-repeat 50% 50%;
  background-size: 100% auto;
  width: 1em;
  height: 100%;
  position: absolute;
  top: 0;
  right: 1.4em;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#lpbox .product__box__btn.acd__btn--open:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

#lpbox .product__box dt {
  background-color: #4da9d0;
  color: #fff;
  padding: 2%;
  position: relative;
  text-align: center;
}
#lpbox .product__box dd p {
  padding: 2%;
  position: relative;
  text-align: center;
  font-size: 0.92em;
}
#lpbox .product__box p {
  line-height: 1.5em;
}
#lpbox .product__box p + p {
  margin-top: 0.5em;
}
#lpbox .product__box dd.txt--left {
  text-align: left;
}
#lpbox .txt--s {
  font-size: 0.9em;
}
#lpbox .txt--indent {
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
}
#lpbox .product__box .txt--indent + .txt--indent {
  margin-top: 0;
}

/*-------------------------------------------
 form
-----------------------------------------------*/
#form__area {
  box-sizing: border-box;
  width: 100%;
  margin: 1em auto;
  padding: 0;
}

/* .now */
#lpbox .now {
  position: relative;
}
#lpbox .now ul {
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 0.85em;
  width: 24em;
}
#lpbox .now ul li {
  margin-bottom: 1.5em;
  line-height: 1em;
  color: #7a7a7a;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
}
#lpbox .now ul li:last-child {
  margin: 0;
  color: #fff;
}
#lpbox .now span {
  margin-right: 1.5em;
}
#lpbox .now_new {
  position: relative;
}
#lpbox .now_new ul {
  bottom: 10%;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 0.85em;
  width: 24em;
}
#lpbox .now_new ul li {
  margin-bottom: 1.5em;
  line-height: 1em;
  color: #7a7a7a;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
}
#lpbox .now_new ul li:last-child {
  margin: 0;
  color: #fff;
}
#lpbox .now_new span {
  margin-right: 1.5em;
}

/*-------------------------------------------
 footer
-----------------------------------------------*/
#lpfooter .footer__link {
  text-align: center;
  margin-top: 3em;
  margin-bottom: 2em;
  width: 100%;
  box-sizing: border-box;
  padding: 0 2.66%;
}
#lpfooter .footer__link li a {
  display: block;
  text-align: left;
  box-sizing: border-box;
  padding: 1em 0.7em;
  border-top: 1px solid #4da9d0;
  position: relative;
}
#lpfooter .footer__link li a:after {
  content: ">";
  position: absolute;
  top: 50%;
  right: 1%;
  font-size: 1.2em;
  margin-top: -0.5em;
  line-height: 1em;
}
#lpfooter .footer__link li:last-of-type a {
  border-bottom: 1px solid #4da9d0;
}
#lpfooter #copy {
  text-align: center;
  font-size: 0.75em;
  color: #fff;
  background-color: #4da9d0;
  box-sizing: border-box;
  padding: 0.8em 0;
}

/*---------------------------*/
#lpbox #fixbtn {
  position: fixed;
  bottom: 0%;
  left: 0;
  z-index: 999;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
#lpbox #fixbtn.fixbtn--visible {
  bottom: 0;
}
#lpbox #fixbtn .fixbtn__box {
  position: relative;
  bottom: 0;
  display: block;
  margin: 0 auto;
  position: relative;
  max-width: 750px;
}
#lpbox .fixbtn__item {
  display: block;
  position: relative;
  padding: 4% 2% 0;
  box-sizing: border-box;
  width: 100%;
}
#lpbox .fv--a .fixbtn__item img {
  width: 30%;
}
/*---------------------------*/

/* expand */
.expand {
  display: block;
  -webkit-animation-name: expand;
  -moz-animation-name: expand;
  -o-animation-name: expand;
  animation-name: expand;
  -webkit-animation-duration: 1.2s;
  -moz-animation-duration: 1.2s;
  -o-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes expand {
  from,
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
  }
  to,
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes expand {
  from,
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
  }
  to,
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

#lpbox #fixbtn-c #fixbtn {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

#lpbox .sns {
  width: 100%;
  margin-bottom: 1.4em;
}
#lpbox .sns .swiper-button-next,
#lpbox .sns .swiper-button-prev {
  color: #fc3e6a;
}
#lpbox .sns .swiper-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
#lpbox .sns .swiper-container .swiper-slide {
  padding: 10px;
}
#lpbox .sns .swiper-container h1 {
  font-size: 12px;
  font-weight: bold;
  margin: 10px 0 5px;
}
#lpbox .sns .swiper-container p {
  font-size: 10px;
  line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
#lpbox .sns .swiper-container .swiper-slide h1 a:nth-child(2):before {
  /*疑似要素*/
  content: ""; /*何も入れない*/
  display: inline-block; /*忘れずに！*/
  width: 10px;
  height: 10px;
  background-image: url(../img/insta_0216_icon01.png);
  background-size: contain;
  vertical-align: middle;
  margin: 0 5px 3px 0px;
}

.modal_list {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.modal_list img {
  width: 100%;
  align-self: flex-start;
}
.modal_list_txt {
  width: 100%;
  padding: 15px;
  text-align: left;
}

.modal_list_txt h1 {
  margin: 0 0 10px 0;
}
.modal_list_txt a {
  text-decoration: none;
  color: #000;
  font-size: 16px;
}
.modal_list_txt a:before {
  /*疑似要素*/

  content: ""; /*何も入れない*/
  display: inline-block; /*忘れずに！*/
  width: 20px; /*画像の幅*/
  height: 20px; /*画像の高さ*/
  background-image: url(../img/insta_0216_icon01.png);
  background-size: contain;
  vertical-align: middle;
  margin: 0 5px 3px 0px;
}

#lpbox .now span#monthes3,
#lpbox .now span#monthes2,
#lpbox .now span#monthes1,
#lpbox .now span#monthes,
#lpbox .now span#monthesa3,
#lpbox .now span#monthesa2,
#lpbox .now span#monthesa1,
#lpbox .now span#monthesa {
  margin-right: 0;
}
.swiper-slide .img_box {
  width: 200px;
  height: 200px;
  object-fit: cover;
}
.swiper-slide video {
  width: 155px;
  height: 155px;
  object-fit: cover;
  display: list-item;
  margin-left: auto;
  margin-right: 0;
  vertical-align: bottom;
}

.modal_list video {
  width: 100%;
  align-self: flex-start;
}

#lpbox #fixbtn {
  opacity: 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
  position: fixed;
  bottom: -50%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 999999;
}
#lpbox #fixbtn.fixbtn--visible {
  opacity: 1;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
  z-index: 1;
}
#lpbox #fixbtn.fixbtn--visible {
  opacity: 1;
  position: fixed;
  bottom: 0;
  left: 85%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}
#lpbox #fixbtn {
  opacity: 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
  position: fixed;
  bottom: -50%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 999999;
}
#lpbox.fv--a #fixbtn.start.floating img,
#lpbox.fv--a #fixbtn.start.floating_none img {
  width: 30%;
}

#lpbox .now_new {
  position: relative;
  background-color: #fff;
  padding-bottom: 30px;
}
#lpbox .now_new ul {
  bottom: 3.8em;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 21px;
  width: 100%;
  position: inherit;
}
#lpbox .now_new ul li {
  padding: 1em 0;
  position: relative;
  background-color: #fff;
  font-size: 12px;
  margin-bottom: 0;
}
#lpbox .now_new ul li:nth-child(2) {
  background-color: #e9f8ff;
}
#lpbox .now_new ul li:before {
  content: "";
  display: inline-block;
  width: 100px;
  height: 58px;
  background-image: url(../img/webp/now_icon01.webp);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-repeat: no-repeat;
}

#lpbox .now_new ul li:last-child {
  margin: 0;
  color: #7a7a7a;
}
#lpbox div.now_box {
  max-width: 780px;
  background-color: #4fa8ce;
  text-align: center;
  padding: 20px;
}

#lpbox div.now_box h2 {
  font-size: 1.4rem;
  color: #fff;
  font-family: "Noto Serif JP", serif;
}
#lpbox div.now_box p {
  animation: flash 2s linear infinite;
  margin: 20px 0;
}

@keyframes flash {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.1;
  }

  100% {
    opacity: 1;
  }
}

.keppin {
  display: block;
  text-align: center;
  margin: 10px auto;
}

.keppin img {
  display: block;
  text-align: center;
  margin: 10px auto;
}

summary {
  display: block;
  list-style: none;
}
/* 一部ブラウザで消えなかった場合は以下も追記 */
summary::-webkit-details-marker {
  display: none;
}

/* video追加 20230701 */
#lpbox .movie__item {
  top: 1%;
}

.movie__box_230630 {
  position: relative;
}
#lpbox .movie__item01 {
  top: 59%;
}

.por {
  position: relative;
}
section.por h2 video {
  position: absolute;
  top: 4.2%;
  right: 3.7%;
  left: auto;
  /* z-index: 1; */
  width: 58%;
  /* transform:translateZ(1px); */
}
section.por picture {
  position: relative;
  /* z-index: 2; */
  /* transform:translateZ(2px); */
}
p.por picture {
  position: relative;
  /* z-index: 2; */
  /* transform:translateZ(2px); */
}
p.por2 video {
  position: absolute;
  top: 62.5%;
  right: 0%;
  left: auto;
  /* z-index: 1; */
  width: 46%;
  /* transform:translateZ(1px); */
}
p.por3 video {
  position: absolute;
  top: 40%;
  right: auto;
  left: 3%;
  /* z-index: 1; */
  width: 50%;
  /* transform:translateZ(1px); */
}
p.por4 video {
  position: absolute;
  top: 0%;
  right: 3.7%;
  left: auto;
  /* z-index: 1; */
  width: 92%;
  /* transform:translateZ(1px); */
}
.posi {
  position: relative;
  z-index: 2;
  transform: translateZ(2px);
}

/* スライダー追加 20230701 */
.swiper_container {
  position: absolute;
  top: 27%;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.swiper {
  width: 90%;
}
.swiper-wrapper {
  height: auto !important;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "" !important;
}
.swiper-button-next,
.swiper-button-prev {
  width: 60px !important;
  height: auto !important;
  top: 45% !important;
}
.swiper-button-next {
  right: 0 !important;
}
.swiper-button-prev {
  left: 0 !important;
}
video {
  width: 100%;
  max-width: 800px;
  height: auto;
  display: block;
  margin: auto;
}
.swiper-wrapper {
  transition-timing-function: linear;
}
.swiper-wrapper .swiper-slide img {
  height: auto;
  width: 100%;
}
.shortsback {
  position: absolute;
  background-image: url(/upload/lp_rosablu2/smp/img/shorts_back.jpg);
}

/* 追加 */
#lpbox .movie__item__solna {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

#lpbox .cta__btn_solna_5set {
  box-sizing: border-box;
  padding: 0 10% 0;
  position: absolute;
  top: 78%;
  left: 0;
  width: 100%;
}

#lpbox .cta__btn_solna_3set {
  box-sizing: border-box;
  padding: 0 10% 0;
  position: absolute;
  top: 75%;
  left: 0;
  width: 100%;
}

#lpbox .cta__btn_solna_1set {
  box-sizing: border-box;
  padding: 0 10% 0;
  position: absolute;
  top: 67%;
  left: 0;
  width: 100%;
}

#lpbox .slider__box {
  position: relative;
}

#lpbox .slider-container {
  width: 100%;
  overflow: hidden;
  position: absolute;
  bottom: 5%;
}

#lpbox .slider-track {
  display: flex;
  width: max-content;
  animation: scroll-left 100s linear infinite;
}

#lpbox .slide {
  flex: 0 0 auto;
  margin-right: 2vw;
  width: 50vw;
  max-width: 380px;
}

#lpbox .slide img {
  width: 100%;
  height: auto;
  display: block;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

#lpbox .faq-container {
  background: #ff9c00;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 0 40px 120px;
  font-family: "Noto Sans JP", serif;
}

#lpbox .faq-item {
  background: #fff;
  max-width: 670px;
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
  transition: box-shadow 0.3s ease;
}

#lpbox .faq-item.active {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#lpbox .faq-question {
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding: 24px;
  cursor: pointer;
  gap: 8px;
}

#lpbox .q-mark {
  color: #ff9c00;
  margin: 0 8px 0 0;
  font-weight: bold;
}

#lpbox .faq-question-text {
  flex-grow: 1;
  display: flex;
  align-items: start;
  margin: 0;
}

#lpbox .faq-question-text p {
  margin: 0;
}

#lpbox .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
  line-height: 2;
}

#lpbox .faq-answer-text {
  padding: 24px;
  display: flex;
  align-items: start;
  margin: 0;
}

#lpbox .faq-item.active .faq-answer {
  max-height: 800px;
}

#lpbox .a-mark {
  display: inline-block;
  color: #d64141;
  font-weight: bold;
  margin: 0 8px 0 0;
}

#lpbox .faq-answer-text p {
  margin: 0;
}

#lpbox .toggle-btn {
  position: relative;
  width: 20px;
  height: 20px;
  border: none;
  background: transparent;
  cursor: pointer;
  transition: transform 0.3s ease;
}

#lpbox .toggle-btn::before,
#lpbox .toggle-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 2px;
  background-color: #333;
  transition: transform 0.3s ease;
  transform-origin: center;
}

#lpbox .toggle-btn::before {
  transform: translate(-50%, -50%) rotate(0deg);
}
#lpbox .toggle-btn::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

/* アクティブ時（×になる） */
#lpbox .faq-item.active .toggle-btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#lpbox .faq-item.active .toggle-btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

#lpbox video {
  width: 100%;
  height: auto;
  display: block;
}
