@charset "utf-8";
/* CSS Document */

/*==========================================================
__トップ
==========================================================*/



/*==========================================================
__PC非表示
==========================================================*/

.img__sp {
    display: none;
}

/*==========================================================
__PC非表示
==========================================================*/

div#main {}

div#slide {}

header {
    position: relative;
    z-index: 1111111;
}

header {
    margin-bottom: 0px !important;
}

header nav {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 18px;
}

header nav .logo {
    margin-bottom: 25px;
}

header nav .logo figure {
    max-width: 150px;
}

header nav .logo figure img {}

header nav ul.nav__list {
    display: flex;
    width: 100%;
    max-width: 1000px;
}

header nav ul.nav__list li {
    width: 20%;
    /* padding: 0 15px; */
    font-size: 16px;
    text-align: center;
}

header nav ul.nav__list li a {}

article {}
.main__visual{
    margin: 200px auto 100px;
}
article figure {
    border: 1px solid #ccc;
}

article figure img {}

section {}

section .main {}

section .main .main__inner {
    width: 100%;
}

section .main .main__inner h2 {
    text-align: center;
    font-size: 25px;
    margin: 70px 0 35px;
    letter-spacing: 1px;
    font-weight: bold;
    font-family: "Fjalla One" !important;
    /* line-height: 1; */
    display: block;
    /* display: block; */
    line-height: 1.5;
}

section .main .main__inner h2 p {
    /* margin-bottom: 20px; */
    line-height: 1;
}

section .main .main__inner h2 span {
    font-size: 18px !important;
}

section .main .main__inner ul.content__list {
    display: flex;
    flex-wrap: wrap;
}

section .main .main__inner ul.content__list li {
    width: 23.87%;
    margin-right: 1.5%;
    margin-bottom: 4.5%;
}

section .main .main__inner ul.content__list li:nth-child(4) {
    margin-right: 0;
}

section .main .main__inner ul.content__list li figure {
    margin-bottom: 1rem;
}

section .main .main__inner ul.content__list li figure img {}

section .main .main__inner ul.content__list li figcaption {
    font-size: 14px;
    line-height: 1.5;
}

section .main .main__inner ul.content__list li figcaption h3 {}

footer {
    border-top: 1px solid #c5c5c5;
}

footer .copy__right {
    padding: 15px;
    font-size: 10px;
    text-align: center;
}

section.sub {}

section.sub .merchandise {}

section.sub .merchandise__inner {}

section.sub .merchandise__inner h2 {
    text-align: center;
    font-size: 40px;
    margin: 70px 0 30px;
    letter-spacing: 1px;
    font-weight: bold;
    font-family: "Fjalla One" !important;
}

section.sub .merchandise__inner h2 p {
    line-height: 1;
}

section.sub .merchandise__inner h2 span {
    font-size: 18px !important;
}

section.sub .merchandise__inner .merchandise__single {
    display: flex;
    margin: 70px auto;
    max-width: 950px;
}

section.sub .merchandise__inner .merchandise__single__left {
    width: 45%;
    margin-right: 2.5%;
}

section.sub .merchandise__inner .merchandise__single__right {
    width: 55%;
    margin-left: 2.5%;
}

section.sub .merchandise__inner .merchandise__single ul.main__visual {}

section.sub .merchandise__inner .merchandise__single ul.main__visual li {}

section.sub .merchandise__inner .merchandise__single ul.main__visual li figure {}

section.sub .merchandise__inner .merchandise__single ul.main__visual li figure img {}

section.sub .merchandise__inner .merchandise__single ul.sub__visual {}

section.sub .merchandise__inner .merchandise__single ul.sub__visual li {}

section.sub .merchandise__inner .merchandise__single ul.sub__visual li figure {}

section.sub .merchandise__inner .merchandise__single ul.sub__visual li figure img {}

section.sub .merchandise__inner .merchandise__single .title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 35px;
    line-height: 1.8;
}

section.sub .merchandise__inner .merchandise__single .price {
    font-size: 20px;
    margin-bottom: 35px;
    font-weight: bold;
}

section.sub .merchandise__inner .merchandise__single .price {}

section.sub .merchandise__inner .merchandise__single .price .price__name {
    padding-right: 25px;
}

section.sub .merchandise__inner .merchandise__single .price .prices {
    color: #ef230d;
}

section.sub .merchandise__inner .merchandise__single h4 {
    background: #eeeeee;
    text-align: center;
    padding: 10px 0;
    font-size: 16px;
}

.price_normal {}

.price_normal .money_Normal {
    font-size: 18px;
    margin-bottom: 10px;
}

.price_normal .field_cprice {
    text-decoration: line-through;
}

