@charset "UTF-8";
@import "common.tb.css";

/* ---------------------------------------------------------
	CSS Document visual
--------------------------------------------------------- */

#visual {
	transition-delay: 1s;
}

#visual .effect {
	transition-delay: 1.6s;
}

#visual .article {
	height: 510px;
	margin-bottom: 60px;
	background: url(../top/visual.jpg) no-repeat top;
	line-height: 510px;
}

@media only screen and (max-width: 1020px) {
	#visual .article {
		height: 50vw;
		background-size: auto 100%;
		line-height: 50vw;
	}
}

#visual .section {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}

#visual h2 {
	margin-bottom: 40px;
	font-weight: 600;
	font-size: 32px;
	letter-spacing: 1px;
	color: #fff;
}

@media only screen and (max-width: 1020px) {
	#visual h2 {
		font-size: 3vw;
	}
}

#visual .play {
	display: inline-block;
	vertical-align: top;
	width: 200px;
	height: 56px;
	border-radius: 56px;
	border: solid 2px #fff;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 50px;
	color: #fff;
	cursor: pointer;
	transition: .4s;
}

#visual .play:after {
	display: inline-block;
	vertical-align: 0;
	content: '';
	width: 0;
	height: 0;
	margin: 0 -10px 0 10px;
	border: solid 7px transparent;
	border-left: solid 11px #fff;
}

#visual .play:hover {
	opacity: 0.6;
}

/* ---------------------------------------------------------
	CSS Document mesasge
--------------------------------------------------------- */

#mesasge {
	margin-bottom: 200px;
}

#mesasge .effect_1 {
	transition-delay: 2.2s;
}

#mesasge .effect_2 {
	transition-delay: 3s;
}

#mesasge h2 {
	margin-bottom: 140px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-weight: 600;
	font-size: 36px;
	font-size: 3.5vw;
	letter-spacing: 1px;
	line-height: 1;
	color: #666;
}

#mesasge h3 {
	margin-bottom: 60px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-weight: 600;
	font-size: 30px;
	font-size: 3vw;
	letter-spacing: 1px;
	line-height: 1;
	color: #567E30;
}

#mesasge .container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 640px;
	margin: 0 auto;
}

#mesasge .section {
	width: 23%;
	width: 48%;
	margin-bottom: 60px;
}

#mesasge dl {
	margin-bottom: 30px;
	padding: 20px 0;
	border-radius: 14px;
	background: #F7F3E4;
	letter-spacing: 1px;
	position: relative;
	z-index: 0;
}

#mesasge dl:after {
	content: '';
	width: 0;
	height: 0;
	border: solid 10px transparent;
	border-top: solid 16px #F7F3E4;
	transform: translateX(-50%);
	position: absolute;
	left: 50%;
	bottom: -26px;
}

#mesasge dt {
	margin-bottom: 15px;
	font-size: 19px;
	line-height: 1.4;
}

#mesasge dd {
	height: 54px;
	margin: 0 20px;
	padding-top: 10px;
	border-top: solid 1px #fff;
	font-size: 0;
	line-height: 50px;
	color: #567E30;
}

#mesasge dd span {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 1.4;
}

#mesasge figure {
	height: 203px;
	cursor: pointer;
	transition: .4s;
}

#mesasge figure:hover {
	opacity: 0.6;
}

#mesasge .name {
	margin-top: 10px;
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 1.4;
}

/* ---------------------------------------------------------
	CSS Document birth
--------------------------------------------------------- */

#birth {
	margin-bottom: 180px;
}

#birth h2 {
	margin: 0 5vw 50px;
	font-weight: 600;
	font-size: 26px;
	letter-spacing: 1px;
	line-height: 1.5;
}

#birth p {
	text-align: justify;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 2;
}

/* ---------------------------------------------------------
	CSS Document voice
--------------------------------------------------------- */

#voice {
	margin-bottom: 170px;
}

#voice h2 {
	margin-bottom: 50px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-weight: 600;
	font-size: 30px;
	font-size: 3.5vw;
	letter-spacing: 1px;
	line-height: 1;
	color: #567E30;
}

#voice p {
	text-align: justify;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 2;
}

#voice p br.pc {
	display: none;
}

#voice .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;
}

#voice .section {
	width: 48%;
	margin-bottom: 4%;
	padding: 25px 20px 25px 25px;
	border: solid 2px #F8D4C3;
	text-align: left;
	font-size: 15px;
	line-height: 1.7;
}

