@charset "UTF-8";

/* main colors */
/*トップページのスタイル*/
@font-face {
  font-family: "KeiFontWeb";
  src: url("../fonts/keifont.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.mv_inr {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  padding: 80px 0 40px;
}

@media (min-width: 780px) {
  .mv_inr {
    padding: 200px 0 94px;
  }
}

@media (min-width: 956px) {
  .mv_inr {
    /* padding: min(13.5294117647vw, 230px) 0 136px; */
    padding: min(5.294117647058823vw, 90px) 0 76px;
  }
}

.mv_deco {
  position: absolute;
  bottom: 114px;
  z-index: -1;
}

@media (min-width: 780px) {
  .mv_deco {
    bottom: 34px;
  }
}

@media (min-width: 956px) {
  .mv_deco {
    bottom: min(3.2941176471vw, 57px);
  }
}

.mv_deco_left {
  width: min(18.8888888889vw, 170px);
  left: 12px;
}

@media (min-width: 780px) {
  .mv_deco_left {
    left: min(8.2222222222vw, 74px);
  }
}

@media (min-width: 956px) {
  .mv_deco_left {
    width: min(11.4117647059vw, 194px);
    left: min(3.2941176471vw, 56px);
  }
}

.mv_deco_right {
  width: min(20.7777777778vw, 187px);
  right: 12px;
}

@media (min-width: 780px) {
  .mv_deco_right {
    right: min(9.4444444444vw, 85px);
  }
}

@media (min-width: 956px) {
  .mv_deco_right {
    width: min(12.4705882353vw, 212px);
    right: min(3.2941176471vw, 56px);
  }
}

.mv_catch {
  margin-bottom: 20px;
  padding: 0 20px;
  text-align: center;
}

@media (min-width: 780px) {
  .mv_catch {
    margin-bottom: 40px;
  }
}

@media (min-width: 956px) {
  .mv_catch {
    margin-bottom: min(3.5294117647vw, 60px);
  }
}

.mv_catch_ja {
  margin-bottom: 10px;
  font-family: "KeiFontWeb", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.2em;
}

@media (min-width: 780px) {
  .mv_catch_ja {
    font-size: 24px;
    margin-bottom: 24px;
  }
}

@media (min-width: 956px) {
  .mv_catch_ja {
    /* font-size: min(2.7894736842vw, 53px); */
    font-size: min(2.111111111111111vw, 38px);
    margin-bottom: min(2vw, 34px);
  }
}

.mv_catch_logo {
  width: min(79.4871794872vw, 620px);
  margin: 0 auto;
}

@media (min-width: 956px) {
  .mv_catch_logo {
    /* width: min(58vw, 1102px); */
    width: min(40.6vw, 732px);
  }
}

.mv_face {
  display: grid;
  grid-template-columns: repeat(6, auto);
  align-items: start;
  justify-content: center;
  column-gap: min(5.8974358974vw, 46px);
  width: 100%;
  margin-bottom: 36px;
  padding: 0 20px;
}

@media (min-width: 780px) {
  .mv_face {
    margin-bottom: 58px;
  }
}

@media (min-width: 956px) {
  .mv_face {
    display: flex;
    align-items: center;
    /* gap: min(3.4444444444vw, 62px); */
    gap: min(2.7777777777777777vw, 50px);
  }
}

.mv_face_item {
  min-width: 0;
  justify-self: center;
  transform-origin: center bottom;
  will-change: transform;
}

.mv_face_item img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.mv_face_item_01 {
  grid-column: 1/3;
  grid-row: 1;
  width: min(27.4358974359vw, 214px);
  /* animation: mv-face-sway-01 3.8s ease-in-out infinite; */
  animation: mv-face-sway 3.8s ease-in-out infinite;
}

@media (min-width: 956px) {
  .mv_face_item_01 {
    /* width: min(15.5555555556vw, 280px); */
    width: min(10.8888888888888886vw, 196px);
    /* flex: 0 0 min(15.5555555556vw, 280px); */
    flex: 0 0 min(10.8888888888888886vw, 196px);
  }
}

.mv_face_item_02 {
  grid-column: 3/5;
  grid-row: 1;
  width: min(27.4358974359vw, 214px);
  padding-top: 40px;
  /* animation: mv-face-sway-02 4.6s ease-in-out -1.2s infinite; */
  animation: mv-face-sway 3.8s ease-in-out infinite;
}

@media (min-width: 956px) {
  .mv_face_item_02 {
    /* width: min(15.8888888889vw, 286px); */
    width: min(11.11111111111111vw, 200px);
    /* flex: 0 0 min(15.8888888889vw, 286px); */
    flex: 0 0 min(11.11111111111111vw, 200px);
    padding-top: 20px;
  }
}

.mv_face_item_03 {
  grid-column: 5/7;
  grid-row: 1;
  width: min(28.7179487179vw, 224px);
  padding-top: 36px;
  /* animation: mv-face-sway-03 3.8s ease-in-out -2.1s infinite; */
  animation: mv-face-sway 3.8s ease-in-out infinite;
}

@media (min-width: 956px) {
  .mv_face_item_03 {
    /* width: min(16.3888888889vw, 295px); */
    width: min(11.5vw, 207px);
    /* flex: 0 0 min(16.3888888889vw, 295px); */
    flex: 0 0 min(11.5vw, 207px);
  }
}

.mv_face_item_04 {
  grid-column: 2/4;
  grid-row: 2;
  width: min(25.2564102564vw, 197px);
  margin-top: -10px;
  /* animation: mv-face-sway-04 4.2s ease-in-out -0.8s infinite; */
  animation: mv-face-sway 3.8s ease-in-out infinite;
}

@media (min-width: 780px) {
  .mv_face_item_04 {
    margin-top: -28px;
  }
}

@media (min-width: 956px) {
  .mv_face_item_04 {
    /* width: min(15.5vw, 279px); */
    width: min(10.833333333333334w, 195px);
    /* flex: 0 0 min(15.5vw, 279px); */
    flex: 0 0 min(10.833333333333334vw, 195px);
    margin-top: 0;
    padding-top: 12px;
  }
}

.mv_face_item_05 {
  grid-column: 4/6;
  grid-row: 2;
  width: min(27.3076923077vw, 213px);
  margin-top: -20px;
  padding-top: 6px;
  /* animation: mv-face-sway-05 3.6s ease-in-out -2.8s infinite; */
  animation: mv-face-sway 3.8s ease-in-out infinite;
}

@media (min-width: 956px) {
  .mv_face_item_05 {
    /* width: min(15.8888888889vw, 286px); */
    width: min(11.11111111111111vw, 200px);
    /* flex: 0 0 min(15.8888888889vw, 286px); */
    flex: 0 0 min(11.11111111111111vw, 200px);
    margin-top: 0;
  }
}

.mv_txt {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
}

@media (min-width: 780px) {
  .mv_txt {
    font-size: 22px;
  }
}

@media (min-width: 956px) {
  .mv_txt {
    font-size: min(1.375vw, 22px);
  }
}

/* @keyframes mv-face-sway-01 {
  0%, 100% {
    transform: rotate(-2deg);
  }
  50% {
    transform: rotate(2.5deg);
  }
}
@keyframes mv-face-sway-02 {
  0%, 100% {
    transform: rotate(2deg);
  }
  45% {
    transform: rotate(-3deg);
  }
  75% {
    transform: rotate(1deg);
  }
}
@keyframes mv-face-sway-03 {
  0%, 100% {
    transform: rotate(-1deg);
  }
  35% {
    transform: rotate(2deg);
  }
  70% {
    transform: rotate(-2.5deg);
  }
}
@keyframes mv-face-sway-04 {
  0%, 100% {
    transform: rotate(2.5deg);
  }
  40% {
    transform: rotate(-2deg);
  }
  65% {
    transform: rotate(-0.5deg);
  }
}
@keyframes mv-face-sway-05 {
  0%, 100% {
    transform: rotate(-2.5deg);
  }
  55% {
    transform: rotate(3deg);
  }
} */


@keyframes mv-face-sway {

  0%,
  100% {
    transform: rotate(2deg);
  }

  45% {
    transform: rotate(-3deg);
  }

  75% {
    transform: rotate(1deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .mv_face_item {
    animation: none;
  }
}

.section {
  border-top: 4px solid #000;
}

.section_ttl {
  margin-bottom: 80px;
  text-align: center;
  position: relative;
}

@media (min-width: 780px) {
  .section_ttl {
    margin-bottom: 136px;
  }
}

@media (min-width: 956px) {
  .section_ttl {
    margin-bottom: 86px;
  }
}

.section_ttl_inr {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-top: 60px;
}

@media (min-width: 780px) {
  .section_ttl_inr {
    padding-top: 95px;
  }
}

@media (min-width: 956px) {
  .section_ttl_inr {
    padding-top: min(4.3529411765vw, 74px);
  }
}

.section_ttl_inr::before {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  width: 180px;
  height: 180px;
  background-image: url("../img/home/illust.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
  transform: translateX(-50%);
}

@media (min-width: 780px) {
  .section_ttl_inr::before {
    width: 312px;
    height: 312px;
  }
}

@media (min-width: 956px) {
  .section_ttl_inr::before {
    width: min(14.2352941176vw, 242px);
    height: min(14.2352941176vw, 242px);
  }
}

.section_ttl_deco {
  position: absolute;
}

.section_ttl_txt {
  display: flex;
  min-height: 70px;
  padding: 12px 40px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-align: center;
  background-color: #fff;
  border: 6px solid transparent;
  border-radius: 99px;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #eeadcc -1.17%, #bbb3d7 50%, #94d2f3 101.17%) border-box;
}

@media (min-width: 780px) {
  .section_ttl_txt {
    padding: 12px 104px;
    min-height: 156px;
    border: 10px solid transparent;
  }
}

@media (min-width: 956px) {
  .section_ttl_txt {
    border: 6px solid transparent;
    padding: min(0.7058823529vw, 12px) min(3.7647058824vw, 64px);
    min-height: min(7.0588235294vw, 120px);
  }
}

.section_ttl_en {
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 700;
}

@media (min-width: 780px) {
  .section_ttl_en {
    font-size: 32px;
    margin-bottom: 10px;
  }
}

@media (min-width: 956px) {
  .section_ttl_en {
    font-size: min(1.4705882353vw, 25px);
  }
}

.section_ttl_ja {
  font-family: "KeiFontWeb", "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.2em;
}

@media (min-width: 780px) {
  .section_ttl_ja {
    font-size: 38px;
  }
}

@media (min-width: 956px) {
  .section_ttl_ja {
    font-size: min(1.7647058824vw, 30px);
  }
}

.info {
  padding: 32px 0;
  background-color: #b6e0ff;
}

@media (min-width: 780px) {
  .info {
    padding: 32px 0 100px;
  }
}

@media (max-width: 780px) {
  .info .section_ttl {
    margin-bottom: 60px;
  }
}

@media (min-width: 781px) and (max-width: 955px) {
  .info .section_ttl {
    margin-bottom: 96px;
  }
}

.contents {
  padding: 40px 0;
  background-color: #fff099;
}

@media (min-width: 780px) {
  .contents {
    padding: 100px 0 106px;
  }
}

@media (min-width: 956px) {
  .contents {
    padding: min(2.4705882353vw, 42px) 0 min(6.2352941176vw, 106px);
  }
}

@media (max-width: 780px) {
  .contents .section_ttl {
    margin-bottom: 80px;
  }
}

@media (min-width: 781px) and (max-width: 955px) {
  .contents .section_ttl {
    margin-bottom: 156px;
  }
}

.contents_deco_left {
  top: 0;
  left: 97px;
  width: min(11.1111111111vw, 200px);
}

@media (max-width: 955px) {
  .contents_deco_left {
    width: min(17.1111111111vw, 154px);
    left: 7px;
  }
}

.contents_deco_right {
  top: 0;
  right: 112px;
  width: min(6.4444444444vw, 116px);
}

@media (max-width: 955px) {
  .contents_deco_right {
    width: min(18vw, 162px);
    right: 12px;
  }
}

.contents_body {
  position: relative;
  overflow: hidden;
  padding: 72px 0 36px;
  background-color: #fff;
  background-image: radial-gradient(circle at center, #ffffff 0, #ffffff 1.6px, rgba(255, 255, 255, 0.85) 1.8px, transparent 2.2px), radial-gradient(circle at center, #ffffff 0, #ffffff 1.6px, rgba(255, 255, 255, 0.85) 1.8px, transparent 2.2px), repeating-linear-gradient(108deg, transparent 0, transparent 120px, #fff0d9 120px, #fff0d9 240px);
  background-repeat: repeat, repeat, repeat;
  background-position: 0 0, 7px 14px, 0 0;
  background-size: 14px 28px, 14px 28px, auto;
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
}

@media (min-width: 956px) {
  .contents_body {
    padding: 102px 0 36px;
  }
}

.contents_body_head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(4.1025641026vw, 32px);
  margin-bottom: 24px;
}

@media (min-width: 780px) {
  .contents_body_head {
    margin-bottom: 48px;
  }
}

@media (min-width: 956px) {
  .contents_body_head {
    gap: min(4.8235294118vw, 82px);
    margin-bottom: 34px;
  }
}

.contents_body_head_icon {
  flex-shrink: 0;
}

@media (max-width: 955px) {
  .contents_body_head_icon {
    width: min(23.3333333333vw, 182px);
  }
}

.contents_body_head_icon img {
  width: 100%;
}

.contents_body_head_txt {
  font-size: min(4.1025641026vw, 32px);
  font-weight: 700;
  line-height: 1.75;
}

@media (min-width: 956px) {
  .contents_body_head_txt {
    font-size: min(2.34375vw, 45px);
    line-height: 1.5;
  }
}

.contents_body_txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  text-align: center;
}

@media (min-width: 780px) {
  .contents_body_txt {
    line-height: 1.5;
  }
}

@media (min-width: 780px) {
  .contents_body_txt {
    font-size: min(1.2222222222vw, 22px);
  }
}

.contents_slider {
  width: 100%;
  overflow: visible;
  margin-bottom: 34px;
}

@media (max-width: 955px) {
  .contents_slider {
    width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    margin-bottom: 84px;
  }
}

@media (max-width: 954px) {
  .contents_slider {
    margin-bottom: 40px;
  }
}

@media (min-width: 956px) {
  .contents_slider {
    overflow: visible;
  }
}

.contents_list {
  width: 100%;
  padding: 0;
  list-style: none;
}

@media (max-width: 955px) {
  .contents_list {
    gap: 0;
    width: auto;
  }
}

@media (min-width: 956px) {
  .contents_list {
    row-gap: 20px;
    column-gap: 50px;
    transform: none !important;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: space-between;
  }
}

.contents_list_item {
  border: 2px solid #000;
  width: min(71.0526315789vw, 540px);
  aspect-ratio: 540/316;
  flex: 0 0 min(71.0526315789vw, 540px);
  overflow: hidden;
  border-radius: 30px;
}

@media (min-width: 956px) {
  .contents_list_item {
    margin-right: 0 !important;
    width: auto;
  }
}

.contents_list_item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

@media (min-width: 956px) {
  .contents_list_item_link:hover img {
    transform: scale(1.08);
  }
}

.benefits {
  padding: 80px 0;
}

@media (min-width: 780px) {
  .benefits {
    padding: 104px 0 108px;
  }
}

@media (min-width: 956px) {
  .benefits {
    padding: min(6.1176470588vw, 104px) 0 min(5.2941176471vw, 90px);
  }
}

.benefits_deco_left {
  left: 94px;
  top: 0;
  width: min(9.1111111111vw, 164px);
}

@media (max-width: 955px) {
  .benefits_deco_left {
    width: min(20.5555555556vw, 185px);
    left: 4px;
  }
}

.benefits_deco_right {
  right: 82px;
  top: 0;
  width: min(9.5555555556vw, 172px);
}

@media (max-width: 955px) {
  .benefits_deco_right {
    width: min(18vw, 162px);
    right: 2px;
    top: 10px;
  }
}

.benefits_body {
  max-width: min(78.0588235294vw, 1327px);
  margin: 0 auto;
}

.benefits_list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 250px));
  justify-content: center;
  gap: 20px;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 60px;
  padding: 0 20px;
  list-style: none;
}

