
/* title */

.title-h2 {
	background: #666;
	width: 1200px;
	height: 70px;
	margin: 80px auto 20px;
	box-sizing: border-box;
	padding:25px 0 0 20px;
	font-size: 30px;
	font-weight: bold;
	color: #FFF;
}

h3.panel-title{
	padding: 20px;
	font-size: 28px;
	font-weight: bold;
	color: #FFF;
	line-height: 1.3em;
	filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.9));
	background-color: rgba(0, 0, 0, 0.5);
}

h3.panel-title .subtxt{
	font-size: 16px;
	display: block;
	line-height: 1.5em;
	margin-bottom: -35px;
}


/* banner */

.mainheader {
	width: 1200px;
	height: 450px;
	margin: 20px auto;
	position:relative;
}


/* area */

.outerlink-area{
	width: 1210px;
	margin: 0 auto;
}

a.overarea {
	z-index:1;
	position: absolute;
	top: 350px;
	left: 900px;
	width: 300px;
	height: 100px;
	background: #C00;
	box-sizing: border-box;
	padding: 20px;
	font-size: 24px;
	color: #FFF;
	line-height :1.3em;
	text-align: center;
	text-decoration: none;
}

a.overarea:hover{
	background: #FFF;
	color: #C00;
	opacity: 0.8;
}

.contents-area {
	width: 1230px;
	margin: 10px auto 50px auto;
	box-sizing: border-box;
	padding:0;
}

.panel-area {
	width: 1215px;
	margin-left: 15px;
}

.menu-area {
	width: 1200px;
	height: 400px;
	margin: 50px auto;
	box-sizing: border-box;
	padding:0;
}


/* menu */

.menu-leftarea{
	float: left;
	width: 780px;
	height: 400px;
}

.menu-rightarea{
	float: right;
	width: 400px;
	height: 400px;
}

.menu-box{
	height :250px;
	background: #DDD;
	box-sizing: border-box;
	padding: 8px 8px 0 8px;
	border-radius: 5px;
	margin-bottom: 20px;
}

p.menu-title{
	height: 16px;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	box-sizing: border-box;
	padding: 5px 0 23px 0;
	text-align: center;
	border-bottom: 1px dotted #444;
}

.banner-box{
	background: #CCC;
	height: 130px;
}

a.menu-button{
	background: #C00;
	display: block;
	height: 60px;
	box-sizing: border-box;
	padding: 10px;
	margin-bottom: 7px;
	vertical-align: middle;
	border-radius: 5px;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	line-height :40px;
	text-decoration: none;
}

a.menu-button:hover{
	opacity: 0.8;
	color: #FFDD00;
}

/* panel */

.panel-box {
	display: block;
	float: left;
	width: 386px;
	height: 400px;
	margin: 0 15px 20px 0;
	border: 2px solid #CCC;
	border-radius: 10px;
	position: relative;
	text-decoration: none;
	overflow: hidden;
}

.panel-box:hover:after {
	opacity: .8;
	transform: scale(1.1);
}

.panel-box a {
	position: relative;
	display: flex;
	align-items: center;
	z-index: 1;
	height: 100%;
	text-decoration: none;
	color: #fff
}

/*
a.panel-box {
	background: #C00;
	display: block;
	float: left;
	width: 390px;
	height: 400px;
	margin: 0 15px 20px 0;
	border-radius: 10px;
	position: relative;
	text-decoration: none;
}

a.panel-box:hover {
	opacity: 0.7
}
*/

.new:after{
	position: absolute;
	top: 20px;
	left: 20px;
	width: 50px;
	content:"NEW";
	font-size: 16px;
	color: #FFF;
	text-align: center;
	background:#E90000;
	padding: 5px 10px;
	border-radius: 5px;
}

.up:after{
	position: absolute;
	top: 20px;
	left: 20px;
	width: 50px;
	content:"UP";
	font-size: 16px;
	color: #FFF;
	text-align: center;
	background:#4298D7;
	padding: 5px 10px;
	border-radius: 5px;
}

.new.plt:after{
	position: absolute;
	top: 20px;
	left: 20px;
	width: 190px;
	content:"NEW [プラチナのみ搭載]";
	font-size: 16px;
	color: #FFF;
	text-align: center;
	background:#E90000;
	padding: 5px 10px;
	border-radius: 5px;
}

.up.plt:after{
	position: absolute;
	top: 20px;
	left: 20px;
	width: 190px;
	content:"UP [プラチナのみ搭載]";
	font-size: 16px;
	color: #FFF;
	text-align: center;
	background: #4298D7;
	padding: 5px 10px;
	border-radius: 5px;
}

.panel-box .linkarea {
	position: absolute;
	top: 10px;
	/*
	background-color: rgba(250,250,250,0.30);
	*/
	display: block;
	width: 390px;
	height: 60px;
	margin: 0 15px 20px 0;;
	border-radius: 0 0 10px 10px;
}

.linkbox {
	float:right;
	text-align: center;
	margin: 356px auto 0;
	padding: 10px;
	font-size: 16px;
	color: #FFF;
	background: #C00;
	width: 130px;
	height: 14px;
	border-radius: 5px 0 0 0;
	/*
	box-shadow: 0 3px 2px 2px rgba(0, 0, 0, 0.3);
	*/
}

/* panel number */

.panel-box.bgimg1:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	background: url(/products/ichitaro_2022/images/panel01.jpg) no-repeat center center;
	background-size: cover;
	transition: all .3s ease-out;
}

