@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
/*	vertical-align:middle;*/
	list-style:none;
}
main{
    font-family: 'Noto Serif JP','YuGothic','Yu Gothic','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
    line-height:1.8;
    color: #fff;
    background-color: #fff;
/*  z-index: 999;*/
    margin: 0 auto;
	display: block;
}
main article{
    margin: 0 auto;
/*    overflow: hidden;*/
	background-color: #fff;
}

main #warpper{
    margin: 0 auto;
	vertical-align:middle;
}
main #footer {
    font-family: 'Anton', sans-serif;
    text-align:center;
    padding:2em 0;
}
main a {
    text-decoration:none;
}
main a:hover {
    text-decoration:none;
}
main p{
    color: #2d392d;
}
main #page-top {
    position: fixed;
    bottom: 70px !important;
    right: 0;
    font-size: 100%;
    z-index: 30;
}
main #page-top a {
    text-decoration: none;
    width: 8em;
    padding: 20px 0 0 0;
    text-align: center;
    display: block;
    border-radius: 2px;
	color:#ff0;
    font-weight: bold;
    background: #036647;
}
main #page-top a:hover {
    text-decoration: none;
	opacity:0.9;
}
main p#page-top a span{
    border-top: 2px solid;
    font-size: 5em;
}
main footer {
	text-align:center;
	padding-top: 20px;
}
main footer .bar {
	margin-bottom:2em;
    overflow: hidden;
}

main footer a {
	text-decoration:none;
	color:#ffffff;
}
main section{
    margin: 150px 0;
}
main h3{
    font-family: 'nitalago-ruika', sans-serif;
    font-weight: 500;
    font-style: normal;
}
main h2{
    font-size: 2em;
    text-align: center;
    border-bottom: .2em solid #ff0;
    display: inline-block;
    color: #036649;
    margin-bottom: 20px;
    font-family: 'nitalago-ruika', sans-serif;
}
main section:last-of-type{
    margin-bottom: 150px;
}
main #main_img.player{
    margin: 0 auto;
    width: 100%;
    height: 0;
    padding-top: 27.1875%;
    background-image:url(../img/main/main_player.jpg);
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
}
main #main_img{
    animation: fadeIn 4s ease 0s 1 normal;
    -webkit-animation: fadeIn 4s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
.p-low{
    margin: 0 auto;
    padding: 3em;
    text-align: center;
    background-color: rgba(220, 255, 224, 0.08);
}
.bg-intro{
    background-color: rgba(101, 255, 210, 0.86);
    background-image:url(../img/bg_intro2025.jpg);
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
}
.bg-midokoro{
    background-color:  #1877f2;
}
.bg-charity{
    background-color: rgba(207, 255, 255, 0.49);
}
.bg-tmt{
    background-color: rgba(101, 255, 210, 0.86);
    background-image:url(../img/bg_tmt2025.jpg);
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
}
.c-content{
    margin: 3em auto;
    width: 90%;
    max-width: 1000px;
    display: block;
}
h2.h2-white{
    color: #fff;
}
h2.h2-red{
    color: red;
}
.slidein {
    animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}
@keyframes slideIn {
    0% {
    transform: translateX(180px);
    opacity: 0;
    }
    100% {
    transform: translateX(0);
    }
    40%,100% {
    opacity: 1;
    }
}
/**************** introduction ****************/
#introduction {
    margin: 0 auto;
    text-align: center;
}
#introduction h3{
    margin: 10px;
    padding: .8em .4em;
    color: #fff;
    background: #fd0015c7;
    font-size: 1.6em;
    width: 45%;
    display: inline-block;
    text-align: center;
    border: #ff0 solid 1px;
}
#introduction h3 span{
    color: #ff0;
    font-size: 1.2em;
}
#introduction h3 span:before,#introduction h3 span:after{
	content:'\eb45';
	font-family: "Material Icons";
    color: #ff0;
    font-size: 1.2em;
    vertical-align: sub;
}
#introduction p{
    color: #fff;
    margin: 1em auto;
    font-size: 1.3em;
    font-weight: bold;
}
/**************** campaign ****************/
#campaign p{
    color: #2d392d;
    margin: 3em auto;
    font-size: 1.1em;
    text-align: center;
    font-weight: bold;
}
#campaign h3{
    color: #036647;;
    margin: 0 auto;
    font-size: 1.7em;
}

