
@import url("https://fonts.googleapis.com/css?family=Raleway:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Lobster+Two:400,700i&display=swap");

@charset "UTF-8";
/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! minimum_reset.css v0.0.1 */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: 100%;
  font-weight: normal;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul li,
ol li {
  margin: 0;
  padding: 0;
  list-style: none;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

img {
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  max-width: 100%;
}

svg {
  max-width: 100%;
}

*, *:before, *:after {
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
.w1p {
  width: 10% !important;
}

.w2p {
  width: 20% !important;
}

.w3p {
  width: 30% !important;
}

.w4p {
  width: 40% !important;
}

.w5p {
  width: 50% !important;
}

.w6p {
  width: 60% !important;
}

.w7p {
  width: 70% !important;
}

.w8p {
  width: 80% !important;
}

.w9p {
  width: 90% !important;
}

.w10p {
  width: 100% !important;
}

.mats {
  margin-top: 10px;
}

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

.matm {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .matm {
    margin-top: 40px;
  }
}

.matl {
  margin-top: 30px;
}

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

.mat2l {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .mat2l {
    margin-top: 80px;
  }
}

.fw {
  font-weight: bold !important;
}

.cred {
  color: #c00 !important;
}

@media screen and (max-width: 767px) {
  .hide-sp {
    display: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 960px) {
  .hide-tab {
    display: none !important;
  }
}

@media screen and (min-width: 961px) {
  .hide-pc {
    display: none !important;
  }
}

/*
  module: m-box-fixed
  - 固定幅・中央揃えのボックス
*/
[data-fixed] {
  padding: 0 15px;
}

@media screen and (min-width: 768px) {
  [data-fixed] {
    width: 1000px;
    margin: 0 auto;
    padding: 0 130px;
    box-sizing: content-box;
  }
}

[data-fixed2] {
  padding: 0 15px;
}

@media screen and (min-width: 768px) {
  [data-fixed2] {
    width: 720px;
    margin: 50px auto 0;
    padding: 0 130px;
    box-sizing: content-box;
  }
}

[data-fixed3] {
  padding: 0 15px;
}

@media screen and (min-width: 768px) {
  [data-fixed3] {
    width: 1200px;
    margin: 0 auto;
    padding: 0 130px;
    box-sizing: content-box;
  }
}

.m-box-img {
  margin-top: 20px;
}

.m-box-img.img-center {
  text-align: center;
}

.m-box-btn {
  margin-top: 35px;
}

@media screen and (min-width: 768px) {
  .m-box-btn {
    width: 500px;
    margin: 55px auto 0;
  }
}

.m-list-news {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .m-list-news {
    margin-top: 40px;
  }
}

.m-list-news .news-inner {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .m-list-news .news-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -20px;
  }
}

@media screen and (min-width: 768px) {
  .m-list-news .news-inner .news-item {
    width: calc(100%  / 3);
    width: calc(100%  / 3  - 0.1px) \0;
    padding: 0 20px;
  }
}

@media screen and (min-width: 768px) {
  .m-list-news .news-inner .news-item:nth-child(n+4) {
    margin-top: 45px;
  }
}

.m-list-news .news-inner .news-item .item-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .m-list-news .news-inner .news-item .item-inner {
    display: block;
  }
}

.m-list-news .news-inner .news-item .item-inner .item-img {
  width: 110px;
  margin-right: 15px;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 768px) {
  .m-list-news .news-inner .news-item .item-inner .item-img {
    width: auto;
    margin-right: 0;
    border-radius: 8px;
  }
}

@media screen and (min-width: 768px) {
  .m-list-news .news-inner .news-item .item-inner .item-img:before {
    position: absolute;
    content: '';
    width: 350px;
    height: 350px;
    top: 0;
    bottom: 0;
    right: 0;
    left: -22px;
    margin: auto;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    box-shadow: inset 0 0 0 175px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }
}

.m-list-news .news-inner .news-item .item-inner .item-img img {
  transition: all 0.3s ease-out 0.2s;
}

.m-list-news .news-inner .news-item .item-inner .item-text {
  width: calc((100% - 110px) - 15px);
  color: #fff;
}

@media screen and (min-width: 768px) {
  .m-list-news .news-inner .news-item .item-inner .item-text {
    margin-top: 15px;
    width: 100%;
  }
}

.m-list-news .news-inner .news-item .item-inner .item-text .text-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px) {
  .m-list-news .news-inner .news-item .item-inner .item-text .text-wrap {
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.m-list-news .news-inner .news-item .item-inner .item-text .text-wrap .text-date {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: 'Raleway', sans-serif;
  padding-left: 12px;
  font-weight: bold;
  position: relative;
  margin-right: 7px;
  margin-bottom: 2px;
}

@media screen and (min-width: 768px) {
  .m-list-news .news-inner .news-item .item-inner .item-text .text-wrap .text-date {
    font-size: 1.4rem;
    padding-left: 25px;
  }
}

.m-list-news .news-inner .news-item .item-inner .item-text .text-wrap .text-date:before {
  position: absolute;
  content: '';
  width: 7px;
  height: 2px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-color: #e5240f;
}

@media screen and (min-width: 768px) {
  .m-list-news .news-inner .news-item .item-inner .item-text .text-wrap .text-date:before {
    height: 3px;
    width: 14px;
  }
}

.m-list-news .news-inner .news-item .item-inner .item-text .text-wrap .text-cat {
  font-size: 10px;
  font-size: 1.0rem;
  border: solid 1px #fff;
  display: inline-block;
  padding: 0px 8px 1px;
  min-width: 54px;
  border-radius: 16px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .m-list-news .news-inner .news-item .item-inner .item-text .text-wrap .text-cat {
    font-size: 1.2rem;
    min-width: 75px;
  }
}

.m-list-news .news-inner .news-item .item-inner .item-text .text-title {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 5px;
}

@media screen and (min-width: 768px) {
  .m-list-news .news-inner .news-item .item-inner .item-text .text-title {
    font-size: 1.6rem;
  }
}

[data-whatinput="keyboard"] .m-list-news .news-inner .news-item .item-inner:focus {
  text-decoration: none;
}

[data-whatinput="keyboard"] .m-list-news .news-inner .news-item .item-inner:focus .item-img:before {
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
}

[data-whatinput="keyboard"] .m-list-news .news-inner .news-item .item-inner:focus .item-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media screen and (min-width: 961px) {
  .m-list-news .news-inner .news-item .item-inner:hover {
    text-decoration: none;
  }
  .m-list-news .news-inner .news-item .item-inner:hover .item-img:before {
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
  }
  .m-list-news .news-inner .news-item .item-inner:hover .item-img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@media screen and (max-width: 767px) {
  .m-list-news .news-inner .news-item + .news-item {
    margin-top: 15px;
  }
}

.m-list-banner .banner-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -5px;
}

@media screen and (min-width: 768px) {
  .m-list-banner .banner-inner {
    margin: 0 -19px;
  }
}

.m-list-banner .banner-inner .banner-item {
  width: calc(100% / 2);
  padding: 0 5px;
}

@media screen and (min-width: 768px) {
  .m-list-banner .banner-inner .banner-item {
    padding: 0 19px;
    width: calc(100% / 3);
    width: calc((100% / 3 ) - 0.1px) \0;
  }
}

@media screen and (max-width: 767px) {
  .m-list-banner .banner-inner .banner-item:nth-child(n+3) {
    margin-top: 8px;
  }
}

@media screen and (min-width: 768px) {
  .m-list-banner .banner-inner .banner-item:nth-child(n+4) {
    margin-top: 30px;
  }
}

.m-list-banner .banner-inner .banner-item .item-inner {
  display: block;
  transition: all .2s ease-out;
}

[data-whatinput="keyboard"] .m-list-banner .banner-inner .banner-item .item-inner:focus {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

@media screen and (min-width: 961px) {
  .m-list-banner .banner-inner .banner-item .item-inner:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  }
}

.m-table-common {
  width: 100%;
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .m-table-common {
    margin-top: 40px;
  }
}

.m-table-common a:link, .m-table-common a:visited {
  text-decoration: underline;
}

[data-whatinput="keyboard"] .m-table-common a:focus:link, [data-whatinput="keyboard"] .m-table-common a:focus:visited {
  text-decoration: none;
}

@media screen and (min-width: 961px) {
  .m-table-common a:hover:link, .m-table-common a:hover:visited {
    text-decoration: none;
  }
}

.m-table-common tbody tr th, .m-table-common tbody tr td, .m-table-common thead tr th, .m-table-common thead tr td {
  padding: 15px 10px;
  box-sizing: border-box;
  border: 1px solid #000;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .m-table-common tbody tr th, .m-table-common tbody tr td, .m-table-common thead tr th, .m-table-common thead tr td {
    padding: 20px;
  }
}

.m-table-common tbody tr th, .m-table-common thead tr th {
  font-weight: normal;
  vertical-align: top;
}

.m-table-common tbody tr th > *:first-child.m-box-section, .m-table-common thead tr th > *:first-child.m-box-section {
  padding-top: 0;
}

@media screen and (min-width: 768px) {
  .m-table-common tbody tr th > .image-position-left:first-child + *,
  .m-table-common tbody tr th > .image-position-right:first-child + *, .m-table-common thead tr th > .image-position-left:first-child + *,
  .m-table-common thead tr th > .image-position-right:first-child + * {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .m-table-common tbody tr th > [data-gs]:first-child [data-gs-col]:first-child > *:first-child, .m-table-common thead tr th > [data-gs]:first-child [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 961px) {
  .m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .m-table-common thead tr th > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 961px) {
  .m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .m-table-common thead tr th > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 961px) {
  .m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .m-table-common thead tr th > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 961px) {
  .m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .m-table-common thead tr th > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 961px) {
  .m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .m-table-common thead tr th > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 961px) {
  .m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .m-table-common thead tr th > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 961px) {
  .m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child, .m-table-common thead tr th > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 961px) {
  .m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .m-table-common thead tr th > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 961px) {
  .m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .m-table-common thead tr th > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 961px) {
  .m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child, .m-table-common thead tr th > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 961px) {
  .m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .m-table-common thead tr th > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 961px) {
  .m-table-common tbody tr th > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .m-table-common thead tr th > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 961px) {
  .m-table-common tbody tr th > [data-gs-group]:first-child > [data-gs-col] > *:first-child, .m-table-common thead tr th > [data-gs-group]:first-child > [data-gs-col] > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 960px) {
  .m-table-common tbody tr th > [data-gs-group]:first-child[data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child, .m-table-common thead tr th > [data-gs-group]:first-child[data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 960px) {
  .m-table-common tbody tr th > [data-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child, .m-table-common thead tr th > [data-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

.m-table-common tbody tr th a[target='_blank']:not(.noticon):after, .m-table-common thead tr th a[target='_blank']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  height: 1.15em;
}

.m-table-common tbody tr th a[href$=".pdf"]:not(.noticon):after, .m-table-common thead tr th a[href$=".pdf"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=e60012") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.6em;
  top: -0.1em;
}

.m-table-common tbody tr th a[href$=".doc"]:not(.noticon):after, .m-table-common tbody tr th a[href$=".docx"]:not(.noticon):after, .m-table-common thead tr th a[href$=".doc"]:not(.noticon):after, .m-table-common thead tr th a[href$=".docx"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_word.svg?c=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.5em;
  top: -0.1em;
}

.m-table-common tbody tr th a[href$=".xls"]:not(.noticon):after, .m-table-common tbody tr th a[href$=".xlsx"]:not(.noticon):after, .m-table-common thead tr th a[href$=".xls"]:not(.noticon):after, .m-table-common thead tr th a[href$=".xlsx"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_excel.svg?c=009925") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.5em;
  top: -0.1em;
}

.m-table-common tbody tr th a[href$=".zip"]:not(.noticon):after, .m-table-common thead tr th a[href$=".zip"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_zip.svg?c=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.25em;
  height: 1.25em;
  top: -0.2em;
}

.m-table-common tbody tr td, .m-table-common thead tr td {
  vertical-align: top;
}

.m-table-common tbody tr td > *:first-child.m-box-section, .m-table-common thead tr td > *:first-child.m-box-section {
  padding-top: 0;
}

@media screen and (min-width: 768px) {
  .m-table-common tbody tr td > .image-position-left:first-child + *,
  .m-table-common tbody tr td > .image-position-right:first-child + *, .m-table-common thead tr td > .image-position-left:first-child + *,
  .m-table-common thead tr td > .image-position-right:first-child + * {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .m-table-common tbody tr td > [data-gs]:first-child [data-gs-col]:first-child > *:first-child, .m-table-common thead tr td > [data-gs]:first-child [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 961px) {
  .m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .m-table-common thead tr td > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 961px) {
  .m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .m-table-common thead tr td > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 961px) {
  .m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .m-table-common thead tr td > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 961px) {
  .m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .m-table-common thead tr td > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 961px) {
  .m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .m-table-common thead tr td > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 961px) {
  .m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .m-table-common thead tr td > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 961px) {
  .m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child, .m-table-common thead tr td > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 961px) {
  .m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .m-table-common thead tr td > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 961px) {
  .m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .m-table-common thead tr td > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 961px) {
  .m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child, .m-table-common thead tr td > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 961px) {
  .m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, .m-table-common thead tr td > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 961px) {
  .m-table-common tbody tr td > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, .m-table-common thead tr td > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 961px) {
  .m-table-common tbody tr td > [data-gs-group]:first-child > [data-gs-col] > *:first-child, .m-table-common thead tr td > [data-gs-group]:first-child > [data-gs-col] > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 960px) {
  .m-table-common tbody tr td > [data-gs-group]:first-child[data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child, .m-table-common thead tr td > [data-gs-group]:first-child[data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 960px) {
  .m-table-common tbody tr td > [data-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child, .m-table-common thead tr td > [data-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

.m-table-common thead th, .m-table-common thead td {
  background: #e6e6e6;
  vertical-align: middle;
  font-weight: normal;
}

.m-table-common tbody th {
  background-color: #f4f4f4;
}

.m-table-common tbody td a[target='_blank']:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_blank.svg?c=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  height: 1.15em;
}

.m-table-common tbody td a[href$=".pdf"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_pdf.svg?c=e60012") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.6em;
  top: -0.1em;
}

.m-table-common tbody td a[href$=".doc"]:not(.noticon):after, .m-table-common tbody td a[href$=".docx"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_word.svg?c=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.5em;
  top: -0.1em;
}

.m-table-common tbody td a[href$=".xls"]:not(.noticon):after, .m-table-common tbody td a[href$=".xlsx"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_excel.svg?c=009925") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.0625em;
  height: 1.5em;
  top: -0.1em;
}

.m-table-common tbody td a[href$=".zip"]:not(.noticon):after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.125em;
  height: 1.125em;
  margin-left: 5px;
  background: url("../svg/i_zip.svg?c=004ea2") no-repeat right top;
  background-size: 100% auto;
  position: relative;
  top: -0.2em;
  width: 1.25em;
  height: 1.25em;
  top: -0.2em;
}

.m-table-common [align="center"] {
  text-align: center !important;
}

.m-table-common [align="right"] {
  text-align: right !important;
}

.m-table-common [valign="top"] {
  vertical-align: top !important;
}

.m-table-common [valign="middle"] {
  vertical-align: middle !important;
}

.m-table-common [valign="bottom"] {
  vertical-align: bottom !important;
}

.m-table-common + .m-txt-p {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .m-table-common + .m-txt-p {
    margin-top: 20px;
  }
}

.m-table-common.is-tablefixed {
  table-layout: fixed;
}

@media screen and (max-width: 767px) {
  .m-table-common.table-break th, .m-table-common.table-break td {
    display: block;
  }
  .m-table-common.table-break th {
    border-bottom: none;
  }
  .m-table-common.table-break td {
    border-top: none;
  }
  .m-table-common.table-break tr + tr th {
    border-top: none;
  }
}

.m-table-scroll {
  position: relative;
  margin-top: 20px;
}

.m-table-scroll .scroll-wrap {
  overflow-x: scroll;
  padding-bottom: 10px;
}

.m-table-scroll .scroll-wrap table {
  margin-top: 0;
  min-width: 750px;
}

.m-table-scroll .scroll-wrap::-webkit-scrollbar {
  width: 15px;
  height: 8px;
}

.m-table-scroll .scroll-wrap::-webkit-scrollbar-thumb {
  background: #dcdcdc;
  border-radius: 8px;
}

.m-table-scroll + .m-txt-p {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .m-table-scroll + .m-txt-p {
    margin-top: 20px;
  }
}

.m-txt-ttl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 175px;
  z-index: 1;
  position: relative;
}

@media screen and (min-width: 768px) {
  .m-txt-ttl {
    height: 170px;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.m-txt-ttl .ttl-inner {
  margin-top: 12px;
}

@media screen and (min-width: 768px) {
  .m-txt-ttl .ttl-inner {
    margin-top: 0;
    margin-bottom: 45px;
  }
}

.m-txt-ttl.ttl-character img {
  width: 40.53vw;
}

@media screen and (min-width: 768px) {
  .m-txt-ttl.ttl-character img {
    width: 310px;
  }
}

.m-txt-ttl.ttl-news img {
  width: 20.2vw;
}

@media screen and (min-width: 768px) {
  .m-txt-ttl.ttl-news img {
    width: 152px;
  }
}

.m-txt-ttl.ttl-diagram img {
  width: 22.4vw;
}

@media screen and (min-width: 768px) {
  .m-txt-ttl.ttl-diagram img {
    width: 162px;
  }
}

.m-txt-ttl.ttl-episode img {
  width: 22.4vw;
}

@media screen and (min-width: 768px) {
  .m-txt-ttl.ttl-episode img {
    width: 162px;
  }
}

.m-txt-ttl2 {
  line-height: 1.5;
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 18px;
  font-size: 1.8rem;
}

.m-txt-ttl2 + * {
  margin-top: 0 !important;
}

.m-txt-ttl2 + *.m-list-news {
  margin-top: -20px !important;
}

@media screen and (min-width: 768px) and (max-width: 960px) {
  .m-txt-ttl2 + .image-position-left + *,
  .m-txt-ttl2 + .image-position-right + * {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .m-txt-ttl2 + [data-gs] [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 961px) {
  .m-txt-ttl2 + [data-gs] > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 961px) {
  .m-txt-ttl2 + [data-gs] > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 961px) {
  .m-txt-ttl2 + [data-gs] > [data-gs-col="4"]:nth-child(-n+3) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 961px) {
  .m-txt-ttl2 + [data-gs] > [data-gs-col="3"]:nth-child(-n+4) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 961px) {
  .m-txt-ttl2 + [data-gs-group] > [data-gs-col] > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 960px) {
  .m-txt-ttl2 + [data-gs-group][data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 960px) {
  .m-txt-ttl2 + [data-gs-group][data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) {
  .m-txt-ttl2 {
    font-size: 2.6rem;
    margin-bottom: 30px;
  }
}

.m-txt-date {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'Raleway', sans-serif;
  padding-left: 12px;
  position: relative;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .m-txt-date {
    font-size: 2.0rem;
    padding-left: 46px;
  }
}

.m-txt-date:before {
  position: absolute;
  content: '';
  width: 7px;
  height: 2px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-color: #e5240f;
}

@media screen and (min-width: 768px) {
  .m-txt-date:before {
    height: 3px;
    width: 28px;
  }
}

.m-txt-p {
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  .m-txt-p {
    margin-top: 30px;
  }
}

.m-txt-cat {
  font-size: 12px;
  font-size: 1.2rem;
  border: solid 1px #fff;
  display: inline-block;
  padding: 1px 8px;
  min-width: 60px;
  border-radius: 13px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .m-txt-cat {
    font-size: 1.4rem;
    min-width: 80px;
    border-radius: 15px;
  }
}

.m-btn-simple {
  background-color: #e5240f;
  display: block;
  text-align: center;
  transition: all .2s ease-out;
  padding: 13px 20px;
  border-radius: 25px;
  overflow: hidden;
  position: relative;
  text-decoration: none !important;
}

@media screen and (min-width: 768px) {
  .m-btn-simple {
    padding: 20px 30px;
    border-radius: 37px;
  }
}

@media screen and (min-width: 768px) {
  .m-btn-simple:before {
    background: #fff;
    content: "";
    top: 0;
    bottom: 0;
    left: -25%;
    opacity: .3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    position: absolute;
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 25%;
  }
}

.m-btn-simple span {
  color: #fff;
  display: block;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .m-btn-simple span {
    font-size: 2.0rem;
  }
}

@media screen and (min-width: 768px) {
  .m-btn-simple.btn-s {
    padding: 10px;
    border-radius: 24px;
  }
}

@media screen and (min-width: 768px) {
  .m-btn-simple.btn-s span {
    font-size: 1.6rem;
  }
}

[data-whatinput="keyboard"] .m-btn-simple:focus {
  text-decoration: none;
}

[data-whatinput="keyboard"] .m-btn-simple:focus:before {
  left: 100%;
}

@media screen and (min-width: 961px) {
  .m-btn-simple:hover {
    text-decoration: none;
  }
  .m-btn-simple:hover:before {
    left: 100%;
  }
}

/*! Yaku Han JP (Gothic - Small Amount) v2.0.0 SIL by Qrac / Based on Noto Sans CJK JP */
@font-face {
  font-family: "YakuHanJPs";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Thin.eot");
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Thin.woff2") format("woff2"), url("../fonts/YakuHanJPs/YakuHanJPs-Thin.woff") format("woff");
}

@font-face {
  font-family: "YakuHanJPs";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Light.eot");
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Light.woff2") format("woff2"), url("../fonts/YakuHanJPs/YakuHanJPs-Light.woff") format("woff");
}

@font-face {
  font-family: "YakuHanJPs";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/YakuHanJPs/YakuHanJPs-DemiLight.eot");
  src: url("../fonts/YakuHanJPs/YakuHanJPs-DemiLight.woff2") format("woff2"), url("../fonts/YakuHanJPs/YakuHanJPs-DemiLight.woff") format("woff");
}

@font-face {
  font-family: "YakuHanJPs";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Regular.eot");
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Regular.woff2") format("woff2"), url("../fonts/YakuHanJPs/YakuHanJPs-Regular.woff") format("woff");
}

@font-face {
  font-family: "YakuHanJPs";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Medium.eot");
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Medium.woff2") format("woff2"), url("../fonts/YakuHanJPs/YakuHanJPs-Medium.woff") format("woff");
}

@font-face {
  font-family: "YakuHanJPs";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Bold.eot");
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Bold.woff2") format("woff2"), url("../fonts/YakuHanJPs/YakuHanJPs-Bold.woff") format("woff");
}

@font-face {
  font-family: "YakuHanJPs";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Black.eot");
  src: url("../fonts/YakuHanJPs/YakuHanJPs-Black.woff2") format("woff2"), url("../fonts/YakuHanJPs/YakuHanJPs-Black.woff") format("woff");
}

html {
  color: #ffffff;
  font-family: YakuHanJPs, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif;
  font-size: 62.5%;
}

body {
  line-height: 1.75;
  font-size: 14px;
  font-size: 1.4rem;
  background-color: #000000;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}

/* link style */
a:link {
  color: #ffffff;
  text-decoration: none;
}

a:visited {
  color: #ffffff;
  text-decoration: none;
}

a:hover, a:active {
  color: #ffffff;
  text-decoration: underline;
}

#l-wrap .wrap-bg {
  height: 175px;
  position: fixed;
  left: 0;
  top: 0;
  background: url("../images/bg_wrap.jpg") top left repeat-x;
  background-size: auto 100%;
  right: 0;
  display: block;
  z-index: -10;
}

@media screen and (min-width: 768px) {
  #l-wrap .wrap-bg {
    height: 260px;
    background: url("../images/bg_wrap_pc.jpg") top left repeat-x;
  }
}

@media screen and (min-width: 768px) {
  #l-wrap .wrap-bg:before {
    position: absolute;
    content: '';
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    top: 0;
    left: 0;
    right: 0;
    height: 147px;
  }
}

@media screen and (min-width: 768px) {
  #l-wrap {
    min-width: 1260px;
  }
}

/* header style */
#l-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

@media screen and (min-width: 768px) {
  #l-header {
    position: static;
  }
}

#l-header .header-inner {
  position: relative;
}

@media screen and (min-width: 768px) {
  #l-header .header-inner {
    max-width: 1500px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#l-header .header-inner .header-wrap {
  position: absolute;
  left: 15px;
  top: 20px;
}

@media screen and (min-width: 768px) {
  #l-header .header-inner .header-wrap {
    left: 0;
    top: 0;
    position: relative;
    padding: 22px  0 15px 15px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#l-header .header-inner .header-wrap .header-logo {
  width: 89px;
}

@media screen and (min-width: 768px) {
  #l-header .header-inner .header-wrap .header-logo {
    width: 117px;
  }
}

#l-header .header-inner .header-wrap .header-text {
  display: none;
}

@media screen and (min-width: 768px) {
  #l-header .header-inner .header-wrap .header-text {
    display: block;
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  #l-header .header-inner .header-menu {
    max-height: calc(100vh);
    max-height: calc(var(--vh, 1vh) * 100);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    transition: all 0.3s ease-out;
    -webkit-clip-path: circle(0% at calc(100% - 45px) 45px);
            clip-path: circle(0% at calc(100% - 45px) 45px);
    display: none\0;
    z-index: 1000;
  }
}

@media screen and (min-width: 768px) {
  #l-header .header-inner .header-menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .menu-open #l-header .header-inner .header-menu {
    -webkit-clip-path: circle(132% at calc(100% - 45px) 45px);
            clip-path: circle(132% at calc(100% - 45px) 45px);
    display: block\0;
    will-change: all;
    overflow-y: auto;
  }
}

@media screen and (max-width: 767px) {
  .menu-open #l-header .header-inner .header-menu .menu-inner {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
  }
}

@media screen and (max-width: 767px) {
  #l-header .header-inner .header-menu .menu-inner {
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: all .2s ease-out .2s;
    padding: 50px;
  }
}

@media screen and (min-width: 768px) {
  #l-header .header-inner .header-menu .menu-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
}

@media screen and (min-width: 768px) {
  #l-header .header-inner .header-menu .menu-inner .menu-gnav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  #l-header .header-inner .header-menu .menu-inner .menu-gnav .gnav-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  #l-header .header-inner .header-menu .menu-inner .menu-gnav .gnav-inner .gnav-item {
    padding: 0 10px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

#l-header .header-inner .header-menu .menu-inner .menu-gnav .gnav-inner .gnav-item > span {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

#l-header .header-inner .header-menu .menu-inner .menu-gnav .gnav-inner .gnav-item > span:before {
  content: none !important;
}

#l-header .header-inner .header-menu .menu-inner .menu-gnav .gnav-inner .gnav-item .item-inner {
  padding: 20px;
  display: block;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #l-header .header-inner .header-menu .menu-inner .menu-gnav .gnav-inner .gnav-item .item-inner {
    padding: 0 10px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  #l-header .header-inner .header-menu .menu-inner .menu-gnav .gnav-inner .gnav-item .item-inner.is-current:before {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@media screen and (min-width: 768px) {
  #l-header .header-inner .header-menu .menu-inner .menu-gnav .gnav-inner .gnav-item .item-inner:before {
    position: absolute;
    content: '';
    left: 10px;
    right: 10px;
    top: 0;
    height: 8px;
    margin: auto;
    background-color: #e5240f;
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    transition: -webkit-transform .15s ease-out;
    transition: transform .15s ease-out;
    transition: transform .15s ease-out, -webkit-transform .15s ease-out;
  }
}

[data-whatinput="keyboard"] #l-header .header-inner .header-menu .menu-inner .menu-gnav .gnav-inner .gnav-item .item-inner:focus:before {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

@media screen and (min-width: 961px) {
  #l-header .header-inner .header-menu .menu-inner .menu-gnav .gnav-inner .gnav-item .item-inner:hover:before {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

#l-header .header-inner .header-menu .menu-inner .menu-gnav .gnav-inner .gnav-item .item-inner img {
  height: 12.93vw;
}

@media screen and (min-width: 768px) {
  #l-header .header-inner .header-menu .menu-inner .menu-gnav .gnav-inner .gnav-item .item-inner img {
    height: 40px;
  }
}

@media screen and (max-width: 767px) {
  #l-header .header-inner .header-menu .menu-inner .menu-gnav .gnav-inner .gnav-item + .gnav-item {
    border-top: solid 2px #e5240f;
  }
}

#l-header .header-inner .header-menu .menu-inner .menu-sns {
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  #l-header .header-inner .header-menu .menu-inner .menu-sns {
    display: none;
  }
}

