@charset "UTF-8";

/*=============================================
 * body
 *=============================================*/
body {
   background-color: #fff;
   color: #1A1A1A;
   font-family: "Noto Sans JP", sans-serif;
   font-weight: 400;
   font-size: 14px;
   line-height: 28px;
   letter-spacing: 0;
   min-width: inherit;
   min-height: inherit;
   max-height: 100%;
   position: relative;
}

@media screen and (max-width: 767px) {
   body {
      font-size: 12px;
      line-height: 24px;
   }
}

/*=============================================
 * <main>
 *=============================================*/
main {
   clear: both;
   width: 100%;
   box-sizing: border-box;
   position: relative;
   margin: 0;
   padding: 0;
}

/*=============================================
 * <header>
 *=============================================*/
header {
   background-color: #fff;
   width: 100%;
   box-sizing: border-box;
   position: sticky;
   top: 0;
   z-index: 100;
}

header:before {
   content: '';
   width: 100%;
   height: 0;
   border-bottom: 2px solid #1A1A1A;
   position: absolute;
   bottom: 0;
   left: 0;
}

header .back-to-home {
   background-color: #1A1A1A;
   color: #fff;
   font-size: 13px;
   line-height: 20px;
   text-align: center;
   padding: 10px 0;
}

header .back-to-home a {
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 15px;
}

header .wrap01 {
   display: flex;
   flex-wrap: wrap;
   gap: 15px;
   padding-top: 22px;
   padding-bottom: 24px;
}

header .logo a {
   display: block;
   width: 121px;
}

header .btn-shop {
   flex: auto;
   align-self: flex-end;
}

header .btn-shop a {
   display: block;
   width: 126px;
   background-color: #fff;
   border: 1px solid;
   font-size: 14px;
   line-height: 18px;
   border-radius: 5px;
   text-align: center;
   padding: 6px 0;
   pointer-events: none;
}

header .btn-shop a:hover {
   background-color: #1A1A1A;
   color: #fff;
   opacity: 1;
}

header .icon {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   gap: 20px;
   padding-left: 25px;
}

header .icon li:not(.hamburger) {
   width: 54px;
   position: relative;
}

header .icon li:not(.hamburger) a {
   display: block;
   border-radius: 50%;
}

header .icon li:not(.hamburger) a:hover {
   background-color: #FFF0C5;
   opacity: 1;
}

header .woocommerce-product-search {
   width: max-content;
   position: absolute;
   top: 100%;
   left: 50%;
   transform: translateX(-50%);
   padding-top: 10px;
   opacity: 0;
   visibility: hidden;
}

header .woocommerce-product-search .search-field {
   display: block;
   width: 200px;
   background-color: #fff;
   border: 1px solid #ccc;
   font-weight: 500;
   line-height: 30px;
   border-radius: 4px !important;
   outline: none;
   -webkit-appearance: none;
   -moz-appearance: none;
   box-sizing: border-box;
   padding: 7px 46px 7px 10px;
}

header .woocommerce-product-search button {
   display: block;
   width: 46px;
   height: 46px;
   background: url("../img/shop/icon-feather-zoom-in.svg") no-repeat center/50% auto;
   border: 0;
   font-size: 0;
   position: absolute;
   bottom: 0;
   right: 0;
   cursor: pointer;
}

header .icon-search.is-active .woocommerce-product-search {
   opacity: 1;
   visibility: visible;
}

#navbar {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   gap: 30px;
}

#navbar a {
   font-weight: 500;
   font-size: 14px;
   line-height: 20px;
}

.hamburger {
   display: none;
}

@media screen and (max-width: 1200px) {
   header .woocommerce-product-search {
      display: none;
      opacity: 1;
      visibility: visible;
   }

   header .icon li.is-active .woocommerce-product-search {
      display: block;
   }
}

@media screen and (max-width: 991px) {
   .hamburger {
      display: block;
   }

   #navbar {
      flex-direction: column;
      flex-wrap: nowrap;
      gap: 40px;
      width: 100%;
      height: 100%;
      background-color: #fff;
      overflow-y: auto;
      position: fixed;
      top: 0;
      left: 0;
      padding: 180px 20px 40px;
      box-sizing: border-box;
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s linear;
      z-index: -1;
   }

   .navOpen #navbar {
      opacity: 1;
      visibility: visible;
   }
}

@media screen and (max-width: 767px) {
   header .back-to-home {
      font-size: 12px;
   }

   header .wrap01 {
      gap: 10px;
      padding-top: 10px;
      padding-bottom: 10px;
   }

   header .logo {
      width: calc(100% - 240px);
   }

   header .logo a {
      width: 100%;
   }

   header .btn-shop a {
      width: 90px;
      font-size: 10px;
      padding: 2px 0;
   }

   header .icon {
      gap: 10px;
      padding-left: 0;
   }

   header .icon li:not(.hamburger) {
      width: 30px;
   }

   #navbar {
      gap: 20px;
      padding: 150px 20px;
   }

   header .woocommerce-product-search {
      width: 100vw;
      left: -14vw;
      box-sizing: border-box;
      padding: 30px 20px 0;
   }

   header .woocommerce-product-search .search-field {
      width: 100%;
   }

   header .woocommerce-product-search button {
      right: 20px;
   }
}

/*=============================================
 * <footer>
 *=============================================*/
footer {
   background-color: #1A1A1A;
   color: #fff;
   text-align: center;
   padding: 80px 0 30px;
}

footer .logo {
   width: 173px;
   margin: 0 auto;
}

footer nav {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   gap: 30px;
   padding-top: 30px;
   line-height: 20px;
}

footer address {
   font-size: 13px;
   line-height: 20px;
   text-align: center;
   padding-top: 60px;
}

@media screen and (max-width: 767px) {
   footer nav {
      gap: 10px;
   }
}

