@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Roboto:wght@300;400;500&display=swap");

* {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  varter-spacing: 0.1rem;
  position: relative;
  margin: 0;
  padding: 0;
  outline: none;
  text-decoration: none;
  list-style: none;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: justify;
  color: #4d4d4d;
}

.font--blue {
  color: #0095cf;
}

.font--pink {
  color: #e10069;
}

.font--black {
  color: #4d4d4d;
}

a.apply-button {
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  display: block;
  position: relative;
  width: 570px;
  margin: 0 auto;
  padding: 30px 120px;
  border-radius: 50px;
  opacity: 0;
}

/* right */
br.br-992,
br.br-768,
br.br-544,
br.br-390 {
          display: none;
}

body section#about-privacy h3 {
    background-color: #0095cf;
    color: #fff;
    font-size: 23px;
    margin-bottom: 30px;
    max-width: 700px;
    width: fit-content;
    padding: 14px 60px;
    border-radius: 10px;
}

body section#about-privacy {
    max-width: 700px;
    margin: 0 auto;
    padding-top: 60px;
}

body section#right-bnr {
    margin-top: 0;
    padding-top: 200px;
}

.privacy-bnr-area {
    margin: 0 auto;
    text-align: center;
}

.privacy-bnr-area img, .privacy-bnr-area source {
    max-width: 95%;
}

#about-privacy .privacy-box .explain-box {
    border: 2px solid #0095cf;
    padding: 25px;
    max-width: 100%;
    width: 62%;
    margin: 100px auto 30px;
}

#about-privacy .privacy-box .explain-box h3 {
    margin: -52px auto 20px;
}

.privacy-box.case .case-img p {
    display: flex;
    align-items: flex-start;
    margin: 30px 15px 0 0;
}

.privacy-box.case .case-img {
    display: flex;
    flex-wrap: wrap;
}

.privacy-box.case .case-img p:nth-child(2n) {
    margin-right: 0;
}

.privacy-box.case .case-img p img {
    margin-left: 6px;
}

.privacy-box.case .case-img p:nth-child(3), .privacy-box.case .case-img p:nth-child(4) {margin-bottom: 30px;}

body section#about-privacy .privacy-box.attention h3,
body section#about-privacy .privacy-box.case h3{
    background-color: transparent;
    color: #0095cf;
    line-height: 1.5em;
    text-decoration: 1px underline;
    text-underline-position: under;
    text-align: center;
}

.privacy-box.attention ul li {
    list-style: disc;
}

#about-privacy .privacy-box .explain-box p {
    text-align: center;
}

p.mb-20 {margin-bottom: 20px;}

@media screen and (max-width: 992px) {
  body #hamburger-menu #hamburger-menu__xbutton {
    top: 5%;
    right: 5%;
  }

br.br-992 {
  display: block;
}

.privacy-bnr-area {
    height: 23vw;
    background-size: 100%;
}

body section#about-privacy {
    padding-top: 30px;
}

body section#right-bnr h2 {
    font-size: 140%;
}

body section#right-bnr {
    padding-top: 10vw;
}

}

@media screen and (max-width: 768px) {
br.br-768 {
    display: block;
}

.privacy-bnr-area {
    position: relative;
    margin-bottom: 40px;
}

body section#right-bnr h2 {
    line-height: 2.0em;
    text-align: center;
    max-width: fit-content;
    position: absolute;
}}


@media screen and (max-width: 544px) {
  a.apply-button {
    font-size: 18px;
    width: 95%;
    padding: 20px 0;
  }

  html {
    width: 100%;
    height: auto;
  }

  body {
    width: 100%;
    height: auto;
  }

/* privacy */
body section#about-privacy {
    max-width: 100%;
    width: 95%;
}

#about-privacy .privacy-box .explain-box {
    width: 100%;
}

body section#about-privacy .privacy-box.attention h3, body section#about-privacy .privacy-box.case h3 {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.privacy-box ul {margin-left: 0;}

.privacy-box.attention ul {
    max-width: 90%;
    margin: 0 auto;
}

.privacy-box.case .case-img p {
    width: calc(100% / 2 - 30px);
    margin-right: 30px;
}

.privacy-box.case .case-img p img {
    max-width: 100%;
}

br.br-544 {
          display: block;
}

.privacy-bnr-area {
    height: 35vw;
       margin-bottom: 10px;
}


body section#right-bnr {
    padding-top: 17vw;
}

body section#right-bnr h2 {
    font-size: 4.0vw;
}

#about-privacy .privacy-box .explain-box {
    margin: 70px auto 30px;
}
}

@media screen and (max-width: 430px) {
body section#right-bnr h2 {
    font-size: 105%;
}}

@media screen and (max-width: 390px) {
br.br-390{
  display: block;
}

body section#about-privacy h2 {
    font-size: 125%;
    line-height: 1.7em;
 }

body section#right-bnr {
    padding-top: 22vw;
}

}

body #hamburger-menu {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  margin-left: 0;
  padding: 10%;
  background: #0095cf;
  z-index: 100;
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-text-size-adjust: 100%;
}

body #hamburger-menu #hamburger-menu__xbutton {
  display: block;
  position: absolute;
  width: 45px;
  height: 45px;
  top: 10%;
  right: 10%;
  z-index: 2;
}

body #hamburger-menu #hamburger-menu__xbutton:hover {
  cursor: pointer;
}

@media screen and (max-width: 544px) {
  body #hamburger-menu #hamburger-menu__xbutton {
    top: 10%;
    right: 10%;
  }
}

body #hamburger-menu #hamburger-menu__xbutton span.xbutton {
  display: block;
  width: 100%;
  height: 3px;
  margin-top: 20px;
  background: #ffed00;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

body #hamburger-menu #hamburger-menu__xbutton span.xbutton:nth-of-type(2) {
  margin-top: -2px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media screen and (max-width: 544px) {
  body #hamburger-menu #hamburger-menu__xbutton span.xbutton {
    margin-top: -20px;
  }
}

body #hamburger-menu ul#hamburger-menu__items {
  display: none;
  width: 61.8%;
  opacity: 0;
}

@media screen and (max-width: 992px) {
  body #hamburger-menu ul#hamburger-menu__items {
    width: 100%;
    top: 10%;
  }
}

@media screen and (max-width: 544px) {
  body #hamburger-menu ul#hamburger-menu__items {
    width: 100%;
    top: 10%;
  }
}

body #hamburger-menu ul#hamburger-menu__items li {
  line-height: calc(20px*3);
}

@media screen and (max-width: 992px) {
  body #hamburger-menu ul#hamburger-menu__items li {
    line-height: calc(17px*1.3);
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 544px) {
  body #hamburger-menu ul#hamburger-menu__items li {
    line-height: calc(17px*1.3);
    margin-bottom: 25px;
  }
}

body #hamburger-menu ul#hamburger-menu__items li a {
  font-size: 20px;
  font-weight: 400;
  varter-spacing: 0.2rem;
  color: white;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

body #hamburger-menu ul#hamburger-menu__items li a:hover {
  color: #ffed00;
}

@media screen and (max-width: 544px) {
  body #hamburger-menu ul#hamburger-menu__items li a {
    font-size: 17px;
    varter-spacing: 1px;
  }
}

body #hamburger-menu #hamburger-menu__image {
  position: absolute;
  width: 38.2%;
  height: 100%;
  top: 0;
  right: 0;
  background: #0095cf;
  overflow: hidden;
}

@media screen and (max-width: 544px) {
  body #hamburger-menu #hamburger-menu__image {
    width: 100vw;
    height: 0;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
  }
}

body #hamburger-menu #hamburger-menu__image::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  top: -5%;
  left: -10%;
  width: 115%;
  height: 115%;
  background: url(../imgs/footer_bg_02.png) no-repeat center/cover;
  -webkit-animation: menu_image linear 10s infinite;
  animation: menu_image linear 10s infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

@media screen and (max-width: 992px) {
  body #hamburger-menu #hamburger-menu__image::after {
    height: 115%;
    top: 0 !important;
    background: url(../imgs/footer_bg_02.png) no-repeat center 70%/cover;
  }
}

@media screen and (max-width: 544px) {
  body #hamburger-menu #hamburger-menu__image::after {
    height: 115%;
    top: 0 !important;
    background: url(../imgs/footer_bg_02.png) no-repeat center 70%/cover;
    -webkit-animation: menu_image linear 8s infinite;
    animation: menu_image linear 8s infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
  }
}

body #hamburger-menu #hamburger-menu__image .menu_closed {
  width: 0;
}

