@charset "UTF-8";

/* 共通
-----------------------------------------------*/

#weekend-suitcase a {
    text-decoration: none;
}

#weekend-suitcase h3 {
    margin-top: 1rem;
    /* background-color: #f7f6f5; */
    color: #fff;
    font-weight: bold;
    padding: 15px;
    text-align: center;
    line-height: 1.6;
}

#weekend-suitcase .no-wrap {
    display: inline-block;
}

@media screen and (max-width: 767px) {
    .br-pc {
        display: none;
    }
}

.sp_only {
    display: block;
}

.pc_only {
    display: none;
}

@media screen and (min-width: 768px) {
    .sp_only {
        display: none;
    }

    .pc_only {
        display: block;
    }
}

.txt_block {
    display: inline-block;
}

:root {
    --gray: #c9c9c9;
}

/* top h2
-----------------------------------------------*/
h2 {
    margin: 0;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.075em;
    position: relative;
    z-index: 10;
}

h2 .titleBorder {
    display: block;
    width: 930px;
    height: 5px;
    margin: 5px 0 10px;
}

.titleCont {
    width: 100%;
    height: 600px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.circleImg-wrapper {
    position: relative;
    width: 100%;
    height: 600px;
    margin: -100px auto 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -1;
}

.titleCont .circleImg {
    position: absolute;
    top: 0;
    right: 0;
    background: url("/html/user_data/assets/img/weekend-suitcase/circleImg01.webp") no-repeat;
    background-size: contain;
    width: 100%;
    max-width: 645px;
    height: 600px;
}

 .titleCont .no-webp .circleImg {
    background: url("/html/user_data/assets/img/weekend-suitcase/circleImg01.png") no-repeat;
}

.circleImg-wrapper .circleImg {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url("/html/user_data/assets/img/weekend-suitcase/circleImg02.webp") no-repeat;
    background-size: contain;
    width: 100%;
    max-width: 645px;
    height: 600px;
}

.circleImg-wrapper .no-webp .circleImg {
    background: url("/html/user_data/assets/img/weekend-suitcase/circleImg02.png") no-repeat;
}

/* @media (max-width: 768px) {
    .circleImg-wrapper .circleImg {
        bottom: -10%;
    }
} */

p {
    margin: 0;
    font-size: 16px;
    letter-spacing: 0.095em;
    line-height: 1.647;
}

@media (max-width: 1100px) {
    /* h3 {
        width: 500px;
    } */
}

@media (max-width: 1000px) {
    .titleCont,
    .circleImg-wrapper {
        height: 500px;
        margin: 0 auto 100px;
    }

    h2 .titleBorder {
        width: 760px;
    }

    .titleCont .circleImg,
    .circleImg-wrapper .circleImg {
        max-width: 560px;
        height: 500px;
    }
}

@media (max-width: 850px) {
    .titleCont,
    .circleImg-wrapper {
        height: 405px;
    }

    h2 .titleBorder {
        width: 700px;
    }

    .titleCont .circleImg,
    .circleImg-wrapper .circleImg {
        max-width: 450px;
        height: 405px;
    }
}

@media (max-width: 768px) {
    .titleCont {
        width: 100%;
        height: 480px;
        margin: 0 auto 50px;
        padding: 0 10%;
        /* align-items: flex-end; */
        flex-direction: column-reverse;
        justify-content: flex-start;
    }

    .circleImg-wrapper {
        width: 100%;
        margin: -120px auto 0;
    }

    h2 .titleBorder {
        width: 80vw;
    }

    .titleCont .circleImg,
    .circleImg-wrapper .circleImg {
        max-width: 450px;
        height: 405px;
    }
}

@media (max-width: 625px) {

}

@media (max-width: 480px) {

    .titleCont .circleImg,
    .circleImg-wrapper .circleImg {
        max-width: 90%;
        height: 90vw;
    }

    .titleCont .circleImg {
        background-size: cover;
    }

    .circleImg-wrapper .circleImg {
        background-size: contain;

    }
}

@media (max-width: 450px) {
    .titleCont {
        height: 420px;
    }

    .circleImg-wrapper {
        height: 420px;
        margin: -180px auto 0;
    }

    h2 {
        font-size: 23px;
    }

    h2 .titleBorder {
        height: 3px;
    }
}

@media (max-width: 380px) {

}

/* category
-----------------------------------------------*/
#weekend-suitcase .category>div {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    margin: 50px auto;
    text-align: center;
}

