@charset "utf-8";

@media screen and (max-width:736px) {
    .flex {
        flex-wrap: wrap;
    }
}

/* main slide contents */
#mainHdImg {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    box-sizing: border-box;
}

#mainHdImg h2 {
    margin: 50px auto 30px;
    text-align: center;
    font-size: 1.1em;
    letter-spacing: 0.05em;
    font-family: 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'Yu Mincho', YuMincho, 'HGP明朝B', serif;
}

#mainHdImg h2 span {
    display: block;
    margin: 0 auto 0.3em;
    font-size: 2em;
    letter-spacing: 0.1em;
}

#mainHdImg .imgarea {
    width: 100%;
    min-height: 480px;
    background-image: url(../images/lineup_main.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #eaeae5;
}

@media screen and (max-width:736px) {
    #mainHdImg {
        max-width: 100%;
    }

    #mainHdImg h2 {
        margin: 30px auto 20px;
    }

    #mainHdImg h2 span {
        margin: 0 auto 0.2em;
        font-size: 1.7em;
    }

    #mainHdImg .imgarea {
        min-height: 60vw;
    }
}

/* mainContents */
.mainContents {
    width: 100%;
    max-width: 1200px;
    margin: 60px auto;
    padding: 0;

}

.mainContents p {
    line-height: 1.8em;
    font-size: 1em;
    margin-bottom: 1.5em;
}

@media screen and (max-width:736px) {
    .mainContents {
        margin: 40px auto;
    }
}


.reg-num {
    display: block;
    width: 100%;
    text-align: right;
    font-size: min(.85em, 3vw);
    margin-top: 1em;
}

.reg-num a {
    display: inline-block !important;
    width: auto !important;
    color: #ef8a00 !important;
    text-decoration: underline;
}

/* series navi */
.series-navi-wrp {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 1em;
    margin-bottom: 4em;
    gap: 1.5em;
}

@media screen and (max-width:767px) {
    .series-navi-wrp {
        display: block;
    }
}

.series-navi-title {
    font-size: min(1.5em, 4vw);
    width: 100%;
    padding-bottom: .3em;
    margin-bottom: 1em;
    grid-column: 1/4;
    grid-row: 1;
}

/* .series-type1 {
    color: #ef8a00;
}

.series-type2 {
    color: #48a6d0;
} */

.series-type1-bg {
    /* background-color: #f9f7f2 !important; */
    background-color: #ef8a00 !important;
}

.series-type2-bg {
    /* background-color: #f5f9fb !important; */
    background-color: #48a6d0 !important;
}

.series-lineup-title {
    color: #fff;
    font-weight: bold;
    padding: .5em;
    border-radius: 5px;

}

@media screen and (max-width:767px) {
    .series-lineup-title {
        margin-bottom: 1em;

    }
}

.series-type1.series-lineup-title {
    grid-column: 1/3;
    grid-row: 2/3;
}

.series-type2.series-lineup-title {
    grid-column: 3/4;
    grid-row: 2/3;
}

.series-type {
    padding: 1.5em;
    border: 1px solid #ccc;
    border-radius: 5px;
}

@media screen and (max-width:767px) {
    .series-type {
        margin-bottom: 1em;
    }
}

.series-cregare {
    grid-column: 1/2;
    grid-row: 3/4;
}

.series-riena {
    grid-column: 2/3;
    grid-row: 3/4;
}

.series-riena-plus {
    grid-column: 3/4;
    grid-row: 3/4;
}

.series-title {
    display: block;
    font-size: min(1.2em, 5vw);
    margin-bottom: .5em;
}

.series-name {
    display: block;
    font-size: min(1.5em, 6vw);
    font-weight: bold;
    margin-bottom: .5em;
}

.series-img-wrp {
    width: 100%;
    margin: 1em auto;
    justify-content: space-between;
}

.series-img {
    display: block;
    padding: 0;
    margin: 0;
    width: 75%;
    aspect-ratio: 1/1;
}

.series-img img {
    width: 100%;
    height: auto;
}

.series-tile-img {
    width: 22%;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
}

.series-tile-img figure {
    margin: 0;
    padding: 0;
}