#l-header .header-inner .header-menu .menu-inner .menu-sns .sns-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}

#l-header .header-inner .header-menu .menu-inner .menu-sns .sns-inner .sns-item:nth-child(n+2) {
  position: relative;
}

#l-header .header-inner .header-menu .menu-inner .menu-sns .sns-inner .sns-item:nth-child(n+2):before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  width: 1px;
  background-color: #fff;
}

#l-header .header-inner .header-menu .menu-inner .menu-sns .sns-inner .sns-item a {
  padding: 0 20px;
}

#l-header .header-inner .header-menu .menu-inner .menu-sns .sns-inner .sns-item.item-twitter a img {
  width: 6.6vw;
}

#l-header .header-inner .header-menu .menu-inner .menu-sns .sns-inner .sns-item.item-youtube a img {
  width: 7.2vw;
}

#l-header .header-inner .header-btn {
  outline: none;
  border: none;
  background-color: #000;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  padding: 0;
  display: block;
  margin-left: auto;
  top: 15px;
  right: 15px;
  position: fixed;
  z-index: 1001;
  transition: all .3s ease-out;
}

@media screen and (min-width: 768px) {
  #l-header .header-inner .header-btn {
    display: none;
  }
}

#l-header .header-inner .header-btn:before, #l-header .header-inner .header-btn:after {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 2px;
  margin-left: -10px;
  background-color: #fff;
  display: inline-block;
  transition: all .3s ease-in-out;
}

