@charset "UTF-8";
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("//fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Syne:wght@400;500;600;700;800&display=swap");
@import url("//code.ionicframework.com/ionicons/2.0.0/css/ionicons.min.css");
@import url("//cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/magnific-popup.min.css");
/*-----------------------------------

30thmessage.scss

------------------------------------*/
/*====================　leaguecupfinal2020　から移植↓　============================*/
a {
  color: #e70012;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

a:hover {
  opacity: 0.4;
  text-decoration: none;
}

html {
  font-size: 62.5%;
  overflow-y: auto;
}

body {
  min-width: 980px;
  background: f5f3f3;
  font-size: 1.6rem;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #000;
  background: #fff;
  line-height: 1.75;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.is-nav {
  height: 100%;
  overflow: hidden;
}

#header *,
.CNT * {
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
}

strong {
  font-weight: bold;
}

#pagetop {
  width: 100%;
}

.CNT {
  font-feature-settings: "palt";
}

/* ==========================================================================
   COMMON
========================================================================== */
.CLM__half, .CLM__three, .CLM__four {
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- left;
  justify-content: -webkit- left;
  justify-content: left;
  align-items: -ms- top;
  align-items: -webkit- top;
  align-items: top;
}
.CLM__half img, .CLM__three img, .CLM__four img {
  width: 100%;
}
.CLM__half .wide100, .CLM__three .wide100, .CLM__four .wide100 {
  width: 100% !important;
}
.CLM__half > li, .CLM__half > article, .CLM__half > figure {
  width: 48%;
  margin-right: 4%;
}
.CLM__half > li:nth-child(2n), .CLM__half > article:nth-child(2n), .CLM__half > figure:nth-child(2n) {
  margin-right: 0;
}
.CLM__three > li, .CLM__three > article, .CLM__three > div {
  width: 32%;
  margin-right: 2%;
}
.CLM__three > li:nth-child(3n), .CLM__three > article:nth-child(3n), .CLM__three > div:nth-child(3n) {
  margin-right: 0;
}
.CLM__four > li, .CLM__four > article, .CLM__four > div {
  width: 23.5%;
  margin-right: 2%;
}
.CLM__four > li:nth-child(4n), .CLM__four > article:nth-child(4n), .CLM__four > div:nth-child(4n) {
  margin-right: 0;
}

.nowrapCLM {
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  align-items: -ms- top;
  align-items: -webkit- top;
  align-items: top;
}
.nowrapCLM > li,
.nowrapCLM > article {
  flex: 1;
  margin-right: 3%;
}
.nowrapCLM > li:last-child,
.nowrapCLM > article:last-child {
  margin-right: 0;
}
.nowrapCLM > li img,
.nowrapCLM > article img {
  width: 100%;
}
.nowrapCLM > li a,
.nowrapCLM > article a {
  display: block;
}

.txt__honbun {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.65;
  margin-bottom: 1em;
}
.txt__size16 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 1em;
}
.txt__size18 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 1em;
  font-weight: bold;
}
.txt__size20 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
  margin-bottom: 1em;
  font-weight: bold;
}
.txt__size22 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 2;
  margin-bottom: 1em;
  font-weight: bold;
}
.txt__size26 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 2;
  margin-bottom: 1em;
  font-weight: bold;
}
.txt__red {
  color: #F92C55;
}
.txt__bold {
  font-weight: bold !important;
}
.txt__left {
  text-align: left;
}
.txt__right {
  text-align: right;
}
.txt__center {
  text-align: center;
}

.textlink__right {
  text-align: right;
}
.textlink__right a {
  color: #000;
}
.textlink__down:after {
  display: inline-block;
  font-family: "ionicons";
  content: "\f104";
  font-size: 150%;
  position: relative;
  top: 2px;
  margin-left: 5px;
  margin-top: 10px;
}

.list__style {
  padding-left: 1em;
}
.list__style__disc {
  list-style: disc;
  text-align: left;
}
.list__style__disc li {
  margin-left: 1em;
  font-size: 20px;
  font-size: 2rem;
}
.list__style__decimal {
  list-style: decimal;
  text-align: left;
}

.arrow__Underlink {
  position: relative;
  color: #000;
}
.arrow__Underlink:after {
  display: block;
  font-family: "ionicons";
  content: "\f104";
  font-size: 150%;
  position: relative;
  top: -10px;
  height: 1em;
}

