@charset "UTF-8";

/*
RESET CSS
-------------------------------------------------------------------
* @acab/reset.css
* Nov 29, 2024
* https://github.com/mayank99/reset.css/blob/main/package/index.css
*/

*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

:where([hidden]:not([hidden='until-found'])) {
	display: none !important;
}

:where(html) {
	-webkit-text-size-adjust: none;
	color-scheme: dark light;
	tab-size: 2;
	scrollbar-gutter: stable;
	interpolate-size: allow-keywords;
	line-height: 1.5;
}

:where(html:has(dialog:modal[open])) {
	overflow: clip;
}

@media (prefers-reduced-motion: no-preference) {
	:where(html:focus-within) {
		scroll-behavior: smooth;
	}
}

:where(body) {
	line-height: inherit;
	font-family: system-ui, sans-serif;
	-webkit-font-smoothing: antialiased;
}

:where(button) {
	all: unset;
}

:where(input, button, textarea, select) {
	font: inherit;
	color: inherit;
	letter-spacing: inherit;
  word-spacing: inherit;
	font-feature-settings: inherit;
  font-variation-settings: inherit;
}

:where(textarea) {
	resize: vertical;
	resize: block;
}

:where(button, label, select, summary, [role='button'], [role='option']) {
	cursor: pointer;
}

:where(:disabled, label:has(> :disabled, + disabled)) {
	cursor: not-allowed;
}

:where(a) {
	color: inherit;
	text-underline-offset: 0.2ex;
}

:where(ul, ol) {
	list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
	display: block;
}

:where(img, picture, svg, video) {
	max-inline-size: 100%;
	block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
	overflow-wrap: break-word;
}

:where(h1, h2, h3) {
	line-height: calc(1em + 0.5rem);
	text-wrap: balance;
}

:where(hr) {
	border: none;
	border-block-start: 1px solid;
	color: inherit;
	block-size: 0;
	overflow: visible;
}

:where(dialog, [popover]) {
	border: none;
	background: none;
	color: inherit;
	inset: unset;
	max-width: unset;
	max-height: unset;
	overflow: unset;
}

:where(dialog:not([open], [popover]), [popover]:not(:popover-open)) {
	display: none !important;
}

:where(:focus-visible) {
	outline: 3px solid CanvasText;
	box-shadow: 0 0 0 5px Canvas;
	outline-offset: 1px;
}

:where(:focus-visible, :target) {
	scroll-margin-block: 8vh;
}

:where(.visually-hidden:not(:focus-within, :active)) {
	clip-path: inset(50%) !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden !important;
	position: absolute !important;
	white-space: nowrap !important;
	border: 0 !important;
	user-select: none !important;
}



/* SETTING 
====================================================== */
html, body {
	overflow-x: hidden;
}
body {
 	position: relative;
 	font-family: "Noto Sans JP", sans-serif;
 	font-weight: 400;
/* 	font-feature-settings: "palt"; */
 	color: #111;
 	background: #FFF;
 	line-height: 1.5;
	text-align: left;
}

:root {
	--colorA: #27A8E4;
	--colorB: #1F78C0;
}

.pc { display: block!important; }
.tb { display: none!important; }
.sp { display: none!important; }
@media screen and (max-width: 1200px) {
	.pc { display: block!important; }
	.tb { display: block!important; }
	.sp { display: none!important; }
}
@media screen and (max-width: 768px) {
	.pc { display: none!important; }
	.tb { display: none!important; }
	.sp { display: block!important; }
}
.taC {
	text-align: center;
}

span.sup {
	font-size: .5em;
	vertical-align: top;
	margin: 0;
}


/* LAYOUT 
====================================================== */
.teikyo {
	max-width: calc(1280px + 8%);
	margin: auto;
	padding: 10px 4%;
}
.teikyo_txt {
	font-size: .8125em;
	line-height: 1;
	text-align: right;
}