section.sub .merchandise__inner .merchandise__single .quantity {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

section.sub .merchandise__inner .merchandise__single .quantity .quantitys {
    padding-right: 15px;
}

section.sub .merchandise__inner .merchandise__single .quantity .input__text {}

section.sub .merchandise__inner .merchandise__single .quantity .input__text input {
    border-radius: 5px;
    padding: 10px;
    border: 1px solid;
    width: 30px;
}


section.sub .merchandise__inner .merchandise__single .quantity button {
    border-radius: 5px;
    background-color: #000;
    color: #fff;
    padding: 9px 60px;
    margin-left: 11px;
}

section.sub .merchandise__inner .merchandise__single .quantity .cart_b {
    margin-left: 15px;
}

section.sub .merchandise__inner .merchandise__single .quantity .cart_b .endof {
    border: 1px solid #ef230d;
    border-radius: 3px;
    padding: 8px 90px;
    color: #ef230d;
    line-height: 2;
}

section.sub .merchandise__inner .merchandise__single .quantity .cart_b input {
    border-radius: 5px;
    background-color: #000;
    color: #fff;
    padding: 9px 60px;
    margin-left: 11px;
}

section.sub .merchandise__inner .merchandise__single .product__details {
    line-height: 1.8;
}

section.sub .merchandise__inner .merchandise__single .product__details strong {
    font-weight: bold;
}

section.sub .merchandise__inner .merchandise__single .product__details em {
    color: #000;
    font-size: inherit;
    font-style: italic;
}

section.sub .merchandise__inner .review {
    background-color: #eee;
    border-radius: 15px;
    margin-bottom: 60px;
}

section.sub .merchandise__inner .review__inner {
    padding: 30px;
}

section.sub .merchandise__inner .review__inner .title__h3 {
    font-size: 20px;
    margin-bottom: 25px;
}

section.sub .merchandise__inner .review__inner .review__box {
    margin-bottom: 25px;
}

section.sub .merchandise__inner .review__inner .review__box .review__title {
    display: flex;
}

section.sub .merchandise__inner .review__inner .review__box .review__title .name {
    width: 12%;
}

section.sub .merchandise__inner .review__inner .review__box .review__title .name span {
    padding-left: 15px;
}

section.sub .merchandise__inner .review__inner .review__box .review__title .evaluation {
    color: #ffc107;
}

section.sub .merchandise__inner .review__inner .review__box .review__text {}

section.category {}

section .category__inner {}

section .category__inner h2.sub__h2 {
    font-size: 28px;
    margin-top: 50px;
    margin-bottom: 80px;
    text-align: center;
}

section .category__inner .category__flex {
    display: flex;
}

section .category__inner .category__left {
    width: 25%;
    margin-right: 4%;
}

#secondary {
    border: none !important;
    padding: 0 !important;
}

section .category__inner .category__right {
    width: 70%;
}

section .category__inner .category__right .category__box {
    margin-bottom: 30px;
}
.page__header .page__header__inner h1 {
	font-size: 1.3em;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 25px;
}
section .category__inner .category__right .category__box h3.sub__h3 {
    font-weight: bold;
    font-size: 20px;
    text-align: left;
    padding: 0;
    border-bottom: 1px #666 solid;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto 30px;
    padding: 0 0 5px;
    line-height: 1;
}

section .category__inner .category__right .category__box ul.category__list {
    display: grid;
    /* flex-wrap: wrap; */
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-bottom: 70px;
}

section .category__inner .category__right .category__box ul.category__list li {
    /* width: 33.7%; */
    /* margin-right: 3%; */
    /* margin-bottom: 3%; */
}

section .category__inner .category__right .category__box ul.category__list li:nth-child(4n) {
    margin-right: 0;
}

section .category__inner .category__right .category__box ul.category__list li a {}

section .category__inner .category__right .category__box ul.category__list li a:hover {}

section .category__inner .category__right .category__box ul.category__list li figure {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    overflow: hidden;
    margin-bottom: 15px;
}

section .category__inner .category__right .category__box ul.category__list li figure img {}

section .category__inner .category__right .category__box ul.category__list li p.title {}

section .category__inner .category__right .category__box ul.category__list li p.money_Normal {}

section .category__inner .category__right .category__box ul.category__list li p.money_Normal .field_cprice {
    text-decoration: line-through;
}

section .category__inner .category__right .category__box ul.category__list li .price {
    font-weight: bold;
}

section .category__inner .category__right .category__box ul.category__list li .price .price__name {}

section .category__inner .category__right .category__box ul.category__list li .price .prices {
    /* color: #ef230d; */
}

section .category__inner .category__right .category__box ul.category__list li .price .itemsoldout {}

