/*
module.css
*/

body,p,div,li,th,td,dt,dd{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 100;
	}

h1,h2,h3{
	font-weight: 300;
	}

/*.fadeConts{ opacity:0; transition: 1.0s; }
.fadeConts.show { opacity: 1; }*/

.content-area{
	padding:0;
	margin:0 auto;
	}

div.full_width{
	margin:0 auto 40px auto;
	padding:0;
	}

div.full_width02{
	margin:0 auto 40px auto;
	padding:0;
	}

.tex-box strong,
.wrap-product_intro .block strong,
.wrap-product_intro02 .block strong,
.wrap-img_right .tex-box strong,
.wrap-img_rihgt02 .tex-box strong,
.wrap-img_left .tex-box strong,
.wrap-img_left02 .tex-box strong,
.wrap-img_left03 .tex-box strong
.wrap-center .tex-box strong,
.wrap-center02 .tex-box strong{
	font-size: 30px;
	line-height:60px;
	font-weight: 100;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: normal;
	}
.wrap-center .tex-box strong span
.wrap-center02 .tex-box strong span{
	font-size: 18px;
	}

.tex-box{
	position: relative;
	z-index: 10;
	}

/*トップページ*/

video.top-movie{
	/*margin-top:90px;*/
	}

ul.top-panel{
	letter-spacing: -0.4em;
	margin:0 auto; padding:0;
	max-width:1920px;
	}
ul.top-panel li{
	letter-spacing: normal;
	width:50%;
	display:inline-block;
	vertical-align: top;
	list-style: none;
	}
ul.top-panel li:nth-child(n+3){
	display: none;
	}
ul.top-panel li a{
	margin:0; padding:0;
	}

ul.top-panel > li img,
ul.top-panel2 > li img{
	width:100%;
	}
ul.top-panel > li > a{
	position: relative;
	display: block;
	}
ul.top-panel > li > a > p{
	position: absolute;
	top:calc(50% - 40px); bottom:0;
	left:0;	right:0;
	margin:auto;
	text-align: center;
	color:#fff;
	text-shadow:2px 2px 6px #666;
	}
ul.top-panel > li > a > p strong,
ul.top-panel2 > li > a > p strong{
	display: block;
	font-family: 'Timmana', sans-serif;
	font-size:22px;
	font-weight: bold;
	color:#fff;
	margin-bottom:10px;
	}
ul.top-panel > li > a > p ruby{
	display: block;
	font-size:11px;
	}
ul.top-panel > li > a > p i{
	display: block;
	margin-top:15px;
	font-size:13px;
	}





