/* ローディング中の表示 */
#loading-spinner {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #262727;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
}

.accordion-content {
    display: none;
}

a.active {
    color: black;
    pointer-events: none;
}

.itemlist-wrap {
    margin: 0;
    line-height: 2em;
    text-align: center;
}

.itemlist-title {
    font-size: 35px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: end;
    padding: 1em 0;
}

.itemlist-serach {
    background: var(--sub2-color);
    padding: 150px 0;
}

.item-count {
    font-size: 30px;
}

input[type=checkbox] {
    display: none;
}

.stock-checkbox {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 0px 5px 30px;
    position: relative;
    width: auto;
    margin: 0 2em;
    font-size: 20px;
    min-width: 280px;
}

.stock-checkbox::before {
    background: none;
    border: 1px solid #231815;
    content: '';
    display: block;
    height: 25px;
    left: 0px;
    margin-top: -12px;
    position: absolute;
    top: 50%;
    width: 25px;
}

.stock-checkbox::after {
    border-right: 3px solid var(--sub1-color);
    border-bottom: 3px solid var(--sub1-color);
    content: '';
    display: block;
    height: 15px;
    left: 7px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 40%;
    transform: rotate(45deg);
    width: 12px;
}

input[type=checkbox]:checked+.stock-checkbox::after {
    opacity: 1;
}

.search-button-text {
    flex: 1;
    text-align: center;
}

.search-button-wrap {
    margin: 3em 0 0 0;
    height: 4em;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--main-color);
    color: #fff;
    font-size: 25px;
    cursor: pointer;
}

.search-toggle-button {
    width: 100px;
    padding: 25px;
}

.search-toggle-button img {
    width: 100%;
}

.selecter-wrap {
    margin-top: 4em;
    text-align: left;
}

.selecter-label {
    font-size: 25px;
    color: var(--sub1-color);
    text-align: justify;
}

.slider-input-wrap {
    position: relative;
    max-width: 200px;
    display: inline-block;
}

.slider-input-wrap input {
    padding: 5px 20px 5px 0;
    font-size: 30px;
    max-width: 200px;
    text-align: center;
    background: none;
    border: solid 1px #BBBBB8;
}

.yen-symbol {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 18px;
}

.stock-checkbox.selecter {
    margin: 0 0 1em 0;
}

.search-reset {
    transition: background-color 0.5s ease;
    width: 300px;
    margin: 1em auto 0 auto;
    border: solid 1px #000;
    height: 3em;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    letter-spacing: 1px;
}

.search-reset:hover {
    background: var(--sub3-color);
    color: #fff;
}

.itemlist-desc {
    margin: 200px auto;
    line-height: 2em;
}

.item-recommend {
    background: var(--sub3-color);
    padding: 200px 0;
}

.recommend-title {
    font-size: 35px;
    color: #fff;
    text-align: center;
    position: relative;
    padding-bottom: 1em;
}

.recommend-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 10%;
    height: 1px;
    background-color: #fff;
}


.recommend-item-wrap {
    margin: 5em 0 0 0;
    padding: 0 1.5em;
    color: #fff;
    letter-spacing: normal;
}

.reccomned-catch {
    margin-bottom: 1em;
}

.recommedn-image img {
    width: 100%;
}

.recommend-list {
    text-align: center;
    display: flex;
    justify-content: center;
}

.recommend-all {
    margin: 0 -1.5em;
}

.recommedn-image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    /*aspect-ratio: 1/1;*/
    /*border: solid;*/
    margin-bottom: 2em;
}

.recommend-banner-wrap {
    --bs-gutter-x: 0;
    margin-bottom: 1em;
}

.recommend-banner1 {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main-color);
    color: #fff;
    font-size: 16px;
    padding: 5px;
}

.recommend-banner2 {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(179, 179, 157);
    color: #fff;
    font-size: 16px;
    padding: 10px;
}

.recommend-stock-none {
    background-color: var(--sub1-color);
}

.recommend-detail-wrap {
    margin-bottom: 1em;
    --bs-gutter-x: 0;
}

.recommend-col-wrap {
    border-bottom: solid 1px #fff;
    padding: 15px 0px 6px 0;
}