#l-header .header-inner .header-btn:before {
  top: 25px;
  content: '';
}

#l-header .header-inner .header-btn:after {
  top: 33px;
  content: '';
}

.menu-open #l-header .header-inner .header-btn {
  background-color: #e5240f;
}

.menu-open #l-header .header-inner .header-btn:before {
  top: 29px;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
  transition: top 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, -webkit-transform 0.25s ease 0.36s;
  transition: top 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s;
  transition: top 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s, -webkit-transform 0.25s ease 0.36s;
}

.menu-open #l-header .header-inner .header-btn:after {
  top: 29px;
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
  transition: top 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, -webkit-transform 0.25s ease 0.36s;
  transition: top 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s;
  transition: top 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s, -webkit-transform 0.25s ease 0.36s;
}

/* content style */
#l-content {
  overflow-x: hidden;
  background-color: #000000;
  position: relative;
}

#l-content .content-inner {
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  #l-content .content-inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

#l-content .content-inner .content-character {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

#l-content .content-inner .content-character:after {
  position: absolute;
  content: '';
  top: 25px;
}

@media screen and (min-width: 768px) {
  #l-content .content-inner .content-character:after {
    top: 0;
  }
}

#l-content .content-inner .content-character.character-01:after {
  background: url("../images/bg_01.png") top no-repeat;
  background-size: 100% auto;
  width: 612px;
  height: 1146px;
  right: -275px;
}

