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

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

figure {
  line-height: 0;
}

ul,
li {
  list-style: none;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
  font: inherit;
  border: none;
  background: none;
}

:root {
  --box-size: 160px;
  --out-height: 100vh;
}

ul,
li {
  margin: 0 auto;
  padding: 0;
}

a {
  color: #ffffff;
  text-decoration: none;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-family: YakuHanJP, noto-sans-jp, heisei-kaku-gothic-std, sans-serif;
  font-style: normal;
  font-weight: 300;
  background: #222;
  background-size: 700px;
  line-height: 1.5em;
  letter-spacing: 0.15rem;
  text-align: left;
}
@media (max-width: 769px) {
  body {
    line-height: 1.8;
    letter-spacing: 0.008rem;
  }
}
body:before {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #222222;
  transition: 1s 1.15s;
  z-index: 5000;
}
body.loaded:before {
  height: 0;
}
body.no_scroll {
  overflow: hidden;
}

.wrap {
  display: flex;
  align-items: start;
  justify-content: space-between;
  width: 100%;
  height: auto;
}

.js-opTrantion .contents {
  width: 0%;
}
.js-opTrantion .header {
  opacity: 0;
}
.js-opTrantion .footer {
  opacity: 0;
}

.contents,
.header,
.footer {
  transition: 2s 2s;
  transition-property: width, opacity;
}

.footerImg .mainCopy__box {
  width: 14vh;
  top: -1vw;
  right: 0;
}

.mainCopy {
  width: 100%;
  height: auto;
  z-index: 1000;
  position: relative;
}
.mainCopy__box {
  width: 25vh;
  display: flex;
  position: absolute;
  right: -4vw;
  top: 2vw;
  flex-direction: row-reverse;
}
@media (max-width: 769px) {
  .mainCopy__box {
    width: 20vh;
    right: 2vw;
    top: 9vw;
  }
}
@media (max-width: 480px) {
  .mainCopy__box {
    width: 16vh;
    top: 20vw;
  }
}
.mainCopy__box.--footer {
  width: 15vh;
  right: -1vw;
  top: 0vw;
}
@media (max-width: 769px) {
  .mainCopy__area {
    right: 4vw;
  }
}

.contents {
  position: relative;
  width: 100%;
  max-width: 570px;
  height: auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
  transition: 1s;
  transition-timing-function: cubic-bezier(0, 0.66, 0.58, 1);
}
.contents__inner {
  max-width: 570px;
  background: #303030;
  background-image: linear-gradient(to right, #272727 1px, transparent 1px), linear-gradient(to bottom, #272727 1px, transparent 1px);
  background-size: 20px 20px;
  background-position: top;
  transition: 1.5s 0.5s;
  transition-timing-function: cubic-bezier(0.57, 0.19, 0.14, 0.99);
}
.contents__inner.loaded {
  width: 570px;
  margin: auto;
}
.contents__op {
  position: relative;
  opacity: 1;
}

.inner {
  position: relative;
  z-index: 500;
  padding: 0 40px;
}
@media (max-width: 769px) {
  .inner {
    padding: 0 35px;
  }
}
.inner.mv {
  padding: 0 50px 40px 50px !important;
}
@media (max-width: 769px) {
  .inner.mv {
    padding: 0 35px 40px 35px !important;
  }
}
@media (max-width: 480px) {
  .inner.mv {
    padding: 0 25px 40px 25px !important;
  }
}

.section {
  padding: 80px 0;
  margin-bottom: 80px;
}
.section--medium {
  padding: 40px 0;
  margin-bottom: 80px;
}
.section:last-of-type {
  margin-bottom: 0;
}
.section.contact {
  padding: 40px 0;
}

.trim {
  position: relative;
}
.trim__img {
  width: 30px;
  height: auto;
}
.trim__top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 97%;
  height: auto;
  display: flex;
  justify-content: space-between;
  opacity: 0.1;
}
.trim__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 97%;
  height: auto;
  display: flex;
  justify-content: space-between;
  opacity: 0.1;
}
@media (max-width: 769px) {
  .trim__bottom {
    opacity: 0.15;
  }
}
.trim__middle {
  position: absolute;
  top: calc(50% - 15px);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 97%;
  height: auto;
  display: flex;
  justify-content: space-between;
  opacity: 0.1;
}
.trim__middle img {
  width: 20px;
}

.op {
  opacity: 0;
}

.header {
  width: 30%;
  transition-property: transform;
  height: 100vh;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  position: sticky;
  top: 0;
}

.naviWrap {
  max-width: 260px;
}

.navigation__list {
  text-decoration: none;
  list-style: none;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: 0.5s;
  transition-timing-function: cubic-bezier(0.2, 0.38, 0.87, 0.85);
  transition-property: transition, border-bottom;
}
.navigation__list:hover {
  transition: 0.45s;
  border-bottom: 1px solid #ffffff;
  transition-property: transition, border-bottom;
  transition-timing-function: cubic-bezier(0, 0.66, 0.58, 1);
}
.navigation__list figure {
  padding: 2rem 0;
}
@media (max-width: 1290px) {
  .navigation__list figure {
    padding: 15px 0;
  }
}
.navigation .icon {
  transform: rotate(90deg);
}
.navigation__link {
  color: #ffffff;
  font-weight: 300;
  width: 100%;
  margin-right: 15px;
  padding: 20px 0;
  box-sizing: border-box;
  text-decoration: none;
  line-height: 1;
  display: flex;
  letter-spacing: 0.01em;
  opacity: 0.8;
}
@media (max-width: 1290px) {
  .navigation__link {
    padding: 15px 0;
  }
}
.navigation__link:hover {
  opacity: 1;
}

