@charset "utf-8";


/* common
-------------------------------------------------------------------- */
body {
	background: url(../imgs/bg.jpg) left top repeat-x #dffff2;
	color: #442200;
	font-size: 13px;
	letter-spacing: 0.1em;
    line-height: 1.3;
}

a {
	color: #069;
}

a:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
}

img {
	-ms-interpolation-mode: bicubic;
}

p {
	margin-bottom: 1.2em;
}

p:last-child {
	margin-bottom: 0;
}

dt,
dd,
li {
    letter-spacing: 0.1em;
}

h1 {
	line-height: 0;
}



/* container
-------------------------------------------------------------------- */
#container {
	background: #fff;
	border-left: 5px solid #b8ebb5;
	border-right: 5px solid #b8ebb5;
	margin: 0 auto;
	padding: 0 0 40px;
	overflow: hidden;
	width: 1060px;
}

#container a {
	color: #3f70a8;
	font-weight: 400;
}

#container a:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
}

#container img {
	-ms-interpolation-mode: bicubic;
}

#container p {
	margin-bottom: 1.2em;
}

#container p:last-child {
	margin-bottom: 0;
}

#container dt,
#container dd,
#container li {
    letter-spacing: 0.1em;
}

#container section {
	margin-bottom: 50px;
}

#container strong {
	font-weight: bold;
}

#container h2 {
	color: #16e5b7;
	font-size: 36px;
	font-weight: bold;
}

#container h3 {
	font-size: 20px;
	color: #48ce50;
	margin: 30px 0 10px;
}

#container .comment {
    color: #ff003f;
}


/* title
-------------------------------------------------------------------- */
#title {
	margin-bottom: 50px;
	position: relative;
	text-align: center;
}

#titleTw {
	position: absolute;
	left: 20px;
	bottom: 0;
}


/* special
-------------------------------------------------------------------- */
#special h2,
#special h3,
#container #special strong {
	color: #db4141;
}

#special strong {
	font-size: 20px;
}

#special .contWrap {
	background: #ffffff;
	padding: 15px;
}


#special .lead {
	
	margin:5px;
	overflow: hidden;
	display: table-cell;
}

#special figure {
	float: left;
	margin-bottom: 20px;
	overflow: hidden;
}

#actorList {
	clear: both;
	text-align: left;
	margin-bottom: 10px;
}

#actorList dt {
	font-weight: bold;
	font-size: 24px;
	color: #db4141;
	margin: 30px 0 10px;
}

#actorList dt:before  {
	content: "＜";
	margin-right: 10px;
}

#actorList dt:after  {
	content: "＞";
	margin-left: 10px;
}

#actorList dd {
	display: table;
}

#actorList table {
	display: table-cell;
	vertical-align: top;
}

#actorList table + table {
	padding-left: 10px;
}

#actorList th,
#actorList td {
	background: #fff;
	border: #9b9da0 solid 1px;
    list-style: none;
	padding: 2px 5px;
	vertical-align: middle;
}

#actorList th {
	width: 325px;
}

#actorList td {
	text-align: center;
	width: 160px;
}

#spcd .contentsWrap #actorList + p {
	font-size: 13px;
	text-align: right;
}

#actorList table span,
#actorList + p span {
	color: #fe9602;
}


/* section
-------------------------------------------------------------------- */
#container section {

	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	margin: 0 30px 50px;
	padding: 20px;
	overflow: hidden;
	position: relative;
}

.tw {
	position: absolute;
	right: 20px;
	top: 20px;
}

.data {
	background: #0cc61d;
	border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
	margin: 10px 0;
	padding-left: 20px;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	color: #fff;
}


/* contWrap
-------------------------------------------------------------------- */
.contWrap + .contWrap {
	margin-top: 30px;
}

.contWrapInner {
	background: #b8ebb5;
	margin: 10px 0;
	padding: 10px;
	overflow: hidden;
}

.contWrapInner hr {
    border: 0;
    border-bottom: 1px solid #48ce50;
    margin: 10px 0;
    padding: 0;
    height: 0;
}

