@charset "utf-8";

/* ==========================================================================
Foundation [ reset / base ]
========================================================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1.5;
  background: #fff;
  font-size: 14px;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;  
  color: #000;
  background-image: url(../images/top/bg.png);
  background-position: left top;
  background-size: auto;
  background-repeat: repeat;
  padding-top: 60px;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
select {
  font-size: 12px;
  background-color: #fff;
  height: 26px;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
a {
  text-decoration: none;
  color: #000;
}
a:hover,
a:active,
a:focus {
  text-decoration: underline;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
p {
  margin-bottom: 15px;
}
.futura {
  font-family: Futura, 'Century Gothic';
}

/* ==========================================================================
Layout [ header / main / side / footer... ]
========================================================================== */
header#masthead {
  position: relative;
  background: url(../images/top/bg-mv.png);
  background-attachment: fixed;
  background-position: top center;
  /*background-size: cover;*/
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  z-index: 1000;
}
header#masthead .hd_logo img {
  height: 30px;
  margin-top: 15px;
  margin-left: 10px;
  width: auto;
}
.entry-header {
  margin-top: 2px;
}
.menu-menu-container {
  display: none;
  width: 100%;
  background-color: #000;
  position: fixed;
  top: 60px;
}
.menu-menu-container ul {
  margin-bottom: 0;
}
.menu-menu-container ul li:nth-of-type(1) {
  width: 50%;
  float: left;
  padding: 5px 0 0;
  background-color: #fff;
}
.menu-menu-container ul li:nth-of-type(2) {
  width: 50%;
  float: right;
  padding: 5px 0 0;
  background-color: #fff;
}
.menu-menu-container ul li:nth-of-type(3) {
  padding: 0 0 5px;
  background-color: #fff;
  clear: both;
}
.menu-menu-container ul li a {
  color: #fff;
  display: block;
  text-align: center;
  border-bottom: 1px solid #aaa;
  padding: 15px 0;
}
.menu-menu-container ul li:nth-of-type(1) a ,
.menu-menu-container ul li:nth-of-type(2) a ,
.menu-menu-container ul li:nth-of-type(3) a {
  color: #000;
  background-color: #fff;
  margin: 5px;
  border-radius: 5px;
  padding: 10px 0;
  border: 1px solid #000;
}
/*開閉ボタン*/
#nav_toggle{
  display: block;
  width: 30px;
  height: 40px;
  position: absolute;
  right: 10px;
  top: 15px;
  z-index: 100;
}
#nav_toggle div {
  position: relative;
}
#nav_toggle span{
  border-radius: 50px;
  display: block;
  height: 5px;
  background: #000;
  position:absolute;
  width: 100%;
  left: 0;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#nav_toggle span:nth-child(1){
  top:0px;
}
#nav_toggle span:nth-child(2){
  top:12px;
}
#nav_toggle span:nth-child(3){
  top:24px;
}

/*開閉ボタンopen時*/
.open #nav_toggle span:nth-child(1) {
  top: 12px;
   -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
}
.open #nav_toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}
.open #nav_toggle span:nth-child(3) {
  top: 12px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.hd_hnav {
  display: none;
}

/*FOOTER*/
footer {
  background: url(../images/top/bg-mv.png) repeat;
}
footer.sub {
  border-top: 1px solid #ccc;
  position: relative;
}
.ft_top_area {
  background: url(../images/top/sp_bg_ft.png) no-repeat top center;
  background-size: cover;
  padding: 0 0 5%;
  text-align: center;
}

.pos_in_wrap {
  position: relative;
  padding-top: 20px;
}

.ft_top_area .ft_ttl {
  color: #fff;
  margin-bottom: 15px;
  font-size: 37px;
  font-weight: normal;
}

.ft_top_area .ft_txt {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 25px;
  color: #fff;
  line-height: 2;
}

.ft_top_area .ft_txt br {
  display: none;
}

#footer {
  background: none;
}

#more_btn.wh_ver {
  background-color: #fff;
  border-color: #fff;
  color: #c99a05;
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  height: 52px;
  line-height: 37px;
}

#more_btn.wh_ver:after {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  z-index: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#more_btn.wh_ver:hover:after {
  left: 10px;
  top: 10px;
}

.slick-slider {
  padding: 0!important;
  margin-bottom: 0!important;
}

.slick-dots li button {
  width: 9px!important;
  height: 9px!important;
}

.slick-dots li {
  width: 9px!important;
  height: 9px!important;
  background: rgba(255,255,255,.7);
  border-radius: 50%;
}

.slick-dots li.slick-active {
  background: #fff;
}

.topSlider {
  height: 185px;
}

.topSlider li {
  position: relative;
  height: 200px;
  background-size: 100%;
  background-repeat: no-repeat;
}
.slick-dots {
  left: 0!important;
}
.slick-dots li.slick-active {
    background: #000;
}
/*footer*/

.ft_flex {
  display: block;
  text-align: center;
  padding: 20px 0 30px;
  overflow: hidden;
}
.ft_flex .fnav {
  margin-right: 0px;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  text-align: left;
}
.ft_flex .fnav:first-child li ,
.ft_flex .fnav:nth-child(2n) li {
  display: none;
  padding: 5px 0;
}
.ft_flex .fnav:nth-child(1) li:nth-child(1) ,
.ft_flex .fnav:nth-child(1) li:nth-child(3) ,
.ft_flex .fnav:nth-child(1) li:nth-child(4) ,
.ft_flex .fnav:nth-child(1) li:nth-child(5) {
  display: inline-block;
}
.ft_flex .fnav li {
  margin-bottom: 10px;
  padding: 0;
  display: inline-block;
  margin: 0 10px;
}
.ft_flex .fnav li a {
  display: block;
  font-size: 13px;
  font-weight: bold;
  color: #555;
  letter-spacing: 1px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.ft_flex .fnav li a:hover {
  cursor: pointer;
  opacity: .8;
}
.ft_inf {
  float: left;
  width: 60%;
  text-align: left;
}
.ft_sel {
  float: right;
  width: 40%;
}
.hd_contact,
.ft_inf a.ft_contact {
  display: block;
  width: 110px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  font-size: 13px;
  text-align: center;
  background: #c99a05;
  margin-bottom: 15px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.hd_contact:hover,
.ft_inf a.ft_contact:hover {
  background: #000;
  color: #fff;
}
.ft_tell {
  display: block;
  padding-left: 30px;
  background: url(../images/top/ico-tell.png) no-repeat 0 6px;
  background-size: 20px;
  color: #000000;
  font-size: 20px;
}
.ft_sel {
  float: right;
}
.footer-bottom-wrap {
  background-color: #000;
  text-align: center;
  padding: 14px 0;
  font-size: 12px;
}
.footer-bottom-wrap span {
  color: #fff;
}
/* ==========================================================================
Project [ pages / ranking / promo... ]
========================================================================== */
/*トップページ*/
#mv {
  min-height: 200px;
  background-image: url(../images/top/bg-mv.png);
  background-repeat: repeat;
  /*background-size: 100%;*/
  background-position: 20% 20%;
  position: relative;
  display: table;
}
.mv_visual01 {
  padding-left: 5%;
  display: table-cell;
  vertical-align: bottom;
}
.mv_visual01 img {
  max-width: 60%;
}
.mv_visual02 {
  right: 2%;
  width: 68%;
  top: 30%;
  position: absolute;
}
#topnews {
  display: block;
  width: 100%;
}
#topnews ul {
  width: 100%;
  padding: 0;
  margin-bottom: 0;
  list-style: none;
}
#topnews ul li {
  width: 100%;
  background-color: #f0f0f0;
}
#topnews ul li a {
  width: 100%;
  height: 100%;
  display: block;
  justify-content: flex-start;
  padding: 12px 20px 0px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#topnews ul li a .date {
  letter-spacing: 1px;
  font-size: 14px;
  color: #000000;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 15px;
}
#topnews ul li a .label_cat {
  display: inline-block;
  padding: 0px 8px;
  background-color: #c99a05;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  width: 80px;
  border-radius: 3px;
  margin-right: 15px;
}
#topnews ul li a p {
  color: #333;
  line-height: 1.4;
  margin-bottom: 0;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  font-size: 14px;
}
#topnews ul li:last-child p {
  border: none;
}
#topnews .news_btn a {
  display: block;
  font-size: 13px;
  background-color: #c99a05;
  border: 3px solid #c99a05;
  cursor: pointer;
  text-align: center;
  color: #fff;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 13px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#top_sec02 {
  background-color: #000;
  text-align: center;
  padding: 60px 0;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
