.mainWrap *{
    line-height: 100%;
    letter-spacing: -1px;
    box-sizing: border-box;
}

.disN{
	display:none;
}
.slick-slide img{
    width:100%;
}

/*another*/
#header{
    background: transparent;
}
#header .logo a{
    background: url(../images/logo_w.png) center center / cover no-repeat;
}
#header #nav .gnb li a span{
    color:#fff;
}
#header.color{
}
#header.color #nav .gnb li a span{
    color:#000;
}
#header.color .logo a{
    background: url(../images/logo.png) center center / cover no-repeat;
}
#header.color .utils .tel img{
    filter: none;
}
.utils .tel{
    color:#fff;
}
#header.color .utils .tel{
    color:#000;
}
.utils .tel img{
    filter: invert(100%) brightness(200%);
}


.mainWrap{
    /* overflow: hidden; */
    width: 100%;
	position:relative;
}
body,html,.header_wrap{
    max-width: 1920px !important;
    margin:0 auto !important;
}

body::-webkit-scrollbar {
    position: absolute;
    right: 0;
    width: 5px;
    display: none;
}
body::-webkit-scrollbar-thumb {
    background-color: #373d71;
    border-radius: 10px;
    background-clip: padding-box;
    border: 1px solid transparent;
}
body::-webkit-scrollbar-track {
    background-color: grey;
    border-radius: 10px;
    box-shadow: inset 0px 0px 5px white;
}

#header{
    opacity: 0;
    animation: fadeInUp 1s 6s forwards;
}


.sec .fp-tableCell{
    width: 100%;
}

.mainWrap .Slider, .mainWrap .Slider .slick-list, .mainWrap .slick-track{
	height:100%;
    clear: both;
}

.mainWrap .sec{
    height: 100vh !important;
}

.mainWrap .fp-scroller{
    height: 100%;
}

.mainVisual {
    width: 100%;
    position: relative;
    height: 100vh;
    display:flex;
    align-items: center;
    overflow: hidden;
}
.mainVisual .content{
    width:100%;
    height:100vh;
    position: relative;
    display:flex;
    align-items: flex-start;
    justify-content: center;
    margin-top: 0;
    /* animation: mainVisual_content 4s 4s forwards; */
}
/* @keyframes mainVisual_content{
    0%{
        height: 100vh;
        margin-top: 0;
    }
    to{
        margin-top: 100px;
        height:calc(100vh - 100px);
    }
} */
 
.mainVisual .bg{
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: -1;
}
.mainVisual .bg iframe{
    position: absolute;
    left:0;
    top:-7.5%;
    width:100%;
    height: 100%;
    animation: mainVIsual_iframe 1s 5s forwards;
}
@keyframes mainVIsual_iframe{
    to{
        top:0;
    }
}

.scroll_down{
	position: absolute;
    bottom: 10%;
    transition: 0.75s all;
    left: 50%;
    transform: translateX(-50%) translateX(-.5px);
	/* animation:scroll_con 2s infinite; */
    opacity: 0;
    animation: fadeIn 1s 6s forwards;
    z-index: 1;
    font-family: "Montserrat", sans-serif;
}
.scroll_down .con{
    color: #fff;
    position: relative;

}
.scroll_down .con::before{
    content: "";
    width: 1px;
    height: 50px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
    bottom: -5px;
    background-color: #535353;
}
.scroll_down .con::after{
    content: "";
    width: 1px;
    height: 10px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
    bottom: -5px;
    background-color: #fff;
    animation:scroll_con 5s infinite;
}
@keyframes scroll_con {
	0%{
        height:10px;
    }  
    50%{
        height:50px;
    }
    100%{
        height: 10px;
    }
}

