/* -------sns icon--------- */

@font-face {
	font-family: 'sns_icon';
	src: url('../font/sns_icon.eot?hf355k');
	src: url('../font/sns_icon.eot?hf355k#iefix') format('embedded-opentype'),
	url('../font/sns_icon.ttf?hf355k') format('truetype'),
	url('../font/sns_icon.woff?hf355k') format('woff'),
	url('../font/sns_icon.svg?hf355k#sns_icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

i.snsIcon {
	font-family: 'sns_icon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	color: #000;
}
.icon-ap:before { content: "\e900";}
.icon-blo:before { content: "\e901";}
.icon-fb:before { content: "\e902";}
.icon-hp:before { content: "\e903";}
.icon-in:before { content: "\e904";}
.icon-line:before { content: "\e905";}
.icon-spo:before { content: "\e906";}
.icon-tt:before { content: "\e907";}
.icon-tw:before { content: "\e908";}
.icon-yt:before { content: "\e909";}

/* -------common--------- */
html {
	font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
	color: #fff;
	line-height: 1.8;
	letter-spacing: 0.08em;
	background-color: #000;
}

body {
/*	background-image: inear-gradient(45deg, rgba(198, 156, 109, 0.2) 3%, rgba(0, 0, 0, 0.2) 15%);*/
}
img {
	width: 100%;
	vertical-align: middle;
}
a {
	transition: all 0.5s ease;
	color: #fff;
}
.anim {
	opacity: 0;
	transition: all .4s ease-out;
}
.anim.on {
	opacity: 1;
}
section {
	padding: 120px 60px;
}
.contentWrap {
	max-width: 1080px;
	margin: 0 auto;
}
h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 64px;
	font-weight: normal;
	text-align: center;
	letter-spacing: 0.08em;
	margin-bottom: 32px;
}
.anim {
	opacity: 0;
	transition: all .8s ease-out;
}
.anim.on {
	opacity: 1;
}

.comingSoon {
	font-family: 'Roboto', sans-serif;
	text-align: center;
	font-size: 24px;
	/* font-weight: bold; */
	color: #c69c6d;
	padding: 80px 0;
}
.btnWrap {
	display: flex;
	justify-content: center;
}
.btnWrap a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 320px;
	height: 64px;
	background-color: #c69c6d;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	color: #000;
	margin-left: 24px;
	padding: 1em;
	min-width: fit-content;
}
.btnWrap a:first-child {
	margin-left: 0;
}
.btnWrap.closed a {
	background-color: #555555;
	color: #232323;
}
.asterisk {
	list-style: none;
	padding-left: 1.3em;
	margin-top: 24px;
}
.asterisk li{
	text-indent: -1.3em;
	font-size: 15px;
	line-height: 2;
}
.asterisk li:before{
	content: "※";
	margin-right: 0.2em;
}
@media screen and (min-width:821px) {
	a:hover {
		opacity: 0.6;
	}
	.sp {display: none;}
}
@media screen and (max-width:820px) {
	html {
		scroll-padding-top: 4vw;
	}
	body {
/*		background-image: linear-gradient(55deg, rgba(198, 156, 109, 0.2) 0%, rgba(0, 0, 0, 0.2) 15%);*/
	}
	.pc {display: none;}

	section {
		padding: 12vw 6vw;
	}
	h2 {
		font-size: min(10vw, 64px);
		margin-bottom: min(6vw, 32px);
	}
	.comingSoon {
		font-size: min(4.8vw, 24px);
		padding: min(10vw, 80px) 0;
	}
	.btnWrap {
		flex-direction: column;
		align-items: center;
	}
	.btnWrap a {
		max-width: 300px;
		width: 70vw;
		height: min(14vw, 64px);
		font-size: min(4vw, 18px);
		margin-left: 0;
		margin-top: min(5vw, 24px);
	}
	.btnWrap a:first-child {
		margin-top: 0;
	}
	.asterisk {
		margin-top: min(3vw, 24px);
	}
	.asterisk li{
		font-size: min(3.2vw, 14px);
	}
}



.mainNav {
  display: flex;
	flex-wrap: wrap;
	list-style: none;

}
.mainNav a {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
  font-size: 18px;
  text-decoration: none;
}
.mainNav a.menuBroadcast {
	font-size: 15px;
}

@media screen and (min-width:821px) {
	header {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		background-color: #000;
		padding: 24px 60px;
		position: sticky;
		top: 0;
		left: 0;
		z-index: 2;
	}
	header .hdrLogo {
		width: 130px;
	}
	#globalNav {
		max-width: calc(100% - 200px);
	}
	.mainNav li {
		margin-left: 20px;
	}
	.mainNav li:first-child {
		margin-left: 0;
	}

	#menuButton {
		display: none;
	}
}
@media screen and (max-width:820px) {
	header {
		position: relative;
    z-index: 10;
		opacity: 0;
		animation: op 1s ease-out 1s forwards;
	}
	header .hdrLogo {
		display: none;
	}
	#menuButton {
		display: block;
		width: 40px;
		height:40px;
		position: fixed;
    top: 3vw;
    right: 2vw;
		z-index: 9999;
	}
	#menuButton span {
		display: block;
		background: #fff;
		width: 24px;
		height: 2px;
		position: absolute;
		left: 8px;
		transition: all 0.4s;
	}
	#menuButton.active span,
	#menuButton.mvOn span {
		background: #fff;
	}
	#menuButton span:first-child { top: 12px;}
	#menuButton span:nth-child(2) { margin-top: -1px; top: 50%;}
	#menuButton span:nth-child(3) { bottom: 12px;}

	#menuButton.active span:first-child {
		transform: translateY(7px) rotate(45deg);
	}
	#menuButton.active span:nth-child(2) { opacity: 0;}
	#menuButton.active span:nth-child(3) {
		transform: translateY(-7px) rotate(-45deg);
	}

	#globalNav {
		display: none;
		position: fixed;
		top: 0px;
		left: 0px;
		z-index: 10;
	}
	.navWrap {
		height: 100vh;
		width: 100vw;
	}
	.mainNav {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100vw;
		height: 100vh;
		background-color: #000;
	}
	.mainNav a {
		font-size: 2.6vh;
		line-height: 2.4;
		letter-spacing: 0.1em;
	}
	.mainNav a.menuBroadcast {
		font-size: 2.4vh;
	}
}

