@charset "utf-8";

/* =======================================

	CommonElements

======================================= */
html {
	scroll-behavior: smooth;
}
body{
	width: 100%;
	margin: 0 auto 10% auto;
	font-size: 14px;
	font-family: 'Lato' , "Noto Sans JP", sans-serif;
	font-weight: 400;
	display:none;
}
.contents_sp {
	display:none;
}
.contents_pc{
	width: 100%;
}
.wrap{
	margin: 0 auto 0 auto;
	text-align:center;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #000;
}
img{
	vertical-align:top;
}

/* ========MARGIN======== */
.btm10{
    margin:0 0 1em 0;
}
.btm20{
    margin:0 0 2em 0;
}
.btm30{
    margin:0 0 3em 0;
}
.btm40{
    margin:0 0 4em 0;
}
.btm50{
    margin:0 0 7em 0;
}
.btm60{
    margin:0 0 10em 0;
}
.btm100{
    margin:0 0 15em 0;
}
.btm200{
    margin:0 0 25em 0;
}

/* =======================================

	FADEIN

======================================= */
.fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}
.fadein div{
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}


/* =======================================

	NAVIGATION

======================================= */
.nav_r{
	position: relative;
	z-index: 9999 !important;
}
.pagetop_r {
    position: fixed;
    top: 40px;
    right: 40px;
}
.pagetop_r img{
	width:100px;
}
.nav_b{
	position: relative;
	z-index: 9999 !important;
}
.pagetop_b {
    position: fixed;
    top: 40px;
    left: 40px;
}
.nav_a{
	position: relative;
	z-index: 9999 !important;
}
.pagetop {
    position: fixed;
    top: 40px;
    left: 40px;
}
.navttl{
	margin:0 0 0 0;
}
.navttl h2{
	margin:0;
	padding:0;
}
.navttl img{
	height:25px !important;
}
.pagetop h3{
	margin: 1em 0 1em 0.4em;
	font-size: 1.1em;
	text-align:left;
}
.pagetop h3 img{
	width:25px;
}
.pagetop li span{
	display: block;	
	font-size: 0.8em;
}
.pagetop ul{
	margin:1.5em 0 0 1em;
	color: #000;
	font-size: 1.1em;
	text-align:left;
}
.pagetop li{
	list-style:none;
	margin: 1em 0 0 1em;
	letter-spacing:0.1em;
}
#header #gnav li a {
	color: #666666;
	text-decoration: none;
}
#header #gnav li a.current {
	color: #000000;
	text-decoration: underline;
}

/* =======================================

	NEWS

======================================= */
.gray{
	color:#AAA;
	display; inline-block;
}
.topics {
	margin:0 auto 2.5em auto;
	font-size: 0.8em;
	letter-spacing: 0.1em;
	line-height:2em;
	width: 900px;
}
.topics dl {
padding: 15px 0;
}

.topics dt {
padding-bottom: 5px;
}
.topics dd {
	text-align: left;
}

@media screen and (min-width: 768px) {
.topics dt {
clear: left;
float: left;
width: 10%;
}
.topics dd {
margin-left: 11%;
}
}

@media screen and (max-width: 750px) {
#news{
	margin:0 auto 0 auto;
}
	#newstxt{
		display:block;
		width:90%;
		margin:3em auto -3em auto;
		font-size: 1.1em;
		letter-spacing: 0.1em;
		line-height:2em;
		text-align: left !important;
	}
.gray{
	color:#AAA;
}
}
/* =======================================

	PRIVACY POLICY

======================================= */
#policy{
	margin:0 auto 0 auto;
	padding:0 0 5em 0;
	width:80%;
}
#policy h2{
	font-size:2em;
	margin:5em 0 2em 0;
	padding:0 0 0 0;
	color: #000;
	font-weight: bold;
	line-height:1.3em;
	letter-spacing:0.1em;
}
#policy h2 span{
	display:block;
	font-size:0.6em;
	letter-spacing:0.1em;
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-weight: normal;
}

#policy p{
	margin:0 auto 2.5em auto;
	font-size: 1em;
	letter-spacing: 0.1em;
	line-height:2em;
	text-align:left;
	width:65%;
}

@media screen and (max-width: 750px) {
#policy{
	margin:0 auto 0 auto;
	padding:0 0 5em 0;
	width:100%;
}
	#policy p{
		width:90%;
		margin:0 auto 2.5em auto;
		font-size: 1.2em;
		letter-spacing: 0.1em;
		line-height:2em;
		text-align: left !important;
	}
}

/* =======================================

	INTRODUCTION

======================================= */
#about{
	margin:0 auto 0 auto;
}
#about h2{
	font-size:2em;
	margin:5em 0 2em 0;
	padding:0 0 0 0;
	color: #000;
	font-weight: bold;
	line-height:1.3em;
	letter-spacing:0.1em;
}
#about h2 span{
	display:block;
	font-size:0.6em;
	letter-spacing:0.1em;
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-weight: normal;
}

#about p{
	margin:0 auto 2.5em auto;
	font-size: 1em;
	letter-spacing: 0.1em;
	line-height:2em;
}

@media screen and (max-width: 750px) {
#about{
	margin:0 auto 0 auto;
}
	#about p{
		width:90%;
		margin:0 auto 2.5em auto;
		font-size: 1.2em;
		letter-spacing: 0.1em;
		line-height:2em;
		text-align: left !important;
	}
}

