@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');
* {
    margin: 0px;
    padding: 0px;
}

body {
    background: #000;
    background-image: url(../images/esports_background.jpg);
    background-position: 50%;
    background-size: 100%;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 14px;
}

img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

a {
    display: inline-block;
    text-decoration: none;
}

p {
    line-height: 2;
}

button {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: inherit;
    vertical-align: middle;
    text-align: inherit;
    font: inherit;
    -webkit-appearance: none;
    appearance: none;
}

#site-header,
#bill-board,
#school-guide,
#inquiry-sub-navi,
#site-footer {
    display: none;
}

@media only screen and (max-width: 768px){
	#totalTop {
		background: #000;
	}
}

body.fixed {
    width: 100%;
    height: 100%;
    overflow: hidden;
}	

.logo > a > img {
  aspect-ratio: auto !important;
  width: 100% !important;
}

@media only screen and (max-width: 768px) {
  .logo > a > img {
    width: 100% !important;
  }
}

/*//////////　共通　//////////*/

.notPC {
    display: none;
}

.notSP {
    display: inline-block;
}

@media screen and (max-width: 599px) {
    .notPC {
        display: inline-block;
    }
    .notSP {
        display: none;
    }
}

.TH_esports p {
    margin: 0;
}

.TH_content_wrap {
    margin-top: 12em;
}

.TH_content {
    font-size: 1em;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    color: #fff;
    max-width: 1080px;
}

.TH_content .outer {
    margin-top: 12em;
}

.TH_content .outer:first-child {
    margin-top: 0;
}

.TH_content_container {
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
}

#TOPICS,
#ABOUT,
#TEAM,
#LAB,
#Twitter {
    padding-top: 6em;
    margin-top: -6em;
}

@media screen and (max-width: 599px) {
    .TH_content_wrap {
        margin-top: 4.5em;
        padding: 0 4%;
    }
    .TH_content {
        padding: 0em;
        margin-right: auto;
        margin-left: auto;
        display: block;
    }
    .TH_content .outer {
        margin-top: 4.5em;
    }
    .TH_content_container {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
    #TOPICS,
    #ABOUT,
    #TEAM,
    #LAB,
    #Twitter {
        padding-top: 3em;
        margin-top: -3em;
    }
}
/*　タイトル　*/

.TH_content_heading {
    max-width: 700px;
    margin: 0 auto 4.5em;
}

.TH_content_title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4.5em;
    font-weight: 700;
    text-align: center;
    font-family: 'Rajdhani', sans-serif;
    letter-spacing: 0.1em;
}

.TH_content_title2 {
    text-align: center;
    font-size: 1.3em;
    margin-top: -0.5em;
}

.TH_content_title::before,
.TH_content_title::after {
    content: '';
    width: 100%;
    height: 20px;
    background-size: auto auto;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(46, 91, 255, 1) 5px, rgba(46, 91, 255, 1) 10px);
}

.TH_content_title::before {
    margin-right: 20px;
}

.TH_content_title::after {
    margin-left: 20px;
}

.TH_content_title3 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4.5em;
    text-align: center;
    font-family: 'Rajdhani', sans-serif;
    letter-spacing: 0.1em;
    /*margin-top: 2em;*/
    white-space: nowrap;
}

.TH_content_title3::before,
.TH_content_title3::after {
    content: '';
    /*width: 205px;*/
    width: 100%;
    height: 20px;
    background-size: auto auto;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(46, 91, 255, 1) 5px, rgba(46, 91, 255, 1) 10px);
}

.TH_content_title3::before {
    margin-right: 20px;
}

.TH_content_title3::after {
    margin-left: 20px;
}

@media screen and (max-width: 599px) {
    .TH_content_heading {
        margin: 0 auto 2.5em;
    }
    .TH_content_title::before,
    .TH_content_title::after {
        height: 15px;
    }
    .TH_content_title {
        font-size: 3em;
    }
    .TH_content_title3 {
        font-size: 3em;
    }
    .TH_content_title3::before,
    .TH_content_title3::after {
        height: 15px;
    }
}
/*　TH_content_lead　*/

.TH_content_lead {
    color: #fff;
    text-shadow: 0 0 10px #2e5bff, 0 0 15px #2e5bff;
    font-size: 1.7em;
    font-weight: bold;
    text-align: center;
    line-height: 1.75;
    margin-bottom: 1.65em !important;
}

