@charset "utf-8";

#page_home {
	position: relative;
}

#page_home:after {
	content: "";
	background-image: url(../img/mv_bg_sp.jpg);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: -2;
}

#page_home img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

#page_home svg {
	display: block;
	width: 100%;
	height: auto;
}

@media (min-width: 768px) {
	
	#page_home:after {
		background-image: url(../img/mv_bg.jpg);
		background-size: 100% auto;
		background-position: center center;
	}

}

/* loader */
.loader {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	background: #FDEDFD;
}

.loader-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

@-webkit-keyframes ball-scale {
	0% {
		-webkit-transform: scale(0);
						transform: scale(0); }
	100% {
		opacity: 0;
		-webkit-transform: scale(1);
						transform: scale(1); } }

@keyframes ball-scale {
	0% {
		-webkit-transform: scale(0);
						transform: scale(0); }
	100% {
		opacity: 0;
		-webkit-transform: scale(1);
						transform: scale(1); } }

.ball-scale > div {
	display: inline-block;
	width: 80px;
	height: 80px;
	margin: 2px;
	border-radius: 100%;
	background-color: #fff;
	-webkit-animation: ball-scale 1s 0s ease-in-out infinite;
					animation: ball-scale 1s 0s ease-in-out infinite;
	-webkit-animation-fill-mode: both;
					animation-fill-mode: both; }


/* mv */

.mv {
	position: relative;
}

.mv-wrapper {
	position: relative;
	width: 92%;
	margin: 0 auto;
	padding: 4.533% 0 36.053%;
}

.mv-petal {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}

.mv-detail {
	display: flex;
	justify-content: space-between;
}

.mv-detail-staff {
	width: 36.811%;
	padding-bottom: 39.68vw;
	z-index: 4;
}

.mv-detail-copy {
	width: 24.057%;
	padding-bottom: 14.4vw;
	z-index: 4;
}

.mv-ttl {
	width: 20%;
	position: absolute;
	top: 41.6vw;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	z-index: 4;
}

.mv-quote {
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 4;
}

.mv-quote-item {
	width: 3.188%;
}

.mv-yokoama {
	width: 29.275%;
	position: absolute;
	bottom: 0;
	left: 8.115%;
	z-index: 2;
}

.mv-sato {
	width: 35.362%;
	position: absolute;
	bottom: 0;
	right: 4.637%;
	z-index: 2;
}

.mv-sakura {
	width:  76.533%;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 3;
}


@media (min-width: 768px) {

	.mv-wrapper {
		width: 94.143%;
		padding: 2.928vw 0 9.736vw;
	}
	
	.mv-detail-staff {
		width: 19.129%;
		padding-bottom: 12.079vw;
	}

	.mv-detail-copy {
		width: 11.586%;
		padding-bottom: 0.366vw;
	}

	.mv-ttl {
		width: 9.642%;
		top: 7.32vw;
		z-index: 4;
	}

	.mv-quote-item {
		width: 1.477%;
	}

	.mv-yokoama {
		width: 16.407%;
		left: 19.985%;
	}

	.mv-sato {
		width: 20.373%;
		right: 18.155%;
	}

	.mv-sakura {
		width: 45.827%;
	}

}


/* contents */

.contents {
	position: relative;
	z-index: 5;
	background-color: #8C8D9B;
}

.contents-wrapper {
	padding: 10.666vw 0;
}

.contents-menu-btn {
	display: flex;
}

.contents-menu-btn-item {
	width: 49%;
	display: block;
	background-color: #EA6DA4;
	color: #ffffff;
	font-size: 18px;
	font-family: source-han-serif-japanese,serif;
	letter-spacing: 0.01em;
	text-align: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	padding: 4px 0;
}

.contents-menu-sns {
	display: flex;
	justify-content: space-between;
}


@media screen and (min-width: 769px) {

	.contents-menu-btn {
		width: 50%;
	}

	.contents-menu-btn {
		justify-content: space-between;
	}

}

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

	.contents-wrapper {
		width: 92%;
		margin: 0 auto;
	}

	.contents-menu-btn {
		justify-content: center;
		line-height: 1.4;
		margin: 0 0 5.333vw;
	}

	.contents-menu-btn-item {
		max-width: 180px;
		width: 45%;
		margin: 0 1.5%;
	} 

	.contents-menu-sns {
		/* width: 27.246%; */
		margin-bottom: 10.666vw;
		justify-content: center;
	}

	.contents-menu-sns-icon {
		width: 44.68%;
		max-width: 42px;
		margin: 0 1.333vw;
	}

	.contents-billing {
		width: 100%;
	}

}


