@charset "utf-8";

/* Setting-basic
-----------------------------------------------------------*/
html {font-size: 62.5%;}
body {
	font-family: '游ゴシック体','YuGothic','游ゴシック','Yu Gothic','ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
	color: #333;
	background: #fff;
	line-height:1.5;
	font-feature-settings: "palt";
	font-size: 1.5rem;
	-webkit-text-size-adjust:100%;
}
.clearfix {
	clear: both;
}
.swap {
	-webkit-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.swap:hover {
	opacity: 0.7;
}


/* Module
-----------------------------------------------------------*/
img {
	border: 0;
	vertical-align: middle;
}
img.ofi {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-object-fit: cover;
}
p {
	margin: 0 0 20px;
	line-height: 1.6;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0 0 20px;
	line-height: 1.3;
}
h1 { font-size: 3.6rem;}
h2 { font-size: 3rem;}
h3 { font-size: 2.4rem;}
h4 { font-size: 2.1rem;}
h5 { font-size: 1.8rem;}
h6 { font-size: 1.6rem;}

ol,ul {
	list-style: none;
	margin-bottom: 0; /* bootstrap上書き */
}
.liststyle_decimal {
	list-style: decimal;
	padding: 0 0 0 30px;
}
.liststyle_decimal li {
	margin-bottom: 5px;
}
.liststyle_disc {
	list-style: disc;
	padding: 0 0 0 30px;
}
.liststyle_disc li {
	margin-bottom: 4px;
}


/* Hypertext Module
-----------------------------------------------------------*/
a:link,
a:visited {
	color: #333;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
a:hover {
	color: #777;
}
a.linkstyle {
	color: #672e8e;
	text-decoration: underline;
}
a:hover.linkstyle {
	color: #e00a8c;
}


/* General Settings
-----------------------------------------------------------*/
/* Margin Control */
.mb00 { margin-bottom: 0;}
.mb05 { margin-bottom: 5px;}
.mb10 { margin-bottom: 10px;}
.mb15 { margin-bottom: 15px;}
.mb20 { margin-bottom: 20px;}
.mb25 { margin-bottom: 25px;}
.mb30 { margin-bottom: 30px;}
.mb40 { margin-bottom: 40px;}
.mb50 { margin-bottom: 50px;}
.mb60 { margin-bottom: 60px;}
.mb70 { margin-bottom: 70px;}
.mb80 { margin-bottom: 80px;}
.mb90 { margin-bottom: 90px;}
.mb100 { margin-bottom: 100px;}
.mb120 { margin-bottom: 120px;}

/* width */
.width100 { width: 100%;}
.width90 { width: 90%;}
.width80 { width: 80%;}
.width70 { width: 70%;}
.width60 { width: 60%;}
.width50 { width: 50%;}
.width40 { width: 40%;}
.width30 { width: 30%;}
.width20 { width: 20%;}
.width10 { width: 10%;}
.width5 { width: 5%;}

/* font size */
.text75 { font-size: 75%;}
.text80 { font-size: 80%;}
.text85 { font-size: 85%;}
.text90 { font-size: 90%;}
.text100 { font-size: 100%;}
.text110 { font-size: 110%;}
.text120 { font-size: 120%;}
.text130 { font-size: 130%;}
.text140 { font-size: 140%;}
.text160 { font-size: 160%;}
.text180 { font-size: 180%;}
.text200 { font-size: 200%;}
.text220 { font-size: 220%;}
.text240 { font-size: 240%;}
.text260 { font-size: 260%;}

/* color */
.c_000 { color: #000;}
.c_333 { color: #333;}
.c_555 { color: #555;}
.c_888 { color: #888;}
.c_fff { color: #fff;}
.c_red { color: #de5d50;}
.c_blue { color: #0e92e5;}
.c_green { color: #86bf00;}
.c_orange { color: #ee761b;}


/* font style */
.boldstyle { font-weight: bold;}
.normalstyle { font-weight: normal;}
.italicstyle { font-style: italic;}

/* text-align */
.aligncenter { text-align: center;}
.alignleft { text-align: left;}
.alignright { text-align: right;}


/* inview
-----------------------------------------------------------*/
.effect_fadein {
	overflow: hidden;
	opacity: 0;
	transition: 1s;
	-moz-transition: 1s;
	-webkit-transition: 1s;
	-o-transition: 1s;
	-ms-transition: 1s;
	transform: translate(0,-30px);
	-moz-transform: translate(0,-30px);
	-webkit-transform: translate(0,-30px);
	-o-transform: translate(0,-30px);
	-ms-transform: translate(0,-30px);
}
.effect_def {
	opacity: 1.0;
	transform: translate(0,0);
	-moz-transform: translate(0,0);
	-webkit-transform: translate(0,0);
	-o-transform: translate(0,0);
	-ms-transform: translate(0,0);
}


/* Table Module
-----------------------------------------------------------*/
table {
	width: 100%;
	border-top: 1px solid #ccc;
	border-collapse: collapse;
	border-spacing: 0;
}
td,th {
	padding: 15px;
	text-align: left;
	line-height: 1.5;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
}
th {
	font-weight: bold;
}
thead th {
	padding: 5px 15px;
	background: #555;
	color: #fff;
	font-size: 13px;
}


/* Forms Module
-----------------------------------------------------------*/
.input_text,
textarea {
	margin-bottom: 5px;
	padding: 12px 15px;
	border: 1px solid #ddd;
	border-radius: 4px;
	background: #fff;
}
select {
	padding: 12px 40px 12px 15px;
	border: 1px solid #aaa;
	border-radius: 4px;
	background: #fff;
	cursor: s-resize;
}
select::-ms-expand {
	display: none;
}
.selectbox{
	margin-bottom: 5px;
	position: relative;
	display: inline-block;
}
.selectbox::before{
	content: '';
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	background: #eee;
	height: 100%;
	width: 30px;
	border: 1px solid #777;
	border-radius: 0 4px 4px 0;
}
.selectbox::after{
	content: '';
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
	right: 9px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #777 transparent transparent transparent;
}

.need:before,
.any:before {
	margin: 0 7px 0 0;
	padding: 3px 4px;
	color: #fff;
	font-size: 11px;
	border-radius: 4px;
}
.need:before {
	content: "必須";
	background: #ff6969;
}
.any:before {
	content: "任意";
	background: #999;
}

.input_text:hover,
textarea:hover,
select:hover {
	opacity: 0.8;
	border-color: #464646
}
label:hover {
	cursor: pointer;
	opacity: 0.8;
}


/* sp_nav
-----------------------------------------------------------*/
.area_drawermenu {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-transform: scale(.9);
	-ms-transform: scale(.9);
	-o-transform: scale(.9);
	transform: scale(.9);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	background: rgba(255,255,255,0.95);
	width: 100%;
	height: 100%;
	overflow: auto;
}
.area_drawermenu.drawer_open {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.area_drawermenu .inner {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	padding: 60px 20px 20px;
}
.list_drawermenu {
	margin: 0 0 10px;
}
.list_drawermenu li {
	position: relative;
}
.list_drawermenu li::after {
	content: '';
	position: absolute;
	right: 10px;
	top: 50%;
	margin: -3px 0 0;
	width: 8px;
	height: 8px;
	border: 2px solid;
	border-color: #aaa #aaa transparent transparent;
	transform: rotate(45deg);
 }
.list_drawermenu li a {
	display: block;
	width: 100%;
	padding: 15px 0;
	border-bottom:  1px dotted #aaa;
}
.area_drawermenu .btn1 {
	margin: 0 0 10px;
}
.area_drawermenu .btn1 a {
	display: block;
	padding: 10px;
	background: #ddd;
	border: none;
	text-align: center;
}
.area_drawermenu .btn2 a {
	display: block;
	padding: 10px;
	background: #555;
	color: #fff;
	border: none;
	text-align: center;
}
.drawermenu_closebtn {
	display: inline-block;
	visibility: hidden;
	z-index: 1001;
	position: fixed;
	top: 0;
	right: 20px;
	padding: 8px 0;
	font-size: 180%;
  -webkit-transition: ease-out .5s;
  -ms-transition: ease-out .5s;
  -o-transition: ease-out .5s;
	transition: ease-out .5s;
}
.drawermenu_closebtn.drawer_open {
	visibility: visible;
	bottom: 0;
}
.header_menubtn {
	display: none;
	position: fixed;
	top: 5px;
	right: 5px;
	z-index: 2;
	width: 54px;
	height: 54px;
	text-align: center;
	cursor: pointer;
	background: #333;
}
.header_menubtn:hover {
	background: #333;
}
.header_menubtn p {
	margin: 6px 0 0;
	color: #fff;
	font-size: 1rem;
	font-family: 'Poppins', sans-serif;
}
.menu_trigger,
.menu_trigger span {
  display: inline-block;
  transition: all .4s;
}
.menu_trigger {
  position: relative;
  width: 30px;
  height: 21px;
  top: 10px;
}
.menu_trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
}
.menu_trigger span:nth-of-type(1) {
  top: 0;
}
.menu_trigger span:nth-of-type(2) {
  top: 9px;
}
.menu_trigger span:nth-of-type(3) {
  bottom: 0;
}
.header_btn_cart_sp {
	padding: 10px;
	background: #333;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
}
.header_btn_cart_sp span.numlabel {
	display: inline-block;
	width: 19px;
	height: 19px;
	margin: 0 5px;
	background: #c00000;
	border-radius: 100%;
	color: #fff;
	text-align: center;
	font-size: 1.2rem;
}


/* layout_common
-----------------------------------------------------------*/
.sp_only {
	display: none;
}
.cover {
	width: 100%;
	margin: 0 auto;
}
.wrap_1280 {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}
.wrap_1024 {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
}
.wrap_960 {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
.wrap_840 {
	width: 100%;
	max-width: 840px;
	margin: 0 auto;
}

.area_header {
	position: relative;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	background: #fff;
}
.area_header .logo {
	overflow: hidden;
	width: 50%;
	padding: 25px 0;
}
.area_header .logo img {
	float: left;
	width: 90px;
}
.area_header .logo h1 {
	float: left;
	margin: 0;
	padding: 5px 0 0 20px;
	font-size: 1.1rem;
	font-weight: normal;
}
.area_header .logo h1 img {
	width: 120px;
	margin: 3px 0 0 2px;
}
.area_header > div.rightside {
	position: absolute;
	top: 30px;
	right: 0;
	justify-content :space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
}
.fixedmenu .ec-headerNav__itemLink {
	display: none;
}

.header_btn {
	padding: 10px 0 0 15px;
}
.header_btn i {
	margin-right: 5px;
}
.header_btn_cart {
	margin-left: 15px;
	padding: 8px 10px;
	background: #333;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
}
.header_btn_cart span.numlabel {
	display: inline-block;
	width: 19px;
	height: 19px;
	margin: 0 5px;
	background: #c00000;
	border-radius: 100%;
	color: #fff;
	text-align: center;
	font-size: 1.2rem;
}
.ec-cartNavi {
	margin-left: 20px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-radius: 6px;
	padding: 8px 15px;
	width: auto;
  min-width: 140px;
  height: 40px;
	white-space: nowrap;
	cursor: pointer;
	color: #fff;
	background: #333;
}
.global_fixed .ec-cartNavi {
	background: #555555;
}
.ec-cartNavi .ec-cartNavi__icon {
	margin-top: 3px;
	font-size: 18px;
}
.ec-cartNaviIsset__cartContent {
	color: #333;
}
.global {
	position: relative;
	width: 100%;
	background: #fff;
	border-top:  1px solid #ddd;
	text-align: center;
}
.global ul {
	width: 100%;
	max-width: 1280px;
	margin:  0 auto;
}
.global li {
	display: inline;
	margin: 0 0 0 -6px;
	border-right: 1px solid #ccc;
}
.global li:first-child {
	border-left: 1px solid #ccc;
}
.global li a {
	display: inline-block;
	width: 14.2%;
	padding: 20px 0;
	font-size: 1.5rem;
	font-weight: bold;
}
.global li a:hover {
	color: #fff;
	background: #000;
}
.global_fixed {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 3;
	background: rgba(0,0,0,0.8);
}
#page_shopping .global_fixed .inner,
#page_shopping_confirm .global_fixed .inner {
	display: none;
}

.global_fixed .inner {
	position: relative;
	width: 100%;
	max-width: 1280px;
	margin:  0 auto;
}
.global_fixed_nav li {
	display: inline;
	margin: 0;
}
.global_fixed_nav li a {
	display: inline-block;
	padding: 20px 15px;
	color: #fff;
	font-size: 1.5rem;
}
.global_fixed_nav li a:hover {
	background: #555;
}
.global_fixed .inner .rightside {
	position: absolute;
	top: 12px;
	right: 0;
	justify-content :space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
}
.global_fixed .inner .rightside .header_btn a {
	color: #fff;
}
.global_fixed .inner .rightside .header_btn_cart {
	background: #555;
}

.area_contents {
	width: 100%;
	padding: 100px 0;
	border-top: 1px solid #ddd;
}
.ttl_contents_top1 {
	text-align: center;
}
.ttl_contents_top1 .ttl {
	margin: 0 0 60px;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif;
	font-size: 3.6rem;
	font-weight: normal;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
}
.ttl_contents_top1 .ttl ruby rt {
	font-size: 1.2rem;
	line-height: 1.8;
}
.ttl_contents_top2 {
	text-align: center;
}
.ttl_contents_top2 .ttl {
	position: relative;
	margin: 0;
	padding: 40px 0 60px;
	font-size: 3.4rem;
	font-weight: normal;
	letter-spacing: 0.4em;
	text-indent: 0.4em;
}
.ttl_contents_top2 .ttl span {
	display: block;
	padding-top: 10px;
	font-size: 1.6rem;
	font-weight: normal;
	letter-spacing: normal;
	text-indent: 0;
}
.ttl_contents_top2 .ttl::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	display: inline-block;
	width: 80px;
	height: 8px;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: black;
  }
.ttl_contents_top2.wh .ttl,
.ttl_contents_top2.wh .ttl span {
	color: #fff;
}
.ttl_contents_top2.wh .ttl::before {
	background-color: #fff;
}

.btnarea1 {
	padding: 50px 0 0;
	text-align: center;
}
.btnarea1 a {
	display: inline-block;
	padding: 10px 30px;
	border: 1px solid #333;
	color: #333;
}
.btnarea1 a:hover {
	background: #333;
	color: #fff;
}
.btnarea1.wh a {
	display: inline-block;
	padding: 10px 30px;
	border: 1px solid #fff;
	color: #fff;
}
.btnarea1.wh a:hover {
	background: #fff;
	color: #333;
}
.btnarea2 {
	padding: 20px 0 0;
	text-align: center;
}
.btnarea2 a {
	display: inline-block;
	padding: 10px 50px;
	background: #333;
	color: #fff;
}
.btnarea2 a:hover {
	background: #777;
}

.area_contact {
	width: 100%;
	padding: 60px 0;
	background: #f5f5f5;
	border-top: 1px solid #ddd;
}
.box_contact {
	border-left: 1px solid #ccc;
}
.box_contact > div {
	border-right: 1px solid #ccc;
	text-align: center;
}
.box_contact p.ttl {
	margin: 10px 0px;
	font-weight: bold;
}
.box_contact a.btn_contact {
	display: inline-block;
	width: 70%;
	margin: 0 0 3px;
	padding: 10px;
	background: #333;
	color: #fff;
	font-size: 1.6rem;
}
.box_contact a.btn_contact:hover {
	background: #777;
}
.freedial_pc {
	padding-left: 40px;
	background: url(../images/common/icon_freedial.svg) no-repeat left center;
	background-size: 30px;
	font-size: 3rem;
}
.freedial_sp {
	padding-left: 25px;
	background: url(../images/common/icon_freedial_wh.svg) no-repeat left center;
	background-size: 20px;
}

.area_footer {
	width: 100%;
	padding: 60px 0 40px;
	background: #222;
	text-align: center;
}
.area_footer .logo {
	width: 120px;
	margin: 0 auto 40px;
}
.codenumber {
	margin: 0 0 40px;
	padding: 0 0 40px;
	border-bottom:  1px solid #555;
}
.codenumber p {
	margin: 0 0 5px;
	color: #fff;
	font-size: 1.2rem;
}
.codenumber p span {
	margin: 0 15px 0 0;
}
.list_sns {
	margin: 0 0 30px;
}
.list_sns li {
	display: inline;
	margin: 0 5px;
	text-align: center;
}
.list_sns li a {
	display: inline-block;
	width: 36px;
	height: 36px;
	padding: 4px 0 0;
	border: 1px solid #bbb;
	border-radius: 100%;
	color: #bbb;
	font-size: 1.8rem;
}
.list_sns li a:hover {
	background: #fff;
	color: #333;
}
.list_footernav {
	margin: 0 0 40px;
}
.list_footernav li {
	display: inline;
}
.list_footernav li a {
	padding: 0  10px;
	color: #fff;
	font-size: 1.4rem;
}
.copyright {
	margin: 0;
	color: #fff;
	font-size: 1.1rem;
}
.pagetop {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 2;
}
.pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	padding-top: 18px;
	text-align: center;
	color: #fff;
	background: rgba(0,0,0,0.7);
}
.pagetop a:hover {
	opacity: 0.5;
}
.header_btn i {
	margin-right: 0;
}


/* layout_top
-----------------------------------------------------------*/
.area_mainimg {
	position: relative;
	width: 100%;
}
.area_mainimg .ttl {
	position: absolute;
	top: 50%;
	left: 15%;
	margin-top: -100px;
	z-index: 1;
}
.area_mainimg .ttl img {
	width: 240px;
	margin: 0 0 20px;
}
.area_mainimg .ttl h2 {
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif;
	font-size: 3.6rem;
	font-weight: normal;
	letter-spacing: 0.2em;
	line-height: 1.8;
}
.slider_arr {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	z-index: 1;
}
.arr_prev {
	left: 20px;
	width: 30px;
	height: 30px;
	margin: -10px 0 0;
	border: 2px solid;
	border-color: transparent transparent #555 #555;
	transform: rotate(45deg);
}
.arr_next {
	right: 20px;
	width: 30px;
	height: 30px;
	margin: -10px 0 0;
	border: 2px solid;
	border-color: #555 #555 transparent transparent;
	transform: rotate(45deg);
}
.video {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	height: 0px;
}
.video iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.box_reco > div {
	position: relative;
	font-size: 2.1rem;
	text-align: center;
}
.box_reco > div img  {
	width:100%;
	margin: 0 0 10px;
}
.box_reco div .txtline {
	background: linear-gradient(transparent 70%, yellow 70%);
}
.area_tech {
	width: 100%;
	padding: 100px  0 0;
	background: #222;
	font-size: 1.8rem;
}
.area_tech h3 {
	font-size: 3.6rem;
	font-weight: normal;
}
.block_tech1 {
	display: flex;
	align-items: center;
	justify-content :space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	width: 100%;
	background: #3f3b3a;
	color: #fff;
}
.block_tech2 {
	display: flex;
	align-items: center;
	justify-content :space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	width: 100%;
	background: #888483;
	color: #fff;
}
.block_tech3 {
	display: flex;
	align-items: center;
	justify-content :space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	width: 100%;
	background: #5c5b59;
	color: #fff;
}
.block_tech1 > div,
.block_tech2 > div,
.block_tech3 > div {
	width: 49%;
	margin: 0;
}
.block_tech1 .txtarea,
.block_tech2 .txtarea,
.block_tech3 .txtarea  {
	padding: 5% 0 5% 10%;
}
.box_image {
	margin: 0 0 40px;
}
.box_image > div {
	position: relative;
	height: 420px;
	background: url(../images/index/image_view00.jpg) no-repeat center center;
	background-size: cover;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	cursor: pointer;
}
.box_image > div:hover.view1 {
	background: url(../images/index/image_view01.jpg) no-repeat center center;
	background-size: cover;
}
.box_image > div:hover.view2 {
	background: url(../images/index/image_view02.jpg) no-repeat center center;
	background-size: cover;
}
.box_image > div:hover.view3 {
	background: url(../images/index/image_view03.jpg) no-repeat center center;
	background-size: cover;
}
.box_image p.btn {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	margin: 0;
	padding: 10px 0;
	background: #333;
	color: #fff;
	text-align: center;
}
.box_image p.btn2 {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	margin: 0;
	padding: 10px 0;
	background: #fff700;
	color: #333;
	text-align: center;
}
.box_image > div:hover.view1 p.btn,
.box_image > div:hover.view2 p.btn {
	background: #ddd;
	color: #333;
}
.box_image > div:hover.view3 p.btn {
	background: #fff700;
	color: #333;
}
.read_image {
	text-align: center;
}
.read_image h3 {
	margin: 0 0 15px;
}
.read_image p {
	margin: 0;
}
.box_products .txtarea {
	text-align: center;
	border-bottom: 1px solid #ddd;
}
.box_products .txtarea .ttl {
	margin: 0;
	font-size: 1.5rem;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
}
.box_products .txtarea .cap {
	margin: 0;
	padding: 10px 0;
	font-size: 1.3rem;
}
.box_products .txtarea .btn_detail {
	display: inline-block;
	margin: 0 0 10px;
	padding: 5px 30px;
	border: 1px solid #aaa;
	font-size: 1.2rem;
}
.box_products a:hover .txtarea .btn_detail {
	background: #333;
	border: 1px solid #333;
	color: #fff;
}

.box_products .photoarea {
	background: #333;
}
.box_products .photoarea img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.box_products a:hover .photoarea img {
	opacity: .9;
}
.area_scene {
	width: 100%;
	padding: 100px  0;
	background: #222;
}
.box_scene {
	margin: 0 0 60px;
}
.box_scene > div {
	position: relative;
	height: 240px;
	text-align: center;
}
.box_scene > div p.cap  {
	position: absolute;
	bottom: 0;
	width: 100%;
	margin: 0;
	padding: 5px;
	background: rgba(0,0,0,0.6);
	color: #fff;
}
.read_scene {
	color: #fff;
	text-align: center;
}
.read_scene h3 {
	margin: 0 0 15px;
}
.read_scene p {
	margin: 0;
}
.list_news li {
	position: relative;
}
.list_news li a {
	display: table;
	width: 100%;
	margin: 0;
	padding: 25px 25px 25px 10px;
	border-bottom: 1px dotted #aaa;
}
.list_news li span {
	display: table-cell;
}
.list_news li span.date {
	width: 120px;
}
.list_news li a:hover {
	background: #f5f5f5;
}
.list_news li::after {
	content: '';
	position: absolute;
	right: 10px;
	top: 50%;
	margin: -3px 0 0;
	width: 8px;
	height: 8px;
	border: 2px solid;
	border-color: #aaa #aaa transparent transparent;
	transform: rotate(45deg);
 }
.read_note {
	text-align: center;
}
.read_note p:nth-child(1) {
	margin: 0 0 10px;
}
.read_note p:nth-child(2) {
	display: inline-block;
	margin: 0;
	padding: 3px 15px;
	border: 1px solid #555;
	font-size: 1.2rem;
}


/* layout_subpage
-----------------------------------------------------------*/
.sub_mainimg {
	position: relative;
	width: 100%;
	height:100%;
	padding: 50px 0;
	background: url(../images/common/sub_mainimg.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
}
.sub_mainimg::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: ' ';
	background-color: rgba(0,0,0,0.3);
}
.sub_mainimg .ttl {
	position: relative;
	margin: 0;
	color: #fff;
	font-size: 2.1rem;
}
.topicpath {
	overflow: hidden;
	margin: 0 0 60px;
	padding: 5px 0;
	border-bottom: 1px dotted #ccc;
}
.topicpath ul {
	margin: 0;
	padding: 3px 0 0;
	list-style: none;
}
.topicpath li {
	display: inline;
	font-size: 1.2rem;
}
.topicpath li a {
	margin-right: 5px;
	padding-right: 15px;
	background: url(../css/fontawesome-free-5.1.1-web/svgs/solid/angle-right.svg) no-repeat 100% 50%;
}
.area_contents_sub {
	width: 100%;
	padding: 0 0 100px;
}
.ttl_contents_sub1 {
	margin: 0 0 30px;
	font-size: 3rem;
	font-weight: normal;
}
.ttl_contents_sub2 {
	padding:  5px 10px;
	background: #333;
	color: #fff;
	font-size: 1.8rem;
}
.page {
	text-align: center;
}
.page li {
	display: inline;
}
.page a {
	margin: 0;
	padding: 10px 12px;
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
	font-size: 1.4rem;
	line-height: 1;
}
.page a:hover {
	color: #fff;
	background: #672e8e;
}


/* layout_products
-----------------------------------------------------------*/
.list_btn_category > div a {
	display: block;
	padding: 10px;
	text-align: center;
	border: 1px solid #aaa;
}
.list_btn_category > div a:hover {
	background: #aaa;
	color: #fff;
}
.slider_products {
	opacity: 0;
	transition: opacity .3s linear;
	background: #fff;
}
.slider_products.slick-initialized {
	opacity: 1;
	width: 100%;
	margin:  0;
}
.slider_products_thumb {
	overflow: hidden;
	width: 100%;
	margin: 0 0 20px;
	padding: 15px 0 0;
}
.slider_products_thumb li {
	float: left;
	width: 20%;
	height: 80px;
	margin: 0;
	border: 1px solid #fff;
}
.thumb_item {
	position:relative;
}
.thumb_item:after{
	content:'';
	background-color: rgba(0,0,0,0.2);
	position:absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	transition: .3s opacity linear;
}
.thumbnail-current:after {
	opacity: 0;
}
.slider_products div.photo img {
	object-fit: contain;
	width: 100%;
	height: 400px;
	text-align: center;
	vertical-align: middle;
}
.block_products {
	margin: 0 0 60px;
}
.block_products > div.leftside,
.block_products > div.rightside {
	width: 47%;
}
.ttl_products {
	margin: 0 0 20px;
	padding: 0 0 5px;
	border-bottom: 2px solid #333;
	font-size: 2.4rem;
	font-weight: bold;
}
.list_products li {
	display: table;
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px dotted #aaa;
}
.list_products > li > div {
	display: table-cell;
}
.list_products > li > div:nth-child(1) {
	width: 100px;
	font-weight: bold;
}
.list_products > li > div:nth-child(2) {
	width: calc(100% - 100px);
}
.btn_cart {
	width: 100%;
	padding: 15px 0;
	border-radius: 5px;
	background: #333;
	color: #fff;
	font-size: 1.8rem;
}
.btn_cart[disabled] {
	background: #adadad;
	cursor: not-allowed;
}
.btn_favorite {
	width: 100%;
	padding: 15px 0;
	border-radius: 5px;
	background: #4d4d4d;
	color: #fff;
	font-size: 1.8rem;
}
.btn_favorite[disabled] {
	background: #adadad;
	cursor: not-allowed;
}
.ec-searchnavRole__infos {
	padding-top: 10px;
	border-top: 1px dotted #aeaeae;
}
.ec-searchnavRole__actions {
	text-align: right;
}
.ec-productRole {
	margin: 0 auto;
	padding-left: 0;
	padding-right: 0;
	box-sizing: border-box;
	font-size: 15px;
	line-height: 1.4;
	color: #333;
	-webkit-text-size-adjust: 100%;
	width: 100%;
	max-width: 100%;
}
.ec-productRole .ec-productRole__price {
	padding: 0;
	border-bottom: none;
}
a.ec-inlineBtn--action{
	color: #fff;
}
.ec-shelfRole {
	padding-left: 0;
	padding-right: 0;
	max-width: 100%;
}

.ttl_products_spec {
	margin: 0 0 20px;
	padding: 0 0 5px;
	border-bottom: 1px solid #333;
	font-size: 2.1rem;
	font-weight: bold;
}
.box_spec {
	justify-content :space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	width: 100%;
}
.box_spec > div.txtarea {
	width: 56%;
}
.box_spec > div.photoarea {
	width: 40%;
}
.list_spec {
	overflow: hidden;
	width: 100%;
}
.list_spec dt {
	float: left;
	width: 90px;
	color: #777;
	font-size: 1.4rem;
}
.list_spec dd {
	float: left;
	width: calc(100% - 90px);
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: 1px dotted #ddd;
	font-size: 1.4rem;
}

.photozoom {
	position: absolute;
	bottom: 10px;
	right: 15px;
	font-size: 3rem;
	opacity: 0.3;
}
.sales_start {
	margin-bottom: 20px;
	padding: 15px 0;
	text-align: center;
	font-size: 1.8rem;
	background: #eaeaea;
	border: 2px solid #dedede;
	border-radius: 5px;
}


/* layout_guide
-----------------------------------------------------------*/
.guide_txtbox {
	margin: 0 0 50px;
}
.paylist {
	margin-bottom: 30px;
}
.paylist li {
	margin: 0 10px 10px 0;
	width: 100px;
}
.paylist li img {
	width: 100%;
}


/* layout_stores
-----------------------------------------------------------*/
.list_tab {
	width: 100%;
	margin: 0 0 50px;
}
.list_tab ul {
	width: 100%;
	background: #f5f5f5;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	font-size: 0;
}
.list_tab li {
	display: inline-block;
	text-align: center;
	width: 11.1%;
	padding: 15px 0;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	color: #333;
	font-size: 1.5rem;
	cursor: pointer;
}
.list_tab li:hover {
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background: #aaa;
	color: #fff;
}
.list_tab li.activetab {
	color: #fff;
	background: #333;
	cursor: auto;
}
 .tab_content {
	display: none;
}
.tab_content.showtab {
	display: block;
}

.list_pref {
	margin: 0 0 50px;
	text-align: center;
	font-size: 0;
}
.list_pref li {
	display: inline-block;
}
.list_pref li a {
	display: block;
	padding: 8px 15px 5px;
	border-bottom: 3px solid #eee;
	color: #333;
	font-size: 1.4rem;
}
.list_pref li a:hover {
	border-bottom: 3px solid #333;
}
.ttl_stores_region {
	padding: 8px 20px;
	background: #333;
	color: #fff;
	font-size: 2.1rem;
	font-weight: normal;
}
.box_pref {
	margin: -80px 0 40px;
	padding-top: 80px;
}
.ttl_stores_pref {
	margin: 0  0 10px;
	padding-left: 20px;
	font-size: 2.1rem;
	font-weight: bold;
}
table.tbl_stores {
	background: #f5f5f5;
	border-top: 1px solid #ddd;
	font-size: 1.3rem;
}
.tbl_stores th,
.tbl_stores td {
	border-bottom: 1px solid #ddd;
	font-weight: normal;
}
.tbl_stores  thead th {
	padding: 5px 15px;
	background: #ebebeb;
	color: #555;
	font-size: 1.2rem;
	font-weight: normal;
}
.tbl_stores .colgroup01 {
	width: 35%;
}
.tbl_stores .colgroup02 {
	width: 45%;
}
.tbl_stores .colgroup03 {
	width: 20%;
}
.tbl_stores  th h4 {
	margin: 0;
	font-size: 1.4rem;
	font-weight: normal;
}
.tbl_stores  td span.phone {
	padding-left: 18px;
	background: url(../css/fontawesome-free-5.1.1-web/svgs/solid/phone-square.svg) no-repeat 0 50%;
}
a.btn_netshop {
	display: block;
	margin: 0 0 5px;
	padding: 7px 0;
	background: #ddd;
	color: #333;
	text-align: center;
}
a:hover.btn_netshop {
	background: #333;
	color: #fff;
}


/* layout_support
-----------------------------------------------------------*/
.list_faq dt {
	margin: 0 0 15px;
	padding: 10px 10px 10px 35px;
	background: #f5f5f5 url(../images/common/icon_faq_q.svg) no-repeat 5px 12px;
	background-size: 16px 16px;
	font-weight: bold;
}
.list_faq dd {
	margin: 0 0 40px;
	padding: 0 0 0 35px;
	background: url(../images/common/icon_faq_a.svg) no-repeat 5px 3px;
	background-size: 16px 16px;
}
.list_manual li {
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: 1px dotted #ddd;
}


/* layout_voice
-----------------------------------------------------------*/
p.ttl_user {
	margin: 0;
	padding: 5px 20px;
	background: #bbb;
	color: #fff;
}
.box_user {
	margin: 0 0 20px;
	padding: 50px;
	background: #f5f5f5;
}
.list_user {
	overflow: hidden;
	width: 100%;
	padding: 0 0 0 120px;
}
.list_user dt {
	float: left;
	width: 120px;
	color: #aaa;
	font-size: 1.4rem;
}
.list_user dd {
	float: left;
	width: calc(100% - 120px);
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: 1px dotted #ddd;
	font-size: 110%;
}
.list_user dd:last-child {
	margin: 0;
	padding: 0;
	border-bottom: none;
}
.list_user dd.star {
	color: #aaa;
}
.list_user dd.star span {
	color: #ff6300;
}
.list_user.men {
	background: url(../images/common/icon_men.svg) no-repeat left top;
	background-size: 80px;
}
.list_user.women {
	background: url(../images/common/icon_women.svg) no-repeat left top;
	background-size: 80px;
}


/* layout_info
-----------------------------------------------------------*/
.box_info {
	margin: 0 0 20px;
	padding: 50px;
	background: #f5f5f5;
}
.box_info .date {
	margin: 0 0 10px;
	font-size: 1.4rem;
}
.box_info .ttl {
	margin: 0 0 15px;
}
.box_info .linkstyle_info {
	text-decoration: underline;
}


/* layout_contact
-----------------------------------------------------------*/
.btnlist {
	margin: 40px 0;
	text-align: center;
}
.btnlist li {
	margin-right: 10px;
	display: inline-block;
}
.btn01 {
	display: inline-block;
	padding: 12px 30px;
	color: #fff;
	border-radius: 5px;
	background: #bf0000;
}
.btn02 {
	display: inline-block;
	padding: 12px 30px;
	color: #fff;
	border-radius: 5px;
	background: #555;
}
a.ec-blockBtn--cancel {
	color: #fff;
}


/* layout_privacy
-----------------------------------------------------------*/
.list_privacy dt {
    margin: 0 0 5px;
	font-size: 1.6rem;
    font-weight: bold;
}
.list_privacy dd {
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: 1px dotted #aaa;
}


/* layout_cart
-----------------------------------------------------------*/
.ec-cartRole .ec-cartRole__cart {
	margin: 0;
}
.ec-cartRole,
.ec-orderRole,
.ec-customerRole {
	padding-left: 0;
	padding-right: 0;
	max-width: 100%;
}
.ec-progress .ec-progress__label {
	font-size: 10px;
}
.ec-progress .ec-progress__number {
	background: #4f4f4f;
}
.ec-cartRole .ec-cartRole__actions {
	margin-right: 0;
}
.ec-blockBtn--action,
a.ec-blockBtn--action {
	border-radius: 5px;
	color: #fff;
}
.ec-blockBtn--cancel {
	border-radius: 5px;
	background: #4d4d4d;
}
.ec-AddAddress {
    margin: 0;
}


/* layout_login
-----------------------------------------------------------*/
.ec-login,
.ec-guest {
	background: #fff;
}
.ec-role,
.ec-forgotRole {
	padding-left: 0;
	padding-right: 0;
	max-width: 100%;
}


/* layout_entry
-----------------------------------------------------------*/
.ec-registerRole {
	padding-left: 0;
	padding-right: 0;
	max-width: 100%;
}
.ec-off1Grid .ec-off1Grid__cell {
	width: 100%;
	margin-left: 0;
}
.ec-rectHeading h2,
.ec-totalBox {
	background: #fff;
}
.ec-reportDescription {
	font-size: 120%;
}
.ec-off3Grid .ec-off3Grid__cell {
	width: 100%;
	margin-left: 0;
}


/* layout_mypage
-----------------------------------------------------------*/
.ec-mypageRole {
	padding-left: 0;
	padding-right: 0;
}
.ec-navlistRole__item {
	background: #fff;
}
.ec-navlistRole__item.active {
	background: #f1f1f1;
	pointer-events: none;
}
.ec-blockBtn {
	border-radius: 5px;
}


/* layout_privacy
-----------------------------------------------------------*/
.ec-borderedDefs dt,
.ec-borderedDefs dd {
	line-height: 1.5;
	padding: 8px 0;
}

/* layout_cart
-----------------------------------------------------------*/
#page_cart .bg_ivory,
#page_shopping .bg_ivory,
#page_shopping_confirm .bg_ivory,
#page_shopping_login .bg_ivory,
.cart_page .bg_ivory,
.mypage .bg_ivory,
#page_contact .bg_ivory,
.registration_page .bg_ivory {
	background: #f5f5f5;
}
.entry_confirm .confirmparts {
	display: none;
}


/* layout_download
-----------------------------------------------------------*/
.box_download {
	background: #f5f5f5;
}
.box_download .txtarea {
	padding: 20px;
}
.box_download .txtarea .ttl {
	margin: 0 0 15px;
	font-size: 1.8rem;
}
.box_download .txtarea ul {
	margin: 0 0 20px;
}
.box_download .txtarea li {
	margin: 0 0 5px;
	font-size: 1.3rem;
}
.box_download .txtarea a {
	display: block;
	width: 100%;
	padding: 10px;
	background: #555;
	border-radius: 5px;
	color: #fff;
	text-align: center;
}



/* Responsive
-----------------------------------------------------------*/
@media screen and (max-width: 1280px) {

.area_header {
	width: 94%;
}
.wrap_1280 {
	width: 94%;
	margin: 0 auto;
}
.area_mainimg .ttl {
	position: absolute;
	top: 50%;
	left: 10%;
	margin-top: -100px;
	z-index: 1;
}
.block_tech1 .txtarea,
.block_tech2 .txtarea,
.block_tech3 .txtarea  {
	padding: 5% 0 5% 3%;
}

}


@media screen and (max-width: 1024px) {

.header_menubtn {
	display: block;
}
.cover_global,
.global,
.global_fixed,
.list_footernav {
	display: none;
}
.wrap_1024 {
	width: 94%;
	margin: 0 auto;
}
.wrap_960 {
	width: 94%;
	margin: 0 auto;
}
.area_header .logo {
	padding: 12px 0;
}
.area_header > div.rightside {
	position: absolute;
	top: 16px;
	right: 65px;
}
.area_header .header_btn a span {
	display: none;
}
.area_header .header_btn i {
	font-size: 1.8rem;
}
.box_contact a.btn_contact {
	width: 90%;
}
.area_mainimg .ttl {
	position: absolute;
	top: 50%;
	left: 5%;
	margin-top: -70px;
	z-index: 1;
}
.area_mainimg .ttl img {
	width: 200px;
	margin: 0 0 20px;
}
.area_mainimg .ttl h2 {
	font-size: 3.2rem;
	letter-spacing: 0.1em;
	line-height: 1.6;
}

}


@media screen and (max-width: 768px) {

.sp_only {
	display: block;
}
.pc_only {
	display: none;
}
.wrap_840 {
	width: 94%;
	margin: 0 auto;
}
.area_header .logo {
	width: 30%;
}
.area_header .logo h1 {
	display: none;
}
.area_contents {
	padding: 60px 0;
}
.ttl_contents_top1 .ttl {
	margin: 0 0 40px;
	font-size: 2.8rem;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
}
.ttl_contents_top2 .ttl {
	padding: 20px 0 40px;
	font-size: 2.8rem;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
}
.ttl_contents_top2 .ttl span {
	padding-top: 5px;
	font-size: 1.4rem;
}
.ttl_contents_top2 .ttl::before {
	width: 50px;
	height: 5px;
 }
.area_contact {
	padding: 40px 0;
}
.box_contact {
	border-left: none;
}
.box_contact > div {
	border-right: none;
}

/* layout_top */
.area_tech {
	padding: 60px  0 0;
	font-size: 1.5rem;
}
.block_tech1 .txtarea,
.block_tech2 .txtarea,
.block_tech3 .txtarea  {
	padding: 6% 3%;
}
.area_tech h3 {
	font-size: 2.4rem;
}
.box_image {
	margin: 0 0 40px;
}
.area_scene {
	padding: 60px  0;
}
.box_scene {
	margin: 0 0 40px;
}
.box_scene > div {
	height: 240px;
}
.read_scene h3 {
	margin: 0 0 15px;
	font-size: 2.1rem;
}
.list_news li a {
	display: block;
}
.list_news li span {
	display: inline-block;
}

/* layout_products */
.slider_products_thumb li {
	height: 60px;
}
.slider_products div.photo img {
	height: 300px;
}
.box_spec > div.txtarea {
	width: 100%;
	margin: 0 0 40px;
}
.box_spec > div.photoarea {
	width: 100%;
	text-align: center;
}
.box_spec > div.photoarea img {
	width: 60%;
}

/* layout_stores */
.list_tab {
	margin: 0 0 40px;
}
.list_tab li {
	width: 33.33%;
}
.list_pref {
	margin: 0 0 40px;
}
.ttl_stores_region {
	padding: 5px 15px;
	font-size: 1.8rem;
}
.box_pref {
	margin: 0 0 40px;
	padding-top: 0;
}
.ttl_stores_pref {
	padding-left: 15px;
	font-size: 1.8rem;
}
.tbl_stores th,
.tbl_stores td {
	width: 100%;
	display: block;
}
.tbl_stores  thead {
	display: none;
}
.tbl_stores th {
	padding: 0 15px;
	border-bottom: none;
}
.tbl_stores td {
	padding: 0 15px 15px;
}
.tbl_stores  th h4 {
	margin: 0;
	padding: 15px 0 5px;
}

/* layout_contact */
.tbl_contact td,
.tbl_contact th {
	display: block;
	padding: 10px;
	width: 100%;
}
.tbl_contact th {
	border-bottom: 1px dotted #bdbdbd;
}
.tbl_contact label {
	display: inline-block;
	width: 100%;
	padding: 10px;
	margin-bottom: 5px;
	background: #f1f1f1;
	border-radius: 5px;
}

/* layout_law */
.tbl_law td,
.tbl_law th {
	display: block;
	width: 100%;
}
.tbl_law th {
	padding: 10px 10px 5px;
	border-bottom: none;
}
.tbl_law td {
	padding: 0 10px 10px;
}
.ec-headerRole__cart {
	display: none!important;
}

}


@media screen and (max-width: 480px) {

.ttl_contents_top1 .ttl {
	margin: 0 0 30px;
	font-size: 2rem;
	letter-spacing: 0;
	text-indent: 0;
}
.ttl_contents_top1 .ttl ruby rt {
	font-size: 1.1rem;
	line-height: 1.4;
}
.block_products > div.rightside {
	width: 100%;
}
.area_footer {
	width: 100%;
	padding: 40px 0;
}
.area_footer .logo {
	width: 80px;
}
.codenumber {
	margin: 0 0 20px;
	padding: 0 0 20px;
}
.codenumber p {
	margin: 0;
}
.codenumber p span {
	display: block;
	margin: 0;
}

/* layout_top */
.block_tech1 > div,
.block_tech2 > div,
.block_tech3 > div {
	width: 100%;
	margin: 0;
}


/* layout_products */
/* layout_products */
.slider_products_thumb li {
	height: 60px;
}
.slider_products div.photo img {
	height: 250px;
}
.block_products > div.leftside,
.block_products > div.rightside {
	width: 100%;
}
.box_spec > div.photoarea {
	width: 100%;
	margin: 0 0 60px;
}

/* layout_voice */
.box_user {
	padding: 20px;
}
.list_user {
	padding: 120px 0 0 0;
}
.list_user dt {
	width: 100%;
	margin: 0 0 5px;
}
.list_user dt br {
	display: none;
}
.list_user dd {
	width: 100%;
	font-size: 100%;
}



}
