h1, .h1 {
    font-size:1.5rem; font-weight: bold;
margin-bottom: 40px;
font-weight: 700;
}
h2, .h2 {
    font-size:1.4rem; font-weight: bold;
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: 700;
}
h3, .h3 {
    font-size:1.25rem; font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 700;
}
h4, .h4 {
    font-size:1.2rem; font-weight: bold;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: 700;
}
h5, .h5 {
    font-size:1.2rem; font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 700;
}
h6, .h6 {
    font-size:1rem; font-weight: bold;
    margin-top: 5px;
font-weight: 700;
    margin-bottom: 5px;
}
.small2 {
font-size: 0.8em;
line-height: 1em;
padding-bottom: .5em;
}
img {
    max-width:100%;
    height:auto;
}
.brandlist a img {
display: block;
position: relative;
width: 100%;
height: auto;
}
.bg-white {
    background-color: #fff;
}
.bg-container {
    padding: 0 15px;
    max-width: 752px;
    margin:  0px auto 0px auto;
}
.bg-container:first-child {
    margin:  15px auto 0px auto;
}

.text-red-500 {
	border-radius: 0.25em;
    color: #fff;
    display: inline;
    font-size: 0.6em;
    font-weight: 700;
    line-height: 1;
    padding: 0.2em 0.6em 0.3em;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
	margin-bottom: 3px;
	margin-right: 3px;
	background-color: #d9534f;
}
    .explain1 .bigTitle, .explain1 .mediumTitle {
        margin-bottom: 10px;
        font-size: 16px;
        line-height:1.6em;
    }

    .explain1 .smallTitle {
        margin-bottom: 10px;
        font-size: 12px;
        font-weight: 400;
        line-height:1.6em
    }

    .explain1 .dottedLine {
        border: 0;
        border-bottom:1px dashed #000000
    }

    .explain1 .boldLine {
        border: 0;
        border-bottom:2px solid #000000
    }

    .explain1 .boldDottedLine {
        border: 0;
        border-bottom:2px dashed #000000
    }

    .cart-button {
        float: right;
        width: 250px;
        height: 50px;
        padding-right: 35px;
        font-size: 14px;
        font-weight: 700;
        line-height: 2;
        color: #fff;
        cursor: pointer;
        background-color: #f29600;
        border: none;
        border-radius: 4px;
    }

.product-theme__headline {
    font-size: 26px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 15px;
}
@media (min-width: 965px) {
    .bg-container {
        padding: 0;

    }

    h1 {
        margin-bottom: 0;

        font-weight: 700;
        line-height:1.3em
    }

    h2 {
        margin: 0 0 5px;

        font-weight: 700;
        line-height:1.3em
    }

    h3 {
        margin-bottom: 5px;

        font-weight: 700;
        line-height:1.3em
    }

    h4 {
        margin: 0;

        font-weight: 700;

    }

    h5 {
        padding: 0 5px 0 0;
        margin: 5px 5px 0;

        font-weight:700
    }

    h6 {
        font-weight:700
    }
}

.top-page { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px 16px; padding: 0px 16px; }
@media (min-width: 965px) {
  .top-page { grid-template-columns: repeat(4, 1fr); gap: 32px 24px; padding: 0px; }
  .top-page-1 { display: grid;grid-template-columns: repeat(1, 1fr); gap: 32px 24px; padding: 0px; }
  .top-page-2 { display: grid;grid-template-columns: 1fr 1fr; gap: 32px 24px; padding: 0px; }
  .top-page-4 { display: grid;grid-template-columns: 1fr 1fr 1fr 1fr; gap: 32px 24px; padding: 0px; }
}
.top-page .article-tile {
    font-family: "Noto Serif", serif; background: rgb(255, 255, 255); border-radius: 4px; }
.top-page .article-tile .main-image { width: 100%; height: auto; }
.top-page .small-tile { grid-column-start: span 1; grid-column-end: auto; }
.top-page .small-tile img{
    aspect-ratio: 1/1;
    object-fit: cover;
 }

.top-page .big-tile { grid-column-start: span 2; grid-column-end: auto; margin: 0px -16px; }
@media (min-width: 965px) {
  .top-page .big-tile { margin: 0px; }
}
.top-page .xl-tile { grid-column-start: span 2; grid-column-end: auto; margin: 0px -16px; }
@media (min-width: 965px) {
  .top-page .xl-tile { grid-column-start: span 4; grid-column-end: auto; margin: 0px; }
}
.top-page .inter-section { grid-column-start: span 2; grid-column-end: auto; margin: 0px -16px; }
@media (min-width: 965px) {
  .top-page .inter-section { grid-column-start: span 4; grid-column-end: auto; margin: 8px 0px; }
}