body #hamburger-menu #hamburger-menu__image .menu_closed a#hamburger-menu__xbutton {
  opacity: 0;
}

@-webkit-keyframes menu_image {
  0% {
    bottom: 8%;
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
    -webkit-transform-origin: center;
    transform-origin: center;
  }

  100% {
    bottom: -15%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: center;
    transform-origin: center;
  }
}

@keyframes menu_image {
  0% {
    bottom: 8%;
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
    -webkit-transform-origin: center;
    transform-origin: center;
  }

  100% {
    bottom: -15%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: center;
    transform-origin: center;
  }
}

body .hamburger-menu--open {
  display: block !important;
  -webkit-animation: menu_open_pc 0.1s linear forwards;
  animation: menu_open_pc 0.1s linear forwards;
}

body .hamburger-menu--open ul#hamburger-menu__items {
  display: block !important;
  -webkit-animation: menu_open__items_pc 0.2s linear forwards;
  animation: menu_open__items_pc 0.2s linear forwards;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

body .hamburger-menu--open #hamburger-menu__image {
  display: block !important;
  -webkit-animation: menu_open__img_pc 0.2s linear forwards;
  animation: menu_open__img_pc 0.2s linear forwards;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

@media screen and (max-width: 544px) {
  body .hamburger-menu--open #hamburger-menu__image {
    -webkit-animation: menu_open__img_sp 0.2s linear forwards;
    animation: menu_open__img_sp 0.2s linear forwards;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
  }
}

@-webkit-keyframes menu_open_pc {
  0% {
    width: 0;
    padding: 0;
  }

  100% {
    width: 100vw;
    padding: 10%;
  }
}

@keyframes menu_open_pc {
  0% {
    width: 0;
    padding: 0;
  }

  100% {
    width: 100vw;
    padding: 10%;
  }
}

@-webkit-keyframes menu_open__items_pc {
  0% {
    margin-top: 5%;
    opacity: 0;
  }

  100% {
    margin-top: 0;
    opacity: 1;
  }
}

@keyframes menu_open__items_pc {
  0% {
    margin-top: 5%;
    opacity: 0;
  }

  100% {
    margin-top: 0;
    opacity: 1;
  }
}

@-webkit-keyframes menu_open__img_pc {
  0% {
    right: -38.2%;
  }

  100% {
    right: 0;
  }
}

@keyframes menu_open__img_pc {
  0% {
    right: -38.2%;
  }

  100% {
    right: 0;
  }
}

@-webkit-keyframes menu_open__img_sp {
  0% {
    height: 0;
  }

  100% {
    height: 37%;
  }
}

@keyframes menu_open__img_sp {
  0% {
    height: 0;
  }

  100% {
    height: 37%;
  }
}

body header#header {
  display: block;
  position: fixed;
  width: 100vw;
  height: 110px;
  background: white;
  overflow: hidden;
  -webkit-filter: drop-shadow(1px 0 3px rgba(77, 77, 77, 0.1));
  filter: drop-shadow(1px 0 3px rgba(77, 77, 77, 0.1));
  z-index: 10;
  -webkit-transform: 0.5s;
  transform: 0.5s;
}

@media screen and (max-width: 992px) {
  body header#header {
    height: 65px !important;
  }
}

@media screen and (max-width: 544px) {
  body header#header {
    height: 65px !important;
  }
}

body header#header #header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 20px 25px 15px 25px;
}

body header#header #header__inner #header__hamburger {
  display: block;
  position: relative;
  width: 32px;
  height: 23px;
}

body header#header #header__inner #header__hamburger span.bar {
  display: block;
  position: relative;
  width: 100%;
  height: 3px;
  background: #4d4d4d;
}

body header#header #header__inner #header__hamburger span.bar:nth-of-type(2) {
  margin-top: 25%;
}

body header#header #header__inner #header__hamburger span.bar:nth-of-type(3) {
  width: 70%;
  margin-top: 25%;
}

body header#header #header__inner #header__logo {
  width: 100%;
  height: 32px;
  margin-top: -4px;
}

body header#header #header__inner #header__logo #header__logo__inner {
  display: block;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  background: url(../imgs/header_contest_logo.svg) no-repeat center/contain;
}

@media screen and (max-width: 992px) {
  body header#header #header__inner #header__logo #header__logo__inner {
    width: 300px;
  }
}

@media screen and (max-width: 544px) {
  body header#header #header__inner #header__logo #header__logo__inner {
    width: 250px;
  }
}

body header#header nav#header__menu {
  display: block;
  width: 70%;
  height: 100%;
  margin: 10px auto 0 auto;
}

body header#header nav#header__menu ul#header__menu__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

@media screen and (max-width: 992px) {
  body header#header nav#header__menu ul#header__menu__inner {
    display: none;
  }
}

@media screen and (max-width: 544px) {
  body header#header nav#header__menu ul#header__menu__inner {
    display: none;
  }
}

body header#header nav#header__menu ul#header__menu__inner li a {
  font-size: 15px;
  font-weight: 600;
}

body header#header nav#header__menu ul#header__menu__inner li a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  right: 0;
  bottom: -10px;
  left: 0;
  margin: auto;
  background: #0095cf;
}

body header#header nav#header__menu ul#header__menu__inner li a:hover {
  color: #0095cf;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

body header#header nav#header__menu ul#header__menu__inner li a:hover::after {
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

body section {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 120px;
}

body section h2 {
  text-align: center;
  display: block;
  position: relative;
  width: 1000px;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width: 992px) {
  body section h2 {
    width: 95%;
  }
}

@media screen and (max-width: 544px) {
  body section h2 {
    width: 100%;
  }
}

body section h2 .h2__title--en {
  font-size: 1rem;
  font-weight: 300;
  color: #4d4d4d;
  text-align: center;
  opacity: 0;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

@media screen and (max-width: 544px) {
  body section h2 .h2__title--en {
    font-size: 13px;
  }
}

body section h2 .h2__title--jp {
  font-size: 42px;
  font-weight: 700;
  color: #0095cf;
  text-align: center;
  opacity: 0;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

body section h2 .h2__title--jp span {
  font-size: 42px;
  font-weight: 700;
  color: #0095cf;
  text-align: center;
}

@media screen and (max-width: 544px) {
  body section h2 .h2__title--jp {
    font-size: 26px;
    text-align: center;
  }

  body section h2 .h2__title--jp span {
    display: block;
    font-size: 26px;
    varter-spacing: 0;
    text-align: center;
  }
}

@-webkit-keyframes h2fadein {
  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes h2fadein {
  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

body section h2 .barH2 {
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inset: 0 !important;
  bottom: 5px !important;
  margin: auto !important;
  border-top: solid 2px #0095cf;
  border-bottom: solid 2px #0095cf;
  z-index: -1;
}

@-webkit-keyframes barOpen {
  0% {
    inset: 0 !important;
    bottom: 5px !important;
    margin: auto !important;
    width: 1px;
    height: 1px;
    opacity: 0;
  }

  1% {
    opacity: 1;
  }

  50% {
    inset: 0 !important;
    bottom: 5px !important;
    margin: auto !important;
    width: 50px;
    height: 1px;
  }

  100% {
    inset: 0 !important;
    bottom: 5px !important;
    margin: auto !important;
    height: 122px;
    width: 50px;
  }
}

@keyframes barOpen {
  0% {
    inset: 0 !important;
    bottom: 5px !important;
    margin: auto !important;
    width: 1px;
    height: 1px;
    opacity: 0;
  }

  1% {
    opacity: 1;
  }

  50% {
    inset: 0 !important;
    bottom: 5px !important;
    margin: auto !important;
    width: 50px;
    height: 1px;
  }

  100% {
    inset: 0 !important;
    bottom: 5px !important;
    margin: auto !important;
    height: 122px;
    width: 50px;
  }
}

body section h3 {
  line-height: 1.5rem;
  display: block;
  width: 1000px;
  height: auto;
  margin: 50px auto 0 auto;
}

body section h3:nth-of-type(1) {
  margin-top: 80px;
}

body section#kv {
  display: block;
  position: relative;
  width: 100%;
  height: 930px;
  margin: 0 auto;
  padding-top: 45%;
  background: url(../imgs/kv_pc_v5.jpg) no-repeat center center/100%;
}

@media screen and (max-width: 1536px) {
  body section#kv {
    height: 770px;
  }
}

@media screen and (max-width: 1366px) {
  body section#kv {
    height: 75vh;
  }
}

@media screen and (max-width: 1280px) {
  body section#kv {
    height: 70vh;
  }
}

