html {
    letter-spacing: 0.04rem;
    line-height: 1.6;
    font-size: 16.8px;
    color: #444444;
}


a:hover {
    opacity: 0.6;
    transition-duration: 0.3s;
    }
    

img {
    width: 100%;
}

body {
    background-color: #f1f1f1;
    font-family: "Helvetica Neue",
        Arial,
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans",
        Meiryo,
        sans-serif;
}

table {
    border-collapse: collapse;
}




.wrap {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
}

@media screen and (min-width:992px) {
    .wrap {
        flex-direction: row;
    }
}


.wrap__kv {
    width: 100%;
    background-color: #ffffff;
}

@media screen and (min-width:992px) {
    .wrap__kv {
        order: 1;
    }
}

.kv__img {
    max-width: 1200px;
    margin: 0 auto;
}


.wrap__container {
    width: 100%;
    padding-left: 3.2%;
    padding-right: 3.2%;
}

@media screen and (min-width:992px) {
    .wrap__container {
        width: 72%;
        max-width: 860px;
        order: 2;
        padding-left: 1.2%;
        padding-right: 1.2%;
    }
}

.wrap__side {
    width: 100%;
    padding-left: 3.2%;
    padding-right: 3.2%;
    /* display: none; */
}

@media screen and (min-width:992px) {
    .wrap__side {
        width: 28%;
        max-width: 320px;
        padding-left: 1.2%;
        padding-right: 1.2%;
        order: 3;
        display: flex;
        flex-direction: column;
    }
}



.container__item {
    display: flex;
    flex-wrap: wrap;
    background-color: #ffffff;
    padding-top: 0px;
    padding-left: 0%;
    padding-right: 0%;
    padding-bottom: 0px;
    justify-content: center;
    margin-bottom: 36px;
}

@media screen and (min-width:768px) {
    .container__item {
        padding-left: 0%;
        padding-right: 0%;
    }
}

.container__item h2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 32px;
    padding-left: 2.0%;
    padding-right: 2.0%;
}

@media screen and (min-width:576px) {
    .container__item h2 {
        flex-direction: row;
        padding-left: 3.2%;
        padding-right: 3.2%;
    }
}


.container__item h2 img {
    width: 60px;
}

@media screen and (min-width:576px) {
    .container__item h2 img {
        width: 80px;
    }
    
}



.container__item h2 a {
    font-size: 24px;
    font-weight: bold;
    padding-top: 8px;
    padding-left: 3.2%;
    padding-right: 0%;
    padding-bottom: 8px;
    line-height: 1.32;
    color: #666666;
}

.item__thumb {
    width: 100%;
    padding-top: 20px;
    padding-left: 0%;
    padding-right: 0%;
    padding-bottom: 12px;
    max-width: 414px;
}

@media screen and (min-width:768px) {
    .item__thumb {
        width: 32%;
    }
}

.item__catch {
    width: 100%;
    padding-top: 20px;
    padding-left: 3.2%;
    padding-right: 3.2%;
    padding-bottom: 0px;
}

@media screen and (min-width:768px) {
    .item__catch {
        width: 68%;
        padding-left: 3.2%;
        padding-right: 2.4%;
    }
}

.item__catch h3 {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.4;
    padding-bottom: 24px;
    color: #666666;
}

.item__catch ul {
    padding-bottom: 20px;
    display: flex;
    align-items: center;
}

.item__catch ul img {
    width: 32px;
    height: 24px;
    padding-right: 8px;
}

.item__catch ul li {
    font-weight: 400;
    font-size: 17.2px;
    line-height: 1.32;
    color: #666666;
}

