@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barrio&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/*===============================================================
	shiftkey - static - common
	https://www.shiftkey.jp/
===============================================================*/
/* clear
===============================================================*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, a, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html, body {
  height: auto;
}

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

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

i, u, abbr, code, pre, address {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

blockquote, q {
  quotes: none;
}

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

input, select {
  vertical-align: middle;
}

button:hover img {
  opacity: 0.85;
}

button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
}

button::before, button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}

button, button::before, button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

button:hover {
  cursor: pointer;
}

ul, ol, li {
  list-style: none;
}

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

img {
  max-width: 100%;
  height: auto;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/* reset
===============================================================*/
html {
  width: 100%;
  font-size: 62.5%;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
  word-break: break-all;
  font-weight: normal;
  font-size: 1.4rem;
  margin: 0;
}

a {
  color: var(--font);
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
  opacity: 0.6;
}

/* a:hover img{opacity: .6;} */
/* layout
===============================================================*/
#wrapper {
  width: 100%;
  position: relative;
}

/*article*/
.article {
  font-size: 1.4rem;
  line-height: 1.7;
}

/* classes
===============================================================*/
/*sp-pc*/
.sp-only {
  display: none;
}

.pc-only {
  display: block;
}

/*display: flex;*/
.fl_w_sb {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.fl_w_fs {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/*clearfix*/
.clearfix {
  width: 100%;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/*col*/
.w-100 {
  width: 100%;
}

.w-80 {
  width: 80%;
}

.w-75 {
  width: 75%;
}

.w-66 {
  width: 66%;
}

.w-60 {
  width: 60%;
}

.w-50 {
  width: 50%;
}

.w-49_75 {
  width: 49.75%;
}

.w-49_5 {
  width: 49.5%;
}

.w-48 {
  width: 48%;
}

.w-40 {
  width: 40%;
}

.w-33 {
  width: 33%;
}

.w-32 {
  width: 32%;
}

.w-30 {
  width: 30%;
}

.w-25 {
  width: 25%;
}

.w-24 {
  width: 24%;
}

.w-20 {
  width: 20%;
}

.w-10 {
  width: 10%;
}

/*text-align*/
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

/*font*/
.serif {
  font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", serif !important;
}

.gothic {
  font-family: BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif !important;
}

.fw-bold {
  font-weight: bold;
}

/*font-size*/
.f-xxsmall {
  font-size: 0.4em !important;
}

.f-xsmall {
  font-size: 0.6em !important;
}

.f-small {
  font-size: 0.8em !important;
}

.f-middle {
  font-size: 1em !important;
}

.f-large {
  font-size: 1.2em !important;
}

.f-xlarge {
  font-size: 1.4em !important;
}

.f-xxlarge {
  font-size: 1.6em !important;
}

.f-xxxlarge {
  font-size: 1.8em !important;
}

.f-xxxxlarge {
  font-size: 2em !important;
}

/*font-color*/
.fc-white {
  color: #fff !important;
}

.fc-red {
  color: #f00 !important;
}

/*background*/
.bg-white {
  background: #fff !important;
}

/*margin*/
.mg0 {
  margin: 0 !important;
}

.mg10 {
  margin: 10px !important;
}

.mg20 {
  margin: 20px !important;
}

.mg30 {
  margin: 30px !important;
}

.mg40 {
  margin: 40px !important;
}

.mg50 {
  margin: 50px !important;
}

.mgT0 {
  margin-top: 0px !important;
}

.mgT10 {
  margin-top: 10px !important;
}

.mgT20 {
  margin-top: 20px !important;
}

.mgT30 {
  margin-top: 30px !important;
}

.mgT40 {
  margin-top: 40px !important;
}

.mgT50 {
  margin-top: 50px !important;
}

.mgB0 {
  margin-bottom: 0px !important;
}

.mgB10 {
  margin-bottom: 10px !important;
}

.mgB20 {
  margin-bottom: 20px !important;
}

.mgB30 {
  margin-bottom: 30px !important;
}

.mgB40 {
  margin-bottom: 40px !important;
}

.mgB50 {
  margin-bottom: 50px !important;
}

.mgL0 {
  margin-left: 0px !important;
}

.mgL10 {
  margin-left: 10px !important;
}

.mgL20 {
  margin-left: 20px !important;
}

.mgL30 {
  margin-left: 30px !important;
}

.mgL40 {
  margin-left: 40px !important;
}

.mgL50 {
  margin-left: 50px !important;
}

.mgR0 {
  margin-right: 0px !important;
}

.mgR10 {
  margin-right: 10px !important;
}

.mgR20 {
  margin-right: 20px !important;
}

.mgR30 {
  margin-right: 30px !important;
}

.mgR40 {
  margin-right: 40px !important;
}

.mgR50 {
  margin-right: 50px !important;
}

/*padding*/
.pa0 {
  padding: 0 !important;
}

.pa5 {
  padding: 5px !important;
}

.pa10 {
  padding: 10px !important;
}

.pa20 {
  padding: 20px !important;
}

.pa30 {
  padding: 30px !important;
}

.pa40 {
  padding: 40px !important;
}

.pa50 {
  padding: 50px !important;
}

.paT0 {
  padding-top: 0px !important;
}

.paT10 {
  padding-top: 10px !important;
}

.paT20 {
  padding-top: 20px !important;
}

.paT30 {
  padding-top: 30px !important;
}

.paT40 {
  padding-top: 40px !important;
}

.paT50 {
  padding-top: 50px !important;
}

.paB0 {
  padding-bottom: 0px !important;
}

.paB10 {
  padding-bottom: 10px !important;
}

.paB20 {
  padding-bottom: 20px !important;
}

.paB30 {
  padding-bottom: 30px !important;
}

.paB40 {
  padding-bottom: 40px !important;
}

.paB50 {
  padding-bottom: 50px !important;
}

.paL0 {
  padding-left: 0px !important;
}

.paL10 {
  padding-left: 10px !important;
}

.paL20 {
  padding-left: 20px !important;
}

.paL30 {
  padding-left: 30px !important;
}

.paL40 {
  padding-left: 40px !important;
}

.paL50 {
  padding-left: 50px !important;
}

.paR0 {
  padding-right: 0px !important;
}

.paR10 {
  padding-right: 10px !important;
}

.paR20 {
  padding-right: 20px !important;
}

.paR30 {
  padding-right: 30px !important;
}

.paR40 {
  padding-right: 40px !important;
}

.paR50 {
  padding-right: 50px !important;
}

/*indent*/
.indent_1 {
  text-indent: -1em;
  margin-left: 1em;
}

.indent_2 {
  text-indent: -2em;
  margin-left: 2em;
}

.indent_3 {
  text-indent: -3em;
  margin-left: 3em;
}

.indent_4 {
  text-indent: -4em;
  margin-left: 4em;
}

.indent_5 {
  text-indent: -5em;
  margin-left: 5em;
}

/*anchor*/
.anchor {
  padding-top: 100px;
  margin-top: -100px;
}

/*label*/
.lv1 {
  text-align: center;
  color: #006e9f;
  font-weight: bold;
  font-size: 2.8rem;
}

@media (max-width: 767px) {
  .sp_mgB40 {
    margin-bottom: 40px !important;
  }
}
:root {
  /* --key-color: #468f84; */
  --key-color: #018941;
  --key-color2: #ffe100;
  --bg-color: #efefef;
  --pt-color: #00a1e9;
  --pt-color2:#016731;
  --font: #333333;
}

#kirei_search {
  width: 120px;
  position: fixed;
  bottom: 10px;
  right: 0;
}
@media screen and (max-width: 768px) {
  #kirei_search {
    width: 80px;
  }
}
#kirei_search:hover {
  opacity: 1;
}

