/* Trailer */
.trailer-btns {
  margin-top: 15px;
}
.trailer-btns ul {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.trailer-btns ul li span {
  display: block;
  width: 160px;
  letter-spacing: 0.075em;
  background-color: rgba(255, 255, 255, 0.1);
  color: #FFF;
  font-size: 14px;
  padding: 7px 25px;
  border-radius: 3px;
  border: solid 1px #FFF;
}
.trailer-btns ul li span:hover {
  background-color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
}
.trailer-btns ul li span.current {
  background-color: rgba(255, 255, 255, 0.3);
}

/* About */
#about {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 880px;
  height: 100%;
  min-height: 728px;
  z-index: 1001;
}
@media screen and (max-width: 860px) {
  #about {
    width: 100%;
    height: 100vh;
    min-width: 100%;
    min-height: auto;
    padding-top: 50px;
    overflow: scroll;
  }
}
#about::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background: #FFF;
  z-index: -1;
}
#about .about-inner {
  width: 100%;
  height: 100%;
  display: flex;
}
@media screen and (max-width: 860px) {
  #about .about-inner {
    flex-direction: column-reverse;
    height: auto;
  }
}
#about .about-body {
  width: 278px;
  height: 100%;
  padding: 40px 0 0;
  position: relative;
}
@media screen and (max-width: 860px) {
  #about .about-body {
    width: 100%;
    height: auto;
    padding: 20px 0 0;
  }
}
#about .about-body .title-story {
  width: 60px;
  margin: 0 auto;
}
#about .about-body p {
  text-align: justify;
  font-size: 13px;
  color: #495757;
  line-height: 1.6em;
  letter-spacing: 0.05em;
  padding: 0 30px 50px;
}
#about .about-body:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(100vh - 80px);
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 80px;
  background: linear-gradient(transparent, #FFF);
  z-index: 1002;
}
@media screen and (max-width: 860px) {
  #about .about-body:after {
    background: none;
  }
}
#about .about-text {
  overflow: auto;
  height: calc(100vh - 153px);
  position: relative;
  /*&:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      pointer-events: none;
      width: 100%;
      height: 50px;
      //background: #F00;
      background: linear-gradient(transparent, #FFF);
      z-index: 1002;
  }*/
}
@media screen and (max-width: 860px) {
  #about .about-text {
    width: 100%;
    height: auto;
    padding-bottom: 100px;
    overflow: hidden;
  }
}
#about .about-kv {
  width: calc(100% - 278px);
  height: 100%;
  background: url(../images/about/about_kv_bg.jpg) no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 860px) {
  #about .about-kv {
    width: 100%;
    height: auto;
  }
}
#about .about-kv img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 860px) {
  #about .about-kv img {
    width: 100%;
    height: auto;
    -o-object-fit: inherit;
       object-fit: inherit;
  }
}
#about .btn-close {
  width: 115px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1100;
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 860px) {
  #about .btn-close {
    width: 80px;
    position: absolute;
  }
}

/* News */
#news {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 880px;
  height: 100%;
  min-height: 728px;
  z-index: 1001;
  padding: 40px 0;
}

#news::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
}

#news2 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 880px;
  height: 100%;
  min-height: 728px;
  z-index: 1001;
  padding: 40px 0;
}

#news2::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
}

.news-inner {
  background: #FFF;
  width: 640px;
  height: calc(100vh - 80px);
  padding: 0;
  margin: 0 auto;
  position: relative;
  overflow: scroll;
  box-sizing: border-box;
}

.news-header {
  padding: 24px;
}

.news-title {
  font-family: serif;
  font-size: 12px;
  margin-bottom: 4px;
}

.entry-title {
  font-size: 21px;
  line-height: 1.5em;
}

.entry-body {
  padding: 30px;
  font-family: sans-serif;
}

.entry-body h4 {
  font-size: 16px;
  margin-bottom: 1em;
}

