@charset "utf-8";
@import url("reset.css");
@import url("common.css");
@import url("common_sp.css") (max-width: 768px);
@import url("common_pc.css") (min-width: 769px);
@import url("sp.css") only screen and (max-width: 768px);
@import url("pc.css") only screen and (min-width: 769px);


/*==============================================
LP
==============================================*/
#videoArea{
 position: fixed;
    z-index: -1;/*最背面に設定*/
    top: 0;
    right:0;
    left:0;
    bottom:0;
    overflow: hidden;
}
#video {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*縦横幅指定*/
    width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%;
}
/***/
#siteheader{
 position: fixed;
 top: 0;
 left: 0;
 z-index: 9000;
}
#siteheader div.header_inner div.header_container{
 background: -moz-linear-gradient(top,  rgba(4,5,3,0.65) 0%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(top,  rgba(4,5,3,0.65) 0%,rgba(0,0,0,0) 100%);
background: linear-gradient(to bottom,  rgba(4,5,3,0.65) 0%,rgba(0,0,0,0) 100%);
}
#siteheader div.header_inner div.bg_header_container div.search_area a dl dt, #siteheader div.header_inner div.header_container div.head_nav_wrap div.search_area a dl dt{
 width: 56px;
}

/*--------------*/

section h2{
 font-family: 'Libre Baskerville', serif;
 text-align: center;
 line-height: 1.3;
}
section h2 span{
 display: block;
 font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", "HG明朝E","ＭＳ Ｐ明朝", "MS PMincho", serif;
 line-height: 1.2;
}

section h3{
 font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", "HG明朝E","ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/*-----------------*/
#lpfooter p{
 background: rgba(46,45,45,.80);
 padding: 65px 9.6%;
}
#lpfooter p a{
 display: block;
 position: relative;
 background: #EAEAEA;
 max-width: 334px;
 padding: 23px 33px 23px 19px;
 margin: 0 auto;
 font-size: 14px;
 font-weight: bold;
 text-align: left;
}
#lpfooter p a::after{
    content: "";
    width: 33px;
    height: 23px;
    background: transparent url(../images/arrow.png) no-repeat center center;
    -webkit-background-size: 100%;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(0, -50%);
}
#lpfooter .copy{
 display: block;
 background: rgba(70,70,70,.95);
 padding: 19px 0 10px;
 text-align: center;
 color: #fff;
 font-size: 12px;
}