ul.top-panel > li > div.linkbox{
	display: block;
	position: relative;
	-webkit-transition:.3s ease-in-out;
	transition:.3s ease-in-out;
}
ul.top-panel > li > div.linkbox:hover{
	opacity:0.7;
}
ul.top-panel > li > div.linkbox > p{
	display:block;
	width:100%;
	height:100%;
	margin:auto;
	position: absolute;
	top:0;
	left:0;
	z-index:3;
	text-align: center;
	color:#fff;
	text-shadow:none;
}
ul.top-panel > li > div.linkbox > p strong,
ul.top-panel2 > li > div.linkbox > p strong{
	display: block;
	font-family: 'Timmana', sans-serif;
	font-size:22px;
	font-weight: bold;
	color:#fff;
	margin-bottom:10px;
}
ul.top-panel > li > div.linkbox > p > a.underlink{
	display: block;
	width:100%;
	height:100%;
	margin:0 0;
	padding:0 0;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
ul.top-panel > li > div.linkbox > p span.linkname{
	display: block;
	width:320px;
	height:24px;
	margin:10px 0 0 -160px;
	padding:0 0;
	position:absolute;
	top:59%;
	left:50%;
	z-index:2;
	font-size:14px;
	line-height:24px;
	text-align:center;
	text-shadow:1px 1px 5px #333333;
}
ul.top-panel > li > div.linkbox > p i{
	display: block;
	margin-top:15px;
	font-size:13px;
	z-index:2;
}
ul.top-panel > li > div.linkbox > p > span.linka{
	display:block;
	width:150px;
	height:36px;
	margin:0 0;
	position:absolute;
	top:calc(63% + 40px);
	left:calc(50% + 10px);
	z-index:2;
	text-align:center;
	border:solid 1px #ffffff;
	box-shadow:0 0 2px 2px rgba(100,100,100,0.2);
	-moz-box-shadow:0 0 2px 2px rgba(100,100,100,0.2);
	-webkit-box-shadow:0 0 2px 2px rgba(100,100,100,0.2);
	-webkit-transition:.3s ease-in-out;
	transition:.3s ease-in-out;
}
ul.top-panel > li > div.linkbox > p > span.linka:hover{
	background-color:#ffffff;
}
ul.top-panel > li > div.linkbox > p > span.linkp{
	display:block;
	width:150px;
	height:36px;
	margin:0 0;
	position:absolute;
	top:calc(63% + 40px);
	left:calc(50% - 160px);
	z-index:2;
	text-align:center;
	border:solid 1px #ffffff;
	box-shadow:0 0 2px 2px rgba(100,100,100,0.2);
	-moz-box-shadow:0 0 2px 2px rgba(100,100,100,0.2);
	-webkit-box-shadow:0 0 2px 2px rgba(100,100,100,0.2);
	-webkit-transition:.3s ease-in-out;
	transition:.3s ease-in-out;
}
ul.top-panel > li > div.linkbox > p > span.linkp:hover{
	background-color:#ffffff;
}
ul.top-panel > li > div.linkbox > p span.linkname.mdp{
	top:53%;
}
ul.top-panel > li > div.linkbox > p > span.linka.mdp{
	top:calc(57% + 40px);
}
ul.top-panel > li > div.linkbox > p > span.linkp.mdp{
	top:calc(57% + 40px);
}
ul.top-panel > li > div.linkbox > p span.linkname.mdp2{
	width:130px;
	margin:-14px 0 0 -55px;
	top:44%;
}
ul.top-panel > li > div.linkbox > p > span.linka.mdp2{
	top:calc(48% + 40px);
}
ul.top-panel > li > div.linkbox > p > span.linkp.mdp2{
	top:calc(48% + 40px);
}

ul.top-panel > li > div.linkbox > p > span > a{
	display:block;
	width:100%;
	height:36px;
	margin:0 0;
	font-size:16px;
	line-height:36px;
	text-align:center;
	text-shadow:1px 1px 5px #333333;
	color:#ffffff;
	text-decoration:none;
}

ul.top-panel > li > div.linkbox > p > span.linka:hover a{
	color:#000000;
}
ul.top-panel > li > div.linkbox > p > span.linkp:hover a{
	color:#000000;
}





ul.top-panel2{
	letter-spacing: -0.4em;
	margin:0; padding:0;
	}
ul.top-panel2 > li{
	letter-spacing: normal;
	width:50%;
	display:inline-block;
	vertical-align: top;
	list-style: none;
	position: relative;
	}
ul.top-panel2 > li img{

	}

ul.top-panel2 > li p{
	position: absolute;
	top: calc(50% - 45px);
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	color:#fff;
	}

ul.top-panel2 > li p ruby{
	display: block;
	font-size:11px;
	}
ul.top-panel2 > li:nth-child(1) > a > p strong,
ul.top-panel2 > li:nth-child(1) p,
ul.top-panel2 > li:nth-child(1) p ruby{
	color:#000;
	}


ul.top-panel2 > li a{
	display: block;
	}


ul.top-panel > li:nth-child(2){
	overflow: hidden;
	}
ul.top-panel > li:nth-child(2) img.vis_product{
	width: calc(101% - 2.5px);
	max-width: 101%;
	}


ul.top-panel li a:hover img,
ul.top-panel li a:hover video{
	opacity:0.7;
	}


.top-panel .Btn_top {
	position: absolute;
  top: 65%;
  left: 30%;
}
.top-panel div.btn-productlinkBtn {
	display: inline-block;
	border: 1px solid #fff;
	min-width: 120px;
	border: 1px solid #fff;
	color: #fff;
	position: relative;
	text-align: center;
}
.top-panel div.btn-productlinkBtn02 {
	display: inline-block;
	border: 1px solid #fff;
	min-width: 120px;
	border: 1px solid #fff;
	color: #fff;
	position: relative;
	margin-left: 115%;
	text-align: center;
}
.top-panel div.btn-productlinkBtn:hover, .top-panel div.btn-productlinkBtn02:hover{
	background:#000;
	color:#fff;
}


















ul.top-panel_pattern2{
	letter-spacing: -0.4em;
	margin:0 auto; padding:0;
	max-width:1920px;
}
ul.top-panel_pattern2 li{
	letter-spacing: normal;
	width:50%;
	display:inline-block;
	vertical-align: top;
	list-style: none;
}
@media (max-width: 768px){
	ul.top-panel_pattern2 li{
		width:100% !important;
	}
}
ul.top-panel_pattern2 li:nth-child(1){ width:50%; }
ul.top-panel_pattern2 li:nth-child(2){ width:50%; }
ul.top-panel_pattern2 li:nth-child(3){ width:40%; }
ul.top-panel_pattern2 li:nth-child(4){ width:40%; }
ul.top-panel_pattern2 li:nth-child(5){ width:20%; }
ul.top-panel_pattern2 li a{
	margin:0; padding:0;
}

ul.top-panel_pattern2 > li img,ul.top-panel2 > li img{
	width:100%;
}
ul.top-panel_pattern2 > li > a{
	position: relative;
	display: block;
}
ul.top-panel_pattern2 > li > a > p{
	position: absolute;
	top:calc(50% - 40px); bottom:0;
	left:0;	right:0;
	margin:auto;
	text-align: center;
	color:#fff;
	text-shadow:2px 2px 6px #666;
}
ul.top-panel_pattern2 > li > a > p strong,ul.top-panel2 > li > a > p strong{
	display: block;
	font-family: 'Timmana', sans-serif;
	font-size:22px;
	font-weight: bold;
	color:#fff;
	margin-bottom:10px;
}
ul.top-panel_pattern2 > li > a > p ruby{
	display: block;
	font-size:11px;
}
ul.top-panel_pattern2 > li > a > p i{
	display: block;
	margin-top:15px;
	font-size:13px;
}

ul.top-panel_pattern2 > li > div.linkbox{
	display: block;
	position: relative;
	-webkit-transition:.3s ease-in-out;
	transition:.3s ease-in-out;
}
ul.top-panel_pattern2 > li > div.linkbox:hover{
	opacity:0.7;
}
ul.top-panel_pattern2 > li > div.linkbox > p{
	display:block;
	width:100%;
	height:100%;
	margin:auto;
	position: absolute;
	top:0;
	left:0;
	z-index:3;
	text-align: center;
	color:#fff;
	text-shadow:none;
}
ul.top-panel_pattern2 > li > div.linkbox > p strong,
ul.top-panel2 > li > div.linkbox > p strong{
	display: block;
	font-family: 'Timmana', sans-serif;
	font-size:22px;
	font-weight: bold;
	color:#fff;
	margin-bottom:10px;
}
ul.top-panel_pattern2 > li > div.linkbox > p > a.underlink{
	display: block;
	width:100%;
	height:100%;
	margin:0 0;
	padding:0 0;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
ul.top-panel_pattern2 > li > div.linkbox > p span.linkname{
	display: block;
	width:320px;
	height:24px;
	margin:10px 0 0 -160px;
	padding:0 0;
	position:absolute;
	top:59%;
	left:50%;
	z-index:2;
	font-size:14px;
	line-height:24px;
	text-align:center;
	text-shadow:1px 1px 5px #333333;
}
ul.top-panel_pattern2 > li > div.linkbox > p i{
	display: block;
	margin-top:15px;
	font-size:13px;
	z-index:2;
}
ul.top-panel_pattern2 > li > div.linkbox > p > span.linka{
	display:block;
	width:150px;
	height:36px;
	margin:0 0;
	position:absolute;
	top:calc(63% + 40px);
	left:calc(50% + 10px);
	z-index:2;
	text-align:center;
	border:solid 1px #ffffff;
	box-shadow:0 0 2px 2px rgba(100,100,100,0.2);
	-moz-box-shadow:0 0 2px 2px rgba(100,100,100,0.2);
	-webkit-box-shadow:0 0 2px 2px rgba(100,100,100,0.2);
	-webkit-transition:.3s ease-in-out;
	transition:.3s ease-in-out;
}
ul.top-panel_pattern2 > li > div.linkbox > p > span.linka:hover{
	background-color:#ffffff;
}
ul.top-panel_pattern2 > li > div.linkbox > p > span.linkp{
	display:block;
	width:150px;
	height:36px;
	margin:0 0;
	position:absolute;
	top:calc(63% + 40px);
	left:calc(50% - 160px);
	z-index:2;
	text-align:center;
	border:solid 1px #ffffff;
	box-shadow:0 0 2px 2px rgba(100,100,100,0.2);
	-moz-box-shadow:0 0 2px 2px rgba(100,100,100,0.2);
	-webkit-box-shadow:0 0 2px 2px rgba(100,100,100,0.2);
	-webkit-transition:.3s ease-in-out;
	transition:.3s ease-in-out;
}
ul.top-panel_pattern2 > li > div.linkbox > p > span.linkp:hover{
	background-color:#ffffff;
}
ul.top-panel_pattern2 > li > div.linkbox > p > span.linkn{
	display:block;
	width:150px;
	height:36px;
	margin:0 0;
	position:absolute;
	top:calc(63% + 40px);
	left:calc(50% - 75px);
	z-index:2;
	text-align:center;
	border:solid 1px #ffffff;
	box-shadow:0 0 2px 2px rgba(100,100,100,0.2);
	-moz-box-shadow:0 0 2px 2px rgba(100,100,100,0.2);
	-webkit-box-shadow:0 0 2px 2px rgba(100,100,100,0.2);
	-webkit-transition:.3s ease-in-out;
	transition:.3s ease-in-out;
}
ul.top-panel_pattern2 > li > div.linkbox > p > span.linkn:hover{
	background-color:#ffffff;
}
ul.top-panel_pattern2 > li > div.linkbox > p span.linkname.mdp{
	top:53%;
}
ul.top-panel_pattern2 > li > div.linkbox > p > span.linka.mdp{
	top:calc(57% + 40px);
}
ul.top-panel_pattern2 > li > div.linkbox > p > span.linkp.mdp{
	top:calc(57% + 40px);
}
ul.top-panel_pattern2 > li > div.linkbox > p span.linkname.mdp2{
	width:130px;
	margin:-14px 0 0 -55px;
	top:44%;
}
ul.top-panel_pattern2 > li > div.linkbox > p > span.linka.mdp2{
	top:calc(48% + 40px);
}
ul.top-panel_pattern2 > li > div.linkbox > p > span.linkp.mdp2{
	top:calc(48% + 40px);
}

ul.top-panel_pattern2 > li > div.linkbox > p > span > a{
	display:block;
	width:100%;
	height:36px;
	margin:0 0;
	font-size:16px;
	line-height:36px;
	text-align:center;
	text-shadow:1px 1px 5px #333333;
	color:#ffffff;
	text-decoration:none;
}

ul.top-panel_pattern2 > li > div.linkbox > p > span.linka:hover a{
	color:#000000;
}
ul.top-panel_pattern2 > li > div.linkbox > p > span.linkp:hover a{
	color:#000000;
}

ul.top-panel_pattern2 ul.top-panel2{
	letter-spacing: -0.4em;
	margin:0; padding:0;
}
ul.top-panel_pattern2 ul.top-panel2 > li{
	letter-spacing: normal;
	width:100%;
	margin:0 0;
	padding:0 0 75.89%;
	display:inline-block;
	vertical-align: top;
	list-style: none;
	position: relative;
}
ul.top-panel_pattern2 ul.top-panel2 > li div.imgbg{
	width:100%;
	height:100%;
	margin:0 0;
	padding:0 0;
	position:absolute;
	top:0;
	left:0;
	z-index:0;
	background-size:cover;
	background-position:0 0;
}
ul.top-panel_pattern2 ul.top-panel2 > li a:hover div.imgbg{
	opacity: 0.7;
}

ul.top-panel_pattern2 ul.top-panel2 > li p{
	position: absolute;
	top: calc(50% - 45px);
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	color:#fff;
}

ul.top-panel_pattern2 ul.top-panel2 > li p ruby{
	display: block;
	font-size:11px;
}
ul.top-panel_pattern2 ul.top-panel2 > li:nth-child(1) > a > p strong,
ul.top-panel_pattern2 ul.top-panel2 > li:nth-child(1) p,
ul.top-panel_pattern2 ul.top-panel2 > li:nth-child(1) p ruby{
	color:#000;
}
ul.top-panel_pattern2 ul.top-panel2 > li a{
	display: block;
}




ul.top-panel_pattern2 li a:hover img,ul.top-panel_pattern2 li a:hover video{
	opacity:0.7;
}

.top-panel_pattern2 .Btn_top {
	position: absolute;
	top: 65%;
	left: 30%;
}
.top-panel_pattern2 div.btn-productlinkBtn {
	display: inline-block;
	border: 1px solid #fff;
	min-width: 120px;
	border: 1px solid #fff;
	color: #fff;
	position: relative;
	text-align: center;
}
.top-panel_pattern2 div.btn-productlinkBtn02 {
	display: inline-block;
	border: 1px solid #fff;
	min-width: 120px;
	border: 1px solid #fff;
	color: #fff;
	position: relative;
	margin-left: 115%;
	text-align: center;
}
.top-panel_pattern2 div.btn-productlinkBtn:hover, .top-panel_pattern2 div.btn-productlinkBtn02:hover{
	background:#000;
	color:#fff;
}



/*
----------------------------------------------------------------
*/
div.full_width{
	margin:0 auto;
	/*max-width: 1280px;*/
	}
div.full_width p{
	margin:0;
	}
div.full_width p.img-center{
	text-align: center;
	vertical-align: top;
	}
div.full_width p.img-center img{
	width: 100%;
	}
div.full_width02{
	margin:0 auto;
	max-width: 100%;
	height: 400px;
	overflow: hidden;
	}
div.full_width02 p{
	margin:0;
	}
div.full_width02 p.img-center{
	text-align: center;
	vertical-align: top;
	}
div.full_width02 p.img-center img{
	width: 100%;
	}

span.text_caution{
	display: block;
	font-size:10px;
	line-height:18px;
	margin:10px auto;
	}
img.sub_icon{
	display: block;
	margin:10px;
	height:70px;
	}



.wrap-productcut{
	letter-spacing:-0.4em;
	max-width:640px;
	margin:20px auto;
	text-align: center;
	}

div.wrap-movie2{
	width:calc(100% - 20px);
	max-width:750px;
	margin:20px auto;
	}

/*
----------------------------------------------------------------
*/



ul.layout-leftimg,
ul.layout-rightimg{
	letter-spacing: -0.4em;
	margin:20px auto; padding:0;
	max-width:1200px;
	}
ul.layout-rightimg02{
	letter-spacing: -0.4em;
	margin:20px auto; padding:0;
	max-width:100%;
	}
ul.layout-leftimg li,
ul.layout-leftimg02 li,
ul.layout-rightimg li,
ul.layout-rightimg02 li{
	letter-spacing: normal;
	width:calc((100% - 40px) / 2);
	text-align: left;
	display: inline-block;
	margin:0 auto; padding:0;
	margin-right:20px;
	vertical-align: top;
	position: relative;
	}
ul.layout-leftimg li:last-child,
ul.layout-leftimg02 li:last-child,
ul.layout-rightimg li:last-child,
ul.layout-rightimg02 li:last-child{
	margin-right:0;
	}
ul.layout-rightimg02 li{
	width:calc((100% - 20px) / 2);
}
ul.layout-leftimg02 li {
	margin-right: 0;
}


.wrap-table{
	margin:20px auto;
	padding:0;
	max-width: 900px;
	}

.wrap-table table{
	/*border: 1px solid #000;*/
	border-collapse: collapse;
	}
.wrap-table th,
.wrap-table tr,
.wrap-table td{
	border: 1px solid #000;
	padding:10px;
	}

.wrap-table tr.row-caution,
.wrap-table tr.row-caution th{
	border-bottom:none;
	border-left: none;
	border-right: none;
	}

.wrap-youtube{
	background: #000;
	width:100%;
	margin:20px auto;
	padding-bottom: 56.25%;  /*高さをpaddingで指定(16:9)*/
	height:0px;              /*高さはpaddingで指定するためheightは0に*/
	position: relative;
	}
.wrap-youtube img{
	width:100%;
	}
.wrap-middle,
.wrap-center,
.wrap-center02,
.wrap-list-style{
	max-width:900px;
	padding-top:100px;
	margin:-100px auto 0 auto;
	}
#about .wrap-center,
#artists .wrap-center,
#shoplist .wrap-center,
#about .wrap-center02,
#artists .wrap-center02,
#shoplist .wrap-center02{
	max-width:1080px;
	}


.wrap-middle h2,
.wrap-center h2,
.wrap-center02 h2,
.wrap-3col_url_button h2,
.wrap-list-style h2,
.wrap-artistvoice h2,
.wrap-table h2{
	margin:20px auto;
	letter-spacing: normal;
	background:#E9E9E9;
	font-size: 20px;
	font-weight:bold;
	padding:15px 20px;
	text-align: left;
	}



h2.pagetitle{
	margin: 0 auto 40px auto;
	border-left: 2px solid #028D9F;
	padding: 0 0 2px 20px;
	background: none;
	font-size: 24px;
	font-weight: normal;
	}
.wrap-youtube iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}