div.main{
    max-width: inherit;
}
div.main h2{
    font-size: 24px !important;
    margin: 0px 0 40px!important;
}
div.main h3{
    text-align: center;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 25px;
}
div.main h4{
    font-size: 16px;
    line-height: 2;
}
div.main .text__box{
    background-color: #fadbdd;
    padding: 70px 15px;
    /* margin-bottom: 50px; */
}
div.main .text__box p.text{
    line-height: 2.5;
    font-size: 16px !important;
    text-align: center;
}
@media screen and (max-width:1200px) {

    div#main {}

    div#slide {}


    header {}

    header nav {}

    header nav .logo {}

    header nav .logo figure {}

    header nav .logo figure img {}

    header nav ul.nav__list {}

    header nav ul.nav__list li {}

    header nav ul.nav__list li a {}

    article {}

    article figure {}

    article figure img {}

    section {}

    section .main {}

    section .main .main__inner {}

    section .main .main__inner h2 {}

    section .main .main__inner h2 p {}

    section .main .main__inner h2 span {}

    section .main .main__inner ul.content__list {}

    section .main .main__inner ul.content__list li {}

    section .main .main__inner ul.content__list li:nth-child(3) {}

    section .main .main__inner ul.content__list li figure {}

    section .main .main__inner ul.content__list li figure img {}

    section .main .main__inner ul.content__list li figcaption {}

    section .main .main__inner ul.content__list li figcaption h3 {}

    footer {}

    footer .copy__right {}

    section.sub {}

    section.sub .merchandise {}

    section.sub .merchandise__inner {}

    section.sub .merchandise__inner h2 {}

    section.sub .merchandise__inner h2 p {}

    section.sub .merchandise__inner h2 span {}

    section.sub .merchandise__inner .merchandise__single {}

    section.sub .merchandise__inner .merchandise__single__left {}

    section.sub .merchandise__inner .merchandise__single__right {}

    section.sub .merchandise__inner .merchandise__single ul.main__visual {}

    section.sub .merchandise__inner .merchandise__single ul.main__visual li {}

    section.sub .merchandise__inner .merchandise__single ul.main__visual li figure {}

    section.sub .merchandise__inner .merchandise__single ul.main__visual li figure img {}

    section.sub .merchandise__inner .merchandise__single ul.sub__visual {}

    section.sub .merchandise__inner .merchandise__single ul.sub__visual li {}

    section.sub .merchandise__inner .merchandise__single ul.sub__visual li figure {}

    section.sub .merchandise__inner .merchandise__single ul.sub__visual li figure img {}

    section.sub .merchandise__inner .merchandise__single .title {}

    section.sub .merchandise__inner .merchandise__single .price {}

    section.sub .merchandise__inner .merchandise__single .price {}

    section.sub .merchandise__inner .merchandise__single .price .price__name {}

    section.sub .merchandise__inner .merchandise__single .price .prices {}

    .price_normal {}

    .price_normal .money_Normal {}

    .price_normal .field_cprice {}

    section.sub .merchandise__inner .merchandise__single .quantity {}

    section.sub .merchandise__inner .merchandise__single .quantity .quantitys {}

    section.sub .merchandise__inner .merchandise__single .quantity .input__text {}

    section.sub .merchandise__inner .merchandise__single .quantity .input__text input {}


    section.sub .merchandise__inner .merchandise__single .quantity button {}

    section.sub .merchandise__inner .merchandise__single .quantity .cart_b {}

    section.sub .merchandise__inner .merchandise__single .quantity .cart_b input {}

    section.sub .merchandise__inner .merchandise__single .product__details {}

    section.sub .merchandise__inner .merchandise__single .product__details strong {}

    section.sub .merchandise__inner .merchandise__single .product__details em {}

    section.sub .merchandise__inner .review {}

    section.sub .merchandise__inner .review__inner {}

    section.sub .merchandise__inner .review__inner .title__h3 {}

    section.sub .merchandise__inner .review__inner .review__box {}

    section.sub .merchandise__inner .review__inner .review__box .review__title {}

    section.sub .merchandise__inner .review__inner .review__box .review__title .name {}

    section.sub .merchandise__inner .review__inner .review__box .review__title .name span {}

    section.sub .merchandise__inner .review__inner .review__box .review__title .evaluation {}

    section.sub .merchandise__inner .review__inner .review__box .review__text {}

    section.category {}

    section .category__inner {}

    section .category__inner h2.sub__h2 {}

    section .category__inner .category__flex {}

    section .category__inner .category__left {}

    #secondary {}

    section .category__inner .category__right {}

    section .category__inner .category__right .category__box {}

    section .category__inner .category__right .category__box h3.sub__h3 {}

    section .category__inner .category__right .category__box ul.category__list {}

    section .category__inner .category__right .category__box ul.category__list li {}

    section .category__inner .category__right .category__box ul.category__list li:nth-child(4n) {}

    section .category__inner .category__right .category__box ul.category__list li a {}

    section .category__inner .category__right .category__box ul.category__list li a:hover {}

    section .category__inner .category__right .category__box ul.category__list li figure {}

    section .category__inner .category__right .category__box ul.category__list li figure img {}

    section .category__inner .category__right .category__box ul.category__list li p.title {}

    section .category__inner .category__right .category__box ul.category__list li p.money_Normal {}

    section .category__inner .category__right .category__box ul.category__list li p.money_Normal .field_cprice {}

    section .category__inner .category__right .category__box ul.category__list li .price {}

    section .category__inner .category__right .category__box ul.category__list li .price .price__name {}

    section .category__inner .category__right .category__box ul.category__list li .price .prices {}

    section .category__inner .category__right .category__box ul.category__list li .price .itemsoldout {}


}

