@charset "utf-8";

:root {
	/* base */
	--cts-gutter: clamp(13px, -0.712rem + 8.91vw, 65px);/*375-768*/
	--cts-width: 1352px;

	/* 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
	*/

	--cts-font-1: "m-plus-1p", sans-serif;
	/* m-plus-1p
	font-family: "m-plus-1p", sans-serif;
	font-weight: 400;
	font-weight: 500;
	font-weight: 700;
	*/

	--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 */
	--cts-color1: #FFFFFF;
	--cts-color2: #FFF76B;
	--cts-color3: #CBAA36;
	--cts-color4: #FF9CCE;
	--cts-color5: #7BE7BD;
	--cts-color6: #333333;
	--cts-color7: #241C1B;
	--cts-color8: #010A31;
}


/* LP共通汎用
____________________*/
#container a, #container a span {
    color: inherit;
    text-decoration: none;
}
.pagetop {
	display: none;	
}
#pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 55px;
}
#pagetop a {
	color: #fff;
	background-color: #333;
	border-radius: 5px;
	display: block;
	font-size: 12px;
	line-height: 1.5em;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
}
figure {
	margin: 0;
	text-align: center;
}
img {
	image-rendering: -webkit-optimize-contrast;
}
.l-header {
    width: 100%;
    background: #fff;
    position: relative;
}
.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;
}
.BreadcrumbList_wrap {
	background: #fff;
	position: relative;
    z-index: 2;
}
.footer-wrap {
    background: #fff;
    position: relative;
    z-index: 2;
}
@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;
	/* background: var(--cts-color4); */
	font-size: var(--cts-font-size);
	font-family: var(--cts-font-1);
	font-weight: 400;
	color: var(--cts-color1);
	overflow: hidden;
}
.contents__wrap img {
	max-width: 100%;
	vertical-align: bottom;
}
.contents {
	margin-top: 120px;
	margin-bottom: 120px;
}
.pc {
	display: block !important;
}
.sp {
	display: none !important;
}
.flash:hover {
	animation-name: hover-flash;
	animation-duration: 1s;
	opacity: .85;
}
@keyframes hover-flash {
	0% {
		opacity: .3;
	}
	100% {
		opacity: .85;
	}
}
.contents__inner {
	width: 100%;
	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);
	margin-top: 10px;
	min-height: 50px;
	background: var(--dp-color);
	font-size: clamp(15px, 0.545rem + 1.61vw, 18px);
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	letter-spacing: var(--cts-font-ls);
	box-sizing: border-box;
	overflow: hidden;
	z-index: 1;
	border-radius: 4px;
	width: 100%;
}
.link__inner::before {
	position: absolute;
	content: "";
	width: 150%;
	height: 100%;
	top: 0;
	left: -168%;
	background: #fff;
	transform: skewX(-18deg);
	opacity: .3;
	z-index: -1;
}
.link__inner::after {
	content: "";
	position: absolute;
	top: calc(50% - 5px);
    right: 24px;
    width: 9px;
    height: 9px;
    border-right: 1px solid;
    border-bottom: 1px solid;
	border-color: #fff;
	transform: rotate(-45deg);
}
.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: 0;
}
.contents__wrap .link__inner {
	color: var(--cts-bg);
	font-size: clamp(15px, 0.545rem + 1.61vw, 17px);
	font-weight: 700;
	background: var(--cts-color);
	border-radius: 50px;
	padding-block:0;
    padding-inline: 0;
	margin-top: 20px;
	max-width: 255px;
}
.contents__wrap .link__inner span {
	position: relative;
	padding-block: clamp(5px,0.236rem + 1.38vw,14px);
    /* padding-inline: clamp(10px,0.337rem + 2vw,40px); */
	width: 100%;
	height: 100%;
}
.ttl_wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.ttl_wrap .ttl_decoration {
	width: 100%;
	max-width: 374px;
	margin: 70px 0 0;
}
/* mv
____________________*/
.contents--mv {
	width: 100%;
	padding: 0;
	position: relative;
	z-index: 2;
	margin-top: 0;
	margin-bottom: 0;
}
.contents--mv img {
	width: 100%;
	padding: 0;
	position: relative;
	vertical-align: bottom;
}
/* lineup
____________________*/
.contents--lineup {
	background: var(--cts-color5);
	position: relative;
	z-index: 2;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: -95px;
}
.contents--lineup::before {
	content: "";
	width: 100%;
	height: 100%;
	background: url(../../gamepc/img/gamemakers/bg_1_pc.webp) no-repeat center top /100%;
	position: absolute;
	left: 0;
	top: 30vw;
	z-index: 1;
}
.lineup {
	max-width: 1614px;
	top: -7vw;
	position: relative;
    z-index: 3;
}
.lineup .ttl_wrap {
	
}
.lineup .ttl_wrap h2 {
	width: 100%;
	max-width: 491px;
}
.lineup .lineup--list {
	width: 100%;
	margin: 70px auto 0;
	display: flex;
	justify-content: center;
	align-items: stretch;
    flex-wrap: wrap;
	gap: 67px;
}
.lineup .lineup--list .lineup--list_item {
	width: 100%;
	max-width: 450px;
	background: var(--cts-color1);
	box-sizing: border-box;
	box-shadow: 8px 8px 1px 0px rgba(20, 81, 55, 0.17);
}
.catch_warp {
	position: relative;
	display: inline-block;
	padding: 20px 25px;
	width: 100%;
	color: #555;
	font-size: 16px;
	background: var(--cts-color2);
	box-sizing: border-box;
}