@media screen and (max-width: 1200px) {
  body section#kv {
    height: 67vh;
  }
}

@media screen and (max-width: 1140px) {
  body section#kv {
    height: 65vh;
  }
}

@media screen and (max-width: 1024px) {
  body section#kv {
    height: 61vh;
  }
}

@media screen and (max-width: 992px) {
  body section#kv {
    height: 50vh;
  }
}

@media screen and (max-width: 834px) {
  body section#kv {
    height: 440px;
  }
}

@media screen and (max-width: 768px) {
  body section#kv {
    height: 410px;
  }
}

@media screen and (max-width: 750px) {}

@media screen and (max-width: 544px) {
  body section#kv {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto;
    background: url(../imgs/kv_sp_v5.jpg) no-repeat center center/100%;
    height: 415px;
    overflow: hidden;
  }
}

@media screen and (max-width: 430px) {
  body section#kv {
    height: 345px;
  }
}

@media screen and (max-width: 414px) {
  body section#kv {
    height: 340px;
  }
}

@media screen and (max-width: 393px) {
  body section#kv {
    height: 333px;
  }
}

body section#kv #kanko_logo {
  display: block;
  position: absolute;
  width: calc(100vw*.1);
  height: 100%;
  top: 140px;
  right: 2%;
  /*background: url(../imgs/kanko_logo.png) no-repeat top right/contain;*/
  background: none;
}

body section#kv #kanko_logo {
  background: none;
}

@media screen and (max-width: 992px) {
  body section#kv #kanko_logo {
    top: 90px;
  }
}

@media screen and (max-width: 544px) {
  body section#kv #kanko_logo {
    width: 100px;
    height: 100px;
    top: 80px;
    right: 0;
    left: 15px;
    background: none;
  }
}

body section#about-contest {
  margin-top: 100px;
}

@media screen and (max-width: 544px) {
  body section#about-contest h2::after {
    height: 200px;
  }
}

body section#about-contest h3 {
  margin-top: 70px;
}

@media screen and (max-width: 992px) {
  body section#about-contest h3 {
    width: 95%;
  }
}

@media screen and (max-width: 544px) {
  body section#about-contest h3 {
    width: 90%;
  }
}

body section#about-contest h3 .about-contest__h3__items__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 544px) {
  body section#about-contest h3 .about-contest__h3__items__wrapper {
    display: block;
    width: 95%;
  }
}

body section#about-contest h3 .about-contest__h3__items__wrapper .about-contest__h3__items {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #0095cf;
  width: 135px;
  margin-right: 30px;
  padding: 10px 0;
  background: #ffed00;
}

@media screen and (max-width: 544px) {
  body section#about-contest h3 .about-contest__h3__items__wrapper .about-contest__h3__items {
    margin-bottom: 30px;
  }
}

body section#about-contest h3 .about-contest__h3__items__wrapper #about-contest__h3__date {
  font-size: 39px;
  font-weight: 700;
  varter-spacing: 0.25rem;
}

@media screen and (max-width: 544px) {
  body section#about-contest h3 .about-contest__h3__items__wrapper #about-contest__h3__date {
    font-size: 27px;
    varter-spacing: 0;
    margin-bottom: 50px;
    varter-spacing: 0;
  }
}

body section#about-contest h3 .about-contest__h3__items__wrapper #about-contest__h3__date span {
  font-size: 24px;
  font-weight: 700;
}

@media screen and (max-width: 544px) {
  body section#about-contest h3 .about-contest__h3__items__wrapper #about-contest__h3__date span {
    font-size: 18px;
    varter-spacing: 0;
  }
}

body section#about-contest h3 .about-contest__h3__items__wrapper #about-contest__h3__theme {
  font-size: 39px;
  font-weight: 700;
  line-height: 2.3rem;
  text-align: center;
  display: block;
  width: auto;
  margin-top: 15px;
}

@media screen and (max-width: 544px) {
  body section#about-contest h3 .about-contest__h3__items__wrapper #about-contest__h3__theme {
    font-size: 29px;
    margin-left: 10px;
  }
}

body section#about-contest h3 .about-contest__h3__items__wrapper #about-contest__h3__theme span {
  font-weight: 500;
  display: block;
  margin-left: 15px;
}

@media screen and (max-width: 544px) {
  body section#about-contest h3 .about-contest__h3__items__wrapper #about-contest__h3__theme span {
    font-size: 14px;
    line-height: 1.5rem;
    margin: 10px auto 10px 0;
    varter-spacing: 0;
    white-space: nowrap;
  }
}

body section#about-contest h3 a#about-contest__h3__apply-button {
  margin-top: 30px;
  margin-bottom: 80px;
  color: white;
  background: #0095cf;
  opacity: 0;
}

body section#about-contest h3 a.close#about-contest__h3__apply-button {
  background-color: #c5c5c5;
  opacity: 0.3 !important;
}

body section#about-contest h3 a#about-contest__h3__apply-button:hover {
  opacity: 0.8 !important;
}

body section#about-contest h3 .apply-button--baned.pointer-events--none {
  margin-top: 30px;
  margin-bottom: 80px;
  margin-bottom-opacity: 1;
}

body section#about-contest #about-contest__h3__image-scroll {
  width: 100%;
  height: auto;
  margin: 0 auto 15px auto;
  top: 20px;
  overflow: hidden;
}

body section#about-contest #about-contest__h3__image-scroll .scrollY01 {
  bottom: 20px;
}

@media screen and (max-width: 544px) {
  body section#about-contest #about-contest__h3__image-scroll .scrollY01 {
    bottom: 5px;
  }
}

body section#about-contest #about-contest__h3__image-scroll .about-contest__h3__image-scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  width: auto;
  height: 353px;
  margin: 0 auto;
  padding: 10px 0;
}

@media screen and (max-width: 544px) {
  body section#about-contest #about-contest__h3__image-scroll .about-contest__h3__image-scroll {
    height: 100px;
    margin: 5px 0;
    padding: 0;
  }
}

body section#about-contest #about-contest__h3__image-scroll .about-contest__h3__image-scroll .image-scroll__items img {
  display: block;
  width: auto;
  height: 353px;
  margin: 10px 20px 10px 0;
}

@media screen and (max-width: 544px) {
  body section#about-contest #about-contest__h3__image-scroll .about-contest__h3__image-scroll .image-scroll__items img {
    height: 100px;
    margin: 5px 10px 5px 0;
  }
}

body section#about-contest #about-contest__h3__image-scroll .about-contest__h3__image-scroll:nth-of-type(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

body section#about-contest #about-contest__h3__image-scroll .about-contest__h3__image-scroll:nth-of-type(2) .image-scroll__items img {
  margin: 10px 0 10px 20px;
}

@media screen and (max-width: 544px) {
  body section#about-contest #about-contest__h3__image-scroll .about-contest__h3__image-scroll:nth-of-type(2) .image-scroll__items img {
    margin: 5px 0 5px 10px;
  }
}

body section#about-contest #about-contest__h3__image-note {
  font-size: 13px;
  text-align: right;
  margin-right: 2%;
  top: 15px;
}

body section#about-contest #about-contest__h3__image-note.red {
  color: #CE1627;
}

@media screen and (max-width: 544px) {
  body section#about-contest #about-contest__h3__image-note {
    font-size: 13px;
    width: 95%;
    margin: 0 auto;
  }
}

body section#prize h3.prize__font--large {
  font-size: 39px;
  font-weight: 700;
  line-height: 6rem;
  color: #4d4d4d;
  text-align: center;
  width: 1000px;
  margin-top: 45px;
}

@media screen and (max-width: 992px) {
  body section#prize h3.prize__font--large {
    width: 95%;
  }

  body section#prize h3.prize__font--large {
    font-size: 35px;
  }
}

body section#prize h3.prize__font--large .prize__font--large {
  font-size: 42px;
  font-weight: 700;
  line-height: 6rem;
  color: #4d4d4d;
  text-align: center;
  width: 1000px;
  margin-top: 45px;
}

@media screen and (max-width: 992px) {
  body section#prize h3.prize__font--large .prize__font--large {
    width: 95%;
  }
}

@media screen and (max-width: 544px) {
  body section#prize h3.prize__font--large .prize__font--large {
    display: block;
    font-size: 27px;
    varter-spacing: 0;
    line-height: 3rem;
    width: 95%;
    margin-top: 80px;
  }
}

body section#prize h3.prize__font--large::after {
  content: "";
  display: block;
  position: absolute;
  width: 96%;
  top: 83px;
  right: 0;
  left: 0;
  margin: auto;
  border-top: solid 3px #4d4d4d;
}

