/* ========================================================= FONT ============================================================================== */
body {
  font-family: "Noto Serif JP", "Prata", serif;
  font-weight: 400;
  font-style: normal;
}


/* ========================================================= PC ============================================================================== */
@media only screen and (min-width: 1024px) {
  /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　共通　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
  .sp{
    display: none;
  }
  .tb{
    display: none;
  }
  body{
    max-width: 100vw;
    background-color: #ddd;
    overflow-x: hidden;
  }
  #viewport {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
  }
  #scroll-container {
    position: absolute;
    width: 100%;
  }

  /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　ヘッダー　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
  #header{
    width: 95%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 5%;
    position: fixed;
    z-index: 99;
    left: 50%;
    transform: translate(-50%, 0%);
    color: #fff;
    font-size: 1.2rem;
  }
  .logo{

  }
  .headermenu{
    display: flex;
    width: 40%;
    justify-content: end;
  }
  .headermenu>div{
    margin-left: 2%;
  }

  /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　TOP　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
  #top{
    position: relative;
    height: 100vh;
  }
  #top::after{
    position: absolute;
    content: '';
    top:0;
    left:0;
    width: 100vw;
    height: 100vh;
    background:  rgba(46, 46, 46, 0.2);
  }
  .luxy-el{
    z-index: -1 !important;
  }
  .fade>div{
    width: 100vw;
    height: 100vh;
    margin: 0;
  }
  .design, .yssounds{
    width: 100%;
    height: 100vh;
    object-fit: cover;
  }
  .rikyu{
    height: 100vh;
    width: 100%;
    object-fit: cover;
    object-position:left;
  }

  /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　ABOUT　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
  #about{
    position: relative;
    background-color: #ddd;
    padding: 10% 0 ;
  }
  .aboutcaption{
    position: relative;
    width: 80vw;
    margin: 0 auto; 
    z-index: 2 !important;
  }

  .aboutcaption>h2{
    font-size: 1.75rem;
  }

  .aboutcaption>p{
    margin-top: 5%;
    font-size: 1.8rem;
  }
  .aboutcaption>div{
    margin-top: 5%;
    width: 60%;
    height: 70vh;
    font-size: 1rem;
    line-height: 200%;
    letter-spacing: .17rem;
    background: rgba(255, 255, 255, 0.7);
  }

  .aboutcaption>div>p{
    padding:5%
  }
  .aboutimg-box{
    position: absolute;
    bottom: 10%;
    right: 0;
    width: 50%;
    height: 70vh;
    z-index: 0;
  }
  .aboutimg-box>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　ABOUT　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  #work{
    position: relative;
    background-color: #ddd;
    padding: 10% 0;
    margin-top: -5%;
  }
  .worktop{
    z-index: 10;
    width: 100vw;
    height: 30vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../img/ys_thumb01.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
  }
  .workcontent{
    height: 100vh;
    margin-top: 15%;
  }
  .worktop>h1{
    font-size: 3rem;
  }
  .workbatch-box{
    margin: 5% 0;
    position: relative;
  }
  .workbatch-box a{
    margin-bottom: 1%;
  }
  .workbatch-box p{
    margin-bottom: 3%;
    width: 23%;
    margin-left: 10vw;
  }
  .hp-batch{
    width: 23vw;
    height: 10vh;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    margin-left: 10vw;
  }
  .ys-batch{
    width: 23vw;
    height: 10vh;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    margin-left: 10vw;
  }
  .rikyu-batch{
    height: 10vh;
    width: 23vw;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    margin-left: 10vw;
  }

  /* ======================  ボタン  ===================== */
  a.btn-border {
    border: 2px solid #222;
    border-radius: 0;
    background: #ecf0f0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    box-shadow: #222 1px 1px 1px;
  }

  a.btn-border:before {
    position: absolute;
    top: 0;
    left: 0;

    width: 15px;
    height: 100%;

    content: '';
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);

    border-radius: 0 50% 50% 0;
    background: #222;
  }

  a.btn-border:hover:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    line-height: 50px;

    width: 50px;
    height: 50px;

    content: '→';
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transform: translateX(21.5vw) translateY(1rem);
    transform: translateX(21.5vw) translateY(1rem);

    color: #fff;
    border-radius: 50%;
  }


  .content-img{
    position: absolute;
    top: 0;
    right: 10%;
    width: 30%;
    transition: 0.5s;
    z-index: 2;
  }
  .pc-desktop{
    width: 100%;
    transition: 0.5s;
    position: absolute;
    top: 0;
    right: 0
  }
  .pc-content>img{
    width: 100%;
    transition: 0.5s;
  }
  .pc-content{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
  }
  .ys-instruments{
    position: absolute;
    top:0;
    right: 30%;
    width: 30%;
    opacity: 1;
    transform: translate(0, -50px);
  }
  .hp-sample{
    position: absolute;
    top:0;
    right: 30%;
    width: 30%;
    opacity: 1;
    transform: translate(0, -50px);
  }
  .ocha{
    position: absolute;
    top:-10%;
    right: 40%;
    width: 20%;
    opacity: 1;
    transform: translate(0, -50px);
  }

  .warabimochi{
    position: absolute;
    top:25vh;
    right: 20%;
    width: 30%;
    opacity: 1;
    transform: translate(20%, 0px);
    z-index: 3;
  }

  /* ＝＝＝＝＝＝＝＝　アニメーション用　＝＝＝＝＝＝＝＝ */
  .hover{
    position: absolute;
    top: 0;
    left:0;
    width: 100vw;
    height: 100vh;
  }
  .hide{
    opacity: 0;
    transition: 0.5s;
  }
  .show{
    opacity:1;
    transition: 0.5s;
  }

  .small{
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
  }

  .fade-in-down {
    transform: translate(0, 0);
    transition: 0.5s;
  }

  .slide-in {
    transform: translate(0, 0);
    transition: 0.5s;
  }

  /* =======================  company  ======================== */
  #company{
    position: relative;
    background-color: #ddd;
    margin-bottom: 10%;
    margin-top: -10%;
    height: 90vh;
  }
  .companytop{
    text-align: center;
  }
  .companytop>h1{
    font-size: 3rem;
  }
  .compmany-bg{
    position:relative;
    width: 100vw;
    height: 100vh;
  }

  .compmany-bg>img{
    width: 100%;
    height: 20vh;
    object-fit: cover;
  }
  .company-content{
    position: relative;
    width: 100%;
    margin-top: 3%;
    height: 80vh;
  }
  .company-img{
    position: absolute;
    left: 0;
    top:0;
    width: 50%;
    height: 70vh;
  }
  .company-img>img{
    width: 100%;
    height: 70vh;
    object-fit: cover;
    object-position: bottom;
  }
  .company-table-box{
    position: absolute;
    bottom: -10%;
    right: 10%;
    width: 50%;
    height: 60vh;
    background: rgba(255, 255, 255, 0.7);
    padding-top: 2%;
  }
  .company-table{
    display: flex;
    width: 70%;
    margin: 0 auto;
    justify-content: center;
    margin-top: 5%;
  }
  .content-h{
    width:15vw;
    text-align: start;
    font-size: 1.2rem;

  }
  .content-d{
    width:10vw;
    font-size: 1.2rem;
    text-align: start;
  }
  .companytop{
    z-index: 10;
    width: 100vw;
    height: 30vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(/img/飲むわらび①.JPG);
    background-position: center 45%;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
  }
  .companytop::after{
    position: absolute;
    content: '';
    top:0;
    left:0;
    width: 100vw;
    height: 30vh;
    background:  rgba(46, 46, 46, 0.5);
  }
  #companylink{
    z-index: 10;
  }
  .company-title{
    position: absolute;
    right: 10%;
    width: 30vw;
  }
  .company-title>h2{
    font-size: 2rem;
  }
  .company-title>p{
    margin-top: 10%;
    font-size: 1.2rem;
  }

  /* =======================  contact  ======================== */

  .contact-title{
    text-align: center;
    margin: 0 0 5% 0;
  }
  .contact-title>h2{
    font-size: 2rem;
  }

  @mixin clearfix {
    &:after {
      content: "";
      display: table;
      clear: both;
  }
  }

  .align-center {
    text-align: center;
  }


  .row {
    @include clearfix;
    margin: -20px 0;
    .col {
      padding: 0 20px;
      float: left;
      box-sizing: border-box;
      &.x-50 {
          width: 50%;
      }
      &.x-100 {
          width: 100%;
      }
    }
  }

  .content-wrapper {
    min-height: 100%;
    position: relative;
  }

  .get-in-touch {
    max-width: 650px;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);

  .title {
      text-align: center;
      font-family: Raleway, sans-serif;
      text-transform: uppercase;
      letter-spacing: 3px;
      font-size: 36px;
      line-height: 48px;
      padding-bottom: 48px;
  }
  }

  .contact-form {
    .form-field {
      position: relative;
      margin: 32px 0;
    }
    input.input-text {
      display: block;
      width: 100%;
      height: 36px;
      border-width: 0 0 2px 0;
      border-color: #000;
      font-family: Lusitana, serif;
      font-size: 18px;
      line-height: 26px;
      font-weight: 400;
      &:focus {
          outline: none;
      }
      /* &:focus,
      &.not-empty {
        + .label {
        transform : translateY(-24px);
        }
      } */
    }
    .input-textarea {
      display: block;
      width: 100%;
      height: 36px;
      border-width: 0 0 2px 0;
      border-color: #000;
      font-family: Lusitana, serif;
      font-size: 18px;
      line-height: 26px;
      font-weight: 400;
      &:focus {
          outline: none;
      }
      /* &:focus,
      &.not-emptyarea {
        + .label {
          transform: translateY(-20vh);
        }
      } */
    }
  .label {
      position: absolute;
      left: 20px;
      bottom: 11px;
      font-family: Lusitana, serif;
      font-size: 18px;
      line-height: 26px;
      font-weight: 400;
      color: #888;
      cursor: text;
      transition: transform .2s ease-in-out;
      
    }
    .up-text{
    transform : translateY(-24px);
    }
    .up-textarea{
      transform : translateY(-20vh);
      }
  .submit-btn {
      display: inline-block;
      background-color: #000;
      color: #fff;
      font-family: Raleway, sans-serif;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-size: 16px;
      line-height: 24px;
      padding: 8px 16px;
      border: none;
      cursor: pointer;
    }
  }

  .note {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    text-align: center;
    font-family: Lusitana, serif;
    font-size: 16px;
    line-height: 21px;

  .link {
      color: #888;
      text-decoration: none;
      &:hover {
        text-decoration: underline;
      }
    }

  }
  #message{
    height: 20vh;
    resize: none;
  }
}

