/* =======================================

	PRODUCTS

======================================= */
#products{
	margin:0 auto 0 auto;
}
#products h2{
	font-size:2em;
	margin:5em 0 2em 0;
	padding:0 0 0 0;
	color: #000;
	font-weight: bold;
	line-height:1.3em;
	letter-spacing:0.1em;
}
#products h2 span{
	display:block;
	font-size:0.6em;
	letter-spacing:0.1em;
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-weight: normal;
}

#products p{
	margin:0 auto 2.5em auto;
	font-size: 1em;
	letter-spacing: 0.1em;
	line-height:2em;
}

@media screen and (max-width: 750px) {
	#products p{
		width:90%;
		margin:0 auto 2.5em auto;
		font-size: 1.2em;
		letter-spacing: 0.1em;
		line-height:2em;
		text-align: left !important;
	}
}


.maskpic {
	width:			280px;
	height:			188px;
	overflow:		hidden;
	margin:			10px 8px 10px 16px;
	position:		relative;
}
.maskpic .caption {
	font-size:		130%;
	text-align: 		center;
	padding-top:		80px;
	color:			#fff;
}
.maskpic .mask {
	width:			100%;
	height:			100%;
	position:		absolute;
	top:			0;
	left:			0;
	opacity:		0;
	background-color:	rgba(0,0,0,0.4);
	-webkit-transition:	all 0.2s ease;
	transition:		all 0.2s ease;
}
.maskpic:hover .mask {
	opacity:		1;
}


/* =======================================

	ITEM BLOCK

======================================= */
.item_block{
	width:100%;
	max-width:1200px;
	margin:0 auto;
}
.item_block ul {
	display: flex;
	display: -webkit-flex;
	list-style: none;
}
.item_block li {
	display: flex;
	justify-content: space-between;
	display: -webkit-flex;
	-webkit-flex-direction: column;
	-webkit-justify-content: space-between;
}
.item_block li div:first-child {
}
.item_block  li div:last-child {
}
.item_block img {
	width:100%;
	margin:0;
	padding:0;
}
.item_main {
	width:57%;
}
.item_detail{
	width:43%;
	margin:0 0 0 2em;
	text-align:left;
}
.item_detail h3{
	font-size: 1.5em;
	letter-spacing: 0.1em;
}
.item_detail h4{
	font-size: 1.2em;
	letter-spacing: 0.1em;
	font-weight: normal;
	margin:1.5em 0 0.2em 0;
}
.item_detail p{
	font-size: 1em;
	letter-spacing: 0.1em;
	font-weight: normal;
}
.item_subimg img{
	width:100%;
	margin:0;
	padding:0;
	vertical-align:top;
}

.color-icon p{
	display: inline-block;
}
.square{
	width: 25px;
	height: 25px;
}
.swhite{
	background: #FFF;
	border: solid 1px #000;
}
.sblack{
	background: #000;
}
.sbeige{
	background: #b4ada9;
}
.sgray{
	background: #9fa09e;
}
.snavy{
	background: #192f60;
}
.spink{
	background: #debecc;
}
.sivory{
	background: #ECE8DE;
}
.slblue{
	background: #7F95AF;
}

p .btn_shopping {
	position: relative;
	bottom: 2.5em;
	float:right;
	color:#FFF;
	background-color: #666;
	margin:0;
	padding: 0.5em 0 0.5em 0;
	display:inline-block;
	width:50%;
	border:1px solid #666;
	text-align: center;
	font-size: 1.2em;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	text-decoration: none;
}
p .btn_shopping:hover {
	color:#666;
 	background-color: #FFF;
	text-decoration: none;
	border:1px solid #666;
}
/* ========VIEWER======== */
.viewer {
	margin: 0 auto;
	width: 100% !important;
	max-width: 550px !important;
	position: relative;
	overflow: hidden;
}
.viewer ul {
	width: 100% !important;
	max-width: 550px !important;
	overflow: hidden;
	position: relative;
}
.viewer ul li {
	top: 0;
	left: 0;
	width: 100% !important;
	max-width: 550px !important;
	position: absolute;
}
.viewer ul li img {
	width: 100% !important;
	max-width: 550px !important;
}
.viewer ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
.viewer ul {
	display: inline-block;
	overflow: hidden;
}

