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

/* Web Font */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,700,900|Playfair+Display:400,700');
/*
font-family: 'Playfair Display', serif;
font-family: 'Noto Sans JP', sans-serif;
*/

/* ==================================================
BASE (RESET)
================================================== */
html { box-sizing: border-box; width: 100%; margin: 0; padding: 0; }
*, *::after, *::before { box-sizing: inherit; }
body { position: relative; width: 100%; margin: 0; padding: 0; text-align: center; }
#allWrap { width: 100%; margin: 0 auto; }

h1, h2, h3, h4, h5, h6, p { font-size: 100%; font-weight: normal; margin: 0; padding: 0; }
ul, ol, dl { margin: 0; padding: 0; vertical-align: baseline; background: transparent; }
ol, li { list-style: none; }
dt, dd { font-weight: normal; font-style: normal; margin: 0; padding: 0; }
table{ border-collapse: collapse; border-spacing: 0; }
th, td { font-size: inherit; font-weight: normal; font-style: normal; empty-cells: show; }
input, select { vertical-align: middle; }
input, textarea, select { font-family: inherit; font-size: inherit; font-weight: inherit; }
pre { white-space: pre-wrap; }
em, strong, i, b { font-style: normal; font-weight: inherit; }
figure { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent;}
img { font-size: 0; line-height: 0; border: 0; vertical-align: bottom; }
img, object, embed, video {max-width: 100%;}
/*レスポンシブ対応*/
img, svg { max-width: 100%; height: auto; }
/* ---------- */
a { font-size: inherit; margin: 0; padding: 0; background: transparent; }


/* ==================================================
FONT
================================================== */
html { font-size: 62.5%; }

body,
#allWrap {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: .15em;
	color: #222428;
	-webkit-font-smoothing: antialiased;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%; /* iPhoneの文字サイズバグの回避 */
}

#allWrap { font-size: 1.4rem; }

/* ################ ↓↓↓ MEDIAQUERY ↓↓↓ ########## */ @media screen and (max-width: 768px) {
html { font-size: 10px; }
} /* ############## ↑↑↑ MEDIAQUERY ↑↑↑ ########## */


/* ==================================================
LINK
================================================== */
a:link { text-decoration: underline; color: #5494A1; }
a:visited { text-decoration: underline; color: #5494A1; }
a:hover { text-decoration: none; color: #008aff; }
a:active { text-decoration: none; color: #008aff; }
a { outline: 0; transition: opacity 0.4s ease-out 0s, color 0.4s ease-out 0s; }
:focus { outline: 0; }

.linkBtn a { text-decoration: none; display: inline-block; line-height: 1.2; }

/* マウスオーバーでimgをZOOM
------------------------------ */
a.hoverZoom { position: relative; display: block; overflow: hidden; text-decoration: none; }
a.hoverZoom img {
	width: 1000px; /*親ブロック以上のサイズを指定*/
	max-width: 100%; /*原寸より拡大させない*/
	transition: transform .25s linear 0s;
}
a.hoverZoom:hover img { transform: scale(1.05); }


/* ==================================================
SPの時のみ表示
================================================== */
/* ################ ↓↓↓ MEDIAQUERY ↓↓↓ ########## */ @media screen and (min-width: 769px) {
.spOnly { display: none !important; }
.pcOnly { }
} /* ############## ↑↑↑ MEDIAQUERY ↑↑↑ ########## */

/* ==================================================
PCの時のみ表示
================================================== */
/* ################ ↓↓↓ MEDIAQUERY ↓↓↓ ########## */ @media screen and (max-width: 768px) {
.spOnly { }
.pcOnly { display: none !important; }
} /* ############## ↑↑↑ MEDIAQUERY ↑↑↑ ########## */


/* ==================================================
PAGE BASE
================================================== */
body { min-width: 320px; }

#allWrap {
	min-width: 320px;
	overflow: hidden;
	text-align: center;
}

/* ANIMATION */
body {
	transition: background-color 1s ease-out 0s;
	background-color: #fff;
}

body.objView {
	background-color: #fff;
}

#allWrap {
	transition: opacity 1.8s ease-out 0.8s;
	opacity: 0;
}

#allWrap.objView {
	opacity: 1;
}

/*article.area,
.bgWrap.area {
	transition: transform 0.8s ease-out 0s, opacity 0.6s ease-out 0s;
	transform: scale(1.5) translateY(100px);
	transform-origin: center top;
	opacity: 0;
}

article.area.objView,
.bgWrap.area.objView {
	transform: scale(1) translateY(0px);
	opacity: 1;
}*/
/**/


/* ==================================================
HEADER
================================================== */
#siteHdr {
	height: calc(100vh - 150px);
	position: relative;
	z-index: 1;
	margin-bottom: 50px;
	min-height: 580px;
}

