@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap');

#topicpath {
    display: none !important;
}

.articleWrapper {
    padding-bottom: 5%;
    background-color: #fff;
}
.mainSection {
    width: 100%;
}
.mainVd {
    width: 100%;
    margin-top: 0;
}
.articleSection {
    width: 86%;
    margin: 0 auto;
    letter-spacing: 0.08em;
}
.articleSection h1 {
    width: 100%;
    min-height: 1em;
    margin-top: 12%;
    color: #444;
    font-size: 32px;
    font-weight: normal;
    line-height: 1.5;
    font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", "MS 明朝", serif;
}
.articleSection p {
    width: 100%;
    font-size: 18px;
    line-height: 1.8;
    margin-top: 8%;
    color: #222;
}
.articleSection b {
    color: #444;
}
.articleSection a {
    text-decoration: underline;
}
.articleSection h2 {
    display: block;
    width: 100%;
    margin: 10% auto -2%;
    font-size: 24px;
    line-height: 1.75;
    color: #444;
    font-weight: bold;
}
.articleSection img {
    width: 100%;
    margin-top: 8%;
}
.articleSection .underline_marker {
    background: linear-gradient(transparent 60%, #fafad2 60%);
    text-decoration: underline;
}
.articleSection .marker {
    background: linear-gradient(transparent 60%, #fafad2 60%);
}
.articleSection iframe {
    width: 100%;
    margin-top: 8%;
}
.articleSection p.movie-title {
    font-size: 16px;
    font-weight: bold;
    margin-top: 5%;
}
.articleSection .movie {
    position: relative;
    width: 100%;
    margin-top: 3%;
    padding-top: 56.25%;
}
.articleSection .movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
}
.articleSection .wash-tags {
    margin-top: 5%;
}
.articleSection .wash-tags .wash-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-top: 1%;
}
.articleSection .wash-tags .wash-tag .wash-tag-image {
    width: 10%;
}
.articleSection .wash-tags .wash-tag .wash-tag-image img {
    margin: 0;
}
.articleSection .wash-tags .wash-tag .wash-tag-description {
    width: 90%;
    padding-left: 3%;
    font-size: 16px;
}
.articleSection .wash-attention {
    margin-top: 2%;
    font-size: 16px;
    line-height: 1.8;
}

.articleSection .size_block h5 {
    display: block;
    width: 100%;
    margin: 10% auto 0;
    font-size: 24px;
    line-height: 1.75;
    color: #444;
    font-weight: bold;
}
.articleSection .size_block p {
    font-size: 12px;
    line-height: 20px;
}
.articleSection .size_block .guide_block {
    margin-bottom: 30px;
}

.articleSection .size_block .size_guide table th,
.articleSection .size_block .size_guide table td {
    border-bottom: 1px solid #dcdcdc;
}

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

    .articleSection {
        width: 100%;
        padding: 0 2%;
    }
    .articleSection h1 {
        margin: 10vw auto 3vw;
        padding: 0 2%;
        font-size: 5vw;
        font-weight: bold;
        line-height: 1.8;
    }
    .articleSection h2 {
        margin: 8vw auto 0;
        padding: 0 2%;
        font-size: 4.4vw;
    }
    .articleSection p {
        margin: 8vw auto 0;
        padding: 0 2%;
        font-size: 3.8vw;
    }
    .articleSection img {
        margin-top: 8vw;
    }

    .articleSection .wash-tags {
        margin: 2% auto;
        padding: 0 2%;
    }
    .articleSection .wash-tags .wash-tag .wash-tag-image {
        width: 16%;
    }
    .articleSection .wash-tags .wash-tag .wash-tag-description {
        width: 84%;
        font-size: 14px;
    }
    .articleSection .wash-attention {
        margin: 2% auto;
        padding: 0 2%;
        font-size: 14px;
    }

    .articleSection .size_block .size_guide table th,
    .articleSection .size_block .size_guide table td {
        width: auto;
        padding: 4px 2px;
        font-size: 12px;
    }
}