/*ê³µí†µ*/
.section .wrap {
    width: 100%;
    height: 100%;
}
.section .swiper-container {
    width: 100%;
    height: 100%;
}
.section .slideCon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.section.brand{
    position: relative;
    overflow: hidden;
}
.section.brand .wrap{
    padding: 100px 5% 0 0;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section.brand .bg{
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    background: url(../images/main_brand_bg.jpg?v=4) center center / cover no-repeat;
    transform: scale(1.2);
    transition: 3s all;
}
.section.brand.fp-completely .bg{
    transform: scale(1);
}
.section.brand .content{
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
    z-index: 2;
}
.section.brand .text {
    position: relative;
    padding-left: 20%;
}
.section.brand .text .slogan{
    font-family: var(--font-en1);
    font-size: 50px;
    /* margin-bottom: 20px; */
    transform: translateY(100%);
}
.section.brand.fp-completely .text .slogan{
    animation: transY_0 0.75s 1s forwards;
}
@keyframes transY_0{
    to{
        transform: translateY(0);
    }
}
.section.brand .text .subject{
    display: flex;
    align-items: center;
    gap: 7.5px;
    margin-bottom: 7.5%;
    font-size: 40px;
    opacity: 0;
    font-weight: 300;
    flex-direction: column;
    align-items: flex-start;
}
.section.brand .text .subject_con .point{
    color:var(--main-color);
}
.section.brand.fp-completely .text .subject{
    animation: fadeIn 1s 1.5s forwards;
}
.section.brand .text .line{
    background: #333;
    height: 0px;
    width: 1px;
    margin: 10px 0;
}
.section.brand.fp-completely .text .line{
    animation: brand_line 1s 1.25s forwards;
}
@keyframes brand_line{
    to{
        height: 100px;
    }
}
.section.brand .text .explain{
    opacity: 0;
    font-size: 17px;
    color: #333;
    font-weight: 400;
}
.section.brand.fp-completely .text .explain{
    animation: fadeInUp 1s 2s forwards;
}
.section.brand .text .explain_con{
    margin-bottom: 15px;
}
.section.brand .text .explain_con:nth-last-child(1){
    margin-bottom: 0;
}
.section.brand .image{
    position: relative;
    z-index: -1;
    opacity: 0;
    display: flex;
    flex-direction: column;
    gap:20px;
}
.section.brand.fp-completely .image{
    animation: fadeInUp_25 1.5s ease-in-out forwards;
}
.section.brand .image_con{
    position: relative;
	overflow:hidden;
}
.section.brand .image_con .info{
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 14px;
    color: #fff;
    font-weight: 300;
}
.section.brand .image_con:before{
    content: '';
    position: absolute;
    top: 0; left: -150%;
    width: 100%; height: 100%;
    background: linear-gradient(
        to right, 
        rgba(255,255,255,0) 0%, 
        rgba(255,255,255,0.2) 50%, 
        rgba(255,255,255,0) 100%
    );
    transform: skewX(-25deg);
    border-radius: 30px;
}
.section.brand.fp-completely .image_con:before{
    animation: shine 6s 2s forwards infinite;
}

@keyframes shine {
    0% { left: -150%; }
    20% { left: 150%; } 
    100% { left: 150%; } 
}
@keyframes fadeInUp_25{
    0%{
        opacity: 0;
        transform: translateY(25%);
    }
    100%{
        opacity: 1;
        transform: translate(0);
    }
}
@keyframes polygonExpand {
    0% {
        clip-path: polygon(50% 0%, 50% 0%, 50% 100%, 50% 100%);
        opacity: 0;
    }
    50% {
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
        opacity: 0.5;
    }
    100% {
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
        opacity: 1;
    }
}

.section.location{
    position: relative;
    overflow: hidden;
}
.section.location .wrap{
    padding: 5% 0 0 0;
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    background: #efece7;
    align-items: center;
}
.section.location .bg{
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    background: url(../images/main_location_bg.jpg?v=4) center bottom / cover no-repeat;
    transform: scale(1.2);
    transition: 3s all;
    opacity: 0;
}
.section.location.fp-completely .bg{
    transform: scale(1);
    opacity: 1;
}
.section.location .content{
    display: flex;
    justify-content: center;
    width: 100%;
    position: relative;
    z-index: 2;
}
.section.location .image{
    margin-right: 5%;
    opacity: 0;
    position: relative;
}
.section.location.fp-completely .image{
    animation: fadeInUp_25 1.5s ease-in-out forwards;
}
.section.location .image .on{
    position: absolute;
    left:0;
    top:0;
    width:100%;
    opacity: 0;
}
.section.location.fp-completely .image .on{
    animation: fadeIn 1s 1.5s ease-in-out forwards;
}
.section.location .text {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 2.5% 0 0;
    justify-content: space-between;
}
.section.location .text .topArea{

}
.section.location .text .topArea .slogan{
    margin-bottom: 7.5%;
    transform: translateY(100%);
    filter: invert(1);
    transition: 1s 1s all;
}
.section.location.fp-completely .text .topArea .slogan{
    animation: transY_0 0.75s 1s forwards;
    filter: invert(0);
}
.section.location .text .topArea .line{
	background: #333;
	height: 1px;
	width: 0;
	margin: 0 0 10%;
    transition: 0.75s 1.5s all;
}
.section.location.fp-completely .text .topArea .line{
    opacity: 1;
    width: 100px;
}
.section.location .text .topArea .listWrap{
    display: flex;
}
.section.location .text .topArea .listcon{
    opacity: 0;
}
.section.location.fp-completely  .text .topArea .listcon{
    animation: fadeInUp 1s 1.75s forwards;
}
.section.location .text .topArea .listcon .title{
    font-size: 24px;
    margin-bottom: 5%;
    font-family: var(--serif);
    letter-spacing: -1.5px;
    font-weight: 600;
}
.section.location .text .topArea .listcon .explain{
    color: #fff;
    font-weight: 300;
    font-size: 20px;
}
.section.location .text .topArea .listcon .explain_con{
    margin-bottom: 7.5%;
    letter-spacing: -1.5px;
}
.section.location .text .topArea .listcon .explain_con:nth-last-child(1){

    margin-bottom: 0;
}
.section.location .text .logo{
    text-align: right;
    opacity: 0;
}
.section.location .text .logo img{
	transform: scale(0.7);
	transform-origin: right;
}
.section.location.fp-completely .text .logo{
    animation: fadeInUp 1s 2.5s forwards;
}
.section.premium {
    overflow: hidden;
}
.section.premium.action2 .wrap{
    transform: translateX(-100%);
}
.section.premium .wrap{
    display: flex;
    transition:1.5s all;
}
.section.premium .boxWrap{
    width: 100%;
    display: flex;
}
.section.premium .boxlist{
    flex: 0 0 100%;
    display: flex;
}
.section.premium .boxlist .left{
    width: 60%;
    flex: 0 0 60%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 1.25%;
    padding-top: 100px;
    position: relative;
    overflow: hidden;
}
.section.premium .boxlist .left .bg{
    background: url(../images/main_premium_left_bg_01.jpg) center center / cover no-repeat;
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height: 100%;
    transform: scale(1.2);
}
.section.premium .boxlist.--second .left .bg{
    background: url(../images/main_premium_left_bg_02.jpg) center center / cover no-repeat;
}
.section.premium.action1 .boxlist.--first .left .bg,
.section.premium .boxlist.--first .left.mactive .bg{
    animation: scale_1 3s forwards;
}
.section.premium.action2 .boxlist.--second .left .bg,
.section.premium .boxlist.--second .left.mactive .bg{
    animation: scale_1 3s forwards;
}
@keyframes scale_1{
    to{
        transform: scale(1);
    }
}
.section.premium .boxlist.--second .left{
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 12.5%;
}
.section.premium .boxlist .left .text{
    font-size: 20px;
    margin-right: 5%;
    color: #414141;
    transition: 1s 1.5s all;
}
.section.premium .boxlist.--second .left .text{
    margin: 0;
    margin-bottom: 2.5%;
}
.section.premium .boxlist .left .textlist{
    margin-bottom: 7.5%;
    opacity: 0;
    transform: translateY(100%);
    transition: 1s 1.4s all;
}
.section.premium .boxlist .left .textlist:nth-last-child(1){
    margin-bottom: 0;
}
.section.premium.action1 .boxlist.--first .left .textlist,
.section.premium .boxlist.--first .left.mactive .textlist{
    opacity: 1;
    transform: translate(0);
}
.section.premium.action2 .boxlist.--second .left .textlist,
.section.premium .boxlist.--second .left.mactive .textlist{
    opacity: 1;
    transform: translate(0);
}
.section.premium .boxlist .left .textlist:nth-child(2){
    transition-delay: 1.5s;
}
.section.premium .boxlist .left .textlist:nth-child(3){
    transition-delay: 1.6s;
}
.section.premium .boxlist .left .textlist:nth-child(4){
    transition-delay: 1.7s;
}
.section.premium .boxlist .left .textlist:nth-child(5){
    transition-delay: 1.8s;
}
.section.premium .boxlist .left .textlist:nth-child(6){
    transition-delay: 1.9s;
}
.section.premium .boxlist .left .textlist:nth-child(7){
    transition-delay: 2.0s;
}
.section.premium .boxlist .left .textlist:nth-child(8){
    transition-delay: 2.1s;
}
.section.premium .boxlist .left .imageWrap{
    transition: 1s 1.5s all;
}
.section.premium .boxlist.--first .left .imageWrap{
    display: grid;
    grid-template-areas:
        "none first"
        "second third";
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    transform: translate(-50%, -15%);
}
.section.premium.action1 .boxlist.--first .left .imageWrap,
.section.premium .boxlist.--first .left.mactive .imageWrap{
    transform: translate(0);
}
.section.premium .boxlist.--second .left .imageWrap{
    display: flex;
    gap: 20px;
}
.section.premium .boxlist .left .image{
    position: relative;
    /* opacity: 0; */
    transition: 0.75s all;
    transform: translateY(100%);
}
.section.premium.action1 .boxlist.--first .left .image,
.section.premium .boxlist.--first .left.mactive .image{
    transform: translateY(0);
    opacity: 1;
}
.section.premium.action2 .boxlist.--second .left .image,
.section.premium .boxlist.--second .left.mactive .image{
    transform: translateY(0);
    opacity: 1;
}
.section.premium .boxlist.--first .left .image:nth-child(1){
    grid-area: first;
    transition-delay: 0.25s;
    transform: translate(50%, -80%);
}
.section.premium .boxlist.--first .left .image:nth-child(2){
    grid-area: second;
    transition-delay: 0.5s;
    transform: translate(0%, -80%);
}
.section.premium .boxlist.--first .left .image:nth-child(3){
    grid-area: third;
    transition-delay: 0.75s;
    transform: translate(0, 100%);
}
.section.premium .boxlist.--second .left .image:nth-child(1){
    transition-delay: 0.25s;
    transform: translate(-20%, -100%);
}
.section.premium .boxlist.--second .left .image:nth-child(2){
    transition-delay: 0.5s;
    transform: translate(20%, 20%);
}
.section.premium.action1 .boxlist.--first .left .image,
.section.premium .boxlist.--first .left.mactive .image{
	transform:translate(0);
}
.section.premium.action2 .boxlist.--second .left .image,
.section.premium .boxlist.--second .left.mactive .image{
	transform:translate(0);
}
.section.premium .boxlist .left .image .info{
    position: absolute;
    right: 10px;
    bottom: 10px;
    color:#fff;
}
.section.premium .boxlist .right{
    width: 40%;
    flex:0 0 40%;
    height: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 2.5%;
    padding: 6.5% 0 0 6.5%;
    overflow: hidden;
}
.section.premium .boxlist .right .bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/main_premium_right_bg_01.jpg?v=4) center 20% / cover no-repeat;
    transform: scale(1.2);
    transition: 3s all;
    z-index: 0;
}
.section.premium .boxlist.--second .right .bg{
    background: url(../images/main_premium_right_bg_02.jpg?v=4) center 20% / cover no-repeat;
}
.section.fp-completely.premium.action1 .boxlist.--first .right .bg,
.section.fp-completely.premium.action2 .boxlist.--second .right .bg ,
.section.fp-completely.premium .boxlist.--first .right.mactive .bg,
.section.fp-completely.premium .boxlist.--second .right.mactive .bg {
    transform: scale(1);
}
.section.premium .boxlist .right .text{
    opacity: 0;
    color: #fff;
    font-weight: 300;
    transition: 1s 1.75s all;
    position: relative;
}
.section.fp-completely.premium.action1 .boxlist.--first .right .text,
.section.active.premium.action1 .boxlist.--first .right .text,
.section.fp-completely.premium.action2 .boxlist.--second .right .text,
.section.active.premium.action2 .boxlist.--second .right .text,
.section.fp-completely.premium .boxlist.--first .right.mactive .text,
.section.active.premium .boxlist.--first .right.mactive .text,
.section.fp-completely.premium .boxlist.--second .right.mactive .text,
.section.active.premium .boxlist.--second .right.mactive .text{
    opacity: 1;
}
@keyframes fadeInUp_50{
    0%{
        opacity: 0;
        transform: translateY(50%);
    }
    100%{
        opacity: 1;
        transform: translateY(0);
    }
}
.section.premium .boxlist .right .text .slogan{
    font-family: var(--font-en2);
    font-size: 50px;
    margin-bottom: 2.5%;
}
.section.fp-completely.premium .right .text .slogan{
}
.section.premium .boxlist .right .text .line{
    height: 0;
    background: #fff;
    width: 1px;
    margin-bottom: 2.5%;
    transition: 0.75s 1s all;
}
.section.fp-completely.premium .right .text .line{
    height: 60px;
}
.section.premium .boxlist .right .text .subject{
    font-size: 40px;
    font-weight: 600;
    text-align: left;
}
.section.fp-completely.premium .right .text .subject{margin-bottom: 5%;}
.section.premium .boxlist .right .text .subject_con{
    margin-bottom: 1.25%;
}
.section.premium .boxlist .right .text .subject_con:nth-last-child(1){
    margin-bottom: 0;
}
.section.premium .boxlist .right .text .subject_con .--color{
    color:var(--main-color)
}
.section.premium .boxlist .right .text .explain{
    font-size: 17px;
}
.section.fp-completely.premium .right .text .explain{
}
.section.premium .boxlist .right .text .explain_con{
    margin-bottom: 1.75%;
}
.section.premium .boxlist .right .text .explain_con:nth-last-child(1){
    margin-bottom: 0;
}
.section.premium .boxlist .right .image{
    display: flex;
    gap:10px;
}
.section.premium .boxlist .right .image_list{
    opacity: 0;
}
.section.fp-completely.premium .right .image_list,
.section.active.premium .right .image_list{
    animation: fadeIn 1s 2.25s forwards;
}