#kirei_search img {
  width: 100%;
  background: url(../images/btn_search_fix_bg_y.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
#kirei_search img:hover {
  background: url(../images/btn_search_fix_bg_w.png) no-repeat;
  background-position: center;
  background-size: 100%;
}

#footer #copyright {
  border-top: none;
  text-align: center;
}

#footer .inside {
  min-width: 100%;
  margin: 0;
  padding: 0;
}

#footer_inside {
  padding-top: 0;
}

#contents img {
  vertical-align: bottom;
}

#footer {
  position: relative;
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  #footer #copyright {
    padding: 7% 0 7%;
  }
}

/*ul*/
ul.list-disc li {
  list-style: disc;
  margin-left: 20px;
}

ul.list-square li {
  list-style: square;
  margin-left: 20px;
}

ul.list-circle li {
  list-style: circle;
  margin-left: 20px;
}

/*display*/
.display-none {
  display: none;
}

.display-block {
  display: block;
}

.display-flex {
  display: flex;
}

@media (min-width: 768px) {
  .sp-only {
    display: none;
  }
  .pc-only {
    display: block;
  }
}
@media (max-width: 767px) {
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
}
.wrap1400 {
  width: 100%;
  max-width: 1400px;
  margin-inline: auto;
}

.wrap1300 {
  width: 100%;
  max-width: 1300px;
  margin-inline: auto;
}