.series-tile-img img {
    width: 100%;
    height: auto;
    margin-top: 1em;
}

.series-desciption {
    margin: 1em 0;
    min-height: 6lh;
}

.series-desciption li {
    display: block;
    font-size: min(.9em, 3.5vw);
    line-height: 1.6;
    margin-bottom: .25em;
    padding-left: 1.5em;
    position: relative;
    text-align: justify;
}

.series-desciption li::before {
    content: '';
    width: .3em;
    height: .3em;
    border: 4px solid #ccc;
    border-radius: 100%;
    position: absolute;
    top: .4em;
    left: 0;
}

.series-desciption.type1 li::before {
    border: 4px solid #ef8a00
}

.series-desciption.type2 li::before {
    border: 4px solid #48a6d0;
}

.series-type .btn {
    display: block;
    border: 1px solid #ccc;
    padding: .5em 2em;
    color: #000;
    margin: 1em auto 0;
    position: relative;
    border-radius: 3px;
    transition: all .3s;
}

.series-type .btn.type1 {
    /* background-color: #ef8a00; */
    /* color: #fff; */
}

.series-type .btn.type2 {
    /* background-color: #48a6d0; */
    /* color: #fff; */
}

.series-type .btn:hover {
    background-color: #222;
    color: #fff;
}

.series-type .btn .icon-arrow-bottom {
    font-size: .8em;
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
}

/* lineupList */
.lineup-wrp {
    width: 100%;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px min(5%, 4vw);
    margin-bottom: 5em;
}

.lineup-wrp .column1 {
    grid-column: span 3;
}

.lineup-wrp .column2 {
    grid-column: span 2;
    grid-row: 2;
}

.lineup-wrp .column3 {
    grid-row: 3;
}

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

.lineup .lineup-header .lineup-title {
    display: block;
    text-align: left;
    font-size: min(1.4em, 2vw);
    border-bottom: 1px solid #000;
    padding: 0.5em 0 0.25em;
    margin-bottom: 0.5em;
}

.lineup .lineup-header .lineup-title .sml {
    font-size: 0.8em;
}

.lineup .lineup-header .lineup-title span.icon-cb-tile {
    color: #ef8a00;
    display: inline-block;
    margin-right: 0.25em;
}

.lineup .lineup-header .lineup-sub {
    display: block;
    margin: 0;
    text-align: left;
    font-size: min(1.06em, 1.5vw);
    line-height: 1.6em;
    letter-spacing: 0.05em;
    padding: 0.5em 0;
}

.lineup .items li {
    width: min(340px, 29vw);
}

.lineup .items li a {
    display: block;
    width: 100%;
    color: #000;
}

.lineup .items li .thumb {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}

.lineup .items li .thumb img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.lineup .items .item-title {
    font-size: 1.1em;
    line-height: 1;
    display: block;
    margin: 1em 0 0;
    padding: 0;
    font-feature-settings: "palt";
}

.lineup .items .item-title .sml {
    display: block;
    font-size: 0.8em;
    padding: 0.5em 0 0;
    font-feature-settings: "palt";

}

.lineup .items .color-v {
    display: block;
    font-size: 0.8em;
    padding: 0.5em 1em;
    border: 1px solid #ccc;
    margin: 1.5em auto 0;
    transition: all 0.3s;

}

.lineup .items .color-v:hover {
    border: 1px solid #ef8a00;
    background-color: #ef8a00;
    color: #fff;
}

.lineup .items .color-v span {
    font-size: 0.8em;
}

@media screen and (max-width:736px) {
    .lineup-wrp {
        grid-template-columns: 100%;
    }

    .lineup-wrp .lineup {
        grid-column: span 1;
        grid-row: auto;
    }

    .lineup .items {
        gap: 3.5em 0;
    }

    .lineup .items li {
        width: min(380px, 100%);
        margin: 0 auto;

    }

    .lineup .lineup-header .lineup-title {
        font-size: min(1.4em, 4.2vw);
    }

    .lineup .lineup-header .lineup-sub {
        font-size: min(1.06em, 3.8vw);
    }

}

/* contents */
#mainHdImg .mainimg-area {
    width: 100%;
    background-color: #efefeb;
    margin: 0;
}

