@charset "UTF-8";
/*
 * # 主要 CSS
 *
 * - `_settings.scss` … 変数、関数を定義
 * - `_base.scss` … 要素セレクターを中心に、フォントや行間など全体で共通するスタイルを定義
 *
 * # ブレークポイント
 * 設計はモバイルファーストとする。
 *
 * - 共通スタイル
 *	- mq-s
 *	- mq-l
 */
/*
 * # ルートフォントサイズを定義
 *
 */
:root {
  font-size: 0.875rem; }

@media (min-width: 700px) {
  :root {
    font-size: 1rem; } }

body {
  font-family: "ヒラギノ角ゴ ProN W3", "HiraKakuPro-W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1;
  letter-spacing: .06em;
  background-color: #E0E0E0;
  min-width: 320px; }

@media (min-width: 700px) {
  body {
    min-width: 1000px; } }

/*
 * # リンク定義
 */
a {
  text-decoration: none; }
  a:link, a:visited {
    color: #353535; }

@media (min-width: 700px) {
  a {
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease; }
  a:hover {
    opacity: .7; } }

/*
 * # 画像
 *
 * 画像はスモールウィンドウではcontainer内で100%で表示
 *
 */
img {
  max-width: 100%;
  height: auto; }

@media (min-width: 700px) {
  img {
    max-width: none; } }

/*
 * # リストのリセット
 *
 */
ul, ol, dl {
  list-style: none; }

/*
 * # フォーカスのリセット
 *
 */
:focus {
  outline: none; }

/*
 * # アイコン
 *
 */
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?zidfnh");
  src: url("fonts/icomoon.eot?zidfnh#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?zidfnh") format("truetype"), url("fonts/icomoon.woff?zidfnh") format("woff"), url("fonts/icomoon.svg?zidfnh#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-up:before {
  content: "\e900"; }

.icon-down:before {
  content: "\e901"; }

/*
 * # ユーティリティークラス
 *
 * - キーカラー
 * - 削除
 *
 */
.keycolor {
  color: #c40018; }

.is-hidden {
  display: none; }

@media (min-width: 320px) {
  .is-hidden-s {
    display: none; } }

@media (min-width: 700px) {
  .is-hidden-s {
    display: block; }
  .is-hidden-l {
    display: none; } }

/*
 * # layout
 */
.l-frame {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  z-index: 2; }

.l-frame--dark {
  background-color: #000; }

@media (min-width: 700px) {
  .l-frame {
    min-width: 1000px;
    max-width: 1600px; } }

.l-col {
  padding: 4em 0; }

.l-col__item,
.l-col__2 {
  margin-bottom: 3em; }

@media (min-width: 700px) {
  .l-col {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 4em 0 2em 0; }
  .l-col__item {
    width: 30%; }
  .l-col__2 {
    width: 47.2%; } }

/* Slider */
.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; }

.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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.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; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("fonts/slick.eot");
  src: url("fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg"); }

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '←'; }

[dir='rtl'] .slick-prev:before {
  content: '→'; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: '→'; }

[dir='rtl'] .slick-next:before {
  content: '←'; }

/* Dots */
.slick-dotted.slick-slider {
  /* margin-bottom: 30px; */ }

.slick-dots {
  position: absolute;
  bottom: -5%;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 123px;
  height: 40px;
  margin: 0 8px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 123px;
  height: 40px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease; }

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 123px;
  height: 3px;
  content: '';
  text-align: center;
  background-color: #fff;
  opacity: .25;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #fff; }

/*
 * # .c-header
 */
.c-header {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 120;
  background-color: #212121;
  padding: 15px; }

@media (min-width: 700px) {
  .c-header {
    background-color: transparent;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    padding: 30px; }
    .c-header:before, .c-header:after {
      content: '';
      display: table; }
    .c-header:after {
      clear: both; } }

.c-header__logo {
  position: relative;
  display: inline-block; }

@media (min-width: 700px) {
  .c-header__logo {
    float: left; }
    .c-header__logo img {
      width: 356px; } }

