@media screen and (max-width: 480px) {
  .page-title-area {
    height: 180px;
  }
}

.split-area {
  height: 100px;
  background: #fff;
}


@media screen and (max-width: 480px) {
  .split-area {
    height: 50px;
  }
}

.split-area-container {
  display:flex;
  width: 1180px;
  margin: 0 auto;
  justify-content: center;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .split-area-container {
    width: 100%;
  }
}

.tab-box {
  flex-grow: 1;
}

@media screen and (max-width: 480px) {
  .tab-box {
    width: 25%;
  }
}

.tab-box h2 {
  line-height: 1em;
  margin: 20px 0 8px;
}

@media screen and (max-width: 480px) {
  .tab-box h2 {
    font-size: 1rem;
    margin: 8px 0 0;
  }
}

.tab-box span {
  font-size: 1rem;
}

@media screen and (max-width: 480px) {
  .tab-box span {
    font-size: 0.5rem;
  }
}

.tab-box-underline {
  border-bottom: 3px solid #c2a261;
}

.tab-box-underline h2,.tab-box-underline span {
  color:#c2a261;
}

.tab-box:hover {
  color:#aaaaaa;
  cursor: pointer;
}

.description-area {
  padding:50px 0;
}

.description-container {
  width: 1180px;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  .description-container {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .nazo-area {
    width: 100%;
    padding: 16px;
  }
}

.nazo-area img {
  width:100%;
}

.image-bottom-area {
  display:grid;
  grid-template-columns: 5fr 2fr;
}

.user-info-area {
  margin:auto 0;
}

.user-title {
  width:100%;
  margin:0 0 10px 0;
  color:#c2a261;
}

.user-name-area {
  display:flex;
}

.user-name-area p {
  font-size: 1.5rem;
  margin:auto 20px auto 0;
  white-space: nowrap;
}

@media screen and (max-width: 480px) {
  .user-name-area p {
    font-size: 1.0rem;
    margin: auto 10px auto 0;
    white-space:normal;
  }
}

.user-name-area span {
  font-size: 0.8em;
  margin:auto 20px auto 0;
}

.user-name-area img {
  margin:auto 0 auto auto;
  height:39px;
}

.twitter-button {
  margin: 8px 0 0;
}

/* .comment-img {
  display:none;
} */

.comment-text {
  /* display:none; */
  position:relative;
  height:500px;
}

.comment_none_display {
  display:none;
}

.comment-text p {
  padding:50px;
  position: absolute;
  top: 50%;
  -webkit-transform : translateY(-50%);
  transform : translateY(-50%);
  font-size:1.4em;
  line-height:2em;
}

.twitter-button-mobile {
  display:none;
}

@media screen and (max-width: 480px) {
  .twitter-button {
    display:none;
  }
  .twitter-button-mobile {
    margin:0 auto;
    padding-top:10px;
    width:60%;
    display:block;
  }

  .description-area {
    padding:10px 0px;
  }
  .comment-text {
    display:none;
    height:auto;
  }
  .comment-text p {
    padding: 5px 5px 20px 5px;
    top: 0%;
    -webkit-transform : none;
    transform :none;
    font-size:1.1em;
    line-height:2em;
    position :relative;
  }
}