/*tabel2*/
table.ta2{
    font-size: 1em;
}
.ta2{
    width: 80%;
    margin: 0 auto;
    text-align: left;
    border-collapse: collapse;
    table-layout: fixed;
    margin-top: 3em;
}
.ta2 tr:nth-child(odd){
    background-color: rgba(11, 29, 105, 0.81);
}
.ta2 th{
    width: 30%;
    padding: 15px;
    text-align: center;
    color: #646464;
    vertical-align: middle;
}
.ta2 td{
    padding: 10px;
}
.ta2 a{
    transition: all ease .4s;
    text-decoration: underline;
}
.ta2 a:hover{
    color: #ebe200;
    text-decoration: underline;
}
.ta2 th a{
    text-decoration: none;
}
.h2_cp{
    margin-top: 2em;
}
.bg-cp{
    background-color: #f7f7f7;
    background-image:url(../img/bg_cp.jpg);
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
}
.cp-flow{
    margin: 1.5em auto;
    width: 100%;
    display: flex;
    align-content: center;
}
.cp-flow__content{
    margin: 0 auto;
    width: 25%;
    padding: 10px;
    border: solid 2px #036647;
    border-radius: 5px;
    background: #fff;
}
.cp-flow__content h5{
    color: #fff;
    background: #036647;
    font-size: 1.5em;
    font-family: 'nitalago-ruika', sans-serif;
    padding: .8em 0;
    letter-spacing: .7rem;
    border-radius: 5px;
}
#campaign .cp-flow__content p{
    margin-top: 1.6em;
    font-size: .9em;
}
main small{
    color: red;
    font-size: .7em;
}
.terms{
    margin: 0 auto;
    width: 100%;
    height: 350px;
    text-align: left;
    overflow-y: scroll;
    margin-bottom: 2em;
    border: dashed 1px #036647;
    background: #fff;
}
#campaign .terms p{
    margin: 0 auto;
    font-size: .95em;
    padding: 1.5em 2em;
}
#campaign .terms p span{
    font-size: 1em;
    font-weight: bold;
}
#campaign .terms a{
    color: #1877f2;
    text-decoration: underline;
}
#campaign .terms p span.red{
    font-weight: normal;
    color: red;
}
#campaign .terms p span.list{
    font-weight: normal;
    padding-left: 6em;
}
.terms::-webkit-scrollbar{
    width: 15px;
}
.terms::-webkit-scrollbar-thumb{
    background: #299875;
    border-radius: 100vh;
}
.terms::-webkit-scrollbar-track-piece:start{
    background: #f1f1f1;
}
.terms::-webkit-scrollbar-track-piece:end{
    background: #f1f1f1;
}
h2.cp_title{
    border: none;
}
h2.cp_title img{
    display: block;
    margin: 0 auto;
    width: 60%;
}
.line{
    text-decoration: line-through;
}
/**************** player ****************/
#player{
    margin: 0 auto;
