@charset "UTF-8";

#key{
	background-image: url("../img/private/kv_img.jpg");
}
#key:before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -40vw;
	background: #efee17;
	height: 70vw;
	z-index: -1;
}
@media only screen and (min-width: 768px){
	#key:before{
		left: -50px;
		right: -50px;
		bottom: 0;
		height: 180px;
	}
	#key .kv-ttl{
		bottom: -24px;
	}
}

/*=============================================
 * 					sec1
 *=============================================*/
#sec1 {
    position: relative;
}
#sec1 .block1 {
    position: relative;
    padding-top: 45vw;
}
#sec1 .block1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-image: url("../img/private/s1_bg1.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height: 55vw;
}
#sec1 .block1 h2 {
    width: 36.66%;
    margin: 0 auto;
}
#sec1 .block1 .txt {
    display: table;
    margin: 6.66vw auto 0;
    writing-mode: horizontal-tb;
    
}
#sec1 .block2 {
    position: relative;
    padding-top: 70.93vw;
}
#sec1 .block2 .block-skew-top {
    position: absolute;
    top: 15vw;
    left: 0;
    right: 0;
    bottom: 50vw;
    transform: skewY(16.6deg);
}
#sec1 .block2 .block-skew-top .inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
#sec1 .block2 .block-skew-top .inner:before {
    content: "";
    position: absolute;
    top: -15vw;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("../img/private/s1_bg2.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    transform: skewY(-16.6deg);
}
#sec1 .block2 .block-skew-bottom {
    position: absolute;
    top: 45vw;
    left: 0;
    right: 0;
    bottom: 20vw;
    transform: skewY(-16.6deg);
}
#sec1 .block2 .block-skew-bottom .inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
#sec1 .block2 .block-skew-bottom .inner:before {
    content: "";
    position: absolute;
    top: -45vw;
    left: 0;
    right: 0;
    bottom: 20vw;
    background-image: url("../img/private/s1_bg3.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: skewY(16.6deg);
}
#sec1 .block2 .block-skew-bottom .inner:after {
    content: "";
    position: absolute;
    top: 29.6vw;
    left: 0;
    right: 0;
    bottom: -100%;
    background: #1d1c1b;
    transform: skewY(30.8deg);
}
#sec1 .block2 .bnr-link {
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
    justify-content: center;
    margin: 0 3%;
}
#sec1 .block2 .bnr-link li {
    margin: 4vw 1% 0;
    width: calc(94% / 3);
}
@media only screen and (min-width: 768px) {
    #sec1 .block1 {
        padding-top: 516px;
    }
    #sec1 .block1:before {
        height: 693px;
    }
    #sec1 .block1 .inner {
        flex-direction: row-reverse;
        justify-content: flex-start;
    }
    #sec1 .block1 h2 {
        width: auto;
        margin: 0;
    }
    #sec1 .block1 .txt {
        width: 363px;
        height: 415px;
        margin: 128px 54px 0 0;
        writing-mode: vertical-rl;
    }
    .text-combine {
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
}
    #sec1 .block2 {
        padding-top: 967px;
    }
    #sec1 .block2 .block-skew-top {
        top: 90px;
        bottom: 234px;
    }
    #sec1 .block2 .block-skew-top .inner:before {
        top: -400px;
        bottom: 0;
        height: auto;
    }
    #sec1 .block2 .block-skew-bottom {
        top: 400px;
        bottom: 15px;
    }
    #sec1 .block2 .block-skew-bottom .inner:before {
        top: -400px;
        bottom: -400px;
        height: auto;
    }
    #sec1 .block2 .bnr-link {
        width: 100%;
        max-width: 1155px;
        margin: 0 auto;
    }
    #sec1 .block2 .bnr-link li {
        margin: 27px 13.5px 0;
        width: 204px;
    }
}
/*=============================================
 * 					sec2
 *=============================================*/
#sec2 {
    margin-top: 17.33vw;
}
@media only screen and (min-width: 768px) {
    #sec2 {
        margin-top: 133px;
    }
    #sec2 .wrap {
        padding-top: 85px;
        padding-bottom: 40px;
    }
    #sec2 .custom-object-fit {
        background-position: left center;
    }
    #sec2 .sec-img {
        right: 0;
    }
    #sec2 .sec-img img {
        object-position: left 0;
    }
}
/*=============================================
 * 					sec3
 *=============================================*/
#sec3 {
    background: #1d1c1b;
    color: #fff;
}
@media only screen and (min-width: 768px) {
    #sec3 .wrap {
        padding-top: 108px;
        padding-bottom: 40px;
    }
    #sec3 .custom-object-fit {
        background-position: right center;
    }
    #sec3 .sec-img {
        left: 0;
    }
    #sec3 .sec-img img {
        object-position: right 0;
    }
    #sec3 .col-txt {
        margin-left: 576px;
    }
    #sec3 .txt {
        margin-top: 37px;
    }
}
/*=============================================
 * 					sec4
 *=============================================*/
@media only screen and (min-width: 768px) {
    #sec4 .wrap {
        padding-top: 100px;
        padding-bottom: 40px;
    }
    #sec4 .custom-object-fit {
        background-position: left center;
    }
    #sec4 .sec-img {
        right: 0;
    }
    #sec4 .sec-img img {
        object-position: left 0;
    }
    #sec4 .txt {
        margin-top: 37px;
    }
}
/*=============================================
 * 					sec
 *=============================================*/