@charset "utf-8";

:root {
	/* base */
	--cts-gutter: clamp(15px, -1.2rem + 8.91vw, 65px);/*375-768*/
	--cts-width: 1330px;

	/* 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: 'Saira Extra Condensed', sans-serif;

	--cts-font-02: 'Outfit', sans-serif;
	/* Outfit
	Outfit Medium 500
	Outfit bold 700
	*/

	--cts-font-03: 'raleway', sans-serif;
	/* Raleway
	Raleway Black 900
	*/

	--cts-font-04: 'Zen Kaku Gothic New', sans-serif;
	/* Zen Kaku Gothic New
	Zen Kaku Gothic New Bold 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 */
	--dp-color: #000;
	--dp-color2: #fff;
	--cts-color: #000E4F;
	--cts-color2: #E52725;
	--cts-bg: #000;
	--cts-price: #E73640;
}


/* 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;
}
.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;
}
@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-bg); */
	font-size: var(--cts-font-size);
	font-family: var(--dp-font-jp);
	/* color: #fff; */
	overflow: hidden;
}
.contents__wrap img {
	max-width: 100%;
}
.contents {
	margin-top: 160px;
	margin-bottom: 160px;
}
.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 {
	background: url(../../gamepc/img/cts_galleria_nijisanji_koshien2024/bg_1_pc.webp) no-repeat center 75%/100% fixed;
}
.contents__wrap .link__inner {
	color: var(--dp-color2);
	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;
	margin-left: auto;
	margin-right: auto;
	max-width: 255px;
}
.contents__wrap .link__inner span {
	position: relative;
	padding-block: clamp(5px,0.236rem + 1.38vw,14px);
    padding-inline: clamp(25px,0.737rem + 2vw,40px);
	width: 100%;
	height: 100%;
}
.contents__wrap .link__inner::after {
	border-right: 2px solid;
    border-bottom: 2px solid;
	border-color: var(--dp-color2);
}
.contents__wrap .niji_btn {
	width: 100%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding: 0.652vw;
	border: 10px solid #000F52;
	border-radius: 20px;
	background: rgb(248,248,107);
	background: linear-gradient(0deg, rgba(248,248,107,1) 0%, rgba(250,238,5,1) 55%, rgba(248,248,107,1) 100%);
	box-sizing: border-box;
	transition: all 0.5s;
	display: flex;
	justify-content: center;
	align-items: center;
}
.contents__wrap .niji_btn2 {
	width: 100%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding: 0.652vw;
	border-radius: 20px;
	background: var(--cts-color);
	box-sizing: border-box;
	transition: all 0.5s;
	display: flex;
	justify-content: center;
	align-items: center;
}
.contents__wrap .niji_btn:hover,
.contents__wrap .niji_btn2:hover {
	transform: scale(1.1);
}
/* mv
____________________*/
.contents--mv {
	width: 100%;
	padding: 0;
	margin: 0;
}
.contents--mv img {
	width: 100%;
	padding: 0;
	vertical-align: bottom;
}

