@charset "UTF-8";


input[type=radio],
input[type=checkbox] {
    display:block;
}


button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}


.cart.btn {
  display: inline-block;
  font-weight: 400;
  color: #001737;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.875rem 1.5rem;
  font-size: 0.875rem;
  line-height: 1;
  border-radius: 0.1875rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

button:hover,
button:focus{
  color:#262626;
  border:1px solid #262626;
  background:#FFF;
}

.cart.btn,
.cart.btn-group.open .dropdown-toggle,
.cart.btn:active,
.cart.btn:focus,
.cart.btn:hover,
.cart.btn:visited,
a,
a:active,
a:checked,
a:focus,
a:hover,
a:visited,
body,
button,
button:active,
button:hover,
button:visited,
div,
input,
input:active,
input:focus,
input:hover,
input:visited,
select,
select:active,
select:focus,
select:visited,
textarea,
textarea:active,
textarea:focus,
textarea:hover,
textarea:visited {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.cart.btn.active.focus,
.cart.btn.active:focus,
.cart.btn.focus,
.cart.btn:active.focus,
.cart.btn:active:focus,
.cart.btn:focus,
button,
button:active,
button:checked,
button:focus,
button:hover,
button:visited {
  outline: 0;
  outline-offset: 0;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: 0;
  outline-offset: 0;
}

.dropdown-menu > li > a:active,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:visited {
  outline: 0;
}

/* a:focus, */
input:focus {
  border-color: transparent;
  border-radius: 0;
  border-width: 1px;
  border-color: #bebebe;
  border-style: solid;
  outline: none;
}


@media (prefers-reduced-motion: reduce) {
  .cart.btn {
    transition: none;
  }
}

.cart.btn:hover {
  color: #000000;
  background-color: #fff;
  text-decoration: none;
}

.cart.btn:focus, .cart.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.cart.btn.disabled, .cart.btn:disabled {
  opacity: 0.65;
}

.lower.cart  section {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.product-wrapper > div {
    width: 100%;
    border: 1px #000 solid;
    padding: clamp(0.5rem, 1.3vw, 2rem);
    display: flex;
    margin-bottom: 2rem;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 2px;
}

.product-wrapper .data {padding-left: clamp(0.5rem, 1.2vw, 1.5rem);width: calc(100% - 240px);}

.product-wrapper .thumb-cart {
    width: 200px;
    height:200px;
    max-width: 200px;
}

.product-wrapper .thumb-cart img {
    margin: 0 auto;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: contain;';
    display: initial;
}


.unitprice {
    text-align: right!important;
    position: relative;
    font-size: clamp(0.75rem, 1vw, 1.25rem);
    font-weight: 600;
    text-align: right;
    position: relative;
}



.product-wrapper .productname {
    font-weight: 500;
    font-size: clamp(0.75rem, 1.3vw, 1.25rem);
}


.product-wrapper:before {
    content:none;
}

.name-maker {
    font-size: clamp(0.5rem, 0.9vw, 1rem);
}

.action input {
    border-radius: 0;
    background-color: #262626;
    color: #FFF;
    border: none;
    padding: 4px 40px;
    border-radius: 0.1rem;
}

.price-area {
    display:flex;
    padding-top: 1rem;
    align-items: center;
}

.price-area .unitprice {
    padding-right: clamp(0.5rem, 1.3vw, 2rem);
}

.stock {
    padding-left: clamp(0.2rem, 1vw, 1.5rem);
    font-size: clamp(0.5rem, 1vw, 1rem);
}

.action {
    display:flex;
    flex-direction: column;
    align-items: center;
    height: 76px;
    justify-content: space-between;
    position: absolute;
    right: clamp(2.5rem, 2vw, 30px);
    line-height: 1.5;
}

.action .btn-later {
    border-color: #bebebe;
    font-size: 0.8rem;
    padding: 0.2rem;
    border-radius: 0.1rem;
    width: auto;
    line-height: 1.5;
    margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
    .action .btn-later {
        font-size: 0.4rem;
        margin-bottom: 0;
    }
}

.action .btn-later span {
    display:block;
}


.lower.cart section:before {
    content:none;
    position:relative;
    height: 0px !important;
}

.cart.btn-next {
    background: #000;
    color: #FFF;
    padding: 0.8rem 4.5rem;
    border-radius: 1px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin-bottom: 1rem;
    font-size: clamp(0.875rem, 1.3vw, 1rem);
    border: 1px solid #000;
    text-align:center;
}

.btn-modify {
    color: #262626;
    border:1px solid #262626;
    padding: 0.75rem 3rem;
    border-radius: 1px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin-bottom: 1rem;
    font-size: clamp(0.875rem, 1.3vw, 1rem);
    border:0;
    text-align:center;
    background:#eaeaea;
    border: 1px solid #eaeaea;
}

.btn-next.btn-back {
    background: #FFF;
    color:#262626;
    border:1px solid #262626;
}

.total {
    font-size: clamp(1.125rem, 1.5vw, 1.5rem);
    font-weight: 700;
    font-family: 'Shippori Mincho B1', serif;
    text-align: right;
    position: relative;
}

.total span {
    font-size: clamp(0.875rem, 1vw, 1rem);
    font-weight: 500;
}

.total span.tax {
    font-size: 0.7em;
    font-weight: normal;
    text-decoration: none;
    font-style: normal;
    color: inherit;
    letter-spacing: 0em;
    white-space: nowrap;
}
.total span.total-prod-price {
    font-size: clamp(1.125rem, 1.5vw, 1.5rem) !important;
    font-weight: 700;
    font-family: 'Shippori Mincho B1', serif;
}

.send {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 8px;
    margin-top: 1.5rem;
}


.ship-fee{
    font-size: clamp(0.75rem, 0.8vw, 0.75rem)!important;
    display:block;
}

/*
.total:before {
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    content: "";
    top: -1.5rem;
    left: 0;
}
*/

.cart.form-group {
    position: relative;
    margin-bottom: 2rem;
    font-size: 1rem;
}


.form-group.family-name, .form-group.personal-name, .form-group.family-name-kana, .form-group.personal-name-kana {
    display: inline-block;
}

.card-data .form-control {
    border: 1px solid #bfbfbf;
    font-weight: 400;
    border-radius: 5px;
    font-size: 1rem;
    height: auto;
    display: block;
    padding: 0.875rem 1.375rem;
    min-height: 1rem;
}

.form-group label {
    font-weight: 400;
    padding: 0;
    color: #000;
    font-size: 1rem;
    background-color: #ffffff;
    border: none;
    position: relative;
}

.form-group.family-name label, .form-group.personal-name label, .form-group.family-name-kana label, .form-group.personal-name-kana label {
    font-weight: 400;
}

.form-control, .parent, .children, .select2-container--default .select2-selection--single, .select2-container--default .select2-selection--single .select2-search__field, .typeahead, .tt-query, .tt-hint, .select-time, .select-installments, .select-goodthru {
    border: 1px solid #bfbfbf;
    font-weight: 400;
    border-radius: 5px;
    font-size: 1rem;
    height: auto;
    display: block;
    padding: 0.875rem 1.375rem;
    min-height: 1rem;
}
.cart-form-control {
    border: 1px solid #bfbfbf !important;
    font-weight: 400 !important;
    border-radius: 5px !important;
    font-size: 1rem !important;
    height: auto !important;
    display: block !important;
    padding: 0.875rem 1.375rem !important;
    min-height: 1rem !important;
    line-height: 1.5 !important;
}
.form-control.is-invalid {
    border: 1px solid #dc3545 !important;
}
.border-color-error {
    border: 1px solid #dc3545 !important;
}

 .select-time, .select-installments, .select-goodthru {
     padding: 0.5rem 1.375rem;
     display: inline;
 }

.form-control#tel {
    width: 280px;
    /* display: inline-block; */
}
.cart-form-control#tel {
    width: 280px;
    /* display: inline-block; */
}

#address1.form-control, #address2.form-control, #post-code {
    max-width: auto;
    margin-bottom: 1rem;
    padding: 0.625rem 1rem;
}
#address1.cart-form-control, #address2.cart-form-control, #postcode {
    max-width: auto;
    margin-bottom: 1rem;
    padding: 0.625rem 1rem;
}

