@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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);
  transform: translate3d(0, 0, 0);
}

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

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

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

/* ========================================
  Reset
======================================== */
body, div, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, th, td, p, blockquote, pre, address, object, form, fieldset, input, textarea {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, table, input, textarea {
  font-size: 100%;
  font-weight: normal;
}

ul, ol {
  list-style: none;
  list-style-position: inside;
}

html {
  overflow-y: scroll;
}

/* ========================================
  Base
======================================== */
* {
  box-sizing: border-box;
}

body {
  width: 100%;
  overflow: hidden;
  color: #333333;
  font-family: Verdana, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

@media screen and (min-width: 768px) {
  body {
    min-width: 1200px;
  }
}

select, input, textarea {
  font-family: Verdana, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

a {
  color: #148cd0;
  text-decoration: underline;
}

@media screen and (min-width: 1024px) {
  a:hover {
    text-decoration: none;
  }
}

img {
  vertical-align: bottom;
}

*, *:before, *:after {
  box-sizing: border-box;
}

.u-clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.u-mg5 {
  margin: 5px;
}

.u-mg-t5 {
  margin-top: 5px;
}

.u-mg-l5 {
  margin-left: 5px;
}

.u-mg-b5 {
  margin-bottom: 5px;
}

.u-mg-r5 {
  margin-right: 5px;
}

.u-pd5 {
  padding: 5px;
}

.u-pd-t5 {
  padding-top: 5px;
}

.u-pd-l5 {
  padding-left: 5px;
}

.u-pd-b5 {
  padding-bottom: 5px;
}

.u-pd-r5 {
  padding-right: 5px;
}

.u-mg10 {
  margin: 10px;
}

.u-mg-t10 {
  margin-top: 10px;
}

.u-mg-l10 {
  margin-left: 10px;
}

.u-mg-b10 {
  margin-bottom: 10px;
}

.u-mg-r10 {
  margin-right: 10px;
}

.u-pd10 {
  padding: 10px;
}

.u-pd-t10 {
  padding-top: 10px;
}

.u-pd-l10 {
  padding-left: 10px;
}

.u-pd-b10 {
  padding-bottom: 10px;
}

.u-pd-r10 {
  padding-right: 10px;
}

.u-mg15 {
  margin: 15px;
}

.u-mg-t15 {
  margin-top: 15px;
}

.u-mg-l15 {
  margin-left: 15px;
}

.u-mg-b15 {
  margin-bottom: 15px;
}

.u-mg-r15 {
  margin-right: 15px;
}

.u-pd15 {
  padding: 15px;
}

.u-pd-t15 {
  padding-top: 15px;
}

.u-pd-l15 {
  padding-left: 15px;
}

.u-pd-b15 {
  padding-bottom: 15px;
}

.u-pd-r15 {
  padding-right: 15px;
}

.u-mg20 {
  margin: 20px;
}

.u-mg-t20 {
  margin-top: 20px;
}

.u-mg-l20 {
  margin-left: 20px;
}

.u-mg-b20 {
  margin-bottom: 20px;
}

.u-mg-r20 {
  margin-right: 20px;
}

.u-pd20 {
  padding: 20px;
}

.u-pd-t20 {
  padding-top: 20px;
}

.u-pd-l20 {
  padding-left: 20px;
}

.u-pd-b20 {
  padding-bottom: 20px;
}

.u-pd-r20 {
  padding-right: 20px;
}

.u-mg25 {
  margin: 25px;
}

.u-mg-t25 {
  margin-top: 25px;
}

.u-mg-l25 {
  margin-left: 25px;
}

.u-mg-b25 {
  margin-bottom: 25px;
}

.u-mg-r25 {
  margin-right: 25px;
}

.u-pd25 {
  padding: 25px;
}

.u-pd-t25 {
  padding-top: 25px;
}

.u-pd-l25 {
  padding-left: 25px;
}

.u-pd-b25 {
  padding-bottom: 25px;
}

.u-pd-r25 {
  padding-right: 25px;
}

.u-mg30 {
  margin: 30px;
}

.u-mg-t30 {
  margin-top: 30px;
}

.u-mg-l30 {
  margin-left: 30px;
}

.u-mg-b30 {
  margin-bottom: 30px;
}

.u-mg-r30 {
  margin-right: 30px;
}

.u-pd30 {
  padding: 30px;
}

.u-pd-t30 {
  padding-top: 30px;
}

.u-pd-l30 {
  padding-left: 30px;
}

.u-pd-b30 {
  padding-bottom: 30px;
}

.u-pd-r30 {
  padding-right: 30px;
}

.u-mg35 {
  margin: 35px;
}

.u-mg-t35 {
  margin-top: 35px;
}

.u-mg-l35 {
  margin-left: 35px;
}

.u-mg-b35 {
  margin-bottom: 35px;
}

.u-mg-r35 {
  margin-right: 35px;
}

.u-pd35 {
  padding: 35px;
}

.u-pd-t35 {
  padding-top: 35px;
}

.u-pd-l35 {
  padding-left: 35px;
}

.u-pd-b35 {
  padding-bottom: 35px;
}

.u-pd-r35 {
  padding-right: 35px;
}

.u-mg40 {
  margin: 40px;
}

.u-mg-t40 {
  margin-top: 40px;
}

.u-mg-l40 {
  margin-left: 40px;
}

.u-mg-b40 {
  margin-bottom: 40px;
}

.u-mg-r40 {
  margin-right: 40px;
}

.u-pd40 {
  padding: 40px;
}

.u-pd-t40 {
  padding-top: 40px;
}

.u-pd-l40 {
  padding-left: 40px;
}

.u-pd-b40 {
  padding-bottom: 40px;
}

.u-pd-r40 {
  padding-right: 40px;
}

.u-mg45 {
  margin: 45px;
}

.u-mg-t45 {
  margin-top: 45px;
}

.u-mg-l45 {
  margin-left: 45px;
}

.u-mg-b45 {
  margin-bottom: 45px;
}

.u-mg-r45 {
  margin-right: 45px;
}

.u-pd45 {
  padding: 45px;
}

.u-pd-t45 {
  padding-top: 45px;
}

.u-pd-l45 {
  padding-left: 45px;
}

.u-pd-b45 {
  padding-bottom: 45px;
}

.u-pd-r45 {
  padding-right: 45px;
}

.u-mg50 {
  margin: 50px;
}

.u-mg-t50 {
  margin-top: 50px;
}

.u-mg-l50 {
  margin-left: 50px;
}

.u-mg-b50 {
  margin-bottom: 50px;
}

.u-mg-r50 {
  margin-right: 50px;
}

.u-pd50 {
  padding: 50px;
}

.u-pd-t50 {
  padding-top: 50px;
}

.u-pd-l50 {
  padding-left: 50px;
}

.u-pd-b50 {
  padding-bottom: 50px;
}

.u-pd-r50 {
  padding-right: 50px;
}

.u-mg55 {
  margin: 55px;
}

.u-mg-t55 {
  margin-top: 55px;
}

.u-mg-l55 {
  margin-left: 55px;
}

.u-mg-b55 {
  margin-bottom: 55px;
}

.u-mg-r55 {
  margin-right: 55px;
}

.u-pd55 {
  padding: 55px;
}

.u-pd-t55 {
  padding-top: 55px;
}

.u-pd-l55 {
  padding-left: 55px;
}

.u-pd-b55 {
  padding-bottom: 55px;
}

.u-pd-r55 {
  padding-right: 55px;
}

.u-mg60 {
  margin: 60px;
}

.u-mg-t60 {
  margin-top: 60px;
}

.u-mg-l60 {
  margin-left: 60px;
}

.u-mg-b60 {
  margin-bottom: 60px;
}

.u-mg-r60 {
  margin-right: 60px;
}

.u-pd60 {
  padding: 60px;
}

.u-pd-t60 {
  padding-top: 60px;
}

.u-pd-l60 {
  padding-left: 60px;
}

.u-pd-b60 {
  padding-bottom: 60px;
}

.u-pd-r60 {
  padding-right: 60px;
}

.u-mg65 {
  margin: 65px;
}

.u-mg-t65 {
  margin-top: 65px;
}

.u-mg-l65 {
  margin-left: 65px;
}

.u-mg-b65 {
  margin-bottom: 65px;
}

.u-mg-r65 {
  margin-right: 65px;
}

.u-pd65 {
  padding: 65px;
}

.u-pd-t65 {
  padding-top: 65px;
}

.u-pd-l65 {
  padding-left: 65px;
}

.u-pd-b65 {
  padding-bottom: 65px;
}

.u-pd-r65 {
  padding-right: 65px;
}

.u-mg70 {
  margin: 70px;
}

.u-mg-t70 {
  margin-top: 70px;
}

.u-mg-l70 {
  margin-left: 70px;
}

.u-mg-b70 {
  margin-bottom: 70px;
}

.u-mg-r70 {
  margin-right: 70px;
}

.u-pd70 {
  padding: 70px;
}

.u-pd-t70 {
  padding-top: 70px;
}

.u-pd-l70 {
  padding-left: 70px;
}

.u-pd-b70 {
  padding-bottom: 70px;
}

.u-pd-r70 {
  padding-right: 70px;
}

.u-mg75 {
  margin: 75px;
}

.u-mg-t75 {
  margin-top: 75px;
}

.u-mg-l75 {
  margin-left: 75px;
}

.u-mg-b75 {
  margin-bottom: 75px;
}

.u-mg-r75 {
  margin-right: 75px;
}

.u-pd75 {
  padding: 75px;
}

.u-pd-t75 {
  padding-top: 75px;
}

.u-pd-l75 {
  padding-left: 75px;
}

.u-pd-b75 {
  padding-bottom: 75px;
}

.u-pd-r75 {
  padding-right: 75px;
}

.u-mg80 {
  margin: 80px;
}

.u-mg-t80 {
  margin-top: 80px;
}

.u-mg-l80 {
  margin-left: 80px;
}

.u-mg-b80 {
  margin-bottom: 80px;
}

.u-mg-r80 {
  margin-right: 80px;
}

.u-pd80 {
  padding: 80px;
}

.u-pd-t80 {
  padding-top: 80px;
}

.u-pd-l80 {
  padding-left: 80px;
}

.u-pd-b80 {
  padding-bottom: 80px;
}

.u-pd-r80 {
  padding-right: 80px;
}

.u-mg85 {
  margin: 85px;
}

.u-mg-t85 {
  margin-top: 85px;
}

.u-mg-l85 {
  margin-left: 85px;
}

.u-mg-b85 {
  margin-bottom: 85px;
}

.u-mg-r85 {
  margin-right: 85px;
}

.u-pd85 {
  padding: 85px;
}

.u-pd-t85 {
  padding-top: 85px;
}

.u-pd-l85 {
  padding-left: 85px;
}

.u-pd-b85 {
  padding-bottom: 85px;
}

.u-pd-r85 {
  padding-right: 85px;
}

.u-mg90 {
  margin: 90px;
}

.u-mg-t90 {
  margin-top: 90px;
}

.u-mg-l90 {
  margin-left: 90px;
}

.u-mg-b90 {
  margin-bottom: 90px;
}

.u-mg-r90 {
  margin-right: 90px;
}

.u-pd90 {
  padding: 90px;
}

.u-pd-t90 {
  padding-top: 90px;
}

.u-pd-l90 {
  padding-left: 90px;
}

.u-pd-b90 {
  padding-bottom: 90px;
}

.u-pd-r90 {
  padding-right: 90px;
}

.u-mg95 {
  margin: 95px;
}

.u-mg-t95 {
  margin-top: 95px;
}

.u-mg-l95 {
  margin-left: 95px;
}

.u-mg-b95 {
  margin-bottom: 95px;
}

.u-mg-r95 {
  margin-right: 95px;
}

.u-pd95 {
  padding: 95px;
}

.u-pd-t95 {
  padding-top: 95px;
}

.u-pd-l95 {
  padding-left: 95px;
}

.u-pd-b95 {
  padding-bottom: 95px;
}

.u-pd-r95 {
  padding-right: 95px;
}

.u-mg100 {
  margin: 100px;
}

.u-mg-t100 {
  margin-top: 100px;
}

.u-mg-l100 {
  margin-left: 100px;
}

.u-mg-b100 {
  margin-bottom: 100px;
}

.u-mg-r100 {
  margin-right: 100px;
}

.u-pd100 {
  padding: 100px;
}

.u-pd-t100 {
  padding-top: 100px;
}

.u-pd-l100 {
  padding-left: 100px;
}

.u-pd-b100 {
  padding-bottom: 100px;
}

.u-pd-r100 {
  padding-right: 100px;
}

.u-bold {
  font-weight: bold;
}

.u-align-center {
  text-align: center;
}

.u-align-left {
  text-align: left;
}

.u-align-right {
  text-align: right;
}

.u-font-en {
  font-family: "Oswald", sans-serif;
}

.u-font-accent {
  font-family: "Orbitron", sans-serif;
}

@media screen and (min-width: 768px) {
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 148px;
    height: 100%;
    background: #ffffff;
    box-shadow: 2px 0 2px rgba(0, 0, 0, 0.1);
  }
}

@media screen and (max-width: 767px) {
  .l-header_logo {
    display: inline-block;
    width: 47px;
    margin: 7px 5px 7px 20px;
    vertical-align: middle;
  }
  .l-header_logo img {
    width: 100%;
    height: auto;
  }
}

@media screen and (min-width: 768px) {
  .l-header_logo {
    padding: 20px 0 30px;
    text-align: center;
  }
}

@media screen and (min-width: 768px) and (max-height: 700px) {
  .l-header_logo {
    padding: 15px 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .l-header_airtime-sp {
    display: inline-block;
    width: 140px;
    vertical-align: middle;
  }
  .l-header_airtime-sp img {
    width: 100%;
    height: auto;
  }
}

@media screen and (min-width: 768px) {
  .l-header_airtime-sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .l-header_airtime-pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .l-header_airtime-pc {
    margin-bottom: 30px;
    text-align: center;
  }
}

@media screen and (min-width: 768px) and (max-height: 700px) {
  .l-header_airtime-pc {
    margin-bottom: 20px;
  }
  .l-header_airtime-pc img {
    width: 62px;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .l-gnav {
    display: flex;
    width: 100%;
    border-top: #8f8bcb 1px solid;
    border-bottom: #8f8bcb 1px solid;
  }
}

@media screen and (max-width: 767px) {
  .l-gnav_item {
    width: 33.33333%;
    border-left: #8f8bcb 1px solid;
  }
  .l-gnav_item:first-child {
    border-left: none;
  }
}

.l-gnav_item a {
  display: block;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .l-gnav_item a {
    padding: 17px 0;
    color: #ffffff;
    font-size: 12px;
    background: #0f3fa4;
  }
}

@media screen and (min-width: 768px) {
  .l-gnav_item a {
    padding: 20px 0;
    border-top: #dbd9f7 1px solid;
    color: #0f3fa4;
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) and (max-height: 700px) {
  .l-gnav_item a {
    padding: 15px 0;
  }
}

.l-gnav_item-top {
  font-family: "Orbitron", sans-serif;
}

@media screen and (max-width: 767px) {
  .l-header-sns {
    position: absolute;
    top: 15px;
    right: 20px;
  }
}

@media screen and (min-width: 768px) {
  .l-header-sns {
    border-top: #4c6dbd 1px solid;
  }
}

@media screen and (max-width: 767px) {
  .l-header-sns_item {
    display: inline-block;
    margin-left: 1px;
  }
}

.l-header-sns_item a {
  display: block;
  position: relative;
}

@media screen and (max-width: 767px) {
  .l-header-sns_item a {
    width: 35px;
    height: 35px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-decoration: none;
    background-size: 35px 35px;
  }
}

@media screen and (min-width: 768px) {
  .l-header-sns_item a {
    padding: 31px 0 23px 54px;
    border-bottom: #4c6dbd 1px solid;
    color: #ffffff;
    font-size: 13px;
    font-family: "Orbitron", sans-serif;
    text-decoration: none;
    background: #0f3fa4;
  }
  .l-header-sns_item a:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 18px;
    z-index: 2;
    width: 25px;
    height: 25px;
    background: center center no-repeat;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media screen and (min-width: 768px) and (max-height: 700px) {
  .l-header-sns_item a {
    padding: 22px 0 14px 54px;
  }
}

@media screen and (max-width: 767px) {
  .l-header-sns_facebook a {
    background-image: url(../images/common/icon_facebook_sp.png);
  }
}

@media screen and (min-width: 768px) {
  .l-header-sns_facebook a:after {
    background-image: url(../images/common/icon_facebook_white.png);
  }
}

@media screen and (max-width: 767px) {
  .l-header-sns_twitter a {
    background-image: url(../images/common/icon_twitter_sp.png);
  }
}

@media screen and (min-width: 768px) {
  .l-header-sns_twitter a:after {
    background-image: url(../images/common/icon_twitter_white.png);
  }
}

@media screen and (max-width: 767px) {
  .l-header-sns_instagram a {
    background-image: url(../images/common/icon_instagram_sp.png);
  }
}

@media screen and (min-width: 768px) {
  .l-header-sns_instagram a:after {
    background-image: url(../images/common/icon_instagram_white.png);
  }
}

.l-contents {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .l-contents {
    padding-left: 148px;
  }
}

.l-contents_under {
  background: url(../images/common/under_bg_bottom.png) bottom right no-repeat;
}

@media screen and (max-width: 767px) {
  .l-contents_under {
    background-size: 185px auto;
  }
}

.l-contents_under-inner {
  background: url(../images/common/under_bg_top.png) left top no-repeat;
}

@media screen and (max-width: 767px) {
  .l-contents_under-inner {
    background-position: -5px -45px;
    background-size: 244px auto;
  }
}

@media screen and (min-width: 768px) {
  .l-contents_under-inner {
    background-position: left top;
  }
}

.l-under-ttl {
  background: url(../images/common/under_bg_top.png) left top no-repeat;
}

@media screen and (max-width: 767px) {
  .l-under-ttl {
    padding: 40px 0 35px;
    background-position: -5px -45px;
    background-size: 244px auto;
  }
}

@media screen and (min-width: 768px) {
  .l-under-ttl {
    min-height: 310px;
    padding: 90px 0 80px;
    background-position: left top;
  }
}

.l-under-ttl_main {
  position: relative;
  display: block;
  font-family: "Orbitron", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .l-under-ttl_main {
    margin-bottom: 35px;
    font-size: 30px;
  }
}

@media screen and (min-width: 768px) {
  .l-under-ttl_main {
    margin-bottom: 45px;
    font-size: 50px;
  }
}

.l-under-ttl_main:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  width: 40px;
  height: 2px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: linear-gradient(90deg, #3db7f1, #1f4ab6);
}

@media screen and (max-width: 767px) {
  .l-under-ttl_main:after {
    bottom: -18px;
  }
}

@media screen and (min-width: 768px) {
  .l-under-ttl_main:after {
    bottom: -20px;
  }
}

.l-under-ttl_sub {
  position: relative;
  display: block;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .l-under-ttl_sub {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .l-under-ttl_sub {
    font-size: 22px;
  }
}

.l-under-ttl_year {
  display: block;
  position: relative;
  left: 50%;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.07em;
  font-weight: bold;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: linear-gradient(90deg, #3db7f1, #1f4ab6);
}

@media screen and (max-width: 767px) {
  .l-under-ttl_year {
    max-width: 530px;
    width: 71%;
    /*530/750*100*/
    height: 30px;
    margin-top: 35px;
    padding-top: 7px;
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .l-under-ttl_year {
    max-width: 1120px;
    width: 81%;
    /*1120/1390*100*/
    height: 40px;
    margin-top: 60px;
    margin-bottom: -20px;
    padding-top: 10px;
    font-size: 18px;
  }
}

.l-under-ttl_year:before, .l-under-ttl_year:after {
  content: '';
  display: block;
  position: absolute;
  background: center center no-repeat;
}

@media screen and (max-width: 767px) {
  .l-under-ttl_year:before, .l-under-ttl_year:after {
    height: 29px;
  }
}

@media screen and (min-width: 768px) {
  .l-under-ttl_year:before, .l-under-ttl_year:after {
    width: 40px;
    height: 41px;
  }
}

.l-under-ttl_year:before {
  top: 0;
}

@media screen and (max-width: 767px) {
  .l-under-ttl_year:before {
    left: -32px;
    width: 33px;
    background-image: url(../images/past/year_ttl_bg_left_sp.png);
    background-size: contain;
  }
}

@media screen and (min-width: 768px) {
  .l-under-ttl_year:before {
    left: -39px;
    background-image: url(../images/past/year_ttl_bg_left_pc.png);
  }
}

.l-under-ttl_year:after {
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .l-under-ttl_year:after {
    right: -37px;
    width: 38px;
    background-image: url(../images/past/year_ttl_bg_right_sp.png);
    background-size: contain;
  }
}

@media screen and (min-width: 768px) {
  .l-under-ttl_year:after {
    right: -39px;
    background-image: url(../images/past/year_ttl_bg_right_pc.png);
  }
}

.foot-sns {
  padding: 20px 0;
  border-top: #e7e7e7 1px solid;
  border-bottom: #e7e7e7 1px solid;
  background: #f3f3f3;
}

@media screen and (max-width: 767px) {
  .foot-sns {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 768px) {
  .foot-sns {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .foot-sns_inner {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .foot-sns_inner {
    display: flex;
    justify-content: center;
  }
}

.foot-sns_text {
  margin-right: 20px;
  color: #0f3fa4;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .foot-sns_text {
    margin-bottom: 12px;
  }
}

@media screen and (min-width: 768px) {
  .foot-sns_text {
    margin-right: 20px;
  }
}

.foot-sns_text:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-top: -3px;
  margin-right: 10px;
  vertical-align: middle;
  background: url(../images/common/icon_share.png) left center no-repeat;
  background-size: cover;
}

.foot-sns_list {
  display: flex;
}

@media screen and (max-width: 767px) {
  .foot-sns_list {
    justify-content: center;
  }
}

.foot-sns_item {
  padding: 0 7px;
}

.l-footer {
  position: relative;
  z-index: 30;
}

@media screen and (max-width: 767px) {
  .l-footer {
    padding-bottom: 95px;
    background: url(../images/common/footer_bg_sp.png) left bottom no-repeat;
    background-size: 187px auto;
  }
}

@media screen and (min-width: 768px) {
  .l-footer {
    padding-left: 148px;
    padding-bottom: 45px;
    background: url(../images/common/footer_bg.png) right bottom 40px no-repeat;
  }
}

.l-footer_inner {
  max-width: 1300px;
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .l-footer_inner {
    padding: 0 20px;
  }
}

@media screen and (min-width: 768px) {
  .l-footer_inner {
    padding: 0 50px;
  }
}

.l-pagetop {
  position: absolute;
  right: 20px;
}

@media screen and (max-width: 767px) {
  .l-pagetop {
    bottom: 20px;
  }
}

@media screen and (min-width: 768px) {
  .l-pagetop {
    top: -145px;
  }
}

.l-pagetop a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 27px;
  background: url(../images/common/pagetop_btn.png);
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .l-pagetop a {
    width: 39px;
    height: 39px;
  }
}

@media screen and (min-width: 768px) {
  .l-pagetop a {
    width: 54px;
    height: 54px;
  }
}

.l-pagetop_icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 12px;
  background: url(../images/common/pagetop_btn_icon.png);
  background-size: cover;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .l-pagetop_icon {
    width: 15px;
    height: 9px;
  }
}

@media screen and (min-width: 768px) {
  .l-pagetop_icon {
    width: 20px;
    height: 12px;
  }
  a:hover .l-pagetop_icon {
    background: url(../images/common/pagetop_btn_icon_on.png);
  }
}

.l-footer-bnr {
  width: 100%;
  margin-bottom: 42px;
}

@media screen and (max-width: 767px) {
  .l-footer-bnr {
    max-width: 670px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 768px) {
  .l-footer-bnr {
    display: flex;
    flex-wrap: wrap;
    max-width: 896px;
  }
}

.l-footer-bnr_item a {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .l-footer-bnr_item {
    margin-bottom: 8px;
  }
}

@media screen and (min-width: 768px) {
  .l-footer-bnr_item {
    width: 50%;
    margin-bottom: 6px;
    padding: 0 3px;
  }
  .l-footer-bnr_item a {
    display: block;
    position: relative;
  }
  .l-footer-bnr_item a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.25);
    opacity: 0;
    transition: opacity 300ms;
  }
  .l-footer-bnr_item a:hover:after {
    opacity: 1;
  }
}

.l-footer-bnr_item img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .l-footer-bnr_item-dvdsell {
    margin-top: -8px;
  }
}

.l-footer-column_inner {
  display: flex;
  align-items: center;
  border: #cacaca 1px solid;
  border-radius: 2px;
}

@media screen and (max-width: 767px) {
  .l-footer-column_inner {
    padding: 6px 10px;
  }
}

@media screen and (min-width: 768px) {
  .l-footer-column_inner {
    height: 100px;
    padding: 8px;
  }
}

@media screen and (max-width: 767px) {
  .l-footer-column_img {
    width: 31%;
    margin-right: 10px;
  }
}

@media screen and (min-width: 768px) {
  .l-footer-column_img {
    max-width: 150px;
    width: 36%;
    margin-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .l-footer-column_text {
    width: 66%;
  }
}

@media screen and (min-width: 768px) {
  .l-footer-column_text {
    max-width: 250px;
    width: 59%;
  }
}

.l-footer-column_ttl {
  line-height: 1.5;
  margin-bottom: 8px;
  padding-right: 10px;
  color: #148cd0;
  font-size: 14px;
}

.l-footer-column_date {
  color: #999999;
  font-size: 12px;
}

.l-footer-column_date:after {
  content: 'COLUMN';
  margin-left: 20px;
  color: #808080;
  font-size: 12px;
  font-family: "Orbitron", sans-serif;
}

.l-fnav {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .l-fnav {
    border-top: #cacaca 1px solid;
  }
}

@media screen and (min-width: 1401px) {
  .l-fnav {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 896px;
  }
}

@media screen and (min-width: 768px) {
  .l-fnav_list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 12px;
  }
}

.l-fnav_ttl {
  color: #333333;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .l-fnav_ttl {
    position: relative;
    padding: 14px 0;
    border-bottom: #cacaca 1px solid;
    font-size: 14px;
    cursor: pointer;
  }
  .l-fnav_ttl:before, .l-fnav_ttl:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    background: #cacaca;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .l-fnav_ttl:before {
    right: 24px;
    width: 1px;
    height: 15px;
  }
  .is-open .l-fnav_ttl:before {
    opacity: 0;
  }
  .l-fnav_ttl:after {
    right: 17px;
    width: 15px;
    height: 1px;
  }
}

@media screen and (min-width: 768px) {
  .l-fnav_ttl {
    margin-right: 20px;
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .l-fnav_item {
    font-size: 14px;
    border-bottom: #cacaca 1px solid;
    display: none;
  }
  .is-open .l-fnav_item {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .l-fnav_item {
    font-size: 12px;
  }
  .l-fnav_item:after {
    content: '/';
    margin: 0 5px;
  }
  .l-fnav_item:last-child:after {
    content: '';
  }
}

.l-fnav_item a {
  color: #333333;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .l-fnav_item a {
    display: block;
    padding: 14px 0 14px 20px;
  }
}

@media screen and (min-width: 768px) {
  .l-fnav_item a {
    transition: color 300ms;
  }
  .l-fnav_item a:hover {
    color: #148cd0;
    text-decoration: underline;
  }
}

.l-footer-copy {
  display: flex;
}

@media screen and (max-width: 767px) {
  .l-footer-copy_img {
    width: 61px;
    margin-right: 30px;
  }
}

@media screen and (min-width: 768px) {
  .l-footer-copy_img {
    width: 73px;
    margin-right: 15px;
  }
}

.l-footer-copy_img img {
  width: 100%;
  height: auto;
}

.l-footer-copy_text {
  color: #333333;
  font-size: 11px;
}

@media screen and (max-width: 767px) {
  .l-footer-copy_text span {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .l-footer-copy_rule {
    margin-bottom: 3px;
  }
}

.l-page-animation_in, .l-page-animation_out {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 800;
  width: 100%;
  height: 100%;
  background: #0f3fa4;
}

.l-page-animation_in {
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
  -webkit-transform: translate(-100%);
          transform: translate(-100%);
}

.l-page-animation_in.is-show {
  -webkit-transform: translate(0);
          transform: translate(0);
}

.l-page-animation_out {
  -webkit-transform: translate(0);
          transform: translate(0);
  -webkit-animation: pageAnimationOut 500ms 500ms 1;
          animation: pageAnimationOut 500ms 500ms 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes pageAnimationOut {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  100% {
    -webkit-transform: translate(100%);
            transform: translate(100%);
  }
}

@keyframes pageAnimationOut {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  100% {
    -webkit-transform: translate(100%);
            transform: translate(100%);
  }
}

.js-grad {
  color: #3db7f1;
}

.js-grad[data-gradtype="green"] {
  color: #a8c33e;
}

.c-btn-grad, .c-btn-grad-green {
  margin: auto;
  padding: 1px;
  border-radius: 22px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-btn-grad, .c-btn-grad-green {
    width: 250px;
  }
}

@media screen and (min-width: 768px) {
  .c-btn-grad, .c-btn-grad-green {
    width: 400px;
  }
}

.c-btn-grad a, .c-btn-grad-green a {
  display: block;
  position: relative;
  padding: 10px 0;
  border-radius: 21px;
  text-decoration: none;
  background: #ffffff;
}

.c-btn-grad a:after, .c-btn-grad-green a:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 7px;
  z-index: 10;
  width: 26px;
  height: 26px;
  background: center center no-repeat;
  background-size: cover;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .c-btn-grad a, .c-btn-grad-green a {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .c-btn-grad a, .c-btn-grad-green a {
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) {
  .c-btn-grad a:hover:after, .c-btn-grad-green a:hover:after {
    background-image: url(../images/common/icon_btn_on.png);
  }
}

.c-btn-grad {
  background: linear-gradient(90deg, #3db7f1, #1f49b5);
}

.c-btn-grad a:after {
  background-image: url(../images/common/icon_btn_blue.png);
}

.c-btn-grad-green {
  background: linear-gradient(90deg, #a8c33e, #5da20c);
}

.c-btn-grad-green a:after {
  background-image: url(../images/common/icon_play_green.png);
}

.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 300ms;
}

.c-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.c-modal_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 63, 164, 0.75);
}

.c-modal_contents {
  position: relative;
  top: 50%;
  max-width: 1050px;
  margin: auto;
  padding: 0 55px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-modal_close {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}

.c-modal_contents-inner {
  position: relative;
  width: 100%;
}

.c-modal_movie {
  position: relative;
}

.c-modal_movie-inner {
  padding-top: 56.25%;
}

@media screen and (min-width: 768px) {
  .c-hover-grad, .c-hover-grad-green {
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  .c-hover-grad:before, .c-hover-grad-green:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    transition: -webkit-transform 240ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 240ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 240ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 240ms cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .c-hover-grad:hover:before, .c-hover-grad-green:hover:before {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.c-hover-grad_text, .c-hover-grad-green_text {
  position: relative;
  z-index: 2;
  transition: color 240ms;
}

@media screen and (min-width: 768px) {
  .c-hover-grad:before {
    background: linear-gradient(90deg, #3db7f1, #1f49b5);
  }
  .c-hover-grad:hover .c-hover-grad_text {
    color: #ffffff;
  }
  .c-hover-grad:hover .c-hover-grad_text span {
    color: #ffffff !important;
  }
}

@media screen and (min-width: 768px) {
  .c-hover-grad-green:before {
    background: linear-gradient(90deg, #a8c33e, #5da20c);
  }
  .c-hover-grad-green:hover .c-hover-grad-green_text {
    color: #ffffff;
  }
  .c-hover-grad-green:hover .c-hover-grad-green_text span {
    color: #ffffff !important;
  }
}

.c-pickup {
  position: relative;
  overflow: hidden;
}

.c-pickup_inner {
  position: relative;
}

@media screen and (max-width: 767px) {
  .c-pickup_inner {
    padding: 0 20px;
  }
}

@media screen and (min-width: 768px) {
  .c-pickup_inner {
    max-width: 1300px;
    margin: auto;
    padding: 0 50px;
  }
}

.c-pickup_inner a {
  display: block;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .c-pickup_inner a {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.c-pickup_img {
  border-radius: 3px;
  overflow: hidden;
}

.c-pickup_img img {
  width: 100%;
  height: auto;
  transition: -webkit-transform 400ms;
  transition: transform 400ms;
  transition: transform 400ms, -webkit-transform 400ms;
}

@media screen and (min-width: 768px) {
  a:hover .c-pickup_img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.c-pickup_info {
  position: relative;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", serif;
}

@media screen and (max-width: 767px) {
  .c-pickup_info {
    padding-top: 38px;
    font-weight: 300;
  }
}

@media screen and (min-width: 768px) {
  .c-pickup_info {
    font-weight: 200;
  }
}

.c-pickup_data {
  position: absolute;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 767px) {
  .c-pickup_data {
    top: -38px;
    right: -15px;
  }
}

@media screen and (min-width: 768px) {
  .c-pickup_data {
    top: 20px;
  }
}

.c-pickup_vol {
  position: absolute;
  top: 0;
  padding: 5px 15px;
  background: #3db7f1;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}

.c-pickup_vol-inner {
  -webkit-transform: skewX(10deg);
          transform: skewX(10deg);
}

.c-pickup_date {
  position: absolute;
  top: 33px;
  padding: 5px 15px;
  white-space: nowrap;
  background: #3db7f1;
  -webkit-transform: skewX(10deg);
          transform: skewX(10deg);
}

.c-pickup_date-inner {
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}

.c-pickup_names {
  padding-bottom: 2px;
  background: left center no-repeat;
}

@media screen and (max-width: 767px) {
  .c-pickup_names {
    min-height: 30px;
    padding-left: 40px;
    background-size: 30px 30px;
  }
}

@media screen and (min-width: 768px) {
  .c-pickup_names {
    min-height: 37px;
    margin-bottom: 35px;
    padding-left: 50px;
    background-size: 37px 37px;
  }
}

.c-pickup_name {
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  .c-pickup_name {
    font-size: 25px;
  }
}

@media screen and (min-width: 768px) {
  .c-pickup_name {
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  .c-pickup_job {
    font-size: 17px;
  }
}

@media screen and (min-width: 768px) {
  .c-pickup_job {
    font-size: 18px;
  }
}

.c-pickup_bnr {
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .c-pickup_bnr {
    margin-bottom: 18px;
  }
}

@media screen and (min-width: 768px) {
  .c-pickup_bnr {
    margin-bottom: 20px;
  }
}

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

.c-preparation {
  position: relative;
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .c-preparation {
    width: 900px;
    margin: auto;
    padding-top: 330px;
  }
}

.c-preparation-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .c-preparation-bg {
    background: url(../images/top/preparation_middle.jpg) center center repeat-y;
    background-size: 100% auto;
  }
}

@media screen and (min-width: 768px) {
  .c-preparation-bg {
    min-width: 1400px;
    background: url(../images/top/preparation.jpg) center center no-repeat;
    background-size: cover;
  }
}

.c-preparation_sp-top img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .c-preparation_sp-top {
    display: none;
  }
}

.c-preparation_sp-bottom img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .c-preparation_sp-bottom {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .c-preparation_frame {
    margin-bottom: 25px;
    padding-top: 10px;
    padding-left: 37px;
    padding-right: 37px;
  }
}

@media screen and (min-width: 768px) {
  .c-preparation_frame {
    display: flex;
    justify-content: space-between;
    margin-bottom: 45px;
  }
}

.c-preparation_logos {
  display: block;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .c-preparation_logos {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 768px) {
  .c-preparation_logos {
    width: 370px;
  }
}

.c-preparation_logo img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .c-preparation_logo {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 768px) {
  .c-preparation_logo {
    margin-bottom: 15px;
  }
}

.c-preparation_supplement {
  width: 100%;
  padding: 7px 5px;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", serif;
  background: #ffffff;
  text-align: center;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  color: #010960;
}

@media screen and (max-width: 767px) {
  .c-preparation_supplement {
    font-size: 14px;
    font-weight: 300;
  }
}

@media screen and (min-width: 768px) {
  .c-preparation_supplement {
    font-size: 18px;
    font-weight: 300;
  }
}

.c-preparation_supplement-inner {
  -webkit-transform: skewX(10deg);
          transform: skewX(10deg);
}

@media screen and (max-width: 767px) {
  .c-preparation_supplement span {
    font-size: 12px;
  }
}

@media screen and (min-width: 768px) {
  .c-preparation_supplement span {
    font-size: 14px;
  }
}

.c-preparation_text {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .c-preparation_text {
    line-height: 1.6;
  }
}

@media screen and (min-width: 768px) {
  .c-preparation_text {
    width: 480px;
    line-height: 1.9;
    margin-top: -8px;
  }
}

.c-preparation_catch {
  position: relative;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", serif;
  font-weight: 300;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-preparation_catch {
    font-size: 25px;
    margin-left: 37px;
    margin-right: 37px;
  }
  .c-preparation_catch span {
    position: relative;
    z-index: 5;
    padding: 0 8px;
    background: #01085d;
  }
}

@media screen and (min-width: 768px) {
  .c-preparation_catch {
    font-size: 36px;
  }
}

.c-preparation_catch:before, .c-preparation_catch:after {
  position: absolute;
  top: 50%;
  content: '';
  display: block;
  height: 1px;
  background: #ffffff;
}

@media screen and (max-width: 767px) {
  .c-preparation_catch:before, .c-preparation_catch:after {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .c-preparation_catch:before, .c-preparation_catch:after {
    width: 240px;
  }
}

.c-preparation_catch:before {
  left: 0;
}

.c-preparation_catch:after {
  right: 0;
}

@media screen and (max-width: 767px) {
  .c-preparation_catch:after {
    display: none;
  }
}

.c-list-person {
  text-align: center;
}

.c-list-person_inner {
  display: block;
  margin: auto;
  text-decoration: none;
}

.c-list-person_img {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .c-list-person_img {
    border-radius: 58px;
  }
}

@media screen and (min-width: 768px) {
  .c-list-person_img {
    margin-bottom: 20px;
    border-radius: 93px;
  }
}

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

@media screen and (min-width: 768px) {
  .c-list-person_img img {
    transition: -webkit-transform 400ms;
    transition: transform 400ms;
    transition: transform 400ms, -webkit-transform 400ms;
  }
  a:hover .c-list-person_img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.c-list-person_name {
  color: #148cd0;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", serif;
  font-weight: 200;
  transition: color 400ms;
}

@media screen and (max-width: 767px) {
  .c-list-person_name {
    margin-bottom: 2px;
    font-size: 17px;
    font-weight: 300;
  }
}

@media screen and (min-width: 768px) {
  .c-list-person_name {
    margin-bottom: 7px;
    font-size: 18px;
    font-weight: 200;
  }
}

@media screen and (min-width: 768px) {
  a:hover .c-list-person_name {
    color: #37c9f6;
  }
}

.c-list-person_job {
  margin-bottom: 12px;
  color: #148cd0;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", serif;
  transition: color 400ms;
}

@media screen and (max-width: 767px) {
  .c-list-person_job {
    font-size: 12px;
    font-weight: 300;
  }
}

@media screen and (min-width: 768px) {
  .c-list-person_job {
    font-size: 14px;
    font-weight: 200;
  }
}

@media screen and (min-width: 768px) {
  a:hover .c-list-person_job {
    color: #37c9f6;
  }
}

.c-list-person_date {
  color: #999999;
}

@media screen and (max-width: 767px) {
  .c-list-person_date {
    font-size: 12px;
  }
}

@media screen and (min-width: 768px) {
  .c-list-person_date {
    font-size: 14px;
  }
}

.c-list-person_movie {
  margin: 12px auto 0;
  padding: 3px 0;
  border-radius: 11px;
  color: #ffffff;
  background: #adadad;
}

@media screen and (max-width: 767px) {
  .c-list-person_movie {
    width: 98px;
    font-size: 12px;
  }
}

@media screen and (min-width: 768px) {
  .c-list-person_movie {
    width: 118px;
    font-size: 14px;
  }
}

.top-notice-l {
  line-height: 1.2;
  padding: 15px;
  color: #ffffff;
  background: url(../images/top/icon_notice_l.png) no-repeat #de5f3d;
}

@media screen and (max-width: 767px) {
  .top-notice-l {
    padding-left: 55px;
    font-size: 14px;
    background-position: 20px center;
    background-size: 23px 23px;
  }
}

@media screen and (min-width: 768px) {
  .top-notice-l {
    padding-left: 65px;
    font-size: 16px;
    background-position: 30px center;
    background-size: 24px 24px;
  }
}

.top-notice-m {
  line-height: 1.2;
  padding: 15px;
  color: #333333;
  background: url(../images/top/icon_notice_m.png) no-repeat #ffef80;
}

@media screen and (max-width: 767px) {
  .top-notice-m {
    padding-left: 55px;
    font-size: 14px;
    background-position: 20px center;
    background-size: 23px 23px;
  }
}

@media screen and (min-width: 768px) {
  .top-notice-m {
    padding-left: 65px;
    font-size: 16px;
    background-position: 30px center;
    background-size: 24px 24px;
  }
}

.top-notice-s {
  position: relative;
  line-height: 1.4;
  padding: 20px;
  border: #fa8768 1px solid;
  text-align: center;
  background: #ffffff;
}

@media screen and (max-width: 767px) {
  .top-notice-s {
    margin-top: -15px;
    margin-bottom: 20px;
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .top-notice-s {
    margin-top: -60px;
    margin-bottom: 30px;
    font-size: 16px;
  }
}

.top-notice-s:before {
  content: '';
  display: block;
  position: absolute;
  top: -11px;
  right: 100px;
  width: 20px;
  height: 11px;
  background: url(../images/top/icon_notice_s.png) center bottom no-repeat;
  background-size: contain;
}

.top-notice-s b {
  color: #d0360c;
  font-weight: bold;
}

.top-eye {
  position: relative;
  width: 100%;
}

.top-eye_wrap {
  width: 100%;
  overflow: hidden;
}

.top-eye_inner {
  position: relative;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .top-eye_inner {
    padding-top: 100%;
  }
}

@media screen and (min-width: 768px) {
  .top-eye_inner {
    padding-top: 46.76259%;
    /* 650 / 1390 * 100 */
  }
}

.top-eye_parts {
  position: absolute;
  top: 0;
  left: 0;
}

.top-eye_parts img {
  display: block;
  height: auto;
}

.top-eye_visual1 {
  height: 0;
  overflow: hidden;
}

.is-show .top-eye_visual1 {
  transition: height 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
  height: 100%;
}

.top-eye_visual2 {
  left: auto;
  right: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
}

.is-show .top-eye_visual2 {
  transition: width 600ms cubic-bezier(0.645, 0.045, 0.355, 1) 700ms;
  width: 100%;
}

.top-eye_visual2 img {
  position: absolute;
  right: 0;
}

.top-eye_visual {
  width: 0;
  overflow: hidden;
}

.is-show .top-eye_visual {
  transition: width 800ms cubic-bezier(0.77, 0, 0, 0.865) 1400ms;
  width: 100%;
}

.top-eye_visual1 img,
.top-eye_visual2 img,
.top-eye_visual img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.is-show .top-eye_visual1 img, .is-show
.top-eye_visual2 img, .is-show
.top-eye_visual img {
  transition: -webkit-transform 2800ms linear;
  transition: transform 2800ms linear;
  transition: transform 2800ms linear, -webkit-transform 2800ms linear;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.top-eye_bottom {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .top-eye_bottom-pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .top-eye_bottom-pc {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .top-eye_bottom-sp {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .top-eye_bottom-sp {
    display: none;
  }
}

.top-next {
  position: absolute;
  bottom: -10px;
  right: 0;
  z-index: 20;
}

.top-next_inner {
  position: relative;
  right: -5px;
  -webkit-transform: rotate(-4deg);
          transform: rotate(-4deg);
}

@media screen and (max-width: 767px) {
  .top-next_inner {
    min-width: 240px;
    height: 80px;
  }
}

@media screen and (min-width: 768px) {
  .top-next_inner {
    max-width: 983px;
    min-width: 430px;
    height: 145px;
  }
}

.top-next_frame {
  height: 100%;
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  background: url(../images/top/next_name_bg_repeat.png) left top repeat-x;
}

@media screen and (max-width: 767px) {
  .top-next_frame {
    width: calc(100% - 49px);
    margin-left: 49px;
    background-size: auto 80px;
  }
}

@media screen and (min-width: 768px) {
  .top-next_frame {
    width: calc(100% - 88px);
    margin-left: 88px;
  }
}

.top-next_frame:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  background: url(../images/top/next_name_bg.png) left top no-repeat;
}

@media screen and (max-width: 767px) {
  .top-next_frame:before {
    left: -48px;
    width: 49px;
    height: 80px;
    background-size: cover;
  }
}

@media screen and (min-width: 768px) {
  .top-next_frame:before {
    left: -87px;
    width: 88px;
    height: 145px;
  }
}

.is-show .top-next_frame {
  transition: opacity 200ms linear 2300ms, -webkit-transform 300ms linear 2300ms;
  transition: opacity 200ms linear 2300ms, transform 300ms linear 2300ms;
  transition: opacity 200ms linear 2300ms, transform 300ms linear 2300ms, -webkit-transform 300ms linear 2300ms;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.top-next_names {
  position: relative;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .top-next_names {
    margin-left: -49px;
  }
}

@media screen and (min-width: 768px) {
  .top-next_names {
    margin-left: -88px;
  }
}

.top-next_ttl {
  position: absolute;
}

@media screen and (max-width: 767px) {
  .top-next_ttl {
    top: -30px;
    right: -2px;
    width: 115px;
  }
  .top-next_ttl img {
    width: 100%;
    height: auto;
  }
}

@media screen and (min-width: 768px) {
  .top-next_ttl {
    position: absolute;
    top: -60px;
    right: -5px;
    width: 229px;
  }
}

.top-next_name {
  padding-top: 8px;
  color: #ffffff;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", serif;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .top-next_name {
    margin: 0 0 8px;
    padding-right: 10px;
    padding-left: 45px;
    font-weight: 300;
  }
  .top-next_name.fz1 {
    padding-top: 8px;
    font-size: 30px;
  }
  .top-next_name.fz2 {
    padding-top: 16px;
    font-size: 22px;
  }
  .top-next_name.fz3 {
    padding-top: 22px;
    font-size: 15px;
  }
}

@media screen and (min-width: 768px) {
  .top-next_name {
    margin: 0 0 14px;
    padding-right: 20px;
    padding-left: 80px;
    font-weight: 200;
  }
  .top-next_name.fz1, .top-next_name.fz2 {
    padding-top: 8px;
    font-size: 60px;
  }
  .top-next_name.fz3 {
    padding-top: 33px;
    font-size: 35px;
  }
}

.top-next_name.ls1 {
  letter-spacing: 4px;
}

.top-next_job {
  position: relative;
  margin: 0;
  color: #ffffff;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", serif;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .top-next_job {
    padding-right: 10px;
    padding-left: 38px;
    font-size: 14px;
    font-weight: 300;
  }
}

@media screen and (min-width: 768px) {
  .top-next_job {
    padding-right: 20px;
    padding-left: 68px;
    font-size: 24px;
    font-weight: 200;
  }
}

.top-next_job:after {
  content: '';
  display: block;
  position: absolute;
  background: url(../images/top/next_name_deco.png) center center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .top-next_job:after {
    width: 203px;
    height: 6px;
    bottom: -5px;
    left: 15px;
  }
}

@media screen and (min-width: 768px) {
  .top-next_job:after {
    width: 374px;
    height: 9px;
    bottom: -9px;
    left: 0;
  }
}

.top-next_on-air {
  position: absolute;
  line-height: 1;
  font-family: "Oswald", sans-serif;
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .top-next_on-air {
    right: 15px;
    bottom: -35px;
  }
}

@media screen and (min-width: 768px) {
  .top-next_on-air {
    right: 20px;
    bottom: -75px;
  }
}

.is-show .top-next_on-air {
  transition: opacity 200ms linear 2600ms, -webkit-transform 300ms linear 2600ms;
  transition: opacity 200ms linear 2600ms, transform 300ms linear 2600ms;
  transition: opacity 200ms linear 2600ms, transform 300ms linear 2600ms, -webkit-transform 300ms linear 2600ms;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.top-next_year {
  display: none;
}

@media screen and (max-width: 767px) {
  .top-next_date {
    font-size: 34px;
  }
}

@media screen and (min-width: 768px) {
  .top-next_date {
    font-size: 69px;
  }
}

.top-next_date span:nth-child(1) {
  color: #f28349;
}

.top-next_date span:nth-child(2) {
  color: #ed7d47;
}

.top-next_date span:nth-child(3) {
  color: #e97946;
}

.top-next_date span:nth-child(4) {
  color: #e67445;
}

.top-next_date span:nth-child(5) {
  color: #df6c43;
}

@media screen and (max-width: 767px) {
  .top-next_date span:nth-child(1) {
    letter-spacing: -2px;
  }
  .top-next_date span:nth-child(2) {
    letter-spacing: -2px;
  }
  .top-next_date span:nth-child(4) {
    letter-spacing: -2px;
  }
}

@media screen and (min-width: 768px) {
  .top-next_date span:nth-child(1) {
    letter-spacing: -2px;
  }
  .top-next_date span:nth-child(2) {
    letter-spacing: -2px;
  }
  .top-next_date span:nth-child(4) {
    letter-spacing: -2px;
  }
}

.top-next_week {
  display: inline-block;
  position: relative;
  color: #ce583e;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media screen and (max-width: 767px) {
  .top-next_week {
    top: -6px;
    left: 0;
    margin: 0 -3px;
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) {
  .top-next_week {
    top: -12px;
    left: -3px;
    margin: 0 -5px;
    font-size: 37px;
  }
}

.top-next_ampm {
  display: inline-block;
  position: relative;
  margin: 0;
  color: #c74f3c;
  font-family: Verdana, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .top-next_ampm {
    top: -1px;
    left: 0;
    line-height: 1.1;
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .top-next_ampm {
    top: 0;
    left: 1px;
    font-size: 30px;
  }
}

.top-next_time {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .top-next_time {
    font-size: 34px;
  }
}

@media screen and (min-width: 768px) {
  .top-next_time {
    font-size: 69px;
  }
}

.top-next_time span:nth-child(1) {
  color: #cb553d;
}

.top-next_time span:nth-child(2) {
  color: #c44c3b;
}

.top-next_time span:nth-child(3) {
  color: #c0463a;
}

.top-next_time span:nth-child(4) {
  color: #bd4339;
}

.top-next_time span:nth-child(5) {
  color: #b63b37;
}

@media screen and (max-width: 767px) {
  .top-next_time span:nth-child(1) {
    letter-spacing: -2px;
  }
  .top-next_time span:nth-child(4) {
    letter-spacing: -2px;
  }
}

@media screen and (min-width: 768px) {
  .top-next_time span:nth-child(1) {
    letter-spacing: -5px;
  }
  .top-next_time span:nth-child(4) {
    letter-spacing: -2px;
  }
}

.top-next_line {
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .top-next_line img {
    height: 30px;
  }
}

.top-outline {
  position: relative;
  z-index: 10;
  background: url(../images/top/frame_top.png) bottom left no-repeat;
}

@media screen and (max-width: 767px) {
  .top-outline {
    padding-bottom: 115px;
    background-size: 1024px auto;
  }
}

@media screen and (min-width: 768px) {
  .top-outline {
    padding-bottom: 140px;
    background-size: 100% 125px;
  }
}

@media screen and (min-width: 1401px) {
  .top-outline {
    background: url(../images/top/frame_top.png) bottom left no-repeat, url(../images/top/movie_bg.png) left 148px no-repeat;
    background-size: 100% 125px, auto;
  }
}

.top-outline_inner {
  width: 100%;
  padding-top: 30px;
  background: url(../images/top/outline_bg.png) no-repeat;
}

@media screen and (max-width: 767px) {
  .top-outline_inner {
    background-position: left top;
    background-size: 230px auto;
  }
}

@media screen and (min-width: 768px) {
  .top-outline_inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    max-width: 1348px;
    /*1240 + 54 * 2*/
    margin: auto;
    background-position: 75% top;
  }
}

@media screen and (max-width: 767px) {
  .top-outline_sentence {
    padding: 40px 20px 0;
  }
}

@media screen and (min-width: 768px) {
  .top-outline_sentence {
    max-width: 734px;
    /* 680 + 54 */
    width: 54%;
    /* 734 / 1348 * 100 */
    padding-top: 140px;
    padding-right: 54px;
  }
}

.top-outline_ttl {
  color: #0f3fa4;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", serif;
  font-weight: 200;
}

@media screen and (max-width: 767px) {
  .top-outline_ttl {
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 19px;
    font-weight: 300;
  }
}

@media screen and (min-width: 768px) {
  .top-outline_ttl {
    line-height: 1.9;
    margin-bottom: 40px;
    font-size: 28px;
    font-weight: 200;
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    transition: opacity 300ms, -webkit-transform 500ms;
    transition: opacity 300ms, transform 500ms;
    transition: opacity 300ms, transform 500ms, -webkit-transform 500ms;
  }
  .top-outline_ttl.is-show {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media screen and (max-width: 1500px) {
  .top-outline_ttl br {
    display: none;
  }
}

.top-outline_description {
  color: #333333;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .top-outline_description {
    line-height: 1.6;
    margin-bottom: 50px;
    padding: 0 20px;
  }
}

@media screen and (min-width: 768px) {
  .top-outline_description {
    line-height: 2.1;
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    transition: opacity 300ms, -webkit-transform 500ms;
    transition: opacity 300ms, transform 500ms;
    transition: opacity 300ms, transform 500ms, -webkit-transform 500ms;
  }
  .top-outline_description.is-show {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media screen and (min-width: 768px) {
  .top-outline_aside {
    max-width: 580px;
    width: 43%;
    /* 580 / 1348 * 100 */
  }
}

.top-outline_movie {
  background: url(../images/top/movie_bg.png) left bottom no-repeat;
}

@media screen and (max-width: 767px) {
  .top-outline_movie {
    max-width: 560px;
    width: 100%;
    margin: auto;
    padding: 0 20px 60px;
    background-size: 250px auto;
  }
}

@media screen and (min-width: 768px) {
  .top-outline_movie {
    padding: 0 0 32px 54px;
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    transition: opacity 300ms, -webkit-transform 500ms;
    transition: opacity 300ms, transform 500ms;
    transition: opacity 300ms, transform 500ms, -webkit-transform 500ms;
    background-size: 100% auto;
  }
  .top-outline_movie.is-show {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media screen and (min-width: 1401px) {
  .top-outline_movie {
    background: none;
  }
}

@media screen and (max-width: 767px) {
  .top-outline_btn {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .top-outline_morearea {
    margin-top: -25px;
  }
}

@media screen and (max-width: 767px) {
  .top-outline_morearea-inner {
    position: relative;
    height: 300px;
    overflow: hidden;
  }
  .is-more .top-outline_morearea-inner {
    height: auto;
  }
  .is-more .top-outline_morearea-inner:after {
    display: none;
  }
  .top-outline_morearea-inner p {
    z-index: 1;
  }
}

@media screen and (max-width: 767px) {
  .top-outline_profile {
    padding: 0 20px;
  }
}

@media screen and (min-width: 768px) {
  .top-outline_profile {
    margin-left: 54px;
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    transition: opacity 300ms, -webkit-transform 500ms;
    transition: opacity 300ms, transform 500ms;
    transition: opacity 300ms, transform 500ms, -webkit-transform 500ms;
  }
  .top-outline_profile.is-show {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.top-outline_profile-name {
  margin: auto;
  font-weight: bold;
  font-family: "Orbitron", sans-serif;
}

@media screen and (max-width: 767px) {
  .top-outline_profile-name {
    margin-bottom: 12px;
    font-size: 21px;
  }
}

@media screen and (min-width: 768px) {
  .top-outline_profile-name {
    max-width: 400px;
    margin-bottom: 20px;
    font-size: 25px;
  }
}

.top-outline_profile-text {
  margin: auto;
  color: #148cd0;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .top-outline_profile-text {
    line-height: 1.6;
  }
}

@media screen and (min-width: 768px) {
  .top-outline_profile-text {
    max-width: 400px;
    line-height: 1.9;
  }
}

@media screen and (max-width: 767px) {
  .top-outline_more-btn, .top-outline_close-btn {
    margin-top: 25px;
  }
  .top-outline_more-btn a:after, .top-outline_close-btn a:after {
    width: 30px;
    height: 30px;
  }
}

@media screen and (min-width: 768px) {
  .top-outline_more-btn, .top-outline_close-btn {
    display: none;
  }
}

.top-outline_more-btn a:after {
  background-image: url(../images/top/icon_more.png);
}

@media screen and (max-width: 767px) {
  .is-more .top-outline_more-btn {
    display: none;
  }
}

.top-outline_close-btn a:after {
  background-image: url(../images/top/icon_more_close.png);
}

@media screen and (max-width: 767px) {
  .top-outline_close-btn {
    display: none;
  }
  .is-more .top-outline_close-btn {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .photo {
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .photo {
    margin-bottom: 25%;
    -webkit-perspective: 600px;
            perspective: 600px;
  }
}

.photo_inner {
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.12);
}

@media screen and (max-width: 767px) {
  .photo_inner[data-modallink] {
    z-index: -1;
    visibility: hidden;
  }
}

@media screen and (max-width: 767px) {
  .photo_inner {
    max-width: 520px;
  }
}

@media screen and (min-width: 768px) {
  .photo_inner {
    max-width: 520px;
    transition: 400ms;
  }
}

.photo_inner:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(15, 63, 164, 0.2);
  transition: background 400ms;
}

.photo_inner[data-modallink]:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 15;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../images/top/icon_modal_photo.png) center center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .photo_inner[data-modallink]:after {
    width: 52px;
    height: 52px;
  }
}

@media screen and (min-width: 768px) {
  .photo_inner[data-modallink]:after {
    width: 80px;
    height: 80px;
  }
}

.photo_inner img {
  display: block;
  width: 100%;
  transition: -webkit-transform 400ms;
  transition: transform 400ms;
  transition: transform 400ms, -webkit-transform 400ms;
}

@media screen and (min-width: 768px) {
  .photo_inner[data-modallink]:hover:before {
    background: rgba(15, 63, 164, 0.4);
  }
  .photo_inner[data-modallink]:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@media screen and (max-width: 767px) {
  .photo_movie {
    visibility: visible;
  }
}

@media screen and (min-width: 768px) {
  .photo_movie {
    visibility: hidden;
  }
}

@media screen and (max-width: 767px) {
  .top-catchup {
    margin-top: -90px;
  }
}

@media screen and (min-width: 768px) {
  .top-catchup {
    height: 840px;
    margin-top: -125px;
    background: rgba(0, 0, 0, 0.6);
  }
}

.top-catchup .c-pickup_bg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2000px;
  height: 935px;
  /* 374/800*2000 */
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.top-catchup .c-pickup_bg:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}

@media screen and (max-width: 767px) {
  .top-catchup .c-pickup_inner {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

@media screen and (min-width: 768px) {
  .top-catchup .c-pickup_inner {
    padding-top: 234px;
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    transition: opacity 300ms, -webkit-transform 500ms;
    transition: opacity 300ms, transform 500ms;
    transition: opacity 300ms, transform 500ms, -webkit-transform 500ms;
  }
  .top-catchup .c-pickup_inner.is-show {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media screen and (min-width: 768px) {
  .top-catchup .c-pickup_inner a {
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 768px) {
  .top-catchup .c-pickup_image {
    max-width: 800px;
    width: 67%;
  }
}

@media screen and (min-width: 768px) {
  .top-catchup .c-pickup_info {
    max-width: 365px;
    width: 31%;
    padding-top: 115px;
  }
}

@media screen and (min-width: 768px) {
  .top-catchup .c-pickup_data {
    right: -85px;
  }
}

.top-catchup .c-pickup_vol {
  right: 0;
}

.top-catchup .c-pickup_date {
  right: 0;
}

.top-catchup .c-pickup_names {
  color: #65cdff;
  background-image: url(../images/common/icon_btn_light-blue.png);
}

@media screen and (max-width: 767px) {
  .top-catchup .c-pickup_names {
    margin-bottom: 27px;
  }
}

@media screen and (min-width: 768px) {
  .top-catchup .c-pickup_names {
    background-size: 37px 37px;
  }
}

.top-catchup .c-pickup_bnr {
  background-image: url(../images/top/catchup_bnr.png);
  padding-top: 15.61644%;
  /*57/365*100*/
}

.top-catchup .c-pickup_period {
  max-width: 350px;
  width: 100%;
  padding: 7px 5px;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", serif;
  background: #ffffff;
  text-align: center;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  color: #333333;
}

@media screen and (max-width: 767px) {
  .top-catchup .c-pickup_period {
    font-size: 17px;
    font-weight: 300;
  }
}

@media screen and (min-width: 768px) {
  .top-catchup .c-pickup_period {
    font-size: 18px;
    font-weight: 200;
  }
}

.top-catchup .c-pickup_period-inner {
  -webkit-transform: skewX(10deg);
          transform: skewX(10deg);
}

.top-backnumber {
  position: relative;
  z-index: 10;
  background: url(../images/top/frame_bottom.png) right top no-repeat;
}

@media screen and (max-width: 767px) {
  .top-backnumber {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .top-backnumber {
    margin-top: -90px;
    padding-top: 120px;
    background-position: right -20px top;
    background-size: 1423px 125px;
  }
}

@media screen and (min-width: 768px) {
  .top-backnumber {
    margin-top: -125px;
    padding-top: 145px;
    padding-bottom: 110px;
    background-size: 100% 125px;
  }
}

.top-backnumber_ttl {
  font-family: "Orbitron", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .top-backnumber_ttl {
    margin-bottom: 30px;
    font-size: 30px;
  }
}

@media screen and (min-width: 768px) {
  .top-backnumber_ttl {
    margin-bottom: 55px;
    font-size: 50px;
  }
}

.top-backnumber_frame {
  width: 100%;
  overflow: hidden;
}

.top-backnumber_frame .slick-list {
  overflow: visible;
}

.top-backnumber_list {
  max-width: 1220px;
  width: 90%;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .top-backnumber_list {
    width: 70%;
  }
}

@media screen and (max-width: 380px) {
  .top-backnumber_list {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .top-backnumber_list {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 768px) {
  .top-backnumber_list {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 768px) {
  .top-backnumber_item {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    transition: opacity 300ms, -webkit-transform 500ms;
    transition: opacity 300ms, transform 500ms;
    transition: opacity 300ms, transform 500ms, -webkit-transform 500ms;
  }
  .is-show .top-backnumber_item {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .top-backnumber_item:nth-child(1) {
    transition-delay: 80ms;
  }
  .top-backnumber_item:nth-child(2) {
    transition-delay: 160ms;
  }
  .top-backnumber_item:nth-child(3) {
    transition-delay: 240ms;
  }
  .top-backnumber_item:nth-child(4) {
    transition-delay: 320ms;
  }
  .top-backnumber_item:nth-child(5) {
    transition-delay: 400ms;
  }
  .top-backnumber_item:nth-child(6) {
    transition-delay: 480ms;
  }
  .top-backnumber_item:nth-child(7) {
    transition-delay: 560ms;
  }
  .top-backnumber_item:nth-child(8) {
    transition-delay: 640ms;
  }
  .top-backnumber_item:nth-child(9) {
    transition-delay: 720ms;
  }
  .top-backnumber_item:nth-child(10) {
    transition-delay: 800ms;
  }
  .top-backnumber_item:nth-child(11) {
    transition-delay: 880ms;
  }
  .top-backnumber_item:nth-child(12) {
    transition-delay: 960ms;
  }
  .top-backnumber_item:nth-child(13) {
    transition-delay: 1040ms;
  }
  .top-backnumber_item:nth-child(14) {
    transition-delay: 1120ms;
  }
  .top-backnumber_item:nth-child(15) {
    transition-delay: 1200ms;
  }
  .top-backnumber_item:nth-child(16) {
    transition-delay: 1280ms;
  }
  .top-backnumber_item:nth-child(17) {
    transition-delay: 1360ms;
  }
  .top-backnumber_item:nth-child(18) {
    transition-delay: 1440ms;
  }
  .top-backnumber_item:nth-child(19) {
    transition-delay: 1520ms;
  }
  .top-backnumber_item:nth-child(20) {
    transition-delay: 1600ms;
  }
  .top-backnumber_item:nth-child(21) {
    transition-delay: 1680ms;
  }
  .top-backnumber_item:nth-child(22) {
    transition-delay: 1760ms;
  }
  .top-backnumber_item:nth-child(23) {
    transition-delay: 1840ms;
  }
  .top-backnumber_item:nth-child(24) {
    transition-delay: 1920ms;
  }
  .top-backnumber_item:nth-child(25) {
    transition-delay: 2000ms;
  }
  .top-backnumber_item:nth-child(26) {
    transition-delay: 2080ms;
  }
  .top-backnumber_item:nth-child(27) {
    transition-delay: 2160ms;
  }
  .top-backnumber_item:nth-child(28) {
    transition-delay: 2240ms;
  }
  .top-backnumber_item:nth-child(29) {
    transition-delay: 2320ms;
  }
  .top-backnumber_item:nth-child(30) {
    transition-delay: 2400ms;
  }
}

@media screen and (max-width: 767px) {
  .top-backnumber_item .c-list-person_inner {
    width: 116px;
  }
}

@media screen and (min-width: 768px) {
  .top-backnumber_item .c-list-person_inner {
    width: 186px;
  }
}

@media screen and (min-width: 768px) {
  .top-backnumber_item .c-list-person_img {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 768px) {
  .top-backnumber_item .c-list-person_name {
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) {
  .top-backnumber_item .c-list-person_job {
    font-size: 16px;
  }
}

.top-backnumber .slick-prev, .top-backnumber .slick-next {
  line-height: 0;
  padding: 0;
  font-size: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  display: block;
  position: absolute;
  top: 75px;
  z-index: 10;
  width: 17px;
  height: 30px;
}

@media screen and (max-width: 767px) {
  .top-backnumber .slick-prev, .top-backnumber .slick-next {
    display: none !important;
  }
}

.top-backnumber .slick-prev.slick-disabled, .top-backnumber .slick-next.slick-disabled {
  display: none !important;
}

.top-backnumber .slick-prev {
  left: -10px;
  background: url(../images/top/slider_prev.png) center center no-repeat;
}

.top-backnumber .slick-next {
  right: -10px;
  background: url(../images/top/slider_next.png) center center no-repeat;
}

@media screen and (min-width: 768px) {
  .past-catchup {
    margin-top: -13px;
    margin-bottom: 80px;
  }
}

.past-catchup .c-preparation-bg,
.past-catchup .c-preparation {
  display: none;
}

.past-catchup .c-pickup_bg {
  display: none;
}

@media screen and (max-width: 767px) {
  .past-catchup .c-pickup_inner {
    margin-bottom: 50px;
  }
}

.past-catchup .c-pickup_image {
  padding-bottom: 12px;
}

@media screen and (min-width: 768px) {
  .past-catchup .c-pickup_image {
    max-width: 730px;
    width: 61%;
  }
}

.past-catchup .c-pickup_img {
  box-shadow: 8px 8px 1px 2px rgba(0, 0, 0, 0.12);
}

@media screen and (max-width: 767px) {
  .past-catchup .c-pickup_info {
    padding-top: 18px;
  }
}

@media screen and (min-width: 768px) {
  .past-catchup .c-pickup_info {
    max-width: 430px;
    width: 36%;
    padding-top: 130px;
  }
}

@media screen and (max-width: 767px) {
  .past-catchup .c-pickup_data {
    top: -50px;
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .past-catchup .c-pickup_data {
    left: -85px;
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) {
  .past-catchup .c-pickup_vol {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}

@media screen and (max-width: 767px) {
  .past-catchup .c-pickup_date {
    top: 28px;
  }
}

@media screen and (min-width: 768px) {
  .past-catchup .c-pickup_date {
    top: 37px;
    padding-top: 7px;
    padding-bottom: 7px;
  }
}

@media screen and (max-width: 767px) {
  .past-catchup .c-pickup_vol {
    right: 0;
  }
}

@media screen and (min-width: 768px) {
  .past-catchup .c-pickup_vol {
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .past-catchup .c-pickup_date {
    right: 0;
  }
}

@media screen and (min-width: 768px) {
  .past-catchup .c-pickup_date {
    left: 0;
  }
}

.past-catchup .c-pickup_names {
  color: #148cd0;
  background-image: url(../images/common/icon_btn_blue.png);
}

@media screen and (max-width: 767px) {
  .past-catchup .c-pickup_names {
    margin-bottom: 17px;
  }
}

@media screen and (min-width: 768px) {
  .past-catchup .c-pickup_names {
    background-size: 34px 34px;
    transition: color 400ms;
  }
}

@media screen and (min-width: 768px) {
  .past-catchup a:hover .c-pickup_names {
    color: #37c9f6;
    background-image: url(../images/common/icon_btn_light-blue.png);
  }
}

.past-catchup .c-pickup_bnr {
  background-image: url(../images/past/catchup_bnr.png);
  padding-top: 21.62791%;
  /*93/430*100*/
}

.past-catchup .c-pickup_period {
  display: none;
}

.past-list_frame {
  width: 100%;
  overflow: hidden;
}

.past-list_frame .slick-list {
  overflow: visible;
}

@media screen and (min-width: 768px) {
  .past-list_frame {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .past-list_frame {
    margin-bottom: 70px;
  }
}

.past-list_inner {
  margin: auto;
}

@media screen and (max-width: 767px) {
  .past-list_inner {
    width: 70%;
  }
}

@media screen and (max-width: 380px) {
  .past-list_inner {
    width: 80%;
  }
}

@media screen and (min-width: 768px) {
  .past-list_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1290px;
    /* 1224 + 33 * 2 */
    padding: 0 33px;
  }
}

@media screen and (min-width: 768px) {
  .past-list_item {
    width: 204px;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .past-list_item .c-list-person_inner {
    width: 116px;
  }
}

@media screen and (min-width: 768px) {
  .past-list_item .c-list-person_inner {
    width: 170px;
  }
}

.past-list .empty {
  width: 204px;
}

.past-list .slick-prev, .past-list .slick-next {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .past-year-list .past-list_frame {
    margin-bottom: 35px;
  }
  .past-year-list .past-list_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 93%;
  }
  .past-year-list .past-list_item {
    width: 115px;
    margin-bottom: 30px;
  }
  .past-year-list .c-list-person_inner {
    width: 100px;
  }
  .past-year-list .c-list-person_name {
    font-size: 14px;
  }
  .past-year-list .c-list-person_job {
    margin-left: -5px;
    margin-right: -5px;
    font-size: 11px;
  }
  .past-year-list .c-list-person_date {
    font-size: 11px;
  }
  .past-year-list .empty {
    width: 115px;
  }
}

@media screen and (max-width: 767px) {
  .past-archive {
    padding: 0 20px;
    padding-bottom: 65px;
  }
}

@media screen and (min-width: 768px) {
  .past-archive {
    padding: 0 50px;
    padding-bottom: 140px;
  }
}

.past-archive_ttl {
  font-family: "Orbitron", sans-serif;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .past-archive_ttl {
    margin-bottom: 20px;
    font-size: 30px;
  }
}

@media screen and (min-width: 768px) {
  .past-archive_ttl {
    margin-bottom: 55px;
    font-size: 50px;
  }
}

@media screen and (max-width: 767px) {
  .past-archive_list {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .past-archive_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1206px;
    margin: auto;
  }
}

.past-archive_item {
  width: 195px;
  margin: 0 3px 6px;
}

.past-archive_item a {
  display: block;
  padding: 25px 0;
  text-align: center;
  border-radius: 33px;
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
  background: #0f3fa4;
}

.past-archive .empty {
  width: 195px;
  margin: 0 3px;
}

@media screen and (max-width: 767px) {
  .past-archive_select-wrap {
    display: block;
    padding: 1px;
    border-radius: 25px;
    background: linear-gradient(90deg, #3db7f1, #1f49b5);
  }
}

@media screen and (min-width: 768px) {
  .past-archive_select-wrap {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .past-archive_select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 100%;
    margin: 0;
    border: 0;
    outline: none;
    padding: 15px;
    border-radius: 24px;
    font-size: 16px;
    text-align: center;
    background: url(../images/past/icon_select.png) right 20px center no-repeat #f3f3f3;
    background-size: 15px 10px;
  }
}

@media screen and (min-width: 768px) {
  .past-archive_select {
    display: none;
  }
}

.detail-ttl {
  position: relative;
  z-index: 5;
  background: url(../images/detail/detail_main_top.png) left bottom no-repeat;
}

@media screen and (max-width: 767px) {
  .detail-ttl {
    padding-bottom: 20px;
    background-size: 768px auto;
  }
}

@media screen and (min-width: 768px) {
  .detail-ttl {
    padding-bottom: 10px;
    background-size: 100% 125px;
  }
}

.detail-eye {
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .detail-eye {
    margin-top: -65px;
    padding-top: 65px;
    padding-bottom: 65px;
  }
}

@media screen and (min-width: 768px) {
  .detail-eye {
    height: 820px;
    margin-top: -110px;
    padding-top: 110px;
  }
}

.detail-eye_bg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2000px;
  height: 925px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.detail-eye_bg:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}

.detail-eye_inner {
  position: relative;
}

@media screen and (max-width: 767px) {
  .detail-eye_inner {
    padding: 0 20px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 768px) {
  .detail-eye_inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    max-width: 1300px;
    margin: auto;
    padding: 0 50px;
    padding-top: 115px;
  }
}

.detail-eye_img {
  border-radius: 3px;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .detail-eye_img {
    max-width: 800px;
    width: 67%;
  }
}

.detail-eye_img img {
  width: 100%;
  height: auto;
}

.detail-eye_info {
  position: relative;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", serif;
}

@media screen and (max-width: 767px) {
  .detail-eye_info {
    padding-top: 40px;
    font-weight: 300;
  }
}

@media screen and (min-width: 768px) {
  .detail-eye_info {
    max-width: 360px;
    width: 30%;
    padding-top: 77px;
    font-weight: 200;
  }
}

.detail-eye_data {
  position: absolute;
  color: #ffffff;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 767px) {
  .detail-eye_data {
    top: -38px;
    right: -15px;
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .detail-eye_data {
    top: -18px;
    right: -90px;
    font-size: 18px;
  }
}

.detail-eye_vol {
  position: absolute;
  top: 0;
  right: 0;
  background: #3db7f1;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}

@media screen and (max-width: 767px) {
  .detail-eye_vol {
    padding: 5px 20px;
  }
}

@media screen and (min-width: 768px) {
  .detail-eye_vol {
    padding: 7px 20px;
  }
}

.detail-eye_vol-inner {
  -webkit-transform: skewX(10deg);
          transform: skewX(10deg);
}

.detail-eye_date {
  position: absolute;
  right: 0;
  text-align: center;
  white-space: nowrap;
  background: #3db7f1;
  -webkit-transform: skewX(10deg);
          transform: skewX(10deg);
}

@media screen and (max-width: 767px) {
  .detail-eye_date {
    top: 29px;
    padding: 5px 20px;
  }
}

@media screen and (min-width: 768px) {
  .detail-eye_date {
    top: 37px;
    padding: 7px 20px;
  }
}

.detail-eye_date-inner {
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}

.detail-eye_names {
  color: #65cdff;
}

@media screen and (max-width: 767px) {
  .detail-eye_names {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 768px) {
  .detail-eye_names {
    margin-bottom: 20px;
  }
}

.detail-eye_name {
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  .detail-eye_name {
    font-size: 25px;
  }
}

@media screen and (min-width: 768px) {
  .detail-eye_name {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .detail-eye_job {
    font-size: 17px;
  }
}

@media screen and (min-width: 768px) {
  .detail-eye_job {
    font-size: 18px;
  }
}

.detail-eye_summary {
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .detail-eye_summary {
    line-height: 1.4;
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) {
  .detail-eye_summary {
    line-height: 1.5;
    font-size: 24px;
  }
}

.detail-eye br {
  display: none;
}

.detail-eye-type2 {
  position: relative;
  overflow: hidden;
  background: url(../images/detail/noimage_bg.jpg) right bottom no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .detail-eye-type2 {
    margin-top: -65px;
    padding-top: 65px;
    padding-bottom: 65px;
  }
}

@media screen and (min-width: 768px) {
  .detail-eye-type2 {
    margin-top: -110px;
    padding-top: 110px;
    padding-bottom: 110px;
  }
}

.detail-eye-type2_inner {
  position: relative;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", serif;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .detail-eye-type2_inner {
    padding: 50px 20px;
    font-weight: 300;
  }
}

@media screen and (min-width: 768px) {
  .detail-eye-type2_inner {
    max-width: 1240px;
    margin: auto;
    padding: 90px 50px 75px;
    font-weight: 200;
  }
}

.detail-eye-type2_data {
  color: #ffffff;
  font-size: 0;
}

@media screen and (max-width: 767px) {
  .detail-eye-type2_data {
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 768px) {
  .detail-eye-type2_data {
    margin-bottom: 35px;
  }
}

.detail-eye-type2_vol, .detail-eye-type2_date {
  display: inline-block;
  background: #3db7f1;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  letter-spacing: 0.08em;
}

@media screen and (max-width: 767px) {
  .detail-eye-type2_vol, .detail-eye-type2_date {
    padding: 5px 20px;
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .detail-eye-type2_vol, .detail-eye-type2_date {
    padding: 7px 20px;
    font-size: 18px;
  }
}

.detail-eye-type2_vol-inner, .detail-eye-type2_date-inner {
  -webkit-transform: skewX(10deg);
          transform: skewX(10deg);
}

.detail-eye-type2_vol {
  margin-right: 3px;
}

.detail-eye-type2_names {
  color: #65cdff;
}

@media screen and (max-width: 767px) {
  .detail-eye-type2_names {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 768px) {
  .detail-eye-type2_names {
    margin-bottom: 30px;
  }
}

.detail-eye-type2_name {
  display: block;
}

@media screen and (max-width: 767px) {
  .detail-eye-type2_name {
    margin-bottom: 8px;
    font-size: 25px;
  }
}

@media screen and (min-width: 768px) {
  .detail-eye-type2_name {
    margin-bottom: 10px;
    font-size: 32px;
  }
}

.detail-eye-type2_job {
  display: block;
}

@media screen and (max-width: 767px) {
  .detail-eye-type2_job {
    font-size: 17px;
  }
}

@media screen and (min-width: 768px) {
  .detail-eye-type2_job {
    font-size: 20px;
  }
}

.detail-eye-type2_summary {
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .detail-eye-type2_summary {
    line-height: 1.4;
    font-size: 18px;
    text-align: left;
  }
  .detail-eye-type2_summary br {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .detail-eye-type2_summary {
    line-height: 2;
    font-size: 26px;
  }
}

.detail-eye-type2 .detail-eye-bg {
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.detail-eye-type2 .detail-eye-bg:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}

.detail-contents {
  position: relative;
  z-index: 5;
  background: url(../images/detail/detail_main_bottom.png) right top no-repeat;
}

@media screen and (max-width: 767px) {
  .detail-contents {
    margin-top: -65px;
    margin-bottom: 60px;
    padding-top: 60px;
    background-size: 768px auto;
  }
}

@media screen and (min-width: 768px) {
  .detail-contents {
    margin-top: -125px;
    margin-bottom: 120px;
    padding-top: 135px;
    background-size: 100% 125px;
  }
}

.detail-contents_inner {
  position: relative;
}

@media screen and (max-width: 767px) {
  .detail-contents_inner {
    padding: 0 20px;
  }
}

@media screen and (min-width: 768px) {
  .detail-contents_inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    max-width: 1300px;
    margin: auto;
    padding: 0 50px;
  }
}

.detail-contents_outline {
  color: #333333;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .detail-contents_outline {
    line-height: 1.6;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 768px) {
  .detail-contents_outline {
    width: 59%;
    line-height: 2.1;
    max-width: 710px;
  }
}

@media screen and (min-width: 768px) {
  .detail-contents_data {
    width: 33%;
    max-width: 400px;
  }
}

.detail-contents_btn {
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .detail-contents_btn {
    max-width: 670px;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .detail-contents_btn {
    width: 100%;
  }
}

.detail-contents_btn-dizm .c-hover-grad-green_text:before {
  content: '';
  display: inline-block;
  width: 118px;
  height: 16px;
  margin-right: 8px;
  background: url(../images/detail/icon_dizm.png) center center no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .detail-contents_btn-dizm a:hover .c-hover-grad-green_text:before {
    background-image: url(../images/detail/icon_dizm_on.png);
  }
}

@media screen and (max-width: 767px) {
  .detail-profile {
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 768px) {
  .detail-profile {
    margin-bottom: 30px;
  }
}

.detail-profile_ttl {
  font-size: 25px;
  font-weight: bold;
  font-family: "Orbitron", sans-serif;
}

@media screen and (max-width: 767px) {
  .detail-profile_ttl {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 768px) {
  .detail-profile_ttl {
    margin-bottom: 20px;
  }
}

.detail-profile_text {
  line-height: 1.8;
  color: #148cd0;
  font-size: 16px;
}

.detail-staff {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .detail-staff {
    line-height: 1.6;
    margin-bottom: 35px;
  }
}

@media screen and (min-width: 768px) {
  .detail-staff {
    display: flex;
    line-height: 1.8;
    margin-bottom: 30px;
  }
}

.detail-staff_ttl {
  color: #777777;
  font-weight: bold;
  font-family: "Orbitron", sans-serif;
}

@media screen and (max-width: 767px) {
  .detail-staff_ttl {
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) {
  .detail-staff_ttl {
    min-width: 85px;
    font-size: 15px;
  }
}

.detail-staff_text {
  color: #777777;
}

@media screen and (max-width: 767px) {
  .detail-staff_text {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .detail-staff_text {
    width: 100%;
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .detail-recent {
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 768px) {
  .detail-recent {
    padding-bottom: 120px;
  }
}

.detail-recent_inner {
  position: relative;
}

@media screen and (max-width: 767px) {
  .detail-recent_inner {
    padding: 0 20px;
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 768px) {
  .detail-recent_inner {
    max-width: 1300px;
    margin: auto;
    padding: 0 50px;
    padding-bottom: 110px;
  }
}

.detail-recent_inner a {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .detail-recent_inner a {
    display: flex;
    justify-content: space-between;
  }
}

.detail-recent_image {
  padding-bottom: 12px;
}

@media screen and (min-width: 768px) {
  .detail-recent_image {
    max-width: 515px;
    width: 43%;
  }
}

.detail-recent_img {
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.12);
}

.detail-recent_img img {
  width: 100%;
  height: auto;
  transition: -webkit-transform 400ms;
  transition: transform 400ms;
  transition: transform 400ms, -webkit-transform 400ms;
}

@media screen and (min-width: 768px) {
  a:hover .detail-recent_img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.detail-recent_text {
  position: relative;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", serif;
}

.detail-recent_text:before, .detail-recent_text:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #3db7f1, #1f4ab6);
}

.detail-recent_text:before {
  top: 0;
}

@media screen and (max-width: 767px) {
  .detail-recent_text:before {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .detail-recent_text:after {
    bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .detail-recent_text:after {
    bottom: 12px;
  }
}

@media screen and (max-width: 767px) {
  .detail-recent_text {
    padding-top: 45px;
    padding-bottom: 15px;
  }
}

@media screen and (min-width: 768px) {
  .detail-recent_text {
    width: 53%;
    max-width: 640px;
    padding-top: 85px;
    padding-bottom: 57px;
    padding-left: 15px;
  }
}

.detail-recent_next {
  line-height: 1;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .detail-recent_next {
    top: -30px;
    right: -15px;
  }
  .is-mac .detail-recent_next,
  .is-iphone .detail-recent_next {
    top: -25px;
  }
}

@media screen and (min-width: 768px) {
  .detail-recent_next {
    top: -25px;
    right: 0px;
  }
  .is-mac .detail-recent_next,
  .is-iphone .detail-recent_next {
    top: -18px;
  }
}

.detail-recent_next-main {
  position: absolute;
  top: 0;
  right: 0;
  font-family: "Orbitron", sans-serif;
}

@media screen and (max-width: 767px) {
  .detail-recent_next-main {
    font-size: 35px;
  }
}

@media screen and (min-width: 768px) {
  .detail-recent_next-main {
    font-size: 50px;
  }
}

.detail-recent_next-sub {
  position: absolute;
  right: 0;
  font-family: Verdana, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .detail-recent_next-sub {
    font-size: 11px;
    top: 38px;
  }
}

@media screen and (min-width: 768px) {
  .detail-recent_next-sub {
    font-size: 16px;
    top: 55px;
  }
}

.detail-recent_data {
  position: absolute;
  color: #ffffff;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 767px) {
  .detail-recent_data {
    top: -25px;
    left: -15px;
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .detail-recent_data {
    top: -20px;
    left: -70px;
    font-size: 18px;
  }
}

.detail-recent_vol {
  position: absolute;
  top: 0;
  left: 0;
  background: #3db7f1;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}

@media screen and (max-width: 767px) {
  .detail-recent_vol {
    padding: 5px 15px;
  }
}

@media screen and (min-width: 768px) {
  .detail-recent_vol {
    padding: 7px 20px;
  }
}

.detail-recent_vol-inner {
  -webkit-transform: skewX(10deg);
          transform: skewX(10deg);
}

.detail-recent_date {
  position: absolute;
  left: 0;
  text-align: center;
  white-space: nowrap;
  background: #3db7f1;
  -webkit-transform: skewX(10deg);
          transform: skewX(10deg);
}

@media screen and (max-width: 767px) {
  .detail-recent_date {
    top: 29px;
    padding: 5px 15px;
  }
}

@media screen and (min-width: 768px) {
  .detail-recent_date {
    top: 37px;
    padding: 7px 20px;
  }
}

.detail-recent_date-inner {
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}

.detail-recent_names {
  /*padding-left: 40px;*/
  color: #148cd0;
  background: left center no-repeat;
  /*background-image: url(../images/common/icon_btn_blue.png);*/
}

@media screen and (max-width: 767px) {
  .detail-recent_names {
    min-height: 30px;
    margin-bottom: 10px;
    background-size: 30px 30px;
  }
}

@media screen and (min-width: 768px) {
  .detail-recent_names {
    margin-bottom: 5px;
    background-size: 26px 26px;
  }
  a:hover .detail-recent_names {
    /*background-image: url(../images/common/icon_btn_light-blue.png);*/
    color: #37c9f6;
  }
}

@media screen and (max-width: 767px) {
  .detail-recent_name {
    margin-right: 8px;
    font-size: 25px;
  }
}

@media screen and (min-width: 768px) {
  .detail-recent_name {
    margin-right: 15px;
    font-size: 26px;
  }
}

@media screen and (max-width: 767px) {
  .detail-recent_job {
    font-size: 17px;
  }
}

@media screen and (min-width: 768px) {
  .detail-recent_job {
    font-size: 16px;
  }
}

.detail-recent_summary {
  color: #333333;
}

@media screen and (max-width: 767px) {
  .detail-recent_summary {
    line-height: 1.4;
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .detail-recent_summary {
    line-height: 1.8;
    font-size: 20px;
  }
}

.detail-recent br {
  display: none;
}

@media screen and (max-width: 767px) {
  .detail-recent_btn-wrapper {
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .detail-recent_btn {
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
