@charset "UTF-8";

/******************************************************************************
*
* [共通]非表示・調整
*
******************************************************************************/

.wrapper {
    margin-bottom: 0 !important;
    margin-left: auto !important;
    margin-top: 60px !important;
}

.container h3 {
    margin-bottom: 12px !important;
}

.enter-width-title,
.window-length-title,
.enter-length-title,
.open-method-title,
.window-option-title {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

@media screen and (max-width: 960px) {
    .common-title {
        margin-bottom: 12px !important;
    }
}

.fs-c-productActionButton.fs-c-buttonContainer,
.fs-p-headerNavBar {
    display: none !important;
}

@media screen and (min-width: 960px) {
    .fs-l-product2 .fs-l-productLayout {
        grid-template-columns: calc(60% - 40px / 2) calc(40% - 40px / 2);
        grid-gap: 40px;
    }
}


/******************************************************************************
*
* [共通]パンくずリスト
*
******************************************************************************/
/*
.fs-c-breadcrumb__list li.fs-c-breadcrumb__listItem {
    font-size: 10px !important;
}

.fs-c-breadcrumb {
    margin-top: 30px !important;
}*/

.fs-c-breadcrumb,
.fs-c-breadcrumb ol,
.fs-c-breadcrumb li {
    margin: 0;
    padding: 0;
    font-size: 13px;
    color: #1a1a1a;
}

.fs-c-breadcrumb {
    width: 94%;
    max-width: 1050px;
    margin: auto;
    margin-bottom: 50px;
    margin-top: 30px;
}

.fs-c-breadcrumb a {
    color: #1a1a1a;
}

.fs-c-breadcrumb a:hover {
    text-decoration: underline;
}

/******************************************************************************
*
* [商品ページ]セクション
*
******************************************************************************/

/*リセット*/

.fs-l-main {
    width: 94%;
    max-width: 1050px !important;
    padding: 0;
    margin: auto !important;
}

/*---------------------
* 共通
---------------------*/

/*コンテナ*/

#content_body section.sec {
    display: flex;
    justify-content: space-between;
}

#content_body section.sec .sec_main {
    width: 70%;
    max-width: 760px;
}

#content_body section.sec .sec_main .box:nth-child(n+2) {
    margin-top: 60px;
}

#content_body section.sec .sec_side {
    width: 26%;
    max-width: 230px;
}

/*商品タイトル*/

section.sec .sec_main .title,
.fs-c-productNameHeading {
    margin-bottom: 30px;
}

section.sec .sec_main .title h2,
.fs-c-productNameHeading .fs-c-productNameHeading__name {
    display: block;
    font-size: 30px;
    line-height: 1.6;
    letter-spacing: 0.15em;
    font-weight: 500;
    color: #1a1a1a;
}

.fs-c-productNameHeading .fs-c-productNameHeading__copy {
    display: block;
    font-size: 14px;
    color: #1a1a1a;
    font-weight: normal;
}

/*商品番号*/

.fs-c-productNumber {
    border-width: 0;
    display: inline-block;
    padding: 0;
    margin-top: 0;
    padding-left: 0.5em;
    font-size: 16px;
}

/*スライダー矢印*/

.slick-prev,
.slick-next,
.slick-arrow:before {
    width: 50px !important;
    height: 50px !important;
}

.slick-prev,
.slick-next {
    z-index: 2;
}

.slick-arrow:before {
    content: "" !important;
    position: absolute;
    top: 0;
    left: 0;
}

.slick-next:before {
    background: url(../images/icon/arrow2.png) !important;
    background-size: cover !important;
}

.slick-prev:before {
    background: url(../images/icon/arrow1.png) !important;
    background-size: cover !important;
}

.product_slider .slick-prev,
.product_slider .slick-next {
    top: 35%;
}

.product_slider .slick-next {
    right: 2px
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0
}

/*---------------------
* 上段セクション
---------------------*/

#content_body .sec.product_info .sec_main {
    width: 64%;
    max-width: 650px;
}

#content_body .sec.product_info .sec_side {
    width: 36%;
    max-width: 350px;
}

/*---------------------
* 下段セクション
---------------------*/

section.sec.product_aside {
    margin-top: 100px;
    margin-top: 100px;
}

section.sec.product_aside > .wrap {
    display: flex;
    justify-content: space-between;
    flex-flow: row-reverse;
}