.wrap-product_intro, .wrap-product_intro02{
	padding:40px 0;
	background: #eee;
	}

.wrap-product_intro02 .block{
	width:1080px;
	margin:0 auto;
	padding:0;
	position: relative;
}
.wrap-product_intro .block{
		width:900px;
		margin:0 auto;
		padding:0;
		position: relative;
	}
.wrap-product_intro02 .block img {
	width: 55%;
	margin-left: 55%;
	}
.wrap-product_intro .block h2, .wrap-product_intro02 .block h2{
	font-family: 'Timmana', sans-serif;
	font-size:67px;
	line-height:67px;
	font-weight: normal;
	margin: 0; padding: 0;
	}
.wrap-product_intro .block strong, .wrap-product_intro02 .block strong{
	margin-bottom:40px;
	}
.wrap-product_intro .block p{
	margin:40px auto;
	}
	.wrap-product_intro02 .block p {
		width: 52%;
		margin-top: -50%;
	}
	.wrap-product_intro .block p, .wrap-product_intro02 .block p{
	/*width: 45%;*/
		}
.wrap-product_intro span, .wrap-product_intro02 span{
	font-size:12px;
	}
.wrap-product_intro .img-center span.tex-caution, .wrap-product_intro02 .img-center span.tex-caution{
	width:calc(100% - 20px);
	margin:10px auto;
	max-width:750px;
	text-align: left;
	display: block;
	}