.article-card {
    background-color:unset
}

.article-card .article-card__link {
    text-decoration: none;
    opacity:1
}

.article-card .article-card__link .article-card__thumbnail {
    transition:opacity .2s linear
}

.article-card .article-card__link .article-card__thumbnail:hover {
    opacity:.8
}

.article-card .article-card__link .title:hover {
    text-decoration:underline
}

@media (max-width: 965px) {
    .article-card.xl-tile {
        float: none;
        width:unset
    }
}

@media (max-width: 965px) {
    .article-card.big-tile {
        float: none;
        width:unset
    }
}

@media (max-width: 965px) {
    .article-card.small-tile .article-card__content {
        padding:10px 0 0
    }
}

.article-card__new-icon-wrapper {
    position:relative
}

.article-card__new-icon {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 48px;
    height: 48px;
    background-color: #fff100;
    clip-path:polygon(-1px -1px, 49px -1px, -1px 49px)
}

.article-card__new-icon:after {
    position: absolute;
    top: 7px;
    left: 5px;
    overflow: hidden;
    font-size: 9px;
    font-weight: 700;
    line-height: 16px;
    color: #444;
    text-indent: 0;
    content: "NEW";
    transform: rotate(-45deg);
    transform-origin:center
}

.article-card__thumbnail {
    width: 100%;
    height:auto
}

.article-card__content {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2em;
    padding: 10px 0 0;

    color:#444
}

@media (min-width: 965px) {
    .article-card__content {
        font-size: 16px;
        line-height:25.6px
    }
}

@media (max-width: 965px) {
    .article-card__content {
        padding:16px 16px 0
    }
}

.article-card__content .title-row {

}

.article-card__content .title-row .title-icon {
    float: left;
    width: 16px;
    height: auto;
    margin-top: 1px;
    margin-right: 6px;
    transform:translateY(.1em)
}

@media (min-width: 965px) {
    .article-card__content .title-row .title-icon {
        width: 18px;
        margin-right:8px
    }
}

.article-card__content .title-row .title {
    margin:0 0 8px 0;
}

.article-card__content .title-row h3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 22.4px;
    margin-bottom: 8px;
    font-weight:700
}

@media (min-width: 965px) {
    .article-card__content .title-row h3 {
        font-size: 16px;
        line-height:1.2em;
    }
}

@media (min-width: 965px) {
    .article-card__content .title-row h3 {
        font-size:15px
    }
}

.article-card__content .article-card__description {
    font-size: 14px;
    font-weight: 400;
    line-height:1.3em;
    font-family: "Noto Serif", serif;
    color: #666;
}

.article-card__content .sponsored-label {
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 18px;
    background: transparent;
    border-color: #e0e0e0;
    border-style: solid;
    border-width: 1px;
    border-radius: 9px;
    line-height: 18px;
    display: inline-block;
    margin-top: 16px;
    color: #888;
    text-align:center
}

.article-card__content .sponsored-label-text {
    font-size: 10px;
    font-weight: 400;
    line-height: 157.5%;
    color: #e0e0e0;
    letter-spacing:1px
}

.latest-articles {
    padding: 24px 16px;
    background-color:#f2f7f9
}

@media (min-width: 965px) {
    .latest-articles {
        padding:32px 24px
    }
}

.latest-articles__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom:24px
}

.latest-articles__headline {
    font-size: 14px;
    font-weight: 700;
    line-height: 22.4px;
    color: #444;
    border:none
}

@media (min-width: 965px) {
    .latest-articles__headline {
        font-size: 16px;
        line-height:25.6px
    }
}

@media (min-width: 965px) {
    .latest-articles__headline {
        font-size: 18px;
        font-weight: 700;
        line-height:28.8px
    }
}

@media (min-width: 965px) and(min-width: 965px) {
    .latest-articles__headline {
        font-size: 20px;
        line-height:32px
    }
}

.latest-articles h4.latest-articles__headline {
    line-height:16px
}

.latest-articles__view-all {
    font-size: 13px;
    font-weight: 400;
    line-height: 20.8px;
    color:#444
}