/*    width: 100%;*/
    display: block;
}
#player h5{
    margin: 0 auto;
    font-size: 1.5em;
    font-weight: bold;
    margin-top: 1.2em;
    color: red;
}
.fluffy {
    animation: fluffy1 3s ease infinite;
}
@keyframes fluffy1 {
    0% { transform:translateY(0) }
    5% { transform:translateY(0) }
    10% { transform:translateY(0) }
    20% { transform:translateY(-10px) }
    25% { transform:translateY(0) }
    30% { transform:translateY(-10px) }
    50% { transform:translateY(0) }
    100% { transform:translateY(0) }
}
#player h5 span{
    position: relative;
    background: linear-gradient(transparent 40%, yellow 40%);
    color: #2d392d;
}
.mdl img{
    margin: 0 auto;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 0 5px 3px rgba(149, 149, 149, 0.2);
}
#player div.all{
    margin: 0 auto 100px auto;
    width: 100%;
    display: block;
    max-width: 1900px;
}
main section.mdl{
    margin: 10px;
    width: 43%;
    display: inline-block;
/*    overflow: hidden;*/
}
main section.mdl2{
    width: 17%;
}
.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    text-decoration: none;
    transition-duration: 0.3s;
}
.btn:hover {
    color: #ffffff;
}
.btn img{
    width: 100%;
}
.remodal {
    padding: 0 !important;
    background: none !important;
    max-width: 800px !important;
}
.remodal-overlay {
    background: rgba(255, 255, 255, 0.6) !important;
}
.embed-container {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    background: rgba(1, 54, 141, 0.9)!important;
}
.mdl h3{
    text-align: center;
    color: #0d53c6;
	font-family: 'nitalago-ruika', sans-serif;
    margin: .3em 0 0 0;
    font-size: 1.5em;
    font-weight: 500;
}
.mdl p{
    text-align: center;
    color: #fff;
    font-size: .8em;
    display: flex;
    align-items: center;
    background:#036647;
    padding: .2em .8em;
    border-radius: 100vh;
    transition: .3s;
}
.mdl p:after{
	content:'\e853';
	font-family: "Material Icons";
    padding-left: .5em;
}
.mdl p:hover{
    background:#009f6d;
}
.remodal-cancel {
    color: #fff;
    background: rgba(1, 54, 141, 0.9)!important;
    width: 100% !important;
    margin-top: 25px;
}
.remodal-cancel:hover {
    background: #333;
}
div.profile_content{
    margin: 0 auto;
    padding: 3em 1em 0 1em;
}
.profile_content img{
    margin: 0 auto;
    width: 45%;
    border-radius: 5px;
}
.profile_content h3{
	font-family: 'nitalago-ruika', sans-serif;
    color: #fff;
    font-size: 2em;
    margin: 0 0 1.5em 0;
    font-weight: 500;
    position: relative;
    text-align: center;
}

.profile_content h3:before {
    position: absolute;
    bottom: -10px;
    left: calc(50% - 30px);
    width: 60px;
    height: 5px;
    content: '';
    border-radius: 3px;
    background: #00bb81;
}
.profile_content dl,.profile_content_cp dl{
    width: 90%;
    margin-left: 5%;
    display: flex;
    flex-wrap: wrap;
}
.profile_content dt,.profile_content_cp dt{
    width: 20%;
    background: #fff;
    color: #000;
    font-weight: bold;
    margin-bottom: 1em;
    padding: .3em .5em;
    border-radius: 3px;
}
.profile_content dd,.profile_content_cp dd{
    width: 65%;
    text-align: left;
    margin-left: 5%;
    margin-bottom: 0.5em;
    color: #fff;
}
dl.tour{
    padding: 2em 0;
    align-items: center;
}
.profile_content .tour dt, .profile_content_cp .tour dt{
    width: 30%;
    padding: .5em;
    border-radius: 100vh;
    font-size: 1.2em;
    background: #00bb81;
    color: #fff;
}
.profile_content_cp .tour dt{
    background: #980808;
}
.tour dd{
    width: 62%;
    font-size: .89em;
}
.embed-container div .profile_content--list{
    margin: 0 auto;
    display: flex;
    align-items: center;
    /* 写真掲載後下記カット */
    justify-content: center;
}
.profile_content--text{
    width: 50%;
    color: aliceblue;
}
.team_contents{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}
.team_contents div.team_box{
    width: 45%;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-items: center;
}
main div.team_box section.mdl:first-child{
    display: block;
    width: 100%;
}
main div.team_box section.mdl img.leader{
    width: 45%;
}
h3.team_name{
    display: block;
    margin: 0 auto;
    width: 60%;
    color: #009f6d;
    border-bottom: 2px solid;
    margin-bottom: 2rem;
}
/* プレイヤーアニメーションスタイル */
/* アニメーション前 */
.u-fade-type-up{
    transform: translateY(50px);
    opacity: 0;
}

/* トリガー発火でis-activeを付与 */
.is-active .u-fade-type-up{
    transition: .6s;
    transform: translateY(0);
    opacity: 1;
}
.is-active .u-fade-type-up:nth-child(2){transition-delay: .3s;}
.is-active .u-fade-type-up:nth-child(3){transition-delay: .6s;}
.is-active .u-fade-type-up:nth-child(4){transition-delay: .8s;}
.is-active .u-fade-type-up:nth-child(5){transition-delay: 1s;}
.is-active .u-fade-type-up:nth-child(6){transition-delay: 1.2s;}
.is-active .u-fade-type-up:nth-child(7){transition-delay: 1.4s;}
.is-active .u-fade-type-up:nth-child(8){transition-delay: 1.6s;}
.is-active .u-fade-type-up:nth-child(9){transition-delay: 1.8s;}
.is-active .u-fade-type-up:nth-child(10){transition-delay: 2s;}