@media screen and (max-width: 750px) {
	.item_block{
		width:100%;
		max-width:750px;
		margin:0 auto;
	}
	.item_block img {
		width:100%;
		margin:0;
		padding:0;
	}
	.spmain1{
		padding:0 10% 0 5%;
	}
	.spmain2{
		padding:0 5% 0 10%;
	}
	.item_detail{
		width:90%;
		margin:0 auto;
		padding:2em 0 0 0;
		text-align:left;
	}
	.item_detail h3{
		font-size: 1.5em;
		letter-spacing: 0.1em;
	}
	.item_detail h4{
		font-size: 1.2em;
		letter-spacing: 0.1em;
		font-weight: normal;
		margin:1.5em 0 0.2em 0;
	}
	.item_detail p{
		font-size: 1em;
		letter-spacing: 0.1em;
		font-weight: normal;
	}
	.item_subimg img{
		width:100%;
		margin:0;
		padding:0;
		vertical-align:top;
	}
	.color-icon p{
		display: inline-block;
	}
	.square{
		width: 25px;
		height: 25px;
	}
	.swhite{
		background: #FFF;
		border: solid 1px #000;
	}
	.sblack{
		background: #000;
	}
	.sbeige{
		background: #b4ada9;
	}
	.sgray{
		background: #9fa09e;
	}
	.snavy{
		background: #192f60;
	}
	.spink{
		background: #debecc;
	}
	p .btn_shopping {
		position: relative;
		bottom: 2.5em;
		left:0em;
		color:#FFF !important;
		background-color: #666;
		margin:0;
		padding: 0.5em 0 0.5em 0;
		display:inline-block;
		width:40%;
		border:1px solid #666;
		text-align: center;
		font-size: 1.2em;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all  0.3s ease;
		text-decoration: none;
	}
p .btn_shopping:hover {
	color:#FFF;
 	background-color: #666;
	text-decoration: none;
	border:1px solid #666;
}

	/* ========VIEWER======== */
	.viewer {
		margin: 0 auto;
		width: 100% !important;
		max-width: 750px !important;
		position: relative;
		overflow: hidden;
	}
	.viewer ul {
		width: 100% !important;
		max-width: 750px !important;
		overflow: hidden;
		position: relative;
	}
	.viewer ul li {
		top: 0;
		left: 0;
		width: 100% !important;
		max-width: 750px !important;
		position: absolute;
	}
	.viewer ul li img {
		width: 100% !important;
		max-width: 750px !important;
	}
	.viewer ul:after {
		content: ".";
		height: 0;
		clear: both;
		display: block;
		visibility: hidden;
	}
	.viewer ul {
		display: inline-block;
		overflow: hidden;
	}
}


/* =======================================

	YOUTUBE

======================================= */
#block_youtube{
	margin:0 auto 10em auto;
	padding:0 0 0 0;
    width:100%;
    max-width:1200px;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 750px) {
	#block_youtube{
		margin:0 auto 10em auto;
		padding:0 0 0 0;
    	width:90%;
    	max-width:750px;
	}
	.youtube {
	  	position: relative;
  		width: 100%;
  		padding-top: 56.25%;
	}
	.youtube iframe {
	  	position: absolute;
  		top: 0;
  		right: 0;
  		width: 100% !important;
  		height: 100% !important;
	}
}

/* =======================================

	OUR PARTNER

======================================= */
#partner{
	margin:0 auto 5em auto;
	padding:0 0 5em 0;
    width:100%;
    max-width:1200px;
}
#partner h2{
	font-size:2em;
	margin:5em 0 2em 0;
	padding:0 0 0 0;
	color: #000;
	font-weight: bold;
	line-height:1.3em;
	letter-spacing:0.1em;
}
#partner h2 span{
	display:block;
	font-size:0.6em;
	letter-spacing:0.1em;
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-weight: normal;
}
#partner p{
	margin:0 auto 2.5em auto;
	font-size: 1em;
	letter-spacing: 0.1em;
	line-height:2em;
}
[class^="ban-flex-"] {
	margin: 0 auto 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 90%;
}
.ban-flex-2 img { width: 100%; }
.ban-flex-2 a:link {
width: 49%; 
}
.ban-flex-2 img:hover {
	opacity: 0.5 ;
}
#contact{
	margin:5em 0 0em 0;
	font-weight: 400;
	letter-spacing:0.1em;
}
#contact p{
	margin:0 auto 0.5em auto;
	font-size: 1em;
	letter-spacing: 0.1em;
	line-height:2em;
}
p .btn_shopping2 {
	position: relative;
	color:#FFF;
	background-color: #666;
	margin: 2em 0 0 0;
	padding: 0.5em 0 0.5em 0;
	display:inline-block;
	width:20%;
	border:1px solid #666;
	text-align: center;
	font-size: 1.2em;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	text-decoration: none;
}
p .btn_shopping2:hover {
	color:#666;
 	background-color: #FFF;
	text-decoration: none;
	border:1px solid #666;
}




@media screen and (max-width: 750px) {
	#partner{
		margin:0 auto 5em auto;
		padding:0 0 5em 0;
    	width:90%;
    	max-width:750px;
	}
	#partner h2{
		font-size:2em;
		margin:5em 0 2em 0;
		padding:0 0 0 0;
		color: #000;
		font-weight: bold;
		line-height:1.3em;
		letter-spacing:0.1em;
	}
	#partner h2 span{
		display:block;
		font-size:0.6em;
		letter-spacing:0.1em;
		margin:0 0 0 0;
		padding:0 0 0 0;
		font-weight: normal;
	}
	#partner p{
		margin:0 auto 2.5em auto;
		font-size: 1.2em;
		letter-spacing: 0.1em;
		line-height:2em;
	}
	[class^="ban-flex-"] {
		margin: 0 auto 0 auto;
		display: -webkit-flex;
		display: block;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		width: 100%;
	}
	.ban-flex-2 img {
		width: 100%; 
		padding: 0 0 2em 0;
	}
	.ban-flex-2 a:link {
	width: 100%; 
	}
	.ban-flex-2 img:hover {
		opacity: 0.5 ;
	}
	#contact{
		margin:5em 0 3em 0;
		font-weight: 400;
		letter-spacing:0.1em;
	}
	#contact p{
		margin:0 auto 0.5em auto;
		font-size: 1em;
		letter-spacing: 0.1em;
		line-height:2em;
	}
	p .btn_shopping2 {
		position: relative;
		color:#FFF !important;
		background-color: #666;
		margin: 2em 0 0 0;
		padding: 0.5em 0 0.5em 0;
		display:inline-block;
		width:40%;
		border:1px solid #666;
		text-align: center;
		font-size: 1.2em;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all  0.3s ease;
		text-decoration: none;
	}
