@charset "UTF-8";
.wrap, .home .topBlogList {
  width: 1200px;
  margin: 0 auto;
}

/* CSS Document */
@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 100;
  src: url("font/NotoSansCJKjp-Thin.eot");
  src: local("Noto Sans CJK JP Thin"), url("font/NotoSansCJKjp-Thin.eot?#iefix") format("embedded-opentype"), url("font/NotoSansCJKjp-Thin.woff") format("woff"), url("font/NotoSansCJKjp-Thin.otf") format("opentype");
}
@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 200;
  src: url("font/NotoSansCJKjp-Light.eot");
  src: local("Noto Sans CJK JP Light"), url("font/NotoSansCJKjp-Light.eot?#iefix") format("embedded-opentype"), url("font/NotoSansCJKjp-Light.woff") format("woff"), url("font/NotoSansCJKjp-Light.otf") format("opentype");
}
@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 300;
  src: url("font/NotoSansCJKjp-DemiLight.eot");
  src: local("Noto Sans CJK JP DemiLight"), url("font/NotoSansCJKjp-DemiLight.eot?#iefix") format("embedded-opentype"), url("font/NotoSansCJKjp-DemiLight.woff") format("woff"), url("font/NotoSansCJKjp-DemiLight.otf") format("opentype");
}
@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 400;
  src: url("font/NotoSansCJKjp-Regular.eot");
  src: local("Noto Sans CJK JP Regular"), url("font/NotoSansCJKjp-Regular.eot?#iefix") format("embedded-opentype"), url("font/NotoSansCJKjp-Regular.woff") format("woff"), url("font/NotoSansCJKjp-Regular.otf") format("opentype");
}
@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 500;
  src: url("font/NotoSansCJKjp-Medium.eot");
  src: local("Noto Sans CJK JP Medium"), url("font/NotoSansCJKjp-Medium.eot?#iefix") format("embedded-opentype"), url("font/NotoSansCJKjp-Medium.woff") format("woff"), url("font/NotoSansCJKjp-Medium.otf") format("opentype");
}
@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 700;
  src: url("font/NotoSansCJKjp-Bold.eot");
  src: local("Noto Sans CJK JP Bold"), url("font/NotoSansCJKjp-Bold.eot?#iefix") format("embedded-opentype"), url("font/NotoSansCJKjp-Bold.woff") format("woff"), url("font/NotoSansCJKjp-Bold.otf") format("opentype");
}
@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 900;
  src: url("font/NotoSansCJKjp-Black.eot");
  src: local("Noto Sans CJK JP Black"), url("font/NotoSansCJKjp-Black.eot?#iefix") format("embedded-opentype"), url("font/NotoSansCJKjp-Black.woff") format("woff"), url("font/NotoSansCJKjp-Black.otf") format("opentype");
}
/****************************************
Add reset
****************************************/
html {
  background: #fffbf4;
  font-size: 62.5%;
  font-family: "NotoSansCJKjp", sans-serif;
  font-weight: 400;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  color: #333;
  min-width: 1440px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  margin: 0;
  padding-top: 40px;
}

*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

blockquote,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}

img {
  border: none;
  vertical-align: baseline;
}

ul {
  list-style-type: none;
}

th {
  vertical-align: middle;
  text-align: center;
  font-weight: normal;
}

td {
  vertical-align: top;
  text-align: left;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: #23aaf4;
  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}
a:hover {
  opacity: 0.75;
  text-decoration: underline;
}
a.ban-opacity:hover {
  opacity: 1;
}

hr {
  border: none;
  margin: 60px 0;
  padding: 0;
  border-top: 1px solid #000;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.wrap, .home .topBlogList {
  width: 1200px;
  margin: 0 auto;
}

/****************************************
common
****************************************/
.entry-title {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.375;
  font-weight: bold;
}

.entry-title-ruby {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.9;
}

.entry-description {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 3.16667;
}

.section-title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.33334;
  font-weight: 500;
  text-align: center;
}

.section-title-ruby {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.28572;
  font-weight: bold;
  text-align: center;
}

.section-title-hr {
  margin: 35px auto 30px;
  width: 40px;
}

.area-title {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: bold;
  letter-spacing: 0.4em;
  text-align: left;
}
.area-title .alphabet {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2.46154;
}

.vrl {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

.vlr {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}

.circle {
  border-radius: 50%;
}

.js-toggleSlide {
  cursor: pointer;
  display: inline-block;
}

.slide-toggle-up:before {
  position: relative;
  top: -2px;
  margin-right: 5px;
}
.slide-toggle-up[data-state="0"]:before {
  content: url(img/icon_bullet_down01_black.png);
}
.slide-toggle-up[data-state="1"]:before {
  content: url(img/icon_bullet_up01.png);
}

.slide-area {
  display: none;
}

.underline-left-slide {
  position: relative;
  display: inline-block;
  transition: .3s;
}
.underline-left-slide:hover {
  text-decoration: none;
}
.underline-left-slide:hover:after {
  width: 100%;
}
.underline-left-slide:after {
  position: absolute;
  bottom: 5px;
  left: 0;
  content: '';
  width: 0;
  height: 2px;
  background-color: #23aaf4;
  transition: .3s;
}

.btn {
  cursor: pointer;
  display: inline-block;
  opacity: 1;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out;
  vertical-align: top;
}
.btn:hover {
  opacity: 0.75;
}
.btn-link:before {
  background: url(img/icon_bullet02.png) no-repeat center left;
  content: "";
  display: inline-block;
  height: 10px;
  width: 9px;
  margin-right: 6px;
}
.btn-brown {
  background-color: #bd966d;
  color: #fff;
}
.btn-blue {
  background-color: #6dc0e6;
  color: #fff;
}
.btn-gray {
  background-color: #999;
  color: #fff;
}
.btn-border-gray {
  border: 1px solid #bbb;
}
.btn-border-blue {
  border: 1px solid #26b2f1;
  border-radius: 2px;
}

.linkStyle01:before {
  content: url(img/icon_bullet01.png);
  margin-right: 5px;
}
.linkStyle01-brown:before {
  content: url(img/icon_bullet01_brown.png);
}
.linkStyle01-blue:before {
  content: url(img/icon_bullet01_blue.png);
}
.linkStyle02:before {
  content: url(img/icon_location01.png);
  margin-right: 5px;
}

/***********************************************
*  layout
************************************************/
.site-headerBox {
  border-top: 3px solid #c9e6f6;
  margin: 0 auto 30px;
  width: 1200px;
}
.site-headerBox .headerNav {
  text-align: right;
}
.site-headerBox .headerNav li {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.71429;
  font-weight: 300;
  display: inline-block;
  margin-left: 20px;
}

.page-content {
  margin: 0 auto;
  position: relative;
  width: 1200px;
}
.home .page-content {
  width: auto;
}
.page-content-left {
  height: 100%;
  position: absolute;
  top: 0;
  left: -10px;
  width: 10px;
}

.entry-header {
  text-align: center;
}
.entry-header .category-list {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.71429;
  margin: 0 auto 40px;
  overflow: hidden;
  width: 800px;
}
.entry-header .category-list .slide-toggle-up {
  border-bottom: 1px solid #000;
}
.entry-header .category-list .slide-toggle-up[data-state="0"] {
  display: inline-block;
}
.entry-header .category-list .slide-toggle-up[data-state="0"]:before {
  content: url(img/icon_bullet_down01_black.png);
}
.entry-header .category-list .slide-toggle-up[data-state="1"] {
  display: block;
}
.entry-header .category-list .slide-toggle-up[data-state="1"]:before {
  content: url(img/icon_bullet_up01.png);
}
.entry-header .category-list .slide-area {
  border-bottom: 1px solid #000;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.85715;
  margin-right: -70px;
  padding: 20px 120px;
}
.entry-header .category-list .menu-item {
  display: inline-block;
  margin-right: 70px;
}
.entry-header .category-list .menu-item.press_news a:after {
  background-color: #a5b0ff;
}
.entry-header .category-list .menu-item.collection a:after {
  background-color: #a2e7e0;
}
.entry-header .category-list .menu-item.special_issue a:after {
  background-color: #ffdda7;
}
.entry-header .category-list .menu-item.sclap a:after {
  background-color: #a9d2ff;
}
.entry-header .category-list .menu-item.essentials a:after {
  background-color: #ffc3d6;
}
.entry-header .category-list .menu-item-object-shop_news a:after {
  background-color: #9ee8a7;
}
.entry-header .category-list .menu-item a {
  color: #333;
}

.pageBottomSns01 {
  margin-top: 120px;
  margin-bottom: 60px;
  text-align: center;
}
.pageBottomSns01 .snsBox {
  border-top: 1px solid #bd966d;
  display: inline-block;
  padding-top: 40px;
  vertical-align: top;
  width: 440px;
}
.pageBottomSns01 .snsBox.twitter .icon img {
  height: 14px;
  width: 18px;
}
.pageBottomSns01 .snsBox.instagram {
  margin-left: 60px;
}
.pageBottomSns01 .snsBox.instagram .icon img {
  height: 16px;
  width: 16px;
}
.pageBottomSns01 .snsBox .icon {
  height: 16px;
  line-height: 16px;
}
.pageBottomSns01 .snsBox .name {
  color: #663b19;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
}
.pageBottomSns01 .snsBox .btnArea .btn {
  line-height: 40px;
  height: 40px;
  width: 280px;
}

#sb_instagram.sbi_fixed_height {
  overflow-y: hidden;
}

#sbi_load {
  padding: 0 !important;
}