section.sec .sec_main {
    width: 70%;
    max-width: 760px;
}

section.sec .sec_main .box:nth-child(n+2) {
    margin-top: 60px;
}

section.sec .sec_side {
    width: 26%;
    max-width: 230px;
}

section.sec.product_aside p {
    margin-top: 30px;
}

/*---------------------
* スライダー
---------------------*/

/*SLICKスライダーのサムネイル固定*/

.sec_slide .thumbs .slick-track {
    transform: unset !important;
    width: 100% !important;
}

.sec_slide .thumbs .slick-track li {
    width: 15% !important;
    margin-right: 2%;
    margin-top: 15px;
    cursor: pointer;
}

.sec_slide .thumbs .slick-track li:nth-child(6n) {
    margin-right: 0;
}

/*---------------------
* タブ
---------------------*/

/*タブ切り替え*/

.product_sec_tab .tabs {
    margin-top: 60px;
}

.product_sec_tab .tab_item {
    display: block;
    width: calc(100%/3);
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    text-align: center;
    color: #565656;
    background: #F5F5F5;
    float: left;
    transition: all 0.2s ease;
    border-right: solid 1px #D9D9D9;
    position: relative;
    cursor: pointer;
}

.product_sec_tab .tab_item.last {
    border-right-width: 0;
}

.product_sec_tab input[name="tab_item"] {
    display: none;
}

.product_sec_tab .tab_content {
    display: none;
    padding: 40px 30px 30px;
    clear: both;
    overflow: hidden;
    border: solid 1px #D9D9D9;
    border-top-width: 0;
}

.product_sec_tab #c1:checked ~ #c1_content,
.product_sec_tab #c2:checked ~ #c2_content,
.product_sec_tab #c3:checked ~ #c3_content {
    display: block;
}

.product_sec_tab .tabs input:checked + .tab_item {
    background: #90A5BA;
    color: #fff;
}

.product_sec_tab .tabs input:checked + .tab_item::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 10px 0 10px;
    border-color: #90A5BA transparent transparent transparent;
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    margin: auto;
}

/*テーブル*/

.product_sec_tab .tabs table {
    width: 100%;
}

.product_sec_tab .tabs table th {
    font-weight: normal;
}

.product_sec_tab .tabs table th,
.product_sec_tab .tabs table td {
    width: 25%;
    vertical-align: middle;
    border: solid 1px #CCCCCC;
    text-align: center;
    color: #3C3C3C;
}

.product_sec_tab .tabs table thead th,
.product_sec_tab .tabs table thead td,
.product_sec_tab .tabs table tbody th {
    background-color: #F4F4F4;
    font-size: 13px;
}

.product_sec_tab .tabs table thead td {
    background-image: url(../images/table/arrow.png);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center bottom 6px;
}

.product_sec_tab .tabs table thead th {
    padding: 8px 0;
}

.product_sec_tab .tabs table thead th img {
    width: 80%;
    max-width: 110px;
    margin: auto;
}

.product_sec_tab .tabs table tbody th,
.product_sec_tab .tabs table tbody td {
    padding: 12px 5px;
}

.product_sec_tab .tabs table tbody td {
    font-size: 15px
}

.product_sec_tab .tabs aside {
    text-align: right;
    font-size: 13px;
    color: #9A9A9A;
    margin-top: 5px;
}

/*差分*/

.product_sec_tab .tabs .tab_content.p2 table th,
.product_sec_tab .tabs .tab_content.p2 table td {
    width: 20%;
}

.product_sec_tab .tabs .tab_content.p3 table th,
.product_sec_tab .tabs .tab_content.p3 table td {
    width: 16.6%;
}



/*---------------------
* カラーバリエーション
---------------------*/

.sec.product_info .colorvariation {
    margin-top: 50px;
}

.sec.product_info .colorvariation h3 {
    font-size: 22px;
    margin-bottom: 15px;
}

.sec.product_info .colorvariation ul.cv_list {
    display: flex;
    flex-wrap: wrap;
}

.sec.product_info .colorvariation ul.cv_list li {
    width: 15%;
    margin-right: 2%;
}

.sec.product_info .colorvariation ul.cv_list li:nth-child(6n) {
    margin-right: 0;
}

