@charset "utf-8";

html,body {
	width: 100%;
	height: 100%;
}

html.no-js {
	margin-top: 0 !important;
}



html { font-size: 62.5%; }


body {
	position: relative;
	min-width: 1200px;
	color: #151515;
	color: #111;
	background-color: #fff;
	font-size: 1.5rem;/*14px相当*/
	line-height: 2;
	font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ',Meiryo,sans-serif;
	font-weight: 500;
	letter-spacing: 0.05em;
	vertical-align: baseline;
}

.en {
	font-family: Roboto,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ',Meiryo,sans-serif;
}


#header a,
#footer a {
	color: #111;/*要確認 ------------------------------*/
	text-decoration: none;
	transition: all 0.3s ease;
}

#header a:hover,
#footer a:hover {
	color: #757575;
	text-decoration: none;
}


.cFrame {
	width: 1200px;
	margin: 0 auto;
}

.forSp {display: none;}


#headPromo {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 50;
	width: 100%;
	color: #f5f5f5;
	background: #111;
	font-size: 1.2rem;
	line-height: calc(5/2);
	text-align: center;
	transform: translateY(0);
	transition: all .3s ease;
}

#headPromo a {
	color: #f5f5f5;
	text-decoration: none;
}

#headPromo .promoClose {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
}

#headPromo .promoClose:before,
#headPromo .promoClose:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 17px;
	height: 1px;
	margin-left: -8px;
	background: #f5f5f5;
	transform: rotate(45deg);
	transform-origin: 50% 50%;
}
#headPromo .promoClose:after {
	transform: rotate(135deg);
}

.scrlHide #headPromo {
	transform: translateY(-100%);
}

/* @group Header ============================================================ */

#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background: #fff;
	background-color: rgba(255, 255, 255, 1);
	background-image: repeating-linear-gradient(0deg, transparent, transparent 50px, #f5f5f5 50px, #f5f5f5 80px );
	transform: translateY(0);
	transition: all .3s ease;
}

.scrlHide #header {
	/*transform: translateY(-100%);*/
	transform: translateY(-100%);
}

#header .headInner {
	display: flex;
/*	position: relative;*/
	padding: 0 10px;
}

#header .logo>a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	background-color: #001489;
}

#header .logo>a img {
	width: 63px;
	height: auto;
}


.promoOn #header {
	top: 30px;
	/*height: 110px;*/
/*	background-image: repeating-linear-gradient(0deg, transparent, transparent 50px, #f5f5f5 50px, #f5f5f5 80px );*/
}

.promoOn.scrlHide #header {
	/*transform: translateY(-100%);*/
	transform: translateY(-110px);
}

.toolbar-horizontal #header{
	top: 79px;
}
.toolbar-vertical #header{
	top: 39px;
}

/* @end */


/* @group Header Utility ============================================================ */

/*#headerUtil {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 50px;
	margin: 30px 0 0;
	padding: 0 15px 0 0;
}

#headerUtil .searchArea .searchRow {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 186px;
	height: 24px;
	padding: 0 10px 0 15px;
	background: #f5f5f5;
	border: 1px solid #8e8e8e;
	border-radius: 12px;
}

#headerUtil .searchArea .searchRow input[type='text'] {
	width: 140px;
	border: none;
	background: transparent;
	font-size: 1.2rem;
}

#headerUtil .searchArea .searchRow input[type='button'] {
	width: 16px;
	height: 16px;
	background-image: url(../images/icon_search.svg);
	background-repeat: no-repeat;
	background-size: contain;
	border: none;
	text-indent: -999em;
}

#headerUtil .loginArea a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
	line-height: 1;
}

#headerUtil .loginArea a .icon {
	display: block;
	width: 14px;
	height: 19px;
	background-image: url(../images/icon_mypage.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

#headerUtil .loginArea a .point {
	margin: 2px 0 0;
	font-size: 0.9rem;
}

#headerUtil .favArea a .icon {
	display: block;
	width: 18px;
	height: 19px;
	background-image: url(../images/icon_fav.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

#headerUtil .cartArea a .icon {
	display: block;
	width: 20px;
	height: 19px;
	background-image: url(../images/icon_cart.svg);
	background-repeat: no-repeat;
	background-size: contain;
}


#headerUtil .loginArea,
#headerUtil .favArea,
#headerUtil .cartArea {
	position: relative;
	margin-left: 15px;
}

#headerUtil .favArea .badge,
#headerUtil .cartArea .badge {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -10px;
	right: -10px;
	width: 19px;
	height: 19px;
	padding: 2px 0 0;
	color: #fff;
	background: #cc1c1d;
	border-radius: 50%;
	font-size: 0.9rem;
	letter-spacing: 0;
}*/

