@charset "utf-8";

/*  ローディング画面　===================*/
#loading {
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	text-align: center;
	background-color: #000;
	background-repeat:no-repeat;
	background-position: top center;
	background-image: url(../img/bg_about.webp);
	background-size: cover;
	transition: all 1s;
	z-index: 9999;
}
#loading .loading_inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#loading .spinner {
	position: relative;
	width: 100px;
	height: 100px;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 100%;
	animation: loading-scaleout 1s infinite ease-in-out;
}
#loading p {
	position: relative;
	margin: 1em auto;
	font-size: 32px;
	animation: loading-text 2s infinite ease-in-out;
}
#loading.loaded {
	opacity: 0;
	visibility: hidden;
}
/* ローディングアニメーション */
@keyframes loading-scaleout {
	0% {
		transform: scale(0);
	}
	100% {
		transform: scale(1);
		opacity: 0;
	}
}
@keyframes loading-text {
	0% {
		transform: scale(0.6);
	}
	50% {
		transform: scale(1);
	}
	100% {
		transform: scale(0.6);
	}
}

/*  背景動画　===================*/
#bg_movie {
	position: fixed;
	width: 100vw;
	height: 100vh;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	overflow: hidden;
	transition: height,min-height .4s;
	z-index: -1;
}
#bg_movie #yt_player {
	position: relative;
	width: auto;
	height: 100%;
	transition: height,min-height .4s;
	z-index: -2;
}
#bg_movie .overlay{
	position: absolute;
	display: block !important;
	background-color: transparent;
	z-index: -1;
}
@media screen and (max-height: 56.25vw) {
	#bg_movie {
		min-height: 360px;
		height: calc(100vw * 0.5625);
		top: auto;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
	}
}

/*　オーバーレイ　===================*/
.overlay {
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	min-width: 100vw;
	min-height: 100vh;
	width: auto;
	height: auto;
	background-color: rgba(0, 0, 0, 0.6);
	opacity: 0;
	transition: all .5s ease;
}
#error .overlay,
.page_scroll .overlay {
	opacity: 1;
	transition: all .5s ease;
}

/*　言語切り替え　===================*/
#language {
	position: absolute;
	display: inline-block;
	top: 50%;
	left: 3%;
	transform: translateY(-50%);
	z-index: 1001;
	filter: drop-shadow(0 0 4px rgba(0, 0, 0, .9)) drop-shadow(0 0 8px rgba(0, 0, 0, .7));
}
#language::before {
	position: absolute;
	width: 25px;
	height: 25px;
	top: 50%;
	left: 0;
	fill: #fff;
	content: '';
	transform: translateY(-50%);
	background-image: url(../img/lang_icon.svg);
	background-size: contain;
	z-index: -1;
}
#select_lang {
	position: relative;
	padding: .4em .6em;
	padding-left: 2em;
	color: #fff;
	font-size: 16px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border: 1px solid transparent;
	border-radius: 4px;
	background-color: transparent;
	cursor: pointer;
}
#select_lang option {
	position: relative;
	color: #fff;
	background-color: #000;
}
@media screen and (min-width: 1200px),
screen and (max-height: 85vw) {
	/*　言語切り替え　===================*/
	#language {
		right: 2%;
	}
}
/*　見出し　===================*/
h2 {
	position: relative;
	display: inline-block;
	width: auto;
	height: 15vw;
	max-height: 113px;
	margin: 0;
	padding: 0;
	/* padding-bottom: 0.5em; */
	font-size: 8vw;
	color: #ca583f;
	text-align: center;
	z-index: 100;
}
h2 img {
	max-width: auto;
	height: 100%;
	vertical-align: bottom;
}
@media screen and (min-width: 600px) {
	h2 {
		height: 10vw;
		font-size: 6vw;
	}
}
@media screen and (min-width: 1200px),
screen and (max-height: 85vw) {
	h2 {
		height: 6.5vw;
		font-size: 4vw;
	}
}
/*　コンテンツ　===================*/
#top_contents {
	position: relative;
	width: 100vw;
	height: 100vh;
	/* max-height: 140vw; */
	margin: 0;
	padding: 0;
	line-height: 0;
}

#top_contents .inner_box {
	position: absolute;
	width: 90%;
	margin: 0;
	padding: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#top_contents .inner_box .title {
	position: relative;
	display: block;
	width: 100%;
	margin: 3.5vw auto 6vw;
	padding: 0;
}
#top_contents .canvas.title_img {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
}
#top_contents .canvas.title_img > h1.img_txt {
	position: relative;
	width: 100%;
	height: 0;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 40.4%;
	white-space: nowrap;
	text-indent: 100%;
	background-image: url(../img/title.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	overflow: hidden;
}

#top_contents .inner_box .release {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	font-size: 6vw;
	font-weight: bold;
	text-align: center;
}

#top_contents .inner_box .pf_logo {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
#top_contents .pf_logo ul {
	position: relative;
	height: 100%;
	margin: 0 auto;
	padding: 0;
}
#top_contents .pf_logo ul.flex_container {
	margin: 0;
	padding: 0;
	-webkit-box-align: center;
	align-items: center;
}
#top_contents .pf_logo ul.flex_container > li.flex_item {
	margin: 0;
	padding: 1% 2%;
}
#top_contents .pf_logo ul.flex_container > li.flex_item.pf_switch {
	width: 25%;
}
#top_contents .pf_logo ul.flex_container > li.flex_item.pf_ps5 {
	width: 35%;
}
#top_contents .pf_logo ul.flex_container > li.flex_item.pf_xbox {
	width: 55%;
}
#top_contents .pf_logo ul.flex_container > li.flex_item.pf_steam {
	width: 30%;
}

#top_contents .video {
	position: absolute;
	width: 70px;
	margin: 0 auto;
    bottom: 10%;
    right: 10%;
}

#top_contents .purchase {
	position: absolute;
	display: block;
	width: 35%;
	bottom: 5%;
	left: 8%;
	text-align: center;
}
.purchase button {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	filter: drop-shadow(0 0 5px rgba(0,0,0,1));
}
.purchase button:focus,
.purchase button:hover {
	filter: drop-shadow(0 0 5px rgba(255,255,255,1));
}
.purchase button:active {
	top: 2px;
	left: 2px;
}