#top_sec02:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  padding-bottom: 157%;
  background: url(../images/top/bg-top02.png) no-repeat 50% -10%;
  background-size: 80%;
  opacity: .3;
  z-index: 2;
}
#top_sec02:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 1;
}
#top_sec02 .ttl {
  font-size: 30px;
  position: relative;
  z-index: 3;
  color: #fff;
  line-height: 1;
}
#top_sec02 span {
  color: #fff;
  position: relative;
  z-index: 3;
  font-size: 14px;
  line-height: 1.8;
  display: block;
}
#top_sec02 .sub_ttl {
  font-size: 26px;
  color: #fff;
  position: relative;
  z-index: 3;
  margin-bottom: 15px;
}
#section_banner {
  background: url(../images/top/bg_slider.png) no-repeat;
  background-size: cover;
  height: auto;
  overflow: hidden;
  margin-bottom: 0px;
}
#section_banner .container {
  padding: 10px 10px 0;
}
.shop {
  padding-top: 20px;
}
.shop.sub {
  padding-top: 0;
}
.azera_shop_products_container {
  text-align: center;
}
.home-shop-product-wrap-all {
  display: inline-block;
  float: none;
  width: 100%;
  margin-bottom: 40px;
  vertical-align: top;
  padding: 0;
}
.home-shop-product-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding-bottom: 30px;
}
.home-shop-product-img {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.home-shop-product-img:after {
  content: '';
  position: absolute;
  left: 10px;
  top: 10px;
  width: 100%;
  height: 100%;
  border: 1px solid #c99a05;
  z-index: -1;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.home-shop-product-img:hover:after {
  left: 0;
  top: 0;
}
.home-shop-product-img img {
  width: 100%;
}
.home-shop-product-info {
  width: 100%;
  padding: 10px 5px 28px;
  position: relative;
}
.home-shop-product-content {
  font-size: 14px;
  text-align: left;
  line-height: 22px;
}
.home-shop-product-content p {
  color: #555;
}
.home-shop-product-content p br {
  display: none;
}
.home-shop-product-price {
  color: #454545;
  font-size: 14px;
  font-weight: normal;
  font-style: italic;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  text-align: right;
}
.woocommerce-price-suffix {
  font-size: 12px;
  color: #333;
}
#more_btn {
  font-size: 13px;
  text-align: center;
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 9px 21px;
  font-weight: bold;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  position: relative;
  opacity: 1;
}
#more_btn:after {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  z-index: -1;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#more_btn:hover:after {
  left: 5px;
  top: 5px;
}
.home-add-to-cart-wrap {
  float: right;
  width: 50%;
  text-align: right;
}
.home-add-to-cart-wrap a ,
.home-add-to-cart-wrap button {
  display: inline-block;
  float: none;
  overflow: visible;
  position: relative;
  left: auto;
  margin: 0;
  padding: 6px 14px;
  padding-top: 1px;
  padding-bottom: 4px;
  border: none;
  color: #fff;
  background-color: #c99a05;
  text-shadow: none;
  font-family: inherit;
  font-size: 13px;
  font-weight: normal;
  line-height: 32px;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  opacity: 1;
}
.home-add-to-cart-wrap a:after ,
.home-add-to-cart-wrap button:after {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border: 1px solid #c99a05;
  z-index: -1;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.home-add-to-cart-wrap a:hover:after ,
.home-add-to-cart-wrap button:hover:after {
  left: 5px;
  top: 5px;
}
.top_bottle_ttl {
  display: inline-block;
  font-size: 20px;
  line-height: 1.3;
  color: #333;
}
.top_page_en {
  display: block;
  font-size: 16px;
  font-family: 'Pathway Gothic One', sans-serif;
  color: #333;
  margin-bottom: 15px;
  letter-spacing: 2px;
}
.home-shop-product-title h3 {
  font-size: 20px;
  width: auto;
  display: inline-block;
  /*line-height: 18px;*/
  color: #333;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
}
.home-shop-product-wrap-all:nth-child(2n) .home-shop-product-img {
  order:1;
}
.home-shop-product-wrap-all:nth-child(2n) .home-shop-product-info {
  order:2;
}
/*商品一覧*/
#content .products_list {
  position: relative;
  overflow: hidden;
  display: block;
  float: left;
  width: 48%;
  margin-bottom: 20px;
  margin-right: 4%;
}
#content .products li.product {
  width: 100%;
  position: relative;
  list-style: none;
}
#content .related li.product {
  margin-bottom: 20px;
  margin-right: 4%;
}
#content .products li.product .product_img img {
  width: 100%;
}
#content .products .azera_shop_grid_column_3 li.product ,
#content .products .azera_shop_grid_column_5 li.product ,
#content .products_list:nth-of-type(2n) ,
#content .related .products:nth-of-type(2n) ,
#content .products li.product:nth-child(2n) {
  margin-right: 0;
}
#content .products li.product .product_img img {
  width: 100%;
}
#content .products li.product .product_img {
  position: relative;
  margin-bottom: 5px;
}
#content .products li.product .product_img:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 5px;
  width: 100%;
  height: 100%;
  border: 1px solid #c99a05;
  z-index: -1;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#content .products li.product.active .product_img:after {
  left: 0;
  top: 0;
}
#content .products li.product .product_img:before {
  background: #fff;
  content: " ";
  position: absolute;
  z-index: 2;
  height: 100%;
  left: 0;
  opacity: .7;
  top: 0;
  cursor: pointer;
  width: 0;
  z-index: 1;
  display: block;
  position: absolute;
  -webkit-transition: all .3s cubic-bezier(.215,.61,.355,1);
  transition: all .3s cubic-bezier(.215,.61,.355,1);
}
#content .products li.product .home-add-to-cart-wrap a:after {
  display: none;
}
#content .products li.product .home-add-to-cart-wrap a:hover {
  cursor: pointer;
}
#content .products li.product.active .product_img:before {
  width: 100%;
}
#content .products li.product .product__title {
  font-size: 12px;
  color: #333333;
  border-bottom: none;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
