@charset "UTF-8";
/* CSS Document */



/****************************************************************************************************
header
****************************************************************************************************/
#logo,
#wakohre {
	filter: invert(100%) grayscale(100%) brightness(300%);
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	transition: all 300ms;
}
#hnavi .outline a {
	color: #FFF;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	transition: all 300ms;
}
#gNavi > ul > li {
	border-left: 1px solid rgba(255,255,255,0.5);
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	transition: all 300ms;
}
#gNavi > ul > li:nth-last-of-type(1) {
	border-right: 1px solid rgba(255,255,255,0.5);
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	transition: all 300ms;
}
#gNavi > ul > li > a,
#gNavi > ul > li > span {
	color: #FFF;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	transition: all 300ms;
}
#gNavi > ul > li.select > a {
	color: #FFD000;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	transition: all 300ms;
}
#gNavi > ul > li > a span.small {
	color: #FFF;
}

#header.active #logo,
#header.active #wakohre {
	filter: none;
}
#header.active #hnavi .outline a {
	color: #000;
}
#header.active #gNavi > ul > li {
	border-left: 1px solid rgba(0,0,0,0.25);
}
#header.active #gNavi > ul > li:nth-last-of-type(1) {
	border-right: 1px solid rgba(0,0,0,0.25);
}
#header.active #gNavi > ul > li > a,
#header.active #gNavi > ul > li > span {
	color: #A19135;
}
#header.active #gNavi > ul > li.select > a {
	color: #85312E;
}
#header.active #gNavi > ul > li > a span.small {
	color: #000;
}



/****************************************************************************************************
contents
****************************************************************************************************/
#contents {
	overflow: hidden;
}



/****************************************************************************************************
main
****************************************************************************************************/
#main {
	position: relative;
}
#main figure {
	position: relative;
}
#main figure figcaption {
	position: absolute;
	right: 0.8em;
	bottom: 0.8em;
	color: #000;
	font-size: 0.733rem;
	font-weight: bold;
}
#main figure img {
	width: 100%;
}
#main > ul {
	position: absolute;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	left: 1.888vw;
	bottom: 2vw;
	z-index: 100;
}
#price1 img {
	width: 24.166vw;
	height: auto;
}
#price2 img {
	width: 24.444vw;
	height: auto;
}
#price3 img {
	width: 28.388vw;
	height: auto;
}
#yahoo {
	position: absolute;
	right: 20px;
	top: 130px;
	z-index: 100;
}
#yahoo ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
#yahoo ul li + li  {
	margin-left: -10px;
}



/****************************************************************************************************
information
****************************************************************************************************/
#information {
	padding: 60px 0 100px 0;
}
#point {
	margin-bottom: 60px;
}
#info1 {
	margin-bottom:  50px;
}
#info1 div {
	color: #85312C;
	font-size: 3.6rem;
	line-height: 1.2;
}
#info1 h2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #85312C;
	font-size: 5.466rem;
	line-height: 1.2;
}
#info1 h2 .date {
	margin-right: 0.5rem;
	font-size: 2.2rem;
}
#info1 h2 .small {
	margin-left: 0.5rem;
	font-size: 3.6rem;
}
#info1 h3 {
	display: inline-block;
	margin-top: 0.6em;
	padding: 0.5em 1em;
	border: 2px solid rgba(133,49,44,.5);
	color: #85312C;
	font-size: 1.8rem;
	line-height: 1.4;
}
#info1 p {
	margin-top: 1em;
	font-size: 1.333rem;
	line-height: 1.6;
}
#present,
#benefits {
	width: 800px;
	margin: auto;
	margin-bottom:  50px;
	text-align: left;
}
#present p,
#benefits p {
	margin-top: 0.8em;
	font-size: 0.733rem;
	line-height: 1.4;
}
#campaign {
	width: 800px;
	margin: auto;
	margin-bottom:  50px;
	text-align: left;
}
#request-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px;
	max-width: 1200px;
	margin: 0 auto 0 auto;
}
#movie-block {
	margin-top: 60px;
}
#movie-block h2 {
	font-size: 2.533rem;
	line-height: 1.6;
}
.movie-box {
	margin-top: 20px;
}



