@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/* リセットcss
========================================================================== */
p {
  margin: 0;
}

/* common css
========================================================================== */
.health .inner {
  max-width: 1080px;
  width: 100%;
  padding: 0 34px;
  margin: 0 auto;
}
@media only screen and (max-width: 849px) {
  .health .inner {
    max-width: 100vw;
    padding: 0 4.5333333333vw;
  }
}

:root {
  --theme-color: #825538;
  --bg-color-dark: #F5F3E0;
  --bg-color-light: #F9F1D7;
}

/* main
========================================================================== */
.main {
  background-color: #fffaf5;
}
@media only screen and (max-width: 849px) {
  .main {
    margin-top: 86px;
  }
}
.main .cont_bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0;
  background-image: url(../../../assets/kurashito/img/present/health/cont_bg_pc.png);
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 849px) {
  .main .cont_bg {
    background-image: url(../../../assets/kurashito/img/present/health/cont_bg_sp.png);
  }
}

.mv {
  padding-bottom: 102px;
  position: relative;
}
.mv::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100px;
  left: 0;
  background-image: url(../../../assets/kurashito/img/present/health/intro_bg_pc.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0;
  width: 100%;
  height: 470px;
  pointer-events: none;
  z-index: 2;
}
@media only screen and (max-width: 849px) {
  .mv::before {
    bottom: 0;
    background-image: url(../../../assets/kurashito/img/present/health/intro_bg_sp.png);
    background-repeat: no-repeat;
    height: 97.3333333333vw;
  }
}
@media only screen and (max-width: 849px) {
  .mv {
    padding-bottom: 16vw;
  }
}
.mv .inner {
  max-width: 1200px;
  margin: auto;
}
@media only screen and (max-width: 849px) {
  .mv .inner {
    max-width: 100vw;
    padding: 0 4.6666666667vw;
  }
}
.mv .mv_img_wrap {
  position: relative;
  background-image: url(../../../assets/kurashito/img/present/health/mv_img_pc.png);
  background-size: cover;
  background-position: 50% calc(100% - 0px);
  background-repeat: no-repeat;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  height: 580px;
  background-color: #fff;
}
@media screen and (max-width: 1140px) {
  .mv .mv_img_wrap {
    background-position: 50% calc(100% - 7px);
  }
}
@media screen and (min-width: 1281px) {
  .mv .mv_img_wrap {
    background-position: 50% 96%;
  }
}
@media screen and (min-width: 1700px) {
  .mv .mv_img_wrap {
    background-position: 50% 94%;
  }
}
@media only screen and (max-width: 849px) {
  .mv .mv_img_wrap {
    height: 65.6vw;
    background-image: url(../../../assets/kurashito/img/present/health/mv_img_sp.png);
  }
}
.mv .mv_img_wrap h1 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 880px;
  width: 100%;
  z-index: 4;
}
.mv .mv_img_wrap h1 img {
  vertical-align: bottom;
}
@media only screen and (max-width: 849px) {
  .mv .mv_img_wrap h1 {
    max-width: 100vw;
  }
}
.mv .mv_txtWrap {
  position: relative;
  z-index: 6;
}
.mv .introTxt01 {
  font-size: 2.4rem;
  font-weight: 500;
  color: #000;
  line-height: 1.58333333;
  letter-spacing: 0.1em;
  padding-top: 38px;
  text-align: center;
}
@media only screen and (max-width: 849px) {
  .mv .introTxt01 {
    font-size: 4.5333333333vw;
    font-feature-settings: "palt";
    line-height: 1.4705;
    letter-spacing: 0.06em;
    padding-top: 6.1333333333vw;
  }
}
.mv .introTxt01:first-child {
  padding-top: 18px;
}
@media only screen and (max-width: 849px) {
  .mv .introTxt01:first-child {
    padding-top: 3.4666666667vw;
  }
}
@media only screen and (max-width: 1100px) {
  .mv .introTxt01 .for-sp {
    display: block;
  }
}
.mv .applicationPeriod {
  max-width: 536px;
  width: 100%;
  margin: 56px auto 0;
  text-align: center;
  background-color: #fff;
  border-bottom: 2px solid #000;
  position: relative;
  padding: 19px 0;
  z-index: 6;
}
@media only screen and (max-width: 849px) {
  .mv .applicationPeriod {
    max-width: 88.5333333333vw;
    margin-top: 9.3333333333vw;
    border-bottom: 0.2666666667vw solid #000;
    padding: 3.2vw 0;
  }
}
.mv .applicationPeriod::before, .mv .applicationPeriod::after {
  position: absolute;
  content: "";
  width: 193px;
  height: 1.6px;
  background-color: #000;
  top: 0;
}
@media only screen and (max-width: 849px) {
  .mv .applicationPeriod::before, .mv .applicationPeriod::after {
    width: 32vw;
    height: 0.2666666667vw;
  }
}
.mv .applicationPeriod::before {
  left: 0;
}
.mv .applicationPeriod::after {
  right: 0;
}
.mv .applicationPeriod .period {
  font-size: 2.4rem;
  font-weight: 700;
  color: #000;
  line-height: 1;
  letter-spacing: 0.1em;
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  color: #212C68;
}
@media only screen and (max-width: 849px) {
  .mv .applicationPeriod .period {
    font-size: 4vw;
    top: -2.1333333333vw;
  }
}
.mv .applicationPeriod .period_txt {
  font-size: 2.6rem;
  font-weight: 700;
  color: #000;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 849px) {
  .mv .applicationPeriod .period_txt {
    font-size: 4.2666666667vw;
  }
}

