@charset "UTF-8";
/* *****************************
 *
 * Import file to Scss or Sass.
 *
 **************************** */
/****************************
			commmon
*****************************/

.sp-only {
  display: none;
}

#svgicon {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}

.section__inner {
  width: 1000px;
  margin: 0 auto;
}

.en-title, .en-title--top {
  font-family: 'georgia';
  letter-spacing: 3px;
}

.en-title--top {
  font-size: 28px;
  margin-bottom: 20px;
}

.section-title__wrap {
  margin-bottom: 50px;
}

.section-title {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
}

.section-en-title {
  font-size: 14px;
  font-family: 'georgia';
  letter-spacing: 2px;
}

.btn-style01, .btn-style01--white {
  margin-top: 30px;
}
.btn-style01 a, .btn-style01--white a {
  display: table;
  padding: 10px 0;
  margin: 0 auto;
  min-width: 180px;
  width: 180px;
  border: 1px solid #000;
  border-right: none;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
  z-index: 1;
}
.btn-style01 a:hover, .btn-style01--white a:hover {
  color: #fff;
  background: #000;
}
.btn-style01 a:hover:before, .btn-style01--white a:hover:before {
  right: -45px;
}
.btn-style01 a:hover:after, .btn-style01--white a:hover:after {
  height: 102%;
}
.btn-style01 a:before, .btn-style01--white a:before {
  content: "";
  display: block;
  width: 97px;
  height: 20px;
  background: url("../images/img_arrow_under.png") no-repeat 100% bottom;
  background-size: 100% auto;
  position: absolute;
  right: -40px;
  bottom: -1px;
  z-index: 10;
  -webkit-transition: .2s;
  transition: .2s;
}
.btn-style01 a:after, .btn-style01--white a:after {
  content: "";
  display: block;
  width: 1px;
  height: 50%;
  background: #000;
  position: absolute;
  right: -1px;
  top: -1px;
  z-index: 10;
  -webkit-transition: .2s;
  transition: .2s;
}
.btn-style01 a:focus, .btn-style01--white a:focus {
  outline: 0;
}

.btn-style01--white a {
  color: #fff;
  border-color: #fff;
}
.btn-style01--white a:hover {
  color: #000;
  background: #fff;
}
.btn-style01--white a:before {
  background: url("../images/img_arrow_under_white.png") no-repeat 100% bottom;
  background-size: 100% auto;
}
.btn-style01--white a:after {
  background: #fff;
}

.btn-style02, .btn-style02--black {
  margin-top: 30px;
}
.btn-style02 a, .btn-style02--black a,
.btn-style02 button,
.btn-style02--black button {
  font-size: 18px;
  display: inline-block;
  padding: 15px 40px;
  min-width: 250px;
  border: 1px solid #000;
  border-right: none;
  text-align: center;
  background: #fff;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.btn-style02 a:hover, .btn-style02--black a:hover,
.btn-style02 button:hover,
.btn-style02--black button:hover {
  color: #fff;
  background: #000;
}
.btn-style02 a:hover:before, .btn-style02--black a:hover:before,
.btn-style02 button:hover:before,
.btn-style02--black button:hover:before {
  right: -45px;
}
.btn-style02 a:hover:after, .btn-style02--black a:hover:after,
.btn-style02 button:hover:after,
.btn-style02--black button:hover:after {
  height: 102%;
}
.btn-style02 a:hover .favorite, .btn-style02--black a:hover .favorite,
.btn-style02 button:hover .favorite,
.btn-style02--black button:hover .favorite {
  background: url("../images/ico_favorite_white.png") no-repeat center;
  background-size: 18px;
}
.btn-style02 a:hover .add-cart, .btn-style02--black a:hover .add-cart,
.btn-style02 button:hover .add-cart,
.btn-style02--black button:hover .add-cart {
  background: url("../images/ico_cart.png") no-repeat center;
  background-size: 18px;
}
.btn-style02 a:before, .btn-style02--black a:before,
.btn-style02 button:before,
.btn-style02--black button:before {
  content: "";
  display: block;
  width: 97px;
  height: 20px;
  background: url("../images/img_arrow_under.png") no-repeat 100% bottom;
  background-size: 100% auto;
  position: absolute;
  right: -40px;
  bottom: -1px;
  z-index: 10;
  -webkit-transition: .2s;
  transition: .2s;
}
.btn-style02 a:after, .btn-style02--black a:after,
.btn-style02 button:after,
.btn-style02--black button:after {
  content: "";
  display: block;
  width: 1px;
  height: 50%;
  background: #000;
  position: absolute;
  right: -1px;
  top: -1px;
  z-index: 10;
  -webkit-transition: .2s;
  transition: .2s;
}
.btn-style02 a:focus, .btn-style02--black a:focus,
.btn-style02 button:focus,
.btn-style02--black button:focus {
  outline: 0;
}
.btn-style02 a:disabled, .btn-style02--black a:disabled,
.btn-style02 button:disabled,
.btn-style02--black button:disabled {
  background: #eee;
  cursor: initial;
}
.btn-style02 a:disabled:hover, .btn-style02--black a:disabled:hover,
.btn-style02 button:disabled:hover,
.btn-style02--black button:disabled:hover {
  color: #000;
  background: #eee;
}
.btn-style02 a:disabled:hover:before, .btn-style02--black a:disabled:hover:before,
.btn-style02 button:disabled:hover:before,
.btn-style02--black button:disabled:hover:before {
  right: -40px;
}
.btn-style02 a:disabled:hover:after, .btn-style02--black a:disabled:hover:after,
.btn-style02 button:disabled:hover:after,
.btn-style02--black button:disabled:hover:after {
  height: 50%;
}
.btn-style02 a:disabled:hover .favorite, .btn-style02--black a:disabled:hover .favorite,
.btn-style02 button:disabled:hover .favorite,
.btn-style02--black button:disabled:hover .favorite {
  background: url("../images/ico_favorite.png") no-repeat center;
  background-size: 18px;
}
.btn-style02 .favorite, .btn-style02--black .favorite {
  vertical-align: -2px;
  margin-right: 7px;
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("../images/ico_favorite.png") no-repeat center;
  background-size: 18px;
}
.btn-style02 .add-cart, .btn-style02--black .add-cart {
  vertical-align: -2px;
  margin-right: 7px;
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("../images/ico_cart_white.png") no-repeat center;
  background-size: 18px;
}

.btn-style02--black a,
.btn-style02--black button {
  color: #fff;
  background: #000;
}
.btn-style02--black a:hover,
.btn-style02--black button:hover {
  color: #000;
  background: #fff;
}
.btn-style02--black a:hover:after,
.btn-style02--black button:hover:after {
  height: 50%;
}
.btn-style02--black a:after,
.btn-style02--black button:after {
  content: "";
  display: block;
  width: 1px;
  height: 102%;
  background: #000;
  position: absolute;
  right: -1px;
  top: -1px;
  z-index: 10;
  -webkit-transition: .2s;
  transition: .2s;
}

.h2-style {
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 0 0 10px 16px;
  border-bottom: 1px dotted #000;
  position: relative;
  z-index: 1;
}
.h2-style:before {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  bottom: 14px;
  left: 0;
  width: 4px;
  background: #000;
}

.h3-style {
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 15px;
  padding: 5px;
  border-top: 1px dashed #000;
  border-bottom: 1px dashed #000;
}
.h3-style:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 7px;
  border-radius: 50%;
  background: #000;
}