/* ========================================================= TB ============================================================================== */
@media only screen  and (min-width: 768px) and (max-width: 1023px) {
  /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　共通　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
  .sp{
    display: none;
  }
  .pc{
    display: none !important;
  }
  body{
    max-width: 100vw;
    background-color: #ddd;
    overflow-x: hidden;
  }
  #viewport {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
  }
  #scroll-container {
    position: absolute;
    width: 100%;
  }

  /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　ヘッダー　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
  #header{
    width: 95%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 5%;
    position: fixed;
    z-index: 99;
    left: 50%;
    transform: translate(-50%, 0%);
    color: #fff;
    font-size: 1.2rem;
  }
  .logo{

  }
  .headermenu{
    display: flex;
    width: 40%;
    justify-content: end;
  }
  .headermenu>div{
    margin-left: 2%;
  }

  /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　TOP　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
  #top{
    position: relative;
    height: 80vh;
  }
  #top::after{
    position: absolute;
    content: '';
    top:0;
    left:0;
    width: 100vw;
    height: 80vh;
    background:  rgba(46, 46, 46, 0.2);
  }
  .luxy-el{
    z-index: -1 !important;
  }
  .fade>div{
    width: 100vw;
    height: 80vh;
    margin: 0;
  }
  .design, .yssounds{
    width: 100%;
    height: 80vh;
    object-fit: cover;
  }
  .rikyu{
    height: 80vh;
    width: 100%;
    object-fit: cover;
    object-position:left;
  }

  /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　ABOUT　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
  #about{
    position: relative;
    background-color: #ddd;
    padding: 10% 0 ;
    height: 70vh;
  }
  .aboutcaption{
    position: relative;
    width: 80vw;
    margin: 0 auto; 
    z-index: 2 !important;
  }

  .aboutcaption>h2{
    font-size: 1.75rem;
  }

  .aboutcaption>p{
    margin-top: 5%;
    font-size: 1.8rem;
  }
  .aboutcaption>div{
    margin-top: 5%;
    width: 80%;
    height: 30vh;
    font-size: 1.4vw;
    line-height: 200%;
    letter-spacing: .17rem;
    background: rgba(255, 255, 255, 0.7);
  }

  .aboutcaption>div>p{
    padding:5%
  }
  .aboutimg-box{
    position: absolute;
    bottom: 0%;
    right: 0;
    width: 70%;
    height: 40vh;
    z-index: 0;
  }
  .aboutimg-box>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　ABOUT　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  #work{
    position: relative;
    background-color: #ddd;
    padding: 10% 0 30%;
    margin-top: -5%;
  }
  .worktop{
    z-index: 10;
    width: 100vw;
    height: 13vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../img/ys_thumb01.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
  }
  .workcontent{
    height: 100vh;
    margin-top: 15%;
  }
  .worktop>h1{
    font-size: 3rem;
  }
  .workbatch-box{
    margin: 5% 0;
    position: relative;
  }
  .workbatch-box a{
    margin-bottom: 1%;
  }
  .workbatch-box p{
    margin-bottom: 3%;
    width: 50%;
    margin-left: 10vw;
  }
  .hp-batch{
    width: 50vw;
    height: 10vh;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    margin-left: 10vw;
  }
  .ys-batch{
    width: 50vw;
    height: 10vh;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    margin-left: 10vw;
  }
  .rikyu-batch{
    height: 10vh;
    width: 50vw;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    margin-left: 10vw;
  }

  /* ======================  ボタン  ===================== */
  a.btn-border {
    border: 2px solid #222;
    border-radius: 0;
    background: #ecf0f0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    box-shadow: #222 1px 1px 1px;
  }

  a.btn-border:before {
    position: absolute;
    top: 0;
    left: 0;

    width: 15px;
    height: 100%;

    content: '';
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);

    border-radius: 0 50% 50% 0;
    background: #222;
  }

  a.btn-border:hover:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    line-height: 50px;

    width: 50px;
    height: 50px;

    content: '→';
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transform: translateX(21.5vw) translateY(1rem);
    transform: translateX(21.5vw) translateY(1rem);

    color: #fff;
    border-radius: 50%;
  }

  #worksp{
    position: relative;
    background-color: #ddd;
    padding: 10% 0;
    margin-top: 5%;
  }
  .worktop{
    z-index: 10;
    width: 100vw;
    height: 10vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../img/ys_thumb01.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
  }
  .workcontent{
    margin-top: 15%;
  }
  .worktop>h1{
    font-size: 1.5rem;
  }
  .workbatch-box{
    margin: 5% 0;
    position: relative;
    height: 120vh;

  }
  .workbatch-box a{
    margin-bottom: 5%;
  }
  .workbatch-box p{
    margin-bottom: 15%;
    width: 80vw;
    margin-left: 10vw;
  }
  .hp-batch{
    width: 80vw;
    height: 7vh;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    margin-left: 10vw;
  }
  .ys-batch{
    width: 80vw;
    height: 7vh;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    margin-left: 10vw;
  }
  .rikyu-batch{
    height: 7vh;
    width: 80vw;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    margin-left: 10vw;
  }

  .content-img{
    position: absolute;
    bottom: 40%;
    right: 10%;
    width: 40%;
    transition: 0.5s;
    z-index: 2;
  }
  .pc-desktop{
    width: 100%;
    transition: 0.5s;
    position: absolute;
    top: 0;
    right: 0
  }
  .pc-content>img{
    width: 100%;
    transition: 0.5s;
  }
  .pc-content{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
  }
  .ys-instruments{
    position: absolute;
    bottom: 15%;
    left: 5%;
    width: 40%;
    opacity: 1;
    transform: translate(0, -50px);
  }
  .hp-sample{
    position: absolute;
    bottom: 10%;
    left: 10%;
    width: 50%;
    opacity: 1;
    transform: translate(0, -50px);
  }
  .ocha{
    position: absolute;
    bottom: 18%;
    left:5%;
    width: 40%;
    opacity: 1;
    transform: translate(0, -50px);
  }

  .warabimochi{
    position: absolute;
    bottom: 10%;
    left: 25%;
    width: 50%;
    opacity: 1;
    transform: translate(20%, 0px);
    z-index: 3;
  }

  /* ＝＝＝＝＝＝＝＝　アニメーション用　＝＝＝＝＝＝＝＝ */
  .hover{
    position: absolute;
    top: 0;
    left:0;
    width: 100vw;
    height: 100vh;
  }
  .hide{
    opacity: 0;
    transition: 0.5s;
  }
  .show{
    opacity:1;
    transition: 0.5s;
  }

  .small{
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
  }

  .fade-in-down {
    transform: translate(0, 0);
    transition: 0.5s;
  }

  .slide-in {
    transform: translate(0, 0);
    transition: 0.5s;
  }


 /* =======================  company  ======================== */
 #company{
  position: relative;
  background-color: #ddd;
  margin-bottom: 10%;
  margin-top: -5%;
  height: 60vh;
}
.companytop{
  text-align: center;
}
.companytop>h1{
  font-size: 1.3rem;
}
.compmany-bg{
  position:relative;
  width: 100vw;
  height: 100vh;
}