#siteHdr::before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	z-index: -2;
	top: 0;
	left: 0;
	background-color: #ababab;
	/*background-image: url(/original/dc7/asset/img/hdr_bg.jpg);*/
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

#siteHdr > .inner {
	width: 92%;
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

#siteHdr .mainSet {
	height: 100%;
	width: 100%;
	position: relative;
}


/* ############ ↓↓↓ MEDIAQUERY ↓↓↓ ############ */ @media screen and (max-width: 900px) {
	#siteHdr {
		height: auto;
		min-height: auto;
	}

	#siteHdr::before {
		height: 80vh;
		min-height: 520px;
		max-height: 740px;
	}

	#siteHdr > .inner {
		height: auto;
		padding-top: 0;
	}

	#siteHdr .mainSet {
		height: 80vh;
		min-height: 520px;
		margin-bottom: 60px;
		max-height: 740px;
	}
} /* ############ ↑↑↑ MEDIAQUERY ↑↑↑ ############ */


/* .titleBlock
------------------------------ */
#siteHdr .titleBlock {
	text-align: left;
	width: 100%;
	height: 55%;
	padding-top: 40px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	flex-direction: column;
}

#siteHdr .titleBlock h1 {
	font-size: 6rem;
	line-height: 1.1;
	margin-bottom: 40px;
}

#siteHdr .titleBlock h1::after {
	content: "";
	display: block;
	width: 160px;
	height: 2px;
	background-color: #282828;
	margin-top: 20px;
}

#siteHdr .titleBlock h1:first-letter {
	font-size: 140%;
}

#siteHdr.minchoTitle .titleBlock h1 {
	font-family: 'Playfair Display', serif;
	font-weight: 700;
}

#siteHdr.gothicTitle .titleBlock h1 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
}

#siteHdr .titleBlock h1 a {
	color: #282828;
	text-decoration: none;
}

#siteHdr .titleBlock h1 a:hover {
	opacity: 0.8;
}

#siteHdr .titleBlock .info {
	color: #282828;
	fill: #282828;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: nowrap;
}

#siteHdr .titleBlock .info > div {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: nowrap;
}

#siteHdr .titleBlock .info > div span i {
	font-size: 70%;
	display: inline-block;
	margin-left: 5px;
}

#siteHdr .titleBlock .info > div:not(:first-child) {
	margin-left: 40px;
}

#siteHdr .titleBlock .info > div .icon {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: nowrap;
	margin-right: 12px;
}

#siteHdr .titleBlock .info .time {
}

#siteHdr .titleBlock .info .time .icon {
	width: 28px;
}

#siteHdr .titleBlock .info .time .txt {
}

#siteHdr .titleBlock .info .name {
}

#siteHdr .titleBlock .info .name .icon {
	width: 16px;
}

#siteHdr .titleBlock .info .name .txt {
}

#siteHdr .titleBlock .info .time .icon svg.iconDate,
#siteHdr .titleBlock .info .name .icon svg.iconNavi {
	fill: inherit;
}


/* ############ ↓↓↓ MEDIAQUERY ↓↓↓ ############ */ @media screen and (max-width: 900px) {
	#siteHdr .titleBlock {
		height: 60%;
		align-items: center;
		padding-top: 0;
	}

	#siteHdr .titleBlock h1 {
		font-size: 5rem;
		text-align: center;
	}

	#siteHdr .titleBlock h1::after {
		margin: 20px auto 0;
	}

	#siteHdr .titleBlock h1.minchoFont,
	#siteHdr .titleBlock h1.gothicFont {
		margin-bottom: 20px;
	}

	#siteHdr .titleBlock .info {
		font-size: 1.5rem;
		justify-content: center;
		flex-wrap: wrap;
	}

	#siteHdr .titleBlock .info > div {
		width: 100%;
		margin: 0 auto;
		justify-content: center;
	}

	#siteHdr .titleBlock .info > div:not(:first-child) {
		margin-left: 0;
		margin-top: 10px;
	}
} /* ############ ↑↑↑ MEDIAQUERY ↑↑↑ ############ */