.site-footer {
  background: #bd966d url(img/tx_footer_sitetitle01.png) no-repeat center -5px;
  color: #fff;
  padding-top: 130px;
}
.site-footer a {
  color: #fff;
}
.site-footer .inner {
  width: 1200px;
  margin: 0 auto;
}
.site-footer-top {
  text-align: center;
}
.site-footer-top::after {
  content: "";
  display: block;
  clear: both;
}
.site-footer-top .left {
  float: left;
  width: 50%;
}
.site-footer-top .left .section-title-ruby {
  margin-bottom: 20px;
}
.site-footer-top .left .siteMenu li {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 3.22223;
  font-weight: 300;
}
.site-footer-top .right {
  float: right;
  width: 50%;
}
.site-footer-top .right .section-title-ruby {
  margin-bottom: 35px;
}
.site-footer-top .right .text {
  margin-bottom: 15px;
}
.site-footer-top .right .building {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.site-footer-top .right .addr {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-left: 20px;
}
.site-footer-top .right .bisinesshours {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.84616;
}
.site-footer hr {
  margin: 40px 0 35px;
  border-top: 1px solid #8c582f;
}
.site-footer .blogContents {
  text-align: center;
  margin-bottom: 81px;
}
.site-footer .blogContents .title {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 900;
  margin-bottom: 11px;
}
.site-footer .blogContents .menu {
  font-size: 0;
}
.site-footer .blogContents .menu .menu-item {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2.5;
  font-weight: 500;
  display: inline-block;
}
.site-footer .blogContents .menu .menu-item + .menu-item {
  margin-left: 20px;
}
.site-footer-bottom {
  background-color: #a97d54;
}
.site-footer-bottom .inner {
  display: table;
  height: 70px;
}
.site-footer-bottom .fnav {
  display: table-cell;
  vertical-align: middle;
}
.site-footer-bottom .fnav-item {
  display: inline-block;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.15385;
  font-weight: 300;
}
.site-footer-bottom .fnav-item + .fnav-item {
  border-left: 1px solid #fff;
  margin-left: 15px;
  padding-left: 15px;
}
.site-footer-bottom .copyRight {
  display: table-cell;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.25;
  font-weight: bold;
  text-align: right;
  vertical-align: middle;
}

.col4-wrap {
  margin: 0 auto;
  position: relative;
  width: 1200px;
}

.article-list .eyecatch {
  border-radius: 50%;
  overflow: hidden;
}
.article-list .eyecatch img {
  height: auto;
  vertical-align: bottom;
  width: 100%;
}
.article-list .date {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 200;
}
.article-list .date img {
  position: relative;
  top: 1px;
  margin-right: 5px;
}
.article-list .category {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.66667;
  font-weight: 500;
}
.article-list .title {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4375;
}
.article-list .title a {
  color: #333;
}
.article-list[class*=col]::after {
  content: "";
  display: block;
  clear: both;
}
.article-list[class*=col] .item {
  float: left;
}
.article-list[class*=col] .item-inner {
  padding: 25px 0 30px;
}
.article-list[class*=col] .head {
  margin-bottom: 5px;
  text-align: center;
}
.article-list[class*=col] .eyecatch {
  margin-bottom: 10px;
}
.article-list.col2, .article-list.col3, .article-list.col4 {
  margin-right: -80px;
  padding: 40px;
}
.article-list.col2 .item, .article-list.col3 .item, .article-list.col4 .item {
  margin-right: 80px;
}
.article-list.col2 .item-inner, .article-list.col3 .item-inner, .article-list.col4 .item-inner {
  background: url("img/bg_col3_inner_frame_top.png") no-repeat left top, url("img/bg_col3_inner_frame_bottom.png") no-repeat right bottom;
  position: relative;
  z-index: 3;
}
.article-list.col2 .item .title, .article-list.col3 .item .title, .article-list.col4 .item .title {
  height: 69px;
  margin-bottom: 10px;
  overflow: hidden;
}
.article-list.col2 .item .more, .article-list.col3 .item .more, .article-list.col4 .item .more {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2;
  text-align: center;
}
.article-list.col2 .item .more .btn, .article-list.col3 .item .more .btn, .article-list.col4 .item .more .btn {
  width: 120px;
}
.article-list.col2 .item {
  width: 420px;
  padding: 20px 50px;
}
.article-list.col2 .item .eyecatch {
  height: 320px;
  width: 320px;
}
.article-list.col3 .item {
  width: 320px;
  padding: 16px 40px;
}
.article-list.col3 .item .eyecatch {
  height: 240px;
  width: 240px;
}
.article-list.col4 .item {
  width: 220px;
  padding: 25px 0;
}
.article-list.col4 .item .eyecatch {
  height: 220px;
  width: 220px;
}

.nsa_product_list,
.product-list {
  font-size: 0;
  margin-right: -40px;
  padding: 0 20px;
}
.nsa_product_list::after,
.product-list::after {
  content: "";
  display: block;
  clear: both;
}
.nsa_product_list .item,
.nsa_product_list .nsa_product_archive,
.nsa_product_list .nsa_product_child,
.product-list .item,
.product-list .nsa_product_archive,
.product-list .nsa_product_child {
  display: inline-block;
  float: left;
  margin: 0 40px 40px 0;
  vertical-align: top;
  width: 210px;
}
.nsa_product_list .item .eyecatch,
.nsa_product_list .nsa_product_archive .eyecatch,
.nsa_product_list .nsa_product_child .eyecatch,
.product-list .item .eyecatch,
.product-list .nsa_product_archive .eyecatch,
.product-list .nsa_product_child .eyecatch {
  margin-bottom: 5px;
}
.nsa_product_list .item .eyecatch img,
.nsa_product_list .nsa_product_archive .eyecatch img,
.nsa_product_list .nsa_product_child .eyecatch img,
.product-list .item .eyecatch img,
.product-list .nsa_product_archive .eyecatch img,
.product-list .nsa_product_child .eyecatch img {
  vertical-align: bottom;
}
.nsa_product_list .item .title,
.nsa_product_list .nsa_product_archive .title,
.nsa_product_list .nsa_product_child .title,
.product-list .item .title,
.product-list .nsa_product_archive .title,
.product-list .nsa_product_child .title {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.38462;
  font-weight: 300;
  margin-bottom: 5px;
}
.nsa_product_list .item .title a,
.nsa_product_list .nsa_product_archive .title a,
.nsa_product_list .nsa_product_child .title a,
.product-list .item .title a,
.product-list .nsa_product_archive .title a,
.product-list .nsa_product_child .title a {
  color: #333;
}
.nsa_product_list .item .price,
.nsa_product_list .nsa_product_archive .price,
.nsa_product_list .nsa_product_child .price,
.product-list .item .price,
.product-list .nsa_product_archive .price,
.product-list .nsa_product_child .price {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: bold;
}
.nsa_product_list .item .price.special,
.nsa_product_list .nsa_product_archive .price.special,
.nsa_product_list .nsa_product_child .price.special,
.product-list .item .price.special,
.product-list .nsa_product_archive .price.special,
.product-list .nsa_product_child .price.special {
  color: red;
}

.btn-list {
  font-size: 0;
}
.btn-list .item {
  display: inline-block;
}
.btn-list .item + .item {
  margin-left: 20px;
}
.btn-list .item a {
  border: 1px solid #bbb;
  border-radius: 2px;
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2.15385;
  padding: 0 1.38em;
}

.carousel-nav {
  font-size: 0;
  margin-top: 10px;
  padding-bottom: 11px;
  position: relative;
  text-align: center;
}
.carousel-nav:before {
  border-bottom: 1px solid #000;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 35px;
  left: 0;
  width: 100%;
  z-index: 0;
}
.carousel-nav:after {
  content: url("img/bg_carousel_nav_frame_bottom01.png");
  position: absolute;
  top: 35px;
  left: 0;
  right: 0;
  margin: auto;
}
.carousel-nav img {
  position: relative;
  z-index: 1;
}
.carousel-nav img:first-child {
  margin-right: 5px;
}

.tablenav-pages,
.pagenation {
  font-size: 0;
  text-align: center;
}
.tablenav-pages > *,
.pagenation > * {
  color: #333;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.375;
}
.tablenav-pages > * + *,
.pagenation > * + * {
  margin-left: 20px;
}
.tablenav-pages .page-numbers:not(.dots),
.pagenation .page-numbers:not(.dots) {
  border: 1px solid #bbb;
  width: 40px;
}
.tablenav-pages .page-numbers:not(.dots).prev, .tablenav-pages .page-numbers:not(.dots).next,
.pagenation .page-numbers:not(.dots).prev,
.pagenation .page-numbers:not(.dots).next {
  border: 1px solid #bbb;
  width: 80px;
}
.tablenav-pages .dots,
.pagenation .dots {
  margin-left: 8px;
}
.tablenav-pages .dots + *,
.pagenation .dots + * {
  margin-left: 8px;
}
.tablenav-pages .current,
.pagenation .current {
  background-color: #dfd0bc;
  border: none;
  color: #fff;
}

/***********************************************
*  float-page
************************************************/
.home .home-headerBox {
  background: url(img/tx_pageleft_sitetitle01.png) no-repeat 10px center;
  border: 3px solid #c9e6f6;
  margin: 0 auto 40px;
  padding: 0 77px 40px 97px;
  width: 1360px;
}
.home .home-headerBox .site-title {
  line-height: 1;
  margin-bottom: 55px;
  text-align: center;
  position: relative;
  top: -5px;
}
.home .home-headerBox .billboard::after {
  content: "";
  display: block;
  clear: both;
}
.home .home-headerBox .billboard .mainvisual {
  float: left;
  padding-top: 50px;
  width: 660px;
}
.home .home-headerBox .billboard .right {
  float: right;
  position: relative;
  width: 500px;
}
.home .home-headerBox .billboard .right .links {
  margin-bottom: 40px;
}
.home .home-headerBox .billboard .right .links .location {
  background: url("img/img_home_header_location01.png") no-repeat left center;
  margin-left: 10px;
  padding: 20px 0 15px 85px;
}
.home .home-headerBox .billboard .right .links .location .title {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: bold;
}
.home .home-headerBox .billboard .right .links .location .textBox {
  margin-top: 25px;
}
.home .home-headerBox .billboard .right .links .location .textBox::after {
  content: "";
  display: block;
  clear: both;
}
.home .home-headerBox .billboard .right .links .location .link {
  float: left;
  margin-right: 7px;
}
.home .home-headerBox .billboard .right .links .location .addr {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.76924;
  font-weight: 300;
  padding-top: 5px;
}
.home .home-headerBox .billboard .right .links .location .addr .big {
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1;
}
.home .home-headerBox .billboard .right .links .location .bisinesshours {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4375;
}
.home .home-headerBox .billboard .right .links .location .tel {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4375;
}
.home .home-headerBox .billboard .right .links .location .itemname {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.91667;
}
.home .home-headerBox .billboard .right .links .store {
  font-size: 0;
  height: 220px;
  margin: 10px 0 0 110px;
  width: 182px;
  padding-left: 65px;
  position: relative;
  vertical-align: bottom;
}
.home .home-headerBox .billboard .right .links .store .link {
  display: inline-block;
  position: relative;
  bottom: 5px;
  vertical-align: bottom;
}
.home .home-headerBox .billboard .right .links .store .image {
  position: absolute;
  top: 0;
  left: 0;
}
.home .home-headerBox .billboard .right .links .about {
  background: url("img/bg_dot_gray01.png") repeat left top;
  height: 352px;
  width: 160px;
  position: absolute;
  top: 30px;
  right: 0;
}
.home .home-headerBox .billboard .right .links .about .link {
  position: absolute;
  top: 0;
  right: 3px;
}
.home .home-headerBox .billboard .right .links .about .text {
  margin: 25px 0 0 25px;
}
.home .home-headerBox .billboard .right .blogs {
  margin-left: 20px;
  padding: 0 0 20px 40px;
  position: relative;
}
.home .home-headerBox .billboard .right .blogs .blogs-bar {
  background: #faf5eb url("img/bg_dot_gray01.png") repeat top center;
  height: 100%;
  padding: 2px 1px 0 5px;
  position: absolute;
  top: 0;
  left: 0;
}
.home .home-headerBox .billboard .right .blogs .item {
  display: table;
  width: 100%;
}
.home .home-headerBox .billboard .right .blogs .item:first-child {
  margin-bottom: 20px;
}
.home .home-headerBox .billboard .right .blogs .eyecatch {
  display: table-cell;
  height: 170px;
  line-height: 1;
  overflow: hidden;
  width: 170px;
}
.home .home-headerBox .billboard .right .blogs .meta {
  display: table-cell;
  padding-left: 15px;
  vertical-align: middle;
}
.home .home-headerBox .billboard .right .blogs .meta .category {
  margin-bottom: 10px;
}
.home .topBlogList {
  margin-bottom: 90px;
}
.home .topBlogList .section-title-ruby {
  margin-bottom: 100px;
}
.home .topBlogList .category-list {
  margin-bottom: 54px;
  text-align: center;
}
.home .topBlogList .category-list .press_news a {
  color: #6a79e2;
}
.home .topBlogList .category-list .collection a {
  color: #17c6bb;
}
.home .topBlogList .category-list .special_issue a {
  color: #ffa00a;
}
.home .topBlogList .category-list .sclap a {
  color: #3191ff;
}
.home .topBlogList .category-list .essentials a {
  color: #ff72af;
}
.home .topBlogList .tabs {
  border-bottom: 2px solid #e9ddcd;
}
.home .topBlogList .tabs .tab-wrap {
  height: 49px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 580px;
}
.home .topBlogList .tabs .tab-wrap .tab {
  border-top: 1px solid #bbb;
  border-right: 1px solid #bbb;
  border-left: 1px solid #bbb;
  cursor: pointer;
  height: 49px;
  position: absolute;
  text-align: center;
  width: 295px;
  -webkit-transform: skew(-22deg);
  -moz-transform: skew(-22deg);
  -o-transform: skew(-22deg);
}
.home .topBlogList .tabs .tab-wrap .tab:after {
  border-right: 1px solid #bbb;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  -webkit-transform: skew(22deg);
  -moz-transform: skew(22deg);
  -o-transform: skew(22deg);
}
.home .topBlogList .tabs .tab-wrap .tab-left {
  top: 0;
  left: -10px;
}
.home .topBlogList .tabs .tab-wrap .tab-left:after {
  left: 10px;
}
.home .topBlogList .tabs .tab-wrap .tab-left img {
  left: 10px;
}
.home .topBlogList .tabs .tab-wrap .tab-right {
  top: 0;
  right: -10px;
}
.home .topBlogList .tabs .tab-wrap .tab-right:after {
  right: 10px;
}
.home .topBlogList .tabs .tab-wrap .tab-right img {
  right: 10px;
}
.home .topBlogList .tabs .tab-wrap .tab.active {
  border: none;
  background: #e9ddcd url("img/bg_tab_active_dot01.png") repeat left top;
}
.home .topBlogList .tabs .tab-wrap .tab.active:after {
  content: none;
}
.home .topBlogList .tabs .tab-wrap .tab img {
  position: relative;
  top: 14px;
  -webkit-transform: skew(22deg);
  -moz-transform: skew(22deg);
  -o-transform: skew(22deg);
}
.home .topBlogList .article-list {
  display: none;
}
.home .topBlogList .article-list.visible {
  display: block;
}
.home .topBlogList .article-list .item {
  position: relative;
}
.home .topBlogList .article-list .item:before {
  content: "";
  position: absolute;
  width: 27.5%;
  height: 100%;
  top: 0;
  right: 36%;
  z-index: 1;
  background: #eee;
}
.home .topBlogList .article-list .item.collection:before {
  background: #a2e7e0;
}
.home .topBlogList .article-list .item.sclapbook:before {
  background: #b4d2fb;
}
.home .topBlogList .article-list .item.special_issue:before {
  background: #ffc66c;
}
.home .topBlogList .article-list .item.press_news:before {
  background: #cfd2f1;
}
.home .topBlogList .article-list .item.essentials:before {
  background: #ffbdd3;
}
.home .topBlogList .article-list .item:nth-child(odd):before {
  -webkit-transform: skew(-22deg);
  -moz-transform: skew(-22deg);
  -o-transform: skew(-22deg);
  transform: skew(-22deg);
}
.home .topBlogList .article-list .item:nth-child(even):before {
  -webkit-transform: skew(22deg);
  -moz-transform: skew(22deg);
  -o-transform: skew(22deg);
  transform: skew(22deg);
}
.home .topBlogList .article-list .item:after {
  background: url("img/bg_dot_gray01.png") repeat left top;
  content: "";
  display: block;
  height: 165px;
  position: absolute;
  top: 105px;
  left: 0;
  width: 100%;
  z-index: 2;
}
.home .topShopNewsList {
  margin-bottom: 130px;
}
.home .topShopNewsList .inner {
  background: url("img/bg_home_shopnews_list01.png") no-repeat center top;
  padding-top: 50px;
}
.home .topShopNewsList .inner .article-list.col2 {
  margin: 0;
  padding: 40px 0;
  width: 1000px;
  margin: 0 auto;
}
.home .topShopNewsList .inner .article-list.col2 .slick-list {
  padding: 0 80px;
}
.home .topShopNewsList .inner .article-list.col2 .item {
  margin: 0 40px;
}
.home .topShopNewsList .article-list-title {
  text-align: center;
}
.home .topShopNewsList .article-list-title img {
  vertical-align: bottom;
}
.home .topShopNewsList .item {
  position: relative;
}
.home .topShopNewsList .item:after {
  background: #fefaf2 url("img/bg_dot_gray01.png") repeat left top;
  content: "";
  display: block;
  height: 215px;
  position: absolute;
  top: 125px;
  left: 0;
  width: 100%;
  z-index: 2;
}
.home .topShopNewsList .item .date .new img {
  display: inline-block;
}
.home .topOnlineStore {
  margin-bottom: 130px;
}
.home .topOnlineStore .signboard {
  background: url("img/bg_home_onlinestore_signboard01.png") no-repeat center top;
  margin-bottom: 17px;
  padding-top: 60px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.home .topOnlineStore .signboard img {
  vertical-align: bottom;
}
.home .topOnlineStore .store-carousel {
  background: url("img/bg_home_store_carousel_top.png") repeat-x left 1px, url("img/bg_home_store_carousel_bottom.png") repeat-x left 280px;
  background-color: #f5ebd9;
  height: 600px;
  position: relative;
}
.home .topOnlineStore .store-carousel:before {
  background: url("img/bg_home_store_model01.png") no-repeat center;
  content: "";
  height: 306px;
  position: absolute;
  top: -95px;
  left: 0;
  right: 0;
  margin: auto;
  width: 374px;
  z-index: 0;
}
.home .topOnlineStore .store-carousel .item {
  text-align: center;
  width: 375px;
}
.home .topOnlineStore .store-carousel .item .top {
  height: 280px;
  line-height: 280px;
  position: relative;
}
.home .topOnlineStore .store-carousel .item .top .more {
  background: url("img/bg_home_store_item_frame01.png") no-repeat right bottom;
  position: absolute;
  bottom: 27px;
  right: 10px;
}
.home .topOnlineStore .store-carousel .item .bottom {
  height: 320px;
  position: relative;
}
.home .topOnlineStore .store-carousel .item .bottom .more {
  background: url("img/bg_home_store_item_frame01.png") no-repeat right bottom;
  position: absolute;
  bottom: 47px;
  right: 10px;
}
.home .topOnlineStore .store-carousel .item img {
  display: inline-block;
  vertical-align: bottom;
}
.home .topOnlineStore .store-carousel .item .more {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.84616;
  padding: 0 31px 14px 38px;
}
.home .topOnlineStore .store-carousel .item .btn {
  padding: 0 15px;
  vertical-align: top;
}
.home .topSnap {
  margin-bottom: 175px;
}
.home .topSnap .snap-carousel-wrap {
  position: relative;
  overflow: hidden;
}
.home .topSnap .snap-carousel-wrap .top {
  border-bottom: 1px solid #000;
  height: 30px;
  margin-bottom: 15px;
  position: relative;
}
.home .topSnap .snap-carousel-wrap .top:after {
  content: "";
  background: url("img/bg_carousel_frame_top01.png") no-repeat center top;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.home .topSnap .snap-carousel-wrap .frame-left,
.home .topSnap .snap-carousel-wrap .frame-right {
  background: #fff url("img/bg_dot_black4x4.png") repeat left top;
  width: 50%;
  height: 400px;
  position: absolute;
  top: 45px;
  z-index: 2;
  opacity: 0.8;
}
.home .topSnap .snap-carousel-wrap .frame-left {
  left: -200px;
}
.home .topSnap .snap-carousel-wrap .frame-right {
  right: -200px;
}
.home .topSnap .date-carousel {
  width: 400px;
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  margin: auto;
}
.home .topSnap .date-carousel .date {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 200;
  text-align: center;
}
.home .topSnap .date-carousel .date img {
  display: inline-block;
  margin-right: 5px;
  vertical-align: bottom;
}
.home .topSnap .snap-carousel {
  position: relative;
  text-align: center;
}
.home .topSnap .item {
  position: relative;
  transition: width 0.5s ease-in-out;
  -moz-transition: width 0.5s ease-in-out;
  -webkit-transition: width 0.5s ease-in-out;
}
.home .topSnap .item::after {
  content: "";
  display: block;
  clear: both;
}
.home .topSnap .item .eyecatch {
  float: left;
  width: 300px;
  position: relative;
}
.home .topSnap .item .eyecatch img {
  height: auto;
  vertical-align: bottom;
  width: 100%;
}
.home .topSnap .item .info {
  background-color: #f0e2c8;
  float: right;
  height: 400px;
  padding: 35px 0;
  width: 100px;
}
.home .topSnap .item .info .title {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 200;
  margin-bottom: 10px;
  position: relative;
}
.home .topSnap .item .info .title:after {
  border-bottom: 1px solid #000;
  content: "";
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 42px;
}
.home .topSnap .item .info .size {
  margin-bottom: 50px;
}
.home .topSnap .item .info .size .text {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.28572;
  font-weight: 200;
}
.home .topSnap .item .info .size .text .big {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
}
.home .topSnap .item .info .links {
  max-height: 180px;
  line-height: 1;
  width: 100%;
}
.home .topSnap .item .info .links .link + .link {
  margin-top: 15px;
}
.home .topSnap .item .info .links a {
  color: #333;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.46154;
}
.home .topSnap .item .info .links img {
  display: inline-block;
}
.home .topSnap .slick-list {
  z-index: 2;
}
.home .topSnap .slick-current .eyecatch {
  position: relative;
}

/***********************************************
*  blog
************************************************/
.blog .page-content,
.archive .page-content {
  margin-bottom: 180px;
}

.category-press_news {
  background: url(img/bg_pc_archive_pressnews01.png) no-repeat left top;
  background-size: contain;
}

.category-collection {
  background: url(img/bg_pc_archive_collection.png) no-repeat left top;
  background-size: contain;
}

.category-special_issue {
  background: url(img/bg_pc_archive_spesial.png) no-repeat left top;
  background-size: contain;
}

.category-sclapbook {
  background: url(img/bg_pc_archive_sclap.png) no-repeat left top;
  background-size: contain;
}

.category-essentials {
  background: url(img/bg_pc_archive_essentials01.png) no-repeat left top;
  background-size: contain;
}

.post-type-archive-snap {
  background: url(img/bg_pc_archive_snap.png) no-repeat left top;
  background-size: contain;
}

.post-type-archive-shop_news {
  background: url(img/bg_pc_archive_shopnews01.png) no-repeat left top;
  background-size: contain;
}

/***********************************************
*  page
************************************************/
/***********************************************
*  page-about
************************************************/
.page-about .page-content {
  margin-bottom: 110px;
}
.page-about .entry-header {
  margin-bottom: 90px;
}
.page-about .entry-content {
  width: 1040px;
  margin: 0 auto;
  padding-top: 50px;
  position: relative;
}
.page-about .entry-content::after {
  content: "";
  display: block;
  clear: both;
}
.page-about .entry-content .left {
  float: left;
  width: 640px;
}
.page-about .entry-content .right {
  height: 100%;
  position: absolute;
  right: 20px;
  top: 0;
  width: 480px;
}
.page-about .entry-content .right .js-float {
  text-align: right;
}
.page-about .entry-content .right .js-float img {
  vertical-align: bottom;
}
.page-about .entry-content .right .js-float .locationLink {
  position: absolute;
  bottom: 30px;
  right: 0;
}
.page-about .entry-content .billboard {
  margin-bottom: 105px;
  text-align: center;
}
.page-about .entry-content .billboard .catch {
  margin-bottom: 70px;
}
.page-about .entry-content .billboard .catch img {
  vertical-align: bottom;
}
.page-about .entry-content .billboard .lead {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 2.18182;
  margin-bottom: 40px;
}
.page-about .entry-content .billboard .site-logo img {
  vertical-align: bottom;
}
.page-about .entry-content .titStyle01 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.375;
  font-weight: 700;
  text-align: center;
}
.page-about .entry-content .titStyle02 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.9;
  font-weight: 400;
  margin-bottom: 15px;
}
.page-about .entry-content .prof {
  text-align: center;
}
.page-about .entry-content .prof .detail {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.77778;
  font-weight: 300;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
.page-about .entry-content .prof .history > dl {
  background: url(img/img_border_dashed01.png) no-repeat center top;
  margin-bottom: 20px;
  padding-top: 40px;
}
.page-about .entry-content .prof .history > dl > dt {
  color: #caaa88;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.23077;
  font-weight: 100;
  margin-bottom: 10px;
}
.page-about .entry-content .prof .history > dl dd {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 300;
}
.page-about .entry-content .prof .history > dl dd > dl dt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 300;
  margin-top: 1em;
}
.page-about .entry-content .prof .history > dl dd > dl dd {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 100;
}
.page-about .entry-content .prof .clientArea {
  background: url(img/img_border_dashed01.png) no-repeat center top;
  color: #663b19;
  padding-top: 80px;
}
.page-about .entry-content .prof .clientArea .title {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
}
.page-about .entry-content .prof .clientArea p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.78572;
  font-weight: 300;
}

