﻿@charset "UTF-8";
/**
 * Eric Meyer's Reset CSS v2.0 (https://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
.section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
.section {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body.noscroll {
  overflow: hidden;
}

.sp {
  display: none !important;
}
.sp-db {
  display: none !important;
}

sup {
  font-size: 80%;
  position: relative;
  top: -0.25em;
}

@media screen and (max-width: 768px) {
  .sp {
    display: initial !important;
  }

  .sp-db {
    display: block !important;
  }

  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 767px) {
  body:not(.is-mobile) .hover {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    position: relative;
    cursor: pointer;
  }
  body:not(.is-mobile) .hover:hover::after {
    pointer-events: none;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.3);
  }
}
.notext {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.inview_item {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
}
.inview_item.reveal {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", sans-serif;
}
body .en {
  font-family: "Oswald", sans-serif;
  font-weight: normal;
}

header {
  width: 100%;
  position: absolute;
}
header .nikon_logo {
  width: 68px;
  height: 68px;
  background-repeat: no-repeat;
  background-image: url(../images/nikon_logo.png);
  background-size: contain;
  position: absolute;
  top: 60px;
  left: 60px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  header .nikon_logo {
    top: 32px;
    left: 20px;
    width: 40px;
    height: 40px;
  }
}
header .nikon_logo a {
  display: block;
  width: 100%;
  height: 100%;
}
header .menu {
  position: absolute;
  top: 85px;
  left: 210px;
  z-index: 2;
  font-size: 0;
}
@media screen and (max-width: 768px) {
  header .menu {
    top: 160px;
    left: 0px;
    width: 100%;
    height: 100vh;
    pointer-events: none;
  }
  header .menu li {
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  header .menu.open {
    display: block;
    pointer-events: initial;
  }
  header .menu.open li {
    opacity: 1;
  }
  header .menu::before {
    content: "";
    width: 100vw;
    height: 0;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.9);
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: height 0.4s;
    transition: height 0.4s;
    -webkit-transition-delay: 0.15s;
            transition-delay: 0.15s;
  }
  header .menu.open::before {
    height: 65vh;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}
@media (orientation: landscape) {
  body.is-mobile header .menu.open::before {
    height: 100vh;
  }
}
header .menu li {
  display: inline-block;
  background-image: url(../images/menus.png);
  background-repeat: no-repeat;
  width: 100px;
  height: 13px;
  margin-right: 60px;
}
@media screen and (max-width: 768px) {
  header .menu li {
    display: block;
    background-image: url(../images/menus_sp.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 3;
    height: 16px;
    width: 300px;
    margin: 0 auto 50px;
  }
}
header .menu li a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 13px;
}
@media screen and (max-width: 768px) {
  header .menu li a {
    line-height: 15px;
  }
}
header .menu li:nth-child(1) {
  width: 36px;
  background-position: 0px 0px;
}
@media screen and (max-width: 768px) {
  header .menu li:nth-child(1) {
    width: 300px;
    height: 16px;
    background-position: 0px 0px;
  }
}
header .menu li:nth-child(2) {
  width: 54px;
  background-position: -96px 0px;
}
@media screen and (max-width: 768px) {
  header .menu li:nth-child(2) {
    width: 300px;
    height: 16px;
    background-position: 0px -80px;
  }
}
header .menu li:nth-child(3) {
  width: 90px;
  background-position: -208px 0px;
}
@media screen and (max-width: 768px) {
  header .menu li:nth-child(3) {
    width: 300px;
    height: 16px;
    background-position: 0px -160px;
  }
}
header .menu li:nth-child(4) {
  width: 142px;
  background-position: -356px 0px;
}
@media screen and (max-width: 768px) {
  header .menu li:nth-child(4) {
    width: 300px;
    height: 16px;
    background-position: 0px -240px;
  }
}
@media screen and (max-width: 768px) {
  header .btn_menu {
    width: 35px;
    height: 35px;
    display: block !important;
    position: absolute;
    top: 38px;
    right: 20px;
    z-index: 10;
  }
  header .btn_menu::before {
    content: "";
    display: block;
    width: 35px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 2px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  header .btn_menu span {
    display: block;
    position: absolute;
    width: 35px;
    height: 1px;
    background-color: #fff;
    top: 12px;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  header .btn_menu::after {
    content: "";
    display: block;
    width: 35px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 22px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  header .btn_menu.subpage::before, header .btn_menu.subpage span, header .btn_menu.subpage::after {
    background-color: #000;
  }
  header .btn_menu.open span {
    opacity: 0;
  }
  header .btn_menu.open::before {
    width: 35px;
    height: 1px;
    top: 12px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    background-color: #fff;
  }
  header .btn_menu.open::after {
    width: 35px;
    height: 1px;
    top: 12px;
    left: 0px;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
    background-color: #fff;
  }
}

@media (orientation: landscape) {
  body.is-mobile header .menu {
    top: 75px;
  }
  body.is-mobile header .menu li {
    margin-bottom: 40px;
  }
}
main .section {
  position: relative;
}
main .section .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

#title {
  background-image: url(../images/mv_bg.png);
  padding: 240px 0px 100px;
}
@media screen and (max-width: 768px) {
  #title {
    padding: 120px 0px 40px;
  }
}
#title h1 {
  text-align: center;
  font-size: 50px;
  color: #fff;
}
#title h1.product {
  display: block;
  margin: 0px auto;
  width: 312px;
  height: 88px;
  background-image: url(../images/title_product.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #title h1.product {
    background-image: url(../images/title_product_sp.png);
    width: 192px;
    height: 72px;
  }
}
#title h1.online_event {
  display: block;
  margin: 0px auto;
  width: 514px;
  height: 90px;
  background-image: url(../images/tittle_online_event.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #title h1.online_event {
    background-image: url(../images/tittle_online_event_sp.png);
    width: 192px;
    height: 124px;
  }
}

#banner {
  background-color: #f6f6f6;
  padding: 0px 0px 100px;
}
@media screen and (max-width: 768px) {
  #banner {
    background-color: #f6f6f6;
    padding-bottom: 50px;
  }
}
@media (orientation: landscape) {
  body.is-mobile #banner {
    padding: 0px 10px 100px;
  }
}
#banner .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #banner .container {
    display: block;
  }
}
@media (orientation: landscape) {
  body.is-mobile #banner .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#banner .container .vook {
  width: 46.11320754%;
  height: auto;
}
#banner .container .vook .vook01 {
  width: 100%;
  height: calc(510px * 0.572549019);
  background-image: url(../images/banner_vook01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
}
@media screen and (max-width: 768px) {
  #banner .container .vook .vook01 {
    height: calc(335px * 0.572549019);
  }
}
@media (orientation: landscape) {
  body.is-mobile #banner .container .vook .vook01 {
    height: 0;
    padding-top: 57%;
    position: relative;
  }
}
#banner .container .vook .vook02 {
  width: 100%;
  height: calc(510px * 0.572549019);
  background-image: url(../images/banner_vook02.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
}
@media screen and (max-width: 768px) {
  #banner .container .vook .vook02 {
    height: calc(335px * 0.572549019);
  }
}
@media (orientation: landscape) {
  body.is-mobile #banner .container .vook .vook02 {
    height: 0;
    padding-top: 57%;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  #banner .container .vook {
    display: block;
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (orientation: landscape) {
  body.is-mobile #banner .container .vook {
    width: 48.11320754%;
  }
}
#banner .container .vook a {
  display: block;
  width: 100%;
  height: 100%;
}
@media (orientation: landscape) {
  body.is-mobile #banner .container .vook a {
    position: absolute;
    top: 0px;
  }
}
#banner .container .vook .note {
  text-align: left;
  color: #000;
  padding-top: 2%;
}
@media screen and (max-width: 768px) {
  #banner .container .vook .note {
    font-size: 15px;
    width: 335px;
    margin: 0 auto;
  }
}
@media (orientation: landscape) {
  body.is-mobile #banner .container .vook .note {
    width: 100%;
  }
  body.is-mobile #banner .container .vook .note br.pc {
    display: none;
  }
}
#banner .container .direct {
  width: 1100px;
  height: 100px;
  background-image: url(../images/banner_direct.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  #banner .container .direct {
    width: 335px;
    height: 0;
    padding-top: 10%;
    margin: 0px auto;
    position: relative;
  }
}
@media (orientation: landscape) {
  body.is-mobile #banner .container .direct {
    width: 100%;
  }
}
#banner .container .direct a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #banner .container .direct a {
    position: absolute;
    top: 0;
  }
}
#banner .container .ie-note {
  width: 1100px;
  height: 20px;
  margin-top: 20px;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 768px) {
  #banner .container .ie-note {
    display: none;
  }
}

footer {
  padding: 25px 0;
  background-color: #040404;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 50px 0;
    background-color: #121212;
  }
}
footer .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  footer .container {
    width: 100%;
    text-align: center;
    padding: 0 10px;
  }
  footer .container .requirements {
    margin-right: 20px;
  }
  footer .container .requirements a {
    font-size: 13px;
  }
}
footer .container > * {
  display: inline-block;
  vertical-align: middle;
}
footer .container .requirements_link {
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  footer .container .requirements_link {
    margin-right: 25px;
  }
}
footer .container .requirements_link a {
  text-decoration: none;
  color: #fff;
  font-size: 15px;
}
footer .container .facebook {
  width: 10px;
  height: 19px;
  background-image: url(/cms/sp/z9/images/icon_fb.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 80px;
}
footer .container .facebook a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  footer .container .facebook {
    margin-right: 20px;
  }
}
footer .container .twitter {
  width: 19px;
  height: 15px;
  background-image: url(/cms/sp/z9/images/icon_tw.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 20px;
}
footer .container .twitter a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  footer .container .line {
    width: 22px;
    height: 20px;
    background-image: url(/cms/sp/z9/images/icon_line.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 0px !important;
    display: inline-block !important;
  }
  footer .container .line a {
    display: block;
    width: 100%;
    height: 100%;
  }
}
footer .container .copyright {
  font-size: 14px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  footer .container .copyright {
    display: block;
    margin-top: 20px;
    font-size: 12px;
  }
}

body.is-mobile .facebook {
  margin-right: 20px;
}
body.is-mobile .line {
  display: inline-block !important;
  width: 22px;
  height: 20px;
  background-image: url(/cms/sp/z9/images/icon_line.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 80px;
  display: inline-block !important;
}
body.is-mobile .line a {
  display: block;
  width: 100%;
  height: 100%;
}

.requirements {
  display: none;
}
.requirements .background {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.8);
  pointer-events: none;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  z-index: 300;
}
.requirements .modal {
  width: calc(100% - 40px);
  max-width: 900px;
  padding: 60px 100px;
  position: fixed;
  top: 50%;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  color: #333;
  font-size: 14px;
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: translate(-50%, -50%) scale(0.96);
          transform: translate(-50%, -50%) scale(0.96);
  z-index: 301;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .requirements .modal {
    padding: 76px;
    display: block;
  }
  .requirements .modal .title {
    margin: 0 0 20px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
  }
  .requirements .modal .os {
    margin-bottom: 5px;
    display: block;
  }
}
.requirements .modal .title {
  margin-right: 30px;
  font-size: 14px;
  font-weight: bold;
}
.requirements .modal .browsers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 26px;
}
.requirements .modal .browsers .windows {
  margin-right: 30px;
}
.requirements .modal .browsers .browser {
  margin-bottom: 5px;
  line-height: 1.4;
  list-style: none;
}
.requirements .modal .close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: #000;
  cursor: pointer;
}
.requirements .modal .close::before, .requirements .modal .close::after {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.requirements .modal .close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.requirements .modal .close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.requirements.show .background {
  opacity: 1;
  pointer-events: auto;
}
.requirements.show .modal {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  pointer-events: auto;
}

@-webkit-keyframes scroll {
  0% {
    height: 0;
  }
  50% {
    height: 160px;
    margin-top: 0px;
  }
  100% {
    height: 160px;
    margin-top: 160px;
  }
}

@keyframes scroll {
  0% {
    height: 0;
  }
  50% {
    height: 160px;
    margin-top: 0px;
  }
  100% {
    height: 160px;
    margin-top: 160px;
  }
}
@media (orientation: landscape) {
  body.is-mobile main {
    margin: auto;
  }
}
/**
 * page top
 */
