@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #FFA5E1;
  color: #595959;
  font-size: 16px;
  font-family: 'M PLUS 1', sans-serif;
  /* animation: fadeIn 1s forwards; */
}

address {
  font-style: normal;
}

ul {
  list-style: none;
}

a {
  display: block;
  text-decoration: none;
  transition: all 0.6s;
}

:where(.logo, .header-menu ul li, .news-item dd, .footer-menu li) a:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* ピンクのボタン共通 */
.button {
  background-color: #FF3CBE;
  box-shadow: 0px 5px #B8077D;
  border-radius: 50px;
}

.button a {
  text-align: center;
  color: #fff;
  font-weight: bold;
}

.button:hover {
  box-shadow: none;
  border-radius: 50px;
  position: relative;
  top: 5px;
}

/* padding共通 */
#money,
#commentary,
#entry {
  padding: 80px 0;
  box-sizing: border-box;
}

#about {
  padding: 80px 0 0;
  box-sizing: border-box;
}

#news,
#game {
  padding: 120px 7% 80px;
  box-sizing: border-box;
}

/* width共通 */
#header,
#news,
#about,
#game,
#money,
#commentary,
#entry,
#footer {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}

/* セクションの背景カラー */
.bg-pink {
  background-color: #FFA5E1;
}

.bg-gray {
  background-color: #F5F5F5;
}

.bg-white {
  background-color: #fff;
}

.bg-black {
  background-color: #333333;
}

/* セクションのタイトル共通 */
.section-title {
  text-align: center;
  font-size: 2rem;
  position: relative;
}

.section-title span {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 10;
}

.section-title span span {
  font-size: 1rem;
  color: #192D7A;
}

.news-title,
.game-title {
  width: 100%;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

/* セクションのピンクの囲み共通 */
.news-container,
.game-container {
  max-width: 1280px;
  width: 100%;
  padding: 100px 20px 60px;
  box-sizing: border-box;
  margin: 0 auto;
  background-color: #FFF;
  border: 8px solid #FF3CBE;
  border-radius: 30px;
  position: relative;
}

.sp {
  display: none;
}


/* 


ヘッダー


*/
#header {
  padding-bottom: 80px;
  box-sizing: border-box;
  background-image: url(../img/background_pink.png);
  background-image: image-set(url(../img/background_pink.png) 1x, url(../img/background_pink@2x.png) 2x);
  background-image: -webkit-image-set(url(../img/background_pink.png) 1x, url(../img/background_pink@2x.png) 2x);
  background-color: #fff;
  background-position-y: 80px;
  background-repeat: no-repeat;
}

.header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: #192D7A;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}

.header-wrap > div {
  padding: 0 15px;
  box-sizing: border-box;
}

.header-menu ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 30px;
}

.header-menu ul li a {
  color: #fff;
  font-weight: bold;
}

.header-menu ul .contact {
  background-color: #F7EF5E;
}

.header-menu ul .contact a {
  padding: 28px 60px;
  box-sizing: border-box;
  color: #595959;
}

/* headerタイトル */
.header-title-wrap {
  max-width: 1320px;
  padding: 120px 20px 40px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}

.header-title-participation {
  position: absolute;
}

.header-time {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 890px;
  width: 100%;
  margin: 0 auto 30px;
  font-family: 'Anton', sans-serif;
  color: #333333;
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.header-time time {
  font-size: 2.5rem;
}

.header-time-number {
  font-size: 5rem;
  line-height: 1;
}

.header-time-sun {
  font-family: 'M PLUS 1', sans-serif;
  font-weight: bold;
  font-size: 2.5rem;
}

.header-time-sun-inner {
  color: #FF3CBE;
}

.header-time-schedule {
  font-family: 'M PLUS 1', sans-serif;
  font-weight: bold;
  font-size: 1.25rem;
}

.header-address {
  margin-bottom: 100px;
  text-align: center;
}

.header-address p:first-child {
  font-size: 1.5rem;
  font-weight: bold;
  color: #262626;
}

.header-address p:last-child {
  color: #333333;
}

.header-text {
  max-width: 1000px;
  padding: 30px 15px;
  margin: 0 auto;
  background-color: #FFD8F2;
  border-radius: 30px;
  box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.25);
  text-align: center;
  color: #FF3CBE;
}

.header-text p:last-child {
  margin-top: 30px;
  font-size: 0.75rem;
}


/* 


おしらせ


*/
.news-item {
  display: flex;
  justify-content: space-between;
  column-gap: 30px;
}

