@charset "utf-8";

/*------------------------------
	header
------------------------------*/
/*PC*/
.spbr {
	display:none;
}
header{
    position: fixed;
    height: 110px;
    width: 100%;
    z-index: 100;
}
#header{
    background-color: #0A80e8;
    background-image: url(common/img/header_bg_pc.jpg);
    background-repeat: repeat-x;
    background-position: center top;
    height: 110px;
}
#header #header_inner{
    max-width: 980px;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
#header .logo{
    position: absolute;
    top: 18px;
}
#header .logo a{
    background-image: url(common/img/logo.png);
    background-repeat: no-repeat;
    background-size: 327px;
    width: 327px;
    height: 38px;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    display: block;
}
/* カウントダウン */ 
#timer {
    width: 309px;
    height: 30px;
    background: url(common/img/countdown.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 15px;
    right: 0;
}
.yycountdown-box{
    text-align: center;
    color: #ec8600;
    font-weight: bold;
    font-size: 110%;
    margin-left: 25px;
    margin-top: 1px;
}
#timer .yycountdown-box .yyc-day{
    color:#ec8600;
}
#timer .yycountdown-box .yyc-hou{
    color:#ec8600;
}
#timer .yycountdown-box .yyc-min{
    color:#ec8600;
}
#timer .yycountdown-box .yyc-sec{
    color:#ec8600;
}
#timer .yycountdown-box .yyc-day-text{
    font-size: 65%;
    padding-left: 3px;
    padding-right: 3px;
}
#timer .yycountdown-box .yyc-hou-text,
#timer .yycountdown-box .yyc-min-text,
#timer .yycountdown-box .yyc-sec-text{
    padding-left: 2px;
    padding-right: 2px;
}
#timer02 {
    width: 309px;
    height: 30px;
    background: url(common/img/countdown.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 15px;
    right: 0;
    font-size: 162%;
    padding-left: 3px;
    padding-right: 3px;
    color:#ec8600;
    font-weight: bold;
}
#header ul{
    position: absolute;
    top: 72px;
    left: 0;
    width: 970px;
}
#header li{
    float: left;
    position: relative;
    display: inline-block;
    position: relative;
}
#header li a{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 100%;
    height: 38px;
    background-repeat: no-repeat;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}
#header li a:hover{
    opacity: 0.5;
}
#header li.outline a{
    background-image: url(common/img/menu_01.png);
    background-size: 86px 27px;
/*    width: 145px;*/
    width: 190px;
}

#header li.guideline a{
    background-image: url(common/img/menu_01b.png);
    background-size: 109px 27px;
/*    width: 170px;*/
    width: 190px;
}
#header li.players a{
    background-image: url(common/img/menu_02.png);
    background-size: 109px 27px;
    width: 190px;
}
#header li.archives a{
    background-image: url(common/img/menu_03.png);
    background-size: 135px 27px;
/*    width: 167px;*/
    width: 190px;
}
#header li.faq a{
    background-image: url(common/img/menu_04.png);
    background-size: 109px 27px;
/*    width: 170px;*/
    width: 190px;
}
#header li.inquiry a{
    background-image: url(common/img/menu_05.png);
    background-size: 113px 27px;
/*    width: 128px;*/
    width: 190px;
}
#header nav .subMenu{
    position: absolute;
    left: 0;
    top: 38px;
    width: 100%;
}
#header nav .subMenu li{
    height: 0;
    overflow: hidden;
    width: 100%;
    padding-right: 0;
}
#header nav .subMenu li a{
    font-size: 1.4rem;
    background-color: rgba(10,128,232,0.85);
    background-image: none;
    display: block;
    font-weight: normal;
    padding-left: 2em;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    text-indent: 0;
    height: 45px;
    line-height: 45px;
}
#header nav .subMenu li a:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 0;
    height: 0;
    margin-top: -3px;
    border: 3px solid transparent;
    border-left: 3px solid #FFFFFF;
}
#header nav li:hover > .subMenu > li {
    overflow: visible;
    height: 45px;
}
#header nav .subMenu li a:hover{
    opacity: 0.7;
}

/* tablet */
@media screen and (max-width: 1024px) {
    header{
        height: 11vw;
    }
    #header{
        height: 11vw;
    }
    #header .logo{
        top: 1vw;
    }
    #header ul{
        top: 7vw;
        width: 100%;
    }
    #header li a{
        height: 7vw;
    }
    #header li.outline{
/*        width: 20.49%;*/
width: 14%;
    }
	#header li.outline a{
        background-size: 62%;
    }
	#header li.guideline{
/*        width: 20.49%;*/
width: 16%;
    }
    #header li.guideline a{
        background-size: 63%;
    }
    #header li.players{
/*        width: 20.86%;*/
width: 16%;
    }
    #header li.players a{
        background-size: 65%;
    }
    #header li.archives{
/*        width: 20.61%;*/
width: 18%;
    }
    #header li.archives a{
        background-size: 78%;
    }
    #header li.faq{
/*        width: 20.98%;*/
width: 16%;
    }
    #header li.faq a{
        background-size: 63%;
    }
    #header li.inquiry{
