@charset "UTF-8";

/* 20.12.25追加 */
.linkItem1225 {
	margin-top: .3em;
}
.linkItem1225 a {
	box-sizing: border-box;
	display: block;
	padding: .3em;
	text-decoration: none;
	line-height: 1.3em;
	font-size: .8em;
	color: #5B5B5B;
	border: #5B5B5B 1px solid;
}


/* -------------------------------------------------------------------------- */
/* -- #commOver -- */
#commOver {
	display: none;
	z-index: -1;
	position: fixed;
	z-index: 300;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,.8);
}
#commOver .commArea {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	color: #4c444d;
	box-sizing: border-box;
	border-radius: 4px;
	background-image: url("images/comm.png");
	background-repeat: no-repeat;
	box-shadow:0px 0px 8px 0px rgba(0,0,0,.2);
}
#commOver .spring {
	background-color: #ff91b2;
}
#commOver .summer {
	background-color: #ffc800;
}
#commOver .autumn {
	background-color: #ff9b63;
}
#commOver .winter {
	background-color: #6ac1ff;
}
#commOver .other {
	background-color: #76d689;
}
#commOver .commArea h3 {
	padding-bottom: .2em;
	font-size: 1.6em;
	border-bottom: #fff 1px dotted;
}
#commOver .commArea h3 span {
	font-size: .7em;
}

#commOver .closeBtn {
	position: absolute;
	cursor: pointer;
	background: url("../images/close.png") center center no-repeat #fff;
	background-size: auto 50%;
	border: #191919 1px solid;
	transition: all 200ms 0s ease-out;
}
#commOver .closeBtn:hover,#commOver .closeBtn:focus {
	opacity: .5;
}
/* ----------------------------- */
body:not(.sphone) #commOver .commArea {
	width: 720px;
	height: 220px;
	padding: 3rem 2.5rem;
	background-position: -1.4vw 0;
	background-size: 24% auto;
}
body:not(.sphone) #commOver .commArea .txt {
	position: relative;
	margin-top: .5rem;
	line-height: 1.7em;
}
body:not(.sphone) #commOver .closeBtn {
	right: 2%;
	top: -20px;
	width: 50px;
	height: 50px;
	border-radius: 25px;
}
/* ----------------------------- */
.sphone #commOver .commArea {
	width: 90%;
	height: 27vh;
	padding: 12% 3% 4%;
	background-position: -6vw 0;
	background-size: 50% auto;
}
.sphone #commOver .closeBtn {
	right: 2%;
	top: -1.2em;
	width: 2.4em;
	height: 2.4em;
	border-radius: 1.2em;
}
.sphone #commOver .commArea .txt {
	margin-top: 3%;
	line-height: 1.5em;
	font-size: .9em;
}
/*.sphone.android #commOver .commArea .txt {
	line-height: 1.4em;
	font-size: .9em;
}*/



/* -------------------------------------------------------------------------- */
/* -- h2 -- */
article>section h2 {
	position: relative;
	text-align: center;
	line-height: 1em;
	letter-spacing: .04em;
	font-size: 2.6em;
	font-family: 'Julius Sans One', sans-serif;
}
.pc article>section h2 {
	margin-top: 6rem;
}
.tablet article>section h2 {
	margin-top: 8%;
}
.sphone article>section h2 {
	margin-top: 12%;
}


/* -------------------------------------------------------------------------- */
/* -- article -- */
article>section .contArea {
	background-color: rgba(255,255,255,.7);
}

/* -------------------------------------------------------------------------- */
/* #castArea */
#castArea .cont:not(:last-of-type) {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
#castArea .cont h3 {
	display: inline-block;
	padding: .3em 2em;
	font-size: 1.4em;
	background-color: #fff;
	border-width: 1px;
	border-style: solid;
}
#castArea .cont ul {
	text-align: center;
	letter-spacing: -.4em;
}
#castArea .cont li {
	cursor: pointer;

	display:inline-block;
	letter-spacing: normal;
	vertical-align:top;
	*display: inline;
	*zoom: 1;
}
#castArea .cont h4 {
	font-size: 1.3em;
	font-weight: bold;
}
#castArea .cont h4 span {
	display: block;
	margin-bottom: .15em;
	font-size: .7em;
}
#castArea .cont .clickComm {
	margin-top: .3em;
	cursor: pointer;
	background: url("images/comm.png") center center no-repeat;
	background-size: 100% auto;
	border-radius: 4px;
	transition: all 200ms 0s ease-out;
}
#castArea .cont .clickComm:hover,#castArea .cont .clickComm:focus {
	background-color: #191919;
	background-size: 98% auto;
}

