@charset "utf-8";



/* ==========================================================================
	main
========================================================================== */
#main {
    position: relative;
    padding-top: 0;
    margin-top: 75px;
    z-index: 10;
    /*
    min-height:calc(100vh - 180px);
    */
}

#main .main_txt {

    position: absolute;
    left: 5.714vw;
    top: 40px;
    z-index: 10;

}

#main h2 {
    position: relative;
    width: 491px;
    margin-bottom: 50px;
}

#main .main_s_txt {
    font-size: 18px;
    font-weight: 500;
}


#main .kv {
    position: relative;
    z-index: 3;
    padding-right: 3vw;
    width: 50.28%;
    margin-left: calc(100% - 50.28% - 3vw);
    max-width: 1000px;
}



#main .kv img {
    border: 10px solid #fff;
    box-sizing: border-box;
}

#main .kv p {
    position: absolute;
    right: calc(3vw - 30px);
    top: 0;
}

#main .v_txt span {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
}


#main .kv02 {
    position: absolute;
    z-index: 5;
    top: calc(263px + 9.14vw);
    left: 0;
    padding-right: 30px;
    width: 23.85vw;
    max-width: 454px;
}

#main .kv02 img {
    border-top: 5px solid #fff;
    border-right: 5px solid #fff;
    border-bottom: 5px solid #fff;
    box-sizing: border-box;
}

#main .kv02 p {
    position: absolute;
    right: 0;
    top: 0;
}


#main .kv03 {
    position: absolute;
    z-index: 4;
    width: 240px;
    top: calc(263px + 20.92vw);
    right: 50%;
    max-width: 336px;
}

#main .kv03 img {
    border: 5px solid #fff;
    box-sizing: border-box;
}

#main .kv03 p {
    text-align: right;
    margin-top: 22px;
}

#main .kv03 p span {
    font-size: 12px;
    font-weight: bold;
}



#main .kv04 {
    position: relative;

    margin-top: 7.85vw;
    z-index: 5;
    padding-right: 3vw;
    width: 42.85%;
    margin-left: calc(100% - 42.85%);
    max-width: 840px;
}

#main .kv04 p {
    text-align: right;
    margin-top: 22px;
}

#main .kv04 p span {
    font-size: 12px;
    font-weight: bold;
    margin-right: 20px;
}



#main .icon01 {
    display: block;
    position: absolute;
    width: 57.28vw;
    max-width: 1122px;
    top: calc(263px + 34.28vw);
    left: -23.57vw;
    z-index: 1;
    -webkit-animation: main_icon01 15s infinite;
    -ms-animation: main_icon01 15s infinite;
    -o-animation: main_icon01 15s infinite;
    animation: main_icon01 15s infinite;
}


@-moz-keyframes main_icon01 {
    50% {
        transform: translate(50px, 50px);
    }
}

@-webkit-keyframes main_icon01 {
    50% {
        transform: translate(50px, 50px);
    }
}

@-o-keyframes main_icon01 {
    50% {
        transform: translate(50px, 50px);
    }
}

@-ms-keyframes main_icon01 {
    50% {
        transform: translate(50px, 50px);
    }
}

@keyframes main_icon01 {
    50% {
        transform: translate(50px, 50px);
    }
}

#main .icon02 {
    display: block;
    position: absolute;
    width: 16.42vw;
    max-width: 322px;
    top: calc(263px + 43.71vw);
    left: 17.7vw;
    z-index: 15;
}




#main .yoyaku_bnr {
    position: absolute;
    width: 322px;
    top: 31.14vw;
    right: 2.2vw;
    z-index: 15;
}

#main .yoyaku_bnr span {
    display: block;
    width: 26px;
    position: absolute;
    top: 190px;
    right: 39px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#main .yoyaku_bnr:after {
    content: "";
    display: block;
    width: 322px;
    height: 322px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../image/yoyaku_border.png);
    background-size: cover;
    z-index: 10;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#main .yoyaku_bnr:hover span {

    transform: translateX(5px);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#main .yoyaku_bnr:hover:after {
    transform: rotate(180deg);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media screen and (max-width: 1300px) {


    #main .yoyaku_bnr {
        width: 23vw;
        top: 31.14vw;
        right: 2.2vw;
    }

    #main .yoyaku_bnr span {
        width: 1.85vw;
        top: 13.57vw;
        right: 2.785vw;
    }

    #main .yoyaku_bnr:after {


        width: 23vw;
        height: 23vw;
    }
}

@media screen and (max-width: 1300px) {
    #main .kv p {
        right: 10px;
    }
}

@media screen and (max-width: 1000px) {
    #main .kv03 {
        display: none;
    }
}