.news-item dl {
  width: 50%;
  height: 300px;
  overflow: auto;
}

.news-item dt {
  margin-bottom: 10px;
}

.news-item dt time {
  font-weight: bold;
}

.news-item dt span {
  padding: 1px 6px 2px;
  box-sizing: border-box;
  margin-left: 15px;
  background-color: #192D7A;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
}

.news-item dd {
  margin-bottom: 30px;
}

.news-item dd a {
  display: inline-block;
  color: #FF3CBE;
}

.news-item dl dd:last-of-type {
  margin-bottom: 0;
}

/* x(twitter) */
.x-wrap {
  width: 50%;
}

.x-wrap a {
  width: 100%;
}


/* 


大会概要


*/
.about-wrap {
  max-width: 1000px;
  margin: 60px auto 0;
}

.about-container {
  display: flex;
  align-items: stretch;
  border-top: 1px solid #B3B3B3;
}

.about-container:last-child {
  border-bottom: 1px solid #B3B3B3;
}

.about-wrap .about-container > dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 21%;
  padding: 10px 15px;
  box-sizing: border-box;
  background-color: #FFD8F2;
  text-align: center;
  font-weight: bold;
  color: #FF3CBE;
}

.about-container .about-container-game {
  flex-direction: column;
}

.about-container .about-container-game span {
  font-size: 0.75rem;
  color: #192D7A;
}

.about-wrap .about-container > dd {
  width: 100%;
  padding: 10px 30px;
  box-sizing: border-box;
  background-color: #fff;
}

.about-container dd ul {
  list-style: disc;
  margin-left: 25px;
}

.about-container-device p,
.about-container dd .about-money {
  margin-bottom: 15px;
}

.about-container dd .about-money div {
  display: flex;
}

.about-container dd span,
.about-container dd p span {
  font-size: 0.75rem;
}


/* 


ゲームタイトル


*/
#game {
  background-image: url(../img/background_square.png);
  background-image: image-set(url(../img/background_square.png) 1x, url(../img/background_square@2x.png) 2x);
  background-image: -webkit-image-set(url(../img/background_square.png) 1x, url(../img/background_square@2x.png) 2x);
  background-repeat: no-repeat;
}

.game-container {
  position: relative;
}

.game-title span {
  top: 38%;
}

.game-title span span {
  top: 110%;
}

.youtubelive {
  width: 160px;
  height: 160px;
  padding-top: 30px;
  padding-left: 3px;
  box-sizing: border-box;
  background-color: #fff;
  border: 5px solid #F7EF5E;
  border-radius: 50%;
  text-align: center;
  font-size: 0.75rem;
  line-height: 25px;
  position: absolute;
  top: 15px;
  right: 35px;
}

.game-text-name {
  margin-bottom: 15px;
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
}

.game-text-platform {
  margin-bottom: 60px;
  text-align: center;
  font-size: 0.75rem;
}

.game-img-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 10px;
  margin-bottom: 60px;
}

.game-img-wrap > div img {
  margin-bottom: 5px;
}

.game-img-wrap > div span {
  display: block;
  text-align: center;
  font-size: 0.75rem;
  color: #000;
}

.game-img-wrap-sf6 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  column-gap: 5px;
}

.game-button {
  width: 245px;
  margin: 0 auto;
}

.game-button a {
  padding: 20px 25px;
  box-sizing: border-box;
}

/* 


各タイトル賞金


*/
.bg-pattern {
  background-image: url(../img/background_pattern.svg);
}

.money-pudium-img {
  margin: 30px 0 40px;
  text-align: center;
}

.money-pudium-wrap {
  max-width: 769px;
  padding: 30px;
  box-sizing: border-box;
  margin: 0 auto;
  border-radius: 30px;
  box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.25);
}

.money-pudium-wrap dl {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  column-gap: 20px;
  margin-bottom: 50px;
}

.money-pudium-wrap dl div {
  text-align: center;
}

.money-pudium-wrap dl div dd,
.money-pudium-special span {
  display: inline-block;
  background: linear-gradient(transparent 65%, #FF3CBE 30%);
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
}

.money-pudium-wrap dl div dd span,
.money-pudium-special span span {
  font-size: 1rem;
}

.money-pudium-special {
  text-align: center;
}

.money-pudium-special img {
  margin-right: 15px;
  margin-bottom: 10px;
}

.money-pudium-special span {
  margin-bottom: 10px;
}

.money-pudium-special p {
  color: #fff;
}

.money-pudium-special p:first-of-type {
  margin-bottom: 10px;
  font-weight: bold;
}


/* 


実況・解説


*/
.commentary-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 60px;
  max-width: 1060px;
  margin: 60px auto 0;
}