.colorBox {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: calc(var(--out-height) * 100);
  overflow: hidden;
}
.colorBox__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer {
  width: 30%;
  height: 100vh;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  position: sticky;
  top: 0;
  flex-direction: column;
}
.footer__text {
  margin-top: 15px;
}

.logo {
  margin: 5px 0 30px 0;
}

.copy {
  margin-top: 5px;
  font-size: 11px;
  letter-spacing: 0rem;
  opacity: 0.7;
}

.startWrap {
  position: relative;
  width: 100%;
  max-width: 570px;
  height: calc(var(--out-height) * 100);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 769px) {
  .startWrap {
    height: calc(var(--out-height) * 100);
  }
}

.scrollDown {
  width: 300px;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 30px;
  opacity: 0.4;
}
@media (max-width: 769px) {
  .scrollDown {
    bottom: 100px;
  }
}
.scrollDown.fixed {
  position: fixed;
  top: 30px;
  bottom: auto;
}
.scrollDown__text {
  text-align: center;
  color: #fff;
  padding-top: 20px;
  line-height: 1;
  font-weight: 300;
  overflow: hidden;
}
@media (max-width: 769px) {
  .scrollDown__text {
    font-size: 12px;
  }
}
.scrollDown__x {
  width: 100%;
  height: 1px;
  background: #fff;
  display: block;
  position: relative;
  margin: 0 auto;
}
.scrollDown__x:before {
  content: "";
  width: 1px;
  height: 20px;
  position: absolute;
  top: -13px;
  left: 50%;
  display: block;
  background: #fff;
  transition: 1s;
}

.pin-spacer {
  position: absolute;
}

#d {
  opacity: 0.6;
}

.mvText {
  width: 100%;
  height: 90vh;
  display: flex;
  align-items: center;
}
.mvText__detail {
  margin: 7% 0 0 0;
  width: 70%;
}

.colorbar {
  margin-top: 30px;
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
}
.colorbar__box {
  display: flex;
  width: 100%;
  overflow: hidden;
}
.colorbar__img {
  height: 30px;
}
@media (max-width: 480px) {
  .colorbar__img {
    height: 25px;
  }
}

.bgColor {
  position: absolute;
  right: 0;
}
.bgColor img {
  width: 54px;
}

#oneAnimation.is-active {
  animation: oneUp 3.5s cubic-bezier(0.8, 0.05, 0.24, 0.86) forwards infinite;
}

@keyframes oneUp {
  0% {
    transform: translateY(100%);
    opacity: 1;
  }
  50% {
    transform: translateY(0%);
    opacity: 1;
  }
  70% {
    transform: translateY(0%);
    opacity: 1;
  }
  99% {
    transform: translateY(-100%);
    opacity: 1;
  }
  100% {
    transform: translateY(-100%);
    opacity: 0;
  }
}
.mainTitle__svg {
  overflow: hidden;
}
.mainTitle__svg:first-of-type {
  margin-bottom: 5px;
}
.mainTitle__svg:last-child {
  margin-top: 10px;
}
@media (max-width: 480px) {
  .mainTitle__svg:last-child {
    margin-top: 0.7rem;
  }
}
.mainTitle__title {
  display: flex;
  flex-wrap: wrap;
}

.deathblow {
  width: 83px;
  position: absolute;
  right: 20px;
  top: 38%;
  height: auto;
}
@media (max-width: 769px) {
  .deathblow {
    width: 100px;
  }
}
@media screen and (max-width: 425px) {
  .deathblow {
    top: 44vw;
    right: 25px;
    width: 19vw;
  }
}
@media screen and (max-width: 320px) {
  .deathblow {
    width: 20vw;
    top: 40vw;
    right: 17px;
  }
}
.deathblow__img {
  position: absolute;
  top: 10%;
  width: 80px;
  left: -80%;
  right: 0;
}
@media (max-width: 769px) {
  .deathblow__img {
    width: 13vw;
    left: -9.5vw;
    top: 1vw;
  }
}
@media screen and (max-width: 425px) {
  .deathblow__img {
    width: 17vw;
    left: -15vw;
    top: 2vw;
  }
}
@media screen and (max-width: 320px) {
  .deathblow__img {
    left: -17vw;
    top: 3vw;
    width: 20vw;
  }
}
.deathblow path {
  width: 100%;
  height: auto;
}

.newsPickup {
  margin-top: 50px;
}