@media screen and (max-width: 800px) {

    #main {
        margin-top: 0;
    }


    #main .kv {
        position: relative;
        z-index: 5;
        padding: 0 0 0 10vw;
        width: 100%;
        margin-left: 0;
        max-width: 1000px;
    }



    #main .kv img {
        border: 5px solid #fff;
        box-sizing: border-box;
    }

    #main .kv p {
        right: auto;
        left: calc(10vw - 20px);
    }

    #main .v_txt span {
        font-size: 10px;
        margin-bottom: 5px;
    }

    #main .main_txt {
        display: inline-block;
        position: relative;
        left: auto;
        top: -55px;
        background: #fff;
        padding: 50px 30px 30px 7.5vw;
        z-index: 10;

    }

    #main h2 {
        width: 285px;
        margin-bottom: 25px;
    }

    #main .main_s_txt {
        font-size: 11px;
    }

    #main .kv02 {
        display: none;
    }

    #main .kv03 {
        display: block;
        position: absolute;
        z-index: 20;
        width: 30vw;
        top: 100vw;
        right: 0;
        box-sizing: border-box;
        max-width: 240px;
    }

    #main .kv03 p {
        margin-top: 12px;
        text-align: left;
    }

    #main .kv03 p span {
        font-size: 10px;
        font-weight: bold;
        text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff,
            -1px 1px 0 #fff, 1px -1px 0 #fff,
            0px 1px 0 #fff, 0 -1px 0 #fff,
            -1px 0 0 #fff, 1px 0 0 #fff;
    }



    #main .kv04 {
        margin-top: -20px;
        z-index: 5;
        padding-right: 0;
        width: 75%;
        margin-left: 0;
        max-width: 840px;
    }

    #main .kv04 p {
        margin-top: 12px;
    }

    #main .kv04 p span {
        font-size: 10px;
        margin-right: 0;
        text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff,
            -1px 1px 0 #fff, 1px -1px 0 #fff,
            0px 1px 0 #fff, 0 -1px 0 #fff,
            -1px 0 0 #fff, 1px 0 0 #fff;
    }

    #main .kv04 p span+span {
        margin-left: 14px;
    }


    #main .icon01 {
        display: block;
        position: absolute;
        width: 100%;
        max-width: 1122px;
        top: 130vw;
        left: -40vw;
        z-index: 1;
        -webkit-animation: main_icon01 15s infinite;
        -ms-animation: main_icon01 15s infinite;
        -o-animation: main_icon01 15s infinite;
        animation: main_icon01 15s infinite;
    }


    @-moz-keyframes main_icon01 {
        50% {
            transform: translate(25px, 25px);
        }
    }

    @-webkit-keyframes main_icon01 {
        50% {
            transform: translate(25px, 25px);
        }
    }

    @-o-keyframes main_icon01 {
        50% {
            transform: translate(25px, 25px);
        }
    }

    @-ms-keyframes main_icon01 {
        50% {
            transform: translate(25px, 25px);
        }
    }

    @keyframes main_icon01 {
        50% {
            transform: translate(25px, 25px);
        }
    }

    #main .icon02 {
        display: block;
        position: absolute;
        width: 16.42vw;
        max-width: 322px;
        top: calc(263px + 43.71vw);
        left: 17.7vw;
        z-index: 15;
    }




    #main .yoyaku_bnr {
        display: none;
    }


}



@media screen and (max-width: 450px) {
    #main .kv03 {
        top: 115vw;
    }

    #main .kv04 {
        margin-top: -65px;
    }

    #main .kv04 p span:first-child {
        color: #fff;
        text-shadow: none;
    }
}

/* ==========================================================================
	enjoy
========================================================================== */
#enjoy {
    position: relative;
    margin-top: 8.5vw;
    z-index: 50;
    padding-top: 7.14vw;
}

#enjoy:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 9.28vw;
    background: #f1f0e9;
    z-index: 1;
}

#enjoy:before {
    content: "";
    display: block;
    position: absolute;
    width: 57.14vw;
    height: 35.74vw;
    top: 11.4vw;
    right: 0;
    border-radius: 60px 0 0 60px;
    background: #f2ef5b;
    z-index: 1;
    -webkit-animation: right-left 10s infinite;
    -ms-animation: right-left 10s infinite;
    -o-animation: right-left 10s infinite;
    animation: right-left 10s infinite;
}


@-moz-keyframes right-left {
    50% {
        transform: translate(50px, 0);
    }
}

@-webkit-keyframes right-left {
    50% {
        transform: translate(50px, 0);
    }
}

@-o-keyframes right-left1 {
    50% {
        transform: translate(50px, 0);
    }
}

@-ms-keyframes right-left {
    50% {
        transform: translate(50px, 0);
    }
}

@keyframes right-left {
    50% {
        transform: translate(50px, 0);
    }
}

#enjoy .main_img {
    position: absolute;
    right: 0;
    top: -8.5vw;
    width: 68.3%;
    z-index: 10;
    opacity: 0;
    transform: translateX(50px);
    transition: .8s;
}

#enjoy .main_img.move {
    opacity: 100;
    transform: translateX(0px);
}

#enjoy .contents_inr {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 29.64vw;
}

#enjoy .w_txt {
    display: flex;
    justify-content: center;
    position: relative;
    width: 31.7%;
    background: #fff;
    padding-top: 5.714vw;
    padding-bottom: 0;
    z-index: 10;
    border-radius: 5px;
}