#top_contents .wishlist {
	position: absolute;
	display: block;
	width: 150px;
	bottom: 10.2%;
	left: 10%;
	text-align: center;
}
#top_contents .wishlist button {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: .8em;
	color: #fff;
	font-size: 16px;
	background-color: #000;
	border: solid 1px #666;
	filter: drop-shadow(0 0 5px rgba(0,0,0,1));
}
#top_contents .wishlist a {
	text-decoration: none;
}
#top_contents .wishlist button:hover,
#top_contents .wishlist button:active,
#top_contents .wishlist button:focus {
	border: solid 1px #fff;
	box-shadow: 0 0 1px #fff,
		inset 0 0 1px #fff,
		0 0 10px #92b1fa,
		inset 0 0 10px #92b1fa,
		0 0 20px #004eff,
		inset 0 0 10px #004eff;
}

/* INTRODUCTION */
#intro {
	padding: 0;
	background-repeat:no-repeat;
	background-position: top center;
	background-image: url(../img/bg_about.webp);
	background-size: cover;
}
#intro .container {
	height: 100vh;
}

#intro .container .inner_box {
	position: relative;
	width: 100%;
	height: 30vh;
	margin: 0 auto;
	padding: 0;
}
#intro .inner_box .txt_area {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 4.3vw;
	font-weight: bold;
	line-height: 2.3;
	z-index: 1;
	font-family: 'Zen Old Mincho', serif;
}
#intro .inner_box .txt_area p {
	margin: 0;
}
#intro .img_area {
	position: absolute;
	height: 70vh;
	margin: 0 auto;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
#intro .img_area img {
	width: auto;
	max-width: none;
	max-height: 100%;
}
#intro .effect_area {
	position: absolute;
	display: block;
	width: 177.77vh;
	height: 100%;
	margin: 0;
	padding: 0;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
#intro .effect_area .canvas {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
#intro .effect_area .canvas .item {
	position: absolute;
	display: inline-block;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
}
#intro .effect_area .canvas .item::before {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	margin: 0;
	padding: 0;
	padding-top: 100%;
	content: "";
	background-repeat:no-repeat;
	background-position: center center;
	background-size: 100%;
}
#intro .effect_area .item[data-effect="type_01"]::before {
	opacity: .5;
	background-image: url(../img/effect_01.png);
}
#intro .effect_area .item[data-effect="type_02"]::before {
	opacity: .5;
	background-image: url(../img/effect_02.png);
}
#intro .effect_area .item[data-effect="type_03"]::before {
	background-image: url(../img/effect_03.png);
}
#intro .effect_area .item[data-effect="type_04"]::before {
	background-image: url(../img/effect_04.png);
}
#intro .effect_area .item[data-effect="type_05"]::before {
	background-image: url(../img/effect_05.png);
}
#intro .effect_area .item.num_01 {
	width: 13%;
	top: 29%;
	left: 3%;
}
#intro .effect_area .item.num_02 {
	width: 13%;
	top: 31%;
	left: 4%;
}
#intro .effect_area .item.num_03 {
	width: 21%;
	top: 28%;
	left: 18%;
}
#intro .effect_area .item.num_04 {
	width: 21%;
	top: 42%;
	left: 7%;
}
#intro .effect_area .item.num_05 {
	width: 13%;
	top: 36%;
	left: 69%;
}
#intro .effect_area .item.num_06 {
	width: 20%;
	top: 45%;
	left: 78%;
}
#intro .effect_area .item.num_07 {
	width: 13%;
	top: 69%;
	left: 70%;
}
#intro .effect_area .item.num_08 {
	width: 10%;
	top: 53%;
	left: 6%;
}
#intro .effect_area .item.num_09 {
	width: 9%;
	top: 82%;
	left: 21%;
}
#intro .effect_area .item.num_10 {
	width: 8%;
	top: 47%;
	left: 65%;
}
#intro .effect_area .item.num_11 {
	width: 7%;
	top: 42%;
	left: 90%;
}
#intro .effect_area .item.num_12 {
	width: 8%;
	top: 79%;
	left: 85%;
}
@media screen and (min-width: 600px) {
	/*　コンテンツ　===================*/
	#top_contents .inner_box {
		width: 70%;
		max-width: 700px;
	}
	#top_contents .inner_box .title {
		margin: 2vw auto 4vw;
	}
	#top_contents .inner_box .release {
		font-size: 4vw;
	}

	#top_contents .purchase {
		width: 30%;
		max-width: 250px;
		bottom: 8%;
		left: 8%;
	}

	#top_contents .wishlist {
		left: auto;
		right: calc(10% + 100px);
	}

	/* INTRODUCTION */
	#intro .inner_box .txt_area {
		font-size: 4vw;
	}
}
@media screen and (min-width: 1200px),
screen and (max-height: 85vw) {
	/*　コンテンツ　===================*/
	#top_contents .inner_box {
		width: 60%;
		max-width: none;
	}
	#top_contents .inner_box .title {
		margin: 2vw auto 3vw;
	}
	#top_contents .inner_box .release {
		font-size: 3vw;
	}

	#top_contents .pf_logo ul.flex_container > li.flex_item {
		padding: 0 1.5%;
	}
	#top_contents .pf_logo ul.flex_container > li.flex_item.pf_switch {
		width: 19%;
	}
	#top_contents .pf_logo ul.flex_container > li.flex_item.pf_ps5 {
		width: 25%;
	}
	#top_contents .pf_logo ul.flex_container > li.flex_item.pf_xbox {
		width: 35%;
	}
	#top_contents .pf_logo ul.flex_container > li.flex_item.pf_steam {
		width: 21%;
	}

	#top_contents .purchase {
		width: 20%;
		max-width: 400px;
	}

	/* INTRODUCTION */
	#intro .container {
		height: 100vh;
		padding-top: 5vh;
	}
	#intro .inner_box .txt_area {
		margin-top: 0;
		font-size: 2.5vw;
		line-height: 2.3;
	}
}
@media screen and (max-height: 56.25vw) {
	/*　コンテンツ　===================*/
	#top_contents .inner_box {
		width: 100vh;
	}
	#top_contents .inner_box .release {
		font-size: 5vh;
	}

	/* INTRODUCTION */
	#intro .inner_box .txt_area {
		font-size: 4vh;
	}

	#intro .effect_area {
		width: 100%;
		height: 56.25vw;
	}
}