body section#prize h3.prize__font--large br.sp-554 {
  display: none;
}

@media screen and (max-width: 992px) {
  body section#prize h3.prize__font--large::after {
    width: 100%;
  }

}

@media screen and (max-width: 965px) {
  body section#prize h3.prize__font--large {
    font-size: 36px;
  }

  body section#prize h3.prize__font--large br {
    display: none;
  }

}

@media screen and (max-width: 930px) {
  body section#prize h3.prize__font--large {
    font-size: 35px;
  }
}

@media screen and (max-width: 885px) {
  body section#prize h3.prize__font--large {
    font-size: 33px;
  }
}

@media screen and (max-width: 820px) {
  body section#prize h3.prize__font--large {
    font-size: 30px;
  }
}

@media screen and (max-width: 768px) {
  body section#prize h3.prize__font--large {
    font-size: 29px;
  }
}

@media screen and (max-width: 554px) {
  body section#prize h3.prize__font--large {
    font-size: 43px;
  }

  body section#prize h3.prize__font--large br.sp-554 {
    display: block;
  }
}

@media screen and (max-width: 544px) {
  body section#prize h3.prize__font--large {
    font-size: 27px;
    varter-spacing: 0.1rem;
    line-height: 3rem;
    width: 95%;
    margin-top: 80px;
  }

  body section#prize h3.prize__font--large::after {
    height: 47px;
    top: 45px;
    width: 100%;
    border-bottom: solid 3px #4d4d4d;
  }
}


body section#prize h3.prize__font--large::before {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  top: 183px;
  right: 0;
  left: 0;
  margin: auto;
  border-top: solid 3px #4d4d4d;
}

@media screen and (max-width: 992px) {
  body section#prize h3.prize__font--large::before {
    width: 85%;
  }
}

@media screen and (max-width: 925px) {
  body section#prize h3.prize__font--large {
    font-size: 34px;
  }
}

@media screen and (max-width: 880px) {
  body section#prize h3.prize__font--large {
    font-size: 32px;
  }
}

@media screen and (max-width: 835px) {
  body section#prize h3.prize__font--large {
    font-size: 31px;
  }
}

@media screen and (max-width: 830px) {
  body section#prize h3.prize__font--large {
    font-size: 30px;
  }
}

@media screen and (max-width: 775px) {
  body section#prize h3.prize__font--large {
    font-size: 29px;
  }
}

@media screen and (max-width: 755px) {
  body section#prize h3.prize__font--large {
    font-size: 28px;
  }
}

@media screen and (max-width: 740px) {
  body section#prize h3.prize__font--large {
    font-size: 27px;
  }
}

@media screen and (max-width: 725px) {
  body section#prize h3.prize__font--large {
    font-size: 27px;
  }
}

@media screen and (max-width: 710px) {
  body section#prize h3.prize__font--large {
    font-size: 26px;
  }
}

@media screen and (max-width: 680px) {
  body section#prize h3.prize__font--large {
    font-size: 25px;
  }
}

@media screen and (max-width: 665px) {
  body section#prize h3.prize__font--large {
    font-size: 24px;
  }
}

@media screen and (max-width: 645px) {
  body section#prize h3.prize__font--large {
    font-size: 24px;
  }
}

@media screen and (max-width: 625px) {
  body section#prize h3.prize__font--large {
    font-size: 23px;
  }
}

@media screen and (max-width: 615px) {
  body section#prize h3.prize__font--large {
    font-size: 22px;
  }
}

@media screen and (max-width: 590px) {
  body section#prize h3.prize__font--large {
    font-size: 21px;
  }
}

@media screen and (max-width: 565px) {
  body section#prize h3.prize__font--large {
    font-size: 20px;
  }
}

@media screen and (max-width: 554px) {
  body section#prize h3.prize__font--large {
    font-size: 40px;
  }

  .sp-554 {
    display: block;
  }
}

@media screen and (max-width: 540px) {
  body section#prize h3.prize__font--large {
    font-size: 30px;
  }
}

body section#prize h3.prize__font--large span {
  font-size: 26px;
  font-weight: 700;
}

@media screen and (max-width: 544px) {
  body section#prize h3.prize__font--large::before {
    width: 100%;
    top: 145px;
    varter-spacing: 0.1rem;
  }
}

body section#prize h3.prize__font--large span {
  font-size: 26px;
  font-weight: 700;
}

@media screen and (max-width: 544px) {
  body section#prize h3.prize__font--large span {
    font-size: 19px;
    text-align: center;
    varter-spacing: 0.1rem;
  }
}

body section#prize h3.prize__font--large span.line_change {
  font-size: 42px;
  font-weight: 700;
  line-height: 6rem;
  color: #4d4d4d;
  text-align: center;
  width: 1000px;
  margin-top: 45px;
}



@media screen and (max-width: 992px) {
  body section#prize h3.prize__font--large span.line_change {
    width: 95%;
  }

}

@media screen and (max-width: 544px) {
  body section#prize h3.prize__font--large span.line_change {
    font-size: 27px;
    varter-spacing: 0.1rem;
    line-height: 3rem;
    width: 95%;
    margin: 0 auto;
    padding: 0;
  }

  body section#prize h3.prize__font--large span.line_change .prize__h3__asterisk {
    text-align: center;
    font-size: 22px;
  }
}

body section#prize h3.prize__font--large .prize__h3__note {
  text-align: right;
  width: 980px;
  margin: 0 auto;
}

@media screen and (max-width: 992px) {
  body section#prize h3.prize__font--large .prize__h3__note {
    width: 95%;
  }
}

@media screen and (max-width: 544px) {
  body section#prize h3.prize__font--large .prize__h3__note {
    font-size: 13px;
    varter-spacing: 1px;
    width: 95%;
  }
}

body section#prize h4 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 992px) {
  body section#prize h4 ul {
    width: 95%;
  }
}

@media screen and (max-width: 544px) {
  body section#prize h4 ul {
    width: 95%;
  }
}

@media screen and (max-width: 430px) {
  body section#prize h3.prize__font--large {
    font-size: 27px;
  }
}

@media screen and (max-width: 414px) {
  body section#prize h3.prize__font--large {
    font-size: 26px;
  }
}

@media screen and (max-width: 393px) {
  body section#prize h3.prize__font--large {
    font-size: 24px;
  }
}

@media screen and (max-width: 375px) {
  body section#kv {
    height: 325px;
  }

  body section#prize h3.prize__font--large {
    font-size: 23px;
  }
}

@media screen and (max-width: 320px) {

  body section#prize h3.prize__font--large,
  body section#prize h3.prize__font--large span.line_change {
    font-size: 23px;
  }
}

body section#prize h4 ul li {
  text-align: center;
  width: 31%;
  height: auto;
  margin: 10px;
  border: solid 2px #0095cf;
}

@media screen and (max-width: 992px) {
  body section#prize h4 ul li {
    width: 30%;
  }
}

@media screen and (max-width: 544px) {
  body section#prize h4 ul li {
    width: 100%;
  }
}

body section#prize h4 ul li .prize__title {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  padding: 20px 0;
  background: #0095cf;
  color: white;
}

@media screen and (max-width: 992px) {
  body section#prize h4 ul li .prize__title {
    font-size: 28px;
  }
}

body section#prize h4 ul li .prize__title::before {
  content: url(../imgs/trophy.svg);
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  margin-right: 12px;
  z-index: 10;
}

body section#prize h4 ul li .prize__parson {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  color: white;
  width: 220px;
  margin: 35px auto 0 auto;
  padding: 10px;
  background: #0095cf;
  border-radius: 50px;
}

body section#prize h4 ul li .prize__parson span {
  font-size: 16px;
  font-weight: 700;
  color: white;
}

body section#prize h4 ul li ul.prize__description {
  display: block;
  width: 100%;
  margin: 35px auto 35px auto;
}

body section#prize h4 ul li ul.prize__description li {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  width: 200px;
  margin: 0 auto;
  border: none;
}

@media screen and (max-width: 544px) {
  body section#prize h4 ul li ul.prize__description li {
    width: auto;
  }
}

body section#prize h4 ul li ul.prize__description li span.upper-part_no {
  font-size: 20px;
  font-weight: 500;
}

body section#prize h4 ul li ul.prize__description li:nth-of-type(2) {
  font-size: 20px;
  text-align: center;
  display: block;
  margin: 0 auto;
}

body section#prize h4 ul li:nth-of-type(1) {
  border: solid 2px #cba600;
}