.section.identity{
    position: relative;
    overflow: hidden;
}
.section.identity .wrap{
    height: 100%;
    background: #fff;
}
.section.identity .content{
    display: flex;
    justify-content: center;
    padding: 0;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 17px;
    position: relative;
    height: 100%;
}
.section.identity .bg{
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    background: url(../images/main_identity_bg.jpg?v=4) center bottom / cover no-repeat fixed;
    transition: 2s all;
}
.section.identity.fp-completely .bg,
.section.identity.trick .bg{
    opacity: 1;
    background-position-y: 50%;
}
.section.identity .logo{
    margin-bottom: 2.5%;
    opacity: 0;
}
.section.identity.fp-completely .logo,
.section.identity.trick .logo{
    animation: fadeIn 1s 2s forwards;
}
.section.identity .logo img{
    width: 100%;
    max-width: max-content;
}
.section.identity .title{
    margin-bottom: 1.25%;
    opacity: 0;
    font-weight: 300;
    letter-spacing: -0.5px;
    font-size: 30px;
}
.section.identity .title_con{
    margin-bottom:1.25%;
}
.section.identity .title_con:nth-last-child(1){
    margin-bottom: 0;
}
.section.identity.fp-completely .title,
.section.identity.trick .title{
    animation: fadeIn 1s 2.25s forwards;
}
.section.identity .line{
    background: #949494;
    height: 0px;
    width: 1px;
    position: relative;
    margin: 2.5% auto;
}
.section.identity.fp-completely .line,
.section.identity.trick .line{
    animation: identity_line 1s 2.5s forwards;
}
@keyframes identity_line{
    to{
        height: 50px;
    }
}
.section.identity .explain{
    opacity: 0;
    font-weight: 400;
}
.section.identity.fp-completely .explain,
.section.identity.trick .explain{
    animation: fadeIn 1s 2.5s forwards;
}
.section.identity .explain_con{
    margin-bottom: 5%;
}
.section.identity .explain_con:nth-last-child(1){
    margin-bottom: 0;
}
.section.identity .outlink{
    background: var(--main-color);
    color: #fff;
    border-radius: 30px;
    position: relative;
    display: inline-flex;
    padding: 15px;
    min-width: 200px;
    justify-content: center;
    transition: 0.75s all;
    opacity: 0;
    margin-top: 2.5%;
}
.section.identity.fp-completely .outlink,
.section.identity.trick .outlink{
    animation: fadeIn 1s 3.5s forwards;
}
.section.identity .outlink:hover{
    background: #000;
}
.section.identity .outlink::after{
    content:"";
    position: absolute;
    right:10%;
    top:50%;
    transform: translateY(-50%);
    background: url(../images/main_identity_ico.png) center center / cover no-repeat;
    width: 15px;
    height: 8px;
    transition: 0.75s all;
}
.section.identity .outlink:hover::after{
    transform: translate(-50%, -50%);
}