@media (min-width: 965px) {
    .latest-articles__view-all {
        font-size: 13px;
        line-height:24px
    }
}

@media (min-width: 965px) {
    .latest-articles__list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap:24px
    }
}

.latest-articles__item {
    display: flex;
    min-height: 87px;
    margin: 24px 0;
    text-decoration: none;
    opacity: 1;
    transition:opacity .2s linear
}

.latest-articles__item:hover, .latest-articles__item:active {
    text-decoration:underline
}

.latest-articles__item:hover {
    opacity:.8
}

@media (min-width: 965px) {
    .latest-articles__item {
        margin:0
    }
}

.latest-articles__item:last-child {
    margin-bottom:0
}

.latest-articles__item img.latest-articles__item-image {
    width: 87px;
    height: 87px;
    margin-right:16px;
    object-fit: cover;
}

.latest-articles__item-content {
    position: relative;
    display: flex;
    flex: 1;
    flex-direction:column
}

.latest-articles__item-title {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.1em;
    margin-bottom: 15px;
    font-family: "Noto Serif", serif;
    color:#444
}


.latest-articles__item-description {
    color: #444;
    text-decoration: none;
    font-size: 0.8em;
    line-height: 1.2em;
    margin-bottom: 5px;
    font-family: "Noto Serif", serif;
}
@media (min-width: 965px) {
    .latest-articles__item-title {
        font-size: 15px;
        line-height: 1.2em;
        text-wrap: pretty;
    }
}

.latest-articles__item-date {
    font-size: 10px;
    font-weight: 400;
    line-height: 1.1em;
    color:#888
}

@media (min-width: 965px) {
    .latest-articles__item-date {
        font-size:11px
    }
}

.latest-articles__item span.latest-articles__item-date {
    line-height:9px
}

.latest-articles__item-sponsored {
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 18px;
    background: transparent;
    border-color: #e0e0e0;
    border-style: solid;
    border-width: 1px;
    border-radius: 9px;
    line-height: 18px;
    position: absolute;
    right: 0;
    bottom: 0;
    color:#888
}

.latest-articles__item-sponsored-text {
    font-size: 10px;
    font-weight: 400;
    line-height: 157.5%;
    color: #e0e0e0;
    letter-spacing:1px
}

.latest-articles-footer {
    padding: 0 16px;
    margin: 64px auto 0;
    background-color: #fff;
    border-radius:4px
}

.latest-articles-footer.is-mobile-app {
    padding-bottom:calc(92px + env(safe-area-inset-bottom))
}

@media (min-width: 965px) {
    .latest-articles-footer {
        width: 100%;
        padding: 0;
        margin:80px auto 0
    }
}

.latest-articles-footer .main_cntr_cntnt_outer {
    display: block;
    width: 100%;
    padding-bottom: 16px;
    color: inherit;
    text-decoration:none
}

.latest-articles-footer .main_cntr_cntnt_outer .footer_cntr_cntnt_inner {
    margin:0 auto
}

.latest-articles-footer .main_cntr_cntnt_outer .footer_cntr_cntnt_inner .footer_post {
    text-decoration: none;
    opacity: 1;
    display:flex
}

.latest-articles-footer .main_cntr_cntnt_outer .footer_cntr_cntnt_inner .footer_post .footer_post_image {
    transition:opacity .2s linear
}

.latest-articles-footer .main_cntr_cntnt_outer .footer_cntr_cntnt_inner .footer_post .footer_post_image:hover {
    opacity:.8
}

.latest-articles-footer .main_cntr_cntnt_outer .footer_cntr_cntnt_inner .footer_post .articles-list__item-title-footer:hover {
    text-decoration:underline
}

.latest-articles-footer .main_cntr_cntnt_outer .footer_cntr_cntnt_inner .footer_post .footer_post_image {
    width: 87px;
    margin-right:16px
}

@media (min-width: 965px) {
    .latest-articles-footer .main_cntr_cntnt_outer .footer_cntr_cntnt_inner .footer_post .footer_post_image {
        width: 120px;
        margin-right:24px
    }
}

.latest-articles-footer .main_cntr_cntnt_outer .footer_cntr_cntnt_inner .footer_post .footer_post_image img {
    display: block;
    width: 87px;
    max-width: 87px;
    height:auto
}