body section#prize h4 ul li:nth-of-type(1) .prize__title {
  background: -webkit-gradient(linear, left top, right top, from(#cba600), color-stop(17%, #e0be00), color-stop(40%, #cba600), color-stop(57%, #e0be00), to(#cba600));
  background: linear-gradient(to right, #cba600, #e0be00 17%, #cba600 40%, #e0be00 57%, #cba600);
}

body section#prize h4 ul li:nth-of-type(1) .prize__parson {
  background: -webkit-gradient(linear, left top, right top, from(#cba600), color-stop(17%, #e0be00), color-stop(40%, #cba600), color-stop(57%, #e0be00), to(#cba600));
  background: linear-gradient(to right, #cba600, #e0be00 17%, #cba600 40%, #e0be00 57%, #cba600);
}

body section#prize h4 ul li:nth-of-type(2) {
  border: solid 2px #aaaaaa;
}

body section#prize h4 ul li:nth-of-type(2) .prize__title {
  background: -webkit-gradient(linear, left top, right top, from(#aaaaaa), color-stop(17%, #c8c8c8), color-stop(40%, #aaaaaa), color-stop(57%, #c8c8c8), to(#b4b4b4));
  background: linear-gradient(to right, #aaaaaa, #c8c8c8 17%, #aaaaaa 40%, #c8c8c8 57%, #b4b4b4);
}

body section#prize h4 ul li:nth-of-type(2) .prize__parson {
  background: -webkit-gradient(linear, left top, right top, from(#aaaaaa), color-stop(17%, #c8c8c8), color-stop(40%, #aaaaaa), color-stop(57%, #c8c8c8), to(#b4b4b4));
  background: linear-gradient(to right, #aaaaaa, #c8c8c8 17%, #aaaaaa 40%, #c8c8c8 57%, #b4b4b4);
}

body section#prize h4 ul li:nth-of-type(3) {
  border: solid 2px #c19268;
}

body section#prize h4 ul li:nth-of-type(3) .prize__title {
  background: -webkit-gradient(linear, left top, right top, from(#c19268), color-stop(17%, #d6ac81), color-stop(40%, #bb9169), color-stop(57%, #d6ac81), to(#c19469));
  background: linear-gradient(to right, #c19268, #d6ac81 17%, #bb9169 40%, #d6ac81 57%, #c19469);
}

body section#prize h4 ul li:nth-of-type(3) .prize__parson {
  background: -webkit-gradient(linear, left top, right top, from(#c19268), color-stop(17%, #d6ac81), color-stop(40%, #bb9169), color-stop(57%, #d6ac81), to(#c19469));
  background: linear-gradient(to right, #c19268, #d6ac81 17%, #bb9169 40%, #d6ac81 57%, #c19469);
}

body section#prize h4 .note {
  width: 980px;
  text-align: right;
  margin: 0 auto;
}

@media screen and (max-width: 992px) {
  body section#prize h4 .note {
    width: 95%;
  }
}

@media screen and (max-width: 544px) {
  body section#prize h4 .note {
    font-size: 13px;
    text-align: left;
    varter-spacing: 2px;
    width: 95%;
  }
}

body section#description {
  top: 0;
  padding-top: 30px;
  overflow: hidden;
}

@media screen and (max-width: 544px) {
  body section#description {
    padding-top: 40px;
  }
}

body section#description h2 {
  display: block;
}

body section#description>ul {
  display: block;
  margin: 0 auto;
  width: 700px;
}

@media screen and (max-width: 544px) {
  body section#description>ul {
    width: 90%;
  }
}

body section#description>ul li {
  margin-top: 85px;
}

body section#description>ul li h3 {
  font-size: 22px;
  font-weight: 500;
  color: #0095cf;
  line-height: 0;
  margin-top: -23px;
  margin-bottom: 30px;
}

@media screen and (max-width: lg) {
  body section#description>ul li h3 {
    font-size: 26px;
  }
}

@media screen and (max-width: 544px) {
  body section#description>ul li h3 {
    font-size: 22px !important;
  }
}

body section#description>ul li .theme {
  font-size: 39px;
  font-weight: 500;
  color: #0095cf;
  margin-bottom: 10px;
}

@media screen and (max-width: 544px) {
  body section#description>ul li .theme {
    font-size: 30px;
  }
}

body section#description>ul li p {
  margin-bottom: 0;
}

body section#description>ul li .discription_date {
  font-size: 20px;
  varter-spacing: 0.2rem;
  text-align: left;
}

body section#description>ul li:first-child h3 {
  margin-top: 50px;
}

body section#description>ul li ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 90%;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
}

@media screen and (max-width: 544px) {
  body section#description>ul li ul {
    width: 95%;
    inset: 0;
    margin: 0 auto 30px auto;
  }
}

body section#description>ul li ul li.description__illustrations {
  width: 270px;
  height: 200px;
  margin: 50px 0 30px 0;
  border: solid 2px #0095cf;
}

@media screen and (max-width: 544px) {
  body section#description>ul li ul li.description__illustrations {
    width: calc(270px*.47);
    height: calc(200px*.47);
  }
}

body section#description>ul li ul li.description__illustrations::before {
  content: url(../imgs/x.svg);
  display: block;
  width: 46px;
  height: 46px;
  margin: -23px auto auto -23px;
}

@media screen and (max-width: 544px) {
  body section#description>ul li ul li.description__illustrations::before {
    width: 35px;
    height: 35px;
    margin: -17px auto auto -17px;
  }
}

body section#description>ul li ul li.description__illustrations::after {
  display: block;
  margin-left: 25%;
  margin-top: 185px;
}

@media screen and (max-width: 544px) {
  body section#description>ul li ul li.description__illustrations::after {
    font-size: 14px;
    varter-spacing: 0;
    text-align: center;
    inset: 0;
    margin: auto;
    margin-top: 85px;
  }
}

body section#description>ul li ul li.description__illustrations:nth-of-type(1) {
  background: url(../imgs/description_illustrations_01.svg) no-repeat center/cover;
}

body section#description>ul li ul li.description__illustrations:nth-of-type(1)::after {
  content: "体操服は不可";
}

body section#description>ul li ul li.description__illustrations:nth-of-type(2) {
  background: url(../imgs/description_illustrations_02.svg) no-repeat center/cover;
}

body section#description>ul li ul li.description__illustrations:nth-of-type(2)::after {
  content: "シルエットは不可";
}

body section#description>ul li ul li.description__illustrations:nth-of-type(3) {
  background: url(../imgs/description_illustrations_03.svg) no-repeat center/cover;
}

body section#description>ul li ul li.description__illustrations:nth-of-type(3)::after {
  content: "白黒は不可";
}

body section#description>ul li ul li.description__illustrations:nth-of-type(4) {
  background: url(../imgs/description_illustrations_04.svg) no-repeat center/cover;
}

body section#description>ul li ul li.description__illustrations:nth-of-type(4)::after {
  content: "セピアは不可";
}

body section#judges {
  width: 100%;
}

body section#judges ul#judges__container {
  width: 100%;
  margin: 62px auto;
}

body section#judges ul#judges__container .judges__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  body section#judges ul#judges__container .judges__container {
    width: 100%;
  }
}

@media screen and (max-width: 992px) {
  body section#judges ul#judges__container .judges__container {
    width: 100%;
  }
}

@media screen and (max-width: 544px) {
  body section#judges ul#judges__container .judges__container {
    display: block;
    width: 100%;
  }
}

body section#judges ul#judges__container .judges__container h3.judges__judge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 440px;
  height: 211px;
  margin: 10px 10px 10px 10px;
}

@media screen and (max-width: 1200px) {
  body section#judges ul#judges__container .judges__container h3.judges__judge {
    width: 328px;
    height: 200px;
  }
}

@media screen and (max-width: 992px) {
  body section#judges ul#judges__container .judges__container h3.judges__judge {
    width: 260px;
    height: 200px;
    margin: 5px;
  }
}

@media screen and (max-width: 544px) {
  body section#judges ul#judges__container .judges__container h3.judges__judge {
    width: 100%;
    height: 200px;
    margin: 0 auto;
  }
}

body section#judges ul#judges__container .judges__container h3.judges__judge .judges__judge__img {
  width: 50%;
  height: 100%;
  background: #4d4d4d;
}

@media screen and (max-width: 1200px) {
  body section#judges ul#judges__container .judges__container h3.judges__judge .judges__judge__img {
    width: 40%;
  }
}