.pickupNews {
  margin-bottom: 50px;
}
.pickupNews button {
  width: 100%;
}
.pickupNews__box {
  background: hsla(0, 0%, 0%, 0.15);
  text-align: left;
  padding: 24px 18px;
  border-radius: 15px;
  color: #ffffff;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
}
@media (max-width: 769px) {
  .pickupNews__box {
    padding: 14px;
  }
}
.pickupNews__detail {
  display: flex;
  align-items: center;
  padding: 0 18px 0 0;
  line-height: 1.2;
}
@media (max-width: 769px) {
  .pickupNews__detail {
    padding: 0 14px 0 0;
  }
}
.pickupNews__detail > p {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.pickupNews__text {
  font-size: 16px;
  line-height: 1.4;
}
@media (max-width: 769px) {
  .pickupNews__text {
    font-size: 14px;
  }
}
.pickupNews__title {
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 769px) {
  .pickupNews__title {
    font-size: 15px;
  }
}

.en {
  font-family: tt-commons-pro, sans-serif;
  font-weight: 400;
}

.en-300 {
  font-family: tt-commons-pro, sans-serif;
  font-weight: 300;
}

.enTitle {
  font-size: 60px;
  color: #fff;
  line-height: 1em;
  font-family: tt-commons-pro, sans-serif;
  font-weight: 400;
  margin-bottom: 35px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 0;
}
@media (max-width: 769px) {
  .enTitle {
    font-size: 38px;
  }
}
.enTitle-center {
  font-size: 60px;
  color: #fff;
  line-height: 1em;
  display: flex;
  justify-content: center;
}

.subTitle {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 5px 0;
  line-height: 1.7rem;
  letter-spacing: 0.135rem;
  font-weight: 300;
}
.subTitle::before, .subTitle::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.subTitle::before {
  margin-top: calc((1 - 1.7) * 0.5em);
}
.subTitle::after {
  margin-bottom: calc((1 - 1.7) * 0.5em);
}

.title {
  font-size: 36px;
  margin: 0 0 30px 0;
  padding: 5px 0;
  font-weight: 500;
  line-height: 1.7em;
  letter-spacing: 0.135em;
}
@media (max-width: 1024px) {
  .title {
    font-size: 28px;
  }
}
@media (max-width: 769px) {
  .title {
    font-size: 24px;
  }
}
.title--medium {
  font-size: 18px;
  margin: 25px 0 5px 0;
  padding: 15px 0 0 0;
  font-weight: 400;
  line-height: 1.7em;
  letter-spacing: 0.135em;
}
.title--medium.center {
  display: flex;
  justify-content: center;
}
.title--small {
  font-size: 20px;
  margin: 0 0 10px 0;
  padding: 15px 0 0 0;
  font-weight: 400;
  line-height: 1.7em;
  letter-spacing: 0.135em;
}
.title-center {
  font-size: 26px;
  margin: 0 0 20px 0;
  padding: 5px 0;
  font-weight: 500;
  display: flex;
  justify-content: center;
}

.subTitle {
  font-size: 22px;
  margin: 20px 0;
  padding: 5px 0;
}

.borderTitle {
  font-size: 20px;
  margin: 15px 0 25px 0;
}
@media (max-width: 769px) {
  .borderTitle {
    font-size: 18px;
  }
}

.list + .borderTitle {
  margin: 50px 0 15px 0;
}

.footerWrap {
  background: hsla(0, 0%, 7%, 0.8);
  padding: 55px 0 15px 0;
  position: relative;
  z-index: 1000;
}
@media (max-width: 769px) {
  .footerWrap {
    padding: 100px 0 15px 0;
  }
}

.sitmapList {
  margin-top: 50px;
  width: 75%;
}
.sitmapList button {
  color: #fff;
  width: auto;
}
.sitmapList img {
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  max-width: 60%;
}
.sitmapList > li {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 500;
}
@media (max-width: 769px) {
  .sitmapList > li {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.sitmapList > li > ul {
  font-size: 14px;
  margin: 5px 0 10px 0;
  display: grid;
  justify-content: start;
  grid-template-columns: 1fr 1fr;
  gap: 5px 15px;
  text-align: left;
  opacity: 0.6;
}
.sitmapList > li > ul.single {
  grid-template-columns: 1fr;
}
.sitmapList > li > ul > li {
  width: 100%;
}

.footerImg {
  position: absolute;
  right: 40px;
  top: 40px;
  width: 13vh;
}

.js-copyAnimation:first-child {
  margin-left: 15px;
}

.copyAnimation {
  width: auto;
  height: 100%;
}
.copyAnimation svg {
  height: 100%;
  width: 100%;
}
.copyAnimation path {
  fill: white;
}

.footerLogo {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 35px;
  padding-top: 35px;
}
.footerLogo__text {
  font-weight: 300;
  font-size: 12px;
  opacity: 0.7;
  letter-spacing: 0.1em;
  line-height: 1;
}
.footerLogo__text::before, .footerLogo__text::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.footerLogo__text::before {
  margin-top: calc((1 - 1) * 0.5em);
}
.footerLogo__text::after {
  margin-bottom: calc((1 - 1) * 0.5em);
}

.snsText {
  text-align: center;
  gap: 14px;
}
.snsText__link {
  font-size: 13px;
  text-decoration: underline;
  opacity: 0.7;
  margin: 0;
  display: flex;
  justify-content: end;
}

.foot_catch {
  position: absolute;
  top: -60px;
  right: 40px;
  width: 70px;
}

@keyframes svg-anime {
  0% {
    fill: transparent;
    stroke-dasharray: 1000px;
    stroke-dashoffset: 1000px;
  }
  90% {
    fill: transparent;
    stroke-dashoffset: 0;
  }
  100% {
    fill: transparent;
    stroke-dashoffset: 0;
  }
}
.text {
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.75rem;
  opacity: 0.95;
}
@media (max-width: 769px) {
  .text {
    font-size: 14.5px;
    line-height: 1.8;
  }
}
.text.-sub {
  font-size: 15px;
}
.text-annotation {
  font-size: 14px;
  letter-spacing: 0.105em;
  opacity: 0.7;
  display: flex;
  margin: 15px 0 5px 0;
}
.text-annotation:last-child {
  margin: 15px 0 0 0;
}
.text-mark {
  margin: 0.5em 15px 0 0;
}

.rotation {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10px;
  height: 10px;
  animation: 5s linear infinite rotation;
}

@keyframes rotation {
  0% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(360deg);
  }
}
.contentsClip {
  width: 100%;
  overflow: hidden;
  height: 20px;
  position: relative;
  margin: 0 0 40px 0;
}
.contentsClip__colorBox {
  width: 100px;
  overflow: hidden;
  position: absolute;
  right: 40px;
}

.contentsSlide {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.contentsSlide.--colorBox {
  width: var(--box-size);
  height: auto;
}
.contentsSlide__box {
  display: flex;
  align-items: center;
  animation: lS infinite linear 10s both;
}
.contentsSlide__box li {
  display: flex;
}

.s1 {
  animation: lS 100s infinite linear 0s both;
  display: flex;
}

@keyframes lS {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.cardBox {
  display: flex;
  justify-content: space-between;
}
.cardBox__item {
  width: 48%;
  margin: 0 0 40px 0;
}
.cardBox__item:last-child {
  text-align: right;
  margin-top: 45px;
}
.cardBox__card img {
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
}

.slideCardBox {
  display: flex;
  padding: 0 20px 20px 0;
  margin: 20px 0;
  overflow-x: scroll;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.5) rgba(0, 0, 0, 0.2);
}
.slideCardBox__img {
  min-width: 45%;
  margin-right: 10px;
}
.slideCardBox__img img {
  border-radius: 5px;
  overflow: hidden;
}
.w100 {
  width: 100%;
}

button {
  padding: 0;
  cursor: pointer;
  width: 100%;
}

.judgeBox {
  display: flex;
  gap: 30px 10px;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.judge {
  position: relative;
  width: 46%;
}
.judge__box {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.judge__deta {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2em;
}
.judge__name {
  font-size: 22px;
  color: #ffffff;
  text-align: left;
  font-weight: 500;
  margin-bottom: 10px;
}
@media (max-width: 769px) {
  .judge__name {
    font-size: 18px;
  }
}
.judge__post {
  font-size: 13px;
  color: #ffffff;
  text-align: left;
  font-weight: 300;
  opacity: 0.7;
  line-height: 1.15;
}
.judge__post:first-child {
  margin-bottom: 5px;
}
@media (max-width: 769px) {
  .judge__post {
    font-size: 12px;
  }
}
.judge__btn {
  padding: 0;
  margin: 0;
  line-height: 1em;
  padding: 10px;
  line-height: 1;
  padding: 14px 21px 11px 10px;
  border-radius: 5px;
  position: absolute;
  bottom: 0;
}

.dateList__title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 5px;
}
@media (max-width: 1024px) {
  .dateList__title {
    margin-bottom: 15px;
  }
}
.dateList__title--box {
  background: linear-gradient(80deg, #F92493, #B77245, #C9B172);
  padding: 6px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  border-radius: 5px;
  line-height: 1;
  letter-spacing: 0rem;
}
.dateList__title--box::before, .dateList__title--box::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.dateList__title--box::before {
  margin-top: calc((1 - 1) * 0.5em);
}
.dateList__title--box::after {
  margin-bottom: calc((1 - 1) * 0.5em);
}
@media (max-width: 1024px) {
  .dateList__title--box {
    padding: 5px;
    font-size: 12px;
  }
}
.dateList__title--box.second {
  background: rgba(218, 181, 126, 0.4);
}
.dateList__title--text {
  font-size: 26px;
  line-height: 1.4;
  margin-right: 5px;
  font-weight: 500;
}
.dateList__title--text::before, .dateList__title--text::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.dateList__title--text::before {
  margin-top: calc((1 - 1.4) * 0.5em);
}
.dateList__title--text::after {
  margin-bottom: calc((1 - 1.4) * 0.5em);
}
@media (max-width: 769px) {
  .dateList__title--text {
    font-size: 18px;
  }
}
.dateList__title--medium {
  font-size: 22px;
  font-weight: 500;
}
.dateList__detail {
  padding: 0 0 38px 0;
  margin: 0 0 40px 0;
  background-size: 6px 1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.2) 2px, transparent 2px);
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media (max-width: 1024px) {
  .dateList__detail {
    padding: 0 0 28px 0;
    margin: 0 0 30px 0;
  }
}
.dateList__detail--text {
  opacity: 0.8;
}

.grandprix-slide {
  overflow: hidden;
  display: block;
  margin-top: 10px;
}

.image-container {
  position: relative;
  width: 100%;
  /* Adjust to the desired width */
  height: 100%;
  /* Adjust to the desired height */
}

.imgBox {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px 15px;
}
.imgBox__item--img {
  border-radius: 10px;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  animation: fadeEffect 5s infinite;
}
.imgBox__item--img:nth-child(1) {
  position: relative;
  animation-delay: 0s;
}
.imgBox__item--img:nth-child(2) {
  position: absolute;
  animation-delay: 2.5s;
}
.imgBox__item--caption {
  margin-top: 15px;
  font-size: 16px;
}

@keyframes fadeEffect {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.opAnimation {
  pointer-events: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8000;
  transition: 1s 1.5s;
}
.opAnimation__logo {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 120px;
  height: calc(var(--out-height) * 100);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.opAnimation__mask {
  overflow: hidden;
}
.opAnimation__img {
  transform: translateY(120%);
  transition: 2.2s 0.5s;
  transition-property: transform;
}
.opAnimation__img.loaded {
  transform: translateY(0%);
}
.opAnimation.loaded {
  z-index: 0;
}
.opAnimation.loaded .opAnimation__img {
  transform: translateY(0%);
}

.moreButton {
  position: relative;
  width: 100%;
}
.moreButton:not(:last-of-type) {
  margin-bottom: 55px;
}
.moreButton:not(:last-of-type).spMenu {
  margin-bottom: 30px;
}
.moreButton__absText {
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: #fff;
  font-size: 22px;
  display: flex;
  align-items: center;
}
.moreButton__linkBox {
  display: flex;
  justify-content: start;
  align-items: flex-start;
  padding: 25px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: 0.4s;
  transition-property: transition, border-bottom;
  transition-timing-function: cubic-bezier(0.2, 0.38, 0.87, 0.85);
}
@media (max-width: 769px) {
  .moreButton__linkBox {
    padding: 15px 0;
  }
}
.moreButton__linkBox--right {
  margin-left: 25px;
}
@media (max-width: 769px) {
  .moreButton__linkBox--right {
    margin-left: 15px;
  }
}
.moreButton__linkBox .text {
  text-align: left;
  width: 100%;
  color: #ffffff;
  opacity: 0.8;
  line-height: 1.35rem;
}
.moreButton__linkBox.spmenu {
  align-items: center;
}
.moreButton__img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  overflow: hidden;
}
.moreButton__img.-bg:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 60%;
  bottom: 0;
  left: 0;
  border-radius: 0 0 5px 5px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  z-index: 0;
}
.moreButton__img img {
  transition: transform 0.5s;
  transition-timing-function: cubic-bezier(0.2, 0.38, 0.87, 0.85);
}
.moreButton__title {
  font-size: 28px;
  margin-bottom: 15px;
  text-align: left;
  color: #ffffff;
  letter-spacing: 0.15rem;
  text-decoration: underline;
  line-height: 1;
}
.moreButton__title::before, .moreButton__title::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.moreButton__title::before {
  margin-top: calc((1 - 1) * 0.5em);
}
.moreButton__title::after {
  margin-bottom: calc((1 - 1) * 0.5em);
}
@media (max-width: 769px) {
  .moreButton__title {
    font-weight: 500;
    font-size: 20px;
    text-decoration: none;
    margin-bottom: 10px;
  }
}
.moreButton__title.spmenu {
  margin-bottom: 0;
}
@media (hover: hover) {
  .moreButton:hover .moreButton__linkBox {
    transition: 0.2s;
    border-bottom: 1px solid #ffffff;
    transition-property: transition, border-bottom;
    transition-timing-function: cubic-bezier(0, 0.66, 0.58, 1);
  }
  .moreButton:hover .moreButton__img img {
    transition: 0.8s;
    transition-timing-function: cubic-bezier(0, 0.66, 0.58, 1);
    transform: scale(1.05);
  }
}

.table {
  padding: 40px 0 37px 0;
}
.table:first-of-type {
  padding-top: 0;
}
.table:not(:first-of-type) {
  border-top: 1px solid rgba(255, 255, 255, 0.2901960784);
}
@media (max-width: 769px) {
  .table {
    padding: 30px 0 23px 0;
  }
}
@media (max-width: 769px) {
  .table__title {
    margin-bottom: 5px;
  }
}
.table__title > p {
  font-size: 26px;
  line-height: 1.4;
  margin-bottom: 15px;
}
@media (max-width: 769px) {
  .table__title > p {
    font-size: 16px;
    text-align: left;
    margin-bottom: 10px;
  }
}
.table__title--medium {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 10px;
}
@media (max-width: 769px) {
  .table__title--medium {
    font-size: 16px;
    text-align: left;
    margin-bottom: 10px;
  }
}
.table__contents > .text {
  opacity: 1;
}

.pointWrap {
  display: flex;
  justify-content: space-between;
  margin: 15px 0 25px 0;
}

.point__title {
  width: 100%;
  font-size: 18px;
  margin: 0 0 20px 0;
  letter-spacing: 0.14em;
  font-weight: 500;
}
@media (max-width: 769px) {
  .point__title {
    text-align: left;
    font-size: 16px;
  }
}
.point__title span {
  display: inline;
}

.pointBox {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  line-height: 1;
  height: auto;
  align-items: start;
  background: rgba(255, 255, 255, 0.05);
  padding: 18px;
  width: 31%;
}
@media (max-width: 1024px) {
  .pointBox {
    width: 29%;
  }
}
.pointBox__title {
  position: relative;
  font-size: 26px;
  margin-bottom: 20px;
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
  margin: 0 0 0 12px;
  font-weight: 500;
  --pseudoHeight: 0%;
}
.pointBox__title::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: var(--pseudoHeight);
  background: #ffffff;
}
.pointBox__text {
  font-size: 15px;
  writing-mode: vertical-rl;
  letter-spacing: 0.2em;
  overflow: hidden;
}
.pointBox__text.js-active span {
  transform: translateX(0);
  display: inline-block;
  transition: 1.2s;
  transition-delay: 0.2s;
  transition-timing-function: cubic-bezier(0, 0.94, 0.58, 1);
}
.pointBox__text span {
  transform: translateX(40px);
  display: inline-block;
}

.scheduleBox {
  position: relative;
  padding: 0 0 35px 30px;
}
.scheduleBox:last-child {
  padding: 0 0 0 30px;
}
.scheduleBox.bar::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 3.5px;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
}
.scheduleBox__title {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  height: 30px;
  display: flex;
  align-items: center;
}
.scheduleBox__title::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: white;
  top: 9px;
  left: -30px;
}
.scheduleBox__text {
  font-size: 16px;
  opacity: 0.85;
  line-height: 1.25em;
}

.sponsorBox {
  width: 100%;
  margin: 0 auto;
  grid-template-columns: 1fr;
}
.sponsorBox__item {
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
}
.sponsorBox__item figure:not(:first-of-type) {
  margin-top: 20px;
}
.sponsorBox__m {
  width: 100%;
  margin: 0 auto;
}
.sponsorBox__m .sponsorBox__item {
  width: 80%;
  margin: 0 auto;
}
.sponsorBox__s {
  width: 100%;
  margin: 0 auto;
}
.sponsorBox__s .sponsorBox__item {
  width: 70%;
  margin: 0 auto;
}
.sponsorBox__item {
  width: 100%;
  text-align: center;
}

.contact {
  background: hsla(0, 0%, 12%, 0.9);
  position: relative;
  z-index: 1000;
}
.contact__buttonArea {
  margin-top: 25px;
  display: flex;
  justify-content: center;
}
.contact .text {
  line-height: 1.45rem;
}

article:last-of-type {
  margin-top: 15px;
}

.navigationSp {
  display: none;
}
@media (max-width: 769px) {
  .navigationSp {
    display: flex;
  }
}

.navigationSp {
  position: fixed;
  bottom: 25px;
  padding: 8px;
  width: calc(100% - 20px);
  height: auto;
  background: hsla(0, 0%, 0%, 0.15);
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 10px;
  z-index: 1000;
  backdrop-filter: blur(20px);
  z-index: 500;
  transition-property: opacity transform;
  transition: 0.3s cubic-bezier(0, 0.66, 0.58, 1);
}
.navigationSp.js-active {
  opacity: 0;
  pointer-events: none;
}
.navigationSp.adjusted {
  transform: translateY(-20px);
}
.navigationSp__item {
  width: 100%;
  padding: 15px 0 14px 0;
  font-size: 13px;
  display: flex;
  border-radius: 4px;
  font-weight: 400;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  color: #333;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05rem;
}
.navigationSp__item::before, .navigationSp__item::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.navigationSp__item::before {
  margin-top: calc((1 - 1) * 0.5em);
}
.navigationSp__item::after {
  margin-bottom: calc((1 - 1) * 0.5em);
}
.navigationSp__item.-gradation {
  background: linear-gradient(90deg, #F92493, #B77245, #C9B172);
}
.navigationSp__item > * {
  color: #333;
}
.navigationSp__item:last-of-type {
  width: 100%;
  background: #212121;
  color: #fff;
}
.navigationSp__item.-contact {
  width: 100%;
  padding: 15px 14px 14px 14px;
}

.navigationSpWrap {
  display: grid;
  width: 100%;
  gap: 5px;
  grid-template-columns: 1fr 1fr 2fr;
}

.submitBG {
  position: relative;
  padding: 25px 60px 22px 60px;
  line-height: 1;
  color: #333;
  font-weight: 500;
  z-index: 100;
  letter-spacing: 0.05rem;
}
.submitBG > p {
  position: relative;
  z-index: 100;
  font-size: 18px;
}
.submitBG:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 100px;
}
.submitBG:after {
  position: absolute;
  content: "";
  top: -4px;
  left: -4px;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #F92493, #B77245, #C9B172);
  background-size: 200% 200%;
  animation: bggradient 10s linear infinite;
  border-radius: 100px;
  padding: 4px;
  box-sizing: content-box;
  z-index: -1;
}

@keyframes bggradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.icon {
  position: relative;
  display: flex;
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  background: rgba(255, 255, 255, 0.2);
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.icon__plus {
  position: absolute;
  width: 15px;
  height: 2px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}
.icon__plus:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 2px;
  display: block;
  background: #ffffff;
  transform: rotate(0deg);
  border-radius: 100px;
  transition: 0.2s;
}

.op1 {
  opacity: 1;
}

.op5 {
  opacity: 0.5;
}

.ta_c {
  text-align: center;
}

.ta_l {
  text-align: left;
}

.ta_r {
  text-align: right;
}

.c_wgite {
  color: #ffffff;
}

.separatorBox {
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  background-size: 6px 1px;
  background-image: linear-gradient(to right, hsla(0, 0%, 100%, 0.2) 2px, transparent 2px);
  background-repeat: repeat-x;
  background-position: left bottom;
}

.textC {
  text-align: center;
}

.slideIn {
  display: flex;
  overflow: hidden;
  justify-content: start;
}
.slideIn--center {
  display: flex;
  overflow: hidden;
  justify-content: center;
  line-height: 1.4;
}

.js-slideIn {
  display: inline-block;
}
.js-slideIn span {
  display: inline-block;
  transition: 2s;
}

@media screen and (max-width: 1100px) {
  .header,
  .footer {
    display: none;
  }
}
.hidden {
  display: block;
  overflow: hidden;
}

.bold {
  font-weight: bold;
}

.list__flex {
  display: flex;
  flex-wrap: wrap;
}
.list__flex--text {
  width: 100%;
  margin: 10px 0 0 0;
  font-size: 15px;
}
@media (max-width: 769px) {
  .list__flex--text {
    font-size: 14.5px;
  }
}
.list__flex02 {
  display: flex;
}
.list__item {
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.list__item--title {
  width: 90px;
  opacity: 0.7;
  line-height: 1.4;
  font-size: 15px;
  letter-spacing: 0rem;
}
.list__item--title::before, .list__item--title::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.list__item--title::before {
  margin-top: calc((1 - 1.4) * 0.5em);
}
.list__item--title::after {
  margin-bottom: calc((1 - 1.4) * 0.5em);
}
.list__item--details {
  width: calc(100% - 110px);
  font-size: 15px;
  letter-spacing: 0rem;
}
.list__item--medium {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  flex-wrap: nowrap;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.list__item--medium:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.list__item--medium.-flex {
  display: flex;
  justify-content: space-between;
}
.list__item--small {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 20px;
  padding-bottom: 12px;
}
.list__item--small:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.list__item--small * {
  line-height: 1.35;
}
.list__item:last-child {
  margin-bottom: 0;
}
.list__no {
  margin-right: 15px;
  opacity: 0.7;
}
@media (max-width: 769px) {
  .list__no {
    font-size: 14px;
  }
}
.list__dot {
  position: relative;
  padding-left: 15px;
  font-size: 15px;
}
@media (max-width: 769px) {
  .list__dot {
    font-size: 14px;
  }
}
.list__dot::before {
  position: absolute;
  content: "";
  top: 0.5rem;
  left: 0;
  width: 5px;
  height: 5px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 100px;
}

.listStyle {
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
}
.listStyle__no {
  margin-right: 10px;
}
.listStyle__text {
  font-size: 16px;
}
@media (max-width: 769px) {
  .listStyle__text {
    font-size: 14px;
  }
}

.modal__overlay {
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  display: flex;
  justify-content: end;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}
.modal__container {
  background-color: #222222;
  border-radius: 4px;
  box-sizing: border-box;
  height: calc(var(--out-height) * 100);
  max-width: 650px;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
}
@media (max-width: 769px) {
  .modal__container {
    max-width: 100%;
  }
}
.modal__main {
  width: calc(100% - 100px);
  padding: 80px 40px 60px 40px;
  overflow-y: auto;
  height: 100vh;
}
@media (max-width: 1024px) {
  .modal__main {
    width: calc(100% - 80px);
  }
}
@media (max-width: 769px) {
  .modal__main {
    width: calc(100% - 60px);
  }
}
@media (max-width: 769px) {
  .modal__main {
    order: 1;
    padding: 100px 20px 160px 20px;
  }
}
.modal__content {
  position: relative;
  background: #222222;
  padding: 0;
  z-index: 10000;
}
.modal__box {
  width: 100%;
  display: flex;
}
.modal__border {
  padding: 30px 0 30px 0;
  margin-bottom: 30px;
  background-size: 6px 1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.2) 2px, transparent 2px);
  background-repeat: repeat-x;
  background-position: left bottom;
}
.modal__title {
  font-size: 30px;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .modal__title {
    font-size: 20px;
  }
}
.modal__photo {
  text-align: center;
}
.modal__photo img {
  max-width: 400px;
  width: 100%;
}
.modal__list {
  opacity: 0.85;
  font-weight: 300;
  font-size: 16px;
}
@media (max-width: 1024px) {
  .modal__list {
    font-size: 14px;
  }
}
.modal__subTitle {
  font-size: 18px;
  font-weight: 300;
}
.modal__closeArea {
  width: 100px;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .modal__closeArea {
    width: 80px;
  }
}
@media (max-width: 769px) {
  .modal__closeArea {
    width: 60px;
  }
}
@media (max-width: 769px) {
  .modal__closeArea {
    order: 2;
  }
}
.modal__closeArea--button {
  width: 100px;
  position: relative;
  height: 100%;
  transition: 0.3s background-color;
  cursor: pointer;
  z-index: 5000;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .modal__closeArea--button {
    width: 80px;
  }
}
@media (max-width: 769px) {
  .modal__closeArea--button {
    width: 60px;
  }
}
.modal__closeArea--button::before {
  background-size: 1px 6px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 2px, transparent 2px);
  background-repeat: repeat-y;
  background-position: left bottom;
  width: 1px;
  height: 100vh;
  content: "";
  position: absolute;
  right: 0;
  display: block;
}
@media (max-width: 769px) {
  .modal__closeArea--button::before {
    background-position: right bottom;
    right: auto;
    left: 0;
  }
}
@media (hover: hover) {
  .modal__closeArea:hover {
    animation: flashColor 0.5s cubic-bezier(0, 0.8, 0.5, 1) forwards;
  }
  .modal__closeArea:hover .modal__closeBtn {
    border: 1px solid #ffffff;
  }
}
.modal__closeBtn {
  width: 45px;
  height: 45px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.45s border;
  transition-timing-function: cubic-bezier(0, 0.8, 0.5, 1);
}
@media (max-width: 769px) {
  .modal__closeBtn {
    border: 1px solid #ffffff;
  }
}
@media (max-width: 769px) {
  .modal__closeBtn {
    width: 35px;
    height: 35px;
  }
}
.modal__closeBtn--bar {
  display: block;
  width: 20px;
  height: 1px;
  background: #fff;
  position: relative;
  transform: rotate(45deg);
}
@media (max-width: 769px) {
  .modal__closeBtn--bar {
    width: 12px;
  }
}
.modal__closeBtn--bar::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background: #fff;
  display: block;
  transform: rotate(90deg);
}
@media (max-width: 769px) {
  .modal__closeBtn--bar::before {
    width: 12px;
  }
}
.modal__text {
  font-weight: 300;
  margin: 30px 0 50px 0;
  line-height: 1.8 !important;
}
@media (max-width: 1024px) {
  .modal__text {
    font-size: 14px;
  }
}

