
/* CSS Document */

/*==================================================

contents
=================================================*/

.top-image {
	width: 100%;
    max-width: 1600px;
    position: relative;
    margin: 0 auto;
}
.top-image-l {
	width: 100%;
    max-width: 1600px;
    position: relative;
    margin: 0 auto;
}
.top-image.bg1 {
	width: 100%;
    max-width: 100%;
    position: relative;
    background-image: url("../../concept/images/mv_bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
}

.top-image .txt {
	width: 28.75%;
    max-width: 490px;
    position: absolute;
    top: 50%;
	left: 1%;
	-webkit-transform: translate(0, -50%); 
	transform: translate(0, -50%);
    z-index: 3;
}
.top-image .txt h1 {
    width: 100%;
    position: absolute;
    font-size: clamp(1.4rem, 2vw, 2.6rem);
    line-height: 100%;
    text-align: center;
    top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); 
	transform: translate(-50%, -50%);
    z-index: 3;
}
.top-image .txt h1 span {
    display: block;
    color: #FFF;
    line-height: 160%;
    margin-top: .6em;
}
.top-image .txt h1 img {
    width: 90%;
	max-width: 400px;
	height: auto;
}
.top-image .bg {
    width: 28.75%;
    max-width: 490px;
    position: absolute;
    top: 50%;
	left: 1%;
	-webkit-transform: translate(0, -50%); 
	transform: translate(0, -50%);
    z-index: 2;
    
    mix-blend-mode: multiply;
}
.top-image .bg::before {
    content: " ";
	display: block;
    position: relative;
    width: 100%;
    border-radius: 50%;
    background-color: #009195;
    padding-top: 100%;
    z-index: 1;
}
.top-image .photo {
	width: 100%;
    position: relative;
    overflow: hidden;
}
.top-image .photo-all {
	width: 100%;
    position: relative;
}
.top-image .photo::before {
    content: " ";
	display: block;
    position: absolute;
	width: 5%;
    max-width: 100px;
    height: 100%;
    background-color: #FFF;
    top: 0;
    left: 0;
    z-index: 1;
}

.top-image .txt-sp {
	width: 100%;
    max-width: 1400px;
    position: relative;
    margin: 0 auto;
    padding: 80px 0 140px;
}
.top-image .txt-sp .txt-sk {
	width: 100%;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
}
.top-image .txt-sp .txt-sk .inner  {
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url("../../concept/images/mv_title.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    clip-path: inset(0 100% 0 0);
    top: 0;
    left: 0;
    z-index: 1;
    
    transition: all 0.8s;
}
.top-image .txt-sp.loaded .txt-sk .inner {
	width: 100%;
    clip-path: inset(0 0 0 0);
}

.top-image .txt-sp h1 {
    width: 80%;
    color: #FFF;
    font-size: clamp(2rem, 4vw, 4.5rem);
    letter-spacing: .15em;
    margin: 2% 0 0 8%;
}
.top-image .txt-sp h1 strong {
    color: #00fc81;
    font-size: clamp(2.4rem, 5vw, 5.5rem);
}

.top-image-l .txt {
	width: 35%;
    max-width: 500px;
    position: absolute;
    top: 55%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); 
	transform: translate(-50%, -50%);
    z-index: 3;
}
.top-image-l .txt h1 {
    width: 100%;
    position: absolute;
    font-size: clamp(1.4rem, 2vw, 2.6rem);
    line-height: 100%;
    text-align: center;
    top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); 
	transform: translate(-50%, -50%);
    z-index: 3;
}
.top-image-l .txt h1 span {
    display: block;
    color: #FFF;
    line-height: 160%;
    margin-top: .6em;
}
.top-image-l .txt h1 img {
    width: 90%;
	max-width: 350px;
	height: auto;
}
.top-image-l .bg {
    width: 35%;
    max-width: 500px;
    position: absolute;
    top: 55%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); 
	transform: translate(-50%, -50%);
    z-index: 2;
    
    mix-blend-mode: multiply;
}
.top-image-l .bg::before {
    content: " ";
	display: block;
    position: relative;
    width: 100%;
    background-color: #009195;
    padding-top: 48%;
    z-index: 1;
}
.top-image-l .photo {
	width: 100%;
    position: relative;
    overflow: hidden;
}

.top-image img,.top-image-l img {
    width: 100%;
	max-width: 100%;
	height: auto;
}

/* section title */

.section-title {
    text-align: center;
    background-image: url("../../images/border.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto;
    padding-bottom: 40px;
}


@media only screen and (min-width:1px) and (max-width: 768px) {
	
    
    .top-image .txt {
        width: 45%;
    }
    .top-image .bg {
        width: 45%;
    }
	.top-image .photo {
        width: 100%;
        position: relative;
    }
    .top-image .photo::before {
        content: " ";
        display: block;
        position: absolute;
        width: 5%;
        z-index: 1;
    }
    .top-image .photo img {
        width: 130%;
        max-width: 130%;
        height: auto;
        margin-left: -15%;
    }
    
    .top-image .txt-sp {
        width: 100%;
        position: relative;
        padding: 10% 0 12%;
    }
    .top-image .txt-sp .txt-sk {
        width: 100%;
        position: relative;
        overflow: hidden;
        transition: all 0.3s;
    }

    .top-image .txt-sp h1 {
        width: 90%;
        color: #FFF;
        font-size: clamp(2rem, 4vw, 4.5rem);
        letter-spacing: 0;
        margin: 2% 0 0 5%;
    }
    .top-image .txt-sp h1 strong {
        color: #00fc81;
        font-size: clamp(2.4rem, 5vw, 5.5rem);
    }
    
    .top-image-l .txt {
        width: 45%;
        max-width: 500px;
        position: absolute;
        top: 65%;
        left: 50%;
    }
    .top-image-l .bg {
        width: 45%;
        max-width: 500px;
        position: absolute;
        top: 65%;
        left: 50%;
    }
    
    .section-title {
        text-align: center;
        background-image: url("../../images/border.png");
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: 100% 4px;
        padding-bottom: 5%;
    }
}

@media only screen and (min-width:1px) and (max-width: 568px) {
	

}
	
@media only screen and (min-width:1px) and (max-width: 480px) {
	

}