/*        width: 15.80%;*/
width: 16%;
    }
    #header li.inquiry a{
        background-size: 80%;
    }
    #header nav .subMenu{
        top: 4vw;
    }
    #header nav .subMenu li a{
        font-size: 1.4vw;
        height: 35px;
        line-height: 35px;
    }
    #header nav li:hover > .subMenu > li {
        height: 35px;
    }
    .yycountdown-box{
        font-size: 2.2vw;
    }
}
/*SP*/
@media screen and (max-width: 750px) {
	.spbr {
	display:block;
}
    header{
        height: 13vw;
    }
    #header{
        height: 13vw;
    }
    #header{
        background-image: url(common/img/header_bg_sp.jpg);
        height: 13vw;
        background-size: 100%;
    }
    #header #header_inner{
        width: 100%;
    }
    #header .logo{
        top: 4vw;
        left: 4%;
        width: 67%;
    }
    #header .logo a{
        background-image: url(common/img/logo_sp.png);
        background-size: 100%;
        width: 100%;
    }
     #header button{
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
        background: #ffffff; 
    }
	.toggle {
		display: block;
        position: absolute;
		right: 2%;
		top: 1vw;
		width: 11vw;
		height: 11vw;
		cursor: pointer;
		z-index: 2;
    }	 
	.toggle span {
		display: block;
		position: absolute;
		width: 7vw;
		border-bottom: solid 0.8vw #39b5fc;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
		left: 1.8vw;
    }
	.toggle span:nth-child(1) {
		top: 2.5vw;
    }
	.toggle span:nth-child(2) {
		top: 5vw;
    }
	.toggle span:nth-child(3) {
		top: 7.5vw;
    }
	.toggle.active span:nth-child(1) {
		top: 5.0vw;
		left: 1.5vw;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
    }
	.toggle.active span:nth-child(2),
	.toggle.active span:nth-child(3) {
		top: 5.0vw;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
    }
	.onanimation{
        display: block;
    }
    .global_nav {
        position: fixed;
        right: 0;
        top: 13vw;
        width:100%;
        z-index: 3;
        opacity: 1;
        display: none;
        background-color: rgba(25,129,213,0.9);
        height: 91.0%;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
    .global_nav.openNav{
        display: block;
        animation-name:navshow;
        animation-duration:0.75s;
        opacity: 1;
        border-top: 1px solid #52bbfe;
        text-align:left;
    }
    #header li{
        float: none;
    }
    #header nav ul{
        top: 1vw;
        right: 0;
        left: 0;
        margin: auto;
        width: 90%;
        z-index: 10;
        padding-bottom: 0vw;
    }
    #header nav li{
        padding-right: 0;
        display: block;
        line-height: 18vw;
        border-bottom: 1px solid #52bbfe;
    }
    #header nav li{
        height: auto;
        text-align: center;
    }
    #header li.outline a{
        background-image: none;
        width: 100%;
    }
	#header li.guideline a{
        background-image: none;
        width: 100%;
    }
    #header li.players a{
        background-image: none;
        width: 100%;
    }
    #header li.archives a{
        background-image: none;
        width: 100%;
    }
    #header li.faq a{
        background-image: none;
        width: 100%;
    }
    #header li.inquiry a{
        background-image: none;
        width: 100%;
    }
    #header li.outline,#header li.guideline,#header li.players,#header li.archives,#header li.faq,#header li.inquiry{
        width: 100%;
    }
    #header li a{
        text-indent: 0;
        height: auto;
        color: #FFFFFF;
    }
    .global_nav li ul{
          visibility: visible;
          opacity: 1;
          transition: 2s;
        }
    .global_nav li:hover ul{
          visibility: visible;
          opacity: 1;
        }
    .global_nav li ul li a{
          visibility: visible;
          opacity: 1;
          transition: .2s;
        }
    .global_nav li:hover ul li a{
          visibility: visible;
          opacity: 1;
        }
    #header nav li a{
        font-weight: 400;
        font-size: 5vw;
        display: block;
    }
    #header nav .subMenu{
        position: static;
        left: 0;
        top: 2em;
        width: 100%;
    }
    #header nav .subMenu li{
        height: auto;
        overflow: auto;
        width: auto;
        border-bottom: 1px dotted #CCCCCC;
        line-height: 2.5;
/*        float: */
    }
    #header nav .subMenu li:last-child{
        border-bottom: none;
    }
    #header nav .subMenu li a{
        font-size: 3.6vw;
        background-color: rgba(255,255,255,0.85);
        border: none;
        letter-spacing: 0;
        padding-bottom: 2vw;
        padding-top: 2vw;
    }
    #header nav li:hover > .subMenu > li {
        overflow: hidden;
        height: auto;
    }
    #header nav li .subMenu{
        margin-top: -0.5em;
    }
    #header nav .subMenu li a{
        font-size: 3.4vw;
        padding-left: 0em;
        color: #117cd3;
        height: auto;
        line-height: 2;
    }
    #header nav .subMenu li a:before {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 96%;
        width: 0;
        height: 0;
        margin-top: -3px;
        border: 3px solid transparent;
        border-left: 3px solid #117cd3;
    }