@media (min-width: 965px) {
    .latest-articles-footer .main_cntr_cntnt_outer .footer_cntr_cntnt_inner .footer_post .footer_post_image img {
        width: 120px;
        max-width:120px
    }
}

.latest-articles-footer .main_cntr_cntnt_outer:first-of-type {
    margin-top:16px
}

@media (min-width: 965px) {
    .latest-articles-footer .main_cntr_cntnt_outer:first-of-type {
        margin-top:24px
    }
}

.latest-articles-footer .more-link-container {
    display: flex;
    justify-content: flex-end;
    max-width: 358px;
    margin:16px auto 0
}

@media (min-width: 965px) {
    .latest-articles-footer .more-link-container {
        width: 550px;
        max-width: none;
        margin-top:24px
    }
}

.latest-articles-footer .more-link-container .pagination-container__item {
    width:110px
}

@media (min-width: 965px) {
    .latest-articles-footer .more-link-container .pagination-container__item {
        width:200px
    }
}

.latest-articles-footer .more-link-container .pagination-container__button {
    display: flex;
    align-items: center;
    justify-content:center
}

h4.note-articles-index-headline {
    margin: 0 auto;
    color: #444;
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    line-height:28.8px
}

@media (min-width: 965px) {
    h4.note-articles-index-headline {
        width:550px
    }
}

@media (min-width: 965px) {
    h4.note-articles-index-headline {
        font-size: 20px;
        line-height:32px
    }
}
.product-thumbnail {
    display: flex;
    flex-direction: column;
    grid-column: span 1;
    gap: 0;
    width: 100%;
    height: 100%;
    background-color:#fff
}

@supports (grid-template-rows: subgrid) {
    .product-thumbnail {
        display: grid;
        grid-template-rows: subgrid;
        grid-row:span 3
    }
}

.product-thumbnail__image-container {
    position: relative;
    width:100%
}

.product-thumbnail__image-link {
    text-decoration: none;
    opacity: 1;
    transition: opacity .2s linear;
    display:block
}

.product-thumbnail__image-link:hover {
    opacity:.8
}

.product-thumbnail__image {
    display: block;
    width: 100%;
    object-fit:cover
}

.product-thumbnail__name {
    font-size: 14px;
    font-weight: 400;
    line-height: 22.4px;
    min-width: 0;
    margin: 8px 0;
    font: -apple-system-subheadline;
    font-family: "Noto Serif", serif;
}
.js-product-search-submit i {
    font-size: 0.7em;
}
@media (min-width: 965px) {
    .product-thumbnail__name {
        font-size: 15px;
        line-height:25.6px
    }
}

@media (min-width: 965px) {
    .product-thumbnail__name {
        margin:16px 0 8px
    }
}

.product-thumbnail__name-link {
    text-decoration: none;
    opacity: 1;
    transition: opacity .2s linear;
    min-width: 0;
    overflow-wrap:break-word
}

.product-thumbnail__name-link:hover {
    opacity:.8
}

.product-thumbnail__price-value {
    font-size: 18px;
    font-weight: 700;
    line-height: 28.8px;
    margin:8px 0
}

.product-thumbnail__price-value .product-thumbnail__price-yen {
    font-size: 11px;
    font-weight: 400;
    line-height: 17.6px;
    margin-left: 2px;
    color:#888
}

@media (min-width: 965px) {
    .product-thumbnail__price-value .product-thumbnail__price-yen {
        font-size: 13px;
        line-height:20.8px
    }
}

.product-thumbnail__label {
    margin:8px 0
}

.product-thumbnail__label--low-stock {
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 18px;
    background: #fee7e7;
    border-radius:9px
}

.product-thumbnail__label--low-stock-text {
    font-size: 10px;
    font-weight: 400;
    line-height: 157.5%;
    color: #fb5c5c;
    letter-spacing:1px
}

.product-thumbnail__label--sold-out {
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 18px;
    background: #f7f7f7;
    border-radius:9px
}

.product-thumbnail__label--sold-out-text {
    font-size: 10px;
    font-weight: 400;
    line-height: 157.5%;
    color: #888;
    letter-spacing:1px
}

.product-thumbnail__price-original {
    text-decoration:line-through
}

.product-thumbnail__price-sale {
    color:#f14c4c
}