.wrap-center{
	letter-spacing: -0.4em;
	margin:40px auto;
	padding:140px 0 0 0;
	margin:-100px auto 0 auto;
	max-width:1200px;
	}

.wrap-center02{
		letter-spacing: -0.4em;
		margin:40px auto;
		padding:140px 0 0 0;
		margin:-100px auto 0 auto;
		max-width:100%;
	}

.wrap-center p, .wrap-center02 p{
	letter-spacing: normal;
	margin:20px 0;
	}
.wrap-center02 p{
	text-align: left;
}
.wrap-list-style p.title-sub,
.wrap-center p.title-sub, .wrap-center02 p.title-sub{
	font-size: 20px;
	font-weight:bold;
	margin-bottom:40px;
	}

.wrap-product_intro .img-center,
.wrap-center .img-center,
.wrap-center02 .img-center{
	text-align: center;
	margin:20px auto;
	}
.wrap-center .tex-box,
.wrap-center02 .tex-box{
	width: calc((100% - 0px) / 1.5);
	margin-right:auto;
	margin-left:auto;
	}

.wrap-center .img-center,
.wrap-center02 .img-center{
	width: calc((100% - 40px) / 2);
	}

.wrap-center img.sub_icon,
.wrap-center02 img.sub_icon{
	display: inline-block!important;
	}

center a:hover {
		opacity: 0.7;
	}


.wrap-column2{
	letter-spacing: -0.4em;
	margin:40px auto;
	padding:140px 0 0 0;
	margin:-100px auto 0 auto;
	max-width:1200px;
	}

.wrap-column2 ul.mod-column2{
	letter-spacing:-0.4em;
	}
.wrap-column2 ul.mod-column2 li{
	letter-spacing:normal;
	width:calc((100% - 40px) / 2);
	display: inline-block;
	vertical-align: top;
	margin-right:40px;
	}
.wrap-column2 ul.mod-column2 li:nth-child(2n){
	margin-right:0;
	}

.wrap-column2 ul.mod-column2 li img{
	max-width:50%;
	display: block;
	margin:20px auto;
	}
.wrap-column2 ul.mod-column2 li p{
	font-size:13px;
	}

a.btn-productslink{
	display: block;
	margin:20px auto 0 0;
	padding:10px 20px;
	width:200px;
	background-color:#b01f32;
	text-decoration: none;
	text-align: center;
	color:#ffffff;
	font-size: 13px;
	border:2px solid #b01f32;
	letter-spacing: normal;
}
.block a.btn-productslink:hover{
	background:#ffffff;
	color:#b01f32;
}

.wrap-product_intro .block a.btn-productslink{
	display: inline-block;
	margin:0;
	padding:10px 20px;
	background-color:#b01f32;
	border:solid 1px #b01f32;
	text-decoration: none;
	text-align: center;
	position: absolute;
	right:0; top:-10px;
	color:#ffffff;
	font-size: 13px;
}
.wrap-product_intro .block a.btn-productslink:hover{
	background:#ffffff;
	color:#b01f32;
}
.wrap-product_intro ul.product-photolist{
	letter-spacing: -0.4em;
	}
.wrap-product_intro ul.product-photolist li{
	letter-spacing: normal;
	width:80px;
	height:80px;
	background:#ccc;
	display: inline-block;
	margin-right:5px;
	}