/*

#menuButton {
	display: block;
	width: 40px;
	height:40px;
	position: fixed;
    top: 21px;
  right: 40px;
	z-index: 9999;
}
#menuButton span {
	display: block;
	background: #fff;
	width: 30px;
	height: 2px;
	position: absolute;
	left: 5px;
	transition: all 0.4s;
}
#menuButton.active span,
#menuButton.mvOn span {
	background: #fff;
}
#menuButton span:first-child { top: 12px;}
#menuButton span:nth-child(2) { margin-top: -1px; top: 50%;}
#menuButton span:nth-child(3) { bottom: 12px;}

#menuButton.active span:first-child {
	transform: translateY(7px) rotate(45deg);
}
#menuButton.active span:nth-child(2) { opacity: 0;}
#menuButton.active span:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

#globalNav {
  display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 2;
}
.navWrap {
  height: 100vh;
  width: 100vw;
}
.mainNav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background-color: #000;
	list-style: none;
}
.mainNav a {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-size: 3vh;
  line-height: 2.6;
  letter-spacing: 0.1em;
  text-decoration: none;
}

@media screen and (max-width:880px) {
  #menuButton {
    top: 3vw;
    right: 2vw;
  }
	#menuButton span {
		width: 24px;
		left: 8px;
	}
}
*/

/* #op {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
}
#op .opImg {
	width: 10%;
	opacity: 0;
	animation: op 1s ease-out 0.5s forwards;
} */
@keyframes op {
	0% { opacity: 0;}
	100% { opacity: 1;}
}
/* @media screen and (max-width:880px) {
	#op .opImg {
		width: 35%;
	}
} */
/* ------- mainVisual --------- */
.mvImg {}
.mainVisual {
    position: relative;
    width: 100%;
    height: calc(100vh - 90px);
}
.mvTitle {
	width: 100%;
    height: 100%;
}
.mvLogo {
	width: 15vw;
	margin-bottom: 5vw;
	opacity: 0;
	animation: op 1s ease-out 0.8s forwards;
}
h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    animation: op 1s ease-out 0.5s forwards;
    transform: translate(-50%, -50%);
    max-height: 50vh;
    aspect-ratio: 307 / 200;
}
h1 span {
	display: block;
}
h1 span.logoSubrosam {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
h1 img{
	transform: translateY(-40px);
}

.scroll {
  position: absolute;
  right: 50%;
  bottom: -10px;
  width: 1px;
  height: 70px;
  overflow: hidden;
  opacity: 0;
  animation: op 1s ease-out 0.8s forwards;
}
.scroll::before {
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 1px;
	height: 100%;
	animation: scroll 1.4s linear infinite;
}

.fixBtn {
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 5;
	transition: all 0.6s ease-in;
	opacity: 0;
	animation: op 1s ease-out 1s forwards;
}
.fixBtn a {
	display: block;
	background-color: #c69c6d;
	color: #000;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	padding: 15px 45px;
	border-radius: 80px;
	text-align: center;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
.fixBtn a span {
	display: block;
	font-size: 0.7em;
	font-weight: normal;
}



@keyframes scroll {
	0% { transform: translateY(-100%);}
	100% { transform: translateY(100%);}
}

@media screen and (max-width:820px) {

.mainVisual {
    width: 100%;
    height: 100vh;
}
.mainVisual .mvTitle {
	top: 50%;
	left: 50%;
	max-width: 500px;
	position: absolute;
	transform: translate(-50%, -50%);
	height: initial;
}
.mainVisual .mvTitle h1 {
	position: relative;
	top: initial;
	left: initial;
	transform: initial;
	width: 75%;
	max-width: 450px;
	margin: 0 auto;
	margin-bottom: 8vw;
}
.mainVisual .mvTitle h1 span {}
h1 img{
	transform: translateY(0);
}
.mainVisual .mvTitle h1 .logoSubrosam {}
.mainVisual .mvTitle .scroll {
	position: relative;
	bottom: initial;
	right: initial;
	left: 50%;
}
h1{
        width: 100%;
        height: auto;
        max-width: max-content;
}
h1 span.logoSubrosam {
    width: 100%;
}

	h1 span.small {
		font-size: 11.5vw;
    margin-bottom: 8vw;
	}
	h1 span.logoIzoram {
		width: 60vw;

	}
	.fixBtn {
		bottom: 30px;
		right: 40px;
		width: calc(100% - 80px);
	}
	.fixBtn a {
		font-size: 20px;
		padding: 10px 25px;
		line-height: 1.4;
	}
	.fixBtn a span {
		font-size: 0.5em;
	}
}
/* ------- news --------- */
#news li {
	list-style: none;
	display: flex;
	padding: 16px 0;
	border-bottom: #555 solid 1px;
}
#news li .date {
	font-size: 20px;
	color: #c69c6d;
	width: 170px;
}
#news li a {
	display: inline-block;
	font-size: 20px;
	text-decoration: none;
	width: calc(100% - 170px);
}
#news li span {
	display: inline-block;
	font-size: 20px;
	text-decoration: none;
	width: calc(100% - 170px);
}

