@charset "utf-8";

/* ブラウザのスクロールバー */
html {
	scrollbar-width: thin;
	scrollbar-color: #0ba2d2 #eee;
	overflow-x: hidden;
	overflow-y: scroll;
}


a:link {
	color: #E4007F;
	text-decoration: none;
}
a:visited {
	color: #E4007F;
	text-decoration: none;
}
a:hover {
	color: #FF00CC;
	text-decoration: underline;
}
a:active {
	color: #FF00CC;
	text-decoration: none;
}
img {
	max-width: 100%;
}


body {
	font-family: "heisei-maru-gothic-std", sans-serif;
	font-weight: 400;
	font-style: normal;
	position: relative;
	line-height: 1.2;
}
html,body {
	width: 100vw;
}
.wrap {
	display: none;
	position: relative;
}

body::after {
	content: '';
	width: 100%;
	height: 100vh;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	background-image: url("../img/bg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

span.new {
	font-size: 60%;
	color: #fff;
	margin-left: 1em;
	display: inline-block;
	background-color: red;
	border-radius: .5em;
	padding: .3em 1em 0;
}



/* header */
#header {
	position: relative;
	width: 100%;
}
#header::after {
	content: "";
	clear: both;
	display: block;
	width: 100%;
}


/* header > global_nav */
#global_nav {
	position: relative;
	width: 100%;
	color: white;
	font-size: 10px;
	background-color: #e4007f; /* base color */
	padding: .5em 0;
	z-index: 999;
}
#portal {
	margin: 0 0 0 1em;
	line-height: 1;
	height: 1em;
}
#worldwide {
	margin: -1em 1em 0;
	float: right;
	line-height: 1;
	height: 1em;
}
	
#portal a:link,
#worldwide a:link {
	color: #fff; text-decoration: none;
}
#portal a:visited,
#worldwide a:visited {
	color: #fff;
	text-decoration: none;
}
#portal a:hover,
#worldwide a:hover {
	color: #fff;
	text-decoration: none;
}
#portal a:active,
#worldwide a:active {
	color: #fff;
	text-decoration: none;
}


.kvbox {
	background-color: #fff;
}
.kvbox::-webkit-scrollbar,
.kvbox *::-webkit-scrollbar {
	display: none;
}
.kv,
.kv > div,
.kv img,
.kv ul,
.kv ul li {
	aspect-ratio: 2600/1840;
	overflow-y: hidden;
	overflow-x: hidden;
}
@media(min-width:1301px) {
	.kv {
		width: 100%;
		max-width: 1300px;
		margin: 0 auto;
		position: relative;
	}
	.kv > div {
		position: absolute;
		width: 100%;
		max-width: 1300px;
		top: 0;
		left: 0;
	}
	.kv ul {
		width: 100%;
		max-width: 1300px;
		position: relative;
	}
	.kv ul li {
		position: absolute;
		top: 0;
		left: auto;
		right: auto;
	}
}
/*@media(max-width:1300px) and (min-width:1132px) {
	.kv {
		width: 100%;
		height: 920px;
		margin: 0 auto;
		position: relative;
		overflow: hidden;
	}
	.kv > div {
		position: absolute;
		width: 1300px;
		height: 920px;
		top: 0;
		left: calc((100vw - 1300px) / 2);
	}
	.kv img {
		width: 1300px;
		height: 920px;
	}
	.kv ul {
		width: 1300px;
		height: 920px;
		position: relative;
	}
	.kv ul li {
		width: 1300px;
		height: 920px;
		position: absolute;
		top: 0;
		left: auto;
		right: auto;
		overflow: hidden;
	}
}*/
@media(max-width:1300px) {
	.kv {
		height: calc(920 / 1300 * 100vw);
		width: 100%;
		margin: 0 auto;
		position: relative;
	}
	.kv > div {
		position: absolute;
		height: calc(920 / 1300 * 100vw);
		width: 100%;
		top: 0;
		left: 0;
	}
	.kv img {
		height: calc(920 / 1300 * 100vw);
		width: 100%;
	}
	.kv ul {
		height: calc(920 / 1300 * 100vw);
		width: 100%;
		position: relative;
	}
	.kv ul li {
		height: calc(920 / 1300 * 100vw);
		width: 100%;
		position: absolute;
		top: 0;
		left: auto;
		right: auto;
	}
}
.contentskv {
	position: relative;
}
.contentskv li {
	position: absolute;
	top: 0;
	left: auto;
	right: auto;
	overflow: hidden;
}