#enjoy .w_txt h2 {
    z-index: 50;
    opacity: 0;
    transform: translateX(-50px);
    transition: .8s;
}

#enjoy .w_txt h2.move {
    opacity: 1;
    transform: translateY(0);
}

#enjoy span.v_txt {
    font-size: 15px;
    font-weight: 700;
    animation-delay: 4s;
    opacity: 0;
    transform: translateX(-50px);
    transition: 1s;
}

#enjoy span.v_txt.move {
    opacity: 1;
    transform: translateY(0);
}

#enjoy .w_txt img {
    display: block;
    position: absolute;
    left: -7.14vw;
    width: 34.28vw;
    top: 580px;
    z-index: 1;

}



#enjoy p {
    font-size: 15px;
    line-height: 36px;
    font-weight: bold;
    width: 60%;
    margin-top: 36.4vw;
    z-index: 10;
}



#enjoy .img03 {
    position: absolute;
    left: 34.285vw;
    bottom: 7.14vw;
    width: 27.14vw;
    z-index: 10;
    opacity: 0;
    transform: translateY(50px);
    transition: 1s;
}


#enjoy .img03.move {
    opacity: 1;
    transform: translateY(0px);

}

#enjoy .img04 {
    position: absolute;
    right: -7.14vw;
    bottom: 0;
    width: 27.14vw;
    z-index: 10;
}


#enjoy .img04 .inview {
    transform: translateX(50px);
    transition: 1s;
}



#enjoy .img04 .move {
    opacity: 1;
    transform: translateX(0px);

}

#enjoy .img04 .blue_circle {
    position: absolute;
    right: -5.714vw;
    top: -9.642vw;
    z-index: 20;
    width: 24.28vw;
    -webkit-animation: c-scale 9s infinite ease-in-out;
    -ms-animation: c-scale 9s infinite ease-in-out;
    -o-animation: c-scale 9s infinite ease-in-out;
    animation: c-scale 9s infinite ease-in-out;
}

#enjoy .img04 .img04_label {
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    line-height: 1;
    margin-top: 20px;
    width: calc(100% - 30px);
}


@-moz-keyframes c-scale {
    50% {
        transform: scale(0.8) rotate(90deg);
    }
}

@-webkit-keyframes c-scale {
    50% {
        transform: scale(0.8) rotate(90deg);
    }
}

@-o-keyframes c-scale {
    50% {
        transform: scale(0.8) rotate(90deg);
    }
}

@-ms-keyframes c-scale {
    50% {
        transform: scale(0.8) rotate(90deg);
    }
}

@keyframes c-scale {
    50% {
        transform: scale(0.8) rotate(90deg);
    }
}



@media screen and (max-width: 800px) {


    #enjoy {
        margin-top: 17.5vw;
        padding: 0 5vw;
        box-sizing: border-box;
    }

    #enjoy:after {
        height: 12.5vw;
        width: calc(100% + 10vw);
        left: -5vw;
    }

    #enjoy:before {
        width: 52.5vw;
        height: 150vw;
        top: 0;
        right: 0;
        border-radius: 0 0 0 30px;
    }


    @-moz-keyframes right-left {
        50% {
            transform: translate(25px, 0);
        }
    }

    @-webkit-keyframes right-left {
        50% {
            transform: translate(25px, 0);
        }
    }

    @-o-keyframes right-left1 {
        50% {
            transform: translate(25px, 0);
        }
    }

    @-ms-keyframes right-left {
        50% {
            transform: translate(25px, 0);
        }
    }

    @keyframes right-left {
        50% {
            transform: translate(25px, 0);
        }
    }


    #enjoy .main_img {
        position: relative;
        right: auto;
        top: auto;
        width: 100%;
        z-index: 10;
        opacity: 0;
        transform: translateX(50px);
        transition: .8s;
    }


    #enjoy .contents_inr {
        padding: 0;
    }

    #enjoy .w_txt {
        display: flex;
        justify-content: center;
        position: relative;
        width: 38%;
        background: none;
        padding-top: 60px;
        padding-bottom: 0;
        z-index: 10;
        border-radius: 0;
    }

    #enjoy span.v_txt {
        font-size: 11px;
        z-index: 50;
        transform: translateY(0);
    }

    #enjoy span.move {

        opacity: 1;
        transform: translateY(0);
    }

    #enjoy p {
        padding-top: calc(7.63vw + 60px);
        font-size: 15px;
        line-height: 33px;
        width: 55%;
        margin-top: 0;
        z-index: 10;
    }



    #enjoy .img03 {
        position: absolute;
        bottom: 64vw;
        left: -5vw;
        width: 54.355vw;
        z-index: 1;
    }

    #enjoy .img04 {
        position: relative;
        right: -5vw;
        bottom: auto;
        width: 70.5vw;
        margin: 67.2vw 0 0 20.95vw;
        z-index: 10;
    }

    #enjoy .img04 .img04_label {
        font-size: 10px;
        margin-top: 16px;
        width: 100%;
    }

    #enjoy .img04 .img04_mainimg {
        position: absolute;
        top: -60vw;
        right: 4vw;
    }

    #enjoy .img04 .img04_mainimg img {
        aspect-ratio: 1;
        width: 33.7vw;
        height: 33.7vw;
        object-fit: cover;
    }

}

