@charset "utf-8";
/*PC*/

/*common*/
.sp_parts {
  display: none;
}

.blur {
  position: absolute;
  width: 120%;
  height: 120%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-filter: blur(50px);
  -moz-filter: blur(50px);
  -o-filter: blur(50px);
  filter: blur(50px);
  z-index: -1;
}

/*content*/
.wrapper {
  top: 0;
}

#beams-wrapper {
  position: relative;
}

.kv {
  margin-bottom: 0;
  position: relative;
  max-height: 919px;
}

.kv-inner {
  max-width: 1464px;
  min-height: 919px;
  margin: 0 auto;
  position: relative;
}

.kv .title {
  width: 985px;
  position: absolute;
  top: -42px;
  left: -18px;
}

.kv .lead {
  position: absolute;
  bottom: 35px;
  right: 20px;
  line-height: 40px;
  line-height: 4.0rem;
  font-size: 24px;
  font-size: 2.4rem;
  color: #000000;
}

.kv .lead .white-bg {
  display: inline-block;
  padding: 0 10px;
  background-color: #fff;
  font-weight: 500;
}

.kv .lead .strong {
  margin-bottom: 30px;
  line-height: 48px;
  line-height: 4.8rem;
  font-size: 36px;
  font-size: 3.6rem;
}

.kv .lead .blue {
  color: #003b8c;
}

.kv .lead .orange {
  color: #d54b29;
}

.kv .comin-soon-column {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
}

.kv .comin-soon-column .comin-soon {
  width: 1000px;
  margin: 355px auto 0;
}

.kv .comin-soon-column .up-schedule {
  width: 400px;
  margin: -35px auto 0;
}

.kv .blur {
  background-image: url(/common/images/bunshun/v1/beams/pc/kv.jpg);
}

.scroll {
  position: absolute;
  top: calc(919px - 126px);
  left: 0;
  right: 0;
  z-index: 3;
  line-height: 0;
  text-align: center;
  font-size: 0;
  transition: opacity 0.5s, visibility 0.5s;
}

.scroll.fade-out {
  opacity: 0;
  visibility: hidden;
}

.scroll::after {
  content: "";
  width: 12px;
  height: 76px;
  display: inline-block;
  background-image: url(/common/images/bunshun/v1/beams/scroll-arrow.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 12px;
  animation: arrow 1.5s infinite;
}

@keyframes arrow {
  0% {
    transform: translate(0, 0);
  }

  15% {
    transform: translate(0, 10px);
  }

  30% {
    transform: translate(0, 5px);
  }

  45% {
    transform: translate(0, 10px);
  }

  60% {
    transform: translate(0, 0);
  }
}

.scroll .scroll-text {
  width: 24px;
  vertical-align: top;
}

.movies {
  margin-bottom: 0;
  background-color: #000000;
}

.movies .column-outer {
  margin: 75px auto 0px auto;
}

.movies .youtube {
  position: relative;
  margin: 25px auto;
  width: 800px;
  height: 450px;
}

.header {
  min-width: 1430px;
  position: absolute;
  top: 919px;
  left: 0;
  right: 0;
  z-index: 999;
}

.header.fixed {
  position: fixed;
}

.header-inner {
  position: relative;
  padding-top: 100px;
  text-align: center;
  font-size: 0;
}

.header .text-logo {
  width: 130px;
}

.header .header-logo {
  position: absolute;
  top: 52px;
  right: 25px;
}

.header .header-logo img {
  vertical-align: middle;
}

.header .header-logo .beams {
  width: 80px;
  margin-right: 13px;
}

.header .header-logo .bunshun {
  width: 60px;
}

.photo-gallery {
  margin-bottom: 0;
  position: relative;
}

.photo-gallery .logo {
  width: 1220px;
  margin: 90px auto 25px;
  font-size: 0;
}

.photo-gallery .logo img {
  vertical-align: top;
}

.photo-gallery .logo .snap {
  width: 273px;
  margin: 0 168px 0 249px;
}

.photo-gallery .logo .photograph {
  width: 348px;
}

.photo-gallery .gallery {
  margin-bottom: 150px;
}

.photo-gallery .gallery .slick-list {
  overflow: visible;
}

.photo-gallery .gallery li {
  height: 435px;
  margin: 0 45px;
  outline: none;
}

.photo-gallery .gallery .photo {
  height: 100%;
  align-items: center;
}

.photo-gallery .gallery .photo-inner {
  position: relative;
  z-index: -1;
  transition: transform 0.2s;
}

.photo-gallery .gallery .slick-current .photo-inner {
  transform: scale(1.40);
  box-shadow: 0 0 6px rgba(32, 33, 36, 0.28);
}

.photo-gallery .gallery .slick-current .photo-inner::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: rotate(4deg);
  background-color: #000;
}