.btn {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: bold;
  box-sizing: border-box;
  padding-right: 0;
  width: 550px;
  background: #941414;
  color: #fff;
  margin: auto;
  padding: 30px;
  display: block;
  text-align: center;
  position: relative;
  border-radius: 50px;
}
.btn:after {
  font-size: 30px;
  font-size: 3rem;
  right: 10%;
  transition: 0.3s ease-in-out;
  position: absolute;
  content: "\f362";
  font-family: ionicons;
  font-weight: normal;
  right: 20px;
  top: 50%;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.btn:hover {
  opacity: 1;
  background: #6c0e0e;
}
.btn__more {
  transition: 0.3s ease-in-out;
  border: none;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 20px;
  margin: 30px auto;
}
.btn__more:after {
  content: "\f35d";
  font-size: 20px;
  font-size: 2rem;
}

.commonTable {
  border: 1px solid #CCC;
  background: #FFF;
}
.commonTable tbody th, .commonTable tbody td {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0.75em 2em;
  text-align: center;
  line-height: 1.5;
}
.commonTable tbody td {
  text-align: left;
}

.sec {
  text-align: center;
}
.sec__inner900 {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 80px 5vw;
}
.sec__inner980 {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 80px 5vw;
}
.sec__inner1100 {
  width: 100%;
  min-width: 980px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 5vw;
}
.sec__inner1200 {
  width: 100%;
  min-width: 980px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 5vw;
}
.sec__innerWide {
  width: 100%;
  min-width: 980px;
  max-width: 1500px;
  margin: 0 auto;
  padding: 80px 5vw;
}
.sec__inner {
  width: 100%;
  height: calc(100vh - 80px);
}
.sec__inner__gray {
  margin: 450px auto 60px;
}
.sec__inner__gray:before {
  top: -200px;
  padding-bottom: 0;
}
.sec__inner__gray.left:before {
  width: 90%;
  left: 10%;
}

.heading__main {
  text-align: left;
  margin-bottom: 40px;
}
.heading__main .jpn_S {
  font-size: 20px;
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  line-height: 1;
  display: inline-block;
}
.heading__main .eng_L {
  font-family: "Poppins", sans-serif;
  font-size: 60px;
  font-size: 6rem;
  font-weight: 900;
  line-height: 1;
  display: inline-block;
}
.heading__main .eng_L span {
  font-family: "Poppins", sans-serif;
  font-size: 60px;
  font-size: 6rem;
  font-weight: 900;
  line-height: 1;
  display: inline-block;
}
.heading__sub {
  font-size: 40px;
  font-size: 4rem;
  padding: 10px 50px;
}
.heading__S {
  font-size: 50px;
  font-size: 5rem;
}
.heading__left {
  text-align: left;
}
.heading__sns img {
  height: 45px;
  margin: 0 auto;
  display: block;
  margin-bottom: 30px;
}

.kome {
  display: block;
}

/* ==========================================================================
   ペラペラ紙芝居風に遷移
========================================================================== */
.pagination {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: fixed;
  right: 20px;
  font-size: 1em;
  z-index: 10;
  list-style: none;
}
.pagination a {
  display: block;
  height: 20px;
  margin-bottom: 5px;
  color: #fff;
  position: relative;
  padding: 4px;
}
.pagination a:after {
  transition: box-shadow 0.5s ease;
  width: 10px;
  height: 10px;
  display: block;
  border: 1px solid;
  border-radius: 50%;
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  right: 3px;
  bottom: 0;
  color: #000;
}
.pagination a.active:after {
  box-shadow: inset 0 0 0 5px;
}
.pagination a:hover .hover-text {
  opacity: 1;
}
.pagination a .hover-text {
  position: absolute;
  right: 15px;
  top: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
  padding-right: 15px;
}

.headerArea__jLogo {
  position: fixed;
  left: 20px;
  top: 20px;
  z-index: 10;
}
.headerArea__jLogo img {
  height: 49px;
}
.headerArea__leftlogo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: fixed;
  left: 20px;
  font-size: 1em;
  z-index: 10;
  list-style: none;
}
.headerArea__leftlogo img {
  width: 30px;
}

/*768px以下は現在地表示のテキストを非表示*/
@media screen and (max-width: 768px) {
  .pagination a .hover-text {
    display: none;
  }
}
/* ==========================================================================
   ローディング
========================================================================== */
#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999999;
  text-align: center;
  color: #fff;
}
#splash-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#splash video {
  height: 100vh;
  width: 100%;
}

/*画面遷移アニメーション*/
.splashbg {
  display: none;
}

