.img-parallax {
    clip: rect(0, auto, auto, 0);
    margin-bottom: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.img-parallax img {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    object-fit: cover;
    z-index: 0;
    transform: translateZ(0);
}

/* key box */
#key-box{
	position: relative;

}
@media only screen and (min-width: 768px) {
    #key-box::before {
        content: "";
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s ease;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 5;
		background: #000000;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 10%, rgba(0, 0, 0, 0.8) 90%, rgba(0, 0, 0, 0) 100%);
    }
    #key-box.bg::before {
        content: "";
        opacity: 1;
        visibility: visible;
        transition: all 0.5s ease;
    }
}
@media only screen and (max-width: 767px) {
    #key-box::before {
        content: "";
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s ease;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: -30vw;
        z-index: 5;
    }
    #key-box.bg_sp::before {
        opacity: 1;
        visibility: visible;
        transition: all 0.5s ease;
        background: #000000;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 10%, rgba(0, 0, 0, 0.8) 90%, rgba(0, 0, 0, 0) 100%);
    }
}
#key-box .deco1 {
    width: 80%;
    margin: 0 auto -23vw;
    transform: translateY(250px);
    opacity: 0;
	
}
#key-box .deco2 {
    position: absolute;
    top: 82vw;
    left: -12%;
    width: 50%;
    z-index: 5;
}
#key-box .deco3 {
    position: absolute;
    top: 145vw;
    right: 0;
    width: 50%;
    z-index: 5;
}
#key-box .ttl {
    width: 100%;
    position: relative;
    z-index: 5;
    margin-bottom: 111vw;
}
#key-box .photo {
    width: 61%;
    position: absolute;
    top: 17vw;
    left: -10%;
    transform: translate(-10%, 0%);
}
#key-box .photo2 {
        width: 73%;
    position: absolute;
    top: 18vw;
    right: 0;
    transform: translate(50%, 0%);
}
#key-box .txt {
    text-align: center;
    font-size: calc(min(5vw, 20px));
    line-height: 1.85;
    z-index: 5;
    position: relative;
    text-shadow: -2px -2px 0px #000, 2px 2px 0px #000, 2px -2px 0px #000, 2px 3px 0px #000, 2px 2px 0px #000, 3px 4px 0px #000;
}
#key-box .photo .on {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
}
#key-box .photo2 .on {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
}
#key-box .deco2, #key-box .deco3, #key-box .ttl, #key-box .photo, #key-box .photo2, #key-box .txt {
    opacity: 0;
}
#key-box .pin-wrap{
	position: absolute;
		top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100vh;
}
@media only screen and (min-width: 768px) {
    #key-box .deco1 {
        margin: 220px auto -400px;
        text-align: center;
        width: auto;
    }
    #key-box .deco2 {
		top: -70px;
        left: calc(50% - 480px);
    }
    #key-box .deco3 {
       top: 400px;
        right: calc(50% - 1100px);
    }
    #key-box .ttl {
        margin-bottom: 300px;
        text-align: center;
    }
    #key-box .photo {
         top: 0px;
    left: 0px;
    max-width: 38%;
    }
    #key-box .photo .on {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        opacity: 0;
    }
    #key-box .photo2 {
            top: 0;
    max-width: 45%;
    right: 160px;
    }
    #key-box .photo2 .on {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        opacity: 0;
    }
    #key-box .txt {
        max-width: 1320px;
        margin: 0 auto;
        text-align: left;
        font-size: 50px;
        line-height: 86px;
        letter-spacing: -2px;
        padding-left: 180px;
        width: 100%;
    }
}
@media only screen and (max-width: 767px)  and (max-height: 700px) {
	#key-box .ttl{
		max-width: 80%;
    margin: 0 auto 111vw;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1500px) {
    #key-box .txt {
        padding-left: 0;
		font-size: 46px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1400px) {
    #key-box .txt {
        padding-left: 30px;
        font-size: 44px;
        line-height: 78px;
    }
	#key-box .ttl {
		margin: 0 auto;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
	#key-box .photo{
		left: -48px;
	}
	#key-box .photo2{
		right: 40px;
	}
	
}


