@charset "UTF-8";

/* ////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////// ⌘ PC全ページ共通CSS ////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////// */

/* ==================================================
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 { position: relative; width: 100%; margin: 0 auto; }

h1, h2, h3, h4, h5, h6, p { font-size: 100%; font-weight: inherit; 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 { font-style: normal; }
b { font-weight: inherit; }
img, svg { font-size: 0; line-height: 0; border: 0; vertical-align: bottom; }
img, svg, object, embed, video { max-width: 100%; }
img, svg { max-width: 100%; height: auto; }
a { font-size: inherit; margin: 0; padding: 0; background: transparent; }


/*html {
	padding-top: constant(safe-area-inset-top);
	padding-bottom: constant(safe-area-inset-bottom);

	padding-top: env(safe-area-inset-top);
	padding-bottom: env(safe-area-inset-bottom);
}*/

.vfit-cover {
	padding-left: constant(safe-area-inset-left);
	padding-right: constant(safe-area-inset-right);

	padding-left: env(safe-area-inset-left);
	padding-right: env(safe-area-inset-right);
}

#allWrap i {
	display: inline-block;
	font-style: normal;
	text-indent: 0;
}

#allWrap img,
#allWrap svg {
	display: block;
	margin: 0 auto;
}

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

body, #allWrap {
	font-family: source-han-sans-japanese, sans-serif;
	font-size: 1.4rem;
	font-weight: 400;
	font-style: normal;
	line-height: 1.8;
	letter-spacing: 0.05em;
	color: #000;
	
	-webkit-font-smoothing: antialiased; /* WebKitブラウザサポート */
	text-rendering: optimizeLegibility; /* Chrome、Safariサポート */
	-moz-osx-font-smoothing: grayscale; /* Firefoxサポート */
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%; /* iPhoneの文字サイズバグの回避 */
}

/* Web Fonts Sample
■Escrow Banner Condensed
font-family: escrow-banner-condensed, serif;
font-weight: 400; Roman
font-style: normal;

■Roboto Condensed Regular/Bold
font-family: roboto-condensed,sans-serif;
font-weight: 400; Regular
font-weight: 700; Bold
font-style: normal;

■DNP 秀英明朝 Pr6N M
font-family: dnp-shuei-mincho-pr6n, sans-serif;
font-weight: 500; Medium
font-style: normal;

■源ノ角ゴシック JP Regular
font-family: source-han-sans-japanese, sans-serif;
font-weight: 400; Regular
font-style: normal;
*/



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


/* ==================================================
PCで表示させたいとき → .forPC
PCを除く端末で表示させたいとき → .forSP
================================================== */
@media screen and (min-width: 1001px) {
	.forSP { display: none !important; }
}

@media screen and (max-width: 1000px) {
	.forPC { display: none !important; }
}



/* ==================================================
COMMON
================================================== */
body {
	background: #4a372d;
}

#allWrap {
	overflow: hidden;
	width: 100%;
}

#allWrap h1, #allWrap h2, #allWrap h3, #allWrap h4, #allWrap h5, #allWrap h6, #allWrap a { line-height: 1.2; }
/* ==================================================
HEADER
================================================== */

header {}

#hdrWrap {
	padding: 25px 20px 0;
	margin: 0 auto 40px;
	max-width: 1800px;
}

#pageArchive #hdrWrap,
#pageMessage #hdrWrap {
	margin-bottom: 80px;
}

@media screen and (max-width: 1000px) {
	header {}
	#hdrWrap {}
	#pageArchive #hdrWrap,
	#pageMessage #hdrWrap {}
}

@media screen and (max-width: 500px) {
	header {}
	#hdrWrap {
		padding: 25px 10px 0;
	}
	#pageArchive #hdrWrap,
	#pageMessage #hdrWrap {}
}

/* nav
------------------------------ */

#hdrWrap nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	flex-direction: row;
	margin-bottom: 25px;
	padding: 0 2%;
}

#hdrWrap nav .logo {
	width: 134px;
}

#hdrWrap nav .logo img {}

#hdrWrap nav ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: nowrap;
	flex-direction: row;
	width: calc(100% - 164px);
}

#hdrWrap nav ul li {
	margin: 0 25px;
}

#hdrWrap nav ul li a {
	color: #4a372d !important;
	font-family: roboto-condensed, sans-serif;
	font-weight: 400;
	transition: all 0.4s ease-out 0s;
}

#hdrWrap nav ul li:last-child a::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 11px;
	background: url(../img/icon_mail.svg) no-repeat center center;
	background-size: 100% 100%;
	margin-right: 8px;
}

#hdrWrap nav ul li a:hover {
	filter: brightness(140%) contrast(110%) saturate(180%);
}

#pageHome #hdrWrap nav ul li:nth-of-type(1) a,
#pageMessage.entry #hdrWrap nav ul li:last-child a {
	opacity: 0.3;
	pointer-events: none;
}

#hdrWrap nav ul li a em {}

@media screen and (max-width: 1000px) {
	#hdrWrap nav {
		padding: 0 10px;
	}
	#hdrWrap nav .logo {}
	#hdrWrap nav .logo img {}
	#hdrWrap nav ul {
		width: calc(100% - 170px);
	}
	#hdrWrap nav ul li {
		margin: 0 15px;
	}
	#hdrWrap nav ul li a {}
	#hdrWrap nav ul li:nth-of-type(3) a::before {}
	#hdrWrap nav ul li a:hover {}
	#pageHome #hdrWrap nav ul li:nth-of-type(1) a,
	#pageMessage #hdrWrap nav ul li:last-child a {}
	#hdrWrap nav ul li a em {}
}

@media screen and (max-width: 700px) {
	#hdrWrap nav {
		padding: 0;
	}
	#hdrWrap nav .logo {
		width: 110px;
	}
	#hdrWrap nav .logo img {}
	#hdrWrap nav ul {}
	#hdrWrap nav ul li {
		margin: 0 10px;
	}
	#hdrWrap nav ul li a {
		font-size: 1.2rem;
	}
	#hdrWrap nav ul li:nth-of-type(3) a::before {
		margin: 0 0 0 5px;
	}
	#hdrWrap nav ul li a:hover {}
	#pageHome #hdrWrap nav ul li:nth-of-type(1) a,
	#pageMessage #hdrWrap nav ul li:last-child a {}
	#hdrWrap nav ul li a em {
		display: none;
	}
}