main {
	width: 100%;
}
main::before {
	content: '';
	width: 100%;
	height: 100px;
	position: absolute;
	top: 0;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.00) 100%);	
}
main::after {
	content: '';
	width: 100%;
	height: 100px;
	position: absolute;
	bottom: 0;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,0.00) 0%,rgba(255,255,255,1.00) 100%);
	z-index: -1;
}
#main {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	padding: min(2.5vw, 60px) 0;
	position: relative;
	z-index: +1;
}
#main > article {
	margin-bottom: 60px;
}
@media(max-width:480px) {
	#main {
		padding: 30px 0;
	}
	#main > article {
		margin-bottom: 30px;
	}
}
#main > article:last-child {
	margin-bottom: 0;
}
.catch {
	text-align: center;
	font-weight: 800;
	font-size: min(36px, 6.4vw);
	color: #E4007F;
	margin-bottom: .8em;
}
.catch span {
	display: inline-block;
}
.lead {
	text-align: center;
	padding: 0 15px;
	font-size: min(20px, 3.0vw);
	line-height: 1.3;
	margin-bottom: .5em;
}
div > .lead:last-child {
	margin-bottom: 0;
}
.lead span {
	display: inline-block;
}



.index {
	font-weight: 800;
	font-size: min(28px, 4.2vw);
	text-align: center;
	background-color: #e4007f;
	border: 4px solid #eb95bc;
	border-radius: 3em;
	color: #fff;
	line-height: 1;
	padding: .3em 0;
	margin: 0 15px 30px;
}
.index span {
	display: inline-block;
	margin: 0 .5em;
}


.menu ul {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	justify-content: center;
}
@media (min-width:481px) {
	.menu ul li {
		width: calc(100% / 3);
		max-width: 400px;
	}
}
@media (max-width:480px) {
	.menu ul li {
		width: calc(100% / 2);
	}
}
@media (max-width:1300px) {
	.menu ul {
		padding-left: 2.5vw;
		padding-right: 2.5vw;
	}
}
.menu ul li.single {
	width: 100%;
	max-width: 100%;
}
.menu ul li.single img {
	max-height: 100px;
}
/*.menu ul.soon li {
	opacity: .3;
}
.menu ul.soon::before {
	display: block;
	content: '詳細は後日公開！';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	font-weight: 800;
	font-size: min(36px, 6.4vw);
	color: #333;
	width: 100%;
	text-align: center;
	z-index: 1;
	-webkit-text-stroke: 1px #FFF;
	text-stroke: 1px #FFF;
}*/
.menu ul li:not(:first-child) a:last-child,
.menu ul li:not(:first-child) span {
	display: block;
	text-align: center;
	margin: 0 5% 5%;
	border-radius: 5px;
	width: 90%;
	padding: 1em 0;
	font-weight: 600;
	transition: .3s all;
}
.menu ul li:not(:first-child) a:last-child:hover {
	text-decoration: none;
}
/*.menu ul li.single a:last-child {
	display: block;
	text-align: center;
	margin: 0 2.5% 5%;
	border-radius: 5px;
	width: 95%;
	padding: 1em 0;
}*/
.menu ul > li:nth-child(odd):not(:first-child) > a:last-child,
.menu ul > li:nth-child(odd):not(:first-child) > span {
	background-color: rgba(11,162,210,.1);
	border: 2px solid rgba(11,162,210,0);
}
.menu ul > li:nth-child(odd):not(:first-child) > a:last-child:hover {
	background-color: rgba(11,162,210,1);
	border: 2px solid rgba(11,162,210,1);
	color: #fff;
}
.menu ul > li:nth-child(even) > a:last-child,
.menu ul > li:nth-child(even) > span {
	background-color: rgba(214,42,120,.1);
	border: 2px solid rgba(214,42,120,0);
}
.menu ul > li:nth-child(even) > a:last-child:hover {
	background-color: rgba(214,42,120,1);
	border: 2px solid rgba(214,42,120,1);
	color: #fff;
}
.menu ul li span {
	color: #999;
	background-color: #ddd!important;
	cursor: default!important;
}