#content .products li.product .products-price {
  text-align: center;
  font-size: 12px;
  color: #6e6e6e;
  margin-top: 18px;
  font-style: italic;
  font-weight: normal;
  letter-spacing: 1px;
  position: absolute;
  margin: 0;
  left: 6px!important;
  bottom: 8px!important;
}
#content .products li.product .home-add-to-cart-wrap {
  position: absolute;
  top: 234px;
  left: 50%;
  margin-left: -74px;
  width: auto;
  opacity: 0;
}
#content .products li.product .home-add-to-cart-wrap a ,
#content .products li.product .home-add-to-cart-wrap button {
  background: url(../images/top/ico-cart.png) no-repeat 15px 11px;
  background-color: #000;
  background-size: 16px;
  color: #fff;
  width: 120px;
  height: 33px;
  line-height: 33px;
}
#content .products li.product:hover .home-add-to-cart-wrap {
  z-index: 3;
  opacity: 1;
}
div.product {
  margin-bottom: 50px;
  position: relative;
}
.images {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
.product-gallery__image {
  position: relative;
}
.product-gallery__image img {
  width: 100%;
}
.product-gallery__image:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 10px;
  width: 100%;
  height: 100%;
  border: 1px solid #c99a05;
  z-index: -1;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.product-gallery__trigger {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 2em;
  z-index: 9;
  width: 36px;
  height: 36px;
  background: #fff;
  text-indent: -9999px;
  border-radius: 100%;
  box-sizing: content-box;
}
.product-gallery__trigger:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  border-radius: 100%;
  position: absolute;
  top: 9px;
  left: 9px;
  box-sizing: content-box;
}
.product-gallery__trigger:after {
  content: "";
  display: block;
  width: 2px;
  height: 8px;
  background: #000;
  border-radius: 6px;
  position: absolute;
  top: 19px;
  left: 22px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: content-box;
}
.flex-viewport {
  margin-bottom: 24px;
}
div.entry-summary {
  width: 100%;
  clear: both;
  padding-top: 30px;
}
.flex-control-nav li {
  width: 24%;
  float: left;
  margin: 0;
  margin-right: 1%;
  list-style: none;
}
.flex-control-nav li:nth-child(4n+1) {
  clear: left;
}
.tabs {
  clear: both;
}
.product_title.entry-title {
  font-size: 20px;
  margin-bottom: 10px;
  color: #444;
  letter-spacing: 1px;
}
div.product-details__short-description p {
  font-size: 16px;
  color: #6f6f6f;
  letter-spacing: 1px;
}
div.product-details__short-description p br {
  display: none;
}
.entry-summary .price {
  display: block;
  margin: 20px 0 29px;
  text-align: right;
}
.price span {
  text-align: right;
  color: #6f6f6f;
  font-size: 16px;
}
.cart .quantity {
  margin-bottom: 26px;
  width: 100%;
}
.quantity .qty {
  padding: 7px 0;
  border: 1px solid #e7e7e7;
  border-radius: 0;
  font-weight: bold;
  line-height: 20px;
  width: 100%!important;
  border-color: #cccccc;
  margin-bottom: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.woocommerce div.product form.cart .single_add_to_cart_button {
  padding: 7px 30px 8px 30px;
  border: none;
  border-radius: 0;
  color: #fff;
  width: 100%;
  font-weight: bold;
  background-color: rgba(0,0,0,1.00);
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transition: none;
  transition: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;  
}
.product_meta {
  margin: 25px 0;
  display: block;
  width: 100%;
  overflow: hidden;
}
.product_meta a {
  display: inline-block;
  color: #333;
  text-align: center;
  background: #fff;
  border: 1px solid #ccc;
  padding: 5px 10px;
  border-radius: 5px;
  min-width: 90px;
}
.product_meta a + a {
  margin-left: 5px;
}
.has-share-buttons a {
  margin-right: 12px;
}
.has-share-buttons .fa {
  color: #a0a0a0;
  font-size: 22px;
  line-height: 20px;
}
h2 {
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #cccccc;
  margin-top: 10px;
}
.main_h2_ttl {
  text-align: center;
  width: 100%;
  display: block;
  line-height: 26px;
  font-size: 20px;
  letter-spacing: 1px;
  margin-bottom: 30px;
  border-top: 1px solid #cccccc;
  color: #333333;
  padding-top: 40px;
}
#tab-description {
  padding-bottom: 40px;
  display: block!important;
}
#tab-description p {
  line-height: 2;
  font-size: 14px;
  letter-spacing: 1px;
}
.related_product h2 {
  border-bottom: 1px solid #ccc;
  padding: 18px 0;
  margin-bottom: 60px;
}
.related_product ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  overflow: hidden;
  justify-content:space-arround;
}
.related_product ul li {
  width: 241px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.related_product ul li + li {
  margin-left: 12px;
}
.related_product .related_pro_img img {
  width: 100%;
}
.related_product .decArea {
  background: #c99a05;
  color: #fff;
  padding: 10px;
  transition: color 0.55s cubic-bezier(0.52, 0.08, 0.18, 1),-webkit-transform 0.55s cubic-bezier(0.52, 0.08, 0.18, 1);
  transition: color 0.55s cubic-bezier(0.52, 0.08, 0.18, 1),transform 0.55s cubic-bezier(0.52, 0.08, 0.18, 1);
  position: relative;
  overflow: hidden;
  -webkit-transition: border-color 0.55s cubic-bezier(0.52, 0.08, 0.18, 1);
  transition: border-color 0.55s cubic-bezier(0.52, 0.08, 0.18, 1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.related_product .decArea .rel_title {
  color: #fff;
  font-size: 13px;
}
.related_product .decArea .price {
  color: #fff;
  font-size: 13px;
  text-align: right;
  margin-bottom: 0;
}
.related_product .decArea .price span {
  color: #fff;
  font-size: 13px;
  font-style: italic;
  letter-spacing: 1px;
}
.related_product .decArea:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0px;
  height: 0px;
  -webkit-transition: -webkit-transform 0.55s cubic-bezier(0.52, 0.08, 0.18, 1);
  transition: transform 0.55s cubic-bezier(0.52, 0.08, 0.18, 1);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: translate(-100%, 0) scale(1);
  transform: translate(-100%, 0) scale(1);
  backface-visibility: hidden;
  background-color: #000;
  z-index: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.related_product li:hover .decArea:before {
  width: 100%;
  height: 300%;
  -webkit-transform: translate(-50%, -50%) scale(3);
  transform: translate(-50%, -50%) scale(3);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.related_product li:hover .rel_title,
.related_product li:hover .price {
  position: relative;
  z-index: 2;
}

/*お知らせ*/
.lv {
  background-image: url(../images/common/bg_lv.png);
  background-repeat: no-repeat;
  background-position: 45% 0%;
  background-size: cover;
  min-height: 160px;
  position: relative;
  margin-bottom: 50px;
  border-bottom: 1px solid #ddd;
}
.lv.gallery {
  background-image: url(../images/gallery/bg_lv.png);
}
.lv .container {
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0;
  height: 100%;
}
.lv__wrap {
  min-width: 235px;
  background: rgba(0,0,0,.54);
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  text-align: left;
  height: 100%;
  width: 100%;
  padding: 50px 20px 20px;
}
.lv__wrap .page_ttl {
  color: #fff;
  font-size: 26px;
  letter-spacing: 2px;
  text-align: center;
  display: block;
  line-height: 1.3;
}
.lv__wrap span.en_ttl {
  color: #c99a05;
  letter-spacing: 2px;
  font-size: 16px;
  display: block;
  text-align: center;
}
.lv.gallery .lv__wrap:before,
.lv.gallery .lv__wrap:after {
  background: #000;
  height: 400px;
}
.site-main {
  display: block;
  margin-bottom: 60px;
}
#primary {
  width: 100%;
}
.lv__wrap.type02 {
  padding-top: 20px;
}
/*NEWS CATEGORY*/
.post_news {
  overflow: hidden;
  margin-bottom: 30px;
}
.post_news li {
  width: 100%;
  margin-bottom: 20px;
}
.widget-title {
  border: none;
  padding: 0;
  margin-bottom: 28px;
  font-family: Pathway Gothic One;
  letter-spacing: 2px;
  text-align: left;
}
.post_news li .imgArea img {
  width: 100%;
}
.post_news li .txtArea {
  padding: 15px;
  background: #fff;
  transition: color 0.55s cubic-bezier(0.52, 0.08, 0.18, 1),-webkit-transform 0.55s cubic-bezier(0.52, 0.08, 0.18, 1);
  transition: color 0.55s cubic-bezier(0.52, 0.08, 0.18, 1),transform 0.55s cubic-bezier(0.52, 0.08, 0.18, 1);
  position: relative;
  overflow: hidden;
}
.post_news li .txtArea span {
  font-size: 16px;
  margin-bottom: 8px;
}
.post_news li .txtArea p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 0;
}
.post_news li .txtArea:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0px;
  height: 0px;
  -webkit-transition: -webkit-transform 0.55s cubic-bezier(0.52, 0.08, 0.18, 1);
  transition: transform 0.55s cubic-bezier(0.52, 0.08, 0.18, 1);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: translate(-100%, 0) scale(1);
  transform: translate(-100%, 0) scale(1);
  backface-visibility: hidden;
  background-color: #c99a05;
  z-index: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.post_news li:hover .txtArea:before {
  width: 100%;
  height: 300%;
  -webkit-transform: translate(-50%, -50%) scale(3);
  transform: translate(-50%, -50%) scale(3);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.post_news li:hover p,
.post_news li:hover span {
  position: relative;
  color: #fff;
  z-index: 2;
}
.post_news li:hover {
  cursor: pointer;
}
.post_news li:hover img {
  opacity: .8;
}
/*NEWS SINGLE*/
.entry-title.single-title {
  margin-top: 0;
  color: #000;
  font-size: 20px;
  padding-bottom: 15px;
  margin-bottom: 25px;
  position: relative;
  line-height: 28px;
  text-transform: uppercase;
}
.entry-title.single-title:before {
  content: '';
  position: absolute;
  left: 0;
  width: 80px;
  bottom: 0;
  height: 2px;
  background: #c99a05;
}
.single-entry-meta {
  margin-bottom: 15px;
}
.single-entry-meta i {
  margin-right: 10px;
  font-size: 18px;
}
.entry-content p {
  line-height: 1.8;
}
/*ページネーション*/
.ec-pager {
  width: auto;
  display: inline-block;
}
.ec-pagerRole {
  text-align: center;
}
.ec-pager .ec-pager__item a, 
.ec-pager .ec-pager__item--active span {
  color: inherit;
  display: block;
  color: #555555;
  width: 40px;
  line-height: 40px;
  text-decoration: none;
}
.ec-pager .ec-pager__item, 
.ec-pager .ec-pager__item--active {
  float: left;
  min-width: 40px;
  height: 40px;
  margin-left: -1px;
  text-align: center;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.ec-pager .ec-pager__item--active {
  background: #c99a05;
  border-color: #c99a05;
}
.ec-pager .ec-pager__item--active span {
  color: #fff;
}
/*特定商取引法に基づく表記*/
.scroll_down_list {
  overflow: hidden;
  margin-bottom: 30px;
}
.scroll_down_list li {
  width: 100%;
  margin-bottom: 5px;
}
.scroll_down_list li:nth-child(3n) {
  margin-right: 0;
}
.scroll_down_list li a {
  display: block;
  text-align: center;
  font-weight: bold;
  width: 100%;
  padding: 16px 10px;
  cursor: pointer;
  letter-spacing: 2px;
  background: #ebebeb;
  border: 1px solid #ccc;
}
.box_typeW {
  border: 1px solid #ccc;
  padding: 15px 15px 10px;
  background: #fff;
  margin-bottom: 30px;
}
.tableType01 tr {
  border-bottom: 1px solid #ebebeb;
  display: block;
}
.tableType01 tr:last-child {
  border: none;
}
.tableType01 tr th ,
table.logo tr th {
  font-weight: bold;
  padding: 13px 0;
  text-align: left;
  width: 100%;
  display: block;
}
.tableType01 tr td ,
table.logo tr td {
  font-weight: normal;
  padding: 0px 0 13px;
  line-height: 1.8;
}
table.logo tr {
  border: none;
  margin-bottom: 10px;
}
table.logo tr th {
  font-weight: bold;
}
table.logo tr th span {
  display: block;
  padding-left: 10px;
  font-weight: normal;
}
table.logo tr td {
  padding: 2px;
  font-size: 11px;
}
/*フォトギャラリー*/
.scroll_down_list02 a {
  background: #000;
  border-color: #000;
  color: #fff;
  width: 100%;
  font-size: 12px;
  border-radius: 30px;
  display: inline-block;
  line-height: 40px;
  height: 40px;
  position: relative;
}
.scroll_down_list02 a:before {
  content: '';
  position: absolute;
  right: 14px;
  width: 6px;
  top: 50%;
  margin-top: -6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  cursor: pointer;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.tacBox {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tacBox .scroll_down_list02 {
  display: inline-block;
  width: 100%;
}
.scroll_down_list02 li {
  width: 100%;
  margin-bottom: 2%;
}
.elements{
  position: relative;
  width: 32%;
  margin: 0 0px 50px 0;
  cursor: pointer;
  display: inline-block;
}
.photo_body {
  display: block;
}
.photo_body .ttlArea {
  width: 100%;
  margin-bottom: 15px;
  position: relative;
}
.photo_body .ttlArea .ttl {
  text-align: left;
  line-height: 1.5;
  font-size: 20px;
  margin: 0;
  display: inline-block;
}
.photo_body .ttlArea span {
  color: #c30f0f;
  font-weight: normal;
}
.photo_body .ttlArea div {
  position: absolute;
  right: 10px;
  top: 20px;
}
.photo_body .ttlArea div:before,
.photo_body .ttlArea span:before {
  content: '';
  position: absolute;
  left: 5px;
  top: -10px;
  width: 1px;
  height: 10px;
  background: #c30f0f;
}
.photo_body .ttlArea div:before {
  left:9px;
}
.photo_body .ttlArea div:after,
.photo_body .ttlArea span:after {
  content: '';
  position: absolute;
  left: 5px;
  bottom: -10px;
  width: 1px;
  height: 10px;
  background: #c30f0f;
}
.photo_body .ttlArea div:after {
  left: 9px;
}
.elements {
  cursor: pointer;
}
.elements p {
  position: absolute;
  left: 0px;
  bottom: -18px;
  font-size: 13px;
}
.g_overray {
  background-image: url(../images/gallery/ov.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.elements.active .g_overray {
  opacity: 1;
}
.elements.active p {
  z-index: 10;
  color: #fff;
}
/*商品名ブランドとは*/
.lv.brand {
  margin-bottom: 0;
}
.aboutBrand {
  background: url(../images/brand/bg-brand.png) no-repeat top center;
  background-size: cover;
  text-align: center;
  padding: 35px;
  position: relative;
}
.aboutBrand .ttl {
  color: #000;
  font-size: 18px;
  letter-spacing: 2.1px;
  text-align: center;
  margin: 0 auto;
  /*width: 90%;*/
}
.aboutBrand .ttl span {
  color: #c90505;
}
.aboutBrand .overlay {
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid #fff;
  z-index: 2;
}
.container.full .scroll_down_list {
  margin: 20px 10px;
}
.box40 {
  margin-bottom: 30px;
  overflow: hidden;
}
.box30 {
  margin-bottom: 20px;
  overflow: hidden;
}
.box_typeW.privacy {
  padding: 30px 20px;
}
/*h3 {
  color: #c99a05;
  margin-top: 25px;
  margin-bottom: 7px;
}*/

.title h3 {
  color: #000;
  margin-bottom: 7px;
  margin-top: 0;
}
/*お問い合わせ*/
#contact {
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content:space-between;
  align-items: flex-start;
  flex-wrap:wrap;
}
#contact .leftArea {
  margin-top: 10px;
  width: 100%;
  order: 2;
  border-top: 1px solid #e5e5e5;
}
.contact_thanks #contact .leftArea {
  border: none;
}
#contact .leftArea .inner {
  background: #fff;
  margin-bottom: 30px;
}
#contact .rightArea {
  width: 100%;
  order:1;
  position: relative;
  z-index: 1;
  background: #fff;
}
#contact .btn.submit {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  color: #fff;
  background-color: #000;
  border-color: #000;
  display: block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0 auto;
}
#contact .btn.back {
  background: #aaa;
  border-color: #aaa;
}
.contact_mail {
  width: 100%;
  box-sizing: border-box;
}
.flow_contact {
  padding: 10px;
  overflow: hidden;
  margin-bottom: 12px;
}
.flow_contact li {
  position: relative;
  text-align: center;
  height: auto;
  display: table;
  width: 32%;
  margin-right: 2%;
  float: left;
  padding-top: 20px;
  margin-bottom: 5px;
  padding-bottom: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.flow_contact li:last-child {
  margin-right: 0;
}
.flow_contact li p {
  display: table-cell;
  vertical-align: middle;
  font-family: Roboto;
  font-size: 11px;
  color: #c2c2c2;
  width: 100%;
  display: block;
  margin-bottom: 5px;
}
.flow_contact li span {
  font-size: 14px;
  color: #c2c2c2;
}
.flow_contact li:before {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: #dadcde;
}
.flow_contact li.active:before {
  background: #c99a05; 
}
.flow_contact li.active:after {
  content: '';
  position: absolute;
  right: 3px;
  bottom: -1px;
  height: 10px;
  width: 2px;
  background: #c99a05;
  -webkit-transform: rotate(125deg);
  transform: rotate(125deg);
}
.flow_contact li.active .ttl ,
.flow_contact li.active span {
  color: #000;
}
input:not([type="checkbox"],[type="radio"]) {
  display: inline-block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #c4ccce;
  border-radius: 4px;
  -webkit-appearance: none;
  box-shadow: none;
  outline: none;
  border-radius: 3px;
}
input.inputM {
  width: 100%;
}
input.inputS {
  width: 70px;
}
input.inputM + input.inputM {
  margin-top: 10px;
}
#textarea__text {
  width: 100%;
  border: 1px solid #c4ccce;
  height: 147px;
  padding: 20px;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#contact dl {
  display: block;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}
#contact dl dt,
#contact dl dd {
  display: block;
  padding: 14px 10px;
}
#contact dl dt {
  width: 100%;
  padding-bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
}
#contact dl dd {
  padding-top: 0;
}
#contact dl dt span {
  color: #de5d50;
  margin-left: 20px;
}
/*sitemap*/
.box40.sitemap ul {
  width: 100%;
}
.box40.sitemap ul li {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ddd;
}
/*企業理念*/
.scroll_down_list li.active a {
  background: #000;
  border-color: #000;
  color: #fff;
  border-bottom-left-radius: 6px;
}
.box100 {
  margin-bottom: 50px;
  overflow: hidden;
}
.ttlype02 {
  text-align: center;
  position: relative;
  font-size: 20px;
  border: none;
  letter-spacing: 2px;
  margin-bottom: 15px;
  font-weight: normal;
  padding-bottom: 5px;
}
.ttlype02:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 1px;
  width: 34px;
  background: #7c7c7c;
  margin-left: -17px;
}
.rinen span {
  display: block;
  text-align: center;
  line-height: 2;
  font-size: 15px;
}
/*会社概要*/
.dlType01 {
  display: table;
  width: 100%;
  overflow: hidden;
}
.dlType01 dt,
.dlType01 dd {
  display: table-cell;
  vertical-align: top;
  padding: 18px 10px;
  line-height: 1.6;
}
.dlType01 dt {
  width: 30%;
  border-bottom: 1px solid #565656;
}
.dlType01 dd {
  width: 70%;
  padding-left: 20px;
  position: relative;
}
.dlType01 dd:before {
  content: '';
  position: absolute;
  left: 10px;
  bottom: 0px;
  width: 500px;
  height: 1px;
  background: #ccc;
}
.box60 {
  margin-bottom: 50px;
  overflow: hidden;
}
.map {
  border: 5px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 250px;
}
.map iframe {
  width: 100%;
  height: 100%;
}
.container750 {
  width: 100%;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.access {
  overflow: hidden;
  margin-top: 30px;
}
.access a {
  border: 1px solid #c99a05;
  width: 240px;
  height: 50px;
  display: block;
  margin: 0 auto;
  line-height: 50px;
  text-align: center;
  color: #c99a05;
}
.access p {
  line-height: 2;
  width: 100%;
}
.container750 .scroll_down_list {
  display: block;
  width: 100%;
}
.container750 .scroll_down_list a {
  width: 100%;
}
/*歴史*/
.container835 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
ul.tab {
  list-style: none;
  width: 100%;
  overflow: hidden;
}
ul.tab li {
  float: left;
  width: 50%;
  color: #000;
  padding: 10px;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
ul.tab li.tabList01 {
  background: url(../images/history/tab_img01.png) no-repeat top center;
  padding-top: 140px;
}
ul.tab li.tabList02 {
  background: url(../images/history/tab_img02.png) no-repeat 60% 0;
  background-size: 120px;
  padding-top: 140px;
}
ul.tab li.tabList03 {
  background: url(../images/history/tab_img03.png) no-repeat 80% 0;
  background-size: 140px;
  padding-top: 140px;
}
ul.tab li.tabList04 {
  background: url(../images/history/tab_img04.png) no-repeat 50% 0;
  background-size: 140px;
  padding-top: 140px;
}
ul.tab li:hover {
  color: #c99a05;
}
ul.tab li p {
  font-size: 18px;
  text-align: center;
  display: block;
}
ul.tab li span {
  font-size: 28px;
  font-family: Pathway Gothic One;
  text-align: center;
  display: block;
  letter-spacing: 2px;
  line-height: 1.3;
  margin-top: 10px;
}
ul.tab li.active span,
ul.tab li.active p {
  color: #c99a05;
}
div.tabContent {
  width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
/* プライバシー */
.box40 ol {
  list-style: decimal;
  padding-left: 2em;
}
.box40 ol li {
  display: list-item;
  list-style: decimal;
}
.box40 ol ol li {
  display: list-item;
  list-style: lower-alpha;
}

/* ==========================================================================
Utility [ display / margin / padding / device... ]
========================================================================== */
/*パンくず*/
.breadcrumbs {
  background: rgba(201,154,5,.2);
  padding: 18px 0;
  text-align: right;
}
.breadcrumbs a, .breadcrumbs a span, .breadcrumbs span {
  font-weight: normal;
  font-size: 12px;
}
.breadcrumbs a {
  color: #c99a05;
}
.breadcrumbs .arrow {
  display: inline-block;
  padding: 0 3px;
}
.container {
  width: 100%;
  padding: 0 10px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container.full {
  width: 100%;
  padding: 0;
}
.container.fullMargin {
  width: 100%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container:after,
.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  

ul, ol {
  margin: 0 0 1.5em 0;
}
/*sidebar*/
#sidebar {
  width: 100%;
  overflow: hidden;
}
#sidebar .widget ,
#sidebar-secondary .widget {
  margin-bottom: 40px;
}
.widget_search form {
  position: relative;
}
.widget_search h2 {
  margin-bottom: 10px;
}
.search-form label {
  width: 100%;
}
.search-field {
  border: none;
  box-shadow: none;
  height: 50px;
  background: transparent;
  width: 100%;
  outline: none;
  border-bottom: 1px solid #000;
}
.widget_search .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 51px;
  height: 50px;
  padding: 0;
  border: none;
  background: transparent;
  background: url(../images/news/icon_search.png) no-repeat 20px 10px;
  background-size: 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-indent: -99999999px;
}
.widget_recent_entries ul li {
  margin-bottom: 20px;
  position: relative;
}
.widget_recent_entries ul li a {
  font-size: 14px;
  line-height: 1.8;
  text-indent: 1.5em;
  display: block;
}
.widget_recent_entries ul li a {
  position: relative;
}
.widget_recent_entries ul li:first-child a:after {
  position: absolute;
  content: '❶';
  font-size: 14px;
  left: -1.2em;
  top: 0;
}
.widget_recent_entries ul li:nth-child(2) a:after {
  position: absolute;
  content: '❷';
  font-size: 14px;
  left: -1.2em;
  top: 0;
}
.widget_recent_entries ul li:nth-child(3) a:after {
  position: absolute;
  content: '❸';
  font-size: 14px;
  left: -1.2em;
  top: 0;
}
.widget_archive ul li {
  margin-bottom: 10px;
}
#sidebar .scroll_down_list li {
  width: 100%;
  margin-bottom: 5px;
}
#sidebar .scroll_down_list a {
  width: 100%;
  display: block;
  border-bottom-left-radius: 6px;
}
#sidebar .scroll_down_list a.active {
  background: #000;
  border-color: #000;
  color: #fff;
}