@media screen and (max-width:1000px) {

    div#main {}

    div#slide {}


    header {}

    header nav {}

    header nav .logo {}

    header nav .logo figure {}

    header nav .logo figure img {}

    header nav ul.nav__list {}

    header nav ul.nav__list li {}

    header nav ul.nav__list li a {}

    article {}

    article figure {}

    article figure img {}

    section {}

    section .main {}

    section .main .main__inner {}

    section .main .main__inner h2 {}

    section .main .main__inner h2 p {}

    section .main .main__inner h2 span {}

    section .main .main__inner ul.content__list {}

    section .main .main__inner ul.content__list li {}

    section .main .main__inner ul.content__list li:nth-child(3) {}

    section .main .main__inner ul.content__list li figure {}

    section .main .main__inner ul.content__list li figure img {}

    section .main .main__inner ul.content__list li figcaption {}

    section .main .main__inner ul.content__list li figcaption h3 {}

    footer {}

    footer .copy__right {}

    section.sub {}

    section.sub .merchandise {}

    section.sub .merchandise__inner {}

    section.sub .merchandise__inner h2 {}

    section.sub .merchandise__inner h2 p {}

    section.sub .merchandise__inner h2 span {}

    section.sub .merchandise__inner .merchandise__single {}

    section.sub .merchandise__inner .merchandise__single__left {}

    section.sub .merchandise__inner .merchandise__single__right {}

    section.sub .merchandise__inner .merchandise__single ul.main__visual {}

    section.sub .merchandise__inner .merchandise__single ul.main__visual li {}

    section.sub .merchandise__inner .merchandise__single ul.main__visual li figure {}

    section.sub .merchandise__inner .merchandise__single ul.main__visual li figure img {}

    section.sub .merchandise__inner .merchandise__single ul.sub__visual {}

    section.sub .merchandise__inner .merchandise__single ul.sub__visual li {}







    section.sub .merchandise__inner .merchandise__single ul.sub__visual li figure {}

    section.sub .merchandise__inner .merchandise__single ul.sub__visual li figure img {}

    section.sub .merchandise__inner .merchandise__single .title {}

    section.sub .merchandise__inner .merchandise__single .price {}

    section.sub .merchandise__inner .merchandise__single .price {}

    section.sub .merchandise__inner .merchandise__single .price .price__name {}

    section.sub .merchandise__inner .merchandise__single .price .prices {}

    .price_normal {}

    .price_normal .money_Normal {}

    .price_normal .field_cprice {}

    section.sub .merchandise__inner .merchandise__single .quantity {}

    section.sub .merchandise__inner .merchandise__single .quantity .quantitys {}

    section.sub .merchandise__inner .merchandise__single .quantity .input__text {}

    section.sub .merchandise__inner .merchandise__single .quantity .input__text input {}


    section.sub .merchandise__inner .merchandise__single .quantity button {}

    section.sub .merchandise__inner .merchandise__single .quantity .cart_b {}

    section.sub .merchandise__inner .merchandise__single .quantity .cart_b input {}

    section.sub .merchandise__inner .merchandise__single .product__details {}

    section.sub .merchandise__inner .merchandise__single .product__details strong {}

    section.sub .merchandise__inner .merchandise__single .product__details em {}

    section.sub .merchandise__inner .review {}

    section.sub .merchandise__inner .review__inner {}

    section.sub .merchandise__inner .review__inner .title__h3 {}

    section.sub .merchandise__inner .review__inner .review__box {}

    section.sub .merchandise__inner .review__inner .review__box .review__title {}

    section.sub .merchandise__inner .review__inner .review__box .review__title .name {}

    section.sub .merchandise__inner .review__inner .review__box .review__title .name span {}

    section.sub .merchandise__inner .review__inner .review__box .review__title .evaluation {}

    section.sub .merchandise__inner .review__inner .review__box .review__text {}

    section.category {}

    section .category__inner {}

    section .category__inner h2.sub__h2 {
        margin: 45px auto;
    }

    section .category__inner .category__flex {}

    section .category__inner .category__left {}

    #secondary {}

    section .category__inner .category__right {}

    section .category__inner .category__right .category__box {}

    section .category__inner .category__right .category__box h3.sub__h3 {}

    section .category__inner .category__right .category__box ul.category__list {}

    section .category__inner .category__right .category__box ul.category__list li {}

    section .category__inner .category__right .category__box ul.category__list li:nth-child(4n) {}

    section .category__inner .category__right .category__box ul.category__list li a {}

    section .category__inner .category__right .category__box ul.category__list li a:hover {}

    section .category__inner .category__right .category__box ul.category__list li figure {}

    section .category__inner .category__right .category__box ul.category__list li figure img {}

    section .category__inner .category__right .category__box ul.category__list li p.title {}

    section .category__inner .category__right .category__box ul.category__list li p.money_Normal {}

    section .category__inner .category__right .category__box ul.category__list li p.money_Normal .field_cprice {}

    section .category__inner .category__right .category__box ul.category__list li .price {}

    section .category__inner .category__right .category__box ul.category__list li .price .price__name {}

    section .category__inner .category__right .category__box ul.category__list li .price .prices {}

    section .category__inner .category__right .category__box ul.category__list li .price .itemsoldout {}


}