/* カウントダウン */ 
    #timer {
        width: 70%;
        height: 6.5vw;
        background-size: cover;
        top: 13vw;
        right: 0;
        left: 0;
        margin: auto;
    }
    .yycountdown-box{
        font-size: 120%;
        margin-left: 20px;
        margin-top: 1px;
    }
    #timer .yycountdown-box .yyc-day-text{
        font-size: 65%;
        padding-left: 3px;
        padding-right: 3px;
    }
    #timer .yycountdown-box .yyc-hou-text,
    #timer .yycountdown-box .yyc-min-text,
    #timer .yycountdown-box .yyc-sec-text{
        padding-left: 2px;
        padding-right: 2px;
    }
    #timer02 {
        width: 309px;
        height: 30px;
        background: url(common/img/countdown.png);
        background-repeat: no-repeat;
        position: absolute;
        top: 15px;
        right: 0;
        font-size: 162%;
        padding-left: 3px;
        padding-right: 3px;
        color:#ec8600;
        font-weight: bold;
    }
}
/*------------------------------
	footer
------------------------------*/
/*PC*/
#footer{
    background-color: #0161B6;
    margin-top: 100px;
}
.footerNav ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
    justify-content: space-around;
}
.footerNav li{
    line-height: 60px;
}
.footerNav li a{
    color: #FFFFFF;
    font-size: 1.4rem;
}
.footerNav li a:hover{
    opacity: 0.5;
}
.secretariatWrap{
    background-color: #3288d3;
    padding-top: 30px;
    padding-bottom: 20px;
}
.secretariatWrap dl{
    max-width: 700px;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.secretariatWrap dt{
    color: #FFFFFF;
    font-weight: 700;
}
.secretariatWrap dd{
    color: #FFFFFF;
    font-size: 1.4rem;
}
.copyright{
    text-align: center;
    font-size: 1.2rem;
    line-height: 40px;
    color: #FFFFFF;
}
/* tablet */
@media screen and (max-width: 1024px) {
    #footer{
        margin-top: 10vw;
    }
    .footerNav ul{
        max-width: 100%;
    }
    .footerNav li{
        line-height: 4;
    }
    .footerNav li a{
        color: #FFFFFF;
        font-size: 1.8vw;
    }
    .secretariatWrap{
        padding-top: 3vw;
        padding-bottom: 2vw;
    }
    .secretariatWrap dl{
        max-width: 90%;
    }
    .secretariatWrap dt{
        color: #FFFFFF;
        font-weight: 700;
    }
    .secretariatWrap dd{
        font-size: 1.6vw;
    }
    .copyright{
        font-size: 1.4vw;
        line-height: 3;
    }
}
/*SP*/
@media screen and (max-width: 750px) {
    .footerNav ul{
        max-width: 90%;
        margin-right: auto;
        margin-left: auto;
        padding-top: 3vw;
        padding-bottom: 3vw;
    }
    .footerNav li{
        line-height: 2.5;
        width: 33%;
    }
    .footerNav li a{
        font-size: 3.4vw;
        color: #FFFFFF;
    }
    .secretariatWrap{
        padding-top: 5vw;
        padding-bottom: 5vw;
    }
    .secretariatWrap dl{
        max-width: 90%;
        display: block;
    }
    .secretariatWrap dt{
        line-height: 3;
    }
    .secretariatWrap dt img{
        width: 30%;
    }
    .secretariatWrap dd{
        font-size: 3.4vw;
    }
    .secretariatWrap dd a{
        color: #FFFFFF;
        text-decoration: underline;
    }
    
    .copyright{
        font-size: 3vw;
    }
}
/*------------------------------
	青のボタン
------------------------------*/
/*PC*/
.btn_square_blue {
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #0A80E8;
    color: #FFFFFF;
    border-bottom: solid 7px #0161b6;
    border-radius: 10px;
    width: 300px;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
    font-size: 1.6rem;
}
.btn_square_blue a{
    color: #FFFFFF;
    display: block;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}
.btn_square_blue a:hover {
    opacity: 0.5;
}
.btn_square_blue_02 {
    display: inline-block;
    padding: 0.7em 0.7em;
    text-decoration: none;
    background: #0A80E8;
    color: #FFFFFF;
    border-radius: 10px;
    width: 300px;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
    font-size: 1.6rem;
}
.btn_square_blue_02 a{
    color: #FFFFFF;
    display: block;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}
.btn_square_blue_02 a:hover {
    opacity: 0.5;
}
.btn_square_orange {
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #FCCA10;
    color: #333333;
    border-bottom: solid 7px #ec8600;
    border-radius: 10px;
    width: 60%;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
    font-size: 1.8rem;
    margin-left: 20%;
    position: relative;
}
.btn_square_orange a{
    color: #333333;
    display: block;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}
.btn_square_orange a:hover {
    opacity: 0.5;
}
.btn_square_orange::before{
    width: 15px;
    height: 15px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 14%;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.btn_square_orange::after{
    box-sizing: border-box;
    width: 5px;
    height: 5px;
    border: 5px solid transparent;
    border-left: 5px solid #ec8600;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15%;
    margin: auto;
    content: "";
    vertical-align: middle;
}
/* tablet */
@media screen and (max-width: 1024px) {
    .btn_square_blue {
        width: 30vw;
        line-height: 3;
        font-size: 1.6vw;
    }
    .btn_square_blue_02 {
        width: 30vw;
        line-height: 3;
        font-size: 1.6vw;
    }
    .btn_square_orange {
        font-size: 1.8vw;
    }
}
/*SP*/
@media screen and (max-width: 750px) {
    .btn_square_blue {
        width: 38vw;
        line-height: 2;
        font-size: 3.6vw;
    }
    .btn_square_blue_02 {
        width: 38vw;
        line-height: 2;
        font-size: 3.6vw;
    }
    .btn_square_orange {
        width: 90%;
        line-height: 2.5;
        font-size: 3.6vw;
        margin-left: 1.5%;
    }
    .btn_square_orange::before{
        left: 3vw;
    }
    .btn_square_orange::after{
        left: 4.5vw;
    }
}

/*------------------------------
	pageTit
------------------------------*/
/*PC*/
#pageTit{
    background-color: #0A80e8;
    background-image: url(common/img/header_bg_pc.jpg);
    background-repeat: repeat-x;
    background-size: 1000px 250px;
    background-position: center top;
    height: 250px;
}
#pageTit h2{
    font-size: 4.0rem;
    text-align: center;
    color: #FFFFFF;
    padding-top: 130px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
    line-height: 1.4;
}
#pageTit h2 span{
    font-size: 1.4rem;
    display: block;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
}

