@charset "utf-8";
/* このファイルはUTF-8のBOMなし(UTF-8N)で保存しています */

/**
 * CSS Information
 * ===============================================================
 *
 * Site URL:  http://
 * File name: module.css
 * Summary:   モジュール用スタイル
 * Author:    CrEa., Inc.
 *
 * -----------------------------------
 *
 * TOC:
 *     =1    modules
 *
 * ===============================================================
*/



/** =1
 * ========================================
 * modules
 * ========================================
 */


	/* -- >>> styles for narrow layout ----- */
	@media screen and (max-width: 599px) {
		.stanby img{
			width: 100%;
		}
	}

	/* -- >>> styles for medium layout ----- */
	@media screen and (min-width: 600px) and (max-width: 959px) {
		.stanby img{
			width: 100%;
		}
	}


h1 {
	text-align: center;
}
h1 img{
		max-width: 100%;
	}
.soldout img{
		position: relative;
		width: 60%;
		max-width: 444px;
	}


/*--p.btn--*/

p.btn{
	padding: 0 20%;
}
p.btn a{
	display: block;
	padding: 5px 0;
	background: #349a7c;
}

	/* -- >>> styles for narrow layout ----- */
	@media screen and (max-width: 599px) {
		p.btn{
			padding: 0 10px;
			font-size: 1.4rem !important;
		}
	}

	/* -- >>> styles for medium layout ----- */
	@media screen and (min-width: 600px) and (max-width: 959px) {
		p.btn{
		}
	}

	/* -- >>> styles for wide layout ----- */
	@media screen and (min-width: 960px) {
		p.btn{
		}
	}


/*
* main
* ----------------------------------
*/

	/*--.l-main h2--*/
	.l-main h2{
	}
	.l-main h2 img{
		width:100%;
	}

		/* -- >>> styles for narrow layout ----- */
		@media screen and (max-width: 599px) {
			.l-main h2{
				margin-bottom:20px;
				overflow:hidden;
			}
			.l-main h2.inner img{
				width:130%;
			}
		}

		/* -- >>> styles for medium layout ----- */
		@media screen and (min-width: 600px) and (max-width: 959px) {
			.l-main h2{
			}
		}

		/* -- >>> styles for wide layout ----- */
		@media screen and (min-width: 960px) {
			.l-main h2{
			}
		}



	/*--article h3--*/
	.l-article h3{
		margin: -70px 0 20px -110px;
	}

		/* -- >>> styles for narrow layout ----- */
		@media screen and (max-width: 599px) {
			.l-article h3{
				margin: -35px 0 10px -30px;
			}
			.l-article h3 img{
				width: 100%;
			}
		}

		/* -- >>> styles for medium layout ----- */
		@media screen and (min-width: 600px) and (max-width: 959px) {
			.l-article h3{
				margin: -58px 0 20px -60px;
			}
			.l-article h3 img{
				width: 80%;
			}
		}

		/* -- >>> styles for wide layout ----- */
		@media screen and (min-width: 960px) {
			.l-article h3 {
			}
		}


	/*--article h4--*/
	.l-article h4{
		padding: 5px 10px;
		background:#0c3126;
		line-height:1;
	}


	/*--article .section--*/
	.l-article .section{
		margin-left: 10px;
		margin-right: 10px;
	}

		/* -- >>> styles for narrow layout ----- */
		@media screen and (max-width: 599px) {
			.l-article .section{
				margin: 0 0 20px;
			}
		}

		/* -- >>> styles for medium layout ----- */
		@media screen and (min-width: 600px) and (max-width: 959px) {
		}

		/* -- >>> styles for wide layout ----- */
		@media screen and (min-width: 960px) {
		}



	/*-article dl-*/

	dl dt{
		color: #285e4e;
		font-size: 16px;
		font-size: 1.6rem;
	}
	dl dd{
		padding-left: 1.5em;
		padding-left: 1.5rem;
		padding-bottom: 15px;
		border-bottom: 1px dotted #675c19;
		margin-bottom: 15px;
	}
	dl dd:last-child{
		margin-bottom: 0;
	}

		/* -- >>> styles for narrow layout ----- */
		@media screen and (max-width: 599px) {
			dl{
			}
		}

		/* -- >>> styles for medium layout ----- */
		@media screen and (min-width: 600px) and (max-width: 959px) {
			dl{
			}
		}

		/* -- >>> styles for wide layout ----- */
		@media screen and (min-width: 960px) {
			dl{
			}
		}




			/*--article dl.inner--*/
			.l-article dl.inner{}

			.l-article dl.inner dt{
				width: 19%;/*22*/
				background:#1c6685;
				color:#fff;
				font-weight: bold;
				padding: 0.3% 1.5%;
			}
			.l-article dl.inner dd{
				padding: 0 0 10px 24%;
				border-bottom: 1px dotted #555;
				margin:-24px 0 15px 0;
			}

				/* -- >>> styles for narrow layout ----- */
				@media screen and (max-width: 599px) {
					.l-article dl.inner dt{
						width: 95%;/*100*/
						padding: 0.3% 2.5%;
					}
					.l-article dl.inner dd{
						padding: 0 0 10px 0;
						margin:5px 0 15px 0;
					}
				}

				/* -- >>> styles for medium layout ----- */
				@media screen and (min-width: 600px) and (max-width: 959px) {
				}

				/* -- >>> styles for wide layout ----- */
				@media screen and (min-width: 960px) {
				}



			/*--article ul.inner--*/
			.l-article ul.inner{}

			.l-article ul.inner li{
				border-bottom: 1px dotted #836a38;
				padding-bottom: 10px;
				margin-bottom: 10px;
			}
			.l-article ul.inner li:last-child{
				margin-bottom: 0;
			}
			.l-article ul.inner li i{
				color:#134234;
				line-height:0.5;
			}


			.redBorder{
				border: 5px solid #cc0000;
				padding: 20px;
			}