/***********************************************
*  page-store_location
************************************************/
.page-store_location .entry-header {
  margin-bottom: 90px;
}
.page-store_location .entry-content {
  margin: 0 auto;
  width: 1200px;
}
.page-store_location .entry-content .section01 {
  margin: 0 auto;
  width: 800px;
}
.page-store_location .entry-content .storeBox {
  margin-bottom: 110px;
  position: relative;
}
.page-store_location .entry-content .storeBox::after {
  content: "";
  display: block;
  clear: both;
}
.page-store_location .entry-content .storeBox .place {
  color: #3cace0;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 700;
  float: right;
  margin-bottom: 10px;
  width: 250px;
}
.page-store_location .entry-content .storeBox .storeImg {
  background: url(img/bg_dot_black4x4.png) repeat left top;
  float: left;
  margin-right: 50px;
  text-align: center;
  width: 500px;
}
.page-store_location .entry-content .storeBox .storeImg img {
  vertical-align: bottom;
}
.page-store_location .entry-content .storeBox .storeDetail {
  padding-left: 550px;
}
.page-store_location .entry-content .storeBox .storeName {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.55556;
  font-weight: 500;
  margin-bottom: 10px;
}
.page-store_location .entry-content .storeBox .storeAddress {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.625;
  font-weight: 300;
  margin-bottom: 10px;
}
.page-store_location .entry-content .storeBox .storeInfo dl {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 300;
}
.page-store_location .entry-content .storeBox .storeInfo dl dt {
  float: left;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.71429;
  margin-right: 9px;
}
.page-store_location .entry-content .storeBox .btnArea {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  position: absolute;
  left: 550px;
  bottom: 0;
}
.page-store_location .entry-content .storeBox .btnArea .btn {
  color: #663b19;
  font-weight: 500;
}
.page-store_location .entry-content .storeBox .btnArea .btn:before {
  content: url(img/icon_location01.png);
  margin-right: 5px;
  position: relative;
  top: 1px;
}
.page-store_location .entry-content .storeBox:nth-child(even) .place {
  float: left;
}
.page-store_location .entry-content .storeBox:nth-child(even) .storeImg {
  float: right;
  margin-left: 50px;
  margin-right: 0;
}
.page-store_location .entry-content .storeBox:nth-child(even) .storeDetail {
  padding-left: 0;
  padding-right: 550px;
}
.page-store_location .entry-content .storeBox:nth-child(even) .btnArea {
  left: 0;
}

/***********************************************
*  page-tokusho
************************************************/
.page-tokusho .entry-header {
  margin-bottom: 50px;
}
.page-tokusho .entry-content {
  margin-bottom: 85px;
}
.page-tokusho .tokusho {
  margin: 0 auto;
  width: 700px;
}
.page-tokusho .tokusho th {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2.26667;
  font-weight: 700;
  padding: 10.5px 1em 10.5px 0;
  text-align: left;
  vertical-align: middle;
  width: 160px;
}
.page-tokusho .tokusho td {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.64286;
  font-weight: 300;
  padding: 10.5px 0;
  vertical-align: middle;
}

/***********************************************
*  page-contact
************************************************/
.page-contact .entry-header {
  margin-bottom: 40px;
}
.page-contact .entry-content {
  width: 1200px;
  margin: 0 auto 100px;
}
.page-contact .entry-content .lead {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.14286;
  font-weight: 300;
}
.page-contact .entry-content .progress {
  height: 100px;
  margin: 55px 0;
}
.page-contact .entry-content .progress.wpcf7c-elm-step1 {
  background: url(img/img_contact_progress01_01.png) no-repeat center;
}
.page-contact .entry-content .progress.wpcf7c-elm-step2 {
  background: url(img/img_contact_progress01_02.png) no-repeat center;
}
.page-contact .entry-content .progress.wpcf7c-elm-step3 {
  background: url(img/img_contact_progress01_03.png) no-repeat center;
}
.page-contact .entry-content table {
  margin: 0 auto 35px;
  padding-right: 20px;
  width: 600px;
}
.page-contact .entry-content table th {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 4.28572;
  font-weight: bold;
  width: 200px;
}
.page-contact .entry-content table th .req {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.18182;
}
.page-contact .entry-content table input,
.page-contact .entry-content table select,
.page-contact .entry-content table textarea {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
  font-weight: 500;
}
.page-contact .entry-content table input,
.page-contact .entry-content table select {
  height: 40px;
  width: 250px;
}
.page-contact .entry-content table input,
.page-contact .entry-content table textarea {
  padding: 0.5em;
}
.page-contact .entry-content table select {
  background-color: #fff;
}
.page-contact .entry-content table textarea {
  width: 100%;
}
.page-contact .entry-content .buttonArea {
  margin: 0 auto;
  padding-top: 40px;
  width: 600px;
}
.page-contact .entry-content .buttonArea input {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.66667;
}
.page-contact .entry-content .wpcf7c-conf {
  border: none;
  background: none;
}
.page-contact .entry-content .sent .completionMessage {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.14286;
  font-weight: 300;
  text-align: center;
}
.page-contact .entry-content .sent .completionMessage .thanks {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2.61112;
}
.page-contact .entry-content .sent .wpcf7-mail-sent-ok {
  display: none !important;
}

/* プライバシーポリシー */
.wrap, .home .topBlogList {
  width: 1200px;
  margin: 0 auto;
}

/****************************************
privacy
****************************************/
.page-privacy_policy .entry-header,
.page-guide .entry-header {
  margin-bottom: 50px;
}
.page-privacy_policy .privacyWrap,
.page-guide .privacyWrap {
  width: 800px;
  margin: 0 auto;
  font-weight: 300;
}
.page-privacy_policy .privacyWrap p,
.page-guide .privacyWrap p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.64286;
}
.page-privacy_policy .privacyWrap .block,
.page-guide .privacyWrap .block {
  margin-top: 50px;
}
.page-privacy_policy .privacyWrap .title,
.page-guide .privacyWrap .title {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.7;
  font-weight: 500;
  margin-bottom: 8px;
}
.page-privacy_policy .privacyWrap h3,
.page-guide .privacyWrap h3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.88889;
  font-weight: 400;
  margin-top: 25px;
  margin-bottom: 8px;
}
.page-privacy_policy .privacyWrap .indentList,
.page-guide .privacyWrap .indentList {
  margin-top: 5px;
}
.page-privacy_policy .privacyWrap .indentList li,
.page-guide .privacyWrap .indentList li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.64286;
}
.page-privacy_policy .privacyWrap .topSpace,
.page-guide .privacyWrap .topSpace {
  margin-top: 25px;
}
.page-privacy_policy .privacyWrap .numList,
.page-guide .privacyWrap .numList {
  margin-top: 5px;
}
.page-privacy_policy .privacyWrap .numList li,
.page-guide .privacyWrap .numList li {
  padding-left: 20px;
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.64286;
}
.page-privacy_policy .privacyWrap .numList li span,
.page-guide .privacyWrap .numList li span {
  position: absolute;
  left: 0;
  top: 0;
}

/***********************************************
*  投稿者記事一覧 author
***********************************************/
.author .entry-header .entry-title-ruby {
  margin-bottom: 10px;
}
.author .entry-header .profile {
  display: table;
  margin: 0 auto;
  width: 520px;
}
.author .entry-header .profile .avator {
  display: table-cell;
  margin-right: 15px;
  vertical-align: middle;
  width: 110px;
  height: 110px;
  position: relative;
}
.author .entry-header .profile .avator .mask {
  position: absolute;
  top: 0;
  left: 0;
}
.author .entry-header .profile .avator img {
  vertical-align: bottom;
}
.author .entry-header .profile .detail {
  display: table-cell;
  padding-left: 15px;
  text-align: left;
  vertical-align: middle;
}
.author .entry-header .profile .detail .nameArea {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2.83334;
  font-weight: 500;
}
.author .entry-header .profile .detail .nameArea .name {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.88889;
}
.author .entry-header .profile .detail .description {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.53847;
  font-weight: 300;
}

/***********************************************
*  ブログ single
***********************************************/
/*
 テーブルデザイン
*********************************************************/
.single-post .detail-data {
  background: #fff;
  margin: 40px 0;
  padding: 40px;
  font-size: 13px;
  line-height: 2;
  border-radius: 4px;
  border: 1px solid #ddd;
}
.single-post .detail-data table {
  margin: 5px 0 0 0;
}
.single-post .detail-data table th {
  width: 60px;
  vertical-align: top;
  line-height: 1.5;
  padding: 5px 0;
  text-align: left;
}
.single-post .detail-data table td {
  vertical-align: top;
  line-height: 1.5;
  padding: 5px 0;
  word-break: break-all;
  word-wrap: break-word;
}