.photo-gallery .gallery .photo img {
  max-width: 360px;
  max-height: 310px;
  width: auto;
  height: auto;
  filter: grayscale(100%);
}

.photo-gallery .gallery .slick-current .photo img {
  filter: grayscale(0);
}

.photo-gallery .gallery .hashtag {
  position: absolute;
  bottom: -38px;
  left: 8px;
  font-size: 10px;
  font-size: 1.0rem;
  display: none;
}

.photo-gallery .gallery .slick-current .hashtag {
  display: block;
}

.photo-gallery .gallery .hashtag p {
  padding-bottom: 2px;
}

.photo-gallery .gallery .hashtag p:last-child {
  padding-bottom: 0;
}

.photo-gallery .gallery .hashtag p span {
  padding: 2px 5px;
  display: inline-block;
  background-color: #d54b29;
  border-radius: 3px;
  color: #fff;
}

.article {
  margin-bottom: 0;
  position: relative;
}

.article-inner {
  max-width: 1464px;
  margin: 0 auto;
  padding: 215px 0 0 0;
  position: relative;
  background-image: url(/common/images/bunshun/v1/beams/interview-bg.jpg);
  background-position: center top;
  background-repeat: repeat-y;
  background-size: 1464px;
}

.article .article-list {
  width: 1096px;
  margin: 0 auto;
}

.article .article-list li {
  width: 30%;
  margin: 0 5% 50px 0;
  background-color: #fff;
}

.article .article-list li:nth-child(3n) {
  margin: 0 0 50px 0;
}

.article .article-list li a {
  height: 100%;
  display: block;
}

.article .article-list .thumbnail {
  height: 200px;
  position: relative;
  overflow: hidden;
  line-height: 0;
}

.article .article-list .thumbnail img {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.article .article-list .summary {
  height: calc(100% - 200px);
  padding: 38px 12px 10px;
  position: relative;
}

.article .article-list .summary .title {
  padding-bottom: 10px;
}

.article .article-list .summary .date {
  margin-top: auto;
  font-size: 12px;
  font-size: 1.2rem;
  color: #999999;
}

.article .article-list .interviewee {
  position: absolute;
  top: -26px;
  left: 12px;
}

.article .article-list .interviewee .icon {
  width: 60px;
  border-radius: 50%;
}

.article .article-list .interviewee .name {
  margin: 10px 0 0 8px;
  padding: 5px 12px;
  position: relative;
  display: inline-block;
  border-radius: 25px;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(32, 33, 36, 0.28);
  vertical-align: top;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
}

.article .article-list a:hover .interviewee .name {
  color: #333;
}

.article .article-list .interviewee .name span {
  position: relative;
  z-index: 1;
}

.article .article-list .interviewee .name::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 7px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 0px 0px 6px 14px;
}

.article .blur {
  background-image: url(/common/images/bunshun/v1/beams/interview-bg.jpg);
}

.movie-public {
  min-height: 753px;
  margin-bottom: 0;
  position: relative;
  background-image:
    url(/common/images/bunshun/v1/beams/movie-bg.png),
    url(/common/images/bunshun/v1/beams/pc/movie-bg-dot.png);
  background-position:
    center 80px,
    left top;
  background-repeat: repeat-x;
  background-size:
    auto 712px,
    auto 753px;
}

.movie-public-inner {
  margin: 0 auto;
  position: relative;
}

.movie-public .content {
  width: 760px;
  margin: 407px auto 0;
  padding: 0 0 90px;
  position: relative;
}