/* tablet */
@media screen and (max-width: 1024px) {
    #pageTit{
        height: 24vw;
    }
    #pageTit h2{
        font-size: 4vw;
        padding-top: 11vw;
    } 
    #pageTit h2 span{
        font-size: 1.4vw;
    }
}
/*SP*/
@media screen and (max-width: 750px) {
    #pageTit{   
        background-image: url(common/img/header_bg_sp.jpg);
        background-size: cover;
        height: 42vw;
    }
    #pageTit h2{
        font-size: 6vw;
        padding-top: 25vw;
    }
    #pageTit h2 span{
        font-size: 2.8vw;
    }
}
/*------------------------------
	パンくず
------------------------------*/
/*PC*/
.cp_breadcrumb *, .cp_breadcrumb *:after, .cp_breadcrumb *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_breadcrumb {
    max-width: 900px;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 1em;
    margin-bottom: 50px;
    font-size: 1.4rem;
}
.cp_breadcrumb a {
	text-decoration: none;
	color: #0A80E8;
}
.cp_breadcrumb .breadcrumbs {
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.cp_breadcrumb li {
	display: inline-block;
	position: relative;
	padding-right: calc(16px + 8px);
	margin-right: 8px;
	color: #333333;
}
.cp_breadcrumb li::before {
	content: '›';
	width: 1em;
	height: 1em;
	line-height: 1;
	text-align: center;
	font-size: 1em;
	color: inherit;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.cp_breadcrumb li:last-child {
	margin-right: 0;
	padding-right: 0;
	color: #333333;
}
.cp_breadcrumb li:last-child::before {
	content: normal;
}
/* tablet */
@media screen and (max-width: 1024px) {

}
/*SP*/
@media screen and (max-width: 750px) {
    .cp_breadcrumb {
        width: 90%;
        margin-bottom: 5vw;
        font-size: 3.2vw;
    }
}
/*------------------------------
	一覧に戻るボタン
------------------------------*/
/*PC*/
.backLiButton{
    position: fixed;
    right: 0;
    bottom: 0;
    max-width: 10%;
}
.backButton{
    position: fixed;
    right: 0;
    bottom: 0;
}
.backButton a{
    background-color: #1981D5;
    border-top-left-radius : 10px;
    color: #FFFFFF;
    display: block;
    line-height: 40px;
    padding-right: 1em;
    padding-left: 1em;
    font-size: 1.4rem;
}
/* tablet */
@media screen and (max-width: 1024px) {
    .backLiButton{
        max-width: 15%;
    }
    .backButton a{
        line-height: 2.5;
        font-size: 1.4vw;
    }
}
/*SP*/
@media screen and (max-width: 750px) {
    .backLiButton{
        max-width: 20%;
    }
    .backButton a{
        font-size: 3.2vw;
    }
}
/*------------------------------
	 title
------------------------------*/
/*PC*/
.mttl{
    text-align: center;
}
.ttl01 {
    position: relative;
    line-height: 1.4;
    padding:0 1em;
    display: inline-block;
    top:0;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-indent: -0.1em;
    font-size: 5.0rem;
    text-align: center;
}

.ttl01:before,.ttl01:after{ 
    position: absolute;
    top: 0;
    content:'';
    width: 20px;
    height: 100%;
    display: inline-block;
}
.ttl01:before{
    border-left: solid 2px #333333;
    border-top: solid 2px #333333;
    border-bottom: solid 2px #333333;
    left: 0;
}
.ttl01:after{
    content: '';
    border-top: solid 2px #333333;
    border-right: solid 2px #333333;
    border-bottom: solid 2px #333333;
    right: 0;
}
.ttl02{
    font-size: 125%;
    text-align: center;
    line-height: 120px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    background-color:#ebedee;
    border-radius: 5px;
    margin-bottom: 3vw;
}
.ttl03 {
    font-size: 125%;
    text-indent: -32px;
    padding-left: 32px;
    font-weight: 700;
    padding-bottom: .5em;
}
.ttl03::before {
    content:"";
    display: inline-block;
    margin-right: 12px;
    vertical-align: middle;
    background: #39b5fc;
    width: 20px;
    height: 8px;
    margin-bottom: 2px;
}
.ttl04 {
    font-size: 125%;
    padding: 8px 10px;
    background: #e8f6ff;
}
.ttl04::before {
    content:"";
    display: inline-block;
    margin-right: 12px;
    vertical-align: middle;
    background: #0074d7;
    width: 8px;
    height: 28px;
    margin-bottom: 2px;
}
.ttl05{
    background-color:#3288d3;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 1em;
    font-weight: 700;
    color: #FFFFFF;
    font-size: 1.8rem;
}
.ttl05 span{
    font-weight: normal;
    font-size: 1.4rem;
}
.ttl06 {
    position: relative;
    padding-left: 1em;
    font-weight: 700;
    color: #0161b6;
    font-size: 1.8rem;
}
.ttl06::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: solid 6px transparent;
    border-left: solid 8px #0161b6;
    top: 50%;
    left: 0;
    margin-top: -5px;
}
.ttl07{
    background-color: #0161b6;
    color: #FFFFFF;
    font-weight: 700;
    padding-left: 1em;
    padding-top: .5em;
    padding-bottom: .5em;
    
}
.ttl08{
    position: relative;
    padding-left: 1em;
    font-weight: 700;
}
.ttl08:before {
  content: "";
  position: absolute;
  top: .4em;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #0161b6;
  border-radius: 50%;
}

/* tablet */
@media screen and (max-width: 1024px) {
    .mttl{
        margin-bottom: 2vw;
    }
    .ttl01 {
        font-size: 4.6vw;
    }
    .ttl01:before,.ttl01:after{ 
        width: .3em;
    }
    .ttl02{
        font-size: 4vw;
        line-height: 12vw;
        margin-bottom: 5vw;
    }
    .ttl03 {
        font-size: 2.2vw;
        text-indent: -1em;
        padding-left: 1em;
    }
    .ttl03::before {
        margin-right: .5em;
        width: 1em;
        height: 1vw;
    }
    .ttl04 {
        font-size: 2.0vw;
        padding: .5em .8em;
    }
    .ttl04::before {
        margin-right: 1em;
        width: .8em;
        height: 3vw;
    }
    .ttl05{
        background-color:#3288d3;
        padding-top: .7em;
        padding-bottom: .7em;
        font-size: 1.8vw;
    }
    .ttl05 span{
        font-size: 1.4vw;
    }
    .ttl06 {
        font-size: 1.8vw;
    }
    .ttl06::before {
        border: solid 0.8vw transparent;
        border-left: solid 0.8vw #0161b6;
    }
}
/*SP*/
@media screen and (max-width: 750px) {
    .ttl01 {
        font-size: 6vw;
    }
    .ttl02{
        font-size: 5vw;
        line-height: 12vw;
        margin-bottom: 5vw;
    }
    .ttl03 {
        font-size: 4.0vw;
        padding-bottom: .2em;
    }
    .ttl04 {
        font-size: 3.8vw;
    }
    .ttl05{
        font-size: 3.6vw;
        padding-top: 1vw;
        padding-bottom: 1vw;
    }
    .ttl05 span{
        font-size: 3vw;
        display: block;
    }
    .ttl06 {
        font-size: 3.6vw;
    }
    .ttl06::before {
        border: solid 1.5vw transparent;
        border-left: solid 1.5vw #0161b6;
    }
}

/*------------------------------
	 inbox
------------------------------*/
/*PC*/
.inbox{
    padding-right: 2em;
    padding-left: 2em;
    margin-top: 1em;
    margin-bottom: 1em;
}
.inbox_02{
    background-color: #FDEFF2;
    padding: 1em;
    margin-top: .5em;
    margin-bottom: .5em;
    font-size: 90%;
}
/*SP*/
@media screen and (max-width: 750px) {
    .inbox{
        padding-right: 0;
        padding-left: 0;
        margin-top: 1em;
        margin-bottom: 1em;
    }
    .inbox_02{
        padding: 0.5em;
        font-size: 94%;
    }  
}

/*------------------------------
	 table
------------------------------*/
/*PC*/
.tbl01 {
  width: 100%;
  border: none;
  border-top: 1px solid #9e9e9e;
  border-left: 1px solid #9e9e9e;
  border-collapse: collapse;
}
.tbl01 th ,
.tbl01 td {
  padding: 14px 20px;
  border-right: 1px solid #9e9e9e;
  border-bottom: 1px solid #9e9e9e;
  box-sizing: border-box;

}
.tbl01 th {
  background: #f2f2f2;
  width: 200px;
  text-align: left;
  vertical-align: ;
}
.tbl01 td a {
  color: #0074d7;
}
.tbl02 {
  width: 100%;
  border: none;
  border-top: 1px solid #9e9e9e;
  border-left: 1px solid #9e9e9e;
  border-collapse: collapse;
}
.tbl02 th ,
.tbl02 td {
  padding: 14px 20px;
  border-right: 1px solid #9e9e9e;
  border-bottom: 1px solid #9e9e9e;
  box-sizing: border-box;
}
.tbl02 td a {
  color: #0074d7;
}
.tbl02 th {
  background: #f2f2f2;
  width: 11%;
  text-align: left;
  vertical-align: top;
}
.tbl01 ul ,
.tbl02 ul {
  margin-left: 5px;
}
.tbl01 li ,
.tbl02 li {
  padding-left: 1.0em;
  text-indent: -1.0em;
  line-height: 160%;
}
.tbl01 .tbl01Li li:before ,
.tbl02 .tbl02Li li:before {
  content:"";
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  background: #0074d7;
  margin-right: 10px;
}
.tbl03 {
  border: none;
  border-top: 1px solid #9e9e9e;
  border-left: 1px solid #9e9e9e;
  border-collapse: collapse;
}
.tbl03 th ,
.tbl03 td {
  padding: 14px 20px;
  border-right: 1px solid #9e9e9e;
  border-bottom: 1px solid #9e9e9e;
  box-sizing: border-box;
}
.tbl03 td a {
  color: #0074d7;
}
.tbl03 th {
  background: #f2f2f2;
  width: 50%;
  text-align: left;
  vertical-align: top;
}
/*SP*/
@media screen and (max-width: 750px) {
    .tbl01 th,.tbl01 td{
      padding: 10px;
    }
    .tbl02 th,.tbl02 td{
      padding:  10px;
    }
    .tbl02 th {
      width: 30%;
    }
    .tbl01 li ,
    .tbl02 li {
      line-height: 1.4;
    }
    .tbl03 th,
    .tbl03 td {
      padding: .5em .5em;
      width: 100%;
      display: block;
    }
}
/*------------------------------
	 list
------------------------------*/
.list01 ul ,
.list02 ul {
  margin-left: 5px;
}
.list01 li ,
.list02 li {
  padding-left: 1.0em;
  text-indent: -1.0em;
  line-height: 160%;
}
.list01 li:before ,
.list02 li:before {
  content:"";
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  background: #0074d7;
  margin-right: 10px;
}
.list02 li{
    margin-bottom: .5em;
}
.list01 ol li:before ,.list02 ol li:before,.list01 ul li:before ,.list02 ul li:before{
    background: none;
}

/*sidebanner*/
/*------------------------------
	sponsor
------------------------------*/
/*PC*/
.col2wrap {
	display: flex;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

.sideSponlist {
	min-width:200px;
	max-width:240px;
	text-align:center;
	background:#F7F7F7;
	padding-top:20px;
	margin-left:10px;
	margin-right:10px;
}
.sideSponlist h2.sp_sponsorship{
    font-weight: 700;
    font-size: 2.0rem;
    line-height: 2;
    padding-bottom: 10px;
}
.sideSponlist h3.collaborate{
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 2;
    padding-bottom: 10px;
}
.sideSponlist  h3.sponsorship{
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 2;
    padding-bottom: 10px;
}
.sideSponlist  ul{
    margin-bottom: 20px;
}
.sideSponlist  li{
    margin-bottom: 20px;
}

.sideBnr{
/*    padding-top: 50px;*/
    padding-bottom: 20px;
}
.sideBnr .sp_Sponlist {
		display:none;
}
.sideBnr h2.sp_sponsorship{
    text-align: center;
    font-weight: 700;
    font-size: 2.0rem;
    line-height: 2;
    padding-bottom: 10px;
}
.sideBnr h3.collaborate{
    text-align: center;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 2;
    padding-bottom: 10px;
}
.sideBnr h3.sponsorship{
    text-align: center;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 2;
    padding-bottom: 10px;
}
.sideBnr ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
    max-width: 620px;
    margin-right: auto;
    margin-left: auto;
	flex-direction: column;
padding: 10px;
}
.sideBnr li{
    margin-bottom: 20px;
	font-size: 1.9rem;
font-weight: bold;
}

/*.sideBnr li:last-child{
    margin-right: 0;
}
.sideBnr li:nth-of-type(3n){
    margin-right: 0;
}
.sideBnr ul:last-of-type{
    margin-bottom: 0;
}*/
/* tablet */
@media screen and (max-width: 1024px) {	
.col2wrap {
	flex-direction: column;
		width:100%;
}
.sideSponlist {
	width:100%;
margin-left: 0px;
margin-right: 0px;
max-width:none;
}

    .sideBnr{
        padding-top: 5vw;
        padding-bottom: 2vw;
    }
    .sideBnr h2.sp_sponsorship{
        font-size: 2.0vw;
    }
    .sideBnr h3.collaborate{
        font-size: 1.8vw;
    }
    .sideBnr h3.sponsorship{
        font-size: 1.6vw;
    }
    .sideBnr ul{
        margin-bottom: 2vw;
        width: 100%;
		 flex-direction: row;
    }
    .sideBnr li{
        /*margin-right: 5%;*/
        margin-bottom: 2vw;
		margin-left:5px;
		margin-right:5px;
        width: 28%;
    }
    .sideBnr .tx_c{
        width: 20%;
        margin-right: auto;
        margin-left: auto;
    }
}
/*SP*/
@media screen and (max-width: 750px) {
	.col2wrap {
	flex-direction: column;
	width:100%;
}
.sideSponlist {
	width:100%;
	margin-left: 0px;
margin-right: 0px;
}
    .sideBnr{
        padding-top: 5vw;
        padding-bottom: 5vw;
    }
    .sideBnr h2.sp_sponsorship{
        font-size: 5.0vw;
    }
    .sideBnr h3.collaborate{
        font-size: 5.0vw;
    }
    .sideBnr h3.sponsorship{
        font-size: 5.0vw;
    }
    .sideBnr ul{
        margin-bottom: 2vw;
        max-width: 100%;
		flex-direction: row;
    }
    .sideBnr li{
        width: 45%;
		margin-left:5px;
		margin-right:5px;
    }
    .sideBnr .tx_c{
        margin-top: 5vw;
        width: 30%;
        margin-right: auto;
        margin-left: auto;
    }
}
.sideTwi {
max-width: 500px;
margin-left: auto;
margin-right: auto;
margin-bottom: 30px;
margin-top: 50px;
padding: 10px;
}
.sideTwi iframe{
width: 100% !important;
}
@charset "utf-8";

/*------------------------------
	archives top
------------------------------*/
/*PC*/
.historyTit{
    margin-bottom: 50px;
}
.historyTit img{
    width: 100%;
    height: auto;
}
.archivelistLi{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex; 
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.archivelistLi li{
    box-sizing: border-box;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 5px;
    text-align: center;
    font-weight: 700;
}
.button{
    border:1px solid #d7dada; 
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 10px 10px 10px 10px;
    text-decoration:none; 
    display:inline-block;
    font-weight:bold;
    background-color: #f2f2f2; 
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -moz-linear-gradient(top, #fffffff, #f2f2f2);
    background-image: -ms-linear-gradient(top, #fffffff, #f2f2f2);
    background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffffff, endColorstr=#f2f2f2);
    line-height: 40px;
    position: relative;
    vertical-align: middle;
}
.button:hover{
    border:1px solid #bfc4c4;
    background-color: #d9dddd; background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#c6c3c3));
    background-image: -webkit-linear-gradient(top, #f2f2f2, #f4f4f4);
    background-image: -moz-linear-gradient(top, #f2f2f2, #f4f4f4);
    background-image: -ms-linear-gradient(top, #f2f2f2, #f4f4f4);
    background-image: -o-linear-gradient(top, #f2f2f2, #f4f4f4);
    background-image: linear-gradient(to bottom, #f2f2f2, #f4f4f4);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f2f2f2, endColorstr=#f4f4f4);
}
.button::before,
.button::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 25px;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.button::before{
    box-sizing: border-box;
    width: 15px;
    height: 15px;
    border: 1px solid #0161b6;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.button::after{
    left: 32px;
    box-sizing: border-box;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    border-left: 3px solid #0161b6;
}
.archivelistLi li:nth-of-type(3) span{
    padding-top: 30px;
}
.archivelistLi li:nth-of-type(3n){
    margin-right: 0;
}
.archivelistLi li a{
    display: block;
    color: #0161b6;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: block;
    text-decoration: none;
}
#result,#movies,#gallery,#records{
    margin-bottom: 50px;
}

/* tablet */
@media screen and (max-width: 1024px) {
    .historyTit{
        margin-bottom: 5vw;
    }
    #result,#movies,#gallery,#records{
        margin-bottom: 5vw;
    }
}
/*SP*/
@media screen and (max-width: 750px) {
    .archivelistLi li{
        box-sizing: border-box;
        width: 49.5%;
        margin-right: 0%;
        margin-bottom: 1vw;
        text-align: center;
        height: 15vw;
    }
    .archivelistLi li:nth-of-type(2n){
        margin-right: 0;
        margin-left: 1%;
    }
    .archivelistLi li:nth-of-type(3n){
        margin-right: 0%;
    }
    .button::before,
    .button::after{
        left: 3vw;
    }
    .button::after{
        left: 4.5vw;
    }
}

/*------------------------------
	history
------------------------------*/
/*PC*/
#historyWrap section{
    margin-bottom: 50px;
}
#historyWrap section:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
#historyWrap .f_r{
    padding-left: 1em;
}
#historyWrap .f_l{
    padding-right: 1em;
}
.historyTxt{
    padding-bottom: 1em;
    line-height: 2;
	text-align: justify;
}
/* tablet */
@media screen and (max-width: 1024px) {
    #historyWrap section{
        margin-bottom: 5vw;
    }
    #historyWrap .f_r{
        width: 20%;
    }
    #historyWrap .f_l{
        width: 20%;
    }
}
/*SP*/
@media screen and (max-width: 750px) {
    #historyWrap .f_r{
        width: 47%;
    }
    #historyWrap .f_l{
        width: 47%;
    }
}