@media screen and (min-width: 920px) {
    #weekend-suitcase .category>div {
        width: 100%;
    }
}

#weekend-suitcase .category>div dl {
    width: 50%;
    margin: 0 0 2.5em 0;
    padding: 2%;
    transition-duration: 0.5s;
    border-right: #ddd solid 1px;
}

#weekend-suitcase .category>div dl:nth-child(even) {
    border-right: none;
}

@media screen and (min-width: 640px) {
    #weekend-suitcase .category>div dl {
        width: calc(100% / 2);
        margin: 0 0 2.5em 0;
        padding: 2%;
        transition-duration: 0.5s;
        border-right: none;
    }
}
@media screen and (min-width: 1024px) {
    #weekend-suitcase .category>div dl {
        width: calc(100% / 4);
        margin: 0 0 2.5em 0;
        padding: 2%;
        transition-duration: 0.5s;
        border-right: none;
    }
}

#weekend-suitcase .category>div dl:hover {
    box-shadow: 0px 1px 7px 2px rgb(179 182 183 / 50%);
}

#weekend-suitcase .category>div dl dt.dt_pic {
    width: 65%;
    margin: 0 auto;
    padding-top: 0.5rem;
}

@media screen and (min-width: 450px) {
    #weekend-suitcase .category>div dl dt.dt_pic {
        width: 60%;
    }
}

@media screen and (min-width: 640px) {
    #weekend-suitcase .category>div dl dt.dt_pic {
        width: 55%;
    }
}

#weekend-suitcase .category>div dl dt.dt_name {
    height: 3.8em;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: .5em;
    font-size: .9rem;
    font-weight: bold;
}

@media screen and (min-width: 409px) {
    #weekend-suitcase .category>div dl dt.dt_name {
        display: block;
        height: auto;
        margin-top: 1.5em;
    }
}

@media screen and (min-width: 780px) {
    #weekend-suitcase .category>div dl dt.dt_name {
        margin-top: 1.5em;
        margin-bottom: .6em;
        font-size: 1rem;
    }
}

@media screen and (min-width: 1000px) {
    #weekend-suitcase .category>div dl dt.dt_name {
        font-size: 1.1rem;
    }
}

#weekend-suitcase .category>div dl dd {
    font-size: .85rem;
}

@media screen and (min-width: 780px) {
    #weekend-suitcase .category>div dl dd {
        font-size: .92rem;
    }
}

@media screen and (min-width: 1000px) {
    #weekend-suitcase .category>div dl dd {
        font-size: .95rem;
    }
}

/* list
-----------------------------------------------*/

#weekend-suitcase .list {
    /* margin-bottom: 100px; */
    padding-bottom: 100px;
}

@media screen and (min-width: 780px) {
    #weekend-suitcase .list {
        /* margin-bottom: 100px; */
        padding-bottom: 100px;
    }
}

#weekend-suitcase .list>section {
    padding-top: 80px;
    margin-top: -80px;
}


#weekend-suitcase .list hr {
    margin: 100px auto;
    border: solid 1px #f7f6f5;
    width: 90%;
}

#weekend-suitcase .list h3 {
    margin: 50px 0 100px;
}

#weekend-suitcase section.list h4 {
    font-size: 1.72em;
}

#weekend-suitcase section.list h4 .h4_sub {
    font-size: .67em;
    color: var(--gray);
    display: block;
    padding-top: 0.5em;
}


@media screen and (min-width: 768px) {
    #weekend-suitcase .list .item_wrap {
        display: flex;
        align-items: center;
    }
}

