@charset "utf-8";

:root {
	/* base */
	--cts-gutter: clamp(30px, -0.212rem + 5.91vw, 65px);/*375-768*/
	--cts-width: 1430px;

	/* font */
	--dp-font-jp: "Noto Sans JP", sans-serif;
	/* Noto Sans JP
	Noto Sans JP Thin 100
	Noto Sans JP Light 300
	Noto Sans JP Regular 400
	Noto Sans JP Medium 500
	Noto Sans JP Bold 600
	*/

	--dp-h1-size: clamp(24px,calc(1.159rem + 1.45vw),36px);
	--dp-h2-size: clamp(20px,calc(1.023rem + .97vw),28px);
	--dp-h3-size: clamp(18px,calc(.955rem + .73vw),24px);
	--dp-h4-size: clamp(16px,calc(.886rem + .48vw),20px);
	--dp-p-l-size: clamp(14px, 0.806rem + 0.3vw, 16px);/* 本文 Large */
	--dp-p-note-size: clamp(10px,calc(.597rem + .12vw),11px);/* 本文 Notes */
	--dp-price-s-size: clamp(16px,calc(.886rem + .48vw),20px);/* 価格 Small */
	--dp-price-tax-s-size: clamp(12px,calc(.693rem + .24vw),14px);/* 円・税 Small */

	--cts-font-size: clamp(12px, 0.636rem + 0.48vw, 16px);
	--cts-font-ls: .025em;/*letter-spacing*/

	/* color */
	--dp-color: #FFFFFF;
	--dp-color2: #F3F3F3;
	--dp-color3: #DCDCDC;
	--dp-color4: #B9B9B9;
	--dp-color5: #707070;
	--dp-color6: #4D4D4D;
	--dp-color7: #333333;
	--dp-color8: #101D23;
	--dp-color9: #EC8101;
	--dp-color10: #EE6C0F;
	--dp-color11: #29C6D6;
	--dp-color12: #0091E2;
	--dp-color13: #007DD1;
}


