@charset "UTF-8";
/* CSS Document */
body {
  margin: 0;
  padding: 0;
  display: block;
}
/* リンク */
a:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}
.wapper_gekiochi_header{
    width: 100%;
    margin: 0 auto;
}
.wapper_gekiochi {
  width: 100%;
  margin: 0 auto;
  background-color: #F7F7F7!important;
    padding: 5%;
}
.shikumi{
  width: 100%!important;    
  margin: 0 auto;
}
.shikumi img{
  
  margin: 8% auto!important;
}


/* SP用の横長動画 */
.video_wapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width:100%;
    margin: 0 auto 0;
}
.video_flex {
    position: relative;
    width:80%;
    aspect-ratio: 3/ 5.5;
    margin:5% auto 0;
    overflow: hidden;
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.video_wapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 0;
}

/* 共通リンクエリア */
footer{
    background-color: #F7F7F7!important;
}
.lp-footer{
  width: 100%;
    margin: 0 auto;
    background-image: url("../img/footer_link_backimg.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
   background-color: #F7F7F7!important;
    padding-top: 2%;
    padding-bottom: 3%;
}
.lp-footer_title{
     margin: 0 auto;
}

.lp-footer_title img{
margin: 5% auto;
}

.product_link_wapper{
    width: 100%;
    margin: 3% auto 5%;   
}

.product_link_wapper img{
    margin: 2% auto; 
}
.gekiochi_text{
    font-size: 10px;
    color: #303030;
    text-align: right;
}
@media (min-width: 768px) {
.wapper_gekiochi_header{
     width: 860px;
    margin: 0 auto;
}    
 .wapper_gekiochi {
    width: 860px;
  }
  .shikumi {
    width: 760px!important;
    margin: 0 auto;
  }
.shikumi_img{
    margin: 20px auto 40px;
  }
    
    
    /* PC用の横長動画 */
.video_wapper {
    display: flex;
    justify-content: center;
    flex-direction: row;
    width: 700px;
    margin: 30px auto 0;
}
.video_flex {
    position: relative;
    width: 60%;
    aspect-ratio: 3/ 5.5;
    margin: 0 1%;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);

}
.video_wapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 0;
}
/* 共通リンクエリア */
.lp-footer{
  width: 860px;
}
.lp-footer_title{
     margin: 0 auto;
}

.lp-footer_title img{
margin: 5% auto;
}

.product_link_wapper{
    width: 800px!important;
    margin: 3% auto 3%;   
}

.product_link_wapper img{
    margin: 2% auto; 
}
.gekiochi_text{
    font-size:14px;
}    
}