button {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 0 auto;
	padding: .8em;
	cursor: pointer;
}
button.type_neon {
	padding: .8em 1em;
	font-size: 4vw;
	font-weight: bold;
	text-align: center;
	border: 2px solid #b583fd;
	border-radius: 1rem;
	box-shadow: 0 0 1px #b583fd,
		inset 0 0 1px #b583fd,
		0 0 10px #6600ff,
		inset 0 0 10px #6600ff,
		0 0 20px #6600ff,
		inset 0 0 10px #6600ff;
}
button.type_neon::after {
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	content: "";
	top: .1em;
	left: -.3em;
	font-size: 4vw;
	font-weight: bold;
	text-align: center;
	border: 2px solid #92b1fa;
	border-radius: 1rem;
	box-shadow: 0 0 1px #92b1fa,
		inset 0 0 1px #92b1fa,
		0 0 10px #004eff,
		inset 0 0 10px #004eff,
		0 0 20px #004eff,
		inset 0 0 10px #004eff;
}
button.type_neon:hover,
button.type_neon:active,
button.type_neon:focus {
	box-shadow: 0 0 1px #fff,
		inset 0 0 1px #fff,
		0 0 10px #b583fd,
		inset 0 0 10px #b583fd,
		0 0 20px #6600ff,
		inset 0 0 10px #6600ff;
}
button.type_neon:hover::after,
button.type_neon:active::after,
button.type_neon:focus::after {
	box-shadow: 0 0 1px #fff,
		inset 0 0 1px #fff,
		0 0 10px #92b1fa,
		inset 0 0 10px #92b1fa,
		0 0 20px #004eff,
		inset 0 0 10px #004eff;
}
button.type_neon:hover span,
button.type_neon:active span,
button.type_neon:focus span {
	text-shadow:
		0 0 0.05em #fff,
		0 0 0.66em #fff,
		0 0 0.33em #92b1fa,
		0 0 0.33em #92b1fa,
		0 0 2em #004eff,
		0 0.35em 0.1em #000;
}

button.type_store {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 0 auto;
	padding: .5em;
	color: #fff;
	text-align: center;
	background-color: #dc0000;
	border-radius: 5em;
}
button.type_store.switch {
	background-color: #dc0000;
}
button.type_store.steam {
	background: #333;
}


/* GAME */
#game .inner_box {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 10vw auto;
}
#game .inner_box .item {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	padding-top: 45%;
}
#game .inner_box .item .img_area {
	position: absolute;
	display: inline-block;
	width: 55%;
	margin: 0;
	padding: 0;
	line-height: 0;
}
#game .inner_box .item .txt_area {
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	font-size: 5.5vw;
	font-weight: bold;
	font-family: 'Zen Antique', serif;
}
#game .inner_box .item .txt_area .bullet_marks {
	position: absolute;
	width: 35%;
	margin: 0;
	padding: 0;
	opacity: 0.5;
}
#game .inner_box .item .txt_area p {
	position: absolute;
	display: inline-block;
	margin: 0;
	padding: 0;
	text-shadow: 0 0 .2em #000,0 0 .2em #000,0 0 .4em #000;
}
#game .inner_box .item .txt_area p > span {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
}


#game .inner_box .item.type_01 .img_area {
	top: 0;
	left: 3%;
}
#game .inner_box .item.type_01 .img_area img {
	transform: rotate(2deg);
}
#game .inner_box .item.type_01 .txt_area .bullet_marks {
	top: -8%;
	right: -10%;
}
#game .inner_box .item.type_01 .txt_area p {
	top: 30%;
	right: 11%;
}
#game .inner_box .item.type_01 .txt_area p > span {
	transform: rotate(-4deg);
}

#game .inner_box .item.type_02 .img_area {
	top: 0;
	right: 3%;
}
#game .inner_box .item.type_02 .txt_area .bullet_marks {
	top: 0;
	left: -7%;
}
#game .inner_box .item.type_02 .txt_area p {
	top: 30%;
	left: 8%;
}
#game .inner_box .item.type_02 .txt_area p > span {
	transform: rotate(2deg);
}

#game .inner_box .item.type_03 .img_area {
	top: 0;
	left: 3%;
}
#game .inner_box .item.type_03 .img_area img {
	transform: rotate(-2deg);
}
#game .inner_box .item.type_03 .txt_area .bullet_marks {
	top: 7%;
	right: -7%;
}
#game .inner_box .item.type_03 .txt_area p {
	top: 30%;
	right: 7%;
}
#game .inner_box .item.type_03 .txt_area p > span {
	transform: rotate(6deg);
}

/* アニメーションタイミング */
#game .inner_box .item .txt_area .bullet_marks,
#game .inner_box .item .txt_area p {
	opacity: 0;
}
#game .inner_box .item.type_01 .img_area,
#game .inner_box .item.type_02 .img_area,
#game .inner_box .item.type_03 .img_area {
	transition-delay: 1s;
}
#game .inner_box .item.type_01 .txt_area .bullet_marks,
#game .inner_box .item.type_01 .txt_area p {
	animation-delay: .2s;
}
#game .inner_box .item.type_02 .txt_area .bullet_marks,
#game .inner_box .item.type_02 .txt_area p {
	animation-delay: .4s;
}
#game .inner_box .item.type_03 .txt_area .bullet_marks,
#game .inner_box .item.type_03 .txt_area p {
	animation-delay: .6s;
}
@media screen and (min-width: 600px) {
	/* GAME */
	#game .inner_box {
		width: 90%;
		margin: 8vw auto;
	}
	#game .inner_box .item .img_area {
		width: 55%;
	}
	#game .inner_box .item .txt_area {
		font-size: 5vw;
	}
	#game .inner_box .item .txt_area .bullet_marks {
		width: 25%;
	}

	#game .inner_box .item.type_01 .img_area {
		left: 0;
	}
	#game .inner_box .item.type_01 .txt_area .bullet_marks {
		top: 3%;
		right: -6%;
	}
	#game .inner_box .item.type_01 .txt_area p {
		right: 5%;
	}

	#game .inner_box .item.type_02 .img_area {
		right: 0;
	}
	#game .inner_box .item.type_02 .txt_area .bullet_marks {
		top: 18%;
		left: -6%;
	}
	#game .inner_box .item.type_02 .txt_area p {
		left: 3%;
	}

	#game .inner_box .item.type_03 .img_area {
		left: 0;
	}
	#game .inner_box .item.type_03 .txt_area .bullet_marks {
		top: 18%;
		right: -9%;
	}
	#game .inner_box .item.type_03 .txt_area p {
		right: 0;
	}
}
@media screen and (min-width: 1200px),
screen and (max-height: 85vw) {
	/* GAME */
	#game .inner_box {
		width: 60%;
		margin: 0 auto;
	}
	#game .container {
		margin: 1em auto 0;
	}

	#game .inner_box .item {
		padding-top: 30%;
	}
	#game .inner_box .item .img_area {
		width: 42%;
	}
	#game .inner_box .item .txt_area {
		font-size: 3vw;
	}
	#game .inner_box .item .txt_area .bullet_marks {
		width: 22%;
	}

	#game .inner_box .item.type_01 .img_area {
		left: 0;
	}
	#game .inner_box .item.type_01 .txt_area .bullet_marks {
		top: -18%;
		right: 6%;
	}
	#game .inner_box .item.type_01 .txt_area p {
		top: 10%;
		right: 20%;
	}

	#game .inner_box .item.type_02 .img_area {
		right: 0;
	}
	#game .inner_box .item.type_02 .txt_area .bullet_marks {
		top: 15%;
		left: 0;
	}
	#game .inner_box .item.type_02 .txt_area p {
		left: 8%;
	}

	#game .inner_box .item.type_03 .img_area {
		left: -5%;
	}
	#game .inner_box .item.type_03 .txt_area .bullet_marks {
		top: 27%;
		right: -9%;
	}
	#game .inner_box .item.type_03 .txt_area p {
		top: 40%;
		right: 0;
	}
}
@media screen and (max-height: 56.25vw) {
	/* GAME */
}