/* LP共通汎用
____________________*/
#container a, #container a span {
    color: inherit;
    text-decoration: none;
}
figure {
	margin: 0;
	text-align: center;
}
img {
	image-rendering: -webkit-optimize-contrast;
	vertical-align: bottom;
}
.c-breadcrumb--gray {
	display: flex;
	align-items: center;
}
.bnr_link_win11_wrap {
    margin: 0 auto;
}
.bnr_link_win11 img {
    transition: opacity 0.3s;
    width: 300px;
}
.bnr_link_win11 img:hover {
	opacity: 0.75;
}
@media screen and (min-width: 768px), print and (min-width: 768px) {
	.c-breadcrumb__list.u-pc-width,
	.bnr_link_win11_wrap.u-pc-width {
		padding-inline: 30px;
	}
	.bnr_link_win11_wrap.u-pc-width {
		width: auto;
	}
}
@media screen and (max-width: 1000px) {
	.c-breadcrumb--gray {
		display: inherit;
	}
	.bnr_link_win11_wrap {
		width: 100%;
		margin: 10px auto 0;
		padding-block-end: 10px;
	}
	.bnr_link_win11 {
		width: 100%;
		margin-top: 0;
		text-align: center;
	}
}
.contents__wrap {
	width: 100%;
	margin-inline: auto;
	font-size: var(--cts-font-size);
	font-family: var(--dp-font-jp);
	color: var(--dp-color7);
	overflow: hidden;
}
.contents__wrap img {
	max-width: 100%;
}
.sp {
	display: none;
}
.flash:hover {
	animation-name: hover-flash;
	animation-duration: 1s;
	opacity: .85;
}
@keyframes hover-flash {
	0% {
		opacity: .3;
	}
	100% {
		opacity: .85;
	}
}
.contents__inner {
	max-width: var(--cts-width);
	margin-inline: auto;
	padding-inline: var(--cts-gutter);
	box-sizing: border-box;
}
.contents__wrap .link__inner {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-block: clamp(5px,0.236rem + 1.38vw,12px);
	padding-inline: clamp(25px,0.737rem + 2vw,40px);
	background: var(--dp-color10);
	font-size: clamp(14px, 0.545rem + 1.61vw, 18px);
	font-weight: 700;
	text-align: center;
	color: var(--dp-color);
	text-decoration: none;
	letter-spacing: var(--cts-font-ls);
	box-sizing: border-box;
	overflow: hidden;
	z-index: 1;
	border-radius: 4px;
	width: 100%;
	min-height: 62px;
}
.contents__wrap .link__inner.link--over {
	color:#fff;
}
.link__inner::before {
	position: absolute;
	content: "";
	width: 150%;
	height: 100%;
	top: 0;
	left: -168%;
	background: var(--dp-color);
	transform: skewX(-18deg);
	opacity: .3;
	z-index: -1;
}
.link__inner .dli-arrow-down {
	display: inline-block;
	vertical-align: middle;
	color: var(--dp-color);
	line-height: 1;
	position: absolute;
	right: 25px;
	background: currentColor;
	transform: rotate(-90deg);
}
.link__inner .dli-arrow-right {
	display: inline-block;
	vertical-align: middle;
	color: var(--dp-color);
	line-height: 1;
	position: absolute;
	right: 25px;
	width: 2px;
	height: 16px;
	background: currentColor;
	transform: rotate(-90deg);
}
.link__inner .dli-arrow-down::before {
	content: '';
	width: 10px;
    height: 10px;
    border: 2px solid currentColor;
	border-top: 0;
	border-right: 0;
	transform: rotate(-45deg);
	transform-origin: bottom left;
	position: absolute;
	left: 50%;
	bottom: -2px;
	box-sizing: border-box;
}
.link__inner .dli-arrow-right::before {
	content: '';
	width: 12px;
    height: 12px;
    border: 2px solid currentColor;
	border-top: 0;
	border-right: 0;
	transform: rotate(-45deg);
	transform-origin: bottom left;
	position: absolute;
	left: 50%;
	bottom: -2px;
	box-sizing: border-box;
}
.link__inner.link--over .dli-arrow-down,
.link__inner.link--over .dli-arrow-right {
	color: #fff;
}
.link--over::before {
	animation: link-over ease-out .4s both;
}
.link--out::before {
	animation: link-out ease-in .4s both;
}
@keyframes link-over {
	0% {
		left: -168%;
	}
	100% {
		left: -18%;
	}
}
@keyframes link-out {
	0% {
		left: -18%;
	}
	100% {
		left: 168%;
	}
}
/* コンテンツ
____________________*/
.contents__wrap {
	padding-block-end: 100px;
}
.contents__ttl {
	text-align: center;
}
.contents__ttl img {
	width: 100%;
	max-width: 650px;
	height: auto;
}
.h2--ttl--block {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: nowrap;
	position: relative;
}
.h2--ttl--block .h2--subttl {
	color: var(--dp-color7);
	font-size: clamp(18px, 0.025rem + 4.61vw, 22px);
	font-weight: 700;
	position: relative;
	margin: 25px 0 0;
}
.h2--ttl--block .h2--subttl::before {
	content: "“";
	margin-right: 15px;
}

