@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;}
#Contents-All .relative-area {position: relative;}
#Contents-All ul li {list-style: none;}
#Contents-All .futura-font {font-family: futura-pt, sans-serif;font-weight: 400;font-style: normal;}
#Contents-All .scroll-up{opacity: 0; transform: translateY(100px); transition: all 2s;}
#Contents-All .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-repeat: no-repeat;
        background-position-y: -111px;
    } */
    #Contents-All {margin: 0 auto;}
    #Contents-All .pc-only {display: none;}
    #Contents-All .item-flex-sp {display: flex;flex-wrap: wrap;justify-content: center;}
    .footer .footer-inner {
        margin: 0 auto !important;
    }
    /*==========================
    共通項目
    ==========================*/
    #Contents-All .size540 {width: calc(540*(100vw/750));}
    #Contents-All .size630 {width: calc(630*(100vw/750));}
    #Contents-All .size750 {width: calc(750*(100vw/750));}
    .item-img {
        width: calc(380*(100vw/750));
        margin: calc(80*(100vw/750)) auto calc(-100*(100vw/750));
    }
    /***********フォント *************/
    #Contents-All .main-credit-area {
        text-align: center;
    }
    #Contents-All .c1-tittle1-1 {
        font-size: calc(58*(100vw/750));
        color: #b56e57;
        margin: calc(118*(100vw/750)) calc(482*(100vw/750)) 0 0;
    }
    #Contents-All .c1-tittle1-2 {
        font-size: calc(40*(100vw/750));
        font-weight: bold;
        letter-spacing: 0.5px;
        color: #b56e57;
        margin-top: calc(-44*(100vw/750));
    }
    #Contents-All .c1-tittle1-3 {
        font-size: calc(58*(100vw/750));
        color: #b56e57;
        margin: calc(-14*(100vw/750)) 0 0 calc(478*(100vw/750));
    }
    #Contents-All .c1-tittle2 {
        font-size: calc(34*(100vw/750));
        font-weight: bold;
        letter-spacing: 0.3px;
        color: #b56e57;
        margin-top: calc(-24*(100vw/750));
        text-decoration: underline;
    }
    #Contents-All .c1-tittle3 {
        font-size: calc(28*(100vw/750));
        font-weight: bold;
        letter-spacing: 0.3px;
        color: #89776a;
        margin-top: calc(34*(100vw/750));
    }
    #Contents-All .c-txt {
        font-size: calc(26*(100vw/750));
        line-height: 2;
        letter-spacing: 1.2px;
        text-align: center;
    }
    #Contents-All .credit {
        font-size: calc(22*(100vw/750));
        line-height: 2.3;
        letter-spacing: 0.3px;
        margin-top: calc(46*(100vw/750));
        text-align: center;
    }
    /*==========================
    Contents1
    ==========================*/
    #Contents-All .c1-block {
        margin-top: calc(120*(100vw/750));
    }
    #Contents-All .c1-txt1 {
        margin-top: calc(50*(100vw/750));
    }
    #Contents-All .c1-txt2 {
        margin-top: calc(24*(100vw/750));
    }
    /*==========================
    Contents2
    ==========================*/
    #Contents-All .c2-block1 {
        margin: calc(112*(100vw/750)) 0 0 calc(180*(100vw/750));
    }
    #Contents-All .c2-block2 {
        margin: calc(60*(100vw/750)) 0 0 calc(30*(100vw/750));
    }    
    /*==========================
    Check-item-all
    ==========================*/
    #Contents-All .check-item-all {
        width: calc(355*(100vw/750));
        border: 1px solid #333333;
        text-align: center;
        margin: calc(107*(100vw/750)) auto calc(119*(100vw/750));
    }
    #Contents-All .check-item-all a {
        display: inline-block;
        font-size: calc(24*(100vw/750));
        line-height: 2.45;
        letter-spacing: 0.3px;
    }
    /*==========================
    Contents3
    ==========================*/
    #Contents-All .Contents3 {
        margin: 0 auto calc(119*(100vw/750));
    }
}
/**********************************タブレット*************************************/
@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 0;}
    #Contents-All .item-flex{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(0*(100vw/1024)) auto !important;
    }
    /*==========================
    ipad size
    ==========================*/
    @media screen and (min-width: 561px) and (max-width: 768px) {
        #Contents-All .c1-tittle1-1 {font-size: calc(30*(100vw/1024)) !important;}
        #Contents-All .c1-tittle1-2 {font-size: calc(20*(100vw/1024)) !important;}
        #Contents-All .c1-tittle1-3 {font-size: calc(30*(100vw/1024)) !important;}
        #Contents-All .c1-tittle2 {font-size: calc(17*(100vw/1024)) !important;}
        #Contents-All .c1-tittle3 {font-size: calc(13*(100vw/1024)) !important;}
        #Contents-All .c-txt {font-size: calc(13*(100vw/1024)) !important;}
        #Contents-All .credit {font-size: calc(11*(100vw/1024)) !important;}
        #Contents-All .check-item-all a {font-size: calc(15*(100vw/1024)) !important;}
    }
    /*==========================
    共通項目
    ==========================*/
    #Contents-All .size340 {width: calc(340*(100vw/1024));}
    #Contents-All .size440 {width: calc(440*(100vw/1024));}
    #Contents-All .size560 {width: calc(560*(100vw/1024));}
    #Contents-All .size850 {width: calc(850*(100vw/1024));}
    .item-img {
        width: calc(210*(100vw/1024));
        margin: calc(71*(100vw/1024)) auto 0;
    }
    /***********フォント *************/
    #Contents-All .main-credit-area {
        margin-top: calc(20*(100vw/1024));
        text-align: center;
    }
    #Contents-All .c1-tittle1-1 {
        font-size: 30px;
        margin-right: calc(230*(100vw/1024));
        font-weight: bold;
        color: #b56e57;
    }
    #Contents-All .c1-tittle1-2 {
        font-size: 20px;
        font-weight: bold;
        letter-spacing: 0.45px;
        color: #b56e57;
        margin-top: calc(-22*(100vw/1024));
    }
    #Contents-All .c1-tittle1-3 {
        font-size: 30px;
        margin: calc(-5*(100vw/1024)) 0 0 calc(230*(100vw/1024));
        font-weight: bold;
        color: #b56e57;
    }
    #Contents-All .c1-tittle2 {
        font-size: 17px;
        font-weight: bold;
        letter-spacing: 0.35px;
        color: #b56e57;
        margin-top: calc(-8*(100vw/1024));
        text-decoration: underline;
    }
    #Contents-All .c1-tittle3 {
        font-size: 13px;
        font-weight: bold;
        letter-spacing: 0.3px;
        color: #89776a;
        margin-top: calc(18*(100vw/1024));
    }
    #Contents-All .c-txt {
        font-size: 13px;
        line-height: 2;
        letter-spacing: 0.3px;
        text-align: center;
    }
    #Contents-All .credit {
        font-size: 11px;
        line-height: 1.85;
        letter-spacing: 0.3px;
        margin: calc(-134*(100vw/1024)) 0 0 calc(163*(100vw/1024));
    }
    /*==========================
    main-visual
    ==========================*/
    #Contents-All .main-visual-area {
        margin: 0 auto;
    }
    /*==========================
    Contents1
    ==========================*/
    .c1-block {
        margin: calc(100*(100vw/1024)) auto 0;
    }
    .c1-txt1 {
        margin-top: calc(24*(100vw/1024));
    }
    .c1-txt2 {
        margin-top: calc(11*(100vw/1024));
    }
    /*==========================
    Contents2
    ==========================*/
    .c2-flex-area {
        margin-top: calc(65*(100vw/1024));
    }
    .c2-block1 {
        height: calc(424*(100vw/1024));
    }
    .c2-block2 {
        margin: calc(160*(100vw/1024)) 0 0 calc(20*(100vw/1024));
    }
    /*==========================
    check-all-item
    ==========================*/
    #Contents-All .check-item-all {
        width: calc(220*(100vw/1024));
        border: 1px solid #333333;
        text-align: center;
        margin: calc(194*(100vw/1024)) auto calc(99*(100vw/1024));
    }
    #Contents-All .check-item-all a {
        display: inline-block;
        width: 100%;
        font-size: 15px;
        line-height: 2.3;
        letter-spacing: 0.2px;
    }
    /*==========================
    Contents3
    ==========================*/
    .Contents3 {
        margin: 0 auto calc(99*(100vw/1024));
    }
}
/*************************************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;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: 0 auto !important;
    }
    /*==========================
    共通項目
    ==========================*/
    #Contents-All .size340 {width: 340px;}
    #Contents-All .size440 {width: 440px;}
    #Contents-All .size560 {width: 560px;}
    #Contents-All .size850 {width: 850px;}
    .item-img {
        width: 210px;
        margin: 71px auto 0;
    }
    /***********フォント *************/
    #Contents-All .main-credit-area {
        margin-top: 20px;
        text-align: center;
    }
    #Contents-All .c1-tittle1-1 {
        font-size: 30px;
        margin-right: 230px;
        font-weight: bold;
        color: #b56e57;
    }
    #Contents-All .c1-tittle1-2 {
        font-size: 20px;
        font-weight: bold;
        letter-spacing: 0.45px;
        color: #b56e57;
        margin-top: -22px;
    }
    #Contents-All .c1-tittle1-3 {
        font-size: 30px;
        margin: -5px 0 0 230px;
        font-weight: bold;
        color: #b56e57;
    }
    #Contents-All .c1-tittle2 {
        font-size: 17px;
        font-weight: bold;
        letter-spacing: 0.35px;
        color: #b56e57;
        margin-top: -8px;
        text-decoration: underline;
    }
    #Contents-All .c1-tittle3 {
        font-size: 13px;
        font-weight: bold;
        letter-spacing: 0.3px;
        color: #89776a;
        margin-top: 18px;
    }
    #Contents-All .c-txt {
        font-size: 13px;
        line-height: 2;
        letter-spacing: 0.3px;
        text-align: center;
    }
    #Contents-All .credit {
        font-size: 11px;
        line-height: 1.85;
        letter-spacing: 0.3px;
        margin: -134px 0 0 250px;
    }
    /*==========================
    main-visual
    ==========================*/
    #Contents-All .main-visual-area {
        margin: 0 auto;
    }
    /*==========================
    Contents1
    ==========================*/
    .c1-block {
        margin: 100px auto 0;
    }
    .c1-txt1 {
        margin-top: 24px;
    }
    .c1-txt2 {
        margin-top: 11px;
    }
    /*==========================
    Contents2
    ==========================*/
    .c2-flex-area {
        margin-top: 65px;
    }
    .c2-block1 {
        height: 424px;
    }
    .c2-block2 {
        margin: 160px 0 0 20px;
    }
    /*==========================
    check-all-item
    ==========================*/
    #Contents-All .check-item-all {
        width: 220px;
        border: 1px solid #333333;
        text-align: center;
        margin: 194px auto 99px;
    }
    #Contents-All .check-item-all a {
        display: inline-block;
        width: 100%;
        font-size: 15px;
        line-height: 2.3;
        letter-spacing: 0.2px;
    }
    /*==========================
    Contents3
    ==========================*/
    .Contents3 {
        margin: 0 auto 99px;
    }
}