.entry-list,
.item-list {
  margin-bottom: 80px;
}

.entry-list__post,
.item-list__item {
  width: 30%;
  display: block;
  margin: 0 5% 50px 0;
  -webkit-transition: .3s;
  transition: .3s;
}
.entry-list__post:nth-of-type(3n),
.item-list__item:nth-of-type(3n) {
  margin-right: 0;
}
.entry-list__post:hover p,
.entry-list__post:hover .entry-list__title,
.entry-list__post:hover .item-list__title,
.item-list__item:hover p,
.item-list__item:hover .entry-list__title,
.item-list__item:hover .item-list__title {
  opacity: .7;
  text-decoration: underline;
}
.entry-list__post:hover img,
.item-list__item:hover img {
  opacity: .6;
}

.entry-list__img,
.item-list__img {
  margin-bottom: 10px;
  max-height: 300px;
  overflow: hidden;
}
.entry-list__img img,
.item-list__img img {
  width: 100%;
  height: auto;
}

.entry-list__title,
.item-list__title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.5;
  text-align: left;
}

.entry-list__text p,
.item-list__text p {
  text-align: left;
  margin-bottom: 10px;
}

.item-list__gift-notice {
  font-size: 14px;
  color: #f00;
}

.item-list__price {
  text-align: right !important;
  font-size: 15px;
  font-weight: bold;
}
.item-list__price span {
  font-size: 12px;
  margin-left: 5px;
}

.entry-list__post {
  text-align: left;
}

.entry-list__category,
.entry-list__date {
  display: inline-block;
}

/****************************
			TOP
*****************************/
.home .home-overlay {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 15000;
  left: 0;
  top: 0;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* 子要素をflexboxで揃える */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* 子要素をflexboxにより縦方向に揃える */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* 子要素をflexboxにより中央に配置する */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* 子要素をflexboxにより中央に配置する */
}
.home .home-overlay span {
  display: none;
  width: 300px;
  height: 100px;
  text-align: center;
  background: url("../images/common/logo_shunabe.png") no-repeat center;
  background-size: 300px auto;
  position: absolute;
  z-index: 16000;
}

.mainvisual {
  width: auto;
  height: 100vh;
  overflow: hidden;
  margin-bottom: 30px;
  background: #ccc;
}

.mainvisual__inner {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.mainvisual__inner img {
  width: 100%;
  height: auto;
}

.slider {
  height: 100%;
  width: 100vw;
  height: calc(100vh);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  margin: 0 auto;
  text-align: center;
}
.slider::before {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.1);
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
}

.slider img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: calc(100vh);
  margin: 0 auto;
  text-align: center;
}

.slider-text {
  position: absolute;
  top: 28%;
  left: 50%;
  margin-left: -450px;
  z-index: 1000;
}

.slider-text2 {
  position: absolute;
  bottom: 50px;
  right: 50px;
  z-index: 1000;
}