#container .contWrapInner h3 {
	font-size: 20px;
	color: #48ce50;
	margin: 20px 0 10px;
}

#container .contWrapInner h4 {
	font-size: 16px;
	color: #48ce50;
	margin: 20px 0 10px;
}

#container .contWrapInner h3:first-child {
	margin: 0 0 10px;
}

.innerImg {
	float: left;
	text-align: center;
}

.innerImg dl {
	margin-top: 1.2em;
}

.innerImg dt {
	margin-bottom: 5px;
}

.innerText {
	padding-left: 420px;
}

.innerText dt {
	font-weight: bold;
}

.innerImg dd + dt,
.innerText dd + dt {
	margin-top: 1.2em;
}

#container .btn_list a {
	background: #fc0490;
	border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
	box-shadow:5px 5px 10px rgba(0, 0, 0, 0.2);
	color: #fff;
	display: block;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	margin: 10px 0 30px;
	text-decoration: none;
	text-align: center;
	height: 60px;
	width: 300px;
}

.movie {
	margin-bottom: 10px;
}

.artists li {
    display: inline-block;
    margin: 5px;
    vertical-align: top;
    width: 230px;
}



.contWrapInner2 {
	background: #b8ebb5;
	margin: 10px 0;
	padding: 10px;
	overflow: hidden;
		border-style: solid 3px;
	border-color: #419E00;
}


.innerImg {
	float: left;
	text-align: center;
}

.innerImg dl {
	margin-top: 1.2em;
}

.innerImg dt {
	margin-bottom: 5px;
}

.innerText {
	padding-left: 420px;
}

.innerText dt {
	font-weight: bold;
}

.innerImg dd + dt,
.innerText dd + dt {
	margin-top: 1.2em;
}




/* boxWrap
-------------------------------------------------------------------- */
.boxWrap {
	margin: 0 -10px;
	overflow: hidden;
}

.box {
	background: #fff;
	border: 1px solid #9b9da0;
	float: left;
	width: 448px;
	margin: 10px;
	padding: 10px;
	overflow: hidden;
	text-align: left;
}

.box h4 {
	color: #48ce50;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px;
}

.boxPhoto {
	width: 200px;
	float: left;
	text-align: center;
}

.boxPhoto > img {
	margin-bottom: 10px;
	height: auto;
	width: 200px;
}

.boxlink {
	display: table;
}

.boxlink li + li {
	margin-top: 10px;
}

.boxlink a {
	display: table-cell;
	font-size: 12px;
	height: 43px;
	width: 200px;
	vertical-align: bottom;
	text-align: right;
	text-decoration: none;
}

.boxlink .otomart a {
	background: url(../imgs/bn_otomart.jpg) left top no-repeat;
}

.boxlink .otoizumi a {
	background: url(../imgs/bn_otoizumi.gif) left top no-repeat;
}

.boxText {
	width: 238px;
	float: right;
}

.icon {
	margin-bottom: 10px;
	overflow: hidden;
}

.icon li {
	background-size: 100%;
	float: left;
	padding-top: 50px;
	height: 0;
	width: 50px;
	overflow: hidden;
}

.icon li + li {
	margin-left: 5px;
}

.icon .favor {background-image: url(../imgs/icon_favor.png);}
.icon .presale {background-image: url(../imgs/icon_presale.png);}
.icon .limited {background-image: url(../imgs/icon_limited.png);}
.icon .newitem {background-image: url(../imgs/icon_newitem.png);}

.boxWrap.boxCard .box h4 {
	font-size: 14px;
}

.boxWrap.boxCard .box {
	width: 203px; 
}

.boxWrap.boxCard .boxPhoto {
	float: none;
	margin-bottom: 10px;
	text-align: center;
}

.boxWrap.boxCard .boxText {
	float: none;
	width: auto;
}

#container .list a {
	background: #48ce50;
	border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
	color: #fff;
	display: block;
	font-size: 20px;
	height: 50px;
	line-height: 20px;
	margin: 10px 0;
	padding-top: 10px;
	text-decoration: none;
	text-align: center;
}