@media (min-width: 780px) {
  .benefits_list {
    gap: 38px 120px;
    margin-bottom: 120px;
  }
}

@media (min-width: 956px) {
  .benefits_list {
    grid-template-columns: repeat(3, minmax(0, 250px));
    gap: min(4.1428571429vw, 58px) min(4.8571428571vw, 68px);
    margin-bottom: 90px;
    padding: 0;
  }
}

@media (min-width: 1400px) {
  .benefits_list {
    grid-template-columns: repeat(4, minmax(0, 250px));
    gap: 58px 68px;
  }
}

.benefits_list_item {
  width: 100%;
  min-width: 0;
  justify-self: center;
  text-align: center;
}

.benefits_list_item_button {
  display: block;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  overflow: visible;
  color: inherit;
  font: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-align: inherit;
  text-decoration: none;
  text-transform: none;
  cursor: pointer;
  background: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
}

.benefits_list_item_button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.benefits_list_item_button:focus-visible {
  outline: 3px solid #94d2f3;
  outline-offset: 6px;
}

.benefits_list_item_icon {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  margin-bottom: 20px;
}

@media (min-width: 780px) {
  .benefits_list_item_icon {
    margin-bottom: 32px;
  }
}

.benefits_list_item_icon>img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.benefits_list_item_icon .search_icon {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  background-color: #000;
  pointer-events: none;
}