.wrap-product_intro ul.product-photolist li:last-child{
	margin-right:0;
	}

.wrap-img_left{
	padding: 0;
	margin: 80px auto;
	width:calc(100% - 80px);
	position: relative;
	}
.wrap-img_left02{
	padding: 0;
	width:100%;
	position: relative;
	}
.wrap-img_left .tex-box{
	top:0; bottom:0;
	left:0; right:0;
	margin:30px 0 0 auto;
	width:100%;
	}
.wrap-img_left02 .tex-box {
	top:0; bottom:0;
	left:0; right:0;
	margin:30px 0 0 30px;
	width:100%;
}

.wrap-img_left .tex-box p, .wrap-img_left02 .tex-box p{
	/*
	background: #fff;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#bfffffff,EndColorStr=#bfffffff);
	background-color: rgba(255, 255, 255, 0.75);
	*/
	padding:20px;
	margin-left:-20px;
	}
.wrap-img_right{
	padding: 0;
	margin: 80px auto;
	width:calc(100% - 80px);
	position: relative;
	}
.wrap-img_right02{
	padding: 0;
  margin: 80px auto;
	margin-left: 40px;
	width: 100%;
	position: relative;
	}
.wrap-img_right .tex-box{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: auto;
	margin: 30px 0 0 auto;
	width: 100%;
	}



.wrap-img_right .tex-box p{
	/*
	background: #fff;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#bfffffff,EndColorStr=#bfffffff);
	background-color: rgba(255, 255, 255, 0.75);
	*/
	padding:20px;
	margin-left:-20px;
	}

.wrap-img_left2{
	padding: 0;
	margin: 80px auto;
	}
.wrap-img_left2 ul.layout-rightimg li:nth-child(1){
	width:40%;
	margin:0;
	position: relative;
	}
.wrap-img_left2 ul.layout-rightimg li:nth-child(2){
	width:60%;
	}
.wrap-img_left2 .tex-box{
	width: 150%;
	padding: 0;
	top: 20px;
	right: 20%;
	position: relative;
	}
.wrap-center02 .tex-box02{
		width: calc((100% - 0px) / 1.5);
		margin-right:auto;
		margin-left:auto;
		text-align: center;
		font-size: 30px;
	line-height: 60px;
	font-weight: 100;
	letter-spacing: normal;
		}

	.wrap-img_rihgt02{
		padding: 0;
	    margin: 80px auto;
		}
	.wrap-img_rihgt02 ul.layout-rightimg li:nth-child(1){
		width:40%;
		margin:0;
		position: relative;
		}
	.wrap-img_rihgt02 ul.layout-rightimg li:nth-child(2){
		width:60%;
		}
	.wrap-img_rihgt02 .tex-box{
		width:180%;
		padding:0;
		top:20px;
		left:0;
		position: relative;
		}


.wrap-img_left3{
	padding: 0;
	margin: 80px auto;
	}
.wrap-img_left3 ul.layout-leftimg li:nth-child(1){
	width:70%;
	}
.wrap-img_left3 ul.layout-leftimg li:nth-child(2){
	width:70%;
	margin:0;
	position: relative;
	}
.wrap-img_left3 ul.layout-leftimg02 li:nth-child(1){
	width:70%;
	}
.wrap-img_left3 ul.layout-leftimg02 li:nth-child(2){
	width:70%;
	margin:0;
	position: relative;
	}
.wrap-img_left3 .tex-box{
	width: 150%;
	padding: 0 40px 40px 40px;
	top: 0px;
	left: 0;
	position: relative;
	margin-bottom: -100px;
	}
.wrap-img_left3 .tex-box strong{
	display: block;
	margin-bottom:0;
	}
.wrap-img_left3 .tex-box p{
	width:70%;
	padding:0 60px 60px 5px;
	}

	.wrap-img_left03{
		padding: 0;
	    margin: 80px auto;
		}
	.wrap-img_left03 ul.layout-leftimg li:nth-child(1){
		width:70%;
		}
	.wrap-img_left03 ul.layout-leftimg li:nth-child(2){
		width:70%;
		margin:0;
		position: relative;
		}
	.wrap-img_left03 ul.layout-leftimg02 li:nth-child(1){
		width:70%;
		}
	.wrap-img_left03 ul.layout-leftimg02 li:nth-child(2){
		width:70%;
		margin:0;
		position: relative;
		}
	.wrap-img_left03 .tex-box{
		width: 150%;
	    padding: 0 40px 40px 40px;
	    top: 0px;
	    left: 0;
	    position: relative;
	    margin-bottom: -100px;
		}
	.wrap-img_left03 .tex-box strong{
		display: block;
		margin-bottom:0;
		}
	.wrap-img_left03 .tex-box p{
		width:70%;
		padding:0 60px 60px 5px;
		}
.wrap-img_rihgt2{
	padding: 0;
	margin: 80px auto;
	}
.wrap-img_rihgt2 ul.layout-rightimg li:nth-child(1){
	width:40%;
	margin:0;
	position: relative;
	}
.wrap-img_rihgt2 ul.layout-rightimg li:nth-child(2){
	width:60%;
	}
.wrap-img_rihgt2 .tex-box{
	width:180%;
	padding:0;
	top:20px;
	left:0;
	position: relative;
	}

/*------------------------------------------------------------------------------------------*/


.wrap-img_right .tex-box strong,
.wrap-img_right02 .tex-box strong,
.wrap-img_left .tex-box strong,
.wrap-img_left02 .tex-box strong{
	display: block;
	margin-bottom: 20px;
	margin-left: 0;
	}
.wrap-img_rihgt02 .tex-box p,
.wrap-img_left02 .tex-box p{
	width:100%;
	padding:30px 60px 30px 40px;
	/*
	background:#fff;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#bfffffff,EndColorStr=#bfffffff);
	background-color: rgba(255, 255, 255, 0.75);
	*/
	}


table.speclist,
table.speclist th,
table.speclist td{
	border-collapse: collapse;
	}
table.speclist th,
table.speclist td{
	border:1px solid #333;
	font-size: 13px;
	line-height:24px;
	}
table.speclist{
	margin:40px auto;
	width:640px;
	}

table.speclist th,
table.speclist td{
	padding:5px 10px;
	background:#fff;
	}

table.speclist th{
	background: #eee;
	}
table.speclist td:nth-child(2n+1){
	width:200px;
	}
table.speclist td:nth-child(2n){
	width:440px;
	}

table.speclist tr.row-caution th,
table.speclist tr.row-caution td{
	border-right:none;
	border-left:none;
	border-bottom:none;
	background: none;
	text-align: left;
	}





.wrap-speclist3 p{
	width:calc(640px - 0px);
	padding:20px;
	border:1px solid #000;
	margin:40px auto;
	font-size:12px;
	line-height:16px;
	}