#page-top {
  width: 100px;
  height: 100px;
  position: fixed;
  background-image: url(../images/pagetop.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #000;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.4);
  right: 40px;
  bottom: 55px;
  cursor: pointer;
  z-index: 8;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#page-top.hide {
  opacity: 0;
  pointer-events: none;
}
#page-top.hover::after {
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  #page-top {
    width: 60px;
    height: 60px;
    background-image: url(../images/pagetop_sp.png);
    background-size: 18px 30px;
    right: 20px;
    bottom: 40px;
  }
}
#page-top a {
  display: block;
  width: 100%;
  height: 100%;
}

/**
 * slick css
 */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: 100%;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

#next_online_event_section {
  width: 100%;
  background-color: #f6f6f6;
  background-size: cover;
  overflow: hidden;
}
#next_online_event_section .container {
  max-width: 1120px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #next_online_event_section .container {
    max-width: initial;
    padding-top: 100px;
    padding: 100px 10px 0px;
  }
}
#next_online_event_section .container.reveal .diagonal::after {
  height: 195px;
}
@media screen and (max-width: 768px) {
  #next_online_event_section .container.reveal .diagonal::after {
    height: 100px;
  }
}
#next_online_event_section .container .next_online_event {
  margin-top: 160px;
  padding: 0px 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #next_online_event_section .container .next_online_event {
    margin-top: 0px;
    padding: 0px;
  }
}
#next_online_event_section .container .next_online_event .head .title {
  background-image: url(../images/tittle_next_online_event.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 91px;
}
@media screen and (max-width: 768px) {
  #next_online_event_section .container .next_online_event .head .title {
    background-image: url(../images/tittle_next_online_event_sp.png);
    width: 234px;
    height: 224px;
    margin: 0 auto;
  }
}
#next_online_event_section .container .next_online_event .head .description {
  text-align: left;
  margin-top: 0;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  #next_online_event_section .container .next_online_event .head .description {
    padding: 0px 10px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #next_online_event_section .container .next_online_event .head .description .note {
    font-size: 13px;
  }
}
#next_online_event_section .container .next_online_event .head .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  #next_online_event_section .container .next_online_event .head .buttons {
    display: block;
    margin-top: 50px;
  }
}
#next_online_event_section .container .next_online_event .head .buttons .button {
  width: 46.36363636%;
  height: 106px;
}
@media screen and (max-width: 768px) {
  #next_online_event_section .container .next_online_event .head .buttons .button {
    width: 335px;
    height: 80px;
    margin: 30px auto 0px;
  }
}
#next_online_event_section .container .next_online_event .head .buttons .button a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #next_online_event_section .container .next_online_event .head .buttons .button.description {
    height: auto;
    padding: 0;
  }
}
#next_online_event_section .container .next_online_event .head .buttons .button.offical_youtube_account {
  background-image: url(../images/btn_youtube_channel.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #next_online_event_section .container .next_online_event .head .buttons .button.offical_youtube_account {
    background-image: url(../images/btn_youtube_channel_sp.png);
  }
}
#next_online_event_section .container .next_online_event .programs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 120px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #next_online_event_section .container .next_online_event .programs {
    display: block;
  }
}
#next_online_event_section .container .next_online_event .programs .item {
  width: 46.36363636%;
  background-color: #fff;
  position: relative;
  padding: 65px 25px 25px;
  margin-bottom: 75px;
}
@media screen and (max-width: 768px) {
  #next_online_event_section .container .next_online_event .programs .item {
    width: calc(100% - 20px);
    margin: 0 auto 75px;
    padding: 65px 18px 25px;
  }
}
#next_online_event_section .container .next_online_event .programs .item .date {
  position: absolute;
  width: 145px;
  height: 60px;
  top: -33px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  color: #fff;
  line-height: 1.6;
  padding-top: 6px;
  text-align: center;
  font-weight: bold;
}
#next_online_event_section .container .next_online_event .programs .item .date::before {
  content: "";
  display: block;
  width: 145px;
  height: 60px;
  background-color: #000;
  -webkit-transform: skew(-10deg) translate3d(0, 0, 0);
          transform: skew(-10deg) translate3d(0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#next_online_event_section .container .next_online_event .programs .item .title {
  font-size: 18px;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #next_online_event_section .container .next_online_event .programs .item .title span.pc {
    display: none !important;
  }
  #next_online_event_section .container .next_online_event .programs .item .title br.sp {
    display: inline !important;
  }
}
#next_online_event_section .container .next_online_event .programs .item .casts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #next_online_event_section .container .next_online_event .programs .item .casts {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#next_online_event_section .container .next_online_event .programs .item .casts.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  #next_online_event_section .container .next_online_event .programs .item .casts.center.spbt {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  #next_online_event_section .container .next_online_event .programs .item .casts {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#next_online_event_section .container .next_online_event .programs .item .casts .cast {
  width: 30.4347826%;
}
#next_online_event_section .container .next_online_event .programs .item .casts .cast.mx {
  margin: 0px 20px;
}
@media screen and (max-width: 768px) {
  #next_online_event_section .container .next_online_event .programs .item .casts .cast.mx {
    margin: 15px 0px 0px;
  }
}
@media screen and (max-width: 768px) {
  #next_online_event_section .container .next_online_event .programs .item .casts .cast {
    width: auto;
    margin-top: 15px;
  }
}
#next_online_event_section .container .next_online_event .programs .item .casts .cast .photo {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: -16px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
#next_online_event_section .container .next_online_event .programs .item .casts .cast .photo.ml {
  margin-bottom: -40px;
}
@media screen and (max-width: 768px) {
  #next_online_event_section .container .next_online_event .programs .item .casts .cast .photo {
    width: calc((100vw - 94px) / 2);
    height: calc((100vw - 94px) / 2);
  }
}
#next_online_event_section .container .next_online_event .programs .item .casts .cast .photo img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
#next_online_event_section .container .next_online_event .programs .item .casts .cast .name {
  width: 95%;
  max-width: 115px;
  height: 26px;
  background-color: #000;
  text-align: center;
  line-height: 26px;
  font-size: 81.25%;
  color: #fff;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#next_online_event_section .container .next_online_event .programs .item .casts .cast .name.ml {
  height: 48px;
  line-height: 1.4;
  padding-top: 6px;
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  #next_online_event_section .container .next_online_event .programs .item .casts .cast .name.name-l {
    height: auto;
    line-height: 1.4;
    min-width: 10px;
    padding: 2px 0px;
  }
}
@media screen and (orientation: landscape) and (min-width: 810px) {
  body.is-mobile #next_online_event_section .container .next_online_event .programs .item .casts .cast .name.name-l {
    height: auto;
    line-height: 1.4;
    font-size: 78.25%;
    min-width: 10px;
  }
}
#next_online_event_section .container .next_online_event .programs .item .casts .cast .title {
  font-size: 12px;
  text-align: center;
  margin-top: 6px;
}
@media (orientation: landscape) {
  body.is-mobile #next_online_event_section .container .next_online_event .programs .item .casts .cast .title {
    font-size: 11px;
  }
}
#next_online_event_section .container .next_online_event::before {
  content: "";
  display: block;
  position: absolute;
  width: 400px;
  height: 400px;
  background-color: #fff;
  z-index: -2;
  -webkit-transform: skewX(-12deg);
          transform: skewX(-12deg);
  top: -270px;
  left: -80px;
}
@media screen and (max-width: 768px) {
  #next_online_event_section .container .next_online_event::before {
    width: 200px;
    height: 200px;
    top: 60px;
    left: 50px;
  }
}
#next_online_event_section .container .next_online_event .diagonal {
  position: absolute;
  width: 75px;
  height: 195px;
  top: 40px;
  left: -105px;
  overflow: hidden;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  #next_online_event_section .container .next_online_event .diagonal {
    width: 45px;
    height: 95px;
    top: 200px;
    left: 40px;
  }
}
#next_online_event_section .container .next_online_event .diagonal::after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 0px;
  background-color: #eeeeee;
  -webkit-transform: skewX(-12deg);
          transform: skewX(-12deg);
  left: 40px;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transform-origin: top;
          transform-origin: top;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #next_online_event_section .container .next_online_event .diagonal::after {
    width: 15px;
    left: 25px;
  }
}
#next_online_event_section .container .next_online_event.reveal .diagonal::after {
  height: 195px;
}
@media screen and (max-width: 768px) {
  #next_online_event_section .container .next_online_event.reveal .diagonal::after {
    height: 95px;
  }
}
#next_online_event_section .container .next_online_event::after {
  content: "";
  display: block;
  position: absolute;
  width: 1000px;
  height: 800px;
  background-color: #eee;
  top: 565px;
  left: calc(50% + 280px);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #next_online_event_section .container .next_online_event::after {
    content: none;
  }
}