@media screen and (min-width: 768px) {
    .multiple-item:nth-child(-n+3){
        margin-top: 0;
    }
}

.cp-text__large{
    margin: .8em auto;
    display: block;
    font-size: 3em;
    text-align: center;
    color: #fff;
    font-family: 'nitalago-ruika', sans-serif;
    margin-bottom: 0;
}
.win{
    color: #ff0;
}
.profile_content_cp{
    display: block;
    color: #fff;
}
.red_bg{
    background: rgba(217, 0, 0, 0.9)!important
}
.profile_content_cp p{
    margin: 1em 0;
    color: #fff;
}
.profile_content_cp a{
    margin: 0 auto;
    color: #fff;
    font-size: 1.2em;
    transition: all .4s ease;
    text-decoration: underline;
    margin-bottom: .3em;
}
.profile_content_cp a:hover{
    color: #ff0;
}
.profile_content_cp a:hover{
    opacity: .8;
}
.mdl .btn_cp p{
    margin: 0 auto;
    text-align: center;
    display: block;
    margin-top: .5em;
    background: none;
    border: 2px solid #036647;
    border-radius: 5px;
    width: 100%;
    padding: .4em;
    font-size: 1em;
    color: #036647;
    font-family: 'nitalago-ruika', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mdl .btn_cp p:after{
	content:none;
    padding-left: 0;
}
.mdl .btn_cp p:hover{
    background:#ff0;
}
.profile_content_cp .cp_code dt{
    width: 45%;
    margin-bottom: 0;
}
.cp_code dd{
    width: 45%;
    text-align: center;
    margin: 0;
    font-size: 1.2em;
    font-weight: bold;
    font-family: 'nitalago-ruika', sans-serif;
}
div.profile_content_cp{
    margin: 0 auto;
    padding: 2em 1em;
}
h4 span{
    font-size: .7em;
}
.win span:after,.win span:before {
	content:'\e838';
	font-family: "Material Icons";
}
.mdl .btn_cp p:before{
	content:'\ea23';
	font-family: "Material Icons";
    margin-right: .5em;
}
.mdl .btn_cp p:after{
	content:'\eac9';
	font-family: "Material Icons";
    margin-left: .5em;
}
.mdl p.interview{
    margin: 0 auto;
    background: #ff0;
}
.mdl p.interview{
    margin: 0 auto;
    text-align: center;
    width: fit-content;
    margin-top: .5em;
    background: #ebebeb;
    border: 2px solid #0d53c6;
    border-radius: 5px;
    padding: .4em;
    font-size: 1em;
    color: #0d53c6;
    font-family: 'nitalago-ruika', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mdl p.interview a{
    color: #0d53c6;
}
.mdl p.interview:after{
	content:none;
    padding-left: 0em;
}
.mdl p.interview a:after{
	content:'\e04b';
	font-family: "Material Icons";
    padding-left: .5em;
}
.mdl p.interview:hover{
    background:#f8f8f8;
}
.under{
    color: #0d53c6;
    text-decoration: underline;
}
main section.mdl.movie{
    margin: 30px;
    width: 40%;
}
/**************** みどころ ****************/

#midokoro p{
    margin: 0 auto;
    text-align: left;
    color: #fff;
    font-weight: bold;
    font-size: 1.1em;
}
#midokoro h3{
    font-size: 1.45em;
    color: #95fff6;
    margin-bottom: 1em;
    font-style: italic;
}
#midokoro h3 span{
    font-size: 1.5em;
    color: #ff0;
    /* -webkit-text-stroke: 1px #fff;
    text-stroke: 1px #fff; */
    margin-bottom: 1em;
}
/*動く画像*/
#roop {
    width: 100%;
    height: 200px;
    background: url(../img/slide2025_1.jpg) repeat-x;
    background-position: 0 0;
    -webkit-animation: bgroop 20s linear infinite;
    animation: bgroop 20s linear infinite;
}
#roop2 {
    width: 100%;
    height: 200px;
    background: url(../img/slide2025_2.jpg) repeat-x;
    background-position: 0 0;
    -webkit-animation: bgroop 20s linear infinite;
    animation: bgroop 20s linear infinite;
}
@-webkit-keyframes bgroop {
    from {
        background-position: 0  0;
    }
    to {
        background-position: -1956px 0;
    }
}
@keyframes bgroop {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -1956px 0;
    }
}