#weekend-suitcase .list .item_pic_wrap {
    position: relative;
    padding-bottom: 10%;
}

@media screen and (min-width: 768px) {
    #weekend-suitcase .list .item_pic_wrap {
        width: 42%;
        display: flex;
        padding-left: 1%;
        padding-right: 6%;
        padding-bottom: 0;
    }
}

@media screen and (min-width: 900px) {
    #weekend-suitcase .list .item_pic_wrap {
        width: 38%;
        padding-left: 2%;
        padding-right: 6.5%;
    }
}

#weekend-suitcase .list .item_pic {
    width: 73%;
    max-width: 330px;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    #weekend-suitcase .list .item_pic {
        width: 100%;
    }
}

#weekend-suitcase .list .item_txt p {
    margin-top: 4em;
}

@media screen and (min-width: 768px) {
    #weekend-suitcase .list .item_txt {
        width: 58%;
        padding-bottom: 1.2%;
    }

    #weekend-suitcase .list .item_txt p {
        margin-top: 2.3%;
    }
}

@media screen and (min-width: 900px) {
    #weekend-suitcase .list .item_txt {
        width: 62%;
    }
}

#weekend-suitcase .list .btn_page {
    margin-top: 3em;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#weekend-suitcase .list .btn_page a {
    padding: 1.2em 0;
    display: block;
    text-align: center;
    border-radius: 50px;
    font-size: 0.9rem;
    transition-duration: 0.5s;
}

#weekend-suitcase .list .btn_page a:hover {
    color: #fff;
    background-color: #272727;
    border-color: #272727;
}

@media screen and (min-width: 375px) {
    #weekend-suitcase .list .btn_page {
        width: 90%;
    }

}

@media screen and (min-width: 768px) {
    #weekend-suitcase .list .btn_page {
        margin-top: 2em;
        width: auto;
    }

    #weekend-suitcase .list .btn_page a {
        padding: 1.8% 6.5%;
        display: inline-block;
        font-size: 0.85rem;
        /* color: #fff; */
    }
}

@media screen and (max-width: 359px) {
    #weekend-suitcase .list section#mobile_solution_eco .color_btn {
        position: absolute;
        bottom: -8.5em;
    }
}

.color_btn {
    display: flex;
    gap: 5px;
    position: absolute;
    bottom: -6.5em;
}

@media screen and (min-width: 768px) {
    .color_btn {
        position: static;
        display: flex;
        flex-direction: column;
        flex-direction: column-reverse;
        margin-bottom: 1em;
        margin-left: 0.5em;
    }
}

.color_btn label {
    cursor: pointer;
    padding-left: 30px;
    position: relative;
}

label::before,
label::after {
    content: "";
    display: block;
    border-radius: 50%;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
}

label::after {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    left: 3px
}

input:checked+label::before {
    border: 1px solid #303030;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    right: 5px;
}

@media screen and (min-width: 768px) {
    label::after {
        border-radius: 50%;
        width: 16px;
        height: 16px;
        left: 7px
    }

    input:checked+label::before {
        border: 1px solid #303030;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        right: 5px;
    }
}

.visually-hidden {
    position: absolute;
    white-space: nowrap;
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
}

@media screen and (min-width: 768px) {
    .color_btn_01 {
        order: 3;
    }

    .color_btn_02 {
        order: 2;
    }

    .color_btn_03 {
        order: 1;
    }
}

label.frontec_btn_black::after {
    background-image: url(/html/user_data/products/frontec/swatch/hj3-19_swatch.jpg);
    background-color: #333;
    background-size: contain;
}

label.frontec_btn_lilac::after {
    background-image: url(/html/user_data/products/frontec/swatch/hj3-92_swatch.jpg);
    background-color: #ABB1D1;
    background-size: contain;
}

label.frontec_btn_apricot::after {
    background-image: url(/html/user_data/products/frontec/swatch/hj3-96_swatch.jpg);
    background-color: #E1C3C5;
    background-size: contain;
}