.leadbox {
	width: 80%;
	margin: 30px auto;
	font-size: min(20px, 3.0vw);
	line-height: 1.3;
}
.leadbox > p:not(.lead) {
	line-height: 1.6;
}


table.list {
	margin: 0 auto;
}
.list hr {
	width: 100%;
	height: 2px;
	border-radius: 2px;
	background-color: #E4007F;
	margin: 2em 0;
}
.date {
	font-size: min(24px, 4.8vw);
	font-weight: 800;
	vertical-align: top;
	padding-right: 1em;
}
.date > span {
	font-size: 70%;
}
.date > span .sat {
	color: #003399;
}
.date > span .sun {
	color: #cc0000;
}
.team {
	font-size: min(24px, 4.0vw);
	font-weight: 800;
}
.field,.cast {
	padding-top: .5em;
}
table.list > tbody > tr > td tr > td:first-child:not(.nobox) {
	white-space: nowrap;
	vertical-align: top;
}
table.list > tbody > tr > td tr > td:first-child.nobox {
	background-color: transparent!important;
	padding: 30px 15px;
}
@media (min-width:961px) {
	table.list .date {
		padding-left: 10px;
	}
	table.list .team {
		padding-right: 10px;
	}
}
@media (max-width:960px) {
	table.list,
	table.list > tbody,
	table.list > tbody > tr,
	table.list > tbody > tr > td,
	table.list > tbody > tr > th {
		display: block;
	}
	table.list {
		padding: 0 15px;
	}
	table.list > tbody > tr > td,
	table.list > tbody > tr > th {
		margin-left: 15px;
		margin-right: 15px;
	}
	table.list > tbody.hr > tr > td {
		margin: 0;
	}
	table.list .date {
		position: relative;
	}
	table.list .date::after {
		content: '';
		display: block;
		width: 50%;
		height: 4px;
		position: absolute;
		left: 0;
		bottom: 2px;
		background-color: rgba(11,162,210,.2);
		border-radius: 2em;
	}
	table.list .team {
		padding-top: .5em;
	}
}
@media (max-width:480px) {
	table.list {
		padding: 0;
	}
	table.list.list_goods > tbody > tr > td,
	table.list.list_goods > tbody > tr > th {
		margin-left: 15px;
		margin-right: 15px;
	}
}
@media (min-width:961px) {
	table.list.list_goods > tbody:not(.hr) > tr > th {
		padding: 0 30px;
	}
	table.list.list_goods > tbody:not(.hr) > tr > td {
		padding: 0 30px 0 60px;
	}
}

table.list span {
	display: inline-block;
}
.goods_inner {
	width: 100%;
	border-collapse: collapse;
	margin-top: 10px;
}
.goods_inner > tbody > tr > th {
	white-space: nowrap;
	border-radius: 10em 0 0 10em;
	margin-bottom: 10px;
	padding: 5px;
	vertical-align: top;
}
.goods_inner > tbody > tr > td {
	width: 100%;
	border-radius: 0 10em 10em 0;
	margin-bottom: 10px;
	padding: 10px 20px 5px 5px;
}
.goods_inner > tbody > tr > th,
.goods_inner > tbody > tr > td {
	line-height: 1.2;
	background-color: #fff;
}
.goods_inner > tbody > tr > td.hr {
	width: 100%;
	padding: 2px 0;
	background-color: transparent;
}
.goods_inner > tbody > tr > th > span {
	padding: 13px 30px 10px;
	display: block;
	width: 100%;
	border-radius: 10em;
	background-color: #eee;
}
.goods_inner > tbody > tr > td span {
	display: inline-block;
}