@media screen and (max-width: 599px) {
    .TH_content_lead {
        font-size: 1em;
        margin: 1.7em 0 !important;
    }
}
/*　TH_link_box　*/

.TH_link_box {
    max-width: 440px;
    margin: 80px auto 0;
}

.TH_link_box2 {
    max-width: 320px;
    margin: 0 auto;
}

@media screen and (max-width: 599px) {
    .TH_link_box {
        max-width: 100%;
        margin: 40px auto 0;
    }
    .TH_link_box2 {
        max-width: 100%;
    }
}
/*　esports_btn　*/

a.esports_btn1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80px;
    position: relative;
    background: #fff200;
    box-sizing: border-box;
    color: #1f3a9d!important;
    line-height: 1.3;
    text-align: left;
    text-decoration: none;
    transition-duration: 0.3s;
    font-weight: bold;
    font-size: 1.3em;
}

a.esports_btn1:after {
    border-right: 15px solid transparent;
    border-bottom: 15px solid #000;
    display: block;
    content: '';
    left: 0;
    bottom: 0;
    position: absolute;
}

a.esports_btn1:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #fe4256;
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -6px;
    transition-duration: 0.3s;
}

a.esports_btn1:hover {
    background: #fe4256!important;
    color: #fff!important;
}

a.esports_btn1:hover:before {
    border-color: transparent transparent transparent #fff200;
}

a.esports_btn2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80px;
    position: relative;
    background: #fff200;
    box-sizing: border-box;
    color: #1f3a9d!important;
    line-height: 1.3;
    text-align: left;
    text-decoration: none;
    transition-duration: 0.3s;
    font-weight: bold;
    font-size: 18px;
}

a.esports_btn2:after {
    border-right: 15px solid transparent;
    border-bottom: 15px solid #2e5bff;
    display: block;
    content: '';
    left: 0;
    bottom: 0;
    position: absolute;
}

a.esports_btn2:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #fe4256;
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -6px;
    transition-duration: 0.3s;
}

a.esports_btn2:hover {
    background: #fe4256!important;
    color: #fff!important;
}

a.esports_btn2:hover:before {
    border-color: transparent transparent transparent #fff200;
}

@media screen and (max-width: 599px) {
    a.esports_btn1,
    a.esports_btn2 {
        height: 60px;
        width: 90%;
        margin: 0 auto;
        font-size: 14px;
    }
    a.esports_btn1:before,
    a.esports_btn2:before {
        right: 10px;
    }
}
/*//////////　キービジュアル　//////////*/

.TH_KV {
    background-color: #2e5bff;
}

.TH_KV_inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.TH_KV .TH_KV_title {
    position: absolute;
    left: 1%;
    bottom: 10%;
    font-size: 7em;
    color: #ffffff;
    font-family: Rajdhani, sans-serif;
    letter-spacing: 0.1em;
    margin: 0;
    line-height: 0.9;
}

.TH_content_KVSP {
    display: none;
}

@media screen and (max-width: 599px) {
    .TH_KV .TH_KV_title {
        left: 5%;
        bottom: 5%;
        font-size: 3.5em;
    }
    .TH_content_KVPC {
        display: none!important;
    }
    .TH_content_KVSP {
        display: inline-block!important;
    }
}
/*//////////　TOPICS　//////////*/

.news-list_item {
    list-style: none outside;
}

.news-list_item a {
    display: flex;
    color: #fff;
    padding: 20px 0;
}

.news-list_item .date {
    min-width: 120px;
}

.news-list_item .title {
    margin: 0;
    width: 100%;
}

.news-list_item a:hover .title {
    color: #2e5bff;
}

.news-boder {
    position: relative;
    display: block;
}

.news-boder:before {
    position: absolute;
    content: '';
    left: 0;
    width: 0;
    height: 0;
    border: none;
    border-bottom: solid 8px #2e5bfc;
    --width: 80px;
    --angle: 70deg;
    --color: #2e5bfc;
    width: var(--width);
    height: var(--height);
    background-color: var(--color);
    transform: skewX(calc(74deg + var(--angle)));
    left: -0.2em;
    top: -0.1em;
}

.news-boder:after {
    position: absolute;
    content: '';
    bottom: 0px;
    left: 0px;
    width: 100%;
    border-bottom: solid 2px #2e5bfc;
}