p .btn_shopping2:hover {
	color:#FFF;
 	background-color: #666;
	text-decoration: none;
	border:1px solid #666;
}


}

/* =======================================

	border

======================================= */
#border{
	margin:0 auto 5em auto;
	padding:0 0 10em 0;
    width:85%;
    max-width:1200px;
    border-bottom:1px solid #CCC;
}
#border h2{
	font-size:2em;
	margin:5em 0 2em 0;
	padding:0 0 0 0;
	color: #000;
	font-weight: bold !important;
	line-height:1.3em;
	letter-spacing:0.1em;
}
#border h2 span{
	display:block;
	font-size:0.6em;
	letter-spacing:0.1em;
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-weight: normal;
}
#border p{
	margin:0 auto 2.5em auto;
	font-size: 1em;
	letter-spacing: 0.1em;
	line-height:2em;
}
.border_main img{
	width:100%;
	max-width:100%;
}
.border_main img:hover {
		opacity: 0.5 ;
	}

ul.border_link {
	display:-webkit-flex;
	display:flex;
	width:100%;
	list-style-type:none;
	margin:0;
	padding:0;
	justify-content:space-between;
}
ul.border_link a {
	display:block;
	text-align:center;;
	text-decoration:none;
}
.border_link img{
	width:95%;
}

@media screen and (max-width: 750px) {
	#border{
		margin:0 auto 5em auto;
		padding:0 0 5em 0;
    	width:90%;
    	max-width:750px;
    	border-bottom:1px solid #CCC;
	}
	#border h2{
		font-size:2em;
		margin:5em 0 2em 0;
		padding:0 0 0 0;
		color: #000;
		font-weight: bold;
		line-height:1.3em;
		letter-spacing:0.1em;
	}
	#border h2 span{
		display:block;
		font-size:0.6em;
		letter-spacing:0.1em;
		margin:0 0 0 0;
		padding:0 0 0 0;
		font-weight: normal;
	}
	#border p{
		margin:0 auto 2.5em auto;
		font-size: 1.2em;
		letter-spacing: 0.1em;
		line-height:2em;
	}
	.bordertxt{
		margin:0 auto 2.5em auto;
		padding:0 0.5em;
		font-size: 1.2em;
		letter-spacing: 0.1em;
		line-height:2em;
		text-align:left !important;
	}
	.border_main img{
	width:100%;
	max-width:100%;
	}
	.border_main2 img{
	width:100%;
	max-width:100%;
	}
	[class^="ban-flex-"] {
		margin: 0 auto 0 auto;
		display: -webkit-flex;
		display: block;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		width: 100%;
	}
ul.spborder_link {
	display:-webkit-flex;
	display:flex;
	width:100%;
	list-style-type:none;
	margin:0;
	padding:0;
	justify-content:space-between;
}
ul.spborder_link a {
	display:block;
	text-align:center;;
	text-decoration:none;
}
.spborder_link img{
	width:95%;
}

	.spborder_link img:hover {
		opacity: 0.5 ;
	}
}



/* =======================================

	DENIM

======================================= */
#denim{
	margin:0 auto 5em auto;
	padding:0 0 10em 0;
    width:85%;
    max-width:1200px;
    border-bottom:1px solid #CCC;
}
#denim h2{
	font-size:2em;
	margin:5em 0 2em 0;
	padding:0 0 0 0;
	color: #000;
	font-weight: bold !important;
	line-height:1.3em;
	letter-spacing:0.1em;
}
#denim h2 span{
	display:block;
	font-size:0.6em;
	letter-spacing:0.1em;
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-weight: normal;
}
#denim p{
	margin:0 auto 2.5em auto;
	font-size: 1em;
	letter-spacing: 0.1em;
	line-height:2em;
}
.denim_main img{
	width:100%;
	max-width:100%;
}
.denim_main img:hover {
		opacity: 0.5 ;
	}

ul.denim_link {
	display:-webkit-flex;
	display:flex;
	width:100%;
	list-style-type:none;
	margin:0;
	padding:0;
	justify-content:space-between;
}
ul.denim_link a {
	display:block;
	text-align:center;;
	text-decoration:none;
}
.denim_link img{
	width:95%;
}

@media screen and (max-width: 750px) {
	#denim{
		margin:0 auto 5em auto;
		padding:0 0 5em 0;
    	width:90%;
    	max-width:750px;
    	border-bottom:1px solid #CCC;
	}
	#denim h2{
		font-size:2em;
		margin:5em 0 2em 0;
		padding:0 0 0 0;
		color: #000;
		font-weight: bold;
		line-height:1.3em;
		letter-spacing:0.1em;
	}
	#denim h2 span{
		display:block;
		font-size:0.6em;
		letter-spacing:0.1em;
		margin:0 0 0 0;
		padding:0 0 0 0;
		font-weight: normal;
	}
	#denim p{
		margin:0 auto 2.5em auto;
		font-size: 1.2em;
		letter-spacing: 0.1em;
		line-height:2em;
	}
	.denimtxt{
		margin:0 auto 2.5em auto;
		padding:0 0.5em;
		font-size: 1.2em;
		letter-spacing: 0.1em;
		line-height:2em;
		text-align:left !important;
	}
	.denim_main img{
	width:100%;
	max-width:100%;
	}
	.denim_main2 img{
	width:100%;
	max-width:100%;
	}
	[class^="ban-flex-"] {
		margin: 0 auto 0 auto;
		display: -webkit-flex;
		display: block;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		width: 100%;
	}
		.spdenim_link img {
		width: 100%;
		padding: 0 0 1em 0;
	}
	.spdenim_link a:link {
		width: 100%; 
	}
	.spdenim_link img:hover {
		opacity: 0.5 ;
	}
}