/*
 * Custom
*=============================================*/
.h2 {
   font-weight: 500;
   font-size: 16px;
   letter-spacing: 0em;
   line-height: 24px;
   text-align: center;
   position: relative;
}

.h2:after {
   content: '';
   display: block;
   width: 40px;
   height: 0;
   border-top: 2px dotted;
   margin: 15px auto 0;
}

.h2 .en {
   display: block;
   font-family: "Montserrat", sans-serif;
   font-weight: 600;
   font-size: 42px;
   letter-spacing: 0;
   line-height: 52px;
   padding-bottom: 5px;
}

.h-18 {
   font-weight: 500;
   font-size: 18px;
   letter-spacing: 0.1em;
   line-height: 26px;
}

.h-24 {
   font-weight: 500;
   font-size: 24px;
   letter-spacing: 0.1em;
   line-height: 35px;
}

@media screen and (max-width: 767px) {
   .h2 {
      font-size: 14px;
   }

   .h2 .en {
      font-size: 30px;
      line-height: 42px;
   }

   .h-18 {
      font-size: 15px;
   }

   .h-24 {
      font-size: 18px;
      line-height: 32px;
   }
}

/* -- -- */
.button {
   position: relative;
}

.button a {
   display: inline-block;
   width: 150px;
   font-weight: 500;
   font-size: 14px;
   letter-spacing: 0;
   line-height: 20px;
   box-sizing: border-box;
   border-bottom: 1px solid #CCCCCC;
   padding: 0 10px 10px;
   position: relative;
   z-index: 1;
   text-align: left;
}

.button a:before {
   content: "";
   position: absolute;
   z-index: 1;
   left: 0;
   right: calc(100% - 30px);
   bottom: -1px;
   background: #010B33;
   height: 1px;
   -webkit-transition-property: right;
   transition-property: right;
   -webkit-transition-duration: 0.3s;
   transition-duration: 0.3s;
   -webkit-transition-timing-function: ease-out;
   transition-timing-function: ease-out;
}

.button a:after {
   content: '';
   background: url("../img/common/icon-arrow-right01.svg") no-repeat center top/cover;
   width: 26px;
   height: 18px;
   position: absolute;
   top: 0;
   right: 10px;
   transition: all 0.3s;
}

.button.white a:after {
   background-image: url("../img/common/icon-arrow-right01-white.svg");
}

.button a:hover {
   opacity: 1;
}

.button a:hover:before {
   right: 0;
}

.button a:hover:after {
   right: 0;
}

/* -- -- */
.img-zoom {
   display: block;
   overflow: hidden;
   position: relative;
}

.img-zoom:after {
   content: '';
   width: 100%;
   height: 100%;
   background-color: #000;
   position: absolute;
   top: 0;
   left: 0;
   opacity: 0;
   transition: all 0.3s;
}

.img-zoom>* {
   transform: scale(1, 1);
   transition: all 0.3s ease;
}

.img-zoom:hover {
   opacity: 1;
}

.img-zoom:hover>* {
   transform: scale(1.05, 1.05);
}

.img-zoom:hover:after {
   opacity: 0.4;
}

#kv-shop {
   border-bottom: 1px dotted #1A1A1A;
   padding: 50px 0 60px;
}

#kv-shop h1,
#kv-shop h2 {
   font-size: 16px;
   line-height: 24px;
}

#kv-shop h1 span,
#kv-shop h2 span {
   display: block;
   font-weight: 700;
   font-size: 40px;
   letter-spacing: 0.1em;
   line-height: 50px;
   padding-top: 5px;
}

@media screen and (max-width: 767px) {
   #kv-shop {
      padding: 40px 0;
   }

   #kv-shop h1,
   #kv-shop h2 {
      font-size: 14px;
   }

   #kv-shop h1 span,
   #kv-shop h2 span {
      font-size: 30px;
      line-height: 40px;
   }
}

/* -- --*/
.breadcrumbs {
   font-size: 13px;
   line-height: 20px;
   margin-bottom: 80px;
   padding: 20px 0;
}

.breadcrumbs .wrap01 {
   display: flex;
   flex-wrap: wrap;
   gap: 20px;
}

.breadcrumbs a.home {
   display: block;
   background: url("../img/common/icon-home.svg") no-repeat center left/16px auto;
   padding-left: 20px;
}

.breadcrumbs span {
   word-break: break-all;
}

.breadcrumbs a:hover {
   text-decoration: underline;
}

@media screen and (max-width: 991px) {
   .breadcrumbs {
      font-size: 12px;
      overflow-x: auto;
      box-sizing: border-box;
      padding: 10px 20px;
      margin-bottom: 30px;
   }

   .breadcrumbs .wrap {
      gap: 10px;
      width: max-content;
      max-width: inherit;
      background-color: transparent;
      margin: 0;
      padding: 0;
   }

   .breadcrumbs .wrap>span {
      position: relative;
      top: 1px;
   }
}

/* -- -- */
.wp-pagenavi {
   display: flex;
   align-items: center;
   justify-content: flex-start;
   flex-wrap: wrap;
   gap: 10px;
   padding-top: 80px;
}

.wp-pagenavi .pages {
   display: none;
}

.wp-pagenavi span,
.wp-pagenavi a {
   display: block;
   width: 30px;
   height: 30px;
   background-color: #333;
   color: #fff;
   border: 1px solid #333;
   text-align: center;
   font-weight: 400;
   font-size: 15px;
   line-height: 26px;
   letter-spacing: 0;
   box-sizing: border-box;
}

.wp-pagenavi a:hover {
   opacity: 1;
   background-color: #333;
   color: #fff;
}

.wp-pagenavi .current {
   pointer-events: none;
   background-color: #fff;
   color: #333;
}

@media screen and (max-width: 767px) {
   .wp-pagenavi {
      padding-top: 50px;
   }
}

/* -- -- */
hr {
   border: 0;
   border-top: 1px solid #ccc;
}