@media screen and (max-width: 992px) {
  body section#judges ul#judges__container .judges__container h3.judges__judge .judges__judge__img {
    width: 50%;
  }
}

@media screen and (max-width: 544px) {
  body section#judges ul#judges__container .judges__container h3.judges__judge .judges__judge__img {
    width: 50%;
  }
}

body section#judges ul#judges__container .judges__container h3.judges__judge .judges__judge__info {
  width: 50%;
  height: 100%;
  background: #0095cf;
  cursor: pointer;
}

@media screen and (max-width: 1200px) {
  body section#judges ul#judges__container .judges__container h3.judges__judge .judges__judge__info {
    width: 60%;
  }
}

@media screen and (max-width: 992px) {
  body section#judges ul#judges__container .judges__container h3.judges__judge .judges__judge__info {
    width: 50%;
  }
}

@media screen and (max-width: 544px) {
  body section#judges ul#judges__container .judges__container h3.judges__judge .judges__judge__info {
    width: 50%;
  }
}

body section#judges ul#judges__container .judges__container h3.judges__judge .judges__judge__info .judges__judge__name {
  font-size: 26px;
  color: #ffed00;
  margin: 30px auto auto 25px;
}

@media screen and (max-width: 992px) {
  body section#judges ul#judges__container .judges__container h3.judges__judge .judges__judge__info .judges__judge__name {
    font-size: 22px;
    font-weight: 700;
    color: #ffed00;
    margin: 20px auto auto 10px;
  }
}

body section#judges ul#judges__container .judges__container h3.judges__judge .judges__judge__info .judges__judge__posts {
  font-size: 13px;
  font-weight: 400;
  color: white;
  varter-spacing: 0;
  line-height: 1.2rem;
  margin: 20px auto auto 25px;
}

@media screen and (max-width: 992px) {
  body section#judges ul#judges__container .judges__container h3.judges__judge .judges__judge__info .judges__judge__posts {
    font-size: 11px;
    line-height: 1.1rem;
    varter-spacing: 0;
    margin: 20px auto auto 10px;
  }
}

body section#judges ul#judges__container .judges__container h3.judges__judge .judges__judge__info .arrow {
  position: absolute;
  width: 63px;
  height: 11px;
  background: url(../imgs/arrow.svg) no-repeat center/contain;
  bottom: 20px;
  right: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 1200px) {
  body section#judges ul#judges__container .judges__container h3.judges__judge .judges__judge__info .arrow {
    bottom: 20px;
  }
}

@media screen and (max-width: 992px) {
  body section#judges ul#judges__container .judges__container h3.judges__judge .judges__judge__info .arrow {
    bottom: 20px;
  }
}

body section#judges ul#judges__container .judges__container h3.judges__judge .judges__judge__info:hover>.arrow {
  right: 15px;
}

body section#judges ul#judges__container li#judges__container--01 h3.judges__judge:nth-of-type(1) {
  margin-left: 0;
}

body section#judges ul#judges__container li#judges__container--01 h3.judges__judge:nth-of-type(1) .judges__judge__img {
  background: url(../imgs/judge_01.jpg) no-repeat center/cover;
}

@media screen and (max-width: 544px) {
  body section#judges ul#judges__container li#judges__container--01 h3.judges__judge:nth-of-type(1) .judges__judge__img {
    background: url(../imgs/judge_01.jpg) no-repeat center top/cover;
  }
}

body section#judges ul#judges__container li#judges__container--01 h3.judges__judge:nth-of-type(2) {
  margin-right: 0;
}

body section#judges ul#judges__container li#judges__container--01 h3.judges__judge:nth-of-type(2) .judges__judge__img {
  background: url(../imgs/judge_02.jpg) no-repeat center/cover;
}

@media screen and (max-width: 544px) {
  body section#judges ul#judges__container li#judges__container--01 h3.judges__judge:nth-of-type(2) .judges__judge__img {
    background: url(../imgs/judge_02.jpg) no-repeat center top/cover;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

body section#judges ul#judges__container li#judges__container--02 h3.judges__judge:nth-of-type(1) {
  margin-left: 0;
}

body section#judges ul#judges__container li#judges__container--02 h3.judges__judge:nth-of-type(1) .judges__judge__img {
  background: url(../imgs/judge_03.jpg) no-repeat center/cover;
}

@media screen and (max-width: 544px) {
  body section#judges ul#judges__container li#judges__container--02 h3.judges__judge:nth-of-type(1) .judges__judge__img {
    background: url(../imgs/judge_03.jpg) no-repeat center top/cover;
  }
}

body section#judges ul#judges__container li#judges__container--02 h3.judges__judge:nth-of-type(2) .judges__judge__img {
  background: url(../imgs/judge_04.jpg) no-repeat center/cover;
}

@media screen and (max-width: 544px) {
  body section#judges ul#judges__container li#judges__container--02 h3.judges__judge:nth-of-type(2) .judges__judge__img {
    background: url(../imgs/judge_04.jpg) no-repeat center top/cover;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

body section#judges ul#judges__container li#judges__container--02 h3.judges__judge:nth-of-type(3) {
  margin-right: 0;
}

body section#judges ul#judges__container li#judges__container--02 h3.judges__judge:nth-of-type(3) .judges__judge__img {
  background: url(../imgs/judge_05.jpg) no-repeat center/cover;
}

@media screen and (max-width: 544px) {
  body section#judges ul#judges__container li#judges__container--02 h3.judges__judge:nth-of-type(3) .judges__judge__img {
    background: url(../imgs/judge_05.jpg) no-repeat center top/cover;
  }
}

body section#judges ul.modal__container .modal {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  z-index: 101;
  background: #0095cf;
}

body section#judges ul.modal__container .modal .modal_bg {
  display: block;
  position: absolute;
  width: 0;
  height: 100%;
  bottom: 0;
  left: 0;
  background: #0095cf;
  overflow: hidden;
}

body section#judges ul.modal__container .modal .modal_bg::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  left: 0;
  width: 110%;
  height: 110%;
  background: url(../imgs/footer_bg_02.png) no-repeat center/cover;
  -webkit-animation: modal_bg 12s linear infinite;
  animation: modal_bg 12s linear infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

@media screen and (max-width: 544px) {
  body section#judges ul.modal__container .modal .modal_bg {
    width: 100%;
    height: 0;
  }

  body section#judges ul.modal__container .modal .modal_bg::before {
    left: 0;
    width: 110%;
    height: 110%;
    background: url(../imgs/footer_bg_02.png) no-repeat center/cover;
    -webkit-animation: modal_bg_sp 7s linear infinite;
    animation: modal_bg_sp 7s linear infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
  }
}

@-webkit-keyframes modal_bg {
  0% {
    left: 0;
  }

  100% {
    left: -20%;
  }
}

@keyframes modal_bg {
  0% {
    left: 0;
  }

  100% {
    left: -20%;
  }
}

@-webkit-keyframes modal_bg_sp {
  0% {
    left: 0;
  }

  100% {
    left: -10%;
  }
}

@keyframes modal_bg_sp {
  0% {
    left: 0;
  }

  100% {
    left: -10%;
  }
}

body section#judges ul.modal__container .modal ul {
  display: none;
  position: absolute;
  width: 844px;
  height: 385px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  opacity: 0;
}

@media screen and (max-width: 992px) {
  body section#judges ul.modal__container .modal ul {
    width: 80%;
    height: 60%;
    top: -20%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 544px) {
  body section#judges ul.modal__container .modal ul {
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

body section#judges ul.modal__container .modal ul li.modal__judge__img {
  display: block;
  width: 343px;
  height: 100%;
}

@media screen and (max-width: 992px) {
  body section#judges ul.modal__container .modal ul li.modal__judge__img {
    width: 343px;
    height: 100%;
    margin: 0 auto;
    padding: 22%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media screen and (max-width: 544px) {
  body section#judges ul.modal__container .modal ul li.modal__judge__img {
    width: 220px;
    height: 220px;
    margin: -20px auto 0 auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

body section#judges ul.modal__container .modal ul li.modal__judge__info {
  width: 50%;
  height: 100%;
  margin-left: 40px;
}

@media screen and (max-width: 992px) {
  body section#judges ul.modal__container .modal ul li.modal__judge__info {
    width: 340px;
    height: auto;
    margin: 0 auto;
    bottom: 20px;
  }
}

@media screen and (max-width: 544px) {
  body section#judges ul.modal__container .modal ul li.modal__judge__info {
    width: 300px;
    height: auto;
    margin: 40% auto 0 auto;
  }
}

