@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

/* BASIC */
*{
margin:0;
padding:0;
box-sizing:border-box;
}
html{
font-size:62.5%;
overflow-x:hidden;
}

body{
background:#fff;
font-size: clamp(1.4rem, 2vw + 1rem, 1.6rem);
line-height: clamp(1.6, 1vw + 1.2, 1.8);
color:#000;
font-style:normal;
font-family: "Raleway", sans-serif;
}

.container {
width: 96% !important;
max-width: 96% !important;
}
@media (min-width: 1200px) {
.container {
max-width: 1140px !important;
}
}

section{
margin-bottom:5rem;
}

p{
padding:0 0 1.6rem;
margin:0;
}

a{
color:#000;
}
a{
color:#000;
transition-duration:.5s;
}
a:hover{
color:#9b003f;
}
img{
transition-duration:.5s;
}
a:hover img{
opacity:.7;
}

.woocommerce-product-gallery__wrapper:focus,
.woocommerce-product-gallery:focus, .page:focus{
outline: none;
}

/* BREAD */
.woocommerce-breadcrumb{
color:#000 !important;
}
.woocommerce-breadcrumb a{
text-decoration:none;
color:#000 !important;
}
.woocommerce-breadcrumb a:hover{
text-decoration:none;
color:#9b003f !important;
}

/* FOOTER */
#page{
display: flex;
flex-direction: column;
min-height: 100vh;
}
#wrapper-footer{
margin-top: auto;
}
.site-info{
text-align:center;
font-size:1.2rem;
}
.footlink ul{
text-align:center;
font-size:1.2rem;
list-style:none;
padding:0;
margin:0 auto 2rem;
}
.footlink ul li{
display: inline-block;
margin:0 .2rem;
}
.footlink ul li a{
text-decoration:none;
border:1px solid #000;
padding:.3rem .6rem;
transition-duration:.5s;
}
.footlink ul li a:hover{
background:#000;
color:#fff;
}

/* MAIN NAVI */
a.navbar-brand{
padding-top:2rem;
}
nav#main-nav{
background-color:#fff !important;
padding:2rem 0;
}
nav#main-nav a{
color:#000;
}
nav#main-nav a:hover{
color:#52330f;
}

.navbar-dark .navbar-toggler-icon,
nav#main-nav .navbar-toggler-icon {
--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
nav#main-nav .navbar-toggler {
border: 1px solid #000 !important;
border-radius: 0 !important;
padding: 8px !important;
width: 40px !important;
height: 40px !important;
}
nav#main-nav .navbar-collapse a{
transition-duration:.5s;
}
nav#main-nav .navbar-collapse a:hover {
color: #fff !important;
background:#000;
}

@media (max-width: 767px) {
nav#main-nav .navbar-collapse {
background: #000;
padding:2rem;
}
nav#main-nav .navbar-collapse a {
color: #fff !important;
padding:.5rem 1rem;
}
nav#main-nav .navbar-collapse a:hover {
color: #000 !important;
background:#fff;
}
}


span.price, p.price, p.stock, p.in-stock{
font-size:1.8rem !important;
color:#000 !important;
text-align:right;
}

form.woocommerce-ordering{
display:none;
}

.woocommerce-breadcrumb{
font-size:1.2rem !important;
margin-bottom:4rem !important;
}

/* BUTTON */
.add-to-cart-container{
text-align:center;
}
.add-to-cart-container a{
font-size:1.6rem !important;
border-radius:0 !important;
border-color:#000;
color:#000;
transition-duration:.5s;
}
.add-to-cart-container a:hover{
background:#000;
color:#fff;
border-color:#000;
}

.btn.btn-outline-primary{
font-size:1.6rem !important;
border-radius:0 !important;
border-color:#000;
color:#000;
transition-duration:.5s;
}
.btn.btn-outline-primary:hover{
background:#000;
color:#fff;
border-color:#000;
}
.single_add_to_cart_button.btn-primary {
font-size: 1.6rem !important;
border-radius: 0 !important;
border: 1px solid #000 !important;
color: #000 !important;
background: transparent !important;
transition-duration: .5s !important;
box-shadow: none !important;
}
.single_add_to_cart_button.btn-primary:hover {
background: #000 !important;
color: #fff !important;
border-color: #000 !important;
}

/* HOME */
body.home .woocommerce-products-header, .woocommerce-result-count{
display:none;
}


/* ITEM */
.ppcp-messages{
display:none !important;
}
.product_meta, section.related.products, .woocommerce-Tabs-panel h2{
display:none;
}
.woocommerce .quantity input.qty {
width: 60px;
height:34px;
line-height: 34px;
padding: 0 8px;
font-size:1.6rem;
border-radius:0;
border-color:#000;
}
.woocommerce .quantity input.qty:focus {
outline: none !important;
box-shadow: none;
border-color:#000;
}

/* SELECT TABLE */
.woocommerce div.product .variations td.value {
width: auto !important;
}
.woocommerce div.product .variations select {
width: auto !important;
min-width: 0 !important;
margin-left:1.4rem;
padding:.3rem 1rem;
}
.woocommerce div.product table.variations {
width: auto !important;
}
.woocommerce div.product .variations select {
width: auto !important;
min-width: 0 !important;
margin-left: 1.4rem;
padding: .3rem 1rem;
border: 1px solid #000;
}