#mainHdImg .mainimg-area .title-area {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
}

#mainHdImg .lineName {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 0.5em;
    font-size: 1.5em;
    letter-spacing: 0.1em;
    text-align: center;
}

#mainHdImg .lineName::after {
    content: '';
    display: block;
    width: 100px;
    height: 1px;
    background-color: #ef8a00;
    margin: 10px auto;
}

#mainHdImg .lineName-jp {
    display: block;
    font-size: 0.9em;
    margin: 0 0 40px;
    color: #000;
}

#mainHdImg .mainimg-area .title-area .before-img {
    width: min(300px, 92%);
    height: 200px;
    margin: 0 auto;
    position: relative;
    border: 5px solid #fff;
}

#mainHdImg .mainimg-area .title-area .before-img::after {
    content: 'BEFORE';
    display: inline-block;
    background-color: #000;
    padding: 0.5em 1em;
    font-size: 0.9em;
    line-height: 1;
    color: #fff;
    position: absolute;
    bottom: 5px;
    left: 5px;
}

#mainHdImg .mainimg-area .title-area .note {
    position: absolute;
    bottom: 3em;
    font-size: .8rem;
    color: #666;
}

#mainHdImg .mainimg-area .mainimg {
    width: 60%;
    /* height: 480px; */
    margin-bottom: 0;
    overflow: hidden;
    position: relative;

}

#mainHdImg .mainimg-area .mainimg::after {
    content: 'AFTER';
    display: inline-block;
    background-color: #ef8a00;
    padding: 0.5em 1em;
    font-size: 0.9em;
    line-height: 1;
    color: #fff;
    position: absolute;
    bottom: 10px;
    left: 10px;
}

#mainHdImg .mainimg-area .slick-slide {
    height: 480px;
    position: relative;
}

#mainHdImg .mainimg-area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#mainHdImg .mainimg-area .slick-dots {
    bottom: 10px;
}

#mainHdImg .mainimg-area .colorName {
    position: absolute;
    right: 10px;
    top: 440px;
    font-size: 0.85em;
    padding: 0.3em 0.3em 0.3em 0.7em;
    background: rgba(255, 255, 255, 0.6);
}

@media screen and (max-width:736px) {
    #mainHdImg .mainimg-area {
        padding: 10vw 0 0;
    }

    #mainHdImg .mainimg-area .title-area {
        width: 100%;
        margin-bottom: 10vw;
    }

    #mainHdImg .lineName::after {
        margin: 5px auto;
    }

    #mainHdImg .lineName-jp {
        margin: 0 0 2em;
    }

    #mainHdImg .mainimg-area .title-area .before-img {
        width: 70%;
        height: 50vw;
        margin: 0 auto;
    }

    #mainHdImg .mainimg-area .title-area .note {
        position: static;
        margin-top: 1em;
    }

    #mainHdImg .mainimg-area .mainimg {
        width: 100%;
        height: 65vw;
        overflow: visible;
    }

    #mainHdImg .mainimg-area .slick-slide {
        height: 100%;
        position: relative;
    }

    #mainHdImg .mainimg-area .colorName {
        top: calc(65vw - 2.8em);
    }

    #mainHdImg .mainimg-area .slick-dots {
        bottom: -35px;
    }
}

/* lineupCo */
.lineupCo {
    max-width: 1200px;
}

.lineupCo h2.lineName {
    margin: 0 auto 30px;
    padding-bottom: 0.5em;
    border-bottom: solid 1px #000;
    font-size: 2em;
    text-align: left;
    font-family: 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'Yu Mincho', YuMincho, 'HGP明朝B', serif;
}

.lineupCo h2 span {
    font-size: 0.75em;
    margin: 0 1em;
}

.lineupCo#lineup1 .inner2 h2 {
    margin: 0 auto 10px;
    font-size: 1.6em;
    color: #ef8a00;
}

.lineupCo#lineup1 .inner2 h2 span {
    display: block;
    margin-top: 0.8em;
    color: #000;
}

.lineupCo .title {
    margin-bottom: 1em;
    font-size: 1.5em;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
}