/*bodyにappearクラスがついたら出現*/
body.appear .splashbg {
  display: block;
  content: "";
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  transform: scaleY(0);
  background-color: #333; /*伸びる背景色の設定*/
  -webkit-animation-name: PageAnime;
          animation-name: PageAnime;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes PageAnime {
  0% {
    transform-origin: top;
    transform: scaleY(0);
  }
  50% {
    transform-origin: top;
    transform: scaleY(1);
  }
  50.001% {
    transform-origin: bottom;
  }
  100% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
}

@keyframes PageAnime {
  0% {
    transform-origin: top;
    transform: scaleY(0);
  }
  50% {
    transform-origin: top;
    transform: scaleY(1);
  }
  50.001% {
    transform-origin: bottom;
  }
  100% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
}
/*画面遷移の後現れるコンテンツ設定*/
#container {
  opacity: 0; /*はじめは透過0に*/
}

/*bodyにappearクラスがついたら出現*/
body.appear #container {
  -webkit-animation-name: PageAnimeAppear;
          animation-name: PageAnimeAppear;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

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

@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ==========================================================================
   kvArea
========================================================================== */
#box1 {
  position: relative;
  z-index: 5;
}

.kvArea__wrap {
  align-items: center;
  height: calc(100vh - 80px);
}
.kvArea__wrap img, .kvArea__wrap video {
  width: auto;
  height: calc(100vh - 80px);
}
.kvArea__wrap--left {
  height: calc(100vh - 80px);
  width: 40%;
  position: relative;
  text-align: right;
}
.kvArea__wrap--left img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 60vh;
  right: 0;
}
.kvArea__wrap--right {
  height: calc(100vh - 80px);
  width: 60%;
  text-align: left;
}

.box {
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
}

/* ==========================================================================
   leadArea
========================================================================== */
#box2 {
  background: #E4E4E4;
  position: relative;
  z-index: 5;
}

.leadArea__wrap {
  align-items: center;
  height: calc(100vh - 80px);
}
.leadArea__wrap--left {
  height: calc(100vh - 80px);
  width: 45%;
  position: relative;
  text-align: right;
  opacity: 0;
}
.leadArea__wrap--left img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 30vh;
  right: 0;
  width: auto;
  margin-right: 40px;
}
.leadArea__wrap--right {
  text-align: left;
  width: 55%;
}
.leadArea__wrap--right p {
  font-size: 2vh;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  opacity: 0;
}

.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

.fadeUpleft {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#particles-js {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
}

#wrapper {
  position: relative; /*描画を#particles-jsよりも上にするためposition:relative;を指定*/
  z-index: 1; /*z-indexの数字を大きくすることで描画を#particles-jsよりも上に*/
  width: 100%;
  height: 100%;
}

/* ==========================================================================
   messageArea
========================================================================== */
#box3 {
  width: 100%;
  height: 100vh;
  background: linear-gradient(-45deg, #ff8ce2, #f9c2eb, #a8c2ee, #c2f9d0, #ffdea5) fixed;
  background-size: 800% 800%;
  -webkit-animation: GradietionAnimation 9s ease infinite;
          animation: GradietionAnimation 9s ease infinite;
  position: relative;
  overflow: hidden;
  z-index: 4;
}
#box3:after {
  content: "";
  position: absolute;
  z-index: 0;
  width: inherit;
  height: 200%;
  background: url(/img/special/30th/king.png) repeat top center;
  background-size: 140vh;
  background-repeat: no-repeat;
  opacity: 0.3;
  right: -15%;
  top: -20vh;
}

@-webkit-keyframes GradietionAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes GradietionAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.messageArea {
  width: calc(100% - 170px);
}
.messageArea .heading__main {
  position: relative;
  z-index: 1;
}
.messageArea .heading__main span.pcDISP {
  display: inline-block !important;
}
.messageArea__con {
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: 2s;
}
.messageArea__con--img {
  margin-bottom: 10px;
}
.messageArea__con--name {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 10px;
}
.messageArea__con--name span {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.messageArea__con--btn {
  background: #000;
  border-radius: 0;
  width: 70%;
  padding: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 2px;
}
.messageArea__con--btn:hover {
  opacity: 1;
  background: #000;
}
.messageArea__con--btn:hover:after {
  right: 10px;
}
.messageArea__con--btn:after {
  content: "\f30f";
  font-size: 15px;
  font-size: 1.5rem;
}

.mfp-bg {
  opacity: 0.9;
}

.mfp-inline-holder .mfp-content {
  padding: 50px;
  width: 980px;
  background: #fff;
  margin: 50px;
  overflow-x: hidden;
}
.mfp-inline-holder .mfp-content .txt__bold {
  border-bottom: 2px solid #000;
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-size: 20px;
  font-size: 2rem;
}
.mfp-inline-holder .mfp-content .name {
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  margin-bottom: 50px;
}
.mfp-inline-holder .mfp-content .name img {
  width: 150px;
  height: 150px;
}
.mfp-inline-holder .mfp-content .name > span {
  margin-left: 30px;
}
.mfp-inline-holder .mfp-content .name > span .eng_S {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  line-height: 1;
  font-size: 30px;
  font-size: 3rem;
  display: block;
}
.mfp-inline-holder .mfp-content .name > span .jpn_S {
  font-weight: 900;
  font-size: 60px;
  font-size: 6rem;
  line-height: 1;
  display: block;
}
.mfp-inline-holder .mfp-content .name > span .jpn_S i {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 34px;
  font-size: 3.4rem;
}
.mfp-inline-holder .mfp-content .mfp-close {
  background: #e70012;
  color: #fff;
  height: 50px;
  width: 50px;
  text-align: center;
  transition: 0.3s ease-in-out;
  opacity: 1;
}
.mfp-inline-holder .mfp-content .mfp-close:hover {
  opacity: 0.5;
}
.mfp-inline-holder .mfp-content span.btn {
  color: #fff !important;
}
.mfp-inline-holder .mfp-content span.btn:after, .mfp-inline-holder .mfp-content span.btn:before {
  content: none;
}

.mfp-container {
  padding: 0;
}

.mfp-inline-holder .mfp-content {
  width: 980px;
  box-sizing: border-box;
  margin: 50px 0;
}

.mfp-wrap {
  top: 0 !important;
  position: fixed;
  overflow: hidden auto;
}

/*スクロールした時に追加されるクラス*/
.fadein {
  opacity: 1;
}

/* ==========================================================================
   contentsArea
========================================================================== */
#box4 {
  background: #E4E4E4;
  position: relative;
  z-index: 4;
}

