@charset "UTF-8";

:root {
  --col_bg01: #000;
  --col_bg02: #333333;
  --col_bg03: #DADADA;
  --col_bg04: #8C8C8C;
  --col_bg_mail-input: #A8A8A8;
  --col_bg05: linear-gradient(90deg, rgba(193,149,0,1) 0%, rgba(255,194,151,1) 25%, rgba(145,128,12,1) 59%, rgba(185,167,128,1) 87%, rgba(255,194,151,1) 100%);
  --col_fnt_black: #000;
  --col_fnt_white: #fff;
  --col_fnt_gray: #808080;
  --col_main-headline01: #C5B5B0;
  --col_main-headline02: #A49893;
  --col_main-headline03: #808080;
  --fnt-family_txt-mincho: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
body{
    line-height: 1.6;
}
header {
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    background: var(--col_bg01);
    position: relative;
    z-index: 10;
}
header img.on_img {
    position: absolute;
    top: 30%;
    left: 10%;
    width: 25vw;
}
.language{
    font-size: 150%;
    font-family: var(--fnt-family_txt-mincho);
}
.language span:first-child{
    margin-right: .4em;
}
.language span:last-child{
    margin-left: .4em;
}
.language span a{
    padding: .1em 1.4em .2em;
    letter-spacing: .05em;
    background: #000;
    color: #fff;
    border-radius: 1em;
}
.language span a:hover{
    text-decoration: none;
}
header .language{
    position: absolute;
    z-index: 1;
    right: 4vw;
    top: 1.5em;
}
.link_icon{
    position: absolute;
    z-index: 1;
    right: 0;
    top: 1em;
    right: 0.5em;
    display: none!important;
}
.link_icon span{
    width: 2.2em;
    margin: 0 .3em;
}

img{
    image-rendering: -webkit-optimize-contrast;
}

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


  h1 {
/*    display: none;*/
  }
}
@media screen and (max-width: 800px) {

}
@media screen and (max-width: 480px) {
  header {
    margin-bottom: 40px;
  }
}

