@charset "UTF-8";
/*変数*/
/*初期化*/
* {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-decoration: none;
  line-height: 1;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  box-sizing: border-box;
  color: black; }

.lb-caption {
  color: white !important; }

.fancybox-button svg path {
  fill: white !important; }

.fancybox-caption__body {
  color: white !important;
  text-align: center; }

/* hero */
#hero {
  width: 100%;
  height: 800px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.jupiterQube_hero {
  background-image: url("../img/jupiterQube_top_lineUp.jpg"); }

.jupiter_hero {
  background-image: url("../img/jupiter_top_lineUp.jpg"); }

.azusa_hero {
  background-image: url("../img/azusa_top_lineUp.jpg"); }

.hiraya_hero {
  background-image: url("../img/hiraya_top_lineUp.jpg"); }

.symphony_hero {
  background-image: url("../img/symphony_top_lineUp.jpg"); }

.just_hero {
  background-image: url("../img/just_top_lineUp.jpg"); }

.mystyle_hero {
  background-image: url("../img/mystyle_top_lineUp.jpg"); }

/* product */
#staff {
  padding: 200px 0; }
  #staff h1 {
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.1em;
    font-size: 50px;
    text-align: center;
    width: 100%;
    line-height: 1;
    padding-bottom: 10px;
    color: #589FB4;
    font-weight: bold; }
  #staff span {
    content: "";
    width: 200px;
    height: 1px;
    background: #989898;
    display: block;
    margin: 30px auto 30px auto; }
  #staff p {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5; }

/* newsletter */
#staffPicture {
  background: #56C1D5;
  padding: 100px 0; }
  #staffPicture > div {
    width: 1200px;
    position: relative;
    display: block;
    margin: 0 auto; }
    #staffPicture > div img.pc {
      width: 1100px;
      display: block;
      margin: 0 auto; }
    #staffPicture > div img.sp {
      display: none; }
    #staffPicture > div h1 {
      font-family: 'Poppins', sans-serif;
      font-weight: bold;
      letter-spacing: 0.1em;
      font-size: 50px;
      text-align: center;
      width: 100%;
      border-bottom: solid 3px #589FB4;
      line-height: 1;
      padding-bottom: 10px; }
    #staffPicture > div h2 {
      font-size: 20px;
      text-align: center;
      padding-top: 10px;
      margin-bottom: 100px;
      color: #989898;
      font-weight: bold; }
    #staffPicture > div img.staff01 {
      position: absolute;
      width: 70px;
      top: 145px;
      right: 380px; }

@media (max-width: 768px) {
  .fancybox-caption__body {
    text-align: left; }

  /* product */
  #staff {
    padding: 100px 0;
    margin-top: 100px; }
    #staff h1 {
      letter-spacing: 0.1em;
      font-size: 40px;
      font-weight: bold;
      width: 100%;
      padding-bottom: 10px;
      color: #589FB4; }
    #staff span {
      content: "";
      width: 200px;
      height: 1px;
      background: #989898;
      display: block;
      margin: 30px auto 30px auto; }
    #staff p {
      font-size: 20px;
      font-weight: bold;
      text-align: center;
      line-height: 1.5; }

  /* newsletter */
  #staffPicture {
    padding: 50px 0; }
    #staffPicture > div {
      width: 100%;
      display: block;
      margin: 0 auto; }
      #staffPicture > div img.sp {
        width: 100%;
        display: block;
        margin: 0 auto; }
      #staffPicture > div img.pc {
        display: none; }
      #staffPicture > div img.staff01 {
        width: 15%;
        top: 9%;
        right: 15%; } }