.goods_inner > tbody > tr > td > table {
	border-collapse: collapse;
}
.goods_inner > tbody > tr > td > table > tbody > tr > td {
	vertical-align: top;
}
@media(max-width:640px) {
	.goods_inner > tbody > tr > th {
		border-radius: 2em 0 0 2em;
	}
	.goods_inner > tbody > tr > td {
		border-radius: 0 2em 2em 0;
		padding: 8px 5px 5px;
	}
	.goods_inner > tbody > tr > td > table,
	.goods_inner > tbody > tr > td > table tbody,
	.goods_inner > tbody > tr > td > table tr,
	.goods_inner > tbody > tr > td > table th,
	.goods_inner > tbody > tr > td > table td {
		display: block;
	}
	.goods_inner > tbody > tr > td > table:first-child {
		border-bottom: 2px dotted #eee;
		padding-bottom: 6px;
		margin-bottom: 6px;
	}
	.goods_inner > tbody > tr > td > table:last-child {
		padding: 0;
		margin: 0;
		border: none;
	}
	.goods_inner > tbody > tr > td > table tr > td:nth-child(2) {
		padding-left: 10px;
	}
}
@media (max-width:480px) {
	table.goods_inner,
	table.goods_inner tbody,
	table.goods_inner tr,
	table.goods_inner td,
	table.goods_inner th {
		display: block;
	}
	.goods_inner > tbody > tr > th {
		margin: 0;
		border-radius: 1.7em 1.7em 0 0;
	}
	.goods_inner > tbody > tr > td {
		border-radius: 0 0 1.7em 1.7em;
		padding: .5em 1em 1em 2em;
	}
	.goods_inner > tbody > tr > th > span {
		padding: .8em 2em .5em;
	}
	table.list > tbody > tr > td tr > td:first-child.nobox {
		padding: 15px 0;
	}
}



.social {
	display: flex;
	justify-content: center;
	padding: 30px 0;
}
.social li {
	margin: 0 10px;
}
.social li img {
	width: 60px;
}



#footer {
	position: relative;
	z-index: +1;
}
#footer #endbar {
	width: 100%;
	height: 4px;
	background-color: #e4007f;
}
#footer #copyright {
	color: #666;
	padding: 30px;
}
#footer #copyright p {
	margin-bottom: .5em;
	line-height: 1.2;
	font-size: 80%;
	text-align: center;
	word-break: keep-all;
}
#footer #copyright p span {
	display: inline-block;
}
#footer #copyright p:last-child {
	margin-bottom: 0;
}



#op {
	position: absolute;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	z-index: 99;
}
#op img {
	width: min(80%, 520px);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.slidein {
	opacity: 0;
	transition: all 1.0s;
}
.slidein.left {
	transform: translate(10%,0);
}
.slidein.right {
	transform: translate(-10%,0);
}
.slidein.fade {
	opacity: 0;
	transform: ease-in 1.0s;
}
.slidein.fade-in {
	transform: scale(1.2,1.2) ease-in 1.0s;
}
.slidein.fade-up {
	transform: translate(0,5%) ease-in 1.0s;
}
.slidein.scrollin {
    transform: translate(0, 0) scale(1,1)!important;
    opacity: 1!important;
}


#op img.slidein.fade-in {
	transform: scale(1.2,1.2) translate(-40%, -40%)!important;
}
#op img.slidein.fade-in.scrollin {
	transform: scale(1,1) translate(-50%, -50%)!important;
}



/*.anime00b .slidein {
	transition-delay: 1s;
}
.anime00c .slidein {
	transition-delay: 2s;
}
.anime00d .slidein {
	transition-delay: 2.5s;
}*/
.anime2 {
	z-index: 6;
}
.anime3 {
	z-index: 5;
}
.anime4 {
	z-index: 4;
}
.anime5 {
	z-index: 3;
}
.anime6 {
	z-index: 2;
}
.anime7 {
	z-index: 1;
}
.anime8 {
	z-index: 7;
}
.anime9 {
	z-index: 10;
}
.anime10 {
	z-index: 9;
}
@media(max-width:1300px) {
	.anime10 {
		display: none;
	}
}
.anime_border {
	z-index: 8;
}
body:not(.after):not(.loaded) .anime1 .slidein {/*bg*/
	transition-delay: 2.0s;
	transition-duration: .5s;
}
body:not(.after):not(.loaded) .anime2 .slidein {
	transition-delay: 1.5s;
}
body:not(.after):not(.loaded) .anime3 .slidein {
	transition-delay: 1.5s;
}
body:not(.after):not(.loaded) .anime4 .slidein {
	transition-delay: 1.5s;
}
body:not(.after):not(.loaded) .anime5 .slidein {
	transition-delay: 1.5s;
}
body:not(.after):not(.loaded) .anime6 .slidein {
	transition-delay: 1.5s;
}
body:not(.after):not(.loaded) .anime7 .slidein {
	transition-delay: 1.5s;
}
body:not(.after):not(.loaded) .anime8 .slidein {/*統合KV*/
	transition-delay: 3.0s;
	transition-duration: .5s;
}
body:not(.after):not(.loaded) .anime9 .slidein {/*ロゴ*/
	transition-delay: 2.5s;
	transition-duration: 1.0s;
}
body:not(.after):not(.loaded) .anime_border .slidein {
	transition-delay: 2.0s;
	transition-duration: .5s;
}