.wrap1200 {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}

.wrap1120 {
  width: 100%;
  max-width: 1120px;
  margin-inline: auto;
}

.wrap1040 {
  width: 100%;
  max-width: 1040px;
  margin-inline: auto;
}

.wrap1000 {
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
}

.wrap800 {
  width: 100%;
  max-width: 800px;
  margin-inline: auto;
}

.wrap600 {
  width: 100%;
  max-width: 600px;
  margin-inline: auto;
}

.sp_only {
  display: none;
}

.scroll-fade {
  opacity: 0;
  transition: all 2s;
}

/* 一旦非表示 */
.scroll-up {
  opacity: 0;
  transform: translateY(100px);
  transition: all 2s;
}

.scroll-up.done, .scroll-fade.done {
  opacity: 1;
  transform: translate(0, 0);
}

.load-fade {
  opacity: 0;
  transition: all 2s;
}

.load-up {
  opacity: 0;
  transform: translateY(100px);
  transition: all 2s;
}

.load-up.done, .load-fade.done {
  opacity: 1;
  transform: translate(0, 0);
}

.anchor {
  padding-top: 100px;
  margin-top: -100px;
}
@media screen and (max-width: 768px) {
  .anchor {
    padding-top: 5%;
    margin-top: -5%;
  }
}

.anchor2 {
  padding-top: 150px;
  margin-top: -150px;
}
@media screen and (max-width: 768px) {
  .anchor2 {
    padding-top: 8%;
    margin-top: -8%;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: var(--font);
  background: var(--key-color) url(../image/bg-line.png);
  background-size: 100%;
  background-attachment: fixed;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

#wrapper {
  visibility: hidden;
  position: relative;
  background-size: 100% 1110px;
}
@media screen and (max-width: 768px) {
  #wrapper {
    background: none;
  }
}

.wf-active #wrapper {
  visibility: visible;
}

b.red {
  color: #cf0101;
}

/* 共通
===============================================================*/
main {
  height: 100%;
  margin-top: -50px;
}
@media screen and (max-width: 768px) {
  main {
    margin-top: 0;
    padding-bottom: 20px;
  }
}

article {
  position: relative;
  padding: 0;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  article {
    margin-bottom: 5%;
  }
}
article p {
  line-height: 1.7;
  font-size: 125%;
}
@media screen and (max-width: 768px) {
  article p {
    font-size: 1.4rem;
    margin-bottom: 5%;
  }
}

section {
  position: relative;
  padding: 0 50px 50px;
  background: #f9f9f9;
  box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.3);
  margin-bottom: 3rem;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  section {
    padding: 7% 3%;
    width: 96%;
    margin-inline: auto;
  }
}
section img {
  width: 100%;
}
section figcaption {
  font-size: 80%;
}

h2 {
  font-size: 225%;
  font-weight: 800;
  margin-bottom: 1em;
  text-align: center;
  line-height: 1.4;
  background-color: var(--pt-color2);
  background-image: url(../image/bg-dot.png);
  background-size: 5%;
  color: #fff;
  padding: 0.7em 0.5em;
  margin-left: -50px;
  width: calc(100% + 100px);
  border-radius: 10px 10px 0 0;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1250px) {
  h2 {
    font-size: 150%;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 115%;
    margin-left: -3.5%;
    margin-top: -8%;
    width: 107%;
  }
}
h2 span {
  font-size: 80%;
}

h3 {
  font-size: 120%;
  font-weight: 800;
  margin-bottom: 1em;
  text-align: center;
  line-height: 1.4;
  background-color: var(--pt-color2);
  color: #fff;
  padding: 0.4em;
}
@media screen and (max-width: 768px) {
  h3 {
    margin-top: 1em;
  }
}

h4 {
  font-size: 175%;
  font-weight: 800;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 115%;
  }
}

.marker {
  font-weight: 800;
  position: relative;
  z-index: 1;
}
.marker::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1.4em;
  bottom: 0em;
  left: 0;
  background-color: var(--key-color);
  z-index: -1;
}

.deco-illust {
  position: absolute;
  z-index: 1;
}

p + h3 {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #ddd;
}

.col3, .col4 {
  display: flex;
  justify-content: space-between;
}

.note {
  font-size: 105%;
}
@media screen and (max-width: 768px) {
  .note {
    font-size: 90% !important;
  }
}

