@charset "utf-8";
/*////////////////////////////////////
Top
////////////////////////////////////*/

@media screen and (min-width: 768px) {
#top_header {
	position: relative;
	width: 100%;
	overflow: hidden;
	z-index: 1;
}
#top_header_img_area {
	position: relative;
	width: 90%;
	margin-left: 10%;
	margin-top: 50px;
	aspect-ratio:16/9;
	overflow: hidden;
	border-radius: 50px 0 0 50px;
}
.top_header_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	aspect-ratio:16/9;
	z-index: 1;
}
#top_header_cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	aspect-ratio:16/9;
	background: #FFF;
	z-index: 2;
	opacity: 0.1;
}

#cover_word {
	position: absolute;
	right: 5%;
	top: -20px;
	text-align: right;
	font-size: 5.3rem;
	font-weight: 400;
	line-height: 1.6;
	color: #333;
	z-index: 3;
	font-family: 'Zen Antique', serif;
	text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
              -2px 2px 0 #FFF, 2px -2px 0 #FFF,
              0px 2px 0 #FFF,  0 -2px 0 #FFF,
              -2px 0 0 #FFF, 2px 0 0 #FFF;
}

}

@media screen and (min-width: 0px) and (max-width: 767px) {
#top_header {
	position: relative;
	width: 100%;
	overflow: hidden;
	z-index: 1;
}
#top_header_img_area {
	position: relative;
	width: 100%;
	margin-top: 110px;
	aspect-ratio:16/9;
	z-index: 1;
}
.top_header_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	aspect-ratio:16/9;
	z-index: 1;
}
#top_header_cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	aspect-ratio:16/9;
	background: #FFF;
	z-index: 2;
	opacity: 0.1;
}
#cover_word {
	position: absolute;
	right: 5%;
	top: 80px;
	text-align: right;
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.6;
	color: #333;
	z-index: 3;
	font-family: 'Zen Antique', serif;
	text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
              -2px 2px 0 #FFF, 2px -2px 0 #FFF,
              0px 2px 0 #FFF,  0 -2px 0 #FFF,
              -2px 0 0 #FFF, 2px 0 0 #FFF;
}
}

.top_header_img:nth-child(1) {
	background: url("../img/top_header1.jpg");
	background-size: cover;
	background-position: center center;
	animation: header_fade 32s ease-in 0s infinite normal;
}
.top_header_img:nth-child(2) {
	background: url("../img/top_header2.jpg");
	background-size: cover;
	background-position: center center;
	opacity: 0;
	animation: header_fade 32s ease-in 8s infinite normal;
}
.top_header_img:nth-child(3) {
	background: url("../img/top_header3.jpg");
	background-size: cover;
	background-position: center center;
	opacity: 0;
	animation: header_fade 32s ease-in 16s infinite normal;
}
.top_header_img:nth-child(4) {
	background: url("../img/top_header4.jpg");
	background-size: cover;
	background-position: center center;
	opacity: 0;
	animation: header_fade 32s ease-in 24s infinite normal;
}

@keyframes header_fade {
 	0%{
		opacity: 0;
		transform: scale(1);
	}
	2%{
		opacity: 1;
	}
	22% {
		opacity: 1;
	}
	25% {
		opacity: 0;
		transform: scale(1.06);
	}
   100%{
		opacity: 0;
   }
}
/*////////////////////////////////////
Top about
////////////////////////////////////*/