#voice .section:nth-of-type(2),
#voice .section:nth-of-type(6) {
	border: solid 2px #C2D1B4;
}

#voice .section:nth-of-type(3),
#voice .section:nth-of-type(7) {
	border: solid 2px #F0E3B1;
}

#voice .section:nth-of-type(4),
#voice .section:nth-of-type(8) {
	border: solid 2px #B5E0E7;
}

#voice .w49 {
	width: 100%;
}

#voice .section p {
	font-size: 15px;
	line-height: 1.7;
}

#voice .section span {
	color: #567E30;
}

#voice .name {
	margin-top: 15px;
	text-align: right;
}

#voice .hide,
#voice .show {
	display: none;
}

/* ---------------------------------------------------------
	CSS Document history
--------------------------------------------------------- */

#history {
	margin-bottom: 200px;
}

#history .container {
	padding-left: 60px;
	text-align: left;
	position: relative;
}

#history .container:before {
	content: '';
	width: 10px;
	height: 100%;
	background: linear-gradient(to bottom, #F8D4C3 0%,#C2D1B4 100%);
	position: absolute;
	top: 0;
	left: 0;
}

#history .article {
	position: relative;
}

#history .article:first-of-type {
	margin-bottom: 60px;
}

#history i {
	display: block;
	height: 60px;
	margin-bottom: 20px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 70px;
	line-height: 54px;
	letter-spacing: 1px;
	color: #C2D1B4;
}

#history .article:first-of-type i {
	color: #F8D4C3;
}

#history .section {
	width: 530px;
	padding: 40px 90px 80px 40px;
	background: #E0E8D9;
	font-size: 17px;
}

#history .article:first-of-type .section {
	background: #FBE9E1;
}

#history h2 {
	margin-bottom: 15px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-weight: 600;
	font-size: 28px;
	line-height: 1;
	letter-spacing: 1px;
}

#history .more a {
	display: block;
	height: 50px;
	margin-top: 20px;
	border: solid 1px #888888;
	background: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 48px;
	letter-spacing: 1px;
	color: #333;
}

#history .more a:hover {
	opacity: 0.6;
}

#history .more a:after {
	display: inline-block;
	vertical-align: top;
	content: '';
	width: 33px;
	height: 50px;
	margin: 0 -10px 0 5px;
	background: url(../images/h_arrow.png) no-repeat left / 100% auto;
}

#history figure {
	margin-top: -40px;
	text-align: right;
}

#history figure img {
	width: 470px;
}

/* ---------------------------------------------------------
	CSS Document donate
--------------------------------------------------------- */

#donate {
	margin-bottom: 180px;
}

#donate h2 {
	margin: 0 5vw 70px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-weight: 600;
	font-size: 36px;
	letter-spacing: 1px;
	line-height: 1.5;
	color: #666;
}

#donate .container {
	width: 600px;
	margin: 0 auto 60px;
}

#donate figure {
	height: 400px;
	margin-bottom: 15px;
}

#donate .section {
	text-align: left;
	font-size: 18px;
}

#donate .section p {
	margin-bottom: 20px;
}

#donate .more a {
	display: inline-block;
	vertical-align: top;
	width: 500px;
	height: 72px;
	margin-bottom: 15px;
	border: solid 1px #888888;
	background: #fff;
	text-decoration: none;
	text-align: center;
	font-weight: 500;
	font-size: 28px;
	line-height: 70px;
	letter-spacing: 1px;
	color: #333;
}

#donate .more a:hover {
	border: solid 1px #6e882f;
	background: #6e882f;
	color: #fff;
}

#donate .more i {
	display: inline-block;
	vertical-align: top;
	width: 38px;
	height: 72px;
	margin: 0 -10px 0 10px;
	position: relative;
}

#donate .more i:before,
#donate .more i:after {
	content: '';
	width: 100%;
	height: 100%;
	background: url(../images/h_arrow.png) no-repeat left / 100% auto;
	position: absolute;
	top: 0;
	left: 0;
	transition: 1.2s;
}

#donate .more i:before {
	background-image: url(../images/h_arrow_white.png);
	opacity: 0;
}

#donate .more a:hover i:after {
	opacity: 0;
}

#donate .more a:hover i:before {
	opacity: 1;
}

#donate .note {
	font-size: 15px;
	letter-spacing: 1px;
}

#donate .note span {
	color: #567E30;
}

/* ---------------------------------------------------------
	CSS Document contact
--------------------------------------------------------- */

#contact {
	margin-bottom: 110px;
}

