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

.ecm-brand-hero__kv{
}

.about_keyvisual{
    width: 100%;
}

.sp_statement_title{
    margin: 0 auto;
    width: 60%;
    padding-top: 30vw;
}

.about_statemaent{
    background-image: url(../img/240820/statement_bg_sp.jpg);
    background-repeat: repeat-y;
    background-position-x: center;
    background-position-y: top;
    text-align: center;
	background-size: contain;
}

.statemaent_txt{
    margin: 0 auto;
    width: 85%;
    padding: 30vw 0 45vw 0;
}

.d_pc_only{
    display: none;
}

@media print,screen and (min-width: 961px) {

    .about_keyvisual{
        width: 1300px;
    }

    .sp_statement_title{
        display: none;
    }

    .about_statemaent{
        background-image: url(../img/240820/statement_bg_pc.jpg);
        background-repeat: no-repeat;
		background-size: auto;
    }

    .statemaent_txt{
        width: auto;
        padding: 75px 0 160px 0;
    }
    
    .d_pc_only{
        display: block;
    }
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
.m-brand-journal-inr {
	width: 85%;
	margin-left: auto !important;
	margin-right: auto !important;
}
.m-breadcrumb li::after {
	content: ">" !important;
	padding: 0 7px !important;
}
.m-breadcrumb-item {
	font-size: 13px;
}
@media screen and (min-width: 961px) {
}
@media screen and (max-width: 960px) {
	.m-breadcrumb {
		margin-left: 15px;
	}
}

#index-media-message {
	z-index: 100;
}

/*動画用 css*/

@media screen and (max-width: 960px) {
	.w-100sp {
		width: 100%;
	}
}


.ecm-lp-video{
	width: 100%;
	margin: 30vw auto;
}

.ecm-main .sp-video {
  display: block;
	width: 100%;
}

.ecm-main .pc-video {
  display: none;
}

.brandphilosophy_bottom{
}
.brandphilosophy_bottom_left{
}
.brandphilosophy_bottom_right{
	width: 90%;
	margin: 0 auto;
}
.brandphilosophy_titile{
	text-align: center;
	margin: 30vw auto 10vw;
	width: 65%;
}
.brandphilosophy_bottom_subtitle{
	padding-top: 7vw;
}
.brandphilosophy_bottom_bodycopy{
	padding-top: 7vw;
}
.brandphilosophy_bottom_image{
	width: 100%;
}


@media screen and (min-width: 961px) {
	.ecm-lp-video{
		width: 100%;
		margin: 150px auto;
	}
	
	.ecm-main .sp-video {
		display: none;
	}

	.ecm-main .pc-video {
		display: block;
		width: 940px;
		margin: 0 auto;
	}
	.brandphilosophy_bottom{
		display: flex;
	}
	.brandphilosophy_bottom_left{
		width: 50%;
		padding: 0 50px;
	}
	.brandphilosophy_bottom_right{
		width: 50%;
		padding-left: 50px;
	}
	.brandphilosophy_titile{
		margin: 150px auto 100px;
		width: auto;
	}
	.brandphilosophy_bottom_subtitle{
		padding-top: 25px;
		width: auto;
	}
	.brandphilosophy_bottom_bodycopy{
		padding-top: 30px;
		width: auto;
	}
	.brandphilosophy_bottom_image{
		width: auto;
	}
}