.single-post .page-content,
.single-shop_news .page-content,
.single-snap .page-content {
  margin-bottom: 270px;
}
.single-post .content-area,
.single-shop_news .content-area,
.single-snap .content-area {
  margin: 0 auto 100px;
  width: 800px;
}
.single-post .content-area .entry-header,
.single-shop_news .content-area .entry-header,
.single-snap .content-area .entry-header {
  margin-bottom: 40px;
}
.single-post .content-area .entry-header .entry-thumbnail img,
.single-shop_news .content-area .entry-header .entry-thumbnail img,
.single-snap .content-area .entry-header .entry-thumbnail img {
  height: auto;
  max-width: 100%;
}
.single-post .content-area .entry-header .date,
.single-shop_news .content-area .entry-header .date,
.single-snap .content-area .entry-header .date {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 200;
}
.single-post .content-area .entry-header .date img,
.single-shop_news .content-area .entry-header .date img,
.single-snap .content-area .entry-header .date img {
  position: relative;
  top: 1px;
  margin-right: 5px;
}
.single-post .content-area .entry-header .entry-category,
.single-shop_news .content-area .entry-header .entry-category,
.single-snap .content-area .entry-header .entry-category {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.85715;
  font-weight: 300;
}
.single-post .content-area .entry-header .entry-title,
.single-shop_news .content-area .entry-header .entry-title,
.single-snap .content-area .entry-header .entry-title {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.46429;
  font-weight: 500;
  margin-top: 20px;
}
.single-post .content-area .entry-content,
.single-shop_news .content-area .entry-content,
.single-snap .content-area .entry-content {
  margin-bottom: 50px;
}
.single-post .content-area .entry-content h1,
.single-shop_news .content-area .entry-content h1,
.single-snap .content-area .entry-content h1 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.38462;
  font-weight: 500;
  margin-bottom: 10px;
}
.single-post .content-area .entry-content h2,
.single-shop_news .content-area .entry-content h2,
.single-snap .content-area .entry-content h2 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.375;
  font-weight: 500;
  margin-bottom: 10px;
}
.single-post .content-area .entry-content h3,
.single-shop_news .content-area .entry-content h3,
.single-snap .content-area .entry-content h3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.61112;
  font-weight: 500;
  margin-bottom: 10px;
}
.single-post .content-area .entry-content h3.ul-title,
.single-shop_news .content-area .entry-content h3.ul-title,
.single-snap .content-area .entry-content h3.ul-title {
  background: url(img/icon_circle01.png) no-repeat left 9px;
  padding-left: 1em;
}
.single-post .content-area .entry-content h3.ul-title02:before,
.single-shop_news .content-area .entry-content h3.ul-title02:before,
.single-snap .content-area .entry-content h3.ul-title02:before {
  background-color: #bd966d;
  content: "";
  display: inline-block;
  height: 1.16em;
  margin-right: 7px;
  vertical-align: middle;
  width: 5px;
  position: relative;
  top: -0.1em;
}
.single-post .content-area .entry-content h4,
.single-shop_news .content-area .entry-content h4,
.single-snap .content-area .entry-content h4 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 10px;
}
.single-post .content-area .entry-content h5,
.single-shop_news .content-area .entry-content h5,
.single-snap .content-area .entry-content h5 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
  font-weight: 500;
  margin-bottom: 10px;
}
.single-post .content-area .entry-content p,
.single-shop_news .content-area .entry-content p,
.single-snap .content-area .entry-content p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8125;
  font-weight: 300;
  margin-bottom: 1.56em;
}
.single-post .content-area .entry-content ul,
.single-shop_news .content-area .entry-content ul,
.single-snap .content-area .entry-content ul {
  list-style-image: url(img/icon_circle01.png);
  list-style-position: inside;
}
.single-post .content-area .entry-content ol,
.single-shop_news .content-area .entry-content ol,
.single-snap .content-area .entry-content ol {
  counter-reset: singleCounter;
  list-style: decimal;
  list-style-position: inside;
}
.single-post .content-area .entry-content ol > li,
.single-shop_news .content-area .entry-content ol > li,
.single-snap .content-area .entry-content ol > li {
  position: relative;
}
.single-post .content-area .entry-content li,
.single-shop_news .content-area .entry-content li,
.single-snap .content-area .entry-content li {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8125;
  font-weight: 300;
  margin-bottom: 20px;
}
.single-post .content-area .entry-content li p,
.single-shop_news .content-area .entry-content li p,
.single-snap .content-area .entry-content li p {
  margin-bottom: 20px;
}
.single-post .content-area .entry-content img,
.single-shop_news .content-area .entry-content img,
.single-snap .content-area .entry-content img {
  height: auto;
  max-width: 800px;
}
.single-post .content-area .entry-content img.alignleft,
.single-shop_news .content-area .entry-content img.alignleft,
.single-snap .content-area .entry-content img.alignleft {
  margin: 0 20px 0 0;
}
.single-post .content-area .entry-content img.alignright,
.single-shop_news .content-area .entry-content img.alignright,
.single-snap .content-area .entry-content img.alignright {
  margin: 0 0 0 20px;
}
.single-post .content-area .entry-content hr,
.single-shop_news .content-area .entry-content hr,
.single-snap .content-area .entry-content hr {
  border-top: 1px solid #b2afaa;
  margin: 2.1em 0;
}
.single-post .content-area .entry-content .clearfix:after,
.single-shop_news .content-area .entry-content .clearfix:after,
.single-snap .content-area .entry-content .clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.single-post .content-area .entry-content .nsa_product_list,
.single-shop_news .content-area .entry-content .nsa_product_list,
.single-snap .content-area .entry-content .nsa_product_list {
  margin: 0;
  padding: 0;
}
.single-post .content-area .entry-content .nsa_product_list .nsa_product_child,
.single-shop_news .content-area .entry-content .nsa_product_list .nsa_product_child,
.single-snap .content-area .entry-content .nsa_product_list .nsa_product_child {
  margin: 0;
  padding: 0;
  width: auto;
}
.single-post .content-area .entry-content .cartBox,
.single-shop_news .content-area .entry-content .cartBox,
.single-snap .content-area .entry-content .cartBox {
  background-color: #fff;
  border: 1px solid #ede9e2;
  border-radius: 3px;
  cursor: pointer;
  margin-top: 8px;
  padding: 20px 25px;
  width: 500px;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out;
}
.single-post .content-area .entry-content .cartBox:after,
.single-shop_news .content-area .entry-content .cartBox:after,
.single-snap .content-area .entry-content .cartBox:after {
  content: "";
  display: block;
  clear: both;
}
.single-post .content-area .entry-content .cartBox:hover,
.single-shop_news .content-area .entry-content .cartBox:hover,
.single-snap .content-area .entry-content .cartBox:hover {
  opacity: .7;
}
.single-post .content-area .entry-content .cartBox .eyecatch,
.single-shop_news .content-area .entry-content .cartBox .eyecatch,
.single-snap .content-area .entry-content .cartBox .eyecatch {
  float: left;
  margin: 0 20px 0 0;
  height: 120px;
  width: 120px;
  overflow: hidden;
  position: relative;
}
.single-post .content-area .entry-content .cartBox .eyecatch img,
.single-shop_news .content-area .entry-content .cartBox .eyecatch img,
.single-snap .content-area .entry-content .cartBox .eyecatch img {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
}
.single-post .content-area .entry-content .cartBox .text,
.single-shop_news .content-area .entry-content .cartBox .text,
.single-snap .content-area .entry-content .cartBox .text {
  text-align: left;
}
.single-post .content-area .entry-content .cartBox .text .title,
.single-shop_news .content-area .entry-content .cartBox .text .title,
.single-snap .content-area .entry-content .cartBox .text .title {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375;
  font-weight: 600;
}
.single-post .content-area .entry-content .cartBox .text .price,
.single-shop_news .content-area .entry-content .cartBox .text .price,
.single-snap .content-area .entry-content .cartBox .text .price {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.33334;
  font-weight: 300;
  margin-bottom: 15px;
}
.single-post .content-area .entry-content .cartBox .text .price.special,
.single-shop_news .content-area .entry-content .cartBox .text .price.special,
.single-snap .content-area .entry-content .cartBox .text .price.special {
  color: red;
}
.single-post .content-area .entry-content .cartBox .text .cartBtn input[type="submit"],
.single-shop_news .content-area .entry-content .cartBox .text .cartBtn input[type="submit"],
.single-snap .content-area .entry-content .cartBox .text .cartBtn input[type="submit"] {
  background-color: #26b2f1;
  border: none;
  border-radius: 22px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  height: 44px;
  width: 165px;
  margin: 10px 0 0 128px;
  padding: 1px 0 0;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out;
}
.single-post .content-area .entry-content .cartBox .text .cartBtn input[type="submit"]:hover,
.single-shop_news .content-area .entry-content .cartBox .text .cartBtn input[type="submit"]:hover,
.single-snap .content-area .entry-content .cartBox .text .cartBtn input[type="submit"]:hover {
  opacity: .7;
}
.single-post .content-area .entry-footer .entry-info,
.single-shop_news .content-area .entry-footer .entry-info,
.single-snap .content-area .entry-footer .entry-info {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.125;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: right;
}
.single-post .content-area .entry-footer .entry-info .entry-date,
.single-shop_news .content-area .entry-footer .entry-info .entry-date,
.single-snap .content-area .entry-footer .entry-info .entry-date {
  font-weight: 300;
  margin-right: 1em;
}
.single-post .content-area .entry-footer .entry-info .vcard .small,
.single-shop_news .content-area .entry-footer .entry-info .vcard .small,
.single-snap .content-area .entry-footer .entry-info .vcard .small {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2.61539;
}
.single-post .content-area .entry-footer .entry-info .vcard a,
.single-shop_news .content-area .entry-footer .entry-info .vcard a,
.single-snap .content-area .entry-footer .entry-info .vcard a {
  border-bottom: 1px solid #2caae4;
}
.single-post .content-area .entry-footer .entry-info .vcard a:hover,
.single-shop_news .content-area .entry-footer .entry-info .vcard a:hover,
.single-snap .content-area .entry-footer .entry-info .vcard a:hover {
  text-decoration: none;
}
.single-post .content-area .entry-footer .share,
.single-shop_news .content-area .entry-footer .share,
.single-snap .content-area .entry-footer .share {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
  margin-bottom: 70px;
  text-align: right;
}
.single-post .content-area .entry-footer .share a,
.single-shop_news .content-area .entry-footer .share a,
.single-snap .content-area .entry-footer .share a {
  color: #333;
  margin-left: 25px;
}
.single-post .content-area .entry-footer .share a img,
.single-shop_news .content-area .entry-footer .share a img,
.single-snap .content-area .entry-footer .share a img {
  margin-right: 5px;
}
.single-post .content-area .entry-footer .tagBlock,
.single-shop_news .content-area .entry-footer .tagBlock,
.single-snap .content-area .entry-footer .tagBlock {
  text-align: center;
}
.single-post .content-area .entry-footer .tagBlock h4,
.single-shop_news .content-area .entry-footer .tagBlock h4,
.single-snap .content-area .entry-footer .tagBlock h4 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.83334;
  font-weight: 100;
}
.single-post .content-area .entry-footer .tagBlock .tags,
.single-shop_news .content-area .entry-footer .tagBlock .tags,
.single-snap .content-area .entry-footer .tagBlock .tags {
  margin-left: -20px;
}
.single-post .content-area .entry-footer .tagBlock .btn,
.single-shop_news .content-area .entry-footer .tagBlock .btn,
.single-snap .content-area .entry-footer .tagBlock .btn {
  background-color: #fefaf2;
  border-radius: 2px;
  margin: 20px 0 0 20px;
  padding: 0 20px;
}
.single-post .content-area .entry-footer .tagBlock .btn a,
.single-shop_news .content-area .entry-footer .tagBlock .btn a,
.single-snap .content-area .entry-footer .tagBlock .btn a {
  color: #333;
}
.single-post .relatedList,
.single-shop_news .relatedList,
.single-snap .relatedList {
  border-top: 1px dashed #b38e67;
  margin: 0 auto;
  padding-top: 87px;
  width: 1200px;
}
.single-post .relatedList h3,
.single-shop_news .relatedList h3,
.single-snap .relatedList h3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2.44445;
  font-weight: 100;
  text-align: center;
}
.single-post .archiveLink,
.single-shop_news .archiveLink,
.single-snap .archiveLink {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}
.single-post .archiveLink a,
.single-shop_news .archiveLink a,
.single-snap .archiveLink a {
  color: #333;
}

/***********************************************
* ネットショップ
***********************************************/
.product-head {
  background: url(img/icon_dress03.png) no-repeat left center;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 0.9091;
  font-weight: 400;
  letter-spacing: 0.4em;
  text-align: left;
  padding-left: 30px;
}
.product-head .ruby {
  color: #cbad8e;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.66667;
  font-weight: bold;
  letter-spacing: 0;
}

.productSearchArea {
  margin: 0 auto 60px;
  width: 1200px;
}
.productSearchArea .inner {
  border: 3px solid #c9e6f6;
  padding: 30px 37px;
}
.productSearchArea .inner::after {
  content: "";
  display: block;
  clear: both;
}
.productSearchArea .navigateArea {
  display: table;
  width: 100%;
}
.productSearchArea .categoryBtn {
  display: table-cell;
  vertical-align: middle;
}
.productSearchArea .categoryBtn .item {
  background: url(img/icon_bullet_down01_blue.png) no-repeat right 4px center;
  border-bottom: 1px solid #77c2f4;
  color: #0ea3f4;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.33334;
  font-weight: 500;
  padding: 0 20px 5px 0;
}
.productSearchArea .categoryBtn .item:hover, .productSearchArea .categoryBtn .item.active {
  background-image: url(img/icon_bullet_down01_brown.png);
  border-color: #c8a888;
  color: #b38656;
  text-decoration: none;
}
.productSearchArea .categoryBtn .or {
  color: #cbad8e;
  display: inline-block;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 0.92308;
  font-weight: 500;
  margin: 0 10px;
}
.productSearchArea .categoryBtn .or .small {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.2;
}
.productSearchArea .managementLink {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
}
.productSearchArea .managementLink .item {
  border-radius: 17px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.5;
  font-weight: 500;
  padding: 0 15px 0 45px;
}
.productSearchArea .managementLink .item:after {
  content: url(img/icon_bullet03.png);
  margin-left: 10px;
}
.productSearchArea .managementLink .item + .item {
  margin-left: 8px;
}
.productSearchArea .managementLink .item:hover {
  text-decoration: none;
}
.productSearchArea .managementLink .icon-people {
  background: #6ec0e6 url(img/icon_people01_white.png) no-repeat 19px center;
}
.productSearchArea .managementLink .icon-cart {
  background: #6ec0e6 url(img/icon_cart01_white.png) no-repeat 16px center;
}
.productSearchArea .managementLink .icon-info {
  background: #6ec0e6 url(img/icon_info01_white.png) no-repeat 18px center;
}
.productSearchArea .categoryLink {
  background-color: #f6ecdd;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.5;
  font-weight: 500;
  margin-top: 10px;
  padding: 10px 60px;
  text-align: center;
}
.productSearchArea .categoryLink a {
  color: #333;
}
.productSearchArea .categoryLink a:before {
  content: url(img/icon_bullet01_blue.png);
  margin-right: 5px;
}
.productSearchArea .categoryLink .links {
  margin-right: -40px;
}
.productSearchArea .categoryLink .links .cat-item {
  display: inline-block;
  margin-right: 40px;
}
.productSearchArea .categoryLink .allLink a {
  vertical-align: middle;
}

.productBnrArea {
  background-color: #f9ecd4;
  margin: 0 auto 50px;
  padding: 20px 30px;
  width: 1000px;
}
.productBnrArea::after {
  content: "";
  display: block;
  clear: both;
}
.productBnrArea a {
  display: block;
}
.productBnrArea img {
  float: right;
  margin-top: -9px;
  vertical-align: bottom;
}
.productBnrArea img:first-child {
  float: left;
}

.productBnrArea02 {
  margin: 0 auto 50px;
  width: 900px;
}
.productBnrArea02::after {
  content: "";
  display: block;
  clear: both;
}
.productBnrArea02 img {
  float: right;
  margin-top: -9px;
  vertical-align: bottom;
  width: 440px;
}
.productBnrArea02 img:first-child {
  float: left;
}

.page-login .entry-header,
.page-login .entry-content,
.post-type-archive-product .entry-header,
.post-type-archive-product .entry-content,
.tax-product-category .entry-header,
.tax-product-category .entry-content,
.single-product .entry-header,
.single-product .entry-content {
  margin: 0 auto;
  width: 1000px;
}

/* 一覧ページ */
.post-type-archive-product .area-title-wrap {
  display: table;
  margin-bottom: 25px;
  width: 100%;
  table-layout: fixed;
}
.post-type-archive-product .area-title-wrap .area-title {
  display: table-cell;
  vertical-align: middle;
}
.post-type-archive-product .area-title-wrap .term-archive-links {
  display: table-cell;
  vertical-align: bottom;
  text-align: right;
}
.post-type-archive-product .area-title-wrap .term-archive-links li {
  display: inline-block;
  margin-left: 15px;
}
.post-type-archive-product .area-title-wrap .term-archive-links li a {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
  color: #333;
}
.post-type-archive-product .area-title:before {
  line-height: 1em;
  vertical-align: middle;
}
.post-type-archive-product .entry-header .entry-title-ruby {
  margin-bottom: 70px;
}
.post-type-archive-product .entry-header .searchArea {
  margin-bottom: 80px;
  background-color: #faf1e1;
  border: 1px solid #ebd9c1;
  padding: 20px;
}
.post-type-archive-product .entry-header .searchArea .area-title {
  margin-bottom: 15px;
}
.post-type-archive-product .entry-header .searchArea .area-title:before {
  content: url(img/icon_glass01_black.png);
  display: inline-block;
  margin-right: 10px;
}
.post-type-archive-product .entry-header .searchArea .inner {
  background-color: #fffbf4;
  border: 1px solid #ebd9c1;
  padding: 20px 40px;
}
.post-type-archive-product .entry-content .area-title {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 0.9091;
  font-weight: 400;
  margin-bottom: 30px;
}
.post-type-archive-product .entry-content .area-title:before {
  content: url(img/icon_dress03.png);
  display: block;
  float: left;
  margin-right: 10px;
}
.post-type-archive-product .entry-content .area-title .alphabet {
  color: #cbad8e;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.66667;
  font-weight: bold;
  letter-spacing: 0;
}
.post-type-archive-product .entry-content .recomendProductArea {
  margin-bottom: 100px;
}
.post-type-archive-product .entry-content .recomendProductArea .more {
  clear: left;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 3.33334;
  text-align: center;
}
.post-type-archive-product .entry-content .recomendProductArea .more .btn {
  border-radius: 30px;
  border-width: 2px;
  color: #26b2f1;
  width: 280px;
}
.post-type-archive-product .entry-content .recomendBlogArea .area-title {
  margin-bottom: 48px;
}
.post-type-archive-product .entry-content .recomendBlogArea .area-title:before {
  content: url(img/icon_megaphone01.png);
  display: inline-block;
  margin-right: 8px;
}

