@font-face {
    font-family: 'Hiragino Mincho ProN';
    src: url("../font/HiraKakuProN-W3-AlphaNum-01.woff");
}


@font-face {
    font-family: 'yumin';
    src: url("../font/yumin.woff");
}

@font-face {
    font-family: 'yuminl';
    src: url("../font/yuminl.woff");
    font-weight: bold;
}


.sp_only {
    display: none;
}

.header {
    min-width: 100%;
}

.header .header-nav {
    right: 0;
}

.lp201016_cashmere img {
    width: 100%;
}

a:hover {
    opacity: .7;
}


.fl {
    display: flex;
    flex-wrap: wrap;
}

.lp201016_cashmere {
    width: 1200px;
    margin: 0 auto;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
    color: #58595b;
    /* background-image: url(/Page/feature/201016_cashmere/img/coat_pc.jpg);  */
    background-size: 100%;
    background-position-x: center;
    background-position-y: -248px;
}

/*mv*/
.lp201016_cashmere_mv {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.lp201016_cashmere_mv p {
    padding-top: 59px;
    font-size: 13px;
    line-height: 2;
    letter-spacing: 0.12em;
    font-feature-settings: 'palt';
}

/*box共有*/
section {
    margin: 0 auto;
}

section .ttl {
    font-family: temeraire, serif;
    font-weight: 400;
    font-style: normal;
    font-feature-settings: 'palt';
    text-align: center;
}

section h2{
    text-align: center;
    font-size: 24px;
    letter-spacing: 0.08em;
    font-family: temeraire, serif;
    font-weight: 400;
    color: #000;
    line-height: 1.75;
}

section .ttl .pipe {
    border-left: solid 1px #000;
    height: 40px;
    margin-left: 600px;
    margin-top: 2px;
}

section .credit {
    font-size: 14px;
    letter-spacing: 0.07em;
    line-height: 1.5;
    font-family: "EB Garamond", serif;
    padding-top: 17px;
}

section figure{
    margin: 0 auto;
}

section .text {
    font-size: 13px;
    line-height: 2;
    letter-spacing: 0.12em;
    font-feature-settings: 'palt';
    text-align: center;
    padding-top: 45px;
}

section ._1{
    padding-top: 40px;
    width: 400px;
}

section ._2{
    padding-top: 43px;
    width: 600px;
    margin: 0 auto;
}

/*box1*/
.lp201016_cashmere_box1 {
    padding-top: 65px;
}


/*box2*/
.lp201016_cashmere_box2 {
    padding-top: 108px;
}

.lp201016_cashmere_box2 ._3{
    padding-top: 120px;
}

.lp201016_cashmere_box2 ._3 figure{
    width: 400px;
    margin: 0 auto;
}

/*box3*/
.lp201016_cashmere_box3 {
    padding-top: 110px;
}

.lp201016_cashmere_box3 .ttl {
    font-style: italic;
    line-height: 1.75;
}

.lp201016_cashmere_box3 .ttl .pipe {
    margin-top: 5px;
}

.lp201016_cashmere_box3 figure{
    width: 540px;
    padding-top: 20px;
}

.lp201016_cashmere_box3 .text {
    padding-top: 35px;
}

.lp201016_cashmere_box3 .text span {
    font-size: 11px;
    display: block;
    padding-top: 8px;
    margin-left: 47px;
}

/*box4*/
.lp201016_cashmere_box4 {
    padding-top: 118px;
}

.lp201016_cashmere_box4 .ttl h3{
    font-size: 20px;
    letter-spacing: 0.06em;
    font-family: 游明朝体, YuMincho, "游明朝 Medium", "Yu Mincho", "Hiragino Mincho ProN", HGS明朝E, yumin, メイリオ, serif;
    font-weight: 600;
    color: #000;
}

.lp201016_cashmere_box4 .ttl .pipe {
    margin-top: 18px;
}

.lp201016_cashmere_box4 .text{
    padding-top: 14px;
    text-decoration: underline;
}

/* staff */
.staff {
    margin: 122px auto 0;
    text-align: center;
    font-family: 'EB Garamond', serif;
    font-feature-settings: 'palt';
    text-align: center;
    line-height: 1.7;
    letter-spacing: 0.03em;
    color: #58595b;
    border-bottom: 1px solid #acacad;
    width: 1100px;
    padding-bottom: 136px;
}

.staff a {
    border-bottom: double 3px #cacaca;
    padding-bottom: 4px;
    font-size: 20px;
    letter-spacing: 0.02em;
    color: #000;
}

.staff p {
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 24px;
    margin-top: 137px;
}

/*タブレット*/
@media only screen and (max-width: 1200px) and (min-width: 561px) {
    .main-area.archive_slider {
        min-width: inherit !important;
    }

    .lp201016_cashmere {
        width: 100%;
    }
    
    /*mv*/
    .lp201016_cashmere_mv {
        width: calc(1000*(100vw / 1200));
    }

    .lp201016_cashmere_mv p {
        padding-top: calc(59*(100vw / 1200));
        font-size: calc(13*(100vw / 1200));
    }

    /*box共有*/
    section h2{
        font-size: calc(24*(100vw / 1200));
    }

    section .ttl .pipe {
        height: calc(40*(100vw / 1200));
        margin-left: calc(600*(100vw / 1200));
        margin-top: calc(10*(100vw / 1200));
    }

    section .credit {
        font-size: calc(14*(100vw / 1200));
        padding-top: calc(17*(100vw / 1200));
    }

    section .text {
        font-size: calc(13*(100vw / 1200));
        padding-top: calc(45*(100vw / 1200));
    }

    section ._1{
        padding-top: calc(40*(100vw / 1200));
        width: calc(400*(100vw / 1200));
    }

    section ._2{
        padding-top: calc(42*(100vw / 1200));
        width: calc(600*(100vw / 1200));
    }

    /*box1*/
    .lp201016_cashmere_box1 {
        padding-top: calc(72*(100vw / 1200));
    }


    /*box2*/
    .lp201016_cashmere_box2 {
        padding-top: calc(117*(100vw / 1200));
    }

    .lp201016_cashmere_box2 ._3{
        padding-top: calc(116*(100vw / 1200));
    }

    .lp201016_cashmere_box2 ._3 figure{
        width: calc(400*(100vw / 1200));
    }

    /*box3*/
    .lp201016_cashmere_box3 {
        padding-top: calc(106*(100vw / 1200));
    }

    .lp201016_cashmere_box3 .ttl .pipe {
        margin-top: calc(5*(100vw / 1200));
    }

    .lp201016_cashmere_box3 figure{
        width: calc(540*(100vw / 1200));
        padding-top: calc(20*(100vw / 1200));
    }

    .lp201016_cashmere_box3 .text {
        padding-top: calc(35*(100vw / 1200));
    }

    .lp201016_cashmere_box3 .text span {
        font-size: calc(1*(100vw / 1200));
        padding-top: calc(8*(100vw / 1200));
        margin-left: calc(47*(100vw / 1200));
    }

    /*box4*/
    .lp201016_cashmere_box4 {
        padding-top: calc(114*(100vw / 1200));
    }

    .lp201016_cashmere_box4 .ttl h3{
        font-size: calc(20*(100vw / 1200));
    }

    .lp201016_cashmere_box4 .ttl .pipe {
        margin-top: calc(18*(100vw / 1200));
    }

    .lp201016_cashmere_box4 .text{
        padding-top: calc(14s*(100vw / 1200));
    }

    /* staff */
    .staff {
        margin: calc(127*(100vw / 1200)) auto 0;
        width: calc(1100*(100vw / 1200));
        padding-bottom: calc(136*(100vw / 1200));
    }

    .staff a {
        padding-bottom: calc(4*(100vw / 1200));
        font-size: calc(20*(100vw / 1200));
    }

    .staff p {
        font-size: calc(14*(100vw / 1200));
        line-height: calc(24*(100vw / 1200));
        margin-top: calc(137*(100vw / 1200));
    }
}

/* for sp */
@media only screen and (max-width: 560px) {

    .cateList {
        display: flex;
        flex-wrap: wrap;
    }

    .cateList li {
        display: inline-block;
    }

    .pc_only {
        display: none;
    }

    .sp_only {
        display: block;
    }

    .lp201016_cashmere {
        width: calc(750* (100vw / 750));
        margin: 0 auto calc(160* (100vw / 750));
        font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
        /* background-image: url(/Page/feature/201016_cashmere/img/coat_sp.jpg);  */
        background-position-y: -44px;
        background-size: 100%;
    }

    /*mv*/
    .lp201016_cashmere_mv {
        width: 100%;
    }

    .lp201016_cashmere_mv p {
        padding-top: calc(70* (100vw / 750));
        font-size: calc(26* (100vw / 750));
    }

    /*box共有*/

    section h2{
        font-size: calc(48* (100vw / 750));
        line-height: 1.5;
    }

    section .ttl .pipe {
        height: calc(80* (100vw / 750));
        margin-left: calc(373* (100vw / 750));
        margin-top: calc(2* (100vw / 750));
    }

    section .credit {
        font-size: calc(28* (100vw / 750));
        padding-top: calc(30* (100vw / 750));
        line-height: calc(46* (100vw / 750));
    }

    section .text {
        font-size: calc(26* (100vw / 750));
        text-align: justify;
        padding-top: calc(70* (100vw / 750));
        font-feature-settings: normal;
        margin-left: calc(38* (100vw / 750));
        margin-right: calc(35* (100vw / 750));
    }

    section ._1{
        padding-top: calc(60* (100vw / 750));
        width: calc(600* (100vw / 750));
    }
    
    /*box1*/
    .lp201016_cashmere_box1 {
        padding-top: calc(113* (100vw / 750));
    }

    .lp201016_cashmere_box1 .credit{
        margin-left: calc(38* (100vw / 750));
    }

    .lp201016_cashmere_box1 ._2{
        padding-top: calc(65* (100vw / 750));
        width: 100%;
    }

    /*box2*/
    .lp201016_cashmere_box2 {
        padding-top: calc(137* (100vw / 750));
    }

    .lp201016_cashmere_box2 ._2{
        width: calc(675* (100vw / 750));
        padding-top: calc(66* (100vw / 750));
    }

    .lp201016_cashmere_box2 ._3{
        padding-top: calc(151* (100vw / 750));
    }

    .lp201016_cashmere_box2 ._3 figure{
        width: calc(525* (100vw / 750));
    }

    /*box3*/
    .lp201016_cashmere_box3 {
        padding-top: calc(137* (100vw / 750));
    }

    .lp201016_cashmere_box3 .ttl .pipe {
        margin-top: calc(2* (100vw / 750));
    }

    .lp201016_cashmere_box3 figure{
        width: calc(600* (100vw / 750));
        padding-top: calc(30* (100vw / 750));
    }

    .lp201016_cashmere_box3 .text {
        padding-top: calc(70* (100vw / 750));
    }

    .lp201016_cashmere_box3 .text span {
        font-size: calc(22* (100vw / 750));
        padding-top: calc(14* (100vw / 750));
        margin-left: 0;
    }

    /*box4*/
    .lp201016_cashmere_box4 {
        padding-top: calc(150* (100vw / 750));
    }

    .lp201016_cashmere_box4 .ttl h3{
        font-size: calc(40* (100vw / 750));
    }

    .lp201016_cashmere_box4 .ttl .pipe {
        margin-top: calc(23* (100vw / 750));
    }

    .lp201016_cashmere_box4 .text{
        text-align: center;
        padding-top: calc(18* (100vw / 750));
    }

    .staff {
        text-align: center;
        margin: calc(131* (100vw / 750)) auto calc(160 * (100vw / 750));
        width: 100%;
        border-bottom: 1px solid #fff;
        padding-bottom: 0;
    }

    .staff a {
        letter-spacing: 0.03em;
        font-size: calc(40 * (100vw / 750));
        border-bottom: double 4px #c0c0c0;
        padding-bottom: calc(6 * (100vw / 750));
    }

    .staff p {
        margin-top: calc(170 * (100vw / 750));
        line-height: 1.7;
        font-size: calc(28 * (100vw / 750));
    }
}