.product-thumbnail-list {
    display: flex;
    justify-content: center;
    padding: 0 16px;
    background-color:#fff
}
.product-search-form-caret {
    color: #878787;
}
.category-product-search-form-caret {
    color: #878787;
}
.product-search-form .nemu12 button {
width: 100%;
font-size: 24px;
padding: 5px;
text-align: center;
color: #fff;
font-weight: 700;
border-radius: 5px;
letter-spacing: 0.2em;
display: block;
margin: 15px 0 0 0;
background-color: #878787;
}
@media (min-width: 965px) {



    .product-thumbnail-list {
        padding:0
    }
}

.product-thumbnail-list__container {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: auto;
    gap: 32px 24px;
    align-items: stretch;
    justify-items:center;

}

@media (max-width: 965px) {

    .product-thumbnail-list__container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap:24px 16px
    }
}
.media-items-list {
    display: flex;
    align-items: center;
    gap: 16px;
}
.media-thumbnail-container {
    width: 150px;
    height: 150px;
    overflow: hidden;
    display: block;
    margin-right: 0px;
}
.media-thumbnail-container img.media-thumbnail {
    width: 150px;
    height: 150px;
    object-fit: cover;
}
.article-card__new-icon{
    background-color: #e83828;
}
.article-card__new-icon::after{
    color: #fff;
    transform: rotate(0deg);
}
.article-card h3.title {
    color: #000000;
    font-weight: 700;
    line-height: 1.3em;
    margin: 0 0 15px 0;
}
.article-card__icon {
    background-image: url(./fonts/icon_2n.jpg);
    display: inline-block;
    content: " ";
    width: 15px;
    height: 15px;
    background-size: 110% 110%;
    background-repeat: no-repeat;
    background-position: center 1px; ;
    margin-right: 0px;
}
.article-card__1-icon {
    background-image: url(./fonts/icon_2n.jpg);
}
.article-card__2-icon {
    background-image: url(./fonts/icon_4n.jpg);
}
.article-card__3-icon {
    background-image: url(./fonts/icon_5n.jpg);
}
.article-card__4-icon {
    background-image: url(./fonts/icon_1n.jpg);
}
.article-card__5-icon {
    background-image: url(./fonts/icon_6n.jpg);
}
.product-list-thumbnail .conditions .product_condition {
    font-family: 'Times New Roman', Times, serif;
    font-size: 0.7em;
    text-align: left;
min-width: 80px;

}

.product-list-thumbnail .product_condition-1 span {
    background-color: #082e53;
}
.product-list-thumbnail .product_condition-2 {
    background-color: #e33c2c;
    color: #fff;
    border-radius: 0  10px 10px 0;
}
.product-list-thumbnail .product_condition-2 span {
    background-color: #e33c2c;
}
.product-list-thumbnail .product_condition-3 {
    background-color: #b37d35;

    border-radius: 0  10px 10px 0;
}
.product-list-thumbnail .product_condition-3 span {
    background-color: #b37d35;
}
.product-list-thumbnail .conditions .product_condition {
    font-family: 'Times New Roman', Times, serif;
    font-size: 0.7em;
    text-align: left;
min-width: 65px;

}
.product-list-thumbnail .product_condition-1 {
    background-color: #0d3156;
    color: #fff;
    border-radius: 0  15px 15px 0;
    padding: 2px;
}
.product-list-thumbnail .product_condition-1 span {
    background-color: #0d3156;
    padding: 0px 5px;
}
.product-list-thumbnail .product_condition-2 {
    background-color: #e83828;
    color: #fff;
    border-radius: 0  10px 10px 0;
    padding: 2px;
}
.product-list-thumbnail .product_condition-2 span {
    background-color: #e83828;
    padding: 0px 5px;
}
.product-list-thumbnail .product_condition-3 {
    background-color: #b28247;
    border-radius: 0  10px 10px 0;
    padding: 2px;
}
.product-list-thumbnail .product_condition-3 span {
    background-color: #b28247;
    padding: 0px 5px;
}
.product-thumbnail__catch-word {
    color: #f14c4c;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2em;
    line-break: anywhere;
}
.product-thumbnail__catch-word.normal {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2em;
}
.brand_lists{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
}
@media (min-width: 965px) {
    .brand_lists{
        grid-template-columns: repeat(4, 1fr);
        gap: 24px
    }

}