/* ==========================================================================
	howto
========================================================================== */
#howto {
    position: relative;
    background: #f1f0e9;
    padding: 4vw 0 8.214vw;
    text-align: center;
}

#howto .c_txt {
    font-size: 14px;
    font-weight: bold;
}

#howto h2 {
    font-size: 50px;
    font-weight: bold;
    margin: 25px 0 35px;
}

#howto h2 span {
    font-size: 50px;
    font-weight: bold;
    color: #065f8e;
}

#howto p.en {
    font-size: 15px;
    font-weight: 700;
}

#howto .howto_slide_wrap {
    position: relative;
}

#howto .frame {
    display: block;
    width: 50%;
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
}

#howto li {
    padding: 3vw 1.5vw 90px;

}


.howto_slide .slick-slide {
    margin: 0 20px;
    outline: none;
}

#howto img {}

#howto .howto_slide h3 {
    font-size: 28px;
    font-weight: bold;
    margin: calc(2.8571vw + 15px) 0 18px;
}

#howto .howto_slide p {
    font-size: 13px;
    font-weight: bold;
}

#howto .slick-slide,
#howto .is-active-next {
    -moz-transition: all .2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;

}

#howto .slick-slide.slick-current,
#howto .slick-slide.is-active-next {
    transform: translateY(90px);
    -moz-transition: all .2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    opacity: 1;
}


#howto .slick-counter {
    position: absolute;
    width: 120px;
    font-size: 16px;
    top: 73px;
    left: calc(50% + 11.214vw);
    margin: auto;
    text-align: center;
    z-index: 500;
}

.nav-open #howto .slick-counter {
    z-index: 10;
}

#howto .slick-counter span {
    display: block;
    font-size: 23px;
    font-weight: 500;
    font-style: italic;
}

#howto .slick-counter span.current {
    font-family: 'Roboto', sans-serif;
    font-size: 64px;
    color: #f1f0e9;
    text-shadow:
        1px 1px 0px #000,
        -1px 1px 0px #000,
        1px -1px 0px #000,
        -1px -1px 0px #000,
        1px 0px 0px #000,
        0px 1px 0px #000,
        -1px 0px 0px #000,
        0px -1px 0px #000;
    font-style: italic;
    letter-spacing: -0.05em;
    font-weight: 700;
}




@media screen and (max-width: 1049px) {
    #howto .frame {
        display: block;
        width: 80%;
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 0;
    }

    #howto .slick-counter {
        top: 43px;
        left: calc(50% + 17.214vw);
    }
}


@media screen and (max-width: 800px) {

    #howto {
        padding: 15vw 5vw 9vw;
        box-sizing: border-box;
    }

    #howto .c_txt {
        font-size: 11px;
    }

    #howto h2 {
        font-size: 25px;
        font-weight: bold;
        margin: 18px 0 15px;
    }

    #howto h2 span {
        font-size: 25px;
    }

    #howto p.en {
        font-size: 11px;
    }

    #howto .howto_slide {
        margin-top: 12vw;
    }

    #howto .frame {
        width: 100%;
        top: 0px;
    }

    .howto_slide .slick-slide {
        margin: 0;
    }

    #howto .slick-slide.slick-current,
    #howto .slick-slide.is-active-next {
        transform: translateY(0px);
    }

    #howto li {
        padding: 5vw;
    }

    #howto .howto_slide h3 {
        font-size: 17px;
        margin: calc(5vw + 8px) 0 23px;
    }

    #howto .howto_slide p {
        font-size: 13px;
        line-height: 26px;
        text-align: center;
    }

    #howto .slick-counter {
        width: 22.5vw;
        top: -5px;
        left: calc(50% + 15.5vw);
    }

    #howto .slick-counter span {
        font-size: 13px;
    }

    #howto .slick-counter span.current {
        font-size: 34px;
    }


    #howto .slick-prev,
    #howto .slick-next {
        width: 40px;
        height: 40px;
        /* top: calc(82.75vw + 20px); */
        top: calc(33.5vw + 20px);
        z-index: 50;
    }

    #howto .slick-prev {
        left: -15px;
        background: url(../image/common/slider-prev.png);
        background-size: cover;
    }

    #howto .slick-next {
        right: -15px;
        background: url(../image/common/slider-next.png);
        background-size: cover;
    }

    #howto .howto_slide_wrap:hover .slick-prev,
    #howto .howto_slide_wrap:hover .slick-next {
        opacity: 100;
    }

}

/* ==========================================================================
	type
========================================================================== */
#type {
    position: relative;
    background: #f1f0e9;
}

