/*#region var*/
:root {
    --pxunit: .75rem;
    --fontKG6: "Avenir Heavy","Koburina Gothic StdN W6";
    --fontKG3: "Avenir Roman","Koburina Gothic StdN W3";
    --fontKG1: "Avenir Light","Koburina Gothic StdN W1";
    --fontAH: "Avenir Heavy";
    --fontAR: "Avenir Roman";
    --fontAN: "Avenir Medium";
    --fontAL: "Avenir Light";
    --bg-font-color: #000000;
    --bg-orange-color: #FAFD9A;
    --bg-blue-color: #033871;
    --bg--red-color: #C40B12;
}
@media (max-width: 768px) {
    :root {
        --pxunit: 5px;
    }
}
@media (max-width: 450px) {
    :root {
        --pxunit: 4px;
    }
}
.animation_txt * {
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    font-weight: inherit;
}
.animation_txt span {
    display: block;
}
/*#endregion var*/
*{
    box-sizing: border-box;
    color: var(--bg-font-color);
    font-family: var(--fontB);
    font-weight: 400;
    line-height: 1;
}
html {
    font-size: .625vw;
}
body{
    margin: 0;
    padding: 0;
}
@media (min-width: 1800px) {
    html {
        font-size: 10px;
    }
    :root {
        --pxunit: 1.2rem;
    }
}
@media (max-width: 768px) {
    html {
        font-size: 2.5vw;
    }
    html, body {
        overflow-x: hidden;
    }
}
.hx1 {content: "";height: var(--pxunit);}
.hx2 {content: "";height: calc(var(--pxunit)*2);}
.hx3 {content: "";height: calc(var(--pxunit)*3);}
.hx4 {content: "";height: calc(var(--pxunit)*4);}
.hx5 {content: "";height: calc(var(--pxunit)*5);}
.hx6 {content: "";height: calc(var(--pxunit)*6);}
.hx7 {content: "";height: calc(var(--pxunit)*7);}
.hx8 {content: "";height: calc(var(--pxunit)*8);}
.hx9 {content: "";height: calc(var(--pxunit)*9);}
.hx10 {content: "";height: calc(var(--pxunit)*10);}
.hx11 {content: "";height: calc(var(--pxunit)*11);}
.hx12 {content: "";height: calc(var(--pxunit)*12);}
.hx13 {content: "";height: calc(var(--pxunit)*13);}
.hx14 {content: "";height: calc(var(--pxunit)*14);}
.hx15 {content: "";height: calc(var(--pxunit)*15);}
.hx16 {content: "";height: calc(var(--pxunit)*16);}
.hx17 {content: "";height: calc(var(--pxunit)*17);}
.hx18 {content: "";height: calc(var(--pxunit)*18);}
.hx19 {content: "";height: calc(var(--pxunit)*19);}
.hx20 {content: "";height: calc(var(--pxunit)*20);}
/*#endregion var*/

/*#region RESET*/
html{scroll-behavior: smooth;}
h1,h2,h3,h4,h5,h6{margin:0px; padding:0px; font-weight:normal;}
p{margin:0px; padding:0px;}
a{text-decoration:none; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -o-transition: all 0.3s linear; -ms-transition: all 0.3s linear; transition: all 0.3s linear;} 
a:hover, a:focus, a:active{ outline:none; text-decoration:none; }
button:focus {outline:0;}
ul{margin:0px; padding:0px;}
ul li{list-style-type:none;}
img{border:0px;}
img{object-fit: cover;margin: 0;padding: 0;}
/*#endregion RESET*/

/*#region pspander*/
.pspander_header {
    cursor: pointer;
}
.pspander_opened {
    display: block;
}
.pspander_closed {
    display: none;
}
.pspander.pst_show .pspander_opened {
    display: none;
}
.pspander.pst_show .pspander_closed {
    display: block;
}
.pspander_collapse {
    display: none;
}
/*#endregion pspander*/
/*#region ANIMATION*/
/*#region opacity animation*/
.js_opac {opacity: 0;transition: all .6s;transition-delay: .3s;}
.js_opac.on {opacity: 1;}
/*#endregion opacity animation*/
/*#region spin animation*/
/* spin1 */
@keyframes spin1 {
	0% {transform: rotate(0deg)translate3d(7px, 0, 0);}
	100% {transform: rotate(360deg)translate3d(7px, 0, 0);}
}

/* spin2 */
@keyframes spin2 {
	0% {transform: rotate(0deg)translate3d(5px, 0, 0);}
	100% {transform: rotate(360deg)translate3d(5px, 0, 0);}
}

/* spin3 */
@keyframes spin3 {
	0% {transform: rotate(0deg)translate3d(6px, 0, 0);}
	100% {transform: rotate(360deg)translate3d(6px, 0, 0);}
}

/* spin4 */
@keyframes spin4 {
	0% {transform: rotate(0deg)translate3d(3px, 0, 0);}
	100% {transform: rotate(-360deg)translate3d(3px, 0, 0);}
}

