@charset "UTF-8";

/* ===================================================================
CSS information
 file name  :  style.css
 style info :  スリムマネージLP style
=================================================================== */
/* ---------------------------------------
  body
--------------------------------------- */
body {
  background-color: #f2f2f2;
  position: relative;
}

/* ---------------------------------------
  common
--------------------------------------- */
header,
main,
footer {
  width: 100%;
}

img {
  width: 100%;
  height: auto;
}

.inner {
  width: 89.74%;
  max-width: 700px;
  margin: 0 auto;
}

.pc_inner {
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 781px) {
  .inner {
    max-width: 430px;
  }
}

/* ---------------------------------------
  cv_coupon
--------------------------------------- */
.coupon {
  position: relative;
}
.coupon form {
  position: absolute;
  top: 60.7%;
  left: 3%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  animation: move_cp_btn_sp 2s ease infinite normal;
}

.coupon form .btn {
  width: min(calc(607 / 780* 100vw), 607px);
}


@media screen and (min-width: 781px) {
  .coupon form .btn {
    max-width: 373px;
  }
}
.coupon .shine {
  position: absolute;
  width: min(calc(589 / 780 * 100vw), 589px);
  height: min(calc(222 / 780 * 100vw), 222px);
  overflow: hidden;
  top: 0;
  left: 0.51%;
  z-index: 2;
  pointer-events: none;
  mix-blend-mode: overlay;
  border-radius: 0;
}

@media screen and (min-width: 781px) {
  .coupon .shine {
    max-width: 362px;
    max-height: 137px;
  }
}

@keyframes move_cp_btn_sp {
  0% {
    left: 51%;
  }
  50% {
    left: 51%;
  }
  85% {
    left: 51%;
  }
  90% {
    left: 53%;
  }
  95% {
    left: 51%;
  }
  100% {
    left: 51%;
  }
}
/* ---------------------------------------
  cv
--------------------------------------- */
.cv {
  text-align: center;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}

.cv_box {
  background: url(../img/cv_box_bg_sp.png?260312) no-repeat center top / cover, #8e72bc;
  position: relative;
}
.cv_box::before {
  content: '';
  background: url(../img/cv_box_product_sp.png) no-repeat center top / contain;
  width: min(calc(256/780 * 100vw), 256px);
  height: min(calc(460/780 * 100vw), 460px);
  position: absolute;
  top: 1%;
  left: 5.5%;
  z-index: 2;
}
.cv_box::after {
  content: '';
  background: url(../img/cv_sample.png) no-repeat center top / contain;
  width: 27.7vw;
  max-width: 216px;
  height: 22.56vw;
  max-height: 176px;
  position: absolute;
  top: 18.5%;
  left: 72%;
  z-index: 2;
}

.cv_box .ttl {
  position: relative;
}

.btnArea {
  position: relative;
}

.btnArea form {
  position: absolute;
  top: 0;
  left: 48%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  animation: move_btn 2s ease infinite normal;
}

.btnArea form .btn {
  width: calc(720/780 * 100vw);
  max-width: 720px;

}

.btn_box {
  position: absolute;
  margin: 0 auto;
}

.cv_box .cv_modal_list {
  position: absolute;
  bottom: 1%;
  left: 48%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  display: flex;
  gap: 2em;
  width: 100%;
  justify-content: center;
  padding-left: 1.43em;
}
.cv_box .cv_modal_list li a {
  display: block;
  font-size: min(calc(28/480 * 100vw), 28px);
  font-weight: 500;
  line-height: 1;
  color: #ca254f;
  text-decoration: underline;
  text-decoration-color: #e1a2a7;
}
.cv .inner {
  width: 96.15%;
  max-width: 750px;
  padding-top: 2px;
}
@media screen and (min-width: 781px) {
  .cv_box::before {
    content: '';
    max-width: 156px;
    max-height: 283px;
  }
  .cv_box::after {
    max-width: 132px;
    max-height: 108px;
  }  

  .btnArea form .btn {
    max-width: 443px;
    max-height: 111px;
  }
  .cv_box .cv_modal_list li a {
    font-size: min(calc(17/480 * 100vw), 17px);
  }
}