.recommend-col-name {
    text-align: left;

}

.recommend-col-value {
    padding-left: 1.5em;
    text-align: left;
}

.recommend-col-value2 {
    text-align: left;
    line-height: 1.5em;
    min-height: 6em;
    padding-top: 10px;
}

.recommend-price-wrap {
    background-color: var(--main-color);
    padding: 10px 0;
}

.recommend-price-main {
    font-size: 25px;
    color: #fff;
}

.recommend-price-sub {
    color: #fff;
    padding: 0 0 0 10px;
}


.recommendlist-button-wrap {
    border: solid 1px #fff;
    padding: 15px;
    margin: 1em 0 0 0;
    transition: background-color 0.5s ease;
}

.recommendlist-button-a {
    max-width: 400px;
    margin: 2em auto 0 auto;
}

.recommendlist-button-more-wrap {
    border: solid 1px var(--main-color);
    padding: 25px;
    transition: background-color 0.5s ease;
    text-align: center;
}


.recommendlist-button-more-wrap span {
    position: relative;
    padding-right: 15px;
}

.recommendlist-button-more-wrap span:after {
    content: '';
    position: absolute;
    top: 0;
    right: -92px;
    transform: translateY(20%) rotate(45deg);
    border-right: 1px solid;
    border-top: 1px solid;
    width: 20px;
    padding: 0em;
    height: 20px;
}

.recommendlist-button-more-wrap span:before {
    content: '';
    position: absolute;
    top: -6px;
    right: -94px;
    border-bottom: 1px solid;
    width: 37px;
    padding: 0em;
    height: 20px;
}

.recommendlist-button,
a.recommendlist-button,
.recommendlist-button-more-wrap span {
    color: #fff;
}

.recommendlist-button-wrap:hover,
.recommendlist-button-more-wrap:hover {
    background: var(--sub2-color);
    border: solid 1px #000;
}

.recommendlist-button-wrap:hover a {
    color: #000;
}


.item-list {
    text-align: center;
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 200px;
}

.item-wrap {
    padding: 100px 1.5em 0 1.5em;
    letter-spacing: 0px;
}

.item-image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    /*aspect-ratio: 1/1;*/
    /*border: solid;*/
    margin-bottom: 1em;
}

.item-image img {
    width: 100%;
}

.item-banner-wrap {
    --bs-gutter-x: 0;
    margin-bottom: 1em;
}

.item-banner1 {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main-color);
    color: #fff;
    font-size: 16px;
    padding: 5px;
}

.item-banner2 {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(179, 179, 157);
    color: #fff;
    font-size: 16px;
    padding: 10px;
}

.item-stock-none {
    background-color: var(--sub1-color);
}

.item-detail-wrap {
    margin-bottom: 1em;
    --bs-gutter-x: 0;
}

.item-col-wrap {
    border-bottom: solid 1px var(--main-color);
    padding: 15px 0px 6px 0;
}

.item-col-name {
    text-align: left;
}

.item-col-value {
    padding-left: 1.5em;
    text-align: left;
}

.item-col-value2 {
    text-align: left;
    line-height: 1.5em;
    min-height: 6em;
    padding-top: 10px;
}

.item-price-wrap {
    text-align: center;
    background-color: var(--main-color);
    padding: 10px 0;
}

.item-price-main {
    font-size: 25px;
    color: #fff;
}

.item-price-sub {
    color: #fff;
    padding: 0 0 0 10px;
}

/* ローディング中の表示 */
#loading-spinner {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #262727;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.itemlist-button-wrap {
    text-align: center;
    border: solid 1px var(--main-color);
    padding: 15px;
    margin: 1em 0 0 0;
    transition: background-color 0.5s ease;
}

.itemlist-button-a {
    max-width: 400px;
    margin: 2em auto 0 auto;
}

.itemlist-button-more-wrap {
    border: solid 1px var(--main-color);
    padding: 25px;
    transition: background-color 0.5s ease;
    text-align: center;
}


.itemlist-button-more-wrap span {
    position: relative;
    padding-right: 15px;
}

