@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, main, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
* Base
*/
img {
  vertical-align: top;
}

html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
}
html.-locked {
  position: fixed;
  width: 100%;
}

body {
  color: #797979;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.6;
  font-weight: 400;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -moz-osx-font-smoothing: unset;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
}
body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  color: #797979;
  font-size: 1.6rem;
  text-decoration: none;
}

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

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes slideIn {
  0% {
    opacity: 0;
    -webkit-transform: translate(40px, 0);
            transform: translate(40px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes slideIn {
  0% {
    opacity: 0;
    -webkit-transform: translate(40px, 0);
            transform: translate(40px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.c-container {
  width: 100%;
  max-width: 1060px;
  padding-left: 30px;
  padding-right: 30px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .c-container {
    min-width: 0;
    padding-left: min(5.333vw, 40px);
    padding-right: min(5.333vw, 40px);
  }
}

header {
  position: relative;
  z-index: 1000;
}

.l-header {
  min-width: 1020px;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .l-header {
    min-width: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    position: fixed;
    width: 100%;
    pointer-events: none;
  }
}
.l-header.-opened {
  top: 0 !important;
  height: 100%;
}
.l-header__head {
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  .l-header__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-header__head.-color {
    background-color: #ff649f;
  }
  .l-header__head.-active {
    background-color: #ff649f;
  }
}
.l-header__logo {
  display: none;
}
.l-header__logo a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header__logo a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    display: block;
    position: static;
    width: 108px;
    z-index: 101;
  }
}
.l-header__btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header__btn {
    position: relative;
    display: block;
    width: 32px;
    height: 30px;
    z-index: 101;
    background-color: unset;
    border: none;
    cursor: pointer;
  }
  .l-header__btn span {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-header__btn span::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: transparent;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: transparent;
  }
  .l-header__btn span::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: transparent;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-header__btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-header__btn:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.l-header__btn.-active span {
  background-color: transparent;
}
.l-header__btn.-active span::before, .l-header__btn.-active span:after {
  background-color: #fff;
}
.l-header__btn.-active::before, .l-header__btn.-active:after {
  background-color: transparent;
}
.l-header__nav {
  display: none;
  padding-bottom: 30px;
  background-color: #ff649f;
}
@media screen and (max-width: 767px) {
  .l-header__nav {
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 100;
    pointer-events: auto;
  }
}
.l-header__nav.-opened {
  opacity: 1;
  visibility: visible;
}
.l-header__item {
  text-align: center;
  border-bottom: 1px solid #fff;
}
.l-header__item a {
  display: block;
  padding: 20px;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}
.l-header__contact {
  margin-top: 30px;
  text-align: center;
}
.l-header__contact a {
  width: 80%;
  margin: auto;
  display: block;
  padding: 20px;
  border-radius: 100px;
  background-color: #509bd7;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}
.l-header__overlay {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header__overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #ff649f;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: -1;
  }
  .l-header__overlay.-active {
    opacity: 0.9;
    visibility: visible;
  }
}

.mv {
  min-width: 1020px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mv {
    min-width: 0;
  }
}
.mv__body {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .mv__body {
    width: 100%;
  }
}
.mv__item {
  position: relative;
  width: 100%;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mv__item {
    width: 100%;
    padding: 0;
  }
}
.mv__item img {
  width: 100%;
  height: auto;
}
.mv__item .logo {
  position: absolute;
  top: 20px;
  left: 20px;
  display: block;
  width: 148px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .mv__item .logo {
    display: none;
  }
}
.mv__item .logo:hover {
  opacity: 0.6;
}
.mv__item .logo img {
  width: 100%;
  height: auto;
}
.mv .swiper-button-next,
.mv .swiper-button-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 20px;
  height: 30px;
}
@media screen and (max-width: 767px) {
  .mv .swiper-button-next,
  .mv .swiper-button-prev {
    display: none;
  }
}
.mv .swiper-button-next::before, .mv .swiper-button-next:after,
.mv .swiper-button-prev::before,
.mv .swiper-button-prev:after {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "";
  font-family: unset;
  width: 20px;
  height: 3px;
  background-color: #fff;
  border-radius: 100px 0 0 100px;
}
.mv .swiper-button-next {
  left: auto;
  right: 13%;
}
.mv .swiper-button-next::before {
  top: calc(50% + 6px);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.mv .swiper-button-next::after {
  top: calc(50% - 6px);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mv .swiper-button-prev {
  left: 13%;
  right: auto;
}
.mv .swiper-button-prev::before {
  top: calc(50% + 6px);
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.mv .swiper-button-prev::after {
  top: calc(50% - 6px);
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.mv .swiper-pagination {
  bottom: 20px;
}
@media screen and (max-width: 767px) {
  .mv .swiper-pagination {
    bottom: 10px;
  }
}
.mv .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .mv .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}

.nav {
  min-width: 1020px;
  position: sticky;
  top: 0;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .nav {
    min-width: 0;
  }
}
.nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.nav__item:first-child a {
  border-left: none;
}
.nav__item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 10px;
  border-left: 1px solid #ffb2cf;
  text-align: center;
  background-color: #ff649f;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.01em;
}
.nav__item a strong {
  font-size: 2.8rem;
}
.nav__item a small {
  font-size: 2rem;
}
.nav__item a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.nav__item a:hover::before {
  opacity: 0.3;
}
.nav__item--blue a {
  background-color: #509bd7;
}

.banner {
  min-width: 1020px;
  padding: 40px 0;
  background-image: url(/q10yogurt/images/bg_01.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .banner {
    min-width: 0;
  }
}
@media screen and (max-width: 767px) {
  .banner {
    padding: 20px 0;
    background-image: url(/q10yogurt/images/bg_01_sp.png);
  }
}
.banner__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px 3.846%;
}
@media screen and (max-width: 767px) {
  .banner__inner {
    display: block;
    margin-left: 0;
  }
}
.banner__item {
  width: 46.153%;
}
@media screen and (max-width: 767px) {
  .banner__item {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }
  .banner__item:first-child {
    margin-top: 0;
  }
}
.banner__item a {
  position: relative;
  display: block;
  width: 100%;
}
.banner__item a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.banner__item a:hover::before {
  opacity: 0.3;
}
.banner__item--1col {
  width: 746px;
}
@media screen and (max-width: 767px) {
  .banner__item--1col {
    width: 100%;
  }
}

.campaign {
  min-width: 1020px;
  padding: 40px 0;
  background-color: #fff9c4;
}
@media screen and (max-width: 767px) {
  .campaign {
    min-width: 0;
  }
}
@media screen and (max-width: 767px) {
  .campaign {
    padding: 20px min(5.333vw, 40px);
  }
}
.campaign__inner {
  margin: 0 113px;
}
@media screen and (max-width: 767px) {
  .campaign__inner {
    margin: 0;
  }
}
.campaign__inner a {
  position: relative;
  display: block;
  border-radius: 20px;
  overflow: hidden;
}
.campaign__inner a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.campaign__inner a:hover::before {
  opacity: 0.3;
}
.campaign .c-container {
  padding-left: 0;
  padding-right: 0;
}

.function {
  min-width: 1020px;
  background-image: url(/q10yogurt/images/base.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .function {
    min-width: 0;
  }
}
@media screen and (max-width: 767px) {
  .function {
    background-image: url(/q10yogurt/images/base_sp.png);
  }
}
.function + * {
  margin-top: 0;
}
.function__inner {
  padding-top: 35px;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .function__inner {
    padding-top: 19px;
    padding-bottom: 19px;
  }
}
.function__head {
  text-align: center;
  color: #509bd7;
  font-weight: bold;
}
.function__sub {
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .function__sub {
    font-size: 1.8rem;
  }
}
.function__sub .bgBlue {
  display: inline-block;
  padding: 0 17px;
  margin-right: 10px;
  background-color: #509bd7;
  color: #fff;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .function__sub .bgBlue {
    display: block;
    margin-bottom: 4px;
    margin-right: 0;
    font-size: 1.6rem;
  }
}
.function__heading {
  font-size: 6rem;
  line-height: 1.3;
}
.function__heading::first-letter {
  font-size: 9rem;
}
@media screen and (max-width: 767px) {
  .function__heading::first-letter {
    font-size: 6rem;
    line-height: 1.1;
  }
}
@media screen and (max-width: 767px) {
  .function__heading {
    font-size: 4.5rem;
  }
}
.function__heading strong {
  color: #ff649f;
}
.function__heading span {
  position: relative;
}
.function__heading span::before {
  content: "";
  position: absolute;
  top: 0;
  left: -67px;
  width: 49px;
  height: 34px;
  background-image: url(/q10yogurt/images/col_01.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .function__heading span::before {
    left: -52px;
    width: 37px;
    height: 26px;
  }
}
.function__heading span:after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: -68px;
  width: 49px;
  height: 34px;
  background-image: url(/q10yogurt/images/col_02.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .function__heading span:after {
    bottom: 3px;
    right: -53px;
    width: 37px;
    height: 26px;
  }
}
.function__body {
  padding: 32px 70px 57px;
  margin-top: 16px;
  border-radius: 40px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .function__body {
    padding: 20px 17px 28px;
    margin-top: 9px;
    border-radius: 20px;
  }
}
.function__item {
  margin-top: 52px;
}
.function__item:first-child {
  margin-top: 0;
}
.function__item:nth-child(3) .item__image {
  width: 197px;
  margin-top: 23px;
  margin-left: 18px;
  margin-right: 45px;
}
@media screen and (max-width: 767px) {
  .function__item:nth-child(3) .item__image {
    width: 58%;
    margin-left: auto;
    margin-right: auto;
  }
  .function__item:nth-child(3) .item__image img {
    margin-left: 8px;
  }
}
.function__item:nth-child(3) .item__txtBlock {
  width: calc(100% - 197px - 18px - 45px);
}
@media screen and (max-width: 767px) {
  .function__item:nth-child(3) .item__txtBlock {
    width: 100%;
    margin-top: 18px;
  }
}
.function__item:nth-child(3) .item__btn a {
  padding: 7px 43px 7px 0;
}
@media screen and (max-width: 767px) {
  .function__item:nth-child(3) .item__btn a {
    padding: 7px 43px;
  }
}
@media screen and (max-width: 767px) {
  .function__item:nth-child(3) .item__heading {
    line-height: 1.1;
  }
}
@media screen and (max-width: 767px) {
  .function__item {
    margin-top: 28px;
  }
}
.function__item .item__headArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .function__item .item__headArea {
    display: block;
  }
}
.function__item .item__deco {
  width: 180px;
  margin-top: 5px;
  text-align: center;
  border-right: 1px solid #797979;
}
@media screen and (max-width: 767px) {
  .function__item .item__deco {
    width: 100%;
    margin-left: -3px;
    border-right: none;
  }
}
.function__item .item__function {
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .function__item .item__function {
    margin-left: 5px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .function__item .item__function {
    font-size: 1rem;
  }
}
.function__item .item__number {
  display: block;
  width: 80px;
  margin-top: 3px;
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .function__item .item__number {
    width: 16%;
    position: relative;
    padding-bottom: 17px;
    margin: 4px auto 0;
  }
  .function__item .item__number:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 10px;
    width: calc(100% - 7px);
    height: 2px;
    background-color: #bcbcbc;
  }
}
.function__item .item__head {
  width: calc(100% - 180px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .function__item .item__head {
    width: 100%;
    margin-top: 6px;
  }
}
.function__item .item__sub {
  font-size: 2.8rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .function__item .item__sub {
    font-size: 2.8rem;
    line-height: 1.3;
  }
}
.function__item .item__heading {
  margin-top: 3px;
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .function__item .item__heading {
    margin-top: 11px;
    font-size: 2.8rem;
  }
}
.function__item .item__heading span {
  color: #ff649f;
  font-size: 6rem;
}
@media screen and (max-width: 767px) {
  .function__item .item__heading span {
    font-size: 3.5rem;
  }
}
.function__item .item__txtArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 34px;
  border-top: 10px solid #ff649f;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .function__item .item__txtArea {
    display: block;
    padding-top: 0;
    margin-top: 12px;
    border-top-width: 5px;
  }
}
.function__item .item__image {
  width: 183px;
  margin-right: 61px;
  margin-left: 17px;
  margin-top: -19px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .function__item .item__image {
    width: 56%;
    margin: auto;
  }
}
.function__item .item__txtBlock {
  width: calc(100% - 183px - 61px - 17px);
}
.function__item .item__txtBlock:only-child {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .function__item .item__txtBlock {
    width: 100%;
  }
}
.function__item .item__txt {
  font-size: 2.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .function__item .item__txt {
    letter-spacing: 0.01em;
    line-height: 1.6;
  }
}
.function__item .item__txt sup {
  vertical-align: super;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .function__item .item__txt {
    font-size: 1.9rem;
    text-align: center;
  }
}
.function__item .item__subTxt {
  margin-top: 12px;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .function__item .item__subTxt {
    margin-top: 9px;
    text-align: center;
    font-size: 1.2rem;
  }
}
.function__item .item__btn {
  width: 680px;
  margin: 54px auto 0;
}
@media screen and (max-width: 767px) {
  .function__item .item__btn {
    width: 100%;
    margin-top: 16px;
  }
}
.function__item .item__btn a {
  position: relative;
  display: block;
  padding: 7px 43px;
  border: 7px solid #ffb2cf;
  border-radius: 100px;
  text-align: center;
  color: #ff649f;
  font-size: 2.6rem;
  font-weight: bold;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .function__item .item__btn a {
    padding: 10px 30px;
    border-width: 3px;
    font-size: 1.6rem;
    line-height: 1.3;
  }
}
.function__item .item__btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 26px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 14px;
  height: 13px;
  background-image: url(/q10yogurt/images/icon_arw_01.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .function__item .item__btn a:after {
    position: static;
    display: inline-block;
    width: 9px;
    height: 8px;
    margin-left: 3px;
    vertical-align: -2px;
  }
}
.function__item .item__btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}
.function__item .item__btn a:hover::before {
  opacity: 0.3;
}
.function__btn {
  width: 600px;
  margin: 36px auto 0;
}
@media screen and (max-width: 767px) {
  .function__btn {
    width: 100%;
    margin-top: 18px;
  }
}
.function__btn a {
  position: relative;
  display: block;
  text-align: center;
  padding: 30px 60px;
  border-radius: 100px;
  background-color: #509bd7;
  color: #fff;
  font-size: 2.9rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .function__btn a {
    padding: 17px 17px;
    font-size: 1.6rem;
  }
}
.function__btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 34px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 14px;
  height: 13px;
  background-image: url(/q10yogurt/images/icon_arw_02.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .function__btn a:after {
    position: static;
    display: inline-block;
    width: 9px;
    height: 8px;
    margin-left: 5px;
    vertical-align: -3px;
  }
}
.function__btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}
.function__btn a:hover::before {
  opacity: 0.3;
}

.band {
  min-width: 1020px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .band {
    min-width: 0;
  }
}
.band a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.band a:hover {
  opacity: 0.6;
}

.tv {
  min-width: 1020px;
  position: relative;
  border-top: 6px solid #ff649f;
  background-color: #ffeff5;
}
@media screen and (max-width: 767px) {
  .tv {
    min-width: 0;
  }
}
@media screen and (max-width: 767px) {
  .tv {
    border-top: none;
  }
}
.tv:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50.6%;
  background-color: #ffa2c5;
}
.tv__inner {
  position: relative;
  padding-bottom: 60px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .tv__inner {
    padding: 0 20px 20px;
  }
}
.tv__balloon {
  width: 430px;
  padding-top: 20px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .tv__balloon {
    width: 90%;
    padding-top: 20px;
  }
}
.tv__balloon__lg {
  width: 600px;
}
@media screen and (max-width: 767px) {
  .tv__balloon__lg {
    width: 90%;
  }
}
.tv__video {
  width: 467px;
  height: 0;
  padding-bottom: 272px;
  margin: 11px auto 0;
}
@media screen and (max-width: 767px) {
  .tv__video {
    width: 100%;
    padding-bottom: 58%;
  }
}

.videoModal {
  display: none;
  width: 78.4%;
  max-width: 1100px;
  padding: 40px 40px 35px;
  border-radius: 30px;
  background-image: url(../images/modal_01.png);
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 767px) {
  .videoModal {
    padding: 40px 20px 35px;
    background-image: url(../images/modal_01_sp.png);
  }
}
.videoModal video {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.videoModal video source {
  width: 100%;
  height: 100%;
}

.product {
  min-width: 1020px;
}
@media screen and (max-width: 767px) {
  .product {
    min-width: 0;
  }
}
.product__inner {
  padding: 51px 0 0;
}
@media screen and (max-width: 767px) {
  .product__inner {
    padding-top: 23px;
  }
}
.product__heading {
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .product__heading {
    font-size: 2.4rem;
  }
}
.product__copy {
  text-align: center;
  margin-top: 22px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .product__copy {
    margin-top: 17px;
    margin-left: -3px;
    margin-right: -3px;
    font-size: 2.1rem;
    line-height: 1.3;
  }
}
.product__copy sup {
  font-size: 1rem;
  vertical-align: super;
}
.product__copy span {
  color: #ff649f;
}
.product__sub {
  margin-top: 7px;
  text-align: center;
  font-size: 1.6rem;
}
.product__body {
  margin-top: 33px;
}
@media screen and (max-width: 767px) {
  .product__body {
    margin-top: 27px;
  }
}
.product__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 101px;
}
.product__item:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .product__item {
    display: block;
    margin-top: 30px;
  }
}
.product__item:nth-child(2) .product__image {
  width: 201px;
  margin-left: 77px;
}
@media screen and (max-width: 767px) {
  .product__item:nth-child(2) .product__image {
    margin-left: auto;
  }
}
.product__item:nth-child(2) .product__txtArea {
  width: calc(100% - 211px - 77px - 72px);
  margin-left: 82px;
}
@media screen and (max-width: 767px) {
  .product__item:nth-child(2) .product__txtArea {
    width: 100%;
    margin-left: 0;
  }
}
.product__image {
  width: 211px;
  margin-left: 72px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .product__image {
    width: 63%;
    margin: auto;
  }
}
.product__txtArea {
  width: calc(100% - 211px - 77px - 72px);
  margin-left: 77px;
}
@media screen and (max-width: 767px) {
  .product__txtArea {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}
.product__txtArea dl {
  margin-top: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product__txtArea dl dt, .product__txtArea dl dd {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .product__txtArea dl dt, .product__txtArea dl dd {
    width: 50%;
    font-size: 1.5rem;
    line-height: 1.7;
  }
}
.product__txtArea dl dt {
  width: 45%;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .product__txtArea dl dt {
    width: 50%;
  }
}
.product__txtArea dl dd {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .product__txtArea dl dd {
    width: 50%;
  }
}
.product__detail {
  display: inline-block;
  width: 180px;
  padding: 3px;
  border: 1px solid #797979;
  border-radius: 100px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .product__detail {
    display: block;
    width: 160px;
    margin: auto;
    font-size: 1.6rem;
  }
}
.product__txt {
  padding: 16px 20px;
  margin-top: 31px;
  background-color: #edf5fb;
  color: #509bd7;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .product__txt {
    margin-top: 13px;
    font-size: 1.5rem;
  }
}
.product__caution {
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .product__caution {
    margin-top: 11px;
  }
}
.product__caution li {
  margin-top: 1px;
  margin-left: 20px;
  list-style-type: disc;
  font-size: 1.6rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .product__caution li {
    margin-top: -1px;
    line-height: 1.6;
  }
}

.faq {
  margin-top: 47px;
  background-image: url(../images/faq_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .faq {
    margin-top: 24px;
    background-image: url(../images/faq_bg_sp.jpg);
  }
}
.faq__inner {
  padding: 70px 0;
}
@media screen and (max-width: 767px) {
  .faq__inner {
    padding: 20px 0;
  }
}
.faq__heading {
  margin-bottom: 60px;
  text-align: center;
  color: #ff649f;
  font-size: 2.8rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .faq__heading {
    margin-bottom: 16px;
    font-size: 2rem;
  }
}
.faq li {
  padding: 10px 35px 10px 45px;
  background-color: #fff;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .faq li {
    padding: 10px 12px;
  }
}
.faq li ~ li {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .faq li ~ li {
    margin-top: 45px;
  }
}
.faq dl dt, .faq dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .faq dl dt, .faq dl dd {
    gap: 10px;
  }
}
.faq dl dt span, .faq dl dd span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  text-align: center;
  background-color: #ff649f;
  color: #fff;
  font-size: 3.6rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .faq dl dt span, .faq dl dd span {
    width: 30px;
    height: 30px;
    font-size: 1.8rem;
  }
}
.faq dl dt p, .faq dl dd p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 64px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .faq dl dt p, .faq dl dd p {
    min-height: 30px;
    font-size: 1.4rem;
    letter-spacing: 0.03em;
  }
}
.faq dl dt {
  padding-bottom: 10px;
  border-bottom: 6px solid #ff649f;
  margin-bottom: 12px;
  color: #ff649f;
}
@media screen and (max-width: 767px) {
  .faq dl dt {
    padding-bottom: 5px;
    border-bottom-width: 3px;
    margin-bottom: 5px;
  }
}
.faq dl dd span {
  margin-top: 5px;
  background-color: #509bd7;
}
@media screen and (max-width: 767px) {
  .faq dl dd span {
    margin-top: 3px;
  }
}
@media screen and (max-width: 767px) {
  .faq dl dd p {
    margin-top: 5px;
  }
}