/* CHARACTERS */
#character {
	padding: 10vw 0 10vw;
	background-repeat:no-repeat;
	background-position: top center;
	background-image: url(../img/bg_character.webp);
	background-size: cover;
}
#character .container {
	margin: 8vw auto 12vw;
}
#character .inner_box {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	padding-top: 100%;
}
#character .inner_box .item {
	position: absolute;
	display: inline-block;
	width: 30%;
	margin: 0;
	padding: 0;
}
#character .inner_box .item .profile_box span {
	position: absolute;
	display: block;
	width: 100%;
	margin: 0;
	bottom: 0;
	left: 0;
	padding: 0.4em;
	color: #000;
	font-size: 3.6vw;
	text-align: center;
}
#character .inner_box .item.chara_ryo {
	top: 0;
	left: 3%;
}
#character .inner_box .item.chara_ryo .profile_box {
	transform: rotate(4deg);
}
#character .inner_box .item.chara_umibozu {
	top: 15%;
	left: 50%;
}
#character .inner_box .item.chara_umibozu .profile_box {
	transform: rotate(-2deg);
}
#character .inner_box .item.chara_kaori {
	top: 50%;
	left: 15%;
}
#character .inner_box .item.chara_kaori .profile_box {
	transform: rotate(-9deg);
}
#character .inner_box .item.chara_saeko {
	top: 60%;
	left: 65%;
}
#character .inner_box .item.chara_saeko .profile_box {
	transform: rotate(4deg);
}
/* アニメーションタイミング */
#character .inner_box .item.chara_ryo {
	transition-delay: 0;
}
#character .inner_box .item.chara_umibozu {
	transition-delay: .4s;
}
#character .inner_box .item.chara_kaori {
	transition-delay: .2s;
}
#character .inner_box .item.chara_saeko {
	transition-delay: .6s;
}
@media screen and (min-width: 600px) {
	/* CHARACTERS */
	#character .inner_box {
		width: 90%;
		margin: 8vw auto 0;
		padding-top: 90%;
	}
	#character .inner_box .item {
		width: 28%;
	}
	#character .inner_box .item .profile_box span {
		font-size: 3vw;
	}
	#character .inner_box .item.chara_ryo {
		top: 0;
		left: 3%;
	}
	#character .inner_box .item.chara_ryo .profile_box {
		transform: rotate(4deg);
	}
	#character .inner_box .item.chara_umibozu {
		top: 15%;
		left: 54%;
	}
	#character .inner_box .item.chara_umibozu .profile_box {
		transform: rotate(-2deg);
	}
	#character .inner_box .item.chara_kaori {
		top: 46%;
		left: 17%;
	}
	#character .inner_box .item.chara_kaori .profile_box {
		transform: rotate(-9deg);
	}
	#character .inner_box .item.chara_saeko {
		top: 57%;
		left: 70%;
	}
	#character .inner_box .item.chara_saeko .profile_box {
		transform: rotate(4deg);
	}
}
@media screen and (min-width: 1200px),
screen and (max-height: 85vw) {
	/* CHARACTERS */
	#character {
		padding: 5vw 0 5vw;
	}
	#character .container {
		margin: 8vw auto 12vw;
	}
	#character .inner_box {
		width: 55%;
		margin: 0 auto;
		padding-top: 45%;
	}
	#character .inner_box .item {
		width: 24%;
	}
	#character .inner_box .item .profile_box span {
		font-size: 1.9vw;
	}
	#character .inner_box .item.chara_ryo {
		top: 0;
		left: 3%;
	}
	#character .inner_box .item.chara_ryo .profile_box {
		transform: rotate(4deg);
	}
	#character .inner_box .item.chara_umibozu {
		top: 5%;
		left: 56%;
	}
	#character .inner_box .item.chara_umibozu .profile_box {
		transform: rotate(-2deg);
	}
	#character .inner_box .item.chara_kaori {
		top: 46%;
		left: 24%;
	}
	#character .inner_box .item.chara_kaori .profile_box {
		transform: rotate(-9deg);
	}
	#character .inner_box .item.chara_saeko {
		top: 57%;
		left: 75%;
	}
	#character .inner_box .item.chara_saeko .profile_box {
		transform: rotate(4deg);
	}
}