.newsArchivesBtn {
	text-align: center;
	margin: 32px 0 24px;
}
.newsArchivesBtn a {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	position: relative;
}
.newsArchivesBtn a span {
	position: absolute;
	top: 50%;
	right: -2em;
	display: inline-block;
	width: 0.6em;
	height: 0.6em;
	border-right: #fff solid 2px;
	border-bottom: #fff solid 2px;
	transform: translateY(-75%) rotate(45deg);
}
.newsArchivesBtn.more a::before {
	content: "VIEW MORE";
}
.newsArchivesBtn.close a::before {
	content: "CLOSE";
}
.newsArchivesBtn.close a span {
	transform: translateY(-30%) rotate(-135deg);
}
@media screen and (max-width:820px) {
	#news li {
		display: block;
		padding: min(4vw, 16px) 0;
	}
	#news li .date {
		font-size: min(4.2vw, 20px);
		margin-bottom: 0.5em;
		width: 100%;
	}
	#news li a {
		font-size: min(4.2vw, 20px);
		width: 100%;
	}
	#news li span {
		font-size: min(4.2vw, 20px);
		width: 100%;
	}
}

/* ------- schedule --------- */

.schedule li {
	border-bottom: #c69c6d solid 1px;
	padding: 14px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
	line-height: 1.6;
}
.schedule li.scheduleHead .day,
.schedule li.scheduleHead .area,
.schedule li.scheduleHead .venue,
.schedule li.scheduleHead .time,
.schedule li.scheduleHead .seat,
.schedule li.scheduleHead .info {
	font-size: 12px;
	color: #c69c6d;
}
.schedule li .day {
	width: 15%;
}
.schedule li .area {
	width: 6%;
}
.schedule li .venue {
	width: 27%;
}
.schedule li .font-red {
	color: #ff1616;
	font-weight: bold;
	letter-spacing: 0;
	display: block;
	font-size: 1.1em;
}
.schedule li .time {
  width: 12%;
}
.schedule li .seat {
	width: 8%;
}
.schedule li .info {
	width: 20%;
}
.schedule li .info span {
	display: inline-block;
	margin-top: 1em;
}
.schedule li .info span:first-child {
	margin-top: 0;
}
.schedule li .info a {
	font-size: 0.9em;
}
.schedule li.resuke {
	position: relative;
	padding: 40px 0 24px;
}
.schedule li.resuke::before {
	content: "振替公演";
	position: absolute;
	top: 0.6em;
	left: 0;
	background-color: #ff1616;
	padding: 0 1em;
	font-size: 0.85em;
}
.schedule li.scheduledNote::after {
	content: "※振替公演では開場/開演時間が変更になりますのでご注意ください。";
	position: absolute;
	bottom: 0.3em;
	left: 0;
	font-size: 0.75em;
}
.schedule li .sold {
	font-weight: bold;
	padding: 0 0 0 10px;
	color: #ff1616;
	letter-spacing: 0.03em;
}
.schedule li.osakaDay2 {
	border-bottom: none;
    padding: 14px 0 0;
}
.schedule li.timeNote {
    font-size: 14px;
    text-indent: -1em;
    padding: 7px 0 14px 1em;
}

#schedule .scheduleAttn {
	margin-top: 72px;
}
#schedule .scheduleAttn h3 {
	font-size: 20px;
	margin-bottom: 32px;
}
#schedule .scheduleAttn p {
	font-size: 18px;
	margin-bottom: 1em;
}
#schedule .scheduleAttn p:last-child {
	margin-bottom: 0;
}
#schedule .scheduleAttn .partitionWrap {
	margin-top: 40px;
}
#schedule .scheduleAttn .addressWrap {
	border: #999 1px solid;
	display: inline-block;
	padding: 1em;
	margin-bottom: 44px;
}

