@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kodchasan:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
.c-common_audition__inner {
  position: relative;
  background-color: #33303e;
  padding: min(6.5306122449vw + 75.5102040816px, 180px) 0 min(1.6326530612vw + 153.8775510204px, 180px);
  margin-inline: min(1.2244897959vw + 0.3380102041rem, 1.5625rem);
  color: #fff;
  overflow: clip;
}
.-pink.c-common_audition__inner {
  background-color: #ff9fc6;
}

.p-points_detail__heading, .c-post h2 {
  margin: min(2.8571428571vw + 24.2857142857px, 70px) 0 min(1.6326530612vw + 8.8775510204px, 35px);
  padding: min(0.8163265306vw + 6.9387755102px, 20px) min(0.8163265306vw + 16.9387755102px, 30px);
  background-color: #ff79af;
  color: #fff;
  font-size: min(0.8163265306vw + 1.0586734694rem, 1.875rem);
  border-radius: min(0.2448979592vw + 1.0816326531px, 5px);
  font-weight: bold;
}

.p-points_detail__lead, .c-post h3 {
  font-size: min(0.3265306122vw + 1.1734693878rem, 1.5rem);
  font-weight: bold;
  padding-left: min(0.8163265306vw + 6.9387755102px, 20px);
  position: relative;
}
.p-points_detail__lead::before, .c-post h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 3px;
  height: 60%;
  border-radius: 1.5px;
  background-color: #ff79af;
}

.c-post ol {
  counter-reset: number 0;
}
.c-post ol li {
  position: relative;
  margin-top: min(0.4081632653vw + 3.4693877551px, 10px);
}
.c-post ol li:first-child {
  margin-top: 0;
}
.c-post ol li::before {
  counter-increment: number 1;
  content: counter(number) " ";
  display: inline-block;
  text-align: center;
  background: #ff79af;
  color: #fff;
  width: min(0.6530612245vw + 17.5510204082px, 28px);
  aspect-ratio: 1/1;
  border-radius: min(0.3265306122vw + 8.7755102041px, 14px);
  margin-right: min(0.1632653061vw + 9.387755102px, 12px);
  font-weight: bold;
}
.c-post p {
  margin-bottom: min(2.4489795918vw + 10.8163265306px, 50px);
}
.c-post .p-points_main_list__heading {
  background-color: #ff79af;
  width: fit-content;
  color: #fff;
  font-size: min(0.1632653061vw + 15.387755102px, 18px);
  padding: min(0.3265306122vw + 2.7755102041px, 8px) min(1.6326530612vw + 13.8775510204px, 40px);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-bottom: 0;
}
.c-post .p-points_main_list__wrapper {
  background-color: #fff;
  padding: min(1.6326530612vw + 13.8775510204px, 40px);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top: 2px solid #ff79af;
}
.c-post .p-points_main_list__item {
  position: relative;
  display: flex;
  align-items: center;
  gap: min(0.4081632653vw + 8.4693877551px, 15px);
}
.c-post .p-points_main_list__item::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #ff79af;
}
.c-post .p-points_table th,
.c-post .p-points_table td {
  padding: min(0.8163265306vw + 6.9387755102px, 20px);
  text-align: center;
}
.c-post .p-points_table__basic {
  background-color: #ddd;
}
.c-post .p-points_table__heading {
  color: #fff;
  background-color: #3f3b4e;
}
.c-post .p-points_table__note {
  background-color: #fff;
}
.c-post .p-points_detail__point {
  background-color: #fff;
  width: fit-content;
  padding: 0 min(0.6530612245vw + 7.5510204082px, 18px);
  text-transform: uppercase;
  color: #ff79af;
  font-weight: bold;
  border-radius: 9999px;
  box-shadow: 2px 2px 0 #ff79af;
  border: 1px solid #ff79af;
}
.c-post .p-points_detail__images {
  width: min(22.0408163265vw + 217.3469387755px, 570px);
}
.c-post .p-points_detail__textarea {
  width: min(6.5306122449vw + 275.5102040816px, 380px);
  margin-left: min(1.6326530612vw + 13.8775510204px, 40px);
}
.c-post .p-points_detail__textarea p {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .c-post .p-points_detail__textarea {
    margin-left: 0;
  }
}
.c-post .p-points_detail__note {
  font-size: min(0.3265306122vw + 1.1734693878rem, 1.5rem);
  font-weight: bold;
}
.c-post .p-points_detail__flex + .c-post .p-points_detail__flex {
  margin-top: min(1.6326530612vw + 23.8775510204px, 50px);
}
@media only screen and (max-width: 767px) {
  .c-post .p-points_detail__flex {
    flex-direction: column;
    gap: min(0.8163265306vw + 16.9387755102px, 30px);
  }
}
.c-post .p-points_detail__flex.-reverse {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .c-post .p-points_detail__flex.-reverse {
    flex-direction: column;
  }
}
.c-post .p-points_detail__flex__item p {
  margin-bottom: 0;
}
.c-post .p-points_detail__flex__item figure {
  overflow: clip;
}
.c-post .p-points_detail__flex.-col2, .c-post .p-points_detail__flex.-col3 {
  gap: min(1.6326530612vw + 13.8775510204px, 40px);
}
.c-post strong {
  font-weight: bold;
}

/***
    The new CSS reset - version 1.11.2 (last updated 15.11.2023)
    GitHub page: https://github.com/elad2412/the-new-css-reset
***/
/*
    Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
    - The "symbol *" part is to solve Firefox SVG sprite bug
    - The "html" element is excluded, otherwise a bug in Chrome breaks the CSS hyphens property (https://github.com/elad2412/the-new-css-reset/issues/36)
 */
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

/* Preferred box-sizing value */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Fix mobile Safari increase font-size on landscape mode */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* Reapply the pointer cursor for anchor tags */
a,
button {
  cursor: revert;
}

/* Remove list styles (bullets/numbers) */
ol,
ul,
menu,
summary {
  list-style: none;
}

/* For images to not be able to exceed their container */
img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

/* removes spacing between cells in tables */
table {
  border-collapse: collapse;
}

/* Safari - solving issue when using user-select:none on the <body> text input doesn't working */
input,
textarea {
  -webkit-user-select: auto;
}

/* revert the 'white-space' property for textarea elements on Safari */
textarea {
  white-space: revert;
}

/* minimum style to allow to style meter element */
meter {
  -webkit-appearance: revert;
  appearance: revert;
}

/* preformatted text - use only for this feature */
:where(pre) {
  all: revert;
  box-sizing: border-box;
}

/* reset default text opacity of input placeholder */
::placeholder {
  color: unset;
}

/* fix the feature of 'hidden' attribute.
   display:revert; revert to element instead of attribute */
:where([hidden]) {
  display: none;
}

/* revert for bug in Chromium browsers
   - fix for the content editable attribute will work properly.
   - webkit-user-select: auto; added for Safari in case of using user-select:none on wrapper element*/
:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

/* apply back the draggable feature - exist only in Chromium and Safari */
:where([draggable=true]) {
  -webkit-user-drag: element;
}

/* Revert Modal native behavior */
:where(dialog:modal) {
  all: revert;
  box-sizing: border-box;
}

/* Remove details summary webkit styles */
::-webkit-details-marker {
  display: none;
}

body {
  background-color: #fff;
  color: #33303e;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", "YuGothic", "游ゴシック体", "BIZ UDPGothic", Meiryo, "Helvetica Neue", Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  text-indent: min(0vw + 0rem, 0rem);
  font-size: min(0.1632653061vw + 0.8367346939rem, 1rem);
  letter-spacing: 0.05em;
  line-height: 1.75;
  font-weight: 400;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

#page {
  position: relative;
  overflow: clip;
}

figure,
picture {
  display: block;
}

img {
  vertical-align: bottom;
  height: auto;
  max-width: 100%;
  min-height: 1px;
  object-fit: cover;
}
img.-t {
  object-position: center top;
}
img.-tl {
  object-position: left top;
}
img.-tr {
  object-position: right top;
}
img.-r {
  object-position: right center;
}
img.-b {
  object-position: center bottom;
}
img.-bl {
  object-position: left bottom;
}
img.-br {
  object-position: right bottom;
}
img.-l {
  object-position: left center;
}

.js-svg {
  width: 1em;
  height: 1em;
}
img.js-svg {
  opacity: 0;
}

svg.js-svg {
  opacity: 1;
}

svg {
  overflow: hidden;
}

table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}

th,
td {
  border: 1px solid #ccc;
  vertical-align: top;
}

/*----------------------------------------------------
	form要素
--------------------------------------------------- */
input,
textarea {
  padding: 5px 7px;
  border-radius: 2px;
  margin: 0;
  border: none;
  background-color: #fff;
  border: 1px solid #a7a6aa;
}

input[type=text],
textarea {
  outline: none;
  border: 1px solid #aaa;
  transition: all 0.3s ease;
}

input[type=text]:focus,
textarea:focus {
  box-shadow: 0 0 7px #ff79af;
  border: 1px solid #ff79af;
}