@media (min-width: 780px) {
  .benefits_list_item_icon .search_icon {
    width: 38px;
    height: 38px;
  }
}

.benefits_list_item_icon .search_icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  aspect-ratio: 1;
  background-image: url("../img/home/icon_search.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
  transform: translate(-50%, -50%);
}

@media (min-width: 780px) {
  .benefits_list_item_icon .search_icon::before {
    width: 22px;
  }
}

.benefits_list_item_label {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

@media (min-width: 780px) {
  .benefits_list_item_label {
    font-size: 25px;
  }
}

@media (min-width: 956px) {
  .benefits_list_item_label {
    font-size: min(1.4705882353vw, 25px);
  }
}

.benefits_caution {
  margin: 0;
  padding: 0;
  list-style: none;
}

.benefits_caution_item {
  position: relative;
  padding-left: 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
}

@media (min-width: 780px) {
  .benefits_caution_item {
    font-size: 18px;
    padding-left: 24px;
  }
}

@media (min-width: 956px) {
  .benefits_caution_item {
    font-size: 22px;
    line-height: 1.5;
  }
}

.benefits_caution_item::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #000;
  font-size: 14px;
  content: "※";
}

@media (min-width: 780px) {
  .benefits_caution_item::before {
    font-size: 18px;
  }
}

