/* Y'S GEAR : aquacruise.css */




/*======================================================================*
 *  [ mainBox ]
 *======================================================================*/

.mainBox {
	position: relative;
	padding-top: 30.6122449%;
	background: url(../img/main.jpg) center center no-repeat;
	background-size: cover;
}
.mainBox p {
	position: absolute;
	top: 34%;
	left: 35px;
	width: 53.571422857%;
}


/*======================================================================*
 *  [ ttlBox ]
 *======================================================================*/

.ttlBox {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	margin-bottom: 40px;
	padding: 20px;
	background: #000;
}

.ttlBox div {
	width: 7.5%;
}

.ttlBox h2 {
	width: 92.5%;
	padding-left: 20px;
	box-sizing: border-box;
	color: #fff;
	font-size: 2.3rem;
	line-height: 1.2;
}
.ttlBox h2 b {
	color: #ff0014;
}


/*======================================================================*
 *  [ descBox ]
 *======================================================================*/

.descBox {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	margin-bottom: 50px;
	background: url(../img/arrow_right_gray.png) 47% center no-repeat;
	background-size: 10.20408163% auto;
}

.descBox p {
	width: 40.81632653%;
}
.descBox figure {
	width: 44.3877551%;
}


/*======================================================================*
 *  [ guardWrap ]
 *======================================================================*/

.guardWrap {
	margin-bottom: 100px;
}

.guardWrap h3 {
	margin-bottom: 30px;
	padding: 15px 35px;
	background: #184675;
	color: #fff;
	font-size: 2.6rem;
	line-height: 1;
}
.guardWrap h3 b, 
.guardWrap h3 span {
	display: inline-block;
}
.guardWrap h3 b {
	color: #fff100;
}
.guardWrap h3 span {
	font-size: 2.2rem;
	font-weight: normal;
}

/* [ 画像とテキスト ] */
.guardWrap .txtBox {
	display: -webkit-flex;
	display: flex;
	margin-bottom: 50px;
	padding: 0 35px;
}
.guardWrap .txtBox figure {
	width: 55%;
}
.guardWrap .txtBox p {
	width: 45%;
	padding-left: 20px;
	box-sizing: border-box;
	font-size: 1.6rem;
	line-height: 1.6;
}

/* [ 画像と画像 ] */
.guardWrap .imgBox {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	padding: 0 35px;
	background: url(../img/arrow_right_red.png) center center no-repeat;
	background-size: 2.857142857% auto;
}
.guardWrap .imgBox figure {
	width: 46.7032967%;
}


/*======================================================================*
 *  [ movieBox ]
 *======================================================================*/

.movieBox {
	margin: 0 35px 60px 35px;
	padding: 25px;
	background: #d2d2d2;
}

.movieBox h3 {
	margin-bottom: 30px;
	font-size: 2.6rem;
	text-align: center;
}
.movieBox h3 span {
	display: inline-block;
	border-bottom: 4px solid #184675;
}

.movieBox div {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.movieBox div iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}


/*======================================================================*
 *  [ itemButton ]
 *======================================================================*/