.compmany-bg>img{
  width: 100%;
  height: 20vh;
  object-fit: cover;
}
.company-content{
  position: relative;
  width: 100%;
  margin-top: 3%;
  height: 80vh;
  
}
.company-img{
  position: absolute;
  left: 0;
  top:20vh;
  width: 70%;
  height: 30vh;
}
.company-img>img{
  width: 100%;
  height: 30vh;
  object-fit: cover;
  object-position: bottom;
}
.company-table-box{
  position: absolute;
  bottom: 30%;
  right: 5%;
  width: 50vw;
  height: 25vh;
  background: rgba(255, 255, 255, 0.7);
  padding-top: 2%;
}
.company-table{
  display: flex;
  width: 90%;
  margin: 0 auto;
  justify-content: center;
  margin-top: 5%;
}
.content-h{
  width:30%;
  text-align: start;
  font-size: 1rem;
}
.content-d{
  width:40%;
  font-size: 1rem;
  text-align: start;
}
.companytop{
  z-index: 10;
  width: 100vw;
  height: 30vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(/img/飲むわらび①.JPG);
  background-position: center 45%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.companytop::after{
  position: absolute;
  content: '';
  top:0;
  left:0;
  width: 100vw;
  height: 30vh;
  background:  rgba(46, 46, 46, 0.5);
}
#companylink{
  z-index: 10;
}
.company-title{
  position: absolute;
  right: 10%;
  width: 85vw;
}
.company-title>h2{
  font-size: 1.3rem;
}
.company-title>p{
  margin-top: 5%;
  font-size: 1rem;
}