/* @end */

/* @group Footer ============================================================ */

#footer {
    padding: 35px 0 0;
    color: #f5f5f5;
    background-color: #111
}
#footer .fnTrigSp {
    display: none
}
#footer a {
    color: #f5f5f5
}
#footer .footInner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}
#footer #fNav {
    display: flex;
    margin: 0 0 15px
}
#footer #fNav .fNavBlock {
    width: auto;
    margin: 0 100px 0 0
}
#footer #fNav .fNavBlock dt {
    margin: 0 0 10px;
    font-size: 1.4rem;
    line-height: 1
}
#footer #fNav ul {
    display: flex;
    flex-direction: column;
    align-content: space-between;
    flex-wrap: wrap;
    width: auto;
    max-height: 120px
}
#footer #fNav li {
    font-size: 1.2rem;
    line-height: calc(5 / 3)
}
#footer #footerSNS dl {
    display: flex;
    flex-direction: column;
    align-items: center
}
#footer #footerSNS dl dt {
    order: 2;
    margin: 10px 0 0;
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 400
}
#footer #footerSNS dl dd {
    order: 1
}
#footer #footerSNS dl dd ul {
    display: flex;
    justify-content: space-between;
    width: 164px
}
#footer #footerSNS dl dd ul li a {
    display: block;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: -999em
}
#footer #footerSNS dl dd ul li.fb a {
    background-image: url('../images/parts/icon_fb.svg')
}
#footer #footerSNS dl dd ul li.tw a {
    background-image: url('../images/parts/icon_tw.svg')
}
#footer #footerSNS dl dd ul li.yt a {
    background-image: url('../images/parts/icon_yt.svg')
}
#footer #footerSNS dl dd ul li.ig a {
    background-image: url('../images/parts/icon_ig.svg')
}
#footer .footerBottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0 0;
    padding: 18px 0;
    border-top: 1px solid #757575
}
#footer .footerBottom .footerUtil {
    display: flex;
    align-items: center
}
#footer .footerBottom .footerUtil li {
    margin: 0 40px 0 0;
    font-size: 1.1rem;
    line-height: 1
}
#footer .footerBottom .copyright {
    font-size: 1.1rem;
    line-height: 1
}


/* @end */

/* @group Main ============================================================ */

main {
    margin-top: 80px;
    transition: all 0.3s ease
}
.promoOn main {
    margin-top: 110px
}

/* @end */

