/*=======================================
リセット
=======================================*/

html,body,
h1,h2,h3,h4,
ul,ol,dl,li,
dt,dd,p,div,span,img,a,
table,tr,th,td {
  border: 0;
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
article,header,
footer,aside,
figure,figcaption,
nav,section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}
main {
    display:block; /* for IE11 */
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 10%;/*一番下の余白*/
    font-family: 'メイリオ', sans-serif;
}
.post {
    margin: 0;
}
/*=======================================
リセット end
=======================================*/

html{
    height: 100%;
    overflow: hidden;
  font-family: 'メイリオ', sans-serif;
}
body{
    height: 100%;
    overflow: scroll;
}

video#top_bg_mp4{
    position: fixed;
    z-index: -100;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}

.sp_poster_mask{
    /**
    background: none;
    */
}

.video_dot_mask{
    background-image: url("../images/top/dot.png");
    position: fixed;
        background-attachment: fixed;
    right: 0; bottom: 0;
    min-width: 100%; min-height: 100%;
    width: auto; height: auto;
    z-index: -99;
}
.video_cube_mask{
    background-image: url("../images/top/top_background_2.png");
    background-repeat: no-repeat;

    background-size: cover;
    /*
    background-size: contain;
    */
    left: 0;
    top: 0;
/*
*/

/*
    -moz-background-size:100% 100%;
    background-size: 100% 100%;
*/
    width: 100%;
    height: 100%;
    /*
    background-position: center center;
*/
    position: fixed;
    z-index: -1;
}

.top_title{
    text-align: center;
    margin-top: 100px;
    margin-bottom: 30px;
}

.top_menu{
    background-image: url("../images/top/top_background_1.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 640px;
    min-height: 530px;
    padding-left: 110px;
    padding-right: 110px;
    margin: 30px auto 30px;
}
.top_menu img{
    margin-top: 60px;
    margin-bottom: 60px;
}
.sp_top_menu{
    display: none;
}

.sp_top_menu_list_bg{
    display: none;
}
.top_menu_list{
    width: 100%;
    margin: 0px auto 10px;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.top_menu_list a{
    text-decoration: none;
    color: #3E271D;
}
.top_menu_list a:hover {
  color: #00a99d;
  transition: 0.3s;
}

.shop_link a{
    display: block;
    text-align: center;
    padding: 6px 6px;
    background-color: #3E271D;
    border-radius: 2px;
    color: white;
    border: solid rgba(255,255,255,0) 1px;
}
.shop_link a:hover {
  color: #00a99d;
  background-color: rgba(255,255,255,0);
  border: solid #00a99d 1px;
  transition: 0.3s;
}



.top_news{
    width: 100%;
    text-align:left;
    margin: 60px auto 0px;
}

.top_news h2{
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    font-size: 16px;
    color: #3E271D;
    padding-top: 10px;
    padding-bottom: 10px;
}
.top_news h2 > a{
    text-decoration: none;
    color: #3E271D;
}
.top_news h2 > a:hover {
  color: #00a99d;
  transition: 1s;
}

.top_news_list li:first-child{
    border-top: solid 1px #fff;
    margin-top: 2px;
    /*
    padding-top: 10px;
    */
}
.top_news_list li{
    border-bottom: solid 1px #fff;
    list-style-type: none;
    /**
    margin-top: 10px;
    margin-bottom: 10px;
    */
    display: flex;
    flex-direction: column;
}
.top_news_list li>div>p{
    display: inline-block;
}
.top_news_list a{
    text-decoration: none;
    color: #3E271D;
}
.top_news_list a:hover {
  color: #00a99d;
  transition: 1s;
}
.top_news_list p{
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.top_news_time{
    margin-right: 20px;
}



@media screen and (max-width: 1024px){
    /* ipad_pro用*/
    .video_cube_mask{
        background-image: url("../images/top/sp_bg_828_1360.png");
    }
}

@media screen and (max-width: 800px){
    .top_title{
        margin-top: 0px;
    }
    video#top_bg_mp4{
        display: none;
    }

    .sp_poster_mask{
        background-image: url("../images/top/sp_top_poster.png");
        background-size: 100%;
        left: 0; top: 0;
        position: fixed;
        width: 100%; height: 100%;
        z-index: -10;
    }

    .top_menu_list{
        display: none;
    }
    .top_menu img{
        display: none;
    }
    .video_cube_mask{
        background-image: url("../images/top/sp_bg_828_1360.png");
    }
    .top_title img{
        margin-top: 40px;
        margin-bottom: 40px;
        width: 90%;
    }
    .sp_top_menu_list_bg{
          background : -moz-linear-gradient(0% 50% 0deg,rgba(129, 221, 171, 0.6) 0%,rgba(59, 129, 224, 0.6) 100%);
          background : -webkit-linear-gradient(0deg, rgba(129, 221, 171, 0.6) 0%, rgba(59, 129, 224, 0.6) 100%);
          background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(129, 221, 171, 0.6) ),color-stop(1,rgba(59, 129, 224, 0.6) ));
          background : -o-linear-gradient(0deg, rgba(129, 221, 171, 0.6) 0%, rgba(59, 129, 224, 0.6) 100%);
          background : -ms-linear-gradient(0deg, rgba(129, 221, 171, 0.6) 0%, rgba(59, 129, 224, 0.6) 100%);
          -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#81DDAB', endColorstr='#3B81E0' ,GradientType=0)";
          background : linear-gradient(90deg, rgba(129, 221, 171, 0.6) 0%, rgba(59, 129, 224, 0.6) 100%);
          filter: alpha(opacity=63) progid:DXImageTransform.Microsoft.Alpha(opacity=63) progid:DXImageTransform.Microsoft.gradient(startColorstr='#81DDAB',endColorstr='#3B81E0' , GradientType=1);
          display: block;
          padding: 30px 5% 30px;
    }
    .sp_top_menu_list_bg img{
        width: 70%;
        margin: 0px auto 0px;
    }
    .sp_top_menu_list{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 30px;
        margin-bottom: 0px;
    }
    .sp_top_menu_list p{
        font-size: 18px;
        width: 35%;
    }
    .sp_top_menu_list a{
        text-decoration: none;
        color: #fff;
    }
    .shop_link a{
        background-color: rgba(0, 0, 0, 0);
        border: solid 1px #fff;
        font-size: 17px;
        display: inline-block;
    }
    .top_menu{
        min-width: auto;
        width: 90%;
        min-height: 300px;
        height: auto;
        padding: 0px;
    }
    .top_menu_list{
        font-size: 14px;
    }

    .top_news{
        width: 90%;
        padding-top: 12px;
        padding-bottom: 60px;
        margin-top: 40px;
    }
    .top_news h2{
        font-size: 18px;
        padding-top: 12px;
        padding-bottom: 12px;
    }
.top_news_time{
    padding-bottom: 10px;
}
.top_news_time,
.top_new_text{
    display: block;
}

}/*スマホ版 end*/

@media screen and (max-width: 380px){
    .shop_link a{
        background-color: rgba(0, 0, 0, 0);
        border: solid 1px #fff;
        font-size: 14px;
    }
}
