@charset "UTF-8";
#Wrap {width: 100%;}
#Contents-All .img-width {width: 100%;}
#Contents-All a:hover {cursor: pointer; opacity: 0.5;}
#Contents-All {font-feature-settings: 'palt'; text-align: justify; text-justify: inter-ideograph;} 
#Contents-All p {font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic', 'メイリオ', sans-serif;}
#Contents-All img {display: block;}
.scroll-up{opacity: 0; transform: translateY(100px)/*スクロールアップする距離*/; transition: all 2s/*処理にかかる時間*/;}
.scroll-up.done, .scroll-fade.done{opacity : 1; transform : translate(0, 0);}
/*************************************SP****************************************/
@media screen and ( max-width:560px ) {
    /* #Contents-All {
        background-image: url(../img/sp.jpg);
        background-size: 100%;
        background-position-y: -112px;
    } */
    #Contents-All {margin: 0 auto;}
    #Contents-All .pc-only {display: none;}
    #Contents-All .item-flex-sp {display: flex;justify-content: center;}
    /*==========================
    共通項目
    ==========================*/
    #Contents-All .size200 {width: calc(200*(100vw/750));}
    #Contents-All .size205 {width: calc(205*(100vw/750));}
    #Contents-All .size587 {width: calc(587*(100vw/750));}
    #Contents-All .size690 {width: calc(690*(100vw/750));}
    /***********フォント *************/
    #Contents-All .main-txt {
        font-size: calc(28*(100vw/750));
        line-height: 1.9;
        letter-spacing: 0.3px;
        text-align: center;
        margin-top: calc(105*(100vw/750));
    }
    #Contents-All .main-credit {
        text-align: center;
    }
    #Contents-All .main-credit a {
        display: inline-block;
        font-size: calc(28*(100vw/750));
        line-height: 2;
        letter-spacing: 0.5px;
    }
    #Contents-All .c-txt {
        font-size: calc(28*(100vw/750));
        line-height: 1.9;
        letter-spacing: 1.2px;
        text-align: center;
        margin-top: calc(98*(100vw/750));
    }
    #Contents-All .sub-credit {
        margin-top: calc(42*(100vw/750));
        text-align: center;
    }
    #Contents-All .sub-credit a {
        display: inline-block;
        font-size: calc(22*(100vw/750));
        line-height: 2.3;
        letter-spacing: 0.3px;
    }
    /*==========================
    Contents1
    ==========================*/
    #Contents-All .contents1 {
        position: relative;
    }
    #Contents-All .contents1::before {
        content: '';
        display: block;
        width: calc(750*(100vw/750));
        height: calc(221*(100vw/750));
        position: absolute;
        top: calc(110*(100vw/750));
        left: calc(0*(100vw/750));
        z-index: -1;
        background-color: rgb(245,240,230);
    }
    #Contents-All .c1-credit1 {
        margin-top: calc(28*(100vw/750));
    }
    #Contents-All .c1-shoes-main {
        margin-top: calc(124*(100vw/750));
    }
    #Contents-All .shoes1-img {
        margin-right: calc(96*(100vw/750));
    }
    #Contents-All .c1-img1 {
        margin: calc(67*(100vw/750)) auto 0;
    }
    #Contents-All .c1-img2 {
        margin: calc(56*(100vw/750)) auto 0;
    }
    #Contents-All .c1-3-img {
        margin: calc(70*(100vw/750)) auto 0;
    }
    #Contents-All .c1-4-img {
        margin: calc(80*(100vw/750)) auto 0;
    }
    #Contents-All .c1-5-img {
        margin: calc(58*(100vw/750)) auto 0;
    }
    /*==========================
    Contents2
    ==========================*/
    #Contents-All .contents2 {
        position: relative;
    }
    #Contents-All .contents2::before {
        content: '';
        display: block;
        width: calc(750*(100vw/750));
        height: calc(221*(100vw/750));
        position: absolute;
        top: calc(54*(100vw/750));
        left: calc(0*(100vw/750));
        z-index: -1;
        background-color: rgb(245,240,230);
    }
    #Contents-All .c2-credit1 {
        margin-top: calc(36*(100vw/750));
    }
    #Contents-All .c2-shoes-main {
        margin-top: calc(170*(100vw/750));
    }
    #Contents-All .shoes3-img {
        margin-right: calc(96*(100vw/750));
        height: calc(108.44*(100vw/750));
    }
    #Contents-All .c2-1-img {
        margin: calc(70*(100vw/750)) auto 0;
    }
    #Contents-All .c2-2-img {
        margin: calc(57*(100vw/750)) auto 0;
    }
    #Contents-All .c2-3-img {
        margin: calc(70*(100vw/750)) auto 0;
    }
    /*==========================
    check-all-items
    ==========================*/
    #Contents-All .check-all-items {
        width: calc(355*(100vw/750));
        text-align: center;
        margin: calc(108*(100vw/750)) auto;
        border: 1px solid #333333;
    }
    #Contents-All .check-all-items a {
        font-family: futura-pt, sans-serif;
        font-weight: 400;
        font-style: normal;
        display: inline-block;
        font-size: calc(24*(100vw/750));
        line-height: 2.3;
        letter-spacing: 0.3px;
    }
}
/**********************************タブレット*************************************/
@media only screen and (min-width: 561px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    #Contents-All {width: calc(1024*(100vw/1024));margin: calc(80*(100vw/1024)) auto calc(-10*(100vw/1024));}
    #Contents-All .item-flex {display: flex;justify-content: center;}
    #Contents-All .item-flex-wrap{display: flex;flex-wrap: wrap;justify-content: center;}
    #Contents-All .item-flex-reverce{flex-direction: row-reverse;}
    #Contents-All .sp-only {display: none;}
    .main-area::after {
        margin: calc(80*(100vw/1024)) auto 0 !important;
    }
    /*==========================
    ipad size
    ==========================*/
    @media screen and (min-width: 561px) and (max-width: 768px) {
        #Contents-All .main-txt {font-size: calc(15*(100vw/1024)) !important;}
        #Contents-All .main-credit a {font-size: calc(15*(100vw/1024)) !important;}
        #Contents-All .c-txt {font-size: calc(13*(100vw/1024)) !important;}
        #Contents-All .sub-credit a {font-size: calc(11*(100vw/1024)) !important;}
        #Contents-All .check-all-items a {font-size: calc(15*(100vw/1024)) !important;}
    }
    /*==========================
    共通項目
    ==========================*/
    #Contents-All .size160 {width: calc(160*(100vw/1024));}
    #Contents-All .size165 {width: calc(165*(100vw/1024));}
    #Contents-All .size390 {width: calc(390*(100vw/1024));}
    #Contents-All .size415 {width: calc(415*(100vw/1024));}
    #Contents-All .size420 {width: calc(420*(100vw/1024));}
    #Contents-All .size826 {width: calc(826*(100vw/1024));}
    #Contents-All .shoes-img-span {margin-right: calc(80*(100vw/1024));}
    /***********フォント *************/
    #Contents-All .main-txt {
        font-size: 15px;
        line-height: 2;
        letter-spacing: 0.4px;
        margin-top: calc(72*(100vw/1024));
        text-align: center;
    }
    #Contents-All .main-credit {
        text-align: center;
    }
    #Contents-All .main-credit a {
        display: inline-block;
        font-size: 15px;
        line-height: 2;
        letter-spacing: 0.4px;
    }
    #Contents-All .c-txt {
        font-size: 13px;
        line-height: 2;
        letter-spacing: 0.4px;
        margin-top: calc(82*(100vw/1024));
        text-align: center;
    }
    #Contents-All .sub-credit a {
        display: inline-block;
        font-size: 11px;
        line-height: 1.98;
        letter-spacing: 0.3px;
    }
    /*==========================
    main-visual
    ==========================*/
    #Contents-All .main-visual {
        margin: 0 auto;
    }
    /*==========================
    Contents1
    ==========================*/
    #Contents-All .contents1 {
        position: relative;
    }
    #Contents-All .c1-shoes-main {
        margin-top: calc(85*(100vw/1024));
    }
    #Contents-All .shoes1-img {
        margin-right: calc(80*(100vw/1024));
    }
    #Contents-All .contents1::before {
        content: '';
        display: block;
        width: calc(824*(100vw/1024));
        height: calc(170*(100vw/1024));
        position: absolute;
        top: calc(70*(100vw/1024));
        left: calc(100*(100vw/1024));
        z-index: -1;
        background-color: rgb(245,240,230);
    }
    #Contents-All .c1-credit1 {
        margin-top: calc(22*(100vw/1024));
    }
    #Contents-All .c1-looks1 {
        margin-top: calc(55*(100vw/1024));
    }
    #Contents-All .c1-img1 {
        margin-right: calc(30*(100vw/1024));
    }
    #Contents-All .c1-img2 {
        margin-top: calc(160*(100vw/1024));
    }
    #Contents-All .c1-credit2 {
        margin: calc(-107*(100vw/1024)) 0 0 calc(93*(100vw/1024));
    }
    #Contents-All .c1-3-img {
        margin: calc(124*(100vw/1024)) auto 0;
    }
    #Contents-All .c1-4-img {
        margin: calc(60*(100vw/1024)) 0 0 calc(150*(100vw/1024));
    }
    #Contents-All .c1-5-img {
        margin: calc(30*(100vw/1024)) 0 0 calc(485*(100vw/1024));
    }
    #Contents-All .c1-credit3 {
        margin: calc(15*(100vw/1024)) 0 0 calc(485*(100vw/1024));
    }
    /*==========================
    Contents2
    ==========================*/
    #Contents-All .contents2 {
        position: relative;
    }
    #Contents-All .c2-shoes-main {
        margin-top: calc(120*(100vw/1024));
    }
    #Contents-All .shoes3-img {
        margin-right: calc(75*(100vw/1024));
        height: calc(87.28*(100vw/1024));
    }
    #Contents-All .contents2::before {
        content: '';
        display: block;
        width: calc(824*(100vw/1024));
        height: calc(170*(100vw/1024));
        position: absolute;
        top: calc(43*(100vw/1024));
        left: calc(100*(100vw/1024));
        z-index: -1;
        background-color: rgb(245,240,230);
    }
    #Contents-All .c2-credit1 {
        margin-top: calc(42*(100vw/1024));
    }
    #Contents-All .c2-1-img {
        margin: calc(53*(100vw/1024)) 0 0 calc(300*(100vw/1024));
    }
    #Contents-All .c2-2-img {
        margin: calc(30*(100vw/1024)) 0 0 calc(485*(100vw/1024));
    }
    #Contents-All .c2-credit2 {
        margin: calc(15*(100vw/1024)) 0 0 calc(485*(100vw/1024));
    }
    #Contents-All .c2-3-img {
        margin: calc(57*(100vw/1024)) auto 0;
    }
    /*==========================
    check-all-items
    ==========================*/
    #Contents-All .check-all-items {
        width: calc(220*(100vw/1024));
        text-align: center;
        margin: calc(79*(100vw/1024)) auto 0;
        border: 1px solid #333333;
    }
    #Contents-All .check-all-items a {
        font-family: futura-pt, sans-serif;
        font-weight: 400;
        font-style: normal;
        display: inline-block;
        width: 100%;
        font-size: 15px;
        line-height: 2.2;
        letter-spacing: 0.5px;
    }
}
/*************************************PC****************************************/
@media screen and ( min-width:1025px ) {
    /* #Contents-All {
        background-image: url(../img/pc.jpg);
        background-size: 100%;
        background-position-y: -178px;
    } */
    #Contents-All {width: 1200px;margin: 80px auto 0;}
    #Contents-All .item-flex {display: flex;justify-content: center;}
    #Contents-All .item-flex-reverce{flex-direction: row-reverse;}
    #Contents-All .sp-only {display: none;}
    .main-area::after {
        margin: 80px auto 0 !important;
    }
    /*==========================
    共通項目
    ==========================*/
    #Contents-All .size160 {width: 160px;}
    #Contents-All .size165 {width: 165px;}
    #Contents-All .size390 {width: 390px;}
    #Contents-All .size415 {width: 415px;}
    #Contents-All .size420 {width: 420px;}
    #Contents-All .size826 {width: 826px;}
    /***********フォント *************/
    #Contents-All .main-txt {
        font-size: 15px;
        line-height: 2;
        letter-spacing: 0.4px;
        margin-top: 72px;
        text-align: center;
    }
    #Contents-All .main-credit {
        text-align: center;
    }
    #Contents-All .main-credit a {
        display: inline-block;
        font-size: 15px;
        line-height: 2;
        letter-spacing: 0.4px;
    }
    #Contents-All .c-txt {
        font-size: 13px;
        line-height: 2;
        letter-spacing: 0.4px;
        margin-top: 82px;
        text-align: center;
    }
    #Contents-All .sub-credit a {
        display: inline-block;
        font-size: 11px;
        line-height: 1.98;
        letter-spacing: 0.3px;
    }
    /*==========================
    main-visual
    ==========================*/
    #Contents-All .main-visual {
        margin: 0 auto;
    }
    /*==========================
    Contents1
    ==========================*/
    #Contents-All .contents1 {
        position: relative;
    }
    #Contents-All .c1-shoes-main {
        margin-top: 85px;
    }
    #Contents-All .shoes1-img {
        margin-right: 80px;
    }
    #Contents-All .contents1::before {
        content: '';
        display: block;
        width: 824px;
        height: 170px;
        position: absolute;
        top: 70px;
        left: 188px;
        z-index: -1;
        background-color: rgb(245,240,230);
    }
    #Contents-All .c1-credit1 {
        margin-top: 22px;
    }
    #Contents-All .c1-looks1 {
        margin-top: 55px;
    }
    #Contents-All .c1-img1 {
        margin-right: 30px;
    }
    #Contents-All .c1-img2 {
        margin-top: 160px;
    }
    #Contents-All .c1-credit2 {
        margin: -107px 0 0 181px;
    }
    #Contents-All .c1-3-img {
        margin: 124px auto 0;
    }
    #Contents-All .c1-4-img {
        margin: 60px 0 0 300px;
    }
    #Contents-All .c1-5-img {
        margin: 30px 0 0 485px;
    }
    #Contents-All .c1-credit3 {
        margin: 15px 0 0 485px;
    }
    /*==========================
    Contents2
    ==========================*/
    #Contents-All .contents2 {
        position: relative;
    }
    #Contents-All .c2-shoes-main {
        margin-top: 128px;
    }
    #Contents-All .shoes3-img {
        margin-right: 75px;
        height: 87.28px;
    }
    #Contents-All .contents2::before {
        content: '';
        display: block;
        width: 824px;
        height: 170px;
        position: absolute;
        top: 43px;
        left: 188px;
        z-index: -1;
        background-color: rgb(245,240,230);
    }
    #Contents-All .c2-credit1 {
        margin-top: 42px;
    }
    #Contents-All .c2-1-img {
        margin: 53px 0 0 300px;
    }
    #Contents-All .c2-2-img {
        margin: 30px 0 0 485px;
    }
    #Contents-All .c2-credit2 {
        margin: 15px 0 0 485px;
    }
    #Contents-All .c2-3-img {
        margin: 57px auto 0;
    }
    /*==========================
    check-all-items
    ==========================*/
    #Contents-All .check-all-items {
        width: 220px;
        text-align: center;
        margin: 79px auto 0;
        border: 1px solid #333333;
    }
    #Contents-All .check-all-items a {
        font-family: futura-pt, sans-serif;
        font-weight: 400;
        font-style: normal;
        display: inline-block;
        width: 100%;
        font-size: 15px;
        line-height: 2.2;
        letter-spacing: 0.5px;
    }
}