/****************************************************************************************************
mg
****************************************************************************************************/
.information {
	position: relative;
	width: 1200px;
	margin: auto;
	margin-top: 40px;
	margin-bottom: 40px;
	z-index: 30;
}
.information h3 {
	padding: 1.2em;
	background: #9D9061;
	color: #FFF;
	font-size: 1.266rem;
	line-height: 1.8;
}
.information div {
	padding: 1.2em;
	background: rgba(255,255,255,.9);
	border: 1px solid #CCCCCC;
	color: #000;
	font-size: 1.266rem;
	line-height: 1.8;
}



/****************************************************************************************************
index
****************************************************************************************************/
#index {
}
.index-block {
	border-top: 4px solid #776C26;
}
.index-block a {
	display: block;
	position: relative;
}
.index-block figure::before {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background: url(../img/top/shadow.png);
	mix-blend-mode: screen;
	opacity: 1;
	z-index: 0;
}
.index-block figure {
	position: relative;
}
.index-block figure img {
	object-fit: cover;
	width: 100%;
	height: 700px;
}
.index-block figure figcaption {
	position: absolute;
	right: 1em;
	bottom: 0.6em;
	color: #FFF;
	font-size: 0.866rem;
	font-weight: bold;
	line-height: 1.4;
	text-shadow:
		0px 0px 10px rgba(0,0,0,1),
		0px 0px 10px rgba(0,0,0,1);
}
.index-block .text-box {
	position: absolute;
	left: 0;
	top: 40px;
	min-width: 30vw;
}
.index-block .text-box .inner {
	position: relative;
	padding: 35px 35px 35px 35px;
	background: rgba(255,255,255,.85);
	text-align: left;
}
.index-block .text-box .inner::after {
	position: absolute;
	content: "";
	display: block;
	right: 0;
	top: 0;
	width: 200px;
	height: 100%;
	-webkit-transform: translate(100%, 0);
	transform: translate(100%, 0);
	background-image: linear-gradient(90deg, rgba(255, 255, 255, .85), rgba(255, 255, 255, 0));
}
.index-block .text-box h3 {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 0.5em;
	padding-bottom: 0.4em;
	border-bottom: 1px solid rgba(159,145,51,.5);
	color: #8E7C56;
	font-size: 3.066rem;
	line-height: 1.0;
	z-index: 10;
}
.index-block .text-box h3::after {
	position: absolute;
	content: "";
	display: block;
	right: 0;
	bottom: -1px;
	width: 200px;
	height: 1px;
	-webkit-transform: translate(100%, 0);
	transform: translate(100%, 0);
	background-image: linear-gradient(90deg, rgba(142,124,86, .5), rgba(142,124,86, 0));
}
.index-block .text-box h3 span {
	margin: 0 1em;
	font-size: 1.333rem;
}
.index-block .text-box p {
	font-size: 1.6rem;
	line-height: 1.5;
}
.index-block .text-box p.more {
	color: #8E7C56;
}
/*
.index-block#position figure figcaption,
.index-block#design figure figcaption,
.index-block#collaboration figure figcaption,
.index-block#plan figure figcaption {
	right: auto;
	left: 1em;
}
.index-block#position .text-box,
.index-block#design .text-box,
.index-block#collaboration .text-box,
.index-block#plan .text-box {
	left: auto;
	right: 0;
}
.index-block#position .text-box .inner,
.index-block#design .text-box .inner,
.index-block#collaboration .text-box .inner,
.index-block#plan .text-box .inner {
	text-align: right;
}
.index-block#position .text-box .inner::after,
.index-block#design .text-box .inner::after,
.index-block#collaboration .text-box .inner::after,
.index-block#plan .text-box .inner::after {
	right: auto;
	left: 0;
	-webkit-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
	background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .85));
}
.index-block#position .text-box h3,
.index-block#design .text-box h3,
.index-block#collaboration .text-box h3,
.index-block#plan .text-box h3 {
	-webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.index-block#position .text-box h3::after,
.index-block#design .text-box h3::after,
.index-block#collaboration .text-box h3::after,
.index-block#plan .text-box h3::after {
	right: auto;
	left: 0;
	-webkit-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
	background-image: linear-gradient(90deg, rgba(142,124,86, 0), rgba(142,124,86, .5));
}
.index-block#position .text-box h3 strong,
.index-block#design .text-box h3 strong,
.index-block#collaboration .text-box h3 strong,
.index-block#plan .text-box h3 strong {
	order: 1;
}
.index-block#position .text-box h3 span,
.index-block#design .text-box h3 span,
.index-block#collaboration .text-box h3 span,
.index-block#plan .text-box h3 span {
	order: 0;
}
*/