.col2 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .col2 {
    display: block;
  }
}
.col2 .left {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .col2 .left {
    width: 100%;
  }
}
.col2 .right {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .col2 .right {
    width: 100%;
  }
}

.detail {
  max-width: 800px;
  margin-bottom: 2rem;
}
.detail .btn-dtl {
  font-weight: bold;
  cursor: pointer;
  user-select: none;
  border: 1px solid #000;
  border-radius: 30px;
  display: inline-block;
  padding: 0.2em 1em;
}
.detail .btn-dtl .dtl-icon {
  margin-left: 8px;
  font-weight: bold;
  position: relative;
}
.detail .btn-dtl .dtl-icon::after {
  content: "";
  border: 1px solid #000;
  border-radius: 50%;
  width: 1.1em;
  height: 1.1em;
  position: absolute;
  left: calc(50% - 0.6em);
  top: calc(50% - 0.55em);
}
.detail .dtl-inner {
  margin-top: 2rem;
}
.detail .dtl-inner > div {
  background: #000;
  border: 2px solid #888;
  padding: 20px 20px 10px;
  max-width: 800px;
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  gap: 10px;
}
.detail .dtl-inner > div p {
  font-size: 1.1rem;
  color: #888;
  width: 80%;
  text-align: left;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .detail .dtl-inner > div p {
    font-size: 0.85rem;
  }
}
.detail .dtl-inner > div figure {
  width: 20%;
}

header {
  background: #fff;
  position: fixed;
  z-index: 500;
  width: 100%;
  overflow: hidden;
  top: 0;
  filter: drop-shadow(3px 0 3px rgba(0, 0, 0, 0.2));
}

nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
}
@media screen and (max-width: 768px) {
  nav ul {
    margin-top: 0;
  }
}
nav ul li {
  /* font-size: 1.4rem; */
  padding: 10px 35px;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1250px) {
  nav ul li {
    padding: 10px 2.9vw;
  }
}
nav ul li:nth-child(-n+3) {
  border-right: 1px solid #ccc;
}
nav ul li a {
  font-weight: 700;
  font-size: 20px;
  position: relative;
  font-family: "Century Gothic", "Oswald", sans-serif;
}
@media screen and (min-width: 769px) and (max-width: 1250px) {
  nav ul li a {
    font-size: 1.6vw;
  }
}
nav ul li.apply-btn {
  background-color: var(--key-color2);
  margin-block: -10px;
  right: 0;
  height: 75px;
  width: 240px;
  transition: all 0.3s;
}
@media screen and (min-width: 769px) and (max-width: 1250px) {
  nav ul li.apply-btn {
    width: 22vw;
  }
}
@media screen and (max-width: 768px) {
  nav ul li.apply-btn {
    width: 100%;
    margin-block: 0;
  }
}
nav ul li.apply-btn a {
  display: flex;
  align-items: center;
  gap: 0.5em;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding-left: 2em;
}
@media screen and (min-width: 769px) and (max-width: 1250px) {
  nav ul li.apply-btn a {
    padding-left: 4.5vw;
  }
}
@media screen and (max-width: 768px) {
  nav ul li.apply-btn a {
    position: relative;
    justify-content: center;
    left: auto;
  }
}
nav ul li.apply-btn a span {
  display: block;
  width: 1.3em;
}
nav ul li.apply-btn:hover {
  background-color: #ffd000;
}
nav ul li.fair-btn {
  background-color: #13b2fb;
  margin-block: -10px;
  right: 0;
  height: 75px;
  width: 260px;
  transition: all 0.3s;
}
@media screen and (min-width: 769px) and (max-width: 1250px) {
  nav ul li.fair-btn {
    width: 22vw;
  }
}
@media screen and (max-width: 768px) {
  nav ul li.fair-btn {
    width: 100%;
    margin-block: 0;
  }
}
nav ul li.fair-btn a {
  display: flex;
  align-items: center;
  gap: 0.5em;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding-left: 1em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  nav ul li.fair-btn a {
    position: relative;
    justify-content: center;
    left: auto;
  }
}
nav ul li.fair-btn a span {
  display: block;
  width: 1.3em;
}
nav ul li.fair-btn:hover {
  background-color: #01a0ea;
}
nav ul li:not([class$=-btn]) a:hover {
  color: var(--key-color);
}
nav ul li:not([class$=-btn]) a:hover::after {
  width: 40px;
}
nav ul li:not([class$=-btn]) a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: var(--key-color);
  margin-left: -20px;
  left: 50%;
  bottom: -10px;
  transition: 0.5s all;
}