@media screen and (max-width: 500px) {
	#hdrWrap nav {}
	#hdrWrap nav .logo {}
	#hdrWrap nav .logo img {}
	#hdrWrap nav ul {}
	#hdrWrap nav ul li {}
	#hdrWrap nav ul li a {}
	#hdrWrap nav ul li:nth-of-type(3) a::before {}
	#hdrWrap nav ul li a:hover {}
	#pageHome #hdrWrap nav ul li:nth-of-type(1) a,
	#pageMessage #hdrWrap nav ul li:last-child a {}
	#hdrWrap nav ul li a em {}
}

/* .mainArea
------------------------------ */

@media screen and (min-width: 1001px) {
	#hdrWrap .mainArea {
		position: relative;
	}
	#hdrWrap .mainArea::before,
	#hdrWrap .mainArea::after {
		content: "";
		display: block;
		background: #eee3d4;
		position: absolute;
	}
	#hdrWrap .mainArea::before {
		width: 100%;
		height: 100%;
		bottom: 50%;
		left: 50%;
		z-index: -1;
	}
	#hdrWrap .mainArea::after {
		width: 100%;
		height: calc(50% + 70px);
		top: 50%;
		right: 50%;
		z-index: -2;
	}
	#hdrWrap .mainArea .inner {
		display: flex;
		justify-content: center;
		align-items: stretch;
		flex-wrap: nowrap;
		flex-direction: row;
	}
	#hdrWrap .mainArea .ttl {
		width: 37.5%;
		text-align: right;
		padding: 70px 40px 50px 30px;
		background: #38271f;
	}
	#pageArchive #hdrWrap .mainArea .ttl,
	#pageMessage #hdrWrap .mainArea .ttl {
		padding: 70px 40px 70px 40px;
		width: 30%;
	}
	#hdrWrap .mainArea .ttl h1 {}
	#hdrWrap .mainArea .ttl h1 img {
		margin: 0 0 80px auto;
	}
	#pageArchive #hdrWrap .mainArea .ttl h1 img,
	#pageMessage #hdrWrap .mainArea .ttl h1 img {
		margin: 0 0 0 auto;
	}
	#hdrWrap .mainArea .ttl .lead {
		margin-bottom: 50px;
	}
	#pageArchive #hdrWrap .mainArea .ttl .lead,
	#pageMessage #hdrWrap .mainArea .ttl .lead {
		display: none;
	}
	#hdrWrap .mainArea .ttl .lead p {
		font-family: dnp-shuei-mincho-pr6n, sans-serif;
		font-weight: 500;
		font-size: 1.6rem;
		line-height: 1.6;
		color: #d0b694;
	}
	#hdrWrap .mainArea .pct {
		width: 62.5%;
		background: url(../img/hdr_visual.jpg) no-repeat right 32% center;
		background-size: cover;
	}
	#pageArchive #hdrWrap .mainArea .pct,
	#pageMessage #hdrWrap .mainArea .pct {
		background: url(../img/hdr_visual.jpg) no-repeat center bottom 15%;
		background-size: cover;
		width: 70%;
	}
}

@media screen and (max-width: 1000px) {
	#hdrWrap .mainArea {
		position: relative;
	}
	#hdrWrap .mainArea::before,
	#hdrWrap .mainArea::after {
		content: "";
		display: block;
		background: #eee3d4;
		position: absolute;
	}
	#hdrWrap .mainArea::before {
		width: 100%;
		height: 100%;
		bottom: 60%;
		left: 30%;
		z-index: -1;
	}
	#hdrWrap .mainArea::after {
		width: 100%;
		height: calc(50% + 30px);
		top: 40%;
		right: 70%;
		z-index: -2;
	}
	#pageArchive #hdrWrap .mainArea::after,
	#pageMessage #hdrWrap .mainArea::after {
		height: calc(50% + 80px);
	}
	#hdrWrap .mainArea .inner {}
	#pageArchive #hdrWrap .inner,
	#pageMessage #hdrWrap .inner {}
	#hdrWrap .mainArea .ttl {
		position: relative;
	}
	#pageArchive #hdrWrap .mainArea .ttl,
	#pageMessage #hdrWrap .mainArea .ttl {}
	#hdrWrap .mainArea .ttl h1 {
		position: absolute;
		width: 340px;
		padding: 40px 20px 30px 20px;
		background: #38271f;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		flex-direction: row;
		height: 320px;
	}
	#pageArchive #hdrWrap .mainArea .ttl h1,
	#pageMessage #hdrWrap .mainArea .ttl h1 {
		position: absolute;
		height: 380px;
	}
	#hdrWrap .mainArea .ttl h1 img {}
	#pageArchive #hdrWrap .mainArea .ttl h1 img,
	#pageMessage #hdrWrap .mainArea .ttl h1 img {}
	#hdrWrap .mainArea .ttl .lead {
		padding: 25px 3%;
		background: #38271f;
		text-align: right;
		margin-bottom: 40px;
	}
	#pageArchive #hdrWrap .mainArea .ttl .lead,
	#pageMessage #hdrWrap .mainArea .ttl .lead {
		display: none;
	}
	#hdrWrap .mainArea .ttl .lead p {
		font-family: dnp-shuei-mincho-pr6n, sans-serif;
		font-weight: 500;
		font-size: 1.6rem;
		line-height: 1.6;
		color: #d0b694;
	}
	#hdrWrap .mainArea .pct {
		width: 100%;
		height: 670px;
		background: url(../img/hdr_visual.jpg) no-repeat 68% center;
		background-size: cover;
	}
	#pageArchive #hdrWrap .mainArea .pct,
	#pageMessage #hdrWrap .mainArea .pct {
		width: calc(100% - 340px);
		height: 380px;
		margin: 0 0 0 auto;
	}
}