/**************** charity ****************/
.charity-content{
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
}
.charity-content_text{
    margin: 0 auto;
    width: 100%;
    align-items: center;
}
.charity-content img{
    margin: 0 auto;
    width: 45%;
    margin-right: 2em;

}
.charity-content p{
    margin: 2em auto;
    text-align: left;
    color: #2d392d;
}

.content-btn{
    margin: 0 auto;
    width:400px;
    height:50px;
    border:2px solid #d90000;
    text-align:center;
    cursor:pointer;
    position:relative;
    box-sizing:border-box;
    overflow:hidden;
    border-radius: 100vh;
}
.content-btn a{
    font-size: 1.2em;
    font-weight: 600;
	font-family: 'nitalago-ruika', sans-serif;
    letter-spacing: .1em;
    color:#d90000;
    text-decoration:none;
    line-height:2.4em;
    transition:all .4s ease;
    z-index:2;
    position:relative;
}
.eff-btn{
    width:400px;
    height:50px;
    left:-400px;
    background-image: -webkit-gradient(linear, left top, right top, from(#d90000), to(#f85b5b));
    background-image: -webkit-linear-gradient(left, #d90000 0%, #f85b5b 100%);
    background-image: linear-gradient(to right, #d90000 0%, #f85b5b 100%);
    border-radius: 100vh;
    position:absolute;
    transition:all .3s ease;
    z-index:1;
}
.content-btn:hover .eff-btn{
    left:0;
}
.content-btn:hover a{
    color:#ff0;
}
.charity-results{
    margin: 5em 0 3em 0;
    padding: 1.5em 0;
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid #ff0;
    border-radius: 5px;
}
.charity-results small{
    font-size: .7em;
}
.charity-results p{
    color: #2d392d;
}
.charity-results dl{
    margin: 1.5em auto;
    width: 45%;
    display: inline-block;
    text-align: center;
    color: #036647;
}
.charity-results_donation{
    margin: .2em 0;
    font-size: 2.5em;
    font-weight: bold;
    color: #036647;
	font-family: 'nitalago-ruika', sans-serif;
}
.charity-results dl dt{
    margin: 0 auto;
    border-bottom: 1px dashed;
    width: 80%;
    color: #036647;
    font-weight: 600;
}
.charity-results dl dt:nth-of-type(1):before{
    color: #036647;
	content:'\e409';
	font-family: "Material Icons";
    padding-right: .5em;
    vertical-align: bottom;
    font-weight: bold;
}
.charity-results dl dt:nth-of-type(1):after{
    color: #036647;
	content:'\e408';
	font-family: "Material Icons";
    padding-left: .5em;
    vertical-align: bottom;
    font-weight: bold;
}
.charity-results dl dt:nth-of-type(2){
    color: #fff;
    background: #036647;
    padding: .1em .5em;
    border-radius: 100vh;
    margin: 0 auto;
    width: 20%;
    font-weight: 400;
    margin-top: 1em;
    border-bottom: none;
}
img.bnr{
    margin: 1em auto;
    display: block;
    width: 700px;
}
img.bnr.small{
    width: 40%;
}
/**************** overview ****************/
	#overview {
    padding-top: 4em;
/*		width:100%;*/
    margin-bottom: 8em;
    text-align: center;
	}
	#overview h1.subtitle {
    color: #0d53c6;
    text-align: center;
    font-size: 220%;
    font-family: "Kazesawa-Bold";
    border-bottom: 4px solid #0d53c6;
    display: inline-block;
    margin-bottom: 1.5em;
    margin-left: auto;
    margin-right: auto;
	}
	#overview div {
    width:auto;
    margin: 2em auto;
    padding: 2em 0;
    border: 2px solid #036647;
	}
	#overview div dl {
    width:90%;
    margin: 0 auto;
    display: flex;
    flex-wrap:wrap;
    text-align: left;
    color: #2d392d;
	}
	#overview div dl dt{
    width:150px;
    flex-shrink: 0;
    color: #2d392d;
	}
	#overview div dl dd{
    width:70%;
    flex-shrink: 0;
    color: #2d392d;
	}