.wrap-caution{
	margin:10px auto;
	padding:0;
	max-width: 640px;
	}
.wrap-caution p.text_caution{
	display: block;
	font-size:10px;
	text-align: right;
	}



.wrap-linkbutton{
	padding:40px 0;
	text-align: center;
	}
.wrap-linkbutton h2{
	max-width:900px;
	text-align: left;
	margin: 0 auto 40px auto;
	border-left: 2px solid #028D9F;
	padding: 0 0 2px 20px;
	}

.wrap-linkbutton a.btn-productslink{
	display: inline-block;
	margin:0 20px 0 0;
	}

.wrap-linkbutton a.btn-newslink{
	display: inline-block;
	margin:0 20px 0 0;
	padding:20px;
	border:1px solid #b01f32;
	min-width:200px;
	background:#b01f32;
	border:2px solid #b01f32;
	color:#fff;
	}
.wrap-linkbutton a.btn-newslink:hover{
	background:#fff;
	border:2px solid #b01f32;
	color:#b01f32;
	}
.wrap-linkbutton a.btn-productslink:last-child,
.wrap-linkbutton a.btn-newslink:last-child{
	margin:0;
	}


.wrap-3col_url_button{
	padding: 40px 0;
	text-align: center;
	max-width:900px;
	margin: 0 auto;
	letter-spacing: -0.4em;
	}

.wrap-3col_url_button a.btn-newslink{
	display: inline-block;
	letter-spacing: normal;
	margin:0 40px 20px 0;
	padding:20px;
	border:1px solid #b01f32;
	width:calc((100% - 80px)/3);
	background:#b01f32;
	color:#ffffff;
	font-weight: 600;
	}
.wrap-3col_url_button a.btn-newslink:last-child{
	margin:0 0 20px 0;
	}

.wrap-3col_url_button a.btn-newslink:hover{
	background:#ffffff;
	color:#b01f32;
	}


.wrap-list-style{

	}

.wrap-list-style dl{
	letter-spacing: -0.4em;
	}
.wrap-list-style dl dt,
.wrap-list-style dl dd{
	display: inline-block;
	letter-spacing: normal;
	margin-bottom:20px;
	vertical-align: top;
	}

.wrap-list-style dl dt{
	width:150px;
	margin-right:40px;
	text-align: center;
	}
.wrap-list-style dl dt img{
	width: auto;
	max-width:100%;
	max-height:75px;
	}
.wrap-list-style dl dd{
	width:calc(100% - 190px);
	}

.wrap-download{
	padding: 0;
	text-align: left;
	width:calc(100% - 20px);
	max-width:900px;
	margin: 80px auto 0 auto;
	letter-spacing: -0.4em;
	}
.wrap-download ul li{
	display: inline-block;
	margin:0 20px 80px 0;
	width:calc((100% - 60px)/4);
	background:#fff;
	color:#000;
	letter-spacing: normal;
	}
.wrap-download ul li:nth-child(4n){
	margin-right:0;
	}
.wrap-download ul li p{
	text-align: center;
	margin:20px 0;
	}
.wrap-download ul li a{
	border-top:1px solid #eee;
	padding-top:40px;
	}
.wrap-download ul li span{
	background:#028D9F;
	border:1px solid #028D9F;
	display: block;
	color: #fff;
	text-align: center;
	margin:20px 0;
	padding:20px;
	}
.wrap-download ul li a:hover{
	border-top:1px solid #028D9F;
	}
.wrap-download ul li a:hover span{
	background: #fff;
	color:#028D9F;
	}
.wrap-artistvoice-index{
	letter-spacing: -0.4em;
	margin:40px auto;
	padding:0;
	}

.wrap-artistvoice{
	letter-spacing: -0.4em;
	margin:40px auto;
	padding:0;
	max-width:1080px;
	}
.wrap-artistvoice-index h2 {
	margin: 0 auto 40px auto;
	border-left: 2px solid #028D9F;
	padding: 0 0 2px 20px;
	background: none;
	font-size: 24px;
	font-weight: normal;
	position: relative;
	max-width:1080px;
	letter-spacing: normal;
	}

.wrap-artistvoice-index h2 ul.index_a-z{
	position: absolute;
	right:20px;
	bottom:0;
	}
.wrap-artistvoice-index h2 ul.index_a-z li{
	display: inline-block;
	}
.wrap-artistvoice-index h2 ul.index_a-z li a{
	width:30px;
	height:30px;
	line-height:30px;
	display: block;
	font-size:14px;
	border-radius:50%;
	background:#ccc;
	color:#fff;
	text-align: center;
	}
.wrap-artistvoice-index h2 ul.index_a-z li a:hover{
	background: #666;
	}

.wrap-inxdex_a-z{
	padding-top:100px;
	margin-top:-100px;
	}

.aritist-block .tex-box strong{
	font-size: 20px;
	font-weight: bold;
	}

.wrap-artistvoice ul.list-artistvoice > li{
	display: inline-block;
	margin:0 20px 40px 0;
	background:#fff;
	color:#000;
	letter-spacing: normal;
	vertical-align: top;
	width: calc((100% - 60px) / 4);
	}

.wrap-artistvoice ul.list-artistvoice > li:nth-child(4n){
	margin-right:0;
	}
.wrap-artistvoice ul.list-artistvoice .wrap-image{
	height: calc(100%*0.3759);
	overflow: hidden;
	position: relative;
	}
.wrap-artistvoice-index .wrap-image p{
	letter-spacing: normal;
	position: absolute;
	bottom:10px;
	left:10px;
	color: #fff;
	text-shadow: 2px 2px 6px #666;
	font-size: 12px;
	}

.wrap-artistvoice ul.list-artistvoice a img{
	width:100%;
	opacity:1.00;
	transition: opacity 1s ease 0s;
	transition: transform 0.5s linear;
	}

.wrap-artistvoice ul.list-artistvoice a:hover img{
	opacity:1.00;
	transition: opacity 1s ease 0s;
	transition: transform 0.3s linear;
	transform: scale(1.1);
	}

.wrap-artistvoice ul.list-artistvoice > li p{
	font-size:14px;
	margin:10px 0 0 0;
	}
.wrap-artistvoice ul.rep-product{
	margin:0 0 40px 0;
	}

.wrap-artistvoice ul.rep-product li{
	font-size:12px;
	display: inline-block;
	}
.wrap-artistvoice ul.rep-product li:after{
	content: "/";
	display: inline-block;
	margin-left:5px;
	}
.wrap-artistvoice ul.rep-product li:last-child:after{
	content: none;
	}