#lead {
    position: relative;
    padding: 10vw 0 10vw;
}
#lead .photo {
    margin: -33vw -33% 6vw -42%;
    position: relative;
    z-index: 4;
}
#lead .photo span {
      position: absolute;
    top: 0;
    right: 3%;
    display: block;
    width: 100%;
}
#lead .deco1 {
    position: absolute;
    bottom: -4vw;
    left: -3%;
    width: 24%;
	z-index: 5;
}
#lead .deco2 {
    position: absolute;
    bottom: -6vw;
    right: 0;
    width: 23%;
	z-index: 5;
}
#lead .slider1 {
    position: relative;
    z-index: 5;
    text-shadow: -2px -2px 0px #000, 2px 2px 0px #000, 2px -2px 0px #000, 2px 3px 0px #000, 2px 2px 0px #000, 3px 4px 0px #000;
}
#lead .slider1 li {
    font-size: 50px;
    line-height: 50px;
}
#lead .slider1 li span {
    margin-right: 20px;
}
@media only screen and (min-width: 768px) {
    #lead {
        padding: 50px 0 50px;
    }
    #lead .photo {
        margin: -280px auto -30px;
    }
    #lead .deco1 {
             top: auto;
			left: calc(50% - 780px);
			bottom: -80px;
			width: auto;
			z-index: 10;
    }
    #lead .deco2 {
             right: -60px;
			top: auto;
			bottom: -80px;
			width: auto;
			z-index: 10;
    }
    #lead .slider1 li {
        font-size: 200px;
        line-height: 265px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1600px) {
	#lead .deco2{
		right: calc(50% - 870px);
	}
}
@media only screen and (min-width: 768px) and (max-width: 1400px) {
	#lead .deco1{
		    width: 220px;
    bottom: 0px;
    left: calc(50% - 673px);
	}
	#lead .deco2{
		    right: calc(50% - 699px);
    width: 220px;
    bottom: -20px;
	}
}


#story {
    position: relative;
    padding: 0vw 0 10vw;
}
#story .photo {
    width: 84%;
    margin: 0px auto 23vw;
}
#story .group {
    position: relative;
    z-index: 4;
}
#story .group h2 {
    font-style: italic;
    font-size: 7.5vw;
    line-height: 1.6;
    margin-bottom: 14vw;
    letter-spacing: 0.01em;
    white-space: nowrap;
}
#story .group .txt {
    margin-bottom: 13vw;
}
#story .btn-cus {
    position: relative;
    z-index: 18;
}
#story .para {
    position: absolute;
    height: auto;
    top: 109vw;
    left: 0;
    width: 100%;
    bottom: 0;
    background: #000;
}
#story .para img {
    object-position: right 67% top 0;
    height: 157vw;
}
#story .wrap {
    padding-bottom: 37vw;
}
@media only screen and (max-width: 767px) {
	#story .btn-cus a span::after{
		  
    left: -71px;
    top: -5px;
    height: 51px;
    border-radius: 100px;
	}
	#story .btn-cus a::after{
		    height: 15px;
	}
	#story .btn-cus a::before{
		width: 43px;
	}
}
@media only screen and (min-width: 768px) {
    #story {
        padding: 94px 0 50px;
    }
    #story .wrap {
        width: 1050px;
    }
    #story .photo {
        margin: 0;
        width: auto;
        position: absolute;
        right: -266px;
        top: -198px;
        z-index: 5;
        width: 663px;
    }
    #story .group {
        z-index: 16;
    }
    #story .group h2 {
        font-size: 58px;
        line-height: 80px;
        letter-spacing: -4px;
        margin-bottom: 20px;
    }
    #story .group .txt {
        margin-bottom: 50px;
        margin-left: 77px;
        font-size: 24px;
        line-height: 48px;
		width: 620px;
    }
    #story .btn-cus {
      	position: absolute;
		right: -38px;
		bottom: 93px;
		width: 450px;
    }
	#story .btn-cus .line{
		     left: 0;
    top: -2px;
    height: 74px;
    border-radius: 100px;
	}
	#story .btn-cus a:before {
    width: 80px;
    height: 81px;
    margin-top: -34px;
}
	#story .btn-cus a::after{
		    width: 30px;
  			height: 26px;
	}
    #story .para {
        top: -50px;
        left: -124px;
        width: calc(50% + 60vw);
        height: 819px;
    }
    #story .para img {
        object-position: center;
        height: 100vh;
    }
    #story .wrap {
        padding-bottom: 50px;
    }
}



