@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; }

#contact {
  background: white; }

/* hero */
#hero {
  background: #589FB4; }

.jupiterCube_hero img {
  width: 1000px;
  height: 750px;
  display: block;
  margin: 0 auto; }

.jupiter_hero img {
  width: 1000px;
  height: 602px;
  display: block;
  margin: 0 auto; }

.azusa_hero img {
  width: 1000px;
  height: 633px;
  display: block;
  margin: 0 auto; }

.hiraya_hero img {
  width: 1000px;
  height: 471px;
  display: block;
  margin: 0 auto; }

.symphony_hero img {
  width: 1000px;
  height: 571px;
  display: block;
  margin: 0 auto; }

.just_hero img {
  width: 1000px;
  height: 618px;
  display: block;
  margin: 0 auto; }

.mystyle_hero img {
  width: 1000px;
  height: 606px;
  display: block;
  margin: 0 auto; }

.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 */
#product {
  padding: 200px 0; }
  #product 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; }
  #product span {
    content: "";
    width: 200px;
    height: 1px;
    background: #989898;
    display: block;
    margin: 30px auto 30px auto; }
  #product p {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5; }

/* concept */
#concept {
  padding: 200px 0;
  background-color: #F0F0F0; }
  #concept 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; }
  #concept h2 {
    font-size: 20px;
    text-align: center;
    padding-top: 10px;
    margin-bottom: 100px;
    color: #989898;
    font-weight: bold; }
  #concept p {
    font-size: 16px;
    line-height: 1.8;
    text-align: justify;
    width: 500px;
    margin: 50px auto 0px auto;
    display: block; }
  #concept ul {
    width: 1050px;
    height: auto;
    margin: 100px auto 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    #concept ul li {
      width: 500px;
      height: 350px; }
      #concept ul li p {
        margin: 0 30px 0 0;
        font-size: 35px;
        font-family: "Poppins", sans-serif;
        font-weight: bold;
        letter-spacing: 0.1em;
        display: inline-block;
        vertical-align: top;
        width: 35px; }
      #concept ul li img {
        width: 350px;
        height: auto;
        display: inline-block;
        vertical-align: top; }
  #concept .layout {
    width: 1050px;
    margin: 0 auto; }
    #concept .layout .layoutTitle {
      font-family: "Poppins", sans-serif;
      font-weight: bold;
      letter-spacing: 0.1em;
      font-size: 35px;
      color: white;
      background: #589FB4;
      width: auto;
      margin: 0;
      padding: 5px 5px 5px 10px;
      text-align: left;
      margin-bottom: 10px;
      display: inline-block; }
    #concept .layout table td {
      text-align: right;
      padding: 5px; }
  #concept #interior ul {
    width: 1100px;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-top: 100px; }
    #concept #interior ul:after {
      display: block;
      content: "";
      width: 300px; }
    #concept #interior ul li {
      width: 300px;
      height: 300px;
      overflow: hidden;
      margin-bottom: 50px;
      position: relative; }
      #concept #interior ul li:last-child {
        margin-bottom: 0; }
      #concept #interior ul li img {
        width: 300px;
        height: 300px;
        position: absolute;
        mix-blend-mode: normal;
        						/*top: 50%;
          left: 50%;
                         transform: translate(-50%, -50%);*/
        transition: 0.3s; }
        #concept #interior ul li img:hover {
          transform: scale(1.2, 1.2); }

/* example */
#example {
  padding: 200px 0; }
  #example 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; }
  #example h2 {
    font-size: 20px;
    text-align: center;
    padding-top: 10px;
    margin-bottom: 100px;
    color: #989898;
    font-weight: bold; }
  #example img.main {
    width: 1000px;
    height: auto;
    margin: 0 auto 100px auto;
    display: block;
    background: red; }
  #example > div {
    padding: 150px 0 100px 0;
    border-bottom: solid thin #858585; }
    #example > div ul {
      width: 1000px;
      height: auto;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      margin: 0 auto; }
      #example > div ul li {
        width: 300px;
        height: 300px;
        background: blue;
        overflow: hidden;
        margin-bottom: 50px;
        position: relative; }
        #example > div ul li:last-child {
          margin-bottom: 0; }
        #example > div ul li img {
          width: 300px;
          height: 300px;
          position: absolute;
          						/*top: 50%;
            left: 50%;
                           transform: translate(-50%, -50%);*/
          transition: 0.3s; }
          #example > div ul li img:hover {
            transform: scale(1.2, 1.2); }