/* =======================================

	SPECIAL

======================================= */
#special{
	margin:0 auto 5em auto;
	padding:0 0 10em 0;
    width:100%;
    max-width:1200px;
    border-bottom:1px solid #CCC;
}
#special h2{
	font-size:2em;
	margin:5em 0 2em 0;
	padding:0 0 0 0;
	color: #000;
	font-weight: bold !important;
	line-height:1.3em;
	letter-spacing:0.1em;
}
#special h2 span{
	display:block;
	font-size:0.6em;
	letter-spacing:0.1em;
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-weight: normal;
}
#special p{
	margin:0 auto 2.5em auto;
	font-size: 1em;
	letter-spacing: 0.1em;
	line-height:2em;
}
.special_main img{
	width:80%;
	max-width:100%;
}
.special_main img:hover {
		opacity: 0.5 ;
	}

ul.special_link {
	display:-webkit-flex;
	display:flex;
	width:100%;
	list-style-type:none;
	margin:0;
	padding:0;
	justify-content:space-between;
}
ul.special_link a {
	display:block;
	text-align:center;;
	text-decoration:none;
}
.special_link img{
	width:95%;
}

@media screen and (max-width: 750px) {
	#special{
		margin:0 auto 0 auto;
		padding:0 0 0em 0;
    	width:100%;
    	max-width:750px;
    	border-bottom:none;
	}
	#special h2{
		font-size:2em;
		margin:5em 0 2em 0;
		padding:0 0 0 0;
		color: #000;
		font-weight: bold;
		line-height:1.3em;
		letter-spacing:0.1em;
	}
	#special h2 span{
		display:block;
		font-size:0.6em;
		letter-spacing:0.1em;
		margin:0 0 0 0;
		padding:0 0 0 0;
		font-weight: normal;
	}
	#special p{
		margin:0 auto 2.5em auto;
		font-size: 1.2em;
		letter-spacing: 0.1em;
		line-height:2em;
	}
	.specialtxt{
		margin:0 auto 2.5em auto;
		padding:0;
		font-size: 1.2em;
		letter-spacing: 0.1em;
		line-height:2em;
		text-align:left !important;
		width:90%;
	}
	.special_main img{
	width:100%;
	max-width:100%;
	}
	.special_main2 {
	padding: 0 0 7em 0;
	border-bottom:1px solid #CCC;
	width:90%;
	}
	.special_main2 img{
	width:100%;
	max-width:100%;
	}
	[class^="ban-flex-"] {
		margin: 0 auto 0 auto;
		display: -webkit-flex;
		display: block;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		width: 100%;
	}
	.spspecial_link img {
		width: 90%;
		padding: 0 0.5em 1em 0.5em;
	}
	.spspecial_link a:link {
		width: 100%; 
	}
	.spspecial_link img:hover {
		opacity: 0.5 ;
	}

}


/* =======================================

	SPECIAL2

======================================= */
#special2{
	margin:0 auto 5em auto;
	padding:0 0 10em 0;
    width:100%;
    max-width:1250px;
}
#special2 h2{
	font-size:2em;
	margin:5em 0 2em 0;
	padding:0 0 0 0;
	color: #000;
	font-weight: bold !important;
	line-height:1.3em;
	letter-spacing:0.1em;
}
#special2 h2 span{
	display:block;
	font-size:0.6em;
	letter-spacing:0.1em;
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-weight: normal;
}
#special2 p{
	margin:0 auto 2.5em auto;
	font-size: 1em;
	letter-spacing: 0.1em;
	line-height:2em;
}
.special2_main img{
	width:100%;
	max-width:100%;
}
.special2_main img:hover {
		opacity: 0.5 ;
	}

ul.special2_link {
	display:-webkit-flex;
	display:flex;
	width:100%;
	list-style-type:none;
	margin:0;
	padding:0;
	justify-content:space-between;
}
ul.special2_link a {
	display:block;
	text-align:center;;
	text-decoration:none;
}
.special2_link img{
	width:95%;
}