@media screen and (max-width:767px) {

    div#main {}

    div#slide {}

    .img__sp {
        display: block;
        margin-bottom: 50px;
    }


    header {
        position: fixed !important;
        top: 0;
        background-color: #fff;
        border: none !important;
    }

    header nav {
        padding: 10px 10px;
        align-items: baseline;
    }

    header nav .logo {
        margin: 0;
    }

    header nav .logo figure {
        max-width: 75px;
    }

    header nav .logo figure img {}

    header nav ul.nav__list {

        display: none;
    }

    header nav ul.nav__list li {}

    header nav ul.nav__list li a {}

    article.main__visual {
        padding: 75px 0 0;
        margin: 00px auto 40px;
    }

    article figure {}

    article figure img {}

    section {}

    section .main {}

    section .main .main__inner {}
div.main h3{
    font-size: 1.5em;
}
    section .main .main__inner h2 {
    margin-bottom:  20px !important;
}
    div.main .text__box p.text{
    font-size: 1em !important;
    line-height: 2.2;
}

    section .main .main__inner h2 p {}

    section .main .main__inner h2 span {}

    section .main .main__inner ul.content__list {
        flex-direction: column;
    }

    section .main .main__inner ul.content__list li {
        width: 100%;
    }

    section .main .main__inner ul.content__list li:nth-child(3) {}

    section .main .main__inner ul.content__list li figure {}

    section .main .main__inner ul.content__list li figure img {}

    section .main .main__inner ul.content__list li figcaption {}

    section .main .main__inner ul.content__list li figcaption h3 {}
div.main .text__box{
    padding: 50px 15px;
}
    footer {}

    footer .copy__right {}

    section.sub {
        padding: 75px 0 0;
    }

    section.sub .merchandise {}

    section.sub .merchandise__inner {}

    section.sub .merchandise__inner h2 {
        margin: 50px 0 25px;
        font-size: 22px;
    }

    section.sub .merchandise__inner h2 p {}

    section.sub .merchandise__inner h2 span {}

    section.sub .merchandise__inner .merchandise__single {
        flex-direction: column;
        margin: 45px auto;
    }

    section.sub .merchandise__inner .merchandise__single__left {
        width: 100%;
        margin-bottom: 25px;
        margin-right: 0;
    }

    section.sub .merchandise__inner .merchandise__single__right {
        width: 100%;
        margin-left: 0;
    }

    section.sub .merchandise__inner .merchandise__single ul.main__visual {}

    section.sub .merchandise__inner .merchandise__single ul.main__visual li {}

    section.sub .merchandise__inner .merchandise__single ul.main__visual li figure {}

    section.sub .merchandise__inner .merchandise__single ul.main__visual li figure img {}

    section.sub .merchandise__inner .merchandise__single ul.sub__visual {}

    section.sub .merchandise__inner .merchandise__single ul.sub__visual li {}

    section.sub .merchandise__inner .merchandise__single ul.sub__visual li figure {}

    section.sub .merchandise__inner .merchandise__single ul.sub__visual li figure img {}

    section.sub .merchandise__inner .merchandise__single .title {
        margin-bottom: 15px;
    }

    section.sub .merchandise__inner .merchandise__single .price {
        margin-bottom: 20px;
    }

    section.sub .merchandise__inner .merchandise__single .price {}

    section.sub .merchandise__inner .merchandise__single .price .price__name {}

    section.sub .merchandise__inner .merchandise__single .price .prices {}

    .price_normal {}

    .price_normal .money_Normal {}

    .price_normal .field_cprice {}

    section.sub .merchandise__inner .merchandise__single .quantity {}

    section.sub .merchandise__inner .merchandise__single .quantity .quantitys {}

    section.sub .merchandise__inner .merchandise__single .quantity .input__text {}

    section.sub .merchandise__inner .merchandise__single .quantity .input__text input {}


    section.sub .merchandise__inner .merchandise__single .quantity button {}

    section.sub .merchandise__inner .merchandise__single .quantity .cart_b {}

    section.sub .merchandise__inner .merchandise__single .quantity .cart_b .endof {
        padding: 8px 65px;
    }

    section.sub .merchandise__inner .merchandise__single .quantity .cart_b input {}

    section.sub .merchandise__inner .merchandise__single .product__details {}

    section.sub .merchandise__inner .merchandise__single .product__details strong {}

    section.sub .merchandise__inner .merchandise__single .product__details em {}

    section.sub .merchandise__inner .review {}

    section.sub .merchandise__inner .review__inner {}

    section.sub .merchandise__inner .review__inner .title__h3 {}

    section.sub .merchandise__inner .review__inner .review__box {}

    section.sub .merchandise__inner .review__inner .review__box .review__title {}

    section.sub .merchandise__inner .review__inner .review__box .review__title .name {}

    section.sub .merchandise__inner .review__inner .review__box .review__title .name span {}

    section.sub .merchandise__inner .review__inner .review__box .review__title .evaluation {}

    section.sub .merchandise__inner .review__inner .review__box .review__text {}

    section.category {
        /* padding: 75px 0 0; */
    }

    section .category__inner {}

    section .category__inner h2.sub__h2 {
        font-size: 24px;
        margin: 30px auto 45px;
    }

    section .category__inner .category__flex {
        flex-direction: column-reverse;
    }

    section .category__inner .category__left {
        width: 100%;
        margin: 40px 0;
    }

    #secondary {}

    section .category__inner .category__right {
        width: 100%;
    }

    section .category__inner .category__right .category__box {}
    section .category__inner .category__right .category__box .page-header{
        border: none !important;
        margin-bottom: 0 !important;
        z-index: initial;
    }

    section .category__inner .category__right .category__box h3.sub__h3 {
        font-size: 17px;
    }

    section .category__inner .category__right .category__box ul.category__list {
    grid-template-columns: repeat(2, 1fr);
}

    section .category__inner .category__right .category__box ul.category__list li {
    }

    section .category__inner .category__right .category__box ul.category__list li:nth-child(2n) {
        margin-right: 0;
    }

    section .category__inner .category__right .category__box ul.category__list li:nth-child(4n) {}

    section .category__inner .category__right .category__box ul.category__list li a {}

    section .category__inner .category__right .category__box ul.category__list li a:hover {}

    section .category__inner .category__right .category__box ul.category__list li figure {}

    section .category__inner .category__right .category__box ul.category__list li figure img {}

    section .category__inner .category__right .category__box ul.category__list li p.title {}

    section .category__inner .category__right .category__box ul.category__list li p.money_Normal {}

    section .category__inner .category__right .category__box ul.category__list li p.money_Normal .field_cprice {}

    section .category__inner .category__right .category__box ul.category__list li .price {}

    section .category__inner .category__right .category__box ul.category__list li .price .price__name {}

    section .category__inner .category__right .category__box ul.category__list li .price .prices {}

    section .category__inner .category__right .category__box ul.category__list li .price .itemsoldout {}


}