/* .naviBlock
------------------------------ */
#siteHdr .naviBlock {
	position: absolute;
	bottom: -3%;
	right: 0;
	width: 40%;
	max-width: 480px;
}

#siteHdr .naviBlock figure {
	position: relative;
	overflow: hidden;
	border-radius: 200px;
}

#siteHdr .naviBlock figure img {
}

#siteHdr .naviBlock figure figcaption {
	background: rgba(255,255,255,0.8);
	font-size: 1.2rem;
	letter-spacing: 0.05em;
	line-height: 1.4;
	padding: 5px 12%;
	position: absolute;
	display: block;
	width: 100%;
	bottom: 10%;
}

#siteHdr .naviBlock figure figcaption i {
	font-size: 70%;
}

/* ナビゲーター 1名の場合 */
#siteHdr .naviBlock.naviOne figure {
	max-width: 350px;
	margin: 0 auto;
}

#siteHdr .naviBlock.naviOne figure:nth-of-type(2) {
	display: none;
}
/* --- */


/* ナビゲーター 2名の場合 */
#siteHdr .naviBlock.naviTwo {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	flex-wrap: wrap;
	flex-direction: row;
	bottom: -4.5%;
}

#siteHdr .naviBlock.naviTwo figure {
	width: 60%;
	position: relative;
}

#siteHdr .naviBlock.naviTwo figure:nth-of-type(1) {
	margin-left: auto;
	z-index: 1;
}

#siteHdr .naviBlock.naviTwo figure:nth-of-type(2) {
	margin-right: auto;
	margin-top: -22%;
}
/* --- */


/* ############ ↓↓↓ MEDIAQUERY ↓↓↓ ############ */ @media screen and (max-width: 900px) {
	#siteHdr .naviBlock {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		flex-direction: row;
		max-width: 100%;
		align-items: flex-end;
		bottom: -6% !important;
	}

	#siteHdr .naviBlock figure {
		width: 280px !important;
	}

	/* ナビゲーター 1名の場合 */
	#siteHdr .naviBlock.naviOne figure:nth-of-type(2) {
		display: none;
	}
	/* --- */


	/* ナビゲーター 2名の場合 */
	#siteHdr .naviBlock.naviTwo {
		max-width: 100%;
		flex-wrap: nowrap;
	}

	#siteHdr .naviBlock.naviTwo figure:nth-of-type(1) {
		margin: 0;
		z-index: 0;
	}

	#siteHdr .naviBlock.naviTwo figure:nth-of-type(2) {
		margin: 0 0 0 -20px;
	}
	/* --- */

} /* ############ ↑↑↑ MEDIAQUERY ↑↑↑ ############ */


/* ############ ↓↓↓ MEDIAQUERY ↓↓↓ ############ */ @media screen and (max-width: 640px) {
	#siteHdr .naviBlock figure {
		width: 260px !important;
	}
} /* ############ ↑↑↑ MEDIAQUERY ↑↑↑ ############ */


/* ############ ↓↓↓ MEDIAQUERY ↓↓↓ ############ */ @media screen and (max-width: 420px) {
	#siteHdr::before {
		min-height: 420px;
		max-height: 640px;
	}

	#siteHdr .mainSet {
		min-height: 420px;
		max-height: 640px;
	}
	
	#siteHdr .titleBlock h1 {
		font-size: 3.5rem;
	}
	
	#siteHdr .naviBlock {
		height: 200px;
	}
	
	#siteHdr .naviBlock figure {
		width: 200px !important;
	}
} /* ############ ↑↑↑ MEDIAQUERY ↑↑↑ ############ */


/* .leadBlock
------------------------------ */
#siteHdr .leadBlock {
	text-align: left;
	font-size: 1.6rem;
	color: #282828;
	letter-spacing: 0.05em;
	width: 58%;
	position: absolute;
	bottom: 40px;
	left: 0;
	min-width: 500px;
}

#siteHdr .leadBlock p {
	margin-bottom: 30px;
}
/* --- */


/* ############ ↓↓↓ MEDIAQUERY ↓↓↓ ############ */ @media screen and (max-width: 900px) {
	#siteHdr .leadBlock {
		position: static;
		text-align: center;
		font-size: 1.5rem;
		color: #282828 !important;
		width: 100%;
		min-width: auto;
	}

	#siteHdr .leadBlock p {
		text-align: left;
		display: inline-block;
		margin: 0 auto 40px;
	}
} /* ############ ↑↑↑ MEDIAQUERY ↑↑↑ ############ */