#schedule .liveAttention {
	background-color: #222222;
	padding: 40px 32px;
	margin-top: 48px;
}
#schedule .liveAttention h3 {
	text-align: center;
	font-size: 20px;
	font-weight: normal;
}
#schedule .btnWrap.dearFans {
	margin-top: 48px;
}
#schedule .btnWrap.dearFans a {
	    background-color: #ff1616;
		color: #fff;
}
#dearFans {
	box-sizing: border-box;
	background-color: #000;
	border: #c69c6d 4px solid;
	overflow: auto;
	color: #fff;
	height: 100%;
	width: 100%;
	padding: 32px;
}
#dearFans h3 {
	font-size: 24px;
	margin-bottom: 1.4em;
	text-align: center;
}
#dearFans h4 {
	font-size: 20px;
	margin-bottom: 0.6em;
	color: #ff1616;
}
#dearFans p + h4 {
	margin-top: 2em;
}
#dearFans p {
	font-size: 18px;
	margin-bottom: 1em;
}
#dearFans p:last-child {
	margin-bottom: 0;
}
#dearFans p:nth-last-of-type(1) {
	margin-top: 3em;
}
.btnWrap.v2 a {
	background-color: #ff1616;
	color: #fff;
}
@media screen and (min-width:881px) {
	.schedule li .time,
	.schedule li .seat,
	.schedule li .info {
		font-size: 14px;
	}
}
@media screen and (max-width:880px) {
  .schedule li.scheduleHead {
		display: none;
	}
	.schedule li {
		padding: 3vw 0;
		display: block;
		font-size: min(3.6vw, 18px);
    text-align: left;
	}

	.schedule li .day,
	.schedule li .area,
	.schedule li .venue,
	.schedule li .time,
	.schedule li .seat,
	.schedule li .info {
		width: 100%;
		padding: 0.5em 0 0.5em 30vw;
		position: relative;
		box-sizing: border-box;
    line-height: 1.6;
	}

	.schedule li .day::before,
	.schedule li .area::before,
	.schedule li .venue::before,
	.schedule li .time::before,
	.schedule li .seat::before,
	.schedule li .info::before {
		display: inline-block;
		width: 28vw;
		font-size: min(3vw, 16px);
		font-weight: normal;
		position: absolute;
		top: 0.5em;
		left: 0;
	}
	.schedule li .day::before {content: "DAY";}
	.schedule li .area::before {content: "AREA";}
	.schedule li .time::before {content: "OPEN / START";}
	.schedule li .venue::before {content: "VENUE";}
	.schedule li .seat::before {content: "SEAT";}
	.schedule li .info::before {content: "INFO";}

	.schedule li .venue span:nth-child(1) {
		width: 12vw;
	}

	.schedule li a {
		color: #ee6860;
		text-decoration: underline;
	}
	.schedule li.resuke {
		padding: 7vw 0 10vw;
	}
	.schedule li .sold {
		padding: 0 0 0 5px;
	}

	.schedule li.osakaDay2 {
		padding: 3vw 0 0;
	}
	.schedule li.timeNote {
		padding: 2vw 0 3vw 1em;
	}

	#schedule .scheduleAttn {
		margin-top: min(10vw, 72px);
	}
	#schedule .scheduleAttn h3 {
		font-size: min(4.2vw, 20px);
		margin-bottom: min(4.8vw, 32px);
	}
	#schedule .scheduleAttn p {
		font-size: min(4vw, 18px);
	}
	#schedule .scheduleAttn .partitionWrap {
		margin-top: min(8vw, 40px);
	}
	#schedule .scheduleAttn .addressWrap {
		margin-bottom: min(9vw, 44px);
	}

	#schedule .liveAttention {
		padding: min(6vw, 40px) min(5vw, 32px);
		margin-top: min(8vw, 48px);
	}
	#schedule .liveAttention h3 {
		font-size: min(4.2vw, 20px);
	}
	#schedule .btnWrap.dearFans {
		margin-top: min(6vw, 48px);
	}
	#schedule .btnWrap .dearFans a {
	    background-color: #ff1616;
		color: #fff;
    }
	#dearFans {
		padding: min(5vw, 32px);
	}
	#dearFans h3 {
		font-size: min(4.8vw, 24px);
	}
	#dearFans h4 {
		font-size: min(4.2vw, 20px);
	}
	#dearFans p {
		font-size: min(4vw, 18px);
	}
}

/* ------- ticket --------- */
#ticket p,
#ticket a {
	font-size: 16px;
}
#ticket h3 {
  font-size: 26px;
  text-align: center;
}
#ticket .info {
	margin-top: 2em;
	font-size: 20px;
	text-align: center;
}
/* #ticket p:last-child {
	margin-bottom: 0;
} */
#ticket .ticketPrice {
	
	justify-content: space-between;
	border-bottom: #c69c6d 1px solid;
	padding-bottom: 16px;
	/* margin-bottom: 40px; */
}
#ticket .ticketPrice p {
	font-size: 30px;
	color: #c69c6d;
}
#ticket .ticketPrice p span {
	font-size: 0.75em;
}
#ticket .ticketText {
	background-color: #222222;
	padding: 40px 32px;
	margin-top: 48px;
}
#ticket .ticketText p {
	margin-bottom: 1em;
}
#ticket .ticketText p:last-child {
	margin-bottom: 0;
}
#ticket .ticketText a {
	color: #ff1616;
}
#ticket .ticketContent {
	border: #c69c6d 1px solid;
	margin-top: 30px;
}
#ticket .ticketContent:first-of-type {
	margin-top: 64px;
}
#ticket .ticketContent dt {
	font-size: 24px;
	font-weight: bold;
	color: #c69c6d;
	text-align: center;
	padding: 14px;
	position: relative;
}
#ticket .ticketContent dt::before {
	display: inline-block;
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	right: 20px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: translateY(-75%) rotate(-45deg);
	transition: all 0.3s;
}
#ticket .ticketContent dt.open::before {
	transform: translateY(-25%) rotate(135deg);
}
#ticket .ticketContent dd {
	border-top: #c69c6d 1px solid;
	display: none;
	padding: 48px;
}
#ticket .ticketContent dd .partitionWrap {
	margin-top: 32px;
	border-top: #c69c6d 1px solid;
	padding-top: 24px;
}
#ticket .ticketContent .partitionWrap .btnWrap {
	display: flex;
	justify-content: center;
}
#ticket .ticketContent dd p.center {
	text-align: center;
	font-size: 24px;
	margin-bottom: 1em;
}
#ticket .ticketContent dd p.note {
	font-size: 1em;
	margin-top: 1em;
}
#ticket .ticketContent dd .btnWrap {
	margin-top: 32px;
}
#ticket .ticketContent dd .btnWrap + p {
	margin-top: 32px;
}
#ticket .red {
	color: #ff1616;
	font-size: 0.75em;
}
#ticket .btnWrap.closed a {
	background-color: #555555;
	color: #232323;
}

