@charset "UTF-8";

.contents-wrapper {
    width: 70%;
    margin: 0 auto;
    line-height: 1.7;
    letter-spacing: 0.1em;
}
.contents-wrapper .contents-image {
    width: 80%;
    margin: 0 auto 3%;
}
.contents-wrapper .contents-image.contents-main-image {
    width: 100%;
    margin: 0;
}
.contents-wrapper .contents-image img {
    width: 100%;
}
.contents-wrapper .contents-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto 3%;
}
.contents-wrapper .contents-images .contents-image {
    box-sizing: border-box;
    margin-bottom: 0;
    padding: 1%;
}
.contents-wrapper .contents-movie {
    width: 80%;
    margin: 0 auto 3%;
}
.contents-wrapper .contents-movie video {
    width: 100%;
    margin: 0 auto 8%;
}
.contents-wrapper .contents-heading {
    width: 80%;
    margin: 0 auto 3%;
}
.contents-wrapper .contents-heading h3 {
    margin: 8% 0;
    text-align: center;
    font-size: 3vw;
    font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", "MS 明朝", serif;
}
.contents-wrapper .contents-heading h4 {
    margin: 8% 0 3%;
    font-size: 2.2vw;
}
.contents-wrapper .contents-text {
    width: 80%;
    margin: 0 auto 3%;
    font-size: 1.4vw;
}
.contents-wrapper .contents-text .marker {
    background: linear-gradient(transparent 60%, #fafad2 60%);
}
.contents-wrapper .contents-button {
    width: 60%;
    margin: 0 auto 3%;
}
.contents-wrapper .contents-button a {
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 10px;
    background-color: #009999;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.6vw;
    line-height: 4;
    text-decoration: none;
}
.contents-wrapper .contents-button a:hover {
    opacity: 0.6;
}
.contents-wrapper .contents-space {
    padding: 5% 0;
}

.contents-wrapper .images-related-products .contents-image {
    width: 40%;
}
.contents-wrapper .images-related-products.images-related-products2 .contents-image {
    width: 60%;
    margin-bottom: 1%;
}
.contents-wrapper .images-related-products .contents-text {
    width: 78%;
}
.contents-wrapper .images-related-products .contents-heading {
    text-align: center;
}
.contents-wrapper .images-related-products .contents-images {
    width: 80%;
    margin: 0 auto 3%;
}
.contents-wrapper .images-related-products.images-related-products2 .contents-images {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 60%;
    margin-bottom: 8%;
}
.contents-wrapper .images-related-products .contents-images .image-related-products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto 8%;
}
.contents-wrapper .images-related-products .contents-images .image-related-products .image-related-product {
    width: 31.3%;
    margin: 1%;
    font-size: 1vw;
}
.contents-wrapper .images-related-products .contents-images .image-related-products .image-related-product a {
    text-decoration: underline;
    color: #222;
}
.contents-wrapper .images-related-products .contents-images .image-related-products .image-related-product img {
    width: 100%;
}
.contents-wrapper .images-related-products .contents-images .image-related-products .image-related-product .product-price {
    text-align: center;
}

.contents-wrapper .images-related-products.images-related-products2 .contents-images .image-related-products-title {
    width: 25%;
    text-align: center;
    font-size: 1.3vw;
}
.contents-wrapper .images-related-products.images-related-products2 .contents-images .image-related-products {
    width: 75%;
    margin: 0 auto;
}
.contents-wrapper .images-related-products.images-related-products2 .contents-images .image-related-products .image-related-product {
    width: 25%;
    margin: 1% 0;
    text-align: center;
}
.contents-wrapper .images-related-products.images-related-products2 .contents-images .image-related-products .image-related-product a {
    text-underline-offset: 5px;
}

@media screen and (max-width: 479px) {

    .contents-wrapper {
        width: 100%;
    }
    .contents-wrapper .contents-image {
        width: 90%;
    }
    .contents-wrapper .contents-image.contents-main-image {
        width: 100%;
    }
    .contents-wrapper .contents-images {
        width: 90%;
    }
    .contents-wrapper .contents-movie {
        width: 90%;
    }
    .contents-wrapper .contents-heading {
        width: 90%;
    }
    .contents-wrapper .contents-heading h3 {
        font-size: 5vw;
        text-align: left;
    }
    .contents-wrapper .contents-heading h4 {
        margin: 10% 0 4%;
        font-size: 4vw;
    }
    .contents-wrapper .contents-text {
        width: 90%;
        margin-bottom: 5%;
        font-size: 3.5vw;
    }
    .contents-wrapper .contents-button {
        width: 90%;
    }
    .contents-wrapper .contents-button a {
        border-radius: 5px;
        font-size: 4vw;
        line-height: 3;
    }

    .contents-wrapper .images-related-products .contents-image {
        width: 90%;
    }

    .contents-wrapper .images-related-products.images-related-products2 .contents-image {
        width: 90%;
    }
    .contents-wrapper .images-related-products .contents-text {
        width: 90%;
    }
    .contents-wrapper .images-related-products .contents-images {
        width: 92%;
    }
    .contents-wrapper .images-related-products.images-related-products2 .contents-images {
        width: 90%;
        margin-bottom: 8%;
    }
    .contents-wrapper .images-related-products .contents-images .image-related-products .image-related-product {
        font-size: 2.6vw;
    }

    .contents-wrapper .images-related-products.images-related-products2 .contents-images .image-related-products-title {
        font-size: 3vw;
    }
    .contents-wrapper .images-related-products.images-related-products2 .contents-images .image-related-products .image-related-product {
        margin: 2% 0;
    }
    .contents-wrapper .images-related-products.images-related-products2 .contents-images .image-related-products .image-related-product a {
        text-underline-offset: 3px;
    }
}



