@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?230710") only screen and (max-width: 768px);
@import url("pc.css?230710") 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%;
}
/***/

/*--------------*/
/*
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: #393939; */
 background: rgba(53, 52, 52);
 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: center;
 box-sizing: border-box;
}
#lpfooter p a::after{
    content: "";
    width: 33px;
    height: 23px;
    background: transparent url(../images/ic_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: #464646;
 padding: 19px 0 10px;
 text-align: center;
 color: #fff;
 font-size: 12px;
}