@media screen and (min-width: 768px) {
  #l-content .content-inner .content-character.character-01:after {
    width: 1136px;
    height: 2128px;
    right: -600px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1500px) {
  #l-content .content-inner .content-character.character-01:after {
    right: -480px;
  }
}

#l-content .content-inner .content-character.character-02:after {
  background: url("../images/bg_02.png") top no-repeat;
  background-size: 100% auto;
  width: 790px;
  height: 1121px;
  left: -290px;
}

@media screen and (min-width: 768px) {
  #l-content .content-inner .content-character.character-02:after {
    width: 1579px;
    height: 2242px;
    left: -680px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1500px) {
  #l-content .content-inner .content-character.character-02:after {
    left: -560px;
  }
}

#l-content .content-inner .content-character.character-03:after {
  background: url("../images/bg_03.png") top no-repeat;
  background-size: 100% auto;
  width: 320px;
  height: 1145px;
  right: -62px;
}

@media screen and (min-width: 768px) {
  #l-content .content-inner .content-character.character-03:after {
    width: 608px;
    height: 2172px;
    right: -120px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1500px) {
  #l-content .content-inner .content-character.character-03:after {
    right: 0;
  }
}

#l-content .content-inner .content-character.character-04:after {
  background: url("../images/bg_04.png") top no-repeat;
  background-size: 100% auto;
  width: 340px;
  height: 1145px;
  left: -66px;
}