body.after #op,
body.after .anime1,
body.after .anime2,
body.after .anime3,
body.after .anime4,
body.after .anime5,
body.after .anime6,
body.after .anime7,
body.after .anime_border {
	display: none;
}
body.after .anime8 .slidein {/*統合KV*/
    transform: translate(0, 0) scale(1,1)!important;
    opacity: 1!important;
}
body.after .anime9 .slidein {/*ロゴ*/
    transform: translate(0, 0) scale(1,1)!important;
    opacity: 1!important;
}


body.loaded #op,
body.loaded .anime1,
body.loaded .anime2,
body.loaded .anime3,
body.loaded .anime4,
body.loaded .anime5,
body.loaded .anime6,
body.loaded .anime7,
body.loaded .anime_border {
	display: none;
}
body.loaded .anime8 .slidein {/*統合KV*/
    transform: translate(0, 0) scale(1,1)!important;
    opacity: 1!important;
	transition-duration: 0s!important;
}
body.loaded .anime9 .slidein {/*ロゴ*/
    transform: translate(0, 0) scale(1,1)!important;
    opacity: 1!important;
	transition-duration: 0s!important;
}



span.ast,
ul.ast li,
ul.dot li,
ul.dot2 li,
ul.sq li {
	padding-left: 1.2em;
	margin-bottom: .3em;
}
ul.ast > li:last-child,
ul.dot > li:last-child,
ul.dot2 > li:last-child,
ul.sq > li:last-child {
	margin-bottom: 0;
}
span.ast::before,
ul.ast li::before,
ul.dot li::before,
ul.dot2 li::before,
ul.sq li::before {
	display: inline-block;
	width: 1.2em;
	text-align: left;
	margin-left: -1.2em;
}
span.ast::before,
ul.ast li::before {
	content: '※';
}
ul.dot li::before {
	content: '●';
}
ul.dot2 li::before {
	content: '・';
}
ul.sq li::before {
	content: '■';
}
ul.ast li span,
ul.dot li span,
ul.dot2 li span,
ul.sq li span {
	display: inline-block;
}

.font80 {
	font-size: 80%;
}

.goodscatch {
	font-size: min(24px, 4.0vw);
	font-weight: 800;
	color: #E4007F;
}
ul.circle {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
ul.circle li {
	display: inline-block;
	padding: 7px 30px 3px;
	background-color: rgba(11,162,210,.2);
	border-radius: 2em;
	margin: 8px 10px;
}
ul.circle li.kakko {
	padding-right: 20px;
}



/* インラインyoutube用レスポンシブ設定 */
.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 1em;
	clear: both;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}