a:hover {
  opacity: 0.85;
}

#sp_trig {
  display: none;
}

@media (max-width: 1024px) {
  #logo {
    flex-wrap: wrap;
    margin: 74px auto 30px;
  }
  #logo::before {
    display: none;
  }
  #logo h1, #logo h2 {
    width: 100%;
    justify-content: center;
    padding: 0 5%;
  }
  #logo h2 {
    margin-top: 20px;
    padding: 0 30%;
  }
  #event ul {
    flex-wrap: wrap;
  }
  #event ul li {
    width: 100%;
    display: flex;
  }
  #event ul figure {
    width: 30%;
    margin: 0;
  }
  #event ul div {
    width: 70%;
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
  }
  #event ul h3, #event ul strong {
    width: 100%;
  }
  #event h2 span {
    font-size: 3vw;
  }
  #event .wrap {
    padding: 30px;
  }
  #community {
    padding: 30px;
  }
  .community-right a {
    font-size: 22px;
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  #sp_trig {
    margin: 0;
    display: block;
    width: 50px;
    height: 50px;
    background: var(--key-color2);
    color: #000;
    padding: 6px 5px 0;
    text-align: center;
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 0;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    z-index: 100;
    cursor: pointer;
  }
  #sp_trig u {
    display: block;
    width: 80%;
    height: 2px;
    border-radius: 10px;
    margin: 5px auto 10px;
    background: #000;
    transition: 0.5s all;
  }
  #sp_trig.open u:nth-child(1) {
    transform: translateY(12px) rotate(-45deg);
  }
  #sp_trig.open u:nth-child(2) {
    opacity: 0;
  }
  #sp_trig.open u:nth-child(3) {
    transform: translateY(-12px) rotate(45deg);
  }
  #sp_trig span {
    font-size: 10px;
    line-height: 1;
    font-weight: bold;
    display: block;
  }
  nav {
    width: calc(100% - 50px);
    max-width: 400px;
    background: #fff;
    height: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    opacity: 0;
    transition: 0.5s all;
    z-index: 100;
  }
  nav.open {
    opacity: 1;
    left: 0;
  }
  nav ul {
    flex-wrap: wrap;
  }
  nav ul li {
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 0;
  }
  nav ul li:first-child {
    border-top: 1px solid var(--key-color);
  }
  nav ul li.apply-btn {
    background-color: var(--key-color2);
  }
  nav ul li a {
    padding: 20px;
    text-align: center;
    display: block;
    color: #000;
  }
  nav ul li a:hover {
    background: #fff;
    color: #333;
    opacity: 1;
  }
  nav ul li a:hover::after {
    display: none;
  }
  #sp_logo {
    background: #fff;
    padding: 20px 10px;
  }
  #sp_logo img {
    display: block;
    margin: 0 auto;
  }
  #sp_siteid {
    width: 80%;
  }
  #sp_metro {
    width: 40%;
  }
  #sp_close {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    z-index: 99;
    cursor: pointer;
    top: 0;
    left: 0;
    display: none;
  }
  .entry-item {
    width: 32%;
    margin: 0 0.6% 20px;
  }
  #page-top {
    width: 40px;
    height: 40px;
    bottom: 14%;
    right: 5px;
  }
  #page-top::before {
    width: 15px;
    height: 15px;
  }
}
footer {
  background: #fff;
  padding: 20px;
}

footer section {
  margin-bottom: 0;
}

footer ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}

footer ul li {
  font-size: 1.4rem;
  margin: 1rem;
}

.footer__copyright p {
  text-align: center;
  font-size: 18px;
  margin: 2rem 0 4rem;
}
@media screen and (max-width: 768px) {
  .footer__copyright p {
    font-size: 14px;
  }
}

#page-top {
  bottom: 30px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: fixed;
  right: 10px;
  z-index: 10;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  #page-top {
    width: 50px;
    height: 50px;
  }
}

#page-top.visible {
  opacity: 1;
  visibility: visible;
}

#page-top:hover {
  scale: 1.2;
}

#page-top::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-top: 1px solid var(--key-color);
  border-left: 1px solid var(--key-color);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-60%) translateX(-50%) rotate(45deg);
  -webkit-transform: translateY(-60%) translateX(-50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  #page-top::before {
    width: 20px;
    height: 20px;
  }
}

/* MV
===============================================================*/
.mv {
  overflow: hidden;
  padding: 0;
  margin-bottom: 50px;
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  .mv {
    width: 96%;
    margin-bottom: 5%;
    margin-top: 2%;
  }
}
.mv img {
  width: 100%;
}