/*
* tax-product-category
*/
.tax-product-category .entry-header {
  margin-bottom: 50px;
}
.tax-product-category .entry-header .product-head {
  margin-bottom: 20px;
}
.tax-product-category .entry-header .categories {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.84616;
  font-weight: 500;
  text-align: left;
}
.tax-product-category .entry-header .categories .cat-item {
  display: inline;
  margin-right: 20px;
}
.tax-product-category .entry-header .categories .cat-item a {
  color: #333;
}
.tax-product-category .entry-header .categories .cat-item a:before {
  content: url(img/icon_bullet01_blue.png);
  margin-right: 3px;
}
.tax-product-category .entry-header .categories .current-cat {
  color: #999;
}
.tax-product-category .entry-header .categories .current-cat a {
  color: #999;
}
.tax-product-category .entry-header .categories .current-cat a:before {
  content: url(img/icon_bullet01_gray.png);
}
.tax-product-category .entry-content .orderSelect {
  margin-bottom: 20px;
  text-align: right;
}
.tax-product-category .entry-content .orderSelect .total {
  float: left;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: bold;
  letter-spacing: 0.4em;
}
.tax-product-category .entry-content .orderSelect .total .text {
  letter-spacing: 0;
}
.tax-product-category .entry-content .orderSelect .total .text:first-child {
  margin-right: 0.4em;
}
.tax-product-category .entry-content .orderSelect .nsa_product_order_select,
.tax-product-category .entry-content .orderSelect .nsa_product_display_select {
  display: inline-block;
  vertical-align: middle;
}
.tax-product-category .entry-content .orderSelect .nsa_product_order_select ul,
.tax-product-category .entry-content .orderSelect .nsa_product_display_select ul {
  margin: 0 !important;
}
.tax-product-category .entry-content .orderSelect .nsa_product_order_select li,
.tax-product-category .entry-content .orderSelect .nsa_product_display_select li {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.92308;
}
.tax-product-category .entry-content .orderSelect .nsa_product_order_select li + li,
.tax-product-category .entry-content .orderSelect .nsa_product_display_select li + li {
  margin-left: 6px;
}
.tax-product-category .entry-content .orderSelect .nsa_product_order_select li a,
.tax-product-category .entry-content .orderSelect .nsa_product_display_select li a {
  background-color: #bd966d;
  border-radius: 2px;
  cursor: pointer;
  color: #fff;
  display: inline-block;
  opacity: 1;
  padding: 0 6px;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out;
  vertical-align: top;
}
.tax-product-category .entry-content .orderSelect .nsa_product_order_select li:hover,
.tax-product-category .entry-content .orderSelect .nsa_product_display_select li:hover {
  opacity: 0.75;
}
.tax-product-category .entry-content .orderSelect .nsa_product_order_select li.current,
.tax-product-category .entry-content .orderSelect .nsa_product_display_select li.current {
  background-color: inherit;
}
.tax-product-category .entry-content .orderSelect .nsa_product_order_select li.current a,
.tax-product-category .entry-content .orderSelect .nsa_product_display_select li.current a {
  background-color: #eadccb;
  color: #b89a7b;
}