/* 拡大拒否 */
.product_cat-record .woocommerce-product-gallery__image a,
.product_cat-tshirts .woocommerce-product-gallery__image a,
.product_cat-cd .woocommerce-product-gallery__image a {
    pointer-events: none;
    cursor: default;
}

/* DISCRIPTION装飾無効 */
.woocommerce div.product .woocommerce-tabs ul.tabs {
display: none;
}
.woocommerce div.product .woocommerce-tabs .panel {
display: block !important;
}

/* サイズ説明非表示 */
.woocommerce-product-attributes-item{
display:none;
}

/* カートボタン */
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.single_add_to_cart_button.disabled {
background-color: transparent !important;
background: transparent !important;
color: #000 !important;
border: 1px solid #000 !important;
border-radius: 0 !important;
box-shadow: none !important;
opacity: 1 !important;
transition-duration: .5s !important;
font-weight:normal;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.single_add_to_cart_button:hover {
background: #000 !important;
color: #fff !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.single_add_to_cart_button.disabled {
background-color: #ccc !important;
background: #ccc !important;
color: #fff !important;
border: 1px solid #ccc !important;
cursor: not-allowed !important;
opacity: 1 !important;
}

/* 各メッセージ */
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
background-color: transparent !important;
border-top: 1px solid #000 !important;
border-bottom: 1px solid #000 !important;
border-radius: 0 !important;
color: #000 !important;
}

/* noticeのスタイル */
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
background-color: transparent !important;
border: 1px solid #000 !important;
border-radius: 0 !important;
box-shadow: none !important;
outline: none !important;
}

/* View cartボタン */
.woocommerce-message .button {
background: #000 !important;
color: #fff !important;
border-radius: 0 !important;
box-shadow: none !important;
border-color:#000 !important;
}

.woocommerce-message .button:hover {
background: #fff !important;
color: #000 !important;
border-color: #000 !important;
}

.woocommerce-message::before {
color: #000 !important;
}

/* PAGES */
h1.entry-title{
font-weight:normal;
margin-bottom:5rem;
}
h2{
font-weight:normal;
margin-bottom:2rem;
}
.jpbpx{
border:1px solid #000;
padding:1.4rem;
margin:1.8rem auto;
}
.jpbpx h2{
font-size:90%;
}
.jpbpx p{
padding-bottom:0;
font-size:90%;
}
.jpbpx ul, .jpbpx ol{
margin-top:1.4rem;
font-size:90%;
}

/* 特定商取引法テーブル */
.page table {
width: 100%;
border-collapse: collapse;
margin: 2rem 0;
}

.page table th,
.page table td {
padding: 1rem;
border-bottom: 1px solid #000;
text-align: left;
vertical-align: top;
}

.page table th {
width: 30%;
font-weight: normal;
white-space: nowrap;
}

.page table th,
.page table td {
font-size: clamp(1.4rem, 2vw + 1rem, 1.6rem);
line-height: clamp(1.6, 1vw + 1.2, 1.8);
}

@media (max-width: 767px) {
.page table th,
.page table td {
display: block;
width: 100%;
}
.page table th {
border-bottom: none;
padding-bottom: 0;
font-weight: bold;
}
}



/* CART */
.wp-block-woocommerce-cart, .wp-block-woocommerce-checkout{
max-width: 1140px !important;
width: 96% !important;
margin-left: auto !important;
margin-right: auto !important;
}

.wc-block-components-quantity-selector {
border-radius: 0 !important;
border: 1px solid #000 !important;
}

.wc-block-components-quantity-selector__button {
border-radius: 0 !important;
}

.wc-block-cart__submit-button {
font-size: 1.6rem !important;
border-radius: 0 !important;
border: 1px solid #000 !important;
color: #000 !important;
background: transparent !important;
box-shadow: none !important;
transition: background .5s, color .5s, border-color .5s !important;
text-decoration:none;
}

.wc-block-cart__submit-button:hover {
background: #000 !important;
color: #fff !important;
}

.wc-block-components-text-input input,
.wc-block-components-select select,
.wc-block-components-country-input input,
.wc-block-components-state-input input {
border-radius: 0 !important;
border-color: #000 !important;
}
.wp-block-woocommerce-checkout-order-summary-block .checkout-order-summary-block-fill{
border-radius:0 !important;
}

.woocommerce table.shop_table {
border: none !important;
border-radius: 0 !important;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td,
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
border-top: 1px solid #ccc !important;
border-left: none !important;
border-right: none !important;
border-bottom: none !important;
}

.woocommerce table.shop_table thead th {
border-top: none !important;
border-bottom: 2px solid #000 !important;
}

.woocommerce table.shop_table tbody tr:first-child td,
.woocommerce table.shop_table tbody tr:first-child th {
border-top: none !important;
}

.woocommerce table.shop_table a{
text-decoration:none;
}