/* SPEC */
#spec {
	/* padding-top: 6vw; */
}
#spec .border_box {
	position: relative;
	display: block;
	width: 95%;
	margin: 2em auto;
	padding: .8em .5em;
}
#spec .logo_title {
	position: relative;
	width: 70%;
	margin: 0 auto;
	text-align: center;
}
#spec .release_info.tbl {
	position: relative;
	width: auto;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	font-size: 3vw;
}
#spec .release_info.tbl > .tbl_row > .th {
	width: 8em;
	padding-left: 0;
	text-align: right;
}
#spec .release_info.tbl > .tbl_row > .th::after {
	content: "：";
}
#spec .release_info.tbl > .tbl_row > .td {
	padding-left: 0;
	padding-right: 0;
}
@media screen and (min-width: 600px) {
	/* SPEC */
	#spec .release_info.tbl {
		font-size: 2.8vw;
	}
}
@media screen and (min-width: 1200px),
screen and (max-height: 85vw) {
	/* SPEC */
	#spec .border_box {
		width: 60%;
		margin: 2em auto;
		padding: .8em;
	}
	#spec .logo_title {
		position: relative;
		width: 60%;
	}
	#spec .release_info.tbl {
		margin-top: 1.5em;
		margin-bottom: 1.5em;
		font-size: 1.5vw;
	}
	#spec .release_info.tbl > .tbl_row > .th {
		width: 7em;
		padding-left: 0;
		text-align: right;
	}
	#spec .release_info.tbl > .tbl_row > .th::after {
		content: "：";
	}
	#spec .release_info.tbl > .tbl_row > .td {
		padding-left: 0;
		padding-right: 0;
	}
}

/* PRODUCTS */
#product {
	display: none;
	padding-top: 6vw;
}
#product hr.product_line {
	display: block;
	background-color: #94b3fc;
	transition: border .5s ease-out;
}
#product .border_box {
	position: relative;
	display: block;
	width: 100%;
	margin: 2em auto;
	padding: 1em .8em;
	text-align: center;
}
#product .border_box .content_box {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: .4em;
	border: solid 1px transparent;
	border-radius: .5em;
}

#product .border_box .content_box .title {
	position: relative;
	display: block;
	width: 100%;
	margin: .2em auto .8em;
	padding: 0 .6em;
	font-size: 8vw;
	font-weight: bold;
	font-family: 'Zen Old Mincho', serif;
}

#product .border_box .content_box .img_area {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
#product .border_box .content_box .img_area .inner_box {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

#product .border_box .content_box .txt_area {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
#product .border_box .content_box .price {
	position: relative;
	display: block;
	width: 100%;
	margin: .8em auto;
	padding: 0 .6em;
	font-size: 7vw;
	font-weight: bold;
}
#product .border_box .content_box ul.detail_list {
	position: relative;
	width: 90%;
	margin: .6em auto;
	padding: 0 .6em;
	font-size: 4vw;
	text-align-last: left;
	font-family: 'Zen Old Mincho', serif;
}
#product .border_box .content_box ul.detail_list > li {
	position: relative;
	width: 50%;
}
#product .border_box #nomal_edition.content_box ul.detail_list > li {
	width: 70%;
}

#product .border_box .content_box .purchase {
	position: relative;
	width: 100%;
	margin: 1em auto;
	padding: 0;
}
#product .border_box #special_edition.content_box .purchase button {
	width: 50%;
}

#product .border_box #nomal_edition.content_box .purchase .store_link {
	width: 50%;
	padding: 0 .8em;
}
#product .border_box #nomal_edition.content_box .purchase .store_link p {
	margin: .8em;
}
#product .border_box #nomal_edition.content_box .purchase .store_link ul.store_btn {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
#product .border_box #nomal_edition.content_box .purchase .store_link ul.store_btn > li {
	margin-bottom: .8em;
}
#product .border_box #nomal_edition.content_box .purchase .store_link ul.store_btn > li button {
	font-size: 3.2vw;
}

/* アニメーションタイミング */
#product .border_box #special_edition.content_box {
	transition-delay: .7s;
}
#product .border_box #nomal_edition.content_box {
	transition-delay: .5s;
}
@media screen and (min-width: 600px) {
	/* PRODUCTS */
	#product .border_box {
		width: 95%;
	}
	#product .border_box .content_box .title {
		font-size: 6.4vw;
	}
	#product .border_box .content_box .img_area {
		width: 90%;
	}
	#product .border_box .content_box .price {
		font-size: 5vw;
	}
	#product .border_box .content_box ul.detail_list {
		width: 70%;
		font-size: 3vw;
	}
	#product .border_box #special_edition.content_box .purchase {
		margin: 2em auto 1em;
	}
	#product .border_box #special_edition.content_box .purchase button {
		width: 45%;
	}


	#product .border_box #nomal_edition.content_box ul.detail_list > li {
		width: 70%;
	}
	#product .border_box #nomal_edition.content_box .purchase .store_link ul.store_btn > li {
		margin-bottom: .8em;
	}
	#product .border_box #nomal_edition.content_box .purchase .store_link ul.store_btn > li button {
		font-size: 3vw;
	}
}
@media screen and (min-width: 1200px),
screen and (max-height: 85vw) {
	/* PRODUCTS */
	#product {
		padding-top: 6vw;
	}
	#product hr.product_line {
		display: none;
	}
	#product .border_box {
		width: 85%;
		margin: 2em auto 3.5em;
		padding: 1.5em 1.5%;
		font-size: 1.5vw;
	}
	#product .flex_container.border_box {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		flex-direction: row-reverse;
		-webkit-box-pack: justify;
		justify-content: space-between;
	}
	#product .border_box .content_box {
		margin: 0;
		border: solid 1px #94b3fc;
	}
	#product .border_box #special_edition.content_box {
		width: 62%;
	}
	#product .border_box #nomal_edition.content_box {
		width: 36.5%;
	}

	#product .border_box .content_box .title {
		font-size: 2.2vw;
	}
	#product .border_box .content_box .img_area {
		width: 100%;
	}
	#product .border_box .content_box .img_area .inner_box {
		height: 20vw;
	}
	#product .border_box .content_box .img_area .inner_box img {
		max-width: auto;
		height: 100%;
	}
	#product .border_box .content_box .price {
		font-size: 1.8vw;
	}
	#product .border_box .content_box ul.detail_list {
		width: 100%;
		font-size: 1.5vw;
		margin: 2em auto 0;
	}
	#product .border_box .content_box .purchase {
		margin: 0 auto .4em;
	}

	#product .border_box #special_edition.content_box .txt_area {
		width: 100%;
	}
	/* #product .border_box #special_edition.content_box .price {
		width: 70%;
		margin: .8em 0;
		font-size: 1.8vw;
	} */
	#product .border_box #special_edition.content_box ul.detail_list {
		width: 80%;
		margin: 1em 0 0;
		padding: 0 3em;
	}
	#product .border_box #special_edition.content_box .purchase {
		position: absolute;
		display: inline-block;
		width: 25%;
		margin: 0;
		bottom: 10%;
		right: 5%;
	}
	#product .border_box #special_edition.content_box .purchase button {
		width: 100%;
	}

	#product .border_box #nomal_edition.content_box .purchase .store_link {
		padding: 0.4em;
	}
	#product .border_box #nomal_edition.content_box .purchase .store_link p {
		margin-top: 0;
		margin-bottom: .4em;
	}
	#product .border_box #nomal_edition.content_box .purchase .store_link ul.store_btn > li {
		margin-bottom: .4em;
	}
	#product .border_box #nomal_edition.content_box .purchase .store_link ul.store_btn > li button {
		font-size: 1vw;
	}
}