/*
* single-product
*/
.single-product .section-title {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2.46154;
  font-weight: bold;
  letter-spacing: 0.4em;
  margin-bottom: 14px;
  text-align: left;
}
.single-product .page-content {
  margin-bottom: 100px;
}
.single-product .entry-header {
  margin-bottom: 28px;
}
.single-product .entry-header .breadcrumb {
  font-size: 0;
  text-align: left;
}
.single-product .entry-header .breadcrumb li {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 500;
}
.single-product .entry-header .breadcrumb .separator {
  margin: 0 5px;
}
.single-product .entry-content {
  margin: 0 auto 200px;
  width: 1000px;
}
.single-product .entry-content .nsa_product_detail {
  margin-bottom: 60px;
}
.single-product .entry-content .nsa_product_detail::after {
  content: "";
  display: block;
  clear: both;
}
.single-product .entry-content .nsa_product_detail .left {
  float: left;
}
.single-product .entry-content .nsa_product_detail .right {
  float: right;
}
.single-product .entry-content .nsa_product_detail .eyecatch {
  width: 500px;
}
.single-product .entry-content .nsa_product_detail .eyecatch img {
  vertical-align: bottom;
}
.single-product .entry-content .nsa_product_detail .eyecatch .image {
  height: 680px;
  margin-bottom: 12px;
  overflow: hidden;
  width: 500px;
}
.single-product .entry-content .nsa_product_detail .eyecatch .image img {
  width: 100%;
  height: auto;
}
.single-product .entry-content .nsa_product_detail .eyecatch .thumbnails {
  margin-right: -4px;
  margin-bottom: -4px;
}
.single-product .entry-content .nsa_product_detail .eyecatch .thumbnails::after {
  content: "";
  display: block;
  clear: both;
}
.single-product .entry-content .nsa_product_detail .eyecatch .thumbnails a {
  margin-right: 4px;
  margin-bottom: 4px;
  float: left;
}
.single-product .entry-content .nsa_product_detail .eyecatch .thumbnails img {
  cursor: pointer;
  height: 59px;
  width: 59px;
}
.single-product .entry-content .nsa_product_detail .eyecatch .thumbnails img + img {
  margin-left: 4px;
}
.single-product .entry-content .nsa_product_detail .info {
  width: 450px;
}
.single-product .entry-content .nsa_product_detail .info .mark {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.66667;
  font-weight: bold;
  margin-bottom: 4px;
}
.single-product .entry-content .nsa_product_detail .info .mark .new {
  border: 1px solid #4bad1b;
  color: #4bad1b;
  display: inline-block;
  margin-right: 10px;
  padding: 0 7px;
}
.single-product .entry-content .nsa_product_detail .info .mark .recommend {
  border: 1px solid #ff6598;
  color: #ff6598;
  display: inline-block;
  margin-right: 10px;
  padding: 0 7px;
}
.single-product .entry-content .nsa_product_detail .info .mark .sale {
  background-color: #dd0000;
  border: 1px solid #dd0000;
  color: #fffd4f;
  display: inline-block;
  margin-right: 10px;
  padding: 0 7px;
}
.single-product .entry-content .nsa_product_detail .info .title {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 30px;
}
.single-product .entry-content .nsa_product_detail .info .description {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.85715;
  font-weight: 300;
  margin-bottom: 20px;
}
.single-product .entry-content .nsa_product_detail .info .price {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.06667;
  font-weight: bold;
  margin-bottom: 30px;
}
.single-product .entry-content .nsa_product_detail .info .price.special {
  color: red;
}
.single-product .entry-content .nsa_product_detail .info .price .small {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
}
.single-product .entry-content .nsa_product_detail .info .cart {
  display: table;
  margin-bottom: 30px;
  width: 100%;
}
.single-product .entry-content .nsa_product_detail .info .cart .quantity {
  display: table-cell;
  vertical-align: middle;
}
.single-product .entry-content .nsa_product_detail .info .cart .quantity .product_quantity {
  border: 1px solid #ddd;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
  background-color: #fff;
  color: #32373c;
  outline: 0;
  -webkit-transition: 50ms border-color ease-in-out;
  transition: 50ms border-color ease-in-out;
}
.single-product .entry-content .nsa_product_detail .info .cart .cartBtn {
  display: table-cell;
  font-weight: 500;
  text-align: right;
  vertical-align: middle;
}
.single-product .entry-content .nsa_product_detail .info .cart .cartBtn .product_cart {
  background-color: #26b2f1;
  border: none;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 3.33334;
  width: 280px;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out;
}
.single-product .entry-content .nsa_product_detail .info .cart .cartBtn .product_cart:hover {
  opacity: .75;
}
.single-product .entry-content .nsa_product_detail .info .cart .cartBtn .outofstock {
  background-color: #aaa;
  border: none;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 3.33334;
  text-align: center;
  width: 280px;
}
.single-product .entry-content .nsa_product_detail .info .wishListLink {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.85715;
  font-weight: 500;
  margin-bottom: 60px;
  text-align: center;
  width: 100%;
}
.single-product .entry-content .nsa_product_detail .info .wishListLink a {
  background-color: #fff;
  border: 1px solid #e5decf;
  color: #ff5858;
  display: inline-block;
  width: 100%;
  -moz-transition: .25s ease-in-out;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.single-product .entry-content .nsa_product_detail .info .wishListLink a:before {
  content: url(img/icon_heart01.png);
  display: inline-block;
  line-height: 1;
  margin-right: 10px;
  vertical-align: middle;
}
.single-product .entry-content .nsa_product_detail .info .wishListLink a:hover {
  background-color: #ff7588;
  color: #fff;
  opacity: 1;
  text-decoration: none;
}
.single-product .entry-content .nsa_product_detail .info .wishListLink a:hover:before {
  content: url(img/icon_heart01_on.png);
}
.single-product .entry-content .nsa_product_detail .info .productBnrArea {
  padding: 20px 15px;
  width: 100%;
}
.single-product .entry-content .nsa_product_detail .info .productBnrArea img {
  float: none;
  width: 100%;
}
.single-product .entry-content .nsa_product_detail .info .productBnrArea img + img {
  margin-top: 15px;
}
.single-product .entry-content .itemDetail {
  border: 1px solid #ebd9c1;
  padding: 20px 40px;
}
.single-product .entry-content .itemDetail::after {
  content: "";
  display: block;
  clear: both;
}
.single-product .entry-content .itemDetail .left {
  float: left;
  width: 460px;
}
.single-product .entry-content .itemDetail .right {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.61539;
  float: right;
  width: 405px;
}
.single-product .entry-content .itemDetail .right .item-title {
  font-weight: bold;
  margin-bottom: 5px;
}
.single-product .entry-content .itemDetail .right p {
  font-weight: 300;
}
.single-product .entry-content .itemDetail .right p + .item-title {
  margin-top: 25px;
}
.single-product .entry-content .itemDetail .spec {
  border-top: 1px solid #ebd9c1;
  border-bottom: 1px solid #ebd9c1;
  border-collapse: collapse;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.64286;
  table-layout: fixed;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
.single-product .entry-content .itemDetail .spec th {
  background-color: #ebd9c1;
  font-weight: 300;
}
.single-product .entry-content .itemDetail .spec td {
  font-weight: 500;
  text-align: center;
}
.single-product .entry-content .itemDetail .specNote {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.61539;
  font-weight: 300;
  margin-bottom: 30px;
}
.single-product .entry-content .itemDetail .production {
  width: 100%;
}
.single-product .entry-content .itemDetail .production th {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2.23077;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
  width: 80px;
}
.single-product .entry-content .itemDetail .production td {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.07143;
  font-weight: 300;
  padding: 0 0 0 15px;
  vertical-align: middle;
}
.single-product .entry-content .itemDetail .production td::after {
  content: "";
  display: block;
  clear: both;
}
.single-product .entry-content .itemDetail .production td .avatar {
  float: left;
  height: 60px;
  overflow: hidden;
  margin-right: 10px;
  width: 60px;
}
.single-product .entry-content .itemDetail .production td .avatar img {
  border: 1px solid #e5decf;
  width: 100%;
}
.single-product .entry-content .itemDetail .production td .profile {
  float: left;
}
.single-product .entry-content .itemDetail .production td .profile .title {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.66667;
  font-weight: 300;
}
.single-product .entry-content .itemDetail .production td .profile .name {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42858;
  font-weight: 300;
}
.single-product .entry-content .itemDetail .production td .profile .link {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.53847;
  font-weight: 500;
}
.single-product .entry-content .itemDetail .production dl {
  line-height: 29px;
}
.single-product .entry-content .itemDetail .production dt {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2.23077;
  clear: left;
  float: left;
  font-weight: bold;
  text-align: justify;
  width: 80px;
}
.single-product .entry-content .itemDetail .production dd {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.07143;
  font-weight: 300;
  padding-left: 100px;
}
.single-product .entry-content .itemDetail .production dd .profile .title {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.66667;
  font-weight: 300;
}
.single-product .entry-content .itemDetail .production dd .profile .name {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42858;
  font-weight: 300;
}
.single-product .entry-content .itemDetail .production dd .profile .link {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.53847;
  font-weight: 500;
}
.single-product .entry-footer {
  margin-bottom: 195px;
}
.single-product .entry-footer h4 {
  background: url("img/bg_box_frame_top01.png") no-repeat center top;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: bold;
  position: relative;
  padding-top: 18px;
  text-align: center;
  z-index: 1;
}
.single-product .entry-footer .recommendList,
.single-product .entry-footer .nsa_rc_products_div {
  margin-bottom: 110px;
}
.single-product .entry-footer .nsa_recently_checked_products,
.single-product .entry-footer .recommendListWrap {
  border-top: 1px solid #000;
  margin-top: -1px;
  margin-bottom: 120px;
}
.single-product .entry-footer .nsa_recently_checked_products .eyecatch,
.single-product .entry-footer .recommendListWrap .eyecatch {
  height: 175px;
  overflow: hidden;
  margin-bottom: 13px;
}
.single-product .entry-footer .nsa_recently_checked_products .eyecatch img,
.single-product .entry-footer .recommendListWrap .eyecatch img {
  vertical-align: bottom;
  width: 100%;
}
.single-product .entry-footer .nsa_recently_checked_products .title,
.single-product .entry-footer .recommendListWrap .title {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 300;
  margin-bottom: 14px;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.single-product .entry-footer .nsa_recently_checked_products .title a,
.single-product .entry-footer .recommendListWrap .title a {
  color: #333;
}
.single-product .entry-footer .nsa_recently_checked_products .price,
.single-product .entry-footer .recommendListWrap .price {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 300;
  text-align: left;
}
.single-product .entry-footer .nsa_recently_checked_products .price.special,
.single-product .entry-footer .recommendListWrap .price.special {
  color: red;
}
.single-product .entry-footer .nsa_product_list {
  font-size: 0;
  margin: 40px auto 0;
  padding: 0;
  text-align: center;
  width: 1200px;
}
.single-product .entry-footer .nsa_product_list .nsa_product_child {
  display: inline-block;
  float: none;
  width: 143px;
  margin: 0;
}
.single-product .entry-footer .nsa_product_list .nsa_product_child + .nsa_product_child {
  margin-left: 8px;
}
.single-product .entry-footer .nsa_recently_checked_products ul {
  font-size: 0;
  margin: 40px auto 0;
  text-align: center;
  width: 1200px;
}
.single-product .entry-footer .nsa_recently_checked_products ul li {
  display: inline-block;
  width: 143px;
}
.single-product .entry-footer .nsa_recently_checked_products ul li + li {
  margin-left: 8px;
}

/* カート */
.page-cart {
  /* flow */
  /* 後で買う商品 */
  /* チェックアウト */
  /* カートトップ */
  /* 送り先情報 */
  /* 追加送り先 */
  /* 送り先設定 */
  /* 支払いし方法 */
  /* 確認画面 */
}
.page-cart .entry-content {
  margin: 0 auto 100px;
  width: 1000px;
}
.page-cart .entry-content .form-table .code {
  width: 120px;
}
.page-cart .entry-content .form-table .price,
.page-cart .entry-content .form-table .subtotal {
  width: 130px;
}
.page-cart .entry-content .form-table .quantity {
  width: 100px;
}
.page-cart .entry-content .form-table .quantity .net_shop_admin_product_quantity {
  border: 1px solid #ccc;
  border-radius: 2px;
  color: #666;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  height: 28px;
  text-align: center;
  width: 50px;
}
.page-cart .entry-content .form-table .delete {
  width: 195px;
}
.page-cart .entry-content .form-table .delete a {
  background-color: #999;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2.33334;
  font-weight: bold;
  padding: 0 1em;
  white-space: nowrap;
}
.page-cart .entry-content .form-table tbody td {
  padding: 20px !important;
}
.page-cart .entry-content .form-table tbody td .thumbnail_table tr {
  border: none;
}
.page-cart .entry-content .form-table tbody td .thumbnail_table td {
  border: none !important;
  padding: 0 !important;
}
.page-cart .entry-content .form-table tbody td .thumbnail_table td .thumbnail {
  margin-right: 10px !important;
}
.page-cart .entry-content .message-center {
  margin-bottom: 30px;
  text-align: center;
}
.page-cart .entry-content .message-center p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
  font-weight: 300;
}
.page-cart .entry-content .message-center .desc {
  color: #915c24;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 30px;
}
.page-cart .entry-content p.submit {
  margin-top: 40px;
}
.page-cart .entry-content p.submit input[type="submit"] {
  background-color: #26b2f1;
  border: none;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 3.33334;
  width: 280px;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out;
}
.page-cart .entry-content p.submit input[type="submit"]:hover {
  opacity: 0.75;
}
.page-cart .entry-content #shipping_address_add {
  background-color: #fff;
  border: 1px solid #26b2f1;
  border-radius: 2px;
  color: #26b2f1;
  cursor: pointer;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.71429;
  float: right;
  width: 230px;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out;
}
.page-cart .entry-content #shipping_address_add:hover {
  opacity: 0.75;
}
.page-cart .entry-content .checkout_step {
  border: none !important;
  border-radius: 0 !important;
  margin: 40px 0 0 !important;
}
.page-cart .entry-content .checkout_step tbody {
  background-color: inherit !important;
}
.page-cart .entry-content .checkout_step th {
  padding: 0;
}
.page-cart .entry-content .checkout_step input[type="submit"] {
  background-color: #999;
  border: none;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 3.33334;
  width: 200px;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out;
}
.page-cart .entry-content .checkout_step input[type="submit"]:hover {
  opacity: 0.75;
}
.page-cart .entry-content .checkout_step #continue,
.page-cart .entry-content .checkout_step #shipping_information {
  background-color: #26b2f1;
}
.page-cart .entry-content .checkout_step #thank_you .submit {
  background-color: #26b2f1;
}
.page-cart #net_shop_admin_flow {
  height: 45px;
  margin: 55px 0 80px;
  padding: 0;
}
.page-cart #net_shop_admin_flow ol {
  font-size: 0;
  margin: 0 auto;
  text-align: center;
  width: 900px;
}
.page-cart #net_shop_admin_flow ol li {
  background-color: #ebddcb;
  color: #c3a07a;
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 3.21429;
  position: relative;
  text-align: center;
  width: 135px;
}
.page-cart #net_shop_admin_flow ol li + li {
  margin-left: 16px;
}
.page-cart #net_shop_admin_flow ol li:after {
  content: url(img/bg_cart_flow_off01.png);
  position: absolute;
  top: 0;
  right: -16px;
}
.page-cart #net_shop_admin_flow ol li .current {
  background-color: #bd966d;
  color: #fff;
  display: block;
}
.page-cart #net_shop_admin_flow ol li .current:before {
  content: url(img/bg_cart_flow_left01.png);
  position: absolute;
  top: 0;
  left: -16px;
  z-index: 2;
}
.page-cart #net_shop_admin_flow ol li .current:after {
  content: url(img/bg_cart_flow_right01.png);
  position: absolute;
  top: 0;
  right: -16px;
  z-index: 2;
}
.page-cart #net_shop_admin_flow ol .flow2 {
  width: 145px;
}
.page-cart #net_shop_admin_flow ol .flow2 .current:before {
  content: none;
}
.page-cart #net_shop_admin_flow ol .flow7:after {
  content: none;
}
.page-cart #net_shop_admin_flow ol .flow7 .current:after {
  content: none;
}
.page-cart #net_shop_admin_shopping_cart {
  background-color: #fdf3e2;
  margin-bottom: 100px;
  padding: 30px 70px 21px;
}
.page-cart #net_shop_admin_shopping_cart .form-table {
  border-bottom: 1px solid #bd966d;
  margin-bottom: 11px;
}
.page-cart #net_shop_admin_shopping_cart .form-table thead:after {
  content: "";
  width: 100%;
  padding: 5px 0;
  display: block;
}
.page-cart #net_shop_admin_shopping_cart .form-table thead tr {
  border-top: 1px solid #bd966d;
  border-bottom: 1px solid #bd966d;
}
.page-cart #net_shop_admin_shopping_cart .form-table thead th {
  color: #b28c63;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: bold;
}
.page-cart #net_shop_admin_shopping_cart .form-table tbody tr {
  border-top: 1px solid #bd966d;
}
.page-cart #net_shop_admin_shopping_cart .form-table tbody td {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 300;
}
.page-cart #net_shop_admin_shopping_cart .form-table tbody td.delete::after {
  content: "";
  display: block;
  clear: both;
}
.page-cart #net_shop_admin_shopping_cart .form-table tbody td.delete a {
  background-color: #ff5858;
  float: left;
}
.page-cart #net_shop_admin_shopping_cart .form-table tbody td.delete a:first-child {
  background-color: #999;
  float: right;
}
.page-cart #net_shop_admin_shopping_cart .form-table tbody td.delete br {
  display: none;
}
.page-cart #net_shop_admin_shopping_cart .form-table .thumbnail_table tr {
  border: none;
}
.page-cart #net_shop_admin_shopping_cart .form-table .thumbnail_table img {
  vertical-align: middle;
}
.page-cart #net_shop_admin_shopping_cart .net_shop_admin_subtotal {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: bold;
}
.page-cart #net_shop_admin_shopping_cart .net_shop_admin_checkout {
  margin: 30px 0 100px;
}
.page-cart #net_shop_admin_shopping_cart .net_shop_admin_checkout input[type="submit"] {
  background-color: #26b2f1;
  border: none;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 3.33334;
  width: 280px;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out;
}
.page-cart #net_shop_admin_shopping_cart .net_shop_admin_checkout input[type="submit"]:hover {
  opacity: 0.75;
}
.page-cart #net_shop_admin_buy_it_later {
  background-color: #fdf3e2;
  padding: 70px 0;
}
.page-cart #net_shop_admin_buy_it_later h3 {
  color: #915c24;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.9;
  font-weight: 400;
  letter-spacing: 0.6em;
  margin-bottom: 30px;
  text-align: center;
}
.page-cart #net_shop_admin_buy_it_later .form-table {
  border-bottom: 0;
  border-collapse: separate;
  border-spacing: 0 10px;
}
.page-cart #net_shop_admin_buy_it_later .form-table thead:after {
  content: none;
}
.page-cart #net_shop_admin_buy_it_later .form-table thead th {
  border-top: 1px solid #bd966d;
  border-bottom: 1px solid #bd966d;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
}
.page-cart #net_shop_admin_buy_it_later .form-table tbody tr {
  background-color: #fffbf4;
  border: none;
}
.page-cart #net_shop_admin_buy_it_later .form-table tbody tr td.delete a {
  background-color: #fff;
  border: 1px solid #3bb9f1;
  color: #26b2f1;
}
.page-cart #net_shop_admin_buy_it_later .form-table tbody tr td.delete a:first-child {
  border: 1px solid #999;
  color: #fff;
}
.page-cart #net_shop_admin_checkout {
  background-color: inherit;
  padding: 0;
}
.page-cart #net_shop_admin_checkout:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ' ';
}
.page-cart #net_shop_admin_checkout .desc {
  color: #915c24;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 30px;
  text-align: center;
}
.page-cart #net_shop_admin_checkout p.title {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4375;
  font-weight: bold;
  line-height: 1.4735;
}
.page-cart #net_shop_admin_checkout dl dd input {
  background-color: #fff;
  border-radius: 2px;
  width: 100%;
  padding: 0 5px;
  height: 30px;
}
.page-cart #net_shop_admin_checkout #net_shop_admin_checkout_first {
  background-color: #fff;
  float: left;
  font-weight: 300;
  overflow: hidden;
  padding: 35px 50px 60px;
  text-align: center;
  width: 48%;
}
.page-cart #net_shop_admin_checkout #net_shop_admin_checkout_first .title + p {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.57143;
  margin-bottom: 20px;
  text-align: left;
}
.page-cart #net_shop_admin_checkout #net_shop_admin_checkout_first label {
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2.44444;
  text-align: center;
}
.page-cart #net_shop_admin_checkout #net_shop_admin_checkout_login {
  background-color: #fff;
  float: right;
  overflow: hidden;
  padding: 35px 50px 35px;
  text-align: center;
  width: 48%;
}
.page-cart #net_shop_admin_checkout #net_shop_admin_checkout_login #loginform {
  margin-top: 50px;
}
.page-cart #net_shop_admin_checkout #net_shop_admin_checkout_login #loginform dl {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 3.84616;
  width: 100%;
}
.page-cart #net_shop_admin_checkout #net_shop_admin_checkout_login #loginform dl::after {
  content: "";
  display: block;
  clear: both;
}
.page-cart #net_shop_admin_checkout #net_shop_admin_checkout_login #loginform dl dt {
  float: left;
  margin: 0 5px 0 0;
  text-align: left;
  width: 100px;
}
.page-cart #net_shop_admin_checkout #net_shop_admin_checkout_login #loginform dl dd {
  float: left;
  margin: 0;
  text-align: left;
  width: 270px;
}
.page-cart #net_shop_admin_checkout #net_shop_admin_checkout_login .lost_pass {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: -20px;
  margin-bottom: 0;
}
.page-cart #net_shop_admin_checkout #net_shop_admin_checkout_login .lost_pass a:before {
  content: url(img/icon_bullet01_blue.png);
}
.page-cart #net_shop_admin_checkout_body .form-table {
  border: 1px solid #bd966d;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 3px;
  margin: 0 0 30px 0 !important;
  overflow: hidden;
}
.page-cart #net_shop_admin_checkout_body .form-table thead:after {
  content: none;
}
.page-cart #net_shop_admin_checkout_body .form-table thead th {
  background-color: #bd966d;
  border: none;
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: bold;
  padding: 9px 5px !important;
}
.page-cart #net_shop_admin_checkout_body .form-table thead th + th {
  border-left: 1px solid #fff;
}
.page-cart #net_shop_admin_checkout_body .form-table tbody tr + tr td, .page-cart #net_shop_admin_checkout_body .form-table tbody tr + tr th {
  border-top: 1px solid #bd966d;
}
.page-cart #net_shop_admin_checkout_body .form-table tbody td + td {
  border-left: 1px solid #bd966d;
}
.page-cart #net_shop_admin_checkout_body .form-table .inner-table {
  border: 1px solid #bd966d;
  border-spacing: 0;
  border-radius: 0;
}
.page-cart #net_shop_admin_checkout_body .form-table .inner-table td {
  padding: 0;
}
.page-cart #net_shop_admin_checkout_body .form-table .inner-table td dl {
  margin: 10px 0;
}
.page-cart #net_shop_admin_checkout_body .form-table .inner-table td dl dt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.625;
  font-weight: 500;
}
.page-cart #net_shop_admin_checkout_body .form-table .inner-table td dl dd {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2;
}
.page-cart #net_shop_admin_checkout_body .form-table .inner-table td dl dd p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.85715;
  font-weight: 500;
}
.page-cart #net_shop_admin_checkout_body .form-table .inner-table td dl dd p select {
  border: 1px solid #ccc;
  border-radius: 2px;
  color: #666;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  margin-right: 40px;
  padding: 8px 5px;
  width: 100px;
}
.page-cart #net_shop_admin_checkout_body .form-table .inner-table td dl dd + dt {
  margin-top: 30px;
}
.page-cart #net_shop_admin_checkout_body .form-table .inner-table .inner-table {
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #bd966d;
  border-radius: 3px;
  overflow: hidden;
  margin: -20px;
  width: auto;
  margin: 0;
}
.page-cart #net_shop_admin_checkout_body .form-table .inner-table .inner-table tr + tr td {
  border-top: 1px solid #bd966d;
}
.page-cart #net_shop_admin_checkout_body .form-table .inner-table .inner-table td {
  padding: 10px !important;
}
.page-cart #net_shop_admin_checkout_body .form-table .inner-table .inner-table td.delete {
  width: 90px;
}
.page-cart #net_shop_admin_checkout_body .form-table.checkout_step {
  border: none !important;
  border-radius: 0 !important;
  margin: 40px 0 0 !important;
}
.page-cart #net_shop_admin_checkout_body .form-table.checkout_step tbody {
  background-color: inherit !important;
}
.page-cart #net_shop_admin_checkout_body .form-table.checkout_step th {
  padding: 0;
}
.page-cart #net_shop_admin_checkout_body .form-table.checkout_step input[type="submit"] {
  background-color: #999;
  border: none;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 3.33334;
  width: 200px;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out;
}
.page-cart #net_shop_admin_checkout_body .form-table.checkout_step input[type="submit"]:hover {
  opacity: 0.75;
}
.page-cart #net_shop_admin_checkout_body .form-table.checkout_step #continue,
.page-cart #net_shop_admin_checkout_body .form-table.checkout_step #shipping_information {
  background-color: #26b2f1;
}
.page-cart #net_shop_admin_checkout_body .form-table.checkout_step #thank_you .submit {
  background-color: #26b2f1;
}
.page-cart #net_shop_admin_checkout_body.page-shipping_address_input, .page-cart #net_shop_admin_checkout_body.billing_information_input {
  background-color: #fff;
  padding: 60px 185px;
}
.page-cart #net_shop_admin_checkout_body.page-shipping_address_input .form-table, .page-cart #net_shop_admin_checkout_body.billing_information_input .form-table {
  border: none;
  border-radius: 0;
  border-collapse: collapse;
}
.page-cart #net_shop_admin_checkout_body.page-shipping_address_input .form-table th, .page-cart #net_shop_admin_checkout_body.billing_information_input .form-table th {
  background-color: inherit;
  border: none;
  color: #333;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 6.15385;
  font-weight: bold;
  padding: 0;
  text-align: left;
  width: 180px;
}
.page-cart #net_shop_admin_checkout_body.page-shipping_address_input .form-table td, .page-cart #net_shop_admin_checkout_body.billing_information_input .form-table td {
  border: none;
  color: #666;
  vertical-align: middle;
  padding: 0 !important;
}
.page-cart #net_shop_admin_checkout_body.page-shipping_address_input .form-table td.error_attribute, .page-cart #net_shop_admin_checkout_body.billing_information_input .form-table td.error_attribute {
  background-color: inherit;
}
.page-cart #net_shop_admin_checkout_body.page-shipping_address_input .form-table td.error_attribute input,
.page-cart #net_shop_admin_checkout_body.page-shipping_address_input .form-table td.error_attribute select, .page-cart #net_shop_admin_checkout_body.billing_information_input .form-table td.error_attribute input,
.page-cart #net_shop_admin_checkout_body.billing_information_input .form-table td.error_attribute select {
  border: 1px solid #f00;
}
.page-cart #net_shop_admin_checkout_body.page-shipping_address_input .form-table input[type="text"],
.page-cart #net_shop_admin_checkout_body.page-shipping_address_input .form-table select, .page-cart #net_shop_admin_checkout_body.billing_information_input .form-table input[type="text"],
.page-cart #net_shop_admin_checkout_body.billing_information_input .form-table select {
  border: 1px solid #ccc;
  border-radius: 2px;
  color: #666;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  padding: 8px 5px;
  width: 270px;
}
.page-cart #net_shop_admin_checkout_body.page-shipping_address_input #last_name,
.page-cart #net_shop_admin_checkout_body.page-shipping_address_input #last_name_furigana,
.page-cart #net_shop_admin_checkout_body.page-shipping_address_input #first_name,
.page-cart #net_shop_admin_checkout_body.page-shipping_address_input #first_name_furigana, .page-cart #net_shop_admin_checkout_body.billing_information_input #last_name,
.page-cart #net_shop_admin_checkout_body.billing_information_input #last_name_furigana,
.page-cart #net_shop_admin_checkout_body.billing_information_input #first_name,
.page-cart #net_shop_admin_checkout_body.billing_information_input #first_name_furigana {
  width: 160px;
}
.page-cart #net_shop_admin_checkout_body.page-shipping_address_input #zipcode,
.page-cart #net_shop_admin_checkout_body.page-shipping_address_input #pref, .page-cart #net_shop_admin_checkout_body.billing_information_input #zipcode,
.page-cart #net_shop_admin_checkout_body.billing_information_input #pref {
  width: 120px;
}
.page-cart #net_shop_admin_checkout_body.page-shipping_address_input #address1,
.page-cart #net_shop_admin_checkout_body.page-shipping_address_input #address2,
.page-cart #net_shop_admin_checkout_body.page-shipping_address_input #email, .page-cart #net_shop_admin_checkout_body.billing_information_input #address1,
.page-cart #net_shop_admin_checkout_body.billing_information_input #address2,
.page-cart #net_shop_admin_checkout_body.billing_information_input #email {
  width: 100%;
}
.page-cart #net_shop_admin_checkout_body.page-shipping_address_input .checkout_step .textRight, .page-cart #net_shop_admin_checkout_body.billing_information_input .checkout_step .textRight {
  text-align: center;
}
.page-cart #net_shop_admin_checkout_body.page-shipping_address_input .checkout_step .textRight #continue, .page-cart #net_shop_admin_checkout_body.billing_information_input .checkout_step .textRight #continue {
  width: 280px;
}
.page-cart .cart-home .entry-content {
  width: 100%;
}
.page-cart .cart-home .entry-content #net_shop_admin_shopping_cart {
  background-color: inherit;
  padding: 0;
}
.page-cart .cart-home .entry-content #net_shop_admin_shopping_cart .net_shop_admin_update_quantity {
  line-height: 1;
  margin: 0 auto 10px;
  width: 1000px;
}
.page-cart .cart-home .entry-content #net_shop_admin_shopping_cart .net_shop_admin_update_quantity + .form-table {
  border: 1px solid #bd966d;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 3px;
  overflow: hidden;
}
.page-cart .cart-home .entry-content #net_shop_admin_shopping_cart .net_shop_admin_update_quantity + .form-table thead:after {
  content: none;
}
.page-cart .cart-home .entry-content #net_shop_admin_shopping_cart .net_shop_admin_update_quantity + .form-table thead th {
  background-color: #bd966d;
  border: none;
  color: #fff;
  padding: 9px 5px !important;
}
.page-cart .cart-home .entry-content #net_shop_admin_shopping_cart .net_shop_admin_update_quantity + .form-table thead th + th {
  border-left: 1px solid #fff;
}
.page-cart .cart-home .entry-content #net_shop_admin_shopping_cart .net_shop_admin_update_quantity + .form-table tbody tr + tr td {
  border-top: 1px solid #bd966d;
}
.page-cart .cart-home .entry-content #net_shop_admin_shopping_cart .net_shop_admin_update_quantity + .form-table tbody td {
  background-color: #fff;
}
.page-cart .cart-home .entry-content #net_shop_admin_shopping_cart .net_shop_admin_update_quantity + .form-table tbody td + td {
  border-left: 1px solid #bd966d;
}
.page-cart .cart-home .entry-content #net_shop_admin_shopping_cart .form-table {
  background-color: inherit;
  margin: 0 auto 24px;
  padding: 0;
  width: 1000px;
}
.page-cart .cart-home .entry-content #net_shop_admin_shopping_cart .net_shop_admin_subtotal {
  margin: 0 auto;
  width: 1000px;
}
.page-cart .cart-home .entry-content #net_shop_admin_shopping_cart .net_shop_admin_checkout {
  margin: 30px auto 100px;
  width: 1000px;
}
.page-cart .page-shipping_information #net_shop_admin_checkout_body .form-table > tbody > tr > td > .inner-table > tbody > tr:first-child > th {
  border-top: none;
}
.page-cart .page-shipping_information #net_shop_admin_checkout_body .form-table > tbody > tr > td > .inner-table > tbody > tr:first-child > td {
  border-top: none;
}
.page-cart .page-shipping_information #net_shop_admin_checkout_body .form-table > tbody > tr > td > .inner-table > tbody > tr > th {
  border-right: 1px solid #bd966d;
  color: #b28c63;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.53847;
  font-weight: bold;
}
.page-cart .page-shipping_address_input #net_shop_admin_checkout_body {
  background-color: #fff;
  padding: 60px 185px;
}
.page-cart .page-shipping_address_input #net_shop_admin_checkout_body .form-table {
  border: none;
  border-radius: 0;
  border-collapse: collapse;
}
.page-cart .page-shipping_address_input #net_shop_admin_checkout_body .form-table th {
  background-color: inherit;
  border: none;
  color: #333;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 6.15385;
  font-weight: bold;
  padding: 0;
  text-align: left;
  width: 180px;
}
.page-cart .page-shipping_address_input #net_shop_admin_checkout_body .form-table td {
  border: none;
  color: #666;
  vertical-align: middle;
  padding: 0 !important;
}
.page-cart .page-shipping_address_input #net_shop_admin_checkout_body .form-table td.error_attribute {
  background-color: inherit;
}
.page-cart .page-shipping_address_input #net_shop_admin_checkout_body .form-table td.error_attribute input,
.page-cart .page-shipping_address_input #net_shop_admin_checkout_body .form-table td.error_attribute select {
  border: 1px solid #f00;
}
.page-cart .page-shipping_address_input #net_shop_admin_checkout_body .form-table input[type="text"],
.page-cart .page-shipping_address_input #net_shop_admin_checkout_body .form-table select {
  border: 1px solid #ccc;
  border-radius: 2px;
  color: #666;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  padding: 8px 5px;
  width: 270px;
}
.page-cart .page-shipping_address_input #net_shop_admin_checkout_body #last_name,
.page-cart .page-shipping_address_input #net_shop_admin_checkout_body #last_name_furigana,
.page-cart .page-shipping_address_input #net_shop_admin_checkout_body #first_name,
.page-cart .page-shipping_address_input #net_shop_admin_checkout_body #first_name_furigana {
  width: 160px;
}
.page-cart .page-shipping_address_input #net_shop_admin_checkout_body #zipcode,
.page-cart .page-shipping_address_input #net_shop_admin_checkout_body #pref {
  width: 120px;
}
.page-cart .page-shipping_address_input #net_shop_admin_checkout_body #address1,
.page-cart .page-shipping_address_input #net_shop_admin_checkout_body #address2,
.page-cart .page-shipping_address_input #net_shop_admin_checkout_body #email {
  width: 100%;
}
.page-cart .page-shipping_address_input #net_shop_admin_checkout_body .checkout_step .textRight {
  text-align: center;
}
.page-cart .page-shipping_address_input #net_shop_admin_checkout_body .checkout_step .textRight #continue {
  width: 280px;
}
.page-cart .page-shipping_address input[name^="shipping_address_edit"] {
  background-color: #26b2f1;
  border: none;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2.33334;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out;
}
.page-cart .page-shipping_address input[name^="shipping_address_edit"]:hover {
  opacity: 0.75;
}
.page-cart .page-shipping_address input[name^="shipping_address_delete"] {
  background-color: #999;
  border: none;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2.33334;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out;
}
.page-cart .page-shipping_address input[name^="shipping_address_delete"]:hover {
  opacity: 0.75;
}
.page-cart .page-payment_information #net_shop_admin_checkout_body {
  text-align: center;
}
.page-cart .page-payment_information #net_shop_admin_checkout_body form > p {
  color: #915c24;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 30px;
  text-align: center;
}
.page-cart .page-payment_information #net_shop_admin_checkout_body form > p label {
  display: block;
  margin-bottom: 30px;
}
.page-cart .page-payment_information #net_shop_admin_checkout_body form > p label + br {
  display: none;
}
.page-cart .page-payment_information #net_shop_admin_checkout_body form > p #order_comment {
  color: #666;
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.38462;
  font-weight: 300;
  width: 100%;
  max-width: 100%;
}
.page-cart .page-payment_information #net_shop_admin_checkout_body form > dl {
  border-top: 1px solid #bd966d;
  border-bottom: 1px solid #bd966d;
  margin-bottom: 100px;
  padding: 20px 0;
}
.page-cart .page-order_review #net_shop_admin_checkout_body .form-table {
  margin: 0 0 30px 0;
}
.page-cart .page-order_review #net_shop_admin_checkout_body .form-table > tbody > tr + tr > th {
  border-top: 1px solid #fff;
}
.page-cart .page-order_review #net_shop_admin_checkout_body .form-table tbody th {
  background-color: #bd966d;
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: bold;
  padding: 9px 5px !important;
}
.page-cart .page-order_review #net_shop_admin_checkout_body .form-table tbody th + th {
  border-left: 1px solid #fff;
}
.page-cart .page-order_review #net_shop_admin_checkout_body .form-table tbody th.changebox {
  border-right: 1px solid #bd966d;
  line-height: 30px;
  text-align: center;
}
.page-cart .page-order_review #net_shop_admin_checkout_body .form-table tbody th.changebox input[type="submit"] {
  background-color: #999;
  border: none;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2.33334;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out;
  width: 50px;
}
.page-cart .page-order_review #net_shop_admin_checkout_body .form-table tbody th.changebox input[type="submit"]:hover {
  opacity: 0.75;
}
.page-cart .page-order_review #net_shop_admin_checkout_body .form-table tbody th.textRight {
  text-align: center;
}
.page-cart .page-order_review #net_shop_admin_checkout_body .form-table .inner-table > tbody > tr > th {
  background-color: inherit;
  border-right: 1px solid #bd966d;
  color: #915c24;
}
.page-cart .page-order_review #net_shop_admin_checkout_body .form-table > tbody > tr > td > .inner-table {
  border-collapse: collapse;
}
.page-cart .page-order_review #net_shop_admin_checkout_body .form-table > tbody > tr > td > .inner-table > tbody > tr:first-child > th {
  border-top: none;
}
.page-cart .page-order_review #net_shop_admin_checkout_body .form-table > tbody > tr > td > .inner-table > tbody > tr:first-child > td {
  border-top: none;
}
.page-cart .page-order_review #net_shop_admin_checkout_body .checkout_step {
  margin-top: 60px;
}
.page-cart .page-order_review #net_shop_admin_checkout_body .checkout_step th {
  background-color: inherit !important;
}