/* -- --*/
.table-of-content ul {
   display: flex;
   flex-wrap: wrap;
   gap: 20px;
}

.table-of-content ul li {
   width: calc(25% - 15px);
   max-width: 320px;
}

.table-of-content ul a {
   display: flex;
   font-size: 16px;
   line-height: 24px;
   border: 1px solid #ccc;
   border-left: 4px solid #1A1A1A;
   padding: 19px 46px 19px 26px;
   position: relative;
}

.table-of-content ul a:after {
   content: "\f0d7";
   font-family: "Font Awesome 6 Free";
   font-weight: 900;
   font-size: 14px;
   position: absolute;
   top: 50%;
   right: 25px;
   transform: translateY(-50%);
   transition: all 0.3s;
}

.table-of-content ul a:hover:after {
   top: 55%;
}

@media screen and (max-width: 1440px) {
   .table-of-content ul li {
      width: calc(33.33% - 14px);
   }
}

@media screen and (max-width: 991px) {
   .table-of-content ul li {
      width: calc(50% - 10px);
   }
}

@media screen and (max-width: 767px) {
   .table-of-content ul {
      gap: 10px;
   }

   .table-of-content ul li {
      width: calc(50% - 5px);
   }

   .table-of-content ul a {
      font-size: 13px;
      padding: 9px 8px;
   }

   .table-of-content ul a:after {
      right: 10px;
   }
}

/* -- --*/
.pb80 {
   padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
   .pb80 {
      padding-bottom: 40px;
   }
}

/* -- --*/
.tb-style {
   position: relative;
}

.tb-style dl {
   display: table;
   width: 100%;
   box-sizing: border-box;
   border-bottom: 1px solid #ccc;
   font-size: 15px;
   line-height: 20px;
   padding: 30px 20px;
}

.tb-style dl:first-child {
   padding-top: 0;
}

.tb-style dl>* {
   display: table-cell;
   vertical-align: top;
}

.tb-style dl dt {
   width: 200px;
   font-weight: 500;
   position: relative;
}

.tb-style dl dd {
   padding-left: 40px;
}

.tb-style dl dd p {
   padding-bottom: 20px;
}

.tb-style dl dd p:last-child {
   padding-bottom: 0;
}

@media screen and (max-width: 767px) {
   .tb-style dl {
      font-size: 14px;
      padding: 20px 0;
   }

   .tb-style dl dt {
      width: 90px;
      text-align: left;
   }

   .tb-style dl dd {
      padding-left: 10px;
   }
}

/*=============================================
 * 商品紹介
 *=============================================*/
#mv-shop {
   display: flex;
   align-items: center;
   justify-content: center;
   background: url("../img/shop/mv-bg-img.jpg") no-repeat center/cover;
   height: 720px;
}

#mv-shop .logo {
   width: 440px;
}

@media screen and (max-width: 767px) {
   #mv-shop {
      height: 72vw;
   }

   #mv-shop .logo {
      width: 50%;
   }
}

/* -- -- */
#shop__recommend {
   background-color: #F7F7F7;
   overflow: hidden;
   padding: 80px 0;
}

#shop__recommend .recommend-slider {
   width: 800px;
   overflow: visible;
   margin: 0 auto;
   padding-top: 40px;
}

#shop__recommend .recommend-slider .swiper-slide {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   gap: 55px;
   width: 750px;
   background-color: #fff;
   border: 1px solid #ccc;
   box-sizing: border-box;
   padding: 20px 54px 20px 19px;
   margin: 0 25px;
}

#shop__recommend .recommend-slider .swiper-slide .photo {
   width: 300px;
}

#shop__recommend .recommend-slider .swiper-slide .photo a {
   display: block;
   width: 100%;
   padding-top: 100%;
   border: 1px solid #ccc;
   position: relative;
}

#shop__recommend .recommend-slider .swiper-slide .photo span {
   display: block;
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
}

#shop__recommend .recommend-slider .swiper-slide .col {
   width: 320px;
}

#shop__recommend .recommend-slider .swiper-slide .cate a {
   display: inline-block;
   border: 1px solid #333;
   font-weight: 500;
   font-size: 12px;
   line-height: 17px;
   padding: 1px 5px;
}

#shop__recommend .recommend-slider .swiper-slide h3 {
   margin-top: 10px;
}

#shop__recommend .recommend-slider .swiper-slide h3 a {
   overflow: hidden;
   display: block;
   max-height: 104px;
   -webkit-line-clamp: 4;
   display: box;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   text-overflow: ellipsis;
   white-space: normal;
}

#shop__recommend .recommend-slider .swiper-slide .price-group {
   font-weight: 500;
   font-size: 24px;
   line-height: 36px;
   padding-top: 20px;
}

#shop__recommend .recommend-slider .swiper-slide .price-group small {
   font-size: 13px;
}

#shop__recommend .recommend-slider .swiper-slide .button {
   padding-top: 30px;
}

#shop__recommend .controls {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   gap: 20px;
   position: relative;
   padding-top: 50px;
}

#shop__recommend .swiper-pagination {
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 10px;
   width: auto;
   position: static;
}

#shop__recommend .swiper-pagination .swiper-pagination-bullet {
   width: 10px;
   height: 10px;
   background-color: #ccc;
   opacity: 1;
   margin: 0;
   transition: all 0.3s;
}

#shop__recommend .swiper-pagination .swiper-pagination-bullet:hover {
   opacity: 0.7;
}

#shop__recommend .swiper-pagination .swiper-pagination-bullet-active {
   background-color: #1A1A1A;
}

#shop__recommend .swiper-button-prev,
#shop__recommend .swiper-button-next {
   width: 24px;
   height: 24px;
   position: static;
   margin: 0;
   transition: all 0.3s;
}

#shop__recommend .swiper-button-prev:after,
#shop__recommend .swiper-button-next:after {
   display: none;
}

