@charset "UTF-8";

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

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

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

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

.wrapper {
  background-color: #fff;
  width: 100%;
  max-width: 780px;
  margin: auto;
  box-shadow: 0 0 10px 2px #d6d6d6;
}

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

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

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

  .inner, .pc_inner {
    width: 92%;
    max-width: 920px;
  }

  .pc_flex {
    display: flex;
    justify-content: center;
  }
}

/* ---------------------------------------
  cv_coupon
--------------------------------------- */
.coupon {
  position: relative;
}
.coupon form {
  position: absolute;
  top: 52%;
  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 {
    top: 41.9%;
    left: 39.9%;
    animation: move_cp_btn 2s ease infinite normal;
  }
  .coupon form .btn {
    width: min(calc(533/1000 * 100vw), 533px);
  }
}
.coupon .shine {
  position: absolute;
  width: calc(607 / 780* 100vw);
  height: calc(240 / 780* 100vw);
  max-width: 607px;
  max-height: 240px;
  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 {
    left: 4px;
    top: 0;
    width: calc(533/1000 * 100vw);
    height: calc(205/1000 * 100vw);
    max-width: 533px;
    max-height: 205px;
  }
}

@keyframes move_cp_btn {
  0% {
    left: 67.2%;
  }

  50% {
    left: 67.2%;
  }

  85% {
    left: 67.2%;
  }

  90% {
    left: 69.2%;
  }

  95% {
    left: 67.2%;
  }

  100% {
    left: 67.2%;
  }
}
@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?250228') 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: 32.82vw;
  max-width: 412px;
  height: 94.74vw;
  max-height: 739px;
  position: absolute;
  top: 1.1%;
  left: 5.5%;
  z-index: 2;
}

.cv_box .ttl {
  position: relative;
}
.cv_box .ttl .ttl_sub {
  display: block;
  position: absolute;
  top: -3.46vw;
  left: calc(50% - 22.44vw);
  width: 44.87vw;
  max-width: 350px;
  height: 10.64vw;
  max-height: 83px;
}

.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;
  width: 100%;
  justify-content: center;
  padding-left: 3.6em;
}
.cv_box .cv_modal_list li + li {
  margin-left: 5.5em;
}
.cv_box .cv_modal_list li a {
  display: block;
  letter-spacing: 0.05em;
  font-size: 3.59vw;
  font-weight: 500;
  line-height: 1;
  color: #ca254f;
  text-decoration: underline;
  text-decoration-color: #e1a2a7;
}
@media screen and (max-width: 780px) {
 .cv .inner {
  width: 96.15%;
  max-width: 750px;
  padding-top: 2px;
 }
}
@media screen and (min-width: 781px) {
  .cv .inner {
    width: 100%;
    max-width: 1000px;
  }
  .cv_box {
    background: url('../img/cv_box_bg_pc.png?250228') no-repeat center top / cover, #8e72bc;
  }
  .cv_box::before {
    content: '';
    background: url(../img/cv_box_product_pc.png?241024) no-repeat center top / 100%;
    width: min(calc(412/1000 * 100vw), 412px);
    height: min(calc(530/1000 * 100vw), 530px);
    top: 10.2%;
    left: -5px;
  }

  .cv_box .ttl .ttl_sub {
    top: -20px;
    left: calc(50% - 95px);
    width: 19%;
    max-width: 190px;
    height: 6.4%;
    max-height: 64px;
    }

  .btnArea form .btn {
    width: 85.8vw;
    max-width: 858px;
  }
  .cv_box .cv_modal_list {
    padding-left: 3.8em;
    bottom: 3%;
  }
  .cv_box .cv_modal_list li + li {
    margin-left: 4em;
  }
  .cv_box .cv_modal_list li a {
    font-size: 22px;
  }
}

/* モーダル */
.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 14px 25px;
  width: 90%;
  max-width: 960px;
  position: relative;
  top: 50%;
  left: 50%;
  z-index: 8;
  font-size: calc(24/750 * 100vw);
  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 14px 50px;
  }
}

/* ---------------------------------------
  header
--------------------------------------- */
@media screen and (min-width: 781px) {
  header .inner {
    width: 60%;
    max-width: 600px;
  }
}

/* ---------------------------------------
  fv
--------------------------------------- */
.fv {
  background: url(../img/fv_bg_sp.jpg?241024) no-repeat center top / 100%, #dbe1f2;
}
@media screen and (min-width: 781px) {
  .fv {
    background-image: url(../img/fv_bg_pc.jpg?241024);
    height: min(calc(831/1000 * 100vw), 831px);
    position: relative;
  }
  .fv .ttl {
    position: absolute;
    top: -32px;
  }
  .fv .fv_p {
    position: absolute;
    bottom: 0;
  }
}

/* ---------------------------------------
  about
--------------------------------------- */
.about {
  background: url(../img/about_bg_sp.jpg) no-repeat center top / 100% auto;
}

@media screen and (min-width: 781px) {
  .about {
    background-image: url(../img/about_bg_pc.jpg);
  }
}

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

/* ---------------------------------------
  fructose
--------------------------------------- */
.fructose {
  position: relative;
}
.fructose .ttl_sub {
  display: block;
  width: 44.87vw;
  max-width: 350px;
  position: absolute;
  top: -5.26vw;
  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: 0.26vw;
  max-width: 2px;
  height: 16.92vw;
  max-height: 132px;
  position: absolute;
  top: -8.46vw;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 781px) {
  .fructose .ttl_sub {
    width: 20vw;
    max-width: 200px;
    top: -36px;
  }
  .fructose_01 {
    padding-bottom: 80px;
  }
  .fructose_01::before {
    height: 106px;
    max-height: 106px;
    top: -53px;
  }
}

/* ---------------------------------------
  media
--------------------------------------- */
.media {
  margin-bottom: 11.1vw;
}

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

/* ---------------------------------------
  product
--------------------------------------- */
@media screen and (min-width: 781px) {
  .product_box {
    position: relative;
  }
  .product_box .pkg {
    position: absolute;
    top: 0;
    left: 0;
    width: 30.7vw;
    height: 54.4vw;
    max-width: 307px;
    max-height: 544px;
  }
}


/* ---------------------------------------
  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: 10.13vw;
}
.point .ttl {
  margin-bottom: 8.59vw;
}
.point .point_box + .point_box {
  margin-top: 7.44vw;
}

@media screen and (min-width: 781px) {
  .point {
    background-image: url(../img/point_bg_pc.jpg);
    padding-bottom: 80px;
  }
  .point .ttl {
    margin-bottom: 71px;
  }
  .point .point_box+.point_box {
    margin-top: 52px;
  }
}

/* ---------------------------------------
  column
--------------------------------------- */
.column {
  background: url(../img/column_bg_sp.jpg) no-repeat center top / 100% auto;
  padding-bottom: 22.56vw;
}

@media screen and (min-width: 781px) {
  .column {
    background-image: url(../img/column_bg_pc.jpg);
    padding-bottom: 187px;
  }
}

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

/* ---------------------------------------
  kodawari
--------------------------------------- */
.kodawari {
  padding-bottom: 15.38vw;
}

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


/* ---------------------------------------
  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: 13.05vw;
}

.qa-list {
  counter-reset: qaNum;
  margin-top: 9.36vw;
}
.qa-list .qa-box + .qa-box {
  margin-top: 2.82vw;
}

.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: 2.31vw;
  line-height: 3em;
  display: block;
  border-bottom: 0.26vw solid #50587f;
}
.qa-box dt .txt {
  display: block;
  font-weight: 900;
  font-size: 4.62vw;
  line-height: 1.28;
  padding: 3.21vw 1.2em 3.21vw 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% - 0.26vw);
  width: 3.08vw;
  max-width: 24px;
  height: 0.51vw;
  max-height: 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: 3.85vw;
  line-height: 1.67;
  padding: 1.54vw 0 7.4vw;
}
.qa-list .qa-box:last-of-type dd {
  padding-bottom: 0;
}



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

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

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

  .qa-box dt::before {
    font-size: 18px;
    line-height: 2.67;
    border-bottom: 2px solid #50587f;
  }

  .qa-box dt .txt {
    font-size: 30px;
    line-height: 1.2;
    padding: 16px 1.2em 16px 0;
  }

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

  .qa-box dd {
    font-size: 22px;
    line-height: 1.8;
    padding: 12px 0 13px;
  }
}

/* ---------------------------------------
  info
--------------------------------------- */
.info {
  padding: 8.85vw 0 9.23vw;
  color: #252525;
  font-size: 2.2vw;
  font-weight: 500;
  line-height: 1.68;
}
.info dl {
  border: 0.26vw solid #deddd5;
  text-align: justify;
}
.info dt {
  font-size: 3.08vw;
  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: 78px 0 70px;
    font-size: 14px;
    line-height: 1.7;
  }
  .info dt {
    font-size: 19px;
    line-height: 2.94;
    padding-left: 26px;
  }
  .info dd {
    padding: 7px 26px 20px;
  }
}

/* ---------------------------------------
  hanbai
--------------------------------------- */
.hanbai {
  border-bottom: #727171 solid 0.51vw;
  padding-bottom: 8.21vw;
}
@media screen and (min-width: 781px) {
  .hanbai {
    border-width: 4px;
    padding-bottom: 50px;
  }
  .hanbai .inner {
    width: 80%;
    max-width: 800px;
  }
}

/* ---------------------------------------
  footer
--------------------------------------- */
footer {
  width: 100%;
  padding: 6.15vw 0 12.82vw;
  text-align: center;
}

footer h2 {
  width: 100%;
  margin-bottom: 12px;
  width: calc(199/750 * 100vw);
  max-width: 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: 36px 0;
  }
}

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

@media screen and (min-width: 781px) {
  .shine {
    border-radius: 80px;
    left: 4px;
    top: 0;
    width: calc(858 / 1000* 100vw);
    height: calc(133 / 1000* 100vw);
    max-width: 858px;
    max-height: 133px;
  }
}

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