/*--main ここまで--*/




/*
* side
* ----------------------------------
*/

.l-side ul {
}
.l-side ul li{
}

	/* -- >>> styles for narrow layout ----- */
	@media screen and (max-width: 599px) {
		.l-side ul {
			margin-left:-3%;
			margin-bottom: 10px;
		}
		.l-side ul li {
			float:left;
			width: 47%;
			margin-left:3%;
		}
		.l-side ul li img{
			width: 100%;
		}
	}

	/* -- >>> styles for medium layout ----- */
	@media screen and (min-width: 600px) and (max-width: 959px) {
		.l-side ul {
			float:right;
			width: 32%;
		}
		.l-side ul li img{
			width: 100%;
		}
	}

	/* -- >>> styles for wide layout ----- */
	@media screen and (min-width: 960px) {
		.l-side ul li {
		}
	}


.side-twi{
}
.side-mobile{
}
.side-mailmaga{
}
.l-side h4 {
	padding: 8px 10px 9px;
	background: #285e4e;
	line-height: 1;
}
.l-side h4 span.sp{
	display:none;
}
.l-side .sidecont {
    margin-bottom: 10px;
    background: rgba(255,255,255,0.6);
    border: 1px solid #285e4e;
    border-top: none;
}
.l-side p.btn{
	font-size: 12px;
	font-size: 1.2rem;
}
.l-side div.side-line p.btn,
.l-side div.side-ongen p.btn,
.l-side div.mailmagazine p.btn{
	display:block;
	margin: 5px auto 0;
	padding: 0;
}

			/* -- >>> styles for narrow layout ----- */
			@media screen and (max-width: 599px) {
				.l-side div.side-twi{
					display: none;
				}
				.l-side div.side-mobile{
					display: none;
				}
				.l-side div.side-mailmaga h4 img{
					display:none;
				}
				.l-side div.side-mailmaga h4 span.sp{
					display:block;
					font-weight: bold;
				}
				.l-side .sidecont{
				    padding: 18px;
				    margin-bottom: 0;
				    font-size: 14px;
				    font-size: 1.4rem;
				}
				.l-side div.side-mailmaga p{
					display:none;
				}
				.l-side div.side-line p.btn,
				.l-side div.side-ongen p.btn,
				.l-side div.side-mailmaga p.btn{
					margin: 15px auto 0;
				}
				.l-side div.side-line,
				.l-side div.side-ongen{
					margin-bottom: 15px;
				}
			}

			/* -- >>> styles for medium layout ----- */
			@media screen and (min-width: 600px) and (max-width: 959px) {
				.l-side div.side-twi,
				.l-side div.side-line,
				.l-side div.side-ongen,
				.l-side div.side-mailmaga{
					width: 65%;
				}
				.l-side div.side-mobile{
					display: none;
				}
				.l-side .sidecont{
				    padding: 10px;
				}
			}

			/* -- >>> styles for wide layout ----- */
			@media screen and (min-width: 960px) {
				.l-side .sidecont {
				    padding: 8px;
				}
				.l-side .sidecont.twitter {
				    padding: 8px 8px 0 8px;
				}
			}

/*-- side ここまで--*/



/*-- social --*/

.social {
	}