.about-intro {
  color: #fff;
  margin-bottom: 30px;
  padding: 50px 0;
  text-align: center;
  background: url("../images/bg_about_intro.jpg") no-repeat center 80%;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.about-intro:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.about-intro__wrap {
  width: 60%;
  margin: 0 auto;
  position: relative;
  z-index: 15;
}

.features {
  color: #fff;
  background: #ccc;
}

.section-02 .btn-style01 a,
.section-02 .btn-style01--white a {
  width: 240px;
  margin: 0;
}

.features__left-wrap {
  width: 50%;
  float: left;
  background-size: cover !important;
  position: relative;
  z-index: 1;
}

.features__left-wrap01 {
  background: url("../images/bg_features__left.jpg") no-repeat center;
}

.features__left-wrap02 {
  background: url("../images/bg_features__right01.jpg") no-repeat center;
}

.features__right-wrap {
  width: 50%;
  float: right;
  background-size: cover !important;
  position: relative;
  z-index: 1;
}

.features__right-wrap01 {
  background: url("../images/bg_features__right.jpg") no-repeat center;
}

.features__right-wrap01 .features__right-wrap-inner p {
  margin-bottom: 12.8em;
}

.features__right-wrap02 {
  background: url("../images/bg_features__right02.jpg") no-repeat center;
}

.features__left-wrap:before,
.features__right-wrap:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.features__left-wrap-inner {
  max-width: 550px;
  width: 100%;
  float: right;
  padding: 100px 50px;
  text-align: right;
  position: relative;
  z-index: 15;
}

.features__left-wrap-inner .btn-style01 a,
.features__left-wrap-inner .btn-style01--white a {
  border-right: 1px solid #fff !important;
  border-left: none !important;
  margin: 0 0 0 auto;
}

.features__left-wrap-inner .btn-style01 a:after,
.features__left-wrap-inner .btn-style01--white a:after {
  right: auto  !important;
  left: -1px !important;
}

.features__left-wrap-inner .btn-style01 a:before,
.features__left-wrap-inner .btn-style01--white a:before {
  background: url(../images/img_arrow_under_white_left.png) no-repeat 100% bottom !important;
  right: auto !important;
  left: -40px !important;
}

.features__left-wrap-inner .btn-style01 a:hover:before,
.features__left-wrap-inner .btn-style01--white a:hover:before {
  left: -45px !important;
}

.features__right-wrap-inner {
  width: 500px;
  float: left;
  padding: 100px 50px;
  text-align: left;
  position: relative;
  z-index: 15;
}

.features__right01 {
  padding: 50px 0 80px;
  overflow: hidden;
  background: url("../images/bg_features__right01.jpg") no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.features__right01:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.features__right02 {
  padding: 50px 0 80px;
  overflow: hidden;
  background: url("../images/bg_features__right02.jpg") no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.features__right02:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.recommend {
  padding: 100px 0;
  text-align: center;
}

.new-arrivals {
  color: #fff;
  padding: 100px 0;
  text-align: center;
  background: #242c2c;
}
.new-arrivals a {
  color: #fff;
}

.event {
  padding: 100px 0;
  text-align: center;
}

.blog {
  color: #fff;
  padding: 100px 0;
  text-align: center;
  background: #242c2c;
}
.blog a {
  color: #fff;
}

/****************************
			page
*****************************/
.page-style #content {
  padding-top: 120px;
}

.content-header {
  text-align: center;
  margin-bottom: 60px;
}

.content-header__title {
  font-size: 28px;
  font-weight: bold;
}

.product-category {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}

.product-category__inner {
  width: 1000px;
  margin: 0 auto;
}

.product-category__nav {
  text-align: center;
}
.product-category__nav > li {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  position: relative;
  z-index: 5;
}
.product-category__nav > li::before, .product-category__nav > li::after {
  position: absolute;
  content: '';
  width: 0;
  height: 1px;
  background-color: #000;
  -webkit-transition: .3s;
  transition: .3s;
}
.product-category__nav > li::before {
  top: -1px;
  left: 0;
}
.product-category__nav > li::after {
  bottom: -1px;
  right: 0;
}
.product-category__nav > li:hover::before, .product-category__nav > li:hover::after {
  width: 100%;
}
.product-category__nav > li:hover .product-category__child {
  opacity: 1;
  visibility: visible;
  top: 60px;
  -webkit-transition: .3s;
  transition: .3s;
}
.product-category__nav > li > a {
  font-weight: bold;
  padding: 20px;
  width: 100%;
  display: block;
}
.product-category__nav > li.current::before, .product-category__nav > li.current::after {
  width: 100%;
}
.product-category__nav .product-category__child {
  position: absolute;
  top: 70px;
  z-index: 1000px;
  text-align: left;
  padding: 15px 0;
  opacity: 0;
  visibility: hidden;
}
.product-category__nav .product-category__child ul {
  background: #fff;
  border: 1px solid #ccc;
}
.product-category__nav .product-category__child li {
  min-width: 200px;
  white-space: nowrap;
}
.product-category__nav .product-category__child a {
  display: block;
  padding: 10px 20px;
  -webkit-transition: .3s;
  transition: .3s;
  border-left: 4px solid #fff;
}
.product-category__nav .product-category__child a:hover {
  background: #f3f3f3;
  border-left: 4px solid #000;
}

.product-category__select {
  display: none;
}

.product-list__heading {
  margin-bottom: 50px;
}

.product-list__heading-inner {
  width: 1000px;
  margin: 0 auto;
}

.product-list__count {
  float: left;
}

.product-list__links {
  display: inline-block;
}
.product-list__links li {
  display: inline-block;
}
.product-list__links a {
  text-decoration: underline;
}
.product-list__links a:hover {
  text-decoration: none;
}

.product-list__number {
  display: inline-block;
}
.product-list__number span {
  font-size: 22px;
  font-weight: bold;
  margin-right: 3px;
}

.product-list__sort {
  float: right;
}

.product-list__select {
  display: inline-block;
}
.product-list__select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  font-size: 16px;
  letter-spacing: 1px;
  height: 35px;
  padding: 0 40px 0 10px;
  border: 1px solid #ccc;
  background: url("../images/ico_arrow_select.png") no-repeat right 10px center;
  background-size: 14px;
}
.product-list__select:last-child {
  margin-left: 20px;
}

.product__no-item {
  text-align: center;
  margin: 100px 0 150px;
}
.product__no-item p {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 50px;
}

#pagination_wrap li {
  border: 1px solid #ccc;
  padding: 0;
}
#pagination_wrap li.active a {
  color: #fff;
  background: #000;
}
#pagination_wrap li a {
  -webkit-transition: .3s;
  transition: .3s;
}
#pagination_wrap li a:hover {
  color: #fff;
  background: #000;
}