.ticketArchivesBtn {
	margin-top: 60px;
}
.ticketArchivesBtn a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 300px;
	height: 64px;
	background-color: #c69c6d;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	margin: 0 auto;
}
.ticketArchivesBtn a::before {
	content: "終了した先行予約はこちら";
}
.ticketArchivesBtn a::after {
	content: "閉じる";
	display: none;
}
.ticketArchivesBtn a.open::before {
	display: none;
}
.ticketArchivesBtn a.open::after {
	display: inline;
}
.ticketArchives {
	display: none;
}

#ticket table tr {
  display: block;
  padding: 24px 0;
  border-bottom: 1px solid;
  width: 100%;
}

#ticket .ticketTrade {
	text-align: center;
	border: 1px solid #c69c6d;
	margin-top: 64px;
}
#ticket .ticketTrade dt {
	border-bottom: 1px solid #c69c6d;
	padding: 14px;
	font-size: 24px;
	font-weight: bold;
}
#ticket .ticketTrade dd {
	padding: 48px;
	font-size: 18px;
}
#ticket .ticketTrade dd h3 {
	text-align: center;
	font-size: 18px;
	color: #c69c6d;
	margin-bottom: 32px;
}
#ticket .ticketTrade dd h4 {
	text-align: center;
	font-size: 18px;
	color: #c69c6d;
	margin-bottom: 32px;
}
#ticket .ticketTrade dd .partitionWrap {
	border-bottom: #c69c6d 1px solid;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
#ticket .ticketTrade dd ul,
#ticket .ticketTrade dd p {
	font-size: 18px;
	margin-top: 1em;
}
#ticket .ticketTrade dd p:nth-of-type(1) {
	margin-top: 0;
}
#ticket .ticketTrade dd li {
	margin-left: 1em;
	list-style: disc;
}
#ticket .ticketTrade dd .bg {
	background-color: rgba(255, 255, 255, 0.1);
	text-align: left;
	padding: 32px;
}
#ticket .ticketTrade dd p.left {
	text-align: left;
	margin-top: 1em;
}
#ticket .ticketTrade dd .note {
	font-size: 14px;
}
#ticket .ticketTrade .btnWrap {
	margin-top: 32px;
}
@media screen and (min-width: 821px) {
	#ticket .btnNote {
		position: relative;
		margin-bottom: calc(1.4em + 10px);
	}
	#ticket .btnNote span {
		position: absolute;
		left: 50%;
		bottom: -10px;
		transform: translate(-50%, 100%);
		width: 100%;
		font-size: 0.875em;
		color: #fff;
	}
}
@media screen and (max-width:820px) {
	#ticket p,
	#ticket a {
		font-size: min(3.6vw, 16px);
	}
	#ticket .info {
		font-size: min(4vw, 20px);
	}
	#ticket .ticketPrice {
		padding-bottom: min(3vw, 16px);
	}
	#ticket .ticketPrice p {
		font-size: min(5.2vw, 30px);
	}
	#ticket .ticketText {
		padding: min(6vw, 40px) min(5vw, 32px);
		margin-top: min(8vw, 48px);
	}
	#ticket .ticketContent {
		margin-top: min(8vw, 64px);
	}
	#ticket .ticketContent:first-of-type {
		margin-top: min(8vw, 64px);
	}
	#ticket .ticketContent dt {
		font-size: min(4.2vw, 24px);
		padding: min(3.4vw, 14px);
		padding-right: min(12vw, 32px);
    line-height: 1.6;
	}
	#ticket .ticketContent dt::before {
		width: 14px;
		height: 14px;
		right: 14px;
	}
	#ticket .ticketContent dd {
		padding: min(8vw, 48px) min(5vw, 48px);
	}
	#ticket .ticketContent dd .partitionWrap {
		margin-top: min(6vw, 32px);
		padding-top: min(6vw, 24px);
	}
	#ticket .ticketContent .partitionWrap .btnWrap {
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}
	#ticket .ticketContent dd p.center {
		font-size: min(4.2vw, 24px);
	}
	#ticket .ticketContent dd p.note {
		font-size: 0.74em;
	}
	#ticket .ticketContent dd .btnWrap {
		margin-top: min(4vw, 32px);
	}
	#ticket .ticketContent dd .btnWrap + p {
		margin-top: min(6vw, 32px);
	}
	#ticket .textCenter {
		font-size: min(4vw, 18px);
	}
	#ticket .ticketContent:nth-of-type(1) .textCenter {
		margin-bottom: min(6vw, 40px);
	}
	#ticket .font-gold {
		font-size: min(4vw, 18px);
		line-height: 1.2;
	}
	#ticket .doubleCircle {
		margin: min(4vw, 40px) 0;
	}
	#ticket .doubleCircle li{
		font-size: min(3.2vw, 14px);
	}
	.ticketArchivesBtn {
		margin-top: min(8vw, 60px);
	}
	.ticketArchivesBtn a {
		max-width: 300px;
		width: 70vw;
		height: min(14vw, 64px);
		font-size: min(4vw, 18px);
	}

	.ticketArchivesBtn {
		margin-top: min(8vw, 60px);
	}
	.ticketArchivesBtn a {
		max-width: 300px;
		width: 70vw;
		height: min(14vw, 64px);
		font-size: min(3.4vw, 16px);
	}


	#ticket .ticketTrade {
		margin-top: min(10vw, 64px);
	}
	#ticket .ticketTrade dt {
		padding: min(3.4vw, 14px) 0;
		font-size: min(4.2vw, 24px);
		line-height: 1.6;
	}
	#ticket .ticketTrade dd {
		padding: min(8vw, 48px) min(5vw, 48px);
		font-size: min(3.8vw, 18px);
	}
	#ticket .ticketTrade dd h3 {
		font-size: min(3.8vw, 18px);
		margin-bottom: min(4vw, 32px);
	}
	#ticket .ticketTrade dd h4 {
		font-size: min(3.8vw, 18px);
		margin-bottom: min(3vw, 32px);
	}
	#ticket .ticketTrade dd .partitionWrap {
		padding-bottom: min(6vw, 40px);
		margin-bottom: min(8vw, 40px);
	}
	#ticket .ticketTrade dd .partitionWrap:nth-of-type(1) p,
	#ticket .ticketTrade dd .partitionWrap:nth-of-type(4) p {
		text-align: left;
	}
	#ticket .ticketTrade dd ul,
	#ticket .ticketTrade dd p {
		font-size: min(4vw, 18px);
	}
	#ticket .ticketTrade dd .bg {
		padding: 5vw;
	}
	#ticket .ticketTrade dd .note {
		font-size: min(3.2vw, 14px);
	}
	#ticket .ticketTrade .btnWrap {
		margin-top: min(4vw, 32px);
	}
}