/* spin5 */
@keyframes spin5 {
	0% {transform: rotate(0deg)translate3d(2px, 0, 0);}
	100% {transform: rotate(-360deg)translate3d(2px, 0, 0);}
}
.circleWrap {position: relative;width: 100%;height: 100%;}
.circle {position: absolute;border-radius: 50%;width: 100%;height: 100%;}
.c_pos01 {top: 0;border-style: solid;border-width: 1px;border-color: rgba(255, 255, 255, 0.9);
    -webkit-animation: spin1 5s linear infinite;
    -moz-animation: spin1 5s linear infinite;
    -ms-animation: spin1 5s linear infinite;
    -o-animation: spin1 5s linear infinite;
    animation: spin1 5s linear infinite;
    /*  	animation: bo-co1 10s infinite;
        -webkit-animation: bo-co1 10s infinite; */
}
.c_pos02 {top: 0;border-style: solid;border-width: 1px;border-color: rgba(255, 255, 255, 0.9);
    -webkit-animation: spin2 4s linear infinite;
    -moz-animation: spi2 4s linear infinite;
    -ms-animation: spin2 4s linear infinite;
    -o-animation: spin2 4s linear infinite;
    animation: spin2 4s linear infinite;
    /* 	animation: bo-co2 9s infinite;
        -webkit-animation: bo-co2 9s infinite; */
}
.c_pos03 {top: 0;border-style: solid;border-width: 1px;border-color: rgba(255, 255, 255, 0.9);
    -webkit-animation: spin3 7s linear infinite;
    -moz-animation: spi3 7s linear infinite;
    -ms-animation: spin3 7s linear infinite;
    -o-animation: spin3 7s linear infinite;
    animation: spin3 7s linear infinite;
    /* 	animation: bo-co3 11s infinite;
        -webkit-animation: bo-co3 11s infinite; */
}
.c_pos04 {top: 0;border-style: solid;border-width: 1px;border-color: rgba(255, 255, 255, 0.9);
    -webkit-animation: spin4 7s linear infinite;
    -moz-animation: spi4 7s linear infinite;
    -ms-animation: spin4 7s linear infinite;
    -o-animation: spin4 7s linear infinite;
    animation: spin4 7s linear infinite;
    /* 	animation: bo-co1 12s infinite;
        -webkit-animation: bo-co1 12s infinite; */
}
.c_pos05 {top: 0;border-style: solid;border-width: 1px;border-color: rgba(255, 255, 255, 0.9);
    -webkit-animation: spin5 8s linear infinite;
    -moz-animation: spi5 8s linear infinite;
    -ms-animation: spin5 8s linear infinite;
    -o-animation: spin5 8s linear infinite;
    animation: spin5 8s linear infinite;
    /* 	animation: bo-co2 10s infinite;
        -webkit-animation: bo-co2 10s infinite; */
}
/*#endregion spn animation*/
/*#region rotate animation*/
.rot360 {
    transform: rotate(0deg);
    animation: anim_rotate360 10s linear infinite;
}
@keyframes anim_rotate360 {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
}
/*#endregion rotate animation*/
/*#region clip-left-right animation*/
.panir3 {
    display: inline-block;
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
    transition: all 1s cubic-bezier(0.5, 1, 0.89, 1);
    vertical-align: middle;
}
.panir3.on {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 100%);
}
.panil3 {
    display: inline-block;
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0 100%);
    transition: all 1s cubic-bezier(0.5, 1, 0.89, 1);
    vertical-align: middle;
}
.panil3.on {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 100%);
}
/*#endregion clip-left-right animation*/
/*#region pani text rising animation*/
.pani4 {display: flex;overflow: hidden;}
.pani4 span {display: block;transform: translateY(100%);transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);color: transparent;}
.pani4.on span {color: #222;transform: translateY(0);}
.pani4 span:nth-child(0) {transition-delay: 0ms;}
.pani4 span:nth-child(1) {transition-delay: 80ms;}
.pani4 span:nth-child(2) {transition-delay: 160ms;}
.pani4 span:nth-child(3) {transition-delay: 240ms;}
.pani4 span:nth-child(4) {transition-delay: 320ms;}
.pani4 span:nth-child(5) {transition-delay: 400ms;}
.pani4 span:nth-child(6) {transition-delay: 480ms;}
.pani4 span:nth-child(7) {transition-delay: 560ms;}
.pani4 span:nth-child(8) {transition-delay: 640ms;}
.pani4 span:nth-child(9) {transition-delay: 720ms;}
.pani4 span:nth-child(10) {transition-delay: 800ms;}
.pani4 span:nth-child(11) {transition-delay: 880ms;}
.pani4 span:nth-child(12) {transition-delay: 960ms;}
.pani4 span:nth-child(13) {transition-delay: 1040ms;}
.pani4 span:nth-child(14) {transition-delay: 1120ms;}
.pani4 span:nth-child(15) {transition-delay: 1200ms;}
.pani4 span:nth-child(16) {transition-delay: 1280ms;}
.pani4 span:nth-child(17) {transition-delay: 1360ms;}
.pani4 span:nth-child(18) {transition-delay: 1440ms;}
.pani4 span:nth-child(19) {transition-delay: 1520ms;}
.pani4 span:nth-child(19) {transition-delay: 1600ms;}
/*endregion pani text rising animation*/
/*#region evelit animaiton*/
.initani { overflow: hidden; position: relative; } 
.initani::before, 
.initani::after { content: ""; display: block; position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 1; } 
.initani_bw::before { background-color: #2b3f6c; } 
.initani_bw::after { background-color: #fff; } 
.initani.initani_ww::before { background-color: #fff; } 
.initani.initani_ww::after { background-color: #fff; } 
.initani.initani_wb::before { background-color: #fff; } 
.initani.initani_wb::after { background-color: #2b3f6c; } 
.initani.initani_wbk::before { background-color: #fff; } 
.initani.initani_wbk::after { background-color: #1A1A1A; }
.initani.initani_wr::before { background-color: #C40B12; } 
.initani.initani_wr::after { background-color: #C40B12; }

.initani::before { -webkit-transform-origin: left; -ms-transform-origin: left; transform-origin: left; 
    -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); 
    -webkit-transition: -webkit-transform 0.8s 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53); 
    transition: -webkit-transform 0.8s 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53); 
    transition: transform 0.8s 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53); 
    transition: transform 0.8s 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53), -webkit-transform 0.8s 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53); 
} 
.initani::after { -webkit-transform-origin: left; -ms-transform-origin: left; transform-origin: left; 
    -webkit-transform: scaleX(0) translateX(0); -ms-transform: scaleX(0) translateX(0); transform: scaleX(0) translateX(0); 
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53); 
    transition: -webkit-transform 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53); 
    transition: transform 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53); 
    transition: transform 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53), -webkit-transform 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53); 
} 
.anistart::before { -webkit-transform: translateX(101%); -ms-transform: translateX(101%); transform: translateX(101%); } 
.anistart::after { -webkit-transform: scaleX(1) translateX(101%); -ms-transform: scaleX(1) translateX(101%); transform: scaleX(1) translateX(101%); }
/*#endregion evelit animaiton*/
/*region coiran animation*/
@keyframes slideShow {
    0% {
        opacity: 0;
        transform: scale(1);
        -ms-transform: scale(1);
    }
    5% {
        opacity: 1
    }
    25% {
        opacity: 1;
    }
    30% {
        opacity: 0;
        transform: scale(1.1);
        -ms-transform: scale(1.1);
    }
    100% {
        opacity: 0;
        transform: scale(1);
        -ms-transformm: scale(1);
    }
}