.c-header__nav {
  background-color: #212121;
  text-align: center;
  color: #fff;
  padding: 1em 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.14286rem;
  position: absolute;
  left: 0;
  width: 100%;
  margin-top: 15px;
  -webkit-transform: translateY(0vh) scaleY(0);
  -ms-transform: translateY(0vh) scaleY(0);
  transform: translateY(0vh) scaleY(0);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  -o-transition: transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  z-index: 100; }
  .c-header__nav a {
    color: #fff;
    text-decoration: none;
    display: inline-block; }

.c-header__nav.is-active {
  -webkit-transform: translateY(0vh) scaleY(1);
  -ms-transform: translateY(0vh) scaleY(1);
  transform: translateY(0vh) scaleY(1); }

.c-header__nav__item {
  padding: 1em 0;
  letter-spacing: 0.1em; }
  .c-header__nav__item span {
    opacity: .5; }

@media (min-width: 700px) {
  .c-header__nav {
    font-size: 1.25rem;
    background-color: transparent;
    padding: 0;
    -webkit-transform: translateY(0vh);
    -ms-transform: translateY(0vh);
    transform: translateY(0vh);
    margin-top: 0;
    text-align: left;
    display: inline-block;
    vertical-align: baseline;
    position: relative;
    width: auto;
    float: right;
    top: 4px;
    right: 45px; }
  .c-header__nav__item {
    display: inline-block;
    margin-left: 1.2em;
    padding: 0; } }

.c-header__nav__item--btn a {
  padding: 1em;
  border: 1px solid #fff;
  letter-spacing: 0.06em; }

@media (min-width: 320px) {
  .c-header__nav__item--btn a {
    font-size: 0.92857rem; } }

@media (min-width: 700px) {
  .c-header__nav__item--btn a {
    font-size: 12px;
    padding: 1.5em 5em; } }

.c-header__btn {
  display: block;
  width: 57px;
  height: 57px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 2%;
  padding: 5px;
  z-index: 100; }
  .c-header__btn span {
    display: inline-block;
    font-size: 0;
    line-height: 0;
    border-bottom: 1px solid #fff;
    width: 27px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -13.5px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease; }
    .c-header__btn span:before, .c-header__btn span:after {
      content: '';
      display: inline-block;
      border-top: 1px solid #fff;
      width: 27px;
      position: absolute;
      left: 50%;
      margin-left: -13.5px;
      -webkit-transition: all .6s ease;
      -o-transition: all .6s ease;
      transition: all .6s ease; }
    .c-header__btn span:before {
      top: -6px; }
    .c-header__btn span:after {
      top: 6px; }

.c-header__btn.is-active span {
  border: none; }
  .c-header__btn.is-active span:before, .c-header__btn.is-active span:after {
    top: 0;
    border-color: #fff; }
  .c-header__btn.is-active span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .c-header__btn.is-active span:after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg); }

@media (min-width: 700px) {
  .c-header__btn {
    display: none; } }

/*
 * .c-hero
 */
.c-hero {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto; }

@media (min-width: 700px) {
  .c-evehero {
    height: 800px;
    max-height: 800px;
    position: relative;
    background: #212121 none no-repeat fixed center top;
    background-size: 100% auto; }
  .c-ivhero {
    height: 800px;
    max-height: 800px;
    position: relative;
    background: #191818 none no-repeat fixed center top;
    background-size: 100% auto; }
  .c-hero {
    height: 900px;
    max-height: 900px;
    position: relative;
    background: #191818 none no-repeat fixed center top;
    background-size: 100% auto; }
  .c-hero a {
    display: block;
    position: relative;
    top: 26%;
    -webkit-transition: opacity .6s ease 0s;
    -o-transition: opacity .6s ease 0s;
    transition: opacity .6s ease 0s; }
    .c-hero a:hover {
      opacity: .6; }
  .c-hero--small {
    height: 760px;
    max-height: 760px; }
  .c-hero--small a {
    display: block;
    position: relative;
    top: 42%; }
    .c-hero--small a:hover {
      opacity: .6; } }