.woocommerce-MyAccount-navigation-link--downloads {
  display: none;
}
.woocommerce-MyAccount-navigation-link {
  border-top: 1px solid #000;
}
.woocommerce-MyAccount-navigation-link a {
  padding: 15px 0;
  display: block;
}
.woocommerce-MyAccount-navigation-link:last-of-type {
  border-bottom: 1px solid #000;
}
#ship-to-different-address-checkbox {
  background: none;
  border: none;
  -webkit-appearance: none;
  margin: 0;
}
div.active {
  display: block;
}
.mapWrap {
  position: relative;
}
#Map {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#Map #y1_click {
  position: absolute;
  right: 4%;
  top: 21%;
  width: 31%;
  height: 4%;
}
#Map #y2_click {
  position: absolute;
  right: 1%;
  top: 58.1%;
  width: 31%;
  height: 4%;
}
#Map #y3_click {
  position: absolute;
  right: 4%;
  bottom: 0%;
  width: 31%;
  height: 5%;
}
#y1,
#y2,
#y3 {
  margin-top: -60px;
  padding-top: 60px;
}

.tabContent .tabImgFl {
  float: left;
  width: 160px;
  margin-right: 20px;
}
.tabContent p {
  line-height: 2;
}
.tabContent .tabImgFr {
  float: right;
  width: 160px;
  margin-left: 20px;
}
.tabContent .box60 {
  overflow: inherit;
}
.tabContent h2 span {
  float: right;
  line-height: 2;
  font-size: 14px;
  font-weight: bold;
}
.tab02CLick_Area {
  background: #fff;
  padding: 10px;
  border-radius: 10px;
}
.tabClick {
  position: relative;
}
.tabClick .listclick {
  position: absolute;
  left: 74%;
  display: block;
  width: 40px;
  height: 20px;
  text-indent: -9000px;
}