/*　フッター 　===================*/
footer {
	margin-top: 0;
	padding-top: 0;
}
footer .logo_title {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 1.5em 0;
	text-align: center;
	background-color: #3e4759;
}
footer .logo_title img {
	position: relative;
	width: 80%;
	margin: 0 auto;
	text-align: center;
}
footer .flex_container {
	width: 100%;
	-webkit-box-align: center;
	align-items: center;
}
footer .logo {
	position: relative;
	margin: 1.5em 0 .6em;
	padding: 0 1em;
	text-align: center;
}
footer .logo.sunsoft {
	width: 45%;
}
footer .logo.cle {
	width: 30%;
	margin: 0;
	padding: 0;
}

footer .sns {
	position: relative;
	height: 4.5vw;
	margin: 1em 0;
	padding: 0 1em;
	text-align: center;
}
footer .sns img  {
	width: auto;
	max-width: 100%;
	height: 100%;
	vertical-align: middle;
}

footer .link_list {
	position: relative;
	width: 100%;
	margin: .8em 0 1em;
	padding: 0;
	font-size: 3.3vw;
	text-align: center;
}
footer .link_list .link_item {
	position: relative;
	/* width: 50%; */
	margin: 0;
	padding: 0;
	text-align: center;
}
footer .link_list .link_item:not(:last-of-type)::after {
	position: relative;
	margin: 0;
	padding: 0 .2em;
	content: "｜";
}

footer .trademark,
footer .copyright {
	position: relative;
	width: 100%;
	margin: .8em auto;
	padding: 0;
	color: #ccc;
	font-size: 3vw;
	text-align: center;
	line-height: 1.2;
}
footer .trademark a,
footer .copyright a {
	color: #FED100;
	font-weight: bold;
	text-decoration: underline;
}
@media screen and (min-width: 600px) {
	footer .flex_container {
		width: 90%;
	}
	footer .logo_title {
		padding: 2em 0;
	}
	footer .logo_title img {
		position: relative;
		width: 70%;
		margin: 0 auto;
		text-align: center;
	}

	footer .logo.sunsoft {
		width: 40%;
	}
	footer .logo.cle {
		width: 26%;
	}

	footer .sns {
		height: 4vw;
	}

	footer .link_list {
		font-size: 2.4vw;
	}
	footer .trademark,
	footer .copyright {
			font-size: 2vw;
	}
}
@media screen and (min-width: 1200px),
screen and (max-height: 85vw) {
	footer .logo_title {
		padding: 1em 0;
	}
	footer .logo_title img {
		width: 30%;
	}
	footer .logo {
		margin: .4em 0;
	}
	footer .logo.sunsoft {
		width: 23%;
	}
	footer .logo.cle {
		width: 15%;
	}

	footer .sns {
		height: 2.2vw;
		margin: .4em 0 .8em;
		padding: 0 .5em;
	}

	footer .link_list {
		font-size: 1.3vw;
	}
	footer .trademark,
	footer .copyright {
		font-size: .9vw;
	}
}


/*　フレックスボックス設定　===================*/
.flex_container {
	position: relative;
	display: -webkit-box !important;
	display: flex !important;
	width: 100%;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	justify-content: center;
	margin: 0 auto;
	padding: 0;
}
.flex_container .flex_item {
	position: relative;
	display: inline-block;
}