.itemlist-button-more-wrap span:after {
    content: '';
    position: absolute;
    top: 0;
    right: -92px;
    transform: translateY(20%) rotate(45deg);
    border-right: 1px solid;
    border-top: 1px solid;
    width: 20px;
    padding: 0em;
    height: 20px;
}

.itemlist-button-more-wrap span:before {
    content: '';
    position: absolute;
    top: -6px;
    right: -94px;
    border-bottom: 1px solid;
    width: 37px;
    padding: 0em;
    height: 20px;
}

.itemlist-button,
a.itemlist-button,
.itemlist-button-more-wrap span {
    color: var(--main-color);
}

.itemlist-button-wrap:hover,
.itemlist-button-more-wrap:hover {
    background: var(--sub2-color);
}

.itemlist-pagenation {
    text-align: center;
    color: var(--main-color);
    margin: 5em auto 0 auto;
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.itemlist-pagenation a {
    color: var(--main-color);
    font-size: 22px;
}

.itemlist-pagenation a.active {
    color: var(--sub2-color);
}

.pagenation-img {
    width: 40px;
}

.pagenation-img-cap {
    margin-top: 1em;
}

.item-prev {
    margin: 0 5em 0 0;
}

.item-next {
    margin: 0 0 0 5em;
}

.pagenation-wrap {
    width: 200px;
}

.footer-box.itemlist-footer-box {
    background: var(--sub2-color);
    color: var(--main-color);
}

.footer-desc-inner {
    margin-bottom: 2em;
}

.itemlist-about-button-wrap {
    border: solid 1px var(--main-color);
    padding: 15px;
    margin: 1em auto 0 auto;
    transition: background-color 0.5s ease;
    width: 400px;
    text-align: center;
}

.itemlist-about-button-wrap a {
    transition: color 0.5s ease;
}

.itemlist-about-button,
a.itemlist-about-button {
    color: var(--main-color);
    width: 400px;
    margin: 0 auto;
}

.itemlist-about-button-wrap:hover {
    background: var(--main-color);
}

.footer-inner {
    margin-top: 200px;
}

a.itemlist-about-button:hover {
    color: #fff;
}


.tablet-display {
    display: none;
}

.item-desc,
.ship-desc,
.shipment-note {
    text-align: justify;
}

.offer-price {
    font-size: 25px;
}

.price-strikethrough {
    position: relative;
    display: inline-block;
}

.price-strikethrough:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    /* 取り消し線の太さ */
    background-color: rgb(179, 179, 157);
    transform: rotate(-20deg);
}

.offer-price-arrow {
    width: 32px;
}