#contact h2 {
	margin-bottom: 50px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-weight: 600;
	font-size: 36px;
	letter-spacing: 1px;
	line-height: 1;
	color: #666;
}

#contact p {
	margin-bottom: 30px;
	font-size: 18px;
}

#contact p span {
	font-size: 15px;
	letter-spacing: 1px;
}

#contact ul {
	display: flex;
	justify-content: center;
}

#contact li {
	width: 260px;
	margin: 0 30px;
}

#contact a {
	display: block;
	height: 53px;
	border: solid 1px #888888;
	background: #fff;
	text-decoration: none;
	font-size: 16px;
	line-height: 50px;
	letter-spacing: 1px;
	color: #333;
}

#contact a:hover {
	border: solid 1px #666;
	background: #666;
	color: #fff;
}

/* ---------------------------------------------------------
	CSS Document sns
--------------------------------------------------------- */

#sns {
	padding: 60px 0 40px;
	background: #ede4cd;
}

#sns h2 {
	margin-bottom: 50px;
	font-weight: 600;
	font-size: 32px;
	letter-spacing: 2px;
	line-height: 1;
	color: #666;
}

#sns .flex {
	display: flex;
	justify-content: center;
	align-items: center;
}

#sns .timeline {
	width: 280px;
	height: 240px;
	overflow: hidden;
	background: #fff;
	font-size: 0;
}

#sns .twitter ul {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

#sns .twitter ul li {
	width: 94px;
}

#sns .twitter .share {
	width: 60px;
	margin: 0 5px;
}

#sns .twitter ul a {
	display: block;
	height: 25px;
	box-shadow: 0 0 0 1px #888888 inset;
	background: #fff;
	text-decoration: none;
	font-size: 12px;
	line-height: 24px;
	color: #333;
}

#sns .twitter ul a:hover {
	opacity: 0.6;
}

#sns .like a:before,
#sns .tweet a:before {
	display: inline-block;
	vertical-align: top;
	content: '';
	width: 16px;
	height: 26px;
	margin: 0 4px 0 -4px;
	background: url(../top/facebook_color.png) no-repeat left / 100% auto;
}

#sns .tweet a:before {
	background-image: url(../top/twitter_color.png);
}

#sns .icon {
	width: 270px;
	margin-left: 80px;
}

#sns .icon p {
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 1.6;
	letter-spacing: 1px;
	position: relative;
	z-index: 0;
}

#sns .icon p:after,
#sns .icon p:before {
	content: '';
	width: 1px;
	height: 60px;
	background: #333;
	position: absolute;
	top: 50%;
}

#sns .icon p:after {
	transform: rotate(25deg) translateY(-50%);
	right: 0;
}

#sns .icon p:before {
	transform: rotate(-25deg) translateY(-50%);
	left: 0;
}

#sns .icon ul {
	display: flex;
	justify-content: center;
}

#sns .icon li {
	width: 38px;
	height: 38px;
	margin: 0 10px;
}

#sns .icon li a:hover {
	opacity: 0.6;
}

/* ---------------------------------------------------------
	CSS Document overlay
--------------------------------------------------------- */

.overlay {
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.4);
	background: rgba(255, 255, 255, 0.94);
	text-align: center;
	font-size: 0;
	line-height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -999;
	transition: .4s;
	opacity: 0;
}

.overlay.active {
	z-index: 999;
	opacity: 1;
}

.overlay .overlay_block {
	display: inline-block;
	vertical-align: middle;
	width: 1000px;
	line-height: 1;
	position: relative;
}

.overlay .close {
	width: 41px;
	height: 41px;
	border-radius: 100%;
	background: #567e30;
	position: absolute;
	top: -50px;
	right: 0;
	cursor: pointer;
	transition: .6s;
}

.overlay .close:after,
.overlay .close:before {
	content: '';
	width: 3px;
	height: 22px;
	background: #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 10px;
	right: 19px;
}

.overlay .close:before {
	transform: rotate(-45deg);
}

.overlay .close:hover {
	opacity: 0.6;
}

.overlay .iframe {
	height: 562px;
}

.overlay iframe {
	vertical-align: top;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border: 0;
	border-radius: 10px;
	box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.2);
	transform: scale(0);
	transition: .6s;
}

.overlay.active iframe {
	transform: scale(1);
}

/* ---------------------------------------------------------
	CSS Document footer
--------------------------------------------------------- */

#footer address {
	flex-direction: column;
	margin-top: auto;
}

