@charset "UTF-8";
* {
  box-sizing: border-box;
}

/*----------- SP・PC -----------*/
.sp {
  display: block;
}

.pc {
  display: none;
}

@media (min-width: 750px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
}
/*----------- img -----------*/
* img {
  width: 100%;
}

/*----------- margin -----------*/
.mt2 {
  margin-top: 4vw;
}

.mt3 {
  margin-top: 6vw;
}

.mt6 {
  margin-top: 12vw;
}

@media (min-width: 750px) {
  .mt2 {
    margin-top: 2vw;
  }
  .mt3 {
    margin-top: 3vw;
  }
  .mt6 {
    margin-top: 6vw;
  }
}
/*----------- BTN -----------*/
.btn {
  position: relative;
  display: block;
  background: linear-gradient(90deg, rgb(255, 49, 96) 0%, rgb(255, 109, 114) 50%, rgb(255, 49, 96) 100%);
  border: 2px solid #fff;
  width: 100%;
  height: 80px;
  color: #fff;
  font-size: 2.4rem;
  text-decoration: none;
  text-align: center;
  line-height: 75px;
  margin: 5vw auto 2vw;
  border-radius: 50px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
}
.btn::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 50px;
  width: 16px;
  height: 16px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

@media (min-width: 750px) {
  .btn {
    font-size: 3.1rem;
    width: 600px;
    height: 100px;
    line-height: 100px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
  }
}
.btn-small {
  width: 260px !important;
  height: 60px !important;
  line-height: 56px !important;
  font-size: 2.2rem !important;
  margin: 4vw auto 2vw;
}
.btn-small::after {
  right: 30px;
  width: 12px;
  height: 12px;
}

.btn:hover {
  background: #fff;
  color: #FF3160;
  border: 1px solid #FF3160;
}
.btn:hover::after {
  border-top: 2px solid #FF3160;
  border-right: 2px solid #FF3160;
}

/*----------- float -----------*/
.float-wrap2 {
  position: fixed;
  z-index: 99999 !important;
  bottom: 0;
  right: 0;
}

