@charset "UTF-8";
.cont__center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cont__center > * {
  min-height: 0%;
}

.cont__container, .cont__header-logo {
  box-sizing: content-box !important;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .cont__container, .cont__header-logo {
    max-width: 89.3333333333vw;
    padding-left: 0;
    padding-right: 0;
  }
}

.link, .cont__btn-link {
  color: inherit;
  transition: opacity 0.3s;
  cursor: pointer;
}
.link:hover, .cont__btn-link:hover {
  opacity: 0.7;
}

/* common:start */
[v-cloak] {
  display: none;
}

@media screen and (max-width: 767px) {
  .pcOnly {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .spOnly {
    display: none !important;
  }
}

.t-single {
  min-width: inherit;
}

.l-main {
  margin-bottom: 0 !important;
}

.cont p,
.cont li,
.cont h2,
.cont h3,
.cont dt,
.cont dd {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
}
.cont img {
  width: 100%;
}
.cont__btn-link {
  display: block;
  width: 68.75%;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .cont__btn-link {
    width: 100%;
    margin-top: 8.2089552239%;
  }
}
@media screen and (max-width: 767px) {
  .cont__btn-link-img {
    height: 13.3333333333vw;
  }
}
.cont__header {
  position: inherit;
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #005444;
  border-top: none;
}
@media screen and (max-width: 767px) {
  .cont__header {
    padding: 2.6666666667% 0 2.6666666667% 5.3333333333%;
  }
}
@media screen and (max-width: 767px) {
  .cont__header-logo {
    max-width: 100%;
  }
}
.cont__header-logo-img {
  display: block;
  width: 24.7916666667%;
}
@media screen and (max-width: 767px) {
  .cont__header-logo-img {
    width: 33.5211267606%;
    height: auto;
  }
}

/* common:end */
.mv::after, .mv::before {
  content: "";
  position: absolute;
  top: 0;
  height: calc(100% - 87px);
  width: 50%;
  z-index: -1;
}

/* mv:start */
.mv {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .mv::before {
    left: 0;
    background: linear-gradient(to bottom, #ff9a21, #fe8d02, #fc8e01);
  }
}
@media screen and (min-width: 768px) {
  .mv::after {
    right: 0;
    background: linear-gradient(to bottom, #f89100, #f28a00, #ee8600, #ec8300, #ea8100);
  }
}
.mv__container {
  position: relative;
  max-width: 960px;
  margin: auto;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .mv__container {
    max-width: 100%;
  }
}
.mv__title {
  position: relative;
  width: 100%;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .mv__img::before {
    content: "";
    position: absolute;
    background-image: url(/sweets/chocolate/chocokoka/images/main_img_recommend-bg-left.png);
    background-repeat: no-repeat;
    background-size: 480px 100%;
    width: 480px;
    height: 524px;
    left: -479px;
  }
  .mv__img::after {
    content: "";
    position: absolute;
    background-image: url(/sweets/chocolate/chocokoka/images/main_img_recommend-bg-right.png);
    background-repeat: no-repeat;
    background-size: 480px 100%;
    width: 480px;
    height: 524px;
    right: -479px;
  }
}
.mv__img-click {
  pointer-events: none;
}

/* mv:end */
/* lead:start */
.lead__container {
  background-color: #f5f2e9;
  padding: 100px 0 95px;
  color: #005444;
}
@media screen and (max-width: 767px) {
  .lead__container {
    padding: 10.6666666667% 0 8%;
  }
}
.lead__evaluation {
  position: relative;
  display: block;
  background-color: #ebd37c;
  border-radius: 25px;
  height: 173px;
  padding-top: 25px;
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .lead__evaluation {
    height: 17.3vw;
    font-size: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .lead__evaluation {
    height: 19.8666666667vw;
    padding-top: 1.4925373134%;
    border-radius: 3.3333333333vw;
    font-size: 3.4666666667vw;
    line-height: 1.7307692308;
  }
}
.lead__evaluation::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-top: 28px solid #ebd37c;
  bottom: -28px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .lead__evaluation::after {
    border-left: 1.8666666667vw solid transparent;
    border-right: 1.8666666667vw solid transparent;
    border-top: 3.7333333333vw solid #ebd37c;
    bottom: -3.4666666667vw;
  }
}
.lead__evaluation-bold {
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .lead__evaluation-bold {
    font-size: 4vw;
    line-height: 1.5;
  }
}
.lead__result {
  display: block;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 26px;
  line-height: 1.8461538462;
  letter-spacing: 0.06em;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .lead__result {
    font-size: 2.6vw;
  }
}
@media screen and (max-width: 767px) {
  .lead__result {
    margin-top: 4.9253731343%;
    margin-bottom: 4.4776119403%;
    font-size: 3.4666666667vw;
    line-height: 1.8461538462;
  }
}
.lead__result-bold {
  font-size: 36px;
  line-height: 1.3333333333;
  font-weight: 900;
}
@media screen and (max-width: 1000px) {
  .lead__result-bold {
    font-size: 3.6vw;
  }
}
@media screen and (max-width: 767px) {
  .lead__result-bold {
    font-size: 4.8vw;
    line-height: 1.3333333333;
  }
}
.lead__result-text {
  font-size: 25px;
  line-height: 1.92;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .lead__result-text {
    font-size: 3.3333333333vw;
  }
}
.lead__result-last {
  display: block;
  margin-top: -5px;
}
@media screen and (max-width: 767px) {
  .lead__result-last {
    margin-top: -0.8955223881%;
  }
}
.lead__result-small {
  font-size: 0.6em;
}
@media screen and (max-width: 767px) {
  .lead__result-small {
    vertical-align: text-top;
  }
}
.lead__note {
  margin-top: 12px;
  font-size: 12px;
  line-height: 1.75;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lead__note {
    margin-top: 2.2388059701%;
    font-size: 2.1333333333vw;
    line-height: 1.375;
  }
}

/* lead:end */
.graph__total-txt, .graph__total-title--small, .graph__total-title, .graph__list-title, .graph__title {
  color: #ffffff;
  font-size: 26px;
  line-height: 1.8461538462;
  letter-spacing: 0.06em;
  font-weight: 800;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .graph__total-txt, .graph__total-title--small, .graph__total-title, .graph__list-title, .graph__title {
    font-size: 2.6vw;
  }
}
@media screen and (max-width: 767px) {
  .graph__total-txt, .graph__total-title--small, .graph__total-title, .graph__list-title, .graph__title {
    font-size: 3.7333333333vw;
    line-height: 1.6071428571;
  }
}

.graph__total-item, .graph__list-item-02, .graph__list-item {
  position: relative;
  background-color: #f5f2e9;
  border-radius: 38px;
  padding: 67px 30px 40px;
}
@media screen and (max-width: 767px) {
  .graph__total-item, .graph__list-item-02, .graph__list-item {
    border-radius: 5.0666666667vw;
    padding: 10% 5.223880597% 5.9701492537%;
  }
}

/* graph:start */
.graph {
  /* simplebar用 */
}
.graph__container {
  background-color: #005444;
  padding: 90px 0 100px;
}
@media screen and (max-width: 767px) {
  .graph__container {
    padding: 10.6666666667% 0;
  }
}
.graph__title {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .graph__title {
    font-size: 2.9333333333vw;
    line-height: 1;
    margin-bottom: 14.9253731343%;
  }
}
.graph__list-item {
  /* simplebar用 */
}
.graph__list-item-02 {
  padding-bottom: 35px;
  margin-top: 135px;
}
@media screen and (max-width: 767px) {
  .graph__list-item-02 {
    margin-top: 17.4626865672%;
    padding-bottom: 6.7164179104%;
  }
}
@media screen and (min-width: 768px) {
  .graph__list-item .simplebar-scrollbar::before {
    content: inherit !important;
  }
}
@media screen and (min-width: 768px) {
  .graph__list-item .simplebar-content-wrapper {
    overflow: hidden !important;
  }
}
.graph__list-title {
  color: #005444;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .graph__list-title {
    margin-bottom: 5.8333333333%;
  }
}
.graph__qicon {
  position: absolute;
  width: 110px;
  top: -42px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .graph__qicon {
    max-width: 14.6666666667vw;
    width: 100%;
    top: -5.7333333333vw;
  }
}
.graph__img-graph, .graph__img-graph-total {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 25px 30px 25px;
}
@media screen and (max-width: 767px) {
  .graph__img-graph, .graph__img-graph-total {
    border-radius: 2.6666666667vw;
    padding: 8.8333333333% 3.3333333333% 2.5% 3.3333333333%;
  }
}
.graph__img-graph-total {
  padding: 35px 30px 25px;
}
@media screen and (max-width: 767px) {
  .graph__img-graph-total {
    padding: 6.6666666667% 3.3333333333% 2.5%;
  }
}
@media screen and (max-width: 767px) {
  .graph__img-wrap {
    position: relative;
    overflow-y: hidden;
  }
}
@media screen and (max-width: 767px) {
  .graph__img-q1 {
    width: 115.7333333333vw;
    padding-bottom: 6vw;
    padding-left: 3.8666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .graph__img-total {
    width: 152.9333333333vw;
    padding-bottom: 6vw;
    padding-left: 3.6vw;
  }
}
.graph__total {
  margin-top: 95px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .graph__total {
    margin-top: 11.9402985075%;
  }
}
.graph__total-title {
  display: inline-block;
  background: linear-gradient(transparent 60%, #009376 40%);
  padding: 0 35px 15px;
  font-size: 46px;
  line-height: 1.0434782609;
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .graph__total-title {
    font-size: 4.6vw;
  }
}
@media screen and (max-width: 767px) {
  .graph__total-title {
    background: linear-gradient(transparent 52%, #009376 40%);
    padding: 0 1.7333333333vw 1.7333333333vw;
    font-size: 6.4vw;
    line-height: 1;
    margin-bottom: 6.7164179104%;
  }
}
.graph__total-title--small {
  font-size: 46px;
  line-height: 1.0434782609;
}
@media screen and (max-width: 767px) {
  .graph__total-title--small {
    font-size: 4.2666666667vw;
    line-height: 1;
  }
}
.graph__total-item {
  padding-top: 40px;
  padding-bottom: 35px;
  /* simplebar用 */
}
@media screen and (max-width: 767px) {
  .graph__total-item {
    padding-top: 5.9701492537%;
    padding-bottom: 4.4776119403%;
  }
}
@media screen and (min-width: 768px) {
  .graph__total-item .simplebar-scrollbar::before {
    content: inherit !important;
  }
}
@media screen and (min-width: 768px) {
  .graph__total-item .simplebar-content-wrapper {
    overflow: hidden !important;
  }
}
.graph__total-group {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .graph__total-group {
    margin-top: 4.1666666667%;
  }
}
.graph__total-txt {
  line-height: 1;
  color: #212121;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .graph__total-txt {
    font-size: 4.2666666667vw;
    margin-bottom: 5.8333333333%;
  }
}
@media screen and (max-width: 767px) {
  .graph .simplebar-wrapper {
    overflow: hidden !important;
  }
}
@media screen and (max-width: 767px) {
  .graph .simplebar-track {
    height: 1.8666666667vw;
    background: #f5f2e9;
    border-radius: 0.9333333333vw;
  }
}
.graph .simplebar-track .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .graph .simplebar-track .simplebar-scrollbar::before {
    width: 100%;
    height: 1.8666666667vw;
    background: #005444;
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .graph .simplebar-track.simplebar-horizontal {
    height: 1.8666666667vw;
  }
}

/* graph:end */
/* research:start */
.research__container {
  background-color: #f5f2e9;
  padding: 100px 0 95px;
}
@media screen and (max-width: 767px) {
  .research__container {
    padding: 10.6666666667% 0 9.3333333333%;
  }
}
.research__title {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .research__title {
    margin-bottom: 4.4776119403%;
  }
}
.research__data {
  max-width: 766px;
  padding: 0 30px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .research__data {
    max-width: 100%;
    padding: 0;
  }
}
.research__data-ttl {
  background-color: #ffffff;
  border-radius: 8px;
  width: 116px;
  height: 37px;
  margin-top: 23px;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  color: #202020;
}
@media screen and (max-width: 767px) {
  .research__data-ttl {
    border-radius: 1.0666666667vw;
    width: 15.7333333333vw;
    height: 4.9333333333vw;
    margin-top: 3.4328358209%;
    font-size: 3.0666666667vw;
  }
}
.research__data-txt {
  font-size: 20px;
  line-height: 1.6;
  margin-left: 11px;
  margin-top: 6px;
  color: #202020;
}
@media screen and (max-width: 767px) {
  .research__data-txt {
    font-size: 2.6666666667vw;
    margin-left: 1.4925373134%;
    margin-top: 0.8955223881%;
  }
}

/* research:end */
/* product:start */
.product__container {
  background-color: #005444;
  padding: 90px 0 95px;
}
@media screen and (max-width: 767px) {
  .product__container {
    padding: 9.3333333333% 0 8.6666666667%;
  }
}
.product__title {
  font-size: 38px;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .product__title {
    font-size: 3.8vw;
  }
}
@media screen and (max-width: 767px) {
  .product__title {
    font-size: 5.3333333333vw;
    line-height: 1.25;
    margin-bottom: 6.7164179104%;
  }
}
.product .cont__btn-link {
  margin-top: 95px;
}
@media screen and (max-width: 767px) {
  .product .cont__btn-link {
    margin-top: 11.1940298507%;
  }
}

/* product:end */