/*------------------------------
	result
------------------------------*/
/*PC*/
.tableStyle{
    margin-top: 30px;
    width: 100%;
    border-left: 1px solid rgba(230,230,230,1);
    font-size: 1.2rem;
    border-collapse: collapse;
    margin-bottom: 50px;
}
.tableStyle th{
    background: rgba(230,230,230,1);
    font-weight: 700;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 0.5em;
    padding-right: 0.5em;
    text-align: center;
    box-sizing: border-box;
    vertical-align: middle;
}
.tableStyle td{
    text-align: left;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 2px;
    padding-left: 2px;
    border-bottom: 1px solid rgba(230,230,230,1);
    border-right: 1px solid rgba(230,230,230,1);
    box-sizing: border-box;
}
.tableStyle tbody tr td:nth-child(3){
	width:90px;
}
.tableStyle01{
    margin-top: 30px;
    width: 100%;
    border-left: 1px solid rgba(230,230,230,1);
    font-size: 1.2rem;
    border-collapse: collapse;
}
.tableStyle01 th{
    background: rgba(230,230,230,1);
    font-weight: 700;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 0.5em;
    padding-right: 0.5em;
    text-align: center;
    box-sizing: border-box;
    vertical-align: middle;
}

.tableStyle01 td{
    text-align: left;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 2px;
    padding-left: 2px;
    border-bottom: 1px solid rgba(230,230,230,1);
    border-right: 1px solid rgba(230,230,230,1);
    box-sizing: border-box;
}
th.thStyle01{
    background: rgba(230,230,230,0.2);
    border-bottom: 1px solid rgba(230,230,230,1);
    border-right: 1px solid rgba(230,230,230,1);
}
.recordsTxt{
    padding-top: 1em;
}
.selectMenu{
    float: right;
    margin-right: 1em;
}   
.selectMenu select {
    position: relative;
    padding:0.5% 3%;
    margin-left: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid rgba(230,230,230,1);
    background: #FFFFFF;
    font-size: 1.6rem;
    width: 200px;
}
.selectMenu label {
    position: relative;
}
.selectMenu label:after {
    display: block;
    content: " ";
    position: absolute;
    top: 45%;
    right: 10px;
    width: 10px;
    height: 10px;
    background: url(common/img/icn_arrow_u.png) 0 0 no-repeat;
    background-size: 10px;
    pointer-events: none;
}
.selectMenu:after {
  content: ""; 
  display: block; 
  clear: both;
}
.resultMenu{
    width: 100%;
    border-bottom: 4px solid #0074d7;
    margin-bottom: 20px;
}
.resultMenu{
  display: -webkit-box;
  display: box;
}
.resultMenu li{
    text-align: center;
    line-height: 50px;
    border: 1px solid #0074d7;
    background-color: #0074d7;
    color: #FFFFFF;
    -webkit-box-flex: 1;
    box-flex: 1;
    width: 100%;
    margin-right: 0.5%;
}
.resultMenu li:last-of-type{
    margin-right: 0;
}
.resultMenu li a{
    color: #0074d7;
    background-color: #FFFFFF;
    display: block;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}
