/* Theme Name: Customize */

/* ==========================================================================
	Foundation
========================================================================== */

/* Reset
----------------------------------------------------------------- */
*,h1 {
 margin: 0;
 padding: 0;
}
li {
 list-style: none;
}
table,th,td {
 margin: 0;
 padding: 0;
 border: none;
 background: none;
}

/* Base
----------------------------------------------------------------- */
@media screen and (max-width: 640px) {
/*! Android用 */
* {
	background-image: url("data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==");
	max-height: 999999px;
}
}

html {
	font-size: 62.5%;
	background-color: #fff;
}
body,
input,
textarea {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.7;
	font-family: "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana, sans-serif;
	color: #000;
}
.mincho{
	font-family: "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
}
a:focus { outline:none;}

a:link,a:visited {
	color: #43a1c6;
	text-decoration: none;
}
a:active,
a:hover {
	text-decoration: underline;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
  opacity: .7;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="number"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 0.2em 0.5em;
}
img,iframe {
	max-width: 100%;
}
b, strong {
	font-weight: bold;
}

.wide-only {
  display: inline;
}
.narrow-only {
  display: none;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
@media screen and (max-width: 640px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	* {
		-khtml-opacity: 1 !important;
		-moz-opacity: 1 !important;
	  opacity: 1 !important;
	}
}

/* ==========================================================================
	layout
========================================================================== */
html,
body,
#wrapper,
#content {
  height: 100%;
}
#wrapper {
  overflow: hidden;
}
.content-width {
  width: 1300px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 1300px) {
  #wrapper {
    min-width: 1300px;
  }
}
@media screen and (max-width: 640px) {
  #wrapper {
    min-width: 640px;
  }
  .content-width {
    width: 640px;
    padding: 0 20px;
  }
}

/* ==========================================================================
	object
========================================================================== */

/* Images
 ----------------------------------------------------------------- */
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img {
	max-width: 100%;
	height: auto;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 2.4rem;
	margin-top: 0.4rem;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 2.4rem;
	margin-top: 0.4rem;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 2rem;
}
.entry-content p.clear {
	padding-bottom: 0.5rem;
	margin: -2.5rem;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 1.8rem;
	margin-bottom: 2rem;
	max-width: 100% !important;
	box-sizing: border-box;
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
	max-width: 100%;
}
.wp-caption p.wp-caption-text {
	color: #777;
	font-size: 12px;
	margin: 5px;
}

@media screen and (max-width: 640px) {
	img.alignleft, img.alignright, img.aligncenter {
		margin: 4rem auto 2rem auto;
		float: none;
		display: block;
	}
}

/* PageNavi
 ----------------------------------------------------------------- */
.wp-pagenavi {
	clear: both;
	padding-top: 4rem;
	text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
	border: 2px solid #000;
	border-radius: 50%;
	color: #000;
	display: inline-block;
	font-weight: bold;
	height: 2em;
	line-height: 2.1em;
	margin: 0 0.25em;
	text-align: center;
	vertical-align: middle;
	width: 2em;
}
.wp-pagenavi a:hover, .wp-pagenavi span {
	background: #000 none repeat scroll 0 0;
	color: #fff;
	opacity: 1;
	text-decoration: none;
}
.wp-pagenavi .extend {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	color: #000;
	width: 1em;
}
.wp-pagenavi .extend::after {
	content: "…";
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
	background: #000 none repeat scroll 0 0;
	border-radius: 45%;
	height: 1em;
	position: relative;
	text-indent: -999999px;
	vertical-align: middle;
	width: 1em;
}
.wp-pagenavi .previouspostslink::after {
	border-color: transparent #fff;
	border-style: solid;
	border-width: 4px 6px 4px 0;
	content: "";
	height: 0;
	left: 0.2em;
	position: absolute;
	top: 0.225em;
	width: 0;
}
.wp-pagenavi .nextpostslink::after {
	border-color: transparent transparent transparent #fff;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	content: "";
	height: 0;
	left: 0.4em;
	position: absolute;
	top: 0.225em;
	width: 0;
}