.wrap-shoplist{
	letter-spacing: -0.4em;
	margin:40px auto;
	padding:0;
	max-width:1080px;
	}
.wrap-shoplist .block-title{
	padding-top:100px;
	margin-top:-100px;
	}


.wrap-shoplist h2 {
	margin: 20px auto 0 auto;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 20px;
	background:#eee;
	letter-spacing: normal;
	display: inline-block;
	width:100%;
	position: relative;
	}
.wrap-shoplist h2:hover{
	background:#ccc;
	color:#fff;
	}
.wrap-shoplist h2:after{
	content:"+";
	position: absolute;
	right:20px;
	}

.shoplist-block .tex-box strong{
	font-size: 20px;
	font-weight: bold;
	}


.wrap-shoplist dl.pref-list{
	width:calc(100% - 20px);
	margin:0 auto 40px auto;
	}
.wrap-shoplist dl.pref-list dt,
.wrap-shoplist dl.pref-list dd{
	display: inline-block;
	letter-spacing: normal;
	margin-bottom:20px;
	vertical-align: top;
	}
.wrap-shoplist dl.pref-list dt{ width:150px;}
.wrap-shoplist dl.pref-list dd{ width:calc(100% - 150px);}

.wrap-shoplist dl.pref-list dd a{
	display: inline-block;
	width:55px;
	margin-right:5px;
	color: #028D9F;
	}
.wrap-shoplist ul.list-shoplist{
	display: none;
	margin-top: 20px;
	}

.wrap-shoplist ul.list-shoplist li{
	display: inline-block;
	margin:0 20px 20px 0;
	width:calc((100% - 40px - 20px)/3);
	background:#fff;
	color:#000;
	letter-spacing: normal;
	vertical-align: top;
	border:1px solid #D1D1D1;
	padding:10px;
	min-height:120px;
	}


.wrap-shoplist ul.list-shoplist li:nth-child(3n){
	margin-right:0;
	}
.wrap-shoplist ul.list-shoplist li strong{
	display: block;
	margin-bottom:15px;
	font-size:14px;
	}
.wrap-shoplist ul.list-shoplist li p{
	font-size:14px;
	margin:10px 0 0 0;
	}
.wrap-shoplist ul.list-shoplist li p.add,
.wrap-shoplist ul.list-shoplist li p.tel{
	font-size:13px;
	line-height:14px;
	}
.wrap-shoplist ul.list-shoplist li p.add{
	margin-bottom:5px;
	min-height:28px;
	}
.wrap-shoplist ul.list-shoplist li p.tel{

	}

#shoplist h3{
	letter-spacing: normal;
	font-size:18px;
	font-weight: bold;
	margin-bottom: 20px;
	}
#shoplist span.text_caution{
	font-size:13px;
	color:red;
	}

#shoplist ul.authorized_dealer{
	margin-bottom: 40px;
	}
#shoplist ul.authorized_dealer li{
	display: inline-block;
	margin:0 10px 30px 0;
	width:calc((100% - 30px) / 4);
	letter-spacing: normal;
	text-align: center;
	vertical-align: top;
	}
#shoplist ul.authorized_dealer li:nth-child(4n){
	margin-right:0;
	}
#shoplist ul.authorized_dealer li span{
	border:1px solid #eee;
	display: block;
	height: 80px;
	line-height:80px;
	position: relative;
	}
	#shoplist ul.authorized_dealer li.subset span{
	line-height:60px;
	}
#shoplist ul.authorized_dealer li span sub{
	font-size: 12px;
	display: block;
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	top: auto;
	}

#shoplist ul.official_store{
	max-width: 900px;
	margin: 0 auto;
	}
#shoplist ul.official_store li{
	display: inline-block;
	margin:0 10px 30px 0;
	width:calc((100% - 20px) / 3);
	letter-spacing: normal;
	text-align: center;
	vertical-align: top;
	}
#shoplist ul.official_store li:nth-child(3){
	margin-right:0;
	}

.wrap-instagram{
margin: -2px 0 0 0;
	padding: 80px 0 40px 0;
	background: #fff;
	z-index: 5;
	position: relative;
	}
.wrap-instagram h2{
	font-family: 'Timmana', sans-serif;
	font-size:30px;
	line-height:30px;
	font-weight: normal;
	margin: 0; padding: 0;
	text-align: center;
	}
.wrap-instagram h2 ruby{
	display: block;
	font-size:11px;
	}

.wrap-instagram ul{
	margin:0 auto; padding:0;
	letter-spacing:-0.4em;
	max-width: 1280px;
	}
.wrap-instagram ul li{
	margin:5px; padding:0;
	list-style: none;
	display: inline-block;
	letter-spacing:normal;
	width:calc((100% - 60px) / 6);
	}





.wrap-news{
	background:#eee;
	padding:40px;
	}
.wrap-news .block{
	background: #fff;
	width: calc(100% - 0px);
	padding: 40px 60px;
	letter-spacing: -0.4em;
	max-width: 1200px;
	margin: 0 auto;
	}

.wrap-news .block h2,
.wrap-news .block dl{
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	}
.wrap-news .block h2{
	font-family: 'Timmana', sans-serif;
	font-size:45px;
	line-height:45px;
	font-weight: normal;
	margin: 0; padding: 0;
	width:200px;
	}

.wrap-news .block dl{
	width:calc(100% - 241px);
	border-left:1px dotted #000;
	letter-spacing:-0.4em;
	margin:0; padding:0;
	padding-left:40px;
	}
.wrap-news .block dt,
.wrap-news .block dd{
	margin:0; padding:0;
	display: inline-block;
	letter-spacing:normal;
	vertical-align: top;
	font-size:13px;
	}
.wrap-news .block dt{
	width:120px;
	}
.wrap-news .block dd{
	width:calc(100% - 120px);
	margin-bottom:1em;
	}
.wrap-news .block dd a{
	text-decoration: none;
	font-size:13px;
	}
.wrap-news .block dd:last-child a{
	font-family: 'Timmana', sans-serif;
	text-decoration: none;
	margin-top:80px;
	}

/*
----------------------------------------------------------------
*/
main div:nth-child(2):before,
div.news-block div:nth-child(2):before,
div.press-block div:nth-child(2):before{
	background: none!important;
	}

div.news-block,
div.press-block {
	max-width:1000px;
	padding-top:140px;
	margin:-100px auto 40px auto;
	width:calc(100% - 20px);
	}

div.product-default-block {
	padding-top:140px;
	margin:-100px auto 40px auto;
	overflow: hidden;
	}

div.press-block img{
	opacity:1;
	}

div.press-block h2{
	position: relative;
	font-size:1.575rem;
	line-height:40px;
	padding-top:100px;
	}
div.news-block h2{
	padding-right:100px;
	}

