@charset "UTF-8";
html,
body {
	width: 100%;
	height: 100%
}
body {
	background-color: #ed6c00;
	min-width: 1200px
}
body img {
	max-width: 100%;
	height: auto
}
.header {
	width: 1200px;
	margin: auto;
	position: relative
}
.header ul {
	position: absolute;
	top: 38px;
	left: 175px;
	z-index: 10
}
.header ul .facebook {
	position: absolute;
	top: 0;
	left: 95px;
	z-index: 10;
	font-size: 0;
}
#head h1 {
	width: 1200px;
	margin: 0 auto;
	position: relative
}
nav {
	width: 100%;
	margin: 70px 0
}
nav ul {
	display: flex;
	width: 1000px;
	margin: 0 auto;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between
}
nav ul li .up {
	margin-bottom: 30px
}
nav ul li:nth-of-type(-n+4) {
	margin-bottom: 20px
}
nav ul li:nth-child(8) {
	margin-right: -10px;
	margin-bottom: 2px
}
nav ul li .under01 {
	max-width: 310px
}
nav ul li .corona_btn01 {
	max-width: 1000px;
	margin-top: 55px
}
.wrapper {
	width: 1000px;
	max-width: 1000px;
	height: auto;
	margin: 0 auto
}
.wrapper p{
	border-inline:3px solid #c30d18;
}
.wrapper #area00 p:first-child{
	border-top:3px solid #c30d18;
	border-radius:15px 15px 0 0;
	overflow:hidden;
}
.wrapper #area05 p:last-child{
	border-bottom:3px solid #c30d18;
	border-radius: 0 0 15px 15px;
	overflow:hidden;
}
a {
	display: inline-block
}
#footer {
	width: 100%;
	margin: 6% auto 0;
	background: #fff
}
#footer .wrap {
	display:flex;
	justify-content:flex-start;
	align-items:center;
	flex-wrap:wrap;
	gap:15%;
	width: 1000px;
	margin: 0 auto;
	padding-bottom:10px;
}
#footer .wrap > *:not(:is(.logo,.copy)){
	width:100%;
}
#footer .pagetop {
	padding: 30px 0 40px;
	width: 1000px;
	margin: 0 auto
}
#footer .pagetop p img {
	float: right;
	padding: 0 10px 0 0
}
#footer ul {
	width: 1000px;
	margin: 0 auto
}
#footer li {
	float: left;
	width: 241px;
	margin: 0 12px 0 0
}
#footer li.last {
	margin: 0
}
#footer .caution {
	padding: 20px 0;
	font-size: 11px;
	border-bottom: 1px solid #403b37;
}
#footer .logo{
	margin-top:15px;
}
#footer .copy {
	font-size: 80%
}
#area00 {
	position: relative;
	z-index: 0;
}
#area00 .video {
	position: absolute;
	margin: auto;
	z-index: 0;
	inset: auto 0 9% 0;
	aspect-ratio: 16/9;
}
.position_wrap {
	position: relative;
	z-index: 1;
}
.position_wrap a {
	--text_color:#fff;
	--bg_color:#222;
	--border_color:var(--bg_color);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 5%;
	margin: auto;
	z-index: 2;
	color: var(--text_color);
	background: var(--bg_color);
	border:2px solid var(--border_color);
	border-radius: 5px;
	font-weight: 600;
	font-size: 1.125rem;
	letter-spacing: 0.03em;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 41.6666666667em;
	min-height: 3.33333333333em;
	transition: transform .4s, opacity .4s;
}
.position_wrap a:after {
	content: "";
	display: block;
	background-color: var(--text_color);
	width: 11px;
	height: 22px;
	border-radius: 4px;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	position: absolute;
	right: 2.5%;
}
.position_wrap a:hover {
	opacity: 0.8;
	transform: translateY(2px);
}
.position_wrap a.small{
	max-width:34.6944444444em;
}
.position_wrap a.large{
	max-width:47.2777777778em;
}
.position_wrap ul {
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 17.5%;
	margin: auto;
	z-index: 2;
	max-width: 715px;
	gap: 4%;
}
.position_wrap ul li {
	position: relative;
	flex-basis: 48%;
}
.position_wrap ul li:nth-child(n+3) {
	margin-top: 3%;
}
.position_wrap ul li a {
	position: static;
	min-height: 2.77777777778em;
}
.position_wrap.newyear>a {
	--bg_color:#b39300;
	bottom: 24.4%;
}
.position_wrap.newyear li a {
	--bg_color:#c30d23;
}
.position_wrap.newyear li:nth-child(2) a {
	--bg_color:#606060;
}
.position_wrap.newyear li:nth-child(3) a {
	--bg_color:#0889a4;
}
.position_wrap.newyear li:nth-child(4) a {
	--bg_color:#7f3d90;
}
.position_wrap ul li a::after{
	right:5.5%;
}
.position_wrap.kimono01 a.btn00 {
	--bg_color:#ee7d72;
	--border_color:#fdedf8;
	bottom: 39.25%;
}
.position_wrap.kimono01 a.btn01 {
	--bg_color:#f42f4c;
	--border_color:#fdedf8;
	bottom: 10.5%;
	font-feature-settings:'palt';
	letter-spacing:0.01em;
}
.position_wrap.kimono02 a {
	--bg_color:#f08305;
	--border_color:#fdedf8;
	bottom: 19%;
}
.position_wrap.game a.btn01 {
	--bg_color:#0f6f5c;
	bottom: 39.5%;
}
.position_wrap.game a.btn02 {
	--text_color:#282828;
	--bg_color:#fff;
	bottom: 29.25%;
}
.position_wrap.other01 a {
	--bg_color:#37b2c1;
	--border_color:#fdedf8;
	bottom: 12%;
}
.position_wrap.other02 a {
	--bg_color:#e2aa17;
	bottom: 6%;
}
.position_wrap.other03 ul{
	max-width:810px;
	justify-content:space-between;
	gap:10%;
	flex-wrap:nowrap;
	bottom:6%;
}
.position_wrap.other03 ul a{
	--bg_color:#3fb58f;
	min-height:40px;
}
.position_wrap.other03 ul li:nth-child(2) a{
	--bg_color:#dd5466;
}