@media screen and (max-width: 700px) {
	#hdrWrap .mainArea {
		position: relative;
	}
	#hdrWrap .mainArea::before,
	#hdrWrap .mainArea::after {
		content: "";
		display: block;
		background: #eee3d4;
		position: absolute;
	}
	#hdrWrap .mainArea::before {
		width: 100%;
		height: 100%;
		bottom: 60%;
		left: 130px;
		z-index: -1;
	}
	#hdrWrap .mainArea::after {
		width: 100%;
		height: calc(50% + 30px);
		top: 40%;
		right: 70%;
		z-index: -2;
	}
	#pageArchive #hdrWrap .mainArea::after,
	#pageMessage #hdrWrap .mainArea::after {
		height: calc(50% + 90px);
	}
	#hdrWrap .mainArea .inner {}
	#pageArchive #hdrWrap .inner,
	#pageMessage #hdrWrap .inner {}
	#hdrWrap .mainArea .ttl {
		position: relative;
	}
	#pageArchive #hdrWrap .mainArea .ttl,
	#pageMessage #hdrWrap .mainArea .ttl {}
	#hdrWrap .mainArea .ttl h1 {
		position: absolute;
		width: 280px;
		padding: 40px 20px 30px 20px;
		background: #38271f;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		flex-direction: row;
		height: 270px;
	}
	#pageArchive #hdrWrap .mainArea .ttl h1,
	#pageMessage #hdrWrap .mainArea .ttl h1 {
		position: relative;
		height: 280px;
		width: 100%;
		display: block;
	}
	#hdrWrap .mainArea .ttl h1 img {}
	#pageArchive #hdrWrap .mainArea .ttl h1 img,
	#pageMessage #hdrWrap .mainArea .ttl h1 img {
		margin: 0 0 0 auto;
		width: 240px;
	}
	#hdrWrap .mainArea .ttl .lead {
		padding: 25px 3%;
		background: #38271f;
		text-align: right;
		margin-bottom: 40px;
	}
	#pageArchive #hdrWrap .mainArea .ttl .lead,
	#pageMessage #hdrWrap .mainArea .ttl .lead {
		display: none;
	}
	#hdrWrap .mainArea .ttl .lead p {
		font-family: dnp-shuei-mincho-pr6n, sans-serif;
		font-weight: 500;
		font-size: 1.6rem;
		line-height: 1.6;
		color: #d0b694;
	}
	#hdrWrap .mainArea .pct {
		width: 100%;
		height: 600px;
		background: url(../img/hdr_visual.jpg) no-repeat 68% 70%;
		background-size: cover;
	}
	#pageArchive #hdrWrap .mainArea .pct,
	#pageMessage #hdrWrap .mainArea .pct {
		width: 100%;
		height: 360px;
		margin: 0 0 0 auto;
	}
}

@media screen and (max-width: 500px) {
	#hdrWrap .mainArea {}
	#hdrWrap .mainArea::before,
	#hdrWrap .mainArea::after {}
	#hdrWrap .mainArea::before {}
	#hdrWrap .mainArea::after {}
	#pageArchive #hdrWrap .mainArea::after,
	#pageMessage #hdrWrap .mainArea::after {}
	#hdrWrap .mainArea .inner {}
	#pageArchive #hdrWrap .inner,
	#pageMessage #hdrWrap .inner {}
	#hdrWrap .mainArea .ttl {}
	#pageArchive #hdrWrap .mainArea .ttl,
	#pageMessage #hdrWrap .mainArea .ttl {}
	#hdrWrap .mainArea .ttl h1 {
		position: relative;
		width: 100%;
		display: block;
		height: 240px;
	}
	#pageArchive #hdrWrap .mainArea .ttl h1,
	#pageMessage #hdrWrap .mainArea .ttl h1 {
		height: 240px;
	}
	#hdrWrap .mainArea .ttl h1 img {
		width: 200px;
		margin: 0 0 0 auto;
	}
	#pageArchive #hdrWrap .mainArea .ttl h1 img,
	#pageMessage #hdrWrap .mainArea .ttl h1 img {
		width: 200px;
	}
	#hdrWrap .mainArea .ttl .lead {}
	#pageArchive #hdrWrap .mainArea .ttl .lead,
	#pageMessage #hdrWrap .mainArea .ttl .lead {}
	#hdrWrap .mainArea .ttl .lead p {
		font-size: 1.3rem;
	}
	#hdrWrap .mainArea .pct {
		height: 240px;
	}
	#pageArchive #hdrWrap .mainArea .pct,
	#pageMessage #hdrWrap .mainArea .pct {
		height: 240px;
	}
}

/* #snsArea
------------------------------ */

#snsArea {
	position: relative;
}

#pageArchive #snsArea,
#pageMessage #snsArea {
	display: none;
}

#jme {
	display: inline-block;
}

#gigyaShare {}

/* ==================================================
CONTENTS
================================================== */

#cntWrap {
	padding: 0 20px;
	text-align: left;
}

@media screen and (min-width: 1001px) {
	/*基本構造*/
	#cntWrap {
		max-width: 1600px;
		margin: 0 auto;
	}
	#cntWrap #sidemenuWrap {
		float: right;
		width: 400px;
		transition: all 0.4s ease-out 0s;
	}
	#cntWrap main {
		float: left;
		width: calc(100% - 440px);
		transition: all 0.4s ease-out 0s;
		padding: 0 0 100px !important;
	}
	#cntWrap #twitterWrap {
		float: right;
		width: 400px;
		padding-bottom: 200px;
		transition: all 0.4s ease-out 0s;
	}
	#twitterWrap .menuArea {
		display: none;
	}
}

@media screen and (max-width: 1000px) {
	#cntWrap {
		max-width: 760px;
		margin: 0 auto;
	}
	#pageMessage #cntWrap {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		flex-direction: row;
	}
	#pageMessage #cntWrap #sidemenuWrap {
		width: 100%;
		order: 2;
		max-width: 800px;
	}
	#pageMessage #cntWrap main {
		width: 100%;
		order: 1;
		padding: 0 0 80px;
	}
}

@media screen and (max-width: 500px) {
	#cntWrap {
		padding: 0 10px;
	}
	#pageMessage #cntWrap {}
	#pageMessage #cntWrap #sidemenuWrap {}
	#pageMessage #cntWrap main {
		padding-bottom: 60px;
	}
}

#cntWrap h2 {
	font-family: escrow-banner-condensed, serif;
	font-weight: 400;
	/*Roman*/
	font-size: 4.2rem;
	color: #d0b694;
}

#pageMessage #twitterWrap {
	display: none;
}

main {}

main>article {}

main>article>section {}

article#mainWrap {
	max-width: 800px;
	margin: 0 auto;
}

@media screen and (max-width: 1000px) {
	#cntWrap h2 {
		font-size: 3.2rem;
	}
}

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

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

/* #journalArea
------------------------------ */

#journalArea {
	/*! margin-bottom: 120px; */
	padding: 90px 0 120px;
}

#journalArea h2 {
	margin-bottom: 70px;
}