.sec.product_info .colorvariation ul.cv_list li:nth-child(n + 7) {
    margin-top: 10px;
}

/*---------------------
* 詳細
---------------------*/

/*共通*/

.sec.product_info .text > .info {
    margin-top: 50px;
}

.sec.product_info .text > .info h3 {
    font-size: 22px;
    margin-bottom: 15px;
}

/*表*/

.sec.product_info .text > .info table {
    width: 100%;
}

.sec.product_info .text > .info table th,
.sec.product_info .text > .info table td {
    border: solid 1px #D9D9D9;
    font-size: 16px;
    padding: 15px 10px;
}

.sec.product_info .text > .info table td {
    padding: 15px 25px;
}

.sec.product_info .text > .info table th {
    width: 200px;
    background: #EDF0F3;
}

/*---------------------
* レビュー
---------------------*/

#productpage_mio .fs-c-productReview {
    margin-top: 50px;
}

/*見出し*/

#productpage_mio .fs-c-aggregateRating {
    align-items: center;
    padding-bottom: 15px;
    border-bottom: solid 2px #9A9A9A;
    margin-bottom: 15px;
}

#productpage_mio .fs-c-aggregateRating__rating {
    flex-wrap: nowrap;
    flex: none;
}

#productpage_mio .fs-c-aggregateRating__rating::before {
    content: "レビュー";
    display: block;
    font-size: 22px;
    flex: none;
}

#productpage_mio .fs-c-aggregateRating__count {
    font-size: 14px;
    line-height: 1.5;
    padding-left: 20px;
    background-image: url(../images/icon/comment1.png);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: top 3px left 0;
    margin-left: 40px;
}

#productpage_mio .fs-c-rating__value,
#productpage_mio .fs-c-reviewStars::before {
    color: #f09f34;
}

/*展開*/

#productpage_mio .close {
    font-size: 13px;
    text-align: right;
    line-height: 1;
    margin-left: auto;
    position: relative;
    top: 70px;
    cursor: pointer;
}

#productpage_mio .close::before {
    content: "レビューを閉じる";
}

#productpage_mio .close span {
    display: inline-block;
    vertical-align: middle;
    width: 9px;
    height: 9px;
    border: 2px solid #333;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(25%) rotate(-45deg);
    position: relative;
    top: -1px;
    margin-left: 12px;
}

#productpage_mio .close.active::before {
    content: "この商品のレビューを見る";
}

#productpage_mio .close.active span {
    transform: translateY(-25%) rotate(135deg);
}

/*レビューリスト*/

#productpage_mio .fs-c-reviewList__item {
    border-color: #D9D9D9;
}

#productpage_mio .fs-c-reviewList__item:first-child {
    border-top-width: 0;
}

#productpage_mio .fs-c-reviewList__item__body {
    margin-bottom: 0;
    margin-top: 20px;
}

#productpage_mio .fs-c-reviewBody {
    padding: 0;
    border-width: 0;
}

.fs-c-productReview__allReviews.fs-c-buttonContainer.fs-c-buttonContainer--viewAllReviews {
    margin-top: 6px;
}

.fs-c-productReview__allReviews.fs-c-buttonContainer.fs-c-buttonContainer--viewAllReviews,
.fs-c-productReview__addReview.fs-c-buttonContainer.fs-c-buttonContainer--addReview--detail {
    justify-content: flex-end;
    padding: 0;
}

.fs-c-productReview__allReviews.fs-c-buttonContainer.fs-c-buttonContainer--viewAllReviews.active,
.fs-c-productReview__addReview.fs-c-buttonContainer.fs-c-buttonContainer--addReview--detail.active {
    display: none;
}

.fs-c-productReview__allReviews.fs-c-buttonContainer.fs-c-buttonContainer--viewAllReviews a,
.fs-c-productReview__addReview.fs-c-buttonContainer.fs-c-buttonContainer--addReview--detail a {
    text-decoration: underline;
    font-size: 13px;
    color: #1E6AAD;
}

#productpage_mio .fs-c-reviewList__item__info {
    flex-flow: row-reverse;
    justify-content: flex-end;
    align-items: center;
}

#productpage_mio .fs-c-reviewInfo__date {
    padding: 0 8px;
    margin: 0 7px !important;
    border-right: solid 1px #9A9A9A;
    border-left: solid 1px #9A9A9A;
}