/* スライダー */
.slider_top{
    overflow: hidden;
}
.slick-active{
/*    opacity: 1!important;*/
}
@keyframes zoomUp {
  0% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomUp2 {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blur_anime {
  0% {
    filter: blur(0);
  }
  60% {
    filter: blur(0);
  }
  100% {
    filter: blur(50px);
  }
}
.add-animation {
  animation: zoomUp 8s ease-in 0s normal both,blur_anime 8s ease-in infinite alternate;
}
.add-animation_load {
  animation: zoomUp2 6s ease-in 0s normal both,blur_anime 6s ease-in infinite alternate;
}
/*.add-animation img {
  animation: blur_anime 6s linear 0s normal both;
}*/


.fade01 {
    opacity: 0;
    transform: translateY(70px);
    transition: opacity 2.5s, transform 1.5s;
}
.fade01.active {
    opacity: 1;
    transform: translateY(0px);
}
.fade02 {
    opacity: 0;
    transform: translateX(70px);
    transition: opacity 2.5s, transform 1.5s;
}
.fade02.active {
    opacity: 1;
    transform: translateY(0px);
}
.fade03 {
    opacity: 0;
    transition: opacity 2.5s, transform 1.5s;
}
.fade03.active {
    opacity: 1;
    animation: animation_floating 1s ease-in 0s normal both;
}
h3:has(+.fade03) + .fade03.active{
    animation: animation_floating 1.3s ease-in 0s normal both;
}
.add-animation_floating {
    opacity: 0;
}
.add-animation_floating.active {
    animation: animation_floating .7s ease-in 0s normal both,blur_anime2 .8s ease-in alternate;
}

/* 共通 */
img{
    vertical-align: bottom;
    width: 100%;
}
.flex_box{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

h2{
    color: var(--col_main-headline01);
    font-family: var(--fnt-family_txt-mincho);
    font-weight: bold;
    text-align: center;
}

div[class^="contents"]{
    position: relative;
    z-index: 10;
}

section h2 {
  font-size: 200%;
  margin-bottom: 10px;
}

.list_stl_disc li{
    position: relative;
    padding-left: 1.2em;
}
.list_stl_disc li:before{
    content: "";
    position: absolute;
    width: .6em;
    height: .6em;
    background: var(--col_fnt_white);
    border-radius: 1em;
    top: .5em;
    left: 0;
    filter: brightness(1);
}

.btn_stl01{
    max-width: 280px;
    display: block;
    width: 80%;
    margin: auto;
    transition: filter 0.3s ease;
}
.btn_stl01:hover{
    filter: brightness(1.25);
}
.btn_stl01:hover img{
    opacity: 1;
}





/* コンテンツ */
.contents01{
    padding-top: 160px;
    padding-bottom: 100px;
    background: var(--col_bg01);
    color:  var(--col_fnt_white);
}
.contents01 section{
    max-width: 800px;
    width: 90%;
}
.contents01 h2{
    margin-bottom: 60px;
}
.contents01 .movie{
    margin-bottom: 80px;
    opacity:0;
}
.contents01 .movie video{
    width: 100%;
}


.contents01 .movie_top{
    text-align: center;
    width: 100%;
    height: calc(800px * 0.5625);
    position: relative;
}
.contents01 .movie_top iframe{
    width: 100%;
    height: 100%;
    
    position: relative;
    z-index: 1;
    
/*    display: none;*/
}
.contents01 .movie_top.add-animation_floating{
/*    animation: animation_floating .7s ease-in 0s normal both,blur_anime2 .8s ease-in alternate;*/
}
.contents01 .movie_top:before{
content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/movie/jovido_bg.jpg) center center no-repeat;
    background-size: 100% auto;
    opacity: 1;
    z-index: 0;
    left: 0;
    top: 0;
}


@keyframes animation_floating {
  0% {
    opacity:0;
  }
  50% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@keyframes blur_anime2 {
  0% {
    filter: blur(80px);
  }
  80% {
    filter: blur(0);
  }
  100% {
    filter: blur(0);
  }
}



.contents02{
    background: var(--col_bg02);
    color: var(--col_fnt_white);
    padding-bottom: 220px;
}
.contents02 section{
    max-width: 1100px;
    width: 90%;
    padding-top: 200px;
}
.contents02 h2{
    text-align: left;
    position: relative;
    line-height: 1;
    margin-bottom: 50px;
}
.contents02 h2:after{
    content: "";
    position: absolute;
    width: calc(100% - 7.5em);
    height: .05em;
    bottom: .11em;
    right: 0;
    background: var(--col_main-headline01);
}
.contents02 .flex_box{
    margin-bottom: 100px;
}
.contents02 .cont_img{
    width: 60%;
}
.contents02 .cont_txt{
    padding-left: 3em;
}
.contents02 dl{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.contents02 dl dt{
    width: 7.5em;
    display: flex;
    justify-content: space-between;
}
.contents02 dl dd{
    width: calc(100% - 7.5em); 
}
.contents02 .info{
    border: solid 1px var(--col_fnt_white);
    padding: 1.3em 1.2em;
}

.contents03{
    background: var(--col_bg01);
    padding-top: 220px;
    padding-bottom: 270px;
}

.contents04{
    background: var(--col_bg02);
    color: var(--col_fnt_white);
    padding-top: 140px;
    padding-bottom: 150px;
    position: relative;
    z-index: 10;
}
.contents04 section {
    max-width: 1100px;
    width: 90%;
    padding-bottom: 80px;
}
.contents04 h2{
    margin-bottom: 100px;
}
.contents04 .cont_txt,.contents04 .cont_img{
    width: 50%;
}
.contents04 .cont_txt{
    background: var(--col_bg03);
    color: var(--col_fnt_black);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 8%;
}
.contents04 .cont_txt h3{
    font-family: var(--fnt-family_txt-mincho);
    font-size: 146%;
    font-weight: bold;
    text-align: center;
    margin-bottom: 60px;
}
.contents04 .cont_img video{
    width: 100%;
    vertical-align: top;
}
.contents04 .flex_box.img_left .cont_txt{
    order: 2;
}

.contents05{
    color: var(--col_fnt_white);
    z-index: 0!important;
}
.contents05 h2{
    color: var(--col_fnt_white);
    position: relative;
    padding: .3em 0;
    margin-bottom: 50px;
}
.contents05 h2:before,.contents05 h2:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: var(--col_fnt_white);
    left: 0;
    right: 0;
    margin: auto;
}
.contents05 h2:before{
    top: 0;
}
.contents05 h2:after{
    bottom: 0;
}
.contents05 p{
    width: 100%;
    max-width: 600px;
    padding: 0 5%;
    margin-bottom: 110px;
}

.parallax_box{
/*    height: 60vw;*/
    overflow: hidden;
    background-color: var(--col_bg01);
    z-index: 0;
    position: relative;
}
.parallax_content{
  display: flex;
  height: 100%;
    padding-top: 9vw;
    padding-bottom: 9vw;
/*  padding: 100%;*/
  justify-content: center;
  align-items: center;
/*                            background-attachment: fixed;*/
/*  background-position: center;
  background-size: cover;*/
  background-repeat: no-repeat;
  
  
  
  position: relative;
  
  
  
}
.parallax_content .txt_stl{
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 100px;
/*    position: absolute;
    width: 80%;
    margin: 0 auto;*/
}



.parallax_content:before{
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: url(../images/screen01.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    left: 0;
    z-index: -1;
}




.contents05 .img_bg_01{
    
    
    
/*  background-image: url(../images/screen01.jpg);*/




    background-size: 100% auto;
    background-position-y: center;
    width: 100%;
}





.contents06{
    background: var(--col_bg01);
    color: var(--col_fnt_white);
    padding-top: 140px;
    padding-bottom: 120px;
    position: relative;
    z-index: 10;
}
.contents06 h2{
    margin-bottom: 40px;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 5%;
}
.contents06 .info{
    text-align: center;
    color: var(--col_main-headline01);
    font-size: 140%;
    font-family: var(--fnt-family_txt-mincho);
    font-weight: bold;
    margin-bottom: 120px;
}
.contents06 .info span{
    padding: .5em 1.6em;
    border: solid 1px var(--col_main-headline01);
}
.contents06 .flex_box{
    max-width: 1280px;
    width: 90%;
    margin: auto;
    overflow: hidden;
}
.contents06 .flex_box .item{
    width: 30%;
}
.contents06 .flex_box .item02{
    margin-top: 180px;
}
.contents06 .flex_box .item03{
    margin-top: 330px;
}
.contents06 .flex_box .item h3{
    margin-bottom: 45px;
    margin-top: 1.3em;
    color: var(--col_main-headline02);
    font-family: var(--fnt-family_txt-mincho);
    font-weight: bold;
}
.contents06 .flex_box .item h3 span{
    font-size: 150%;
    padding-left: 1rem;
}
.contents06 .flex_box .item:first-child h3 span{
    padding-left: 0;
}

.thumbnail { max-width: 700px; margin: 0 auto 5px; padding: 0;}
.thumbnail img,.thumbnail-nav img{ width: 100%;}
.thumbnail-thumb { max-width: 700px; margin: 0 auto;}
.thumbnail-thumb li { margin: 5px;}
.thumbnial-thumb .slick-next { right: 20px; z-index: 100;}
.thumbnail-thumb .slick-prev { left: 15px; z-index: 100;}
.thumbnail-thumb .slick-current { opacity: 0.5;}
.thumbnail-thumb div div div { cursor: pointer;}
.thumbnail-thumb .slick-track{
    display: flex;
    justify-content: space-between;
}
.thumbnail-thumb .slick-track .slick-slide{
    width: 18%!important;
}

.cont_text,.cont_img{
    width: 50%;
}

.cont_img img{
    width: 100%;
}

.contents07{
    background: url(../images/screen02.jpg) no-repeat center center,var(--col_bg01);
    background-size: 100% auto;
    padding-top: 140px;
    padding-bottom: 100px;
    color: var(--col_fnt_white);
}
.contents07 h2{
    margin-bottom: 60px;
}
.contents07 p{
    text-align: center;
    margin-bottom: 130px;
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 5%;
}

.contents08{
    background: var(--col_bg01);
    padding-top: 80px;
    padding-bottom: 170px;
    color: var(--col_fnt_white);
}
.contents08 h2{
    margin-bottom: 60px;
    color: var(--col_main-headline03);
}
.contents08 .tel{
    text-align: center;
    line-height: 1.8;
    margin-bottom: 120px;
}
.contents08 .tel span{
    font-size: 260%;
    font-family: var(--fnt-family_txt-mincho);
}
.contents08 .tel span a{
    color: var(--col_fnt_white)!important;
}
.contents08 .tel span a:hover{
    text-decoration: none;
    cursor: default;
}

.contents08 .info{
    margin-bottom: 30px;
}

  #contact.thanks{
      margin-top: 60px;
  }

footer{
    background: var(--col_bg02);
    padding-top: 40px;
    padding-bottom: 45px;
    color: var(--col_fnt_white);
    position: relative;
}
footer:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    top: 0;
    left: 0;
    background: var(--col_bg05);
}
footer .company_info{
    margin-bottom: 70px;
}
footer h2{
    color: var(--col_fnt_white);
    font-size: 160%;
}
footer h2 a{
    color: var(--col_fnt_white);
}
footer h2 a:hover{
    text-decoration: none;
    opacity: .8;
}
footer img{
    max-width: 4em;
    width: 50%;
    margin: auto;
    display: block;
    margin-bottom: .5em;
}
footer p{
    text-align: center;
}
footer .language{
    max-width: 380px;
    width: 80%;
    margin: 0 auto;
}

@media screen and (max-width: 1359px) {
    .parallax_content{
        padding-top: 5vw;
        padding-bottom: 5vw;
    }
    .language {
        font-size: 130%;
    }
    
    .contents07{
        padding-top: 60px;
        padding-bottom: 80px;
    }
    
    footer .language{
        max-width: 330px;
    }
}
@media screen and (max-width: 1100px) {
    .parallax_content .txt_stl{
        padding-top: 40px;
    }
    .contents04{
        padding-bottom: 130px;
    }
    .contents05 p{
        margin-bottom: 60px;
    }
    .contents06{
        padding-top: 90px;
    }
    .contents07 {
        padding-bottom: 60px;
    }
    .contents07 h2 {
        margin-bottom: 30px;
    }
    .contents07 p {
        margin-bottom: 60px;
    }
}
@media screen and (max-width: 900px) {
    .contents01 .movie_top{
       height: calc(90vw * 0.5625);
    }
}
@media screen and (max-width: 800px) {
    .img_pc {
        display: none!important;
    }
    .img_sp {
        display: block!important;
    }
    
    .link_icon{
        display: flex!important;
    }
    
    header .language{
        right: auto;
        left: .5em;
        top: 1em;
        font-size: 110%;
    }
    header img.on_img{
        display: none;
    }
    section h2{
        font-size: 160%;
    }

    @keyframes zoomUp {
      0% {
        transform: scale(1.2);
      }
      100% {
        transform: scale(1);
      }
    }
    @keyframes zoomUp2 {
      0% {
        transform: scale(1.15);
      }
      100% {
        transform: scale(1);
      }
    }
    
    
    .contents01{
        padding-top: 4em;
    }
    
    .contents02{
        padding-bottom: 4em;
    }
    .contents02 section{
        padding-top: 5em;
    }
    .contents02 .flex_box{
        flex-direction: column; 
    }
    .contents02 .cont_img{
        width: 100%;
        margin-bottom: 2em;
    }
    .contents02 .cont_txt {
        padding-left: 0;
    }
    .contents03{
        padding-top: 3em;
        padding-bottom: 2em;
    }
    .contents04{
        padding-top: 3em;
        padding-bottom: 6em;
    }
    .contents04 section{
        padding-bottom: 3em;
    }
    .contents04 .flex_box{
        flex-direction: column;
        width: 80%;
        margin: 0 auto;
    }
    .contents04 .cont_txt{
        background: transparent;
        color: var(--col_fnt_white);
        padding: 0;
    }
    .contents04 .cont_img{
        margin-bottom: 6em;
    }
    .contents04 .cont_txt, .contents04 .cont_img {
        width: 100%;
    }
    .contents04 .cont_txt p{
        margin-bottom: 2em;
    }
    .contents04 .flex_box.img_left .cont_txt {
        order: initial;
    }
    .contents04 .flex_box:last-child .cont_img{
        margin-bottom: 0;
    }
    .contents05 .img_bg_01{
/*      background-image: url(../images/sp/screen01.png);
        background-size: 100% auto;*/
        padding-top: 22vw;
        padding-bottom: 26vw;
    }
    .parallax_content:before{
        background-image: url(../images/sp/screen01.jpg);
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: top;
        top: calc(calc(100vh - 127vw) / 2);
    }
    .contents05 h2{
        margin-left: 5%;
        margin-right: 5%;
    }
    .contents06 {
        padding-top: 5em;
    }
    .contents06 .info span{
        display: inline-block;
        width: 90%;
    }
    .contents06 .flex_box{
        flex-direction: column;
    }
    .contents06 .flex_box .item{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .contents06 .flex_box .item img{
        width: 60%;
    }
    .contents06 .flex_box .item02,.contents06 .flex_box .item03 {
        margin-top: 6em;
    }
    
    .contents07{
        background: url(../images/sp/screen02.jpg) no-repeat center center,var(--col_bg01);
        background-size: 100% auto;
        padding-top: 8em;
        padding-bottom: 5em;
    }
    .contents07 h2 {
        margin-bottom: 3em;
    }
    .contents07 p {
        width: 90%;
        margin: 0 5%;
        margin-bottom: 6em;
    }
}
@media screen and (max-width: 480px) {
    header {
        margin-bottom: 0;
    }
    .language {
        font-size: 100%;
    }
    header .language{
        font-size: 82%;
        top: 1.3em;
        left: 1em;
    }
    .link_icon{
        top: .7em;
        right: 0.3em;
    }
    .link_icon span{
        width: 2em;
        margin: 0 0.3em;
    }
    footer .language {
        max-width: 250px;
    }
/*    header .language{
        top: 1.8em;
    }
    .link_icon{
        top: 1.2em;
    }
    .link_icon span {
        width: 3em;
        margin: 0 0.5em;
    }*/
    .sp_hide480{
        display: none!important;
    }
    .anchor01{
        padding-top: 40px!important;
        margin-top: -40px!important;
    }
    section h2 {
        font-size: 100%;
    }
    .btn_stl01{
        width: 50%;
    }
    
    .contents01{
        padding-bottom: 3em;
    }
    .contents01 .movie {
        margin-bottom: 3em;
    }
    .contents02 h2{
        font-size: 120%;
    }
    .contents02 dl{
        margin-bottom: 2em;
    }
    .contents02 .flex_box {
        margin-bottom: 3em;
    }
    .contents04 h2 {
        margin-bottom: 3em;
    }
    .contents04 .cont_txt h3{
        font-size: 110%;
        margin-bottom: 1em;
    }
    .parallax_content .txt_stl{
        width: 100%;
    }
    .contents05 h2{
        font-size: 130%;
    }
    .contents05 p{
        width: 80%;
    }
    
    .contents06{
        padding-bottom: 1em;
    }
    .contents06 .info{
        font-size: 104%;
        margin-bottom: 3em;
    }
    .contents06 .flex_box .item h3{
        font-size: 90%;
        margin-bottom: 2em;
    }
    .contents06 .flex_box .item h3 span {
        font-size: 120%;
    }
    .contents07{
        padding-top: 5em;
    }
    .contents07 h2 {
        margin-bottom: 1em;
    }
    .contents07 p{
        margin-bottom: 3em;
    }
    .contents08{
        padding-bottom: 5em;
        padding-top: 3em;
    }
    .contents08 h2{
        margin-bottom: 2em;
    }
    .contents08 .tel{
        margin-bottom: 3em;
    }
    .contents08 .tel span{
        font-size: 220%;
    }
}
@media screen and (max-width: 375px) {
    section h2 {
/*        font-size: 90%;*/
    }
    footer .language {
        max-width: 230px;
    }
}
@media screen and (max-width: 350px) {
    .contents06 h2 {
        font-size: 90%;
    }
    .contents06 .info {
        font-size: 90%;
    }
}

/* overwrite */
.slick-track:before, .slick-track:after {
    display: none!important;
}
.thumbnail{
    margin-bottom: 20px;
}

.contents03 .slick-initialized .slick-slide {
    margin-right: 1.4em;
}
@media screen and (max-width: 800px) {
    .contents03 .slick-initialized .slick-slide {
        margin-right: 3em;
    }
}
    