﻿


@font-face {
	font-family: "Rounded-X M+ 1p bold";
	src:
		local("Rounded-X M+ 1p bold"),
		url("../font/305_zunda/rounded_x_mplus_1p_bold.woff"),
		url("../font/305_zunda/rounded_x_mplus_1p_bold.eot");
}

@font-face {
	font-family: "Kゴシック";
	src:
		local("Kゴシック"),
		url("../font/305_zunda/k_gothic.woff"),
		url("../font/305_zunda/k_gothic.eot");
}

@font-face {
	font-family: "コーポレート・ロゴB";
	src:
		local("コーポレート・ロゴB"),
		url("../font/305_zunda/coop_b.woff");
}

@font-face {
	font-family: "源真ゴシックP Regular";
	src:
		local("源真ゴシックP Regular"),
		url("../font/305_zunda/genshin_gothic_p_regular.woff"),
		url("../font/305_zunda/genshin_gothic_p_regular.eot");
}

:root {
	--font-a: "Rounded-X M+ 1p bold";
	--font-b: "Kゴシック";
	--font-c: "コーポレート・ロゴB";
	--font-d: "源真ゴシックP Regular";
}

body {
	background-image: url("../img/305_zunda/page/back.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0% 0%;
}

hr {
	background-image: url("../img/305_zunda/page/line.png");
	background-repeat: repeat-x;
	background-size: contain;
	border: none;
	width: 1004px;
	height: 20px;
}

a, a:link, a:visited	{ color: #99ff99; }
a:hover, a:active		{ color: #ffccff; }

#info-intro .wide-body {
	text-align: center;
	font-weight: bold;
	font-size: 24px;
}

.introCircleLetter {
	color: transparent;
	background: linear-gradient(
		to bottom,
		hsl(30, 33%, 35%),
		hsl(30, 33%, 35%) 50%,
		hsl(30, 38%, 70%) 50%,
		hsl(30, 38%, 70%)
	);
	background-clip: text;
	-webkit-background-clip: text;
}

#info-work th, #info-member th, .wide-head {
	background-color: rgba(120, 90, 60, 0.8);
}

#info-work td, #info-member td, .wide-body {
	background-color: rgba(180, 135, 90, 0.8);
}

.circleLetter {
	color: transparent;
	background: linear-gradient(
		to bottom,
		rgb(120, 90, 60),
		rgb(120, 90, 60) 50%,
		rgb(180, 135, 90) 50%,
		rgb(180, 135, 90)
	);
	background-clip: text;
	-webkit-background-clip: text;
}

.izkdicLetter {
	color: rgb(152, 251, 152);
}

.wide-head.izkdic {
	background-color: rgba(152, 251, 152, 0.8);
}

.wide-body.izkdic {
	background-color: rgba(76, 125, 76, 0.8);
}

.syoutaLetter {
	color: rgb(255, 153, 255);
}

.wide-head.syouta {
	background-color: rgba(255, 153, 255, 0.8);
}

.wide-body.syouta {
	background-color: rgba(128, 76, 128, 0.8);
}

.lyricsZundaTakoyaaki,
.editorLetter,
.editorLetterBack,
.editorTakoyaki,
.editorOnigiriRide,
.editorEdamameOne,
.editorEdamameSet {
	animation-fill-mode: both;
}

.titleTakoyakiBack,
.titleOnigiriRideBack {
	filter: brightness(0.8) grayscale(1);
}

.titleTakoyakiBack,
.titleTakoyaki {
	transform-origin: 65px 65px;
}

@keyframes titleLogoIn {
	0% {
		transform: translateX(810px);
		animation-timing-function: linear;
	}
	100% {
		transform: translateX(0);
	}
}

@keyframes titleTakoyakiMove1 {
	0% {
		transform: translateX(540px) rotateZ(682deg);
		animation-timing-function: linear;
	}
	100% {
		transform: translateX(270px) rotateZ(341deg);
	}
}

@keyframes titleTakoyakiMove2 {
	0% {
		transform: translateX(270px) rotateZ(341deg);
		animation-timing-function: linear;
	}
	100% {
		transform: translateX(0) rotateZ(0);
	}
}

@keyframes titleTakoyakiMove3 {
	0% {
		transform: translateX(0) rotateZ(0);
		animation-timing-function: linear;
	}
	100% {
		transform: translateX(-270px) rotateZ(-341deg);
	}
}

@keyframes titleTakoyakiMove4 {
	0% {
		transform: translateX(-270px) rotateZ(-341deg);
		animation-timing-function: linear;
	}
	100% {
		transform: translateX(-540px) rotateZ(-682deg);
	}
}

@keyframes titleOnigiriRideMove1 {
	0% {
		transform: translate(540px, 0);
		animation-timing-function: linear;
	}
	25% {
		transform: translate(472.5px, -30px);
		animation-timing-function: linear;
	}
	50% {
		transform: translate(405px, 0);
		animation-timing-function: linear;
	}
	75% {
		transform: translate(337.5px, -30px);
		animation-timing-function: linear;
	}
	100% {
		transform: translate(270px, 0);
	}
}