/* モーダル */
.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}

.modal__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 50%);
  padding: 40px 20px;
  overflow: auto;
  box-sizing: border-box;
}

.modal__content {
  background: #fff;
  text-align: left;
  padding: 0 0 0 30px;
  width: 90%;
  max-width: 960px;
  position: relative;
  top: 50%;
  left: 50%;
  z-index: 8;
  font-size: min(calc(24/750 * 100vw), 24px);
  transform: translate(-50%, -50%);
}

.modal_scroll {
  max-height: 800px;
  overflow-y: auto;
  padding: 30px 30px 30px 0;
  font-size: min(calc(20/750 * 100vw), 20px);
  line-height: 1.63;
}

.modal_scroll p:last-child {
  line-height: 1.4;
}

.modal_scroll span {
  font-size: min(calc(18/750 * 100vw), 18px);
}

.modal-close {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  background: #ca254f;
  border-radius: 50%;
  top: -4%;
  right: -2%;
  z-index: 9;
  cursor: pointer;
}

.modal-close::before,
.modal-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  /* 棒の幅（太さ） */
  height: 20px;
  /* 棒の高さ */
  background: #fff;
  /* バツ印の色 */
}

.modal-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal__content p {
  margin: 0;
  letter-spacing: 0;
}
.modal__content p + p {
  margin-top: 1.63em;
}

p.modal-close {
  margin: 0;
}

@media screen and (min-width: 781px) {
  .modal__content {
    padding: 0 0 0 50px;
  }
  .modal_scroll {
    padding: 50px 50px 50px 0;
  }
}

/* ---------------------------------------
  header
--------------------------------------- */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 0.2);     
  background-color: #fff;
}
header h1 {
  width: 100%;
  max-width: 780px;
}
.header_banner {
  position: fixed;
  width: 100%;
  top: calc(67/780 * 100vw);
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
} 

@media screen and (min-width: 781px) {
  header h1 {
    max-width: 480px;
    margin: 0 auto;
  }
  .header_banner {
    max-width: 480px;
    top: 41px;
  }     
}

/* ---------------------------------------
  pc-left, pc-right, wrapper
--------------------------------------- */
.wrapper {
  background-color: #fff;
  width: 100%;
  max-width: 780px;
  margin: auto;
  box-shadow: 0 0 10px 2px rgb(0 0 0 / 0.2);
  margin-top: calc(212/780 * 100vw);
}
.pc-left, .pc-right {
  display: none;
}

.wc-static-ctn {
  animation: fuwafuwa 2s ease-in-out infinite;
}

@media screen and (min-width: 781px) {
  .wrapper {
    max-width: 480px;
   margin-top: 132px;
  }
  .pc-left, .pc-right {
    position: fixed;
    top: 0;
    width: calc(50% - 240px);
    height: 100lvh;
  }
  .pc-left {
    background: url(../img/pc_left_bg.png) no-repeat left center / cover;
    display: grid;
    place-items: center;
    left: 0;
    padding: 98px 0 95px 29px;
  }
  .pc-right {
    background: url(../img/pc_right_bg.png) no-repeat right center / cover;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    right: 0;
    padding: 9lvh 29px 57px 0;
  }
  
  .pc-left .logo, .pc-right .pc-right-nav {
    display: none;
  }
  .wc-static-ctn {
    right: calc(50% - 400px)!important;
  }
}

