@charset 'utf-8';

html {
	overflow-y: scroll;
	overflow-x: hidden;
	font-size: 62.5%;
	max-width: 100vw;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th {
	text-align: left;
}

q:before,
q:after {
	content: '';
}

object,
embed {
	vertical-align: top;
}

hr,
legend {
	display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

img,
abbr,
acronym,
fieldset {
	border: 0;
}

ul,
ol {
	list-style-type: none;
}

ul,
li,
img {
	vertical-align: bottom;
}

hr {
	display: none;
}

/* default */
body {
	font-family: 'Noto Sans JP', sans-serif;
	color: #231815;
	font-size: 1.4rem;
	line-height: 1.8;
	max-height: 100%;
	-webkit-text-size-adjust: none;
	font-weight: 300;
	max-width: 100vw;
}

.En {
	font-family: 'Tajawal', sans-serif;
}

a.tohome {
	text-decoration: underline !important;
}

@media screen and (max-width: 767px) {
	body {
		min-width: inherit;
		font-size: 14px;
	}

	.pc {
		display: none;
	}
}

@media screen and (min-width: 768px) {
	.sp {
		display: none;
	}
}

input,
select,
textarea,
button {
	vertical-align: middle;
	font-size: 18px;
	padding: 8px 8px;
}

input[type=text] {
	border: none;
	background: #ffffff;
	padding: 5px 5px;
	border: solid 1px #cccbcb;
	border-radius: 4px;
}

select {
	background: #ffffff;
	padding: 5px 5px;
	border: solid 1px #cccbcb;
	font-weight: 400;
	font-size: 11px;
	border-radius: 4px;
}

textarea {
	border: none;
	background: #ffffff;
	padding: 5px 5px;
	border: solid 1px #cccbcb;
	border-radius: 4px;
}

/* link option */
a {
	cursor: pointer;
}

a:link {
	color: #0080cb;
	text-decoration: none;
	cursor: pointer;
}

a:visited {
	color: #0080cb;
	text-decoration: none;
}

a:hover {
	color: #0080cb;
	text-decoration: none;
}

a:active {
	color: #0080cb;
}

/*clearfix*/
.cf:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
	font-size: 0.1em;
	line-height: 0;
}

.cf {
	min-height: 1%;
}

* {
	box-sizing: border-box;
	word-break: break-all;
	word-wrap: break-word;
}

i {
	font-style: normal;
}

img {
	height: auto;
}

.Deco {
	text-decoration: underline !important;
}

.block {
	display: block;
}

.AnCr {
	text-align: center !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.AnLt {
	text-align: left !important;
}

.AnRt {
	text-align: right !important;
}

.big {
	font-size: 1.29em;
}

.bold {
	font-weight: 600;
}

.sml {
	font-size: 0.71em;
}

.red {
	color: #e40012;
}

.orange {
	color: #ff7800;
}

.white {
	color: #fff;
}

.blue {
	color: #4B72B6;
}

.Cyan {
	color: #4babb6;
}

/*IE11以下のフォント余白処理*/
@media all and (-ms-high-contrast:none) {

	_:lang(x)::-ms-backdrop,
	.selector {}
}

/*firefoxのみ適用*/
@-moz-document url-prefix() {}

/* safari */
_::-webkit-full-page-media,
_:future,
:root .selector {}

.mb0 {
	margin-bottom: 0 !important;
}

.mb5 {
	margin-bottom: 5px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb25 {
	margin-bottom: 25px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb35 {
	margin-bottom: 35px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mb45 {
	margin-bottom: 45px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.mt0 {
	margin-top: 0 !important;
}

.mt5 {
	margin-top: 5px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt25 {
	margin-top: 25px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt35 {
	margin-top: 35px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mt45 {
	margin-top: 45px !important;
}

.mt50 {
	margin-top: 50px !important;
}

.pb0 {
	padding-bottom: 0 !important;
}

/***************************************************************************

  共通パーツ

***************************************************************************/
/* レイアウト */
section {
	width: 100%;
}

section .wrap {
	width: 100%;
	max-width: 1010px;
	margin: 0 auto 0;
}

/* ローディング */
#loading-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fdeef3;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: all 0.5s;
	z-index: 9999;
}

.loader {
	width: 1em;
	height: 1em;
	border-radius: 50%;
	position: relative;
	text-indent: -9999em;
	-webkit-animation: load5 1.1s infinite ease;
	animation: load5 1.1s infinite ease;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}

#loading-wrapper p {
	position: absolute;
	font-size: 10px;
}

@-webkit-keyframes load5 {

	0%,
	100% {
		box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
	}

	12.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
	}

	25% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
	}

	37.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
	}

	50% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
	}

	62.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
	}

	75% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
	}

	87.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
	}
}