#journalArea .article {}

#journalArea .article .ttl {
	margin-bottom: 40px;
}

#journalArea .article .ttl .date {
	font-family: roboto-condensed, sans-serif;
	font-weight: 400;
	letter-spacing: 0.1em;
	color: #c9a663;
	position: relative;
	padding-left: 55px;
	margin-bottom: 25px;
}

#journalArea .article .ttl .date::after {
	content: "ON AIR";
	display: inline-block;
	margin-left: 15px;
}

#journalArea .article .ttl .date::before {
	content: "";
	display: inline-block;
	width: 40px;
	height: 1px;
	background: #c9a663;
	position: absolute;
	top: 50%;
	left: 0;
}

#journalArea .article .ttl h1 {
	font-family: dnp-shuei-mincho-pr6n, sans-serif;
	font-weight: 500;
	font-size: 2.2rem;
	line-height: 1.35;
	color: #fff;
}

#journalArea .article .pct {
	margin-bottom: 60px;
	/*background: #7c6c60;*/
	background: #7c6c60 url(../img/loading.gif) no-repeat center center;
	background-size: 100px 100px;
	transform: translate(10px, 0);
}

#journalArea .article .pct img {
	transform: translate(-20px, 20px);
	border: 2px solid #a69a8c;
}

#journalArea .article .txt {
	line-height: 2;
	color: #fff;
}

#journalArea .article .txt p {}

@media screen and (max-width: 1000px) {
	#journalArea {
		padding: 0px 0 100px;
	}
	#journalArea h2 {
		margin-bottom: 40px;
	}
	#journalArea .article {}
	#journalArea .article .ttl {
		margin-bottom: 30px;
	}
	#journalArea .article .ttl .date {}
	#journalArea .article .ttl .date::after {}
	#journalArea .article .ttl .date::before {}
	#journalArea .article .ttl h1 {
		font-size: 1.8rem;
	}
	#journalArea .article .pct {
		transform: translate(5px, 0);
		/*! margin-bottom: 40px; */
		width: 96%;
		margin: 0 auto 40px;
	}
	#journalArea .article .pct img {
		transform: translate(-10px, 10px);
	}
	#journalArea .article .txt {}
	#journalArea .article .txt p {}
}

@media screen and (max-width: 500px) {
	#journalArea {
		padding: 0px 0 100px;
	}
}

/* Archiveページのみ */

#journalArea #bnrBlock {
	margin-top: 120px;
}

#journalArea #bnrBlock .comment {
	font-family: dnp-shuei-mincho-pr6n, sans-serif;
	font-weight: 500;
	font-size: 1.6rem;
	text-align: center;
	margin: 0 auto 30px;
}

#journalArea #bnrBlock .comment p {
	background: #fff;
	display: inline-block;
	padding: 5px 30px;
}

#journalArea #bnrBlock a {
	display: block;
	width: 86%;
	margin: 0 auto;
	background: #bfaa88;
	transition: all 0.4s ease-out 0s;
	position: relative;
}

#journalArea #bnrBlock a span {
	display: block;
	border: 2px solid #7c6c60;
	transform: translate(-10px, 10px);
	transition: all 0.4s ease-out 0s;
	position: relative;
	overflow: hidden;
}

#journalArea #bnrBlock a:hover span {
	transform: translate(0, 0);
}

#journalArea #bnrBlock a span::after {
	content: "";
	display: block;
	width: 11px;
	height: 8px;
	background: url(../img/icon_window.svg) no-repeat center center;
	background-size: 100%;
	position: absolute;
	bottom: 15px;
	right: 15px;
	z-index: 1;
}

#journalArea #bnrBlock a span img {
	transition: all 0.4s ease-out 0s;
}

#journalArea #bnrBlock a:hover span img {
	filter: brightness(120%) contrast(110%) saturate(140%);
}

@media screen and (max-width: 1000px) {
	#journalArea #bnrBlock {}
	#journalArea #bnrBlock .comment {
		margin-bottom: 50px;
	}
	#journalArea #bnrBlock .comment p {}
	#journalArea #bnrBlock a {
		max-width: 580px;
	}
	#journalArea #bnrBlock a span {}
	#journalArea #bnrBlock a:hover span {}
	#journalArea #bnrBlock a span::after {}
	#journalArea #bnrBlock a span img {}
	#journalArea #bnrBlock a:hover span img {}
}

@media screen and (max-width: 700px) {
	#journalArea #bnrBlock {}
	#journalArea #bnrBlock .comment {}
	#journalArea #bnrBlock .comment p {
		font-size: 1.4rem;
	}
	#journalArea #bnrBlock .comment p i {}
	#journalArea #bnrBlock a {}
	#journalArea #bnrBlock a span {}
	#journalArea #bnrBlock a:hover span {}
	#journalArea #bnrBlock a span::after {}
	#journalArea #bnrBlock a span img {}
	#journalArea #bnrBlock a:hover span img {}
}

@media screen and (max-width: 500px) {
	#journalArea #bnrBlock {}
	#journalArea #bnrBlock .comment {
		margin-bottom: 40px;
	}
	#journalArea #bnrBlock .comment p {
		font-size: 1.3rem;
		width: 90%;
		line-height: 1.6;
	}
	#journalArea #bnrBlock .comment p i {}
	#journalArea #bnrBlock a {}
	#journalArea #bnrBlock a span {}
	#journalArea #bnrBlock a:hover span {}
	#journalArea #bnrBlock a span::after {}
	#journalArea #bnrBlock a span img {}
	#journalArea #bnrBlock a:hover span img {}
}

/**/

/* #archiveArea
------------------------------ */

#archiveArea {
	background: #eee3d4;
	position: relative;
	padding: 70px 0 200px;
}

#archiveArea::after {
	content: "";
	display: block;
	width: 200vw;
	height: 100%;
	background: #eee3d4;
	position: absolute;
	top: 0;
	left: -50vw;
	z-index: -1;
}

#archiveArea h2 {
	margin-bottom: 70px;
	color: #7c6c60;
}

#archiveArea .accordion {}

@media screen and (max-width: 1000px) {
	#archiveArea {
		padding: 60px 0 100px;
		/*! margin-bottom: 60px; */
	}
	#archiveArea::after {}
	#archiveArea h2 {
		margin-bottom: 40px;
	}
	#archiveArea .accordion {}
}

@media screen and (max-width: 500px) {
	#archiveArea {
		padding: 60px 3% 100px;
	}
}

