/*Base*/
:root {
  --base-font-family: "Zen Kaku Gothic New", sans-serif;
  --accent-font-family:"Noto Serif JP", sans-serif;
  --font-weight: 400;
  --header-height:80px;
  interpolate-size: allow-keywords;
  color: #231815;
  text-autospace: normal;
}

:root {
  font-family: var(--base-font-family);
  font-size: 100%;
  font-weight: var(--font-weight);
  color: var(--text-base);
}
@media screen and (max-width: 768px) {
  :root {
    font-size: 100%;
  }
}

.tcoHeader {
  background-color: rgb(247, 0, 109);
  height: var(--header-height);
}

@media screen and (max-width: 768px) {
  .tcoHeader {
    height: 13.3333333333vw;
  }
}

.tcoHeader__navBtn .text img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .tcoHeader__nav {
    top: 13.3333333333vw;
  }
}

@media screen and (max-width: 768px) {
  .tcoHeader__inner {
    padding-inline: 0 5.3333333333vw 0 5.3333333333vw;
  }
}

.tcoHeader__cart {
  width: 28px;
}
@media screen and (max-width: 768px) {
  .tcoHeader__cart {
    width: 6.5333333333vw;
    margin-left: 3.7333333333vw;
  }
  .tcoHeader__cart img {
    width: 100%;
    height: auto;
  }
}

.tcoHeader__logo {
  width: 108px;
}
@media screen and (max-width: 768px) {
  .tcoHeader__logo {
    width: 19.4666666667vw;
  }
}

@media screen and (max-width: 768px) {
  .tcoHeader__navBtn {
    width: 6.4vw;
  }
}

.tcoHeader__navBtn .line {
  background: #fff;
}

.tcoHeader__snsItems {
  padding: 7px 29px;
  background-color: #fff;
  border-radius: 50px;
}

.tcoHeader__navItem--none a::before, .tcoHeader__navItem--none a::after {
  content: unset;
}
.tcoHeader__navItem a {
  text-decoration: unset;
}
@media screen and (max-width: 768px) {
  .tcoHeader__navItem a {
    font-size: 4.8vw;
    letter-spacing: 0.0672vw;
    line-height: 1.25;
    padding-block: 6.4vw;
  }
  .tcoHeader__navItem a::before, .tcoHeader__navItem a::after {
    width: 2.6666666667vw;
    height: 0.2666666667vw;
  }
}
.tcoHeader__navItem .js-content {
  padding-left: 2em;
  padding-bottom: 2em;
}
.tcoHeader__navItem .js-content .tcoHeader__navItem {
  border: none;
}
.tcoHeader__navItem details summary {
  display: block;
  gap: 20px;
  padding-block: 30px;
  position: relative;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4583333333;
  color: rgba(227, 0, 124, 0);
  text-decoration: none;
  transition: -webkit-text-decoration 0.3s;
  transition: text-decoration 0.3s;
  transition: text-decoration 0.3s, -webkit-text-decoration 0.3s;
  cursor: pointer;
  width: 20%;
  margin-left: auto;
  margin-top: -95px;
}
@media screen and (max-width: 768px) {
  .tcoHeader__navItem details summary {
    padding-block: 6.4vw;
    margin-top: -18.6666666667vw;
    font-size: 4.8vw;
    letter-spacing: 0.0672vw;
    line-height: 1.25;
  }
}
.tcoHeader__navItem details summary::before, .tcoHeader__navItem details summary::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  background: currentColor;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #e3007c;
}
@media screen and (max-width: 768px) {
  .tcoHeader__navItem details summary::before, .tcoHeader__navItem details summary::after {
    width: 3.3333333333vw;
    height: 0.2666666667vw;
  }
}
.tcoHeader__navItem details summary::after {
  transform: rotate(90deg);
  transition-duration: 0.3s;
}
.tcoHeader__navItem details ul {
  transition-duration: 0.3s;
}
.tcoHeader__navItem details.is-opened summary::after {
  transform: rotate(0);
  transition-duration: 0.3s;
}

@media screen and (max-width: 768px) {
  .tcoHeader__navBottomText {
    font-size: 4.8vw;
    letter-spacing: 0.0672vw;
    line-height: 1.25;
    font-weight: 500;
    margin-top: 2em;
    margin-bottom: 4vw;
  }
}

.tcoHeader__navSnsItems {
  max-width: unset;
  padding-top: 13px;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .tcoHeader__navSnsItems {
    border-radius: 6.6666666667vw;
  }
}

.tcoHeader__navSnsItem:nth-child(1) {
  width: 47px;
}
@media screen and (max-width: 768px) {
  .tcoHeader__navSnsItem:nth-child(1) {
    width: 9.6vw;
  }
}

.tcoHeader__navSnsItem:nth-child(2) {
  width: 62px;
}
@media screen and (max-width: 768px) {
  .tcoHeader__navSnsItem:nth-child(2) {
    width: 14.6666666667vw;
  }
}

.tcoHeader__navSnsItem:nth-child(3) {
  width: 38px;
}
@media screen and (max-width: 768px) {
  .tcoHeader__navSnsItem:nth-child(3) {
    width: 8.8vw;
  }
}

.tcoHeader__navSnsItem:nth-child(4) {
  width: 47px;
}
@media screen and (max-width: 768px) {
  .tcoHeader__navSnsItem:nth-child(4) {
    width: 9.6vw;
  }
}

.l-main {
  width: 100%;
  margin: 0 auto;
  padding: var(--header-height) 0 0;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .l-main {
    padding-top: calc(var(--header-height) / 2);
  }
}
@media screen and (max-width: 768px) {
  .l-main {
    padding-top: 2.6666666667vw;
  }
}
.l-main img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  display: block;
}

a {
  text-decoration: unset;
  color: unset;
}

