@charset 'UTF-8';

ul,li {
    padding: 0;
    list-style: none;
    margin: 0;
}

#main-content {
    font-family: "Noto Sans CJK JP";
    color: #2B2929;
    overflow: hidden;
}

/* header title */
.display-flex-pc {
    display: flex;
    justify-content: center;
    align-items: end;
}

.colehaan-image {
    margin-bottom: -5px;
}

#head-content {
    background-image: url(../image/header_bg.jpg);
    background-size: cover;
}

.feature-intro {
    padding-left: 40px;
    padding-bottom: 40px;
}

.free-style-sketer {
    font-size: 1.0rem;
}

.tsuchida-mirei-comes-catstreet {
    font-size: 1.5rem;
    line-height: 2.5rem;
}

.feature-item {
    font-size: 1.125rem;
    font-weight: 100;
    line-height: 2.0rem;
}

/* introduction tsuchida mirei */
#tsuchida-mirei {
    background-image: url(../image/mirei_bg.jpg);
}

.special-feature {
    color: #EECC26;
    font-family: Work Sans;
    font-size: 2.0rem;
}

.introduction {
    max-width: 90%;
    width: 740px;
    padding: 70px 0;
    box-sizing: border-box;
    margin: auto 120px;
}

.tsuchida-mirei-name {
    font-size: 3.0rem;
    font-weight: 100;
    color: white;
    margin: 20px auto 30px;
    font-family: "Noto Sans CJK JP";
}

.tsuchida-mirei-name .small-text {
    font-size: 2.0rem;
}

.introduction-text {
    font-size: 1.25rem;
    color: white;
    font-weight: 200;
    text-align: left;
    font-family: "Noto Sans CJK JP";
    line-height: 2.25;
}

/* slider */
#with-generation-zerogrand-ii,
#with-move-maker {
    overflow: hidden;
    padding-bottom: 80px;
    position: relative;
}

#with-move-maker {
    background-color: #f5d4c5;
    padding-top: 40px
}

#with-move-maker::before {
    position: absolute;
    content: "";
    width: 366px;
    height: 251px;
    top: -40px;
    left: -70px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../image/sketeboard_001.svg);
}

#boundary-line {
    background-repeat: repeat-x;
    position: relative;
    background: rgb(245,212,197);
    background: linear-gradient(180deg, rgba(245,212,197,1) 10%, rgba(254,215,14,1) 90%);
    height: 100px;
    border: none;
    margin: -10px auto;
}

#boundary-line::before {
    position: absolute;
    content: "";
    width: 323px;
    height: 421px;
    top: -100px;
    right: -60px;
    z-index: 1;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../image/sketeboard_002.svg);
}

#pick-up {
    padding-bottom: 80px;
    position: relative;
    margin-top: -10px;
}

#pick-up::before {
    position: absolute;
    content: "";
    width: 303px;
    height: 433px;
    top: -200px;
    left: -50px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../image/sketeboard_003.svg);
}

#pick-up::after {
    position: absolute;
    content: "";
    width: 359px;
    height: 220px;
    top: -100px;
    right: -30px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../image/sketeboard_004.svg);
}

#pick-up,
#with-generation-zerogrand-ii {
    background-color: #fed70e;
}

.slider-box {
    margin: 40px auto;
}

.capture {
    text-align: center;
    font-size: 1.5rem;
    font-family: Work sans-serif;
}

.content-title {
    font-family: Work Sans;
    font-size: 2.725rem;
    font-weight: 200;
    text-align: center;
    position: relative;
    max-width: 90%;
    width: 1100px;
    margin: 10px auto 30px;
}

#pick-up .content-title {
    font-family: Noto Sans CJK JP;
    font-weight: 100;
}

.content-title::before {
    content: "";
    width:330px;
    height:40px;
    position:absolute;
    display: inline-block;
    border-top:#000 solid 1px;
    border-left:#000 solid 1px;
    left:0;
    margin: auto;
    top: 26px;
}