#shop__recommend .swiper-button-prev:hover,
#shop__recommend .swiper-button-next:hover {
   opacity: 0.7;
}

#shop__recommend .swiper-button-prev {
   background: url("../img/shop/slider-prev.svg") no-repeat center top/cover;
}

#shop__recommend .swiper-button-next {
   background: url("../img/shop/slider-next.svg") no-repeat center top/cover;
}

@media screen and (max-width: 991px) {
   #shop__recommend .recommend-slider {
      width: 700px;
   }

   #shop__recommend .recommend-slider .swiper-slide {
      width: 650px;
   }

   #shop__recommend .recommend-slider .swiper-slide .photo {
      width: 250px;
   }

   #shop__recommend .recommend-slider .swiper-slide .col {
      width: 270px;
   }
}

@media screen and (max-width: 767px) {
   #shop__recommend {
      padding: 40px 0;
   }

   #shop__recommend .recommend-slider {
      width: 90vw;
   }

   #shop__recommend .recommend-slider .swiper-slide {
      gap: 20px;
      width: 85vw;
      margin: 0 2.5vw;
      padding: 20px;
   }

   #shop__recommend .recommend-slider .swiper-slide .photo {
      width: 100%;
   }

   #shop__recommend .recommend-slider .swiper-slide .col {
      width: 100%;
   }

   #shop__recommend .recommend-slider .swiper-slide h3 {
      font-size: 14px;
   }

   #shop__recommend .recommend-slider .swiper-slide .price-group {
      padding-top: 10px;
   }

   #shop__recommend .recommend-slider .swiper-slide .button {
      padding-top: 20px;
   }

   #shop__recommend .controls {
      padding-top: 30px;
   }
}

/* -- -- */
#shop__ranking {
   padding: 80px 0 0;
}

#shop__ranking hr {
   border: 0;
   border-top: 1px solid #ccc;
   margin-top: 80px;
}

#shop__ranking .box {
   display: flex;
   flex-wrap: wrap;
   gap: 75px 20px;
   padding-top: 40px;
}

#shop__ranking .box .photo a {
   display: block;
   width: 100%;
   padding-top: 100%;
   position: relative;
   border: 1px solid #ccc;
   box-sizing: border-box;
}

#shop__ranking .box .photo span {
   display: block;
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
}

#shop__ranking .box .price-group small {
   font-size: 12px;
}

#shop__ranking .box .cate a {
   display: inline-block;
   border: 1px solid #333;
   font-weight: 500;
   font-size: 12px;
   line-height: 17px;
   padding: 1px 5px;
}

#shop__ranking .box .item:first-child {
   display: flex;
   flex-wrap: wrap;
   gap: 30px 130px;
   width: 100%;
   position: relative;
}

#shop__ranking .box .item:first-child .no {
   width: 140px;
   position: absolute;
   top: 20px;
   left: calc(50% - 120px);
   z-index: 1;
}

#shop__ranking .box .item:first-child .col {
   width: calc(50% - 80px);
   padding: 30px 0;
}

#shop__ranking .box .item:first-child .photo {
   width: calc(50% - 50px);
}

#shop__ranking .box .item:first-child .button,
#shop__ranking .box .item:first-child .txt {
   padding-top: 30px;
}

#shop__ranking .box .item:first-child .txt p {
   overflow: hidden;
   display: block;
   max-height: 84px;
   -webkit-line-clamp: 3;
   display: box;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   text-overflow: ellipsis;
   white-space: normal;
}

#shop__ranking .box .item:first-child .price-group {
   padding-top: 20px;
}

#shop__ranking .box .item:first-child h3 {
   font-size: 24px;
   line-height: 35px;
   padding-top: 10px;
}

#shop__ranking .box .item:not(:first-child) {
   width: calc(25% - 15px);
   border: 2px solid #ccc;
   box-sizing: border-box;
   position: relative;
}

#shop__ranking .box .item:not(:first-child) .no {
   width: 70px;
   position: absolute;
   top: -35px;
   left: calc(50% - 35px);
   z-index: 1;
}

#shop__ranking .box .item:not(:first-child) .photo a {
   border-width: 0 0 2px 0;
}

#shop__ranking .box .item:not(:first-child) .cate {
   padding: 10px 10px 0;
}

#shop__ranking .box .item:not(:first-child) h3 {
   font-weight: 500;
   line-height: 20px;
   padding: 10px 10px;
}

#shop__ranking .box .item:not(:first-child) h3 a {
   overflow: hidden;
   display: block;
   max-height: 40px;
   -webkit-line-clamp: 2;
   display: box;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   text-overflow: ellipsis;
   white-space: normal;
}

#shop__ranking .box .item:not(:first-child) .txt {
   display: none;
}

#shop__ranking .box .item:not(:first-child) .price-group {
   background-color: #F5F5F5;
   padding: 10px 20px;
}

#shop__ranking .box .item:not(:first-child) .button {
   position: absolute;
   bottom: 10px;
   right: 20px;
}

#shop__ranking .box .item:not(:first-child) .button a {
   width: auto;
   padding: 0 16px 0 0;
   border-bottom: 0;
}

#shop__ranking .box .item:not(:first-child) .button a:before {
   display: none;
}

#shop__ranking .box .item:not(:first-child) .button a:after {
   background-image: url("../img/common/icon-angle-right.svg");
   width: 6px;
   height: 10px;
   top: 50%;
   right: 0;
   transform: translateY(-50%);
}

#shop__ranking .box .item:not(:first-child) .button a:hover:after {
   right: -5px;
}

@media screen and (max-width: 991px) {
   #shop__ranking .box .item:not(:first-child) {
      width: calc(50% - 10px);
   }
}

