@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;
	}


	/*-------------------
	CONTENTS
	-------------------*/

	#wrap {
		position: relative;
		width:100%;
		overflow:hidden;
		padding: 77px 0 100px 0;
		border-style: solid;
		border-width: 0 0 1px 0;
		border-color: #e5eaee;
		font-size: 15px;
	}

	.inner{width: 950px; margin:0 auto; overflow: hidden;}

	/* 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 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 0 0 0;

	}
	.contentsHeader .inner div.navigation ul li{
		display: inline-block;
		vertical-align: top;
		text-align: center;
		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 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;
	}


	/* intro */
	.intro {
		/*background: url(../img/product_bg_L.jpg) no-repeat top left,url(../img/product_bg_R.jpg) no-repeat top right,#ffffff;*/
		background: url(../../img/product_bg.png) repeat top center,#ffffff;
	}
	.intro .inner{
		text-align: center;
		padding: 50px 0 50px 0;
	}
	.intro .inner h2{
		margin: 0 0 55px 0;
	}
	.intro .inner h2 span{
		display: inline-block;
		vertical-align: top;
		font-size: 0;
		width: 390px;
		height: 65px;
		background-image: url(../img/intro_ttl.png);background-repeat: no-repeat;background-position: 0 0;background-size: 100% auto;
	}
	.intro .inner p.lead{
		display: inline-block;
		vertical-align: top;
		font-size: 0;
		width: 782px;
		height: 94px;
		background-image: url(../img/intro_lead.png);background-repeat: no-repeat;background-position: 0 0;background-size: 100% auto;
		margin: 0 0 30px 0;
	}

	.intro .inner p.txt{
		font-size: 16px;
		font-weight: bold;
		line-height: 2;
	}





	/* column */
	.column {
		background: url(../../img/column_bg.png) repeat top center,#e2007d;
	}
	.column .inner{
		text-align: center;
		padding: 50px 0 70px 0;
	}

	.column .inner div.each{
		width: 920px;
		padding: 100px 110px;
		box-sizing: border-box;
		background-color: #ffffff;
		}
		.column .inner div.each:nth-of-type(n+2){
			margin: 36px 0 0 0;
		}

	.column .inner div.each h3{
		text-align: center;
		border-style: solid;
		border-color: #e3007c;
		border-width: 0 0 1px 0;
		padding: 0 0 30px 0;
		margin: 0 0 30px 0;
	}
	.column .inner div.each h3 span{
		font-size: 24px;
		color: #e3007c;
	}

	.column .inner div.each ul{
		text-align: center;
		font-size: 0;
	}
	.column .inner div.each ul li{
		display: inline-block;
		vertical-align: top;
		font-size: 0;
		width: 560px;
		}
		.column .inner div.each ul li:nth-of-type(n+2){
			margin: 34px 0 0 0;
		}
		.column .inner div.each.n1 ul li.n1{
			height: 592px;
			background-image: url(../img/illust_01_01.jpg);background-repeat: no-repeat;background-position: 0 0;background-size: 100% auto;
		}
		.column .inner div.each.n1 ul li.n2{
			height: 963px;
			background-image: url(../img/illust_01_02.jpg);background-repeat: no-repeat;background-position: 0 0;background-size: 100% auto;
		}
		.column .inner div.each.n1 ul li.n3{
			height: 592px;
			background-image: url(../img/illust_01_03.jpg);background-repeat: no-repeat;background-position: 0 0;background-size: 100% auto;
		}
		.column .inner div.each.n1 ul li.n4{
			height: 592px;
			background-image: url(../img/illust_01_04.jpg);background-repeat: no-repeat;background-position: 0 0;background-size: 100% auto;
		}
		.column .inner div.each.n1 ul li.n5{
			height: 364px;
			background-image: url(../img/illust_01_05.jpg);background-repeat: no-repeat;background-position: 0 0;background-size: 100% auto;
		}
		.column .inner div.each.n1 ul li.n6{
			height: 434px;
			background-image: url(../img/illust_01_06.jpg);background-repeat: no-repeat;background-position: 0 0;background-size: 100% auto;
		}
		.column .inner div.each.n1 ul li.n7{
			height: 435px;
			background-image: url(../img/illust_01_07.jpg);background-repeat: no-repeat;background-position: 0 0;background-size: 100% auto;
		}
		.column .inner div.each.n1 ul li.n8{
			height: 454px;
			background-image: url(../img/illust_01_08.jpg);background-repeat: no-repeat;background-position: 0 0;background-size: 100% auto;
		}
		.column .inner div.each.n1 ul li.n9{
			height: 455px;
			background-image: url(../img/illust_01_09.jpg);background-repeat: no-repeat;background-position: 0 0;background-size: 100% auto;
		}
		.column .inner div.each.n1 ul li.n10{
			height: 456px;
			background-image: url(../img/illust_01_10.jpg);background-repeat: no-repeat;background-position: 0 0;background-size: 100% auto;
		}
		.column .inner div.each.n1 ul li.n11{
			height: 416px;
			background-image: url(../img/illust_01_11.jpg);background-repeat: no-repeat;background-position: 0 0;background-size: 100% auto;
		}
		.column .inner div.each.n1 ul li.n12{
			height: 502px;
			background-image: url(../img/illust_01_12.jpg);background-repeat: no-repeat;background-position: 0 0;background-size: 100% auto;
		}
		.column .inner div.each.n1 ul li.n13{
			height: 418px;
			background-image: url(../img/illust_01_13.jpg);background-repeat: no-repeat;background-position: 0 0;background-size: 100% auto;
		}
		.column .inner div.each.n1 ul li.n14{
			height: 502px;
			background-image: url(../img/illust_01_14.jpg);background-repeat: no-repeat;background-position: 0 0;background-size: 100% auto;
		}
		.column .inner div.each.n1 ul li.n15{
			height: 399px;
			background-image: url(../img/illust_01_15.jpg);background-repeat: no-repeat;background-position: 0 0;background-size: 100% auto;
		}

		.column .inner div.each.n3 ul li.n1{
			height: 504px;
			background-image: url(../img/illust_02_01.jpg);background-repeat: no-repeat;background-position: 0 0;background-size: 100% auto;
		}
		.column .inner div.each.n3 ul li.n2{
			height: 464px;
			background-image: url(../img/illust_02_02.jpg);background-repeat: no-repeat;background-position: 0 0;background-size: 100% auto;
		}
		.column .inner div.each.n3 ul li.n3{
			height: 364px;
			background-image: url(../img/illust_02_03.jpg);background-repeat: no-repeat;background-position: 0 0;background-size: 100% auto;
		}
		.column .inner div.each.n3 ul li.n4{
			height: 433px;
			background-image: url(../img/illust_02_04.jpg);background-repeat: no-repeat;background-position: 0 0;background-size: 100% auto;
		}
		.column .inner div.each.n3 ul li.n5{
			height: 411px;
			background-image: url(../img/illust_02_05.jpg);background-repeat: no-repeat;background-position: 0 0;background-size: 100% auto;
		}
		.column .inner div.each.n3 ul li.n6{
			height: 434px;
			background-image: url(../img/illust_02_06.jpg);background-repeat: no-repeat;background-position: 0 0;background-size: 100% auto;
		}
		.column .inner div.each.n3 ul li.n7{
			height: 434px;
			background-image: url(../img/illust_02_07.jpg);background-repeat: no-repeat;background-position: 0 0;background-size: 100% auto;
		}
		.column .inner div.each.n3 ul li.n8{
			height: 503px;
			background-image: url(../img/illust_02_08.jpg);background-repeat: no-repeat;background-position: 0 0;background-size: 100% auto;
		}

	.column .inner div.each.n2 p{
		display: inline-block;
		vertical-align: top;
		font-size: 0;
		width: 692px;
		height: 964px;
		background-image: url(../img/graph.jpg);background-repeat: no-repeat;background-position: 0 0;background-size: 100% auto;
	}



	/* link */
	#wrap .link{
		margin: 50px 0 0 0;
	}
	#wrap .link a{
		color: #e3007c;
	}

	#wrap .link dl{
		margin: 0 0 5px 0;
	}
	#wrap .link dl dt{
		display: inline-block;
		vertical-align: top;
		position: relative;
		padding: 0 20px 0 0;
		}
		#wrap .link dl.n2 dt{
			padding: 0 50px 0 0;
		}
	#wrap .link dl dt::after{
		content: '：';
		position: absolute;
		top: 0; right: 0;
	}
	#wrap .link dl dd{
		display: inline-block;
		vertical-align: top;
		}
		#wrap .link dl.n2 dd{
			position: relative;
			padding: 0 24px 0 0;			
		}
		#wrap .link dl.n2 dd::after{
			content: '';
			display: inline-block;
			vertical-align: top;
			width: 17px;
			height: 15px;
			background-image: url(../img/link.png);background-repeat: no-repeat;background-position: 0 0;background-size: 100% auto;
			position: absolute;
			top: 4px; right: 0;
		}
	
	/* 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
	-------------------*/

	.main img{ width: 100%;}

	#wrap {
		position: relative;
		padding: 70px 0 0 0;
		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;
	}
	.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.3rem;
		background-size: 0.8rem;
		box-sizing: border-box;
		margin: 0 0 2rem 1rem;
    }
	.contentsHeader div.navigation_sp ul li:nth-of-type(1){
		width: 80%;
	}
	.contentsHeader div.navigation_sp ul li:nth-of-type(2){
		width: 84%;
	}
	.contentsHeader div.navigation_sp ul li:nth-of-type(3){
		width: 66%;
	}
	.contentsHeader div.navigation_sp ul li:nth-of-type(4){
		width: 80%;
	}
	.contentsHeader div.navigation_sp ul li:nth-of-type(5){
		width: 52%;
	}


	.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;
	}


	/* intro */
	.intro {
		background-image: url(../../img/product_bg_sp.jpg);
		background-repeat: repeat-y;
		background-position: top center;
		background-size: 100%;
	}
	.intro .inner{
		text-align: center;
		padding: 2rem 0 2rem 0;
	}
	.intro .inner h2{
		margin: 0 0 5vw 0;
	}
	.intro .inner h2 span{
		display: inline-block;
		vertical-align: top;
		font-size: 0;
		width: 60vw;
		height: 10vw;
		background-image: url(../img/intro_ttl_sp.png);background-repeat: no-repeat;background-position: 0 0;background-size: 100% auto;
	}
	.intro .inner p.lead{
		display: inline-block;
		vertical-align: top;
		font-size: 0;
		width: 90vw;
		height: 22vw;
		background-image: url(../img/intro_lead_sp.png);background-repeat: no-repeat;background-position: 0 0;background-size: 100% auto;
		margin: 0 0 5vw 0;
	}

	.intro .inner p.txt{
		font-size: 3.6vw;
		font-weight: bold;
		line-height: 2;
	}

	/* column */
	.column {
		background-image: url(../../img/column_bg_sp.jpg);
		background-repeat: repeat-y;
		background-size:contain;
	}
	.column .inner{
		text-align: center;
		padding: 2rem 0 2rem 0;
	}

	.column .inner div.each{
		width: 90vw;
		margin: 0 auto;
		padding: 8vw 5vw;
		box-sizing: border-box;
		background-color: #ffffff;
		}
		.column .inner div.each:nth-of-type(n+2){
			margin-top: 5vw;
		}

	.column .inner div.each h3{
		text-align: center;
		border-style: solid;
		border-color: #e3007c;
		border-width: 0 0 1px 0;
		padding: 0 0 5vw 0;
		margin: 0 0 5vw 0;
	}
	.column .inner div.each h3 span{
		font-size: 4vw;
		color: #e3007c;
	}

	.column .inner div.each ul{
		text-align: center;
		font-size: 0;
	}
	.column .inner div.each ul li{
		display: inline-block;
		vertical-align: top;
		font-size: 0;
		width: 75vw;
		}
		.column .inner div.each ul li:nth-of-type(n+2){
			margin: 5vw 0 0 0;
		}
		.column .inner div.each.n1 ul li.n1{
			height: 79vw;
			background-image: url(../img/illust_01_01.jpg);background-repeat: no-repeat;background-position: 0 0;background-size: 100% auto;
		}
		.column .inner div.each.n1 ul li.n2{
			height: 129vw;
			background-image: url(../img/illust_01_02.jpg);background-repeat: no-repeat;background-position: 0 0;background-size: 100% auto;
		}
		.column .inner div.each.n1 ul li.n3{
			height: 80vw;
			background-image: url(../img/illust_01_03.jpg);background-repeat: no-repeat;background-position: 0 0;background-size: 100% auto;
		}
		.column .inner div.each.n1 ul li.n4{
			height: 80vw;
			background-image: url(../img/illust_01_04.jpg);background-repeat: no-repeat;background-position: 0 0;background-size: 100% auto;
		}
		.column .inner div.each.n1 ul li.n5{
			height: 49vw;
			background-image: url(../img/illust_01_05.jpg);background-repeat: no-repeat;background-position: 0 0;background-size: 100% auto;
		}
		.column .inner div.each.n1 ul li.n6{
			height: 58vw;
			background-image: url(../img/illust_01_06.jpg);background-repeat: no-repeat;background-position: 0 0;background-size: 100% auto;
		}
		.column .inner div.each.n1 ul li.n7{
			height: 58vw;
			background-image: url(../img/illust_01_07.jpg);background-repeat: no-repeat;background-position: 0 0;background-size: 100% auto;
		}
		.column .inner div.each.n1 ul li.n8{
			height: 61vw;
			background-image: url(../img/illust_01_08.jpg);background-repeat: no-repeat;background-position: 0 0;background-size: 100% auto;
		}
		.column .inner div.each.n1 ul li.n9{
			height: 61vw;
			background-image: url(../img/illust_01_09.jpg);background-repeat: no-repeat;background-position: 0 0;background-size: 100% auto;
		}
		.column .inner div.each.n1 ul li.n10{
			height: 61vw;
			background-image: url(../img/illust_01_10.jpg);background-repeat: no-repeat;background-position: 0 0;background-size: 100% auto;
		}
		.column .inner div.each.n1 ul li.n11{
			height: 56vw;
			background-image: url(../img/illust_01_11.jpg);background-repeat: no-repeat;background-position: 0 0;background-size: 100% auto;
		}
		.column .inner div.each.n1 ul li.n12{
			height: 67vw;
			background-image: url(../img/illust_01_12.jpg);background-repeat: no-repeat;background-position: 0 0;background-size: 100% auto;
		}
		.column .inner div.each.n1 ul li.n13{
			height: 56vw;
			background-image: url(../img/illust_01_13.jpg);background-repeat: no-repeat;background-position: 0 0;background-size: 100% auto;
		}
		.column .inner div.each.n1 ul li.n14{
			height: 67vw;
			background-image: url(../img/illust_01_14.jpg);background-repeat: no-repeat;background-position: 0 0;background-size: 100% auto;
		}
		.column .inner div.each.n1 ul li.n15{
			height: 54vw;
			background-image: url(../img/illust_01_15.jpg);background-repeat: no-repeat;background-position: 0 0;background-size: 100% auto;
		}

		.column .inner div.each.n3 ul li.n1{
			height: 68vw;
			background-image: url(../img/illust_02_01.jpg);background-repeat: no-repeat;background-position: 0 0;background-size: 100% auto;
		}
		.column .inner div.each.n3 ul li.n2{
			height: 62vw;
			background-image: url(../img/illust_02_02.jpg);background-repeat: no-repeat;background-position: 0 0;background-size: 100% auto;
		}
		.column .inner div.each.n3 ul li.n3{
			height: 49vw;
			background-image: url(../img/illust_02_03.jpg);background-repeat: no-repeat;background-position: 0 0;background-size: 100% auto;
		}
		.column .inner div.each.n3 ul li.n4{
			height: 58vw;
			background-image: url(../img/illust_02_04.jpg);background-repeat: no-repeat;background-position: 0 0;background-size: 100% auto;
		}
		.column .inner div.each.n3 ul li.n5{
			height: 55vw;
			background-image: url(../img/illust_02_05.jpg);background-repeat: no-repeat;background-position: 0 0;background-size: 100% auto;
		}
		.column .inner div.each.n3 ul li.n6{
			height: 58vw;
			background-image: url(../img/illust_02_06.jpg);background-repeat: no-repeat;background-position: 0 0;background-size: 100% auto;
		}
		.column .inner div.each.n3 ul li.n7{
			height: 58vw;
			background-image: url(../img/illust_02_07.jpg);background-repeat: no-repeat;background-position: 0 0;background-size: 100% auto;
		}
		.column .inner div.each.n3 ul li.n8{
			height: 67vw;
			background-image: url(../img/illust_02_08.jpg);background-repeat: no-repeat;background-position: 0 0;background-size: 100% auto;
		}

	.column .inner div.each.n2 p{
		display: inline-block;
		vertical-align: top;
		font-size: 0;
		width: 80vw;
		height: 112vw;
		background-image: url(../img/graph.jpg);background-repeat: no-repeat;background-position: 0 0;background-size: 100% auto;
	}


	/* link */
	#wrap .link{
		margin: 5vw 0 0 0;
	}
	#wrap .link a{
		color: #e3007c;
	}

	#wrap .link dl{
		margin: 0 0 1vw 5vw;
	}
	#wrap .link dl dt{
		display: inline-block;
		vertical-align: top;
		position: relative;
		padding: 0 5vw 0 0;
		}
		#wrap .link dl.n2 dt{
			padding: 0 13vw 0 0;
		}
	#wrap .link dl dt::after{
		content: '：';
		position: absolute;
		top: 0; right: 0;
	}
	#wrap .link dl dd{
		display: inline-block;
		vertical-align: top;
		}
		#wrap .link dl.n2 dd{
			position: relative;
			padding: 0 6vw 0 0;			
		}
		#wrap .link dl.n2 dd::after{
			content: '';
			display: inline-block;
			vertical-align: top;
			width: 4vw;
			height: 4vw;
			background-image: url(../img/link.png);background-repeat: no-repeat;background-position: 0 0;background-size: 100% auto;
			position: absolute;
			top: 1vw; right: 0;
		}

	/* 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;
	}


}