@charset "utf-8";

  /**************************************************************
*
* ■ home(pc)
*
**************************************************************/
  .home {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: auto;
    width: 100%;
    height: 100vh;
  }

  .summary {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    left: -9999px;
    top: -9999px;
  }

  /*
  .home .mainContent .body-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 200;
    width: 100%;
    height: 100vh;
    color: #000;
  }*/

  .info-block {
    position: absolute;
    left: 40px;
    top: 60px;
    z-index: 10;
 /* display: -webkit-box; */
    display: flex;
 /* -webkit-box-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
            align-items: stretch;
    flex-wrap: wrap; */
    width: 1000px;
  }
  .info-block .logo {
    width: 210px;
    height: 57px;
    background-image: url("../images/logo_wdesign_mark_web.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
 /* -webkit-transition: all 0.9s ease-out; */
    transition: all 0.8s ease-out;
  }
  .info-block .logo a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .info-block .logo:hover {
    opacity: 0.5;
 /* -webkit-transition: all 0.2s ease-out; */
    transition: all 0.2s ease-out;
  }

  .info-block .slogan {
 /* -webkit-transform: translateY(-4px);
            transform: translateY(-4px); */
    width: 260px;
    margin-left: 20px;
    line-height: 1.4;
    font-size: 17px;
    font-weight: bold;
    font-family: 'Libre Baskerville', serif;
  /* -webkit-font-feature-settings: "normal";
            font-feature-settings: "normal"; */
    letter-spacing: 0.01em;
    }

  .info-block .address {
 /* -webkit-transform: translateY(-4px);
            transform: translateY(-4px); */
    width: 240px;
    margin-left: 20px;
    line-height: 1.6;
    font-size: 13px;
    font-weight: 100;
    font-family: 'Libre Baskerville', serif;
 /* -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt"; */
    letter-spacing: 0.005em;
  }

  .info-block .link-list {
 /* display: -webkit-box; */
    display: flex;
 /* -webkit-box-pack: justify;; */
            justify-content: space-between;
 /* -webkit-box-align: stretch; */
            align-items: stretch;
    flex-wrap: wrap;
    width: 140px;
    margin-top: 14px;
    margin-left: 15px;
  }
  .info-block .link-list > li {
 /* -webkit-transition: all 0.4s ease-out; */
    transition: all 0.8s ease-out;
    }

  .info-block .link-list > li.twitter {
    width: 28px;
    height: 28px;
    background-image: url("../images/tw_ico.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
  }
  .info-block .link-list > li.twitter a {
    display: block;
    width: 100%;
    height: 100%;
  }  
  .info-block .link-list > li.instagram {
    width: 28px;
    height: 28px;
    background-image: url("../images/insta_ico.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
  }
  .info-block .link-list > li.instagram a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .info-block .link-list > li.mail {
    width: 28px;
    height: 28px;
    background-image: url("../images/mail_ico.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
  }
  .info-block .link-list > li.mail a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .info-block .link-list > li:hover {
    opacity: 0.5;
 /* -webkit-transition: all 0.2s ease-out; */
    transition: all 0.2s ease-out;
  }




@media (max-width: 600px) {
  /**************************************************************
*
* ■ tablet
*
**************************************************************/
  /**************************************************************
*
* ■ home(sp)
*
**************************************************************/

  .home {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: auto;
    width: 100%;
    height: 100vh;
  }

  .summary {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    left: -9999px;
    top: -9999px;
  }

  .info-block {
    position: absolute;
    left: 0px;
    top: 30px;
    z-index: 10;

    flex-direction: column;
  }

  .info-block .logo {
    width: 200px;
 /* height: 7.467vw; */
    background-image: url("../images/logo_wdesign_mark_web.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
 /* -webkit-transition: all 0.4s ease-out; */
    transition: all 0.7s ease-out;
  }
  .info-block .logo a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .info-block .logo:hover {
    opacity: 0.5;
 /* -webkit-transition: all 0.2s ease-out; */
    transition: all 0.2s ease-out;
  }

  .info-block .slogan { 
    width: 100vw;
    margin-top: 6px;
    margin-left: 40px;
    line-height: 1.4;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Libre Baskerville', serif;
    letter-spacing: 0.02em;
    }

  .info-block .address {    
    margin-left: 40px;
    line-height: 1.6;
    font-size: 13px;
    font-weight: 100;
    font-family: 'Libre Baskerville', serif;
    letter-spacing: 0.02em;
  }

  .info-block .link-list {     
    margin-top: 40px;
    margin-left: 38px;
    width: 184px;
  }

  .info-block .link-list > li {
    transition: all 0.4s ease-out;
  }

  .info-block .link-list > li.twitter {
    width: 32px;
    height: 32px;
    background-image: url("../images/tw_ico.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
  }
  .info-block .link-list > li.twitter a {
    display: block;
    width: 100%;
    height: 100%;
  }  
  .info-block .link-list > li.instagram {
    width: 32px;
    height: 32px;
    background-image: url("../images/insta_ico.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
  }
  .info-block .link-list > li.instagram a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .info-block .link-list > li.mail {
    width: 32px;
    height: 32px;
    background-image: url("../images/mail_ico.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
  }
  .home .mainContent .body-layer .info-block .link-list > li.mail a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .home .mainContent .body-layer .info-block .link-list > li:hover {
    opacity: 0.5;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }

  .big-bg{
    width: 150vw;
    margin-top: 330px
  }
  
 