/* マイページ */
.page-login {
  /* 新規登録 */
  /* アカウント設定 */
}
.page-login .entry-header {
  margin-bottom: 100px;
}
.page-login .entry-content {
  margin-bottom: 100px;
}
.page-login .entry-content .content-title {
  color: #915c24;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  font-weight: 300;
  margin-bottom: 20px;
  text-align: center;
}
.page-login .entry-content .desc {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
  font-weight: 300;
  margin-bottom: 26px;
  text-align: center;
}
.page-login .entry-content .frontend-user-admin-login .message,
.page-login .entry-content .frontend-user-admin-login .error {
  margin-bottom: 40px;
}
.page-login .entry-content .tablenav-pages .nest:before {
  content: "つぎへ";
}
.page-login .entry-title-ruby {
  margin-bottom: 60px;
}
.page-login .loginNavi {
  background-color: #fdf3e2;
  padding: 40px 70px;
}
.page-login .loginNavi .profile {
  table-layout: fixed;
  width: 100%;
}
.page-login .loginNavi .profile .avatar {
  border-collapse: collapse;
  width: 100px;
  vertical-align: middle;
}
.page-login .loginNavi .profile .avatar img {
  vertical-align: bottom;
}
.page-login .loginNavi .profile .center {
  padding: 0 20px;
  vertical-align: middle;
}
.page-login .loginNavi .profile .center .name {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 300;
  margin-bottom: 15px;
}
.page-login .loginNavi .profile .center .listNavi {
  font-size: 0;
}
.page-login .loginNavi .profile .center .listNavi li {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.57143;
  font-weight: bold;
  margin-right: 20px;
}
.page-login .loginNavi .profile .center .listNavi li .btn {
  background-color: #fff;
  padding: 0 15px;
}
.page-login .loginNavi .profile .logout {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.28572;
  font-weight: bold;
  text-align: right;
  vertical-align: middle;
}
.page-login .loginNavi .profile .logout .btn {
  border-radius: 2px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2.66667;
  margin-left: 5px;
  padding: 0 15px;
}
.page-login .loginNavi .accountNavi li {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2.5;
  font-weight: 500;
  text-align: left;
}
.page-login .loginNavi .accountNavi li a:before {
  margin-right: 5px;
}
.page-login input[type="text"],
.page-login select {
  color: #666;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
}
.page-login input[type="text"] {
  width: 200px;
}
.page-login select {
  background-color: #eff0f0;
  border: 1px solid #ccc;
  border-radius: 2px;
  height: 30px;
}
.page-login #address1,
.page-login #address2,
.page-login #user_login,
.page-login #address1,
.page-login #address2,
.page-login #email {
  width: 100%;
}
.page-login #pref,
.page-login #zipcode {
  width: 120px;
}
.page-login #loginform,
.page-login #withdrawalform,
.page-login #lostpasswordform {
  background-color: #fff;
  margin: 0 auto;
  padding: 40px 60px;
  text-align: center;
  width: 480px;
}
.page-login #loginform #user_login,
.page-login #withdrawalform #user_login,
.page-login #lostpasswordform #user_login {
  width: 270px;
}
.page-login #loginform p,
.page-login #withdrawalform p,
.page-login #lostpasswordform p {
  margin-bottom: 20px;
}
.page-login #loginform p.submit,
.page-login #withdrawalform p.submit,
.page-login #lostpasswordform p.submit {
  margin-top: 20px;
}
.page-login #loginform + ul,
.page-login #withdrawalform + ul,
.page-login #lostpasswordform + ul {
  background-color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2;
  font-weight: 500;
  text-align: center;
  margin: -60px auto 0;
  width: 480px;
}
.page-login #loginform + ul a:before,
.page-login #withdrawalform + ul a:before,
.page-login #lostpasswordform + ul a:before {
  content: url(img/icon_bullet01_blue.png);
  margin-right: 3px;
}
.page-login #net_shop_admin_history .form-table {
  border: 1px solid #bd966d;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 4px;
  overflow: hidden;
}
.page-login #net_shop_admin_history .form-table th {
  background-color: #bd966d;
  color: #fff;
}
.page-login #net_shop_admin_history .form-table th + th {
  border-left: 1px solid #fff;
}
.page-login #net_shop_admin_history .form-table td + td {
  border-left: 1px solid #bd966d;
}
.page-login #net_shop_admin_history .form-table tr + tr td {
  border-top: 1px solid #bd966d;
}
.page-login #net_shop_admin_history .form-table .order_product {
  margin-top: 20px;
}
.page-login #net_shop_admin_wishlist > ul > li + li {
  margin-top: 20px;
}
.page-login #net_shop_admin_wishlist .wishlist {
  border: 1px solid #bd966d;
  border-radius: 4px;
  display: table;
  padding: 20px;
  width: 100%;
}
.page-login #net_shop_admin_wishlist .wishlist .thumbnail {
  display: table-cell;
  vertical-align: middle;
  width: 150px;
}
.page-login #net_shop_admin_wishlist .wishlist .thumbnail img {
  vertical-align: bottom;
}
.page-login #net_shop_admin_wishlist .wishlist .info {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
}
.page-login #net_shop_admin_wishlist .wishlist .info ul li {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.1875;
  font-weight: 500;
}
.page-login #net_shop_admin_wishlist .wishlist .info ul li .product_quantity {
  border: 1px solid #ccc;
  border-radius: 2px;
  color: #666;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  height: 28px;
  text-align: center;
  width: 50px;
}
.page-login #net_shop_admin_wishlist .wishlist .btnArea {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 250px;
}
.page-login #net_shop_admin_wishlist .wishlist .btnArea .product_cart {
  background-color: #26b2f1;
  border: none;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2.33334;
  font-weight: bold;
  padding: 0 1.2em;
}
.page-login #net_shop_admin_wishlist .wishlist .btnArea .addDate {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.625;
  font-weight: 500;
}
.page-login #registerform {
  background-color: #fff;
  padding: 60px 185px;
}
.page-login #registerform .form-table {
  border: none;
  border-radius: 0;
  border-collapse: collapse;
  overflow: hidden;
  width: 100%;
}
.page-login #registerform .form-table th,
.page-login #registerform .form-table td {
  padding: 12.5px 0;
}
.page-login #registerform .form-table th {
  background-color: inherit;
  color: #333;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: bold;
  text-align: left;
  width: 180px;
}
.page-login #registerform .form-table td {
  color: #666;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 300;
  vertical-align: middle;
}
.page-login #registerform .submit {
  margin-top: 60px;
  padding: 0;
  text-align: center;
}
.page-login #registerform .submit input {
  margin-top: 0;
}
.page-login #registerform + ul {
  background-color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2;
  font-weight: 500;
  text-align: center;
  margin-top: -60px;
}
.page-login #registerform + ul a:before {
  content: url(img/icon_bullet01_blue.png);
  margin-right: 3px;
}
.page-login #your-profile {
  background-color: #fff;
  padding: 60px 185px;
}
.page-login #your-profile .form-table {
  border: none;
  border-radius: 0;
  border-collapse: collapse;
  margin: 0;
}
.page-login #your-profile .form-table th {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 4.61539;
  font-weight: bold;
  padding: 0;
  text-align: left;
  width: 180px;
}
.page-login #your-profile .form-table td {
  color: #666;
  padding: 12.5px 0 !important;
}
.page-login #your-profile .form-table td.error_attribute {
  background-color: inherit;
}
.page-login #your-profile .submit {
  margin-top: 60px;
  padding: 0;
  text-align: center;
}
.page-login #your-profile .submit .submit {
  background-color: #26b2f1;
  border: none;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 3.33334;
  font-weight: 500;
  margin: 0;
  width: 280px;
}