/*---- widget_welcart_calendar ----*/
.calendar_inner {
    margin-bottom: 3rem !important;
    border: 1px solid #ccc !important;
    padding: 40px 25px !important;
    box-sizing: border-box !important;
    box-sizing: border-box;
}
.widget_title {
    text-align: center !important;
    padding: 0 0 10px !important;
    font-size: 1.1em !important;
    font-weight: 500 !important;
}
.welcart_widget_body {}
.next-month {
    margin-bottom: 20px;
}
h3#categories-3 {
    margin: 0 0 30px !important;
    font-size: 1.2em !important;
    font-weight: 500 !important;
    padding: 0 0 20px 0 !important;
    text-align: left !important;
}
.widget_title img {
    display: none;
}
.widget_welcart_calendar table {
    width: 100% !important;
    margin: 0 !important;
    /* border: 1px solid #ccc; */
    border-collapse: collapse !important;
    float: none !important;
    font-size: 0.95em !important;
    color: #666 !important;
    box-sizing: border-box;
}
.this-month {
    margin-bottom: 25px;
}
.widget_welcart_calendar table caption {
    font-size: 1em !important;
    padding: 10px !important;
    letter-spacing: 2px !important;
    color: #333 !important;
    text-align: center;
}
.widget_welcart_calendar th {
    /* color: #fff; */
    border-top: 1px solid #e0dede !important;
    border-bottom: 1px solid #e0dede !important;
    text-align: center !important;
    padding: 10px;
    background: none !important;
    color: #000 !important;
    box-sizing: border-box;
}
.widget_welcart_calendar td {
    border: none !important;
    text-align: center !important;
    padding: 12px !important;
}
.widget_welcart_calendar .businessday {
    color: #262626 !important;
    background-color: #fff0d1 !important;
    /* display: block; */
}
.widget_welcart_calendar tbody {}
.widget_welcart_calendar tbody tr {
    margin: 0 0 10px;
    !important
}
/*---- welcart_blog_calendar ----*/
.welcart_blog_calendar table {
    width: 100% !important;
    border: 1px solid #ccc !important;
    border-collapse: collapse !important;
}
.welcart_blog_calendar th {
    color: #fff !important;
    background-color: #131313 !important;
    border: 1px solid #ccc !important;
    text-align: center !important;
}
.welcart_blog_calendar td {
    border: 1px solid #ccc !important;
    text-align: center !important;
}
section.top{}
section.top #about{}
section.top #about{}
section.top #about .about__inner{}
section.top #news{
    padding: 100px 15px;
}
section.top #news .news__inner{}
section.top #news .news__inner .news__items{}
section.top #news .news__inner .news__items .news__item{
    border-bottom: 1px solid #eee;
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    transition: background-color 0.3s;
}
section.top #news .news__inner .news__items .news__item a{
    text-decoration: none;
    /* display: flex; */
    justify-content: flex-start;
    width: 100%;
}
section.top #news .news__inner .news__items .news__item a:hover{}
section.top #news .news__inner .news__items .news__item span.news__date{
    color: #888;
    font-size: 14px;
    /* min-width: 120px; */
    /* text-align: left; */
    padding-right: 15px;
}
section.top #news .news__inner .news__items .news__item span.news__title{
    color: #222;
    font-weight: 500;
    text-align: left;
    transition: color 0.2s ease;
}
section.top #products{
    background-color: #f7f7f7;
    padding: 90px 15px;
}
section.top #products .products__inner{
    /* max-width: 1000px; */
}
section.top #products .products__inner .tansa{}
section.top #products .products__inner .mbff{}
section.top #products .products__inner .category__box{}
section.top #products .products__inner .category__box ul.category__list{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 25px;
    /* margin-bottom: 80px; */
}
section.top #products .products__inner .category__box ul.category__list li{}
section.top #products .products__inner .category__box ul.category__list li a{
    line-height: 2;
    color: #000;
}
section.top #products .products__inner .category__box ul.category__list li a:hover{}
section.top #products .products__inner .category__box ul.category__list li figure{}
section.top #products .products__inner .category__box ul.category__list li figure img{}
section.top #products .products__inner .category__box ul.category__list li p.title{
    font-weight: bold;
}
section.top #products .products__inner .category__box ul.category__list li p.money_Normal{}
section.top #products .products__inner .category__box ul.category__list li p.money_Normal .field_cprice{}
section.top #products .products__inner .category__box ul.category__list li .price{}
section.top #products .products__inner .category__box ul.category__list li .price .price__name{}
section.top #products .products__inner .category__box ul.category__list li .price .prices{
    font-size: 1.2em;
    color: red;
}
section.top #products .products__inner .category__box .itemsoldout{}
section.top #company{
    padding: 100px 15px;
}
section.top #company .company__inner{}
section.top #company .company__inner article#other{
    padding: 0;
}
section.top #company .company__inner article#other table{}
section.top #company .company__inner article#other table tr{}
section.top #company .company__inner article#other table tr th{}
section.top #company .company__inner article#other table tr td{}
section.top #contact{
    background-color: #f7f7f7;
    padding: 100px 15px;
}
section.top #contact .contact__inner{}
section.top #contact .contact__inner h6{}
section.top #contact .contact__inner article#other{
    padding: 0;
}
@media screen and (min-width: 767px) {
    	/*---- widget_welcart_calendar ----*/
.calendar_inner{
    margin-bottom: 3rem  !important;
    border: 1px solid #ccc  !important;
    padding: 15px  !important;
    box-sizing: border-box  !important;
}

.widget_title {
    text-align: center  !important;
    padding: 0 0 10px  !important;
    font-size: 1.1em  !important;
    font-weight: 500  !important;
}

.welcart_widget_body{}

h3#categories-3  {
    margin: 0 0 30px  !important;
    font-size: 1.2em !important;
    font-weight: 500  !important;
    padding: 0 0 20px 0  !important;
    text-align: left  !important;
}
.widget_title img {
	display: none;
}
.widget_welcart_calendar table {
	width: 46%  !important;
	margin: 0 2% 2%  !important;
	/* border: 1px solid #ccc; */
	border-collapse: collapse  !important;
	float: left  !important;
	font-size: 0.95em  !important;
	color: #666  !important;
}