.resultMenu li a:hover{
    background-color: #0074d7;
    color: #FFFFFF;
}
.report_inner{
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    min-width: 1000px;
}
.scroll_txt{
    display: none;
}
/* tablet */
@media screen and (max-width: 1024px) {
    .tableStyle{
        margin-top: 3vw;
        margin-bottom: 5vw;
        font-size: 1.4vw;
    }
    .tableStyle th{
        background: rgba(230,230,230,1);
        font-weight: 700;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 0.5em;
        padding-right: 0.5em;
        text-align: center;
    }
    .tableStyle td{
        text-align: center;
        padding-top: 8px;
        padding-bottom: 8px;
        border-bottom: 1px solid rgba(230,230,230,1);
        border-right: 1px solid rgba(230,230,230,1);
    }
    .selectMenu select {
        width: 50%;
        font-size: 1.6vw;
    }
    .selectMenu label:after {
        top: 1vw;
    }
    .selectMenu select {
        font-size: 1.6vw;
        width: 100%;
    }
    .scroll{
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        overflow-x:scroll;
        margin-bottom: 2vw;
        margin-top: 2vw;
        position: relative;
        }
    .scroll::-webkit-scrollbar {
          height: 5px;
        }
    .scroll::-webkit-scrollbar-track {
          border-radius: 5px;
          background: #eee;
        }
    .scroll::-webkit-scrollbar-thumb {
          border-radius: 5px;
          background: #666;
        }
    .report_inner{
        width: 94%;
        margin-right: auto;
        margin-left: auto;
        min-width: 94%;
    }
    .scroll_txt{
        padding-top: 5px;
        position: relative;
        display: block;
    }
    .scroll_txt::before{
        content: "※";
    }
    .scroll_txt::after {
          position: absolute;
          content: '';
          top: 1vw;
          left:13em;
          display: block;
          width: 33px;
          height: 15px;
          background-image: url(common/img/icn_scrool.png);
          background-size: contain;
          background-repeat: no-repeat;
    }
     table.tableStyle01{
         white-space: nowrap;
    }
}
/*SP*/
@media screen and (max-width: 750px) {
    .tableStyle{
        font-size: 3.4vw;
    }
    .tableStyle{
        margin-top: 3vw;
        width: 350%;
    }
     .tableStyle01{
        margin-top: 3vw;
        width: 350%;
        font-size: 3.4vw;
    }
    .selectMenu select {
        width: 100%;
        font-size: 3.4vw;
    }
    .scroll::before {
      font-size:3.6vw;
    }
    .scroll:after {
        left:13em;
    }
    .resultMenu{
        border-bottom: 2px solid #0074d7;
    }
    .resultMenu li{
        line-height: 2.5;
        width: 100%;
    }
    .scroll{
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        overflow-x:scroll;
        margin-bottom: 2vw;
        margin-top: 2vw;
        position: relative;
        }
    .scroll::-webkit-scrollbar {
          height: 5px;
        }
    .scroll::-webkit-scrollbar-track {
          border-radius: 5px;
          background: #eee;
        }
    .scroll::-webkit-scrollbar-thumb {
          border-radius: 5px;
          background: #666;
        }
    .scroll02{
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        overflow-x:scroll;
        margin-bottom: 2vw;
        margin-top: 2vw;
        position: relative;
        }
    .scroll02::before {
        content:"※横にスクロールできます";
              font-size:3.6vw;
        }
    .scroll02:after {
          position: absolute;
          content: '';
          top: 0;
          left:13em;
          display: block;
          width: 43px;
          height: 25px;
          background-image: url(common/img/icn_scrool.png);
          background-size: contain;
          background-repeat: no-repeat;
          }
    .scroll02::-webkit-scrollbar {
          height: 5px;
        }
    .scroll02::-webkit-scrollbar-track {
          border-radius: 5px;
          background: #eee;
        }
    .scroll02::-webkit-scrollbar-thumb {
          border-radius: 5px;
          background: #666;
        }
    .scroll02{
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        overflow-x:scroll;
        margin-bottom: 2vw;
        margin-top: 2vw;
        position: relative;
        }
    .scroll02::before {
        content:"※横にスクロールできます";
              font-size:3.6vw;
        }
    .scroll02:after {
          position: absolute;
          content: '';
          top: 0;
          left:13em;
          display: block;
          width: 43px;
          height: 25px;
          background-image: url(common/img/icn_scrool.png);
          background-size: contain;
          background-repeat: no-repeat;
          }
    .scroll02::-webkit-scrollbar {
          height: 5px;
        }
    .scroll02::-webkit-scrollbar-track {
          border-radius: 5px;
          background: #eee;
        }
    .scroll02::-webkit-scrollbar-thumb {
          border-radius: 5px;
          background: #666;
        }
    .scroll_txt::after {
          top: 2vw;
          left:13em;
    }
}