@media screen and (min-width: 768px) {
#top_about_area {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
#top_about {
	position: relative;
	width: 100%;
	margin-bottom: 80px;
}
#top_about1,
#top_about2,
#top_about3 {
	position: relative;
	width: 100%;
	margin-bottom: 80px;
}
#top_about1 {
	position: relative;
	width: 100%;
	background: #FFF;
	border-radius: 50px;
	padding: 50px;
	display: flex;
	justify-content:center;
}
#top_about2 {
	position: relative;
	width: 100%;
	background: #FFF;
	border-radius: 50px;
	padding: 50px;
	display: flex;
	justify-content:center;
}
#top_about3 {
	position: relative;
	width: 100%;
	background: #FFF;
	border-radius: 50px;
	padding: 50px;
	display: flex;
	justify-content:center;
}
.top_about_img_sp {
	display: none;
}
.top_about_img_pc {
	position: relative;
	width: 40%;
	padding: 10px;
	background: #FFF;
	border-radius: 30px;
	margin-top: -100px;
}
.top_about_img {
	position: relative;
	width: 40%;
	padding: 10px;
	background: #FFF;
	border-radius: 30px;
	margin-top: -100px;
}
#top_about_img1,
#top_about_img2,
#top_about_img3 {
	position: relative;
	width: 100%;
	aspect-ratio:1/1;
}
#top_about_img1 {
	background: url("../img/top_about1.jpg");
	background-position: center;
	background-size: cover;
	border-radius: 30px;
}
#top_about_img2 {
	background: url("../img/top_about2.jpg");
	background-position: center;
	background-size: cover;
	border-radius: 30px;
}
#top_about_img3 {
	background: url("../img/top_about3.jpg");
	background-position: center;
	background-size: cover;
	border-radius: 30px;
}
#top_about {
	position: relative;
	width: 100%;
	text-align: center;
	font-size: 6.3rem;
	font-weight: 700;
	line-height: 1.6;
	font-family: 'M PLUS Rounded 1c';
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	-webkit-text-stroke: 2px #333;
	text-stroke: 2px #333;
}
.top_about_word_area {
	position: relative;
	width: 56%;
	text-align: center;
}
.top_about_word_title {
	position: relative;
	width: 100%;
	font-size: 4.2rem;
	font-weight: 400;
	line-height: 2;
	font-family: 'M PLUS Rounded 1c';
	margin-bottom: 50px;
	color: #372E28;
}
.top_about_word {
	position: relative;
	width: 100%;
	font-size: 1.8rem;
	font-weight: 300;
	color: #372E28;
}
}

@media screen and (min-width: 0px) and (max-width: 767px) {
#top_about_area {
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#top_about {
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
}
#top_about1,
#top_about2,
#top_about3 {
	position: relative;
	width: 100%;
	margin-bottom: 80px;
}
#top_about1 {
	position: relative;
	width: 100%;
	background: #FFF;
	border-radius: 50px;
	padding: 50px;
}
#top_about2 {
	position: relative;
	width: 100%;
	background: #FFF;
	border-radius: 50px;
	padding: 50px;
}
#top_about3 {
	position: relative;
	width: 100%;
	background: #FFF;
	border-radius: 50px;
	padding: 50px;
}
.top_about_img_pc {
	display: none;
}
.top_about_img_sp {
	position: relative;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	background: #FFF;
	border-radius: 30px;
	margin-top: -100px;
}
.top_about_img {
	position: relative;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	background: #FFF;
	border-radius: 30px;
	margin-top: -100px;
}
#top_about_img1,
#top_about_img2,
#top_about_img3 {
	position: relative;
	width: 100%;
	aspect-ratio:1/1;
}
#top_about_img1 {
	background: url("../img/top_about1.jpg");
	background-position: center;
	background-size: cover;
	border-radius: 30px;
}
#top_about_img2 {
	background: url("../img/top_about2.jpg");
	background-position: center;
	background-size: cover;
	border-radius: 30px;
}
#top_about_img3 {
	background: url("../img/top_about3.jpg");
	background-position: center;
	background-size: cover;
	border-radius: 30px;
}
#top_about {
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 4.2rem;
	font-weight: 700;
	line-height: 1.6;
	font-family: 'M PLUS Rounded 1c';
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	-webkit-text-stroke: 2px #333;
	text-stroke: 2px #333;
}
.top_about_word_area {
	position: relative;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.top_about_word_title {
	position: relative;
	width: 100%;
	font-size: 3.2rem;
	font-weight: 400;
	line-height: 2;
	font-family: 'M PLUS Rounded 1c';
	margin-bottom: 50px;
	color: #372E28;
	text-align: center;
}
.top_about_word {
	position: relative;
	width: 100%;
	font-size: 1.6rem;
	font-weight: 300;
	color: #372E28;
}
}