.content-title::after {
    content: "";
    width: 330px;
    height: 40px;
    border-top:#000 solid 1px;
    border-right:#000 solid 1px;
    right: 0;
    top: 26px;
    margin: auto;
    position:absolute;
    display: inline-block;
}

.content-title .small-text {
    font-size: 2.0rem;
}

#with-generation-zerogrand-ii .content-title::before,
#with-generation-zerogrand-ii .content-title::after {
    width: 200px;
}

#pick-up .content-title::before,
#pick-up .content-title::after {
    width: 0;
    height: 0;
    border: none;
}

.comment-area {
    font-weight: 200;
    line-height: 1.5;
    position: relative;
}

.comment-area::before {
    content: "";
    width: 1100px;
    height: 40px;
    position: absolute;
    display: inline-block;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    left: 0;
    right: 0;
    bottom: -60px;
    margin: auto;
}

.comment {
    font-size: 1.25rem;
    font-weight: 200;
}

.comment-area p {
    font-size: 1rem;
    width: 690px;
    text-align: left;
    margin: auto;
}

.comment-area a {
    color: #157ABE;
    text-decoration: none;
}

/* slider-area */
.slider-area {
    max-width: 100%;
    margin: 60px auto 30px;
    display: flex;
    align-items: center;
}

.slider-area.w300 {
    max-width: 300px;
}
.slick-slide {
    margin: 0 10px;
    transition: all ease-in-out .3s;
}

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

.slick-bg {
    transform: scale(.8);
    background: #000;
    transition: opacity .5s, transform .5s;
}

.slick-image {
    height: auto;
    opacity: .3;
    width: 100%;
    position: relative;
}

.slick-center .slick-bg {
    transform: scale(1);
}

.slick-center .slick-image {
    opacity: 1;
}

.slick-prev, .slick-next {
    z-index: 1;
}
.slick-prev:before, .slick-next:before {
    color: #000;
}

.slick-image::before {
    content: "";
    display: block;
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
}

.slick-active {
    opacity: 1;
    height: 100%;
}

.slick-current {
    opacity: 1;
}

.slick-current.slick-slide::before {
    opacity: 0;
}
.thumb {
    margin: 20px 0 0;
}
.thumb .slick-slide {
    cursor: pointer;
}
.thumb .slick-slide:hover {
    opacity: .7;
}

