@charset "UTF-8";


/*========================================

  indexページ

========================================*/




/*========================================

  loader

========================================*/
#WrapPage {
	opacity: 0;
	min-width: 1200px;
	background: #461039;
	overflow: hidden;
}

@media screen and (max-width: 767px) {
	#WrapPage {
		min-width: 100vw;
	}
}


#loader-bg {
	position: fixed;
	z-index: 10001;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background: #461039;
}

#loader {
	position: absolute;
	z-index: 10002;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 30vw;
	height: 30vw;
	display: none;
	margin: auto;
	text-align: center;
	color: #999;
}

@media screen and (min-width: 1600px) {
	#loader {
		width: 475px;
		height: 475px;
	}
}



#loader img {
	width: 30vw;
	height: 30vw;
	max-width: 475px;
	max-height: 475px;
}

@media screen and (max-width: 767px) {
	#loader {
		width: 50vw;
		height: 50vw;
		top: 40vw;
		bottom: auto;
		margin-top: 0;
	}

	#loader img {
		width: 50vw;
		height: 50vw;
	}
}

/*===== index =====*/
.video-container {
	position: relative;
	margin: 0 auto;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
}

.video-wrap {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100vh;
	background: url(../mov/main.jpg) no-repeat center center/cover;
	z-index: 0;
}

.video-container::before,
.video-container::after {
	position: absolute;
	display: block;
	content: "";
	background-repeat: no-repeat;
	background-size: cover;
	width: calc(57.6vw * .5);
	height: calc(65.1vw * .5);
	max-width: 576px;
	max-height: 651px;
	z-index: 10;
}

.video-container::before {
	background-image: url(../img/momiji_l.png);
	top: 0;
	left: 0;
}

.video-container::after {
	background-image: url(../img/momiji_r.png);
	top: 0;
	right: 0;
}

@media screen and (max-width: 767px) {

	.video-container::before,
	.video-container::after {
		width: calc(57.6vw * .8);
		height: calc(65.1vw * .8);
	}
}




video {
	min-width: 100%;
	min-height: 100vh;
	position: absolute;
}

/*画面サイズが変わっても常に動画の中央が表示されるようにする*/
/*動画よりも画面が横に長くなるとき用*/
@media (aspect-ratio: 12/5),
(min-aspect-ratio: 12/5) {
	video {
		width: 100%;
		top: 50%;
		transform: translateY(-50%);
	}
}

/*動画よりも画面が縦に長くなるとき用*/
@media (max-aspect-ratio: 12/5) {
	video {
		height: 100%;
		left: 50%;
		transform: translateX(-50%);
	}
}



@media screen and (max-width: 767px) {
	.video-wrap {
		height: 110vw;
	}

	video {
		min-height: 110vw;
	}
}




main {
	position: relative;
	padding-top: 0 !important;
}


/*
#cboxWrapper {
	background-color:#fff;
	border-radius:20px;
	box-shadow:0 0 10px rgba(0, 0, 0, .2);
	padding:20px;
	box-sizing:border-box;
}
	*/

#cboxLoadedContent {
	border-radius: 20px;
}

#cboxOverlay {
	background-color: #202 !important;
}


.newsbox {
	padding: 40px;
}

.newsbox h3 {
	margin-top: 0;
	font-size: 22px;
	padding-bottom: .2em;
	border-bottom: 2px solid #461039;
	color: #461039;
	font-weight: bold;
}

.newsbox .data {
	text-align: right;
	font-size: 15px;
	margin-top: .5em;
}

.newsbox .txtbox {
	margin-top: 1em;
}

.newsbox .txtbox p {
	margin-top: 1em;
}


@media screen and (max-width: 767px) {
	.newsbox {
		padding: 7vw;
	}

	.newsbox h3 {
		font-size: 4.6vw;
	}

	.newsbox .data {
		font-size: 3.2vw;
	}

	.newsbox .txtbox p {
		font-size: 3.6vw;
	}
}

/* 共通 */
.bg_p {
	background-color: #ece7eb;
}

.com_h2 {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
	background-color: #461039;
	padding: .5em 1.5em;
}

@media screen and (max-width: 767px) {
	.com_h2 {
		font-size: 5.2vw;
		text-align: center;
		padding: .5em 1.5em;
	}
}


/* hero */
#hero {
	background-image: url(../img/hero_img_pc.jpg);
	background-size: cover;
	height: 58.8vw;
}

#hero h1 {
	display: none;
}



/* sec001 */
#sec001 {
	padding-top: 50px;
	padding-bottom: 50px;
}

#sec001 .box {
	width: 940px;
	margin: 0 auto;
	border-radius: 20px;
	background-color: #f9f5ef;
	padding: 20px 50px 50px 50px;
}

#sec001 .box ul li {
	display: flex;
	list-style: none;
	border-bottom: 4px dotted #000;
	padding: 1.5em 0;
}

#sec001 .box ul li span {
	position: relative;
	display: inline-block;
	width: 170px;
	font-size: 20px;
	box-sizing: border-box;
	padding-left: 50px;
}