#facebookBtn,
#twitterBtn {
	vertical-align: middle;
}
#twitterBtn {
	height:20px !important;
	margin-top: 2px;
}
#lineBtn {
	display: none;
}

	/* -- >>> styles for narrow layout ----- */
	@media screen and (max-width: 599px) {
		.social.pc {display: none;}
		.social {
			padding: 2px 24px;
		}
		#facebookBtn,
		#twitterBtn {
			float: right;
			margin-left: 15px;
		}
		#facebookBtn {
			width: 70px;
			overflow:hidden;
		}
		#twitterBtn {
			width: 68px;
			overflow:hidden;
		}
		#lineBtn {
			display: block;
			float: right;
		}
	}

	/* -- >>> styles for medium layout ----- */
	@media screen and (min-width: 600px) and (max-width: 959px) {
		.social.pc {display: none;}
		.social {
		    padding: 2px 10px;
		}
		#facebookBtn,
		#twitterBtn {
			float: right;
		}
		#facebookBtn {
			margin: 0 10px;
		}
	}

	/* -- >>> styles for wide layout ----- */
	@media screen and (min-width: 960px) {
		.social.sp { display: none;}
		#facebookBtn,
		#twitterBtn {
			float: right;
		}
		#facebookBtn {
			margin: 0 10px;
		}
	}

/*-- social ここまで--*/



/*--SP sidepanel--*/

.navHandler.trigger {
	display: none;
}

	/* -- >>> styles for narrow layout ----- */
	@media screen and (max-width: 599px) {
		.navHandler.trigger {
			display: block;
			position: fixed;
			bottom: 30px;
			right: -15px;
			z-index: 20;
			-moz-transition: all 300ms ease-in-out;
			-webkit-transition: all 300ms ease-in-out;
			transition: all 300ms ease-in-out;
		}
		.panelopened .navHandler.trigger {
			right: 150px;
		}
		.navHandler.trigger a{
			position:relative;
			display: block;
			height: 0;
			width: 36px;
		    border-bottom: 56px solid rgba(0, 0, 0, 0.80);
		    border-left: 10px solid transparent;
		    border-right: 10px solid transparent;
		    text-decoration:none;
			-moz-transform: rotate(-90deg);
			-webkit-transform: rotate(-90deg);
			transform: rotate(-90deg);
		}
		.navHandler.trigger a span{
			position:absolute;
			top: 5.5px;
			right: 7.5px;
			-moz-transform: rotate(90deg);
			-webkit-transform: rotate(90deg);
			transform: rotate(90deg);
		}
		.navHandler.trigger a span i{
			color:#fff;
		}
	}

	/* -- >>> styles for medium layout ----- */
	@media screen and (min-width: 600px) and (max-width: 959px) {
		.navHandler.trigger {
		}
	}

	/* -- >>> styles for wide layout ----- */
	@media screen and (min-width: 960px) {
		.navHandler.trigger {
		}
	}


#sidepanel {
	display: none;
}
#sidepanel li a {
}

	/* -- >>> styles for narrow layout ----- */
	@media screen and (max-width: 599px) {
		#sidepanel {
			display: block;
			overflow-y: auto;
			position: fixed;
			top: 0;
			right: -150px;
			width: 150px;
			height: 100%;
			background: rgba(0, 0, 0, 0.80);
			-moz-transition: all 300ms ease-in-out;
			-webkit-transition: all 300ms ease-in-out;
			transition: all 300ms ease-in-out;
		}
		.panelopened #sidepanel {
			right: 0;
		}
		#sidepanel li {
			padding:0 5px;
		}
		#sidepanel li a {
			display: block;
			padding: 8px;
			text-decoration: none;
			color: #fff;
			border-bottom: 1px dotted #ccc;
		}
		#sidepanel li a.lineup {
			border-bottom: none;
		}
		#sidepanel li a.lineupSubItem {
			position: relative;
			padding: 6px 8px;
			border-bottom: none;
			font-weight: normal;
			font-size: 11px;
			font-size: 1.1rem;
		}
		#sidepanel li a.lineupSubItem:before {
			position: absolute;
			bottom: 0;
			left: 5%;
			display: block;
			content: "";
			height: 1px;
			width: 90%;
			background-color: #ccc;
			background-color: rgba(204,204,204,.6);
		}
		#sidepanel li a.lineupSubItem:last-child {
			padding-bottom: 18px;
			border-bottom: 1px dotted #ccc;
		}
		#sidepanel li a.lineupSubItem:last-child:before {
			display: none;
		}
		#sidepanel li a.lineupSubItem span {}
		#sidepanel p a{
			display: block;
			margin:0 auto;
			padding: 2px;
			text-decoration: none;
			color: #aaa;
			width: 60px;
			height:47px;
			background:#444;
			line-height: 1.2;
			-moz-border-radius: 6px;
			-webkit-border-radius: 6px;
			border-radius: 6px;
		}
	}

	/* -- >>> styles for medium layout ----- */
	@media screen and (min-width: 600px) and (max-width: 959px) {
		#sidepanel {
		}
	}

	/* -- >>> styles for wide layout ----- */
	@media screen and (min-width: 960px) {
		#sidepanel {
		}
	}

/*--SP sidepanel ここまで--*/