@keyframes flashColor {
  0%, 100% {
    background-color: #222222;
  }
  10% {
    background-color: #333333;
  }
}
.modalTitle {
  position: relative;
  margin: 20px 0 25px 0;
  font-size: 18px;
  background: #313131;
  font-weight: bold;
  padding: 20px;
  border-radius: 5px;
  line-height: 1;
  font-weight: 300 !important;
}
.modalTitle::before, .modalTitle::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.modalTitle::before {
  margin-top: calc((1 - 1) * 0.5em);
}
.modalTitle::after {
  margin-bottom: calc((1 - 1) * 0.5em);
}
@media (max-width: 769px) {
  .modalTitle {
    font-size: 14px;
    padding: 15px;
  }
}
.modalTitle + P {
  margin-bottom: 30px;
}

.sheetArea {
  background-repeat: repeat-x;
  background-position: left bottom;
}
.sheetArea__box {
  padding: 0 0 40px;
}
.sheetArea:not(:last-of-type) {
  margin-bottom: 60px;
  padding-bottom: 60px;
  background-size: 6px 1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.2) 2px, transparent 2px);
}
@media (max-width: 769px) {
  .sheetArea:not(:last-of-type) {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}

.newsContents__title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.newsContents__title h2 {
  margin-bottom: 20px;
  line-height: 1.75rem;
}
.newsContents__title h2::before, .newsContents__title h2::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.newsContents__title h2::before {
  margin-top: calc((1 - 1.75) * 0.5em);
}
.newsContents__title h2::after {
  margin-bottom: calc((1 - 1.75) * 0.5em);
}
@media (max-width: 769px) {
  .newsContents__title h2 {
    font-size: 20px;
  }
}
.newsContents__date {
  font-size: 12px;
  opacity: 0.9;
  margin-bottom: 15px;
}
.newsContents p + p {
  margin-bottom: 30px;
}
@media (max-width: 769px) {
  .newsContents p + p {
    font-size: 14px;
  }
}
.newsContents__img {
  overflow: hidden;
  border-radius: 5px;
  object-fit: cover;
  text-align: center;
  margin-bottom: 35px;
}
.newsContents__img img {
  height: 100%;
  width: 100%;
  vertical-align: top;
}

.submitted__img {
  margin: 10px 0 25px 0;
  overflow: hidden;
  border-radius: 5px;
}

/**************************\
Demo Animation Style
\**************************/
@keyframes mmslideIn {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.linkButton {
  color: #fff;
  text-decoration: underline;
  display: inline;
  width: auto;
}

.accordions {
  max-width: 600px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
}

.accordion {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.accordion__menu {
  transition: 0.3s;
}
@media (hover: hover) {
  .accordion__menu:hover {
    background: #111111;
  }
}
.accordion__menu.open {
  background: #111111;
}
.accordion__menu.open .icon__plus:before {
  transform: rotate(90deg);
}
.accordion__label {
  margin-left: 15px;
}
.accordion__button {
  appearance: none;
  text-align: inherit;
  width: 100%;
  color: #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0.2901960784);
  padding: 25px 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: start;
}
.accordion__button:hover .icon__plus:before {
  opacity: 0;
  transform: rotate(90deg);
}
.accordion__body {
  height: 0;
  overflow: hidden;
  transition: all 0.5s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2901960784);
}
.accordion__text {
  padding: 20px;
}
.accordion__inner {
  padding: 0 20px 25px 20px;
}

.red {
  color: red;
}

.button {
  margin: 35px 0 0 0;
  padding: 33px 0 32px 0;
  font-size: 14px;
  display: flex;
  border-radius: 4px;
  font-weight: 400;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #333;
  line-height: 1;
  text-decoration: underline;
}
.button::before, .button::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.button::before {
  margin-top: calc((1 - 1) * 0.5em);
}
.button::after {
  margin-bottom: calc((1 - 1) * 0.5em);
}

.arrowButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px 40px 16px 40px;
  border-radius: 100px;
  color: #333;
  background-color: #fff;
  line-height: 1;
}
.arrowButton::before, .arrowButton::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.arrowButton::before {
  margin-top: calc((1 - 1) * 0.5em);
}
.arrowButton::after {
  margin-bottom: calc((1 - 1) * 0.5em);
}
.arrowButton .icon {
  margin-right: 15px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb80 {
  margin-bottom: 80px;
}/*# sourceMappingURL=style.css.map */