

/***** css sp *****/

@media screen and (max-width: 767px) {

    .sp {
        display: none;
    }

main {
    overflow: hidden;
}

h1 {
    margin: 0;
    padding: 0;
}

a,
a:hover {
    text-decoration: none !important;
}

.sec-mv {
    width: 100%;
    margin: 0 auto;
}

.sec-lead {
    margin: 0 auto calc(80 * (100vw / 375));
    text-align: center;
    width: 96%;
    position: relative;
 
    & p {
        font: 500 calc(14 * (100vw / 375)) / 1.8 "Noto Sans JP", sans-serif;
    }


    & .theme-btn {
        margin: calc(30 * (100vw / 375)) auto calc(60 * (100vw / 375));
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    & .theme-btn li {
        width: calc(170 * (100vw / 375));
        height: calc(50 * (100vw / 375));
    }

    & .theme-btn span {
        font: 700 calc(14 * (100vw / 375)) / 1.4em "Noto Sans JP", sans-serif;
        text-align: center;
        background-image: url("../../../img/feature/w-denim-260114/btn-denim.jpg");
        border-radius: calc(25 * (100vw / 375));
        color: #fff;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
    }
}

.sec-ttl {
    width: 90%;
    margin: 0 auto calc(40 * (100vw / 375));
    text-align: center;
    font: 700 calc(14 * (100vw / 375)) / 1.4em "Noto Sans JP", sans-serif;

    & img {
        margin: 0 auto calc(10 * (100vw / 375));
        width: 80%;
    }
}

/*-- sec-styling --*/


.sec-styling {
    width: 100%;
    margin: 0 auto calc(80 * (100vw / 375));
}

.sec-styling .styling-ttl {
    text-align: center;
    width: 90%;
    margin: 0 auto;
    padding: 0 0 calc(20 * (100vw / 375));
    
    & h3 {
        font: 600 calc(14 * (100vw / 375)) / 1.6em "Noto Sans JP", sans-serif;
        text-align: center;
        margin: 0 auto;
    }

    & .ttl-txt {
        margin: 0 auto;
        padding: calc(20 * (100vw / 375)) calc(30 * (100vw / 375));
        font: 600 calc(18 * (100vw / 375)) / 1.8em "Noto Sans JP", sans-serif;
        text-align: center;
        position: relative;
    }

    & .ttl-txt::before,
    & .ttl-txt::after {
        position: absolute;
        width: calc(60 * (100vw / 375));
        height: calc(60 * (100vw / 375));
        content: '';
    }

    & .ttl-txt::before {
        border-left: solid 1px #666;
        border-top: solid 1px #666;
        top: 0;
        left: 0;
    }

    & .ttl-txt::after {
        border-right: solid 1px #666;
        border-bottom: solid 1px #666;
        bottom: 0;
        right: 0;
    }

}

.sec-styling .styling-con {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: nowrap;
    margin: 0 auto;
    padding: calc(50 * (100vw / 375)) calc(70 * (100vw / 375));
    border-radius: calc(6 * (100vw / 375));

    & img {
        width: calc(220 * (100vw / 375));
        height: auto;
    }

    & .styling-list {
        margin-left: calc(60 * (100vw / 375));
        width: calc(480 * (100vw / 375));
    }
    
    & li {
        display: flex;
        flex-wrap: nowrap;
        text-align: left;
        color: #fff;
        margin-bottom: calc(20 * (100vw / 375));
        font: 400 calc(16 * (100vw / 375)) / 1.6em "Noto Sans JP", sans-serif;
    }

    & li:last-child {
        margin-bottom: 0;
    }

    & li em {
        font: 600 calc(14 * (100vw / 375)) / 1.6em "Noto Sans JP", sans-serif;
        color: #ccc;
    }

    & li a {
        margin: auto 0 auto auto;
    }
}

.sec-styling .styling-detail {
    
    position: relative;
    width: 100%;
    height: calc(970 * (100vw / 375));
    background-repeat: no-repeat;
    background-size: 100%;

    & .detail-con {
        position: absolute;
        bottom: calc(40 * (100vw / 375));
    }


    & .detail-txt {
        width: 90%;
        font: 400 calc(13 * (100vw / 375)) / 1.6em "Noto Sans JP", sans-serif;
        margin: 0 auto calc(40 * (100vw / 375));

        & tr {
            min-height: 2em;
        }

        & th {
            width: fit-content;
            white-space: nowrap;
            vertical-align: top;
            padding-right: .2em;
            font: 500 calc(13 * (100vw / 375)) / 1.6em "Noto Sans JP", sans-serif;
            text-align: left;
        }
    }

    & .detail-wrap {



        & ul {
            width: 90%;
            display: flex;
            align-items: center;
            margin: 0 auto calc(20 * (100vw / 375));
        }

        & li {
            margin-right: .5em;
            font: 500 calc(14 * (100vw / 375)) / 1.4em "Noto Sans JP", sans-serif;
        }

        & .col-ver {
            display: inline-block;
            width: calc(30 * (100vw / 375));
            height: calc(30 * (100vw / 375));
            border-radius: 50%;
        }

        & .detail-btn {
            width: calc(220 * (100vw / 375));
            height: calc(50 * (100vw / 375));
            margin: 0 auto;
        }

        & .detail-btn span {
            font: 700 calc(16 * (100vw / 375)) / 1.4em "Noto Sans JP", sans-serif;
            text-align: center;
            background-image: url("../../../img/feature/w-denim-260114/btn-denim.jpg");
            border-radius: calc(25 * (100vw / 375));
            color: #fff;
            display: flex;
            flex-wrap: nowrap;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 100%;
        }

    }

}

/*-- color variations --*/

.con01 .styling-detail {
        background-image: url("../../../img/feature/w-denim-260114/style01_sp.jpg");
}

.con02 .styling-detail {
        background-image: url("../../../img/feature/w-denim-260114/style02_sp.jpg");
}

.con03 .styling-detail {
        background-image: url("../../../img/feature/w-denim-260114/style03_sp.jpg");
}

.con04 .styling-detail {
        background-image: url("../../../img/feature/w-denim-260114/style04_sp.jpg");
}

.con05 .styling-detail {
        background-image: url("../../../img/feature/w-denim-260114/style05_sp.jpg");
}

.col01 {
        background: #BDD7EE;
        border: 1px solid #999;
}

.col02 {
        background: #2F5597;
        border: 1px solid #2F5597;
}

.col03 {
        background: #203864;
        border: 1px solid #203864;
}

.col04 {
        background: #2E75B6;
        border: 1px solid #2E75B6;
}

.col05 {
        background: #666;
        border: 1px solid #666;
}

/*-- sec-bottom --*/

.sec-bottom {
    width: 100%;
    border-top: 1px solid #ccc;
    padding-top: calc(60 * (100vw / 375));

    & .btn-3col {
        width: 80%;
        max-width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    & .btn-3col ul {
    }

    & .btn-3col li {
        flex: 0 0 calc(100% / 3 - 20px);
    }

    & .btn-3col div {
        font: 700 calc(14 * (100vw / 375)) / 1.4em "Noto Sans JP", sans-serif;
        border: 1px solid #666;
        border-radius: calc(30 * (100vw / 375));
        margin: 0 auto calc(20 * (100vw / 375));
        text-align: center;
        width: 100%;
        height: calc(60 * (100vw / 375));
        background: #fff;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
    }

    & .btn-1col {
        width: calc(400 * (100vw / 375));
        margin: 0 auto;
    }

    & .btn-1col p {
        font: 700 calc(14 * (100vw / 375)) / 1.4em "Noto Sans JP", sans-serif;
        padding: calc(14 * (100vw / 375)) 0;
        margin: 0 auto calc(100 * (100vw / 375));
        text-align: center;
        width: calc(330 * (100vw / 375));
        background: #fff;
        position: relative;
    }

    & .btn-1col p::before {
    font: 300 1.8em / 1 'Material Symbols Outlined';
    content: '\e88a';
    position: absolute;
    top: .45em;
    left: 2.3em;
    }



}


}



/***** css pc *****/

@media screen and (min-width: 768px) {

    .sp {
        display: none;
    }

main {
    overflow: hidden;
}

h1 {
    margin: 0;
    padding: 0;
}

a,
a:hover {
    text-decoration: none !important;
}

.sec-mv {
    width: 1200px;
    margin: 0 auto 20px;
}

.sec-lead {
    margin: 0 auto 100px;
    text-align: center;
    width: 100%;
    position: relative;
 
    & p {
        font: 500 20px / 2 "Noto Sans JP", sans-serif;
    }


    & .theme-btn {
        margin: 60px auto 120px;
        width: 800px;
        display: flex;
        justify-content: space-between;
    }

    & .theme-btn li {
        width: 360px;
        height: 60px;
    }

    & .theme-btn span {
        font: 700 18px / 1.4em "Noto Sans JP", sans-serif;
        text-align: center;
        background-image: url("../../../img/feature/w-denim-260114/btn-denim.jpg");
        border-radius: 30px;
        color: #fff;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
    }
}

.sec-ttl {
    width: 780px;
    margin: 0 auto 100px;
}

/*-- sec-styling --*/


.sec-styling {
    width: 1080px;
    height: 780px;
    margin: 0 auto 100px;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
}

.sec-styling .styling-ttl {
    text-align: center;
    width: 640px;
    background-color: #fff;
    padding: 30px 65px 50px;
    
    & h3 {
        font: 600 18px / 1.6em "Noto Sans JP", sans-serif;
        text-align: left;
        margin: 0 0 10px;
    }

    & .ttl-txt {
        margin: 0 auto;
        padding: 20px 40px;
        font: 600 24px / 1.8em "Noto Sans JP", sans-serif;
        text-align: center;
        position: relative;
    }

    & .ttl-txt::before,
    & .ttl-txt::after {
        position: absolute;
        width: 60px;
        height: 60px;
        content: '';
    }

    & .ttl-txt::before {
        border-left: solid 1px #666;
        border-top: solid 1px #666;
        top: 0;
        left: 0;
    }

    & .ttl-txt::after {
        border-right: solid 1px #666;
        border-bottom: solid 1px #666;
        bottom: 0;
        right: 0;
    }

}

.sec-styling .styling-con {
    width: 900px;
    max-width: 100%;
    display: flex;
    flex-wrap: nowrap;
    margin: 0 auto;
    padding: 50px 70px;
    border-radius: 6px;

    & img {
        width: 220px;
        height: auto;
    }

    & .styling-list {
        margin-left: 60px;
        width: 480px;
    }
    
    & li {
        display: flex;
        flex-wrap: nowrap;
        text-align: left;
        color: #fff;
        margin-bottom: 20px;
        font: 400 16px / 1.6em "Noto Sans JP", sans-serif;
    }

    & li:last-child {
        margin-bottom: 0;
    }

    & li em {
        font: 600 14px / 1.6em "Noto Sans JP", sans-serif;
        color: #ccc;
    }

    & li a {
        margin: auto 0 auto auto;
    }
}

.sec-styling .styling-detail {


    & .detail-txt {
        width: 540px;
        position: absolute;
        top: 340px;
        font: 400 16px / 1.6em "Noto Sans JP", sans-serif;

        & tr {
            min-height: 2em;
        }

        & th {
            width: fit-content;
            white-space: nowrap;
            vertical-align: top;
            padding-right: .2em;
            font: 500 17px / 1.6em "Noto Sans JP", sans-serif;
        }

        & td {
            padding-bottom: .2em;
        }
    }

    & .detail-wrap {

        display: flex;
        justify-content: space-between;
        width: 540px;
        position: absolute;
        bottom: 50px;

        & ul {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        & li {
            margin-right: .5em;
            font: 500 14px / 1.4em "Noto Sans JP", sans-serif;
        }

        & .col-ver {
            display: inline-block;
            width: 35px;
            height: 35px;
            border-radius: 50%;
        }

        & .detail-btn {
            width: 240px;
            height: 50px;
        }

        & .detail-btn span {
            font: 700 16px / 1.4em "Noto Sans JP", sans-serif;
            text-align: center;
            background-image: url("../../../img/feature/w-denim-260114/btn-denim.jpg");
            border-radius: 25px;
            color: #fff;
            display: flex;
            flex-wrap: nowrap;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 100%;
        }

    }

}

/*-- row-reverse --*/

.con01,
.con03,
.con05 {

    & .styling-ttl {
        margin: 0 0 0 auto;
    }

    & .detail-txt {
        right: 60px;
    }

    & .detail-wrap {
        right: 60px;
    }

}

.con02,
.con04 {

    & .styling-ttl {
        margin: 0 auto 0 0;
    }

    & .detail-txt {
        left: 60px;
    }

    & .detail-wrap {
        left: 60px;
    }
}

/*-- color variations --*/

.con01 {
        background-image: url("../../../img/feature/w-denim-260114/style01_pc.jpg");
}

.con02 {
        background-image: url("../../../img/feature/w-denim-260114/style02_pc.jpg");
}

.con03 {
        background-image: url("../../../img/feature/w-denim-260114/style03_pc.jpg");
}

.con04 {
        background-image: url("../../../img/feature/w-denim-260114/style04_pc.jpg");
}

.con05 {
        background-image: url("../../../img/feature/w-denim-260114/style05_pc.jpg");
}

.col01 {
        background: #BDD7EE;
        border: 1px solid #999;
}

.col02 {
        background: #2F5597;
        border: 1px solid #2F5597;
}

.col03 {
        background: #203864;
        border: 1px solid #203864;
}

.col04 {
        background: #2E75B6;
        border: 1px solid #2E75B6;
}

.col05 {
        background: #666;
        border: 1px solid #666;
}

/*-- sec-bottom --*/

.sec-bottom {
    width: 100%;
    border-top: 1px solid #ccc;
    padding-top: 100px;

    & .btn-3col {
        width: 900px;
        max-width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    & .btn-3col ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    & .btn-3col li {
        flex: 0 0 calc(100% / 3 - 20px);
    }

    & .btn-3col div {
        font: 700 18px / 1.4em "Noto Sans JP", sans-serif;
        border: 1px solid #666;
        border-radius: 40px;
        margin: 8px auto 40px;
        text-align: center;
        width: 100%;
        height: 80px;
        background: #fff;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
    }

    & .btn-1col {
        width: 400px;
        margin: 0 auto;
    }

    & .btn-1col p {
        font: 700 19px / 1.4em "Noto Sans JP", sans-serif;
        padding: 14px 0px;
        margin: 0 auto 100px;
        text-align: center;
        width: 400px;
        background: #fff;
        position: relative;
    }

    & .btn-1col p::before {
    font: 300 1.8em / 1 'Material Symbols Outlined';
    content: '\e88a';
    position: absolute;
    top: .3em;
    left: 1.8em;
    }



}
}


/***** js *****/

.fadeIn {
	opacity: 0;
	transform: translate(0, 2.5rem);
	transition: all 1s ease-out;
 }