.formLabel {
	font-weight: bold;
}

.formField {
	border-bottom: 1px dotted;
}

.formButtons {
	padding: 10px;
	text-align: center;
}

.required {
	margin-left: 5px;
	color: #F33;
	font-size: 80%;
}

	/* -- >>> styles for narrow layout ----- */
	@media screen and (max-width: 599px) {
		.form {
			padding: 0 10px;
		}

		.formLabel {
			padding: 5px 0;
		}

		.formField {
			margin-bottom: 10px;
			padding: 5px 0;
		}
	}

	/* -- >>> styles for medium layout ----- */
	@media screen and (min-width: 600px) and (max-width: 959px) {
		.form {
			padding: 0 10px;
		}

		.formLabel {
			padding: 5px 0;
		}

		.formField {
			margin-bottom: 10px;
			padding: 5px 0;
		}
	}

	/* -- >>> styles for wide layout ----- */
	@media screen and (min-width: 960px) {
		.form {
			padding: 0 20px;
		}

		.formLabel {
			float: left;
			width: 180px;
			padding: 5px 0;
		}

		.formField {
			width: 100%;
			padding: 5px 0 5px 180px;
			box-sizing: border-box;
		}
	}



/*
* pagetop
* ----------------------------------
*/

.pagetop {
	display: none;
	position: fixed;
	right: 20px;
	bottom: 40px;
	z-index: 11;
}
.pageTopTxt {
	margin-left: -50px;
}

.pagetop a{
	display: block;
}

	/* -- >>> styles for narrow layout ----- */
	@media screen and (max-width: 599px) {
		.pagetop {
			display: none !important;
		}
	}

	/* -- >>> styles for medium layout ----- */
	@media screen and (min-width: 600px) and (max-width: 959px) {
	}

	/* -- >>> styles for wide layout ----- */
	@media screen and (min-width: 960px) {
		.pagetop a:hover{
			-webkit-animation :spin .3s linear infinite;
			-moz-animation: spin .3s linear infinite;
			-ms-animation: spin .3s linear infinite;
			-o-animation: spin .3s linear infinite;
			animation: spin .3s linear infinite;
		}
	}
	@-webkit-keyframes spin {
		0% {-webkit-transform: rotate(0deg);}
		100% {-webkit-transform: rotate(360deg);}
	}
	@-moz-keyframes spin {
		0% {-moz-transform: rotate(0deg);}
		100% {-moz-transform: rotate(360deg);}
	}
	@-ms-keyframes spin {
		0% {-ms-transform: rotate(0deg);}
		100% {-ms-transform: rotate(360deg);}
	}
	@-o-keyframes spin {
		0% {-o-transform: rotate(0deg);}
		100% {-o-transform: rotate(360deg);}
	}
	@keyframes spin {
		0% {transform: rotate(0deg);}
		100% {transform: rotate(360deg);}
	}


/*
* accordion
* ----------------------------------
*/
#contents .accordion p.btn.accordionBtn {
	padding: 0 30%;
}
#contents .accordion p.btn.accordionBtn a{
	background: #A89554;
	/*font-size: 14px;*/
}
#contents .accordion p.btn a .minus{
	display: none;
}
#contents .accordion .opened p.btn a .minus{
	display: inline;
}
#contents .accordion .opened p.btn a .plus{
	display: none;
}

#contents .accordion dd{
	display: none;
	border-bottom: none;
	margin-bottom: 40px;
	padding-top: 2em;
	padding-bottom: 0;
	padding-left: 0;
}
#contents .accordion:last-child dd {
	margin-bottom: 0;
	padding-bottom: 0;
}


/*
* otherModule
* ----------------------------------
*/
.borderBottomDotted {
	padding-bottom: 10px;
	border-bottom: 1px dotted #929292;
}

/*--imageList--*/
.colWrap {
	text-align: center;
	font-size: 0;
	margin-right: -10px;
	margin-left: -10px;
}
.colWrap .itemCol {
	display: inline-block;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
}
.colWrap.col3 .itemCol {
	width: 33%;
	margin-bottom: 20px;
}
.colWrap .itemCol .imageItemCol img {
	max-width: 100%;
}


	/* -- >>> styles for narrow layout ----- */
	@media screen and (max-width: 599px) {
		.colWrap {
			margin-right: -5px;
			margin-left: -5px;
		}
		.colWrap .itemCol {
			padding: 0 5px;
		}
		.colWrap.col3 .itemCol {
			width: 50%;
		}
	}

	/* -- >>> styles for medium layout ----- */
	@media screen and (min-width: 600px) and (max-width: 959px) {
		.l-main h2{
		}
	}

	/* -- >>> styles for wide layout ----- */
	@media screen and (min-width: 960px) {
		.l-main h2{
		}
	}