#business {
    position: relative;
    padding: 10vw 0 10vw;
}
#business .deco {
    margin-top: -55vw;
    width: 63%;
    margin: -45vw auto 12vw;
}
#business h2 {
    width: 111%;
    margin: 0 -5% 16vw;
}
#business .group-bnr .bnr {
    position: relative;
    margin: 0 -6% 0;
}
#business .group-bnr .bnr a {
    display: block;
    width: 100%;
    height: 100%;
}
#business .group-bnr .bnr .inner {
    position: relative;
    z-index: 5;
    padding: 11vw 0 36vw;
}
#business .group-bnr .bnr .inner h3 {
    width: 90%;
    margin: -2px auto 2vw;
}
#business .group-bnr .bnr:nth-child(2) .inner h3 {
    margin-left: -1%;
}
#business .group-bnr .bnr .inner .txt {
    padding: 0 13%;
    line-height: 30px;
}
#business .group-bnr .bnr .inner .arrow {
    background: #ff0000;
    width: 68px;
    height: 65px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    bottom: 50px;
}
#business .group-bnr .bnr .inner .arrow img {
    width: 19px;
}
#business .group-bnr .bnr .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#business .group-bnr .bnr .img .off {
    position: relative;
}
#business .group-bnr .bnr .img .on {
    display: none;
}
@media only screen and (min-width: 768px) {
    #business {
        padding: 84px 0 50px;
    }
    #business .deco {
            margin: -50px auto 50px;
    position: absolute;
    left: calc(50% - 910px);
    top: -420px;
    width: auto;
    }
    #business h2 {
        margin: 0 auto 50px;
        width: auto;
        text-align: center;
    }
    #business .group-bnr {
        display: flex;
        justify-content: space-between;
        margin: 0 -213px;
    }
    #business .group-bnr .bnr {
        margin: 0;
        width: calc(100% / 3);
        height: 558px;
    }
    #business .group-bnr .bnr .inner {
        padding: 75px 62px 50px;
        height: 100%;
        box-sizing: border-box;
        z-index: 8;
        position: relative;
    }
    #business .group-bnr .bnr .inner h3 {
        margin: 0 auto 30px;
        width: 360px;
    }
    #business .group-bnr .bnr:nth-child(2) .inner h3 {
        margin-left: 0;
    }
    #business .group-bnr .bnr .inner .txt {
        font-size: 20px;
        line-height: 31px;
        padding: 0 32px;
        opacity: 0;
        transition: all 0.3s;
    }
    #business .group-bnr .bnr:hover .inner .txt {
        opacity: 1
    }
    #business .group-bnr .bnr .inner .arrow {
        width: 55px;
        height: 55px;
        bottom: 30px;
        box-sizing: border-box;
        right: 55px;
        background: none;
        border: 1px solid;
    }
    #business .group-bnr .bnr .inner .arrow:before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 0%;
        height: 0;
        padding-bottom: 0;
        border-radius: 50%;
        background: #ff0000;
        -webkit-transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
        transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
    }
    #business .group-bnr .bnr:hover .inner .arrow:before {
        width: 100%;
        padding-bottom: 100%;
    }
    #business .group-bnr .bnr:hover .inner .arrow {
        border-color: transparent;
        transition: all 0.3s;
    }
    #business .group-bnr .bnr .inner .arrow img {
        width: 14px;
    }
    #business .group-bnr .bnr:hover .img .on {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        z-index: 5;
        bottom: 0;
        width: 100%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1500px) {
	#business .deco {
    left: calc(50% - 750px);
    top: -320px;
    width: 380px;
}
	#story .photo{
		right: -196px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1300px) {
    #business .group-bnr {
        margin: 0 -103px;
    }
    #business .group-bnr .bnr .inner {
        padding: 75px 17px 50px;
    }
		#business .deco {
  
    left: calc(50% - 760px);
    top: -330px;
    max-width: 40%;
}
}


