/* 商品詳細ページ：画像切り替え */
.single-product .main .woocommerce-product-gallery__image:first-child a:hover {
  opacity: 1;
}

.single-product .main .woocommerce-product-gallery__image:nth-child(n + 2) a:hover {
  cursor: pointer;
}

.woocommerce ul#shipping_method .amount {
  font-weight: 400;
}

@media screen and (max-width: 758px) {
  .page-order-confirmation .main .contents .item__info {
    padding-top: 0;
  }
}

.header-logo {
	width: 275px;
}

@media screen and (max-width: 1199px) {
  .header-logo {
    width: 220px;
  }
}

@media screen and (max-width: 758px) {
  .header-logo {
    width: 180px;
    margin-left: -6px;
  }
}

/* ===================================

  2025/06/10 修正

====================================== */
.home .c-block p {
  line-height: 2;
}