@charset "UTF-8";

header .head_ttl::before {
    content: "トップ";
    line-height: 1;
    margin: 4px 0 0;
}

.gnav li a.top{
    background: #eee;
    color: #000;
}

/*  */

.top_inner{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    /* padding: 0 20px; */
    box-sizing: border-box;
}


.mv_box{
    position: relative;
    display: flex;
    background: #3c3d45;
}

.txt_c{
    text-align: center;
}
.txt_r{
    text-align: right;
}


/*  */


.top_feature_sec{
    padding: 15px 0 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.top_feature_sec .com_inner{
    max-width: 1440px;
}

.feature01{
    /* background: #3c3d45; */
    background: #fff;
}
.feature02{
    background: #2a2b30;
}

.top_sec_lead{
    color: #fff;
    text-align: center;
}

.feature_box{
    margin: 0px auto 0;
}


.top_info_sec{
    padding: 40px 0 40px;
    background: #73797c;
}

.top_info_entry_box{
    padding-bottom: 40px;
}

.top_info_box{
    color: #000;
    text-align: center;
    margin-bottom: 60px;
}

.top_info_border{
    display: flex;
    align-items: center;
    justify-content: center;
}

.top_info_border::before,.top_info_border::after{
    content:"";
    background: #000;
    flex-grow: 1;
    height: 1px;

}
.top_info_border::before{
    margin-right: 10px;
}
.top_info_border::after{
    margin-left: 10px;
}

.top_info_ttl{
    font-size: 24px;
    letter-spacing: 0.1em;
	margin-top: 80px;
}

.top_info_lead_kakaku{
    font-size: 35px;
    line-height: 1.5;
    padding: 35px 0 50px;
}
.top_info_lead_kakaku span{
    font-size: 20px;
}

.top_info_lead{
    font-size: 32px;
    line-height: 1.5;
    padding: 10px 0 30px;
    color: #9a1b5b;
}
.top_info_lead span{
    font-size: 20px;
}

.top_info_lead p{
    color: #394867;
}
.top_info_lead_p{
    text-align: center;
    line-height: 1.5;
}
.top_info_lead_p span.big{
    font-size: 1.3em;
    font-weight: 600;
}
.top_info_lead_p span.small{
    font-size: 0.8em;
}
.top_info_lead_cap{
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    margin-top: 2em;
}

.entry_cap{
    color: #000;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    margin: 20px auto 40px;
}


.top_bnr{
    max-width: 900px;
    margin: 30px auto 0;
}

.top_bnr.hov{
    transition-duration: 0.6s;
}
.top_bnr.hov:hover{
    opacity: 0.8;
}


.top_feature_flex{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}
.top_feature_item{
    width: calc(100% / 3);
    /* text-align: center; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.top_feature_item:not(:last-child){
    border-right: solid 1px #040000;
}

.top_feature_flex .top_feature_item:nth-of-type(n + 4){
    margin-top: 30px;
}

.top_feature_flex .top_feature_item:nth-of-type(3){
    border-right: none;
}

.top_feature_item.item01 img{
    width: 90%;
    max-width: 350px;
}
.top_feature_item.item02 img{
    /* width: 80%;
    max-width: 325px; */
    width: 90%;
    max-width: 350px;
}
.top_feature_item.item03 img{
    width: 100%;
    max-width: 430px;
}

.cont_section{
    padding: 80px 0;
}

.view_more{
    font-family: parlare, sans-serif;
    display: flex;
    position: relative;
    transition-duration: 0.5s;
    color: #394867;
}

.view_more:hover{
    opacity: 0.5;
}

.top_lead_en{
    font-family: parlare, sans-serif;
    font-size: 25px;
    color: #394867;
}

.top_lead_en .big{
    font-size: 2em;
}

.top_mtb01{
    margin: 40px auto;
}

.more_arrow{
    position: relative;
    left: 0;
    bottom: -8px;
    margin-left: 20px;
    width: 120px;
    height: 1px;
    background: #394867;
    transition: width 0.6s ease;
    animation: loop_arrow 3s linear infinite;
    z-index: 1;
}

.view_more:hover .more_arrow{
    animation: hover_arrow 0.2s linear forwards;
}

.more_arrow::after {
    content: "";
    position: absolute;
    right: -15px;
    top: -5px;
    /* transform: translateY(-50%) rotate(45deg); */
    background: url(../img/common/btn_arrow.svg) no-repeat;
    width: 16px;
    height: 6px;
}

@keyframes loop_arrow {
  0% {
    width: 100px;
  }
  50% {
    width: 120px;
  }
  100% {
    width: 100px;
  }
}

@keyframes hover_arrow {
  100% {
    width: 120px;
  }
}


.top_lead{
    font-size: 17px;
    line-height: 2.5em;
}

.cont_list > li{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cont_list > li:nth-of-type(n + 2){
    margin-top: 60px;
}

.cont_txt{
    width: 48%;
}



.cont_img {
    position: relative;
    display: inline-block;
    line-height: 0;
    /* overflow: hidden; */
    width: 48%;
}

.cont_img .imgbox{
    width: 95%;
}
.cont_img_r .imgbox{
    margin-left: auto;
}

.cont_img_txt{
    position: absolute;
    width: 100%;
    height: 100%;
}

.cont_img01_txt{
    bottom: -20%;
}

.cont_img02_txt{
    bottom: -5%;
}

.cont_img03_txt{
    bottom: -20%;
}

.cont_img04_txt{
    bottom: -28%;
}

.cont_img05_txt{
    bottom: -23%;
}

.cont_img img {
    display: block;
    width: 100%;
    max-width: 800px;
    height: auto;
}

.txt_wrapper {
    position: absolute;
    writing-mode: vertical-rl;
    top: 0;
    z-index: 10;
}

.txt_wrapper .num_digit{
    /* writing-mode: lr; */
    text-combine-upright: all;
    letter-spacing: 0;
    line-height: 1.3;
    font-size: 1.1em;
}

.line01 { 
    right: 0; 
}
.line02 { 
    right: 80px; 
}

.cont_img_r .line01 { 
    right: initial;
    left: 80px; 
}
.cont_img_r .line02 { 
    right: initial;
    left: 0; 
}

.cont_img_txt01_bg,
.cont_img_txt02_bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: -1;
    transform: scaleX(0); /* 最初は横幅0 */
    transform-origin: right;
}

.is-show .cont_img_txt01_bg,
.is-show .cont_img_txt02_bg {
    animation: bgExtend 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.is-show .line02 .cont_img_txt02_bg {
    animation-delay: 0.2s;
}


.cont_img_txt01 {
    margin: 0;
    /* padding: 20px 10px 10px; */
    padding: 0.8em 0.5em 0.5em;    
    font-size: 26px;
    letter-spacing: 0.2em;
    color: #333;
    line-height: 1.5;
    opacity: 0; /* 最初は透明 */
    transform: translateX(15px); /* 少し右に配置 */
    white-space: nowrap;
}

.is-show .line01 .cont_img_txt01 {
    animation: textFadeIn 0.8s ease-out 0.6s forwards; /* 最後にdelay(0.6s)を追加 */
}
.is-show .line02 .cont_img_txt01 {
    animation: textFadeIn 0.8s ease-out 0.8s forwards; /* 最後にdelay(0.8s)を追加 */
}

@keyframes bgExtend {
    0% { transform: scaleX(0); }
    100% { transform: scaleX(1); }
}

@keyframes textFadeIn {
    0% {
        opacity: 0;
        transform: translateX(15px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}


@media screen and (max-width: 1010px){
    .cont_img_txt01{
        font-size: clamp(8px, 2.12vw, 26px);
    }

    .line02 {
        right: 14%;
    }
    .cont_img_r .line01{
        left: 14%;
    }

    .cont_list > li {
        align-items: flex-start;
    }

    .cont_txt{
        padding: 0 20px;
    }

    .top_lead_en{
        font-size: 18px;
    }
    .top_lead{
        font-size: 15px;
    }

}


@media screen and (max-width: 1000px){

ul.gnavi li a.top{
    background: #eee;
    color: #000;
}

.top_info_lead{
    font-size: 26px;
}

.entry_cap{
    font-size: 12px;
}

}


@media screen and (max-width: 768px){

    

}


@media screen and (max-width: 750px){

.foot_nav .top a{
    background: #d8d8da;
}


.top_info_lead_p span.big {
    font-size: 1.2em;
}
.top_info_lead_cap {
    font-size: 10px;
    padding: 0 20px;
    text-align: justify;
}
}


@media screen and (max-width: 650px){

.top_feature_sec{
    padding: 20px 0;    
}

.top_feature_sec .com_inner{
    padding: 0 10px;
}

.feature_box{
    margin: 0px auto;
}

.top_info_box{
    margin-bottom: 40px;
}

.top_info_ttl{
    font-size: 18px;
}

.top_info_sec{
    padding: 30px 0;
}
.top_info_entry_box{
    padding-bottom: 30px;
}

.top_info_lead {
    font-size: 22px;
    padding: 30px 0 20px;
}

.entry_cap{
    font-size: 10px;
}

.mv_box{
    flex-wrap: wrap;
    background: #fff;
}


.top_feature_flex{
    flex-wrap: wrap;
}
.top_feature_item{
    width: 100%;
}
.top_feature_flex .top_feature_item:nth-of-type(n + 4){
    margin-top: 0;
}
.top_feature_item:not(:last-child){
    border-right: none;
    border-bottom: solid 1px #040000;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.top_feature_item.item01 img{
    width: 85%;
    max-width: 400px;
}
.top_feature_item.item02 img{
    width: 85%;
    max-width: 400px;
}
.top_feature_item.item03 img{
    width: 85%;
    max-width: 400px;
}




.top_lead {
    font-size: 14px;
    line-height: 2.6em;
    /* letter-spacing: 0.02em; */
    letter-spacing: 0.01em;
}

.cont_list > li:nth-of-type(n + 2){
    margin-top: 0;
}

.cont_list > li{
    flex-wrap: wrap;
}
.cont_img{
    width: 90%;
}
.cont_img_r{
    margin-left: auto;
}
.cont_txt {
    width: 100%;
    padding: 0 40px;
    margin: 50px auto;
    order: 2;
    margin-top: 50px;
}

.top_mtb01 {
    margin: 30px auto;
}

.cont_img_txt01 {
    font-size: clamp(8px, 4.8vw, 26px);
}

.cont_txt_in_sp{
    width: 90%;
    margin-left: auto;
}

/* viewmore */

.link-text {
    font-size: 16px;
}

.arrow{
    width: 60px;
}

.arrow::after {
    content: "";
    right: -10px;
    top: -3px;
    width: 11px;
}

.link-text{
    font-size: 16px;
}
.view-more {
    font-size: 10px;
}
.circle{
    left: 80px;
    width: 70px;
    height: 70px;
}
.link:hover .arrow {
    width: 110px;
}


}



/* アプリバナー */

.secapp{
  max-width: 900px;
  margin: 0 auto;
  margin-top: 40px;
  position: relative;
  z-index: 10;
}
.secapp2{
  display: none;
}
.opbtn{
  transition-duration: 0.6s;
  cursor: pointer;
}
.opbtn:hover{
  opacity: 0.8;
  transition-duration: 0.6s;
}
    .bnr_flex{
        display: flex;
    }
    .bnr_flex.sp_none{
        display: flex;
    }
    .bnr_btn{
        cursor: pointer;
    }
    .bnr{
        margin: 0 auto;
        max-width: 100vw;
        position: absolute;
        width: 100%;
        bottom: 0.3%;
        left: 50%;
        transform: translate(-50%, 0%);
    }
    /* .footer_tel a{
      pointer-events: none;
    } */
@media (max-width: 768px){
    .bnr_flex.pc_none{
        display: flex;
    }
    .bnr_flex.sp_none{
        display: none;
    }

  .secapp{
    max-width: 90%;
    position: relative;
    z-index: 1;
    font-size: 0;
    margin-top: 20px;
  }
  .secapp.app_pc{
    margin: 0;
  }

  .top_bnr{
    width: 90%;
  }
  /* .footer_tel a{
    pointer-events: unset;
  } */

}
 
 
li {
  list-style-type: none;
}

.top_bnr:hover{
	opacity: 0.6;
}


/* MV */
.mv video{
    width: 100%;
    height: auto;
    position: absolute;
    pointer-events: none;
}
.mv{
    position: relative;
}
.mv_link{
    position: absolute;
    content: "";
    width: 24.1vw;
    height: 3.3vw;
    top: 32%;
    left: 37.6%;
    z-index: 1;
}
.emp_img {
    width: 100%;
}
#video01, .video, .mv_wrap {
    transition-duration: 0.6s;
}

.skip {
    position: absolute;
    right: 20px;
    font-size: 13px;
    top: 70px;
    color: #000 !important;
    background-color: rgba(255, 255, 255, 0.8);
    width: 100px;
    height: 35px;
    cursor: pointer;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mv_box{
    position: relative;
    overflow: hidden;
}
.mv_wrap {
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
}
.video.end {
    position: absolute;
}
.mv_wrap.end {
    position: relative;
}

.mv_epi{
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, #2a3454, #111520);
    transition-duration: 0.6s;
}
.mv_wrap.end .mv_epi{
    opacity: 0;
    transition-delay: 3s;
}

.mv_epi_txt{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    max-width: 520px;
    opacity: 0;
    transition-duration: 0.6s;
}
.mv_wrap.end .mv_epi_txt{
    opacity: 1;
    transition-delay: 1s;
}
 .cms.view_more:hover {
    opacity: inherit;
}
@media screen and (max-width: 1000px) {

    .skip {
        top: 20px;
    }

}

@media screen and (max-width: 650px) {
    .skip {
        right: 5px;
        top: 5px;
        width: 80px;
        height: 25px;
    }
    .mv_link {
        width: 63.9vw;
        height: 9vw;
        top: 23.5%;
        left: 17.8%;
    }
}
/*  */