@media (min-width: 956px) {
  .benefits_caution_item::before {
    font-size: min(1.1578947368vw, 22px);
  }
}

.benefits_modal {
  position: fixed;
  inset: 0;
  box-sizing: border-box;
  width: calc(100% - 56px);
  max-width: 1327px;
  max-height: calc(100dvh - 56px);
  margin: auto;
  padding: 0;
  overflow: auto;
  overscroll-behavior: contain;
  color: #000;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 0;
  box-shadow: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.32s ease, visibility 0s linear 0.32s;
}

@media (min-width: 780px) {
  .benefits_modal {
    width: calc(100% - 200px);
  }
}

@media (min-width: 956px) {
  .benefits_modal {
    width: calc(100% - min(5.0526315789vw, 96px));
    height: min(36.7368421053vw, 698px, calc(100dvh - min(4.2105263158vw, 80px)));
    max-height: calc(100dvh - min(4.2105263158vw, 80px));
  }
}

.benefits_modal::backdrop {
  background-color: rgba(35, 24, 21, 0);
  transition: background-color 0.32s ease;
}

.benefits_modal.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}

.benefits_modal.is-active::backdrop {
  background-color: rgba(35, 24, 21, 0.5);
}

.benefits_modal.is-closing {
  opacity: 0;
  visibility: visible;
  pointer-events: none;
}

.benefits_modal.is-closing::backdrop {
  background-color: rgba(35, 24, 21, 0);
}

.benefits_modal_inner {
  display: flex;
  width: 100%;
  min-height: 100%;
  padding: 40px 24px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
}

@media (min-width: 956px) {
  .benefits_modal_inner {
    display: grid;
    grid-template-columns: min(18.5789473684vw, 353px) minmax(0, 1fr);
    align-items: center;
    gap: min(5.7894736842vw, 110px);
    height: 100%;
    padding: min(2.1052631579vw, 40px) min(7vw, 133px);
  }
}

.benefits_modal_icon {
  display: block;
  width: min(120px, 70vw);
  flex: 0 0 auto;
  margin: 0;
}

@media (min-width: 956px) {
  .benefits_modal_icon {
    width: min(18.5789473684vw, 353px);
  }
}

.benefits_modal_icon_img {
  display: block;
  width: 100%;
  height: auto;
}

.benefits_modal_content {
  width: 100%;
  min-width: 0;
  text-align: left;
}

@media (min-width: 956px) {
  .benefits_modal_content {
    width: 100%;
  }
}

.benefits_modal_title {
  position: relative;
  margin-bottom: 12px;
  padding-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  text-align: left;
}

@media (min-width: 956px) {
  .benefits_modal_title {
    margin-bottom: min(1.1578947368vw, 22px);
    padding-bottom: min(1.4736842105vw, 28px);
    font-size: min(2.3684210526vw, 45px);
  }
}

.benefits_modal_title::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, #eeadcc 0%, #b9b4d8 52%, #94d2f3 100%);
  content: "";
}

.benefits_modal_description {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  text-align: left;
  white-space: pre-line;
}

@media (min-width: 956px) {
  .benefits_modal_description {
    font-size: min(1.1578947368vw, 22px);
    line-height: 1.5;
  }
}

.benefits_modal_close_wrap {
  margin-top: 32px;
  text-align: center;
}

@media (min-width: 956px) {
  .benefits_modal_close_wrap {
    margin-top: min(6.6315789474vw, 126px);
  }
}

.benefits_modal_close {
  display: inline-flex;
  width: 180px;
  height: 48px;
  margin: 0;
  padding: 0 28px;
  align-items: center;
  justify-content: center;
  gap: 20px;
  overflow: visible;
  color: #000;
  font: inherit;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: inherit;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  cursor: pointer;
  background: none;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 999px;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
}

@media (min-width: 780px) {
  .benefits_modal_close {
    width: 200px;
    height: 58px;
    gap: 30px;
  }
}

@media (min-width: 956px) {
  .benefits_modal_close {
    width: min(14.5263157895vw, 276px);
    height: min(4.5263157895vw, 86px);
    padding: min(1.0526315789vw, 20px);
    gap: min(2.2105263158vw, 42px);
    font-size: min(1.1578947368vw, 22px);
    transition: color 0.3s ease, background-color 0.3s ease;
  }

  .benefits_modal_close:hover {
    color: #fff;
    background-color: #000;
  }
}

.benefits_modal_close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.benefits_modal_close:focus-visible {
  outline: 3px solid #94d2f3;
  outline-offset: 4px;
}

.benefits_modal_close_icon {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

@media (min-width: 956px) {
  .benefits_modal_close_icon {
    width: min(1.1578947368vw, 22px);
    height: min(1.1578947368vw, 22px);
  }
}

.benefits_modal_close_icon::before,
.benefits_modal_close_icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  content: "";
  transform-origin: center;
}

.benefits_modal_close_icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.benefits_modal_close_icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.benefits_modal_close_txt {
  display: block;
}

@media (prefers-reduced-motion: reduce) {

  .benefits_modal,
  .benefits_modal::backdrop {
    transition-duration: 0.01ms;
  }
}

.card {
  padding: 80px 0;
  background-color: #c4c0ff;
}

@media (min-width: 780px) {
  .card {
    padding: 96px 0 90px;
  }
}

@media (min-width: 956px) {
  .card {
    padding: min(5.8823529412vw, 100px) 0 min(5.2941176471vw, 90px);
  }
}

.card_item {
  position: relative;
  display: flex;
  margin-bottom: 26px;
  padding: 30px 20px 20px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 16px;
}

@media (min-width: 780px) {
  .card_item {
    padding: 36px 70px 38px;
    min-height: 378px;
    border-radius: 32px;
  }
}

@media (min-width: 956px) {
  .card_item {
    min-height: min(16.8235294118vw, 286px);
    padding: min(2.8235294118vw, 48px) min(10.5882352941vw, 180px);
    border-radius: 28px;
    margin-bottom: min(3.2941176471vw, 56px);
  }
}

.card_item:last-child {
  margin-bottom: 0;
}

.card_item_gold {
  padding-top: 30px;
}

@media (min-width: 780px) {
  .card_item_gold {
    padding-top: 74px;
  }
}

@media (min-width: 956px) {
  .card_item_gold {
    padding-top: min(3.7647058824vw, 64px);
  }
}

