@charset "UTF-8";
*,
*:after,
*::before {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

html {
	width: 100%;
	font-size: 15px;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	width: 100%;
	font-weight: normal;
	font-family: "TazuganeGothicStdN-Regular";
	overflow-x: hidden;
	line-height: 1.75;
	letter-spacing: 1px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
	text-decoration: none;
	outline: none;
}

a:focus {
	outline: none;
}

img {
	width: 100%;
	height: auto;
	border: none;
	vertical-align: middle;
}

hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0rem;
	margin: 0rem;
	font-size: 1rem;
	font-weight: normal;
	font-family: "TazuganeGothicStdN-Regular";
	line-height: 1.75;
}

p {
	padding: 0rem;
	margin: 0rem;
	line-height: 1.75;
}

div {
	line-height: 1.75;
}

article,
aside,
details,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

ul,
ol {
	list-style: none;
}

ul {
	font-size: 0;
}

ul li {
	font-size: 1rem;
	margin: 0rem;
}

iframe {
	vertical-align: bottom;
}

::-webkit-input-placeholder {
	font-family: "TazuganeGothicStdN-Regular";
	font-size: 0.8rem;
	color: #000;
}

:-ms-input-placeholder {
	font-family: "TazuganeGothicStdN-Regular";
	font-size: 0.8rem;
	color: #000;
}

::-moz-placeholder {
	font-family: "TazuganeGothicStdN-Regular";
	font-size: 0.8rem;
	color: #000;
}

::-moz-selection {
	background: #000;
	/* 選択色 */
	color: #fff;
	/*文字色*/
}

::selection {
	background: #000;
	/* 選択色 */
	color: #fff;
	/*文字色*/
}

::-moz-selection {
	background: #000;
	/* 選択色 */
	color: #fff;
	/*文字色*/
}