@media screen and (max-width: 767px) {
   #shop__ranking {
      padding: 40px 0;
   }

   #shop__ranking .box {
      gap: 60px 10px;
      padding-top: 80px;
   }

   #shop__ranking .box .price-group {
      font-size: 18px;
   }

   #shop__ranking .box .item:first-child .no {
      width: 120px;
      top: -60px;
      left: calc(50% - 60px);
   }

   #shop__ranking .box .item:first-child .photo,
   #shop__ranking .box .item:first-child .col {
      width: 100%;
   }

   #shop__ranking .box .item:first-child .col {
      padding: 0;
   }

   #shop__ranking .box .item:first-child h3 {
      font-size: 18px;
      line-height: 30px;
   }

   #shop__ranking .box .item:first-child .price-group {
      padding-top: 10px;
   }

   #shop__ranking .box .item:first-child .txt,
   #shop__ranking .box .item:first-child .button {
      padding-top: 15px;
   }

   #shop__ranking .box .item:not(:first-child) {
      width: calc(50% - 5px);
   }

   #shop__ranking .box .item:not(:first-child) .price-group {
      padding: 10px 5px 0;
   }

   #shop__ranking .box .item:not(:first-child) .button {
      background-color: #F5F5F5;
      text-align: right;
      position: static;
      padding: 0 10px 5px;
   }

   #shop__ranking hr {
      margin-top: 40px;
   }
}

/* -- -- */
#shop__category {
   padding: 80px 0;
}

#shop__category .box {
   display: flex;
   flex-wrap: wrap;
   gap: 30px;
   padding-top: 40px;
}

#shop__category .box .item {
   width: calc(33.33% - 20px);
}

#shop__category .box .photo a {
   display: block;
   border: 1px solid #ccc;
   box-sizing: border-box;
   width: 100%;
   padding-top: 68%;
   position: relative;
}

#shop__category .box .photo span {
   display: block;
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
}

#shop__category .box h3 {
   font-weight: 500;
   font-size: 17px;
   line-height: 25px;
   border-left: 3px solid #ccc;
   padding-left: 10px;
}

#shop__category .box .col {
   padding: 10px 10px 0;
}

#shop__category .box .txt {
   font-size: 13px;
   line-height: 20px;
   padding-top: 10px;
}

#shop__category .box .button {
   padding-top: 20px;
}

@media screen and (max-width: 767px) {
   #shop__category {
      padding: 40px 0;
   }

   #shop__category .box {
      gap: 20px 10px;
      padding-top: 20px;
   }

   #shop__category .box .item {
      width: calc(50% - 5px);
   }

   #shop__category .box .col {
      padding: 10px 0 0;
   }

   #shop__category .box h3 {
      font-size: 15px;
   }

   #shop__category .box .txt {
      font-size: 12px;
      line-height: 18px;
   }

   #shop__category .box .button {
      padding-top: 10px;
   }

   #shop__category .box .button a {
      width: 100%;
   }
}

/* -- -- */
#shop__review {
   background-color: #F7F7F7;
   padding: 80px 0;
}

#shop__review .box {
   max-width: 1000px;
   margin: 0 auto;
   padding-top: 40px;
}

#shop__review .box .article+.article {
   padding-top: 40px;
}

#shop__review .box .article>h3 {
   padding-bottom: 20px;
}

#shop__review .box .item a {
   display: flex;
   align-items: center;
   flex-wrap: wrap;
   gap: 15px;
   background-color: #fff;
   border: 1px solid #ccc;
   padding: 25px 50px;
}

#shop__review .box .item+.item {
   margin-top: 20px;
}

#shop__review .box .item .photo {
   width: 120px;
   border: 1px solid #ccc;
   box-sizing: border-box;
}

#shop__review .box .item .photo span {
   display: block;
   width: 100%;
   padding-top: 100%;
}

#shop__review .box .item .col {
   width: calc(100% - 135px);
}

#shop__review .box .item time {
   display: block;
   font-size: 13px;
   line-height: 20px;
}

#shop__review .box .item h3 {
   margin-top: 5px;
   overflow: hidden;
   display: block;
   max-height: 36px;
   -webkit-line-clamp: 1;
   display: box;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   text-overflow: ellipsis;
   white-space: normal;
}

#shop__review .box .item .star {
   display: flex;
   align-items: center;
   padding-top: 4px;
   font-size: 13px;
}

#shop__review .box .item .star .star-rating {
   overflow: hidden;
   position: relative;
   height: 1em;
   line-height: 1;
   font-size: 1em;
   width: 5.4em;
   font-family: star;
   float: none;
}

#shop__review .box .item .star .star-rating:before {
   content: "sssss";
   color: #D90707;
   float: left;
   top: 0;
   left: 0;
   position: absolute;
}

#shop__review .box .item .star .star-rating span {
   overflow: hidden;
   float: left;
   top: 0;
   left: 0;
   position: absolute;
   padding-top: 1.5em;
}

#shop__review .box .item .star .star-rating span:before {
   content: "SSSSS";
   top: 0;
   position: absolute;
   left: 0;
   color: #D90707;
}

#shop__review .box .item .star .star-rating span strong {
   display: none;
}

#shop__review .box .item .txt {
   font-weight: 500;
   font-size: 15px;
   line-height: 20px;
   margin-top: 4px;
}

#shop__review .button {
   text-align: right;
   padding-top: 30px;
}

#shop__review .button input {
   display: block;
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   z-index: 1;
   opacity: 0;
   cursor: pointer;
}

#shop__review .wp-pagenavi {
   justify-content: center;
}

@media screen and (max-width: 767px) {
   #shop__review {
      padding: 40px 0;
   }

   #shop__review .box {
      padding-top: 20px;
   }

   #shop__review .box .item a {
      padding: 10px;
   }

   #shop__review .box .item h3 {
      font-size: 14px;
   }

   #shop__review .box .item .txt {
      font-size: 12px;
   }
}

.page-template-tpl-shop .woocommerce.columns-4 {
   display: none;
}

/*=============================================
 * 商品一覧
 *=============================================*/
