*,
*::before,
*::after {
	box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

li,
dd {
	list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
	display: block;
}

img {
	border: none;
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}

a {
	color: inherit;
	cursor: pointer;
	text-decoration: none;
}

/* KEYFRAMES */

.main-content {
	opacity: 0;
	transition: opacity 0.5s, visibility 0.5s;
	visibility: hidden;
}

.main-content.visible {
	opacity: 1;
	visibility: visible;
}

.load-container {
	align-items: center;
	display: flex;
	height: 100vh;
	justify-content: center;
	opacity: 1;
	position: fixed;
	visibility: visible;
	width: 100%;
	z-index: 1000;
}

.load-container.load-container.hidden {
	opacity: 0;
	visibility: hidden;
}

.line {
	animation: spin 1.5s infinite ease;
	background: #d8d7c3;
	height: 4px;
	margin-left: 10px;
	position: absolute;
	top: 50%;
	width: 60px;
}

.line:nth-of-type(2) {
	animation-delay: 0.1s;
}

.line:nth-of-type(3) {
	animation-delay: 0.2s;
}

.line:nth-of-type(4) {
	animation-delay: 0.3s;
}

/* Firefox 用のスクロールバー設定 */

html {
	scrollbar-color: #333 #31444d; /* サムの色とトラックの色 */
	scrollbar-width: thin; /* スクロールバーの幅を細く設定 */
}

/* Webkit（Chrome, Safari, Edgeなど）用のスクロールバー設定 */

::-webkit-scrollbar {
	height: 8px;
	width: 8px;
}

::-webkit-scrollbar-track {
	background-color: #31444d;
}

::-webkit-scrollbar-thumb {
	background-color: #d8d7c3;
	border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #555;
}

body {
	background-color: #31444d;
	color: #111;
	font-family: "Alegreya", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
}

body.no-scroll {
	overflow: hidden;
}

.top-btn {
	align-items: center; /* 縦方向の中央揃え */
	border: 2px solid #31444d;
	border-radius: 50%;
	bottom: 40px;
	color: #31444d;
	display: flex; /* 子要素をフレックスボックスの対象に */
	font-size: 14px;
	height: 40px;
	justify-content: center; /* 横方向の中央揃え */
	opacity: 0;
	pointer-events: none;
	position: fixed;
	right: 30px;
	text-align: center;
	transform: translateY(20px) scale(0.8); /* 初期は下に配置＋少し小さく */
	transition: all 0.5s;
	width: 40px;
	z-index: 1000;
}

.top-btn.visible { /* 表示状態のクラス */
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0) scale(1); /* 元の位置に移動＋拡大 */
}

.top-btn:hover {
	background: #31444d;
	color: #d8d7c3;
}

.button {
	align-items: center;
	display: flex;
	margin: 0 auto;
	padding: 6px 10px 6px 30px;
	white-space: nowrap;
	width: 160px;
}

.button.x-icon {
	border-radius: 10px;
	justify-content: center;
	padding: 0;
	width: -moz-fit-content;
	width: fit-content;
}

.button--bg {
	background-color: #d8d7c3;
}

.button__text {
	color: #31444d;
}

.button__text.sns {
	display: inline-block;
	margin-bottom: 8px;
	margin-top: 4px;
	width: -moz-fit-content;
	width: fit-content;
}

.button__text.contact {
	color: #31444d;
}

.button__icon {
	align-items: center;
	display: flex;
	width: 24px;
}

.button__icon.x-icon {
	width: 40px;
}

.button__icon-path {
	fill: #d8d7c3;
}

.button__icon-path--contact {
	fill: #31444d;
}

.button__text {
	color: #d8d7c3;
	font-size: 16px;
	letter-spacing: 0.08em;
	margin-left: 10px;
}

.header {
	background: #31444d;
}

.header__container {
	align-items: center;
	background-color: #31444d;
	display: flex;
	height: 80px;
	justify-content: space-between;
	left: 0;
	padding: 0 15px;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 999;
}

.header__logo {
	-webkit-text-decoration: underline 1px;
	align-items: center;
	border: 1px solid #d8d7c3;
	border-radius: 15px;
	color: #d8d7c3;
	display: inline-flex;
	font-size: 20px;
	gap: 8px;
	padding: 10px 16px 10px 10px;
	text-align: left;
	text-decoration: underline 1px;
	text-underline-offset: 5px;
	width: -moz-fit-content;
	width: fit-content;
}

.header__contents {
	background: #31444d;
	height: calc(100vh - 80px);
	left: 0;
	overflow: auto;
	padding-top: 40px;
	position: fixed;
	top: -100%;
	transition: top 0.5s;
	width: 100%;
	z-index: 998;
}