.catch_warp:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
    margin-left: -25px;
    border: 30px solid transparent;
    border-top: 30px solid var(--cts-color2);
}

.catch_warp .catch {
	font-size: clamp(17px, 0.245rem + 1.61vw, 24px);
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1px;
}
.catch_warp .catch_chara {
    position: absolute;
    width: 174px;
    height: 183px;
    bottom: 0;
    right: 0;
    z-index: 4;
    transform-origin: bottom center;
}

@keyframes fallAndBounce {
    0% {
        transform: translateY(-200px) scaleX(1); /* Adjust this value to control the height */
    }
    70% {
        transform: translateY(0) scaleX(1);
    }
    80% {
        transform: translateY(-20px) scaleX(1.1); /* Slight bounce effect */
    }
    90% {
        transform: translateY(0) scaleX(0.9); /* Slight horizontal stretch */
    }
    100% {
        transform: translateY(0) scaleX(1);
    }
}
.catch_chara.b23 {
	bottom: 23px;
}
.lineup .lineup--list .lineup--list_item .model__detail {
	width: 100%;
	padding: 50px 15px 45px;
	box-sizing: border-box;
}
.model__name {
	width: 100%;
	color: var(--cts-color6);
	font-size: clamp(20px, 0.545rem + 1.61vw, 28px);
	font-weight: 700;
	letter-spacing: 0.5px;
	line-height: 1.2;
	text-align: center;
	margin: 0;
}
.lineup .lineup--list .lineup--list_item .model_image {
	width: 245px;
	margin: 30px auto 0;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: end;
}
.model__txt {
	margin-top: 25px;
	text-align: center;
}
.model__spec-list {
	color: var(--cts-color6);
	font-family: var(--dp-font-jp);
	font-size: clamp(17px, 0.245rem + 1.61vw, 20px);
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0.8px;
}
.model__spec-list .model__spec-item .spec__data {
	display: inline-block;
}
.model__price_block {
	width: 100%;
	margin-top: 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.model__price {
	color: var(--cts-color6);
	font-size: 28px;
	font-weight: 400;
}
.model__price .model__tax {
	font-size: 20px;
}
.model__price_block .link__inner {
	color: var(--cts-color1);
	font-weight: 400;
	max-width: 360px;
	background: var(--cts-color4);
}
.model__price_block .link__inner::after {
	border-color: var(--cts-color1);
}
.txt_note {
	font-family: var(--dp-font-jp);
	color: var(--cts-color7);
    font-size: clamp(17px, 0.245rem + 1.61vw, 20px);
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.8px;
	text-align: center;
	margin: 50px 0 0;
}
/* benefit
____________________*/
.contents--benefit {
	background: url(../../gamepc/img/gamemakers/bg_2.webp) center top/cover;
	position: relative;
	z-index: 3;
	margin-top: 0;
    margin-bottom: 0;
	padding-top: 270px;
	padding-bottom: 270px;
}
.contents--benefit::before {
	content: "";
	background: url(../../gamepc/img/gamemakers/bg_1_bottom_pc.webp) no-repeat left top/100%;
	width: 100%;
	height: 200px;
	position: absolute;
	top: 0;
	left: 0;
}
.contents--benefit::after {
	content: "";
	background: url(../../gamepc/img/gamemakers/bg_2_bottom_pc.webp) no-repeat left bottom/100%;
	width: 100%;
	height: 198px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.benefit .ttl_wrap h2 {
    width: 100%;
    max-width: 678px;
}
.benefit .benefit_inner-wrap {
	width: 100%;
	max-width: 1050px;
	margin: 80px auto 0;
}
.benefit_inner-wrap .benefit_item {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 25px;
	padding: 50px 40px;
	border: 14px solid var(--cts-color2);
	box-sizing: border-box;
	box-shadow: 8px 8px 1px 0px rgba(203, 170, 54, 1) ;
	background: #fff url(../../gamepc/img/gamemakers/bg_check.webp) center center /contain;
	position: relative;
}
.benefit_item:nth-of-type(2) {
	flex-direction: row-reverse;
}
.benefit_item::before {
	content: "";
	width: 6px;
	height: 100%;
	background: var(--cts-color3);
	position: absolute;
	left: 0;
	top: 0;
}
.benefit_item::after {
	content: "";
	width: 100%;
	height: 6px;
	background: var(--cts-color3);
	position: absolute;
	left: 0;
	top: 0;
}
.benefit_item + .benefit_item {
	margin-top: 130px;
}
.benefit_item .item_image {
	width: 100%;
	max-width: 600px;
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.16);
}
.benefit_item_txt_wrap {
	position: relative;
	padding: 130px 0 0;
	display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.benefit_item_txt_wrap .item_number {
	width: 276px;
    position: absolute;
    top: -90px;
    left: 40px;
    z-index: 2;
}
.benefit_item:nth-of-type(2) .benefit_item_txt_wrap .item_number {
	left: 0;
}
.benefit_item_txt_wrap .benefit_item_txt {
	color: var(--cts-color8);
	font-size: clamp(25px, 0.545rem + 1.61vw, 36px);
	font-weight: 700;
}
.benefit_item_txt_wrap .benefit_item_note {
	color: var(--cts-color8);
	font-family: var(--dp-font-jp);
	font-size: clamp(15px, 0.545rem + 1.61vw, 17px);
	font-weight: 400;
	margin-top: 30px;
	text-indent: -1em;
	margin-left: 1em;
}
/* special
____________________*/
.contents--special {
	background: var(--cts-color2);
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 212px;
}
.special {
	max-width: 1470px;
}
.special .ttl_wrap h2 {
	max-width: 989px;
}
.special_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	gap: 60px;
	margin: 75px 0 0;
}
.special_list li {
	width: 100%;
	max-width: 640px;
}
.special_list li a {
	display: block;
	text-decoration: none;
}
.special_list li a p {
	color: var(--cts-color6);
	font-family: var(--dp-font-jp);
	font-size: clamp(14px, 0.245rem + 1.61vw, 18px);
    font-weight: 500;
	line-height: 1.4;
    text-align: justify;
	margin: 10px 0 0;
}
/* about
____________________*/
.contents--about {
	position: relative;
	padding-top: 120px;
	padding-bottom: 170px;
	margin: 0;
	background: url(../../gamepc/img/gamemakers/bg_3_pc.webp) center top/cover;
	position: relative;
	z-index: 3;
}
.about {
	width: 100%;
	padding-inline: 0;
	max-width: inherit;
}
.about .about_inner_wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}
.logo_gamemakers {
	width: 100%;
	max-width: 1000px;
}
.about_btn_wrap {
	width: 100%;
	max-width: 842px;
	margin: 50px auto 0;
}
.about_btn_wrap .link__inner {
	color: var(--cts-color7);
	font-size: clamp(18px, 0.545rem + 1.61vw, 30px);
	font-weight: 700;
	text-align: center;
	width: 100%;
	max-width: inherit;
	background: var(--cts-color2);
	border: 4px solid var(--cts-color1);
	box-shadow: 5px 5px var(--cts-color1);
}
.about_btn_wrap .link__inner::before {
	background: var(--cts-color3);
}
.about_btn_wrap .link__inner::after {
	content: none;
}
.about_txt {
	margin: 80px 0 0;
}
.about_txt p {
	color: var(--cts-color7);
	font-weight: 700;
	font-size: clamp(17px, 0.445rem + 1.61vw, 30px);
	line-height: 1.8;
	letter-spacing: 0.5px;
	text-align: center;
}
.about_txt p + p {
	margin: 1em 0 0;
}
.about_txt2 {
	margin: 70px 0 0;
}
.about_txt2 p {
	color: var(--cts-color7);
	font-family: var(--dp-font-jp);
	font-weight: 500;
	font-size: clamp(17px, 0.445rem + 1.61vw, 25px);
	line-height: 1.8;
	letter-spacing: 1px;
	text-align: center;
}
.about_txt2 p a {
	color: var(--cts-color7);
	text-decoration: none;
	position: relative;
}
.about_txt2 p a::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: var(--cts-color7);
	bottom: 20px; /*アンダーラインが現れ始める位置（aタグの下辺からの高さ）*/
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
	}
