/*------------------------------------------------------------------------------------------
*
*
    index_2020.css
*
*
------------------------------------------------------------------------------------------ */
/* #bgVideo-wrap {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -10;
} */
#bgVideo-wrap {
  position: fixed;
  top: 0;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -10;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-size: cover;
  -webkit-transition: 1s opacity;
  transition: 1s opacity;
}

#bgVideo-wrap video {
  min-width: 100%;
  min-height: 100vh;
}

#mv .mv_inner {
  background-color: rgba(255, 255, 255, 0);
}

#mv .mv_inner .ttl {
  max-width: 332px;
  width: 81.25%;
  position: absolute;
  top: 500px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.only_tablet #mv .mv_inner .ttl {
  max-width: 340px;
}

#mv .mv_inner .ttl img,
#mv .mv_inner .down img {
  width: 100%;
}

#mv .mv_inner .down {
  max-width: 43px;
  position: absolute;
  bottom: 14px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
}

#sec_shop .desc p.shop2 {
  padding-top: 25px;
}

#sec_sirisiri .btn_about {
  display: inline-block;
  position: relative;
}

#sec_sirisiri .btn_about:before {
  content: '';
  width: 0;
  height: 100%;
  opacity: 0;
  display: block;
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: width .1s ease .0s, opacity .1s ease .0s;
  transition: width .1s ease .0s, opacity .1s ease .0s;
  z-index: 0;
}

#sec_sirisiri .btn_about a {
  padding: 2px 32px 2px 15px;
  border: 1px solid #595757;
  display: inline-block;
  position: relative;
  letter-spacing: 0;
}

#sec_sirisiri .btn_about a:before {
  content: '';
  width: 13px;
  height: 100%;
  display: block;
  background-image: url(../images/home/parts_arrow_right_g.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 9px;
  position: absolute;
  top: 0;
  right: 10px;
}

#sec_sirisiri .btn_about a:hover {
  opacity: .5;
  -webkit-transition: opacity .15s ease .1s;
  transition: opacity .15s ease .1s;
}

#sec_sirisiri p {
  font-size: 15px;
  line-height: 1.875em;
  margin: 0 0 25px 0;
}

#sec_yodogawa p {
  color: #fff;
}

.only_tablet .spOnly,
.is_pc .spOnly {
  display: none;
}

.bgc_bk {
  background-color: rgba(0, 0, 0, 0.9);
}

.bgc_bg_bk70 {
  background-color: rgba(0, 0, 0, 0.7);
}

@media screen and (min-width: 769px) {
  #mv {
    min-height: 100vh;
  }
  #sec_yodogawa .time.start {
    padding: 58px 0 0 0;
  }
  #sec_yodogawa .time.start span {
    display: block;
  }
  #sec_yodogawa .time.start span:first-of-type {
    font-size: 26px;
    margin-bottom: -.1em;
  }
  #sec_yodogawa .time.start span:last-of-type {
    font-size: 30px;
  }
  #sec_appetizer li {
    width: 25%;
  }
  .section img {
    width: 240px;
  }
  #sec_appetizer li .num {
    width: 72px;
    top: -60px;
    left: 10px;
  }
}

@media screen and (max-width: 768px) {
  .only_sp .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
  #mv .mv_inner .ttl {
    top: auto;
    bottom: 45px;
  }
  #mv .mv_inner .down {
    width: 30px;
    bottom: 10px;
  }
  #sec_yodogawa_down {
    position: relative;
    top: 40px;
    display: block;
  }
  #bgVideo-wrap.bg_a {
    background: url(/store/sirisiri/2020/common/images/home/pic_mv01_sp.jpg) no-repeat;
    background-size: cover;
  }
  #bgVideo-wrap.bg_b {
    background: url(/store/sirisiri/2020/common/images/home/pic_mv02_sp.jpg) no-repeat;
    background-size: cover;
  }
  #bgVideo-wrap.bg_c {
    background: url(/store/sirisiri/2020/common/images/home/pic_mv03_sp.jpg) no-repeat;
    background-size: cover;
  }
  #bgVideo-wrap.bg_d {
    background: url(/store/sirisiri/2020/common/images/home/pic_mv04_sp.jpg) no-repeat;
    background-size: cover;
  }
  #sec_sirisiri {
    padding: 30px 0;
    border-top: 1px dashed #595757;
  }
  #sec_sirisiri .sec_inner {
    padding: 0 20px;
  }
  #sec_sirisiri dt {
    margin: 0 0 10px 0;
    font-size: 14px;
  }
  #sec_sirisiri dd {
    margin: 0 0 10px 0;
    font-size: 13px;
    line-height: 1.8;
  }
  #sec_sirisiri .btn_about a {
    font-size: 13px;
  }
}
