@charset "UTF-8";

body {
    width: 100%;
    /*overflow-x: hidden;*/
    font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Roboto, "Segoe UI", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin: 0;
    text-align: justify;
line-break: strict;
overflow-wrap: break-word;
word-wrap: break-word;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
    
    img {
        max-width: 100%;
        height: auto;
    }
	small,sup{
		font-size:12px;
	}
    .mian_bg {
        background: repeating-linear-gradient(#231815, #231815 1px, #323232 1px, #323232 15px);
        margin: 0;
    }
    .mian_bg div {
        box-sizing: border-box;
    }
    .mian_width1 {
        margin: 0 auto;
        max-width: 920px;
        position: relative;
    }
    .mian_width2 {
        margin: 0 auto;
        background: #fff;
        max-width: 650px;
        position: relative;
    }
    .fv_mv {
        font-size: 0;
        margin: 0;
        position: relative;
    }
    .fv_mv .-tag {
        display: inline-block;
        font-size: 0;
        position: absolute;
        bottom: 30px;
        left: 20px;
        width: 60px;
    }
    .bl1_wrap {
        padding: 0 15px 30px;
        position: relative;
        z-index: 5;
    }
    .cpn {
        text-align: right;
        position: relative;
        font-weight: 600;
        font-size: 14px;
        margin: 0 0 20px;
        color: #FFF;
    }
    .ttltxt {
        font-size: 25px;
        margin: 0 0 25px;
        color: #FFF;
    }
    .bl1_txt1 {
        margin: 0 0 15px;
        font-size: 15px;
        font-weight: 600;
        color: #FFF;
    }
    .bl1_bx {
        background: #8A8A8A;
        padding: 22px 22px;
    }
    .bl1_bx .txt1 {
        margin: 0;
        font-size: 14px;
        line-height: 1.615;
        color: #FFF;
    }
    .bl2_h2 {
        position: relative;
        padding: 0 45px 0 50px;
        font-size: 20px;
        line-height: 1.35;
        margin: 0 0 25px;
        color: #FFF;
    }
    .bl2_h2::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 24px;
    	transform: translateY(-50%);
    	-webkit-transform: translateY(-50%);
    	-ms-transform: translateY(-50%);
        width: 9.9px;
        height: 44.9px;
        background-image: url(hd.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .bl2_in {
        padding: 0 24px;
    }
    .bl2_txt1 {
        font-size: 15px;
        line-height: 1.7;
        margin: 0;
    }
    .bl2_wrap {
        padding: 0 0 30px;
        position: relative;
        z-index: 5;
        color: #FFF;
    }
    .bl3_img {
        font-size: 0;
        margin: 0;
        text-align: center;
    }
    .bl3_txt1 {
        margin: 0;
        border-bottom: 1px solid #7f7f7f;
        padding-bottom: 20px;
        font-size: 11px;
        line-height: 1.6707;
        position: relative;
        z-index: 5;
        color: #FFF;
    }
    .bl3_in {
        padding: 20px 24px 35px;
    }
    .bl3_img2 {
        padding: 25px 0;
    }
    .bl4_wrap {
        padding: 0 24px;
    }
    .bl4_in {
        padding: 70px 0 60px;
        text-align: center;
        position: relative;
        z-index: 5;
    }
    .bl4_logo {
        font-size: 0;
        margin: 0 0 30px;
    }
    .bl4_txt1 {
        font-weight: 600;
        font-size: 13.695px;
        margin: 0 0 15px;
    }
    .bl4_txt2 {
        font-size: 10.3px;
        line-height: 1.8;
    }
    .white_bg {
        position: relative;
    }
    .white_bg::before {
        content: "";
        position: absolute;
    	left: 50%;
    	top: 0;
    	transform: translateX(-50%);
    	-webkit-transform: translateX(-50%);
    	-ms-transform: translateX(-50%);
    	width: 200vw;
    	height: 100%;
    	background: #000000;
    	z-index: -1;
    }
    .bl3_in.white_bg {
        z-index: 1;
    }
    .bl4_wrap.white_bg2 {
        z-index: 1;
    }
    .white_bg2 {
        position: relative;
    }
    .white_bg2::before {
        content: "";
        position: absolute;
    	left: 50%;
    	top: 0;
    	transform: translateX(-50%);
    	-webkit-transform: translateX(-50%);
    	-ms-transform: translateX(-50%);
    	width: 200vw;
    	height: 100%;
    	background: #fff;
    	z-index: -1;
    }
    .bll2 {
        height: 54.7498px;
        background: #231815;
    }
    
    
    @media screen and (min-width: 640px) {
        .mian_bg {
            overflow: hidden;
        }
        .bl1_wrap {
            padding: 0px 30px 52px;
        }
        .bl1_txt1 {
            padding: 0;
            font-size: 19px;
        }
        .bl1_bx {
            padding: 24px;
        }
        .bl1_bx > p {
            font-size: 16px;
        }
        .bl2_h2::after {
            width: 16.3979px;
            height: 73.6727px;
        }
        .bl2_h2 {
            padding: 0 0 0 56px;
            font-size: 24px;
            margin-bottom: 40px;
        }
        .bl2_txt1 {
            font-size: 16px;
        }
        .bl3_in {
            padding: 20px 24px 50px;
        }
        .bl3_txt1 {
            font-size: 14px;
        }
        .bl3_img2 {
            padding: 35px 0;
        }
        .bl4_wrap {
            margin: 0px 0 0;
            padding-bottom: 10px;
        }
        .bl4_in {
            padding: 90px 0 70px;
        }
        .bl4_txt1 {
            font-size: 16px;
        }
        .bl4_txt2 {
            font-size: 12px;
        }
        .fv_mv .-tag {
            width: 110px;
            left: 35px;
            bottom: 35px;
        }
    }
    
    
    
    
    @media screen and (min-width: 960px) {
        .fv_h {
            font-size: 27px;
        }
    }
    
    
    @media screen and (max-width: 650px) {
        .mian_width2 {
            overflow: hidden;
        }
        .fv_slash_wrap {
            position: relative;
            padding: 15px 0 0;
            margin-bottom: -15px;
        }
        .fv_slash {
            display: inline-block;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 0 100px 1000px;
            border-color: transparent transparent #000000 transparent;
            position: absolute;
            left: 50%;
        	transform: translateX(-50%);
        	-webkit-transform: translateX(-50%);
        	-ms-transform: translateX(-50%);
        	bottom: 0;
        }
    }
    @media screen and (max-width: 999px) {
        .fv_slash_wrap {
            position: relative;
            padding: 15px 0 0;
        }
        .fv_slash {
            display: inline-block;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 0 100px 1000px;
            border-color: transparent transparent #000000 transparent;
            position: absolute;
            left: 50%;
        	transform: translateX(-50%);
        	-webkit-transform: translateX(-50%);
        	-ms-transform: translateX(-50%);
        	bottom: 0;
        }
    }
    @media screen and (min-width: 700px) {
        .fv_slash_wrap {
            position: relative;
            padding: 60px 0 0;
        }
        .fv_slash {
            display: inline-block;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 0 200px 1920px;
            border-color: transparent transparent #000000 transparent;
            position: absolute;
            left: 50%;
        	transform: translateX(-50%);
        	-webkit-transform: translateX(-50%);
        	-ms-transform: translateX(-50%);
        	bottom: 0;
        }
        .ttltxt {
            margin-top: -45px;
            display: inline-block;
        }
        .cpn {
            position: absolute;
            top: -89px;
            right: 0;
            width: 100%;
            font-size: 16px;
            padding: 0 1em 0 0;
        }
        .cpn::after {
            content: "";
            position: absolute;
            right: 0;
            top: 0;
            width: 1px;
            height: 100%;
            background: #fff;
        }
    }
    
    
    
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/



.header_bg {
        background: #EFEFEF;
        box-sizing: border-box;
    }
    .header_wrap {
        position: relative;
        text-align: center;
        margin: 0 auto;
        width: 100%;
        max-width: 945px;
        padding: 2.535vw 0;
        box-sizing: border-box;
    }
    .header_logo {
        display: inline-block;
        width: 38.548vw;
    }
    .header_logo img {
        width: 100%;
    }
    .header_pr {
        display: inline-block;
        font-size: 0;
        position: absolute;
    	top: 50%;
    	right: 15px;
    	transform: translateY(-50%);
    	-webkit-transform: translateY(-50%);
    	-ms-transform: translateY(-50%);
    	width: 8.585%;
    }
    .header_pr img {
        width: 100%;
    }
    
    
    @media screen and (min-width: 440px) {
        .header_wrap {
            padding: 10px 0;
        }
        .header_logo {
            width: 179.598px;
        }
        .header_pr {
            width: 40px;
        }
    }
    
    
    @media screen and (min-width: 640px) {
        .header_logo {
            width: 210px;
        }
        .header_wrap {
            padding: 9.55px 0;
        }
    }
    
    
    
    .p-article_action {
        display: flex;
        margin-bottom: 80px;
        flex-wrap: wrap;
    }
    .p-article_action_group.-footer {
        justify-content: center;
        width: 100%;
    }
    .p-article_action_group {
        display: flex;
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .p-article_action_group .p-article_action_btn:first-of-type {
        margin-left: 0;
    }
    .p-article_action_btn {
        display: block;
        position: relative;
        width: 52px;
        height: 30px;
        margin-left: 0px;
		text-align: center;
    }
    .p-article_action_btn_label.-Facebook {
        background-image: url(ico_action_facebook.svg);
    }
    .p-article_action_btn_label.-twitter {
        background-image: url(ico_action_twitter.png);
		background-size: 22px 23px;
        background-position: center top 3px;
		width: 22px;
		margin: auto;
    }
    .p-article_action_btn_label.-line {
        background-image: url(icon_line.png);
        background-position: center top 3px;
    }
    .p-article_action_btn_label {
        display: block;
        position: relative;
        padding-top: 30px;
        background-position: center top;
        background-repeat: no-repeat;
        color: #818181;
        font-size: 13px;
        line-height: 1;
        text-align: center;
        transition: .1s all ease-in;
    }
    a {
        text-decoration: none;
    }
    .p-article_action_btn_label::before {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 24px;
        background-color: #fff;
        background-position: center top;
        background-repeat: no-repeat;
        content: '';
        opacity: 0;
        transition: .1s linear;
    }
    .p-article_action_share {
        display: inline-block;
        width: 100%;
        text-align: center;
        font-size: 11.77px;
        color: #898989;
    }
    .internal_alertinfo {
        font-size: 12px;
        padding-bottom: 45px;
    }
    .ptop {
        max-width: 58px;
        width: 100%;
        margin: 0 auto 70px auto;
        padding: 0;
    }
    @media screen and (max-width: 599px) {
        .ptop {
            max-width: 35px;
            margin: 0 auto 40px auto;
            padding: 0;
        }
    }
    .ptop {
        width: 100%;
    }
    .ptop a {
        display: inline-block;
        width: 100%;
    }
    .ptop a img {
        max-width: 100%;
    }
    @media screen and (max-width: 599px) {
        .index_btn {
            margin: 0 auto 60px auto;
        }
    }
    .index_btn {
        max-width: 766px;
        width: 100%;
        margin: 0 auto 100px auto;
    }
    .index_btn img {
        border: none;
        margin: 0;
        padding: 0;
        line-height: 0;
        vertical-align: bottom;
        max-width: 100%;
    }
    .fwrap {
        max-width: 850px;
        width: 90%;
        margin: 0 auto;
    }





.touch-slide {
    background-color: #3e3a39;
    width: 81.97%;
    margin: auto;
    position: relative;
    opacity: 1;
    display: block;
}

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

    .sp-non {
        display: none;
    }

    .row-sp {
        display: flex;
        flex-flow: column;
    }

    .content-border {
        border-right: none;
        border-left: none;
        border-bottom: 2px solid #275290;
    }

    .col-3 {
        margin: 0 12vw;
    }

    .p-10 {
        padding: 10px 0;
        justify-content: normal;
    }
}

@media screen and (min-width: 640px) and (max-width: 999px) {
}

.sp_header, .spheader {
    display: none;
}

@media screen and (max-width: 639px) {
    .sp_header, .spheader {
        display: block;
        background-color: black;
    }

    .sp_header img {
        width: 100%;
    }
}

@media screen and (min-width: 640px) and (max-width: 999px) {
    .sp_header, .spheader {
        display: block;
        background-color: black;
    }

    .sp_header img {
        width: 100%;
    }
}


.pc {
    display: block !important;
}

.sp {
    display: none !important;
}

@media screen and (max-width: 639px) {
    .sp {
        display: block !important;
    }

    .pc {
        display: none !important;
    }

}
.linktxt{

	font-size: 12px;
	color: #000000;
	display: inline-block;
	
	margin-bottom:5px;
	transition-duration: 0.3s;
}
.linktxt:hover{
	opacity: 0.5;
}
/*-------container-gray------------------*/

/*-------container-gray------------------*/

.sp-non {
    display: block;
}

.sp-non {
    display: none;
}



/*# sourceMappingURL=style.css.map */