@media (min-width: 956px) {
  .card_item_regular {
    min-height: min(21.1764705882vw, 360px);
    padding-top: min(4.4705882353vw, 76px);
  }
}

.card_item_coming {
  font-family: "ab-suzume", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
}

@media (min-width: 780px) {
  .card_item_coming {
    font-size: 60px;
  }
}

@media (min-width: 956px) {
  .card_item_coming {
    font-size: min(3.5294117647vw, 60px);
  }
}

.card_item_coming.blue {
  color: #abe2ff;
}

.card_item_coming.gold {
  color: #D23A26;
}

.card_item_inner {
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: center;
}

.card_item_lead_txt {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
  margin-bottom: 14px;
  font-family: "KeiFontWeb", "Noto Sans JP", sans-serif;
  font-size: 16px;
  letter-spacing: 0.2em;
  text-align: center;
}

.card_item_lead_txt::before,
.card_item_lead_txt::after {
  display: block;
  width: 20px;
  height: 35px;
  flex: 0 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

.card_item_lead_txt::before {
  background-image: url("../img/home/ttl_left.svg");
}

.card_item_lead_txt::after {
  background-image: url("../img/home/ttl_right.svg");
}

@media (min-width: 780px) {
  .card_item_lead_txt {
    gap: 12px;
    font-size: 30px;
  }

  .card_item_lead_txt::before,
  .card_item_lead_txt::after {
    width: 32px;
    height: 55px;
  }
}

@media (min-width: 956px) {
  .card_item_lead_txt {
    gap: 36px;
    font-size: min(1.7647058824vw, 30px);
  }
}

.card_item_name {
  margin-bottom: 12px;
  font-family: "KeiFontWeb", "Noto Sans JP", sans-serif;
  font-size: 18px;
  letter-spacing: 0.2em;
}

@media (min-width: 780px) {
  .card_item_name {
    font-size: 30px;
  }
}

@media (min-width: 956px) {
  .card_item_name {
    margin-bottom: 8px;
    font-size: min(1.7647058824vw, 30px);
  }
}

.card_item_name span {
  display: inline-block;
  padding: 16px 24px;
  line-height: 1;
  background-color: #fff099;
  border-radius: 99px;
}

@media (min-width: 780px) {
  .card_item_name span {
    padding: 24px 50px;
  }
}

@media (min-width: 956px) {
  .card_item_name span {
    padding: min(1.4117647059vw, 24px) min(2.9411764706vw, 50px);
  }
}

@media (min-width: 956px) {
  .card_item_price {
    margin-bottom: 40px;
  }
}

.card_item_price_label {
  margin-right: 8px;
  font-family: "KeiFontWeb", "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.2em;
}

@media (min-width: 780px) {
  .card_item_price_label {
    margin-right: 24px;
    font-size: 30px;
  }
}

@media (min-width: 956px) {
  .card_item_price_label {
    font-size: min(1.6470588235vw, 28px);
  }
}

.card_item_price_value {
  font-family: "KeiFontWeb", "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.2em;
}

@media (min-width: 780px) {
  .card_item_price_value {
    font-size: 30px;
  }
}

@media (min-width: 956px) {
  .card_item_price_value {
    font-size: min(1.8235294118vw, 31px);
  }
}

.card_item_price_tax {
  font-size: 18px;
  font-weight: 700;
}

@media (min-width: 780px) {
  .card_item_price_tax {
    font-size: 22px;
  }
}

@media (min-width: 956px) {
  .card_item_price_tax {
    font-size: min(1.2941176471vw, 22px);
  }
}

.card_item_deco {
  position: absolute;
  top: 50%;
  z-index: 1;
  display: block;
  width: 62px;
  height: auto;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
  transform: translateY(-50%);
}

@media (min-width: 780px) {
  .card_item_deco {
    width: 123px;
  }
}

@media (min-width: 956px) {
  .card_item_deco {
    width: min(7.2352941176vw, 123px);
  }
}

.card_item_deco_left {
  left: 12px;
}

@media (min-width: 956px) {
  .card_item_deco_left {
    left: 24px;
  }
}

.card_item_deco_right {
  right: 12px;
}

@media (min-width: 956px) {
  .card_item_deco_right {
    right: 24px;
  }
}

.player {
  padding: 80px 0 0;
}

@media (min-width: 780px) {
  .player {
    padding: 100px 0 0;
  }
}

@media (max-width: 780px) {
  .player .section_ttl {
    margin-bottom: 80px;
  }
}

@media (min-width: 781px) and (max-width: 955px) {
  .player .section_ttl {
    margin-bottom: 190px;
  }
}

.player_deco_left {
  left: 95px;
  top: 0;
  width: min(11.1111111111vw, 200px);
  z-index: -1;
}

@media (max-width: 955px) {
  .player_deco_left {
    width: min(17.1111111111vw, 154px);
    left: 13px;
  }
}

.player_deco_right {
  right: 110px;
  top: 0;
  width: min(6.4444444444vw, 116px);
  z-index: -1;
}

@media (max-width: 955px) {
  .player_deco_right {
    width: min(18vw, 162px);
    right: 10px;
  }
}

.player_slide {
  border-top: 4px solid #000;
}

.player_slide .swiper-wrapper {
  transition-timing-function: linear;
}

.player_slide .swiper-wrapper .swiper-slide {
  width: 280px;
  flex-shrink: 0;
  border-right: 4px solid transparent;
  border-image-source: linear-gradient(180deg, #faaacd 0.01%, #bdb3da 49.97%, #81d4f7 99.93%);
  border-image-slice: 1;
}

@media (min-width: 780px) {
  .player_slide .swiper-wrapper .swiper-slide {
    width: 584px;
    border-right: 6px solid transparent;
  }
}

@media (min-width: 956px) {
  .player_slide .swiper-wrapper .swiper-slide {
    width: min(34.3529411765vw, 584px);
    border-right: 6px solid transparent;
  }
}

.player_slide_item {
  position: relative;
  overflow: hidden;
}

.player_slide_item_img {
  aspect-ratio: 584/660;
}

.player_slide_item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.player_slide_item_name {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  padding: 12px;
  color: #fff;
  text-align: center;
  background-color: #de866f;
}

@media (min-width: 780px) {
  .player_slide_item_name {
    padding: 16px;
  }
}

.player_slide_item_name_ja {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
}

@media (min-width: 780px) {
  .player_slide_item_name_ja {
    font-size: 30px;
    margin-bottom: 18px;
  }
}

@media (min-width: 956px) {
  .player_slide_item_name_ja {
    font-size: min(1.875vw, 30px);
    margin-bottom: min(1.0588235294vw, 18px);
  }
}

.player_slide_item_name_en {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
}

@media (min-width: 780px) {
  .player_slide_item_name_en {
    font-size: 25px;
  }
}

@media (min-width: 956px) {
  .player_slide_item_name_en {
    font-size: min(1.4705882353vw, 25px);
  }
}

.account {
  padding: 80px 0;
}

@media (min-width: 780px) {
  .account {
    padding: 120px 0 142px;
  }
}

@media (min-width: 956px) {
  .account {
    padding: 120px 0 168px;
  }
}

@media (max-width: 780px) {
  .account .section_ttl {
    margin-bottom: 80px;
  }
}

@media (min-width: 781px) and (max-width: 955px) {
  .account .section_ttl {
    margin-bottom: 172px;
  }
}

.account_deco_left {
  left: 92px;
  top: 0;
  width: min(9.1111111111vw, 164px);
}

@media (max-width: 955px) {
  .account_deco_left {
    width: min(20.5555555556vw, 185px);
    left: 2px;
  }
}

.account_deco_right {
  right: 78px;
  top: 0;
  width: min(9.5555555556vw, 172px);
}

@media (max-width: 955px) {
  .account_deco_right {
    width: min(18vw, 162px);
    top: 0;
    right: 10px;
  }
}

.account_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 240px;
  margin: 0 auto;
  width: 100%;
  padding: 0;
  align-items: start;
  justify-content: center;
  list-style: none;
  gap: 34px;
}

@media (min-width: 780px) {
  .account_list {
    max-width: 952px;
    gap: 90px 160px;
    grid-template-columns: repeat(2, max-content);
  }
}

@media (min-width: 956px) {
  .account_list {
    grid-template-columns: repeat(3, min(8.7058823529vw, 148px));
    gap: min(15.0588235294vw, 256px);
  }
}

.account_list_item {
  min-width: 0;
  text-align: center;
}

.account_list_item_link {
  display: block;
  width: 100%;
  color: inherit;
  text-decoration: none;
}

.account_list_item_icon {
  margin-bottom: 12px;
}

@media (min-width: 780px) {
  .account_list_item_icon {
    width: 148px;
    height: 148px;
    margin: 0 auto 32px;
  }
}

@media (min-width: 956px) {
  .account_list_item_icon {
    width: min(8.7058823529vw, 148px);
    height: min(8.7058823529vw, 148px);
  }
}

.account_list_item_icon img {
  display: block;
  width: 100%;
}

.account_list_item_txt {
  position: relative;
  left: 50%;
  display: block;
  width: max-content;
  max-width: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
  transform: translateX(-50%);
}

@media (min-width: 780px) {
  .account_list_item_txt {
    font-size: 21px;
  }
}

@media (min-width: 956px) {
  .account_list_item_txt {
    font-size: min(1.4705882353vw, 25px);
  }
}

/*# sourceMappingURL=home.css.map */


/* 2026.7.31分 */
.common_btn {
  display: block;
  max-width: 476px;
  margin: 0 auto;
  border-radius: 26px;
  max-width: 300px;
  position: relative;
  z-index: 0;
}

@media (min-width: 600px) {
  .common_btn {
    max-width: 350px;
  }
}

@media (min-width: 956px) {
  .common_btn {
    max-width: none;
    width: clamp(350px, 24.375vw, 468px);
  }
}

.common_btn::before {
  position: absolute;
  content: "";
  top: 8px;
  left: 8px;
  width: 100%;
  height: 100%;
  background: #000000;
  border: 2px solid #000000;
  border-radius: 26px;
  z-index: -1;
  visibility: visible;
  opacity: 1;
}

@media (min-width: 956px) {
  .common_btn:hover .mv_btn_inner {
    transform: translate(8px, 8px);
  }
}

.common_btn.mv_btn {
  margin-top: 20px;
}

@media (min-width: 956px) {
  .common_btn.mv_btn {
    margin-top: 40px;
  }
}

.mv_btn_inner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 20px 16px;
  border-radius: 26px;
  background: linear-gradient(90deg,
      #eeadcc 37.6%,
      #b9b4d8 50.37%,
      #94d2f3 61.98%);
  border: 2px solid #000000;
  transition: transform 0.3s ease-out;
}

@media (min-width: 956px) {
  .mv_btn_inner {
    gap: 21px;
    padding: 34px 20px;
  }
}

.common_btn_txt {
  font-family: "KeiFontWeb", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.0137em;
  position: relative;
  z-index: 2;
}

@media (min-width: 956px) {
  .common_btn_txt {
    font-size: clamp(24px, 2.083333333333333vw, 40px);
  }
}

.common_btn_ball {
  max-width: 40px;
  position: relative;
  z-index: 2;
}

@media (min-width: 956px) {
  .common_btn_ball {
    max-width: none;
    width: clamp(40px, 2.604166666666667vw, 50px);
  }
}

.common_btn_bg {
  position: absolute;
  top: 0;
  left: 0;
}

/* チケットプレゼント */
.section.present {
  padding: 32px 0;
  background: linear-gradient(90deg, #EEADCC 0%, #BBB3D7 50%, #94D2F3 100%);

}

@media (min-width: 956px) {
  .section.present {
    padding: clamp(80px, 5.46875vw, 105) 0 clamp(80px, 5.625vw, 108px);
    background: linear-gradient(90deg, #EEADCC 0%, #BBB3D7 50%, #94D2F3 100%);

  }
}

.present_container {
  background: #fff;
  border: 2px solid #000000;
  border-radius: 20px;
  padding: 20px 12px 40px;
  position: relative;
  z-index: 1;
}

@media (min-width: 956px) {
  .present_container {
    border-radius: 30px;
    /* padding: 99px 40px 75px; */
    padding: clamp(60px, 5.15625vw, 99px) 40px clamp(50px, 3.90625vw, 75px);
  }
}

.present_wrapper {
  margin-bottom: 20px;
}

@media (min-width: 956px) {
  .present_wrapper {
    max-width: 1153px;
    /* margin: 0 auto 63px; */
    margin: 0 auto clamp(40px, 3.28125vw, 63px);
  }
}

.present_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  margin: 60px 0 20px;
}

@media (min-width: 956px) {
  .present_inner {
    /* gap: 41px; */
    gap: clamp(20px, 2.1354166666666665vw, 41px);
    /* margin: 45px 0 51px; */
    margin: clamp(20px, 2.34375vw, 45px) 0 clamp(24px, 2.65625vw, 51px);
  }
}

.present_ttl_wrap {
  position: relative;
  width: fit-content;
}

.present_ttl {
  font-weight: 600;
  font-size: 24px;
  /* line-height: 1; */
  line-height: 1.3;
  text-align: center;
}

@media (min-width: 956px) {
  .present_ttl {
    /* font-size: 45px; */
    font-size: clamp(24px, 2.34375vw, 45px);
    font-weight: 400;
  }
}

.present_ttl span {
  color: #D23A26;
}

.present_ttl_bubble {
  position: absolute;
  top: -50px;
  right: -10px;
  max-width: 70px;
}

@media (min-width: 600px) {
  .present_ttl_bubble {
    top: -50px;
    right: -60px;
    max-width: 100px;
  }
}

@media (min-width: 956px) {
  .present_ttl_bubble {
    top: -16px;
    /* right: -201px; */
    right: -10.46875vw;
    max-width: none;
    width: clamp(100px, 8.75vw, 168px);
  }
}

.present_txt_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

@media (min-width: 956px) {
  .present_txt_wrap {
    /* gap: 41px; */
    gap: clamp(20px, 2.1354166666666665vw, 41px);
  }
}

.present_txt {
  /* font-family: Inter; */
  font-weight: 600;
  font-size: 14px;
  /* line-height: 1; */
  line-height: 1.3;
  text-align: center;
}

@media (min-width: 956px) {
  .present_txt {
    font-weight: 500;
    /* font-size: 22px; */
    font-size: clamp(14px, 1.1458333333333333vw, 22px);
  }
}

/* 来場者特典 */
.section.bonus {
  background: #B6E0FF;
  padding: 32px 0;
  position: relative;
  z-index: 1;
}

@media (min-width: 956px) {
  .section.bonus {
    background: #B6E0FF;
    /* padding: 102px 0 63px; */
    padding: clamp(80px, 5.3125vw, 102px) 0 clamp(40px, 3.28125vw, 63px);
  }
}

.bonus_container {
  border: 2px solid #000000;
  background: #fff;
  padding: 40px 4px 32px;
  border-radius: 20px;
  margin-bottom: 22px
}

@media (min-width: 956px) {
  .bonus_container {
    /* padding: 66px 38px 61px; */
    padding: clamp(40px, 3.4375000000000004vw, 66px) 38px clamp(40px, 3.177083333333333vw, 61px);
    border-radius: 30px;

    margin-bottom: clamp(40px, 3.28125vw, 63px);
  }
}

.bonus_container_top {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 956px) {
  .bonus_container_top {
    display: flex;
    flex-direction: column;
    /* gap: 44px; */
    gap: clamp(20px, 2.2916666666666665vw, 44px);
    align-items: center;
  }
}

.bonus_txt_container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

@media (min-width: 956px) {
  .bonus_txt_container {
    /* gap: 28px; */
    gap: clamp(20px, 1.4583333333333333vw, 28px);
  }
}

.bonus_main_txt {
  font-weight: 600;
  font-size: 24px;
  /* line-height: 1; */
  line-height: 1.3;
  text-align: center;
}

@media (min-width: 956px) {
  .bonus_main_txt {
    font-weight: 400;
    /* font-size: 45px; */
    font-size: clamp(24px, 2.34375vw, 45px);
  }
}

.bonus_txt_wrap {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

@media (min-width: 956px) {
  .bonus_txt_wrap {
    gap: 7px;
  }
}

.bonus_txt {
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}

@media (min-width: 956px) {
  .bonus_txt {
    font-weight: 500;
    font-size: clamp(14px, 1.1458333333333333vw, 22px);

  }
}

.bonus_img {
  margin-top: 20px;
}

@media (min-width: 956px) {
  .bonus_img {
    /* margin-top: -94px; */
    margin-top: -4.895833333333333vw;
  }
}

/* 入会方法 */
.section.admission {
  background: #FFF099;
  padding: 60px 0 40px;
}

@media (min-width: 956px) {
  .section.admission {
    background: #FFF099;
    /* padding: 98px 0 100px; */
    padding: clamp(70px, 5.104166666666667vw, 98px) 0 clamp(80px, 5.208333333333334vw, 100px);
  }
}


.section_ttl.admission {
  margin-bottom: 100px;
  text-align: center;
  position: relative;
}

@media (min-width: 600px) {
  .section_ttl.admission {
    margin-bottom: 160px;
  }
}

@media (min-width: 780px) {
  .section_ttl.admission {
    margin-bottom: 136px;
  }
}



.admission_content_container {
  background: #FFFFFF;
  border: 2px solid #000000;
  border-radius: 18px;
  padding: 60px 20px;
}

@media (min-width: 956px) {
  .admission_content_container {
    border-radius: 36px;
    /* padding: 111px 40px 88px; */
    padding: clamp(80px, 5.78125vw, 111px) 40px clamp(60px, 4.583333333333333vw, 88px);
  }
}

.admission_content_wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media (min-width: 600px) {
  .admission_content_wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 40px;
  }
}

@media (min-width: 956px) {
  .admission_content_wrapper {
    grid-template-columns: repeat(4, 1fr);
    /* grid-column-gap: 35px; */
    grid-column-gap: clamp(20px, 1.8229166666666667vw, 35px);
    /* grid-row-gap: 104px; */
    grid-row-gap: min(5.416666666666667vw, 104px);
    max-width: 1330px;
    margin: 0 auto;
  }
}

.admission_content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (min-width: 956px) {
  .admission_content {
    display: flex;
    flex-direction: column;
    gap: clamp(20px, 1.5625vw, 30px);
  }
}

.admission_content_step {
  background: #FFF099;
  border-radius: 999px;
  width: 100%;
  padding: 20px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

@media (min-width: 956px) {
  .admission_content_step {
    padding: 30px 20px 26px;
    gap: 16px;
  }
}

.admission_content_step_en {
  font-family: "KeiFontWeb", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  letter-spacing: -0.0117em;


}

@media (min-width: 956px) {

  .admission_content_step_en {
    font-size: clamp(20px, 1.5104166666666667vw, 29px);


  }
}

.admission_content_step_num {
  font-family: "KeiFontWeb", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  letter-spacing: -0.0117em;

}

@media (min-width: 956px) {
  .admission_content_step_num {
    font-size: clamp(20px, 1.5104166666666667vw, 29px);


  }
}

.admission_content_txt_container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (min-width: 956px) {
  .admission_content_txt_container {
    margin-top: 6px;
    gap: clamp(20px, 2.03125vw, 39px);
  }
}

.admission_content_txt {
  font-weight: 400;
  font-size: 14px;
  /* line-height: 1; */
  line-height: 1.5;

}

@media (min-width: 956px) {
  .admission_content_txt {
    font-size: clamp(14px, 1.09375vw, 21px);

  }
}

.admission_content_txt.admission_content_toLink {
  color: #F15A24;
}

.admission_content_link_wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (min-width: 956px) {
  .admission_content_link_wrap {
    gap: 14px;
  }
}

.admission_content_link {
  background: #000000;
  display: block;
  color: #fff !important;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  border-radius: 999px;
  padding: 20px 16px;
  transition: opacity .3s ease-out;
}

@media (min-width: 956px) {
  .admission_content_link {
    font-size: 21px;
    padding: 20px 16px;
  }

  .admission_content_link:hover {
    opacity: 0.6;
    color: #FFFFFF !important;
  }

}

/* 固定ボタン */
/* .fixed_btn {
  position: fixed;
  bottom: 16px;
  right: 16px;
  z-index: 999;
  background-color: #FFFFFF;
  border-radius: 999px;
  padding: 8px;

  max-width: 120px;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 1;
  visibility: visible;
}

@media (min-width: 956px) {
  .fixed_btn {
    bottom: 20px;
    right: clamp(20px, 3.5416666666666665vw, 60px);
    width: clamp(200px, 12.135416666666666vw, 233px);
    max-width: none;
  }
}
.fixed_btn.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none; 
}
@media (min-width: 956px) {
.fixed_btn:hover .fixed_btn_img {
  opacity: 0.6;
}
}

.fixed_btn_img {
  background-color: #FFF099;
  border-radius: 999px;
  transition: opacity .3s ease-out;
} */


/* 固定ボタンのベース */
.fixed_btn {
  display: block;
  background-color: #FFFFFF;
  border-radius: 999px;
  padding: 8px;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  z-index: 999;
}

/* ▼ 【スマホ（956px未満）の基本】：最初は完全に隠しておく */
@media (max-width: 955px) {
  .fixed_btn {
    position: fixed;
    bottom: 16px;
    right: 16px;
    max-width: 120px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  /* スマホで「MVを過ぎたとき（is-fixed）」だけ表示する */
  .fixed_btn.is-fixed {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

/* ▼ 【PC（956px以上）のとき】：初期は画面中央に表示 */
@media (min-width: 956px) {
  .fixed_btn:not(.is-fixed) {
    position: fixed;
    top: 50%;
    right: clamp(20px, 3.5416666666666665vw, 60px);
    transform: translateY(-50%);
    max-width: 200px;
  }

  /* PCでMVを過ぎたとき */
  .fixed_btn.is-fixed {
    position: fixed;
    bottom: 20px;
    right: clamp(20px, 3.5416666666666665vw, 60px);
    width: clamp(200px, 12.135416666666666vw, 233px);
    max-width: none;
    top: auto;
    left: auto;
    transform: none;
  }
}

/* ▼ 【フッターに入ったとき】 */
.fixed_btn.is-hidden {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

@media (min-width: 956px) {
  .fixed_btn:hover .fixed_btn_img {
    opacity: 0.6;
  }
}

.fixed_btn_img {
  background-color: #FFF099;
  border-radius: 999px;
  transition: opacity .3s ease-out;
}

@media (min-width: 956px) {
  .br_tab {
    display: none;
  }
}

@media (min-width: 768px) {
  .br_sp {
    display: none;
  }
}


/* 追加 */
.card_item_name_wrap {
  width: fit-content;
  position: relative;
  margin: 0 auto;
}

.card_item_name_bubble {
  position: absolute;
  top: -27px;
  right: -65px;
  max-width: 70px;
}

@media (min-width: 600px) {
  .card_item_name_bubble {
    position: absolute;
    top: -27px;
    right: -100px;
    max-width: 100px;
  }
}

@media (min-width: 780px) {
  .card_item_name_bubble {
    position: absolute;
    top: -48px;
  }
}

@media (min-width: 956px) {
  .card_item_name_bubble {
    position: absolute;
    top: -30px;
    /* right: -195px; */
    right: -10.15625vw;
    width: clamp(100px, 8.75vw, 168px);
    max-width: none;
  }
}

@media (min-width: 1040px) {
  .card_item_name_bubble {
    top: -48px;
  }
}

.card_item_price_txt {
  font-weight: 600;
  font-size: 16px;
  /* line-height: 1; */
  line-height: 1.3;
}

@media (min-width: 600px) {
  .card_item_price_txt {
    font-size: 20px;
  }
}

@media (min-width: 956px) {
  .card_item_price_txt {
    font-size: clamp(16px, 1.1458333333333333vw, 22px);
    font-weight: 400;
    margin-top: 28px;
  }
}



/* 2026.8.24追加 */
.common_yellow_btn {
  position: relative;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
}
@media (min-width: 956px) {
.common_yellow_btn {
  width: 89%;
}

}
@media (min-width: 956px) {
  .common_yellow_btn {
  width: min(34.791666666666664vw, 668px);
  }
}
.common_yellow_btn::before {
  position: absolute;
  content: "";
  top: 8px;
  left: 8px;
  width: 100%;
  height: 100%;
  background: #000000;
  border: 2px solid #000000;
  border-radius: 26px;
  z-index: -1;
  visibility: visible;
  opacity: 1;

}

.common_yellow_btn span {
  color: #D3816C;

  font-family: "KeiFontWeb", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(18px, 1.25vw, 24px);
  line-height: 1;
  letter-spacing: -0.0137em;

  width: 100%;
  text-align: center;
  background: #F6E896;
  border-radius: 26px;
  transition: transform 0.3s ease-out;
  border: 2px solid #000000;
  padding: 34px 20px;
}
@media (min-width: 956px) {
  .common_yellow_btn span {
      font-size: clamp(18px, 1.25vw, 24px);
  }
}
@media (min-width: 956px) {
  .common_yellow_btn:hover span {
    transform: translate(8px, 8px);
  }
}