#timetable {
  width: 100%;
  background-color: #212121;
  background-image: url(../images/timetable_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #timetable {
    background-image: url(../images/timetable_bg_sp.png);
    background-size: contain;
    background-color: #000;
  }
}
#timetable .container {
  max-width: 1120px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #timetable .container {
    max-width: initial;
    padding-top: 100px;
  }
}
#timetable .container .head {
  position: relative;
  z-index: 50;
}
#timetable .container .head h2 {
  width: 383px;
  height: 89px;
  background-image: url(../images/title_timetable.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0px auto;
}
@media screen and (max-width: 768px) {
  #timetable .container .head h2 {
    background-image: url(../images/title_timetable_sp.png);
    width: 76.25%;
    height: 0;
    padding-top: 20%;
    position: relative;
    z-index: 50;
  }
}
#timetable .container .head .description {
  text-align: center;
  font-size: 16px;
  margin-top: 55px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #timetable .container .head .description {
    font-size: 14px;
    margin-top: 40px;
  }
}
#timetable .container #movie {
  width: 100%;
  height: 980px;
}
@media screen and (max-width: 768px) {
  #timetable .container #movie {
    height: 90vw;
    min-height: 500px;
  }
}
@media (orientation: landscape) {
  body.is-mobile #timetable .container #movie {
    height: 95vw;
    min-height: 650px;
    max-height: 980px;
  }
}
#timetable .container #movie .container {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  #timetable .container #movie .container {
    padding-top: 20px;
  }
}
#timetable .container #movie .container h2 {
  width: 294px;
  height: 90px;
  background-image: url(../images/title_archive.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #timetable .container #movie .container h2 {
    width: 220px;
    height: 74px;
    background-image: url(../images/title_archive_sp.png);
    margin: 0 auto;
  }
}
#timetable .container #movie .container .title_ja {
  color: #fff;
}
#timetable .container #movie .container .wrapper {
  position: absolute;
  width: 83.63%;
  height: 0;
  padding-top: 50%;
  top: 250px;
  left: 90px;
}
@media screen and (max-width: 768px) {
  #timetable .container #movie .container .wrapper {
    width: 90%;
    height: 0;
    padding-top: 50%;
    top: 150px;
    left: 5%;
  }
}
#timetable .container #movie .container .wrapper #main_movie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#timetable .container #movie .container .wrapper .caption {
  color: #fff;
  font-size: 16px;
  line-height: 2;
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #timetable .container #movie .container .wrapper .caption {
    font-size: 14px;
  }
}
#timetable .container #movie .container .wrapper .caption a {
  color: #fff;
  text-decoration: none;
}
#timetable .container .table {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  #timetable .container .table {
    margin-top: 40px;
  }
}
#timetable .container .table .item {
  background-color: #fff;
  width: 100%;
  height: 90px;
  padding: 20px 0px 20px 240px;
  margin-bottom: 30px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  #timetable .container .table .item {
    padding: 20px 0px 20px 200px;
  }
}
@media screen and (max-width: 768px) {
  #timetable .container .table .item.interval {
    padding: 30px 20px;
  }
}
@media (orientation: landscape) {
  body.is-mobile #timetable .container .table .item.interval {
    padding: 20px 20px;
  }
  body.is-mobile #timetable .container .table .item.interval br.sp {
    display: none !important;
  }
}
#timetable .container .table .item.interval .title.sl {
  line-height: 50px;
}
@media screen and (max-width: 768px) {
  #timetable .container .table .item.interval .title.sl {
    line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  #timetable .container .table .item {
    width: 89.33%;
    height: auto;
    margin: 0 auto 20px;
    padding: 75px 20px 30px;
  }
}
@media screen and (orientation: landscape) and (min-width: 800px) and (max-width: 1100px) {
  body.is-mobile #timetable .container .table .item {
    padding: 20px 0px 20px 200px;
  }
  body.is-mobile #timetable .container .table .item.dense {
    padding: 10px 0px 0px 200px;
  }
}
@media screen and (min-width: 810px) and (max-width: 1100px) {
  #timetable .container .table .item.dense {
    padding: 10px 0px 0px 200px;
  }
}
#timetable .container .table .item .time {
  font-size: 20px;
  text-align: center;
  line-height: 90px;
  color: #fff;
  width: 175px;
  height: 100%;
  top: 0px;
  left: -10px;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #timetable .container .table .item .time {
    width: 100%;
    left: 0;
    height: 60px;
    line-height: 50px;
    font-size: 16px;
  }
}
#timetable .container .table .item .time::after {
  content: "";
  display: block;
  width: 175px;
  height: 100%;
  background-color: #5e5e5e;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: skewX(-12deg);
          transform: skewX(-12deg);
}
@media screen and (max-width: 768px) {
  #timetable .container .table .item .time::after {
    width: 100%;
    left: 0;
    height: 64px;
    -webkit-transform: skewX(0deg) skewY(2deg);
            transform: skewX(0deg) skewY(2deg);
    top: -14px;
  }
}
#timetable .container .table .item .body .title {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #timetable .container .table .item .body .title {
    font-size: 14px;
  }
}
@media (orientation: landscape) {
  body.is-mobile #timetable .container .table .item .body .title {
    font-size: 13px;
  }
}
#timetable .container .table .item .body .cast {
  font-size: 15px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #timetable .container .table .item .body .cast.relative {
    position: relative;
    padding-left: 3.5rem;
  }
  #timetable .container .table .item .body .cast.relative .title {
    position: absolute;
    left: 0;
  }
}
#timetable .container .table .item .body .cast .title {
  font-weight: normal;
}
#timetable .container .table .item .body .cast .title::after {
  content: "：";
}
#timetable .container .table .item .body .cast .speaker {
  margin-right: 1.5rem;
}
@media screen and (max-width: 768px) {
  #timetable .container .table .item .body .cast {
    font-size: 13px;
  }
}
@media (orientation: landscape) {
  body.is-mobile #timetable .container .table .item .body .cast {
    font-size: 12px;
  }
}
#timetable .container .table .item .live {
  color: #fff;
  font-size: 20px;
  line-height: 90px;
  text-align: center;
  position: absolute;
  z-index: 2;
  top: 0;
  right: -15px;
  width: 115px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #timetable .container .table .item .live {
    position: static;
    width: 65px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    background-color: #da1725;
    margin-top: 12px;
  }
}
#timetable .container .table .item .live::after {
  content: "";
  display: block;
  width: 115px;
  height: 100%;
  background-color: #da1725;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: skewX(-12deg);
          transform: skewX(-12deg);
}
@media screen and (max-width: 768px) {
  #timetable .container .table .item .live::after {
    content: none;
  }
}
#timetable .container .speakers {
  margin-top: 145px;
  position: relative;
  padding: 165px 10px 0px;
}
@media screen and (max-width: 768px) {
  #timetable .container .speakers {
    margin-top: 110px;
    padding-top: 100px;
  }
}
#timetable .container .speakers > .title {
  background-image: url(../images/title_speakers.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 489px;
  height: 90px;
  margin: 0px auto;
}
@media screen and (max-width: 768px) {
  #timetable .container .speakers > .title {
    background-image: url(../images/title_speakers_sp.png);
    width: 249px;
    height: 121px;
  }
}
#timetable .container .speakers .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 90px;
  padding: 0px 10px;
}
#timetable .container .speakers .list .speaker {
  display: inline-block;
  width: 235px;
  height: 450px;
}
@media screen and (max-width: 768px) {
  #timetable .container .speakers .list .speaker {
    width: 46.5%;
    height: auto;
    margin-bottom: 40px;
  }
}
#timetable .container .speakers .list .speaker .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 235px;
  height: 65px;
  position: relative;
  margin-bottom: -33px;
  font-size: 0;
}
@media screen and (max-width: 768px) {
  #timetable .container .speakers .list .speaker .tags {
    width: 100%;
  }
}
#timetable .container .speakers .list .speaker .tags .tag {
  width: 75px;
  height: 65px;
  position: relative;
  text-align: center;
  font-size: 12px;
  padding-top: 14px;
  z-index: 1;
  margin-right: -1px;
}
@media screen and (max-width: 768px) {
  #timetable .container .speakers .list .speaker .tags .tag {
    font-size: 11px;
    padding-top: 10px;
    width: 65px;
    height: 55px;
  }
  #timetable .container .speakers .list .speaker .tags .tag .sm {
    font-size: 10px;
  }
}
#timetable .container .speakers .list .speaker .tags .tag_pm {
  padding-top: 8px;
}
#timetable .container .speakers .list .speaker .tags .tag_gr {
  color: #fff;
}
#timetable .container .speakers .list .speaker .tags .tag_gr::before {
  content: "";
  position: absolute;
  background-color: #5e5e5e;
  width: 75px;
  height: 65px;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  top: 0;
  left: 0;
  z-index: -1;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
