@charset "utf-8";
/*------------------------------------------------------------
	campaign
------------------------------------------------------------*/
.mainVisual {
	padding: 0 0 77px;
	width: 83.5%;
	margin: 0 auto;
	position: relative;
}
.mainVisual h1 {
	position: relative;
	z-index: 99;
	margin-bottom: 46px;
	font-size: 2.4rem;
	color: #2B2B2B;
	text-align: center;
	font-weight: 400;
	letter-spacing: 0.03em;
	font-family: 'Crimson Text', serif;
}
.mainVisual h1 .en {
	margin-bottom: 5px;
	display: block;
}
.mainVisual h1 .en img {
	width: 232px;
}
.mainVisual .pho {
	position: relative;
}
.mainVisual .pho img {
	width: 100%;
}
.mainVisual .pho:before {
	height: 192px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	content: "";
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.14) 100%);
}
.mainVisual .pho .text {
	position: absolute;
	left: 0;
	bottom: 53px;
	width: 100%;
	display: block;
	text-align: center;
	letter-spacing: 0.13em;
	font-size: 1.6rem;
	line-height: 2.06;
	color: #fff;
}
.mainVisual .pho .text .time {
	margin-top: 14px;
	display: block;
	line-height: 1;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.07em;
	font-family: 'Roboto', sans-serif;
}
.mainVisual .pho .text .time span {
	padding-bottom: 2px;
	display: inline-block;
	border-bottom: 1px solid #fff;
}
.mainVisual .pho .yellow {
	position: absolute;
	left: 31px;
	top: -61px;
	width: 123px;
	height: 123px;
	display: block;
	padding-top: 34px;
	text-align: center;
	font-size: 1.2rem;
	font-weight: 500;
	color: #fff;
	letter-spacing: 0.019em;
	background-color: #B49D60;
	border: 1px solid #fff;
	box-sizing: border-box;
	border-radius: 100px;
}
.mainVisual .pho .yellow span {
	margin-bottom: 3px;
	display: block;
	font-size: 2rem;
	letter-spacing: 0.04em;
	font-weight: 400;
}
.mainVisual .recommend {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: rgba(255, 255, 255, .9);
	height: 40px;
	text-align: center;
	line-height: 40px;
	padding: 0 30px;
	letter-spacing: 0.2rem;
	font-weight: 500;
}
.mainVisual .recommend .en {
	color: #A7963A;
	letter-spacing: 0.08rem;
	font-size: 1.2rem;
	margin: 0 9px 0 0;
}
#main .sec01 {
	margin-bottom: 133px;
}
#main .sec01 .headLine03 {
	margin-bottom: 24px;
	color: #222;
	font-size: 2.8rem;
	letter-spacing: 0.12em;
}
#main .sec01 .topText {
	width: 804px;
	margin: 0 auto;
	font-size: 1.5rem;
	line-height: 2;
	letter-spacing: 0.08em;
}
#main .sec01 .infoBox {
	padding: 117px 0 0;
}
#main .sec01 .infoBox .textBox h3 {
	font-size: 2.7rem;
	font-weight: 400;
	line-height: 1.81;
	letter-spacing: 0.12em;
}
#main .sec01 .infoBox .textBox p {
	font-weight: 400;
	line-height: 2.28;
	letter-spacing: 0.08em;
}
#main .sec01 .btmText {
	text-align: center;
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	font-weight: 500;
	line-height: 2.46;
}
#main .sec02 {
	margin-bottom: 142px;
}
#main .sec02 .pho {
	margin-bottom: 70px;
}
#main .sec02 .pho img {
	width: 100%;
}
#main .sec02 .content {
	width: 800px;
}
#main .sec02 .headLine03 {
	margin-bottom: 24px;
	color: #222;
	font-size: 2.7rem;
	letter-spacing: 0.12em;
}
#main .sec02 p {
	font-weight: 400;
	line-height: 2.28;
	letter-spacing: 0.14em;
}
#main .sec03 {
	margin: 0 auto 165px;
	width: 83.4%;
}
#main .sec03 .headLine03 {
	margin-bottom: 40px;
	color: #222;
	font-size: 2.4rem;
	letter-spacing: 0.17em;
}
#main .sec03 li {
	width: 24%;
	margin-right: 1.33%;
}
#main .sec03 li:nth-child(4n) {
	margin-right: 0;
}
#main .sec03 li a {
	display: block;
}
#main .sec03 li .pho {
	overflow: hidden;
}
#main .sec03 li .pho img {
	width: 100%;
	transition: 0.6s;
}
#main .sec03 li p {
	letter-spacing: 0.13em;
}
.whiteBg #gFooter {
	background-color: rgba(0, 0, 0, 0.06);
}
@media all and (min-width: 768px) {
	#main .sec03 li a:hover img {
		transform: scale(1.07);
	}
}
@media all and (max-width: 767px) {
	.gHeader {
		padding-bottom: 37px;
	}
	.gHeader h1 {
		font-size: 1.9rem;
		letter-spacing: 0.03em;
	}
	.gHeader h1 .en {
		margin-bottom: 6px;
	}
	.mainVisual {
		padding: 0 0 64px;
		width: auto;
	}
	.mainVisual h1 {
		margin-bottom: 15px;
		font-size: 1.8rem;
	}
	.mainVisual h1 .en img {
		width: 200px;
	}
	.mainVisual .pho {
		padding-bottom: 80%;
	}
	.mainVisual .pho:before {
		height: 153px;
		background: linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
		opacity: 0.21;
		z-index: 1;
	}
	.mainVisual .pho img {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		object-fit: cover;
	}
	.mainVisual .pho .text {
		bottom: 0;
		left: 0;
		right: 0;
		padding: 0 15px 22px 25px;
		text-align: left;
		letter-spacing: 0.05em;
		font-size: 1.3rem;
		font-weight: 400;
		line-height: 1.769;
		box-sizing: border-box;
		z-index: 2;
	}
	.mainVisual .pho .text .time {
		margin-top: 9px;
		font-size: 1.3rem;
		font-weight: 500;
		letter-spacing: 0.05em;
	}
	.mainVisual .pho .yellow {
		left: 10px;
		top: -40px;
		width: 79px;
		height: 79px;
		padding-top: 19px;
		font-size: 0.9rem;
		letter-spacing: 0.02em;
	}
	.mainVisual .pho .yellow span {
		margin-bottom: -2px;
		font-size: 1.5rem;
		letter-spacing: 0.02em;
	}
	.mainVisual .recommend {
		padding: 8px;
		width: auto;
		height: auto;
		min-width: 162px;
		min-height: 35px;
		right: auto;
		font-size: 1.2rem;
		line-height: 1.46;
		letter-spacing: 0.05em;
		box-sizing: border-box;
	}
	.mainVisual .recommend .en {
		color: #A7963A;
		margin: 0 5px 0 0;
		font-size: 1rem;
		letter-spacing: 0.05em;
	}
	#main .sec01 {
		margin-bottom: 94px;
	}
	#main .sec01 .headLine03 {
		margin-bottom: 19px;
		font-size: 1.8rem;
		line-height: 1.944;
		letter-spacing: 0.08em;
	}
	#main .sec01 .topText {
		width: auto;
		font-size: 1.3rem;
		letter-spacing: 0.05em;
		line-height: 2;
	}
	#main .sec01 .infoBox {
		padding: 75px 0 0;
	}
	#main .infoBox .pho {
		margin-right: 25px;
		width: auto;
	}
	#main .sec01 .infoBox .textBox h3 {
		font-size: 1.5rem;
		font-weight: 600;
		line-height: 2;
		letter-spacing: 0.1em;
	}
	#main .sec01 .infoBox .textBox p {
		line-height: 1.93;
		letter-spacing: 0.05em;
	}
	#main .sec01 .btmText {
		font-size: 1.3rem;
		line-height: 2.384;
		letter-spacing: 0.05em;
	}
	#main .sec02 {
		margin-bottom: 90px;
	}
	#main .sec02 .pho {
		margin-bottom: 44px;
	}
	#main .sec02 .headLine03 {
		margin-bottom: 22px;
		font-size: 1.8rem;
		letter-spacing: 0.08em;
	}
	#main .sec02 p {
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 1.3rem;
		letter-spacing: 0.05em;
		line-height: 2;
	}
	#main .sec03 {
		margin: 0 25px 90px;
		width: auto;
	}
	#main .sec03 .headLine03 {
		margin-bottom: 15px;
		font-size: 2rem;
	}
	#main .sec03 ul {
		margin-top: -40px;
		justify-content: space-between;
	}
	#main .sec03 li {
		width: 48%;
		margin: 40px 0 0;
	}
	#main .sec03 li p {
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 1.2rem;
		letter-spacing: 0.04em;
		font-weight: 400;
	}
	.comSearch {
		padding-top: 58px;
		padding-bottom: 69px;
	}
}