@charset "utf-8";

/*
* Pinterest 画像保存のためのソース設定
* ソースのみ書き出して Web UI は非表示にする
*/

img[data-images_for_pinterest="hide"],
.images_for_pinterest-hide {
    display: none !important;
}


/******* コンテンツ **********/

.header-series {
    margin-bottom: 1.5em;
}

.title-series {
    font-size: 2.5em;
    font-weight: 500;
    line-height: 1.3;
}

.series-name-jp {}


/* 最終的にPHPの出力自体を削除予定：START */

.series-remarks {
    display: none;
    font-size: 16px;
    margin-bottom: 1em;
}


/* 最終的にPHPの出力自体を削除予定：END */

.sub_title {
    font-size: 0.75em;
    margin-bottom: 0.5em;
}

.taxonomy-features .sub_title,
.taxonomy-features .icon-term {
    display: none;
}

.count-text {
    font-size: 0.75em;
}

.title-size_variation {
    margin-bottom: 1em;
}

.title-size_variation>.title-text {
    display: inline-block;
    vertical-align: middle;
}

.title-size_variation>.count-text {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.8em;
    border: 1px solid;
    padding: 3px 8px;
    border-radius: 5px;
    margin-left: 1em;
}

.wrap-size_variation {
    padding: 2.5%;
    box-sizing: border-box;
    background: var(--base-color, #f6f6f6);
}

.content-size_variation {
    position: relative;
}

.select-size_variation {
    position: absolute;
    right: 0;
    width: 49%;
}

.select-display {
    cursor: pointer;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-right: none;
    padding: 10px;
    position: relative;
    background: #fff;
    font-weight: 500;
    line-height: 1.4;
}

.select-display::before {
    content: " ";
    position: absolute;
    right: 0;
    top: 0;
    width: 42px;
    height: 100%;
    background: #666;
}

.select-display::after {
    content: " ";
    position: absolute;
    right: 14px;
    top: 38%;
    border-top: 10px solid #fff;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}


.select-box {
    border: 1px solid #666;
    box-sizing: border-box;
    width: 100%;
    position: absolute;
    top: 100%;
    z-index: 10;
}

.size_variation {
    cursor: default;
    box-sizing: border-box;
    padding: 6px 10px;
    background: #fff;
    font-weight: 400;
    cursor: pointer;
}

.size_variation.selected {
    background-color: #666;
    color: #fff;
}

.content-size_variation .sku-post_excerpt {
    vertical-align: baseline;
    line-height: 1.4;
}

.content-size_variation .sku-post_excerpt .text {
    margin-right: 1em;
}

.select-display>.sku-post_excerpt {
    width: 90%;
}

.select-display>.sku-post_excerpt::before {
    content: "他を選ぶ";
    float: right;
    display: none;
}

.content-size_variation .sku-showroom-exist {
    display: inline-block;
    vertical-align: baseline;
    font-size: 0.85em;
}

.taxonomies-series {
    font-size: 0;
}

.taxonomy-series {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    width: calc(37.5% - 1em);
    margin: 2em 0.5em;
}

.taxonomy-series:first-child {
    width: calc(25% - 1em);
    margin-left: 0;
    margin-right: 1em;
}

.taxonomy-series.taxonomy-sanitaryware_colors {
    margin-left: 1em;
    margin-right: 0;
}

.icon-products_installation_bathtubs {
    width: 136px;
}

.icon-products_installation_bathtubs>a {
    display: block;
}

.icon-products_installation_bathtubs img {
    height: 50px;
    object-fit: cover;
    object-position: center;
}

.content-sanitaryware_colors {
    background-color: var(--base-color);
    padding: 1em;
    margin-top: 0.5em;
}

.this-sanitaryware_colors {
    box-sizing: border-box;
    padding: 1em;
    margin: 0 auto 1em auto;
    text-align: center;
    font-size: 0.8em;
    font-weight: 400;
    line-height: 1;
    border: 1px solid #ddd;
}

.list-sanitaryware_colors {
    font-size: 0;
    box-sizing: border-box;
}

.sanitaryware_colors {
    display: inline-block;
    width: 12.5%;
    height: 20px;
    box-sizing: border-box;
}

.sanitaryware_colors>a {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 3px solid transparent;
}

.ua-desktop .sanitaryware_colors>a:hover {
    border-color: rgba(0, 0, 0, 0.6);
    opacity: 1;
}

.sanitaryware_colors.selected>a,
.ua-desktop .sanitaryware_colors.selected>a:hover {
    border-color: rgba(0, 0, 0, 0.3);
    pointer-events: none;
}

.desc-sanitaryware_colors {
    margin-top: 0.25em;
    /* 元は1em：現在未使用のため */
    font-size: 0.7em;
    line-height: 1.6;
}

.taxonomy {
    margin: 0 auto 1.25em auto;
}

.taxonomy-features .taxonomy {
    margin-bottom: 0;
}

.taxonomy-basic .taxonomy dd {
    font-size: 1.1em;
}

.taxonomy-features .taxonomy dd {
    font-size: 0.9em;
}

.taxonomy dd ul li {
    display: inline-block;
    vertical-align: top;
    font-weight: 400;
    position: relative;
    line-height: 1.4;
}

.taxonomy-features dd ul li {
    margin: 0.35em auto;
}

.taxonomy-features dd ul li a {
    background: var(--base-color);
    border: 1px solid #999;
    padding: 0.3em 0.5em;
    box-sizing: border-box;
    line-height: 1.85;
    display: inline;
    vertical-align: middle;
    border-radius: 25px;
}

.menu-terms-children {
    position: relative;
    margin-left: 1em;
}

.menu-terms-children:before {
    content: " ";
    position: absolute;
    left: -1em;
    top: 0.75em;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    height: 6px;
    width: 6px;
    transform: rotate(45deg);
}

.taxonomy-basic .icon-term+.text-term,
#spec-term-series_name .jp {
    display: block;
    font-size: 0.75em;
    font-weight: 300;
    margin-top: 0.5em;
}

.taxonomy-products_maker .spec-term-item {
    width: 100%;
    /* for FireFox */
}

.taxonomy-products_maker .icon-products_maker {
    max-width: 100px;
    line-height: 1;
    margin-top: 0.5em;
}

.taxonomy-products_maker .icon-products_maker img {
    max-height: 60px;
}

.taxonomy-products_award .spec-terms {
    display: inline-block;
    vertical-align: top;
}

.taxonomy-products_award .icon-products_award {
    display: inline-block;
    max-width: 100px;
    font-size: 16px;
    line-height: 1;
    margin: 0.5em 1em 0.5em 0;
}

.taxonomy-products_award .icon-products_award img {
    max-height: 60px;
}

.taxonomy-products_award .text-products_award {
    display: none;
}

.sku-data {
    margin: 2em auto 0 auto;
}

.wrap-sku-images_sku-data-table {
    font-size: 0;
}

.wrap-sku-images {
    font-size: 16px;
    width: 49%;
    display: inline-block;
    vertical-align: top;
    margin: 0 2% 2em 0;
}

.wrap-sku-images .drawing-images {
    width: 80%;
    margin: 1em auto;
}

.wrap-sku-images .sku-images {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), to(#818b8f));
    background-image: linear-gradient(180deg, #e3e3e3, #818b8f);
}

.wrap-sku-data-table {
    font-size: 16px;
    width: 49%;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 2em 0;
    background: #fff;
}

.sku-data-table {
    display: table;
    width: 100%;
    /* border-bottom: 1px solid #bbb; */
}

.sku-data-table:last-child {
    border-bottom: none;
}

.sku-data-table.sku-price_tax {
    display: none !important;
    /* 現在非表示 */
}

.sku-data-table dt,
.sku-data-table dd {
    display: table-cell;
    box-sizing: border-box;
    padding: 0.5em 1em;
    font-weight: 400;
}

.sku-data-table dt {
    width: 7em;
}

.sku-data-table dd {
    padding-left: 0.85em;
}

.sku-data-table dd a {
    pointer-events: none;
}

.wrap-sku-data-downloads {
    margin: 2em auto 0 auto;
}

.wrap-downloads_data {
    margin: 1em auto 0 auto;
}

.sub_title-downloads {
    margin: 0.5em auto;
}

.downloads_data {
    margin: 0 auto;
    margin-top: -1px;
    background: #fff;
}

.downloads_data>a {
    display: table;
    width: 100%;
    padding: 0.5em 1em;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #ccc;
    position: relative;
    font-weight: 400;
}

.ua-desktop .downloads_data>a:hover {}

.downloads_data>a .label,
.downloads_data>a .file {
    display: table-cell;
    width: 50%;
}

.downloads_data>a .file {
    text-align: right;
    padding-right: 2em;
}

.downloads_data>a::after {
    font-family: "Font Awesome 5 Free";
    content: "\f019";
    font-weight: bold;
    /* この文字コードでは必須 */
    font-size: 1em;
    line-height: 1.8;
    position: absolute;
    right: 1em;
}

.main-group .favorite-post-toggle>a {
    display: inline-block;
    vertical-align: top;
    font-size: 1.2em;
}

.block-series_related .title-post_related-one {
    font-family: 'Roboto', 'Noto Sans JP', sans-serif;
}

.link-term_list {
    text-align: center;
    margin-top: 2.5em;
}

.link-term_list>a {
    display: inline-block;
    vertical-align: top;
    position: relative;
    box-sizing: border-box;
    background: var(--base-color, #f6f6f6);
    padding: 0.25em 1.25em;
    padding-left: 2em;
    border: 1px solid #ccc;
    border-radius: 20px;
    font-size: 0.9em;
    font-weight: 400;
}

.link-term_list>a::before {
    content: " ";
    position: absolute;
    top: 38%;
    left: 14px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    height: 7px;
    width: 7px;
    transform: rotate(-135deg);
}

.product_related_notes {
    margin-top: 2em;
    font-size: 0.9em;
}

.product_related_notes+.product_related_notes {
    margin-top: 0.5em;
}

.product_related_notes-link {
    text-align: right;
}

.product_related_notes-link a {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-right: 2em;
}

.product_related_notes-link a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f06a";
    font-weight: bold;
    font-size: 1em;
    line-height: 1.8;
    margin-right: 0.5em;
}

.product_related_notes-link a::after {
    content: " ";
    position: absolute;
    top: 32%;
    right: 16px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    height: 7px;
    width: 7px;
    transform: rotate(45deg);
}

/* SP
----------------------------------------------------------*/

@media only screen and (max-width: 750px) {
    .title-series {
        font-size: 2.0em;
    }

    .taxonomy-series,
    .taxonomy-series:first-child {
        font-size: 14px;
        width: 100%;
        margin: 0;
    }

    .taxonomy-series.taxonomy-sanitaryware_colors {
        margin: 1.5em auto 2.5em auto;
    }

    .wrap-sku-images {
        width: 100%;
        margin: 0;
    }

    .sku-data {
        margin-top: 1.5em;
    }

    .wrap-sku-data-table {
        width: 100%;
        font-size: 15px;
        margin-top: 1.5em !important;
    }

    .select-size_variation {
        position: relative;
        right: auto;
        width: auto;
        margin-top: 1.5em;
    }

}