/* read
____________________*/
.contents--read {

}
.read .read_inner-wrap {
	text-align: center;
}
.read .read_inner-wrap .read_txt {

}
.read .read_inner-wrap .cp_bnr {
	width: 100%;
	max-width: 970px;
	margin: 0 auto 7.85vw;
	display: block;
}
.read .read_inner-wrap .read_logo {
	margin: 4.167vw 0 0;
}
.read .read_inner-wrap .niji_btn {
	margin-top: 80px;
}
/* choice
____________________*/
.contents--choice {
	margin-bottom: 0;
	background: repeating-linear-gradient(90deg, #3fce3e, #3fce3e 20px, #2cbb33 20px, #2cbb33 40px);
}
.choice {
	padding-top: 80px;
	padding-bottom: 120px;
}
.choice .ttl_h2 {
	text-align: center;
}
.choice_inner_wrap {
	background: #fff;
	border-radius: 100px;
	margin-top: 1.823vw;
	padding: 4.69vw 3.91vw;
}
.choice_inner_wrap .ttl_wrap {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
.choice_inner_wrap .ttl_wrap:nth-of-type(n+2) {
	margin-top: 2.87vw;
}
.choice_inner_wrap .c_number {
	width: 100%;
	max-width: 150px;
	margin-right: 35px;
}
.choice_txt_list {
	padding-left: 3.125vw;
	padding-right: 3.125vw;
	box-sizing: border-box;
}
.choice_txt_list li {
	margin-top: 2.87vw;
	padding-bottom: 1.824vw;
	border-bottom: 1px dotted var(--cts-color) ;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.choice_txt_list:nth-of-type(4) li {
	border: none;
}
/* lineup
____________________*/
.contents--lineup {
	margin-top: 0;
	margin-bottom: 0;
	background: #EFEFEF url(../../gamepc/img/cts_galleria_nijisanji_koshien2024/bg_2_pc.webp) repeat-y center top/cover;
}
.lineup {
	padding-top: 150px;
	padding-bottom: 150px;
	max-width: 1524px;
}
.lineup .about_wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.lineup .about_wrap .about_txt,
.lineup .about_wrap .ttl_h3 {
	margin-top: 4.17vw;
}
.lineup .about_wrap .niji_btn2 {
	margin-top: 4.69vw;
}
.lineup > .ttl_h2 {
	width: 100%;
	max-width: 800px;
	margin: 10vw auto 0;
}
.lineup .lineup--list {
	width: 100%;
	margin: 10px auto 0;
	display: flex;
	justify-content: center;
	align-items: flex-start;
    flex-wrap: wrap;
	gap: 24px 38px;
}
.lineup .lineup--list .lineup--list_item {
	width: 100%;
	max-width: 320px;
	background: var(--dp-color2);
	padding: 30px;
	box-sizing: border-box;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.16);
}
.lineup .lineup--list .lineup--list_item .model_image {
	width: 100%;
	height: 230px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.lineup .lineup--list .lineup--list_item .model_image figure {
	max-width: 100%;
}
.lineup .lineup--list .lineup--list_item .model__detail {
	width: 100%;
}
.model__name {
	width: 100%;
	color: var(--dp-color);
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.5px;
	line-height: 1.4;
	text-align: center;
}
.model__txt {
	margin-top: 15px;
	text-align: center;
}
.model__spec-list {
	color: var(--dp-color);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.8px;
}
.model__spec-list .model__spec-item .spec__data {
	display: inline-block;
}
.model__stk {
	color: #6E6E6E;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.6;
	margin-top: 10px;
}
.model__price_block {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.model__price {
	color: var(--cts-price);
	font-size: 28px;
	font-weight: 700;
}
.model__price .model__tax {
	font-size: 18px;
}
.model__txt .link__inner {
	font-size: 15px;
}
/*-------------------------------------
　三井住友
---------------------------------------*/
.modaal-container:has(.c-modal--810) {
	width: fit-content;
}
.modaal-content-container:has(.c-modal--810) {
	padding: 0;
}
.smbc_box {
	margin-bottom: 15px;
	background: #f6f6f6;
	margin: 10px 0 0;
	padding: 10px;
	font-size: 13px;
}
.smbc_box dl {
	display: flex;
	gap: 6px;
	align-items: baseline;
	margin-bottom: 6px;
}
.recItemIcon {
  background: #e43344;
  border-radius: 3px;
  color: #fff;
  font-size: 15px;
  padding: 0 8px;
}
.recItemIcon .SmbcAuto {
  display: inline-block !important;
	padding-bottom: 2px;
}
.recItemPrice {
  color: #e43344;
  font-weight: bold;
}
.recItemPrice span {
  font-size: 22px;
}
.smbc_box .p-product-show-detail__supplement-line {
	text-align: center;
}
.smbc_box .p-product-show-detail__supplement-line span {
	cursor: pointer;
}
@media screen and (min-width: 768px) and (max-width: 1010px) {
.smbc_box dl {
	flex-direction: column;
}	
}
/*-------------------------------------
　jaccs
---------------------------------------*/
.jaccs_box {
	margin-bottom: 15px;
	background: #f6f6f6;
	padding: 10px;
	font-size: 13.6px;
}
.smbc_txt {

}
.jaccs_box dl {
	display: flex;
	gap: 6px;
	align-items: baseline;
	margin-bottom: 6px;
}
.c-link--blue {
    border-bottom: 1px solid #00a2e6;
    color: #00a2e6;
}
.recItemIcon {
  background: #e43344;
  border-radius: 3px;
  color: #fff;
  font-size: 15px;
  padding: 0 8px;
}
.recItemIcon .JaccsAuto {
  display: inline-block !important;
	padding-bottom: 2px;
}
.recItemPrice {
  color: #e43344;
  font-weight: bold;
}
.recItemPrice span {
  font-size: 22px;
}
.jaccs_box .p-product-show-detail__supplement-line {
	text-align: center;
}
.jaccs_box .p-product-show-detail__supplement-line span {
	cursor: pointer;
}
/* campaign
____________________*/
.campaign {
	max-width: 1180px;
}
.campaign .ttl_h2 {
	width: 100%;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}
.campaign_inner_wrap {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	background: var(--dp-color2);
	margin-top: 1.823vw;
    padding: 4.69vw 3.91vw;
    box-sizing: border-box;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.16);
}
img.logo_g_n {
	width: 100%;
	max-width: 610px;
}
img.logo_cp {
	width: 100%;
	max-width: 500px;
	margin-top: 1.9vw;
}
.cptxt1 {
	width: 100%;
	max-width: 444px;
}
.cptxt2 {
	width: 100%;
	max-width: 672px;
	margin-top: 2.9vw;
}
.cptxt3 {
	width: 100%;
	max-width: 672px;
	margin-top: 2.3vw;
}
.cptxt4 {
	width: 100%;
	max-width: 651px;
	margin-top: 2.9vw;
}
.cpt_note {
	color: var(--cts-color);
	font-size: 22px;
	font-weight: 400;
	margin-top: 1.55vw;
}
.campaign_inner_wrap .niji_btn {
	margin-top: 3.55vw;
}
@media (max-width: 1105px) {/*375-1105*/
	.lineup .lineup--list .lineup--list_item {
		max-width: 300px;
	}
}
@media (max-width: 768px) {/*375-768*/
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
/* コンテンツ
____________________*/
	.contents {
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.contents__wrap {
		background: url(../../gamepc/img/cts_galleria_nijisanji_koshien2024/bg_1_sp.webp) no-repeat center top / cover fixed;
	}
	.contents__wrap .niji_btn {
		width: 80vw;
		border: 4px solid #000F52;
		border-radius: 6px;
		padding: 2.14vw;
	}
	.contents__wrap .niji_btn2 {
		width: 80vw;
		border-radius: 10px;
		padding: 4.8vw;
	}
	.lineup .lineup--list {
		margin-top: 5.8vw;
	}
/* mv
____________________*/
	.contents--mv {
		margin-top: 0px;
	}
	.contents--mv .pc {
		display: none !important;
	}
	.contents--mv .sp {
		display: block !important;
	}
/* read
____________________*/
.read .read_inner-wrap .cp_bnr {
	margin: 0 auto 10vw;
}
.read .read_inner-wrap .read_txt {
	letter-spacing: 1.4px;
	margin: 15px 0 0;
}
.read .read_inner-wrap .niji_btn {
	margin-top: 6.68vw;
}
.read .read_inner-wrap .niji_btn img {
	width: 58.14vw;
}
/* choice
____________________*/
.contents--choice {
	margin-bottom: 0;
}
.choice {
	padding-top: 30px;
    padding-bottom: 90px;
}
.choice_inner_wrap {
	border-radius: 30px;
	margin-top: 5.8vw;
}
.choice_inner_wrap .ttl_wrap {
	flex-direction: column;
}
.choice_inner_wrap .ttl_wrap:nth-of-type(n+2) {
	margin-top: 10.7vw;
}
.choice_inner_wrap .ttl_wrap h3 {
	margin-top: 10vw;
}
.choice_inner_wrap .ttl_wrap h3 img {
	width: 81.6vw;
}
.choice_inner_wrap .ttl_wrap:nth-of-type(2) h3 img {
	width: 74.4vw;
}
.choice_inner_wrap .ttl_wrap:nth-of-type(3) h3 img {
	width: 83.5vw;
}
.choice_inner_wrap .ttl_wrap:nth-of-type(4) h3 img {
	width: 83.5vw;
}
.choice_inner_wrap .c_number {
	width: 24vw;
	margin-right: 0;
}
.choice_txt_list {
	padding-left: 0;
    padding-right: 0;
}
.choice_txt_list li {
	flex-direction: column;
	margin-top: 0;
	padding-top: 10.7vw;
	padding-bottom: 10.7vw;
}
.choice_txt_list:nth-of-type(1) li img {
	width: 81.1vw;
}
.choice_txt_list:nth-of-type(1) li:nth-of-type(2) img {
	width: 75.2vw;
}
.choice_txt_list:nth-of-type(2) li img {
	width: 67.8vw;
}
.choice_txt_list:nth-of-type(2) li img + img {
	width: 75.5vw;
	margin-top: 9.4vw;
}
.choice_txt_list:nth-of-type(3) li img {
	width: 77.6vw;
}
.choice_txt_list:nth-of-type(4) li img {
	width: 84.5vw;
}
/* lineup
____________________*/
.contents--lineup {
	margin-top:0;
	margin-bottom:0;
	background: #EFEFEF url(../../gamepc/img/cts_galleria_nijisanji_koshien2024/bg_2_sp.webp) repeat-y center top/cover;
}
.lineup {
	padding-top: 75px;
	padding-bottom: 100px;
	margin-bottom: 0;
}
.about_wrap .ttl_h2 img {
	width: 67vw;
}
.lineup .about_wrap .about_txt, .lineup .about_wrap .ttl_h3 {
	margin-top: 9.35vw;
}
.lineup .about_wrap .about_txt img {
	width: 83.75vw;
}
.lineup .about_wrap .ttl_h3 img {
	width: 91vw;
}
.lineup .about_wrap .niji_btn2 {
	margin-top: 15vw;
}
.contents__wrap .lineup .niji_btn2 img {
	width: 41.6vw;
}
/* campaign
____________________*/
.contents--campaign {
	margin-top: 85px;
}
.campaign {
}
.campaign_inner_wrap {
	margin-top: 12vw;
}
img.logo_g_n {
	width: 79.5vw;
}
img.logo_cp {
	width: 66.7vw;
}
.cptxt1 {
	width: 61.9vw;
	margin-top: 2vw;
}
.cptxt2 {
	width: 78.5vw;
	margin-top: 3vw;
}
.cptxt3 {
	width: 67.5vw;
	margin-top: 3vw;
}
.cptxt4 {
	margin-top: 4.9vw;
}
.cptxt3 img,
.cptxt4 img {
	width: 100%;
	max-width: inherit;
}
.cpt_note {
	font-size: 2.94vw;
}
}
@media screen and (min-width: 768px) and (max-width: 1010px) {
.jaccs_box dl {
	flex-direction: column;
}	
}

@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;
}