@-o-keyframes slideShow {
    0% {
        opacity: 0;
        -o-transform: scale(1);
    }
    5% {
        opacity: 1
    }
    25% {
        opacity: 1;
    }
    30% {
        opacity: 0;
        -o-transform: scale(1.1);
    }
    100% {
        opacity: 0;
        -o-transformm: scale(1);
    }
}

@-moz-keyframes slideShow {
    0% {
        opacity: 0;
        -moz-transform: scale(1);
    }
    5% {
        opacity: 1
    }
    25% {
        opacity: 1;
    }
    30% {
        opacity: 0;
        -moz-transform: scale(1.1);
    }
    100% {
        opacity: 0;
        -moz-transformm: scale(1);
    }
}

@-webkit-keyframes slideShow {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
    }
    5% {
        opacity: 1
    }
    25% {
        opacity: 1;
    }
    30% {
        opacity: 0;
        -webkit-transform: scale(1.1);
    }
    100% {
        opacity: 0;
        -webkit-transformm: scale(1);
    }
}
/*endregion coiran animation*/
/*#region io animation*/
.pioup {
    -webkit-transition: color 0.4s ease 0s, background-color 0.4s ease 0s, opacity 1.0s ease 0s, -webkit-transform 1.0s ease 0s;
	transition: color 0.4s ease 0s, background-color 0.4s ease 0s, opacity 1.0s ease 0s, transform 1.0s ease 0s;
    -webkit-backface-visibility: hidden;
	backface-visibility: hidden;
    will-change: opacity, transform;
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
}
.pioup.on {
    opacity: 1 !important;
	-webkit-transform: translate3d(0, 0, 0) scale(1) rotate(0deg) !important;
	transform: translate3d(0, 0, 0) scale(1) rotate(0deg) !important;
}
/*#endregion io animation*/
/*#endregion ANIMATION*/

/*#region COMMON*/
.pmh_anchor {transform: translateY(-100px);content: "";width: 100%;height: 0;}
.jp_wbr {word-break: keep-all;}
.disb_sp {
    display: none !important;
}
.disb_pc {
    display: block !important;
}
/*#endregion COMMON*/