@media screen and (max-width: 750px) {
	#special2{
		margin:0 auto 0 auto;
		padding:0 0 0 0;
    	width:100%;
    	max-width:750px;
    	border-bottom:none;
	}
	#special2 h2{
		font-size:2em;
		margin:5em 0 2em 0;
		padding:0 0 0 0;
		color: #000;
		font-weight: bold;
		line-height:1.3em;
		letter-spacing:0.1em;
	}
	#special2 h2 span{
		display:block;
		font-size:0.6em;
		letter-spacing:0.1em;
		margin:0 0 0 0;
		padding:0 0 0 0;
		font-weight: normal;
	}
	#special2 p{
		margin:0 auto 2.5em auto;
		font-size: 1.2em;
		letter-spacing: 0.1em;
		line-height:2em;
		width:90%;
	}
	.special2txt{
		margin:0 auto 2.5em auto;
		padding:0;
		font-size: 1.2em;
		letter-spacing: 0.1em;
		line-height:2em;
		text-align:left !important;
		width: 90%;
	}
	.special2_main{
	width:100%;
	max-width:100%;
	}
	.special2_main2 {
		padding: 0 0 7em 0;
	border-bottom:1px solid #CCC;
	}
	.special2_main2 img{
	width:100%;
	max-width:100%;
	}
	[class^="ban-flex-"] {
		margin: 0 auto 0 auto;
		display: -webkit-flex;
		display: block;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		width: 100%;
	}
	.spspecial2_link img {
		width: 90%;
		padding: 0 0 1em 0;
	}
	.spspecial2_link a:link {
		width: 100%; 
	}
	.spspecial2_link img:hover {
		opacity: 0.5 ;
	}
}



/* =======================================

	SPECIAL3

======================================= */
#special3{
	margin:0 auto 5em auto;
	padding:0 0 0em 0;
    width:100%;
    max-width:1250px;
}
#special3 h2{
	font-size:2em;
	margin:5em 0 2em 0;
	padding:0 0 0 0;
	color: #000;
	font-weight: bold !important;
	line-height:1.3em;
	letter-spacing:0.1em;
}
#special3 h2 span{
	display:block;
	font-size:0.6em;
	letter-spacing:0.1em;
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-weight: normal;
}
#special3 p{
	margin:0 auto 2.5em auto;
	font-size: 1em;
	letter-spacing: 0.1em;
	line-height:2em;
}
.special3_main img{
	width:100%;
	max-width:100%;
}
.special3_main img:hover {
		opacity: 0.5 ;
	}

ul.special3_link {
	display:-webkit-flex;
	display:flex;
	width:100%;
	list-style-type:none;
	margin:0;
	padding:0;
	justify-content:space-between;
}
ul.special3_link a {
	display:block;
	text-align:center;;
	text-decoration:none;
}
.special3_link img{
	width:95%;
}

@media screen and (max-width: 750px) {
	#special3{
		margin:0 auto 0 auto;
		padding:0 0 0 0;
    	width:100%;
    	max-width:750px;
    	border-bottom:none;
	}
	#special3 h2{
		font-size:2em;
		margin:0em 0 2em 0;
		padding:0 0 0 0;
		color: #000;
		font-weight: bold;
		line-height:1.3em;
		letter-spacing:0.1em;
	}
	#special3 h2 span{
		display:block;
		font-size:0.6em;
		letter-spacing:0.1em;
		margin:0 0 0 0;
		padding:0 0 0 0;
		font-weight: normal;
	}
	#special3 p{
		margin:0 auto 2.5em auto;
		font-size: 1.2em;
		letter-spacing: 0.1em;
		line-height:2em;
		width:90%;
	}
	.special3txt{
		margin:0 auto 2.5em auto;
		padding:0;
		font-size: 1.2em;
		letter-spacing: 0.1em;
		line-height:2em;
		text-align:left !important;
		width: 90%;
	}
	.special3_main{
	width:100%;
	max-width:100%;
	}
	.special3_main2 {
		padding: 0 0 7em 0;
	border-bottom:1px solid #CCC;
	}
	.special3_main2 img{
	width:100%;
	max-width:100%;
	}
	[class^="ban-flex-"] {
		margin: 0 auto 0 auto;
		display: -webkit-flex;
		display: block;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		width: 100%;
	}
	.spspecial3_link img {
		width: 90%;
		padding: 0 0 1em 0;
	}
	.spspecial3_link a:link {
		width: 100%; 
	}
	.spspecial3_link img:hover {
		opacity: 0.5 ;
	}
}




/* =======================================

	HANGER

======================================= */
#hanger{
	margin:0 auto 5em auto;
	padding:0 0 10em 0;
    width:100%;
    max-width:1200px;
    border-bottom:1px solid #CCC;
}
#hanger h2{
	font-size:2em;
	margin:5em 0 2em 0;
	padding:0 0 0 0;
	color: #000;
	font-weight: bold !important;
	line-height:1.3em;
	letter-spacing:0.1em;
}
#hanger h2 span{
	display:block;
	font-size:0.6em;
	letter-spacing:0.1em;
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-weight: normal;
}
#hanger p{
	margin:0 auto 2.5em auto;
	font-size: 1em;
	letter-spacing: 0.1em;
	line-height:2em;
}
[class^="ban-flex-"] {
	margin: 0 auto 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 100%;
}
.ban-flex-3 img {
	width: 100%;
	margin:0 0 1.5em 0;
}
.ban-flex-3 a:link {
	width: 32%;
}
.ban-flex-2 img:hover {
	opacity: 0.5 ;
}