/* .linkBtn.message（ヘッダーエリアとコンテンツ内の両方で使用）
------------------------------ */
.linkBtn.message {
	width: 100%;
}

.linkBtn.message a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	width: 90%;
	max-width: 320px;
	height: 60px;
	background-color: #3e3e3e;
	border-radius: 30px;
	color: #fff;
	font-size: 1.6rem;
	transition: background-color 0.4s ease-out 0s;
	margin: 0 auto;
}

#siteHdr .linkBtn.message a {
	margin-left: 0;
}

.linkBtn.message a::before {
	font-family: "Font Awesome 5 Free";
	content: "\f0e0";
	display: inline-block;
	font-size: 1.8rem;
	margin-right: 10px;
	transform: translateY(1px);
}

.linkBtn.message a:hover {
	background-color: #5494a1;
}

.linkBtn.message a .icon {
}

.linkBtn.message a .icon svg.iconMail {
}

.linkBtn.message a .txt {
}
/* --- */


/* ############ ↓↓↓ MEDIAQUERY ↓↓↓ ############ */ @media screen and (max-width: 900px) {
	#siteHdr .linkBtn.message a {
		margin-left: auto;
	}
} /* ############ ↑↑↑ MEDIAQUERY ↑↑↑ ############ */


/* ==================================================
HEADER 第2階層
================================================== */
.dir2nd #siteHdr {
	margin-bottom: 80px;
}

.dir2nd #siteHdr,
.dir2nd #siteHdr::before,
.dir2nd #siteHdr .mainSet{
	height: 400px;
	min-height: 400px;
}

/* .titleBlock
------------------------------ */
.dir2nd #siteHdr .titleBlock {
	height: 100%;
	padding-top: 0;
	padding-bottom: 40px;
	align-items: center;
	text-align: center;
}

.dir2nd #siteHdr .titleBlock h1 {
	text-align: center;
}

.dir2nd #siteHdr .titleBlock h1::after {
	margin: 20px auto 0;
}

/* .naviBlock
------------------------------ */
.dir2nd #siteHdr #and-more, 
.dir2nd #siteHdr .naviBlock {
	display: none; /* 第2階層では非表示 */
}

/* .leadBlock
------------------------------ */
.dir2nd #siteHdr .leadBlock {
	display: none; /* 第2階層では非表示 */
}


/* ==================================================
CONTENTS
================================================== */
main {
	margin-top: -30px;
	padding-top: 30px;
	/* ↑アンカーリンク位置対策 */
	
	padding-bottom: 160px;
}

main > article {
	width: 96%;
	max-width: 1280px;
	margin: 0 auto;
}

main .areaTitel {
	font-size: 2.8rem;
	font-weight: 700;
	margin-bottom: 40px;
}


/* #widgetArea
------------------------------ */
#widgetArea {
}

#widgetArea h2 {
}

#widgetArea .linkBtn {
	margin-top: 40px;
}

/* ### Widget Section 共通設定 ### */
#widgetSet {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
}

#widgetSet section {
	width: calc(100% / 2 - 30px);
	max-width: 500px;
	margin: 0 15px 60px;
}

#widgetSet section:last-child {
	margin-bottom: 30px;
}


/* ############ ↓↓↓ MEDIAQUERY ↓↓↓ ############ */ @media screen and (max-width: 900px) {
	#widgetSet section {
		width: 90%;
		margin: 0 auto 60px;
		min-width: 280px;
	}
} /* ############ ↑↑↑ MEDIAQUERY ↑↑↑ ############ */


#widgetSet section:not(:first-child) {
}

#widgetSet section h1 {
	margin-bottom: 20px;
}

#widgetSet section h1 a {
	font-size: 1.8rem;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	flex-direction: row;
	text-decoration: none;
	color: #222428;
	max-width: 180px;
	margin: 0 auto;
}

#widgetSet section h1 a::before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 10px;
}

#widgetSet section h1 a:hover {
	color: #5494A1;
}

#widgetSet section .box {
	border-radius: 6px;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 500px;
}
/* ### ----- ### */


/* Instagram Widget */
#widgetSet .sns-ig {
	min-width: 500px;
}

#widgetSet .sns-ig h1 a::before {
	background: url(../img/icon_sns_ig.svg) no-repeat center center;
	background-size: contain;
}

#widgetSet .sns-ig .box {
	max-width: 500px;
	height: auto !important;
	margin: 0 auto;
	background: #f9f9f9;
	border: 1px solid #e6e6e6;
}