@media (min-width: 768px) {

	.contents-wrapper {
		padding: 60px 0;
	}

	.contents-menu {
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		position: absolute;
		width: 97.071%;
		top: -70px;
		left: 0;
		right: 0;
		margin: 0 auto;
	}

	.contents-menu-btn {
		width: 19.44%;
		/* margin: 0 2.635vw; */
	}

	.contents-menu-btn-item {
		font-size: min(1.61vw,22px);
		padding: 7px 0 8px;
		transition: 0.3s;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-ms-transition: 0.3s;
		-o-transition: 0.3s;
}

.contents-menu-btn-item:hover {
	background-color: #d5bb2e;;
}

	.contents-menu-sns {
		width: 9.331%;
	}

	.contents-menu-sns-icon {
		width: 41.666%;
		/* margin: 0 0.585%; */
		transition: 0.5s;
		-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
		-ms-transition: 0.5s;
		-o-transition: 0.5s;
		fill: #d5bb2e;
}

	.contents-menu-icon-sns-circle {
		transition: 0.3s;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-ms-transition: 0.3s;
		-o-transition: 0.3s;
}

	.contents-menu-sns-icon:hover .contents-menu-sns-icon-circle {
		fill: #EA6DA4;
	}

	.contents-billing {
		width: 57.688%;
		margin: 0 auto;
	}
	
}

/* comments */

.comments {
	background: rgb(255,252,219);
	background: linear-gradient(0deg, rgba(255,252,219,1) 0%, rgba(255,255,255,1) 45%, rgba(250,244,247,1) 100%);
	position: relative;
	z-index: 5;
}

.comments-wrapper {
	padding: 80px 15px;
	overflow: hidden;
}

.comments-ttl {
	width: 48%;
	margin: 0 auto 60px;
}

.comments-list-item {
	padding-top: 40px;
	padding-bottom: 55px;
	border-top: solid 1px #f5dc53;
}

.comments-list-item:last-of-type {
	padding-bottom: 80px;
}

.comments-list-item-img {
	width:  43%;
	margin: 0 auto 50px;
}

.comments-list-item-name {
	margin-bottom: 20px;
	color: #707070;
  font-family: source-han-serif-japanese,serif;
  font-style: normal;
  font-weight: 600;
	font-size: 36px;
}

.comments-list-item-name-role {
	font-size: 24px;
}

.comments-list-item-name-role.small {
	font-size: 22px;
}

.comments-list-item-txt {
	font-size: 16px;
	line-height: 1.625;
	font-family: 'Noto Sans JP', sans-serif;
}

.comments-secretary {
	font-size: 13px;
	line-height: 1.5;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
}

@media (max-width: 374px) {
	.comments-list-item-name {
		font-size: 28px;
	}
	.comments-list-item-name-role {
		font-size: 18px;
	}
	.comments-list-item-name-role.small {
		font-size: 18px;
	}
}

@media (min-width: 768px) {
	.comments-wrapper {
		max-width: 1060px;
		margin: 0 auto;
		padding: 120px 30px 100px;
		box-sizing: border-box;
	}

	.comments-ttl {
		width: 268px;
		margin-bottom: 100px;
	}

	.comments-list-item {
		display: flex;
		flex-wrap: wrap;
		padding-top: 0;
		padding-bottom: 100px;
		border-top: none;
	}

	.comments-list-item-img {
		width:  150px;
		margin: 0 50px 0 0;
	}

	.comments-list-item-area-txt {
		flex: 1;
	}

	.comments-list-item-name {
		width: 100%;
		margin-bottom: 20px;
		padding-top: 25px;
		border-top: solid 1px #f5dc53;
		color: #707070;
		font-size: 38px;
	}

	.comments-list-item-name-role,.comments-list-item-name-role.small {
		font-size: 26px;
	}

	.comments-list-item-txt {
		font-feature-settings: "palt";
		letter-spacing: .1em;
	}
}