#shop__lead .wrap {
   max-width: 710px;
}

#shop__lead .txt {
   max-width: 536px;
   margin: 0 auto;
}

#shop__lead h3 {
   width: 90px;
   background-color: #012B3D;
   color: #fff;
   text-align: center;
   font-weight: 500;
   letter-spacing: 0.04em;
   line-height: 34px;
   margin: 60px auto 0;
}

#shop__lead .note {
   text-indent: -14px;
   padding-top: 30px;
   padding-left: 14px;
}

@media screen and (max-width: 767px) {
   #shop__lead h3 {
      margin-top: 40px;
   }

   #shop__lead .note {
      padding-top: 20px;
   }
}

/* -- -- */
#shop__product {
   padding-bottom: 0px;
}

#shop__product .total-post {
   font-weight: 500;
   font-size: 16px;
   line-height: 24px;
}

#shop__product .top {
   display: flex;
   flex-wrap: wrap;
   gap: 15px 10px;
   margin-bottom: 50px;
}

#shop__product .top .total-post {
   flex: auto;
}

#shop__product .top .product-filter {
   display: flex;
   flex-wrap: wrap;
   gap: 15px 40px;
}

#shop__product .top .product-filter label {
   display: flex;
   align-items: center;
   gap: 5px;
   font-weight: 500;
   font-size: 15px;
   line-height: 24px;
}

#shop__product .top .product-filter .select1 {
   display: flex;
   position: relative;
}

#shop__product .top .product-filter .select1:after {
   content: '';
   width: 6px;
   height: 10px;
   background: url("../img/common/icon-angle-right.svg") no-repeat center top/cover;
   position: absolute;
   top: 10px;
   right: 10px;
   transform: rotate(90deg);
}

#shop__product .top .product-filter .select1 select {
   display: block;
   width: 100%;
   height: 100%;
   -webkit-appearance: none;
   -moz-appearance: none;
   outline: 0;
   box-shadow: none;
   background-color: #EDEDE8;
   border: 1px solid #EDEDE8;
   font-weight: 500;
   line-height: 28px;
   border-radius: 3px !important;
   padding: 0 35px 0 25px;
   cursor: pointer;
}

#shop__product .top .product-filter .select1 select::-ms-expand {
   display: none;
}

#shop__product .bottom {
   text-align: center;
   padding: 50px 0 90px;
}

#shop__product .wp-pagenavi {
   justify-content: center;
   padding-top: 10px;
}

.cart-group .stock {
   display: none;
}

.cart-group form.cart {
   display: flex;
   flex-direction: column;
   gap: 40px;
}

.cart-group form.cart .quantity {
   width: 228px;
   position: relative;
   margin: 0 auto;
   padding: 0 0 0 40px;
   box-sizing: border-box;
}

.cart-group form.cart .quantity:before {
   content: '数量';
   padding-right: 10px;
   font-weight: 500;
   position: absolute;
   top: 3px;
   left: 0;
}

.cart-group form.cart .quantity input::-webkit-outer-spin-button,
.cart-group form.cart .quantity input::-webkit-inner-spin-button {
   -webkit-appearance: none;
   margin: 0;
}

.cart-group form.cart .quantity input[type=number] {
   -moz-appearance: textfield;
}

.cart-group form.cart .input-text {
   display: block;
   background-color: #fff;
   border: 1px solid #ccc;
   border-radius: 4px;
   width: 100%;
   height: 32px;
   text-align: center;
   padding-right: 30px;
}

.cart-group form.cart .quantity-down {
   width: 13px;
   height: 12px;
   background: url("../img/shop/quauntity-arrow.svg") no-repeat center top/cover;
   border: 0;
   font-size: 0;
   position: absolute;
   bottom: 3px;
   right: 10px;
   cursor: pointer;
}

.cart-group form.cart .quantity-up {
   width: 13px;
   height: 12px;
   background: url("../img/shop/quauntity-arrow.svg") no-repeat center top/cover;
   border: 0;
   font-size: 0;
   transform: rotate(180deg);
   position: absolute;
   top: 3px;
   right: 10px;
   cursor: pointer;
}

.cart-group form.cart .single_add_to_cart_button {
   width: 360px;
   height: 56px;
   background: url("../img/shop/btn-cart.png") no-repeat center top/auto 100%;
   color: #fff;
   border: 0;
   border-radius: 6px;
   cursor: pointer;
   transition: all 0.3s;
   font-size: 0;
}

.cart-group form.cart .single_add_to_cart_button:hover {
   background: url("../img/shop/btn-cart-on.png") no-repeat center top/auto 100%;
}

@media screen and (max-width: 767px) {
   .cart-group form.cart .single_add_to_cart_button {
      width: 100%;
   }
}

.product__list {
   display: flex;
   flex-wrap: wrap;
   gap: 30px 20px;
}

.product__list .item {
   width: calc(25% - 15px);
   border: 2px solid #ccc;
   position: relative;
   box-sizing: border-box;
}

.product__list .photo {
   border-bottom: 1px solid #EDEDE8;
}

.product__list .photo a {
   display: block;
   width: 100%;
   padding-top: 100%;
   position: relative;
}

.product__list .photo a img {
   display: block;
   width: 100%;
   max-width: inherit;
   height: 100%;
   object-fit: cover;
   position: absolute;
   top: 0;
   left: 0;
}

.product__list .cate {
   padding: 10px 10px 0;
}

.product__list .cate a {
   display: inline-block;
   font-weight: 500;
   font-size: 12px;
   line-height: 18px;
   border: 1px solid #333;
   padding: 1px 5px;
}

.product__list .ttl {
   height: 40px;
   font-weight: 500;
   font-size: 14px;
   line-height: 20px;
   padding: 2px 10px 10px;
}

.product__list .ttl a {
   overflow: hidden;
   display: block;
   max-height: 40px;
   -webkit-line-clamp: 2;
   display: box;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   text-overflow: ellipsis;
   white-space: normal;
}