@keyframes titleOnigiriRideMove2 {
	0% {
		transform: translate(270px, 0);
		animation-timing-function: linear;
	}
	25% {
		transform: translate(202.5px, -30px);
		animation-timing-function: linear;
	}
	50% {
		transform: translate(135px, 0);
		animation-timing-function: linear;
	}
	75% {
		transform: translate(67.5px, -30px);
		animation-timing-function: linear;
	}
	100% {
		transform: translate(0, 0);
	}
}

@keyframes titleOnigiriRideMove3 {
	0% {
		transform: translate(0, 0);
		animation-timing-function: linear;
	}
	25% {
		transform: translate(-67.5px, -30px);
		animation-timing-function: linear;
	}
	50% {
		transform: translate(-135px, 0);
		animation-timing-function: linear;
	}
	75% {
		transform: translate(-202.5px, -30px);
		animation-timing-function: linear;
	}
	100% {
		transform: translate(-270px, 0);
	}
}

@keyframes titleOnigiriRideMove4 {
	0% {
		transform: translate(-270px, 0);
		animation-timing-function: linear;
	}
	25% {
		transform: translate(-337.5px, -30px);
		animation-timing-function: linear;
	}
	50% {
		transform: translate(-405px, 0);
		animation-timing-function: linear;
	}
	75% {
		transform: translate(-472.5px, -30px);
		animation-timing-function: linear;
	}
	100% {
		transform: translate(-540px, 0);
	}
}

.lyricsA {
	font-family: var(--font-a);
}

.lyricsB {
	font-family: var(--font-b);
}

.lyricsC {
	font-family: var(--font-c);
}

.lyricsD {
	font-family: var(--font-d);
}

.lyricsCenter {
	width: 900px;
	text-align: center;
}

.lyricsLeft {
	width: 700px;
	text-align: left;
}

.lyricsRight {
	width: 700px;
	text-align: right;
}

.lyricsVertical {
	writing-mode: vertical-rl;
}

@keyframes lyricsZundaTakoyaakiIn {
	0% {
		transform: scaleY(0);
		animation-timing-function: linear;
	}
	100% {
		transform: scaleY(1);
	}
}

@keyframes lyricsZundaTakoyaakiOut {
	0% {
		transform: scaleY(1);
		animation-timing-function: linear;
	}
	100% {
		transform: scaleY(0);
	}
}

.editorTakoyaki {
	transform-origin: 32.5px 32.5px;
}

.editorOnigiriRide {
	transform-origin: calc(32.5px + 10px) calc(32.5px + 66px);
}

.editorEdamameOne {
	transform-origin: calc(32.5px + 24px) calc(32.5px + 54px);
}

.editorEdamameSet {
	transform-origin: calc(32.5px + 2px) calc(32.5px + 84px);
}

@keyframes editorIllustIn {
	0% {
		transform: scale(0);
		animation-timing-function: linear;
	}
	100% {
		transform: scale(1);
	}
}

@keyframes editorIllustOut {
	0% {
		transform: scale(1);
		animation-timing-function: linear;
	}
	100% {
		transform: scale(0);
	}
}

@keyframes editorIllustLeftToRight {
	0% {
		transform: translateX(-50px);
		animation-timing-function: linear;
	}
	100% {
		transform: translateX(0);
	}
}

@keyframes editorIllustRightToLeft {
	0% {
		transform: translateX(50px);
		animation-timing-function: linear;
	}
	100% {
		transform: translateX(0);
	}
}

.editorLetterBack, .editorLetter {
	width: 215px;
}

.editorLetterBack {
	background-color: #333333;
	transform-origin: 100% 0;
}

@keyframes editorLetterBackIn {
	0% {
		transform: scaleX(0);
		animation-timing-function: linear;
	}
	100% {
		transform: scaleX(1);
	}
}

@keyframes editorLetterBackOut {
	0% {
		transform: scaleX(1);
		animation-timing-function: linear;
	}
	100% {
		transform: scaleX(0);
	}
}

.editorLetter {
	text-align: center;
}

@keyframes editorLetterIn {
	0% {
		opacity: 0;
		animation-timing-function: linear;
	}
	100% {
		opacity: 1;
	}
}

@keyframes editorLetterOut {
	0% {
		opacity: 1;
		animation-timing-function: linear;
	}
	100% {
		opacity: 0;
	}
}

#play-work {
	position: relative;
}

#canvas-frame {
	position: absolute;
	z-index: 1;
}

#ending {
	position: absolute;
	z-index: 0;
	background: linear-gradient(#000000, #222222);
	overflow: hidden;
}

#ed-right {
	font-family: var(--font-b);
	color: #ffffff;
	text-align: center;
}

#ed-first-message {
	font-size: 25px;
}

#ed-normal-scroll {
	font-size: 20px;
}

#ed-fast-scroll {
	font-size: 20px;
}

#ed-last-message {
	font-size: 40px;
}
