@charset "UTF-8";

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

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

.img_cap.mv_cap{
    left: 0.5em;
    right: initial;
    z-index: 2;
}


/*  */

/* .mv_img, .mv_slide, .mv_slide li, .mv_slide img {
  outline: 1px solid red;
} */

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

.mv_slide li {
  line-height: 0;
  position: relative;
}

.mv_slide img {
  display: block;
  width: 100%;
  vertical-align: bottom;
}

.mv_slide .db650{
    display: none !important;
}
.mv_slide .dn650{
    display: block !important;
} 

.mv_slide {
  height: 100%;
}

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

.mv_img{
    width: 63.021%;
    position: relative;
    height: 100%;
}

.mv_txt{
    background: #2f625c;
    width: 36.979%;
    height: 100%;
}

.mv_ab_box > div{
    position: absolute;
    top: 0;
    left: 0;
}

.mv_ttl{
    transition-duration: 2s;
    opacity: 0;
}

.mv_ele01,.mv_ele01b{
    transition-duration: 3s;
    transition-delay: 0.8s;
    opacity: 0;
}

.mv_ttl.is-show,.mv_ele01.is-show,.mv_ele01b.is-show,.mv_per01.is-show,.mv_ele02.is-show,.mv_ele02b.is-show,.mv_per02.is-show{
    opacity: 1;
}

.mv_per01{
    transition-duration: 3s;
    transition-delay: 0.8s;
    opacity: 0;
    animation-name: mv_per01;
    animation-delay: 4.6s;
    animation-duration: 4s;
    animation-timing-function: cubic-bezier(0, 0, 0.5, 1);
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.mv_ele02,.mv_ele02b{
    transition-duration: 3s;
    transition-delay: 1.8s;
    opacity: 0;
}


.mv_per02{
    transition-duration: 3s;
    transition-delay: 1.8s;
    opacity: 0;
    z-index: 1;
    animation-name: mv_per02;
    animation-delay: 4.6s;
    animation-duration: 4s;
    animation-timing-function: cubic-bezier(0, 0, 0.5, 1);
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.mv_feature_text{
    position: absolute;
    right: 4%;
    top: 15%;
    width: 28%;
}


@keyframes mv_per01 {
    0% {
        transform: translateY(0%);
        
    }

    50% {
        transform: translateY(1%);
    }

    100% {
        transform: translateY(0%);
    }
}


@keyframes mv_per02 {
    0% {
        transform: translateY(0%);
        
    }

    50% {
        transform: translateY(-1%);
    }

    100% {
        transform: translateY(0%);
    }
}

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


/*  */


.top_feature_sec{
    /* padding: 20px 0; */
    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;
}

#concept_video video{
    width:100%;
    max-width: 900px;
    margin: 0 auto;
    display:block;
    position: relative;
    pointer-events: all;
}
.concept_video_ttl{
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: min(1.9vw,20px);
    letter-spacing: 0.1em;
    margin-bottom: 20px;
    color: #fff;
}

.concept_video_ttl::before,.concept_video_ttl::after{
    content: "";
    background: #fff;
    width: 15px;
    height: 1px;
}
.concept_video_ttl::before{
    margin-right: 10px;
}
.concept_video_ttl::after{
    margin-left: 10px;
}

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

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


.info_sc {
    text-align: center;
    margin: 0 auto 50px;
    width: 80%;
}

.top_info_box .info_sc table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  border: thin solid #ccc;
  box-sizing: border-box;
}

.top_info_box .info_sc table caption {
  text-align: center;
  font-size:24px;
  font-weight: 500;
  margin-bottom: 0.5rem;
  position: relative;
  color: #fff;
}