/* Module
 ----------------------------------------------------------------- */
 /* before,after */
 .before,.after {
	 position: relative;
 }
 .before::before,
 .after::after {
	 display: inline-block;
	 content: "";
 }
/* float */
.clear {
	clear: both;
}
.clearfix::after {
	clear: both;
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
.clearfix {
		min-height: 1px;
}
.floatbox {
	overflow: hidden;
}
.left {
	float: left;
}
.right {
	float: right;
}
/* position */
.center {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.central {
	top: 50%; left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
/* floatlist */
.floatlist {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
}
.floatlist li {
	display: inline-block;
	vertical-align: top;
	font-size: 1.4rem;
}
.floatlist li:last-child {
	margin-right: 0;
}
/* table */
.table {
	display: table;
	width: 100%;
}
.cell {
	display: table-cell;
	vertical-align: middle;
}
/* image */
.imgbox {
	line-height: 0;
}
.imgbox img {
	vertical-align: middle;
}
/* btn */
.btn {
  margin: auto;
  text-align: center;
}
.btn a {
  display: block;
  padding: 20px 12px;
  font-size: 1.8rem;
  line-height: 1;
}
.btn a:hover {
  opacity: .7;
  text-decoration: none;
}

/* Component
----------------------------------------------------------------- */
.link-icon a {
  padding-right: 15px;
  background: no-repeat center right;
  background-image: url('./images/link_icon.png');
}
.tel-hover-action:hover {
  opacity: 1;
  text-decoration: none;
}

/* Project
----------------------------------------------------------------- */
/*--------------
	layer
--------------*/
#bg-layer {
  position: absolute;
  top: 0; left: 0;
  z-index: -1;
}
#bg-layer,
#bg-layer .bg-list,
#bg-layer .bg-list li,
#bg-layer .bg-list li img {
  width: 100%;
  min-width: 1300px;
  height: 100%;
}
#bg-layer .bg-list li {
  position: absolute;
}
#bg-layer .bg-list li img  {
  vertical-align: bottom;
}

@media screen and (max-width: 640px) {
  #bg-layer,
  #bg-layer .bg-list,
  #bg-layer .bg-list li,
  #bg-layer .bg-list li img {
    min-width: 100%;
  }
}

/*--------------
	header
--------------*/
#header {
  position: fixed;
  top: 0; left: 0;
  width: 430px;
  height: 100%;
}
.header-inner {
  padding: 50px 0;
}
#header.is-active .header-inner {
  top: 0;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#header li {
  position: relative;
  line-height: 1;
}
#header li a {
  color: #000;
  text-decoration: none;
  opacity: 1;
}
#header #logo {
  padding-left: 50px;
}
#header #logo a {
  display: block;
}
#header #gnav {
  padding-left: 5px;
}
#header #gnav li {
  margin-bottom: 50px;
  padding-left: 45px;
  font-size: 1.8rem;
}
#header #gnav li.current_page_item::before {
  display: block;
  content: "";
  position: absolute;
  top: 0; bottom: 0; left: 0;
  width: 5px;
  height: 40px;
  margin: auto;
  border-left: 5px solid #000;
}
#header #gnav li a:hover::before {
  display: block;
  content: "";
  position: absolute;
  top: 0; bottom: 0; left: 0;
  width: 5px;
  height: 40px;
  margin: auto;
  border-left: 5px solid #000;
}
#header #logo {
  width: 256px;
  margin-bottom: 50px;
}
#header #link-list {
  padding-left: 5px;
}
#header #link-list li {
  padding-left: 45px;
  font-size: 1.4rem;
}
#header #link-list li:not(:last-child) {
  margin-bottom: 20px;
}
#header #link-list li a:hover::before {
  display: block;
  content: "";
  position: absolute;
  top: 0; bottom: 0; left: 0;
  width: 3px;
  height: 20px;
  margin: auto;
  border-left: 3px solid #000;
}
#header #link-list li.current_page_item::before {
  display: block;
  content: "";
  position: absolute;
  top: 0; bottom: 0; left: 0;
  width: 3px;
  height: 20px;
  margin: auto;
  border-left: 3px solid #000;
}
@media screen and (max-width: 640px) {
  #header {
    float: none;
    position: relative;
    width: 100%;
    height: auto;
    z-index: 999;
  }
  .header-inner {
    display: table;
    width: 100%;
    box-sizing: border-box;
    padding: 30px 20px 14px;
  }
  #header #logo {
    display: table-cell;
    vertical-align: top;
    width: 255px;
    margin-bottom: 0;
    padding-left: 0;
  }
  #header .cell {
    text-align: right;
    vertical-align: top;
    font-size: 0;
  }
  #header .sns {
    display: inline-block;
    margin-right: 30px;
    vertical-align: top;
  }
  #header .sns li {
    width: 30px;
  }
  #header .sns li:not(:last-child) {
    margin-right: 20px;
  }
}