#type .type01 {
    position: relative;
    background: #f2ef5b;
    position: relative;
    padding: 8.5vw 7.14vw 0;
    box-sizing: border-box;
    z-index: 5;
}

#type .type01:before {
    content: "";
    display: block;
    width: calc(100% - 7.14vw);
    height: 31.78vw;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

#type .type01:after {
    content: "";
    display: block;
    width: 7.14vw;
    height: 31.78vw;
    background: #f1f0e9;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

#type .tit_txt {
    display: flex;
    justify-content: center;
    position: absolute;
    width: 210px;
    top: 8.2vw;
    right: 14%;
    z-index: 10;
}

#type .tit_txt h2 {
    z-index: 50;
    opacity: 0;
    transform: translateX(50px);
    transition: .8s;
    margin-left: 20px;
}

#type .tit_txt h2.move {
    opacity: 1;
    transform: translateY(0);
}

#type .tit_txt h3 {
    display: none;
}






#type span.v_txt {
    font-size: 15px;
    font-weight: 700;
    animation-delay: 4s;
    opacity: 0;
    transform: translateX(50px);
    transition: 1s;
}

#type span.v_txt.move {
    opacity: 1;
    transform: translateY(0);
}

#type .type01 .type_box {
    position: relative;
    z-index: 10;
    width: 63.33333%;
}

#type .type_box .img_area {
    position: relative;
    position: relative;
    margin-bottom: 3.214vw;
}

#type .type_box .img_area .inview {
    transform: translateY(50px);
    position: relative;
    opacity: 0;
    transition: .8s;
}

#type .type_box .img_area .move {
    opacity: 1;
    transform: translateY(0);
}

#type .type_box .img_area img {
    border: 5px solid #fff;
    box-sizing: border-box;
}

#type .type_box .img_area p.v_txt {
    position: absolute;
    right: -30px;
    top: 0;
    font-size: 14px;
    font-weight: 300 !Important;
    line-height: 1 !Important;
}

#type .type_box .img_area img.blue_circle {
    position: absolute;
    right: -9.29vw;
    bottom: -9.29vw;
    z-index: 20;
    width: 18.58vw;
    -webkit-animation: t-scale 9s infinite ease-in-out;
    -ms-animation: t-scale 9s infinite ease-in-out;
    -o-animation: t-scale 9s infinite ease-in-out;
    animation: t-scale 9s infinite ease-in-out;
    border: none;
}


@-moz-keyframes t-scale {
    50% {
        transform: scale(0.8) rotate(90deg);
    }
}

@-webkit-keyframes t-scale {
    50% {
        transform: scale(0.8) rotate(90deg);
    }
}

@-o-keyframes t-scale {
    50% {
        transform: scale(0.8) rotate(90deg);
    }
}

@-ms-keyframes t-scale {
    50% {
        transform: scale(0.8) rotate(90deg);
    }
}

@keyframes t-scale {
    50% {
        transform: scale(0.8) rotate(90deg);
    }
}




#type .type_box .blue_txt {
    font-size: 13px;
    color: #065f8e;
    font-weight: bold;
}

#type .type_box h3 {
    font-size: 28px;
    font-weight: bold;
    color: #065f8e;
    margin: 13px 0 17px;

}

#type .type_box p {
    font-size: 15px;
    line-height: 1.5;
    font-weight: bold;
}

#type .b_link_btn {
    position: relative;
    display: inline-block;
    width: 47%;
    padding: 30px 10px;
    box-sizing: border-box;
    background: #Fff;
    border: 3px solid #000;
    border-radius: 5px;
    text-align: center;
    margin-top: 65px;
    font-size: 15px;
    font-weight: bold;
    color: #212121;
}

#type .b_link_btn:hover {
    border-left-color: #f2ef5b;
    border-bottom-color: #f2ef5b;
    border-right-color: #044567;
    border-top-color: #044567;
    color: #065f8e;
}

#type .b_link_btn.map_link {
    margin-left: 5.5%;
}

#type .b_link_btn:before {
    content: "";
    display: block;
    width: 21px;
    height: 11px;
    position: absolute;
    right: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../image/common/link_icon.png);
    background-size: cover;
    transition: .3s;

}

#type .b_link_btn.map_link:before {
    content: "";
    display: block;
    width: 16px;
    height: 11px;
    position: absolute;
    right: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../image/common/map_link_icon.png);
    background-size: cover;
    transition: .3s;
}

#type .b_link_btn:before {
    content: "";
    display: block;

}


#type .b_link_btn:hover:before {
    right: 20px;
    transition: .3s;
}



#type .type02 {
    position: relative;
    background: #fff;
    position: relative;
    padding: 7.14vw 0 0 7.14vw;
    box-sizing: border-box;
    z-index: 5;
}

#type .type02:before {
    content: "";
    display: block;
    width: 100%;
    height: 15.71vw;
    background: #f2ef5b;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

#type .type02:after {
    content: "";
    display: block;
    width: 100%;
    height: 120px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #f1f0e9;
    z-index: 1;
}