.top_info_box .info_sc table caption .txt::before { left: 0; }
.top_info_box .info_sc table caption .txt::after { right: 0; }
.top_info_box .info_sc table th,  .info_box .info_sc table td {
  text-align: center;
  vertical-align: middle;
  padding: 0.5rem;
  background: #fff;
  border: thin solid #ccc;
  box-sizing: border-box;
  font-size:16px;
}
.top_info_box .info_sc table th { font-weight: normal; background: #fff; color: #000;}       
.top_info_box .info_sc table td { color: #000; background-color: #fffcdc;border: 1px solid #ccc;}
.top_info_box .info_sc table thead th:last-child { border-right-color: #ccc; }
.top_info_box .info_sc table + .note {
  text-align:left;
  margin: 0.25rem auto 0.5rem;
  padding: 0;
  font-size:12px!important;
}


.top_info_box .info_sc table .txt {
  display: inline-block;
  width: auto;
  line-height: 2.4;
}


@media (max-width: 767px){

    .info_sc {
    text-align: center;
    margin: 0 auto 50px;
    width: 90%;
}
}



.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: 50px 0;
    color: #9a1b5b;
}
.top_info_lead span{
    font-size: 20px;
}

.top_info_bottom{
    line-height: 1.5;
    font-size: 22px;
}




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




.req_cap{
    color: #fff;
    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_links_sec{
    padding: 60px 0;
    margin-bottom: 60px;
    background: #000;
}

.top_links_box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.top_links_box li{
    width: 32%;
    margin-bottom: 2%;
    position: relative;
    overflow: hidden;
}

.top_links_box li:nth-of-type(n + 4){
    width: 23.5%;
    margin-bottom: 0;
}

.top_links_box li:hover .top_links_img{
    transform: scale(1.2);
}

.top_links_img{
    object-fit: cover;
    object-position: center;
    transition-duration: 0.6s;
}

.top_links_txt{
    position: absolute;
    top: 0;
    left: 0;
}


.top_cont_box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1920px;
    margin: 0 auto;
}
.top_cont_box > li{
    width: 32.5%;
    margin-top: 1.2%;
}
.top_cont_box > li a{
    transition-duration: 0.6s;
}
.top_cont_box > li a:hover{
    opacity: 0.6;
}


 .info_im_box{
    margin: 30px auto 50px;
}
.info_im_box > p{
    line-height: 1.5em;
    display: inline-block;
    padding: 25px;
} 

.mainte {
    max-width: 800px;
    width: 90%;
    margin: 30px auto 0;
    font-size: 20px;
    text-align: center;
    color: #cd0a08;
    background-color: #ffffff;
    border: 1px solid #cd0a08;
    padding: 30px 0;
    line-height: 1.5;
}


.mv_box .img_cap {
    color: #000000;
    /* right: 37%; */
}

.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: 90%;
    max-width: 350px;
}


.bnr_special_contents{
    margin: 0 auto;
    margin-top: 40px;
    max-width: 640px;
    transition-duration: 0.6s;
}

.bnr_special_contents:hover{
    opacity: 0.6;
}


.cont_section{
    padding: 80px 0;
}

.cont_flex{
    display: flex;
    justify-content: space-between;
}
.cont_txt{
    /* width: 38%; */
    width: calc((548 / 1440) * 100%);
}
.cont_img{
    /* width: 58%; */
    width: calc((835 / 1440) * 100%);
}

.top_ttl{
    font-size: 42px;
    font-family: "fot-tsukuaoldmin-pr6n", serif!important;
    writing-mode: vertical-rl;
    letter-spacing: 0.2em;
}

.top_ttl_en01{
    font-size: 18px;
    font-family: "fot-tsukuaoldmin-pr6n", serif!important;
    /* writing-mode: initial; */
    white-space: nowrap;
    letter-spacing: 0.1em;

    position: absolute;
    top: 34%;
    /* left: calc(42px + 30%); */
    left: 60px;
}

.top_ttl_en02{
    font-size: 18px;
    font-family: "fot-tsukuaoldmin-pr6n", serif!important;
    /* writing-mode: initial; */
    white-space: nowrap;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
}

.top_sub_ttl{
    font-size: 38px;
    font-family: "fot-tsukuaoldmin-pr6n", serif!important;
    line-height: 1.8em;
    letter-spacing: 0.1em;
    margin: 40px 0 60px;
}
.top_sub_ttl .font_s{
    font-size: 0.8em;
    line-height: 1;
}
.top_sub_ttl .font_ss{
    /* font-size: 0.6em; */
    font-size: 0.45em;
    line-height: 1;
}

/* .cont01 .cont_img{
    width: 58%;
} */

.cont_img01{
    margin-right: calc(50% - 50vw);
    margin-left: 4%;
    flex: 1;
}

/* .cont_img01_03{
    margin-left: calc(50% - 50vw);
    flex: 1;
} */

.cont_w02 .cont_img{
    /* width: 36%; */
    width: calc((548 / 1440) * 100%);
}
.cont_w02 .cont_txt{
    width: 58%;
}


.cont_txt_svg{
    display: flex;
    justify-content: center;
     /* width: 38%; */
}
.cont_txt_svg > div{
    width: 12%;
    max-width: 49px;
    height: fit-content;
}



.cont_txt_en01{
    position: absolute;
    top: 34%;
    left: 140%;
    width: 250%;
}

.cont_img01_02_box{
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
}


.cont_img01_02_box .cont_txt{
    width: 43%;
}

.cont_img01_02{
    max-width: 579px;
}



.top_view_more01{
    width: 58%;
    max-width: 320px;
    transition-duration: 0.4s;
    margin-top: 30px;
    margin-bottom: 45px;
    position: relative;
}
.top_view_more02{
    max-width: 390px;
    width: 80%;
    transition-duration: 0.4s;
    margin: 30px auto 0;
    position: relative;
}
/* .top_view_more01:hover,.top_view_more02:hover{
    opacity: 0.6;
    transform: translateX(20px);
} */


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


.cont_txt02_box{
    display: flex;
    justify-content: space-between;
}
/* .cont_txt02{
    width: 48%;
    max-width: 0;
} */
.cont_img02{
    width: 32%;
    display: flex;
    align-items: flex-start;
}
.cont_img02 > div{
    max-width: 316px;
}

.cont_img02_02{
    /* width: 34%; */
    width: 54%;
    /* max-width: 470px; */
    max-width: 570px;
    display: flex;
    align-items: flex-end;
}

.cont_txt02_02{
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
}

/* .cont03 .cont_txt{
    width: 38%;
}
.cont03 .cont_img{
    width: 38%;
} */

.cont_img01b{
    width: 70%;
    margin-left: auto;
    max-width: 584px;
}

.cont_img03_03{
    width: 70%;
    max-width: 584px;
    margin-left: auto;
}

.cont_txt_flex01{
    display: flex;
    justify-content: space-between;
}
.flex01_img{
    width: 64%;
    max-width: 300px;
}
.cont_txt_svg02{
    display: flex;
    justify-content: center;
    width: 23%;
     /* width: 38%; */
}
.cont_txt_svg02 > div{
    width: 52%;
    max-width: 49px;
    height: fit-content;
}

.cont_txt_en02 img{
    height: 15px;
    width: auto;
    margin-bottom: 30px;
}

.cont_txt_en03 img{
    height: 20px;
    width: auto;
    margin-bottom: 30px;
}

.cont_txt03_02{
    width: 90%;
    max-width: 400px;
    /* margin: 0 auto; */

    margin: 40px 0 60px;
}

.cont_img03_02{
    margin-top: 200px;
}

.cont03 .cont_txt{
    margin-top: -20%;
}
.cont03 .cont_txt .cont_txt_svg02{
    margin-top: -40%;
}


.cont_img_w01{
    width: 90%;
    max-width: 490px;
}

.cont05{
    justify-content: center;
    margin: 60px auto;
}
.cont05 .cont_img{
    width: 38%;
}
.cont05 .cont_txt_en02{
    text-align: right;
}

.cont05 .cont_txt_flex01{
    justify-content: flex-end;
}




.cont_mt01{
    margin-top: 60px;
}

.cont_mt02{
    margin-top: 20px;
}

.cont_mt03{
    margin-top: 80px;
}

.img_ap{
    color: #000;
    right: auto;
    bottom: 41%;
    left: 7%;
}


/* viewmore */

.more_soon{
    pointer-events: none;
    opacity: 0.6 !important;
}

.link {
  display: inline-flex;
  flex-direction: column;
  text-decoration: none;
  color: #333;
  font-family: sans-serif;
  position: relative;
}

.link-text {
  font-size: 24px;
  position: relative;
  z-index: 1;
  line-height: 1.1;
  letter-spacing: 0.1em;
  color: #886138;
  margin-bottom: 50px;
}

.link-bottom {
  position: relative;
  display: flex;
  align-items: center;
}

/* 矢印 */
.arrow {
    position: absolute;
    left: 0;
    width: 120px;
    height: 1px;
    background: #886138;
    transition: width 0.6s ease;
     animation: loop_arrow 3s linear infinite;
    z-index: 1;

}

.more_soon .arrow{
    animation: none;
}



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

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

.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;
    }

