@charset "utf-8";

/* ---------------------------------------------------------- */
/* スペシャル */
/* ---------------------------------------------------------- */
#relay {
	max-width: 1040px;
	margin: auto;
	padding: 80px 0;
	}

#relay h2 img {
	width: 60%;
	height: auto;
	}

#relay h2.tit2 img {
	width: 44.8%;
	height: auto;
	}

#relay h2.tit3 img {
	width: 49.5%;
	height: auto;
	}

#relay h2.tit4 img {
	width: 51.8%;
	height: auto;
	}

#relay h2 img.sp {
	display: none;
	}

#relay .photo {
	text-align: center;
	margin: 0 auto 40px auto;
	}

#relay .photo img {
	width: 540px;
	}

#relay .box {
	color: #fff;
	margin: 0 auto 40px auto;
	}

#relay .box h3 {
	font-size: 1.6rem;
	font-weight: bold;
	margin: 0 0 10px 0;
	}

#relay .box p {
	margin: 0 0 10px 0;
	}

#relay .box p:last-child {
	margin: 0;
	}

#relay .image {
	text-align: center;
	}

#relay .movie {
	max-width: 800px;
	margin: 30px auto 0 auto;
	}

#relay .movie .youtube {
	height: 0;
	margin: auto;
	padding: 0 0 56.25% 0;
	overflow: hidden;
	position: relative;
	}

#relay .movie .youtube iframe {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	}

#relay .box a {
	color: #fff;
	text-decoration: underline;
	}

#relay .box a:hover {
	text-decoration: none;
	}

#relay .red {color: #ffbeaf;}
#relay .blue {color: #91e6ff;}

#relay .column {
	text-align: center;
	color: #2b2b2b;
	background: #fff;
	border: 5px solid #e6c37d;
	padding: 30px 40px;
	position: relative;
	}

#relay .column::before {
	content: '';
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	background:
		url(../img/common/bg_contents_01.png) top left no-repeat ,
		url(../img/common/bg_contents_02.png) top right no-repeat ,
		url(../img/common/bg_contents_03.png) bottom right no-repeat ,
		url(../img/common/bg_contents_04.png) bottom left no-repeat;
	background-size: 25px 25px;
	border: 1px solid #e6c37d;
	top: 3px;
	left: 3px;
	position: absolute;
	}

#relay .column h3 {
	font-size: 1.6rem;
	font-weight: bold;
	background: #e6c37d;
	margin: 0 0 10px 0;
	background: url(../img/common/bg_sns_left.png) left center no-repeat ,
				url(../img/common/bg_sns_right.png) right center no-repeat;
	background-size: 14px 30px;
	padding: 0 35px;
	display: inline-block;
	}

#relay .column p {
	margin: 0 0 30px 0;
	}

#relay .column p:last-child {
	margin: 0;
	}

#relay .column .name {
	line-height: 1;
	border: 1px solid #e6c37d;
	margin: 0 0 5px 0;
	padding: 5px 20px;
	}

@media (max-width: 768px){
#relay {
	padding: 120px 30px 60px 30px;
	}

#relay h2 img {
	width: 90%;
	}

#relay h2.tit2 img {
	width: 65%;
	}

#relay h2.tit3 img ,
#relay h2.tit4 img {
	width: 99.5%;
	}

#relay .photo img ,
#relay .image img {
	width: 100%;
	}

#relay .column p {
	text-align: left;
	}
}

@media (max-width: 640px){
#relay {
	padding: 80px 20px;
	}

#relay h2 img {
	width: 80%;
	}

#relay h2 img.sp {
	display: inline-block;
	}

#relay h2 img.pc {
	display: none;
	}

#relay h2.tit2 img {
	width: 90%;
	}

#relay .box h3 {
	font-size: 1.4rem;
	}

#relay .column {
	padding: 20px;
	}

#relay .box h3 {
	font-size: 1.4rem;
	}

#relay .column::before {
	background-size: 15px 15px;
	}

#relay .column p {
	margin: 0 0 20px 0;
	}
}