#widgetSet .sns-ig .box .snapwidgetWrapper {
	position: relative;
	padding-top: 100%;
}

#widgetSet .sns-ig .box .snapwidgetWrapper a {
	display: inline-block;
}

#widgetSet .sns-ig .box .snapwidgetWrapper a:hover {
}

#widgetSet .sns-ig .box iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* --- */


/* ############ ↓↓↓ MEDIAQUERY ↓↓↓ ############ */ @media screen and (max-width: 900px) {
	#widgetSet .sns-ig {
		min-width: 280px;
	}
} /* ############ ↓↓↓ MEDIAQUERY ↓↓↓ ############ */


/* Facebook Widget */
#widgetSet .sns-fb {
}

#widgetSet .sns-fb h1 a::before {
	background: url(../img/icon_sns_fb.svg) no-repeat center center;
	background-size: contain;
}

#widgetSet .sns-fb .box {
}

#widgetSet .sns-fb .box a {
	display: block;
}
/* --- */

/* Twitter Widget */
#widgetSet .sns-tw {
}

#widgetSet .sns-tw h1 a::before {
	background: url(../img/icon_sns_tw.svg) no-repeat center center;
	background-size: contain;
}

#widgetSet .sns-tw .box {
	border: 1px solid #e4e4e4;
}
/* --- */


/* ==================================================
FOOTER
================================================== */
#ftrAbove {
}

#ftrWrap {
	background-color: #f5f5f5;
	padding: 40px 0 30px;
	/*! margin-top: 160px; */
	position: relative;
}

#ftrWrap .pageTop {
	position: absolute;
	top: -110px;
	left: 0;
	right: 0;
	margin: auto;
	height: 60px;
}

#ftrWrap .pageTop a {
	font-size: 11px;
	letter-spacing: 0.05em;
	font-weight: bold;
	text-decoration: none;
	position: relative;
	color: #3e3e3e;
	line-height: 1.2;
	display: inline-block;
}

#ftrWrap .pageTop a:hover {
	color: #5494a1;
}

#ftrWrap .pageTop a::before {
	content: "";
	display: block;
	font-family: "Font Awesome 5 Free";
	content: "\f139";
	font-size: 32px;
}

#ftrWrap .inner {
	width: calc(100% - 120px);
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
}

#ftrWrap .homeBtn {
	width: 40%;
	max-width: 160px;
	min-width: 150px;
}

#ftrWrap .homeBtn a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	width: 100%;
	height: 40px;
	background-color: #fff;
	border: 1px solid #e3e3e3;
	border-radius: 20px;
	text-decoration: none;
	font-size: 11px;
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: 0.05em;
	color: #282828;
	text-align: center;
	transition: all 0.4s ease-out 0s;
}

#ftrWrap .homeBtn a:hover {
	background-color: #5494a1;
	color: #fff;
}

#ftrWrap .homeBtn a::before {
	font-family: "Font Awesome 5 Free";
	content: "\f104";
	font-size: 130%;
	display: inline-block;
	margin-right: 8px;
}

#ftrWrap .jwaveLogo {
	width: 40%;
	max-width: 168px;
}

#ftrWrap .jwaveLogo.ver30th {
	max-width: 106px;
}

#ftrWrap .jwaveLogo img {
	display: block;
}

#ftrWrap .copyright {
	width: 100%;
	text-align: right;
	letter-spacing: 0.1em;
	font-size: 11px;
	margin-top: 20px;
}

#ftrWrap .copyright i {
	display: inline-block;
}


/* ############ ↓↓↓ MEDIAQUERY ↓↓↓ ############ */ @media screen and (max-width: 900px) {
	#ftrWrap .inner {
		width: 92%;
	}

	#ftrWrap .homeBtn {
		font-size: 1.2rem;
	}

	#ftrWrap .homeBtn a {
	}

	#ftrWrap .homeBtn a::before {
		top: calc(50% - 4px);
		left: 8px;
	}

	#ftrWrap .copyright {
		text-align: center;
		margin-top: 40px;
		letter-spacing: 0.05em;
	}
} /* ############ ↑↑↑ MEDIAQUERY ↑↑↑ ############ */


/* ==================================================
スクロールを促すアイコンのアニメーション設定
================================================== */

/* Scroll Animation */
.moreBtn {
	position: fixed;
	/*bottom: 50px;*/
	bottom: 100px;
	right: 30px;
	z-index: 100;
}