/* 丸 */
.circle {
    position: absolute;
    /* left: 230px; */
    left: 160px;
    width: 90px;
    height: 90px;
    background: #f3eae1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.view-more {
    font-size: 12px;
    color: #886138;
    letter-spacing: 0.05em;
    transition: opacity 0.4s ease;
    position: relative;
    top: -2px;
    text-align: center;
}

/* === Hover時 === */
.link:hover .arrow {
    animation: hover_arrow 0.2s linear forwards;
}

.link:hover .view-more {
    opacity: 0.3;
    line-height: 2.3;
}


.view_more_flex .link{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}
.view_more_flex .link > div{
    width: 48%;
}

.view_more_flex .link-bottom{
    width: 48%;
}

.view_more_flex .arrow{
    left: 0;
}




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

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

    .top_info_lead{
        font-size: 28px;
    }

    .top_info_bottom{
        font-size: 18px;
    }



    .entry_cap{
        font-size: 12px;
    }



    .cont_img01_02_box{
        flex-direction: column;
        width: 60%;
    }
    .cont_img01_02_box .cont_txt {
        width: 100%;
    }
    .cont_img01_02_box .cont_img{
        order: 2;
        margin-top: 40px;
        margin-right: auto;
        width: 50%;
    }

    .cont_img02 {
        width: 26%;
    }
    .cont_img02_02 {
        /* width: 30%; */
        width: 48%;
    }


    .cont05 .cont_txt_flex01 {
        justify-content: center;
    }
    .cont05 .cont_img {
        width: 58%;
    }

    .cont_img03_02 {
        margin-top: 110px;
    }


    
        



}


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

    

}

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