@media screen and (min-width: 1081px) {
  .pc-left .logo, .pc-right .pc-right-nav {
    display: block;
  }
  .pc-left .logo {
    width: 49.63%;
    max-width: 343px;
  }
  .pc-right .pc-right-nav {
    background: rgb(255 255 255 / 0.9);
    border-radius: 20px;
    width: 57.74%;
    min-width: 240px;
    max-width: 399px;
  }
  .pc-right .pc-right-nav ul {
    background: url(../img/pc_right_nav_bg.png) no-repeat center top / 100% auto;
  }
  .pc-right .pc-right-nav ul li a {
    display: inline-block;
    transition: all .3s;
  }
  .pc-right .pc-right-nav ul li a:hover {
    opacity: 0.7;
    transform: translateX(2%);
  }

  .wc-static-ctn {
    right: calc(50% - 535px)!important;
  }
}

@keyframes fuwafuwa {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5%);
  }
  100% {
    transform: translateY(0);
  }
}

/* ---------------------------------------
  fv
--------------------------------------- */
.fv {
  background: url(../img/fv_bg_sp.jpg?250501) no-repeat center top / 100%, #623623;
}

/* ---------------------------------------
  review
--------------------------------------- */
.review {
  background: url(../img/review_bg.jpg) center top, #edebeb;
}

/* ---------------------------------------
  about
--------------------------------------- */
.about {
  background: url(../img/about_bg_sp.jpg) no-repeat center top / 100% auto;
  margin-top: min(calc(9/780 * 100vw), 9px);
}

@media screen and (min-width: 781px) {
  .about {
    margin-top: 5px;
  }
}

/* ---------------------------------------
  nayami
--------------------------------------- */
.nayami {
  background: url(../img/nayami_bg.jpg) center top, #e2ddd7;
}

/* ---------------------------------------
  fructose
--------------------------------------- */
.fructose {
  position: relative;
}
.fructose .ttl_sub {
  display: block;
  width: min(calc(350/780 * 100vw), 350px);
  position: absolute;
  top: max(calc(-41/780 * 100vw), -41px);
  left: 50%;
  transform: translateX(-50%);
}

