
/*----------------------------------------------------------

    応援歌をホークス選手に届けよう！

---------------------------------------------------------- */

body{
    background: none;
}

.hawks-yell{
    font-family:游ゴシック,"ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
    color: #312926;
    line-height: 2;
}

@media only screen and (max-width: 750px) {

    .for-pc{
        display: none;
    }

}

@media only screen and (min-width: 751px) {

    .hawks-yell__header{
        padding-bottom: 25px;
        background: #fff;
    }

    header .gnav{
        margin-bottom: 0;
    }

    .for-sp{
        display: none;
    }

	a{
		opacity: 1;
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
	}

	a:hover{
        opacity: .5;
	}

}



/*hero
---------------------------------------------------------- */

.hero h1 img{
    width: 100%;
    margin: 0 auto;
}



/*contents
---------------------------------------------------------- */

.contents::after{
    position: fixed;
    content: "";
    width: 100%;
    height: 100vh;
    background: url(../images/bg-contents.jpg) no-repeat;
    background-size: cover;
    top: 0;
    z-index: -1000;
}

.contents__inner{
    max-width: 1320px;
    margin: 0 auto 100px;
    padding: 0 60px;
}

section{
    margin-top: 100px;
    background: #fff;
    border: 3px solid #312926;
}

.intro__inner,
.reference__inner,
.apply__inner,
.adopt__inner,
.apply__inner{
    max-width: 950px;
    margin: 0 auto;
    padding: 40px;
}

.intro__heading,
.reference__heading,
.apply__heading,
.adopt__heading,
.movie__heading{
    padding: 23px 20px;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    line-height: 1.7;
    background: #FCC300;
    border-bottom: 3px solid #312926;
}

.intro__text,
.reference__text,
.apply__text,
.adopt__text,
.movie__text,
.apply__text{
    margin: 0 auto;
    font-size: 18px;
}

.heading__label{
    margin-left: 8px;
    padding: 7px 14px;
    font-size: 17px;
    vertical-align: middle;
    background: #E70012;
    color: #fff;
}

.intro .text_red,
.adopt .text_red{
    font-size: 22px;
    color: #E70012;
}

.apply .text_red{
    color: #E70012;
}

.reference__youtube,
.movie__youtube{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.reference__youtube iframe,
.movie__youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

@media only screen and (max-width: 750px) {

    .contents__inner{
        margin-bottom: 40px;
        padding: 0 10px;
    }

    section{
        margin-top: 40px;
    }

    .intro__heading,
    .reference__heading,
    .apply__heading,
    .adopt__heading,
    .movie__heading{
        padding: 15px 15px 12px 15px;
        font-size: 18px;
    }

    .intro__text,
    .reference__text,
    .apply__text,
    .adopt__text,
    .movie__text,
    .apply__text{
        font-size: 15px;
    }

    .intro .text_red,
    .adopt .text_red{
        font-size: 17px;
        color: #E70012;
    }

    .intro__inner,
    .reference__inner,
    .apply__inner,
    .adopt__inner,
    .movie__inner,
    .apply__inner{
        padding: 15px;
    }

    .heading__label{
        display: block;
        padding: 5px 10px;
        font-size: 15px;
    }

}

@media only screen and (min-width: 751px) {

    .intro__text,
    .reference__text,
    .apply__text,
    .adopt__text,
    .movie__text{
        font-weight: bold;
    }

    .intro__text,
    .reference__text,
    .adopt__text,
    .reference__text{
        text-align: center;
    }

}



/*reference
---------------------------------------------------------- */

.reference__text-note{
    margin: 0 auto;
    font-size: 16px;
    color: #E70012;
}

.reference__note{
    margin: 0 auto;
    padding: 40px 0;
    font-size: 16px;
    color: #E70012;
}

.reference__text{
    padding-bottom: 40px;
}

@media only screen and (max-width: 750px) {

    .reference__text-note{
        font-size: 13px;
    }

    .reference__note{
        padding: 10px 0 0;
        font-size: 13px;
    }

    .reference__text{
        padding-bottom: 10px;
    }

}

@media only screen and (min-width: 751px) {

    .reference__note{
        font-weight: bold;
    }

    .reference__youtube{
        margin-bottom: 40px;
    }

}



/*apply
---------------------------------------------------------- */

.apply__btn{
    padding-bottom: 40px;
}

.apply__text{
    text-align: center;
}

@media only screen and (max-width: 750px) {

    .apply__btn{
        padding-bottom: 10px;
    }

}

@media only screen and (min-width: 751px) {

    .apply__button-link::after {
        border-width: 15px 20px;
    }

    .apply__button-link:hover::after {
        right: -.05em;
    }

}



/*movie
---------------------------------------------------------- */

.movie__inner{
    padding: 40px;
}

.movie__note{
    margin: auto;
    font-size: 12px;
}

.movie__text{
    margin-top: 10px;
    font-size: 15px;
}

.movie__item{
    margin-bottom: 15px;
}

.mfp-iframe-scaler {
    padding: 0 0 56.25%!important;
}

@media only screen and (min-width: 751px) {

    .movie__note{
        margin-top: 40px;
        text-align: center;
        font-size: 14px;
        font-weight: bold;
    }

    .movie__items{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: -40px 0 0 -40px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .movie__item{
        width: calc(33.33% - 40px);
        margin: 40px 0 0 40px;
    }

    .movie__text{
        margin-top: 20px;
        font-size: 16px;
    }

}

@media only screen and (max-width: 750px) {
    .movie__inner{
        padding: 20px;
    }
}




/*logo
---------------------------------------------------------- */

.logo{
    max-width: 460px;
    margin: 0 auto;
    padding: 60px 0;
}

@media only screen and (max-width: 750px) {

    .logo{
        padding: 40px 0;
    }
}