#archiveArea ul {}

#archiveArea ul li {
	margin-bottom: 30px;
}

#archiveArea ul li.comingsoon .info {
	border: 2px solid #4a372d;
	padding: 30px 20px;
	text-align: center;
	width: 90%;
	margin: 0 auto;
}

#archiveArea ul li.comingsoon .info p {
	color: #4a372d;
}

#archiveArea ul li.comingsoon .info p b {
	font-family: roboto-condensed, sans-serif;
	font-weight: 400;
	font-size: 2.9rem;
	line-height: 1.2;
	display: inline-block;
	margin-bottom: 20px;
}

@media screen and (min-width: 400px) {
	#archiveArea ul li.comingsoon .info i br {
		display: none;
	}
}

#archiveArea ul li.hide {}

#archiveArea ul li a {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	flex-direction: row;
}

#archiveArea ul li a .ttl {
	order: 2;
	width: calc(100% - 320px);
	padding-top: 15px;
	transition: all 0.4s ease-out 0s;
}

#archiveArea ul li a:hover .ttl {
	filter: brightness(130%) contrast(110%) saturate(160%);
}

#archiveArea ul li a .ttl::after {
	content: "";
	display: block;
	width: 90px;
	height: 12px;
	background: url(../img/txt_readmore.svg) no-repeat center center;
	background-size: 100% auto;
	margin-top: 25px;
}

#archiveArea ul li a .ttl .date {
	font-family: roboto-condensed, sans-serif;
	font-weight: 400;
	letter-spacing: 0.1em;
	color: #4a372d;
	position: relative;
	padding-left: 55px;
	margin-bottom: 25px;
	transition: color 0.4s ease-out 0s;
}

#archiveArea ul li a .ttl .date::after {
	content: "ON AIR";
	display: inline-block;
	margin-left: 15px;
}

#archiveArea ul li a .ttl .date::before {
	content: "";
	display: inline-block;
	width: 40px;
	height: 1px;
	background: #4a372d;
	position: absolute;
	top: 50%;
	left: 0;
	transition: background 0.4s ease-out 0s;
}

#archiveArea ul li a:hover .ttl .date {
	color: #7b5f3f;
}

#archiveArea ul li a:hover .ttl .date::before {
	background: #84725d;
}

#archiveArea ul li a .ttl h1 {
	font-family: dnp-shuei-mincho-pr6n, sans-serif;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.4;
	color: #4a372d;
}

#archiveArea ul li a .pct {
	width: 280px;
	border: 5px solid #4a372d;
	order: 1;
	overflow: hidden;
	background: url(../img/loading.gif) no-repeat center center;
	background-size: 60px 60px;
}

#archiveArea ul li a .pct img {
	transition: filter 0.4s ease-out 0s, transform 0.4s ease-out 0s;
}

#archiveArea ul li a:hover .pct img {
	filter: brightness(110%) contrast(110%) saturate(130%);
	transform: scale(1.08);
}

@media screen and (max-width: 1100px) {
	#archiveArea ul li a .ttl {
		width: calc(100% - 270px);
	}
	#archiveArea ul li a .pct {
		width: 240px;
	}
}

@media screen and (max-width: 1000px) {
	#archiveArea ul {}
	#archiveArea ul li {}
	#archiveArea ul li.hide {}
	#archiveArea ul li a {}
	#archiveArea ul li a .ttl {
		width: calc(100% - 230px);
		padding-top: 10px;
	}
	#archiveArea ul li a:hover .ttl {}
	#archiveArea ul li a .ttl::after {}
	#archiveArea ul li a .ttl .date {
		margin-bottom: 20px;
		padding-left: 40px;
	}
	#archiveArea ul li a .ttl .date::after {}
	#archiveArea ul li a .ttl .date::before {
		width: 25px;
	}
	#archiveArea ul li a:hover .ttl .date {}
	#archiveArea ul li a:hover .ttl .date::before {}
	#archiveArea ul li a .ttl h1 {
		font-size: 1.6rem;
	}
	#archiveArea ul li a .pct {
		width: 200px;
	}
	#archiveArea ul li a .pct img {}
	#archiveArea ul li a:hover .pct img {}
}

@media screen and (max-width: 500px) {
	#archiveArea ul {}
	#archiveArea ul li {
		margin-bottom: 60px;
	}
	#archiveArea ul li.hide {}
	#archiveArea ul li a {}
	#archiveArea ul li a .ttl {
		width: 100%;
	}
	#archiveArea ul li a:hover .ttl {}
	#archiveArea ul li a .ttl::after {
		margin-top: 20px;
	}
	#archiveArea ul li a .ttl .date {
		margin-bottom: 15px;
	}
	#archiveArea ul li a .ttl .date::after {}
	#archiveArea ul li a .ttl .date::before {}
	#archiveArea ul li a:hover .ttl .date {}
	#archiveArea ul li a:hover .ttl .date::before {}
	#archiveArea ul li a .ttl h1 {}
	#archiveArea ul li a .pct {
		width: 86%;
		margin: 0 auto 15px;
	}
	#archiveArea ul li a .pct img {}
	#archiveArea ul li a:hover .pct img {}
}

#archiveArea .moreBtn {
	text-align: center;
	width: 90%;
	max-width: 580px;
	margin: 90px auto 0;
	background: #d6c9b4;
}

#archiveArea .moreBtn span {
	display: block;
	background: #6b4e3f;
	cursor: pointer;
	color: #fff;
	font-family: roboto-condensed, sans-serif;
	font-weight: 400;
	font-size: 2rem;
	width: 100%;
	line-height: 1.2;
	padding: 15px 10px;
	position: relative;
	transition: all 0.4s ease-out 0s;
	transform: translate(-10px, 10px);
}

#archiveArea .moreBtn span:hover {
	transform: translate(0, 0);
	background: #8a6d5e;
}

#archiveArea .closeBtn {
	text-align: center;
	width: 90%;
	max-width: 580px;
	margin: 90px auto 0;
	background: #d6c9b4;
}

#archiveArea .closeBtn span {
	display: block;
	background: #9d908a;
	cursor: pointer;
	color: #fff;
	font-family: roboto-condensed, sans-serif;
	font-weight: 400;
	font-size: 2rem;
	width: 100%;
	line-height: 1.2;
	padding: 10px;
	position: relative;
	transition: all 0.4s ease-out 0s;
	transform: translate(-10px, 10px);
}