.item-list__heading {
  margin-bottom: 30px;
}

.item-list__notice {
  border: 2px solid #000;
  padding: 15px 20px;
}
.item-list__notice p {
  font-size: 15px;
}

.wp-pagenavi {
  margin: 50px 0 0;
  text-align: center;
  line-height: 1;
}

.wp-pagenavi a {
  display: inline-block;
  margin: 0 5px;
  border: 1px solid #ccc;
  padding: 10px 13px;
  letter-spacing: -0.5px;
  color: #000;
  line-height: 1;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  vertical-align: top;
}

.wp-pagenavi .nextpostslink {
  padding: 10px 13px 10px 16px;
}

.wp-pagenavi .previouspostslink {
  padding: 10px 14px 10px 15px;
}

.wp-pagenavi a:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
  border-color: #ccc;
}

.wp-pagenavi .current {
  margin: 0 5px;
  padding: 10px 13px;
  background: #000;
  color: #fff;
  border: 1px solid #ccc;
  line-height: 1;
}

.submenu {
    position: relative;
}

.submenu:hover .g-nav-sub,
.submenu:hover .g-nav-sub:hover,
.submenu .g-nav-sub:hover {
    top       : 4.5em;
    opacity   : 1;
    visibility: visible;
}

.submenu .g-nav-sub,
.submenu:hover .g-nav-sub,
.submenu:hover .g-nav-sub:hover,
.submenu .g-nav-sub:hover {
    -webkit-transition: 0.3s;
    -moz-transition   : 0.3s;
    transition        : 0.3s;
}

.g-nav-sub {
    opacity   : 0;
    position  : absolute;
    top       : 5em;
    width     : 200%;
    left      : -20%;
    background: rgba(255, 255, 255, 0.9);
    color     : #000;
    padding   : 1em;
    border    : none;
    box-sizing: border-box;
    font-size : 1em;
    visibility: hidden;
    font-size: 0.85em;
}

.g-nav-sub li {
    margin: 0;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 0.5em 0;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .wp-pagenavi .current {
    padding: 1px 10px\0;
  }

  *::-ms-backdrop, .wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
    padding: 7px 8px 7px\0;
  }
}
.item-detail {
  margin-top: 50px;
}

.item-detail__inner {
  width: 1000px;
  margin: 0 auto;
}

.item-detail__img {
  width: 45%;
  float: left;
}
.item-detail__img img {
  width: 100%;
  height: auto;
}

.item-detail__detail-wrap {
  width: 45%;
  float: right;
}

.item-detail__name {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 30px;
}

.item-detail__normal-price {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}
.item-detail__normal-price p {
  font-size: 24px;
  font-weight: bold;
}
.item-detail__normal-price p span {
  font-size: 15px;
  margin-left: 10px;
}

.item-detail__description {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
.item-detail__description p {
  margin-bottom: 20px;
}

.item-detail__list {
  padding: 30px 0;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.item-detail__list table {
  width: 100%;
}
.item-detail__list tr,
.item-detail__list td,
.item-detail__list th {
  border: 2px solid #fff;
}
.item-detail__list th {
  width: 35%;
  background: #eee;
  padding: 7px 3px;
}
.item-detail__list td {
  background: #f9f9f9;
  padding: 7px 20px;
}

.item-detail__gift-notice {
  border: 2px solid #000;
  padding: 15px 20px;
  margin-bottom: 30px;
}
.item-detail__gift-notice ul {
  margin-left: 15px;
  text-indent: -15px;
}
.item-detail__gift-notice ul span {
  font-weight: bold;
  text-decoration: underline;
}

.item-detail__quantity dt {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  margin-right: 15px;
}
.item-detail__quantity dd {
  display: inline-block;
}
.item-detail__quantity input {
  font-size: 16px;
  width: 70px;
  padding: 5px 10px;
  border: solid 1px #ccc;
  border-radius: 4px;
}

#privacy_box section {
  margin-bottom: 50px;
}

#privacy_box__declaration {
  margin-bottom: 50px;
}