/* =======================  contact  ======================== */

.contact-title{
  text-align: center;
  margin: 0 0 5% 0;
}
.contact-title>h2{
  font-size: 1.3rem;
}

@mixin clearfix {
  &:after {
    content: "";
    display: table;
    clear: both;
}
}

.align-center {
  text-align: center;
}


.row {
  @include clearfix;
  margin: -20px 0;
  .col {
    padding: 0 20px;
    float: left;
    box-sizing: border-box;
    &.x-50 {
        width: 50%;
    }
    &.x-100 {
        width: 100%;
    }
  }
}

.content-wrapper {
  min-height: 100%;
  position: relative;
}

.get-in-touch {
  max-width: 650px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);

.title {
    text-align: center;
    font-family: Raleway, sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 36px;
    line-height: 48px;
    padding-bottom: 48px;
}
}

.contact-form {
  .form-field {
    position: relative;
    margin: 32px 0;
  }
  input.input-text {
    display: block;
    width: 100%;
    height: 36px;
    border-width: 0 0 2px 0;
    border-color: #000;
    font-family: Lusitana, serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    &:focus {
        outline: none;
    }
    /* &:focus,
    &.not-empty {
      + .label {
      transform : translateY(-24px);
      }
    } */
  }
  .input-textarea {
    display: block;
    width: 100%;
    height: 36px;
    border-width: 0 0 2px 0;
    border-color: #000;
    font-family: Lusitana, serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    &:focus {
        outline: none;
    }
    /* &:focus,
    &.not-emptyarea {
      + .label {
        transform: translateY(-20vh);
      }
    } */
  }
.label {
    position: absolute;
    left: 20px;
    bottom: 11px;
    font-family: Lusitana, serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #888;
    cursor: text;
    transition: transform .2s ease-in-out;
    
  }
  .up-text{
  transform : translateY(-24px);
  }
  .up-textarea{
    transform : translateY(-20vh);
    }
.submit-btn {
    display: inline-block;
    background-color: #000;
    color: #fff;
    font-family: Raleway, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 16px;
    border: none;
    cursor: pointer;
  }
}