@media screen and (max-width: 768px) {
  #timetable .container .speakers .list .speaker .tags .tag_gr::before {
    width: 65px;
    height: 55px;
  }
}
#timetable .container .speakers .list .speaker .tags .tag_bk {
  color: #fff;
}
#timetable .container .speakers .list .speaker .tags .tag_bk::before {
  content: "";
  position: absolute;
  background-color: #000;
  width: 75px;
  height: 65px;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  top: 0;
  left: 0;
  z-index: -1;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
@media screen and (max-width: 768px) {
  #timetable .container .speakers .list .speaker .tags .tag_bk::before {
    width: 65px;
    height: 55px;
  }
}
#timetable .container .speakers .list .speaker .tags .tag_wh {
  color: #000;
}
#timetable .container .speakers .list .speaker .tags .tag_wh::before {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 75px;
  height: 65px;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  top: 0;
  left: 0;
  z-index: -1;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
@media screen and (max-width: 768px) {
  #timetable .container .speakers .list .speaker .tags .tag_wh::before {
    width: 65px;
    height: 55px;
  }
}
#timetable .container .speakers .list .photo {
  width: 235px;
  height: 320px;
  margin-bottom: -22px;
  overflow: hidden;
  cursor: pointer;
}
#timetable .container .speakers .list .photo.ml {
  margin-bottom: -42px;
}
#timetable .container .speakers .list .photo img {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
#timetable .container .speakers .list .photo img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  #timetable .container .speakers .list .photo {
    width: 100%;
    height: auto;
  }
  #timetable .container .speakers .list .photo img {
    width: 100%;
  }
}
#timetable .container .speakers .list .name {
  background-color: #000;
  color: #fff;
  width: 190px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-size: 16px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#timetable .container .speakers .list .name.ml {
  height: 56px;
  line-height: 1.4;
  padding-top: 6px;
}
@media screen and (max-width: 768px) {
  #timetable .container .speakers .list .name {
    width: 136px;
    font-size: 14px;
  }
}
#timetable .container .speakers .list .title {
  text-align: center;
  color: #fff;
  font-size: 13px;
  margin-top: 6px;
}
#timetable .container .speakers .list .desc {
  text-align: center;
  color: #fff;
  font-size: 13px;
  margin-top: 14px;
}
#timetable .container .speakers::after {
  content: "";
  display: block;
  position: absolute;
  width: 2000px;
  height: 1840px;
  background-color: #212121;
  top: 5px;
  left: calc(50% - 425px);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #timetable .container .speakers::after {
    width: 1000px;
    height: calc(100% + 90px);
    top: 0px;
    left: calc(50% - 60px);
  }
}