/*開催概要
===============================================================*/
#overview .deco-illust {
  width: 80px;
  right: 100px;
  top: 80px;
}
@media screen and (max-width: 768px) {
  #overview .deco-illust {
    width: 40px;
    right: 15px;
    top: 0px;
  }
}
#overview section h2 {
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  #overview section h2 {
    font-size: 135%;
    margin-bottom: 1em;
  }
}
#overview section .col2 .left {
  width: 20%;
  padding: 0 3%;
  font-size: 145%;
  font-weight: bold;
  border-right: 1px solid var(--key-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--key-color);
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  #overview section .col2 .left {
    font-size: 110%;
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  #overview section .col2 .left {
    width: 100%;
    padding: 0;
    font-size: 110%;
    justify-content: flex-start;
    border-right: none;
    margin-bottom: 0.25em;
  }
}
#overview section .col2 .right {
  width: 75%;
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  #overview section .col2 .right {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  #overview section .col2 .right {
    width: 100%;
  }
}
#overview section .col2 .right h4 {
  font-size: 150%;
  font-weight: 800;
  margin-bottom: 0;
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  #overview section .col2 .right h4 {
    font-size: 120%;
  }
}
@media screen and (max-width: 768px) {
  #overview section .col2 .right h4 {
    font-size: 100%;
  }
}
#overview section .col2 .right .sample {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 10px;
  margin-block: 20px;
  font-weight: bold;
  text-indent: -1.5em;
  padding-left: 2.5em;
}
#overview section .col2 .right .sample::before {
  content: "例）";
  font-size: 1em;
}
#overview section .col2 .right.contact a {
  color: var(--key-color);
  text-decoration: underline;
}
#overview section .col2:not(:last-child) {
  border-bottom: 1px solid #ccc;
  padding-bottom: 2em;
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  #overview section .col2:not(:last-child) {
    padding-bottom: calc(2em - 5%);
    margin-bottom: calc(2em - 5%);
  }
}

/* 賞金
===============================================================*/
#prize section div {
  border-bottom: 1px solid #ccc;
}
#prize section div p {
  display: flex;
  align-items: center;
  white-space: nowrap;
  padding-block: 0.5em;
  font-weight: bold;
  font-size: 135%;
}
@media screen and (max-width: 768px) {
  #prize section div p {
    font-size: 95%;
    margin-bottom: 0;
  }
}
#prize section div p .prize-name {
  display: inline;
  flex-shrink: 0;
}
#prize section div p .dot-fill {
  flex-grow: 1;
  overflow: hidden;
  position: relative;
  margin: 0 0.5em;
  color: #999;
  font-size: 70%;
  letter-spacing: 0.3em;
}
#prize section div p .dot-fill::before {
  content: "................................................................................................................................";
  position: absolute;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
}
#prize section div p .prize-amount {
  display: inline;
  flex-shrink: 0;
}
#prize section div p .win {
  font-size: 180%;
  color: #cf0101;
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  #prize section div p .win {
    font-size: 150%;
  }
}
@media screen and (max-width: 768px) {
  #prize section div p .win {
    font-size: 110%;
  }
}
#prize section div p .win i {
  background-color: var(--key-color);
  color: #fff;
  padding: 0.1em 0.5em;
  margin-right: 0.3em;
  font-size: 70%;
  font-weight: bold;
}
#prize section div p.no-b {
  padding-bottom: 0;
}
#prize section div p.high {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  #prize section div p.high {
    padding-top: 0.5em;
  }
}
#prize section .note {
  margin-bottom: 0;
  font-weight: normal;
}