#type .type02 .type_box {
    position: relative;
    z-index: 10;
    width: 63.33333%;
    margin-left: 28.08%;
}

#type .type02 .img_area02 {
    position: absolute;
    left: 0;
    top: calc(7.14vw + 220px);
    left: 7.14vw;
    width: 17.14vw;
    z-index: 5;
}

#type .type02 .img_area02 p {
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    margin-top: 15px;
}

#type .type02 .img_area p.v_txt {
    color: #fff;
}


#type .type02 .icon01 {
    display: block;
    position: absolute;
    width: 57.28vw;
    max-width: 1122px;
    top: -30px;
    right: -23.57vw;
    z-index: 1;
    -webkit-animation: type02_icon 15s infinite;
    -ms-animation: type02_icon 15s infinite;
    -o-animation: type02_icon 15s infinite;
    animation: type02_icon 15s infinite;
}


@-moz-keyframes type02_icon1 {
    50% {
        transform: translate(-50px, -50px);
    }
}

@-webkit-keyframes type02_icon {
    50% {
        transform: translate(-50px, -50px);
    }
}

@-o-keyframes type02_icon {
    50% {
        transform: translate(-50px, -50px);
    }
}

@-ms-keyframes type02_icon {
    50% {
        transform: translate(-50px, -50px);
    }
}

@keyframes type02_icon {
    50% {
        transform: translate(-50px, -50px);
    }
}



#type .type02 .type_slide {
    position: relative;
    width: 100%;
    height: 240px;
    margin-top: 5.714vw;
    z-index: 10;
    background: url(../image/type_slide.png) repeat-x 0 0;
    overflow: hidden;
    -moz-animation: typeloop 90s linear infinite;
    animation: typeloop 90s linear infinite;

}



@keyframes typeloop {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: -2000px 0;
    }
}







#type .type03 {
    position: relative;
    background: #f1f0e9;
    position: relative;
    padding: 6.428vw 7.14vw 8.5714vw 7.14vw;
    box-sizing: border-box;
    z-index: 5;
}

#type .type03 .type_box {
    position: relative;
    z-index: 10;
    width: 100%;
    padding-right: 36.66666%;
    box-sizing: border-box;
}


#type .type03 .img_area02 {
    position: absolute;
    right: 0;
    top: 6.07vw;
    transform: translateY(50px);
    opacity: 0;
    transition: .8s;
    width: 25%;
}

#type .type03 .img_area02.move {
    opacity: 1;
    transform: translateY(0);
}

#type .type03 .img_area02 .img_02-2 {
    position: absolute;
    width: 66.6666%;
    left: -2.85vw;
    bottom: -11.4vw;
    z-index: 10;
}

#type .type03 .img_area02 p {
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    margin-top: 15px;
}





@media screen and (max-width: 1100px) {
    #type .tit_txt {
        right: 9%;
    }

    #type .b_link_btn.map_link {
        margin-left: 5%;
    }
}


@media screen and (max-width: 900px) {
    #type .b_link_btn {
        width: 100%;
        margin: 30px 0 15px;
    }

    #type .b_link_btn.map_link {
        margin: 0;
    }
}