#archiveArea .closeBtn span:hover {
	transform: translate(0, 0);
	background: #c6bbb6;
}

@media screen and (max-width: 1000px) {
	#archiveArea .moreBtn {
		margin: 60px auto 0;
	}
	#archiveArea .moreBtn span {}
	#archiveArea .moreBtn span:hover {}
	#archiveArea .closeBtn {}
	#archiveArea .closeBtn span {}
	#archiveArea .closeBtn span:hover {}
}

/* ==================================================
SIDE MENU
================================================== */

#sidemenuWrap {
	text-align: left;
	background: #38271f;
	margin-bottom: 50px;
}

#pageMessage #sidemenuWrap {
	margin-bottom: 160px;
}

@media screen and (max-width: 1000px) {
	#sidemenuWrap {
		margin-bottom: 100px;
	}
	#pageMessage #sidemenuWrap {}
}

/* #navigatorArea
------------------------------ */

#navigatorArea {
	padding: 30px 20px 35px;
	background: #ffff;
	position: relative;
	z-index: 1;
}

#navigatorArea::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 55%;
	background: #38271f;
}

#navigatorArea h2 {
	font-size: 3.2rem;
	padding-left: 10px;
	margin-bottom: 25px;
}

#navigatorArea .pct {
	margin-bottom: 25px;
}

#navigatorArea .pct img {}

#navigatorArea dl {
	font-family: dnp-shuei-mincho-pr6n, sans-serif;
	font-weight: 500;
	padding-left: 10px;
	color: #4a372d;
}

#navigatorArea dl dt {
	font-size: 2rem;
	letter-spacing: 0.1em;
	line-height: 1.2;
	margin-bottom: 20px;
}

#navigatorArea dl dt em {
	display: inline-block;
	margin-right: 1.5em;
}

#navigatorArea dl dt b {
	display: inline-block;
	font-family: escrow-banner-condensed, serif;
	font-weight: 400;
	font-size: 2rem;
	color: #d0b694;
}

#navigatorArea dl dd {
	line-height: 1.7;
}

#navigatorArea dl dd i {}

@media screen and (max-width: 1000px) {
	#navigatorArea {
		/*! display: flex; */
		/*! justify-content: space-between; */
		/*! align-items: center; */
		/*! flex-wrap: wrap; */
		/*! flex-direction: row; */
		padding: 30px 30px 35px;
	}
	#navigatorArea::after {}
	#navigatorArea h2 {
		/*! font-size: 3.2rem; */
		width: 190px;
	}
	#navigatorArea .pct {
		width: 400px;
		/*! max-width: 400px; */
		margin: 0 auto 25px;
	}
	#navigatorArea .pct img {}
	#navigatorArea dl {
		padding-left: 0;
		text-align: right;
		width: 100%;
	}
	#navigatorArea dl dt {}
	#navigatorArea dl dt em {}
	#navigatorArea dl dt b {}
	#navigatorArea dl dd {}
	#navigatorArea dl dd i {}
}

@media screen and (max-width: 700px) {
	#navigatorArea {
		display: block;
	}
	#navigatorArea::after {}
	#navigatorArea h2 {}
	#navigatorArea .pct {
		margin: 0 auto 30px;
		width: 100%;
		max-width: 400px;
	}
	#navigatorArea .pct img {}
	#navigatorArea dl {}
	#navigatorArea dl dt {}
	#navigatorArea dl dt em {}
	#navigatorArea dl dt b {}
	#navigatorArea dl dd {}
	#navigatorArea dl dd i {}
}

@media screen and (max-width: 500px) {
	#navigatorArea {
		padding: 30px 15px 35px;
	}
	#navigatorArea::after {
		height: 45%;
	}
	#navigatorArea h2 {
		font-size: 2.4rem;
		padding: 0;
	}
	#navigatorArea .pct {
		width: 80%;
	}
	#navigatorArea .pct img {}
	#navigatorArea dl {
		text-align: left;
	}
	#navigatorArea dl dt {}
	#navigatorArea dl dt em {
		margin-right: 1em;
	}
	#navigatorArea dl dt b {
		font-size: 1.5rem;
	}
	#navigatorArea dl dd {
		font-size: 1.3rem;
	}
	#navigatorArea dl dd i {}
}

/* .menuArea
------------------------------ */

#cntWrap .menuArea {
	padding: 70px 20px;
}

#cntWrap .menuArea h2 {
	display: none;
}

#cntWrap .menuArea ul {}

#cntWrap .menuArea ul li {}

#cntWrap .menuArea ul li:not(:last-child) {
	margin-bottom: 40px;
}

#pageHome #cntWrap .menuArea ul li,
#pageMessage #cntWrap .menuArea ul li {
	margin-bottom: 0;
}

#pageHome #cntWrap .menuArea ul li:nth-of-type(1) {
	display: none;
}

#pageMessage #cntWrap .menuArea ul li:nth-of-type(2) {
	display: none;
}

#cntWrap .menuArea ul li a {
	display: inline-block;
	padding: 0 5px 15px 30px;
	border-bottom: 2px solid #84725d;
	min-width: 240px;
	position: relative;
	transition: all 0.4s ease-out 0s;
}

#cntWrap .menuArea ul li a::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 9px;
	left: 6px;
	transform: rotate(45deg) translateY(1px);
	border-top: 2px solid #d6c9b4;
	border-right: 2px solid #d6c9b4;
	margin-right: 6px;
	transition: all 0.4s ease-out 0s;
}

#cntWrap .menuArea ul li a:hover {
	border-bottom: 2px solid #dc8d4e;
}

#cntWrap .menuArea ul li a:hover::before {
	border-top: 2px solid #dc8d4e;
	border-right: 2px solid #dc8d4e;
}

#cntWrap .menuArea ul li a .page {
	font-family: roboto-condensed, sans-serif;
	font-weight: 400;
	font-size: 2rem;
}

#cntWrap .menuArea ul li a .note {
	font-size: 1.2rem;
	margin-top: 8px;
}