/**************** tournament teammatch ****************/
/* #tournament img{
    margin: 0 auto;
    width: 100%;
    display: block;
} */
.teammatch_contents{
    display: flex;
}
.teammatch_box{
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 48%;
}
.teammatch_box h3{
    margin: 2rem auto;
    font-size: 3rem;
    padding: 3px;
    background-color: #0741a2;
    color: #ff0;
    width: 100%;
}
.teammatch_box.red h3{
    background-color: #c60d0d;
    color: #ff0;
}
.teammatch_box ul{
    margin: 0 auto;
    width: 90%;
    font-size: 1.7rem;
    text-align: left;
    /* flex-grow:1; */
    height: 150px;
}
.teammatch_box li{
    list-style: square;
    color: #fff;
    font-size: 1.7rem;
    line-height: normal;
}
.teammatch_box p{
    margin: 2rem auto;
    color: #ff0;
    font-size: 2rem;
    font-family: 'nitalago-ruika', sans-serif;
}
.teammatch_box p span{
    padding: 5px;
    margin: auto 1rem;
    background-color: #fff;
    color: #0d53c6;
}
.teammatch_box.red p span{
    color: #c60d0d;
}
.teammatch_box img{
    width: 100%;
}
/**************** FB ****************/
.fb_iframe_widget > span {
	vertical-align: baseline !important;
}
/**************** sns ****************/
main #top{
    position: relative;
}
main #sns{
/*  float: left;*/
    position: absolute;
    bottom: .1em;
    z-index: 100;
}
/**************** PC ****************/

/* PC用 */

/**************** PC ****************/

@media only screen and (min-width:769px){

/**************** main img ****************/

main #main_img{
    background: url(../img/main/main_2025.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 0;
    padding-top: 56%;
/*    height: 600px;*/
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
/*    position: relative;*/
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

/**************** nav ****************/
main nav.gloval_nav{
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
}
.gloval_nav{
    background: #ffffff;
    padding: 15px 0 20px 0;
    display: flex;
    justify-content:space-between;
    align-items: center;
    width: auto;
    max-width: 1000px;
}
.gloval_nav img{
    margin: 0 auto;
    width: 15%;
}
.gloval_nav ul{
    margin: 0 auto;
    width: 100%;
    text-align: right;
/*
    display: flex;
    justify-content: flex-end;
*/
}
.gloval_nav li{
    font-family: 'nitalago-ruika', sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #ffeb00;
    display: inline-block;
/*  width: calc(100%/6);*/
/*    width: calc(100%/5);*/
/*  height: 60px;*/
    vertical-align: middle;
    padding-right: 15px;
}
.gloval_nav li:last-of-type{
    padding-right: 0;
    }
.gloval_nav a{
    position: relative;
    color: #036647;
    width: 100%;
    height: auto;
    text-shadow:0px 0px 5px #ffffff;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    transition: .4s;
    vertical-align: sub;
}
.gloval_nav li a:hover{
    color: #fd728b;
}
.gloval_nav li a:before{
	content:'\e5df';
	font-family: "Material Icons";
    padding-left: .1em;
    font-size: 1.6em;
    color: #ffeb00;
}
.gloval_nav a span{
    text-shadow:0px 0px 5px #ffffff;
    font-size: .9em;
    letter-spacing: .08em;
    display: inline-block;
    vertical-align: super;
}
.nav2{
    background: #ff5273;
    }
.nav2 li{
    font-family: 'nitalago-ruika', sans-serif;
    color: #ffeb00;
}
.nav2 a{
    color: #ffffff;
    text-shadow:0px 0px 5px #ff335a;
}
.nav2 li a:hover{
    color: #ffff00;
}
.nav2 a span{
    text-shadow:0px 0px 5px #ff335a;
}
/*----------pc非表示-----------*/
main br.sp-br{
    display: none;
}
main img.sp{
    display: none;
}
main img.pc{
/*  display: block;*/
}
main br.pc-br{
    /* display: block; */
}
}
/**************** MOBILE ****************/

/* モニター幅750px以下 */

/**************** MOBILE ****************/

@media only screen and (max-width:768px){


/**************** HEADER ****************/
/**************** main img ****************/
main #main_img{
    margin: 0 auto;
    width: 100%;
    height: 0;
    padding-top: 107%;
	background-image:url(../img/main/main_sp2025.jpg);
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	}
/*
main h1 img.sp{
    margin: 0 auto;
    width: 100%;
	}
*/

main h2 img{
    width: 100%
}
.black{
    margin: 0 auto;
    width: 100%;
    padding: 40px 0;
}
.gloval_nav{
    display: none;
}
main section{
    margin: 50px 0;
}
main article{
    margin: 0 auto;
    overflow: hidden;
	background-color: #fff;
    background-image:url(../img/bg.jpg);
    background-size:auto;
    background-repeat:repeat;
}
.p-low{
    padding: 1.5em;
}
.c-content{
    margin: 1em auto;
    width: 100%;
    display: block;
}
img.bnr.small{
    width: 95%;
}
/**************** introduction ****************/
#introduction {
    margin: 0 auto;
    text-align: center;
}
#introduction h3{
    margin: 20px auto;
    padding: .2em .4em;
    font-size: 1.2em;
    width: 90%;
}
#introduction h3 span{
    color: #ff0;
    font-size: 1.3em;
}
#introduction h3 span:before,#introduction h3 span:after{
    font-size: 1.1em;
}
#introduction p{
    font-size: 1.2em;
}
/**************** campaign ****************/
.cp_title{
    margin-top: 2em;
    font-size: 1.7em;
}
h2.cp_title img{
    width: 100%;
    margin-bottom: .5em;
}
#campaign h3{
    font-size: 1.5em;
}
.cp-flow{
    margin: 1.5em auto;
    width: 100%;
    display: block;
}
.cp-flow__content{
    margin: 2em auto;
    width: 80%;
    padding: 20px;
}
.cp-flow__content h5{
    font-size: 1.5em;
    padding: .8em 0;
    letter-spacing: .7rem;
}
#campaign .cp-flow__content p{
    margin-top: 1.6em;
    font-size: 1em;
}
main small{
    color: red;
    font-size: .7em;
}

