@charset "UTF-8";
/*--------------------------------------*
 * foundation
 *--------------------------------------*/
/*! 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 {
  -webkit-box-sizing: content-box;
  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 {
  -webkit-box-sizing: border-box;
  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] {
  -webkit-box-sizing: border-box;
  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;
}

/* ========================================
  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
======================================== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  width: 100%;
  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: 1080px;
  }
}
select,
input,
textarea {
  font-family: Verdana, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

a {
  color: #0032a0;
  text-decoration: underline;
}

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

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  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: "Inter", sans-serif;
}

.u-font-accent {
  font-family: "Noto Sans JP", sans-serif;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  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;
}

/*--------------------------------------*
 * layout
 *--------------------------------------*/
@media screen and (min-width: 768px) {
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 148px;
    height: 100%;
    background: #ffffff;
    -webkit-box-shadow: 2px 0 2px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 0 2px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .l-header_logo {
    width: 16vw;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 8px;
  }
  .l-header_logo img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .l-header_logo {
    padding: 20px 0 20px;
    text-align: center;
  }
  .l-header_logo img {
    width: 110px;
    height: auto;
  }
}
@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 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .l-header_airtime img {
    width: 62px;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .l-header_airtime {
    margin-bottom: 20px;
    text-align: center;
  }
  .l-header_airtime img {
    width: 84px;
    height: auto;
  }
}
@media screen and (min-width: 768px) and (max-height: 800px) {
  .l-header_airtime {
    margin-bottom: 30px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .l-header_nav {
    width: 100%;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}

.l-header-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  width: 100%;
  padding: 16px 8px;
}
@media screen and (max-width: 767px) {
  .l-header-sns {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: auto;
    padding: 0 12px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.l-header-sns__item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 767px) {
  .l-header-sns__item {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 38px;
    height: 38px;
  }
}
.l-header-sns__anchor {
  display: block;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 767px) {
  .l-header-sns__anchor {
    width: 100%;
    padding-top: 100%;
  }
}
.l-header-sns__anchor img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.l-header-sns__anchor:hover img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.l-header-logo-text {
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .l-header-logo-text {
    display: none;
  }
}
.l-header-logo-text img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .l-gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    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-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  background-image: url(../images/common/nav-item-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .l-gnav_item a {
    padding: 16px 0;
    font-size: 14px;
    color: #ffffff;
    background-color: #0032a0;
  }
}
@media screen and (min-width: 768px) {
  .l-gnav_item a {
    padding: 24px 0;
    border-top: #fff 1px solid;
    color: #ffffff;
    background-color: #0032a0;
    font-size: 14px;
  }
  .l-gnav_item a:hover {
    background-size: 200%;
  }
}
@media screen and (min-width: 768px) and (max-height: 700px) {
  .l-gnav_item a {
    padding: 15px 0;
  }
}
.l-gnav_item img {
  height: 1em;
  width: auto;
  margin-bottom: 0.3em;
}

@media screen and (max-width: 767px) {
  .l-gnav_item img,
  .l-gnav_item br {
    display: none;
  }
}
.l-gnav_item-top {
  font-family: "Noto Sans JP", sans-serif;
}

.l-contents {
  position: relative;
}

.l-contents_under {
  position: relative;
}

.l-under-ttl {
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-under-ttl {
    padding: 20px 20px 35px;
  }
}
@media screen and (min-width: 768px) {
  .l-under-ttl {
    padding: 40px 40px 80px;
  }
}

.l-under-ttl_main {
  position: relative;
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .l-under-ttl_main {
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) {
  .l-under-ttl_main {
    font-size: 38px;
  }
}

.l-under-ttl_sub {
  position: relative;
  display: block;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin-top: 1em;
}
@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: 18px;
  }
}

.l-under-ttl_year {
  display: block;
  position: relative;
  background-color: #0032a0;
  font-size: 16px;
  padding: 0.5em 4em 0.5em 1em;
  margin: 3em 0 0 0;
  border-radius: 0 2em 0 0;
  color: #fff;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", serif;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.foot-sns_text {
  margin-right: 20px;
  color: #0032a0;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .foot-sns_list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

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

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

@media screen and (min-width: 768px) {
  a:hover .l-pagetop_icon {
    background: url(../images/common/pagetop_btn_icon_on.png);
  }
}
.l-footer {
  position: relative;
  z-index: 30;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-bottom: 95px;
    background-size: 187px auto;
  }
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding-left: 148px;
    padding-bottom: 45px;
  }
}