/*　table設定　===================*/
.tbl {
	position: relative;
	display: table;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
.tbl > .tbl_row {
	position: relative;
	display: table-row;
	width: 100%;
	margin: 0;
	padding: 0;
}
.tbl > .tbl_row > .th,
.tbl > .tbl_row > .td {
	position: relative;
	display: table-cell;
	padding: .4em .6em;
	vertical-align: top;
}




/* ページトップへ戻る */
.btn_top {
	position: fixed;
	/* display: inline-block; */
	display: none;
	width: 15%;
	bottom: 5vw;
	right: 5vw;
	filter: drop-shadow(2px 2px 5px rgba(0,0,0,.5));
	z-index: 999;
}
.btn_top img {
	opacity: 0.8;
}
.btn_top span {
	position: absolute;
	display: inline-block;
	width: 150%;
	margin: 0;
	padding: 0;
	color: #074be9;
	font-size: 2.5vw;
	font-weight: bold;
	text-align: center;
	bottom: 3%;
	left: 50%;
	transform: translateX(-50%);
	text-shadow:
		1px 0 0 #98b7ff,
		-1px 0 0 #98b7ff,
		0 1px 0 #98b7ff,
		0 -1px 0 #98b7ff,
		2px 0 .2em #98b7ff,
		-2px 0 .2em #98b7ff,
		0 2px .2em #98b7ff,
		0 -2px .2em #98b7ff;
}
.btn_top a {
	display: inline-block;
	width: 100%;
}
.btn_top.active {
	display: inline-block;
}
@media screen and (min-width: 600px) {
	/* ページトップへ戻る */
	.btn_top {
		width: 10%;
	}
	.btn_top span {
		font-size: 2vw;
	}
}
@media screen and (min-width: 1200px),
screen and (max-height: 85vw) {
	.btn_top {
		width: 80px;
		bottom: 2vw;
		right: 4vw;
	}
	.btn_top span {
		font-size: 16px;
		bottom: 3%;
	}
}

/*　ダウンロード　===================*/
#Download {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: .8em;
	text-align: right;
	font-size: 14px;
	background: linear-gradient(to left, rgba(255,42,176,0.9), rgba(20,0,204,0.9));
	z-index: 990;
}
#Download p {
	position: relative;
	display: inline-block;
	margin: 1.5em auto;
	margin-right: .5em;
	font-size: 14px;
	vertical-align: middle;
}
#Download button {
	position: relative;
	display: inline-block;
	width: 120px;
	margin: 0;
	padding: .6em;
	color: #fff;
	font-size: 16px;
	background-color: #000;
	border: solid 1px #666;
	filter: drop-shadow(0 0 5px rgba(0,0,0,1));
	vertical-align: middle;
}
#Download button:hover,
#Download button:active,
#Download button:focus {
	border: solid 1px #fff;
	box-shadow: 0 0 1px #fff,
		inset 0 0 1px #fff,
		0 0 10px #92b1fa,
		inset 0 0 10px #92b1fa,
		0 0 20px #004eff,
		inset 0 0 10px #004eff;
}
@media screen and (min-width: 600px) {
	#Download {
		position: fixed;
		bottom: 0;
		left: 0;
		font-size: 14px;
		text-align: center;
		transform: translateY(100%);
		transition: all .8s ease;
	}
	#Download.is_show {
		transform: translateY(0);
		transition: all .8s ease;
	}
	#Download p {
		margin: .8em auto;
		margin-right: .5em;
		font-size: 18px;
	}
	#Download button {
		width: 150px;
	}
}
/*　BGM ON/OFF 選択　===================*/
#btn_play {
	position: relative;
	display: inline-block;
	width: 35%;
	padding: 1em;
	text-align: center;
	filter: drop-shadow(2px 2px 5px rgba(0,0,0,.5));
	border: solid 1px #94b3fc;
	border-radius: .5em;
	cursor: pointer;
}
#btn_play:hover,
#btn_play:active,
#btn_play:focus {
	text-shadow:
		0 0 0.05em #fff,
		0 0 0.33em #fff,
		0 0 2em #fff,
		0 0.35em 0.1em #000;
	box-shadow: 0 0 1px #92b1fa,
			inset 0 0 1px #92b1fa,
			0 0 10px #004eff,
			inset 0 0 10px #004eff,
			0 0 20px #004eff,
			inset 0 0 10px #004eff;
}

/* 選択画面 */
#select_BGM {
	position: fixed;
	display: block;
	width: 100vw;
	height: 100vh;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 1;
	z-index: 10000;
}
#select_BGM .inner_box {
	position: absolute;
	width: 100%;
	margin: 0;
	padding: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#select_BGM .inner_box p {
	position: relative;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 10vw;
	padding: 0;
	text-align: center;
}
#select_BGM .inner_box .btn_area {
	position: relative;
	width: 60%;
	margin: 0 auto;
	margin-bottom: 10vw;
	padding: 0;
}
#select_BGM .inner_box .flex_container.btn_area {
	-webkit-box-pack: justify;
	justify-content: space-between;
}

#select_BGM .title {
	position: absolute;
	display: block;
	width: 90vw;
	margin: 0;
	padding: 0;
	bottom: 10%;
	left: 50%;
	transform: translateX(-50%);
	opacity: .4;
	z-index: -1;
}
#select_BGM .canvas.title_img {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
}
#select_BGM .canvas.title_img > h1.img_txt {
	position: relative;
	width: 100%;
	height: 0;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 40.4%;
	white-space: nowrap;
	text-indent: 100%;
	background-image: url(../img/title.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	overflow: hidden;
}
@media screen and (min-width: 600px) {
}
@media screen and (min-width: 1200px),
screen and (max-height: 85vw) {
}
@media screen and (max-height: 56.25vw) {
	#btn_play {
		width: 35%;
		padding: 1em;
	}
	#select_BGM .inner_box {
		position: absolute;
		width: 100%;
		margin: 0;
		padding: 0;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
}

/* ヘッダー設置 */
#btn_BGM {
	position: absolute;
	display: inline-block;
	width: 32px;
	height: 32px;
	top: 50%;
	right: 130px;
	fill: #fff;
	content: '';
	transform: translateY(-50%);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 1000;
	filter: drop-shadow(0 0 4px rgba(0, 0, 0, .9)) drop-shadow(0 0 8px rgba(0, 0, 0, .7));
}
#btn_BGM.bgm_ON {
	background-image: url(../img/bgm_on.png);
}
#btn_BGM.bgm_OFF {
	background-image: url(../img/bgm_off.png);
}
@media screen and (min-width: 600px) {
	/* 選択画面 */
	#select_BGM .inner_box p {
		margin-bottom: 10vw;
	}
	#select_BGM .inner_box .btn_area {
		width: 50%;
		margin-bottom: 0;
	}

	#select_BGM .title {
		width: 85vw;
		bottom: 5%;
	}
	#select_BGM .canvas.title_img {
		position: relative;
		display: inline-block;
		width: 100%;
		margin: 0;
		padding: 0;
		top: 0;
		left: 0;
	}

	/* ヘッダー設置 */
	#btn_BGM {
		right: calc(130px + 2%);
	}
}
@media screen and (min-width: 1200px),
screen and (max-height: 85vw) {
	/* 選択画面 */
	#select_BGM .inner_box {
		top: 40%;
		width: 100%;
	}
	#select_BGM .inner_box p {
		margin-bottom: 5vw;
	}
	#select_BGM .inner_box .btn_area {
		width: 35%;
	}

	#select_BGM .title {
		width: 50vw;
		bottom: 2%;
	}
}

/*　テキスト・枠　装飾　===================*/
.border_box {
	border: solid 2px #ff2ab0;
	background-color: #000;
}

/* ネオン */
.neon {
	font-size: inherit;
	color: #fff;
	text-shadow:
		0 0 0.05em #fff,
		0 0 0.33em #fff,
		0 0 2em #fff,
		0 0.35em 0.1em #000;
}

.neon_pink {
	font-size: inherit;
	color: #ffe6e0;
	text-shadow:
		0 0 0.05em #fff,
		0 0 0.66em #c95064,
		0 0 0.33em #c95064,
		0 0 0.33em #fc709f,
		0 0 2em #fa83a1,
		0 0.35em 0.1em #000;
}

.neon_blue {
	font-size: inherit;
	color: #c0d3fe;
	text-shadow:
		0 0 0.05em #fff,
		0 0 0.66em #1400cc,
		0 0 0.33em #1400cc,
		0 0 0.33em #92b1fa,
		0 0 2em #92b1cc,
		0 0.35em 0.1em #000;
}