@media screen and (min-width: 768px) {
  #l-content .content-inner .content-character.character-04:after {
    width: 680px;
    height: 2289px;
    left: -240px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1500px) {
  #l-content .content-inner .content-character.character-04:after {
    left: -122px;
  }
}

#l-content .content-inner [data-fixed], #l-content .content-inner [data-fixed2] {
  position: relative;
}

#l-content .content-inner [data-fixed] > *:first-child.m-box-section, #l-content .content-inner [data-fixed2] > *:first-child.m-box-section {
  padding-top: 0;
}

@media screen and (min-width: 768px) {
  #l-content .content-inner [data-fixed] > .image-position-left:first-child + *,
  #l-content .content-inner [data-fixed] > .image-position-right:first-child + *, #l-content .content-inner [data-fixed2] > .image-position-left:first-child + *,
  #l-content .content-inner [data-fixed2] > .image-position-right:first-child + * {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  #l-content .content-inner [data-fixed] > [data-gs]:first-child [data-gs-col]:first-child > *:first-child, #l-content .content-inner [data-fixed2] > [data-gs]:first-child [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 961px) {
  #l-content .content-inner [data-fixed] > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, #l-content .content-inner [data-fixed2] > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 961px) {
  #l-content .content-inner [data-fixed] > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, #l-content .content-inner [data-fixed2] > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 961px) {
  #l-content .content-inner [data-fixed] > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, #l-content .content-inner [data-fixed2] > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 961px) {
  #l-content .content-inner [data-fixed] > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, #l-content .content-inner [data-fixed2] > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 961px) {
  #l-content .content-inner [data-fixed] > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, #l-content .content-inner [data-fixed2] > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 961px) {
  #l-content .content-inner [data-fixed] > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, #l-content .content-inner [data-fixed2] > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 961px) {
  #l-content .content-inner [data-fixed] > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child, #l-content .content-inner [data-fixed2] > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 961px) {
  #l-content .content-inner [data-fixed] > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, #l-content .content-inner [data-fixed2] > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 961px) {
  #l-content .content-inner [data-fixed] > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, #l-content .content-inner [data-fixed2] > [data-gs]:first-child > [data-gs-col="4"]:nth-child(-n+3) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 961px) {
  #l-content .content-inner [data-fixed] > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child, #l-content .content-inner [data-fixed2] > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 961px) {
  #l-content .content-inner [data-fixed] > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child, #l-content .content-inner [data-fixed2] > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="12"]:nth-child(-n+1) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 961px) {
  #l-content .content-inner [data-fixed] > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child, #l-content .content-inner [data-fixed2] > [data-gs]:first-child > [data-gs-col="3"]:nth-child(-n+4) > [data-gs]:first-child > [data-gs-col="6"]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 961px) {
  #l-content .content-inner [data-fixed] > [data-gs-group]:first-child > [data-gs-col] > *:first-child, #l-content .content-inner [data-fixed2] > [data-gs-group]:first-child > [data-gs-col] > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 960px) {
  #l-content .content-inner [data-fixed] > [data-gs-group]:first-child[data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child, #l-content .content-inner [data-fixed2] > [data-gs-group]:first-child[data-gs-tab="1"] > [data-gs-col]:first-child > *:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 960px) {
  #l-content .content-inner [data-fixed] > [data-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child, #l-content .content-inner [data-fixed2] > [data-gs-group]:first-child[data-gs-tab="2"] > [data-gs-col]:nth-child(-n+2) > *:first-child {
    margin-top: 0 !important;
  }
}