.moreBtn::before {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 30px;
	background: rgba(255, 255, 255, 0.5);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: -2;
	transform: scale(2.2);
}

.moreBtn::after {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 30px;
	background: rgba(255, 255, 255, 0.8);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: -1;
	transform: scale(2.2);
	animation: linkBg 2s infinite;
}

@keyframes linkBg {
	0% {
		transform: scale(1.2);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		transform: scale(2.2);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

.moreBtn > a {
	padding-top: 45px;
	position: relative;
	font-size: 11px;
	letter-spacing: 0.05em;
	font-weight: bold;
	text-decoration: none;
	color: #3e3e3e;
	display: inline-block;
	transition: color 0.4s ease-out 0s;
}

.moreBtn > a::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 24px;
	height: 40px;
	border: 2px solid #3e3e3e;
	border-radius: 50px;
	box-sizing: border-box;
	transition: border-color 0.4s ease-out 0s;
}

.moreBtn > a::before {
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 6px;
	height: 6px;
	background-color: #3e3e3e;
	border-radius: 100%;
	animation: mouseWheel 2s infinite;
	transition: background-color 0.4s ease-out 0s;
}

.moreBtn > a:hover {
	color: #5494A1;
}

.moreBtn > a:hover::after {
	border: 2px solid #5494A1;
}

.moreBtn > a:hover::before {
	background-color: #5494A1;
}

@keyframes mouseWheel {
	0% {
		transform: translate(0, -3px);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		transform: translate(0, 18px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
/* --- */

/* ////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////// */


/* ==================================================
OTHERS
================================================== */

.scrollto {/**/}

/* clrfix */
.clrfix::before, .clrfix::after { display: table; content: ''; }
.clrfix::after { clear: both; }


/*

<!-- #################################################################################################### -->
<!-- #################################################################################################### -->
<!-- #################################################################################################### -->
<!-- #################################################################################################### -->
<!-- #################################################################################################### -->
<!-- ##########　HTML コメントアウト記述ルール　######################################################### -->
<!-- #################################################################################################### -->
<!-- #################################################################################################### -->


<!-- ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ -->
<!-- //////////////////////////////////////////////////////////////////// -->
<!-- ///// メインコンテンツエリア（編集エリア） ///////////////////////// -->
<!-- //////////////////////////////////////////////////////////////////// -->

<!-- //////////////////////////////////////////////////////////////////// -->
<!-- //////////////////////////////////////////////////////////////////// -->
<!-- ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ -->

<!-- ==================== 大ブロックエリア ==================== -->
<!-- ==================== //大ブロックエリア ==================== -->

<!-- ***** 中ブロックエリア *************** -->
<!-- ***** //中ブロックエリア *************** -->

<!-- #ID名 -->
<!-- //#ID名 -->

<!-- .class名 -->
<!-- //.class名 -->

<!-- [memo] -->
<!-- //[memo] -->


<!-- ※※※※※ INCLUDE - HEADER ※※※※※ -->
<!--#include virtual="/common/inc_header.html"-->
<!-- ※※※※※ //INCLUDE - HEADER ※※※※※ -->

<!-- ※※※※※ INCLUDE - FOOTER ※※※※※ -->
<!--#include virtual="/common/inc_footer.html"-->
<!-- ※※※※※ //INCLUDE - FOOTER ※※※※※ -->

<!--
[ id/class Name List ]
wrap > area > (group) > set > box

[ memmo ]
TOPページ → <body id="pageHome">
Newsページ(第2階層) → <body id="pageNews" class="dir2nd">
-->
*/


/* #################################################################################################### */
/* #################################################################################################### */
/* #################################################################################################### */
/* #################################################################################################### */
/* #################################################################################################### */
/* ##########　CSS コメントアウト記述ルール　########################################################## */
/* #################################################################################################### */
/* #################################################################################################### */


/* //////////////////////////////////////////////////////////////////// */
/* ///// ブロック区切り /////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////// */

/* ==================================================
大見出し
================================================== */

/* 中見出し（他、説明など）
------------------------------ */

/* ### 小見出し 1 ### */
/* ### ----- ### */

/* 小見出し 2 */
/* ----- */


/* メディアクエリ指定は下記のように囲む（ソース上の視認性UPの為） */

/* ############ ↓↓↓ MEDIAQUERY ↓↓↓ ############ */ @media screen and (max-width: 900px) {
	/*.selector {
		property: value;
	}*/
} /* ############ ↑↑↑ MEDIAQUERY ↑↑↑ ############ */






/**/