@media screen and (max-width: 479px) {

    /* スマートフォン向けのスタイル */
    .itemlist-title {
        font-size: 24px;
        height: 4.5em;
        padding: 0 20px 30px 20px;
    }

    .itemlist-wrap {
        margin: 0;
        line-height: unset;
    }

    .itemlist-serach {
        padding: 50px 0;
    }

    .item-count {
        font-size: 24px;
    }

    .stock-checkbox {
        margin: 0;
        font-size: 16px;
    }

    .search-button-wrap {
        margin: 1em 0 0 0;
        font-size: 20px;
        height: 3em;
    }

    .search-toggle-button {
        width: 60px;
        padding: 17px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .selecter-wrap {
        margin-top: 2em;
    }

    .selecter-label {
        text-align: center;
        font-size: 18px;
        margin-bottom: 1em;
    }

    .search-slider-wrap {
        margin: 0 0 1em 0;
    }

    .slider-input-wrap input {
        max-width: 125px;
        font-size: 18px;
    }

    .yen-symbol {
        font-size: 14px;
    }

    .stock-checkbox {
        min-width: 49%;
        padding: 7px 0px 7px 30px;
    }

    .stock-checkbox.stock {
        width: 200px;
        padding: 0 0 0 30px;
        margin: 0.5em 0 1em 0;
    }

    .stock-checkbox.selecter {
        margin: 0;
    }

    .stock-checkbox-wrap {
        margin: 0.5em 0 1em 0;
    }

    .selecter-wrap.resset-button {
        margin-top: 50px;
    }

    .search-reset {
        margin: 0;
    }

    .itemlist-desc {
        margin: 70px auto;
    }

    .item-recommend {
        padding: 70px 0;
    }

    .recommend-title {
        font-size: 24px;
    }

    .recommend-item-wrap {
        margin: 50px 0 0 0;
    }

    .recommend-title::after {
        width: 20%;
    }

    .item-list {
        margin-top: 20px;
    }

    .item-wrap {
        padding: 50px 1.5em 0 1.5em;
    }

    .pagenation-wrap {
        width: 60px;
    }

    .item-next {
        margin: 0 0 0 1em;
    }

    .item-prev {
        margin: 0 1em 0 0;
    }

    .pagenation-img-cap {
        margin-top: 1em;
        font-size: 16px;
        width: 50px;
    }

    .pagenation-img {
        width: 30px;
    }

    .itemlist-pagenation a {
        font-size: 20px;
    }

    .footer-inner {
        margin-top: 70px;
    }

    .about-desc-inner {
        margin: 2em 0 3em 0;
    }

    .itemlist-about-button-wrap {
        letter-spacing: normal;
        padding: 15px 5px;
        margin-top: 50px;
    }

    .about-img {
        padding: 0;
        display: block;
        text-align: center;
    }

    .about-sc-img-order {
        flex-grow: 1;
        flex-shrink: 0;
        flex-basis: 0;
        max-width: 80%;
        margin: 0 auto;
    }

    .about-sc-img-desc {
        font-size: 16px;
        padding-top: 20px;
    }

    .itemlist-about-button,
    a.itemlist-about-button {
        width: 100%;
    }

    .itemlist-about-button-wrap {
        width: 100%;
    }

    .tablet-display {
        display: none !important;
    }

    .tablet-none {
        display: flex !important;
    }
}

@media screen and (max-width: 768px) {

    /* タブレット向けのスタイル */
    .itemlist-serach {
        padding: 50px 0;
    }

    .stock-checkbox {
        margin: 0;
    }

    .itemlist-desc {
        margin: 50px auto;
    }

    .item-recommend {
        padding: 70px 0;
    }

    .recommend-item-wrap {
        margin: 2em 0 0 0;
    }

    .item-list {
        margin-top: 70px;
    }

    .footer-inner {
        margin-top: 70px;
    }

    .itemlist-title {
        padding: 1em 1em;
    }

    .recommedn-image img,
    .item-image img {
        width: 95%;
    }

    .tablet-display {
        display: block;
    }

    .tablet-none {
        display: none;
    }

    .item-banner-wrap {
        margin: 2em 0;
    }

    .item-banner1 {
        line-height: 1.2em;
    }

    .tablet-img-wrap {
        display: flex;
        align-items: center;
    }

    .item-desc-sub2 {
        text-align: center;
        padding: 0 0 0 2em;
    }

}

@media screen and (max-width: 1180px) {

    /* iPad Air Only */
    .stock-checkbox.selecter {
        width: 49%;
    }

    .tablet-img-wrap {
        display: flex;
        align-items: center;
    }

    .item-desc-sub2 {
        text-align: center;
        padding: 0 0 0 2em;
    }

    .select-input {
        text-align: left;
    }

    .stock-checkbox {
        margin: 0;
    }

    .sort-width {
        padding-right: 10%;
    }

    .itemlist-serach {
        padding: 70px 0;
        text-align: left;
    }

    .item-image {
        margin-bottom: 3em;
    }

    .tablet-display {
        display: block;
    }

    .tablet-none {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 992px) {

    .recommedn-image img,
    .item-image img {
        width: 60%;
    }
}

@media (min-width: 992px) and (max-width: 1180px) {
    .material-img img {
        padding: 2.5em 2em !important;
    }

    .material-desc {
        padding: 2em 0 !important;
    }

    .ship-desc {
        padding: 4em 0;
    }

    .security-img img {
        padding: 0 1em !important;
    }

    .recommedn-image img,
    .item-image img {
        width: 100%;
    }

}

/* lightbox2 */
.lb-nav a.lb-prev {
    opacity: 1 !important;
}

.lb-nav a.lb-next {
    opacity: 1 !important;
}