.note {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  text-align: center;
  font-family: Lusitana, serif;
  font-size: 16px;
  line-height: 21px;

.link {
    color: #888;
    text-decoration: none;
    &:hover {
      text-decoration: underline;
    }
  }

}
#message{
  height: 20vh;
  resize: none;
}

}
















/* ========================================================= SP ============================================================================== */
@media only screen and (max-width: 767px) {
  .pc{
    display: none !important;
  }
  .tb{
    display: none;
  }
  body{
    max-width: 100vw;
    background-color: #ddd;
    overflow-x: hidden;
  }
  #viewport {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
  }
  #scroll-container {
    position: absolute;
    width: 100%;
  }

  /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　ヘッダー　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


/*========= ナビゲーションのためのCSS ===============*/

#g-nav{
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position:fixed;
  z-index: 3;
  /*ナビのスタート位置と形状*/
top:-120%;
  left:0;
width:100%;
  height: 100vh;/*ナビの高さ*/
background:#ddd;
  /*動き*/
transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
  top: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 3; 
  width: 100%;
  height: 100vh;/*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 3;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  font-size: 18pt;
}

/*リストのレイアウト設定*/

#g-nav li{
list-style: none;
  text-align: center; 
}

#g-nav li a{
text-decoration: none;
padding:10px;
display: block;
text-transform: uppercase;
letter-spacing: 0.1em;
font-weight: bold;
transition: 1.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}