.product-contents-wrapper {
    padding-bottom: 5%;
    background-color: #fff;
    letter-spacing: 0.08em;
}
.product-contents-wrapper a {
    text-decoration: underline;
}
.product-contents-wrapper .product-contents-image,
.product-contents-wrapper .product-contents-images,
.product-contents-wrapper .product-contents-heading,
.product-contents-wrapper .product-contents-text,
.product-contents-wrapper .product-contents-movie {
    width: 86%;
    margin: 0 auto;
}
.product-contents-wrapper .product-contents-image img {
    width: 100%;
    margin: 0 auto 8%;
}
.product-contents-wrapper .product-contents-image.product-contents-main-image {
    width: 100%;
}
.product-contents-wrapper .product-contents-image.product-contents-main-image img {
    margin-bottom: 12%;
}
.product-contents-wrapper .product-contents-heading h1 {
    display: block;
    width: 100%;
    min-height: 1em;
    margin: 0 auto 8%;
    color: #444;
    font-size: 2.5vw;
    font-weight: normal;
    line-height: 1.5;
    font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", "MS 明朝", serif;
}
.product-contents-wrapper .product-contents-heading h2 {
    display: block;
    width: 100%;
    margin: 0 auto 6%;
    color: #444;
    font-size: 2vw;
    font-weight: bold;
    line-height: 1.75;
}
.product-contents-wrapper .product-contents-heading h3 {
    display: block;
    width: 100%;
    margin: 0 auto 4%;
    color: #444;
    font-size: 1.6vw;
    font-weight: normal;
}
.product-contents-wrapper .product-contents-text p {
    width: 100%;
    margin: 0 auto 8%;
    font-size: 1.4vw;
    line-height: 1.8;
}
.product-contents-wrapper .product-contents-movie video {
    width: 100%;
    margin: 0 auto 8%;
}

.product-contents-wrapper strong.marker {
    background: linear-gradient(transparent 60%, #fafad2 60%);
}

.product-contents-wrapper .images-related-products .product-contents-image {
    width: 40%;
}
.product-contents-wrapper .images-related-products .product-contents-text {
    width: 78%;
}
.product-contents-wrapper .images-related-products .product-contents-heading {
    text-align: center;
}
.product-contents-wrapper .images-related-products .product-contents-images {
    width: 80%;
}
.product-contents-wrapper .images-related-products .product-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%;
}
.product-contents-wrapper .images-related-products .product-contents-images .image-related-products .image-related-product {
    width: 31.3%;
    margin: 1%;
    font-size: 1vw;
}
.product-contents-wrapper .images-related-products .product-contents-images .image-related-products .image-related-product a {
    text-decoration: underline;
    color: #222;
}
.product-contents-wrapper .images-related-products .product-contents-images .image-related-products .image-related-product img {
    width: 100%;
}
.product-contents-wrapper .images-related-products .product-contents-images .image-related-products .image-related-product .product-price {
    text-align: center;
}

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

    .product-contents-wrapper .product-contents-image,
    .product-contents-wrapper .product-contents-heading,
    .product-contents-wrapper .product-contents-text,
    .product-contents-wrapper .product-contents-movie {
        width: 100%;
        padding: 0 2%;
    }
    .product-contents-wrapper .product-contents-image img {
        margin-bottom: 8vw;
    }
    .product-contents-wrapper .product-contents-heading h1 {
        margin: 3vw auto 10vw;
        padding: 0 2%;
        font-size: 5vw;
        font-weight: bold;
        line-height: 1.8;
    }
    .product-contents-wrapper .product-contents-heading h2 {
        margin-bottom: 8vw;
        padding: 0 2%;
        font-size: 4.4vw;
    }
    .product-contents-wrapper .product-contents-heading h3 {
        margin-bottom: 4vw;
        font-size: 4vw;
    }
    .product-contents-wrapper .product-contents-text p {
        margin-bottom: 8vw;
        padding: 0 2%;
        font-size: 3.8vw;
    }

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