.entry-body h5 {
  font-size: 14px;
  margin-top: 1em;
}

.entry-body p {
  font-size: 14px;
  line-height: 1.7em;
  margin-top: 1em;
}

.entry-body ol {
  margin: 0.5em 0 0.5em 1.3em;
}

.entry-body ol li {
  list-style-type: decimal;
  font-size: 14px;
  line-height: 1.7em;
  margin: 0.3em;
}

.entry-body .small {
  font-size: 12px;
  color: #333;
}

.entry-block {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: solid 1px #CCC;
}

.entry-block dl {
  display: flex;
  margin-bottom: 0.5em;
}

.entry-block dt {
  width: 9em;
  padding-right: 15px;
}

.entry-block dd {
  width: calc(100% - 9em);
}

.entry-block dt,
.entry-block dd {
  font-size: 14px;
  color: #333;
  letter-spacing: 0.05em;
}

/* Comments */
#comments {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 880px;
  height: 100%;
  min-height: 728px;
  z-index: 1001;
  padding: 40px 0;
}
@media screen and (max-width: 860px) {
  #comments {
    min-width: 100%;
    height: 100%;
    min-height: auto;
    padding: 0;
  }
}
#comments::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
}

.box-comments {
  width: 90%;
  max-width: 640px !important;
  height: 80vh;
  overflow: auto;
  font-family: sans-serif;
  border-radius: 7px;
}

.comments-inner {
  background: #FFF;
  width: 640px;
  height: calc(100vh - 80px);
  padding: 30px 0;
  margin: 0 auto;
  position: relative;
  overflow: scroll;
  box-sizing: border-box;
}
@media screen and (max-width: 860px) {
  .comments-inner {
    width: 100%;
    height: 100vh;
    max-width: 600px;
    padding: 40px 0 100px;
  }
}
.comments-inner .btn-close {
  width: 115px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1100;
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 860px) {
  .comments-inner .btn-close {
    top: 14px;
    left: auto;
    right: 14px;
    margin-left: 0;
  }
}
.comments-inner .btn-close:hover {
  opacity: 0.6;
  cursor: pointer;
}
.comments-inner .comment {
  margin-top: 40px;
  overflow: hidden;
}
.comments-inner .comment .comment-inner {
  position: relative;
  text-align: left;
}
.comments-inner .comment .comment-inner .comment-name {
  margin-bottom: 1em;
  padding: 0 30px;
  font-size: 16px;
  color: #495757;
}
.comments-inner .comment .comment-inner .comment-name .job {
  display: block;
  font-size: 13px;
  padding-bottom: 5px;
}
.comments-inner .comment .comment-inner .comment-body p {
  font-size: 14px;
  color: #495757;
  line-height: 1.7em;
  padding: 0 30px;
}
@media screen and (max-width: 860px) {
  .comments-inner .comment .comment-inner .comment-body p br {
    display: none;
  }
}
.comments-inner .comment .comment-inner .comment-img {
  float: left;
  width: 42%;
  padding-right: 5%;
  padding-bottom: 5%;
  min-height: 200px;
}
.comments-inner .comment.float-r .comment-img {
  float: right;
  padding-left: 5%;
  padding-right: 0;
}

.comment:first-child {
  margin-top: 0;
}

@media screen and (max-width: 860px) {
  #news,
#comments {
    min-width: 100%;
    height: 100%;
    min-height: auto;
    padding: 0;
  }
  .btn-close span:before {
    background: #FFF;
  }
  .btn-close span:after {
    background: #FFF;
  }
  .comment-name {
    font-size: 14px;
    margin-bottom: 1em;
  }
  .comment-body p {
    font-size: 13px;
    line-height: 1.7em;
    padding: 0 20px;
  }
  .comment-img {
    float: left;
    width: 32%;
    padding-right: 15px;
    padding-bottom: 10px;
    min-height: 200px;
  }
}