/* ------- faq --------- */
#faq .faqList > div {
	border-bottom: 1px solid #c69c6d;
	padding: 16px 8px;
}
#faq .faqList > div:first-child {
	border-top: 1px solid #c69c6d;
}
#faq .faqList dt {
	position: relative;
	font-size: 20px;
	padding-left: 40px;
}
#faq .faqList dt::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "Q.";
	font-size: 18px;
	color: #c69c6d;
}
#faq .faqList dt span {
	position: absolute;
	top: 50%;
	right: 0;
	display: inline-block;
	width: 1em;
	height: 2px;
	background-color: #fff;
	transition: all 0.3s;
}
#faq .faqList dt span:nth-child(2) {
	transform: rotate(90deg);
}
#faq .faqList dt.open span:nth-child(2) {
	transform: rotate(0deg);
}
#faq .faqList dd {
	position: relative;
	display: none;
	padding-left: 40px;
	margin: 24px 0;
	font-size: 18px;
}
#faq .faqList dd::before {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 18px;
	content: "A.";
}
#faq .faqList dd p {
	padding-top: 4px;
}
#faq .faqList dd p a {
	word-break: break-all;
}
#faq #faq01 a {
	color: #ff1616;
}
@media screen and (max-width:820px) {
	#faq .faqList > div {
		padding:min(3vw, 16px) min(2vw, 8px);
	}
	#faq .faqList dt {
		font-size: min(4vw, 18px);
		padding: 0 min(5.6vw, 24px) 0 min(7vw, 40px);
		line-height: 1.6;
	}
	#faq .faqList dt::before {
		font-size: min(4vw, 18px);
	}
	#faq .faqList dd {
		padding-left: min(7vw, 40px);
		margin: min(4vw, 24px) 0;
		font-size: min(3.2vw, 14px);
	}
	#faq .faqList dd::before {
		font-size: min(4vw, 18px);
	}
	#faq .faqList dd p {
		padding-top: min(2vw, 4px);
	}
}
/* ------- goods --------- */
#goods .goodsImg {
	max-width: 800px;
	margin: 0 auto 60px;
}
#goods h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}
#goods p + h3 {
	margin-top: 40px;
}
#goods p {
	font-size: 14px;
}
#goods p a {
	color: #fff;
	text-decoration: underline;
}
#goods .comingSoon {
	font-family: 'Roboto', sans-serif;
	text-align: center;
	font-size: 24px;
	/* font-weight: bold; */
	color: #c69c6d;
	padding: 80px 0;
}
@media screen and (max-width:820px) {
	#goods .goodsImg {
		margin: 0 auto min(8vw, 60px);
	}
	#goods h3 {
		font-size: min(3.2vw, 16px);
		margin-bottom: min(3vw, 15px);
	}
	#goods p + h3 {
		margin-top: min(6vw, 40px);
	}
	#goods p {
		font-size: min(3vw, 14px);
	}
	#goods .comingSoon {
		font-size: min(4.8vw, 24px);
    padding: min(10vw, 80px) 0;
	}
}
/* ------- special --------- */
#special .text {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-top: 80px;
	line-height: 2.2;
	color: #c69c6d;
}
#special .red {
	color: #ff1616;
	font-size: 0.9em;
}
#special dl {
	text-align: center;
	border: 1px solid #c69c6d;
	margin-top: 64px;
}
#special dl:nth-of-type(1) {
	margin-top: 0;
}
#special dt {
	border-bottom: 1px solid #c69c6d;
	padding: 14px;
	font-size: 20px;
	font-weight: bold;
}
#special dd {
	padding: 48px;
	font-size: 18px;
}
#special dd h3 {
	text-align: center;
	font-size: 18px;
	color: #c69c6d;
	margin-bottom: 32px;
}
#special dd h4 {
	text-align: center;
	font-size: 18px;
	color: #c69c6d;
	margin-bottom: 32px;
}
#special dd .partitionWrap {
	border-bottom: #c69c6d 1px solid;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