.product__list .price-group {
   background: #F5F5F5;
   padding: 10px 20px;
}

.product__list .price-group small {
   font-size: 12px;
}

.product__list .more {
   position: absolute;
   bottom: 10px;
   right: 20px;
}

.product__list .more a {
   display: inline-block;
   font-weight: 500;
   font-size: 14px;
   line-height: 20px;
   padding-right: 16px;
   position: relative;
}

.product__list .more a:after {
   content: '';
   background: url("../img/common/icon-angle-right.svg") no-repeat center top/cover;
   width: 6px;
   height: 10px;
   position: absolute;
   top: 50%;
   right: 0;
   transform: translateY(-50%);
   transition: all 0.3s;
}

.product__list .more a:hover:after {
   right: -5px;
}

@media screen and (max-width: 991px) {
   .product__list .item {
      width: calc(50% - 10px);
   }
}

@media screen and (max-width: 767px) {
   .product__list {
      gap: 20px 10px;
   }

   .product__list .item {
      width: calc(50% - 5px);
   }

   .product__list .price-group {
      padding: 10px 10px 5px;
   }

   .product__list .more {
      background: #F5F5F5;
      text-align: right;
      position: static;
      padding: 0 10px 10px;
   }
}

/* -- -- */
.shop__product-detail {
   display: flex;
   flex-wrap: wrap;
   gap: 30px 40px;
   max-width: 1000px;
   margin: 0 auto;
   padding-bottom: 80px;
}

.shop__product-detail .product-photo {
   width: calc(100% - 400px);
   position: relative;
}

.shop__product-detail .product-photo .woocommerce-product-gallery__image {
   pointer-events: none;
}

.shop__product-detail .product-photo .flex-viewport .woocommerce-product-gallery__image {
   pointer-events: none;
}

.shop__product-detail .product-photo .flex-viewport .woocommerce-product-gallery__image a {
   display: block;
   width: 100%;
   padding-top: 100%;
   position: relative;
}

.shop__product-detail .product-photo .flex-viewport .woocommerce-product-gallery__image a img {
   max-height: 100%;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}

.shop__product-detail .product-photo .flex-control-thumbs {
   display: flex;
   flex-wrap: wrap;
   gap: 10px;
   padding: 10px 0 0;
}

.shop__product-detail .product-photo .flex-control-thumbs li {
   width: calc(25% - 8px);
   padding-top: calc(25% - 8px);
   background-color: #1A1A1A;
   cursor: pointer;
   position: relative;
}

.shop__product-detail .product-photo .flex-control-thumbs li img {
   width: 100%;
   max-width: inherit;
   height: 100%;
   object-fit: cover;
   transition: all 0.3s;
   position: absolute;
   top: 0;
   left: 0;
}

.shop__product-detail .product-photo .flex-control-thumbs li img.flex-active {
   opacity: 0.5;
}

.shop__product-detail .product-photo .woocommerce-product-gallery__trigger {
   display: none;
   position: absolute;
   top: 0.5em;
   right: 0.5em;
   font-size: 2em;
   z-index: 9;
   width: 36px;
   height: 36px;
   background: #fff;
   text-indent: -9999px;
   border-radius: 100%;
   box-sizing: content-box;
}

.shop__product-detail .product-photo .woocommerce-product-gallery__trigger:before {
   content: "";
   display: block;
   width: 10px;
   height: 10px;
   border: 2px solid #000;
   border-radius: 100%;
   position: absolute;
   top: 9px;
   left: 9px;
   box-sizing: content-box;
}

.shop__product-detail .product-photo .woocommerce-product-gallery__trigger:after {
   content: "";
   display: block;
   width: 2px;
   height: 8px;
   background: #000;
   border-radius: 6px;
   position: absolute;
   top: 19px;
   left: 22px;
   transform: rotate(-45deg);
   box-sizing: content-box;
}

.shop__product-detail .product-contents {
   width: 360px;
   padding: 30px 0;
}

.shop__product-detail .sub_title {
   font-weight: 500;
   font-size: 13px;
   line-height: 20px;
   color: #D53737;
}

.shop__product-detail .the_title {
   width: 100%;
   font-weight: 500;
   font-size: 24px;
   line-height: 35px;
   border-bottom: 1px solid #ccc;
   padding-bottom: 10px;
}

.shop__product-detail .product-number {
   display: flex;
   align-items: center;
   font-weight: 500;
   font-size: 15px;
   line-height: 20px;
   padding-top: 20px;
}

.shop__product-detail .price-group {
   font-weight: 500;
   font-size: 24px;
   line-height: 36px;
   padding-top: 20px;
}

.shop__product-detail .price-group small {
   font-size: 12px;
}

.shop__product-detail .cart-group {
   padding-top: 50px;
}

.shop__product-detail .cart-group form.cart .quantity {
   margin: 0 auto;
}

.shop__product-detail .desc {
   width: 100%;
   padding-top: 20px;
}

.shop__product-detail .desc h3 {
   background-color: #1A1A1A;
   color: #fff;
   text-align: center;
   padding: 10px 0;
}

.shop__product-detail .desc .txt {
   padding-top: 30px;
}

.shop__product-detail .desc .txt>*:not(h3, h4) {
   max-width: 900px;
   margin: 0 auto;
}

.shop__product-detail .desc .txt h3 {
   background-color: #1A1A1A;
   color: #fff;
   text-align: center;
   padding: 10px 0;
   font-weight: 500;
   font-size: 24px;
   letter-spacing: 0.1em;
   line-height: 35px;
   margin-bottom: 20px;
}

.shop__product-detail .desc .txt h4 {
   font-weight: 700;
   font-size: 16px;
   letter-spacing: 0.1em;
   line-height: 35px;
   border-bottom: 1px solid #000;
   margin-bottom: 20px;
   padding: 0 0 10px;
}