#l-banner {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #373737;
}

@media screen and (min-width: 768px) {
  #l-banner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

/* footer style */
#l-footer {
  padding-top: 25px;
  padding-bottom: 50px;
  background-color: #000000;
}

@media screen and (min-width: 768px) {
  #l-footer {
    padding-top: 50px;
    padding-bottom: 90px;
  }
}

#l-footer .footer-pagetop {
  position: relative;
  z-index: 10;
}

#l-footer .footer-pagetop .pagetop-btn {
  height: 60px;
  width: 60px;
  right: 15px;
  bottom: 15px;
  z-index: 1;
  position: fixed;
}

@media screen and (min-width: 768px) {
  #l-footer .footer-pagetop .pagetop-btn {
    right: 30px;
    bottom: 30px;
    width: 64px;
    height: 64px;
  }
}

[data-whatinput="keyboard"] #l-footer .footer-pagetop .pagetop-btn:focus .btn-inner {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

@media screen and (min-width: 961px) {
  #l-footer .footer-pagetop .pagetop-btn:hover .btn-inner {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
}

#l-footer .footer-pagetop .pagetop-btn .btn-inner {
  overflow: hidden;
  border-radius: 50%;
  background-color: #e5240f;
  width: 60px;
  height: 60px;
}

@media screen and (min-width: 768px) {
  #l-footer .footer-pagetop .pagetop-btn .btn-inner {
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out;
    width: 64px;
    height: 64px;
  }
}

