@charset "utf-8";

.content1460 {
	max-width: 1460px;
	width: calc(100% - 40px);
	margin: 0 auto;
}

.titH3 {
	font-size: 4.5rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 6rem;
}


.box {
	padding: 6% 0;
	overflow: hidden;
}

.box .row {
	margin-bottom: 10rem;
}

.box .row:last-of-type {
	margin-bottom: 0;
}

.box .row .txt h4 {
	font-size: 2.5rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin-bottom: 3rem;
	line-height: 1.4;
}

.box .row .txt p {
	font-size: 1.8rem;
}







.mv {
	position: relative;
}

.mv h1 {
	position: absolute;
	top: 2rem;
	left: 2rem;
	overflow: hidden;
}

.mv h1 span {
	transition: 1.2s ease-in-out .3s; 
	transform-origin: left; 
	display: block; 
	transform: translate3d(0,100%,0) skewY(0); 
	-webkit-transform: translate3d(0,100%,0) skewY(0);
}

.mv h1.is-view span {
	transform: translate3d(0,0,0) skewY(0);
}

.mv h2 {
	color: #fff;
	font-size: 7rem;
	letter-spacing: 0.1em;
	position: absolute;
	top: 50%; 
	transform: translateY(-50%); 
	-webkit-transform: translateY(-50%);
	width: 95%;
	text-align: center;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.mv p {
	color: #fff;
	width: 85%;
	max-width: 750px;
	font-size: 1.8rem;
	line-height: 2;
	position: absolute;
	top: 68%;
	left: 28%;
}





#box1 {
	background: url(../images/common/bg.jpg) repeat-y center center / 100% auto;
	color: #fff;
}

#box1 .row .img {
	width: 27.88%;
}

#box1 .row .txt {
	width: 68%;
}

#box1 .row .tit {
	margin-bottom: 3rem;
}

#box1 .row .tit span {
	display: block;
}

#box1 .row .tit span:nth-child(1) {
	font-size: 3rem;
	letter-spacing: 0.1em;
	font-weight: bold;
}

#box1 .row .info1 {
	margin-bottom: 3rem;
	padding-bottom: 3rem;
	border-bottom: 1px solid #fff;
	letter-spacing: 0.05em;
}

#box1 .row .info1 p {
	margin-bottom: 1rem;
	justify-content: flex-start;
}

#box1 .row .info1 p:last-of-type {
	margin-bottom: 0;
}

#box1 .row .info1 p span:nth-child(1) {
	width: 200px;
}

#box1 .row .info1 p span:nth-child(2) {
	position: relative;
	width: calc(100% - 200px);
	padding-left: 5rem;
}

#box1 .row .info1 p span:nth-child(2)::before {
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	left: 0;
	top: 50%; 
	transform: translateY(-50%); 
	-webkit-transform: translateY(-50%);
}

#box1 .row1 .img {
	width: 55.83%;	
}

#box1 .row1 .txt {
	width: 40%;
	padding-top: 5%;
}

#box1 .icCrab {
	margin-top: 10rem;
	text-align: center;
}






#box2 {
	background: #F2EEDC;
}

#box2 .titH3 {
	font-size: 3rem;
}

#box2 .row .img {
	width: 44.18%;
}

#box2 .row .txt {
	width: 52%;
}



#box3 .titH3{
	font-size: 3rem;
	letter-spacing: unset;
}

#box3 .img {
	width: 50.21%;
}

#box3 .img .videoWrap {
  position: relative;
  padding-bottom: 56.25%;
}

#box3 .img .videoWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


#box3 .txt {
	width: 45%;
}

#box3 .txt .tit {
	font-size: 2rem;
	font-weight: 500;
}

#box3 .txt a {
	position: relative;
}

#box3 .txt a:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background: #000;
	display: block;
	transition: .3s;
}

#box3 .txt a:hover:before {
	width: 100%;
}


/* MEDIA */

@media (max-width: 1600px){
    h1 img {
    	width: 320px;
    }

    .mv h2 {
    	font-size: 6rem;
    }

    .mv p {
    	left: 0;
    	right: 0;
    	margin: 0 auto;
    }
}   



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

	.titH3 br {
		display: none;
	}

	.box .row .txt h4 br {
		display: none;
	}

	h1 img {
    	width: 300px;
    }

	

	.mv h2 {
		margin-bottom: 8%;
		font-size: 5vw;
	}

	.mv p {
		font-size: 1.6rem;
		line-height: 1.8;
	}


	#box1 .row .tit span:nth-child(1) {
		font-size: 2.4rem;
	}

	#box1 .icCrab {
		margin-top: 8%;
	}

	#box1 .row1 .txt {
		padding: 0;
	}

	
}


@media (max-width: 1024px) and (min-width: 768px) {
    .mv p {
		left: 5%;
	}
}



@media (max-width: 767px){
	.titH3 {
		font-size: 2.6rem;
		margin-bottom: 4rem;
	}

	.box {
		padding: 6rem 0;
	}

	.box .row {
		margin-bottom: 6rem;
	}
	
	.box .row .img {
		width: 100% !important;
		text-align: center;
		margin-bottom: 2rem;
	}

	.box .row .txt {
		width: 100% !important;
	}

	.box .row .txt h4 {
		font-size: 2.2rem;
	}

	.box .row .txt p {
		font-size: 1.6rem;
	}

	.mv h1 {
		width: 70%;
		z-index: 99;
	}

	.mv h2 {
		font-size: min(7rem, 8vw);
	}

	.mv p {
		font-size: 1.4rem;
		line-height: 1.6;
		top: auto;
		bottom: 2rem;
		width: 90%;
		margin: 0 auto;
	}





	#box1 .icCrab {
		margin-top: 5%;
	}

	#box1 .row .info1 {
		font-size: 1.3rem;
	}

	#box1 .row .info1 p span:nth-child(1) {
		width: 140px;
	}

	#box1 .row .info1 p span:nth-child(2) {
		width: calc(100% - 140px);
		padding-left: 3rem;
	}

	#box1 .row .tit span:nth-child(1) {
		font-size: min(2rem, 5vw);
	}

	#box1 .row .info1 p {
		font-size: 1.4rem;
	}
}