#award .inner {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 849px) {
  #award .inner {
    max-width: 93.3333333333vw;
    padding: 0;
  }
}
#award .award_boxWrap {
  display: flex;
  flex-direction: column;
  gap: 143px;
}
@media only screen and (max-width: 849px) {
  #award .award_boxWrap {
    gap: 19.2vw;
  }
}
#award .award_box {
  position: relative;
}
#award .award_box::before {
  position: absolute;
  content: "";
  background: #00E9B8;
  width: calc(100% + 18px);
  height: 7.5px;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 849px) {
  #award .award_box::before {
    width: 100%;
    height: 1.3333333333vw;
  }
}
#award .award_box_ttl {
  padding-top: 61px;
  padding-bottom: 30px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 849px) {
  #award .award_box_ttl {
    padding-top: 10.9333333333vw;
    padding-bottom: 5.0666666667vw;
  }
}
#award .award_box_ttl::before {
  position: absolute;
  content: "";
  background-image: url(../../../assets/kurashito/img/present/health/award_ribbon_a.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 88px;
  height: 94px;
  top: -13px;
  left: -22px;
}
@media only screen and (max-width: 849px) {
  #award .award_box_ttl::before {
    width: 12.2666666667vw;
    height: 12.8vw;
    top: -2.6666666667vw;
    left: -0.5333333333vw;
  }
}
#award .award_box_ttl .award_category {
  position: absolute;
  max-width: 396px;
  width: 100%;
  top: -52px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 849px) {
  #award .award_box_ttl .award_category {
    max-width: 54.4vw;
    top: -6.4vw;
  }
}
#award .award_box_ttl .award_productName {
  text-align: center;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 0.8;
}
@media only screen and (max-width: 849px) {
  #award .award_box_ttl .award_productName {
    font-size: 5.8666666667vw;
  }
}
#award .award_box_ttl .award_productName span {
  font-size: 2.2rem;
}
@media only screen and (max-width: 849px) {
  #award .award_box_ttl .award_productName span {
    font-size: 3.7333333333vw;
  }
}
#award .award_box_ttl .award_people {
  position: absolute;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: #00E9B8;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  top: 24px;
  right: 0;
}
@media only screen and (max-width: 849px) {
  #award .award_box_ttl .award_people {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    font-size: 4vw;
    top: 8.5333333333vw;
    right: 0vw;
    letter-spacing: -0.01em;
  }
}
#award .award_box_ttl .award_people strong {
  font-weight: 600;
  font-size: 3.3rem;
  line-height: 1;
  margin-top: -0.2em;
  padding-left: 2px;
}
@media only screen and (max-width: 849px) {
  #award .award_box_ttl .award_people strong {
    font-size: 5.6vw;
  }
}
#award .award_box .award_img_wrap {
  display: flex;
  gap: 25px;
}
@media only screen and (max-width: 849px) {
  #award .award_box .award_img_wrap {
    flex-direction: column;
    gap: 2.9333333333vw;
  }
}
#award .award_box .award_img {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 849px) {
  #award .award_box .award_img {
    max-width: 83.2vw;
  }
}
#award .award_box .award_img_note {
  font-size: 2rem;
  line-height: 1.75;
  letter-spacing: 0.06em;
  text-align: right;
  margin-bottom: 10px;
}
@media only screen and (max-width: 849px) {
  #award .award_box .award_img_note {
    font-size: 3.7333333333vw;
    line-height: 1.571;
    margin-bottom: 3.2vw;
  }
}
#award .award_box .award_txt {
  max-width: 387px;
  width: 100%;
  font-size: 2.4rem;
  line-height: 1.41666667;
  letter-spacing: 0.06em;
  text-align: justify;
}
@media only screen and (max-width: 849px) {
  #award .award_box .award_txt {
    max-width: 89.6vw;
    font-size: 4vw;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 849px) {
  #award .award_box.award_a .award_people {
    top: 16.5333333333vw;
  }
}
#award .award_box.award_b::before {
  background: #5274FF;
}
#award .award_box.award_b .award_box_ttl::before {
  background-image: url(../../../assets/kurashito/img/present/health/award_ribbon_b.png);
}
#award .award_box.award_b .award_box_ttl .award_people {
  background: #5274FF;
}
#award .award_box.award_c::before {
  background: #E900C1;
}
#award .award_box.award_c .award_box_ttl::before {
  background-image: url(../../../assets/kurashito/img/present/health/award_ribbon_c.png);
}
#award .award_box.award_c .award_box_ttl .award_people {
  background: #E900C1;
}
@media only screen and (max-width: 849px) {
  #award .award_box.award_c .award_txt {
    letter-spacing: 0;
  }
}

