@charset "UTF-8";
/*=============================================
 * 商品紹介
 *=============================================*/
#kv {
  display: none; }

.breadcrumbs {
  padding-top: 232px; }

@media screen and (max-width: 767px) {
  .breadcrumbs {
    padding-top: 100px; } }
/* -- -- */
.product__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 100px; }
  .product__list .item {
    width: calc(50% - 50px); }
  .product__list .photo a {
    width: 100%;
    padding-top: 100%;
    position: relative; }
  .product__list .photo img {
    width: 100%;
    max-width: inherit;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .product__list .cate {
    font-size: 13px;
    line-height: 20px;
    padding-top: 10px; }
  .product__list .ttl {
    font-size: 16px;
    line-height: 24px;
    padding-top: 5px; }
    .product__list .ttl a {
      overflow: hidden;
      display: block;
      max-height: 48px;
      -webkit-line-clamp: 2;
      display: box;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      text-overflow: ellipsis;
      white-space: normal; }
  .product__list .price-group {
    font-size: 18px;
    line-height: 26px;
    padding-top: 12px; }
    .product__list .price-group small {
      font-size: 13px;
      padding-left: 16px; }

@media screen and (max-width: 1440px) {
  .product__list {
    gap: 30px 50px; }
    .product__list .item {
      width: calc(50% - 25px); } }
@media screen and (max-width: 767px) {
  .product__list {
    gap: 20px; }
    .product__list .item {
      width: calc(50% - 10px); }
    .product__list .price-group small {
      padding-left: 5px; } }
/* -- -- */
.sidebar-shop h3 {
  font-size: 22px;
  line-height: 26px;
  border-bottom: 1px dashed;
  padding-bottom: 10px; }
.sidebar-shop ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 15px; }
  .sidebar-shop ul a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    position: relative; }
    .sidebar-shop ul a:after {
      content: '';
      width: 10px;
      height: 10px;
      background: url("../img/common/icon-arrow-right-yellow.svg") no-repeat center top/cover;
      display: block;
      opacity: 0;
      transition: all 0.3s; }
    .sidebar-shop ul a:hover, .sidebar-shop ul a.current {
      color: #FFB357; }
      .sidebar-shop ul a:hover:after, .sidebar-shop ul a.current:after {
        opacity: 1; }

/* -- -- */
#shop {
  padding: 0 0 125px; }
  #shop .wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 100px; }
  #shop .sidebar-shop {
    width: 220px; }
  #shop .content-shop {
    width: 880px; }

@media screen and (max-width: 1440px) {
  #shop .wrap {
    gap: 50px; }
  #shop .content-shop {
    width: calc(100% - 270px); } }
@media screen and (max-width: 767px) {
  #shop {
    padding: 0 0 80px; }
    #shop .sidebar-shop {
      width: 100%; }
    #shop .content-shop {
      width: 100%; } }
/*=============================================
 * 商品一覧
 *=============================================*/
.cart-group .stock.in-stock {
  display: none; }

.cart-group form.cart {
  display: flex;
  flex-direction: column;
  gap: 30px; }

.cart-group form.cart .quantity {
  width: 228px;
  margin-left: auto;
  padding: 0 0 0 60px;
  box-sizing: border-box;
  position: relative; }

.cart-group form.cart .quantity:before {
  content: '購入数';
  padding-right: 10px;
  font-weight: 400;
  font-size: 14px;
  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/common/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/common/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: 100%;
  height: 60px;
  background: #FFB357 url("../img/common/btn-shop-cart.png") no-repeat center/auto 100% !important;
  color: #fff;
  border: 0;
  border-radius: 60px;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 0; }

.cart-group form.cart .single_add_to_cart_button:hover {
  background: #AFAFAF url("../img/common/btn-shop-cart_hover.png") no-repeat center/auto 100% !important; }

@media screen and (max-width: 767px) {
  .cart-group form.cart .single_add_to_cart_button {
    width: 100%; } }
/* -- -- */
.single-product #shop .wrap {
  gap: 80px; }
.single-product #shop .content-shop {
  width: 900px; }

@media screen and (max-width: 1440px) {
  .single-product #shop .wrap {
    gap: 50px; }
  .single-product #shop .content-shop {
    width: calc(100% - 270px); } }
@media screen and (max-width: 767px) {
  .single-product #shop .wrap {
    flex-wrap: nowrap;
    flex-direction: column-reverse; }
  .single-product #shop .content-shop {
    width: 100%; } }
.shop__product-detail {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 60px;
  margin: 0 auto; }

.shop__product-detail .product-photo {
  width: calc(100% - 440px);
  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 25px 0; }

.shop__product-detail .product-photo .flex-control-thumbs li {
  width: calc(33.33% - 7px);
  padding-top: calc(33.33% - 7px);
  background-color: #333;
  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: 380px;
  font-size: 13px;
  line-height: 26px;
  padding: 0; }

.shop__product-detail .the_title {
  width: 100%;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  padding-top: 10px; }

.shop__product-detail .desc {
  padding-top: 30px; }

.shop__product-detail .desc p {
  padding-bottom: 20px; }

.shop__product-detail .desc p:last-child {
  padding-bottom: 0; }

.shop__product-detail .price-group {
  display: flex;
  align-items: baseline;
  gap: 5px;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  padding-top: 30px; }

.shop__product-detail .price-group small {
  font-size: 13px; }

.shop__product-detail .cart-group {
  padding-top: 10px; }

.shop__product-detail .stock-quantity {
  line-height: 20px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-top: 20px;
  padding: 10px 0; }

.shop__product-detail .extra {
  padding-top: 20px; }

.shop__product-detail .extra dl {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px 0; }
  .shop__product-detail .extra dl + dl {
    border-top: 0; }
  .shop__product-detail .extra dl dt {
    width: 100px; }
  .shop__product-detail .extra dl dd {
    width: calc(100% - 110px); }

.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 .product-photo .flex-control-thumbs {
    padding: 10px 10px 0; } }
/* -- -- */
.wc-block-cart .wp-block-woocommerce-cart-order-summary-block,
.wc-block-components-totals-wrapper,
.wp-block-woocommerce-cart-order-summary-totals-block {
  border-color: #fff !important; }

.wc-block-cart__submit-button {
  background-color: #F6C31F;
  color: #1A1A1A;
  border-radius: 50px; }

/*# sourceMappingURL=shop.css.map */