.header__contents.is-checked {
	top: 80px;
}

.header__icon-sp {
	display: inline-block;
	width: 35px;
}

.header__icon-pc {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	width: 120px;
}

.header__nav-item {
	text-align: center;
}

.header__nav-item + .header__nav-item {
	margin-top: 24px;
}

.p-drawer-open {
	align-items: center;
	background: transparent;
	display: inline-block;
	height: 16px;
	position: relative;
	width: 28px;
}

.p-drawer-open.is-checked .p-drawer-open__bar:nth-of-type(1) {
	background: #d8d7c3;
	top: 7px;
	transform: rotate(30deg);
}

.p-drawer-open.is-checked .p-drawer-open__bar:nth-of-type(2) {
	display: none;
}

.p-drawer-open.is-checked .p-drawer-open__bar:nth-of-type(3) {
	background: #d8d7c3;
	top: 7px;
	transform: rotate(-30deg);
}

.p-drawer-open__bar {
	background: #d8d7c3;
	border-radius: 30px;
	height: 2px;
	left: 0;
	position: absolute;
	transition: transform 0.3s linear, top 0.3s linear;
	width: 27px;
}

.p-drawer-open__bar:nth-child(1) {
	top: 0;
}

.p-drawer-open__bar:nth-child(2) {
	top: 7px;
}

.p-drawer-open__bar:nth-child(3) {
	top: 14px;
}

.fv {
	height: 100vh;
	padding-top: 80px;
	position: relative;
}

.fv__img {
	height: 100%;
	position: relative;
	width: 100%;
}