#l-footer .footer-pagetop .pagetop-btn .btn-inner .btn-img img {
  position: absolute;
  width: 10px;
  height: 6px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

#l-footer .footer-pagetop .pagetop-btn .btn-inner .btn-txt {
  position: absolute;
  top: -999em;
  left: -999em;
}

#l-footer .footer-img {
  text-align: center;
}

#l-footer .footer-img img {
  width: 30.0vw;
}

@media screen and (min-width: 768px) {
  #l-footer .footer-img img {
    width: 135px;
  }
}

#l-footer .footer-logo {
  text-align: center;
  margin-top: -14vw;
}

@media screen and (min-width: 768px) {
  #l-footer .footer-logo {
    margin-top: -70px;
  }
}

#l-footer .footer-logo img {
  width: 61.87vw;
}

@media screen and (min-width: 768px) {
  #l-footer .footer-logo img {
    width: 294px;
  }
}

#l-footer .footer-menu {
  margin-top: 22px;
}

#l-footer .footer-menu .menu-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -4.5px;
}

@media screen and (min-width: 768px) {
  #l-footer .footer-menu .menu-inner {
    margin: 0 -6px;
  }
}

#l-footer .footer-menu .menu-inner .menu-item {
  width: calc(100% / 2);
  padding: 0 4.5px;
}