.h2--ttl--block .h2--subttl::after {
	content: "”";
	margin-left: 15px;
}
.kv--wrap {
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
	gap: 8vw;
    box-sizing: border-box;
	position: relative;
}
.inner__left {
	width: 100%;
	max-width: 790px;
	padding-block-start: 50px;
}
.inner__right {
	width: 100%;
    max-width: 833px;
	position: relative;
	display: flex;
	align-items: flex-start;
}
.inner__right .kv--image {
	width: 43.4vw;
	display: block;
	position: sticky;
	padding: 80px 0 120px;
}
/* mv
____________________*/
.kv--wrap .contents--mv {
	width: 100%;
	padding: 0 0 0 2.5vw;	
	box-sizing: border-box;
}
/* about
____________________*/
.contents--about {
	width: 100%;
	margin-block-start: 16vw;
	padding-block-end: 220px;
	box-sizing: border-box;
}
.about {
	width: 43vw;
	padding: 0 0 0 18.7vw;
	box-sizing: border-box;
}
.about .h2--ttl--block {
	align-items: flex-start;
	margin: 0 0 50px;
}
.about .h2--ttl--block::after {
	content: "";
	width: 60px;
	height: 1px;
	display: block;
	background: var(--dp-color5);
	position: absolute;
	left: 0;
	bottom: -20px;
}
.about .h2--ttl--block .h2--ttl {
	width: 208px;
} 
.about_txt {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.7;
	margin: 20px 0 0;
}
/* lineup
____________________*/
.contents--lineup {
	background: rgb(16,29,35);
	background: linear-gradient(0deg, rgba(16,29,35,1) 0%, rgba(16,29,58,1) 100%);
	position: relative;
	z-index: 1;
	width: 100%;
	padding-block-start: 120px;
	padding-block-end: 120px;
}
.contents--lineup::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: url(../../create/img/MediBangPaint/bg.webp) repeat-y center top /100%;
	mix-blend-mode: overlay;
}
.lineup {
	position: relative;
	z-index: 2;
}
.lineup .h2--ttl--block .h2--ttl {
	width: 245px;
}
.lineup .h2--ttl--block .h2--subttl {
	color: var(--dp-color);
}
.lineup--list {
	width: 100%;
	max-width: 800px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 60px;
	margin: 45px auto 0;
}
.lineup--list .lineup--list_item {
	width: 100%;
	padding: 0;
	box-sizing: border-box;
	text-align: center;
}
.lineup--list .link__inner {
	margin: 0 auto;
}
.model_image_wrap {
	max-width: 360px;
	width: 100%;
	margin: 0 auto;
	background: url(../../create/img/MediBangPaint/bg_model.webp) no-repeat center center /contain;
}
.model_image_wrap img {
	width: 320px;
	height: auto;
}
.model__catch {
	color: var(--dp-color11);
	font-size: clamp(13px, 0.245rem + 1.61vw, 18px);
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	width: 100%;
	margin: 10px 0 0;
}
.model__name {
	width: 100%;
	color: var(--dp-color2);
	font-size: clamp(18px, 0.545rem + 1.61vw, 28px);
	letter-spacing: 0.5px;
	line-height: 1.4;
	margin: 10px 0 0;
}
.model__spec-list {
	color: var(--dp-color4);
	font-size: clamp(12px, 0.245rem + 1.61vw, 15px);
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0.8px;
	padding: 19px 29px;
	margin: 20px 0 0;
	border: 1px solid var(--dp-color5);
	border-radius: 10px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.model__spec-list .model__spec-item {
	width: calc((100% - 10px) / 2);
	text-align: left;
	display: flex;
	flex-direction: row;
	gap: 10px;
}
.model__spec-list .model__spec-item:nth-child(1) {
	order: 1;
}
.model__spec-list .model__spec-item:nth-child(2) {
	order: 3;
}
.model__spec-list .model__spec-item:nth-child(3) {
	order: 5;
}
.model__spec-list .model__spec-item:nth-child(4) {
	order: 2;
}
.model__spec-list .model__spec-item:nth-child(5) {
	order: 4;
}
.model__spec-list .model__spec-item .spec__name {
	width: 7em;
}
.model__spec-list .model__spec-item .spec__data {
	display: inline-block;
}
.spec_note {
	color: var(--dp-color4);
	font-size: clamp(12px, 0.245rem + 1.61vw, 15px);
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0.8px;
	text-align: center;
	margin: 5px 0 0;
}
.model__price_block {
	width: 100%;
	margin: 10px 0 0;
	display: flex;
	flex-direction: column;
	align-items: left;
}
.model__price {
	color: var(--dp-color2);
	font-size: 23px;
	font-weight: 900;
	letter-spacing: 1px;
	margin: 0 0 20px;
}
.model__price .model__tax {
	font-size: 18px;
}
.model__price_block .link__inner {
	font-size: clamp(14px, 0.245rem + 1.61vw, 17px);
	border-radius: 30px;
	min-height: 60px;
}
/* features
____________________*/
.contents--features {
	background: var(--dp-color2);
	position: relative;
	z-index: 1;
	width: 100%;
	padding-block-start: 120px;
	padding-block-end: 120px;
}
.contents--features::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: url(../../create/img/MediBangPaint/bg.webp) repeat-y center top /100%;
	mix-blend-mode: overlay;
}
.features {
	position: relative;
	z-index: 2;
}
.features .h2--ttl--block .h2--ttl {
	width: 252px;
}
.feature_wrap {
	width: 100%;
	max-width: 1200px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 84px;
	margin-top: 45px;
	margin-left: auto;
	margin-right: auto;
}
.feature_wrap + .feature_wrap {
	margin-top: 50px;
}
.feature_wrap_txt_block {
	width: 100%;
	max-width: 575px;
}
.feature_wrap_ttl {
	font-size: clamp(19px, 0.545rem + 1.61vw, 25px);
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	padding: 0 0 0 25px;
}
.feature_wrap_ttl::before {
	content: "";
	width: 3px;
	height: 100%;
	background: var(--dp-color9);
	position: absolute;
	left: 0;
	top: 0;
}
.feature_wrap_txt {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.8;
	margin: 15px 0 0;
}
.feature_img_wrap {
	width: 100%;
	max-width: 510px;
	background: url(../../);
}
/* makers-voice
____________________*/
.contents--makers-voice {
	background: rgb(16,29,35);
	background: linear-gradient(0deg, rgba(16,29,35,1) 0%, rgba(16,29,58,1) 100%);
	position: relative;
	z-index: 1;
	width: 100%;
	padding-block-start: 120px;
	padding-block-end: 120px;
}
.contents--makers-voice::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: url(../../create/img/MediBangPaint/bg.webp) repeat-y center top /100%;
	mix-blend-mode: overlay;
}
.makers-voice {
	position: relative;
	z-index: 2;
}
.makers-voice .h2--ttl--block .h2--ttl {
	width: 415px;
}
.makers-voice .h2--ttl--block .h2--subttl {
	color: var(--dp-color);
}
.marker_wrap {
	color: var(--dp-color3);
	width: 100%;
	max-width: 824px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 50px;
	margin: 50px auto 0;
}
.maker_photo {
	width: 100%;
	max-width: 290px;
	flex: none;
}
.maker_photo figcaption {
	color: var(--dp-color4);
	font-size: clamp(18px, 0.545rem + 1.61vw, 24px);
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	letter-spacing: 1px;
}
.maker_photo figcaption .company {
	font-size: clamp(13px, 0.545rem + 1.61vw, 15px);
}
.maker_photo figcaption .post {
	font-size: clamp(15px, 0.545rem + 1.61vw, 18px);
	margin-left: 0.5em;
}
.maker_block_txt {
	font-size: clamp(15px, 0.545rem + 1.61vw, 16px);
	line-height: 1.9;
	letter-spacing: 1.5px;
}
/* introduce
____________________*/
.contents--introduce {
	background: var(--dp-color2);
	position: relative;
	z-index: 1;
	width: 100%;
	padding-block-start: 120px;
	padding-block-end: 120px;
}
.contents--introduce::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: url(../../create/img/MediBangPaint/bg.webp) repeat-y center top /100%;
	mix-blend-mode: overlay;
}
.introduce {
	position: relative;
	z-index: 2;
}
.introduce .h2--ttl--block .h2--ttl {
	width: 282px;
}
.introduce_wrap {
	display: flex;
	justify-content: center;
	align-items: stretch;
	gap: 50px;
	margin: 50px auto 0;
}
.introduce_inner {
	text-align: center;
	width: 100%;
	background: var(--dp-color);
	border-radius: 10px;
	padding: 40px 32px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.introduce_logo {
	width: 100%;
	max-width: 356px;
	display: flex;
	align-items: center;
}
.introduce_txt {
	font-size: clamp(14px, 0.545rem + 1.61vw, 15px);
	line-height: 1.6;
	letter-spacing: 0.5px;
	margin: 20px 0 0;
}
.introduce_link_wrap {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 50px 0 0;
}
.introduce_link_wrap .link__inner {
	font-size: clamp(14px, 0.545rem + 1.61vw, 17px);
	font-weight: 400;
	width: 100%;
	max-width: 406px;
	border-radius: 9999px;
}
/* top-anchor
____________________*/
.contents--top-anchor {
	position: fixed;
	padding: 0;
	/*bottom: clamp(70px, 3.617rem + 3.24vw, 120px);*//* 375-1920 */
	/*right: clamp(40px, 1.59rem + 3.88vw, 100px);*//* 375-1920 */
	bottom: max(2.5vw,30px);
	right: max(2.5vw,30px);
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
	transition: all .3s;
}
.contents--top-anchor.is-active-anc {
	opacity: 1;
	visibility: visible;
}
.top-anchor {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: clamp(60px, 1.978rem + 3.56vw, 100px);/* 375-1920 */
	height: clamp(60px, 1.978rem + 3.56vw, 100px);/* 375-1920 */
	top: 0;
	background: var(--dp-color);
	border-radius: 50%;
	box-shadow: 0px 0px 15px var(--dp-color13);
	transition: all .3s;
}
.top-anchor:hover {
	top: -5px;
	opacity: .8;
}
.dli-chevron-up {
	display: inline-block;
	vertical-align: middle;
	color: var(--dp-color12);
	line-height: 1;
	width: 1em;
	height: 1em;
	border: 0.2em solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateY(25%) rotate(-45deg);
}

@media (max-width: 768px) {/*375-768*/
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
/* コンテンツ
____________________*/
.contents__wrap {
	padding-block-end: 100px;
}
.kv--wrap {
	flex-direction: column;
	padding-block-start: 0;
	padding-block-end: 0;
}
.inner__left {
	padding-block-start: 0;
}
.h2--ttl--block .h2--subttl {
	margin: 15px 0 0;
}
.h2--ttl--block .h2--subttl::before {
	margin-right: 10px;
}
.h2--ttl--block .h2--subttl::after {
	margin-left: 10px;
}
/* mv
____________________*/
.kv--wrap .contents--mv {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0;
}
/* about
____________________*/
.contents--about {
	margin-block-start: 0;
	padding-block-start: 50px;
	padding-block-end: 50px;
}
.about {
	width: 100%;
	padding: 0 var(--cts-gutter);
}
.about .h2--ttl--block {
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    position: relative;
}
.about .h2--ttl--block .h2--ttl {
	width: 142px;
}
/* lineup
____________________*/
.contents--lineup {
	padding-block-start: 50px;
	padding-block-end: 50px;	
}
.lineup .h2--ttl--block .h2--ttl {
	width: 160px;
}
.model_image_wrap {
	max-width: 275px;
}
.model_image_wrap img {
	max-width: 236px;
}
.model__spec-list {
	flex-direction: column;
	gap: 5px;
	padding: 14px 20px;
}
.model__spec-list .model__spec-item {
	width: 100%;
}
.model__spec-list .model__spec-item:nth-child(1) {
	order: 1;
}
.model__spec-list .model__spec-item:nth-child(2) {
	order: 2;
}
.model__spec-list .model__spec-item:nth-child(3) {
	order: 3;
}
.model__spec-list .model__spec-item:nth-child(4) {
	order: 4;
}
.model__spec-list .model__spec-item:nth-child(5) {
	order: 5;
}
.model__spec-list .model__spec-item .spec__name {
	width: 7em;
}
.model__spec-list .model__spec-item .spec__data {
	display: inline-block;
}
.model__price_block .link__inner {
	min-height: 50px;
}
/* features
____________________*/
.contents--features {
	padding-block-start: 50px;
	padding-block-end: 50px;	
}
.features .h2--ttl--block .h2--ttl {
	width: 184px;
}
.feature_wrap {
	flex-direction: column;
}
.feature_img_wrap {
	margin: 20px 0 0;
}
/* makers-voice
____________________*/
.contents--makers-voice {
	padding-block-start: 50px;
	padding-block-end: 50px;
}
.makers-voice .h2--ttl--block .h2--ttl {
    width: 235px;
}
.marker_wrap {
	flex-direction: column;
	align-items: center;
	gap: 20px;
}
.maker_photo {
	width: 100%;
}
.maker_photo img {
	max-width: 218px;
}
.maker_photo figcaption {
	text-align: center;
	margin: 15px 0 0;
}
/* introduce
____________________*/
.contents--introduce {
	padding-block-start: 50px;
	padding-block-end: 50px;
}
.introduce .h2--ttl--block .h2--ttl {
	width: 222px;
}
.introduce_wrap {
	flex-direction: column;
	gap: 20px;
	margin: 35px 0 0;
}
.introduce_link_wrap {
	margin: 20px 0 0;
}
.introduce_link_wrap .link__inner {
	min-height: 50px;
}
}
@media (max-width: 479px) {
	.contents--mv .pc {
		display: none;
	}
	.contents--mv .sp {
		display: block;
	}
}



/* その場で */
.fadeIn{
	animation-name:fadeInAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
	opacity:0;
	}
	
	@keyframes fadeInAnime{
	  from {
		opacity: 0;
	  }
	
	  to {
		opacity: 1;
	  }
	}
	
	/* 下から */
	
	.fadeUp{
	animation-name:fadeUpAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
	opacity:0;
	}
	
	@keyframes fadeUpAnime{
	  from {
		opacity: 0;
	  transform: translateY(100px);
	  }
	
	  to {
		opacity: 1;
	  transform: translateY(0);
	  }
	}
	
	/* 上から */
	
	.fadeDown{
	animation-name:fadeDownAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
	opacity:0;
	}
	
	@keyframes fadeDownAnime{
	  from {
		opacity: 0;
	  transform: translateY(-100px);
	  }
	
	  to {
		opacity: 1;
	  transform: translateY(0);
	  }
	}
	
	/* 左から */
	
	.fadeLeft{
	animation-name:fadeLeftAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
	opacity:0;
	}
	
	@keyframes fadeLeftAnime{
	  from {
		opacity: 0;
	  transform: translateX(-100px);
	  }
	
	  to {
		opacity: 1;
	  transform: translateX(0);
	  }
	}
	
	/* 右から */
	
	.fadeRight{
	animation-name:fadeRightAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
	opacity:0;
	}
	
	@keyframes fadeRightAnime{
	  from {
		opacity: 0;
	  transform: translateX(100px);
	  }
	
	  to {
		opacity: 1;
	  transform: translateX(0);
	  }
	}
	
	/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
	 
	.fadeInTrigger,
	.fadeUpTrigger,
	.fadeDownTrigger,
	.fadeLeftTrigger,
	.fadeRightTrigger{
		opacity: 0;
	}
	
	/*==================================================
	パタッ
	===================================*/
	
	
	/* 下へ */
	.flipDown{
	animation-name:flipDownAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
	opacity:0;
	}
	
	@keyframes flipDownAnime{
	  from {
		transform: perspective(2500px) rotateX(100deg);
	  opacity: 0;
	  }
	
	  to {
		transform: perspective(2500px) rotateX(0);
	  opacity: 1;
	  }
	}
	
	
	/* 左へ */
	.flipLeft{
	animation-name:flipLeftAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
	perspective-origin:left center;
	opacity:0;
	}
	
	@keyframes flipLeftAnime{
	  from {
	   transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
	  opacity: 0;
	  }
	
	  to {
	  transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
	  opacity: 1;
	  }
	}
	
	
	/* 左上へ */
	.flipLeftTop{
	animation-name:flipLeftTopAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
	opacity:0;
	}
	
	@keyframes flipLeftTopAnime{
	  from {
	   transform: translate(-20px,80px) rotate(-15deg);
	  opacity: 0;
	  }
	
	  to {
	   transform: translate(0,0) rotate(0deg);
	  opacity: 1;
	  }
	}
	
	/* 右へ */
	.flipRight{
	animation-name:flipRightAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
	perspective-origin:right center;
	opacity:0;
	}
	
	@keyframes flipRightAnime{
	  from {
	   transform: perspective(600px) translate3d(0, 0, 0) rotateY(-30deg);
	  opacity: 0;
	  }
	
	  to {
	  transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
	  opacity: 1;
	  }
	}
	
	/* 右上へ */
	.flipRightTop{
	animation-name:flipRightTopAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
	opacity:0;
	}
	
	@keyframes flipRightTopAnime{
	  from {
	   transform: translate(-20px,80px) rotate(25deg);
	   opacity: 0;
	  }
	
	  to {
	   transform: translate(0,1) rotate(0deg);
	  opacity: 1;
	  }
	}
	
	/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
	 
	.flipDownTrigger,
	.flipLeftTrigger,
	.flipLeftTopTrigger,
	.flipRightTrigger,
	.flipRightTopTrigger{
		opacity: 0;
	}
	
	/*==================================================
	くるっ
	===================================*/
	
	
	/* X 軸（縦へ） */
	.rotateX{
	  animation-name:rotateXAnime;
	  animation-duration:1s;
	  animation-fill-mode:forwards;
	}
	
	@keyframes rotateXAnime{
	  from{
		transform: rotateX(0);
		opacity: 0;
		}
	  to{
		transform: rotateX(-360deg);
		opacity: 1;
		}
	}
	
	/*　Y軸（横へ） */
	.rotateY{
	  animation-name:rotateYAnime;
	  animation-duration:1s;
	  animation-fill-mode:forwards;
	}
	
	@keyframes rotateYAnime{
	  from{
		transform: rotateY(0);
		opacity: 0;
		}
	  to{
		transform: rotateY(-360deg);
		opacity: 1;
		}
	}
	
	/* Z 軸（左へ） */
	.rotateLeftZ{
	  animation-name:rotateLeftZAnime;
	  animation-duration:1s;
	  animation-fill-mode:forwards;
	}
	
	@keyframes rotateLeftZAnime{
	  from{
		transform: rotateZ(0);
		opacity: 0;
		}
	  to{
		transform: rotateZ(-360deg);
		opacity: 1;
		}
	}
	
	/*　Z 軸（右へ） */
	.rotateRightZ{
	  animation-name:rotateRightZAnime;
	  animation-duration:1s;
	  animation-fill-mode:forwards;
	}
	
	@keyframes rotateRightZAnime{
	  from{
		transform: rotateZ(0);
		opacity: 0;
		}
	  to{
		transform: rotateZ(360deg);
		opacity: 1;
		}
	}
	
	/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
	 
	.rotateXTrigger,
	.rotateYTrigger,
	.rotateLeftZTrigger,
	.rotateRightZTrigger{
		opacity: 0;
	}
	
	/*==================================================
	ボンッ、ヒュッ
	===================================*/
	
	/* 拡大 */
	.zoomIn{
	  animation-name:zoomInAnime;
	  animation-duration:0.5s;
	  animation-fill-mode:forwards;
	}
	
	@keyframes zoomInAnime{
	  from {
	  transform: scale(0.6);
	  opacity: 0;
	  }
	
	  to {
		transform: scale(1);
	  opacity: 1;
	  }
	}
	
	/* 縮小 */
	.zoomOut{
	  animation-name:zoomOutAnime;
	  animation-duration:0.5s;
	  animation-fill-mode:forwards;
	}
	
	@keyframes zoomOutAnime{
	  from {
	  transform: scale(1.2);
	  opacity: 0;
	  }
	
	  to {
		transform:scale(1);
	  opacity: 1;
	  }
	}
	
	/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
	 
	.zoomInTrigger,
	.zoomOutTrigger{
		opacity: 0;
	}
	
	/*==================================================
	じわっ
	===================================*/
	
	/* ぼかしから出現 */
	.blur{
	  animation-name:blurAnime;
	  animation-duration:1s;
	  animation-fill-mode:forwards;
	}
	
	@keyframes blurAnime{
	  from {
	  filter: blur(10px);
	  transform: scale(1.02);
	  opacity: 0;
	  }
	
	  to {
	  filter: blur(0);
	  transform: scale(1);
	  opacity: 1;
	  }
	}
	
	/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
	 
	.blurTrigger{
		opacity: 0;
	}
	
	/*==================================================
	アニメーション設定
	===================================*/
	
	/* アニメーションの回数を決めるCSS*/
	
	.count2{  
	  animation-iteration-count: 2;/*この数字を必要回数分に変更*/
	}
	
	.countinfinite{  
	  animation-iteration-count: infinite;/*無限ループ*/
	}
	
	/* アニメーションスタートの遅延時間を決めるCSS*/
	
	.delay-time05{  
	  animation-delay: 0.5s;
	}
	
	.delay-time1{  
	  animation-delay: 1s;
	}
	
	.delay-time15{  
	  animation-delay: 1.5s;
	}
	
	.delay-time2{  
	  animation-delay: 2s;
	}
	
	.delay-time25{  
	  animation-delay: 2.5s;
	}
	
	/* アニメーション自体が変化する時間を決めるCSS*/
	
	.change-time05{  
	  animation-duration: 0.5s;
	}
	
	.change-time1{  
	  animation-duration: 1s;
	}
	
	.change-time15{  
	  animation-duration: 1.5s;
	}
	
	.change-time2{  
	  animation-duration: 2s;
	}
	
	.change-time25{  
	  animation-duration: 2.5s;
	}