@charset "utf-8";

body {
    width: 100%;
    height: auto;
    overflow-x: hidden;
}

body:before {
    content: "";
    display: block;
    width: 100%;
    height: 1500px;
    min-height: 100vh;
    position: absolute;
    margin-top: -30px;
    background-color: #ab0217;
    -webkit-clip-path: polygon(0 15.5%, 100% 1%, 100% 100%, 0% 100%);
    clip-path: polygon(0 15.5%, 100% 1%, 100% 100%, 0% 100%);
}

/*  -1200 */
@media screen and (max-width: 1200px) {
    body:before {
        height: 100vh;

        /*        height: calc(800 / 1200 * 100vw);*/
        margin-top: -5px;
        -webkit-clip-path: polygon(0 9%, 100% 1%, 100% 100%, 0% 100%);
        clip-path: polygon(0 9%, 100% 1%, 100% 100%, 0% 100%);
    }
}

#content {
    width: 100%;
    height: 100%;
    position: relative;
}

/************************************************ #mainvisual */

#mainvisual {
    position: relative;
    width: 100%;
    z-index: 0;
}

#mainvisual .absonsive {
    position: relative;
    max-width: 1200px;
    height: 800px;
    margin: 0 auto;
}

/*  -1200 */
@media screen and (max-width: 1200px) {
    #mainvisual .absonsive {
        width: 100%;
        height: 100vw;
    }
}

#mainvisual .kids {
    position: absolute;
    width: 580px;
    height: auto;
    top: 30px;
    left: -30px;
    z-index: -1;
}

/*  -1200 */
@media screen and (max-width: 1200px) {
    #mainvisual .kids {
        width: 58vw;
        left: -12vw;
        top: 16vw;
    }
}

#mainvisual .catch {
    width: 800px;
    margin-left: 400px;
    color: #FFF;
    padding-top: 20px;
}

/*  -1200 */
@media screen and (max-width: 1200px) {
    #mainvisual .catch {
        width: 72vw;
        margin-left: 26vw;
        padding-top: 6vw;
    }

    #mainvisual .catch img {
        width: 100%;
        height: auto;
    }
}

#mainvisual h1 {}

/*  -1200 */
@media screen and (max-width: 1200px) {
    #mainvisual h1 {}
}

#mainvisual .en {
    font-size: 40px;
    padding-left: 50px;
    font-family: "HelveticaNeue-CondensedBold", "Helvetica Neue", sans-serif;
}

/*  -1200 */
@media screen and (max-width: 1200px) {
    #mainvisual .en {
        font-size: 5vw;
        padding-left: calc(50 / 1200 * 100vw);
    }
}

#mainvisual .staff01 {
    position: absolute;
    width: 409px;
    height: auto;
    right: 100px;
    bottom: 0;
    z-index: -1;
}

/*  -1200 */
@media screen and (max-width: 1200px) {
    #mainvisual .staff01 {
        width: 45vw;
        right: 2vw;
    }
}

/************************************************ CONTENTS */

#bg-yellow {
    width: 100%;
    height: 0;
    padding-top: 800px;
    position: relative;
    background-color: #ffe713;
    -webkit-clip-path: polygon(0 0, 100% 30%, 100% 70%, 0% 100%);
    clip-path: polygon(0 0, 100% 30%, 100% 70%, 0% 100%);
    top: -360px;
    z-index: 1;
}

#bg-white {
    width: 100%;
    height: 0;
    100 padding-top: 980px;
    position: absolute;
    background-color: #ffffff;
    -webkit-clip-path: polygon(0 0, 100% 30%, 100% 70%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
    top: 920px;
    z-index: 0;
}

/*	-1200 */
@media screen and (max-width: 1200px) {
    #bg-white {
        top: 100vh;
        /*        top: calc(680 / 1000 * 100vw);*/
    }
}