.tokushuWrapper {
    letter-spacing: 0.1em;
}
.tokushuContent {
    width: 70%;
    margin: 0 auto;
}
.tokushuMainImg {
    width: 100%;
}
.tokushuArticle {
    width: 80%;
    margin: 0 auto;
    line-height: 1.7;
}
.tokushuArticle h1 {
    margin: 8% 0;
    text-align: center;
    font-size: 3vw;
    font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", "MS 明朝", serif;
}
.tokushuArticle h3 {
    margin: 8% 0 3%;
    font-size: 2.2vw;
}
.tokushuArticleImg {
    width: 100%;
    margin-bottom: 3%;
}
.tokushuArticle p {
    margin-bottom: 3%;
    font-size: 1.4vw;
}
.tokushuSubtitle {
    text-align: center;
    font-size: 25px;
    line-height: 30px;
    margin-top: 50px;
    margin-bottom: 38px;
    border-top: 2px #333 solid;
    border-bottom: 2px #333 solid;
    padding: 3% 1em;
    font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", "MS 明朝", serif;
    font-weight: bold;
}

a.tokushuBtn {
    margin:0 auto;
    margin-bottom: 0;
    line-height: 2.5em;
    font-size:14px;
    text-decoration: none;
    display: block;
    text-align: center;
    color: #fff;
    border-radius: 0.3em;
    background: #666;
}
a.tokushuBtn:hover {
    background: #333;
    color: #FFF;
    transition: all .5s;
    text-decoration: none;
}
.tokushuItem {
    width: 100%;
    border: 2px solid #ededed;
    border-radius: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 40px;
}
.tokushuItemImg {
    width: 46%;
    float: left;
    padding-left: 3%;
}
.tokushuItemSpace {
    padding: 0 3%;
    float: left;
}
.tokushuItemInfo {
    float: left;
    width: 45%;
    padding-top: 14px;
    padding-left: 3%;
}
.tokushuItemFactory {
    font-size: 12px;
    color: gray;
    margin-bottom: 2px;
}
.tokushuItemName {
    font-size: 21px;
    margin-top: 0px;
    margin-bottom: 16px;
}
.tokushuItemPrice {
    font-size: 14px;
}
.tokushuItemColor, .tokushuItemSize {
    font-size: 12px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.tokushuItemDescription {
    font-size: 14px;
    color: #333;
    margin-top: 10px;
}
.tokushuItem .tokushuBtn {
    margin-bottom: 0;
    margin-top: 25px;
}
.tokushuClear {
    clear: left;
}

@media(max-width:670px) {

    .tokushuContent {
        width: 100%;
    }
    .tokushuArticle {
        width: 90%;
    }
    .tokushuArticle h1 {
        font-size: 5vw;
        text-align: left;
    }
    .tokushuArticle h3 {
        font-size: 4vw;
        margin: 10% 0 4%;
    }
    .tokushuArticle p {
        font-size: 3.5vw;
        margin-bottom: 5%;
    }
    .tokushuSubtitle {
        font-size: 18px;
        line-height: 26px;
        margin-top: 40px;
        margin-bottom: 30px;
    }

    a.tokushuBtn {
        margin:0 auto;
        margin-bottom: 20px;
        line-height: 3.5em;
        font-size:12px;
        text-decoration: none;
        display: block;
        text-align: center;
        color: #fff;
        border-radius: 0.3em;
        background: #666;
    }
    a.tokushuBtn:hover {
        background: #333;
        color: #FFF;
        transition: all .5s;
        text-decoration: none;
    }
    .tokushuItem {
        width: 100%;
        border: 2px solid #ededed;
        border-radius: 10px;
        padding: 20px;
        margin-bottom: 40px;
    }
    .tokushuItemImg {
        width: 100%;
        float: none;
        margin-bottom: 20px;
        padding: 0;
    }
    .tokushuItemSpace {
        display: none;
    }
    .tokushuItemInfo {
        float: none;
        width: 100%;
        padding-top: 14px;
        padding-left: 0;
        padding-right: 0;

    }
    .tokushuItemFactory {
        font-size: 12px;
        color: gray;
        margin-bottom: 2px;
    }
    .tokushuItemName {
        font-size: 16px;
        font-weight: bold;
        margin-top: 0px;
        margin-bottom: 16px;
    }
    .tokushuItemPrice {
        font-size: 14px;
    }
    .tokushuItemColor, .tokushuItemSize {
        font-size: 12px;
        margin-bottom: 5px;
        margin-top: 5px;
    }
    .tokushuItemDescription {
        font-size: 14px;
        color: #333;
        margin-top: 10px;
    }
    .tokushuItem .tokushuBtn {
        margin-bottom: 0;
        margin-top: 50px;
    }
}