.foot_nav .top a{
    background: #d8d8da;
}
.info_im_box > p{
	padding: 0;
	font-size: 14px;
	}

    .img_ap{
        bottom: 37%;
    }


}


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

    .mv_slide .db650{
        display: block !important;
    }
    .mv_slide .dn650{
        display: none !important;
    } 

    .top_feature_sec{
        /* padding: 15px 0; */
        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_lead {
        font-size: 22px;
        padding: 20px 0 30px;
    }

    .top_info_bottom{
        font-size: 14px;
    }

    .entry_cap{
        font-size: 10px;
    }

    .concept_video_ttl{
        font-size: 14px;
        margin-bottom: 15px;
    }

    .top_links_sec{
        padding: 40px 0;
        margin-bottom: 40px;
    }

    .top_links_box li{
        width: 100%;
        margin-bottom: 4%;
    }

    .top_links_box li:nth-of-type(n + 4) {
        width: 48%;
        margin-bottom: 4%;
    }
    .top_links_box li:nth-of-type(n + 6) {
        margin-bottom: 0;
    
    }

    .top_cont_box > li{
        width: 100%;
        margin-top: 1%;
    }
    .top_cont_box > li.sp_w02{
        width: 49.5%;
    }

    /* .info_im_box {
        margin-top: 40px;
    }
    .info_im_box > p{
        font-size: 12px;
        padding: 15px;
    } */

    .mainte {
        font-size: 14px;
        width: 95%;
    }
    .feature01 {
        /* background: #3c3d45; */
        /* display: none; */
    }


.mv_box{
    flex-wrap: wrap;
    background: #2f625c;
}

.mv_img{
    width: 100%;
}

.mv_txt {
    width: 100%;
    /* padding: 30px 0; */
    padding: 25px 0 30px;
}

.mv_feature_text {
    right: unset;
    top: unset;
    width: 78%;
    bottom: 2%;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
}


.mv_box .img_cap {
    /* bottom: 28%; */
    /* right: 0.5em; */
}


.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: 20px;
    margin-bottom: 20px;
}