.fv__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.fv__img::after {
	background: rgba(0, 0, 0, 0.3);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.fv__contents {
	background: rgba(49, 68, 77, 0.6);
	border-radius: 40px;
	box-shadow: 0px 8px 16px rgba(255, 255, 255, 0.5);
	height: auto;
	left: 50%;
	opacity: 0; /* 最初は透明にする */
	padding: 8px 16px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: opacity 0.8s ease, transform 0.8s ease; /* 透明度と位置のトランジションを設定 */
	width: -moz-fit-content;
	width: fit-content;
	z-index: 2;
}

.fv__contents.visible {
	opacity: 1; /* 完全に表示 */
	transform: translate(-50%, -50%); /* 元の位置に戻る */
}

.fv__heading-main {
	color: #d8d7c3;
	display: block;
	font-family: "Meddon", cursive;
	font-size: 30px;
	letter-spacing: 0.1em;
	line-height: 1.7;
	white-space: nowrap;
}

.fv__heading-sub {
	color: #d8d7c3;
	display: block;
	font-size: 20px;
	margin-top: 12px;
	text-align: right;
	white-space: pre;
}

/* アニメーション適用時のスタイル調整 */

.fv__heading-main span,
.fv__heading-sub span {
	display: inline-block; /* 各文字を個別に動かす */
	overflow: visible; /* はみ出しても非表示にしない */
	position: relative; /* アニメーションがスムーズに動くように */
	white-space: pre; /* 空白を維持 */
	z-index: 1; /* 文字が重ならないように設定 */
}

/* 親要素に適切な幅と高さを設定して、子要素がはみ出さないようにする */

.fv__heading-main,
.fv__heading-sub {
	display: block;
	overflow: visible; /* 親要素で非表示にならないように */
	position: relative;
}

.scrollwrapper {
	height: 100vh;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: opacity 0.3s;
	width: 100%;
	z-index: 2;
}

.scrollwrapper .col {
	align-items: end;
	display: flex;
	height: 100%;
	justify-content: center;
	width: 100%;
}

.scrollwrapper.visible {
	opacity: 1;
}

.scroll-down-box {
	display: block;
	margin-bottom: 30px;
	position: relative;
	text-decoration: none;
}

.scroll-down-box .scroll-text {
	animation: rotation 10s infinite linear;
	height: auto;
	width: 100px;
}

.scroll-down-box .scroll-text path {
	fill: #d8d7c3;
}

.scroll-down-box .scroll-icon {
	height: auto;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.2s ease-in;
	width: 25px;
}

.scroll-down-box .scroll-icon path {
	fill: #d8d7c3;
}

.scroll-down-box:hover .scroll-icon {
	animation: move 1s infinite linear;
}

.scroll-down-box.alt .scroll-text {
	animation: none;
}

.scroll-down-box.alt:hover .scroll-text {
	animation: rotation 10s infinite linear;
}

.scroll-down-box.alt:hover .scroll-icon {
	animation: none;
	width: 35px;
}

.mv {
	height: 280px;
	margin-top: 80px;
	position: relative;
	width: 100%;
}

.mv-content {
	height: 280px;
	width: 100%;
}

.mv-img {
	height: 280px;
	width: 100%;
}

.mv-img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.mv-head {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.section {
	padding: 48px 0;
}

.section__inner {
	margin: 0 auto;
	max-width: 500px;
	padding: 0 32px;
}

.section__head {
	display: flex;
	flex-direction: column;
	margin-bottom: 32px;
}

.section__head-main {
	font-size: 40px;
	letter-spacing: 0.1em;
}

.section__head-sub {
	font-size: 11px;
	font-weight: 500;
}

.section__lead-text {
	font-size: 16px;
	line-height: 1.6;
}

.section__lead-text + .section__lead-text {
	margin-top: 8px;
}

.section__contents {
	margin-top: 40px;
}

.service {
	background: #94a4a5;
}

.service__item {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 2s ease, transform 2s ease;
}

.service__item.visible {
	opacity: 1;
	transform: translateY(0);
}

.service__item + .service__item {
	margin-top: 40px;
}

.service__item-img {
	margin-bottom: 14px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 50%;
}

.service__item-img path {
	fill: #31444d;
}

.service__item-name {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}

.service__item-text {
	font-size: 14px;
	line-height: 1.6;
}

.works {
	background-color: #616b6c;
}

.works__item {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 2s ease, transform 2s ease;
}

.works__item.visible {
	opacity: 1;
	transform: translateY(0);
}

.works__item + .works__item {
	margin-top: 40px;
}

.works__item-img {
	display: block;
	margin-bottom: 12px;
	position: relative;
}

.works__item-img img {
	box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.works__item-img:hover .works__item-overlay {
	opacity: 1;
}

.works__item-overlay {
	background: rgba(0, 0, 0, 0.5);
	height: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: opacity 0.3s;
	width: 100%;
}

.works__item-text {
	color: #d8d7c3;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.works__item-name {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 6px;
}

.about {
	background: #616b6c;
}

.about__img {
	margin-bottom: 32px;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 2s ease, transform 2s ease;
}

.about__img.visible {
	opacity: 1;
	transform: translateY(0);
}

.about__img img {
	box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.3);
}

.about__img-d {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 250px;
}

.about__text {
	font-size: 16px;
	line-height: 1.6;
}

.about__text + .about__text {
	margin-top: 1em;
}

.skill {
	background: #94a4a5;
}

.skill__box {
	margin-top: 60px;
}

.skill__nav {
	display: grid;
	gap: 60px 40px;
	grid-template-columns: repeat(2, 1fr);
}

.skill__item {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 2s ease, transform 2s ease;
	width: 80%;
}

.skill__item.visible {
	opacity: 1;
	transform: translateY(0);
}

.skill__item-head {
	font-size: 20px;
	margin-top: 16px;
}

.skill__item-text {
	margin-top: 8px;
}

.flow {
	background-color: #616b6c;
}

.flow .flow__list {
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin-top: 64px;
}

.flow .flow__item {
	border: 2px solid #111;
	opacity: 0;
	padding: 46px 16px 24px;
	position: relative;
	transform: translateY(20px);
	transition: opacity 2s ease, transform 2s ease;
}

.flow .flow__item.visible {
	opacity: 1;
	transform: translateY(0);
}

.flow .flow__item + .flow__item {
	margin-top: 46px;
}

.flow .flow__item-num {
	align-items: center;
	background-color: #111;
	color: #d8d7c3;
	display: flex;
	font-size: 24px;
	height: 48px;
	justify-content: center;
	left: 50%;
	position: absolute;
	top: -24px;
	transform: translateX(-50%);
	width: 48px;
}

.flow .flow__item-img {
	margin-bottom: 24px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 50%;
}

.flow .flow__item-name {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}

.flow .flow__item-text {
	font-size: 14px;
	line-height: 1.6;
}

.message {
	background: #94a4a5;
}

.message .message__img {
	align-self: end;
	margin-bottom: 32px;
	margin-bottom: 32px;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 2s ease, transform 2s ease;
}

.message .message__img.visible {
	opacity: 1;
	transform: translateY(0);
}

.message .message__img img {
	box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.message .message__text {
	font-size: 16px;
	line-height: 1.6;
}

.section.contact {
	background: #616b6c;
}

.section__inner {
	opacity: 0;
	transition: opacity 2s ease, transform 2s ease;
}

.section__inner.visible {
	opacity: 1;
	transform: translateY(0);
}

.section__inner.form-inner {
	max-width: 650px;
}

.p-form {
	background: #94a4a5;
	margin-top: 40px;
	padding: 20px 40px;
	width: 100%;
}

.form__box + .form__box {
	margin-top: 24px;
}

.form__head {
	align-items: center;
	display: flex;
	gap: 16px;
	margin-bottom: 8px;
}

.form__head-tag {
	background: #e85555;
	border-radius: 30px;
	font-size: 11px;
	padding: 1px 8px;
}

.input,
.textarea {
	padding: 6px 12px;
	width: 100%;
}

.form-checkbox-boxs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 24px;
}

.checkbox__text {
	margin-left: 8px;
}

.textarea {
	height: 120px;
}

.form__submit {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	width: 100px;
}

.error-message {
	color: #e85555;
	font-size: 12px;
	margin-top: 6px;
}

.error-message.submit {
	text-align: center;
}

.main__thanks-box {
	height: 100%;
	padding: 100px 20px 50px 20px;
	width: 100%;
}

.thanks-main {
	background: #31444d;
	color: #d8d7c3;
	padding: 100px 24px 100px 24px;
	width: 100%;
}

.thanks-main h1,
.thanks-main h2 {
	margin-bottom: 20px;
}

.thanks-main h1 {
	font-size: 24px;
}

.thanks-main h2 {
	font-size: 20px;
	margin-top: 30px;
}

.thanks-main p {
	margin-left: 20px;
	margin-top: 20px;
}

.thanks-main__message {
	margin-bottom: 60px;
}

.thanks__top-btn {
	background: #d8d7c3;
	border-radius: 30px;
	color: #31444d;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	padding: 8px 16px;
	transition: all 0.3s;
	width: -moz-fit-content;
	width: fit-content;
}

.thanks__top-btn:hover {
	background: #31444d;
	color: #d8d7c3;
	outline: 1px solid #d8d7c3;
}

.page-bottom {
	color: #d8d7c3;
}

.page-bottom__item {
	padding: 40px;
}

.page-bottom__item--contact {
	background-color: #597c8b;
}

.page-bottom__item--twitter {
	background-color: #616b6c;
}

.footer {
	align-items: center;
	background: #31444d;
	display: flex;
	justify-content: center;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: center;
	width: 100%;
}

.footer__copy {
	color: #d8d7c3;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 11px;
	width: 100%;
}

@media (min-width: 500px) {

.header__logo {
	font-size: 25px;
}

.header__icon-sp {
	width: 40px;
}

}

@media screen and (min-width: 768px) {

.hidden-tab {
	display: none;
}

.fv__heading-main {
	font-size: 50px;
}

.mv {
	height: 380px;
}

.mv-content {
	height: 380px;
}

.mv-img {
	height: 380px;
}

.skill__item-head {
	font-size: 20px;
}

}

@media screen and (min-width: 1000px) {

.hidden-pc {
	display: none;
}

.top-btn {
	font-size: 16px;
	height: 50px;
	right: 50px;
	width: 50px;
}

.wrapper {
	align-items: stretch;
	display: flex;
}

.main {
	flex: 1;
	margin-left: 250px;
}

.button {
	transition: background 0.3s, color 0.3s, opacity 0.3s;
}

.button:hover {
	background-color: #d8d7c3;
}

.button:hover .button__icon-path {
	fill: #31444d;
}

.button:hover .button__text {
	color: #31444d;
}

.button--bg {
	color: #31444d;
}

.button--bg:hover {
	opacity: 0.7;
}

.header {
	height: 100%;
	position: fixed;
	width: 250px;
	z-index: 999;
}

.header__container {
	align-items: center;
	height: auto;
	justify-content: center;
	margin: 0 auto;
	padding-top: 20px;
	position: static;
}

.header__logo {
	font-size: 30px;
	line-height: 1.2;
	padding: 8px 24px;
	width: 200px;
}

.header__contents {
	height: 80vh;
	margin-top: 1px;
	position: static;
}

.header__icon-sp {
	display: none;
}

.p-drawer-open {
	display: none;
}

.fv {
	padding-top: 0;
}

.fv__contents {
	padding: 30px 50px;
}

.fv__heading-sub {
	font-size: 30px;
}

.mv {
	height: 200px;
	margin-top: 0;
}

.mv-content {
	height: 200px;
}

.mv-img {
	height: 200px;
}

.mv-head .fv__contents {
	height: 150px;
	padding: 10px 20px;
	width: 500px;
}

.mv-head .fv__heading-main {
	font-size: 40px;
}

.mv-head .fv__heading-sub {
	font-size: 28px;
}

.section__inner {
	max-width: 1064px;
}

.section__head {
	margin-bottom: 24px;
}

.section__head-main {
	font-size: 60px;
	white-space: nowrap;
}

.section__head-sub {
	font-size: 14px;
}

.section__lead-text {
	font-size: 18px;
}

.section__contents {
	margin-top: 80px;
}

.service__list {
	display: grid;
	gap: 8%;
	grid-template-columns: repeat(3, 1fr);
}

.service__item + .service__item {
	margin-top: 0;
}

.works__list {
	display: grid;
	gap: 8%;
	grid-template-columns: repeat(3, 1fr);
	margin-bottom: 40px;
}

.works__item + .works__item {
	margin-top: 0;
}

.about__container {
	display: flex;
	flex-direction: row-reverse;
	gap: 40px;
	justify-content: space-between;
}

.about__img {
	align-self: end;
	max-width: 400px;
}

.skill__nav {
	grid-template-columns: repeat(3, 1fr);
	padding: 0 40px;
}

.skill__item-head {
	font-size: 26px;
}

.flow .flow__list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.flow .flow__item + .flow__item {
	margin-top: 0;
}

.message .message__container {
	display: flex;
	flex-direction: row-reverse;
	gap: 40px;
}

.section__inner.form-inner {
	max-width: 1064px;
}

.form__head-text {
	font-size: 18px;
}

.form__head-tag {
	font-size: 14px;
	padding: 2px 10px;
}

.textarea {
	height: 200px;
}

.error-message {
	font-size: 18px;
	margin-top: 8px;
}

.main__thanks-box {
	padding: 50px;
}

.thanks-main h1 {
	margin-bottom: 60px;
}

.thanks-main__content {
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
}

.page-bottom {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.page-bottom__item {
	padding: 54px 10px;
}

}

@media screen and (min-width: 1200px) {

.p-form {
	padding: 40px;
}

.form__box + .form__box {
	margin-top: 60px;
}

.form {
	align-items: flex-start;
	display: flex;
	gap: 16px;
	justify-content: space-between;
}

.form__head-text {
	font-size: 20px;
}

.form__body {
	width: 500px;
}

.input,
.textarea {
	padding: 12px 24px;
}

input[placeholder],
textarea[placeholder] {
	font-size: 20px;
}

.checkbox__text {
	font-size: 20px;
}

.form__submit {
	font-size: 20px;
	margin-top: 60px;
	width: 200px;
}

}

@media (min-width: 1300px) {

.flow .flow__list {
	gap: 16px;
	grid-template-columns: repeat(4, 1fr);
}

.flow .flow__item-img {
	width: 80%;
}

}

@media screen and (max-width: 767px) {

.hidden-sp {
	display: none;
}

}

@media screen and (max-width: 400px) {

.header__logo {
	font-size: 15px;
	padding: 8px 12px 8px 8px;
}

.header__icon-sp {
	width: 25px;
}

.fv__heading-main {
	font-size: 23px;
}

.fv__heading-sub {
	font-size: 14px;
}

.skill__nav {
	gap: 40px 20px;
}

}

@keyframes spin {

from {
	transform: rotate(0);
}

to {
	transform: rotate(359deg);
}

}

@keyframes spin3D {

from {
	transform: rotate3d(0.5, 0.5, 0.5, 360deg);
}

to {
	transform: rotate3d(0deg);
}

}

@keyframes configure-clockwise {

0% {
	transform: rotate(0);
}

25% {
	transform: rotate(90deg);
}

50% {
	transform: rotate(180deg);
}

75% {
	transform: rotate(270deg);
}

100% {
	transform: rotate(360deg);
}

}

@keyframes configure-xclockwise {

0% {
	transform: rotate(45deg);
}

25% {
	transform: rotate(-45deg);
}

50% {
	transform: rotate(-135deg);
}

75% {
	transform: rotate(-225deg);
}

100% {
	transform: rotate(-315deg);
}

}

@keyframes pulse {

from {
	opacity: 1;
	transform: scale(1);
}

to {
	opacity: 0.25;
	transform: scale(0.75);
}

}

@keyframes fadeUp {

0% {
	opacity: 0;
	transform: scale(0.9); /* 最初は少し縮んでいる */
}

100% {
	opacity: 1;
	transform: scale(1); /* 元のサイズに */
}

}

@keyframes rotation {

from {
	transform: rotate(0deg);
}

to {
	transform: rotate(359deg);
}

}

@keyframes move {

0% {
	transform: translate(-50%, -50%);
}

25% {
	transform: translate(-50%, -35%);
}

50% {
	transform: translate(-50%, -50%);
}

75% {
	transform: translate(-50%, -65%);
}

100% {
	transform: translate(-50%, -50%);
}

}

