@charset "utf-8";

/*-------------------
base.css
-------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0; padding: 0; border: 0; outline: 0;}
img { margin: 0; padding: 0; border: 0; line-height:0; font-size:0; vertical-align:top;}
html { width:100%; height: 100%;}
ul, li { list-style: none;}
p, th, td, dd { font-style:normal; font-weight:0; word-break: break-all;}
dd { word-break: break-all;}
a { margin: 0; padding: 0; border: 0;}
table { border-collapse: collapse; border-spacing: 0;}

/*
.fadeIn{
    -webkit-animation: fadeIn 0.5s linear 0s;
    animation: fadeIn 0.5s linear 0s;
}

@-webkit-keyframes fadeIn {
    0%{
        opacity:0;
    }
    75%{
        opacity:0.5;
    }
    100% {
        opacity:1;
    }
}

.fade-up {
    opacity: 0;
    -webkit-transition: opacity 0.7s;
    transition: opacity 0.7s;
    -webkit-transition: transform 0.7s;
    transition: transform 0.7s;
}

@-webkit-keyframes fade-up {
    0%{
        opacity:0;
    }
    75%{
        opacity:0.5;
    }
    100% {
        opacity:1;
    }
}
*/

.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
}


#wrap { font-family:"Yu Gothic", "游ゴシック","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; background-color:#fff;}

