:root {
	--pc-width: 1024px;
	--rem-vw: 1.5625vw;
	--bar-height: 60px;
	--main-data-padding: 1.25rem;
	--oa-backdrop: #ffffff66;
	--oa-white: rgb(255, 255, 255);
	--oa-litegreen: rgb(184, 221, 220);
	--oa-skyblue: rgb(85, 219, 246);
	--oa-portal-blue: rgba(74, 197, 234, 1);
	--oa-pastelblue: rgb(152, 228, 242);
	--oa-pastelblue-op3: rgb(152, 228, 242, 0.3);
	--oa-liteblue: rgb(133, 197, 243);
	--oa-liteblue-op8: rgb(129, 182, 224, 0.85);
	--oa-liteblue-op5: rgb(129, 182, 224, 0.5);
	--oa-liteblue-op3: rgb(129, 182, 224, 0.3);
	--oa-blue: rgb(80, 156, 214);
	--oa-blueop3: rgba(80, 156, 214, 0.3);
	--oa-newblue: #54a5f1;
	--oa-darkblue: rgb(52, 96, 185);
	--oa-yellow: rgb(255, 240, 100);
	--oa-pink: rgb(251, 209, 221);
	--oa-darkpink: #f5aac7;
	--oa-liteorange: rgb(255, 208, 170);
	--oa-yellow-op7: rgba(247, 236, 84, 0.75);
	--oa-pink-op7: rgba(250, 144, 183, 0.75);
	--oa-orange: rgb(247, 149, 52);
	--oa-gradient-liteblue: #7da1e7dd;
	--oa-gradient-skyblue: #98e5f2dd;
	--oa-gradient-liteblue-op: #7da1e7;
	--oa-gradient-skyblue-op: #98e5f2;
	--oa-grey: #666666;
	--oa-black: #333333;
	--oa-liteliteblue: rgb(159, 219, 238);
	--oa-liteyellow: rgb(225, 215, 79);
	--oa-bg-liteorange: #fcc79d;
	--oa-bg-liteyellow: #f7e478;
	--oa-bg-pink: #f6a3a7;
	--oa-bg-liteblue: #abd1f5;
	--oa-bg-litegreen: #afe0c5;
	--oa-bg-liteliteblue: #b4e0ee;
	--oa-white-op5: #ffffff80;
	--oa-white-op2: #ffffff33;
	--pr-yellow: #f6ecbc;
	--pr-darkyellow: #f7df55;
	--pr-gold: #b99e4b;
	--pr-gold-boke: #d0b82f;
	--swiper-navigation-color: var(--oa-white);
	--swiper-theme-color: var(--oa-blue);
	--diamond-zoom: 1.4;
	--oa-maisy: #fc9023;
	--oa-refly: #5dafd9;
	--oa-emekare: #74d121;
	--oa-prids: #e5c928;
	--oa-hotblood: #cf696b;
	--oa-drop: #99c0d3;
}
html {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
}
html,
body {
	padding: 0;
	margin: 0;
	border: 0;
	font-family: "Hammersmith One", sans-serif;
	font-family: "M PLUS 1", "M PLUS 1p", sans-serif;
}
.modal-wait {
	overflow-y: hidden;
	height: 100vh;
}
*,
*:before,
*:after {
	box-sizing: inherit;
}
a:link,
a:visited {
	text-decoration: none;
	color: var(--oa-orange);
	transition-duration: 0.33s;
}
a:hover {
	color: var(--oa-liteblue);
}
.brnosp,
.nosp {
	display: block;
}
.brnosp-inline {
	display: inline;
}
.brsp,
.sp,
.sp-inline {
	display: none;
}
.mt-2 {
	margin-top: 0.5rem !important;
}
.mt-4 {
	margin-top: 1rem !important;
}
.mt-6 {
	margin-top: 1.5rem !important;
}
.mt-8 {
	margin-top: 2rem !important;
}
.mt-10 {
	margin-top: 2.5rem !important;
}
.mplus {
	font-family: "M PLUS 1", "M PLUS 1p", sans-serif;
}
.josefin {
	font-family: "Josefin Slab", sans-serif;
}
.josefin-sans {
	font-family: "Josefin Sans", sans-serif;
}
.hammer {
	font-family: "Hammersmith One", sans-serif;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
.align-left {
	text-align: left;
}
.bolder {
	font-weight: 500;
}
.bold {
	font-weight: 600;
}
.larger {
	font-size: 1.15em;
}
.smaller {
	font-size: 0.85em;
}
.kakko {
	margin-left: -0.5em;
	margin-right: -0.5em;
}
.kakko2 {
	margin-left: -0.2em;
	margin-right: -0.2em;
}
.fw400 {
	font-weight: 400;
}
img {
	display: block;
}
.box {
	width: 100%;
	max-width: var(--pc-width);
	margin: 0 auto;
}
.box-outer {
	max-width: calc(var(--pc-width));
}
.bg {
	background: url(img/portal_haikei.jpg) repeat;
	background-size: 112% auto;
	background-position: 0 0;
	background-attachment: fixed;
}
.gradient-bg {
	background: radial-gradient(
		circle at top,
		transparent 10%,
		var(--oa-portal-blue) 600px
	);
	background-attachment: fixed;
}
.bar {
	color: var(--oa-white);
	text-transform: uppercase;
	/* font-size: calc(1.3 * var(--rem-vw)); */
	font-size: 1.8rem;
	display: flex;
	margin: 0 auto;
	margin-top: 2rem;
	justify-content: center;
	align-items: center;
	width: 80%;
	max-width: var(--pc-width);
	height: calc(var(--bar-height) / 16 * var(--rem-vw));
	white-space: nowrap;
	position: relative;
}
.bar > div > a {
	margin: 0;
	padding: 0 calc(2 * var(--rem-vw));
	display: flex;
	justify-content: center;
	flex: 0 1 auto;
	line-height: 1;
	color: var(--oa-white);
	height: 100%;
	font-weight: 400;
	position: relative;
	padding-top: 0.6rem;
	filter: drop-shadow(0 0 4px var(--oa-newblue));
}
.bar > div > a:hover {
	color: var(--oa-darkblue);
}
.bar > div > a.disabled {
	color: var(--oa-blue);
	filter: none;
}
.bar > div > a.disabled:hover {
	color: var(--oa-blue);
	filter: none;
}
.tume {
	margin-right: -0.2rem;
}
.tume2 {
	margin-right: -0.09rem;
}
.dropdown-list {
	display: flex;
	flex-direction: column;
	position: absolute;
	z-index: 11;
	color: var(--oa-white);
	transition-duration: 0.33s;
	font-size: 0.65em;
	margin-top: 0rem;
	/* opacity: 0.8; */
	text-transform: none;
	padding-left: calc(2 * var(--rem-vw));
	pointer-events: none;
}
.dropdown-list a {
	color: var(--oa-darkblue);
	background-color: var(--oa-yellow);
	padding: 0.1rem 0.5rem 0.1rem;
	margin-left: 12px;
	display: block;
	opacity: 0;
	transform: scaleY(0);
	transform-origin: center top;
	/* border-left: 2px solid var(--oa-newblue); */

}
.dropdown-list a::before {
	position: absolute;
	content: "";
	left: -12px;
	top: 12px;
	border-top: 1px solid var(--oa-darkblue);
	width: 0;
	height: 2px;
	transition-duration: 0.9s;
}
.dropdown-list.show a::before {
	width: 18px;
}

.archives-list a.maisy {
	background-color: var(--oa-maisy);
	color: var(--oa-white);
}
.archives-list a.maisy:hover {
	color: var(--oa-maisy);
}
.archives-list a.refly {
	background-color: var(--oa-refly);
	color: var(--oa-white);
}
.archives-list a.refly:hover {
	color: var(--oa-refly);
}
.archives-list a.emekare {
	background-color: var(--oa-emekare);
	color: var(--oa-white);
}
.archives-list a.emekare:hover {
	color: var(--oa-emekare);
}
.stages-list a.hotblood {
	background-color: var(--oa-hotblood);
	color: var(--oa-white);
}
.stages-list a.hotblood:hover {
	color: var(--oa-hotblood);
}
.stages-list a.drop {
	background-color: var(--oa-drop);
	color: var(--oa-white);
}
.stages-list a.drop:hover {
	color: var(--oa-drop);
}
.archives-list a.prids {
	background-color: var(--oa-prids);
	color: var(--oa-white);
	padding-top: 0.05rem;
}
.archives-list a.prids:hover {
	color: var(--oa-prids);
}
.archives-list a.oa2022 {
	background-color: var(--oa-darkblue);
	color: var(--oa-white);
	padding-top: 0.05rem;
}
.archives-list a.oa2022:hover {
	color: var(--oa-darkblue);
}
.dropdown-list .mplus {
	font-size: 0.8em;
	font-weight: 600;
}
.dropdown-list.show a {
	display: block;
	opacity: 1;
	transform: scaleY(1);
	pointer-events: auto;
}
.dropdown-list a:hover {
	background-color: var(--oa-white);
	/* color: var(--oa-newblue); */
	cursor: pointer;
}
.swiper-outer {
	width: 100%;
	max-width: var(--pc-width);
	background: url(img/portal_haikei.jpg);
	background-size: 112% auto;
	background-repeat: repeat;
	background-attachment: fixed;
	position: relative;
	margin: 0 auto;
	margin-top: 1rem;
}
.swiper-frame {
	border: 2px solid white;
	content: "";
	position: absolute;
	top: 0.5rem;
	bottom: 0.5rem;
	left: 0.5rem;
	right: 0.5rem;
	z-index: 999;
	pointer-events: none;
}
.swiper {
	width: 100%;
	position: relative;
	padding: 2rem 1rem !important;
	/* max-height: calc(450px + 1rem); */
}
.kv-frame {
	padding-left: 14%;
	padding-right: 14%;
}
.swiper-slide img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.swiper .swiper-slide {
	height: 992px;
	line-height: 992px;
}
.swiper-button-next {
	transform: translateX(45px);
	position: absolute;
}
.swiper-button-prev {
	transform: translateX(-45px);
	position: absolute;
}
.main .swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(
		to left,
		rgba(255, 255, 255, 0.5),
		rgba(255, 255, 255, 0)
	);
}
.main .swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(
		to right,
		rgba(255, 255, 255, 0.5),
		rgba(255, 255, 255, 0)
	);
}
#particles-js {
	position: fixed;
	/* z-index: 1; */
	width: 100%;
	height: 100%;
	pointer-events: none;
}
.title {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 1rem;
	z-index: 2;
	position: relative;
}
.title a {
	width: 100%;
	display: flex;
	justify-content: center;
}
.title-image {
	width: 23%;
	height: auto;
	aspect-ratio: 70 / 37;
}
.main-title-text {
	font-size: 1rem;
	margin-top: 0.5rem;
	color: var(--oa-darkblue);
	font-weight: 600;
	letter-spacing: 8px;
}
.anim-start {
	animation-play-state: running;
}
.modal-out {
	z-index: -1;
}
.main {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
label#menu {
	display: none;
}
#nav {
	display: none;
}
.bar-bd {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #00000099;
	display: none;
	z-index: 3;
}
.bar a {
	width: 100%;
}
.bar-close {
	position: fixed;
	top: 3px;
	left: 8px;
	width: 40px;
	z-index: 5;
	height: 36px;
	display: none;
}
label#menu {
	color: white;
	font-size: 1.8rem;
	cursor: pointer;
	display: block;
	margin: 0.5rem 1rem 0.5rem auto;
	text-align: right;
	z-index: 4;
}
label#menu:before {
	content: "\2630";
	font-size: 1.9rem;
}
input#nav:checked ~ label#menu {
	transform: translate(-2px, 2px);
}
input#nav:checked ~ label#menu:before {
	content: "×";
	font-size: 2rem;
}
input#nav:checked ~ label#menu:hover:before {
	color: var(--bp-darkblue);
	background-color: var(--bp-whity);
}