@media screen and (max-width: 800px) {
    #type {
        background: #fff;
    }

    #type .type01 {
        background: #fff;
        padding: 15vw 0 0;
    }

    #type .type01:before {
        display: none;
    }

    #type .type01:after {
        width: 62.5vw;
        height: 70vw;
        background: #f2ef5b;
        position: absolute;
        right: auto;
        left: 0;
        top: calc(15vw + 190px);
    }

    #type .tit_txt {
        position: relative;
        width: 120px;
        top: auto;
        right: auto;
        height: 270px;
        margin-bottom: 110px;
    }

    #type .tit_txt h2 {
        margin-left: 20px;
    }

    #type .tit_txt h2 {
        letter-spacing: 0.05em;
    }


    .Android #type .tit_txt h2 {
        display: none;
    }

    .Android #type .tit_txt h3 {
        display: block;
        width: 62px;
        margin-left: 20px;
    }


    #type span.v_txt {
        font-size: 11px;
    }

    #type .sp_type_img {
        position: absolute;
        right: 0;
        top: 15vw;
        width: 57.5vw;
        z-index: 15;
    }

    #type .sp_type_img ul li {
        position: relative;
        width: 100%;
        height: 100px;
        margin-bottom: 5px;
        background: url(../image/sp_type_img01s.jpg) center center;
        background-size: cover;
    }

    #type .sp_type_img ul li:nth-child(2) {
        background-image: url(../image/sp_type_img02.jpg);
    }

    #type .sp_type_img ul li:nth-child(3) {
        background-image: url(../image/sp_type_img03.jpg);
    }





    #type .type_box {
        width: 100%;
        box-sizing: border-box;
    }


    #type .type01,
    #type .type02,
    #type .type03 {
        padding-left: 5vw;
        padding-right: 5vw;
        box-sizing: border-box;
    }

    #type .type01 .type_box {
        width: 100%;
    }

    #type .type_box .img_area {
        margin-bottom: 9.375vw;
    }

    #type .type_box .img_area img {
        border: 2px solid #fff;
    }

    #type .type_box .img_area p.v_txt {
        display: none;
    }

    #type .type_box .img_area img.blue_circle {
        right: -45px;
        bottom: -65px;
    }

    #type .type_box .blue_txt {
        display: block;
        text-align: center;
    }

    #type .type_box h3 {
        font-size: 24px;
        margin: 13px 0 25px;
        text-align: center;

    }

    #type .type_box p {
        font-size: 13px;
        line-height: 2;
    }

    #type .b_link_btn {
        position: relative;
        padding: 16px 10px;
        border: 1px solid #000;
        border-radius: 2px;
    }

    #type .b_link_btn:before {
        width: 15px;
        height: 9px;
        background-image: url(../image/common/link_icon_sp02.png);
        right: 20px;
    }


    #type .type02 {
        padding-top: 15vw;
        padding-bottom: 0;
    }

    #type .type02:before {
        display: none;
    }

    #type .type02:after {
        height: 100px;
    }

    #type .type02 .type_box {
        width: 100%;
        margin-left: 0;
    }

    #type .type02 .img_area02 {
        display: none;
    }


    #type .type02 .icon01 {
        display: none;
    }



    #type .type02 .type_slide {
        width: calc(100% + 10vw);
        left: -5vw;
        height: 150px;
        margin-top: 12.5vw;
        background-size: 1250px 150px;
        -moz-animation: typeloop 110s linear infinite;
        animation: typeloop 110s linear infinite;

    }



    @keyframes typeloop {
        0% {
            background-position: 0 0;
        }

        100% {
            background-position: -1250px 0;
        }
    }







    #type .type03 {
        padding-top: 15vw;
        padding-bottom: 15vw;
    }

    #type .type03 .type_box {
        width: 100%;
        padding-right: 0;
    }


    #type .type03 .img_area02 {
        display: none;
    }



}

/* ==========================================================================
	chintai_link
========================================================================== */
#chintai_link {
    position: relative;
    padding: 0 7.14vw 0;
    box-sizing: border-box;
}

#chintai_link:before {
    content: "";
    display: block;
    width: 100%;
    height: 140px;
    position: absolute;
    left: 0;
    top: 0;
    background: #f1f0e9;
    z-index: 1;

}

#chintai_link .y_icon {
    display: block;
    position: absolute;
    z-index: 1;
    width: 25.714vw;
    right: -8.57vw;
    top: 16.42vw;
    -webkit-animation: cy-scale 9s infinite ease-in-out;
    -ms-animation: cy-scale 9s infinite ease-in-out;
    -o-animation: cy-scale 9s infinite ease-in-out;
    animation: cy-scale 9s infinite ease-in-out;
}


@-moz-keyframes cy-scale {
    50% {
        transform: scale(0.8) rotate(90deg);
    }
}

@-webkit-keyframes cy-scale {
    50% {
        transform: scale(0.8) rotate(90deg);
    }
}

@-o-keyframes cy-scale {
    50% {
        transform: scale(0.8) rotate(90deg);
    }
}

@-ms-keyframes cy-scale {
    50% {
        transform: scale(0.8) rotate(90deg);
    }
}

@keyframes cy-scale {
    50% {
        transform: scale(0.8) rotate(90deg);
    }
}


#chintai_link a {
    position: relative;
    display: block;
    width: 100%;
    padding: 7vw 0 6vw;
    box-sizing: border-box;
    border: 5px solid #fff;
    overflow: hidden;
    z-index: 10;
    transform: translateY(100px);
    opacity: 0;
    transition: .8s;
}

#chintai_link a:hover {
    transition: .3s;

    border-color: #f2ef5b;
}

#chintai_link a.move {
    opacity: 1;
    transform: translateY(0);
}

#chintai_link a:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../image/chintai_link_bg.jpg) center center;
    background-size: cover;
    transition: all .4s ease;
    z-index: 1;
}

#chintai_link a:hover:after {
    transform: scale(1.1);
    transition: all .4s ease;
}




#chintai_link h2 {
    position: relative;
    width: 430px;
    margin: 0 auto;
    z-index: 10;
}

#chintai_link p {
    position: relative;
    font-size: 13px;
    line-height: 35px;
    text-align: center;
    font-weight: bold;
    margin: 35px 0 40px;
    z-index: 10;
    color: #212121;
}

#chintai_link h3 {
    position: relative;
    display: block;
    width: 460px;
    padding: 20px 10px;
    box-sizing: border-box;
    background: #Fff;
    border: 3px solid #fff;
    border-radius: 5px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    margin: 0 auto;
    color: #212121;
    z-index: 10;
}

#chintai_link h3:before {
    content: "";
    display: block;
    width: 21px;
    height: 11px;
    position: absolute;
    right: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../image/common/link_icon.png);
    background-size: cover;
    transition: .3s;

}