/* バナーボタン */
.followbtn {
	display: block;
	color: #FFF;
	text-decoration: none;
	width: 100%;
	text-align: left;
	line-height: 1;
	padding: .5em 1em;
	border-radius: .3em;
	position: relative;
	transition: all .6s;
}
a.followbtn:link,
a.followbtn:visited,
a.followbtn:hover,
a.followbtn:active {
	color: #FFF;
}
.followbtn::after {
	position: absolute;
	content: '〉';
	display: block;
	right: .3em;
	transition: all .6s;
	color: #FFF;
    top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
a.followbtn::before {
	position: absolute;
	content: '〉';
	display: block;
	right: .6em;
	transition: all .6s;
	color: #FFF;
	opacity: 0;
    top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.followbtn:hover::before {
	opacity: 1;
}

a.followbtn {
	background-color: rgba(11,162,210,1.00);
	width: 50%;
	min-width: 300px;
	margin: 0 auto;
	padding: 1em 1.5em;
}
body:not(#top) span.followbtn {
	background-color: #ddd;
	width: 50%;
	min-width: 300px;
	margin: 0 auto;
	padding: 1em 1.5em;
	color: #999;
}
span.followbtn.jigo {
	background-color: #ddd;
	width: 50%;
	min-width: 300px;
	margin: 0 auto;
	padding: 1em 1.5em;
	color: #999;
}
.followbtn.toafter {
	width: auto;
	margin: 0 2.5%;
	font-size: min(180%, 6vw);
	font-weight: 600;
	background-color: #e4007f;
	text-align: center;
}
.followbtn.toafter::after {
	position: absolute;
	content: '〉';
	display: block;
	width: 1em;
	height: 1em;
	top: auto;
	bottom: -.1em;
	transition: all .6s;
	color: #FFF;
    left: 50%;
	transform: translateX(-50%) rotate(90deg);
	-webkit-transform: translateX(-50%) rotate(90deg);
	-ms-transform: translateX(-50%) rotate(90deg);
}
a.followbtn.toafter::before {
	position: absolute;
	content: '〉';
	display: block;
	width: 1em;
	height: 1em;
	top: auto;
	bottom: -.4em;
	transition: all .6s;
	color: #FFF;
	opacity: 0;
    left: 50%;
	transform: translateX(-50%) rotate(90deg);
	-webkit-transform: translateX(-50%) rotate(90deg);
	-ms-transform: translateX(-50%) rotate(90deg);
}
.followbtn.toafter:hover::before {
	opacity: 1;
}
.followbtn.toinfo {
	width: auto;
	margin: 0 2.5%;
	padding: 1em 0;
	font-size: min(180%, 6vw);
	font-weight: 600;
	background-color: #e4007f;
	text-align: center;
}
.followbtn.toinfo::after {
	position: absolute;
	content: '〉';
	display: block;
	width: 1em;
	height: 1em;
	top: auto;
	bottom: -.1em;
	transition: all .6s;
	color: #FFF;
    left: 50%;
	transform: translateX(-50%) rotate(90deg);
	-webkit-transform: translateX(-50%) rotate(90deg);
	-ms-transform: translateX(-50%) rotate(90deg);
}
a.followbtn.toinfo::before {
	position: absolute;
	content: '〉';
	display: block;
	width: 1em;
	height: 1em;
	top: auto;
	bottom: -.4em;
	transition: all .6s;
	color: #FFF;
	opacity: 0;
    left: 50%;
	transform: translateX(-50%) rotate(90deg);
	-webkit-transform: translateX(-50%) rotate(90deg);
	-ms-transform: translateX(-50%) rotate(90deg);
}
.followbtn.toinfo:hover::before {
	opacity: 1;
}

/* goods */
@media (min-width:481px){
	.goods .inner {
		padding: 0 10px;
	}
}
@media (max-width:480px){
	.goods .inner {
		padding: 0 5px;
	}
}
.goods .title {
	background-color: var(--event-light-color);
	font-weight: bold;
	line-height: 1;
	padding: 5px 10px;
	margin: 30px 0 15px;
}
.goods .txt p {
	margin-bottom: .5em;
}
.goods dl dt {
	width: 5em;
	float: left;
	font-weight: bold;
}
.goods dl dd {
	padding-left: 6em;
	padding-bottom: .5em;
	margin-bottom: .5em;
	border-bottom: 1px dotted var(--event-light-color);
}


@media screen and (min-width:481px) {
	.goodsbox {
		margin: 0 1em;
	}
}

.lity-content {
	background-color: #FFF!important;
}

/* goods:itembox */

.goodslist li {
	margin-bottom: 30px;
	border-radius: .3em;
}
.goodslist li:nth-child(odd) {
	background-color: var(--event-light-color);
}
.goodslist li:nth-child(even) {
	background-color: var(--event-sub-light-color);
}
.goodslist li ul.attention {
	margin: 5px 0 0;
	padding: 0;
}
.goodslist li ul.attention li {
	margin-bottom: 5px;
	border-radius: 0;
	background: none;
}
.goodslist li ul.attention li:last-child {
	margin-bottom: 0;
}

.goodslist li > a img {
	display: block;
	margin: 0 auto;
}

.itembox {
	background-color: rgba(255,255,255,.5);
	padding: 30px;
	letter-spacing: -.002em;
}
@media (max-width:480px) {
	.itembox {
		padding: 10px;
	}
}
.itembox .hdbox {
	position: relative;
}
.itembox .hdbox .livetitle {
	font-size: 80%;
	font-weight: bold;
	padding: .3em 10px;
	line-height: 1;
	border-radius: .2em;
	background-color: rgba(11,162,210,1);
	color: #fff;
}
.itembox .hdbox .livetitle span {
	display: inline-block;
}
.itembox .hdbox .name {
	font-size: 160%;
	font-weight: 600;
	padding: .5em 10px 0 10px;
	line-height: 1.2;
	color: #e4007f;
}
.itembox .hdbox .name span {
	display: inline-block;
}
.itembox .hdbox .goods_attention {
	font-size: 80%;
	color: #e4007f;
}
.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 .imgbox img {
	width: 80%;
	max-width: 500px;
}
.itembox .txtbox {
}
.itembox .txtbox .txt {
	font-size: 120%;
	font-weight: 600;
	line-height: 1.4;
	padding: 0 10px;
	margin-bottom: 15px;
}
.itembox .txtbox .spec {
	font-size: 80%;
	display: flex;
	flex-wrap: wrap;
	padding: 10px;
	border-radius: .2em;
	background-color: rgba(214,42,120,.1);
}
.itembox .txtbox .spec p {
	margin-right: 10px;
}
.itembox .txtbox .spec > p:last-child {
	margin-right: 0;
}
.itembox .txtbox .spec p span {
	display: inline-block;
}
@media screen and (max-width:480px) {
	.informationbox .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;*/
	}
}


.attentionbox {
	background-color: rgba(214,42,120,.1);
	margin: 0 10px;
	padding: 15px;
	border-radius: 5px;
}
.attentionbox strong {
	display: block;
	font-size: 110%;
	margin-bottom: .5em;
}


.limited span {
	background-color: rgba(214,42,120,1);
	color: #fff;
	line-height: 1;
	padding: .5em 30px .2em;
	border-radius: 3em;
	margin-bottom: 1em;
}



.titlebox {
	border-left: .6em solid #E4007F;
	padding: .5em .5em 0 2em;
	max-width: 90%;
	margin: 0 auto 1em;
}
.titlebox p {
	text-align: left;
	font-weight: 800;
	font-size: min(36px, 6.4vw);
	color: #E4007F;
	margin-bottom: .8em;
}
.titlebox p span {
	display: inline-block;
}


.animation,
#main {
	background-color: rgba(255,255,255,.5);
}