@media screen and (max-width: 599px) {
    .news-list_item a {
        padding: 20px 2%;
        flex-wrap: wrap;
    }
    .news-boder {
        margin: 0 2%;
    }
}

.bnr_area {
    margin-top: 80px;
}

@media screen and (max-width: 599px) {
    .bnr_area {
        margin-top: 40px;
    }
}

.youtube_area{
	max-width: 700px;
	margin: 80px auto 0;
}

.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    border: solid 3px #2e5bff;
    box-shadow: 0 0 10px #2e5bff, 0 0 50px #2e5bff;
}

@media screen and (max-width: 599px) {
    .youtube_area {
        margin: 40px auto 0;
    }
}

.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
/*//////////　ABOUT　//////////*/

.ABOUT .flex_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ABOUT .flex_box:nth-child(odd) {
    flex-direction: row-reverse;
}

.ABOUT .flex_box:nth-child(n+2) {
    margin-top: 80px;
}

.ABOUT .flex_item-image {
    width: 37%;
}

.ABOUT .flex_item-text {
    width: 55%;
}

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

.ABOUT .TH_achievement {
    margin-top: 20px;
}

.ABOUT .TH_achievement ul {
    margin-left: 2em;
}

.ABOUT .about-wrzt {
    margin-top: 20px;
    font-size: 0.85em;
}

.ABOUT .about-wrzt a {
    color: #2e5bff;
}

@media screen and (max-width: 599px) {
    .ABOUT .flex_box {
        display: block;
    }
    .ABOUT .flex_box:nth-child(n+2) {
        margin-top: 40px;
    }
    .ABOUT .flex_item-image {
        width: 70%;
        margin: 0 auto;
    }
    .ABOUT .flex_item-text {
        width: 100%;
    }
    .ABOUT .TH_content_lead {
        text-align: center;
    }
}
/*//////////　LAB　//////////*/

.LAB .gallery_title {
    position: relative;
    font-size: 1.7em;
    line-height: 1.75;
    text-align: center;
    font-weight: bold;
    margin: 1em 0 2em !important;
}

.LAB .gallery_title::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 5px;
    background-color: #2e5bff;
}

.LAB .sponser {
    margin-top: 80px;
    text-align: center;
}

.LAB .sponser .sponser_image {
    margin-top: 40px;
}

@media screen and (max-width: 599px) {
    .LAB .gallery_title {
        font-size: 1em;
    }
    .LAB .sponser {
        margin-top: 40px;
        text-align: left;
    }
    .LAB .sponser .sponser_image {
        margin-top: 20px;
    }
}
/*//////////　TEAM　//////////*/

.TEAM .TH_content_container {
    text-align: center;
}

.TEAM .TH_content_lead {
    margin-top: 1.65em !important;
}

.TEAM .note-list {
    margin-top: 60px;
}

.TEAM .note-list_item {
    background: rgba(102, 102, 102, 0.3);
    padding: 20px;
    margin-top: 30px;
    text-align: left;
}

.TEAM .note-list_item:first-child {
    margin-top: 0;
}