.lineupCo .subtitle {
    border-bottom: solid 1px #000;
    display: block;
    padding: 0.5em 0;
    margin-bottom: 2em;
    font-size: 1.15em;
}

.lineTitle {
    width: 100%;
    margin: 30px auto 60px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0;
}

.lineTitle .thumb {
    width: 40%;
    aspect-ratio: 1/1;
}

.lineTitle .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* #wellklasse .lineTitle .thumb {
    background: url(../images/lineup1_wellklasse_img.jpg) no-repeat center center / cover;
}

#wrinktone .lineTitle .thumb {
    background: url(../images/lineup1_wrinktone_img.jpg) no-repeat center center / cover;
}

#smoothtile .lineTitle .thumb {
    background: url(../images/lineup1_smoothtile_img.jpg) no-repeat center center / cover;
}

#lineup2 .lineTitle .thumb {
    background: url(../images/lineup2_img.jpg) no-repeat center center / cover;
}

#mono .lineTitle .thumb {
    background: url(../images/mono_thumb.jpg) no-repeat center center / cover;
}

#terra .lineTitle .thumb {
    background: url(../images/terra_thumb.jpg) no-repeat center center / cover;
} */

.lineTitle .tile {
    width: 55%;
    padding: 0;
    text-align: center;
}

.lineTitle .tile .tile-info {
    width: 33%;
    text-align: center;
    position: relative;
    z-index: 0;
}

.lineTitle .tile .tile-info:nth-child(n+4) {
    margin-top: 3%;
}

.lineTitle .tile .tile-info p {
    font-size: 0.95em;
    text-align: center;
    margin-bottom: 0.5em;
    padding: 0;
    padding-left: 1.5em;
    line-height: 1.6em;
}

.lineTitle .tile .tile-info p span {
    display: block;
}

.lineTitle .tile .tile-info:nth-child(n+4) p {
    margin-bottom: -10%;
    position: relative;
    z-index: 2;
}

.tileimg {
    padding: 0;
    margin: 0;
    width: 100%;
    z-index: -1;
    position: relative;
}

.tileimg img {
    width: 100%;
    height: auto;
}

.lineTitle .tile .tile-info {
    /* width: 33%; */
    width: min(200px, 33%);
    /* flex-grow: 1; */
    text-align: center;
    position: relative;
    z-index: 0;

}

.lineTitle .tile .tile-info figcaption {
    margin: 10px auto 10%;
}

.lineTitle .tile .tile-info figcaption:last-child {
    margin: 10px auto 0;
}

.lineTitle .tile .price-area {
    width: 100%;
    padding: 1em 0;
}

.lineTitle .tile .price-area .price {
    padding: 1em 0;
}

.lineTitle .tile .price-area .price span:not(.type) {
    font-size: 1.6em;
}

.lineTitle .tile .price-area .price span.type {
    display: block;
    width: 6em;
    padding: 0.3em 0;
    margin: 0 auto 10px;
    line-height: 1;
    text-align: center;
    border: solid 1px #000;
}

.lineTitle .tile .price-area a.estimate {
    display: block;
    width: 100%;
    color: #fff;
    background-color: #48a6d0;
    padding: 0.75em;
    text-align: center;
    font-size: 1em;
    border-radius: 3px;
}

.lineTitle .tile .price-area a.estimate:hover {
    background-color: #000;
}

@media screen and (max-width:736px) {
    .lineTitle .thumb {
        width: 100%;
        /* padding-bottom: 60vw; */
        aspect-ratio: 1/.6;
        margin-bottom: 8vw;
    }

    .lineTitle .tile {
        width: 100%;
    }

    .lineTitle .tile .tile-info {
        width: 47%;
        margin-top: 0;
        flex-grow: 0;
    }

    .lineupCo:not(#lineup3) .lineTitle .tile .tile-info:nth-child(n+3) {
        margin-top: 5vw;
    }

    .lineTitle .tile .tile-info p {
        margin-bottom: 0.5em;
    }

    .lineupCo:not(#lineup3) .inner2:not(#mono):not(#terra) .lineTitle .tile .tile-info:nth-child(n+3) p {
        margin-bottom: -10%;
        z-index: 2;
    }

    .lineTitle .tile .price-area .price {
        padding: 1em 0 0;
    }
}