/*--------------
	main
--------------*/
#main {
  width: 870px;
  height: 100%;
  margin-left: 430px;
  padding: 120px 20px 120px 0;
  box-sizing: border-box;
}
#main #main-header {
  position: absolute;
  top: 20px; right: 20px;
   text-align: right;
}
#main #main-header .language {
  vertical-align: top;
  padding-right: 25px;
}
#main #main-header .language .jp,
#main #main-header .language .en {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  line-height: 1;
}
#main #main-header .language .jp a,
#main #main-header .language .en a {
  position: relative;
  color: #000;
  text-decoration: none;
  opacity: 1;
}
#main #main-header .language .jp a:hover::after,
#main #main-header .language .en a:hover::after {
  display: block;
  content: "";
  position: absolute;
  bottom: -8px; left: 50%;
  width: 30px;
  height: 2px;
  box-sizing: border-box;
  margin: auto;
  border-bottom: 2px solid #000;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#main #main-header .language .is-active {
  position: relative;
}
#main #main-header .language .is-active::after {
  display: block;
  content: "";
  position: absolute;
  bottom: -8px; left: 50%;
  width: 30px;
  height: 2px;
  box-sizing: border-box;
  margin: auto;
  border-bottom: 2px solid #000;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#main #main-header .sns {
  width: 80px;
  vertical-align: top;
}
#main #main-header .sns li {
  width: 20px;
}
#main #main-header .sns li img {
  vertical-align: top;
}
#main #main-header .sns li:not(:last-child) {
  margin-right: 10px;
}
#main #main-content {
  width: 820px;
}
@media screen and (max-width: 1300px) {
  #main #main-header {
    position: absolute;
  }
}
@media screen and (max-width: 640px) {
  #main {
    float: none;
    width: 100%;
    height: auto;
    margin-left: 0;
    padding: 0 20px;
    min-height: auto !important;
  }
  #main #main-header {
    display: none;
  }
  #main #main-content {
    width: 100%;
  }
}

/*--------------
	footer
--------------*/
#footer {
  position: absolute;
  bottom: 20px; left: 20px;
  font-size: 1rem;
}
@media screen and (max-width: 640px) {
  #footer {
    bottom: 0; left: 0;
    padding: 15px 20px;
    font-size: 1.2rem;
    background-color: #fff;
  }
}


/* Utitlity
----------------------------------------------------------------- */
.ta-c {
	text-align: center;
}
.ta-l {
	text-align: left;
}
.ta-r {
	text-align: right;
}
.va-t {
	vertical-align: top;
}
.va-m {
	vertical-align: middle;
}
.va-b {
	vertical-align: bottom;
}
.fw-b {
	font-weight: bold;
}
.fw-n {
	font-weight: normal;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.fz0 {
	font-size: 0;
}
.embed {
	color: #e60012;
}

body#detail .product-area .thumb img,
body#detail .related-products li .thumb img {
	display: block;
	position: relative;
	max-height: 100%;
}

@media all and (-ms-high-contrast: none){
  #main #main-header{
    right: 100%; /* IE10以上 */
  }
}
.newbnr{position: absolute; bottom:30px; right:30px; z-index: 1;}
.newbnr a:hover{opacity:1;}
.newbnr img{width: 400px;}
@media screen and (max-width: 767px) {
	.newbnr{position: absolute; bottom:30px; right: 20px;}
	.newbnr:hover{opacity:1;}
	.newbnr img{width: 300px;}
}