.TEAM .note-list .game {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.TEAM .note-list .game_image {
    width: 35%;
}

.TEAM .note-list .game_text {
    width: 63%;
}

.TEAM .note-list .geme-title {
    font-size: 1.15em;
    font-weight: bold;
}

.TEAM .note-list .coach-profile {
    font-size: 0.85em;
}

.TEAM .note-list .coach-profile-list {
	display: flex;
	justify-content: space-between;
}

.TEAM .note-list .coach-profile-list .image {
	width: 35%;
}

.TEAM .note-list .coach-profile-list .text {
    width: 63%;
}

.TEAM .note-list .coach-team {
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.TEAM .note-list .coach-team img {
	width: auto;
    height: 70px;
    margin-right: 20px;
}

.TEAM .note-list .coach-team.fennel {
	background-color: #2e5bff;
    padding: 10px;
}

.TEAM .note-list .coach-team.fennel img {
	background-color: #FFF;
    padding: 5px;
}

.TEAM .note-list .coach-team.fennel a {
    color: #fff;
}

.TEAM .note-list .coach-team a {
    color: #2e5bff;
}

.TEAM .note-list .giorno {
    font-size: 0.85em;
}

.TEAM .note-list .gecipe {
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.TEAM .note-list .gecipe img {
    width: 40%;
    margin-right: 20px;
}

.TEAM .note-list .gecipe a {
    color: #2e5bff;
}

@media screen and (max-width: 599px) {
    .TEAM .TH_content_container {
        text-align: left;
    }
    .TEAM .note-list .game {
        display: block;
    }
    .TEAM .note-list .game_image {
        width: 75%;
        margin: 0 auto;
    }
    .TEAM .note-list .game_text {
        width: 100%;
    }
    .TEAM .note-list .geme-title {
        font-size: 1em;
        text-align: center;
        margin: 1em 0 !important;
    }
	.TEAM .note-list .coach-profile-list {
        display: block;
	}
	.TEAM .note-list .coach-profile-list .image {
        width: 75%;
        margin: 0 auto 10px;
	}
	.TEAM .note-list .coach-profile-list .text {
        width: 100%;
	}
    .TEAM .note-list .coach-team {
        margin-top: 10px;
        /*flex-direction: column;*/
    }
    /*.TEAM .note-list .coach-team img {
        margin-right: 0;
        margin-bottom: 10px;
    }*/
    .TEAM .note-list .gecipe {
        margin-top: 10px;
        flex-direction: column;
    }
    .TEAM .note-list .gecipe img {
        width: 80%;
        margin-right: 0;
        margin-bottom: 10px;
    }
}
/*//////////　公式Twitter　//////////*/

.TH_content .Twitter.outer {
    margin-top: 8.5em;
}

.twitter_SP {
    display: none;
}

.twitter_border {
    max-width: 500px;
    border: solid 3px #2e5bff;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 10px #2e5bff, 0 0 50px #2e5bff;
    height: 707px;
}

@media screen and (max-width: 599px) {
    .TH_content .Twitter.outer {
        margin-top: 2.85em;
    }
    .twitter_border_SP {
        border: solid 3px #2e5bff;
        margin-left: auto;
        margin-right: auto;
        box-shadow: 0 0 10px #2e5bff, 0 0 50px #2e5bff;
        height: 506px;
    }
    .twitter_PC {
        display: none;
    }
    .twitter_SP {
        display: block;
        max-width: 400px;
        margin: 0 auto;
    }
}
/*//////////　.other　//////////*/

.other {
    margin-top: 12em;
}

.other .section1 {
    position: relative;
}

.other .section1::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 100px 100vw;
    border-color: transparent transparent #2e5bff transparent;
}

.other .section1,
.other .section2 {
    padding: 50px 2%;
}

.other .section2 {
    background: #2e5bff;
}

.other .TH_content2 {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    color: #fff;
    text-align: center;
    max-width: 700px;
}

.other .other_title {
    font-size: 1.25em;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 40px;
}

.other .other_title .large {
    font-size: 2em;
}

.other .other_text {
    line-height: 1.5;
}

.other .flex_box {
    display: flex;
}

.other .flex_item {
    width: 50%;
    padding: 0 1%;
}

.other .hr {
    margin: 40px 0;
}

@media screen and (max-width: 599px) {
    .other {
        margin-top: 4.5em;
    }
    .other .section1::before {
        border-width: 0 0 45px 100vw;
    }
    .other .other_title {
        font-size: 1em;
        margin-bottom: 20px;
    }
    .other .other_title .large {
        font-size: 1.7em;
    }
    .other .flex_box {
        display: block;
    }
    .other .flex_item {
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }
    .other .flex_item:first-child {
        margin-top: 0;
    }
    .other .hr {
        margin: 20px 0;
    }
}
/*　press　*/

p.press {
    margin-top: 20px;
}

.press a {
    color: #fff;
}

.press a:hover {
    color: #fff200;
}

.press .css-mail {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 16px;
    margin: 0 10px 0 0;
    padding: 0;
    border: solid 2px #ffffff;
}

.press .css-mail:before,
.press .css-mail:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
}

.press .css-mail:before {
    border: 10px solid transparent;
    border-top-color: #fff;
    margin-left: -0.2em;
}

.press .css-mail:after {
    left: 2px;
    border: 8px solid transparent;
    border-top-color: #2e5bff;
    margin-left: -0.2em;
}
/*//////////　header　//////////*/

.header {
    position: fixed;
    width: 100%;
    z-index: 100;
    background-color: #040404;
    display: flex;
    align-items: center;
}

.header_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1080px;
    height: 70px;
    margin: 0 auto;
}