.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-footer-bnr {
  width: 100%;
  margin: 0 auto 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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 896px;
  }
}

@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 {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .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;
    -webkit-transition: opacity 300ms;
    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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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: #0032a0;
  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: "Noto Sans JP", sans-serif;
}

.l-footer-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  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-fnav {
  margin-bottom: 20px;
}
@media screen and (min-width: 1401px) {
  .l-fnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 896px;
  }
}
@media screen and (max-width: 767px) {
  .l-fnav {
    border-top: #cacaca 1px solid;
  }
}

@media screen and (min-width: 768px) {
  .l-fnav_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    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;
  }
  .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;
  }
}
@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 {
    -webkit-transition: color 300ms;
    transition: color 300ms;
  }
  .l-fnav_item a:hover {
    color: #0032a0;
    text-decoration: underline;
  }
}

@media screen and (max-width: 767px) {
  .is-open .l-fnav_ttl:before {
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  .is-open .l-fnav_item {
    display: block;
  }
}

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

.l-page-animation_in {
  transition: -webkit-transform 500ms;
  -webkit-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(100%);
  transform: translate(100%);
  -webkit-animation: pageAnimationOut 500ms 500ms 1;
  animation: pageAnimationOut 500ms 500ms 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-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%);
  }
}
.l-navbar {
  position: sticky;
  top: 0px;
  left: 0;
  z-index: 9000;
  background-color: #0032a0;
}
.l-navbar__inner {
  max-width: 1380px;
  padding: 0 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 1180px) {
  .l-navbar__inner {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    max-width: 1020px;
  }
}
@media screen and (max-width: 767px) {
  .l-navbar__inner {
    padding: 8px 8px 0;
    position: relative;
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    grid-template-rows: -webkit-max-content 1fr;
    grid-template-rows: max-content 1fr;
    gap: 0px 0px;
    grid-template-areas: "nav1 nav2" "nav3 nav3";
  }
}
.l-navbar__meta {
  position: absolute;
  top: 50%;
  left: 40px;
  width: 18vw;
  padding: 0 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1230px) {
  .l-navbar__meta {
    width: 240px;
    left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .l-navbar__meta {
    position: relative;
    top: auto;
    left: auto;
    padding: 0;
    width: auto;
    -webkit-transform: translate(0);
            transform: translate(0);
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    grid-area: nav1;
  }
}
.l-navbar__logo img {
  width: 0px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.l-navbar__airtime {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #c7cce6;
  font-size: 1rem;
  line-height: 0;
}
.l-navbar__airtime img {
  height: 1rem;
}
.l-navbar__logo {
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .l-navbar .l-navbar__nav {
    grid-area: nav3;
  }
}

.l-navbar-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .l-navbar-sns {
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    gap: 2px;
    grid-area: nav2;
  }
}
.l-navbar-sns__item {
  width: 2rem;
}
.l-navbar-sns__anchor img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-navbar-sns__anchor:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.l-navbar--isTop .l-navbar__meta {
  gap: 10px;
}
.l-navbar--isTop .l-navbar__logo img {
  width: 3rem;
}
@media screen and (max-width: 767px) {
  .l-navbar--isTop .l-navbar__logo img {
    width: 2.2rem;
  }
}
.l-navbar--isTop .l-navbar__airtime {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .l-navbar--isTop .l-navbar__airtime {
    font-size: 12px;
  }
}

.l-global-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .l-global-nav {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 8px;
  }
}
.l-global-nav__anchor {
  display: block;
  font-size: 1rem;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-decoration: none;
  padding: 1.2rem 1rem;
  background-image: url(../images/common/nav-item-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0;
  -webkit-transition: background-size 0.4s;
  transition: background-size 0.4s;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .l-global-nav__anchor {
    padding: 0.5rem 0.5rem;
    font-size: 15px;
  }
}
.l-global-nav__anchor:hover {
  background-size: 120%;
}
.l-global-nav__anchor--yt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.l-global-nav__anchor img {
  height: 1rem;
}
@media screen and (max-width: 767px) {
  .l-global-nav__anchor img {
    height: 15px;
  }
}
.l-global-nav__logo {
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .l-global-nav__logo {
    display: none;
  }
}
.l-global-nav__logo img {
  height: 0.8rem;
  width: auto;
}

/*-------------------
 * component
 *-------------------*/
.js-grad {
  color: #0032a0;
}

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

.c-btn-grad,
.c-btn-grad-green {
  margin: auto;
  padding: 2px;
  border-radius: 22px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

@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: 260px;
  }
}
.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;
    font-weight: bold;
  }
}
@media screen and (min-width: 768px) {
  .c-btn-grad a,
  .c-btn-grad-green a {
    font-size: 18px;
    font-weight: bold;
  }
}
@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: #0032a0;
}

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

