@charset "UTF-8";
h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd {
  padding: 0;
  margin: 0;
}

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

/*-----------------------------------------------
 root
-----------------------------------------------*/
html {
  overflow-y: scroll;
}

body {
  overflow: hidden;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

/*-----------------------------------------------
 font
-----------------------------------------------*/
html {
  overflow-x: hidden;
  font-size: medium;
}

body {
  font-size: 62.5%; /* 16px -> 10px */
}

div {
  line-height: 0;
  box-sizing: border-box;
}

dt, dd, li,
caption, th, td,
input, button, textarea, select,
h1, h2, h3, h4, h5, h6, address {
  line-height: 0;
  font-size: 140%;
  margin: 0;
  padding: 0;
}

p {
  line-height: 1.5;
  font-size: 140%;
  margin: 0;
  padding: 0;
}

h1 *, h2 *, h3 *, h4 *, h5 *, h6 *,
p input, p button, p select,
li h1, li h2, li h3, li h4, li h5, li h6, li p, li dt, li dd, li li, li th, li td, li input, li button, li textarea, li select,
dd h1, dd h2, dd h3, dd h4, dd h5, dd h6, dd p, dd dt, dd dd, dd li, dd th, dd td, dd input, dd button, dd textarea, dd select,
tr h1, tr h2, tr h3, tr h4, tr h5, tr h6, tr p, tr dt, tr dd, tr li, tr input, tr button, tr textarea, tr select {
  font-size: 100%;
}

input, button, select, option, textarea {
  font-size: 14px;
}

figure {
  margin: 0;
}

a,
a:link,
a:visited {
  color: #1d99c1;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

section {
  position: relative;
  box-sizing: border-box;
}

/*-----------------------------------------------
 cf 
-----------------------------------------------*/
.clearfix {
  min-height: 1px;
}
.clearfix::after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

* html .clearfix {
  height: 1px;
  /*¥*/ /*/
height: auto;
overflow: hidden;
/**/
}

@media only screen and (max-width: 768px) {
  br.pc {
    display: none;
  }
}
br.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  br.sp {
    display: block;
  }
}

/*-----------------------------------------------
 hover
-----------------------------------------------*/
.hover :hover {
  opacity: 0.8;
  animation: btn 0.5s;
  -webkit-animation: btn 0.5s;
  -moz-animation: btn 0.5s;
}

@keyframes btn {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}
@-webkit-keyframes btn {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}
/*=============================================================
 01_base
=============================================================*/
#btn-entry,
#btn-vote {
  position: fixed;
  top: 112px;
  right: 0;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  #btn-entry,
#btn-vote {
    top: 24.0625vw;
  }
}

#deco {
  width: 100vw;
  height: 100vh;
  background: url("../img/global/bg_loop.png") repeat;
  background-size: 1325px 1476px;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-animation: naturalUpwardMove 25s linear infinite;
          animation: naturalUpwardMove 25s linear infinite;
}
@media only screen and (max-width: 768px) {
  #deco {
    background: url("../img/global/bg_loop.png") repeat;
    background-size: 1325px 1476px;
    -webkit-animation: naturalUpwardMove 22s linear infinite;
            animation: naturalUpwardMove 22s linear infinite;
  }
}

@-webkit-keyframes naturalUpwardMove {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1448px -388px;
  }
}