/*------------------------------
	movies gallery
------------------------------*/
/*PC*/
.galleryLi{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}
.galleryLi li{
    text-align: center;
    margin-right: 4%;
    width: 22%;
    line-height: 1.6;
    margin-bottom: 20px;
}
.galleryLi li:nth-of-type(4n){
    margin-right: 0;
}
.galleryLi li img{
    width: 100%;
    height: auto;
}
.mediaBlock{
    font-size: 1.4rem;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    line-height: 1.2;
    padding-top: 30px;
}
.mediaBlock img{
    padding-right: 1em;
}
.movieBlock{
    border-bottom: 1px solid #CCCCCC;
    padding-top: 30px;
    padding-bottom: 10px;
}
.galleryList{
  display: flex;
  justify-content: left;
  flex-wrap: wrap; 
}
.galleryList li{
    text-align: center;
    margin-right: 5%;
    width: 30%;
    line-height: 1.6;
    margin-bottom: 20px;
    overflow: hidden;
    height: 200px;
    position: relative;
    background-color: #f2f2f2;
}
.galleryList li:nth-of-type(3n){
    margin-right: 0;
}
.galleryList li img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}
/* tablet */
@media screen and (max-width: 1024px) {
    .mediaBlock{
        font-size: 1.4vw;
    }
}
/*SP*/
@media screen and (max-width: 750px) {
    .galleryLi li{
        text-align: center;
        margin-right: 4%;
        width: 48%;
        line-height: 1.6;
        margin-bottom: 3vw;
    }
    .galleryLi li:nth-of-type(3n){
        margin-right: 4%;
    }
    .galleryLi li:nth-of-type(2n){
        margin-right: 0;
    }
    .mediaBlock{
        font-size: 3.2vw;
    }
    .mediaBlock img{
        width: 90%;
    }
}
/*------------------------------
	records
------------------------------*/
.recordWrap{
    display: flex;
    justify-content: left;
    flex-wrap: wrap; 
}
.recordBlock{
    width: 50%;
    display: flex;
    justify-content: left;
    flex-wrap: wrap; 
    border-bottom: 1px solid #CCCCCC;
    padding-top: 30px;
    padding-bottom: 30px;
}
.recordBlock:nth-of-type(n){
    width: 32%;
    margin-right: 1%;
}
.recordBlock .ph{
    width: 35%;
    margin-right: 2%;
}
.recordBlock ul{
        width: 63%;
    }