@keyframes infiniteScrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes infiniteScrollRight {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes flicker {
  0% {
    filter: drop-shadow(0 0 1px #fff) drop-shadow(0 0 2px #f6b2ea) drop-shadow(0 0 2px #f6b2ea);
  }
  100% {
    filter: drop-shadow(0 0 2px #fff) drop-shadow(0 0 2px #f6b2ea) drop-shadow(0 0 2px #f6b2ea);
  }
}
@keyframes flicker02 {
  0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {
    filter: drop-shadow(1px 1px 2px #f6b2ea) drop-shadow(0 0 2px #f6b2ea);
  }
  20%, 24%, 55% {
    filter: none;
  }
}
@keyframes flicker03 {
  0% {
    filter: drop-shadow(1px 1px 1px #fff) drop-shadow(1px 1px 1px #fff) drop-shadow(-1px -1px 1px #fff) drop-shadow(-1px -1px 1px #fff) drop-shadow(1px 1px 5px #fff) drop-shadow(-1px -1px 5px #fff);
  }
  100% {
    filter: drop-shadow(1px 1px 1px #fff) drop-shadow(1px 1px 1px #fff) drop-shadow(-1px -1px 1px #fff) drop-shadow(-1px -1px 1px #fff) drop-shadow(1px 1px 5px #ff9fc6) drop-shadow(-1px -1px 5px #ff9fc6);
  }
}
@keyframes yurayura {
  0%, 100% {
    translate: 0 5px;
  }
  50% {
    translate: 0 -5px;
  }
}
@keyframes yurayura02 {
  0%, 100% {
    translate: 0 -5px;
  }
  50% {
    translate: 0 5px;
  }
}
@keyframes yurayura03 {
  0%, 100% {
    translate: 0 10px;
  }
  50% {
    translate: 0 -10px;
  }
}
@keyframes yurayura04 {
  0%, 100% {
    translate: 0 -10px;
  }
  50% {
    translate: 0 10px;
  }
}
.l-header {
  position: fixed;
  width: 100%;
  padding: min(1.7959183673vw + 13.2653061224px, 42px) 0;
  z-index: 120;
}
.l-header__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.l-header__logo a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: min(0.9795918367vw + 8.3265306122px, 24px);
  width: min(30.2040816327vw + 106.7346938776px, 590px);
}
.l-header__logo a .js-svg {
  width: 100%;
}
.l-header__logo__inner {
  position: relative;
  width: 100%;
}
.l-header__logo__inner img {
  width: 100%;
}
.l-header__logo__white {
  display: none;
  position: absolute;
  inset: 0;
}
@media only screen and (max-width: 1023px) {
  .l-header__logo__white {
    display: block;
    opacity: 0;
    transition: 0.2s ease;
  }
}
@media only screen and (max-width: 1023px) {
  .is-act .l-header__logo__white {
    opacity: 1;
  }
}
.l-header__logo__pink {
  transition: 0.2s ease;
}
@media only screen and (max-width: 1023px) {
  .is-act .l-header__logo__pink {
    opacity: 0;
  }
}
.l-header__logo__sub {
  min-width: min(6.0408163265vw + 47.3469387755px, 144px);
}
@media only screen and (max-width: 1023px) {
  .l-header__logo__sub {
    display: none;
  }
}

.l-header_menu {
  display: flex;
  gap: min(1.2244897959vw + 10.4081632653px, 30px);
}
.l-header_menu a {
  position: relative;
  display: block;
}
.l-header_menu a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #fff;
  transition: 0.2s ease;
}
@media (any-hover: hover) {
  .l-header_menu a:hover::before {
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .l-header_menu {
    display: none;
  }
}
.l-header_menu__item {
  color: #fff;
}

.l-footer {
  position: relative;
  width: 100%;
  background-color: #ff9fc6;
  z-index: 13;
}
.l-footer.-index {
  background-color: #f0f0f1;
}
.l-footer__copyright {
  text-align: center;
}
.l-footer .c-text05 {
  color: #fff;
}
.l-footer__bg {
  display: none;
  position: absolute;
  bottom: min(0.8163265306vw + 126.9387755102px, 140px);
  left: 50%;
  translate: -50% 0;
  width: 120%;
}
.l-footer__bg img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .l-footer__bg {
    display: block;
  }
}

.l-footer_logo {
  position: relative;
  z-index: 2;
  margin: calc(10.612244898vw + 90.2040816327px) auto 0;
  width: fit-content;
  animation: flicker 2s infinite alternate;
}

.l-footer_contact {
  position: relative;
  z-index: 2;
  gap: min(1.6326530612vw + 13.8775510204px, 40px);
}
@media only screen and (max-width: 767px) {
  .l-footer_contact {
    flex-direction: column;
  }
}
.l-footer_contact__item {
  background-color: #fff;
  padding: min(2.4489795918vw + 20.8163265306px, 60px) min(4.8163265306vw + -2.0612244898px, 75px);
}
.l-footer_contact__item__heading {
  font-size: min(0.3265306122vw + 0.9234693878rem, 1.25rem);
  border-bottom: 1px solid #33303e;
  padding-bottom: 0.1em;
}
.l-footer_contact__item__logo {
  margin-top: min(2.0408163265vw + 17.3469387755px, 50px);
  min-height: 63px;
}
@media only screen and (max-width: 767px) {
  .l-footer_contact__item__logo {
    min-height: auto;
  }
}
.l-footer_contact__item__logo img {
  vertical-align: middle;
}
.l-footer_contact__address {
  text-align: left;
  width: fit-content;
  margin-inline: auto;
}
.l-footer_contact__address .c-icon {
  margin-right: min(0.8163265306vw + 6.9387755102px, 20px);
}
.l-footer_contact__wrapper {
  position: relative;
  z-index: 2;
  padding: 0 0 min(3.2653061224vw + 187.7551020408px, 240px);
}

.l-footer_box__list {
  height: 200vh;
  position: relative;
}
.l-footer_box__item {
  width: 100vw;
}
.l-footer_box__item.-item01 {
  position: absolute;
  top: 0;
}
.l-footer_box__item.-item02 {
  position: sticky;
  top: 0;
  height: 100vh;
  display: grid;
  place-items: center;
  text-align: center;
  color: #fff;
  transition: 1s ease;
  z-index: 3;
}
.l-footer_box__item.-item02 .p-index_curriculum__logo,
.l-footer_box__item.-item02 .c-section-title-primary,
.l-footer_box__item.-item02 .c-text04 {
  opacity: 0;
  translate: 0 20px;
  transition: 1s ease 0.2s;
}
.l-footer_box__item.-item02 .c-section-title-primary {
  transition-delay: 0.4s;
}
.l-footer_box__item.-item02 .c-text04 {
  transition-delay: 0.6s;
}
.l-footer_box__item.-item02.is-active .p-index_curriculum__logo,
.l-footer_box__item.-item02.is-active .c-section-title-primary,
.l-footer_box__item.-item02.is-active .c-text04 {
  opacity: 1;
  translate: 0 0;
}
.l-footer_box__inner {
  position: sticky;
  top: 0;
}
.l-footer_box__fixed {
  height: 100vh;
  width: 100vw;
  position: sticky;
  top: 0;
}

.l-footer_contact_obj {
  position: absolute;
  animation: yurayura 4s ease-in-out infinite;
  z-index: 2;
}
.l-footer_contact_obj.-item01 {
  width: min(16.3265306122vw + 138.7755102041px, 400px);
  top: min(20.4081632653vw + 123.4693877551px, 450px);
  right: min(13.0612244898vw + -108.9795918367px, 100px);
}
@media only screen and (max-width: 767px) {
  .l-footer_contact_obj.-item01 {
    top: unset;
    bottom: min(17.9591836735vw + 312.6530612245px, 600px);
  }
}
.l-footer_contact_obj.-item02 {
  width: min(4.8979591837vw + 41.6326530612px, 120px);
  top: min(28.5714285714vw + 242.8571428571px, 700px);
  left: min(12.2448979592vw + 104.0816326531px, 300px);
  animation: yurayura02 4s ease-in-out infinite;
}
@media only screen and (max-width: 767px) {
  .l-footer_contact_obj.-item02 {
    display: none;
  }
}
.l-footer_contact_obj.-item03 {
  width: min(3.2653061224vw + 107.7551020408px, 160px);
  bottom: min(11.4285714286vw + 17.1428571429px, 200px);
  right: min(6.5306122449vw + -24.4897959184px, 80px);
  animation: yurayura03 4s ease-in-out infinite;
}
@media only screen and (max-width: 767px) {
  .l-footer_contact_obj.-item03 img {
    rotate: 200deg;
  }
}
.l-footer_contact_obj.-item04 {
  width: min(17.9591836735vw + 152.6530612245px, 440px);
  top: max(-4.8979591837vw + -31.6326530612px, -110px);
  right: min(0.8163265306vw + 6.9387755102px, 20px);
  animation: yurayura04 4s ease-in-out infinite;
}
@media only screen and (max-width: 767px) {
  .l-footer_contact_obj.-item04 {
    display: none;
  }
}
.l-footer_contact_obj.-item05 {
  width: min(17.4693877551vw + 320.4897959184px, 600px);
  bottom: min(24.4897959184vw + 8.1632653061px, 400px);
  left: max(-1.387755102vw + -177.7959183673px, -200px);
  animation: yurayura02 4s ease-in-out infinite;
  z-index: -1;
  filter: blur(6px);
}
.l-footer_contact_obj.-item06 {
  width: min(22.0408163265vw + 197.3469387755px, 550px);
  bottom: max(-12.2448979592vw + -104.0816326531px, -300px);
  right: max(-6.1224489796vw + -52.0408163265px, -150px);
}
.l-footer_contact_obj.-item07 {
  width: min(3.2653061224vw + 27.7551020408px, 80px);
  top: 0;
  right: min(9.7959183673vw + 83.2653061224px, 240px);
}
@media only screen and (max-width: 767px) {
  .l-footer_contact_obj.-item07 {
    top: 60%;
    right: min(0.4081632653vw + -6.5306122449px, 0px);
  }
}
.l-footer_contact_obj.-item08 {
  width: min(9.387755102vw + 79.7959183673px, 230px);
  top: 0;
  right: min(9.7959183673vw + 83.2653061224px, 240px);
}
.l-footer_contact_obj.-item08 {
  width: min(9.387755102vw + 79.7959183673px, 230px);
  top: 0;
  right: min(14.693877551vw + 94.8979591837px, 330px);
}
@media only screen and (max-width: 767px) {
  .l-footer_contact_obj.-item08 {
    display: none;
  }
}
.l-footer_contact_obj.-item09 {
  width: min(7.3469387755vw + 72.4489795918px, 190px);
  top: min(6.5306122449vw + 55.5102040816px, 160px);
  left: min(4.4897959184vw + 38.1632653061px, 110px);
}
@media only screen and (max-width: 767px) {
  .l-footer_contact_obj.-item09 {
    top: 70%;
    left: min(0.4081632653vw + -11.5306122449px, -5px);
  }
}
.l-footer_contact_obj.-item10 {
  width: min(4.0816326531vw + 34.693877551px, 100px);
  top: min(11.4285714286vw + 117.1428571429px, 300px);
  right: min(12.2448979592vw + -95.9183673469px, 100px);
}

.l-footer_contact_obj-sp {
  position: absolute;
  animation: yurayura 4s ease-in-out infinite;
  z-index: 2;
  display: none;
  filter: blur(8px);
}
@media only screen and (max-width: 767px) {
  .l-footer_contact_obj-sp {
    display: block;
  }
}
.l-footer_contact_obj-sp.-item01 {
  top: 0;
  right: -50%;
  width: min(29.387755102vw + 249.7959183673px, 720px);
}
.l-footer_contact_obj-sp.-item02 {
  top: 30%;
  left: -20%;
  width: min(21.2244897959vw + 180.4081632653px, 520px);
}
.l-footer_contact_obj-sp.-item03 {
  top: 50%;
  right: -30%;
  width: min(29.387755102vw + 249.7959183673px, 720px);
}
.l-footer_contact_obj-sp.-item04 {
  top: -45%;
  right: max(-16.3265306122vw + -138.7755102041px, -400px);
  width: min(17.9591836735vw + 432.6530612245px, 720px);
}
.l-footer_contact_obj-sp.-item05 {
  top: 10%;
  left: max(-3.2653061224vw + -27.7551020408px, -80px);
  width: min(29.387755102vw + 249.7959183673px, 720px);
}
.l-footer_contact_obj-sp.-item06 {
  top: 20%;
  right: max(-16.3265306122vw + -138.7755102041px, -400px);
  width: min(17.9591836735vw + 432.6530612245px, 720px);
}

.l-footer_star {
  position: absolute;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .l-footer_star {
    display: none;
  }
}
.l-footer_star.-item01 {
  width: min(16.3265306122vw + 138.7755102041px, 400px);
  top: min(24.4897959184vw + 208.1632653061px, 600px);
  left: max(-1.6326530612vw + -13.8775510204px, -40px);
}
.l-footer_star.-item02 {
  width: min(4.0816326531vw + 34.693877551px, 100px);
  bottom: min(8.1632653061vw + 69.387755102px, 200px);
  left: min(17.9591836735vw + 152.6530612245px, 440px);
}
.l-footer_star.-item03 {
  width: min(18.3673469388vw + 156.1224489796px, 450px);
  top: min(24.4897959184vw + 158.1632653061px, 550px);
  right: min(3.1020408163vw + 28.3673469388px, 78px);
}

.l-footer_cta {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100;
  display: grid;
  gap: 20px;
  transition: 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .l-footer_cta {
    background-image: linear-gradient(rgba(255, 255, 255, 0), #fff);
    padding: min(1.6326530612vw + 13.8775510204px, 40px);
    grid-template-columns: repeat(2, 1fr);
    left: 0;
    gap: 11px;
    width: 100%;
  }
}
.l-footer_cta__item a {
  font-size: min(0.3265306122vw + 0.9234693878rem, 1.25rem);
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl;
  border: 1px solid #fff;
  box-shadow: 3px 3px 0 #e0e0e0;
  height: min(3.2653061224vw + 187.7551020408px, 240px);
  width: min(0.2448979592vw + 76.0816326531px, 80px);
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  margin-left: auto;
  transition: 0.3s ease;
}
@media (any-hover: hover) {
  .l-footer_cta__item a:hover {
    box-shadow: 0 0 0 #e0e0e0;
    translate: 3px 3px;
  }
}
@media only screen and (max-width: 767px) {
  .l-footer_cta__item a {
    writing-mode: horizontal-tb;
    flex-direction: row;
    border-radius: 100vmax;
    width: 100%;
    height: min(1.6326530612vw + 33.8775510204px, 60px);
  }
}
.l-footer_cta__item a .icon {
  display: flex;
  width: 8px;
  margin-inline-end: 5px;
}
.l-footer_cta__item a .sub {
  font-size: min(0.3265306122vw + 0.6734693878rem, 1rem);
}
.l-footer_cta__item.-pink a {
  background: linear-gradient(#fe79af, #f0589e);
}
.l-footer_cta__item.-purple a {
  background: linear-gradient(#e291d2, #c668b3);
}
@media only screen and (max-width: 767px) {
  .l-footer_cta__item.-red {
    grid-column: 1/3;
  }
}
.l-footer_cta__item.-red a {
  background: linear-gradient(#eb646e, #d02d39);
  gap: 14px;
}
.l-footer_cta__item.-red a .icon {
  width: 12px;
  margin: 0;
}
.l-footer_cta__item__pc {
  margin-block: min(0.8163265306vw + 16.9387755102px, 30px) min(0.4897959184vw + 8.1632653061px, 16px);
  margin-inline-end: min(0.4897959184vw + 8.1632653061px, 16px);
  font-size: min(0.1632653061vw + 0.8992346939rem, 1.0625rem);
  font-weight: 600;
}
.l-footer_cta__item__pc a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: min(1.2244897959vw + 115.4081632653px, 135px);
  aspect-ratio: 1/1;
  border-radius: 100vmax;
  background: #fff;
  line-height: 1.2;
  font-weight: 700;
  box-shadow: inset 0 0 16px rgba(255, 121, 175, 0.7);
  filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.16));
  transition: 0.2s ease;
}
@media (any-hover: hover) {
  .l-footer_cta__item__pc a:hover {
    background-color: #ff79af;
    color: #fff;
  }
}
.l-footer_cta__item__pc a .icon {
  width: min(0.2448979592vw + 19.0816326531px, 23px);
  margin-block-end: 4px;
}
.l-footer_cta.is-none {
  opacity: 0;
  pointer-events: none;
}

.c-hamburger {
  min-width: 40px;
  aspect-ratio: 1/1;
  position: relative;
  cursor: pointer;
  border-radius: 20px;
  background-color: #fff;
  display: none;
}
@media only screen and (max-width: 1023px) {
  .c-hamburger {
    display: block;
  }
}
.c-hamburger::before, .c-hamburger::after {
  content: "";
  height: 1.5px;
  width: 14px;
  position: absolute;
  left: 50%;
  background-color: #ff9fc6;
  transition: all 0.3s ease;
  translate: -50% -50%;
  transform-origin: center center;
}
.c-hamburger::before {
  top: calc(50% - 3.5px);
}
.c-hamburger::after {
  top: calc(50% + 3.5px);
}
.c-hamburger.is-act:before {
  rotate: 135deg;
  top: 50%;
}
.c-hamburger.is-act:after {
  rotate: -135deg;
  top: 50%;
}

.c-drawer {
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
  width: 100%;
  display: none;
  z-index: 120;
  background-color: #ff9fc6;
  height: 100lvh;
  overflow-y: scroll;
  overflow-x: hidden;
}
.c-drawer__inner {
  padding: min(9.1428571429vw + 77.7142857143px, 224px) min(1.306122449vw + 11.1020408163px, 32px) min(4.0816326531vw + 34.693877551px, 100px);
}
.c-drawer__nav {
  display: grid;
  gap: min(0.8163265306vw + 36.9387755102px, 50px);
}
.c-drawer__nav__link {
  display: block;
  position: relative;
  line-height: 1;
  color: #fff;
  font-size: min(0.1632653061vw + 17.387755102px, 20px);
  padding-left: min(0.4081632653vw + 33.4693877551px, 40px);
  font-weight: 600;
}
.c-drawer__nav__link span {
  display: block;
  font-size: min(0.3265306122vw + 2.1734693878rem, 2.5rem);
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 0.2em;
}
.c-drawer__nav__link img {
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
.c-drawer__cta {
  margin-top: min(0.8163265306vw + 66.9387755102px, 80px);
}
.c-drawer__cta__item {
  background-color: #fff;
  padding: min(0.5714285714vw + 30.8571428571px, 40px) min(0.4081632653vw + 43.4693877551px, 50px);
}
.c-drawer__cta__item + .c-drawer__cta__item {
  margin-top: min(0.4081632653vw + 8.4693877551px, 15px);
}
.c-drawer__cta__heading {
  font-size: min(0.3265306122vw + 0.9234693878rem, 1.25rem);
  text-align: center;
  border-bottom: 1px solid #33303e;
}
.c-drawer__cta__logo {
  margin: min(0.3265306122vw + 24.7755102041px, 30px) 0;
}
.c-drawer__bg {
  position: absolute;
  top: min(0.8163265306vw + 96.9387755102px, 110px);
  left: min(1.306122449vw + 11.1020408163px, 32px);
  width: min(47.3469387755vw + 442.4489795918px, 1200px);
}

.c-radius08 {
  border-radius: min(0.3265306122vw + 2.7755102041px, 8px);
}
.c-radius20 {
  border-radius: min(0.8163265306vw + 6.9387755102px, 20px);
}
.c-radius30 {
  border-radius: min(1.2244897959vw + 10.4081632653px, 30px);
}
.c-radius40 {
  border-radius: min(1.6326530612vw + 13.8775510204px, 40px);
}

.c-obj {
  position: absolute;
  display: flex;
  width: 100%;
}
.c-obj img {
  width: 100%;
  min-height: min(0.8163265306vw + 21.9387755102px, 35px);
}
.c-obj.-top {
  top: min(1.6326530612vw + 13.8775510204px, 40px);
  animation: infiniteScrollLeft 30s linear infinite;
}
.c-obj.-bottom {
  bottom: min(1.6326530612vw + 13.8775510204px, 40px);
  animation: infiniteScrollRight 30s linear infinite;
}

.c-fadeIn {
  opacity: 0;
  transform: translate(0, 100px) rotate3d(1, 1, 0, 45deg);
  transition: 1s ease 0.2s;
}
.c-fadeIn.is-act {
  opacity: 1;
  transform: translate(0, 0) rotate3d(1, 1, 0, 0deg);
}

.c-lower_page {
  position: relative;
  background-color: #f0f0f1;
  z-index: 13;
}
.c-lower_page__circle {
  position: absolute;
  bottom: 0;
  left: 0;
  rotate: 180deg;
}
.c-lower_page__item {
  position: relative;
  z-index: 111;
  top: max(-6.5306122449vw + 24.4897959184px, -80px);
}

.c-obj_area {
  position: relative;
  z-index: 11;
}
.c-obj_area .c-obj {
  position: absolute;
}
.c-obj_area .c-obj.-item01 {
  width: 220px;
  left: 5%;
  top: 10%;
  animation: yurayura 4s ease-in-out infinite;
}
@media only screen and (max-width: 1023px) {
  .c-obj_area .c-obj.-item01 {
    width: 15%;
    top: -5%;
  }
}
.c-obj_area .c-obj.-item02 {
  width: 207px;
  right: 0;
  top: 25%;
  animation: yurayura02 4s ease-in-out infinite;
}
@media only screen and (max-width: 1023px) {
  .c-obj_area .c-obj.-item02 {
    width: 20%;
    top: -5%;
  }
}
.c-obj_area .c-obj.-item03 {
  width: 188px;
  bottom: 14%;
  animation: yurayura03 4s ease-in-out infinite;
}
@media only screen and (max-width: 1023px) {
  .c-obj_area .c-obj.-item03 {
    width: 20%;
    bottom: 3%;
  }
}

.c-common_audition {
  position: relative;
}
.c-text-link {
  display: flex;
  align-items: center;
  gap: min(1.0612244898vw + 9.0204081633px, 26px);
}
.c-text-link .c-icon {
  display: grid;
  place-items: center;
  width: min(1.306122449vw + 25.1020408163px, 46px);
  height: min(1.306122449vw + 25.1020408163px, 46px);
  border-radius: min(0.6530612245vw + 12.5510204082px, 23px);
  background-color: #ff79af;
  color: #fff;
  border: 1px solid #ff79af;
  transition: 1s ease;
}
@media (any-hover: hover) {
  .c-text-link:hover .c-icon {
    background-color: #fff;
    color: #ff79af;
  }
}

.c-fadeInUp {
  opacity: 0;
  translate: 0 20px;
  transition: 1s ease;
}
@media only screen and (max-width: 767px) {
  .c-fadeInUp {
    opacity: 1;
    translate: 0 0;
  }
}

.is-fadeInUp .c-fadeInUp {
  opacity: 1;
  translate: 0 0;
}

.wp-pagenavi {
  margin-block-start: min(1.6326530612vw + 23.8775510204px, 50px);
  display: grid;
  margin-inline: auto;
  inline-size: fit-content;
  grid-template-columns: repeat(var(--column), min-content);
  line-height: 1;
  font-size: min(0.2448979592vw + 1.0676020408rem, 1.3125rem);
}
.wp-pagenavi:not(:first-child) {
  margin-top: 50px;
}
.wp-pagenavi .first {
  text-decoration: underline;
}
.wp-pagenavi > * {
  grid-row: 1/2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
}
.wp-pagenavi > *:not(.previouspostslink):not(.nextpostslink) {
  padding-inline: 0.25em;
  min-width: 2.25em;
  aspect-ratio: 1;
}
@media only screen and (max-width: 567px) {
  .wp-pagenavi > *:not(.previouspostslink):not(.nextpostslink) {
    min-width: 2em;
  }
}
.wp-pagenavi > a:not(.previouspostslink):not(.nextpostslink) {
  transition: 0.3s color cubic-bezier(0.39, 0.575, 0.565, 1), 0.3s background-color cubic-bezier(0.39, 0.575, 0.565, 1);
  aspect-ratio: 1;
}
@media (any-hover: hover) {
  .wp-pagenavi > a:not(.previouspostslink):not(.nextpostslink):hover {
    color: #ff79af;
    background-color: #bcbac1;
  }
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  grid-column: 1/2;
  color: #ff79af;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .wp-pagenavi .previouspostslink:hover,
  .wp-pagenavi .nextpostslink:hover {
    opacity: 0.7;
  }
}
.wp-pagenavi .previouspostslink {
  margin-right: 1em;
}
.wp-pagenavi .previouspostslink svg {
  rotate: 180deg;
}
.wp-pagenavi .extend {
  white-space: nowrap;
}
.wp-pagenavi .page {
  text-decoration: underline;
}
.wp-pagenavi .current {
  color: #fff;
  text-underline-offset: 0.25em;
  background: #ef88da;
  border-radius: 999px;
}
.wp-pagenavi .nextpostslink {
  grid-column: -1/-2;
  margin-left: 1em;
}
.wp-pagenavi .last {
  text-decoration: underline;
}
.wp-pagenavi .pages {
  display: none;
}

.c-container {
  margin-left: auto;
  margin-right: auto;
  width: min(81.2244897959vw + 70.4081632653px, 1370px);
  padding-left: min(1.6326530612vw + 13.8775510204px, 40px);
  padding-right: min(1.6326530612vw + 13.8775510204px, 40px);
}
.c-container.-s {
  width: min(65.7142857143vw + 128.5714285714px, 1180px);
}
@media only screen and (max-width: 567px) {
  .c-container {
    width: 100%;
  }
}

.c-fluid {
  padding-left: min(1.6326530612vw + 13.8775510204px, 40px);
  padding-right: min(1.6326530612vw + 13.8775510204px, 40px);
}

.c-grid-container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, min(38.9795918367vw + 21.3265306122px, 645px)) minmax(0, min(38.9795918367vw + 21.3265306122px, 645px)) minmax(0, 1fr);
}
@media only screen and (max-width: 567px) {
  .c-grid-container {
    grid-template-columns: minmax(0, min(1.6326530612vw + 13.8775510204px, 40px)) minmax(0, calc(50% - min(1.6326530612vw + 13.8775510204px, 40px))) minmax(0, calc(50% - min(1.6326530612vw + 13.8775510204px, 40px))) minmax(0, min(1.6326530612vw + 13.8775510204px, 40px));
  }
}

.c-grid-fluid {
  display: grid;
  grid-template-columns: minmax(0, min(1.6326530612vw + 13.8775510204px, 40px)) minmax(0, calc(50% - min(1.6326530612vw + 13.8775510204px, 40px))) minmax(0, calc(50% - min(1.6326530612vw + 13.8775510204px, 40px))) minmax(0, min(1.6326530612vw + 13.8775510204px, 40px));
}

.c-grid-container > .col1-2,
.c-grid-fluid > .col1-2 {
  grid-column: 1/2;
}
.c-grid-container > .col1-3,
.c-grid-fluid > .col1-3 {
  grid-column: 1/3;
}
.c-grid-container > .col1-4,
.c-grid-fluid > .col1-4 {
  grid-column: 1/4;
}
.c-grid-container > .col1-5,
.c-grid-fluid > .col1-5 {
  grid-column: 1/5;
}
.c-grid-container > .col2-3,
.c-grid-fluid > .col2-3 {
  grid-column: 2/3;
}
.c-grid-container > .col2-4,
.c-grid-fluid > .col2-4 {
  grid-column: 2/4;
}
.c-grid-container > .col2-5,
.c-grid-fluid > .col2-5 {
  grid-column: 2/5;
}
.c-grid-container > .col3-4,
.c-grid-fluid > .col3-4 {
  grid-column: 3/4;
}
.c-grid-container > .col3-5,
.c-grid-fluid > .col3-5 {
  grid-column: 3/5;
}
.c-grid-container > .col4-5,
.c-grid-fluid > .col4-5 {
  grid-column: 4/5;
}
.c-grid-container.-nowrap > [class*=col],
.c-grid-fluid.-nowrap > [class*=col] {
  grid-row: 1/-1;
}

.c-grid-column {
  display: grid;
}
.c-grid-column.-col4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col4.-col4-max {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col4.-col4-md {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col4.-col4-tab {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col4.-col4-sp {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col4.-col4-spmin {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col4.-col3-max {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col4.-col3-md {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col4.-col3-tab {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col4.-col3-sp {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col4.-col3-spmin {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col4.-col2-max {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col4.-col2-md {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col4.-col2-tab {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col4.-col2-sp {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col4.-col2-spmin {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col4.-col1-max {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col4.-col1-md {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col4.-col1-tab {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col4.-col1-sp {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col4.-col1-spmin {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col4-max {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col4-max.-col4-md {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col4-max.-col4-tab {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col4-max.-col4-sp {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col4-max.-col4-spmin {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col4-max.-col3-md {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col4-max.-col3-tab {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col4-max.-col3-sp {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col4-max.-col3-spmin {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col4-max.-col2-md {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col4-max.-col2-tab {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col4-max.-col2-sp {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col4-max.-col2-spmin {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col4-max.-col1-md {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col4-max.-col1-tab {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col4-max.-col1-sp {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col4-max.-col1-spmin {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col4-md {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col4-md.-col4-tab {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col4-md.-col4-sp {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col4-md.-col4-spmin {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col4-md.-col3-tab {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col4-md.-col3-sp {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col4-md.-col3-spmin {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col4-md.-col2-tab {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col4-md.-col2-sp {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col4-md.-col2-spmin {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col4-md.-col1-tab {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col4-md.-col1-sp {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col4-md.-col1-spmin {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col4-tab {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col4-tab.-col4-sp {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col4-tab.-col4-spmin {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col4-tab.-col3-sp {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col4-tab.-col3-spmin {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col4-tab.-col2-sp {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col4-tab.-col2-spmin {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col4-tab.-col1-sp {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col4-tab.-col1-spmin {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col4-sp {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col4-sp.-col4-spmin {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col4-sp.-col3-spmin {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col4-sp.-col2-spmin {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col4-sp.-col1-spmin {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col4-spmin {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.c-grid-column.-col3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col3.-col4-max {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col3.-col4-md {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col3.-col4-tab {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col3.-col4-sp {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col3.-col4-spmin {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col3.-col3-max {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col3.-col3-md {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col3.-col3-tab {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col3.-col3-sp {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col3.-col3-spmin {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col3.-col2-max {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col3.-col2-md {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col3.-col2-tab {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col3.-col2-sp {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col3.-col2-spmin {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col3.-col1-max {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col3.-col1-md {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col3.-col1-tab {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col3.-col1-sp {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col3.-col1-spmin {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col3-max {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col3-max.-col4-md {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col3-max.-col4-tab {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col3-max.-col4-sp {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col3-max.-col4-spmin {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col3-max.-col3-md {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col3-max.-col3-tab {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col3-max.-col3-sp {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col3-max.-col3-spmin {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col3-max.-col2-md {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col3-max.-col2-tab {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col3-max.-col2-sp {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col3-max.-col2-spmin {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col3-max.-col1-md {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col3-max.-col1-tab {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col3-max.-col1-sp {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col3-max.-col1-spmin {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col3-md {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col3-md.-col4-tab {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col3-md.-col4-sp {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col3-md.-col4-spmin {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col3-md.-col3-tab {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col3-md.-col3-sp {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col3-md.-col3-spmin {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col3-md.-col2-tab {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col3-md.-col2-sp {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col3-md.-col2-spmin {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col3-md.-col1-tab {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col3-md.-col1-sp {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col3-md.-col1-spmin {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col3-tab {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col3-tab.-col4-sp {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col3-tab.-col4-spmin {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col3-tab.-col3-sp {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col3-tab.-col3-spmin {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col3-tab.-col2-sp {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col3-tab.-col2-spmin {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col3-tab.-col1-sp {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col3-tab.-col1-spmin {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col3-sp {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col3-sp.-col4-spmin {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col3-sp.-col3-spmin {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col3-sp.-col2-spmin {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col3-sp.-col1-spmin {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col3-spmin {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.c-grid-column.-col2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col2.-col4-max {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col2.-col4-md {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col2.-col4-tab {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col2.-col4-sp {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col2.-col4-spmin {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col2.-col3-max {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col2.-col3-md {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col2.-col3-tab {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col2.-col3-sp {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col2.-col3-spmin {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col2.-col2-max {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col2.-col2-md {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col2.-col2-tab {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col2.-col2-sp {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col2.-col2-spmin {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col2.-col1-max {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col2.-col1-md {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col2.-col1-tab {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col2.-col1-sp {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col2.-col1-spmin {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col2-max {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col2-max.-col4-md {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col2-max.-col4-tab {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col2-max.-col4-sp {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col2-max.-col4-spmin {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col2-max.-col3-md {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col2-max.-col3-tab {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col2-max.-col3-sp {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col2-max.-col3-spmin {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col2-max.-col2-md {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col2-max.-col2-tab {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col2-max.-col2-sp {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col2-max.-col2-spmin {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col2-max.-col1-md {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col2-max.-col1-tab {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col2-max.-col1-sp {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col2-max.-col1-spmin {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col2-md {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col2-md.-col4-tab {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col2-md.-col4-sp {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col2-md.-col4-spmin {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col2-md.-col3-tab {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col2-md.-col3-sp {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col2-md.-col3-spmin {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col2-md.-col2-tab {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col2-md.-col2-sp {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col2-md.-col2-spmin {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col2-md.-col1-tab {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col2-md.-col1-sp {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col2-md.-col1-spmin {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col2-tab {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col2-tab.-col4-sp {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col2-tab.-col4-spmin {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col2-tab.-col3-sp {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col2-tab.-col3-spmin {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col2-tab.-col2-sp {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col2-tab.-col2-spmin {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col2-tab.-col1-sp {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col2-tab.-col1-spmin {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col2-sp {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col2-sp.-col4-spmin {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col2-sp.-col3-spmin {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col2-sp.-col2-spmin {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col2-sp.-col1-spmin {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col2-spmin {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.c-grid-column.-col1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col1.-col4-max {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col1.-col4-md {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col1.-col4-tab {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col1.-col4-sp {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col1.-col4-spmin {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col1.-col3-max {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col1.-col3-md {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col1.-col3-tab {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col1.-col3-sp {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col1.-col3-spmin {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col1.-col2-max {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col1.-col2-md {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col1.-col2-tab {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col1.-col2-sp {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col1.-col2-spmin {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col1.-col1-max {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col1.-col1-md {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col1.-col1-tab {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col1.-col1-sp {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col1.-col1-spmin {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1599px) {
  .c-grid-column.-col1-max {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col1-max.-col4-md {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col1-max.-col4-tab {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col1-max.-col4-sp {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col1-max.-col4-spmin {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col1-max.-col3-md {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col1-max.-col3-tab {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col1-max.-col3-sp {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col1-max.-col3-spmin {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col1-max.-col2-md {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col1-max.-col2-tab {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col1-max.-col2-sp {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col1-max.-col2-spmin {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col1-max.-col1-md {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col1-max.-col1-tab {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col1-max.-col1-sp {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col1-max.-col1-spmin {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1299px) {
  .c-grid-column.-col1-md {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col1-md.-col4-tab {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col1-md.-col4-sp {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col1-md.-col4-spmin {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col1-md.-col3-tab {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col1-md.-col3-sp {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col1-md.-col3-spmin {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col1-md.-col2-tab {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col1-md.-col2-sp {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col1-md.-col2-spmin {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col1-md.-col1-tab {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col1-md.-col1-sp {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col1-md.-col1-spmin {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .c-grid-column.-col1-tab {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col1-tab.-col4-sp {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col1-tab.-col4-spmin {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col1-tab.-col3-sp {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col1-tab.-col3-spmin {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col1-tab.-col2-sp {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col1-tab.-col2-spmin {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col1-tab.-col1-sp {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col1-tab.-col1-spmin {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-column.-col1-sp {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col1-sp.-col4-spmin {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col1-sp.-col3-spmin {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col1-sp.-col2-spmin {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col1-sp.-col1-spmin {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 567px) {
  .c-grid-column.-col1-spmin {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.c-button-primary a,
.c-button-primary button {
  position: relative;
  display: grid;
  place-items: center;
  background: #ff79af;
  color: #fff;
  min-height: min(1.1428571429vw + 55.7142857143px, 74px);
  border-radius: min(0.5714285714vw + 27.8571428571px, 37px);
  width: min(100%, min(6.5306122449vw + 275.5102040816px, 380px));
  transition: 0.5s ease;
  cursor: pointer;
}
.c-button-primary.-purple a,
.c-button-primary.-purple button {
  background: #71596d;
  color: #fff;
}
.c-button-primary.-shadow a,
.c-button-primary.-shadow button {
  box-shadow: 5px 5px 0 #e0e0e0;
}
@media (any-hover: hover) {
  .c-button-primary.-shadow a:hover,
  .c-button-primary.-shadow button:hover {
    box-shadow: 0 0 0 #e0e0e0;
  }
}
.c-button-primary.-end a,
.c-button-primary.-end button {
  background-color: #b8b7bd;
  pointer-events: none;
}
.c-button-primary.-border a,
.c-button-primary.-border button {
  border: 1px solid #fff;
  background-color: transparent;
}
@media (any-hover: hover) {
  .c-button-primary.-border a:hover,
  .c-button-primary.-border button:hover {
    background-color: #fff;
    color: #33303e;
  }
}
.c-button-primary.-center a,
.c-button-primary.-center button {
  margin-inline: auto;
}
.c-button-primary.-pink-dark a,
.c-button-primary.-pink-dark button {
  background-color: #ef88da;
}
.c-button-primary .c-icon {
  position: absolute;
  top: 50%;
  right: min(2.0408163265vw + 17.3469387755px, 50px);
  translate: 0 -50%;
}

@media (any-hover: hover) {
  a:hover .c-button-primary.-shadow button {
    box-shadow: 0 0 0 #e0e0e0;
  }
}

.c-work-shop {
  position: relative;
  padding: min(8.1632653061vw + 69.387755102px, 200px) 0 min(6.2857142857vw + 46.4285714286px, 147px);
  background-color: #f0f0f1;
  background-color: #ff9fc6;
  color: #fff;
}
.c-work-shop.-index {
  background-color: #f0f0f1;
  color: #33303e;
}
.c-work-shop__circle {
  position: absolute;
  top: 0;
  left: 0;
  rotate: 180deg;
}
.c-work-shop__item {
  position: relative;
  background-color: #fff;
  box-shadow: 10px 10px 0 #e2e2e2;
  transition: 0.5s ease;
  color: #33303e;
}
@media only screen and (max-width: 767px) {
  .c-work-shop__item {
    flex-direction: column;
  }
}
.c-work-shop__item__inner {
  position: relative;
  padding: min(1.2244897959vw + 20.4081632653px, 40px) min(1.6326530612vw + 13.8775510204px, 40px);
  gap: min(2.0408163265vw + 22.3469387755px, 55px);
}
@media only screen and (max-width: 1023px) {
  .c-work-shop__item__inner {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}
.c-work-shop__item + .c-work-shop__item {
  margin-top: min(1.6326530612vw + 53.8775510204px, 80px);
}
.c-work-shop__item__image {
  max-width: 420px;
  flex-shrink: 0;
}
.c-work-shop__item__body {
  max-width: 665px;
  width: 100%;
}
.c-work-shop__item__body .c-text08 {
  font-weight: 700;
}
.c-work-shop__limited__tag {
  background-color: #33303e;
  color: #fff;
  padding: 0.2em 1em 0.3em;
  margin-right: min(0.8163265306vw + 6.9387755102px, 20px);
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .c-work-shop__limited__tag {
    margin-bottom: 0.5em;
  }
}
.c-work-shop__fixed__item {
  position: relative;
}
.c-work-shop__fixed__box {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: #33303e;
  opacity: 0;
}
.c-work-shop__textarea {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  color: #fff;
  text-align: center;
}
.c-work-shop__data {
  position: absolute;
  top: max(-1.2244897959vw + -30.4081632653px, -50px);
  left: max(-0.4081632653vw + -3.4693877551px, -10px);
  min-width: min(7.3469387755vw + 62.4489795918px, 180px);
  min-height: min(6.1224489796vw + 52.0408163265px, 150px);
  max-width: min(7.3469387755vw + 62.4489795918px, 180px);
  max-height: min(6.1224489796vw + 52.0408163265px, 150px);
  z-index: 2;
  color: #71596d;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: min(2.0408163265vw + 1.0841836735rem, 3.125rem);
  letter-spacing: 0.1em;
}
.c-work-shop__data__border {
  position: absolute;
  top: 56%;
  left: 47%;
  translate: -50% -50%;
}
.c-work-shop__data__border svg {
  width: min(8.9795918367vw + 76.3265306122px, 220px);
  height: min(8.1632653061vw + 69.387755102px, 200px);
}
.c-work-shop__data small {
  font-size: min(1.2244897959vw + 0.6505102041rem, 1.875rem);
}
.c-work-shop__data__day {
  font-size: min(0.4897959184vw + 0.5102040816rem, 1rem);
}
.c-work-shop__data::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(25% 0%, 74% 0, 100% 51%, 75% 100%, 25% 100%, 0 50%);
  background-color: #fff5b7;
  rotate: 25deg;
  z-index: -1;
}
.-index .c-work-shop__data {
  color: #fff;
}
.-index .c-work-shop__data::before {
  background-color: #ff9fc6;
}

.c-work-shop_caption {
  font-size: min(0.2448979592vw + 0.6301020408rem, 0.875rem);
}

.c-work-shop__fixed {
  position: sticky;
  top: 0;
}

.c-work-shop__fixed__image {
  width: 100vw;
  height: 100vh;
}
.c-work-shop__fixed__image figure {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  scale: calc(var(--scene3, 0) * 0.5 + 1);
  width: 100%;
  height: 100%;
  padding: min(2.4489795918vw + 20.8163265306px, 60px);
}
@media only screen and (max-width: 767px) {
  .c-work-shop__fixed__image figure {
    aspect-ratio: 355/430;
    scale: calc(var(--scene3, 0) * 1 + 1);
    height: 60%;
  }
}
.c-work-shop__fixed__image figure img {
  object-position: 48% 52%;
}
.c-work-shop__fixed__image img {
  width: 100%;
  height: 100%;
}

.c-work-shop_star {
  position: absolute;
}
.c-work-shop_star svg {
  width: 100%;
  height: auto;
}
.c-work-shop_star svg path {
  fill: #fff;
}
.c-work-shop_star.-index svg path {
  fill: #33303e;
}
@media only screen and (max-width: 767px) {
  .c-work-shop_star {
    display: none;
  }
}
.c-work-shop_star.-item01 {
  top: min(6.1224489796vw + 52.0408163265px, 150px);
  width: min(13.0612244898vw + 111.0204081633px, 320px);
  left: min(3.2653061224vw + 7.7551020408px, 60px);
}
.c-work-shop_star.-item02 {
  top: min(6.1224489796vw + 52.0408163265px, 150px);
  width: min(13.0612244898vw + 111.0204081633px, 320px);
  right: 0;
}

.c-work-shop_star-sp {
  position: absolute;
  display: none;
}
@media only screen and (max-width: 767px) {
  .c-work-shop_star-sp {
    display: block;
  }
}
.c-work-shop_star-sp svg {
  width: 100%;
  height: auto;
}
.c-work-shop_star-sp svg path {
  fill: #fff;
}
.c-work-shop_star-sp.-index svg path {
  fill: #33303e;
}
.c-work-shop_star-sp.-item01 {
  width: min(26.9387755102vw + 228.9795918367px, 660px);
  top: min(4.0816326531vw + 34.693877551px, 100px);
  left: 50%;
  translate: -50% 0;
}

.c-work-shop_obj {
  position: absolute;
  animation: yurayura 4s ease-in-out infinite;
}
.c-work-shop_obj.-item01 {
  width: min(3.2653061224vw + 27.7551020408px, 80px);
  top: min(8.1632653061vw + 69.387755102px, 200px);
  left: min(8.1632653061vw + 69.387755102px, 200px);
  animation: yurayura02 4s ease-in-out infinite;
}
.c-work-shop_obj.-item02 {
  width: min(8.1632653061vw + 69.387755102px, 200px);
  top: min(9.7959183673vw + 63.2653061224px, 220px);
  left: max(-3.2653061224vw + -27.7551020408px, -80px);
}
.c-work-shop_obj.-item03 {
  width: min(10.2040816327vw + 86.7346938776px, 250px);
  top: min(1.6326530612vw + 13.8775510204px, 40px);
  right: max(-3.2653061224vw + -27.7551020408px, -80px);
  animation: yurayura04 4s ease-in-out infinite;
}

.c-section-title-primary {
  position: relative;
  font-size: min(1.5510204082vw + 1.0114795918rem, 2.5625rem);
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  width: fit-content;
  margin-inline: auto;
  z-index: 3;
}
.c-section-title-primary.-black {
  color: #33303e;
}
.c-section-title-primary.-white {
  color: #fff;
}
.c-section-title-primary__en {
  position: absolute;
  top: max(-1.6326530612vw + -73.8775510204px, -100px);
  left: 50%;
  translate: -50% 0;
  font-size: min(7.3469387755vw + 2.6530612245rem, 10rem);
  font-family: "Kodchasan", sans-serif;
  font-weight: 700;
  display: block;
  white-space: nowrap;
  text-transform: uppercase;
  z-index: 0;
}
.c-section-title-primary__en.-pink {
  color: rgba(246, 178, 234, 0.1);
}
.c-section-title-primary__en.-white {
  color: rgba(255, 255, 255, 0.1);
}
.c-section-title-primary__badge {
  position: absolute;
  top: 50%;
  left: max(-2.0408163265vw + -87.3469387755px, -120px);
  translate: 0 -50%;
  width: min(2.0408163265vw + 67.3469387755px, 100px);
  height: min(2.0408163265vw + 67.3469387755px, 100px);
}
@media only screen and (max-width: 767px) {
  .c-section-title-primary__badge {
    position: static;
    translate: 0 0;
    margin: 0 auto min(0.9795918367vw + 8.3265306122px, 24px);
  }
}

.c-solution {
  position: relative;
  background-color: #ff9fc6;
  padding: min(9.7959183673vw + 83.2653061224px, 240px) 0;
}
.c-solution .c-text05 {
  color: #fff;
}

.c-solution_star {
  position: absolute;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .c-solution_star {
    display: none;
  }
}
.c-solution_star.-item01 {
  width: min(2.2040816327vw + 16.7346938776px, 52px);
  top: min(24.4897959184vw + 208.1632653061px, 600px);
  left: min(1.2244897959vw + 10.4081632653px, 30px);
}
.c-solution_star.-item02 {
  width: min(12.2448979592vw + 104.0816326531px, 300px);
  top: min(9.7959183673vw + 83.2653061224px, 240px);
  right: min(3.1836734694vw + 24.0612244898px, 75px);
}
.c-solution_star.-item03 {
  width: min(2.2040816327vw + 16.7346938776px, 52px);
  top: min(32.5714285714vw + 237.8571428571px, 759px);
  right: min(20.4081632653vw + 173.4693877551px, 500px);
}
.c-solution_star.-item04 {
  width: min(10.5306122449vw + 85.5102040816px, 254px);
  bottom: min(12.2448979592vw + 104.0816326531px, 300px);
  left: min(3.1836734694vw + 23.0612244898px, 74px);
}
.c-solution_star.-item05 {
  width: min(5.0612244898vw + 41.0204081633px, 122px);
  bottom: min(13.8775510204vw + 107.9591836735px, 330px);
  right: min(3.1836734694vw + 23.0612244898px, 74px);
}
.c-solution_star.-item06 {
  width: min(3.6734693878vw + 26.2244897959px, 85px);
  bottom: min(4.0816326531vw + 34.693877551px, 100px);
  right: min(10.612244898vw + 90.2040816327px, 260px);
}

.c-solution_star-sp {
  position: absolute;
  z-index: 2;
  display: none;
}
@media only screen and (max-width: 767px) {
  .c-solution_star-sp {
    display: block;
  }
}
.c-solution_star-sp.-item01 {
  width: min(19.3469387755vw + 290.4489795918px, 600px);
  top: max(-6.5306122449vw + 284.4897959184px, 180px);
  right: max(-0.8163265306vw + -6.9387755102px, -20px);
}
.c-solution_star-sp.-item02 {
  width: min(0.8163265306vw + 26.9387755102px, 40px);
  top: max(-4.0816326531vw + -34.693877551px, -100px);
  right: min(2.4489795918vw + 20.8163265306px, 60px);
}
.c-solution_star-sp.-item03 {
  width: min(3.2653061224vw + 67.7551020408px, 120px);
  bottom: 0;
  left: min(4.0816326531vw + -115.306122449px, -50px);
}
.c-solution_star-sp.-item04 {
  width: min(0.8163265306vw + 26.9387755102px, 40px);
  top: min(4.8979591837vw + 41.6326530612px, 120px);
  right: max(-7.3469387755vw + -62.4489795918px, -180px);
}
.c-solution_star-sp.-item05 {
  width: min(3.2653061224vw + 67.7551020408px, 120px);
  bottom: min(2.4489795918vw + 20.8163265306px, 60px);
  left: max(-6.5306122449vw + -75.5102040816px, -180px);
}
.c-solution_star-sp.-item06 {
  width: min(4.0816326531vw + 34.693877551px, 100px);
  top: min(7.3469387755vw + 62.4489795918px, 180px);
  right: max(-7.3469387755vw + -62.4489795918px, -180px);
}

.c-solution_border {
  position: absolute;
  pointer-events: none;
}
.c-solution_border.-item01 {
  width: min(44.8979591837vw + 331.6326530612px, 1050px);
  top: min(3.6734693878vw + 61.2244897959px, 120px);
  left: max(-2.0408163265vw + -17.3469387755px, -50px);
}
.c-solution_border.-item02 {
  width: min(55.1836734694vw + 293.0612244898px, 1176px);
  top: min(20.4081632653vw + 223.4693877551px, 550px);
  right: max(-2.4489795918vw + -35.8163265306px, -75px);
  z-index: 2;
}
.c-solution_border.-item03 {
  width: min(44.8979591837vw + 331.6326530612px, 1050px);
  bottom: max(-0.8163265306vw + -6.9387755102px, -20px);
  right: max(-5.7142857143vw + -48.5714285714px, -140px);
}

.c-solution_list.-index {
  gap: 60px;
}
.c-solution_list.-index .c-solution_list__item {
  width: calc(33.3333333333% - 40px);
}
@media only screen and (max-width: 767px) {
  .c-solution_list.-index .c-solution_list__item {
    width: min(18.3673469388vw + 166.1224489796px, 460px);
  }
}
@media only screen and (max-width: 767px) {
  .c-solution_list.-index .c-solution_list__item:nth-of-type(even) {
    margin-left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .c-solution_list.-index .c-solution_list__item:nth-of-type(odd) {
    margin-right: auto;
  }
}
.c-solution_list.-index .c-solution_list__item:nth-child(2), .c-solution_list.-index .c-solution_list__item:nth-child(5) {
  margin-top: min(1.6326530612vw + 23.8775510204px, 50px);
}
@media only screen and (max-width: 767px) {
  .c-solution_list.-index .c-solution_list__item:nth-child(2), .c-solution_list.-index .c-solution_list__item:nth-child(5) {
    margin-top: 0;
  }
}
.c-solution_list.-index .c-solution_list__item:nth-child(3) {
  margin-top: min(3.2653061224vw + 47.7551020408px, 100px);
}
@media only screen and (max-width: 767px) {
  .c-solution_list.-index .c-solution_list__item:nth-child(3) {
    margin-top: 0;
  }
}
.c-solution_list.-points {
  gap: min(3.6734693878vw + 31.2244897959px, 90px) min(2.4489795918vw + 20.8163265306px, 60px);
}
.c-solution_list.-points .c-solution_list__item {
  margin-top: 0;
}
.c-solution_list__item {
  position: relative;
}
.c-solution_list__item__image {
  position: relative;
  overflow: clip;
}
.c-solution_list__item__image::before {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: 0 0 30px #ff9fc6 inset;
}
.c-solution_list__item__image img {
  aspect-ratio: 1/1;
}
.c-solution_list__item__button {
  color: #fff;
}
.c-solution_list__item__button.-black {
  color: #33303e;
}
.c-solution_list__item__button button {
  display: flex;
  align-items: center;
  font-size: min(0.7346938776vw + 12.2448979592px, 24px);
  gap: min(0.5714285714vw + 7.8571428571px, 17px);
}
.c-solution_list__item__button button .c-icon {
  color: #ff9fc6;
  min-width: 65px;
  min-height: 56px;
  max-width: 65px;
  max-height: 56px;
  display: grid;
  place-items: center;
  position: relative;
  transition: 0.5s ease;
}
.c-solution_list__item__button button .c-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(25% 0%, 74% 0, 100% 51%, 75% 100%, 25% 100%, 0 50%);
  background-color: #e5fffc;
  rotate: 25deg;
  transition: 0.5s ease;
}
.c-solution_list__item__button button .c-icon svg {
  position: relative;
}
@media (any-hover: hover) {
  .c-solution_list__item__link:hover .c-solution_list__item__button .c-icon {
    color: #fff;
  }
  .c-solution_list__item__link:hover .c-solution_list__item__button .c-icon::before {
    background-color: #ef88da;
  }
}

.c-solution_obj {
  position: absolute;
  animation: yurayura 4s ease-in-out infinite;
  z-index: 1;
  display: none;
}
.c-solution_obj.-item01 {
  width: min(2.0408163265vw + 62.3469387755px, 95px);
  top: min(11.4285714286vw + 257.1428571429px, 440px);
  left: min(4.8979591837vw + -38.3673469388px, 40px);
  rotate: 160deg;
}
.c-solution_obj.-item02 {
  width: min(4.4897959184vw + 23.1632653061px, 95px);
  bottom: min(3.2653061224vw + 27.7551020408px, 80px);
  left: min(5.5510204082vw + 49.1836734694px, 138px);
}
@media only screen and (max-width: 767px) {
  .c-solution_obj.-item02 {
    display: none;
  }
}
.c-solution_obj.-item03 {
  width: min(2.4489795918vw + 20.8163265306px, 60px);
  bottom: min(10.2040816327vw + 86.7346938776px, 250px);
  left: min(8.1632653061vw + 69.387755102px, 200px);
}
@media only screen and (max-width: 767px) {
  .c-solution_obj.-item03 {
    display: none;
  }
}
.c-solution_obj.-item04 {
  width: min(4.0816326531vw + 34.693877551px, 100px);
  top: min(14.2857142857vw + 121.4285714286px, 350px);
  right: min(4.0816326531vw + 34.693877551px, 100px);
}
@media only screen and (max-width: 767px) {
  .c-solution_obj.-item04 {
    display: none;
  }
}
.c-solution_obj.-item05 {
  width: min(0.8163265306vw + 36.9387755102px, 50px);
  top: min(6.5306122449vw + 275.5102040816px, 380px);
  left: min(4.0816326531vw + 34.693877551px, 100px);
}
.c-solution_obj.-item06 {
  width: min(3.6734693878vw + 31.2244897959px, 90px);
  top: min(32.6530612245vw + 277.5510204082px, 800px);
  right: 0;
}
@media only screen and (max-width: 767px) {
  .c-solution_obj.-item06 {
    display: none;
  }
}
.c-solution_obj.-item07 {
  width: min(2.0408163265vw + 17.3469387755px, 50px);
  bottom: min(1.6326530612vw + 13.8775510204px, 40px);
  right: min(4.8979591837vw + 41.6326530612px, 120px);
}
@media only screen and (max-width: 767px) {
  .c-solution_obj.-item07 {
    display: none;
  }
}

.c-news {
  position: relative;
  z-index: 2;
}

.c-news_inner {
  position: relative;
  background-color: #33303e;
  padding: min(6.5306122449vw + 75.5102040816px, 180px) 0 min(1.6326530612vw + 153.8775510204px, 180px);
  margin-inline: min(1.2244897959vw + 0.3380102041rem, 1.5625rem);
  color: #fff;
  overflow: clip;
}

.c-news_list {
  transform-style: preserve-3d;
}
.c-news_list.-grid03 {
  margin-top: min(2.0408163265vw + 17.3469387755px, 50px);
  grid-template-columns: repeat(3, 1fr);
  gap: min(4.4897959184vw + 3.1632653061px, 75px);
}
@media only screen and (max-width: 1023px) {
  .c-news_list.-grid03 {
    grid-template-columns: repeat(2, 1fr);
    margin-top: min(4.0816326531vw + 34.693877551px, 100px);
  }
}
@media only screen and (max-width: 767px) {
  .c-news_list.-grid03 {
    grid-template-columns: 1fr;
    gap: min(0.8163265306vw + 76.9387755102px, 90px);
  }
}
.c-news_list__item.-end > a {
  pointer-events: none;
}
.c-news_list__item:nth-of-type(2) {
  transition-delay: 0.4s;
}
.c-news_list__item:nth-of-type(3) {
  transition-delay: 0.6s;
}
.c-news_list__item .c-text07 {
  font-weight: 700;
}
.c-news_list__item li {
  gap: min(0.4081632653vw + 3.4693877551px, 10px);
  display: flex;
  min-width: min(1.6326530612vw + 73.8775510204px, 100px);
}
.c-news_list__item li .c-icon {
  color: #ff9fc6;
}
.c-news_list__item__image img {
  aspect-ratio: 380/260;
}
.c-news_list__sub {
  gap: 0 calc(2.9387755102vw + -1.0204081633px);
}
.c-news_list__office a {
  color: #e8ffc3;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .c-news_list__office a:hover {
    text-decoration: none;
  }
}
.c-news_list + .c-button-primary {
  margin-top: min(1.6326530612vw + 13.8775510204px, 40px);
}
@media only screen and (max-width: 767px) {
  .c-news_list + .c-button-primary {
    margin-top: min(1.6326530612vw + 33.8775510204px, 60px);
  }
}

.c-news_star {
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .c-news_star {
    display: none;
  }
}
.c-news_star.-item01 {
  width: min(9.387755102vw + 79.7959183673px, 230px);
  top: min(6.5306122449vw + 55.5102040816px, 160px);
  left: min(2.4489795918vw + 20.8163265306px, 60px);
}
.c-news_star.-item02 {
  width: min(13.306122449vw + 113.1020408163px, 326px);
  top: min(4.8979591837vw + 41.6326530612px, 120px);
  right: min(6.1224489796vw + 52.0408163265px, 150px);
}
.c-news_star.-item03 {
  width: min(3.9183673469vw + 30.306122449px, 93px);
  bottom: min(6.9387755102vw + 53.9795918367px, 165px);
  left: min(4.0816326531vw + 34.693877551px, 100px);
}
.c-news_star.-item04 {
  width: min(2.2040816327vw + 16.7346938776px, 52px);
  bottom: min(5.7142857143vw + 48.5714285714px, 140px);
  left: min(20.4081632653vw + 173.4693877551px, 500px);
}
.c-news_star.-item05 {
  width: min(11.4285714286vw + 97.1428571429px, 280px);
  bottom: min(6.5306122449vw + 55.5102040816px, 160px);
  right: min(4.0816326531vw + 34.693877551px, 100px);
}

.c-news_star-sp {
  position: absolute;
  display: none;
  left: 50%;
  translate: -50% 0;
  width: min(24.4897959184vw + 208.1632653061px, 600px);
  z-index: 2;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .c-news_star-sp {
    display: block;
  }
}
.c-news_star-sp.-item01 {
  top: max(-1.2244897959vw + -10.4081632653px, -30px);
}
.c-news_star-sp.-item02 {
  bottom: min(1.6326530612vw + 13.8775510204px, 40px);
}

@keyframes shine {
  0% {
    filter: drop-shadow(0 0 7px #fff) drop-shadow(0 0 7px #fff);
  }
  50% {
    filter: drop-shadow(0 0 2px #fff) drop-shadow(0 0 2px #fff);
  }
  100% {
    filter: drop-shadow(0 0 7px #fff) drop-shadow(0 0 7px #fff);
  }
}
.c-news_obj {
  position: absolute;
  z-index: 2;
  animation: yurayura 4s ease-in-out infinite;
}
.c-news_obj.-item01 {
  width: min(8.1632653061vw + 69.387755102px, 200px);
  top: min(4.0816326531vw + -65.306122449px, 0px);
  left: min(1.6326530612vw + 13.8775510204px, 40px);
}
.c-news_obj.-item02 {
  width: min(12.2448979592vw + 104.0816326531px, 300px);
  top: min(1.6326530612vw + 13.8775510204px, 40px);
  right: max(-0.8163265306vw + -6.9387755102px, -20px);
  animation: yurayura02 4s ease-in-out infinite;
}
.c-news_obj.-item03 {
  width: min(16.3265306122vw + 138.7755102041px, 400px);
  bottom: max(-4.8979591837vw + -41.6326530612px, -120px);
  left: min(8.1632653061vw + 69.387755102px, 200px);
  animation: yurayura03 4s ease-in-out infinite;
}
@media only screen and (max-width: 767px) {
  .c-news_obj.-item03 {
    left: unset;
    right: min(0.8163265306vw + -33.0612244898px, -20px);
  }
}

.c-lower {
  position: relative;
  overflow: clip;
  background: #33303e url(../../img/lower/lower_bg_dots.png) repeat;
  height: min(35.1020408163vw + 298.3673469388px, 860px);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: min(14.2857142857vw + 121.4285714286px, 350px);
  width: 100%;
}
.c-lower__obj {
  position: absolute;
  pointer-events: none;
}
.c-lower__obj.-item01 {
  top: 48%;
  left: 12%;
  z-index: 11;
  animation: yurayura 4s ease-in-out infinite;
}
@media only screen and (max-width: 1023px) {
  .c-lower__obj.-item01 {
    width: 15%;
    top: 55%;
  }
}
.c-lower__obj.-item02 {
  top: 23%;
  right: 12%;
  z-index: 11;
  animation: yurayura02 4s ease-in-out infinite;
}
@media only screen and (max-width: 1023px) {
  .c-lower__obj.-item02 {
    width: 14%;
    top: 20%;
  }
}
.c-lower__obj.-item03 {
  top: 36%;
  right: -1%;
  z-index: 11;
  animation: yurayura03 4s ease-in-out infinite;
}
@media only screen and (max-width: 1023px) {
  .c-lower__obj.-item03 {
    width: 22%;
    top: 55%;
    right: 12%;
  }
}
.c-lower__obj.-item04 {
  top: 15%;
  left: -15%;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .c-lower__obj.-item04 {
    width: 45%;
    top: 65%;
  }
}
.c-lower__obj.-item05 {
  top: 5%;
  right: -22%;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .c-lower__obj.-item05 {
    width: 50%;
    top: 45%;
  }
}
.c-lower__obj.-item06 {
  top: -10%;
  left: 14%;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .c-lower__obj.-item06 {
    width: 55%;
    left: 10%;
    top: 20%;
  }
}
.c-lower__title {
  position: relative;
  width: 100%;
  z-index: 13;
}
.c-lower__title__fixed_bg {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  z-index: 10;
  width: 100%;
}
.c-lower__title__fixed_bg img {
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .c-lower__title__fixed_bg {
    display: none;
  }
}
.c-lower__title__img {
  text-align: center;
  animation: flicker03 2s infinite alternate;
  filter: drop-shadow(1px 1px 1px #fff) drop-shadow(1px 1px 1px #fff) drop-shadow(-1px -1px 1px #fff) drop-shadow(-1px -1px 1px #fff) drop-shadow(1px 1px 5px #fff) drop-shadow(-1px -1px 5px #fff);
}
@media only screen and (max-width: 1023px) {
  .c-lower__title__img {
    width: min(32.6530612245vw + 177.5510204082px, 700px);
    margin-inline: auto;
  }
}
.c-lower__title__ja {
  width: fit-content;
  margin-inline: auto;
  color: #fff;
  font-size: min(0.4081632653vw + 0.9043367347rem, 1.3125rem);
  position: relative;
}
.c-lower__title__ja::before, .c-lower__title__ja::after {
  content: "";
  position: absolute;
  top: 50%;
  width: min(1.0612244898vw + 11.0204081633px, 28px);
  height: 1px;
  background: #fff;
}
.c-lower__title__ja::before {
  left: 0;
  translate: -150% -50%;
}
.c-lower__title__ja::after {
  right: 0;
  translate: 150% -50%;
}
.c-lower__circle {
  width: min(140.4081632653vw + 1073.4693877551px, 3320px);
  aspect-ratio: 1/1;
  border-radius: 100% 100% 0 0;
  background-color: #f0f0f1;
  position: absolute;
  top: 75%;
  left: 50%;
  translate: -50% 0;
  z-index: 13;
  scale: calc((var(--scene2, 0)) + 1);
}

.c-text01 {
  font-size: res_rem_max(10px, 12px);
}
.c-text02 {
  font-size: res_rem_max(12px, 14px);
}
.c-text03, .c-text-base {
  font-size: res_rem_max(13px, 16px);
}
.c-text04 {
  font-size: res_rem_max(14px, 18px);
}
.c-text05 {
  font-size: res_rem_max(15px, 20px);
}
.c-text06 {
  font-size: res_rem_max(16px, 22px);
}
.c-text07 {
  font-size: res_rem_max(18px, 24px);
}
.c-text08 {
  font-size: res_rem_max(20px, 26px);
}
.c-text09 {
  font-size: res_rem_max(20px, 28px);
}
.c-text10 {
  font-size: res_rem_max(22px, 30px);
}
.c-text11 {
  font-size: res_rem_max(22px, 32px);
}

.u-block, .u-block_center {
  display: block;
}
.u-block_center {
  margin-left: auto;
  margin-right: auto;
}

.u-none {
  display: none;
}

.u-ib {
  display: inline-block;
}

.u-left {
  text-align: left;
}

.u-center {
  text-align: center;
}

.u-right {
  text-align: right;
}

.u-justify {
  text-align: justify;
}

.u-relative {
  position: relative;
}

.u-absolute {
  position: absolute;
}

.u-fixed {
  position: fixed;
}

.u-flex {
  display: flex;
}
.u-flex.-wrap {
  flex-wrap: wrap;
}
.u-flex.-reverse {
  flex-direction: reverse;
}
.u-flex.-inline {
  display: inline-flex;
}
.u-flex.-astart {
  align-items: flex-start;
}
.u-flex.-acenter {
  align-items: center;
}
.u-flex.-aend {
  align-items: flex-end;
}
.u-flex.-jbetween {
  justify-content: space-between;
}
.u-flex.-jaround {
  justify-content: space-around;
}
.u-flex.-jstart {
  justify-content: flex-start;
}
.u-flex.-jcenter {
  justify-content: center;
}
.u-flex.-jend {
  justify-content: flex-end;
}

.u-grid {
  display: grid;
}

.u-overflow-auto {
  overflow: auto;
}
.u-overflow-visible {
  overflow: visible;
}
.u-overflow-hidden {
  overflow: hidden;
}

.u-visibility-visible {
  visibility: visible;
}
.u-visibility-hidden {
  visibility: hidden;
}

.u-cursor-pointer {
  cursor: pointer;
}
.u-cursor-grab {
  cursor: grab;
}
.u-cursor-wait {
  cursor: wait;
}
.u-cursor-not-allowed {
  cursor: not-allowed;
}

.u-uppercase {
  text-transform: uppercase;
}

.u-capitalize {
  text-transform: capitalize;
}

.u-nowrap {
  white-space: nowrap;
}

.u-breakall {
  word-break: break-all;
}

.u-keepall {
  word-break: keep-all;
}

.u-weight-100 {
  font-weight: 100;
}
.u-weight-200 {
  font-weight: 200;
}
.u-weight-300 {
  font-weight: 300;
}
.u-weight-400 {
  font-weight: 400;
}
.u-weight-500 {
  font-weight: 500;
}
.u-weight-600 {
  font-weight: 600;
}
.u-weight-700 {
  font-weight: 700;
}
.u-weight-800 {
  font-weight: 800;
}
.u-weight-900 {
  font-weight: 900;
}

.u-color-main {
  color: #ff79af;
}
.u-color-font {
  color: #33303e;
}
.u-color-sub {
  color: #faf7ea;
}
.u-color-white {
  color: #fff;
}
.u-color-accent {
  color: #f00;
}

.u-gap-0 {
  gap: 0;
}
.u-gap-em0_25 {
  gap: 0.25em;
}
.u-gap-em0_5 {
  gap: 0.5em;
}
.u-gap-em1 {
  gap: 1em;
}
.u-gap-em2 {
  gap: 2em;
}
.u-gap-10 {
  gap: min(0.4081632653vw + 3.4693877551px, 10px);
}
.u-gap-row-10 {
  row-gap: min(0.4081632653vw + 3.4693877551px, 10px);
}
.u-gap-col-10 {
  column-gap: min(0.4081632653vw + 3.4693877551px, 10px);
}
.u-gap-20 {
  gap: min(0.8163265306vw + 6.9387755102px, 20px);
}
.u-gap-row-20 {
  row-gap: min(0.8163265306vw + 6.9387755102px, 20px);
}
.u-gap-col-20 {
  column-gap: min(0.8163265306vw + 6.9387755102px, 20px);
}
.u-gap-30 {
  gap: min(1.2244897959vw + 10.4081632653px, 30px);
}
.u-gap-row-30 {
  row-gap: min(1.2244897959vw + 10.4081632653px, 30px);
}
.u-gap-col-30 {
  column-gap: min(1.2244897959vw + 10.4081632653px, 30px);
}
.u-gap-40 {
  gap: min(1.6326530612vw + 13.8775510204px, 40px);
}
.u-gap-row-40 {
  row-gap: min(1.6326530612vw + 13.8775510204px, 40px);
}
.u-gap-col-40 {
  column-gap: min(1.6326530612vw + 13.8775510204px, 40px);
}
.u-gap-50 {
  gap: min(2.0408163265vw + 17.3469387755px, 50px);
}
.u-gap-row-50 {
  row-gap: min(2.0408163265vw + 17.3469387755px, 50px);
}
.u-gap-col-50 {
  column-gap: min(2.0408163265vw + 17.3469387755px, 50px);
}
.u-gap-60 {
  gap: min(2.4489795918vw + 20.8163265306px, 60px);
}
.u-gap-row-60 {
  row-gap: min(2.4489795918vw + 20.8163265306px, 60px);
}
.u-gap-col-60 {
  column-gap: min(2.4489795918vw + 20.8163265306px, 60px);
}
.u-gap-70 {
  gap: min(2.8571428571vw + 24.2857142857px, 70px);
}
.u-gap-row-70 {
  row-gap: min(2.8571428571vw + 24.2857142857px, 70px);
}
.u-gap-col-70 {
  column-gap: min(2.8571428571vw + 24.2857142857px, 70px);
}
.u-gap-80 {
  gap: min(3.2653061224vw + 27.7551020408px, 80px);
}
.u-gap-row-80 {
  row-gap: min(3.2653061224vw + 27.7551020408px, 80px);
}
.u-gap-col-80 {
  column-gap: min(3.2653061224vw + 27.7551020408px, 80px);
}
.u-gap-90 {
  gap: min(3.6734693878vw + 31.2244897959px, 90px);
}
.u-gap-row-90 {
  row-gap: min(3.6734693878vw + 31.2244897959px, 90px);
}
.u-gap-col-90 {
  column-gap: min(3.6734693878vw + 31.2244897959px, 90px);
}
.u-gap-100 {
  gap: min(4.0816326531vw + 34.693877551px, 100px);
}
.u-gap-row-100 {
  row-gap: min(4.0816326531vw + 34.693877551px, 100px);
}
.u-gap-col-100 {
  column-gap: min(4.0816326531vw + 34.693877551px, 100px);
}

.u-mt0 {
  margin-top: min(0vw + 0px, 0px) !important;
}

.u-mb0 {
  margin-bottom: min(0vw + 0px, 0px) !important;
}

.u-ml0 {
  margin-left: min(0vw + 0px, 0px) !important;
}

.u-mr0 {
  margin-right: min(0vw + 0px, 0px) !important;
}

.u-pt0 {
  padding-top: min(0vw + 0px, 0px) !important;
}

.u-pb0 {
  padding-bottom: min(0vw + 0px, 0px) !important;
}

.u-pl0 {
  padding-left: min(0vw + 0px, 0px) !important;
}

.u-pr0 {
  padding-right: min(0vw + 0px, 0px) !important;
}

.u-mt5 {
  margin-top: min(0.4081632653vw + 3.4693877551px, 10px) !important;
}

.u-mb5 {
  margin-bottom: min(0.4081632653vw + 3.4693877551px, 10px) !important;
}

.u-ml5 {
  margin-left: min(0.4081632653vw + 3.4693877551px, 10px) !important;
}

.u-mr5 {
  margin-right: min(0.4081632653vw + 3.4693877551px, 10px) !important;
}

.u-pt5 {
  padding-top: min(0.4081632653vw + 3.4693877551px, 10px) !important;
}

.u-pb5 {
  padding-bottom: min(0.4081632653vw + 3.4693877551px, 10px) !important;
}

.u-pl5 {
  padding-left: min(0.4081632653vw + 3.4693877551px, 10px) !important;
}

.u-pr5 {
  padding-right: min(0.4081632653vw + 3.4693877551px, 10px) !important;
}

.u-mt10 {
  margin-top: min(0.8163265306vw + 6.9387755102px, 20px) !important;
}

.u-mb10 {
  margin-bottom: min(0.8163265306vw + 6.9387755102px, 20px) !important;
}

.u-ml10 {
  margin-left: min(0.8163265306vw + 6.9387755102px, 20px) !important;
}

.u-mr10 {
  margin-right: min(0.8163265306vw + 6.9387755102px, 20px) !important;
}

.u-pt10 {
  padding-top: min(0.8163265306vw + 6.9387755102px, 20px) !important;
}

.u-pb10 {
  padding-bottom: min(0.8163265306vw + 6.9387755102px, 20px) !important;
}

.u-pl10 {
  padding-left: min(0.8163265306vw + 6.9387755102px, 20px) !important;
}

.u-pr10 {
  padding-right: min(0.8163265306vw + 6.9387755102px, 20px) !important;
}

.u-mt15 {
  margin-top: min(1.2244897959vw + 10.4081632653px, 30px) !important;
}

.u-mb15 {
  margin-bottom: min(1.2244897959vw + 10.4081632653px, 30px) !important;
}

.u-ml15 {
  margin-left: min(1.2244897959vw + 10.4081632653px, 30px) !important;
}

.u-mr15 {
  margin-right: min(1.2244897959vw + 10.4081632653px, 30px) !important;
}

.u-pt15 {
  padding-top: min(1.2244897959vw + 10.4081632653px, 30px) !important;
}

.u-pb15 {
  padding-bottom: min(1.2244897959vw + 10.4081632653px, 30px) !important;
}

.u-pl15 {
  padding-left: min(1.2244897959vw + 10.4081632653px, 30px) !important;
}

.u-pr15 {
  padding-right: min(1.2244897959vw + 10.4081632653px, 30px) !important;
}

.u-mt20 {
  margin-top: min(1.6326530612vw + 13.8775510204px, 40px) !important;
}

.u-mb20 {
  margin-bottom: min(1.6326530612vw + 13.8775510204px, 40px) !important;
}

.u-ml20 {
  margin-left: min(1.6326530612vw + 13.8775510204px, 40px) !important;
}

.u-mr20 {
  margin-right: min(1.6326530612vw + 13.8775510204px, 40px) !important;
}

.u-pt20 {
  padding-top: min(1.6326530612vw + 13.8775510204px, 40px) !important;
}

.u-pb20 {
  padding-bottom: min(1.6326530612vw + 13.8775510204px, 40px) !important;
}

.u-pl20 {
  padding-left: min(1.6326530612vw + 13.8775510204px, 40px) !important;
}

.u-pr20 {
  padding-right: min(1.6326530612vw + 13.8775510204px, 40px) !important;
}

.u-mt25 {
  margin-top: min(2.0408163265vw + 17.3469387755px, 50px) !important;
}

.u-mb25 {
  margin-bottom: min(2.0408163265vw + 17.3469387755px, 50px) !important;
}

.u-ml25 {
  margin-left: min(2.0408163265vw + 17.3469387755px, 50px) !important;
}

.u-mr25 {
  margin-right: min(2.0408163265vw + 17.3469387755px, 50px) !important;
}

.u-pt25 {
  padding-top: min(2.0408163265vw + 17.3469387755px, 50px) !important;
}

.u-pb25 {
  padding-bottom: min(2.0408163265vw + 17.3469387755px, 50px) !important;
}

.u-pl25 {
  padding-left: min(2.0408163265vw + 17.3469387755px, 50px) !important;
}

.u-pr25 {
  padding-right: min(2.0408163265vw + 17.3469387755px, 50px) !important;
}

.u-mt30 {
  margin-top: min(2.4489795918vw + 20.8163265306px, 60px) !important;
}

.u-mb30 {
  margin-bottom: min(2.4489795918vw + 20.8163265306px, 60px) !important;
}

.u-ml30 {
  margin-left: min(2.4489795918vw + 20.8163265306px, 60px) !important;
}

.u-mr30 {
  margin-right: min(2.4489795918vw + 20.8163265306px, 60px) !important;
}

.u-pt30 {
  padding-top: min(2.4489795918vw + 20.8163265306px, 60px) !important;
}

.u-pb30 {
  padding-bottom: min(2.4489795918vw + 20.8163265306px, 60px) !important;
}

.u-pl30 {
  padding-left: min(2.4489795918vw + 20.8163265306px, 60px) !important;
}

.u-pr30 {
  padding-right: min(2.4489795918vw + 20.8163265306px, 60px) !important;
}

.u-mt35 {
  margin-top: min(2.8571428571vw + 24.2857142857px, 70px) !important;
}

.u-mb35 {
  margin-bottom: min(2.8571428571vw + 24.2857142857px, 70px) !important;
}

.u-ml35 {
  margin-left: min(2.8571428571vw + 24.2857142857px, 70px) !important;
}

.u-mr35 {
  margin-right: min(2.8571428571vw + 24.2857142857px, 70px) !important;
}

.u-pt35 {
  padding-top: min(2.8571428571vw + 24.2857142857px, 70px) !important;
}

.u-pb35 {
  padding-bottom: min(2.8571428571vw + 24.2857142857px, 70px) !important;
}

.u-pl35 {
  padding-left: min(2.8571428571vw + 24.2857142857px, 70px) !important;
}

.u-pr35 {
  padding-right: min(2.8571428571vw + 24.2857142857px, 70px) !important;
}

.u-mt40 {
  margin-top: min(3.2653061224vw + 27.7551020408px, 80px) !important;
}

.u-mb40 {
  margin-bottom: min(3.2653061224vw + 27.7551020408px, 80px) !important;
}

.u-ml40 {
  margin-left: min(3.2653061224vw + 27.7551020408px, 80px) !important;
}

.u-mr40 {
  margin-right: min(3.2653061224vw + 27.7551020408px, 80px) !important;
}

.u-pt40 {
  padding-top: min(3.2653061224vw + 27.7551020408px, 80px) !important;
}

.u-pb40 {
  padding-bottom: min(3.2653061224vw + 27.7551020408px, 80px) !important;
}

.u-pl40 {
  padding-left: min(3.2653061224vw + 27.7551020408px, 80px) !important;
}

.u-pr40 {
  padding-right: min(3.2653061224vw + 27.7551020408px, 80px) !important;
}

.u-mt45 {
  margin-top: min(3.6734693878vw + 31.2244897959px, 90px) !important;
}

.u-mb45 {
  margin-bottom: min(3.6734693878vw + 31.2244897959px, 90px) !important;
}

.u-ml45 {
  margin-left: min(3.6734693878vw + 31.2244897959px, 90px) !important;
}

.u-mr45 {
  margin-right: min(3.6734693878vw + 31.2244897959px, 90px) !important;
}

.u-pt45 {
  padding-top: min(3.6734693878vw + 31.2244897959px, 90px) !important;
}

.u-pb45 {
  padding-bottom: min(3.6734693878vw + 31.2244897959px, 90px) !important;
}

.u-pl45 {
  padding-left: min(3.6734693878vw + 31.2244897959px, 90px) !important;
}

.u-pr45 {
  padding-right: min(3.6734693878vw + 31.2244897959px, 90px) !important;
}

.u-mt50 {
  margin-top: min(4.0816326531vw + 34.693877551px, 100px) !important;
}

.u-mb50 {
  margin-bottom: min(4.0816326531vw + 34.693877551px, 100px) !important;
}

.u-ml50 {
  margin-left: min(4.0816326531vw + 34.693877551px, 100px) !important;
}

.u-mr50 {
  margin-right: min(4.0816326531vw + 34.693877551px, 100px) !important;
}

.u-pt50 {
  padding-top: min(4.0816326531vw + 34.693877551px, 100px) !important;
}

.u-pb50 {
  padding-bottom: min(4.0816326531vw + 34.693877551px, 100px) !important;
}

.u-pl50 {
  padding-left: min(4.0816326531vw + 34.693877551px, 100px) !important;
}

.u-pr50 {
  padding-right: min(4.0816326531vw + 34.693877551px, 100px) !important;
}

.u-mt55 {
  margin-top: min(4.4897959184vw + 38.1632653061px, 110px) !important;
}

.u-mb55 {
  margin-bottom: min(4.4897959184vw + 38.1632653061px, 110px) !important;
}

.u-ml55 {
  margin-left: min(4.4897959184vw + 38.1632653061px, 110px) !important;
}

.u-mr55 {
  margin-right: min(4.4897959184vw + 38.1632653061px, 110px) !important;
}

.u-pt55 {
  padding-top: min(4.4897959184vw + 38.1632653061px, 110px) !important;
}

.u-pb55 {
  padding-bottom: min(4.4897959184vw + 38.1632653061px, 110px) !important;
}

.u-pl55 {
  padding-left: min(4.4897959184vw + 38.1632653061px, 110px) !important;
}

.u-pr55 {
  padding-right: min(4.4897959184vw + 38.1632653061px, 110px) !important;
}

.u-mt60 {
  margin-top: min(4.8979591837vw + 41.6326530612px, 120px) !important;
}

.u-mb60 {
  margin-bottom: min(4.8979591837vw + 41.6326530612px, 120px) !important;
}

.u-ml60 {
  margin-left: min(4.8979591837vw + 41.6326530612px, 120px) !important;
}

.u-mr60 {
  margin-right: min(4.8979591837vw + 41.6326530612px, 120px) !important;
}

.u-pt60 {
  padding-top: min(4.8979591837vw + 41.6326530612px, 120px) !important;
}

.u-pb60 {
  padding-bottom: min(4.8979591837vw + 41.6326530612px, 120px) !important;
}

.u-pl60 {
  padding-left: min(4.8979591837vw + 41.6326530612px, 120px) !important;
}

.u-pr60 {
  padding-right: min(4.8979591837vw + 41.6326530612px, 120px) !important;
}

.u-mt65 {
  margin-top: min(5.306122449vw + 45.1020408163px, 130px) !important;
}

.u-mb65 {
  margin-bottom: min(5.306122449vw + 45.1020408163px, 130px) !important;
}

.u-ml65 {
  margin-left: min(5.306122449vw + 45.1020408163px, 130px) !important;
}

.u-mr65 {
  margin-right: min(5.306122449vw + 45.1020408163px, 130px) !important;
}

.u-pt65 {
  padding-top: min(5.306122449vw + 45.1020408163px, 130px) !important;
}

.u-pb65 {
  padding-bottom: min(5.306122449vw + 45.1020408163px, 130px) !important;
}

.u-pl65 {
  padding-left: min(5.306122449vw + 45.1020408163px, 130px) !important;
}

.u-pr65 {
  padding-right: min(5.306122449vw + 45.1020408163px, 130px) !important;
}

.u-mt70 {
  margin-top: min(5.7142857143vw + 48.5714285714px, 140px) !important;
}

.u-mb70 {
  margin-bottom: min(5.7142857143vw + 48.5714285714px, 140px) !important;
}

.u-ml70 {
  margin-left: min(5.7142857143vw + 48.5714285714px, 140px) !important;
}

.u-mr70 {
  margin-right: min(5.7142857143vw + 48.5714285714px, 140px) !important;
}

.u-pt70 {
  padding-top: min(5.7142857143vw + 48.5714285714px, 140px) !important;
}

.u-pb70 {
  padding-bottom: min(5.7142857143vw + 48.5714285714px, 140px) !important;
}

.u-pl70 {
  padding-left: min(5.7142857143vw + 48.5714285714px, 140px) !important;
}

.u-pr70 {
  padding-right: min(5.7142857143vw + 48.5714285714px, 140px) !important;
}

.u-mt75 {
  margin-top: min(6.1224489796vw + 52.0408163265px, 150px) !important;
}

.u-mb75 {
  margin-bottom: min(6.1224489796vw + 52.0408163265px, 150px) !important;
}

.u-ml75 {
  margin-left: min(6.1224489796vw + 52.0408163265px, 150px) !important;
}

.u-mr75 {
  margin-right: min(6.1224489796vw + 52.0408163265px, 150px) !important;
}

.u-pt75 {
  padding-top: min(6.1224489796vw + 52.0408163265px, 150px) !important;
}

.u-pb75 {
  padding-bottom: min(6.1224489796vw + 52.0408163265px, 150px) !important;
}

.u-pl75 {
  padding-left: min(6.1224489796vw + 52.0408163265px, 150px) !important;
}

.u-pr75 {
  padding-right: min(6.1224489796vw + 52.0408163265px, 150px) !important;
}

.u-mt80 {
  margin-top: min(6.5306122449vw + 55.5102040816px, 160px) !important;
}

.u-mb80 {
  margin-bottom: min(6.5306122449vw + 55.5102040816px, 160px) !important;
}

.u-ml80 {
  margin-left: min(6.5306122449vw + 55.5102040816px, 160px) !important;
}

.u-mr80 {
  margin-right: min(6.5306122449vw + 55.5102040816px, 160px) !important;
}

.u-pt80 {
  padding-top: min(6.5306122449vw + 55.5102040816px, 160px) !important;
}

.u-pb80 {
  padding-bottom: min(6.5306122449vw + 55.5102040816px, 160px) !important;
}

.u-pl80 {
  padding-left: min(6.5306122449vw + 55.5102040816px, 160px) !important;
}

.u-pr80 {
  padding-right: min(6.5306122449vw + 55.5102040816px, 160px) !important;
}

.u-mt85 {
  margin-top: min(6.9387755102vw + 58.9795918367px, 170px) !important;
}

.u-mb85 {
  margin-bottom: min(6.9387755102vw + 58.9795918367px, 170px) !important;
}

.u-ml85 {
  margin-left: min(6.9387755102vw + 58.9795918367px, 170px) !important;
}

.u-mr85 {
  margin-right: min(6.9387755102vw + 58.9795918367px, 170px) !important;
}

.u-pt85 {
  padding-top: min(6.9387755102vw + 58.9795918367px, 170px) !important;
}

.u-pb85 {
  padding-bottom: min(6.9387755102vw + 58.9795918367px, 170px) !important;
}

.u-pl85 {
  padding-left: min(6.9387755102vw + 58.9795918367px, 170px) !important;
}

.u-pr85 {
  padding-right: min(6.9387755102vw + 58.9795918367px, 170px) !important;
}

.u-mt90 {
  margin-top: min(7.3469387755vw + 62.4489795918px, 180px) !important;
}

.u-mb90 {
  margin-bottom: min(7.3469387755vw + 62.4489795918px, 180px) !important;
}

.u-ml90 {
  margin-left: min(7.3469387755vw + 62.4489795918px, 180px) !important;
}

.u-mr90 {
  margin-right: min(7.3469387755vw + 62.4489795918px, 180px) !important;
}

.u-pt90 {
  padding-top: min(7.3469387755vw + 62.4489795918px, 180px) !important;
}

.u-pb90 {
  padding-bottom: min(7.3469387755vw + 62.4489795918px, 180px) !important;
}

.u-pl90 {
  padding-left: min(7.3469387755vw + 62.4489795918px, 180px) !important;
}

.u-pr90 {
  padding-right: min(7.3469387755vw + 62.4489795918px, 180px) !important;
}

.u-mt95 {
  margin-top: min(7.7551020408vw + 65.9183673469px, 190px) !important;
}

.u-mb95 {
  margin-bottom: min(7.7551020408vw + 65.9183673469px, 190px) !important;
}

.u-ml95 {
  margin-left: min(7.7551020408vw + 65.9183673469px, 190px) !important;
}

.u-mr95 {
  margin-right: min(7.7551020408vw + 65.9183673469px, 190px) !important;
}

.u-pt95 {
  padding-top: min(7.7551020408vw + 65.9183673469px, 190px) !important;
}

.u-pb95 {
  padding-bottom: min(7.7551020408vw + 65.9183673469px, 190px) !important;
}

.u-pl95 {
  padding-left: min(7.7551020408vw + 65.9183673469px, 190px) !important;
}

.u-pr95 {
  padding-right: min(7.7551020408vw + 65.9183673469px, 190px) !important;
}

.u-mt100 {
  margin-top: min(8.1632653061vw + 69.387755102px, 200px) !important;
}

.u-mb100 {
  margin-bottom: min(8.1632653061vw + 69.387755102px, 200px) !important;
}

.u-ml100 {
  margin-left: min(8.1632653061vw + 69.387755102px, 200px) !important;
}

.u-mr100 {
  margin-right: min(8.1632653061vw + 69.387755102px, 200px) !important;
}

.u-pt100 {
  padding-top: min(8.1632653061vw + 69.387755102px, 200px) !important;
}

.u-pb100 {
  padding-bottom: min(8.1632653061vw + 69.387755102px, 200px) !important;
}

.u-pl100 {
  padding-left: min(8.1632653061vw + 69.387755102px, 200px) !important;
}

.u-pr100 {
  padding-right: min(8.1632653061vw + 69.387755102px, 200px) !important;
}

.u-visible {
  display: block;
}
@media only screen and (max-width: 1599px) {
  .u-visible-max {
    display: none !important;
  }
}
@media only screen and (max-width: 1299px) {
  .u-visible-md {
    display: none !important;
  }
}
@media only screen and (max-width: 1023px) {
  .u-visible-tab {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .u-visible-sp {
    display: none !important;
  }
}
@media only screen and (max-width: 567px) {
  .u-visible-spmin {
    display: none !important;
  }
}
@media only screen and (max-width: 374px) {
  .u-visible-min {
    display: none !important;
  }
}

.u-hidden {
  display: none;
}
.u-hidden-max {
  display: none !important;
}
@media only screen and (max-width: 1599px) {
  .u-hidden-max {
    display: block !important;
  }
  .u-hidden-max.-f {
    display: flex !important;
  }
  .u-hidden-max.-i {
    display: inline !important;
  }
  .u-hidden-max.-ib {
    display: inline-block !important;
  }
}
.u-hidden-md {
  display: none !important;
}
@media only screen and (max-width: 1299px) {
  .u-hidden-md {
    display: block !important;
  }
  .u-hidden-md.-f {
    display: flex !important;
  }
  .u-hidden-md.-i {
    display: inline !important;
  }
  .u-hidden-md.-ib {
    display: inline-block !important;
  }
}
.u-hidden-tab {
  display: none !important;
}
@media only screen and (max-width: 1023px) {
  .u-hidden-tab {
    display: block !important;
  }
  .u-hidden-tab.-f {
    display: flex !important;
  }
  .u-hidden-tab.-i {
    display: inline !important;
  }
  .u-hidden-tab.-ib {
    display: inline-block !important;
  }
}
.u-hidden-sp {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .u-hidden-sp {
    display: block !important;
  }
  .u-hidden-sp.-f {
    display: flex !important;
  }
  .u-hidden-sp.-i {
    display: inline !important;
  }
  .u-hidden-sp.-ib {
    display: inline-block !important;
  }
}
.u-hidden-spmin {
  display: none !important;
}
@media only screen and (max-width: 567px) {
  .u-hidden-spmin {
    display: block !important;
  }
  .u-hidden-spmin.-f {
    display: flex !important;
  }
  .u-hidden-spmin.-i {
    display: inline !important;
  }
  .u-hidden-spmin.-ib {
    display: inline-block !important;
  }
}
.u-hidden-min {
  display: none !important;
}
@media only screen and (max-width: 374px) {
  .u-hidden-min {
    display: block !important;
  }
  .u-hidden-min.-f {
    display: flex !important;
  }
  .u-hidden-min.-i {
    display: inline !important;
  }
  .u-hidden-min.-ib {
    display: inline-block !important;
  }
}

.p-index_fixed_bg {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 10;
}
.p-index_fixed_bg img {
  width: 100%;
  height: 100%;
}

/* トップページ */
.p-index_kv {
  position: relative;
  background-color: #33303e;
  overflow: clip;
}
.p-index_kv__inner {
  position: sticky;
  top: 0;
  height: 100vh;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-end;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .p-index_kv__inner {
    grid-template-columns: 1fr;
  }
}
.p-index_kv__obj {
  position: absolute;
  animation: yurayura 4s ease-in-out infinite;
}
.p-index_kv__obj.-item01 {
  top: max(-6.5306122449vw + 4.4897959184px, -100px);
  left: min(22.8571428571vw + -65.7142857143px, 300px);
  width: min(28.5714285714vw + 192.8571428571px, 650px);
}
@media only screen and (max-width: 767px) {
  .p-index_kv__obj.-item01 {
    filter: blur(5px);
  }
}
.p-index_kv__obj.-item02 {
  width: min(42.4489795918vw + 120.8163265306px, 800px);
  top: min(12.2448979592vw + 154.0816326531px, 350px);
  left: max(-13.8775510204vw + -27.9591836735px, -250px);
  animation: yurayura02 4s ease-in-out infinite;
}
@media only screen and (max-width: 767px) {
  .p-index_kv__obj.-item02 {
    filter: blur(5px);
  }
}
.p-index_kv__obj.-item03 {
  top: max(-6.5306122449vw + 4.4897959184px, -100px);
  right: max(-12.2448979592vw + -104.0816326531px, -300px);
  width: min(32.6530612245vw + 277.5510204082px, 800px);
  animation: yurayura03 4s ease-in-out infinite;
}
.p-index_kv__obj.-item04 {
  top: max(-12.2448979592vw + 35.9183673469px, -160px);
  left: min(43.2653061224vw + -92.2448979592px, 600px);
  width: min(25.306122449vw + 55.1020408163px, 460px);
  z-index: 1;
  animation: yurayura02 4s ease-in-out infinite;
}
.p-index_kv__obj.-item05 {
  top: min(8.9795918367vw + 106.3265306122px, 250px);
  left: min(26.1224489796vw + -57.9591836735px, 360px);
  width: min(4.8979591837vw + 41.6326530612px, 120px);
  z-index: 1;
  animation: yurayura04 8s ease-in-out infinite;
}
.p-index_kv__obj.-item06 {
  top: min(20.4081632653vw + 173.4693877551px, 500px);
  right: min(8.9795918367vw + -73.6734693878px, 70px);
  width: min(8.1632653061vw + 69.387755102px, 200px);
  z-index: 10;
}
.p-index_kv__copy {
  position: relative;
  height: 100%;
  color: #fff;
  font-size: min(0.1632653061vw + 1.0867346939rem, 1.25rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: min(4.0816326531vw + 24.693877551px, 90px);
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .p-index_kv__copy {
    order: 1;
    padding: 0 min(1.7959183673vw + 15.2653061224px, 44px);
  }
}
.p-index_kv__copy__inner {
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .p-index_kv__copy__inner {
    width: fit-content;
    margin-inline: auto;
  }
}
.p-index_kv__copy__sound {
  position: absolute;
  bottom: max(-2.8571428571vw + -24.2857142857px, -70px);
  right: max(-3.2653061224vw + -27.7551020408px, -80px);
  z-index: -1;
}
.p-index_kv__copy__note {
  margin-top: min(0.8163265306vw + 6.9387755102px, 20px);
}
.p-index_kv__copy__image {
  animation: flicker03 1.5s infinite alternate;
}
.p-index_kv__bg {
  position: absolute;
  inset: 0;
}
@media only screen and (max-width: 767px) {
  .p-index_kv__bg {
    width: 120%;
    top: 0;
    left: 50%;
    translate: -50% 0;
  }
}
.p-index_kv__bg img {
  width: 100%;
}
.p-index_kv__circle {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% 0%;
  background-color: #ff9fc6;
  border-radius: 100% 100% 0 0;
  margin-inline: auto;
  width: 100lvmax;
  aspect-ratio: 1/1;
  scale: calc(var(--scene2, 0) + 1);
}
@media only screen and (max-width: 1023px) {
  .p-index_kv__circle {
    scale: calc(var(--scene2, 0) + 1.5);
  }
}
.p-index_kv__intro {
  position: relative;
  display: flex;
  z-index: 4;
  align-items: flex-end;
}
.p-index_kv__intro__inner {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  color: #fff;
  margin-inline: auto;
  padding: 0 min(1.2244897959vw + 0.3380102041rem, 1.5625rem);
}
@media only screen and (max-width: 1023px) {
  .p-index_kv__intro__inner {
    flex-direction: column-reverse;
    padding: 0;
    width: 100%;
  }
}
.p-index_kv__intro__image {
  position: relative;
  width: min(48.9795918367vw + 10.3954081633rem, 59.375rem);
}
@media only screen and (max-width: 1023px) {
  .p-index_kv__intro__image {
    margin-inline: auto;
  }
}
.p-index_kv__intro__item {
  position: absolute;
  z-index: 1;
  transform: translate(0, 40px);
  transition: 0.5s ease-out 0s;
  opacity: 0;
}
.is-active .p-index_kv__intro__item {
  transform: translate(0, 0);
  opacity: 1;
  transition: 1s ease-out 0.4s;
}
.p-index_kv__intro__item.-item01 {
  width: min(18.7755102041vw + 129.5918367347px, 430px);
  top: 0;
  left: min(6.5306122449vw + -24.4897959184px, 80px);
}
.p-index_kv__intro__item.-item02 {
  padding-top: min(8.1632653061vw + 69.387755102px, 200px);
  position: relative;
  width: min(39.1836734694vw + 173.0612244898px, 800px);
  z-index: 2;
  transition-delay: 0s;
}
.is-active .p-index_kv__intro__item.-item02 {
  transition-delay: 0.5s;
}
@media only screen and (max-width: 1023px) {
  .p-index_kv__intro__item.-item02 {
    margin-inline: auto;
  }
}
.p-index_kv__intro__item.-item03 {
  width: min(18.7755102041vw + 129.5918367347px, 430px);
  top: 0;
  right: min(4.8979591837vw + -18.3673469388px, 60px);
  transition-delay: 0s;
}
.is-active .p-index_kv__intro__item.-item03 {
  transition-delay: 0.6s;
}
.p-index_kv__intro__textarea {
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  translate: 0 20px;
  transition: 0.5s ease;
  width: min(19.0204081633vw + 238.6734693878px, 543px);
}
@media only screen and (max-width: 1023px) {
  .p-index_kv__intro__textarea {
    padding: 0 min(1.6326530612vw + 13.8775510204px, 40px);
    width: 100%;
  }
}
.is-active .p-index_kv__intro__textarea {
  opacity: 1;
  translate: 0 0;
  transition: 1s ease 0.2s;
}
.p-index_kv__intro__textarea .c-section-title-primary {
  margin-inline: 0 auto;
}
.p-index_kv__intro__list {
  margin-top: min(1.6326530612vw + 13.8775510204px, 40px);
  padding: min(1.6326530612vw + 13.8775510204px, 40px);
  background-color: rgba(255, 255, 255, 0.2);
  font-size: min(0.4081632653vw + 0.8418367347rem, 1.25rem);
}
.p-index_kv__intro__star, .p-index_kv__intro__border02 {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
}
.p-index_kv__intro__star img,
.p-index_kv__intro__star svg, .p-index_kv__intro__border02 img,
.p-index_kv__intro__border02 svg {
  width: 100%;
  height: 100%;
}
.p-index_kv__intro__star {
  translate: -50% -48%;
  opacity: 0;
  transition: 0.5s ease-out 0s;
}
.is-active .p-index_kv__intro__star {
  opacity: 1;
  opacity: 1;
  translate: -50% -50%;
  transition: 0.5s ease-out 1s;
}
.p-index_kv__intro__border02 + .p-index_kv__intro__border02 {
  rotate: 360deg;
  left: 52%;
}
.p-index_kv__intro__border02 + .p-index_kv__intro__border02 path {
  transition-delay: 0.2s;
}
.p-index_kv__intro__border02 path {
  stroke-dashoffset: 2240;
  stroke-dasharray: 2240;
  transition: 0s ease-in-out;
}
.is-active .p-index_kv__intro__border02 path {
  stroke-dashoffset: 0;
  transition: 0.5s ease-out;
}
.p-index_kv__intro__obj {
  position: absolute;
  z-index: 4;
  animation: yurayura 4s ease-in-out infinite;
}
.p-index_kv__intro__obj img {
  translate: 0 20px;
  opacity: 0;
  transition: 1s ease 1s;
}
.p-index_kv__intro__obj.-item01 {
  width: min(3.2653061224vw + 27.7551020408px, 80px);
  top: min(4.0816326531vw + 34.693877551px, 100px);
  right: min(2.0408163265vw + 17.3469387755px, 50px);
}
.p-index_kv__intro__obj.-item02 {
  top: 0;
  left: min(16.3265306122vw + 138.7755102041px, 400px);
  filter: blur(8px);
  rotate: 180deg;
  width: min(7.3469387755vw + 52.4489795918px, 170px);
  animation: yurayura02 4s ease-in-out infinite;
}
.p-index_kv__intro__obj.-item02 img {
  transition-delay: 1.2s;
}
.p-index_kv__intro__obj.-item03 {
  width: min(2.0408163265vw + 17.3469387755px, 50px);
  top: min(12.2448979592vw + 104.0816326531px, 300px);
  left: min(0.6530612245vw + 4.5510204082px, 15px);
}
.p-index_kv__intro__obj.-item04 {
  width: max(-1.6326530612vw + 86.1224489796px, 60px);
  bottom: min(8.1632653061vw + 69.387755102px, 200px);
  right: min(4.8979591837vw + 41.6326530612px, 120px);
  rotate: 60deg;
  animation: yurayura03 4s ease-in-out infinite;
}
.p-index_kv__intro__obj.-item04 img {
  transition-delay: 1.6s;
}
.p-index_kv__intro__obj.-item05 {
  width: min(7.3469387755vw + 62.4489795918px, 180px);
  bottom: min(4.8979591837vw + 41.6326530612px, 120px);
  filter: blur(8px);
  animation: yurayura04 4s ease-in-out infinite;
}
.p-index_kv__intro__border {
  width: fit-content;
  border-bottom: 1px solid #fff;
  padding-bottom: 0.1em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 1023px) {
  .p-index_kv__idol {
    width: min(26.9387755102vw + 268.9795918367px, 700px);
    margin: 0 auto max(-16.3265306122vw + -38.7755102041px, -300px);
  }
}

.p-index_curriculum {
  position: relative;
}
.p-index_curriculum__logo {
  width: min(15.5102040816vw + 131.8367346939px, 380px);
  margin-inline: auto;
  animation: flicker02 2s infinite alternate;
}
.p-index_curriculum .c-text04 {
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .p-index_curriculum .c-text04 {
    text-align: left;
  }
}
.p-index_curriculum__body {
  height: 100vh;
}
.p-index_curriculum__body__inner {
  position: sticky;
  top: 0;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .p-index_curriculum__body__inner .c-text04 {
    text-align: left;
  }
}
.p-index_curriculum__inner {
  position: relative;
}

.p-index_curriculum_star {
  position: absolute;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .p-index_curriculum_star {
    display: none;
  }
}
.p-index_curriculum_star.-item01 {
  width: min(12.2448979592vw + 104.0816326531px, 300px);
  top: min(4.8979591837vw + 41.6326530612px, 120px);
  left: min(2.0408163265vw + 17.3469387755px, 50px);
}
.p-index_curriculum_star.-item02 {
  width: min(12.2448979592vw + 104.0816326531px, 300px);
  top: min(6.1224489796vw + 52.0408163265px, 150px);
  right: min(3.6734693878vw + 31.2244897959px, 90px);
}
.p-index_curriculum_star.-item03 {
  width: min(2.4489795918vw + 20.8163265306px, 60px);
  top: min(4.0816326531vw + 34.693877551px, 100px);
  left: min(25.7142857143vw + 218.5714285714px, 630px);
}
.p-index_curriculum_star.-item04 {
  width: min(2.0408163265vw + 17.3469387755px, 50px);
  top: min(0.8163265306vw + 6.9387755102px, 20px);
  right: min(8.1632653061vw + 49.387755102px, 180px);
}
.p-index_curriculum_star.-item05 {
  width: min(2.0408163265vw + 17.3469387755px, 50px);
  bottom: min(10.2040816327vw + 86.7346938776px, 250px);
  right: min(20.4081632653vw + 173.4693877551px, 500px);
}

.p-index_curriculum_star-sp {
  position: absolute;
  display: none;
}
@media only screen and (max-width: 767px) {
  .p-index_curriculum_star-sp {
    display: block;
  }
}
.p-index_curriculum_star-sp.-item01 {
  top: min(1.0612244898vw + 9.0204081633px, 26px);
  left: min(0.4081632653vw + -11.5306122449px, -5px);
  width: min(22.0408163265vw + 287.3469387755px, 640px);
}
.p-index_curriculum_star-sp.-item02 {
  bottom: min(0.8163265306vw + -23.0612244898px, -10px);
  left: min(0.4081632653vw + 8.4693877551px, 15px);
  width: min(1.6326530612vw + 53.8775510204px, 80px);
  z-index: 2;
}

.p-index_curriculum_obj {
  position: absolute;
  z-index: 2;
  animation: yurayura 4s ease-in-out infinite;
}
.p-index_curriculum_obj.-item01 {
  width: min(0vw + 70px, 70px);
  top: min(1.6326530612vw + 213.8775510204px, 240px);
  left: min(0.8163265306vw + 6.9387755102px, 20px);
  rotate: 165deg;
}
.p-index_curriculum_obj.-item02 {
  width: min(0.8163265306vw + 36.9387755102px, 50px);
  top: min(1.6326530612vw + 153.8775510204px, 180px);
  left: min(0.8163265306vw + 56.9387755102px, 70px);
  z-index: 1;
}
.p-index_curriculum_obj.-item03 {
  width: min(4.0816326531vw + 34.693877551px, 100px);
  top: min(4.4897959184vw + 38.1632653061px, 110px);
  right: min(20.4081632653vw + 173.4693877551px, 500px);
}
@media only screen and (max-width: 767px) {
  .p-index_curriculum_obj.-item03 {
    display: none;
  }
}
.p-index_curriculum_obj.-item04 {
  width: min(0.8163265306vw + 56.9387755102px, 70px);
  bottom: min(9.7959183673vw + 83.2653061224px, 240px);
  left: min(18.3673469388vw + 156.1224489796px, 450px);
}
@media only screen and (max-width: 767px) {
  .p-index_curriculum_obj.-item04 {
    left: unset;
    right: 0;
  }
}
.p-index_curriculum_obj.-item05 {
  width: min(3.2653061224vw + 27.7551020408px, 80px);
  bottom: min(11.0204081633vw + 93.6734693878px, 270px);
  right: max(-0.1632653061vw + -1.387755102px, -4px);
}
@media only screen and (max-width: 767px) {
  .p-index_curriculum_obj.-item05 {
    display: none;
  }
}
.p-index_curriculum_obj.-item06 {
  width: min(44.8979591837vw + 81.6326530612px, 800px);
  top: max(-20.4081632653vw + -223.4693877551px, -550px);
  right: max(-12.2448979592vw + -104.0816326531px, -300px);
  filter: blur(5px);
}
.p-index_curriculum_obj.-item07 {
  width: min(16.3265306122vw + 338.7755102041px, 600px);
  top: max(-8.1632653061vw + -169.387755102px, -300px);
  left: max(-6.1224489796vw + -52.0408163265px, -150px);
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .p-index_curriculum_obj.-item07 {
    display: none;
  }
}

.p-index_curriculum_slide__image {
  position: relative;
  transition: 1s ease;
}
.p-index_curriculum_slide__image > img {
  width: 100%;
}
.p-index_curriculum_slide__image::before {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: 0 0 30px #ff9fc6 inset;
  border-radius: min(1.2244897959vw + 10.4081632653px, 30px);
}
.p-index_curriculum_slide__image__text {
  position: absolute;
  width: min(10.3673469388vw + 94.1224489796px, 260px);
}
.p-index_curriculum_slide__image__text.-item01 {
  top: min(4.0816326531vw + 34.693877551px, 100px);
  right: max(-0.4081632653vw + -3.4693877551px, -10px);
}
.p-index_curriculum_slide__image__text.-item02 {
  top: max(-0.8163265306vw + -6.9387755102px, -20px);
  left: min(2.4489795918vw + 20.8163265306px, 60px);
}
.p-index_curriculum_slide__image__text.-item03 {
  bottom: min(5.7142857143vw + 48.5714285714px, 140px);
  left: max(-2.4489795918vw + -20.8163265306px, -60px);
}
.p-index_curriculum_slide__image__text.-item04 {
  top: max(-0.4081632653vw + -3.4693877551px, -10px);
  left: max(-0.8163265306vw + -6.9387755102px, -20px);
}
.p-index_curriculum_slide__image__text.-item05 {
  top: max(-0.8163265306vw + -6.9387755102px, -20px);
  right: min(0.4081632653vw + 3.4693877551px, 10px);
}
.p-index_curriculum_slide__item {
  padding: min(0.8163265306vw + 16.9387755102px, 30px);
}
.p-index_curriculum_slide__item:nth-of-type(even) .p-index_curriculum_slide__image {
  rotate: 5deg;
}
.p-index_curriculum_slide__item:nth-of-type(odd) .p-index_curriculum_slide__image {
  rotate: -3deg;
}
.p-index_curriculum_slide .c-text05 {
  color: #fff;
}

.p-index_intro {
  position: relative;
  background-color: #ff9fc6;
  z-index: 4;
}
@media only screen and (max-width: 1023px) {
  .p-index_intro {
    padding-top: min(9.1428571429vw + 77.7142857143px, 224px);
  }
}

.p-audition_year__list {
  display: flex;
  justify-content: center;
  gap: min(1.6326530612vw + 13.8775510204px, 40px);
}
.p-audition_year__list li a {
  font-size: min(0.6530612245vw + 1.3469387755rem, 2rem);
  color: #bcbac1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  position: relative;
  padding-block-end: 0.3em;
  transition: 0.2s ease;
}
@media (any-hover: hover) {
  .p-audition_year__list li a:hover {
    color: #33303e;
  }
  .p-audition_year__list li a:hover::before {
    width: 100%;
  }
}
.p-audition_year__list li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 4px;
  background: #33303e;
  transition: 0.2s ease;
}
.p-audition_year__list li a.is-act {
  color: #33303e;
}
.p-audition_year__list li a.is-act::before {
  width: 100%;
}

.p-audition_list {
  padding-block-end: min(8.1632653061vw + 69.387755102px, 200px);
}
@media only screen and (max-width: 767px) {
  .p-audition_list {
    padding-block-start: min(0.8163265306vw + 36.9387755102px, 50px);
  }
}

.p-audition_block {
  display: grid;
  grid-template-columns: min(14.693877551vw + 144.8979591837px, 380px) 1fr;
  gap: min(2.0408163265vw + 17.3469387755px, 50px);
  margin-block-start: min(3.2653061224vw + 27.7551020408px, 80px);
}
@media only screen and (max-width: 767px) {
  .p-audition_block {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .p-audition_block__thumb {
    margin-block-end: 1em;
  }
}
.p-audition_block__thumb img {
  border-radius: 8px;
  width: 100%;
  aspect-ratio: 380/260;
}
.p-audition_block__title {
  font-size: min(0.6530612245vw + 1.0969387755rem, 1.75rem);
  font-weight: bold;
  line-height: 1.6;
}
.p-audition_block__list {
  max-inline-size: 400px;
}
.p-audition_block__list li {
  gap: min(0.4081632653vw + 3.4693877551px, 10px);
  display: flex;
  min-width: min(1.6326530612vw + 73.8775510204px, 100px);
}
.p-audition_block__list li .c-icon {
  color: #ff9fc6;
}
.p-audition_block__list + .p-audition_block__list {
  margin-top: min(0.4081632653vw + 3.4693877551px, 10px);
}
.p-audition_block__agency a {
  color: #ff9fc6;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .p-audition_block__agency a:hover {
    text-decoration: none;
  }
}

.p-agency_list {
  position: relative;
}

@media (any-hover: hover) {
  .p-agency_card a:hover .p-agency_card__thumb img {
    scale: 1.05;
  }
  .p-agency_card a:hover .p-agency_card__name {
    color: #ff79af;
  }
}
.p-agency_card__thumb {
  overflow: hidden;
  margin-block-end: min(0.8163265306vw + 6.9387755102px, 20px);
  border-radius: min(0.3265306122vw + 2.7755102041px, 8px);
}
.p-agency_card__thumb img {
  aspect-ratio: 380/260;
  transition: scale 0.5s ease;
}
.p-agency_card__name {
  font-size: min(0.7346938776vw + 0.7653061224rem, 1.5rem);
  font-weight: bold;
  transition: color 0.5s ease;
}
.p-agency_card__furigana {
  font-size: min(0.3265306122vw + 0.6734693878rem, 1rem);
}

.p-agency_body p {
  margin-bottom: min(2.4489795918vw + 10.8163265306px, 50px);
}
.p-agency_body p:last-child {
  margin-bottom: 0;
}
.p-agency_body figure + p {
  margin-top: min(2.4489795918vw + 10.8163265306px, 50px);
}
.p-agency_body__logo {
  width: fit-content;
  margin-inline: auto;
  margin-block-end: min(2.0408163265vw + 17.3469387755px, 50px);
  max-width: 420px;
}
.p-agency_body__logo img {
  border-radius: min(0.8163265306vw + 6.9387755102px, 20px);
}
.p-agency_body__heading {
  margin: 0 0 min(5.306122449vw + 45.1020408163px, 130px);
  font-size: min(1.6326530612vw + 0.8673469388rem, 2.5rem);
  font-weight: bold;
}
.p-agency_body__heading span {
  margin-top: min(0.4081632653vw + 3.4693877551px, 10px);
  display: block;
  font-size: min(0.2448979592vw + 0.6926020408rem, 0.9375rem);
  font-weight: normal;
}
.p-agency_body__images {
  margin: min(2.8571428571vw + 24.2857142857px, 70px) 0;
  column-gap: 7px;
}
.p-agency_body__images img {
  width: 100%;
}

.p-agency_info {
  margin-top: min(4.0816326531vw + 34.693877551px, 100px);
}
.p-agency_info__flex {
  margin-top: min(2.4489795918vw + 20.8163265306px, 60px);
  gap: min(2.8571428571vw + 9.2857142857px, 55px);
}
@media only screen and (max-width: 767px) {
  .p-agency_info__flex {
    flex-direction: column;
  }
}
.p-agency_info__flex figure {
  max-width: 380px;
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .p-agency_info__flex figure {
    width: 100%;
    max-width: 100%;
  }
}
.p-agency_info__flex figure img {
  width: 100%;
  aspect-ratio: 380/260;
  border-radius: min(0.3265306122vw + 2.7755102041px, 8px);
}
.p-agency_info__textarea__heading {
  font-size: min(0.6530612245vw + 1.0969387755rem, 1.75rem);
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .p-agency_info__textarea .c-button-primary a {
    margin-inline: auto;
  }
}
.p-agency_info__list {
  margin-top: min(0.8163265306vw + 6.9387755102px, 20px);
  display: grid;
}
.p-agency_info__item {
  display: flex;
  gap: min(0.8163265306vw + 6.9387755102px, 20px);
}
.p-agency_info__item__heading {
  font-weight: bold;
  min-width: min(1.6326530612vw + 73.8775510204px, 100px);
}
.p-agency_info__item__heading .c-icon {
  color: #ff9fc6;
  margin-right: min(0.1632653061vw + 9.387755102px, 12px);
}
.p-agency_info__item + .p-agency_info__item {
  margin-top: min(0.4081632653vw + 3.4693877551px, 10px);
}

.p-points .c-solution_list__item__button {
  color: #3f3b4e;
}

.p-points_detail__title {
  font-size: min(1.6326530612vw + 0.8673469388rem, 2.5rem);
  font-weight: bold;
}
.p-points_detail__main__images {
  overflow: clip;
}
.p-points_detail__main__images img {
  width: 100%;
}
.p-points_detail__data {
  font-size: min(0.3265306122vw + 0.6734693878rem, 1rem);
  color: #ff9fc6;
  margin-block-end: min(2.4489795918vw + 20.8163265306px, 60px);
}
.p-points_detail__images {
  overflow: clip;
}
.p-points_detail__images img {
  width: 100%;
}
.p-points_detail__note {
  font-size: min(0.3265306122vw + 1.1734693878rem, 1.5rem);
  font-weight: bold;
}
.p-points_detail__marker {
  font-weight: bold;
  background-color: #fff5b7;
  display: inline;
  padding: 0 1px 0px;
}
.p-points_detail__point {
  background-color: #fff;
  width: fit-content;
  padding: 0 min(0.6530612245vw + 7.5510204082px, 18px);
  text-transform: uppercase;
  color: #ff79af;
  font-weight: bold;
  border-radius: 9999px;
  box-shadow: 2px 2px 0 #ff79af;
  border: 1px solid #ff79af;
}
.p-points_detail__images {
  width: min(22.0408163265vw + 217.3469387755px, 570px);
}
.p-points_detail__textarea {
  width: min(6.5306122449vw + 275.5102040816px, 380px);
  margin-left: min(1.6326530612vw + 13.8775510204px, 40px);
}
@media only screen and (max-width: 767px) {
  .p-points_detail__textarea {
    margin-left: 0;
  }
}
.p-points_detail__flex + .p-points_detail__flex {
  margin-top: min(1.6326530612vw + 23.8775510204px, 50px);
}
@media only screen and (max-width: 767px) {
  .p-points_detail__flex {
    flex-direction: column;
    gap: min(0.8163265306vw + 16.9387755102px, 30px);
  }
}
.p-points_detail__flex.-reverse {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .p-points_detail__flex.-reverse {
    flex-direction: column;
  }
}
.p-points_detail__flex__item figure {
  overflow: clip;
}
.p-points_detail__flex.-col2, .p-points_detail__flex.-col3 {
  gap: min(1.6326530612vw + 13.8775510204px, 40px);
}

.p-points_sub_list__item + .p-points_sub_list__item {
  margin-top: min(0.4081632653vw + 3.4693877551px, 10px);
}
.p-points_sub_list__item span {
  display: inline-block;
  text-align: center;
  background: #ff79af;
  color: #fff;
  width: min(0.6530612245vw + 17.5510204082px, 28px);
  aspect-ratio: 1/1;
  border-radius: min(0.3265306122vw + 8.7755102041px, 14px);
  margin-right: min(0.1632653061vw + 9.387755102px, 12px);
  font-weight: bold;
}

/*# sourceMappingURL=style.min.css.map */