.c-btn-grad-green {
  background: -webkit-gradient(linear, left top, right top, from(#a8c33e), to(#5da20c));
  background: linear-gradient(90deg, #a8c33e, #5da20c);
}

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

@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);
    -webkit-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);
    transition: transform 240ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-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);
    transition: transform 240ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-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;
  -webkit-transition: color 240ms;
  transition: color 240ms;
}

@media screen and (min-width: 768px) {
  .c-hover-grad:before {
    background: #0032a0;
  }
  .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: -webkit-gradient(linear, left top, right top, from(#a8c33e), to(#5da20c));
    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-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 300ms;
  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%;
}

.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;
  -webkit-mask-image: url("../images/common/mask-logo.svg");
  mask-image: url("../images/common/mask-logo.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  padding: 87% 0 0 0;
}
@media screen and (min-width: 768px) {
  .c-list-person_img {
    margin-bottom: 20px;
  }
}
.c-list-person_img img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  .c-list-person_img img {
    transition: -webkit-transform 400ms;
    -webkit-transition: -webkit-transform 400ms;
    transition: transform 400ms;
    transition: transform 400ms, -webkit-transform 400ms;
  }
}

@media screen and (min-width: 768px) {
  a:hover .c-list-person_img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.c-list-person_name {
  color: #0032a0;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", serif;
  font-weight: 700;
  -webkit-transition: color 400ms;
  transition: color 400ms;
}
@media screen and (max-width: 767px) {
  .c-list-person_name {
    margin-bottom: 2px;
    font-size: 17px;
  }
}
@media screen and (min-width: 768px) {
  .c-list-person_name {
    margin-bottom: 7px;
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) {
  a:hover .c-list-person_name {
    color: #37c9f6;
  }
}
.c-list-person_job {
  margin-bottom: 12px;
  color: #0032a0;
  font-weight: 700;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", serif;
  -webkit-transition: color 400ms;
  transition: color 400ms;
}
@media screen and (max-width: 767px) {
  .c-list-person_job {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .c-list-person_job {
    font-size: 14px;
  }
}

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

.c-pickup_period,
.c-pickup_bg,
.c-preparation_sp-top,
.c-preparation_sp-bottom,
.c-preparation-bg {
  display: none;
}

.c-pickup_inner {
  max-width: 920px;
  margin: 0 auto;
  position: relative;
}
.c-pickup_inner a {
  display: block;
  text-decoration: none;
}

.c-pickup_image {
  max-width: 480px;
  margin: 0 auto;
}

.c-pickup_img {
  -webkit-mask-image: url("../images/common/mask-logo.svg");
  mask-image: url("../images/common/mask-logo.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  padding: 87% 0 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-pickup_img {
    max-width: 85%;
    margin: 0 auto;
  }
}
.c-pickup_img img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  transition: -webkit-transform 400ms;
  -webkit-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: absolute;
  right: 0;
  bottom: 20px;
  max-width: 480px;
}
@media screen and (max-width: 767px) {
  .c-pickup_info {
    bottom: 0px;
    position: relative;
    margin-left: auto;
    margin-top: -60px;
    max-width: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

.c-pickup_date {
  text-align: right;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-pickup_date {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 0 0 auto;
    font-size: 16px;
  }
}
.c-pickup_date-inner {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  padding: 0.2em;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 767px) {
  .c-pickup_date-inner {
    padding: 0.2em 1em;
  }
}

.c-pickup_names {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.c-pickup_name {
  background-color: #e8eaf5;
  font-size: 32px;
  font-weight: 700;
  padding: 0.5em 3.3rem;
  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_name {
    font-size: 24px;
  }
}

.c-pickup_job {
  background-color: #0032a0;
  font-size: 14px;
  padding: 0.5em 1.8rem 0.5em 1.8rem;
  margin: 0 0 0 1.5rem;
  border-radius: 2rem 0 0 0;
  color: #fff;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", serif;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-pickup_job {
    font-size: 12px;
  }
}

.c-pickup_bnr {
  width: 200px;
  padding-top: 50px;
  background-image: url(../images/common/catchup_bnr_active.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(-720px, 0);
          transform: translate(-720px, 0);
}
@media screen and (max-width: 767px) {
  .c-pickup_bnr {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: 10px;
    width: 100%;
    background-position: right 10px center;
    -webkit-transform: none;
            transform: none;
  }
}

.c-pickup_vol {
  display: inline-block;
  font-size: 12px;
  margin-left: 0.8em;
}

.c-pickup_vol-inner {
  display: inline;
}

.c-preparation {
  max-width: 740px;
  margin: 40px auto 0;
}

.c-preparation_frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .c-preparation_frame {
    display: block;
  }
}

.c-preparation_logos {
  width: 40%;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-decoration: none;
}

.c-preparation_logo {
  width: 100%;
  padding-top: 33%;
  background-image: url(../images/common/catchup_bnr.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .c-preparation_logo {
    max-width: 320px;
    width: 100%;
    text-decoration: none;
    display: block;
    margin: 0 auto 20px;
  }
}
.c-preparation_logo img {
  display: none;
}

.c-preparation_text {
  padding: 10px 0 0 0;
  color: #777777;
  line-height: 1.8;
  font-size: 14px;
}

.c-preparation_supplement-inner {
  color: #000;
  text-decoration: none;
  text-align: center;
  margin-top: 14px;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", serif;
}

.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;
  color: #0032a0;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .c-preparation_catch {
    font-size: 25px;
  }
  .c-preparation_catch span {
    position: relative;
    z-index: 5;
    padding: 0 8px;
    background: #fff;
  }
}
@media screen and (min-width: 768px) {
  .c-preparation_catch {
    font-size: 24px;
  }
}

.c-preparation_catch:before,
.c-preparation_catch:after {
  position: absolute;
  top: 50%;
  content: "";
  display: block;
  height: 1px;
  background: #0032a0;
}
@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;
  }
}

/*-------------------
 * project
 *-------------------*/
.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-yt-bnr {
  background-color: #ffffff;
}

.top-yt-bnr a {
  display: block;
  padding: 8px 20px;
  text-align: center;
  background-image: url(../../images/parts/yt-bnr-bg.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  outline: 1px solid #ffffff;
  outline-offset: -5px;
}

.top-yt-bnr a img {
  width: 45%;
}

.top-yt-bnr a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .top-yt-bnr a img {
    width: 50%;
  }
}
.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-outline {
  position: relative;
  z-index: 10;
}

@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;
  }
}
.top-outline_inner {
  width: 100%;
  padding-top: 30px;
}