#special dd ul,
#special dd p {
	font-size: 18px;
	margin-top: 1em;
}
#special dd p:nth-of-type(1) {
	margin-top: 0;
}
#special dd li {
	margin-left: 1em;
	list-style: disc;
}
#special dd .bg {
	background-color: rgba(255, 255, 255, 0.1);
	text-align: left;
	padding: 32px;
}
#special dd p.left {
	text-align: left;
	margin-top: 1em;
}
#special dd .note {
	font-size: 14px;
}
#special dd .noteWrap {
	text-align: left;
	border: #fff solid 1px;
	padding: 20px 24px;
	margin-top: 8px;
}
#special dd .noteWrap li {
	list-style: none;
	font-size: 14px;
}
#special .btnWrap {
	margin-top: 32px;
	display: flex;
	justify-content: center;
}
#special .btnWrap a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 300px;
	height: 64px;
	background-color: #c69c6d;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}
@media screen and (max-width:820px) {
	#special .text {
    margin-top: min(14vw, 80px);
    font-size: min(4.6vw, 20px);
	}
	#special dl {
		margin-top: min(10vw, 64px);
	}
	#special dt {
		padding: min(3.4vw, 14px) 0;
		font-size: min(4vw, 20px);
	}
	#special dd {
		padding: min(8vw, 48px) min(5vw, 48px);
		font-size: min(3.8vw, 18px);
	}
	#special dd h3 {
		font-size: min(3.8vw, 18px);
		margin-bottom: min(4vw, 32px);
	}
	#special dd h4 {
		font-size: min(3.8vw, 18px);
		margin-bottom: min(3vw, 32px);
	}
	#special dd .partitionWrap {
		padding-bottom: min(6vw, 40px);
		margin-bottom: min(8vw, 40px);
	}
	#special dd .partitionWrap:nth-of-type(1) p,
	#special dd .partitionWrap:nth-of-type(4) p {
		text-align: left;
	}
	#special dd ul,
	#special dd p {
		font-size: min(3.8vw, 18px);
	}
	#special dd .bg {
		padding: 5vw;
	}
	#special dd .note {
		font-size: min(3.2vw, 14px);
	}
	#special dd .noteWrap {
		padding: min(3vw, 20px) min(4vw, 24px);
		margin-top: min(1.5vw, 8px);
	}
	#special dd .noteWrap li {
		font-size: min(3.2vw, 14px);
	}
	#special .btnWrap {
		margin-top: min(7vw, 32px);
	}
	#special .btnWrap a {
		max-width: 300px;
		width: 70vw;
		height: min(14vw, 64px);
		font-size: min(4vw, 18px);
	}
}

/* #goods .goodsImg {
	line-height: 0;
	margin-bottom: 30px;
}
#goods h3 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 60px;
}
#goods h4 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
#goods p + h4 {
	margin-top: 60px;
}
#goods p {
	font-size: 14px;
}
#goods p a {
	color: #fff;
	text-decoration: underline;
}

#goods .comingsoon {
    font-size: 24px;
} */

@media screen and (max-width:820px){

	/* #goods .goodsImg {
		margin-bottom: min(6vw, 30px);
	}
	#goods h3 {
		font-size: min(4.2vw, 24px);
		margin-bottom: min(8vw, 60px);
	}
	#goods h4 {
		font-size: min(3.2vw, 18px);
		margin-bottom: min(3vw, 15px);
	}
	#goods p + h4 {
		margin-top: min(6vw, 30px);
	}
	#goods p {
		font-size: min(3.2vw, 14px);
	}

	#goods .comingsoon {
		font-size: min(4.8vw, 24px);
	} */
}

/* ------- footer --------- */
footer {
	padding: 80px 60px 130px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
footer .ftrLogo {
	width: 140px;
	line-height: 0;
}
footer .copyright {
	font-size: 10px;
}
@media screen and (max-width:820px){
	footer {
		padding: min(10vw, 80px) min(6vw, 60px) min(32vw, 130px);
		display: flex;
	}
	footer .ftrLogo {
		width: 90px;
	}
	footer .copyright {
		font-size: min(2.6vw, 10px);
	}
}

/* ------- メモコレくじ --------- */
#onlinekuji h2 {
	font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: bold;
	font-size: 56px;
	letter-spacing: 0.01em;
}
#onlinekuji .lead{
	font-size: 16px;
	letter-spacing: 2px;
	font-weight: bold;
	line-height: 1.6;
	padding: 0 0 70px;
}
#onlinekuji .lead p{
	padding: 0 0 10px;
}
#onlinekuji table{ margin:0 0 60px; }
.prizeList {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 30px;
	justify-content: space-between;
	align-items: start;
}
.prizeList li{
	width: 48%;
	box-sizing: border-box;
	margin: 0 0 50px;
	line-height: 1.3em;
	list-style: none;
}

.prizeList li .prizeDetail{
	position:relative;
}
.prizeList li .prizeRank {
	position: absolute;
	left: -20px;
	top: -25px;
	display: block;
	background: url(../images/bg_prize_rank.png);
	background-size: auto;
	background-size: cover;
	width: 80px;
	height: 80px;
	text-align: center;
	line-height: 77px;
	font-size: 24px;
	font-weight: 600;
	z-index: 1;
}
.prizeList > li:nth-child(1) .prizeRank {
	width: 110px;
	height: 110px;
	background-image: url(../images/bg_prize_rank_gold.png);
	color: #000;
	line-height: 100px;
	font-size: 44px;
	left: -40px;
	top: -30px;
	font-weight: 800;
	z-index: 1;
}
.prizeList > li:nth-child(2) .prizeRank {
	width: 110px;
	height: 110px;
	background-image: url(../images/bg_prize_rank_silver.png);
	color: #000;
	line-height: 100px;
	font-size: 44px;
	left: -40px;
	top: -30px;
	font-weight: 800;
	z-index: 1;
}