@media (max-width: 768px) {
  /* hero */
  #hero img {
    width: 100%;
    height: auto;
    padding-top: 60px; }

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

  /* concept */
  #concept {
    padding: 100px 0;
    background-color: #F0F0F0; }
    #concept h1 {
      font-family: 'Poppins', sans-serif;
      letter-spacing: 0.05em;
      font-size: 30px;
      font-weight: bold;
      text-align: left;
      width: 100%;
      border-bottom: none;
      line-height: 1;
      padding-bottom: 10px; }
      #concept h1:before {
        content: "";
        width: 40px;
        height: 20px;
        display: inline-block;
        background-color: #589FB4;
        margin-right: 10px; }
    #concept h2 {
      font-size: 20px;
      text-align: left;
      padding-top: 0px;
      color: #989898;
      margin-left: 50px; }
    #concept p {
      font-size: 16px;
      line-height: 1.8;
      text-align: justify;
      width: 100%;
      margin: 20px auto 0 auto;
      display: block;
      padding: 0 50px; }
    #concept ul {
      width: 100%;
      height: auto;
      margin: 50px auto;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      padding: 0 50px; }
      #concept ul li {
        width: 100%;
        height: auto;
        margin-bottom: 50px; }
        #concept ul li p {
          width: 100%;
          margin: 0;
          font-size: 35px;
          font-family: "Poppins", sans-serif;
          font-weight: bold;
          letter-spacing: 0.1em;
          display: block;
          text-align: left;
          padding: 0; }
        #concept ul li img {
          width: 100%;
          height: auto;
          display: inline-block;
          vertical-align: top;
          mix-blend-mode: multiply; }
    #concept .layout {
      width: 100%;
      margin: 0 auto;
      padding: 0 50px; }
      #concept .layout .layoutTitle {
        font-family: "Poppins", sans-serif;
        font-weight: bold;
        letter-spacing: 0.1em;
        font-size: 25px;
        color: white;
        background: #589FB4;
        margin: 0;
        padding: 5px 5px 5px 10px;
        text-align: left;
        margin-bottom: 10px; }
      #concept .layout table td {
        text-align: right;
        padding: 5px; }
    #concept #interior ul {
      width: 90%;
      height: auto;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      margin: 50px auto 0 auto;
      padding: 0; }
      #concept #interior ul li {
        width: 100%;
        height: 200px;
        overflow: hidden;
        margin-bottom: 50px;
        position: relative; }
        #concept #interior ul li:last-child {
          margin-bottom: 0; }
        #concept #interior ul li img {
          width: 100%;
          height: auto;
          position: absolute;
          mix-blend-mode: normal;
          						/*top: 50%;
            left: 50%;
                           transform: translate(-50%, -50%);*/
          transition: 0.3s; }
          #concept #interior ul li img:hover {
            transform: scale(1.2, 1.2); }

  #example {
    padding: 100px 0; }
    #example h1 {
      font-family: 'Poppins', sans-serif;
      letter-spacing: 0.1em;
      font-size: 30px;
      font-weight: bold;
      text-align: left;
      width: 100%;
      border-bottom: none;
      line-height: 1;
      padding-bottom: 10px; }
      #example h1:before {
        content: "";
        width: 40px;
        height: 20px;
        display: inline-block;
        background-color: #589FB4;
        margin-right: 10px; }
    #example h2 {
      font-size: 20px;
      text-align: left;
      padding-top: 0px;
      color: #989898;
      margin-left: 50px;
      margin-bottom: 50px; }
    #example img.main {
      width: 90%;
      height: 200px;
      margin: 0 auto 50px auto;
      display: block;
      background: red; }
    #example > div {
      padding: 100px 0 100px 0;
      border-bottom: solid thin #858585; }
      #example > div:first-of-type {
        padding-top: 0; }
      #example > div:last-child {
        padding-bottom: 0;
        border-bottom: none; }
      #example > div ul {
        width: 90%;
        height: auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 0 auto; }
        #example > div ul li {
          width: 100%;
          height: 200px;
          background: blue;
          overflow: hidden;
          margin-bottom: 50px;
          position: relative; }
          #example > div ul li:last-child {
            margin-bottom: 0; }
          #example > div ul li img {
            width: 100%;
            height: auto;
            position: absolute;
            						/*top: 50%;
              left: 50%;
                             transform: translate(-50%, -50%);*/
            transition: 0.3s; }
            #example > div ul li img:hover {
              transform: scale(1.2, 1.2); } }