a.itemButton {
	display: flex;
	align-items: center;
	gap: 10px;
	position: relative;
	width: min(600px, calc(100% - 40px));
	margin: 0 auto 75px auto;
	padding: 10px 30px 10px 10px;
	border: 5px solid #ddd;
	box-sizing: border-box;
}
a.itemButton::after {
	position: absolute;
	top: 50%;
	right: 15px;
	width: 12px;
	height: 12px;
	margin-top: -7px;
	border-top: 3px solid #ddd;
	border-right: 3px solid #ddd;
	content: "";
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
a.itemButton img {
	width: 140px;
}
a.itemButton p {
	font-size: 2rem;
	font-weight: bold;
}
a.itemButton p span {
	display: inline-block;
}


/*======================================================================*
 *  [ lineupButton ]
 *======================================================================*/

a.lineupButton {
	display: block;
	position: relative;
	max-width: 400px;
	margin:  75px auto;
	padding: 15px 20px;
	border-radius: 4px;
	box-sizing: border-box;
	background: #000;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
a.lineupButton:hover, 
a.lineupButton:active {
	background: #666;
	color: #fff !important;
}
.lineupButton::after {
	position: absolute;
	top: 50%;
	right: 15px;
	width: 12px;
	height: 12px;
	margin-top: -7px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	content: "";
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.lineupButton span, 
.lineupButton b {
	display: inline-block;
}
.lineupButton span {
	font-size: 1.4rem;
}
.lineupButton b {
	font-size: 2.2rem;
}


/*======================================================================*
 *  [ Media Queries 980 ] 
 *======================================================================*/

@media screen and (max-width: 980px) {
	
	.contentsWidth {
		padding: 0 !important;
	}
	
	
	/*==================================================================*
	 *  [ mainBox ]
	 *==================================================================*/
	
	.mainBox p {
		left: 20px;
	}
	
	
	/*==================================================================*
	 *  [ descBox ]
	 *==================================================================*/
	
	.descBox {
		padding: 0 20px;
	}
	
	
	/*==================================================================*
	 *  [ guardWrap ]
	 *==================================================================*/
	
	.guardWrap h3 {
		padding: 15px 20px;
	}
	
	/* [ 画像とテキスト ] */
	.guardWrap .txtBox {
		padding: 0 20px;
	}
	
	/* [ 画像と画像 ] */
	.guardWrap .imgBox {
		padding: 0 20px;
	}
	
	
	/*==================================================================*
	 *  [ movieBox ]
	 *==================================================================*/
	
	.movieBox {
		margin-right: 20px;
		margin-left: 20px;
	}
	
} /* */


/*======================================================================*
 *  [ Media Queries 768 ] 
 *======================================================================*/

@media screen and (max-width: 768px) {
	
	/*======================================================================*
	 *  [ guardWrap ]
	 *======================================================================*/
	
	.guardWrap h3 {
		text-align: center;
	}
	
} /* */


/*======================================================================*
 *  [ Media Queries 568 ] 
 *======================================================================*/

@media screen and (max-width: 568px) {
	
	/*==================================================================*
	 *  [ mainBox ]
	 *==================================================================*/
	
	.mainBox {
		padding-top: 56.25%;
	}
	.mainBox p {
		top: 40%;
		left: 10px;
		width: 70%;
	}
	
	
	/*======================================================================*
	 *  [ ttlBox ]
	 *======================================================================*/
	
	.ttlBox {
		display: block;
		padding: 20px 10px;
	}
	
	.ttlBox div {
		width: 100%;
		margin-bottom: 15px;
		text-align: center;
	}
	.ttlBox div img {
		width: 72px;
	}
	
	.ttlBox h2 {
		text-align: center;
	}
	
	
	/*==================================================================*
	 *  [ descBox ]
	 *==================================================================*/
	
	.descBox {
		display: block;
		padding: 0 10px;
		background: url(../img/arrow_bottom_gray.png) center 165px no-repeat;
		background-size: 30% auto;
	}
	
	.descBox p {
		margin-bottom: 25%;
		width: 100%;
		text-align: center;
	}
	.descBox p img {
		width: 100%;
		max-width: 300px;
	}
	
	.descBox figure {
		width: 100%;
	}
	
	
	/*======================================================================*
	 *  [ guardWrap ]
	 *======================================================================*/
	
	.guardWrap {
		margin-bottom: 75px;
	}
	
	.guardWrap h3 {
		margin-bottom: 20px;
		padding: 15px 10px;
		font-size: 2.2rem;
	}
	.guardWrap h3 span {
		font-size: 1.8rem;
	}
	
	/* [ 画像とテキスト ] */
	.guardWrap .txtBox {
		display: block;
		margin-bottom: 30px;
		padding: 0 10px;
	}
	.guardWrap .txtBox figure {
		width: 100%;
		margin-bottom: 15px;
	}
	.guardWrap .txtBox figure img {
		width: 100%;
	}
	.guardWrap .txtBox p {
		width: 100%;
		padding-left: 0;
	} 
	
	/* [ 画像と画像 ] */
	.guardWrap .imgBox {
		display: block;
		padding: 0 10px;
		background: url(../img/arrow_bottom_red.png) center center no-repeat;
		background-size: 12% auto;
	}
	.guardWrap .imgBox figure {
		width: 100%;
	}
	.guardWrap .imgBox figure + figure {
		margin-top: 12%;
	}
	
	
	/*==================================================================*
	 *  [ movieBox ]
	 *==================================================================*/
	
	.movieBox {
		margin-right: 0;
		margin-left: 0;
		padding: 20px 10px;
	}
	
	.movieBox h3 {
		margin-bottom: 15px;
		font-size: 2.2rem;
	}


	/*======================================================================*
	*  [ itemButton ]
	*======================================================================*/

	a.itemButton {
		width: min(400px, calc(100% - 20px));
		padding: 10px 30px 10px 10px;
	}
	a.itemButton img {
		width: 100px;
	}
	a.itemButton p {
		font-size: 1.6rem;
		font-weight: bold;
	}
	
	
	/*==================================================================*
	 *  [ lineupButton ]
	 *==================================================================*/
	
	a.lineupButton {
		max-width: 260px;
		margin: 50px auto;
	}
	.lineupButton span {
		font-size: 1.4rem;
	}
	.lineupButton b {
		font-size: 1.8rem;
	}
	
} /* */


/*======================================================================*
 *  [ Media Queries 480 ] 
 *======================================================================*/

@media screen and (max-width: 480px) {
	
} /* */