.snsLink {
  margin-top: 95px;
}
@media screen and (max-width: 767px) {
  .snsLink {
    margin-top: 40px;
  }
}
.snsLink_hdg {
  width: 281px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .snsLink_hdg {
    max-width: 353px;
    width: 50%;
  }
}
.snsLink_hdg img {
  width: 100%;
}
.snsLink_icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 80px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .snsLink_icons {
    gap: 30px;
    margin-top: 20px;
  }
}
.snsLink_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .snsLink_icon {
    width: 50px;
  }
}
.snsLink_icon:hover {
  opacity: 0.6;
}
.snsLink_icon img {
  max-width: 100%;
}

.other {
  min-width: 1020px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .other {
    min-width: 0;
  }
}
@media screen and (max-width: 767px) {
  .other {
    padding-left: min(5.333vw, 40px);
    padding-right: min(5.333vw, 40px);
    margin-top: 24px;
  }
}
.other a {
  position: relative;
  display: block;
  width: 512px;
  margin: 95px auto 0;
}
@media screen and (max-width: 767px) {
  .other a {
    width: 100%;
    margin: 40px auto 0;
  }
}
.other a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}
.other a:hover::before {
  opacity: 0.3;
}

.l-footer {
  min-width: 1020px;
  padding-bottom: 36px;
  margin-top: 37px;
}
@media screen and (max-width: 767px) {
  .l-footer {
    min-width: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-bottom: 20px;
    margin-top: 28px;
  }
}
.l-footer__banner {
  width: 746px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .l-footer__banner {
    width: 100%;
  }
}
.l-footer__banner img {
  width: 100%;
  height: auto;
}
.l-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    display: block;
  }
}
.l-footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .l-footer__body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-footer__item {
  position: relative;
  padding-right: 8px;
  margin-top: 2px;
  margin-right: 8px;
  font-size: 1.6rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .l-footer__item {
    font-size: 1.5rem;
  }
}
.l-footer__item:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #797979;
}
.l-footer__item:last-child:after {
  content: none;
}
.l-footer__item a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-footer__item a:hover {
  opacity: 0.3;
}
.l-footer__copy {
  margin-top: 7px;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    font-size: 1.09rem;
  }
}
.l-footer__logo {
  width: 148px;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    width: 32.833%;
    margin: 27px auto 0;
  }
}
.l-footer__logo a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-footer__logo a:hover {
  opacity: 0.7;
}