.widget_welcart_calendar table caption {
	font-size: 1em  !important;
	padding: 10px  !important;
	letter-spacing: 2px  !important;
	color: #333  !important;
	text-align: center;
}
.widget_welcart_calendar th {
	/* color: #fff; */
	border-top: 1px solid #e0dede  !important;
	border-bottom: 1px solid #e0dede  !important;
	text-align: center  !important;
	padding: 10px;
	background: none !important;
	color: #000 !important;
}

.widget_welcart_calendar td {
	border: none  !important;
	text-align: center  !important;
	padding: 12px  !important;
}
.widget_welcart_calendar .businessday {
	color: #262626  !important;
	background-color: #fff0d1  !important;
	/* display: block; */
}

.widget_welcart_calendar tbody {
}

.widget_welcart_calendar tbody tr{margin: 0 0 10px !important;}
/*---- welcart_blog_calendar ----*/
.welcart_blog_calendar table {
	width: 100%  !important;
	border: 1px solid #ccc  !important;
	border-collapse: collapse  !important;
}
.welcart_blog_calendar th {
	color: #fff  !important;
	background-color: #131313  !important;
	border: 1px solid #ccc  !important;
	text-align: center  !important;
}
.welcart_blog_calendar td {
	border: 1px solid #ccc  !important;	
	text-align: center  !important;
}

/*=== お知らせセクション全体 ===*/
.news__items {
  /* max-width: 800px; */
  margin: 0 auto;
  /* padding: 60px 20px; */
  background-color: #fff;
  /* border-top: 2px solid #f5cccc; */
  /* border-bottom: 2px solid #f5f5f5; */
}

/*=== セクション見出し（中央揃え）===*/
.news__items h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

/*=== お知らせ個別アイテムのレイアウト ===*/
.news__item {
  border-bottom: 1px solid #eee;
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  transition: background-color 0.3s;
}

.news__item:last-child {
  /* border-bottom: none; */
}

/*=== ホバー時の効果 ===*/
.news__item:hover {
  background-color: #fafafa;
}

/*=== 日付のスタイル ===*/
.news__date {
  color: #888;
  font-size: 14px;
  /* min-width: 120px; */
  /* text-align: left; */
  padding-right: 15px;
}

/*=== タイトル（リンク）===*/
.news__title {
  color: #222;
  font-weight: 500;
  text-align: left;
  transition: color 0.2s ease;
}

.news__item a {
  text-decoration: none;
  /* display: flex; */
  justify-content: flex-start;
  width: 100%;
}


/*=== レスポンシブ対応 ===*/
@media screen and (max-width: 600px) {
  .news__item {
    flex-direction: column;
    align-items: flex-start;
  }

  .news__item a {
    flex-direction: column;
    align-items: flex-start;
  }

  .news__date {
    margin-bottom: 5px;
  }
}