@media screen and (max-width: 767px) {
  #l-footer .footer-menu .menu-inner .menu-item {
    margin-top: 10px;
  }
}

@media screen and (min-width: 768px) {
  .topindex #l-footer .footer-menu .menu-inner .menu-item {
    width: calc(100% / 6);
    width: calc((100% / 6) - 0.1px) \0;
    padding: 0 6px;
  }
}

@media screen and (min-width: 768px) {
  #l-footer .footer-menu .menu-inner .menu-item {
    width: calc(100% / 7);
    width: calc((100% / 7) - 0.1px) \0;
    padding: 0 6px;
  }
}

#l-footer .footer-menu .menu-inner .menu-item .item-inner {
  position: relative;
  display: inline-block;
}

#l-footer .footer-menu .menu-inner .menu-item .item-inner .btn-on {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s ease-out;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

[data-whatinput="keyboard"] #l-footer .footer-menu .menu-inner .menu-item .item-inner:focus .btn-on {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

@media screen and (min-width: 961px) {
  #l-footer .footer-menu .menu-inner .menu-item .item-inner:hover .btn-on {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

#l-footer .footer-menu .menu-inner .menu-item > span {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

[data-whatinput="keyboard"] #l-footer .footer-menu .menu-inner .menu-item > span:focus .btn-on {
  opacity: 0 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

@media screen and (min-width: 961px) {
  #l-footer .footer-menu .menu-inner .menu-item > span:hover .btn-on {
    opacity: 0 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

#l-footer .footer-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 25px;
}

#l-footer .footer-wrap .footer-lang .lang-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#l-footer .footer-wrap .footer-lang .lang-inner .lang-item {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  #l-footer .footer-wrap .footer-lang .lang-inner .lang-item {
    font-size: 1.4rem;
  }
}

#l-footer .footer-wrap .footer-lang .lang-inner .lang-item + .lang-item {
  margin-left: 12px;
  padding-left: 12px;
  border-left: solid 1px #fff;
}

#l-footer .footer-wrap .footer-sns .sns-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#l-footer .footer-wrap .footer-sns .sns-inner .sns-item + .sns-item {
  margin-left: 17px;
}

@media screen and (min-width: 768px) {
  #l-footer .footer-wrap .footer-sns .sns-inner .sns-item + .sns-item {
    margin-left: 14px;
  }
}

#l-footer .footer-wrap .footer-sns .sns-inner .sns-item.item-twitter a img {
  width: 18px;
}

@media screen and (min-width: 768px) {
  #l-footer .footer-wrap .footer-sns .sns-inner .sns-item.item-twitter a img {
    width: 20px;
  }
}

#l-footer .footer-wrap .footer-sns .sns-inner .sns-item.item-youtube a img {
  width: 19px;
}

@media screen and (min-width: 768px) {
  #l-footer .footer-wrap .footer-sns .sns-inner .sns-item.item-youtube a img {
    width: 22px;
  }
}

#l-footer .footer-toei {
  text-align: center;
  margin-top: 38px;
}

@media screen and (min-width: 768px) {
  #l-footer .footer-toei {
    margin-top: 30px;
  }
}

#l-footer .footer-toei a img {
  width: 225px;
}

@media screen and (min-width: 768px) {
  #l-footer .footer-toei a img {
    width: 250px;
  }
}

#l-footer .footer-copy {
  font-size: 10px;
  font-size: 1.0rem;
  text-align: center;
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  #l-footer .footer-copy {
    font-size: 1.2rem;
  }
}

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-slide {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.swiper-pagination-bullet-active {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  background: #007aff;
}

[data-anim] {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  transition: all 0.8s cubic-bezier(0.07, 0.83, 0.26, 1);
}

@media screen and (min-width: 768px) {
  [data-anim] {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}

[data-anim="on"] {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* print style */
@media print {
  html {
    background: none;
  }
  body {
    padding: 0;
    background: none;
  }
}