#tradelaw_box dt {
  font-size: 15px;
  font-weight: bold;
}
#tradelaw_box ul {
  margin: 0 0 0 20px;
}
#tradelaw_box li {
  list-style-type: disc;
}
#tradelaw_box p {
  margin-bottom: 20px;
}
#tradelaw_box .indent {
  display: inline-block;
  margin-left: 14px;
}
#tradelaw_box a {
  text-decoration: underline;
}
#tradelaw_box a:hover {
  text-decoration: none;
}
#tradelaw_box a[href^="tel"] {
  text-decoration: none;
}

/* ブログ single */
.blog__section {
  margin-top: 50px;
}

.article__eyecatch {
  text-align: center;
  margin-bottom: 50px;
}
.article__eyecatch img {
  max-width: 100%;
  height: auto;
}

.article__heading {
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.article__heading h1 {
  font-weight: bold;
  margin: 5px 0 0 0;
  padding-bottom: 15px;
  line-height: 1.4;
}

.article__centence {
  overflow: hidden;
  margin-bottom: 100px;
}
.article__centence h2 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 0 0 10px 16px;
  border-bottom: 1px dotted #000;
  position: relative;
  z-index: 1;
}
.article__centence h2:before {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  bottom: 14px;
  left: 0;
  width: 4px;
  background: #000;
}

.article__centence p {
  font-size: 15px;
  margin-bottom: 20px;
}
.article__centence img {
  max-width: 100%;
  height: auto;
}
.article__centence a {
  color: #333;
  text-decoration: underline;
}
.article__centence a:hover {
  text-decoration: none;
}
.article__centence .alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
.article__centence .alignright {
  float: right;
  margin: 0 0 20px 20px;
}
.article__centence .aligncenter {
  display: block;
  margin: 0 auto;
}

/*		ページネーション
*****************************/
.nav-below {
  margin: 30px 0;
  padding-top: 20px;
  text-align: center;
  border-top: 1px solid #ddd;
  position: relative;
  z-index: 1;
}

.nav-previous {
  border: 1px solid #000;
  position: absolute;
  left: 20px;
  z-index: 10;
}
.nav-previous a {
  background-color: #fff;
  display: block;
  line-height: 1;
  padding: 12px 10px 12px 20px;
  -webkit-transition: .3s;
  transition: .3s;
}
.nav-previous a:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: -20px;
  top: 5px;
  background: url("http://localhost:8020/blog/wp-content/themes/shunabe/assets/images/img_arrow_prev.png") no-repeat center;
  background-size: 100% auto;
  -webkit-transition: .3s;
  transition: .3s;
}

.nav-next {
  border: 1px solid #000;
  position: absolute;
  right: 20px;
  z-index: 10;
}
.nav-next a {
  background-color: #fff;
  display: block;
  line-height: 1;
  padding: 12px 20px 12px 10px;
  -webkit-transition: .3s;
  transition: .3s;
}
.nav-next a:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: -20px;
  top: 5px;
  background: url("http://localhost:8020/blog/wp-content/themes/shunabe/assets/images/img_arrow_next.png") no-repeat center;
  background-size: 100% auto;
  -webkit-transition: .3s;
  transition: .3s;
}

.nav-previous a:hover,
.nav-next a:hover {
  color: #fff;
  background-color: #000;
}

.nav-previous a:hover:before {
  left: -25px;
}

.nav-next a:hover:after {
  right: -25px;
}

.sitemap__list > ul,
.sitemap__list > li {
  margin-bottom: 50px;
}
.sitemap__list .sitemap__list-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.sitemap__list .sitemap__list-child li {
  width: 30%;
  font-size: 16px;
  font-weight: bold;
  margin: 0 5% 15px 0;
}
.sitemap__list .sitemap__list-child li:nth-of-type(3n) {
  margin-right: 0;
}
.sitemap__list a:hover {
  opacity: .7;
  text-decoration: underline;
}

/****************************
		breadcrumbs
*****************************/
.breadcrumbs {
  font-size: 12px;
  letter-spacing: 0px;
}
.breadcrumbs img {
  vertical-align: middle;
}
.breadcrumbs a {
  color: #000;
  text-decoration: underline;
}
.breadcrumbs a:hover {
  color: #a7c700;
  text-decoration: none;
}
.breadcrumbs ul {
  text-align: left;
  margin: 0 auto;
}
.breadcrumbs li {
  display: inline;
}

.breadcrumbs__inner {
  width: 1000px;
  height: auto;
  margin: 15px 0 30px 0;
}

.beaka {
  font-size: 9px;
  margin: 0 10px;
  color: #000;
  vertical-align: 1px;
}

/****************************
		PAGE TOPへのスクロール
*****************************/
#page-top {
  position: fixed;
  z-index: 9998;
  bottom: -100px;
  right: -20px;
  font-size: 13px;
  line-height: 1;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#page-top a {
  width: auto;
  height: auto;
  border-radius: 5px;
  padding: 0 5px 2px 35px;
  background: url("../images/img_arrow_under_left.png") no-repeat 0 bottom;
  background-size: 100% auto;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#page-top a:hover {
  text-decoration: none;
  opacity: 0.4;
}