.movie-public .content::before {
  content: "";
  width: 358px;
  height: 228px;
  display: block;
  position: absolute;
  top: -125px;
  right: -120px;
  z-index: 1;
  background-image: url(/common/images/bunshun/v1/beams/camera.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100%;
}

.movie-public .content::after {
  content: "";
  width: 195px;
  height: 203px;
  display: block;
  position: absolute;
  bottom: 0px;
  left: -108px;
  z-index: 1;
  background-image: url(/common/images/bunshun/v1/beams/sd-card.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100%;
}

.movie-public .movie-container {
  position: relative;
  display: block;
  line-height: 0;
}

.movie-public .movie-container img {
  filter: grayscale(100%);
}

.movie-public .movie-container:hover img {
  filter: grayscale(0);
}

.movie-public .movie-container::before {
  content: "";
  width: 151px;
  height: 34px;
  display: block;
  position: absolute;
  top: 47px;
  left: 24px;
  z-index: 1;
  background-image: url(/common/images/bunshun/v1/beams/movie-text.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100%;
}

.movie-public .movie-container::after {
  content: "";
  width: 150px;
  height: 114px;
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-image: url(/common/images/bunshun/v1/beams/movie-paly.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100%;
}

.modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.modal.active {
  opacity: 1;
  visibility: visible;
}

.modal-inner {
  width: 750px;
}

.modal .movie {
  margin-bottom: 0;
}

.book {
  margin-bottom: 0;
  background-color: #000000;
}

.book .column-outer {
  margin: 75px auto 55px auto;
}

.book .logo {
  margin-bottom: 25px;
  justify-content: center;
  align-items: center;
}

.book .logo .beams {
  width: 95px;
}

.book .logo .times {
  margin: 0 15px 0 10px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 100;
  color: #fff;
}

.book .logo .bunshun {
  width: 70px;
}

.book h3.title {
  margin-bottom: 35px;
  text-align: center;
  font-size: 38px;
  font-size: 3.8rem;
  color: #fff;
}

.book h3.title .border {
  border-bottom: 1px solid #fff;
}

.book .notice {
  justify-content: center;
  align-items: center;
}

.book .book-cover {
  margin-right: 40px;
  line-height: 0;
  border: 1px solid #fff;
}

.book .book-cover img {
  width: 258px;
  padding: 8px;
}

.book .column {
  color: #fff;
}

.book .column .info {
  margin-bottom: 25px;
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 400;
}

.book .column .info .small {
  padding-top: 5px;
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 200;
}

.book .column .booking {
  margin-bottom: 20px;
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 400;
}

.book .column .amazon {
  padding: 15px 50px;
  display: inline-block;
  font-size: 24px;
  font-size: 2.4rem;
  background-color: #ea8a02;
  border-radius: 10px;
  color: #fff;
}

.book .column .amazon:hover {
  opacity: 0.7;
}

.talk-event {
  margin: 0 auto 62px auto;
  text-align: center;
}

.talk-event .title {
  margin: 30px 0 15px;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 500;
}

.talk-event .title .blue {
  color: #003b8c;
}

.talk-event .title .orange {
  color: #d54b29;
}

.talk-event .title .small {
  font-size: 34px;
  font-size: 3.4rem;
}

.talk-event .place {
  margin-bottom: 35px;
  padding: 3px 5px;
  display: inline-block;
  border: solid 1px #000;
  font-size: 24px;
  font-size: 2.4rem;
  color: #666;
}

.talk-event .performer {
  margin-bottom: 58px;
  justify-content: center;
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 500;
}

.talk-event .performer .small {
  font-size: 28px;
  font-size: 2.8rem;
}

.talk-event .performer .call {
  width: 42px;
  margin: 0 25px 0 9px;
}

.talk-event .movie-list {
  width: 1070px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.talk-event .content {
  float: left;
  width: 492px;
  margin-right: 86px;
  margin-bottom: 70px;
  text-align: left;
}

.talk-event .content:nth-child(2n) {
  margin-right: 0;
}

.talk-event .content .vol {
  width: 74px;
  margin-bottom: 12px;
}

.talk-event .content .movie-container {
  margin-bottom: 10px;
  display: block;
  position: relative;
  line-height: 0;
}

.talk-event .content .movie-container::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.talk-event .content .movie-container:hover::before {
  background-color: rgba(0, 0, 0, 0);
}

.talk-event .content .text {
  line-height: 30px;
  line-height: 3.0rem;
  font-size: 22px;
  font-size: 2.2rem;
}

.talk-event .profile {
  width: 1070px;
  margin: 0 auto;
  padding: 30px 35px;
  background-color: #f3f3f3;
  text-align: left;
}

.talk-event .profile p {
  margin-bottom: 25px;
}

.talk-event .profile p:last-child {
  margin-bottom: 0;
}

.talk-event .profile p .name {
  margin-bottom: 5px;
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
}

.book-public {
  margin: 0 auto 70px auto;
  padding-top: 128px;
}

.book-public .notice {
  width: 1096px;
  margin: 0 auto;
  padding: 82px 0;
  position: relative;
  justify-content: center;
  align-items: center;
  background-color: #f3f3f3;
  border: solid #000 2px;
}

.book-public .notice::before {
  content: "";
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: solid #000 2px;
}

.book-public .notice::after {
  content: "";
  width: 230px;
  height: 80px;
  margin: 0 auto;
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  background-color: #f3f3f3;
}

.book-public .book-cover {
  width: 222px;
  margin-right: 50px;
  line-height: 0;
}

.book-public .book-cover img {
  display: block;
  box-shadow: 0 0 6px rgba(32, 33, 36, 0.28);
}

.book-public .column {
  position: relative;
  z-index: 1;
}

.book-public .column .title {
  margin-bottom: 10px;
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 500;
}

.book-public .column .title .blue {
  color: #003b8c;
}

.book-public .column .title .orange {
  color: #d54b29;
}

.book-public .column .info {
  margin-bottom: 25px;
  line-height: 32px;
  line-height: 3.2rem;
  font-size: 22px;
  font-size: 2.2rem;
}

.book-public .column .amazon {
  width: 314px;
  height: 76px;
  padding: 20px 0 0;
  display: block;
  background-image: url(/common/images/bunshun/v1/beams/amazon-bg.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100%;
  text-align: center;
  font-size: 20px;
  font-size: 2.0rem;
  color: #fff;
}

.book-public .column .amazon:hover {
  opacity: 0.7;
}

.footer {
  margin: 0 auto;
  position: relative;
}

.footer::before {
  content: "";
  width: 100px;
  height: 100px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border: 50px solid transparent;
  border-top: 40px solid #000000;
}

.footer .share {
  margin: 60px 0 50px;
  text-align: center;
  color: #000000;
}

.footer .share .title {
  margin-bottom: 20px;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 400;
}

.footer .share ul {
  justify-content: center;
  align-items: center;
}

.footer .share ul li {
  margin-right: 45px;
  line-height: 0;
}

.footer .share ul li:last-child {
  margin-right: 0;
}

.footer .share ul li.fb {
  width: 18px;
}

.footer .share ul li.tw {
  width: 35px;
}

.footer .share ul li.line {
  width: 38px;
}

.footer .share ul li.hatebu {
  width: 39px;
}

.footer .share ul li a:hover {
  opacity: 0.7;
}

.footer .info {
  margin-bottom: 40px;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
}

.footer .info ul {
  margin-bottom: 10px;
  justify-content: center;
  align-items: center;
}

.footer .info ul li {
  margin-right: 40px;
}

.footer .info ul li:last-child {
  margin-right: 0;
}

.footer-public {
  margin-bottom: 0;
  background-color: #000;
}

.footer-public .page-top {
  padding: 18px 0;
  display: block;
  background-color: #1e1e1e;
}

.footer-public .page-top::before {
  content: "";
  width: 25px;
  height: 18px;
  margin: 0 auto;
  display: block;
  background-image: url(/common/images/bunshun/v1/beams/footer-arrow.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100%;
}

.footer-public .column-outer {
  margin: 58px auto;
}

.footer-public .logo {
  margin-bottom: 55px;
}

.footer-public .logo .flex {
  justify-content: center;
  align-items: center;
}

.footer-public .logo img {
  display: block;
}

.footer-public .logo .beams {
  width: 130px;
  margin-right: 22px;
}

.footer-public .logo .bunshun {
  width: 82px;
}

.footer-public .logo .text-logo {
  width: 232px;
  margin: 17px auto 0;
}

.footer-public .share {
  margin-bottom: 60px;
  text-align: center;
}

.footer-public .share ul {
  justify-content: center;
  align-items: center;
}

.footer-public .share ul li {
  margin-right: 95px;
  line-height: 0;
}

.footer-public .share ul li:last-child {
  margin-right: 0;
}

.footer-public .share ul li.fb {
  width: 18px;
}

.footer-public .share ul li.tw {
  width: 35px;
}

.footer-public .share ul li.line {
  width: 38px;
}

.footer-public .share ul li.hatebu {
  width: 39px;
}

.footer-public .share ul li a:hover {
  opacity: 0.7;
}

.footer-public .info {
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 200;
  color: #fff;
}

.footer-public .info ul {
  margin-bottom: 25px;
  justify-content: center;
  align-items: center;
}

.footer-public .info ul li {
  margin-right: 40px;
}

.footer-public .info ul li:last-child {
  margin-right: 0;
}

.footer-public .info ul li a {
  color: #fff;
}