@media (max-width: 736px){
  .tabClick .listclick.click01 {
    top: 172px;
    left: 292px;
  }
  .tabClick .listclick.click02 {
    top: 213px;
    left: 292px;
  }
  .tabClick .listclick.click03 {
    top: 248px;
    left: 292px;
  }
  .tabClick .listclick.click04 {
    top: 295px;
    left: 292px;
  }
  .tabClick .listclick.click05 {
    top: 330px;
    left: 292px;
  }
}
@media (max-width: 370px){
  .tabClick .listclick.click01 {
    top: 42%;
    left: 87%;
  }
  .tabClick .listclick.click02 {
    top: 52%;
    left: 87%;
  }
  .tabClick .listclick.click03 {
    top: 60.8%;
    left: 87%;
  }
  .tabClick .listclick.click04 {
    top: 60.8%;
    left: 87%;
  }
  .tabClick .listclick.click05 {
    top: 80%;
    left: 87%;
  }
}
#lang_en .tabClick .listclick {
  position: absolute;
  left: 74%;
  display: block;
  width: 40px;
  height: 28px;
  text-indent: -9000px;
}
@media (max-width: 736px){
  #lang_en .tabClick .listclick.click01 {
    top: 46%;
    left: 263px;
    width: 70px;
    height: 31px;
  }
  #lang_en .tabClick .listclick.click02 {
    top: 55.7%;
    left: 253px;
    width: 60px;
  }
  #lang_en .tabClick .listclick.click03 {
    top: 63.7%;
    left: 243px;
    width: 60px;
    height: 32px;
  }
  #lang_en .tabClick .listclick.click04 {
    top: 72.8%;
    left: 232px;
    width: 100px;
    height: 32px;
  }
  #lang_en .tabClick .listclick.click05 {
    top: 82.6%;
    left: 220px;
    width: 96px;
    height: 32px;
  }
}
@media (max-width: 370px){
  #lang_en .tabClick .listclick.click01 {
    top: 46%;
    left: 79%;
    width: 70px;
    height: 31px;
  }
  #lang_en .tabClick .listclick.click02 {
    top: 55.7%;
    left: 76%;
    width: 60px;
  }
  #lang_en .tabClick .listclick.click03 {
    top: 63.7%;
    left: 74%;
    width: 60px;
    height: 32px;
  }
  #lang_en .tabClick .listclick.click04 {
    top: 72.8%;
    left: 69%;
    width: 100px;
    height: 32px;
  }
  #lang_en .tabClick .listclick.click05 {
    top: 82.6%;
    left: 66%;
    width: 96px;
    height: 32px;
  }
}
.yoroiS {
  border: 1px solid #ddd;
  width: 100%;
  overflow: auto;
  padding: 20px;
  display: none;
  box-shadow: 0 0 22px rgba(0,0,0,.1) inset;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.yoroiS.active {
  display: block;
}
.tabImgFr_txt {
  float: none;
  width: 100%;
}
.tabImgFr.tab03img {
  margin-top: -10px;
  position: relative;
  z-index: 2;
}
.tab04_content {
  padding: 40px 0;
  overflow: hidden;
}
.tab04_content h3,
.tab04_content p {
  float: left;
  clear: left;
  width: 50%;
}
.tab04_content .imgArea {
  float: right;
  width: 40%;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tab04_content p {
  line-height: 2;
  color: #555;
}
.tab04_content.last .imgArea ,
.tab04_content.last p ,
.tab04_content.last h3 {
  float: none;
  width: 100%;
}
.tab04_content.item02 img ,
.tab04_content.item03 img {
  margin-top: -60px;
}

#terms.input-checkbox ,
#createaccount.input-checkbox {
  position: relative;
}
/* device - utility
--------------------------------------------------------- */
.u-sp {
  display: block !important;
}
.u-pc {
  display: none !important;
}

/* vertical-align - utility
--------------------------------------------------------- */
.u-va-t{
  vertical-align: top !important;
}
.u-va-m{
  vertical-align: middle !important;
}
.u-va-b{
  vertical-align: bottom !important;
}

/* border - utility
--------------------------------------------------------- */
/* border-radius */
.u-br-4{
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -ms-border-radius: 4px;
}
.u-br-8{
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -ms-border-radius: 8px;
}
.u-br-12{
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -ms-border-radius: 12px;
}
.u-br-16{
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -ms-border-radius: 16px;
}

/* border-none */
.u-br-0{
  border: none;
}
.u-br-t-0{
  border-top: none;
}
.u-br-r-0{
  border-right: none;
}
.u-br-b-0{
  border-bottom: none;
}
.u-br-l-0{
  border-left: none;
}

/* clearfix - utility
--------------------------------------------------------- */
.u-cf{
  *zoom: 1;
}
.u-cf:after{
  display: table;
  clear: both;
  content: '';
}

/* display - utility
--------------------------------------------------------- */
.u-d-tb{
  display: table !important;
}
.u-d-tbc{
  display: table-cell !important;
}
.u-d-b{
  display: block !important;
}
.u-d-ib{
  display: inline-block !important;
}
.u-d-n{
  display: none !important;
}

/* float - utility
--------------------------------------------------------- */
.u-fl-l{
  float: left !important;
}
.u-fl-r{
  float: right !important;
}

/* font-size - utility
--------------------------------------------------------- */
.u-fz-10{
  font-size: 10px !important;
}
.u-fz-12{
  font-size: 12px !important;
}
.u-fz-14{
  font-size: 14px !important;
}
.u-fz-16{
  font-size: 16px !important;
}
.u-fz-18{
  font-size: 18px !important;
}
.u-fz-20{
  font-size: 20px !important;
}
.u-fz-22{
  font-size: 22px !important;
}
.u-fz-24{
  font-size: 24px !important;
}
.u-fz-26{
  font-size: 26px !important;
}
.u-mini {
  font-size: 80%;
}

/* line-clamp - utility
--------------------------------------------------------- */
.u-lc{
  display:         box;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* margin - utility
--------------------------------------------------------- */
/* auto margin */
.u-m-c{
  margin-right: auto !important;
  margin-left: auto !important;
}

/* Top margin */
.u-mt-0{
  margin-top: 0 !important;
}
.u-mt-8{
  margin-top: 8px !important;
}
.u-mt-16{
  margin-top: 16px !important;
}
.u-mt-24{
  margin-top: 24px !important;
}
.u-mt-32{
  margin-top: 32px !important;
}
.u-mt-40{
  margin-top: 40px !important;
}
.u-mt-48{
  margin-top: 48px !important;
}
.u-mt-56{
  margin-top: 56px !important;
}
.u-mt-64{
  margin-top: 64px !important;
}

/* Right margin */
.u-mr-0{
  margin-right: 0 !important;
}
.u-mr-8{
  margin-right: 8px !important;
}
.u-mr-16{
  margin-right: 16px !important;
}
.u-mr-24{
  margin-right: 24px !important;
}
.u-mr-32{
  margin-right: 32px !important;
}
.u-mr-40{
  margin-right: 40px !important;
}
.u-mr-48{
  margin-right: 48px !important;
}
.u-mr-56{
  margin-right: 56px !important;
}
.u-mr-64{
  margin-right: 64px !important;
}

/* Bottom margin */
.u-mb-0{
  margin-bottom: 0 !important;
}
.u-mb-8{
  margin-bottom: 8px !important;
}
.u-mb-16{
  margin-bottom: 16px !important;
}
.u-mb-24{
  margin-bottom: 24px !important;
}
.u-mb-32{
  margin-bottom: 32px !important;
}
.u-mb-40{
  margin-bottom: 40px !important;
}
.u-mb-48{
  margin-bottom: 48px !important;
}
.u-mb-56{
  margin-bottom: 56px !important;
}
.u-mb-64{
  margin-bottom: 64px !important;
}

/* Left margin */
.u-ml-0{
  margin-left: 0 !important;
}
.u-ml-8{
  margin-left: 8px !important;
}
.u-ml-16{
  margin-left: 16px !important;
}
.u-ml-24{
  margin-left: 24px !important;
}
.u-ml-32{
  margin-left: 32px !important;
}
.u-ml-40{
  margin-left: 40px !important;
}
.u-ml-48{
  margin-left: 48px !important;
}
.u-ml-56{
  margin-left: 56px !important;
}
.u-ml-64{
  margin-left: 64px !important;
}

/* misc - utility
--------------------------------------------------------- */
.u-ws-nowrap{
  white-space: nowrap;
}
.u-mx-img{
  max-width: 100%;
}
.u-tx-inside{
  margin-left: 1em;
  text-indent: -1em;
}

/* padding - utility
--------------------------------------------------------- */
/* Top padding */
.u-pt-0{
  margin-top: 0 !important;
}
.u-pt-8{
  margin-top: 8px !important;
}
.u-pt-16{
  margin-top: 16px !important;
}
.u-pt-24{
  margin-top: 24px !important;
}
.u-pt-32{
  margin-top: 32px !important;
}
.u-pt-40{
  margin-top: 40px !important;
}
.u-pt-48{
  margin-top: 48px !important;
}
.u-pt-56{
  margin-top: 56px !important;
}
.u-pt-64{
  margin-top: 64px !important;
}

/* Right padding */
.u-pr-0{
  padding-right: 0 !important;
}
.u-pr-8{
  padding-right: 8px !important;
}
.u-pr-16{
  padding-right: 16px !important;
}
.u-pr-24{
  padding-right: 24px !important;
}
.u-pr-32{
  padding-right: 32px !important;
}
.u-pr-40{
  padding-right: 40px !important;
}
.u-pr-48{
  padding-right: 48px !important;
}
.u-pr-56{
  padding-right: 56px !important;
}
.u-pr-64{
  padding-right: 64px !important;
}

/* Bottom padding */
.u-pb-0{
  padding-bottom: 0 !important;
}
.u-pb-8{
  padding-bottom: 8px !important;
}
.u-pb-16{
  padding-bottom: 16px !important;
}
.u-pb-24{
  padding-bottom: 24px !important;
}
.u-pb-32{
  padding-bottom: 32px !important;
}
.u-pb-40{
  padding-bottom: 40px !important;
}
.u-pb-48{
  padding-bottom: 48px !important;
}
.u-pb-56{
  padding-bottom: 56px !important;
}
.u-pb-64{
  padding-bottom: 64px !important;
}

/* Left padding */
.u-pl-0{
  padding-left: 0 !important;
}
.u-pl-8{
  padding-left: 8px !important;
}
.u-pl-16{
  padding-left: 16px !important;
}
.u-pl-24{
  padding-left: 24px !important;
}
.u-pl-32{
  padding-left: 32px !important;
}
.u-pl-40{
  padding-left: 40px !important;
}
.u-pl-48{
  padding-left: 48px !important;
}
.u-pl-56{
  padding-left: 56px !important;
}
.u-pl-64{
  padding-left: 64px !important;
}

/* position - utility
--------------------------------------------------------- */
.u-pos-a{
  position: absolute !important;
}
.u-pos-r{
  position: relative !important;
}

/* text-align - utility
--------------------------------------------------------- */
.u-ta-l{
  text-align: left !important;
}
.u-ta-c{
  text-align: center !important;
}
.u-ta-r{
  text-align: right !important;
}

/* text-decoration - utility
--------------------------------------------------------- */
.u-fw-n{
  font-weight: normal !important;
}
.u-fw-b{
  font-weight: bold !important;
}
.u-td-u{
  text-decoration: underline !important;
}

/* text-truncate - utility
--------------------------------------------------------- */
.u-tt{
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  /* for IE 8/9 */
}

/* width - utility
--------------------------------------------------------- */
.u-w-auto{
  width: auto !important;
}
.u-maw-full{
  max-width: 100% !important;
}
.u-maw-half{
  max-width: 50% !important;
}


.youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 10px;
}

.youtube iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* heading, p, list */
.entry-content-single h3 {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 20px;
  background-color: rgba(201,154,5,.2);
  padding: 9px 25px;
  color: #333;
}
.entry-content-single h4 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  padding-left: 25px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #bbb;
}
.entry-content-single h4:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 3px;
  width: 5px;
  height: 20px;
  background: #c29e35;
}
.entry-content-single h5 {
  font-weight: bold;
  padding: 3px 0px;
  margin-bottom: 10px;
}
.entry-content-single p {
  margin-bottom: 0.5em;
}
.entry-content-single p::after {
  display: block;
  clear: both;
  content: "";
}
.entry-content-single em {
  font-style: italic;
}
.entry-content-single strong {
  font-weight: bold;
}
.entry-content-single hr {
  border-top: 1px solid #ddd;
}
.entry-content-single ol {
  padding-left: 1em;
  margin-left: 5px;
  list-style-type: decimal;
  margin-bottom: 20px;
}
.entry-content-single ol li {
  margin-bottom: 6px;
}
.entry-content-single ul {
  margin-bottom: 20px;
  margin-left: 5px;
}
.entry-content-single a {
  color: #c99a05;
  text-decoration: underline;
}
.entry-content-single a:hover {
  text-decoration: none;
}
.entry-content-single ul li {
  position: relative; 
  padding-left: 1.4em;
  margin-bottom: 6px;
}
.entry-content-single ul li:before {
  content: '';
  position: absolute;
  background: #000;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 0;
  top: 6px;
}
#lang_en .payment_method_epsilon_pro_cs {
  display: none;
}
[tabindex="-1"]:focus {
  outline: 0;
}