.about_txt2 p a:hover::after {
	visibility: visible;
	bottom: -6px;
	opacity: 1;
	}
.sns_list {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 35px;
	margin: 75px 0 0;
}
.sns_list_item a img {
	transition: transform .6s ease;
}
.sns_list_item a:hover img {
	transform: scale(1.1);
}
.sns_list_item:nth-of-type(1) a img {
	width: 49px;
}
.sns_list_item:nth-of-type(2) a img {
	width: 60px;
}
.sns_list_item:nth-of-type(3) a img {
	width: 68px;
}
@media (max-width: 768px) {/*375-768*/
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
/* コンテンツ
____________________*/
.contents {
	margin-top: 50px;
	margin-bottom: 50px;
}
.contents__wrap .bg {
	background: none;
}
/* mv
____________________*/
.contents--mv {
	margin-top: 0;
	margin-bottom: 0;
}
.contents--mv .pc {
	display: none !important;
}
.contents--mv .sp {
	display: block !important;
}
/* lineup
____________________*/
.contents--lineup {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 10px;
}
.contents--lineup::before {
	background: url(../../gamepc/img/gamemakers/bg_1_sp.webp) no-repeat center top / 140%;
	top: 123vw;
}
.lineup {
	top: 0;
	margin-top: 50px;
}
.lineup .ttl_wrap h2 {
	max-width: 235px;
}
.lineup .lineup--list {
	gap: 38px;
	margin: 25px auto 0;
}
.lineup .lineup--list .lineup--list_item .model__detail {
	padding: 40px 10px 35px;
}
.catch_warp {
	padding: 10px 15px;
}
.catch_warp:before {
	margin-left: -20px;
	border: 22px solid transparent;
	border-top: 20px solid var(--cts-color2);
}
.catch_warp .catch_chara {
	width: 96px;
	height: 102px;
	bottom: 0;
	right: -20px;
}
.catch_chara.b23 {
	right: 10px;
}
.lineup .lineup--list .lineup--list_item .model_image {
	width: 180px;
}
/* benefit
____________________*/
.contents--benefit {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 80px;
	padding-bottom: 100px;
}
.contents--benefit::before {
	background: url(../../gamepc/img/gamemakers/bg_1_bottom_sp.webp) no-repeat left top / 100%;
	height: 70px;
}
.contents--benefit::after {
	background: url(../../gamepc/img/gamemakers/bg_2_bottom_sp.webp) no-repeat left bottom / 100%;
	height: 68px;
}
.benefit .benefit_inner-wrap {
    margin: 60px auto 0;
}

.benefit .ttl_wrap h2 {
	max-width: 233px;
}
.benefit_inner-wrap .benefit_item {
	flex-direction: column;
	gap: 5px;
	padding: 50px 9px 25px;
	border: 6px solid var(--cts-color2);
	box-shadow: 3px 3px 1px 0px rgba(203, 170, 54, 1);
}
.benefit_item + .benefit_item {
    margin-top: 65px;
}
.benefit_item::before {
	width: 3px;
}
.benefit_item::after {
	height: 3px;
}
.benefit_inner-wrap .benefit_item figure.item_number {
	position: absolute;
	top: -55px;
	right: 0;
	width: 123px;
	z-index: 1;
}
.benefit_inner-wrap .benefit_item:nth-of-type(2) figure.item_number {
	position: absolute;
	top: -55px;
	left: 0;
	right: unset;
	width: 123px;
	z-index: 1;
}
.benefit_item_txt_wrap {
	width: 100%;
	padding: 0;
	align-items: center;
}
.benefit_item_txt_wrap .benefit_item_txt {
	text-align: center;
}
.benefit_item_txt_wrap .benefit_item_note {
	margin-top: 20px;
}
/* special
____________________*/
.contents--special {
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom:50px;
}
.special .ttl_wrap h2 {
	max-width: 340px;
}
.special_list {
	max-width: 310px;
	gap: 40px;
	margin: 20px auto 0;
}
/* about
____________________*/
.contents--about {
	padding-top: 35px;
	padding-bottom: 45px;
	margin-top: 0;
	margin-bottom: 0;
}
.about_btn_wrap {
	margin: 30px auto 0;
	max-width: 320px;
}
.about_txt {
	margin: 50px 12px 0;
}
.about_txt2 {
	margin: 20px 0 0;
}
.sns_list {
	gap: 30px;
	margin: 50px 0 0;
}
.sns_list_item:nth-of-type(1) a img {
	width: 37px;
}
.sns_list_item:nth-of-type(2) a img {
	width: 45px;
}
.sns_list_item:nth-of-type(3) a img {
	width: 52px;
}
}
@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;
}