.tcoFooter {
  background: #fff;
}
.tcoFooter__inner {
  padding-inline: 20px;
  max-width: 1420px;
  margin-inline: auto;
}
.tcoFooter__contents {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-inline-start: 140px;
  position: relative;
}
@media (width <= 1280px) {
  .tcoFooter__contents {
    padding-inline-start: 0;
  }
}
@media (width <= 1080px) {
  .tcoFooter__contents {
    grid-template-columns: 1fr;
  }
}
.tcoFooter__content {
  position: relative;
  padding-inline: 20px;
  padding-block: 120px;
}
@media (width <= 1080px) {
  .tcoFooter__content {
    padding-block: 80px;
    padding-inline: 0;
  }
}
@media (width <= 768px) {
  .tcoFooter__content {
    padding-block: 40px;
  }
}
.tcoFooter__content:nth-child(2)::before {
  content: "";
  display: block;
  width: 1px;
  height: 233px;
  background: #C4C4C4;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (width <= 1080px) {
  .tcoFooter__content:nth-child(2)::before {
    width: calc(100% - 40px);
    height: 1px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.tcoFooter__title {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.4444444444;
  color: #3B3B3B;
  text-align: center;
}
@media (width <= 768px) {
  .tcoFooter__title {
    font-size: 22px;
  }
}
.tcoFooter__line {
  display: block;
  margin-block-start: 22px;
  width: 80px;
  margin-inline: auto;
}
@media (width <= 768px) {
  .tcoFooter__line {
    margin-block-start: 20px;
    width: 60px;
  }
}
.tcoFooter__line img {
  display: block;
  width: 100%;
  height: auto;
}
.tcoFooter__small {
  margin-block-start: 20px;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  color: #3B3B3B;
}
@media (width <= 768px) {
  .tcoFooter__small {
    font-size: 15px;
    letter-spacing: -0.03em;
  }
}
.tcoFooter__snsItems {
  margin-block-start: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
}
@media (width <= 768px) {
  .tcoFooter__snsItems {
    margin-block-start: 20px;
    gap: 55px;
  }
}
.tcoFooter__snsItem {
  width: 80px;
}
@media (width <= 768px) {
  .tcoFooter__snsItem {
    width: 50px;
  }
}
.tcoFooter__snsItem:nth-child(2) {
  width: 70px;
}
@media (width <= 768px) {
  .tcoFooter__snsItem:nth-child(2) {
    width: 40px;
  }
}
.tcoFooter__snsItem a {
  display: block;
}
.tcoFooter__snsItem img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-float {
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  background-color: rgb(247, 0, 109);
  z-index: 99;
}
.c-float__inner {
  padding: 0;
  position: relative;
  max-width: 490px;
  width: 70%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 20px 0 10px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .c-float__inner {
    padding: 1.0416666667vw 0 0.5208333333vw;
  }
}
@media screen and (max-width: 768px) {
  .c-float__inner {
    max-width: unset;
    width: 100%;
    padding: 2.6666666667vw 7.3333333333vw 2.6666666667vw 24.6666666667vw;
  }
}
.c-float__inner::before {
  position: absolute;
  content: "";
  width: 78px;
  height: 114px;
  left: 0;
  bottom: 0;
  background: center/contain no-repeat url(../img/top/float_img_01.webp);
}
@media screen and (max-width: 768px) {
  .c-float__inner::before {
    width: 16.2666666667vw;
    height: 24vw;
    left: 4.9333333333vw;
  }
}
.c-float__link {
  width: 320px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.012rem;
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-float__link {
    width: 68vw;
    height: 9.3333333333vw;
    font-size: 4vw;
    letter-spacing: 0.048vw;
    line-height: 1;
  }
}
.c-float__note {
  letter-spacing: 0.012rem;
  font-size: 0.5rem;
  line-height: 1;
  text-align: center;
  color: #fff;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .c-float__note {
    margin-top: 2vw;
    text-align: left;
    font-size: 2.1333333333vw;
    letter-spacing: 0.0256vw;
    line-height: 1.5;
  }
}

.scrlAnm__fadeIn {
  transform: translateY(20px);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  opacity: 0;
}
.scrlAnm__fadeIn img {
  opacity: 0;
  -webkit-mask-image: linear-gradient(to bottom, #000, #000 33%, rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, 0) 100%);
          mask-image: linear-gradient(to bottom, #000, #000 33%, rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-size: 100% 300%;
          mask-size: 100% 300%;
  -webkit-mask-position: 0 100%;
          mask-position: 0 100%;
  display: block;
  will-change: opacity, transform;
}
.scrlAnm__fadeIn.js-observe {
  transform: translateY(0);
  opacity: 1;
}
.scrlAnm__fadeIn.js-observe img {
  opacity: 1;
  -webkit-mask-position: 0% 0%;
          mask-position: 0% 0%;
  transition: -webkit-mask-position;
  transition: mask-position;
  transition: mask-position, -webkit-mask-position;
  transition-duration: 1.5s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: mask-position, opacity;
  transform: scale(1);
}

.swiper-wrapper {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  transition-timing-function: linear !important;
}

.swiper-wrapper,
.swiper-slide {
  backface-visibility: hidden;
  transform: translateZ(0);
  will-change: transform;
}

.swiper-slide {
  backface-visibility: hidden;
}

.c-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  text-decoration: none;
  background-color: var(--button-base);
  color: var(--button-text-base);
}
.c-button:visited {
  color: inherit;
}
.c-button:focus {
  outline: none;
  box-shadow: 0 0 0 3px var(--focus-base);
}

.c-bread {
  max-width: 1400px;
  width: 72.9166666667%;
  margin: 0 auto;
  padding: 32px 0 0;
  color: rgb(247, 0, 109);
  font-family: "Noto Sans JP", sans-serif;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .c-bread {
    padding: 1.6666666667vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  .c-bread {
    padding: 4.4vw 4vw 0;
    width: 100%;
  }
}
.c-bread__list {
  display: flex;
  list-style: none;
  gap: 0 26px;
  letter-spacing: 0.012rem;
  font-size: 1.375rem;
  line-height: 2.1818181818;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .c-bread__list {
    letter-spacing: 0.01vw;
    font-size: 1.1458333333vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .c-bread__list {
    gap: 0 1.3541666667vw;
  }
}
@media screen and (max-width: 768px) {
  .c-bread__list {
    font-size: 3.3333333333vw;
    letter-spacing: 0.04vw;
    line-height: 1.92;
    gap: 0 2.1333333333vw;
  }
}
.c-bread__link:hover {
  opacity: 0.7;
}

.c-type__osusume {
  letter-spacing: 0.008rem;
  font-size: 3.125rem;
  line-height: 1.24;
  text-align: center;
  margin-top: 134px;
  margin-bottom: -40px;
  font-weight: 600;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .c-type__osusume {
    letter-spacing: 0.0066666667vw;
    font-size: 2.6041666667vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .c-type__osusume {
    margin-top: 6.9791666667vw;
    margin-bottom: -2.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .c-type__osusume {
    margin-top: 18.9333333333vw;
    margin-bottom: 0;
    font-size: 6.6666666667vw;
    letter-spacing: 0.0533333333vw;
    line-height: 1.24;
  }
}
.c-type__ttl {
  background-color: rgb(247, 0, 109);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 45px 0;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .c-type__ttl {
    padding: 2.34375vw 0;
  }
}
@media screen and (max-width: 768px) {
  .c-type__ttl {
    padding: 5.7333333333vw 0 5.3333333333vw;
  }
}
.c-type__ttl-sub {
  letter-spacing: 0.012rem;
  font-size: 1.75rem;
  line-height: 1.6071428571;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .c-type__ttl-sub {
    letter-spacing: 0.01vw;
    font-size: 1.4583333333vw;
  }
}
@media screen and (max-width: 768px) {
  .c-type__ttl-sub {
    font-size: 3.7333333333vw;
    letter-spacing: 0.0448vw;
    line-height: 1.6071428571;
  }
}
.c-type__ttl-main {
  letter-spacing: 0.008rem;
  font-size: 3.125rem;
  line-height: 1.24;
  margin-top: 27px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .c-type__ttl-main {
    letter-spacing: 0.0066666667vw;
    font-size: 2.6041666667vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .c-type__ttl-main {
    margin-top: 1.40625vw;
  }
}
@media screen and (max-width: 768px) {
  .c-type__ttl-main {
    font-size: 6.6666666667vw;
    letter-spacing: 0.0533333333vw;
    line-height: 1.24;
    text-align: center;
    margin-top: 3.7333333333vw;
  }
}
.c-type__list {
  display: flex;
  margin: 110px auto 0;
  gap: 0 30px;
  max-width: 1400px;
  width: 72.9166666667%;
  justify-content: center;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .c-type__list {
    flex-wrap: wrap;
    margin: 5.7291666667vw auto 0;
    gap: 0 1.5625vw;
    padding: 0 2.0833333333vw;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .c-type__list {
    flex-wrap: wrap;
    margin: 10.6666666667vw auto 0;
    padding: 0 4.6666666667vw;
    gap: 5.3333333333vw 0;
    width: 100%;
    box-sizing: border-box;
  }
}
.c-type__item {
  background-color: #fce9f2;
  padding: 52px 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  transition-duration: 0.3s;
  width: 446px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .c-type__item {
    padding: 2.7083333333vw 0;
    width: 31.8571428571%;
  }
}
@media screen and (max-width: 768px) {
  .c-type__item {
    padding: 6.6666666667vw 0;
    max-width: none;
    width: 100%;
  }
}
.c-type__item:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .c-type__item:hover {
    opacity: 1;
  }
}
.c-type__name {
  letter-spacing: 0.012rem;
  font-size: 2.375rem;
  line-height: 1.1842105263;
  font-weight: bold;
  color: rgb(247, 0, 109);
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .c-type__name {
    letter-spacing: 0.01vw;
    font-size: 1.9791666667vw;
  }
}
@media screen and (max-width: 768px) {
  .c-type__name {
    font-size: 5.3333333333vw;
    letter-spacing: 0.064vw;
    line-height: 1.125;
  }
}
.c-type__img {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 43px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .c-type__img {
    margin-top: 2.6041666667vw;
    margin-bottom: 2.2395833333vw;
  }
}
@media screen and (max-width: 768px) {
  .c-type__img {
    margin-top: 6.6666666667vw;
    margin-bottom: 6.4vw;
  }
}
.c-type__img--03 {
  margin-top: 6px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .c-type__img--03 {
    margin-top: 0.3125vw;
  }
}
@media screen and (max-width: 768px) {
  .c-type__img--03 {
    margin-top: 2.1333333333vw;
  }
}
.c-type__check {
  letter-spacing: 0.008rem;
  font-size: 1.375rem;
  line-height: 2;
  font-weight: 400;
  padding: 0 25px 0 62px;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .c-type__check {
    letter-spacing: 0.0066666667vw;
    font-size: 1.1458333333vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .c-type__check {
    padding: 0 1.3020833333vw 0 3.2291666667vw;
  }
}
@media screen and (max-width: 768px) {
  .c-type__check {
    font-size: 3.6vw;
    letter-spacing: 0.0432vw;
    line-height: 1.7037037037;
    padding: 0 3.3333333333vw 0 8.2666666667vw;
  }
}
.c-type__check::before {
  position: absolute;
  content: "";
  width: 29px;
  height: 26px;
  background: center/contain no-repeat url(../img/top/check.webp);
  top: 10px;
  left: 26px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .c-type__check::before {
    width: 1.5104166667vw;
    height: 1.3541666667vw;
    top: 0.5208333333vw;
    left: 1.3541666667vw;
  }
}
@media screen and (max-width: 768px) {
  .c-type__check::before {
    width: 5.2vw;
    height: 5.0666666667vw;
    top: 0.5333333333vw;
    left: 2.1333333333vw;
  }
}
.c-type__decoration {
  font-weight: 600;
  border-bottom: solid 2px rgb(247, 0, 109);
  color: rgb(247, 0, 109);
}
@media screen and (max-width: 768px) {
  .c-type__decoration {
    border-bottom: solid 1px rgb(247, 0, 109);
  }
}
.c-type__note {
  margin-top: 16px;
  letter-spacing: 0.004rem;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0 25px 0 62px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .c-type__note {
    letter-spacing: 0.0033333333vw;
    font-size: 0.8333333333vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .c-type__note {
    margin-top: 0.8333333333vw;
    padding: 0 1.3020833333vw 0 3.2291666667vw;
  }
}
@media screen and (max-width: 768px) {
  .c-type__note {
    font-size: 2.1333333333vw;
    letter-spacing: 0.0085333333vw;
    line-height: 1.5;
    margin-top: 2.1333333333vw;
    padding: 0 3.3333333333vw 0 8.2666666667vw;
  }
}

.c-btn-pink {
  background-color: rgb(247, 0, 109);
  color: #fff;
  position: relative;
  transition-duration: 0.5s;
}
.c-btn-pink::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 29px;
  background: center/contain no-repeat url(../img/top/arrow_img_02.png);
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  transition-duration: 0.5s;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .c-btn-pink::after {
    width: 0.5208333333vw;
    height: 1.5104166667vw;
  }
}
@media screen and (max-width: 768px) {
  .c-btn-pink::after {
    width: 1.3333333333vw;
    height: 3.8666666667vw;
    right: 2.6666666667vw;
  }
}
.c-btn-pink:hover {
  opacity: 0.8;
}
.c-btn-pink:hover::after {
  transform: translateX(-10px);
}
.c-btn-border {
  color: rgb(247, 0, 109);
  border: solid 3px rgb(247, 0, 109);
  position: relative;
  transition-duration: 0.5s;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .c-btn-border {
    border: solid 0.15625vw rgb(247, 0, 109);
  }
}
@media screen and (max-width: 768px) {
  .c-btn-border {
    border: solid 0.4vw rgb(247, 0, 109);
  }
}
.c-btn-border::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 29px;
  background: center/contain no-repeat url(../img/top/arrow_img_01.png);
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  transition-duration: 0.5s;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .c-btn-border::after {
    width: 0.5208333333vw;
    height: 1.5104166667vw;
  }
}
@media screen and (max-width: 768px) {
  .c-btn-border::after {
    width: 1.3333333333vw;
    height: 3.8666666667vw;
    right: 2.6666666667vw;
  }
}
.c-btn-border:hover {
  opacity: 0.8;
}
.c-btn-border:hover::after {
  transform: translateX(-10px);
}
.c-btn-white {
  color: #fff;
  border: solid 2px #fff;
  position: relative;
  transition-duration: 0.5s;
}
@media screen and (max-width: 768px) {
  .c-btn-white {
    border: solid 0.4vw #fff;
  }
}
.c-btn-white::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 14px;
  background: center/contain no-repeat url(../img/top/arrow_img_02.png);
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  transition-duration: 0.5s;
}
@media screen and (max-width: 768px) {
  .c-btn-white::after {
    width: 1.3333333333vw;
    height: 3.8666666667vw;
    right: 2.6666666667vw;
  }
}
.c-btn-white:hover {
  opacity: 0.8;
}
.c-btn-white:hover::after {
  transform: translateX(-10px);
}

.p-top-news {
  background-color: #fce9f2;
  padding: 70px 0;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-top-news {
    padding: 3.6458333333vw 0;
  }
}
@media screen and (max-width: 768px) {
  .p-top-news {
    padding: 9.3333333333vw 4.6666666667vw;
  }
}
.p-top-news__inner {
  background-color: #fff;
  width: 72.9166666667%;
  margin: 0 auto;
  max-width: 1400px;
  width: 72.9166666667%;
  padding: 40px 0 40px 125px;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-top-news__inner {
    padding: 2.0833333333vw 0 2.0833333333vw 6.5104166667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-news__inner {
    width: 100%;
    padding: 5.2vw 0 5.2vw 5.3333333333vw;
  }
}
.p-top-news__ttl {
  width: 125px;
  margin: 0 auto;
  padding-right: 125px;
  letter-spacing: 0.2rem;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: bold;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-top-news__ttl {
    letter-spacing: 0.1666666667vw;
    font-size: 2.0833333333vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-top-news__ttl {
    width: 6.5104166667vw;
    padding-right: 6.5104166667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-news__ttl {
    width: 17.0666666667vw;
    padding-right: 5.3333333333vw;
    font-size: 5.3333333333vw;
    letter-spacing: 0.5333333333vw;
    line-height: 1;
  }
}
.p-top-news-list {
  overflow-y: scroll;
  height: 380px;
  padding-right: 100px;
  margin-top: 42px;
  --sb-track-color: #eeeeee;
  --sb-thumb-color: rgb(247, 0, 109);
  --sb-size: 10px;
}
@media screen and (max-width: 768px) {
  .p-top-news-list {
    --sb-size: mix.s-calc(10);
  }
}
@supports not selector(::-webkit-scrollbar) {
  .p-top-news-list {
    scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
  }
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-top-news-list {
    height: 19.7916666667vw;
    padding-right: 5.2083333333vw;
    margin-top: 2.1875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-news-list {
    height: 50.6666666667vw;
    padding-right: 5.3333333333vw;
    margin-top: 5.6vw;
  }
}
.p-top-news-list::-webkit-scrollbar {
  width: var(--sb-size);
}
.p-top-news-list::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 5px;
}
.p-top-news-list::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 5px;
}
.p-top-news-list__item {
  display: grid;
  grid-template-columns: 150px auto auto;
  align-items: self-start;
  box-sizing: border-box;
  padding-bottom: 20px;
  border-bottom: solid 1px #fce9f2;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-top-news-list__item {
    grid-template-columns: 7.8125vw auto auto;
    padding-bottom: 1.0416666667vw;
    margin-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-news-list__item {
    display: flex;
    flex-wrap: wrap;
    gap: 2.2666666667vw;
    padding-bottom: 2.6666666667vw;
    margin-bottom: 4vw;
  }
}
.p-top-news-list__date {
  letter-spacing: 0.008rem;
  font-size: 1.5625rem;
  line-height: 1.6;
  margin-right: 17px;
  display: block;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-top-news-list__date {
    letter-spacing: 0.0066666667vw;
    font-size: 1.3020833333vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-top-news-list__date {
    margin-right: 0.8854166667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-news-list__date {
    margin: 0;
    font-size: 3.3333333333vw;
    letter-spacing: 0.0266666667vw;
    line-height: 1.6;
  }
}
.p-top-news-list__tag {
  background-color: rgb(247, 0, 109);
  letter-spacing: 0.008rem;
  font-size: 1.375rem;
  line-height: 1.8181818182;
  margin-right: 35px;
  color: #fff;
  display: block;
  word-break: keep-all;
  padding: 0 30px;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-top-news-list__tag {
    letter-spacing: 0.0066666667vw;
    font-size: 1.1458333333vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-top-news-list__tag {
    margin-right: 1.8229166667vw;
    padding: 0 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-news-list__tag {
    margin: 0;
    font-size: 2.9333333333vw;
    letter-spacing: 0.0352vw;
    line-height: 1.8181818182;
  }
}
.p-top-news-list__text {
  letter-spacing: 0.008rem;
  font-size: 1.5625rem;
  line-height: 1.6;
  padding-right: 30px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-top-news-list__text {
    letter-spacing: 0.0066666667vw;
    font-size: 1.3020833333vw;
  }
}
.p-top-news-list__text a {
  text-decoration: underline;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-top-news-list__text {
    padding-right: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-news-list__text {
    margin: 0;
    font-size: 3.3333333333vw;
    letter-spacing: 0.0266666667vw;
    line-height: 1.6;
    padding-right: 0;
    width: 100%;
  }
}
.p-top-about__bg {
  background: center top/cover no-repeat url(../img/top/lead_bg_img.webp);
  padding-bottom: 110px;
  padding-top: 110px;
  margin-top: 50px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-top-about__bg {
    padding-bottom: 5.7291666667vw;
    padding-top: 5.7291666667vw;
    margin-top: 2.6041666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-about__bg {
    padding-bottom: 11.7333333333vw;
    padding-top: 11.7333333333vw;
    margin-top: 6.6666666667vw;
  }
}
.p-top-about__ttl {
  margin-top: 80px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-top-about__ttl {
    margin-top: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-about__ttl {
    margin-top: 10.6666666667vw;
  }
}
.p-top-about__ttl-main {
  letter-spacing: 0.01rem;
  font-size: 2.5rem;
  line-height: 1;
  display: inline-block;
  color: rgb(247, 0, 109);
  font-weight: bold;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-top-about__ttl-main {
    letter-spacing: 0.0083333333vw;
    font-size: 2.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-about__ttl-main {
    font-size: 5.3333333333vw;
    letter-spacing: 0.0533333333vw;
    line-height: 1;
  }
}
.p-top-about__ttl-sub {
  margin-top: 16px;
  width: 246px;
  display: inline-block;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-top-about__ttl-sub {
    margin-top: 0.8333333333vw;
    width: 12.8125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-about__ttl-sub {
    margin-top: 2.1333333333vw;
    width: 33.3333333333vw;
  }
}
.p-top-about__lead {
  width: 689px;
  display: block;
  margin: 0 auto;
  padding-right: 91px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-top-about__lead {
    width: 35.8854166667vw;
    padding-right: 4.7395833333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-about__lead {
    width: 86.1333333333vw;
    padding-right: 4vw;
  }
}
.p-top-about-slide {
  width: 100%;
  background-color: #fff;
  padding: 77px 0 73px;
  margin-top: 129px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-top-about-slide {
    padding: 4.0104166667vw 0 3.8020833333vw;
    margin-top: 6.71875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-about-slide {
    padding: 0 0 9.7333333333vw;
    margin-top: 16vw;
    position: relative;
    overflow: hidden;
  }
  .p-top-about-slide::before, .p-top-about-slide::after {
    position: absolute;
    content: "";
    width: 15%;
    height: 100%;
    background-color: #fff;
    top: 0;
    z-index: 99;
    opacity: 0.6;
    filter: blur(2.6666666667vw);
  }
  .p-top-about-slide::before {
    left: 0;
  }
  .p-top-about-slide::after {
    right: 0;
  }
}
.p-top-about-slide__inner {
  width: 72.9166666667%;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-top-about-slide__inner {
    width: 80%;
    margin: 0 auto;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 1920px) {
  .p-top-about-slide__wrapper {
    display: flex;
    gap: 0 54px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-top-about-slide__wrapper {
    gap: 0 2.8125vw;
    padding: 0 2.0833333333vw;
    gap: 2.0833333333vw;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) {
  .p-top-about-slide__wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
    transition-timing-function: linear;
    animation: scroll-left 20s infinite linear 0.5s both;
  }
  @keyframes scroll-left {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-400%);
    }
  }
}
.p-top-about-slide__item {
  width: unset;
  height: unset;
  flex-shrink: unset;
}
@media screen and (max-width: 768px) {
  .p-top-about-slide__item {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    margin: 0;
  }
}
.p-top-about__link {
  width: 680px;
  margin: 110px auto 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 110px;
  letter-spacing: 0.01rem;
  font-size: 2.125rem;
  line-height: 1;
  font-weight: 600;
  text-decoration: none;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-top-about__link {
    letter-spacing: 0.0083333333vw;
    font-size: 1.7708333333vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-top-about__link {
    width: 35.4166666667vw;
    margin: 5.7291666667vw auto 0;
    height: 5.7291666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-about__link {
    width: 90.6666666667vw;
    height: 14.6666666667vw;
    font-size: 4.5333333333vw;
    letter-spacing: 0.0453333333vw;
    line-height: 1;
    margin: 14.6666666667vw auto 0;
  }
}
.p-top-about__link--02 {
  letter-spacing: 0.01rem;
  font-size: 1.875rem;
  line-height: 1;
  height: 90px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-top-about__link--02 {
    letter-spacing: 0.0083333333vw;
    font-size: 1.5625vw;
  }
}
.p-top-product__ttl {
  padding: 80px 0 50px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-top-product__ttl {
    padding: 4.1666666667vw 0 2.6041666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-product__ttl {
    padding: 8vw 0 6.6666666667vw;
  }
}
.p-top-product__ttl-main {
  letter-spacing: 0.01rem;
  font-size: 2.5rem;
  line-height: 1;
  display: inline-block;
  color: rgb(247, 0, 109);
  font-weight: bold;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-top-product__ttl-main {
    letter-spacing: 0.0083333333vw;
    font-size: 2.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-product__ttl-main {
    font-size: 5.3333333333vw;
    letter-spacing: 0.0533333333vw;
    line-height: 1;
  }
}
.p-top-product__ttl-sub {
  margin-top: 16px;
  width: 93px;
  display: inline-block;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-top-product__ttl-sub {
    margin-top: 0.8333333333vw;
    width: 4.84375vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-product__ttl-sub {
    margin-top: 2.1333333333vw;
    width: 12.4vw;
  }
}
.p-top-product__link {
  width: 680px;
  margin: 80px auto 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 110px;
  letter-spacing: 0.01rem;
  font-size: 2.125rem;
  line-height: 1;
  font-weight: 600;
  text-decoration: none;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-top-product__link {
    letter-spacing: 0.0083333333vw;
    font-size: 1.7708333333vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-top-product__link {
    width: 35.4166666667vw;
    margin: 4.1666666667vw auto 0;
    height: 5.7291666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-product__link {
    width: 90.6666666667vw;
    height: 14.6666666667vw;
    font-size: 4.5333333333vw;
    letter-spacing: 0.0453333333vw;
    line-height: 1;
    margin: 14.6666666667vw auto 0;
  }
}
.p-top-product__text {
  letter-spacing: 0.012rem;
  font-size: 1.625rem;
  line-height: 1.7692307692;
  text-align: center;
  margin-top: 73px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-top-product__text {
    letter-spacing: 0.01vw;
    font-size: 1.3541666667vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-top-product__text {
    margin-top: 3.8020833333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-product__text {
    font-size: 2.9333333333vw;
    letter-spacing: 0.0352vw;
    line-height: 1.5909090909;
    margin-top: 9.7333333333vw;
  }
}
.p-top-type__ttl {
  background-color: rgb(247, 0, 109);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 35px 0;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-top-type__ttl {
    padding: 1.8229166667vw 0;
  }
}
@media screen and (max-width: 768px) {
  .p-top-type__ttl {
    padding: 5.7333333333vw 0 5.3333333333vw;
  }
}
.p-top-type__ttl-sub {
  letter-spacing: 0.012rem;
  font-size: 1.4375rem;
  line-height: 1.9565217391;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-top-type__ttl-sub {
    letter-spacing: 0.01vw;
    font-size: 1.1979166667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-type__ttl-sub {
    font-size: 3.7333333333vw;
    letter-spacing: 0.0448vw;
    line-height: 1.6071428571;
  }
}
.p-top-type__ttl-main {
  letter-spacing: 0.008rem;
  font-size: 2.8125rem;
  line-height: 1.3777777778;
  margin-top: 7px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-top-type__ttl-main {
    letter-spacing: 0.0066666667vw;
    font-size: 2.34375vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-top-type__ttl-main {
    margin-top: 0.3645833333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-type__ttl-main {
    font-size: 6.6666666667vw;
    letter-spacing: 0.0533333333vw;
    line-height: 1.24;
    text-align: center;
    margin-top: 3.7333333333vw;
  }
}
.p-top-type__list {
  display: flex;
  margin: 110px auto 0;
  gap: 0 30px;
  max-width: 1400px;
  width: 72.9166666667%;
  justify-content: center;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-top-type__list {
    flex-wrap: wrap;
    margin: 5.7291666667vw auto 0;
    gap: 1.5625vw 0;
    padding: 0 2.0833333333vw;
    justify-content: space-around;
  }
}
@media screen and (max-width: 768px) {
  .p-top-type__list {
    flex-wrap: wrap;
    margin: 10.6666666667vw auto 0;
    padding: 0 4.6666666667vw;
    gap: 5.3333333333vw 0;
    width: 100%;
    box-sizing: border-box;
  }
}
.p-top-type__item {
  background-color: #fce9f2;
  padding: 52px 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  transition-duration: 0.3s;
  max-width: 446px;
  width: 31.8571428571%;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-top-type__item {
    padding: 2.7083333333vw 0;
  }
}
@media screen and (max-width: 768px) {
  .p-top-type__item {
    padding: 6.6666666667vw 0;
    width: 100%;
  }
}
.p-top-type__item:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .p-top-type__item:hover {
    opacity: 1;
  }
}
.p-top-type__name {
  letter-spacing: 0.012rem;
  font-size: 2.375rem;
  line-height: 1.1842105263;
  font-weight: bold;
  color: rgb(247, 0, 109);
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-top-type__name {
    letter-spacing: 0.01vw;
    font-size: 1.9791666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-type__name {
    font-size: 5.3333333333vw;
    letter-spacing: 0.064vw;
    line-height: 1.125;
  }
}
.p-top-type__img {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 43px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-top-type__img {
    margin-top: 2.6041666667vw;
    margin-bottom: 2.2395833333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-type__img {
    margin-top: 6.6666666667vw;
    margin-bottom: 6.4vw;
  }
}
.p-top-type__img--03 {
  margin-top: 6px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-top-type__img--03 {
    margin-top: 0.3125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-type__img--03 {
    margin-top: 2.1333333333vw;
  }
}
.p-top-type__check {
  letter-spacing: 0.008rem;
  font-size: 1.375rem;
  line-height: 2;
  font-weight: 400;
  padding: 0 25px 0 62px;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-top-type__check {
    letter-spacing: 0.0066666667vw;
    font-size: 1.1458333333vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-top-type__check {
    padding: 0 1.3020833333vw 0 3.2291666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-type__check {
    font-size: 3.6vw;
    letter-spacing: 0.0432vw;
    line-height: 1.7037037037;
    padding: 0 3.3333333333vw 0 8.2666666667vw;
  }
}
.p-top-type__check::before {
  position: absolute;
  content: "";
  width: 29px;
  height: 26px;
  background: center/contain no-repeat url(../img/top/check.webp);
  top: 10px;
  left: 26px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-top-type__check::before {
    width: 1.5104166667vw;
    height: 1.3541666667vw;
    top: 0.5208333333vw;
    left: 1.3541666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-type__check::before {
    width: 5.2vw;
    height: 5.0666666667vw;
    top: 0.5333333333vw;
    left: 2.1333333333vw;
  }
}
.p-top-type__decoration {
  font-weight: 600;
  border-bottom: solid 2px rgb(247, 0, 109);
  color: rgb(247, 0, 109);
}
@media screen and (max-width: 768px) {
  .p-top-type__decoration {
    border-bottom: solid 1px rgb(247, 0, 109);
  }
}
.p-top-type__note {
  margin-top: 16px;
  letter-spacing: 0.004rem;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0 25px 0 62px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-top-type__note {
    letter-spacing: 0.0033333333vw;
    font-size: 0.8333333333vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-top-type__note {
    margin-top: 0.8333333333vw;
    padding: 0 1.3020833333vw 0 3.2291666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-type__note {
    font-size: 2.1333333333vw;
    letter-spacing: 0.0085333333vw;
    line-height: 1.5;
    margin-top: 2.1333333333vw;
    padding: 0 3.3333333333vw 0 8.2666666667vw;
  }
}
.p-top-posts {
  background-color: #fce9f2;
  padding: 110px 0;
  margin-top: 100px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-top-posts {
    padding: 5.7291666667vw 0;
    margin-top: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-posts {
    padding: 9.3333333333vw 0 18.6666666667vw;
    margin-top: 8vw;
    overflow: hidden;
  }
}
.p-top-posts__inner {
  width: 72.9166666667%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 0 40px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-top-posts__inner {
    gap: 0 1.0416666667vw;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .p-top-posts__inner {
    gap: 0;
    justify-content: unset;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-top-posts__slide {
    width: 90.6666666667vw;
    margin: 0 auto;
    position: relative;
  }
}
.p-top-posts__prev::after {
  content: none;
}
@media screen and (max-width: 768px) {
  .p-top-posts__prev {
    background-image: url(../img/top/arrow_img_01.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 3.4666666667vw;
    height: 7.0666666667vw;
    transform: rotate(180deg);
    left: -1.3333333333vw;
    position: absolute;
    top: 50%;
  }
}
.p-top-posts__next::after {
  content: none;
}
@media screen and (max-width: 768px) {
  .p-top-posts__next {
    background-image: url(../img/top/arrow_img_01.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 3.4666666667vw;
    height: 7.0666666667vw;
    right: -1.3333333333vw;
    position: absolute;
    top: 50%;
  }
}
.p-top-posts__pagination {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-top-posts__pagination {
    display: block;
    bottom: -6.6666666667vw !important;
  }
  .p-top-posts__pagination .swiper-pagination-bullet-active {
    background-color: rgb(247, 0, 109);
    transform: scale(1.4);
  }
}
.p-top-post {
  background-color: #fff;
  padding: 0 40px 40px;
  width: unset;
  height: unset;
  flex-shrink: unset;
  max-width: 446px;
  width: 31.8571428571%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-top-post {
    padding: 0 2.0833333333vw 2.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-post {
    flex-shrink: 0;
    width: 90.6666666667vw;
    height: 100%;
    padding: 0 5.3333333333vw 5.3333333333vw;
    box-sizing: border-box;
    width: 100%;
  }
}
.p-top-post__ttl {
  padding: 40px 0 50px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-top-post__ttl {
    padding: 2.0833333333vw 0 2.6041666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-post__ttl {
    padding: 5.3333333333vw 0 6.6666666667vw;
  }
}
.p-top-post__ttl-main {
  letter-spacing: 0.012rem;
  font-size: 2.375rem;
  line-height: 1.1842105263;
  display: inline-block;
  color: rgb(247, 0, 109);
  font-weight: bold;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-top-post__ttl-main {
    letter-spacing: 0.01vw;
    font-size: 1.9791666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-post__ttl-main {
    font-size: 5.0666666667vw;
    letter-spacing: 0.0608vw;
    line-height: 1.1842105263;
  }
}
.p-top-post__ttl-sub {
  margin-top: 16px;
  width: 66px;
  display: inline-block;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-top-post__ttl-sub {
    margin-top: 0.8333333333vw;
    width: 3.4375vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-post__ttl-sub {
    margin-top: 2.1333333333vw;
    width: 8.8vw;
  }
}
.p-top-post__ttl-sub--02 {
  width: 79px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-top-post__ttl-sub--02 {
    width: 4.1145833333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-post__ttl-sub--02 {
    width: 10.5333333333vw;
  }
}
.p-top-post__text {
  letter-spacing: 0.008rem;
  font-size: 1.375rem;
  line-height: 2;
  margin-top: 40px;
  margin-bottom: auto;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-top-post__text {
    letter-spacing: 0.0066666667vw;
    font-size: 1.1458333333vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-top-post__text {
    margin-top: 2.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-post__text {
    font-size: 2.9333333333vw;
    letter-spacing: 0.0234666667vw;
    line-height: 2;
    margin-top: 6.6666666667vw;
  }
}
.p-top-post__link {
  width: 100%;
  margin: 40px auto 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 70px;
  letter-spacing: 0.008rem;
  font-size: 1.375rem;
  line-height: 2;
  font-weight: 600;
  text-decoration: none;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-top-post__link {
    letter-spacing: 0.0066666667vw;
    font-size: 1.1458333333vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-top-post__link {
    margin: 2.0833333333vw auto 0;
    height: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-post__link {
    width: 100%;
    height: 9.3333333333vw;
    font-size: 2.9333333333vw;
    letter-spacing: 0.0234666667vw;
    line-height: 2;
    margin: 9.3333333333vw auto 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-about {
    padding-top: var(--header-height);
  }
}
@media screen and (max-width: 768px) {
  .p-about {
    padding: 13.3333333333vw 0 0;
  }
}
.p-about-lead {
  background: center bottom/cover no-repeat url(../img/about/lead_bg_img.webp);
}
@media screen and (max-width: 768px) {
  .p-about-lead {
    background: center bottom/cover no-repeat url(../img/about/lead_bg_img_sp.webp);
  }
}
.p-about-lead__ttl {
  width: 521px;
  margin: 120px auto 0;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-about-lead__ttl {
    width: 26.6666666667vw;
    margin-top: 6.25vw;
  }
}
@media screen and (max-width: 768px) {
  .p-about-lead__ttl {
    width: 69.8666666667vw;
    margin-top: 13.3333333333vw;
  }
}
.p-about-lead__ttl--02 {
  width: 707px;
  margin: 100px auto 0;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-about-lead__ttl--02 {
    width: 36.8229166667vw;
    margin-top: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-about-lead__ttl--02 {
    width: 80.2666666667vw;
    margin-top: 14.6666666667vw;
  }
}
.p-about-lead__text {
  width: 528px;
  margin: 100px auto 0;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-about-lead__text {
    width: 27.5vw;
    margin-top: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-about-lead__text {
    width: 80.5333333333vw;
    margin-top: 8vw;
  }
}
.p-about-lead__slide {
  margin-top: 100px;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-about-lead__slide {
    margin-top: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-about-lead__slide {
    margin-top: 14.6666666667vw;
  }
}
.p-about-lead__slide-wrapper {
  transition-timing-function: linear !important;
  gap: 0 20px;
  animation: scroll-left-about 60s infinite linear 0.5s both;
}
@keyframes scroll-left-about {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-168%);
  }
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-about-lead__slide-wrapper {
    gap: 0 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-about-lead__slide-wrapper {
    gap: 0 2.6666666667vw;
    animation: scroll-left-about 60s infinite linear 0.5s both;
  }
  @keyframes scroll-left-about {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-468%);
    }
  }
}
.p-about-lead__slide-item {
  width: 33.3333333333vw;
}
@media screen and (max-width: 768px) {
  .p-about-lead__slide-item {
    width: 90.9090909091vw;
  }
}
.p-about-lead__links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 20px;
  margin-top: 100px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-about-lead__links {
    gap: 0 1.0416666667vw;
    margin-top: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-about-lead__links {
    margin-top: 14.6666666667vw;
    gap: 0 0.5208333333vw;
  }
}
.p-about-lead__btn {
  width: 400px;
  height: 100px;
  border: solid 3px #fce9f2;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(247, 0, 109);
  letter-spacing: 0.008rem;
  font-size: 1.6875rem;
  line-height: 1;
  position: relative;
  font-weight: 500;
  background-color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-about-lead__btn {
    letter-spacing: 0.0066666667vw;
    font-size: 1.40625vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-about-lead__btn {
    width: 20.8333333333vw;
    height: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-about-lead__btn {
    border: solid 0.4vw #fce9f2;
    width: 46.6666666667vw;
    height: 18.6666666667vw;
    font-size: 3.6vw;
    letter-spacing: 0.0288vw;
    line-height: 1;
  }
}
.p-about-lead__btn::after {
  position: absolute;
  content: "";
  width: 29px;
  height: 10px;
  background: center top/contain no-repeat url(../img/about/arrow.png);
  left: 0;
  right: 0;
  margin: auto;
  bottom: 10px;
  transition-duration: 0.3s;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-about-lead__btn::after {
    width: 1.5104166667vw;
    height: 0.5208333333vw;
    bottom: 0.5208333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-about-lead__btn::after {
    bottom: 4.4vw;
    width: 3.8666666667vw;
    height: 1.3333333333vw;
  }
}
.p-about-lead__btn:hover::after {
  transform: translateY(-5px);
}
.p-about-element {
  padding-top: 318px;
  padding-bottom: 130px;
  background: center top/cover no-repeat url(../img/about/element_bg_01.webp);
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-about-element {
    padding-top: 16.5625vw;
    padding-bottom: 6.7708333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-about-element {
    background: center top/cover no-repeat url(../img/about/element_bg_01_sp.webp);
    padding-top: 41.0666666667vw;
    padding-bottom: 14.6666666667vw;
  }
}
.p-about-element__ttl {
  width: 494px;
  height: 48px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-about-element__ttl {
    width: 25.7291666667vw;
    height: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-about-element__ttl {
    width: 61.8666666667vw;
  }
}
.p-about-element__img {
  width: 73.0729166667%;
  margin: -160px auto -40px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-about-element__img {
    margin-top: -4.1666666667vw;
    margin-bottom: -2.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-about-element__img {
    width: 100%;
    margin-top: -10.6666666667vw;
    margin-bottom: 0vw;
    overflow: hidden;
  }
  .p-about-element__img img {
    margin-left: -15%;
    width: 130%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-about-four {
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .p-about-four {
    overflow: hidden;
  }
}
.p-about-four__ttl {
  width: 537px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-about-four__ttl {
    width: 27.96875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-about-four__ttl {
    width: 66.6666666667vw;
    margin-top: 5.3333333333vw;
  }
}
.p-about-four__theme {
  letter-spacing: 0.012rem;
  font-size: 2.5rem;
  line-height: 1;
  color: rgb(247, 0, 109);
  font-weight: 600;
  text-align: center;
  margin-top: 86px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-about-four__theme {
    letter-spacing: 0.01vw;
    font-size: 2.0833333333vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-about-four__theme {
    margin-top: 4.4791666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-about-four__theme {
    margin-top: 12vw;
    font-size: 5.3333333333vw;
    letter-spacing: 0.064vw;
    line-height: 1;
  }
}
.p-about-four__theme span {
  letter-spacing: 0.012rem;
  font-size: 3.125rem;
  line-height: 1;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-about-four__theme span {
    letter-spacing: 0.01vw;
    font-size: 2.6041666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-about-four__theme span {
    font-size: 6.6666666667vw;
    letter-spacing: 0.08vw;
    line-height: 1;
  }
}
.p-about-four__theme--02 {
  margin-top: 160px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-about-four__theme--02 {
    margin-top: 8.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-about-four__theme--02 {
    margin-top: 12vw;
  }
}
.p-about-four__theme--03 {
  margin-top: 130px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-about-four__theme--03 {
    margin-top: 6.7708333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-about-four__theme--03 {
    margin-top: 12vw;
  }
}
.p-about-four__text {
  letter-spacing: 0.01rem;
  font-size: 1.625rem;
  line-height: 1.7692307692;
  text-align: center;
  margin-top: 62px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-about-four__text {
    letter-spacing: 0.0083333333vw;
    font-size: 1.3541666667vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-about-four__text {
    margin-top: 3.2291666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-about-four__text {
    margin-top: 7.6vw;
    font-size: 3.6vw;
    letter-spacing: 0.036vw;
    line-height: 1.8148148148;
  }
}
.p-about-four__text span {
  color: rgb(247, 0, 109);
  font-weight: 600;
}
.p-about-four__text sup {
  font-size: 60%;
}
.p-about-four-item {
  width: 55.2083333333%;
  max-width: 1060px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-about-four-item {
    width: 88vw;
  }
}
.p-about-four-item--01 {
  margin-top: 190px;
  align-items: flex-end;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-about-four-item--01 {
    margin-top: 9.8958333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-about-four-item--01 {
    margin-top: 23.4666666667vw;
  }
}
.p-about-four-item--01::before {
  position: absolute;
  content: "";
  background: center/contain no-repeat url(../img/about/element_img_02_bg.webp);
  width: 440px;
  height: 440px;
  left: -5px;
  top: -55px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-about-four-item--01::before {
    width: 22.9166666667vw;
    height: 22.9166666667vw;
    left: -0.2604166667vw;
    top: -2.8645833333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-about-four-item--01::before {
    width: 58.6666666667vw;
    height: 58.6666666667vw;
    left: -12.6666666667vw;
    top: -10vw;
  }
}
.p-about-four-item--01::after {
  position: absolute;
  content: "";
  background: center/contain no-repeat url(../img/about/element_img_02.webp);
  width: 900px;
  height: 1350px;
  left: -223px;
  top: -555px;
  mix-blend-mode: multiply;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-about-four-item--01::after {
    width: 46.875vw;
    height: 70.3125vw;
    left: -11.6145833333vw;
    top: -28.90625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-about-four-item--01::after {
    width: 100vw;
    height: 150vw;
    left: -33.8666666667vw;
    top: -63.3333333333vw;
  }
}
.p-about-four-item--02 {
  margin-top: 197px;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-about-four-item--02 {
    margin-top: 10.2604166667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-about-four-item--02 {
    margin-top: 21.3333333333vw;
  }
}
.p-about-four-item--02::before {
  position: absolute;
  content: "";
  background: center/contain no-repeat url(../img/about/element_img_02_bg.webp);
  width: 440px;
  height: 440px;
  right: 25px;
  top: 15px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-about-four-item--02::before {
    width: 22.9166666667vw;
    height: 22.9166666667vw;
    right: 1.3020833333vw;
    top: 0.78125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-about-four-item--02::before {
    width: 58.6666666667vw;
    height: 58.6666666667vw;
    right: -14vw;
    top: -10vw;
  }
}
.p-about-four-item--02::after {
  position: absolute;
  content: "";
  background: center/contain no-repeat url(../img/about/element_img_03.webp);
  width: 663px;
  height: 693px;
  right: -83px;
  top: -113px;
  mix-blend-mode: multiply;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-about-four-item--02::after {
    width: 34.53125vw;
    height: 36.09375vw;
    right: -4.3229166667vw;
    top: -5.8854166667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-about-four-item--02::after {
    width: 64.8vw;
    height: 67.7333333333vw;
    right: -15.4666666667vw;
    top: -15.0666666667vw;
  }
}
.p-about-four-item--03 {
  margin-top: 120px;
  align-items: flex-end;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-about-four-item--03 {
    margin-top: 6.25vw;
  }
}
@media screen and (max-width: 768px) {
  .p-about-four-item--03 {
    margin-top: 17.7333333333vw;
  }
}
.p-about-four-item--03::before {
  position: absolute;
  content: "";
  background: center/contain no-repeat url(../img/about/element_img_04-bg.webp);
  width: 663px;
  height: 693px;
  left: -115px;
  top: -165px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-about-four-item--03::before {
    width: 34.53125vw;
    height: 36.09375vw;
    left: -5.9895833333vw;
    top: -8.59375vw;
  }
}
@media screen and (max-width: 768px) {
  .p-about-four-item--03::before {
    width: 79.4666666667vw;
    height: 83.0666666667vw;
    left: -29.3333333333vw;
    top: -28vw;
  }
}
.p-about-four-item--03::after {
  position: absolute;
  content: "";
  background: center/contain no-repeat url(../img/about/element_img_04.webp);
  width: 663px;
  height: 693px;
  left: -115px;
  top: -165px;
  mix-blend-mode: multiply;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-about-four-item--03::after {
    width: 34.53125vw;
    height: 36.09375vw;
    left: -5.9895833333vw;
    top: -8.59375vw;
  }
}
@media screen and (max-width: 768px) {
  .p-about-four-item--03::after {
    width: 79.4666666667vw;
    height: 83.0666666667vw;
    left: -29.3333333333vw;
    top: -28vw;
  }
}
.p-about-four-item--04 {
  margin-top: 120px;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-about-four-item--04 {
    margin-top: 10.2604166667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-about-four-item--04 {
    margin-top: 17.7333333333vw;
  }
}
.p-about-four-item--04::before {
  position: absolute;
  content: "";
  background: center/contain no-repeat url(../img/about/element_img_02_bg.webp);
  width: 440px;
  height: 440px;
  right: -5px;
  top: 15px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-about-four-item--04::before {
    width: 22.9166666667vw;
    height: 22.9166666667vw;
    right: -0.2604166667vw;
    top: 0.78125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-about-four-item--04::before {
    width: 58.6666666667vw;
    height: 58.6666666667vw;
    right: -14vw;
    top: -10vw;
  }
}
.p-about-four-item--04::after {
  position: absolute;
  content: "";
  background: center/contain no-repeat url(../img/about/element_img_05.webp);
  width: 704px;
  height: 1057px;
  right: -143px;
  top: -343px;
  mix-blend-mode: multiply;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-about-four-item--04::after {
    width: 36.6666666667vw;
    height: 55.0520833333vw;
    right: -7.4479166667vw;
    top: -17.8645833333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-about-four-item--04::after {
    width: 76.5333333333vw;
    height: 114.8vw;
    right: -20.4vw;
    top: -42.1333333333vw;
  }
}
.p-about-four-item__ttl, .p-about-four-item__text {
  width: 64.1509433962%;
}
@media screen and (max-width: 768px) {
  .p-about-four-item__ttl, .p-about-four-item__text {
    width: 100%;
  }
}
.p-about-four-item__ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-about-four-item__ttl {
    width: -moz-fit-content;
    width: fit-content;
    align-items: flex-start;
  }
}
.p-about-four-item__ttl-sub {
  width: 290px;
  margin: 0 auto;
  background-color: rgb(247, 0, 109);
  text-align: center;
  color: #fff;
  letter-spacing: 0.012rem;
  font-size: 1.5rem;
  line-height: 2.0833333333;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-about-four-item__ttl-sub {
    letter-spacing: 0.01vw;
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-about-four-item__ttl-sub {
    width: 15.1041666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-about-four-item__ttl-sub {
    width: 25.3333333333vw;
    font-size: 3.2vw;
    letter-spacing: 0.0384vw;
    line-height: 2.0833333333;
    margin: 0;
  }
}
.p-about-four-item__ttl-main {
  letter-spacing: 0.012rem;
  font-size: 3.75rem;
  line-height: 1.1666666667;
  margin-top: 20px;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-about-four-item__ttl-main {
    letter-spacing: 0.01vw;
    font-size: 3.125vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-about-four-item__ttl-main {
    margin-top: 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-about-four-item__ttl-main {
    margin-top: 2.6666666667vw;
    font-size: 8vw;
    letter-spacing: 0.096vw;
    line-height: 1.1666666667;
    text-align: left;
  }
}
.p-about-four-item__ttl-main sup {
  font-size: 50%;
}
.p-about-four-item__ttl-img {
  position: absolute;
  top: -20px;
  right: 0;
  width: 157px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-about-four-item__ttl-img {
    width: 8.1770833333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-about-four-item__ttl-img {
    width: 17.3333333333vw;
    right: 105%;
    top: -8vw;
  }
}
.p-about-four-item__text {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 33px 30px;
  margin-top: 39px;
  letter-spacing: 0.004rem;
  font-size: 1.4375rem;
  line-height: 1.7391304348;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-about-four-item__text {
    letter-spacing: 0.0033333333vw;
    font-size: 1.1979166667vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-about-four-item__text {
    padding: 1.71875vw 1.5625vw;
    margin-top: 2.03125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-about-four-item__text {
    font-size: 3.0666666667vw;
    letter-spacing: 0.0122666667vw;
    line-height: 1.7391304348;
    padding: 4.4vw 4vw;
    margin-top: 7.8666666667vw;
  }
}
.p-about-four-item__note {
  letter-spacing: 0.012rem;
  font-size: 1rem;
  line-height: 1.125;
  margin-top: 21px;
  text-align: right;
  padding-right: 20px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-about-four-item__note {
    letter-spacing: 0.01vw;
    font-size: 0.8333333333vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-about-four-item__note {
    margin-top: 1.09375vw;
    padding-right: 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-about-four-item__note {
    font-size: 2.1333333333vw;
    letter-spacing: 0.0256vw;
    line-height: 1.125;
    margin-top: 2.8vw;
    padding-right: 0;
  }
}
.p-about-four-patent {
  width: 1000px;
  margin: 130px auto 0;
  display: grid;
  grid-template-columns: 210px auto;
  gap: 0 20px;
  align-items: stretch;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-about-four-patent {
    width: 52.0833333333vw;
    margin-top: 6.7708333333vw;
    grid-template-columns: 10.9375vw auto;
    gap: 0 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-about-four-patent {
    width: 88vw;
    margin-top: 12.8vw;
    gap: 0 0.8vw;
    grid-template-columns: 17.3333333333vw auto;
  }
}
.p-about-four-patent__term {
  font-weight: 600;
  letter-spacing: 0.01rem;
  font-size: 1.4375rem;
  line-height: 1.4782608696;
  background-color: #fff;
  border: solid 3px rgb(247, 0, 109);
  color: rgb(247, 0, 109);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-about-four-patent__term {
    letter-spacing: 0.0083333333vw;
    font-size: 1.1979166667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-about-four-patent__term {
    font-size: 2.4vw;
    letter-spacing: 0.024vw;
    line-height: 1.2777777778;
    border: solid 0.4vw rgb(247, 0, 109);
  }
}
.p-about-four-patent__desc {
  letter-spacing: 0rem;
  font-size: 1rem;
  line-height: 1.5;
  word-break: keep-all;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-about-four-patent__desc {
    letter-spacing: 0vw;
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-about-four-patent__desc {
    font-size: 2.1333333333vw;
    letter-spacing: 0vw;
    line-height: 1.25;
    text-indent: -1.8em;
    padding-left: 1.8em;
    word-break: normal;
  }
}
.p-about-support {
  margin-top: 148px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-about-support {
    margin-top: 7.7083333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-about-support {
    margin-top: 16.8vw;
  }
}
.p-about-support__ttl {
  width: 434px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-about-support__ttl {
    width: 22.6041666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-about-support__ttl {
    width: 57.8666666667vw;
  }
}
.p-about-support__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 1080px;
  margin: 60px auto 0;
  justify-content: space-around;
  gap: 40px 0;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-about-support__list {
    width: 56.25vw;
    margin-top: 3.125vw;
    gap: 1.0416666667vw 0;
  }
}
@media screen and (max-width: 768px) {
  .p-about-support__list {
    width: 80.2666666667vw;
    margin-top: 6.6666666667vw;
    gap: 3.2vw 5.3333333333vw;
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-about-support__item {
  list-style: none;
  width: 204px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-about-support__item {
    width: 10.625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-about-support__item {
    width: 29.7333333333vw;
  }
}
.p-about-support__note {
  letter-spacing: 0.012rem;
  font-size: 1rem;
  line-height: 1.4375;
  width: 1020px;
  margin: 20px auto 0;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-about-support__note {
    letter-spacing: 0.01vw;
    font-size: 0.8333333333vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-about-support__note {
    width: 53.125vw;
    margin-top: 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-about-support__note {
    width: 80.2666666667vw;
    margin-top: 6.6666666667vw;
    font-size: 2.1333333333vw;
    letter-spacing: 0.0256vw;
    line-height: 1.4375;
  }
}
.p-about-support__text {
  margin-top: 125px;
  text-align: center;
  letter-spacing: 0.01rem;
  font-size: 1.625rem;
  line-height: 1.7692307692;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-about-support__text {
    letter-spacing: 0.0083333333vw;
    font-size: 1.3541666667vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-about-support__text {
    margin-top: 6.5104166667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-about-support__text {
    font-size: 3.4666666667vw;
    letter-spacing: 0.0346666667vw;
    line-height: 1.8076923077;
    margin-top: 8.5333333333vw;
  }
}
.p-about-history {
  padding-top: 158px;
  background: center top/cover no-repeat url(../img/about/history_bg_01.webp);
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-about-history {
    padding-top: 8.2291666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-about-history {
    background: center top/cover no-repeat url(../img/about/history_bg_01_sp.webp);
    padding-top: 15.4666666667vw;
  }
}
.p-about-history__ttl {
  width: 380px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-about-history__ttl {
    width: 19.7916666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-about-history__ttl {
    width: 52.2666666667vw;
  }
}
.p-about-history__lead {
  width: 389px;
  margin: 69px auto 0;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-about-history__lead {
    width: 20.2604166667vw;
    margin-top: 3.59375vw;
  }
}
@media screen and (max-width: 768px) {
  .p-about-history__lead {
    width: 52.2666666667vw;
    margin-top: 8vw;
  }
}
.p-about-history__text {
  width: 727px;
  margin: 69px auto 0;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-about-history__text {
    width: 37.8645833333vw;
    margin-top: 3.59375vw;
  }
}
@media screen and (max-width: 768px) {
  .p-about-history__text {
    width: 80.2666666667vw;
    margin-top: 8.6666666667vw;
  }
}
.p-about-history__img--01 {
  width: 971px;
  margin: 84px auto 0;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-about-history__img--01 {
    width: 50.5729166667vw;
    margin-top: 4.375vw;
  }
}
@media screen and (max-width: 768px) {
  .p-about-history__img--01 {
    width: 100%;
    margin-top: 6.6666666667vw;
  }
}
.p-about-history__img--02 {
  width: 672px;
  margin: 60px auto 0;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-about-history__img--02 {
    width: 35vw;
    margin-top: 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-about-history__img--02 {
    width: 89.7333333333vw;
    margin-top: 8vw;
  }
}
.p-about-history__banner {
  width: 680px;
  margin: 160px auto 162px;
  display: block;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-about-history__banner {
    width: 35.4166666667vw;
    margin-top: 8.3333333333vw;
    margin-bottom: 8.4375vw;
  }
}
@media screen and (max-width: 768px) {
  .p-about-history__banner {
    width: 90.6666666667vw;
    margin-top: 20.8vw;
    margin-bottom: 18.2666666667vw;
  }
}
.p-about-type__ttl {
  background-color: rgb(247, 0, 109);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 45px 0;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-about-type__ttl {
    padding: 2.34375vw 0;
  }
}
@media screen and (max-width: 768px) {
  .p-about-type__ttl {
    padding: 5.7333333333vw 0 5.3333333333vw;
  }
}
.p-about-type__ttl-sub {
  letter-spacing: 0.012rem;
  font-size: 1.4375rem;
  line-height: 1.9565217391;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-about-type__ttl-sub {
    letter-spacing: 0.01vw;
    font-size: 1.1979166667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-about-type__ttl-sub {
    font-size: 3.7333333333vw;
    letter-spacing: 0.0448vw;
    line-height: 1.6071428571;
  }
}
.p-about-type__ttl-main {
  letter-spacing: 0.008rem;
  font-size: 2.8125rem;
  line-height: 1.3777777778;
  margin-top: 7px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-about-type__ttl-main {
    letter-spacing: 0.0066666667vw;
    font-size: 2.34375vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-about-type__ttl-main {
    margin-top: 0.3645833333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-about-type__ttl-main {
    font-size: 6.6666666667vw;
    letter-spacing: 0.0533333333vw;
    line-height: 1.24;
    text-align: center;
    margin-top: 3.7333333333vw;
  }
}
.p-about-type__list {
  display: flex;
  margin: 110px auto 0;
  gap: 0 30px;
  max-width: 1400px;
  width: 72.9166666667%;
  justify-content: center;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-about-type__list {
    flex-wrap: wrap;
    margin: 5.7291666667vw auto 0;
    gap: 1.5625vw 0;
    padding: 0 2.0833333333vw;
    justify-content: space-around;
  }
}
@media screen and (max-width: 768px) {
  .p-about-type__list {
    flex-wrap: wrap;
    margin: 10.6666666667vw auto 0;
    padding: 0 4.6666666667vw;
    gap: 5.3333333333vw 0;
    width: 100%;
    box-sizing: border-box;
  }
}
.p-about-type__item {
  background-color: #fce9f2;
  padding: 52px 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  transition-duration: 0.3s;
  max-width: 446px;
  width: 31.8571428571%;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-about-type__item {
    padding: 2.7083333333vw 0;
  }
}
@media screen and (max-width: 768px) {
  .p-about-type__item {
    padding: 6.6666666667vw 0;
    width: 100%;
  }
}
.p-about-type__item:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .p-about-type__item:hover {
    opacity: 1;
  }
}
.p-about-type__name {
  letter-spacing: 0.012rem;
  font-size: 2.375rem;
  line-height: 1.1842105263;
  font-weight: bold;
  color: rgb(247, 0, 109);
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-about-type__name {
    letter-spacing: 0.01vw;
    font-size: 1.9791666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-about-type__name {
    font-size: 5.3333333333vw;
    letter-spacing: 0.064vw;
    line-height: 1.125;
  }
}
.p-about-type__img {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 43px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-about-type__img {
    margin-top: 2.6041666667vw;
    margin-bottom: 2.2395833333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-about-type__img {
    margin-top: 6.6666666667vw;
    margin-bottom: 6.4vw;
  }
}
.p-about-type__img--03 {
  margin-top: 6px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-about-type__img--03 {
    margin-top: 0.3125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-about-type__img--03 {
    margin-top: 2.1333333333vw;
  }
}
.p-about-type__check {
  letter-spacing: 0.008rem;
  font-size: 1.375rem;
  line-height: 2;
  font-weight: 400;
  padding: 0 25px 0 62px;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-about-type__check {
    letter-spacing: 0.0066666667vw;
    font-size: 1.1458333333vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-about-type__check {
    padding: 0 1.3020833333vw 0 3.2291666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-about-type__check {
    font-size: 3.6vw;
    letter-spacing: 0.0432vw;
    line-height: 1.7037037037;
    padding: 0 3.3333333333vw 0 8.2666666667vw;
  }
}
.p-about-type__check::before {
  position: absolute;
  content: "";
  width: 29px;
  height: 26px;
  background: center/contain no-repeat url(../img/top/check.png);
  top: 10px;
  left: 26px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-about-type__check::before {
    width: 1.5104166667vw;
    height: 1.3541666667vw;
    top: 0.5208333333vw;
    left: 1.3541666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-about-type__check::before {
    width: 5.2vw;
    height: 5.0666666667vw;
    top: 0.5333333333vw;
    left: 2.1333333333vw;
  }
}
.p-about-type__decoration {
  font-weight: 600;
  border-bottom: solid 2px rgb(247, 0, 109);
  color: rgb(247, 0, 109);
}
@media screen and (max-width: 768px) {
  .p-about-type__decoration {
    border-bottom: solid 1px rgb(247, 0, 109);
  }
}
.p-about-type__note {
  margin-top: 16px;
  letter-spacing: 0.004rem;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0 25px 0 62px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-about-type__note {
    letter-spacing: 0.0033333333vw;
    font-size: 0.8333333333vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-about-type__note {
    margin-top: 0.8333333333vw;
    padding: 0 1.3020833333vw 0 3.2291666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-about-type__note {
    font-size: 2.1333333333vw;
    letter-spacing: 0.0085333333vw;
    line-height: 1.5;
    margin-top: 2.1333333333vw;
    padding: 0 3.3333333333vw 0 8.2666666667vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-trivia {
    padding-top: var(--header-height);
  }
}
@media screen and (max-width: 768px) {
  .p-trivia {
    padding: 13.3333333333vw 0 0;
  }
}
.p-trivia__ttl {
  text-align: center;
  color: rgb(247, 0, 109);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 0;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-trivia__ttl {
    padding: 4.1666666667vw 0;
  }
}
@media screen and (max-width: 768px) {
  .p-trivia__ttl {
    padding: 10.6666666667vw 0;
  }
}
.p-trivia__ttl-main {
  letter-spacing: 0.01rem;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 600;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-trivia__ttl-main {
    letter-spacing: 0.0083333333vw;
    font-size: 2.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-trivia__ttl-main {
    font-size: 5.3333333333vw;
    letter-spacing: 0.0533333333vw;
    line-height: 1;
  }
}
.p-trivia__ttl-sub {
  width: 66px;
  margin-top: 15px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-trivia__ttl-sub {
    width: 3.4375vw;
    margin-top: 0.78125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-trivia__ttl-sub {
    width: 8.8vw;
    margin-top: 2vw;
  }
}
.p-trivia__bg {
  background: center top/100% auto no-repeat url(../img/trivia/qa_bg.webp);
  padding-bottom: 160px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-trivia__bg {
    padding-bottom: 8.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-trivia__bg {
    background: center top/100% auto no-repeat #fce9f2;
    padding-bottom: 10.6666666667vw;
  }
}
.p-trivia-qa {
  max-width: 930px;
  width: 48.4375%;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-trivia-qa {
    width: 100%;
    padding: 0 4.6666666667vw;
  }
}
.p-trivia-qa__ttl {
  text-align: center;
  letter-spacing: 0.012rem;
  font-size: 3.125rem;
  line-height: 1.38;
  font-weight: 600;
  margin-top: 107px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-trivia-qa__ttl {
    letter-spacing: 0.01vw;
    font-size: 2.6041666667vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-trivia-qa__ttl {
    margin-top: 5.5729166667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-trivia-qa__ttl {
    font-size: 6.6666666667vw;
    letter-spacing: 0.08vw;
    line-height: 1.38;
    margin-top: 13.7333333333vw;
  }
}
.p-trivia-qa__list {
  margin-top: 82px;
  background-color: #fff;
  padding: 50px 165px;
  cursor: pointer;
  box-sizing: border-box;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-trivia-qa__list {
    padding: 2.6041666667vw 8.59375vw;
    margin-top: 4.2708333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-trivia-qa__list {
    margin-top: 10.9333333333vw;
    padding: 6.6666666667vw 0;
  }
}
.p-trivia-qa__list:nth-child(n+2) {
  margin-top: 60px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-trivia-qa__list:nth-child(n+2) {
    margin-top: 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-trivia-qa__list:nth-child(n+2) {
    margin-top: 8vw;
  }
}
.p-trivia-qa__list::after {
  position: absolute;
  content: "";
  width: 29px;
  height: 10px;
  background: center top/contain no-repeat url(../img/about/arrow.png);
  left: 0;
  right: 0;
  margin: auto;
  bottom: 20px;
  transition-duration: 0.3s;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-trivia-qa__list::after {
    width: 1.5104166667vw;
    height: 1.0416666667vw;
    bottom: 0.5208333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-trivia-qa__list::after {
    bottom: 2.6666666667vw;
    width: 3.8666666667vw;
    height: 1.3333333333vw;
  }
}
.p-trivia-qa__list.is-opened::after {
  transform: rotate(180deg);
}
.p-trivia-qa__term {
  letter-spacing: 0.012rem;
  font-size: 2.25rem;
  line-height: 1.4444444444;
  text-align: center;
  position: relative;
  font-weight: 600;
  list-style: none;
  z-index: 0;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-trivia-qa__term {
    letter-spacing: 0.01vw;
    font-size: 1.875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-trivia-qa__term {
    font-size: 5.3333333333vw;
    letter-spacing: 0.064vw;
    line-height: 1.475;
  }
}
.p-trivia-qa__term::marker {
  display: none;
}
.p-trivia-qa__term::-webkit-details-marker {
  display: none;
}
.p-trivia-qa__term::before {
  position: absolute;
  content: "";
  background: center/contain no-repeat url(../img/trivia/qa_q_img.webp);
  width: 98px;
  height: 128px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-trivia-qa__term::before {
    width: 5.1041666667vw;
    height: 6.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-trivia-qa__term::before {
    width: 12.6666666667vw;
    height: 16.5333333333vw;
    left: 1.8666666667vw;
  }
}
.p-trivia-qa__desc {
  overflow: hidden;
  padding: 30px 0 0;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-trivia-qa__desc {
    padding: 1.5625vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  .p-trivia-qa__desc {
    padding: 7.7333333333vw 0 0;
    box-sizing: border-box;
  }
}
.p-trivia-qa__desc::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 120px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 80%);
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-trivia-qa__desc::before {
    height: 6.25vw;
  }
}
@media screen and (max-width: 768px) {
  .p-trivia-qa__desc::before {
    height: 13.3333333333vw;
  }
}
.is-opened .p-trivia-qa__desc::before {
  opacity: 0;
}
.p-trivia-qa__text {
  letter-spacing: 0.004rem;
  font-size: 1.5rem;
  line-height: 1.7916666667;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-trivia-qa__text {
    letter-spacing: 0.0033333333vw;
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .p-trivia-qa__text {
    font-size: 3.4666666667vw;
    letter-spacing: 0.0208vw;
    line-height: 1.8461538462;
    padding: 0 5.0666666667vw;
  }
}
.p-trivia-qa__img {
  margin: 48px auto 0;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-trivia-qa__img {
    margin-top: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-trivia-qa__img {
    margin-top: 5.3333333333vw;
  }
}
.p-trivia-qa__img--01 {
  width: 540px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-trivia-qa__img--01 {
    width: 28.125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-trivia-qa__img--01 {
    width: 65.8666666667vw;
  }
}
.p-trivia-qa__img--02 {
  width: 471px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-trivia-qa__img--02 {
    width: 24.53125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-trivia-qa__img--02 {
    width: 69.7333333333vw;
  }
}
.p-trivia-qa__img--03 {
  width: 564px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-trivia-qa__img--03 {
    width: 29.375vw;
  }
}
@media screen and (max-width: 768px) {
  .p-trivia-qa__img--03 {
    width: 83.4666666667vw;
  }
}
.p-trivia-qa__img--04 {
  width: 484px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-trivia-qa__img--04 {
    width: 25.2083333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-trivia-qa__img--04 {
    width: 72vw;
  }
}
.p-trivia-qa__img--05 {
  width: 630px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-trivia-qa__img--05 {
    width: 32.8125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-trivia-qa__img--05 {
    width: 66.6666666667vw;
  }
}
.p-trivia-qa__img--06 {
  width: 586px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-trivia-qa__img--06 {
    width: 30.5208333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-trivia-qa__img--06 {
    width: 86.6666666667vw;
  }
}
.p-trivia-priority {
  margin-bottom: 120px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-trivia-priority {
    margin-bottom: 6.25vw;
  }
}
@media screen and (max-width: 768px) {
  .p-trivia-priority {
    margin-bottom: 16vw;
  }
}
.p-trivia-priority__ttl {
  background-color: rgb(247, 0, 109);
  letter-spacing: 0.012rem;
  font-size: 3.125rem;
  line-height: 1.24;
  color: #fff;
  text-align: center;
  padding: 70px 0;
  font-weight: 600;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-trivia-priority__ttl {
    letter-spacing: 0.01vw;
    font-size: 2.6041666667vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-trivia-priority__ttl {
    padding: 3.6458333333vw 0;
  }
}
@media screen and (max-width: 768px) {
  .p-trivia-priority__ttl {
    font-size: 6.6666666667vw;
    letter-spacing: 0.08vw;
    line-height: 1.24;
    padding: 9.3333333333vw 0;
  }
}
.p-trivia-priority__list {
  max-width: 1200px;
  width: 62.5%;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-trivia-priority__list {
    width: 100%;
    padding: 0 7.8666666667vw;
  }
}
.p-trivia-priority__list:nth-child(n+2) {
  margin-top: 137px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-trivia-priority__list:nth-child(n+2) {
    margin-top: 7.1354166667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-trivia-priority__list:nth-child(n+2) {
    margin-top: 17.6vw;
  }
}
.p-trivia-priority__term {
  letter-spacing: 0.012rem;
  font-size: 2.5rem;
  line-height: 1.45;
  color: rgb(247, 0, 109);
  padding-left: 102px;
  position: relative;
  font-weight: 600;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-trivia-priority__term {
    letter-spacing: 0.01vw;
    font-size: 2.0833333333vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-trivia-priority__term {
    padding-left: 5.3125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-trivia-priority__term {
    font-size: 5.3333333333vw;
    letter-spacing: 0.064vw;
    line-height: 1.45;
    padding-left: 14.4vw;
  }
}
.p-trivia-priority__term::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.p-trivia-priority__term--01::before {
  background: center/contain no-repeat url(../img/trivia/number_01.webp);
  width: 57px;
  height: 104px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-trivia-priority__term--01::before {
    width: 2.96875vw;
    height: 5.4166666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-trivia-priority__term--01::before {
    width: 7.6vw;
    height: 13.8666666667vw;
  }
}
.p-trivia-priority__term--02::before {
  background: center/contain no-repeat url(../img/trivia/number_02.webp);
  width: 78px;
  height: 207px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-trivia-priority__term--02::before {
    width: 4.0625vw;
    height: 5.3645833333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-trivia-priority__term--02::before {
    width: 10.5333333333vw;
    height: 13.8666666667vw;
  }
}
.p-trivia-priority__term--03::before {
  background: center/contain no-repeat url(../img/trivia/number_03.webp);
  width: 73px;
  height: 105px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-trivia-priority__term--03::before {
    width: 3.8020833333vw;
    height: 5.46875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-trivia-priority__term--03::before {
    width: 9.8666666667vw;
    height: 14.1333333333vw;
  }
}
.p-trivia-priority__term--04::before {
  background: center/contain no-repeat url(../img/trivia/number_04.webp);
  width: 73px;
  height: 103px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-trivia-priority__term--04::before {
    width: 3.8020833333vw;
    height: 5.3645833333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-trivia-priority__term--04::before {
    width: 9.7333333333vw;
    height: 13.7333333333vw;
  }
}
.p-trivia-priority__desc {
  margin-top: 73px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-trivia-priority__desc {
    margin-top: 3.8020833333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-trivia-priority__desc {
    margin-top: 6.4vw;
  }
}
.p-trivia-priority__desc:has(img) {
  display: grid;
  grid-template-columns: 490px auto;
  gap: 88px 85px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-trivia-priority__desc:has(img) {
    grid-template-columns: 25.5208333333vw auto;
    gap: 4.5833333333vw 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-trivia-priority__desc:has(img) {
    grid-template-columns: 100%;
    gap: 0;
  }
}
.p-trivia-priority__text {
  letter-spacing: 0.004rem;
  font-size: 1.625rem;
  line-height: 1.8461538462;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-trivia-priority__text {
    letter-spacing: 0.0033333333vw;
    font-size: 1.3541666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-trivia-priority__text {
    font-size: 3.4666666667vw;
    letter-spacing: 0.0208vw;
    line-height: 1.8461538462;
  }
}
@media screen and (max-width: 768px) {
  .p-trivia-priority__img--01 {
    width: 84.2666666667vw;
    margin: 12vw auto 15.4666666667vw;
  }
  .p-trivia-priority__img--02 {
    margin-top: 9.4666666667vw;
  }
  .p-trivia-priority__img--03 {
    margin: 9.7333333333vw auto 0;
    width: 60vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-recipe {
    padding-top: var(--header-height);
  }
}
@media screen and (max-width: 768px) {
  .p-recipe {
    padding: 13.3333333333vw 0 0;
  }
}
.p-recipe__ttl {
  text-align: center;
  color: rgb(247, 0, 109);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 0;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-recipe__ttl {
    padding: 4.1666666667vw 0;
  }
}
@media screen and (max-width: 768px) {
  .p-recipe__ttl {
    padding: 10.6666666667vw 0;
  }
}
.p-recipe__ttl-main {
  letter-spacing: 0.01rem;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 600;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-recipe__ttl-main {
    letter-spacing: 0.0083333333vw;
    font-size: 2.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recipe__ttl-main {
    font-size: 5.3333333333vw;
    letter-spacing: 0.0533333333vw;
    line-height: 1;
  }
}
.p-recipe__ttl-sub {
  width: 66px;
  margin-top: 15px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-recipe__ttl-sub {
    width: 3.4375vw;
    margin-top: 0.78125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recipe__ttl-sub {
    width: 10.5333333333vw;
    margin-top: 2vw;
  }
}
.p-recipe__bg {
  background: center top/100% auto no-repeat url(../img/trivia/qa_bg.webp);
  padding-bottom: 160px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-recipe__bg {
    padding-bottom: 8.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recipe__bg {
    background: center top/cover no-repeat url(../img/recipe/recipe_bg.webp);
    padding-bottom: 16vw;
  }
}
.p-recipe-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  flex-wrap: wrap;
  max-width: 1400px;
  width: 72.9166666667%;
  margin: 60px auto 0;
  gap: 40px;
  box-sizing: border-box;
  justify-content: space-between;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-recipe-list {
    gap: 1.0416666667vw 1.0416666667vw;
    margin: 3.125vw auto 0;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .p-recipe-list {
    grid-template-columns: 100%;
    width: 100%;
    padding: 0 4.6666666667vw;
    margin-top: 7.7333333333vw;
  }
}
.p-recipe-list__item {
  max-width: 680px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  background-color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-recipe-list__item {
    max-width: 33.8541666667vw;
    padding: 2.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recipe-list__item {
    max-width: 100%;
    width: 100%;
    padding: 5.3333333333vw;
  }
}
.p-recipe-list__ttl {
  letter-spacing: 0.012rem;
  font-size: 2.375rem;
  line-height: 1;
  color: rgb(247, 0, 109);
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-recipe-list__ttl {
    letter-spacing: 0.01vw;
    font-size: 1.9791666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recipe-list__ttl {
    font-size: 5.3333333333vw;
    letter-spacing: 0.064vw;
    line-height: 1;
  }
}
.p-recipe-list__img {
  margin-top: 40px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-recipe-list__img {
    margin-top: 2.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recipe-list__img {
    margin-top: 5.3333333333vw;
  }
}
.p-recipe-list__text {
  letter-spacing: 0.008rem;
  font-size: 1.75rem;
  line-height: 1.8571428571;
  margin-top: 40px;
  margin-bottom: auto;
  font-weight: 600;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-recipe-list__text {
    letter-spacing: 0.0066666667vw;
    font-size: 1.4583333333vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-recipe-list__text {
    margin-top: 2.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recipe-list__text {
    margin-top: 5.3333333333vw;
    font-size: 3.7333333333vw;
    letter-spacing: 0.0298666667vw;
    line-height: 1.8571428571;
  }
}
.p-recipe-list__frame {
  padding: 31px 31px 25px;
  box-sizing: border-box;
  border: solid 1px #231815;
  margin-top: 40px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-recipe-list__frame {
    padding: 1.6145833333vw 1.6145833333vw 1.3020833333vw;
    margin-top: 2.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recipe-list__frame {
    margin-top: 5.3333333333vw;
    padding: 4.1333333333vw 4.1333333333vw 3.3333333333vw;
  }
}
.p-recipe-list__materials {
  letter-spacing: 0.008rem;
  font-size: 1.625rem;
  line-height: 1;
  font-weight: 600;
  color: rgb(247, 0, 109);
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-recipe-list__materials {
    letter-spacing: 0.0066666667vw;
    font-size: 1.3541666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recipe-list__materials {
    font-size: 3.4666666667vw;
    letter-spacing: 0.0277333333vw;
    line-height: 1;
  }
}
.p-recipe-list__materials-list {
  letter-spacing: 0.004rem;
  font-size: 1.25rem;
  line-height: 1.8;
  margin-top: 23px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-recipe-list__materials-list {
    letter-spacing: 0.0033333333vw;
    font-size: 1.0416666667vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-recipe-list__materials-list {
    margin-top: 1.1979166667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-recipe-list__materials-list {
    font-size: 2.6666666667vw;
    letter-spacing: 0.0106666667vw;
    line-height: 1.8;
    margin-top: 2.9333333333vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-products {
    padding-top: var(--header-height);
  }
}
@media screen and (max-width: 768px) {
  .p-products {
    padding: 13.3333333333vw 0 0;
  }
}
.p-products-hint {
  background-color: #fce9f2;
  padding-top: 134px;
  margin-top: 110px;
  padding-bottom: 137px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-products-hint {
    margin-top: 5.7291666667vw;
    padding-bottom: 7.1354166667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-products-hint {
    padding-top: 0;
    margin-top: 16vw;
    padding-bottom: 12.8vw;
  }
}
.p-products-hint__ttl {
  letter-spacing: 0.012rem;
  font-size: 2.8125rem;
  line-height: 1.3777777778;
  background-color: rgb(247, 0, 109);
  color: #fff;
  padding: 35px 0;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-products-hint__ttl {
    letter-spacing: 0.01vw;
    font-size: 2.34375vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-products-hint__ttl {
    padding: 1.8229166667vw 0;
  }
}
@media screen and (max-width: 768px) {
  .p-products-hint__ttl {
    font-size: 6.6666666667vw;
    letter-spacing: 0.08vw;
    line-height: 1.24;
    padding: 9.3333333333vw 0;
  }
}
.p-products-type {
  display: flex;
  justify-content: space-between;
  max-width: 1400px;
  width: 72.9166666667%;
  margin: 120px auto 0;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-products-type {
    margin: 6.25vw auto 0;
  }
}
@media screen and (max-width: 768px) {
  .p-products-type {
    flex-direction: column;
    gap: 5.3333333333vw 0;
    width: 81.8666666667vw;
    margin-top: 13.3333333333vw;
  }
}
.p-products-type__item {
  width: 620px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-products-type__item {
    width: 32.2916666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-products-type__item {
    width: 100%;
  }
}
.p-products-type__ttl {
  letter-spacing: 0.012rem;
  font-size: 2.5rem;
  line-height: 1;
  padding: 14px 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: 600;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-products-type__ttl {
    letter-spacing: 0.01vw;
    font-size: 2.0833333333vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-products-type__ttl {
    padding: 0.7291666667vw 0;
  }
}
@media screen and (max-width: 768px) {
  .p-products-type__ttl {
    font-size: 5.3333333333vw;
    letter-spacing: 0.064vw;
    line-height: 1;
    padding: 1.8666666667vw 0;
  }
}
.p-products-type__ttl--01 {
  background-color: #ec1f83;
}
.p-products-type__ttl--02 {
  background-color: #a10b6b;
}
.p-products-type__img {
  margin-top: 36px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-products-type__img {
    margin-top: 1.875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-products-type__img {
    margin-top: 4.8vw;
  }
}
.p-products-type__img--01 {
  width: 567px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-products-type__img--01 {
    width: 29.53125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-products-type__img--01 {
    width: 75.6vw;
  }
}
.p-products-type__img--02 {
  width: 531px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-products-type__img--02 {
    width: 27.65625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-products-type__img--02 {
    width: 70.8vw;
  }
}
.p-products-type__text {
  letter-spacing: 0.008rem;
  font-size: 1.5rem;
  line-height: 1.8333333333;
  margin-top: 54px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-products-type__text {
    letter-spacing: 0.0066666667vw;
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-products-type__text {
    margin-top: 2.8125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-products-type__text {
    font-size: 3.6vw;
    letter-spacing: 0.036vw;
    line-height: 1.8148148148;
    margin-top: 8vw;
  }
}
.p-products-type__note {
  letter-spacing: 0.012rem;
  font-size: 1rem;
  line-height: 1.4375;
  margin-top: 43px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-products-type__note {
    letter-spacing: 0.01vw;
    font-size: 0.8333333333vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-products-type__note {
    margin-top: 2.2395833333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-products-type__note {
    font-size: 2.1333333333vw;
    letter-spacing: 0.0256vw;
    line-height: 1.4375;
    margin-top: 1.6666666667vw;
  }
}
.p-products-select {
  margin-top: 118px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-products-select {
    margin-top: 6.1458333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-products-select {
    margin-top: 15.7333333333vw;
  }
}
.p-products-select__ttl {
  letter-spacing: 0.012rem;
  font-size: 2.375rem;
  line-height: 1;
  padding-bottom: 12px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  border-bottom: solid 2px rgb(247, 0, 109);
  color: rgb(247, 0, 109);
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-products-select__ttl {
    letter-spacing: 0.01vw;
    font-size: 1.9791666667vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-products-select__ttl {
    padding-bottom: 0.625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-products-select__ttl {
    font-size: 4.8vw;
    letter-spacing: 0.0576vw;
    line-height: 1;
    padding-bottom: 1.6vw;
    border-bottom: solid 0.2666666667vw rgb(247, 0, 109);
  }
}
.p-products-select__img {
  width: 1400px;
  margin: 70px auto 0;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-products-select__img {
    width: 72.9166666667%;
    margin-top: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-products-select__img {
    width: 90.6666666667vw;
    margin-top: 9.8666666667vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-drink {
    padding-top: var(--header-height);
  }
}
@media screen and (max-width: 768px) {
  .p-drink {
    padding: 13.3333333333vw 0 0;
  }
}
.p-drink__text {
  letter-spacing: 0.012rem;
  font-size: 2.375rem;
  line-height: 1.5789473684;
  text-align: center;
  margin-top: 122px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-drink__text {
    letter-spacing: 0.01vw;
    font-size: 1.9791666667vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-drink__text {
    margin-top: 6.3541666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-drink__text {
    font-size: 4.2666666667vw;
    letter-spacing: 0.0512vw;
    line-height: 1.625;
    margin-top: 14.1333333333vw;
  }
}
.p-drink__img {
  max-width: 1400px;
  margin: 120px auto 0;
  width: 72.9166666667%;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-drink__img {
    margin: 6.25vw auto 0;
  }
}
@media screen and (max-width: 768px) {
  .p-drink__img {
    margin: 12.9333333333vw auto 0;
    width: 100%;
  }
}
.p-drink-award {
  display: flex;
  padding: 0 127px;
  max-width: 1400px;
  width: 72.9166666667%;
  margin: 100px auto 0;
  justify-content: space-between;
  box-sizing: border-box;
  gap: 0 65px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-drink-award {
    padding: 0 6.6145833333vw;
    margin-top: 5.2083333333vw;
    gap: 0 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-drink-award {
    flex-direction: column;
    padding: 0 10vw;
    gap: 0;
    margin-top: -15.4666666667vw;
    position: relative;
    z-index: 1;
    width: 100%;
  }
}
.p-drink-award__img {
  width: 387px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-drink-award__img {
    width: 20.15625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-drink-award__img {
    margin-bottom: -6vw;
    width: 30.9333333333vw;
    margin-left: auto;
    margin-right: -6vw;
  }
}
.p-drink-award__title {
  letter-spacing: 0.012rem;
  font-size: 2.375rem;
  line-height: 1.2894736842;
  color: rgb(247, 0, 109);
  padding-bottom: 22px;
  border-bottom: solid 2px rgb(247, 0, 109);
  font-weight: 600;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-drink-award__title {
    letter-spacing: 0.01vw;
    font-size: 1.9791666667vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-drink-award__title {
    padding-bottom: 1.1458333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-drink-award__title {
    font-size: 4.8vw;
    letter-spacing: 0.0576vw;
    line-height: 1.25;
    padding-bottom: 2.6666666667vw;
  }
}
.p-drink-award__text {
  margin-top: 22px;
  letter-spacing: 0.004rem;
  font-size: 1.5rem;
  line-height: 1.75;
  font-weight: 500;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-drink-award__text {
    letter-spacing: 0.0033333333vw;
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-drink-award__text {
    margin-top: 1.1458333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-drink-award__text {
    font-size: 2.4vw;
    letter-spacing: 0.0096vw;
    line-height: 1.7777777778;
    padding-bottom: 2.6666666667vw;
  }
}
.p-drink-satisfaction {
  overflow: hidden;
}
.p-drink-satisfaction__img {
  width: 1708px;
  position: relative;
  left: 6%;
  right: 0;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-drink-satisfaction__img {
    width: 88.9583333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-drink-satisfaction__img {
    width: 100%;
    left: 0;
    margin-top: 4vw;
  }
}
.p-drink-satisfaction__text {
  width: 710px;
  margin: 60px auto 0;
  letter-spacing: 0.004rem;
  font-size: 1rem;
  line-height: 1.4375;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-drink-satisfaction__text {
    letter-spacing: 0.0033333333vw;
    font-size: 0.8333333333vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-drink-satisfaction__text {
    width: 36.9791666667vw;
    margin: 3.125vw auto 0;
  }
}
@media screen and (max-width: 768px) {
  .p-drink-satisfaction__text {
    width: 80vw;
    margin-top: 7.2vw;
    font-size: 2.1333333333vw;
    letter-spacing: 0.0085333333vw;
    line-height: 1.4375;
  }
}
.p-drink-imgs {
  background-color: #fce9f2;
  padding: 78px 0;
  margin-top: 118px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-drink-imgs {
    padding: 4.0625vw 0;
    margin-top: 6.1458333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-drink-imgs {
    margin-top: 11.2vw;
    padding: 10.4vw 10vw;
  }
}
.p-drink-imgs__img--01 {
  width: 565px;
  display: block;
  margin: 0 auto -40px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-drink-imgs__img--01 {
    width: 29.4270833333vw;
    margin-bottom: -2.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-drink-imgs__img--01 {
    width: 75.3333333333vw;
    margin: 0 auto -5.0666666667vw 0;
  }
}
.p-drink-imgs__img--02 {
  width: 560px;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-drink-imgs__img--02 {
    width: 29.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-drink-imgs__img--02 {
    width: 74.6666666667vw;
    margin: 0 0 0 auto;
  }
}

@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-tablet {
    padding-top: var(--header-height);
  }
}
@media screen and (max-width: 768px) {
  .p-tablet {
    padding: 13.3333333333vw 0 0;
  }
}
.p-tablet__text {
  letter-spacing: 0.012rem;
  font-size: 2.375rem;
  line-height: 1.5789473684;
  text-align: center;
  margin-top: 122px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-tablet__text {
    letter-spacing: 0.01vw;
    font-size: 1.9791666667vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-tablet__text {
    margin-top: 6.3541666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-tablet__text {
    font-size: 4.2666666667vw;
    letter-spacing: 0.0512vw;
    line-height: 1.625;
    margin-top: 14.1333333333vw;
  }
}
.p-tablet-award {
  max-width: 790px;
  width: 90%;
  margin: 178px auto 0;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-tablet-award {
    margin: 9.2708333333vw auto 0;
  }
}
@media screen and (max-width: 768px) {
  .p-tablet-award {
    margin: 11.3333333333vw auto 0;
    width: 80vw;
  }
}
.p-tablet-award__title {
  letter-spacing: 0.012rem;
  font-size: 2.375rem;
  line-height: 1.2894736842;
  color: rgb(247, 0, 109);
  padding-bottom: 22px;
  border-bottom: solid 2px rgb(247, 0, 109);
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-tablet-award__title {
    letter-spacing: 0.01vw;
    font-size: 1.9791666667vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-tablet-award__title {
    padding-bottom: 1.1458333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-tablet-award__title {
    font-size: 4.8vw;
    letter-spacing: 0.0576vw;
    line-height: 1.25;
    padding-bottom: 2.6666666667vw;
  }
}
.p-tablet-award__text {
  margin-top: 27px;
  letter-spacing: 0.008rem;
  font-size: 1.875rem;
  line-height: 1.8;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-tablet-award__text {
    letter-spacing: 0.0066666667vw;
    font-size: 1.5625vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-tablet-award__text {
    margin-top: 1.40625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-tablet-award__text {
    font-size: 3.4666666667vw;
    letter-spacing: 0.0277333333vw;
    line-height: 1.6923076923;
    margin-top: 2.5333333333vw;
  }
}
.p-tablet-product {
  margin-top: 160px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-tablet-product {
    margin-top: 8.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-tablet-product {
    margin-top: 12.9333333333vw;
  }
}
.p-tablet-product__img {
  width: 719px;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-tablet-product__img {
    width: 37.4479166667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-tablet-product__img {
    width: 80vw;
  }
}
.p-tablet-product__text {
  color: rgb(247, 0, 109);
  text-align: center;
  letter-spacing: 0.012rem;
  font-size: 1.625rem;
  line-height: 1.7692307692;
  font-weight: 600;
  margin-top: 50px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-tablet-product__text {
    letter-spacing: 0.01vw;
    font-size: 1.3541666667vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-tablet-product__text {
    margin-top: 2.6041666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-tablet-product__text {
    font-size: 3.4666666667vw;
    letter-spacing: 0.0416vw;
    line-height: 1.6923076923;
    margin-top: 9.3333333333vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-powder {
    padding-top: var(--header-height);
  }
}
@media screen and (max-width: 768px) {
  .p-powder {
    padding: 13.3333333333vw 0 0;
  }
}
.p-powder__text {
  letter-spacing: 0.012rem;
  font-size: 2.375rem;
  line-height: 1.5789473684;
  text-align: center;
  margin-top: 122px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-powder__text {
    letter-spacing: 0.01vw;
    font-size: 1.9791666667vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-powder__text {
    margin-top: 6.3541666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-powder__text {
    font-size: 4.2666666667vw;
    letter-spacing: 0.0512vw;
    line-height: 1.625;
    margin-top: 14.1333333333vw;
  }
}
.p-powder__note {
  letter-spacing: 0.004rem;
  font-size: 1rem;
  line-height: 1.4375;
  margin-top: 30px;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-powder__note {
    letter-spacing: 0.0033333333vw;
    font-size: 0.8333333333vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-powder__note {
    margin-top: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-powder__note {
    font-size: 2.1333333333vw;
    letter-spacing: 0.0085333333vw;
    line-height: 1.4375;
    margin-top: 4vw;
  }
}
.p-powder-award {
  max-width: 790px;
  width: 90%;
  margin: 178px auto 0;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-powder-award {
    margin: 9.2708333333vw auto 0;
  }
}
@media screen and (max-width: 768px) {
  .p-powder-award {
    margin: 11.3333333333vw auto 0;
    width: 80vw;
  }
}
.p-powder-award__title {
  letter-spacing: 0.012rem;
  font-size: 2.375rem;
  line-height: 1.2894736842;
  color: rgb(247, 0, 109);
  padding-bottom: 22px;
  border-bottom: solid 2px rgb(247, 0, 109);
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-powder-award__title {
    letter-spacing: 0.01vw;
    font-size: 1.9791666667vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-powder-award__title {
    padding-bottom: 1.1458333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-powder-award__title {
    font-size: 4.8vw;
    letter-spacing: 0.0576vw;
    line-height: 1.25;
    padding-bottom: 2.6666666667vw;
  }
}
.p-powder-award__text {
  margin-top: 27px;
  letter-spacing: 0.008rem;
  font-size: 1.875rem;
  line-height: 1.8;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-powder-award__text {
    letter-spacing: 0.0066666667vw;
    font-size: 1.5625vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-powder-award__text {
    margin-top: 1.40625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-powder-award__text {
    font-size: 3.4666666667vw;
    letter-spacing: 0.0277333333vw;
    line-height: 1.6923076923;
    margin-top: 2.5333333333vw;
  }
}
.p-powder-lead {
  margin-top: 77px;
  margin-bottom: 134px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-powder-lead {
    margin-top: 4.0104166667vw;
    margin-bottom: 6.9791666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-powder-lead {
    margin-top: 9.3333333333vw;
    margin-bottom: 12.4vw;
  }
}
.p-powder-lead__img {
  width: 100%;
}
.p-powder-lead__ttl {
  width: 654px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-powder-lead__ttl {
    width: 34.0625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-powder-lead__ttl {
    width: 74.6666666667vw;
  }
}
.p-powder-lead__note {
  letter-spacing: 0.004rem;
  font-size: 1rem;
  line-height: 1.4375;
  text-align: center;
  margin-top: 35px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-powder-lead__note {
    letter-spacing: 0.0033333333vw;
    font-size: 0.8333333333vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-powder-lead__note {
    margin-top: 1.8229166667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-powder-lead__note {
    font-size: 2.1333333333vw;
    letter-spacing: 0.0085333333vw;
    line-height: 1.4375;
    margin-top: 4.8vw;
  }
}
.p-powder-lead__sumple {
  width: 647px;
  margin: 80px auto 0;
  display: block;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-powder-lead__sumple {
    width: 33.6979166667vw;
    margin: 4.1666666667vw auto 0;
  }
}
@media screen and (max-width: 768px) {
  .p-powder-lead__sumple {
    width: 86.6666666667vw;
    margin-top: 11.2vw;
  }
}
.p-powder-lead__text {
  letter-spacing: 0.01rem;
  font-size: 1.625rem;
  line-height: 1.6923076923;
  margin-top: 80px;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-powder-lead__text {
    letter-spacing: 0.0083333333vw;
    font-size: 1.3541666667vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-powder-lead__text {
    margin-top: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-powder-lead__text {
    margin-top: 10.6666666667vw;
    font-size: 3.4666666667vw;
    letter-spacing: 0.0346666667vw;
    line-height: 1.6923076923;
  }
}
.p-powder-product {
  margin: 157px auto 0;
  max-width: 1400px;
  width: 72.9166666667%;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-powder-product {
    margin-top: 8.1770833333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-powder-product {
    margin-top: 13.3333333333vw;
    width: 80vw;
  }
}
.p-powder-product__ttl {
  text-align: center;
  letter-spacing: 0.012rem;
  font-size: 2.5rem;
  line-height: 1;
  color: rgb(247, 0, 109);
  font-weight: bold;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-powder-product__ttl {
    letter-spacing: 0.01vw;
    font-size: 2.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-powder-product__ttl {
    font-size: 5.3333333333vw;
    letter-spacing: 0.064vw;
    line-height: 1;
  }
}
.p-powder-product__block {
  display: flex;
  margin-top: 54px;
  gap: 0 120px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-powder-product__block {
    margin-top: 2.8125vw;
    gap: 0 6.25vw;
  }
}
@media screen and (max-width: 768px) {
  .p-powder-product__block {
    flex-direction: column;
    gap: 0;
    margin-top: 6.6666666667vw;
  }
}
.p-powder-product__img {
  width: 680px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-powder-product__img {
    width: 35.4166666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-powder-product__img {
    width: 100%;
  }
}
.p-powder-product__info {
  width: 600px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-powder-product__info {
    width: 31.25vw;
  }
}
@media screen and (max-width: 768px) {
  .p-powder-product__info {
    width: 100%;
  }
}
.p-powder-product__icon {
  margin-top: 80px;
  width: 564px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-powder-product__icon {
    margin-top: 4.1666666667vw;
    width: 29.375vw;
  }
}
@media screen and (max-width: 768px) {
  .p-powder-product__icon {
    margin: 5.3333333333vw auto 0;
    width: 75.2vw;
  }
}
.p-powder-product__detail {
  margin-top: 40px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-powder-product__detail {
    margin-top: 2.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-powder-product__detail {
    margin-top: 5.6vw;
  }
}
.p-powder-product__detail-term {
  letter-spacing: 0.006rem;
  font-size: 1.375rem;
  line-height: 2.0909090909;
  font-weight: 600;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-powder-product__detail-term {
    letter-spacing: 0.005vw;
    font-size: 1.1458333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-powder-product__detail-term {
    font-size: 2.9333333333vw;
    letter-spacing: 0.0176vw;
    line-height: 2.0909090909;
  }
}
.p-powder-product__detail-desc {
  letter-spacing: 0.006rem;
  font-size: 1.375rem;
  line-height: 1.6363636364;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-powder-product__detail-desc {
    letter-spacing: 0.005vw;
    font-size: 1.1458333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-powder-product__detail-desc {
    font-size: 2.9333333333vw;
    letter-spacing: 0.0176vw;
    line-height: 1.6363636364;
  }
}
.p-powder-product__note {
  letter-spacing: 0.012rem;
  font-size: 1rem;
  line-height: 1.4375;
  margin-top: 22px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-powder-product__note {
    letter-spacing: 0.01vw;
    font-size: 0.8333333333vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-powder-product__note {
    margin-top: 1.1458333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-powder-product__note {
    font-size: 2.1333333333vw;
    letter-spacing: 0.0256vw;
    line-height: 1.4375;
    margin-top: 3.6vw;
  }
}
.p-powder-product__end {
  letter-spacing: 0.012rem;
  font-size: 1.625rem;
  line-height: 1.7692307692;
  text-align: center;
  margin-top: 130px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-powder-product__end {
    letter-spacing: 0.01vw;
    font-size: 1.3541666667vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-powder-product__end {
    margin-top: 6.7708333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-powder-product__end {
    margin-top: 13.3333333333vw;
    font-size: 2.9333333333vw;
    letter-spacing: 0.0352vw;
    line-height: 1.5909090909;
  }
}

.p-details-line {
  margin-top: 134px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-details-line {
    margin-top: 6.9791666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-details-line {
    margin-top: 14.2666666667vw;
  }
}
.p-details-line__ttl {
  padding: 35px 0;
  background-color: rgb(247, 0, 109);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-details-line__ttl {
    padding: 1.8229166667vw 0;
  }
}
@media screen and (max-width: 768px) {
  .p-details-line__ttl {
    padding: 6vw 0;
  }
}
.p-details-line__ttl-sub {
  letter-spacing: 0.012rem;
  font-size: 1.4375rem;
  line-height: 1.9565217391;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-details-line__ttl-sub {
    letter-spacing: 0.01vw;
    font-size: 1.1979166667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-details-line__ttl-sub {
    font-size: 3.7333333333vw;
    letter-spacing: 0.0448vw;
    line-height: 1.6071428571;
  }
}
.p-details-line__ttl-main {
  letter-spacing: 0.012rem;
  font-size: 2.8125rem;
  line-height: 1.3777777778;
  font-weight: 600;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-details-line__ttl-main {
    letter-spacing: 0.01vw;
    font-size: 2.34375vw;
  }
}
@media screen and (max-width: 768px) {
  .p-details-line__ttl-main {
    font-size: 6.6666666667vw;
    letter-spacing: 0.08vw;
    line-height: 1.24;
  }
}
@media screen and (max-width: 768px) {
  .p-details-line__img {
    margin-top: 7.0666666667vw;
    display: block;
  }
  .p-tablet .p-details-line__img {
    margin-top: 10.9333333333vw;
  }
}
.p-details-component {
  background-color: #fcecf4;
  padding: 116px 0;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-details-component {
    padding: 6.0416666667vw 0;
  }
}
@media screen and (max-width: 768px) {
  .p-details-component {
    margin-top: 10.6666666667vw;
    padding: 10.6666666667vw 0 8.8vw;
  }
}
.p-details-component__ttl {
  letter-spacing: 0.012rem;
  font-size: 2.375rem;
  line-height: 1;
  color: rgb(247, 0, 109);
  padding-bottom: 22px;
  border-bottom: solid 2px rgb(247, 0, 109);
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-details-component__ttl {
    letter-spacing: 0.01vw;
    font-size: 1.9791666667vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-details-component__ttl {
    padding-bottom: 1.1458333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-details-component__ttl {
    padding-bottom: 2.9333333333vw;
    font-size: 4.8vw;
    letter-spacing: 0.0576vw;
    line-height: 1;
  }
}
.p-details-component__img {
  max-width: 1400px;
  width: 72.9166666667%;
  margin: 70px auto 0;
  display: block;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-details-component__img {
    margin-top: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-details-component__img {
    margin-top: 6.6666666667vw;
    width: 90.6666666667vw;
  }
}
.p-details-component__note {
  margin: 52px auto 0;
  max-width: 1400px;
  width: 72.9166666667%;
  letter-spacing: 0.012rem;
  font-size: 1rem;
  line-height: 1.4375;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-details-component__note {
    letter-spacing: 0.01vw;
    font-size: 0.8333333333vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-details-component__note {
    margin-top: 2.7083333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-details-component__note {
    margin-top: 4.2666666667vw;
    width: 90.6666666667vw;
    font-size: 2.1333333333vw;
    letter-spacing: 0.0256vw;
    line-height: 1.4375;
  }
}
.p-details-product {
  margin: 157px auto 0;
  max-width: 1400px;
  width: 72.9166666667%;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-details-product {
    margin-top: 8.1770833333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-details-product {
    margin-top: 13.3333333333vw;
    width: 80vw;
  }
}
.p-details-product__ttl {
  text-align: center;
  letter-spacing: 0.012rem;
  font-size: 2.5rem;
  line-height: 1;
  color: rgb(247, 0, 109);
  font-weight: bold;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-details-product__ttl {
    letter-spacing: 0.01vw;
    font-size: 2.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-details-product__ttl {
    font-size: 5.3333333333vw;
    letter-spacing: -0.0533333333vw;
    line-height: 1;
  }
}
.p-details-product__ttl--02 {
  color: #ac0d79;
}
.p-details-product__block {
  display: flex;
  margin-top: 30px;
  gap: 0 120px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-details-product__block {
    margin-top: 1.5625vw;
    gap: 0 6.25vw;
  }
}
@media screen and (max-width: 768px) {
  .p-details-product__block {
    flex-direction: column;
    gap: 0;
    margin-top: 6.6666666667vw;
  }
}
.p-details-product__img {
  width: 680px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-details-product__img {
    width: 35.4166666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-details-product__img {
    width: 100%;
  }
}
.p-details-product__info {
  width: 600px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-details-product__info {
    width: 31.25vw;
  }
}
@media screen and (max-width: 768px) {
  .p-details-product__info {
    width: 100%;
  }
}
.p-details-product__icon {
  margin-top: 80px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-details-product__icon {
    margin-top: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-details-product__icon {
    margin: 5.3333333333vw auto 0;
  }
}
.p-details-product__icon--01 {
  width: 250px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-details-product__icon--01 {
    width: 13.0208333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-details-product__icon--01 {
    width: 33.3333333333vw;
  }
}
.p-details-product__icon--02 {
  width: 531px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-details-product__icon--02 {
    width: 27.65625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-details-product__icon--02 {
    width: 70.8vw;
  }
}
.p-details-product__detail {
  margin-top: 40px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-details-product__detail {
    margin-top: 2.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-details-product__detail {
    margin-top: 5.6vw;
  }
}
.p-details-product__detail-term {
  letter-spacing: 0.006rem;
  font-size: 1.375rem;
  line-height: 2.0909090909;
  font-weight: 600;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-details-product__detail-term {
    letter-spacing: 0.005vw;
    font-size: 1.1458333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-details-product__detail-term {
    font-size: 2.9333333333vw;
    letter-spacing: 0.0176vw;
    line-height: 2.0909090909;
  }
}
.p-details-product__detail-desc {
  letter-spacing: 0.006rem;
  font-size: 1.375rem;
  line-height: 1.6363636364;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-details-product__detail-desc {
    letter-spacing: 0.005vw;
    font-size: 1.1458333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-details-product__detail-desc {
    font-size: 2.9333333333vw;
    letter-spacing: 0.0176vw;
    line-height: 1.6363636364;
  }
}
.p-details-product__note {
  letter-spacing: 0.012rem;
  font-size: 1rem;
  line-height: 1.4375;
  margin-top: 22px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-details-product__note {
    letter-spacing: 0.01vw;
    font-size: 0.8333333333vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-details-product__note {
    margin-top: 1.1458333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-details-product__note {
    font-size: 2.1333333333vw;
    letter-spacing: 0.0256vw;
    line-height: 1.4375;
    margin-top: 3.6vw;
  }
}
.p-details-product__end {
  letter-spacing: 0.012rem;
  font-size: 1.625rem;
  line-height: 1.7692307692;
  text-align: center;
  margin-top: 130px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-details-product__end {
    letter-spacing: 0.01vw;
    font-size: 1.3541666667vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-details-product__end {
    margin-top: 6.7708333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-details-product__end {
    margin-top: 13.3333333333vw;
    font-size: 2.9333333333vw;
    letter-spacing: 0.0352vw;
    line-height: 1.5909090909;
  }
}
.p-details-review {
  max-width: 1400px;
  margin: 122px auto 0;
  width: 72.9166666667%;
  background-color: #f6f5ec;
  padding: 53px 270px;
  box-sizing: border-box;
  color: #626262;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-details-review {
    margin-top: 6.3541666667vw;
    padding: 2.7604166667vw 14.0625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-details-review {
    width: 90.6666666667vw;
    margin-top: 11.8666666667vw;
    padding: 7.0666666667vw 2.0833333333vw;
  }
}
.p-details-review__ttl {
  letter-spacing: 0.006rem;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-details-review__ttl {
    letter-spacing: 0.005vw;
    font-size: 2.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-details-review__ttl {
    font-size: 5.3333333333vw;
    letter-spacing: 0.032vw;
    line-height: 1;
  }
}
.p-details-review__item {
  border-bottom: dotted 2px #626262;
  display: flex;
  gap: 0 48px;
  padding: 66px 0;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-details-review__item {
    gap: 0 2.5vw;
    padding: 3.4375vw 0;
  }
}
@media screen and (max-width: 768px) {
  .p-details-review__item {
    border-bottom: dotted 0.2666666667vw #626262;
    gap: 0 6.4vw;
    padding: 3.6458333333vw 0 6.6666666667vw;
  }
}
.p-details-review__item.is-hidden {
  display: none;
}
.p-details-review__icon {
  width: 92px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-details-review__icon {
    width: 4.7916666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-details-review__icon {
    width: 15.3333333333vw;
  }
}
.p-details-review__info {
  display: flex;
  flex-wrap: wrap;
}
.p-details-review__name {
  letter-spacing: 0.01rem;
  font-size: 1.5rem;
  line-height: 1.1666666667;
  margin-right: auto;
  font-weight: 600;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-details-review__name {
    letter-spacing: 0.0083333333vw;
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-details-review__name {
    margin-right: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-details-review__name {
    font-size: 3.4666666667vw;
    letter-spacing: 0.0346666667vw;
    line-height: 1.3846153846;
    order: 3;
    width: 100%;
    margin-top: 4vw;
  }
}
.p-details-review__star {
  display: flex;
  gap: 0 7px;
  margin-right: 13px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-details-review__star {
    gap: 0 0.3645833333vw;
    margin-right: 0.6770833333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-details-review__star {
    gap: 0 1.2vw;
    margin-right: 2.2666666667vw;
  }
}
.p-details-review__star div {
  width: 26px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-details-review__star div {
    width: 1.3541666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-details-review__star div {
    width: 4.2666666667vw;
  }
}
.p-details-review__number {
  letter-spacing: 0.006rem;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 600;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-details-review__number {
    letter-spacing: 0.005vw;
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .p-details-review__number {
    font-size: 4vw;
    letter-spacing: 0.024vw;
    line-height: 1;
  }
}
.p-details-review__text {
  letter-spacing: 0.01rem;
  font-size: 1.625rem;
  line-height: 1.8461538462;
  margin-top: 27px;
  font-weight: 600;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-details-review__text {
    letter-spacing: 0.0083333333vw;
    font-size: 1.3541666667vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-details-review__text {
    margin-top: 1.40625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-details-review__text {
    font-size: 4vw;
    letter-spacing: 0.04vw;
    line-height: 1.6;
    margin-top: 3.6vw;
  }
}
.p-details-review__content {
  letter-spacing: -0.018rem;
  font-size: 1.375rem;
  line-height: 2;
  margin-top: 27px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-details-review__content {
    letter-spacing: -0.015vw;
    font-size: 1.1458333333vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-details-review__content {
    margin-top: 1.40625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-details-review__content {
    font-size: 3.4666666667vw;
    letter-spacing: -0.0346666667vw;
    line-height: 1.8461538462;
    margin-top: 1.3333333333vw;
  }
}
.p-details-review__more {
  letter-spacing: 0.006rem;
  font-size: 1.625rem;
  line-height: 1.3846153846;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto 0;
  padding-bottom: 30px;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-details-review__more {
    letter-spacing: 0.005vw;
    font-size: 1.3541666667vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-details-review__more {
    margin-top: 1.5625vw;
    padding-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-details-review__more {
    margin-top: 5.3333333333vw;
    padding-bottom: 1.7708333333vw;
    font-size: 3.4666666667vw;
    letter-spacing: 0.0208vw;
    line-height: 1.3846153846;
  }
}
.p-details-review__more::after {
  position: absolute;
  content: "";
  width: 39px;
  height: 15px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: center/contain no-repeat url(../img/products/drink/arrow.webp);
  transform: rotate(180deg);
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-details-review__more::after {
    width: 2.03125vw;
    height: 0.78125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-details-review__more::after {
    width: 5.2vw;
    height: 2vw;
  }
}
.p-details-review__more.is-hidden::after {
  transform: rotate(0);
}
.p-details-banner {
  display: block;
  margin: 120px auto 0;
  width: 816px;
}
@media screen and (min-width: 769px) and (max-width: 1919px) {
  .p-details-banner {
    margin-top: 6.25vw;
    width: 42.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-details-banner {
    width: 90.6666666667vw;
    margin-top: 6.6666666667vw;
  }
  .p-tablet .p-details-banner {
    margin-top: 20vw;
  }
}

.u-pc_dispBlock {
  display: block;
}
.u-sp_dispBlock {
  display: none;
}
.u-tume {
  letter-spacing: -0.08em;
}

@media screen and (max-width: 768px) {
  .u-pc_dispBlock {
    display: none;
  }
  .u-sp_dispBlock {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */