@charset "UTF-8";


#contentsAll .yuGothic{
    font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic', 'メイリオ', sans-serif;
    font-weight: 400;
    font-style: normal;
}

#contentsAll .futuraFont {
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
}
#contentsAll .Pragma {
    font-family: pragmatica,sans-serif;
    font-weight: 400;
    font-style: normal;
}


/*************************************SP****************************************/
@media screen and ( max-width:560px ){

    /* ====================================
    contentsAll
    ====================================*/

    #contentsAll{
        overflow-x: hidden;
        overflow-y: hidden;
        margin: 0 auto;
    }

    .pcOnly{
        display: none;
    }

    #contentsAll p{
        color: #000;
    }

    /* ====================================
    cont-inner
    ====================================*/

    #contentsAll .cont_inner {
        max-width: none;
        width: 100%;
        margin: 0 auto;
    }

    /* ====================================
    画像背景
    ====================================*/


    /* ====================================
    mainArea
    ====================================*/
    .mainImg img {
        width: calc(750 *(100vw /750));
    }

    .main_text {
        font-size: calc(30 *(100vw /750));
        line-height: 1.8;
        margin-top: calc(139 *(100vw /750));
        text-align: center;
    }

    /* ====================================
    contents1
    ====================================*/

    .contents1{
        margin-top: 5rem;
    }

    .shoes_Area {
        text-align: center;
    }

    .item_Img img {
        width: calc(600 *(100vw /750));
        margin-top: calc(-20 *(100vw /750));
    }

    .shoes_name {
        font-size: calc(56 *(100vw /750));
        letter-spacing: 0.05em;
        margin-top: calc(24 *(100vw /750));
        line-height: 1.72;
    }

    span.sub_naem.Pragma {
        font-size: calc(34 *(100vw /750));
        letter-spacing: 0.045em;
    }

    .shoes_name {
        position: relative;
    }

    span.back_name {
        margin-left: calc(34 *(100vw /750));
    }

    .name_icon {
        font-size: calc(40 *(100vw /750));
        position: absolute;
        top: calc(10 *(100vw /750));
        left: 40.9%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }

    .shoes_text{
        font-size: calc(25 *(100vw /750));
        line-height: 1.92;
        letter-spacing: 0.02em;
        margin-top: calc(32 *(100vw /750));
        text-align: center;
    }

    .shoes_Area .creditArea{
        font-size: calc(28 *(100vw /750));
        letter-spacing: 0.05em;
        margin-top: calc(50 *(100vw /750));
    }

    .contents1 .creditArea a {
        position: relative;
    }

    .contents1 .creditArea a::before {
        content: '';
        display: block;
        position: absolute;
        bottom: calc(7 *(100vw /750));
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        width: 100%;
        height: calc(2 *(100vw /750));
        border-bottom: calc(2 *(100vw /750)) solid #000;
        z-index: -999;
    }

    /* ====================================
    contents2
    ====================================*/

    .contents2{
        margin-top: calc(148 *(100vw /750));
    }

    .contents2 .flexArea{
        display: flex;
        flex-direction: column-reverse;
    }

    .c2_Box1 {
        width: calc(620 *(100vw /750));
        margin-top: calc(60 *(100vw /750));
    }
    
    .box1Img img {
        width: calc(620 *(100vw /750));
    }

    .c2_Box1 .creditArea {
        font-size: calc(24 *(100vw /750));
        letter-spacing: 0.07em;
        line-height: 1.91;
        text-align: left;
        margin-top: calc(50 *(100vw /750));
        margin-left: calc(41 *(100vw /750));
    }

    .c2_Box2 {
        width: calc(530 *(100vw /750));
        margin-left: auto;        
    }

    .box2Img {
        margin-left: calc(-40 *(100vw /750));
    }

    .box2Img img {
        width: calc(530 *(100vw /750));
    }

    span.item_tax {
        margin-left: calc(4 *(100vw /750));
    }

    .tax_{
        margin-left: calc(4 *(100vw /750));
    }

    .ugg_icon {
        font-size: calc(24 *(100vw /750));
    }




    /* ==============================
    CHECK ALL ITEMS
    ================================ */

    #contentsAll .checkItemAll a {
        display: block;
        width: calc(355*(100vw/750));
        margin: calc(139*(100vw/750)) auto 0;
        font-size: calc(24*(100vw/750));
        line-height: 2.4;
        letter-spacing: .05em;
        text-align: center;
        color: #000;
        border: 1px solid #000;
        background-color: #fff;
    }

    /* ==============================
    STAFF
    ================================ */

    #contentsAll .staffCreditArea {
        color: #333;
    }

    #contentsAll h3.yuGothic.staff_text {
        text-align: center;
        margin-top: calc(64 *(100vw /750));
        font-size: calc(24 *(100vw /750));
    }

    #contentsAll .staffTxtMain {
        margin: calc(10*(100vw/750)) 0 calc(24*(100vw/750));
    }

    #contentsAll .staffTxtMain li {
        font-weight: 400;
        font-style: normal;
        font-size: calc(24*(100vw/750));
        line-height: 2;
        letter-spacing: .025em;
        text-align: center;
    }



}

