@charset "UTF-8";
/*
see: http://html5doctor.com/html-5-reset-stylesheet/
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
lists,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
lists,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

@font-face {
  font-family: "Zen Kurenaido";
  src: url("../fonts/ZenKurenaido-Regular.woff2") format("woff2"), url("../fonts/ZenKurenaido-Regular.woff") format("woff");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("../fonts/ZenKakuGothicNew-Medium.woff2") format("woff2"), url("../fonts/ZenKakuGothicNew-Medium.woff") format("woff");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("../fonts/ZenKakuGothicNew-Bold.woff2") format("woff2"), url("../fonts/ZenKakuGothicNew-Bold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-ExtraBold.woff2") format("woff2"), url("../fonts/Montserrat-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-display: swap;
}
html {
  font-size: 62.5%;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
}

.body {
  margin: 0 auto;
  color: rgb(51, 10, 30);
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, sans-serif;
  font-size: calc(1.6rem * 1);
  line-height: 1;
  text-align: center;
  position: relative;
  z-index: -9999;
}

.main {
  margin: 0 auto;
  position: relative;
  z-index: 1;
  background-color: rgb(250, 250, 250);
}

.inner {
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width:1024px) {
  .inner {
    max-width: 768px;
  }
}

strong {
  font-weight: 500;
}

a {
  text-decoration: none;
  color: rgb(17, 17, 17);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
}

a:hover {
  opacity: 0.5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width:1024px) {
  a:hover {
    opacity: 1;
  }
}

span {
  line-height: 1;
  display: block;
}

img {
  vertical-align: top;
}

ol,
ul {
  list-style: none;
}

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

#contact:before {
  display: block;
  height: 7rem;
  margin-top: -7rem;
  content: "";
}
@media (max-width:600px) {
  #contact:before {
    height: 5rem;
    margin-top: -5rem;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
  /*Google Chrome、Safariへの対応*/
}
*::-webkit-scrollbar {
  display: none;
}

/* カレンダー全体の背景色 */
.fc {
  background-color: rgb(250, 250, 250);
}

/* カレンダータイトル */
.fc .fc-toolbar-title {
  letter-spacing: calc(5 / 100 * 1em);
  font-size: calc(1.6rem * 1);
}

/* カレンダー上部に表示する前月と翌月のボタン */
.fc .fc-button-primary {
  background-color: #fff;
  border: 2px solid rgb(255, 79, 68);
  color: rgb(255, 79, 68);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width:1024px) {
  .fc .fc-button-primary {
    font-size: calc(1.6rem * 0.75);
  }
}
.fc .fc-button-primary:first-child {
  border-right: 2px solid rgb(255, 79, 68);
}
.fc .fc-button-primary:last-child {
  border-left: 1px solid rgb(255, 79, 68);
}
.fc .fc-button-primary.fc-today-button {
  border-left: 2px solid rgb(255, 79, 68);
}

/* カレンダー上部に表示する当日のボタン */
.fc .fc-button-primary:disabled {
  background: rgb(255, 79, 68);
  border: 2px solid rgb(255, 79, 68);
  color: rgb(250, 250, 250);
  opacity: 1;
}

/* カレンダー上部に表示するボタンのアクティブ・ホバー時スタイル */
.fc .fc-button-primary:not(:disabled).fc-button-active,
.fc .fc-button-primary:not(:disabled):active,
.fc .fc-button-primary:not(:disabled):hover {
  background-color: rgb(255, 79, 68);
  border-color: rgb(255, 79, 68);
  color: rgb(250, 250, 250);
}

/* カレンダー上部に表示するボタンのフォーカス時スタイル */
.fc .fc-button-primary:not(:disabled).fc-button-active:focus,
.fc .fc-button-primary:not(:disabled):active:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* ツールチップ */
.tippy-box {
  background-color: rgb(250, 250, 250);
  border: 2px solid rgb(255, 79, 68);
}

.tippy-content {
  color: rgb(17, 17, 17);
}

.tippy-content a {
  color: rgb(213, 40, 123);
}

/* カレンダーに表示するイベント */
.fc-event-title,
.fc-event-time {
  color: rgb(17, 17, 17);
}

.fc-event {
  background-color: rgba(255, 79, 68, 0.15);
}

.fc .fc-daygrid-event {
  margin-top: 2px;
}

.fc-daygrid-event-dot {
  border: 4px rgb(255, 79, 68) solid;
}

/* カレンダーに当日背景色 */
.fc .fc-daygrid-day.fc-day-today {
  background-color: rgba(255, 79, 68, 0.15);
}

.fc-list-empty-cushion {
  display: none; /* 元のテキストを隠す */
}

.fc-list-empty:after {
  content: "イベントはありません"; /* 新しいテキストを設定 */
  display: block;
  text-align: center;
  font-size: calc(1.6rem * 0.875);
  color: rgb(51, 10, 30);
}

@media (max-width:1024px) {
  .fc-daygrid-day-number {
    font-size: calc(1.6rem * 0.875);
  }
}

@media (max-width:1024px) {
  .fc-col-header-cell-cushion {
    font-size: calc(1.6rem * 0.875);
  }
}

.body.menu-open {
  position: relative;
}
.body.menu-open:after {
  content: "";
  z-index: 8888;
  background-color: rgb(17, 17, 17);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-animation: fadeOpacity 0.375s forwards;
          animation: fadeOpacity 0.375s forwards;
}
@-webkit-keyframes fadeOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.75;
  }
}
@keyframes fadeOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.75;
  }
}
@-webkit-keyframes fadeOutOpacity {
  0% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOutOpacity {
  0% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
  }
}