.woocommerce .woocommerce-customer-details address, .woocommerce-form.woocommerce-form-login.login{
border-radius:0 !important;
border-bottom-width:1px;
border-right-width:1px;
margin-bottom:2rem !important;
border-color:#000;
}


/* ログインinput角丸なし */
.woocommerce-form-login .input-text {
border-radius: 0 !important;
}

/* パスワード表示アイコン縦中央 */
.woocommerce-form-login .show-password-input {
top: 50% !important;
transform: translateY(-50%) !important;
position: absolute !important;
}

.woocommerce-button.button.woocommerce-form-login__submit{
border-radius: 0 !important;
border: 1px solid #000 !important;
color: #000 !important;
background: transparent !important;
box-shadow: none !important;
transition: background .5s, color .5s, border-color .5s !important;
text-decoration:none;
font-weight:normal;
}

.woocommerce-button.button.woocommerce-form-login__submit:hover {
background: #000 !important;
color: #fff !important;
}


@media (max-width: 767px) {
.woocommerce-table__product-table.product-total{
display:none;
}
}


/* PayPalセクションの枠 */
.wc-block-components-radio-control-accordion-option {
border-radius: 0 !important;
box-shadow: inset 0 0 0 1px #000 !important;
}
.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted {
border-radius: 0 !important;
box-shadow: inset 0 0 0 1px #000 !important;
}

/* Proceed to PayPalボタン */
.wc-block-components-checkout-place-order-button {
border-radius: 0 !important;
background: #000 !important;
color: #fff !important;
border: 1px solid #000 !important;
box-shadow: none !important;
transition: background .5s, color .5s, border-color .5s !important;
}

.wc-block-components-checkout-place-order-button:hover {
background: #fff !important;
color: #000 !important;
}

/* FORM */
/* Forminator フォーカスの青を消す */
.forminator-ui *:focus {
outline: none !important;
box-shadow: none !important;
}

/* SENDボタン */
.forminator-ui .forminator-button-submit {
font-size: 1.6rem !important;
border-radius: 0 !important;
border: 1px solid #000 !important;
color: #000 !important;
background: transparent !important;
transition: background .5s, color .5s, border-color .5s !important;
box-shadow: none !important;
padding: .618em 1em !important;
}
.forminator-ui#forminator-module-114 .forminator-button-submit {
display: block !important;
width: auto !important;
margin: 0 auto !important;
}
.forminator-ui .forminator-button-submit:hover {
background: #000 !important;
color: #fff !important;
}

@media (max-width: 782px) {
.forminator-ui#forminator-module-114 .forminator-button-upload {
width: auto !important;
margin-right:1.2rem;
}
}

/* MY ACCOUNT */
.woocommerce-MyAccount-navigation {
border: 1px solid #000;
padding: 1rem;
margin-bottom:2.4rem;
}
.woocommerce-MyAccount-navigation ul {
list-style: none;
padding: 0;
margin: 0;
}
.woocommerce-MyAccount-navigation ul li a {
display: block;
padding: .6rem .8rem;
text-decoration: none;
color: #000;
border-bottom: 1px solid #000;
transition: background .3s;
}
.woocommerce-MyAccount-navigation ul li:last-child a {
border-bottom: none;
}
.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li.is-active a {
background: #000;
color: #fff;
}

.woocommerce-account .woocommerce-orders-table__cell-order-actions a,
.woocommerce-account .woocommerce-Address a.edit,
.woocommerce-account a.button,
.woocommerce-account button.button {
  background: transparent !important;
  color: #000 !important;
  border: 1px solid #000 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-weight: normal !important;
  transition-duration: .5s !important;
  padding: 1.2rem;
  text-decoration: none;
  display: inline-block;
}

.woocommerce-account .woocommerce-orders-table__cell-order-actions a:hover,
.woocommerce-account .woocommerce-Address a.edit:hover,
.woocommerce-account a.button:hover,
.woocommerce-account button.button:hover {
  background: #000 !important;
  color: #fff !important;
}

/* input角丸なし */
.woocommerce-account input[type="text"],
.woocommerce-account input[type="email"],
.woocommerce-account input[type="password"] {
  border-radius: 0 !important;
}
.woocommerce-account input[type="text"],
.woocommerce-account input[type="email"],
.woocommerce-account input[type="password"],
.woocommerce-account input[type="text"]:focus,
.woocommerce-account input[type="email"]:focus,
.woocommerce-account input[type="password"]:focus {
  border-radius: 0 !important;
  outline: none !important;
  box-shadow: none !important;
}

/* パスワードアイコン上下中央揃え */
.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
  top: 50% !important;
  transform: translateY(-50%) !important;
}

/* プレオーダー*/
.pre-order-date{
display:block;
margin-bottom:2rem;
font-weight:700;
font-size:110%;
}
body.home .preoder-span-block{
text-align:center;
color:#9b003f;
}

/* VIEW CART */
.added_to_cart.wc-forward{
margin-left:1.2rem;
}
.added_to_cart.wc-forward:hover{
background:#000;
color:#fff;
padding:.42rem 1rem;
}