@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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    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: 0px 20px 0;
  }
}
@media screen and (min-width: 768px) {
  .top-outline_sentence {
    max-width: 734px;
    /* 680 + 54 */
    width: 54%;
    /* 734 / 1348 * 100 */
    padding-right: 54px;
  }
}
.top-outline_ttl {
  color: #0032a0;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", serif;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .top-outline_ttl {
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 19px;
  }
}
@media screen and (min-width: 768px) {
  .top-outline_ttl {
    line-height: 1.9;
    margin-bottom: 40px;
    font-size: 28px;
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    transition: opacity 300ms, -webkit-transform 500ms;
    -webkit-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);
  }
}
.top-outline_description {
  color: #222;
  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;
    -webkit-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 */
  }
}
@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;
    -webkit-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;
    -webkit-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: 600;
  font-family: "Inter", 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 {
    margin-bottom: 20px;
    font-size: 36px;
  }
}
.top-outline_profile-text {
  margin: auto;
  color: #7b7a79;
  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 {
    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: 30px;
    -webkit-perspective: 600px;
    perspective: 600px;
  }
}
.photo_inner {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.12);
  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;
    -webkit-transition: 400ms;
    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);
  -webkit-transition: background 400ms;
  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;
  -webkit-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;
  }
}
.top-backnumber {
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .top-backnumber {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .top-backnumber {
    padding-top: 120px;
    background-position: right -20px top;
    background-size: 1423px 125px;
  }
}
@media screen and (min-width: 768px) {
  .top-backnumber {
    padding-top: 110px;
    padding-bottom: 110px;
    background-size: 100% 125px;
  }
}
.top-backnumber_ttl {
  font-family: "Inter", sans-serif;
  color: #0032a0;
  font-weight: 600;
  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: 38px;
  }
}
.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;
    -webkit-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) {
    -webkit-transition-delay: 80ms;
    transition-delay: 80ms;
  }
  .top-backnumber_item:nth-child(2) {
    -webkit-transition-delay: 160ms;
    transition-delay: 160ms;
  }
  .top-backnumber_item:nth-child(3) {
    -webkit-transition-delay: 240ms;
    transition-delay: 240ms;
  }
  .top-backnumber_item:nth-child(4) {
    -webkit-transition-delay: 320ms;
    transition-delay: 320ms;
  }
  .top-backnumber_item:nth-child(5) {
    -webkit-transition-delay: 400ms;
    transition-delay: 400ms;
  }
  .top-backnumber_item:nth-child(6) {
    -webkit-transition-delay: 480ms;
    transition-delay: 480ms;
  }
  .top-backnumber_item:nth-child(7) {
    -webkit-transition-delay: 560ms;
    transition-delay: 560ms;
  }
  .top-backnumber_item:nth-child(8) {
    -webkit-transition-delay: 640ms;
    transition-delay: 640ms;
  }
  .top-backnumber_item:nth-child(9) {
    -webkit-transition-delay: 720ms;
    transition-delay: 720ms;
  }
  .top-backnumber_item:nth-child(10) {
    -webkit-transition-delay: 800ms;
    transition-delay: 800ms;
  }
  .top-backnumber_item:nth-child(11) {
    -webkit-transition-delay: 880ms;
    transition-delay: 880ms;
  }
  .top-backnumber_item:nth-child(12) {
    -webkit-transition-delay: 960ms;
    transition-delay: 960ms;
  }
  .top-backnumber_item:nth-child(13) {
    -webkit-transition-delay: 1040ms;
    transition-delay: 1040ms;
  }
  .top-backnumber_item:nth-child(14) {
    -webkit-transition-delay: 1120ms;
    transition-delay: 1120ms;
  }
  .top-backnumber_item:nth-child(15) {
    -webkit-transition-delay: 1200ms;
    transition-delay: 1200ms;
  }
  .top-backnumber_item:nth-child(16) {
    -webkit-transition-delay: 1280ms;
    transition-delay: 1280ms;
  }
  .top-backnumber_item:nth-child(17) {
    -webkit-transition-delay: 1360ms;
    transition-delay: 1360ms;
  }
  .top-backnumber_item:nth-child(18) {
    -webkit-transition-delay: 1440ms;
    transition-delay: 1440ms;
  }
  .top-backnumber_item:nth-child(19) {
    -webkit-transition-delay: 1520ms;
    transition-delay: 1520ms;
  }
  .top-backnumber_item:nth-child(20) {
    -webkit-transition-delay: 1600ms;
    transition-delay: 1600ms;
  }
  .top-backnumber_item:nth-child(21) {
    -webkit-transition-delay: 1680ms;
    transition-delay: 1680ms;
  }
  .top-backnumber_item:nth-child(22) {
    -webkit-transition-delay: 1760ms;
    transition-delay: 1760ms;
  }
  .top-backnumber_item:nth-child(23) {
    -webkit-transition-delay: 1840ms;
    transition-delay: 1840ms;
  }
  .top-backnumber_item:nth-child(24) {
    -webkit-transition-delay: 1920ms;
    transition-delay: 1920ms;
  }
  .top-backnumber_item:nth-child(25) {
    -webkit-transition-delay: 2000ms;
    transition-delay: 2000ms;
  }
  .top-backnumber_item:nth-child(26) {
    -webkit-transition-delay: 2080ms;
    transition-delay: 2080ms;
  }
  .top-backnumber_item:nth-child(27) {
    -webkit-transition-delay: 2160ms;
    transition-delay: 2160ms;
  }
  .top-backnumber_item:nth-child(28) {
    -webkit-transition-delay: 2240ms;
    transition-delay: 2240ms;
  }
  .top-backnumber_item:nth-child(29) {
    -webkit-transition-delay: 2320ms;
    transition-delay: 2320ms;
  }
  .top-backnumber_item:nth-child(30) {
    -webkit-transition-delay: 2400ms;
    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;
}