.prizeList li .prizeRank span{
	font-size: 70%;
	padding: 0 0 0 2px;
}
.prizeList li .prizeImage{
	line-height: 0;
	margin: 0 0 40px;
	width: 100%;
}
.prizeList li .prizeName {
	font-weight: 700;
	margin: 0 0 10px;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 2px;
}
.prizeList li .prizeTxt {
	font-size: 13px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 1.5;
	padding: 0 0 15px;
}
.prizeList li .prizeNum {
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	color: #FFF;
	background: #9B1319;
	width: 120px;
	padding: 2px 5px;
	margin: 0 0 0 auto;
	transform: skew(-15deg, 0deg);
	letter-spacing: 2px;
}

#onlinekuji table tr{
	display: block;
	padding: 24px 0;
	border-bottom: 1px solid;
	width: 100%;
}
#onlinekuji table tr:last-child {
	border-bottom: none;
}
#onlinekuji .notice {
	padding-left: 1em;
	text-align: left;
}
#onlinekuji table .indent {
	display: inherit;
}

table {
	width: 100%;
	border: 1px solid;
	color: #fff;
	font-size: 16px;
	letter-spacing: 2px;
}
table tr th {
	width: 200px;
	padding: 5px;
	border-right: 1px solid;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}
table tr td {
	padding: 0 45px;
	text-align: left;
	line-height: 1.8;
}
#onlinekuji .sml {
	font-size: 80%;
}

#onlinekuji .slick-dots {
	bottom: -20px;
}
#onlinekuji .slick-dots li {
	padding: 0;
	width: 8px;
	height: 8px;
	margin: 0 10px;
}
#onlinekuji .slick-dots li button {
	background-color: #666;
	border-radius: 50%;
	width: 8px;
	height: 8px;
	padding: 0;
}
#onlinekuji .slick-dots li button:before {
	display: none;
}
#onlinekuji .slick-dots li.slick-active button {
	background-color: #dddddd;
}

#onlinekuji .btnWrap {
	flex-direction: column;
	align-items: center;
}
#onlinekuji .btnWrap a {
	margin-top: 24px;
	margin-left: 0;
}
#onlinekuji .btnWrap a:first-child {
	margin-top: 0;
}

@media screen and (min-width:821px) {
  #onlinekuji .methodBox h3 {
    margin: 0 0 40px;
  }
  .prizeList li .prizeRank {
    width: 60px;
    height: 60px;
    line-height:58px;
  }
  .prizeList li .prizeName {
    letter-spacing: 1px;
  }
}
@media screen and (max-width:820px) {
	#onlinekuji h2 {
		font-size: min(8.8vw, 56px);
	}
	#onlinekuji .lead {
    font-size: 3.5vw;
    letter-spacing: 2px;
    font-weight: bold;
    line-height: 1.5;
    padding: 0 0 40px;
  }
  #onlinekuji table {
    margin: 0 0 10%;
  }
  .prizeList{ margin:0; }
	.prizeList > li:nth-child(-n+2) {
	display: block;
	width: 100%;
	}
	/* .prizeList.onPickUp li:nth-child(-n+2){
		width: 80%;
		margin: 0 auto 50px;
		padding: 0;
	} */
  .prizeList > li:nth-child(-n+2) .prizeDetail {
    width: 100%;
    margin: 0 auto;
  }
  .prizeList li .prizeRank {
    width: 50px;
    height: 50px;
    line-height: 48px;
    left: -10px;
    top: -20px;
    font-size: 20px;
  }
	.prizeList li .prizeImage {
		margin: 0 0 25px;
	}
  .prizeList li .prizeName {
    margin: 0 0 5px;
    font-size: 14px;
  }
  .prizeList li .prizeTxt {
    font-size: 10px;
    padding: 0 0 10px;
  }
  .prizeList > li:nth-child(-n+2) .prizeRank {
    width: 80px;
    height: 80px;
    line-height: 76px;
    font-size: 35px;
    left: -10px;
    top: -20px;
  }
  .prizeList > li:nth-child(-n+2) .prizeName {
    letter-spacing: 2px;
    margin: 12px 0 8px;
    line-height: 1.3;
  }
  .prizeList > li:nth-child(-n+2)  .prizeTxt {
    font-size: 13px;
  }
  #onlinekuji table tr {
    padding: 0;
  }
  #onlinekuji table tr th {
    width: 95%;
    margin: 0 2.5% 3%;
    padding: 5% 0 4%;
    border-bottom: 1px solid #666;
		border-right: none;
  }
  #onlinekuji table tr td {
    text-align: left;
  }

	table tr th, table tr td {
    width: 100%;
    display: block;
    padding: 2.5%;
    text-align: left;
    font-size: 3.5vw;
    line-height: 1.5;
    border: none;
    text-align: center;
	}
	table tr td {
		padding: 0 2.5% 3.5%;
	}

	#onlinekuji .slick-dots {
		bottom: -17px;
	}
	#onlinekuji .slick-dots li {
		width: 6px;
		height: 6px;
		margin: 0 6px;
	}
	#onlinekuji .slick-dots li button {
		width: 6px;
		height: 6px;
	}
}