@charset "utf-8";

a {
	text-decoration: underline;
}
li, ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
a img{
	border: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote, div {
	margin: 0px;
	padding: 0px;
}
dl, dt, dd {
	margin: 0;
	padding: 0;
	background: none;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
	list-style-type: none;
	zoom: normal;
}
p {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAC0lEQVQIW2NkAAIAAAoAAggA9GkAAAAASUVORK5CYII=") ;
}
a {
	word-break: break-all;
}
img {
	max-width: 100%;
	width: auto;
	height: auto;
	border: none;
	vertical-align:bottom;
	backface-visibility: hidden;
}
hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

/* SNSボタン設定 */
.social {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}
/* SNSボタン設定 */
.social li img {
	width: 80px;
}

.lity-content {
	background-color: #FFF!important;
}



#midashibar {
	width: auto;
	height: 15px;
	font-size: 11px;
	color: white;
	padding: 5px;
	background-color: #E3017F;
	text-align: left;
}

.hedding {
	width: auto;
	padding: 5px;
	text-align: left;
	border-radius: .3em;
	font-size: 12px;
	line-height: 14px;
}
.hedding span {
	display: inline-block;
}
.menu, .menu * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	text-align: left;
}
.menu {
	margin-bottom: 30px;
}
.menu ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.menu ul li {
	width: calc(100% / 3);
	padding: 5px;
}
.menu ul li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px 15px;
	border-radius: 3px;
	text-align: center;
	text-decoration: none;
	word-break: keep-all;
}
.menu ul li a:hover {
	opacity: .8;
	text-decoration: none;
}
@media screen and (max-width:480px) {
	.menu ul li {
		width: calc(100% / 2);
	}
	.menu ul li a {
		padding: 10px 5px;
	}
}

.menu_oversea, .menu_oversea * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	text-align: left;
}
.menu_oversea {
	margin-top: -15px;
	margin-bottom: 30px;
}
.menu_oversea ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.menu_oversea ul li {
	width: calc(100% / 4);
	padding: 5px;
}
.menu_oversea ul li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px 15px;
	border-radius: 3px;
	text-align: center;
	text-decoration: none;
}
.menu_oversea ul li a:hover {
	opacity: .8;
	text-decoration: none;
}
@media screen and (max-width:480px) {
	.menu_oversea ul li {
		width: calc(100% / 2);
	}
	.menu_oversea ul li a {
		padding: 10px 5px;
	}
}

.infomationbox, .infomationbox * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
}

.oversea {
	background-color: #425396;
	margin: 15px 1em;
	padding: 5px;
	border-radius: .3em;
}
.oversea p {
	background-color: #FFF;
	padding: 0 20px 10px;
}
.oversea .title {
	background-color: #425396;
	font-size: 140%;
	line-height: 1;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding: 5px 0 10px;
}
.oversea ul {
	background-color: #FFF;
	padding: 10px 20px;
}
@media screen and (max-width:480px) {
	.oversea ul,
	.oversea p {
		font-size: 10px;
	}
	.oversea .title {
		font-size: 140%;
	}
}

.bnrlink {
	display: block;
	color: #FFF!important;
	border-radius: 5px;
	text-decoration: none;
	margin: .5em 0;
	padding: .7em 2em .5em;
	position: relative;
	font-size: 90%;
	line-height: 1.2;
	transition: all .3s;
}
.bnrlink::before {
	content: '▼';
	display: block;
	position: absolute;
	left: .6em;
	top: 50%;
	transform:translateY(-50%) rotate(-90deg); 
}
.bnrlink:hover {
	opacity: .8;
	text-decoration: none;
}





/* goods:itembox */

.infomationbox .goodslist2 li {
	margin-bottom: 30px;
	border-radius: .3em;
}
.infomationbox .goodslist2 li:nth-child(odd) {
	background-color: var(--event-light-color);
}
.infomationbox .goodslist2 li:nth-child(even) {
	background-color: var(--event-sub-light-color);
}
.infomationbox .goodslist2 li ul.attention {
	margin: 5px 0 0;
	padding: 0;
}
.infomationbox .goodslist2 li ul.attention li {
	margin-bottom: 5px;
	border-radius: 0;
	background: none;
}
.infomationbox .goodslist2 li ul.attention li:last-child {
	margin-bottom: 0;
}