.top-catchup {
  padding: 0 40px;
}

@media screen and (max-width: 767px) {
  .top-catchup {
    padding: 0 0px;
  }
}
/* 23.04アップデート用追加リソースここから */
.p-index-hero {
  position: relative;
  overflow: hidden;
}

.p-index-hero__logo {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 5;
}

.p-index-hero__logo img {
  width: 10vw;
}

@media screen and (max-width: 767px) {
  .p-index-hero__logo img {
    width: 14vw;
  }
}
.p-index-hero__anim {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 46.76%;
  z-index: 10;
  background-color: #fff;
  pointer-events: none;
}

.p-index-hero__anim::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  pointer-events: none;
  background-image: url(../images/common/canvas.png);
  mix-blend-mode: color-dodge;
}

.p-index-hero__anim svg {
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 767px) {
  .p-index-hero__anim {
    width: 213.84%;
    padding-top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.p-index-hero__visual {
  overflow: hidden;
}

.p-index-hero__visual img {
  width: 100%;
}

.p-index-next-episode {
  position: absolute;
  right: 0px;
  bottom: 50px;
  max-width: 50%;
}

.p-index-next-episode__label {
  background-color: #0032a0;
  font-size: 1.25vw;
  font-weight: 700;
  padding: 0.5em 4.5vw 0.5em 2.5vw;
  border-radius: 3vw 0 0 0;
  right: -2vw;
  color: #fff;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", serif;
  position: relative;
}

.p-index-next-episode__num {
  font-size: 70%;
}

.p-index-next-episode__name {
  background-color: #fff;
  font-size: 4vw;
  font-weight: 700;
  padding: 0.2em 4.5vw 0.3em 4.5vw;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", serif;
}

@media screen and (max-width: 1220px) {
  .p-index-next-episode__label {
    font-size: 15px;
    padding: 0.5em 58px 0.5em 34px;
    right: -24px;
  }
  .p-index-next-episode__name {
    font-size: 48px;
    padding: 0.2em 58px 0.3em;
  }
}
@media screen and (max-width: 767px) {
  .p-index-next-episode {
    max-width: 60vw;
    bottom: 20px;
  }
  .p-index-next-episode__label {
    font-size: 3vw;
    padding: 0.5em 6.5vw 0.5em 4.5vw;
    border-radius: 5vw 0 0 0;
    right: -3vw;
  }
  .p-index-next-episode__name {
    font-size: 6vw;
    padding: 0.3em 7.5vw;
  }
}
.p-index-next-date {
  position: absolute;
  left: 40px;
  bottom: 0px;
  width: 18vw;
  padding-top: 15.66vw;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-mask-image: url("../images/common/mask-logo.svg");
  mask-image: url("../images/common/mask-logo.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center 0;
  mask-position: center 0;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.p-index-next-date__wrap {
  position: absolute;
  left: 50%;
  top: 52%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.p-index-next-date__label {
  font-size: 2.7vw;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #0032a0;
}

.p-index-next-date__day {
  font-size: 3.2vw;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #0032a0;
}

.p-index-next-date__small {
  font-size: 60%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
}

.p-index-next-date__time {
  font-size: 3.2vw;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #0032a0;
}

@media screen and (max-width: 1230px) {
  .p-index-next-date {
    width: 220px;
    padding-top: 192px;
  }
  .p-index-next-date__label {
    font-size: 37px;
  }
  .p-index-next-date__day {
    font-size: 44px;
  }
  .p-index-next-date__time {
    font-size: 44px;
  }
}
@media screen and (max-width: 767px) {
  .p-index-next-date {
    width: 30vw;
    padding-top: 26vw;
    left: 10px;
  }
  .p-index-next-date__label {
    font-size: 5vw;
  }
  .p-index-next-date__day {
    font-size: 6vw;
  }
  .p-index-next-date__time {
    font-size: 6vw;
  }
}
.top-catchup_ttl {
  font-family: "Inter", sans-serif;
  color: #0032a0;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .top-catchup_ttl {
    margin-bottom: 30px;
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) {
  .top-catchup_ttl {
    margin-bottom: 55px;
    font-size: 38px;
  }
}
.top-catchup_desc {
  color: #0032a0;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .top-catchup_desc {
    font-size: 16px;
  }
}

.top-catchup_archive {
  text-align: center;
  font-size: 16px;
}
.top-catchup_archive span {
  display: inline-block;
}

.top-catchup-platform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 14px;
  margin: 24px auto;
}

.top-catchup-platform__item a {
  display: block;
  position: relative;
}
.top-catchup-platform__item a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.top-catchup-platform__item a img {
  position: relative;
  z-index: 10;
  width: 240px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .top-catchup-platform__item a img {
    width: 36vw;
  }
}

.p-index-hero--isAnim .p-index-hero__anim {
  -webkit-animation-name: opacityAnime;
  animation-name: opacityAnime;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
}

.p-index-hero--isAnim .p-index-hero__visual img {
  -webkit-animation-name: visualAnime;
  animation-name: visualAnime;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
}

.p-index-hero--isAnim .p-index-next-episode {
  -webkit-animation-name: episodeAnime;
  animation-name: episodeAnime;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
}

.p-index-hero--isAnim .p-index-next-date {
  -webkit-animation-name: dateAnime;
  animation-name: dateAnime;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
}

@-webkit-keyframes opacityAnime {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes opacityAnime {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes episodeAnime {
  0% {
    right: -600px;
  }
  20% {
    right: -600px;
  }
  100% {
    right: 0px;
  }
}
@keyframes episodeAnime {
  0% {
    right: -600px;
  }
  20% {
    right: -600px;
  }
  100% {
    right: 0px;
  }
}
@-webkit-keyframes visualAnime {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  20% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes visualAnime {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  20% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes dateAnime {
  0% {
    -webkit-mask-position: center 300px;
    mask-position: center 300px;
  }
  20% {
    -webkit-mask-position: center 300px;
    mask-position: center 300px;
  }
  100% {
    -webkit-mask-position: center 0px;
    mask-position: center 0px;
  }
}
@keyframes dateAnime {
  0% {
    -webkit-mask-position: center 300px;
    mask-position: center 300px;
  }
  20% {
    -webkit-mask-position: center 300px;
    mask-position: center 300px;
  }
  100% {
    -webkit-mask-position: center 0px;
    mask-position: center 0px;
  }
}
.past-catchup {
  margin-top: -120px;
  padding: 80px 0 80px;
}

@media screen and (min-width: 768px) {
  .past-catchup {
    padding: 40px 0 80px;
    margin-top: -180px;
  }
}
.past-catchup .c-preparation-bg,
.past-catchup .c-preparation {
  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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    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: "Inter", sans-serif;
  font-weight: 600;
  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: 38px;
  }
}
@media screen and (max-width: 767px) {
  .past-archive_list {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .past-archive_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    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: #0032a0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.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: -webkit-gradient(linear, left top, right top, from(#3db7f1), to(#1f49b5));
    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;
  }
}
.past-catchup .c-preparation {
  display: none;
}

.past-catchup .c-pickup_inner {
  padding-bottom: 0;
}

.detail-ttl {
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 767px) {
  .detail-ttl {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .detail-ttl {
    padding-bottom: 10px;
    background-size: 100% 125px;
  }
}
.detail-eye {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  margin-top: -180px;
}

@media screen and (max-width: 767px) {
  .detail-eye {
    margin-top: -80px;
  }
}
.detail-eye_bg {
  display: none;
}

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

.detail-eye_img {
  max-width: 580px;
  margin: 0 auto;
  -webkit-mask-image: url("../images/common/mask-logo.svg");
  mask-image: url("../images/common/mask-logo.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  position: relative;
}
@media screen and (max-width: 767px) {
  .detail-eye_img {
    width: 90%;
  }
}

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

.detail-eye_info {
  position: absolute;
  right: 20px;
  bottom: 20px;
  max-width: 460px;
}

@media screen and (max-width: 767px) {
  .detail-eye_info {
    position: relative;
    margin: -80px 0 0 auto;
    padding-left: 20px;
    right: 0;
  }
}
.detail-eye_date {
  text-align: right;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #0032a0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 0 0 auto;
}
.detail-eye_date-inner {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  padding: 0.2em;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 767px) {
  .detail-eye_date-inner {
    padding: 0.2em 1em;
  }
}

.detail-eye_names {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 360px;
  margin: 10px 0 0 auto;
}

.detail-eye_summary {
  color: #0032a0;
  margin-top: 1em;
  background-color: rgba(255, 255, 255, 0.8);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  padding-left: 10px;
}

@media screen and (max-width: 767px) {
  .detail-eye_summary {
    line-height: 1.4;
    font-size: 18px;
    text-align: right;
    padding-right: 10px;
  }
}
.detail-eye_name {
  background-color: #e8eaf5;
  font-size: 32px;
  font-weight: 700;
  padding: 0.4em 3rem 0.5em 3rem;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", serif;
}

.detail-eye_job {
  background-color: #0032a0;
  font-size: 14px;
  padding: 0.5em 1.5rem 0.5em 1.5rem;
  margin: 0 0 0 1.5rem;
  border-radius: 2rem 0 0 0;
  color: #fff;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", serif;
  position: relative;
}

.detail-eye_vol {
  display: inline-block;
  font-size: 12px;
  margin-left: 0.8em;
}

.detail-eye_vol-inner {
  display: inline;
}

@media screen and (min-width: 768px) {
  .detail-eye_summary {
    line-height: 1.5;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .detail-eye_name {
    font-size: 26px;
  }
  .detail-eye_job {
    font-size: 12px;
  }
}
.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;
}

@media screen and (max-width: 767px) {
  .detail-contents {
    margin-bottom: 60px;
    padding-top: 60px;
    background-size: 768px auto;
  }
}
@media screen and (min-width: 768px) {
  .detail-contents {
    margin-bottom: 120px;
    padding-top: 60px;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    max-width: 1300px;
    margin: auto;
    padding: 0 50px;
  }
}
.detail-contents_outline {
  color: #222;
  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: 0 0 25px 0;
}

@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: 60px;
  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: "Noto Sans JP", 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: #0032a0;
  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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.8;
    margin-bottom: 30px;
  }
}
.detail-staff_ttl {
  color: #777777;
  font-weight: bold;
  font-family: "Noto Sans JP", 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: 60px 0;
    border-top: 1px solid #0032a0;
  }
}
@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: 1000px;
    margin: auto;
    padding: 80px 50px;
    border-top: 1px solid #0032a0;
  }
}
.detail-recent_inner a {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .detail-recent_inner a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.detail-recent_image {
  padding-bottom: 12px;
}

@media screen and (min-width: 768px) {
  .detail-recent_image {
    max-width: 515px;
    width: 60%;
  }
}
.detail-recent_img {
  border-radius: 3px;
  overflow: hidden;
  -webkit-box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.12);
  box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.12);
}

.detail-recent_img img {
  width: 100%;
  height: auto;
  transition: -webkit-transform 400ms;
  -webkit-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;
}

@media screen and (max-width: 767px) {
  .detail-recent_text {
    padding-top: 10px;
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 768px) {
  .detail-recent_text {
    width: 38%;
  }
}
.detail-recent_next {
  line-height: 1;
}

.detail-recent_next-main {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  display: block;
}

@media screen and (max-width: 767px) {
  .detail-recent_next-main {
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) {
  .detail-recent_next-main {
    font-size: 38px;
  }
}
.detail-recent_next-sub {
  position: relative;
  display: block;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin-top: 1em;
  color: #333333;
  display: none;
}

@media screen and (max-width: 767px) {
  .detail-recent_next-sub {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .detail-recent_next-sub {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .detail-recent_data {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .detail-recent_data {
    font-size: 18px;
  }
}
.detail-recent_vol {
  font-size: 14px;
  padding-top: 2rem;
  display: none;
}

.detail-recent_date {
  font-size: 16px;
  white-space: nowrap;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.detail-recent_names {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.detail-recent_name {
  background-color: #e8eaf5;
  font-size: 24px;
  font-weight: 700;
  padding: 0.5em 0.6em;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #0032a0;
}

.detail-recent_job {
  background-color: #0032a0;
  font-size: 14px;
  padding: 0.5em 2.5em 0.5em 1.5em;
  margin: 0 2em 0 0;
  border-radius: 0 2em 0 0;
  color: #fff;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", serif;
  position: relative;
}

.detail-recent_summary {
  color: #333333;
  padding-top: 1rem;
}

@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%;
  }
}
/*-------------------
 * object
 *-------------------*//*# sourceMappingURL=style.css.map */