#productpage_mio .fs-c-reviewInfo__date,
#productpage_mio .fs-c-reviewInfo__reviewer.fs-c-reviewer,
#productpage_mio .fs-c-reviewInfo__reviewer.fs-c-reviewer a {
    font-size: 13px;
    color: #9A9A9A;
}

#productpage_mio .fs-c-reviewInfo__date dt,
#productpage_mio .fs-c-reviewer__profile {
    display: none;
}


/******************************************************************************
*
* [商品ページ]サイドバー
*
******************************************************************************/

.sec_side > dl:nth-child(n+2) {
    margin-top: 60px;
}

/*---------------------
* カテゴリー
---------------------*/

.sec_side dl.cat {
    border: solid 1px #9A9A9A;
}

.sec_side dl.cat dt {
    background: #EDF0F3;
    color: #90A5BA;
    text-align: center;
    font-size: 16px;
    padding: 12px 10px;
    border-bottom: solid 1px #9A9A9A;
}

.sec_side dl.cat dd {
    padding: 15px;
}

.sec_side dl.cat dd ul li {
    font-size: 13px;
    margin-bottom: 5px;
}

.sec_side dl.cat dd ul li:last-child {
    margin-bottom: 0;
}

.sec_side dl.cat dd ul li a {
    color: #1a1a1a;
    transition: color 0.5s;
}

.sec_side dl.cat dd ul li a:hover {
    color: #90a5ba;
}

/*---------------------
* ピックアップ
---------------------*/

.sec_side dl.pickup dt {
    font-size: 22px;
    letter-spacing: 0.15em;
    margin-bottom: 15px;
}

.sec_side dl.pickup dd ul li:nth-child(n+2) {
    margin-top: 30px;
}

/*---------------------
* ここからコンテンツ内容
---------------------*/


/*---------------------
* ここからコンテンツ内容
---------------------*/


/*---------------------
* ここからコンテンツ内容
---------------------*/


/******************************************************************************
*
* [共通]商品リスト
*
******************************************************************************/

#product_list {
    margin-top: 60px;
}

#product_list .wrap section.list:nth-child(n+2) {
    margin-top: 100px;
}

/*見出し*/

#product_list .list h2 {
    font-size: 30px;
    letter-spacing: 0.15em;
    font-weight: 500;
    margin-bottom: 20px;
}

/*---------------------
* リスト
---------------------*/

#product_list .slick-initialized .slick-slide {
    padding-right: 30px;
}

#product_list .list ul.product_slider {
    /*width: -webkit-calc(100% + (100vw - 1050px)/2);
    width: calc(100% + (100vw - 1050px)/2);*/
}

#product_list .list ul li .image {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

#product_list .list ul li .image::before {
    content: "";
    display: block;
    padding-top: 100%;
}

#product_list .list ul li .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all 0.5s;
}

#product_list .list ul li .image img:hover {
    transform: scale(1.1);
}

#product_list .list ul li .name,
#product_list .list ul li aside {
    font-size: 16px;
    margin-top: 10px;
}

/*ランキング*/

#product_list .list2 ul li .image::after {
    content: "01";
    width: 46px;
    height: 46px;
    font-size: 20px;
    line-height: 45px;
    text-align: center;
    background: #000;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

#product_list .list2 ul .slick-slide:nth-child(5n+2) .image::after {
    content: "02";
}

#product_list .list2 ul .slick-slide:nth-child(5n+3) .image::after {
    content: "03";
}

#product_list .list2 ul .slick-slide:nth-child(5n+4) .image::after {
    content: "04";
}

#product_list .list2 ul .slick-slide:nth-child(5n+5) .image::after {
    content: "05";
}

#product_list .list2 ul .slick-slide:nth-child(5n+6) .image::after {
    content: "06";
}

#product_list .list2 ul .slick-slide:nth-child(5n+7) .image::after {
    content: "07";
}

#product_list .list2 ul .slick-slide:nth-child(5n+8) .image::after {
    content: "08";
}

#product_list .list2 ul .slick-slide:nth-child(5n+9) .image::after {
    content: "09";
}

#product_list .list2 ul .slick-slide:nth-child(5n+10) .image::after {
    content: "10";
}


/******************************************************************************
*
* [共通]ご利用ガイド
*
******************************************************************************/

#guide {
    margin-top: 50px;
}

