@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;
}

#fc_content {
    width: 100%;
    margin: 0 auto;
}

#fc_content div.fc_guid_title {
    width: 100%;
    margin: 0 0 20px;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    background: url(../../images/parts/bg_ttl.gif) repeat 0 0;
}

#fc_content div.fc_guid_title h2 {
    width: 908px;
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
    margin: 0 auto;
    padding: 10px 0;
    /* text-align: left; */
}

#fc_content div.fc_guid_main {
    width: 908px;
    margin: 0 auto 55px;
}

#fc_content div.fc_guid_comp {
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
}

#fc_content div.fc_guid_section-comp {
    width: 100%;
    margin: 0 0 25px;
    padding: 0 0 10px;
    background: url(../../images/parts/bg_conp_bottom.gif) no-repeat 0 100%;
}

#fc_content p.fc_guid_backBtn {
    width: 100%;
    text-align: center;
}


@media all and (max-width: 767px) {
	#fc_content div.fc_guid_title h2 {
		width: 100%;
		font-size: 1.2em;
		padding: 10px 0;
	}
	#fc_content div.fc_guid_comp {
		padding: 0 0;
	}
	#fc_content div.fc_guid_section-comp {
		background: none;
	}
	#fc_content div.fc_guid_main {
		width: 100%;
	}
	#fc_content p.fc_guid_backBtn img {
		height: 44px;
	}
}

#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;}

.awoo_tags{
	max-width: 1180px;
    margin: 0 auto ;
}

.awoo_tags a:hover {
	background: #999999;
	color: #ffffff;
}

.awoo_tags a{
    background: #f5f5f5;
    text-decoration: none;
    padding: 1px 7px;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 1.2rem;
    border-radius: 30px;
    border: 1px #757575 solid;
}

.awoo_titles {
	max-width: 1180px;
	margin: 0 auto;
}

.awoo_title {
	color: #757575;
	font-size: 12px;
	font-weight: bold;
}

.awoo_exp {
	color: #757575;
	font-size: 8px;
	margin-right: 5px;
}

.p-tag_txt {
	color: #757575;
	font-size: 12px;
	text-align: right;
	margin-bottom: 10px;
	display: none;
}

@media all and (max-width: 767px) {

	.awoo_titles {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.awoo_title {
		padding: 0 0 0 10px;
		display: block;
		text-align: left;
	}

	.awoo_exp {
		/* display: none; */
	}

	.p-tag_txt {
		display: none;
	}

	.awoo_tags {
		position: relative;
		display: flex;
		overflow-x: scroll;
		white-space: nowrap;
	}

	.awoo_tags a{
		margin-left: 5px;
	}
}

#headPromo {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 500;
	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;
	z-index: 500;
	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;
	letter-spacing: 0;
}

.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;
}

#h1tag {
    margin: 0 auto;
    margin-top: -4px;
    max-width: 1200px;
    padding: 0 0 0 10px;
}
#h1tag h1 {
    text-decoration: none;
    line-height: 1;
    margin-bottom: 1rem;
    font-size: 19px;
    font-size: 1.9rem;
    margin: 0 auto;
    font-weight:bold;
    color:#111;
    letter-spacing: 0em;
}

#h1tag h1 a:hover {
	color: #757575;
}

#txtArea {
    margin: 0 auto;
    margin-top: 50px;
    max-width: 1200px;
    padding: 0px 5px 5px 10px;
}

#txtArea h2 {
    text-decoration: none;
    line-height: 1;
    font-size: 120%;
    margin: 0 auto;
    color:#111;
    letter-spacing: 0em;
}

#txtArea p {
    text-decoration: none;
    line-height: 1.6;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 100%;
    color:#111;
    letter-spacing: 0em;
}

#txtArea a.more-txt {
    margin: 0px auto 20px;
    display: block;
    padding: 0px 15px;
    border: none;
    text-align: right;
    text-decoration: underline;
    outline: 0;
    transition: .5s;
    -erbkit-transition: .5s;
}

#txtArea a.more-txt::after {
    content: "もっと見る";
}

#txtArea a.more-txt.on-click::after{
    content: "閉じる";
}

#txtAreaContent {
    margin: 0 80px;
    width: 70%;
}

#txtAreaCol {
    position: relative;
    height: auto;
    max-height: 100px;
    overflow: hidden;
    transition: max-height 0.6s;
}

#txtAreaCol::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    transition: 1s;
    background: linear-gradient(to bottom, transparent 40%, #ffffff 100%);
    pointer-events: none;
}

#txtAreaCol.show:after {
    z-index: -1;
    opacit
}

.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);
}

/* @end */


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