#overview {
  padding: 116px 0 86px;
  position: relative;
  z-index: 2;
}
@media (max-width: 849px) {
  #overview {
    padding: 10.6666666667vw 0 8vw;
  }
}
#overview .inner {
  max-width: 1152px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 849px) {
  #overview .inner {
    max-width: 93.3333333333vw;
  }
}
#overview .inner .overview_ttl {
  background: #212C68;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  text-align: center;
  padding-top: 13px;
  padding-bottom: 13px;
  letter-spacing: 0.1em;
}
@media (max-width: 849px) {
  #overview .inner .overview_ttl {
    font-size: 5.0666666667vw;
    letter-spacing: 0.1em;
    padding-top: 1.3333333333vw;
    padding-bottom: 1.6vw;
  }
}
#overview .inner .overview_explanation {
  padding: 20px 20px 35px;
  font-size: 1.6rem;
  font-weight: 500;
  background: #fff;
}
@media (max-width: 849px) {
  #overview .inner .overview_explanation {
    padding: 4vw 2.6666666667vw 8vw;
    font-size: 3.7333333333vw;
    line-height: 1.2857;
    letter-spacing: 0.05em;
  }
}
#overview .inner .overview_explanation .txt_front {
  margin-bottom: 15px;
  text-align: justify;
  font-weight: 500;
}
@media (max-width: 849px) {
  #overview .inner .overview_explanation .txt_front {
    margin-bottom: 4.8vw;
    font-size: 4vw;
    font-weight: 400;
  }
}
#overview .inner .overview_explanation .txt_front small {
  display: block;
  font-size: 1.6rem;
  margin-top: 10px;
}
@media (max-width: 849px) {
  #overview .inner .overview_explanation .txt_front small {
    font-size: 4vw;
    margin-bottom: 2.6666666667vw;
  }
}
#overview .inner .overview_explanation .txt_front a {
  color: #0a3e86;
}
#overview .inner .overview_explanation dl dt {
  color: #212c68;
  font-weight: 700;
  font-size: 2.2rem;
  margin-bottom: 5px;
}
@media (max-width: 849px) {
  #overview .inner .overview_explanation dl dt {
    font-size: 4vw;
    margin-bottom: 1.3333333333vw;
  }
}
#overview .inner .overview_explanation dl dd {
  padding-left: 25px;
  padding-right: 1em;
  line-height: 1.5;
  margin-bottom: 15px;
}
@media (max-width: 849px) {
  #overview .inner .overview_explanation dl dd {
    padding-left: 3.4666666667vw;
    padding-right: 0;
    line-height: 1.5;
    margin-bottom: 4vw;
    font-size: 4vw;
    font-weight: 400;
  }
}
#overview .inner .overview_explanation .prize_list li + li {
  margin-top: 5px;
}
@media (max-width: 849px) {
  #overview .inner .overview_explanation .prize_list li + li {
    margin-top: 1.3333333333vw;
  }
}
#overview .inner .overview_explanation .prize_list li {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 849px) {
  #overview .inner .overview_explanation .prize_list li {
    align-items: flex-start;
    gap: 2.6666666667vw;
  }
}
#overview .inner .overview_explanation .prize_list li .prize_category {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.5;
  padding-left: 4px;
}
@media (max-width: 849px) {
  #overview .inner .overview_explanation .prize_list li .prize_category {
    width: 8vw;
    height: 5.3333333333vw;
    font-size: 4vw;
    padding-left: 0.5333333333vw;
  }
}
#overview .inner .overview_explanation .prize_list li .prize_name {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media (max-width: 849px) {
  #overview .inner .overview_explanation .prize_list li .prize_name {
    font-size: 4vw;
    width: 64.8vw;
  }
}
#overview .inner .overview_explanation .prize_list li .prize_name span {
  padding-left: 10px;
}
@media (max-width: 849px) {
  #overview .inner .overview_explanation .prize_list li .prize_name span {
    padding-left: 0.8vw;
  }
}
#overview .inner .overview_explanation .prize_list + .note {
  margin-top: 10px;
}
#overview .inner .overview_explanation .prize_list + .note span {
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media (max-width: 849px) {
  #overview .inner .overview_explanation .prize_list + .note {
    font-size: 4vw;
  }
}
@media (max-width: 849px) {
  #overview .inner .overview_explanation .prize_list + .note {
    font-size: 4vw;
    margin-top: 1.8666666667vw;
  }
}
#overview .inner .overview_explanation .accordion {
  margin-bottom: 25px;
}
@media (max-width: 849px) {
  #overview .inner .overview_explanation .accordion {
    margin-bottom: 6.6666666667vw;
  }
}
#overview .inner .overview_explanation .accordion dt {
  text-align: center;
  letter-spacing: 0.1em;
  border-bottom: 2px solid #212c68;
  position: relative;
  cursor: pointer;
}
@media (max-width: 849px) {
  #overview .inner .overview_explanation .accordion dt {
    letter-spacing: 0.1em;
    border-bottom: 0.5333333333vw solid #212c68;
    font-size: 4.2666666667vw;
    padding-bottom: 1.3333333333vw;
  }
}
#overview .inner .overview_explanation .accordion dt::before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  border: solid #212c68;
  border-width: 2px 2px 0 0;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
  right: 5px;
  transition: 0.2s;
}
@media (max-width: 849px) {
  #overview .inner .overview_explanation .accordion dt::before {
    width: 1.8666666667vw;
    height: 1.8666666667vw;
    border-width: 0.5333333333vw 0.5333333333vw 0 0;
    transform: translateY(-50%) rotate(135deg);
    top: auto;
    bottom: 10%;
    right: 1.3333333333vw;
    margin-top: 4vw;
  }
}
#overview .inner .overview_explanation .accordion dt.active::before {
  transform: translateY(-20%) rotate(135deg) scale(-1);
}
#overview .inner .overview_explanation .accordion dd {
  padding-left: 1rem;
  text-indent: -1rem;
  margin-top: 25px;
}
@media (max-width: 849px) {
  #overview .inner .overview_explanation .accordion dd {
    padding-left: 1em;
    text-indent: -0.6em;
  }
}
@media (max-width: 849px) {
  #overview .inner .overview_explanation .accordion:last-of-type {
    margin-bottom: 8vw;
  }
}
#overview .inner .overview_explanation .precautions {
  margin-top: 34px;
}
@media (max-width: 849px) {
  #overview .inner .overview_explanation .precautions {
    margin-top: 0;
  }
}
#overview .inner .overview_explanation .precautions ul {
  padding-bottom: 15px;
}
@media (max-width: 849px) {
  #overview .inner .overview_explanation .precautions ul {
    padding-bottom: 4vw;
  }
}
#overview .inner .overview_explanation .precautions ul li {
  text-align: justify;
}
@media (max-width: 849px) {
  #overview .inner .overview_explanation .prohibitions dd {
    padding-left: 0;
  }
}
#overview .inner .overview_explanation .prohibitions dd > p {
  margin-bottom: 20px;
}
@media (max-width: 849px) {
  #overview .inner .overview_explanation .prohibitions dd > p {
    text-indent: 0em;
  }
}
@media (max-width: 849px) {
  #overview .inner .overview_explanation .prohibitions dd ul {
    padding-left: 2.6666666667vw;
  }
}
#overview .inner .overview_explanation .prohibitions dd ul li {
  text-align: justify;
}
#overview .inner .overview_explanation .disclaimer {
  margin-bottom: 70px;
}
@media (max-width: 849px) {
  #overview .inner .overview_explanation .disclaimer {
    margin-bottom: 9.3333333333vw;
  }
}
#overview .inner .overview_explanation .disclaimer li {
  text-align: justify;
}
#overview .inner .overview_explanation .disclaimer ul + .note {
  font-size: 1.4rem;
  margin-top: 20px;
}
@media (max-width: 849px) {
  #overview .inner .overview_explanation .disclaimer ul + .note {
    font-size: 3.4666666667vw;
    margin-top: 5.3333333333vw;
  }
}
#overview .inner .overview_explanation .disclaimer .participate {
  margin-top: 20px;
}
@media (max-width: 849px) {
  #overview .inner .overview_explanation .disclaimer .participate {
    margin-top: 5.3333333333vw;
  }
}
#overview .inner .overview_explanation .howto dt {
  text-align: center;
  border-top: 2px solid #212c68;
  border-bottom: 2px solid #212c68;
  padding: 2px 0;
  margin-bottom: 12px;
}
@media (max-width: 849px) {
  #overview .inner .overview_explanation .howto dt {
    border-top: 0.5333333333vw solid #212c68;
    border-bottom: 0.5333333333vw solid #212c68;
    padding: 0.5333333333vw 0;
    margin-bottom: 2.6666666667vw;
  }
}
#overview .inner .overview_explanation .howto dd {
  padding-left: 0;
}
#overview .inner .overview_explanation .howto .checkbox__button {
  margin-top: 10px;
}
@media (max-width: 849px) {
  #overview .inner .overview_explanation .howto .checkbox__button {
    margin-top: 2.6666666667vw;
  }
}
#overview .inner .participate {
  position: relative;
  /* ボタン */
}
#overview .inner .participate-pkh {
  margin-top: -40px;
}
@media (max-width: 849px) {
  #overview .inner .participate-pkh {
    margin-top: 0vw;
  }
}
#overview .inner .participate .checkbox__button {
  margin-top: 74px;
}
@media (max-width: 849px) {
  #overview .inner .participate .checkbox__button {
    margin-top: 6.6666666667vw;
  }
}
#overview .inner .participate .js-button__window {
  display: block;
  text-decoration: none;
  text-align: center;
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
  padding: 8px 20px;
  font-size: 2.8rem;
  font-weight: 500;
  background-color: #212c68 !important;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  color: #fff;
  border: none;
  border-radius: 22px;
  cursor: pointer;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media (max-width: 849px) {
  #overview .inner .participate .js-button__window {
    max-width: 62.9333333333vw;
    padding: 4.8vw 0;
    font-size: 3.7333333333vw;
    border-radius: 8vw;
  }
}
#overview .inner .participate .js-button__window .nonId {
  font-size: 2rem;
}
@media only screen and (max-width: 849px) {
  #overview .inner .participate .js-button__window .nonId {
    font-size: 3.2vw;
  }
}
#overview .inner .participate .js-button__window:has(.nonId) {
  max-width: 394px;
  padding: 11px 20px;
  border-radius: 38px;
}
@media only screen and (max-width: 849px) {
  #overview .inner .participate .js-button__window:has(.nonId) {
    max-width: 72vw;
    line-height: 1.5;
    padding: 0.8vw 0;
  }
}

.sec_popular {
  margin-top: 0;
}

.l-footer {
  padding-top: 0;
}