@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);
}

.pagination .navigation .nav-links .page-numbers li {
  border: 4px rgb(255, 79, 68) solid;
}
@media (max-width:1024px) {
  .pagination .navigation .nav-links .page-numbers li {
    border: 2px rgb(255, 79, 68) solid;
  }
}
.pagination .navigation .nav-links .page-numbers li a {
  color: rgb(255, 79, 68);
}
.pagination .navigation .nav-links .page-numbers li a:hover {
  background-color: rgb(255, 79, 68);
}
.pagination .navigation .nav-links .page-numbers li:has(.current) {
  background-color: rgb(255, 79, 68);
}
.pagination .navigation .nav-links .page-numbers li:has(.dots) {
  color: rgb(255, 79, 68);
}

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

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

.primehead span,
.primehead h2 {
  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;
}

.event {
  padding-top: min(calc(144 / 1440 * 100vw), 144px);
  padding-bottom: min(calc(144 / 1440 * 100vw), 144px);
  position: relative;
}
@media (max-width:1024px) {
  .event {
    padding-top: max(calc(80 / 600 * 100vw), 80px);
    padding-bottom: max(calc(80 / 600 * 100vw), 80px);
  }
}
.event__contents {
  padding-left: min(calc(100 / 1440 * 100vw), 100px);
  padding-right: min(calc(100 / 1440 * 100vw), 100px);
}
@media (max-width:1024px) {
  .event__contents {
    padding-left: max(calc(20 / 600 * 100vw), 20px);
    padding-right: max(calc(20 / 600 * 100vw), 20px);
  }
}
.event__contents__paras {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(calc(0 / 1440 * 100vw), 0px) min(calc(48 / 1440 * 100vw), 48px);
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: min(calc(48 / 1440 * 100vw), 48px);
}
@media (max-width:1024px) {
  .event__contents__paras {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: max(calc(24 / 600 * 100vw), 24px) max(calc(0 / 600 * 100vw), 0px);
    margin-bottom: max(calc(48 / 600 * 100vw), 48px);
  }
}
@media (max-width:1024px) {
  .event__contents__paras .paras__num {
    padding-left: max(calc(24 / 600 * 100vw), 24px);
  }
}
.event__contents__paras .paras__num__count .count__center {
  width: 200px;
}
@media (max-width:1024px) {
  .event__contents__paras .paras__num__count .count__center {
    width: 150px;
  }
}
.event__contents__paras .paras__para {
  font-size: calc(1.6rem * 1.125);
  letter-spacing: calc(6 / 100 * 1em);
  line-height: calc(31.5 / 18);
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width:1024px) {
  .event__contents__paras .paras__para {
    font-size: calc(1.6rem * 1);
  }
}
@media (max-width:1024px) {
  .event__contents__paras .paras__para p {
    text-align: center;
  }
}
@media (max-width:600px) {
  .event__contents__paras .paras__para p {
    text-align: left;
  }
}
.event__contents__cardsWr {
  margin-bottom: min(calc(48 / 1440 * 100vw), 48px);
}
@media (max-width:1024px) {
  .event__contents__cardsWr {
    margin-bottom: max(calc(48 / 600 * 100vw), 48px);
  }
}
.event__contents__catTagsName {
  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;
  gap: min(calc(0 / 1440 * 100vw), 0px) min(calc(16 / 1440 * 100vw), 16px);
  margin-bottom: min(calc(48 / 1440 * 100vw), 48px);
}
@media (max-width:1024px) {
  .event__contents__catTagsName {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: max(calc(12 / 600 * 100vw), 12px) max(calc(0 / 600 * 100vw), 0px);
    margin-bottom: max(calc(48 / 600 * 100vw), 48px);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
.event__contents__catTagsName div,
.event__contents__catTagsName span {
  letter-spacing: calc(10 / 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;
}
.event__contents__catTagsName div {
  font-size: calc(1.6rem * 2);
  font-weight: 700;
}
.event__contents__catTagsName span {
  font-weight: 800;
  font-size: calc(1.6rem * 1);
  font-family: "Montserrat", sans-serif;
}
.event__contents__cards {
  margin-bottom: min(calc(48 / 1440 * 100vw), 48px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(calc(48 / 1440 * 100vw), 48px) min(calc(48 / 1440 * 100vw), 48px);
}
@media (max-width:1024px) {
  .event__contents__cards {
    margin-bottom: max(calc(24 / 600 * 100vw), 24px);
    grid-template-columns: repeat(1, 1fr);
    gap: max(calc(48 / 600 * 100vw), 48px) max(calc(0 / 600 * 100vw), 0px);
  }
}
.event__contents__cards .cards__card:nth-child(even) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
@media (max-width:1024px) {
  .event__contents__cards .cards__card:nth-child(even) {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}
.event__contents__cards .cards__card__image {
  aspect-ratio: 546/245;
}
.event__contents__cards .cards__card__ttl {
  margin-bottom: min(calc(16 / 1440 * 100vw), 16px);
}
@media (max-width:1024px) {
  .event__contents__cards .cards__card__ttl {
    margin-bottom: max(calc(8 / 600 * 100vw), 8px);
  }
}
.event__contents__cards .cards__card__excerpt {
  font-size: calc(1.6rem * 1.125);
  letter-spacing: calc(3 / 100 * 1em);
  line-height: calc(36 / 18);
}
@media (max-width:1024px) {
  .event__contents__cards .cards__card__excerpt {
    font-size: calc(1.6rem * 0.875);
    line-height: 1.75;
  }
}
.event__contents__cards .cards__card:nth-child(even) {
  margin-top: min(calc(64 / 1440 * 100vw), 64px);
}
@media (max-width:1024px) {
  .event__contents__cards .cards__card:nth-child(even) {
    margin-top: 0;
  }
}

.archive__listsWr {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (max-width:1024px) {
  .archive__listsWr {
    width: 75%;
    max-width: 450px;
  }
}
.archive__lists {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: min(calc(32 / 1440 * 100vw), 32px) min(calc(48 / 1440 * 100vw), 48px);
}
@media (max-width:1024px) {
  .archive__lists {
    grid-template-columns: repeat(1, 1fr);
    gap: max(calc(16 / 600 * 100vw), 16px) max(calc(0 / 600 * 100vw), 0px);
  }
}
.archive__lists__list {
  border-radius: 9999px;
  border: 2px rgb(51, 10, 30) solid;
  width: 224px;
  height: 56px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width:1024px) {
  .archive__lists__list {
    width: 100%;
    height: 40px;
  }
}
.archive__lists__list:hover {
  border: 2px rgb(250, 250, 250) solid;
  background-color: rgb(255, 79, 68);
}
.archive__lists__list:hover a {
  color: rgb(250, 250, 250);
  opacity: 1;
}
.archive__lists__list a {
  width: 100%;
  height: 100%;
  font-size: calc(1.6rem * 1.5);
  letter-spacing: calc(15 / 100 * 1em);
  color: rgb(51, 10, 30);
  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;
  font-family: "Montserrat", sans-serif;
}
@media (max-width:1024px) {
  .archive__lists__list a {
    font-size: calc(1.6rem * 1);
  }
}/*# sourceMappingURL=archive-event.css.map */