@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 .size600 {width: calc(600*(100vw/750));}
    #Contents-All .size660 {width: calc(660*(100vw/750));}
    #Contents-All .size680 {width: calc(680*(100vw/750));}
    #Contents-All .size713 {width: calc(713*(100vw/750));}
    #Contents-All .size750 {width: calc(750*(100vw/750));}
    /***********フォント *************/
    #Contents-All .c-txt1,
    #Contents-All .c-txt2 {
        font-size: calc(28*(100vw/750));
        line-height: 1.9;
        letter-spacing: 0.3px;
        text-align: center;
    }
    #Contents-All .c-tittle {
        font-size: calc(44*(100vw/750));
        font-weight: 500 !important;
        letter-spacing: 0.7px;
        color: #548d96;
        text-align: center;
    }
    #Contents-All .credit a {
        font-size: calc(22*(100vw/750));
        line-height: 2.3;
        letter-spacing: 0.3px;
    }
    /*==========================
    Contents1
    ==========================*/
    #Contents-All .c1-img {
        position: absolute;
        top: calc(-338*(100vw/750));
        left: calc(44*(100vw/750));
    }
    #Contents-All .c1-border {
        margin: calc(438*(100vw/750)) auto 0;
        border: 1px solid #548d96;
    }
    #Contents-All .c1-txt1 {
        margin-top: calc(150*(100vw/750));
    }
    #Contents-All .c1-txt2 {
        margin-top: calc(24*(100vw/750));
    }
    #Contents-All .c1-credit {
        font-size: calc(22*(100vw/750)) !important;
        margin: calc(40*(100vw/750)) 0 calc(56*(100vw/750));
    }
    #Contents-All .c1-credit::before {
        content: '';
        display: block;
        width: calc(158*(100vw/750));
        height: calc(2*(100vw/750));
        position: absolute;
        top: calc(32*(100vw/750));
        left: calc(276*(100vw/750));
        background-color: black;
    }
    /*==========================
    Contents2
    ==========================*/
    #Contents-All .c2-tittle {
        margin-top: calc(150*(100vw/750));
    }
    #Contents-All .c2-tittle::before {
        content: '';
        display: block;
        width: calc(250*(100vw/750));
        height: calc(2*(100vw/750));
        position: absolute;
        top: calc(38*(100vw/750));
        left: calc(250*(100vw/750));
        background-color: #548d96;
    }
    #Contents-All .c2-block1 {
        margin: calc(60*(100vw/750)) auto 0;
    }
    #Contents-All .c2-txt {
        margin-top: calc(48*(100vw/750));
    }
    #Contents-All .c2-2-img {
        margin: calc(52*(100vw/750)) 0 0 calc(150*(100vw/750));
    }
    #Contents-All .c2-credit {
        margin: calc(46*(100vw/750)) 0 0 calc(150*(100vw/750));
    }
    /*==========================
    Contents3
    ==========================*/
    #Contents-All .c3-tittle {
        margin-top: calc(140*(100vw/750));
    }
    #Contents-All .c3-1-img {
        margin: calc(62*(100vw/750)) auto 0;
    }
    #Contents-All .c3-tittle::before {
        content: '';
        display: block;
        width: calc(244*(100vw/750));
        height: calc(2*(100vw/750));
        position: absolute;
        top: calc(40*(100vw/750));
        left: calc(254*(100vw/750));
        background-color: #548d96;
    }
    #Contents-All .c3-txt {
        margin-top: calc(50*(100vw/750));
    }
    #Contents-All .c3-block1 {
        margin-top: calc(52*(100vw/750));
    }
    #Contents-All .c3-credit {
        margin: calc(46*(100vw/750)) 0 0 calc(36*(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;
    }
}
/**********************************タブレット*************************************/
@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 .c-txt1 {font-size: calc(13*(100vw/1024)) !important;}
        #Contents-All .c-txt2 {font-size: calc(13*(100vw/1024)) !important;}
        #Contents-All .c-tittle {font-size: calc(20*(100vw/1024)) !important;}
        #Contents-All .credit a {font-size: calc(11*(100vw/1024)) !important;}
        #Contents-All .check-item-all a {font-size: calc(15*(100vw/1024)) !important;}
    }
    /*==========================
    共通項目
    ==========================*/
    #Contents-All .size440 {width: calc(440*(100vw/1024));}
    #Contents-All .size450 {width: calc(450*(100vw/1024));}
    #Contents-All .size600-pc {width: calc(600*(100vw/1024));}
    #Contents-All .size1000 {width: calc(1000*(100vw/1024));}
    /***********フォント *************/
    #Contents-All .c-txt1 {
        font-size: 13px;
        line-height: 2;
        letter-spacing: 0.3px;
        text-align: center;
    }
    #Contents-All .c-txt2 {
        font-size: 13px;
        line-height: 2;
        letter-spacing: 0.3px;
    }
    #Contents-All .c-tittle {
        font-size: 20px;
        font-weight: 500 !important;
        letter-spacing: 0.55px;
        color: #548d96;
    }
    #Contents-All .credit a {
        font-size: 11px;
        line-height: 1.8;
        letter-spacing: 0.3px;
    }
    /*==========================
    Main-Visual
    ==========================*/
    #Contents-All .main-visual-area {
        margin: 0 auto;
    }
    /*==========================
    Contents1
    ==========================*/
    #Contents-All .c1-img {
        position: absolute;
        top: calc(-320*(100vw/1024));
        left: calc(217*(100vw/1024));
    }
    #Contents-All .c1-border {
        margin: calc(400*(100vw/1024)) auto 0;
        border: 1px solid #548d96;
    }
    #Contents-All .c1-txt1 {
        margin-top: calc(113*(100vw/1024));
    }
    #Contents-All .c1-txt2 {
        margin-top: calc(13*(100vw/1024));
    }
    #Contents-All .c1-credit {
        margin: calc(11*(100vw/1024)) 0 calc(35*(100vw/1024));
    }
    #Contents-All .c1-credit::before {
        content: '';
        display: block;
        width: calc(92*(100vw/1024));
        height: calc(1*(100vw/1024));
        position: absolute;
        top: calc(17*(100vw/1024));
        left: calc(454*(100vw/1024));
        background-color: black;
    }
    /*==========================
    Contents2
    ==========================*/
    #Contents-All .c2-flex-area {
        margin-top: calc(80*(100vw/1024));
    }
    #Contents-All .c2-block1 {
        position: absolute;
        left: calc(169*(100vw/1024));
    }
    #Contents-All .c2-block2 {
        margin: calc(254*(100vw/1024)) 0 0 calc(355*(100vw/1024));
    }
    #Contents-All .c2-tittle::before {
        content: '';
        display: block;
        width: calc(114*(100vw/1024));
        height: calc(1*(100vw/1024));
        position: absolute;
        top: calc(19*(100vw/1024));
        right: calc(205*(100vw/1024));
        background: #548d96;
    }
    #Contents-All .c2-txt {
        position: relative;
        margin-top: calc(20*(100vw/1024));
    }
    #Contents-All .c2-credit {
        position: relative;
        margin-top: calc(14*(100vw/1024));
    }
    #Contents-All .c2-2-img {
        margin: calc(293*(100vw/1024)) 0 0 calc(455*(100vw/1024));
    }
    /*==========================
    Contents3
    ==========================*/
    #Contents-All .c3-1-img {
        margin: calc(81*(100vw/1024)) auto 0;
    }
    #Contents-All .c3-flex-area {
        margin-top: calc(40*(100vw/1024));
    }
    #Contents-All .c3-block1 {
        margin-right: calc(43*(100vw/1024));
    }
    #Contents-All .c3-block2 {
        margin: calc(39*(100vw/1024)) calc(4*(100vw/1024)) 0 calc(-3*(100vw/1024));
    }
    #Contents-All .c3-tittle::before {
        content: '';
        display: block;
        width: calc(111*(100vw/1024));
        height: calc(1*(100vw/1024));
        position: absolute;
        top: calc(19*(100vw/1024));
        left: 0;
        background: #548d96;
    }
    #Contents-All .c3-txt {
        margin-top: calc(20*(100vw/1024));
    }
    #Contents-All .c3-credit {
        margin-top: calc(15*(100vw/1024));
    }
    /*==========================
    check-all-item
    ==========================*/
    #Contents-All .check-item-all {
        width: calc(220*(100vw/1024));
        border: 1px solid #333333;
        text-align: center;
        margin: calc(80*(100vw/1024)) auto calc(82*(100vw/1024));
    }
    #Contents-All .check-item-all a {
        display: inline-block;
        width: 100%;
        font-size: 15px;
        line-height: 2.3;
        letter-spacing: 0.2px;
    }
}
/*************************************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 .size440 {width: 440px;}
    #Contents-All .size450 {width: 450px;}
    #Contents-All .size600-pc {width: 600px;}
    #Contents-All .size1000 {width: 1000px;}
    /***********フォント *************/
    #Contents-All .c-txt1 {
        font-size: 13px;
        line-height: 2;
        letter-spacing: 0.3px;
        text-align: center;
    }
    #Contents-All .c-txt2 {
        font-size: 13px;
        line-height: 2;
        letter-spacing: 0.3px;
    }
    #Contents-All .c-tittle {
        font-size: 20px;
        font-weight: 500 !important;
        letter-spacing: 0.55px;
        color: #548d96;
    }
    #Contents-All .credit a {
        font-size: 11px;
        line-height: 1.8;
        letter-spacing: 0.3px;
    }
    /*==========================
    Main-Visual
    ==========================*/
    #Contents-All .main-visual-area {
        margin: 0 auto;
    }
    /*==========================
    Contents1
    ==========================*/
    #Contents-All .c1-img {
        position: absolute;
        top: -320px;
        left: 300px;
    }
    #Contents-All .c1-border {
        margin: 400px auto 0;
        border: 1px solid #548d96;
    }
    #Contents-All .c1-txt1 {
        margin-top: 113px;
    }
    #Contents-All .c1-txt2 {
        margin-top: 13px;
    }
    #Contents-All .c1-credit {
        margin: 11px 0 35px;
    }
    #Contents-All .c1-credit::before {
        content: '';
        display: block;
        width: 92px;
        height: 1px;
        position: absolute;
        top: 17px;
        left: 454px;
        background-color: black;
    }
    /*==========================
    Contents2
    ==========================*/
    #Contents-All .c2-flex-area {
        margin-top: 80px;
    }
    #Contents-All .c2-block1 {
        position: absolute;
        left: 258px;
    }
    #Contents-All .c2-block2 {
        margin: 254px 0 0 355px;
    }
    #Contents-All .c2-tittle::before {
        content: '';
        display: block;
        width: 114px;
        height: 1px;
        position: absolute;
        top: 19px;
        right: 205px;
        background: #548d96;
    }
    #Contents-All .c2-txt {
        position: relative;
        margin-top: 20px;
    }
    #Contents-All .c2-credit {
        position: relative;
        margin-top: 14px;
    }
    #Contents-All .c2-2-img {
        margin: 293px 0 0 455px;
    }
    /*==========================
    Contents3
    ==========================*/
    #Contents-All .c3-1-img {
        margin: 81px auto 0;
    }
    #Contents-All .c3-flex-area {
        margin-top: 40px;
    }
    #Contents-All .c3-block1 {
        margin-right: 43px;
    }
    #Contents-All .c3-block2 {
        margin: 39px 4px 0 -3px;
    }
    #Contents-All .c3-tittle::before {
        content: '';
        display: block;
        width: 111px;
        height: 1px;
        position: absolute;
        top: 19px;
        left: 0;
        background: #548d96;
    }
    #Contents-All .c3-txt {
        margin-top: 20px;
    }
    #Contents-All .c3-credit {
        margin-top: 15px;
    }
    /*==========================
    check-all-item
    ==========================*/
    #Contents-All .check-item-all {
        width: 220px;
        border: 1px solid #333333;
        text-align: center;
        margin: 80px auto 82px;
    }
    #Contents-All .check-item-all a {
        display: inline-block;
        width: 100%;
        font-size: 15px;
        line-height: 2.3;
        letter-spacing: 0.2px;
    }
}