@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap');
@charset "utf-8";

html {
	margin: 0;
	padding: 0;
}
body {
	width: 100%;
	height: 100dvh;
	position: relative;
	margin: 0;
	padding: 0;
	font-family: 'Noto Sans JP', sans-serif;
	background: url("../images/index/phase2_background.jpg");
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
body.mumu {
	background: url("../images/characters/bg_mumu.png") repeat;
}
body.nana {
	background: url("../images/characters/bg_nana.png") repeat;
}
body.jamu {
	background: url("../images/characters/bg_jamu.png") repeat;
}
body.temp {
	background: url("../images/index/background.jpg");
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
}
@media screen and (max-width: 768px) {
	body {
		background: url("../images/index/phase2_background_sp.jpg");
		background-attachment: fixed;
		background-size: cover;
		background-position: top center;
	}
	body.temp {
		background: url("../images/index/background_sp.png");
		background-attachment: fixed;
		background-size: cover;
		background-position: center;
	}
}
a {
	color: #000;
	text-decoration: underline;
	transition: all 0.15s ease-out;
}
@media screen and (max-width: 768px) {
	a {
		-webkit-tap-highlight-color: rgba(0,0,0,0);
	}
}
@media screen and (min-width: 769px), print {
	a:hover {
		text-decoration: none;
	}
}
@media screen and (min-width: 769px), print {
	.sp-only {
		display: none!important;
	}
}
@media screen and (max-width: 768px) {
	.pc-only {
		display: none!important;
	}
}

/* Header */
header {
	background: #fff;
}
header .header_logo {
	margin: 0 auto;
}
header .header_logo img {
	width: 100%;
}
.temp header {
	background: none;
}
nav {
	width: 100%;
	margin: 0;
	padding: 0;
}
.menu ul.navigation {
	display: block;
	text-decoration: none;
	list-style-type: none;
}
.menu ul.navigation li a {
	display: block;
	font-weight: bold;
	color: #000065;
	text-decoration: none;
}
.menu ul.navigation li a:hover {
	color: #000065;
}
.menu ul.navigation li.cs {
	opacity: .3;
}
.menu ul.navigation li.cs a {
	pointer-events: none;
}
.Toggle {
	display: block;
	position: fixed;
	width: 42px;
	height: 42px;
	cursor: pointer;
	z-index: 999;
	top: 10px;
	right: 10px;
	border-radius: 5px;
	background: #fff;
	padding: 5px;
}
.Toggle span {
	display: block;
	position: absolute;
	width: 38px;
	margin-left: 2px;
	border-bottom: solid 3px #000065;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
.Toggle span:nth-child(1) {
	top: 12px;
}
.Toggle span:nth-child(2) {
	top: 24px;
}
.Toggle span:nth-child(3) {
	bottom: 12px;
}
.Toggle.active span:nth-child(1) {
	top: 24px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
	bottom: 24px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media screen and (min-width: 769px), print {
	header {
		padding: 15px 0 40px 0;
	}
	header .header_logo {
		width: 80%;
		max-width: 300px;
		margin: 15px auto;
	}
	body.temp header {
		position: relative;
		padding: 15px;
	}
	body.temp .header_logo {
		max-width: 150px;
	}
	header::after {
		display:none;
	}
	.Toggle {
		display: none;
	}
	nav {
		display: flex;
		flex-flow: column;
	}
	.menu {
		width: 100%;
		background-color: transparent;
		margin-top:0;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	.menu ul.navigation {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	.menu ul.navigation li {
		font-size: 16px;
		padding-left: 20px;
		margin: 0 20px;
	}
	.menu ul.navigation li:nth-of-type(1) {
		background:url("../images/index/nav_icon01.png") no-repeat;
		background-size: auto 26px;
		background-position: left 50%;
	}
	.menu ul.navigation li:nth-of-type(2) {
		background:url("../images/index/nav_icon02.png") no-repeat;
		background-size: auto 26px;
		background-position: left 50%;
	}
	.menu ul.navigation li:nth-of-type(3) {
		background:url("../images/index/nav_icon03.png") no-repeat;
		background-size: auto 26px;
		background-position: left 50%;
	}
	.menu ul.navigation li:nth-of-type(4) {
		background:url("../images/index/nav_icon04.png") no-repeat;
		background-size: auto 26px;
		background-position: left 50%;
	}
	.menu ul.navigation li:nth-of-type(5) {
		background:url("../images/index/nav_icon05.png") no-repeat;
		background-size: auto 26px;
		background-position: left 50%;
	}
	.menu ul.navigation li a {
		padding: 0 1em;
		border-bottom: none;
	}
	.menu ul.navigation li a:hover {
		opacity: .5;
	}
}
@media screen and (max-width: 768px) {
	header .header_logo {
		width: 180px;
		margin: 15px auto;
	}
	body.temp .header_logo {
		max-width: 150px;
	}
	.menu {
		position: fixed;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		top: 0;
		width: 100%;
		height: 100dvh;
		z-index: 998;
	}
	.menu_logo {
		width: 180px;
		margin: 15px auto;
	}
	.menu_logo img {
		width: 100%;
	}
	.menu ul.navigation {
		width: 80%;
		margin: 0 auto;
		padding: 0;
		list-style-type: none;
	}
	.menu ul.navigation li {
		font-size: 22px;
		padding-left: 40px;
	}
	.menu ul.navigation li a {
		display: block;
		font-weight:bold;
		padding: 1em 1.5em;
		color: #000065;
		text-decoration:none;
	}
	.menu ul.navigation li a:hover {
		opacity: .5;
	}
	.menu ul.navigation li:nth-of-type(1) {
		background:url("../images/index/nav_icon01.png") no-repeat;
		background-size: auto 50px;
		background-position: left 50%;
	}
	.menu ul.navigation li:nth-of-type(2) {
		background:url("../images/index/nav_icon02.png") no-repeat;
		background-size: auto 50px;
		background-position: left 50%;
	}
	.menu ul.navigation li:nth-of-type(3) {
		background:url("../images/index/nav_icon03.png") no-repeat;
		background-size: auto 50px;
		background-position: left 50%;
	}
	.menu ul.navigation li:nth-of-type(4) {
		background:url("../images/index/nav_icon04.png") no-repeat;
		background-size: auto 50px;
		background-position: left 50%;
	}
	.menu ul.navigation li:nth-of-type(5) {
		background:url("../images/index/nav_icon05.png") no-repeat;
		background-size: auto 50px;
		background-position: left 50%;
	}
	.menu {
		background-color:rgba(255,255,255,1);
		transition: .5s ease;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	.menu.open {
		background-color:rgba(255,255,255,1);
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
	}
	.nav-sns {
		margin-top: auto;
		background: #282828;
		color: #fff;
		width: 100%;
		padding: 20px 0;
	}
	.nav-sns .h2-ttl {
			font-size: 16px;
			margin-bottom: 15px;
			text-align: center;
		}
	.nav-sns ul {
		display: flex;
		justify-content: center;
		align-items: center;
		list-style-type: none;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.nav-sns ul li {
		width: 40px;
		height: 40px;
		margin: 0 10px;
	}
	.nav-sns ul li.line,
	.nav-sns ul li.fb,
	.nav-sns ul li.tiktok {
		width: 40px;
		margin: 0 10px;
	}
	.nav-sns ul li.twitter {
		width: 30px;
		height: 30px;
		padding: 5px;
		border-radius: 8px;
		background: #fff;
	}
	.nav-sns ul li img {
		width: 100%;
	}
}

.main-visual {
	width: 100%;
	background: url("../images/index/background.jpg") no-repeat;
	background-size: cover;
}
.main-visual .main-visual_inner {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.main-visual .main-visual_inner div img {
	width: 100%;
	vertical-align: top;
}
.wrapper {
	display: flex;
	flex-direction: column;
	height: 100dvh;
	position: relative;
}
.main {
	position: relative;
}
.main section {
	width: 100%;
	margin: 0 auto;
}
.main section h2 {
	margin: 0 auto;
	text-align: center;
	width: auto;
}
.main section h2 img {
	width: 100%;
}
.main section .blk_inner {
	margin: 0 auto;
}
.main section .blk_inner .title_image {
	margin: 20px auto;
	width: 100%;
	max-width: 1390px;
}
.main section .blk_inner .title_image img {
	width: 100%;
}
.blk_inner_news {
	background: #fff;
}
.blk_inner_news ul {
	list-style-type: none;
}
.blk_inner_news ul a {
	display: block;
	text-decoration: none;
}
.blk_inner_news ul a:hover {
	opacity: .5;
}
.blk_inner_news ul li {
	display: flex;
}
.blk_inner_news ul a:last-child,
.blk_inner_news ul li:last-child {
	border-bottom: none;
}
.banner-blk {
	width: 100%;
}
.banner-blk h2 {
	margin: 0 auto;
	text-align: center;
}
.banner-blk h2 img {
	width: 100%;
}
.banner-blk .banner-blk_inner ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	list-style-type: none;
	padding: 0;
}
.banner-blk .banner-blk_inner ul li img {
	width: 100%;
	vertical-align: top;
}
@media screen and (min-width: 769px), print {
	.wrapper {
		background-size: cover;
		background-position: center;
	}
	.main-visual .main-visual_inner div {
		width: calc(33.33% - 0px);
	}
	.main h1 {
		width: 40%;
		max-width: 760px;
	}
	.main section h2 {
		max-width: 520px;
	}
	.main section .blk_inner {
		max-width: 750px;
		padding: 4vh 0;
	}
	.blk_inner_news {
		border: 1px #000064 solid;
		border-radius: 8px;
		padding: 40px 30px;
		margin: 20px 0;
		box-shadow: 5px 5px #000064;
	}
	.blk_inner_news-block {
		max-height: 300px;
		overflow-y: auto;
	}
	.blk_inner_news ul {
		width: 90%;
		margin: 0 auto;
		padding: 0;
	}
	.blk_inner_news ul a,
	.blk_inner_news ul li {
		margin: 0 0 20px 0;
		padding: 0 0 20px 0;
		border-bottom: 1px #000064 solid;
	}
	.blk_inner_news ul li .date {
		width: calc(20% - 10px);
		padding-right: 10px;
	}
	.blk_inner_news ul li .text {
		width: calc(80% - 0px);
	}
	.blk_inner_news ul a:last-child,
	.blk_inner_news ul li:last-child {
		margin: 0;
		padding: 0;
	}
	.banner-blk {
		margin: 4vh auto 6vh auto;
	}
	.banner-blk h2 {
		max-width: 520px;
	}
	.banner-blk_inner {
		width: 90%;
		max-width: 1200px;
		margin: 0 auto;
	}
	.banner-blk .banner-blk_inner ul li {
		border: 5px #cbfa46 solid;
	}
	.banner-blk_inner ul li {
		width: calc(48.75% - 40px);
		margin: 0 20px 30px 20px;
	}
	.banner-blk_inner ul li.chara_bnr {
		width: calc(50% - 40px);
		margin: 0 20px 30px 20px;
	}
}
@media screen and (max-width: 768px) {
	.wrapper {
		background-size: cover;
		background-position: center;
	}
	.main-visual .main-visual_inner div {
		width: calc(50% - 0px);
	}
	.main h1 {
		width: 90%;
	}
	.main section h2 {
		max-width: 90%;
	}
	.main section .blk_inner {
		max-width: 100%;
		padding: 4vh 0;
	}
	.blk_inner_news {
		border-top: 1px #000064 solid;
		border-bottom: 1px #000064 solid;
		padding: 25px 0;
		margin: 20px 0;
	}
	.blk_inner_news-block {
		max-height: 240px;
		overflow-y: scroll;
	}
	.blk_inner_news ul {
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}
	.blk_inner_news ul a {
		margin: 0 0 20px 0;
		padding: 0 0 20px 0;
		border-bottom: 1px #000064 solid;
	}
	.blk_inner_news ul li {
		margin: 0 0 20px 0;
		padding: 0 20px 20px 20px;
		border-bottom: 1px #000064 solid;
	}
	.blk_inner_news ul li .date {
		width: calc(30% - 10px);
		margin-right: 10px;
	}
	.blk_inner_news ul li .text {
		width: calc(70% - 0px);
	}
	.blk_inner_news ul a:last-child {
		margin: 0;
		padding: 0;
	}
	.blk_inner_news ul li:last-child {
		margin: 0;
		padding: 0 20px 0 20px;
	}
	.banner-blk {
		margin:  4vh auto 6vh auto;
	}
	.banner-blk h2 {
		max-width: 90%;
	}
	.banner-blk_inner {
		width: 90%;
		margin: 0 auto;
	}
	.banner-blk .banner-blk_inner ul li {
		border: 3px #cbfa46 solid;
	}
	.banner-blk_inner ul li {
		width: calc(100% - 20px);
		margin: 0 10px 20px 10px;
	}
	.banner-blk_inner ul li.chara_bnr {
		width: calc(100% - 20px);
		margin: 0 10px 20px 10px;
	}
}

/* Footer */
footer {
	margin-top: auto;
	padding: 30px 0 0 0;
	font-weight: 300;
	font-size: 62.5%;
	color: #fff;
	background: #282828;
}
body.temp footer {
	background: none;
}
footer .h2-ttl {
	text-align: center;
	font-weight: 600;
}
footer ul.navigation li.cs {
	opacity: .2;
}
footer ul.navigation li.cs a {
	pointer-events: none;
}
.footer_sns ul {
	display: flex;
	justify-content: center;
	align-items: center;
	list-style-type: none;
}
.footer_sns ul li {
	width: 40px;
	margin: 0 10px;
}
.footer_sns ul li.line,
.footer_sns ul li.fb,
.footer_sns ul li.tiktok {
	width: 40px;
	margin: 0 10px;
}
.footer_sns ul li.twitter {
	width: 28px;
	padding: 5px;
	border-radius: 8px;
	background: #fff;
}
.footer_sns ul li img {
	width: 100%;
	vertical-align: top;
}
.footer_navi {
	font-size: 1rem;
	letter-spacing: 0.075em;
	margin: 0 auto 10px auto;
	text-align: center;
}
.footer_navi a {
	color: #fff;
	text-decoration: none;
}
.footer_navi ul {
	display: flex;
	justify-content: center;
	align-items: center;
	list-style-type: none;
	text-align: center;
	padding: 0;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
}
.copyright p {
	font-size: 1rem;
	letter-spacing: 0.075em;
	margin: 0 auto 10px auto;
	text-align: center;
}
.footer_menu ul.navigation li {
	font-weight: 600;
}
footer .footer_logo {
	margin: 0 auto;
}
footer .footer_logo img {
	width: 100%;
}
@media screen and (min-width: 769px), print {
	.footer_sns ul {
		margin: 0 auto 30px auto;
		padding: 0;
	}
	footer .h2-ttl {
		font-size: 16px;
		margin-bottom: 15px;
	}
	.copyright small {
		font-size: 10px;
	}
	.footer_navi {
		font-size: 16px;
	}
	.footer_menu {
		margin-bottom: 40px;
	}
	.footer_menu ul.navigation {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		list-style-type: none;
	}
	.footer_menu ul.navigation li {
		font-size: 15px;
		margin: 0 10px;
	}
	.footer_menu ul.navigation li a {
		padding: 0 1em;
		border-bottom: none;
		text-decoration: none;
		color: #fff;
	}
	.footer_navi ul li a:hover,
	.footer_menu ul.navigation li a:hover {
		opacity: .5;
	}
	footer .footer_logo {
		width: 80%;
		max-width: 177px;
		margin: 20px auto 15px auto;
	}
}
@media screen and (max-width: 768px) {
	.footer_sns ul {
		margin: 0 auto 20px auto;
		padding: 0;
	}
	footer .h2-ttl {
		font-size: 15px;
		margin-bottom: 10px;
	}
	.copyright small {
		font-size: 11px;
	}
	.footer_navi {
		font-size: 16px;
	}
	footer .footer_logo {
		width: 150px;
		margin: 15px auto;
	}
	.footer_sns ul li.twitter {
		width: 26px;
		height: 26px;
	}
	.footer_sns ul li.line,
	.footer_sns ul li.fb {
		width: 36px;
		height: 36px;
	}
}

/* Magnific Popup CSS */
.movie-content-wrap {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.movie-content-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.mfp-content {
	max-width: 800px;
	padding-top: 44px;
}
.mfp-fade01.mfp-bg {
	opacity: 0;
	transition: all 0.2s ease-out;
}
.mfp-fade01.mfp-bg.mfp-ready {
	opacity: 0.7;
}
.mfp-fade01.mfp-bg.mfp-removing {
	opacity: 0;
}
.mfp-fade01.mfp-wrap .mfp-content {
	opacity: 0;
	transition: all 0.2s ease-out;
}
.mfp-fade01.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade01.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
.mfp-fade01.mfp-bg.mfp-ready {
	opacity: 0.9;
}
.mfp-close {
	width: 40px!important;
	height: 40px!important;
	background: none!important;
	top: 15px!important;
	right: 15px!important;
}
.mfp-close::before, .mfp-close::after {
	height: 3px;
	background: #fff;
}

/* SUB PAGE */
.page-header {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
.page-header img {
	width: 100%;
}
.tab-menu {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.tab-menu .tab-btn {
	background: #fff;
	color: #000064;
	font-weight: bold;
	text-align: center;
}
.tab-menu a {
	text-decoration: none;
	display: block;
	color: #000064;
}
.tab-menu a.current {
	pointer-events: none;
}
.tab-menu .mumu a:hover {
	color: #44c046;
}
.tab-menu .nana a:hover {
	color: #ff75c2;
}
.tab-menu .jamu a:hover {
	color: #ad24b3;
}

.chara_header {
	width: 100%;
}
.chara_header  img {
	width: 100%;
}
.chara_prof {
	color: #000064;
}
.chara_name {
	color: #000064;
	text-align: center;
}
.chara_name h2 {
	font-weight: 600;
}
.chara_name p {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}
.chara_text {
	font-weight: 500;
	line-height: 2;
	text-align: justify;
}
.chara_data .chara_data_blk {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	border-radius: 50px;
	margin: 0 0 20px 0;
}
.chara_data .chara_data_blk div {
	text-align: center;
	font-weight: 500;
	color: #000064;
}
.chara_data .chara_data_blk .item {
	border-radius: 50px;
	text-align: center;
	margin-right: auto;
}
body.mumu .chara_data .chara_data_blk .item {
	background: #dcf578;
}
body.nana .chara_data .chara_data_blk .item {
	background: #ffdce6;
}
body.jamu .chara_data .chara_data_blk .item {
	background: #e1d2f5;
}
.chara_image {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	text-align: center;
}
.chara_image img {
	width: 100%;
	margin: 0 5px;
}
.tab-menu h2.line {
	background: #dcf578;
}
.tab-menu h2.music {
	background: #ffc8e6;
}
.tab-menu h2.dressup {
	background: #e1d2f5;
}
.dc {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-wrap: wrap;
}
.dc_blk .image {
	margin: 0 auto;
}
.dc_blk .dl_link {
	margin: 0 auto;
	text-align: left;
}
.dc_blk .image img {
	width: 100%;
	text-align: center;
}
.dc_blk .dl_link a {
	color: #000064;
	font-weight: 500;
	text-decoration: none;
}
.line .dc_blk .dl_link a i {
	color: #c8f028;
	padding-left: 8px;
}
.line .dc_blk .dl_link a:hover {
	color: #c8f028;
}
.music .dc_blk .dl_link a i {
	color: #ffc8e6;
	padding-left: 8px;
}
.music .dc_blk .dl_link a:hover {
	color: #ffc8e6;
}
.dressup .dc_blk .dl_link a i {
	color: #e1d2f5;
	padding-left: 8px;
}
.dressup .dc_blk .dl_link a:hover {
	color: #e1d2f5;
}
.tab-menu h2.collabo {
	background: #fff;
	color: #000064;
	font-weight: bold;
	text-align: center;
}
.collabo-head__title,
.contest-head__title,
.goods-head__title,
.comic-head__title {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	color: #000064;
}
.collabo-head__title div,
.comic-head__title div {
	font-weight: 700;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
}
.collabo-head__title h2,
.goods-head__title h2,
.comic-head__title h2,
.collabo-head__title h3,
.contest-head__title h3,
.comic-head__title h3 {
	font-family: 'Noto Sans JP', sans-serif;
}
.contest-head__title h3 {
	text-align: center;
	font-family: "Aoto Gothic DemiBold";
}
.goods-head__title h2 {
	border-top: 3px #c5f054 solid;
	border-bottom: 3px #c5f054 solid;
	text-align: center;
	font-family: "Aoto Gothic DemiBold";
}
.gallery {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	text-align: center;
	flex-wrap: wrap;
	color: #000064;
}
.gallery a {
	color: #000064;
	text-decoration: none;
}
.gallery a img {
	line-height: 0;
	vertical-align: top;
	border: 1px #000064 solid;
}
.gallery .gallery-blk .name {
	font-weight: 600;
}
.gallery .gallery-blk .title {
	font-weight: 400;
	font-family: "Montserrat", sans-serif;
}
.gallery .gallery-blk .account {
	font-weight: 500;
	font-family: "Montserrat", sans-serif;
}
.gallery .gallery-blk .account a:hover {
	color: #c8f028;
}
.gallery .gallery-blk .account a i {
	color: #c8f028;
	padding-left: 8px;
}
.mfp-content .account a {
	color: #fff!important;
	text-decoration: none;
}
.mfp-content .account a i {
	color: #c8f028;
	padding-left: 8px;
}
.mfp-content .account a:hover {
	color: #c8f028!important;
}
.gallery .gallery-blk .popup-modal img {
	width: 100%;
}
@media screen and (min-width: 769px), print {
	.page-header h1 {
		margin: 2.5em auto;
		max-width: 520px;
	}
	.tab-menu .tab-btn {
		margin: 0 30px;
		border-radius: 50px;
		border: 2px solid #000064;
		color: #000064;
		font-size: 20px;
	}
	.tab-menu .tab-btn a {
		padding: 10px 60px;
	}
	.tab-menu .mumu-on {
		box-shadow:
		10px 8px 0 -2px rgba(200, 240, 40, 1),
		10px 8px 0 0 rgba(0, 0, 100, 1);
	}
	.tab-menu .nana-on {
		box-shadow:
		10px 8px 0 -2px rgba(255, 200, 230, 1),
		10px 8px 0 0 rgba(0, 0, 100, 1);
	}
	.tab-menu .jamu-on {
		box-shadow:
		10px 8px 0 -2px rgba(200, 170, 245, 1),
		10px 8px 0 0 rgba(0, 0, 100, 1);
	}
	.tab-menu h2 {
		margin: 0 30px;
		padding: 10px 80px;
		border-radius: 50px;
		border: 2px solid #000064;
		color: #000064;
		font-size: 20px;
	}
	.chara_header {
		margin: 5em auto 0 auto;
	}
	.chara_prof {
		max-width: 570px!important;
	}
	.chara_name h2 {
		font-size: 32px;
		margin: 0 auto;
	}
	.chara_name p {
		font-size: 15px;
		margin: 0 auto;
	}
	.chara_text {
		font-size: 20px;
		margin: 40px auto 20px auto;
	}
	.chara_data {
		max-width: 570px;
		margin: 0 auto 30px auto;
	}
	.chara_data .chara_data_blk div {
		width: 70%;
		margin: 5px;
		font-size: 19px;
	}
	.chara_data .chara_data_blk div br {
		display: none;
	}
	.chara_data .chara_data_blk div span {
		font-size: 16px;
	}
	.chara_data .chara_data_blk .item {
		width: 30%;
		padding: 10px 20px;
		font-size: 18px;
	}
	.chara_image {
		margin: 50px auto;
		width: 120px;
	}
	.chara_image_s {
		width: 120px;
		margin: 6em auto;
	}
	.dc {
		max-width: 1100px;
		margin: 40px auto 60px auto;
	}
	.dc_blk {
		width: calc(33.33% - 20px);
		margin: 0 10px 30px 10px;
	}
	.dc_blk .image {
		max-width: 280px;
	}
	.dc_blk .dl_link a {
		font-size: 20px;
	}
	.dc_blk .dl_link {
		max-width: 280px;
		margin-top: 10px;
	}
	.tab-menu h2.collabo {
		margin: 0 30px;
		border-radius: 50px;
		border: 2px solid #000064;
		color: #000064;
		font-size: 20px;
		padding: 10px 60px;
		box-shadow:
		10px 8px 0 -2px rgba(200, 240, 40, 1),
		10px 8px 0 0 rgba(0, 0, 100, 1);
	}
	.collabo-head__title,
	.comic-head__title {
		margin: 100px auto;
		max-width: 750px;
	}
	.contest-head__title {
		max-width: 1000px;
		margin: 80px auto 30px auto;
	}
	.tiktok-head__title {
		max-width: 1000px;
		margin: 80px auto 30px auto;
	}
	.collabo-head__title div,
	.comic-head__title div {
		font-size: 22px;
	}
	.collabo-head__title h2,
	.comic-head__title h2 {
		max-width: 750px!important;
		font-size: 38px;
		margin: 5px auto 0 auto;
		padding-bottom: 8px;
		font-weight: 600;
		background: url("../images/gallery/wave_green.png")repeat-x;
		background-position: bottom center;
	}
	.contest-head__title h2 {
		max-width: 100%!important;
		margin-bottom: 20px!important;
		font-size: 35px;
	}
	.contest-head__title h2 br {
		display: none;
	}
	.collabo-head__title h3,
	.comic-head__title h3 {
		width: 100%;
		font-size: 28px;
		margin: 10px auto;
		text-align: center;
		font-weight: 500;
	}
	.contest-head__title h3 {
		width: 560px;
		padding: 0 0 15px 0;
		font-size: 30px;
	}
	.gallery {
		max-width: 1100px;
		margin: 40px auto 60px auto;
	}
	.gallery .gallery-blk {
		width: calc(33.33% - 60px);
		margin: 0 30px 80px 30px;
		text-align: left;
	}
	.gallery .gallery-blk .title {
		font-size: 15px;
		margin: 10px 0 0 0;
	}
	.gallery .gallery-blk .name {
		font-size: 25px;
		margin:  0;
	}
	.gallery .gallery-blk .account {
		font-size: 17px;
	}
	.tiktok {
		margin: 0 auto 60px auto;
	}
	.tiktok .gallery-blk {
		width: calc(100% - 40px);
		margin: 0 20px 0 20px;
	}
}
@media screen and (max-width: 768px) {
	.page-header h1 {
		margin: 1.2em auto;
		max-width: 80%;
	}
	.tab-menu .tab-btn {
		margin: 0 8px;
		border-radius: 30px;
		border: 2px solid #000064;
		color: #000064;
		font-size: 15px;
	}
	.tab-menu .tab-btn a{
		padding: 10px 10px;
	}
	.tab-menu .mumu-on {
		box-shadow:
		5px 6px 0 -1px rgba(200, 240, 40, 1),
		5px 6px 0 0 rgba(0, 0, 100, 1);
	}
	.tab-menu .nana-on {
		box-shadow:
		5px 6px 0 -1px rgba(255, 200, 230, 1),
		5px 6px 0 0 rgba(0, 0, 100, 1);
	}
	.tab-menu .jamu-on {
		box-shadow:
		5px 6px 0 -1px rgba(200, 170, 245, 1),
		5px 6px 0 0 rgba(0, 0, 100, 1);
	}
	.tab-menu h2 {
		margin: 0 30px;
		padding: 10px 60px;
		border-radius: 50px;
		border: 2px solid #000064;
		color: #000064;
		font-size: 18px;
	}
	.chara_header {
		margin: 3em auto 0 auto;
	}
	.chara_prof {
		max-width: 85%!important;
	}
	.chara_name h2 {
		font-size: 26px;
		margin: 0 auto;
	}
	.chara_name p {
		font-size: 12px;
		margin: 0 auto;
	}
	.chara_text {
		font-size: 16px;
		margin: 30px auto 0 auto;
	}
	.chara_data {
		max-width: 90%;
		margin: 0 auto 30px auto;
	}
	.chara_data .chara_data_blk div {
		width: 60%;
		margin: 3px;
		font-size: 16px;
		line-height: 1.1;
	}
	.chara_data .chara_data_blk div span {
		font-size: 12px;
	}
	.chara_data .chara_data_blk .item {
		width: 40%;
		padding: 10px;
		font-size: 15px;
	}
	.chara_image {
		margin: 50px auto;
		width: 90px;
	}
	.chara_image_s {
		width: 90px;
		margin: 6em auto;
	}
	.dc {
		max-width: 90%;
		margin: 30px auto 50px auto;
	}
	.dc_blk {
		width: calc(50% - 20px);
		margin: 0 10px 30px 10px;
	}
	.dc_blk .image {
		max-width: 100%;
	}
	.dc_blk .dl_link a {
		font-size: 16px;
	}
	.dc_blk .dl_link a br {
		display: none;
	}
	.dc_blk .dl_link {
		max-width: 100%;
		margin-top: 10px;
	}
	.tab-menu h2.collabo {
		min-width: 150px;
		margin: 0 8px;
		border-radius: 30px;
		border: 2px solid #000064;
		color: #000064;
		font-size: 15px;
		padding: 10px 20px;
		box-shadow:
		5px 6px 0 -1px rgba(200, 240, 40, 1),
		5px 6px 0 0 rgba(0, 0, 100, 1);
	}
	.collabo-head__title,
	.comic-head__title {
		margin: 60px auto;
		max-width: 95%;
	}
	.contest-head__title {
		max-width: 95%;
		margin: 50px auto 30px auto;
	}
	.tiktok-head__title {
		max-width: 95%;
		margin: 50px auto 30px auto;
	}
	.collabo-head__title div,
	.comic-head__title div {
		font-size: 16px;
	}
	.collabo-head__title h2,
	.comic-head__title h2 {
		font-size: 22px;
		margin: 5px auto 0 auto;
		padding-bottom: 8px;
		font-weight: 600;
		background: url("../images/gallery/wave_green_sp.png");
		background-position: top center;
	}
	.contest-head__title h2 {
		max-width: 100%!important;
		margin: 10px auto!important;
	}
	.collabo-head__title h3,
	.comic-head__title h3 {
		width: 100%;
		font-size: 20px;
		margin: 10px auto;
		text-align: center;
		font-weight: 500;
	}
	.comic-head__title h3 {
		font-size: 19px;
	}
	.contest-head__title h3 {
		width: 90%;
		padding: 0 0 10px 0;
	}
	.gallery {
		max-width: 90%;
		margin: 30px auto;
	}
	.gallery .gallery-blk {
		width: calc(50% - 20px);
		margin: 0 10px 50px 10px;
		text-align: left;
	}
	.gallery .gallery-blk .title {
		font-size: 14px;
		margin: 10px 0 0 0;
	}
	.gallery .gallery-blk .name {
		font-size: 19px;
		margin:  0 0 3px 0;
	}
	.gallery .gallery-blk .account {
		font-size: 15px;
	}
	.tiktok {
		max-width: 90%;
		margin: 0 auto 60px auto;
	}
	.tiktok .gallery-blk {
		width: calc(100% - 0px);
		margin: 0;
	}
}
.goods {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	text-align: center;
	flex-wrap: wrap;
	color: #000064;
}
.goods .goods-blk img,
.goods .goods-btn img {
	width: 100%;
	vertical-align: top;
}
.goods-head__title p.period {
	text-align: center;
	font-weight: 600;
}
.goods-head__title p.EndOfSale {
	color: #ff0000;
	font-family: "Aoto Gothic DemiBold";
	font-weight: 500;
}
@media screen and (min-width: 769px), print {
	.goods-head__title h2 {
		width: 100%;
		font-size: 30px;
		margin: 10px auto;
		padding: 10px 10px;
		text-align: center;
		font-weight: 800;
	}
	.goods-head__title p.period {
		width: 100%;
		font-size: 21px;
		line-height: 1.5;
	}
	.goods-head__title p.period strong {
		font-size: 34px;
		line-height: 1.5;
	}
	.goods-head__title p.EndOfSale {
		font-size: 24px;
		margin: 30px auto 0 auto;
	}
	.goods {
		width: 90%;
		max-width: 1130px;
		margin: 40px auto 60px auto;
	}
	.goods .goods-blk {
		width: 100%;
	}
	.goods-btn {
		width: 80%;
		max-width: 455px;
		margin: 80px auto 50px auto;
	}
	.tab-status {
		width: 100%;
		margin: 40px auto 30px auto;
	}
	.tab-status p {
		width: 40%;
		max-width: 230px;
		text-align: center;
		margin: 0 auto;
		padding: 8px 0;
		border-radius: 50px;
		border: 2px solid #000064;
		color: #000064;
		font-size: 30px;
		font-weight: 600;
	}
}
@media screen and (max-width: 768px) {
	.goods-head__title h2 {
		width: 100%;
		font-size: 20px;
		margin: 10px auto;
		padding: 10px 5px;
		text-align: center;
		font-weight: 800;
	}
	.goods-head__title p.period {
		width: 100%;
		font-size: 15px;
		line-height: 1.4;
	}
	.goods-head__title p.period strong {
		font-size: 27px;
	}
	.goods-head__title p.EndOfSale {
		font-size: 18px;
		margin: 30px auto 0 auto;
	}
	.goods {
		max-width: 100%;
		margin: 30px auto;
	}
	.goods .goods-blk {
		width: 100%;
	}
	.goods-btn {
		width: 70%;
		margin: 60px auto 40px auto;
	}
	.tab-status {
		width: 100%;
		margin: 30px auto 10px auto;
	}
	.tab-status p {
		width: 230px;
		max-width: 40%;
		text-align: center;
		margin: 0 auto;
		padding: 10px 0;
		border-radius: 50px;
		border: 2px solid #000064;
		color: #000064;
		font-size: 18px;
		font-weight: 600;
	}
}

/* 404 Not Found CSS */
.main .temp_block h1 {
	margin: 0 auto;
}
.main .temp_block h1 img {
	width: 100%;
	height: auto;
}
.main .temp_block a {
	color: #b54ccb;
}
.main .temp_block h2.temp__heading {
	color: #000064;
}

@media screen and (min-width: 769px), print {
	body.temp .main {
		position: relative;
		width: 100%;
		height: 65dvh;
	}
	body.temp header .header_logo {
		margin: 0;
	}
	body.temp .main .temp_block {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
			-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
		text-align: center;
		color: #000064;
	}
	.main .temp_block h1 {
		width: 400px;
		margin: 50px auto;
	}
	.temp__heading strong {
		font-size: 38px;
		padding-right: 10px;
	}
	.temp-wrapper-text h3 {
		margin: 20px auto 8px auto;
	}
	.temp-wrapper-text p {
		margin: 0 auto;
	}
}
@media screen and (max-width: 768px) {
	body.temp .header_logo {
		width: 120px;
	}
	body.temp header .header_logo {
		margin: 10px;
	}
	.main .temp_block h1 {
		width: 70%;
		margin: 80px auto 50px auto;
	}
	.temp__heading {
		text-align: center;
	}
	.temp__heading strong {
		font-size: 30px;
		padding-right: 10px;
	}
	.temp-wrapper-text {
		margin: 0 auto;
		text-align: center;
	}
	.temp-wrapper-text h3 {
		margin: 20px auto 8px auto;
		font-size: 16px;
	}
	.temp-wrapper-text p {
		width: 90%;
		margin: 0 auto;
	}
}

.changePic {
	animation :imgfade 5s ease-out infinite;
	opacity: 0;
}
@keyframes imgfade {
	0% { opacity: 0; }
	25% { opacity: 1; }
	50% { opacity: 1; }
	75% { opacity: 1; }
	100% { opacity: 0; }
}
.ratio-1_1:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%!important;
	height: 100%;
	overflow: hidden;
}
.animateField {
	position: relative;
	width: 33.33%;
	height: auto;
}
.animateField:before {
	content: "";
	display: block;
	padding-top: 100%; /* 1:1 */
}

.flash {
	animation: flash .5s infinite;
}
@keyframes flash {
	0% { opacity: 1; }
	100% { opacity: .95; }
}
.skew {
  animation: skew 5s infinite;
}
@keyframes skew {
	0% { transform: none; }
	33% { transform: none; }
	33.3% { transform: skewX(30deg); }
	33.4% { transform: skewX(-30deg); }
	33.5% { transform: none; }
	66% { transform: none; }
	66.3% { transform: none; }
	66.6% { transform: none; }
	66.9% { transform: none; }
	77% { transform: none; }
	77.1% { transform: none; }
	77.2% { transform: none; }
	77.3% { transform: none; }
}
.skew2 {
	animation: skew2 5s infinite;
}
@keyframes skew2 {
	0% { transform: none; }
	33% { transform: none; }
	33.3% { transform: none; }
	33.6% { transform: none; }
	33.9% { transform: none; }
	66% { transform: none; }
	66.3% { transform: none; }
	66.6% { transform: none; }
	66.9% { transform: none; }
	87% { transform: none; }
	87.1% { transform: skewX(-30deg); }
	87.2% { transform: skewX(30deg); }
	87.3% { transform: none; }
}
.skew3 {
	animation: skew3 5s infinite;
}
@keyframes skew3 {
	0% { transform: none; }
	33% { transform: none; }
	33.3% { transform: none; }
	33.6% { transform: none; }
	33.9% { transform: none; }
	66% { transform: none; }
	66.1% { transform: skewX(30deg); }
	66.2% { transform: skewX(-30deg); }
	66.3% { transform: none; }
	77% { transform: none; }
	77.3% { transform: none; }
	77.6% { transform: none; }
	77.9% { transform: none; }
}
.flash2 {
	animation: flash2 5s infinite;
}
@keyframes flash2 {
	0%{ opacity: .5; }
	10% { opacity: 1; }
	90%{ opacity: 1; }
	100%{ opacity: .9; }
}





.flash2.kiran::before {
	background-color: #fff;
	content: "";
	display: block;
	position: absolute;
	top: -100px;
	left: 0;
	width: 30px;
	height: 100%;
	opacity: 0;
	transition: cubic-bezier(0.32, 0, 0.67, 0);
}
.flash2.kiran::before {
  animation: kiran 5s infinite;
}

@keyframes kiran {
	0% {
		opacity: 0;
	}
	94% {
		transform: scale(2) rotate(45deg);
		opacity: 0;
	}
	95% {
		transform: scale(2) rotate(45deg);
		opacity: .8;
	}
	96% {
		transform: scale(20) rotate(45deg);
		opacity: .6;
	}
	97% {
		transform: scale(30) rotate(45deg);
		opacity: .4;
	}
	99% {
		transform: scale(45) rotate(45deg);
		opacity: .2;
	}
	100% {
		transform: scale(50) rotate(45deg);
		opacity: 0;
	}
}

.flash2.kiran2::before {
	background-color: #0fd72b;
	content: "";
	display: block;
	position: absolute;
	top: -100px;
	left: 0;
	width: 30px;
	height: 100%;
	opacity: 0;
	transition: cubic-bezier(0.32, 0, 0.67, 0);
}
.flash2.kiran2::before {
  animation: kiran2 5s infinite;
}

@keyframes kiran2 {
	0% {
		opacity: 0;
	}
	97% {
		transform: scale(1) rotate(45deg);
		opacity: 0;
	}
	98% {
		transform: scale(2) rotate(45deg);
		opacity: .5;
	}
	98% {
		transform: scale(20) rotate(45deg);
		opacity: 1;
	}
	99.5% {
		transform: scale(30) rotate(45deg);
		opacity: 1;
	}
	99.8% {
		transform: scale(45) rotate(45deg);
		opacity: 1;
	}
	100% {
		transform: scale(50) rotate(45deg);
		opacity: .5;
	}
}

.flash2.kiran3::before {
	background-color: #f94192;
	content: "";
	display: block;
	position: absolute;
	top: -100px;
	left: 0;
	width: 30px;
	height: 100%;
	opacity: 0;
	transition: cubic-bezier(0.32, 0, 0.67, 0);
}
.flash2.kiran3::before {
  animation: kiran3 5s infinite;
}

@keyframes kiran3 {
	0% {
		opacity: 0;
	}
	97% {
		transform: scale(1) rotate(45deg);
		opacity: 0;
	}
	98% {
		transform: scale(2) rotate(45deg);
		opacity: .5;
	}
	98% {
		transform: scale(20) rotate(45deg);
		opacity: 1;
	}
	99.5% {
		transform: scale(30) rotate(45deg);
		opacity: 1;
	}
	99.8% {
		transform: scale(45) rotate(45deg);
		opacity: 1;
	}
	100% {
		transform: scale(50) rotate(45deg);
		opacity: .5;
	}
}

.flash2.kiran4::before {
	background-color: #c92bfe;
	content: "";
	display: block;
	position: absolute;
	top: -100px;
	left: 0;
	width: 30px;
	height: 100%;
	opacity: 0;
	transition: cubic-bezier(0.32, 0, 0.67, 0);
}
.flash2.kiran4::before {
  animation: kiran4 5s infinite;
}

@keyframes kiran4 {
	0% {
		opacity: 0;
	}
	97% {
		transform: scale(1) rotate(45deg);
		opacity: 0;
	}
	98% {
		transform: scale(2) rotate(45deg);
		opacity: .5;
	}
	98% {
		transform: scale(20) rotate(45deg);
		opacity: 1;
	}
	99.5% {
		transform: scale(30) rotate(45deg);
		opacity: 1;
	}
	99.8% {
		transform: scale(45) rotate(45deg);
		opacity: 1;
	}
	100% {
		transform: scale(50) rotate(45deg);
		opacity: .5;
	}
}