@charset "UTF-8";
.main-area {
  background: #fff;
  height: 100vh;
  position: relative;
}

.main-area .content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.main-area dl:after {
  content: '';
  clear: both;
  display: block;
}

.main-area dd {
  float: right;
  font-size: 14px;
  line-height: 2;
  letter-spacing: .1em;
  position: relative;
}

.main-area dd.main-copy {
  float: left;
  overflow: hidden;
  width: 650px;
}

.main-area dd .tit {
  font-size: 18px;
  font-weight: bold;
  margin: 100px 0 10px;
}

.main-area .btn {
  border: 2px solid #000;
  margin-top: 30px;
  width: 120px;
}

.main-area .btn a {
  display: block;
  position: relative;
}

.main-area .btn a svg {
  position: relative;
  z-index: 1;
}

.main-area .btn a:after {
  background: #000;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
  z-index: 0;
  transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
}

.main-area .btn a:hover:after {
  width: 100%;
}

.main-area .btn a .txt-c {
  fill: #000;
  transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
}

.main-area .btn a:hover .txt-c {
  fill: #fff;
}

.main-area .gradation {
  height: 98%;
  top: 1%;
}

.scroll-txt {
  bottom: 40px;
  overflow: hidden;
  padding-bottom: 60px;
  position: absolute;
  right: 30px;
  width: 8px;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.scroll-txt:before {
  background: #000;
  content: '';
  display: block;
  height: 0;
  left: 50%;
  margin-left: -1px;
  position: absolute;
  top: 50px;
  width: 1px;
  -webkit-animation: scroll_line 1.6s linear infinite;
  animation: scroll_line 1.6s linear infinite;
}

.scroll-txt.scroll {
  opacity: 0;
}

@-webkit-keyframes scroll_line {
  20% {
    height: 55px;
    top: 50px;
  }
  50%, 100% {
    top: 110px;
  }
}

@keyframes scroll_line {
  20% {
    height: 55px;
    top: 50px;
  }
  50%, 100% {
    top: 110px;
  }
}

.show01 {
  -webkit-transform: translateY(20%);
  transform: translateY(20%);
}

.show02 {
  transition-delay: .1s;
  color: #e94709;
}

.show03 {
  transition-delay: .25s;
  -webkit-transform: translateY(30%);
  transform: translateY(30%);
}

.service-area {
  overflow: hidden;
  padding: 50px 0;
  position: relative;
}

.service-area:after {
  background: rgba(0, 0, 0, 0.5);
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.service-area .show-wap {
  position: relative;
  margin: 0 auto;
  width: 721px;
  z-index: 1;
}

.service-area .show-wap h2 {
  left: 0;
  position: absolute;
  top: 90px;
  width: 100%;
}

.service-area .show-wap h2 img {
  display: block;
  margin: 0 auto;
  width: 195px;
}

.company-area {
  background: #fff;
  padding-top: 140px;
}

.company-area h2 {
  margin: 0 auto 100px;
  width: 241px;
}

.company-area table {
  font-size: 14px;
  line-height: 1.8;
  margin: 0 auto 120px;
  width: 70%;
}

.company-area table th {
  font-weight: normal;
  padding: 20px 0;
  vertical-align: top;
  width: 20%;
}

.company-area table td {
  padding: 20px 0;
  vertical-align: top;
  width: 80%;
}

.company-area .map-wap iframe {
  display: block;
  height: 600px;
  width: 100%;
}

.company-area .show-f02 {
  color: #333;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: .05em;
  overflow: hidden;
  padding: 40px 0;
  padding-bottom: 0px;
  position: relative;
  text-align: center;
  z-index: 0;
}

.company-area .show-f02 a{
    color: #333;
}

.company-area .show-f02 a:hover{
    opacity: 0.5;
    transition:0.5s;
}

.company-area h3{
    color: #e94709;
    color: #333;
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
    margin: 2.5rem 0 -1rem;;
}

.company-area .content table .show-con a{
    color: #333;
    text-decoration: none;
}

.company-area .content table .show-con a:hover{
    opacity: 0.8;
    transition: .3s;
    text-decoration: underline;
}

footer {
  background: #fff;
}

/*------------------------------
            liquid
------------------------------*/
@media screen and (max-width: 1120px) {
  .main-area dd.main-copy {
    width: 80%;
  }
  .main-area dd.main-copy img {
    height: auto;
  }
  .main-area dd .tit {
    margin: 50px 0 10px;
  }
  .service-area .show-wap {
    width: 80%;
  }
  .service-area .show-wap h2 img {
    width: 150px;
  }
  .company-area h2 {
    width: 190px;
  }
  .company-area table {
    width: 100%;
  }
  .company-area table th,
  .company-area table td {
    padding: 15px 0;
  }
  .company-area .map-wap iframe {
    height: 400px;
  }
}

.company-area .content-wrap{
        display: flex;
        flex-direction:row;
    justify-content: space-between;
        max-width: 1200px;
    height: auto;
    margin: 0 auto 40px;
    }

.company-area .content-wrap:last-child{
    margin-bottom: 0;
    }
    
  .company-area .content-wrap .content {
      display: block;
    max-width: 500px;
    padding: 0 40px;
  }

.company-area .content-wrap .content img{
    width: 500px;
   height: 350px;
    box-shadow: 4px 4px 2px gray ;
   object-fit:cover;
   object-position: 100% 100%;

}

.company-area .content-wrap .content a.pict-hover:hover{
    opacity: 0.8;
    transition: .3s;
}

.company-area h2 {
  margin: 0 auto 40px;
  width: 241px;
}

.company-area h2.livehouse-recording-studio-tit {
  width: 420px;
}

.livehouse-recording-studio-tit-img{
    width: 420px;
    height: auto;
}

/*------------------------------
              sp
------------------------------*/
@media screen and (max-width: 768px) {
  .main-area {
    height: 100vh;
  }
  .main-area dd {
    float: none;
    font-size: 13px;
  }
  .main-area dd.main-copy {
    float: none;
    width: 100%;
  }
  .main-area dd.main-copy img {
    display: block;
  }
  .main-area dd .tit {
    font-size: 15px;
    margin: 30px 0 10px;
  }
  .main-area .gradation {
    height: calc(100% - 4px);
    top: 2px;
    width: 360vw;
  }
  .scroll-txt {
    bottom: 5vh;
  }
  .service-area {
    display: none;
  }
  .company-area {
    padding-top: 70px;
  }
    
  .company-area h2 {
    margin-bottom: 50px;
    width: 50%;
  }
  .company-area table {
    display: block;
    font-size: 13px;
    margin-bottom: 60px;
  }
  .company-area table th {
    display: block;
    font-weight: bold;
    padding: 10px 0;
    width: 100%;
  }
  .company-area table td {
    border-bottom: 1px solid #333;
    display: block;
    padding: 0 0 10px;
    width: 100%;
  }
  .company-area .map-wap iframe {
    height: 300px;
  }
    
    .company-area .show-f02 {
  text-align: left;
  }
  
    
    
  .company-area .content-wrap{
        flex-direction:column;
        max-width: 100%;
    }
    
  .company-area .content-wrap .content {
      display: block;
    max-width: 400px;
    padding: 0 10px;
      margin-bottom: 40px;
  }
    .company-area .content-wrap .content:last-child {
      margin-bottom: 0;
  }

.company-area .content-wrap .content img{
    width: 100%;
   height: auto;
}

.company-area h2 {
  margin: 0 auto 40px;
  width: 60%;
}

.company-area h2.livehouse-recording-studio-tit {
  width: 100%;
}

.livehouse-recording-studio-tit-img {
    width: 100%;
    height: auto;
}  
}

/* PCで電話番号リンク無効 */
@media (min-width: 751px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}