#g-nav li a:hover{
  color: white;
  transition: 1.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  }

/*========= ボタンのためのCSS ===============*/
.openbtn1{
position:fixed;
  z-index: 4;/*ボタンを最前面に*/
top:5%;
right: 5%;
width: 50px;
height:50px;
}

/*×に変化*/	
.openbtn1 span{
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
background-color: #000;
  width: 45%;
}
.openbtn1 span:nth-of-type(1) {
top:15px;	
}
.openbtn1 span:nth-of-type(2) {
top:23px;
}
.openbtn1 span:nth-of-type(3) {
top:31px;
}
.openbtn1.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}
.openbtn1.active span:nth-of-type(2) {
opacity: 0;
}
.openbtn1.active span:nth-of-type(3){
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}
  /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　TOP　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
  #top{
    position: relative;
    height: 80vh;
  }
  #top::after{
    position: absolute;
    content: '';
    top:0;
    left:0;
    width: 100vw;
    height: 100vh;
    background:  rgba(46, 46, 46, 0.2);
  }
  .luxy-el{
    z-index: -1 !important;
  }
  .fade>div{
    width: 100vw;
    height: 100vh;
    margin: 0;
  }
  .design, .yssounds,.rikyu{
    width: 100%;
    height: 80vh;
    object-fit: cover;

  }

  /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　ABOUT　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
  #aboutsp{
    position: relative;
    background-color: #ddd;
    padding: 10% 0 ;
    height:80vh;
  }
  .aboutcaption{
    position: relative;
    width: 95%;
    margin: 0 auto; 
    z-index: 2 !important;
  }

  .aboutcaption>h2{
    font-size: 1.3rem;
  }

  .aboutcaption>p{
    margin-top: 5%;
    font-size: 1rem;
  }
  .aboutcaption>div{
    margin-top: 5%;
    width: 100%;
    height: 35vh;
    font-size: 0.65rem;
    line-height: 170%;
    letter-spacing: .15rem;
    background: rgba(255, 255, 255, 0.7);
  }

  .aboutcaption>div>p{
    padding:5%
  }
  .aboutimg-box{
    position: absolute;
    bottom: 10%;
    right: 0;
    width: 80%;
    height: 40vh;
    z-index: 0;
  }
  .aboutimg-box>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　WORK　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ======================  ボタン  ===================== */
 a.btn-border {
  border: 2px solid #222;
  border-radius: 0;
  background: #ecf0f0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  box-shadow: #222 1px 1px 1px;
}
a.btn-border:before {
  position: absolute;
  top: 23%;
  right: -5%;
  content: '';
  border-radius: 0 50% 50% 0;
  background: #222;
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  line-height: 50px;
  width: 30px;
  height: 30px;
  content: '→';
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 50%;
}
 /* ======================  content  ===================== */

  #worksp{
    position: relative;
    background-color: #ddd;
    padding: 10% 0;
    margin-top: 5%;
  }
  .worktop{
    z-index: 10;
    width: 100vw;
    height: 10vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../img/ys_thumb01.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
  }
  .workcontent{
    margin-top: 15%;
  }
  .worktop>h1{
    font-size: 1.5rem;
  }
  .workbatch-box{
    margin: 5% 0;
    position: relative;
    height: 120vh;

  }
  .workbatch-box a{
    margin-bottom: 5%;
  }
  .workbatch-box p{
    margin-bottom: 15%;
    width: 80vw;
    margin-left: 10vw;
  }
  .hp-batch{
    width: 80vw;
    height: 7vh;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    margin-left: 10vw;
  }
  .ys-batch{
    width: 80vw;
    height: 7vh;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    margin-left: 10vw;
  }
  .rikyu-batch{
    height: 7vh;
    width: 80vw;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    margin-left: 10vw;
  }

  .content-img{
    position: absolute;
    bottom: 25%;
    right: 10%;
    width: 50%;
    transition: 0.5s;
    z-index: 2;
  }
  .pc-desktop{
    width: 100%;
    transition: 0.5s;
    position: absolute;
    top: 0;
    right: 0
  }
  .pc-content>img{
    width: 100%;
    transition: 0.5s;
  }
  .pc-content{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
  }
  .ys-instruments{
    position: absolute;
    bottom: 5%;
    left: 5%;
    width: 50%;
    opacity: 1;
    transform: translate(0, -50px);
  }
  .hp-sample{
    position: absolute;
    bottom: 5%;
    left: 10%;
    width: 60%;
    opacity: 1;
    transform: translate(0, -50px);
  }
  .ocha{
    position: absolute;
    bottom: 8%;
    left:5%;
    width: 50%;
    opacity: 1;
    transform: translate(0, -50px);
  }

  .warabimochi{
    position: absolute;
    bottom: 0%;
    left: 25%;
    width: 60%;
    opacity: 1;
    transform: translate(20%, 0px);
    z-index: 3;
  }

  /* ＝＝＝＝＝＝＝＝　アニメーション用　＝＝＝＝＝＝＝＝ */
  .hover{
    position: absolute;
    top: 0;
    left:0;
    width: 100vw;
    height: 100vh;
  }
  .hide{
    opacity: 0;
    transition: 0.5s;
  }
  .show{
    opacity:1;
    transition: 0.5s;
  }

  .small{
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
  }

  .fade-in-down {
    transform: translate(0, 0);
    transition: 0.5s;
  }

  .slide-in {
    transform: translate(0, 0);
    transition: 0.5s;
  }

  /* =======================  company  ======================== */
  #companysp{
    position: relative;
    background-color: #ddd;
    margin-bottom: 10%;
    margin-top: 10%;
    height: 60vh;
  }
  .companytop{
    text-align: center;
  }
  .companytop>h1{
    font-size: 1.3rem;
  }
  .compmany-bg{
    position:relative;
    width: 100vw;
    height: 100vh;
  }

  .compmany-bg>img{
    width: 100%;
    height: 20vh;
    object-fit: cover;
  }
  .company-content{
    position: relative;
    width: 100%;
    margin-top: 3%;
    height: 80vh;
    
  }
  .company-img{
    position: absolute;
    left: 0;
    top:20vh;
    width: 70%;
    height: 30vh;
  }
  .company-img>img{
    width: 100%;
    height: 25vh;
    object-fit: cover;
    object-position: bottom;
  }
  .company-table-box{
    position: absolute;
    bottom: 35%;
    right: 5%;
    width: 60vw;
    height: 17vh;
    background: rgba(255, 255, 255, 0.7);
    padding-top: 2%;
  }
  .company-table{
    display: flex;
    width: 90%;
    margin: 0 auto;
    justify-content: center;
    margin-top: 5%;
  }
  .content-h{
    width:20vw;
    text-align: start;
    font-size: 0.6rem;
  }
  .content-d{
    width:30vw;
    font-size: 0.6rem;
    text-align: start;
  }
  .companytop{
    z-index: 10;
    width: 100vw;
    height: 30vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(/img/飲むわらび①.JPG);
    background-position: center 45%;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
  }
  .companytop::after{
    position: absolute;
    content: '';
    top:0;
    left:0;
    width: 100vw;
    height: 30vh;
    background:  rgba(46, 46, 46, 0.5);
  }
  #companylink{
    z-index: 10;
  }
  .company-title{
    position: absolute;
    right: 10%;
    width: 85vw;
  }
  .company-title>h2{
    font-size: 1.3rem;
  }
  .company-title>p{
    margin-top: 5%;
    font-size: 1rem;
  }

  /* =======================  contact  ======================== */

  .contact-title{
    text-align: center;
    margin: 0 0 5% 0;
  }
  .contact-title>h2{
    font-size: 1.3rem;
  }

  @mixin clearfix {
    &:after {
      content: "";
      display: table;
      clear: both;
  }
  }

  .align-center {
    text-align: center;
  }


  .row {
    @include clearfix;
    margin: -20px 0;
    .col {
      padding: 0 20px;
      float: left;
      box-sizing: border-box;
      &.x-50 {
          width: 50%;
      }
      &.x-100 {
          width: 100%;
      }
    }
  }

  .content-wrapper {
    min-height: 100%;
    position: relative;
  }

  .get-in-touch {
    max-width: 650px;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);

  .title {
      text-align: center;
      font-family: Raleway, sans-serif;
      text-transform: uppercase;
      letter-spacing: 3px;
      font-size: 36px;
      line-height: 48px;
      padding-bottom: 48px;
  }
  }

  .contact-form {
    .form-field {
      position: relative;
      margin: 32px 0;
    }
    input.input-text {
      display: block;
      width: 100%;
      height: 36px;
      border-width: 0 0 2px 0;
      border-color: #000;
      font-family: Lusitana, serif;
      font-size: 18px;
      line-height: 26px;
      font-weight: 400;
      &:focus {
          outline: none;
      }
      /* &:focus,
      &.not-empty {
        + .label {
        transform : translateY(-24px);
        }
      } */
    }
    .input-textarea {
      display: block;
      width: 100%;
      height: 36px;
      border-width: 0 0 2px 0;
      border-color: #000;
      font-family: Lusitana, serif;
      font-size: 18px;
      line-height: 26px;
      font-weight: 400;
      &:focus {
          outline: none;
      }
      /* &:focus,
      &.not-emptyarea {
        + .label {
          transform: translateY(-20vh);
        }
      } */
    }
  .label {
      position: absolute;
      left: 20px;
      bottom: 11px;
      font-family: Lusitana, serif;
      font-size: 18px;
      line-height: 26px;
      font-weight: 400;
      color: #888;
      cursor: text;
      transition: transform .2s ease-in-out;
      
    }
    .up-text{
    transform : translateY(-24px);
    }
    .up-textarea{
      transform : translateY(-20vh);
      }
  .submit-btn {
      display: inline-block;
      background-color: #000;
      color: #fff;
      font-family: Raleway, sans-serif;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-size: 16px;
      line-height: 24px;
      padding: 8px 16px;
      border: none;
      cursor: pointer;
    }
  }

  .note {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    text-align: center;
    font-family: Lusitana, serif;
    font-size: 16px;
    line-height: 21px;

  .link {
      color: #888;
      text-decoration: none;
      &:hover {
        text-decoration: underline;
      }
    }

  }
  #message{
    height: 20vh;
    resize: none;
  }


}