.category-section__link {
    color:#6f6f6f;
    font-weight: 700;
}
.brand_lists .brandlist{

}
.lists_h2 {
    border-top: 2px solid #666;
    border-bottom: 2px solid #666;
    text-align: center;
    font-size: 1.5em;
    padding: 10px 0 10px 0;
    margin: 20px 0 15px 0;
    line-height: 1em;
}
.lists_h2 span {
    display: block;
    font-size: 14px;
    margin: 0;
}
.home-list-container.is-english .lists_h2 span {
    display: none;
}
.category-section {
    position: relative;
    background-color: #d4d4d4;
    padding-top: 5px;
     padding-bottom: 5px;
     margin-top: 15px;
}

.product-search-form .category-section_title {
    display: inline-block;
    padding: 5px 40px;
    font-size: 13px;
    font-weight: 900;
    background-color: #d4d4d4;
    border-radius: 5px 5px 0px 0px;
}

.category-section .category-section_title {
    position: absolute;
    top: -24px;
    left: 0;
    display: inline-block;
    padding: 5px 20px;
    font-size: 0.7em;
    font-weight: 700;
    letter-spacing: 0.2em;
    background-color: #d4d4d4;
    border-radius: 0px 0px 0px 0px;
}
.product-search-form .category-section_title2 {
    padding: 5px 40px;
}
.category-section__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0px;
}
.category-section__container .category-section__item{
    flex-basis: 100%;
    border-bottom: 1px solid #fff;
}

.category-section__container .category-section__item4 {
    flex-basis: 100%;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
}

.category-section__item:empty  {
    border-bottom: 0px solid #6f6f6f;
}

.btn-home-link {
    color: #212d3b;
    background-color: #e9eef2;
    display: block ;
    padding: 10px 15px 10px 30px;
}
.btn-home-link:hover {
    text-decoration: underline;
}
h2.category-section__title{
    font-size: 18px;
    padding-left: 10px;
    margin: 0px 0 0px 0;
}
.category-section__link-name {

    padding-bottom: 10px;
}
.category-section__link {
    display: block;
    padding: 5px 15px;
    font-family: "Noto Serif", serif;
}
.category-section__item4 .category-section__link {
    background-color: #fff;
    color: #6f6f6f;
    font-weight: 700;
    margin: 0px auto;
    text-align: center;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .3);
}
.category-section__item4 .category-section__link:hover {
    color:#333;
}
.category-section__link .category-section__link-icon {
        width: 24px;
        height:24px
}
#search-form-container-sort {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 965px) {
    .category-section__container .category-section__item4 {
    flex-basis: 100%;
    height: 24px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
}
    .category-section {
    position: relative;
    background-color: #d4d4d4;
    padding-top: 5px;
     padding-bottom: 5px;
     margin-top: 0px;
}
    #search-form-container-sort {
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
        margin-right: auto;
        margin-left: auto;
    }
    .category-section {
        position: relative;
        background-color: #d4d4d4;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-top: 30px;
        border-radius: 0px 0px 0px 0px;
    }
    .category-section__container .category-section__item4 {
        flex-basis: 100%;


        padding-left: 0px;
        padding-right: 0px;
        margin-top: 10px;
    }
    .category-section__container .category-section__item{
    flex-basis: 48%;
    height: 24px;
    margin-bottom: 25px;
    padding-bottom: 10px;
    font-family: "Noto Serif", serif;

    }

    .category-section__container .category-section__item4 {
        flex-basis: 100%;
        margin-top: 10px;
        vertical-align: middle;
    }
    .category-section__item4 .category-section__link {
        margin: 0px auto 10px auto;
        text-align: center;
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .3);
        font-size: 1.1em;
    }
    .category-section {
        position: relative;
        background-color: #d4d4d4;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-top: 30px;
        letter-spacing: 0.05em;
    }

    .category-section__link {
        display: block;
        background-color: #fff;
        padding: 5px 10px;
        margin-bottom: 20px;
        text-align: center;
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
        font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif!important;
    }
    .category-section__item4 .category-section__link {
        background-color: #fff;
        color: #6f6f6f;
        letter-spacing: 0.1em;
        font-size: 16px;
    }
        .category-section__item4 .category-section__link:hover {
            color:#333;
        }
}
.specifications {
  max-width: 100%;
  table-layout: fixed;
}
.specifications tr {
  border-bottom: 1px solid #ddd;
}
.specifications td {
  width: auto;
}
.specifications td  {
  overflow: none;
  word-wrap : break-word;
  overflow-wrap : break-word;
}
.specifications .koumoku {

  white-space: nowrap;
}
.table.specifications td, .table.specifications th {
    border: 0px solid #ddd;
    padding: 8px;
}