.item__catch ul li strong {
    background: linear-gradient(transparent 50%, #fff47d 0%);
}

.item__link {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-left: 3.2%;
    padding-right: 3.2%;
    justify-content: center;
}

@media screen and (min-width:576px) {
    .item__link {
        flex-direction: row;
        justify-content: space-between;
    }
}

.item__link--1 {
    padding-top: 32px;
    padding-bottom: 32px;
}

.item__link--2 {
    padding-top: 48px;
    padding-bottom: 24px;
}

.item__link a {
    border-radius: 12px;
    padding-top: 24px;
    padding-left: 4%;
    padding-right: 4%;
    padding-bottom: 24px;
    font-size: 18px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    line-height: 1.4;
    font-weight: bold;
    width: 100%;
    margin-bottom: 24px;
}

.item__link--detail {
    background: #888888;
    /* box-shadow: 0 6px 0 #666666; */
}

.item__link--koushiki {
    background: #34b9b9;
    /* box-shadow: 0 6px 0 #3f9e9e; */
}

.item__link--spacer {
    display: none;
}

@media screen and (min-width:576px) {
    .item__link--spacer {
        padding: 1%;
        display: block;
    }
}


.item__spec {
    width: 93.6%;
    line-height: 1.32;
    margin-bottom: 40px;
    border-top: 1px solid #bababa;
}

.item__spec tr {
    border-bottom: 1px solid #bababa;
}

.item__spec th {
    padding-top: 12px;
    padding-left: 3.2%;
    padding-right: 3.2%;
    padding-bottom: 12px;
    width: 30%;
    background-color: #f8f8f8;
}

.item__spec td {
    width: 70%;
    padding-top: 12px;
    padding-left: 3.2%;
    padding-right: 3.2%;
    padding-bottom: 12px;
}



.item__reviewtitle {
    display: flex;
    background-color: #c1b4a3;
    ;
    width: 100%;
    align-items: center;
    padding-top: 12px;
    padding-left: 3.2%;
    padding-right: 3.2%;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.item__reviewtitle img {
    width: 52px;
    height: 38px;
    padding-right: 12px;
}

.item__reviewtitle h4 {
    font-size: 18px;
    color: #fff;
    line-height: 1.4;
    font-weight: bold;
}


.item__reviews {
    display: flex;
    width: 93.6%;
    /* margin-top: 24px; */
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #c9c9c9;
    padding-top: 32px;
    padding-bottom: 32px;
}

.item__reviews img {
    width: 40px;
    height: 40px;
}

@media screen and (min-width:576px) {
    .item__reviews img {
        width: 60px;
        height: 60px;
    }
}


.item__reviews ul {
    width: 82%;
    padding-left: 4%;
}

@media screen and (min-width:576px) {
    .item__reviews ul {
        width: 86%;
        padding-left: 4%;
    }
}


.item__reviews ul li {
    display: flex;
    align-items: center;
    padding-bottom: 4px;
}

.item__reviews ul li img {
    width: 120px;
    height: 20px;
}

.item__reviews ul li span {
    padding-left: 1.2%;
    font-weight: 600;
    font-size: 20px;
    color: #888888;
}

.item__reviews dl {
    width: 100%;
    padding-top: 12px;
}

.item__reviews dl dt {
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 8px;
color: #666666;}

.item__reviews dl dd {
    line-height: 1.5;
}




.side__itemlist {
    padding-top: 0px;
    padding-bottom: 36px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.side__itemlist h3 {
    padding-bottom: 12px;
    font-size: 16px;
    font-weight: bold;
    color: #666666;
    line-height: 1.4;
}

.side__itemlist li {
    padding-top: 12px;
    padding-left: 3.2%;
    padding-right: 4.0%;
    padding-bottom: 12px;
    background-color: #ffffff;
    margin-bottom: 12px;
    width: 100%;
    align-items: center;
    display: flex;
}

@media screen and (min-width:576px) {
    .side__itemlist li {
        width: 49%;
    }
}

@media screen and (min-width:992px) {
    .side__itemlist li {
        width: 100%;
    }
}

.side__itemlist li a {
    display: flex;
    align-items: center;
    width: 100%;
}

.side__itemlist li img {
    width: 40px;
    height: 40px;
}

.side__itemlist li span {
    padding-left: 4.0%;
    font-weight: normal;
    line-height: 1.4;
    color: #666666;
    font-size: 15.2px;
flex: 1;}




.side__articlelist {
    padding-top: 0px;
    padding-bottom: 36px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.side__articlelist h3 {
    padding-bottom: 12px;
    font-size: 16px;
    font-weight: bold;
    color: #666666;
    line-height: 1.4;
}

.side__articlelist li {
    padding-top: 0px;
    padding-left: 0%;
    padding-right: 0%;
    padding-bottom: 0px;
    background-color: #ffffff;
    margin-bottom: 12px;
    width: 100%;
    align-items: center;
    display: flex;
}

@media screen and (min-width:576px) {
    .side__articlelist li {
        width: 49%;
        align-items: flex-start;
    }
}


@media screen and (min-width:992px) {
    .side__articlelist li {
        width: 100%;
        align-items: center;
    }
}


.side__articlelist li a {
    display: flex;
    align-items: center;
    width: 100%;
}

@media screen and (min-width:576px) {
    .side__articlelist li a {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
    }
}

@media screen and (min-width:992px) {
    .side__articlelist li a {
        width: 100%;
        flex-direction: row;
        align-items: center;
    }
}

.side__articlelist li img {
    width: 50%;
    height: auto;
}

@media screen and (min-width:576px) {
    .side__articlelist li img {
        width: 100%;
    }
}

@media screen and (min-width:992px) {
    .side__articlelist li img {
        width: 120px;
    }
}

.side__articlelist li span {
    padding-left: 4.0%;
    font-weight: normal;
    line-height: 1.4;
    color: #666666;
    font-size: 14.0px;
    flex: 1;
    width: 100%;
    padding-top: 12px;
    padding-left: 4%;
    padding-right: 4%;
    padding-bottom: 12px;
}



.container__sort {
    background-color: #ffffff;
    border-style: solid;
    border-width: 2px;
    border-radius: 10px;
    border-color: #f1f1f1;
    margin-top: 32px;
    margin-bottom: 32px;
}

@media screen and (min-width:576px) {
    .container__sort {
        width: 75%;
    }
}

@media screen and (min-width:768px) {
    .container__sort {
        width: 50%;
    }
}

.container__sort summary {
    padding-top: 12px;
    padding-left: 3.2%;
    padding-right: 3.2%;
    padding-bottom: 12px;
}

.container__sort p {
    padding-top: 12px;
    padding-left: 3.2%;
    padding-right: 3.2%;
    padding-bottom: 12px;
    border-style: solid;
    border-color: #efefef;
    border-width: 2px 0 0 0;
}


.side__filter {
    padding-top: 0px;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    background-color: #ffffff;
    margin-bottom: 40px;
}


.side__filter h2 {
    padding-top: 16px;
    padding-left: 6%;
    padding-right: 6%;
    padding-bottom: 16px;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1.4;
    text-align: left;
    width: 100%;
    margin-bottom: 12px;
    background-color: #929fa7;
}

.side__filter form {
    overflow-y: hidden;
    height: auto;
}

.side__filter h3 {
    padding-top: 12px;
    font-size: 16px;
    font-weight: bold;
    color: #666666;
    line-height: 1.4;
    padding-left: 6.0%;
    padding-right: 6.0%;
}

.side__filter ul {
    padding-top: 16px;
    padding-left: 6.0%;
    padding-right: 6.0%;
    padding-bottom: 4px;
    display: flex;
    flex-wrap: wrap;
}


.side__filter ul li {
    padding-top: 8px;
    padding-left: 4.0%;
    padding-right: 3.2%;
    padding-bottom: 8px;
    display: flex;
    align-items: center;
    background-color: #f1f1f1;
    border-width: 0px;
    border-color: #999999;
    margin-bottom: 12px;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
}


@media screen and (min-width:576px) {
    .side__filter ul li {
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
    }
}

@media screen and (min-width:992px) {
    .side__filter ul li {
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
    }
}



.side__filter ul li input {
    width: 24px;
}

.side__filter ul li label {
    padding-left: 3.2%;
    line-height: 1.4;
    font-size: 13.2px;
    flex: 1;
}

.side__filter button {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 12px;
    padding-left: 6%;
    padding-right: 6%;
    padding-bottom: 20px;
}

.side__filter button a {
    border-radius: 8px 8px 8px 8px;
    padding-top: 16px;
    padding-left: 4%;
    padding-right: 4%;
    padding-bottom: 16px;
    font-size: 15.2px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    line-height: 1.4;
    font-weight: bold;
    width: 100%;
    background: #354462;
}


.side__pr01 {
    display: none;
    padding-top: 0px;
    padding-bottom: 24px;
    margin-top: 24px;
    position:relative;
}

@media screen and (min-width:992px) {
    .side__pr01 {
        display: flex;
        justify-content: center;
    }
}

.side__pr01 img {
    max-width: 414px;
}



.side__pr02 {
    padding-bottom: 48px;
    position:relative;
}
@media screen and (min-width:992px) {
    .side__pr02 {
        display: none;
    }
}



.container__pr {
    padding-bottom: 48px;
    position:relative;
}


.pr__mark {
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    padding: 0;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 32px;
    font-weight: bold;
}
.pr__mark span {
    position: relative;
    display: block;
}
.pr__mark active {
    opacity: 0.6;
}





.container__pagination {
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
    padding-bottom: 36px;
}

.pagination__item--link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #505050;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.pagination__item--link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.pagination__item--link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.pagination__item:first-child .pagination__item--link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.pagination__item:last-child .pagination__item--link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.pagination__item.active .pagination__item--link {
    z-index: 3;
    color: #fff;
    background-color: #505050;
    border-color: #505050;
}

.pagination__item.disabled .pagination__item--link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}




footer {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    order: 5;
    width: 100%;
}

.footer__menu {
    display: flex;
    justify-content: center;
    padding-top: 0px;
    padding-bottom: 0px;
    flex-direction: column;
}

@media screen and (min-width:576px) {
    .footer__menu {
        flex-direction: row;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}


.footer__menu li {
    padding-top: 16px;
    padding-left: 4%;
    padding-right: 4%;
    padding-bottom: 16px;
    font-size: 13.2px;
    font-weight: normal;
    color: #666666;
    border-bottom: 2px solid #f1f1f1;
}

@media screen and (min-width:576px) {
    .footer__menu li {
        padding-top: 4px;
        padding-left: 1.2%;
        padding-right: 1.2%;
        padding-bottom: 4px;
        margin-left: 16px;
        margin-right: 16px;
        width: max-content;
    }
}

.footer__copyright {
    display: flex;
    justify-content: center;
    font-size: 12px;
    color: #ffffff;
    font-weight: bold;
    padding-top: 8px;
    padding-left: 1.2%;
    padding-right: 1.2%;
    padding-bottom: 8px;
    background-color: #c1b4a3;
}





.d-none {
    display: none;
}

@media screen and (min-width:576px) {
    .d-sm-none {
        display: none;
    }
}

@media screen and (min-width:768px) {
    .d-md-none {
        display: none;
    }
}

@media screen and (min-width:992px) {
    .d-lg-none {
        display: none;
    }
}

@media screen and (min-width:1200px) {
    .d-xl-none {
        display: none;
    }
}

@media screen and (min-width:1400px) {
    .d-xxl-none {
        display: none;
    }
}


.d-block {
    display: block;
}

@media screen and (min-width:576px) {
    .d-sm-block {
        display: block;
    }
}

@media screen and (min-width:768px) {
    .d-md-block {
        display: block;
    }
}

@media screen and (min-width:992px) {
    .d-lg-block {
        display: block;
    }
}

@media screen and (min-width:1200px) {
    .d-xl-block {
        display: block;
    }
}

@media screen and (min-width:1400px) {
    .d-xxl-none {
        display: none;
    }
}

.d-flex {
    display: flex;
}

@media screen and (min-width:576px) {
    .d-sm-flex {
        display: flex;
    }
}

@media screen and (min-width:768px) {
    .d-md-flex {
        display: flex;
    }
}

@media screen and (min-width:992px) {
    .d-lg-flex {
        display: flex;
    }
}

@media screen and (min-width:1200px) {
    .d-xl-flex {
        display: flex;
    }
}

@media screen and (min-width:1400px) {
    .d-xxl-flex {
        display: flex;
    }
}



.class_h {
    color: #ff0000;
}
.class_c1 li {
    color: #00ff00 !important;
}
.class_c2 li {
    color: #0000ff !important;
}