.neon_red {
	font-size: inherit;
	color: #ffc1b3;
	text-shadow:
		0 0 0.05em #fff,
		0 0 0.66em #cc0022,
		0 0 0.33em #cc0022,
		0 0 0.33em #ff0055,
		0 0 2em #ff0040,
		0 0.35em 0.1em #000;
}

.neon_yellow {
	font-size: inherit;
	color: #ffeda5;
	text-shadow:
		0 0 0.05em #fff,
		0 0 0.66em #b9c000,
		0 0 0.33em #b9c000,
		0 0 0.33em #dfe61b,
		0 0 2em #f8ff32,
		0 0.35em 0.1em #000;
}


/*　お問い合わせ　===================*/
#inquiry {
	margin-bottom: 10vw;
	padding: 2em;
}
#inquiry button {
	position: relative;
	display: inline-block;
	width: 100%;
}
.btn_inquiry {
	width: 42vw;
	margin: 0 auto;
}



body#contact .container {
	padding: 0 3.6vw;
}
body#contact h2.headline {
	position: relative;
	display: block;
	width: 95%;
	height: 2em;
	margin: 0 auto;
	padding: .38em;
	padding-bottom: .45em;
	color: #fff;
	font-size: 4vw;
	text-align: center;
	background: #0000a7;
	border-radius: 10px;
	border: none;
}
body#contact h5 {
	position: relative;
	margin-top: 1.5em;
	padding-left: 1.8em;
	font-size: 3.6vw;
	line-height: 5.4vw;
	color: #333;
}
body#contact h5::after {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	content: '';
	width: 3.6vw;
	height: 3.6vw;
	border: solid .9vw #446688;
	border-radius: 100%;
}

button.btn_mailer {
	position: relative;
	display: inline-block;
	width: 60vw;
	height: 12vw;
	margin: 1.2em auto;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	background-color: #5dc7e5;
}
button.btn_mailer .btn_txt {
	position: absolute;
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 0;
	right: 0;
	top: 50%;
	color: #fff;
	font-size: 3.6vw;
	font-weight: bolder;
	text-align: center;
	line-height: 1.1;
	text-shadow: none;
	transform: translateY(-50%);
}
button.btn_mailer:hover,
button.btn_mailer:active {
	border: solid 1px #dc9100;
	background-color: #efa413;
	top: 2px;
	left: 2px;
	box-shadow: 1px 1px 6px -2px #555,
		3px 3px 8px rgba(255,255,255,0.3) inset;
}
@media screen and (min-width: 600px) {
	.btn_inquiry {
		width: 30vw;
	}
	.btn_inquiry button {
		font-size: 3vw;
	}

	body#contact{
		font-size: 18px;
	}
	body#contact h2.headline {
		font-size: 24px;
	}
	body#contact h5 {
		font-size: 20px;
		line-height: 30px;
	}
	body#contact h5::after {
		width: 20px;
		height: 20px;
		border: solid .5vw #446688;
	}

	button.btn_mailer {
		width: 360px;
		height: 80px;
	}
	button.btn_mailer .btn_txt {
		font-size: 24px;
	}
}
@media screen and (min-width: 1200px),
screen and (max-height: 85vw) {
	#inquiry {
		padding: 1em;
	}
	.btn_inquiry {
		width: 20vw;
	}
	.btn_inquiry button {
		font-size: 2.4vw;
	}
	button.btn_mailer {
		margin-top: 4em;
	}
}





/* フェードイン */
.fade-in-bottom {
    transform: translateY(120px);
    opacity: 0;
    transition: opacity 1s ease-out, transform .5s ease-out;
}

/* ズームイン */
.zoom-in {
    transform: scale(0.1);
    opacity: 0;
    transition: opacity 1s ease-out, transform .5s ease-out;
}

/* スライドイン */
.slide-in-left {
    transform: translateX(-150px);
    opacity: 0;
    transition: opacity 1s ease-out, transform .5s ease-out;
}
.slide-in-right {
    transform: translateX(150px);
    opacity: 0;
    transition: opacity 1s ease-out, transform .5s ease-out;
}
.slide-in-right-rotate {
    transform: translateX(300px) rotate(180deg);
    opacity: 0;
    transition: opacity .5s ease-out, transform .2s ease-out;
}

/* 回転 */
.rotate {
    transform: rotateY(90deg);
    opacity: 0;
    transition: opacity 1s ease-out, transform .5s ease-out;
}

.show {
    opacity: 1;
    transform: translateY(0) scale(1) translateX(0) rotateY(0);
}

.bounce-in {
	animation: bounce02 .4s linear;
	animation-fill-mode: forwards;
}

/* 弾痕 */
.bullet-in {
	animation: bullet_marks .2s linear;
	animation-fill-mode: forwards;
}

/* 夜景のもあもあ */
#intro .effect_area .item[data-effect="type_01"] {
	animation:neon_effect_01 3s ease-in-out infinite;
}
#intro .effect_area .item[data-effect="type_05"] {
	animation:neon_effect_02 2s ease-in-out infinite;
}

/* キーフレーム */
@keyframes neon_effect_01 {
	0% {
		opacity: .4;
	}
	50% {
		opacity: .6;
	}
	100% {
		opacity: .4;
	}
}
@keyframes neon_effect_02 {
	0% {
		opacity: .8;
		transform: scale(1);
	}
	50% {
		opacity: .4;
		transform: scale(.95);
	}
	100% {
		opacity: .8;
		transform: scale(1);
	}
}

@keyframes bounce02 {
	0% {
		opacity: 0;
	}
	25% {
		opacity: 1;
		transform: scale(0.1);
	}
	40% {
		transform: scale(1.2);
	}
	52% {
		transform: scale(1.5);
	}
	64% {
		transform: scale(1.2);
	}
	76% {
		transform: scale(0.9);
	}
	88% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes bullet_marks {
	0% {
		opacity: 0;
	}
	25% {
		opacity: .5;
		transform: translateX(-2%) translateY(0);
	}
	50% {
		transform: translateX(2%) translateY(4%);
	}
	75% {
		transform: translateX(0) translateY(0);
	}
	100% {
		transform: translateX(0) translateY(0);
		opacity: .5;
	}
}