/***********************************************
*  404
************************************************/
.error404 .entry-content {
  background: url(img/bg_dress01.png) no-repeat right top;
  height: 488px;
  margin: 100px auto 205px;
  padding: 125px 225px 0 0;
  text-align: center;
  width: 700px;
}
.error404 .entry-content .top-message {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 2.24001;
  font-weight: 500;
}
.error404 .entry-content .top-message .message-404 {
  color: #bd966d;
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 1.16667;
  font-weight: 100;
}
.error404 .entry-content .lead {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.71429;
  font-weight: 300;
  margin-bottom: 30px;
}
.error404 .entry-content .btnArea {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 500;
}
.error404 .entry-content .btnArea a {
  color: #333;
}

/****************************************
adjustments style
****************************************/
.c_both {
  clear: both;
}

.b_white {
  background-color: #fff;
}

.b_black {
  background-color: #000;
}

.b_gray {
  background-color: #888;
}

.b_red {
  background-color: #f00;
}

.b_blue {
  background-color: #00f;
}

.b_green {
  background-color: #0f0;
}

.c_white {
  color: #fff;
}

.c_black {
  color: #000;
}

.c_gray {
  color: #888;
}

.c_red {
  color: #ce0000;
}

.c_blue {
  color: #00f;
}

.c_green {
  color: #0f0;
}

.d_none {
  display: none;
}

.d_block {
  display: block;
}

.d_table {
  display: table;
}

.d_tablecell {
  display: table-cell;
}

.d_inline {
  display: inline;
}

.d_inlineblock {
  display: inline-block;
}

.f_left {
  float: left;
}

.f_right {
  float: right;
}

.f_none {
  float: none;
}

.m_top0 {
  margin-top: 0px;
}

.m_top5 {
  margin-top: 5px;
}

.m_top10 {
  margin-top: 10px;
}

.m_top15 {
  margin-top: 15px;
}

.m_top20 {
  margin-top: 20px;
}

.m_top25 {
  margin-top: 25px;
}

.m_top30 {
  margin-top: 30px;
}

.m_top35 {
  margin-top: 35px;
}

.m_top40 {
  margin-top: 40px;
}

.m_top45 {
  margin-top: 45px;
}

.m_top50 {
  margin-top: 50px;
}

.m_top55 {
  margin-top: 55px;
}

.m_top60 {
  margin-top: 60px;
}

.m_top65 {
  margin-top: 65px;
}

.m_top70 {
  margin-top: 70px;
}

.m_top75 {
  margin-top: 75px;
}

.m_top80 {
  margin-top: 80px;
}

.m_top85 {
  margin-top: 85px;
}

.m_top90 {
  margin-top: 90px;
}

.m_top95 {
  margin-top: 95px;
}

.m_top100 {
  margin-top: 100px;
}

.m_bottom0 {
  margin-bottom: 0px;
}

.m_bottom5 {
  margin-bottom: 5px;
}

.m_bottom10 {
  margin-bottom: 10px;
}

.m_bottom15 {
  margin-bottom: 15px;
}

.m_bottom20 {
  margin-bottom: 20px;
}

.m_bottom25 {
  margin-bottom: 25px;
}

.m_bottom30 {
  margin-bottom: 30px;
}

.m_bottom35 {
  margin-bottom: 35px;
}

.m_bottom40 {
  margin-bottom: 40px;
}

.m_bottom45 {
  margin-bottom: 45px;
}

.m_bottom50 {
  margin-bottom: 50px;
}

.m_bottom55 {
  margin-bottom: 55px;
}

.m_bottom60 {
  margin-bottom: 60px;
}

.m_bottom65 {
  margin-bottom: 65px;
}

.m_bottom70 {
  margin-bottom: 70px;
}

.m_bottom75 {
  margin-bottom: 75px;
}

.m_bottom80 {
  margin-bottom: 80px;
}

.m_bottom85 {
  margin-bottom: 85px;
}

.m_bottom90 {
  margin-bottom: 90px;
}

.m_bottom95 {
  margin-bottom: 95px;
}

.m_bottom100 {
  margin-bottom: 100px;
}

.m_left0 {
  margin-left: 0px;
}

.m_left5 {
  margin-left: 5px;
}

.m_left10 {
  margin-left: 10px;
}

.m_left15 {
  margin-left: 15px;
}

.m_left20 {
  margin-left: 20px;
}

.m_left25 {
  margin-left: 25px;
}

.m_left30 {
  margin-left: 30px;
}

.m_left35 {
  margin-left: 35px;
}

.m_left40 {
  margin-left: 40px;
}

.m_left45 {
  margin-left: 45px;
}

.m_left50 {
  margin-left: 50px;
}

.m_left55 {
  margin-left: 55px;
}

.m_left60 {
  margin-left: 60px;
}

.m_left65 {
  margin-left: 65px;
}

.m_left70 {
  margin-left: 70px;
}

.m_left75 {
  margin-left: 75px;
}

.m_left80 {
  margin-left: 80px;
}

.m_left85 {
  margin-left: 85px;
}

.m_left90 {
  margin-left: 90px;
}

.m_left95 {
  margin-left: 95px;
}

.m_left100 {
  margin-left: 100px;
}

.m_right0 {
  margin-right: 0px;
}

.m_right5 {
  margin-right: 5px;
}

.m_right10 {
  margin-right: 10px;
}

.m_right15 {
  margin-right: 15px;
}

.m_right20 {
  margin-right: 20px;
}

.m_right25 {
  margin-right: 25px;
}

.m_right30 {
  margin-right: 30px;
}

.m_right35 {
  margin-right: 35px;
}

.m_right40 {
  margin-right: 40px;
}

.m_right45 {
  margin-right: 45px;
}

.m_right50 {
  margin-right: 50px;
}

.m_right55 {
  margin-right: 55px;
}

.m_right60 {
  margin-right: 60px;
}

.m_right65 {
  margin-right: 65px;
}

.m_right70 {
  margin-right: 70px;
}

.m_right75 {
  margin-right: 75px;
}

.m_right80 {
  margin-right: 80px;
}

.m_right85 {
  margin-right: 85px;
}

.m_right90 {
  margin-right: 90px;
}

.m_right95 {
  margin-right: 95px;
}

.m_right100 {
  margin-right: 100px;
}

.p_top0 {
  padding-top: 0px;
}

.p_top5 {
  padding-top: 5px;
}

.p_top10 {
  padding-top: 10px;
}

.p_top15 {
  padding-top: 15px;
}

.p_top20 {
  padding-top: 20px;
}

.p_top25 {
  padding-top: 25px;
}

.p_top30 {
  padding-top: 30px;
}

.p_top35 {
  padding-top: 35px;
}

.p_top40 {
  padding-top: 40px;
}

.p_top45 {
  padding-top: 45px;
}

.p_top50 {
  padding-top: 50px;
}

.p_top55 {
  padding-top: 55px;
}

.p_top60 {
  padding-top: 60px;
}

.p_top65 {
  padding-top: 65px;
}

.p_top70 {
  padding-top: 70px;
}

.p_top75 {
  padding-top: 75px;
}

.p_top80 {
  padding-top: 80px;
}

.p_top85 {
  padding-top: 85px;
}

.p_top90 {
  padding-top: 90px;
}

.p_top95 {
  padding-top: 95px;
}

.p_top100 {
  padding-top: 100px;
}

.p_bottom0 {
  padding-bottom: 0px;
}

.p_bottom5 {
  padding-bottom: 5px;
}

.p_bottom10 {
  padding-bottom: 10px;
}

.p_bottom15 {
  padding-bottom: 15px;
}

.p_bottom20 {
  padding-bottom: 20px;
}

.p_bottom25 {
  padding-bottom: 25px;
}

.p_bottom30 {
  padding-bottom: 30px;
}

.p_bottom35 {
  padding-bottom: 35px;
}

.p_bottom40 {
  padding-bottom: 40px;
}

.p_bottom45 {
  padding-bottom: 45px;
}

.p_bottom50 {
  padding-bottom: 50px;
}

.p_bottom55 {
  padding-bottom: 55px;
}

.p_bottom60 {
  padding-bottom: 60px;
}

.p_bottom65 {
  padding-bottom: 65px;
}

.p_bottom70 {
  padding-bottom: 70px;
}

.p_bottom75 {
  padding-bottom: 75px;
}

.p_bottom80 {
  padding-bottom: 80px;
}

.p_bottom85 {
  padding-bottom: 85px;
}

.p_bottom90 {
  padding-bottom: 90px;
}

.p_bottom95 {
  padding-bottom: 95px;
}

.p_bottom100 {
  padding-bottom: 100px;
}

.p_left0 {
  padding-left: 0px;
}

.p_left5 {
  padding-left: 5px;
}

.p_left10 {
  padding-left: 10px;
}

.p_left15 {
  padding-left: 15px;
}

.p_left20 {
  padding-left: 20px;
}

.p_left25 {
  padding-left: 25px;
}

.p_left30 {
  padding-left: 30px;
}

.p_left35 {
  padding-left: 35px;
}

.p_left40 {
  padding-left: 40px;
}

.p_left45 {
  padding-left: 45px;
}

.p_left50 {
  padding-left: 50px;
}

.p_left55 {
  padding-left: 55px;
}

.p_left60 {
  padding-left: 60px;
}

.p_left65 {
  padding-left: 65px;
}

.p_left70 {
  padding-left: 70px;
}

.p_left75 {
  padding-left: 75px;
}

.p_left80 {
  padding-left: 80px;
}

.p_left85 {
  padding-left: 85px;
}

.p_left90 {
  padding-left: 90px;
}

.p_left95 {
  padding-left: 95px;
}

.p_left100 {
  padding-left: 100px;
}

.p_right0 {
  padding-right: 0px;
}

.p_right5 {
  padding-right: 5px;
}

.p_right10 {
  padding-right: 10px;
}

.p_right15 {
  padding-right: 15px;
}

.p_right20 {
  padding-right: 20px;
}

.p_right25 {
  padding-right: 25px;
}

.p_right30 {
  padding-right: 30px;
}

.p_right35 {
  padding-right: 35px;
}

.p_right40 {
  padding-right: 40px;
}

.p_right45 {
  padding-right: 45px;
}

.p_right50 {
  padding-right: 50px;
}

.p_right55 {
  padding-right: 55px;
}

.p_right60 {
  padding-right: 60px;
}

.p_right65 {
  padding-right: 65px;
}

.p_right70 {
  padding-right: 70px;
}

.p_right75 {
  padding-right: 75px;
}

.p_right80 {
  padding-right: 80px;
}

.p_right85 {
  padding-right: 85px;
}

.p_right90 {
  padding-right: 90px;
}

.p_right95 {
  padding-right: 95px;
}

.p_right100 {
  padding-right: 100px;
}

.p_relative {
  position: relative;
}

.p_absolute {
  position: absolute;
}

.t_underline {
  text-decoration: underline;
}

.t_none {
  text-decoration: none;
}

.t_bold {
  font-weight: bold;
}

.aligncenter {
  text-align: center;
}

.alignleft {
  text-align: left;
}

.alignright {
  text-align: right;
}

img.alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}

.v_top {
  vertical-align: top;
}

.v_middle {
  vertical-align: middle;
}

.v_bottom {
  vertical-align: bottom;
}

.v_hidden {
  visibility: hidden;
}

.v_visible {
  visibility: visible;
}

.w_5 {
  width: 5%;
}

.w_10 {
  width: 10%;
}

.w_15 {
  width: 15%;
}

.w_20 {
  width: 20%;
}

.w_25 {
  width: 25%;
}

.w_30 {
  width: 30%;
}

.w_35 {
  width: 35%;
}

.w_40 {
  width: 40%;
}

.w_45 {
  width: 45%;
}

.w_50 {
  width: 50%;
}

.w_55 {
  width: 55%;
}

.w_60 {
  width: 60%;
}

.w_65 {
  width: 65%;
}

.w_70 {
  width: 70%;
}

.w_75 {
  width: 75%;
}

.w_80 {
  width: 80%;
}

.w_85 {
  width: 85%;
}

.w_90 {
  width: 90%;
}

.w_95 {
  width: 95%;
}

.w_100 {
  width: 100%;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide:focus {
  outline: none;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*# sourceMappingURL=style.css.map */
