@charset "UTF-8";
.spContent {
  display: none !important;
}
@media only screen and (max-width: 960px) {
  .spContent {
    display: block !important;
  }
}

.pcContent {
  display: block !important;
}
@media only screen and (max-width: 960px) {
  .pcContent {
    display: none !important;
  }
}

body, .message__contents, .overview__listItem, .review, .guidelinesListItemDetailsSubmission__example, .formContents {
  background-image: url("../img/bg.webp");
  background-color: rgba(241, 241, 241, 0.8);
  background-blend-mode: hue;
  background-size: 1444px 2167px;
  background-position: left top;
  background-repeat: repeat;
}

html,
body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}

strong {
  font-weight: bold;
}

table {
  width: 100%;
  margin-bottom: 1.5em;
  border-spacing: 0;
  border-collapse: collapse;
}

table th,
table td {
  padding: 0.5em;
  border: 1px solid #000;
}

table th {
  font-weight: bold;
}

caption,
table th,
table td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

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

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

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

body * {
  max-height: 99999em;
  word-break: break-word;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a img {
  border: none;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  word-break: normal;
  vertical-align: middle;
  white-space: normal;
  -webkit-appearance: none;
}

button {
  color: inherit;
}

textarea {
  overflow: auto;
  line-height: 1.5;
  white-space: pre-line;
  resize: none;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

html {
  scroll-behavior: smooth;
}

header {
  height: 8rem;
  position: sticky;
  top: 0;
  z-index: 20;
  pointer-events: none;
}
@media only screen and (max-width: 960px) {
  header {
    height: 6rem;
  }
}

.menu,
.menu__wrap,
.headerButton,
.menu__close {
  pointer-events: auto;
}

.menu__wrap {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease, -webkit-backdrop-filter 0.5s ease;
  transition: opacity 0.5s ease, backdrop-filter 0.5s ease;
  transition: opacity 0.5s ease, backdrop-filter 0.5s ease, -webkit-backdrop-filter 0.5s ease;
}

.menu__wrap.active {
  display: block;
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -8rem;
  filter: blur(0.4rem);
  z-index: 3;
  -webkit-backdrop-filter: blur(0.5rem);
  backdrop-filter: blur(0.5rem);
  background: rgba(255, 255, 255, 0.01);
  opacity: 1;
}
@media only screen and (max-width: 960px) {
  .menu__wrap.active {
    display: none;
  }
}

.header {
  max-width: 144rem;
  width: 100%;
  text-align: right;
  margin-inline: auto;
  overflow: hidden;
}
@media only screen and (max-width: 960px) {
  .header {
    display: block;
  }
}
.header .menu {
  background: #fff;
  padding: 4.8rem 2.4rem;
  position: fixed;
  top: -8rem;
  right: -100%;
  width: 72rem;
  height: 100vh;
  z-index: 3;
  position: relative;
  transition: right 0.4s ease;
  overflow-y: auto;
  display: inline-block;
}
.header .menu ul {
  text-align: left;
  list-style: none;
}
.header .menu ul li a {
  text-decoration: none;
  font-size: 3.2rem;
  font-weight: bold;
  padding: 0 0.4rem;
  display: inline-block;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.header .menu ul li a:hover {
  background-color: #080707;
  color: #fafafa;
}
@media only screen and (max-width: 960px) {
  .header .menu ul li a {
    font-size: 2.6rem;
  }
}
.header .menu ul li + li {
  margin-top: 2rem;
}
@media only screen and (max-width: 960px) {
  .header .menu ul li + li {
    margin-top: 1.6rem;
  }
}
@media only screen and (max-width: 960px) {
  .header .menu {
    width: 100%;
    top: -6rem;
  }
}
.header .menu::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 41.7rem;
  height: 34.2rem;
  background-image: url("../img/header__bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom right;
  z-index: -1;
  pointer-events: none;
}
@media only screen and (max-width: 960px) {
  .header .menu::before {
    width: 23.5rem;
    height: 19.3rem;
  }
}
.header .menu__close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  cursor: pointer;
  z-index: 10;
}
.header .menu__button {
  margin-top: 6rem;
  background-color: #DB0101;
  padding: 0.8rem 3.2rem;
  color: #fafafa;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  text-decoration: none;
  display: inline-block;
  text-align: left;
}
@media only screen and (max-width: 960px) {
  .header .menu__button {
    font-size: 1.8rem;
  }
}
.header .menu.is-open {
  display: inline-block;
  text-align: left;
  right: 0;
}
.header .headerButton {
  width: 8rem;
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto 0;
}
.header .headerButton img {
  width: 5.4rem;
  height: auto;
}
@media only screen and (max-width: 960px) {
  .header .headerButton img {
    width: 4.4rem;
  }
}
@media only screen and (max-width: 960px) {
  .header .headerButton {
    width: 6rem;
    height: 6rem;
  }
}
.header .headerButton:hover {
  opacity: 0.75;
}

.footer {
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1.2px;
  color: #fafafa;
  background-color: #080707;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  line-height: 2;
}
@media only screen and (max-width: 960px) {
  .footer {
    font-size: 10px;
    line-height: 1.4;
  }
}

html {
  font-size: 62.5%;
}
@media only screen and (max-width: 960px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  color: #080707;
}

body.modal-open {
  overflow: hidden;
}

main {
  overflow: hidden;
}

/* 動画 */
.movie {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  margin-top: -8rem;
  height: calc(100vh + 8rem);
}
.movie video {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
@media only screen and (max-width: 960px) {
  .movie video {
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0 auto;
    display: block;
    min-width: 100%;
  }
}
@media only screen and (max-width: 960px) {
  .movie {
    width: 100%;
    height: 100vh;
    margin-top: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
  }
}

/* fv */
.fv {
  padding: 1.6rem 6rem 0;
  max-height: 82rem;
  height: calc(100vh - 8rem);
}
@media (max-height: 725px) {
  .fv {
    min-height: calc(100vh - 8rem);
  }
}
@media only screen and (max-width: 960px) {
  .fv {
    padding: 3.1rem 1.6rem 0;
    height: calc(100svh - 6rem);
    min-height: calc(100svh - 6rem);
  }
}
@media only screen and (max-width: 960px) and (max-height: 812px) {
  .fv {
    padding: 2% 1.6rem 0;
  }
}

.fvBg {
  position: relative;
  width: 100%;
  max-height: 82rem;
  height: calc(100vh - 8rem);
  overflow: hidden;
}
@media (max-height: 725px) {
  .fvBg {
    min-height: calc(100vh - 8rem);
  }
}
@media only screen and (max-width: 960px) {
  .fvBg {
    height: calc(100svh - 6rem);
    min-height: calc(100svh - 6rem);
  }
}

.fvBgWrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  min-width: 200rem;
  max-width: 200rem;
  height: 100%;
}
@media only screen and (max-width: 960px) {
  .fvBgWrap {
    min-width: 100%;
    max-width: 100%;
  }
}

.fv__bg--purple, .fv__bg--red {
  position: absolute;
  width: 100%;
  height: 100%;
  animation-fill-mode: forwards;
  margin-inline: auto;
  display: inline-block;
  overflow: hidden;
}
.fv__bg--purple span, .fv__bg--red span {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
}
@media only screen and (max-width: 960px) {
  .fv__bg--purple span, .fv__bg--red span {
    background-size: cover;
    background-position: top;
  }
}

.fv__bg--red {
  transform: translateX(-100%);
  transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
}
@media only screen and (max-width: 960px) {
  .fv__bg--red {
    transition: transform 0.1s cubic-bezier(0.9, 0, 0.2, 1);
    transform: translateY(100%);
  }
}
.fv__bg--red span {
  background-image: url("../img/fv__bgRed.webp");
  display: inline-block;
  transform: translateX(100%);
  transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
}
@media only screen and (max-width: 960px) {
  .fv__bg--red span {
    transition: transform 0.1s cubic-bezier(0.9, 0, 0.2, 1);
    background-image: url("../img/fv__bgRed_sp.webp");
    transform: translateY(-100%);
  }
}

.fv__bg--purple {
  transform: translateX(-100%);
  transition: transform 0.8s cubic-bezier(0.9, 0, 0.2, 1);
  transition-delay: 0.1s;
}
@media only screen and (max-width: 960px) {
  .fv__bg--purple {
    transform: translateY(100%);
  }
}
.fv__bg--purple span {
  background-image: url("../img/fv__bgPurple.webp");
  display: inline-block;
  transform: translateX(100%);
  transition: transform 0.8s cubic-bezier(0.9, 0, 0.2, 1);
  transition-delay: 0.1s;
}
@media only screen and (max-width: 960px) {
  .fv__bg--purple span {
    background-image: url("../img/fv__bgPurple_sp.webp");
    transform: translateY(-100%);
  }
}

.fvBg.-visible .fv__bg--red,
.fvBg.-visible .fv__bg--red span,
.fvBg.-visible .fv__bg--purple,
.fvBg.-visible .fv__bg--purple span {
  transform: translate(0, 0);
  opacity: 1;
}

.fv__wrap {
  max-width: 128rem;
  width: 100%;
  margin-inline: auto;
  z-index: 2;
  position: relative;
  max-height: 82rem;
  height: calc(100vh - 8rem);
}
@media (max-height: 725px) {
  .fv__wrap {
    min-height: calc(100vh - 8rem);
  }
}
@media only screen and (max-width: 960px) {
  .fv__wrap {
    min-height: 100%;
    width: 100%;
    height: 100%;
  }
}

.fv__main {
  font-weight: 900;
  font-size: clamp(4rem, 12vw, 15.8rem);
  line-height: 1.2;
  color: #080707;
  display: block;
  opacity: 0;
  letter-spacing: 0;
}
@media (max-height: 725px) {
  .fv__main {
    font-size: clamp(4rem, 15vh, 15.8rem);
  }
}
@media only screen and (max-width: 960px) {
  .fv__main {
    font-size: clamp(4rem, 10rem, 11vh);
    line-height: 1.1;
    display: inline-block;
  }
}
@media only screen and (max-width: 960px) and (max-height: 812px) {
  .fv__main {
    font-size: clamp(4rem, 10rem, 11vh);
  }
}
.fv__main.-visible {
  animation: appearance 0.3s forwards cubic-bezier(0.99, 0, 1, 0.99), shake 0.4s ease;
  animation-delay: 0.5s, 0.7s;
}

@keyframes shake {
  0% {
    transform: translate(0, 0);
  }
  10% {
    transform: translate(-0.1rem, -0.1rem);
  }
  20% {
    transform: translate(0.1rem, 0);
  }
  30% {
    transform: translate(-0.1rem, 0.1rem);
  }
  40% {
    transform: translate(0.1rem, -0.1rem);
  }
  50% {
    transform: translate(-0.1rem, 0);
  }
  60% {
    transform: translate(0.1rem, 0.1rem);
  }
  70% {
    transform: translate(-0.1rem, -0.1rem);
  }
  80% {
    transform: translate(0.1rem, 0);
  }
  90% {
    transform: translate(0, 0.1rem);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes appearance {
  0% {
    opacity: 0;
    transform: scale(5) rotate(-9deg);
  }
  70% {
    opacity: 1;
    transform: scale(0.99) rotate(0deg);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.fvContents {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: absolute;
  bottom: 5.7rem;
  width: 100%;
}
@media only screen and (max-width: 960px) {
  .fvContents {
    bottom: 2.5rem;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 960px) and (max-height: 812px) {
  .fvContents {
    bottom: 1%;
  }
}

.fv__buttonWrap {
  display: inline-block;
  overflow: hidden;
}
.fv__buttonWrap span {
  display: inline-block;
  opacity: 0;
}
.fv__buttonWrap.-visible span {
  animation: slideLeft 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  animation-delay: 1.2s;
}

.fvContents__imgWrap {
  display: inline-block;
  overflow: hidden;
}
.fvContents__imgWrap .fvContents__imgWrapAnimation {
  display: inline-block;
  opacity: 0;
}
.fvContents__imgWrap.-visible .fvContents__imgWrapAnimation {
  animation: dropDown 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  animation-delay: 1.4s;
}

.fvContents__imgWrapArrow {
  display: flex;
  align-items: center;
  gap: 0;
  margin-bottom: 1.2rem;
}

.fvContents__imgWrapArrowIcon svg {
  width: 2.6rem;
  height: 10.2rem;
}
.fvContents__imgWrapArrowIcon .background-path {
  stroke: white;
  stroke-width: 4;
  fill: none;
}
.fvContents__imgWrapArrowIcon .path {
  stroke: black;
  stroke-width: 4;
  fill: none;
  stroke-dasharray: 150;
  stroke-dashoffset: 150;
  animation: draw 1s linear forwards infinite;
}
@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes sdl01 {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.fv__informationWrap {
  display: inline-block;
  overflow: hidden;
}
.fv__informationWrap span {
  display: inline-block;
  opacity: 0;
}
.fv__informationWrap.-visible span {
  animation: slideRight 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  animation-delay: 1.4s;
}

@keyframes dropDown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideRight {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fvContents__img {
  width: 1.8rem;
  height: auto;
}
@media only screen and (max-width: 960px) {
  .fvContents__img {
    width: 1.6rem;
  }
}

.fv__information {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: end;
  opacity: 0;
  animation: catch_anime 1.2s ease-out forwards 0.4s;
  animation-delay: 1.4s;
}
.fv__information img {
  width: 28rem;
  height: auto;
}
@media only screen and (max-width: 960px) {
  .fv__information img {
    width: 23.9rem;
    margin-top: 7.1rem;
  }
}
@media only screen and (max-width: 960px) and (max-height: 812px) {
  .fv__information img {
    margin-top: clamp(0.1rem, 1vh, 11vh);
    width: 70%;
  }
}
@media (max-height: 812px) {
  .fv__information h1 {
    text-align: right;
  }
}

.fv__button {
  font-size: 2.85rem;
  font-size: clamp(0.1vh, 2.85rem, 4vh);
  padding: 1.2rem 2.4rem 1.2rem 2.4rem;
  background-color: #DB0101;
  color: #fafafa;
  font-weight: bold;
  border: solid 0.2rem #fafafa;
  box-shadow: 0.2rem 0.2rem 1rem rgba(0, 0, 0, 0.25);
  margin-top: 3.6rem;
  width: 26rem;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.fv__button img {
  width: 3.2rem;
  height: auto;
  margin-left: 1.2rem;
}
@media only screen and (max-width: 960px) {
  .fv__button {
    margin-top: 1.5rem;
    width: 21.9rem;
    font-size: 2.4rem;
    padding: 1.15rem 2.4rem;
    line-height: 1.2;
  }
}
.fv__button:hover {
  opacity: 0.75;
}

/* メッセージ */
.copy {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../img/copy__bg.webp");
  background-size: cover;
  background-position: center;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 960px) {
  .copy {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../img/copy__bg_sp.webp");
  }
}

.copy__wrap {
  display: inline-block;
  margin-inline: auto;
  padding: 9.8rem 0;
  text-align: left;
}
@media (min-width: 691px) and (max-width: 1280px) {
  .copy__wrap {
    padding-inline: 4rem;
  }
}
@media only screen and (max-width: 960px) {
  .copy__wrap {
    padding: 13.8rem 2rem;
    width: 100%;
  }
}
.copy__wrap p {
  opacity: 0;
}
.copy__wrap.-visible p {
  transition: 0.1s;
  opacity: 0;
  transform: translateY(2rem);
  display: block;
}
.copy__wrap.-visible p:nth-child(1) {
  animation: catch_anime 0.4s ease-out forwards 0.4s;
}
.copy__wrap.-visible p:nth-child(2) {
  animation: catch_anime 0.4s ease-out forwards 0.8s;
}
.copy__wrap.-visible p:nth-child(3) {
  animation: catch_anime 0.4s ease-out forwards 1.2s;
}
.copy__wrap.-visible p:nth-child(4) {
  animation: catch_anime 0.4s ease-out forwards 1.6s;
}
.copy__wrap.-visible p:nth-child(5) {
  animation: catch_anime 0.4s ease-out forwards 2s;
}
.copy__wrap.-visible p:nth-child(6) {
  animation: catch_anime 0.4s ease-out forwards 2.4s;
}
.copy__wrap.-visible p:nth-child(7) {
  animation: catch_anime 0.4s ease-out forwards 2.8s;
}

@keyframes catch_anime {
  0% {
    transform: translateY(2rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.copy__main {
  font-size: 10rem;
  color: #fafafa;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0;
}
@media only screen and (max-width: 960px) {
  .copy__main {
    font-size: 3.6rem;
    letter-spacing: 0;
  }
}

.copy__text {
  font-size: 3.2rem;
  color: #fafafa;
  font-weight: bold;
  margin-top: 2.8rem;
}
@media only screen and (max-width: 960px) {
  .copy__text {
    font-size: 1.8rem;
    line-height: 1.8;
  }
}
.copy__text + .copy__text {
  margin-top: 0.8rem;
}
.copy__text span {
  background-color: #fafafa;
  color: #080707;
  padding: 0.2rem 0.4rem;
}

.copy__sub {
  margin-top: 2.6rem;
  line-height: 2.2;
  color: #fafafa;
  font-size: 5.2rem;
  font-weight: bold;
}
@media only screen and (max-width: 960px) {
  .copy__sub {
    font-size: 2.8rem;
    line-height: 1.6;
  }
}

/* 本部長からのメッセージ */
.message {
  padding: 8rem 0;
}
@media only screen and (max-width: 960px) {
  .message {
    padding: 2.1rem 2rem 5rem;
  }
}
@media (min-width: 691px) and (max-width: 1280px) {
  .message {
    padding-inline: 4rem;
  }
}

.message__wrap {
  max-width: 128rem;
  width: 100%;
  margin-inline: auto;
}
@media only screen and (max-width: 960px) {
  .message__wrap {
    width: 100%;
  }
}

.message__title {
  font-size: 10rem;
  line-height: 1.5;
  font-weight: bold;
  position: relative;
  color: #080707;
}
@media only screen and (max-width: 960px) {
  .message__title {
    font-size: 4rem;
    line-height: 1.3;
  }
}

.news__titleSubWrap, .news__titleWrap, .guidelines__titleSubWrap, .guidelines__titleWrap, .review__titleSubWrap, .review__titleWrap, .overview__titleSubWrap, .overview__titleWrap, .message__titleSubWrap, .message__titleWrap {
  display: inline-block;
  overflow: hidden;
  transform: translate(-100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.news__titleSubWrap span, .news__titleWrap span, .guidelines__titleSubWrap span, .guidelines__titleWrap span, .review__titleSubWrap span, .review__titleWrap span, .overview__titleSubWrap span, .overview__titleWrap span, .message__titleSubWrap span, .message__titleWrap span {
  display: inline-block;
  transform: translate(100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.-visible.news__titleSubWrap, .-visible.news__titleWrap, .-visible.guidelines__titleSubWrap, .-visible.guidelines__titleWrap, .-visible.review__titleSubWrap, .-visible.review__titleWrap, .-visible.overview__titleSubWrap, .-visible.overview__titleWrap, .-visible.message__titleSubWrap, .-visible.message__titleWrap, .-visible.news__titleSubWrap span, .-visible.news__titleWrap span, .-visible.guidelines__titleSubWrap span, .-visible.guidelines__titleWrap span, .-visible.review__titleSubWrap span, .-visible.review__titleWrap span, .-visible.overview__titleSubWrap span, .-visible.overview__titleWrap span, .-visible.message__titleSubWrap span, .-visible.message__titleWrap span {
  transform: translate(0, 0);
}

.message__titleSubWrap {
  font-size: 1.6rem;
  text-align: center;
  position: absolute;
  bottom: 2rem;
  right: 10rem;
}
@media only screen and (max-width: 960px) {
  .message__titleSubWrap {
    right: 8rem;
    bottom: 0rem;
  }
}
.message__titleSubWrap img {
  width: 19.1rem;
  height: auto;
}
@media only screen and (max-width: 960px) {
  .message__titleSubWrap img {
    width: 9.1rem;
  }
}

.message__contents {
  margin-top: 6rem;
  width: 100%;
  height: 64rem;
}
@media only screen and (max-width: 960px) {
  .message__contents {
    height: 24rem;
    margin-top: 3.3rem;
  }
}

.message__contents:hover .pcContent {
  opacity: 0.6;
  cursor: pointer;
}

/* イベント概要 */
.overview {
  background-color: #080707;
  position: relative;
}
@media (min-width: 691px) and (max-width: 1280px) {
  .overview {
    padding-inline: 4rem;
  }
}

.overview__wrap {
  max-width: 128rem;
  width: 100%;
  margin-inline: auto;
  padding: 8rem 0;
}
@media only screen and (max-width: 960px) {
  .overview__wrap {
    width: 100%;
    padding: 5rem 2rem;
  }
}

.overview__image1 {
  position: absolute;
  top: -23.8rem;
  min-width: 200rem;
  max-width: 200rem;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 960px) {
  .overview__image1 {
    min-width: 37.5rem;
    max-width: 37.5rem;
    top: 15.7rem;
  }
}

.overview__title {
  color: #fafafa;
  font-weight: bold;
  font-size: 10rem;
  position: relative;
}
@media only screen and (max-width: 960px) {
  .overview__title {
    font-size: 4rem;
  }
}
.overview__title img {
  width: 19.6rem;
  height: auto;
}
@media only screen and (max-width: 960px) {
  .overview__title img {
    width: 9.4rem;
  }
}

.overview__titleSubWrap {
  position: absolute;
  bottom: -2rem;
  left: 50rem;
}
@media only screen and (max-width: 960px) {
  .overview__titleSubWrap {
    left: 20.9rem;
    width: 9.4rem;
    bottom: -0.9rem;
  }
}

.overviewSub__titleWrap {
  display: inline-block;
  overflow: hidden;
  transform: translate(-100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.overviewSub__titleWrap .overviewSub__titleAnimation {
  display: inline-block;
  transform: translate(100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.overviewSub__titleWrap.-visible, .overviewSub__titleWrap.-visible .overviewSub__titleAnimation {
  transform: translate(0, 0);
}

.overviewSub__title .overviewSub__titleDecorate {
  background-color: #fafafa;
  color: #080707;
  display: inline-block;
  font-weight: bold;
  font-size: 5.2rem;
  padding: 0.7rem 0.8rem;
  line-height: 1;
  margin-top: 4rem;
}
.overviewSub__title .overviewSub__titleDecorate + br + span {
  margin-top: 0.7rem;
}
@media only screen and (max-width: 960px) {
  .overviewSub__title .overviewSub__titleDecorate {
    margin-top: 2rem;
    font-size: 3.2rem;
  }
}

.overview__details {
  color: #fafafa;
  font-weight: bold;
  margin-top: 3.2rem;
  font-size: 3.2rem;
  line-height: 1.5;
}
@media only screen and (max-width: 960px) {
  .overview__details {
    font-size: 1.8rem;
    margin-top: 2rem;
    z-index: 1;
    position: relative;
  }
}

.overview__list {
  margin-top: 4rem;
  list-style: none;
}
@media only screen and (max-width: 960px) {
  .overview__list {
    margin-top: 2rem;
    position: relative;
    z-index: 1;
  }
}

.overview__listItem {
  border-radius: 1rem;
  padding: 8.3rem 8rem 5rem;
}
.overview__listItem + .overview__listItem {
  margin-top: 4rem;
}
.overview__listItem:first-child {
  padding-right: 0;
}
@media only screen and (max-width: 960px) {
  .overview__listItem:first-child {
    padding: 5.4rem 2rem 5.5rem;
  }
}
.overview__listItem:nth-child(2) {
  position: relative;
}
@media only screen and (max-width: 960px) {
  .overview__listItem {
    padding: 5.4rem 2rem 5.5rem;
  }
}

.overview__image2 {
  position: absolute;
  width: 73rem;
  height: auto;
  right: -36rem;
  top: -46rem;
}

.overview__listItemTitle, .overview__listItemTitle--sp, .overview__listItemTitle--pc {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media only screen and (max-width: 960px) {
  .overview__listItemTitle, .overview__listItemTitle--sp, .overview__listItemTitle--pc {
    align-items: center;
    display: flex;
  }
}
.overview__listItemTitle .overview__listItemTitle__number, .overview__listItemTitle--sp .overview__listItemTitle__number, .overview__listItemTitle--pc .overview__listItemTitle__number {
  font-size: 4rem;
  color: #DB0101;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
@media only screen and (max-width: 960px) {
  .overview__listItemTitle .overview__listItemTitle__number, .overview__listItemTitle--sp .overview__listItemTitle__number, .overview__listItemTitle--pc .overview__listItemTitle__number {
    font-size: 2rem;
    gap: 0.8rem;
  }
}
.overview__listItemTitle .overview__listItemTitle__number strong, .overview__listItemTitle--sp .overview__listItemTitle__number strong, .overview__listItemTitle--pc .overview__listItemTitle__number strong {
  font-size: 5.4rem;
}
@media only screen and (max-width: 960px) {
  .overview__listItemTitle .overview__listItemTitle__number strong, .overview__listItemTitle--sp .overview__listItemTitle__number strong, .overview__listItemTitle--pc .overview__listItemTitle__number strong {
    font-size: 2.7rem;
  }
}
.overview__listItemTitle .overviewListItem__titleDecorate, .overview__listItemTitle--sp .overviewListItem__titleDecorate, .overview__listItemTitle--pc .overviewListItem__titleDecorate {
  background-color: #DB0101;
  color: #fafafa;
  font-size: 8rem;
  line-height: 1;
  padding: 0.7rem 0.8rem;
  font-weight: bold;
  display: inline-block !important;
}
@media only screen and (max-width: 960px) {
  .overview__listItemTitle .overviewListItem__titleDecorate, .overview__listItemTitle--sp .overviewListItem__titleDecorate, .overview__listItemTitle--pc .overviewListItem__titleDecorate {
    font-size: 3.6rem;
    text-align: center;
    padding-inline: 0.8rem;
  }
}
.overview__listItemTitle .overviewListItem__titleDecorate + .overviewListItem__titleDecorate, .overview__listItemTitle--sp .overviewListItem__titleDecorate + .overviewListItem__titleDecorate, .overview__listItemTitle--pc .overviewListItem__titleDecorate + .overviewListItem__titleDecorate {
  margin-top: 0.7rem;
}

.overviewListItem__titleWrap {
  display: inline-block;
  overflow: hidden;
  transform: translate(-100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.overviewListItem__titleWrap .overviewListItem__titleWrapAnimation {
  display: inline-block;
  transform: translate(100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.overviewListItem__titleWrap.-visible, .overviewListItem__titleWrap.-visible .overviewListItem__titleWrapAnimation {
  transform: translate(0, 0);
}

@media only screen and (max-width: 960px) {
  .overview__listItemTitle--pc {
    display: none;
  }
}

.overview__listItemTitle--sp {
  display: none;
}
@media only screen and (max-width: 960px) {
  .overview__listItemTitle--sp {
    display: flex;
    text-align: center;
  }
}

.overview__listItemList--point2, .overview__listItemList--point1 {
  list-style: none;
  display: grid;
  margin-top: 3.2rem;
}

.overview__listItemList--point1 {
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 960px) {
  .overview__listItemList--point1 {
    grid-template-columns: 1fr;
    row-gap: 0.5rem;
  }
}
.overview__listItemList--point1 li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4.2rem;
}
@media only screen and (max-width: 960px) {
  .overview__listItemList--point1 li {
    flex-direction: row;
    justify-content: flex-start;
    gap: 2rem;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 960px) {
  .overview__listItemList--point1 li img {
    width: 8rem;
    height: auto;
  }
}
.overview__listItemList--point1 li p span {
  background-color: #080707;
  color: #fafafa;
  display: inline-block;
  font-weight: bold;
  font-size: 3.1rem;
  padding: 0.7rem 0.8rem;
  line-height: 1;
}
.overview__listItemList--point1 li p span + br + span {
  margin-top: 0.4rem;
}
@media only screen and (max-width: 960px) {
  .overview__listItemList--point1 li p span {
    font-size: 1.8rem;
    padding-inline: 0.2rem;
  }
}

.overview__listItemList--point2 {
  grid-template-columns: 1fr 5rem 1fr 5rem 1fr;
  align-items: center;
  margin-top: 6rem;
  gap: 2rem;
}
@media only screen and (max-width: 960px) {
  .overview__listItemList--point2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.overview__listItemList--point2 .overview__listItemListWrap {
  border-radius: 1rem;
  overflow: hidden;
  background-color: #fafafa;
  display: inline-block;
  width: 100%;
}
.overview__listItemList--point2 .overview__listItemListWrap .overview__listItemListTitle {
  color: #fafafa;
  background-color: #080707;
  font-weight: bold;
  letter-spacing: 1.2rem;
  font-size: 2.4rem;
  text-align: center;
  padding: 0.8rem;
}
@media only screen and (max-width: 960px) {
  .overview__listItemList--point2 .overview__listItemListWrap .overview__listItemListTitle {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 960px) {
  .overview__listItemList--point2 .overview__listItemListArrow {
    transform: rotate(90deg);
  }
}

.overview__listItemListDetails {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 26.8rem;
  padding-inline: 1.6rem;
}
@media only screen and (max-width: 960px) {
  .overview__listItemListDetails {
    height: auto;
    padding: 2.3rem;
  }
}

.overview__listItemListDetailsTitle {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  color: #080707;
}
@media only screen and (max-width: 960px) {
  .overview__listItemListDetailsTitle {
    font-size: 2.4rem;
  }
}

.overview__listItemListDetailsText {
  margin-top: 2rem;
  padding: 0.4rem 1.6rem;
  line-height: 1.6;
  background: rgba(28, 24, 118, 0.2);
  border-radius: 3rem;
  text-align: center;
  color: #080707;
  font-size: 2rem;
}
@media only screen and (max-width: 960px) {
  .overview__listItemListDetailsText {
    font-size: 1.6rem;
    width: 20rem;
  }
}

.overview__listItemPoint3--2nd, .overview__listItemPoint3--1st {
  background-color: #fafafa;
  border-radius: 1rem;
  margin-left: 10rem;
}

.overview__listItemPoint3--1st {
  padding: 24.5rem 6rem 6rem;
  margin-top: 11.9rem;
  position: relative;
}
@media only screen and (max-width: 960px) {
  .overview__listItemPoint3--1st {
    padding: 4rem 2rem 3.1rem;
    margin-top: 22.5rem;
    margin-left: 0;
  }
}
.overview__listItemPoint3--1st .overview__listItemPoint3Title {
  color: #080707;
  font-size: 4.4rem;
  line-height: 1.5;
  font-weight: bold;
}
@media only screen and (max-width: 960px) {
  .overview__listItemPoint3--1st .overview__listItemPoint3Title {
    font-size: 2.8rem;
  }
}
.overview__listItemPoint3--1st .overview__listItemPoint3Title span {
  color: #DB0101;
  font-size: 5.6rem;
}
@media only screen and (max-width: 960px) {
  .overview__listItemPoint3--1st .overview__listItemPoint3Title span {
    font-size: 2.8rem;
  }
}
.overview__listItemPoint3--1st .overview__listItemPoint3Details {
  font-size: 2rem;
  line-height: 2;
  margin-top: 2.4rem;
  color: #080707;
}
@media only screen and (max-width: 960px) {
  .overview__listItemPoint3--1st .overview__listItemPoint3Details {
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
  }
}
.overview__listItemPoint3--1st .overview__listItemPoint3Note {
  text-align: right;
  font-weight: bold;
  font-size: 3.2rem;
  margin-top: 2.4rem;
}
@media only screen and (max-width: 960px) {
  .overview__listItemPoint3--1st .overview__listItemPoint3Note {
    font-size: 1.4rem;
  }
}
.overview__listItemPoint3--1st .overview__summaryImage {
  position: absolute;
  max-width: 117.9rem;
  height: auto;
  top: -11rem;
  left: -14rem;
}
@media only screen and (max-width: 960px) {
  .overview__listItemPoint3--1st .overview__summaryImage {
    top: -20.6rem;
    left: -4rem;
    width: calc(100% + 7rem);
  }
}
.overview__listItemPoint3--1st .overview__summaryImage .overview__summaryImageWrap {
  background-image: url("../img/overview__summaryBg.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: inline-block;
}
.overview__listItemPoint3--1st .overview__summaryImage .overview__summaryImageWrap span {
  opacity: 0;
}
@media only screen and (max-width: 960px) {
  .overview__listItemPoint3--1st .overview__summaryImage .overview__summaryImageWrap {
    background-image: url("../img/overview__summaryBg_sp.webp");
    max-width: 75rem;
  }
}
.overview__listItemPoint3--1st .overview__summaryImage.-visible .overview__summaryImageWrap span {
  animation: appearance 0.3s forwards cubic-bezier(0.99, 0, 1, 0.99), shake 0.4s ease;
  opacity: 0;
  display: inline-block;
  animation-delay: 0.5s, 0.7s;
}

.overview__summaryBgWrap {
  position: relative;
  width: 100%;
  max-width: 100%;
}

.overview__listItemPoint3--2nd {
  margin-top: 3.2rem;
  padding: 4.2rem 6rem;
  color: #080707;
}
@media only screen and (max-width: 960px) {
  .overview__listItemPoint3--2nd {
    padding: 3.1rem 2rem;
    margin-left: 0;
  }
}
.overview__listItemPoint3--2nd dl {
  display: grid;
}
@media only screen and (max-width: 960px) {
  .overview__listItemPoint3--2nd dl {
    display: block;
  }
}
.overview__listItemPoint3--2nd dl div:first-child {
  border-right: 0.1rem solid #ddd;
  padding-right: 5rem;
  grid-column: 1/3;
}
@media only screen and (max-width: 960px) {
  .overview__listItemPoint3--2nd dl div:first-child {
    border-right: 0;
    border-bottom: 0.1rem solid #ddd;
    padding-right: 0;
    padding-bottom: 3.2rem;
  }
}
.overview__listItemPoint3--2nd dl div:nth-child(2) {
  padding-left: 5rem;
  grid-column: 3/5;
}
@media only screen and (max-width: 960px) {
  .overview__listItemPoint3--2nd dl div:nth-child(2) {
    padding-left: 0;
    padding-top: 3.2rem;
  }
}
.overview__listItemPoint3--2nd dl dt {
  border-bottom: 0.4rem solid #080707;
  padding-bottom: 0.8rem;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1;
}
@media only screen and (max-width: 960px) {
  .overview__listItemPoint3--2nd dl dt {
    font-size: 2rem;
  }
}
.overview__listItemPoint3--2nd dl dt span {
  font-size: 2rem;
  font-weight: normal;
}
@media only screen and (max-width: 960px) {
  .overview__listItemPoint3--2nd dl dt span {
    font-size: 1.4rem;
  }
}
.overview__listItemPoint3--2nd dl dt span span {
  font-size: 1.6rem;
}
@media only screen and (max-width: 960px) {
  .overview__listItemPoint3--2nd dl dt span span {
    font-size: 1.4rem;
  }
}
.overview__listItemPoint3--2nd dl dd {
  padding-top: 3.2rem;
  font-size: 3.2rem;
  font-weight: bold;
}
@media only screen and (max-width: 960px) {
  .overview__listItemPoint3--2nd dl dd {
    font-size: 1.6rem;
    padding-top: 1.2rem;
  }
}

/* 開発秘話 */
.review {
  padding: 16rem 0;
}
@media only screen and (max-width: 960px) {
  .review {
    padding: 5rem 0;
  }
}
@media (min-width: 691px) and (max-width: 1280px) {
  .review {
    padding-inline: 4rem;
  }
}

.reviewWrap {
  max-width: 128rem;
  width: 100%;
  margin-inline: auto;
}
@media only screen and (max-width: 960px) {
  .reviewWrap {
    width: 100%;
  }
}

.review__title {
  font-size: 10rem;
  font-weight: bold;
  line-height: 1.5;
  color: #080707;
  position: relative;
  letter-spacing: 0;
}
@media only screen and (max-width: 960px) {
  .review__title {
    font-size: 4rem;
    padding-inline: 2rem;
    line-height: 1.3;
  }
}

.review__titleSubWrap {
  position: absolute;
  bottom: -2rem;
  left: 78rem;
}
@media only screen and (max-width: 960px) {
  .review__titleSubWrap {
    left: 22rem;
    width: 14.7rem;
    bottom: -0.5rem;
  }
}
.review__titleSubWrap img {
  width: 30.5rem;
  height: auto;
}
@media only screen and (max-width: 960px) {
  .review__titleSubWrap img {
    width: 14.7rem;
  }
}

.reviewContents {
  margin-top: 8rem;
  background-color: #fafafa;
  padding: 8rem;
  position: relative;
}
@media only screen and (max-width: 960px) {
  .reviewContents {
    padding: 4rem 2rem 0;
    margin-top: 4rem;
  }
}

.reviewContentsArrow + .reviewContents {
  margin-top: 0;
}
@media only screen and (max-width: 960px) {
  .reviewContentsArrow + .reviewContents {
    padding-top: 0;
  }
}

.reviewContentsArrow {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 1.8rem 0 1.6rem;
}
@media only screen and (max-width: 960px) {
  .reviewContentsArrow {
    background-color: #fafafa;
    padding: 1.3rem 0;
  }
}
.reviewContentsArrow img {
  width: 3.5rem;
  height: auto;
}

.reviewContents__title {
  font-size: 5.2rem;
  font-weight: bold;
}
@media only screen and (max-width: 960px) {
  .reviewContents__title {
    font-size: 3.2rem;
  }
}

.reviewContents__titleSpan {
  background-color: #DB0101;
  display: inline-block;
  color: #fafafa;
  padding: 0 0.7rem;
}
.reviewContents__titleSpan + br + .reviewContents__titleDecorate {
  margin-top: 0.7rem;
}

.reviewContents__titleWrap {
  display: inline-block;
  overflow: hidden;
  transform: translate(-100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.reviewContents__titleWrap .reviewContents__titleWrapAnimation {
  display: inline-block;
  transform: translate(100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.reviewContents__titleWrap.-visible, .reviewContents__titleWrap.-visible .reviewContents__titleWrapAnimation {
  transform: translate(0, 0);
}
.reviewContents__titleWrap .reviewContents__titleDecorate {
  background-color: #DB0101;
  display: inline-block;
  color: #fafafa;
  padding: 0 0.7rem;
}
.reviewContents__titleWrap .reviewContents__titleDecorate + br + .reviewContents__titleDecorate {
  margin-top: 0.7rem;
}

.reviewList--story {
  margin-top: 6rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, auto);
  row-gap: 5.8rem;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
  list-style: none;
}
@media only screen and (max-width: 960px) {
  .reviewList--story {
    margin-top: 2rem;
    grid-template-columns: 1fr;
    row-gap: 2.4rem;
  }
}

.reviewList--point {
  margin-top: 6rem;
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  align-items: flex-start;
}
@media only screen and (max-width: 960px) {
  .reviewList--point {
    margin-top: 2.4rem;
    flex-direction: column;
    row-gap: 2rem;
  }
}

.reviewListItem--point, .reviewListItem--story {
  border: 0.4rem solid #080707;
  border-radius: 1rem;
  overflow: hidden;
  width: 100%;
}

.reviewListItemWrap:nth-child(1) .reviewListItem--story {
  background-image: url("../img/story__1.webp");
}
@media only screen and (max-width: 960px) {
  .reviewListItemWrap:nth-child(1) .reviewListItem--story {
    background-image: url("../img/story__1_sp.webp");
  }
}

.reviewListItemWrap:nth-child(2) .reviewListItem--story {
  background-image: url("../img/story__2.webp");
}
@media only screen and (max-width: 960px) {
  .reviewListItemWrap:nth-child(2) .reviewListItem--story {
    background-image: url("../img/story__2_sp.webp");
  }
}

.reviewListItemWrap:nth-child(3) .reviewListItem--story {
  background-image: url("../img/story__3.webp");
}
@media only screen and (max-width: 960px) {
  .reviewListItemWrap:nth-child(3) .reviewListItem--story {
    background-image: url("../img/story__3_sp.webp");
  }
}

.reviewListItemWrap:nth-child(4) .reviewListItem--story {
  background-image: url("../img/story__4.webp");
}
@media only screen and (max-width: 960px) {
  .reviewListItemWrap:nth-child(4) .reviewListItem--story {
    background-image: url("../img/story__4_sp.webp");
  }
}

.reviewListItemWrap:nth-child(5) .reviewListItem--story {
  background-image: url("../img/story__5.webp");
}
@media only screen and (max-width: 960px) {
  .reviewListItemWrap:nth-child(5) .reviewListItem--story {
    background-image: url("../img/story__5_sp.webp");
  }
}

.reviewListItemWrap:nth-child(6) .reviewListItem--story {
  background-image: url("../img/story__6.webp");
}
@media only screen and (max-width: 960px) {
  .reviewListItemWrap:nth-child(6) .reviewListItem--story {
    background-image: url("../img/story__6_sp.webp");
  }
}

.reviewListItem--story {
  height: 36rem;
  background-size: cover;
  background-position: center;
  align-items: baseline;
  flex-direction: column;
  justify-content: space-between;
  display: inline-flex;
  position: relative;
}
@media only screen and (max-width: 960px) {
  .reviewListItem--story {
    height: 24rem;
  }
}
.reviewListItem--story::after {
  content: "";
  background-image: url("../img/movie__arrow.webp");
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10.8rem;
  height: 10.8rem;
}
@media only screen and (max-width: 960px) {
  .reviewListItem--story::after {
    width: 6.62rem;
    height: 6.62rem;
  }
}

.reviewListItem--point {
  width: calc(50% - 2rem);
  background-size: 20rem 20rem;
  background-repeat: no-repeat;
  background-position: right 0 top 4.5rem;
}
@media only screen and (max-width: 960px) {
  .reviewListItem--point {
    width: 100%;
    background-size: 13rem 13rem;
    background-position: right 0 top 3.2rem;
  }
}

.reviewListItem--point:nth-child(1) {
  background-image: url("../img/point__1.webp");
}

.reviewListItem--point:nth-child(2) {
  background-image: url("../img/point__2.webp");
}

.reviewListItem--point:nth-child(3) {
  background-image: url("../img/point__3.webp");
}

.reviewListItem--point:nth-child(4) {
  background-image: url("../img/point__4.webp");
}

.reviewListItem--point:nth-child(5) {
  background-image: url("../img/point__5.webp");
}

.reviewListItem--point:nth-child(6) {
  background-image: url("../img/point__6.webp");
}

.reviewListItemText {
  background-color: #080707;
  color: #fafafa;
  font-weight: bold;
  font-size: 2rem;
  border-radius: 0 0 1.2rem 0;
  display: inline-block;
  padding: 0.8rem 2rem;
  line-height: 1;
}
@media only screen and (max-width: 960px) {
  .reviewListItemText {
    width: 100%;
    border-radius: 0;
    text-align: center;
    font-size: 1.4rem;
  }
}

.reviewListItem--story:hover {
  opacity: 0.6;
  cursor: pointer;
}

.reviewListItemWrap:nth-of-type(1) .reviewListItemTextStoryTitle {
  font-size: 4rem;
}
@media only screen and (max-width: 960px) {
  .reviewListItemWrap:nth-of-type(1) .reviewListItemTextStoryTitle {
    font-size: 2.4rem;
  }
}

.reviewListItemWrap:nth-of-type(2) .reviewListItemTextStoryTitle {
  font-size: 5.2rem;
}
@media only screen and (max-width: 960px) {
  .reviewListItemWrap:nth-of-type(2) .reviewListItemTextStoryTitle {
    font-size: 3.2rem;
  }
}

.reviewListItemWrap:nth-of-type(3) .reviewListItemTextStoryTitle {
  font-size: 4rem;
}
@media only screen and (max-width: 960px) {
  .reviewListItemWrap:nth-of-type(3) .reviewListItemTextStoryTitle {
    font-size: 2.4rem;
  }
}

.reviewListItemWrap:nth-of-type(4) .reviewListItemTextStoryTitle {
  font-size: 4rem;
}
@media only screen and (max-width: 960px) {
  .reviewListItemWrap:nth-of-type(4) .reviewListItemTextStoryTitle {
    font-size: 3.2rem;
  }
}

.reviewListItemWrap:nth-of-type(5) .reviewListItemTextStoryTitle {
  font-size: 5.2rem;
}
@media only screen and (max-width: 960px) {
  .reviewListItemWrap:nth-of-type(5) .reviewListItemTextStoryTitle {
    font-size: 3.2rem;
  }
}

.reviewListItemWrap:nth-of-type(6) .reviewListItemTextStoryTitle {
  font-size: 5.2rem;
}
@media only screen and (max-width: 960px) {
  .reviewListItemWrap:nth-of-type(6) .reviewListItemTextStoryTitle {
    font-size: 3.2rem;
  }
}

.reviewListItemTextStoryTitle {
  padding: 2rem 2.4rem;
  color: #fafafa;
  text-shadow: 0.2rem 0.2rem 2rem rgba(0, 0, 0, 0.25);
  line-height: 1.3;
  font-weight: bold;
}
@media only screen and (max-width: 960px) {
  .reviewListItemTextStoryTitle {
    padding: 0 2rem 2rem;
  }
}

.reviewListItemTextStoryName {
  font-size: 1.8rem;
  color: #080707;
  margin-top: 0.8rem;
  line-height: 2;
}
@media only screen and (max-width: 960px) {
  .reviewListItemTextStoryName {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}

.story__image {
  position: absolute;
  right: -36rem;
  bottom: -88.1rem;
  width: 44.1rem;
  height: auto;
}
@media only screen and (max-width: 1440px) {
  .story__image {
    display: none;
  }
}

.reviewContents__text {
  margin-top: 3.2rem;
  font-weight: bold;
  font-size: 3.2rem;
}
@media only screen and (max-width: 960px) {
  .reviewContents__text {
    font-size: 1.8rem;
    margin-top: 2.4rem;
  }
}

.reviewListItemTextPointTitle {
  color: #080707;
  font-weight: bold;
  font-size: 4rem;
  padding: 3.8rem 3.3rem 4.4rem;
}
@media only screen and (max-width: 960px) {
  .reviewListItemTextPointTitle {
    font-size: 2.4rem;
    padding: 3rem 2rem;
  }
}

.reviewListItemTextPoint__accordion {
  display: none;
  padding-inline: 3.4rem;
}
@media only screen and (max-width: 960px) {
  .reviewListItemTextPoint__accordion {
    padding-inline: 2rem;
  }
}

.reviewListItemTextPoint__accordion.open {
  display: block;
}
.reviewListItemTextPoint__accordion.open + .reviewListItemTextPoint__accordionTitle::after {
  transform: rotate(135deg);
  margin-top: 0.6rem;
}

.reviewListItemTextPoint__accordionTitle {
  background-color: #080707;
  color: #fafafa;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.8rem;
  font-weight: bold;
  cursor: pointer;
  font-size: 2rem;
}
.reviewListItemTextPoint__accordionTitle::after {
  content: "";
  width: 0.9rem;
  height: 0.9rem;
  border-left: 0.2rem solid #fff;
  border-bottom: 0.2rem solid #fff;
  transform: rotate(-45deg);
  margin-left: 2rem;
}
@media only screen and (max-width: 960px) {
  .reviewListItemTextPoint__accordionTitle {
    font-size: 1.4rem;
  }
}
.reviewListItemTextPoint__accordionTitle:hover {
  opacity: 0.75;
}

.reviewListItemTextPoint__accordionContents ul {
  list-style: none;
  margin-top: 2rem;
  padding-bottom: 4.8rem;
}
@media only screen and (max-width: 960px) {
  .reviewListItemTextPoint__accordionContents ul {
    padding-bottom: 2rem;
  }
}
.reviewListItemTextPoint__accordionContents ul li {
  background-color: #1C1876;
  color: #fafafa;
  padding: 0.3rem 1.2rem;
  font-size: 1.5rem;
  font-weight: bold;
  display: inline-flex;
}
@media only screen and (max-width: 960px) {
  .reviewListItemTextPoint__accordionContents ul li {
    font-size: 1.4rem;
  }
}
.reviewListItemTextPoint__accordionContents ul li + li {
  margin-top: 1.2rem;
}
.reviewListItemTextPoint__accordionContents ul li::before {
  font-size: 1.4rem;
  position: relative;
  display: inline-block;
  width: 1em;
  height: 0.5em;
  border-bottom: 0.3rem solid #fafafa;
  border-left: 0.3rem solid #fafafa;
  transform: rotate(-45deg);
  content: "";
  margin-right: 0.8rem;
  margin-bottom: 0.4rem;
  margin-top: 0.7rem;
}

.reviewListItemTextPoint__accordionContentsText {
  font-size: 1.8rem;
  color: #080707;
  line-height: 1.7;
  font-weight: bold;
}
@media only screen and (max-width: 960px) {
  .reviewListItemTextPoint__accordionContentsText {
    font-size: 1.4rem;
  }
}

/* 募集要項 */
.guidelines {
  background-color: #080707;
  padding: 8rem;
  color: #080707;
}
@media only screen and (max-width: 960px) {
  .guidelines {
    padding: 5rem 2rem;
  }
}
@media (min-width: 691px) and (max-width: 1280px) {
  .guidelines {
    padding-inline: 4rem;
  }
}

.guidelines__title {
  color: #fafafa;
  font-weight: bold;
  font-size: 10rem;
  position: relative;
}
@media only screen and (max-width: 960px) {
  .guidelines__title {
    font-size: 4rem;
  }
}

.guidelinesWrap {
  max-width: 128rem;
  width: 100%;
  margin-inline: auto;
}

.guidelines__titleSubWrap {
  position: absolute;
  bottom: -2rem;
  left: 30rem;
}
@media only screen and (max-width: 960px) {
  .guidelines__titleSubWrap {
    left: 8.2rem;
    width: 25.3rem;
    bottom: -0.7rem;
  }
}
.guidelines__titleSubWrap img {
  width: 52.7rem;
  height: auto;
}
@media only screen and (max-width: 960px) {
  .guidelines__titleSubWrap img {
    width: 25.7rem;
  }
}

.guidelines__list {
  margin-top: 8rem;
}
@media only screen and (max-width: 960px) {
  .guidelines__list {
    margin-top: 4.4rem;
  }
}

.guidelinesListItem {
  background-color: #fafafa;
  padding: 4rem 4rem 3.3rem 4rem;
  border-radius: 1.2rem;
}
.guidelinesListItem + .guidelinesListItem {
  margin-top: 4rem;
}
@media only screen and (max-width: 960px) {
  .guidelinesListItem + .guidelinesListItem {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 960px) {
  .guidelinesListItem {
    padding: 2rem;
  }
}

.guidelinesListItem__title {
  padding-bottom: 3.2rem;
  font-size: 5.2rem;
  line-height: 1.2;
  font-weight: bold;
  border-bottom: solid 0.1rem #ddd;
}
@media only screen and (max-width: 960px) {
  .guidelinesListItem__title {
    font-size: 2.4rem;
    padding-bottom: 1.2rem;
  }
}

.guidelinesListItem__details {
  margin-top: 2.6rem;
}
@media only screen and (max-width: 960px) {
  .guidelinesListItem__details {
    margin-top: 1.3rem;
  }
}
.guidelinesListItem__details summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 3.2rem;
  font-weight: bold;
  cursor: pointer;
}
.guidelinesListItem__details summary:hover {
  opacity: 0.75;
  cursor: pointer;
}
@media only screen and (max-width: 960px) {
  .guidelinesListItem__details summary {
    font-size: 1.8rem;
  }
  .guidelinesListItem__details summary:hover {
    opacity: 1;
  }
}
.guidelinesListItem__details summary .guidelinesListItem__detailsQuestion {
  margin-right: 0.4rem;
}
.guidelinesListItem__details summary .guidelinesListItem__detailsQuestion img {
  width: 5.4rem;
  height: auto;
}
@media only screen and (max-width: 960px) {
  .guidelinesListItem__details summary .guidelinesListItem__detailsQuestion img {
    width: 2.7rem;
  }
}
.guidelinesListItem__details summary .icon {
  width: 5.6rem;
  height: 5.6rem;
  background-color: #DB0101;
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 960px) {
  .guidelinesListItem__details summary .icon {
    width: 2rem;
    height: 2rem;
  }
}
.guidelinesListItem__details summary .icon::after {
  content: "";
  width: 2.1rem;
  height: 2.1rem;
  border-left: 0.5rem solid #fff;
  border-bottom: 0.5rem solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  bottom: 2rem;
  transition: transform 0.3s ease, bottom 0.3s ease;
}
@media only screen and (max-width: 960px) {
  .guidelinesListItem__details summary .icon::after {
    width: 0.7rem;
    height: 0.7rem;
    bottom: 0.7rem;
    border-left: 0.2rem solid #fff;
    border-bottom: 0.2rem solid #fff;
  }
}
.guidelinesListItem__details[open] summary .icon::after {
  transform: rotate(135deg);
  bottom: 1.4rem;
}
@media only screen and (max-width: 960px) {
  .guidelinesListItem__details[open] summary .icon::after {
    bottom: 0.5rem;
  }
}
.guidelinesListItem__details[open] .guidelinesListItemDetailsTheme,
.guidelinesListItem__details[open] .guidelinesListItemDetailsFlow,
.guidelinesListItem__details[open] .guidelinesListItemDetailsAward,
.guidelinesListItem__details[open] .guidelinesListItemDetailsSubmission {
  max-height: 500rem;
  opacity: 1;
  transition: max-height 0.5s ease, opacity 0.5s ease;
  overflow: visible;
}
.guidelinesListItem__details .guidelinesListItemDetailsTheme,
.guidelinesListItem__details .guidelinesListItemDetailsFlow,
.guidelinesListItem__details .guidelinesListItemDetailsAward,
.guidelinesListItem__details .guidelinesListItemDetailsSubmission {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.5s ease;
}

.guidelinesListItemDetailsTheme {
  margin-top: 0.9rem;
}

.guidelinesListItemDetailsTheme__text {
  font-size: 2rem;
  line-height: 1.2;
}
@media only screen and (max-width: 960px) {
  .guidelinesListItemDetailsTheme__text {
    font-size: 1.2rem;
  }
}

.guidelinesListItemDetailsTheme__list {
  display: flex;
  gap: 1.8rem;
  margin-top: 2.3rem;
}
@media only screen and (max-width: 960px) {
  .guidelinesListItemDetailsTheme__list {
    flex-direction: column;
  }
}

.guidelinesListItemDetailsTheme__listItem {
  flex: 1;
  background: rgba(219, 1, 1, 0.1);
  padding: 2rem 1.2rem;
  list-style: none;
  border-radius: 1rem;
}

.guidelinesListItemDetailsTheme__listItemTitle {
  color: #DB0101;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1;
}
@media only screen and (max-width: 960px) {
  .guidelinesListItemDetailsTheme__listItemTitle {
    text-align: center;
  }
}

.guidelinesListItemDetailsTheme__listItemImage {
  background-color: #DB0101;
  height: 31.8rem;
  margin-top: 1.2rem;
  text-align: center;
  padding: 2rem;
  border-radius: 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: space-around;
  align-items: center;
}
@media only screen and (max-width: 960px) {
  .guidelinesListItemDetailsTheme__listItemImage {
    justify-content: center;
    height: auto;
  }
}
.guidelinesListItemDetailsTheme__listItemImage img {
  width: 20rem;
  height: auto;
}
@media only screen and (max-width: 960px) {
  .guidelinesListItemDetailsTheme__listItemImage img {
    width: 16rem;
  }
}

.guidelinesListItemDetailsTheme__listItemImageText {
  color: #fafafa;
  text-align: center;
  font-size: 2rem;
  line-height: 1.7;
  font-weight: bold;
  min-height: 6.8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 960px) {
  .guidelinesListItemDetailsTheme__listItemImageText {
    font-size: 1.4rem;
    min-height: auto;
  }
}

.guidelinesListItemDetailsTheme__listItemDetails {
  padding: 1.2rem;
  margin-top: 0.5rem;
  background: rgba(241, 241, 241, 0.8);
  list-style: none;
  border-radius: 0.4rem;
}
.guidelinesListItemDetailsTheme__listItemDetails li {
  padding: 1.5rem 2rem;
  border-radius: 1rem;
  background-color: #fafafa;
  text-align: center;
  color: #080707;
  font-size: 2rem;
  line-height: 1.7;
  font-weight: bold;
  min-height: 9.8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 960px) {
  .guidelinesListItemDetailsTheme__listItemDetails li {
    font-size: 1.4rem;
    min-height: 7.8rem;
  }
}
.guidelinesListItemDetailsTheme__listItemDetails li + li {
  margin-top: 0.8rem;
}

.guidelinesListItemDetailsFlow {
  margin-top: 4rem;
}
@media only screen and (max-width: 960px) {
  .guidelinesListItemDetailsFlow {
    margin-top: 1.2rem;
  }
}

.guidelinesListItemDetailsFlow__list {
  list-style: none;
}

.guidelinesListItemDetailsFlowListItem {
  padding-bottom: 4rem;
  border-bottom: #ddd solid 0.1rem;
  text-align: center;
  position: relative;
}
.guidelinesListItemDetailsFlowListItem + .guidelinesListItemDetailsFlowListItem {
  margin-top: 8.6rem;
}
.guidelinesListItemDetailsFlowListItem + .guidelinesListItemDetailsFlowListItem::after {
  content: "";
  background-image: url("../img/arrow_right.webp");
  background-size: cover;
  width: 4.6rem;
  height: 3.8rem;
  transform: rotate(90deg);
  display: inline-block;
  position: absolute;
  top: -8rem;
}
@media only screen and (max-width: 960px) {
  .guidelinesListItemDetailsFlowListItem + .guidelinesListItemDetailsFlowListItem::after {
    background-image: url("../img/arrow_down.webp");
    transform: translateX(-50%);
    left: 50%;
    width: 4.3rem;
    height: 5.4rem;
    top: -6.5rem;
  }
}
@media only screen and (max-width: 960px) {
  .guidelinesListItemDetailsFlowListItem + .guidelinesListItemDetailsFlowListItem {
    margin-top: 7.2rem;
  }
}
.guidelinesListItemDetailsFlowListItem:last-child {
  border-bottom: none;
}
@media only screen and (max-width: 960px) {
  .guidelinesListItemDetailsFlowListItem {
    padding-bottom: 0;
    border-bottom: none;
  }
}

.guidelinesListItemDetailsFlowListItem__text {
  text-align: center;
  padding: 1.2rem;
  background-color: #DB0101;
  color: #fafafa;
  font-size: 3.2rem;
  border-radius: 1rem;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: 0.24em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 960px) {
  .guidelinesListItemDetailsFlowListItem__text {
    font-size: 2.4rem;
    flex-direction: column;
  }
}
.guidelinesListItemDetailsFlowListItem__text span {
  font-size: 1.6rem;
  letter-spacing: 0.24em;
}
@media only screen and (max-width: 960px) {
  .guidelinesListItemDetailsFlowListItem__text span {
    font-size: 1.4rem;
    margin-top: 1rem;
    line-height: 1.4;
  }
}

.guidelinesListItemDetailsFlowListItem__box--4, .guidelinesListItemDetailsFlowListItem__box--2, .guidelinesListItemDetailsFlowListItem__box--1,
.guidelinesListItemDetailsFlowListItem__box--3 {
  list-style-type: none;
  margin-top: 2rem;
  display: grid;
  gap: 2.3rem;
}
@media only screen and (max-width: 960px) {
  .guidelinesListItemDetailsFlowListItem__box--4, .guidelinesListItemDetailsFlowListItem__box--2, .guidelinesListItemDetailsFlowListItem__box--1,
  .guidelinesListItemDetailsFlowListItem__box--3 {
    gap: 1.2rem;
  }
}

.guidelinesListItemDetailsFlowListItem__box--1,
.guidelinesListItemDetailsFlowListItem__box--3 {
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 960px) {
  .guidelinesListItemDetailsFlowListItem__box--1,
  .guidelinesListItemDetailsFlowListItem__box--3 {
    grid-template-columns: 1fr;
  }
}

.guidelinesListItemDetailsFlowListItem__box--2 {
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 960px) {
  .guidelinesListItemDetailsFlowListItem__box--2 {
    grid-template-columns: 1fr;
  }
}

.guidelinesListItemDetailsFlowListItem__box--4 {
  grid-template-columns: 2fr 1fr;
}
.guidelinesListItemDetailsFlowListItem__box--4 img {
  width: 100%;
}
@media only screen and (max-width: 960px) {
  .guidelinesListItemDetailsFlowListItem__box--4 {
    grid-template-columns: 1fr;
  }
}

.guidelinesListItemDetailsFlowListItem__boxItem {
  border-radius: 1rem;
  background-color: #F1F1F1;
  padding: 2.4rem;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
}
@media only screen and (max-width: 960px) {
  .guidelinesListItemDetailsFlowListItem__boxItem {
    display: block;
  }
}

.guidelinesListItemDetailsFlowListItem__boxItemText {
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: bold;
  color: #080707;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .guidelinesListItemDetailsFlowListItem__boxItemText {
    font-size: 2rem;
  }
}

.guidelinesListItemDetailsFlowListItem__boxItemDetails--3target, .guidelinesListItemDetailsFlowListItem__boxItemDetails--1target,
.guidelinesListItemDetailsFlowListItem__boxItemDetails--2target {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fafafa;
  padding: 1.8rem;
  border-radius: 1rem;
  margin-top: 1.2rem;
  gap: 1rem;
  line-height: 1.8;
  font-size: 1.6rem;
}
@media only screen and (max-width: 960px) {
  .guidelinesListItemDetailsFlowListItem__boxItemDetails--3target, .guidelinesListItemDetailsFlowListItem__boxItemDetails--1target,
  .guidelinesListItemDetailsFlowListItem__boxItemDetails--2target {
    padding-inline: 3.1rem;
  }
}

.guidelinesListItemDetailsFlowListItem__boxItemDetails--1target,
.guidelinesListItemDetailsFlowListItem__boxItemDetails--2target {
  min-height: 32rem;
  padding-top: 2rem;
}
.guidelinesListItemDetailsFlowListItem__boxItemDetails--1target img,
.guidelinesListItemDetailsFlowListItem__boxItemDetails--2target img {
  max-width: 33.7rem;
  height: auto;
  width: 100%;
}
@media only screen and (max-width: 960px) {
  .guidelinesListItemDetailsFlowListItem__boxItemDetails--1target,
  .guidelinesListItemDetailsFlowListItem__boxItemDetails--2target {
    min-height: auto;
    padding-inline: 1.5rem;
  }
}

.guidelinesListItemDetailsFlowListItem__boxItemDetails--3target img {
  max-width: 33.7rem;
  height: auto;
  width: 100%;
}
.guidelinesListItemDetailsFlowListItem__boxItemDetails--3target dl {
  text-align: left;
}
@media only screen and (max-width: 960px) {
  .guidelinesListItemDetailsFlowListItem__boxItemDetails--3target dl {
    font-size: 1.2rem;
    line-height: 1.8;
  }
}
.guidelinesListItemDetailsFlowListItem__boxItemDetails--3target dt {
  margin-top: 1.2rem;
  font-weight: bold;
}
.guidelinesListItemDetailsFlowListItem__boxItemDetails--3target dd {
  margin-top: 0.4rem;
}
.guidelinesListItemDetailsFlowListItem__boxItemDetails--3target dd ul {
  list-style: disc inside;
}

.guidelinesListItemDetailsFlowListItem__boxItemDetailsLargeText {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  color: #080707;
}
@media only screen and (max-width: 960px) {
  .guidelinesListItemDetailsFlowListItem__boxItemDetailsLargeText {
    font-size: 2.4rem;
  }
}
.guidelinesListItemDetailsFlowListItem__boxItemDetailsLargeText span {
  font-size: 1.8rem;
  font-weight: normal;
}
@media only screen and (max-width: 960px) {
  .guidelinesListItemDetailsFlowListItem__boxItemDetailsLargeText span {
    font-size: 1.2rem;
  }
}

.guidelinesListItemDetailsFlowListItem__boxItemJudge {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
}

.guidelinesListItemDetailsFlowListItem__boxItemJudgeText {
  display: flex;
  background-color: #fafafa;
  padding: 1.8rem 12rem;
  border-radius: 1rem;
  margin-top: 1.2rem;
  font-size: 1.8rem;
  align-items: center;
}
@media only screen and (max-width: 1430px) {
  .guidelinesListItemDetailsFlowListItem__boxItemJudgeText {
    padding: 1.8rem 3rem;
    justify-content: center;
  }
}
@media only screen and (max-width: 1070px) {
  .guidelinesListItemDetailsFlowListItem__boxItemJudgeText {
    flex-direction: column;
    justify-content: center;
    padding: 1.2rem;
    gap: 0.4rem;
  }
}
@media only screen and (max-width: 960px) {
  .guidelinesListItemDetailsFlowListItem__boxItemJudgeText {
    font-size: 1.4rem;
  }
}

.guidelinesListItemDetailsFlowListItem__boxItemJudgeTextPoint {
  background-color: #080707;
  border-radius: 5rem;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fafafa;
  padding-inline: 2rem;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 1.1rem;
}
@media only screen and (max-width: 960px) {
  .guidelinesListItemDetailsFlowListItem__boxItemJudgeTextPoint {
    font-size: 1.2rem;
  }
}

.guidelinesListItemDetailsFlowListItem__boxItemDetailsMediumText {
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .guidelinesListItemDetailsFlowListItem__boxItemDetailsMediumText {
    font-size: 1.8rem;
  }
}

.guidelinesListItemDetailsFlowListItem__boxItemDetailsText--2,
.guidelinesListItemDetailsFlowListItem__boxItemDetailsText--3, .guidelinesListItemDetailsFlowListItem__boxItemDetailsList--2 {
  font-size: 1.6rem;
  line-height: 1.8;
}

.guidelinesListItemDetailsFlowListItem__boxItemDetailsList--2 {
  list-style: disc inside;
}

.guidelinesListItemDetailsFlowListItem__boxItemDetailsList--2 {
  margin-top: 1.2rem;
  text-align: left;
}
@media only screen and (max-width: 960px) {
  .guidelinesListItemDetailsFlowListItem__boxItemDetailsList--2 {
    font-size: 1.2rem;
  }
}

.guidelinesListItemDetailsFlowListItem__boxItemDetailsText--2,
.guidelinesListItemDetailsFlowListItem__boxItemDetailsText--3 {
  margin-top: 1rem;
}
@media only screen and (max-width: 960px) {
  .guidelinesListItemDetailsFlowListItem__boxItemDetailsText--2,
  .guidelinesListItemDetailsFlowListItem__boxItemDetailsText--3 {
    font-size: 1.2rem;
    margin-top: 0;
  }
}

.guidelinesListItemDetailsFlowListItem__final {
  font-size: 3.2rem;
  line-height: 1.8;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .guidelinesListItemDetailsFlowListItem__final {
    font-size: 2rem;
  }
}

.guidelinesListItemDetailsFlowListItem__boxFinal--2nd, .guidelinesListItemDetailsFlowListItem__boxFinal--1st {
  padding: 3rem;
  border-radius: 1rem;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 960px) {
  .guidelinesListItemDetailsFlowListItem__boxFinal--2nd, .guidelinesListItemDetailsFlowListItem__boxFinal--1st {
    height: 10rem;
  }
}

.guidelinesListItemDetailsFlowListItem__boxFinal--1st {
  background-color: #DB0101;
}
.guidelinesListItemDetailsFlowListItem__boxFinal--1st img {
  width: 27.4rem;
  height: auto;
}
@media only screen and (max-width: 960px) {
  .guidelinesListItemDetailsFlowListItem__boxFinal--1st img {
    width: 100%;
    max-width: 23.1rem;
  }
}

.guidelinesListItemDetailsFlowListItem__boxFinal--2nd {
  background-color: #1C1876;
}
.guidelinesListItemDetailsFlowListItem__boxFinal--2nd img {
  width: 22.6rem;
  height: auto;
}
@media only screen and (max-width: 960px) {
  .guidelinesListItemDetailsFlowListItem__boxFinal--2nd img {
    width: 17.3rem;
  }
}

.guidelinesListItemDetailsFlowListItem__boxFinalText {
  color: #fafafa;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
@media only screen and (max-width: 960px) {
  .guidelinesListItemDetailsFlowListItem__boxFinalText {
    font-size: 2.4rem;
  }
}

.guidelinesListItemDetailsFlowListItem__boxFinalTextSub {
  font-size: 2.4rem;
}
@media only screen and (max-width: 960px) {
  .guidelinesListItemDetailsFlowListItem__boxFinalTextSub {
    font-size: 1.6rem;
  }
}

.guidelinesListItemDetailsFlowListItem__boxFinalTextDetail {
  font-size: 1.6rem;
}
@media only screen and (max-width: 960px) {
  .guidelinesListItemDetailsFlowListItem__boxFinalTextDetail {
    font-size: 1.2rem;
  }
}

.guidelinesListItemDetailsAward {
  margin-top: 4rem;
}
@media only screen and (max-width: 960px) {
  .guidelinesListItemDetailsAward {
    margin-top: 1.2rem;
  }
}

.guidelinesListItemDetailsAward__summary {
  font-size: 5.2rem;
  font-weight: bold;
  line-height: 1.2;
  display: flex;
}
@media only screen and (max-width: 960px) {
  .guidelinesListItemDetailsAward__summary {
    font-size: 2.4rem;
  }
}

.guidelinesListItemDetailsAward__summaryIcon img,
.guidelinesListItemDetailsSubmission__answerTextIcon img {
  width: 6.3rem;
  height: auto;
}
@media only screen and (max-width: 960px) {
  .guidelinesListItemDetailsAward__summaryIcon img,
  .guidelinesListItemDetailsSubmission__answerTextIcon img {
    width: 3.4rem;
  }
}

.guidelinesListItemDetailsAward__details {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 3.1rem;
  margin-top: 2.9rem;
}
@media only screen and (max-width: 960px) {
  .guidelinesListItemDetailsAward__details {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.guidelinesListItemDetailsAward__detailsBubble {
  color: #fafafa;
  background-color: #DB0101;
  border-radius: 1rem;
  padding: 4rem 3.6rem;
  position: relative;
}
.guidelinesListItemDetailsAward__detailsBubble:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -4.2rem;
  left: 2.4rem;
  border: 2.3rem solid transparent;
  border-bottom: 3.4rem solid #DB0101;
}
@media only screen and (max-width: 960px) {
  .guidelinesListItemDetailsAward__detailsBubble:after {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 960px) {
  .guidelinesListItemDetailsAward__detailsBubble {
    padding: 2rem;
  }
}

.guidelinesListItemDetailsAward__detailsBubbleTitle {
  font-size: 3.2rem;
  line-height: 1.6;
  font-weight: bold;
}
@media only screen and (max-width: 960px) {
  .guidelinesListItemDetailsAward__detailsBubbleTitle {
    font-size: 2rem;
    text-align: center;
  }
}

.guidelinesListItemDetailsAward__detailsBubbleText {
  font-weight: bold;
  line-height: 2;
  font-size: 1.8rem;
  margin-top: 1.2rem;
}
@media only screen and (max-width: 960px) {
  .guidelinesListItemDetailsAward__detailsBubbleText {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

.guidelinesListItemDetailsAward__prize ul {
  list-style-type: none;
  border-top: #ddd solid 0.1rem;
  padding: 2.4rem 0;
  margin-top: 1.7rem;
  display: flex;
}
.guidelinesListItemDetailsAward__prize ul li {
  display: flex;
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.guidelinesListItemDetailsAward__prize ul li:first-child {
  border-right: #ddd solid 0.1rem;
}
.guidelinesListItemDetailsAward__prize ul li p {
  font-size: 2.4rem;
  font-weight: bold;
}
@media only screen and (max-width: 960px) {
  .guidelinesListItemDetailsAward__prize ul li p {
    font-size: 1.6rem;
  }
}
.guidelinesListItemDetailsAward__prize ul li img {
  width: 10rem;
  height: auto;
  margin-top: 1.2rem;
}
@media only screen and (max-width: 960px) {
  .guidelinesListItemDetailsAward__prize ul li img {
    margin-top: 0;
  }
}

.guidelinesListItemDetailsAward__prizeTitle {
  font-size: 3.2rem;
  font-weight: bold;
}
@media only screen and (max-width: 960px) {
  .guidelinesListItemDetailsAward__prizeTitle {
    font-size: 2rem;
    text-align: center;
  }
}

.guidelinesListItemDetailsSubmission {
  margin-top: 4rem;
}
@media only screen and (max-width: 960px) {
  .guidelinesListItemDetailsSubmission {
    margin-top: 1.2rem;
  }
}

.guidelinesListItemDetailsSubmission__answer {
  display: flex;
  gap: 8rem;
}
@media only screen and (max-width: 1300px) {
  .guidelinesListItemDetailsSubmission__answer {
    gap: 2rem;
  }
}
@media only screen and (max-width: 1230px) {
  .guidelinesListItemDetailsSubmission__answer {
    flex-direction: column;
    gap: 1.2rem;
  }
}

.guidelinesListItemDetailsSubmission__answerText {
  font-weight: bold;
  font-size: 5.2rem;
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 960px) {
  .guidelinesListItemDetailsSubmission__answerText {
    font-size: 2.4rem;
  }
}

.guidelinesListItemDetailsSubmission__answerTextSub {
  font-size: 3.2rem;
}
@media only screen and (max-width: 960px) {
  .guidelinesListItemDetailsSubmission__answerTextSub {
    font-size: 1.4rem;
  }
}

.guidelinesListItemDetailsSubmission__answerButton {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
  align-items: center;
}

.guidelinesListItemDetailsSubmission__answerButtonText {
  color: #DB0101;
  font-size: 1.6rem;
  font-weight: bold;
}

.guidelinesListItemDetailsSubmission__answerButtonDetails {
  color: #fafafa;
  background-color: #DB0101;
  padding: 1.2rem 8rem;
  font-size: 2.4rem;
  text-decoration: none;
  font-weight: bold;
  border-radius: 0.4rem;
}
@media only screen and (max-width: 960px) {
  .guidelinesListItemDetailsSubmission__answerButtonDetails {
    padding: 1.2rem;
    width: 100%;
    text-align: center;
  }
}

.guidelinesListItemDetailsSubmission__example {
  padding: 4rem 0 6rem;
  text-align: center;
  border-radius: 1rem;
  margin-top: 4rem;
}
@media only screen and (max-width: 960px) {
  .guidelinesListItemDetailsSubmission__example {
    padding: 2rem 0;
  }
}
.guidelinesListItemDetailsSubmission__example ul {
  margin-top: 2rem;
  list-style: none;
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(6, 44rem);
  padding-inline: 8rem;
  transition: transform 0.3s ease;
}
.guidelinesListItemDetailsSubmission__example ul li img {
  width: 44rem;
  height: auto;
  background-color: #fafafa;
}
@media only screen and (max-width: 960px) {
  .guidelinesListItemDetailsSubmission__example ul {
    grid-template-columns: repeat(6, 22rem);
    padding-inline: 2rem;
  }
}

.guidelinesListItemDetailsSubmission__exampleTitle {
  font-weight: bold;
  color: #080707;
  font-size: 3.2rem;
  line-height: 1.8;
  margin-inline: 8rem;
}
@media only screen and (max-width: 960px) {
  .guidelinesListItemDetailsSubmission__exampleTitle {
    font-size: 2rem;
    margin-inline: 2rem;
  }
}

.guidelinesListItemDetailsSubmission__exampleWrapIcon {
  position: relative;
}

.guidelinesListItemDetailsSubmission__exampleWrap {
  overflow: auto scroll;
  scroll-snap-type: x mandatory;
}

.guidelinesListItemDetailsSubmission__exampleIconWrap--left, .guidelinesListItemDetailsSubmission__exampleIconWrap--right {
  position: absolute;
  top: 50%;
  transform: translateY(50%);
}

.guidelinesListItemDetailsSubmission__exampleIconWrap--left .guidelinesListItemDetailsSubmission__exampleIcon, .guidelinesListItemDetailsSubmission__exampleIconWrap--right .guidelinesListItemDetailsSubmission__exampleIcon {
  width: 5.6rem;
  height: 5.6rem;
  background-color: #DB0101;
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 960px) {
  .guidelinesListItemDetailsSubmission__exampleIconWrap--left .guidelinesListItemDetailsSubmission__exampleIcon, .guidelinesListItemDetailsSubmission__exampleIconWrap--right .guidelinesListItemDetailsSubmission__exampleIcon {
    width: 2rem;
    height: 2rem;
  }
}
.guidelinesListItemDetailsSubmission__exampleIconWrap--left .guidelinesListItemDetailsSubmission__exampleIcon::after, .guidelinesListItemDetailsSubmission__exampleIconWrap--right .guidelinesListItemDetailsSubmission__exampleIcon::after {
  content: "";
  width: 2.1rem;
  height: 2.1rem;
  border-left: 0.5rem solid #fff;
  border-bottom: 0.5rem solid #fff;
  position: absolute;
  bottom: 1.8rem;
  left: 1.4rem;
}
@media only screen and (max-width: 960px) {
  .guidelinesListItemDetailsSubmission__exampleIconWrap--left .guidelinesListItemDetailsSubmission__exampleIcon::after, .guidelinesListItemDetailsSubmission__exampleIconWrap--right .guidelinesListItemDetailsSubmission__exampleIcon::after {
    width: 0.7rem;
    height: 0.7rem;
    bottom: 0.7rem;
    border-left: 0.2rem solid #fff;
    border-bottom: 0.2rem solid #fff;
    left: 0.6rem;
  }
}

.guidelinesListItemDetailsSubmission__exampleIconWrap--right {
  right: 2.7rem;
}
.guidelinesListItemDetailsSubmission__exampleIconWrap--right .guidelinesListItemDetailsSubmission__exampleIcon::after {
  transform: rotate(-135deg);
}

.guidelinesListItemDetailsSubmission__exampleIconWrap--left {
  left: 2.7rem;
}
.guidelinesListItemDetailsSubmission__exampleIconWrap--left .guidelinesListItemDetailsSubmission__exampleIcon::after {
  transform: rotate(45deg);
  left: 1.8rem;
}
@media only screen and (max-width: 960px) {
  .guidelinesListItemDetailsSubmission__exampleIconWrap--left .guidelinesListItemDetailsSubmission__exampleIcon::after {
    left: 0.8rem;
  }
}

/* フォーム */
.form {
  background-color: #fff;
}

.form__bgWrap {
  padding: 8rem;
  position: relative;
  max-width: 144rem;
  margin-inline: auto;
}
@media only screen and (max-width: 960px) {
  .form__bgWrap {
    width: 100%;
    padding: 5rem 2rem;
  }
}
@media (min-width: 691px) and (max-width: 1280px) {
  .form__bgWrap {
    padding-inline: 4rem;
  }
}

.form__image {
  position: absolute;
  top: -8rem;
  right: -40rem;
  max-width: 129.1rem;
  width: 100%;
  height: auto;
  z-index: 3;
}
@media only screen and (max-width: 960px) {
  .form__image {
    top: 15rem;
    right: -39rem;
    z-index: 0;
    width: 64.1rem;
  }
}
@media only screen and (min-width: 541px) and (max-width: 960px) {
  .form__image {
    top: 2%;
    right: -10%;
  }
}

.form__wrap {
  max-width: 128rem;
  width: 100%;
  margin-inline: auto;
  width: 100%;
  line-height: 1.4;
}

.form__title {
  font-size: 5.2rem;
  font-weight: bold;
  z-index: 2;
  position: relative;
}
@media only screen and (max-width: 960px) {
  .form__title {
    font-size: 3.2rem;
  }
}

.form__titleWrap {
  display: inline-block;
  overflow: hidden;
  transform: translate(-100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.form__titleWrap .form__titleWrapAnimation {
  display: inline-block;
  transform: translate(100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.form__titleWrap.-visible, .form__titleWrap.-visible .form__titleWrapAnimation {
  transform: translate(0, 0);
}
.form__titleWrap .form__titleDecorate {
  background-color: #080707;
  display: inline-block;
  color: #fafafa;
  padding: 0.4rem 0.7rem;
}
.form__titleWrap .form__titleDecorate + br + .form__titleDecorate {
  margin-top: 0.7rem;
}

.formContents {
  padding: 6rem 8rem;
  margin-top: 8rem;
  z-index: 2;
  position: relative;
}
@media only screen and (max-width: 960px) {
  .formContents {
    margin-top: 4rem;
    padding: 5rem 2rem;
  }
}

.formContents__title {
  font-size: 3.2rem;
  font-weight: bold;
}

.formContentsWrap {
  margin-top: 4rem;
}
@media only screen and (max-width: 960px) {
  .formContentsWrap {
    margin-top: 3.2rem;
  }
}

.formContents__list {
  display: flex;
  flex-direction: column;
}
.formContents__list + .formContents__list {
  margin-top: 2rem;
}
.formContents__list input[type=text],
.formContents__list input[type=email],
.formContents__list input[type=tel] {
  border: 0.2rem solid rgb(221, 221, 221);
  background-color: #fafafa;
  border-radius: 0.8rem;
  height: 5.2rem;
  width: 100%;
  padding: 0.8rem 2.4rem;
  font-size: 1.6rem;
}
.formContents__list .formContents__listUploadCompleteText {
  color: rgb(5, 150, 105);
}
.formContents__list .formContents__listFile:has(input.error) {
  border: 0.2rem dashed #DB0101;
  background-color: #ffecec;
  border-radius: 0.6rem;
}
.formContents__list .formContents__listFile {
  border: 0.2rem dotted rgb(221, 221, 221);
  background-color: #fafafa;
  border-radius: 0.8rem;
  width: 100%;
  padding: 4rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
}
.formContents__list .formContents__listFile img {
  width: 6.8rem;
  height: auto;
}
.formContents__list .formContents__listFile .formContents__listFileButtonWrap {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
@media only screen and (max-width: 960px) {
  .formContents__list .formContents__listFile .formContents__listFileButtonWrap {
    flex-direction: column;
    gap: 0;
  }
}
.formContents__list .formContents__listFile .formContents__listFileButton {
  padding-inline: 1.2rem;
  line-height: 2;
  font-size: 1.4rem;
  color: #080707;
  border: solid 0.1rem #c1c1c1;
  border-radius: 0.4rem;
  background-color: #e2e2e2;
  cursor: pointer;
}
.formContents__list .formContents__listFile .formContents__listFileButtonText {
  font-size: 1.6rem;
}
@media only screen and (max-width: 960px) {
  .formContents__list .formContents__listFile .formContents__listFileButtonText {
    margin-top: 1.2rem;
  }
}
.formContents__list .formContents__listFile .formContents__listFileButtonInput {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.formContents__list input[type=radio] {
  display: flex;
  align-items: center;
  width: 1.8rem;
  height: 1.8rem;
  border: 0.1rem solid #ccc;
  background-color: #fafafa;
  border-radius: 50%;
  display: inline-block;
  position: relative;
}
.formContents__list input[type=radio]:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 1rem;
  background-color: #080707;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.formContents__list textarea {
  border: 0.2rem solid rgb(221, 221, 221);
  background-color: #fafafa;
  border-radius: 0.8rem;
  height: 16rem;
  width: 100%;
  padding: 0.8rem 2.4rem;
  display: inline-block;
  font-size: 1.6rem;
}
.formContents__list .formContents__listSelect {
  position: relative;
  display: inline-block;
  width: 100%;
}
.formContents__list .formContents__listSelect select {
  color: #a3a3a3;
  height: 5.2rem;
  padding: 0.8rem 2.4rem;
  border: 0.2rem solid rgb(221, 221, 221);
  background-color: #fafafa;
  border-radius: 0.8rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  font-size: 1.6rem;
}
.formContents__list .formContents__listSelect:after {
  content: "";
  display: inline-block;
  width: 1.1rem;
  height: 1.1rem;
  border-right: 0.2rem solid #a3a3a3;
  border-bottom: 0.2rem solid #a3a3a3;
  transform: rotate(45deg);
  margin: 0.5rem;
  top: 1.3rem;
  right: 1.6rem;
  position: absolute;
}
.formContents__list .formContents__listSelect + .formContents__listSelect {
  margin-top: 1.2rem;
}
.formContents__list .formContents__listInput {
  border: 0.2rem solid rgb(221, 221, 221);
  background-color: #fafafa;
  border-radius: 0.8rem;
  height: 5.2rem;
  width: 100%;
  padding: 0.8rem 2.4rem;
  font-size: 1.6rem;
  line-height: 1.8;
}

.formContents__listLabel {
  font-size: 1.8rem;
  margin-bottom: 0.4rem;
  display: flex;
  align-items: center;
}

.formContents__listLabel select {
  font-size: 1.4rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 2.2em;
  margin: 0.8rem 0;
  padding: 0.4em 0.8em 0.4em 0.8em;
  border-radius: 0.3rem;
  border: 1px solid #000;
  background-color: #f4f4f4;
  cursor: pointer;
}

.formContentsLabel--required, .formContentsLabel--optional {
  margin-left: 1.2rem;
  padding-inline: 1.2rem;
  font-size: 1.4rem;
  line-height: 2;
  border-radius: 0.4rem;
  display: inline-block;
}

.formContentsLabel--optional {
  background-color: #d3d3d3;
  color: #080707;
}

.formContentsLabel--required {
  background-color: #DB0101;
  color: #fafafa;
}

.formContents__buttonWrap {
  text-align: center;
}

.formContents__button {
  margin-top: 4rem;
  color: #fafafa;
  background-color: #DB0101;
  font-weight: bold;
  font-size: 1.6rem;
  padding: 1.2rem;
  width: 100%;
  border-radius: 0.4rem;
}

.formContents__button:disabled {
  background-color: #d3d3d3;
  cursor: not-allowed;
}

.formContents__errorMsg {
  color: #DB0101;
}

.formContents__list input[type=text].error {
  border-color: #DB0101;
}

.formContents__list input[type=email].error {
  border-color: #DB0101 !important;
}

.formContents__buttonText {
  text-align: center;
  margin-top: 0.3rem;
  font-size: 1.6rem;
  color: rgba(8, 7, 7, 0.5);
  line-height: 2;
}
@media only screen and (max-width: 960px) {
  .formContents__buttonText {
    font-size: 1.4rem;
  }
}

.formContents__listText {
  margin-bottom: 0.4rem;
  font-size: 1.6rem;
  color: rgba(8, 7, 7, 0.5);
  line-height: 2;
}
@media only screen and (max-width: 960px) {
  .formContents__listText {
    font-size: 1.2rem;
  }
}

.formContents__radioGroup {
  margin-top: 0.8rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.formContents__radioGroup label {
  font-size: 1.6rem;
}

.formContents__term {
  margin-top: 2rem;
  color: #080707;
}
.formContents__term label {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.8rem;
  cursor: pointer;
}
@media only screen and (max-width: 960px) {
  .formContents__term label {
    font-size: 1.6rem;
  }
}
.formContents__term label input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.formContents__term label .formContents__termIcon {
  max-width: 3.2rem;
  min-width: 3.2rem;
  max-height: 3.2rem;
  min-height: 3.2rem;
  border: 0.2rem solid #ddd;
  border-radius: 0.4rem;
  background-color: #fff;
  position: relative;
}
.formContents__term label input[type=checkbox]:checked + .formContents__termIcon {
  background-color: #080707;
}
.formContents__term label input[type=checkbox]:checked + .formContents__termIcon::after {
  content: "";
  position: absolute;
  top: 0.4rem;
  left: 1rem;
  width: 0.8rem;
  height: 1.6rem;
  border: solid #fafafa;
  border-width: 0 0.2rem 0.2rem 0;
  transform: rotate(45deg);
}
.formContents__term a {
  display: inline-flex;
}
.formContents__term a:after {
  background-image: url("../img/form_icon_1.webp");
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  background-size: 1.4rem 1.4rem;
  background-repeat: no-repeat;
  background-position: center;
}

#charCount {
  text-align: right;
  margin-top: 0.4rem;
  font-size: 1.8rem;
  color: rgba(8, 7, 7, 0.5);
  line-height: 2;
}
@media only screen and (max-width: 960px) {
  #charCount {
    font-size: 1.6rem;
  }
}

/* ニュース */
.news {
  background: rgba(241, 241, 241, 0.8);
  padding: 8rem 8rem 30rem 8rem;
  position: relative;
}
@media only screen and (max-width: 960px) {
  .news {
    padding: 5rem 2rem 10rem 2rem;
  }
}
@media (min-width: 691px) and (max-width: 1280px) {
  .news {
    padding-inline: 4rem;
  }
}

.news__wrap {
  background-color: #fafafa;
  padding: 8rem 11.1rem;
  max-width: 128rem;
  width: 100%;
  margin-inline: auto;
}
@media only screen and (max-width: 960px) {
  .news__wrap {
    padding: 4rem 2rem;
  }
}

.news__title {
  font-size: 10rem;
  font-weight: bold;
  line-height: 1.5;
  color: #080707;
  position: relative;
}
@media only screen and (max-width: 960px) {
  .news__title {
    font-size: 4rem;
  }
}

.news__titleSubWrap {
  position: absolute;
  bottom: -2rem;
  left: 33rem;
}
@media only screen and (max-width: 960px) {
  .news__titleSubWrap {
    left: 9.9rem;
    width: 14.7rem;
    bottom: -1.1rem;
  }
}
.news__titleSubWrap img {
  width: 35.6rem;
  height: auto;
}
@media only screen and (max-width: 960px) {
  .news__titleSubWrap img {
    width: 17.1rem;
  }
}

.news__text span {
  background-color: #fafafa;
  color: #080707;
  display: inline-block;
  font-weight: bold;
  font-size: 5.2rem;
  padding: 0.7rem 0.8rem;
  line-height: 1;
  margin-top: 4rem;
}
.news__text span + br + span {
  margin-top: 0.7rem;
}
@media only screen and (max-width: 960px) {
  .news__text span {
    margin-top: 2rem;
    font-size: 3.2rem;
  }
}

.news__image {
  min-width: 200rem;
  max-width: 200rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  height: auto;
  bottom: 0;
}
@media only screen and (max-width: 960px) {
  .news__image {
    min-width: 54rem;
    max-width: 54rem;
  }
}
@media only screen and (min-width: 541px) and (max-width: 960px) {
  .news__image {
    min-width: 100%;
    max-width: 100%;
  }
}

.news__titleSub {
  margin-top: 1.125rem;
  font-size: 2rem;
  letter-spacing: 0.2rem;
  display: inline-block;
  font-weight: bold;
}

.news__list {
  margin-top: 8rem;
  list-style: none;
  z-index: 1;
  position: relative;
}
@media only screen and (max-width: 960px) {
  .news__list {
    margin-top: 2rem;
  }
}

.news__listItem {
  padding: 2rem;
  border-bottom: solid 0.1rem #ddd;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 2;
  color: #080707;
}
.news__listItem:hover {
  opacity: 0.75;
}
@media only screen and (max-width: 960px) {
  .news__listItem {
    padding: 0.8rem;
  }
}
.news__listItem a {
  display: flex;
  text-decoration: none;
}
@media only screen and (max-width: 960px) {
  .news__listItem a {
    flex-direction: column;
  }
}

.news__listItemDate {
  margin-right: 2rem;
}
@media only screen and (max-width: 960px) {
  .news__listItemDate {
    margin-right: 0;
  }
}

.news__button {
  text-align: center;
  z-index: 1;
  position: relative;
}

.news__buttonText {
  margin-top: 8rem;
  padding: 1.2rem 8rem;
  border-radius: 0.4rem;
  background-color: #080707;
  color: #fafafa;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.03em;
  display: inline-block;
  text-decoration: none;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .news__buttonText {
    margin-top: 2rem;
    line-height: 1.5;
    padding-inline: 3rem;
    width: 100%;
  }
}
.news__buttonText:hover {
  opacity: 0.75;
}

/* 動画 */
.movieContentsWrap {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.movieContentsWrap .close {
  position: relative;
  width: 3.8rem;
  height: 3.8rem;
  cursor: pointer;
  display: inline-block;
}
@media only screen and (max-width: 960px) {
  .movieContentsWrap .close {
    margin-right: 0;
    width: 2rem;
    height: 2rem;
  }
}
.movieContentsWrap .close::before, .movieContentsWrap .close::after {
  content: "";
  position: absolute;
  right: 50%;
  top: 25%;
  width: 0.5rem;
  height: 5rem;
  background-color: #fafafa;
  transform-origin: center;
}
@media only screen and (max-width: 960px) {
  .movieContentsWrap .close::before, .movieContentsWrap .close::after {
    height: 3rem;
    width: 0.4rem;
  }
}
.movieContentsWrap .close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.movieContentsWrap .close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.movieContentsWrap video {
  width: 100%;
  height: auto;
}
.movieContentsWrap .movieContents {
  position: relative;
  margin: auto;
  width: 100%;
  max-width: 80rem;
  text-align: right;
}
@media only screen and (max-width: 960px) {
  .movieContentsWrap .movieContents {
    padding-inline: 1.6rem;
  }
}
.movieContentsWrap .movieContents .fade-out {
  opacity: 0;
  transition: opacity 0.1s ease;
}

.movieContents.fade-out {
  opacity: 0;
  transition: opacity 0.1s ease;
}
/*# sourceMappingURL=top.css.map */