#news {
    position: relative;
    padding: 5vw 0 2vw;
}
#news h2 {
    width: 111%;
    margin: 0 -5% 5vw;
}
#news .deco {
    position: absolute;
    top: 17vw;
    right: 0;
    width: 21%;
}
#news #feed .row {
    background: #fff;
    margin-bottom: 3vw;
    padding: 5% 5% 5% 6%;
    display: flex;
    align-items: center;
    position: relative;
}
#news #feed .row .photo {
    width: 39%;
}
#news #feed .row .photo span {
    width: 100% !important;
    height: 20vw !important;
}
#news #feed .row dl {
    color: #000;
    width: 56%;
    margin-left: 6%;
    padding-right: 50px;
    box-sizing: border-box;
}
#news #feed .row .arrow {
    background: #ff0000;
    width: 40px;
    height: 40px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    right: 13px;
    bottom: 38px;
}
#news #feed .row .arrow img {
    width: 13px;
}
#news #feed .row dl dt {
    font-size: 12px;
    color: #ff0000;
    font-family: 'Roboto';
}
#news #feed .row dl dd {
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
}
#news .btn-cus {
    width: 80%;
    margin: 0 auto;
}
#news .btn-cus a::before {
    width: 39px;
    height: 45px;
}
@media only screen and (min-width: 768px) {
    #news {
        padding: 114px 0 0px;
    }
    #news .wrap {
        width: 1200px;
    }
    #news h2 {
        margin: 0 auto 20px;
        text-align: center;
        width: auto;
    }
    #news .deco {
        top: -100px;
        width: auto;
        right: -318px;
    }
    #news #feed {
        display: flex;
        justify-content: flex-start;
    }
    #news #feed .row {
        margin-bottom: 50px;
        flex-direction: column;
        padding: 20px 30px 60px;
        width: 360px;
        box-sizing: border-box;
    }
    #news #feed .row {
        margin-right: 50px;
    }
    #news #feed .row:last-of-type {
        margin-right: 0;
    }
    #news #feed .row .photo {
        width: 100%;
        margin-bottom: 15px;
    }
    #news #feed .row .photo:hover {
        opacity: 0.8
    }
    #news #feed .row .photo span {
        height: 202px !important;
    }
    #news #feed .row dl {
        width: 100%;
    }
    #news #feed .row .arrow {
        display: none;
    }
    #news #feed .row dl dt {
        font-size: 18px;
    }
    #news #feed .row dl dd {
        font-size: 20px;
    }
    #news #feed .row dl dd:hover {
        text-decoration: underline;
    }
    #news .btn-cus {
        margin-bottom: 0;
        width: 300px;
    }
    #news .btn-cus a::before {
        width: 82px;
        height: 90px;
        margin-left: -79px;
        margin-top: -13px;
        margin-right: 20px;
    }
    #news .btn-cus a::after {
        position: absolute;
        right: 22px;
        top: 27px;
    }


}



#sns {
    position: relative;
    padding: 12vw 0 34vw;
}
#sns h2 {
    width: 108%;
    margin: 0 -5% 5vw;
}
#sns .deco {
    width: 19%;
    margin: 0 auto 5vw;
}
#sns .sns {
    justify-content:space-between;
    margin: 0 auto 8vw;
    width:70%;
}
#sns h3 {
    width: 96%;
    margin: 0 auto 5vw;
    text-align: center;
    background: #ff0000;
}

#sns .sns li {
    width: 24%;
    text-align: center;
}
#sns .sns li span {
    font-size: 15px;
    display: block;
}
#sns .youtube .yt {
    position: relative;
    text-align: center;
    margin-bottom: 15vw;
    margin-top:10vw;
}
#sns .youtube .yt::before {
    content: "";
    position: absolute;
    left: 0;
    width: 16%;
    height: 2px;
    background: #fff;
    top: 18px;
}
#sns .youtube .yt::after {
    content: "";
    position: absolute;
    right: 0;
    width: 20%;
    height: 2px;
    background: #fff;
    top: 18px;
}
#sns .youtube .yt span {
    font-size: 6.4vw;
    text-align: center;
    position: relative;
}
#sns .youtube .yt span::before {
    content: "";
    background: url("../img/index/icon_youtube_sp.png") no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 46px;
    height: 34px;
    background-size: 100%;
    margin-left: -30px;
}
#sns .youtube .group {
    flex-direction: column;
    margin-bottom: 14vw;
}
#sns .youtube .group .col {
    width: 80%;
    margin: 0 auto 3vw;
}
#sns .youtube .group .col iframe {
    width: 100%;
    height: 43vw;
}
#news .bnr2 {
    display: flex;
 -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content: space-between; 
 flex-wrap: wrap;
    position: relative;
    text-align: center;
    width:90%;
    margin:20px auto 0;
}