.panel-box.bgimg2:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	background: url(/products/ichitaro_2022/images/panel02.jpg) no-repeat center center;
	background-size: cover;
	transition: all .3s ease-out;
}

.panel-box.bgimg3:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	background: url(/products/ichitaro_2022/images/panel03.jpg) no-repeat center center;
	background-size: cover;
	transition: all .3s ease-out;
}

.panel-box.bgimg4:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	background: url(/products/ichitaro_2022/images/panel04.jpg) no-repeat center center;
	background-size: cover;
	transition: all .3s ease-out;
}

.panel-box.bgimg5:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	background: url(/products/ichitaro_2022/images/panel05.jpg) no-repeat center center;
	background-size: cover;
	transition: all .3s ease-out;
}

.panel-box.bgimg6:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	background: url(/products/ichitaro_2022/images/panel06.jpg) no-repeat center center;
	background-size: cover;
	transition: all .3s ease-out;
}

.panel-box.bgimg7:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	background: url(/products/ichitaro_2022/images/panel07.jpg) no-repeat center center;
	background-size: cover;
	transition: all .3s ease-out;
}

.panel-box.bgimg8:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	background: url(/products/ichitaro_2022/images/panel08.jpg) no-repeat center center;
	background-size: cover;
	transition: all .3s ease-out;
}

.panel-box.bgimg9:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	background: url(/products/ichitaro_2022/images/panel09.jpg) no-repeat center center;
	background-size: cover;
	transition: all .3s ease-out;
}

.panel-box.bgimg10:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	background: url(/products/ichitaro_2022/images/panel10.jpg) no-repeat center center;
	background-size: cover;
	transition: all .3s ease-out;
}

.panel-box.bgimg11:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	background: url(/products/ichitaro_2022/images/panel11.jpg) no-repeat center center;
	background-size: cover;
	transition: all .3s ease-out;
}

.panel-box.bgimg12:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	background: url(/products/ichitaro_2022/images/panel12.jpg) no-repeat center center;
	background-size: cover;
	transition: all .3s ease-out;
}

.panel-box.bgimg13:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	background: url(/products/ichitaro_2022/images/panel13.jpg) no-repeat center center;
	background-size: cover;
	transition: all .3s ease-out;
}

.panel-box.bgimg14:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	background: url(/products/ichitaro_2022/images/panel14.jpg) no-repeat center center;
	background-size: cover;
	transition: all .3s ease-out;
}

.panel-box.bgimg15:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	background: url(/products/ichitaro_2022/images/panel15.jpg) no-repeat center center;
	background-size: cover;
	transition: all .3s ease-out;
}

.panel-box.bgimg16:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	background: url(/products/ichitaro_2022/images/panel16.jpg) no-repeat center center;
	background-size: cover;
	transition: all .3s ease-out;
}

.panel-box.bgimg17:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	background: url(/products/ichitaro_2022/images/panel17.jpg) no-repeat center center;
	background-size: cover;
	transition: all .3s ease-out;
}

.panel-box.bgimg18:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	background: url(/products/ichitaro_2022/images/panel18.jpg) no-repeat center center;
	background-size: cover;
	transition: all .3s ease-out;
}

.panel-box.bgimg19:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	background: url(/products/ichitaro_2022/images/panel19.jpg) no-repeat center center;
	background-size: cover;
	transition: all .3s ease-out;
}

.panel-box.bgimg20:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	background: url(/products/ichitaro_2022/images/panel20.jpg) no-repeat center center;
	background-size: cover;
	transition: all .3s ease-out;
}

.panel-box.bgimg21:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	background: url(/products/ichitaro_2022/images/panel21.jpg) no-repeat center center;
	background-size: cover;
	transition: all .3s ease-out;
}

/*
.linkbox:hover {
	background:#C00;
	color:#FFF;
}
*/


/* tana */

h2.tana-title{
	font-size: 26px !important;
	font-weight: bold !important;
	color: #666 !important;
	margin-bottom: 20px !important;
}

.jms-visitor-member-only {
	font-size: 14px !important;
	padding-bottom: 5px !important;
	margin-bottom: 30px !important;
}

#tana{
	width: 1000px;
	margin: 0 auto;
}

.tana-outer {
	widht: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 115px;
}


/* camp banner */

#jscampaign1 {
	width: 960px;
	margin: 50px auto 0;
	
}

/* fixbanner */

.fixbanner {
	position: sticky;
	right:0;
	bottom:0px;
	z-index: 9999;
	width: 100%;
	height: 100px; /* バナー数に合わせて高さを調整 */
	background: rgba(255,255,255,0.8); /* フローティング背景色(R255,G255,B255,透過率[0.0～1.0]) */
	/* border-radius: 10px 0 0 10px; */
	box-sizing: border-box;
	padding: 30px 55px;
}

.fixbanner a {
	float: left;
	display: block;
	width: 350px;
	height :40px;
	background: #C00;
	margin-right: 30px;
	box-sizing: border-box;
	padding: 12px;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	border-radius: 5px;
	box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.5);
}

.fixbanner a.last {
	margin-right: 0;
}

/* option */

.headerTopContent ul li{
	list-style-type: none;
}

/* clearfix */

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
 
.clearfix:before {
　　　　content: "";
	display: block;
	clear: both;
}
 
.clearfix {
	display: block;
}