@keyframes load5 {

	0%,
	100% {
		box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
	}

	12.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
	}

	25% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
	}

	37.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
	}

	50% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
	}

	62.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
	}

	75% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
	}

	87.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
	}
}

.completed {
	opacity: 0;
	visibility: hidden;
}

/***************************************************************************

  ヘッダ

***************************************************************************/
#header {
	width: 100%;
	height: 125px;
	margin: 0 0 0;
	padding: 0 0 0 0;
	position: relative;
	z-index: 101;
	background: url(../images/gnav_bg.png) repeat-x center top;
	background-size: contain;
	position: fixed;
	top: 0;
}

#header .wrap {
	width: 90%;
	max-width: 1280px;
	height: 90px;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
}

#header h1 {
	width: 250px;
}

#header h1 img,
#header h1 a img {
	width: 100%;
}

#header .gnav {
	width: 70%;
	max-width: 700px;
	margin-left: 20px;
}

#header ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#header li {
	height: 30px;
	width: auto;
	border-right: solid 1px #d60066;
	padding: 2px 2.8% 0 0;
}

#header a {
	opacity: 1;
	transition: 0.3s;
}

#header a:hover {
	opacity: 0.6;
}

#header .gnav a:hover {
	opacity: 1;
}

#header .gnav a img {
	height: 30px;
	width: auto;
	transition: 0.3s;
}

#header .gnav a img:hover {
	animation: gnavmv 1s;
}

@keyframes gnavmv {
	0% {
		transform: scale(1, 0.9);
	}

	20% {
		transform: scale(0.9, 1.1);
	}

	100% {
		transform: scale(1, 1);
	}
}

.toDetBtn {
	margin: 0 auto 0;
	display: block;
	font-size: 1.1vw;
	padding: 0 0 4%;
	text-align: center;
	overflow: hidden;
}

.toDetBtn a {
	color: #fff;
	background: #d60066;
	display: inline-block;
	padding: 0.9em 5em 1em;
	margin: 0;
	border-radius: 5em;
	box-shadow: 0.5vw 0.5vw rgba(242, 170, 177, 1);
	transition: 0.3s;
}

.toDetBtn a:hover {
	box-shadow: none;
	position: relative;
	margin: 0.5vw 0 -0.5vw 0.5vw;
}

.toDetBtn a span {
	position: relative;
	padding-right: 1.4em;
	display: inline-block;
}

.toDetBtn a span:after {
	content: '▲';
	transform: rotate(90deg);
	font-size: 1vw;
	position: absolute;
	right: 0;
	top: 0.15em;
}

@media screen and (max-width: 1100px) {
	#header li {
		padding: 2px 2.4% 0 0;
	}

	#header .gnav a img {
		height: 2.6vw;
	}
}

@media screen and (max-width: 767px) {
	#header {
		background-position: bottom;
		height: 80px;
		background-size: 30vw;
	}

	#header .wrap {
		width: 100%;
		max-width: 100%;
		height: 60px;
		padding-left: 26px;
	}

	#header h1 {
		width: 180px;
		margin-top: 10px;
	}

	#header .gnav {
		display: none;
	}

	.toDetBtn {
		font-size: 4vw;
		font-weight: 600;
	}

	.toDetBtn a {
		padding: 1em 5em;
		box-shadow: 2vw 2vw 2vw rgba(242, 170, 177, .8);
	}

	.toDetBtn a span:after {
		font-size: 4vw;
		top: 0.06em;
	}
}