input[type=text],
input[type=email],
input[type=number],
input[type=tel],
input[type=submit],
button,
textarea,
select {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 1rem;
	font-family: "TazuganeGothicStdN-Regular";
	overflow-x: hidden;
	line-height: 1.75;
	letter-spacing: 1px;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

button {
	width: auto;
	display: inline-block;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

select::-ms-expand {
	display: none;
}

span.wpcf7-list-item {
	display: block;
	margin: 0;
}

div.wpcf7-response-output {
	padding: 2rem 1rem;
	margin: 0;
	border: 0px;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-response-output {
	background: #000;
	text-align: center;
	color: #fff;
	font-weight: 700;
}

div.wpcf7-mail-sent-ok {
	background: #000;
	text-align: center;
	color: #fff;
	font-weight: 700;
}

.navigation-wrap a {
	color: #1A66CA;
}
.navigation-wrap .hide {
	display: none;
}
.navigation-wrap ul li a {
	font-size: 13px;
	letter-spacing: 0;
}
.navigation-wrap .lay-header__logo a {
	display: -ms-grid;
	display: grid;
}
.navigation-wrap .lay-header_nav li a {
	display: initial;
}
.navigation-wrap .lay-logo-wrapper li {
	letter-spacing: 0;
}
.navigation-wrap img {
	width: initial;
}

html {
	font-size: 16px;
	color: #555555;
}

body {
	color: #555555;
	font-size: 16px;
	font-family: "TazuganeGothicStdN-Regular";
	line-height: 2;
}
@media only screen and (max-width: 520px) {
	body {
		font-size: 14px;
	}
}
body._hidden {
	overflow: hidden;
}

a {
	text-decoration: none;
	color: inherit;
}

.all-wrap {
	overflow: hidden;
}

.section_inner {
	padding-left: 264px;
	max-width: 1213px;
	width: 100%;
	margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
	.section_inner {
		padding: 0 55px;
	}
}
@media only screen and (max-width: 768px) {
	.section_inner {
		padding: 0 20px;
	}
}
.section_inner._mask {
	padding-left: 264px;
}
@media only screen and (max-width: 1200px) {
	.section_inner._mask {
		padding: 0 55px;
	}
}
@media only screen and (max-width: 1024px) {
	.section_inner._mask {
		padding-left: 0;
	}
}

/*================================================================================================

* PCのみ表示  SPのみ表示 *

================================================================================================*/
.pc_only {
	display: block;
}

.sp_only {
	display: none;
}

@media only screen and (max-width: 768px) {
	.pc_only {
		display: none;
	}
	.sp_only {
		display: block;
	}
}
.pc_only-1200 {
	display: block;
}

.sp_only-1200 {
	display: none;
}

@media only screen and (max-width: 1200px) {
	.pc_only-1200 {
		display: none;
	}
	.sp_only-1200 {
		display: block;
	}
}
.swiper-slide {
	width: 100%;
	height: auto !important;
	min-height: 280px;
}

.swiper-container {
	padding-bottom: 38px;
	overflow: hidden;
}
@media only screen and (max-width: 768px) {
	.swiper-container {
		padding-bottom: 0;
	}
}

.swiper-slide {
	width: 100%;
	min-height: 280px;
}

.card_wrap .card.swiper-slide {
	position: relative;
	background-color: rgba(255, 255, 255, 0.7);
	opacity: 1 !important;
}
.card_wrap .card.swiper-slide::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0.7;
	position: absolute;
	top: 0;
	left: 0;
}
.card_wrap .card.swiper-slide-active {
	opacity: 1;
}
.card_wrap .card.swiper-slide-active::before {
	content: none;
}

/*================================================================================================

*  swiper  ページネーション *

================================================================================================*/
.swiper-pagination {
	position: static !important;
}
.swiper-pagination .swiper-pagination-bullet {
	width: 45px;
	height: 9px;
	border-radius: inherit;
	background-color: #fff;
	margin: 0 !important;
	opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet:not(:first-of-type) {
	margin-left: 10px !important;
}
@media only screen and (max-width: 768px) {
	.swiper-pagination .swiper-pagination-bullet {
		width: 30px;
		height: 6px;
	}
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #005EB8 !important;
	opacity: 1;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	display: none;
}

.swiper-button-next,
.swiper-button-prev {
	margin-top: 0;
	position: static !important;
}

/*================================================================================================

* ふわっと表示 JS*

================================================================================================*/
.zoom-in {
	-webkit-transform-origin: right center;
	        transform-origin: right center;
}
.zoom-in._left-start {
	-webkit-transform-origin: left center;
	        transform-origin: left center;
}

._flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

._flex._reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
}

._flex._between {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

._flex._center {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

._flex_align_center {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

._flex._wrap {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
	._flex._reve-sp {
		-ms-flex-wrap: wrap-reverse;
		    flex-wrap: wrap-reverse;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}

@media only screen and (max-width: 768px) {
	._flex._wrap-sp {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}

.btn_contact {
	font-size: 2rem;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.6;
	color: #fff;
	background-color: #A26C54;
	width: 170px;
	border-radius: 10px;
	min-width: 15%;
	padding: 10px 19px;
}
.btn_contact:hover {
	background-color: #6a3016;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
@media only screen and (max-width: 768px) {
	.btn_contact {
		font-size: 1.8rem;
	}
}

.btn_link {
	display: block;
	width: 130px;
	border: 1px solid #000;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
	.btn_link:hover {
		opacity: 0.7;
	}
}
.btn_link span {
	display: block;
	text-align: center;
}

.card_wrap {
	white-space: nowrap;
}
.card_wrap .card {
	display: inline-block;
	background-color: #FFE100;
	margin-right: 20px;
	padding: 15px 15px 20px;
}
.card_wrap .card .card-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 14px;
}
@media only screen and (max-width: 768px) {
	.card_wrap .card .card-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 10px;
	}
}
.card_wrap .card .card-box .pic {
	max-width: 203px;
}
@media only screen and (max-width: 768px) {
	.card_wrap .card .card-box .pic {
		max-width: initial;
	}
}
.card_wrap .card .card-box .person {
	font-family: "TazuganeGothicStdN-Bold";
	font-weight: bold;
	-ms-flex-item-align: end;
	    align-self: flex-end;
	width: 50%;
}
@media only screen and (max-width: 768px) {
	.card_wrap .card .card-box .person {
		-ms-flex-item-align: start;
		    align-self: flex-start;
	}
}
.card_wrap .card .card-box .person .position {
	font-size: 15px;
}
@media only screen and (max-width: 768px) {
	.card_wrap .card .card-box .person .position {
		font-size: 12px;
	}
}
.card_wrap .card .card-box .person .name {
	font-size: 18px;
}
@media only screen and (max-width: 768px) {
	.card_wrap .card .card-box .person .name {
		font-size: 14px;
		line-height: 1.5;
	}
}
.card_wrap .card .card-text {
	font-size: 15px;
	white-space: normal;
	margin-top: 16px;
	letter-spacing: 0.5px;
}
@media only screen and (max-width: 768px) {
	.card_wrap .card .card-text {
		font-size: 13px;
		margin-top: 6px;
	}
}

.list_member .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "TazuganeGothicStdN-Bold";
}
.list_member .item > span {
	display: block;
}
.list_member .position {
	width: 150px;
}

body {
	position: relative;
}
body.loaded::before {
	-webkit-animation: loaded 0.3s ease-in forwards;
	        animation: loaded 0.3s ease-in forwards;
}
@-webkit-keyframes loaded {
	0% {
		opacity: 1;
	}
	99% {
		opacity: 0;
		pointer-events: none;
	}
	100% {
		opacity: 0;
		pointer-events: none;
		display: none;
	}
}
@keyframes loaded {
	0% {
		opacity: 1;
	}
	99% {
		opacity: 0;
		pointer-events: none;
	}
	100% {
		opacity: 0;
		pointer-events: none;
		display: none;
	}
}

.root-wrap.nowloading {
	opacity: 0;
}

.root-wrap {
	opacity: 1;
}

body .loading-wrap {
	width: 100%;
	height: 100%;
	background: #fff;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 9999;
	padding: 2rem;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

body.trans .loading-wrap {
	opacity: 1;
	pointer-events: auto;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.loading-wrap .inner {
	width: 100%;
	height: 100%;
}

.loading-wrap .inner > div {
	-webkit-transform: translateY(-8rem);
	        transform: translateY(-8rem);
}

html.ios body .loading-wrap,
html.ipad body .loading-wrap {
	background: none;
	padding: 0rem;
	pointer-events: none;
}

body .loading-ios-wrap {
	width: 100%;
	height: 100%;
	padding: 0rem;
	pointer-events: none;
}

html.ios body .loading-ios-wrap,
html.ipad body .loading-ios-wrap {
	width: 100%;
	height: 100%;
	background: #fff;
	padding: 2rem;
	pointer-events: none;
}

html.ios body .loading-ios-wrap,
html.ipad body .loading-ios-wrap {
	-webkit-animation-duration: 0.5s;
	        animation-duration: 0.5s;
	-webkit-animation-delay: 0s;
	        animation-delay: 0s;
	-webkit-animation-name: loadinginios;
	        animation-name: loadinginios;
	-webkit-animation-timing-function: ease;
	        animation-timing-function: ease;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}

html.ios body.trans .loading-ios-wrap,
html.ipad body.trans .loading-ios-wrap {
	-webkit-animation-duration: 4.5s;
	        animation-duration: 4.5s;
	-webkit-animation-delay: 0s;
	        animation-delay: 0s;
	-webkit-animation-name: loadingoutios;
	        animation-name: loadingoutios;
	-webkit-animation-timing-function: ease;
	        animation-timing-function: ease;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}

@-webkit-keyframes loadingoutios {
	0% {
		pointer-events: auto;
		opacity: 1;
	}
	80% {
		pointer-events: auto;
		opacity: 1;
	}
	81% {
		pointer-events: auto;
		opacity: 1;
	}
	99% {
		pointer-events: auto;
	}
	100% {
		pointer-events: none;
		opacity: 0;
	}
}

@keyframes loadingoutios {
	0% {
		pointer-events: auto;
		opacity: 1;
	}
	80% {
		pointer-events: auto;
		opacity: 1;
	}
	81% {
		pointer-events: auto;
		opacity: 1;
	}
	99% {
		pointer-events: auto;
	}
	100% {
		pointer-events: none;
		opacity: 0;
	}
}
@-webkit-keyframes loadininios {
	0% {
		pointer-events: auto;
		opacity: 0;
	}
	80% {
		pointer-events: auto;
		opacity: 0;
	}
	81% {
		pointer-events: auto;
		opacity: 0;
	}
	99% {
		pointer-events: auto;
	}
	100% {
		pointer-events: none;
		opacity: 1;
	}
}
@keyframes loadininios {
	0% {
		pointer-events: auto;
		opacity: 0;
	}
	80% {
		pointer-events: auto;
		opacity: 0;
	}
	81% {
		pointer-events: auto;
		opacity: 0;
	}
	99% {
		pointer-events: auto;
	}
	100% {
		pointer-events: none;
		opacity: 1;
	}
}
/*================================================================================================

* section wrap *

================================================================================================*/
.md_section-inner {
	max-width: 980px;
	margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
	.md_section-inner {
		padding: 0 15px;
	}
}

/*================================================================================================

* section ごとにある見出しとテキスト *

================================================================================================*/
.caption_wrap {
	line-height: 1.7;
	text-align: center;
	width: 100%;
	max-width: 342px;
	margin: 0 auto;
	padding-bottom: 50px;
}
.caption_wrap .caption {
	font-family: "Lato", sans-serif;
	font-size: 4rem;
	line-height: 1.2;
	color: #A26C54;
	margin-bottom: 50px;
}
.caption_wrap .caption_text {
	font-family: "Noto Sans JP", sans-serif;
}

/*================================================================================================

* ページネーション *

================================================================================================*/
.md_scroll {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 15px;
}

/*================================================================================================

* ABOUT で使用 *

================================================================================================*/
.md_wrap {
	max-width: 290px;
}
@media only screen and (max-width: 930px) {
	.md_wrap {
		max-width: initial;
	}
}
@media only screen and (max-width: 930px) {
	.md_wrap._move {
		padding-left: 100px;
	}
}
@media only screen and (max-width: 768px) {
	.md_wrap._move {
		padding-left: 80px;
	}
}
.md_wrap._move .human {
	position: relative;
}
.md_wrap._move .human .cap-pic {
	width: 120px;
	position: absolute;
	top: -40px;
	left: -126px;
}
@media only screen and (max-width: 768px) {
	.md_wrap._move .human .cap-pic {
		width: 79px;
		top: -35px;
		left: -77px;
	}
}
.md_wrap._move._right {
	margin-bottom: 75px;
	margin: 0 100px 60px auto;
	position: relative;
}
@media only screen and (max-width: 930px) {
	.md_wrap._move._right {
		-webkit-transform: none;
		        transform: none;
		margin: 0;
		margin-left: auto;
	}
}
.md_wrap._move._right .human {
	position: relative;
}
.md_wrap._move._right .human .cap-pic-02 {
	width: 113px;
	position: absolute;
	top: -40px;
	right: -130px;
}
@media only screen and (max-width: 768px) {
	.md_wrap._move._right .human .cap-pic-02 {
		width: 74px;
		top: -61px;
		right: -84px;
	}
}
.md_wrap._move._right .person {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	padding: 100px 0px 0 0;
}
@media only screen and (max-width: 930px) {
	.md_wrap._move._right .person {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.md_wrap._move._right .person .human {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
	.md_wrap._move._right .person .personal {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
}
@media only screen and (max-width: 768px) {
	.md_wrap._move._right .person {
		padding-top: 168px;
	}
}
.md_wrap .person {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
@media only screen and (max-width: 930px) {
	.md_wrap .person {
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
		gap: 10px;
	}
}
@media only screen and (max-width: 768px) {
	.md_wrap .person {
		gap: 8px;
		margin-bottom: 10px;
	}
}
.md_wrap .person .human {
	max-width: 202px;
	margin-bottom: 33px;
}
@media only screen and (max-width: 768px) {
	.md_wrap .person .human {
		width: 49%;
		margin-bottom: 0;
	}
}
.md_wrap .person .personal {
	margin-bottom: 16px;
	color: #000;
}
@media only screen and (max-width: 930px) {
	.md_wrap .person .personal {
		-ms-flex-item-align: end;
		    align-self: flex-end;
	}
}
@media only screen and (max-width: 768px) {
	.md_wrap .person .personal {
		margin-bottom: 0;
	}
}
.md_wrap .person .personal .company {
	font-family: "TazuganeGothicStdN-Bold";
	font-weight: bold;
}
@media only screen and (max-width: 768px) {
	.md_wrap .person .personal .company {
		font-size: 13px;
		letter-spacing: 0;
	}
}
.md_wrap .person .personal .name {
	font-family: "TazuganeGothicStdN-Bold";
	font-weight: bold;
}
@media only screen and (max-width: 768px) {
	.md_wrap .person .personal .name {
		font-size: 13px;
	}
}
.md_wrap .text {
	max-width: 286px;
}
@media only screen and (max-width: 930px) {
	.md_wrap .text {
		max-width: initial;
	}
}
@media only screen and (max-width: 768px) {
	.md_wrap .text {
		letter-spacing: 0.5px;
	}
}

.md_slide-movie {
	width: 100%;
	margin: 0;
	padding-bottom: 0px;
}
.md_slide-movie .swiper-slide {
	min-height: initial;
	position: relative;
	padding-top: 56.25%;
}
.md_slide-movie .swiper-slide iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.md_slide-movie .navigation-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.md_slide-movie .page-btn-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	gap: 60px;
	margin: 15px 0 30px;
}
@media only screen and (max-width: 768px) {
	.md_slide-movie .page-btn-wrap {
		gap: 40px;
	}
}
.md_slide-movie .swiper-button-prev,
.md_slide-movie .swiper-button-next {
	position: relative !important;
	width: 0;
	left: initial;
	right: initial;
	height: 0;
	border-style: solid;
	margin-top: 0;
	cursor: pointer;
}
.md_slide-movie .swiper-button-prev {
	border-width: 19px 28px 19px 0;
	border-color: transparent #fff transparent transparent;
}
@media only screen and (max-width: 768px) {
	.md_slide-movie .swiper-button-prev {
		border-width: 17.5px 19px 17.5px 0;
	}
}
.md_slide-movie .swiper-button-next {
	border-width: 19px 0 19px 28px;
	border-color: transparent transparent transparent #fff;
}
@media only screen and (max-width: 768px) {
	.md_slide-movie .swiper-button-next {
		border-width: 17.5px 0 17.5px 19px;
	}
}

@media only screen and (max-width: 768px) {
	.title_section {
		max-width: 153px;
	}
}
@media only screen and (max-width: 768px) {
	.title_section .svg-wrap svg {
		width: 100%;
		height: auto;
	}
}

.menu_list {
	text-align: right;
}
.menu_list .item {
	display: block;
	margin-bottom: 35px;
}
.menu_list .item .en {
	font-size: 20px;
	line-height: 0.8;
	letter-spacing: 0.1em;
	display: inline-block;
	margin-bottom: 14px;
}
.menu_list .item .ja {
	font-size: 13px;
	line-height: 0.8;
	letter-spacing: 0.1em;
	white-space: nowrap;
}
.menu_list .item a {
	display: block;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
	.menu_list .item a:hover {
		opacity: 0.7;
	}
}

.scroll-wrapper {
	height: calc(100vh - 180px);
	overflow-y: scroll;
	display: none;
}
@media only screen and (max-width: 1200px) {
	.scroll-wrapper {
		display: block;
	}
}
.scroll-wrapper::-webkit-scrollbar {
	display: none;
}
.scroll-wrapper::-webkit-scrollbar-track {
	display: none;
}
.scroll-wrapper::-webkit-scrollbar-thumb {
	display: none;
}
.scroll-wrapper.js-is-active {
	display: block;
}
.scroll-wrapper .menu_list {
	padding: 0 35px 100px;
	margin-top: 20px;
}
@media only screen and (max-width: 768px) {
	.scroll-wrapper .menu_list {
		margin-top: 0;
	}
}

.menu-wrap {
	position: relative;
}
.menu-wrap .site-name {
	padding: 12px;
	cursor: pointer;
}

.menu_sidebar {
	position: fixed;
	top: 0;
	left: 110px;
	width: 20%;
	max-width: 207px;
	z-index: 20;
	background-color: rgba(255, 255, 255, 0.6);
	opacity: 0;
	-webkit-transition: 0.35s ease;
	transition: 0.35s ease;
	pointer-events: none;
}
@media only screen and (max-width: 1200px) {
	.menu_sidebar {
		display: none !important;
	}
}
.menu_sidebar._onload {
	pointer-events: auto;
	opacity: 1;
	-webkit-transition: 0.35s ease;
	transition: 0.35s ease;
}

.title_section svg {
	vertical-align: bottom;
}
.title_section._project {
	max-width: 234px;
}
@media only screen and (max-width: 768px) {
	.title_section._project {
		max-width: 153px;
	}
}
.title_section._workshop {
	max-width: 274px;
	margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
	.title_section._workshop {
		max-width: 180px;
	}
}
.title_section._factory {
	max-width: 242px;
	margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
	.title_section._factory {
		max-width: 159px;
	}
}
.title_section._festival {
	max-width: 242px;
	margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
	.title_section._festival {
		max-width: 159px;
		margin: 0;
	}
}
.title_section._talk {
	max-width: 153px;
}
@media only screen and (max-width: 768px) {
	.title_section._talk {
		max-width: 103px;
	}
}
.title_section._about {
	max-width: 192px;
}
@media only screen and (max-width: 768px) {
	.title_section._about {
		max-width: 124px;
		margin-left: 10px;
	}
}
.title_section._new-chapter {
	max-width: 425px;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
}
.title_section._new-chapter svg {
	margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
	.title_section._new-chapter {
		max-width: 240px;
	}
}

/*================================================================================================

* HEADER *

================================================================================================*/
.nav-menu {
	display: none;
	padding: 20px 16px;
}
.nav-menu .site-name {
	opacity: 0;
	display: none;
}
.nav-menu .site-name a {
	display: block;
}
.nav-menu.js-is-active {
	display: block;
}
.nav-menu.js-is-active .site-name {
	position: relative;
	z-index: 300;
	width: 27%;
	display: block;
	opacity: 1;
}
#global-nav .nav-menu.js-is-active .site-name {
	position: fixed;
	top: 5px;
}
.nav-menu.js-is-active .site-name a {
	max-width: 91px;
}
.nav-menu.js-is-active {
	opacity: 1;
	pointer-events: auto;
	z-index: 200;
}
.nav-menu.js-is-active + .toggle {
	/*-- .toggleに隣接 --*/
	opacity: 1;
	pointer-events: auto;
	z-index: 200;
}
.nav-menu.js-is-active + .toggle span:nth-child(1) {
	border-bottom: solid 1px #555555;
}
.nav-menu.js-is-active + .toggle span:nth-child(2), .nav-menu.js-is-active + .toggle span:nth-child(3) {
	border-bottom: solid 1px #555555;
}
@media only screen and (max-width: 768px) {
	.nav-menu {
		opacity: 0;
		pointer-events: none;
	}
}

.header-menu {
	display: none;
	height: 0;
}
.header-menu .item {
	list-style: none;
}
.header-menu.js-is-active {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100vh;
	background-color: #fff;
	color: #555555;
	padding-top: 110px;
	padding-right: 40px;
}
@media only screen and (max-width: 768px) {
	.header-menu.js-is-active {
		padding-top: 92px;
	}
}
.header-menu.js-is-active .item {
	width: 100%;
	text-align: right;
	font-size: 1rem;
}
.header-menu.js-is-active .item:hover .en,
.header-menu.js-is-active .item:hover .ja {
	font-family: "TazuganeGothicStdN-Bold";
	font-weight: bold;
	color: #005EB8;
}

.toggle {
	display: none;
	position: fixed;
	top: 20px;
	right: 3vw;
	width: 30px;
	height: 20px;
	cursor: pointer;
	z-index: 100;
	pointer-events: auto;
	padding: 0 !important;
	overflow: hidden;
}
@media only screen and (max-width: 1200px) {
	.toggle {
		display: block;
	}
}
.toggle span {
	display: block;
	position: absolute;
	width: 30px;
	height: 1px;
	border-bottom: solid 2px #fff;
	-webkit-transition: 0.35s ease-in-out;
	transition: 0.35s ease-in-out;
}
.toggle span:nth-child(1) {
	top: 0px;
}
.toggle span:nth-child(1).js-is-active {
	width: 35px;
	-webkit-transform: translateY(8px) rotate(-30deg);
	transform: translateY(8px) rotate(-30deg);
}
.toggle span:nth-child(2) {
	top: 9px;
}
.toggle span:nth-child(3) {
	bottom: 0;
}
.toggle span:nth-child(3).js-is-active {
	bottom: 1px;
	width: 35px;
	-webkit-transform: translateY(-8px) rotate(30deg);
	transform: translateY(-8px) rotate(30deg);
}

.ft {
	position: relative;
	padding-top: 19.4444444444%;
}
@media only screen and (max-width: 768px) {
	.ft {
		padding-top: 31.8421052632%;
		margin-top: 70px;
	}
}
.ft::before {
	content: "";
	display: block;
	padding-top: 19.8611111111%;
	background: url(../../images/footer.png) no-repeat;
	background-position: center;
	background-size: contain;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	position: absolute;
	top: 0;
	left: 0;
}
@media only screen and (max-width: 768px) {
	.ft::before {
		padding-top: 31.8421052632%;
		background: url(../../images/footer-sp.png) no-repeat;
		background-size: contain;
	}
}
.ft .foot-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 67px;
}
@media only screen and (max-width: 768px) {
	.ft .foot-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 20px;
	}
}
.ft .foot-wrap .company {
	max-width: 210px;
}
.ft .wrapper {
	position: relative;
	width: 100%;
	max-width: 1074px;
	padding: 5px 45px 0px 16px;
	margin-left: auto;
}
@media only screen and (max-width: 768px) {
	.ft .wrapper {
		padding: 35px 20px 0 30px;
	}
}
.ft .wrapper::after {
	content: "";
	display: block;
	width: 100vw;
	height: 100%;
	background: #FFE100;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	margin: 0 calc(50% - 50vw);
}
.ft .wrapper .box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	z-index: 1;
}
.ft .wrapper .box .company-wrap {
	margin-bottom: 40px;
}
.ft .wrapper .box .company-wrap .company {
	font-size: 22px;
	font-family: "TazuganeGothicStdN-Bold";
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: 35px;
}
@media only screen and (max-width: 768px) {
	.ft .wrapper .box .company-wrap .company {
		margin-bottom: 10px;
	}
}
.ft .wrapper .wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media only screen and (max-width: 1024px) {
	.ft .wrapper .wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}
.ft .wrapper .wrap .credit {
	font-size: 14px;
	margin-right: 40px;
}
@media only screen and (max-width: 768px) {
	.ft .wrapper .wrap .credit {
		font-size: 13px;
	}
}
.ft .wrapper .wrap .list {
	display: block;
}
@media only screen and (max-width: 768px) {
	.ft .wrapper .wrap .list {
		font-size: 13px;
		line-height: 2;
	}
}
.ft .wrapper .copy {
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	        writing-mode: vertical-rl;
	line-height: 2;
	-webkit-transform: translateY(-95px);
	        transform: translateY(-95px);
}
@media only screen and (max-width: 768px) {
	.ft .wrapper .copy {
		font-size: 13px;
		-webkit-transform: translateY(-87px);
		        transform: translateY(-87px);
	}
}

.first-view {
	position: relative;
	background: #FFE100;
	z-index: 1;
	width: 100vw;
	max-height: 110vh;
	height: 110vh;
	overflow: hidden;
}
@media only screen and (max-width: 1024px) {
	.first-view {
		width: 100%;
		height: 100vh;
	}
}
.first-view::before {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	border-bottom: 15vw solid #fff;
	border-left: 100vw solid transparent;
	z-index: 1;
	-webkit-transform: translateY(100%);
	        transform: translateY(100%);
	-webkit-animation: opening_tri 0.3s forwards ease-in 5.3s;
	        animation: opening_tri 0.3s forwards ease-in 5.3s;
}
.loaded .first-view::before {
	-webkit-animation: opening_tri 0.3s forwards ease-in 5.3s;
	        animation: opening_tri 0.3s forwards ease-in 5.3s;
}
@media only screen and (max-width: 768px) {
	.first-view::before {
		border-bottom: 23vw solid #fff;
	}
}
.first-view::after {
	content: "";
	display: block;
	width: 602px;
	height: 245px;
	position: absolute;
	bottom: 8vw;
	right: 0;
	background: url(../../images/catch.png) no-repeat;
	background-size: contain;
	background-position: center;
	z-index: 11;
	-webkit-transform: translate(-100vw, 110px);
	        transform: translate(-100vw, 110px);
}
.loaded .first-view::after {
	-webkit-animation: opening_slideIn 0.6s forwards ease-in 5.5s;
	        animation: opening_slideIn 0.6s forwards ease-in 5.5s;
	-webkit-animation-timing-function: cubic-bezier(0.68, -0.6, 0.32, 1.6);
	        animation-timing-function: cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
@media only screen and (max-width: 1500px) {
	.first-view::after {
		bottom: 6vw;
	}
}
@media only screen and (max-width: 1300px) {
	.first-view::after {
		bottom: 4vw;
	}
}
@media only screen and (max-width: 1024px) {
	.first-view::after {
		max-width: 300px;
		height: 123px;
		bottom: 8vw;
	}
}
@media only screen and (max-width: 768px) {
	.first-view::after {
		bottom: 12vw;
		background: url(../../images/catch-sp.svg) no-repeat;
		background-size: contain;
		background-position: center;
	}
}
@media only screen and (max-width: 600px) {
	.first-view::after {
		bottom: 9vw;
	}
}
@media only screen and (max-width: 520px) {
	.first-view::after {
		bottom: 7.5vw;
	}
}
@media only screen and (max-width: 400px) {
	.first-view::after {
		bottom: 4.5vw;
	}
}
.first-view .wrap {
	position: relative;
	width: 100%;
	height: 100%;
}
.first-view .fv-movie {
	vertical-align: bottom;
	display: block;
	-webkit-mask-image: url(../../images/balloon.svg);
	        mask-image: url(../../images/balloon.svg);
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	-webkit-mask-position: 40% 15%;
	        mask-position: 40% 15%;
	-webkit-mask-size: 0%;
	        mask-size: 0%;
	display: block;
	width: 150%;
	-webkit-transform-origin: center;
	        transform-origin: center;
	height: auto;
	will-change: mask-size;
}
.iPad .first-view .fv-movie, .iPhone .first-view .fv-movie {
	display: none;
}
@media only screen and (max-width: 1300px) {
	.first-view .fv-movie {
		width: auto;
		height: 100%;
	}
}
@media only screen and (max-width: 768px) {
	.first-view .fv-movie {
		-webkit-mask-position: center;
		        mask-position: center;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
	}
}
.loaded .first-view .fv-movie {
	-webkit-animation: opening_mask 1.7s forwards ease-in 3s;
	        animation: opening_mask 1.7s forwards ease-in 3s;
	-webkit-transform-origin: center;
	        transform-origin: center;
	-webkit-animation-timing-function: cubic-bezier(0.87, 0, 0.13, 1);
	        animation-timing-function: cubic-bezier(0.87, 0, 0.13, 1);
}
.iPad.loaded .first-view .fv-movie, .iPhone.loaded .first-view .fv-movie {
	-webkit-animation: none;
	        animation: none;
	-webkit-mask-image: none;
	        mask-image: none;
}
.first-view .text-wrap {
	max-width: 590px;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	position: absolute;
	top: 40%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	z-index: 1;
}
@media only screen and (max-width: 1500px) {
	.first-view .text-wrap {
		-webkit-transform: translate(-50%, -50%) scale(0.9);
		        transform: translate(-50%, -50%) scale(0.9);
	}
}
@media only screen and (max-width: 1024px) {
	.first-view .text-wrap {
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
	}
}
@media only screen and (max-width: 768px) {
	.first-view .text-wrap {
		top: 45%;
		-webkit-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
		width: 100%;
		height: auto;
	}
}
.first-view .text-wrap .catch {
	max-width: 360px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 1rem;
	padding: 0;
	margin: 2rem auto 0;
	opacity: 0;
}
.loaded .first-view .text-wrap .catch {
	-webkit-animation: opening_fadeIn 0.3s forwards ease-in 5.5s;
	        animation: opening_fadeIn 0.3s forwards ease-in 5.5s;
}
.iPad .first-view .text-wrap .catch, .iPhone .first-view .text-wrap .catch {
	opacity: 1;
}
.iPad.loaded .first-view .text-wrap .catch, .iPhone.loaded .first-view .text-wrap .catch {
	-webkit-animation: none;
	        animation: none;
}
@media only screen and (max-width: 768px) {
	.first-view .text-wrap .catch {
		max-width: 213px;
		margin: 0 auto;
		gap: 0px;
	}
}
.first-view .text-wrap .title-sub {
	color: #fff;
	font-size: 24px;
	font-weight: 400;
}
@media only screen and (max-width: 768px) {
	.first-view .text-wrap .title-sub {
		font-size: 14px;
	}
}
.first-view .logo-wrap {
	position: relative;
	width: 595px;
	position: relative;
}
@media only screen and (max-width: 1200px) {
	.first-view .logo-wrap {
		width: 100%;
	}
}
.first-view .logo-wrap .logo-text {
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	pointer-events: none;
}
.first-view .logo-wrap svg .text {
	fill: #fff;
}
.loaded .first-view .logo-wrap svg .text {
	-webkit-animation: opening_text 0.3s forwards ease-in 5s;
	        animation: opening_text 0.3s forwards ease-in 5s;
}
.iPad.loaded .first-view .logo-wrap svg .text, .iPhone.loaded .first-view .logo-wrap svg .text {
	fill: #005EB8;
	-webkit-animation: none;
	        animation: none;
}
.first-view .logo-wrap svg .ballon {
	-webkit-transform: scale(0);
	        transform: scale(0);
	-webkit-transform-origin: center;
	        transform-origin: center;
}
.loaded .first-view .logo-wrap svg .ballon {
	-webkit-animation: opening_bg 0.2s forwards ease-in 4.7s;
	        animation: opening_bg 0.2s forwards ease-in 4.7s;
	-webkit-animation-timing-function: cubic-bezier(0.87, 0, 0.13, 1);
	        animation-timing-function: cubic-bezier(0.87, 0, 0.13, 1);
}
.iPad.loaded .first-view .logo-wrap svg .ballon, .iPhone.loaded .first-view .logo-wrap svg .ballon {
	-webkit-animation: none;
	        animation: none;
	-webkit-transform: scale(1);
	        transform: scale(1);
}
.iPhone .first-view .logo-wrap svg .ballon, .iPad .first-view .logo-wrap svg .ballon {
	fill: #fff;
}
@-webkit-keyframes opening_mask {
	0% {
		z-index: auto;
		-webkit-mask-size: 0%;
		        mask-size: 0%;
	}
	99% {
		-webkit-mask-size: 250%;
		        mask-size: 250%;
	}
	100% {
		-webkit-mask-size: 250%;
		        mask-size: 250%;
		-webkit-mask-image: initial;
		        mask-image: initial;
	}
}
@keyframes opening_mask {
	0% {
		z-index: auto;
		-webkit-mask-size: 0%;
		        mask-size: 0%;
	}
	99% {
		-webkit-mask-size: 250%;
		        mask-size: 250%;
	}
	100% {
		-webkit-mask-size: 250%;
		        mask-size: 250%;
		-webkit-mask-image: initial;
		        mask-image: initial;
	}
}
@-webkit-keyframes opening_text {
	0% {
		fill: #fff;
	}
	100% {
		fill: #005EB8;
	}
}
@keyframes opening_text {
	0% {
		fill: #fff;
	}
	100% {
		fill: #005EB8;
	}
}
@-webkit-keyframes opening_bg {
	0% {
		-webkit-transform: scale(0);
		        transform: scale(0);
	}
	100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}
@keyframes opening_bg {
	0% {
		-webkit-transform: scale(0);
		        transform: scale(0);
	}
	100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}
@-webkit-keyframes opening_tri {
	0% {
		-webkit-transform: translateY(100%);
		        transform: translateY(100%);
	}
	100% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
@keyframes opening_tri {
	0% {
		-webkit-transform: translateY(100%);
		        transform: translateY(100%);
	}
	100% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
@-webkit-keyframes opening_slideIn {
	0% {
		-webkit-transform: translate(-300%, 110px);
		        transform: translate(-300%, 110px);
	}
	100% {
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
}
@keyframes opening_slideIn {
	0% {
		-webkit-transform: translate(-300%, 110px);
		        transform: translate(-300%, 110px);
	}
	100% {
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
}
@-webkit-keyframes opening_fadeIn {
	0% {
		opacity: 0;
		-webkit-transform: translateY(10%);
		        transform: translateY(10%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
}
@keyframes opening_fadeIn {
	0% {
		opacity: 0;
		-webkit-transform: translateY(10%);
		        transform: translateY(10%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
}

.intro-slider-container {
	position: relative;
	max-width: 980px;
	margin: auto;
	z-index: 3;
}
@media only screen and (max-width: 1024px) {
	.intro-slider-container {
		padding: 0 15px;
		margin-top: 40px;
	}
}
.intro-slider-container .swiper-pagination {
	display: none;
}
@media only screen and (max-width: 900px) {
	.intro-slider-container .swiper-pagination {
		display: block;
	}
}
.intro-slider-container .swiper-pagination .swiper-pagination-bullet {
	background: #C4C4C4;
}
.intro-slider-container .swiper-pagination .swiper-pagination-bullet-active {
	background: #FFE100 !important;
}
.intro-slider-container .intro-slide {
	min-height: initial;
}
.intro-slider-container .intro-slide .movie-wrap {
	position: relative;
	min-height: initial;
	padding-top: 56.25%;
}
.intro-slider-container .intro-slide iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.intro-slider-container .intro-slide .text-wrap .title {
	height: 42px;
	margin-top: 17px;
}
.intro-slider-container .intro-slide .text-wrap .title img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}
.intro-slider-container .intro-slide .text-wrap .text {
	letter-spacing: 0.02em;
	text-align: center;
	margin-top: 15px;
}

.catch {
	position: relative;
	padding-bottom: 80px;
}
@media only screen and (max-width: 800px) {
	.catch {
		padding-bottom: 70px;
	}
}
.catch .deco {
	position: absolute;
	top: -30vw;
	right: 0;
	width: 52%;
	z-index: 2;
	-webkit-transform: translateX(-100%) scale(0);
	        transform: translateX(-100%) scale(0);
	-webkit-transform-origin: center left;
	        transform-origin: center left;
}
.catch._on .deco {
	-webkit-animation: bom_yellow 0.5s ease-in forwards;
	        animation: bom_yellow 0.5s ease-in forwards;
	-webkit-animation-timing-function: cubic-bezier(0.95, 0.05, 0.8, 0.04);
	        animation-timing-function: cubic-bezier(0.95, 0.05, 0.8, 0.04);
}

@-webkit-keyframes bom_yellow {
	0% {
		-webkit-transform: translateX(100%) scale(0);
		        transform: translateX(100%) scale(0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0) scale(1);
		        transform: translateX(0) scale(1);
	}
}

@keyframes bom_yellow {
	0% {
		-webkit-transform: translateX(100%) scale(0);
		        transform: translateX(100%) scale(0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0) scale(1);
		        transform: translateX(0) scale(1);
	}
}
@media only screen and (max-width: 520px) {
	.catch .deco {
		width: 80%;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
		top: -250px;
		width: 100%;
		z-index: 1;
	}
}
@media only screen and (max-width: 375px) {
	.catch .deco {
		top: 0;
		width: 65%;
		z-index: -2;
	}
}
.catch .box {
	font-size: 17px;
	line-height: 1.5;
	max-width: 980px;
	margin: 40px auto 0;
	padding: 0 70px 0 30px;
	position: relative;
	z-index: 5;
	opacity: 0;
	-webkit-transform: translateY(10%);
	        transform: translateY(10%);
}
@media only screen and (max-width: 800px) {
	.catch .box {
		font-size: 14px;
		line-height: 1.8;
	}
}
.catch._on .box {
	opacity: 1;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-transition-delay: 0.7s;
	        transition-delay: 0.7s;
}

@media only screen and (max-width: 1024px) {
	.catch .box {
		padding: 0 15px 30px;
	}
}
.catch .box .text {
	line-height: 1.5;
}
@media only screen and (max-width: 800px) {
	.catch .box .text {
		line-height: 1.8;
		letter-spacing: 0.02em;
	}
}
.catch .box .txt {
	line-height: 1.5;
}
@media only screen and (max-width: 800px) {
	.catch .box .txt {
		line-height: 1.8;
		letter-spacing: 0.02em;
	}
}
.catch .box .txt.base {
	font-size: 24px;
	line-height: 1.8;
	font-family: "TazuganeGothicStdN-Bold";
	font-weight: bold;
	padding: 40px 0;
}
@media only screen and (max-width: 800px) {
	.catch .box .txt.base {
		font-size: 18px;
		line-height: 1.5;
		letter-spacing: 0.02em;
		padding: 30px 0 0;
	}
}
.catch .box .txt.small {
	font-size: 15px;
	letter-spacing: 0.02em;
}
@media only screen and (max-width: 800px) {
	.catch .box .txt.small {
		display: none;
	}
}
.catch .pro-image {
	width: 286px;
	position: absolute;
	right: 70px;
	bottom: -120px;
	z-index: 4;
}
@media only screen and (max-width: 1024px) {
	.catch .pro-image {
		right: 60px;
	}
}
@media only screen and (max-width: 768px) {
	.catch .pro-image {
		width: 177px;
		bottom: 10px;
		right: 0;
	}
}
.catch .deco-blue {
	position: absolute;
	left: 0;
	bottom: -540px;
	z-index: 3;
	-webkit-transform: translateX(100%) scale(0);
	        transform: translateX(100%) scale(0);
	-webkit-transform-origin: center right;
	        transform-origin: center right;
}
@media only screen and (max-width: 1024px) {
	.catch .deco-blue {
		bottom: -500px;
	}
}
@media only screen and (max-width: 800px) {
	.catch .deco-blue {
		width: 100vw;
		bottom: -268px;
	}
}
.deco-blue._on {
	-webkit-animation: bom_blue 0.5s ease-in forwards;
	        animation: bom_blue 0.5s ease-in forwards;
	-webkit-animation-timing-function: cubic-bezier(0.95, 0.05, 0.8, 0.04);
	        animation-timing-function: cubic-bezier(0.95, 0.05, 0.8, 0.04);
}

@-webkit-keyframes bom_blue {
	0% {
		-webkit-transform: translateX(-100%) scale(0);
		        transform: translateX(-100%) scale(0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0) scale(1);
		        transform: translateX(0) scale(1);
	}
}

@keyframes bom_blue {
	0% {
		-webkit-transform: translateX(-100%) scale(0);
		        transform: translateX(-100%) scale(0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0) scale(1);
		        transform: translateX(0) scale(1);
	}
}

/* モーダルCSS */
.modalArea {
	display: none;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.modalArea .modalBg {
	width: 100%;
	height: 100%;
}
.modalArea .modalWrapper {
	position: absolute;
	top: 32%;
	right: -80px;
	width: 100%;
	max-width: 333px;
	padding: 20px 15px;
	background-color: #E5E5E5;
}
@media only screen and (max-width: 768px) {
	.modalArea .modalWrapper {
		max-width: 198px;
		font-size: 13px;
		top: 58%;
		right: -6px;
		padding: 8px 10px;
	}
}
.modalArea .closeModal {
	position: absolute;
	top: 0.5rem;
	right: 1rem;
	cursor: pointer;
}
.modalArea .closeModal .batsu {
	display: block;
	position: relative;
	width: 19px;
	height: 13px;
}
.modalArea .closeModal .batsu::before, .modalArea .closeModal .batsu::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1px;
	/* 棒の幅（太さ） */
	height: 22px;
	/* 棒の高さ */
	background: #333;
}
.modalArea .closeModal .batsu::before {
	-webkit-transform: translate(-50%, -50%) rotate(60deg);
	        transform: translate(-50%, -50%) rotate(60deg);
}
.modalArea .closeModal .batsu::after {
	-webkit-transform: translate(-50%, -50%) rotate(-60deg);
	        transform: translate(-50%, -50%) rotate(-60deg);
}

.space {
	position: relative;
	padding: 200px 0 0;
	opacity: 0;
	-webkit-transform: translateY(10%);
	        transform: translateY(10%);
	z-index: 5;
}
@media only screen and (max-width: 800px) {
	.space {
		padding: 90px 0 0;
	}
}
.space::before {
	content: "";
	display: block;
	width: 100%;
	height: 200px;
	position: absolute;
	background-color: #D6E8F1;
	top: 1px;
	left: 0;
	-webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
	        clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
@media only screen and (max-width: 800px) {
	.space::before {
		height: 90px;
	}
}
.space._on {
	-webkit-animation: opening_fadeIn 0.3s ease-in forwards 0.5s;
	        animation: opening_fadeIn 0.3s ease-in forwards 0.5s;
	-webkit-animation-timing-function: cubic-bezier(0.95, 0.05, 0.8, 0.04);
	        animation-timing-function: cubic-bezier(0.95, 0.05, 0.8, 0.04);
}

.festival {
	position: relative;
	background-color: #D6E8F1;
	padding-top: 10px;
}
@media only screen and (max-width: 800px) {
	.festival {
		padding: 0;
	}
}
.festival .wrap {
	position: relative;
	padding: 0 30px;
}
@media only screen and (max-width: 800px) {
	.festival .wrap {
		padding: 0;
	}
}
.festival .box {
	margin-top: 30px;
}
@media only screen and (max-width: 800px) {
	.festival .box {
		margin-top: 40px;
	}
}
.festival .img-wrap {
	position: absolute;
	top: 0;
	right: 0;
	max-width: 295px;
}
@media only screen and (max-width: 800px) {
	.festival .img-wrap {
		position: relative;
		top: initial;
		right: initial;
		left: initial;
		margin: auto;
	}
}
.festival .img-wrap .btn_link {
	margin-top: 13px;
}
.festival .txt {
	max-width: 540px;
	line-height: 2;
}
@media only screen and (max-width: 800px) {
	.festival .txt {
		margin-top: 30px;
	}
}
.festival .festival-slider-container {
	padding-bottom: 0;
	margin: 54px calc(50% - 50vw) 0 0;
}
@media only screen and (max-width: 800px) {
	.festival .festival-slider-container {
		margin-top: 16px;
	}
}
.festival .festival-slider-container .festival-slide {
	position: relative;
	min-height: initial;
	height: initial;
}
.festival .festival-slider-container .festival-slide::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	opacity: 0.7;
	z-index: 1;
	-webkit-transition: 300ms;
	transition: 300ms;
}
.festival .festival-slider-container .swiper-slide-active::after {
	content: none;
}
.festival .festival-slider-container .swiper-pagination .swiper-pagination-bullet {
	background: #C4C4C4;
}
.festival .festival-slider-container .swiper-pagination .swiper-pagination-bullet-active {
	background: #FFE100 !important;
}
.festival .festival-slider-container .img-wrap {
	position: relative;
	aspect-ratio: 318/212;
	max-width: initial;
}
.festival .festival-slider-container .img-wrap img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	   object-fit: cover;
}

.factory {
	position: relative;
	background-color: #D6E8F1;
	padding-top: 92px;
}
@media only screen and (max-width: 800px) {
	.factory {
		padding: 62px 0 40px;
	}
}
.factory .md_section-inner {
	position: relative;
}
.factory .md_section-inner > .text-wrap {
	max-width: 377px;
	padding-right: 25px;
	margin: 0 0 0 auto;
}
@media only screen and (max-width: 800px) {
	.factory .md_section-inner > .text-wrap {
		max-width: initial;
		padding-right: 0;
		margin: 0;
	}
}
.factory .md_section-inner > .text-wrap .txt {
	line-height: 2;
	letter-spacing: 0.02em;
	margin-top: 30px;
}
@media only screen and (max-width: 800px) {
	.factory .md_section-inner > .text-wrap .txt {
		font-size: 14px;
		line-height: 1.8;
		letter-spacing: 0.02em;
		margin-top: 23px;
	}
}
.factory .title_section {
	margin: 0 0 0 auto;
}
@media only screen and (max-width: 800px) {
	.factory .title_section {
		padding: 0;
		margin: 0;
		max-width: 189px;
	}
}
.factory .cap {
	text-align: right;
	margin-top: 10px;
	letter-spacing: 2px;
}
@media only screen and (max-width: 800px) {
	.factory .cap {
		text-align: left;
		margin-top: 20px;
	}
}
.factory .box {
	max-width: 543px;
	position: absolute;
	left: 0;
	top: 0;
}
@media only screen and (max-width: 800px) {
	.factory .box {
		position: relative;
		top: initial;
		right: initial;
		left: initial;
		max-width: initial;
		margin-top: 7px;
	}
}
.factory .box .navigation-slide {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	margin-top: 5px;
}
@media only screen and (max-width: 800px) {
	.factory .box .navigation-slide {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		margin-top: 0;
	}
}
.factory .floorslide {
	position: relative;
	margin-top: 80px;
	padding: 0;
}
@media only screen and (max-width: 800px) {
	.factory .floorslide {
		margin-top: 30px;
	}
}
.factory .floorslide svg {
	width: 100%;
	height: 100%;
}
@media only screen and (max-width: 520px) {
	.factory .floorslide .swiper-wrapper {
		margin-top: 24px;
	}
}
.factory .floorslide .swiper-button-prev,
.factory .floorslide .swiper-button-next {
	position: relative;
	top: initial;
	left: initial;
	right: initial;
	bottom: initial;
	display: none;
}
@media only screen and (max-width: 520px) {
	.factory .floorslide .swiper-button-prev,
	.factory .floorslide .swiper-button-next {
		display: block;
	}
}
.factory .floorslide .swiper-button-prev,
.factory .floorslide .swiper-button-next {
	position: relative !important;
	width: 0;
	left: initial;
	right: initial;
	height: 0;
	border-style: solid;
	margin-top: 0;
	cursor: pointer;
}
.factory .floorslide .swiper-button-prev {
	border-width: 13px 19px 13px 0;
	border-color: transparent #fff transparent transparent;
}
.factory .floorslide .swiper-button-prev::before {
	content: "1F";
	font-size: 20px;
	color: #555555;
	font-weight: bold;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	left: 30px;
}
.factory .floorslide .swiper-button-next {
	border-width: 13px 0 13px 19px;
	border-color: transparent transparent transparent #fff;
	margin: 0 0 0 auto;
}
.factory .floorslide .swiper-button-next::before {
	content: "2F";
	font-size: 20px;
	color: #555555;
	font-weight: bold;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	right: 30px;
}
.factory .floorslide .swiper-button-disabled {
	display: none;
}
@-webkit-keyframes blink {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes blink {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.factory .floorslide .floor-point {
	-webkit-animation: blink 1s ease-in-out infinite alternate;
	        animation: blink 1s ease-in-out infinite alternate;
}
@-webkit-keyframes blink02 {
	0% {
		opacity: 0.5;
	}
	100% {
		opacity: 1;
	}
}
@keyframes blink02 {
	0% {
		opacity: 0.5;
	}
	100% {
		opacity: 1;
	}
}
.factory .floorslide a:hover .floor-point {
	-webkit-animation: blink02 0.5s ease-in-out infinite alternate;
	        animation: blink02 0.5s ease-in-out infinite alternate;
}
.factory .floorslide a:hover .floor-point path.circle {
	opacity: 0;
	-webkit-transition: 0.25s ease;
	transition: 0.25s ease;
}
.factory .floorslide a .floor-point path.tryangle {
	opacity: 0;
	-webkit-transition: 0.25s ease;
	transition: 0.25s ease;
}
.factory .floorslide a:hover .floor-point path.tryangle {
	opacity: 1;
	-webkit-transition: 0.25s ease;
	transition: 0.25s ease;
}
.factory .factory-staff {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 31px;
	padding: 14px 0 0 30px;
	margin-top: 50px;
}
@media only screen and (max-width: 800px) {
	.factory .factory-staff {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		gap: 18px 27px;
		padding: 0;
		margin-top: 54px;
	}
}
.factory .factory-staff > .title {
	min-width: 157px;
	font-size: 15px;
	letter-spacing: 0.02em;
	font-weight: bold;
}
@media only screen and (max-width: 800px) {
	.factory .factory-staff > .title {
		width: 100%;
		font-size: 13px;
		padding: 0;
	}
}
.factory .factory-staff__card {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 11px;
}
@media only screen and (max-width: 800px) {
	.factory .factory-staff__card {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		width: calc((100% - 27px) / 2);
	}
}
.factory .factory-staff__card .img {
	width: 120px;
	height: 140px;
}
@media only screen and (max-width: 800px) {
	.factory .factory-staff__card .img {
		width: 90px;
		height: 105px;
	}
}
.factory .factory-staff__card .img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.factory .factory-staff__card .text-wrap {
	max-width: 218px;
}
.factory .factory-staff__card .title {
	font-size: 14px;
	letter-spacing: 0.02em;
	font-weight: bold;
}
@media only screen and (max-width: 800px) {
	.factory .factory-staff__card .title {
		font-size: 12px;
		position: absolute;
		top: 0;
		right: 0;
		width: calc(100% - 6px - 90px);
	}
}
.factory .factory-staff__card .text {
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 0.05em;
	margin-top: 10px;
}
@media only screen and (max-width: 800px) {
	.factory .factory-staff__card .text {
		font-size: 12px;
		letter-spacing: -0.05em;
		margin-top: 0;
	}
}

.talk {
	position: relative;
	background-color: #F4F4F4;
	padding: 147px 0 70px;
	overflow: hidden;
}
@media only screen and (max-width: 520px) {
	.talk {
		padding: 56px 0 30px;
	}
}
.talk::before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	border-top: 10vw solid #D6E8F1;
	border-right: 100vw solid transparent;
}
@media only screen and (max-width: 768px) {
	.talk::before {
		border-top: 26vw solid #D6E8F1;
	}
}
.talk .md_section-inner {
	position: relative;
}
@media only screen and (max-width: 800px) {
	.talk .md_section-inner {
		margin-top: -30px;
	}
}
.talk .md_section-inner > .text-wrap {
	max-width: 377px;
	min-height: 300px;
	padding-right: 25px;
	margin: 0 0 0 auto;
}
@media only screen and (max-width: 800px) {
	.talk .md_section-inner > .text-wrap {
		max-width: initial;
		padding-right: 0;
		margin: 0;
	}
}
.talk .md_section-inner > .text-wrap .txt {
	line-height: 2;
	letter-spacing: 0.02em;
	margin-top: 30px;
}
@media only screen and (max-width: 800px) {
	.talk .md_section-inner > .text-wrap .txt {
		margin-top: 35px;
	}
}
.talk .title_section {
	margin: 40px 0 0 auto;
}
@media only screen and (max-width: 768px) {
	.talk .title_section {
		max-width: 99px;
	}
}
.talk .cap {
	text-align: right;
	margin-top: 10px;
	letter-spacing: 2px;
}
.talk .box {
	max-width: 543px;
	position: absolute;
	left: 0;
	top: 0;
}
@media only screen and (max-width: 800px) {
	.talk .box {
		position: relative;
		top: initial;
		right: initial;
		left: initial;
		max-width: initial;
	}
}
.talk .box .video-wrap {
	position: relative;
}
@media only screen and (max-width: 800px) {
	.talk .box .video-wrap {
		padding-top: 56.25%;
	}
	.talk .box .video-wrap iframe {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
}
.talk .talk-member {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 40px;
	padding: 0 0 0 30px;
	margin-top: 70px;
}
@media only screen and (max-width: 800px) {
	.talk .talk-member {
		gap: 27px;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		padding: 0;
		margin-top: 50px;
	}
}
.talk .talk-member__card {
	max-width: 200px;
}
@media only screen and (max-width: 800px) {
	.talk .talk-member__card {
		width: calc((100% - 27px) / 2);
		max-width: initial;
	}
}
.talk .talk-member__card .info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 7px;
}
.talk .talk-member__card .img {
	position: relative;
	max-width: 120px;
	aspect-ratio: 120/140;
}
@media only screen and (max-width: 800px) {
	.talk .talk-member__card .img {
		width: 90px;
		height: 105px;
	}
}
.talk .talk-member__card .img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.talk .talk-member__card .name {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.8;
	letter-spacing: 0.02em;
}
@media only screen and (max-width: 800px) {
	.talk .talk-member__card .name {
		font-size: 10px;
		width: calc(100% - 90px - 7px);
	}
}
.talk .talk-member__card .position {
	font-size: 12px;
	margin-top: 14px;
}
@media only screen and (max-width: 800px) {
	.talk .talk-member__card .position {
		font-size: 11px;
		letter-spacing: 0;
	}
}
.talk .talk-member__card .position > span {
	display: block;
	letter-spacing: 0;
	font-size: 10px;
}
.talk .talk-member__card .text {
	font-size: 14px;
	letter-spacing: -0.1em;
	margin-top: 20px;
}
@media only screen and (max-width: 800px) {
	.talk .talk-member__card .text {
		font-size: 12px;
		line-height: 1.8;
		letter-spacing: -0.05em;
		margin-top: 6px;
	}
}

.workshop {
	position: relative;
	background-color: #FFE100;
	padding: 180px 0 80px;
}
@media only screen and (max-width: 800px) {
	.workshop {
		padding: 100px 0 80px;
	}
}
.workshop::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	border-top: 10vw solid #F4F4F4;
	border-left: 100vw solid transparent;
}
@media only screen and (max-width: 768px) {
	.workshop::before {
		border-top: 24vw solid #F4F4F4;
	}
}
.workshop .md_section-inner {
	position: relative;
	padding: 0 0 0 30px;
}
@media only screen and (max-width: 800px) {
	.workshop .md_section-inner {
		padding: 0 15px;
	}
}
.workshop .md_section-inner > .text-wrap {
	max-width: 352px;
	min-height: 300px;
	margin: 0 auto 0 0;
}
@media only screen and (max-width: 800px) {
	.workshop .md_section-inner > .text-wrap {
		max-width: initial;
	}
}
.workshop .md_section-inner > .text-wrap .txt {
	margin-top: 20px;
}
.workshop .title_section {
	margin: 0 auto 0 0;
}
@media only screen and (max-width: 768px) {
	.workshop .title_section {
		max-width: 187px;
		padding-left: 7px;
	}
}
.workshop .cap {
	margin-top: 30px;
	letter-spacing: 2px;
}
@media only screen and (max-width: 800px) {
	.workshop .cap {
		padding-left: 7px;
		margin-top: 11px;
	}
}
.workshop .box {
	width: 100%;
	max-width: 543px;
	position: absolute;
	right: 0;
	top: 0;
}
@media only screen and (max-width: 800px) {
	.workshop .box {
		position: relative;
		top: initial;
		right: initial;
		left: initial;
		max-width: initial;
		margin-top: 10px;
	}
}
.workshop .box .video-wrap {
	position: relative;
	padding-top: 56.25%;
}
.workshop .box .video-wrap iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.workshop .operation {
	font-size: 14px;
	text-align: right;
	margin-top: 15px;
}
@media only screen and (max-width: 800px) {
	.workshop .operation {
		font-size: 12px;
		text-align: left;
		letter-spacing: 0.02em;
		margin-top: 8px;
	}
}
.workshop .txt {
	line-height: 2;
	letter-spacing: 0.02em;
}
@media only screen and (max-width: 800px) {
	.workshop .txt {
		font-size: 14px;
	}
}
.workshop .workshop-member {
	margin-top: 60px;
	padding-right: 30px;
}
@media only screen and (max-width: 800px) {
	.workshop .workshop-member {
		padding: 0;
		margin-top: 25px;
	}
}
.workshop .workshop-member .title {
	font-size: 15px;
	font-weight: bold;
}
@media only screen and (max-width: 800px) {
	.workshop .workshop-member .title {
		font-size: 12px;
	}
}
.workshop .workshop-member__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 36px;
	margin-top: 20px;
}
@media only screen and (max-width: 800px) {
	.workshop .workshop-member__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 13px;
	}
}
.workshop .workshop-member__card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 11px;
}
@media only screen and (max-width: 800px) {
	.workshop .workshop-member__card {
		gap: 14px;
	}
}
.workshop .workshop-member__card .img {
	width: 100px;
	height: 120px;
}
@media only screen and (max-width: 800px) {
	.workshop .workshop-member__card .img {
		width: 90px;
		height: 108px;
	}
}
.workshop .workshop-member__card .img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.workshop .workshop-member__card .text-wrap {
	width: calc(100% - 100px);
}
.workshop .workshop-member__card .name {
	font-size: 14px;
	font-weight: bold;
}
@media only screen and (max-width: 800px) {
	.workshop .workshop-member__card .name {
		font-size: 12px;
	}
}
.workshop .workshop-member__card .text {
	font-size: 14px;
	letter-spacing: 0.05em;
}
@media only screen and (max-width: 800px) {
	.workshop .workshop-member__card .text {
		font-size: 12px;
		letter-spacing: -0.05em;
		margin-top: 6px;
	}
}

.about {
	position: relative;
	overflow: hidden;
}
.about .create-text {
	text-align: center;
	font-size: 14px;
	letter-spacing: 0.02em;
	margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {
	.about .create-text {
		text-align: left;
		font-size: 12px;
		padding: 0 15px;
	}
}
.about .bg-wrap {
	background-color: #FFE100;
	position: relative;
	padding-top: 18.6111111111%;
}
@media only screen and (max-width: 768px) {
	.about .bg-wrap {
		padding-top: 30.7894736842%;
	}
}
.about .bg-wrap .bg {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.about .bg-wrap .bg img {
	-ms-flex-item-align: end;
	    align-self: flex-end;
}
.about .decoration {
	position: absolute;
	top: 40px;
	right: 0;
	width: 55.8%;
}
@media only screen and (max-width: 768px) {
	.about .decoration {
		top: 5%;
		left: 22%;
		width: 90%;
	}
}
.about .decoration.blue {
	position: absolute;
	top: 753px;
	left: 0;
	z-index: -1;
	width: 73%;
}
@media only screen and (max-width: 768px) {
	.about .decoration.blue {
		top: 84vh;
		width: 100%;
	}
}
.about .decoration.yellow {
	position: absolute;
	top: 1170px;
	right: 0;
	z-index: -1;
	width: 52%;
}
@media only screen and (max-width: 768px) {
	.about .decoration.yellow {
		top: 170vh;
		width: 100%;
		left: 0;
	}
}
.about .decoration.scroll-target-red {
	-webkit-transform: translateX(-100%) scale(0);
	        transform: translateX(-100%) scale(0);
	-webkit-transform-origin: center left;
	        transform-origin: center left;
}
.scroll-target-red._on {
	-webkit-animation: bom_yellow 0.5s ease-in forwards;
	        animation: bom_yellow 0.5s ease-in forwards;
	-webkit-animation-timing-function: cubic-bezier(0.95, 0.05, 0.8, 0.04);
	        animation-timing-function: cubic-bezier(0.95, 0.05, 0.8, 0.04);
}

.about .decoration.scroll-target-ab-blue {
	-webkit-transform: translateX(100%) scale(0);
	        transform: translateX(100%) scale(0);
	-webkit-transform-origin: center right;
	        transform-origin: center right;
}
.scroll-target-ab-blue._on {
	-webkit-animation: bom_blue 0.5s ease-in forwards;
	        animation: bom_blue 0.5s ease-in forwards;
	-webkit-animation-timing-function: cubic-bezier(0.95, 0.05, 0.8, 0.04);
	        animation-timing-function: cubic-bezier(0.95, 0.05, 0.8, 0.04);
}
@media only screen and (max-width: 768px) {
	.scroll-target-ab-blue._on {
		-webkit-animation: bom_blue 0.3s ease-in forwards 2s;
		        animation: bom_blue 0.3s ease-in forwards 2s;
	}
}

.about .decoration.scroll-target-ab-yellow {
	-webkit-transform: translateX(-100%) scale(0);
	        transform: translateX(-100%) scale(0);
	-webkit-transform-origin: center left;
	        transform-origin: center left;
}
.scroll-target-ab-yellow._on {
	-webkit-animation: bom_yellow 0.5s ease-in forwards;
	        animation: bom_yellow 0.5s ease-in forwards;
	-webkit-animation-timing-function: cubic-bezier(0.95, 0.05, 0.8, 0.04);
	        animation-timing-function: cubic-bezier(0.95, 0.05, 0.8, 0.04);
}

.about .about-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	max-width: 680px;
	margin-top: 75px;
	-webkit-transform: translateX(160px);
	        transform: translateX(160px);
}
@media only screen and (max-width: 930px) {
	.about .about-inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		max-width: initial;
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}
@media only screen and (max-width: 768px) {
	.about .about-inner {
		margin-top: 83px;
	}
}
.about .about-inner .md_wrap:nth-child(2) {
	margin-top: 210px;
}
@media only screen and (max-width: 930px) {
	.about .about-inner .md_wrap:nth-child(2) {
		margin-top: 0;
		padding: 0 100px 0 0;
	}
}
@media only screen and (max-width: 768px) {
	.about .about-inner .md_wrap:nth-child(2) {
		padding-right: 83px;
	}
}
.about .about-inner .animation-wrap .cap-pic,
.about .about-inner .animation-wrap .cap-pic-02,
.about .about-inner .animation-wrap .pic,
.about .about-inner .animation-wrap .personal,
.about .about-inner .animation-wrap .text,
.about .about-inner .animation-wrap small {
	opacity: 0;
	-webkit-transform: translateY(10%);
	        transform: translateY(10%);
}
.about .about-inner .animation-wrap._01._on .cap-pic {
	-webkit-animation: opening_fadeIn 0.3s ease-in forwards 0.3s;
	        animation: opening_fadeIn 0.3s ease-in forwards 0.3s;
}
.about .about-inner .animation-wrap._01._on .pic {
	-webkit-animation: opening_fadeIn 0.3s ease-in forwards 0.5s;
	        animation: opening_fadeIn 0.3s ease-in forwards 0.5s;
}
.about .about-inner .animation-wrap._01._on .personal {
	-webkit-animation: opening_fadeIn 0.3s ease-in forwards 0.7s;
	        animation: opening_fadeIn 0.3s ease-in forwards 0.7s;
}
.about .about-inner .animation-wrap._01._on .text,
.about .about-inner .animation-wrap._01._on small {
	-webkit-animation: opening_fadeIn 0.3s ease-in forwards 0.9s;
	        animation: opening_fadeIn 0.3s ease-in forwards 0.9s;
}
.about .about-inner .animation-wrap._02._on .cap-pic-02 {
	-webkit-animation: opening_fadeIn 0.3s ease-in forwards 0.9s;
	        animation: opening_fadeIn 0.3s ease-in forwards 0.9s;
}
@media only screen and (max-width: 768px) {
	.about .about-inner .animation-wrap._02._on .cap-pic-02 {
		-webkit-animation-delay: 0.3s;
		        animation-delay: 0.3s;
	}
}
.about .about-inner .animation-wrap._02._on .pic {
	-webkit-animation: opening_fadeIn 0.3s ease-in forwards 1.1s;
	        animation: opening_fadeIn 0.3s ease-in forwards 1.1s;
}
@media only screen and (max-width: 768px) {
	.about .about-inner .animation-wrap._02._on .pic {
		-webkit-animation-delay: 0.5s;
		        animation-delay: 0.5s;
	}
}
.about .about-inner .animation-wrap._02._on .personal {
	-webkit-animation: opening_fadeIn 0.3s ease-in forwards 1.3s;
	        animation: opening_fadeIn 0.3s ease-in forwards 1.3s;
}
@media only screen and (max-width: 768px) {
	.about .about-inner .animation-wrap._02._on .personal {
		-webkit-animation-delay: 0.7s;
		        animation-delay: 0.7s;
	}
}
.about .about-inner .animation-wrap._02._on .text,
.about .about-inner .animation-wrap._02._on small {
	-webkit-animation: opening_fadeIn 0.3s ease-in forwards 1.5s;
	        animation: opening_fadeIn 0.3s ease-in forwards 1.5s;
}
@media only screen and (max-width: 768px) {
	.about .about-inner .animation-wrap._02._on .text,
	.about .about-inner .animation-wrap._02._on small {
		-webkit-animation-delay: 0.9s;
		        animation-delay: 0.9s;
	}
}
.about .news-box-inner {
	max-width: 720px;
	padding-left: 60px;
}
@media only screen and (max-width: 930px) {
	.about .news-box-inner {
		max-width: initial;
		padding-left: 0;
	}
}
.about .news-box-inner .animation-wrap .caption,
.about .news-box-inner .animation-wrap .figure,
.about .news-box-inner .animation-wrap .txt,
.about .news-box-inner .animation-wrap small {
	opacity: 0;
	-webkit-transform: translateY(10%);
	        transform: translateY(10%);
}
.about .news-box-inner .animation-wrap._03._on .caption {
	-webkit-animation: opening_fadeIn 0.3s ease-in forwards 0.3s;
	        animation: opening_fadeIn 0.3s ease-in forwards 0.3s;
}
.about .news-box-inner .animation-wrap._03._on .txt,
.about .news-box-inner .animation-wrap._03._on small {
	-webkit-animation: opening_fadeIn 0.3s ease-in forwards 0.5s;
	        animation: opening_fadeIn 0.3s ease-in forwards 0.5s;
}
.about .news-box-inner .animation-wrap._03._on .figure {
	-webkit-animation: opening_fadeIn 0.3s ease-in forwards 0.7s;
	        animation: opening_fadeIn 0.3s ease-in forwards 0.7s;
}
.about .news-box-inner .animation-wrap._04._on .caption {
	-webkit-animation: opening_fadeIn 0.3s ease-in forwards 0.3s;
	        animation: opening_fadeIn 0.3s ease-in forwards 0.3s;
}
.about .news-box-inner .animation-wrap._04._on .txt,
.about .news-box-inner .animation-wrap._04._on small {
	-webkit-animation: opening_fadeIn 0.3s ease-in forwards 0.5s;
	        animation: opening_fadeIn 0.3s ease-in forwards 0.5s;
}
.about .news-box-inner .animation-wrap._04._on .figure {
	-webkit-animation: opening_fadeIn 0.3s ease-in forwards 0.7s;
	        animation: opening_fadeIn 0.3s ease-in forwards 0.7s;
}
.about .news-box {
	width: 100%;
	margin-top: -45px;
}
@media only screen and (max-width: 768px) {
	.about .news-box {
		margin-top: 38px;
	}
}
.about .news-box._box {
	margin-top: 0;
}
@media only screen and (max-width: 1200px) {
	.about .news-box {
		padding-right: 15px;
	}
}
@media only screen and (max-width: 768px) {
	.about .news-box {
		padding: 0 15px;
	}
}
@media only screen and (max-width: 768px) {
	.about .news-box._left {
		padding: 0 11px;
		margin-bottom: 45px;
	}
}
.about .news-box .md_title._on {
	position: relative;
}
.about .title_section {
	position: relative;
}
@media only screen and (max-width: 768px) {
	.about .title_section {
		max-width: 124px;
		margin-left: 10px;
	}
}
.about .news {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	margin-bottom: 114px;
}
@media only screen and (max-width: 930px) {
	.about .news {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		margin-bottom: 141px;
	}
}
.about .news .story {
	width: 50%;
}
@media only screen and (max-width: 930px) {
	.about .news .story {
		width: 100%;
	}
}
.about .news .story .caption {
	font-family: "TazuganeGothicStdN-Bold";
	font-weight: bold;
	color: #000;
	font-size: 18px;
	margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
	.about .news .story .caption {
		font-size: 14px;
		letter-spacing: 0.5px;
		margin-bottom: 11px;
	}
}
.about .news .story .txt {
	line-height: 2;
}
@media only screen and (max-width: 768px) {
	.about .news .story .txt {
		letter-spacing: 0.5px;
		line-height: 1.8;
	}
}
.about .news .figure {
	width: 47%;
}
@media only screen and (max-width: 930px) {
	.about .news .figure {
		width: 70%;
		-ms-flex-item-align: start;
		    align-self: flex-start;
	}
}
@media only screen and (max-width: 768px) {
	.about .news .figure {
		position: relative;
		padding-top: 39%;
	}
	.about .news .figure img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		   object-fit: cover;
		position: absolute;
		top: 0;
		left: 0;
	}
}
.about .news-02 {
	position: relative;
	margin-bottom: 156px;
}
@media only screen and (max-width: 768px) {
	.about .news-02 {
		margin-bottom: 100px;
	}
}
.about .news-02 .caption {
	font-size: 18px;
	color: #000;
	font-weight: bold;
	font-family: "TazuganeGothicStdN-Bold";
}
@media only screen and (max-width: 930px) {
	.about .news-02 .caption {
		-webkit-transform: none;
		        transform: none;
		top: -40px;
	}
}
@media only screen and (max-width: 768px) {
	.about .news-02 .caption {
		font-size: 14px;
		white-space: nowrap;
		letter-spacing: 0.5px;
		margin-top: -40px;
	}
}
.about .news-02 .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 32px;
}
@media only screen and (max-width: 768px) {
	.about .news-02 .box {
		gap: 24px;
	}
}
.about .news-02 .box .txt {
	width: 40%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
	line-height: 2;
}
@media only screen and (max-width: 930px) {
	.about .news-02 .box .txt {
		width: 47%;
		-ms-flex-item-align: start;
		    align-self: flex-start;
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
}
@media only screen and (max-width: 768px) {
	.about .news-02 .box .txt {
		width: 51%;
	}
}
.about .news-02 .box .figure {
	width: 56%;
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
}
@media only screen and (max-width: 930px) {
	.about .news-02 .box .figure {
		width: 53%;
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
}
@media only screen and (max-width: 768px) {
	.about .news-02 .box .figure {
		margin-right: calc(50% - 50vw);
	}
}
@media only screen and (max-width: 768px) {
	.about .news-02 .box .figure img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		   object-fit: cover;
	}
}
.about .news-02 .box p:not([class]) {
	text-align: justify;
	letter-spacing: 0.3px;
	line-height: 2;
	margin-top: 15px;
}
@media only screen and (max-width: 768px) {
	.about .news-02 .box p:not([class]) {
		line-height: 1.8;
		letter-spacing: 0.5px;
		text-align: left;
	}
}
.about .movie {
	max-width: 534px;
}
@media only screen and (max-width: 768px) {
	.about .movie {
		max-width: initial;
	}
}
.about .movie .cap .txt-01 {
	font-size: 18px;
	font-family: "TazuganeGothicStdN-Bold";
	font-weight: bold;
	margin-bottom: 13px;
}
@media only screen and (max-width: 768px) {
	.about .movie .cap .txt-01 {
		font-size: 14px;
	}
}
.about .movie .cap .txt-02 {
	letter-spacing: 0.4px;
	margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
	.about .movie .cap .txt-02 {
		margin-bottom: 27px;
	}
}

.bl_new-chapter .title_section {
	display: table;
}
@media only screen and (max-width: 768px) {
	.bl_new-chapter .title_section {
		display: block;
		max-width: 240px;
	}
}
.bl_new-chapter .title_section .discription {
	font-size: 18px;
	display: block;
	text-align: center;
}
@media only screen and (max-width: 768px) {
	.bl_new-chapter .title_section .discription {
		font-size: 14px;
	}
}
.bl_new-chapter .video-box {
	position: relative;
	width: 100vw;
	margin-top: 8px;
	padding-top: 56.25%;
}
.bl_new-chapter .video-box iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.bl_new-chapter > .text {
	text-align: center;
	margin-top: 16px;
}

.container {
	position: relative;
	width: 100%;
	height: 150px;
}

/*フォント*/
.js-scroll-font-workshop._action ._workshop .font:nth-child(1) {
	max-width: 42px;
	-webkit-animation: fadeUpAnime 0.8s 0s forwards;
	        animation: fadeUpAnime 0.8s 0s forwards;
}
.js-scroll-font-workshop._action ._workshop .font:nth-child(2) {
	max-width: 22px;
	left: 1.3em;
	bottom: -0.7em;
	-webkit-animation-duration: 0.5s;
	        animation-duration: 0.5s;
	-webkit-animation: fadeUpAnime 0.8s 0.2s forwards;
	        animation: fadeUpAnime 0.8s 0.2s forwards;
}
.js-scroll-font-workshop._action ._workshop .font:nth-child(3) {
	max-width: 40px;
	left: 2em;
	-webkit-animation: fadeUpAnime 0.8s 0.4s forwards;
	        animation: fadeUpAnime 0.8s 0.4s forwards;
}
.js-scroll-font-workshop._action ._workshop .font:nth-child(4) {
	max-width: 25px;
	left: 3.2em;
	bottom: -0.4em;
	-webkit-animation: fadeUpAnime 0.8s 0.5s forwards;
	        animation: fadeUpAnime 0.8s 0.5s forwards;
}
.js-scroll-font-workshop._action ._workshop .font:nth-child(5) {
	max-width: 24px;
	left: 4em;
	-webkit-animation: fadeUpAnime 0.8s 0.7s forwards;
	        animation: fadeUpAnime 0.8s 0.7s forwards;
}
.js-scroll-font-workshop._action ._workshop .font:nth-child(6) {
	max-width: 24px;
	left: 5em;
	-webkit-animation: fadeUpAnime 0.8s 0.8s forwards;
	        animation: fadeUpAnime 0.8s 0.8s forwards;
}
.js-scroll-font-workshop._action ._workshop .font:nth-child(7) {
	max-width: 22px;
	left: 6em;
	bottom: -0.1em;
	-webkit-animation: fadeUpAnime 0.8s 1s forwards;
	        animation: fadeUpAnime 0.8s 1s forwards;
}
.js-scroll-font-workshop._action ._workshop .font:nth-child(8) {
	max-width: 24px;
	left: 6.8em;
	bottom: -0.1em;
	-webkit-animation: fadeUpAnime 0.8s 1.1s forwards;
	        animation: fadeUpAnime 0.8s 1.1s forwards;
}

.js-scroll-font-festival._action ._festival .font:nth-child(1) {
	max-width: 42px;
	-webkit-animation: fadeUpAnime 0.8s 0s forwards;
	        animation: fadeUpAnime 0.8s 0s forwards;
}
.js-scroll-font-festival._action ._festival .font:nth-child(2) {
	max-width: 18px;
	left: 1.4em;
	bottom: -0.7em;
	-webkit-animation-duration: 0.5s;
	        animation-duration: 0.5s;
	-webkit-animation: fadeUpAnime 0.8s 0.2s forwards;
	        animation: fadeUpAnime 0.8s 0.2s forwards;
}
.js-scroll-font-festival._action ._festival .font:nth-child(3) {
	max-width: 24px;
	left: 2.1em;
	top: 0.2em;
	-webkit-animation: fadeUpAnime 0.8s 0.4s forwards;
	        animation: fadeUpAnime 0.8s 0.4s forwards;
}
.js-scroll-font-festival._action ._festival .font:nth-child(4) {
	max-width: 30px;
	left: 2.8em;
	top: 0.4em;
	-webkit-animation: fadeUpAnime 0.8s 0.5s forwards;
	        animation: fadeUpAnime 0.8s 0.5s forwards;
}
.js-scroll-font-festival._action ._festival .font:nth-child(5) {
	max-width: 10px;
	left: 3.8em;
	top: 0.4em;
	-webkit-animation: fadeUpAnime 0.8s 0.7s forwards;
	        animation: fadeUpAnime 0.8s 0.7s forwards;
}
.js-scroll-font-festival._action ._festival .font:nth-child(6) {
	max-width: 30px;
	left: 4.2em;
	-webkit-animation: fadeUpAnime 0.8s 0.8s forwards;
	        animation: fadeUpAnime 0.8s 0.8s forwards;
}
.js-scroll-font-festival._action ._festival .font:nth-child(7) {
	max-width: 35px;
	left: 5.4em;
	top: 0.4em;
	-webkit-animation: fadeUpAnime 0.8s 1s forwards;
	        animation: fadeUpAnime 0.8s 1s forwards;
}
.js-scroll-font-festival._action ._festival .font:nth-child(8) {
	max-width: 21px;
	left: 6em;
	bottom: -0.1em;
	-webkit-animation: fadeUpAnime 0.8s 1.1s forwards;
	        animation: fadeUpAnime 0.8s 1.1s forwards;
}

.js-scroll-font-factory._action ._factory .font:nth-child(1) {
	max-width: 42px;
	-webkit-animation: fadeUpAnime 0.8s 0s forwards;
	        animation: fadeUpAnime 0.8s 0s forwards;
}
.js-scroll-font-factory._action ._factory .font:nth-child(2) {
	max-width: 30px;
	left: 1.2em;
	bottom: 0.6em;
	-webkit-animation-duration: 0.5s;
	        animation-duration: 0.5s;
	-webkit-animation: fadeUpAnime 0.8s 0.2s forwards;
	        animation: fadeUpAnime 0.8s 0.2s forwards;
}
.js-scroll-font-factory._action ._factory .font:nth-child(3) {
	max-width: 23.5px;
	left: 2.2em;
	top: 0.2em;
	-webkit-animation: fadeUpAnime 0.8s 0.4s forwards;
	        animation: fadeUpAnime 0.8s 0.4s forwards;
}
.js-scroll-font-factory._action ._factory .font:nth-child(4) {
	max-width: 21px;
	left: 2.8em;
	bottom: 1em;
	-webkit-animation: fadeUpAnime 0.8s 0.5s forwards;
	        animation: fadeUpAnime 0.8s 0.5s forwards;
}
.js-scroll-font-factory._action ._factory .font:nth-child(5) {
	max-width: 21px;
	left: 3.5em;
	bottom: 0.5em;
	-webkit-animation: fadeUpAnime 0.8s 0.7s forwards;
	        animation: fadeUpAnime 0.8s 0.7s forwards;
}
.js-scroll-font-factory._action ._factory .font:nth-child(6) {
	max-width: 32px;
	left: 4.2em;
	-webkit-animation: fadeUpAnime 0.8s 0.8s forwards;
	        animation: fadeUpAnime 0.8s 0.8s forwards;
}
.js-scroll-font-factory._action ._factory .font:nth-child(7) {
	max-width: 32px;
	left: 5em;
	-webkit-animation: fadeUpAnime 0.8s 1s forwards;
	        animation: fadeUpAnime 0.8s 1s forwards;
}

.js-scroll-font-talk._action ._talk .font:nth-child(1) {
	max-width: 30px;
	-webkit-animation: fadeUpAnime 0.8s 0s forwards;
	        animation: fadeUpAnime 0.8s 0s forwards;
}
.js-scroll-font-talk._action ._talk .font:nth-child(2) {
	max-width: 30px;
	left: 1.2em;
	top: 0.2em;
	-webkit-animation-duration: 0.5s;
	        animation-duration: 0.5s;
	-webkit-animation: fadeUpAnime 0.8s 0.2s forwards;
	        animation: fadeUpAnime 0.8s 0.2s forwards;
}
.js-scroll-font-talk._action ._talk .font:nth-child(3) {
	max-width: 21px;
	left: 2.4em;
	top: 0.2em;
	-webkit-animation: fadeUpAnime 0.8s 0.4s forwards;
	        animation: fadeUpAnime 0.8s 0.4s forwards;
}
.js-scroll-font-talk._action ._talk .font:nth-child(4) {
	max-width: 35px;
	left: 3em;
	top: 0.2em;
	-webkit-animation: fadeUpAnime 0.8s 0.5s forwards;
	        animation: fadeUpAnime 0.8s 0.5s forwards;
}

.js-scroll-font-about._action ._about .font:nth-child(1) {
	max-width: 30px;
	-webkit-animation: fadeUpAnime 0.8s 0s forwards;
	        animation: fadeUpAnime 0.8s 0s forwards;
}
.js-scroll-font-about._action ._about .font:nth-child(2) {
	max-width: 32px;
	left: 1.2em;
	top: 0.2em;
	-webkit-animation-duration: 0.5s;
	        animation-duration: 0.5s;
	-webkit-animation: fadeUpAnime 0.8s 0.2s forwards;
	        animation: fadeUpAnime 0.8s 0.2s forwards;
}
.js-scroll-font-about._action ._about .font:nth-child(3) {
	max-width: 21px;
	left: 2.4em;
	bottom: 0.4em;
	-webkit-animation: fadeUpAnime 0.8s 0.4s forwards;
	        animation: fadeUpAnime 0.8s 0.4s forwards;
}
.js-scroll-font-about._action ._about .font:nth-child(4) {
	max-width: 24px;
	left: 3.4em;
	top: 0.2em;
	-webkit-animation: fadeUpAnime 0.8s 0.5s forwards;
	        animation: fadeUpAnime 0.8s 0.5s forwards;
}
.js-scroll-font-about._action ._about .font:nth-child(5) {
	max-width: 30px;
	left: 4.4em;
	top: 0.2em;
	-webkit-animation: fadeUpAnime 0.8s 0.7s forwards;
	        animation: fadeUpAnime 0.8s 0.7s forwards;
}

.font {
	position: absolute;
	left: 0;
	top: 0;
	margin: auto;
	font-size: 2em;
	width: 100px;
	height: 150px;
	max-width: 42px;
}

.js-scroll-font-project._action ._project .font:nth-child(1) {
	-webkit-animation: fadeUpAnime 0.8s 0s forwards;
	        animation: fadeUpAnime 0.8s 0s forwards;
}
.js-scroll-font-project._action ._project .font:nth-child(2) {
	max-width: 40px;
	left: 1.4em;
	bottom: -0.7em;
	-webkit-animation: fadeUpAnime 0.8s 0.1s forwards;
	        animation: fadeUpAnime 0.8s 0.1s forwards;
}
.js-scroll-font-project._action ._project .font:nth-child(3) {
	max-width: 21px;
	left: 2.5em;
	-webkit-animation: fadeUpAnime 0.8s 0.2s forwards;
	        animation: fadeUpAnime 0.8s 0.2s forwards;
}
.js-scroll-font-project._action ._project .font:nth-child(4) {
	max-width: 18px;
	left: 3em;
	bottom: -0.4em;
	-webkit-animation: fadeUpAnime 0.8s 0.3s forwards;
	        animation: fadeUpAnime 0.8s 0.3s forwards;
}
.js-scroll-font-project._action ._project .font:nth-child(5) {
	max-width: 19px;
	left: 4em;
	-webkit-animation: fadeUpAnime 0.8s 0.4s forwards;
	        animation: fadeUpAnime 0.8s 0.4s forwards;
}
.js-scroll-font-project._action ._project .font:nth-child(6) {
	max-width: 24px;
	left: 5em;
	-webkit-animation: fadeUpAnime 0.8s 0.5s forwards;
	        animation: fadeUpAnime 0.8s 0.5s forwards;
}
.js-scroll-font-project._action ._project .font:nth-child(7) {
	max-width: 31px;
	left: 6em;
	bottom: -0.1em;
	-webkit-animation: fadeUpAnime 0.8s 0.6s forwards;
	        animation: fadeUpAnime 0.8s 0.6s forwards;
}

/*==================================================
タイトル　文字アニメーション
===================================*/
.font {
	opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes fadeUpAnime {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
/*# sourceMappingURL=main.css.map */