.otherGoods {
    border: 2px solid #329ced;
    margin: 30px;
    padding: 15px;
    font-size: 24px;
    color: #329ced;
    font-weight: bold;
    text-align: center;
}
.otherGoods2 {
    border: 2px solid #fa8eff;
    margin: 30px;
    padding: 15px;
    font-size: 24px;
    color: #fa8eff;
    font-weight: bold;
    text-align: center;
}


/* event
-------------------------------------------------------------------- */
#event h2,
#event h3,
#container #event strong {
	color: #847400;
}

#event .contWrap {
	background: #ffffc8;
    overflow: hidden;
}


#event .contWrapInner {
	background: #ffffff;
	margin: 20px;
	padding: 20px;
	overflow: hidden;
		
}


#event .contWrap dt {
	color: #847400;
	font-weight: 700;
	font-size: 16px;
}

#event .contWrap dd{
	color: red;
}

#event .contWrap dd {
	margin-bottom: 1.2em;
}

.attention h4,
.attention li {
	color: #f00;
}

#event .stampmap{
    width: 400px;
    float: left;
}

#event .stamplist{
    width: 550px;
    margin-left: 10px;
    float: left;
}
#event .personality{
    margin-bottom: 0;
    font-size:.95em;
}


/* goods
-------------------------------------------------------------------- */
#goods h2 {
	color: #3f70a8;
}

#goods h2 + p {
	color: #fb317e;
	font-size: 20px;
	font-weight: 700;
}

#goods .contWrap {
	background: #e6ebee;
	padding: 10px;
	text-align: center;
}

#goods .contWrapInner {

}


#goods h3 {
	background: #3f70a8;
	color: #fff;
	line-height: 40px;
	margin-bottom: 0;
	padding-left: 15px;
}

#goods h3:before {
	content: "▼";
	padding-right: 5px;
}

#goods h4 {
	background-size: 57px;
	color: #3f70a8;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px;
	padding-left: 67px;
}

.iconCd {
	background: url(../imgs/icon-cd.png) no-repeat left top;
}

.iconGoods {
	background: url(../imgs/icon-goods.png) no-repeat left top;
}

.fixHeight,
.boxWrap {
	overflow: hidden;
}

.box {
	background: #fff;
	border: 1px solid #9b9da0;
	float: left;
	width: 436px;
	margin: 10px;
	padding: 10px;
	overflow: hidden;
	text-align: left;
}

.boxPhoto {
	width: 180px;
	float: left;
	text-align: center;
}

.boxPhoto > img {
	margin-bottom: 10px;
	height: auto;
	width: 160px;
}

/*
.boxPhoto a {
	background: url(../imgs/btn_about_off.jpg) left top no-repeat;
	display: block;
	padding-top: 45px;
	height: 0;
	width: 200px;
	overflow: hidden;
}

.boxPhoto a:hover {
	background: url(../imgs/btn_about_on.jpg) left top no-repeat;
}*/

.boxlink {
	display: table;
}

.boxlink li {
	margin-bottom: 10px;
}

.boxlink a {
	display: table-cell;
	font-size: 12px;
	height: 43px;
	width: 200px;
	vertical-align: bottom;
	text-align: right;
	text-decoration: none;
}