/*  -999 */
@media screen and (max-width: 999px) {
    #bg-yellow {
        padding-top: 80%;
        top: calc(-360 / 1000 * 100vw);
    }
}

/*  -767 */
@media screen and (max-width: 767px) {
    #bg-yellow {
        padding-top: 104vw;
        top: -44vw;
        -webkit-clip-path: polygon(0 0, 100% 30%, 100% 75%, 0% 100%);
        clip-path: polygon(0 0, 100% 30%, 100% 75%, 0% 100%);
    }
}

#bg-blue_wrap {
    position: relative;
    top: -900px;
}

/*  -999 */
@media screen and (max-width: 999px) {
    #bg-blue_wrap {
        top: calc(-900 / 1000 * 100vw);
    }
}

/*  -767 */
@media screen and (max-width: 767px) {
    #bg-blue_wrap {
        top: -100vw;
    }
}

#bg-blue_wrap #bg-blue {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 1200px;
    position: absolute;
    background-color: #0077c3;
    -webkit-clip-path: polygon(0 0, 100% 50%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 50%, 100% 100%, 0% 100%);
    z-index: 1;
}

/*  -999 */
@media screen and (max-width: 999px) {
    #bg-blue_wrap #bg-blue {
        padding-top: calc(1200 / 1000 * 100vw);
    }
}

/*  -767 */
@media screen and (max-width: 767px) {
    #bg-blue_wrap #bg-blue {
        padding-top: 250vw;
        -webkit-clip-path: polygon(0 0, 100% 25%, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 18%, 100% 100%, 0% 100%);
        padding-bottom:100vw;
    }
}

/*  -320 */
@media screen and (max-width: 320px) {
    #bg-blue_wrap #bg-blue {
        padding-top: 270vw;
    }
}

#bg-blue_wrap .staff02 {
    position: absolute;
    z-index: 2;
    width: 240px;
    height: auto;
    top: 0;
    left: -70px;
}

/*  -999 */
@media screen and (max-width: 999px) {
    #bg-blue_wrap .staff02 {
        width: calc(280 / 1000 * 100vw);
        left: calc(-70 / 1000 * 100vw);
        left: -100px;
    }
}

/*  -767 */
@media screen and (max-width: 767px) {
    #bg-blue_wrap .staff02 {
        width: 30vw;
        left: -15%;
    }
}

#bg-blue_wrap .staff03 {
    position: absolute;
    width: 177px;
    top: 350px;
    right: 5%;
}

/*  -999 */
@media screen and (max-width: 999px) {
    #bg-blue_wrap .staff03 {
        width: calc(177 / 1000 * 100vw);
        top: calc(350 / 1000 * 100vw);
        right: 0%;
    }
}

/*  -767 */
@media screen and (max-width: 767px) {
    #bg-blue_wrap .staff03 {
        width: 23vw;
        top: 40vw;
        right: -5%;
    }
}

#bg-blue_wrap .staff04 {
    position: absolute;
    z-index: 2;
    width: 249px;
    right: 0;
    top: 620px;
}

/*  -999 */
@media screen and (max-width: 999px) {
    #bg-blue_wrap .staff04 {
        width: calc(249 / 1000 * 100vw);
        top: calc(620 / 1000 * 100vw);
        right: -10px;
    }
}

/*  -767 */
@media screen and (max-width: 767px) {
    #bg-blue_wrap .staff04 {
        width: 32vw;
        top: 140vw;
        right: -14%;
        transform: rotate(-10deg);
    }
}

/*  -320 */
@media screen and (max-width: 320px) {
    #bg-blue_wrap .staff04 {
        top: 226vw;
    }
}

#bg-blue_wrap .staff05 {
    position: absolute;
    z-index: 2;
    width: 200px;
    top: 670px;
    left: 60px;
}

/*  -999 */
@media screen and (max-width: 999px) {
    #bg-blue_wrap .staff05 {
        width: calc(173 / 1000 * 100vw);
        top: calc(670 / 1000 * 100vw);
        left: -10px;
    }
}