body section#judges ul.modal__container .modal ul li.modal__judge__info .modal__judge__name {
  font-size: 26px;
  color: #ffed00;
  margin-bottom: 30px;
}

@media screen and (max-width: 544px) {
  body section#judges ul.modal__container .modal ul li.modal__judge__info .modal__judge__name {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

body section#judges ul.modal__container .modal ul li.modal__judge__info .modal__judge__posts {
  color: white;
  margin-bottom: 30px;
  line-height: 1.7rem;
}

@media screen and (max-width: 544px) {
  body section#judges ul.modal__container .modal ul li.modal__judge__info .modal__judge__posts {
    font-size: 13px;
    margin-bottom: 15px;
    line-height: 1.3rem;
  }
}

body section#judges ul.modal__container .modal ul li.modal__judge__info .modal_phara {
  color: white;
  line-height: 1.7rem;
}

@media screen and (max-width: 544px) {
  body section#judges ul.modal__container .modal ul li.modal__judge__info .modal_phara {
    font-size: 12px;
    margin-bottom: 15px;
    line-height: 1.3rem;
  }
}

body section#judges ul.modal__container .modal .modal_xButton {
  display: block;
  position: absolute;
  width: 45px;
  height: 45px;
  top: 10%;
  right: 10%;
  z-index: 2;
}

@media screen and (max-width: 992px) {
  body section#judges ul.modal__container .modal .modal_xButton {
    top: 3%;
    right: 5%;
  }
}

@media screen and (max-width: 544px) {
  body section#judges ul.modal__container .modal .modal_xButton {
    top: 7%;
  }
}

body section#judges ul.modal__container .modal .modal_xButton:hover {
  cursor: pointer;
}

body section#judges ul.modal__container .modal .modal_xButton span.xbutton {
  display: block;
  width: 100%;
  height: 3px;
  margin-top: 20px;
  background: #ffed00;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

body section#judges ul.modal__container .modal .modal_xButton span.xbutton:nth-of-type(2) {
  margin-top: -2px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media screen and (max-width: 544px) {
  body section#judges ul.modal__container .modal .modal_xButton span.xbutton {
    margin-top: -20px;
  }
}

body section#judges ul.modal__container #judges__modal--01 li.modal__judge__img {
  background: url(../imgs/judge_01.jpg) no-repeat center/contain;
}

body section#judges ul.modal__container #judges__modal--02 li.modal__judge__img {
  background: url(../imgs/judge_02.jpg) no-repeat center/contain;
}

body section#judges ul.modal__container #judges__modal--03 li.modal__judge__img {
  background: url(../imgs/judge_03.jpg) no-repeat center/contain;
}

body section#judges ul.modal__container #judges__modal--04 li.modal__judge__img {
  background: url(../imgs/judge_04.jpg) no-repeat center/contain;
}

body section#judges ul.modal__container #judges__modal--05 li.modal__judge__img {
  background: url(../imgs/judge_05.jpg) no-repeat center/contain;
}

body section#judges .modal__open {
  display: block !important;
  -webkit-animation: modal_open_pc 0.1s linear forwards;
  animation: modal_open_pc 0.1s linear forwards;
}

body section#judges .modal__open .modal_bg {
  display: block !important;
  -webkit-animation: modal_open__img_pc 0.2s linear forwards;
  animation: modal_open__img_pc 0.2s linear forwards;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

body section#judges .modal__open ul {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-animation: modal_open__items_pc 0.2s linear forwards;
  animation: modal_open__items_pc 0.2s linear forwards;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

@media screen and (max-width: 544px) {
  body section#judges .modal__open .modal_bg {
    -webkit-animation: modal_open__img_sp 0.2s linear forwards;
    animation: modal_open__img_sp 0.2s linear forwards;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
  }
}

@-webkit-keyframes modal_open_pc {
  0% {
    width: 0;
  }

  100% {
    width: 100vw;
  }
}

@keyframes modal_open_pc {
  0% {
    width: 0;
  }

  100% {
    width: 100vw;
  }
}

@-webkit-keyframes modal_open__items_pc {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes modal_open__items_pc {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes modal_open__img_pc {
  0% {
    width: 0;
  }

  100% {
    width: 40%;
  }
}

@keyframes modal_open__img_pc {
  0% {
    width: 0;
  }

  100% {
    width: 40%;
  }
}

@-webkit-keyframes modal_open__img_sp {
  0% {
    height: 0;
  }

  100% {
    height: 37%;
  }
}

@keyframes modal_open__img_sp {
  0% {
    height: 0;
  }

  100% {
    height: 37%;
  }
}

body section#question ul {
  width: 700px;
  margin: 65px auto 0 auto;
}

@media screen and (max-width: 544px) {
  body section#question ul {
    width: 90%;
    margin-top: 100px;
  }
}

body section#question ul li {
  margin-bottom: 40px;
}

@media screen and (max-width: 544px) {
  body section#question ul li {
    margin-bottom: 70px;
  }
}

body section#question ul li .questions {
  font-size: 26px;
  font-weight: 700;
  color: #0095cf;
}

@media screen and (max-width: 544px) {
  body section#question ul li .questions {
    font-size: 20px;
  }
}

body section#question ul li .questions::before {
  content: "Q.";
  font-size: 26px;
  font-weight: 700;
  color: #0095cf;
  position: absolute;
  top: 5px;
  left: -32px;
}

@media screen and (max-width: 544px) {
  body section#question ul li .questions::before {
    font-size: 20px;
    top: -23px;
    left: 2px;
  }
}

body section#question ul li .answers {
  varter-spacing: 1px;
  margin-top: 20px;
}

body section#companies ul {
  width: 500px;
  margin: 0 auto;
}

@media screen and (max-width: 544px) {
  body section#companies ul {
    width: 95%;
  }
}

body section#companies ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px;
}

body section#companies ul li .position {
  font-size: 18px;
  width: 45px;
  margin-right: 15px;
}

body section#companies ul li:nth-of-type(1) {
  margin-top: 70px;
}

@media screen and (max-width: 544px) {
  body section#companies ul li:nth-of-type(1) {
    margin-top: 90px;
  }
}

body section#companies ul li:nth-of-type(1) .companies_logo {
  width: 423px;
  height: 56px;
  background: url(../imgs/footer_kanko.svg) no-repeat top left/contain;
}

@media screen and (max-width: 544px) {
  body section#companies ul li:nth-of-type(1) .companies_logo {
    width: calc(432px*.6);
    height: calc(56px*.6);
  }
}

body section#companies ul li:nth-of-type(2) .companies_logo {
  width: 343px;
  height: 73px;
  background: url(../imgs/footer_koutougakko_renmei.svg) no-repeat top left/contain;
}

@media screen and (max-width: 544px) {
  body section#companies ul li:nth-of-type(2) .companies_logo {
    width: calc(343px*.65);
    height: calc(73px*.65);
  }
}

body section#companies ul li:nth-of-type(3) .companies_logo {
  width: 473px;
  height: 43px;
  background: url(../imgs/footer_avex.svg) no-repeat top left/contain;
}

body section#companies ul.fase02 li:nth-of-type(3) .companies_logo {
  width: 188px;
  height: 54px;
  background: url(../imgs/footer_haruta.svg) no-repeat top left/contain;
}

body section#companies ul li:nth-of-type(4) .companies_logo {
  width: 473px;
  height: 43px;
  background: url(../imgs/footer_avex.svg) no-repeat top left/contain;
}

body section#companies ul li.fadein.scrollin:nth-child(3) {
  display: none;
}

@media screen and (max-width: 544px) {
  body section#companies ul li:nth-of-type(3) .companies_logo {
    width: calc(473px*.65);
    height: calc(43px*.65);
  }

  body section#companies ul li:nth-of-type(4) .companies_logo {
    width: calc(473px*.65);
    height: calc(43px*.65);
  }
}

body section#contact h3.contact__mail-ad {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  width: 560px;
  margin: 74px auto 60px auto;
}

body section#contact h3.contact__mail-ad span {
  font-size: 26px;
  font-weight: 700;
  color: #0095cf;
}

@media screen and (max-width: 544px) {
  body section#contact h3.contact__mail-ad {
    font-size: 18px;
    width: 95%;
    margin-top: 120px;
    margin-bottom: 40px;
  }

  body section#contact h3.contact__mail-ad span {
    display: block;
    font-size: 18px;
    text-align: center;
  }
}

body section#contact h3.contact__mail-ad::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 25px;
  margin-left: -45px;
  background: url(../imgs/mail.svg) no-repeat center/contain;
}