.no-link {
	opacity: 0.3;
}
.liteblue-text {
	color: var(--oa-liteblue);
}
.red-text {
	color: rgb(229, 86, 103);
}
.underline {
	text-decoration: underline;
}
.d-none {
	display: none;
}
.bar-logo-box {
	display: none;
}
.title-outer-bg {
	margin: 0 auto;
}
.main-data {
	flex: 1 1 31.5%;

	display: flex;
	flex-direction: column;
}
.title-logo-box {
	padding-top: 1rem;
	padding-bottom: var(--main-data-padding);
}
.title-logo-image {
	width: 100%;
	height: auto;
	margin: 0 auto;
	/* aspect-ratio: 100 / 53; */
}
.main-data-title,
.main-data-year {
	padding: 0.05rem var(--main-data-padding);
}
.main-data-title {
	color: var(--oa-blue);
	background-color: var(--oa-white);
	font-size: 0.9rem;
}
.main-data-title-text {
	margin-top: -1px;
	margin-bottom: 1px;
}
.main-data-year {
	color: var(--oa-white);
	background-color: var(--oa-skyblue);
	font-size: 1.1rem;
	padding-top: 0.2rem;
	padding-bottom: 0;
	font-weight: 600;
}
.main-data-desc-box {
	padding: 0 var(--main-data-padding);
	color: var(--oa-white);
}
.main-data-date {
	font-size: 4rem;
	display: flex;
	justify-content: flex-start;
	align-items: baseline;
	margin-top: 1.2rem;
	letter-spacing: 1px;
	font-weight: 400;
}
.main-data-date-year-sp {
	display: none;
}
.main-data-date time {
	display: flex;
	align-items: baseline;
}
.main-data-date-day {
	font-size: 1.6rem;
	letter-spacing: 0;
}
.main-data-date-span {
	font-size: 1.2rem;
	margin-left: 0.4rem;
	margin-right: 0.4rem;
	transform: translateY(-3px);
}
.main-data-place {
	font-size: 1.6rem;
	margin-top: -0.25rem;
	font-weight: 400;
	line-height: 1.3;
}
.main-data-place a {
	color: var(--oa-yellow);
}
.main-data-place a:hover {
	color: var(--oa-white);
}
.main-data-credits {
	margin-top: 0.6rem;
	padding: 0.4rem var(--main-data-padding);
}
.main-data-credits-text {
	font-size: 0.9rem;
	color: white;
	font-weight: 400;
	line-height: 1.4;
}
.main-data-credits-text-add {
	font-size: 0.6rem;
	margin-left: -0.3em;
}
.main-data-menu-box {
	font-size: 1.6rem;
	color: var(--oa-white);
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 1rem;
	line-height: 1.1;
	margin-bottom: auto;
}
.menu-item {
	padding: 0.75rem var(--main-data-padding) 0.66rem;
	border-top: 1px solid var(--oa-white);
	min-height: 79.87px;
	transition-duration: 0.33s;
	color: var(--oa-white);
}
.menu-item:hover {
	background-color: var(--oa-white);
	color: var(--oa-blue);
	cursor: pointer;
}
.menu-item.guide {
	background-color: var(--oa-skyblue);
}
.menu-item .main-data-menu-item-jp {
	font-size: 0.9rem;
	font-weight: 400;
	transform: translateY(-2px);
}
.main-data-menu-box a.disabled .menu-item {
	color: var(--oa-white-op5);
}
.main-data-menu-box a.disabled .menu-item:hover {
	background-color: unset;
	color: var(--oa-white-op5);
	cursor: default;
}
.main-data-menu-box a:last-child .menu-item {
	border-bottom: 1px solid var(--oa-white);
}
.notice-link,
.flyer-link {
	text-align: center;
	margin-bottom: 2rem;
	padding: 0 var(--main-data-padding);
}
.notice-link {
	margin-top: 1rem;
}
.flyer-link {
	margin-bottom: 0;
}
.notice-link-text,
.flyer-link-text {
	font-size: 0.9rem;
	line-height: 1.5;
	border-radius: 1.2rem;
	border: 1px solid var(--oa-white);
	padding: 0.3rem 2rem 0.4rem;
	transition-duration: 0.33s;
	color: var(--oa-white);
	display: block;
	letter-spacing: 2px;
	font-weight: 500;
}
.flyer-link-text {
	color: var(--oa-skyblue);
	border-color: var(--oa-white);
	background-color: var(--oa-white);
}
.notice-link-text:hover,
.flyer-link-text:hover {
	background-color: var(--oa-skyblue);
	color: var(--oa-white);
	cursor: pointer;
}
.flyer-link-text:hover {
	color: var(--oa-white);
}
.notice-window-bd {
	display: none;
	background-color: var(--oa-backdrop);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 4;
	width: 100vw;
	min-height: 100vh;
	min-height: -moz-available;
	min-height: -webkit-fill-available;
	min-height: fill-available;
}
.notice-window {
	display: flex;
	width: 90vw;
	height: 80vh;
	position: fixed;
	top: 7vh;
	left: 5vw;
	background-color: var(--oa-white);
	color: var(--oa-black);
	border: 1px solid var(--oa-blue);
	border-radius: 0.5rem;
	padding: 0;
	font-size: 1rem;
	line-height: 1.6;
	flex-direction: column;
}
.notice-window-close-button {
	justify-self: center;
	margin-top: auto;
	position: absolute;
	bottom: 1rem;
	right: 2rem;
}
.notice-window-close-link {
	padding: 0 0.5rem;
	margin: 0 -0.5rem;
	line-height: 1;
	font-size: 2.2rem;
	font-weight: 400;
	border-radius: 2rem;
}
.notice-inner {
	padding: 4rem 4rem;
	overflow-y: auto;
}
.notice-title {
	font-size: 1rem;
	font-weight: 500;
	color: var(--oa-black);
	margin-bottom: 1rem;
}
.notice-text,
.notice-caution {
	padding-top: 1rem;
}
.notice-text,
.notice-head,
.notice-caution {
	font-size: 0.9rem;
}
.notice-head,
.notice-caution {
	font-weight: 500;
}
.notice-text {
	line-height: 1.6;
	font-weight: 400;
}
.main-menu-sp {
	display: none;
}
ul {
	padding: 0;
	margin: 0;
}
li {
	list-style-type: none;
	margin-left: 0.8rem;
	text-indent: -1.05em;
	margin-top: 0.6rem;
}
.notice-text li {
	margin-left: 0.8rem;
	text-indent: -1.05em;
	margin-top: 0.6rem;
}
ul.star li {
	margin-top: 0;
	margin-bottom: 0;
}
.divider {
	border-top: 1px solid var(--oa-liteblue);
	margin-bottom: 1rem;
	margin-top: 1rem;
}
.divider-notice {
	border-color: var(--oa-blue);
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
.orange--text {
	color: var(--oa-orange);
}
.js-loading *,
.js-loading *:before,
.js-loading *:after {
	animation-play-state: paused !important;
}
.loading {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.2rem;
	font-weight: 500;
	opacity: 1;
	color: var(--oa-white);
	letter-spacing: 1px;
	z-index: 19;
	background-color: var(--oa-liteblue);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-transform: uppercase;
	font-weight: 500;
}
.blink {
	animation: blinker 0.5s ease-in-out alternate infinite;
	animation-play-state: running !important;
}
@keyframes blinker {
	0% {
		opacity: 0.5;
	}
	100% {
		opacity: 1;
	}
}
.notice-box {
	display: flex;
	margin-top: 1.5rem;
	--space: 0.75rem;
}
.notice,
.covid {
	flex: 1 1 50%;
	font-size: 0.9rem;
	color: var(--oa-grey);
	text-align: center;
	font-weight: 400;
}
.notice {
	display: none;
}
.notice-box-link-text,
.covid-box-link-text {
	padding: 0.25rem;
	border: 1px solid var(--oa-liteblue);
	min-height: 51px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition-duration: 0.33s;
	background-color: var(--oa-liteblue);
	color: var(--oa-white);
	flex-direction: column;
}
.notice-box-link-text {
	border: 1px solid var(--oa-skyblue);
	background-color: var(--oa-skyblue);
}
.notice-box-link-text:hover,
.covid-box-link-text:hover {
	background-color: var(--oa-white);
	color: var(--oa-skyblue);
	cursor: pointer;
}
.notice-box-guide-en {
	font-size: 1.825rem;
	margin-bottom: -0.25rem;
	margin-top: 0.25rem;
	font-weight: 600;
}
/* news */
.news {
	position: relative;
	padding-top: 1.5rem;
}
.news.page-news {
	padding-top: 1rem;
}
.news-inner {
	background-color: #fff;
}
.title-text {
	font-size: 2.1rem;
	text-align: center;
	text-transform: uppercase;
	padding-top: 2rem;
	color: var(--oa-darkblue);
	padding-bottom: 0.5rem;
	overflow: hidden;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 8px;
}
.info-title,
.guide-title {
	position: relative;
}

.news-info-box {
	padding: 2rem 4rem 0;
	position: relative;
}
.news-item-outer:first-child {
	border-top: 1px dotted var(--oa-blue);
}
.news-item-outer {
	position: relative;
	will-change: height;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
}
.news-item {
	font-weight: 300;
	border-bottom: 1px dotted var(--oa-blue);
	padding-top: 0.15rem;
	padding-bottom: 0.15rem;
	position: relative;
}
.news-divider + .news-item {
	border-top-color: black;
}

.news-divider {
	padding-bottom: 1.5rem;
}
.news-text strong {
	font-weight: 900;
}
.news-text em {
	font-style: normal !important;
	color: var(--oa-blue) !important;
}
.news-ch {
	margin-right: 1rem;
	display: flex;
	align-items: center;
}
.news-head-outer {
	display: flex;
}
.news-head {
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-bottom: 0.3rem;
	padding-top: 0.3rem;
	position: relative;
	transition-duration: 0.33s;
	width: 100%;
}
.news-head-outer:hover {
	color: white;
	cursor: pointer;
	background-color: var(--oa-pastelblue-op3);
}
.news-item.closed .news-head::after {
	transform: scaleY(1.6) rotate(180deg);
}
.news-head.foldable::after {
	width: 6px;
	height: 7px;
	position: absolute;
	border-bottom: 6px solid var(--oa-darkblue);
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	right: 12px;
	bottom: 13px;
	content: "";
	transition-duration: 0.33s;
	transition-property: transform;
	transform-origin: center 4px;
	transform: scaleY(1.6);
	z-index: 0;
}
.news-head.foldable:hover::after {
	border-bottom-color: var(--oa-blue);
}
.news-head-right {
	display: flex;
	flex-direction: column;
}
.news-date {
	color: var(--oa-orange);
	font-size: 0.8rem;
	padding: 0;
	margin-bottom: 0.1rem;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0;
	white-space: nowrap;
	display: flex;
	align-items: center;
}

.new-tick {
	background-color: var(--oa-darkblue);
	color: var(--oa-white);
	padding: 0;
	border-radius: 2px;
	margin: 0.1rem 0 0 0.5rem;
	padding: 0.05rem 0.2rem 0.1rem;
	font-size: 0.7rem;
	font-weight: 700;
	display: inline-block;
	letter-spacing: -0.5px;
	transition-duration: 0.33s;
}
.news-head:hover .new-tick {
	background-color: var(--oa-blue);
}
.news-title {
	color: var(--oa-darkblue);
	font-size: 1rem;
	font-weight: 500;
	transition-duration: 0.33s;
	transition-property: color;
	padding: 0 1.5rem 0 0;
	line-height: 1.3;
	margin-right: 0.5rem;
}
.news-head:hover .news-date,
.news-head:hover .news-title {
	color: var(--oa-liteblue);
}
.news-text-box {
	padding: 0;
	margin: 0;
	position: relative;
}
.news-text {
	font-size: 0.9rem;
	color: var(--oa-black);
	transition-duration: 0.33s;
	transition-property: color;
	padding: 1rem 1rem 1rem 3.8rem;
	line-height: 1.7;
	border-top: none;
	font-weight: 400;
	margin-bottom: 0.5rem;
}
.news-text a {
	color: var(--oa-orange);
	font-weight: 500;
}
.news-text p {
	margin: 0;
	min-height: 16px;
}
.news-text a:hover {
	color: var(--oa-liteblue);
}
.channel-icon {
	width: 45px;
	height: 45px;
}
.more-box {
	min-height: 30px;
}
.news-more {
	font-size: 0.8rem;
	color: var(--oa-orange);
	font-weight: 600;
	padding-top: 1rem;
	padding-bottom: 1rem;
	appearance: normal;
	-webkit-appearance: normal;
	border: none;
	background-color: transparent;
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
	display: block;
	transition-property: color;
	transition-duration: 0.33s;
	letter-spacing: 2px;
}
.news-more:hover {
	cursor: pointer;
}
.toggle-slide-enter-active,
.toggle-slide-leave-active {
	transition: height 0.4s;
	overflow: hidden;
}
.toggle-slide-enter,
.toggle-slide-leave-to {
	height: 0;
	transition: height 0.4s;
}
.slide-fade-enter-active {
	transition: all 0.33s ease;
}
.slide-fade-leave-active {
	transition: all 0.33s ease;
}
.slide-fade-enter,
.slide-fade-leave-to {
	transform: translateY(-10px);
	opacity: 0;
}
.info-title::before {
	position: absolute;
	border-style: solid;
	border-width: 16px 16px 0 0;
	border-color: transparent;
	border-top-color: var(--oa-pink);
	left: 6px;
	top: 6px;
	content: "";
}
.info-title::after {
	position: absolute;
	border-style: solid;
	border-width: 0 16px 16px 0;
	border-color: transparent;
	border-right-color: var(--oa-yellow);
	right: 6px;
	top: 6px;
	content: "";
}
.news-info-box::before {
	position: absolute;
	border-style: solid;
	border-width: 16px 0 0 16px;
	border-color: transparent;
	border-left-color: var(--oa-liteorange);
	left: 6px;
	bottom: 6px;
	content: "";
}
.news-info-box::after {
	position: absolute;
	border-style: solid;
	border-width: 0 0 16px 16px;
	border-color: transparent;
	border-bottom-color: var(--oa-pastelblue);
	right: 6px;
	bottom: 6px;
	content: "";
}
.title-stars {
	position: relative;
	padding: 0 90px;
	display: inline-block;
}
.title-stars::before,
.title-stars::after {
	position: absolute;
	background: url(img/stars.svg) no-repeat;
	background-size: 80px 20px;
	content: "";
	left: 4px;
	top: 5px;
	width: 80px;
	height: 20px;
}
.title-stars::after {
	transform: scaleX(-1);
	left: unset;
	right: 4px;
}
.intro,
.goods,
.story {
	padding-top: 5rem;
}
.story {
	padding-bottom: 7rem;
}
.streaming.box {
	padding: 5rem 7rem;
	overflow: hidden;
	text-align: center;
}

.goods li {
	margin-top: 0;
}
.goods-title {
	margin-bottom: -2rem;
}
.intro-head,
.story-head,
.goods-head {
	color: var(--oa-darkpink);
	font-size: 1.1rem;
	text-align: center;
	padding-top: 1.5rem;
	padding-bottom: 1rem;
	font-weight: 500;
}
.goods-head {
	color: var(--oa-orange);
}
.goods-head2,
.goods-head3,
.goods-head4 {
	font-weight: 600;
	color: var(--oa-grey);
}
.goods-head2 {
	font-weight: 400;
	margin-top: 4rem;
	margin-bottom: 1rem;
	color: var(--oa-white);
	font-size: 1.1rem;
	line-height: 1;
	padding: 0.35rem 0 0.45rem;
	background: linear-gradient(
		to right,
		#ffffff00 0,
		var(--oa-liteblue) 10%,
		var(--oa-liteblue) 90%,
		#ffffff00 100%
	);
	letter-spacing: 6px;
}
.goods-head2.blue {
	background: linear-gradient(
		to right,
		#ffffff00 0,
		var(--oa-darkblue) 10%,
		var(--oa-darkblue) 90%,
		#ffffff00 100%
	);
}
.goods-head3 {
	font-size: 1.1rem;
	margin-top: 1rem;
	text-align: left;
	color: var(--oa-darkblue);
}
.goods-head4 {
	font-size: 0.9rem;
	text-align: left;
}
.goods-name {
	font-size: 1.2rem;
	color: var(--oa-blue);
	font-weight: 600;
	margin-top: 2rem;
}
.goods-text-box {
	text-align: center;
}
.goods-price,
.goods-desc {
	font-size: 0.9rem;
	color: var(--oa-grey);
	line-height: 1.4;
}
.goods-text {
	font-size: 0.9rem;
	color: var(--oa-grey);
	line-height: 1.7;
}
.goods-pack {
	display: inline;
}
.goods-image-box {
	display: flex;
	flex-wrap: wrap;
	margin-top: 1rem;
	align-items: flex-start;
}
.goods-image-box.pamph {
	justify-content: center;
}
.goods-image {
	flex: 0 1 50%;
	width: 50%;
	height: auto;
	margin-top: 0.5rem;
	margin-bottom: 1rem;
}
.goods-image-box.pamph .goods-image {
	--width: 33%;
	width: var(--width);
	flex: 0 1 var(--width);
}
.goods-image.wide {
	--width: 60.05%;
	width: var(--width);
	flex: 0 1 var(--width);
}
.goods-image.narrow {
	--width: 39.95%;
	width: var(--width);
	flex: 0 1 var(--width);
}
.goods-image.drop {
	--width: 50%;
	flex: 0 1 var(--width);
	width: var(--width);
}
.goods-image-drop-box {
	--mr: 10.05%;
	margin-left: var(--mr);
	margin-right: var(--mr);
	display: flex;
	align-items: flex-start;
}
.goods-image.teacher {
	--width: 19.88%;
	flex: 0 1 var(--width);
	width: var(--width);
	margin-right: 40.06%;
	margin-left: 40.06%;
}
.goods-cf-box {
	display: flex;
	margin-bottom: 2rem;
	margin-top: 0.5rem;
	align-items: flex-start;
}
.goods-cf-image.cf1 {
	width: 57.27%;
}
.goods-cf-image.cf2 {
	width: 42.73%;
}
.goods-rand-brom-box {
	display: flex;
	flex: 1 1 50%;
}
.goods-rand-brom-box .goods-image {
	width: 100%;
	margin-top: 0;
}
.goods-rand-brom {
	--mr: 1.5rem;
	--width: calc(50% - var(--mr));
	flex: 0 1 var(--width);
	width: var(--width);
	margin-right: var(--mr);
}
.goods-rand-brom:nth-child(2n) {
	margin-right: 0;
	margin-left: var(--mr);
}
.goods-kura-box-outer {
	width: 90%;
	margin-left: 5%;
}
.goods-kura-box-outer .goods-image {
	margin-top: 0;
	margin-bottom: 1rem;
	width: 100%;
}
.goods-kura-box-outer .goods-name,
.goods-kura-box-outer .goods-price,
.goods-kura-box-outer .goods-desc {
	font-size: 0.8rem;
	white-space: nowrap;
}
.goods-kura-box-outer .goods-name {
	font-size: 0.9rem;
}
.goods-kura-box-outer {
	display: flex;
	flex-wrap: wrap;
	margin-top: -1rem;
	margin-bottom: 4rem;
}
.goods-kura-box {
	--mr: 4rem;
	--width: calc(50% - var(--mr));
	margin-top: 0.5rem;
	flex: 0 1 var(--width);
	width: var(--width);
	margin-right: var(--mr);
}
.goods-kura-box:nth-child(2n) {
	--mr: 4rem;
	margin-right: 0;
	margin-left: var(--mr);
}
.goods-kura {
	width: 110%;
	margin-left: -5%;
}
.goods-divider {
	border-top: 1px solid var(--oa-liteblue);
}
.goods-time {
	font-weight: 600;
}
.story-head {
	text-transform: uppercase;
	margin-left: 0.5rem;
}
.streaming-head {
	font-weight: 400;
	margin-top: 3rem;
	margin-bottom: 1rem;
	color: var(--oa-white);
	font-size: 1.1rem;
	line-height: 1;
	padding: 0.35rem 0 0.45rem;
	background: linear-gradient(
		to right,
		#ffffff00 0,
		var(--oa-liteblue) 10%,
		var(--oa-liteblue) 90%,
		#ffffff00 100%
	);
	letter-spacing: 6px;
}
.streaming-head.first {
	margin-top: 2rem;
}
.streaming-text {
	font-size: 0.9rem;
	color: var(--oa-grey);
}
.streaming-text-large {
	font-size: 1.1rem;
}
.stream-url,
.tiketore-url {
	word-break: break-all;
}
.intro-text-box,
.goods-text-box {
	padding: 0;
	margin: 0.3rem 4rem;
	background-color: transparent;
}
.intro-text {
	color: white;
	background: linear-gradient(
		to right,
		#ffffff00 0,
		var(--oa-liteblue) 10%,
		var(--oa-liteblue) 90%,
		#ffffff00 100%
	);
	font-size: 0.85rem;
	text-align: center;
	line-height: 1;
	padding: 0.35rem 0;
	margin: 0.6rem 0;
	letter-spacing: 3px;
	transition-property: background;
	transition-duration: 1s;
}
.story-text {
	text-align: center;
	line-height: 2;
	color: var(--oa-grey);
	font-size: 0.85rem;
}
.story-unit-text {
	width: 380px;
	margin: 0 auto;
	padding: 0;
	margin-bottom: 0.5rem;
	font-size: 0.85rem;
}
.maisy-bg {
	background: linear-gradient(
		to right,
		#ffffff00 0,
		var(--oa-bg-liteorange) 20%,
		var(--oa-bg-liteorange) 80%,
		#ffffff00 100%
	);
}
.prids-bg {
	background: linear-gradient(
		to right,
		#ffffff00 0,
		var(--oa-bg-liteyellow) 20%,
		var(--oa-bg-liteyellow) 80%,
		#ffffff00 100%
	);
}
.hotblood-bg {
	background: linear-gradient(
		to right,
		#ffffff00 0,
		var(--oa-bg-pink) 20%,
		var(--oa-bg-pink) 80%,
		#ffffff00 100%
	);
}
.refly-bg {
	background: linear-gradient(
		to right,
		#ffffff00 0,
		var(--oa-bg-liteblue) 20%,
		var(--oa-bg-liteblue) 80%,
		#ffffff00 100%
	);
}
.emekare-bg {
	background: linear-gradient(
		to right,
		#ffffff00 0,
		var(--oa-bg-litegreen) 20%,
		var(--oa-bg-litegreen) 80%,
		#ffffff00 100%
	);
}
.drop-bg {
	background: linear-gradient(
		to right,
		#ffffff00 0,
		var(--oa-bg-liteliteblue) 20%,
		var(--oa-bg-liteliteblue) 80%,
		#ffffff00 100%
	);
}
.twitter-banner {
	background: linear-gradient(
		to right,
		var(--oa-pink-op7),
		var(--oa-yellow-op7)
	);
	padding: 0.9rem 0;
	margin-top: 2rem;
}
.twitter-banner-inner {
	display: flex;
	align-items: center;
	position: relative;
	padding: 0 4rem;
}
.twitter-icon,
.instagram-icon, .youtube-icon {
	width: 2rem;
	height: 2rem;
	margin-right: 0.5rem;
}
.instagram-icon {
	margin-left: 0.5rem;
}
.youtube-icon {
	margin-left: 0.5rem;
}
.twitter-banner-text {
	font-size: 1.6rem;
	font-weight: 900;
	color: white;
}
.twitter-text {
	font-size: 1.5rem;
}
.sns-link {
	display: flex;
	align-items: center;
	transition-duration: 0.33s;
}
.sns-link a {
	color: var(--oa-white);
	display: flex;
	align-items: center;
}
.bg-inner {
	min-height: 100vh;
}
.footer {
	padding: 1.5rem 1rem;
	color: var(--oa-white);
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	position: sticky;
	top: 100vh;
}
.copyright {
	font-size: 0.5rem;
	padding-top: 0.5rem;
	margin-bottom: auto;
	font-weight: 400;
}
.banner-box {
	width: 21vw;
	position: relative;
}
.footer-banner-image {
	width: 100%;
	margin-bottom: 0;
	margin-top: auto;
	display: inline-block;
	transition-property: filter;
	transition-duration: 1s;
	aspect-ratio: 16 / 5;
	z-index: 2;
	position: relative;
}
.sns-link a:hover {
	filter: brightness(1.2) drop-shadow(0 0 5px var(--oa-white));
}
.footer-banner-image:hover {
	filter: brightness(1.2) drop-shadow(0 0 5px var(--oa-liteblue));
}
.twitter {
	width: 44%;
	height: 280px;
	margin-left: auto;
	position: absolute;
	right: 4rem;
	top: 6px;
	background-color: white;
}
.twitter-timeline {
	overflow: scroll;
	height: 100%;
}
.space-nowrap {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
@media screen and (max-width: 1096px) {
	.swiper-button-next {
		transform: translateX(0);
	}
	.swiper-button-prev {
		transform: translateX(0);
	}
	.stages-list {
		transform: translateX(8%);
	}
	.archives-list {
		transform: translateX(-57%);
	}
}
@media screen and (max-width: 845px) {
	.main-data-menu-box {
		font-size: 1.4rem;
		margin-top: 0.5rem;
	}
	.menu-item {
		min-height: 59.54px;
		padding: 0.33rem var(--main-data-padding) 0.25rem;
	}
	.notice-link {
		margin-bottom: 0.75rem;
	}

	.swiper .swiper-slide {
		height: 992px;
		line-height: 992px;
	}
	.swiper-slide img {
		display: block;
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
}
@media screen and (max-width: 768px) {
	:root {
		--diamomnd-zoom: 1.1;
	}
	.brsp,
	.sp {
		display: block;
	}
	.brnosp,
	.nosp {
		display: none;
	}
	.sp-inline {
		display: inline;
	}
	.title-image {
		width: 60%;
		height: auto;
	}
	.main-title-text {
		font-size: 1.1rem;
	}
	.info-title {
		padding-top: 1.5rem;
		padding-bottom: 1rem;
	}
	.title-text {
		font-size: 1.6rem;
	}
	.title-stars {
		padding: 0 62px;
	}
	.title-stars::before,
	.title-stars::after {
		background-size: 56px 15px;
		top: 4px;
		width: 56px;
		height: 15px;
	}
	.title-stars::after {
		transform: scaleX(-1);
	}
	.gradient-bg {
		background: radial-gradient(
			circle at top,
			transparent 7.5%,
			var(--oa-portal-blue) 350px
		);
		background-attachment: fixed;
	}
	.bg-inner {
		background-size: calc(124.6px * var(--diamomnd-zoom))
			calc(152.28px * var(--diamomnd-zoom));
	}
	@keyframes bgSlider {
		0% {
			background-position: 0 0;
		}
		100% {
			background-position: 0 calc(-152.28px * var(--diamomnd-zoom));
		}
	}
	.bar-close {
		display: block;
	}
	.bar-outer {
		position: fixed;
		top: 0;
		right: 58%;
		bottom: 0;
		left: 0;
		height: auto;
		/* background: unset; */
		background: linear-gradient(
			to bottom,
			var(--oa-skyblue),
			var(--oa-darkblue)
		);
		background-repeat: no-repeat;
		background-size: auto;
		margin: 0;
		padding-bottom: 0.25rem;
		width: 42%;
		display: none;
		z-index: 4;
		/* opacity: 0.7; */
	}
	.bar {
		width: 100%;
		font-size: 1.4rem;
		/* display: none; */
	}

	.dropdown-list {
		font-size: 0.8em;
		/* opacity: 0.8; */
	}
	.dropdown-list.mplus {
		font-size: 0.72em;
	}
	.news-info-box {
		padding: 1rem 1rem 0;
	}
	.news-head {
		flex-direction: column;
		align-items: flex-start;
	}
	.news-text {
		padding: 0.75rem 0.35rem 0.15rem;
		line-height: 1.5;
	}
	.swiper-outer {
		margin-top: 0.25rem;
	}

	.footer {
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	.sns-link {
		justify-content: center;
	}
	.banner-box {
		width: 80%;
		margin-top: 1rem;
		max-width: 320px;
	}
	.swiper {
		padding: 0 0 1rem !important;
	}
	.swiper-button-next {
		display: none !important;
	}
	.swiper-button-prev {
		display: none !important;
	}
	.swiper .swiper-slide {
		height: 500px;
		line-height: 500px;
	}
}

@media screen and (max-width: 600px) {
	.bar {
		flex-wrap: wrap;
		font-size: 1.5rem;
		padding-top: 2rem;
	}
	.bar-top {
		border-top: 1px solid white;
	}
	.bar > div {
		width: calc(100% - 2rem);
		flex: 1 0 calc(100% - 2rem);
		display: flex;
		align-items: center;
		flex-direction: column;
		border-bottom: 1px solid white;
		margin-bottom: 0.5rem;
		padding-bottom: 6rem;
		/* padding-top: 2rem; */
	}
	.bar > div:last-child {
		border-bottom: none;
	}
	.dropdown-list {
		transform: translate(2.5rem,2.25rem);
	}
	.archives-list {
		transform: translate(2.5rem,2.25rem);
	}
	.twitter-banner {
		padding-top: 0.5rem;
		padding-bottom: 0;
	}
	.twitter-banner-inner {
		display: flex;
		flex-direction: column;
		padding-bottom: 1rem;
		align-items: flex-start;
	}
	.twitter {
		position: relative;
		width: 100%;
		top: unset;
		right: unset;
		margin: 0.4rem auto 0;
	}
	.footer-banner-image {
		margin-top: 1rem;
		width: 75%;
	}
	.footer {
		height: auto;
		text-align: center;
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	.footer-copyright {
		padding-top: 0.3rem;
	}
}
@media screen and (min-width: 1024px) {
	.banner-box {
		width: calc(0.21 * var(--pc-width));
	}
	.footer {
		padding-left: 0;
		padding-right: 0;
	}
}