.commentary-container {
  display: flex;
  justify-content: space-between;
  width: 500px;
  border: 8px solid #FF3CBE;
  box-sizing: border-box;
  border-radius: 30px;
}

.commentary-container picture {
  flex: 1;
}

.commentary-container picture img {
  border-radius: 22px 0 0 22px;
}

.commentary-container dl {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  background-color: #FFD8F2;
  border-radius: 0 22px 22px 0;
}

.commentary-container dl dt {
  margin-top: 30px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: #FF3CBE;
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.commentary-container dl dt span {
  display: block;
  font-size: 0.75rem;
}

.commentary-container dl dd {
  padding: 0 10px;
  box-sizing: border-box;
  margin-bottom: 50px;
}


/* 


大会申込み


*/
.bg-black {
  position: relative;
}

.entry-title-text {
  width: 100%;
  font-size: 15vw;
  font-weight: bold;
  color: #FF3CBE;
  line-height: 10vw;
  mix-blend-mode: overlay;
  position: absolute;
  top: 0;
  left: -13px;
}

.entry-wrap p {
  text-align: center;
  color: #fff;
}

.entry-wrap p:first-of-type {
  margin-top: 60px;
}

.entry-wrap p:last-of-type {
  margin-bottom: 60px;
}

.entry-button {
  display: flex;
  justify-content: space-between;
  column-gap: 30px;
  max-width: 1020px;
  margin: 0 auto;
}

.entry-button div a {
  width: 320px;
  padding: 30px 0;
  box-sizing: border-box;
  font-size: 1.5rem;
}


/* 


topに戻るボタン


*/
#page-top {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50px;
  border: 2px solid #595959;
  box-sizing: border-box;
  position: fixed;
  right: 10px;
  bottom: 10px;
  opacity: 1;
}

#page-top:hover {
  opacity: .6;
  transition: all .5s;
}

#page-top a {
  width: 30px;
  height: 30px;
  position: relative;
}

#page-top a::before {
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin: auto;
  font-size: 24px;
  color: #595959;
  text-align: center;
  position: absolute;
  height: 30px;
  top: 1px;
  bottom: 0;
  right: 0;
  left: -4px;
}


/* 


footer


*/
#footer {
  padding: 30px 7%;
  box-sizing: border-box;
  background-color: #192D7A;
}

.footer-wrap {
  max-width: 1280px;
  margin: 0 auto;
}

.footer-logo {
  text-align: center;
}

.footer-logo a {
  display: inline-block;
}

.footer-menu {
  display: flex;
  justify-content: center;
  column-gap: 30px;
  margin: 30px 0;
}

.footer-menu li a {
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
}

.footer-text {
  margin-bottom: 10px;
  text-align: center;
  font-size: 0.75rem;
  color: #B3B3B3;
}

.copyright {
  text-align: center;
  font-size: 0.75rem;
  color: #FF3CBE;
}


/*---



SP



---*/