.contentsArea {
  width: calc(100% - 170px);
}
.contentsArea__wrap {
  justify-content: center;
}
.contentsArea__con--img {
  margin-bottom: 20px;
}
.contentsArea__con--txt {
  text-align: left;
  margin-bottom: 20px;
}
.contentsArea__con--btn {
  background: #000;
  border-radius: 0;
  width: 70%;
  padding: 15px;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 2px;
}
.contentsArea__con--btn:hover {
  opacity: 1;
  background: #000;
}
.contentsArea__con--btn:hover:after {
  right: 10px;
}
.contentsArea__con--btn:after {
  content: "\f30f";
  font-size: 15px;
  font-size: 1.5rem;
}

/* ==========================================================================
   ETC
========================================================================== */
.pcDISP {
  display: block !important;
}

.spDISP {
  display: none !important;
}

.margT0 {
  margin-top: 0px;
}

.margT10 {
  margin-top: 10px;
}

.margT20 {
  margin-top: 20px;
}

.margT30 {
  margin-top: 30px;
}

.margT40 {
  margin-top: 40px;
}

.margT50 {
  margin-top: 50px;
}

.margT60 {
  margin-top: 60px;
}

.margT70 {
  margin-top: 70px;
}

.margT80 {
  margin-top: 80px;
}

.margB0 {
  margin-bottom: 0px;
}

.margB10 {
  margin-bottom: 10px;
}

.margB20 {
  margin-bottom: 20px;
}

.margB30 {
  margin-bottom: 30px;
}

.margB40 {
  margin-bottom: 40px;
}

.margB50 {
  margin-bottom: 50px;
}

.margB60 {
  margin-bottom: 60px;
}

.margB70 {
  margin-bottom: 70px;
}

.margB80 {
  margin-bottom: 80px;
}

.paddT0 {
  padding-top: 0px;
}

.paddT10 {
  padding-top: 10px;
}

.paddT20 {
  padding-top: 20px;
}

.paddT30 {
  padding-top: 30px;
}

.paddT40 {
  padding-top: 40px;
}

.paddT50 {
  padding-top: 50px;
}

.paddT60 {
  padding-top: 60px;
}

.paddT70 {
  padding-top: 70px;
}

.paddT80 {
  padding-top: 80px;
}

.paddB0 {
  padding-bottom: 0px;
}

.paddB10 {
  padding-bottom: 10px;
}

.paddB20 {
  padding-bottom: 20px;
}

.paddB30 {
  padding-bottom: 30px;
}

.paddB40 {
  padding-bottom: 40px;
}

.paddB50 {
  padding-bottom: 50px;
}

.paddB60 {
  padding-bottom: 60px;
}

.paddB70 {
  padding-bottom: 70px;
}

.paddB80 {
  padding-bottom: 80px;
}

.snsBtn {
  margin: 0 auto;
  padding: 20px;
  min-width: 980px;
  width: 100%;
  background: #FFF;
  box-sizing: border-box;
  position: relative;
}
.snsBtn li {
  vertical-align: bottom;
}

#footerSnsArea {
  position: relative;
}

.fade-up,
.fade-from-left,
.fade-from-right {
  transition: opacity 0.7s;
  transition: transform 0.5s;
}