/* 応募について
===============================================================*/
#detail .deco-illust {
  width: 310px;
  right: -100px;
  top: 180px;
}
@media screen and (max-width: 768px) {
  #detail .deco-illust {
    display: none;
  }
}
#detail section .item {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #detail section .item {
    margin-top: 10px;
  }
}
#detail section .item .dpt {
  background-color: var(--key-color);
  color: #fff;
  padding: 0.15em 1em;
  display: inline-block;
  font-size: 125%;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #detail section .item .dpt {
    font-size: 110%;
    margin-top: 0;
  }
}
#detail section .item ul li {
  font-size: 120%;
  text-indent: -1.2em;
  padding-left: 1.2em;
  margin-block: 0.7em;
}
@media screen and (max-width: 768px) {
  #detail section .item ul li {
    font-size: 100%;
  }
}
#detail section .item ul li::before {
  content: "■ ";
  color: var(--pt-color2);
}
#detail section .item p {
  font-size: 120%;
}
@media screen and (max-width: 768px) {
  #detail section .item p {
    font-size: 100%;
  }
}
#detail section .item.qualification ul li {
  margin-block: 0.5em;
}
#detail section .item.qualification p {
  line-height: 1.7;
  font-size: 100%;
}
#detail section .item.howto ul li a {
  color: #cf0101;
  text-decoration: underline;
  font-weight: bold;
}
#detail section .item.howto p {
  line-height: 1.7;
  font-size: 100%;
}
#detail section .item.howto .btn-dl {
  border: 1px solid var(--key-color);
  border-radius: 20px;
  padding: 0.5em 1em;
  display: inline-block;
  margin-block: 1em;
  color: var(--key-color);
}
#detail section .item.sch figure {
  width: 80%;
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  #detail section .item.sch figure {
    width: 100%;
    margin: 20px auto 0;
  }
}
#detail section .item.evaluation div {
  border-radius: 10px;
  padding: 20px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 0px 8px -3px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  #detail section .item.evaluation div {
    display: block;
    padding: 10px 10px 10px 15px;
  }
}
#detail section .item.evaluation div h4 {
  width: 25%;
  font-size: 150%;
  border-right: 2px solid #ccc;
  color: var(--key-color);
  margin-bottom: 0;
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  #detail section .item.evaluation div h4 {
    width: 30%;
    font-size: 120%;
  }
}
@media screen and (max-width: 768px) {
  #detail section .item.evaluation div h4 {
    width: 100%;
    font-size: 120%;
    border-right: none;
    margin-bottom: 0.5em;
  }
}
#detail section .item.evaluation div p {
  width: 70%;
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  #detail section .item.evaluation div p {
    width: 65%;
  }
}
@media screen and (max-width: 768px) {
  #detail section .item.evaluation div p {
    width: 100%;
    margin-bottom: 0;
  }
}
#detail section .item.judge .col2 {
  flex-wrap: wrap;
}
#detail section .item.judge .col2 .examiner {
  width: 49%;
  padding: 3%;
  border-radius: 10px;
  box-shadow: 0px 0px 8px -3px rgba(0, 0, 0, 0.3);
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #detail section .item.judge .col2 .examiner {
    width: 100%;
  }
}
#detail section .item.judge .col2 .examiner h4 {
  color: var(--key-color);
  font-size: 145%;
}
@media screen and (max-width: 768px) {
  #detail section .item.judge .col2 .examiner h4 {
    font-size: 130%;
  }
}
#detail section .item.judge .col2 .examiner h4.shikai {
  color: #cf0101;
}
#detail section .item.judge .col2 .examiner .name {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #detail section .item.judge .col2 .examiner .name {
    justify-content: flex-end;
    align-items: flex-end;
    text-align: right;
    gap: 3%;
    margin-top: -2em;
  }
}
#detail section .item.judge .col2 .examiner .name p {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #detail section .item.judge .col2 .examiner .name p {
    margin-bottom: 0;
  }
}
#detail section .item.judge .col2 .examiner .name p span {
  display: block;
  font-size: 80%;
}
#detail section .item.judge .col2 .examiner .name figure {
  width: 30%;
}
#detail section .item.judge .col2 .examiner .name figure img {
  width: 100%;
}
#detail section .item.judge .col2 .examiner > p {
  font-size: 110%;
}
@media screen and (max-width: 768px) {
  #detail section .item.judge .col2 .examiner > p {
    font-size: 100%;
  }
}
#detail section .item.judge .col2 .examiner > p.note {
  font-size: 90%;
}
#detail section .item.apply .form-btn {
  background-color: var(--key-color2);
  color: #000;
  border-radius: 100px;
  display: flex;
  max-width: 800px;
  width: 100%;
  margin: 2em auto 0;
  font-size: 175%;
  font-weight: bold;
  padding: 1em;
  align-items: center;
  justify-content: center;
  gap: 3%;
}
@media screen and (max-width: 768px) {
  #detail section .item.apply .form-btn {
    font-size: 130%;
  }
}
#detail section .item.apply .form-btn span {
  display: block;
  width: 1.3em;
}
#detail section .item.apply .form-btn:hover {
  background-color: #ffd000;
}