#email, #textPassword {
     margin-bottom: 1rem;
 }
#email_register, #email2, #textPassword2, #textPassword3, #address3 {
     width: 100%;
 }

h4, .h4 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    position: relative;
}



h4.required:after {
        content: "必須";
    font-size: 0.875rem;
    top: -0.2rem;
    right: -3.2rem;
    font-weight: 500;
    padding: 0.1rem 0.5rem;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(219, 219, 219);
    border-image: initial;
    position: relative;
    top: 0;
    right: -0.5rem;
    padding: 0.2rem 0.5rem;
}
.form-group.password {
  position:relative;
}


.note2 {
    font-size:0.75rem;
    color:#666;
}

.lower.cart h3 {
    text-align:center;
    padding:8px;
    background: #a2a2a2;
    color:#FFF;
    font-weight:100;
    width: 100%;
}

.add {
    padding:2rem 0;
    display:flex;
    align-items: center;
    position:relative;
    flex-wrap: wrap;
}

.payment {
    display:flex;
    align-items: center;
    position:relative;
    flex-wrap: wrap;
}

.payment .form-check-input {
    margin-top: 0;
}

.add:before {
    position:absolute;
content:"";
    width:100%;
    height:1px;
    background:#666;
    left:0;
    bottom:0;
}

.add.other-add {
    padding-bottom:0;
}

.add.other-add:before {
content:none;
}

.add .customer-data {
    width:100%;
    padding: 2rem 0 2rem 2rem;
}


.add h4, .payment h4 {
    background:#EEE !important;
    padding:0.4rem !important;
    font-size:1rem !important;
    font-weight:500 !important;
    width: 100% !important;
    margin-bottom: 0 !important;
}

.payment h4 {
    background:#FFF !important;
}

.logo-creditcard img {
    height: 45px;
}

.add h5 {
    font-size:1rem;
    font-weight:500;
    position:relative;
    margin-bottom:2.5rem
}