/***************************************************************************

  メニュー

***************************************************************************/
#navBox {
	visibility: hidden;
	display: none;
}

#menuBtn {
	display: none;
}

#menuBtn i {
	display: block;
	width: 32px;
	border-top: solid 2px #d60056;
	position: relative;
	transition: 0.3s;
	margin: 0 auto;
}

#menuBtn i:before {
	content: '';
	width: 32px;
	height: 2px;
	background: #d60056;
	position: absolute;
	left: 0;
	top: -12px;
	transition: 0.5s;
}

#menuBtn i:after {
	content: '';
	width: 32px;
	height: 2px;
	background: #d60056;
	position: absolute;
	left: 0;
	top: 8px;
	transition: 0.5s;
}

.open #menuBtn i {
	color: #c1ae7a;
	border-top: solid 2px transparent;
}

.open #menuBtn i:before {
	top: 0;
	background: #d60056;
	-webkit-transform: rotate(-42deg);
	-moz-transform: rotate(-42deg);
	-o-transform: rotate(-42deg);
	-ms-transform: rotate(-42deg);
	transform: rotate(-42deg);
}

.open #menuBtn i:after {
	top: 0px;
	background: #d60056;
	-webkit-transform: rotate(42deg);
	-moz-transform: rotate(42deg);
	-o-transform: rotate(42deg);
	-ms-transform: rotate(42deg);
	transform: rotate(42deg);
}

#navBox {
	width: 300px;
	min-height: auto;
	height: auto;
	position: fixed;
	color: #fff;
	right: -300px;
	top: 0;
	z-index: 1001;
	visibility: visible;
	display: block;
	/*background: rgba(255, 255, 255, 0.65);*/
	background: url(../images/gnav_bg_sp.png) no-repeat center bottom;
	background-size: cover;
	opacity: 1;
	padding: 0 0 0;
}

#navBox .wrap {
	max-width: 1000px;
	width: 100%;
	height: 100%;
	margin: 0 auto 0;
	padding: 64px 30px 50px 30px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.open #navBox {
	visibility: visible;
}

.menuBoxNav {
	width: 100%;
}

.menuBoxNav ul li {
	width: 100%;
	display: block;
	border-bottom: solid 1px #d60066;
	text-align: center;
	padding: 26px 0;
}

.menuBoxNav ul li a {
	display: block;
}

.menuBoxNav ul li:last-child {
	padding-bottom: 0;
	border: none;
}

.menuBoxNav ul li a img {
	height: 32px;
	width: auto;
}

@media screen and (max-width: 767px) {
	#menuBtn {
		display: block;
		right: 6vw;
		top: 12px;
		padding: 23px 0px;
		width: 32px;
		height: 16px;
		text-align: center;
		font-size: 11px;
		position: fixed;
		color: #ffffff;
		cursor: pointer;
		transition: 0.5s;
		z-index: 1002;
	}

	#navBox {
		padding: 0 0 0
	}
}

/***************************************************************************

  フッター   footer

***************************************************************************/
footer {
	width: 100%;
	padding: 3% 0 5%;
	background: #fceef4;
	clear: both;
	display: block;
}

footer .wrap {
	width: 100%;
	max-width: 85%;
	margin: 0 auto 0;
	text-align: center;
}

footer .footerNav {
	width: 70%;
	max-width: 700px;
}

footer ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

footer li {
	height: 30px;
	width: auto;
	border-right: solid 1px #d60066;
	padding: 2px 2.8% 0 0;
}

footer a {
	/*opacity: 1;
  transition: 0.3s;*/
}

footer li a img:hover {
	animation: gnavmv 1s;
}

footer li a img {
	height: 30px;
	width: auto;
}

.footerCopyRight {
	width: 100%;
	text-align: right;
	margin: 0.5% 0 0;
}

.footerCopyRight img {
	width: 100%;
	height: auto;
}

.footerCopyRight h2 {
	width: 25%;
	max-width: 400px;
	margin: 0 0 1% auto;
}