@media screen and (max-width: 1000px) {
	#cntWrap .menuArea {}
	#sidemenuWrap .menuArea {
		display: none;
	}
	#cntWrap .menuArea h2 {}
	#cntWrap .menuArea ul {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		flex-direction: row;
		max-width: 400px;
		margin: 0 auto;
	}
	#cntWrap .menuArea ul li {
		width: 100%;
		text-align: center;
	}
	#cntWrap .menuArea ul li:not(:last-child) {}
	#pageHome #cntWrap .menuArea ul li,
	#pageMessage #cntWrap .menuArea ul li {}
	#pageHome #cntWrap .menuArea ul li:nth-of-type(1) {}
	#pageMessage #cntWrap .menuArea ul li:nth-of-type(2) {}
	#cntWrap .menuArea ul li a {
		display: block;
		width: 80%;
		margin: 0 auto;
		padding: 0 20px 15px;
	}
	#cntWrap .menuArea ul li a::before {
		top: calc(50% - 10px);
		left: 10px;
	}
	#cntWrap .menuArea ul li a:hover {}
	#cntWrap .menuArea ul li a:hover::before {}
	#cntWrap .menuArea ul li a .page {}
	#cntWrap .menuArea ul li a .note {}
}

/* #linksArea
------------------------------ */

#linksArea {
	padding-bottom: 90px;
}

#linksArea h2 {
	display: none;
}

#linksArea ul {
	padding-right: 20px;
}

#linksArea ul li {
	background: #4a372d;
}

#linksArea ul li:not(:first-child) {
	margin-top: 35px;
}

#linksArea ul li a {
	display: block;
	border: 2px solid #7c6c60;
	transform: translate(-10px, 10px);
	transition: all 0.4s ease-out 0s;
}

#linksArea ul li a:hover {
	transform: translate(0, 0);
}

#linksArea ul li a img {
	margin: 0;
	transition: all 0.4s ease-out 0s;
}

#linksArea ul li a:hover img {
	filter: brightness(120%) contrast(110%) saturate(130%);
}

@media screen and (max-width: 1000px) {
	#linksArea {
		padding: 50px 0 70px;
	}
	#linksArea h2 {}
	#linksArea ul {
		max-width: 400px;
		margin: 0 auto;
		padding-right: 0;
	}
	#linksArea ul li {
		transform: translate(5px, 0);
	}
	#linksArea ul li:not(:first-child) {}
	#linksArea ul li a {}
	#linksArea ul li a:hover {}
	#linksArea ul li a img {}
	#linksArea ul li a:hover img {}
}

@media screen and (max-width: 500px) {
	#linksArea {}
	#linksArea h2 {}
	#linksArea ul {
		width: 90%;
	}
	#linksArea ul li {}
	#linksArea ul li:not(:first-child) {}
	#linksArea ul li a {}
	#linksArea ul li a:hover {}
	#linksArea ul li a img {}
	#linksArea ul li a:hover img {}
}

/* #twitterArea
------------------------------ */

#twitterWrap {}

#twitterArea {
	background: #eee3d4;
}

#twitterArea .inner {
	position: relative;
	background: #38271f;
	padding: 30px 20px 40px;
	transform: translate(-10px, 10px);
}

#twitterArea h2 {
	font-size: 3.2rem;
	padding-left: 10px;
	margin-bottom: 6px;
}

#twitterArea .accountName {
	font-family: roboto-condensed, sans-serif;
	font-weight: 400;
	/*Regular*/
	font-size: 1.5rem;
	padding-left: 10px;
	margin-bottom: 30px;
	line-height: 1.2;
	letter-spacing: 0.1em;
}

#twitterArea .accountName a {
	color: #fff;
	transition: all 0.4s ease-out 0s;
}

#twitterArea .accountName a:hover {
	color: #dc8d4e;
}

#twitterArea .twWidget {
	height: 640px;
	overflow: hidden;
	overflow-y: scroll;
	background-color: #fff;
	border: 1px solid #7c6c60;
	/*border-right: none;*/
	-webkit-overflow-scrolling: touch;
}

#twitterWrap .menuArea {
	background: #38271f;
	margin-top: 60px;
}

@media screen and (max-width: 1000px) {
	#twitterWrap {}
	#twitterWrap .menuArea {
		background: #38271f;
		margin: 90px auto 180px;
	}
	#twitterArea {
		transform: translate(5px, 0);
		max-width: 600px;
		margin: 100px auto 0;
		width: 86%;
	}
	#twitterArea .inner {}
	#twitterArea h2 {}
	#twitterArea .accountName {}
	#twitterArea .accountName a {}
	#twitterArea .accountName a:hover {}
	#twitterArea .twWidget {}
	#twitterWrap .menuArea {}
}

@media screen and (max-width: 500px) {
	#twitterWrap {}
	#twitterWrap .menuArea {}
	#twitterArea {
		transform: translate(0, 0);
		width: 100%;
	}
	#twitterArea .inner {
		transform: translate(0px, 0px);
	}
	#twitterArea h2 {}
	#twitterArea .accountName {}
	#twitterArea .accountName a {}
	#twitterArea .accountName a:hover {}
	#twitterArea .twWidget {
		height: 420px;
	}
	#twitterWrap .menuArea {
		margin-top: 60px;
	}
}

/* ==================================================
FOOTER
================================================== */

footer {}

#ftrWrap {
	background: #4a372d;
	position: relative;
	border-top: 1px solid #eee3d4;
}

#ftrWrap::before {
	content: "";
	display: block;
	width: 100%;
	height: 500px;
	background: #eee3d4;
	position: absolute;
	top: -500px;
	left: 0;
	z-index: -10;
}

#ftrWrap .pagetopBtn {
	margin: 0 auto;
	max-width: 1600px;
	position: relative;
}

#ftrWrap .pagetopBtn a {
	text-decoration: none;
	color: #84725d;
	font-family: roboto-condensed, sans-serif;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.2;
	transition: all 0.4s ease-out 0s;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	flex-direction: column;
	width: 70px;
	height: 70px;
	position: absolute;
	top: -110px;
	right: 20px;
}

#ftrWrap .pagetopBtn a:hover {
	filter: brightness(130%) contrast(100%) saturate(160%);
}

#ftrWrap .pagetopBtn a::before {
	content: "";
	width: 30px;
	height: 20px;
	background: url(../img/icon_pagetop.svg) no-repeat center center;
	background-size: 100% 100%;
	margin: 0 auto 16px;
}

#ftrWrap .inner {
	padding: 80px 20px 100px;
	line-height: 1.2;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
	margin: 0 auto;
	max-width: 1600px;
}

#ftrWrap .homeBtn {
	width: 160px;
}