/* タイトル --------------------- */
section.hero {
	max-width: 1280px;
	margin: auto;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.kv_container {
	display: grid;
	grid-template-columns: 2.26923fr 1fr;
	grid-template-rows: 0.83846fr 0.819256fr;
	grid-column-gap: 5px;
	grid-row-gap: 5px;
}
.kv_gridA {
	grid-area: 1 / 1 / 2 / 2;
}
.kv_gridB {
	grid-area: 2 / 1 / 3 / 2;
}
.kv_gridC {
	grid-area: 1 / 2 / 3 / 3;
}
.kv_gridA_box {
	display: flex;
	gap: 5px;
}
.kv_gridB_box {
	display: flex;
	gap: 5px;	
}
.unitA1, .unitA2, .unitB1, .unitB2 {
	position: relative;
}
.kv_pic_txt {
	position: absolute;
	width: min(140px, 10.9375vw);
}
.kv_pic_txt.A1 {
	bottom: min(20px, 1vw);
	left: min(20px, 1vw);
}
.kv_pic_txt.A2 {
	top: min(20px, 1vw);
	right: min(20px, 1vw);
}
.kv_pic_txt.B1 {
	bottom: min(20px, 1vw);
	right: min(20px, 1vw);
}
.kv_pic_txt.B2 {
	top: min(20px, 1vw);
	left: min(20px, 1vw);
}

.title_container {
	width: 100%;
	margin: auto;
	position: relative;
}
.title_catch {
	position: absolute;
	width: 250px;
	height: 250px;
	top: -170px;
	right: -15px;
}
.title_hd1 {
	width: fit-content;
	margin: auto;
}
.title_hd1_a {
	font-size: 38px;
	font-weight: 900;
	text-align: left;
	padding-left: 35px;
}
.title_hd1_b {
	display: flex;
	justify-content: center;
	gap: 5px;
	margin: 25px auto 0;
	padding-right: 35px;
}
.lead_container {
	max-width: 860px;
	margin: auto;
}
.lead {
	font-size: 1.125em;
	font-weight: 600;
	color: var(--colorB);
	line-height: 2;
	text-align: justify;
}

@media only screen and (max-width: 1280px) {
	.title_catch {
		position: absolute;
		width: 19.53125vw;
		height: 19.53125vw;
		top: -7.8125vw;
		right: 2vw;
	}
	.title_hd1 {
		width: fit-content;
		margin: 0 4%;
	}
	.title_hd1_a {
		font-size: 2.96875vw;
		font-weight: 900;
		text-align: left;
		padding-left: 35px;
	}
	.title_hd1_b {
		gap: 5px;
		margin: 25px auto 0;
		padding-right: 2.734375vw;
	}
	.title_hd1_b img {
		height: 6.25vw;
	}
}

@media only screen and (max-width: 960px) {
	.title_catch {
		position: absolute;
		width: 25vw;
		height: 25vw;
		top: initial;
		bottom: 0;
		right: 4vw;
	}
	.title_hd1_b {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
		padding-right: 0;
	}
	.title_hd1_b img {
		height: 8.75vw;
	}
	.title_hd1_b img:last-child {
		padding-left: 3.367346vw;
	}
	.lead_container {
		width: 100%;
		max-width: 860px;
		padding: 0 4%;
	}
}

@media only screen and (max-width: 767px) {
	section.hero {
		gap: 0;
	}
	.kv_container {
		order: 2;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: 2fr 1fr;
		grid-column-gap: 1.25vw;
		grid-row-gap: 1.25vw;
		margin: 17.5vw auto 0;
	}
	.kv_gridA { 
		grid-area: 1 / 1 / 2 / 2; 
	}
	.kv_gridB { 
		grid-area: 2 / 1 / 3 / 3; 
	}
	.kv_gridC { 
		grid-area: 1 / 2 / 2 / 3; 
	}
	.kv_gridA_box {
		flex-direction: column-reverse;
		gap: 1.25vw;
	}
	.kv_gridB_box {
		flex-direction: row-reverse;
		gap: 1.25vw;
	}
	.unitA1, .unitA2 {
		height: 39vw;
	}
	.unitB1, .unitB2 {
		width: 49.375vw;
		height: 39vw;
	}
	.kv_picA1, .kv_picA2, .kv_picB1, .kv_picB2 {
	    width: 100%;
	    height: 100%;
	    object-fit: cover;
	}
	.kv_picA1 {
	    object-position: center;
	}
	.kv_picA2 {
	    object-position: center;
	}
	.kv_picB1 {
	    object-position: center;
	}
	.kv_picB2 {
	    object-position: left;
	}
	.unitC1 {
			height: 79.25vw;
	}
	.unitC1 img {
	    width: 100%;
	    height: 100%;
	    object-fit: cover;
	}
	.kv_pic_txt.A1 {
		bottom: 2vw;
		right: 1vw;
		left: initial;
	}
	.kv_pic_txt.A2 {
		top: 2vw;
		left: 1vw;
		right: initial;
	}
	.kv_pic_txt.B1 {
		top: 2vw;
		bottom: initial;
		right: 1vw;
	}
	.kv_pic_txt.B2 {
		top: 2vw;
		left: 1vw;
	}
	.title_container {
		order: 1;
		margin: 2vw auto 0;
	}
	.title_catch {
		position: absolute;
		width: 34vw;
		height: 34vw;
		top: initial;
		bottom: -20vw;
		right: 2vw;
	}
	.title_hd1_a {
		font-size: min(2em, 4.6vw);
		padding-left: 0;
		text-align-last: justify;
	}
	.title_hd1_b {
		margin: 3.5vw auto 0;
	}
	.title_hd1_b img {
		height: 12.5vw;
	}
	.title_hd1_b img:last-child {
		padding-left: 5vw;
	}
	.kv_pic_txt {
		position: absolute;
		width: 19vw;
	}
	.lead_container {
		order: 3;
		margin: 5vw auto 0;
	}
	.lead {
		font-size: 1em;
	}
}


/* 動画 --------------------- */
section.video {
	margin: 50px auto 0;
	padding: 40px 4%;
}
.video_container {
	display: flex;
	justify-content: center;
	margin: auto;
}
.video_wrap {
	width: fit-content;
	padding: 10px;
	border-radius: 4px;
	background: #FFF;
}
.video_box {
	width: 740px;
}

@media only screen and (max-width: 960px) {
	.video_wrap {
		padding: 5px;
		border-radius: 5px;
	}
	.video_box {
		width: calc(100vw - 8vw - 10px );
	}
}


/* 本文 --------------------- */
section.content {
	margin: min(60px, 8vw) auto 0;
	max-width: calc(960px + 8%);
	padding: 0 4%;
	box-sizing: border-box;
}
.content .content_hd2 {
	position: relative;
	font-size: 2.5em;
	font-weight: 900;
	line-height: 1;
	text-align: center;
	color: var(--colorA);
	font-feature-settings: "palt";
	letter-spacing: .05em;
	margin: min(70px, 12vw) auto min(30px, 5vw);
	width: fit-content;
	border-bottom: solid 4px var(--colorA);
	padding: 0 0 6px;
}
.content .content_hd2:before {
	position: absolute;
    content: "";
    width: 20px;
    height: 15px;
    background: url(./dq.svg) no-repeat;
    background-size: contain;
	top: 0;
	left: -30px;
}
.content .content_hd2:after {
	position: absolute;
    content: "";
    width: 20px;
    height: 15px;
    background: url(./dq.svg) no-repeat;
    background-size: contain;
	top: 0;
	right: -30px;
	transform: rotate(180deg);
}

@media only screen and (max-width: 767px) {
		.content .content_hd2 {
			font-size: 6.5vw;
		}
	.content .content_hd2:before {
	    width: 3.2vw;
	    height: 2.4vw;
		left: -4.5vw;
	}
	.content .content_hd2:after {
	    width: 3.2vw;
	    height: 2.4vw;
		right: -4.5vw;
	}
}

.content .content_p {
	max-width: 800px;
	line-height: 2;
	text-align: justify;
	margin: 0 auto 1em;
}
.content .content_p .content_p_star {
	font-size: .875em;
	color: var(--colorA);
	vertical-align: top;
}

.pic_lst {
	display: flex;
	justify-content: space-between;
	align-content: flex-start;
	margin: min(40px, 8vw) auto 0;
	position: relative;
}
.pic_lst li {
	width: 46.875%;
}
.pic_lst::after {
	content: "";
	position: absolute;
	top: calc(50% - 50px);
	left: calc(50% + 15px);
	transform: translate(-50%, -50%);
    border: min(30px, 3vw) solid transparent;
    border-left: min(30px, 3vw) solid #30B5D0;
}

@media only screen and (max-width: 960px) {
	.pic_lst::after {
		top: calc(50% - 5vw);
		left: calc(50% + 1.5vw);
	}
}

@media only screen and (max-width: 767px) {
	.pic_lst {
		flex-direction: column;
		gap: 50px;
	}
	.pic_lst li {
		width: 100%;
		position: relative;
	}
	.pic_lst li img {
		margin: auto;
	}
	.pic_lst li:first-child::after {
		content: "";
		position: absolute;
		bottom: -70px;
		left: 50%;
		transform: translateX(-50%);
	    border: 30px solid transparent;
	    border-top: 30px solid #30B5D0;
	}
	.pic_lst::after {
		display: none;
	}
}

.detail_head {
	max-width: 600px;
	margin: min(40px, 8vw) auto 0;
}
.detail_hd3 {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: .5em;
	background: var(--colorB);
	text-align: center;
	line-height: 1.125;
	padding: 15px 4px;
}
.detail_hd3 .detail_hd3_txt {
	color: #FFF;
	font-size: 1.375em;
	font-feature-settings: "palt";
	letter-spacing: .01em;
}
.detail_hd3 .detail_hd3_em {
	color: #FFF;
	font-size: 1.75em;
	font-weight: 900;
	font-feature-settings: "palt";
	letter-spacing: .01em;
}

@media only screen and (max-width: 767px) {
	.detail_hd3 {
		flex-direction: column;
	}
	.detail_hd3 .detail_hd3_txt {
		font-size: 4.5vw;
	}
	.detail_hd3 .detail_hd3_em {
		font-size: 5.5vw;
	}
}

.detail_note {
	font-size: .875em;
	margin: 10px auto 0;
}
.detail_note li.detail_note_star1 {
	text-indent: -2em;
	padding-left: 2em;
	font-feature-settings: "palt";
	letter-spacing: .025em;
}
.detail_note li.detail_note_star2 {
	text-indent: -3em;
	padding-left: 3em;
	font-feature-settings: "palt";
	letter-spacing: .025em;
}
.detail_note li.detail_note_star3 {
	text-indent: -4em;
	padding-left: 4em;
	font-feature-settings: "palt";
	letter-spacing: .025em;
}
.detail_note li.detail_note_star4 {
	text-indent: -5em;
	padding-left: 5em;
	font-feature-settings: "palt";
	letter-spacing: .025em;
}
.detail_note li span {
	color: var(--colorA);
	padding-right: 1em;
}

section.detail_tech {
	max-width: 860px;
	margin: 60px auto 0;
}
.detail_tech_lst {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px;
	margin: 10px auto 0;
}
.detail_tech_lst_unit {
	width: calc(50% - 5px);
	background: #DDF1FC;
	padding: 24px;
}
.detail_tech_lst_unit_ttl {
	font-size: 1.375em;
	font-weight: 600;
	text-align: center;
	margin: 10px auto 0;
}
.detail_tech_lst_unit_ttl_star {
	color: var(--colorA);
	font-size: .636363em;
    vertical-align: top;
}
.detail_tech_lst_unit_txt {
	text-align: justify;
	margin: 10px auto 0;
}
.detail_tech_lst_unit_txt_star {
	color: var(--colorA);
	font-size: .875em;
    vertical-align: top;
}

@media only screen and (max-width: 960px) {
	section.detail_tech {
		max-width: none;
		padding: 0 4%;
	}
	.detail_tech_lst {
		flex-direction: column;
		gap: 10px;
		margin: 10px auto 0;
	}
	.detail_tech_lst_unit {
		width: 100%;
		padding: 24px;
	}
}

@media only screen and (max-width: 767px) {
	section.detail_tech {
		max-width: 860px;
		margin: 10vw auto 0;
		padding: 0 4%;
	}
	.detail_tech_lst_unit {
		padding: 20px 4%;
	}
	.detail_tech_lst_unit_ttl {
		font-size: 4.75vw;
	}
	.detail_tech_lst_unit_ttl_star {
		color: var(--colorA);
		font-size: .6153846em;
	    vertical-align: top;
	}
	.detail_tech_lst_unit_txt {
		margin: 5px auto 0;
	}
}


/* インタビュー --------------------- */
section.interview {
	margin: 60px auto 0;
	max-width: calc(860px + 8%);
	padding: 0 4%;
	box-sizing: border-box;
}
.interview_ttl {
	color: #FFF;
	font-size: 1.625em;
	font-weight: 900;
	background: linear-gradient(90deg, #1F78C0 0%, #1F78C0 50%, #96D5F5 100%);
	padding: 10px 30px;
}
.interview_agenda {
	font-size: 1.75em;
	font-weight: 900;
	background: #C0E7FC;
	padding: 10px 30px;
}
.interview_txt {
	background: #E8F7FF;
	padding: 20px 30px;
}
.interview_txt_p {
	font-weight: 400;
	line-height: 2;
	text-align: justify;
	margin-bottom: 1em;
}
.interview_txt_p.widthS {
	width: 480px;
}
.interview_txt_p_star {
	color: var(--colorA);
	font-size: .875em;
    vertical-align: top;
}
.interview_person {
	background: #C0E7FC;
	padding: 20px 30px;
	display: flex;
	gap: 20px;
}
.interview_person_prof {
	width: 480px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.interview_person_prof_name {
	font-size: 1.125em;
	font-weight: 600;
}
.interview_person_prof_name span {
	font-size: 1.333333em;
}
.interview_person_prof_txt {
	text-align: justify;
}
.interview_person_pic {
	width: 300px;
	flex-shrink: 0;
	position: relative;
}
.interview_person_pic img {
	position: absolute;
	bottom: 0;
}

@media only screen and (max-width: 960px) {
	.interview_txt {
		padding: 20px 30px 300px;
	}
	.interview_txt_p.widthS {
		width: 100%;
	}
	.interview_person {
		flex-direction: column-reverse;
		padding: 50px 30px 20px;
		gap: 10px;
	}
	.interview_person_prof {
		width: 100%;
		flex-direction: column;
		align-items: center;
	}
	.interview_person_pic {
		width: 300px;
		margin: auto;
	}
}

@media only screen and (max-width: 767px) {
	section.interview {
		margin: 10vw auto 0;
		padding: 0;
	}
	.interview_ttl {
		font-size: 5.5vw;
		padding: 10px 4%;
	}
	.interview_agenda {
		font-size: 5.5vw;
		padding: 10px 4%;
	}
	.interview_txt {
		padding: 20px 4% 50vw;
	}
	.interview_person {
		padding: 10vw 4% 20px;
	}
	.interview_person_pic {
		width: 50vw;
		margin: auto;
	}
	.interview_person_prof_name {
		font-size: 1em;
	}
	.interview_person_prof_name span {
		font-size: 1.25em;
	}
}


/* 勝俣’S Eye --------------------- */
section.eye {
	margin: 60px auto 0;
	max-width: calc(860px + 8%);
	padding: 0 4%;
	box-sizing: border-box;
}
.eye_ttl {
	background: linear-gradient(90deg, #5DC5D6 0%, #5DC5D6 50%, #C4E6EE 100%);
	padding: 10px 30px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.eye_ttl_title {
	color: #FFF;
	font-size: 1.625em;
	font-weight: 900;
}
.eye_ttl_name {
	font-size: 1.125em;
}
.eye_ttl_name span {
	font-size: 1.333333em;
	font-weight: 600;
	margin-left: .5em;
}
.eye_content {
	background: #DCF0F5;
	padding: 30px;
}
.eye_content_agenda {
	font-size: 1.75em;
	font-weight: 900;
}
.eye_content_box {
	margin: 20px auto 0;
	display: flex;
	justify-content: space-between;
}
.eye_content_box_pic {
	width: 37.5%;
}
.eye_content_box_txt {
	width: 60%;
}
.eye_content_box_txt p {
	line-height: 2;
	text-align: justify;
	margin-bottom: 1em;
}

@media only screen and (max-width: 767px) {
	section.eye {
		margin: 10vw auto 0;
		padding: 0;
	}
	.eye_ttl {
		padding: 10px 4%;
		flex-direction: column;
		gap: 1vw;
		align-items: center;
	}
	.eye_ttl_title {
		font-size: 7.5vw;
	}
	.eye_ttl_name {
		font-size: 1em;
	}
	.eye_ttl_name span {
		font-size: 1.25em;
	}
	.eye_content {
		padding: 5vw 4% 10vw;
	}
	.eye_content_agenda {
		font-size: 6.5vw;
		text-align: center;
	}
	.eye_content_box_pic {
		width: 50vw;
		margin: auto;
	}
	.eye_content_box_txt {
		width: 100%;
	}
	.eye_content_box {
		flex-direction: column-reverse;
		margin: 5vw auto 0;
	}
}


/* お問い合わせ --------------------- */
section.inquiry {
	width: 100%;
	color: #FFF;
	text-align: center;
	padding: 80px 0;
	margin: 100px auto 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.inquiry .inquiry_hd {
	background: #FFF;
	color: var(--colorB);
	font-size: 1.125em;
	font-weight: 600;
	padding: 4px 20px;
	border-radius: 30px;
	width: fit-content;
}
.inquiry .inquiry_title {
	width: min(200px, 40vw);
}

@media only screen and (max-width: 767px) {
	section.inquiry {
		padding: 15vw 0;
		margin: 15vw auto 0;
	}
	.inquiry .inquiry_title {
		width: 40vw;
	}
}

/* BUTTON ----------------------------------------- */
.btStyle {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	height: 64px;
	padding: 8px 12px 8px 24px;
	font-size: 1.125em;
	font-weight: 600;
	color: var(--colorB);
	text-decoration: none;
	overflow-wrap: anywhere;
	background: #FFF;
	border: 2px solid #FFF;
	border-radius: 32px;
	margin: 50px auto 0;
}
.btStyle-icon {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1;
	overflow: hidden;
}
.btStyle-text {
	flex-shrink: 1;
	width: 100%;
}
.iconArrowLeft {
	rotate: 180deg;
}
/* Hover時アニメーション */
@media (any-hover: hover) {
  .btZoom {
    transition: all 0.3s ease;
    transform: scale(1.0);
  }
  .btZoom:hover {
    transform: scale(1.2);
  }
}

@media only screen and (max-width: 767px) {
	.btStyle {
		max-width: none;
		height: 13vw;
		padding: 8px 8px 8px 24px;
		font-size: min(1.125em, 4vw);
		border-radius: 6.5vw;
		margin: 10vw auto 0;
	}
}

.obi {
	width: 100%;
	height: 60px;
	background: url(./bg_triangle.png), linear-gradient(90deg, #659ED1 0%, #96D5F5 50%, #659ED1 100%);
	background-position: center;
	margin: 0;
}


/* animation fadein ----------------------------------------- */
.fadein {
  opacity: 0;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fadein.is-animated {
  opacity: 1;
}

.fadein.fadeinUp {
  transform: translateY(40px);
}

.fadein.fadeinUp.is-animated {
  opacity: 1;
  transform: translateY(0);
}



/* animation badgePut ----------------------------------------- */
.badgePut {
  transform: scale(1.6) rotate(-20deg);
  opacity: 0;
  transition: .5s cubic-bezier(0.41, 0.67, 0.62, 0.99) 0.5s;
}
.badgePut.is-animated {
  transform: scale(1.0) rotate(0deg);
  opacity: 1;
}
.delay1 {
  transition-delay: 1.0s;
}
.delay2 {
  transition-delay: 1.3s;
}
.delay3 {
  transition-delay: 1.6s;
}
.delay4 {
  transition-delay: 1.9s;
}
.delay5 {
  transition-delay: 2.1s;
}

@media only screen and (max-width: 767px) {
  .delay1 {
    transition-delay: 1.3s;
  }
  .delay2 {
    transition-delay: 1.0s;
  }
  .delay3 {
    transition-delay: 1.3s;
  }
  .delay4 {
    transition-delay: 1.0s;
  }
}


/* animation badgeShiny ----------------------------------------- */
.badgeShiny-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url('./catch.png'); mask-image: url('./catch.png');
  -webkit-mask-size: 100% auto; mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
  -webkit-mask-position: left top; mask-position: left top;
  overflow: hidden;
}
.badgeShiny-mask.is-animated .badgeShiny-hikari {
  position: absolute;
  top: -2%;
  left: -100%;
  width: 60%;
  padding: 100% 0 0;
  background-image: radial-gradient(circle, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-10deg);
  animation: badgeShiny 6s ease-in-out 5;
  z-index: 99;
}
@keyframes badgeShiny {
  0%   { left: -80%; }
  50%  { left: -80%; }
  55%  { left:  120%; }
  100% { left:  120%; }
}



/* animation sectionSlideDouble ----------------------------------------- */
.sectionSlideDouble {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.sectionSlideDouble::before,
.sectionSlideDouble::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: left center;
  transform: scale(0, 1);
  background-size: 200% 100%;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 1;
}
/* 背景1 */
.sectionSlideDouble::before {
  background: var(--colorA);
}
/* 背景2（遅延あり） */
.sectionSlideDouble::after {
  background: var(--colorB);
}

/* アニメーション発火 */
.sectionSlideDouble.is-animated::before {
  animation: sectionSlideDoubleAnim 1s cubic-bezier(0.98, -0.04, 0.32, 0.91) 0s forwards;
}
.sectionSlideDouble.is-animated::after {
  animation: sectionSlideDoubleAnim 1s cubic-bezier(0.98, -0.04, 0.32, 0.91) 0.3s forwards;
}
@keyframes sectionSlideDoubleAnim {
  0% {
    transform: scale(0, 1);
    background-position: 60% 100%;
  }
  50% {
    transform: scale(1, 1);
    background-position: 60% 100%;
  }
  100% {
    transform: scale(1, 1);
    background-position: 39% 100%;
  }
}
    
/* リバースアニメーション */
.sectionSlideDouble.is-reversing::before {
  animation: sectionSlideDoubleAnimReverse 1s cubic-bezier(0.98, -0.04, 0.32, 0.91) 0.3s forwards;
}
.sectionSlideDouble.is-reversing::after {
  animation: sectionSlideDoubleAnimReverse 1s cubic-bezier(0.98, -0.04, 0.32, 0.91) 0s forwards;
}
@keyframes sectionSlideDoubleAnimReverse {
  0% {
    transform: scale(1, 1);
    background-position: 39% 100%;
  }
  50% {
    transform: scale(1, 1);
    background-position: 60% 100%;
  }
  100% {
    transform: scale(0, 1);
    background-position: 60% 100%;
  }
}