@media screen and (max-width: 750px) {
	#hanger{
		margin:0 auto 5em auto;
		padding:0 0 5em 0;
    	width:90%;
    	max-width:750px;
    	border-top:1px solid #CCC;
    	border-bottom:1px solid #CCC;
	}
	#hanger h2{
		font-size:2em;
		margin:5em 0 2em 0;
		padding:0 0 0 0;
		color: #000;
		font-weight: bold;
		line-height:1.3em;
		letter-spacing:0.1em;
	}
	#hanger h2 span{
		display:block;
		font-size:0.6em;
		letter-spacing:0.1em;
		margin:0 0 0 0;
		padding:0 0 0 0;
		font-weight: normal;
	}
	#hanger p{
		margin:0 auto 2.5em auto;
		font-size: 1.2em;
		letter-spacing: 0.1em;
		line-height:2em;
	}
	[class^="ban-flex-"] {
		margin: 0 auto 0 auto;
		display: -webkit-flex;
		display: block;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		width: 100%;
	}
	.ban-flex-3 img {
		width: 49%;
		padding: 0 0.5em 0 0.5em;
	}
	.ban-flex-3 a:link {
		width: 100%; 
	}
	.ban-flex-3 img:hover {
		opacity: 0.5 ;
	}
}


/* =======================================

	FOOTER

======================================= */
footer{
    width:100%;
    max-width:1200px;
	margin:0 auto 0 auto;
}
.wrap_footer{
	margin:0 auto 10em auto;
	padding:5em 0 0 0;
	border-top:1px #CCC solid;
}
.praivacy{
	margin:0 0 1em 0;
	letter-spacing:0.1em;
	text-align:right;
}
.credit{
	margin: 0 auto;
    width:100%;
    max-width:1200px;
}
.credit p{
	line-height: 2em;
	margin:5em 0 2em 0;
	padding:0 0 10em 0;
	font-weight: normal;
	letter-spacing:0.1em;
	border-bottom: 1px solid #CCC;
}

.wrap_footer ul{
    margin:0 0 1em 0;
    padding:0;
    list-style-type:none;
}
.wrap_footer li{
    margin:0 auto;
    padding:1em 0 0 0;
    font-size: 1em;
}
.igicon img{
	width:25px;
}
#copyright h4{
	margin:2em auto 30px auto;
	padding: 0 0 10px 0;
	width: 50%;
	text-align: center;	
	letter-spacing: 0.1em;
	font-weight: normal;
	font-size: 1em;
	position: relative;
	display: inline-block;
}
#copyright h4:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 3em;/*線の上下位置*/
  display: inline-block;
  width: 20px;/*線の長さ*/
  height: 1px;/*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: #808080;/*線の色*/
  border-radius: 2px;/*線の丸み*/
}



@media screen and (max-width: 750px) {
.wrap_footer{
	margin:0 auto 10em auto;
	padding:0 0 0 0;
    width:100%;
    max-width:750px;
}
.credit{
	margin: 0 auto;
    width:90%;
    max-width:750px;
}
.credit p{
	line-height: 2em;
	margin:5em 0 2em 0;
	padding:0 0 10em 0;
	font-weight: normal;
	letter-spacing:0.1em;
	border-bottom: 1px solid #CCC;
}

.wrap_footer ul{
    margin:0 0 1em 0;
    padding:0;
    list-style-type:none;
}
.wrap_footer li{
    margin:0 auto;
    padding:1em 0 0 0;
    font-size: 1em;
}
.igicon img{
	width:25px;
}
#copyright h4{
	margin:2em auto 30px auto;
	padding: 0 0 10px 0;
	width: 50%;
	text-align: center;	
	letter-spacing: 0.1em;
	font-weight: normal;
	font-size: 1em;
	position: relative;
	display: inline-block;
}
#copyright h4:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 3em;/*線の上下位置*/
  display: inline-block;
  width: 20px;/*線の長さ*/
  height: 1px;/*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: #808080;/*線の色*/
  border-radius: 2px;/*線の丸み*/
}
.praivacy{
	margin:0 0 1em 0;
	letter-spacing:0.1em;
	text-align:right;
	width:95%;
}

}



 /* ===========================================
	スマートフォン系 748 - 
=========================================== */
@media screen and (max-width: 750px) {

body{
	width:750px;
	margin: 0 auto 0 auto;
	padding:0 0 0 0 ;
	font-family: 'Lato' , "Noto Sans JP", sans-serif;
  	text-align:center;
  	font-size:18px;
	display:none;
}

.contents_sp {
	display:block;
}
.contents_pc {
	display:none;		
}

a:link {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #959595;
	text-decoration: underline;
}
a:visited {
	color: #000;
}



/* =======================================

	HEADER

======================================= */
header{ 
	z-index: 9999;
	padding:0 0 0 0;
	margin:0 auto 0 auto;
	text-align:center;
	width:100%;
}
header h1{
	font-size:2em;
	margin:0 0 1.5em 0;
	padding:0 0 0 0;
	color: #000;
	font-weight: bold;
	line-height:1.3em;
	letter-spacing:0.05em;
	position: relative;
}
header span{
	font-size:0.9em;
	display:block;
	letter-spacing:0.1em;
	margin:0;
	padding:0;
}
header p{
	font-size:1.3em;
	letter-spacing:0.1em;
	line-height:1.9em;
	margin:0;
	padding:0;
}
main{
	margin:0 auto;
	width:90%;
}







/* =======================================

	NAVIGATION

======================================= */

.hamburger {
  display: block;
  width: 80px;
  height: 80px;
  position: fixed;
  top: 2em;
  right: 1em;
  z-index: 9999;
  padding: 12px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
.hamburger__icon {
  position: relative;
  margin-top: 7px;
  margin-bottom: 7px;
}
.hamburger__icon, .hamburger__icon:before, .hamburger__icon:after {
  display: block;
  width: 50px;
  height: 2px;
  background-color: #000;
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.hamburger__icon:before, .hamburger__icon:after {
  position: absolute;
  content: "";
}
.hamburger__icon:before {
  top: -0px;
}
.hamburger__icon:after {
  top: 7px;
  margin-top:1em;
}
.hamburger.active .hamburger__icon {
  background-color: transparent;
}
.hamburger.active .hamburger__icon {
  background-color: transparent;
}
.hamburger.active .hamburger__icon:before, .hamburger.active .hamburger__icon:after {
  background-color: #000;
}
.hamburger.active .hamburger__icon:before {
  -moz-transform: translateY(0px) rotate(45deg);
  -ms-transform: translateY(12px) rotate(45deg);
  -webkit-transform: translateY(12px) rotate(45deg);
  transform: translateY(12px) rotate(45deg);
}
.hamburger.active .hamburger__icon:after {
  -moz-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  -webkit-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-12px) rotate(-45deg);
}

.fat-nav {
	top: 0;
	left: 0;
	z-index: 9954;
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	background-image: url(../images/spmenu_bg.jpg);
    overflow-y: auto;
	overflow-x: hidden;
	 -webkit-overflow-scrolling: touch;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
.fat-nav__wrapper {
  width: 100%;
  height: auto;
  display: table;
  table-layout: fixed;
  margin:0 0 0 0;
 }

.fat-nav.active {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.fat-nav__wrapper h2{
	font-size:1.5em;
	padding-top:2em;
	letter-spacing:0em;
	margin:0 0 1em 0;
}
.fat-nav__wrapper span{
	font-size:0.7em;
}
#w_logo{
	display:block;
	position:absolute !important;
	margin:119px 0 0 35px;
	padding:0;
	top:0;
	left:0;
}
#w_logo img{
	width:260px;
}
.fat-nav ul {
  display: table-cell;
  vertical-align:middle;
  padding: 0;
}
.fat-nav li {
	list-style-type: none;
	text-align: center;
	padding: 10px 0 10px 0;
	font-size: 1.7em;
	font-weight:bold;
	letter-spacing: 0.1em;
	line-height:1.7em;
}
.fat-nav li img{
	width:400px;
}
.fat-nav li, .fat-nav li a {
  color: #000;
}
.fat-nav li a {
  text-decoration: none;
}
.igimg {
	
}
.igimg img{
	width:50px !important;
}

#sp_gnav ul{
	margin:0;
	padding: 7em 0 0 3em;
	color: #000;
	font-size: 1.5em;
	text-align:left !important;
}
#sp_gnav li{
	list-style:none;
	font-size: 1em;
	margin: 0.5em 0 0 1em;
	letter-spacing:0.1em;
	font-weight:normal !important;
	text-align:left !important;
}
#sp_gnav li span{
	display: block;	
	font-size: 0.8em;
}
#sp_gnav h3{
	margin: 1em 0 1em 0.4em;
	font-size: 1.1em;
	font-weight:bold;
	text-align:left;
}