/*---------- - - - - - - - - - ----------*/
/*----------    mediaQuery     ----------*/
/*---------- - - - - - - - - - ----------*/
@media only screen and (max-width: 1000px) {
  .breadcrumbs__inner,
  .section__inner {
    width: 100%;
  }

  /****************************
  			TOP
  *****************************/
  .features__right-wrap-inner,
  .features__left-wrap-inner {
    width: 100%;
  }

  /****************************
  			page
  *****************************/
  .section__inner {
    padding: 0 3%;
  }

  .product-category__inner {
    width: 100%;
  }

  .product-list__heading-inner {
    width: 100%;
    padding: 0 3%;
  }

  .item-list__heading .section__inner {
    width: 100%;
    padding: 0 3%;
  }

  .item-detail__inner {
    width: 100%;
    padding: 0 3%;
  }
}
@media only screen and (max-width: 900px) {
  .slider-text {
    position: absolute;
    top: 15%;
    left: 0%;
    margin-left: 0;
    padding: 0 5%;
    z-index: 1000;
  }
}
@media only screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

  .en-title--top {
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 1.5;
  }

  .h2-style {
    font-size: 16px;
  }

  /****************************
  			TOP
  *****************************/
  .home .home-overlay span {
    width: 200px;
    height: 30px;
    background-size: 200px auto;
    top: 40%;
  }

  .slider-text {
    top: 40%;
  }

  .slider-text2 {
    position: absolute;
    bottom: 15%;
    right: 0;
    padding: 0 5%;
  }

  .about-intro__wrap {
    width: 100%;
  }

  .features__left-wrap {
    width: 100%;
  }

  .features__right-wrap {
    width: 100%;
  }

  .features__right-wrap-inner,
  .features__left-wrap-inner {
    padding: 50px 6%;
    text-align: center;
  }

  .features__right-wrap01 .features__right-wrap-inner p {
    margin-bottom: 0;
  }

  .entry-list,
  .item-list {
    margin-bottom: 40px;
  }

  .entry-list__post,
  .item-list__item {
    width: 48%;
  }

  .entry-list__post:nth-of-type(3n),
  .item-list__item:nth-of-type(3n) {
    margin: 0;
  }

  .entry-list__post:nth-of-type(even),
  .item-list__item:nth-of-type(even) {
    margin-right: 0;
  }

  .entry-list__post:nth-of-type(odd),
  .item-list__item:nth-of-type(odd) {
    margin: 0 4% 40px 0;
  }

  .recommend {
    padding: 40px 0;
  }

  .section-title__wrap {
    margin-bottom: 30px;
  }

  .section-title {
    font-size: 20px;
  }

  .section-en-title {
    font-size: 12px;
    letter-spacing: 1.5px;
  }

  /****************************
  			page
  *****************************/
  .page-style #content {
    padding-top: 80px;
  }

  .content-header {
    margin-bottom: 35px;
  }

  .content-header__title {
    font-size: 22px;
  }

  .entry-list__img,
  .item-list__img {
    max-height: initial;
  }

  .entry-list__title,
  .item-list__title {
    font-size: 15px;
    margin-bottom: 5px;
  }

  .product-category__nav {
    display: none;
  }

  .product-category__select {
    display: block;
  }
  .product-category__select select {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    width: 100%;
    padding: 12px 10% 12px 3%;
    line-height: 1.5;
    white-space: normal;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 0;
    border: none;
    background: url("../images/ico_arrow_select.png") no-repeat 97% center;
    background-size: 14px;
  }

  .product-list__heading {
    margin-bottom: 30px;
  }

  .product-list__count,
  .product-list__sort {
    float: none;
  }

  .product-list__links {
    display: none;
  }

  .product-list__count {
    margin-bottom: 20px;
  }
  .product-list__count .count {
    font-size: 19px;
  }

  .product-list__number span {
    font-size: 19px;
  }

  .item-list__notice p {
    font-size: 14px;
  }

  .item-list__price {
    font-size: 14px;
  }

  .item-detail__img {
    width: 100%;
    float: none;
    margin-bottom: 130px;
  }
  .item-detail__img .slick-list {
    width: 80%;
    margin: 0 auto;
  }

  .item-detail__detail-wrap {
    width: 100%;
    float: none;
  }

  .item-detail__name {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .item-detail__list td {
    padding: 7px 10px;
  }

  .new-arrivals {
    padding: 40px 0;
  }

  .event {
    padding: 40px 0;
  }

  .blog {
    padding: 40px 0;
  }

  .article__heading h1 {
    font-size: 18px;
  }

  .article__centence h2 {
    font-size: 16px;
  }
  .article__centence img {
    width: 100%;
    height: auto;
  }
  .article__centence .alignright,
  .article__centence .alignleft {
    float: none;
    margin: 0;
  }

  .article__eyecatch {
    margin-bottom: 30px;
  }

  .back-button__wrap {
    margin-top: 60px;
  }

  #privacy_box section,
  #privacy_box__declaration {
    margin-bottom: 30px;
  }

  #tradelaw_box dl {
    padding: 12px 0;
  }
  #tradelaw_box dt {
    margin-bottom: 10px;
  }

  .sitemap__list .sitemap__list-child li {
    width: 100%;
    font-size: 15px;
    margin: 0 0 15px 0;
  }
  .sitemap__list a {
    display: block;
    width: 100%;
  }

  #page-top {
    font-size: 11px;
    right: -30px;
  }
  #page-top a {
    padding: 0 5px 2px 31px;
  }
  #page-top a:hover {
    opacity: 1;
  }

  .g-nav-sub {
    display: none;
  }
}

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