.terms{
    margin: 0 auto;
    width: 100%;
    height: 350px;
    text-align: left;
    overflow-y: scroll;
    margin-bottom: 2em;
    border: dashed 1px #036647;
    background: #fff;
}
#campaign .terms p span.list{
    padding-left: 0;
}
/**************** player ****************/
#player{
    margin: 0 auto;
    display: block;
}
#player h2 img{
    margin-top: 30px;
}
#player div.all{
    margin: 0 auto;
    width: 100%;
    display: block;
    margin-bottom: 50px;
}
main section.mdl{
    margin: .5em;
    width: 45%;
}
.btn img{
    width: 100%;
}
.embed-container {
    position: relative;
    padding-bottom: 0;
    height: inherit;
    overflow: inherit;
}
.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mdl p{
    margin: 0 auto;
    /* width: 100%; */
    display: block;
}
/*
.remodal-cancel {
    color: #fff;
    background: rgba(0, 0, 0, 0.5)!important;
    width: 100% !important;
    margin-top: 25px;
}
*/
div.profile_content{
    padding: 2em 1.5em 0 1.5em;
}
.profile_content img{
    margin: 0 auto;
    width: 80%;
}
.profile_content h3{
    color: #fff;
    font-size: 1.8em;
    margin: 1em 0 1.5em 0;
    }
.profile_content dl{
    width: 100%;
    margin-left: 0;
}
.profile_content dt{
    width: 20%;
    background: #fff;
    color: #000;
    font-weight: bold;
    margin-bottom: 1em;
    padding: .3em .5em;
    border-radius: 3px;
}
.profile_content dd{
    width: 65%;
    text-align: left;
    margin-left: 5%;
    margin-bottom: 0.5em;
    color: #fff;
}
dl.tour{
    width: auto;
    padding: 1em 0;
    align-items: center;
}
.profile_content .tour dt{
    width: 100%;
    padding: .5em;
    font-size: 1.3em;
}

.tour dd{
    width: 100%;
    margin-left: 0;
}
.embed-container div .profile_content--list{
    display: block;
}
.profile_content--text{
    width: 100%;
    color: aliceblue;
    }