.boxlink .otomart a {
	background: url(https://www.onsen.ag/img/detail/bn_otomart.png) left top no-repeat;
	background-size: 200px 43px;
}

.boxlink .otoizumi a {
	background: url(../imgs/bn_otoizumi.gif) left top no-repeat;
}

.boxText {
	width: 238px;
	float: right;
}

.backNoWrap {
	float: left;
	width: 468px;
}

.backNo .boxPhoto {
	width: 130px;
}

.backNo .boxPhoto img {
	margin-bottom: 0;
	height: 130px;
	width: 130px;
}

.backNo .boxText a {
	background: url(../imgs/btn_about_off.jpg) left top no-repeat;
	background-size: 100%;
	display: block;
	margin-left: 178px;
	padding-top: 29px;
	height: 0;
	width: 130px;
	text-align: right;
	overflow: hidden;
}

.backNo .boxText a:hover {
	background: url(../imgs/btn_about_on.jpg) left top no-repeat;
	background-size: 100%;
}

.backNo .boxText {
	width: 308px;
	float: right;
}

.icon {
	margin-bottom: 10px;
	overflow: hidden;
}

.icon li {
	background-size: 100%;
	float: left;
	padding-top: 50px;
	height: 0;
	width: 50px;
	overflow: hidden;
}

.icon li + li {
	margin-left: 5px;
}

.icon .favor {
	background-image: url(../imgs/icon_favor.png);
}

.icon .presale {
	background-image: url(../imgs/icon_presale.png);
}

.icon .limited {
	background-image: url(../imgs/icon_limited.png);
}

.icon .newitem {
	background-image: url(../imgs/icon_newitem.png);
}

.iconCd {
    background: url(../imgs/icon-cd.png) no-repeat left top;
}



.other {
    border: 2px solid #0c9217;
    margin: 30px 80px;
    padding: 15px;
    font-size: 24px;
    color: #0c9217;
    font-weight: bold;
    text-align: center;
}



/* copyright
-------------------------------------------------------------------- */
.copyright {
	font-size: 12px;
	margin: 50px 30px;
}


/* accordion 
-------------------------------------------------------------------- */
.accordionTitle {
	cursor: pointer;
    color: #48ce50;
    font-size: 16px;
    font-weight: 700;
    margin: 20px 0;
}

.accordionComment {
	background: rgba( 255, 255, 255, 0.7 );
	display: none;
	margin: 20px 0;
	padding: 20px;
}


/*　formSet
-------------------------------------------------------------------- */
.formSet{
	margin-bottom:5px;
	margin-left:40px;
	padding-top:10px;
}

.formSet p.formSetLeft{
	width:280px;
	float:left;
	margin-right:20px;
	text-align:right;
	min-height:10px;
}

.formSet div.formSetRight{
	width:400px;
	float:left;
}

.formSetText{
	padding-top:10px;
}

.formSet input[type="text"] {
	background-color:#f7f7f7;
	color: #000;
	font-size: 16px;
	line-height: 1em;
	padding:8px 12px;
	border:1px solid #d3d3d3;
	width:350px;
}

.formSet textarea.areaText {
	background-color:#f7f7f7;
	color: #000;
	font-size: 14px;
	line-height: 1.6em;
	padding: 12px;
	border:1px solid #d3d3d3;
	width:476px;
	height:150px;
}

p#requiredEntryText,
p.requiredEntryText {
	padding-left:340px;
	color:#ff0000;
}

.requiredEntry{
	color:#ff0000;
	padding-right:1em;
}

.formBtnWrap {
	margin-top:50px;
	text-align:center;
}

.formBtnWrap input{
	background: #0cc61d;
	border: 1px solid #0cc61d;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size:16px;
	padding: 15px 30px;
	overflow: hidden;
	line-height: 1em;
	text-align: center;
	text-decoration: none;
	margin: 0 5px;
}

.formBtnWrap input:hover{
	background-color:#f7f7f7;
	color:#0cc61d !important;
}


/* mogucomi
-------------------------------------------------------------------- */
#mogucomi h2 {
	color: #fcc605;
}



#mogucomi .contWrapInner {
	background: #ffefb7;
}


/* selector
-------------------------------------------------------------------- */
#selector h2 {
	color: #ee9df3;
}

#selector .contWrapInner {
	background: #fce4fe;
}

/* tokuten
-------------------------------------------------------------------- */
#tokuten h2 {
	color: #fc4341;
}

#tokuten .contWrapInner {
	background: #fee0e0;
}

.tokuten {
	overflow: hidden;
	margin-bottom: 20px;
	paddig-bottom: 20px;
}

.innerText_tokuten {
	padding-left: 300px;
}

hr{
	border-bottom: 1px solid #48ce50;
}

.tokuten h3{
	color: #fcc605;
}

.tokutenImg {
	text-align: center;
}

.tokutenImg li {
	display: inline-block;
	width: 280px;
	text-align: center;
	vertical-align: top;
}

.tokutenImg li img {
	height: auto;
	width: 280px;
}