/*追加*/
span.wpcf7-list-item {
    display: inline-block;
    margin : 0 1em 0 0;
}

input[type="checkbox"i] {
    width: auto;
}

input[type="tel"],
input[type="email"],
input[type="text"],
input[type="file"],
input[type="password"],
textarea {
    font-size                  : 1em;
    overflow                   : hidden;
    padding                    : 5px 10px;
    box-sizing                 : border-box;
    resize                     : none;
    -webkit-appearance         : none;
    -webkit-user-select        : auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: #fff;
}

.sec__contactform input[type="tel"],
.sec__contactform input[type="email"],
.sec__contactform input[type="text"],
.sec__contactform input[type="file"],
.sec__contactform input[type="password"] {
  margin-right: 10px;
}

select {
    font-size                  : 1em;
    overflow                   : hidden;
    padding                    : 5px 10px;
    box-sizing                 : border-box;
    resize                     : none;
    -webkit-user-select        : auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin-bottom              : 0.3em !important;
    background-color: #fff;
}

input[type="file"] {
    background: none;
}

input[type="tel"],
input[type="email"],
input[type="text"],
input[type="file"],
input[type="password"],
select,
textarea {
    border                     : 1px solid #C9C9C9;
}

textarea {
    width: 100%;
}

.form-width-100 {
    width        : 100%;
    margin-bottom: 0.5em;
}

.form-width-50 {
    max-width    : 50%;
    width        : 100%;
    margin-bottom: 0.5em;
}

.form-width-30 {
    max-width    : 30%;
    width        : 100%;
    margin-bottom: 0.5em;
}

.form-width-15 {
    max-width    : 15%;
    width        : 100%;
    margin-bottom: 0.5em;
}

.sec__contactform table {
    border-top: 1px solid #ccc;
    margin: 2em 0;
    width: 100%;
}

.sec__contactform tr {
    display: table-row;
    border: 0 none;
}

.sec__contactform  th,
.sec__contactform  td {
    display: table-cell;
    border-bottom: 1px solid #ccc;
    padding: 16px 0;
    vertical-align: middle;
}

.sec__contactform th {
    width: 30%;
    text-align: left;
}

.sec__contactform td {
    padding: 16px 16px;
}

.sec__contactform .ttl td {
  padding: 0;
}

.sec__contactform em {
  color: #c51e1e;
}

.sec__contactform h3 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  margin: 60px 0 20px;
  padding: 0 0 10px 16px;
  border-bottom: 1px dotted #000;
  position: relative;
  z-index: 1;
}

.sec__contactform h3:before {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    bottom: 14px;
    left: 0;
    width: 4px;
    background: #000;
}

.member_furigana {
  margin-right: 10px;
}

.member_name {
  margin-right: 25px;
}

.more-btn a,
button,
[type="button"],
[type="submit"] {
  font-size: 18px;
  display: table;
  padding: 20px 40px;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
  z-index: 1;
  cursor: pointer;
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
  margin: 2em auto;
  min-width: 300px;
}

.more-btn.white a,
button.white,
[type="button"].white,
[type="submit"].white,
.continue_shopping_button,
.back_cart_button,
.back_to_delivery_button {
  background-color: #fff;
  color: #000;
}

.more-btn.red a,
button.red,
[type="button"].red,
[type="submit"].red,
#cart .action input.delButton,
.to_reganddeliveryinfo_button {
  background-color: #c51e1e;
  color: #fff;
  border: 1px solid #c51e1e;
}


.more-btn a:hover,
[type="submit"]:hover {
  background-color: #fff;
  color: #000;
}

.more-btn.white a:hover,
button.white:hover,
[type="button"].white:hover,
[type="submit"].white:hover,
.continue_shopping_button:hover,
.back_cart_button:hover,
.back_to_delivery_button:hover {
  background-color: #000;
  color: #fff;
}

.more-btn.red a:hover,
button.red:hover,
[type="button"].red:hover,
[type="submit"].red:hover,
#cart .action input.delButton:hover,
.to_reganddeliveryinfo_button:hover {
  background-color: #fff;
  color: #c51e1e;
}

@media only screen and (max-width: 768px) {
  input[type="tel"],
  input[type="email"],
  input[type="text"],
  input[type="file"],
  input[type="password"],
  textarea {
    width: 100%;
    max-width: 100%;
    padding: 0.5em 5px;
  }

  .sec__contactform input[type="tel"],
  .sec__contactform input[type="email"],
  .sec__contactform input[type="text"],
  .sec__contactform input[type="file"],
  .sec__contactform input[type="password"] {
    margin: 0 0 5px;
  }

  input#zip {
      max-width: 160px;
  }

  .table-box01 th,
  .table-box01 td {
      display: block;
      width: 100% !important;
  }

  .table-box01 th {
    border: none;
    padding: 16px 16px 0;
  }

  .more-btn a,
  button,
  [type="button"],
  [type="submit"] {
    font-size: 16px;
    padding: 10px 20px;
    min-width: auto;
    width: 100%;
    max-width: 300px;
  }
}

