@charset "utf-8";

/* main */

main {position:relative;z-index:1;}

.sub_only { display: none; }

.main_section { position:relative; height: 100vh; min-height: 800px; background-repeat: no-repeat; background-position: 50% 50%; background-size: cover; }
.main_section.fp-auto-height { height: auto; min-height: 0; }
.main_section.fp-auto-height > .fp-tableCell { min-height: 0; }
.main_section .inner { padding-top: 90px; }

.cursor { position: absolute; }


.plus_btn { display: block; width: 1.5rem; height: 1.5rem; position: relative; }
.plus_btn::before { content: ""; position: absolute; top: 0; left: 50%; width: 2px; height: 100%; transform: translateX(-50%); background: #222; }
.plus_btn::after { content: ""; position: absolute; top: 50%; left: 0; width: 100%; height: 2px; transform: translateY(-50%); background: #222; }


.m_sec_tit { font-size: 2.8125rem; }


.m_sec1 { width: 100%; height: 55rem; transition: .3s; overflow: hidden; }
.m_sec1.fill { height: 100vh; }

.m_sec1 .main_visual { width: 100%; height: 100%; }
.m_sec1 .main_visual .swiper-slide { height: inherit; background-color: #999; }
.m_sec1 .main_visual .img_box { width: 100%; height: 100%; position: absolute;
	opacity: 0;
	transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	-webkit-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-webkit-transition: opacity 2s cubic-bezier(0.4, 0, 0.2, 1), transform 5s cubic-bezier(0.4, 0, 0.2, 1);
	transition: opacity 2s cubic-bezier(0.4, 0, 0.2, 1), transform 5s cubic-bezier(0.4, 0, 0.2, 1);
	-ms-transition: opacity 2s cubic-bezier(0.4, 0, 0.2, 1), transform 5s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: opacity 2s cubic-bezier(0.4, 0, 0.2, 1), transform 5s cubic-bezier(0.4, 0, 0.2, 1);
}
.m_sec1 .main_visual .swiper-slide-active .img_box {
	opacity: 1;
	transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
}
.m_sec1 .main_visual .img_box::after { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: linear-gradient(to right, rgba(0, 0, 0, .6), rgba(0, 0, 0, .3), transparent); }
.m_sec1 .main_visual .inner { height: inherit; }
.m_sec1 .main_visual .main_title { color: #fff; position: relative; }
.m_sec1 .main_visual .main_title * { transition: 1.5s; }
.m_sec1 .main_visual .main_title h2 { opacity: 0; transform: translateY(-2rem); font-size: 2.5rem; line-height: 1.2; text-shadow: 0 0 10px rgba(0, 0, 0, .3); max-width: 480px;}
.m_sec1 .main_visual .main_title h2 strong {font-size: 4.5rem; margin-top: 1.875rem; display: block;}
.m_sec1 .main_visual .main_title > p { opacity: 0; transform: translateY(2rem); }
.m_sec1 .main_visual .swiper-slide-active .main_title h2 { opacity: 1; transform: translateY(0); }
.m_sec1 .main_visual .swiper-slide-active .main_title p { transition-delay: .6s; opacity: 1; transform: translateY(0); }

.m_sec1 .pagination { display:inline-block; width: fit-content; position:absolute; left: 50%; transform: translateX(-50%); bottom: 10%; z-index: 100; }
.m_sec1 .pagination  .swiper-pagination-bullet{width: 3px; height: 20px; margin: 0 6px; opacity: 1;background-color: #fff; border-radius: 0;transition: 0.3s;}
.m_sec1 .pagination  .swiper-pagination-bullet-active{background: #FBC400; transform: scaleY(1.5); }
.m_sec1 .pagination  .pagination_cout{position:absolute; color:#fff;}
.m_sec1 .ctrl { position: absolute; top: 0; left: 50%; transform: translateX(-50%); height: 100%; z-index: 9; }
.m_sec1 .ctrl > .flex_box { position: absolute; top: 50%; transform: translateY(-12.5rem); gap: 1rem; }
.m_sec1 .ctrl .toggle { margin-left: 0; z-index: 11; }
.m_sec1 .ctrl .toggle button { display: none; position: relative; z-index: 0; }
.m_sec1 .ctrl .toggle .stop{ width: 0.875rem; height: 1.125rem; border-left: #fff 4px solid; border-right: #fff 4px solid; }
.m_sec1 .ctrl .toggle .play{ width: 0.875rem; height: 1.125rem; border-left: #fff 15px solid; border-top: transparent 11px solid; border-bottom: transparent 11px solid; }
.m_sec1 .ctrl .toggle .stop.on,
.m_sec1 .ctrl .toggle .play.on{ display: inline-block; z-index: 5;}
.m_sec1 .ctrl .count { width: auto; font-size: 1.4rem; font-weight: 200; color: #fff; z-index: 5; }
.m_sec1 .ctrl .count .swiper-pagination-total { color: #898989; }
.m_sec1 .ctrl .arrows { position: relative; z-index: 9; }
.m_sec1 .ctrl .arrows::after { content: ""; display: block; width: .875rem; height: .875rem; border-top: 3px solid #fff; border-right: 3px solid #fff; }
.m_sec1 .ctrl .prev{ transform: rotate(-135deg); }
.m_sec1 .ctrl .next{ transform: rotate(45deg); }



.m_sec2 { padding: 5rem 0; }
.m_sec2 .left .big_box, .m_sec2 .left .text_wrap { position: relative; }
.m_sec2 .left .deco_arrow { position: absolute; top: 0; right: 0; }
.m_sec2 .left .img_box { width: 100%; aspect-ratio: 1/.9; background-size: cover !important;}
.m_sec2 .left .text_wrap ul li{color: #999;}
.m_sec2 .right ul { width: 100%; aspect-ratio: 1/.9;  display: grid; grid-template-columns: repeat(2, 2fr); gap: 1vw; }
.m_sec2 .right ul li { position: relative; background-color: #fff; border: 1px #ddd solid;}
.m_sec2 .right ul li a {display: flex; justify-content: center; align-items: center;}
.m_sec2 .right ul li a:after { content: ''; display: block; width: 100%; height: 100%; background: #000; opacity: 0; z-index: 1; position: absolute; transition: all 0.2s ease-in-out;}
.m_sec2 .right ul li:hover a:after { opacity: .5;}

.m_sec2 .right ul li a .more_view { position: absolute; opacity: 0; transition: all 0.2s ease-in-out; z-index: 2; display: flex; flex-direction: column; align-items: center;}
.m_sec2 .right ul li:hover a .more_view { opacity: 1; }
.m_sec2 .right ul li a .more_view p { color: #fff; font-weight: 500;}
.m_sec2 .right ul li a .more_view i { display: block; width: 2.5rem; height: 2.5rem; background: #fbc400; border-radius: 50%; position: relative;}
.m_sec2 .right ul li a .more_view i:before { content: ''; display: block; width: 1.125rem; height: 2px; background: #fff; position: absolute; top:calc(50% - 1px); left: calc(50% - 0.5625rem);}
.m_sec2 .right ul li a .more_view i:after { content: ''; display: block; width: 2px; height: 1.125rem; background: #fff; position: absolute; top:calc(50% - 0.5625rem); left:calc(50% - 1px) ;}






@media screen and (max-width: 767px) {
	.m_sec1 .main_visual .main_title h2 { font-size: 30px; } 

}