/*  -767 */
@media screen and (max-width: 767px) {
    #bg-blue_wrap .staff05 {
        width: 22.5vw;
        top: 150vw;
        left: -5%;
    }
}

/*  -320 */
@media screen and (max-width: 320px) {
    #bg-blue_wrap .staff05 {
        top: 232vw;
    }
}

.sec_head .en {
    font-size: 30px;
    font-family: "HelveticaNeue-CondensedBold", "Helvetica Neue", sans-serif;
}

/*  -999 */
@media screen and (max-width: 999px) {
    .sec_head .en {
        font-size: calc(30 / 1000 * 100vw);
    }
}

/*  -767 */
@media screen and (max-width: 767px) {
    .sec_head .en {
        font-size: 2.0rem;
    }
}

.sec_head h2 {
    font-size: 54px;
    line-height: 1.2;
    font-family: ”ゴシックMB101 B”, ”Gothic MB101 Bold”, sans-serif;
}

/*  -999 */
@media screen and (max-width: 999px) {
    .sec_head h2 {
        font-size: calc(54 / 1000 * 100vw);
    }
}

/*  -767 */
@media screen and (max-width: 767px) {
    .sec_head h2 {
        font-size: 2.8rem;
    }
}

#cont-wrap {
    width: 100%;
    position: absolute;
    top: -50px;
    z-index: 3;
}

/*  -999 */
@media screen and (max-width: 999px) {
    #cont-wrap {
        top: calc(-50 / 1000 * 100vw);
    }
}

/*  -767 */
@media screen and (max-width: 767px) {
    #cont-wrap {
        top: -20vw;
    }
}

#sec01 {
    margin-bottom: 100px;
}

/*  -999 */
@media screen and (max-width: 999px) {
    #sec01 {
        margin-bottom: calc(100 / 1000 * 100vw);
    }
}

/*  -767 */
@media screen and (max-width: 767px) {
    #sec01 {
        margin-bottom: 30px;
    }

    #sec01 .text {
        max-width: 75%;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }
}

/*  -767 */
@media screen and (max-width: 767px) {
    #sec02 .text {
        max-width: 75%;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }
}

#sec02 .logo_area {
    position: relative;
    width: 100%;
    height: 220px;
}

/*  -767 */
@media screen and (max-width: 767px) {
    #sec02 .logo_area {
        height: calc(220 / 1000 * 100vw);
    }
}

#sec02 .logo_area_in {
    width: 98%;
    height: 100%;
    margin: 0 auto;
    background: #fff;
    -webkit-clip-path: polygon(0 0, 100% 14%, 98% 90%, 2% 99%);
    clip-path: polygon(0 0, 100% 14%, 98% 90%, 2% 99%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#sec02 .logo_area_shadow {
    position: absolute;
    top: 20px;
    width: 100%;
    height: 100%;
    background: #000;
    -webkit-clip-path: polygon(0 0, 100% 14%, 98% 90%, 2% 99%);
    clip-path: polygon(0 0, 100% 14%, 98% 90%, 2% 99%);
    padding-bottom: 10px;
}

#sec02 .logo_area ul {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    /* Safari用 */
    transform: translate(-50%, -50%);
    width: 100%;
}

#sec02 .logo_area li {
    display: inline-block;
    vertical-align: middle;
    width: 15%;
    padding: 35px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#sec02 .logo_area li img {
    width: 100%;
    height: auto;
}

/*  -999 */
@media screen and (max-width: 999px) {
    #sec02 .logo_area li {
        padding: 20px;
    }
}

/*  -767 */
@media screen and (max-width: 767px) {
    #sec02 .logo_area li {
        padding: 12px;
    }
}

#shop_visual_wrap {
    position: relative;
    top: -100px;
    height: 0;
    padding-bottom: 700px;
    z-index: 2;
}