/*追記　2025/04/24*/
.txtc {
  text-align: center !important;
}

.txtr {
  text-align: right !important;
}

a.underline:hover {
    opacity: .7;
    text-decoration: underline;
}

.btn-box,
.btn-box-in .send {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3em;
}

.btn-box .more-btn a,
.btn-box button,
.btn-box [type="button"],
.btn-box [type="submit"],
.btn-box-in .more-btn a,
.btn-box-in button,
.btn-box-in [type="button"],
.btn-box-in [type="submit"] {
  margin: 0;
}

.btn-box-2 .more-btn:nth-child(1) a,
.btn-box-3 .more-btn:nth-child(1) a,
.btn-box-3 .more-btn:nth-child(2) a,
.btn-box-2 button:nth-child(1),
.btn-box-3 button:nth-child(1),
.btn-box-3 button:nth-child(2),
.btn-box-2 [type="button"]:nth-child(1),
.btn-box-3 [type="button"]:nth-child(1),
.btn-box-3 [type="button"]:nth-child(2),
.btn-box-2 [type="submit"]:nth-child(1),
.btn-box-3 [type="submit"]:nth-child(1),
.btn-box-3 [type="submit"]:nth-child(2),
.btn-box-in.btn-box-2 .send .more-btn:nth-child(1) a,
.btn-box-in.btn-box-3 .send .more-btn:nth-child(1) a,
.btn-box-in.btn-box-3 .send .more-btn:nth-child(2) a,
.btn-box-in.btn-box-2 .send button:nth-child(1),
.btn-box-in.btn-box-3 .send button:nth-child(1),
.btn-box-in.btn-box-3 .send button:nth-child(2),
.btn-box-in.btn-box-2 .send [type="button"]:nth-child(1),
.btn-box-in.btn-box-3 .send [type="button"]:nth-child(1),
.btn-box-in.btn-box-3 .send [type="button"]:nth-child(2),
.btn-box-in.btn-box-2 .send [type="submit"]:nth-child(1),
.btn-box-in.btn-box-3 .send [type="submit"]:nth-child(1),
.btn-box-in.btn-box-3 .send [type="submit"]:nth-child(2),
.btn-box-in.btn-box-2 .send [type="submit"].back_to_delivery_button {
  margin-right: 20px;
}

hr {
  border-top: 1px solid #ccc;
  margin: 4em 0;
}

.archive .section__inner.content {
  min-height: 500px;
}

a.underline {
  text-decoration: underline;
}

#zeus_agreement_note {
  overflow: auto;
}

@media only screen and (max-width: 768px) {
  .btn-box {
    display: block;
  }

  .btn-box .more-btn a,
  .btn-box button,
  .btn-box [type="button"],
  .btn-box [type="submit"],
  .btn-box-in .more-btn a,
  .btn-box-in button,
  .btn-box-in [type="button"],
  .btn-box-in [type="submit"] {
    margin: 0 auto;
  }

  .btn-box-2 .more-btn:nth-child(1) a,
  .btn-box-3 .more-btn:nth-child(1) a,
  .btn-box-3 .more-btn:nth-child(2) a,
  .btn-box-2 button:nth-child(1),
  .btn-box-3 button:nth-child(1),
  .btn-box-3 button:nth-child(2),
  .btn-box-2 [type="button"]:nth-child(1),
  .btn-box-3 [type="button"]:nth-child(1),
  .btn-box-3 [type="button"]:nth-child(2),
  .btn-box-2 [type="submit"]:nth-child(1),
  .btn-box-3 [type="submit"]:nth-child(1),
  .btn-box-3 [type="submit"]:nth-child(2),
  .btn-box-in.btn-box-2 .send .more-btn:nth-child(1) a,
  .btn-box-in.btn-box-3 .send .more-btn:nth-child(1) a,
  .btn-box-in.btn-box-3 .send .more-btn:nth-child(2) a,
  .btn-box-in.btn-box-2 .send button:nth-child(1),
  .btn-box-in.btn-box-3 .send button:nth-child(1),
  .btn-box-in.btn-box-3 .send button:nth-child(2),
  .btn-box-in.btn-box-2 .send [type="button"]:nth-child(1),
  .btn-box-in.btn-box-3 .send [type="button"]:nth-child(1),
  .btn-box-in.btn-box-3 .send [type="button"]:nth-child(2),
  .btn-box-in.btn-box-2 .send [type="submit"]:nth-child(1),
  .btn-box-in.btn-box-3 .send [type="submit"]:nth-child(1),
  .btn-box-in.btn-box-3 .send [type="submit"]:nth-child(2),
  .btn-box-in.btn-box-2 .send [type="submit"].back_to_delivery_button {
    margin: 0 auto 20px;
  }

  .section-02 .btn-style01 a,
  .section-02 .btn-style01--white a {
    margin: 30px auto 0;
  }
}