.modalContent {
  position: relative;
  display: none;
  width: 78.4%;
  max-width: 1100px;
  padding: 40px;
  border-radius: 30px;
  background-image: url(../images/modal_01.png);
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 767px) {
  .modalContent {
    padding: 20px;
    background-image: url(../images/modal_01_sp.png);
  }
}
.modalContent.modalContent--02 {
  background-image: url(../images/modal_02.png);
}
.modalContent.modalContent--02 .modalContent__image {
  width: 40%;
  margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
  .modalContent.modalContent--02 .modalContent__image {
    width: 100%;
  }
}
.modalContent.modalContent--02 .modalContent__txt {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .modalContent.modalContent--02 {
    background-image: url(../images/modal_02_sp.png);
  }
}
.modalContent__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #ff649f;
}
@media screen and (max-width: 767px) {
  .modalContent__header {
    display: block;
  }
}
.modalContent__copy {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .modalContent__copy {
    font-size: 1.3rem;
  }
}
.modalContent__hdg {
  font-size: 2.8rem;
  font-weight: bold;
}
.modalContent__hdg sup {
  font-size: 1rem;
  vertical-align: 18px;
}
@media screen and (max-width: 767px) {
  .modalContent__hdg sup {
    vertical-align: 8px;
  }
}
@media screen and (max-width: 767px) {
  .modalContent__hdg {
    font-size: 1.8rem;
  }
}
.modalContent__sub {
  margin-left: 15px;
  margin-bottom: 4px;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .modalContent__sub {
    margin-left: 0;
    font-size: 1rem;
  }
}
.modalContent__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .modalContent__body {
    display: block;
    margin-top: 0;
  }
}
.modalContent__image {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .modalContent__image {
    width: 100%;
  }
}
.modalContent__graph {
  width: 60%;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .modalContent__graph {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}
.modalContent__txt {
  margin-top: 30px;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .modalContent__txt {
    font-size: 1.4rem;
  }
}
.modalContent__subTxt {
  margin-top: 30px;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .modalContent__subTxt {
    margin-top: 20px;
    font-size: 1rem;
  }
}
.modalContent::before {
  content: "";
  position: absolute;
  top: 60px;
  left: 0;
  width: 25px;
  height: 5px;
  background-image: url(../images/modal_deco.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .modalContent::before {
    top: 27px;
    width: 16px;
  }
}

.fancybox-bg {
  background-color: #ff90b8;
}

.fancybox-slide--html .fancybox-close-small {
  top: 6px;
  right: 6px;
}
@media screen and (max-width: 767px) {
  .fancybox-slide--html #video .fancybox-close-small {
    top: 0;
    right: 0;
  }
}

.fancybox-button svg path {
  fill: #797979;
}

.fadeIn {
  opacity: 0;
}
.fadeIn.-active {
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

.slideIn {
  opacity: 0;
}
.slideIn.-active {
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: slideIn;
          animation-name: slideIn;
}

@media screen and (max-width: 767px) {
  .u-pcOnly {
    display: none;
  }
}

.u-spOnly {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-spOnly {
    display: block;
  }
}

.pg-contents .kv {
  position: relative;
  width: 100%;
  min-width: 1020px;
}
@media screen and (max-width: 767px) {
  .pg-contents .kv {
    min-width: 0;
  }
}
.pg-contents .kv img {
  width: 100%;
  height: auto;
}
.pg-contents .kv .logo {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 148px;
}
@media screen and (max-width: 767px) {
  .pg-contents .kv .logo {
    width: 110px;
  }
}
.pg-contents .kv .logo a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pg-contents .kv .logo a:hover {
  opacity: 0.6;
}
.pg-contents .contentWrapper {
  min-width: 1020px;
  padding-bottom: 60px;
  background-color: rgba(235, 89, 155, 0.1);
}
@media screen and (max-width: 767px) {
  .pg-contents .contentWrapper {
    min-width: 0;
    padding-bottom: 20px;
  }
}
.pg-contents .contentWrapper .head {
  position: relative;
  padding-top: 66px;
}
@media screen and (max-width: 767px) {
  .pg-contents .contentWrapper .head {
    padding-top: 24px;
    overflow: hidden;
  }
}
.pg-contents .contentWrapper .head::before {
  content: "";
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/head_bg_01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .pg-contents .contentWrapper .head::before {
    top: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0) scale(1.12);
            transform: translate(-50%, 0) scale(1.12);
    max-width: 406px;
    background-image: url(../images/head_bg_01_sp.png);
  }
}
.pg-contents .contentWrapper .head__hdg {
  position: relative;
  width: 430px;
  margin-left: auto;
  margin-right: auto;
}
.pg-contents .contentWrapper .head__hdg::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -15px;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  width: 207px;
  height: 277px;
  background-image: url(../images/head_deco_01.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .pg-contents .contentWrapper .head__hdg::before {
    content: none;
  }
}
.pg-contents .contentWrapper .head__hdg::after {
  content: "";
  position: absolute;
  top: -19px;
  right: 25px;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  width: 293px;
  height: 290px;
  background-image: url(../images/head_deco_02.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .pg-contents .contentWrapper .head__hdg::after {
    content: none;
  }
}
.pg-contents .contentWrapper .head__desc {
  position: relative;
  margin-top: 80px;
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.7;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .pg-contents .contentWrapper .head__desc {
    margin-top: 0;
    font-size: 2.3rem;
    line-height: 1.56;
  }
}
.pg-contents .contentWrapper .head__desc::after {
  content: "";
  position: absolute;
  bottom: -52px;
  left: -9px;
  width: 73px;
  height: 266px;
  background-image: url(../images/head_deco_03.png);
}
@media screen and (max-width: 767px) {
  .pg-contents .contentWrapper .head__desc::after {
    content: none;
  }
}
.pg-contents .contentWrapper .head__img {
  display: none;
}
@media screen and (max-width: 767px) {
  .pg-contents .contentWrapper .head__img {
    position: relative;
    display: block;
    width: 76%;
    margin-left: auto;
    margin-right: 30px;
    z-index: 1;
  }
}
.pg-contents .contentWrapper .report {
  position: relative;
  border: 3px solid #96C3E7;
  border-radius: 40px;
  margin-top: 67px;
  background-color: #edf5fb;
}
@media screen and (max-width: 767px) {
  .pg-contents .contentWrapper .report {
    margin-top: 30px;
    border-radius: 20px;
  }
}
.pg-contents .contentWrapper .report::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 200px;
  height: 14px;
  background-image: url(../images/report_deco_01.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.pg-contents .contentWrapper .report__inner {
  padding: 36px 39px 36px;
  border: 3px solid #96C3E7;
  border-radius: 30px;
  margin: 18px;
  background-image: url(../images/report_bg_01.png);
  background-repeat: repeat-y;
  background-size: auto;
}
@media screen and (max-width: 767px) {
  .pg-contents .contentWrapper .report__inner {
    padding: 40px 10px 10px;
    border-radius: 16px;
    margin: 20px 6px 10px;
  }
}
.pg-contents .contentWrapper .report__hdg {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .pg-contents .contentWrapper .report__hdg {
    width: calc(100% - 18px);
  }
}
.pg-contents .contentWrapper .report__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
  margin-left: -7%;
}
@media screen and (max-width: 767px) {
  .pg-contents .contentWrapper .report__body {
    margin-top: 0;
    margin-left: 0;
  }
}
.pg-contents .contentWrapper .report__item {
  position: relative;
  width: 43%;
  margin-left: 7%;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .pg-contents .contentWrapper .report__item {
    width: 100%;
    margin-top: 54px;
    margin-left: 0;
  }
}
.pg-contents .contentWrapper .report__item .deco {
  position: absolute;
  top: -16px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .pg-contents .contentWrapper .report__item .deco {
    top: -8px;
  }
}
.pg-contents .contentWrapper .report__item .rep {
  width: 146px;
}
@media screen and (max-width: 767px) {
  .pg-contents .contentWrapper .report__item .rep {
    width: 90px;
  }
}
.pg-contents .contentWrapper .report__item .rep img {
  width: 100%;
  height: auto;
}
.pg-contents .contentWrapper .report__item .new {
  position: absolute;
  top: 40px;
  left: 30px;
}
@media screen and (max-width: 767px) {
  .pg-contents .contentWrapper .report__item .new {
    top: 28px;
    left: 23px;
  }
}
.pg-contents .contentWrapper .report__item:first-child {
  position: relative;
}
.pg-contents .contentWrapper .report__item:first-child::before {
  content: none;
}
@media screen and (max-width: 767px) {
  .pg-contents .contentWrapper .report__item:first-child::before {
    content: "";
    position: absolute;
    top: -6px;
    right: 6px;
    width: 75px;
    height: 122px;
    -webkit-transform: translate(0, calc(-100% + 30px));
            transform: translate(0, calc(-100% + 30px));
    background-image: url(../images/report_illust.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
  }
}
.pg-contents .contentWrapper .report__item:nth-child(2) {
  position: relative;
}
.pg-contents .contentWrapper .report__item:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 7px;
  right: 9px;
  width: 104px;
  height: 168px;
  -webkit-transform: translate(0, calc(-100% + 30px));
          transform: translate(0, calc(-100% + 30px));
  background-image: url(../images/report_illust.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .pg-contents .contentWrapper .report__item:nth-child(2)::before {
    content: none;
  }
}
.pg-contents .contentWrapper .report__contents {
  position: relative;
  padding-bottom: 41px;
  border-radius: 20px;
  background-color: #edf5fb;
  -webkit-box-shadow: 2px 2px 10px 5px rgba(0, 0, 0, 0.07);
          box-shadow: 2px 2px 10px 5px rgba(0, 0, 0, 0.07);
}
@media screen and (max-width: 767px) {
  .pg-contents .contentWrapper .report__contents {
    padding-bottom: 38px;
  }
}
.pg-contents .contentWrapper .report__kv {
  width: 100%;
  padding: 40px 30px 0;
}
@media screen and (max-width: 767px) {
  .pg-contents .contentWrapper .report__kv {
    padding: 28px 23px 0;
  }
}
.pg-contents .contentWrapper .report__kv img {
  width: 100%;
  height: auto;
}
.pg-contents .contentWrapper .report__title {
  position: relative;
  padding: 0 30px 41px;
  margin-top: 4px;
  margin-bottom: -41px;
  color: #ff649f;
  font-size: 2rem;
  font-weight: bold;
  z-index: 1;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .pg-contents .contentWrapper .report__title {
    padding: 0 23px 38px;
    margin-bottom: -38px;
    font-size: 1.7rem;
  }
}
.pg-contents .contentWrapper .report__accordion {
  position: relative;
  display: none;
  padding: 0 30px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .pg-contents .contentWrapper .report__accordion {
    padding: 0 23px;
  }
}
.pg-contents .contentWrapper .report__accordion .imgSet--2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -20px;
}
@media screen and (max-width: 767px) {
  .pg-contents .contentWrapper .report__accordion .imgSet--2col {
    margin-left: -10px;
  }
}
.pg-contents .contentWrapper .report__accordion .imgSet--2col .imgSet__item {
  width: 160px;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .pg-contents .contentWrapper .report__accordion .imgSet--2col .imgSet__item {
    width: 46%;
    margin-left: 10px;
  }
}
.pg-contents .contentWrapper .report__accordion .imgSet__item {
  margin-top: 15px;
}
.pg-contents .contentWrapper .report__accordion .txtImgSet {
  margin-top: 15px;
}
.pg-contents .contentWrapper .report__accordion .txtImgSet__item::after {
  content: "";
  display: block;
  clear: both;
}
.pg-contents .contentWrapper .report__accordion .txtImgSet .img {
  float: left;
  width: 160px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .pg-contents .contentWrapper .report__accordion .txtImgSet .img {
    margin-right: 10px;
    width: calc(50% - 5px);
  }
}
.pg-contents .contentWrapper .report__accordion .txtImgSet .txt {
  font-size: 1.6rem;
}
.pg-contents .contentWrapper .report__accordion .txtImgSet--right .img {
  float: right;
  margin-right: 0;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .pg-contents .contentWrapper .report__accordion .txtImgSet--right .img {
    margin-left: 10px;
  }
}
.pg-contents .contentWrapper .report__accordion .txtSet {
  margin-top: 15px;
}
.pg-contents .contentWrapper .report__accordion .wysiwyg {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .pg-contents .contentWrapper .report__accordion .wysiwyg {
    font-size: 1.5rem;
  }
}
.pg-contents .contentWrapper .report__accordion .wysiwyg b {
  font-weight: bold;
}
.pg-contents .contentWrapper .report__accordion .wysiwyg i {
  font-style: italic;
}
.pg-contents .contentWrapper .report__accordion .wysiwyg u {
  text-decoration: underline;
}
.pg-contents .contentWrapper .report__accordion .wysiwyg sup {
  font-size: 1rem;
  vertical-align: super;
}
.pg-contents .contentWrapper .report__accordion .wysiwyg sub {
  font-size: 1rem;
  vertical-align: baseline;
}
.pg-contents .contentWrapper .report__accordion .wysiwyg a {
  text-decoration: underline;
}
.pg-contents .contentWrapper .report__accordion .wysiwyg a:hover {
  text-decoration: none;
}
.pg-contents .contentWrapper .report__accordion .wysiwyg ul > li {
  list-style-type: disc;
}
.pg-contents .contentWrapper .report__accordion .wysiwyg ol li {
  list-style-type: decimal;
}
.pg-contents .contentWrapper .report__accordion .wysiwyg ol, .pg-contents .contentWrapper .report__accordion .wysiwyg ul {
  padding-left: 20px;
}
.pg-contents .contentWrapper .report__accordion .wysiwyg ol > li > ul > li, .pg-contents .contentWrapper .report__accordion .wysiwyg ul > li > ul > li {
  list-style-type: circle;
}
.pg-contents .contentWrapper .report__accordion .wysiwyg .is-center {
  text-align: center;
}
.pg-contents .contentWrapper .report__accordion .wysiwyg .is-right {
  text-align: right;
}
.pg-contents .contentWrapper .report__btn {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 26px;
  border: none;
  background-color: #DCEBF7;
  cursor: pointer;
  border-radius: 0 0 20px 20px;
}
@media screen and (max-width: 767px) {
  .pg-contents .contentWrapper .report__btn {
    height: 18px;
  }
}
.pg-contents .contentWrapper .report__btn::before, .pg-contents .contentWrapper .report__btn:after {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  -webkit-transform-origin: center;
          transform-origin: center;
  width: 14px;
  height: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pg-contents .contentWrapper .report__btn::before {
  -webkit-transform: translate(-50%, 0) rotate(180deg);
          transform: translate(-50%, 0) rotate(180deg);
  background-image: url(../images/icon_accordion.png);
}
.pg-contents .contentWrapper .report__btn::after {
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background-image: url(../images/icon_accordion.png);
  opacity: 0;
}
.pg-contents .contentWrapper .report__btn.-active::before {
  opacity: 0;
}
.pg-contents .contentWrapper .report__btn.-active:after {
  opacity: 1;
}
.pg-contents .snsLink {
  margin-top: 60px;
  margin-top: 30px;
}
.pg-contents .snsLink_icons {
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .pg-contents .snsLink_icons {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pg-contents .l-footer {
    margin-top: 20px;
  }
}
.pg-contents .l-footer__banner a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pg-contents .l-footer__banner a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .pg-contents .l-footer__banner {
    margin-bottom: 30px;
  }
}