/*scroldown*/
.main_scrolldown{
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20%;
}
.main_scrolldown .chevron {
    position: relative;
    width: 28px;
    height: 3px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out infinite;
}

.main_scrolldown .chevron:first-child {
    animation: move 3s ease-out 1s infinite;
}

.main_scrolldown .chevron:nth-child(2) {
    animation: move 3s ease-out 2s infinite;
}

.main_scrolldown .chevron:before,
.main_scrolldown .chevron:after {
    content: ' ';
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background: #fff;
}

.main_scrolldown .chevron:before {
    left: 0;
    transform: skew(0deg, 30deg);
}

.main_scrolldown .chevron:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg);
}

@keyframes move {
    25% {
        opacity: 1;

    }

    33% {
        opacity: 1;
        transform: translateY(30px);
    }

    67% {
        opacity: 1;
        transform: translateY(40px);
    }

    100% {
        opacity: 0;
        transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
}
/*pageinfo*/
.pagingInfo {
    color: #99a3aa;
    font-size: 18px;
    font-weight: 100;
    display: inline-block;
    width: auto;
    text-align: center;
    padding: 0 30px;
    letter-spacing: 0;
}
/*loader*/
body{
	overflow-x:hidden;
}
.loading{
    width:100%;
    height:100%;
    position:fixed;
    left:0px;
    top:0px;
    background:#000;
    z-index: 10000;
}
.loading img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.main_loader{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
    width: 350px;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 35px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
.main_loader{
    /*! animation: fadeOut 1s forwards; */
}
.circular_loader {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    height: calc(100% + 40px);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    width: calc(100% + 40px);
    position: absolute;
    top: -20px;
    left: -20px;
    margin: auto;
}

.loader_path {
    stroke-dasharray: 150, 200;
    stroke-dashoffset: -10;
    -webkit-animation: dash_circle 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    animation: dash_circle 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round;
    /* fill:rgba(255,255,255,0.5); */
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes dash_circle {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124;
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124;
    }
}

@media(max-width:1080px){
.loader{width:calc(100% - 30px);}
}

/*response*/
@media(min-width:1921px){
}

@media(max-width:1400px){
	section.brand .image{
		width: 45%;
		top: auto;
    }
	.section.brand .image img{
		width:100%;
	}
}


@media(max-width:1080px){
	.loading{
	}
	.main_loader{
		max-width:50%;
	}
    .mainWrap{
        overflow: hidden;
    }
    .mainWrap img{
        width: 100%;
        max-width: max-content;
    }
    
    .header_m{
    }
    #quick .list_wrap .listcon:after{
        display: none;
    }

    .section.mainVisual{
        height: auto !important;
        margin-top: 80px;
        background: #fff;
        z-index: 2;
    }
    .mainVisual .fp-scroller{
        height: 100%;
    }
    .mainVisual .text{
        width: auto;
        margin-right: 0;
        margin-top: 5%;
        align-items: center;
    }
    .mainVisual .text .slogan{
        /* width:150%; */
        width: 100%;
        animation: mainVisual_slogan2 1s 4s forwards;
    }
	@keyframes mainVisual_slogan{
        to{
            width: 100%;
            transform: translateX(-10%);
        }
    }
	@keyframes mainVisual_slogan2{
        to{
            width: 120%;
            transform: translateX(-25%);
        }
    }
	.mainVisual .content{
		height: 100%;
		padding-bottom: 56.25%;
	}
    .mainVisual .bg{
        background: url(../images/mainVIsual_bg_m.jpg?v=4) center top / cover no-repeat;
        height: 100%;
        min-height: auto;
        min-width: auto;
        top: 0;
        left: 0;
        transform: translate(0);
    }
	.mainVisual .bg iframe{

        top: 0;
        animation: none;
	}
    .mainVisual .bg_on{
        background: url(../images/mainVIsual_bg_on2_m.jpg?v=4) center 95% / cover no-repeat;
    }
    .mainVisual .text .title{
        display: inline-flex;
    }
    .mainVisual .text .title_con img{
        width: auto;
        height: 100%;
    }
    .mainVisual .text .title_con.--01{
        padding-right: 10vw;
    }
    .mainVisual .text .title_con.--01 > img{
        height: 50px;
        margin-bottom: 2.5%;
    }
    .mainVisual .text .title_con.--02{
        height: 35px;
        padding-left: 0;
    }
    .mainVisual .text .title_con.--03{
        height: 40px;
    }
    .mainVisual .text .name{
        font-size: 24px;
    }
    .mainVisual .canvasCon {
        width: 100%;
        left: 0;
        width: 100%;
    }
	.mainVisual .open_info2{
		display: inline-flex;
		align-items: center;
		justify-content: center;
		margin-top: 10%;
	}
	@keyframes mainVisual_canvascon{
		to{
			left: 15%;
			top: -5%;
		}
	}
    .scroll_down{
        display: none;
    }

    .section.brand .wrap{
        padding: 20% 0;
    }
    .section.brand .fp-scroller{
        height: 100%;
    }
    .section.brand .content{
        height: 100%;
        justify-content: flex-end;
        flex-direction: column;
    }
    .section.brand .bg{
        background: url(../images/main_brand_bg_m.jpg) center center / cover no-repeat;
    }
    .section.brand .text{
        padding: 0;
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding-bottom: 0;
        margin-bottom: 15%;
    }
    .section.brand .text .slogan{
        margin-bottom: 10px;
    }
    .section.brand .image{
        position: relative;
        text-align: center;
        width: calc(100% - 30px);
        margin: 0 auto;
    }
    .section.brand .image_con .info{
        font-size: 2.2vw;
    }
    @keyframes brand_line{
        to{
            height: 50px;
        }
    }
    .section.brand .text .subject{
        font-size: 24px;
        margin-bottom: 5%;
        align-items: center;
    }

    .section.location { 
        height: auto !important; 
        min-height: 100vh;
    }
    .section.location .fp-tableCell {
        height: auto !important;
        display: block;
    }
    .section.location .wrap{
        padding: 20% 5%;
    }
    .section.location .bg{
        background: url(../images/main_location_bg_m.jpg) center bottom / cover no-repeat;
    }
    .section.location .content{
        flex-direction: column;
    }
    .section.location .text .topArea .listcon:nth-child(2n){
        /* margin-top:25%; */
    }
    .section.location .text .topArea{
        margin-bottom: 20%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .section.location .text .topArea .slogan{
        margin-bottom: 10%;
    }
    .section.location .image{
        width: 100%;
        margin:0 auto 15%;
		text-align:center;
    }
    .section.location .text .topArea .listWrap{
        gap:20px;
    }
    .section.location .text .logo{
        text-align: center;
        width:35%;
        margin:0 auto;
    }
    .section.location .text .logo img{
        transform: scale(1);
    }

    .section.premium{
        background: #f2f0f1;
    }
    .section.premium .wrap{
        flex-direction: column;
        padding: 0;
    }

    .section.premium .boxWrap{
        flex-direction: column;
    }
    .section.premium .boxlist{
        flex-direction: column;
    }
    .section.premium .boxlist.--first{
        flex-direction: column-reverse;
    }
    .section.premium .boxlist .left{
        flex:1;
        width:100%;
        flex-direction: column;
        padding: 20% 7.5%;
        align-items: flex-start;
    }
    .section.premium .boxlist.--second .left{
        padding: 30% 7.5%;
    }
    .section.premium .boxlist .left .text{
        margin: 0 0 7.5%;
        text-align: left;
    }.section.premium .boxlist.--second .left .text{
        margin: 0 0 12.5%;
    }
    .section.premium .boxlist.--first .left .imageWrap{
        width: 100%;
        margin:0 auto;
    }
    .section.premium .boxlist .right{
        flex:1;
        width:100%;
        padding: 10% 5% 50%;
    }
    .section.premium .boxlist .right .bg{
        background: url(../images/main_premium_right_bg_01_m.jpg?v=4) center top / cover no-repeat;
    }
    .section.premium .boxlist .right .text{
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        transition-delay: 0s;
    }
    .section.premium .boxlist .right .text .subject{
        text-align: center;
        font-size: 7vw;
    }
    .section.premium .boxlist .right .text .slogan{
        width: 60%;
        margin: 0 auto 5%;
    }
    .section.premium .boxlist .right .text .line{
        height: 60px;
    }

    .section.identity{
        height: calc(100vh - 80px) !important;
    }
    .section.identity .wrap{
        flex-direction: column;
    }
    .section.identity .fp-scroller{
        height: 100%;
    }
    .section.identity .content{
        font-size: 16px;
    }
    .section.identity .explain_con{
        margin-bottom: 2.5%;
    }
    .section.identity .logo{
        width: 30%;
        margin-bottom: 5%;
    }
    .section.identity.fp-completely .logo,
    .section.identity.trick .logo{
        animation: fadeIn 1s forwards;
    }
	.section.identity .title{
		margin-bottom:5%;
	}
    .section.identity.fp-completely .title,
    .section.identity.trick .title{
        animation: fadeIn 1s 0.5s forwards;
    }
    .section.identity.fp-completely .explain, 
    .section.identity.trick .explain {
        animation: fadeIn 1s 1s forwards;
    }
    .section.identity.fp-completely .line,
    .section.identity.trick .line {
        animation: identity_line 1s 1s forwards;
    }
    .section.identity.fp-completely .outlink, 
    .section.identity.trick .outlink {
        animation: fadeIn 1s 1.5s forwards;
    }
	.section.identity .outlink{
		margin-top:10%;
	}

    .section.footer{
        height: auto !important;
        min-height: auto;
    }
    .section.footer .section{
        height: auto !important;
        min-height: auto;
    }

    .mainWrap #quick{
       top: 2%;
       right: 5px;
       flex-direction: column-reverse;
       align-items: flex-end;
       position: fixed;
       top: 15%;
 }
	#quick .open_info{
		font-size:20px;
	}
    #quick img{
        max-width: max-content;
    }
    #quick .list_wrap .listcon{
        justify-content: center;
        width: 20px;
    }
    #quick .list_wrap .listcon:after{
        right: auto;
        width: 10px;
        height: 1px;
        top: calc(100% + 15px);
        left: 50%;
        transform: translateX(-50%);
    }

}
@media(max-width:640px){
    
    #quick .list_wrap{
        padding: 20px 7.5px;
        margin-left:0;
        transform: scale(0.8);
    }

    .mainVisual .text{
    margin-top: 25%;
    }
    .mainVisual .text .title_con.--01 > img{
        height: 5vh;
    }
    .mainVisual .text .title_con.--02{
        height: 5vh;
    }
    .mainVisual .text .title_con.--03{
        height: 5vh;
        padding-left: 0.5%;
    }
    .mainVisual .text .name{
        font-size: 7vw;
    }
	.mainVisual .open_info2{
		font-size:5vw;
	}

    .section.brand .text .explain{
        font-size: 3.4vw;
    }
    .section.brand .text .explain_con{
        margin-bottom: 5%;
    }

    .section.brand .text .subject{
        font-size: 6vw;
    }
    .section.brand .text .slogan{
        width: 40%;
    }

    .section.location .text .topArea .slogan{
        width: 60%;
    }
    .section.location .text .topArea .listWrap{
        gap:40px 10px;
    }
    .section.location .text .topArea .listcon .title{
        font-size: 4vw;
    }
    .section.location .text .topArea .listcon .explain{
        font-size: 3.4vw;
    }
    .section.location .text .topArea .listcon .explain_con{
        line-height: 135%;
    }

    .section.premium .boxlist .left .text{
        font-size: 3.4vw;
    }
	.section.premium .boxlist .right .text .explain{
		font-size:3.4vw;
	}
	.section.premium .boxlist .left .image .info{
		font-size:2.2vw;
	}

    .section.identity .content{
        font-size: 3vw;
    }
	.section.identity .title{
		font-size:7vw;
	}
    @keyframes identity_wrap{
        to{
            padding: 5%
        }
    }
}


@media screen and (max-width: 1080px) {
    #fullpage, .section, .fp-tableCell, .fp-scrollable {
        height: auto !important;
        display: block !important;
        position: relative !important;
    }
    
    .section.premium .active_show {
        position: relative !important;
        opacity: 1 !important;
        transform: none !important;
        visibility: visible !important;
        display: block !important;
        padding: 50px 0 !important;
    }
}

@media screen and (max-width: 1080px) {
    html, body {
        overflow: visible !important;
        height: auto !important;
    }

    #fullpage, .section, .fp-tableCell {
        height: auto !important;
        min-height: auto;
        display: block !important;
        position: relative !important;
    }

    .section.premium .active_show {
        position: relative !important;
        opacity: 1 !important;
        transform: none !important;
        visibility: visible !important;
        padding: 40px 0 !important;
    }
}

@supports (-webkit-touch-callout: none) {
    /* CSS specific to iOS devices */ 
    .have_background_fix{
        background-attachment: scroll !important;
    }
}