.recordBlock .ph img{
    width: 100%;
    height: auto;
}
.recordBlock li{
    margin-bottom: .5em;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1.4;
}
.recordBlock:nth-of-type(n+3) li{
    /*font-size: 1.5rem;*/
    line-height: 1.4;
}
.recordBlock li.num{
    color: #ffffff;
    background-color: #FF3300;
    text-align: center;
    font-size: 1.4rem;
    line-height: 20px;
    display: inline-block;
    padding-right: 2em;
    padding-left: 2em;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.recordBlock li:last-child{
    font-weight: normal;
    font-size: 1.4rem;
    color: #666666;
}
/* tablet */
@media screen and (max-width: 1024px) {
    .recordBlock li{
        font-size: 1.8vw
    }
    .recordBlock:nth-of-type(n) li{
       /* font-size: 1.5vw;*/
    }
    .recordBlock li.num{
        font-size: 1.4vw;
    }
    .recordBlock li:last-child{
        font-size: 1.4vw;
    }
}
/*SP*/
@media screen and (max-width: 750px) {
    .recordWrap{
        display: block;
    }
    .recordBlock{
        width: 100%;
        display: flex;
        padding-top: 3vw;
        padding-bottom: 3vw;
    }
    .recordBlock:nth-of-type(n){
        width: 100%;
        margin-right: 0;
    }
    .recordBlock .ph{
        width: 35%;
        margin-right: 2%;
    }
    .recordBlock li{
        margin-bottom: .5em;
        font-size: 3.6vw;
        line-height: 1.4;
    }
    .recordBlock:nth-of-type(n+3) li{
        font-size: 3.6vw;
        line-height: 1.4;
    }
    .recordBlock li.num{
        font-size: 3.2vw;
        line-height: 2;
    }
    .recordBlock li:last-child{
        font-weight: normal;
        font-size: 3.4vw;
        color: #666666;
    }
}

