
/* リセットcssここから */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	/* font: inherit; */
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* リセットcssここまで */

*{
	margin: 0;
	padding: 0;
}

body{
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	/*-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;*/
	letter-spacing: .1em;
	font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
    font-feature-settings: "palt";
}

.item-text__desc{
	line-height: 2;
}

img{
	width: 100%;
	max-width: 100%;
	vertical-align: bottom;
}

ul,li{
	list-style: none;
}

a{
	text-decoration: none;
}

.common-inner{
	width: 90%;
	max-width: 1150px;
	margin: 0 auto;
}

.text-red{
	color: #c40a03;
	color: #e30011;
	color: #FF2525;
}

.section-headline{
	line-height: 1.4;
}

.section-headline,
.item-text__headline,
.mv__catch,
.item-text__overview,
.item-text__topic,
.item-text__desc dt
{

	font-weight: bold;
}

.item-text__headline{
	margin-bottom: 6px;
	line-height: 1.8;
	font-size: 28px;
	position: relative;
}

.item-text__topic{
	margin: 40px 0 10px;
	font-size: 18px;
}

.item-text__desc dd{
    margin-bottom: 20px;
}

.item-text__overview{
	font-size: 22px;
	line-height: 1.6;
}

p,dd{
	font-size: 16px;
	line-height: 1.65;
}

.sp-nav{
	display: none;
}

.header{
	width: 100%;
    height: 78px;
	padding: 16px 0;
	position: fixed;
	top: 0;
	z-index: 1;
	background: #ffffff;
}

.header__logo{
	width: 72px;
	padding-top: 4px;
}

.header .common-inner{
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.header .common-inner,
.header__nav ul
{
	display: flex;
}

.header a{
	margin: 0 30px;
	font-weight: bold;
	font-size: 14px;
}

.header__nav li:last-of-type a{
    display: block;
    /*margin-right: 0;
    padding: 32px 60px;
    background: #FF2525;
    color: #ffffff;*/
}

.header__nav{
    position: absolute;
    right: 0;
}

.header__nav ul{
    align-items: center;
}

.section:not(.concept){
	margin: 12% 0 10%;
	position: relative;
}

.section-catch span{
	font-size: 16px;
}

.section-headline{
	margin-bottom: 80px;
	font-size: 52px;
    font-family: "Futura";
}

.section-headline span{
	display: block;
	margin-top: 6px;
	font-size: 15px;
}

.section .item-img{
	width: 90%;
	max-width: 436px;
	/* margin-top: 270px; */
}

.box{
	display: flex;
    justify-content: space-between;
}

.footer{
	padding: 30px 0;
	background: #FF2525;
}

.footer__logo{
	width: 90px;
}

.footer .common-inner{
	display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer__nav__lists{
	display: flex;
}

.footer__nav__lists a{
	 margin: 0 30px;
    /* font-weight: bold; */
    font-size: 14px;
    display: block;
    color: #ffffff;
}

.footer__nav__lists li:last-of-type a{
	margin-right: 0;
}

.footer__copyrght{
	text-align: right;
    color: #ffff;
    margin-top: 30px;
}

.footer__copyright p{
	font-size: 14px;
}

.footer__copyrght p{
	font-size: 15px;
}



@media screen and (min-width: 980px){

	.sp-only{
		display: none;
	}

}

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

	.pc-only{
		display: none;
	}

	.header{
		padding: 10px 0;
		height: auto;
	}

	.header .common-inner{
		position: relative;
	}

	.header__logo{
		width: 62px;
	}

	.header__toggleBtn{
		width: 44px;
	 	height: 32px;
	 	position: absolute;
	 	right: 0;
	  	top: 10px;
	  	bottom: 0;
	  	margin: auto;
	  	z-index: 2;
	}

	.header__toggleBtn span{
	    display: block;
		width: 36px;
		height: 3.5px;
		background: #FC1515;
		border-right: 5px;
		position: absolute;
		right: 0;
		left: 0;
		margin: auto;
		-webkit-transition: .4s all ease-out;
		-o-transition: .4s all ease-out;
		 transition: .4s all ease-out;
	}

	.header__toggleBtn span:nth-of-type(1){
	    top: 0;
	}

	.header__toggleBtn span:nth-of-type(2){
	    top: 14px;
	}

	.header__toggleBtn span:nth-of-type(3){
	    top: 28px;
	}

	.header__toggleBtn.active span:nth-of-type(1){
		top: 24px;
		transform: rotate(45deg);
	}

	.header__toggleBtn.active span:nth-of-type(2){
		display: none;
	}

	.header__toggleBtn.active span:nth-of-type(3){
		top: 24px;
		transform: rotate(-45deg);
	}

	.sp-nav{
	    width: 100%;
	    margin-top: 10px;
    	padding: 10px 0;
	    text-align: center;
	    background: #ffffff;
	    position: absolute;
	}

	.sp-nav a{
		display: block;
		margin: 20px 0;
		text-align: center;
	}

	.footer__nav__lists{
		/* justify-content: flex-end; */
	    flex-wrap: wrap;
	    /* text-align: right; */
	}

	.footer__nav__lists li{
		width: 100%;
	}

	.footer__nav__lists a{
	    margin: 10px 0;
	}

	.footer .common-inner{
	    align-items: end;
        flex-wrap: wrap;
	}

	.footer__logo{
		width: 66px;
	    margin-bottom: 30px;
	}

	.footer__copyrght{
		text-align: center;
	}

	.contact{
		padding-top: 100px;
	}
}