@media screen and (max-width: 599px) {
    .header_inner {
        height: 56px;
        padding: 0 2%;
    }
    .logo {
        width: 40%;
    }
}
/*　btn　*/

.btn {
    position: fixed;
    right: 6%;
    z-index: 10;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0);
    padding: 0 5px;
    text-align: initial;
}

.btn-line {
    display: block;
    position: relative;
    width: 100%;
    height: 3px;
    background-color: #ffffff;
    transition: .2s;
}

.btn-line::before,
.btn-line::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    transition: .5s;
}

.btn-line::before {
    transform: translateY(-12px);
}

.btn-line::after {
    transform: translateY(12px);
}

.btn-line.open {
    /*background-color: transparent;*/
    background-color: rgba(255, 255, 255, 0)
}

.btn-line.open::before,
.btn-line.open::after {
    content: "";
    background-color: #ffffff;
    transition: .2s;
}

.btn-line.open::before {
    transform: rotate(45deg);
}

.btn-line.open::after {
    transform: rotate(-45deg);
}

@media screen and (min-width: 600px) {
    .btn {
        display: none;
    }
}
/*　menu　*/

.menu-list {
    display: flex;
    align-items: center;
}

.menu-list_item {
    margin: 0 20px;
    list-style: none;
    font-size: 1.15em;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-family: 'Rajdhani', sans-serif;
}

.menu-list_item a {
    color: #ffffff;
}

.menu .sns-icon {
    width: 30px;
}

@media screen and (max-width: 599px) {
    .menu-list {
        flex-direction: column;
        position: fixed;
        right: -100%;
        width: 100%;
        height: 100vh;
        background-color: #2e5bff;
        color: #efefef;
        transition: .3s;
        top: 56px;
        padding-top: 10%;
    }
    .menu-list_item {
        font-size: 1.5em;
        text-align: center;
        width: 100%;
    }
    .menu-list_item a {
        display: block;
        padding: 0.75em 0;
    }
    .menu-list_item.border {
        background-color: #fff;
        width: 80%;
        height: 1px;
        margin: 1em 0;
        padding: 0;
    }
    .menu.open {
        position: absolute;
        right: 0;
    }
    .menu .sns-icon {
        width: 40px;
        display: inline-block;
    }
}
/*//////////　footer　//////////*/

footer {
    width: 100%;
    background-color: #060c1f;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    bottom: 0;
}
/*//////////　SLICK　//////////*/

.slick-list {
    margin-top: -5em!important;
}

.slick-slider {
    /*margin-bottom: 5em!important;*/
}

.slick-track {
    margin-top: 4.5em;
    margin-bottom: 2.85em;
}

.slick-slide {
	height: auto !important;
}

.slick-prev,
.slick-next {
    position: absolute;
    z-index: 3;
    top: 42%;
    cursor: pointer;
    outline: none;
    border-top: 5px solid #2e5bff;
    border-right: 5px solid #2e5bff;
    height: 25px;
    width: 25px;
}

.slick-prev {
    left: 2.5%;
    transform: rotate(-135deg);
    margin-top: -1.5em;
}

.slick-prev2,
.slick-next2 {
    position: absolute;
    z-index: 3;
    top: 42%;
    cursor: pointer;
    outline: none;
    border-top: 0px solid #ccc;
    border-right: 0px solid #ccc;
    height: 25px;
    width: 25px;
}

.slick-prev2 {
    left: 2.5%;
    transform: rotate(-135deg);
    margin-top: -1.5em;
}

.slick-next {
    right: 2.5%;
    transform: rotate(45deg);
    margin-top: -1.5em;
}

.choice-btn li {
    cursor: pointer;
    outline: none;
    list-style: none;
}

.choice-btn li img {}

.choice-btn li.slick-current img {
    opacity: 1;
}

@media screen and (max-width: 599px) {
    .slick-prev {
        margin-top: -1.5em!important;
    }
    .slick-next {
        margin-top: -1.5em!important;
    }
    .slick-track {
        margin-bottom: 0;
    }
    .slick-initialized .slick-slide {
        margin-bottom: 0.5em!important;
    }
    .choice-btn li {
        margin-top: -3em;
    }
}




