@media all and (min-width: 767px) {
	
	#headerUtil .js_npsearch_searchbox_sp {
		display: none;
	}
}

@media all and (max-width: 767px) {

  	#headerUtil .js_npsearch_searchbox {
		display: none;
	}
}

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

#headerUtil .js_npsearch_searchbox_sp {
	display: none;
}

#headerUtil .js_npsearch_searchbox {
	display: block;
}
#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/parts/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/parts/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/parts/icon_fav.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

#headerUtil .cartArea a .icon {
	display: block;
	width: 20px;
	height: 19px;
	background-image: url(../../images/parts/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 */

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

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

#footer {
	padding: 35px 0 0;
	color: #f5f5f5;
	background-color: #111;
	letter-spacing: 0;
}

#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: 140px;
}

/* #footer #fNav .fNavBlock:nth-of-type(1) ul { */
/* 	width: 260px; */
/* } */

#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: normal;
}

#footer #footerSNS dl dd {
	order: 1;
}

#footer #footerSNS dl dd ul {
	display: flex;
	justify-content: space-between;
	width: 194px;
}

#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.png);}
#footer #footerSNS dl dd ul li.tw a {background-image: url(../../images/parts/icon_tw.png);}
#footer #footerSNS dl dd ul li.yt a {background-image: url(../../images/parts/icon_yt.png);}
#footer #footerSNS dl dd ul li.ig a {background-image: url(../../images/parts/icon_ig.png);}
#footer #footerSNS dl dd ul li.li a {background-image: url(../../images/parts/icon_li.png);}

#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,		
.main, 		
main {		
	margin-top: 80px;	
	transition: all 0.3s ease;	
}

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

.promoOn #Content div.main2{
    width:auto;
    margin:97px auto 55px;
}

#Content div.main2{
    width:auto;
    margin:77px auto 55px;
}


/* @end */

@media only screen and (max-width:767px) {/*------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
	html {
		overscroll-behavior: contain:
	}
	
	#main{		
	margin-top: 65px;		
	}

	.awoo_tags{text-align: center;margin-bottom: 6px;}	
	
	.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: 500;
		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));
	}

	#txtAreaContent {
	    margin: 0;
        width: 100%;
    }
	
	.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 0 0;
	}
	
/*	#footer a {
		color: #f5f5f5;
	}*/
	
	#footer .footInner {
		display: block;
	}
	
	#footer #fNav {
		display: block;
		margin: 0;
	}
	
	#footer #fNav .fNavBlock {
		width: auto;
		margin: 0 0 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 .fNavBlock:nth-of-type(1) ul {
		width: 100%;
	}
	
	
	#footer #fNav ul {
		max-height: 0;
		margin-bottom: -1px;
		opacity: 0;
		/*transform: scale(1,0);
		transform-origin: 0 0;*/
		transition: all 0.3s ease;
		overflow: hidden;
	}
	
	#footer #fNav .fnTrigSp:checked + .fNavBlock ul {
		opacity: 1;
		max-height: 750px;
		/*transform: scale(1,1);*/
	}
	
	
	#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 calc(100vw/(750/64));
		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 0;
		font-size: calc(100vw/(750/22));
	}
	
	#footer #footerSNS dl dt {
		margin: 10px 0 0 0;
	}
	
	#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 0 0;
		padding: 0 0;
		border-top: 1px solid #757575;
	}
	
	#footer .footerBottom .footerUtil {
		flex-wrap: wrap;
        border-bottom: 1px solid #757575;
	}
	
	#footer .footerBottom .footerUtil li {
		width: 50%;
/*		box-sizing: border-box;*/
		margin: 0 0 -1px 0;
		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,		
	.main, 	
	main {
		margin-top: calc(100vw/(750/206));
		transition: all 0.3s ease;
	}*/
	
	#main2,		
	.main2, 	
	main2 {
		margin-top: calc(70vw/(750/140));
		transition: all 0.3s ease;
	}
	
	.promoOn #main2,		
	.promoOn .main2,
	.promoOn main2 {
		margin-top: calc(30vw/(750/266));
	}
	
	.promoOn #main,		
	.promoOn .main,
	.promoOn main {
		margin-top: calc(100vw/(750/180));
	}
	
		
	main #main {		
		margin-top: calc(100vw/(750/206));
		transition: all 0.3s ease;	
	}	
	
	.promoOn main #main {		
		margin-top: calc(100vw/(750/266));
	}
	
	/* @end */
	.promoOn .gnaviNone#main {
	margin-top: calc(100vw/(750/146));
	}

	.gnaviNone#main {
	margin-top: calc(100vw/(750/90));
	}

	.gnaviNone #gNav {
	position: static;
	width: 0;
	height: 0;
	}

	/* @end */

}