@charset "UTF-8";
/** ───────────────────────────────────────────────────────── **/
/*** ▼ 編集不要 ▼ ***/
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "Helvetica Neue", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16px;
  line-height: 1.875;
  margin: 0;
  font-weight: 400;
}

main {
  overflow-x: hidden;
}
main picture {
  position: relative;
  display: block;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

sup {
  font-size: 70%;
  vertical-align: top;
}

/* PC/SP 表示切り替え (mixin使用) */
.pc {
  display: block;
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 768px) {
  .sp {
    display: block;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.livio {
  display: none;
}

.anno {
  font-size: 11px;
  padding-top: 5px;
  text-align: right;
}

figure {
  position: relative;
  margin: 0;
}

figcaption,
.cap {
  background: rgba(120, 120, 120, 0.7);
  font-size: 11px;
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 5px;
  z-index: 2;
}

.pc_only {
  display: block;
}

.pc_tab_only {
  display: block;
}

.tab_only {
  display: none;
}

.sp_tab_only {
  display: none;
}

.sp_only {
  display: none;
}

.brands-sp {
  display: none;
}

/* タブレット・SP (max-width: 850px) */
@media screen and (max-width: 850px) {
  .pc_only {
    display: none;
  }
  .pc_tab_only {
    display: block;
  }
  .tab_only {
    display: block;
  }
  .sp_tab_only {
    display: block;
  }
  .sp_only {
    display: none;
  }
  .brands-sp {
    display: none;
  }
}
/* SP (max-width: 550px) */
@media screen and (max-width: 550px) {
  .pc_only {
    display: none;
  }
  .pc_tab_only {
    display: none;
  }
  .tab_only {
    display: none;
  }
  .sp_tab_only {
    display: block;
  }
  .sp_only {
    display: block;
  }
  .brands-sp {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .brands-sp {
    display: block;
  }
}
#page_mainvisual {
  width: 100%;
  /* heightはページごとに異なるため個別指定 (value:430px, zeh:600px) */
  /* background-imageは個別指定 */
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#page_mainvisual:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
#page_mainvisual h2 {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  font-family: "Marcellus", serif;
  font-size: 55px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 1px;
}
#page_mainvisual h2 small {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
  display: block;
  font-size: 20px;
}

.inner {
  width: 100%;
  max-width: 1280px; /* サイトの基準最大幅 */
  margin: 0 auto;
  padding: 0 40px; /* PCでの左右の余白 */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 550px) {
  .main .inner {
    padding: 0 20px;
  }
}
/* 例：zeh.scss 側での上書き */
.page {
  position: relative;
  padding: 60px 30px 0;
}
@media screen and (max-width: 850px) {
  .page {
    padding: 40px 15px 0;
  }
}

.inner3 {
  max-width: 1306px;
  margin: auto;
  padding: 0 60px;
  position: relative;
}
@media screen and (max-width: 850px) {
  .inner3 {
    padding: 0 15px;
  }
}

.footer_top {
  background: #f5f5f5;
  padding: 50px 0;
  margin-top: 100px;
}
.footer_top .footer_list {
  list-style: none;
}
.footer_top .footer_list .footer_li {
  font-size: 12px;
  text-indent: -1em;
  margin-left: 1em;
}

@media screen and (max-width: 850px) {
  .footer_top {
    margin-top: 30px;
    padding: 20px 0;
  }
  .footer_top .footer_list .footer_li {
    font-size: 10px;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 550px) {
  .f_margin {
    margin-top: 0;
  }
}/*# sourceMappingURL=sub_common.css.map */