@media screen and (max-width: 544px) {
  body section#contact h3.contact__mail-ad::before {
    text-align: center;
    inset: 0 !important;
    margin: auto !important;
    margin-top: -35px !important;
  }
}

body section#contact ul {
  display: block;
  width: 700px;
  text-align: center;
  margin: 0 auto 46px auto;
}

@media screen and (max-width: 544px) {
  body section#contact ul {
    width: 95%;
  }
}

body section#contact ul li {
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}

@media screen and (max-width: 544px) {
  body section#contact ul li {
    font-size: 13px;
    margin-bottom: 15px;
  }

  body section#contact ul li:last-child {
    varter-spacing: 0;
  }
}

body section#contact h4 {
  varter-spacing: 1px;
  width: 700px;
  margin: 0 auto 30px auto;
}

@media screen and (max-width: 544px) {
  body section#contact h4 {
    font-size: 13px;
    width: 95%;
    margin-bottom: 20px;
  }
}

body section#contact h4 .cross {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 27px;
  right: 27px;
  background: url(../imgs/cross.svg) no-repeat top right/contain;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

body section#contact h4 .cross:hover {
  cursor: pointer;
}

@media screen and (max-width: 544px) {
  body section#contact h4 .cross {
    top: 19px;
    rigth: 19px;
  }
}

body section#contact h4#contact__privacy-policy {
  font-weight: bold;
  text-align: center;
  height: 79px;
  padding: 25px;
  border: solid 2px #0095cf;
  overflow: hidden;
}

@media screen and (max-width: 544px) {
  body section#contact h4#contact__privacy-policy {
    font-size: 14px;
    height: 60px;
    padding: 18px;
  }
}

body section#contact h4#contact__privacy-policy .contact__paragraph {
  padding-top: 35px;
}

body section#contact h4#contact__privacy-policy .contact__paragraph p {
  font-size: 14px;
  font-weight: 400;
  color: #4d4d4d;
}

@media screen and (max-width: 544px) {
  body section#contact h4#contact__privacy-policy .contact__paragraph p {
    font-size: 13px;
  }
}

body section#contact h4#contact__privacy-policy .contact__paragraph ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 544px) {
  body section#contact h4#contact__privacy-policy .contact__paragraph ul {
    width: 100%;
    margin-bottom: 30px;
  }
}

body section#contact h4#contact__privacy-policy .contact__paragraph ul li {
  font-size: 14px;
  font-weight: 400;
  text-align: justify;
  width: 70%;
  margin: 20px auto 0 -50px;
}

@media screen and (max-width: 544px) {
  body section#contact h4#contact__privacy-policy .contact__paragraph ul li {
    font-size: 13px;
    font-weight: 400;
    varter-spacing: 0;
    width: 85%;
    margin-left: 0;
  }
}

body section#contact h4#contact__privacy-policy .contact__paragraph ul .privacy_logo {
  display: inline-block;
  width: 110px;
  height: 110px;
  margin-left: 40px;
}

@media screen and (max-width: 544px) {
  body section#contact h4#contact__privacy-policy .contact__paragraph ul .privacy_logo {
    display: block;
    width: 80px;
    height: 80px;
    margin-left: 0;
  }
}

body section#contact h4#contact__privacy-policy .contact__paragraph ul .privacy_logo img {
  width: 100%;
  height: 100%;
}

body section#contact h4#contact__terms-of-use {
  font-weight: bold;
  text-align: center;
  height: 79px;
  margin-bottom: 100px;
  padding: 25px;
  border: solid 2px #0095cf;
  overflow: hidden;
}

@media screen and (max-width: 544px) {
  body section#contact h4#contact__terms-of-use {
    font-size: 14px;
    height: 60px;
    margin-bottom: 50px;
    padding: 18px;
  }
}

body section#contact h4#contact__terms-of-use .contact__paragraph {
  padding-top: 30px;
}

body section#contact h4#contact__terms-of-use .contact__paragraph p {
  font-size: 14px;
  font-weight: 400;
  color: #4d4d4d;
}

body section#contact h4#contact__terms-of-use .contact__paragraph p .font--pink,
body section#contact h4#contact__terms-of-use .contact__paragraph p .font--blue {
  font-size: 14px;
  font-weight: 500;
}

body section#contact .contact--open {
  height: auto !important;
}

body section#contact .contact--open .cross {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 544px) {
  body section#contact .contact--open {
    height: auto;
  }
}

body footer#footer {
  width: 100%;
}

body footer#footer #footer__apply-button__container {
  width: 100%;
  height: 350px;
  padding-top: 125px;
  background-image: url(../imgs/footer_bg_02.png);
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
  -webkit-animation-name: footerAnimation;
  animation-name: footerAnimation;
  -webkit-animation-duration: 45s;
  animation-duration: 45s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

@media screen and (max-width: 544px) {
  body footer#footer #footer__apply-button__container {
    height: 178px;
    padding-top: 56px;
    background: url(../imgs/footer_bg_02.png) no-repeat center 60%/cover;
  }
}

body footer#footer #footer__apply-button__container a#footer__apply-button {
  color: white;
  background: #0095cf;
  opacity: 0.8;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

body footer#footer #footer__apply-button__container a.close#footer__apply-button {
  background-color: #c5c5c5;
  height: 100px;
  opacity: 0.6;
}

body footer#footer #footer__apply-button__container a#footer__apply-button:hover {
  opacity: 1;
}

@media screen and (max-width: 544px) {
  body footer#footer #footer__apply-button__container a.close#footer__apply-button {
    height: 57%;
  }
}

@media all and (-ms-high-contrast: none) {
  body footer#footer #footer__apply-button__container {
    background-image: url(../imgs/footer_bg.jpg);
    background-repeat: no-repeat;
    background-position: center -30vh;
    background-size: cover;
  }
}

body footer#footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 100px;
}

@media screen and (max-width: 544px) {
  body footer#footer ul {
    display: block;
    height: 70px;
  }
}

body footer#footer ul #footer__logo a {
  display: block;
  margin: 25px auto auto 20px;
  width: 191px;
  height: 44px;
}

@media screen and (max-width: 544px) {
  body footer#footer ul #footer__logo a {
    margin: 20px auto 0 auto;
    width: 143px;
    height: 33px;
  }
}

body footer#footer ul p {
  font-size: 14px;
  text-align: right;
  top: 70px;
  right: 20px;
}

@media screen and (max-width: 544px) {
  body footer#footer ul p {
    font-size: 10px;
    text-align: center;
    top: 10px;
    right: 0;
  }
}

@-webkit-keyframes footerAnimation {
  0% {
    background-position: center 0;
  }

  100% {
    background-position: center 100%;
  }
}

@keyframes footerAnimation {
  0% {
    background-position: center 0;
  }

  100% {
    background-position: center 100%;
  }
}

@-webkit-keyframes scrollToLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-221.5%);
    transform: translateX(-221.5%);
  }
}

@keyframes scrollToLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-221.5%);
    transform: translateX(-221.5%);
  }
}

@-webkit-keyframes scrollToRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(213%);
    transform: translateX(213%);
  }
}

@keyframes scrollToRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(213%);
    transform: translateX(213%);
  }
}

.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}

/* 画面内に入った状態 */
.fadein.scrollin {
  opacity: 1 !important;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.menu_baned__header {
  color: gray !important;
  opacity: 0.5;
}

.menu_baned__header::after {
  opacity: 0;
}

.menu_baned__hamburger {
  color: gray !important;
  opacity: 0.5;
}

.apply-button--baned {
  font-size: 25px;
  font-weight: 500;
  color: #cecece;
  text-align: center;
  display: block;
  height: 85px;
  width: 570px;
  margin-right: auto;
  margin-left: auto;
  padding: 19px 120px 15px 120px;
  background: gray;
  border-radius: 50px;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 544px) {
  .apply-button--baned {
    font-size: 18px;
    height: 65px;
    width: 95%;
    padding: 10px 0 20px 0;
  }
}

.apply-button--baned .apply-button--baned__data {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #ffed00;
  display: block;
  width: 300px;
  right: 0;
  left: 0;
  margin: auto;
  padding-right: 10px;
}

@media screen and (max-width: 544px) {
  .apply-button--baned .apply-button--baned__data {
    font-size: 13px;
  }

/* privacy */
#about-privacy .privacy-box .explain-box p {
    font-size: 92%;
}

#about-privacy .privacy-box .explain-box {
    padding: 27px 5px 25px 5px;
}
}

.pointer-events--none {
  pointer-events: none;
}

a.color {
  color: #0095cf;
}