.headerWr {
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: min(calc(100 / 1440 * 100vw), 100px);
  position: fixed;
  left: 0;
  z-index: 9999;
  background-color: transparent;
  margin-top: min(calc(16 / 1440 * 100vw), 16px);
  -webkit-transform: translateY(-122%);
          transform: translateY(-122%);
}
@media (max-width:1024px) {
  .headerWr {
    height: 48px;
    margin-top: 0;
  }
}
.headerWr.appear {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.header {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding-left: min(calc(20 / 1440 * 100vw), 20px);
  padding-right: min(calc(20 / 1440 * 100vw), 20px);
}
@media (max-width:1024px) {
  .header {
    padding-left: 0;
    padding-right: 0;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.header__contents {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-filter: drop-shadow(0 0 3px rgba(250, 250, 250, 0.15));
          filter: drop-shadow(0 0 3px rgba(250, 250, 250, 0.15));
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
}
@media (max-width:1024px) {
  .header__contents {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.header__contents__logo a {
  width: 100%;
  height: 100%;
  margin-bottom: min(calc(12 / 1440 * 100vw), 12px);
  margin-left: min(calc(48 / 1440 * 100vw), 48px);
}
@media (max-width:1024px) {
  .header__contents__logo a {
    margin-bottom: 0;
    margin-left: 0;
  }
}
.header__contents__logo .logo__image {
  width: min(calc(334.57 / 1440 * 100vw), 334.57px);
  aspect-ratio: 334.57/64;
}
@media (max-width:1024px) {
  .header__contents__logo .logo__image {
    width: max(calc(108 / 600 * 100vw), 108px);
  }
}
.header__contents__logo .logo__image img {
  -o-object-fit: contain;
     object-fit: contain;
}
.header__contents__navAllWr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  gap: min(calc(14 / 1440 * 100vw), 14px) min(calc(48 / 1440 * 100vw), 48px);
}
.header__contents__snsWr {
  margin-bottom: min(calc(14 / 1440 * 100vw), 14px);
}
.header__contents__sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(calc(0 / 1440 * 100vw), 0px) min(calc(24 / 1440 * 100vw), 24px);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header__contents__sns .sns__list.icon img {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__contents__sns .sns__list.translate a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header__contents__sns .sns__list.translate a span {
  font-size: calc(1.6rem * 1.25);
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: calc(20 / 100 * 1em);
  color: rgb(213, 40, 123);
  background: -webkit-gradient(linear, left top, right top, from(rgb(213, 40, 123)), to(rgb(255, 79, 68)));
  background: -webkit-linear-gradient(left, rgb(213, 40, 123) 0%, rgb(255, 79, 68) 100%);
  background: linear-gradient(90deg, rgb(213, 40, 123) 0%, rgb(255, 79, 68) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.header__contents__sns .sns__list.translate img {
  width: 34px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 6px;
}
@media (max-width:1024px) {
  .header__contents__navAllWr {
    display: none;
  }
}
.header__contents__nav .nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width:1024px) {
  .header__contents__nav .nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.header__contents__nav .nav__list__item:first-child a span {
  padding-left: 0;
}
.header__contents__nav .nav__list__item:last-child a span {
  padding-right: 0;
}
.header__contents__nav .nav__list__item a {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.header__contents__nav .nav__list__item a span {
  padding-left: min(calc(14 / 1440 * 100vw), 14px);
  padding-right: min(calc(14 / 1440 * 100vw), 14px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: calc(1.6rem * 1.25);
  color: rgb(213, 40, 123);
  background: -webkit-gradient(linear, left top, right top, from(rgb(213, 40, 123)), to(rgb(255, 79, 68)));
  background: -webkit-linear-gradient(left, rgb(213, 40, 123) 0%, rgb(255, 79, 68) 100%);
  background: linear-gradient(90deg, rgb(213, 40, 123) 0%, rgb(255, 79, 68) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
.header__contents__cta {
  width: 236px;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgb(213, 40, 123)), to(rgb(255, 79, 68)));
  background: -webkit-linear-gradient(left, rgb(213, 40, 123) 0%, rgb(255, 79, 68) 100%);
  background: linear-gradient(90deg, rgb(213, 40, 123) 0%, rgb(255, 79, 68) 100%);
  border-radius: 8px;
}
.header__contents__cta a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8px;
  padding-bottom: 3px;
}
.header__contents__cta span {
  color: rgb(250, 250, 250);
  font-size: calc(1.6rem * 1.5);
  letter-spacing: calc(10 / 100 * 1em);
  font-weight: 700;
}
.header__contents__btnMenu {
  display: none;
}
@media (max-width:1024px) {
  .header__contents__btnMenu {
    overflow: hidden;
    position: absolute;
    right: 3.333vw;
    top: 0;
    background-color: rgb(250, 250, 250);
    -webkit-filter: drop-shadow(0 0 3px rgba(17, 17, 17, 0.15));
            filter: drop-shadow(0 0 3px rgba(17, 17, 17, 0.15));
    -webkit-transform: translateZ(0px);
            transform: translateZ(0px);
    border-radius: 6px;
    width: 50px;
    height: 46px;
    padding-top: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: width 0.2s ease-in-out, height 0.175s ease-in-out 0.2s;
    transition: width 0.2s ease-in-out, height 0.175s ease-in-out 0.2s;
  }
}
.header__contents__btnMenu .btnMenu__shapes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 36px;
  height: 13px;
  position: absolute;
  top: 23px;
  right: 7px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.header__contents__btnMenu .btnMenu__shapes span {
  width: 36px;
  height: 1px;
  border-radius: 9999px;
  background-color: rgb(17, 17, 17);
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.header__contents__btnMenu .btnMenu__shapes span:nth-child(2) {
  width: 24px;
}
.header__contents__btnMenu .btnMenu__shapes span:last-child {
  width: 12px;
}
.header__contents__btnMenu .btnMenu__text {
  font-size: calc(1.6rem * 0.625);
  font-family: "Montserrat", sans-serif;
  letter-spacing: calc(5 / 100 * 1em);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.header__contents__btnMenu.menu-open {
  width: 93.333vw;
  height: 95vh;
  height: 95dvh;
  overflow: auto;
}
.header__contents__btnMenu.menu-open .btnMenu__shapes {
  right: 3.33vw;
}
.header__contents__btnMenu.menu-open .btnMenu__shapes span:first-child {
  width: 0;
}
.header__contents__btnMenu.menu-open .btnMenu__shapes span:nth-child(2) {
  width: 0;
}
.header__contents__btnMenu.menu-open .btnMenu__shapes span:nth-child(3) {
  width: 60px;
}

.headerSpNavWr {
  display: none;
}
@media (max-width:1024px) {
  .headerSpNavWr {
    display: none;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    opacity: 0;
    position: absolute;
    top: 46px;
    right: 50px;
  }
  .headerSpNavWr.menu-open {
    display: block;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-in-out 0.3s;
    transition: opacity 0.2s ease-in-out 0.3s;
    top: 0;
    right: 0;
  }
  .headerSpNavWr.menu-open .headerSpNav__btn {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .headerSpNavWr.menu-open .headerSpNav {
    opacity: 1;
  }
  .headerSpNavWr.menu-open .headerSpNav__buttons__ppl {
    opacity: 1;
    bottom: min(calc(-21 / 600 * 100vw), -21px);
  }
}

.headerSpNav {
  overflow: hidden;
  padding-right: max(calc(16 / 600 * 100vw), 16px);
  padding-left: max(calc(16 / 600 * 100vw), 16px);
  padding-top: max(calc(20 / 600 * 100vw), 20px);
  padding-bottom: max(calc(20 / 600 * 100vw), 20px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.6s 0.4s;
  transition: all 0.6s 0.4s;
}
.headerSpNav__btn {
  position: absolute;
  right: 3.833vw;
  top: 18px;
  overflow: hidden;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: right;
  cursor: pointer;
  font-size: calc(1.6rem * 0.875);
  font-family: "Montserrat", sans-serif;
  letter-spacing: calc(5 / 100 * 1em);
}
.headerSpNav__heads {
  position: relative;
  width: 196px;
  margin: 0 auto;
  margin-top: max(calc(32 / 600 * 100vw), 32px);
}
.headerSpNav__head__logo {
  margin-bottom: 2px;
}
.headerSpNav__head__text {
  font-size: calc(1.6rem * 0.75);
  color: rgb(213, 40, 123);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-weight: 700;
}
.headerSpNav__listsWr {
  height: 100%;
  margin-bottom: max(calc(16 / 600 * 100vw), 16px);
  padding-left: max(calc(16 / 600 * 100vw), 16px);
}
.headerSpNav__lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.headerSpNav__lists__item a {
  display: block;
  letter-spacing: calc(3 / 100 * 1em);
}
.headerSpNav__lists__item a span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.headerSpNav__lists__item a span:first-child {
  font-size: calc(1.6rem * 1.25);
  text-align: center;
  letter-spacing: calc(5 / 100 * 1em);
  color: rgb(213, 40, 123);
  background: -webkit-gradient(linear, left top, right top, from(rgb(213, 40, 123)), to(rgb(255, 79, 68)));
  background: -webkit-linear-gradient(left, rgb(213, 40, 123) 0%, rgb(255, 79, 68) 100%);
  background: linear-gradient(90deg, rgb(213, 40, 123) 0%, rgb(255, 79, 68) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 4px;
}
.headerSpNav__lists__item a span:last-child {
  font-size: calc(1.6rem * 0.75);
  text-align: center;
  letter-spacing: calc(5 / 100 * 1em);
  color: rgb(213, 40, 123);
  background: -webkit-gradient(linear, left top, right top, from(rgb(213, 40, 123)), to(rgb(255, 79, 68)));
  background: -webkit-linear-gradient(left, rgb(213, 40, 123) 0%, rgb(255, 79, 68) 100%);
  background: linear-gradient(90deg, rgb(213, 40, 123) 0%, rgb(255, 79, 68) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Montserrat", sans-serif;
  margin-left: 1.5px;
}
.headerSpNav__lists__item:last-child a {
  margin-bottom: 0;
}
.headerSpNav__buttons {
  position: relative;
}
.headerSpNav__buttons__ppl {
  width: 124px;
  height: 194px;
  position: absolute;
  right: min(calc(-24 / 600 * 100vw), -24px);
  bottom: -100%;
  z-index: 8888;
  opacity: 0;
  -webkit-transition: all 0.3s 0.6s;
  transition: all 0.3s 0.6s;
}
.headerSpNav__buttons__ppl img {
  -o-object-fit: contain;
     object-fit: contain;
}
.headerSpNav__buttons__btn {
  width: 100%;
  height: 96px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(213, 40, 123)), to(rgb(255, 79, 68)));
  background: -webkit-linear-gradient(top, rgb(213, 40, 123) 0%, rgb(255, 79, 68) 100%);
  background: linear-gradient(180deg, rgb(213, 40, 123) 0%, rgb(255, 79, 68) 100%);
  -webkit-filter: drop-shadow(0 0 3px rgba(17, 17, 17, 0.15));
          filter: drop-shadow(0 0 3px rgba(17, 17, 17, 0.15));
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 8px;
}
.headerSpNav__buttons__btn a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.headerSpNav__buttons__btn a:hover {
  opacity: 1;
}
.headerSpNav__buttons__btn .btn__text span {
  text-align: center;
  color: rgb(250, 250, 250);
  font-size: calc(1.6rem * 1.25);
  letter-spacing: calc(5 / 100 * 1em);
  font-weight: 700;
}
@media (max-width:600px) {
  .headerSpNav__buttons__btn .btn__text span {
    text-align: left;
    line-height: 1.25;
    margin-right: 64px;
  }
}

.footer {
  background: -webkit-gradient(linear, left top, right top, from(rgb(213, 40, 123)), to(rgb(255, 79, 68)));
  background: -webkit-linear-gradient(left, rgb(213, 40, 123) 0%, rgb(255, 79, 68) 100%);
  background: linear-gradient(90deg, rgb(213, 40, 123) 0%, rgb(255, 79, 68) 100%);
}
.footer .topButton {
  position: fixed;
  right: min(calc(96 / 1440 * 100vw), 96px);
  bottom: min(calc(64 / 1440 * 100vw), 64px);
  z-index: 9555;
  -webkit-filter: drop-shadow(0 0 3px rgba(17, 17, 17, 0.75));
          filter: drop-shadow(0 0 3px rgba(17, 17, 17, 0.75));
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
@media (max-width:1024px) {
  .footer .topButton {
    right: max(calc(32 / 600 * 100vw), 32px);
    bottom: max(calc(24 / 600 * 100vw), 24px);
    -webkit-filter: drop-shadow(0 0 3px rgba(17, 17, 17, 0.5));
            filter: drop-shadow(0 0 3px rgba(17, 17, 17, 0.5));
    -webkit-transform: translateZ(0px);
            transform: translateZ(0px);
  }
}
.footer .topButton.appear {
  opacity: 1;
}
.footer .topButton a {
  position: relative;
}
.footer .topButton div {
  width: 96px;
  height: 96px;
  margin-bottom: 8px;
}
@media (max-width:1024px) {
  .footer .topButton div {
    width: 48px;
    height: 48px;
    margin-bottom: 4px;
    margin-inline: auto;
  }
}
.footer .topButton div img {
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer .topButton span {
  width: 100%;
  text-align: center;
  color: rgb(250, 250, 250);
  font-size: calc(1.6rem * 1.125);
  letter-spacing: calc(5 / 100 * 1em);
  font-weight: 700;
  -webkit-filter: drop-shadow(0 0 3px rgba(17, 17, 17, 0.5));
          filter: drop-shadow(0 0 3px rgba(17, 17, 17, 0.5));
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
}
@media (max-width:1024px) {
  .footer .topButton span {
    font-size: calc(1.6rem * 0.75);
    -webkit-filter: drop-shadow(0 0 3px rgba(17, 17, 17, 0.25));
            filter: drop-shadow(0 0 3px rgba(17, 17, 17, 0.25));
    -webkit-transform: translateZ(0px);
            transform: translateZ(0px);
  }
}
.footer .topButton:hover {
  scale: 0.875;
}
.footer .ctaButton {
  display: none;
}
@media (max-width:1024px) {
  .footer .ctaButton {
    display: block;
    position: fixed;
    left: max(calc(32 / 600 * 100vw), 32px);
    bottom: max(calc(28 / 600 * 100vw), 28px);
    z-index: 9555;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 48px;
    margin-inline: auto;
    background: -webkit-gradient(linear, left top, right top, from(rgb(213, 40, 123)), to(rgb(255, 79, 68)));
    background: -webkit-linear-gradient(left, rgb(213, 40, 123) 0%, rgb(255, 79, 68) 100%);
    background: linear-gradient(90deg, rgb(213, 40, 123) 0%, rgb(255, 79, 68) 100%);
    -webkit-filter: drop-shadow(0 0 3px rgba(17, 17, 17, 0.25));
            filter: drop-shadow(0 0 3px rgba(17, 17, 17, 0.25));
    -webkit-transform: translateZ(0px);
            transform: translateZ(0px);
    border-radius: 8px;
  }
}
.footer .ctaButton.appear {
  opacity: 1;
}
@media (max-width:1024px) {
  .footer .ctaButton a {
    width: 100%;
    height: 100%;
    text-align: center;
    color: rgb(250, 250, 250);
    font-size: calc(1.6rem * 0.75);
    letter-spacing: calc(10 / 100 * 1em);
    line-height: 1.375;
    font-weight: 700;
    position: relative;
    padding-left: max(calc(16 / 600 * 100vw), 16px);
    padding-right: max(calc(16 / 600 * 100vw), 16px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 2px;
  }
}
.footer__contentsAllWr {
  background-color: rgb(250, 250, 250);
  border-radius: 128px 128px 0 0;
  padding-top: min(calc(108 / 1440 * 100vw), 108px);
  padding-right: min(calc(150 / 1440 * 100vw), 150px);
  padding-bottom: min(calc(64 / 1440 * 100vw), 64px);
  padding-left: min(calc(150 / 1440 * 100vw), 150px);
}
@media (max-width:1024px) {
  .footer__contentsAllWr {
    border-radius: 32px 32px 0 0;
    padding-top: max(calc(48 / 600 * 100vw), 48px);
    padding-right: max(calc(20 / 600 * 100vw), 20px);
    padding-bottom: max(calc(48 / 600 * 100vw), 48px);
    padding-left: max(calc(20 / 600 * 100vw), 20px);
  }
}
.footer__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  gap: min(calc(0 / 1440 * 100vw), 0px) min(calc(108 / 1440 * 100vw), 108px);
}
@media (max-width:1024px) {
  .footer__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: max(calc(48 / 600 * 100vw), 48px) max(calc(0 / 600 * 100vw), 0px);
  }
}
.footer__contents__about .about__logo {
  width: 180px;
  height: 34px;
  margin-bottom: min(calc(24 / 1440 * 100vw), 24px);
}
@media (max-width:1024px) {
  .footer__contents__about .about__logo {
    margin-bottom: max(calc(12 / 600 * 100vw), 12px);
  }
}
.footer__contents__about .about__logo img {
  -o-object-fit: contain;
     object-fit: contain;
}
.footer__contents__about .about__para {
  font-size: calc(1.6rem * 1.25);
  line-height: calc(30 / 20);
  margin-bottom: min(calc(24 / 1440 * 100vw), 24px);
}
@media (max-width:1024px) {
  .footer__contents__about .about__para {
    margin-bottom: max(calc(16 / 600 * 100vw), 16px);
  }
}
.footer__contents__about .about__snsWr {
  margin-bottom: min(calc(64 / 1440 * 100vw), 64px);
}
@media (max-width:1024px) {
  .footer__contents__about .about__snsWr {
    margin-bottom: max(calc(48 / 600 * 100vw), 48px);
  }
}
.footer__contents__about .about__sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(calc(0 / 1440 * 100vw), 0px) min(calc(24 / 1440 * 100vw), 24px);
}
@media (max-width:1024px) {
  .footer__contents__about .about__sns {
    gap: max(calc(0 / 600 * 100vw), 0px) max(calc(12 / 600 * 100vw), 12px);
  }
}
.footer__contents__about .about__sns__list div {
  width: 42px;
  height: 42px;
}
@media (max-width:1024px) {
  .footer__contents__about .about__sns__list div {
    width: 24px;
    height: 24px;
  }
}
.footer__contents__about .about__sns__list div img {
  -o-object-fit: contain;
     object-fit: contain;
}
.footer__contents__about .about__info__lists .lists__list {
  margin-bottom: min(calc(20 / 1440 * 100vw), 20px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  row-gap: 2px;
}
@media (max-width:1024px) {
  .footer__contents__about .about__info__lists .lists__list {
    margin-bottom: max(calc(12 / 600 * 100vw), 12px);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.footer__contents__about .about__info__lists .lists__list span {
  margin-right: min(calc(20 / 1440 * 100vw), 20px);
  font-size: calc(1.6rem * 1);
  letter-spacing: calc(5 / 100 * 1em);
  line-height: 1.5;
}
@media (max-width:1024px) {
  .footer__contents__about .about__info__lists .lists__list span {
    font-size: calc(1.6rem * 1);
    margin-right: max(calc(16 / 600 * 100vw), 16px);
  }
}
.footer__contents__about .about__info__lists .lists__list p {
  font-size: calc(1.6rem * 1.25);
  letter-spacing: calc(5 / 100 * 1em);
  line-height: 1.5;
}
@media (max-width:1024px) {
  .footer__contents__about .about__info__lists .lists__list p {
    font-size: calc(1.6rem * 1);
  }
}
.footer__contents__menu .menu__head {
  font-size: calc(1.6rem * 1.25);
  letter-spacing: calc(15 / 100 * 1em);
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  position: relative;
  margin-bottom: min(calc(68 / 1440 * 100vw), 68px);
}
@media (max-width:1024px) {
  .footer__contents__menu .menu__head {
    margin-bottom: max(calc(40 / 600 * 100vw), 40px);
  }
}
.footer__contents__menu .menu__head:after {
  content: "";
  width: 100%;
  height: 4px;
  border-radius: 9999px;
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(213, 40, 123)), to(rgb(255, 79, 68)));
  background: -webkit-linear-gradient(top, rgb(213, 40, 123) 0%, rgb(255, 79, 68) 100%);
  background: linear-gradient(180deg, rgb(213, 40, 123) 0%, rgb(255, 79, 68) 100%);
  position: absolute;
  bottom: max(calc(-16 / 1440 * 100vw), -16px);
  left: 0;
}
@media (max-width:1024px) {
  .footer__contents__menu .menu__head:after {
    bottom: min(calc(-12 / 600 * 100vw), -12px);
  }
}
.footer__contents__menu .menu__lists__list {
  font-size: calc(1.6rem * 1.25);
  letter-spacing: calc(5 / 100 * 1em);
  margin-bottom: min(calc(24 / 1440 * 100vw), 24px);
}
@media (max-width:1024px) {
  .footer__contents__menu .menu__lists__list {
    margin-bottom: max(calc(16 / 600 * 100vw), 16px);
  }
}
.footer__contents__menu .menu__lists__list a {
  color: rgb(51, 10, 30);
}
.footer__contents__menu .menu__lists__list:last-child {
  margin-bottom: 0;
}
.footer__contents__consult {
  padding-top: min(calc(32 / 1440 * 100vw), 32px);
  padding-right: min(calc(48 / 1440 * 100vw), 48px);
  padding-bottom: min(calc(32 / 1440 * 100vw), 32px);
  padding-left: min(calc(48 / 1440 * 100vw), 48px);
  border-radius: 16px;
  background-color: rgb(250, 250, 250);
  border: 4px rgb(213, 40, 123) solid;
}
@media (max-width:1024px) {
  .footer__contents__consult {
    padding-top: max(calc(32 / 600 * 100vw), 32px);
    padding-right: max(calc(16 / 600 * 100vw), 16px);
    padding-bottom: max(calc(32 / 600 * 100vw), 32px);
    padding-left: max(calc(16 / 600 * 100vw), 16px);
  }
}
.footer__contents__consult .consult__head {
  margin-bottom: min(calc(32 / 1440 * 100vw), 32px);
}
@media (max-width:1024px) {
  .footer__contents__consult .consult__head {
    margin-bottom: max(calc(20 / 600 * 100vw), 20px);
  }
}
.footer__contents__consult .consult__head .consult__head__para {
  font-size: calc(1.6rem * 1.25);
  letter-spacing: calc(5 / 100 * 1em);
  line-height: 1.5;
  text-align: center;
  margin-bottom: min(calc(16 / 1440 * 100vw), 16px);
}
@media (max-width:1024px) {
  .footer__contents__consult .consult__head .consult__head__para {
    font-size: calc(1.6rem * 1.125);
    margin-bottom: max(calc(12 / 600 * 100vw), 12px);
  }
}
.footer__contents__consult .consult__head .consult__head__logo {
  width: 196px;
  margin-inline: auto;
  margin-bottom: 8px;
  padding-right: 16px;
}
@media (max-width:1024px) {
  .footer__contents__consult .consult__head .consult__head__logo {
    width: 164px;
    padding-right: 8px;
  }
}
.footer__contents__consult .consult__head .consult__head__logo img {
  -o-object-fit: contain;
     object-fit: contain;
}
.footer__contents__consult .consult__head .consult__head__text {
  font-size: calc(1.6rem * 2);
  letter-spacing: calc(5 / 100 * 1em);
  text-align: center;
  color: rgb(213, 40, 123);
  background: -webkit-gradient(linear, left top, right top, from(rgb(213, 40, 123)), to(rgb(255, 79, 68)));
  background: -webkit-linear-gradient(left, rgb(213, 40, 123) 0%, rgb(255, 79, 68) 100%);
  background: linear-gradient(90deg, rgb(213, 40, 123) 0%, rgb(255, 79, 68) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
@media (max-width:1024px) {
  .footer__contents__consult .consult__head .consult__head__text {
    font-size: calc(1.6rem * 1.75);
  }
}
.footer__contents__consult .consult__btn {
  width: 320px;
  height: 60px;
}
@media (max-width:1024px) {
  .footer__contents__consult .consult__btn {
    width: 100%;
    height: 54px;
  }
}
.footer__contents__consult .consult__btn.btnMore div {
  margin-right: 0;
  margin-left: 12px;
}
.footer__lawPolicy {
  background-color: rgb(51, 10, 30);
  padding-top: min(calc(20 / 1440 * 100vw), 20px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(calc(0 / 1440 * 100vw), 0px) min(calc(24 / 1440 * 100vw), 24px);
  padding-bottom: min(calc(12 / 1440 * 100vw), 12px);
}
@media (max-width:1024px) {
  .footer__lawPolicy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: max(calc(20 / 600 * 100vw), 20px);
    padding-bottom: max(calc(12 / 600 * 100vw), 12px);
    gap: max(calc(12 / 600 * 100vw), 12px) max(calc(0 / 600 * 100vw), 0px);
    text-align: center;
  }
}
.footer__lawPolicy__law, .footer__lawPolicy__privacy {
  font-size: calc(1.6rem * 1);
}
@media (max-width:1024px) {
  .footer__lawPolicy__law, .footer__lawPolicy__privacy {
    font-size: calc(1.6rem * 0.875);
  }
}
.footer__lawPolicy__law a, .footer__lawPolicy__privacy a {
  color: rgb(250, 250, 250);
  letter-spacing: calc(10 / 100 * 1em);
}
@media (max-width:1024px) {
  .footer__lawPolicy__law a, .footer__lawPolicy__privacy a {
    text-align: center;
  }
}
.footer small {
  background-color: rgb(51, 10, 30);
  color: rgb(250, 250, 250);
  letter-spacing: calc(10 / 100 * 1em);
  font-weight: 700;
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  padding-bottom: min(calc(20 / 1440 * 100vw), 20px);
}
@media (max-width:1024px) {
  .footer small {
    padding-bottom: max(calc(96 / 600 * 100vw), 96px);
    font-weight: 500;
  }
}
@media (max-width:600px) {
  .footer small {
    line-height: 1.5;
  }
}

br.brXSp {
  display: none;
}
@media (max-width:374px) {
  br.brXSp {
    display: block;
  }
}

br.brSp {
  display: none;
}
@media (max-width:600px) {
  br.brSp {
    display: block;
  }
}

br.brTab {
  display: none;
}
@media (max-width:1024px) {
  br.brTab {
    display: block;
  }
}

br.brPc {
  display: block;
}
@media (max-width:1024px) {
  br.brPc {
    display: none;
  }
}

br.brPcSp {
  display: block;
}
@media (max-width:600px) {
  br.brPcSp {
    display: none;
  }
}

.heads {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}
.heads:before {
  content: "";
  width: 50vw;
  height: 1px;
  display: inline-block;
  background-color: rgb(17, 17, 17);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  -webkit-transform-origin: 0%;
          transform-origin: 0%;
  left: -32px;
}
@media (max-width:1024px) {
  .heads:before {
    left: -12px;
  }
}
.heads .heads__head {
  font-size: calc(1.6rem * 2);
  letter-spacing: calc(5 / 100 * 1em);
  margin-right: min(calc(16 / 1440 * 100vw), 16px);
  letter-spacing: calc(10 / 100 * 1em);
  font-weight: 500;
}
@media (max-width:1024px) {
  .heads .heads__head {
    font-size: calc(1.6rem * 1.5);
    margin-right: max(calc(12 / 600 * 100vw), 12px);
  }
}
.heads .heads__sHead {
  font-size: calc(1.6rem * 1);
  line-height: calc(12 / 16);
  font-family: "Montserrat", sans-serif;
  letter-spacing: calc(20 / 100 * 1em);
  font-weight: 700;
}
@media (max-width:1024px) {
  .heads .heads__sHead {
    font-size: calc(1.6rem * 0.875);
  }
}

.faq__lists {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.faq__lists .lists__list {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.faq__lists .lists__list:hover {
  opacity: 0.5;
}
@media (max-width:1024px) {
  .faq__lists .lists__list:hover {
    opacity: 1;
  }
}
.faq__lists .lists__list__qa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px #dddddd solid;
}
.faq__lists .lists__list__qa .qa__q,
.faq__lists .lists__list__qa .qa__a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: min(calc(14 / 1440 * 100vw), 14px);
  padding-right: min(calc(200 / 1440 * 100vw), 200px);
  padding-bottom: min(calc(14 / 1440 * 100vw), 14px);
  padding-left: min(calc(200 / 1440 * 100vw), 200px);
}
@media (max-width:1024px) {
  .faq__lists .lists__list__qa .qa__q,
  .faq__lists .lists__list__qa .qa__a {
    padding-top: max(calc(16 / 600 * 100vw), 16px);
    padding-right: max(calc(48 / 600 * 100vw), 48px);
    padding-bottom: max(calc(18 / 600 * 100vw), 18px);
    padding-left: max(calc(10 / 600 * 100vw), 10px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.faq__lists .lists__list__qa .qa__q__cap,
.faq__lists .lists__list__qa .qa__a__cap {
  margin-right: min(calc(24 / 1440 * 100vw), 24px);
  font-size: calc(1.6rem * 1.75);
  font-family: "Montserrat", sans-serif;
}
@media (max-width:1024px) {
  .faq__lists .lists__list__qa .qa__q__cap,
  .faq__lists .lists__list__qa .qa__a__cap {
    font-size: calc(1.6rem * 1.25);
    margin-right: 0;
    margin-bottom: 6px;
  }
}
.faq__lists .lists__list__qa .qa__q__para,
.faq__lists .lists__list__qa .qa__a__para {
  line-height: calc(24.5 / 14);
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: calc(1.6rem * 0.875);
}
@media (max-width:1024px) {
  .faq__lists .lists__list__qa .qa__q__para,
  .faq__lists .lists__list__qa .qa__a__para {
    font-size: calc(1.6rem * 1);
  }
}
.faq__lists .lists__list__qa .qa__q {
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.faq__lists .lists__list__qa .qa__q:before {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 1px;
  position: absolute;
  right: 34px;
  top: 50%;
  -webkit-filter: drop-shadow(0 0 3px rgba(17, 17, 17, 0.15));
          filter: drop-shadow(0 0 3px rgba(17, 17, 17, 0.15));
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
  -webkit-transform: translateY(-50%) translateZ(0);
          transform: translateY(-50%) translateZ(0);
  background-image: url(../images/price-listshape.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media (max-width:1024px) {
  .faq__lists .lists__list__qa .qa__q:before {
    right: 12px;
    -webkit-filter: drop-shadow(0 0 3px rgba(17, 17, 17, 0.15));
            filter: drop-shadow(0 0 3px rgba(17, 17, 17, 0.15));
    -webkit-transform: translateZ(0px);
            transform: translateZ(0px);
  }
}
.faq__lists .lists__list__qa .qa__q:before {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.faq__lists .lists__list__qa .qa__q.rotate:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.faq__lists .lists__list__qa .qa__q__cap {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
@media (max-width:1024px) {
  .faq__lists .lists__list__qa .qa__q__cap {
    width: 100%;
    text-align: left;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.faq__lists .lists__list__qa .qa__a {
  background-color: rgb(250, 250, 250);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: min(calc(48 / 1440 * 100vw), 48px);
  padding-top: 0;
}
@media (max-width:1024px) {
  .faq__lists .lists__list__qa .qa__a {
    margin-left: 0;
  }
}
.faq__lists .lists__list__qa .qa__a__cap {
  color: rgb(255, 79, 68);
}

.btnMore {
  width: 378px;
  height: 72px;
  border: 4px rgb(213, 40, 123) solid;
  border-radius: 9999px;
  -webkit-filter: drop-shadow(0 0 3px rgba(17, 17, 17, 0.15));
          filter: drop-shadow(0 0 3px rgba(17, 17, 17, 0.15));
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-inline: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  z-index: 100;
  overflow: hidden;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(213, 40, 123)), to(rgb(255, 79, 68)));
  background: -webkit-linear-gradient(bottom, rgb(213, 40, 123) 0%, rgb(255, 79, 68) 100%);
  background: linear-gradient(0deg, rgb(213, 40, 123) 0%, rgb(255, 79, 68) 100%);
}
@media (max-width:1024px) {
  .btnMore {
    width: 100%;
    max-width: 350px;
    height: 64px;
  }
}
.btnMore:before {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(250, 250, 250)), color-stop(75%, rgb(250, 250, 250)), to(#e5e5e5));
  background: -webkit-linear-gradient(top, rgb(250, 250, 250) 0%, rgb(250, 250, 250) 75%, #e5e5e5 100%);
  background: linear-gradient(180deg, rgb(250, 250, 250) 0%, rgb(250, 250, 250) 75%, #e5e5e5 100%);
  z-index: -1;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btnMore:hover:before {
  opacity: 0;
}
.btnMore:hover span {
  color: rgb(250, 250, 250);
}
.btnMore:hover div img {
  -webkit-filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(5%) hue-rotate(167deg) brightness(107%) contrast(96%);
          filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(5%) hue-rotate(167deg) brightness(107%) contrast(96%);
}
.btnMore a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  opacity: 1;
}
.btnMore div {
  width: 12px;
  height: 22.57px;
  margin-right: 12px;
}
@media (max-width:1024px) {
  .btnMore div {
    width: 10px;
  }
}
.btnMore div img {
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btnMore span {
  font-size: calc(1.6rem * 1.5);
  letter-spacing: calc(5 / 100 * 1em);
  font-weight: 700;
  color: rgb(213, 40, 123);
  margin-bottom: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width:1024px) {
  .btnMore span {
    font-size: calc(1.6rem * 1.25);
    margin-bottom: 2px;
  }
}
.btnMore.orange {
  border: 4px rgb(255, 79, 68) solid;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 79, 68)), to(#ff7f44));
  background: -webkit-linear-gradient(top, rgb(255, 79, 68) 0%, #ff7f44 100%);
  background: linear-gradient(180deg, rgb(255, 79, 68) 0%, #ff7f44 100%);
}
.btnMore.orange span {
  color: rgb(255, 79, 68);
}
.btnMore.orange:hover span {
  color: rgb(250, 250, 250);
}

.cta {
  background: -webkit-gradient(linear, left top, right top, from(rgb(213, 40, 123)), to(rgb(255, 79, 68)));
  background: -webkit-linear-gradient(left, rgb(213, 40, 123) 0%, rgb(255, 79, 68) 100%);
  background: linear-gradient(90deg, rgb(213, 40, 123) 0%, rgb(255, 79, 68) 100%);
  padding-top: min(calc(24 / 1440 * 100vw), 24px);
  padding-right: min(calc(24 / 1440 * 100vw), 24px);
  padding-bottom: min(calc(24 / 1440 * 100vw), 24px);
  padding-left: min(calc(24 / 1440 * 100vw), 24px);
  position: relative;
  overflow: hidden;
}
@media (max-width:1024px) {
  .cta {
    padding-top: max(calc(20 / 600 * 100vw), 20px);
    padding-right: max(calc(20 / 600 * 100vw), 20px);
    padding-bottom: max(calc(20 / 600 * 100vw), 20px);
    padding-left: max(calc(20 / 600 * 100vw), 20px);
  }
}
.cta__contentsWr {
  overflow: hidden;
  background-image: url(../images/cta-image.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  border-radius: 16px;
  padding-top: min(calc(126 / 1440 * 100vw), 126px);
  padding-bottom: min(calc(126 / 1440 * 100vw), 126px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width:1024px) {
  .cta__contentsWr {
    background-position: 60% center;
    padding-top: max(calc(48 / 600 * 100vw), 48px);
    padding-bottom: max(calc(48 / 600 * 100vw), 48px);
    background-attachment: unset;
  }
}
.cta__contentsWr:after {
  content: "";
  background-color: rgba(17, 17, 17, 0.75);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 16px;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
@media (max-width:1024px) {
  .cta__contentsWr:after {
    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px);
  }
}
.cta__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(calc(0 / 1440 * 100vw), 0px) min(calc(48 / 1440 * 100vw), 48px);
  padding-right: min(calc(126 / 1440 * 100vw), 126px);
  padding-left: min(calc(126 / 1440 * 100vw), 126px);
}
@media (max-width:1024px) {
  .cta__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    padding-left: max(calc(20 / 600 * 100vw), 20px);
    padding-right: max(calc(20 / 600 * 100vw), 20px);
  }
}
.cta__contents__pplWr2 {
  position: relative;
  z-index: 5000;
  width: min(calc(458 / 1440 * 100vw), 458px);
}
.cta__contents__pplWr2:after {
  content: "";
  width: min(calc(700 / 1440 * 100vw), 700px);
  height: min(calc(903 / 1440 * 100vw), 903px);
  display: inline-block;
  background-image: url(../images/logo_bigkotomeet.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1000;
  left: max(calc(-226 / 1440 * 100vw), -226px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cta__contents__logoWr {
  position: relative;
  z-index: 5000;
  width: min(calc(458 / 1440 * 100vw), 458px);
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width:1024px) {
  .cta__contents__logoWr {
    width: 100%;
  }
}
.cta__contents__logo {
  width: min(calc(700 / 1440 * 100vw), 700px);
  position: absolute;
  left: max(calc(-228 / 1440 * 100vw), -228px);
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 6000;
}
@media (max-width:1024px) {
  .cta__contents__logo {
    width: max(calc(144 / 600 * 100vw), 144px);
    right: -24px;
    left: auto;
    top: 25px;
    opacity: 0.25;
  }
}
@media (min-width:1023px) {
  .cta__contents__logo.appearPplTrigger {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    opacity: 0;
  }
  .cta__contents__logo.appearPplTrigger.appearPpl {
    left: min(calc(-292 / 1440 * 100vw), -292px);
    opacity: 1;
  }
}
.cta__contents__texts {
  position: relative;
  z-index: 6000;
  width: min(calc(632 / 1440 * 100vw), 632px);
  -webkit-filter: drop-shadow(0 0 3px rgba(17, 17, 17, 0.15));
          filter: drop-shadow(0 0 3px rgba(17, 17, 17, 0.15));
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
}
@media (max-width:1024px) {
  .cta__contents__texts {
    width: 100%;
  }
}
.cta__contents__texts .texts__subHead {
  color: rgb(213, 40, 123);
  background: -webkit-gradient(linear, left top, right top, from(rgb(213, 40, 123)), to(rgb(255, 79, 68)));
  background: -webkit-linear-gradient(left, rgb(213, 40, 123) 0%, rgb(255, 79, 68) 100%);
  background: linear-gradient(90deg, rgb(213, 40, 123) 0%, rgb(255, 79, 68) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: calc(1.6rem * 3);
  letter-spacing: calc(5 / 100 * 1em);
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: min(calc(16 / 1440 * 100vw), 16px);
}
@media (max-width:1024px) {
  .cta__contents__texts .texts__subHead {
    font-size: calc(1.6rem * 1.5);
    margin-bottom: max(calc(12 / 600 * 100vw), 12px);
    width: 100%;
  }
}
.cta__contents__texts .texts__head {
  font-size: calc(1.6rem * 1.5);
  letter-spacing: calc(5 / 100 * 1em);
  font-weight: 700;
  color: rgb(250, 250, 250);
  text-align: right;
  margin-bottom: min(calc(32 / 1440 * 100vw), 32px);
}
@media (max-width:1024px) {
  .cta__contents__texts .texts__head {
    margin-bottom: max(calc(24 / 600 * 100vw), 24px);
    font-size: calc(1.6rem * 1);
  }
}
.cta__contents__texts .texts__para {
  color: rgb(250, 250, 250);
  line-height: calc(28 / 16);
  letter-spacing: calc(10 / 100 * 1em);
  margin-bottom: min(calc(32 / 1440 * 100vw), 32px);
  padding-left: min(calc(48 / 1440 * 100vw), 48px);
}
@media (max-width:1024px) {
  .cta__contents__texts .texts__para {
    margin-bottom: max(calc(64 / 600 * 100vw), 64px);
    padding-left: 0;
  }
}
@media (max-width:374px) {
  .cta__contents__texts .texts__btnMore {
    padding-left: max(calc(48 / 600 * 100vw), 48px);
  }
}
.cta__contents__texts .texts__btnMore:hover .cta__contentsWr {
  scale: 1.1;
}
@media (max-width:600px) {
  .cta__contents__texts .texts__btnMore span {
    line-height: 1.25;
    text-align: center;
  }
}
.cta__pplWr {
  position: absolute;
  width: 100%;
  z-index: 6000;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
}
@media (max-width:1024px) {
  .cta__pplWr {
    top: auto;
    bottom: 0;
  }
}
.cta__ppl {
  width: 100%;
  position: absolute;
  left: min(calc(92 / 1440 * 100vw), 92px);
  top: 44px;
  width: min(calc(380 / 1440 * 100vw), 380px);
}
@media (max-width:1024px) {
  .cta__ppl {
    width: max(calc(88 / 600 * 100vw), 88px);
    top: auto;
    bottom: min(calc(-96 / 600 * 100vw), -96px);
    left: max(calc(8 / 600 * 100vw), 8px);
  }
}
@media (max-width:600px) {
  .cta__ppl {
    width: max(calc(96 / 600 * 100vw), 96px);
  }
}
.cta__ppl.appearPplTrigger {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  opacity: 0;
}
.cta__ppl.appearPplTrigger.appearPpl {
  left: min(calc(240 / 1440 * 100vw), 240px);
  opacity: 1;
}
@media (max-width:1024px) {
  .cta__ppl.appearPplTrigger.appearPpl {
    left: max(calc(20 / 600 * 100vw), 20px);
  }
}

.primeheadWr {
  padding-top: min(calc(10 / 1440 * 100vw), 10px);
  padding-right: min(calc(10 / 1440 * 100vw), 10px);
  padding-bottom: min(calc(0 / 1440 * 100vw), 0px);
  padding-left: min(calc(10 / 1440 * 100vw), 10px);
}
@media (max-width:1024px) {
  .primeheadWr {
    padding-top: max(calc(8 / 600 * 100vw), 8px);
    padding-right: max(calc(8 / 600 * 100vw), 8px);
    padding-bottom: max(calc(0 / 600 * 100vw), 0px);
    padding-left: max(calc(8 / 600 * 100vw), 8px);
  }
}

.primehead {
  width: 100%;
  height: min(calc(380 / 1440 * 100vw), 380px);
  background-image: url(../images/price-list01.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 0 4px rgba(17, 17, 17, 0.15) inset;
          box-shadow: 0 0 4px rgba(17, 17, 17, 0.15) inset;
  overflow: hidden;
}
@media (max-width:1024px) {
  .primehead {
    height: max(calc(180 / 600 * 100vw), 180px);
  }
}
.primehead:after {
  background-color: rgba(250, 250, 250, 0.85);
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
@media (max-width:1024px) {
  .primehead:after {
    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px);
  }
}
.primehead span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: rgb(213, 40, 123);
  background: -webkit-gradient(linear, left top, right top, from(rgb(213, 40, 123)), to(rgb(255, 79, 68)));
  background: -webkit-linear-gradient(left, rgb(213, 40, 123) 0%, rgb(255, 79, 68) 100%);
  background: linear-gradient(90deg, rgb(213, 40, 123) 0%, rgb(255, 79, 68) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: calc(20 / 100 * 1em);
  line-height: calc(52 / 64);
  font-size: calc(1.6rem * 4);
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-bottom: 16px;
  margin-top: min(calc(64 / 1440 * 100vw), 64px);
  position: relative;
  z-index: 5000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  -webkit-filter: drop-shadow(0 0 3px rgba(17, 17, 17, 0.15));
          filter: drop-shadow(0 0 3px rgba(17, 17, 17, 0.15));
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
}
@media (max-width:1024px) {
  .primehead span {
    font-size: calc(1.6rem * 2);
    margin-bottom: 8px;
    margin-top: max(calc(12 / 600 * 100vw), 12px);
  }
}
.primehead span:after {
  content: ".";
  margin-right: -0.2em;
}
.primehead h2 {
  font-size: calc(1.6rem * 3);
  letter-spacing: calc(10 / 100 * 1em);
  font-weight: 700;
  color: rgb(213, 40, 123);
  background: -webkit-gradient(linear, left top, right top, from(rgb(213, 40, 123)), to(rgb(255, 79, 68)));
  background: -webkit-linear-gradient(left, rgb(213, 40, 123) 0%, rgb(255, 79, 68) 100%);
  background: linear-gradient(90deg, rgb(213, 40, 123) 0%, rgb(255, 79, 68) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 5000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  -webkit-filter: drop-shadow(0 0 3px rgba(17, 17, 17, 0.15));
          filter: drop-shadow(0 0 3px rgba(17, 17, 17, 0.15));
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
}
@media (max-width:1024px) {
  .primehead h2 {
    font-size: calc(1.6rem * 1.25);
  }
}

.countNum {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  gap: min(calc(0 / 1440 * 100vw), 0px) min(calc(8 / 1440 * 100vw), 8px);
}
@media (max-width:1024px) {
  .countNum {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: max(calc(0 / 600 * 100vw), 0px) max(calc(12 / 600 * 100vw), 12px);
  }
}
.countNum .countNum__left {
  font-size: calc(1.6rem * 2);
  letter-spacing: calc(5 / 100 * 1em);
  font-weight: 700;
  margin-right: 16px;
  margin-top: 2px;
  position: relative;
}
@media (max-width:1024px) {
  .countNum .countNum__left {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: max(calc(16 / 600 * 100vw), 16px);
  }
}
.countNum .countNum__left:before {
  content: "";
  width: 21.69px;
  height: 23px;
  display: inline-block;
  background-image: url(../images/member-headshape.svg);
  background-size: contain;
  position: absolute;
  top: -10px;
  left: -21.69px;
}
@media (max-width:1024px) {
  .countNum .countNum__left:before {
    left: -24px;
  }
}
.countNum .countNum__center {
  width: 220px;
}
@media (max-width:1024px) {
  .countNum .countNum__center {
    width: 160px;
  }
}
.countNum .countNum__center span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: calc(1.6rem * 7);
  letter-spacing: calc(5 / 100 * 1em);
  line-height: calc(84 / 112);
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: rgb(213, 40, 123);
  background: -webkit-gradient(linear, left top, right top, from(rgb(213, 40, 123)), to(rgb(255, 79, 68)));
  background: -webkit-linear-gradient(left, rgb(213, 40, 123) 0%, rgb(255, 79, 68) 100%);
  background: linear-gradient(90deg, rgb(213, 40, 123) 0%, rgb(255, 79, 68) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 16px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width:1024px) {
  .countNum .countNum__center span {
    font-size: calc(1.6rem * 5);
    margin-right: 8px;
    width: 100%;
  }
}
.countNum .countNum__right {
  font-size: calc(1.6rem * 3);
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width:1024px) {
  .countNum .countNum__right {
    font-size: calc(1.6rem * 2.5);
    margin-bottom: 2px;
  }
}
@media (max-width:1024px) {
  .countNum.paras__num__count.countNum {
    margin-inline: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 375px;
  }
}
@media (max-width:1024px) {
  .countNum.paras__num__count .count__left {
    width: 100%;
    text-align: left;
    font-size: calc(1.6rem * 1.5);
  }
}
@media (max-width:374px) {
  .countNum.paras__num__count .count__left {
    font-size: calc(1.6rem * 1.25);
  }
}
@media (max-width:1024px) {
  .countNum.paras__num__count .count__center {
    margin-left: auto;
  }
}
.countNum.paras__num__count .count__center span {
  color: rgb(255, 79, 68);
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 79, 68)), to(#ff7f44));
  background: -webkit-linear-gradient(left, rgb(255, 79, 68) 0%, #ff7f44 100%);
  background: linear-gradient(90deg, rgb(255, 79, 68) 0%, #ff7f44 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width:374px) {
  .countNum.paras__num__count .count__right {
    font-size: calc(1.6rem * 2);
  }
}

.pagination {
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: calc(1.6rem * 1.5);
  letter-spacing: calc(10 / 100 * 1em);
}
@media (max-width:1024px) {
  .pagination {
    margin-bottom: max(calc(48 / 600 * 100vw), 48px);
  }
}

.blogLists .lists__list {
  -webkit-filter: drop-shadow(0 0 3px rgba(17, 17, 17, 0.15));
          filter: drop-shadow(0 0 3px rgba(17, 17, 17, 0.15));
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.blogLists .lists__list__image {
  width: 100%;
  aspect-ratio: 640/360;
  border-radius: 16px;
  border-top: rgb(213, 40, 123) 6px solid;
  border-left: rgb(213, 40, 123) 6px solid;
  position: relative;
  margin-bottom: min(calc(32 / 1440 * 100vw), 32px);
}
@media (max-width:1024px) {
  .blogLists .lists__list__image {
    margin-bottom: max(calc(16 / 600 * 100vw), 16px);
  }
}
.blogLists .lists__list__image img {
  border-radius: 10px;
}
.blogLists .lists__list__imageTtlWr {
  position: relative;
}
.blogLists .lists__list__ttl {
  position: absolute;
  bottom: max(calc(-16.15 / 1440 * 100vw), -16.15px);
  right: max(calc(-16 / 1440 * 100vw), -16px);
}
@media (max-width:1024px) {
  .blogLists .lists__list__ttl {
    right: min(calc(-8 / 600 * 100vw), -8px);
    bottom: min(calc(-12 / 600 * 100vw), -12px);
  }
}
.blogLists .lists__list__ttl .ttl__catDate {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(213, 40, 123)), to(rgb(255, 79, 68)));
  background: -webkit-linear-gradient(top, rgb(213, 40, 123) 0%, rgb(255, 79, 68) 100%);
  background: linear-gradient(180deg, rgb(213, 40, 123) 0%, rgb(255, 79, 68) 100%);
  padding-top: min(calc(6 / 1440 * 100vw), 6px);
  padding-right: min(calc(16 / 1440 * 100vw), 16px);
  padding-bottom: min(calc(6 / 1440 * 100vw), 6px);
  padding-left: min(calc(16 / 1440 * 100vw), 16px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 16px 4px 0 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width:1024px) {
  .blogLists .lists__list__ttl .ttl__catDate {
    padding-top: max(calc(4 / 600 * 100vw), 4px);
    padding-right: max(calc(12 / 600 * 100vw), 12px);
    padding-bottom: max(calc(4 / 600 * 100vw), 4px);
    padding-left: max(calc(12 / 600 * 100vw), 12px);
  }
}
.blogLists .lists__list__ttl .ttl__catDate span,
.blogLists .lists__list__ttl .ttl__catDate time {
  color: rgb(250, 250, 250);
  font-family: "Montserrat", sans-serif;
  font-size: calc(1.6rem * 1.25);
  letter-spacing: calc(5 / 100 * 1em);
  font-weight: 700;
}
@media (max-width:1024px) {
  .blogLists .lists__list__ttl .ttl__catDate span,
  .blogLists .lists__list__ttl .ttl__catDate time {
    font-size: calc(1.6rem * 0.75);
  }
}
.blogLists .lists__list__ttl .ttl__catDate span {
  margin-right: min(calc(16 / 1440 * 100vw), 16px);
}
.blogLists .lists__list__ttl .ttl__sentence {
  font-size: calc(1.6rem * 1.25);
  letter-spacing: calc(5 / 100 * 1em);
  line-height: calc(30 / 20);
  font-weight: 700;
  background-color: rgb(250, 250, 250);
  padding-top: min(calc(6 / 1440 * 100vw), 6px);
  padding-right: min(calc(16 / 1440 * 100vw), 16px);
  padding-bottom: min(calc(6 / 1440 * 100vw), 6px);
  padding-left: min(calc(16 / 1440 * 100vw), 16px);
  border-radius: 0 16px 4px 4px;
}
@media (max-width:1024px) {
  .blogLists .lists__list__ttl .ttl__sentence {
    font-size: calc(1.6rem * 1);
    padding-top: max(calc(4 / 600 * 100vw), 4px);
    padding-right: max(calc(12 / 600 * 100vw), 12px);
    padding-bottom: max(calc(4 / 600 * 100vw), 4px);
    padding-left: max(calc(12 / 600 * 100vw), 12px);
  }
}
.blogLists .lists__list__para {
  font-size: calc(1.6rem * 1.125);
  line-height: calc(36 / 18);
  font-weight: 500;
  margin-bottom: min(calc(16 / 1440 * 100vw), 16px);
  letter-spacing: calc(3 / 100 * 1em);
}
@media (max-width:1024px) {
  .blogLists .lists__list__para {
    margin-bottom: max(calc(10 / 600 * 100vw), 10px);
    font-size: calc(1.6rem * 1);
    line-height: 1.75;
    font-weight: 500;
  }
}
.blogLists .lists__list__tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  gap: min(calc(0 / 1440 * 100vw), 0px) min(calc(16 / 1440 * 100vw), 16px);
  font-size: calc(1.6rem * 0.75);
}
@media (max-width:1024px) {
  .blogLists .lists__list__tags {
    gap: max(calc(0 / 600 * 100vw), 0px) max(calc(16 / 600 * 100vw), 16px);
  }
}
.blogLists .lists__list__tags .tags__tag {
  font-weight: 700;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.blogLists .lists__list__tags .tags__tag:before {
  content: "#";
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
}

.eventCard {
  -webkit-filter: drop-shadow(0 0 3px rgba(17, 17, 17, 0.15));
          filter: drop-shadow(0 0 3px rgba(17, 17, 17, 0.15));
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
}
.eventCard__image {
  width: 100%;
  aspect-ratio: 436/254;
  margin-bottom: min(calc(8 / 1440 * 100vw), 8px);
}
@media (max-width:1024px) {
  .eventCard__image {
    margin-bottom: max(calc(12 / 600 * 100vw), 12px);
  }
}
.eventCard__image img {
  border-radius: 16px;
}
@media (max-width:1024px) {
  .eventCard__image img {
    border-radius: 8px;
  }
}
.eventCard__dateTtl {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 79, 68)), to(#ff7f44));
  background: -webkit-linear-gradient(top, rgb(255, 79, 68) 0%, #ff7f44 100%);
  background: linear-gradient(180deg, rgb(255, 79, 68) 0%, #ff7f44 100%);
  border-radius: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: min(calc(8 / 1440 * 100vw), 8px);
  padding-right: min(calc(16 / 1440 * 100vw), 16px);
  padding-bottom: min(calc(8 / 1440 * 100vw), 8px);
  padding-left: min(calc(16 / 1440 * 100vw), 16px);
}
@media (max-width:1024px) {
  .eventCard__dateTtl {
    padding-top: max(calc(8 / 600 * 100vw), 8px);
    padding-right: max(calc(12 / 600 * 100vw), 12px);
    padding-bottom: max(calc(8 / 600 * 100vw), 8px);
    padding-left: max(calc(12 / 600 * 100vw), 12px);
    border-radius: 8px;
  }
}
.eventCard__dateTtl time,
.eventCard__dateTtl h4,
.eventCard__dateTtl h3 {
  color: rgb(250, 250, 250);
  font-weight: 700;
  font-size: calc(1.6rem * 1.25);
  letter-spacing: calc(5 / 100 * 1em);
  line-height: 1.25;
}
@media (max-width:1024px) {
  .eventCard__dateTtl time,
  .eventCard__dateTtl h4,
  .eventCard__dateTtl h3 {
    font-size: calc(1.6rem * 1);
  }
}
.eventCard__dateTtl time {
  font-family: "Montserrat", sans-serif;
  margin-bottom: min(calc(4 / 1440 * 100vw), 4px);
}
@media (max-width:1024px) {
  .eventCard__dateTtl time {
    font-size: calc(1.6rem * 0.875);
    margin-bottom: max(calc(4 / 600 * 100vw), 4px);
  }
}
@media (max-width:1024px) {
  .eventCard__dateTtl h4 {
    font-size: calc(1.6rem * 1);
  }
}

.childShape {
  width: 100%;
  position: absolute;
  bottom: 0;
  bottom: max(calc(-400 / 1440 * 100vw), -400px);
  z-index: -1;
}

.sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: min(calc(148 / 1440 * 100vw), 148px);
  right: 0;
  padding-top: 16px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}
@media (max-width:1024px) {
  .sidebar {
    position: static;
    width: 100%;
  }
}
.sidebar .sidebar__lists__list {
  margin-bottom: min(calc(48 / 1440 * 100vw), 48px);
}
@media (max-width:1024px) {
  .sidebar .sidebar__lists__list {
    margin-bottom: max(calc(24 / 600 * 100vw), 24px);
  }
}
.sidebar .sidebar__lists__list:last-child {
  margin-bottom: 0;
}
.sidebar .sidebar__lists__list:last-child .list__items__item a:before {
  content: "#";
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
}
.sidebar .sidebar__lists__list .list__kinds {
  background: -webkit-gradient(linear, left top, right top, from(rgb(213, 40, 123)), to(rgb(255, 79, 68)));
  background: -webkit-linear-gradient(left, rgb(213, 40, 123) 0%, rgb(255, 79, 68) 100%);
  background: linear-gradient(90deg, rgb(213, 40, 123) 0%, rgb(255, 79, 68) 100%);
  width: 180px;
  height: auto;
  padding: 8px 8px 8px 8px;
  border-radius: 4px;
  margin-bottom: min(calc(24 / 1440 * 100vw), 24px);
}
@media (max-width:1024px) {
  .sidebar .sidebar__lists__list .list__kinds {
    margin-bottom: max(calc(16 / 600 * 100vw), 16px);
  }
}
.sidebar .sidebar__lists__list .list__kinds__jpn {
  font-size: calc(1.6rem * 1.25);
  letter-spacing: calc(5 / 100 * 1em);
  font-weight: 700;
  color: rgb(250, 250, 250);
  margin-bottom: 4px;
}
@media (max-width:1024px) {
  .sidebar .sidebar__lists__list .list__kinds__jpn {
    font-size: calc(1.6rem * 1.125);
  }
}
.sidebar .sidebar__lists__list .list__kinds__eng {
  font-size: calc(1.6rem * 0.625);
  letter-spacing: calc(10 / 100 * 1em);
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: rgb(250, 250, 250);
  text-align: right;
}
.sidebar .sidebar__lists__list .list__items__item {
  margin-bottom: min(calc(16 / 1440 * 100vw), 16px);
}
@media (max-width:1024px) {
  .sidebar .sidebar__lists__list .list__items__item {
    margin-bottom: max(calc(12 / 600 * 100vw), 12px);
  }
}
.sidebar .sidebar__lists__list .list__items__item:last-child {
  margin-bottom: 0;
}
.sidebar .sidebar__lists__list .list__items__item a {
  font-size: calc(1.6rem * 1.125);
  letter-spacing: calc(10 / 100 * 1em);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width:1024px) {
  .sidebar .sidebar__lists__list .list__items__item a {
    font-size: calc(1.6rem * 0.875);
  }
}
.sidebar .sidebar__lists__list.tags .list__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: min(calc(12 / 1440 * 100vw), 12px) min(calc(8 / 1440 * 100vw), 8px);
}
@media (max-width:1024px) {
  .sidebar .sidebar__lists__list.tags .list__items {
    gap: max(calc(10 / 600 * 100vw), 10px) max(calc(6 / 600 * 100vw), 6px);
  }
}
.sidebar .sidebar__lists__list.tags .list__items__item {
  margin-bottom: 0;
}
.sidebar .sidebar__lists__list.tags .list__items__item a {
  font-size: calc(1.6rem * 0.875);
}

.pagination .navigation .nav-links .page-numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(calc(0 / 1440 * 100vw), 0px) min(calc(24 / 1440 * 100vw), 24px);
}
@media (max-width:1024px) {
  .pagination .navigation .nav-links .page-numbers {
    gap: max(calc(0 / 600 * 100vw), 0px) max(calc(16 / 600 * 100vw), 16px);
  }
}
.pagination .navigation .nav-links .page-numbers li {
  width: min(calc(64 / 1440 * 100vw), 64px);
  height: min(calc(64 / 1440 * 100vw), 64px);
  border: 4px rgb(213, 40, 123) solid;
  border-radius: 9999px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width:1024px) {
  .pagination .navigation .nav-links .page-numbers li {
    width: 40px;
    height: 40px;
    border: 2px rgb(213, 40, 123) solid;
  }
}
.pagination .navigation .nav-links .page-numbers li a,
.pagination .navigation .nav-links .page-numbers li span {
  font-size: min(calc(32 / 1440 * 100vw), 3.2rem);
  font-family: "Montserrat", sans-serif;
  letter-spacing: -0.01em;
}
@media (max-width:1024px) {
  .pagination .navigation .nav-links .page-numbers li a,
  .pagination .navigation .nav-links .page-numbers li span {
    font-size: max(calc(24 / 600 * 100vw), 2.4rem);
  }
}
.pagination .navigation .nav-links .page-numbers li a {
  color: rgb(213, 40, 123);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgb(250, 250, 250);
  border-radius: 9999px;
}
.pagination .navigation .nav-links .page-numbers li a:hover {
  background-color: rgb(213, 40, 123);
  color: rgb(250, 250, 250);
  opacity: 1;
}
.pagination .navigation .nav-links .page-numbers li .current {
  color: rgb(250, 250, 250);
}
.pagination .navigation .nav-links .page-numbers li:has(.current) {
  background-color: rgb(213, 40, 123);
}
.pagination .navigation .nav-links .page-numbers li:has(.next, .prev) {
  display: none;
}
.pagination .navigation .nav-links .page-numbers li:has(.dots) {
  width: min(calc(24 / 1440 * 100vw), 24px);
  height: min(calc(24 / 1440 * 100vw), 24px);
  border: none;
  color: rgb(213, 40, 123);
}
@media (max-width:1024px) {
  .pagination .navigation .nav-links .page-numbers li:has(.dots) {
    width: max(calc(16 / 600 * 100vw), 16px);
    height: max(calc(16 / 600 * 100vw), 16px);
  }
}

.fadeup,
.fadeupOrder {
  opacity: 0;
  -webkit-transform: translateY(48px) !important;
          transform: translateY(48px) !important;
  -webkit-transition: all 0.6s;
  transition: all 0.6s; /* ここで時間を調整 */
}

.fadeup-show {
  opacity: 1;
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
}

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@-webkit-keyframes loop3 {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-300%);
            transform: translateX(-300%);
  }
}
@keyframes loop3 {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-300%);
            transform: translateX(-300%);
  }
}
.sliderWr,
.sliderWr2 {
  overflow: hidden;
}

.slider,
.slider2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.slider__contents,
.slider2__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.slider__contents:first-child,
.slider2__contents:first-child {
  -webkit-animation: loop 150s linear infinite;
          animation: loop 150s linear infinite;
}
.slider__contents:nth-child(2),
.slider2__contents:nth-child(2) {
  -webkit-animation: loop2 150s -100s linear infinite;
          animation: loop2 150s -100s linear infinite;
}
.slider__contents:last-child,
.slider2__contents:last-child {
  -webkit-animation: loop3 150s -50s linear infinite;
          animation: loop3 150s -50s linear infinite;
}
.slider__contents__content:last-child,
.slider2__contents__content:last-child {
  margin-right: min(calc(16 / 1440 * 100vw), 16px);
}
@media (max-width:1024px) {
  .slider__contents__content:last-child,
  .slider2__contents__content:last-child {
    margin-right: max(calc(8 / 600 * 100vw), 8px);
  }
}

.slider2__contents__content:last-child {
  margin-right: min(calc(12 / 1440 * 100vw), 12px);
}
@media (max-width:1024px) {
  .slider2__contents__content:last-child {
    margin-right: max(calc(12 / 600 * 100vw), 12px);
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes morph {
  0% {
    d: path("M -216 15 Q -36 15 144 7.5 Q 504 -7.5 864 7.5 Q 1044 15 1224 15 Q 1404 15 1584 7.5 Q 1944 -7.5 2304 7.5 Q 2484 15 2664 15 L 1440 15 L 0 15 Z");
  }
  25% {
    d: path("M -1296 15 Q -1116 15 -936 7.5 Q -576 -7.5 -216 7.5 Q -36 15 144 15 Q 324 15 504 7.5 Q 864 -7.5 1224 7.5 Q 1404 15 1584 15 L 1440 15 L 0 15 Z");
  }
  60% {
    d: path("M -432 15 Q -252 15 -72 7.5 Q 288 -7.5 648 7.5 Q 828 15 1008 15 Q 1188 15 1368 7.5 Q 1728 -7.5 2088 7.5 Q 2268 15 2448 15 L 1440 15 L 0 15 Z");
  }
  40% {
    d: path("M -864 15 Q -684 15 -504 7.5 Q -144 -7.5 216 7.5 Q 396 15 576 15 Q 756 15 936 7.5 Q 1296 -7.5 1656 7.5 Q 1836 15 2016 15 L 1440 15 L 0 15 Z");
  }
  80% {
    d: path("M -648 15 Q -468 15 -288 7.5 Q 72 -7.5 432 7.5 Q 612 15 792 15 Q 972 15 1152 7.5 Q 1512 -7.5 1872 7.5 Q 2052 15 2232 15 L 1440 15 L 0 15 Z");
  }
  100% {
    d: path("M -1080 15 Q -900 15 -720 7.5 Q -360 -7.5 0 7.5 Q 180 15 360 15 Q 540 15 720 7.5 Q 1080 -7.5 1440 7.5 Q 1620 15 1800 15 L 1440 15 L 0 15 Z");
  }
}
@keyframes morph {
  0% {
    d: path("M -216 15 Q -36 15 144 7.5 Q 504 -7.5 864 7.5 Q 1044 15 1224 15 Q 1404 15 1584 7.5 Q 1944 -7.5 2304 7.5 Q 2484 15 2664 15 L 1440 15 L 0 15 Z");
  }
  25% {
    d: path("M -1296 15 Q -1116 15 -936 7.5 Q -576 -7.5 -216 7.5 Q -36 15 144 15 Q 324 15 504 7.5 Q 864 -7.5 1224 7.5 Q 1404 15 1584 15 L 1440 15 L 0 15 Z");
  }
  60% {
    d: path("M -432 15 Q -252 15 -72 7.5 Q 288 -7.5 648 7.5 Q 828 15 1008 15 Q 1188 15 1368 7.5 Q 1728 -7.5 2088 7.5 Q 2268 15 2448 15 L 1440 15 L 0 15 Z");
  }
  40% {
    d: path("M -864 15 Q -684 15 -504 7.5 Q -144 -7.5 216 7.5 Q 396 15 576 15 Q 756 15 936 7.5 Q 1296 -7.5 1656 7.5 Q 1836 15 2016 15 L 1440 15 L 0 15 Z");
  }
  80% {
    d: path("M -648 15 Q -468 15 -288 7.5 Q 72 -7.5 432 7.5 Q 612 15 792 15 Q 972 15 1152 7.5 Q 1512 -7.5 1872 7.5 Q 2052 15 2232 15 L 1440 15 L 0 15 Z");
  }
  100% {
    d: path("M -1080 15 Q -900 15 -720 7.5 Q -360 -7.5 0 7.5 Q 180 15 360 15 Q 540 15 720 7.5 Q 1080 -7.5 1440 7.5 Q 1620 15 1800 15 L 1440 15 L 0 15 Z");
  }
}
@-webkit-keyframes morph2 {
  0% {
    d: path("M -216 15 Q -36 15 144 7.5 Q 504 -7.5 864 7.5 Q 1044 15 1224 15 Q 1404 15 1584 7.5 Q 1944 -7.5 2304 7.5 Q 2484 15 2664 15 L 1440 15 L 0 15 Z");
  }
  25% {
    d: path("M -1296 15 Q -1116 15 -936 7.5 Q -576 -7.5 -216 7.5 Q -36 15 144 15 Q 324 15 504 7.5 Q 864 -7.5 1224 7.5 Q 1404 15 1584 15 L 1440 15 L 0 15 Z");
  }
  60% {
    d: path("M -432 15 Q -252 15 -72 7.5 Q 288 -7.5 648 7.5 Q 828 15 1008 15 Q 1188 15 1368 7.5 Q 1728 -7.5 2088 7.5 Q 2268 15 2448 15 L 1440 15 L 0 15 Z");
  }
  40% {
    d: path("M -864 15 Q -684 15 -504 7.5 Q -144 -7.5 216 7.5 Q 396 15 576 15 Q 756 15 936 7.5 Q 1296 -7.5 1656 7.5 Q 1836 15 2016 15 L 1440 15 L 0 15 Z");
  }
  80% {
    d: path("M -648 15 Q -468 15 -288 7.5 Q 72 -7.5 432 7.5 Q 612 15 792 15 Q 972 15 1152 7.5 Q 1512 -7.5 1872 7.5 Q 2052 15 2232 15 L 1440 15 L 0 15 Z");
  }
  100% {
    d: path("M -1080 15 Q -900 15 -720 7.5 Q -360 -7.5 0 7.5 Q 180 15 360 15 Q 540 15 720 7.5 Q 1080 -7.5 1440 7.5 Q 1620 15 1800 15 L 1440 15 L 0 15 Z");
  }
}
@keyframes morph2 {
  0% {
    d: path("M -216 15 Q -36 15 144 7.5 Q 504 -7.5 864 7.5 Q 1044 15 1224 15 Q 1404 15 1584 7.5 Q 1944 -7.5 2304 7.5 Q 2484 15 2664 15 L 1440 15 L 0 15 Z");
  }
  25% {
    d: path("M -1296 15 Q -1116 15 -936 7.5 Q -576 -7.5 -216 7.5 Q -36 15 144 15 Q 324 15 504 7.5 Q 864 -7.5 1224 7.5 Q 1404 15 1584 15 L 1440 15 L 0 15 Z");
  }
  60% {
    d: path("M -432 15 Q -252 15 -72 7.5 Q 288 -7.5 648 7.5 Q 828 15 1008 15 Q 1188 15 1368 7.5 Q 1728 -7.5 2088 7.5 Q 2268 15 2448 15 L 1440 15 L 0 15 Z");
  }
  40% {
    d: path("M -864 15 Q -684 15 -504 7.5 Q -144 -7.5 216 7.5 Q 396 15 576 15 Q 756 15 936 7.5 Q 1296 -7.5 1656 7.5 Q 1836 15 2016 15 L 1440 15 L 0 15 Z");
  }
  80% {
    d: path("M -648 15 Q -468 15 -288 7.5 Q 72 -7.5 432 7.5 Q 612 15 792 15 Q 972 15 1152 7.5 Q 1512 -7.5 1872 7.5 Q 2052 15 2232 15 L 1440 15 L 0 15 Z");
  }
  100% {
    d: path("M -1080 15 Q -900 15 -720 7.5 Q -360 -7.5 0 7.5 Q 180 15 360 15 Q 540 15 720 7.5 Q 1080 -7.5 1440 7.5 Q 1620 15 1800 15 L 1440 15 L 0 15 Z");
  }
}
@-webkit-keyframes morphSp {
  0% {
    d: path("M 0 16 Q 46.88 16 93.75 8 Q 187.5 -8 281.25 8 Q 328.13 16 375 16 L 375 16 L 0 16 Z");
  }
  25% {
    d: path("M -93.75 16 Q -46.87 16 0 8 Q 93.75 -8 187.5 8 Q 234.38 16 281.25 16 Q 328.13 16 375 8 Q 468.75 -8 562.5 8 Q 609.38 16 656.25 16 L 375 16 L 0 16 Z");
  }
  50% {
    d: path("M -168.75 16 Q -121.87 16 -75 8 Q 18.75 -8 112.5 8 Q 159.38 16 206.25 16 Q 253.13 16 300 8 Q 393.75 -8 487.5 8 Q 534.38 16 581.25 16 L 375 16 L 0 16 Z");
  }
  75% {
    d: path("M -262.5 16 Q -215.62 16 -168.75 8 Q -75 -8 18.75 8 Q 65.63 16 112.5 16 Q 159.38 16 206.25 8 Q 300 -8 393.75 8 Q 440.63 16 487.5 16 L 375 16 L 0 16 Z");
  }
  100% {
    d: path("M 0 16 Q 46.88 16 93.75 8 Q 187.5 -8 281.25 8 Q 328.13 16 375 16 Q 421.88 16 468.75 8 Q 562.5 -8 656.25 8 Q 703.13 16 750 16 L 375 16 L 0 16 Z");
  }
}
@keyframes morphSp {
  0% {
    d: path("M 0 16 Q 46.88 16 93.75 8 Q 187.5 -8 281.25 8 Q 328.13 16 375 16 L 375 16 L 0 16 Z");
  }
  25% {
    d: path("M -93.75 16 Q -46.87 16 0 8 Q 93.75 -8 187.5 8 Q 234.38 16 281.25 16 Q 328.13 16 375 8 Q 468.75 -8 562.5 8 Q 609.38 16 656.25 16 L 375 16 L 0 16 Z");
  }
  50% {
    d: path("M -168.75 16 Q -121.87 16 -75 8 Q 18.75 -8 112.5 8 Q 159.38 16 206.25 16 Q 253.13 16 300 8 Q 393.75 -8 487.5 8 Q 534.38 16 581.25 16 L 375 16 L 0 16 Z");
  }
  75% {
    d: path("M -262.5 16 Q -215.62 16 -168.75 8 Q -75 -8 18.75 8 Q 65.63 16 112.5 16 Q 159.38 16 206.25 8 Q 300 -8 393.75 8 Q 440.63 16 487.5 16 L 375 16 L 0 16 Z");
  }
  100% {
    d: path("M 0 16 Q 46.88 16 93.75 8 Q 187.5 -8 281.25 8 Q 328.13 16 375 16 Q 421.88 16 468.75 8 Q 562.5 -8 656.25 8 Q 703.13 16 750 16 L 375 16 L 0 16 Z");
  }
}
.morph-path {
  -webkit-animation: morph 15s infinite alternate cubic-bezier(0.4, 0, 0.6, 1);
          animation: morph 15s infinite alternate cubic-bezier(0.4, 0, 0.6, 1);
}

.morph-path2 {
  -webkit-animation: morph 8s infinite alternate cubic-bezier(0.3, 0, 0.7, 1);
          animation: morph 8s infinite alternate cubic-bezier(0.3, 0, 0.7, 1);
}

.morph-pathSp {
  -webkit-animation: morphSp 15s infinite alternate cubic-bezier(0.4, 0, 0.6, 1);
          animation: morphSp 15s infinite alternate cubic-bezier(0.4, 0, 0.6, 1);
}

.morph-path2Sp {
  -webkit-animation: morphSp 8s infinite alternate cubic-bezier(0.4, 0, 0.7, 1);
          animation: morphSp 8s infinite alternate cubic-bezier(0.4, 0, 0.7, 1);
}

.price__contents__images.fadeInLists .item {
  opacity: 0;
  -webkit-transition: all 0.45s;
  transition: all 0.45s;
}
@media (max-width:1024px) {
  .price__contents__images.fadeInLists .item {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
}
.price__contents__images.fadeInLists .item.fadein {
  opacity: 1;
}
.price__contents__images.fadeInLists .item:first-child {
  -webkit-transform: translateX(-64px);
          transform: translateX(-64px);
}
.price__contents__images.fadeInLists .item:first-child.fadein {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.price__contents__images.fadeInLists .item:nth-child(2) {
  -webkit-transform: translateY(-64px);
          transform: translateY(-64px);
}
@media (max-width:1024px) {
  .price__contents__images.fadeInLists .item:nth-child(2) {
    -webkit-transform: translateX(-64px);
            transform: translateX(-64px);
  }
}
.price__contents__images.fadeInLists .item:nth-child(2).fadein {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (max-width:1024px) {
  .price__contents__images.fadeInLists .item:nth-child(2).fadein {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.price__contents__images.fadeInLists .item:last-child {
  -webkit-transform: translateX(64px);
          transform: translateX(64px);
}
@media (max-width:1024px) {
  .price__contents__images.fadeInLists .item:last-child {
    -webkit-transform: translateX(-64px);
            transform: translateX(-64px);
  }
}
.price__contents__images.fadeInLists .item:last-child.fadein {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media (max-width:1024px) {
  .price__contents__images.fadeInLists .item:last-child.fadein {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.price__contents__content .fadeInLists .item {
  opacity: 0;
  -webkit-transition: all 0.45s;
  transition: all 0.45s;
  -webkit-transform: translateX(-64px);
          transform: translateX(-64px);
}
.price__contents__content .fadeInLists .item.fadein {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.feature__listsWr .fadeInLists .item {
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform: translateX(-32px);
          transform: translateX(-32px);
}
.feature__listsWr .fadeInLists .item .list__image {
  opacity: 0;
  -webkit-transform: translateX(-16px);
          transform: translateX(-16px);
  -webkit-transition: all 0.6s 0.3s;
  transition: all 0.6s 0.3s;
}
.feature__listsWr .fadeInLists .item .list__image:after {
  -webkit-transform: translateX(-16px);
          transform: translateX(-16px);
  -webkit-transition: all 0.6s 0.4s;
  transition: all 0.6s 0.4s;
}
.feature__listsWr .fadeInLists .item.fadein {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.feature__listsWr .fadeInLists .item.fadein .list__image {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.feature__listsWr .fadeInLists .item.fadein .list__image:after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.feature__listsWr .fadeInLists .item:nth-child(2) {
  -webkit-transition: all 0.6s 0.3s;
  transition: all 0.6s 0.3s;
}
.feature__listsWr .fadeInLists .item:nth-child(2) .list__image {
  -webkit-transition: all 0.6s 0.6s;
  transition: all 0.6s 0.6s;
}
.feature__listsWr .fadeInLists .item:nth-child(2) .list__image:after {
  -webkit-transition: all 0.6s 0.7s;
  transition: all 0.6s 0.7s;
}
.feature__listsWr .fadeInLists .item:nth-child(3) {
  -webkit-transition: all 0.6s 0.6s;
  transition: all 0.6s 0.6s;
}
.feature__listsWr .fadeInLists .item:nth-child(3) .list__image {
  -webkit-transition: all 0.6s 0.9s;
  transition: all 0.6s 0.9s;
}
.feature__listsWr .fadeInLists .item:nth-child(3) .list__image:after {
  -webkit-transition: all 0.6s 1s;
  transition: all 0.6s 1s;
}

.whats__imgLists__listsWr .fadeInLists .item {
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(-48px);
          transform: translateX(-48px);
}
.whats__imgLists__listsWr .fadeInLists .item.fadein {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.whats__imgLists__listsWr .fadeInLists .item:nth-child(2) {
  -webkit-transition: all 0.3s 0.1s;
  transition: all 0.3s 0.1s;
}
.whats__imgLists__listsWr .fadeInLists .item:nth-child(3) {
  -webkit-transition: all 0.3s 0.2s;
  transition: all 0.3s 0.2s;
}
.whats__imgLists__listsWr .fadeInLists .item:nth-child(4) {
  -webkit-transition: all 0.3s 0.3s;
  transition: all 0.3s 0.3s;
}

.strUpWr {
  overflow: hidden;
}
.strUpWr .strUpTri {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.strUpWr .strUpTri.strUp {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.headShape {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-filter: drop-shadow(0 0 3px rgba(17, 17, 17, 0.15));
          filter: drop-shadow(0 0 3px rgba(17, 17, 17, 0.15));
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
  margin-bottom: min(calc(24 / 1440 * 100vw), 24px);
}
@media (max-width:1024px) {
  .headShape {
    margin-bottom: max(calc(24 / 600 * 100vw), 24px);
  }
}
.headShape .headShape__image {
  width: 27.69px;
  height: 32px;
  margin-right: g4px;
}
@media (max-width:1024px) {
  .headShape .headShape__image {
    width: 20px;
    height: auto;
  }
}
.headShape .headShape__image img {
  -o-object-fit: contain;
     object-fit: contain;
}
.headShape .headShape__text {
  font-size: calc(1.6rem * 2);
  line-height: calc(23 / 32);
  letter-spacing: calc(20 / 100 * 1em);
  font-family: "Montserrat", sans-serif;
  color: rgb(213, 40, 123);
  background: -webkit-gradient(linear, left top, right top, from(rgb(213, 40, 123)), to(rgb(255, 79, 68)));
  background: -webkit-linear-gradient(left, rgb(213, 40, 123) 0%, rgb(255, 79, 68) 100%);
  background: linear-gradient(90deg, rgb(213, 40, 123) 0%, rgb(255, 79, 68) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width:1024px) {
  .headShape .headShape__text {
    font-size: calc(1.6rem * 1.25);
  }
}
.headShape .headShape__text:after {
  content: ".";
  margin-right: -0.15em;
}

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

.main {
  background-color: rgb(250, 250, 250);
  overflow: hidden;
}

.fv {
  position: relative;
  height: 100vh;
  height: 100svh;
  z-index: 0;
}
.fv__bgImg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
}
.fv__bgImg:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(17, 17, 17, 0.65);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
@media (max-width:1024px) {
  .fv__bgImg:after {
    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px);
  }
}
.fv__bgImg .bgVideo {
  width: 100%;
  height: 110vh;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
}
@media (max-width:1024px) {
  .fv__bgImg .bgVideo {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fv__contentsWr {
  width: 100%;
  height: 100%;
  padding-bottom: min(calc(64 / 1440 * 100vw), 64px);
}
@media (max-width:1024px) {
  .fv__contentsWr {
    padding-bottom: 0;
  }
}
.fv__contents {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  z-index: 5000;
}
@media (max-width:1024px) {
  .fv__contents {
    padding-right: max(calc(20 / 600 * 100vw), 20px);
    padding-left: max(calc(20 / 600 * 100vw), 20px);
  }
}
.fv__contents__content {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-filter: drop-shadow(0 0 3px rgba(17, 17, 17, 0.15));
          filter: drop-shadow(0 0 3px rgba(17, 17, 17, 0.15));
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
}
.fv__contents__content .content__shape {
  width: min(calc(826 / 1440 * 100vw), 826px);
  height: min(calc(826 / 1440 * 100vw), 826px);
  position: absolute;
  opacity: 1;
  top: 50%;
  left: 50%;
  -webkit-animation: rotate 5s linear infinite;
          animation: rotate 5s linear infinite;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  opacity: 0;
  -webkit-transition: 0.6s all ease-out;
  transition: 0.6s all ease-out;
  -webkit-filter: blur(3px);
          filter: blur(3px);
}
@media (max-width:1024px) {
  .fv__contents__content .content__shape img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.fv__contents__content .content__shape.active {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  width: min(calc(866 / 1440 * 100vw), 866px);
  height: min(calc(866 / 1440 * 100vw), 866px);
}
@media (max-width:1024px) {
  .fv__contents__content .content__shape.active {
    width: 100%;
    height: 100%;
  }
}
.fv__contents__content .content__catch {
  font-size: calc(1.6rem * 1.75);
  letter-spacing: calc(10 / 100 * 1em);
  font-weight: 700;
  color: rgb(250, 250, 250);
}
@media (max-width:1024px) {
  .fv__contents__content .content__catch {
    font-size: max(calc(16 / 600 * 100vw), 1.6rem);
    padding-bottom: min(calc(24 / 1440 * 100vw), 24px);
  }
}
.fv__contents__content .content__logo {
  width: 560px;
  height: 107.12px;
  margin-bottom: 6px;
  display: inline-block;
  position: relative;
  -webkit-mask-image: url("../images/logo_kotomeet.svg");
          mask-image: url("../images/logo_kotomeet.svg");
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
@media (max-width:1024px) {
  .fv__contents__content .content__logo {
    width: max(calc(240 / 600 * 100vw), 240px);
    height: max(calc(46 / 600 * 100vw), 46px);
    margin-bottom: min(calc(24 / 1440 * 100vw), 24px);
  }
}
.fv__contents__content .content__logo div {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(213, 40, 123)), color-stop(70%, rgb(255, 79, 68)), to(rgb(250, 250, 250)));
  background: -webkit-linear-gradient(top, rgb(213, 40, 123) 0%, rgb(255, 79, 68) 70%, rgb(250, 250, 250) 100%);
  background: linear-gradient(180deg, rgb(213, 40, 123) 0%, rgb(255, 79, 68) 70%, rgb(250, 250, 250) 100%);
  display: block;
  width: 115%;
  height: 600%;
  -webkit-animation: rotate 5s infinite linear;
          animation: rotate 5s infinite linear;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  position: absolute;
  top: 50%;
  left: 50%;
}
.fv__contents__content .content__para {
  font-size: calc(1.6rem * 1.5);
  letter-spacing: calc(10 / 100 * 1em);
  line-height: calc(35 / 20);
  font-weight: 700;
  color: rgb(250, 250, 250);
}
@media (max-width:1024px) {
  .fv__contents__content .content__para {
    font-size: max(calc(16 / 600 * 100vw), 1.6rem);
  }
}
@media (max-width:374px) {
  .fv__contents__content .content__para {
    font-size: clamp(calc(14 * calc(320 / 375) * 0.1rem), calc(14 / 375 * 100vw), 1.4rem);
  }
}
.fv__shape {
  width: 100%;
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 5000;
}
@media (max-width:1024px) {
  .fv__shape {
    width: 100.5%;
    -webkit-transform: translateX(-0.25%);
            transform: translateX(-0.25%);
  }
}
.fv__shape img {
  -o-object-fit: contain;
     object-fit: contain;
}

.news {
  padding-top: min(calc(48 / 1440 * 100vw), 48px);
  padding-bottom: min(calc(48 / 1440 * 100vw), 48px);
  position: relative;
  z-index: 5000;
  background-color: rgb(250, 250, 250);
}
@media (max-width:1024px) {
  .news {
    padding-top: max(calc(48 / 600 * 100vw), 48px);
    padding-bottom: max(calc(32 / 600 * 100vw), 32px);
  }
}
.news__contents {
  padding-left: min(calc(150 / 1440 * 100vw), 150px);
  padding-right: min(calc(150 / 1440 * 100vw), 150px);
  position: relative;
}
@media (max-width:1024px) {
  .news__contents {
    padding-left: max(calc(20 / 600 * 100vw), 20px);
    padding-right: max(calc(20 / 600 * 100vw), 20px);
  }
}
.news__contents__head {
  -webkit-filter: drop-shadow(0 0 3px rgba(17, 17, 17, 0.15));
          filter: drop-shadow(0 0 3px rgba(17, 17, 17, 0.15));
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
  margin-bottom: max(calc(16 / 600 * 100vw), 16px);
}
.news__contents__head .head__shape {
  width: 42.43px;
  height: 49.03px;
  margin-right: 8px;
}
@media (max-width:1024px) {
  .news__contents__head .head__shape {
    width: 24px;
    height: auto;
    margin-right: 4px;
  }
}
.news__contents__head .head__text {
  font-size: calc(1.6rem * 3);
  line-height: calc(36 / 48);
}
@media (max-width:1024px) {
  .news__contents__head .head__text {
    font-size: calc(1.6rem * 1.5);
  }
}
.news__contents__lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: min(calc(28 / 1440 * 100vw), 28px);
  width: 80%;
}
@media (max-width:1024px) {
  .news__contents__lists {
    width: auto;
    padding-left: 0;
    padding-right: max(calc(64 / 600 * 100vw), 64px);
  }
}
.news__contents__lists .lists__list {
  margin-bottom: min(calc(16 / 1440 * 100vw), 16px);
}
@media (max-width:1024px) {
  .news__contents__lists .lists__list {
    margin-bottom: 0;
    margin-left: max(calc(32 / 600 * 100vw), 32px);
  }
}
.news__contents__lists .lists__list:nth-child(2) {
  margin-left: min(calc(28 / 1440 * 100vw), 28px);
}
@media (max-width:1024px) {
  .news__contents__lists .lists__list:nth-child(2) {
    display: none;
  }
}
.news__contents__lists .lists__list:last-child {
  margin-left: min(calc(56 / 1440 * 100vw), 56px);
  margin-bottom: 0;
}
@media (max-width:1024px) {
  .news__contents__lists .lists__list:last-child {
    display: none;
  }
}
.news__contents__lists .lists__list a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
@media (max-width:1024px) {
  .news__contents__lists .lists__list a {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: max(calc(8 / 600 * 100vw), 8px) max(calc(0 / 600 * 100vw), 0px);
    line-height: 1.25;
  }
}
.news__contents__lists .lists__list__date {
  font-size: calc(1.6rem * 1);
  letter-spacing: calc(8 / 100 * 1em);
  font-family: "Montserrat", sans-serif;
  margin-right: min(calc(24 / 1440 * 100vw), 24px);
}
@media (max-width:1024px) {
  .news__contents__lists .lists__list__date {
    font-size: calc(1.6rem * 0.625);
    margin-right: max(calc(10 / 600 * 100vw), 10px);
  }
}
.news__contents__lists .lists__list__cat {
  letter-spacing: calc(5 / 100 * 1em);
  font-family: "Montserrat", sans-serif;
  width: 96px;
  height: 24px;
  border-radius: 8px;
  border: 1px rgb(17, 17, 17) solid;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: min(calc(48 / 1440 * 100vw), 48px);
}
@media (max-width:1024px) {
  .news__contents__lists .lists__list__cat {
    width: 64px;
    height: 16px;
    font-size: calc(1.6rem * 0.625);
  }
}
.news__contents__lists .lists__list__title {
  letter-spacing: calc(3 / 100 * 1em);
  line-height: 1.375;
}
@media (max-width:1024px) {
  .news__contents__lists .lists__list__title {
    width: 100%;
    font-size: calc(1.6rem * 0.875);
    line-height: 1.5;
  }
}
.news__contents__ppl {
  width: min(calc(193 / 1440 * 100vw), 193px);
  position: absolute;
  bottom: -150px;
  right: 66px;
}
@media (max-width:1024px) {
  .news__contents__ppl {
    width: max(calc(60 / 600 * 100vw), 60px);
    bottom: min(calc(-20 / 600 * 100vw), -20px);
    right: min(calc(-40 / 600 * 100vw), -40px);
  }
}
.news__contents__ppl.appearPplTrigger {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  opacity: 0;
}
.news__contents__ppl.appearPplTrigger.appearPpl {
  right: 130px;
  opacity: 1;
}
@media (max-width:1024px) {
  .news__contents__ppl.appearPplTrigger.appearPpl {
    right: max(calc(24 / 600 * 100vw), 24px);
  }
}

.about__contentsAllWr {
  padding-left: min(calc(108 / 1440 * 100vw), 108px);
}
@media (max-width:1024px) {
  .about__contentsAllWr {
    padding-left: max(calc(20 / 600 * 100vw), 20px);
  }
}
.about__contentsWr {
  position: relative;
  z-index: 6000;
  width: 100%;
  padding: 8px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(213, 40, 123)), to(rgb(255, 79, 68)));
  background: -webkit-linear-gradient(left, rgb(213, 40, 123) 0%, rgb(255, 79, 68) 100%);
  background: linear-gradient(90deg, rgb(213, 40, 123) 0%, rgb(255, 79, 68) 100%);
  border-radius: 16px 16px 16px 160px;
  margin-bottom: min(calc(48 / 1440 * 100vw), 48px);
}
@media (max-width:1024px) {
  .about__contentsWr {
    padding: 4px;
    margin-bottom: max(calc(48 / 600 * 100vw), 48px);
    border-radius: 12px 12px 12px 64px;
  }
}
.about__contentsWr:after {
  content: "";
  width: 360px;
  height: 360px;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(rgb(213, 40, 123)), to(rgb(255, 79, 68)));
  background: -webkit-linear-gradient(left, rgb(213, 40, 123) 0%, rgb(255, 79, 68) 100%);
  background: linear-gradient(90deg, rgb(213, 40, 123) 0%, rgb(255, 79, 68) 100%);
  border-radius: 9999px;
  position: absolute;
  right: -180px;
  top: -180px;
}
@media (max-width:1024px) {
  .about__contentsWr:after {
    width: max(calc(108 / 600 * 100vw), 108px);
    height: max(calc(108 / 600 * 100vw), 108px);
    right: min(calc(-54 / 600 * 100vw), -54px);
    top: min(calc(-54 / 600 * 100vw), -54px);
  }
}
.about__contents {
  width: 100%;
  height: 100%;
  background-color: rgb(17, 17, 17);
  border-radius: 8px 8px 8px 152px;
  padding-top: min(calc(108 / 1440 * 100vw), 108px);
  padding-bottom: min(calc(108 / 1440 * 100vw), 108px);
  position: relative;
  overflow: hidden;
}
@media (max-width:1024px) {
  .about__contents {
    border-radius: 8px 8px 8px 60px;
    padding-top: max(calc(48 / 600 * 100vw), 48px);
    padding-bottom: max(calc(48 / 600 * 100vw), 48px);
  }
}
.about__contents__bgImg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}
.about__contents__bgImg:after {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  background-color: rgba(17, 17, 17, 0.75);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}
@media (max-width:1024px) {
  .about__contents__bgImg:after {
    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px);
  }
}
.about__contents__bgImg .bgVideo {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.about__contents__heads {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  position: relative;
  z-index: 5000;
}
@media (max-width:1024px) {
  .about__contents__heads .heads__head {
    margin-bottom: max(calc(12 / 600 * 100vw), 12px);
  }
}
.about__contents__heads .heads__para {
  font-size: calc(1.6rem * 2);
  letter-spacing: calc(5 / 100 * 1em);
  font-weight: 700;
  color: rgb(250, 250, 250);
  margin-bottom: min(calc(16 / 1440 * 100vw), 16px);
}
@media (max-width:1024px) {
  .about__contents__heads .heads__para {
    font-size: calc(1.6rem * 1.25);
    margin-bottom: max(calc(12 / 600 * 100vw), 12px);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
@media (max-width:600px) {
  .about__contents__heads .heads__para {
    line-height: 1.5;
  }
}
.about__contents__heads .heads__para strong {
  color: rgb(255, 79, 68);
  font-weight: 700;
  font-size: calc(1.6rem * 2.25);
  margin-right: 8px;
  margin-left: 8px;
}
@media (max-width:1024px) {
  .about__contents__heads .heads__para strong {
    font-size: calc(1.6rem * 1.5);
    margin-right: 4px;
    margin-left: 4px;
  }
}
.about__contents__heads .heads__logo {
  width: 296px;
  margin-inline: auto;
  margin-bottom: min(calc(48 / 1440 * 100vw), 48px);
}
@media (max-width:1024px) {
  .about__contents__heads .heads__logo {
    width: 144px;
    margin-bottom: max(calc(24 / 600 * 100vw), 24px);
  }
}
.about__contents__listsWr {
  position: relative;
  overflow: hidden;
}
@media (max-width:1024px) {
  .about__contents__listsWr {
    padding-right: max(calc(20 / 600 * 100vw), 20px);
    padding-left: max(calc(20 / 600 * 100vw), 20px);
  }
}
.about__contents__lists {
  width: min(calc(816 / 1440 * 100vw), 816px);
  height: min(calc(376 / 1440 * 100vw), 376px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-inline: auto;
  gap: min(calc(24 / 1440 * 100vw), 24px) min(calc(24 / 1440 * 100vw), 24px);
}
@media (max-width:1024px) {
  .about__contents__lists {
    width: max(calc(280 / 600 * 100vw), 280px);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    grid-template-columns: repeat(1, 1fr);
    gap: max(calc(20 / 600 * 100vw), 20px) max(calc(0 / 600 * 100vw), 0px);
  }
}
@media (max-width:374px) {
  .about__contents__lists {
    width: clamp(calc(280 * calc(320 / 375) * 1px), calc(280 / 375 * 100vw), 280px);
  }
}
.about__contents__lists .lists__list {
  width: 100%;
  height: min(calc(176 / 1440 * 100vw), 176px);
  background-color: rgb(250, 250, 250);
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  padding: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width:1024px) {
  .about__contents__lists .lists__list {
    height: 128px;
  }
}
.about__contents__lists .lists__list:hover {
  cursor: pointer;
  padding: 0;
}
.about__contents__lists .lists__list:hover .lists__list__textsWr {
  padding: 0;
}
.about__contents__lists .lists__list:hover#about-list01 .lists__list__image {
  left: -180px;
  opacity: 0;
}
.about__contents__lists .lists__list:hover#about-list02 .lists__list__image {
  left: -192px;
  opacity: 0;
}
.about__contents__lists .lists__list:hover#about-list03 .lists__list__image {
  left: -180px;
  opacity: 0;
}
.about__contents__lists .lists__list:hover#about-list04 .lists__list__image {
  left: -145px;
  opacity: 0;
}
.about__contents__lists .lists__list:hover .lists__list__texts span,
.about__contents__lists .lists__list:hover .lists__list__texts h3 {
  margin-left: 0;
}
.about__contents__lists .lists__list__textsWr {
  background: -webkit-gradient(linear, left top, right top, from(rgb(213, 40, 123)), to(rgb(255, 79, 68)));
  background: -webkit-linear-gradient(left, rgb(213, 40, 123) 0%, rgb(255, 79, 68) 100%);
  background: linear-gradient(90deg, rgb(213, 40, 123) 0%, rgb(255, 79, 68) 100%);
  height: 100%;
  border-radius: 8px;
  padding: 1px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.about__contents__lists .lists__list__texts {
  width: 100%;
  height: 100%;
  background-color: rgb(250, 250, 250);
  border-radius: 7px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.about__contents__lists .lists__list__texts span {
  color: rgb(213, 40, 123);
  background: -webkit-gradient(linear, left top, right top, from(rgb(213, 40, 123)), to(rgb(255, 79, 68)));
  background: -webkit-linear-gradient(left, rgb(213, 40, 123) 0%, rgb(255, 79, 68) 100%);
  background: linear-gradient(90deg, rgb(213, 40, 123) 0%, rgb(255, 79, 68) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: calc(1.6rem * 1.25);
  letter-spacing: calc(5 / 100 * 1em);
  margin-bottom: 4px;
  font-weight: 700;
  margin-left: min(calc(64 / 1440 * 100vw), 64px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width:1024px) {
  .about__contents__lists .lists__list__texts span {
    font-size: calc(1.6rem * 0.875);
    margin-left: max(calc(48 / 600 * 100vw), 48px);
  }
}
.about__contents__lists .lists__list__texts h3 {
  font-size: calc(1.6rem * 1.5);
  letter-spacing: calc(10 / 100 * 1em);
  font-weight: 700;
  margin-left: min(calc(64 / 1440 * 100vw), 64px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width:1024px) {
  .about__contents__lists .lists__list__texts h3 {
    font-size: calc(1.6rem * 1);
    margin-left: max(calc(48 / 600 * 100vw), 48px);
  }
}
.about__contents__lists .lists__list__image {
  width: 180px;
  height: 180px;
  position: absolute;
  left: -60px;
  top: -4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}
@media (max-width:1024px) {
  .about__contents__lists .lists__list__image {
    width: 144px;
    height: 144px;
    left: -40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.about__contents__lists .lists__list#about-list02 .lists__list__image {
  width: 192px;
  height: 192px;
  left: -14px;
  top: -5px;
}
@media (max-width:1024px) {
  .about__contents__lists .lists__list#about-list02 .lists__list__image {
    width: 160px;
    height: 160px;
    left: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.about__contents__lists .lists__list#about-list03 .lists__list__image {
  top: 1px;
}
@media (max-width:1024px) {
  .about__contents__lists .lists__list#about-list03 .lists__list__image {
    top: -4px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.about__contents__lists .lists__list#about-list04 .lists__list__image {
  width: 145px;
  height: 145px;
  left: -20px;
  top: 13px;
}
@media (max-width:1024px) {
  .about__contents__lists .lists__list#about-list04 .lists__list__image {
    width: 116px;
    height: 116px;
    top: 4px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.about__contents__details {
  width: min(calc(816 / 1440 * 100vw), 816px);
  height: min(calc(376 / 1440 * 100vw), 376px);
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
@media (max-width:1024px) {
  .about__contents__details {
    width: max(calc(280 / 600 * 100vw), 280px);
    height: 100%;
  }
}
@media (max-width:374px) {
  .about__contents__details {
    width: clamp(calc(280 * calc(320 / 375) * 1px), calc(280 / 375 * 100vw), 280px);
  }
}
.about__contents__details.active {
  z-index: 7777;
  opacity: 1;
}
.about__contents__details.active #about-detail01.active {
  z-index: 888;
  opacity: 1;
}
.about__contents__details.active #about-detail01.active .details__detail__image {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.about__contents__details.active #about-detail02.active {
  z-index: 8888;
  opacity: 1;
}
.about__contents__details.active #about-detail02.active .details__detail__image {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.about__contents__details.active #about-detail03.active {
  z-index: 8888;
  opacity: 1;
}
.about__contents__details.active #about-detail03.active .details__detail__image {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.about__contents__details.active #about-detail04.active {
  z-index: 8888;
  opacity: 1;
}
.about__contents__details.active #about-detail04.active .details__detail__image {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.about__contents__details .details__detail {
  width: 100%;
  height: 100%;
  background-color: rgb(250, 250, 250);
  border-radius: 16px;
  position: absolute;
  overflow: hidden;
  border-radius: 16px;
  padding: 8px;
  opacity: 0;
  cursor: pointer;
}
.about__contents__details .details__detail__textsImgAllWr {
  display: contents;
}
@media (max-width:1024px) {
  .about__contents__details .details__detail__textsImgAllWr {
    display: block;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(213, 40, 123)), to(rgb(255, 79, 68)));
    background: -webkit-linear-gradient(top, rgb(213, 40, 123) 0%, rgb(255, 79, 68) 100%);
    background: linear-gradient(180deg, rgb(213, 40, 123) 0%, rgb(255, 79, 68) 100%);
    padding: 1px;
    border-radius: 8px;
  }
}
.about__contents__details .details__detail__textsImgWr {
  display: contents;
}
@media (max-width:1024px) {
  .about__contents__details .details__detail__textsImgWr {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: rgb(250, 250, 250);
    border-radius: 7px;
  }
}
.about__contents__details .details__detail__textsWr {
  background: -webkit-gradient(linear, left top, right top, from(rgb(213, 40, 123)), to(rgb(255, 79, 68)));
  background: -webkit-linear-gradient(left, rgb(213, 40, 123) 0%, rgb(255, 79, 68) 100%);
  background: linear-gradient(90deg, rgb(213, 40, 123) 0%, rgb(255, 79, 68) 100%);
  height: 100%;
  border-radius: 8px;
  padding: 1px;
}
@media (max-width:1024px) {
  .about__contents__details .details__detail__textsWr {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 0;
    border-radius: 0px;
    background: rgb(250, 250, 250);
    border-radius: 7px 7px 0 0;
    padding-bottom: max(calc(24 / 600 * 100vw), 24px);
  }
}
.about__contents__details .details__detail__texts {
  width: 100%;
  height: 100%;
  background-color: rgb(250, 250, 250);
  border-radius: 7px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: min(calc(260 / 1440 * 100vw), 260px);
  padding-right: min(calc(30 / 1440 * 100vw), 30px);
}
@media (max-width:1024px) {
  .about__contents__details .details__detail__texts {
    padding-left: max(calc(12 / 600 * 100vw), 12px);
    padding-right: max(calc(12 / 600 * 100vw), 12px);
  }
}
.about__contents__details .details__detail__texts .texts__subHead {
  color: rgb(213, 40, 123);
  background: -webkit-gradient(linear, left top, right top, from(rgb(213, 40, 123)), to(rgb(255, 79, 68)));
  background: -webkit-linear-gradient(left, rgb(213, 40, 123) 0%, rgb(255, 79, 68) 100%);
  background: linear-gradient(90deg, rgb(213, 40, 123) 0%, rgb(255, 79, 68) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: calc(1.6rem * 1.25);
  letter-spacing: calc(5 / 100 * 1em);
  margin-bottom: 6px;
  font-weight: 700;
}
@media (max-width:1024px) {
  .about__contents__details .details__detail__texts .texts__subHead {
    font-size: calc(1.6rem * 0.875);
  }
}
.about__contents__details .details__detail__texts .texts__head {
  font-size: calc(1.6rem * 1.5);
  letter-spacing: calc(10 / 100 * 1em);
  font-weight: 700;
  margin-bottom: min(calc(16 / 1440 * 100vw), 16px);
}
@media (max-width:1024px) {
  .about__contents__details .details__detail__texts .texts__head {
    font-size: calc(1.6rem * 1.25);
    margin-bottom: max(calc(14 / 600 * 100vw), 14px);
  }
}
.about__contents__details .details__detail__texts .texts__para {
  line-height: calc(28 / 16);
  letter-spacing: calc(3 / 100 * 1em);
  margin-bottom: min(calc(16 / 1440 * 100vw), 16px);
  padding-left: min(calc(24 / 1440 * 100vw), 24px);
  padding-right: min(calc(24 / 1440 * 100vw), 24px);
  text-align: center;
}
@media (max-width:1024px) {
  .about__contents__details .details__detail__texts .texts__para {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: max(calc(24 / 600 * 100vw), 24px);
    font-size: calc(1.6rem * 0.875);
    line-height: 1.75;
    text-align: left;
  }
}
.about__contents__details .details__detail__texts .texts__btn {
  width: 240px;
  height: 48px;
  border-radius: 9999px;
  border: rgb(213, 40, 123) 2px solid;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(213, 40, 123)), to(rgb(255, 79, 68)));
  background: -webkit-linear-gradient(bottom, rgb(213, 40, 123) 0%, rgb(255, 79, 68) 100%);
  background: linear-gradient(0deg, rgb(213, 40, 123) 0%, rgb(255, 79, 68) 100%);
  -webkit-filter: drop-shadow(0 0 3px rgba(17, 17, 17, 0.15));
          filter: drop-shadow(0 0 3px rgba(17, 17, 17, 0.15));
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
  overflow: hidden;
  position: relative;
}
@media (max-width:1024px) {
  .about__contents__details .details__detail__texts .texts__btn {
    width: 196px;
    height: 40px;
    -webkit-filter: drop-shadow(0 0 3px rgba(17, 17, 17, 0.15));
            filter: drop-shadow(0 0 3px rgba(17, 17, 17, 0.15));
    -webkit-transform: translateZ(0px);
            transform: translateZ(0px);
  }
}
.about__contents__details .details__detail__texts .texts__btn:before {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(250, 250, 250)), color-stop(75%, rgb(250, 250, 250)), to(#e5e5e5));
  background: -webkit-linear-gradient(top, rgb(250, 250, 250) 0%, rgb(250, 250, 250) 75%, #e5e5e5 100%);
  background: linear-gradient(180deg, rgb(250, 250, 250) 0%, rgb(250, 250, 250) 75%, #e5e5e5 100%);
  z-index: -1;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.about__contents__details .details__detail__texts .texts__btn:hover:before {
  opacity: 0;
}
.about__contents__details .details__detail__texts .texts__btn:hover a {
  opacity: 1;
}
.about__contents__details .details__detail__texts .texts__btn:hover span {
  color: rgb(250, 250, 250);
}
.about__contents__details .details__detail__texts .texts__btn:hover img {
  -webkit-filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(5%) hue-rotate(167deg) brightness(107%) contrast(96%);
          filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(5%) hue-rotate(167deg) brightness(107%) contrast(96%);
}
.about__contents__details .details__detail__texts .texts__btn a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about__contents__details .details__detail__texts .texts__btn span {
  color: rgb(213, 40, 123);
  margin-right: 12px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.about__contents__details .details__detail__texts .texts__btn img {
  width: 8px;
  height: 13.72px;
  -o-object-fit: contain;
     object-fit: contain;
}
.about__contents__details .details__detail:nth-child(even) .details__detail__texts {
  padding-left: min(calc(30 / 1440 * 100vw), 30px);
  padding-right: min(calc(260 / 1440 * 100vw), 260px);
}
@media (max-width:1024px) {
  .about__contents__details .details__detail:nth-child(even) .details__detail__texts {
    padding-left: max(calc(20 / 600 * 100vw), 20px);
    padding-right: max(calc(20 / 600 * 100vw), 20px);
  }
}
.about__contents__details .details__detail__imageWr {
  display: contents;
}
@media (max-width:1024px) {
  .about__contents__details .details__detail__imageWr {
    display: block;
    background-color: rgb(250, 250, 250);
    border-radius: 0 0 7px 7px;
  }
}
.about__contents__details .details__detail__image {
  width: 180px;
  position: absolute;
  left: -60px;
  top: 4px;
  -webkit-transform: translateX(-96px);
          transform: translateX(-96px);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0.125s;
          transition-delay: 0.125s;
}
@media (max-width:1024px) {
  .about__contents__details .details__detail__image {
    position: static;
    margin: 0 auto;
  }
}
.about__contents__details .details__detail__image img {
  -webkit-filter: drop-shadow(0 0 3px rgba(17, 17, 17, 0.15));
          filter: drop-shadow(0 0 3px rgba(17, 17, 17, 0.15));
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
}
@media (max-width:1024px) {
  .about__contents__details .details__detail__image img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.about__contents__details .details__detail#about-detail01 .details__detail__image {
  width: min(calc(184 / 1440 * 100vw), 184px);
  left: min(calc(41 / 1440 * 100vw), 41px);
  top: 0;
}
@media (max-width:1024px) {
  .about__contents__details .details__detail#about-detail01 .details__detail__image {
    width: max(calc(40 / 600 * 100vw), 40px);
  }
}
.about__contents__details .details__detail#about-detail02 .details__detail__image {
  width: min(calc(102 / 1440 * 100vw), 102px);
  left: auto;
  right: min(calc(124 / 1440 * 100vw), 124px);
  top: 4px;
}
@media (max-width:1024px) {
  .about__contents__details .details__detail#about-detail02 .details__detail__image {
    width: max(calc(31 / 600 * 100vw), 31px);
  }
}
.about__contents__details .details__detail#about-detail03 .details__detail__image {
  width: min(calc(233 / 1440 * 100vw), 233px);
  left: min(calc(14 / 1440 * 100vw), 14px);
  top: 0;
}
@media (max-width:1024px) {
  .about__contents__details .details__detail#about-detail03 .details__detail__image {
    width: max(calc(64 / 600 * 100vw), 64px);
  }
}
.about__contents__details .details__detail#about-detail04 .details__detail__image {
  width: min(calc(240 / 1440 * 100vw), 240px);
  left: auto;
  right: min(calc(72 / 1440 * 100vw), 72px);
  top: 0;
}
@media (max-width:1024px) {
  .about__contents__details .details__detail#about-detail04 .details__detail__image {
    width: max(calc(44 / 600 * 100vw), 44px);
  }
}
@media (max-width:600px) {
  .about__contents__details .details__detail#about-detail04 .details__detail__image {
    width: clamp(calc(54 * calc(320 / 375) * 1px), calc(54 / 375 * 100vw), 54px);
  }
}
.about__contents__details .details__detail__closeBtn {
  width: min(calc(80 / 1440 * 100vw), 80px);
  padding-bottom: min(calc(8 / 1440 * 100vw), 8px);
  padding-top: min(calc(8 / 1440 * 100vw), 8px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: min(calc(26 / 1440 * 100vw), 26px);
  right: min(calc(28 / 1440 * 100vw), 28px);
  display: inline-block;
  border-radius: 9999px;
  border: 1px rgb(213, 40, 123) solid;
  font-size: min(calc(16 / 1440 * 100vw), 1.6rem);
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: rgb(213, 40, 123);
}
@media (max-width:1024px) {
  .about__contents__details .details__detail__closeBtn {
    width: 64px;
    padding-top: 4px;
    padding-bottom: 4px;
    bottom: 24px;
    top: auto;
    right: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: calc(1.6rem * 0.75);
  }
}
.about__contents__details .details__detail__closeBtn:hover {
  opacity: 0.5;
  cursor: pointer;
}
.about__contents__ppl {
  width: min(calc(196 / 1440 * 100vw), 196px);
  position: absolute;
  left: max(calc(-109 / 1440 * 100vw), -109px);
  bottom: max(calc(-54 / 1440 * 100vw), -54px);
}
@media (max-width:1024px) {
  .about__contents__ppl {
    width: max(calc(64 / 600 * 100vw), 64px);
    left: min(calc(-78 / 600 * 100vw), -78px);
    bottom: min(calc(-54 / 600 * 100vw), -54px);
  }
}
.about__contents__ppl {
  scale: -1 1;
}
.about__contents__ppl.appearPplTrigger {
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.about__contents__ppl.appearPplTrigger.appearPpl {
  left: max(calc(-45 / 1440 * 100vw), -45px);
  opacity: 1;
}
@media (max-width:1024px) {
  .about__contents__ppl.appearPplTrigger.appearPpl {
    left: min(calc(-16 / 600 * 100vw), -16px);
  }
}
.about__sliders {
  gap: min(calc(0 / 1440 * 100vw), 0px) min(calc(16 / 1440 * 100vw), 16px);
}
@media (max-width:1024px) {
  .about__sliders {
    gap: max(calc(0 / 600 * 100vw), 0px) max(calc(8 / 600 * 100vw), 8px);
  }
}
.about__sliders__list {
  width: min(calc(320 / 1440 * 100vw), 320px);
  height: min(calc(200 / 1440 * 100vw), 200px);
  -webkit-filter: drop-shadow(0 0 3px rgba(17, 17, 17, 0.15));
          filter: drop-shadow(0 0 3px rgba(17, 17, 17, 0.15));
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
}
@media (max-width:1024px) {
  .about__sliders__list {
    width: max(calc(180 / 600 * 100vw), 180px);
    height: max(calc(135 / 600 * 100vw), 135px);
  }
}
.about__sliders__list img {
  border-radius: 8px;
}
@media (max-width:1024px) {
  .about__sliders__list img {
    border-radius: 6px;
  }
}

.price {
  padding-top: min(calc(108 / 1440 * 100vw), 108px);
  padding-bottom: min(calc(108 / 1440 * 100vw), 108px);
  background-image: url(../images/price-bgdotted.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
@media (max-width:1024px) {
  .price {
    padding-top: max(calc(64 / 600 * 100vw), 64px);
    padding-bottom: max(calc(64 / 600 * 100vw), 64px);
  }
}
.price:after {
  content: "";
  width: 70%;
  aspect-ratio: 1012/1754;
  display: block;
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  background-image: url(../images/price-bgshape.webp);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width:1024px) {
  .price:after {
    width: 50%;
    top: auto;
    bottom: 0;
  }
}
.price__contents {
  padding-left: min(calc(150 / 1440 * 100vw), 150px);
  padding-right: min(calc(150 / 1440 * 100vw), 150px);
  position: relative;
}
@media (max-width:1024px) {
  .price__contents {
    padding-left: max(calc(20 / 600 * 100vw), 20px);
    padding-right: max(calc(20 / 600 * 100vw), 20px);
  }
}
.price__contents__head {
  margin-bottom: min(calc(16 / 1440 * 100vw), 16px);
}
@media (max-width:1024px) {
  .price__contents__head {
    margin-bottom: max(calc(16 / 600 * 100vw), 16px);
  }
}
.price__contents__sum {
  font-size: calc(1.6rem * 2);
  letter-spacing: calc(5 / 100 * 1em);
  font-weight: 700;
  -webkit-filter: drop-shadow(0 0 3px rgba(17, 17, 17, 0.15));
          filter: drop-shadow(0 0 3px rgba(17, 17, 17, 0.15));
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
  padding-left: min(calc(96 / 1440 * 100vw), 96px);
  margin-bottom: min(calc(48 / 1440 * 100vw), 48px);
  position: relative;
  z-index: 5000;
}
@media (max-width:1024px) {
  .price__contents__sum {
    font-size: calc(1.6rem * 1.25);
    line-height: 1.25;
    padding-left: 0;
    margin-bottom: max(calc(24 / 600 * 100vw), 24px);
  }
}
.price__contents__sum strong {
  color: rgb(255, 79, 68);
  font-size: calc(1.6rem * 2.5);
  letter-spacing: calc(5 / 100 * 1em);
  font-weight: 700;
  margin-right: 8px;
  margin-left: 8px;
}
@media (max-width:1024px) {
  .price__contents__sum strong {
    font-size: calc(1.6rem * 1.5);
    margin-right: 4px;
    margin-left: 4px;
  }
}
.price__contents__imagesWr {
  position: relative;
}
.price__contents__images {
  display: grid;
  grid-template: "a b" 1fr "a c" 1fr/0.7fr 0.3fr;
  width: min(calc(1140 / 1440 * 100vw), 1140px);
  height: min(calc(450 / 1440 * 100vw), 450px);
  margin-inline: auto;
  gap: min(calc(16 / 1440 * 100vw), 16px) min(calc(16 / 1440 * 100vw), 16px);
  -webkit-filter: drop-shadow(0 0 3px rgba(17, 17, 17, 0.15));
          filter: drop-shadow(0 0 3px rgba(17, 17, 17, 0.15));
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
  margin-bottom: min(calc(48 / 1440 * 100vw), 48px);
}
@media (max-width:1024px) {
  .price__contents__images {
    grid-template: 1fr 1fr 1fr/1fr;
    margin-bottom: max(calc(32 / 600 * 100vw), 32px);
    gap: max(calc(12 / 600 * 100vw), 12px) max(calc(0 / 600 * 100vw), 0px);
    width: 100%;
    height: auto;
  }
}
.price__contents__images .images__image {
  overflow: hidden;
}
@media (max-width:1024px) {
  .price__contents__images .images__image {
    height: max(calc(160 / 600 * 100vw), 160px);
  }
}
.price__contents__images .images__image img {
  border-radius: 8px;
}
@media (max-width:1024px) {
  .price__contents__images .images__image img {
    border-radius: 4px;
  }
}
.price__contents__images .images__image:first-child {
  grid-area: a;
}
@media (max-width:1024px) {
  .price__contents__images .images__image:first-child {
    grid-area: auto;
  }
}
.price__contents__images .images__image:nth-child(2) {
  grid-area: b;
}
@media (max-width:1024px) {
  .price__contents__images .images__image:nth-child(2) {
    grid-area: auto;
  }
}
.price__contents__images .images__image:last-child {
  grid-area: c;
}
@media (max-width:1024px) {
  .price__contents__images .images__image:last-child {
    grid-area: auto;
  }
}
.price__contents__nums {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: min(calc(0 / 1440 * 100vw), 0px) min(calc(58 / 1440 * 100vw), 58px);
  margin-bottom: min(calc(80 / 1440 * 100vw), 80px);
}
@media (max-width:1024px) {
  .price__contents__nums {
    gap: max(calc(16 / 600 * 100vw), 16px) max(calc(0 / 600 * 100vw), 0px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: max(calc(48 / 600 * 100vw), 48px);
  }
}
.price__contents__nums .nums__logo {
  width: min(calc(320 / 1440 * 100vw), 320px);
  height: min(calc(61.21 / 1440 * 100vw), 61.21px);
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width:1024px) {
  .price__contents__nums .nums__logo {
    width: max(calc(196 / 600 * 100vw), 196px);
    height: auto;
    margin-inline: auto;
  }
}
.price__contents__nums .nums__logo img {
  -o-object-fit: contain;
     object-fit: contain;
}
.price__contents__nums .nums__num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.price__contents__nums .nums__num .nums__num__texts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width:1024px) {
  .price__contents__nums .nums__num .nums__num__texts {
    width: 100%;
  }
}
.price__contents__nums .nums__num .nums__num__texts .texts__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: min(calc(16 / 1440 * 100vw), 16px);
}
@media (max-width:1024px) {
  .price__contents__nums .nums__num .nums__num__texts .texts__text {
    margin-bottom: max(calc(8 / 600 * 100vw), 8px);
    margin-inline: auto;
  }
}
.price__contents__nums .nums__num .nums__num__texts .texts__text div {
  width: 80px;
  height: 80px;
  border: 3px rgb(17, 17, 17) solid;
  border-radius: 9999px;
  font-size: calc(1.6rem * 1.25);
  letter-spacing: calc(5 / 100 * 1em);
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 16px;
}
@media (max-width:1024px) {
  .price__contents__nums .nums__num .nums__num__texts .texts__text div {
    width: 48px;
    height: 48px;
    font-size: calc(1.6rem * 0.75);
    border: 2px rgb(17, 17, 17) solid;
    margin-right: 12px;
  }
}
.price__contents__nums .nums__num .nums__num__texts .texts__text span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: calc(1.6rem * 6);
  letter-spacing: calc(5 / 100 * 1em);
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: rgb(213, 40, 123);
  background: -webkit-gradient(linear, left top, right top, from(rgb(213, 40, 123)), to(rgb(255, 79, 68)));
  background: -webkit-linear-gradient(left, rgb(213, 40, 123) 0%, rgb(255, 79, 68) 100%);
  background: linear-gradient(90deg, rgb(213, 40, 123) 0%, rgb(255, 79, 68) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width:1024px) {
  .price__contents__nums .nums__num .nums__num__texts .texts__text span {
    font-size: calc(1.6rem * 4);
  }
}
.price__contents__nums .nums__num .nums__num__texts .texts__text span:after {
  content: "円";
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, sans-serif;
  font-size: calc(1.6rem * 2.5);
  color: rgb(51, 10, 30);
  background: rgb(51, 10, 30);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: 10px;
  margin-bottom: 10px;
}
@media (max-width:1024px) {
  .price__contents__nums .nums__num .nums__num__texts .texts__text span:after {
    font-size: calc(1.6rem * 1.75);
    margin-left: 6px;
  }
}
.price__contents__nums .nums__num .nums__num__texts .texts__para {
  letter-spacing: calc(5 / 100 * 1em);
  font-weight: 700;
  color: rgb(250, 250, 250);
  background-color: rgb(51, 10, 30);
  padding: 8px 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width:1024px) {
  .price__contents__nums .nums__num .nums__num__texts .texts__para {
    width: 100%;
    text-align: center;
  }
}
.price__contents__content {
  margin-bottom: min(calc(64 / 1440 * 100vw), 64px);
}
@media (max-width:1024px) {
  .price__contents__content {
    margin-bottom: max(calc(48 / 600 * 100vw), 48px);
  }
}
.price__contents__content .content__headWr {
  margin-bottom: min(calc(24 / 1440 * 100vw), 24px);
}
@media (max-width:1024px) {
  .price__contents__content .content__headWr {
    margin-bottom: max(calc(24 / 600 * 100vw), 24px);
  }
}
.price__contents__content .content__head {
  margin-bottom: min(calc(16 / 1440 * 100vw), 16px);
}
@media (max-width:1024px) {
  .price__contents__content .content__head {
    margin-bottom: max(calc(16 / 600 * 100vw), 16px);
  }
}
.price__contents__content .content__head__subHead {
  font-size: calc(1.6rem * 1.5);
  letter-spacing: calc(10 / 100 * 1em);
  font-weight: 700;
}
@media (max-width:1024px) {
  .price__contents__content .content__head__subHead {
    font-size: calc(1.6rem * 1.25);
  }
}
.price__contents__content .content__listsWr {
  background: -webkit-gradient(linear, left top, right top, from(rgb(213, 40, 123)), to(rgb(255, 79, 68)));
  background: -webkit-linear-gradient(left, rgb(213, 40, 123) 0%, rgb(255, 79, 68) 100%);
  background: linear-gradient(90deg, rgb(213, 40, 123) 0%, rgb(255, 79, 68) 100%);
  border-radius: 32px;
  padding: 3px;
  -webkit-filter: drop-shadow(0 0 3px rgba(17, 17, 17, 0.15));
          filter: drop-shadow(0 0 3px rgba(17, 17, 17, 0.15));
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
}
@media (max-width:1024px) {
  .price__contents__content .content__listsWr {
    border-radius: 24px;
  }
}
.price__contents__content .content__lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: rgb(250, 250, 250);
  border-radius: 29px;
  padding-top: min(calc(64 / 1440 * 100vw), 64px);
  padding-right: min(calc(48 / 1440 * 100vw), 48px);
  padding-bottom: min(calc(64 / 1440 * 100vw), 64px);
  padding-left: min(calc(48 / 1440 * 100vw), 48px);
  overflow: hidden;
}
@media (max-width:1024px) {
  .price__contents__content .content__lists {
    border-radius: 21px;
    padding-top: max(calc(24 / 600 * 100vw), 24px);
    padding-right: max(calc(20 / 600 * 100vw), 20px);
    padding-bottom: max(calc(24 / 600 * 100vw), 24px);
    padding-left: max(calc(20 / 600 * 100vw), 20px);
  }
}
.price__contents__content .content__lists__list {
  padding-top: min(calc(16 / 1440 * 100vw), 16px);
  padding-right: min(calc(288 / 1440 * 100vw), 288px);
  border-bottom: 2px rgb(213, 40, 123) dashed;
}
@media (max-width:1024px) {
  .price__contents__content .content__lists__list {
    padding-top: max(calc(16 / 600 * 100vw), 16px);
    padding-right: 0;
  }
}
.price__contents__content .content__lists__list:last-child {
  border-bottom: none;
}
@media (max-width:1024px) {
  .price__contents__content .content__lists__list:last-child {
    padding-right: max(calc(48 / 600 * 100vw), 48px);
  }
}
.price__contents__content .content__lists__list .list__para {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.price__contents__content .content__lists__list .list__para div {
  width: 38.4px;
  height: 38.4px;
  margin-right: min(calc(20 / 1440 * 100vw), 20px);
}
@media (max-width:1024px) {
  .price__contents__content .content__lists__list .list__para div {
    width: 20px;
    height: 20px;
    margin-right: max(calc(8 / 600 * 100vw), 8px);
    margin-top: 4px;
  }
}
.price__contents__content .content__lists__list .list__para div img {
  -o-object-fit: contain;
     object-fit: contain;
}
.price__contents__content .content__lists__list .list__para p {
  font-size: calc(1.6rem * 1.5);
  line-height: calc(36 / 24);
  font-weight: 700;
  letter-spacing: calc(5 / 100 * 1em);
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width:1024px) {
  .price__contents__content .content__lists__list .list__para p {
    font-size: calc(1.6rem * 1.125);
  }
}
.price__contents__content .content__lists__list .list__btnMore {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.price__contents__content .content__lists__list .list__btnMore a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: min(calc(12 / 1440 * 100vw), 12px);
  padding-bottom: min(calc(24 / 1440 * 100vw), 24px);
}
@media (max-width:1024px) {
  .price__contents__content .content__lists__list .list__btnMore a {
    padding-top: max(calc(12 / 600 * 100vw), 12px);
    padding-bottom: max(calc(16 / 600 * 100vw), 16px);
  }
}
.price__contents__content .content__lists__list .list__btnMore a span {
  color: rgb(213, 40, 123);
  background: -webkit-gradient(linear, left top, right top, from(rgb(213, 40, 123)), to(rgb(255, 79, 68)));
  background: -webkit-linear-gradient(left, rgb(213, 40, 123) 0%, rgb(255, 79, 68) 100%);
  background: linear-gradient(90deg, rgb(213, 40, 123) 0%, rgb(255, 79, 68) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  letter-spacing: calc(5 / 100 * 1em);
  font-size: calc(1.6rem * 1.25);
}
@media (max-width:1024px) {
  .price__contents__content .content__lists__list .list__btnMore a span {
    font-size: calc(1.6rem * 1);
  }
}
.price__contents__content .content__lists__list .list__btnMore a div {
  width: 8px;
  height: 13.72px;
  margin-left: 6px;
}
@media (max-width:1024px) {
  .price__contents__content .content__lists__list .list__btnMore a div {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
}
.price__contents__content .content__lists__list .list__btnMore a div img {
  -o-object-fit: contain;
     object-fit: contain;
}
.price__contents__ppl.top {
  width: min(calc(82 / 1440 * 100vw), 82px);
  position: absolute;
  top: max(calc(-240 / 1440 * 100vw), -240px);
  right: min(calc(80 / 1440 * 100vw), 80px);
}
@media (max-width:1024px) {
  .price__contents__ppl.top {
    width: max(calc(48 / 600 * 100vw), 48px);
    top: min(calc(-144 / 600 * 100vw), -144px);
  }
}
.price__contents__ppl.bottom {
  width: min(calc(324 / 1440 * 100vw), 324px);
  position: absolute;
  bottom: max(calc(-214 / 1440 * 100vw), -214px);
  right: min(calc(88 / 1440 * 100vw), 88px);
}
@media (max-width:1024px) {
  .price__contents__ppl.bottom {
    width: max(calc(116 / 600 * 100vw), 116px);
    right: 0;
    bottom: min(calc(-112 / 600 * 100vw), -112px);
    z-index: 8888;
  }
}
@media (max-width:374px) {
  .price__contents__ppl.bottom {
    width: clamp(calc(116 * calc(320 / 375) * 1px), calc(116 / 375 * 100vw), 116px);
    bottom: clamp(-112px, calc(-112 / 375 * 100vw), calc(-112 * calc(320 / 375) * 1px));
  }
}
.price__contents__btnMore a span .br450 {
  display: none;
}
@media (max-width: 450px) {
  .price__contents__btnMore {
    height: 72px;
  }
  .price__contents__btnMore a {
    padding-right: max(calc(48 / 600 * 100vw), 48px);
  }
  .price__contents__btnMore a span {
    line-height: 1.125;
  }
  .price__contents__btnMore a span .br450 {
    display: block;
  }
}

.eyecatch {
  background-image: url(../images/price-list01.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow: hidden;
  position: relative;
  z-index: 0;
  width: 100%;
  height: min(calc(568 / 1440 * 100vw), 568px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width:1024px) {
  .eyecatch {
    height: 100vh;
    height: 100lvh;
    background-attachment: unset;
  }
}
.eyecatch:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(213, 40, 123)), to(rgb(255, 79, 68)));
  background: -webkit-linear-gradient(top, rgb(213, 40, 123) 0%, rgb(255, 79, 68) 100%);
  background: linear-gradient(180deg, rgb(213, 40, 123) 0%, rgb(255, 79, 68) 100%);
  opacity: 0.9;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.eyecatch__logoAllWr {
  width: 100%;
}
.eyecatch__logoWr {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: min(calc(240 / 1440 * 100vw), 240px);
  position: relative;
  z-index: 5000;
  -webkit-filter: drop-shadow(0 0 10px rgba(250, 250, 250, 0.75));
          filter: drop-shadow(0 0 10px rgba(250, 250, 250, 0.75));
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
}
@media (max-width:1024px) {
  .eyecatch__logoWr {
    margin-left: max(calc(20 / 600 * 100vw), 20px);
    -webkit-filter: drop-shadow(0 0 10px rgba(250, 250, 250, 0.75));
            filter: drop-shadow(0 0 10px rgba(250, 250, 250, 0.75));
    -webkit-transform: translateZ(0px);
            transform: translateZ(0px);
  }
}
.eyecatch__logo {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.eyecatch__logo p {
  font-size: calc(1.6rem * 2);
  letter-spacing: calc(10 / 100 * 1em);
  font-weight: 700;
  color: rgb(250, 250, 250);
  width: 480px;
  text-align: center;
  margin-bottom: min(calc(12 / 1440 * 100vw), 12px);
}
@media (max-width:1024px) {
  .eyecatch__logo p {
    font-size: calc(1.6rem * 1.25);
    text-align: left;
    margin-left: 24px;
    margin-bottom: max(calc(12 / 600 * 100vw), 12px);
  }
}
.eyecatch__logo div {
  width: 524px;
}
@media (max-width:1024px) {
  .eyecatch__logo div {
    width: 296px;
  }
}
.eyecatch__logo div img {
  -o-object-fit: contain;
     object-fit: contain;
}
.eyecatch__waveWrPc {
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
}
@media (max-width:1024px) {
  .eyecatch__waveWrPc {
    display: none;
  }
}
.eyecatch__waveWrPc.front {
  z-index: 5000;
}
.eyecatch__waveWrPc.back {
  z-index: 1000;
}
.eyecatch__waveWrSp {
  display: none;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
}
@media (max-width:1024px) {
  .eyecatch__waveWrSp {
    display: block;
  }
}
.eyecatch__waveWrSp.front {
  z-index: 5000;
}
.eyecatch__waveWrSp.back {
  z-index: 1000;
}
.eyecatch__wave.wave2 {
  scale: -1 1;
  opacity: 0.75;
}
.eyecatch__circle {
  position: absolute;
  height: 0px;
  aspect-ratio: 1/1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 4px rgb(250, 250, 250) solid;
  border-radius: 9999px;
  z-index: 5000;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: height 0.6s;
  transition: height 0.6s;
  opacity: 0;
}
@media (max-width:1024px) {
  .eyecatch__circle {
    left: 30%;
  }
}
.eyecatch__circle.larged {
  height: 463%;
  opacity: 1;
}
.eyecatch__circle--back {
  height: 0px;
  border: 2px rgb(250, 250, 250) solid;
}
.eyecatch__circle--back.larged {
  height: 200vw;
  -webkit-transition: height 1.8s;
  transition: height 1.8s;
  opacity: 1;
}
@media (max-width:1024px) {
  .eyecatch__circle--back.larged {
    height: 235vw;
  }
}
.eyecatch__circle--back2 {
  height: 0px;
  border: 2px rgb(250, 250, 250) solid;
}
.eyecatch__circle--back2.larged {
  height: 200vw;
  -webkit-transition: height 2s;
  transition: height 2s;
  opacity: 1;
}
@media (max-width:1024px) {
  .eyecatch__circle--back2.larged {
    height: 235vw;
  }
}

.member {
  position: relative;
  z-index: 5000;
  padding-top: min(calc(108 / 1440 * 100vw), 108px);
  padding-bottom: min(calc(108 / 1440 * 100vw), 108px);
}
@media (max-width:1024px) {
  .member {
    padding-top: max(calc(64 / 600 * 100vw), 64px);
    padding-bottom: max(calc(64 / 600 * 100vw), 64px);
  }
}
.member__contents__headWr {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: min(calc(96 / 1440 * 100vw), 96px);
}
@media (max-width:1024px) {
  .member__contents__headWr {
    margin-bottom: max(calc(48 / 600 * 100vw), 48px);
  }
}
.member__contents__head {
  margin-bottom: min(calc(48 / 1440 * 100vw), 48px);
}
@media (max-width:1024px) {
  .member__contents__head {
    margin-bottom: max(calc(32 / 600 * 100vw), 32px);
    margin-right: 36px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.member__contents__headPara {
  margin-left: 8px;
  margin-bottom: 12px;
  font-size: calc(1.6rem * 1.25);
  font-weight: bold;
  letter-spacing: calc(8 / 100 * 1em);
}
@media (max-width:1024px) {
  .member__contents__headPara {
    margin-left: 3;
    text-align: center;
  }
}
.member__contents__subHead .subHead__ctrRgtWr {
  display: contents;
  margin-right: 16px;
}
@media (max-width:1024px) {
  .member__contents__subHead .subHead__ctrRgtWr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 8px;
  }
}
.member__contents__headQuote {
  text-align: right;
  font-weight: 100;
  font-size: calc(1.6rem * 0.625);
  margin-top: min(calc(24 / 1440 * 100vw), 24px);
}
@media (max-width:1024px) {
  .member__contents__headQuote {
    margin-top: max(calc(24 / 600 * 100vw), 24px);
    margin-right: max(calc(20 / 600 * 100vw), 20px);
    line-height: 1.75;
    text-align: right;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
@media (max-width:1024px) {
  .member__contents__btnMoreWr {
    padding-right: max(calc(20 / 600 * 100vw), 20px);
    padding-left: max(calc(20 / 600 * 100vw), 20px);
  }
}
@media (max-width:374px) {
  .member__contents__btnMore span {
    font-size: clamp(calc(20 * calc(320 / 375) * 0.1rem), calc(20 / 375 * 100vw), 2rem);
  }
}
.member__contents__btnMore img {
  margin-right: 0;
  margin-left: 12px;
}
@media (max-width:374px) {
  .member__contents__btnMore img {
    width: clamp(calc(12 * calc(320 / 375) * 1px), calc(12 / 375 * 100vw), 12px);
    height: auto;
  }
}
.member__contents__listsWr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.member__contents__listsAllWr {
  margin-bottom: min(calc(48 / 1440 * 100vw), 48px);
  position: relative;
}
@media (max-width:1024px) {
  .member__contents__listsAllWr {
    margin-bottom: max(calc(48 / 600 * 100vw), 48px);
  }
}
.member__contents__listsAllWr .sliderBtn {
  width: 64px;
  height: 96px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(213, 40, 123)), to(rgb(255, 79, 68)));
  background: -webkit-linear-gradient(top, rgb(213, 40, 123) 0%, rgb(255, 79, 68) 100%);
  background: linear-gradient(180deg, rgb(213, 40, 123) 0%, rgb(255, 79, 68) 100%);
  padding: 4px;
  border-radius: 9999px;
  position: absolute;
  right: min(calc(64 / 1440 * 100vw), 64px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width:1024px) {
  .member__contents__listsAllWr .sliderBtn {
    top: 36%;
    width: 28px;
    height: 64px;
    padding: 2px;
  }
}
@media (max-width:374px) {
  .member__contents__listsAllWr .sliderBtn {
    top: 28%;
  }
}
.member__contents__listsAllWr .sliderBtn:hover {
  opacity: 0.5;
}
@media (max-width:1024px) {
  .member__contents__listsAllWr .sliderBtn:hover {
    opacity: 1;
  }
}
@media (max-width:1024px) {
  .member__contents__listsAllWr .sliderBtn {
    right: max(calc(10 / 600 * 100vw), 10px);
  }
}
.member__contents__listsAllWr .sliderBtn div {
  background-color: rgb(250, 250, 250);
  border-radius: 9999px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.member__contents__listsAllWr .sliderBtn div img {
  width: 16px;
  height: auto;
  margin-left: 3px;
  margin-top: 1px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width:1024px) {
  .member__contents__listsAllWr .sliderBtn div img {
    width: 8px;
  }
}
.member__contents__listsAllWr .sliderBtn.left {
  right: auto;
  left: min(calc(64 / 1440 * 100vw), 64px);
}
@media (max-width:1024px) {
  .member__contents__listsAllWr .sliderBtn.left {
    left: max(calc(10 / 600 * 100vw), 10px);
  }
}
.member__contents__listsAllWr .sliderBtn.left div img {
  scale: -1 1;
  margin-left: 0;
  margin-right: 3px;
}
.member__contents__listsAllWr .slider3 {
  gap: min(calc(0 / 1440 * 100vw), 0px) min(calc(80 / 1440 * 100vw), 80px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  left: 92.35%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width:1024px) {
  .member__contents__listsAllWr .slider3 {
    gap: max(calc(0 / 600 * 100vw), 0px) max(calc(24 / 600 * 100vw), 24px);
    left: 76.35%;
  }
}
@media (max-width:600px) {
  .member__contents__listsAllWr .slider3 {
    left: 91.1%;
    gap: 0vw max(7.5vw, 24px);
  }
}
.member__contents__listsAllWr .slider3__contents .lists__list.transition {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.member__contents__listsAllWr .slider3.active0 .slider3__contents:nth-child(2) .lists__list {
  -webkit-transform: translateX(428.0701754386%);
          transform: translateX(428.0701754386%);
}
@media (max-width:1024px) {
  .member__contents__listsAllWr .slider3.active0 .slider3__contents:nth-child(2) .lists__list {
    -webkit-transform: translateX(440%);
            transform: translateX(440%);
  }
}
.member__contents__listsAllWr .slider3.active0 .slider3__contents:nth-child(2) .lists__list:nth-child(2) {
  opacity: 1;
}
.member__contents__listsAllWr .slider3.active0 .slider3__contents:nth-child(3) .lists__list {
  -webkit-transform: translateX(428.0701754386%);
          transform: translateX(428.0701754386%);
}
@media (max-width:1024px) {
  .member__contents__listsAllWr .slider3.active0 .slider3__contents:nth-child(3) .lists__list {
    -webkit-transform: translateX(440%);
            transform: translateX(440%);
  }
}
.member__contents__listsAllWr .slider3.active0 .slider3__contents:nth-child(4) .lists__list {
  -webkit-transform: translateX(428.0701754386%);
          transform: translateX(428.0701754386%);
}
@media (max-width:1024px) {
  .member__contents__listsAllWr .slider3.active0 .slider3__contents:nth-child(4) .lists__list {
    -webkit-transform: translateX(440%);
            transform: translateX(440%);
  }
}
.member__contents__listsAllWr .slider3.active1 .slider3__contents:nth-child(2) .lists__list {
  -webkit-transform: translateX(321.0526315789%);
          transform: translateX(321.0526315789%);
}
@media (max-width:1024px) {
  .member__contents__listsAllWr .slider3.active1 .slider3__contents:nth-child(2) .lists__list {
    -webkit-transform: translateX(330%);
            transform: translateX(330%);
  }
}
.member__contents__listsAllWr .slider3.active1 .slider3__contents:nth-child(2) .lists__list:nth-child(3) {
  opacity: 1;
}
.member__contents__listsAllWr .slider3.active1 .slider3__contents:nth-child(3) .lists__list {
  -webkit-transform: translateX(321.0526315789%);
          transform: translateX(321.0526315789%);
}
@media (max-width:1024px) {
  .member__contents__listsAllWr .slider3.active1 .slider3__contents:nth-child(3) .lists__list {
    -webkit-transform: translateX(330%);
            transform: translateX(330%);
  }
}
.member__contents__listsAllWr .slider3.active1 .slider3__contents:nth-child(4) .lists__list {
  -webkit-transform: translateX(321.0526315789%);
          transform: translateX(321.0526315789%);
}
@media (max-width:1024px) {
  .member__contents__listsAllWr .slider3.active1 .slider3__contents:nth-child(4) .lists__list {
    -webkit-transform: translateX(330%);
            transform: translateX(330%);
  }
}
.member__contents__listsAllWr .slider3.active2 .slider3__contents:nth-child(2) .lists__list {
  -webkit-transform: translateX(214.0350877193%);
          transform: translateX(214.0350877193%);
}
@media (max-width:1024px) {
  .member__contents__listsAllWr .slider3.active2 .slider3__contents:nth-child(2) .lists__list {
    -webkit-transform: translateX(220%);
            transform: translateX(220%);
  }
}
.member__contents__listsAllWr .slider3.active2 .slider3__contents:nth-child(2) .lists__list:nth-child(4) {
  opacity: 1;
}
.member__contents__listsAllWr .slider3.active2 .slider3__contents:nth-child(3) .lists__list {
  -webkit-transform: translateX(214.0350877193%);
          transform: translateX(214.0350877193%);
}
@media (max-width:1024px) {
  .member__contents__listsAllWr .slider3.active2 .slider3__contents:nth-child(3) .lists__list {
    -webkit-transform: translateX(220%);
            transform: translateX(220%);
  }
}
.member__contents__listsAllWr .slider3.active2 .slider3__contents:nth-child(4) .lists__list {
  -webkit-transform: translateX(214.0350877193%);
          transform: translateX(214.0350877193%);
}
@media (max-width:1024px) {
  .member__contents__listsAllWr .slider3.active2 .slider3__contents:nth-child(4) .lists__list {
    -webkit-transform: translateX(220%);
            transform: translateX(220%);
  }
}
.member__contents__listsAllWr .slider3.active3 .slider3__contents:nth-child(2) .lists__list {
  -webkit-transform: translateX(107.0175438596%);
          transform: translateX(107.0175438596%);
}
@media (max-width:1024px) {
  .member__contents__listsAllWr .slider3.active3 .slider3__contents:nth-child(2) .lists__list {
    -webkit-transform: translateX(110%);
            transform: translateX(110%);
  }
}
.member__contents__listsAllWr .slider3.active3 .slider3__contents:nth-child(3) .lists__list {
  -webkit-transform: translateX(107.0175438596%);
          transform: translateX(107.0175438596%);
}
@media (max-width:1024px) {
  .member__contents__listsAllWr .slider3.active3 .slider3__contents:nth-child(3) .lists__list {
    -webkit-transform: translateX(110%);
            transform: translateX(110%);
  }
}
.member__contents__listsAllWr .slider3.active3 .slider3__contents:nth-child(3) .lists__list:nth-child(1) {
  opacity: 1;
}
.member__contents__listsAllWr .slider3.active3 .slider3__contents:nth-child(4) .lists__list {
  -webkit-transform: translateX(107.0175438596%);
          transform: translateX(107.0175438596%);
}
@media (max-width:1024px) {
  .member__contents__listsAllWr .slider3.active3 .slider3__contents:nth-child(4) .lists__list {
    -webkit-transform: translateX(110%);
            transform: translateX(110%);
  }
}
.member__contents__listsAllWr .slider3.active4 .slider3__contents:nth-child(3) .lists__list {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.member__contents__listsAllWr .slider3.active4 .slider3__contents:nth-child(3) .lists__list:nth-child(2) {
  opacity: 1;
}
.member__contents__listsAllWr .slider3.active4 .slider3__contents:nth-child(4) .lists__list {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.member__contents__listsAllWr .slider3.active4 .slider3__contents:nth-child(5) .lists__list {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.member__contents__listsAllWr .slider3.active5 .slider3__contents:nth-child(3) .lists__list {
  -webkit-transform: translateX(-107.0175438596%);
          transform: translateX(-107.0175438596%);
}
@media (max-width:1024px) {
  .member__contents__listsAllWr .slider3.active5 .slider3__contents:nth-child(3) .lists__list {
    -webkit-transform: translateX(-110%);
            transform: translateX(-110%);
  }
}
.member__contents__listsAllWr .slider3.active5 .slider3__contents:nth-child(3) .lists__list:nth-child(3) {
  opacity: 1;
}
.member__contents__listsAllWr .slider3.active5 .slider3__contents:nth-child(4) .lists__list {
  -webkit-transform: translateX(-107.0175438596%);
          transform: translateX(-107.0175438596%);
}
@media (max-width:1024px) {
  .member__contents__listsAllWr .slider3.active5 .slider3__contents:nth-child(4) .lists__list {
    -webkit-transform: translateX(-110%);
            transform: translateX(-110%);
  }
}
.member__contents__listsAllWr .slider3.active5 .slider3__contents:nth-child(5) .lists__list {
  -webkit-transform: translateX(-107.0175438596%);
          transform: translateX(-107.0175438596%);
}
@media (max-width:1024px) {
  .member__contents__listsAllWr .slider3.active5 .slider3__contents:nth-child(5) .lists__list {
    -webkit-transform: translateX(-110%);
            transform: translateX(-110%);
  }
}
.member__contents__listsAllWr .slider3.active6 .slider3__contents:nth-child(3) .lists__list {
  -webkit-transform: translateX(-214.0350877193%);
          transform: translateX(-214.0350877193%);
}
@media (max-width:1024px) {
  .member__contents__listsAllWr .slider3.active6 .slider3__contents:nth-child(3) .lists__list {
    -webkit-transform: translateX(-220%);
            transform: translateX(-220%);
  }
}
.member__contents__listsAllWr .slider3.active6 .slider3__contents:nth-child(3) .lists__list:nth-child(4) {
  opacity: 1;
}
.member__contents__listsAllWr .slider3.active6 .slider3__contents:nth-child(4) .lists__list {
  -webkit-transform: translateX(-214.0350877193%);
          transform: translateX(-214.0350877193%);
}
@media (max-width:1024px) {
  .member__contents__listsAllWr .slider3.active6 .slider3__contents:nth-child(4) .lists__list {
    -webkit-transform: translateX(-220%);
            transform: translateX(-220%);
  }
}
.member__contents__listsAllWr .slider3.active6 .slider3__contents:nth-child(5) .lists__list {
  -webkit-transform: translateX(-214.0350877193%);
          transform: translateX(-214.0350877193%);
}
@media (max-width:1024px) {
  .member__contents__listsAllWr .slider3.active6 .slider3__contents:nth-child(5) .lists__list {
    -webkit-transform: translateX(-220%);
            transform: translateX(-220%);
  }
}
.member__contents__listsAllWr .slider3.active7 .slider3__contents:nth-child(3) .lists__list {
  -webkit-transform: translateX(-321.0526315789%);
          transform: translateX(-321.0526315789%);
}
@media (max-width:1024px) {
  .member__contents__listsAllWr .slider3.active7 .slider3__contents:nth-child(3) .lists__list {
    -webkit-transform: translateX(-330%);
            transform: translateX(-330%);
  }
}
.member__contents__listsAllWr .slider3.active7 .slider3__contents:nth-child(4) .lists__list:nth-child(1) {
  opacity: 1;
}
.member__contents__listsAllWr .slider3.active7 .slider3__contents:nth-child(4) .lists__list {
  -webkit-transform: translateX(-321.0526315789%);
          transform: translateX(-321.0526315789%);
}
@media (max-width:1024px) {
  .member__contents__listsAllWr .slider3.active7 .slider3__contents:nth-child(4) .lists__list {
    -webkit-transform: translateX(-330%);
            transform: translateX(-330%);
  }
}
.member__contents__listsAllWr .slider3.active7 .slider3__contents:nth-child(5) .lists__list {
  -webkit-transform: translateX(-321.0526315789%);
          transform: translateX(-321.0526315789%);
}
@media (max-width:1024px) {
  .member__contents__listsAllWr .slider3.active7 .slider3__contents:nth-child(5) .lists__list {
    -webkit-transform: translateX(-330%);
            transform: translateX(-330%);
  }
}
.member__contents__listsAllWr .slider3.active8 .slider3__contents:nth-child(3) .lists__list {
  -webkit-transform: translateX(-428.0701754386%);
          transform: translateX(-428.0701754386%);
}
@media (max-width:1024px) {
  .member__contents__listsAllWr .slider3.active8 .slider3__contents:nth-child(3) .lists__list {
    -webkit-transform: translateX(-440%);
            transform: translateX(-440%);
  }
}
.member__contents__listsAllWr .slider3.active8 .slider3__contents:nth-child(4) .lists__list {
  -webkit-transform: translateX(-428.0701754386%);
          transform: translateX(-428.0701754386%);
}
@media (max-width:1024px) {
  .member__contents__listsAllWr .slider3.active8 .slider3__contents:nth-child(4) .lists__list {
    -webkit-transform: translateX(-440%);
            transform: translateX(-440%);
  }
}
.member__contents__listsAllWr .slider3.active8 .slider3__contents:nth-child(4) .lists__list:nth-child(2) {
  opacity: 1;
}
.member__contents__listsAllWr .slider3.active8 .slider3__contents:nth-child(5) .lists__list {
  -webkit-transform: translateX(-428.0701754386%);
          transform: translateX(-428.0701754386%);
}
@media (max-width:1024px) {
  .member__contents__listsAllWr .slider3.active8 .slider3__contents:nth-child(5) .lists__list {
    -webkit-transform: translateX(-440%);
            transform: translateX(-440%);
  }
}
.member__contents__lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(calc(0 / 1440 * 100vw), 0px) min(calc(80 / 1440 * 100vw), 80px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background-color: rgb(250, 250, 250);
}
@media (max-width:1024px) {
  .member__contents__lists {
    gap: max(calc(0 / 600 * 100vw), 0px) max(calc(24 / 600 * 100vw), 24px);
  }
}
@media (max-width:600px) {
  .member__contents__lists {
    gap: 0vw max(7.5vw, 24px);
  }
}
.member__contents__lists .lists__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(calc(0 / 1440 * 100vw), 0px) min(calc(48 / 1440 * 100vw), 48px);
  width: min(calc(1140 / 1440 * 100vw), 1140px);
  opacity: 0.25;
}
@media (max-width:1024px) {
  .member__contents__lists .lists__list {
    opacity: 0.15;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: max(calc(32 / 600 * 100vw), 32px) max(calc(0 / 600 * 100vw), 0px);
    width: max(calc(300 / 600 * 100vw), 300px);
  }
}
@media (max-width:600px) {
  .member__contents__lists .lists__list {
    width: max(75vw, 240px);
  }
}
.member__contents__lists .lists__list__texts {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.member__contents__lists .lists__list__texts .texts__headWr {
  margin-bottom: min(calc(32 / 1440 * 100vw), 32px);
  position: relative;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
}
@media (max-width:1024px) {
  .member__contents__lists .lists__list__texts .texts__headWr {
    margin-bottom: max(calc(24 / 600 * 100vw), 24px);
  }
}
.member__contents__lists .lists__list__texts .texts__headWr:before {
  content: "";
  width: 55px;
  height: 49px;
  display: inline-block;
  background-image: url(../images/about-wquote.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -18px;
  left: -16px;
  z-index: -1;
  scale: -1 -1;
  opacity: 0.75;
}
@media (max-width:1024px) {
  .member__contents__lists .lists__list__texts .texts__headWr:before {
    width: 35px;
    height: 31px;
    left: -22px;
    top: -7px;
  }
}
.member__contents__lists .lists__list__texts .texts__head {
  margin-bottom: min(calc(12 / 1440 * 100vw), 12px);
  font-size: calc(1.6rem * 2);
  letter-spacing: calc(10 / 100 * 1em);
  font-family: "Zen Kurenaido", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, sans-serif;
  color: rgb(255, 79, 68);
  padding-left: min(calc(27.72 / 1440 * 100vw), 27.72px);
  line-height: 1.25;
}
@media (max-width:1024px) {
  .member__contents__lists .lists__list__texts .texts__head {
    margin-bottom: max(calc(12 / 600 * 100vw), 12px);
    padding-left: max(calc(4 / 600 * 100vw), 4px);
    font-size: calc(1.6rem * 1.5);
  }
}
.member__contents__lists .lists__list__texts .texts__site {
  letter-spacing: calc(5 / 100 * 1em);
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
@media (max-width:1024px) {
  .member__contents__lists .lists__list__texts .texts__site {
    font-size: calc(1.6rem * 0.75);
  }
}
.member__contents__lists .lists__list__texts .texts__site a {
  color: rgb(213, 40, 123);
  background: -webkit-gradient(linear, left top, right top, from(rgb(213, 40, 123)), to(rgb(255, 79, 68)));
  background: -webkit-linear-gradient(left, rgb(213, 40, 123) 0%, rgb(255, 79, 68) 100%);
  background: linear-gradient(90deg, rgb(213, 40, 123) 0%, rgb(255, 79, 68) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.member__contents__lists .lists__list__texts .texts__para {
  font-weight: 700;
  letter-spacing: calc(5 / 100 * 1em);
  line-height: calc(32 / 16);
  padding-left: min(calc(48 / 1440 * 100vw), 48px);
}
@media (max-width:1024px) {
  .member__contents__lists .lists__list__texts .texts__para {
    padding-left: 0;
    line-height: 1.75;
    font-weight: 500;
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
}
.member__contents__lists .lists__list__image {
  width: 480px;
  height: 400px;
}
@media (max-width:1024px) {
  .member__contents__lists .lists__list__image {
    width: 100%;
    height: auto;
    margin-inline: auto;
  }
}
.member__contents__lists .lists__list__image img {
  -o-object-fit: contain;
     object-fit: contain;
}

.blog {
  padding-top: min(calc(108 / 1440 * 100vw), 108px);
  padding-bottom: min(calc(108 / 1440 * 100vw), 108px);
}
@media (max-width:1024px) {
  .blog {
    padding-top: max(calc(64 / 600 * 100vw), 64px);
    padding-bottom: max(calc(64 / 600 * 100vw), 64px);
  }
}
.blog__contents {
  padding-right: min(calc(150 / 1440 * 100vw), 150px);
  padding-left: min(calc(150 / 1440 * 100vw), 150px);
}
@media (max-width:1024px) {
  .blog__contents {
    padding-right: max(calc(20 / 600 * 100vw), 20px);
    padding-left: max(calc(20 / 600 * 100vw), 20px);
  }
}
.blog__contents {
  position: relative;
}
.blog__contents__headWr {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-bottom: min(calc(48 / 1440 * 100vw), 48px);
  position: relative;
  z-index: 5000;
}
@media (max-width:1024px) {
  .blog__contents__headWr {
    margin-bottom: max(calc(24 / 600 * 100vw), 24px);
  }
}
.blog__contents__head span:first-child {
  margin-bottom: min(calc(16 / 1440 * 100vw), 16px);
}
@media (max-width:1024px) {
  .blog__contents__head span:first-child {
    margin-bottom: max(calc(16 / 600 * 100vw), 16px);
  }
}
.blog__contents__sum {
  font-size: calc(1.6rem * 2);
  letter-spacing: calc(5 / 100 * 1em);
  font-weight: 700;
  -webkit-filter: drop-shadow(0 0 3px rgba(17, 17, 17, 0.15));
          filter: drop-shadow(0 0 3px rgba(17, 17, 17, 0.15));
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
  padding-left: min(calc(96 / 1440 * 100vw), 96px);
}
@media (max-width:1024px) {
  .blog__contents__sum {
    font-size: calc(1.6rem * 1.25);
    padding-left: 0;
    line-height: 1.25;
  }
}
.blog__contents__sum strong {
  font-weight: 700;
  font-size: calc(1.6rem * 2.5);
  letter-spacing: calc(5 / 100 * 1em);
  margin-right: 8px;
  margin-left: 8px;
  color: rgb(255, 79, 68);
}
@media (max-width:1024px) {
  .blog__contents__sum strong {
    font-size: calc(1.6rem * 1.5);
    margin-right: 4px;
    margin-left: 4px;
  }
}
.blog__contents__sum:after {
  content: "";
  width: 29.78px;
  height: 51.78px;
  display: inline-block;
  background-image: url(../images/blog-headshape.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}
@media (max-width:1024px) {
  .blog__contents__sum:after {
    width: 13.8px;
    height: 24px;
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
}
.blog__contents__lists {
  display: grid;
  grid-template: "a b" 1fr "a c" 1fr/1fr;
  gap: min(calc(48 / 1440 * 100vw), 48px) min(calc(48 / 1440 * 100vw), 48px);
}
@media (max-width:1024px) {
  .blog__contents__lists {
    grid-template: 1fr/1fr;
  }
}
.blog__contents__lists .lists__list:first-child {
  grid-area: a;
  width: min(calc(640 / 1440 * 100vw), 640px);
}
@media (max-width:1024px) {
  .blog__contents__lists .lists__list:first-child {
    grid-area: auto;
    width: 100%;
  }
}
.blog__contents__lists .lists__list:first-child .lists__list__ttl {
  bottom: min(calc(23.85 / 1440 * 100vw), 23.85px);
  right: max(calc(-24 / 1440 * 100vw), -24px);
}
@media (max-width:1024px) {
  .blog__contents__lists .lists__list:first-child .lists__list__ttl {
    bottom: max(calc(16 / 600 * 100vw), 16px);
    right: min(calc(-8 / 600 * 100vw), -8px);
  }
}
.blog__contents__lists .lists__list:first-child .lists__list__ttl .ttl__sentence {
  min-width: 448px;
}
@media (max-width:1024px) {
  .blog__contents__lists .lists__list:first-child .lists__list__ttl .ttl__sentence {
    min-width: auto;
  }
}
.blog__contents__lists .lists__list:first-child .lists__list__tags {
  margin-bottom: min(calc(96 / 1440 * 100vw), 96px);
}
@media (max-width:1024px) {
  .blog__contents__lists .lists__list:first-child .lists__list__tags {
    margin-bottom: max(calc(48 / 600 * 100vw), 48px);
  }
}
.blog__contents__lists .lists__list:first-child .lists__list__btnMore img {
  margin-right: 0;
  margin-left: 12px;
}
.blog__contents__lists .lists__list:nth-child(2) {
  grid-area: b;
  padding-top: min(calc(76 / 1440 * 100vw), 76px);
}
@media (max-width:1024px) {
  .blog__contents__lists .lists__list:nth-child(2) {
    display: none;
  }
}
.blog__contents__lists .lists__list:last-child {
  grid-area: c;
}
@media (max-width:1024px) {
  .blog__contents__lists .lists__list:last-child {
    display: none;
  }
}
.blog__contents__lists .lists__list:nth-child(2) .lists__list__para,
.blog__contents__lists .lists__list:nth-child(2) .lists__list__tags,
.blog__contents__lists .lists__list:nth-child(2) .lists__list__btnMore, .blog__contents__lists .lists__list:last-child .lists__list__para,
.blog__contents__lists .lists__list:last-child .lists__list__tags,
.blog__contents__lists .lists__list:last-child .lists__list__btnMore {
  display: none;
}
.blog__contents__shape {
  position: absolute;
  width: min(calc(626 / 1440 * 100vw), 626px);
  height: min(calc(626 / 1440 * 100vw), 626px);
  position: absolute;
  z-index: -1;
}
@media (max-width:1024px) {
  .blog__contents__shape {
    width: max(calc(240 / 600 * 100vw), 240px);
    height: max(calc(240 / 600 * 100vw), 240px);
  }
}
.blog__contents__shape.top {
  top: max(calc(-313 / 1440 * 100vw), -313px);
  right: max(calc(-313 / 1440 * 100vw), -313px);
}
@media (max-width:1024px) {
  .blog__contents__shape.top {
    top: min(calc(-180 / 600 * 100vw), -180px);
    right: min(calc(-120 / 600 * 100vw), -120px);
  }
}
.blog__contents__shape.bottom {
  bottom: max(calc(-313 / 1440 * 100vw), -313px);
  left: max(calc(-313 / 1440 * 100vw), -313px);
}
@media (max-width:1024px) {
  .blog__contents__shape.bottom {
    bottom: min(calc(-180 / 600 * 100vw), -180px);
    left: min(calc(-120 / 600 * 100vw), -120px);
  }
}
.blog__contents__ppl {
  position: absolute;
}
.blog__contents__ppl.left {
  width: min(calc(124 / 1440 * 100vw), 124px);
  right: min(calc(196 / 1440 * 100vw), 196px);
  top: max(calc(-85 / 1440 * 100vw), -85px);
}
@media (max-width:1024px) {
  .blog__contents__ppl.left {
    width: max(calc(40 / 600 * 100vw), 40px);
    right: max(calc(20 / 600 * 100vw), 20px);
    top: min(calc(-64 / 600 * 100vw), -64px);
  }
}
.blog__contents__ppl.left.appearPplTrigger {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  opacity: 0;
}
.blog__contents__ppl.left.appearPplTrigger.appearPpl {
  right: min(calc(260 / 1440 * 100vw), 260px);
  opacity: 1;
}
@media (max-width:1024px) {
  .blog__contents__ppl.left.appearPplTrigger.appearPpl {
    right: max(calc(84 / 600 * 100vw), 84px);
  }
}
.blog__contents__ppl.right {
  width: min(calc(129 / 1440 * 100vw), 129px);
  right: min(calc(74 / 1440 * 100vw), 74px);
  top: max(calc(-124 / 1440 * 100vw), -124px);
}
@media (max-width:1024px) {
  .blog__contents__ppl.right {
    width: max(calc(40 / 600 * 100vw), 40px);
    right: max(calc(-34 / 600 * 100vw), -34px);
    top: min(calc(-72 / 600 * 100vw), -72px);
  }
}
.blog__contents__ppl.right.appearPplTrigger {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  opacity: 0;
}
.blog__contents__ppl.right.appearPplTrigger.appearPpl {
  right: min(calc(138 / 1440 * 100vw), 138px);
  opacity: 1;
}
@media (max-width:1024px) {
  .blog__contents__ppl.right.appearPplTrigger.appearPpl {
    right: max(calc(38 / 600 * 100vw), 38px);
  }
}

.schedule {
  padding-top: min(calc(108 / 1440 * 100vw), 108px);
  padding-bottom: min(calc(263.29 / 1440 * 100vw), 263.29px);
  border-radius: 128px 128px 0 0;
  -webkit-filter: drop-shadow(0 -2px 15px rgba(17, 17, 17, 0.15));
          filter: drop-shadow(0 -2px 15px rgba(17, 17, 17, 0.15));
  background-color: rgb(250, 250, 250);
  background-image: url(../images/schedule-bg.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
}
@media (max-width:1024px) {
  .schedule {
    padding-top: max(calc(48 / 600 * 100vw), 48px);
    padding-bottom: max(calc(108 / 600 * 100vw), 108px);
    border-radius: 60px 60px 0 0;
    background-attachment: unset;
  }
}
.schedule__contents__headWr {
  -webkit-filter: drop-shadow(0 0 3px rgba(17, 17, 17, 0.15));
          filter: drop-shadow(0 0 3px rgba(17, 17, 17, 0.15));
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
  margin-bottom: min(calc(64 / 1440 * 100vw), 64px);
  margin-left: min(calc(96 / 1440 * 100vw), 96px);
  margin-right: min(calc(96 / 1440 * 100vw), 96px);
  margin-inline: auto;
}
@media (max-width:1024px) {
  .schedule__contents__headWr {
    margin-bottom: max(calc(48 / 600 * 100vw), 48px);
  }
}
@media (max-width:1024px) {
  .schedule__contents__head {
    margin-bottom: max(calc(48 / 600 * 100vw), 48px);
  }
}
.schedule__contents__subHead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: calc(1.6rem * 2);
  letter-spacing: calc(5 / 100 * 1em);
  font-weight: 700;
  margin-bottom: min(calc(24 / 1440 * 100vw), 24px);
  position: relative;
  z-index: 5000;
}
@media (max-width:1024px) {
  .schedule__contents__subHead {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: calc(1.6rem * 1.25);
    margin-bottom: max(calc(10 / 600 * 100vw), 10px);
    gap: max(calc(12 / 600 * 100vw), 12px) max(calc(0 / 600 * 100vw), 0px);
  }
}
.schedule__contents__subHead:after, .schedule__contents__subHead:before {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  background-image: url(../images/schedule-headshape.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 16px;
  height: 40px;
  -webkit-transform: translate(12px, 8px);
          transform: translate(12px, 8px);
}
@media (max-width:1024px) {
  .schedule__contents__subHead:after, .schedule__contents__subHead:before {
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 10px;
    -webkit-transform: translate(-48px, -13px);
            transform: translate(-48px, -13px);
  }
}
@media (max-width:1024px) {
  .schedule__contents__subHead:after {
    right: 0;
    left: auto;
  }
}
.schedule__contents__subHead:before {
  scale: -1 1;
}
.schedule__contents__subHead strong {
  font-size: calc(1.6rem * 2.5);
  letter-spacing: calc(5 / 100 * 1em);
  font-weight: 700;
  color: rgb(255, 79, 68);
  margin-right: 8px;
  margin-left: 8px;
}
@media (max-width:1024px) {
  .schedule__contents__subHead strong {
    font-size: calc(1.6rem * 1.5);
  }
}
.schedule__contents__head {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.schedule__contents__head .head__text {
  color: rgb(255, 79, 68);
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 79, 68)), to(#ff7f44));
  background: -webkit-linear-gradient(left, rgb(255, 79, 68) 0%, #ff7f44 100%);
  background: linear-gradient(90deg, rgb(255, 79, 68) 0%, #ff7f44 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.schedule__contents__ppl {
  position: absolute;
  width: min(calc(108 / 1440 * 100vw), 108px);
  scale: -1 1;
  bottom: max(calc(-24 / 1440 * 100vw), -24px);
  left: min(calc(24 / 1440 * 100vw), 24px);
}
@media (max-width:1024px) {
  .schedule__contents__ppl {
    width: max(calc(48 / 600 * 100vw), 48px);
    left: min(calc(-24 / 600 * 100vw), -24px);
  }
}
.schedule__contents__ppl.appearPplTrigger {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  opacity: 0;
}
.schedule__contents__ppl.appearPplTrigger.appearPpl {
  opacity: 1;
  left: min(calc(88 / 1440 * 100vw), 88px);
}
@media (max-width:1024px) {
  .schedule__contents__ppl.appearPplTrigger.appearPpl {
    left: max(calc(10 / 600 * 100vw), 10px);
  }
}
.schedule__contents__listsAllWr {
  margin-bottom: min(calc(64 / 1440 * 100vw), 64px);
}
@media (max-width:1024px) {
  .schedule__contents__listsAllWr {
    margin-bottom: max(calc(48 / 600 * 100vw), 48px);
  }
}
.schedule__contents__lists {
  gap: min(calc(0 / 1440 * 100vw), 0px) min(calc(12 / 1440 * 100vw), 12px);
}
@media (max-width:1024px) {
  .schedule__contents__lists {
    gap: max(calc(0 / 600 * 100vw), 0px) max(calc(12 / 600 * 100vw), 12px);
  }
}
.schedule__contents__lists .lists__list {
  width: min(calc(240 / 1440 * 100vw), 240px);
  height: min(calc(240 / 1440 * 100vw), 240px);
  -webkit-filter: drop-shadow(0 0 3px rgba(17, 17, 17, 0.15));
          filter: drop-shadow(0 0 3px rgba(17, 17, 17, 0.15));
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
}
@media (max-width:1024px) {
  .schedule__contents__lists .lists__list {
    width: max(calc(144 / 600 * 100vw), 144px);
    height: max(calc(144 / 600 * 100vw), 144px);
  }
}
.schedule__contents__lists .lists__list img {
  border-radius: 16px;
}
@media (max-width:1024px) {
  .schedule__contents__lists .lists__list img {
    border-radius: 12px;
  }
}
@media (max-width:1024px) {
  .schedule__contents__btnMoreWr {
    padding-right: max(calc(20 / 600 * 100vw), 20px);
    padding-left: max(calc(20 / 600 * 100vw), 20px);
  }
}
.schedule__contents__btnMore {
  margin-bottom: min(calc(48 / 1440 * 100vw), 48px);
}
@media (max-width:1024px) {
  .schedule__contents__btnMore {
    margin-bottom: max(calc(48 / 600 * 100vw), 48px);
  }
}
.schedule__contents__event {
  max-width: 1440px;
  padding-left: min(calc(150 / 1440 * 100vw), 150px);
  padding-right: min(calc(150 / 1440 * 100vw), 150px);
  margin-bottom: min(calc(64 / 1440 * 100vw), 64px);
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(calc(0 / 1440 * 100vw), 0px) min(calc(64 / 1440 * 100vw), 64px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width:1024px) {
  .schedule__contents__event {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: max(calc(20 / 600 * 100vw), 20px);
    padding-right: max(calc(20 / 600 * 100vw), 20px);
    margin-bottom: max(calc(48 / 600 * 100vw), 48px);
    gap: max(calc(48 / 600 * 100vw), 48px) max(calc(0 / 600 * 100vw), 0px);
  }
}
.schedule__contents__event .event__calender {
  width: min(calc(640 / 1440 * 100vw), 640px);
}
@media (max-width:1024px) {
  .schedule__contents__event .event__calender {
    width: 100%;
  }
}
.schedule__contents__event .event__calender__head {
  font-size: calc(1.6rem * 1.5);
  letter-spacing: calc(5 / 100 * 1em);
  font-weight: 700;
  margin-bottom: min(calc(16 / 1440 * 100vw), 16px);
  text-align: center;
}
@media (max-width:1024px) {
  .schedule__contents__event .event__calender__head {
    font-size: calc(1.6rem * 1.25);
    margin-bottom: max(calc(16 / 600 * 100vw), 16px);
  }
}
.schedule__contents__event .event__calender__content {
  width: min(calc(640 / 1440 * 100vw), 640px);
  background-color: rgb(250, 250, 250);
  border-radius: 16px;
  -webkit-filter: drop-shadow(0 0 3px rgba(17, 17, 17, 0.15));
          filter: drop-shadow(0 0 3px rgba(17, 17, 17, 0.15));
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
  padding-top: min(calc(16 / 1440 * 100vw), 16px);
  padding-right: min(calc(16 / 1440 * 100vw), 16px);
  padding-bottom: min(calc(16 / 1440 * 100vw), 16px);
  padding-left: min(calc(16 / 1440 * 100vw), 16px);
}
@media (max-width:1024px) {
  .schedule__contents__event .event__calender__content {
    width: 100%;
    padding-top: max(calc(12 / 600 * 100vw), 12px);
    padding-right: max(calc(12 / 600 * 100vw), 12px);
    padding-bottom: max(calc(12 / 600 * 100vw), 12px);
    padding-left: max(calc(12 / 600 * 100vw), 12px);
  }
}
.schedule__contents__event .event__calender__content #calender {
  border-radius: 16px;
}
.schedule__contents__event .event__cards {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.schedule__contents__event .event__cards__head {
  font-size: calc(1.6rem * 1.5);
  letter-spacing: calc(5 / 100 * 1em);
  font-weight: 700;
  margin-bottom: min(calc(16 / 1440 * 100vw), 16px);
  margin-inline: auto;
}
@media (max-width:1024px) {
  .schedule__contents__event .event__cards__head {
    font-size: calc(1.6rem * 1.25);
    margin-bottom: max(calc(16 / 600 * 100vw), 16px);
    margin-inline: auto;
  }
}
.schedule__contents__event .event__cards__card {
  margin-bottom: min(calc(32 / 1440 * 100vw), 32px);
}
@media (max-width:1024px) {
  .schedule__contents__event .event__cards__card {
    margin-bottom: max(calc(24 / 600 * 100vw), 24px);
  }
}
.schedule__contents__event .event__cards__btnMore {
  border: 4px rgb(255, 79, 68) solid;
  width: 349px;
  height: 62.57px;
  margin-inline: unset;
}
@media (max-width:1024px) {
  .schedule__contents__event .event__cards__btnMore {
    width: 100%;
    margin-inline: auto;
  }
}
.schedule__contents__event .event__cards__btnMore span {
  color: rgb(255, 79, 68);
  font-size: calc(1.6rem * 1.125);
}
@media (max-width:374px) {
  .schedule__contents__event .event__cards__btnMore span {
    font-size: clamp(calc(18 * calc(320 / 375) * 0.1rem), calc(18 / 375 * 100vw), 1.8rem);
  }
}
.schedule__contents__event .event__cards__btnMore img {
  margin-right: 0;
  margin-left: 12px;
}
@media (max-width:374px) {
  .schedule__contents__event .event__cards__btnMore img {
    width: clamp(calc(12 * calc(320 / 375) * 1px), calc(12 / 375 * 100vw), 12px);
  }
}
.schedule__wave {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 8888;
  -webkit-filter: drop-shadow(0 -5px 3px rgba(17, 17, 17, 0.05));
          filter: drop-shadow(0 -5px 3px rgba(17, 17, 17, 0.05));
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
}

.faq {
  position: relative;
  z-index: 5000;
  background-color: rgb(250, 250, 250);
  padding-bottom: min(calc(144 / 1440 * 100vw), 144px);
  overflow: hidden;
}
@media (max-width:1024px) {
  .faq {
    padding-top: max(calc(24 / 600 * 100vw), 24px);
    padding-bottom: max(calc(108 / 600 * 100vw), 108px);
  }
}
.faq__contents {
  padding-right: min(calc(150 / 1440 * 100vw), 150px);
  padding-left: min(calc(150 / 1440 * 100vw), 150px);
}
@media (max-width:1024px) {
  .faq__contents {
    padding-right: max(calc(20 / 600 * 100vw), 20px);
    padding-left: max(calc(20 / 600 * 100vw), 20px);
  }
}
.faq__contents__headWr {
  margin-bottom: min(calc(48 / 1440 * 100vw), 48px);
}
@media (max-width:1024px) {
  .faq__contents__headWr {
    margin-bottom: max(calc(48 / 600 * 100vw), 48px);
  }
}
.faq__contents__head {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: min(calc(16 / 1440 * 100vw), 16px);
}
@media (max-width:1024px) {
  .faq__contents__head {
    margin-bottom: max(calc(16 / 600 * 100vw), 16px);
  }
}
.faq__contents__head .head__text {
  line-height: 1;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.faq__contents__sum {
  font-size: calc(1.6rem * 2);
  letter-spacing: calc(5 / 100 * 1em);
  font-weight: 700;
  text-align: center;
}
@media (max-width:1024px) {
  .faq__contents__sum {
    font-size: calc(1.6rem * 1.5);
  }
}
.faq__contents__lists {
  width: 100%;
  margin: 0 auto;
  display: grid;
  gap: min(calc(64 / 1440 * 100vw), 64px) min(calc(64 / 1440 * 100vw), 64px);
  grid-template-columns: 1fr 1fr;
  position: relative;
}
@media (max-width:1024px) {
  .faq__contents__lists {
    padding-right: 0;
    padding-left: 0;
    gap: max(calc(32 / 600 * 100vw), 32px) max(calc(0 / 600 * 100vw), 0px);
    grid-template-columns: 1fr;
  }
}
.faq__contents__lists .lists__list {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-filter: drop-shadow(0 0 3px rgba(17, 17, 17, 0.15));
          filter: drop-shadow(0 0 3px rgba(17, 17, 17, 0.15));
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
}
.faq__contents__lists .lists__list:hover {
  opacity: 0.5;
}
@media (max-width:1024px) {
  .faq__contents__lists .lists__list:hover {
    opacity: 1;
  }
}
.faq__contents__lists .lists__list__qa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(calc(8 / 1440 * 100vw), 8px) min(calc(0 / 1440 * 100vw), 0px);
}
@media (max-width:1024px) {
  .faq__contents__lists .lists__list__qa {
    gap: max(calc(12 / 600 * 100vw), 12px) max(calc(0 / 600 * 100vw), 0px);
  }
}
.faq__contents__lists .lists__list__qa .qa__q,
.faq__contents__lists .lists__list__qa .qa__a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: min(calc(16 / 1440 * 100vw), 16px);
  padding-right: min(calc(48 / 1440 * 100vw), 48px);
  padding-bottom: min(calc(16 / 1440 * 100vw), 16px);
  padding-left: min(calc(48 / 1440 * 100vw), 48px);
  border-radius: 16px;
  background-color: rgb(250, 250, 250);
}
@media (max-width:1024px) {
  .faq__contents__lists .lists__list__qa .qa__q,
  .faq__contents__lists .lists__list__qa .qa__a {
    padding-top: max(calc(16 / 600 * 100vw), 16px);
    padding-right: max(calc(24 / 600 * 100vw), 24px);
    padding-bottom: max(calc(18 / 600 * 100vw), 18px);
    padding-left: max(calc(24 / 600 * 100vw), 24px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.faq__contents__lists .lists__list__qa .qa__q__cap,
.faq__contents__lists .lists__list__qa .qa__a__cap {
  margin-right: min(calc(25.5 / 1440 * 100vw), 25.5px);
  font-size: calc(1.6rem * 1.5);
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
@media (max-width:1024px) {
  .faq__contents__lists .lists__list__qa .qa__q__cap,
  .faq__contents__lists .lists__list__qa .qa__a__cap {
    font-size: calc(1.6rem * 1.25);
    margin-bottom: 4px;
  }
}
.faq__contents__lists .lists__list__qa .qa__q__para,
.faq__contents__lists .lists__list__qa .qa__a__para {
  line-height: calc(28 / 16);
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width:1024px) {
  .faq__contents__lists .lists__list__qa .qa__q__para,
  .faq__contents__lists .lists__list__qa .qa__a__para {
    font-size: calc(1.6rem * 1);
  }
}
.faq__contents__lists .lists__list__qa .qa__q__para a,
.faq__contents__lists .lists__list__qa .qa__a__para a {
  color: rgb(250, 250, 250);
  border-bottom: 1px rgb(250, 250, 250) solid;
}
.faq__contents__lists .lists__list__qa .qa__q {
  position: relative;
  padding-right: min(calc(91 / 1440 * 100vw), 91px);
  border: rgba(213, 40, 123, 0.75) 2px solid;
}
@media (max-width:1024px) {
  .faq__contents__lists .lists__list__qa .qa__q {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-right: max(calc(48 / 600 * 100vw), 48px);
  }
}
.faq__contents__lists .lists__list__qa .qa__q__cap {
  color: rgb(213, 40, 123);
  background: -webkit-gradient(linear, left top, right top, from(rgb(213, 40, 123)), to(rgb(255, 79, 68)));
  background: -webkit-linear-gradient(left, rgb(213, 40, 123) 0%, rgb(255, 79, 68) 100%);
  background: linear-gradient(90deg, rgb(213, 40, 123) 0%, rgb(255, 79, 68) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.faq__contents__lists .lists__list__qa .qa__q:after, .faq__contents__lists .lists__list__qa .qa__q:before {
  content: "";
  width: 20px;
  height: 2px;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(213, 40, 123)), to(rgb(255, 79, 68)));
  background: -webkit-linear-gradient(top, rgb(213, 40, 123) 0%, rgb(255, 79, 68) 100%);
  background: linear-gradient(180deg, rgb(213, 40, 123) 0%, rgb(255, 79, 68) 100%);
  position: absolute;
  right: 48px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width:1024px) {
  .faq__contents__lists .lists__list__qa .qa__q:after, .faq__contents__lists .lists__list__qa .qa__q:before {
    width: 16px;
    right: max(calc(24 / 600 * 100vw), 24px);
  }
}
.faq__contents__lists .lists__list__qa .qa__q:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  top: 49.5%;
}
.faq__contents__lists .lists__list__qa .qa__q.rotate:before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  background-color: transparent;
}
.faq__contents__lists .lists__list__qa .qa__a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(213, 40, 123, 0.75)), to(rgba(255, 79, 68, 0.75)));
  background: -webkit-linear-gradient(top, rgba(213, 40, 123, 0.75) 0%, rgba(255, 79, 68, 0.75) 100%);
  background: linear-gradient(180deg, rgba(213, 40, 123, 0.75) 0%, rgba(255, 79, 68, 0.75) 100%);
}
.faq__contents__lists .lists__list__qa .qa__a__cap {
  color: rgb(250, 250, 250);
}
@media (max-width:1024px) {
  .faq__contents__lists .lists__list__qa .qa__a__cap {
    margin-bottom: 8px;
  }
}
.faq__contents__lists .lists__list__qa .qa__a__para {
  font-size: calc(1.6rem * 1.125);
  color: rgb(250, 250, 250);
}
@media (max-width:1024px) {
  .faq__contents__lists .lists__list__qa .qa__a__para {
    font-size: calc(1.6rem * 1);
  }
}
.faq__contents__lists .lists__list__qa .qa__a a {
  display: inline;
}
.faq__contents__ppl {
  position: absolute;
  bottom: max(calc(-450 / 1440 * 100vw), -450px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: min(calc(148 / 1440 * 100vw), 148px);
}
@media (max-width:1024px) {
  .faq__contents__ppl {
    width: max(calc(48 / 600 * 100vw), 48px);
    bottom: min(calc(-134 / 600 * 100vw), -134px);
  }
}
.faq__contents__ppl.appearPplTrigger {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.faq__contents__ppl.appearPplTrigger.appearPpl {
  bottom: max(calc(-155 / 1440 * 100vw), -155px);
}
@media (max-width:1024px) {
  .faq__contents__ppl.appearPplTrigger.appearPpl {
    bottom: min(calc(-8 / 600 * 100vw), -8px);
  }
}/*# sourceMappingURL=index.css.map */