@charset "utf-8";
/* CSS Document */

/* ローディング中 */
body {
	display: block;
}
.loader {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #edfbfb;
    z-index: 555;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loader .load_logo {
    width: 100%;
    max-width: 150px;
    margin-bottom: 100px;
	display: none;
}
.loader .load_logo img {
    width: 100%;
}
#back_image {
    width: 100%;
    height: 85vh;
    background: url(../images/bg_01.jpg) center 0 no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
    position: relative;
}
#top_header h1 {
    width: 70%;
    position: absolute;
    max-width: 420px;
    bottom: 18%;
    left: 50%;
    transform: translate(-55%, 0);
    -webkit-transform: translate(-55%, 0);
    -ms-transform: translate(-55%, 0);
}
#top_header h1 img {
    width: 100%;
}
#top_header h2.pc_h2 {
    display: none;
}
#top_header h2 {
    width: 100%;
    position: absolute;
    max-width: 630px;
    top: 0;
    right: 0;
    overflow: hidden;
}
#top_header h2 img {
    width: 630px;
    float: right;
}
/* Top News */
#top_contents {
    width: 94%;
    position: absolute;
    bottom: 3%;
    left: 3%;
}
#top_contents a img {
    transition: all 0.3s;/*アニメーション設定*/
    position: relative;
    top: 0;
}
#top_contents a img:hover {
    top: -10px;
}
#top_contents .top_newsimg {
    width: 55%;
    padding-right: 5%;
    float: left;
}
#top_contents .top_sns {
    width: 40%;
    float: left;
}
#top_contents .top_newsimg p {
    width: 100%;
}
#top_contents .top_sns p {
    width: 30%;
    padding-right: 5%;
    float: left;
}
#top_contents .top_sns p.sns_ig {
    padding-right: 0;
}
#top_contents .top_newsimg img {
    width: 100%;
    max-width: 220px;
}
#top_contents .top_sns img {
    width: 100%;
    max-width: 50px;
}
/* 予選期間中 */
/* 予選期間以外はコメントアウト */
#top_header h1 {
    width: 65%;
    bottom: 24%;
}
/* コメントアウトここまで */
#top_group {
    width: 100px;
    position: absolute;
    bottom: 15%;
    left: 3%;
}
#top_group img {
    width: 100%;
    max-width: 220px;
    transition: all 0.3s;/*アニメーション設定*/
    position: relative;
    top: 0;
}
#top_group img:hover {
    top: -10px;
}
/* News */
.box {
    padding: 15px 0 40px;
}
p.top_title img {
    height: 100px;
}
.top_news dl {
    padding-bottom: 20px;
    font-size: 15px;
}
.top_news dt {
	display: block;
	padding: 0 0 5px;
	line-height: 1.7em;
}
.top_news dd {
	display: block;
    padding: 0 0 30px 0;
    margin-bottom: 30px;
	line-height: 1.7em;
    border-bottom: 1px dotted #666;
}
.top_news dd.dd_btm {
    margin-bottom: 0;
}
/* スマホ横～ */
@media screen and (min-width:480px) {
    #top_header h1 {
        width: 35%;
        bottom: auto;
        top: 3%;
        left: 3%;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
    }
    #top_header h2 {
        max-width: 500px;
        top: 10px;
    }
    #top_header h2 img {
        width: 500px;
    }
    #top_contents {
        width: auto;
        left: 4%;
    }
    #top_contents .top_newsimg {
        width: 200px;
        padding-right: 15px;
    }
    #top_contents .top_sns {
        width: 140px;
        padding-top: 27px;
    }
    #top_contents .top_sns p {
        width: 40px;
        padding-right: 10px;
    }
    #top_contents .top_sns p.sns_ig {
        padding-right: 0;
    }
    #top_contents .top_newsimg img {
        width: 200px;
        max-width: 200px;
    }
    #top_contents .top_sns img {
        width: 40px;
    }
    /* 予選期間中 */
    #top_group {
        width: 120px;
        bottom: 14%;
        left: 4%;
    }
}
/* Kindle縦～ */
@media screen and (min-width:550px) {
}
/* タブレット縦～ */
@media screen and (min-width:750px) {
    .loader .load_logo {
        margin-bottom: 0;
    }
    #back_image {
        height: 100vh;
    }
    #top_header h1 {
        width: 70%;
        max-width: 470px;
        top: auto;
        bottom: 18%;
        left: 50%;
        transform: translate(-55%, 0);
        -webkit-transform: translate(-55%, 0);
        -ms-transform: translate(-55%, 0);
    }
    #top_header h2 {
        max-width: 870px;
        top: 0;
    }
    #top_header h2 img {
        width: 870px;
    }
    #top_contents .top_newsimg {
        width: 250px;
        padding-right: 15px;
    }
    #top_contents .top_newsimg img {
        width: 250px;
        max-width: 250px;
    }
    #top_contents .top_sns {
        width: 170px;
        padding-top: 34px;
    }
    #top_contents .top_sns p {
        width: 50px;
        padding-right: 10px;
    }
    #top_contents .top_sns p.sns_ig {
        padding-right: 0;
    }
    #top_contents .top_sns img {
        width: 50px;
    }
    /* 予選期間中 */
    /* 予選期間以外はコメントアウト */
    #top_header h1 {
        width: 65%;
        bottom: 21%;
    }
    /* コメントアウトここまで */
    #top_group {
        width: 130px;
        bottom: 14.5%;
    }
    /* News */
    .box {
        padding-top: 30px;
    }
    p.top_title img {
        height: 120px;
    }
}
/* PC */
@media screen and (min-width:1024px) {
    .loader .load_logo {
        max-width: 250px;
    }
    #top_header h1 {
        width: 33%;
        max-width: 570px;
        bottom: auto;
        top: 3%;
        left: 3%;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
    }
    #top_header h2.sp_h2 {
        display: none;
    }
    #top_header h2.pc_h2 {
        display: block;
    }
    #top_header h2 {
        max-width: 1295px;
    }
    #top_header h2 img {
        width: 100%;
    }
    #top_menu {
        position: fixed;
        background-color: rgba(0, 0, 0, 0);
        transition: all 1s;/*アニメーション設定*/
    }
    #top_menu.bg_color {
        background-color: rgba(0, 0, 0, 0.4);
    }
	.pc_sub_menu.bg_color {
        background-color: rgba(0, 0, 0, 0.4);
    }
	#top_menu.menu-content {
		width: 98%;
    }
    #top_contents {
        bottom: 4%;
    }
    /* 予選期間中 */
    #top_group {
        width: 140px;
        bottom: 15.5%;
    }
    /* News */
    .top_news dl {
        padding-bottom: 25px;
    }
    .top_news dt {
        padding: 0 0 40px;
        float: left;
        line-height: 1.8em;
    }
    .top_news dd {
        padding: 0 0 40px 7.4em;
        margin-bottom: 40px;
        line-height: 1.8em;
    }
    .top_news dd.dd_btm {
        margin-bottom: 0;
    }
}
/* PC */
@media screen and (min-width:1366px) {
	/* PCサブメニュー */
	.pc_sub_menu {
		top: 69px;
	}
}
/* PC */
@media screen and (min-width:1500px) {
	/* PCサブメニュー */
	.pc_sub_menu {
		top: 80px;
	}
}