@charset "utf-8";
/* CSS Document */


/* kv
   ================================================================== */
.kv{
	margin: 0 0 0;
	position: relative;
}

.kv .bg{
	line-height: 0;
    position: relative;
}

.kv .bg img{
	width: 100%;
}

.kv .side_ttl{
	display: none;
}

.kv .inner{
    padding: 17vw 5vw 0;
	position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
	display: flex;
    align-items: center;
}

.kv .main{
	line-height: 0;
}

.kv .main img{
	width: 100%;
}


/* under_kv
   ================================================================== */
.under_kv{
	margin: 0 0 0;
	position: relative;
}

.under_kv .title_block{
    padding: 4vw 0;
	background: #5A82D0;
    text-align: center;
}

.under_kv .ttl > span{
    display: block;
    font-weight: 700;
    line-height: 150%;
    color: #fff;
    font-family: 'Zen Kaku Gothic New';
}

.under_kv .ttl .eng{
    font-size: 3vw;
}

.under_kv .ttl .jpn{
    font-size: 6vw;
}


/* pankz
   ================================================================== */
.pankz{
    margin: 1vw auto 0;
    padding: 0;
    font-size: 0;
}

.pankz > li{
    margin: 1vw 8vw 0 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.pankz > li:last-child{
    margin-right: 0;
}

.pankz > li::before{
    content: "";
    background-image: url("../images/common/pankz_arrow.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 1.2vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: calc(100% + 3vw);
}

.pankz > li:last-child::before{
    display: none;
}

.pankz > li > span,
.pankz > li a{
    font-size: 3.2vw;
    line-height: 150%;
    letter-spacing: 0.05em;
    font-weight: 400;
    color: #222;
    display: block;
}


/* top_download_btn
   ================================================================== */
.top_download_btn{
	padding: 5vw 0 0;
	position: relative;
}


/* index_news_block
   ================================================================== */
.index_news_block{
	padding: 5vw 0 5vw;
	position: relative;
}

.index_news_block .side_title{
    width: 9vw;
    display: block;
    line-height: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}

.index_news_block .side_title img{
    width: 100%;
}

.index_news_block .side_title .sp{
    display: inline-block;
}
.index_news_block .side_title .pc{
    display: none;
}

.index_news_block .sp_news_title{
    margin: 0 0 3vw 9vw;
	font-size: 6vw;
    color: #366CB4;
    font-weight: 700;
}

.index_news_block .more_btn{
	margin: 6vw 0 0;
    text-align: right;
}


/* swiper_arrow_btn
   ================================================================== */
.slider_wrap{
	margin: 0 0 0;
	padding: 0 0 0 9vw;
    position: relative;
}

.swiper_arrow_btn{
	margin: 0 0 0 !important;
    width: 80vw;
	position: relative;
    overflow: inherit !important;
}

.swiper_arrow_btn{
    opacity: 0;
    transition: .3s;
}

.swiper_arrow_btn.swiper-container-horizontal{
    opacity: 1;
}

.swiper_arrow_btn .swiper-wrapper{
	line-height: 0;
}

/* article_list */
.article_list a,
.article_list a span{
	display: block;
}

.article_list .thm{
	position: relative;
    overflow: hidden;
    border-radius: 10px;
    line-height: 0;
    border: 5px solid #518CDD;
}

.article_list .thm img{
 	width: 100%;
 	object-fit: cover;
 	aspect-ratio: 285 / 183;
}

.article_list .categories{
 	position: absolute;
    top: 1vw;
    left: 1vw;
}

.article_list .categories span{
    padding: .3vw 2vw;
    font-size: 2.6vw;
    line-height: 150%;
    font-weight: 700;
    color: #fff;
    font-family: 'Zen Kaku Gothic New';
    background: #222;
 	display: flex;
}

.article_list .text_box{
	padding: 2vw 0 0;
}

.article_list .text_box .ttl{
    font-size: 3.0vw;
    line-height: 150%;
    font-weight: 400;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.article_list .text_box .date{
    margin: 0 0 0;
    font-size: 3.1vw;
	color: #366CB4;
    font-weight: 700;
}

/* swiper_arrow_btn */
.swiper_arrow_btn .arrows{
    margin: 0 0 0;
    position: absolute;
    top: calc(100% + 5vw);
    left: 0;
    width: 24vw;
    display: flex;
    justify-content: space-between;
}

.swiper_arrow_btn .arrows .swiper-button-prev,
.swiper_arrow_btn .arrows .swiper-button-next{
    margin: 0 0 0;
    position: relative;
	width: 10vw;
    height: 10vw;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    top: 0;
    opacity: 1 !important;
}

.swiper_arrow_btn .arrows .swiper-button-prev img,
.swiper_arrow_btn .arrows .swiper-button-next img{
    width: 100%;
}

.swiper_arrow_btn .arrows .swiper-button-prev{
	background-image: url("../images/common/slider_prev.svg");
    left: 0;
}

.swiper_arrow_btn .arrows .swiper-button-next{
	background-image: url("../images/common/slider_next.svg");
    right: 0;
}

/* OFF */
.swiper_arrow_btn .arrows .swiper-button-prev.swiper-button-disabled{
	background-image: url("../images/common/slider_prev_off.svg");
}

.swiper_arrow_btn .arrows .swiper-button-next.swiper-button-disabled{
	background-image: url("../images/common/slider_next_off.svg");
}


/* request
   ================================================================== */
.request{
    padding: 15vw 0 20vw;
	position: relative;
    background-image: url("../images/request/webp/bg_sp.webp");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% 100%;
}

.request .inner{
    min-height: 210vw;
	display: flex;
    align-items: center;
}

.request .title{
	padding: 0 2vw 3vw;
    border-bottom: 1px solid #fff;
}

.request .title span{
	display: block;
}

.request .title .eng{
	width: 58vw;
    line-height: 0;
}

.request .title .jpn{
	font-size: 8vw;
    line-height: 150%;
    color: #fff;
    font-weight: 700;
}

.request p{
    margin: 5vw 0 0 2vw;
	font-size: 4.3vw;
    letter-spacing: 0;
    line-height: 190%;
    color: #fff;
    font-weight: 700;
}


/* song
   ================================================================== */
.song{
    padding: 2vw 0 0;
}

.song .photo{
    margin: 0 auto;
    line-height: 0;
}

.song .photo img{
    width: 100%;
}


/* mc
   ================================================================== */
.mc{
    padding: 6vw 0 10vw;
}

.mc .photo{
    margin: 0 auto;
    line-height: 0;
}

.mc .photo img{
    width: 100%;
}


/* left_line_section
   ================================================================== */
.left_line_section{
    padding: 0 0 0;
}

/* site_title  */
.left_line_section .site_title{
    display: none;
}

.left_line_wrap{
    position: relative;
}

.left_line_wrap .inwrap{
    padding: 6vw 0 10vw;
}

.left_line_wrap .side_ttl{
    display: none;
}

.left_line_wrap .big_ttl{
    width: 65vw;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 0;
}

.layout_block .left_line_wrap .big_ttl{
    width: 55vw;
}

.team_block .left_line_wrap .big_ttl{
    width: 46vw;
}

.competition_block .left_line_wrap .big_ttl{
    width: 100vw;
}


/* program_block
   ================================================================== */
.program_block .table{
    margin: 5vw auto 0;
    line-height: 0;
}

.program_block .table img{
    width: 100%;
}


/* layout_block
   ================================================================== */
.layout_block .inwrap{
    padding-bottom: 15vw;
}

.layout_block .photo{
    margin: 5vw auto 0;
    line-height: 0;
}

.layout_block .photo img{
    width: 100%;
}

.layout_block .list{
    margin: 10vw auto 0;
    width: 100%;
    border-bottom: 1px dashed #B9B9B9;
}

.layout_block .list th,
.layout_block .list td{
    display: block;
    width: 100%;
    font-weight: 400;
    letter-spacing: 0;
    box-sizing: border-box;
}

.layout_block .list th{
    padding: 3vw 3vw 0;
    font-size: 3.5vw;
    border-top: 1px dashed #B9B9B9;
}

.layout_block .list td{
    padding: 1vw 3vw 3vw;
    font-size: 3.2vw;
}


/* team_block
   ================================================================== */
.team_block{
    background-image: url("../images/team/webp/bg_sp.webp");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
    position: relative;
}

.team_block:before{
	content: "";
	background: rgba(0,0,0,.53);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.team_block .left_line_wrap{
    position: relative;
    z-index: 1;
}

.team_block .inwrap{
    padding-bottom: 12vw;
}

.team_block .list{
    margin: 5vw auto 0;
    font-size: 0;
}

.team_block .list li{
    margin: 5vw 3% 0 0;
    width: 48.5%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    line-height: 0;
}

.team_block .list li:nth-child(2n+2){
    margin-right: 0;
}


/* competition_block
   ================================================================== */
.competition_block{
    margin-top: 15vw;
    position: relative;
}

.competition_block .inwrap{
    padding-top: 20vw;
    padding-bottom: 25vw;
}

/* link_list */
.competition_block .link_list{
    margin: 5vw 0 0;
    font-size: 0;
}

.competition_block .link_list > li{
    margin: 2vw 2vw 0 0;
    line-height: 0;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}

.competition_block .link_list li a{
    padding: 1vw 3vw;
    font-size: 2.8vw;
    height: 4vw;
    font-weight: 700;
    font-family: 'Zen Kaku Gothic Antique';
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #5A82D0;
    border-radius: 50px;
}

/* list */
.competition_block .list{
    margin: 0 auto 0;
}

.competition_block .list > li{
    padding: 10vw 0 0;
}

.competition_block .list .list_top{
    padding: 0 0 0;
}

.competition_block .list .text_box{
    padding: 0 0 0;
}

.competition_block .list .ttl{
    font-size: 6vw;
    font-weight: 700;
}

.competition_block .list .ttl .blue_txt{
    font-size: 4vw;
    font-weight: 700;
    color: #2980B9;
}

.competition_block .list .catch{
    margin: 0;
    font-size: 3.9vw;
    font-weight: 700;
    color: #2980B9;
}

.competition_block .list .time{
    margin: 0 0 0;
    font-size: 3.5vw;
}

.competition_block .list .thm{
    margin: 3vw 0;
    overflow: hidden;
    aspect-ratio: 649/439;
    border-radius: 10px;
}

.competition_block .list .thm img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.competition_block .list .conditions{
	margin: 5vw 0 0;
}

.competition_block .list .conditions > li{
	margin: 3vw 0 0;
	display: flex;
    align-items: center;
}

.competition_block .list .conditions .cond_ttl{
	width: 25vw;
}

.competition_block .list .conditions .cond_ttl span{
    font-size: 3.3vw;
    height: 6vw;
    font-weight: 700;
	background: #286DA8;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50px;
}

.competition_block .list .conditions p{
    padding: 0 0 0 3vw;
    font-size: 3.5vw;
    font-weight: 700;
    width: calc(100% - 25vw);
    box-sizing: border-box;
}

.competition_block .list .txt{
    margin: 5vw 0 0;
    font-size: 3.5vw;
    font-weight: 500;
}

.competition_block .list .list_bottom{
    margin: 5vw 0 0;
}

.competition_block .list .list_bottom .photo{
    margin: 0 auto;
}

.competition_block .list .list_bottom .photo img{
    width: 100%;
}


/* refreshment
   ================================================================== */
.refreshment{
    padding: 15vw 0 5vw;
    background: #3498DB;
    position: relative;
}

.refreshment:before{
	content: "";
	background-image: url("../images/refreshment/webp/bottom.webp");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	width: 100%;
	height: 15vw;
	position: absolute;
	bottom: 100%;
	left: 0;
}

.refreshment .text_box{
	margin: 5vw auto 0;
}

.refreshment .text_box .note_box{
	margin: 0 4vw;
    padding: 2vw 3vw;
    border: 1px solid #fff;
}

.refreshment .text_box .note_box p{
	font-size: 3.8vw;
    color: #fff;
    font-weight: 700;
}

.refreshment .sp_flex{
	margin: 5vw auto 0;
    display: flex;
    justify-content: space-between;
}

.refreshment .main{
	width: 50%;
    line-height: 0;
}

.refreshment .main img{
	width: 100%;
}

.refreshment .ticket{
	width: 46%;
    line-height: 0;
}

.refreshment .ticket img{
	width: 100%;
}

.refreshment .list_ttl{
    margin: 8vw 0 0;
	font-size: 4.2vw;
    color: #fff;
    font-weight: 700;
}

.refreshment .list{
    margin: 3vw 0 0;
}

.refreshment .list > li{
    padding: 3vw 0;
    border-top: 1px dashed #fff;
}

.refreshment .list .ttl{
    padding: 0 0 0 5vw;
    font-size: 4.4vw;
    line-height: 130%;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0;
    position: relative;
}

.refreshment .list .ttl:before{
	content: "";
	background: #FFFF00;
	width: 4vw;
	height: 4vw;
	position: absolute;
	top: 1.2vw;
	left: 0;
    border-radius: 100px;
}

.refreshment .list .ttl .siz_s{
    font-size: 3.8vw;
    font-weight: 400;
    color: inherit;
    letter-spacing: inherit;
}

.refreshment .list .precautions_ttl{
    font-size: 3.8vw;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0;
}

.refreshment .list p{
    margin: 1vw 0 0;
    font-size: 3.8vw;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0;
}

.refreshment .list .precautions_ttl + p{
    margin: 0;
}

.refreshment .photos{
    margin: 2vw auto 0;
    font-size: 0;
}

.refreshment .photos > li{
    margin: 3vw 3.5% 0 0;
    width: 31%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    line-height: 0;
}

.refreshment .photos > li:nth-child(3n+3){
    margin-right: 0;
}

.refreshment .photos li img{
    width: 100%;
}


/* playground
   ================================================================== */
.playground{
    padding: 10vw 0 15vw;
    background: #3498DB;
    position: relative;
}

.playground .box{
    margin: 0 0 0;
}

.playground .toys{
    margin: 0 auto;
    width: 90%;
    line-height: 0;
}

.playground .toys img{
    width: 100%;
}

.playground .sp_flex{
    margin: -6vw auto 0;
    display: flex;
    align-items: center;
}

.playground .txt{
    padding: 0 3vw 0 0;
    font-size: 3.5vw;
    width: 52%;
    box-sizing: border-box;
    color: #fff;
}

.playground .photo{
    width: 48%;
}

.playground .photo img{
    width: 100%;
}


/* bottom_download_btn
   ================================================================== */
.bottom_download_btn{
    margin: 15vw 0 0;
}


/* news_list_page
   ================================================================== */
.news_list_page{
    margin: 2vw 0 0;
    padding: 0 0 15vw;
}

.article_list.only{
    font-size: 0;
}

.article_list.only > li{
    margin: 8vw 2% 0 0;
    width: 49%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}

.article_list.only > li:nth-child(2n+2){
    margin-right: 0;
}


/* show_page
   ================================================================== */
.show_page{
    padding: 10vw 0 15vw;
}


/* pagination
   ================================================================== */
.pagination{
	text-align: center;
	padding: 10vw 0 5px;
	font-size: 0;
}

.pagination li{
	display: inline-block;
    vertical-align: top;
	margin: 6px 3px 0;
}

.pagination li.disabled{
	display: none;
}

.pagination a,
.pagination .active span{
	text-decoration: none;
	background: #fff;
	color: #366CB4;
    border: 1px solid #366CB4;
	padding: 0 0 1px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	width: 34px;
	height: 34px;
    box-sizing: border-box;
    letter-spacing: 0;
    transition: all ease-out 0.3s;
    font-family: "Noto Sans JP,""メイリオ","ms pgothic", sans-serif;
}

.pagination .active span{
	background: #366CB4;
    color: #fff;
}


/* sns_area
   ================================================================== */
.sns_area{
	margin: 4vw 0 0;
	line-height: 1;
    overflow: hidden;
}

.sns_area div{
	margin-bottom: 5px;
	margin-right: 5px;
	float: left;
	display: inline-block;
	font-size: 0;
	line-height: 1;
}

.linebutton img{
	width: 21px;
}


/* detail_page
   ================================================================== */
.detail_page{
	margin: 0 0 0;
	font-size: 16px;
	word-break: break-all;
}

.detail_page .detail_box h1{
	border-bottom: 1px solid #5A82D0;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0 10px 10px;
	word-break: break-all;
	line-height: 150%;
}

.detail_page .f_box{
	margin: 4vw 0 0;
    font-size: 0;
}

.detail_page .hiduke{
    margin-right: 4vw;
    font-size: 3.5vw;
    color: #333;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
}

.detail_page .detail_categories{
	margin: -.5vw 0 0;
    display: inline-block;
	vertical-align: middle;
}

.detail_page .detail_categories > ul{
    font-size: 0;
}

.detail_page .detail_categories > ul > li{
    margin: .5vw .5vw 0 0;
    padding: 1vw 3vw;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    font-size: 3vw;
    line-height: 150%;
    color: #fff;
    background: #C82425;
    border-radius: 0;
}

.detail_page .photo{
	margin: 4vw 0 0;
	line-height: 0;
}
	
.detail_page .photo img{
	max-height: 500px;
}
	
.detail_page .detail_body{
	margin: 4vw 0 0;
    clear: both;
}


/* date_tag_box
   ================================================================== */
.date_tag_box{
    display: flex;
}

.date_tag_box *{
    display: block;
    font-size: 3.3vw;
    line-height: 150%;
    font-weight: 500;
    letter-spacing: 0.1em;
    box-sizing: border-box;
}

.date_tag_box .date{
    padding: .5vw 0 0;
    width: 22vw;
}

.date_tag_box .hash_categories_box{
    margin: 0 0 0 3vw;
    font-size: 0;
    width: calc(100% - 22vw - 3vw);
}

.date_tag_box .hash_categories_box *{
    margin-top: 0;
    margin-bottom: 5px;
    margin-right: 3vw;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}

.news_list li .hash_categories_box *:last-child{
    margin-right: 0;
}

/* hash_categories_box */
.hash_categories_box *{
    padding: .5vw 2vw;
    font-size: 3.4vw;
    color: #333;
    background: #F0F3F5;
}


/* detail_btn_area
   ================================================================== */
.detail_btn_area{
	margin: 15vw 0 0;
    padding: 10px;
	font-size: 0;
    text-align: center;
    background: #F9F9F9;
}

.detail_btn_area .arrow_btn{
	margin: 0;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	width: 40%;
    max-width: 310px;
}
	
.detail_btn_area .arrow_btn.prev,
.detail_btn_area .arrow_btn.next{
	width: 28%;
}

.detail_btn_area .arrow_btn.back{
	margin: 0 2%;
}

.detail_btn_area .arrow_btn a,
.detail_btn_area .arrow_btn button{
	display: flex;
    justify-content: center;
    align-items: center;
	margin: auto;
	padding: 10px 0;
    box-sizing: border-box;
	width: 100%;
    height: 50px;
	background: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
	color: #333;
	text-align: center;
	font-size: 16px;
    line-height: 0;
	letter-spacing: 0.10em;
	font-family: "Noto Sans JP","メイリオ","ms pgothic", sans-serif;
}


@media screen and (min-width : 500px){


    /* kv
       ================================================================== */
    .kv{
        margin: 0 0 0;
        position: relative;
    }

    .kv .bg{
        height: 72vw;
        background-image: url("../images/kv/webp/bg.webp");
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: cover;
    }

    .kv .side_ttl{
        display: block;
        position: absolute;
        top: 60%;
        right: 3.0vw;
        font-size: 1.5vw;
        font-weight: 900;
        letter-spacing: 0.2em;
        color: #fff;
        transform: rotate(90deg);
        transform-origin: right bottom;
    }

    .kv .inner{
        margin: auto;
        padding: 5.0vw 0 0 3.0vw;
        top: 0;
        left: 0;
        right: 0;
    }

    .kv .main{
        width: 50.0vw;
    }
        

    /* under_kv
       ================================================================== */
    .under_kv .title_block{
        padding: 2.5vw 0;
    }

    .under_kv .ttl .eng{
        font-size: 1.7vw;
    }

    .under_kv .ttl .jpn{
        font-size: 3.4vw;
    }


    /* pankz
       ================================================================== */
    .pankz{
        margin: .5vw auto 0;
    }

    .pankz > li{
        margin: .5vw 2.5vw 0 0;
    }

    .pankz > li::before{
        width: .4vw;
        height: 100%;
        left: calc(100% + 1.0vw);
    }

    .pankz > li > span,
    .pankz > li a{
        font-size: 1.4vw;
    }

    .pankz > li a:hover{
        text-decoration: underline;
    }


    /* top_download_btn
       ================================================================== */
    .top_download_btn{
        padding: 2.3vw 0 0;
    }


    /* index_news_block
       ================================================================== */
    .index_news_block{
        padding: 7.8vw 0 8.2vw;
    }
    
    .index_news_block .side_title{
        width: 5.0vw;
    }

    .index_news_block .sp_news_title{
        margin: 0 0 2.0vw 5.0vw;
        font-size: 2.8vw;
    }

    .index_news_block .more_btn{
        margin: 3.0vw 5.0vw 0 0;
    }


    /* swiper_arrow_btn
       ================================================================== */
    .slider_wrap{
        margin: 0 0 0;
        padding: 0 0 0 5.0vw;
    }

    .swiper_arrow_btn{
        width: 90.5vw;
    }

    /* article_list */
    .article_list .thm{
        position: relative;
    }

    .article_list .thm img{
        transition: .3s;
    }

    .article_list a:hover .thm img{
        transform: scale(1.05);
    }

    .article_list .categories{
        top: 1.0vw;
        left: 1.0vw;
    }

    .article_list .categories span{
        padding: .1vw 1.0vw;
        font-size: 1.4vw;
    }

    .article_list .text_box{
        padding: 1.2vw 0 0;
    }

    .article_list .text_box .ttl{
        font-size: 1.6vw;
        line-height: 2.8vw;
        transition: .3s;
    }

    .article_list a:hover .text_box .ttl{
        color: #366CB4;
    }

    .article_list .text_box .date{
        margin: 0 0 0;
        font-size: 1.4vw;
    }

    /* swiper_arrow_btn */
    .swiper_arrow_btn .arrows{
        top: calc(100% + 2.5vw);
        width: 15.1vw;
    }

    .swiper_arrow_btn .arrows .swiper-button-prev,
    .swiper_arrow_btn .arrows .swiper-button-next{
        width: 6.2vw;
        height: 6.2vw;
    }

    .swiper_arrow_btn .arrows > div:not(.swiper-button-disabled):hover{
        opacity: .7 !important;
    }


    /* request
       ================================================================== */
    .request{
        padding: 15.5vw 0 9.0vw;
        background-image: url("../images/request/webp/bg.webp");
        background-position: center center;
        background-size: auto 100%;
        box-sizing: border-box;
    }

    .request .inner{
        min-height: 54.0vw;
        align-items: flex-start;
        justify-content: flex-end;
    }

    .request .title{
        padding: 0 0 1.5vw;
        width: 60.4vw;
    }

    .request .title .eng{
        width: 22.4vw;
    }

    .request .title .jpn{
        font-size: 3.0vw;
    }

    .request p{
        margin: 2.0vw 0 0;
        font-size: 1.6vw;
        line-height: 4.0vw;
    }


    /* left_line_section
       ================================================================== */
    .left_line_section{
        padding: 0 0 0;
    }

    .left_line_wrap{
        padding: 0 0 0;
    }

    .left_line_wrap .inwrap{
        padding: 6.0vw 0 8.5vw;
    }

    .left_line_wrap .left_line{
        line-height: 0;
    }

    .left_line_wrap .big_ttl{
        width: 51.9vw;
        left: 0;
    }

    .layout_block .left_line_wrap .big_ttl{
        width: 45.2vw;
    }

    .team_block .left_line_wrap .big_ttl{
        width: 32.8vw;
    }

    .competition_block .left_line_wrap .big_ttl{
        width: 79.0vw;
    }


    /* program_block
       ================================================================== */
    .program_block .table{
        margin: 4.0vw auto 0;
        width: 90.0vw;
    }


    /* layout_block
       ================================================================== */
    .layout_block .inwrap{
        padding-top: 11.1vw;
        padding-bottom: 18.6vw;
    }

    .layout_block .photo{
        margin: 5.3vw auto 0;
        width: 90.0vw;
    }

    .layout_block .list{
        margin: 12.0vw auto 0;
        width: 90.0vw;
    }

    .layout_block .list th,
    .layout_block .list td{
        font-size: 1.5vw;
        line-height: 2.4vw;
        border-top: 1px dashed #B9B9B9;
        display: table-cell;
        vertical-align: middle;
    }

    .layout_block .list th{
        padding: 1.0vw 2.0vw;
        width: 24.0vw;
    }

    .layout_block .list td{
        padding: 1.0vw 0 1.0vw 2.0vw;
        width: auto;
    }


    /* team_block
       ================================================================== */
    .team_block{
        background: none;
    }

    .team_block:before{
        display: none;
    }

    .team_block .inwrap{
        padding-top: 6.0vw;
        padding-bottom: 11.4vw;
        background-image: url("../images/team/webp/bg.webp");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

    .team_block .inwrap:before{
        content: "";
        background: rgba(0,0,0,.53);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .team_block .inwrap .left_line{
        z-index: 1;
    }

    .team_block .inwrap .inner{
        position: relative;
        z-index: 1;
    }

    .team_block .list{
        margin: 1.6vw auto 0;
        text-align: center;
    }

    .team_block .list li{
        margin: 3.0vw 2.3% 0 0;
        width: 28.5%;
    }

    .team_block .list li:nth-child(2n+2){
        margin-right: 2.3%;
    }

    .team_block .list li:nth-child(3n+3){
        margin-right: 0;
    }


    /* competition_block
       ================================================================== */
    .competition_block{
        margin-top: 0;
    }

    .competition_block .inwrap{
        padding-top: 13.3vw;
        padding-bottom: 23.4vw;
    }

    /* link_list */
    .competition_block .link_list{
        margin: 2.0vw auto 0;
        width: 96.0vw;
        text-align: center;
    }

    .competition_block .link_list > li{
        margin: 2.0vw .7vw 0;
    }

    .competition_block .link_list li a{
        padding: .5vw 2.0vw;
        font-size: 1.6vw;
        height: 4.6vw;
        transition: .3s;
    }

    .competition_block .link_list li a:hover{
        opacity: .6;
    }

    .competition_block .link_list li.w-145{
        width: 14.5vw;
    }

    .competition_block .link_list li.w-176{
        width: 17.6vw;
    }

    .competition_block .link_list li.w-133{
        width: 13.3vw;
    }

    .competition_block .link_list li.w-184{
        width: 18.4vw;
    }

    .competition_block .link_list li.w-205{
        width: 20.5vw;
    }

    .competition_block .link_list li.w-263{
        width: 26.3vw;
    }

    .competition_block .link_list li.w-323{
        width: 32.3vw;
    }

    .competition_block .link_list li.w-121{
        width: 12.1vw;
    }

    .competition_block .link_list li.w-150{
        width: 15.0vw;
    }

    /* list */
    .competition_block .list{
        margin: 0 auto 0;
        width: 90.0vw;
    }

    .competition_block .list > li{
        padding: 6.0vw 0 0;
    }

    .competition_block .list .list_top{
        padding: 0 0 0 45.0vw;
        position: relative;
    }

    .competition_block .list > li:nth-child(2n+2) .list_top{
        padding: 0 45.0vw 0 0;
    }

    .competition_block .list .text_box{
        padding: 0 0 0;
        min-height: 28.7vw;
    }

    .competition_block .list .ttl{
        font-size: 3.4vw;
        line-height: 4.8vw;
    }

    .competition_block .list .ttl .blue_txt{
        font-size: 2.0vw;
    }

    .competition_block .list .catch{
        margin: 0;
        font-size: 2.0vw;
        letter-spacing: 0.05em;
    }

    .competition_block .list .time{
        margin: 0 0 0;
        font-size: 1.8vw
    }

    .competition_block .list .thm{
        margin: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 42.4vw;
    }

    .competition_block .list > li:nth-child(2n+2) .thm{
        left: auto;
        right: 0;
    }

    .competition_block .list .conditions{
        margin: 2.5vw 0 0;
    }

    .competition_block .list .conditions > li{
        margin: 1.0vw 0 0;
    }

    .competition_block .list .conditions .cond_ttl{
        width: 11.3vw;
    }

    .competition_block .list .conditions .cond_ttl span{
        font-size: 1.6vw;
        height: 2.5vw;
    }

    .competition_block .list .conditions p{
        padding: 0 0 0 2.0vw;
        font-size: 1.8vw;
        width: calc(100% - 11.3vw);
    }

    .competition_block .list .txt{
        margin: 1.4vw 0 0;
        font-size: 1.6vw;
        line-height: 2.5vw;
    }

    .competition_block .list .list_bottom{
        margin: 4.0vw 0 0;
    }
    

    /* refreshment
       ================================================================== */
    .refreshment{
        padding: 7.0vw 0 4.0vw;
    }

    .refreshment:before{
        height: 15.0vw;
    }

    .refreshment .text_box{
        margin: 3.4vw auto 0;
        padding: 0 5.0vw 0 40%;
        min-height: 77.4vw;
        box-sizing: border-box;
        position: relative;
    }

    .refreshment .text_box .note_box{
        margin: 0;
        padding: .6vw 1.0vw;
        display: inline-block;
    }

    .refreshment .text_box .note_box p{
        font-size: 1.6vw;
        line-height: 2.2vw;
    }

    .refreshment .sp_flex{
        margin: 0;
        display: block;
    }

    .refreshment .main{
        width: 47.6vw;
        position: absolute;
        top: 0;
        left: -13.7vw;
    }

    .refreshment .ticket{
        width: 14.3vw;
        position: absolute;
        top: -8.0vw;
        right: 5.0vw;
    }

    .refreshment .list_ttl{
        margin: 2.0vw 0 0 1.0vw;
        font-size: 1.8vw;
    }

    .refreshment .list{
        margin: 1.7vw 0 0;
    }

    .refreshment .list > li{
        padding: 1.5vw 0;
    }

    .refreshment .list .ttl{
        padding: 0 0 0 2.0vw;
        font-size: 1.6vw;
    }

    .refreshment .list .ttl:before{
        width: 1.5vw;
        height: 1.5vw;
        top: .2vw;
    }

    .refreshment .list .ttl .siz_s{
        font-size: 1.6vw;
    }

    .refreshment .list .precautions_ttl{
        font-size: 1.5vw;
    }

    .refreshment .list p{
        margin: .5vw 0 0 2.0vw;
        font-size: 1.5vw;
        line-height: 2.4vw;
    }

    .refreshment .list .precautions_ttl + p{
        margin: 0 0 0 .6vw;
    }

    .refreshment .photos{
        margin: 4.3vw auto 0;
        display: flex;
        justify-content: space-between;
    }

    .refreshment .photos > li{
        margin: 0;
        width: 15.1vw;
    }


    /* playground
       ================================================================== */
    .playground{
        padding: 4.0vw 0 13.8vw;
    }

    .playground .box{
        margin: 0 0 0;
        padding: 0 0 0 8.5vw;
        position: relative;
    }

    .playground .toys{
        margin: 0 0 0;
        width: 49.0vw;
    }

    .playground .sp_flex{
        margin: 0;
        display: block;
    }

    .playground .txt{
        padding: 0 0 0;
        font-size: 1.6vw;
        line-height: 3.5vw;
        width: 52.0vw;
    }

    .playground .photo{
        width: 44.1vw;
        position: absolute;
        top: -1.4vw;
        right: -13.6vw;
    }


    /* bottom_download_btn
       ================================================================== */
    .bottom_download_btn{
        margin: 7.0vw 0 0;
    }


    /* news_list_page
       ================================================================== */
    .news_list_page{
        margin: 1.0vw 0 0;
        padding: 0 0 20.0vw;
    }

    .article_list.only{
        margin: 0 auto;
        width: 90.0vw;
    }

    .article_list.only > li{
        margin: 3.7vw 0 0;
        width: 31.112%;
    }

    .article_list.only > li,
    .article_list.only > li:nth-child(2n+2){
        margin-right: 3.335%;
    }

    .article_list.only > li:nth-child(3n+3){
        margin-right: 0;
    }


    /* show_page
       ================================================================== */
    .show_page{
        padding: 5.0vw 0 20.0vw;
    }


	/* pagination
	   ================================================================== */
	.pagination{
		margin: 8.0vw 0 0;
		padding: 0;
	}

    .pagination a,
    .pagination .active span{
    	padding: 0 0 3px;
    }
	
	.pagination a:hover{
		background: #366CB4;
        color: #fff;
	}


    /* news_show
       ================================================================== */
    .news_show .inner{
        padding-top: 9.5vw;
        padding-bottom: 11.0vw;
    }
     

	/* sns_area
	   ================================================================== */
    .sns_area {
        margin: 2vw 0 0;
    }
    
	.sns_area div{
		margin-bottom: 0;
		margin-right: 5px;
	}


    /* detail_page
       ================================================================== */
    .detail_page{
    	margin: 0 0 0;
    }

    .detail_page .detail_box h1{
    	font-size: 20px;
    	margin: 0 0 10px;
    	padding: 0 10px 10px;
    }
    
    .detail_page .f_box{
    	margin: 2vw 0 0;
    }
    
    .detail_page .hiduke{
        margin-right: 2vw;
        font-size: 1.8vw;
    }
    
    .detail_page .detail_categories{
    	margin: -5px 0 0;
    }
    
    .detail_page .detail_categories > ul{
        font-size: 0;
    }
    
    .detail_page .detail_categories > ul > li{
        padding: .5vw 2vw;
        margin: 5px 5px 0 0;
        font-size: 1.5vw;
        transition: .3s;
    }
    
    .detail_page .photo{
    	margin: 2vw 0 0;
    }
    	
    .detail_page .detail_body{
    	margin: 3vw 0 0;
    }


    /* date_tag_box
       ================================================================== */
    .date_tag_box{
        display: flex;
    }

    .date_tag_box *{
        font-size: 1.3vw;
    }

    .date_tag_box .date{
        padding: .3vw 0 0;
        width: 8.5vw;
    }

    .date_tag_box .hash_categories_box{
        margin: 0 0 0 2.0vw;
        width: calc(100% - 8.5vw - 2.0vw);
    }

    .date_tag_box .hash_categories_box *{
        margin-right: 1.0vw;
    }

    .date_tag_box .hash_categories_box a{
        transition: .3s;
    }

    .date_tag_box .hash_categories_box a:hover{
        opacity: .5;
    }

    /* hash_categories_box */
    .hash_categories_box *{
        padding: .5vw 1.7vw;
        font-size: 1.3vw;
    }


	/* detail_btn_area
	   ================================================================== */
	.detail_btn_area{
		margin: 11.5vw 0 0;
		font-size: 0;
		text-align: center;
	}
	
    .detail_btn_area .arrow_btn,
    .detail_btn_area .arrow_btn.next,
    .detail_btn_area .arrow_btn.prev{
    	width: 32%;
    }

    .detail_btn_area .arrow_btn.back{
    	margin: 0 2%;
    }
    
	.detail_btn_area .arrow_btn a,
	.detail_btn_area .arrow_btn button{
		padding: 0;
		width: 100%;
        height: 45px;
        line-height: 45px;
		text-align: center;
		font-size: 15px;
		letter-spacing: 0.10em;
		transition: .3s;
		cursor: pointer;
	}
	
	.detail_btn_area .arrow_btn path{
		transition: .3s;
	}
	
	.detail_btn_area .arrow_btn a:hover,
	.detail_btn_area .arrow_btn button:hover{
		background: #000;
		border-color: #000;
        color: #fff;
	}

	.detail_btn_area .arrow_btn a:hover path{
        fill: #fff;
	}

    
}
@media screen and (min-width : 1040px){    


    /* kv
       ================================================================== */
    .kv{
        margin: 0 0 0;
        position: relative;
    }

    .kv .bg{
        height: 55vw;
        min-height: 808px;
        max-height: 100vh;
        background-image: url("../images/kv/webp/bg.webp");
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: cover;
    }

    .kv .side_ttl{
        top: 60%;
        right: 30px;
        font-size: 15px;
    }

    .kv .inner{
        margin: auto;
        padding: 50px 0 0;
        top: 0;
        left: 0;
        right: 0;
        width: 1000px;
    }

    .kv .main{
        width: 530px;
    }
    

    /* under_kv
       ================================================================== */
    /* title_block */
    .under_kv .title_block{
        padding: 25px 0;
    }

    .under_kv .ttl .eng{
        font-size: 17px;
    }

    .under_kv .ttl .jpn{
        font-size: 34px;
    }


    /* pankz
       ================================================================== */
    .pankz{
        margin: 5px 50px 0;
    }

    .pankz > li{
        margin: 5px 25px 0 0;
    }

    .pankz > li::before{
        width: 4px;
        height: 100%;
        left: calc(100% + 10px);
    }

    .pankz > li > span,
    .pankz > li a{
        font-size: 14px;
    }


    /* top_download_btn
       ================================================================== */
    .top_download_btn{
        padding: 23px 0 0;
    }


    /* index_news_block
       ================================================================== */
    .index_news_block{
        padding: 78px 0 82px;
    }
    
    .index_news_block .side_title{
        width: 5.0vw;
    }

    .index_news_block .sp_news_title{
        display: none;
    }

    .index_news_block .side_title .sp{
        display: none;
    }

    .index_news_block .side_title .pc{
        display: inline-block;
    }

    .index_news_block .more_btn{
        margin: 30px 50px 0 0;
    }


    /* swiper_arrow_btn
       ================================================================== */
    .slider_wrap{
        margin: 0 0 0;
        padding: 13px 0 0 50px;
    }

    .swiper_arrow_btn{
        width: 905px;
    }

    /* article_list */
    .article_list .thm{
        position: relative;
        overflow: hidden;
        border-radius: 10px;
        line-height: 0;
        border: 5px solid #518CDD;
    }

    .article_list .thm img{
        width: 100%;
        object-fit: cover;
        aspect-ratio: 285 / 183;
    }

    .article_list .categories{
        top: 10px;
        left: 10px;
    }

    .article_list .categories span{
        padding: 1px 10px;
        font-size: 14px;
    }

    .article_list .text_box{
        padding: 12px 0 0;
    }

    .article_list .text_box .ttl{
        font-size: 16px;
        line-height: 28px;
    }

    .article_list .text_box .date{
        margin: 0 0 0;
        font-size: 14px;
    }

    /* swiper_arrow_btn */
    .swiper_arrow_btn .arrows{
        top: calc(100% + 25px);
        width: 151px;
    }

    .swiper_arrow_btn .arrows .swiper-button-prev,
    .swiper_arrow_btn .arrows .swiper-button-next{
        width: 62px;
        height: 62px;
    }


    /* request
       ================================================================== */
    .request{
        padding: 155px 0 90px;
        background-image: url("../images/request/webp/bg.webp");
        background-position: center center;
        background-size: auto 100%;
        box-sizing: border-box;
    }

    .request .inner{
        min-height: 630px;
        align-items: flex-start;
        justify-content: flex-end;
    }

    .request .title{
        padding: 0 0 15px;
        width: 604px;
    }

    .request .title .eng{
        width: 224px;
    }

    .request .title .jpn{
        font-size: 30px;
    }

    .request p{
        margin: 20px 0 0;
        font-size: 16px;
        line-height: 40px;
    }


    /* song
       ================================================================== */
    .song{
        padding: 37px 0 0;
    }

    .song .photo{
        margin: 0 auto;
        width: 900px;
    }


    /* mc
       ================================================================== */
    .mc{
        padding: 60px 0 170px;
    }

    .mc .inner{
        max-width: 1246px;
    }


    /* left_line_section
       ================================================================== */
    .left_line_section{
        padding: 0 0 0;
    }

    /* site_title  */
    .left_line_section .site_title{
       
    }

    .left_line_wrap{
        padding: 0 0 0;
    }

    .left_line_wrap .inwrap{
        padding: 60px 0 85px;
        background: #fff;
    }

    .left_line_wrap .left_line{
        line-height: 0;
    }

    .left_line_wrap .big_ttl{
        width: 519px;
        left: 0;
    }

    .layout_block .left_line_wrap .big_ttl{
        width: 452px;
    }

    .team_block .left_line_wrap .big_ttl{
        width: 328px;
    }

    .competition_block .left_line_wrap .big_ttl{
        width: 790px;
    }


    /* program_block
       ================================================================== */
    .program_block .table{
        margin: 40px auto 0;
        width: 900px;
    }


    /* layout_block
       ================================================================== */
    .layout_block .inwrap{
        padding-top: 111px;
        padding-bottom: 186px;
    }

    .layout_block .photo{
        margin: 53px auto 0;
        width: 900px;
    }

    .layout_block .list{
        margin: 120px auto 0;
        width: 900px;
    }

    .layout_block .list th,
    .layout_block .list td{
        font-size: 15px;
        line-height: 24px;
        border-top: 1px dashed #B9B9B9;
        display: table-cell;
    }

    .layout_block .list th{
        padding: 10px 20px;
        width: 240px;
    }

    .layout_block .list td{
        padding: 10px 0 10px 20px;
        width: auto;
    }


    /* team_block
       ================================================================== */
    .team_block .inwrap{
        padding-top: 60px;
        padding-bottom: 114px;
        background-image: url("../images/team/webp/bg.webp");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

    .team_block .list{
        margin: 16px auto 0;
        text-align: center;
    }

    .team_block .list li{
        margin: 30px 2.3% 0 0;
    }


    /* competition_block
       ================================================================== */
    .competition_block .inwrap{
        padding-top: 133px;
        padding-bottom: 234px;
    }

    /* link_list */
    .competition_block .link_list{
        margin: 20px auto 0;
        width: 960px;
        text-align: center;
    }

    .competition_block .link_list > li{
        margin: 20px 7px 0;
    }

    .competition_block .link_list li a{
        padding: 5px 20px;
        font-size: 16px;
        height: 46px;
    }

    .competition_block .link_list li.w-145{
        width: 145px;
    }

    .competition_block .link_list li.w-176{
        width: 176px;
    }

    .competition_block .link_list li.w-133{
        width: 133px;
    }

    .competition_block .link_list li.w-184{
        width: 184px;
    }

    .competition_block .link_list li.w-205{
        width: 205px;
    }

    .competition_block .link_list li.w-263{
        width: 263px;
    }

    .competition_block .link_list li.w-323{
        width: 323px;
    }

    .competition_block .link_list li.w-121{
        width: 121px;
    }

    .competition_block .link_list li.w-150{
        width: 150px;
    }

    /* list */
    .competition_block .list{
        margin: 0 auto 0;
        width: 900px;
    }

    .competition_block .list > li{
        padding: 60px 0 0;
    }

    .competition_block .list .list_top{
        padding: 0 0 0 450px;
        position: relative;
    }

    .competition_block .list > li:nth-child(2n+2) .list_top{
        padding: 0 450px 0 0;
    }

    .competition_block .list .text_box{
        padding: 0 0 0;
        min-height: 287px;
    }

    .competition_block .list .ttl{
        font-size: 34px;
        line-height: 48px;
    }

    .competition_block .list .ttl .blue_txt{
        font-size: 20px;
    }

    .competition_block .list .catch{
        margin: 0;
        font-size: 20px;
    }

    .competition_block .list .time{
        margin: 0 0 0;
        font-size: 18px
    }

    .competition_block .list .thm{
        margin: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 424px;
    }

    .competition_block .list > li:nth-child(2n+2) .thm{
        left: auto;
        right: 0;
    }

    .competition_block .list .conditions{
        margin: 25px 0 0;
    }

    .competition_block .list .conditions > li{
        margin: 10px 0 0;
    }

    .competition_block .list .conditions .cond_ttl{
        width: 113px;
    }

    .competition_block .list .conditions .cond_ttl span{
        font-size: 16px;
        height: 25px;
    }

    .competition_block .list .conditions p{
        padding: 0 0 0 20px;
        font-size: 18px;
        width: calc(100% - 113px);
    }

    .competition_block .list .txt{
        margin: 14px 0 0;
        font-size: 16px;
        line-height: 25px;
    }

    .competition_block .list .list_bottom{
        margin: 40px 0 0;
    }
    

    /* refreshment
       ================================================================== */
    .refreshment{
        padding: 70px 0 40px;
    }

    .refreshment:before{
        height: 150px;
    }

    .refreshment .text_box{
        margin: 34px auto 0;
        padding: 0 50px 0 40%;
        min-height: 774px;
        box-sizing: border-box;
        position: relative;
    }

    .refreshment .text_box .note_box{
        margin: 0;
        padding: 6px 10px;
        display: inline-block;
    }

    .refreshment .text_box .note_box p{
        font-size: 17px;
        line-height: 22px;
    }

    .refreshment .sp_flex{
        margin: 0;
        display: block;
    }

    .refreshment .main{
        width: 476px;
        position: absolute;
        top: 0;
        left: -137px;
    }

    .refreshment .ticket{
        width: 143px;
        position: absolute;
        top: -80px;
        right: 50px;
    }

    .refreshment .list_ttl{
        margin: 20px 0 0 10px;
        font-size: 18px;
    }

    .refreshment .list{
        margin: 17px 0 0;
    }

    .refreshment .list > li{
        padding: 15px 0;
    }

    .refreshment .list .ttl{
        padding: 0 0 0 20px;
        font-size: 16px;
    }

    .refreshment .list .ttl:before{
        width: 15px;
        height: 15px;
        top: 4px;
    }

    .refreshment .list .ttl .siz_s{
        font-size: 16px;
    }

    .refreshment .list .precautions_ttl{
        font-size: 15px;
    }

    .refreshment .list p{
        margin: 5px 0 0 20px;
        font-size: 15px;
        line-height: 24px;
    }

    .refreshment .list .precautions_ttl + p{
        margin: 0 0 0 6px;
    }

    .refreshment .photos{
        margin: 43px auto 0;
        display: flex;
        justify-content: space-between;
    }

    .refreshment .photos > li{
        margin: 0;
        width: 151px;
    }


    /* playground
       ================================================================== */
    .playground{
        padding: 40px 0 138px;
    }

    .playground .box{
        margin: 0 0 0;
        padding: 0 0 0 85px;
        position: relative;
    }

    .playground .toys{
        margin: 0 0 0;
        width: 490px;
    }

    .playground .sp_flex{
        margin: 0;
        display: block;
    }

    .playground .txt{
        padding: 0 0 0;
        font-size: 16px;
        line-height: 35px;
        width: 520px;
    }

    .playground .photo{
        width: 441px;
        position: absolute;
        top: -14px;
        right: -136px;
    }


    /* bottom_download_btn
       ================================================================== */
    .bottom_download_btn{
        margin: 70px 0 0;
    }


    /* news_list_page
       ================================================================== */
    .news_list_page{
        margin: 10px 0 0;
        padding: 0 0 200px
    }

    .article_list.only{
        margin: 0 auto;
        width: 900px;
    }

    .article_list.only > li{
        margin: 37px 0 0;
        width: 31.112%;
    }

    .article_list.only > li,
    .article_list.only > li:nth-child(2n+2){
        margin-right: 3.335%;
    }

    .article_list.only > li:nth-child(3n+3){
        margin-right: 0;
    }


    /* show_page
       ================================================================== */
    .show_page{
        padding: 50px 0 200px;
    }


	/* pagination
	   ================================================================== */
	.pagination{
		margin: 80px 0 0;
		padding: 0;
	}

    .pagination a,
    .pagination .active span{
        padding: 0 0 3px;
    	font-size: 15px;
    	width: 40px;
    	height: 40px;
    }


    /* news_show
       ================================================================== */
    .news_show .inner{
        padding-top: 95px;
        padding-bottom: 110px;
    }
     

	/* sns_area
	   ================================================================== */
    .sns_area {
        margin: 25px 0 0;
    }
    
	.sns_area div{
		margin-right: 10px;
	}


    /* detail_page
       ================================================================== */
    .detail_page{
    	margin: 0 0 0;
    }

    .detail_page .detail_box h1{
    	font-size: 25px;
    	margin: 0 0 10px;
    	padding: 0 10px 10px;
    }
    
    .detail_page .f_box{
    	margin: 20px 0 0;
    }
    
    .detail_page .hiduke{
        margin-right: 23px;
        font-size: 15px;
    }
    
    .detail_page .detail_categories > ul{
        font-size: 0;
    }
    
    .detail_page .detail_categories > ul > li{
        margin: 5px 5px 0 0;
        padding: 5px 15px;
        font-size: 13px;
    }
    
    .detail_page .photo{
    	margin: 20px 0 0;
    }
    	
    .detail_page .detail_body{
    	margin: 25px 0 0;
    }


    /* date_tag_box
       ================================================================== */
    .date_tag_box{
        display: flex;
    }

    .date_tag_box *{
        font-size: 13px;
    }

    .date_tag_box .date{
        padding: 3px 0 0;
        width: 85px;
    }

    .date_tag_box .hash_categories_box{
        margin: 0 0 0 20px;
        width: calc(100% - 85px - 20px);
    }

    .date_tag_box .hash_categories_box *{
        margin-right: 10px;
    }

    /* hash_categories_box */
    .hash_categories_box *{
        padding: 5px 17px;
        font-size: 13px;
    }


	/* detail_btn_area
	   ================================================================== */
	.detail_btn_area{
		margin: 115px 0 0;
		font-size: 0;
		text-align: center;
	}
	
	.detail_btn_area .arrow_btn{
		margin: 0;
	}

    .detail_btn_area .arrow_btn.back{
    	margin: 0 2%;
    }
	
	.detail_btn_area .arrow_btn a,
	.detail_btn_area .arrow_btn button{
		padding: 0;
		width: 100%;
        height: 60px;
        line-height: 60px;
		text-align: center;
		font-size: 16px;
		letter-spacing: 0.10em;
    }
    

}
@media screen and (min-width : 1200px){


    /* index_news_block
       ================================================================== */
    .index_news_block .side_title{
        width: 110px;
    }
    
    .slider_wrap{
        padding: 25px 0 0 50px;
    }


    /* left_line_section
       ================================================================== */
    /* site_title  */
    .left_line_section .site_title{
        padding: 0 0 20px 60px;
        height: 170px;
        box-sizing: border-box;
        display: flex;
        align-items: flex-end;
        background-image: url("../images/program/webp/site_title_bg.webp");
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% 100%;
    }
    
    .left_line_wrap{
        padding: 0 0 0 66px;
        background: #3498DB;
    }

    .layout_block .left_line_wrap{
        background: #F1C40F;
    }

    .team_block .left_line_wrap{
        background: #FF1414;
    }

    .competition_block .left_line_wrap{
        background: #F39C12;
    }

    .left_line_wrap .left_line{
        line-height: 0;
    }

    .left_line_wrap .side_ttl{
        font-size: 33px;
        top: -20px;
        left: 6px;
        position: absolute;
        font-family: 'Zen Kaku Gothic Antique';
        color: #000;
        transform: rotate(90deg);
        transform-origin: left bottom;
        display: block;
    }

    .left_line_wrap.program_block .side_ttl{
        top: -42px;
    }

    .left_line_wrap .big_ttl{
        left: 60px;
    }


    /* program_block
       ================================================================== */
    .program_block .inwrap{
        background: #F5F5F5;
        border-radius: 40px 0 0 0;
    }


    /* layout_block
       ================================================================== */
    .layout_block .inwrap{
        background: #F5F5F5;
    }


    /* team_block
       ================================================================== */
    .team_block .inwrap:before{
        left: 66px;
    }
    

    /* ここはmin-width : 1200px */
}