/**********************************タブレット*************************************/
@media only screen and (min-width: 561px) and (max-width: 1200px) and (-webkit-min-device-pixel-ratio: 1) {
    html{
        font-size: calc(10 *(100vw /1200));
    }
}

/*************************************PC****************************************/
@media screen and ( min-width:561px ) {

    /* ====================================
    contentsAll
    ====================================*/

    #contentsAll{
        width: 100%;
        margin: 0 auto;
    }

    .spOnly{
        display: none;
    }

    #contentsAll p{
        color: #000;
    }

    /* ====================================
    cont-inner
    ====================================*/

    #contentsAll .cont-inner {
        max-width: 1200px;
        width: 100%;
        margin: 0 auto;
    }

    /* ====================================
    画像背景
    ====================================*/


    /* ====================================
    mainArea
    ====================================*/

    .mainImg img {
        width: 120rem;
    }

    .main_text {
        font-size: 1.8rem;
        line-height: 1.6;
        margin-top: 11.6rem;
        text-align: center;
    }

    /* ====================================
    contents1
    ====================================*/

    .contents1{
        margin-top: 5rem;
    }

    .shoes_Area {
        text-align: center;
    }

    .item_Img img {
        width: 35rem;
        margin-top: -0.4rem;
    }

    .shoes_name {
        font-size: 3.4rem;
        letter-spacing: 0.05em;
        margin-top: 2.4rem;
    }

    .sub_naem{
        font-size: 2rem;
        margin-top: 1.8rem;
    }

    span.sub_naem.Pragma {
        font-size: 2rem;
        letter-spacing: 0.045em;
    }

    .shoes_name {
        position: relative;
    }

    span.back_name {
        margin-left: 2rem;
    }

    .name_icon {
        font-size: 2.4rem;
        position: absolute;
        top: .2rem;
        left: 46.6%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }

    .shoes_text{
        font-size: 1.4rem;
        line-height: 2.09;
        letter-spacing: 0.02em;
        margin-top: 2.7rem;
        text-align: center;
    }

    .shoes_Area .creditArea{
        font-size: 1.6rem;
        letter-spacing: 0.05em;
        margin-top: 3.2rem;
    }

    .contents1 .creditArea a {
        position: relative;
    }

    .contents1 .creditArea a::before {
        content: '';
        display: block;
        position: absolute;
        bottom: 0.3rem;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        width: 100%;
        height: 0.1rem;
        border-bottom: 1px solid #000;
        z-index: -999;
    }

    /* ====================================
    contents2
    ====================================*/

    .contents2{
        margin-top: 12.1rem;
    }

    .contents2 .flexArea{
        width: 114rem;
        display: flex;
        margin-left: 3rem;
        justify-content: space-between;
    }

    .c2_Box1 {
        width: 58rem;
    }
    
    .box1Img img {
        width: 58rem;
    }

    .c2_Box1 .creditArea {
        font-size: 1.2rem;
        letter-spacing: 0.07em;
        line-height: 1.8;
        text-align: left;
        margin-top: 3.6rem;
    }

    .c2_Box2 {
        width: 48rem;
        margin-top: 30rem;
    }

    .box2Img img {
        width: 48rem;
    }

    span.item_tax {
        margin-left: 0.4rem;
    }

    .ugg_icon {
        font-size: 1.2rem;
    }

    /* ==============================
    CHECK ALL ITEMS
    ================================ */

    #contentsAll .checkItemAll a {
        display: block;
        width: 22rem;
        margin: 11.9rem auto 0;
        font-size: 1.5rem;
        line-height: 2.3;
        letter-spacing: .05em;
        text-align: center;
        color: #000;
        border: 1px solid #000;
        background-color: #fff;
    }


    /* ==============================
    STAFF
    ================================ */

    #contentsAll section.staffCreditArea {
        text-align: center;
        font-size: 1.2rem;
        margin: 3.8rem 0 5rem 0;
        color: #333;
    }

    #contentsAll ul.staffTxtMain {
        display: flex;
        justify-content: center;
        margin-top: 1rem;
        letter-spacing: .025em;
    }


}