@keyframes naturalUpwardMove {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1448px -388px;
  }
}
#keyvisual {
  position: relative;
  height: 713px;
  text-align: center;
  margin-bottom: 0;
  overflow: hidden;
}
#keyvisual::before, #keyvisual::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  opacity: 0;
  background-repeat: no-repeat;
  background-size: auto;
  -webkit-animation: slideFadeIn 2.5s ease forwards;
          animation: slideFadeIn 2.5s ease forwards;
}
#keyvisual::before {
  left: 0;
  background-image: url("../img/top/kv/bg_left-pc.png");
  background-position: 0 -88px;
  -webkit-animation: slideFadeIn 2.5s ease forwards;
          animation: slideFadeIn 2.5s ease forwards;
  width: 518px;
}
#keyvisual::after {
  right: 0;
  background-image: url("../img/top/kv/bg_right-pc.png");
  background-position: 0 -28px;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation: slideFadeIn 2.5s ease forwards;
          animation: slideFadeIn 2.5s ease forwards;
  width: 531px;
}
@media only screen and (max-width: 768px) {
  #keyvisual {
    height: 82.8125vw;
  }
  #keyvisual::before {
    background-image: url("../img/top/kv/bg_left-sp.png");
    background-size: 31.40625vw;
    background-position: left top;
  }
  #keyvisual::after {
    background-image: url("../img/top/kv/bg_right-sp.png");
    background-size: 34.21875vw;
    background-position: right 22.5vw;
  }
}
@media only screen and (max-width: 768px) {
  #keyvisual img {
    width: 100%;
  }
}
@-webkit-keyframes slideFadeIn {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideFadeIn {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
#keyvisual .inner {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #keyvisual .inner {
    width: auto;
  }
}
#keyvisual h1 {
  position: absolute;
  top: 75px;
  left: 259px;
  z-index: 3;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #keyvisual h1 {
    width: 83.59375vw;
    top: 7.8125vw;
    left: 8.4375vw;
  }
}
#keyvisual .kv_catch {
  position: absolute;
  top: 18px;
  left: 49.7%;
  transform: translate(-50%);
}
@media only screen and (max-width: 768px) {
  #keyvisual .kv_catch {
    top: 2.03125vw;
    left: 2.03125vw;
    width: 96%;
    transform: unset;
  }
}
#keyvisual .kv_catch img {
  position: relative;
  opacity: 0;
  z-index: 2;
}
#keyvisual .kv_date {
  position: absolute;
  top: 320px;
  left: 84.2%;
  transform: translate(-50%);
}
@media only screen and (max-width: 768px) {
  #keyvisual .kv_date {
    top: 41.5625vw;
    left: 1.71875vw;
    width: 14.0625vw;
    transform: unset;
  }
}
#keyvisual .kv_date img {
  position: relative;
  z-index: 2;
}
#keyvisual .kv_entry {
  position: absolute;
  top: 476px;
  left: 50.5%;
  transform: translate(-50%);
}
@media only screen and (max-width: 768px) {
  #keyvisual .kv_entry {
    top: 56.5625vw;
    left: 2.8125vw;
    width: 94.53125vw;
    transform: unset;
  }
}
#keyvisual .kv_entry img {
  position: relative;
  opacity: 0;
  z-index: 2;
}
@-webkit-keyframes bggradient {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes bggradient {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
#keyvisual .btn01 {
  position: absolute;
  top: 589px;
  left: 49.5%;
  transform: translateX(-47.5%);
  width: 571px;
  height: 94px;
  z-index: 5;
}
@media only screen and (max-width: 768px) {
  #keyvisual .btn01 {
    width: 64.53125vw;
    height: 10.46875vw;
    top: 69.53125vw;
  }
}
#keyvisual .btn01 a {
  display: block;
  position: absolute;
  top: -8px;
  left: -8px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  #keyvisual .btn01 a {
    top: -1.25vw;
    left: -1.25vw;
    width: 100%;
    height: 100%;
  }
}
#keyvisual .btn01 a:hover {
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  #keyvisual .btn01 a:hover {
    top: -1.25vw;
    left: -0.78125vw;
  }
}
#keyvisual .btn01::after {
  content: "";
  display: block;
  background: url("../img/global/bg_btn.png") repeat top center;
  background-size: auto;
  width: 100%;
  height: 100%;
}
#keyvisual .btn02 {
  position: absolute;
  top: 870px;
  left: 50%;
  transform: translateX(-50%);
  width: 381px;
  height: 61px;
  z-index: 5;
}
@media only screen and (max-width: 768px) {
  #keyvisual .btn02 {
    width: 50vw;
    height: 10.15625vw;
    top: 139.0625vw;
  }
}
#keyvisual .btn02 a {
  display: block;
  position: absolute;
  top: -8px;
  left: -8px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  #keyvisual .btn02 a {
    top: -1.25vw;
    left: -0.78125vw;
    width: 100%;
    height: 100%;
  }
}
#keyvisual .btn02 a:hover {
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  #keyvisual .btn02 a:hover {
    top: -1.25vw;
    left: -0.78125vw;
  }
}
#keyvisual .btn02::after {
  content: "";
  display: block;
  background: url("../img/global/bg_btn.png") repeat top center;
  background-size: auto;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 768px) {
  #content img {
    width: 100%;
  }
}
#content .inner {
  width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #content .inner {
    width: auto;
  }
}
#content .btn-fixed {
  position: fixed;
  top: 120px;
  right: 0;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  #content .btn-fixed {
    top: 17.96875vw;
    width: 6.40625vw;
  }
}
@media only screen and (max-width: 768px) {
  #content .btn-fixed img {
    width: 100%;
  }
}

