@charset "UTF-8";
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  margin: 0;
  color: #4C4A4A;
  letter-spacing: 0;
  line-height: 150%;
}

body,
body * {
  box-sizing: border-box;
  font-family: "Noto Serif JP", sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

b,
strong {
  font-weight: bold;
}

img {
  border: 0;
  display: block;
  width: 100%;
  height: auto;
}

*:focus {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

a {
  text-decoration: none;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}

li {
  list-style-type: none;
}

img {
  vertical-align: middle;
}

p,
span {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
p,
span,
dl,
dt,
dd {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

sub, sup {
  font-size: 65%;
  line-height: 0;
  position: relative;
}

.is_hidden {
  display: none !important;
}

@media (min-width : 767px) {
  .is_only_sp {
    display: none !important;
  }
}

@media (max-width : 766px) {
  .is_only_pc {
    display: none !important;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scaleCircle {
  0% {
    transform: scale(0);
    transform-origin: center center;
  }
  100% {
    transform: scale(1);
    transform-origin: center center;
  }
}
@keyframes fadeSlideHeading {
  0% {
    mask-position: 1200% 0;
  }
  100% {
    mask-position: 0 0;
  }
}
.wrapper {
  width: 100%;
  filter: blur(1.5rem);
  animation: firstBlur 1s ease-out forwards;
}

@keyframes firstBlur {
  0% {
    filter: blur(1.5rem);
  }
  100% {
    filter: blur(0);
  }
}
.menu {
  position: fixed;
  top: 0;
  right: -120%;
  z-index: 999;
  width: 100%;
  height: 100vh;
  transition: all 0.6s;
}
.menu.is_open {
  right: 0;
}
@media (min-width : 767px) {
  .menu {
    width: 536px;
  }
}

.menu_base {
  overflow: auto;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: linear-gradient(153deg, rgba(217, 224, 236, 0.9) 0%, rgba(152, 179, 222, 0.9) 99.95%);
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(4px);
}

.menu_button_area {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
}

.menu_button {
  position: absolute !important;
  top: 12px;
  right: 8px;
  z-index: 9999;
  width: 56px;
  height: 26px;
  cursor: pointer;
}
@media (min-width : 767px) {
  .menu_button {
    top: 44px;
    right: 128px;
  }
}
@media (hover: hover) {
  .menu_button {
    transition: opacity 0.5s;
  }
  .menu_button:hover {
    opacity: 0.5;
  }
}
.menu_button span {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  width: 40px;
  height: 1px;
  margin: 0 auto;
  background-color: #fff;
  transition: all 0.5s;
}
.menu_button span:nth-of-type(1) {
  top: 8px;
}
.menu_button span:nth-of-type(2) {
  top: 16px;
}
.menu_button.is_cross span:nth-of-type(1) {
  transform: translateY(6px) rotate(-25deg);
}
.menu_button.is_cross span:nth-of-type(2) {
  top: 20px;
  transform: translateY(-6px) rotate(25deg);
}

.menu_inner {
  padding-block: 80px;
  padding-inline: 9%;
}
@media (min-width : 767px) {
  .menu_inner {
    padding-block: 132px 100px;
    padding-inline: 60px 128px;
  }
}

.menu_list {
  padding-block-end: 60px;
}
.menu_list li + li {
  margin-block-start: 32px;
}
.menu_list li a {
  display: block;
  color: var(--ffffff, #FFF);
  font-family: "Noto Serif JP";
  font-size: 32px;
  font-size: 8.5333333333vw;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
}
@media (min-width : 767px) {
  .menu_list li a {
    font-size: 32px;
  }
}
.menu_list li a span {
  display: inline-block;
  vertical-align: middle;
  margin-inline-start: 12px;
  color: var(--ffffff, #FFF);
  font-family: "Noto Serif JP";
  font-size: 14px;
  font-size: 3.7333333333vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.04em;
}
@media (min-width : 767px) {
  .menu_list li a span {
    font-size: 14px;
  }
}
@media (hover: hover) {
  .menu_list li a {
    transition: text-shadow 0.5s;
  }
  .menu_list li a:hover {
    text-shadow: 0px 0px 80px #98B3DE, 0px 0px 40px #98B3DE, 0px 0px 20px #98B3DE, 0px 0px 12px #98B3DE;
  }
}

.menu_logo {
  padding-block-start: 20px;
  border-top: 1px solid #fff;
}
.menu_logo img {
  width: 41.5%;
}
@media (min-width : 767px) {
  .menu_logo img {
    width: 140px;
  }
}

.wrapper {
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
}
.wrapper.is_menuFixed .wrapper_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 998;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  content: "";
  animation: baseFix 0.5s forwards;
}
@media (max-width: 766px) {
  .wrapper.is_menuFixed .wrapper_bg {
    display: none;
  }
}
.wrapper.is_menuFixed.-baseFixRemove .wrapper_bg {
  animation: baseFixRemove 0.5s forwards;
}

@keyframes baseFix {
  0% {
    background-color: rgba(255, 255, 255, 0);
  }
  100% {
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(4px);
  }
}
@keyframes baseFixRemove {
  0% {
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(4px);
  }
  100% {
    background-color: rgba(255, 255, 255, 0);
    backdrop-filter: blur(0);
  }
}
.kv {
  width: 100%;
  height: 100vh;
  height: 100svh;
  position: relative;
  padding-block-end: 135px;
  background-color: rgba(152, 179, 222, 0.2);
}
@media (min-width : 767px) {
  .kv {
    height: auto;
    padding-block-end: 0;
  }
  .kv::after {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 277px;
    flex-shrink: 0;
    background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, #f1f5fb 70%, #f1f5fb 100%);
  }
}

.kv_main {
  width: 100%;
  aspect-ratio: 375/634;
}
@media (min-width : 767px) {
  .kv_main {
    aspect-ratio: 1280/876;
  }
}

.kv_heading {
  position: absolute;
  font-size: 0;
  left: 20px;
  bottom: 34.75px;
  opacity: 0;
  animation: fadeIn 0.8s ease-out 1s forwards;
}
@media (min-width : 767px) {
  .kv_heading {
    left: 10%;
    top: calc(50% - 118.672px);
  }
}
.kv_heading img {
  width: 75.5%;
  aspect-ratio: 283/118.672;
}
@media (min-width : 767px) {
  .kv_heading img {
    width: 283px;
  }
}

.concept_release_bg {
  background: url(../img/concept_bg_sp.png) top -300px left/100% auto no-repeat, rgba(152, 179, 222, 0.2);
  padding-block-end: 80px;
}
@media (min-width : 767px) {
  .concept_release_bg {
    background: url(../img/concept_bg_pc.webp) bottom left/100% 100% no-repeat;
    padding-block-end: 60px;
  }
}

.concept_base {
  padding-inline: 6.13%;
}
.concept_catch {
  padding-block: 52px;
  padding-inline: 4%;
  overflow: hidden;
}
@media (min-width : 767px) {
  .concept_catch {
    width: 363px;
    padding-block: 0;
    padding-inline: 0;
    margin-inline: auto;
  }
}
.concept_catch > * + * {
  margin-block-start: 10px;
}
@media (min-width : 767px) {
  .concept_catch > * + * {
    margin-block-start: 2px;
  }
}
.concept_catch p {
  font-family: "Noto Serif JP";
  font-size: 28px;
  font-size: 7.4666666667vw;
  font-style: normal;
  font-weight: 500;
  line-height: 220%;
  letter-spacing: 0.08em;
  background: linear-gradient(90deg, #4C4A4A 0%, #98B3DE 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, #000 80px, #000 100%);
  mask-size: calc(100% + 80px) 100%;
  mask-position: 600% 0;
  mask-repeat: no-repeat;
  mask-origin: border-box;
  mask-clip: border-box;
}
@media (min-width : 767px) {
  .concept_catch p {
    font-size: 32px;
  }
}
.concept_catch p:nth-of-type(2) {
  margin-inline-start: 33%;
}
@media (min-width : 767px) {
  .concept_catch p:nth-of-type(2) {
    margin-inline-start: 110px;
  }
}
.concept_catch p span {
  font-size: 20px;
  font-size: 5.3333333333vw;
}
@media (min-width : 767px) {
  .concept_catch p span {
    font-size: 20px;
  }
}
.concept_catch.--active p {
  animation-name: fadeSlideConcept;
  animation-duration: 1.4s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
.concept_catch.--active p.line1 {
  animation-delay: 0.1s;
}
.concept_catch.--active p.line2 {
  animation-delay: 0.8s;
}
.concept_catch.--active p.line3 {
  animation-delay: 1.8s;
}

@keyframes fadeSlideConcept {
  0% {
    mask-position: 600% 0;
  }
  100% {
    mask-position: 0 0;
  }
}
.concept_heading_sub {
  margin-block-start: 80px;
  display: block;
  color: var(--4-c-4-a-4-a, #4C4A4A);
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-size: 4.2666666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: 0.0645em;
}
@media (min-width : 767px) {
  .concept_heading_sub {
    margin-block-start: 112px;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.02em;
  }
}

.concept_heading {
  margin-block-start: 16px;
  text-align: center;
  transition: text-shadow 0.5s ease-in-out;
  font-family: "Noto Serif JP";
  font-size: 32px;
  font-size: 8.5333333333vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.08em;
  color: #fff;
}
@media (min-width : 767px) {
  .concept_heading {
    margin-block-start: 12px;
    font-size: 40px;
  }
}
.concept_heading span {
  font-size: 34px;
  font-size: 9.0666666667vw;
}
@media (min-width : 767px) {
  .concept_heading span {
    font-size: 42px;
  }
}
.concept_heading.--active {
  text-shadow: 0px 0px 80px #98B3DE, 0px 0px 40px #98B3DE, 0px 0px 20px #98B3DE, 0px 0px 12px #98B3DE;
}

.concept_text {
  margin-block-start: 80px;
  text-align: center;
  position: relative;
}
.concept_text::before {
  content: "";
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  margin-inline: auto;
  width: 1px;
  height: 40px;
  background: #4C4A4A;
}
.concept_text > * + * {
  margin-block-start: 48px;
}
@media (min-width : 767px) {
  .concept_text > * + * {
    margin-block-start: 32px;
  }
}
.concept_text p {
  color: var(--4-c-4-a-4-a, #4C4A4A);
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-size: 4.2666666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 32px */
  opacity: 0.3;
}
@media (min-width : 767px) {
  .concept_text p {
    font-size: 16px;
  }
}
.concept_text p.--active {
  animation: viewText 1.5s linear forwards;
  animation-delay: 0.2s;
}

@keyframes viewText {
  0% {
    opacity: 0.3;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.releaseDate {
  margin-block-start: 80px;
}
@media (min-width : 767px) {
  .releaseDate {
    margin-block-start: 100px;
  }
}

.releaseDate_base {
  padding-inline: 3.2%;
}
@media (min-width : 767px) {
  .releaseDate_inner {
    display: flex;
    gap: 8.4%;
    max-width: 1024px;
    margin-inline: auto;
  }
}

.releaseDate_heading > span {
  display: block;
  align-self: stretch;
  font-family: "Noto Serif JP";
  font-size: 72px;
  font-size: 19.2vw;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 72px */
  background: linear-gradient(90deg, #4C4A4A 0%, #98B3DE 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, #000 80px, #000 100%);
  mask-size: calc(100% + 80px) 100%;
  mask-position: 700% 0;
  mask-repeat: no-repeat;
  mask-origin: border-box;
  mask-clip: border-box;
}
@media (min-width : 767px) {
  .releaseDate_heading > span {
    font-size: 96px;
  }
}
.releaseDate_heading > span:nth-of-type(2) {
  animation-delay: 0.8s;
}
.releaseDate_heading.--active > span {
  animation-name: fadeSlideReleaseDate;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

@keyframes fadeSlideReleaseDate {
  0% {
    mask-position: 700% 0;
    background-position: 700% 0;
  }
  100% {
    mask-position: 0 0;
    background-position: 0 0;
  }
}
.releaseDate_text {
  margin-block-start: 40px;
  padding-inline-start: 29.6%;
}
@media (min-width : 767px) {
  .releaseDate_text {
    margin-block-start: 26px;
    padding-inline-start: 0;
  }
}

.releaseDate_date {
  color: var(--4-c-4-a-4-a, #4C4A4A);
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-size: 4.2666666667vw;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  letter-spacing: 0.04em;
}
@media (min-width : 767px) {
  .releaseDate_date {
    text-align: left;
    font-size: 16px;
  }
}
.releaseDate_date span {
  font-size: 48px;
  font-size: 12.8vw;
  font-weight: 200;
}
@media (min-width : 767px) {
  .releaseDate_date span {
    font-size: 48px;
  }
}
.releaseDate_date + .releaseDate_date {
  margin-block-start: 52px;
}
@media (min-width : 767px) {
  .releaseDate_date + .releaseDate_date {
    margin-block-start: 40px;
  }
}

.releaseDate_note {
  margin-block-start: 20px;
  color: var(--4-c-4-a-4-a, #4C4A4A);
  font-family: "Noto Serif JP";
  font-size: 12px;
  font-size: 3.2vw;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 21.6px */
  letter-spacing: 0.02em;
}
@media (min-width : 767px) {
  .releaseDate_note {
    margin-block-start: 32px;
    font-size: 12px;
  }
}

.contentIndex {
  margin-block-start: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2%;
  opacity: 0;
}
@media (min-width : 767px) {
  .contentIndex {
    margin-block-start: 80px;
    gap: 24px;
  }
}
.contentIndex.--active {
  animation: fadeIn 0.8s ease-in-out 0.2s forwards;
}

.contentIndex_item {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-block-end: 2px;
  width: 26.6%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  box-shadow: 2px 2px 12px 0px #D8E2F3 inset;
  background: url(../img/contentIndex_item_sp.png) center center/100% auto no-repeat;
  color: var(--4-c-4-a-4-a, #4C4A4A);
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 14px;
  font-size: 3.7333333333vw;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 14px */
}
@media (min-width : 767px) {
  .contentIndex_item {
    width: 160px;
    font-size: 20px;
    background: url(../img/contentIndex_item_pc.png) center center/100% auto no-repeat;
  }
}
@media (hover: hover) {
  .contentIndex_item {
    transition: opacity 0.8s;
  }
  .contentIndex_item:hover {
    opacity: 0.5;
  }
}

.campaign {
  background: linear-gradient(178deg, #D9E0EC -4.33%, #BDD0EF 118.73%);
  padding-block: 60px;
  overflow: hidden;
}
@media (min-width : 767px) {
  .campaign {
    padding-block-end: 120px;
  }
}

.campaign_heading {
  align-self: stretch;
  font-family: "Noto Serif JP";
  font-size: 70px;
  font-size: 18.6666666667vw;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 72px */
  background: linear-gradient(90deg, #4C4A4A 0%, #98B3DE 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-inline-start: -2.5%;
  mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, #000 80px, #000 100%);
  mask-size: calc(100vw + 80px) 100%;
  mask-position: 1200% 0;
  mask-repeat: no-repeat;
  mask-origin: border-box;
  mask-clip: border-box;
}
@media (min-width : 767px) {
  .campaign_heading {
    text-align: center;
    font-size: 200px;
    margin-inline: auto;
  }
}
.campaign_heading.--active {
  animation-name: fadeSlideHeading;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
}

.campaign_base {
  padding-inline: 5.3%;
}
@media (min-width : 767px) {
  .campaign_inner {
    max-width: 848px;
    margin-inline: auto;
  }
}

.campaign_content {
  margin-block-start: 60px;
  border-top: 1px solid var(--4-c-4-a-4-a, #4C4A4A);
  border-bottom: 2px solid var(--4-c-4-a-4-a, #4C4A4A);
  padding-block: 20px;
  position: relative;
}
@media (min-width : 767px) {
  .campaign_content {
    margin-block-start: 80px;
    padding-block: 24px 36px;
  }
}
.campaign_content.--active .campaign_img {
  animation: fadeIn 0.8s ease-out 0.2s forwards;
}
.campaign_content.--active .campaign_img_sub {
  animation: fadeIn 0.6s ease-out 0.7s forwards;
}
.campaign_content.--active .campaign_content_deco {
  animation-name: scaleCircle;
  animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  animation-fill-mode: forwards;
}
.campaign_content.--active .campaign_content_deco.item1_1, .campaign_content.--active .campaign_content_deco.item2_1 {
  animation-duration: 1.2s;
  animation-delay: 1s;
}
.campaign_content.--active .campaign_content_deco.item1_2, .campaign_content.--active .campaign_content_deco.item2_2 {
  animation-duration: 0.8s;
  animation-delay: 1.3s;
}
.campaign_content.--active .campaign_text, .campaign_content.--active .campaign_note, .campaign_content.--active .campaign_target {
  animation: fadeIn 0.8s ease-out 1.8s forwards;
}

.campaign_content_deco {
  position: absolute;
  content: "";
  border-radius: 50%;
  aspect-ratio: 1/1;
  transform: scale(0);
}
.campaign_content_deco.item1_1 {
  z-index: 1;
  width: 144%;
  left: -192px;
  top: 75px;
  background-color: rgba(255, 255, 255, 0.2);
}
@media (min-width : 767px) {
  .campaign_content_deco.item1_1 {
    width: 566px;
    top: -90px;
    left: calc(50% - 740px);
  }
}
.campaign_content_deco.item1_2 {
  z-index: 2;
  width: 92%;
  right: -112px;
  top: 347px;
  background-color: rgba(152, 179, 222, 0.2);
}
@media (min-width : 767px) {
  .campaign_content_deco.item1_2 {
    width: 360px;
    right: auto;
    left: calc(50% - 360px);
    top: 320px;
  }
}
.campaign_content_deco.item2_1 {
  z-index: 1;
  width: 102%;
  right: -128px;
  top: 132px;
  background-color: rgba(255, 255, 255, 0.2);
}
@media (min-width : 767px) {
  .campaign_content_deco.item2_1 {
    width: 365px;
    top: 54px;
    right: auto;
    left: calc(50% - 316px);
  }
}
.campaign_content_deco.item2_2 {
  z-index: 2;
  width: 129%;
  left: -216px;
  top: 332px;
  background-color: rgba(152, 179, 222, 0.2);
}
@media (min-width : 767px) {
  .campaign_content_deco.item2_2 {
    width: 592px;
    left: calc(50% - 686px);
    top: 171px;
  }
}

.campaign_content_base {
  position: relative;
  z-index: 5;
}

.campaign_term {
  color: var(--4-c-4-a-4-a, #4C4A4A);
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 18px;
  font-size: 4.8vw;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 18px */
  letter-spacing: 0.12em;
}
@media (min-width : 767px) {
  .campaign_term {
    font-size: 18px;
  }
}

.campaign_item {
  margin-block-start: 40px;
  color: var(--4-c-4-a-4-a, #4C4A4A);
  text-align: center;
  font-family: Montserrat;
  font-size: 32px;
  font-size: 8.5333333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 80%; /* 25.6px */
  letter-spacing: 0.02em;
}
@media (min-width : 767px) {
  .campaign_item {
    font-size: 36px;
    line-height: 80%; /* 28.8px */
  }
}

.campaign_item_sub {
  margin-block-start: 20px;
  color: var(--4-c-4-a-4-a, #4C4A4A);
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-size: 4.2666666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
}
@media (min-width : 767px) {
  .campaign_item_sub {
    margin-block-start: 32px;
    font-size: 16px;
  }
}

@media (min-width : 767px) {
  .campaign_container {
    display: flex;
    gap: 32px;
    margin-block-start: 43px;
  }
}

.campaign_img {
  margin-block-start: 20px;
  position: relative;
  aspect-ratio: 1/1;
  opacity: 0;
}
@media (min-width : 767px) {
  .campaign_img {
    margin-block-start: 0;
    width: 335px;
  }
}

.campaign_img_sub {
  position: absolute;
  right: 0;
  bottom: -73px;
  opacity: 0;
}
@media (min-width : 767px) {
  .campaign_img_sub {
    right: auto;
    left: -5px;
    bottom: auto;
    top: 252px;
  }
}
.campaign_img_sub.item1 {
  width: 63.8%;
  aspect-ratio: 428/319;
}
@media (min-width : 767px) {
  .campaign_img_sub.item1 {
    width: 214px;
  }
}
.campaign_img_sub.item2 {
  width: 64.5%;
  aspect-ratio: 432/319;
}
@media (min-width : 767px) {
  .campaign_img_sub.item2 {
    width: 216px;
  }
}

@media (min-width : 767px) {
  .campaign_info {
    width: 408px;
  }
}

.campaign_text {
  margin-block-start: 93px;
  color: var(--4-c-4-a-4-a, #4C4A4A);
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-size: 4.2666666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  padding-inline: 4.4%;
  opacity: 0;
}
@media (min-width : 767px) {
  .campaign_text {
    margin-block-start: 0;
    font-size: 16px;
    padding-inline: 0;
  }
}

.campaign_note {
  margin-block-start: 20px;
  background: linear-gradient(106deg, rgba(255, 255, 255, 0.6) 0.04%, rgba(255, 255, 255, 0.28) 93.33%);
  padding-block: 12px;
  padding-inline: 12px;
  opacity: 0;
}
.campaign_note p {
  color: var(--4-c-4-a-4-a, #4C4A4A);
  font-family: "Noto Serif JP";
  font-size: 12px;
  font-size: 3.2vw;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 19.2px */
}
@media (min-width : 767px) {
  .campaign_note p {
    font-size: 12px;
  }
}

.campaign_target {
  margin-block-start: 20px;
  background: linear-gradient(106deg, rgba(255, 255, 255, 0.6) 0.04%, rgba(255, 255, 255, 0.28) 93.33%);
  padding-block: 12px;
  padding-inline: 12px;
  display: flex;
  align-items: center;
  gap: 6.7%;
  opacity: 0;
}
@media (min-width : 767px) {
  .campaign_target {
    margin-block-start: 12px;
    gap: 20px;
  }
}

.campaign_target_title {
  width: 23%;
  color: var(--4-c-4-a-4-a, #4C4A4A);
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-size: 4.2666666667vw;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 16px */
  letter-spacing: 0.04em;
}
@media (min-width : 767px) {
  .campaign_target_title {
    width: 68px;
    font-size: 16px;
  }
}

.campaign_target_item {
  width: 70.3%;
  color: var(--4-c-4-a-4-a, #4C4A4A);
  font-family: "Noto Serif JP";
  font-size: 14px;
  font-size: 3.7333333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
}
@media (min-width : 767px) {
  .campaign_target_item {
    width: calc(100% - 88px);
    font-size: 14px;
  }
}

.about {
  background-color: rgba(152, 179, 222, 0.2);
  padding-block: 60px 40px;
}
@media (min-width : 767px) {
  .about {
    padding-block: 45px 100px;
  }
}

.about_heading {
  align-self: stretch;
  font-family: "Noto Serif JP";
  font-size: 112px;
  font-size: 29.8666666667vw;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 72px */
  background: linear-gradient(90deg, #4C4A4A 0%, #98B3DE 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-inline-start: -2.8%;
  mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, #000 80px, #000 100%);
  mask-size: calc(100vw + 80px) 100%;
  mask-position: 1200% 0;
  mask-repeat: no-repeat;
  mask-origin: border-box;
  mask-clip: border-box;
}
@media (min-width : 767px) {
  .about_heading {
    text-align: center;
    font-size: 200px;
    margin-inline: auto;
  }
}
.about_heading.--active {
  animation-name: fadeSlideHeading;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
}

.about_heading_sub {
  margin-block-start: 20px;
  color: var(--4-c-4-a-4-a, #4C4A4A);
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 14px;
  font-size: 3.7333333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 25.2px */
}
@media (min-width : 767px) {
  .about_heading_sub {
    font-size: 20px;
  }
}

.about_base {
  padding-inline: 3.2%;
}
@media (min-width : 767px) {
  .about_inner {
    max-width: 1024px;
    margin-inline: auto;
  }
}

.about_item {
  margin-block-start: 40px;
  padding-block: 40px;
  padding-inline: 5.6%;
  border-radius: 100vmax 100vmax 12px 12px;
  background: #fff;
}
@media (min-width : 767px) {
  .about_item {
    max-width: 848px;
    margin-inline: auto;
    margin-block-start: 80px;
    padding-block: 60px 40px;
    padding-inline: 10.4%;
  }
}

.about_item_num {
  text-align: center;
}
.about_item_num span {
  display: block;
  width: fit-content;
  margin-inline: auto;
  background: var(--Gradation, linear-gradient(93deg, #4C4A4A -4.4%, #98B3DE 100.12%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Noto Serif JP";
  font-style: normal;
}
.about_item_num span:nth-of-type(1) {
  font-size: 12px;
  font-size: 3.2vw;
  font-weight: 700;
  line-height: 100%; /* 12px */
  letter-spacing: 0.02em;
}
@media (min-width : 767px) {
  .about_item_num span:nth-of-type(1) {
    font-size: 14px;
  }
}
.about_item_num span:nth-of-type(2) {
  margin-block-start: 4px;
  font-size: 32px;
  font-size: 8.5333333333vw;
  font-weight: 900;
  line-height: 100%; /* 32px */
  letter-spacing: 0.05em;
}
@media (min-width : 767px) {
  .about_item_num span:nth-of-type(2) {
    font-size: 36px;
  }
}

.about_item_heading {
  width: fit-content;
  margin-block-start: 20px;
  margin-inline: auto;
  padding-block: 12px;
  text-align: center;
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 600;
  line-height: 180%; /* 50.4px */
  letter-spacing: 0.04em;
  position: relative;
}
.about_item_heading.airy {
  background: linear-gradient(90deg, #4C4A4A 0%, #98B3DE 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 28px;
  font-size: 7.4666666667vw;
}
@media (min-width : 767px) {
  .about_item_heading.airy {
    font-size: 32px;
  }
}
.about_item_heading.light {
  background: linear-gradient(90deg, #D3799E 0%, #F2DBDF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
  font-size: 10.6666666667vw;
}
@media (min-width : 767px) {
  .about_item_heading.light {
    font-size: 40px;
  }
}
.about_item_heading::before, .about_item_heading::after {
  position: absolute;
  content: "";
  display: block;
  width: 12px;
  height: 1px;
  background: linear-gradient(93deg, #4C4A4A -4.4%, #98B3DE 100.12%);
  left: 0;
  right: 0;
  margin-inline: auto;
}
.about_item_heading::before {
  top: 0;
}
.about_item_heading::after {
  bottom: 0;
}

.about_description {
  margin-block-start: 20px;
  color: var(--4-c-4-a-4-a, #4C4A4A);
  font-family: "Noto Serif JP";
  font-size: 20px;
  font-size: 5.3333333333vw;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
  text-align: center;
}
@media (min-width : 767px) {
  .about_description {
    margin-block-start: 40px;
    font-size: 22px;
  }
}
.about_description::first-letter {
  font-size: 32px;
  font-size: 8.5333333333vw;
}
@media (min-width : 767px) {
  .about_description::first-letter {
    font-size: 36px;
  }
}

.about_note {
  margin-block-start: 20px;
}
@media (min-width : 767px) {
  .about_note {
    margin-block-start: 40px;
  }
}
.about_note p {
  color: var(--4-c-4-a-4-a, #4C4A4A);
  font-family: "Zen Kaku Gothic New";
  font-size: 10px;
  font-size: 2.6666666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 18px */
}
@media (min-width : 767px) {
  .about_note p {
    font-size: 12px;
  }
}

.about_sub {
  margin-block-start: 20px;
  padding-block: 32px;
  border-top: 1px solid var(--d-9-e-0-ec, #D9E0EC);
  border-bottom: 1px solid var(--d-9-e-0-ec, #D9E0EC);
  position: relative;
}
@media (min-width : 767px) {
  .about_sub {
    margin-block-start: 40px;
    padding-block: 20px;
  }
  .about_sub + .about_note {
    margin-block-start: 20px;
  }
}

.about_sub_heading {
  color: var(--4-c-4-a-4-a, #4C4A4A);
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 20px;
  font-size: 5.3333333333vw;
  font-style: normal;
  font-weight: 600;
  line-height: 180%; /* 36px */
}
@media (min-width : 767px) {
  .about_sub_heading {
    font-size: 22px;
  }
}

.about_ingredient {
  margin-block-start: 12px;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  padding-inline: 1%;
  position: relative;
}
@media (min-width : 767px) {
  .about_ingredient {
    margin-block-start: 40px;
    width: 394px;
    margin-inline: auto;
    padding-inline: 0;
  }
}
.about_ingredient::before {
  position: absolute;
  z-index: 1;
  top: 40px;
  left: 0;
  right: 0;
  margin-inline: auto;
  content: "";
  width: 75.4%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: rgba(217, 224, 236, 0.2);
}
@media (min-width : 767px) {
  .about_ingredient::before {
    width: 283px;
    top: 36px;
  }
}
.about_ingredient > div {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 1.6%;
}
.about_ingredient.--active .about_ingredient_img {
  animation-name: fadeIn;
  animation-duration: 0.8s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
.about_ingredient.--active .about_ingredient_img::after {
  animation-name: gradientRotate;
  animation-duration: 1.6s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

.about_ingredient_img {
  width: 32.2%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: relative;
  box-shadow: 2px 2px 6px 0px rgba(255, 255, 255, 0.5), 4px 4px 16px 0px rgba(0, 0, 0, 0.05);
  opacity: 0;
}
.about_ingredient_img img {
  position: relative;
  z-index: 3;
  width: 100%;
  border: 3px solid transparent;
  border-radius: 50%;
}
.about_ingredient_img::after {
  width: 102%;
  height: 102%;
  content: "";
  position: absolute;
  z-index: 4;
  top: -1%;
  left: -1%;
  border-radius: 50%;
  background: conic-gradient(from var(--gradient-angle), transparent, #fff 10%, transparent 30%) border-box;
  mask-image: url("../img/add_t_mask.png");
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: 100% 100%;
}
.about_ingredient_img.t1 {
  animation-delay: 0s;
}
.about_ingredient_img.t1::after {
  animation-delay: 0s;
}
.about_ingredient_img.t2 {
  animation-delay: 0.4s;
}
.about_ingredient_img.t2::after {
  animation-delay: 0.4s;
}
.about_ingredient_img.t3 {
  animation-delay: 0.8s;
}
.about_ingredient_img.t3::after {
  animation-delay: 0.8s;
}
.about_ingredient_img.t4 {
  animation-delay: 1.2s;
}
.about_ingredient_img.t4::after {
  animation-delay: 1.2s;
}
.about_ingredient_img.t5 {
  animation-delay: 1.6s;
}
.about_ingredient_img.t5::after {
  animation-delay: 1.6s;
}
.about_ingredient_img.t6 {
  animation-delay: 2s;
}
.about_ingredient_img.t6::after {
  animation-delay: 2s;
}
.about_ingredient_img.t7 {
  animation-delay: 2.4s;
}
.about_ingredient_img.t7::after {
  animation-delay: 2.4s;
}

@property --gradient-angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
@keyframes gradientRotate {
  0% {
    --gradient-angle: 0deg;
    opacity: 1;
  }
  99% {
    --gradient-angle: 360deg;
    opacity: 1;
  }
  100% {
    --gradient-angle: 360deg;
    opacity: 0;
  }
}
.about_sub_text {
  margin-block-start: 32px;
  padding-inline: 5.6%;
}
@media (min-width : 767px) {
  .about_sub_text {
    margin-block-start: 20px;
    padding-inline: 0;
    display: flex;
  }
  .about_sub_text > div {
    width: 50%;
    padding-inline: 10px;
  }
}
.about_sub_text > * + * {
  margin-block-start: 20px;
}
@media (min-width : 767px) {
  .about_sub_text > * + * {
    margin-block-start: 0;
    border-left: 1px solid var(--d-9-e-0-ec, #D9E0EC);
  }
}
.about_sub_text h5 {
  color: var(--98-b-3-de, #98B3DE);
  font-family: "Noto Serif JP";
  font-size: 18px;
  font-size: 4.8vw;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 28.8px */
  letter-spacing: 0.04em;
}
@media (min-width : 767px) {
  .about_sub_text h5 {
    text-align: center;
    font-size: 18px;
  }
}
.about_sub_text p {
  margin-block-start: 8px;
  color: var(--4-c-4-a-4-a, #4C4A4A);
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-size: 4.2666666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
}
@media (min-width : 767px) {
  .about_sub_text p {
    text-align: center;
    font-size: 16px;
  }
}

.about_damage {
  margin-block-start: 32px;
  padding-block-end: 20px;
  width: 70.6%;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  gap: 12px 4.8%;
  flex-wrap: wrap;
}
@media (min-width : 767px) {
  .about_damage {
    margin-block-start: 60px;
    padding-block-end: 0;
    width: auto;
    gap: 12px;
  }
}
.about_damage > li {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 47.6%;
  aspect-ratio: 1/1;
  background: url(../img/about_balloon.png) center center/100% auto no-repeat;
  color: var(--ffffff, #FFF);
  font-family: "Zen Kaku Gothic New";
  font-size: 20px;
  font-size: 5.3333333333vw;
  font-style: normal;
  font-weight: 700;
}
@media (min-width : 767px) {
  .about_damage > li {
    width: 118px;
    font-size: 20px;
  }
}
.about_damage > li::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 0%;
  background-color: #4C4A4A;
  transform-origin: right top;
  transform: rotate(45deg);
}
.about_damage.--active > li::after {
  animation-name: slashDown;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
.about_damage.--active > li:nth-child(1)::after {
  animation-delay: 0.1s;
}
.about_damage.--active > li:nth-child(2)::after {
  animation-delay: 0.5s;
}
.about_damage.--active > li:nth-child(3)::after {
  animation-delay: 0.9s;
}
.about_damage.--active > li:nth-child(4)::after {
  animation-delay: 1.3s;
}

@keyframes slashDown {
  0% {
    height: 0%;
  }
  100% {
    height: 140%;
  }
}
.about_sub_description {
  margin-block-start: 12px;
  color: var(--4-c-4-a-4-a, #4C4A4A);
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-size: 4.2666666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
}
@media (min-width : 767px) {
  .about_sub_description {
    font-size: 18px;
  }
}

.about_sub_images {
  margin-block-start: 32px;
}
@media (min-width : 767px) {
  .about_sub_images {
    display: flex;
    justify-content: space-between;
    padding-inline: 18px;
  }
  .about_sub_images > div {
    width: 280px;
  }
}
.about_sub_images p {
  color: var(--4-c-4-a-4-a, #4C4A4A);
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 18px;
  font-size: 4.8vw;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 28.8px */
  letter-spacing: 0.04em;
  text-align: center;
}
@media (min-width : 767px) {
  .about_sub_images p {
    font-size: 18px;
  }
}
.about_sub_images > * + * {
  margin-block-start: 32px;
}
@media (min-width : 767px) {
  .about_sub_images > * + * {
    margin-block-start: 0;
  }
}
.about_sub_images > * + * p {
  color: #D3799E;
}
.about_sub_images.--active .about_movie {
  animation-name: fadeIn;
  animation-duration: 0.8s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
}

.about_movie {
  margin-block-start: 20px;
  width: 79.7%;
  margin-inline: auto;
  overflow: hidden;
  border-radius: 50%;
  opacity: 0;
}
@media (min-width : 767px) {
  .about_movie {
    margin-block-start: 12px;
    width: 100%;
  }
}
.about_movie video {
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.about_sub_text2 {
  margin-block-start: 28px;
}
@media (min-width : 767px) {
  .about_sub_text2 {
    margin-block-start: 32px;
  }
}
.about_sub_text2 p {
  color: var(--4-c-4-a-4-a, #4C4A4A);
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-size: 4.2666666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
}
@media (min-width : 767px) {
  .about_sub_text2 p {
    font-size: 18px;
  }
}

.about_special {
  margin-block-start: 40px;
  border: 1px solid var(--98-b-3-de, #98B3DE);
  padding-block: 40px;
  padding-inline: 20px;
}
@media (min-width : 767px) {
  .about_special {
    margin-block-start: 80px;
    padding-block: 60px 40px;
    padding-inline: 8.5%;
  }
}
.about_special.--active .about_special_heading {
  animation: fadeSlideAboutSpecial 2s ease-in-out forwards;
}
.about_special.--active .about_special_heading_sub span:nth-of-type(1) {
  animation: fadeIn 0.8s ease-out 0.8s forwards;
}
.about_special.--active .about_special_heading_sub span:nth-of-type(2) {
  animation: fadeIn 0.8s ease-out 1.2s forwards;
}
.about_special.--active .about_special_img {
  animation: fadeIn 0.8s ease-out 1.5s forwards;
}

.about_special_heading {
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 60px;
  font-size: 16vw;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 60px */
  background: var(--Gradation, linear-gradient(93deg, #4C4A4A -4.4%, #98B3DE 100.12%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, #000 80px, #000 100%);
  mask-size: calc(100% + 80px) 100%;
  mask-position: 700% 0;
  mask-repeat: no-repeat;
  mask-origin: border-box;
  mask-clip: border-box;
}
@media (min-width : 767px) {
  .about_special_heading {
    font-size: 72px;
  }
}

@keyframes fadeSlideAboutSpecial {
  0% {
    mask-position: 700% 0;
  }
  100% {
    mask-position: 100% 0;
  }
}
.about_special_container {
  padding-block-end: 12px;
  border-bottom: 1px solid var(--d-9-e-0-ec, #D9E0EC);
}
@media (min-width : 767px) {
  .about_special_container {
    margin-block-start: 52px;
    padding-block-end: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .about_special_container > div {
    width: 47.8%;
  }
  .about_special_container + .about_special_heading_sub {
    margin-block-start: 32px;
  }
}

.about_special_heading_sub {
  margin-block-start: 12px;
}
.about_special_heading_sub span {
  opacity: 0;
  display: block;
  margin-inline: auto;
}
.about_special_heading_sub span:nth-of-type(1) {
  width: fit-content;
  margin-block-end: 12px;
  font-family: "Noto Serif JP";
  font-size: 14px;
  font-size: 3.7333333333vw;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 25.2px */
  background: var(--Gradation, linear-gradient(93deg, #4C4A4A -4.4%, #98B3DE 100.12%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
@media (min-width : 767px) {
  .about_special_heading_sub span:nth-of-type(1) {
    margin-inline: 0;
    margin-block-end: 16px;
    font-size: 14px;
    text-align: left;
  }
}
.about_special_heading_sub span:nth-of-type(2) {
  text-align: center;
  color: var(--4-c-4-a-4-a, #4C4A4A);
  font-family: "Noto Serif JP";
  font-size: 20px;
  font-size: 5.3333333333vw;
  font-style: normal;
  font-weight: 600;
  line-height: 180%; /* 36px */
}
@media (min-width : 767px) {
  .about_special_heading_sub span:nth-of-type(2) {
    text-align: left;
    margin-inline: 0;
    margin-block-start: 0;
    font-size: 24px;
  }
}

.about_special_text {
  margin-block-start: 12px;
  color: var(--4-c-4-a-4-a, #4C4A4A);
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-size: 4.2666666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
}
@media (min-width : 767px) {
  .about_special_text {
    margin-block-start: 20px;
    font-size: 18px;
  }
}

.about_special_img {
  width: 56.2%;
  aspect-ratio: 350/377;
  margin-inline: auto;
  opacity: 0;
}
@media (min-width : 767px) {
  .about_special_img {
    width: 43.3%;
    aspect-ratio: 734/819;
  }
}

.about_special_notice {
  margin-block-start: 12px;
  color: var(--4-c-4-a-4-a, #4C4A4A);
  font-family: "Zen Kaku Gothic New";
  font-size: 10px;
  font-size: 2.6666666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 18px */
}
@media (min-width : 767px) {
  .about_special_notice {
    margin-block-start: 20px;
    font-size: 12px;
  }
}

.about_texture_1 {
  position: absolute;
  left: -10.1%;
  top: -13px;
  width: 39.45%;
  mask-repeat: no-repeat;
  mask-origin: border-box;
  mask-clip: border-box;
  mask-image: url(../img/about_texture_1_mask_sp.png);
  mask-size: 120% auto;
  mask-position: -477% -180%;
}
@media (min-width : 767px) {
  .about_texture_1 {
    width: 442.5px;
    left: auto;
    top: auto;
    right: -270px;
    bottom: -356px;
    mask-image: url(../img/about_texture_1_mask_pc.png);
    mask-size: 445px 415px;
    mask-position: -363px 77px;
  }
}

.about_texture_2 {
  position: absolute;
  right: -10.1%;
  top: 35px;
  width: 54.7%;
  mask-repeat: no-repeat;
  mask-origin: border-box;
  mask-clip: border-box;
  mask-image: url(../img/about_texture_2_mask_sp.png);
  mask-size: 140% auto;
  mask-position: 283% 200px;
}

.about_sub.--active .about_texture_1 {
  animation: slideTexture1Sp 0.5s ease-in 0.5s forwards;
}
@media (min-width : 767px) {
  .about_sub.--active .about_texture_1 {
    animation: slideTexture1Pc 0.3s ease-in 0.5s forwards;
  }
}
.about_sub.--active .about_texture_2 {
  animation: slideTexture2Sp 0.5s ease-in 1s forwards;
}

@keyframes slideTexture1Sp {
  0% {
    mask-position: -477% -180%;
  }
  100% {
    mask-position: 197% 4%;
  }
}
@keyframes slideTexture2Sp {
  0% {
    mask-position: 283% 200px;
  }
  100% {
    mask-position: -35% 152%;
  }
}
@keyframes slideTexture1Pc {
  0% {
    mask-position: -363px 77px;
  }
  100% {
    mask-position: -10px -45px;
  }
}
.lineup_bg_1 {
  background: url(../img/lineup_bg_1_sp.webp) top left/100% 100% no-repeat;
  padding-block: 60px 40px;
}
@media (min-width : 767px) {
  .lineup_bg_1 {
    background-image: url(../img/lineup_bg_1_pc.webp);
    padding-block: 60px 77px;
  }
}

.lineup_bg_2 {
  background: url(../img/lineup_bg_2_sp.webp) top left/100% 100% no-repeat;
  padding-block: 40px;
}
@media (min-width : 767px) {
  .lineup_bg_2 {
    background-image: url(../img/lineup_bg_2_pc.webp);
    padding-block: 40px 77px;
  }
}

.lineup_bg_3 {
  background: url(../img/lineup_bg_3_sp.webp) top left/100% 100% no-repeat;
  padding-block: 40px;
}
@media (min-width : 767px) {
  .lineup_bg_3 {
    background-image: url(../img/lineup_bg_3_pc.webp);
    padding-block: 40px 77px;
  }
}

.lineup_bg_4 {
  background: url(../img/lineup_bg_4_sp.webp) top left/100% 100% no-repeat;
  padding-block: 40px 120px;
}
@media (min-width : 767px) {
  .lineup_bg_4 {
    background-image: url(../img/lineup_bg_4_pc.webp);
    padding-block: 40px 200px;
  }
}

.lineup_heading {
  align-self: stretch;
  font-family: "Noto Serif JP";
  font-size: 92px;
  font-size: 24.5333333333vw;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 72px */
  margin-inline-start: -2.8%;
  color: rgba(255, 255, 255, 0.8);
  white-space: nowrap;
  mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, #000 80px, #000 100%);
  mask-size: calc(100vw + 80px) 100%;
  mask-position: 1200% 0;
  mask-repeat: no-repeat;
  mask-origin: border-box;
  mask-clip: border-box;
}
@media (min-width : 767px) {
  .lineup_heading {
    font-size: 200px;
    text-align: center;
    margin-inline: auto;
  }
}
.lineup_heading.--active {
  animation-name: fadeSlideHeading;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
}

.lineup_base {
  padding-inline: 5.3%;
}
@media (min-width : 767px) {
  .lineup_inner {
    max-width: 1024px;
    margin-inline: auto;
  }
}

@media (min-width : 767px) {
  .lineup_container {
    margin-block-start: 80px;
    max-width: 847px;
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.lineup_container + .lineup_buy {
  margin-block-start: 40px;
}
@media (min-width : 767px) {
  .lineup_container + .lineup_buy {
    margin-block-start: 60px;
  }
}
.lineup_container.--active.item1 .lineup_product_img {
  animation: fadeIn 0.8s ease-out 1s forwards;
}
.lineup_container.--active.item1 .lineup_spf {
  animation: fadeIn 0.6s ease-out 1.3s forwards;
}
.lineup_container.--active.item1 .lineup_deco_circle {
  animation: scaleCircle 1.2s cubic-bezier(0.5, 1, 0.89, 1) 1.7s forwards;
}
.lineup_container.--active.item1 .lineup_item_heading > span:nth-of-type(1) {
  animation: fadeSlideLineupItemHeading 1.6s ease-in-out forwards 2.1s;
}
.lineup_container.--active.item1 .lineup_item_heading > span:nth-of-type(2) {
  animation: fadeSlideLineupItemHeading 1.6s ease-in-out forwards 2.5s;
}
.lineup_container.--active:not(.item1) .lineup_product_img {
  animation: fadeIn 0.8s ease-out 0.1s forwards;
}
.lineup_container.--active:not(.item1) .lineup_spf {
  animation: fadeIn 0.6s ease-out 0.4s forwards;
}
.lineup_container.--active:not(.item1) .lineup_deco_circle {
  animation: scaleCircle 1.2s cubic-bezier(0.5, 1, 0.89, 1) 0.8s forwards;
}
.lineup_container.--active:not(.item1) .lineup_item_heading > span:nth-of-type(1) {
  animation: fadeSlideLineupItemHeading 1.6s ease-in-out forwards 1.2s;
}
.lineup_container.--active:not(.item1) .lineup_item_heading > span:nth-of-type(2) {
  animation: fadeSlideLineupItemHeading 1.6s ease-in-out forwards 1.6s;
}
.lineup_container.--active:not(.item1) .lineup_img_texture {
  animation: slideTextureLineupSp 0.5s ease-in 0.5s forwards;
}
@media (min-width : 767px) {
  .lineup_container.--active:not(.item1) .lineup_img_texture {
    animation: slideTextureLineupPc 0.3s ease-in 1s forwards;
  }
}

.lineup_image {
  position: relative;
}
@media (min-width : 767px) {
  .lineup_image {
    width: 48.1%;
  }
}
.lineup_image::before {
  position: absolute;
  content: "";
  z-index: 1;
  aspect-ratio: 1/1;
  left: 0;
  right: 0;
  margin-inline: auto;
  background: rgba(255, 255, 255, 0.6);
  filter: blur(60px);
}
.lineup_image.item1 {
  margin-block-start: 80px;
  padding-block-end: 80%;
}
@media (min-width : 767px) {
  .lineup_image.item1 {
    margin-block-start: 0;
    padding-block-end: 296px;
  }
}
.lineup_image.item1::before {
  top: 70px;
  width: 71.6%;
}
@media (min-width : 767px) {
  .lineup_image.item1::before {
    top: 90px;
    width: 240px;
  }
}
.lineup_image.item1 .lineup_deco_circle {
  background: rgba(255, 255, 255, 0.4);
  top: -58px;
  left: -17%;
  width: 91.3%;
}
@media (min-width : 767px) {
  .lineup_image.item1 .lineup_deco_circle {
    top: -63px;
    left: -234px;
    width: 380px;
  }
}
.lineup_image.item1 .lineup_name_en {
  margin-inline-start: 9.5%;
}
@media (min-width : 767px) {
  .lineup_image.item1 .lineup_name_en {
    margin-inline-start: 0;
  }
}
.lineup_image.item1 .lineup_product_img {
  top: 70px;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  aspect-ratio: 75/64;
}
@media (min-width : 767px) {
  .lineup_image.item1 .lineup_product_img {
    top: 60px;
    left: 20px;
    margin-inline: 0;
    width: 378px;
    aspect-ratio: 755/641;
  }
}
.lineup_image.item1 .lineup_spf {
  top: 53px;
  right: 0;
}
@media (min-width : 767px) {
  .lineup_image.item1 .lineup_spf {
    top: 60px;
  }
}
.lineup_image.item2 {
  padding-block-end: 95%;
}
@media (min-width : 767px) {
  .lineup_image.item2 {
    padding-block-end: 326px;
  }
}
.lineup_image.item2::before {
  top: 60px;
  width: 71.6%;
}
@media (min-width : 767px) {
  .lineup_image.item2::before {
    top: 90px;
    width: 240px;
  }
}
.lineup_image.item2 .lineup_deco_circle {
  background: rgba(255, 255, 255, 0.4);
  top: 65px;
  right: -40%;
  width: 113.4%;
}
@media (min-width : 767px) {
  .lineup_image.item2 .lineup_deco_circle {
    background: rgba(255, 255, 255, 0.2);
    right: -62px;
    top: 80px;
    width: 380px;
  }
}
.lineup_image.item2 .lineup_product_img {
  top: 30px;
  width: 102%;
  margin-inline-start: -8%;
  aspect-ratio: 677/576;
}
@media (min-width : 767px) {
  .lineup_image.item2 .lineup_product_img {
    top: 38px;
    left: 0;
    margin-inline-start: 0;
    width: 346px;
    aspect-ratio: 692/577;
  }
}
.lineup_image.item2 .lineup_spf {
  top: 10px;
  right: 0;
}
@media (min-width : 767px) {
  .lineup_image.item2 .lineup_spf {
    top: 5px;
  }
}
.lineup_image.item3 {
  padding-block-end: 138%;
}
@media (min-width : 767px) {
  .lineup_image.item3 {
    padding-block-end: 412px;
  }
}
.lineup_image.item3::before {
  top: 110px;
  width: 83.5%;
}
@media (min-width : 767px) {
  .lineup_image.item3::before {
    top: 90px;
    width: 240px;
    left: -28px;
  }
}
.lineup_image.item3 .lineup_deco_circle {
  background: rgba(255, 255, 255, 0.32);
  top: -58px;
  left: -57%;
  width: 113.4%;
}
@media (min-width : 767px) {
  .lineup_image.item3 .lineup_deco_circle {
    background: rgba(255, 255, 255, 0.2);
    width: 309px;
    top: 156px;
    left: 116px;
  }
}
.lineup_image.item3 .lineup_product_img {
  top: 22px;
  left: 0;
  right: 0;
  width: 48.6%;
  margin-inline: auto;
  aspect-ratio: 326/930;
}
@media (min-width : 767px) {
  .lineup_image.item3 .lineup_product_img {
    top: 65px;
    width: 163px;
    aspect-ratio: 163/400;
  }
}
.lineup_image.item3 .lineup_spf {
  top: 8px;
  right: 0;
}
@media (min-width : 767px) {
  .lineup_image.item3 .lineup_spf {
    top: 42px;
  }
}
.lineup_image.item4 {
  padding-block-end: 138%;
}
@media (min-width : 767px) {
  .lineup_image.item4 {
    padding-block-end: 412px;
  }
}
.lineup_image.item4::before {
  top: 110px;
  width: 83.5%;
}
@media (min-width : 767px) {
  .lineup_image.item4::before {
    top: 140px;
    width: 240px;
    left: 80px;
  }
}
.lineup_image.item4 .lineup_deco_circle {
  background: rgba(255, 255, 255, 0.28);
  top: 180px;
  left: -44%;
  width: 113.4%;
}
@media (min-width : 767px) {
  .lineup_image.item4 .lineup_deco_circle {
    background: rgba(255, 255, 255, 0.2);
    width: 309px;
    top: 0;
    left: -88px;
  }
}
.lineup_image.item4 .lineup_product_img {
  top: 36px;
  left: 0;
  right: 0;
  width: 51.3%;
  margin-inline: auto;
  aspect-ratio: 172/426;
}
@media (min-width : 767px) {
  .lineup_image.item4 .lineup_product_img {
    left: -54px;
    top: 42px;
    width: 163px;
    aspect-ratio: 163/400;
  }
}
.lineup_image.item4 .lineup_spf {
  top: 8px;
  right: 0;
}
@media (min-width : 767px) {
  .lineup_image.item4 .lineup_spf {
    top: 42px;
  }
}
.lineup_image.item4 .lineup_img_texture {
  position: absolute;
  z-index: 4;
  width: 62.9%;
  aspect-ratio: 423/326;
  bottom: 1px;
  right: -5%;
  mask-repeat: no-repeat;
  mask-origin: border-box;
  mask-clip: border-box;
  mask-image: url(../img/lineup_item_4_texture_mask.png);
  mask-size: 140% auto;
  mask-position: 264% 100px;
}
@media (min-width : 767px) {
  .lineup_image.item4 .lineup_img_texture {
    width: 198px;
    aspect-ratio: 198/153;
    bottom: -38px;
    right: 65px;
    mask-size: 212px 180px;
    mask-position: -189px 78px;
  }
}

@keyframes slideTextureLineupSp {
  0% {
    mask-position: 264% 100px;
  }
  100% {
    mask-position: 0% -52px;
  }
}
@keyframes slideTextureLineupPc {
  0% {
    mask-position: -189px 78px;
  }
  100% {
    mask-position: 0px 0px;
  }
}
.lineup_product_img {
  position: absolute;
  z-index: 5;
  opacity: 0;
}

.lineup_deco_circle {
  position: absolute;
  z-index: 2;
  content: "";
  border-radius: 50%;
  aspect-ratio: 1/1;
  transform: scale(0);
}

.lineup_name_en {
  position: relative;
  z-index: 5;
  color: var(--4-c-4-a-4-a, #4C4A4A);
  font-family: "Noto Serif JP";
  font-size: 14px;
  font-size: 3.7333333333vw;
  font-style: normal;
  font-weight: 600;
  line-height: 180%; /* 25.2px */
}
@media (min-width : 767px) {
  .lineup_name_en {
    font-size: 16px;
  }
}

@media (min-width : 767px) {
  .lineup_container_text {
    position: relative;
    z-index: 5;
    width: 48.1%;
  }
}

.lineup_copy {
  position: relative;
  z-index: 5;
  margin-block-start: 16px;
  margin-inline-start: 9.5%;
}
@media (min-width : 767px) {
  .lineup_copy {
    margin-block-start: 18px;
    margin-inline-start: 0;
  }
}
.lineup_copy img {
  aspect-ratio: 287/142;
  width: 42.8%;
}
@media (min-width : 767px) {
  .lineup_copy img {
    width: 263.5px;
    aspect-ratio: 527/72;
  }
}

.lineup_spf {
  position: absolute;
  z-index: 4;
  width: 35.8%;
  aspect-ratio: 1/1;
  background-color: #F1B9C9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  opacity: 0;
}
@media (min-width : 767px) {
  .lineup_spf {
    width: 120px;
  }
}
.lineup_spf > span > span {
  color: var(--ffffff, #FFF);
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 600;
  display: block;
  width: 100%;
  line-height: 1;
}
.lineup_spf > span > span:nth-of-type(1) {
  font-size: 22px;
  font-size: 5.8666666667vw;
}
@media (min-width : 767px) {
  .lineup_spf > span > span:nth-of-type(1) {
    font-size: 22px;
  }
}
.lineup_spf > span > span:nth-of-type(2) {
  font-size: 40px;
  font-size: 10.6666666667vw;
  line-height: 0.9;
}
@media (min-width : 767px) {
  .lineup_spf > span > span:nth-of-type(2) {
    font-size: 40px;
  }
}
.lineup_spf > span > span:nth-of-type(2) i {
  font-style: normal;
  font-size: 24px;
  font-size: 6.4vw;
}
@media (min-width : 767px) {
  .lineup_spf > span > span:nth-of-type(2) i {
    font-size: 24px;
  }
}
.lineup_spf > span > span:nth-of-type(3) {
  font-size: 20px;
  font-size: 5.3333333333vw;
  line-height: 1;
}
@media (min-width : 767px) {
  .lineup_spf > span > span:nth-of-type(3) {
    font-size: 20px;
  }
}
.lineup_spf > span > span:nth-of-type(3) > span {
  font-size: 16px;
  font-size: 4.2666666667vw;
  letter-spacing: -0.16em;
}
@media (min-width : 767px) {
  .lineup_spf > span > span:nth-of-type(3) > span {
    font-size: 16px;
  }
}

.lineup_item_heading {
  position: relative;
  z-index: 5;
}
.lineup_item_heading span {
  display: block;
  width: fit-content;
  padding: 2px 4px 6px 4px;
  background: linear-gradient(270deg, #D9E0EC 0%, #FFF 100%);
  box-shadow: 4px 4px 4px 0px rgba(76, 74, 74, 0.1);
  color: var(--4-c-4-a-4-a, #4C4A4A);
  font-family: "Noto Serif JP";
  font-size: 22px;
  font-size: 5.8666666667vw;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 22px */
  mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, #000 80px, #000 100%);
  mask-size: calc(100% + 80px) 100%;
  mask-position: 500% 0;
  mask-repeat: no-repeat;
  mask-origin: border-box;
  mask-clip: border-box;
}
@media (min-width : 767px) {
  .lineup_item_heading span {
    padding: 2px 4px 4px 4px;
    color: var(--4-c-4-a-4-a, #4C4A4A);
    font-size: 24px;
  }
}
.lineup_item_heading span + span {
  margin-block-start: 6px;
}

@keyframes fadeSlideLineupItemHeading {
  0% {
    mask-position: 500% 0;
  }
  100% {
    mask-position: 0% 0;
  }
}
.lineup_item_text {
  position: relative;
  z-index: 5;
  margin-block-start: 12px;
  color: var(--4-c-4-a-4-a, #4C4A4A);
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-size: 4.2666666667vw;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 25.6px */
}
@media (min-width : 767px) {
  .lineup_item_text {
    margin-block-start: 20px;
    font-size: 18px;
  }
}

.lineup_info {
  margin-block-start: 40px;
  padding-block: 24px 28px;
}
@media (min-width : 767px) {
  .lineup_info {
    margin-block-start: 24px;
  }
}
.lineup_info.item4 {
  border-top: 1px solid #F1F5FB;
  border-bottom: 1px solid #F1F5FB;
}
.lineup_info:not(.item4) {
  border-top: 1px solid var(--ced-8-df, #CED8DF);
  border-bottom: 1px solid var(--ced-8-df, #CED8DF);
}

.lineup_name {
  color: var(--4-c-4-a-4-a, #4C4A4A);
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-size: 4.2666666667vw;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 25.6px */
}
@media (min-width : 767px) {
  .lineup_name {
    font-size: 20px;
    text-align: left;
  }
}
.lineup_name span {
  display: inline-block;
  margin-inline-start: 12px;
  padding: 3px 6px 4px 6px;
  background: linear-gradient(90deg, #D3799E 0%, #E5B1C3 100%);
  color: var(--ffffff, #FFF);
  font-family: "Zen Kaku Gothic New";
  font-size: 12px;
  font-size: 3.2vw;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 12px */
  letter-spacing: 0.02em;
}
@media (min-width : 767px) {
  .lineup_name span {
    font-size: 12px;
  }
}

.lineup_price {
  margin-block-start: 8px;
  text-align: center;
}
@media (min-width : 767px) {
  .lineup_price {
    text-align: left;
  }
}
.lineup_price span {
  color: var(--4-c-4-a-4-a, #4C4A4A);
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 32px */
}
.lineup_price span:nth-of-type(1) {
  font-size: 32px;
  font-size: 8.5333333333vw;
}
@media (min-width : 767px) {
  .lineup_price span:nth-of-type(1) {
    font-size: 36px;
  }
}
.lineup_price span:nth-of-type(2) {
  font-size: 16px;
  font-size: 4.2666666667vw;
}
@media (min-width : 767px) {
  .lineup_price span:nth-of-type(2) {
    font-size: 16px;
  }
}
.lineup_price span:nth-of-type(3) {
  font-size: 14px;
  font-size: 3.7333333333vw;
}
@media (min-width : 767px) {
  .lineup_price span:nth-of-type(3) {
    font-size: 14px;
  }
}
.lineup_price span:nth-of-type(4) {
  display: inline-block;
  vertical-align: bottom;
  margin-block-end: 2px;
  padding: 0px 8px 1px 8px;
  color: var(--4-c-4-a-4-a, #4C4A4A);
  font-family: "Zen Kaku Gothic New";
  font-size: 14px;
  font-size: 3.7333333333vw;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  border: 1px solid var(--4-c-4-a-4-a, #4C4A4A);
}
@media (min-width : 767px) {
  .lineup_price span:nth-of-type(4) {
    font-size: 14px;
    margin-block-end: 4px;
  }
}

.lineup_colors_base {
  position: relative;
  background: linear-gradient(106deg, #FFF 0.04%, rgba(255, 255, 255, 0.6) 93.33%), #D9E0EC;
}
@media (min-width : 767px) {
  .lineup_colors_base {
    background: linear-gradient(106deg, #FFF 0.04%, rgba(255, 255, 255, 0.8) 93.33%), #D9E0EC;
  }
}

.lineup_colors_heading {
  position: absolute;
  left: 0;
  right: 0;
  margin-inline: auto;
  top: -24px;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 24px;
  font-size: 6.4vw;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 43.2px */
  background: linear-gradient(93deg, #4C4A4A -4.4%, #98B3DE 100.12%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width : 767px) {
  .lineup_colors_heading {
    font-size: 24px;
  }
}

.lineup_colors {
  display: flex;
  padding-block: 32px 20px;
  justify-content: center;
}
@media (min-width : 767px) {
  .lineup_colors {
    width: 667px;
    margin-inline: auto;
    display: block;
  }
}
.lineup_colors > li {
  text-align: center;
}
@media (min-width : 767px) {
  .lineup_colors > li {
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .lineup_colors > li + li {
    margin-block-start: 4px;
  }
}
.lineup_colors > li > * + * {
  margin-block-start: 10px;
}
@media (min-width : 767px) {
  .lineup_colors > li > * + * {
    margin-block-start: 0;
  }
}
.lineup_colors.item1 {
  gap: 4px;
}
.lineup_colors.item1 > li {
  width: calc((100% - 8px) / 3);
}
@media (min-width : 767px) {
  .lineup_colors.item1 > li {
    width: 100%;
  }
}
.lineup_colors.item1 > li .lineup_texsture img {
  width: 128px;
}
.lineup_colors.item2 {
  gap: 4px;
}
.lineup_colors.item2 > li {
  width: 36.7%;
}
@media (min-width : 767px) {
  .lineup_colors.item2 > li {
    width: 100%;
  }
}
.lineup_colors.item2 > li .lineup_texsture img {
  width: 89%;
}
@media (min-width : 767px) {
  .lineup_colors.item2 > li .lineup_texsture img {
    width: 128px;
  }
}
.lineup_colors.item3 {
  gap: 20px;
}
.lineup_colors.item3 > li {
  width: 39.7%;
}
@media (min-width : 767px) {
  .lineup_colors.item3 > li {
    justify-content: flex-start;
    width: 100%;
  }
}
.lineup_colors.item3 > li .lineup_texsture img {
  width: 91%;
}
@media (min-width : 767px) {
  .lineup_colors.item3 > li .lineup_texsture img {
    width: 128px;
  }
}
@media (min-width : 767px) {
  .lineup_texsture {
    width: 128px;
  }
}
.lineup_texsture img {
  margin-inline: auto;
  aspect-ratio: 109/72;
}
@media (min-width : 767px) {
  .lineup_texsture img {
    aspect-ratio: 128/79;
  }
}

.lineup_color_name {
  border-bottom: 1px solid #D9E0EC;
  padding-block-end: 10px;
  color: var(--4-c-4-a-4-a, #4C4A4A);
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 14px;
  font-size: 3.7333333333vw;
  font-style: normal;
  font-weight: 600;
  line-height: 180%; /* 25.2px */
  letter-spacing: -0.02em;
  white-space: nowrap;
}
@media (min-width : 767px) {
  .lineup_color_name {
    width: 239px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    padding-inline: 28px;
    padding-block-end: 0;
    border-bottom: none;
    text-align: left;
    position: relative;
  }
  .lineup_color_name::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin-block: auto;
    width: 1px;
    height: 40px;
    background: #D9E0EC;
  }
}
.lineup_color_name span {
  width: fit-content;
  display: block;
  margin-block-start: 4px;
  margin-inline: auto;
  font-size: 12px;
  font-size: 3.2vw;
  font-weight: 400;
  font-family: "Zen Kaku Gothic New";
  font-size: 12px;
  font-size: 3.2vw;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 12px */
  letter-spacing: 2.4px;
}
@media (min-width : 767px) {
  .lineup_color_name span {
    font-size: 12px;
    text-align: center;
    margin-inline: 0;
  }
}
.lineup_color_name span.limited {
  padding: 4px 4px 5px 6px;
  background: linear-gradient(90deg, #D3799E 0%, #E5B1C3 100%);
  color: #fff;
}
.lineup_color_name span:not(.limited) {
  padding: 3px 4px 4px 6px;
  border: 1px solid var(--4-c-4-a-4-a, #4C4A4A);
  color: var(--4-c-4-a-4-a, #4C4A4A);
}

.lineup_gloss {
  border-bottom: 1px solid #D9E0EC;
  padding-block-end: 10px;
  color: var(--4-c-4-a-4-a, #4C4A4A);
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 14px;
  font-size: 3.7333333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
}
@media (min-width : 767px) {
  .lineup_gloss {
    width: 176px;
    border-bottom: none;
    padding-block-end: 0;
    padding-inline: 28px;
    font-size: 14px;
    position: relative;
  }
  .lineup_gloss::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin-block: auto;
    width: 1px;
    height: 40px;
    background: #D9E0EC;
  }
}

.lineup_star {
  display: block;
  width: fit-content;
  margin-inline: auto;
    background-color: #98B3DE;	
/*  background: linear-gradient(264deg, #D9E0EC 32.39%, #98B3DE 71.67%);*/
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Zen Kaku Gothic New";
  font-size: 14px;
  font-size: 3.7333333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media (min-width : 767px) {
  .lineup_star {
    display: inline-block;
    margin-inline-start: 8px;
    font-size: 14px;
  }
}

.lineup_impression {
  width: fit-content;
  margin-inline: auto;
}
@media (min-width : 767px) {
  .lineup_impression {
    width: 127px;
    padding-inline-start: 28px;
    margin-inline: 0;
  }
}
.lineup_impression > li {
  text-align: left;
  color: var(--4-c-4-a-4-a, #4C4A4A);
  font-family: "Zen Kaku Gothic New";
  font-size: 14px;
  font-size: 3.7333333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media (min-width : 767px) {
  .lineup_impression > li {
    font-size: 14px;
  }
}
.lineup_impression > li::before {
  color: var(--f-2-dbdf, #F2DBDF);
  font-family: "Zen Kaku Gothic New";
  font-size: 14px;
  font-size: 3.7333333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  content: "✓";
}
@media (min-width : 767px) {
  .lineup_impression > li::before {
    font-size: 14px;
  }
}

.lineup_buy {
  display: block;
  width: 83.5%;
  margin-inline: auto;
  border-radius: 100vmax;
  background: url(../img/lineup_buy_arrow.png) center right 13px/34px 34px no-repeat, linear-gradient(90deg, #FFF 0%, #F2DBDF 60.89%, #EFBFD2 100%);
  box-shadow: -4px -4px 12px 0px rgba(217, 224, 236, 0.4) inset, 2px 2px 12px 0px #F2DBDF inset, 0px 4px 8px 0px rgba(152, 179, 222, 0.2);
  color: var(--4-c-4-a-4-a, #4C4A4A);
  font-family: "Zen Kaku Gothic New";
  font-size: 18px;
  font-size: 4.8vw;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
  letter-spacing: 1.44px;
  padding-block: 14px;
  padding-inline: 24px;
}
@media (min-width : 767px) {
  .lineup_buy {
    width: 340px;
    font-size: 18px;
  }
}
@media (hover: hover) {
  .lineup_buy {
    position: relative;
  }
  .lineup_buy::after {
    border-radius: 100vmax;
    position: absolute;
    content: "";
    inset: 0;
    background-color: rgba(255, 255, 255, 0);
    transition: background-color 0.5s;
  }
  .lineup_buy:hover::after {
    background-color: rgba(255, 255, 255, 0.3);
  }
}
.lineup_buy.is_before {
  pointer-events: none;
  font-family: "Noto Serif JP";
  background: linear-gradient(0deg, #C4C3C3 0%, #C4C3C3 100%), rgba(255, 255, 255, 0.2);
  color: rgba(76, 74, 74, 0.4);
  box-shadow: none;
  text-align: center;
}
.lineup_buy.is_sold {
  pointer-events: none;
  box-shadow: none;
  background: linear-gradient(0deg, rgba(76, 74, 74, 0.6) 0%, rgba(76, 74, 74, 0.6) 100%), rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  font-family: "Noto Serif JP";
}

.lineup_notice {
  margin-block-start: 40px;
}
@media (min-width : 767px) {
  .lineup_notice {
    width: fit-content;
    margin-inline: auto;
  }
}
.lineup_notice p {
  color: var(--4-c-4-a-4-a, #4C4A4A);
  font-family: "Zen Kaku Gothic New";
  font-size: 10px;
  font-size: 2.6666666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 18px */
}
@media (min-width : 767px) {
  .lineup_notice p {
    font-size: 12px;
  }
}

.lineup_valiation {
  display: block;
  margin-block-start: 20px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: linear-gradient(106deg, rgba(255, 255, 255, 0.8) 0.04%, rgba(255, 255, 255, 0.4) 93.33%);
  padding-block: 12px;
  padding-inline: 20px;
  position: relative;
  opacity: 0;
}
@media (min-width : 767px) {
  .lineup_valiation {
    margin-block-start: 40px;
    max-width: 480px;
    height: 240px;
    margin-inline: auto;
    display: flex;
    align-items: center;
  }
}
.lineup_valiation.is_before {
  pointer-events: none;
}
.lineup_valiation:not(.is_before) {
  position: relative;
}
.lineup_valiation:not(.is_before)::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #4C4A4A;
  border-right: 1px solid #4C4A4A;
  top: 0;
  right: 20px;
  bottom: 0;
  margin-block: auto;
  transform: rotate(45deg);
}
@media (min-width : 767px) {
  .lineup_valiation:not(.is_before)::before {
    right: 40px;
  }
}
@media (hover: hover) {
  .lineup_valiation:not(.is_before)::after {
    position: absolute;
    content: "";
    inset: 0;
    background-color: rgba(255, 255, 255, 0);
    transition: background-color 0.5s;
  }
  .lineup_valiation:not(.is_before):hover::after {
    background-color: rgba(255, 255, 255, 0.4);
  }
}
.lineup_valiation.--active {
  animation: fadeIn 1s ease-out 0.1s forwards;
}

.lineup_valiation_img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50.7%;
  margin-block: auto;
}
@media (min-width : 767px) {
  .lineup_valiation_img {
    width: 48.1%;
  }
}
.lineup_valiation_img.item1 {
  aspect-ratio: 340/345;
}
@media (min-width : 767px) {
  .lineup_valiation_img.item1 {
    aspect-ratio: 212/215;
    left: 20px;
  }
}
.lineup_valiation_img.item2 {
  aspect-ratio: 340/345;
}
@media (min-width : 767px) {
  .lineup_valiation_img.item2 {
    aspect-ratio: 212/215;
    left: 5px;
  }
}
.lineup_valiation_img.item3 {
  aspect-ratio: 340/308;
}
@media (min-width : 767px) {
  .lineup_valiation_img.item3 {
    aspect-ratio: 212/215;
    left: 5px;
  }
}

.lineup_valiation_info {
  padding-inline-start: 48.4%;
  text-align: center;
}
@media (min-width : 767px) {
  .lineup_valiation_info.item1 {
    padding-inline-start: 52%;
  }
  .lineup_valiation_info.item2 {
    padding-inline-start: 44%;
  }
  .lineup_valiation_info.item3 {
    padding-inline-start: 53%;
  }
}

.lineup_valiation_name {
  color: var(--4-c-4-a-4-a, #4C4A4A);
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 14px;
  font-size: 3.7333333333vw;
  font-style: normal;
  font-weight: 600;
  line-height: 180%; /* 25.2px */
  letter-spacing: -0.02em;
}
@media (min-width : 767px) {
  .lineup_valiation_name {
    font-size: 18px;
  }
}

.lineup_valiation_price {
  margin-block-start: 4px;
}
.lineup_valiation_price span {
  color: var(--4-c-4-a-4-a, #4C4A4A);
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 51.2px */
}
.lineup_valiation_price span:nth-of-type(1) {
  font-size: 32px;
  font-size: 8.5333333333vw;
}
@media (min-width : 767px) {
  .lineup_valiation_price span:nth-of-type(1) {
    font-size: 36px;
  }
}
.lineup_valiation_price span:nth-of-type(2) {
  font-size: 16px;
  font-size: 4.2666666667vw;
}
@media (min-width : 767px) {
  .lineup_valiation_price span:nth-of-type(2) {
    font-size: 16px;
  }
}
.lineup_valiation_price span:nth-of-type(3) {
  margin-block-start: -6px;
  display: block;
  font-size: 14px;
  font-size: 3.7333333333vw;
}
@media (min-width : 767px) {
  .lineup_valiation_price span:nth-of-type(3) {
    display: inline;
    font-size: 14px;
  }
}

.lineup_valiation_notice {
  margin-block-start: 4px;
  color: var(--4-c-4-a-4-a, #4C4A4A);
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 10px;
  font-size: 2.6666666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 18px */
}
@media (min-width : 767px) {
  .lineup_valiation_notice {
    font-size: 12px;
  }
}

.lineup_valiation_container {
  margin-block-start: 40px;
}
@media (min-width : 767px) {
  .lineup_valiation_container {
    margin-block-start: 10px;
    display: flex;
    gap: 12px;
    max-width: 972px;
    margin-inline: auto;
  }
  .lineup_valiation_container > .lineup_valiation {
    width: calc(50% - 6px);
  }
  .lineup_valiation_container > .lineup_valiation::before {
    right: 20px;
  }
}

.lineup_base_hr {
  margin-block: 40px;
  height: 1px;
  background: #CED8DF;
  border: none;
}
@media (min-width : 767px) {
  .lineup_base_hr {
    margin-block: 80px;
  }
  .lineup_base_hr.item3 {
    background: #F1F5FB;
  }
}

.lineup_item_catch {
  text-align: center;
  color: var(--4-c-4-a-4-a, #4C4A4A);
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 24px;
  font-size: 6.4vw;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 24px */
}
@media (min-width : 767px) {
  .lineup_item_catch {
    padding-inline-end: 51px;
    text-align: left;
    font-size: 28px;
  }
}
.lineup_item_catch span {
  color: var(--4-c-4-a-4-a, #4C4A4A);
  font-family: "Noto Serif JP";
  font-size: 44px;
  font-size: 11.7333333333vw;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
@media (min-width : 767px) {
  .lineup_item_catch span {
    font-size: 52px;
  }
}

.lineup_item_purpose {
  margin-block-start: 20px;
  display: flex;
  gap: 12px;
  justify-content: center;
}
@media (min-width : 767px) {
  .lineup_item_purpose {
    justify-content: flex-start;
    padding-inline-end: 51px;
  }
}
.lineup_item_purpose > li {
  display: inline-block;
  border-radius: 100vmax;
  background: rgba(255, 255, 255, 0.6);
  padding: 6px 12px 8px 12px;
  color: var(--98-b-3-de, #98B3DE);
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-size: 4.2666666667vw;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  letter-spacing: 0.02em;
}
@media (min-width : 767px) {
  .lineup_item_purpose > li {
    padding: 4px 8px 6px 8px;
    font-size: 14px;
  }
}
.lineup_item_purpose + .lineup_item_heading {
  margin-block-start: 40px;
}

.lineup_regular_course {
  display: block;
  margin-block-start: 20px;
  padding-bottom: 8px;
  width: 83.5%;
  margin-inline: auto;
  border-bottom: 1px solid #4C4A4A;
  color: var(--4-c-4-a-4-a, #4C4A4A);
  font-family: "Noto Serif JP";
  font-size: 14px;
  font-size: 3.7333333333vw;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.02em;
  background: url(../img/lineup_regular_arrow.png) bottom 8px right/24px 24px no-repeat;
}
@media (min-width : 767px) {
  .lineup_regular_course {
    width: 290px;
    font-size: 16px;
  }
}
.lineup_regular_course span {
  color: var(--4-c-4-a-4-a, #4C4A4A);
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.02em;
}
.lineup_regular_course span:nth-of-type(1) {
  font-size: 24px;
  font-size: 6.4vw;
}
@media (min-width : 767px) {
  .lineup_regular_course span:nth-of-type(1) {
    font-size: 28px;
  }
}
.lineup_regular_course span:nth-of-type(2) {
  font-size: 18px;
  font-size: 4.8vw;
}
@media (min-width : 767px) {
  .lineup_regular_course span:nth-of-type(2) {
    font-size: 20px;
  }
}
.lineup_regular_course + .lineup_notice {
  margin-block-start: 20px;
}
@media (hover: hover) {
  .lineup_regular_course {
    transition: opacity 0.5s;
  }
  .lineup_regular_course:hover {
    opacity: 0.6;
  }
}

/*ベスコスロゴ*/
.best_logo{
    position: relative;
    z-index: 3;
    margin: -40px auto 20px auto;
    width: 60%;
}
.best_logo.ldk {
    margin-top: 0;
    width: 40%;
}
@media (min-width : 767px){
.best_logo{
        width: 55%;
        margin: 0 0 20px 0;	
}	
.best_logo.ldk {
    margin-top: 0;
    width: 33%;
}
}