﻿:root{
  --header-height: 80px;
}

main{
  padding-top: var(--header-height);
}


/*メインビジュアル*/
/* ---- slick 初期化---- */
.mainvisual__items:not(.slick-initialized) {
  overflow: hidden;
}
.mainvisual__items:not(.slick-initialized) .mainvisual__item ~ .mainvisual__item {
  display: none;
}

@media screen and (min-width: 768px) {
  .mainvisual__items:not(.slick-initialized) {
    height: 450px;
  }
}
.mainvisual{
  margin: 0 0 60px;
  padding: 44px 0 0 0;
  overflow: hidden;;
}
.slick-list{
  overflow: visible;
}
.mainvisual__items{
  width: 800px;
  margin: 0 auto;
  position: relative;
}
.mainvisual__items .slick-track{
  display: flex;
  flex-direction: row;
}
.slick-initialized .slick-slide.mainvisual__item,
.mainvisual__item{
  margin: auto 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 1px 3px 20px rgba(19, 33, 106, 0.13);
  border-radius: 20px;
  min-width: 800px;
  min-height: 450px;
}
.mainvisual__item img {
  border-radius: 20px;
  max-width: 800px;
}
.mainvisual .slick-arrow{
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0px 0px 30px rgba(16, 56, 79, 0.3);
  z-index: 1;
  cursor: pointer;
  text-indent: -9999px;
}
.mainvisual .slick-arrow:hover{
  opacity: 0.8;
}
.mainvisual .slick-prev{
  left: -80px;
  background: #fff url(../img/top/prev.png) center center no-repeat;
}
.mainvisual .slick-next{
  right: -80px;
  background: #fff url(../img/top/next.png) center center no-repeat;
}
@media print, screen and (max-width: 767px) {
  /* slick初期化 */
  .mainvisual__items:not(.slick-initialized) .mainvisual__item img {
    width: 100%;
    height: auto;
    aspect-ratio: 5 / 8;
  }
  .mainvisual{
    padding-top: 0;
    margin-bottom: 30px;
  }
  .mainvisual__items{
    width: 100%;
  }
  .slick-initialized .slick-slide.mainvisual__item, .mainvisual__item,
  .mainvisual__item{
    width: 100vw;
    min-width: unset;
    min-height: auto;
    box-shadow: unset;
    margin: auto 0;
    border-radius: 0;
  }
  .mainvisual__item img{
    max-width: 100%;
    vertical-align: bottom;
    border-radius: 20px;
  }
  .mainvisual .slick-dots{
    gap: 6px;
  }
}

/*tab__contents*/
.tab__contents{
  padding: 60px 0;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  box-shadow: 1px 3px 40px rgba(19, 33, 106, 0.13);

}
#tab_main0{
  background: #F8E9F2;
}
#tab_main1{
  background: #E1EFF7;
}
#tab_main2{
  background: #DFF2F2;
}
.tab__contents nav{
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  margin: 0 auto;
  background: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0px 0px 10px rgba(0, 21, 92, 0.1);
  height: 44px;
  margin-bottom: 32px;
}