@media only screen and (max-width:767px) {/*------------------------------------------------------------------------------------------------------------------------------------------------------*/

	html {
		overscroll-behavior: contain:
	}


	.cFrame {width: 100%;}

	.forPc {display: none;}

	.forSp {display: block;}
	br.forSp {display: inline;}

	body {
		min-width: 320px;
		overflow: visible;
	}

	body.fixed {
		position: fixed;
	}

	body.fixed:after {
		content: '';
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10;
		width: 100%;
		height: 100%;
		/*background: rgba(0, 0, 0, .5);*/
		background: rgba(255, 255, 255, .5);
	}


/*	#headPromo {
		font-size: calc(100vw/(750/22));
		line-height: calc(100vw/(750/60));
	}

	#headPromo .promoClose {
		width: calc(100vw/(750/60));
		height: calc(100vw/(750/60));
	}

	#headPromo .promoClose:before,
	#headPromo .promoClose:after {
		width: calc(100vw/(750/34));
		height: calc(100vw/(750/2));
		margin-left: calc(100vw/(750/17) * -1);
	}
	#headPromo .promoClose:after {
		transform: rotate(135deg);
	}



	/* @group Header ============================================================ *!/

	#header {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 50;
		width: 100%;
		height: auto;
		background: #fff;
	}

	.scrlHide #header {
		transform: translateY(calc(100vw/(750/110) * -1));
	}

	#header .headInner {
		display: block;
		padding: 0;
	}

	#header .logo>a {
		width: calc(100vw/(750/110));
		height: calc(100vw/(750/110));
		margin: 0 0 0 calc(100vw/(750/30));
	}

	#header .logo>a img {
		width: calc(100vw/(750/86));
	}

	.promoOn #header {
		top: calc(100vw/(750/60));
		/*height: 110px;*!/
	/*	background-image: repeating-linear-gradient(0deg, transparent, transparent 50px, #f5f5f5 50px, #f5f5f5 80px );*!/
	}

	.promoOn.scrlHide #header {
		/*transform: translateY(-100%);*!/
		transform: translateY(calc(100vw/(750/170) * -1));
	}


	/* @end *!/*/


	/* @group Footer ============================================================ */

    #footer {
        padding: 0
    }
    #footer .footInner {
        display: block
    }
    #footer #fNav {
        display: block;
        margin: 0
    }
    #footer #fNav .fNavBlock {
        width: auto;
        margin: 0
    }
    #footer #fNav .fNavBlock dt {
        margin: 0;
        font-size: calc(100vw/(750 / 24))
    }
    #footer #fNav .fNavBlock dt label {
        display: block;
        position: relative;
        z-index: 5;
        margin: 0;
        padding: calc(100vw/(750 / 28)) calc(100vw/(750/50));
        border-bottom: 1px solid #757575
    }
    #footer #fNav .fNavBlock dd {
        background: #ccc;
        margin-bottom: -1px
    }
    #footer #fNav ul {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        max-height: 100%
    }
    #footer #fNav ul {
        max-height: 0;
        margin-bottom: -1px;
        opacity: 0;
        transition: all 0.5s ease;
        overflow: hidden
    }
    #footer #fNav .fnTrigSp:checked+.fNavBlock ul {
        opacity: 1;
        max-height: 750px
    }
    #footer #fNav .fNavBlock dt label:before,
    #footer #fNav .fNavBlock dt label:after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        right: calc(100vw/(750 / 68));
        width: calc(100vw/(750 / 28));
        height: calc(100vw/(750 / 4));
        margin-top: calc(100vw/(750 / 2)*-1);
        background: #fff;
        transition: all 0.3s ease
    }
    #footer #fNav .fNavBlock dt label:after {
        transform: rotate(90deg)
    }
    #footer #fNav .fnTrigSp:checked+.fNavBlock>dt label:after {
        transform: rotate(90deg) scale(0, 1)
    }
    #footer #fNav li {
        width: 50%;
        border-bottom: 1px solid #fff;
        font-size: calc(100vw/(750 / 22));
        line-height: calc(15 / 11)
    }
    #footer #fNav li:nth-of-type(2n + 1) {
        border-right: 1px solid #fff
    }
    #footer #fNav li a {
        display: flex;
        align-items: center;
        height: calc(100vw/(750 / 80));
        padding: 0 calc(100vw/(750 / 50));
        color: #111
    }
    #footer #footerSNS {
        padding: calc(100vw/(750 / 67)) 0;
        border-bottom: 1px solid #111
    }
    #footer #footerSNS dl {
        display: flex;
        flex-direction: column;
        align-items: center
    }
    #footer #footerSNS dl dt {
        margin: calc(100vw/(750 / 44)) 0;
        font-size: calc(100vw/(750 / 22))
    }
    #footer #footerSNS dl dd ul {
        justify-content: center;
        width: auto
    }
    #footer #footerSNS dl dd ul li {
        margin: 0 calc(100vw/(750 / 18))
    }
    #footer #footerSNS dl dd ul li a {
        width: calc(100vw/(750 / 63));
        height: calc(100vw/(750 / 63))
    }
    #footer .footerBottom {
        display: block;
        margin: 0;
        padding: 0;
        border-top: 1px solid #757575
    }
    #footer .footerBottom .footerUtil {
        flex-wrap: wrap;
        border-bottom: 1px solid #757575
    }
    #footer .footerBottom .footerUtil li {
        width: 50%;
        margin: 0 0 -1px;
        border-bottom: 1px solid #757575;
        font-size: calc(100vw/(750 / 20));
        line-height: calc(15 / 11)
    }
    #footer .footerBottom .footerUtil li:nth-of-type(2n + 1) {
        border-right: 1px solid #757575
    }
    #footer .footerBottom .footerUtil li a {
        display: flex;
        align-items: center;
        height: calc(100vw/(750 / 80));
        padding: 0 calc(100vw/(750 / 50))
    }
    #footer .footerBottom .copyright {
        display: flex;
        align-items: center;
        justify-content: center;
        height: calc(100vw/(750 / 80));
        font-size: calc(100vw/(750 / 20))
    }


	/* @end */

	/* @group Main ============================================================ */

    main {
        margin-top: calc(100vw/(750 / 206));
        transition: all 0.3s ease
    }
    .promoOn main {
        margin-top: calc(100vw/(750 / 266))
    }

	/* @end */


}
