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

/* 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; }

/* examples */
#examples > div {
  padding: 200px 0; }
  #examples > div:nth-of-type(odd) {
    background-color: #F0F0F0; }
  #examples > div img {
    width: 1100px;
    display: block;
    margin: 0 auto; }
#examples 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; }
#examples h2 {
  font-size: 20px;
  text-align: center;
  padding-top: 10px;
  margin-bottom: 100px;
  color: #989898;
  font-weight: bold; }
#examples p {
  font-size: 16px;
  line-height: 1.8;
  text-align: justify;
  width: 500px;
  margin: 50px auto 0px auto;
  display: block; }
#examples ul {
  width: 1050px;
  height: auto;
  margin: 100px auto 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  #examples ul li {
    width: 500px;
    height: 350px; }
    #examples 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; }
    #examples ul li img {
      width: 350px;
      height: auto;
      display: inline-block;
      vertical-align: top; }
#examples .layout {
  width: 1050px;
  margin: 0 auto; }
  #examples .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; }
  #examples .layout table td {
    text-align: right;
    padding: 5px; }
#examples .interior ul {
  width: 1100px;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  margin-top: 100px; }
  #examples .interior ul:after {
    display: block;
    content: "";
    width: 300px; }
  #examples .interior ul li {
    width: 300px;
    height: 300px;
    overflow: hidden;
    margin-bottom: 50px;
    position: relative; }
    #examples .interior ul li:last-child {
      margin-bottom: 0; }
    #examples .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; }
      #examples .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) {
  .fancybox-caption__body {
    text-align: left; }

  /* product */
  #product {
    padding: 100px 0;
    margin-top: 100px; }
    #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; }

  /* examples */
  #examples > div {
    padding: 50px 0 50px 0; }
    #examples > div:nth-of-type(odd) {
      background-color: #F0F0F0; }
    #examples > div img {
      width: 90%;
      display: block;
      margin: 0 auto; }
  #examples 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; }
    #examples h1:before {
      content: "";
      width: 40px;
      height: 20px;
      display: inline-block;
      background-color: #589FB4;
      margin-right: 10px; }
  #examples h2 {
    font-size: 20px;
    text-align: left;
    padding-top: 0px;
    color: #989898;
    margin-left: 50px;
    margin-bottom: 50px; }
  #examples p {
    font-size: 16px;
    line-height: 1.8;
    text-align: justify;
    width: 100%;
    margin: 20px auto 0 auto;
    display: block;
    padding: 0 50px; }
  #examples ul {
    width: 100%;
    height: auto;
    margin: 50px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 50px; }
    #examples ul li {
      width: 100%;
      height: auto;
      margin-bottom: 50px; }
      #examples 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; }
      #examples ul li img {
        width: 100%;
        height: auto;
        display: inline-block;
        vertical-align: top;
        mix-blend-mode: multiply; }
  #examples .layout {
    width: 100%;
    margin: 0 auto;
    padding: 0 50px; }
    #examples .layout .layoutTitle {
      font-family: "Poppins", sans-serif;
      font-weight: bold;
      letter-spacing: 0.1em;
      font-size: 35px;
      color: white;
      background: #589FB4;
      width: 120px;
      margin: 0;
      padding: 5px 5px 5px 10px;
      text-align: left;
      margin-bottom: 10px; }
    #examples .layout table td {
      text-align: right;
      padding: 5px; }
  #examples .interior ul {
    width: 90%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 50px auto 0 auto;
    padding: 0; }
    #examples .interior ul li {
      width: 100%;
      height: 200px;
      overflow: hidden;
      margin-bottom: 50px;
      position: relative; }
      #examples .interior ul li:last-child {
        margin-bottom: 0; }
      #examples .interior ul li img {
        width: 100%;
        height: auto;
        position: absolute;
        mix-blend-mode: normal;
        top: -75px;
        						/*top: 50%;
          left: 50%;
                         transform: translate(-50%, -50%);*/
        transition: 0.3s; }
        #examples .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); } }