#news .bnr2 li{      
    margin-bottom:10px;
    }
#sns .youtube .bnr {
    margin-bottom: 12vw;
    position: relative;
}
#sns .youtube .bnr a {
    padding: 65px 10px 20px;
    text-align: center;
    background: #ff0000;
    position: relative;
    display: block;
}
#sns .youtube .bnr a:after {
    content: "";
    width: 17px;
    height: 20px;
    background: url("../img/shared/icon_arrow2.png") no-repeat;
    background-size: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    margin-right: -10px;
    position: absolute;
    right: 30px;
    top: 88px;
}
#sns .youtube .bnr a::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 2px solid #fff;
}
#sns .youtube .bnr::after {
    content: "";
    position: absolute;
    background: url("../img/index/youtube_icon_sp.png") no-repeat;
    left: 0;
    right: 0;
    width: 40px;
    height: 30px;
    margin: 0 auto;
    background-size: 100%;
    top: 30px;
}
#sns .youtube .txt {
    text-align: center;
    font-size: 15px;
    line-height: 30px;
}
@media only screen and (min-width: 768px) {
    #sns {
        padding: 142px 0 172px;
    }
    #sns .wrap {
        width: 1140px;
        padding: 0 20px;
    }
    #sns h2 {
        margin: 0;
        width: 836px;
        margin: 0 auto 70px;
    }
    
    #sns .deco {
        margin: 0;
        position: absolute;
        left: 9px;
        top: -20px;
    }
    
    #news .bnr2 {
    width:1140px;
    margin:100px auto 0;
}

#news .bnr2 li{      
    margin-bottom:10px;
    }
    
    #sns h3 {
    width: 70%;
    margin: 0 auto 40px;
}
    #sns .sns {
        margin: 0 auto 70px;
        width:50%;
    }
    #sns .sns li {
    width: 18%;
}
    #sns .sns li span {
        font-size: 20px;
        margin-top: 40px;
        letter-spacing: 2px;
    }
    #sns .youtube .yt {
        letter-spacing: 2px;
        margin:140px 50px 60px;
    }
    #sns .youtube .yt::before {
        left: -43px;
        height: 4px;
        top: 23px;
        width: 323px;
    }
    #sns .youtube .yt::after {
        right: -43px;
        height: 4px;
        top: 23px;
        width: 348px;
    }
    #sns .youtube .yt span {
        font-size: 48px;
    }
    #sns .youtube .yt span::before {
        background: url(../img/index/icon_youtube.png) no-repeat;
        background-size: 100%;
        height: 54px;
        margin-right: 40px;
        margin-left: -20px;
    }
    #sns .youtube .group {
        margin-bottom: 90px;
        flex-direction: row;
        justify-content: space-between;
    }
    #sns .youtube .group .col {
        margin: 0;
        width: 48%;
    }
    #sns .youtube .group .col iframe {
        height: 290px;
    }
    #sns .youtube .bnr {
        margin-bottom: 105px;
    }
    #sns .youtube .bnr a {
        padding: 25px 10px 20px;
        font-size: 30px;
    }
    #sns .youtube .bnr a:hover {
        opacity: 0.8
    }
    #sns .youtube .bnr a:after {
        top: 44px;
        width: 25px;
        right: 170px;
    }
    #sns .youtube .bnr::after {
        position: absolute;
        left: 151px;
        margin: 0;
        background: url(../img/index/youtube_icon.png) no-repeat;
        background-size: 100%;
        width: 48px;
        height: 50px;
    }
    #sns .youtube .txt {
        font-size: 24px;
        line-height: 40px;
    }
}