/*#region pg specials*/
.display-flex{
    display: flex;
}
.flex-column{
    display: flex;
    flex-direction: column;
}
.justify-content-between{
    display: flex;
    justify-content: space-between;
}
.justify-content-end{
    display: flex;
    justify-content: flex-end;
}
.justify-content-center{
    display: flex;
    justify-content: center;
}
.justify-content-start{
    display: flex;
    justify-content: flex-start;
}
.align-items-end{
    align-items: flex-end;
}
.align-items-baseline{
    align-items: baseline;
}
.align-items-center{
    align-items: center;
}
.flex-wrap{
    display: flex;
    flex-wrap: wrap;
}
.flex-nowrap{
    flex-wrap: nowrap;
}
.justify-flex-end{
    display: flex;
    justify-content: flex-end;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.row_reverse{
    flex-direction: row-reverse;
}

.bg-grey-color {
    background-color: var(--bg-grey-color);
}
.bg-black-color {
    background-color: var(--bg-black-color);
}
.sp_break {
    display: none !important;
}
.tb_break {
    display: none !important;
}
@media (max-width: 768px){
    .tb_hide{
        display: none !important;
    }
    .tb_break {
        display: block !important;
    }
}
@media (max-width: 450px){
    .sp_hide{
        display: none !important;
    }
    .sp_break {
        display: block !important;
    }
}


/* -----------page content style---------- */
.container {
    position: relative;
    width: auto;
    padding: 0 13.5rem;
    
}
@media (min-width: 1800px) {
    .container {
        padding: 0;
        margin: 0 auto;
        width: 1600px;
    }
}
@media (max-width: 768px) {
    .container {
        padding: 0 2rem;
    }
}
@media (max-width: 450px) {
    .container {
        padding: 0 20px;
    }
}

/* ----------section banner--------- */
.banner {
    position: relative;
    width: 100%;
    height: 100vh;
    z-index: 12;
}
.banner .banner_video {
    width: 100%;
    height: 100%;
    line-height: 0;
}
.banner_video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner_video video.spFV {
    display: none;
}
.header_logo {
    position: absolute;
    left: 4.2rem;
    top: 4.2rem;
    display: inline-block;
    width: 33rem;
}
.header_logo a {
    width: 100%;
    display: flex;
}
.header_logo a img {
    width: 100%;
}
.header_mark {
    position: absolute;
    top: 0;
    right: 4.2rem;
    width: 14.2rem;
    height: 22rem;
    background-image: url(../img/header_mark_bg.png);
    background-size: 100%;
    display: flex;
    justify-content: center;
    background-repeat: no-repeat;
    
}
.header_mark img {
    width: 100%;
}
.header_mark_circle {
    position: absolute;
    top: 6.3rem;
    width: 10.5rem;
    height: 10.5rem;
    display: flex;
    justify-content: center;
}
.header_mark_circle::after {
    position: absolute;
    top: 23%;
    content: "";
    width: 6rem;
    height: 6.7rem;
    background-image: url(../img/header_mark_txt.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
.banner_mark {
    position: absolute;
    width: 43rem;
    height: 44rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}
.banner_mark img {
    width: 100%;
}
.banner_mark.rotate_start img {
    animation: rotate 16s linear infinite;
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.banner_mark::after {
    content: "";
    position: absolute;
    top: 23%;
    width: 25.1rem;
    height: 26.5rem;
    background-image: url(../img/banner_mark_txt.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
@media (max-width: 1300px) {
    .banner {
        height: auto;
    }
}
@media (max-width: 768px) {
    .banner {
        height: 100vh;
    }
    .header_logo {
        left: 1.5rem;
        top: 2rem;
        width: 17rem;
    }
    .header_mark {
        right: 1.5rem;
        width: 4.2rem;
        height: 6.5rem;
    }
    .header_mark_circle {
        width: 3.5rem;
        height: 3.5rem;
        top: 1.8rem;
    }
    .header_mark_circle::after {
        width: 2rem;
        height: 2.3rem;
    }
    .banner_mark {
        width: 26.5rem;
        height: 26.5rem;
    }
    .banner_mark::after {
        top: 22%;
        width: 15.8rem;
        height: 16.7rem;
    }
    .banner_video video.spFV {
        display: block;
    }
    .banner_video video.pcFV {
        display: none;
    }
}
@media (max-width: 450px) {
    .header_logo {
        left: 17px;
        top: 20px;
        width: 22rem;
    }
    .header_mark {
        right: 20px;
        width: 6rem;
        height: 10rem;
    }
    .header_mark_circle {
        width: 5rem;
        height: 5rem;
        top: 2rem;
    }
    .header_mark_circle::after {
        width: 3.1rem;
        height: 3.5rem;
    }
    .banner_mark {
        width: 27.3rem;
        height: 27.3rem;
        width: calc(27.3rem * 0.85);
        height: calc(27.3rem * 0.85);
    }
    .banner_mark::after {
        top: 23%;
        width: calc(15.8rem * 0.85);
        height: calc(16.7rem * 0.85);
    }
}
/* ----------------background section-------------- */
.section_group {
    position: relative;
}
.section_group > section {
    position: relative;
    z-index: 10;
}
.bg01 {
    position: absolute;
    top: -1rem;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
}
.bg01 .bg01_img {
    position: relative;
    background-image: url(../img/first_bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    z-index: -1;
}
@media (min-width: 1800px) {
    .bg01 .bg01_img {
        background-image: url(../img/first_bg_pc.png);
    }
}
@media (max-width: 768px) {
    .bg01 .bg01_img {
        background-image: url(../img/first_bg_tb.png);
    }
}
@media (max-width: 450px) {
    .bg01 .bg01_img {
        background-image: url(../img/first_bg_sp.png);
    }
}
.bg02 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: auto;
}
.bg02 img {
    width: 100%;
}

/* ------section description------- */
.intro {
    position: relative;
    z-index: 11;
}
.intro_ttl span.inttl {
    font-size: 14rem;
    font-family: var(--fontAH);
    line-height: 1;
    background: linear-gradient(135deg, rgba(0, 150, 226, 0.7) 0%, rgba(63, 137, 213, 1) 20.33%, rgba(233, 19, 12, 0.7) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.intro_ttl span.inttl.elm01 {
    background: linear-gradient(135deg, rgba(0, 150, 226, 0.7) 0%, rgba(63, 137, 213, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.intro_ttl span.inttl.elm02 {
    background: linear-gradient(135deg, rgba(0, 150, 226, 0.7) 0%, rgba(63, 137, 213, 1) 20.33%, rgba(233, 19, 12, 0.7) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.intro_ttl span.inttl.elm03 {
    background: linear-gradient(135deg, rgba(182, 52, 66, 0.7) 0%, rgba(233, 19, 12, 0.7) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.intro_ttl span.inttl.elm04 {
    background: linear-gradient(45deg, rgba(0, 150, 226, 0.7) 0%, rgba(63, 137, 213, 1) 20.33%, rgba(233, 19, 12, 0.7) 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.intro_ttl h1 {
    font-size: 4.7rem;
    font-family: var(--fontAH);
    line-height: 1.5;
    background: linear-gradient(45deg, rgba(0, 150, 226, 0.7) 0%, rgba(63, 137, 213, 1) 20.33%, rgba(233, 19, 12, 0.7) 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.intro_ttl h1 span{ position: relative; top: -.1em;padding-inline: .1em;
  background: inherit;
  background: linear-gradient(45deg,  rgb(103, 127, 185) 0%, rgb(109, 125, 181) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
    .intro_ttl span.inttl {
        font-size: 5rem;
    }
    .intro_ttl h1 {
        font-size: 2.5rem;
    }
}
@media (max-width: 450px) {
    .intro_ttl span.inttl {
        font-size: 54px;
    }
    .intro_ttl h1 {
        font-size: 20px;
    }
    .intro_ttl h1 span{ 
    background: linear-gradient(45deg,  rgb(166, 109, 139) 0%, rgb(203, 99, 110) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    }
}


/* ------section message------- */
.sec_ttl {
    width: fit-content;
}
.sec_ttl h5 {
    font-size: 2rem;
    font-family: var(--fontAH);
    line-height: 1.6;
    background-color: var(--bg--red-color);
    padding: .4rem 2.3rem;
    padding-bottom: 0;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
}
@media (max-width: 768px) {
    .sec_ttl h5 {
        font-size: .9rem;
        padding: .2rem 1.3rem;
        padding-bottom: 0;
    }
}
@media (max-width: 450px) {
    .sec_ttl h5 {
        font-size: 14px;
        padding: 3px 15px;
        padding-bottom: 0;
    }
}
.message {
    position: relative;
    z-index: unset !important;
}
.message .container {
    position: relative;
    z-index: 15;
}
.message_inner {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}
.message_content {
    display: flex;
    flex-direction: column;
    gap: 9.5rem;
    padding-bottom: 8rem;
}
.message_content > div {
    display: flex;
    position: relative;
    flex-direction: row;
}
.message_content .message_bottom {
    margin-top: 3rem;
}
.message_content .message_left {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 5.25rem;
}
.message_left h1 {
    font-size: 5.5rem;
    font-family: var(--fontKG6);
    line-height: 1.5;
    width: fit-content;
}
.message_left h2 {
    font-size: 4.2rem;
    font-family: var(--fontKG6);
    line-height: 1.5;
}
.message_left p {
    font-size: 1.8rem;
    line-height: 2.5;
    font-family: var(--fontKG6);
}
.message_right {
    top: 2rem;
    /* position: sticky; */
    height: fit-content;
}
.message_bottom .message_right {
    position: static;
}
.message_right h1 {
    font-size: 4.4rem;
    font-family: var(--fontAH);
    line-height: 1.5;
    background: linear-gradient(45deg, rgba(0, 150, 226, 0.7) 0%, rgba(63, 137, 213, 1) 30.33%, rgba(233, 19, 12, 0.7) 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.message_right span:first-child {
    font-size: 7rem;
}
.message_right span {
    font-size: 11.1rem;
    line-height: 1;
    font-family: var(--fontAH);
    background: linear-gradient(-45deg, rgba(0, 150, 226, 0.7) 0%, rgba(63, 137, 213, 1) 30.33%, rgba(233, 19, 12, 0.7) 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.message_content .message_name {
    flex-direction: column;
    gap: 2rem;
}
.message_name p {
    font-size: 1.8rem;
    line-height: 2;
    font-family: var(--fontKG6);
}
.message_name span {
    width: 18rem;
}
.message_name span img {
    width: 100%;
}
.message_img {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -2;
    width: 100%;
}
.message_img img {
    width: 100%;
}
@media (min-width: 1800px) {
    .message_content {
        padding-bottom: 15rem;
    }
    .message_img {
        width: 1800px;
        left: 50%;
        transform: translateX(-50%);
    }
}
@media (max-width: 768px) {
    .message_inner {
        gap: 2rem;
    }
    .message_content {
        gap: 2rem;
        padding-bottom: 4rem;
    }
    .message_content > div {
        justify-content: space-between;
    }
    .message_content .message_left {
        width: 65%;
        gap: 1.5rem;
    }
    .message_content .message_bottom .message_left {
        width: 50%;
    }
    .message_content .message_bottom {
        margin-top: 2rem;
    }
    .message_right h1 {
        font-size: 1.7rem;
    }
    .message_left h1 {
        font-size: 2.5rem;
    }
    .message_left p {
        font-size: .7rem;
    }
    .message_bottom .message_left p span {
        display: inline;
    }
    .message_right span:first-child {
        font-size: 2.5rem;
    }
    .message_right span {
        font-size: 3.3rem;
    }
    .message_left h2 {
        font-size: 2rem;
    }
    .message_name {
        gap: 1rem !important;
    }
    .message_name p {
        font-size: .7rem;
    }
    .message_name span {
        width: 8rem;
    }
}
@media (max-width: 450px) {
    .message_content > div {
        flex-direction: column-reverse;
        gap: 10px;
    }
    .message_inner {
        gap: 20px;
    }
    .message_content {
        gap: 20px;
    }
    .message_content .message_left, .message_content .message_bottom .message_left {
        width: 100%;
    }
    .message_right h1 {
        font-size: 20px;
    }
    .message_left h1 {
        font-size: 38px;
    }
    .message_left h2 {
        font-size: 36px;
    }
    .message_left p {
        font-size: 13.5px;
        text-align: justify;
        text-justify: inter-ideograph;
    }
    .message_right span:first-child {
        font-size: 21px;
    }
    .message_right span {
        font-size: 32px;
        line-height: 1.3;
    }
    .message_content .message_name {
        padding-top: 16rem;
        gap: 10px;
        flex-direction: column;
    }
    .message_name p {
        font-size: 12px;
    }
    .message_name span {
        width: 13rem;
    }
    .message_img {
        position: relative;
        margin-top: -18rem;
        margin-top: -25rem;
    }
    .message_img > div {margin-inline: -14%;}
    .message_img img {margin-top: -11rem;}
}


/* ------section history------- */
.history {
    position: relative;
    background-color: #EEF0E175;
    z-index: 11;
}
.history_inner {
    display: flex;
    flex-direction: column;
    padding: 0 13.5rem;
    padding-right: 0;
    gap: 2.5rem;
    width: auto;
}
@media (min-width: 1800px) {
    .history_inner {
        padding: 0;
        margin: 0 auto;
        width: 1600px;
    }
}
.history_content {
    display: flex;
    flex-direction: column;
    gap: 5rem;
}
.history_txt {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-right: 15rem;
}
.history_left {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}
.history_txt h3 {
    font-size: 3.3rem;
    font-family: var(--fontKG6);
    line-height: 1.5;
}
.history_txt p {
    font-size: 1.8rem;
    font-family: var(--fontKG6);
    line-height: 1.8;
}
.history_right {
    display: flex;
    flex-direction: column;
    gap: 1.3rem;
}
.history_right svg {
    width: 9.5rem;
}
.history_right span {
    font-size: 1.8rem;
    line-height: 1.5;
    font-family: var(--fontAH);
}
.history_slider {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
}
.history_slider .splide__track {
    position: relative;
    width: 100%;
    height: 48rem; 
}
.history_slider .splide__list {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
    display: flex !important;
    flex-wrap: nowrap;
    gap: 9rem; 
}
.history_item {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: fit-content;
}
.history_item h5 {
    font-size: 2em;
    font-family: var(--fontKG3);
    line-height: 1.6;
    padding: .3rem 1rem .3rem 2.8rem;
    background-color: #FFF;
    letter-spacing: 2rem;
    width: fit-content;
    white-space: nowrap;
    align-self: flex-start;
}
.history_img {
    display: flex;
    gap: 2rem;
}
.history_img img {
    width: 40rem;
}
.history_img img.two_img {
    width: 56rem;
}
.history_item p {
    font-size: 1.7rem;
    font-family: var(--fontKG3);
    line-height: 1.6;
    white-space: nowrap;
}
.history_item:last-child > div {
    display: flex;
    gap: 5rem; 
}
.history_item:last-child .history_img img {
    width: 43rem; 
    width: 31.5rem;
    margin-block: 2rem;
}
@media (max-width: 991px) {
    .history_slider .splide__track {
        height: auto;
    }
    .history_slider .splide__list {
        position: static;
        gap: 0;
        height: auto;
    }
}
@media (max-width: 768px) {
    .history_inner {
        gap: 1.5rem;
        padding: 0 2rem;
        padding-right: 0;
    }
    .history_txt {
        padding-right: 2rem;
    }
    .history_content {
        gap: 2.5rem;
    }
    .history_left {
        gap: 1.5rem;
        
    }
    .history_txt h3 {
        font-size: 1.8rem;
    }
    .history_txt p {
        font-size: .7rem;
    }
    .history_right {
        gap: 1rem;
    }
    .history_right svg {
        width: 4rem;
    }
    .history_right span {
        font-size: .6rem;
    }
    .history_item {
        gap: 1rem;
    }
    .history_item h5 {
        font-size: .9rem;
        padding: .2rem 1.3rem;
        letter-spacing: 5px;
    }
    .history_img {
        gap: .8rem;
    }
    .history_img img {
        width: 17rem; 
        max-width: 46vw;
    }
    .history_item p {
        font-size: .7rem;
        white-space: normal;
        word-break: break-word;  
        overflow-wrap: break-word;
    }
    .history_img img.two_img {
        width: 26rem;
    }
    .history_item:last-child > div {
        gap: 2rem;
    }
    .history_item:last-child .history_img img {
        width: 17rem;
        margin-block: 0rem;

    }


}
@media (max-width: 450px) {
    .history_inner {
        gap: 20px;
        padding: 0 20px;
    }
    .history_content {
        gap: 20px;
    }
    .history_txt {
        flex-direction: column;
        align-items: flex-start;
        gap: 40px;
        padding-right: 20px;
    }
    .history_left {
        gap: 10px;
    }
    .history_txt h3 {
        font-size: 24px;
    }
    .history_txt p {
        font-size: 14px;
        white-space: normal;
        text-align: justify;
        text-justify: inter-ideograph;
    }
    .history_txt p span {
        display: inline;
    }
    .history_item {
        width: 99%;
    }
    .history_img {
        flex-direction: column;
        gap: 10px;
    }
    .history_img img {
        width: 100%;
        max-width: none;
    }
    .history_img img.two_img {
        width: 100%;
    }
    .history_item:last-child {
        justify-content: space-between;
        
    }
    .history_item:last-child .history_img img {
        width: 86%; margin-inline: auto;
    }
    .history_item:last-child > div {
        flex-direction: column;
        gap: 80px;
        
    }
    .history_item:last-child p {
        padding-bottom: 20px;
    }
    .history_item h5 {
        font-size: 14px;
        padding: 3px 15px;
    }
    .history_item p {
        font-size: 14px;
        white-space: wrap;
        text-align: justify;
        text-justify: inter-ideograph;
    }
    .history_item p br {
        display: none;
    }
    .history_right { margin-inline: auto;}
    .history_right svg {
        width: 70px;
    }
    .history_right span {
        font-size: 11px;
    }

    @media (max-height: 700px) {
        .history_img {text-align: center;}
        .history_img img {
            width: 75% !important;
            max-width: none;
            margin-inline: auto;
        }
      
    }

} 

/* ------section history------- */
.future {
    text-align: center;
    margin-top: .7rem;
}
.future_img, .future_img img {
    width: 100%;
}
.future_inner {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4rem;
    margin-top: -18rem;
}
.future_ttl span {
    font-size: 12rem;
    font-family: var(--fontAH);
    background: linear-gradient(45deg, rgba(0, 150, 226, 0.7) 0%, rgba(63, 137, 213, 1) 30.33%, rgba(233, 19, 12, 0.7) 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.future_ttl span:last-child {
    font-size: 7.3rem;
}
.future_txt {
    display: flex;
    flex-direction: column;
    gap: 2.7rem;
}
.future_txt h1 {
    font-size: 4.3rem;
    font-family: var(--fontKG6);
    line-height: 1.6;
}
.future_txt p {
    font-size: 1.8rem;
    font-family: var(--fontKG3);
    line-height: 1.8;
}
.future_content {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}
.future_content h5 {
    font-size: 2rem;
    font-family: var(--fontAH);
    line-height: 1.5;
    letter-spacing: 2.5px;
}
.staff_list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    justify-content: center;
    gap: 2.5rem 5rem;
}
.staff_item {
    width: 18rem;
    width: 15rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}
.staff_img {
    width: 95%;
    border-radius: 50%;
}
.staff_img img {
    width: 100%;
}
.staff_item p {
    font-size: 1.2rem;
    font-family: var(--fontKG3);
    line-height: 1.5;
    color: #231815;
    margin-inline: -1.75rem ;

}
.staff_item p span {
    font-size: 1.8rem;
    font-family: var(--fontKG3);
    line-height: 1.5;
    color: #231815;
}
.scroll_mark {
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.scroll_mark svg {
    width: 65px;
}
.scroll_mark span {
    font-size: 9px;
    font-family: var(--fontAH);
}
@media (max-width: 768px) {
    .future {
        margin-top: 5px;
    }
    .future_inner {
        margin-top: -3rem;
        gap: 1.3rem;
    }
    .future_ttl span {
        font-size: 4.5rem;
    }
    .future_ttl span:last-child {
        font-size: 2.8rem;
    }
    .future_txt {
        gap: 1rem;
    }
    .future_txt h1 {
        font-size: 1.7rem;
    }
    .future_txt p {
        font-size: .7rem;
    }
    .future_content {
        margin-top: 1rem;
        padding: 0 2.5rem;
        gap: 1.5rem;
    }
    .future_content h5 {
        font-size: 1.1rem;
    }
    .staff_list {
        width: 100%;
        gap: 1rem 0;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .staff_item {
        width: 23%;
        gap: .5rem;
    }
    .staff_item p {
        font-size: .6rem;
    }
    .staff_item p span {
        font-size: .9rem;
    }
}
@media (max-width: 450px) {
    .future_img img {margin-top: -20vw;}
    .future_inner {
        margin-top: 1rem;
        gap: 20px;
    }
    .future_ttl span {
        font-size: 56px;
    }
    .future_ttl span:last-child {
        font-size: 32px;
    }
    .future_txt {margin-top: 4rem;}
    .future_txt h1 {
        font-size: 24px;
    }
    .future_txt p {
        font-size: 14px;
    }
    .future_content {
        margin-top: 30px;
        margin-top: 4rem;
        padding: 0;
        gap: 15px;
        width: 100%;
    }
    .future_content h5 {
        font-size: 16px;
    }
    .staff_list {
        margin-top: 5px;
        overflow-x: auto;
        flex: 0 0 auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        display: grid;
        grid-template-columns: repeat(6, 12.5rem);
        grid-template-rows: repeat(2, 1.3fr);
        justify-content: flex-start;
        gap: 15px 5rem;
        padding-left: 5em;
        padding-right: 20px;
    }
    .staff_list::-webkit-scrollbar {
        display: none;
    }
    .staff_item {
        width: auto;
    }
    .staff_item p {
        font-size: 12px;
    }
    .staff_item p span {
        font-size: 14px;
    }
    .scroll_mark {
        display: flex;
    }
}

/* ------section vision------- */
.vision {
    text-align: center;
}
.vision_inner {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.vision_ttl span {
    font-size: 6.1rem;
    font-family: var(--fontAH);
    background: linear-gradient(45deg, rgba(0, 150, 226, 0.7) 0%, rgba(63, 137, 213, 1) 30.33%, rgba(233, 19, 12, 0.7) 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.vision_ttl span:last-child {
    font-size: 4rem;
}
.sec_content {
    display: flex;
    flex-direction: column;
    gap: 3.3rem;
    align-items: center;
}
.vision_txt {
    display: flex;
    flex-direction: column;
    gap: 3.3rem;
}
.vision_txt h1 {
    font-size: 4.3rem;
    font-family: var(--fontKG6);
    line-height: 1.2;
}
.vision_txt h1 span {
    font-size: 3.5rem;
}
.vision_txt p {
    font-size: 1.8rem;
    font-family: var(--fontKG3);
    line-height: 1.6;
}
.vision_content {
    margin-top: 2.5rem;
}
.vision_content .splide__list {
    padding: 0 2rem;
    padding-top: 2.5rem;
    display: flex !important;
    justify-content: space-between;
    width: 100%;
    flex-wrap: nowrap;
}
.vision_item {
    width: 32%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
    background-image: linear-gradient(135deg, #F0F2F290 0%, #DADCDC90 28.2421%);
    padding: 2.5rem;
    padding-top: 4.2rem;
    border-radius: 3px;
}
.vision_item div {
    display: flex;
    flex-direction: column;
    gap: 1.3rem;
}
.vision_item h4 {
    font-size: 2.5rem;
    font-family: var(--fontKG6);
}
.vision_item h5 {
    width: fit-content;
    font-size: 1.7rem;
    font-family: var(--fontKG6);
    line-height: 1.5;
    border-bottom: 1px solid var(--bg-font-color);
}
.vision_item p {
    text-align: left;
    font-size: 1.7rem;
    line-height: 2;
    font-family: var(--fontKG3);
    margin-top: 1.5rem;
    text-align: justify;
    text-justify: inter-ideograph;
}
@media (max-width: 768px ) {
    .vision_inner {
        gap: 1.5rem;
    }
    .vision_ttl span {
        font-size: 3rem;
    }
    .vision_ttl span:last-child {
        font-size: 1.9rem;
    }
    .sec_content {
        gap: 1.5rem;
    }
    .vision_txt {
        gap: 1.2rem;
    }
    .vision_txt h1 {
        font-size: 2rem;
    }
    .vision_txt h1 span{
        font-size: 1.7rem;
    }
    .vision_txt p {
        font-size: .8rem;
    }
    .vision_content {
        margin-top: 1.3rem;
    }
    .vision_content .splide__list {
        padding: 0;
        margin-top: 1.5rem;
        flex-direction: column;
        gap: 1rem;
    }
    .vision_item {
        padding: 1.5rem;
        gap: 1.3rem;
        flex-direction: row;
        width: 100%;
    }
    .vision_item div {
        width: 40%;
        align-items: center;
        gap: .7rem;
    }
    .vision_item h4 {
        font-size: 1.3rem;
    }
    .vision_item h5 {
        font-size: .7rem;
    }
    .vision_item p {
        width: 60%;
        font-size: .8rem;
        margin-top: 0;
    }
}
@media (max-width: 450px) {
    .vision .container {
        padding: 0;
    }
    .vision_inner {
        margin-top: 6rem;
        gap: 20px;
    }
    .vision_ttl span {
        font-size: 42px;
    }
    .vision_ttl span:last-child{
        font-size: 32px;
    }
    .sec_content {
        gap: 25px;
    }
    .vision_txt {
        gap: 25px;
    }
    .vision_txt h1 {
        font-size: 26px;
    }
    .vision_txt h1 span {
        font-size: 20px;
    }
    .vision_txt p {
        font-size: 14px;
    }
    .vision_content {
        margin-top: 10px;
    }
    .vision_content .splide__list {
        flex-direction: row;
    }
    .vision_item {
        flex-direction: column;
    }
    .vision_item {
        width: 100%;
        padding: 30px 35px;
        padding-bottom: 15px;
        gap: 15px;
    }
    .vision_item div {
        width: 100%;
        gap: 10px;
    }
    .vision_item h4 {
        font-size: 21px;
    }
    .vision_item h5 {
        font-size: 16px;
    }
    .vision_item p {
        width: 94%;
        font-size: 14px;
        margin-top: 10px;
        line-height: 1.7;
        padding-bottom: 10px;
        
    }
    .splide__arrow--next {
        right: 8px !important;
    }
    .splide__arrow--prev {
        left: 8px !important;
    }
    .splide__arrow {
        width: 23px !important;
        height: 23px !important;
    }
    .splide__arrow svg {
        width: 16px;
        height: 16px;
    }
}



/* ------section next------- */
.next_inner {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7rem;
}
.next_img {
    width: 37rem;
    line-height: 0;
}
.next_img img {
    width: 100%;
}
.next_txt {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}
.next_txt h3 {
    font-size: 3rem;
    line-height: 1.5;
    font-family: var(--fontKG6);
}
.next_txt h5 {
    font-size: 2rem;
    font-family: var(--fontKG6);
    line-height: 2;
}
.next_txt p {
    font-size: 1.8rem;
    line-height: 2.5;
    font-family: var(--fontKG3);
}
@media (max-width: 768px) {
    .next_inner {
        gap: 3rem;
    }
    .next_img {
        width: 40%;
    }
    .next_txt {
        gap: 1rem;
    }
    .next_txt h3 {
        font-size: 1.2rem;
    }
    .next_txt h5 {
        font-size: 1rem;
    }
    .next_txt p {
        font-size: .7rem;
    }
}
@media (max-width: 450px) {
    .next_inner {
        gap: 50px;
        padding: 0 15px;
    }
    .next_img {
        width: 200px;
    }
    .next_txt {
        gap: 20px;
    }
    .next_txt h3 {
        font-size: 24px;
    }
    .next_txt h5 {
        font-size: 18px;
    }
    .next_txt p {
        font-size: 14px;
    }
}


/* ------section challenge------- */
.challenge {
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 4.2rem; padding-block-end: 5rem;
}
.challenge_img {
    width: 13rem;
    line-height: 0;
}
.challenge_img img {
    width: 100%;
}
.challenge p {
    font-size: 1.8rem;
    line-height: 2.5;
    font-family: var(--fontKG3);
}
@media (max-width: 768px) {
    .challenge {
        gap: 2rem;
    }
    .challenge_img {
        width: 7rem;
    }
    .challenge p {
        font-size: .7rem;
    }
}
@media (max-width: 450px) {
    .challenge {
        gap: 35px;
        padding: 0 15px;
    }
    .challenge_img {
        width: 150px;
    }
    .challenge p {
        font-size: 14px;
    }
}




/* -----------footer style---------- */
footer {
    background-color: #FFF;
}
.footer_inner {
    padding: 7rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    text-align: center;
}
.footer_logo {
    width: 58rem;
    width: 38rem;
    display: flex;
}
.footer_logo img {
    width: 100%;
}
.footer_inner p {
    font-size: 1.2rem;
    line-height: 3;
    font-family: var(--fontKG3);
}
@media (max-width: 768px) {
    .footer_inner {
        padding: 60px 0;
        gap: 10px;
    }
    .footer_logo {
        width: 25rem;
    }
    .footer_inner p {
        font-size: .6rem;
    }
}
@media (max-width: 450px) {
    .footer_inner {
        padding: 60px 0;
        gap: 30px;
        padding-bottom: 15px;
    }
    .footer_logo {
        width: 245px;
        width: 85%;
        max-width: 300px;
    }
    .footer_inner p {
        font-size: 10px;
    }
}


/* ---------loading animation-------- */
#js-loading__mask .js-loading__rollup {
    z-index: 10001;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    will-change: auto;
}
#js-loading__mask .js-loading__rollup .rollup-wrapper {
    display: flex;
    height: 100%;
    pointer-events: none;
}
#js-loading__mask .js-loading__rollup .rollup-item, #js-loading__mask .js-loading__rollup .rollup-item02 {
    flex: 0 0 20%;
    max-width: 20%;
    background-color: #fff;
}
#js-loading__mask #js-loading__animation #logo-animation {
    z-index: 10003;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 400px;
    margin-top: -20px;
    margin-left: -200px;
    opacity: 0;
}
#js-loading__mask #js-loading__animation #logo-animation img {
    width: 100%;
}
@media (max-width: 768px) {
    #js-loading__mask #js-loading__animation #logo-animation {
        width: 300px;
        margin-left: -150px;
        margin-top: -15px;
    }
}


/* ---------data-inview-------- */
    [data-inview]:not(.intro_ttl) {
        mask-image: linear-gradient(270deg, transparent 35%, #000 60%, #000);
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0;
        -webkit-mask-size: 250% 100%;
        mask-size: 250% 100%;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        opacity: 0
    }
    [data-inview].inview:not(.intro_ttl) , [data-inview] * {
        transition: opacity 2.5s,-webkit-mask-position 2.5s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: opacity 2.5s,mask-position 2.5s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: opacity 2.5s,mask-position 2.5s cubic-bezier(0.165, 0.84, 0.44, 1),-webkit-mask-position 2.5s cubic-bezier(0.165, 0.84, 0.44, 1);
        -webkit-mask-position: 0 0;
        mask-position: 0 0;
        opacity: 1;
    }

    [data-inview].intro_ttl .inttl {
        mask-image: linear-gradient(270deg, transparent 35%, #000 60%, #000);
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0;
        -webkit-mask-size: 250% 100%;
        mask-size: 250% 100%;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        opacity: 0
    }
    [data-inview].inview.intro_ttl .inttl {
        transition: opacity 2.5s,-webkit-mask-position 2.5s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: opacity 2.5s,mask-position 2.5s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: opacity 2.5s,mask-position 2.5s cubic-bezier(0.165, 0.84, 0.44, 1),-webkit-mask-position 2.5s cubic-bezier(0.165, 0.84, 0.44, 1);
        -webkit-mask-position: 0 0;
        mask-position: 0 0;
        opacity: 1;
    }
    [data-inview].inview.intro_ttl .inttl.elm01{}
    [data-inview].inview.intro_ttl .inttl.elm02{transition-delay: 0.3s;}
    [data-inview].inview.intro_ttl .inttl.elm03{transition-delay: 0.6s;}
    [data-inview].inview.intro_ttl .inttl.elm04{transition-delay: 0.9s;}


    [data-fade="up"] {
        transform: translateY(50px);
        opacity: 0;
        transition: transform 1s ease, opacity 1s ease;
    }

    [data-fade="up"].fade-up {
        transform: translateY(0);
        opacity: 1;
    }