.profile_content_cp .cp_code dt{
    width: 100%;
/*    margin-bottom: 0;*/
}
.cp_code dd{
    width: 100%;
    margin: 2em 0;
}
.profile_content_cp dl {
    margin-left: 0;
}
#player h5{
    font-size: 1.1em;
}
.mdl p.interview{
    font-size: .85em;
}
.team_contents{
    display: block;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-items: center;
}
.team_contents div.team_box{
    width: 100%;
    display: block;

}
main div.team_box section.mdl:first-child{
    display: block;
    width: 100%;
    margin: .5em 0;
}
main div.team_box section.mdl img.leader{
    width: 45%;
}
h3.team_name{
    width: 90%;
    margin-top: 3rem ;
}
/**************** teammatch_contents ****************/
.teammatch_contents{
    display: block;
    
}
.teammatch_box{
    width: 100%;
    background-color: #05388c94;
}
.teammatch_box h3{
    margin: 2rem auto;
    font-size: 2rem;
    padding: 3px;
    margin-top: 3rem;
    width: -webkit-fill-available;
}
.teammatch_box ul{
    width: 85%;
    height: auto;
}
.teammatch_box li{
    font-size: 1.5rem;
}
.teammatch_box p{
    font-size: 1.5rem;
}
.teammatch_box p span{
    padding: 5px;
    margin-right: 1rem;

}
.teammatch_box img{
    width: 100%;
}
/**************** charity ****************/
.charity-content{
    margin: 0 auto;
    width: 100%;
    display: inherit;
    align-items: center;
}
.charity-content_text{
    margin: 0 auto;
    width: 100%;
}
.charity-content img{
    margin: 2em auto;
    width: 100%;
    margin-left: 0;
}
.charity-content p{
    margin: 2em auto;
    text-align: left;
    color: #2d392d;
}

.content-btn{
    margin: 0 auto;
    width:100%;
    height:50px;
}
.content-btn a{
    font-size: 1.2em;
    line-height: 2.6em;
}
.eff-btn{
    width:100%;
    height:50px;
    left:-100%;
}
.charity-results{
    margin: 3em 0;
    padding: 1.5em 1em;
}
.charity-results small{
    font-size: .7em;
}
.charity-results dl{
    margin: 1.5em auto;
    width: 100%;
    display: block;
}
.charity-results_donation{
    margin: .2em 0;
}
.charity-results dl dt{
    width: 100%;
    font-size: 1em;
}
.charity-results dl dt:nth-of-type(2){
    padding: .1em .5em;
    width: 50%;
    margin-top: 1em;
}
img.bnr{
    width: 100%;
}
/*----------- OVERVIEW AREA-------------*/
#overview {
    padding-top: 4em;
    margin-bottom: 8em;
    color: #000;
    text-align: center;
}

#overview div {
    width:95%;
    margin: 1em auto;
    padding: 2em 0 1em;
}
#overview div dl {
    width:90%;
    margin: 0 auto;
    display: inherit;
    flex-wrap:wrap;
    text-align: left;
}
#overview div dl dt{
    width:100%;
    font-weight: bold;
    flex-shrink: 0;
}
#overview div dl dd{
    width:100%;
    flex-shrink: 0;
    margin-bottom: 1em;
}

main section.mdl.movie{
    margin: 10px 0 ;
    width: auto;
}
#midokoro h3 span{
    font-size: 1.3em;
}
/*----------sp非表示-----------*/
main img.pc{
    display: none;
}
main img.sp{
    display: block;
    width: 250px;
    margin: 0 auto;
}

}
/*------------最大925--------------*/
@media screen and (max-width : 925px){
main div.works{
    text-align: left;
    margin: 20px auto;
    max-width: 600px;
    padding-left: 25px;
}
main nav.gloval_nav ul{
    padding-left: 10px;
}
}
/*------------最大375--------------*/
@media screen and (max-width : 414px){

main br.pc-br{
    display: none;
}
main br.sp-br{
    display: block;
}
main footer .bar img {
    width:90%;
}
}
@media only screen and (max-width:768px){
.bar a img{
    margin: 0 auto;
    width: 90%;
    display: block;
    margin-bottom: 10px;
}
}