/* @include mq-xl {
	.c-hero {
		padding-top: 1072px;
	}
} */
.c-hero-heading {
  background-color: #212121;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
  width: 100%;
  z-index: 10;
  padding: 1.5em 0 3em; }
  .c-hero-heading h1 {
    font-size: 3.28571rem;
    font-weight: normal;
    letter-spacing: .1em; }
  .c-hero-heading p {
    font-size: 1.14286rem;
    padding-top: 2em; }

@media (min-width: 700px) {
  .c-hero-heading {
    position: absolute;
    background-color: transparent;
    margin-top: 110px; }
    .c-hero-heading h1 {
      font-size: 4.5rem; }
    .c-hero-heading p {
      font-size: 1.5rem;
      text-align: left;
      padding-top: 2em;
      padding-left: 8%; } }

.c-hero__main__item__content {
  background-color: #fff; }

@media (min-width: 700px) {
  .c-evehero__main {
    top: 38%;
    position: relative; }
  .c-ivhero__main {
    top: 38%;
    position: relative; }
  .c-ivhero__sub {
    top: 10%;
    position: relative; }
  .c-hero__main {
    top: 28%;
    position: relative; }
  .c-hero--small .c-hero__main {
    top: 42%;
    opacity: 0; }
  .c-hero--eventnone {
    opacity: .5;
    pointer-events: none; }
  .c-hero__main__item {
    width: 100%;
    display: block;
    background-size: cover;
    position: relative;
    top: -10%; }
    .c-hero__main__item * {
      -webkit-transition: all .4s ease;
      -o-transition: all .4s ease;
      transition: all .4s ease; }
    .c-hero__main__item a:hover * {
      opacity: .8; }
    .c-hero__main__item a:hover {
      opacity: 1; }
  .c-hero__main__item__content {
    position: relative;
    background-color: transparent; } }

.c-hero__main__item__info,
.c-hero__main__item__title,
.c-hero__main__item__source,
.c-hero__main__item__text {
  padding: 0 15px; }

@media (min-width: 700px) {
  .c-hero__main__item__info,
  .c-hero__main__item__title,
  .c-hero__main__item__source,
  .c-hero__main__item__text {
    padding: 0 8%;
    color: #fff; } }

.c-hero__main__item__info {
  padding-top: 1em;
  font-size: 0.85714rem;
  font-family: 'Roboto Condensed', sans-serif;
  margin-bottom: 1em; }
  .c-hero__main__item__info p {
    display: inline-block;
    margin-right: 1em; }

.c-hero__main__item__title {
  font-size: 1.14286rem;
  line-height: 1.85;
  margin: -.2em 0; }

@media (min-width: 700px) {
  .c-hero__main__item__info {
    font-size: 1.125rem;
    position: relative;
    padding-top: 4em; }
    .c-hero__main__item__info .keycolor {
      font-size: 2.25rem;
      position: absolute;
      top: 0;
      left: 8%; }
  .c-hero__main__item__title {
    letter-spacing: .1em; } }

.c-hero__main__item__source {
  padding-top: 1em;
  padding-bottom: 2em;
  line-height: 1.5em;
  font-size: 0.85714rem;
  font-family: 'Roboto Condensed', sans-serif; }

.c-hero__main__item__source--ja {
  font-family: "ヒラギノ角ゴ ProN W3", "HiraKakuPro-W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif; }

@media (min-width: 700px) {
  .c-hero__main__item__source {
    font-size: 1.75rem;
    position: relative;
    z-index: 10; } }

.c-hero__main__item__text {
  font-size: 0.875em;
  font-family: "ヒラギノ角ゴ ProN W3", "HiraKakuPro-W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 2.0; }

@media (min-width: 700px) {
  .c-hero__main__item__text {
    padding-top: 3em; } }

@media (min-width: 700px) {
  .c-hero__main__item__pic {
    width: 526px;
    height: auto;
    position: absolute;
    right: 8%;
    top: 13%;
    z-index: 1; }
  .c-hero__main__item__pic--noslick {
    width: 526px;
    height: auto;
    position: absolute;
    right: 8%;
    bottom: 9%;
    z-index: 1;
    -webkit-transform: perspective(526px) rotateY(-5deg);
    transform: perspective(526px) rotateY(-5deg); }
  .c-hero__main__item__pic--bottom {
    bottom: 0; }
  .c-hero__main__item__title {
    font-size: 2.625rem;
    line-height: 1.7;
    color: #fff;
    z-index: 10;
    position: relative; } }

.c-hero__main__item__btn {
  padding-left: 15px; }
  .c-hero__main__item__btn a {
    display: inline-block;
    margin-bottom: 20px;
    background-color: #c40018;
    position: relative;
    padding: .8em 1em;
    font-size: 0.85714rem; }
    .c-hero__main__item__btn a:link, .c-hero__main__item__btn a:visited {
      color: #fff; }
  .c-hero__main__item__btn p {
    display: inline-block;
    margin-bottom: 20px;
    background-color: #c40018;
    position: relative;
    padding: .8em 1em;
    color: #ffffff;
    font-size: 0.85714rem; }
    .c-hero__main__item__btn p:link, .c-hero__main__item__btn p:visited {
      color: #fff; }

@media (min-width: 700px) {
  .c-hero__main__item__btn {
    padding-left: 8%; }
    .c-hero__main__item__btn a {
      padding: 1.5em 6em; }
    .c-hero__main__item__btn p {
      padding: 1.5em 6em; } }

.c-hero__main__item__btn--space {
  padding-top: 1em; }

@media (min-width: 700px) {
  .c-hero__main__item__btn--space {
    padding-top: 4em; } }

@media (min-width: 700px) {
  .c-hero__main__item__btn--movie a {
    position: relative; }
    .c-hero__main__item__btn--movie a::before {
      content: '';
      z-index: 2;
      position: absolute;
      background: transparent url(../../interview/image/movie-play.png) no-repeat scroll top left;
      width: 23px;
      height: 23px;
      top: 16px;
      left: 50px;
      background-size: cover; } }

/*
 * .c-sort
 */
.c-sort-selector,
.c-sort__item {
  background-color: #f9f9f9;
  text-align: center;
  text-transform: uppercase;
  padding: 1em 0;
  font-family: 'Roboto Condensed', sans-serif;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  cursor: pointer; }

@media (min-width: 700px) {
  .c-sort__item {
    background-color: #fff; } }

.c-sort-selector {
  position: relative; }
  .c-sort-selector:after {
    font-family: 'icomoon';
    src: url("fonts/icomoon.eot?zidfnh");
    src: url("fonts/icomoon.eot?zidfnh#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?zidfnh") format("truetype"), url("fonts/icomoon.woff?zidfnh") format("woff"), url("fonts/icomoon.svg?zidfnh#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e901";
    position: absolute;
    right: 1em; }

.c-sort-selector.is-active:after {
  content: "\e900"; }

.c-sort {
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
  width: 100%; }

.c-sort__item.is-active {
  background-color: #c40018;
  color: #fff; }

@media (min-width: 700px) {
  .c-sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0; }
  .c-sort__item {
    width: 20%;
    padding: 6em 0; }
    .c-sort__item:after {
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\e901";
      display: block;
      margin-top: 1em;
      font-size: 1.5rem; }
  .c-sort__item--selected {
    display: none; } }

/*
 * .c-grid
 */
.c-grid-fixer {
  -webkit-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease; }

.c-grid {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.c-grid__item {
  list-style: none;
  overflow: hidden;
  width: 100%; }
  .c-grid__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

.c-grid__item--pic {
  background: transparent none scroll no-repeat center center;
  background-size: cover;
  width: 100%;
  padding-bottom: 33.33333333%; }

.c-grid__item.even a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.c-grid__item__bg {
  -webkit-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  transform: translateY(-30%); }

@media (min-width: 700px) {
  .c-grid__item {
    width: 20%;
    height: 40%; }
    .c-grid__item.even a,
    .c-grid__item a {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch; }
  .c-grid__item--pickup {
    width: 80%; }
    .c-grid__item--pickup.even a,
    .c-grid__item--pickup a {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
    .c-grid__item--pickup .c-grid__item__thumb,
    .c-grid__item--pickup .c-grid__item__info {
      width: 50%; }
    .c-grid__item--pickup .c-grid__item__thumb {
      padding-bottom: 50%; }
  .c-grid__item--pic {
    width: 100%;
    background-size: cover;
    background-color: #fdfdfd;
    background-attachment: fixed; }
  .c-grid__item__bg img {
    width: 100%; } }

.c-grid__item__thumb {
  overflow: hidden;
  background: transparent none scroll no-repeat center center;
  background-size: auto 100%;
  width: 50%;
  padding-bottom: 50%;
  min-height: 0; }
  .c-grid__item__thumb img {
    width: 100%; }

.c-grid__item__info {
  padding: 15px;
  display: block;
  width: 50%; }

.c-grid__item__date,
.c-grid__item__tag {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 0.71429rem; }

.c-grid__item__title {
  font-size: 0.78571rem;
  font-weight: bold;
  line-height: 1.6;
  margin: .8em 0; }

.c-grid__item__tag {
  text-transform: uppercase;
  color: #c40018; }
  .c-grid__item__tag span {
    display: inline-block;
    margin-right: 1em; }

.c-grid__item__source {
  color: #999;
  font-size: 0.71429rem;
  margin-top: .8em; }

@media (min-width: 700px) {
  .c-grid__item__thumb {
    width: 100%;
    padding-bottom: 100%; }
  .c-grid__item__info {
    width: 100%;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative; }
  .c-grid__item__date,
  .c-grid__item__tag {
    font-size: 0.6875rem; }
  .c-grid__item__title {
    font-size: 12px;
    line-height: 1.5em; }
  .c-grid__item__source {
    font-size: 12px; }
  .c-grid__item--pickup .c-grid__item__date,
  .c-grid__item--pickup .c-grid__item__tag {
    font-size: 1rem; }
  .c-grid__item--pickup .c-grid__item__title {
    font-size: 1.75rem;
    margin: .5em 0; }
  .c-grid__item--pickup .c-grid__item__source {
    margin-top: 1.2em; } }

/*
 * .c-footer
 */
.c-footer {
  background-color: #212121;
  padding: 30px 0;
  text-align: center;
  color: #ffffff;
  position: relative;
  width: 100%;
  margin: 0 auto; }

@media (min-width: 700px) {
  .c-footer {
    min-width: 1000px;
    max-width: 1600px;
    padding: 70px 0 35px; } }

@media (min-width: 700px) {
  .c-footer__sns:before {
    content: 'SHARE';
    display: block;
    margin-bottom: 1em;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 0.875rem; } }

.c-footer__sns__item {
  display: inline-block; }
  .c-footer__sns__item a {
    display: inline-block;
    width: 36px;
    text-align: center; }

.c-footer__copy {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 0.71429rem;
  margin-top: 2em;
  padding: 0 15px;
  line-height: 1.6; }

@media (min-width: 700px) {
  .c-footer__copy {
    margin-top: 70px; } }

.c-footer__rewind {
  display: none; }

@media (min-width: 700px) {
  .c-footer__rewind {
    display: block;
    position: absolute;
    bottom: 30px;
    right: 30px; } }

/*
 * .c-article
 */
@media (min-width: 700px) {
  .c-article-cushion:before {
    content: '';
    width: 100%;
    background-color: #ebebeb;
    display: block;
    position: absolute; }
  .l-frame .c-article-cushion--above:before {
    top: 0;
    z-index: -1;
    padding-bottom: 46.2%; }
  .l-frame .c-article-cushion--below:before {
    bottom: 0;
    z-index: -1;
    padding-bottom: 24.9%; }
  .l-frame .c-article-cushion--below {
    padding-bottom: 8em; } }

.c-article {
  padding: 0 15px; }
  .c-article p {
    padding-top: 2em;
    line-height: 1.7; }
  .c-article hr {
    padding-top: 2em;
    border-bottom: 1px solid #e5e5e5; }

@media (min-width: 700px) {
  .c-article {
    padding: 0;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
    .c-article p {
      padding-top: 0;
      line-height: 2; }
    .c-article hr {
      padding-top: 0;
      margin: 3.25em 0; }
  .c-article--lede {
    padding: 6em 0 0; }
  .c-article--ledesize {
    width: 70%; } }

.c-article--pic {
  padding: 3em 0 0; }
  .c-article--pic img {
    width: 100%;
    display: block; }

@media (min-width: 700px) {
  .c-article--pic {
    padding: 0;
    width: 80%; }
    .c-article--pic img {
      margin-top: 6em; } }

.c-article__heading {
  text-align: center;
  font-size: 1.42857rem;
  font-weight: bold;
  margin-top: 2em; }

@media (min-width: 700px) {
  .c-article__heading {
    font-size: 1.75rem;
    margin: 3.5em 0 2.3em; } }

.c-margintop {
  margin-top: 2em; }

@media (min-width: 700px) {
  .c-margintop {
    margin-top: 6em; } }

/*
 * .c-interview
 */
.interview .c-hero__main__item__content {
  padding: 1em 0 2em;
  background-color: #212121;
  color: #fff; }

.interview .c-hero__main__item__content--report {
  padding: 0 0;
  color: #000000;
  background-color: #ffffff; }

.interview .c-hero__main__item__info p {
  font-size: 1.42857rem; }

.interview .c-hero__main__item__source {
  padding-bottom: 1.5em; }

.interview .c-hero__main__item__text {
  padding-top: 1em; }

.interview .sp_none {
  display: none; }

@media (min-width: 700px) {
  .interview .c-hero__main__item__content {
    background-color: transparent; }
  .interview .c-hero__main__item__info p {
    font-size: 2.875rem; }
  .interview .c-rowlist__item__title--en {
    margin-top: -.5em; }
  .interview .c-hero__main__item__content--report {
    color: #ffffff;
    background: none; }
  .interview .c-hero__main__item__text {
    padding-top: 3em; }
  .interview .sp_none {
    display: block; } }

@media (min-width: 700px) {
  .c-interview-cushion:before {
    content: '';
    width: 100%;
    background-color: #ebebeb;
    display: block;
    position: absolute; }
  .l-frame .c-interview-cushion--above:before {
    top: 0;
    z-index: -1;
    padding-bottom: 68%; }
  .l-frame .c-interview-cushion--below:before {
    bottom: 0;
    z-index: -1;
    padding-bottom: 44.9%; }
  .l-frame .c-interview-cushion--below {
    padding-bottom: 4em; } }

.c-interview {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px; }

.c-interview p {
  font-family: "ヒラギノ角ゴ ProN W3", "HiraKakuPro-W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  color: #353535;
  letter-spacing: 2px; }

.c-interview img {
  width: 100%;
  height: auto; }

.c-interview__icon {
  width: 25%; }

.c-interview__name {
  font-size: 1em;
  margin: 2em 0 2em 0; }

.c-interview__name span {
  display: block;
  margin-top: 1em;
  font-size: 12px; }

.c-interview__text {
  font-size: 0.875em;
  line-height: 1.8; }

.c-interview__heading {
  text-align: center;
  font-size: 1.75em;
  line-height: 2.0;
  margin: 3em 0 1.5em 0; }

.c-interview__talk {
  width: 100%; }

.c-interview__talk dt {
  display: inline-block;
  border-bottom: 2px solid #000;
  margin: 0 0 10px 0;
  font-size: 0.875em;
  line-height: 2.0; }

.c-interview__talk dd {
  line-height: 2.0;
  padding-bottom: 4em; }

.c-interview__talk--narrow dd {
  padding-bottom: 2em; }

.c-interview__image--last {
  padding-bottom: 4em; }

.c-interview__btn {
  text-align: center;
  width: 100%;
  margin: 0 auto 0 auto;
  padding-bottom: 4em; }

.c-interview__btn a {
  position: relative;
  display: block;
  text-align: center;
  padding: 1.5em 0;
  border: 3px solid #000000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  font-size: 16px;
  font-family: "ヒラギノ角ゴ ProN W6", "HiraKakuPro-W6", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  line-height: 24px; }

.c-interview__btn a::before {
  position: absolute;
  content: '';
  width: 12px;
  height: 3px;
  top: 43px;
  right: 4%;
  margin: auto;
  background-color: #000000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.c-interview__btn a::after {
  position: absolute;
  content: '';
  width: 12px;
  height: 3px;
  right: 4%;
  bottom: 43px;
  margin: auto;
  background-color: #000000;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

@media (min-width: 700px) {
  .c-interview {
    width: 80%;
    margin: 0 auto; }
  .c-interview__icon {
    width: 80px; }
  .c-interview__name {
    font-size: 1em;
    margin: 1em 0 2em 0; }
  .c-interview__talk {
    width: 96%;
    margin-left: -4em;
    padding-bottom: 2em; }
  .c-interview__talk dt {
    float: left;
    width: 170px;
    padding: 2px 0 0 0;
    text-align: right;
    border-bottom: none; }
  .c-interview__talk dd {
    margin-left: 180px;
    padding-bottom: 4em; }
  .c-interview__talk--narrow dd {
    padding-bottom: 2.5em; }
  .c-interview__image--last {
    padding-bottom: 0; }
  .c-interview__btn {
    width: 75.1%;
    margin: 8em auto 0 auto; }
  .c-interview__btn a {
    padding: 2.4em 0;
    font-size: 18px;
    letter-spacing: .09em; }
  .c-interview__btn br {
    display: none; }
  .c-interview__btn a::before {
    width: 13px;
    height: 3px;
    top: 50px;
    right: 4%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .c-interview__btn a::after {
    width: 13px;
    height: 3px;
    right: 4%;
    bottom: 49px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); } }

/*
 * .c-heading
 */
.c-heading {
  font-size: 1.5rem;
  font-weight: normal; }

.l-frame--dark .c-heading {
  color: #fff; }

/*
 * .c-rowlist
 */
.c-rowlist__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%; }

.c-rowlist__item h3 {
  margin: .5em 0; }

.c-rowlist__item__pic {
  overflow: hidden;
  width: 40%; }
  .c-rowlist__item__pic img {
    width: 100%; }

@media (min-width: 700px) {
  .c-rowlist__item__pic {
    width: 240px; } }

.c-rowlist__item__info {
  width: 60%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  padding: .8em; }
  .c-rowlist__item__info small {
    font-size: 0.78571rem;
    font-family: 'Roboto Condensed', sans-serif; }

@media (min-width: 700px) {
  .c-rowlist__item__info {
    padding: 1.2em;
    position: relative; }
    .c-rowlist__item__info small {
      font-size: 12px; }
  .c-rowlist .c-rowlist__item:not(:first-child) .c-rowlist__item__info:after {
    content: '';
    width: 96%;
    display: block;
    position: absolute;
    top: 0;
    border-top: 1px solid #f2f2f2; } }

.c-rowlist__item__title {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.02em; }

.c-rowlist__item__title--en {
  font-family: 'Roboto Condensed', sans-serif; }

@media (min-width: 700px) {
  .c-rowlist__item__title {
    font-size: 1.25rem;
    line-height: 1.6; } }

/*
 * .c-return
 */
.c-return {
  padding: 2em 0;
  text-align: center;
  display: block;
  width: 100%;
  background-color: #c40018; }
  .c-return:link, .c-return:visited {
    color: #fff; }

/*
 * .event
 */
.event .c-hero__main__item__content {
  padding: 1em 0 2em;
  background-color: #212121;
  color: #fff; }

.event .c-hero__main__item__content--report {
  padding: 0 0;
  color: #000000;
  background-color: #ffffff; }

.event .c-hero__main__item__info p {
  font-size: 1.42857rem; }

.event .c-hero__main__item__source {
  padding-bottom: 1.5em; }

@media (min-width: 700px) {
  .event .c-hero__main__item__content {
    background-color: transparent; }
  .event .c-hero__main__item__info p {
    font-size: 2.875rem; }
  .event .c-rowlist__item__title--en {
    margin-top: -.5em; }
  .event .c-hero__main__item__content--report {
    padding: 9em 0 2em;
    color: #ffffff;
    background: none; } }

.t-event-report {
  background-color: #212121;
  padding: 3em 0; }
  .t-event-report .c-heading {
    text-align: center;
    font-size: 1.14286rem;
    padding-bottom: 2em; }

@media (min-width: 700px) {
  .t-event-report {
    background-color: #000;
    padding: 4em 0 6em; }
    .t-event-report .c-heading {
      text-align: left;
      padding-left: 8%;
      font-size: 1.5rem; } }

/*
 * .interview
 */
.interview .c-hero__main__item__content {
  padding: 1em 0 2em;
  background-color: #212121;
  color: #fff; }

.interview .c-hero__main__item__content--report {
  padding: 0 0;
  color: #000000;
  background-color: #ffffff; }

.interview .c-hero__main__item__info p {
  font-size: 1.42857rem; }

.interview .c-hero__main__item__source {
  padding-bottom: 1.5em; }

.interview .c-ivhero__main .c-hero__main__item__title {
  margin-bottom: 1em; }

@media (min-width: 700px) {
  .interview .c-hero__main__item__content {
    background-color: transparent; }
  .interview .c-hero__main__item__info p {
    font-size: 2.875rem; }
  .interview .c-rowlist__item__title--en {
    margin-top: -.5em; }
  .interview .c-hero__main__item__content--report {
    padding: 9em 0 2em;
    color: #ffffff;
    background: none; } }

.t-interview-report {
  background-color: #212121;
  padding: 3em 0; }
  .t-interview-report .c-heading {
    text-align: center;
    font-size: 1.14286rem;
    padding-bottom: 2em; }

@media (min-width: 700px) {
  .t-interview-report {
    background-color: #000;
    padding: 4em 0 6em; }
    .t-interview-report .c-heading {
      text-align: left;
      padding-left: 8%;
      font-size: 1.5rem; } }

/*
 * # animation
 */
@media (min-width: 700px) {
  .c-hero__main__item__pic {
    -webkit-transform: perspective(526px) rotateY(-30deg);
    transform: perspective(526px) rotateY(-30deg);
    -webkit-transition: all .6s ease-out .5s;
    -o-transition: all .6s ease-out .5s;
    transition: all .6s ease-out .5s; }
  .slick-current .c-hero__main__item__pic {
    -webkit-transform: perspective(526px) rotateY(-12deg);
    transform: perspective(526px) rotateY(-12deg); } }

@media (min-width: 700px) {
  .c-grid__item__thumb img {
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear; }
  .c-grid__item:hover .c-grid__item__thumb img {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
    opacity: 1; }
  .c-rowlist__item a:hover {
    opacity: 1; }
  .c-rowlist__item__pic img {
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear; }
  .c-rowlist__item:hover .c-rowlist__item__pic img {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02); }
  .c-rowlist__item__info {
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear; }
  .c-rowlist__item__info:hover {
    background-color: #e5ecef;
    padding-top: 1.5em; }
  .c-grid__item__date {
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear; }
  .c-grid__item:hover .c-grid__item__date {
    margin-top: 1%; }
  .c-grid__item a:hover {
    opacity: 1;
    background-color: #e5ecef; }
  .c-grid__item--pickup a:hover {
    opacity: 1;
    background-color: #e5ecef; }
  .c-hero__main__item__btn a {
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear; }
  .c-hero__main__item__btn a:hover {
    opacity: 0.7; }
  .c-sort__item::after {
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear; }
  .c-sort__item:hover::after {
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px); }
  .c-sort__item {
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear; }
  .c-sort__item:hover {
    background-color: #e5ecef; }
  .c-sort__item.is-active:hover {
    background-color: #c40018; } }