.full-screen .slick-list {
    overflow: visible;
}
.full-screen.slider {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

.slick-arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 76px;
    height: 76px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev {
    left: 80px;
}

.slick-prev::before,
.slick-next::before {
    content: "";
    background-image:url('../image/prev.svg');
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    width: 70px;
    height: 18px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.slick-next {
    right: 80px;
}

.slick-next::before {
    background-image: url('../image/next.svg');
}

.comment-area {
    text-align: center;
    clear: both;
}

.product-area {
    z-index: 1;
    position: relative;
}

.product-list {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1100px;
    margin: auto;
    max-width: 95%;
}

.product-unit {
    flex: 0 0 25%;
}

.cslp .lp-footer footer {
    background-color: #fed70e;
}

.cslp .lp-footer footer .lp-footer__inr small {
    color: #2B2929;
}

.pc-only {
    display: block !important;
}

.sp-only {
    display: none !important;
}

@media screen and (max-width: 767px) {
    .display-flex-pc {
        display: block;
    }
    .colehaan-image video {
        max-width: 100%;
    }
    .colehaan-image img {
        width: 100%;
        height: auto;
    }
    .feature-intro {
        padding: 20px 20px 40px;
        background-image: url(../image/header_bg.jpg);
        background-size: cover;
    }
    #tsuchida-mirei {
        background-image: url(../image/mirei_bg_sp.jpg);
        background-size: cover;
    }
    .special-feature {
        font-weight: 100;
        font-size: 1.25rem;
    }
    .introduction {
        padding: 200px 10px 20px;
        margin: auto;
    }
    .tsuchida-mirei-name {
        font-size: 2.5rem;
        margin: 15px auto;
    }
    .introduction-text {
        font-size: 1.0rem;
        line-height: 1.875;
    }
    .capture {
        font-size: 1.0rem;
    }
    #with-move-maker {
        padding-bottom: 0px;
    }
    .content-title {
        font-size: 1.5rem;
    }
    .content-title .small-text {
        font-size: 1.0rem;
    }
    #with-move-maker::before {
        width: 173px;
        top: 0;
        left: -20px;
        transform: rotate(15deg);
    }
    .content-title {
        margin: 10px auto 20px;
        width: 328px;
    }
    .content-title::before,
    .content-title::after {
        width: 60px;
        height: 25px;
        top: 17px;
    }
    .slider-box {
        margin-bottom: 20px;
    }
    .slider-area {
        margin: 20px auto 25px;
    }
    .slick-bg {
        transform: scale(1);
        position: relative;
    }
    .slick-dots {
        justify-content: center;
        align-items: center;
        width: 100px;
        left: 0;
        right: 0;
        bottom: 15px;
        margin: auto;
    }
    .slick-dots li {
        width: 6px;
        height: 6px;
        margin: auto 2px;
    }
    .slick-dots li button {
        width: 6px;
        height: 6px;
        border-radius: 5px;
        position: relative;
    }
    .slick-dots li button::before {
        content: "";
        background-color: white;
        border-radius: 5px;
        width: 6px;
        height: 6px;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        position: absolute;
        opacity: 1;
    }
    .slick-dots li.slick-active button:before {
        background-color: #EECC26;
        opacity: 1;
    }
    .slick-arrow {
        top: inherit;
        bottom: -20px;
        width: 44px;
        height: 44px;
    }
    .slick-prev {
        left: 25%;
    }
    .slick-next {
        right: 25%;
    }
    .slick-prev::before,
    .slick-next::before {
        width: 40px;
        height: 9px;
    }
    .slick-bg::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 44px;
        bottom: 0;
        background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 60%);
    }
    .comment-area {
        width: 328px;
        max-width: 95%;
        margin: auto;
        border-left: 1px solid #000;
        border-bottom: 1px solid #000;
        border-right: 1px solid #000;
        box-sizing: border-box;
        padding: 0 16px 30px;
        text-align: left;
    }
    .comment {
        font-size: 1.125rem;
        font-weight: 200;
        font-family: Noto Sans CJK JP;
    }
    .comment-area p {
        width: 100%;
        font-size: .875rem;
    }
    .comment-area::before {
        width: 100%;
        border: none;
    }
    #boundary-line::before {
        width: 144px;
        right: 302px;
        left: -20px;
        top: 0;
        transform: rotate(0deg);
    }
    #boundary-line::after {
        position: absolute;
        content: "";
        width: 340px;
        height: 186px;
        top: 10px;
        right: -80px;
        z-index: 1;
        display: block;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url(../image/sketeboard_004.svg);
    }
    #with-generation-zerogrand-ii .content-title {
        display: flex;
        justify-content: center;
        text-align: left;
    }
    #with-generation-zerogrand-ii .content-title .small-text {
        margin-right: 20px;
    }
    #with-generation-zerogrand-ii .content-title::before,
    #with-generation-zerogrand-ii .content-title::after {
        width: 40px;
        height: 45px;
    }
    .product-list {
        flex-wrap: wrap;
    }
    .product-unit {
        flex: 0 0 45%;
        margin: 2.5%;
    }
    #pick-up::before {
        width: 160px;
        height: 290px;
        left: inherit;
        right: -10px;
        top: -110px;
    }
    #pick-up::after {
        width: 340px;
        height: 184px;
        left: -150px;
        right: initial;
        top: -100px;
    }
    .pc-only {
        display: none !important;
    }
    .sp-only {
        display: inline-block !important;
    }
}