@media (min-width: 965px) {
    .category-section {
        padding:5px 15px 15px 15px;
    }
    .category-section__item a {
    text-decoration: none;
    padding: 5px 15px 5px 15px;

}
.category-section--search {
    margin-top: 40px;
}
.category-section__container .category-section__item{
    flex-basis: 24%;
}
.category-section__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

    padding: 5px 15px  10px 15px;
}
.category-section__item  {
    flex-basis: 24%;
    height: 24px;
    margin-bottom: 15px;
    padding-bottom: 15px;

}
}
.home-list-container #search-result-count-inline {
    display: none;
}

.home-language-section {
    padding: 72px 20px 88px;
    background: #fff;
}

.home-language-section__inner {
    max-width: 660px;
    margin: 0 auto;
}

.home-language-section__title {
    display: flex;
    align-items: center;
    margin: 0 0 48px;
    color: #231815;
    font-family: "Cormorant Garamond", "Noto Serif JP", serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.12em;
}

.home-language-section__title::before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-right: 10px;
    border-radius: 50%;
    background: #231815;
}

.home-language-form {
    display: flex;
    justify-content: center;
}

.home-language-form__controls {
    display: flex;
    width: min(100%, 280px);
    border: 1px solid #9f9b98;
}
.home-language-form__select select::picker(select) {
  appearance: base-select;
}
.home-language-form__select {
    width: 100%;
    height: 60px;
    padding: 0 48px 0 28px;
    border: 0;
    border-radius: 0;
    background-color: #fff;
    background-image: linear-gradient(45deg, transparent 50%, #6f6a67 50%), linear-gradient(135deg, #6f6a67 50%, transparent 50%);
    background-position: calc(100% - 24px) 26px, calc(100% - 17px) 26px;
    background-size: 7px 7px, 7px 7px;
    background-repeat: no-repeat;
    color: #302825;
    font-family: "Noto Serif JP",  serif;
    font-size: 15px;
    letter-spacing: 0.08em;
    line-height: 1.2;
    appearance: none;
    -webkit-appearance: none;
}

.home-language-form__select + .home-language-form__select {
    border-left: 1px solid #9f9b98;
}

.home-language-form__select:focus {
    outline: 1px solid #231815;
    outline-offset: -2px;
}
.home-language-form__controls option {
    font-family: "Noto Serif JP", serif;
    width: 100%;
    height: 60px;
    font-size: 15px;
    background-color: #fff;
    line-height: 1.2;
}
.cart-action-row {
    gap: 16px;
}

.cart-currency-form {
    display: flex;
    align-items: center;
    gap: 12px;
}

.cart-language-form-under-actions {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}

@media (max-width: 575.98px) {
    .home-language-section {
        padding: 48px 16px 64px;
    }

    .home-language-section__title {
        margin-bottom: 32px;
        font-size: 32px;
    }

    .home-language-section__title::before {
        width: 22px;
        height: 22px;
    }

    .home-language-form__controls {
        width: 100%;
    }

    .home-language-form__select {
        height: 54px;
        padding-right: 36px;
        padding-left: 16px;
        font-size: 13px;
        letter-spacing: 0.04em;
    }

    .cart-action-row,
    .cart-currency-form {
        flex-direction: column;
        align-items: stretch;
    }

    .cart-language-form-under-actions {
        justify-content: center;
        margin-top: 16px;
    }
}

.product-search-back-title {
    text-align: center;
    font-size: 0.9em;
    font-weight: 700;
    padding: 10px 0px 10px 0px;
    line-height: 1.2em;
    margin-bottom: 0px;
    letter-spacing: 0.5em;
    background-color: #d4d4d4;
}
.form-control-sm {
    border-radius: 0px;
}
.input-group-sm>.form-control {
    border-radius: 0px;
    letter-spacing: 0.3em;
}
.swiper-slide a:hover img {
  opacity: 1; /* 透明度を1（不透明）に戻す */
}
.swiper-slide a:hover {
  background-color: transparent; /* 白い背景を透明にする */
}
.swiper-slide a img {
  transition: opacity 0.3s ease;
}
.breadcrumb {
    margin-top:25px;
    margin-bottom:40px;
}
.product-info-section {
    margin-top: 30px;
}