label.frontec_btn_navy::after {
    background-image: url(/html/user_data/products/frontec/swatch/Navy.jpg);
    background-color: #212B46;
    background-size: contain;
}

label.frontec_btn_forest::after {
    background-image: url(/html/user_data/products/frontec/swatch/hj3-14_swatch.jpg);
    background-color: #758270;
    background-size: contain;
}

label.frontec_btn_lemonade::after {
    background-image: url(/html/user_data/products/frontec/swatch/hj3-16_swatch.jpg);
    background-color: #e0c78f;
    background-size: contain;
}

label.squasem_btn_white::after {
    background-image: url(/html/user_data/products/squasem/swatch/qj2-35_swatch.jpg);
    background-color: #EEF2F3;
    background-size: contain;
}

label.squasem_btn_black::after {
    background-image: url(/html/user_data/products/squasem/swatch/qj2-09_swatch.jpg);
    background-color: #333;
    background-size: contain;
}

label.squasem_btn_coral::after {
    background-image: url(/html/user_data/products/squasem/swatch/qj2-10_swatch.jpg);
    background-color: #F1775C;
    background-size: contain;
}

label.squasem_btn_aqua::after {
    background-image: url(/html/user_data/products/squasem/swatch/qj2-11_swatch.jpg);
    background-color: #00D1DF;
    background-size: contain;
}

label.squasem_btn_yellow::after {
    background-image: url(/html/user_data/products/squasem/swatch/qj2-26_swatch.jpg);
    background-color: #C4DE01;
    background-size: contain;
}

label.argyle_btn_pink::after {
    background-image: url(/html/user_data/products/argyle/swatch/qh7-00_swatch.jpg);
    background-color: #F5D2D6;
    background-size: contain;
}

label.argyle_btn_black::after {
    background-image: url(/html/user_data/products/argyle/swatch/qh7-09_swatch.jpg);
    background-color: #333;
    background-size: contain;
}

label.argyle_btn_teel::after {
    background-image: url(/html/user_data/products/argyle/swatch/qh7-51_swatch.jpg);
    background-color: #2B6E86;
    background-size: contain;
}

label.curio_btn_coral::after {
    background-image: url(/html/user_data/products/curio/swatch/ao8-35_swatch.jpg);
    background-color: #E75F68;
    background-size: contain;
}

label.curio_btn_turquoise::after {
    background-image: url(/html/user_data/products/curio/swatch/ao8-64_swatch.jpg);
    background-color: #29ADB7;
    background-size: contain;
}

label.curio_btn_yellow::after {
    background-image: url(/html/user_data/products/curio/swatch/ao8-36_swatch.jpg);
    background-color: #E6CC17;
    background-size: contain;
}

label.curio_btn_lavender::after {
    background-image: url(/html/user_data/products/curio/swatch/ao8-72_swatch.jpg);
    background-color: #C0B3D5;
    background-size: contain;
}

label.curio_btn_black::after {
    background-image: url(/html/user_data/products/curio/swatch/ao8-09_swatch.jpg);
    background-color: #383838;
    background-size: contain;
}

label.curio_btn_khaki::after {
    background-image: url(/html/user_data/products/curio/swatch/ao8-34_swatch.jpg);
    background-color: #5D5D39;
    background-size: contain;
}

#weekend-suitcase .detail_wrap {
    margin-top: 3.6em;
    padding-bottom: 3.4em;
}

@media screen and (min-width: 780px) {
    #weekend-suitcase .detail_wrap {
        margin-top: 6em;
    }
}

#weekend-suitcase .detail_wrap .slider_wrap {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

@media screen and (min-width: 780px) {
    #weekend-suitcase .detail_wrap .slider_wrap {
        max-width: 800px;
    }
}

#weekend-suitcase .detail_wrap .slider_wrap img {
    width: 90%;
    margin: 0 auto;
}

/*-----------slick arrow----------*/
.container {
    width: 100%;
    max-width: 100%;
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container {
        max-width: 100% !important;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 100% !important;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 100% !important;
    }
}