#interview {
  width: 100%;
  background-color: #f6f6f6;
  overflow: hidden;
  padding-top: 150px;
}
@media screen and (max-width: 768px) {
  #interview {
    padding-top: 0px;
  }
}
#interview .container {
  max-width: 1120px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #interview .container {
    max-width: initial;
    padding-top: 60px;
  }
}
#interview .container h2 {
  width: 689px;
  height: 90px;
  background-image: url(../images/title_interview.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #interview .container h2 {
    width: 279px;
    height: 114px;
    background-image: url(../images/title_interview_sp.png);
    margin: 0 auto;
  }
}
#interview .container .title_ja {
  color: #000;
}
#interview .container .description {
  margin: 30px 0px 100px;
  color: #000;
}
@media screen and (max-width: 768px) {
  #interview .container .description {
    margin-bottom: 30px;
  }
}
#interview .container .programs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 80px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #interview .container .programs {
    display: block;
    margin-top: 40px;
  }
}
#interview .container .programs .item {
  width: 46.36363636%;
  background-color: #fff;
  position: relative;
  padding: 15px 25px 25px;
  margin-bottom: 75px;
}
@media screen and (max-width: 768px) {
  #interview .container .programs .item {
    width: calc(100% - 20px);
    margin: 0 auto 35px;
    padding: 30px 18px 25px;
  }
}
#interview .container .programs .item .date {
  position: absolute;
  width: 145px;
  height: 36px;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  color: #fff;
  line-height: 1.6;
  padding-top: 6px;
  text-align: center;
  font-weight: bold;
}
#interview .container .programs .item .date::before {
  content: "";
  display: block;
  width: 145px;
  height: 36px;
  background-color: #000;
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transform: skew(-10deg) translate3d(0, 0, 0);
          transform: skew(-10deg) translate3d(0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#interview .container .programs .item .casts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #interview .container .programs .item .casts {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#interview .container .programs .item .casts .cast {
  width: 34%;
}
@media screen and (max-width: 768px) {
  #interview .container .programs .item .casts .cast {
    width: auto;
    margin: 0px auto;
  }
}
#interview .container .programs .item .casts .cast .photo {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: -16px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
#interview .container .programs .item .casts .cast .photo.ml {
  margin-bottom: -40px;
}
@media screen and (max-width: 768px) {
  #interview .container .programs .item .casts .cast .photo {
    width: calc((100vw - 94px) / 2);
    height: calc((100vw - 94px) / 2);
  }
}
#interview .container .programs .item .casts .cast .photo img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
#interview .container .programs .item .casts .cast .name {
  width: 85.7142857%;
  max-width: 120px;
  height: 26px;
  background-color: #000;
  text-align: center;
  line-height: 26px;
  font-size: 81.25%;
  color: #fff;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#interview .container .programs .item .casts .cast .name.ml {
  height: 48px;
  line-height: 1.4;
  padding-top: 6px;
}
#interview .container .programs .item .casts .cast .title {
  font-size: 12px;
  text-align: center;
  margin-top: 6px;
}
#interview .container .programs .item .casts .desc {
  width: 60%;
}
@media screen and (max-width: 768px) {
  #interview .container .programs .item .casts .desc {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
}
#interview .container .programs .item .casts .desc .theme {
  text-align: center;
  font-size: 15px;
  margin-top: 20px;
}
#interview .container .programs .item .casts .desc .title {
  margin-top: 6px;
  text-align: center;
  color: #000;
  font-weight: bold;
}
#interview .container .programs .item .casts .desc .btn_youtube {
  background-image: url(../images/btn_youtube_interview.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 90%;
  max-width: 250px;
  height: 0px;
  padding-top: 18%;
  margin: 16% auto 0px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #interview .container .programs .item .casts .desc .btn_youtube {
    margin: 20px auto 30px;
    background-image: url(../images/btn_youtube_interview_sp.png);
  }
}
#interview .container .programs .item .casts .desc .btn_youtube a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  position: absolute;
  top: 0;
}

#modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
}
#modal .modal_content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: none;
  z-index: 2;
}
#modal .modal_content .btn_close {
  width: 48px;
  height: 48px;
  display: block;
  position: absolute;
  right: -75px;
  top: -75px;
  background-image: url(../images/modal_close.png);
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #modal .modal_content .btn_close {
    right: 15px;
    top: 20px;
  }
}
#modal #modal_movie {
  max-width: 1478px;
  width: 72vw;
  height: 40.8vw;
  background-color: #000;
}
#modal #modal_movie iframe {
  width: 100%;
  height: 100%;
}
#modal #modal_movie .btn_close {
  top: -8px;
  right: -52px;
}
@media screen and (max-width: 768px) {
  #modal #modal_movie .btn_close {
    top: -50px;
    right: 0px;
  }
}
@media (orientation: landscape) {
  body.is-mobile #modal #modal_movie .btn_close {
    top: -8px;
    right: -52px;
  }
}
#modal #modal_cast {
  width: 800px;
  height: 420px;
  background-color: #212121;
  color: #ccc;
}
@media screen and (max-width: 768px) {
  #modal #modal_cast {
    width: 325px;
    height: 580px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  #modal #modal_cast {
    width: 580px;
    height: 500px;
  }
}
@media (orientation: landscape) {
  body.is-mobile #modal #modal_cast {
    width: 580px;
    height: 300px;
  }
}
#modal #modal_cast .content {
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  #modal #modal_cast .content {
    display: block;
    padding: 25px;
  }
}
@media (orientation: landscape) {
  body.is-mobile #modal #modal_cast .content {
    padding: 25px;
  }
}
#modal #modal_cast .content .photo {
  width: 235px;
  height: 320px;
  background-image: url(../images/speaker01.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 50px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  #modal #modal_cast .content .photo {
    width: 180px;
    height: 245px;
    margin: 0 auto 25px;
  }
}
@media (orientation: landscape) {
  body.is-mobile #modal #modal_cast .content .photo {
    width: 180px;
    height: 245px;
    margin-right: 25px;
  }
}
#modal #modal_cast .content .body .title {
  font-size: 12px;
}
#modal #modal_cast .content .body .name {
  font-size: 20px;
  margin-top: 8px;
}
#modal #modal_cast .content .body .description {
  font-size: 14px;
  margin-top: 16px;
}
@media (orientation: landscape) {
  body.is-mobile #modal #modal_cast .content .btn_close {
    top: 10px;
    right: 10px;
  }
}
#modal #modal_lineup {
  width: calc(80vh * 0.666);
  height: 80vh;
}
#modal #modal_lineup .btn_close {
  top: -40px;
}
#modal #modal_lineup .content {
  width: 100%;
  height: 100%;
}
#modal #modal_lineup .content iframe {
  width: 100%;
  height: 100%;
}
#modal .background {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 768px) and (orientation: landscape) {
  body.is-mobile #modal_cast {
    position: absolute;
    width: 570px !important;
    height: 295px !important;
    background-color: #212121;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
  }
  body.is-mobile #modal_cast .content {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    color: #ccc;
    padding: 25px;
  }
  body.is-mobile #modal_cast .content .photo {
    margin-right: 25px !important;
    margin-bottom: 0 !important;
  }
}/*# sourceMappingURL=archive.css.map */