@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&display=swap");
body {
  margin: 0;
  padding: 0;
  position: relative;
  color: #111;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.05em;
}

.osw {
  font-family: "Oswald", sans-serif;
}

.inview1 {
  opacity: 0;
  transform: translateY(20px);
  transition: 0.6s;
  transition-delay: 0.1s;
}

.inview1.show {
  opacity: 1;
  transform: translateY(0px);
}

.inview2 {
  opacity: 0;
  transform: translateY(20px);
  transition: 0.6s;
  transition-delay: 0.3s;
}

.inview2.show2 {
  opacity: 1;
  transform: translateY(0px);
}

.inview3 {
  opacity: 0;
  transition: 0.6s;
  transition-delay: 0.3s;
}

.inview3.show3 {
  opacity: 1;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  z-index: 100;
  border-bottom: 2px solid #000;
  padding: 23px 0;
}
header:has(.header__logo) {
  border-bottom: none;
}
header:has(.header__logo)::after {
  content: "";
  position: absolute;
  left: 260px;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #000;
  pointer-events: none;
}
header .header__wrap {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header__wrap .header__left {
  width: 40%;
}
header .header__wrap .header__right {
  width: 60%;
  position: relative;
  padding-right: 180px;
}
header .header__wrap .header__right ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: right;
  list-style: none;
}
header .header__wrap .header__right ul li {
  margin-left: 25px;
}
header .header__wrap .header__right ul li a {
  color: #111;
  transition: 0.4s;
  text-decoration: none;
  font-size: 20px;
  font-weight: 400;
}
header .header__wrap .header__right ul li a:hover {
  opacity: 0.6;
}
header .header__wrap .header__right .entry {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 120px;
  box-sizing: border-box;
  border: 1px solid #E61200;
  color: #E61200;
  text-decoration: none;
  border-radius: 4px;
  display: block;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  padding: 11px 0;
  overflow: hidden;
  z-index: 0;
  transition: color 0.4s;
}
header .header__wrap .header__right .entry::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #E61200;
  z-index: -1;
  transition: width 0.4s ease;
}
header .header__wrap .header__right .entry:hover {
  color: #fff;
}
header .header__wrap .header__right .entry:hover::before {
  width: 100%;
}
header .header__wrap .header__right .nav__btn {
  display: none;
  width: 20px;
  padding: 8px;
  border: 2px solid transparent;
  box-sizing: content-box;
  background: transparent;
  cursor: pointer;
  transition: border-color 0.35s ease;
}
header .header__wrap .header__right .nav__btn span {
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  transition: transform 0.35s ease, opacity 0.35s ease, margin 0.35s ease;
}
header .header__wrap .header__right .nav__btn span:nth-child(2) {
  margin: 5px 0;
}
header .header__wrap .header__right .nav__btn.open {
  border-color: #000;
}
header .header__wrap .header__right .nav__btn.open span:nth-child(1) {
  transform: translateY(7px);
  opacity: 0;
}
header .header__wrap .header__right .nav__btn.open span:nth-child(2) {
  margin: 5px 0;
}
header .header__wrap .header__right .nav__btn.open span:nth-child(3) {
  transform: translateY(-7px);
  opacity: 0;
}
header .sp-nav {
  display: none;
  background: #fff;
}
header .sp-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wrap {
  width: 1000px;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.wrap2 {
  width: 1240px;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.mainV {
  margin-top: 100px;
  padding: 50px 0 90px;
}
.mainV h1 {
  margin: 0;
  padding: 0;
  line-height: 1;
}
.mainV h1 img {
  display: block;
  width: 540px;
  max-width: 100%;
  margin: 0 auto;
}
.mainV .date__flex {
  display: flex;
  justify-content: space-between;
  width: 540px;
  max-width: 100%;
  margin: 60px auto 0;
}
.mainV .date__flex .date1 {
  width: 75px;
}
.mainV .date__flex .date2 {
  width: 170px;
  box-sizing: border-box;
  padding-left: 12px;
}
.mainV .date__flex .arrow__area {
  width: calc(100% - 75px - 170px - 208px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 4px;
}
.mainV .date__flex .arrow {
  position: relative;
  display: block;
  width: 60px;
  height: 44px;
  overflow: hidden;
}
.mainV .date__flex .arrow__line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  transform: translateY(-50%);
}
.mainV .date__flex .arrow__head {
  position: absolute;
  top: 50%;
  left: 0;
  width: 28px;
  height: 28px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  box-sizing: border-box;
  will-change: transform;
  animation: arrow-pass 2.2s infinite;
}
.mainV .date__flex .date3 {
  width: 208px;
}

@keyframes arrow-pass {
  0% {
    transform: translate3d(-36px, -50%, 0) rotate(45deg);
    animation-timing-function: cubic-bezier(0.2, 0.85, 0.25, 1);
  }
  58% {
    transform: translate3d(26px, -50%, 0) rotate(45deg);
    animation-timing-function: linear;
  }
  64% {
    transform: translate3d(26px, -50%, 0) rotate(45deg);
    animation-timing-function: cubic-bezier(0.4, 0, 0.85, 0.4);
  }
  82% {
    transform: translate3d(110px, -50%, 0) rotate(45deg);
    animation-timing-function: steps(1, end);
  }
  83% {
    transform: translate3d(-36px, -50%, 0) rotate(45deg);
    animation-timing-function: linear;
  }
  100% {
    transform: translate3d(-36px, -50%, 0) rotate(45deg);
  }
}
.about__area {
  padding: 100px 0;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
.about__area h2 {
  color: #E61200;
  margin: 0;
  font-size: 24px;
  font-weight: 500;
}
.about__area h3 {
  margin: 0;
  font-size: 42px;
  font-weight: 400;
}
.about__area .about__text1 {
  font-size: 16px;
  margin: 35px 0 15px;
}
.about__area .about__text2 {
  font-size: 11px;
  margin: 0;
  color: #626262;
}

.theme__area {
  padding: 100px 0;
}
.theme__area .ta__section1 {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
}
.theme__area .ta__section1 .sub__title1 {
  font-size: 42px;
  font-weight: 400;
  margin: 0;
}
.theme__area .ta__section1 p {
  font-size: 16px;
  margin: 35px 0 15px;
}
.theme__area .ta__section1 .sub__title2 {
  font-size: 20px;
  margin: 55px auto 20px;
  text-align: center;
  font-weight: 600;
}
.theme__area .ta__section1 .sub__title2 span {
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 1px solid #000;
}
.theme__area .ta__section1 ul {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.theme__area .ta__section1 ul li {
  font-size: 14px;
  border: 1px solid #000;
  border-radius: 20px;
  padding: 5px 13px;
  margin-right: 8px;
  margin-bottom: 8px;
}
.theme__area h2 {
  color: #0059B7;
  margin: 0;
  font-size: 24px;
  font-weight: 500;
}
.theme__area .ta__section2 {
  margin: 100px 0 0;
}
.theme__area .ta__section2 .theme__flex {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: space-between;
}
.theme__area .ta__section2 .theme__flex .theme__item {
  width: calc(50% - 15px);
  margin-bottom: 30px;
  border: 2px solid #E61200;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.theme__area .ta__section2 .theme__flex .theme__item:nth-child(even) {
  transition-delay: 0.3s;
}
.theme__area .ta__section2 .theme__flex .theme__item .ti__flex1 {
  display: grid;
  grid-template-columns: 70px 1fr;
}
.theme__area .ta__section2 .theme__flex .theme__item .ti__flex1 .ti__left {
  grid-column: 1;
  grid-row: 1/3;
}
.theme__area .ta__section2 .theme__flex .theme__item .ti__flex1 .ti__left p {
  height: 100%;
  color: white;
  margin: 0;
  font-size: 44px;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E61200;
  border-bottom-right-radius: 20px;
}
.theme__area .ta__section2 .theme__flex .theme__item .ti__flex1 .ti__right {
  display: contents;
}
.theme__area .ta__section2 .theme__flex .theme__item .ti__flex1 .ti__right .tir__text1 {
  grid-column: 2;
  font-size: 26px;
  font-weight: 600;
  color: #E61200;
  margin: 0;
  padding-left: 15px;
  box-sizing: border-box;
  padding-top: 10px;
}
.theme__area .ta__section2 .theme__flex .theme__item .ti__flex1 .ti__right .tir__text2 {
  grid-column: 2;
  position: relative;
  font-size: 17px;
  font-weight: 600;
  margin: 0 0 13px;
  padding: 0 15px 13px 15px;
  box-sizing: border-box;
}
.theme__area .ta__section2 .theme__flex .theme__item .ti__flex1 .ti__right .tir__text2::after {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
  height: 1px;
  background: #000;
}
.theme__area .ta__section2 .theme__flex .theme__item .ti__flex1 .ti__right .tir__text3 {
  grid-column: 2;
  font-size: 14px;
  margin: 0;
  padding: 0 15px;
  box-sizing: border-box;
}
.theme__area .ta__section2 .theme__flex .theme__item.blue {
  border-color: #0059B7;
}
.theme__area .ta__section2 .theme__flex .theme__item.blue .ti__flex1 .ti__left p {
  background: #0059B7;
}
.theme__area .ta__section2 .theme__flex .theme__item.blue .ti__flex1 .ti__right .tir__text1 {
  color: #0059B7;
}
.theme__area .ta__section2 .theme__flex .theme__item.blue > .tir__text4 {
  background: #0059B7;
}
.theme__area .ta__section2 .theme__flex .tir__text4 {
  background: #E61200;
  color: white;
  padding: 3px 15px;
  font-size: 14px;
  font-weight: 600;
  margin: 16px 0 0;
}
.theme__area .ta__section2 .theme__flex .ti__flex2 {
  display: flex;
}
.theme__area .ta__section2 .theme__flex .ti__flex2 .ti__left {
  width: calc(100% - 180px);
  box-sizing: border-box;
  padding: 13px 16px;
}
.theme__area .ta__section2 .theme__flex .ti__flex2 .ti__left .tir__text5 {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 6px;
}
.theme__area .ta__section2 .theme__flex .ti__flex2 .ti__left .tir__text6 {
  font-size: 14px;
  margin: 0;
  color: #626262;
}
.theme__area .ta__section2 .theme__flex .ti__flex2 .ti__right {
  width: 180px;
}
.theme__area .ta__section2 .theme__flex .ti__flex2 .ti__right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.entry__area {
  padding: 80px 0;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
}
.entry__area h2 {
  color: #0059B7;
  margin: 0;
  font-size: 24px;
  font-weight: 500;
}
.entry__area h3 {
  margin: 0;
  font-size: 42px;
  font-weight: 400;
}
.entry__area .entry__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  padding: 40px 0;
  margin-top: 40px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  background-image: linear-gradient(90deg, #FF4D07 0%, #FF1400 24%, #A3005C 52%, #0068B7 100%);
}
.entry__area .entry__btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(90deg, #0068B7 0%, #A3005C 48%, #FF1400 76%, #FF4D07 100%);
  opacity: 0;
  transition: opacity 1.6s ease-in-out;
  pointer-events: none;
}
.entry__area .entry__btn:hover::before {
  opacity: 1;
}
.entry__area .entry__btn span,
.entry__area .entry__btn img {
  position: relative;
  z-index: 1;
}
.entry__area .entry__btn img {
  width: 16px;
  display: block;
  margin-left: 10px;
}

.judge__area {
  padding: 120px 0;
}
.judge__area h2 {
  color: #0059B7;
  margin: 0;
  font-size: 24px;
  font-weight: 500;
}
.judge__area h3 {
  margin: 0;
  font-size: 42px;
  font-weight: 400;
}
.judge__area h4 {
  margin: 80px 0 0;
  font-size: 20px;
  font-weight: 600;
  color: #E61200;
}
.judge__area .judge__flex {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.judge__area .judge__flex .judge__item {
  width: 18.7%;
  text-align: center;
}
.judge__area .judge__flex .judge__item:nth-child(2) {
  transition-delay: 0.3s;
}
.judge__area .judge__flex .judge__item:nth-child(3) {
  transition-delay: 0.5s;
}
.judge__area .judge__flex .judge__item:nth-child(4) {
  transition-delay: 0.7s;
}
.judge__area .judge__flex .judge__item:nth-child(5) {
  transition-delay: 0.9s;
}
.judge__area .judge__flex .judge__item img {
  width: 100%;
  display: block;
  margin: 3px 0 13px;
}
.judge__area .judge__flex .judge__item .judge__title {
  font-size: 12px;
  text-align: center;
  margin: 0;
  color: #E61200;
  font-weight: 600;
  height: 20px;
}
.judge__area .judge__flex .judge__item .judge__name {
  font-size: 16px;
  text-align: center;
  margin: 0 0 12px;
  color: #000;
  font-weight: 600;
}
.judge__area .judge__flex .judge__item .judge__text {
  font-size: 10px;
  text-align: center;
  margin: 0;
}
.judge__area .judge__text2 {
  color: #0059B7;
  margin: 85px 0 5px;
  font-size: 20px;
  font-weight: 600;
}
.judge__area .judge__flex2 {
  display: flex;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 16px 0;
}
.judge__area .judge__flex2.row2 {
  border-top: none;
}
.judge__area .judge__flex2.row2 .judge__text3 {
  color: #0059B7;
}
.judge__area .judge__flex2 .judge__text3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  color: #E61200;
  width: 200px;
  box-sizing: border-box;
}
.judge__area .judge__flex2 .judge__text4 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  color: #000;
  width: calc(100% - 200px);
  box-sizing: border-box;
}
.judge__area .judge__text5 {
  font-size: 11px;
  margin: 10px 0 0;
  color: #626262;
}

.faq__area {
  padding: 100px 0 120px;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
}
.faq__area h2 {
  color: #E61200;
  margin: 0;
  font-size: 24px;
  font-weight: 500;
}
.faq__area h3 {
  margin: 0;
  font-size: 42px;
  font-weight: 400;
}
.faq__area .faq__category {
  font-size: 20px;
  font-weight: 600;
  margin: 55px 0 0;
  box-sizing: border-box;
  padding: 0 16px 5px;
  color: #E61200;
  border-bottom: 8px solid #E61200;
}
.faq__area .faq__category.blue {
  color: #0059B7;
  border-bottom: 8px solid #0059B7;
}
.faq__area .faq__item {
  padding: 26px 16px;
  padding-right: 50px;
  position: relative;
  border-bottom: 1px solid #000;
  line-height: 1.8;
}
.faq__area .faq__item .faq__question {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  position: relative;
  cursor: pointer;
}
.faq__area .faq__item .faq__question::before {
  content: "";
  position: absolute;
  right: -25px;
  top: 50%;
  width: 12px;
  height: 2px;
  background: black;
  transition: 0.4s;
}
.faq__area .faq__item .faq__question.close {
  margin-bottom: 0;
}
.faq__area .faq__item .faq__question.close::before {
  transform: rotate(90deg);
}
.faq__area .faq__item .faq__question::after {
  content: "";
  position: absolute;
  right: -25px;
  top: 50%;
  width: 12px;
  height: 2px;
  background: black;
}
.faq__area .faq__item .faq__answer {
  font-size: 16px;
  font-weight: 400;
  margin: 15px 0 0;
}
.faq__area .faq__item .faq__answer span {
  font-weight: 600;
}

footer {
  padding: 100px 0 60px;
}
footer .footer__wrap {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
footer .footer__logo {
  width: 102px;
}
footer .footer__flex {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .footer__flex .footer__left {
  width: 30%;
}
footer .footer__flex .footer__left p {
  font-size: 10px;
  margin: 0;
  color: #626262;
}
footer .footer__flex .footer__right {
  width: 70%;
}
footer .footer__flex .footer__right ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: right;
}
footer .footer__flex .footer__right ul li {
  font-size: 13px;
  margin-left: 20px;
}
footer .footer__flex .footer__right ul li a {
  color: #111;
  transition: 0.4s;
  text-decoration: none;
}
footer .footer__flex .footer__right ul li a:hover {
  opacity: 0.6;
}

.entry__fix {
  position: fixed;
  right: 100px;
  bottom: 70px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 99;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  background-image: linear-gradient(110deg, #FF4D07 0%, #FF1400 24%, #A3005C 52%, #0068B7 100%);
}
.entry__fix.is-show {
  opacity: 1;
  pointer-events: auto;
}
.entry__fix::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background-image: linear-gradient(110deg, #0068B7 0%, #A3005C 48%, #FF1400 76%, #FF4D07 100%);
  opacity: 0;
  transition: opacity 1s ease-in-out;
  pointer-events: none;
}
.entry__fix:hover::before {
  opacity: 1;
}
.entry__fix span,
.entry__fix img {
  position: relative;
  z-index: 1;
}
.entry__fix img {
  width: 16px;
  display: block;
  margin: 10px 0 0;
}

.header__logo {
  position: absolute;
  left: 0;
  top: 0;
  padding: 30px;
  width: 200px;
  margin: 0;
  line-height: 1;
  z-index: 2;
  box-sizing: content-box;
}
.header__logo a {
  transition: opacity 0.4s;
}
.header__logo a:hover {
  opacity: 0.6;
}
.header__logo img {
  width: 137px;
}

.privacy__area {
  margin: 200px 0 0;
  padding-bottom: 140px;
  border-bottom: 1px solid black;
}
.privacy__area h2 {
  text-align: center;
  color: #E61200;
  font-size: 24px;
  font-weight: 500;
  margin: 0;
}
.privacy__area h3 {
  text-align: center;
  font-size: 42px;
  font-weight: 400;
  margin: 0 0 60px;
  line-height: 1.4;
}
.privacy__area p {
  font-size: 16px;
  margin: 30px 0 0;
}
.privacy__area p span {
  font-weight: 600;
}
.privacy__area p a {
  color: #111;
  transition: 0.4s;
}
.privacy__area p a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 1200px) {
  .entry__fix {
    right: 30px;
  }
  header .header__wrap .header__left {
    width: 30%;
  }
  header .header__wrap .header__right {
    width: 70%;
    padding-right: 140px;
  }
  header .header__wrap .header__right ul li a {
    font-size: 18px;
    white-space: nowrap;
  }
  header {
    padding: 26px 0;
  }
}
.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .header__logo {
    background: inherit;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  header {
    border-bottom: none;
  }
  header:has(.header__logo)::after {
    display: none;
  }
  header .header__wrap .header__right ul, header .header__wrap .header__right .entry {
    display: none;
  }
  header .header__wrap .header__right {
    width: auto;
    padding-right: 0;
  }
  header .header__wrap .header__right .nav__btn {
    display: block;
    position: relative;
    z-index: 103;
    padding: 6px 3px;
  }
  header .sp-nav {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100dvh;
    box-sizing: border-box;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    z-index: -1;
    pointer-events: none;
    visibility: hidden;
    transition: opacity 0.45s ease, visibility 0s linear 0.45s;
  }
  header .sp-nav.is-open {
    opacity: 1;
    z-index: 101;
    pointer-events: auto;
    visibility: visible;
    transition: opacity 0.45s ease, visibility 0s;
  }
  .theme__flex {
    display: block;
  }
  .theme__area .ta__section2 .theme__flex .theme__item {
    display: block;
    width: 100%;
  }
  .judge__area .judge__flex {
    display: block;
  }
  .judge__area .judge__flex .judge__item {
    display: block;
    width: 300px;
    margin: 0 auto 35px;
  }
  .judge__area .judge__flex2 .judge__text3 {
    width: 125px;
  }
  .judge__area .judge__flex2 .judge__text4 {
    width: calc(100% - 125px);
  }
  .judge__area .judge__flex2 {
    align-items: center;
  }
  .faq__area .faq__category, .faq__area .faq__item {
    width: calc(100% + 40px);
    position: relative;
    left: -20px;
    box-sizing: border-box;
  }
  footer .footer__logo {
    display: block;
    margin: 0 auto;
  }
  footer .footer__flex {
    display: block;
  }
  footer .footer__flex .footer__right {
    width: 100%;
  }
  footer .footer__flex .footer__right ul {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  footer .footer__flex .footer__right ul li {
    width: 50%;
    text-align: center;
    margin: 0 0 20px;
  }
  .sp__copy {
    font-size: 10px;
    margin: 30px 0 0;
    color: #626262;
    text-align: center;
  }
  footer {
    padding: 100px 0 40px;
  }
  .judge__area .judge__flex .judge__item:nth-child(5),
  .judge__area .judge__flex .judge__item:nth-child(4),
  .judge__area .judge__flex .judge__item:nth-child(3),
  .judge__area .judge__flex .judge__item:nth-child(2) {
    transition-delay: 0.1s;
  }
  .theme__area .ta__section2 .theme__flex .theme__item .ti__flex1 {
    display: block;
  }
  .theme__area .ta__section2 .theme__flex .theme__item .ti__flex1 .ti__left p {
    width: 100%;
    font-size: 24px;
    border-bottom-right-radius: 0;
    line-height: 1.4;
  }
  .theme__area .ta__section2 .theme__flex .theme__item {
    margin-bottom: 35px;
  }
  .theme__area .ta__section2 .theme__flex .theme__item:nth-child(even) {
    transition-delay: 0.1s;
  }
  .theme__area .ta__section2 .theme__flex .ti__flex2 {
    display: block;
  }
  .theme__area .ta__section2 .theme__flex .ti__flex2 .ti__left {
    width: 100%;
  }
  .theme__area .ta__section2 .theme__flex .ti__flex2 .ti__right {
    width: 100%;
  }
  .theme__area .ta__section2 .theme__flex .ti__flex2 .ti__right img {
    height: auto;
  }
  .about__area h3,
  .theme__area .ta__section1 .sub__title1,
  .entry__area h3,
  .judge__area h3,
  .faq__area h3 {
    line-height: 1.3;
  }
  .faq__area .faq__item {
    padding: 26px 20px;
    padding-right: 50px;
  }
  .faq__area .faq__category {
    padding-left: 20px;
    padding-right: 20px;
  }
  .theme__area .ta__section2 .theme__flex .theme__item .ti__flex1 .ti__right .tir__text1 {
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .judge__area .judge__flex .judge__item .judge__title {
    margin-bottom: 10px;
  }
  .judge__area .judge__flex .judge__item .judge__text {
    font-size: 11px;
  }
  .judge__area .judge__text2 {
    margin-top: 100px;
  }
  .faq__area {
    padding: 90px 0 120px;
  }
  footer .footer__flex {
    margin-top: 60px;
  }
  .nav__wrap {
    padding: 140px 40px 40px;
  }
  .nav__wrap ul.list1 li {
    margin-bottom: 20px;
  }
  .nav__wrap ul.list1 li a {
    color: black;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
  }
  .nav__wrap .entry {
    width: 120px;
    box-sizing: border-box;
    border: 1px solid #E61200;
    color: #E61200;
    text-decoration: none;
    border-radius: 4px;
    display: block;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    padding: 7px 0;
    overflow: hidden;
    z-index: 0;
    transition: color 0.4s;
  }
  .nav__wrap ul.list2 {
    margin-top: 100px;
  }
  .nav__wrap ul.list2 li {
    margin-bottom: 10px;
  }
  .nav__wrap ul.list2 li a {
    color: black;
    font-size: 10px;
    font-weight: 400;
    text-decoration: none;
  }
  .nav__wrap .copy {
    font-size: 10px;
    margin: 60px 0 0;
    color: #626262;
  }
  .privacy__area h2 {
    text-align: left;
  }
  .privacy__area h3 {
    text-align: left;
  }
  .header__logo {
    padding: 20px;
    width: 140px;
  }
  .header__logo img {
    width: 94px;
  }
  header:has(.header__logo)::after {
    left: 180px;
  }
  .privacy__area {
    margin-top: 200px;
    border-bottom: none;
  }
  .privacy__area h3 {
    line-height: 1.3;
  }
  .entry__fix {
    right: inherit;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    width: 90px;
    height: 90px;
  }
  .entry__fix img {
    width: 12px;
    margin-top: 5px;
  }
  header {
    padding: 20px 0;
  }
}
@media screen and (max-width: 580px) {
  .mainV .date__flex {
    width: 100%;
  }
  .mainV .date__flex .date1 {
    width: 13.89%;
  }
  .mainV .date__flex .date2 {
    width: 31.48%;
    padding-left: 2.22%;
  }
  .mainV .date__flex .arrow__area {
    width: 16.11%;
  }
  .mainV .date__flex .arrow {
    width: 100%;
    height: auto;
    aspect-ratio: 60/44;
  }
  .mainV .date__flex .arrow__head {
    width: 46.67%;
    height: auto;
    aspect-ratio: 1;
  }
  .mainV .date__flex .date3 {
    width: 38.52%;
    box-sizing: border-box;
    padding-left: 2.22%;
  }
}
@media screen and (max-width: 440px) {
  .mainV {
    padding-bottom: 75px;
  }
  .about__area, .theme__area {
    padding: 80px 0;
  }
  .judge__area {
    padding: 90px 0;
  }
  .theme__area {
    padding-bottom: 40px;
  }
  .judge__area .judge__flex .judge__item {
    width: 230px;
  }
  .nav__wrap ul.list2 {
    margin-top: 70px;
  }
  .nav__wrap .copy {
    margin-top: 45px;
  }
  .nav__wrap {
    padding-top: 100px;
  }
}