#ftrWrap .homeBtn a {
	font-family: roboto-condensed, sans-serif;
	font-weight: 400;
	font-size: 1.4rem;
	color: #d6c9b4;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	flex-direction: row;
	padding: 0 0 1px 0;
	border: 2px solid #d6c9b4;
	border-radius: 100px;
	height: 38px;
	transition: all 0.4s ease-out 0s;
}

#ftrWrap .homeBtn a::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	transform: rotate(45deg) translateY(1px);
	border-left: 2px solid #d6c9b4;
	border-bottom: 2px solid #d6c9b4;
	margin-right: 6px;
	transition: all 0.4s ease-out 0s;
}

#ftrWrap .homeBtn a:hover {
	/*opacity: 0.6;*/
	color: #dc8d4e;
	border: 2px solid #dc8d4e;
}

#ftrWrap .homeBtn a:hover::before {
	border-left: 2px solid #dc8d4e;
	border-bottom: 2px solid #dc8d4e;
}

#ftrWrap .jwaveLogo {
	width: calc(100% - 170px);
	max-width: 160px;
}

#ftrWrap .jwaveLogo img {}

#ftrWrap .copyright {
	font-family: roboto-condensed, sans-serif;
	font-weight: 400;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	color: #d6c9b4;
	margin-top: 50px;
	width: 100%;
	text-align: right;
}

#ftrWrap .copyright i {}

@media screen and (max-width: 1000px) {
	#ftrWrap {}
	#ftrWrap::before {
		width: 100%;
		height: 800px;
		top: -800px;
	}
	#ftrWrap .pagetopBtn {}
	#ftrWrap .pagetopBtn a {
		right: 0;
		left: 0;
		margin: 0 auto;
	}
	#ftrWrap .pagetopBtn a:hover {}
	#ftrWrap .pagetopBtn a::before,
	#ftrWrap .pagetopBtn a::after {}
	#ftrWrap .pagetopBtn a::before {}
	#ftrWrap .pagetopBtn a::after {}
	#ftrWrap .inner {}
	#ftrWrap .homeBtn {}
	#ftrWrap .homeBtn a {}
	#ftrWrap .homeBtn a::before {}
	#ftrWrap .homeBtn a:hover {}
	#ftrWrap .jwaveLogo {}
	#ftrWrap .jwaveLogo img {}
	#ftrWrap .copyright {
		text-align: center;
		margin-top: 80px;
	}
	#ftrWrap .copyright i {}
}

@media screen and (max-width: 600px) {
	#ftrWrap {}
	#ftrWrap .pagetopBtn {}
	#ftrWrap .pagetopBtn a {}
	#ftrWrap .pagetopBtn a:hover {}
	#ftrWrap .pagetopBtn a::before,
	#ftrWrap .pagetopBtn a::after {}
	#ftrWrap .pagetopBtn a::before {}
	#ftrWrap .pagetopBtn a::after {}
	#ftrWrap .inner {
		padding: 100px 3%;
	}
	#ftrWrap .homeBtn {
		width: 140px;
	}
	#ftrWrap .homeBtn a {}
	#ftrWrap .homeBtn a::before {}
	#ftrWrap .homeBtn a:hover {}
	#ftrWrap .jwaveLogo {}
	#ftrWrap .jwaveLogo img {}
	#ftrWrap .copyright {}
	#ftrWrap .copyright i {}
}

@media screen and (max-width: 400px) {
	#ftrWrap {}
	#ftrWrap .pagetopBtn {}
	#ftrWrap .pagetopBtn a {}
	#ftrWrap .pagetopBtn a:hover {}
	#ftrWrap .pagetopBtn a::before,
	#ftrWrap .pagetopBtn a::after {}
	#ftrWrap .pagetopBtn a::before {}
	#ftrWrap .pagetopBtn a::after {}
	#ftrWrap .inner {}
	#ftrWrap .homeBtn {}
	#ftrWrap .homeBtn a {}
	#ftrWrap .homeBtn a::before {}
	#ftrWrap .homeBtn a:hover {}
	#ftrWrap .jwaveLogo {}
	#ftrWrap .jwaveLogo img {}
	#ftrWrap .copyright {}
	#ftrWrap .copyright i {}
}

/* ==================================================
INTRODUCTION
================================================== */

#introCover {
	width: 100%;
	height: 120vh;
	position: fixed;
	top: -10vh;
	left: 0;
	z-index: 100000;
	background: #37271e;
	transition: all 1s ease-out 1s;
}

#introCover.introFin {
	opacity: 0;
}

#introCover.introFin.transition-change {
	z-index: -100000;
	display: none;
}

#allWrap {
	opacity: 0;
	transition: all 2s ease-out 0s;
}

#allWrap img {
	/*display: none;*/
	opacity: 0;
}

#allWrap.introFin {
	opacity: 1;
}

#allWrap.introFin img {
	display: block;
	opacity: 1;
}

#allWrap.introFin.transition-change {
	transition: all 0s linear 0s;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////// */


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

/* 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 > set > (group) > box

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


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


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

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

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

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

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


/* ### ↓MEDIAQUERY範囲指定 ※min以上 max以下 ### */
/* ############ ↓↓↓ MEDIAQUERY ↓↓↓ ############ */ @media screen and (min-width: 641px) and (max-width: 768px) {
} /* ############ ↑↑↑ MEDIAQUERY ↑↑↑ ############ */

/* ### ↓MEDIAQUERY ※縦置き表示 ### */
/* ############ ↓↓↓ MEDIAQUERY ↓↓↓ ############ */ @media screen and (orientation: portrait) {
} /* ############ ↑↑↑ MEDIAQUERY ↑↑↑ ############ */


/* ### ↓MEDIAQUERY ※横置き表示 ### */
/* ############ ↓↓↓ MEDIAQUERY ↓↓↓ ############ */ @media screen and (orientation: landscape) {
} /* ############ ↑↑↑ MEDIAQUERY ↑↑↑ ############ */


/* ### ↓MEDIAQUERY ※min以上 ### */
/* ############ ↓↓↓ MEDIAQUERY ↓↓↓ ############ */ @media screen and (min-width: 769px) {
} /* ############ ↑↑↑ MEDIAQUERY ↑↑↑ ############ */


/* ### ↓MEDIAQUERY ※max以下 ### */
/* ############ ↓↓↓ MEDIAQUERY ↓↓↓ ############ */ @media screen and (max-width: 768px) {
} /* ############ ↑↑↑ MEDIAQUERY ↑↑↑ ############ */