@media screen and (max-width: 767px),
screen and (max-width: 960px) and (orientation: landscape) {
	.spLeft {
		text-align: left;
	}
	
	
	/****************************************************************************************************
	main
	****************************************************************************************************/
	#main {
	}
	#main figure figcaption {
		font-size: 0.4rem;
	}
	#main figure img {
		width: 102%;
		margin-left: -1%;
	}
	#main > ul {
		position: absolute;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		left: 1.888vw;
		bottom: 2vw;
	}
	#price1 img {
		width: 24.166vw;
		height: auto;
	}
	#price2 img {
		width: 24.444vw;
		height: auto;
	}
	#price3 img {
		width: 28.388vw;
		height: auto;
	}
	#yahoo {
		right: 1vw;
		top: 8vw;
	}
	#yahoo ul  {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}
	#yahoo ul li + li  {
		margin-left: -1vw;
	}
	#yahoo ul li img  {
		width: 24vw;
	}
		
		
		
	/****************************************************************************************************
	information
	****************************************************************************************************/
	#information {
		padding: 4vw 4vw 4vw 4vw;
	}
	#point {
		margin-bottom: 8vw;
	}
	#info1 {
		margin-bottom:  4vw;
	}
	#info1 div {
		font-size: 1.8rem;
	}
	#info1 h2 {
		-webkit-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 0.1em 0;
		margin-top: 1vw;
		font-size: 2.4rem;
	}
	#info1 h2 .date {
		font-size: 1.0rem;
	}
	#info1 h2 .small {
		margin-left: 0;
		font-size: 1.8rem;
	}
	#info1 h3 {
		margin-top: 0.8em;
		font-size: 1.2rem;
	}
	#info1 p {
		font-size:0.866rem;
	}
	#present,
	#benefits {
		width: 100%;
		margin-bottom: 5vw;
	}
	#present p,
	#benefits p {
		font-size: 0.6rem;
		line-height: 1.4;
	}
	#campaign {
		width: 100%;
		margin-bottom: 5vw;
	}
	#request-box {
		-webkit-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 1vw;
		min-width: initial;
		min-width: auto;
		margin: 3vw 0 0 0;
	}
	#request-box > div {
		width: 100%;
	}
	#request-box > div img {
		width: 100%;
	}
	#movie-block {
		margin-top: 6vw;
	}
	#movie-block h2 {
		font-size: 1.6rem;
	}
	.movie-box {
		margin-top: 4vw;
	}
	
	
	
	/****************************************************************************************************
	mg
	****************************************************************************************************/
	.information {
		width: 100%;
		margin-top: 5vw;
		margin-bottom: 5vw;
	}
	.information h3 {
		font-size: 1.0rem;
	}
	.information div {
		font-size: 1.0rem;
	}
	
	
	
	/****************************************************************************************************
	index
	****************************************************************************************************/
	.index-block {
		border-top-width: 4px;
	}
	.index-block figure img {
		width: 100%;
		height: 42vw;
		object-position: 50% 50%;
	}
	.index-block figure figcaption {
		font-size: 0.533rem;
	}
	.index-block .text-box {
		position: static;
		
	}
	.index-block .text-box .inner {
		padding: 4vw;
		background: rgba(255,255,255,.5);
	}
	.index-block .text-box .inner::after {
		width: 40vw;
	}
	.index-block .text-box h3 {
		font-size: 1.733rem;
	}
	.index-block .text-box h3::after {
		width: 40vw;
	}
	.index-block .text-box h3 span {
		font-size: 0.866rem;
	}
	.index-block .text-box p {
		font-size: 0.933rem;
	}
}

@media screen and (max-width: 960px) and (orientation: landscape) {
}