.news-ticker {
  width: 100vw;
  background-color: #ffffff;
  border-top: 3px solid #030303;
  border-bottom: 3px solid #030303;
  overflow: hidden;
  position: relative;
  padding: 10px 0;
}
.news-ticker .scroll {
  display: flex;
  -webkit-animation: tickerMove 30s linear infinite;
          animation: tickerMove 30s linear infinite;
  white-space: nowrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.news-ticker .item {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding-right: 100px;
  font-weight: bold;
}
.news-ticker .check {
  background-color: #fc3752;
  color: #ffffff;
  padding: 16px;
  margin-right: 20px;
  flex-shrink: 0;
  font-size: 18.36px;
  font-family: "Oswald", sans-serif;
}
.news-ticker .link {
  color: #030303;
  text-decoration: none;
  font-size: 22px;
  line-height: 1.4;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}
.news-ticker .link:hover {
  color: #fc3752;
  border-bottom-color: #5c5858;
}

@-webkit-keyframes tickerMove {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes tickerMove {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 768px) {
  .news-ticker .check {
    padding: 0.9375vw 1.875vw;
    font-size: 2.1875vw;
    margin-right: 2.34375vw;
  }
  .news-ticker .link {
    font-size: 2.1875vw;
  }
  .news-ticker .item {
    padding-right: 12.5vw;
  }
  .news-ticker .inner {
    -webkit-animation-duration: 25s;
            animation-duration: 25s;
  }
}
#introduction {
  text-align: center;
  margin-top: 58px;
  margin-bottom: 68px;
}
@media only screen and (max-width: 768px) {
  #introduction {
    margin-bottom: 7.8125vw;
    margin-top: 7.5vw;
  }
}
#introduction .inner {
  position: relative;
  width: 1004px;
  background: url("../img/top/introduction/bg.png") no-repeat top center;
  padding-bottom: 160px;
  transform: translateY(-500px);
  transition: none;
}
@media only screen and (max-width: 768px) {
  #introduction .inner {
    width: 100%;
    background: url("../img/top/introduction/bg-sp.png") no-repeat top center;
    padding-bottom: 12.5vw;
  }
}
#introduction h2 {
  margin: 0 0 38px;
  padding-top: 60px;
}
@media only screen and (max-width: 768px) {
  #introduction h2 {
    margin: 3.125vw 0 5.3125vw;
    padding-top: 5.46875vw;
  }
  #introduction h2 img {
    width: 79.53125vw;
  }
}
#introduction .deco {
  position: absolute;
  top: 50px;
  left: 20px;
  -webkit-animation: blinking 1s ease-in-out infinite alternate;
          animation: blinking 1s ease-in-out infinite alternate;
}
@media only screen and (max-width: 768px) {
  #introduction .deco {
    top: 5.78125vw;
    left: 1.875vw;
    width: 96.25vw;
  }
}
@media only screen and (max-width: 768px) {
  #introduction .image img {
    width: 91.5625vw;
  }
}

@-webkit-keyframes blinking {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blinking {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#join {
  position: relative;
  padding: 56px 0 90px;
  margin-bottom: 148px;
  background: url("../img/top/join/bg_left.png") no-repeat left top 40px, url("../img/top/join/bg_right.png") no-repeat right top 560px, url("../img/top/join/bg.png") no-repeat center top;
  background-size: auto, auto, cover;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #join {
    background: url("../img/top/join/bg-sp.png") no-repeat center top;
    background-size: auto, auto, cover;
    text-align: center;
    padding: 4.0625vw 0 12.8125vw;
    margin-bottom: 7.03125vw;
  }
}
#join .inner {
  position: relative;
}
#join .book {
  position: absolute;
  top: -144px;
  right: 100px;
}
@media only screen and (max-width: 768px) {
  #join .book {
    width: 22.8125vw;
    top: -11.875vw;
    right: 3.125vw;
  }
}
#join h2 {
  margin-bottom: 30px;
  margin-left: 4px;
}
@media only screen and (max-width: 768px) {
  #join h2 {
    margin-bottom: 2.65625vw;
    margin-left: 0;
  }
  #join h2 img {
    width: 52.65625vw;
  }
}
@media only screen and (max-width: 768px) {
  #join .image img {
    width: 91.875vw;
  }
}

