@charset "utf-8";

:root {
	/* base */
	--cts-gutter: clamp(30px, -0.212rem + 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: #FCEEB8;
	--cts-color3: #DFF5FF;
	--cts-color4: #7BCEF6;
	--cts-color5: #2E7090;
	--cts-color6: #010A31;
	--cts-color7: #F3CD33; 
}


/* 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-family: var(--cts-font-1);
	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%;
}
.contents__wrap .link__inner::after {
	border-right: 2px solid;
    border-bottom: 2px solid;
	border-color: var(--cts-bg);
}
.ttl_wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.ttl_wrap .ttl_decoration {
	width: 100%;
	max-width: 374px;
	margin: 70px 0 0;
}
.cosmos {
	background: url(../../gamepc/img/tgcsky/bg_pc.webp) repeat-y  top /cover fixed;
	position: relative;
	padding-top: ;
	padding-bottom: 185px;
}
.cosmos .cloud1 {
	position: absolute;
	left: 0;
	top: 880px;
	z-index: 1;
}
.cosmos .cloud2 {
	position: absolute;
	left: 0;
	top: 1930px;
	z-index: 1;
	transform: translate(-50%,50%);
}
.cosmos .cloud3 {
	position: absolute;
	right: 0;
	bottom: -200px;
	z-index: 1;
}
/* 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 {
	position: relative;
	z-index: 1;
	padding-top: 224px;
	margin-top: 0;
}
.contents--lineup::before {
	content: "";
	width: 100%;
	height: 224px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	background: rgb(0,113,147);
	background: linear-gradient(0deg, rgba(0,113,147,0) 0%, rgba(0,113,147,0.7763480392156863) 70%, rgba(0,113,147,1) 100%);
}
.lineup .read_txt {
	font-size: clamp(22px, 0.545rem + 1.61vw, 27px);
	line-height: 1.7;
	letter-spacing: 1px;
	text-align: center;
}
.lineup .ttl_wrap {
	margin: 25px 0 0;
}
.lineup .ttl_wrap h2 {
	width: 100%;
	max-width: 491px;
}
.lineup .lineup_note {
	font-size: clamp(15px, 0.545rem + 1.61vw, 24px);
    line-height: 1.9;
    letter-spacing: 2px;
	text-align: center;
	margin: 85px 0 0;
}
.lineup .benefit_wrap {
	width: 100%;
	max-width: 432px;
	margin: 75px auto 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	box-sizing: border-box;
}
.lineup .benefit_wrap p {
	width: 100%;
	color: var(--cts-color6);
	font-size: clamp(22px, 0.545rem + 1.95vw, 30px);
	line-height: 1;
	letter-spacing: 0.8px;
	font-weight: 700;
	text-align: center;
	display: block;
	background: var(--cts-color3);
	padding: 9px;
	box-sizing: border-box;
}
.lineup--block {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 70px 90px;
	box-sizing: border-box;
}
.lineup--block.bg {
	background: url(../../gamepc/img/tgcsky/bg_lineup.webp) left top/3%;
	border: 7px solid var(--cts-color3);
	margin-top: 50px;
}
.lineup--block_item {
	width: 100%;
	max-width: 1020px;
	margin: 0 auto;
	background: var(--cts-color6);
    border-radius: 40px;
    padding: 20px 36px 30px;
    box-sizing: border-box;
    box-shadow: 0 0 15px 0 rgba(123, 206, 246, 1);
}
.catch_wrap {
	width: 100%;
	position: relative;
	padding-bottom: 15px;
	border-bottom: 2px solid var(--cts-color1);
}
.catch_wrap::before {
	content: "";
	width: 14px;
	height: 14px;
	background: var(--cts-color1);
	position: absolute;
	bottom: -8px;
	left: 0;
	transform: rotate(45deg);
}
.catch_wrap::after {
	content: "";
	width: 14px;
	height: 14px;
	background: var(--cts-color1);
	position: absolute;
	bottom: -8px;
	right: 0;
	transform: rotate(45deg);
}
.catch_wrap .catch_ttl {
	font-family: var(--cts-font-1);
	font-size: clamp(14px, 0.245rem + 1.61vw, 23px);
	font-weight: 500;
	text-align: center;
}
.inner_flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 45px;
	margin: 20px 0 0;
}
.model_image {
	width: 100%;
	max-width: 400px;
}
.model__detail {
	width: 100%;
	max-width: 487px;
}
.model__name {
	width: 100%;
	color: var(--cts-color4);
	font-size: clamp(20px, 0.545rem + 1.61vw, 30px);
	font-weight: 700;
	letter-spacing: 0.5px;
	line-height: 1.3;
	text-align: left;
}
.model__txt {
	margin-top: 15px;
	text-align: center;
}
.model__spec-list {
	color: #fff;
	font-size: clamp(18px, 0.245rem + 1.61vw, 20px);
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0.8px;
	text-align: left;
}
.model__spec-list .model__spec-item .spec__data {
	display: inline-block;
}
.model__price_block {
	width: 100%;
	margin-top: 10px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.model__price {
	color: var(--cts-color4);
	font-size: 28px;
	font-weight: 400;
}
.model__price .model__tax {
	font-size: 20px;
}
.model__price_block .link__inner {
	color: var(--cts-color4);
	font-weight: 400;
	max-width: inherit;
	border: 2px solid var(--cts-color4);
}
.model__price_block .link__inner::after {
	border-color: var(--cts-color4);
}
.mousepad_wrap {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 30px 70px;
	margin-bottom: 30px;
}
.inner_left {
	width: 100%;
	max-width: 378px;
}
.inner_right {
	width: 100%;
	max-width: 560px;
	position: relative;
}
.inner_right .mousepad_image {
	position: relative;
	width: 100%;
	max-width: 520px;
	margin: 10px 0 0;
}
.mousepad_ttl_wrap {
	width: 100%;
	max-width: 378px;
	background: #F0383D;
	padding: 16px 25px;
	box-sizing: border-box;
	box-shadow: 4px 4px 0px 0px rgba(255, 255, 255, 1);
}
.mousepad_ttl_wrap .mousepad_ttl {
	font-size: clamp(24px, 0.545rem + 1.61vw, 30px);
	font-weight: 700;
	line-height: 1.4;
	text-align: left;
}
.mousepad_note {
	color: var(--cts-color6);
	font-weight: 500;
	font-size: clamp(16px, 0.545rem + 1.61vw, 18px);
	margin: 50px 0 0;
}
.mousepad_note a {
	color: var(--cts-color6);
	text-decoration: underline;
}
.mousepad_note a:hover {
	text-decoration: none;
}
/* benefit
____________________*/
.contents--benefit {
	position: relative;
	z-index: 3;
	margin-top: 280px;
    margin-bottom: 0;
}
.benefit .benefit_inner-wrap {
	background: var(--cts-color3);
	border-radius: 30px;
	padding: 68px 60px;
	box-sizing: border-box;
    box-shadow: 0 0 15px 0 rgba(123, 206, 246, 1);
}
.benefit .ttl_wrap h2 {
    width: 100%;
    max-width: 573px;
	margin-top: -135px;
}
.tgc_logo {
	width: 140px;
	height: 140px;
	margin: 40px auto 0;
}
.tgc_ttl {
	color: var(--cts-color5);
	font-size: clamp(23px, 0.545rem + 1.61vw, 32px);
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 1px;
	text-align: center;
	margin: 10px 0 0;
}
.tgc_txt {
	color: var(--cts-color5);
	font-size: clamp(16px, 0.545rem + 1.61vw, 24px);
	font-weight: 400;
	line-height: 1.7;
	text-align: center;
	margin: 20px 0 0;
}
.benefit_item_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 60px;
	margin: 25px 0 0;
}
.benefit_item {
	width: 100%;
	max-width: 510px;
	box-sizing: border-box;
	position: relative;
}
.benefit_item_image {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	aspect-ratio: 1;
	position: relative;
	z-index: 1;
	padding: 44px;
	box-sizing: border-box;
}
.benefit_item_image::before {
	content: "";
	background: url(../../gamepc/img/tgcsky/bg_wallpaper.webp) no-repeat center center /100%;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.benefit_item_image::after {
	content: "";
	position: absolute;
	top: 0;
	left: auto;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: #c3ebff;
	border-radius: 48px;
}
.benefit_item_list li:nth-of-type(1) .benefit_item_image img {
	max-width: 421px;
} 
.benefit_item_list li:nth-of-type(2) .benefit_item_image img {
	max-width: 433px;
}
.benefit_item_image img {
	position: relative;
	z-index: 3;
}
.benefit_item_ttl {
	color: var(--cts-color5);
	font-size: clamp(18px, 0.545rem + 1.61vw, 27px);
	font-weight: 500;
	text-align: center;
	margin: 15px 0 0;
}
.benefit_item_txt {
	color: var(--cts-color5);
	font-size: clamp(13px, 0.345rem + 1.61vw, 20px);
	font-weight: 400;
	line-height: 1.7;
	letter-spacing: -0.1px;
	text-align: center;
	margin: 50px 0 0;
}
/* about
____________________*/
.contents--about {
	position: relative;
	padding-top: 120px;
	padding-bottom: 260px;
	margin: 0;
	background: var(--cts-color4);
	position: relative;
	z-index: 3;
}
.about {
	width: 100%;
	padding-inline: 0;
	max-width: inherit;
}
.about .about_inner_wrap {
	width: 100%;
	max-width: 1284px;
	margin: 0 auto;
	padding-inline: var(--cts-gutter);
	box-sizing: border-box;
}
.image_logo {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}
.image_sky {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
.about_ttl {
	color: var(--cts-color5);
	font-size: clamp(22px, 0.545rem + 1.61vw, 36px);
	font-weight: 500;
	line-height: 1;
	letter-spacing: 2px;
	text-align: center;
	margin: 35px 0 0;
}
.about_txt {
	color: var(--cts-color5);
	font-size: clamp(13px, 0.345rem + 1.61vw, 27px);
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
	margin: 50px 0 0;
}
.sky_gallery_wrap {
	width: 100%;
	max-width: 1284px;
	position: relative;
	margin: 165px auto;
}
.sky_gallery_wrap::before {
	content: "";
	width: 670px;
	height: 50px;
	background: url(../../gamepc/img/tgcsky/about_decoration.webp) no-repeat center top /100%;
	position: absolute;
	top: -18%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.gallery_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	gap: 34px 36px;
}
.gallery_list_item {
	width: 100%;
	max-width: 400px;
}
.gallery_list_item a img {
	height: 100%;
}
.about_btn_wrap {
	width: 100%;
	max-width: 842px;
	margin: 105px auto 0;
}
.about_btn_wrap .link__inner {
	width: 100%;
	max-width: inherit;
	color: var(--cts-color5);
	font-size: clamp(18px, 0.245rem + 1.61vw, 30px);
	font-weight: 500;
	background: #fff;
	text-align: center;
	padding-block: 2.5px;
	border: 1px solid var(--cts-color5);
	box-shadow: 0 0 15px 0 rgba(46, 112, 144, 1);
	margin: 0;
}
.about_btn_wrap .link__inner::before {
    background: #2E7090;
}
.about_btn_wrap .link__inner::after {
	content: none;
}
@media (max-width: 768px) {/*375-768*/
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
/* コンテンツ
____________________*/
.contents {
	margin-top: 50px;
	margin-bottom: 50px;
}
.cosmos {
	padding-bottom: 55px;
}
.cosmos .cloud1 {
    top: 15%;
}
.cosmos .cloud2 {
	top: 60%;
}
.cosmos .cloud3 {
	bottom: -0.7%;
}
/* 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;
	padding-top: 0;
}
.lineup {
	padding-inline: 18px;
}
.contents--lineup::before {
	content: none;
}
.lineup .ttl_wrap {
    margin: 50px 0 0;
}
.lineup .ttl_wrap h2 {
	max-width: 170px;
}
.ttl_wrap .ttl_decoration {
	max-width: 140px;
	margin: 30px 0 0;
}
.lineup .lineup_note {
	margin: 30px 0 0;
}
.lineup .benefit_wrap {
	gap: 8px;
	padding: 0 10px;
	margin: 30px auto 0;
}
.model__price_block {
	align-items: center;
	margin-top: 10px;
}
.lineup--block .bg {
	background: url(../../gamepc/img/tgcsky/bg_lineup.webp) left top / 9%;
	border: 5px solid var(--cts-color3);
}
.mousepad_wrap {
	flex-direction: column;
}
.lineup--block {
	padding: 35px 10px 0;
}
.lineup--block.bg {
	padding: 15px 10px 30px;
	margin-top: 30px;
}
.lineup--block_item {
	padding: 30px 10px;
	border-radius: 20px;
}
.catch_wrap {
	padding-bottom: 10px;
	border-bottom: 1px solid var(--cts-color1);
}
.catch_wrap::before {
	width: 7px;
    height: 7px;
	bottom: -4px;
}
.catch_wrap::after {
	width: 7px;
    height: 7px;
	bottom: -4px;
}
.inner_flex {
	gap: 30px;
}
.model__detail {
	margin: 0 10px;
}
.model_image {
	max-width: 260px;
}
.model__name {
	text-align: center;
}
.model__spec-list {
	text-align: center;
}
.mousepad_wrap {
	align-items: center;
	gap: 10px;
}
.inner_right {
	padding: 0 0 20px;
}
.mousepad_ttl_wrap {
	padding: 10px 15px;
}
.mousepad_ttl_wrap .mousepad_ttl {
	text-align: center;
}
.mousepad_note {
	margin: 15px 0 0;
}
/* benefit
____________________*/
.contents--benefit {
	margin-top: 110px;
	margin-bottom: 0;
}
.benefit .benefit_inner-wrap {
	padding: 50px 15px;
}
.benefit .ttl_wrap h2 {
	max-width: 180px;
	margin-top: -70px;
}
.tgc_logo {
	width: 100px;
	height: 100px;
	margin: 25px auto 0;
}
.benefit_item_list {
	gap: 40px;
}
.benefit_item_image {
	padding: 17px;
}
.benefit_item_list li:nth-of-type(1) .benefit_item_image img {
	max-width: 250px;
} 
.benefit_item_list li:nth-of-type(2) .benefit_item_image img {
	max-width: 260px;
}
.benefit_item_ttl {
	margin: 10px 0 0;
}
.benefit_item_txt {
	margin: 0;
}
/* about
____________________*/
.contents--about {
	padding-top: 70px;
	padding-bottom: 90px;
	margin-top: 0;
}
.image_logo {
	max-width: 260px;
}
.image_sky {
	max-width: 350px;
}
.about .about_inner_wrap {
	padding-inline: 12px;
}
.about_ttl {
	letter-spacing: 1px;
	margin: 35px 0 0;
}
.about_txt {
	letter-spacing: -0.3px;
	line-height: 2;
	letter-spacing: -0.4px;
	margin: 20px 0 0;
}
.sky_gallery_wrap::before {
	content: none;
}
.sky_gallery_wrap {
	display: none;
}
.about_btn_wrap {
	max-width: 350px;
	margin: 70px auto 0;
}
.about_btn_wrap .link__inner {
	letter-spacing: -0.2px;
	padding-block: 6.5px;
}
}
@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;
}
