@charset "utf-8";


/* ==================================================
elements
================================================== */


/* ==================================================
MV
================================================== */
#mv {
  height: auto;
  background: none;
}
#mv .innerWrap{
  padding: 0;
}

/* mv__list */
#mv .mv__list a {
  text-decoration: none;
  color: #fff;
}
#mv .mv__lists {
  height: auto;
  overflow: hidden;
  height: 360px;
}
#mv .mv__list {
  width: 100%!important;
  height: 360px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#mv .mv__list.no001 {background-image: url(/top/images/mv_002_hbkdmy_sp.png);}

.mv__outer {
  display: table;
  width: 100%;
  max-width: 360px;
  height: 360px;
  margin: auto;
}
#mv .mv__inner {
  display: table-cell;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}
#mv .mv__inner img.sp {
  width: 100%;
}
#mv .mv__list.spLayout--middle .mv__inner {vertical-align: middle;}
#mv .mv__list.spLayout--top .mv__inner {vertical-align: top;}
#mv .mv__list.spLayout--bottom .mv__inner {vertical-align: bottom;}

#mv .mv__list .mv__title{
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, .3);
}
#mv .mv__list .mv__title .title--main{
  font-size: 16px;
}
#mv .mv__list img {
  display: inline;
  width: 100%;
}
#mv img {
  width: 100%;
}

.catchNone .catch {
  display: none;
}

.scrollX__wrap {
  width: 260px;
  margin: auto;
}
#b02 .scrollX__wrap .scrollX {
  padding-left: 35px;
}
#b03 .scrollX__wrap .scrollX {
  padding-left: 40px;
}

/* ==================================================
  mobile-scroll（SP画像横スクロール）
================================================== */
.mobile-scroll {width: 100%; overflow-x: scroll;}