div.news-block p,
div.press-block p{
	font-size: 0.9rem;
	line-height: 2em;
	}

div.news-block h2 span.date{
	display: block;
	top:100px;
	right:0;
	font-size:12px;
	line-height:24px;
	width:80px;
	}
div.press-block h2 span.date{
	display: inline-block;
	font-size:12px;
	vertical-align: top;
	}

div.news-block a.btn-newslink,
div.press-block a.btn-newslink{
	display: inline-block;
	margin:15px;
	padding:10px 20px;
	width:240px;
	background-color:#b01f32;
	text-decoration: none;
	text-align: center;
	color:#fff;
	font-size: 13px;
	border:2px solid #b01f32;
	}
div.news-block a.btn-newslink:hover,
div.press-block a.btn-newslink:hover{
	background:#fff;
	color:#b01f32;
	}

.news-block h2 .news_event,
.news-block .news_latest,
.news-block .news_newproduct,
.news-block .news_interview{
	font-size: 10px;
	color: #fff;
	background: #000;
	vertical-align: middle;
	padding: 2px 5px;
	margin-right: 10px;
	}
.news-block h2 .news_event{background-color:#ff7b00;}
.news-block .news_latest{background-color:#0084ff;}
.news-block .news_newproduct{background-color:#e5303f;}
.news-block .news_interview{background-color:#00cd6d;}


/*
======================================== .product
*/

#product .wrap-center{
	max-width:1080px;
	}
#product .wrap-center02{
	max-width:1080px;
	}
ul.list-product{
	max-width:1080px;
	letter-spacing: -0.4em;
	margin:0 auto;
	}
ul.list-product li{
	letter-spacing: normal;
	width:calc((100% - 60px) / 4);
	margin:0 20px 80px 0;
	display: inline-block;
	vertical-align: top;
	}

ul.list-product li:nth-child(4n){
	margin-right:0;
	}
ul.list-product li strong{
	font-size:16px;
	display: block;
	margin-bottom:20px;
	}
ul.list-product li p{
	color: #666;
	line-height:25px;
	height:100px;
	overflow: hidden;
}
@media (max-width: 951px) and (min-width: 769px) {
	ul.list-product li p{
		height:125px;
	}
}
@media (max-width: 768px) and (min-width: 491px) {
	ul.list-product li p{
		height:100px;
	}
}
@media (max-width: 490px) and (min-width: 461px) {
	ul.list-product li p{
		height:125px;
	}
}
@media (max-width: 460px) {
	ul.list-product li p{
		height:150px;
	}
}
ul.list-product li div.icon,
ul.list-product li div.icon-dis{
	height: 24px;
	margin: 20px 0;
	}
ul.list-product li div.icon p,
ul.list-product li div.icon-dis p{
	display: inline-block;
	background: #028D9F;
	color:#fff;
	font-size:13px;
	line-height:24px;
	height:24px;
	text-align: center;
	padding:0 10px;
	}
ul.list-product li div.icon-dis p{
	background: #B7B7B7;
	}

ul.list-product li p.detail{
	margin-top:20px;
	padding-top:20px;
	border-top:1px solid #DDDDDD;
	font-size:12px;
	line-height: 20px;
	height: auto;
	}
ul.list-product li p.detail span.caution{
	display: block;
	font-size:10px;
	}

ul.list-product li a img{
	width:100%;
	opacity:1.00;
	transition: opacity 1s ease 0s;
	transition: transform 0.5s linear;
	}

ul.list-product li a:hover img{
	opacity:1.00;
	transition: opacity 1s ease 0s;
	transition: transform 0.3s linear;
	transform: scale(1.1);
	}

.band-product{
	margin-top: 0;
	}
.band-product .inner-band{
	margin:0 auto;
	text-align: center;
	position: relative;
	}
.band-product .inner-band img{
	width:100%;
	max-width:none;
	}

.band-product .inner-band p{
	position: absolute;
	color: #000;
	top: 40%;
	left: 10%;
	text-align: left;
	font-family: 'Timmana', sans-serif;
	font-size: 34px;
	}
.band-product .inner-band p br{
	display: none;
	}

/*
======================================== .paginatios
*/
.pagination{
	width:100%;
	max-width:1000px;
	margin:40px auto;
	text-align: center;
	letter-spacing: -0.4em;
	border-top: 1px solid #c4c4c4;
	padding-top: 40px;
	}

.pagination span,
.pagination a{
	display: inline-block;
	width:35px;
	height:35px;
	font-size:14px;
	line-height:35px;
	vertical-align: top;
	border:1px solid #c4c4c4;
	border-right:none;
	letter-spacing: normal;
	}
.pagination span.current{
	background: #000;
	color:#fff;
	}
.pagination span:last-child,
.pagination a:last-child{
	border-right:1px solid #c4c4c4;
	}

.smt{
	display: none!important;
	}


	@media (max-width: 575.98px) {
		.wrap-product_intro02 .block {
			width: 100%;
		}
		.wrap-product_intro02 .block p {
			width: 90%;
		margin: 0 auto;
			margin-top: 0;
		}
		.wrap-product_intro02 .block img {
			width: 100%;
			margin-left: 0;
		}
		.wrap-center02 {
			padding: 25% 0 0 0;
		}
		div.full_width02 {
			height: auto;
		}
		div.full_width02 p{
		margin-top: 1.0rem;
		}
		div.full_width02 p.tex-center {
			margin: 1.5rem;
		}
		.wrap-product_intro .block span {
			text-align: left !important;
		}
		.wrap-center02 .img-center {
			width: 100%;
		}
		.tex-box p {
			margin: 1.0rem;
		}
		.wrap-center02 .tex-box02 {
			font-size: 130% !important;
			width: 90%;
			line-height: 1.9rem;
			text-align: left;
			margin-top: 10%;
		}
		.wrap-center02 .tex-box {
			width: calc((100% - 0px) / 1.1);
			text-align: left !important;
		}
		.wrap-img_right02 {
			margin: 0;
		}
		ul.layout-leftimg02 li, ul.layout-rightimg02 li {
			width: 100%;
			margin-top: 5%;
		}
		ul.layout-rightimg02 {
			margin: 0;
		}
		.wrap-img_left02 .tex-box {
			margin: 1.0rem auto;
			width: 95%;
		}
		.wrap-img_right02 .tex-box strong {
			font-size: 130%;
			margin: 1.0rem auto;
		}
		.wrap-img_left02 .tex-box strong {
			font-size: 130%;
		line-height: 2.0rem;
		}
		.wrap-img_rihgt02 .tex-box p, .wrap-img_left02 .tex-box p {
			padding: 0 0 0 0;
			margin-left: 0;
		}
	}