.footerCopyRight span {
	width: 25%;
	max-width: 400px;
	margin: 0 0 0 auto;
	text-align: left;
	display: block;
}

@media screen and (max-width: 1200px) {
	footer li {
		padding: 2px 2.4% 0 0;
	}

	footer li a img {
		height: 2.6vw;
	}
}

@media screen and (max-width: 767px) {
	footer {
		width: 100%;
		padding: 3% 0 5%;
		background: #fceef4;
		clear: both;
		display: block;
	}

	footer .wrap {
		width: 100%;
		max-width: 85%;
		margin: 0 auto 0;
		text-align: center;
	}

	footer .footerNav {
		display: none;
	}

	.footerCopyRight {
		margin: 0.5% 0 0;
	}

	.footerCopyRight h2 {
		width: 45%;
		max-width: initial;
		margin: 0 0 4% auto;
	}

	.footerCopyRight span {
		width: 100%;
		max-width: initial;
		text-align: right;
	}
}

/***************************************************************************

  その他

***************************************************************************/
.mv.active {
	transform: scale(1);
	opacity: 1;
}

.mv {
	transform: scale(0.85);
	opacity: 0;
	transition: 1s !important;
}

.mv_y {
	animation: move-y .8s infinite alternate ease-in-out;
}

@keyframes move-y {
	from {
		transform: translateY(0);
	}

	to {
		transform: translateY(10px);
	}
}

.mv_pyoko {
	animation: pyoko 1s;
}

@keyframes pyoko {
	0% {
		transform: scale(1, 1);
		transform: translate(0, 5%);
		opacity: 0;
	}

	20% {
		/*transform: scale(0.8, 1.1);*/
		transform: translate(0, -5%);

	}

	100% {
		transform: scale(1, 1);
		transform: translate(0, 0);
	}
}

.mv_delay02 {
	transition-delay: .2s !important;
}

.mv_delay04 {
	transition-delay: .4s !important;
}

.mv_delay05 {
	transition-delay: .5s !important;
}

.mv_delay06 {
	transition-delay: .6s !important;
}

.mv_delay08 {
	transition-delay: .8s !important;
}

.mv_delay10 {
	transition-delay: 1s !important;
}

.mv_delay12 {
	transition-delay: 1.2s !important;
}

.mv_delay14 {
	transition-delay: 1.4s !important;
}

.mv_delay15 {
	transition-delay: 1.5s !important;
}

.mv_delay16 {
	transition-delay: 1.6s !important;
}

.mv_delay18 {
	transition-delay: 1.8s !important;
}

.mv_delay20 {
	transition-delay: 2s !important;
}

.mv_delay50 {
	transition-delay: 5s !important;
}

.mv_up {
	transform: translate(0, 5%);
	-webkit-transform: translate(0, 5%);
	-ms-transform: translate(0, 5%);
}

.mv_down {
	transform: translate(0, -5%);
	-webkit-transform: translate(0, -5%);
	-ms-transform: translate(0, -5%);
}

.mv_up.active,
.mv_down.active {
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
}

.mv_op.active {
	transform: scale(1);
	opacity: 1;
}

.mv_op {
	transform: scale(1);
	opacity: 0;
	transition: 2s !important;
}

.mv_left {
	transform: scale(1);
	transform: translate(-5%, 0);
	-webkit-transform: translate(-5%, 0);
	-ms-transform: translate(-5%, 0);
}

.mv_right {
	transform: scale(1);
	transform: translate(5%, 0);
	-webkit-transform: translate(5%, 0);
	-ms-transform: translate(5%, 0);
}

.mv_left.active,
.mv_right.active {
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
}

.txtFade {
	clip-path: inset(0 100% 0 0);
	width: fit-content;
	margin: 0 auto;
}

.txtFade.is-loaded {
	/*transition: clip-path 1.0s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;*/
	transition: clip-path 2s;
	clip-path: inset(0 0 0 0);
}

.effectTxt span {
	display: inline !important;
	opacity: 0;
	-webkit-transition: .6s ease-in-out;
	transition: .6s ease-in-out;
}