.headerlink {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.headerlink > a {
	margin: 0!important;
}
.headerlink > a.w100 {
	margin: 0!important;
}
@media(min-width:1301px) {
	.headerlink {
		gap: 30px;
		padding: 0 30px;
	}
	.headerlink > a {
		width: calc((100% - 90px) / 2)!important;
		max-width: none;
		min-width: 0px;
	}
	.headerlink > a.w100 {
		width: calc(100% - 60px)!important;
	}
}
@media(max-width:1300px) {
	.headerlink {
		gap: 2.5vw;
		padding: 0 2.5vw;
	}
	.headerlink > a {
		width: calc((100vw - 7.5vw) / 2)!important;
		max-width: none;
		min-width: 0px;
	}
	.headerlink > a.w100 {
		width: 95vw!important;
	}
}
@media(max-width:600px) {
	.headerlink > a {
		/*width: calc((100vw - 7.5vw) / 2)!important;
		max-width: none;
		min-width: 0px;*/
		width: 95vw!important;
	}
	.headerlink > a.w100 {
		width: calc((100vw - 7.5vw) / 2)!important;
	}
}
/*@media(max-width:649px) {
	.headerlink > a {
		width: 95vw!important;
	}
	.headerlink > a.w100 {
		width: 95vw!important;
	}
}*/