/* スポンサー企業
===============================================================*/
#sponsor section h3 {
  padding: 0.6em;
}
@media screen and (max-width: 768px) {
  #sponsor section h3 {
    font-size: 115%;
  }
}
#sponsor section h3.gd {
  background-color: #C29235;
}
#sponsor section h3.sl {
  background-color: #878787;
}
#sponsor section h3.br {
  background-color: #C55A12;
}
#sponsor section h3::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  top: -5px;
  left: 0;
}
#sponsor section h3::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -5px;
  left: 0;
}
#sponsor section [class^=col] {
  flex-wrap: wrap;
  justify-content: flex-start;
}
#sponsor section [class^=col] + h3 {
  margin-top: 5%;
}
#sponsor section .col2 > * {
  width: 48%;
  margin-bottom: 3%;
}
#sponsor section .col2 > *:not(:nth-child(2n)) {
  margin-right: 4%;
}
@media screen and (max-width: 768px) {
  #sponsor section .col2 > * {
    width: 96%;
    margin-inline: auto;
  }
  #sponsor section .col2 > *:not(:nth-child(2n)) {
    margin-right: auto;
  }
}
#sponsor section .col3 > * {
  width: 32%;
  margin-bottom: 2.25%;
}
#sponsor section .col3 > *:not(:nth-child(3n)) {
  margin-right: 2%;
}
@media screen and (max-width: 768px) {
  #sponsor section .col3 > * {
    width: 48%;
  }
  #sponsor section .col3 > *:not(:nth-child(2n)) {
    margin-right: 4%;
  }
  #sponsor section .col3 > *:nth-child(2n) {
    margin-right: 0;
  }
}
#sponsor section .col4 > * {
  width: 24%;
  margin-bottom: 1.5%;
}
#sponsor section .col4 > *:not(:nth-child(4n)) {
  margin-right: 1.3%;
}
@media screen and (max-width: 768px) {
  #sponsor section .col4 > * {
    width: 32%;
  }
  #sponsor section .col4 > *:not(:nth-child(3n)) {
    margin-right: 2%;
  }
  #sponsor section .col4 > *:nth-child(3n) {
    margin-right: 0;
  }
}

/* INFORMATION
===============================================================*/
#information h2 {
  background-color: #cf0101;
  color: #fff;
  padding-top: 0.5em;
  margin: -50px -50px 30px;
}
@media screen and (max-width: 768px) {
  #information h2 {
    margin: -8% -3.3% 3.3%;
  }
}
#information h3 {
  background-color: transparent;
}
#information .col3 {
  border-top: 1px solid #ccc;
  margin-top: 1em;
  padding-top: 2em;
}
#information .btn-youtube {
  display: inline-block;
  background-color: #cf0101;
  border: 1px solid #cf0101;
  padding: 0.2em 1em 0.3em;
  border-radius: 30px;
  color: #fff;
  margin-top: 1em;
  transition: all 0.5s;
  margin-bottom: 2em;
}
#information .btn-youtube:hover {
  background-color: #fff;
  color: #cf0101;
}

.modal_wrap div {
  cursor: pointer;
}

.modal_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(27, 35, 132, 0.95);
  overscroll-behavior: contain;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  touch-action: none;
}
.modal_overlay.bk {
  background: rgba(196, 24, 125, 0.95);
}

.modal_overlay::before,
.modal_overlay::after {
  content: "";
  width: 1px;
  height: calc(100vh + 1px);
  display: flex;
}

.modal_overlay::-webkit-scrollbar {
  display: none;
}

.modal_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.modal_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}

.modal_content {
  width: 90%;
  max-width: 800px;
  padding: 60px 40px;
  box-sizing: border-box;
  transform: translateY(0);
  transition: 0.5s;
  text-align: center;
}

.modal_content .txt {
  font-size: 1.25rem;
  line-height: 1.7;
  margin-block: 20px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .modal_content .txt {
    font-size: 0.9rem;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .modal_content {
    padding: 5%;
    width: 94%;
    display: block;
  }
  .modal_content figure {
    width: 40%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) and (max-width: 768px) {
  .modal_content figure {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .modal_content.long-txt figure {
    width: 30%;
  }
  .modal_content.long-txt {
    padding: 2% 5%;
  }
  .modal_content .modal_prof {
    width: 100%;
    margin-left: 0;
  }
  .modal_content .modal_prof .name {
    font-size: 20px;
  }
  .modal_content .modal_prof .name span {
    font-size: 0.6em;
  }
  .modal_content .modal_prof .txt {
    font-size: 14px;
    line-height: 1.5;
  }
  .close_button {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) and (max-width: 768px) {
  .close_button img {
    width: 40%;
  }
}/*# sourceMappingURL=style.css.map */