#guide .title {
    text-align: center;
    margin-bottom: 30px;
}

#guide .title .sub {
    font-size: 16px;
    color: #92A8BE;
}

#guide .title h2 {
    font-size: 30px;
    letter-spacing: 0.2em;
}

/*---------------------
* リスト
---------------------*/

#guide ul.list {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

#guide ul.list li {
    width: 18%;
    border: solid 1px #92A8BE;
    transition: all 0.5s;
}

#guide ul.list li a {
    display: block;
    height: 100%;
    padding: 25px 5px;
}

#guide ul.list li .icon {
    width: 50px;
    margin: 0 auto 10px;
}

#guide ul.list li .txt {
    color: #92A8BE;
    font-size: 16px;
}

#guide ul.list li:hover {
    box-shadow: 4px 4px 12px rgba(144, 165, 186, 0.6);
}


/******************************************************************************
*
* [共通]レスポンシブ対応
*
******************************************************************************/

/*1920px以下*/

@media only screen and (max-width: 1920px) {}

/*1050px以下*/

@media only screen and (max-width: 1050px) {

    .wrapper {
        margin-top: 0px !important;
    }

    /*---------------------
    * [共通]パンくずリスト
    ---------------------*/

    .fs-c-breadcrumb,
    .fs-c-breadcrumb ol,
    .fs-c-breadcrumb li {
        /*font-size: 12px;*/
        /*SP文字サイズ変更*/
        font-size: 10px;
    }

    /*---------------------
    * [共通]セクション
    ---------------------*/

    /*コンテナ*/

    section.sec {
        display: block;
    }

    section.sec .sec_main {
        width: 100%;
    }

    section.sec .sec_main .box:nth-child(n+2) {
        margin-top: 50px;
    }

    section.sec .sec_side {
        width: 100%;
    }

    /*文字*/

    section.sec .sec_main .title {
        margin-bottom: 15px;
    }

    .fs-c-productNameHeading .fs-c-productNameHeading__copy {
        font-size: 12px;
        margin-bottom: 4px;
    }

    section.sec .sec_main .title h2,
    .fs-c-productNameHeading .fs-c-productNameHeading__name {
        /*font-size: 22px;*/
        /*SP文字サイズ変更*/
        font-size: 20px;
        letter-spacing: 0.1em;
    }

    .fs-c-productNameHeading,
    .fs-c-productNameHeading .fs-c-productNameHeading__name {
        margin-bottom: 0;
    }

    .fs-c-productNumber {
        font-size: 12px;
    }

    section.sec .sec_main .title aside {
        margin-top: 8px;
        font-size: 13px;
        padding-left: 0;
    }

    section.sec .sec_main p {
        font-size: 14px;
        line-height: 1.8;
    }

    /*スライダー矢印*/

    .slick-prev,
    .slick-next,
    .slick-arrow:before {
        width: 40px !important;
        height: 40px !important;
    }

    .sec_slide .slick-next {
        right: -12px;
    }

    .sec_slide .slick-prev {
        left: -12px;
    }

    .product_slider .slick-prev,
    .product_slider .slick-next {
        top: 30%;
    }

    .product_slider .slick-next {
        right: 5px
    }

    .product_slider .slick-prev {
        left: 5px
    }

    .fs-c-slick .slick-prev,
    .fs-c-slick .slick-next {
        display: none !important;
    }

    /*下段セクション*/

    section.sec.product_aside {
        margin-top: 50px;
    }

    section.sec.product_aside p {
        margin-top: 15px;
    }

    /*上段セクション*/

    .sec.product_info .sec_main {
        width: 100%;
    }

    .sec.product_info .sec_side {
        width: 100%;
    }

    /*SLICKスライダーのサムネイル固定*/

    .sec_slide .thumbs .slick-track li {
        width: 18% !important;
        margin-right: 2.5%;
        margin-top: 10px;
    }

    .sec_slide .thumbs .slick-track li:nth-child(6n) {
        margin-right: 2.5%;
    }

    .sec_slide .thumbs .slick-track li:nth-child(5n) {
        margin-right: 0;
    }

    /*タブ*/

    .product_sec_tab .tabs {
        margin-top: 50px;
        font-feature-settings: "palt";
    }

    .product_sec_tab .tab_item {
        height: 60px;
        line-height: 60px;
        font-size: 11px;
    }

    .product_sec_tab .tab_content {
        padding: 22px 6px 18px;
    }

    .product_sec_tab .tabs input:checked + .tab_item::before {
        border-width: 10px 9px 0 9px;
        bottom: -9px;
    }

    .product_sec_tab .tabs table thead th,
    .product_sec_tab .tabs table thead td,
    .product_sec_tab .tabs table tbody th {
        font-size: 10px;
    }

    .product_sec_tab .tabs table thead td {
        background-size: 60%;
        background-position: center bottom 5px;
    }

    .product_sec_tab .tabs table thead th {
        padding: 10px 0;
    }

    .product_sec_tab .tabs table thead th img {
        width: 92%;
    }

    .product_sec_tab .tabs table tbody th,
    .product_sec_tab .tabs table tbody td {
        padding: 15px 2px;
    }

    .product_sec_tab .tabs table tbody th {
        font-weight: normal;
    }

    .product_sec_tab .tabs table tbody td {
        font-size: 10px;
    }

    .product_sec_tab .tabs aside {
        font-size: 10px;
    }

    /*.product_sec_tab .tab_content.p2,
    .product_sec_tab .tab_content.p3 {
        overflow: scroll;
    }

    .product_sec_tab .tab_content.p2 table,
    .product_sec_tab .tabs .tab_content.p2 aside {
        width: 425px;
    }

    .product_sec_tab .tab_content.p3 table,
    .product_sec_tab .tabs .tab_content.p3 aside {
        width: 510px;
    }

    .product_sec_tab .tabs .tab_content.p2 table th,
    .product_sec_tab .tabs .tab_content.p2 table td {
        width: 85px;
    }

    .product_sec_tab .tabs .tab_content.p3 table th,
    .product_sec_tab .tabs .tab_content.p3 table td {
        width: 85px;
    }*/

    /*カラーバリエーション*/

    .sec.product_info .colorvariation {
        margin-top: 40px;
    }

    .sec.product_info .colorvariation h3 {
        font-size: 20px;
    }

    .sec.product_info .colorvariation ul.cv_list li {
        width: 31%;
        margin-right: 3.5%;
    }

    .sec.product_info .colorvariation ul.cv_list li:nth-child(3n),
    .sec.product_info .colorvariation ul.cv_list li:nth-child(6n) {
        margin-right: 0;
    }

    .sec.product_info .colorvariation ul.cv_list li:nth-child(n + 4) {
        margin-top: 7px;
    }


    /*詳細*/

    .sec.product_info .text > .info h3 {
        font-size: 20px;
    }

    .sec.product_info .text > .info table th,
    .sec.product_info .text > .info table td {
        /*font-size: 13px;*/
        /*SP用文字サイズ調整*/
        font-size: 12px;
        padding: 15px 5px;
    }

    .sec.product_info .text > .info table td {
        padding: 15px 12px;
    }

    .sec.product_info .text > .info table th {
        width: 100px;
    }

    /*---------------------
    * レビュー
    ---------------------*/

    #productpage_mio .fs-c-productReview {
        margin-top: 0;
    }

    /*見出し*/

    #productpage_mio .fs-c-productReview {
        border: solid 1px #9A9A9A;
        border-radius: 7px;
    }

    #productpage_mio .fs-c-productReview.no_review {
        /*レビューリストがない場合*/
        border-width: 0;
    }

    #productpage_mio .fs-c-aggregateRating {
        padding-bottom: 0;
        border-bottom-width: 0;
        margin-bottom: 0 !important;
        padding-top: 10px;
        padding-bottom: 10px;
        position: relative;
    }

    #productpage_mio .fs-c-reviewStars {
        margin-left: 5px;
    }

    #productpage_mio .fs-c-aggregateRating__rating::before {
        font-size: 16px;
        padding-left: 12px;
        margin-right: 5px;
    }

    #productpage_mio .fs-c-rating__value,
    #productpage_mio .fs-c-reviewStars::before {
        font-size: 14px;
    }

    #productpage_mio .fs-c-rating__value {
        margin-left: 5px;
        font-size: 14px;
    }

    #productpage_mio .fs-c-aggregateRating__count {
        position: absolute;
        top: 9px;
        right: 15px;
        font-size: 12px;
        background-size: 10px;
        background-position: top 4px left 0;
        padding-left: 15px;
        margin-left: 0;
    }

    /*展開*/

    #productpage_mio .close {
        left: 0;
        right: 0;
        margin: auto;
        top: 115px;
        position: static;
        text-align: center;
        margin: 50px 0 10px;
    }

    /*レビューリスト*/

    .fs-c-productReview__reviewList.fs-c-reviewList.fs-c-reviewList--productDescription {
        border-top: solid 1px #9A9A9A;
        padding: 0 15px 8px;
    }

    #productpage_mio .fs-c-reviewList__item {
        padding: 15px 0;
    }

    #productpage_mio .fs-c-reviewList__item__body {
        font-size: 12px;
        margin-top: 8px;
    }

    #productpage_mio .fs-c-reviewInfo__date {
        padding: 0 5px;
        margin: 0 5px !important;
    }

    #productpage_mio .fs-c-reviewInfo__date,
    #productpage_mio .fs-c-reviewInfo__reviewer.fs-c-reviewer,
    #productpage_mio .fs-c-reviewInfo__reviewer.fs-c-reviewer a {
        font-size: 11px;
    }

    #productpage_mio .fs-c-reviewStars {
        margin-left: 0px;
    }

    .fs-c-productReview__allReviews.fs-c-buttonContainer.fs-c-buttonContainer--viewAllReviews {
        margin-top: 4px;
    }

    .fs-c-productReview__allReviews.fs-c-buttonContainer.fs-c-buttonContainer--viewAllReviews,
    .fs-c-productReview__addReview.fs-c-buttonContainer.fs-c-buttonContainer--addReview--detail {
        padding-right: 15px;
    }

    .fs-c-productReview__addReview.fs-c-buttonContainer.fs-c-buttonContainer--addReview--detail {
        padding-bottom: 15px
    }

    .fs-c-productReview__allReviews.fs-c-buttonContainer.fs-c-buttonContainer--viewAllReviews a,
    .fs-c-productReview__addReview.fs-c-buttonContainer.fs-c-buttonContainer--addReview--detail a {
        font-size: 10px;
    }

    /*---------------------
    * [共通]サイドバー
    ---------------------*/

    .sec_side {
        margin-top: 80px;
    }

    /*---------------------
    * [共通]商品リスト
    ---------------------*/

    #product_list {
        margin-top: 10px;
    }

    #product_list .wrap {
        width: 100%;
        padding-left: 4%;
    }

    #product_list .wrap section.list:nth-child(n+2) {
        margin-top: 60px;
    }

    #product_list .list h2 {
        font-size: 16px;
        letter-spacing: 0;
        margin-bottom: 15px;
    }

    /*リスト*/

    #product_list .slick-list {
        padding-right: 50px !important;
    }

    #product_list .slick-initialized .slick-slide {
        padding-right: 10px;
    }

    #product_list .list ul li .name,
    #product_list .list ul li aside {
        font-size: 12px;
        margin-top: 5px;
    }

    #product_list .list ul li aside {
        font-size: 11px;
    }

    #product_list .list2 ul li .image::after {
        width: 30px;
        height: 30px;
        font-size: 13px;
        line-height: 29px;
    }

    /*---------------------
    * [共通]ご利用ガイド
    ---------------------*/

    #guide {
        margin-top: 30px;
    }

    #guide .title .sub {
        font-size: 12px;
    }

    #guide .title h2 {
        font-size: 22px;
    }

    /*リスト*/

    #guide ul.list {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #guide ul.list li {
        width: 48%;
        border: solid 1px #92A8BE;
        margin-bottom: 15px
    }

    #guide ul.list li:last-child {
        margin: 0 auto;
    }

    #guide ul.list li a {
        padding: 10px 5px;
    }

    #guide ul.list li .icon {
        width: 42px;
        margin: 0 auto 10px;
    }

    #guide ul.list li .txt {
        /*font-size: 13px;*/
        /*文字サイズ調整*/
        font-size: 12px;
    }

}

/*960px以下*/

@media only screen and (max-width: 960px) {}

/*644px以下*/

@media only screen and (max-width: 644px) {}

/*375px以下*/

@media only screen and (max-width: 375px) {}

/*360px以下*/

@media only screen and (max-width: 360px) {}

/*330px以下*/

@media only screen and (max-width: 330px) {}