@media screen and (min-width : 769px){
 
	/*layout style*/
	.pc{ display: block; }
	.sp{ display: none; }

	/*-------------------
	HEADER
	-------------------*/

	/*-------------------
	共通
	-------------------*/

	#wrap a:hover{
		opacity: 0.6;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-ms-transition: all .3s;
		transition: all .3s;
		text-decoration: none;
	}

	/* nav */
	.contentsHeader {
		position: absolute;
		top: 0;left: 0;
		width: 100%;
		background: #ffffff;
		padding: 20px 0 5px 0;
		z-index: 2;
	}
	.contentsHeader.chase {
		position: fixed;
	}
	.contentsHeader .inner{
		position: relative;
	}
	.contentsHeader .inner div.logo{
		/*display: inline-block;*/
		/*vertical-align: bottom;*/
		margin: 0 0 14px 0;
		float: left;
		width: 150px;
	}
	.contentsHeader .inner div.navigation{

		/*display: inline-block;*/
		/*vertical-align: bottom;*/
		/*margin: 0 0 2px 380px;*/
		float: right;
		margin: 25px 116px 0 0;
	}
	.contentsHeader .inner div.navigation ul li{
		display: inline-block;
		vertical-align: top;
		text-align: center;
	}
	.contentsHeader .inner div.navigation ul li:not(:last-child){
		margin: 0 20px 0 0;
	}
	.contentsHeader .inner div.navigation ul>li:nth-of-type(1) {
		width: 60px;
	}
	.contentsHeader .inner div.navigation ul>li:nth-of-type(2) {
		width: 56px;
	}
	.contentsHeader .inner div.navigation ul>li:nth-of-type(3) {
		width: 40px;
	}
	.contentsHeader .inner div.navigation ul>li:nth-of-type(4) {
		width: 55px;
	}
	.contentsHeader .inner div.navigation ul>li:nth-of-type(5) {
		width: 36px;
		/*margin:0 20px 0 0 !important;*/
	}
	.contentsHeader .inner div.navigation ul>li:nth-of-type(6) {
		/*width: 36px;*/
		margin:0 0 0 0;
	}

	.contentsHeader .inner div.navigation ul li a:hover{
		opacity: 0.6;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-ms-transition: all .3s;
		transition: all .3s;
	}



	.contentsHeader .inner div.modal-open{
		position: absolute;
		bottom: 10px; right: 0;
		width: 79px;
		cursor: pointer;
		-webkit-transition: opacity .3s;
		transition: opacity .3s;
	}
	.contentsHeader .inner div.modal-open:hover{
		opacity: 0.6;
	}




	/* sns */
	.sns {
		background: #ffffff;
	}
	.sns .inner{
		text-align: center;
		padding: 50px 0 50px 0;
	}
	.sns .inner a{
		display: inline-block;
		width: 50px;
	}
	.sns .inner a:nth-of-type(1){
		margin:0 50px 0 0;
	}

	/* toTop */
	.toTop {
		background: #ffffff;
	}
	.toTop .inner{
		text-align: center;
		overflow: hidden;
	}
	.toTop .inner a{
		float: right;
		width: 50px;
		margin: 0 50px 0 0;
	}





}@media screen and (max-width : 768px){

	/*layout style*/
	.pc{ display: none; }
	.sp{ display: block; }

	#brandSiteFooter > ul,
	#brandSiteFooter > p{width:100% !important;}


	/*-------------------
	HEADER
	-------------------*/


	/*-------------------
	CONTENTS
	-------------------*/

	#wrap {
		position: relative;
		padding: 70px 0 0 0;
		/*width:100%;*/
		/*text-align:center;*/
		font-size: 4vw;
	}

	.inner{
		width: 100%;
		margin:0 auto;
		/*overflow: hidden;*/
	}


	/* contentsHeader */
	.contentsHeader {
		position: absolute;left: 0;top: 0;
		width: 100%;
		background: #ffffff;
		padding: 1rem 0 0 0;
		z-index: 1;
	}
	.contentsHeader.chase {
		position: fixed;
	}
	.contentsHeader div.logo{
		width: 28%;
		float: left;
		margin: 0.3rem 0 0 1rem;
	}

	.contentsHeader div.menu-trigger,
	.contentsHeader div.menu-trigger p {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.contentsHeader div.menu-trigger {
		cursor:pointer;
		width: 40px;
		height: 38px;
		top: 13px;
		right: 13px;
		padding: 3px;
		font-size: 50%;
		float: right;
		margin:0 0.5rem 1rem 0;
	}

	.contentsHeader div.menu-trigger p {
		width: 80%;
		margin: 4px 0;
		height: 2px;
		background-color: #e3007c;
	}

	.contentsHeader div.menu-trigger p:nth-of-type(1) {top: 0;}
	.contentsHeader div.menu-trigger p:nth-of-type(2) {top: 13px;}
	.contentsHeader div.menu-trigger p:nth-of-type(3) {bottom: 0;}

	.contentsHeader div.menu-trigger.active p:nth-of-type(1) {
		opacity: 0;
		transform: translate3d(0px, 6px, 0px);
	}
	.contentsHeader div.menu-trigger.active p:nth-of-type(3) {
		opacity: 0;
		transform: translate3d(0px, -6px, 0px);
	}

	/* nav */
	.contentsHeader div.navigation_sp{
		margin:0 auto;
		width:100%;
		background: #ffffff;
		z-index: 1;
		display: none;
		clear: both;
		padding: 2rem 0 0 0;
		border-width: 1px 0 0 0;
		border-style: solid;
		border-color: #e3007c;
	}
	.contentsHeader div.navigation_sp ul{
		text-align: left;
		text-align: center;
		clear: both;
		margin: 0 auto;
		/*width: 11rem;*/
		width: 18rem;
	}
	.contentsHeader div.navigation_sp ul li{
		text-align: center;
		line-height: 1rem;
		padding: 0 0 0 1.6rem;
		background: url(../img/header_bottom_arrow.png) no-repeat scroll 0 0.45rem;
		background-size: 0.8rem;
		box-sizing: border-box;
		margin: 0 0 2rem 0.5rem;
    }
	.contentsHeader div.navigation_sp ul li:nth-of-type(1){
		width: 49%;
	}
	.contentsHeader div.navigation_sp ul li:nth-of-type(2){
		width: 52%;
	}
	.contentsHeader div.navigation_sp ul li:nth-of-type(3){
		width: 40%;
	}
	.contentsHeader div.navigation_sp ul li:nth-of-type(4){
		width: 50%;
	}
	.contentsHeader div.navigation_sp ul li:nth-of-type(5){
		width: 34%;
	}
	.contentsHeader div.navigation_sp ul li:nth-of-type(6){
		width: 94%;
	}


	.contentsHeader div.navigation_sp ul li a{
		text-decoration: none;
	}

	.contentsHeader div.closeBox{
		width: 20rem;
		margin: 0 auto 2rem auto;
	}

	.contentsHeader div.close{
		height:42px; width:42px;
		position:relative;
		cursor: pointer;
	}




	.contentsHeader .inner div.modal-open{
		position: absolute;
		top: 5.5vw; right: 18vw;
		width: 8vw;
		cursor: pointer;
	}
	.contentsHeader .inner div.modal-open:hover{
	}





	/* sns */
	.sns {
		background: #ffffff;
	}
	.sns .inner{
		text-align: center;
		padding: 2rem 0 2rem 0;
	}
	.sns .inner a{
		display: inline-block;
		width: 2rem;
	}
	.sns .inner a:nth-of-type(1){
		margin:0 2rem 0 0;
	}


	/* toTop */
	.toTop {
		background: #ffffff;
		margin: 0 0 1rem 0;
	}
	.toTop .inner{
		text-align: center;
		overflow: hidden;
	}
	.toTop .inner a{
		float: right;
		width: 2rem;
		margin: 0 1rem 0 0;
	}


}