/*  -999 */
@media screen and (max-width: 999px) {
    #shop_visual_wrap {
        top: calc(-100 / 1000 * 100vw);
        padding-bottom: calc(700 / 1000 * 100vw);
    }
}

/*  -767 */
@media screen and (max-width: 767px) {
    #shop_visual_wrap {
        top: 140vw;
        padding-bottom: 100vw;
    }
}

/*  -320 */
@media screen and (max-width: 320px) {
    #shop_visual_wrap {
        top: 162vw;
        padding-bottom: 80vw;
    }
}

#shop_visual {
    width: 100%;
    height: 1000px;
    -webkit-clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 100%);
}

/*  -999 */
@media screen and (max-width: 999px) {
    #shop_visual {
        height: calc(1000 / 1000 * 100vw);
    }
}

/*  -767 */
@media screen and (max-width: 767px) {
    #shop_visual {
        height: 120vw;
    clip-path: polygon(0 20%, 100% 10%, 100% 100%, 0 100%);
    }
}

/*  -320 */
@media screen and (max-width: 320px) {
    #shop_visual {
        -webkit-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
    }
}

#shop_visual img {
    width: 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    /* Safari用 */
    transform: translate(-50%, -50%);
}

#bg-orange_wrap {
    position: relative;
    top: -240px;
    height: 0;
    padding-bottom: 860px;
}

/*  -999 */
@media screen and (max-width: 999px) {
    #bg-orange_wrap {
        top: calc(-240 / 1000 * 100vw);
        padding-bottom: calc(860 / 1000 * 100vw);
    }
}

/*  -767 */
@media screen and (max-width: 767px) {
    #bg-orange_wrap {
        top: 100vw;
        padding-bottom: 300vw;

    }
}

/*  -320 */
@media screen and (max-width: 320px) {
    #bg-orange_wrap {
        top: 135vw;
        padding-bottom: 320vw;
    }
}

#bg-orange {
    background: #FCA000;
    position: absolute;
    top: 0;
    width: 100%;
    height: 1100px;
    clip-path: polygon(0 0, 100% 20%, 100% 80%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 100% 20%, 100% 80%, 0% 100%);
    z-index: 3;
}

/*  -999 */
@media screen and (max-width: 999px) {
    #bg-orange {
        height: calc(1100 / 1000 * 100vw);
    }
}

/*  -767 */
@media screen and (max-width: 767px) {
    #bg-orange {
        height: 143vw;
    }
}

#bg-green {
    background: #547810;
    position: absolute;
    top: 70%;
    width: 100%;
    height: 0;
    padding-bottom: 500px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 35%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 35%);
    z-index: 2;
}

/*  -999 */
@media screen and (max-width: 999px) {
    #bg-green {
        padding-bottom: calc(500 / 1000 * 100vw);
    }
}

/*  -767 */
@media screen and (max-width: 767px) {
    #bg-green {
        top: 40%;
        padding-bottom: 65vw;
    }
}

/*  -320 */
@media screen and (max-width: 320px) {
    #bg-green {
        top: 30%;
    }
}

#sec03 {
    position: relative;
    z-index: 4;
    padding-top: 200px;
}

/*  -999 */
@media screen and (max-width: 999px) {
    #sec03 {
        padding-top: calc(200 / 1000 * 100vw);
    }
}

/*  -767 */
@media screen and (max-width: 767px) {
    #sec03 {
        padding-top: 26vw;
    }
}

#sec03 .btn {
    margin-top: -10px;
}

#news {
    position: absolute;
    width: 800px;
    margin: -100px 100px 20px;
    padding: 10px 0;
    text-align: center;
    border: #c00 4px solid;
    color: #c00 !important;
    font-size: 18px;
    font-weight: bold;
    background: #fff;
}

/*  -767 */
@media screen and (max-width: 767px) {
    #news {
        width: 90%;
        margin: -60px 5% 20px;
        font-size: 16px;
        padding: 5px 0;
    }
}