/*==================================================
にゅーん
===================================*/

/* 滑らかに変形して出現 */
.smooth{
	animation-name:smoothAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
  　transform-origin: left;
	opacity:0;
}

@keyframes smoothAnime{
  from {
  transform: translate3d(0, 100%, 0) skewY(12deg);
  opacity:0;
  }

  to {
  transform: translate3d(0, 0, 0) skewY(0);
  opacity:1;
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.smoothTrigger{
    opacity: 0;
}

/*==================================================
スーッ（枠線が伸びて出現）
===================================*/

/*枠線が伸びて出現*/

.lineTrigger{
  position: relative; /* 枠線が書かれる基点*/
  opacity:0;
}

.lineTrigger.lineanime{
	animation-name:lineAnimeBase;
	animation-duration:1s;
	animation-fill-mode:forwards;
}

@keyframes lineAnimeBase{
  from {
    opacity:0;
  }

  to {
    opacity:1;  
}
}

/*上下線*/
.lineTrigger::before,
.lineTrigger::after{
  position: absolute;
  content:"";
  width:0;
  height:1px;
  background:var(--cts-color);/* 枠線の色*/
}

/*左右線*/
.line2::before,
.line2::after{
  position: absolute;
  content:"";
  width: 1px;
  height:0;
  background:var(--cts-color);/* 枠線の色*/
}

/*上線*/
.lineTrigger::before {
	top:0;
	left:0;
}

.lineTrigger.lineanime::before {
	animation: lineAnime .5s linear 0s forwards;/*表示されて0秒後に上線が0.5秒かけて表示*/
}

/*右線*/
.line2::before{ 
	top:0;
	right:0;
}

.lineTrigger.lineanime .line2::before {
	animation: lineAnime2 .5s linear .5s forwards;/*表示されて0.5秒後に右線が0.5秒かけて表示*/
}

/*下線*/
.lineTrigger::after { 
	bottom:0;
	right:0;
}

.lineTrigger.lineanime::after {
	animation: lineAnime .5s linear 1s forwards;/*表示されて1秒後に下線が0.5秒かけて表示*/
}

/*左線*/
.line2::after{ 
	bottom:0;
	left:0;
}

.lineTrigger.lineanime .line2::after {
	animation: lineAnime2 .5s linear 1.5s forwards;/*表示されて1.5秒後に左線が0.5秒かけて表示*/
}

@keyframes lineAnime {
	0% {width:0%;}
    100%{width:100%;}
}

@keyframes lineAnime2 {
	0% {height:0%;}
    100%{height:100%;}
}

/*枠線内側の要素*/

.lineTrigger.lineanime .lineinappear{
	animation: lineInnerAnime .5s linear 1.5s forwards;/*1.5秒後に中央のエリアが0.5秒かけて表示*/
	opacity: 0;/*初期値を透過0にする*/	
}

@keyframes lineInnerAnime{
	0% {opacity:0;}
    100% {opacity:1;}
}


/*==================================================
シャッ（背景色が伸びて出現）
===================================*/

/*背景色が伸びて出現（共通）*/
.bgextend{
	animation-name:bgextendAnimeBase;
	animation-duration:1s;
	animation-fill-mode:forwards;
	position: relative;
	overflow: hidden;/*　はみ出た色要素を隠す　*/
	opacity:0;
}

@keyframes bgextendAnimeBase{
  from {
    opacity:0;
  }

  to {
    opacity:1;  
}
}

/*中の要素*/
.bgappear{
	animation-name:bgextendAnimeSecond;
	animation-duration:1s;
	animation-delay: 0.6s;
	animation-fill-mode:forwards;
	opacity: 0;
}

@keyframes bgextendAnimeSecond{
	0% {
	opacity: 0;
	}
	100% {
	opacity: 1;
}
}

/*左から*/
.bgLRextend::before{
	animation-name:bgLRextendAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--cts-color);/*伸びる背景色の設定*/
}
@keyframes bgLRextendAnime{
	0% {
		transform-origin:left;
		transform:scaleX(0);
	}
	50% {
		transform-origin:left;
		transform:scaleX(1);
	}
	50.001% {
		transform-origin:right;
	}
	100% {
		transform-origin:right;
		transform:scaleX(0);
	}
}

/*右から*/
.bgRLextend::before{
	animation-name:bgRLextendAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #666;/*伸びる背景色の設定*/
}
@keyframes bgRLextendAnime{
	0% {
		transform-origin:right;
		transform:scaleX(0);
	}
	50% {
		transform-origin:right;
		transform:scaleX(1);
	}
	50.001% {
		transform-origin:left;
	}
	100% {
		transform-origin:left;
		transform:scaleX(0);
	}
}

/*下から*/
.bgDUextend::before{
	animation-name:bgDUextendAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #666;/*伸びる背景色の設定*/
}
@keyframes bgDUextendAnime{
	0% {
		transform-origin:bottom;
		transform:scaleY(0);
	}
	50% {
		transform-origin:bottom;
		transform:scaleY(1);
	}
	50.001% {
		transform-origin:top;
	}
	100% {
		transform-origin:top;
		transform:scaleY(0);
	}
}

/*上から*/
.bgUDextend::before{
	animation-name:bgUDextendAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #666;/*伸びる背景色の設定*/
}
@keyframes bgUDextendAnime{
	0% {
		transform-origin:top;
		transform:scaleY(0);
	}
	50% {
		transform-origin:top;
		transform:scaleY(1);
	}
	50.001% {
		transform-origin:bottom;
	}
	100% {
		transform-origin:bottom;
		transform:scaleY(0);
	}
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgUDextendTrigger,
.bgDUextendTrigger,
.bgRLextendTrigger,
.bgLRextendTrigger{
    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;
}