.fructose_01 {
  position: relative;
  background-color: #edecf1;
  padding-bottom: 12.82vw;
}
.fructose_01::before {
  content: '';
  background: linear-gradient(to top, #50587f 0%, #50587f 50%, #fff 50%, #fff 100%);
  width: min(calc(2/780 * 100vw), 2px);
  height: min(calc(132/780 * 100vw), 132px);
  position: absolute;
  top: max(calc(-66/780 * 100vw), -66px);
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 781px) {
  .fructose .ttl_sub {
    max-width: 215px;
    top: -25px;
  }
  .fructose_01 {
    padding-bottom: 80px;
  }
  .fructose_01::before {
    max-width: 1px;
    max-height: 81px;
    top: -40px;
  }
}

/* ---------------------------------------
  media
--------------------------------------- */
.media {
  margin-bottom: min(calc(81/780 * 100vw), 81px);
}

@media screen and (min-width: 781px) {
  .media  {
    margin-bottom: 50px;
  }
}

/* ---------------------------------------
  product
--------------------------------------- */


/* ---------------------------------------
  research
--------------------------------------- */
.research {
  background: url(../img/research_bg.jpg) center top, #70b9b5;
}

/* ---------------------------------------
  point
--------------------------------------- */
.point {
  background: url(../img/point_bg_sp.jpg) no-repeat center top / 100% auto, #f3f1ed;
  padding-bottom: min(calc(80/780 * 100vw), 80px);
}
.point .ttl {
  margin-bottom: min(calc(67/780 * 100vw), 67px);
}
.point .point_box + .point_box {
  margin-top: min(calc(58/780 * 100vw), 58px);
}

@media screen and (min-width: 781px) {
  .point {
    padding-bottom: 50px;
  }
  .point .ttl {
    margin-bottom: 41px;
  }
  .point .point_box+.point_box {
    margin-top: 36px;
  }
}

/* ---------------------------------------
  column
--------------------------------------- */
.column {
  background: url(../img/column_bg_sp.jpg) no-repeat center top / 100% auto;
  padding-bottom: min(calc(176/780 * 100vw), 176px);
}

@media screen and (min-width: 781px) {
  .column {
    padding-bottom: 108px;
  }
}

/* ---------------------------------------
  voice
--------------------------------------- */
.voice {
  background: url(../img/voice_bg.jpg) center top, #edebeb;
}

/* ---------------------------------------
  kodawari
--------------------------------------- */
.kodawari {
  padding-bottom: min(calc(120/780 * 100vw), 120px);
}

@media screen and (min-width: 781px) {
  .kodawari {
    padding-bottom: 74px;
  }
}


/* ---------------------------------------
  qa
--------------------------------------- */
.qa {
  background: url(../img/qa_bg.jpg) center top, #e1e1e1;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  color: #50587f;
  text-align: left;
  padding-bottom: min(calc(102/780 * 100vw), 102px);
}

.qa-list {
  counter-reset: qaNum;
  margin-top: min(calc(73/780 * 100vw), 73px);
}
.qa-list .qa-box + .qa-box {
  margin-top: min(calc(22/780 * 100vw), 22px);
}

.qa-box dt {
  position: relative;
  cursor: pointer;
}
.qa-box dt::before {
  counter-increment: qaNum;
  content: "Question " counter(qaNum, decimal-leading-zero);
  font-family: "Century Gothic Paneuropean", "Century Gothic","Futura","ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 400;
  font-size: min(calc(18/780 * 100vw), 18px);
  line-height: 3em;
  display: block;
  border-bottom: min(calc(2/780 * 100vw), 2px) solid #50587f;
}
.qa-box dt .txt {
  display: block;
  font-weight: 900;
  font-size: min(calc(36/780 * 100vw), 36px);
  line-height: 1.28;
  padding: min(calc(25/780 * 100vw), 25px) 1.2em min(calc(22/780 * 100vw), 22px) 0;
  position: relative;

}
.qa-box dt .txt::before,
.qa-box dt .txt::after {
  content: '';
  display: block;
  cursor: inherit;
  transition: all .5s;
  -webkit-transition: all .5s;
  position: absolute;
  right: 0;
  bottom: calc(50% - min(calc(2/780 * 100vw), 2px));
  width: min(calc(24/780 * 100vw), 24px);
  height: min(calc(4/780 * 100vw), 4px);
  background-color: #50587f;
  opacity: 1;
}
.qa-box dt .txt::after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.qa-box dt.open .txt::after {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  opacity: 0;
}

.qa-box dd {
  font-size: min(calc(30/780 * 100vw), 30px);
  line-height: 1.67;
  padding: min(calc(12/780 * 100vw), 12px) 0 min(calc(58/780 * 100vw), 58px);
}
.qa-list .qa-box:last-of-type dd {
  padding-bottom: 0;
}



@media screen and (min-width: 781px) {
.qa {
    padding-bottom: 63px;
  }

  .qa-list {
    margin-top: 45px;
  }

  .qa-list .qa-box + .qa-box {
    margin-top: 14px;
  }

  .qa-box dt::before {
    font-size: 11px;
    border-bottom-width: 1px;
  }

  .qa-box dt .txt {
    font-size: 22px;
    padding: 15px 1.2em 15px 0;
  }

  .qa-box dt .txt::before,
  .qa-box dt .txt::after {
    max-width: 18px;
    max-height: 2px;
    bottom: calc(50% - 1px);
  }

  .qa-box dd {
    font-size: 18px;
    padding: 7px 0 36px;
  }
}

/* ---------------------------------------
  info
--------------------------------------- */
.info {
  padding: min(calc(66/780 * 100vw), 66px) 0 min(calc(72/780 * 100vw), 72px);
  color: #252525;
  font-size: min(calc(17/780 * 100vw), 17px);
  font-weight: 500;
  line-height: 1.68;
}
.info dl {
  border: min(calc(2/780 * 100vw), 2px) solid #deddd5;
  text-align: justify;
}
.info dt {
  font-size: min(calc(24/780 * 100vw), 24px);
  line-height: 2.8;
  padding-left: 0.75em;
  background-color: #deddd5;
  letter-spacing: 0.05em;
}
.info dd {
  padding: 0.8em 1em 1.85em;
  letter-spacing: 0.02em;
}

@media screen and (min-width: 781px) {
  .info {
    padding: 40px 0 44px;
    font-size: 10px;
  }
  .info dt {
    font-size: 15px;
  }
}

/* ---------------------------------------
  hanbai
--------------------------------------- */
.hanbai {
  border-bottom: #727171 solid min(calc(4/780 * 100vw), 4px);
  padding-bottom: min(calc(64/780 * 100vw), 64px);
}
@media screen and (min-width: 781px) {
  .hanbai {
    border-width: 2px;
    padding-bottom: 40px;
  }
}

/* ---------------------------------------
  footer
--------------------------------------- */
footer {
  width: 100%;
  padding: min(calc(48/780 * 100vw), 48px) 0 min(calc(100/780 * 100vw), 100px);
  text-align: center;
}

footer h2 {
  width: 100%;
  margin-bottom: min(calc(12/750 * 100vw), 12px);
  width: min(calc(199/780 * 100vw), 199px);
  margin: 0 auto 2%;
}

footer p {
  font-size: min(calc(12/750 * 100vw), 12px);
}

footer p a {
  text-decoration: none;
  color: #000;
}

footer p a:hover {
  text-decoration: none;
}

@media screen and (min-width: 781px) {
  footer {
    padding: 30px 0 62px;
  }
  footer h2 {
    margin-bottom: 7px;
    width: 122px;
  }
  footer p {
    font-size: 7px;
  }
}

/* -----------------------------
	Animation
----------------------------- */
.shine {
  position: absolute;
  width: min(calc(720 / 780 * 100vw), 702px);
  height: min(calc(162 / 780 * 100vw), 162px);
  overflow: hidden;
  top: 0;
  left: 0.51%;
  z-index: 2;
  pointer-events: none;
  border-radius: 5em;
  mix-blend-mode: overlay;
}

@media screen and (min-width: 781px) {
  .shine {
    max-width: 432px;
    max-height: 100px;
  }
}

.shine::before {
  content: "";
  width: 200%;
  height: 200%;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 1) 45%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 1) 45%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 1) 45%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=0);
  position: absolute;
  top: -50%;
  left: -50%;
  z-index: 1;
  animation: shine 1.8s linear infinite;
}

@keyframes shine {
  from,
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) rotate(45deg);
    transform: translate3d(-100%, 0, 0) rotate(45deg);
    opacity: 0;
  }
  20% {
    -webkit-transform: translate3d(-100%, 0, 0) rotate(45deg);
    transform: translate3d(-100%, 0, 0) rotate(45deg);
    opacity: 1;
  }
  70% {
    -webkit-transform: translate3d(100%, 0, 0) rotate(45deg);
    transform: translate3d(100%, 0, 0) rotate(45deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translate3d(100%, 0, 0) rotate(45deg);
    transform: translate3d(100%, 0, 0) rotate(45deg);
    opacity: 0;
  }
  to,
  100% {
    -webkit-transform: translate3d(-100%, 0, 0) rotate(45deg);
    transform: translate3d(-100%, 0, 0) rotate(45deg);
    opacity: 0;
  }
}

@keyframes move_btn {
  0% {
    left: 50.4%;
  }
  50% {
    left: 50.4%;
  }
  85% {
    left: 50.4%;
  }
  90% {
    left: 52.4%;
  }
  95% {
    left: 50.4%;
  }
  100% {
    left: 50.4%;
  }
}