#sec001 .box ul li span:before {
	position: absolute;
	content: "";
	top: -2px;
	left: 2px;
	display: block;
	width: 35px;
	height: 35px;
	background-image: url(../img/mrk_01.svg);
	background-size: 100%;
	background-repeat: no-repeat;
}

#sec001 .box ul li a {
	width: 670px;
	display: block;
	font-size: 20px;
}

#sec001 .box ul li a:hover {
	opacity: .7;
	transition: .3s;
}

@media screen and (max-width: 767px) {
	#sec001 {
		padding-top: 5vw;
		padding-bottom: 10vw;
	}

	#sec001 .box {
		width: 90%;
		margin: 0 auto;
		border-radius: 3vw;
		padding: 3vw 5vw 5vw 5vw;
	}

	#sec001 .box ul li {
		display: block;
		border-bottom: 4px dotted #000;
	}

	#sec001 .box ul li span {
		position: relative;
		display: block;
		width: 100%;
		font-size: 3.8vw;
		padding-left: 0;
	}

	#sec001 .box ul li span:before {
		position: absolute;
		content: "";
		top: 6vw;
		left: auto;
		right: 0;
		display: block;
		width: 6vw;
		height: 6vw;
		background-image: url(../img/mrk_01.svg);
		background-size: 100%;
		background-repeat: no-repeat;
	}

	#sec001 .box ul li a {
		width: 100%;
		display: block;
		font-size: 3.6vw;
		text-align: justify;
		text-justify: inter-ideograph;
		padding-right: 10vw;
	}
}



/* sec002 */
#sec002 {
	padding-top: 100px;
	padding-bottom: 40px;
}

#sec002 .ttl {
	display: flex;
	align-items: flex-start;
}

#sec002 .ttl.t_1 {
	align-items: center;
}

#sec002 .ttl h2 {
	margin-right: 20px;
}

#sec002 .ttl p {
	font-size: 16px;
	line-height: 1.6em;
}

#sec002 .ttl p .purple {
	color: #c7b7c3;
}

#sec002 .ttl p .purple::before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 15px;
	background-image: url(../img/mrk_02.svg);
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
}

#sec002 .ttl p strong {
	display: block;
	color: #e50011;
	font-size: 12px;
	margin-top: -.3em;
	margin-bottom: 20px;
}

#sec002 .d01 {
	display: block;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 100px;
}

#sec002 .box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#sec002 .box .item {
	width: 470px;
	margin-bottom: 60px;
}

#sec002 .box .item h3 {
	margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
	#sec002 {
		padding-top: 10vw;
		padding-bottom: 2vw;
	}

	#sec002 .ttl {
		display: block;
		flex-direction: column;
	}

	#sec002 .ttl h2 {
		margin-right: 0;
	}

	#sec002 .ttl p {
		margin-top: .5em;
		font-size: 3.6vw;
	}

	#sec002 .ttl p .purple::before {
		content: "";
		display: inline-block;
		width: calc(14vw * .3);
		height: calc(15vw * .3);
		background-image: url(../img/mrk_02.svg);
		background-size: contain;
		vertical-align: middle;
		background-repeat: no-repeat;
	}

	#sec002 .ttl p strong {
		font-size: 2.8vw;
		margin-top: 0;
		margin-bottom: 3vw;
	}

	#sec002 .d01 {
		margin-top: 5vw;
		margin-bottom: 10vw;
	}

	#sec002 .box {
		flex-direction: column;
	}

	#sec002 .box .item {
		width: 100%;
		margin-bottom: 8vw;
	}

	#sec002 .box .item h3 {
		margin-bottom: 3vw;
	}

	#sec002 .box .item h3 img {
		height: 8vw;
	}
}



/* sec003 */
#sec003 {
	padding-top: 100px;
	padding-bottom: 100px;
}

#sec003 h2 {
	display: inline-block;
}

#sec003 .h3_box {
	display: flex;
	align-items: center;
	position: relative;
	margin-top: 60px;
	margin-bottom: 20px;
}

#sec003 .h3_box:after {
	content: "";
	display: block;
	flex-grow: 1;
	height: 2px;
	background-color: #461039;
	margin-left: 1em;
}

#sec003 .h3_box h3 {
	position: relative;
	color: #461039;
	font-size: 20px;
	font-weight: bold;
	padding-left: 55px;
	white-space: nowrap;
}

#sec003 .h3_box h3::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	display: block;
	width: 45px;
	height: 30px;
	background-size: contain;
	background-repeat: no-repeat;
}

#sec003 .h3_box .t01::before {
	background-image: url(../img/mrk_03.svg);
}

#sec003 .h3_box .t02::before {
	background-image: url(../img/mrk_04.svg);
}

#sec003 .h3_box .t03::before {
	background-image: url(../img/mrk_05.svg);
}

#sec003 .h3_box .t04::before {
	background-image: url(../img/mrk_06.svg);
}

#sec003 .scroll {
	display: block;
	text-align: center;
}