@media screen and (max-width: 1279px) {
  /* padding共通 */
  #news,
  #game {
    padding: 120px 15px 80px;
  }

  /* セクションのピンクの囲み共通 */
  .news-container {
    padding: 100px 15px 60px;
  }

  .game-container {
    padding: 230px 5px 60px;
  }

  .sp {
    display: block;
  }



  /* 


  ヘッダー


  */
  #header {
    padding: 0 15px 20px;
    background-position: center;
    background-position-y: 80px;
  }

  .header-wrap {
    height: 80px;
  }

  /* ハンバーガーメニュー */
  .header-menu {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    background-color: #192D7A;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    position: fixed;
    top: 80px;
    left: 0;
    z-index: 100;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    visibility: hidden;
  }

  .header-menu.open {
    opacity: 1;
    visibility: visible;
  }

  .header-menu ul {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 15px;
  }

  .header-menu ul li:not(.contact) {
    padding: 15px;
    box-sizing: border-box;
  }

  .header-menu ul li a {
    font-size: 1.25rem;
    color: #fff;
  }

  .header-menu ul .contact-sp {
    width: 200px;
    margin: 15px auto 0;
    background-color: #FF3CBE;
    border-radius: 30px;
    text-align: center;
  }

  .header-menu ul .contact-sp a {
    padding: 15px 0;
    color: #fff;
  }

  /* ハンバーガーメニューのボタン */
  .menu-btn {
    width: 30px;
    height: 22px;
    cursor: pointer;
    transition: 0.3s;
    position: relative;
    z-index: 100;
  }

  .menu-btn span {
    height: 4px;
    background: #FF3CBE;
    border-radius: 4px;
    position: absolute;
    right: 10px;
    transition: 0.3s ease-in-out;
  }

  .menu-btn span:nth-child(1) {
    width: 30px;
    top: 0px;
  }

  .menu-btn span:nth-child(2) {
    width: 30px;
    top: 9px;
  }

  .menu-btn span:nth-child(3) {
    width: 30px;
    top: 18px;
  }

  .menu-btn.active span:nth-child(1) {
    width: 30px;
    top: 9px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  .menu-btn.active span:nth-child(2),
  .menu-btn.active span:nth-child(3) {
    width: 30px;
    top: 9px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }

  /* headerタイトル */
  .header-title-wrap {
    max-width: none;
    width: 100%;
    padding: 110px 0 10px;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
  }

  .header-title-wrap h1 {
    text-align: center
  }

  .header-title-participation {
    width: 138px;
    top: 100px;
    left: -25px;
  }

  .header-time {
    flex-direction: column;
    align-items: center;
    margin: 10px auto;
  }

  .header-address {
    margin-bottom: 40px;
  }

  .header-address p:first-child {
    font-size: 1.125rem;
    font-weight: normal;
  }

  .header-address p:last-child {
    font-size: 0.75rem;
    color: #000;
  }

  .header-text {
    margin: 0 auto 80px;
  }



  /* 


  おしらせ


  */
  .news-item {
    flex-direction: column;
    justify-content: space-between;
    column-gap: 0;
    row-gap: 60px;
  }

  .news-item dl {
    width: 100%;
    height: 300px;
    overflow: auto;
  }

  /* x(twitter) */
  .x-wrap {
    width: 100%;
  }



  /* 


  大会概要


  */
  .about-wrap {
    padding: 0 15px;
    box-sizing: border-box;
  }

  .about-container {
    flex-direction: column;
  }

  .about-wrap .about-container > dt {
    justify-content:flex-start;
    width: 100%;
  }

  .about-container .about-container-game {
    flex-direction: row;
  }

  .about-container .about-container-game span {
    padding-left: 5px;
  }

  .about-wrap .about-container > dd {
    padding: 10px 15px;
  }

  .about-container dd span {
    display: block;
  }



  /* 


  ゲームタイトル


  */
  #game {
    background-size: contain;
    background-position: bottom;
  }

  .youtubelive {
    top: 50px;
    left: 50%;
    right: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }

  .game-text-name,
  .game-text-platform {
    text-align: start;
  }

  .game-img-wrap {
    flex-direction: column;
    align-items: center;
    column-gap: 0;
    row-gap: 30px;
  }

  .game-img-wrap-sf6 {
    flex-direction: column;
    align-items: center;
    column-gap: 0;
    row-gap: 15px;
  }



  /* 


  各タイトル賞金


  */
  .money-wrap {
    padding: 0 15px;
    box-sizing: border-box;
  }

  .money-pudium-wrap dl {
    flex-direction: column;
    align-items: center;
    column-gap: 0;
    row-gap: 30px;
  }

  .money-pudium-special p:first-of-type {
    margin-bottom: 30px;
  }



  /* 


  実況・解説


  */
  .commentary-wrapper {
    padding: 0 15px;
    box-sizing: border-box;
  }

  .commentary-wrap {
    justify-content: center;
  }

  .commentary-container {
    flex-direction: column;
    max-width: 345px;
    width: 100%;
  }

  .commentary-container picture img {
    border-radius: 22px 22px 0 0;
  }

  .commentary-container dl {
    flex-direction: column;
    border-radius: 0 0 22px 22px;
  }

  .commentary-container dl dt {
    margin-bottom: 30px;
  }

  .commentary-container dl dd {
    margin-bottom: 30px;
  }



  /* 


  大会申込み


  */
  .entry-wrap {
    padding: 0 15px;
    box-sizing: border-box;
  }

  .entry-title-text {
    font-size: 20vw;
    line-height: 14vw;
  }

  .entry-wrap p {
    font-size: 0.75rem;
  }

  .entry-button {
    flex-direction: column;
    justify-content: space-between;
    column-gap: 0;
    row-gap: 60px;
    max-width: 800px;
  }

  .entry-button div a {
    width: 100%;
  }



  /* 


  footer


  */
  #footer {
    padding: 30px 15px;
  }

  .footer-logo {
    margin-bottom: 50px;
  }

  .footer-menu {
    display: none;
  }
}