.float2 {
  width: 24vw;
  height: 0;
  padding-top: 22vw;
  background: url(../images/banner-pc.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media screen and (max-width: 550px) {
  .float-wrap2 {
    right: 50%;
    transform: translateX(50%);
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  }
  .float2 {
    width: 100%;
    height: 0;
    padding-top: 26vw;
    background: url(../images/banner-sp2-2.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
}
/*----------- list -----------*/
.list_yellow {
  list-style-type: none;
  font-size: 1.6rem;
  margin-left: 20px;
  margin-bottom: 30px;
}
.list_yellow li::before {
  content: "● ";
  color: #FCD90B;
  margin-left: -20px;
}

.faq-item .list_yellow {
  margin-top: 20px;
  margin-left: 40px;
  font-size: 1.6rem;
  margin-bottom: 0;
}

@media (min-width: 550px) {
  .list_yellow {
    font-size: 1.8rem;
  }
}
/*----------- inner -----------*/
.inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 10px;
}

/*----------- header -----------*/
.header {
  position: relative;
  top: 0;
  z-index: 10;
  height: 8vw;
  background: url(../images/header_back-pc.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media (min-width: 550px) {
  .header {
    height: 6.87vw;
  }
}
.header-logo {
  width: 15vw;
  max-width: 100px;
  height: 0;
  padding-top: 8vw;
  background: url(../images/logo.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

/*----------- hero -----------*/
.hero {
  margin-top: -40px;
  width: 100%;
  height: 0;
  padding-top: 580px;
  background: url(../images/hero_back.jpg);
  background-repeat: no-repeat;
  background-position: top right -80px;
  background-size: auto 400px;
}

.hero_inner {
  position: relative;
  top: -380px;
  width: 100%;
  max-width: 1100px;
  height: auto;
  margin: 0 auto;
}

.hero_title {
  position: absolute;
  top: -150px;
  left: 10px;
  color: #603813;
  font-weight: 600;
  font-size: 2em;
  line-height: 1.2;
  text-shadow: 3px 3px 2px #fff, -3px -3px 2px #fff, -3px 3px 2px #fff, 3px -3px 2px #fff, 3px 0 2px #fff, -3px 0 2px #fff, 0 3px 2px #fff, 0 -3px 2px #fff;
}
.hero_title span {
  display: block;
  font-size: 0.7em;
  line-height: 2;
}

.hero_img1 {
  position: absolute;
  top: 0;
  left: 10px;
  width: 34.34vw;
  max-width: 500px;
  height: 0;
  padding-top: 10.3vw;
  background: url(../images/hero_img01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.hero_img2 {
  z-index: 1;
  position: absolute;
  top: 60px;
  left: 10px;
  width: 34.34vw;
  max-width: 500px;
  height: 0;
  padding-top: 17.86vw;
  background: url(../images/hero_img02.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.hero_item {
  z-index: 1;
  position: absolute;
  top: -10px;
  right: 0;
  width: 32vw;
  max-width: 465px;
  height: 0;
  padding-top: 34vw;
  background: url(../images/hero_img03.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.hero_decoration1 {
  position: absolute;
  top: 5vw;
  right: 0;
  width: 144px;
  height: 144px;
  padding-top: 30vw;
  background: url(../images/decoration1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media (min-width: 550px) {
  .hero {
    background-position: top right;
    background-size: auto 500px;
    padding-top: 580px;
  }
  .hero_logo {
    left: 5vw;
    width: 8.24vw;
    padding-top: 3.3vw;
  }
  .hero_title {
    top: -140px;
    left: 1vw;
    font-size: 2.4em;
    line-height: 1.1;
  }
  .hero_img1 {
    top: 60px;
    left: 1vw;
  }
  .hero_img2 {
    top: 160px;
    left: 1vw;
  }
  .hero_item {
    width: 33vw;
    padding-top: 33vw;
    top: 60px;
  }
}
@media (min-width: 969px) {
  .hero {
    background-position: top right;
    background-size: auto 860px;
    padding-top: 860px;
  }
  .hero_title {
    top: -420px;
    font-size: 3.5em;
    line-height: 1.2;
  }
  .hero_img1 {
    top: -80px;
  }
  .hero_img2 {
    top: 80px;
  }
  .hero_item {
    top: -70px;
  }
}
/*----------- section txt -----------*/
.sec_lead {
  text-align: center;
}

/*----------- section back -----------*/
.sec_pink1 {
  margin-top: -280px;
  width: 100%;
  padding-bottom: 20vw;
  display: inline-block;
  background-image: url(../images/sec_bg1.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
}

@media (min-width: 550px) {
  .sec_pink1 {
    margin-top: -200px;
    padding-bottom: 14vw;
  }
}
.sec_pink2 {
  margin-top: -100px;
  width: 100%;
  padding: 50px 0 30px;
  display: inline-block;
  background-image: url(../images/sec_bg2.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
}

@media (min-width: 550px) {
  .sec_pink2 {
    padding: 200px 0 30px;
  }
}
.sec_pink3 {
  width: 100%;
  padding: 50px 0 30px;
  padding-bottom: 4vw;
  display: inline-block;
  background-image: url(../images/sec_bg4.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
}

.sec_pink4 {
  background: #FCEBEB;
  padding: 0 0 140px;
  margin-top: -10px;
}

.sec_white {
  margin-top: -80px;
  width: 100%;
  padding: 50px 0 30px;
  display: inline-block;
  background-image: url(../images/sec_bg3.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
}

@media (min-width: 550px) {
  .sec_white {
    margin-top: -80px;
    padding: 200px 0 100px;
  }
}
.box_white {
  background: #fff;
  border-radius: 20px;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 30px 20px;
}

@media (min-width: 550px) {
  .box_white {
    padding: 60px 40px;
  }
}
.box {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 0;
}

/*----------- section headline -----------*/
.sec_headline {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.4;
}

.headline-emphasis {
  font-size: 2rem;
}

.headline-emphasis2 {
  font-size: 2rem;
  color: #FF3160;
}

.headline-emphasis3 {
  font-size: 2rem;
  color: #fff;
}

@media (min-width: 550px) {
  .sec_headline {
    font-size: 1.6rem;
  }
  .headline-emphasis {
    font-size: 2.6rem;
  }
  .headline-emphasis2 {
    font-size: 2.6rem;
  }
  .headline-emphasis3 {
    font-size: 2.6rem;
  }
}
@media (min-width: 750px) {
  .sec_headline {
    font-size: 2.6rem;
  }
  .headline-emphasis {
    font-size: 3.6rem;
  }
  .headline-emphasis2 {
    font-size: 4rem;
  }
}
.sec_headline-sub {
  color: #FF3160;
  font-weight: 600;
  font-size: 1.6rem;
  margin-top: 1vw;
}

@media (min-width: 1000px) {
  .sec_headline-sub {
    font-size: 2.2rem;
  }
}
.title_icon01 {
  display: inline-block;
  background-image: url(../images/title_icon01.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 10vw;
  height: 0;
  padding-top: 10vw;
  margin-right: 10px;
}

.title_icon02 {
  margin-top: 0;
  margin-right: 0;
  display: inline-block;
  background-image: url(../images/title_icon02.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 12vw;
  height: 0;
  padding-top: 12vw;
}

@media (min-width: 750px) {
  .title_icon01 {
    width: 7.56vw;
    padding-top: 7.56vw;
  }
  .title_icon02 {
    width: 8vw;
    height: 0;
    padding-top: 8vw;
  }
}
@media (min-width: 1000px) {
  .sec_headline .headline-emphasis {
    font-size: 4rem;
  }
}
.sec_cap {
  font-weight: 600;
  font-size: 1.4rem;
  text-align: center;
}

@media (min-width: 750px) {
  .sec_cap {
    font-size: 2rem;
    line-height: 1.6;
  }
}
/*----------- section text -----------*/
.note {
  margin-top: 20px;
  font-size: 1.2rem;
  text-align: right;
}

/*----------- section01 -----------*/
.sec01 {
  position: relative;
  margin-top: 10vw;
  margin-bottom: 50px;
}
.sec01::after {
  content: "";
  position: absolute;
  top: 120px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: url(../images/decoration1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.sec01::before {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 50px;
  height: 50px;
  background: url(../images/decoration2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media (min-width: 550px) {
  .sec01 {
    margin-top: 13vw;
    margin-bottom: 0;
  }
  .sec01::after {
    top: 50px;
    right: 100px;
    width: 100px;
    height: 100px;
  }
  .sec01::before {
    bottom: 20px;
    left: 20px;
    width: 100px;
    height: 100px;
  }
}
.sec01_box {
  border: 4px solid #F9972D;
  border-radius: 10px;
  margin-top: 30px;
}

.sec01_box_title {
  width: 50%;
  border-radius: 4px;
  background: #F9972D;
  color: #fff;
  font-size: 1.4rem;
  line-height: 24px;
  text-align: center;
  margin: -15px auto 0;
}

.sec01_img1 {
  width: 100%;
  max-width: 900px;
  display: block;
  margin: 0 auto;
}

.sec01_img2-1 {
  padding: 0 20px;
}
.sec01_img2-1 img {
  width: 92%;
  margin: 0 auto;
  display: block;
}

.sec01_img2-2 {
  padding: 0 20px;
}

.sec01_box_txt {
  font-size: 1.2rem;
  padding: 0 20px 20px;
}
.sec01_box_txt span {
  color: #FF3366;
}

@media (min-width: 750px) {
  .sec01_box_title {
    font-size: 1.6rem;
    line-height: 30px;
  }
  .sec01_box .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .sec01_img2-1 {
    margin-top: -50px;
    margin-bottom: -15px;
  }
  .sec01_img2-2 {
    margin-top: -20px;
  }
  .sec01_box_txt {
    font-size: 2rem;
    padding: 20px 20px 20px 0;
  }
}
/*----------- section02 -----------*/
.sec02 {
  position: relative;
  margin-top: 0;
  padding-bottom: 100px;
}
.sec02::after {
  content: "";
  position: absolute;
  top: 50px;
  right: 0;
  width: 50px;
  height: 50px;
  background: url(../images/decoration1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.sec02::before {
  content: "";
  position: absolute;
  bottom: 80px;
  left: 0;
  width: 50px;
  height: 50px;
  background: url(../images/decoration2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media (min-width: 750px) {
  .sec02 {
    margin-top: -6vw;
    padding: 50px 0;
  }
}
.sec02_message {
  margin-bottom: 30px;
}

.sec02_message1-img {
  width: 70%;
  margin: 0 auto;
  display: block;
}

.sec02_message-img {
  width: 70%;
  margin: 0 auto;
  display: block;
}

@media (min-width: 550px) {
  .sec02::after {
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
  }
  .sec02::before {
    bottom: 20px;
    left: 0;
    width: 100px;
    height: 100px;
  }
  .sec02_message {
    display: flex;
    align-items: center;
  }
  .sec02_message1-img {
    width: 100%;
  }
  .sec02_message-img {
    width: 100%;
  }
}
.sec02_message-name {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.sec02_message-name span {
  font-size: 2.4rem;
}

.sec02_message-txt {
  font-size: 1.6rem;
  color: #333333;
}

.sec02_message1-txt {
  font-size: 1.8rem;
  color: #333333;
}

/*----------- section03 -----------*/
.sec03 {
  margin-top: 0;
}

@media (min-width: 750px) {
  .sec03 {
    margin-top: -6vw;
    padding: 50px 0;
  }
}
.sec03_point {
  margin: 80px 0 80px;
  background: #fff;
  border: 4px solid #FF3160;
  padding: 0 30px 30px;
}

.sec03_point-box .sec03_point {
  margin: 0px 0 80px;
}

.sec03_point-box .sec03_point:last-child {
  margin: 80px 0 0px;
}

.sec03_point-title {
  margin: -60px auto 0;
  width: 80%;
  height: 25vw;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.sec03_point-title01 {
  background: url(../images/sec03_cap1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.sec03_point-title02 {
  background: url(../images/sec03_cap2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.sec03_point-title03 {
  background: url(../images/sec03_cap3.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.sec03_point-title04 {
  background: url(../images/sec03_cap4.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.sec03_point_box {
  display: flex;
}

.sec03_img1-1 {
  margin: 0 auto;
  width: 53vw;
  height: 18vw;
  background: url(../images/sec03_img1-1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.sec03_img2-1 {
  margin: 0 auto;
  width: 53vw;
  height: 18vw;
  background: url(../images/sec03_img2-1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.sec03_img2-2 {
  margin: 30px auto 0;
  width: 100%;
  background: url(../images/sec03_img2-2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.sec03_img3-1 {
  margin: 0 auto;
  width: 53vw;
  height: 18vw;
  background: url(../images/sec03_img3-1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.sec03_img3-2 {
  display: block;
  margin: 0 auto;
  width: 30%;
}

.sec03_img4-1 {
  margin: 0 auto;
  width: 100%;
  height: 30vw;
  background: url(../images/sec03_img4-1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.sec03_point-txt {
  margin-top: 10px;
  font-size: 1.4rem;
  color: #333333;
}
.sec03_point-txt span {
  color: #FF3160;
}

.sec03_point-txt-mute {
  margin-top: 10px;
  font-size: 1rem;
}

.sec03_point-link {
  display: block;
  margin: 30px auto;
  border: 1px solid #FF3160;
  padding: 10px;
  width: 100%;
  text-align: center;
  text-decoration: none;
}

@media (min-width: 550px) {
  .sec03_point {
    margin: 80px 0 0;
    width: 100%;
  }
  .sec03_point-box {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin: 20px 0 20px;
  }
  .sec03_point-box-inner {
    display: flex;
    align-items: stretch;
    width: 48%;
  }
  .sec03_point-title {
    margin: -60px auto 0;
    width: 27.47vw;
    max-width: 400px;
    height: 11.68vw;
  }
  .sec03_img1-1 {
    width: 21.29vw;
    max-width: 310px;
    height: 9.62vw;
  }
  .sec03_img3-1 {
    width: 22vw;
    max-width: 430px;
    height: 9.62vw;
  }
  .sec03_img2-1 {
    width: 20vw;
    max-width: 395px;
    height: 9.62vw;
  }
  .sec03_img1-2 {
    width: 27.82vw;
    max-width: 405px;
    height: 18.96vw;
  }
  .sec03_img3-2 {
    width: 40%;
  }
  .sec03_img4-1 {
    width: 100%;
    height: 15vw;
  }
  .sec03_point-txt {
    margin-top: 30px;
    font-size: 1.6rem;
  }
  .sec03_point-txt-mute {
    font-size: 1.2rem;
  }
  .sec03_point-link {
    white-space: nowrap;
    margin: 30px auto 0;
    padding: 20px 10px;
    width: 80%;
    font-size: 1.8rem;
  }
}
/*----------- section03 secret-----------*/
.secret_title {
  margin: 0 auto;
  width: 100%;
  height: 0;
  padding-top: 15vw;
  background-image: url(../images/secret_cap01.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

@media (min-width: 750px) {
  .secret_title {
    width: 50vw;
    padding-top: 10vw;
  }
}
@media (min-width: 1000px) {
  .secret_title {
    width: 32.38vw;
    padding-top: 5.5vw;
  }
}
.secret_note {
  margin-top: -3vw;
  font-size: 1.2rem;
  text-align: center;
}

@media (min-width: 750px) {
  .secret_note {
    margin-top: 0;
    font-size: 1.4rem;
  }
}
.secret_point {
  display: flex;
  flex-direction: column;
  justify-content: row;
  align-items: center;
  column-gap: 3%;
}

@media (min-width: 750px) {
  .secret_point {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
.secret_cap-wrap {
  margin-bottom: 2vw;
}

.secret_cap {
  margin: 0 auto 1vw;
  width: 20vw;
  height: 0;
  padding-top: 7vw;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.secret_cap1 {
  background-image: url(../images/secret_point1.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.secret_cap2 {
  background-image: url(../images/secret_point2.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (min-width: 750px) {
  .secret_cap {
    padding-top: 3.1vw;
  }
  .secret_cap1, .secret_cap2 {
    width: 8.24vw;
    height: 0;
  }
}
.secret_cap-txt {
  font-size: 1.4rem;
  white-space: nowrap;
}

.secret_cap-txt--emphasis {
  font-size: 1.8rem;
}

.secret_cap-txt--red {
  font-size: 1.8rem;
  color: #FF3160;
}

.secret_graph-wrap {
  text-align: left;
}

.secret_image-wrap {
  text-align: left;
}

.secret_txt {
  font-size: 1.4rem;
}

.secret_txt-s {
  font-size: 1rem;
}

.secret_point2 {
  display: flex;
  flex-direction: column;
  justify-content: row;
  align-items: center;
  column-gap: 3%;
  background: #F9EDED;
  border-radius: 20px;
  padding: 20px;
}

@media (min-width: 750px) {
  .secret_point2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
.secret_point2_txt {
  white-space: nowrap;
  font-size: 1.4rem;
}
.secret_point2_txt span {
  color: #FF3160;
}

.secret_efficacy-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 2%;
}

@media (min-width: 550px) {
  .secret_efficacy-wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
}
.secret_efficacy {
  margin: 5vw 0 0;
  position: relative;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: #FCB759;
}

@media (min-width: 550px) {
  .secret_efficacy {
    width: 200px;
    height: 200px;
  }
}
.secret_efficacy-title {
  font-size: 2.4rem;
}

@media (min-width: 750px) {
  .secret_efficacy-title {
    font-size: 3.2rem;
  }
}
.secret_efficacy-cap {
  font-size: 1.3rem;
  font-weight: 600;
}

.secret_efficacy-txt {
  font-size: 1.1rem;
  width: 80%;
  margin: 1vw auto;
}

.secret_efficacy-img {
  width: 60%;
}

@media (min-width: 550px) {
  .secret_efficacy-img {
    width: 24vw;
    margin-top: -5vw;
  }
}
@media (min-width: 750px) {
  .secret_efficacy-img {
    width: 18vw;
    margin-top: -2.5vw;
  }
}
@media (min-width: 1000px) {
  .secret_efficacy-img {
    width: 12vw;
    margin-top: -3vw;
  }
}
/*----------- section04 -----------*/
.sec04_life-stage,
.sec04_life-stage2 {
  border: 3px solid #FF9999;
  padding: 30px;
  color: #333333;
  margin-top: 30px;
}

.sec04_img {
  width: auto;
  height: 130px;
  display: block;
  margin: 0 auto;
}

.sec04_cap {
  color: #FF3160;
  text-align: center;
  font-size: 2.6rem;
  line-height: 3;
}

@media (min-width: 550px) {
  .sec04_box {
    display: flex;
    justify-content: space-between;
  }
  .sec04_life-stage {
    width: 48%;
  }
  .list_yellow {
    font-size: 1.8rem;
  }
}
/*----------- section05 -----------*/
.sec05 {
  margin-top: 0;
  padding: 0 0 120px;
}

@media (min-width: 750px) {
  .sec05 {
    margin-top: -6vw;
    padding: 160px 0;
  }
}
.sec05_box {
  background: #fff;
  padding: 3vw 2vw;
  border-radius: 2.1vw;
  text-align: center;
}

.sec05-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 1000px) {
  .sec05-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
.sec05-img-wrap {
  width: 70%;
}
.sec05-img-wrap img {
  max-width: 360px;
}

@media (min-width: 750px) {
  .sec05-img-wrap {
    width: 50%;
  }
}
.sec05-txt-wrap {
  width: 100%;
}

@media (min-width: 750px) {
  .sec05-txt-wrap {
    width: 50%;
  }
}
.sec05-name {
  font-size: 1.8rem;
  margin-bottom: 1vw;
}
.sec05-name span {
  display: block;
  font-size: 1.4rem;
}

@media (min-width: 750px) {
  .sec05-name {
    font-size: 2.1rem;
  }
}
.sec05-price {
  font-size: 3.2rem;
}
.sec05-price span {
  font-size: 1.6rem;
}

.sec05-note {
  font-size: 1.2rem;
}

.sec05_list-wrap {
  margin: 0 auto;
  width: 100%;
}

@media (min-width: 750px) {
  .sec05_list-wrap {
    width: 95%;
  }
}
.sec05_list {
  display: flex;
  flex-direction: column;
  border-bottom: 1px dotted #CBC2AA;
}
.sec05_list dt, .sec05_list dd {
  width: 100%;
  padding: 0 0 2vw;
  margin-left: 0;
}

@media (min-width: 550px) {
  .sec05_list {
    display: flex;
    flex-direction: row;
  }
  .sec05_list dt {
    width: 20%;
    text-align: center;
    padding: 0 2vw 2vw;
  }
  .sec05_list dd {
    width: 80%;
    text-align: left;
    padding: 0 2vw 2vw;
  }
}
.sec05_list-name {
  font-size: 2rem;
  padding: 0 2vw;
}

@media (min-width: 750px) {
  .sec05_list-name {
    font-size: 2.8rem;
  }
}
.sec05_cap-wrap {
  margin-left: 0;
}

@media (min-width: 750px) {
  .sec05_cap-wrap {
    margin-left: 4vw;
  }
}
.sec05_cap {
  max-width: 340px;
  background: #FDE67C;
  color: #603813;
  padding: 5px;
  border-radius: 2rem;
  margin: 0 auto;
  font-size: 2rem;
}

@media (min-width: 750px) {
  .sec05_cap {
    margin: 0 0;
  }
}
.sec05_table {
  margin: 2vw auto 0;
  width: 100%;
}
.sec05_table th, .sec05_table td {
  border-bottom: 1px solid #8E8176;
  border-left: 1px solid #8E8176;
  border-right: 1px solid #8E8176;
}
.sec05_table tr:first-child {
  border-top: 1px solid #8E8176;
}
.sec05_table th {
  width: 25%;
  text-align: center;
  background: #FAF5E5;
}
.sec05_table td {
  width: 25%;
  padding: 0 2vw;
}

@media (min-width: 750px) {
  .sec05_table {
    width: 90%;
  }
}
.sec05_img2 {
  margin: -50px 0 0 0;
  width: 70vw;
  height: 15vw;
  background: url(../images/sec05_img2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.sec05_txt-wrap {
  padding: 0 30px;
}

.sec05_cap2 {
  text-align: left;
  font-size: 2rem;
  line-height: 2;
}

.sec05_txt {
  text-align: left;
}

@media (min-width: 550px) {
  .sec05_img2 {
    margin: -80px 0 0 0;
    width: 34.34vw;
    height: 7.56vw;
  }
  .sec05_cap2 {
    font-size: 2.8rem;
    line-height: 2.4;
  }
}
/*----------- section06 -----------*/
.sec06 {
  margin-top: 0;
}

@media (min-width: 750px) {
  .sec06 {
    margin-top: -6vw;
    padding: 50px 0;
  }
}
.sec06_list {
  position: relative;
  margin-top: 50px;
  list-style: none;
  margin-bottom: 150px;
}
.sec06_list::before {
  z-index: 1;
  content: "";
  position: absolute;
  top: -80px;
  right: 0;
  width: 22vw;
  height: 20vw;
  background: url(../images/sec06_img1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.sec06_list::after {
  z-index: 3;
  content: "";
  position: absolute;
  bottom: -80px;
  right: 0;
  width: 22vw;
  height: 20vw;
  background: url(../images/sec06_img2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.sec06_list li {
  z-index: 2;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
}
.sec06_list li span {
  color: #FF3160;
}
.sec06_list li:nth-child(odd) {
  border: 3px solid #FF9999;
}

@media (min-width: 550px) {
  .sec06_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sec06_list::before {
    top: -170px;
    width: 20vw;
    height: 15vw;
  }
  .sec06_list::after {
    bottom: -180px;
    width: 20vw;
    height: 15vw;
  }
  .sec06_list li {
    width: 49%;
  }
  .sec06_list li:nth-child(odd) {
    border: none !important;
  }
  .sec06_list li:nth-child(1),
  .sec06_list li:nth-of-type(4),
  .sec06_list li:nth-of-type(5) {
    border: 3px solid #FF9999 !important;
  }
}
/*----------- FAQ -----------*/
.faq {
  padding-bottom: 160px;
}
.faq::after {
  content: "";
  position: absolute;
  bottom: 80px;
  right: 10px;
  width: 22vw;
  height: 22vw;
  background: url(../images/faq_img.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media (min-width: 550px) {
  .faq {
    padding-bottom: 200px;
  }
  .faq::after {
    bottom: 0;
    right: 0;
    width: 20vw;
    height: 15vw;
  }
}
.faq-item {
  margin-top: 20px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #FF9999;
  border-radius: 10px;
  color: #333;
}

.faq-question__wrap {
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 20px 5px 20px 55px;
  cursor: pointer;
}

.minus-icon {
  position: absolute;
  content: "";
  width: 20px;
  height: 3px;
  background: #954F00;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.plus-icon {
  position: absolute;
  content: "";
  width: 20px;
  height: 3px;
  background: #954F00;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transition: ease all 0.5s;
}

.plus-icon.active {
  transform: translateY(-50%);
}

.faq-question__title {
  font-weight: bold;
  color: #333;
  font-size: 1.6rem;
  position: relative;
  top: 0;
  padding: 0 50px 0 20px;
  letter-spacing: 0;
  margin-bottom: 0;
}

.faq-question__title::before {
  position: absolute;
  color: #fff;
  content: "Q";
  background: #FF3160;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 35px;
  font-weight: normal;
  font-size: 2.2rem;
  top: 50%;
  transform: translateY(-50%);
  left: -35px;
}

.faq-answer__wrap {
  background: #fff;
  padding: 20px 5px 20px 55px;
  transition: ease all 0.5s;
  height: 0;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 10px;
}

.faq-answer__wrap.active {
  height: auto;
  padding: 20px 60px 20px 55px;
}

.faq-answer__wrap {
  background: #fff;
  opacity: 0;
  padding: 10px 5px 10px 55px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  transition: ease all 0.7s;
}

.faq-answer__wrap.active {
  opacity: 1;
  padding: 20px 60px 20px 55px;
}

.faq-answer__title {
  position: relative;
  font-size: 1.6rem;
  padding-left: 20px;
}

.faq-answer__title::before {
  position: absolute;
  color: #fff;
  content: "A";
  background: #0088DB;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 35px;
  font-weight: normal;
  font-size: 2.2rem;
  top: 0;
  left: -35px;
}

.faq-answer__text {
  margin-top: 5px;
  padding-left: 20px;
}

/*----------- inquiry -----------*/
.inquiry {
  text-align: center;
  padding-bottom: 0px;
}

.inquiry-tel {
  font-size: 3rem;
  padding: 3vw 0 1vw;
}

.inquiry-time {
  margin-bottom: 7vw;
}
.inquiry-time span {
  font-size: 1.2rem;
}

@media (min-width: 750px) {
  .inquiry-tel {
    font-size: 4rem;
    padding: 1vw 0 0.5vw;
  }
  .inquiry-time {
    margin-bottom: 2vw;
  }
}
/*----------- footer -----------*/
.footer {
  position: relative;
  z-index: 1;
  margin-top: -10px;
  margin-bottom: 26vw;
  text-align: center;
  padding: 80px 20px 100px;
  height: 15.46vw;
  background: url(../images/footer_bg.svg), #FCEBEB;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.footer .footer_logo {
  width: 90px;
  margin-bottom: 10px;
}
.footer .footer_txt {
  font-size: 1.2rem;
  color: #fff;
}

@media (min-width: 550px) {
  .footer {
    margin-bottom: 0;
  }
  .footer .footer_logo {
    width: 120px;
  }
}
/* アコーディオン */
.accordion input[type=checkbox], input[type=radio] {
  display: none;
}

.accordion {
  margin: 3vw auto;
  width: 100%;
  border: 4px solid #603813;
}

.accordion .sec_headline {
  margin-bottom: 0;
}

.accordion-toggle {
  display: none;
}

.accordion-Label {
  padding: 1em;
  display: block;
  font-size: 0.9em;
  background: #fff;
  margin-bottom: 0;
  cursor: pointer;
}

.accordion-Label::before {
  content: "";
  width: 16px;
  height: 16px;
  border-top: 4px solid #603813;
  border-right: 4px solid #603813;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 10px);
  right: 50px;
  transform: rotate(135deg);
}

.accordion-Label,
.accordion-content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

.accordion-content {
  height: 0;
  margin-bottom: 2px;
  padding: 0 20px;
  overflow: hidden;
  background: #fff;
  box-sizing: border-box;
}

.accordion-toggle:checked + .accordion-Label + .accordion-content {
  height: auto;
  padding: 20px 20px;
  transition: all 0.3s;
  box-sizing: border-box;
}

.accordion-toggle:checked + .accordion-Label::before {
  transform: rotate(-45deg) !important;
}

.accordion-content {
  width: 100%;
}

@media (min-width: 550px) {
  .accordion-toggle:checked + .accordion-Label + .accordion-content {
    padding: 40px 40px;
  }
}/*# sourceMappingURL=index.css.map */