.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;
}



.cont_txt_svg{
    justify-content: flex-start;
    padding-left: 40px;
}
.cont_txt02.cont_txt_svg{
    justify-content: center;
    padding: 0;
}
.top_ttl {
    font-size: 25px;
}
.top_ttl_en01{
    font-size: 12px;
    left: 36px;
}
.top_ttl_en02{
    font-size: 12px;
}
.top_lead {
    font-size: 14px;
    line-height: 2.6em;
    /* letter-spacing: 0.02em; */
    letter-spacing: 0.01em;
}
.top_sub_ttl{
    font-size: 22px;
    letter-spacing: 0.05em;
    margin: 20px 0 40px;
}

.cont_img01_02_box {
    width: 80%;
}
.cont_img01_sp{
    width: 52%;
}

.cont05{
    max-width: 330px;
    margin: 60px auto;
}

.cont05 .cont_img {
    width: 72%;
}

.top_view_more01 {
    /* width: 70%; */
    width: 150px;
    margin-bottom: 30px;
}

.cont_img03_02{
    margin-top: 70px;
}

.cont_mt01{
    margin-top: 40px;
}

.cont_mt03{
    margin-top: 60px;
}


/* 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;
}



.open_view_box{
    position: relative;
}
.open_view{
    position: absolute;
    left: 5%;
    top: 8%;
    width: 53%;
}
@media screen and (max-width: 1000px) {
    .open_view{
        width: 60%;
    }
}
@media screen and (max-width: 650px) {
    .open_view{
        width: 90%;
        filter: drop-shadow(1px 1px 0px rgba(0, 66, 124, 0.8));
    }
}
 
 


.top_bnr:hover{
	opacity: 0.6;
}

/*pick up plan*/

.pickupplan {
	display: flex;
	}
.top-plan__list {
	position: relative;
	flex: 1;
	background: #647390;

}
.pickupplan_ttl {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width:30%;
	padding: 0 5%;
	background: #fff;
}
.pick_lead {
	display: flex;
	flex-direction: column;
	gap: 50px;
	line-height: 1.3;
}
.br_17{
	display: none;
}
.pick_lead .en {
	font-weight: 700;
	font-size: max(12px, var(--vw-size15));
	color: rgba(0, 0, 0, .5);
}
.pick_lead .jp {
	font-size: 30px;
	margin-bottom: 50px;
}
.pick_lead2{
	font-size: 18px;
	line-height: 1.5;
}
.pickflex{
	display: flex;
	justify-content: space-around;
	padding: 5%;
	position: relative;
}		
.pickbox{
	width: 45%;
	padding: 20px;background: #fff;
}	
.pick_title p{
	color: #fff;
	background: #2f3158;
	font-size: 40px;
	text-align: center;
	padding: 10px 0;
}	
.pick_title p span{
	font-size: 24px;
}
.pick_type {
	text-align: center;
	padding: 10px;
	border: 1px solid #000;
	padding-bottom: 15px;
	margin: 30px auto;
	width: 70%;
}
.pick_type p{
	font-size: 50px;
}
.pick_type p .ldk{
	font-size: 24px;
}
.pick_type p .wic{
	font-size: 20px;
}
.lin_plan{
	width: 80%;
	max-width: 400px;
	margin: 30px 0;
	display: block;
	color: #fff;
	background: #2f3158;
	padding: 20px;
	text-align: center;
	transition: all  0.3s ease;
}
.lin_plan:hover{
	background: #fff;
	color: #2f3158;
    border: 1px solid #2f3158;
}
.pick_cap{
	position: absolute;
	font-size: 12px;
	bottom: 10px;
	left: 10px;
	color: #fff;
}
.pickbox figure{
	 overflow: hidden;
	margin: 0;
	padding: 28px;
}
.pickbox figure img{
	height: auto;
  transition: transform .6s ease;
  width: 100%;
}
.pickbox a:hover figure img{
	transform: scale(1.1);
}
.pickflex .db1000{
	display: none;
}
@media screen and (max-width: 1700px) {
	.pickupplan_ttl{
		padding: 0 1%;
	}
	.br_17{
		display: block;
	}
	
	.pick_type{
		width: 100%;
	}

}
@media screen and (max-width: 1200px) {
	.pick_type p {
    font-size: 40px;
}
	
}
@media screen and (max-width: 1000px) {
	.pickupplan_ttl .dn1000{
		display: none;
	}
	
	.pickupplan {
		flex-wrap: wrap;
	}
	.pickupplan_ttl {
		padding: 30px 1%;
		width: 100%;
	}
	.pick_lead {
		text-align: center;
		gap:20px;
	}
	.pick_lead .jp {
		font-size: 26px;
		margin-bottom: 30px;
	}
	.pick_lead2{
		text-align: center;
		font-size: 15px;
	}
	.pickflex{
		flex-wrap: wrap;
		row-gap:20px;
		background: #fff;
		padding-bottom: 60px;
	}
	.pickbox{
		width: 100%;
		border: 1px solid #2f3158;
	}
	.pick_cap{
		color: #000;
        position: relative;
        text-align: left;
        width: 100%;
	}
	.pickflex .db1000 {
    	display: block;
	}
	
}