.shop__product-detail .txt a {
   display: inline-block;
   margin-top: 10px;
}

.shop__product-detail .extra {
   width: 100%;
   padding-top: 30px;
}

.shop__product-detail .extra dl {
   border-top: 1px dashed #333;
   border-bottom: 1px dashed #333;
   padding: 20px 0;
}

.shop__product-detail .extra dl dt {
   font-weight: 500;
   font-size: 17px;
   line-height: 25px;
   color: #D53737;
}

.shop__product-detail .extra dl+dl {
   border-top: 0;
   padding-top: 40px;
}

.shop__product-detail .extra dl dd {
   font-size: 13px;
   line-height: 20px;
   padding-top: 10px;
}

.shop__product-detail .extra dl dd p+p {
   padding-top: 10px;
}

.shop__product-detail .extra dl dd a {
   font-weight: 500;
   font-size: 14px;
   text-decoration: underline;
}

.shop__product-detail .extra dl dd a:hover {
   text-decoration: none;
}

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

   .shop__product-detail .product-photo,
   .shop__product-detail .product-contents {
      width: 100%;
   }

   .shop__product-detail .product-contents {
      padding: 0;
   }

   .shop__product-detail .cart-group form.cart .quantity {
      margin: 0;
   }
}

@media screen and (max-width: 767px) {
   .shop__product-detail {
      gap: 30px;
      padding-bottom: 40px;
   }

   .shop__product-detail .the_title {
      font-size: 18px;
   }

   .shop__product-detail .desc {
      padding-top: 20px;
   }

   .shop__product-detail .cart-group {
      padding-top: 20px;
   }

   .shop__product-detail .cart-group form.cart {
      gap: 20px;
   }

   .shop__product-detail .desc .txt {
      padding-top: 15px;
   }

   .shop__product-detail .desc .txt h3 {
      font-size: 18px;
      line-height: 32px;
   }

   .shop__product-detail .desc .txt h4 {
      font-size: 15px;
      line-height: 30px;
   }

   .shop__product-detail .extra dl dt {
      font-size: 15px;
   }
}

/* -- -- */
.wp-block-woocommerce-cart,
.wp-block-woocommerce-checkout,
.woocommerce-order {
   width: calc(100% - 40px);
   max-width: 1200px;
   margin: 0 auto !important;
   padding: 120px 0;
}

.wp-block-button__link {
   max-height: 43px;
   background-color: #0099CA !important;
   position: relative;
}

.wc-block-components-button:not(.is-link) {
   background-color: #BF9A5A;
   color: #fff;
   border-radius: 50px;
}

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

   .wp-block-woocommerce-cart,
   .wp-block-woocommerce-checkout,
   .woocommerce-order {
      padding: 50px 0;
   }
}

/* -- -- */
#shop__relate {
   padding: 80px 0;
}

#shop__relate .product__list {
   padding-top: 40px;
}

@media screen and (max-width: 767px) {
   #shop__relate {
      padding: 40px 0;
   }

   #shop__relate .product__list {
      padding-top: 20px;
   }
}

/* -- -- */
.woocommerce .product-reviews {
   width: 100%;
}

.woocommerce .product-reviews h3 {
   background-color: #1A1A1A;
   color: #fff;
   text-align: center;
   padding: 10px 20px;
   margin-bottom: 20px;
}

.woocommerce .product-reviews #comments {
   display: none;
}

.woocommerce .product-reviews #reply-title {
   padding-bottom: 20px;
}

.woocommerce .product-reviews #reviews {
   width: 100%;
}

.woocommerce .product-reviews #reviews input:not([type="checkbox"], [type="radio"]),
.woocommerce .product-reviews #reviews textarea {
   display: block;
   width: 100%;
   background-color: #fff;
   border: 1px solid #ccc;
   font-weight: 500;
   line-height: 30px;
   border-radius: 4px !important;
   outline: none;
   -webkit-appearance: none;
   -moz-appearance: none;
   box-sizing: border-box;
   padding: 7px 20px;
}

.woocommerce .product-reviews #review_form #respond textarea {
   height: 200px;
   resize: vertical;
}

.woocommerce .product-reviews #review_form #respond .form-submit {
   text-align: center;
}

.woocommerce .product-reviews #review_form #respond .form-submit input {
   width: 320px;
   font-weight: 500;
   font-size: 15px;
   letter-spacing: 0;
   line-height: 26px;
   color: #333;
   background-color: #F8F6F2;
   border: 1px solid #ccc;
}

.woocommerce .product-reviews #review_form #respond .form-submit input:hover {
   background-color: #333;
   color: #fff;
}

.woocommerce .product-reviews p.stars a::before,
.woocommerce .product-reviews p.stars a:hover~a::before {
   color: #D90707;
   opacity: 1;
}

/*
 * guide
*=============================================*/
[id*="guide__sec"] .box {
   line-height: 20px;
}

[id*="guide__sec"] .box h3 {
   font-size: 16px;
   line-height: 24px;
   border-bottom: 1px solid #ccc;
   padding: 30px 0 10px;
}

[id*="guide__sec"] .box h3:first-child {
   padding-top: 20px;
}

[id*="guide__sec"] .box p {
   padding-top: 10px;
}

[id*="guide__sec"] .box p+p {
   padding-top: 20px;
}

[id*="guide__sec"] .box ul {
   padding-top: 10px;
}

[id*="guide__sec"] .box ul li {
   text-indent: -15px;
   padding: 10px 0 0 15px;
}

[id*="guide__sec"] .tb-style {
   padding-top: 40px;
}

@media screen and (max-width: 767px) {
   [id*="guide__sec"] .box h3 {
      font-size: 14px;
   }

   [id*="guide__sec"] .box ul li {
      text-indent: -13px;
      padding-left: 13px;
   }

   [id*="guide__sec"] .tb-style {
      padding-top: 20px;
   }
}