section.top #products{}
section.top #products .products__inner{}
section.top #products .products__inner .tansa{}
section.top #products .products__inner .mbff{}
section.top #products .products__inner .category__box{}
section.top #products .products__inner .category__box ul.category__list{
    grid-template-columns: repeat(3, 1fr);
}
section.top #products .products__inner .category__box ul.category__list li{}
section.top #products .products__inner .category__box ul.category__list li a{}
section.top #products .products__inner .category__box ul.category__list li a:hover{}
section.top #products .products__inner .category__box ul.category__list li figure{}
section.top #products .products__inner .category__box ul.category__list li figure img{}
section.top #products .products__inner .category__box ul.category__list li p.title{}
section.top #products .products__inner .category__box ul.category__list li p.money_Normal{}
section.top #products .products__inner .category__box ul.category__list li p.money_Normal .field_cprice{}
section.top #products .products__inner .category__box ul.category__list li .price{}
section.top #products .products__inner .category__box ul.category__list li .price .price__name{}
section.top #products .products__inner .category__box ul.category__list li .price .prices{}
section.top #products .products__inner .category__box .itemsoldout{}
section.top #company{}
section.top #company .company__inner{}
section.top #company .company__inner article#other{}
section.top #company .company__inner article#other table{}
section.top #company .company__inner article#other table tr{}
section.top #company .company__inner article#other table tr th{}
section.top #company .company__inner article#other table tr td{}
section.top #contact{}
section.top #contact .contact__inner{}
section.top #contact .contact__inner h6{}
section.top #contact .contact__inner article#other{}
}

/*=== 固定ナビゲーションヘッダー ===*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  z-index: 1000;
}

/*=== ヒーローセクション ===*/
.hero {
  width: 100%;
  height: 400px;
  background: url('/path/to/hero-image.jpg') no-repeat center center / cover;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}

.hero h1 {
  font-size: 3rem;
  font-weight: bold;
  background: rgba(0,0,0,0.5);
  padding: 20px;
}

/*=== 商品カード表示 ===*/
ul.content__list {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  justify-content: center;
}

ul.content__list li {
  width: 22%;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  padding: 15px;
  transition: transform 0.2s ease;
}

ul.content__list li:hover {
  transform: translateY(-5px);
}

ul.content__list li figure img {
  width: 100%;
  border-radius: 8px;
}

ul.content__list li figcaption {
  margin-top: 10px;
  font-size: 14px;
  color: #333;
}

/*=== CTAボタン強調 ===*/
.button {
  display: inline-block;
  background: #ef230d;
  color: #fff;
  padding: 12px 30px;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
  transition: background 0.3s ease;
}

.button:hover {
  background: #c51d0a;
}

/*=== レスポンシブ対応強化 ===*/
@media screen and (max-width: 768px) {
  ul.content__list {
    flex-direction: column;
  }

  ul.content__list li {
    width: 100%;
    margin-bottom: 20px;
  }

  .hero {
    height: 250px;
  }

  .hero h1 {
    font-size: 1.8rem;
  }
    section.top{}
section.top #about{}
section.top #about{}
section.top #about .about__inner{}
section.top #news{
    padding: 50px 15px;
}
section.top #news .news__inner{
    padding: 0 !important;
}
section.top #news .news__inner .news__items{}
section.top #news .news__inner .news__items .news__item{
    padding: 16px 0;
}
section.top #news .news__inner .news__items .news__item a{}
section.top #news .news__inner .news__items .news__item a:hover{}
section.top #news .news__inner .news__items .news__item span.news__date{}
section.top #news .news__inner .news__items .news__item span.news__title{}
section.top #products{
    background-color: #f7f7f7;
    padding: 50px 15px;
}
section.top #products .products__inner{
    /* max-width: 1000px; */
    padding: 0 !important;
}
section.top #products .products__inner .tansa{}
section.top #products .products__inner .mbff{}
section.top #products .products__inner .category__box{}
section.top #products .products__inner .category__box ul.category__list{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 25px;
    /* margin-bottom: 80px; */
}
section.top #products .products__inner .category__box ul.category__list li{}
section.top #products .products__inner .category__box ul.category__list li a{
    line-height: 2;
    color: #000;
}
section.top #products .products__inner .category__box ul.category__list li a:hover{}
section.top #products .products__inner .category__box ul.category__list li figure{}
section.top #products .products__inner .category__box ul.category__list li figure img{}
section.top #products .products__inner .category__box ul.category__list li p.title{
    font-weight: bold;
}
section.top #products .products__inner .category__box ul.category__list li p.money_Normal{}
section.top #products .products__inner .category__box ul.category__list li p.money_Normal .field_cprice{}
section.top #products .products__inner .category__box ul.category__list li .price{}
section.top #products .products__inner .category__box ul.category__list li .price .price__name{}
section.top #products .products__inner .category__box ul.category__list li .price .prices{
    font-size: 1.2em;
    color: red;
    display: block;
}
section.top #products .products__inner .category__box .itemsoldout{}
section.top #company{
    padding: 50px 14px;
}
section.top #company .company__inner{
    padding: 0 !important;
}
section.top #company .company__inner article#other{
    padding: 0;
}
section.top #company .company__inner article#other table{}
section.top #company .company__inner article#other table tr{}
section.top #company .company__inner article#other table tr th{}
section.top #company .company__inner article#other table tr td{}
section.top #contact{
    background-color: #f7f7f7;
    padding: 50px 15px;
    margin: 0;
}
section.top #contact .contact__inner{
    padding: 0 !important;
}
section.top #contact .contact__inner h6{}
section.top #contact .contact__inner article#other{
    padding: 0;
}
}