.lineupCo .ex {
    width: 100%;
    margin: 40px auto;
}

.lineupCo .ex li {
    display: flex;
    border-bottom: 1px solid #ccc;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.lineupCo .ex li p {
    display: block;
    width: 30%;
}

.lineupCo .ex li div {
    display: block;
    width: 65%;
}

.lineupCo .ex li img {
    width: 100%;
    height: auto;
}

@media screen and (max-width:736px) {
    .lineupCo .ex {
        margin: 20px auto;
    }

    .lineupCo .ex li {
        padding-bottom: 7vw;
        margin-bottom: 7vw;
    }

    .lineupCo .ex li p {
        width: 100%;
        margin-bottom: 1em;
    }

    .lineupCo .ex li div {
        width: 100%;
    }
}

/* contents list area */
.contents-list {
    width: 100%;
    padding: 60px 0;
    background-color: #eaeae5;
}

.contents-list h2 {
    display: none;
}

.contents-list .inner {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1em;
    justify-content: center;
}

@media screen and (max-width:980px) {
    .contents-list .inner {
        grid-template-columns: repeat(3, 1fr);
    }
}

.contents-list .inner a {
    /* width: 18.5%; */
    display: block;
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 10px 10px 20px;
    color: #000;
    text-align: center;
}

.contents-list .thumb {
    width: 100%;
    height: 150px;
    margin: 0 0 20px;
    overflow: hidden;
}

.contents-list .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contents-list p {
    display: block;
    font-size: .8em;
    padding: 0.4em 0 0;
    border-radius: 3px;
    color: #000;
}


@media screen and (max-width:736px) {
    .contents-list {
        width: 100%;
        padding: 40px 0;
    }

    .contents-list .inner {
        padding: 0 20px;
        grid-template-columns: repeat(1, 1fr);
        gap: 1em;
    }

    .contents-list .inner a.banner {
        width: 100%;
        padding: 10px 10px 10px 45%;
        position: relative;
    }

    .contents-list .inner a.banner:lats-child {
        margin-bottom: 0;
    }

    .contents-list .inner a.banner figure.thumb {
        width: auto;
        height: calc(100% - 20px);
        margin: 0;
        position: absolute;
        left: 10px;
        right: calc(55% + 10px);
        top: 10px;
    }

    .contents-list .inner a.banner figure.thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .contents-list .inner a.banner {
        min-height: 27vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

/* more */
.more {
    display: inline-block;
    margin: 0 auto 40px;
    background-color: #000;
    color: #fff;
    padding: 1em 2em;
    transition: all 0.3s;
}

.more:hover {
    background-color: #ef8a00;
}

/* riena banner */
.lineup-riena-plus {
    display: flex;
    flex-wrap: wrap;
}

.lineup-riena-plus .lineup-header {
    display: block;
    width: 100%;
}

.riena-plust-banner {
    width: 66%;
    margin-left: auto;
    display: flex;
    align-items: end;
}

@media screen and (max-width:767px) {
    .riena-plust-banner {
        width: 100%;
        margin-left: 0;
        margin-top: 2em;
        border: 1px solid #ccc;
    }
}

.riena-plust-banner-inner {
    display: block;
    width: 100%;
    color: #000;
    padding: 1em 1em 0;
    text-align: left;
}

@media screen and (max-width:767px) {
    .riena-plust-banner-inner {
        text-align: center;
        padding: 1.5em
    }
}

.riena-plust-banner-inner .riena-logo {
    margin-bottom: 1em;
}

.riena-plust-banner-inner .title {
    margin-bottom: 1em;
    line-height: 1.6;
}

.riena-plust-banner-inner .btn {
    background-color: #ef8a00;
    color: #fff;
    display: inline-block;
    padding: .75em 4em;
    position: relative;
    text-align: center;
    font-size: .9em;
    border-radius: 3px;
    transition: all .2s;
}

.riena-plust-banner-inner .btn:hover {
    background-color: #222;
}

.riena-plust-banner-inner .btn .icon-target {
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
}