.add h5:before {
        width: 100%;
    height: 1px;
    background: #262626;
    position: absolute;
    content: "";
    bottom: -0.8rem;
    left: 0;
}

.add h6 {
    margin-top: 0.5rem;
}

.add > div.check {
    width:2rem;
}


.add > div.ship-address, .payment-data {
    width:calc(100% - 2rem);
}


.add > div {
    width: auto;
}

.ship-day {
    width: 100%!important;
    margin-bottom: 0;
}

.wrap-detail {
    padding:1rem;
    border:1px solid #ccc;
    margin: 0.5rem 0 2rem;
    width: 100%;
}

.wrap-detail a {
    font-size:0.875rem;
    text-decoration:underline;
}

.card-data {
    padding-left:2rem;
}

.card-data span {
    font-size:0.875rem;
}


.card-chord {
    width:200px !important;
}

.sony-error {
    background-color: #e2401c;
    border-left: 10px rgba(0, 0, 0, 0.15);
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
}

.sony-error svg {
    font-size: 20px;
}
.paypal-error {
    background-color: #e2401c;
    border-left: 10px rgba(0, 0, 0, 0.15);
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
}

.paypal-error svg {
    font-size: 20px;
}

.action .qty {
    display:flex;
    height: 100%;
    align-items: center;
    font-size:1rem;
}

.action .qty .number {
    padding: 0 1rem;
    font-size:1.125rem;
}

.confirm-data .send-data {

}

.confirm-data .send-data h3 {
    margin-bottom:0;
}

.confirm-data .send-data table {
    margin-bottom: 1rem;
    margin-top: 0.3rem;
}


.confirm-data .send-data table th,
.confirm-data .send-data table td {
    border:0;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color:  rgba(0,0,0,0) !important;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: rgba(0,0,0,.05) !important;
}

.thanks p {
    font-size:1rem;
}

.thanks .order-number {
    text-align:center;
    padding:3rem;
    margin:2rem 0;
    font-size:1.125rem;
    letter-spacing:0.2rem;
    border: 1px solid #cccccc;
    display:inline-block;
    position:relative;
    left:50%;
    transform: translateX(-50%);
}
.del-cart-item {
    background-color: #262626;
    color: #FFF !important;
    border: none;
    padding: 4px 40px;
    border-radius: 0.1rem;
    cursor: pointer;
}
.item-num__res {
    font-size: 12px;
}
.stock-display {
    display: block;
}
.stock-hidden {
    display: none;
}
.row-large {
    display: flex !important;
}
.row-small {
    display: none !important;
}
@media screen and (max-width: 991px) {
    .product-wrapper .thumb-cart {
    width: 120px;
    height:120px;
    max-width: 120px;
}
}

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

.product-wrapper .data {
    letter-spacing:0;
}

.product-wrapper .thumb-cart {
    width: 85px;
    height:85px;
    max-width: 85px;
}
.p-region {
    width: 246px;
}

.stock span {
        display:block;
        line-height:1
    }

    .qty-text {
        max-width: 50px;
        line-height:1.4;
        font-size:0.75rem
    }

    .product-wrapper .data {
    width: calc(100% - 160px);
}

@media screen and (max-width: 480px) {
    .del-cart-item {
        padding: 4px 15px;
    }
    .action {
        right: clamp(1.5rem, 2vw, 30px);
    }
    .item-num__res {
        font-size: 11px !important;
    }
    .stock-display {
        display: none;
    }
    .stock-hidden {
        display: block;
    }
    .stock-hidden {
        font-size: 10px;
    }
    .qty-text__res {
        font-size: 12px !important;
    }
    .row-large .form-group {
        width: 100%;
    }
    /* .row-large {
        display: none !important;
    }
    .row-small {
        display: flex !important;
    } */
    .p-region {
        width: 100%;
    }
}
.action input {
    padding: 2px 15px;
}

    .btn-next {
        width:100%
}


    .confirm-data .send-data table th,
.confirm-data .send-data table td {
    display:block;
}

        .confirm-data .send-data table th {
            padding:0.5rem 0.75rem 0;
        }
    .confirm-data .send-data table td {
            padding:0.5rem 0.75rem 0.5rem
        }

}


#buttonEye,
#buttonEye2,
#buttonEye3 {
  position:absolute;
  right: 1rem;
  font-size: 16px;
}

#buttonEye {
  top: 3.5rem;
}
#buttonEye2 {
  top: 3.5rem;
}

#buttonEye3 {
  top: 11.5rem;
}

.eye,
.eye2,
.eye3 {
  position: absolute;
  right: 1rem;
  bottom: 2.5rem!important;
}

.eye2 {
  bottom: 8.2rem!important;
}

.eye3 {
  bottom: 2.5rem!important;
}

.eye:before,
.eye2:before,
.eye3:before {
  position: absolute;
  top: 0;
  right: 0;
  content: '\f070';
  font-size: 16px;
  font-family: fontAwesome;
}
#email_register,
#email2,
#password_register,
#textPassword2,
#textPassword3 {
    -webkit-autocomplete: off;
    -moz-autocomplete: off;
    autocomplete: off;
}
input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}