#weekend-suitcase .detail_wrap .slide-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 0;
    z-index: 1;
    width: 1.8em;
    height: 26%;
    border: solid 1px #d3d3d3;
    transition-duration: 0.5s;
}

#weekend-suitcase .detail_wrap .slide-arrow:hover {
    border: solid 1px #303030;
    background-color: #303030;
}

#weekend-suitcase .detail_wrap .prev-arrow {
    left: -1.25em;
}

#weekend-suitcase .detail_wrap .next-arrow {
    right: -1.25em;
}

@media screen and (min-width: 700px) {
    #weekend-suitcase .detail_wrap .prev-arrow {
        left: -2em;
    }

    #weekend-suitcase .detail_wrap .next-arrow {
        right: -2em;
    }
}

@media screen and (min-width: 1000px) {
    #weekend-suitcase .detail_wrap .prev-arrow {
        left: -2.5em;
    }

    #weekend-suitcase .detail_wrap .next-arrow {
        right: -2.5em;
    }
}

#weekend-suitcase .detail_wrap .prev-arrow::after,
#weekend-suitcase .detail_wrap .next-arrow::after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #d3d3d3;
    border-right: 2px solid #d3d3d3;
}

#weekend-suitcase .detail_wrap .prev-arrow::after {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: calc(50% - 3.5px);
}

#weekend-suitcase .detail_wrap .next-arrow::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: calc(50% - 2.25px);
}


/*-----------slick dots----------*/

.slide-dots {
    position: absolute;
    bottom: -2.7em;
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .slide-dots {
        position: absolute;
        bottom: -3.5em;
        list-style: none;
        display: flex;
        justify-content: center;
        padding: 0;
        margin: 0;
        width: 100%;
    }
}

.slide-dots li {
    position: relative;
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 0 6px;
    padding: 0;
    cursor: pointer;
}

.slide-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 10px;
    width: 10px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 6px;
    cursor: pointer;
}

.slide-dots li button:hover, .slide-dots li button:focus {
    outline: none;
}

.slide-dots li button:hover:before, .slide-dots li button:focus:before {
    opacity: 1;
}

.slide-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 10px;
    height: 10px;
    text-align: center;
    background-color: #d3d3d3;
    border: solid 1px #d3d3d3;
    border-radius: 50%;
}

.slide-dots li.slick-active button:before {
    background-color: #fff;
}

h4.link_h4 {
    margin-top: 1.6em;
}

/* ----------------------------------------
220915追記
---------------------------------------- */
.static {
    position: relative;
}

dd {
    color: #787878;
}

.article-wrap {
    margin: 0 auto;
    width: 86%;
}

@media(min-width:768px) {
    .article-wrap {
        max-width: 720px;
    }
}

@media(min-width:992px) {
    .article-wrap {
        max-width: 940px;
    }

    .pc {
        display: block;
    }

    .sp {
        display: none;
    }
}

@media(min-width:1200px) {
    .article-wrap {
        /* max-width: 1140px; */
        max-width: 1080px;

    }
}

@media(min-width:1600px) {
    .article-wrap {
            max-width: 1340px;
    }
}

/* button */
a.suitcaseBtn {
    display: block;
    min-width: 20.2em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 30px auto 0;
    padding: 1.15em 1.286em 1em;
    text-align: center;
    font-size: 0.88rem;
    font-weight: 600;
    transition: color 0.2s ease-in, background-color 0.2s ease-in, border-color 0.2s ease-in, box-shadow 0.2s ease-in;
    color: #272727;
    background-color: #fff;
    border: 1px solid #f5f5f5;
    box-shadow: 0 2px 7px -2px #808080;
    border-radius: 20px;
}

a.suitcaseBtn:hover {
    color: #fff;
    background-color: #272727;
    border-color: #272727;
}

@media (min-width: 768px) {
    a.suitcaseBtn {
        font-size: 0.8em;
        padding-top: 1.26em;
        padding-bottom: 1em;
        min-width: 16em;
    }
}