.navttl{
	z-index:10000 !important;
	display:block;
	position:absolute !important;
	margin:10px 0 0 0;
	padding:0;
	top:0;
	left:0;
	width:260px;
}
.navttl img{
	width:260px;
	height:30px !important;
}
.gmark img{
	margin:3em 0 0 0;
	width:100px;
}






/* =======================================

	FOOTER

======================================= */
footer{
	width:100%;
	margin:0 auto 0 auto;
}
footer h4{
	margin:2em auto 1em auto;
	font-weight: normal;
	font-size: 1em;
}
footer p{
	margin:0 0 0.7em 0;
}

#notice{
	margin:2.5em 0 0 0;
	padding:6em 0 0 0;
	font-weight: 400;
	letter-spacing:0.1em;
	border-top:1px #CCC solid;
}
#igicon{
	margin: 2em 0 2em 0;
}

#copyright h5{
	margin:0 auto 30px auto;
	padding: 0 0 10px 0;
	width: 50%;
	text-align: center;	
	letter-spacing: 0.1em;
	font-weight: normal;
	font-size: 1em;
	position: relative;
	display: inline-block;
}
h5:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 3em;/*線の上下位置*/
  display: inline-block;
  width: 20px;/*線の長さ*/
  height: 1px;/*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: #808080;/*線の色*/
  border-radius: 2px;/*線の丸み*/
}


.wrap_footer{
	margin:0 auto;
	padding:5em 0 0 0;
    text-align:center;
    width:90%;
}
.wrap_footer img{
	width:35px;
	padding:0 0 0em 0;
}
.wrap_footer ul{
    margin:0;
    padding:0;
    list-style-type:none;
    color:#555;
}
.wrap_footer li{
    margin:0 auto;
    padding:0 0 1.5em 0;
    font-size: 1.2em;
}
.btm200{
    margin:0 0 12em 0;
}

.fat-nav_btm div{
	padding:2em;
	position: absolute;
	font-size:1.5em;	
	bottom:3em;
	letter-spacing: 0.1em;
	bottom:0;
}
.privacy_link {
	display:inline-block;
	margin:0 0 0 3em;
	padding:0 0 12em 2em;
	position: absolute;
	left:0;
	bottom:0;
}
.copyright_btm {
	display:inline-block;
	padding:0 3em 12em 0;
	position: absolute;
	right:0;	
	bottom:0;
}





}