.top_ki_column_sec{
    padding: 80px 0;
}
.ki_column_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.ki_column_txt{
    width: 58%;
}
.ki_column_img{
    width: 38%;
}

.col_ttl_ja{
    font-size: 30px;
    margin-bottom: 10px;
    line-height: 1.5;
}
.col_lead{
    font-size: 15px;
    line-height: 2.0;
}

.col_ttl_ja_sub{
    font-size: 12px;
    margin-bottom: 30px;
    line-height: 1.5;
}


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

    .top_ki_column_sec{
        padding: 30px 0;
    }

    .col_lead{
        line-height: 1.7;
    }

    .ki_column_box{
        max-width: 490px;
        margin: 0 auto 40px;
    }
    .ki_column_box + .cap{
        max-width: 490px;
        margin: 0 auto;
    }

    .col_ttl_ja{
        font-size: 26px;
        text-align: center;
    }
    .ki_column_txt{
        width: 100%;
    }
    .ki_column_img {
        width: 100%;
        max-width: 450px;
        margin: 40px auto 0;
    }


}

@media screen and (max-width: 650px) {
.col_ttl_ja_sub{
    text-align: center;
    
}



}


/* パノラマ */

.viewWrap{
    height: 30vw;
    min-height: 510px;
    position: relative;
    /* max-height: 780px; */
}
.viewWrap img{
    /* left: -277%; */
    /* right: -60%; */
}
    