/* spring */
#castArea .spring {
	border-bottom-color: #ff91b2;
}
#castArea .spring h3 {
	color: #ff91b2;
	border-color: #ff91b2;
}
#castArea .spring h4 span,#staffArea .spring {
	color: #ff91b2;
}
#castArea .spring .clickComm {
	background-color: #ff91b2;
}

/* summer */
#castArea .summer {
	border-bottom-color: #ffc800;
}
#castArea .summer h3 {
	color: #ffc800;
	border-color: #ffc800;
}
#castArea .summer h4 span,#staffArea .summer {
	color: #ffc800;
}
#castArea .summer .clickComm {
	background-color: #ffc800;
}

/* autumn */
#castArea .autumn {
	border-bottom-color: #ff9b63;
}
#castArea .autumn h3 {
	color: #ff9b63;
	border-color: #ff9b63;
}
#castArea .autumn h4 span,#staffArea .autumn {
	color: #ff9b63;
}
#castArea .autumn .clickComm {
	background-color: #ff9b63;
}

/* winter */
#castArea .winter {
	border-bottom-color: #6ac1ff;
}
#castArea .winter h3 {
	color: #6ac1ff;
	border-color: #6ac1ff;
}
#castArea .winter h4 span,#staffArea .winter {
	color: #6ac1ff;
}
#castArea .winter .clickComm {
	background-color: #6ac1ff;
}

/* other */
#castArea .other {
	border-bottom-color: #76d689;
}
#castArea .other h4 span {
	color: #76d689;
}
#castArea .other .clickComm {
	background-color: #76d689;
}

/* ----------------------------- */
body:not(.sphone) #castArea .cont ul {
	margin: 1rem 0;
}
body:not(.sphone) #castArea .cont li {
	width: 18%;
}
body:not(.sphone) #castArea .cont li:not(:last-child) {
	margin-right: 2%;
}
body:not(.sphone) #castArea .cont .clickComm {
	width: 90%;
	height: 1.6em;
	margin-left: auto;
	margin-right: auto;
}
/* ----------------------------- */
.pc article>section .contArea {
	box-sizing: border-box;
	width: 970px;
	margin-top: .5rem;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 2rem;
}
.pc article>section .contArea .cont {
	padding: 2rem 3rem 0;
}
/* ----------------------------- */
.tablet article>section .contArea {
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 2%;
	padding-bottom: 4%;
}
.tablet article>section .contArea .cont {
	padding: 4% 3% 0;
}
/* ----------------------------- */
.sphone article>section .contArea {
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 2%;
	padding-bottom: 6%;
}
.sphone article>section .contArea .cont {
	padding: 6% 3% 0;
}
.sphone #castArea .cont ul {
	margin-bottom: 3%;
}
.sphone #castArea .cont li {
	width: 33%;
	margin-top: 3%;
}
.sphone #castArea .cont .clickComm {
	width: 90%;
	height: 1.6em;
	margin-left: auto;
	margin-right: auto;
}


/* -------------------------------------------------------------------------- */
/* #staffArea */
#staffArea dl {
	font-weight: bold;
}
#staffArea .mtitle {
	font-family: 'Julius Sans One', sans-serif;
	font-size: 400;
	border-bottom: #000 1px solid;
}
#staffArea .mtitle span {
	font-family: 'Julius Sans One', sans-serif;
	font-size: 400;
}

/* ----------------------------- */
body:not(.sphone) #staffArea dl {
	overflow: hidden;
	font-size: 1.05em;
}
body:not(.sphone) #staffArea dl>* {
	float: left;
	width: 50%;
	margin-top: .5rem;
}
body:not(.sphone) #staffArea dl dt {
	text-align: right;
}
body:not(.sphone) #staffArea .mtitle {
	margin-left: 5rem;
	margin-right: 5rem;
	padding-bottom: .2em;
	text-align: center;
	font-size: 1.4rem;
}
/* ----------------------------- */
.pc #staffArea {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
/* ----------------------------- */
.tablet #staffArea {
	padding-top: 4%;
}
/* ----------------------------- */
.sphone #staffArea {
	padding-top: 6%;
}
.sphone #staffArea dl {
	margin-left: 4%;
	margin-right: 4%;
}
.sphone #staffArea dl dt:not(:first-child) {
	margin-top: 3%;
}
.sphone #staffArea dl dd {
	margin-left: 1em;
}
.sphone #staffArea .mtitle {
	margin-left: 3%;
	margin-right: 3%;
	margin-bottom: 2%;
	padding-bottom: .2em;
	font-size: 1.3rem;
}