.infomationbox .goodslist2 li > a img {
	display: block;
	margin: 0 auto;
}

.infomationbox .itembox {
	background-color: rgba(255,255,255,.8);
	padding: 30px;
	letter-spacing: -.002em;
}

.itembox .hdbox {
	position: relative;
}
.itembox .hdbox .livetitle {
	font-size: 80%;
	font-weight: bold;
	color: var(--event-sub-color);
	text-shadow: 0px 0px 5px var(--event-sub-light-color);
	background-color: #FFF;
	padding: .3em 10px;
	line-height: 1;
	border-radius: .2em;
}
.itembox .hdbox .livetitle span {
	display: inline-block;
}
.itembox .hdbox .name {
	font-size: 160%;
	font-weight: 600;
	color: var(--event-color);
	text-shadow: 1px 1px 5px var(--event-light-color);
	padding: .5em 10px 0 10px;
	line-height: 1;
}
.itembox .hdbox .price {
	font-size: 180%;
	font-weight: 600;
	color: #555;
	padding: .3em 10px 0 10px;
	line-height: 1;
}
.itembox .hdbox .price span {
	font-size: 70%;
}
.itembox .hdbox .ico {
	position: absolute;
	right: 0px;
	top: 0px;
}

.itembox .imgbox {
	text-align: center;
	padding: 15px 0;
}

.itembox .txtbox {
}
.itembox .txtbox .txt {
	font-size: 120%;
	font-weight: 600;
	color: var(--event-color);
	text-shadow: 1px 1px 5px var(--event-light-color);
	line-height: 1.4;
	padding: 0 10px;
	margin-bottom: 15px;
}
.itembox .txtbox .spec {
	font-size: 80%;
	display: flex;
	flex-wrap: wrap;
	padding: 10px;
	background-color: #FFF;
	border-radius: .2em;
}
.itembox .txtbox .spec p {
	margin-right: 10px;
	padding-left: 1em;
	text-indent: -1em;
}
.itembox .txtbox .spec > p:last-child {
	margin-right: 0;
}
.itembox .txtbox .spec p span {
	display: inline-block;
	text-indent: 0;
}
@media screen and (max-width:480px) {
	.infomationbox .itembox {
		padding: 10px 10px;
	}
	.itembox .hdbox .livetitle {
		padding-right: 9vw;
	}
	.itembox .hdbox .name {
		font-size: 140%;
		/*padding: .5em 0 0 0;*/
	}
	.itembox .hdbox .price {
		font-size: 160%;
		/*padding: .3em 0 0 0;*/
	}
	.itembox .hdbox .ico img {
		width: 8vw;
		height: auto;
	}
	.itembox .txtbox .txt {
		font-size: 110%;
		/*padding: 0 0;*/
	}
}

@media screen and (max-width:480px) {
	.infomationbox .content_area .index {
		width: 100%;
		margin: 0 0 15px;
	}
}


/* タブ */

.all_area { 
	background-color: transparent;/*#efefef*/
	padding: 0;/*10px*/ 
	overflow: hidden;
}
	
.all_area div.content_area {
	background-color: transparent;
	padding: 30px 0 0;/*10px*/ 
	/*border-top: 1px dotted #bbbbbb;*/
}

.tab_area {
	overflow:hidden;
	display:flex;
	/*display: none;*/
	margin:0;
	justify-content: center;
}
.tab_area * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.tab_area li {
	padding: .5em 0;
	text-align:center; 
	border-right: 1px solid #909090;
	border-top:2px solid;
	cursor: pointer; 
	vertical-align:middle; 
	display:table-cell;  
}
.tab_area li:first-child {
	border-left: 1px dotted #909090; 
}
.tab_area li.select {
	background-color:#ffffff; 
	background-image:none; 
	cursor: default; 
}

div.content_area.hide{display:none;}