.panoramixImg {
  width: auto;
  max-width: none;
  height: 100%;
  position: absolute;
  margin: auto;
}
.pano {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.pano .controls {
	position: absolute;
	top: 50%;
	left: 0;
	height: 0px;
	right: 0;
	transform: translateY(-40%);
}
.pano .controls a {
  position: absolute;
  display: block;
  text-decoration: none;
  color: #eee;
  font-size: 0;
  width: 50px;
  height: 80px;
  /* background: rgba(41, 172, 223, 0.8); */
  background: rgba(46,56,90,0.8);
  top: 50%;
  transform: translateY(-50%);
}
.pano .controls a.left::before {
    content: "";
    position: absolute;
    /* right: 13px; */
    left: calc(50% + 2px );
    width: 4px;
    top: 50%;
    height: 4px;
    border-top: 1.5px solid #fff;
    border-left: 1.5px solid #fff;
    transform: translate(-50%,-50%) rotate(-45deg);
    animation-name: left01;
    transition-delay:0;
    transition-duration: 0;
    animation-delay: 0.5s;
    animation-duration: 1s;
    animation-iteration-count:infinite;
    /* animation-direction:alternate; */
    pointer-events: none;
}

.pano .controls a.left::after {
    content: "";
    position: absolute;
    /* right: 13px; */
    left: calc(50% - 2px );
    width: 4px;
    top: 50%;
    height: 4px;
    border-top: 1.5px solid #fff;
    border-left: 1.5px solid #fff;
    transform: translate(-50%,-50%) rotate(-45deg);
    animation-name: left01;
    transition-delay:0;
    transition-duration: 0;
    animation-delay: 0.5s;
    animation-duration: 1s;
    animation-iteration-count:infinite;
    /* animation-direction:alternate; */
    pointer-events: none;
}


.pano .controls a.right::before {
    content: "";
    position: absolute;
    /* right: 13px; */
    left: calc(50% + 2px );
    opacity: 1;
    width: 4px;
    top: 50%;
    height: 4px;
    border-top: 1.5px solid #fff;
    border-left: 1.5px solid #fff;
    transform: translate(-50%,-50%) rotate(135deg);
    animation-name: right01;
    transition-delay:0;
    transition-duration: 0;
    animation-delay: 0.5s;
    animation-duration: 1s;
    animation-iteration-count:infinite;
    pointer-events: none;
    /* animation-direction:alternate; */
    /* animation: 1s infinite alternate forwards right01;
    animation-play-state: running;
    transform-origin:center; */
}

.pano .controls a.right::after {
    content: "";
    position: absolute;
    /* right: 13px; */
    left: calc(50% - 2px );
    opacity: 1;
    width: 4px;
    top: 50%;
    height: 4px;
    border-top: 1.5px solid #fff;
    border-left: 1.5px solid #fff;
    transform: translate(-50%,-50%) rotate(135deg);
    /* animation: 1s infinite alternate forwards right01;
    animation-play-state: running;
    transform-origin:center; */
    animation-name: right01;
    transition-delay:0;
    transition-duration: 0;
    animation-delay: 0.5s;
    animation-duration: 1s;
    animation-iteration-count:infinite;
    pointer-events: none;
    /* animation-direction:alternate; */
}


@keyframes left01 {
    0% {
      transform: translate(5px,-50%) rotate(-45deg);
    }
    100% {
      transform: translate(-5px,-50%) rotate(-45deg);
    }
  }
  
  @keyframes right01 {
    0% {
        transform: translate(-5px,-50%) rotate(135deg);
    }

    100% {
        transform: translate(5px,-50%) rotate(135deg);
        
      }
  }

.pano .controls a.left {
	left: 0;
}
.pano .controls a.right {
	right: 0;
    
}
.moving .pano .controls a {
  opacity: 0.4;
  color: #eee;
  z-index: 80;
}

.sc_r{
    position: absolute;
    bottom: -35px;
    left:0;
    font-size: 12px;
    color: #fff;
    letter-spacing: 0;
    transform: scale(0.7);
    pointer-events: none;
}
.sc_l{
    position: absolute;
    bottom: -35px;
    right:0;
    font-size: 12px;
    color: #fff;
    letter-spacing: 0;
    transform: scale(0.7);
    pointer-events: none;
}




@media (max-width: 768px){

    .viewWrap {
        height: 340px;
        min-height: unset;
    }
}

@media (max-width:650px){
    .viewWrap {
        height: 280px;

    }
    .viewWrap img{
        /* left: 0; */
        /* left: -360%;
        max-width: 3000px; */
    }
    .pano .controls a {
        width: 40px;
        height: 60px;
    }
    .pano .controls {
        /* height: 60px; */
    }
    .sc_r {
        bottom: -28px;
        font-size: 10px;
    }
    .sc_l {
        bottom: -28px;
        font-size: 10px;
    }
}

@media (min-width: 2300px) {
    .viewWrap img{
        /* left:0; */
    }

 }