#chintai_link a:hover h3 {
    border-color: #044567;
    color: #065f8e;

}

#chintai_link a:hover h3:before {
    right: 20px;
}


@media screen and (max-width: 800px) {

    #chintai_link {
        padding: 0;
    }

    #chintai_link:before,
    #chintai_link .y_icon {
        display: none;
    }


    #chintai_link a {
        padding: 20vw 0 17.5vw;
        border: none;
    }


    #chintai_link h2 {
        width: 280px;
    }

    #chintai_link p {
        width: 75%;
        font-size: 13px;
        line-height: 25px;
        text-align: left;
        font-weight: bold;
        margin: 35px auto 30px;
    }

    #chintai_link h3 {
        width: 75%;
        padding: 17px 10px;
        border: none;
        border-radius: 2px;
    }

    #chintai_link h3:before {
        right: 30px;
        width: 15px;
        height: 9px;
        background-image: url(../image/common/link_icon_sp02.png);

    }

    #chintai_link a:hover h3:before {
        right: 30px;
    }
}


/* ==========================================================================
	news
========================================================================== */
#news {
    position: relative;
    z-index: 25;
    padding: 7.14vw 7.14vw 9.285vw;
    box-sizing: border-box;
}

#news h2 {
    font-size: 44px;
    font-weight: bold;
}

#news h2 span {
    font-size: 44px;
    color: #065f8e;
    font-weight: bold;
}

#news .stit {
    font-size: 15px;
    display: block;
    margin: 34px 0 5.714vw;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

#news ul {
    position: relative;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#news ul li {
    width: 22.5%;
    opacity: 0;
    position: relative;
    transition: .3s;
    transform: translateY(40px);
    margin-right: 3%;
}

#news ul li:nth-child(4) {
    margin-right: 0;
}

#news ul li.move {
    opacity: 1;
    transform: translateY(0);
}

#news ul li:nth-child(2n) {
    top: 40px;
}

#news ul li a {
    display: block;
    z-index: 50;
}

#news a .img_area {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 29px;
    border: 5px solid transparent;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#news a .img_area:before {
    content: "";
    display: block;
    padding-top: 96.29%;
}

#news a .cate {
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    color: #065f8e;
    margin-right: 20px;
    vertical-align: middle;
}

#news a .en {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    vertical-align: middle;
    color: #242424;
}

#news ul li a:hover .img_area {
    border-left-color: #f2ef5b;
    border-bottom-color: #f2ef5b;
    border-right-color: #044567;
    border-top-color: #044567;
    color: #065f8e;
}

#news li a p {
    font-size: 16px;
    line-height: 28px;
    font-weight: bold;
    margin-top: 22px;
    color: #242424;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#news ul li a:hover p {
    color: #065f8e;
}


#news .link_btn {
    position: absolute;
    right: 7.14vw;
    top: 7.14vw;
    z-index: 50;
}


#news .b_icon {
    display: block;
    position: absolute;
    z-index: 1;
    width: 12.14vw;
    right: 20.35vw;
    top: calc(7.14vw + 30px);
    -webkit-animation: nb-scale 9s infinite ease-in-out;
    -ms-animation: nb-scale 9s infinite ease-in-out;
    -o-animation: nb-scale 9s infinite ease-in-out;
    animation: nb-scale 9s infinite ease-in-out;
}


@-moz-keyframes nb-scale {
    50% {
        transform: scale(1.2) rotate(90deg);
    }
}

@-webkit-keyframes nb-scale {
    50% {
        transform: scale(1.2) rotate(90deg);
    }
}

@-o-keyframes nb-scale {
    50% {
        transform: scale(1.2) rotate(90deg);
    }
}

@-ms-keyframes nb-scale {
    50% {
        transform: scale(1.2) rotate(90deg);
    }
}

@keyframes nb-scale {
    50% {
        transform: scale(1.2) rotate(90deg);
    }
}

@media screen and (max-width: 800px) {
    #news {
        padding: 15vw 5vw 20vw;
    }

    #news h2 {
        font-size: 27px;
        text-align: center;
    }

    #news h2 span {
        font-size: 27px;
    }

    #news .stit {
        font-size: 11px;
        margin: 25px 0 12.5vw;
        display: block;
        text-align: center;
    }

    #news ul {
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    #news ul li {
        width: 47.222%;
        margin-bottom: 10vw;
        margin-right: 0;
    }

    #news ul li:nth-child(2n) {
        top: 0;
    }

    #news a .img_area {
        margin-bottom: 17px;
        border: 2px solid transparent;
    }

    #news a .cate {
        font-size: 12px;
        margin-right: 20px;
    }

    #news a .en {
        font-size: 11px;
    }

    #news li a p {
        font-size: 14px;
        line-height: 23px;
        margin-top: 17px;
    }


    #news .link_btn {
        position: relative;
        right: auto;
        top: auto;
        width: 83.3333%;
        margin: 10px auto 0;
    }


    #news .b_icon {
        display: none;
    }

}