@media screen and (max-width: 767px) {
	#sec003 {
		padding-top: 10vw;
		padding-bottom: 10vw;
	}

	#sec003 h2 {
		display: block;
		margin-bottom: 2vw;
	}

	#sec003 .h3_box {
		position: relative;
		width: 100%;
		margin-top: 12vw;
		margin-bottom: 3vw;
	}


	#sec003 .h3_box h3 {
		position: relative;
		font-size: 5vw;
		padding-left: 14vw;
	}

	#sec003 .h3_box h3::before {
		position: absolute;
		content: "";
		top: 0;
		left: 0;
		display: block;
		width: calc(45vw * .25);
		height: calc(30vw * .25);
		background-size: contain;
		background-repeat: no-repeat;
	}

	#sec003 .scroll {
		overflow-y: scroll;
		width: 95vw;
		margin-top: 5vw;
		padding-bottom: 5vw;
	}

	#sec003 .scroll img {
		width: 200vw;
		max-width: 200vw;
	}

	#sec003 .scroll.sc02 img {
		width: 150vw;
		max-width: 150vw;
	}

	#sec003 .scroll.sc03 img {
		width: 160vw;
		max-width: 160vw;
	}

	#sec003 .scroll.sc04 img {
		width: 170vw;
		max-width: 170vw;
	}
}



/* sec004 */
#sec004 {
	padding-top: 100px;
	padding-bottom: 100px;
}

#sec004 h2 {
	display: inline-block;
}

#sec004 .box {
	margin-top: 20px;
	margin-bottom: 60px;
}

#sec004 .box h3 {
	color: #461039;
	font-size: 20px;
	font-weight: bold;
}

#sec004 .box span {
	display: block;
	margin-top: 20px;
}

#sec004 .ttl {
	display: flex;
	align-items: flex-start;
	align-items: center;
}

#sec004 .ttl h2 {
	margin-right: 20px;
}

#sec004 .ttl p {
	color: #e50011;
	font-size: 16px;
}

#sec004 .t01 {
	display: block;
	margin-top: 20px;
	margin-bottom: 60px;
}

#sec004 .box2 {
	flex-wrap: wrap;
	margin-top: 20px;
}

#sec004 .box2 .item {
	width: 470px;
	text-align: center;
	margin-bottom: 60px;
}

#sec004 .box2 .item h4 {
	display: inline-block;
	color: #461039;
	font-size: 24px;
	font-weight: bold;
	border-radius: 100vh;
	background-color: #fff;
	border: 3px solid #461039;
	padding: .3em 1.5em;
}

#en #sec004 .box2 .item h4 {
	font-size: 20px;
	padding-right: .8em;
	padding-left: .8em;
}

#sec004 .box2 .item span {
	display: block;
	margin-top: 20px;
}

#sec004 .box3 {
	margin-top: 40px;
}

#sec004 .box4 {
	margin-top: 60px;
}

#sec004 .box4 .innr {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

#sec004 .box4 .innr .item {
	width: 300px;
	text-align: center;
	margin: 0 15px;
}

#sec004 .box4 .innr .item h4 {
	margin-bottom: 20px;
}

#sec004 .box4 .innr .item span img {
	height: 365px;
}

#sec004 .box4 .innr .item p {
	font-size: 13px;
	margin-top: 2em;
}

@media screen and (max-width: 767px) {
	#sec004 {
		padding-top: 10vw;
		padding-bottom: 60vw;
	}

	#sec004 h2 {
		display: block;
	}

	#sec004 .box {
		margin-top: 3vw;
		margin-bottom: 7vw;
	}

	#sec004 .box h3 {
		font-size: 3.8vw;
	}

	#sec004 .box span {
		margin-top: 2vw;
	}

	#sec004 .ttl {
		display: block;
		flex-direction: column;
	}

	#sec004 .ttl h2 {
		margin-right: 0;
	}

	#sec004 .ttl p {
		font-size: 3.6vw;
		margin-top: .8em;
		text-align: center;
	}

	#sec004 .t01 {
		display: block;
		margin-top: 2vw;
		margin-bottom: 7vw;
	}

	#sec004 .box2 {
		margin-top: 0;
	}

	#sec004 .box2 .item {
		width: 100%;
		margin-top: 3vw;
		margin-bottom: 7vw;
	}

	#sec004 .box2 .item h4 {
		font-size: 4vw;
		border: 2px solid #461039;
		padding: .3em 1.5em;
	}

	#en #sec004 .box2 .item h4 {
		font-size: 3.4vw;
		padding: .3em 1em;
	}

	#sec004 .box2 .item span {
		display: block;
		margin-top: 3vw;
	}

	#sec004 .box2 .item span img {
		width: 90%;
		margin: 0 auto;
	}

	#sec004 .box3 {
		margin-top: 3vw;
	}

	#sec004 .box4 {
		margin-top: 10vw;
	}

	#sec004 .box4 .innr {
		flex-direction: column;
		margin-top: 0;
	}

	#sec004 .box4 .innr .item {
		width: 80%;
		margin: 0 auto;
		margin-top: 5vw;
	}

	#sec004 .box4 .innr .item h4 {
		margin-bottom: 3vw;
	}

	#sec004 .box4 .innr .item span img {
		height: 70vw;
	}

	#sec004 .box4 .innr .item p {
		font-size: 3.6vw;
		margin-top: .5em;
	}
}