.tab__contents nav ul{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.tab__contents nav ul li.active{
  background: #DE8BBB;
  border-radius: 8px;
  color: #fff;
}
.tab__main.active{
  display: block;
}
.tab__main{
  display: none;
}
.tab__contents nav ul li::before{
  display: inline-block;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  width: 1px;
  height: 17px;
  background: #DE8BBB;
  border-radius: 8px;
}
.tab__contents nav ul li.active::before,
.tab__contents nav ul li.active + li::before,
.tab__contents nav ul li:nth-child(1)::before{
  display: none;
}
.tab__contents nav ul li{
  width: 160px;
  text-align: center;
  height: 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  position: relative;
  color: #DE8BBB;
  font-weight: bold;
  cursor: pointer;
}
.tab__contents nav ul li:hover{
  opacity: 0.8;
}
.tab__item{
  width: 960px;
  margin: 0 auto;
  padding: 32px 100px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0px 0px 20px rgba(63, 84, 154, 0.1);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 40px;
  border-radius: 20px;
}
.tab__item picture{
  width: 200px;
  text-align: center;
}
.tab__item .tab__detail{
  width: calc(100% - 240px);
}
.tab__detail h2{
  color: #13216A;
  font-size: 2.0rem;
  font-weight: bold;
  margin-bottom: 12px;
  line-height: 1;
}
.tab__detail--text{
  color: #13216A;
  font-size: 1.6rem;
  margin-bottom: 20px;
  font-weight: bold;

}
.tab__recommend{
  margin-top: 52px;
  background: unset;
  box-shadow: unset;
  border-radius: unset;
  padding: 0;
  display: none;
}
.tab__detail--comment{
  color: #13216A;
  font-size: 1.4rem;
  font-weight: 500;
}

.tab__recommend--title{
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0 0 24px;
  color: #13216A;
}

@media print, screen and (max-width: 767px) {
  .tab__contents{
    padding: 44px 0 52px;
  }
  .tab__mains{
    margin-bottom: 0;
  }
  .tab__item{
    max-width: unset;
    width: unset;
    margin: 0 20px;
    padding: 20px;
    gap: 12px;
    border-radius: 8px;
  }
  .tab__item picture{
    width: 100px;
  }
  .tab__item picture img{
    max-width: 100%;
  }
  .tab__recommend{
    margin-top: 40px;
    overflow: hidden;
  }
  .tab__recommend--title{
    font-size: 2.0rem;
    margin: 0 20px 24px;
  }
  .tab__contents nav{
    max-width: unset;
    width: unset;
    margin: 0 20px 28px;
  }
  .tab__contents nav ul{
    flex-direction: row;
    width: 100%;
  }
  .tab__contents nav ul li{
    width: calc(100% / 3);
    font-size: 1.4rem;
  }
  .tab__item .tab__detail{
    width: calc(100% - 100px);
  }
  .tab__detail h2{
    font-size: 1.8rem;
    margin-bottom: 12px;
  }
  .tab__detail--text{
    font-size: 1.2rem;
    margin-bottom: 12px;
  }
  .tab__detail--comment{
    font-size: 1.2rem;
  }
}
/*tab__contents*/
/*サプリメント*/
.supplement{
  background: #FFF;
  border-radius: 50px;
  padding: 60px 0;
  box-shadow: 1px 3px 40px rgba(19, 33, 106, 0.13);
  position: relative;
  z-index: 2;

}
.supplement__omoi{
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.supplement__top{
  max-width: 960px;
  margin: 0 auto;
  border: 1px solid #F8E1EE;
  border-radius: 40px;
  background-color: #FDF9FB;
  padding: 60px;
  text-align: center;
  margin-bottom: 60px;
  box-sizing: border-box;
}
.supplement__title{
  font-size: 2.8rem;
  font-weight: bold;
  margin: 0 0 32px ;
  color: #DE8BBB;
}
.supplement__text{
  margin: 24px 0 40px 0;
  color: #13216A;
  font-weight: bold;
  font-size: 2.0rem;
}
.supplement__comment p:last-child{
  margin-bottom: 0;
}
.supplement__comment p{
  margin-bottom: 20px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #13216A;
}
.supplement__movie--title{
  font-size: 2.4rem;
  font-weight: bold;
  color: #13216A;
  margin-bottom: 32px;
  text-align: center;
  line-height: 1;
}
.supplement__movie{
  width: 960px;
  margin: 0 auto;
}
.supplement__movie iframe{
  width: 960px;
  height: 540px;
}
@media print, screen and (max-width: 767px) {

  .supplement{
    padding: 44px 0 52px;
    border-radius: 24px;
  }
  .supplement__top{
    margin: 0 20px 40px;
    padding: 40px 20px;
    width: unset;
    max-width: unset;
    border-radius: 8px;
  }
  .supplement__title{
    font-size: 2.4rem;
    margin-bottom: 20px;

  }
  .supplement__logo{
    display: block;
  }
  .supplement__logo img{
    width: 94px;
    vertical-align: bottom;
  }
  .supplement__text{
    margin: 16px 0 24px;
    font-size: 1.6rem;
    line-height: 1;
  }
  .supplement__comment p{
    text-align: left;
    font-size: 1.2rem;
    margin-bottom: 16px;
  }
  .supplement__top{
    max-width: 100%;
    border-radius: 7px;
  }
  .supplement__movie--title{
    font-size: 2.0rem;
    margin-bottom: 24px;
  }
  .supplement__movie{
    max-width: unset;
    width: unset;
    padding: 0 20px;
  }
  .supplement__movie img{
    width: 100%;
    max-width: 100%;
    vertical-align: bottom;
  }
  .supplement__movie iframe{
    width: 100%;
    height: 184px;
  }
}
/*サプリメント*/

/*campain*/
.campaign{
  margin-top: -50px;
  padding: 120px 0 120px;
  background: linear-gradient(to right, #f7deea 0%, rgba(231, 219, 232, 0.81) 48.2%, #d1e7f4 100%);
}
.campain__main{
  max-width: 958px;
  margin: 0 auto;
  padding: 40px 0 60px;
  background: #fff;
  border-radius: 20px;
}
.campaign__title{
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  margin: 0 0 12px;
  color: #13216A;
}
.campaign__description{
  text-align: center;
  width: max-content;
  margin: 0 auto 28.5px;
  font-size: 14px;
  font-weight: 500;
  color: #13216A;
  background: url(../img/top/campaign_first.png) left center no-repeat;
  padding: 0 0 0 16px;
  height: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.campaign__products{
  border: 1px solid #F8E1EE;
  background: #FDF9FB;
  border-radius: 7px;
  margin: 0 100px 28.5px;
  padding: 14px;
  box-sizing: border-box;
  text-align: center;
}
.campaign__product-name{
  display: flex;
  flex-direction: row;
  width: max-content;
  margin: 0 auto 12px;
  align-items: end;
  gap: 5px;
}
.campaign__product-name--01{
  font-size: 2.0rem;
  font-weight: bold;
  color: #DE8BBB;
}
.campaign__product-name--02{
  font-size: 1.6rem;
  color: #13216A;
  font-weight: bold;
}
.campaign__product-name--03{
  font-size: 2.0rem;
  font-weight: bold;
  color: #00ABE2;
}
.campaign__product-catch{
  line-height: 1;
  font-size: 1.6rem;
  font-weight: bold;
  color: #13216A;
}
.campaign__benefits--main{
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  margin: 0 auto 28px;
  gap: 36px;
  width: calc(100% - 216px);
}
.campaign__benefits--main picture{
  width: 180px;
  position: relative;
}
.campaign__trial{
  width: 63px;
  height: 63px;
  border-radius: 50%;
  background: #234D96;
  position: absolute;
  top: -20px;
  right: -20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
}
.campaign__benefits--main li{
  padding: 0 0 0 34px;
  margin-bottom: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #13216A;
}
.campaign__benefits--main li:last-child{
  margin: 0;
}
.campaign__note{
  margin: 16px 0 0 0;
  font-size: 1.0rem;
  color: #888888;
  line-height: 1;
  display: block;
}
.campaign__note.campaign__note.hidden-fb{
  display: none;
}
.campaign__note sup{
  font-size: 8px;
  vertical-align: text-top;
  top: 0.6em;
}
.campaign__benefit--f1{
  font-size: 2.6rem;
  font-weight: bold;
  margin: 0 3px;
}
.campaign__benefit--f2{
  font-size: 2.2rem;
  font-weight: bold;
  margin: 0 6px;
}
.campaign__actions{
  display: flex;
  flex-direction: row;
  gap: 20px;
  width: max-content;
  margin: 0 auto;
}
.campaign__action a{
  width: 370px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 31px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
.campaign__action.elevit a{
  background: #DE8BBB;
}
.campaign__action.enevit a{
  background: #0D2D6C;
}
.campaign__sample-title{
  padding: 0 12px;
  font-size: 1.2rem;
  margin-bottom: 8px;
  line-height: 1;
  background-image: url(../img/top/campaign_left.png),url(../img/top/campaign_right.png);
  background-repeat: no-repeat,no-repeat;
  background-position: left bottom,right bottom;
}
.campaign__sample-text{
  font-size: 1.6rem;
  line-height: 1;
}
@media print, screen and (max-width: 767px) {
  .campaign{
    margin-top: -24px;
    padding: 64px 0;
  }
  .campain__main{
    max-width: unset;
    width: unset;
    margin: 0 20px;
    padding: 40px 0;
    border-radius: 12px;
  }
  .campaign__title{
    font-size: 2.4rem;
    line-height: 1;
    margin-bottom: 12px;
  }
  .campaign__description{
    font-size: 1.2rem;
    margin: 0 auto 20px;
    background: url(../img/top/sp/campaign_first.png) left center no-repeat;
    background-size: 10px auto;
  }
  .campaign__products{
    margin: 0 20px 23px;
    padding: 16px 0;
    border-radius: 7px;
  }
  .campaign__product-catch{
    font-size: 1.4rem;
  }
  .campaign__product-name{
    gap: 4px;
    margin-bottom: 10px;
    line-height: 1;
  }
  .campaign__product-name--01{
    font-size: 1.8rem;
  }
  .campaign__product-name--02{
    font-size: 1.4rem;
  }
  .campaign__product-name--03{
    font-size: 1.8rem;
  }
  .campaign__benefits--main{
    width: 100%;
    margin: 0 20px;
    width: unset;
    align-items: center;
    gap: 0;
    position: relative;
  }
  .campaign__benefits--main li{
    font-size: 1.3rem;
    margin: 0 0 17px;
    padding: 0 0 0 26px;
    line-height: 1.6;
    background-size: 18px 17px;
  }
  .campaign__benefits--main li.campaign__benefit--01{
    line-height: 1;
    background-size: 18px 17px;
  }
  .campaign__benefits--left{
    width: max-content;
  }
  .campaign__benefits--main picture{

    height: auto;
    position: static;
  }
  .campaign__benefits--main picture img{
    width: 130px;
    max-width: 100%;
    vertical-align: bottom;
    z-index: 2;
    margin: auto 0 0 0;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .campaign__benefit--f2{
    margin: 0;
  }
  .campaign__benefit--f1{
    font-size: 2.4rem;
  }
  .campaign__benefit--f2{
    font-size: 1.8rem;
  }
  .campaign__note.hidden-sp{
    display: none;
  }
  .campaign__note.campaign__note.hidden-fb{
    margin: 12px 20px 20px;
    line-height: 1.4;
    display: block;
  }
  .campaign__trial{
    width: 52px;
    height: 52px;
    top: -12px;
    right: -12px;
    font-size: 1.0rem;
    position: absolute;
    z-index: 2;
  }
  .campaign__actions{
    margin: 0 12px;
    gap: 12px;
    width: unset;
    flex-direction: column;
  }
  .campaign__action a{
    width: 100%;
  }
  .campaign__sample-title{
    font-size: 1.2rem;
    padding: 0 12px;
    font-size: 1.2rem;
    margin-bottom: 8px;
    line-height: 1;
    background-image: url(../img/top/sp/campaign_left.png), url(../img/top/sp/campaign_right.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left bottom, right bottom;
    background-size: 4px auto,4px auto;
  }
  .campaign__sample-text{
    font-size: 1.4rem;
  }
}
/*campain*/
/*omoi*/
.omoi{
  background: #FDF9FB;
  box-shadow: 1px 3px 40px rgba(19, 33, 106, 0.13);
  margin-top: -40px;
  border-radius: 50px;
  padding: 60px 0;
}
.omoi__main{
  width: 100%;
  max-width: 959px;
  margin: 60px auto auto;
}
.omoi__title{
  width: max-content;
  margin: 0 auto 32px;
}
.omoi__lead{
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  color: #DE8BBB;
  line-height: 1;
  margin: 0 0 40px;
}
.omoi__comment{
  background: #fff;
  margin: 0 0 32px;
  padding: 32px 0 40px;
  text-align: center;
}
.omoi__comment ul{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 20px 0 24px;
  gap: 25px;
}
.omoi__comment ul li.omoi__comment--text{
  font-size: 2.0rem;
  font-weight: bold;
  color: #13216A;
}
.omoi__comment--mark{
  width: 130px;
  height: 130px;
  background: #13216A;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-size: 2.4rem;
  font-weight: bold;
}
.omoi__comment--mark span.omoi__comment--top{
  font-size: 1.8rem;
}
.omoi__comment--mark span.omoi__comment--bottom{
  margin-top: 4px;
}
.omoi__comment--mark span.omoi__comment--color{
  color: #DE8BBB;
}
.omoi__comment p{
  font-size: 2.0rem;
  font-weight: bold;
  color: #13216A;
}
.omoi__foot{
  margin: 0 auto;
  display: flex;
  width: max-content;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.omoi__foot img{
  width: 300px;
  height: auto;
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
}

.omoi__foot--detail{
  text-align: center;
  width: calc(100% - 380px);
}
.omoi__foot--detail p{
  line-height: 2;
  font-size: 1.4rem;
  font-weight: bold;
  color: #13216A;
}

section.service{
  margin: 100px auto auto;
}

@media print, screen and (max-width: 767px) {
  .omoi{
    padding: 44px 20px 52px;
    border-radius: 24px;
    margin-top: -24px;
  }
  .omoi__title{
    margin: 0 auto 24px;
  }
  .omoi__title img{
    height: 80px;
    vertical-align: bottom;
  }
  .omoi__lead{
    font-size: 2.4rem;
    margin-bottom: 28px;
    line-height: 1.4;
  }
  .omoi__main{
    margin: 0;
    max-width: 100%;
  }
  .omoi__foot{
    flex-direction: column;
    gap: 16px;
  }
  .omoi__foot--detail{
    width: unset;
  }
  .omoi__comment{
    margin-bottom: 24px;
    padding: 24px 0 28px;
    border-radius: 7px;
  }
  .omoi__comment p{
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1;
  }
  .omoi__comment ul{
    margin: 12px 0 16px;
    gap: 14px;
  }
  .omoi__comment--mark{
    width: 100px;
    height: 100px;
  }
  .omoi__comment--mark span.omoi__comment--top{
    font-size: 1.4rem;
  }
  .omoi__comment ul li.omoi__comment--text{
    font-size: 1.8rem;
  }
  .omoi__comment--mark{
    font-size: 1.8rem;
  }
  .omoi__foot--detail p{
    font-size: 1.2rem;
  }
  .omoi__foot img{
    width: 180px;
  }

  section.service{
    margin: 0;
    padding: 60px 20px 0;
  }
}
/*omoi*/

@media screen and (min-width: 767px) and (max-width: 1200px) {
  body .supplement__wrap,
  body .tab__item,
  body .omoi{
    padding-left: 20px;
    padding-right: 20px;
  }
  body .omoi,
  body .supplement__wrap,
  body .tab__item {
    margin-left: 20px;
    margin-right: 20px;
  }
  body .campaign,
  body .topics {
    padding-left: 20px;
    padding-right: 20px;
  }
  .topics__item {
    width: calc((100% / 2) - 10px);
  }
  .service__benefit {
    min-height: 300px;
    height: unset;
  }
}
.topics__item{
	display: none;
}
.topics__item.top:nth-child(-n+5 of .top) {
	display: block;
}