#entry {
  text-align: center;
  padding: 66px 0 43px;
  margin-bottom: 148px;
  background: url("../img/top/entry/bg_left.png") no-repeat left top 70px, url("../img/top/entry/bg_right.png") no-repeat right top 750px, url("../img/top/entry/bg.png") no-repeat center top;
  background-size: auto, auto, cover;
}
@media only screen and (max-width: 768px) {
  #entry {
    padding: 4.375vw 0 2.34375vw;
    margin-bottom: 13.28125vw;
    background: url("../img/top/entry/bg-sp.png");
  }
}
#entry .book {
  position: absolute;
  top: -149px;
  left: 100px;
}
@media only screen and (max-width: 768px) {
  #entry .book {
    width: 22.8125vw;
    top: -12.5vw;
    left: 3.125vw;
  }
}
#entry .inner {
  position: relative;
}
#entry h2 {
  margin-bottom: 38px;
}
@media only screen and (max-width: 768px) {
  #entry h2 {
    margin-bottom: 3.4375vw;
  }
  #entry h2 img {
    width: 80.625vw;
  }
}
#entry .image {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #entry .image {
    margin-bottom: 3.90625vw;
  }
  #entry .image img {
    width: 93.75vw;
  }
}
#entry .box {
  display: flex;
  width: 1000px;
  margin: 0 auto;
  border: 3px dotted #fff;
  padding: 22px 30px;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #entry .box {
    width: auto;
    margin: 0 3.125vw;
    padding: 2.8125vw 2.1875vw 2.8125vw 5vw;
  }
}
#entry .box span {
  margin-right: 28px;
}
@media only screen and (max-width: 768px) {
  #entry .box span {
    width: 10.78125vw;
    margin-right: 2.34375vw;
  }
}
#entry .box .text {
  position: relative;
  font-size: 22px;
  line-height: 1.8;
  font-weight: bold;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  #entry .box .text {
    width: 72.1875vw;
    line-height: 2;
    font-size: 17px;
    font-size: 2.65625vw;
  }
}

#schedule {
  position: relative;
  background: url("../img/top/schedule/bg_left.png") no-repeat left top 183px, url("../img/top/schedule/bg_right.png") no-repeat right top 860px, url("../img/top/schedule/bg.png") no-repeat center top;
  background-size: auto, auto, cover;
  text-align: center;
  padding: 85px 0 76px;
}
@media only screen and (max-width: 768px) {
  #schedule {
    padding: 3.125vw 0 12.5vw;
    background: url("../img/top/schedule/bg-sp.png") no-repeat center top;
  }
}
#schedule::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 56px;
  background: url("../img/top/schedule/bg_top.png") no-repeat top center;
  background-size: contain;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #schedule::before {
    height: 5.625vw;
    background: url("../img/top/schedule/bg_top-sp.png") no-repeat top center;
    background-size: contain;
  }
}
#schedule .book {
  position: absolute;
  top: -166px;
  right: 100px;
}
@media only screen and (max-width: 768px) {
  #schedule .book {
    width: 22.8125vw;
    top: -10.9375vw;
    right: 3.125vw;
  }
}
#schedule .inner {
  position: relative;
}
#schedule h2 {
  margin-left: -130px;
  margin-bottom: 102px;
}
@media only screen and (max-width: 768px) {
  #schedule h2 {
    margin-bottom: 12.5vw;
    margin-left: 0;
  }
  #schedule h2 img {
    width: 94.6875vw;
    margin-left: -3.125vw;
  }
}
#schedule .block {
  position: relative;
  margin-bottom: 74px;
}
@media only screen and (max-width: 768px) {
  #schedule .block {
    width: 93.75vw;
    margin: 0 auto 5.78125vw;
  }
}
#schedule .block p {
  line-height: 1;
}
#schedule .block p:nth-of-type(1) {
  margin-top: -54px;
}
@media only screen and (max-width: 768px) {
  #schedule .block p:nth-of-type(1) {
    margin-top: -8.4375vw;
  }
}
#schedule .block .arrow {
  display: block;
  padding: 7px 0;
}
@media only screen and (max-width: 768px) {
  #schedule .block .arrow {
    padding: 1.5625vw 0;
  }
}
#schedule .block .text1 {
  position: absolute;
  top: 180px;
  right: 133px;
}
@media only screen and (max-width: 768px) {
  #schedule .block .text1 {
    width: 39.6875vw;
    top: 36.40625vw;
    right: 0.78125vw;
  }
}
#schedule .deco {
  position: absolute;
  top: -60px;
  right: 114px;
  -webkit-animation: shake 1.2s ease-in-out 0.6s infinite;
          animation: shake 1.2s ease-in-out 0.6s infinite;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #schedule .deco {
    top: -4.375vw;
    right: -2.34375vw;
    width: 20.46875vw;
  }
}
@media only screen and (max-width: 768px) {
  #schedule .image {
    margin: 0 3.125vw;
  }
}

@-webkit-keyframes shake {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(2deg);
  }
  50% {
    transform: rotate(-2deg);
  }
  75% {
    transform: rotate(1deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes shake {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(2deg);
  }
  50% {
    transform: rotate(-2deg);
  }
  75% {
    transform: rotate(1deg);
  }
  100% {
    transform: rotate(0deg);
  }
}