@charset "UTF-8";
/*
Theme Name: 南こうせつ公式サイト
Author: Ryuji SANAGI - yucca Inc.
Author URI: http://www.yucca.co.jp
Description: 南こうせつ公式サイト用WordPressオリジナルテーマ。
Version: 1.0
last updated: 2019/01/25
*/
/*! normalize.css v8.0.1 | 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 iOS.
 */
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

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

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

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

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

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

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/* --- About Webfonts License ---
 *
 * "tetsubin" is licensed under the Apache License, version 2.0.
 * http://www.apache.org/licenses/LICENSE-2.0.html
 * http://fontna.com/freefont/?p=12
 *
 */
@font-face {
  font-family: "tetsubin";
  font-weight: normal;
  src: url("assets/webfonts/tetsubin/tetsubin.eot");
  src: url("assets/webfonts/tetsubin/tetsubin.eot?#iefix") format("embedded-opentype"), url("assets/webfonts/tetsubin/tetsubin.woff2") format("woff2"), url("assets/webfonts/tetsubin/tetsubin.woff") format("woff"), url("assets/webfonts/tetsubin/tetsubin.ttf") format("truetype");
}
@font-face {
  font-family: 'icomoon';
  src: url("assets/webfonts/iconfonts/icomoon.eot?ko6r0p");
  src: url("assets/webfonts/iconfonts/icomoon.eot?ko6r0p#iefix") format("embedded-opentype"), url("assets/webfonts/iconfonts/icomoon.woff?ko6r0p") format("woff"), url("assets/webfonts/iconfonts/icomoon.ttf?ko6r0p") format("truetype"), url("assets/webfonts/iconfonts/icomoon.svg?ko6r0p#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="_icon_"], [class*=" _icon_"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

._icon_prev:before {
  content: "\e900";
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  box-sizing: border-box;
}

html, body {
  font-family: "Noto Sans Japanese", "sans-serif";
  font-size: 10px;
  overflow-x: hidden;
}

html {
  margin: 0;
  padding: 0;
}

body {
  color: #000;
  font-size: 1.6rem;
  line-height: 1.35;
  margin: 0;
  padding: 0;
}

p {
  text-align: justify;
  text-justify: inter-ideograph;
}

a {
  transition: color .3s ease;
}
a:link {
  color: #0080ff;
}
a:visited {
  color: #004d99;
}
a:hover {
  color: #66b3ff;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

._sp_none,
._Lsp,
._tab,
._tab_only,
._Ltab,
._pc {
  display: none;
}

._Lsp_none {
  display: inherit;
}

@media (min-width: 414px) {
  ._Lsp {
    display: inherit;
  }

  ._Lsp_none {
    display: none;
  }
}
@media (min-width: 768px) {
  ._sp_none,
  ._tab,
  ._tab_only {
    display: inherit;
  }

  ._tab_none,
  ._tab_only_none {
    display: none;
  }
}
@media (min-width: 1024px) {
  ._Ltab,
  ._tab_only_none {
    display: inherit;
  }

  ._Ltab_none {
    display: none;
  }
}
@media (min-width: 1280px) {
  ._pc {
    display: inherit;
  }

  ._pc_none,
  ._tab_only {
    display: none;
  }
}
.wp-single-contents-container, body#tinymce {
  padding: .1px;
  width: 100%;
  overflow: hidden;
  zoom: 1;
}
.wp-single-contents-container:after, body#tinymce:after {
  content: "";
  display: block;
  clear: both;
}
.wp-single-contents-container p, .wp-single-contents-container h1, .wp-single-contents-container h2, .wp-single-contents-container h3, .wp-single-contents-container h4, .wp-single-contents-container h5, .wp-single-contents-container h6, body#tinymce p, body#tinymce h1, body#tinymce h2, body#tinymce h3, body#tinymce h4, body#tinymce h5, body#tinymce h6 {
  text-align: justify;
  text-justify: inter-ideograph;
}
.wp-single-contents-container p:first-child, .wp-single-contents-container h1:first-child, .wp-single-contents-container h2:first-child, .wp-single-contents-container h3:first-child, .wp-single-contents-container h4:first-child, .wp-single-contents-container h5:first-child, .wp-single-contents-container h6:first-child, body#tinymce p:first-child, body#tinymce h1:first-child, body#tinymce h2:first-child, body#tinymce h3:first-child, body#tinymce h4:first-child, body#tinymce h5:first-child, body#tinymce h6:first-child {
  margin-top: 0;
}
.wp-single-contents-container p:last-child, .wp-single-contents-container h1:last-child, .wp-single-contents-container h2:last-child, .wp-single-contents-container h3:last-child, .wp-single-contents-container h4:last-child, .wp-single-contents-container h5:last-child, .wp-single-contents-container h6:last-child, body#tinymce p:last-child, body#tinymce h1:last-child, body#tinymce h2:last-child, body#tinymce h3:last-child, body#tinymce h4:last-child, body#tinymce h5:last-child, body#tinymce h6:last-child {
  margin-bottom: 0;
}
.wp-single-contents-container h1, .wp-single-contents-container h2, .wp-single-contents-container h3, .wp-single-contents-container h4, .wp-single-contents-container h5, .wp-single-contents-container h6, body#tinymce h1, body#tinymce h2, body#tinymce h3, body#tinymce h4, body#tinymce h5, body#tinymce h6 {
  line-height: 1.65;
  margin: 2em 0 .5em;
}
.wp-single-contents-container h1, body#tinymce h1 {
  font-size: 1.85em;
}
.wp-single-contents-container h2, body#tinymce h2 {
  font-size: 1.7em;
}
.wp-single-contents-container h3, body#tinymce h3 {
  font-size: 1.55em;
}
.wp-single-contents-container h4, body#tinymce h4 {
  font-size: 1.4em;
}
.wp-single-contents-container h5, body#tinymce h5 {
  font-size: 1.25em;
}
.wp-single-contents-container h6, body#tinymce h6 {
  font-size: 1.1em;
}
.wp-single-contents-container p, body#tinymce p {
  line-height: 1.9;
  margin: 0 0 1em;
}
.wp-single-contents-container ol, .wp-single-contents-container ul, body#tinymce ol, body#tinymce ul {
  margin-right: 0;
}
.wp-single-contents-container ul, body#tinymce ul {
  list-style: inherit;
}
.wp-single-contents-container ol, body#tinymce ol {
  list-style: decimal;
}
.wp-single-contents-container li, body#tinymce li {
  line-height: 1.25;
  margin-top: 1em;
  margin-bottom: 1em;
}
.wp-single-contents-container img[class*="wp-image-"], .wp-single-contents-container img[class*="attachment-"], body#tinymce img[class*="wp-image-"], body#tinymce img[class*="attachment-"] {
  display: inline-block;
  margin-top: 1em;
  margin-bottom: 1em;
  height: auto;
  width: auto;
  max-height: auto;
  max-width: 100%;
}
.wp-single-contents-container img.aligncenter, body#tinymce img.aligncenter {
  display: block;
  margin: 0 auto;
}
.wp-single-contents-container img.alignright, body#tinymce img.alignright {
  float: right;
}
.wp-single-contents-container img.alignleft, body#tinymce img.alignleft {
  float: left;
}
.wp-single-contents-container .youtube, body#tinymce .youtube {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 56.25%;
  height: 0;
  max-width: 100%;
  overflow: hidden;
}
.wp-single-contents-container .youtube iframe, body#tinymce .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wp-single-contents-container strong, .wp-single-contents-container b, body#tinymce strong, body#tinymce b {
  font-weight: bold;
}
.wp-single-contents-container em, body#tinymce em {
  font-style: italic;
}
.wp-single-contents-container blockquote, body#tinymce blockquote {
  font-style: italic;
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}
.wp-single-contents-container sup, body#tinymce sup {
  font-size: 0.5em;
  vertical-align: super;
}
.wp-single-contents-container sub, body#tinymce sub {
  font-size: 0.5em;
  vertical-align: sub;
}
.wp-single-contents-container i, body#tinymce i {
  font-style: italic;
}
.wp-single-contents-container hr, body#tinymce hr {
  border-top: 1px solid #808080;
  border-left: none;
  border-right: none;
  border-bottom: none;
  margin-block-start: 1em;
  margin-block-end: 1em;
}
.wp-single-contents-container table, body#tinymce table {
  border-collapse: separate !important;
  border-spacing: 0;
  border: none !important;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  width: auto;
  min-width: 720px;
}
.wp-single-contents-container table thead th, .wp-single-contents-container table thead td,
.wp-single-contents-container table tbody th,
.wp-single-contents-container table tbody td, body#tinymce table thead th, body#tinymce table thead td,
body#tinymce table tbody th,
body#tinymce table tbody td {
  border-left-style: solid;
  border-left-width: 1px;
  border-top-style: solid;
  border-top-width: 1px;
  padding: 1rem;
  text-align: center;
  width: auto !important;
  height: auto !important;
}
.wp-single-contents-container table thead th:last-child, .wp-single-contents-container table thead td:last-child,
.wp-single-contents-container table tbody th:last-child,
.wp-single-contents-container table tbody td:last-child, body#tinymce table thead th:last-child, body#tinymce table thead td:last-child,
body#tinymce table tbody th:last-child,
body#tinymce table tbody td:last-child {
  border-right: 1px solid #808080;
}
.wp-single-contents-container table thead th,
.wp-single-contents-container table tbody th, body#tinymce table thead th,
body#tinymce table tbody th {
  color: #ebebeb;
  background-color: #808080;
  border-left-color: #FFF;
  border-top-color: #FFF;
}
.wp-single-contents-container table thead th + td,
.wp-single-contents-container table tbody th + td, body#tinymce table thead th + td,
body#tinymce table tbody th + td {
  border-left: none;
}
.wp-single-contents-container table thead td,
.wp-single-contents-container table tbody td, body#tinymce table thead td,
body#tinymce table tbody td {
  border-left-color: #808080;
  border-top-color: #808080;
}
.wp-single-contents-container table thead tr,
.wp-single-contents-container table tbody tr, body#tinymce table thead tr,
body#tinymce table tbody tr {
  height: auto !important;
}
.wp-single-contents-container table thead:first-child tr:first-child th:first-child, .wp-single-contents-container table thead:first-child tr:first-child td:first-child,
.wp-single-contents-container table tbody:first-child tr:first-child th:first-child,
.wp-single-contents-container table tbody:first-child tr:first-child td:first-child, body#tinymce table thead:first-child tr:first-child th:first-child, body#tinymce table thead:first-child tr:first-child td:first-child,
body#tinymce table tbody:first-child tr:first-child th:first-child,
body#tinymce table tbody:first-child tr:first-child td:first-child {
  border-top-left-radius: 1rem;
}
.wp-single-contents-container table thead:first-child tr:first-child th:last-child, .wp-single-contents-container table thead:first-child tr:first-child td:last-child,
.wp-single-contents-container table tbody:first-child tr:first-child th:last-child,
.wp-single-contents-container table tbody:first-child tr:first-child td:last-child, body#tinymce table thead:first-child tr:first-child th:last-child, body#tinymce table thead:first-child tr:first-child td:last-child,
body#tinymce table tbody:first-child tr:first-child th:last-child,
body#tinymce table tbody:first-child tr:first-child td:last-child {
  border-top-right-radius: 1rem;
}
.wp-single-contents-container table thead:first-child + thead tr:first-child td,
.wp-single-contents-container table thead:first-child + tbody tr:first-child td,
.wp-single-contents-container table tbody:first-child + thead tr:first-child td,
.wp-single-contents-container table tbody:first-child + tbody tr:first-child td, body#tinymce table thead:first-child + thead tr:first-child td,
body#tinymce table thead:first-child + tbody tr:first-child td,
body#tinymce table tbody:first-child + thead tr:first-child td,
body#tinymce table tbody:first-child + tbody tr:first-child td {
  border-top: none;
}
.wp-single-contents-container table thead:last-child tr:last-child th, .wp-single-contents-container table thead:last-child tr:last-child td,
.wp-single-contents-container table tbody:last-child tr:last-child th,
.wp-single-contents-container table tbody:last-child tr:last-child td, body#tinymce table thead:last-child tr:last-child th, body#tinymce table thead:last-child tr:last-child td,
body#tinymce table tbody:last-child tr:last-child th,
body#tinymce table tbody:last-child tr:last-child td {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.wp-single-contents-container table thead:last-child tr:last-child th:first-child, .wp-single-contents-container table thead:last-child tr:last-child td:first-child,
.wp-single-contents-container table tbody:last-child tr:last-child th:first-child,
.wp-single-contents-container table tbody:last-child tr:last-child td:first-child, body#tinymce table thead:last-child tr:last-child th:first-child, body#tinymce table thead:last-child tr:last-child td:first-child,
body#tinymce table tbody:last-child tr:last-child th:first-child,
body#tinymce table tbody:last-child tr:last-child td:first-child {
  border-bottom-left-radius: 1rem;
}
.wp-single-contents-container table thead:last-child tr:last-child th:last-child, .wp-single-contents-container table thead:last-child tr:last-child td:last-child,
.wp-single-contents-container table tbody:last-child tr:last-child th:last-child,
.wp-single-contents-container table tbody:last-child tr:last-child td:last-child, body#tinymce table thead:last-child tr:last-child th:last-child, body#tinymce table thead:last-child tr:last-child td:last-child,
body#tinymce table tbody:last-child tr:last-child th:last-child,
body#tinymce table tbody:last-child tr:last-child td:last-child {
  border-bottom-right-radius: 1rem;
}
.wp-single-contents-container table thead:last-child tr:last-child th,
.wp-single-contents-container table tbody:last-child tr:last-child th, body#tinymce table thead:last-child tr:last-child th,
body#tinymce table tbody:last-child tr:last-child th {
  border-bottom-color: #FFF;
}
.wp-single-contents-container table thead:last-child tr:last-child td,
.wp-single-contents-container table tbody:last-child tr:last-child td, body#tinymce table thead:last-child tr:last-child td,
body#tinymce table tbody:last-child tr:last-child td {
  border-bottom-color: #808080;
}
.wp-single-contents-container .gallery, body#tinymce .gallery {
  width: 100%;
}
.wp-single-contents-container .gallery-ul, body#tinymce .gallery-ul {
  -js-display: flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.wp-single-contents-container .gallery-icon img, body#tinymce .gallery-icon img {
  box-shadow: 0px 4px 10px -5px #000;
  display: block;
  margin: 0 auto;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.wp-single-contents-container .gallery-icon a img:hover, body#tinymce .gallery-icon a img:hover {
  box-shadow: none;
  transform: scale(0.99);
}
.wp-single-contents-container .gallery-caption, body#tinymce .gallery-caption {
  color: #808080;
  font-size: 1.3rem;
  line-height: 1.2;
  text-align: center;
  margin-top: .5rem;
  margin-left: 0;
}
.wp-single-contents-container .gallery-columns-1 .gallery-item, body#tinymce .gallery-columns-1 .gallery-item {
  width: 100%;
  margin-right: 0;
}
.wp-single-contents-container .gallery-columns-2 .gallery-item, body#tinymce .gallery-columns-2 .gallery-item {
  width: calc(50% - 0.5rem);
}
.wp-single-contents-container .gallery-columns-2 .gallery-item:not(:nth-child(2n)), body#tinymce .gallery-columns-2 .gallery-item:not(:nth-child(2n)) {
  margin-right: 1rem;
}
.wp-single-contents-container .gallery-columns-3 .gallery-item, body#tinymce .gallery-columns-3 .gallery-item {
  width: calc(50% - 0.5rem);
}
.wp-single-contents-container .gallery-columns-3 .gallery-item:not(:nth-child(2n)), body#tinymce .gallery-columns-3 .gallery-item:not(:nth-child(2n)) {
  margin-right: 1rem;
}
.wp-single-contents-container .gallery-columns-4 .gallery-item, body#tinymce .gallery-columns-4 .gallery-item {
  width: calc(50% - 0.5rem);
}
.wp-single-contents-container .gallery-columns-4 .gallery-item:not(:nth-child(2n)), body#tinymce .gallery-columns-4 .gallery-item:not(:nth-child(2n)) {
  margin-right: 1rem;
}
.wp-single-contents-container .gallery-columns-5 .gallery-item, body#tinymce .gallery-columns-5 .gallery-item {
  width: calc(50% - 0.5rem);
}
.wp-single-contents-container .gallery-columns-5 .gallery-item:not(:nth-child(2n)), body#tinymce .gallery-columns-5 .gallery-item:not(:nth-child(2n)) {
  margin-right: 1rem;
}
.wp-single-contents-container .gallery-columns-6 .gallery-item, body#tinymce .gallery-columns-6 .gallery-item {
  width: calc(50% - 0.5rem);
}
.wp-single-contents-container .gallery-columns-6 .gallery-item:not(:nth-child(2n)), body#tinymce .gallery-columns-6 .gallery-item:not(:nth-child(2n)) {
  margin-right: 1rem;
}
.wp-single-contents-container .gallery-columns-7 .gallery-item, body#tinymce .gallery-columns-7 .gallery-item {
  width: calc(50% - 0.5rem);
}
.wp-single-contents-container .gallery-columns-7 .gallery-item:not(:nth-child(2n)), body#tinymce .gallery-columns-7 .gallery-item:not(:nth-child(2n)) {
  margin-right: 1rem;
}
.wp-single-contents-container .gallery-columns-8 .gallery-item, body#tinymce .gallery-columns-8 .gallery-item {
  width: calc(50% - 0.5rem);
}
.wp-single-contents-container .gallery-columns-8 .gallery-item:not(:nth-child(2n)), body#tinymce .gallery-columns-8 .gallery-item:not(:nth-child(2n)) {
  margin-right: 1rem;
}
.wp-single-contents-container .gallery-columns-9 .gallery-item, body#tinymce .gallery-columns-9 .gallery-item {
  width: calc(50% - 0.5rem);
}
.wp-single-contents-container .gallery-columns-9 .gallery-item:not(:nth-child(2n)), body#tinymce .gallery-columns-9 .gallery-item:not(:nth-child(2n)) {
  margin-right: 1rem;
}

@media (min-width: 768px) {
  .wp-single-contents-container .gallery-columns-1 .gallery-item, body#tinymce .gallery-columns-1 .gallery-item {
    width: 100%;
  }
  .wp-single-contents-container .gallery-columns-2 .gallery-item, body#tinymce .gallery-columns-2 .gallery-item {
    width: calc((100% / 2) - 0.1% - (2rem - 0.2rem));
  }
  .wp-single-contents-container .gallery-columns-2 .gallery-item:not(:nth-child(2n)), body#tinymce .gallery-columns-2 .gallery-item:not(:nth-child(2n)) {
    margin-right: 0;
  }
  .wp-single-contents-container .gallery-columns-2 .gallery-item:not(:nth-child(2n)), body#tinymce .gallery-columns-2 .gallery-item:not(:nth-child(2n)) {
    margin-right: 3.5rem;
  }
  .wp-single-contents-container .gallery-columns-3 .gallery-item, body#tinymce .gallery-columns-3 .gallery-item {
    width: calc((100% / 3) - 0.1% - (2rem - 0.3rem));
  }
  .wp-single-contents-container .gallery-columns-3 .gallery-item:not(:nth-child(2n)), body#tinymce .gallery-columns-3 .gallery-item:not(:nth-child(2n)) {
    margin-right: 0;
  }
  .wp-single-contents-container .gallery-columns-3 .gallery-item:not(:nth-child(3n)), body#tinymce .gallery-columns-3 .gallery-item:not(:nth-child(3n)) {
    margin-right: 2.45rem;
  }
  .wp-single-contents-container .gallery-columns-4 .gallery-item, body#tinymce .gallery-columns-4 .gallery-item {
    width: calc((100% / 4) - 0.1% - (2rem - 0.4rem));
  }
  .wp-single-contents-container .gallery-columns-4 .gallery-item:not(:nth-child(2n)), body#tinymce .gallery-columns-4 .gallery-item:not(:nth-child(2n)) {
    margin-right: 0;
  }
  .wp-single-contents-container .gallery-columns-4 .gallery-item:not(:nth-child(4n)), body#tinymce .gallery-columns-4 .gallery-item:not(:nth-child(4n)) {
    margin-right: 2.03333rem;
  }
  .wp-single-contents-container .gallery-columns-5 .gallery-item, body#tinymce .gallery-columns-5 .gallery-item {
    width: calc((100% / 5) - 0.1% - (2rem - 0.5rem));
  }
  .wp-single-contents-container .gallery-columns-5 .gallery-item:not(:nth-child(2n)), body#tinymce .gallery-columns-5 .gallery-item:not(:nth-child(2n)) {
    margin-right: 0;
  }
  .wp-single-contents-container .gallery-columns-5 .gallery-item:not(:nth-child(5n)), body#tinymce .gallery-columns-5 .gallery-item:not(:nth-child(5n)) {
    margin-right: 1.775rem;
  }
  .wp-single-contents-container .gallery-columns-6 .gallery-item, body#tinymce .gallery-columns-6 .gallery-item {
    width: calc((100% / 6) - 0.1% - (2rem - 0.6rem));
  }
  .wp-single-contents-container .gallery-columns-6 .gallery-item:not(:nth-child(2n)), body#tinymce .gallery-columns-6 .gallery-item:not(:nth-child(2n)) {
    margin-right: 0;
  }
  .wp-single-contents-container .gallery-columns-6 .gallery-item:not(:nth-child(6n)), body#tinymce .gallery-columns-6 .gallery-item:not(:nth-child(6n)) {
    margin-right: 1.58rem;
  }
  .wp-single-contents-container .gallery-columns-7 .gallery-item, body#tinymce .gallery-columns-7 .gallery-item {
    width: calc((100% / 7) - 0.1% - (2rem - 0.7rem));
  }
  .wp-single-contents-container .gallery-columns-7 .gallery-item:not(:nth-child(2n)), body#tinymce .gallery-columns-7 .gallery-item:not(:nth-child(2n)) {
    margin-right: 0;
  }
  .wp-single-contents-container .gallery-columns-7 .gallery-item:not(:nth-child(7n)), body#tinymce .gallery-columns-7 .gallery-item:not(:nth-child(7n)) {
    margin-right: 1.41667rem;
  }
  .wp-single-contents-container .gallery-columns-8 .gallery-item, body#tinymce .gallery-columns-8 .gallery-item {
    width: calc((100% / 8) - 0.1% - (2rem - 0.8rem));
  }
  .wp-single-contents-container .gallery-columns-8 .gallery-item:not(:nth-child(2n)), body#tinymce .gallery-columns-8 .gallery-item:not(:nth-child(2n)) {
    margin-right: 0;
  }
  .wp-single-contents-container .gallery-columns-8 .gallery-item:not(:nth-child(8n)), body#tinymce .gallery-columns-8 .gallery-item:not(:nth-child(8n)) {
    margin-right: 1.27143rem;
  }
  .wp-single-contents-container .gallery-columns-9 .gallery-item, body#tinymce .gallery-columns-9 .gallery-item {
    width: calc((100% / 9) - 0.1% - (2rem - 0.9rem));
  }
  .wp-single-contents-container .gallery-columns-9 .gallery-item:not(:nth-child(2n)), body#tinymce .gallery-columns-9 .gallery-item:not(:nth-child(2n)) {
    margin-right: 0;
  }
  .wp-single-contents-container .gallery-columns-9 .gallery-item:not(:nth-child(9n)), body#tinymce .gallery-columns-9 .gallery-item:not(:nth-child(9n)) {
    margin-right: 1.1375rem;
  }
}
@media (min-width: 1024px) {
  .wp-single-contents-container .youtube, body#tinymce .youtube {
    padding-bottom: 45%;
    max-width: 80%;
  }
  .wp-single-contents-container table, body#tinymce table {
    min-width: unset;
    width: 100%;
    max-width: 100%;
  }
}
.m_c-margin--row-type1 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.m_c-margin--row-type1:last-child {
  margin-bottom: 0;
}
.m_c-margin--row-type2 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.m_c-margin--row-type2:last-child {
  margin-bottom: 0;
}
.m_c-margin--row-type3 {
  margin-top: 1rem;
  margin-bottom: 3rem;
}
.m_c-margin--row-type3:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .m_c-margin--row-type1 {
    margin-top: 5rem;
    margin-bottom: 8rem;
  }
  .m_c-margin--row-type1:last-child {
    margin-bottom: 0;
  }
  .m_c-margin--row-type2 {
    margin-top: 3rem;
    margin-bottom: 4.5rem;
  }
  .m_c-margin--row-type2:last-child {
    margin-bottom: 0;
  }
  .m_c-margin--row-type3 {
    margin-top: 3rem;
    margin-bottom: 4rem;
  }
  .m_c-margin--row-type3:last-child {
    margin-bottom: 0;
  }
}
.m_c-button--link-button {
  background-color: #0080ff;
  border: 2px solid #0080ff;
  border-radius: 1em;
  display: table;
  text-decoration: none;
  color: #FFF;
  font-family: "tetsubin", "sans-serif";
  font-weight: normal;
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 0.12em;
  padding: .2em 1em 0;
  margin-top: 2em;
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.m_c-button--link-button:link, .m_c-button--link-button:visited {
  color: #FFF;
}
.m_c-button--link-button:hover {
  color: #0080ff;
  background-color: #FFF;
}
.m_c-button--link-button.__moreButton {
  font-size: 1.8rem;
  padding: .4em 2em .2em;
}
.m_c-button--image-button {
  border-radius: 35% / 45%;
  background-position: center;
  background-size: auto 100%;
  display: inline-flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-family: "tetsubin", "sans-serif";
  font-weight: normal;
  margin: 0;
  padding: 1em;
}
.m_c-button--image-button:link {
  color: #FFF;
}
.m_c-button--image-button:visited {
  color: white;
}
.m_c-button--image-button:hover {
  color: white;
}
.m_c-button--image-button.type1 {
  background-image: url("assets/img/table-bg-row-1.jpg");
}
.m_c-button--image-button.type2 {
  background-image: url("assets/img/table-bg-row-2.jpg");
}
.m_c-button--image-button.type3 {
  background-image: url("assets/img/table-bg-row-3.jpg");
}

@media (min-width: 1024px) {
  .m_c-button--link-button.__moreButton {
    padding: .4em 3em .2em;
  }
}
.m_c-table--wrapper {
  position: relative;
  width: 100%;
}
.m_c-table--wrapper, .m_c-table--wrapper.__open {
  overflow: auto;
}
.m_c-table--common-table {
  border-collapse: separate;
  border-spacing: 0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.m_c-table--common-table thead th, .m_c-table--common-table thead td,
.m_c-table--common-table tbody th,
.m_c-table--common-table tbody td {
  padding: 1rem;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  text-align: center;
}
.m_c-table--common-table thead th + th, .m_c-table--common-table thead th + td, .m_c-table--common-table thead td + th, .m_c-table--common-table thead td + td,
.m_c-table--common-table tbody th + th,
.m_c-table--common-table tbody th + td,
.m_c-table--common-table tbody td + th,
.m_c-table--common-table tbody td + td {
  border-left-style: solid;
  border-left-width: 1px;
}
.m_c-table--common-table thead th, .m_c-table--common-table thead td {
  border-bottom-width: 0;
}
.m_c-table--common-table thead th + th, .m_c-table--common-table thead th + td, .m_c-table--common-table thead td + th, .m_c-table--common-table thead td + td {
  border-left-color: #FFF;
}
.m_c-table--common-table tbody th, .m_c-table--common-table tbody td {
  border-bottom-color: #808080;
}
.m_c-table--common-table tbody th + th, .m_c-table--common-table tbody th + td, .m_c-table--common-table tbody td + th, .m_c-table--common-table tbody td + td {
  border-left-color: #808080;
}
.m_c-table--common-table tbody th:first-child, .m_c-table--common-table tbody td:first-child {
  border-left: 1px solid #808080;
}
.m_c-table--common-table tbody th:last-child, .m_c-table--common-table tbody td:last-child {
  border-right: 1px solid #808080;
}
.m_c-table--common-table tbody tr:last-child th:first-child, .m_c-table--common-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}
.m_c-table--common-table tbody tr:last-child th:last-child, .m_c-table--common-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}
.m_c-table--common-table:not(._sp-not-overfllow) {
  margin-top: 1.5rem;
  min-width: 640px;
}
.m_c-table--common-table:not(._sp-not-overfllow)::before {
  content: "※左右にスワイプで表の続きをご覧いただけます。";
  font-size: 1.2rem;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  white-space: pre;
}
.m_c-table--common-table._sp-not-overfllow {
  width: 100%;
}
.m_c-table--common-table._min-width-wide {
  min-width: 990px;
}
.m_c-table--color-type-1 thead, .m_c-table--color-type-2 thead, .m_c-table--color-type-3 thead {
  background-position: center;
  background-size: auto 100%;
  background-repeat: repeat;
  color: #FFF;
  font-family: "tetsubin", "sans-serif";
  font-weight: normal;
  letter-spacing: 0.1em;
}
.m_c-table--color-type-1 thead th, .m_c-table--color-type-2 thead th, .m_c-table--color-type-3 thead th {
  font-weight: normal;
}
.m_c-table--color-type-1 thead {
  background-image: url("assets/img/table-bg-row-1.jpg");
}
.m_c-table--color-type-1 tbody tr:nth-child(2n) {
  background-color: #e0f6ff;
}
.m_c-table--color-type-2 thead {
  background-image: url("assets/img/table-bg-row-2.jpg");
}
.m_c-table--color-type-2 tbody tr:nth-child(2n) {
  background-color: #effef2;
}
.m_c-table--color-type-3 thead {
  background-image: url("assets/img/table-bg-row-3.jpg");
}
.m_c-table--color-type-3 tbody tr:nth-child(2n) {
  background-color: #fff3e0;
}
.m_c-table--no-wrap-cell._sp-wrap._from1._to2 th:nth-child(n+1):not(:nth-child(n+3)), .m_c-table--no-wrap-cell._sp-wrap._from1._to2 td:nth-child(n+1):not(:nth-child(n+3)) {
  white-space: nowrap;
}
.m_c-table--no-wrap-cell._sp-wrap._from1._to3 th:nth-child(n+1):not(:nth-child(n+4)), .m_c-table--no-wrap-cell._sp-wrap._from1._to3 td:nth-child(n+1):not(:nth-child(n+4)) {
  white-space: nowrap;
}
.m_c-table--no-wrap-cell._sp-wrap._from1._to4 th:nth-child(n+1):not(:nth-child(n+5)), .m_c-table--no-wrap-cell._sp-wrap._from1._to4 td:nth-child(n+1):not(:nth-child(n+5)) {
  white-space: nowrap;
}
.m_c-table--no-wrap-cell._sp-wrap._from1._to5 th:nth-child(n+1):not(:nth-child(n+6)), .m_c-table--no-wrap-cell._sp-wrap._from1._to5 td:nth-child(n+1):not(:nth-child(n+6)) {
  white-space: nowrap;
}
.m_c-table--no-wrap-cell._sp-wrap._from1._to6 th:nth-child(n+1):not(:nth-child(n+7)), .m_c-table--no-wrap-cell._sp-wrap._from1._to6 td:nth-child(n+1):not(:nth-child(n+7)) {
  white-space: nowrap;
}
.m_c-table--no-wrap-cell._sp-wrap._from1._to7 th:nth-child(n+1):not(:nth-child(n+8)), .m_c-table--no-wrap-cell._sp-wrap._from1._to7 td:nth-child(n+1):not(:nth-child(n+8)) {
  white-space: nowrap;
}
.m_c-table--no-wrap-cell._sp-wrap._from1._to8 th:nth-child(n+1):not(:nth-child(n+9)), .m_c-table--no-wrap-cell._sp-wrap._from1._to8 td:nth-child(n+1):not(:nth-child(n+9)) {
  white-space: nowrap;
}
.m_c-table--no-wrap-cell._sp-wrap._from1._to9 th:nth-child(n+1):not(:nth-child(n+10)), .m_c-table--no-wrap-cell._sp-wrap._from1._to9 td:nth-child(n+1):not(:nth-child(n+10)) {
  white-space: nowrap;
}
.m_c-table--no-wrap-cell._sp-wrap._from2._to2 th:nth-child(n+2):not(:nth-child(n+3)), .m_c-table--no-wrap-cell._sp-wrap._from2._to2 td:nth-child(n+2):not(:nth-child(n+3)) {
  white-space: nowrap;
}
.m_c-table--no-wrap-cell._sp-wrap._from2._to3 th:nth-child(n+2):not(:nth-child(n+4)), .m_c-table--no-wrap-cell._sp-wrap._from2._to3 td:nth-child(n+2):not(:nth-child(n+4)) {
  white-space: nowrap;
}
.m_c-table--no-wrap-cell._sp-wrap._from2._to4 th:nth-child(n+2):not(:nth-child(n+5)), .m_c-table--no-wrap-cell._sp-wrap._from2._to4 td:nth-child(n+2):not(:nth-child(n+5)) {
  white-space: nowrap;
}
.m_c-table--no-wrap-cell._sp-wrap._from2._to5 th:nth-child(n+2):not(:nth-child(n+6)), .m_c-table--no-wrap-cell._sp-wrap._from2._to5 td:nth-child(n+2):not(:nth-child(n+6)) {
  white-space: nowrap;
}
.m_c-table--no-wrap-cell._sp-wrap._from2._to6 th:nth-child(n+2):not(:nth-child(n+7)), .m_c-table--no-wrap-cell._sp-wrap._from2._to6 td:nth-child(n+2):not(:nth-child(n+7)) {
  white-space: nowrap;
}
.m_c-table--no-wrap-cell._sp-wrap._from2._to7 th:nth-child(n+2):not(:nth-child(n+8)), .m_c-table--no-wrap-cell._sp-wrap._from2._to7 td:nth-child(n+2):not(:nth-child(n+8)) {
  white-space: nowrap;
}
.m_c-table--no-wrap-cell._sp-wrap._from2._to8 th:nth-child(n+2):not(:nth-child(n+9)), .m_c-table--no-wrap-cell._sp-wrap._from2._to8 td:nth-child(n+2):not(:nth-child(n+9)) {
  white-space: nowrap;
}
.m_c-table--no-wrap-cell._sp-wrap._from2._to9 th:nth-child(n+2):not(:nth-child(n+10)), .m_c-table--no-wrap-cell._sp-wrap._from2._to9 td:nth-child(n+2):not(:nth-child(n+10)) {
  white-space: nowrap;
}
.m_c-table--no-wrap-cell._sp-wrap._from3._to2 th:nth-child(n+3):not(:nth-child(n+3)), .m_c-table--no-wrap-cell._sp-wrap._from3._to2 td:nth-child(n+3):not(:nth-child(n+3)) {
  white-space: nowrap;
}
.m_c-table--no-wrap-cell._sp-wrap._from3._to3 th:nth-child(n+3):not(:nth-child(n+4)), .m_c-table--no-wrap-cell._sp-wrap._from3._to3 td:nth-child(n+3):not(:nth-child(n+4)) {
  white-space: nowrap;
}
.m_c-table--no-wrap-cell._sp-wrap._from3._to4 th:nth-child(n+3):not(:nth-child(n+5)), .m_c-table--no-wrap-cell._sp-wrap._from3._to4 td:nth-child(n+3):not(:nth-child(n+5)) {
  white-space: nowrap;
}
.m_c-table--no-wrap-cell._sp-wrap._from3._to5 th:nth-child(n+3):not(:nth-child(n+6)), .m_c-table--no-wrap-cell._sp-wrap._from3._to5 td:nth-child(n+3):not(:nth-child(n+6)) {
  white-space: nowrap;
}
.m_c-table--no-wrap-cell._sp-wrap._from3._to6 th:nth-child(n+3):not(:nth-child(n+7)), .m_c-table--no-wrap-cell._sp-wrap._from3._to6 td:nth-child(n+3):not(:nth-child(n+7)) {
  white-space: nowrap;
}
.m_c-table--no-wrap-cell._sp-wrap._from3._to7 th:nth-child(n+3):not(:nth-child(n+8)), .m_c-table--no-wrap-cell._sp-wrap._from3._to7 td:nth-child(n+3):not(:nth-child(n+8)) {
  white-space: nowrap;
}
.m_c-table--no-wrap-cell._sp-wrap._from3._to8 th:nth-child(n+3):not(:nth-child(n+9)), .m_c-table--no-wrap-cell._sp-wrap._from3._to8 td:nth-child(n+3):not(:nth-child(n+9)) {
  white-space: nowrap;
}
.m_c-table--no-wrap-cell._sp-wrap._from3._to9 th:nth-child(n+3):not(:nth-child(n+10)), .m_c-table--no-wrap-cell._sp-wrap._from3._to9 td:nth-child(n+3):not(:nth-child(n+10)) {
  white-space: nowrap;
}
.m_c-table--no-wrap-cell._sp-wrap._from4._to2 th:nth-child(n+4):not(:nth-child(n+3)), .m_c-table--no-wrap-cell._sp-wrap._from4._to2 td:nth-child(n+4):not(:nth-child(n+3)) {
  white-space: nowrap;
}
.m_c-table--no-wrap-cell._sp-wrap._from4._to3 th:nth-child(n+4):not(:nth-child(n+4)), .m_c-table--no-wrap-cell._sp-wrap._from4._to3 td:nth-child(n+4):not(:nth-child(n+4)) {
  white-space: nowrap;
}
.m_c-table--no-wrap-cell._sp-wrap._from4._to4 th:nth-child(n+4):not(:nth-child(n+5)), .m_c-table--no-wrap-cell._sp-wrap._from4._to4 td:nth-child(n+4):not(:nth-child(n+5)) {
  white-space: nowrap;
}
.m_c-table--no-wrap-cell._sp-wrap._from4._to5 th:nth-child(n+4):not(:nth-child(n+6)), .m_c-table--no-wrap-cell._sp-wrap._from4._to5 td:nth-child(n+4):not(:nth-child(n+6)) {
  white-space: nowrap;
}
.m_c-table--no-wrap-cell._sp-wrap._from4._to6 th:nth-child(n+4):not(:nth-child(n+7)), .m_c-table--no-wrap-cell._sp-wrap._from4._to6 td:nth-child(n+4):not(:nth-child(n+7)) {
  white-space: nowrap;
}
.m_c-table--no-wrap-cell._sp-wrap._from4._to7 th:nth-child(n+4):not(:nth-child(n+8)), .m_c-table--no-wrap-cell._sp-wrap._from4._to7 td:nth-child(n+4):not(:nth-child(n+8)) {
  white-space: nowrap;
}
.m_c-table--no-wrap-cell._sp-wrap._from4._to8 th:nth-child(n+4):not(:nth-child(n+9)), .m_c-table--no-wrap-cell._sp-wrap._from4._to8 td:nth-child(n+4):not(:nth-child(n+9)) {
  white-space: nowrap;
}
.m_c-table--no-wrap-cell._sp-wrap._from4._to9 th:nth-child(n+4):not(:nth-child(n+10)), .m_c-table--no-wrap-cell._sp-wrap._from4._to9 td:nth-child(n+4):not(:nth-child(n+10)) {
  white-space: nowrap;
}
.m_c-table--no-wrap-cell._sp-wrap._from5._to2 th:nth-child(n+5):not(:nth-child(n+3)), .m_c-table--no-wrap-cell._sp-wrap._from5._to2 td:nth-child(n+5):not(:nth-child(n+3)) {
  white-space: nowrap;
}
.m_c-table--no-wrap-cell._sp-wrap._from5._to3 th:nth-child(n+5):not(:nth-child(n+4)), .m_c-table--no-wrap-cell._sp-wrap._from5._to3 td:nth-child(n+5):not(:nth-child(n+4)) {
  white-space: nowrap;
}
.m_c-table--no-wrap-cell._sp-wrap._from5._to4 th:nth-child(n+5):not(:nth-child(n+5)), .m_c-table--no-wrap-cell._sp-wrap._from5._to4 td:nth-child(n+5):not(:nth-child(n+5)) {
  white-space: nowrap;
}
.m_c-table--no-wrap-cell._sp-wrap._from5._to5 th:nth-child(n+5):not(:nth-child(n+6)), .m_c-table--no-wrap-cell._sp-wrap._from5._to5 td:nth-child(n+5):not(:nth-child(n+6)) {
  white-space: nowrap;
}
.m_c-table--no-wrap-cell._sp-wrap._from5._to6 th:nth-child(n+5):not(:nth-child(n+7)), .m_c-table--no-wrap-cell._sp-wrap._from5._to6 td:nth-child(n+5):not(:nth-child(n+7)) {
  white-space: nowrap;
}
.m_c-table--no-wrap-cell._sp-wrap._from5._to7 th:nth-child(n+5):not(:nth-child(n+8)), .m_c-table--no-wrap-cell._sp-wrap._from5._to7 td:nth-child(n+5):not(:nth-child(n+8)) {
  white-space: nowrap;
}
.m_c-table--no-wrap-cell._sp-wrap._from5._to8 th:nth-child(n+5):not(:nth-child(n+9)), .m_c-table--no-wrap-cell._sp-wrap._from5._to8 td:nth-child(n+5):not(:nth-child(n+9)) {
  white-space: nowrap;
}
.m_c-table--no-wrap-cell._sp-wrap._from5._to9 th:nth-child(n+5):not(:nth-child(n+10)), .m_c-table--no-wrap-cell._sp-wrap._from5._to9 td:nth-child(n+5):not(:nth-child(n+10)) {
  white-space: nowrap;
}
.m_c-table--no-wrap-cell._sp-wrap._from6._to2 th:nth-child(n+6):not(:nth-child(n+3)), .m_c-table--no-wrap-cell._sp-wrap._from6._to2 td:nth-child(n+6):not(:nth-child(n+3)) {
  white-space: nowrap;
}
.m_c-table--no-wrap-cell._sp-wrap._from6._to3 th:nth-child(n+6):not(:nth-child(n+4)), .m_c-table--no-wrap-cell._sp-wrap._from6._to3 td:nth-child(n+6):not(:nth-child(n+4)) {
  white-space: nowrap;
}
.m_c-table--no-wrap-cell._sp-wrap._from6._to4 th:nth-child(n+6):not(:nth-child(n+5)), .m_c-table--no-wrap-cell._sp-wrap._from6._to4 td:nth-child(n+6):not(:nth-child(n+5)) {
  white-space: nowrap;
}
.m_c-table--no-wrap-cell._sp-wrap._from6._to5 th:nth-child(n+6):not(:nth-child(n+6)), .m_c-table--no-wrap-cell._sp-wrap._from6._to5 td:nth-child(n+6):not(:nth-child(n+6)) {
  white-space: nowrap;
}
.m_c-table--no-wrap-cell._sp-wrap._from6._to6 th:nth-child(n+6):not(:nth-child(n+7)), .m_c-table--no-wrap-cell._sp-wrap._from6._to6 td:nth-child(n+6):not(:nth-child(n+7)) {
  white-space: nowrap;
}
.m_c-table--no-wrap-cell._sp-wrap._from6._to7 th:nth-child(n+6):not(:nth-child(n+8)), .m_c-table--no-wrap-cell._sp-wrap._from6._to7 td:nth-child(n+6):not(:nth-child(n+8)) {
  white-space: nowrap;
}
.m_c-table--no-wrap-cell._sp-wrap._from6._to8 th:nth-child(n+6):not(:nth-child(n+9)), .m_c-table--no-wrap-cell._sp-wrap._from6._to8 td:nth-child(n+6):not(:nth-child(n+9)) {
  white-space: nowrap;
}
.m_c-table--no-wrap-cell._sp-wrap._from6._to9 th:nth-child(n+6):not(:nth-child(n+10)), .m_c-table--no-wrap-cell._sp-wrap._from6._to9 td:nth-child(n+6):not(:nth-child(n+10)) {
  white-space: nowrap;
}
.m_c-table--no-wrap-cell._sp-wrap._from7._to2 th:nth-child(n+7):not(:nth-child(n+3)), .m_c-table--no-wrap-cell._sp-wrap._from7._to2 td:nth-child(n+7):not(:nth-child(n+3)) {
  white-space: nowrap;
}
.m_c-table--no-wrap-cell._sp-wrap._from7._to3 th:nth-child(n+7):not(:nth-child(n+4)), .m_c-table--no-wrap-cell._sp-wrap._from7._to3 td:nth-child(n+7):not(:nth-child(n+4)) {
  white-space: nowrap;
}
.m_c-table--no-wrap-cell._sp-wrap._from7._to4 th:nth-child(n+7):not(:nth-child(n+5)), .m_c-table--no-wrap-cell._sp-wrap._from7._to4 td:nth-child(n+7):not(:nth-child(n+5)) {
  white-space: nowrap;
}
.m_c-table--no-wrap-cell._sp-wrap._from7._to5 th:nth-child(n+7):not(:nth-child(n+6)), .m_c-table--no-wrap-cell._sp-wrap._from7._to5 td:nth-child(n+7):not(:nth-child(n+6)) {
  white-space: nowrap;
}
.m_c-table--no-wrap-cell._sp-wrap._from7._to6 th:nth-child(n+7):not(:nth-child(n+7)), .m_c-table--no-wrap-cell._sp-wrap._from7._to6 td:nth-child(n+7):not(:nth-child(n+7)) {
  white-space: nowrap;
}
.m_c-table--no-wrap-cell._sp-wrap._from7._to7 th:nth-child(n+7):not(:nth-child(n+8)), .m_c-table--no-wrap-cell._sp-wrap._from7._to7 td:nth-child(n+7):not(:nth-child(n+8)) {
  white-space: nowrap;
}
.m_c-table--no-wrap-cell._sp-wrap._from7._to8 th:nth-child(n+7):not(:nth-child(n+9)), .m_c-table--no-wrap-cell._sp-wrap._from7._to8 td:nth-child(n+7):not(:nth-child(n+9)) {
  white-space: nowrap;
}
.m_c-table--no-wrap-cell._sp-wrap._from7._to9 th:nth-child(n+7):not(:nth-child(n+10)), .m_c-table--no-wrap-cell._sp-wrap._from7._to9 td:nth-child(n+7):not(:nth-child(n+10)) {
  white-space: nowrap;
}
.m_c-table--no-wrap-cell._sp-wrap._from8._to2 th:nth-child(n+8):not(:nth-child(n+3)), .m_c-table--no-wrap-cell._sp-wrap._from8._to2 td:nth-child(n+8):not(:nth-child(n+3)) {
  white-space: nowrap;
}
.m_c-table--no-wrap-cell._sp-wrap._from8._to3 th:nth-child(n+8):not(:nth-child(n+4)), .m_c-table--no-wrap-cell._sp-wrap._from8._to3 td:nth-child(n+8):not(:nth-child(n+4)) {
  white-space: nowrap;
}
.m_c-table--no-wrap-cell._sp-wrap._from8._to4 th:nth-child(n+8):not(:nth-child(n+5)), .m_c-table--no-wrap-cell._sp-wrap._from8._to4 td:nth-child(n+8):not(:nth-child(n+5)) {
  white-space: nowrap;
}
.m_c-table--no-wrap-cell._sp-wrap._from8._to5 th:nth-child(n+8):not(:nth-child(n+6)), .m_c-table--no-wrap-cell._sp-wrap._from8._to5 td:nth-child(n+8):not(:nth-child(n+6)) {
  white-space: nowrap;
}
.m_c-table--no-wrap-cell._sp-wrap._from8._to6 th:nth-child(n+8):not(:nth-child(n+7)), .m_c-table--no-wrap-cell._sp-wrap._from8._to6 td:nth-child(n+8):not(:nth-child(n+7)) {
  white-space: nowrap;
}
.m_c-table--no-wrap-cell._sp-wrap._from8._to7 th:nth-child(n+8):not(:nth-child(n+8)), .m_c-table--no-wrap-cell._sp-wrap._from8._to7 td:nth-child(n+8):not(:nth-child(n+8)) {
  white-space: nowrap;
}
.m_c-table--no-wrap-cell._sp-wrap._from8._to8 th:nth-child(n+8):not(:nth-child(n+9)), .m_c-table--no-wrap-cell._sp-wrap._from8._to8 td:nth-child(n+8):not(:nth-child(n+9)) {
  white-space: nowrap;
}
.m_c-table--no-wrap-cell._sp-wrap._from8._to9 th:nth-child(n+8):not(:nth-child(n+10)), .m_c-table--no-wrap-cell._sp-wrap._from8._to9 td:nth-child(n+8):not(:nth-child(n+10)) {
  white-space: nowrap;
}
.m_c-table--no-wrap-cell._sp-wrap._alone1 th:nth-child(1), .m_c-table--no-wrap-cell._sp-wrap._alone1 td:nth-child(1) {
  white-space: nowrap;
}
.m_c-table--no-wrap-cell._sp-wrap._alone2 th:nth-child(2), .m_c-table--no-wrap-cell._sp-wrap._alone2 td:nth-child(2) {
  white-space: nowrap;
}
.m_c-table--no-wrap-cell._sp-wrap._alone3 th:nth-child(3), .m_c-table--no-wrap-cell._sp-wrap._alone3 td:nth-child(3) {
  white-space: nowrap;
}
.m_c-table--no-wrap-cell._sp-wrap._alone4 th:nth-child(4), .m_c-table--no-wrap-cell._sp-wrap._alone4 td:nth-child(4) {
  white-space: nowrap;
}
.m_c-table--no-wrap-cell._sp-wrap._alone5 th:nth-child(5), .m_c-table--no-wrap-cell._sp-wrap._alone5 td:nth-child(5) {
  white-space: nowrap;
}
.m_c-table--no-wrap-cell._sp-wrap._alone6 th:nth-child(6), .m_c-table--no-wrap-cell._sp-wrap._alone6 td:nth-child(6) {
  white-space: nowrap;
}
.m_c-table--no-wrap-cell._sp-wrap._alone7 th:nth-child(7), .m_c-table--no-wrap-cell._sp-wrap._alone7 td:nth-child(7) {
  white-space: nowrap;
}
.m_c-table--no-wrap-cell._sp-wrap._alone8 th:nth-child(8), .m_c-table--no-wrap-cell._sp-wrap._alone8 td:nth-child(8) {
  white-space: nowrap;
}
.m_c-table--no-wrap-cell._sp-wrap._alone9 th:nth-child(9), .m_c-table--no-wrap-cell._sp-wrap._alone9 td:nth-child(9) {
  white-space: nowrap;
}

@media (min-width: 768px) {
  .m_c-table--common-table {
    width: 100%;
  }
  .m_c-table--common-table:not(._min-width-wide) {
    margin-top: 0;
  }
  .m_c-table--common-table:not(._min-width-wide)::before {
    display: none;
  }
  .m_c-table--no-wrap-cell._from1._to2 th:nth-child(n+1):not(:nth-child(n+3)), .m_c-table--no-wrap-cell._from1._to2 td:nth-child(n+1):not(:nth-child(n+3)) {
    white-space: nowrap;
  }
  .m_c-table--no-wrap-cell._from1._to3 th:nth-child(n+1):not(:nth-child(n+4)), .m_c-table--no-wrap-cell._from1._to3 td:nth-child(n+1):not(:nth-child(n+4)) {
    white-space: nowrap;
  }
  .m_c-table--no-wrap-cell._from1._to4 th:nth-child(n+1):not(:nth-child(n+5)), .m_c-table--no-wrap-cell._from1._to4 td:nth-child(n+1):not(:nth-child(n+5)) {
    white-space: nowrap;
  }
  .m_c-table--no-wrap-cell._from1._to5 th:nth-child(n+1):not(:nth-child(n+6)), .m_c-table--no-wrap-cell._from1._to5 td:nth-child(n+1):not(:nth-child(n+6)) {
    white-space: nowrap;
  }
  .m_c-table--no-wrap-cell._from1._to6 th:nth-child(n+1):not(:nth-child(n+7)), .m_c-table--no-wrap-cell._from1._to6 td:nth-child(n+1):not(:nth-child(n+7)) {
    white-space: nowrap;
  }
  .m_c-table--no-wrap-cell._from1._to7 th:nth-child(n+1):not(:nth-child(n+8)), .m_c-table--no-wrap-cell._from1._to7 td:nth-child(n+1):not(:nth-child(n+8)) {
    white-space: nowrap;
  }
  .m_c-table--no-wrap-cell._from1._to8 th:nth-child(n+1):not(:nth-child(n+9)), .m_c-table--no-wrap-cell._from1._to8 td:nth-child(n+1):not(:nth-child(n+9)) {
    white-space: nowrap;
  }
  .m_c-table--no-wrap-cell._from1._to9 th:nth-child(n+1):not(:nth-child(n+10)), .m_c-table--no-wrap-cell._from1._to9 td:nth-child(n+1):not(:nth-child(n+10)) {
    white-space: nowrap;
  }
  .m_c-table--no-wrap-cell._from2._to2 th:nth-child(n+2):not(:nth-child(n+3)), .m_c-table--no-wrap-cell._from2._to2 td:nth-child(n+2):not(:nth-child(n+3)) {
    white-space: nowrap;
  }
  .m_c-table--no-wrap-cell._from2._to3 th:nth-child(n+2):not(:nth-child(n+4)), .m_c-table--no-wrap-cell._from2._to3 td:nth-child(n+2):not(:nth-child(n+4)) {
    white-space: nowrap;
  }
  .m_c-table--no-wrap-cell._from2._to4 th:nth-child(n+2):not(:nth-child(n+5)), .m_c-table--no-wrap-cell._from2._to4 td:nth-child(n+2):not(:nth-child(n+5)) {
    white-space: nowrap;
  }
  .m_c-table--no-wrap-cell._from2._to5 th:nth-child(n+2):not(:nth-child(n+6)), .m_c-table--no-wrap-cell._from2._to5 td:nth-child(n+2):not(:nth-child(n+6)) {
    white-space: nowrap;
  }
  .m_c-table--no-wrap-cell._from2._to6 th:nth-child(n+2):not(:nth-child(n+7)), .m_c-table--no-wrap-cell._from2._to6 td:nth-child(n+2):not(:nth-child(n+7)) {
    white-space: nowrap;
  }
  .m_c-table--no-wrap-cell._from2._to7 th:nth-child(n+2):not(:nth-child(n+8)), .m_c-table--no-wrap-cell._from2._to7 td:nth-child(n+2):not(:nth-child(n+8)) {
    white-space: nowrap;
  }
  .m_c-table--no-wrap-cell._from2._to8 th:nth-child(n+2):not(:nth-child(n+9)), .m_c-table--no-wrap-cell._from2._to8 td:nth-child(n+2):not(:nth-child(n+9)) {
    white-space: nowrap;
  }
  .m_c-table--no-wrap-cell._from2._to9 th:nth-child(n+2):not(:nth-child(n+10)), .m_c-table--no-wrap-cell._from2._to9 td:nth-child(n+2):not(:nth-child(n+10)) {
    white-space: nowrap;
  }
  .m_c-table--no-wrap-cell._from3._to2 th:nth-child(n+3):not(:nth-child(n+3)), .m_c-table--no-wrap-cell._from3._to2 td:nth-child(n+3):not(:nth-child(n+3)) {
    white-space: nowrap;
  }
  .m_c-table--no-wrap-cell._from3._to3 th:nth-child(n+3):not(:nth-child(n+4)), .m_c-table--no-wrap-cell._from3._to3 td:nth-child(n+3):not(:nth-child(n+4)) {
    white-space: nowrap;
  }
  .m_c-table--no-wrap-cell._from3._to4 th:nth-child(n+3):not(:nth-child(n+5)), .m_c-table--no-wrap-cell._from3._to4 td:nth-child(n+3):not(:nth-child(n+5)) {
    white-space: nowrap;
  }
  .m_c-table--no-wrap-cell._from3._to5 th:nth-child(n+3):not(:nth-child(n+6)), .m_c-table--no-wrap-cell._from3._to5 td:nth-child(n+3):not(:nth-child(n+6)) {
    white-space: nowrap;
  }
  .m_c-table--no-wrap-cell._from3._to6 th:nth-child(n+3):not(:nth-child(n+7)), .m_c-table--no-wrap-cell._from3._to6 td:nth-child(n+3):not(:nth-child(n+7)) {
    white-space: nowrap;
  }
  .m_c-table--no-wrap-cell._from3._to7 th:nth-child(n+3):not(:nth-child(n+8)), .m_c-table--no-wrap-cell._from3._to7 td:nth-child(n+3):not(:nth-child(n+8)) {
    white-space: nowrap;
  }
  .m_c-table--no-wrap-cell._from3._to8 th:nth-child(n+3):not(:nth-child(n+9)), .m_c-table--no-wrap-cell._from3._to8 td:nth-child(n+3):not(:nth-child(n+9)) {
    white-space: nowrap;
  }
  .m_c-table--no-wrap-cell._from3._to9 th:nth-child(n+3):not(:nth-child(n+10)), .m_c-table--no-wrap-cell._from3._to9 td:nth-child(n+3):not(:nth-child(n+10)) {
    white-space: nowrap;
  }
  .m_c-table--no-wrap-cell._from4._to2 th:nth-child(n+4):not(:nth-child(n+3)), .m_c-table--no-wrap-cell._from4._to2 td:nth-child(n+4):not(:nth-child(n+3)) {
    white-space: nowrap;
  }
  .m_c-table--no-wrap-cell._from4._to3 th:nth-child(n+4):not(:nth-child(n+4)), .m_c-table--no-wrap-cell._from4._to3 td:nth-child(n+4):not(:nth-child(n+4)) {
    white-space: nowrap;
  }
  .m_c-table--no-wrap-cell._from4._to4 th:nth-child(n+4):not(:nth-child(n+5)), .m_c-table--no-wrap-cell._from4._to4 td:nth-child(n+4):not(:nth-child(n+5)) {
    white-space: nowrap;
  }
  .m_c-table--no-wrap-cell._from4._to5 th:nth-child(n+4):not(:nth-child(n+6)), .m_c-table--no-wrap-cell._from4._to5 td:nth-child(n+4):not(:nth-child(n+6)) {
    white-space: nowrap;
  }
  .m_c-table--no-wrap-cell._from4._to6 th:nth-child(n+4):not(:nth-child(n+7)), .m_c-table--no-wrap-cell._from4._to6 td:nth-child(n+4):not(:nth-child(n+7)) {
    white-space: nowrap;
  }
  .m_c-table--no-wrap-cell._from4._to7 th:nth-child(n+4):not(:nth-child(n+8)), .m_c-table--no-wrap-cell._from4._to7 td:nth-child(n+4):not(:nth-child(n+8)) {
    white-space: nowrap;
  }
  .m_c-table--no-wrap-cell._from4._to8 th:nth-child(n+4):not(:nth-child(n+9)), .m_c-table--no-wrap-cell._from4._to8 td:nth-child(n+4):not(:nth-child(n+9)) {
    white-space: nowrap;
  }
  .m_c-table--no-wrap-cell._from4._to9 th:nth-child(n+4):not(:nth-child(n+10)), .m_c-table--no-wrap-cell._from4._to9 td:nth-child(n+4):not(:nth-child(n+10)) {
    white-space: nowrap;
  }
  .m_c-table--no-wrap-cell._from5._to2 th:nth-child(n+5):not(:nth-child(n+3)), .m_c-table--no-wrap-cell._from5._to2 td:nth-child(n+5):not(:nth-child(n+3)) {
    white-space: nowrap;
  }
  .m_c-table--no-wrap-cell._from5._to3 th:nth-child(n+5):not(:nth-child(n+4)), .m_c-table--no-wrap-cell._from5._to3 td:nth-child(n+5):not(:nth-child(n+4)) {
    white-space: nowrap;
  }
  .m_c-table--no-wrap-cell._from5._to4 th:nth-child(n+5):not(:nth-child(n+5)), .m_c-table--no-wrap-cell._from5._to4 td:nth-child(n+5):not(:nth-child(n+5)) {
    white-space: nowrap;
  }
  .m_c-table--no-wrap-cell._from5._to5 th:nth-child(n+5):not(:nth-child(n+6)), .m_c-table--no-wrap-cell._from5._to5 td:nth-child(n+5):not(:nth-child(n+6)) {
    white-space: nowrap;
  }
  .m_c-table--no-wrap-cell._from5._to6 th:nth-child(n+5):not(:nth-child(n+7)), .m_c-table--no-wrap-cell._from5._to6 td:nth-child(n+5):not(:nth-child(n+7)) {
    white-space: nowrap;
  }
  .m_c-table--no-wrap-cell._from5._to7 th:nth-child(n+5):not(:nth-child(n+8)), .m_c-table--no-wrap-cell._from5._to7 td:nth-child(n+5):not(:nth-child(n+8)) {
    white-space: nowrap;
  }
  .m_c-table--no-wrap-cell._from5._to8 th:nth-child(n+5):not(:nth-child(n+9)), .m_c-table--no-wrap-cell._from5._to8 td:nth-child(n+5):not(:nth-child(n+9)) {
    white-space: nowrap;
  }
  .m_c-table--no-wrap-cell._from5._to9 th:nth-child(n+5):not(:nth-child(n+10)), .m_c-table--no-wrap-cell._from5._to9 td:nth-child(n+5):not(:nth-child(n+10)) {
    white-space: nowrap;
  }
  .m_c-table--no-wrap-cell._from6._to2 th:nth-child(n+6):not(:nth-child(n+3)), .m_c-table--no-wrap-cell._from6._to2 td:nth-child(n+6):not(:nth-child(n+3)) {
    white-space: nowrap;
  }
  .m_c-table--no-wrap-cell._from6._to3 th:nth-child(n+6):not(:nth-child(n+4)), .m_c-table--no-wrap-cell._from6._to3 td:nth-child(n+6):not(:nth-child(n+4)) {
    white-space: nowrap;
  }
  .m_c-table--no-wrap-cell._from6._to4 th:nth-child(n+6):not(:nth-child(n+5)), .m_c-table--no-wrap-cell._from6._to4 td:nth-child(n+6):not(:nth-child(n+5)) {
    white-space: nowrap;
  }
  .m_c-table--no-wrap-cell._from6._to5 th:nth-child(n+6):not(:nth-child(n+6)), .m_c-table--no-wrap-cell._from6._to5 td:nth-child(n+6):not(:nth-child(n+6)) {
    white-space: nowrap;
  }
  .m_c-table--no-wrap-cell._from6._to6 th:nth-child(n+6):not(:nth-child(n+7)), .m_c-table--no-wrap-cell._from6._to6 td:nth-child(n+6):not(:nth-child(n+7)) {
    white-space: nowrap;
  }
  .m_c-table--no-wrap-cell._from6._to7 th:nth-child(n+6):not(:nth-child(n+8)), .m_c-table--no-wrap-cell._from6._to7 td:nth-child(n+6):not(:nth-child(n+8)) {
    white-space: nowrap;
  }
  .m_c-table--no-wrap-cell._from6._to8 th:nth-child(n+6):not(:nth-child(n+9)), .m_c-table--no-wrap-cell._from6._to8 td:nth-child(n+6):not(:nth-child(n+9)) {
    white-space: nowrap;
  }
  .m_c-table--no-wrap-cell._from6._to9 th:nth-child(n+6):not(:nth-child(n+10)), .m_c-table--no-wrap-cell._from6._to9 td:nth-child(n+6):not(:nth-child(n+10)) {
    white-space: nowrap;
  }
  .m_c-table--no-wrap-cell._from7._to2 th:nth-child(n+7):not(:nth-child(n+3)), .m_c-table--no-wrap-cell._from7._to2 td:nth-child(n+7):not(:nth-child(n+3)) {
    white-space: nowrap;
  }
  .m_c-table--no-wrap-cell._from7._to3 th:nth-child(n+7):not(:nth-child(n+4)), .m_c-table--no-wrap-cell._from7._to3 td:nth-child(n+7):not(:nth-child(n+4)) {
    white-space: nowrap;
  }
  .m_c-table--no-wrap-cell._from7._to4 th:nth-child(n+7):not(:nth-child(n+5)), .m_c-table--no-wrap-cell._from7._to4 td:nth-child(n+7):not(:nth-child(n+5)) {
    white-space: nowrap;
  }
  .m_c-table--no-wrap-cell._from7._to5 th:nth-child(n+7):not(:nth-child(n+6)), .m_c-table--no-wrap-cell._from7._to5 td:nth-child(n+7):not(:nth-child(n+6)) {
    white-space: nowrap;
  }
  .m_c-table--no-wrap-cell._from7._to6 th:nth-child(n+7):not(:nth-child(n+7)), .m_c-table--no-wrap-cell._from7._to6 td:nth-child(n+7):not(:nth-child(n+7)) {
    white-space: nowrap;
  }
  .m_c-table--no-wrap-cell._from7._to7 th:nth-child(n+7):not(:nth-child(n+8)), .m_c-table--no-wrap-cell._from7._to7 td:nth-child(n+7):not(:nth-child(n+8)) {
    white-space: nowrap;
  }
  .m_c-table--no-wrap-cell._from7._to8 th:nth-child(n+7):not(:nth-child(n+9)), .m_c-table--no-wrap-cell._from7._to8 td:nth-child(n+7):not(:nth-child(n+9)) {
    white-space: nowrap;
  }
  .m_c-table--no-wrap-cell._from7._to9 th:nth-child(n+7):not(:nth-child(n+10)), .m_c-table--no-wrap-cell._from7._to9 td:nth-child(n+7):not(:nth-child(n+10)) {
    white-space: nowrap;
  }
  .m_c-table--no-wrap-cell._from8._to2 th:nth-child(n+8):not(:nth-child(n+3)), .m_c-table--no-wrap-cell._from8._to2 td:nth-child(n+8):not(:nth-child(n+3)) {
    white-space: nowrap;
  }
  .m_c-table--no-wrap-cell._from8._to3 th:nth-child(n+8):not(:nth-child(n+4)), .m_c-table--no-wrap-cell._from8._to3 td:nth-child(n+8):not(:nth-child(n+4)) {
    white-space: nowrap;
  }
  .m_c-table--no-wrap-cell._from8._to4 th:nth-child(n+8):not(:nth-child(n+5)), .m_c-table--no-wrap-cell._from8._to4 td:nth-child(n+8):not(:nth-child(n+5)) {
    white-space: nowrap;
  }
  .m_c-table--no-wrap-cell._from8._to5 th:nth-child(n+8):not(:nth-child(n+6)), .m_c-table--no-wrap-cell._from8._to5 td:nth-child(n+8):not(:nth-child(n+6)) {
    white-space: nowrap;
  }
  .m_c-table--no-wrap-cell._from8._to6 th:nth-child(n+8):not(:nth-child(n+7)), .m_c-table--no-wrap-cell._from8._to6 td:nth-child(n+8):not(:nth-child(n+7)) {
    white-space: nowrap;
  }
  .m_c-table--no-wrap-cell._from8._to7 th:nth-child(n+8):not(:nth-child(n+8)), .m_c-table--no-wrap-cell._from8._to7 td:nth-child(n+8):not(:nth-child(n+8)) {
    white-space: nowrap;
  }
  .m_c-table--no-wrap-cell._from8._to8 th:nth-child(n+8):not(:nth-child(n+9)), .m_c-table--no-wrap-cell._from8._to8 td:nth-child(n+8):not(:nth-child(n+9)) {
    white-space: nowrap;
  }
  .m_c-table--no-wrap-cell._from8._to9 th:nth-child(n+8):not(:nth-child(n+10)), .m_c-table--no-wrap-cell._from8._to9 td:nth-child(n+8):not(:nth-child(n+10)) {
    white-space: nowrap;
  }
  .m_c-table--no-wrap-cell._alone1 th:nth-child(1), .m_c-table--no-wrap-cell._alone1 td:nth-child(1) {
    white-space: nowrap;
  }
  .m_c-table--no-wrap-cell._alone2 th:nth-child(2), .m_c-table--no-wrap-cell._alone2 td:nth-child(2) {
    white-space: nowrap;
  }
  .m_c-table--no-wrap-cell._alone3 th:nth-child(3), .m_c-table--no-wrap-cell._alone3 td:nth-child(3) {
    white-space: nowrap;
  }
  .m_c-table--no-wrap-cell._alone4 th:nth-child(4), .m_c-table--no-wrap-cell._alone4 td:nth-child(4) {
    white-space: nowrap;
  }
  .m_c-table--no-wrap-cell._alone5 th:nth-child(5), .m_c-table--no-wrap-cell._alone5 td:nth-child(5) {
    white-space: nowrap;
  }
  .m_c-table--no-wrap-cell._alone6 th:nth-child(6), .m_c-table--no-wrap-cell._alone6 td:nth-child(6) {
    white-space: nowrap;
  }
  .m_c-table--no-wrap-cell._alone7 th:nth-child(7), .m_c-table--no-wrap-cell._alone7 td:nth-child(7) {
    white-space: nowrap;
  }
  .m_c-table--no-wrap-cell._alone8 th:nth-child(8), .m_c-table--no-wrap-cell._alone8 td:nth-child(8) {
    white-space: nowrap;
  }
  .m_c-table--no-wrap-cell._alone9 th:nth-child(9), .m_c-table--no-wrap-cell._alone9 td:nth-child(9) {
    white-space: nowrap;
  }
}
@media (min-width: 1024px) {
  .m_c-table--common-table._min-width-wide {
    margin-top: 0;
    min-width: unset;
  }
  .m_c-table--common-table._min-width-wide::before {
    display: none;
  }
}
.m_c-dl--common-dl {
  -js-display: flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.m_c-dl--common-dl dt, .m_c-dl--common-dl dd {
  margin: 0;
  padding: 1em .5em;
}
.m_c-dl--common-dl dt {
  font-weight: 900;
  text-align: center;
  width: 6em;
}
.m_c-dl--common-dl dt:not(:last-of-type) {
  border-bottom: 1px solid #FFF;
}
.m_c-dl--common-dl dd {
  border-right: 1px solid #808080;
  border-bottom: 1px solid #808080;
  width: calc(100% - 6em);
}
.m_c-dl--common-dl dd:first-of-type {
  border-top: 1px solid #808080;
  border-top-right-radius: 1em;
}
.m_c-dl--common-dl dd:last-of-type {
  border-bottom-right-radius: 1em;
}
.m_c-dl--common-dl-wrapper {
  width: 100%;
}
.m_c-dl--color-type1, .m_c-dl--color-type2, .m_c-dl--color-type3 {
  position: relative;
  z-index: 0;
}
.m_c-dl--color-type1::before, .m_c-dl--color-type2::before, .m_c-dl--color-type3::before {
  content: "";
  display: block;
  height: 100%;
  width: 6em;
  background-position: center;
  background-size: 100% auto;
  border-radius: 1em 0 0 1em;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.m_c-dl--color-type1 dt, .m_c-dl--color-type2 dt, .m_c-dl--color-type3 dt {
  color: #FFF;
}
.m_c-dl--color-type1 dt:not(:last-of-type), .m_c-dl--color-type2 dt:not(:last-of-type), .m_c-dl--color-type3 dt:not(:last-of-type) {
  border-bottom-color: #FFF;
}
.m_c-dl--color-type1::before {
  background-image: url("assets/img/table-bg-column-1.jpg");
}
.m_c-dl--color-type1 dt:nth-of-type(2n) + dd {
  background-color: #e0f6ff;
}
.m_c-dl--color-type2::before {
  background-image: url("assets/img/table-bg-column-2.jpg");
}
.m_c-dl--color-type2 dt:nth-of-type(2n) + dd {
  background-color: #effef2;
}
.m_c-dl--color-type3::before {
  background-image: url("assets/img/table-bg-column-3.jpg");
}
.m_c-dl--color-type3 dt:nth-of-type(2n) + dd {
  background-color: #fff3e0;
}

@media (min-width: 1024px) {
  .m_c-dl--common-dl dt, .m_c-dl--common-dl dd {
    padding: 1em;
  }
  .m_c-dl--common-dl dt {
    width: 8em;
  }
  .m_c-dl--common-dl dd {
    width: calc(100% - 8em);
  }
  .m_c-dl--color-type1::before {
    width: 8em;
  }
  .m_c-dl--color-type2::before {
    width: 8em;
  }
  .m_c-dl--color-type3::before {
    width: 8em;
  }
}
.m_c-image-title--page-mainvisual {
  position: relative;
  margin: 50px auto;
  height: 100px;
  width: calc(100% - 11px * 2);
  z-index: 5;
}
.m_c-image-title--page-mainvisual .inner {
  border-radius: 75px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  max-width: 540px;
  z-index: 1;
}
.m_c-image-title--page-mainvisual::before, .m_c-image-title--page-mainvisual::after {
  content: "";
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}
.m_c-image-title--page-mainvisual.news .inner {
  background-image: url("assets/img/page-mainvisual-news.jpg");
}
.m_c-image-title--page-mainvisual.news::before {
  background-image: url("assets/img/illust-item_cloud-2.png");
  top: 0;
  left: 0;
  z-index: -1;
  transform: translate(-20px, -40px);
  height: 53px;
  width: 96px;
}
.m_c-image-title--page-mainvisual.news::after {
  background-image: url("assets/img/illust-item_mammalian.png");
  bottom: 0;
  right: 0;
  z-index: 5;
  transform: translate(4px, 55px);
  height: 54px;
  width: 65px;
}
.m_c-image-title--page-mainvisual.fanclub .inner {
  background-image: url("assets/img/page-mainvisual-fanclub.jpg");
}
.m_c-image-title--page-mainvisual.fanclub::before {
  background-image: url("assets/img/illust-item_tree-2-large.png");
  top: 0;
  left: 0;
  z-index: -1;
  transform: translate(0px, -45px);
  height: 54px;
  width: 29.7px;
}
.m_c-image-title--page-mainvisual.fanclub::after {
  background-image: url("assets/img/illust-item_cloud-2.png");
  top: 0;
  right: 0;
  z-index: 5;
  transform: translate(20px, -60px);
  height: 72px;
  width: 82.8px;
}
.m_c-image-title--section-title {
  border-radius: 50px / 25px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -js-display: flex;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-family: "tetsubin", "sans-serif";
  font-weight: normal;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  margin: 33px auto;
  height: 60px;
  width: 100%;
  max-width: 540px;
}
.m_c-image-title--section-title.schedule-concert {
  background-image: url("assets/img/image-title_section-title_schedule-concert.jpg");
}
.m_c-image-title--section-title.schedule-event {
  background-image: url("assets/img/image-title_section-title_schedule-event.jpg");
}
.m_c-image-title--section-title.schedule-onair {
  background-image: url("assets/img/image-title_section-title_schedule-onair.jpg");
}

@media (min-width: 768px) {
  .m_c-image-title--page-mainvisual {
    height: 200px;
  }
  .m_c-image-title--page-mainvisual .inner {
    border-radius: 128px / 96px;
  }
  .m_c-image-title--page-mainvisual.news::before {
    transform: translate(-20px, -40px);
    height: 96px;
    width: 160px;
  }
  .m_c-image-title--page-mainvisual.news::after {
    transform: translate(4px, 55px) rotate(10deg);
    height: 78px;
    width: 96px;
  }
  .m_c-image-title--page-mainvisual.fanclub::before {
    left: 50%;
    transform: translate(-350px, -20px);
    height: 96px;
    width: 52.8px;
  }
  .m_c-image-title--page-mainvisual.fanclub::after {
    right: 50%;
    transform: translate(380px, -50px);
    height: 112px;
    width: 128.8px;
  }
  .m_c-image-title--section-title {
    font-size: 2rem;
    border-radius: 50px;
    height: 100px;
  }
}
@media (min-width: 1024px) {
  .m_c-image-title--page-mainvisual {
    max-width: 1356px;
  }
  .m_c-image-title--page-mainvisual.news::after {
    transform: translate(-5px, 70px) rotate(15deg);
  }
  .m_c-image-title--section-title {
    font-size: 2.4rem;
  }
}
@media (min-width: 1280px) {
  .m_c-image-title--page-mainvisual.news::before {
    transform: translate(45px, -40px);
  }
  .m_c-image-title--page-mainvisual.news::after {
    transform: translate(-60px, 70px) rotate(15deg);
  }
}
.m_c-pagination--wrapper {
  line-height: 2.5;
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.m_c-pagination--wrapper:last-of-type {
  margin-bottom: 0;
}
.m_c-pagination--wrapper .m_c-button--link-button {
  line-height: 1.35;
  display: inline-block;
  margin: 0 1em;
}
.m_c-pagination--wrapper .m_c-button--link-button:not([href]):hover {
  background-color: #0080ff;
  color: #FFF;
}
.m_c-pagination--paginator {
  letter-spacing: 0.1em;
  text-decoration: none;
}
.m_c-pagination--paginator + .m_c-pagination--paginator {
  margin-left: 1.5em;
}
.m_c-pagination--paginator.prev ._icon_prev::before {
  display: inline-block;
  transform: rotate(-180deg);
}

@media (min-width: 768px) {
  .m_c-pagination--paginator {
    margin-left: 3em;
    margin-right: 3em;
  }
  .m_c-pagination--paginator ._icon_prev {
    margin-left: 1em;
    margin-right: 1em;
  }
}
.m_t-title--page-title {
  color: #01804f;
  font-family: "tetsubin", "sans-serif";
  font-weight: normal;
  font-size: 2.1rem;
  text-align: center;
  letter-spacing: 0.2em;
  margin-top: 0;
  margin-bottom: 1em;
}
.m_t-title--sub-title-1 {
  color: #01804f;
  font-family: "tetsubin", "sans-serif";
  font-weight: normal;
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: 0.2em;
  margin-top: 2em;
  margin-bottom: 1em;
}
.m_t-title--sub-title-2 {
  color: #0080ff;
  font-family: "tetsubin", "sans-serif";
  font-weight: normal;
  font-size: 1.7rem;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.1em;
  margin-top: 0;
  margin-bottom: 0;
}
.m_t-title--box-title {
  font-family: "tetsubin", "sans-serif";
  font-weight: normal;
  font-size: 1.8rem;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.1em;
  margin-top: 0;
  margin-bottom: 1em;
}
.m_t-title--bg-grad {
  border-radius: .5em .5em 0 0;
  font-family: "tetsubin", "sans-serif";
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
  padding-top: .2em;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
  .m_t-title--page-title {
    font-size: 2.6rem;
  }
  .m_t-title--sub-title-1 {
    font-size: 2.4rem;
    margin-top: 3em;
    margin-bottom: 1.5em;
  }
  .m_t-title--sub-title-2 {
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .m_t-title--bg-grad {
    border-radius: 1em 1em 0 0;
    font-size: 2.6rem;
  }
}
.m_t-text--body-text {
  font-size: 1.6rem;
  line-height: 1.35;
  text-align: justify;
  text-justify: inter-ideograph;
}
.m_t-text--article-text {
  font-size: 1.6rem;
  line-height: 1.9;
  text-align: justify;
  text-justify: inter-ideograph;
}
.m_t-text--article-text:not(:last-child) {
  margin-top: 0;
  margin-bottom: 1em;
}
.m_t-text--lead-text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  letter-spacing: -0.05em;
}
.m_t-text--weight-100 {
  font-weight: 100;
}
.m_t-text--weight-200 {
  font-weight: 200;
}
.m_t-text--weight-300 {
  font-weight: 300;
}
.m_t-text--weight-400 {
  font-weight: 400;
}
.m_t-text--weight-500 {
  font-weight: 500;
}
.m_t-text--weight-600 {
  font-weight: 600;
}
.m_t-text--weight-700 {
  font-weight: 700;
}
.m_t-text--weight-800 {
  font-weight: 800;
}
.m_t-text--weight-900 {
  font-weight: 900;
}
.m_t-text--align-center {
  text-align: center;
}
.m_t-text--align-right {
  text-align: right;
}
.m_t-text--align-justify {
  text-align: justify;
  text-justify: inter-ideograph;
}
.m_t-text--style-italic {
  font-style: italic;
}
.m_t-text--state-small {
  display: inline-block;
  font-size: 0.85em;
  padding-left: 1em;
}
.m_t-text--state-small::before {
  content: "※";
  margin-left: -1em;
}
.m_t-text--state-small:first-of-type {
  margin-top: .85em;
}
.m_t-text--position-center {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.m_s-color--1 {
  color: #0080ff;
}
.m_s-color--type1 {
  background-size: auto 100%;
  background-image: url("assets/img/table-bg-row-1.jpg");
  color: #FFF;
}
.m_s-color--2 {
  color: #01804f;
}
.m_s-color--type2 {
  background-size: auto 100%;
  background-image: url("assets/img/table-bg-row-2.jpg");
  color: #FFF;
}
.m_s-color--3 {
  color: #ff9500;
}
.m_s-color--type3 {
  background-size: auto 100%;
  background-image: url("assets/img/table-bg-row-3.jpg");
  color: #FFF;
}

.m_c-button--link-button.m_s-news-category--notice, .m_c-button--link-button.m_s-news-category--notice:hover, .m_c-button--link-button.m_s-news-category--notice:link, .m_c-button--link-button.m_s-news-category--notice:visited {
  background-color: #00ffff;
  border-color: #00ffff;
  color: #0080ff;
}
.m_c-button--link-button.m_s-news-category--ticket, .m_c-button--link-button.m_s-news-category--ticket:hover, .m_c-button--link-button.m_s-news-category--ticket:link, .m_c-button--link-button.m_s-news-category--ticket:visited {
  background-color: #ffff00;
  border-color: #ffff00;
  color: #0080ff;
}
.m_c-button--link-button.m_s-news-category--schedule, .m_c-button--link-button.m_s-news-category--schedule:hover, .m_c-button--link-button.m_s-news-category--schedule:link, .m_c-button--link-button.m_s-news-category--schedule:visited {
  background-color: #80ff63;
  border-color: #80ff63;
  color: #01804f;
}
.m_c-button--link-button.m_s-news-category--important, .m_c-button--link-button.m_s-news-category--important:hover, .m_c-button--link-button.m_s-news-category--important:link, .m_c-button--link-button.m_s-news-category--important:visited {
  background-color: #f93476;
  border-color: #f93476;
  color: #FFF;
}

.m_s-page-ornament--section-mat {
  position: relative;
}
.m_s-page-ornament--section-mat::before, .m_s-page-ornament--section-mat::after {
  content: "";
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
}
.m_s-page-ornament--section-mat::before {
  background-image: url("assets/img/illust-item_cloud-1.png");
  left: 0;
  transform: translate(10px, 50px);
  height: 50px;
  width: 84px;
}
.m_s-page-ornament--section-mat::after {
  background-image: url("assets/img/illust-item_tree-2-set.png");
  right: 0;
  transform: translate(-10px, 45px);
  height: 60px;
  width: 65px;
}
.m_s-page-ornament--page-title::before {
  content: "";
  display: block;
  height: 6rem;
  width: 6rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 1rem auto;
}
.m_s-page-ornament--page-title.news::before {
  background-image: url("assets/img/menu-icon-news.png");
}
.m_s-page-ornament--page-title.schedule::before {
  background-image: url("assets/img/menu-icon-schedule.png");
}
.m_s-page-ornament--page-title.profile::before {
  background-image: url("assets/img/menu-icon-profile.png");
}
.m_s-page-ornament--page-title.discography::before {
  background-image: url("assets/img/menu-icon-discography.png");
}
.m_s-page-ornament--page-title.past-event::before {
  background-image: url("assets/img/menu-icon-past-event.png");
}
.m_s-page-ornament--page-title.fanclub::before {
  background-image: url("assets/img/menu-icon-fanclub.png");
}

@media (min-width: 768px) {
  .m_s-page-ornament--section-mat::before {
    left: 50%;
    transform: translate(-320px, 55px);
    height: 84px;
    width: 140px;
  }
  .m_s-page-ornament--section-mat::after {
    right: 50%;
    transform: translate(320px, 60px);
    height: 82px;
    width: 90px;
  }
  .m_s-page-ornament--page-title::before {
    content: "";
    display: block;
    height: 7rem;
    width: 7rem;
  }
}
@media (min-width: 1280px) {
  .m_s-page-ornament--section-mat::before {
    transform: translate(-420px, 115px);
  }
  .m_s-page-ornament--section-mat::after {
    transform: translate(410px, 120px);
  }
  .m_s-page-ornament--page-title::before {
    margin-top: 0;
    margin-bottom: 2rem;
  }
}
[class*="standbyFade"],
[class*="animationFade"] {
  transition-property: opacity,transform;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(0.2, 0.5, 0.7, 1);
}

[class*="standbyFadeIn"],
[class*="animationFadeOut"] {
  opacity: 0;
}

[class*="standbyFadeOut"],
[class*="animationFadeIn"] {
  opacity: 1;
  transform: translate(0px, 0px);
}

.standbyFadeInToLeft {
  transform: translate(30px);
}
.standbyFadeInToRight {
  transform: translate(-30px);
}
.standbyFadeInToDown {
  transform: translate(0px, -30px);
}
.standbyFadeInToUp {
  transform: translate(0px, 30px);
}

.animationFadeOutToLeft {
  transform: translate(-30px);
}
.animationFadeOutToRight {
  transform: translate(30px);
}
.animationFadeOutToDown {
  transform: translate(0px, 30px);
}
.animationFadeOutToUp {
  transform: translate(0px, -30px);
}

@keyframes fadeInToLeft {
  0% {
    opacity: 0;
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes fadeInToRight {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes fadeInToDown {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes fadeInToUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.__moreBox {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.__moreBox::before {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 15%, white 65%, white 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 15%, white 65%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 15%, white 65%, white 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  content: "";
  display: block;
  height: 240px;
  width: 101%;
  transition: height 0.4s ease;
}
.__moreBox.__open::before {
  height: 0;
}
.__moreButton {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 5;
  transform: translate(-50%, 0);
}
.__moreButton.__open {
  position: static;
  transform: none;
}

.l_c-header--main-header {
  box-shadow: 0px -5px 20px 4px rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  padding-left: 11px;
  padding-right: 11px;
  height: 65px;
  width: 100%;
}
.l_c-header--main-header::before {
  background-color: #FFF;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.l_c-header--toplink {
  display: table;
  line-height: 1;
  margin-top: 5px;
  margin-bottom: 0;
}
.l_c-header--toplink a {
  font-family: "tetsubin", "sans-serif";
  font-weight: normal;
  font-size: 2.4rem;
  font-weight: normal;
  text-decoration: none;
}
.l_c-header--toplink a .jp {
  color: #01804f;
  letter-spacing: 0.02em;
}
.l_c-header--toplink a .jp.small {
  display: inline-block;
  font-size: 0.5em;
  letter-spacing: 0;
  text-indent: 0.5em;
}
.l_c-header--toplink a .en {
  display: block;
  color: #0080ff;
  font-size: 0.425em;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.en .l_c-header--toplink a .en {
  font-size: 1em;
  line-height: 1.15;
  letter-spacing: 0;
}
.l_c-header--menubutton {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  height: 65px;
  width: 65px;
}
.l_c-header--menubutton .inner {
  background-color: #0080ff;
  display: block;
  position: absolute;
  top: 34%;
  left: 32.5%;
  height: 4px;
  width: 35%;
  transition: height 0.3s ease;
}
.l_c-header--menubutton .inner::before, .l_c-header--menubutton .inner::after {
  background-color: #0080ff;
  content: "";
  display: block;
  height: 4px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%) rotate(0deg);
  transition: height 0.3s ease, width 0.3s ease, transform 0.3s ease, margin-top 0.3s ease;
}
.l_c-header--menubutton .inner::before {
  margin-top: -11px;
}
.l_c-header--menubutton .inner::after {
  margin-top: 7px;
}
.l_c-header--menubutton .text {
  display: block;
  color: #0080ff;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  position: absolute;
  left: 0;
  bottom: 1em;
  right: 0;
}
.l_c-header--menubutton.__open .inner {
  height: 0;
}
.l_c-header--menubutton.__open .inner::before, .l_c-header--menubutton.__open .inner::after {
  margin-top: 0;
  height: 1px;
  width: 150%;
}
.l_c-header--menubutton.__open .inner::before {
  transform: translate(-50%) rotate(-225deg);
}
.l_c-header--menubutton.__open .inner::after {
  transform: translate(-50%) rotate(225deg);
}
.l_c-header--navigation {
  background-color: #FFF;
  box-shadow: 0px -5px 20px 4px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 65px;
  right: 0;
  z-index: -5;
  width: 100%;
  transform: translate(0, -100%);
  transition: transform 0.3s ease-in-out;
}
.l_c-header--navigation-list {
  margin: 0 auto;
  padding-left: 0;
  list-style: none;
  -js-display: flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: strech;
  justify-content: center;
  max-width: 400px;
}
.l_c-header--navigation-list-item {
  -js-display: flex;
  display: flex;
  align-items: strech;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  width: calc(50% - 2rem);
}
.l_c-header--navigation-list-item:not(:nth-last-of-type(-n+2)) {
  border-bottom: 2px dotted #808080;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
}
.l_c-header--navigation-list-item:nth-of-type(2n):not(:nth-of-type(-n+2)) {
  position: relative;
}
.l_c-header--navigation-list-item:nth-of-type(2n):not(:nth-of-type(-n+2))::before {
  background-color: #FFF;
  content: "";
  display: block;
  height: 2rem;
  width: 2rem;
  position: absolute;
  top: -1.5rem;
  left: -0.9rem;
  z-index: 1;
}
.l_c-header--navigation-list-item:nth-of-type(2n) a {
  border-left: 2px dotted #808080;
}
.l_c-header--navigation-list-item a {
  text-decoration: none;
  font-family: "tetsubin", "sans-serif";
  font-weight: normal;
  line-height: 1.15;
  text-align: center;
  -js-display: flex;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  width: 100%;
}
.l_c-header--navigation-list-item a:link {
  color: #01804f;
}
.l_c-header--navigation-list-item a:visited {
  color: #01804f;
}
.l_c-header--navigation-list-item a:hover {
  color: #01804f;
}
.l_c-header--navigation-list-item a::after {
  content: "";
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.l_c-header--navigation-list-item a.news::after {
  background-image: url("assets/img/menu-icon-news.png");
  height: 3rem;
  width: 3rem;
}
.l_c-header--navigation-list-item a.schedule::after {
  background-image: url("assets/img/menu-icon-schedule.png");
  height: 4rem;
  width: 4rem;
}
.l_c-header--navigation-list-item a.profile::after {
  background-image: url("assets/img/menu-icon-profile.png");
  height: 4rem;
  width: 4rem;
}
.l_c-header--navigation-list-item a.discography::after {
  background-image: url("assets/img/menu-icon-discography.png");
  height: 4rem;
  width: 4rem;
}
.l_c-header--navigation-list-item a.past-event::after {
  background-image: url("assets/img/menu-icon-past-event.png");
  height: 4rem;
  width: 4rem;
}
.l_c-header--navigation-list-item a.fanclub::after {
  background-image: url("assets/img/menu-icon-fanclub.png");
  height: 4rem;
  width: 4rem;
}
.l_c-header--navigation.__open {
  transform: translate(0);
}
.l_c-header--other {
  -js-display: flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.l_c-header--copyright {
  display: block;
  font-size: 1rem;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@media (min-height: 480px) {
  .l_c-header--navigation-list-item a::after {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
  }
  .l_c-header--navigation-list-item a.news::after {
    height: 4rem;
    width: 4rem;
  }
  .l_c-header--navigation-list-item a.schedule::after {
    height: 5rem;
    width: 5rem;
  }
  .l_c-header--navigation-list-item a.profile::after {
    height: 5rem;
    width: 5rem;
  }
  .l_c-header--navigation-list-item a.discography::after {
    height: 5rem;
    width: 5rem;
  }
  .l_c-header--navigation-list-item a.past-event::after {
    height: 5rem;
    width: 5rem;
  }
  .l_c-header--navigation-list-item a.fanclub::after {
    height: 5rem;
    width: 5rem;
  }
}
@media (min-height: 535px) {
  .l_c-header--other {
    flex-direction: column;
    justify-content: center;
    line-height: 2;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media (min-height: 560px) {
  .l_c-header--other {
    line-height: 2.5;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .l_c-header--navigation-list {
    max-width: 768px;
  }
  .l_c-header--navigation-list-item {
    margin-top: 1rem;
    margin-bottom: 1rem;
    width: calc(33.333% - 2rem);
  }
  .l_c-header--navigation-list-item:not(:nth-last-of-type(-n+2)) {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 1rem;
  }
  .l_c-header--navigation-list-item:not(:nth-last-of-type(-n+3)) {
    border-bottom: 2px dotted #808080;
    padding-bottom: 1rem;
    margin-bottom: 0;
  }
  .l_c-header--navigation-list-item:nth-of-type(2n):not(:nth-of-type(-n+2))::before {
    display: none;
  }
  .l_c-header--navigation-list-item:nth-of-type(n+4):not(:nth-of-type(3n+1)) {
    position: relative;
  }
  .l_c-header--navigation-list-item:nth-of-type(n+4):not(:nth-of-type(3n+1))::before {
    background-color: #FFF;
    content: "";
    display: block;
    height: 2rem;
    width: 2rem;
    position: absolute;
    top: -2rem;
    left: -1rem;
    z-index: 1;
  }
  .l_c-header--navigation-list-item:nth-of-type(2n) a {
    border-left: none;
  }
  .l_c-header--navigation-list-item:nth-of-type(3n-1) a {
    border-left: 2px dotted #808080;
    border-right: 2px dotted #808080;
  }
  .l_c-header--navigation-list-item a {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .l_c-header--navigation-list-item a::after {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .l_c-header--navigation-list-item a.news::after {
    height: 5rem;
    width: 5rem;
  }
  .l_c-header--navigation-list-item a.schedule::after {
    height: 6.5rem;
    width: 6.5rem;
  }
  .l_c-header--navigation-list-item a.profile::after {
    height: 6.5rem;
    width: 6.5rem;
  }
  .l_c-header--navigation-list-item a.discography::after {
    height: 6.5rem;
    width: 6.5rem;
  }
  .l_c-header--navigation-list-item a.past-event::after {
    height: 6.5rem;
    width: 6.5rem;
  }
  .l_c-header--navigation-list-item a.fanclub::after {
    height: 6.5rem;
    width: 6.5rem;
  }
  .l_c-header--other {
    font-size: 1.8rem;
    flex-direction: row;
    justify-content: space-around;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
  }
}
@media (min-width: 1024px) {
  .l_c-header--main-header {
    background-color: #FFF;
    box-shadow: -5px 0px 20px 4px rgba(0, 0, 0, 0.3);
    -js-display: flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 100vh;
    width: 180px;
  }
  .l_c-header--main-header::before {
    display: none;
  }
  .l_c-header--toplink {
    display: block;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    width: 100%;
  }
  .l_c-header--toplink a {
    font-size: 3.07rem;
    line-height: 1.35;
    -js-display: flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .l_c-header--toplink a .jp.large {
    width: 100%;
  }
  .l_c-header--toplink a .jp.small {
    font-size: 13px;
    line-height: 1.65;
    text-indent: 0;
    width: 71.1px;
  }
  .l_c-header--toplink a .en {
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0;
    width: 86.9px;
  }
  .en .l_c-header--toplink a .en {
    font-size: 18px;
    line-height: 1;
    width: 158px;
  }
  .l_c-header--menubutton {
    display: none;
  }
  .l_c-header--navigation {
    background-color: transparent;
    box-shadow: none;
    position: static;
    height: 100%;
  }
  .l_c-header--navigation, .l_c-header--navigation.__open {
    transform: inherit;
  }
  .l_c-header--navigation-list-item {
    border-top: 2px dotted #808080;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
  }
  .l_c-header--navigation-list-item:not(:nth-last-of-type(-n+2)), .l_c-header--navigation-list-item:not(:nth-last-of-type(-n+3)) {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .l_c-header--navigation-list-item:last-of-type {
    border-bottom: 2px dotted #808080;
  }
  .l_c-header--navigation-list-item:nth-of-type(2n):not(:nth-of-type(-n+2))::before, .l_c-header--navigation-list-item:nth-of-type(n+4):not(:nth-of-type(3n+1))::before {
    display: none;
  }
  .l_c-header--navigation-list-item:nth-of-type(2n), .l_c-header--navigation-list-item:nth-of-type(3n-1) a {
    border-left: none;
    border-right: none;
  }
  .l_c-header--navigation-list-item a {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    flex-direction: row;
    justify-content: space-between;
    font-size: 1.6rem;
    line-height: 1.15;
    text-align: left;
    letter-spacing: 0;
  }
  .l_c-header--navigation-list-item a::after {
    margin-top: 0;
    margin-bottom: 0;
  }
  .l_c-header--navigation-list-item a.news::after {
    background-size: contain;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    height: 3rem;
    width: 4rem;
  }
  .l_c-header--navigation-list-item a.schedule::after {
    height: 4rem;
    width: 4rem;
  }
  .l_c-header--navigation-list-item a.profile::after {
    height: 4rem;
    width: 4rem;
  }
  .l_c-header--navigation-list-item a.discography::after {
    height: 4rem;
    width: 4rem;
  }
  .l_c-header--navigation-list-item a.past-event::after {
    height: 4rem;
    width: 4rem;
  }
  .l_c-header--navigation-list-item a.fanclub::after {
    height: 4rem;
    width: 4rem;
  }
  .l_c-header--other {
    flex-direction: column;
    font-size: 1.4rem;
    line-height: 1.15;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-left: 0;
  }
  .l_c-header--copyright {
    border-top: 1px solid #808080;
    position: absolute;
    left: 0;
    bottom: 0.5em;
    right: 0;
    margin: 0 1rem;
    padding-top: .5em;
  }
}
@media (min-width: 1024px) and (min-height: 560px) {
  .l_c-header--navigation-list-item a {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (min-width: 1024px) and (min-height: 600px) {
  .l_c-header--other {
    line-height: 2;
  }
}
@media (min-width: 1024px) and (min-height: 640px) {
  .l_c-header--other {
    line-height: 2.5;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .l_c-header--copyright {
    bottom: 1em;
    padding-top: 1em;
  }
}
@media (min-width: 1024px) and (min-height: 680px) {
  .l_c-header--toplink {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .l_c-header--navigation-list-item a {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 1024px) and (min-height: 720px) {
  .l_c-header--navigation-list-item a {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
  }
  .l_c-header--copyright {
    bottom: 2em;
  }
}
.l_c-footer--footer {
  position: relative;
  padding-bottom: 11px;
  overflow: hidden;
}
.l_c-footer--footer::before, .l_c-footer--footer::after {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  content: "";
  display: block;
}
.l_c-footer--footer::before {
  background-image: url("assets/img/illust-item_tree-2-large.png");
  left: 25px;
  transform: translate(0, -25px);
  height: 60px;
  width: 35px;
}
.l_c-footer--footer::after {
  background-image: url("assets/img/illust-item_tree-1-small.png");
  left: 60px;
  transform: translate(0, 15px);
  height: 36px;
  width: 21px;
}
.l_c-footer--pagetop-button {
  text-decoration: none;
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-image: url("assets/img/table-bg-row-1.jpg");
  border-radius: 50%;
  border: 3px solid #FFF;
  -js-display: flex;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  font-family: "tetsubin", "sans-serif";
  font-weight: normal;
  font-size: 2rem;
  letter-spacing: 0.1em;
  margin: auto;
  height: 90px;
  width: 90px;
}
.l_c-footer--pagetop-button:link {
  color: #FFF;
}
.l_c-footer--pagetop-button:visited {
  color: white;
}
.l_c-footer--pagetop-button:hover {
  color: white;
}
.l_c-footer--pagetop-button::before {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  content: "";
  display: block;
  pointer-events: none;
}
.l_c-footer--pagetop-button::before {
  background-image: url("assets/img/illust-item_cloud-2.png");
  right: -20px;
  transform: translate(15px, -30px);
  height: 80px;
  width: 134px;
}

@media (min-width: 1024px) {
  .l_c-footer--footer {
    position: fixed;
    left: 180px;
    bottom: 0;
    transform: translate(0, 171px);
    padding-left: 11px;
    transition: transform 0.3s cubic-bezier(0.6, -0.25, 0.9, 0.65);
  }
  .l_c-footer--footer::before, .l_c-footer--footer::after {
    display: none;
  }
  .l_c-footer--footer.__show {
    transform: translate(0, 0px);
    transition: transform 0.3s cubic-bezier(0.35, 0.9, 0.6, 1.25);
  }
  .l_c-footer--pagetop-button {
    height: 60px;
    width: 60px;
  }
  .l_c-footer--pagetop-button::before, .l_c-footer--pagetop-button::after {
    display: none;
  }
}
@media (min-width: 1280px) {
  .l_c-footer--footer {
    transform: translate(0, 251px);
  }
  .l_c-footer--pagetop-button {
    height: 72px;
    width: 72px;
  }
}
.l_c-grid--contents-wrapper {
  background-size: 100% auto;
  background-repeat: repeat;
  background-image: url("assets/img/body-bg.jpg");
  position: relative;
  margin: 0;
  padding: 65px 0.1px 0.1px;
  min-height: 100vh;
}
.l_c-grid--section-mat {
  background-color: #FFF;
  border-radius: 32px;
  padding: 32px 11px;
  margin: 11px auto;
  width: calc(100% - 11px * 2);
  max-width: 1280px;
}

@media (min-width: 1024px) {
  .l_c-grid--contents-wrapper {
    padding-top: .1px;
    margin-left: 180px;
  }
  .l_c-grid--section-mat {
    border-radius: 80px;
    padding: 72px 22px;
    margin: 22px auto;
    width: calc(100% - 11px * 4);
  }
}
@media (min-width: 1280px) {
  .l_c-grid--section-mat {
    border-radius: 120px;
    margin: 37.5px auto;
    padding: 96px 75px;
    width: calc(100% - 50px * 2);
  }
}
.l_p-frontpage--mainvisual {
  position: relative;
  height: calc(100vh - 65px);
  width: 100%;
}
.l_p-frontpage--mainvisual-overlay {
  display: block;
  background-position: bottom center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.l_p-frontpage--mainvisual-overlay.__now {
  z-index: 1;
}
.l_p-frontpage--mainvisual-overlay.__next {
  z-index: 5;
}
.l_p-frontpage--news {
  margin-bottom: 2rem;
}
.l_p-frontpage--news-box {
  -js-display: flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.l_p-frontpage--news-date-and-category-set, .l_p-frontpage--news-category {
  width: 10rem;
}
.l_p-frontpage--news-date, .l_p-frontpage--news-category {
  text-align: center;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}
.l_p-frontpage--news-category {
  font-size: 1.1rem;
  padding-left: 0;
  padding-right: 0;
}
.l_p-frontpage--news-title {
  text-align: inherit;
  margin: 0 0 0 .5rem;
}
.__not-banner-box .l_p-frontpage--news {
  margin-bottom: 0;
}
.__not-banner-box .l_p-frontpage--news-archive-link {
  margin-bottom: 0;
}
.l_p-frontpage--banner-link {
  display: block;
  width: 100%;
}
.l_p-frontpage--banner-link:not(:last-of-type) {
  margin-bottom: 0.8rem;
}

@media (min-width: 768px) {
  .l_p-frontpage--mainvisual-overlay {
    background-position: center;
  }
  .l_p-frontpage--contents-box {
    -js-display: flex;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
  }
  .l_p-frontpage--contents-box .m_t-title--page-title {
    font-size: 2.1rem;
  }
  .l_p-frontpage--contents-box.__not-banner-box {
    width: 80%;
  }
  .l_p-frontpage--contents-box.__not-banner-box .l_p-frontpage--news {
    width: 100%;
  }
  .l_p-frontpage--contents-box.__not-banner-box .l_p-frontpage--news-date-and-category-set {
    -js-display: flex;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 20rem;
  }
  .l_p-frontpage--contents-box.__not-banner-box .l_p-frontpage--news-title {
    font-size: 1.9rem;
    margin: 0;
    width: calc(100% - 20rem);
  }
  .l_p-frontpage--news {
    margin-bottom: 0;
    width: calc(50% - 2rem);
  }
  .l_p-frontpage--news .m_c-button--link-button {
    margin-bottom: 0;
  }
  .l_p-frontpage--banner-box {
    -js-display: flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .l_p-frontpage--mainvisual {
    height: 100vh;
  }
  .l_p-frontpage--mainvisual.__not-banner-box::before {
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("assets/img/illust-item_mammalian.png");
    content: "";
    display: block;
    height: 166.6px;
    width: 196px;
    position: absolute;
    left: 80%;
    bottom: 20px;
    z-index: 60;
    transform: translate(90px, 0px) rotate(5deg);
  }
  .l_p-frontpage--contents-box {
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 80px;
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 50;
    margin: 22px 0 22px -50px;
    padding: 22px 44px;
    transform: translate(-50%, 0);
    width: calc(100% - 50px * 3);
    max-width: 900px;
  }
  .l_p-frontpage--contents-box::before, .l_p-frontpage--contents-box::after {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    display: block;
    position: absolute;
    bottom: 0%;
    right: 0;
  }
  .l_p-frontpage--contents-box::before {
    background-image: url("assets/img/illust-item_guiter.png");
    height: 460px;
    width: 154px;
    transform: translate(160px, -5px);
    margin-top: -85px;
    z-index: 1;
  }
  .l_p-frontpage--contents-box::after {
    background-image: url("assets/img/illust-item_notes.gif");
    height: 77px;
    width: 139px;
    transform: translate(75px, -220px);
    margin-top: -120px;
    z-index: 5;
  }
  .l_p-frontpage--contents-box.__not-banner-box {
    left: 0;
    transform: translate(180px, 0);
    max-width: 800px;
  }
  .l_p-frontpage--contents-box.__not-banner-box::before, .l_p-frontpage--contents-box.__not-banner-box::after {
    left: 0;
  }
  .l_p-frontpage--contents-box.__not-banner-box::before {
    transform: translate(-150px, -5px);
  }
  .l_p-frontpage--contents-box.__not-banner-box::after {
    transform: translate(-40px, -220px);
  }
  .l_p-frontpage--news {
    width: calc(60% - 2rem);
  }
  .l_p-frontpage--news-date-and-category-set {
    -js-display: flex;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 19rem;
  }
  .l_p-frontpage--news-date {
    font-size: 1.4rem;
  }
  .l_p-frontpage--news-category {
    font-size: 1rem;
  }
  .l_p-frontpage--news-category._sticky {
    padding-left: 2em;
    padding-right: 2em;
    width: auto;
    min-width: 10em;
  }
  .l_p-frontpage--news-title {
    margin: 0;
    width: calc(100% - 19rem);
  }
  .l_p-frontpage--banner-box {
    width: 40%;
  }
}
@media (min-width: 1280px) {
  .l_p-frontpage--mainvisual.__not-banner-box::before {
    height: 204px;
    width: 240px;
    left: 900px;
    transform: rotate(5deg);
  }
}
.l_p-news--article {
  margin-top: 2em;
  margin-bottom: 2em;
}
.l_p-news--article:not(:last-of-type) {
  border-bottom: 1px solid #808080;
  padding-bottom: 2rem;
}
.l_p-news--article-thumbnail {
  float: left;
  margin-right: 1em;
  max-width: 120px;
}
.l_p-news--article-date, .l_p-news--article-category {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
}
.l_p-news--article-date {
  margin-right: 2rem;
}
.l_p-news--article-title {
  font-size: 1.8rem;
}
.l_p-news--article.l_p-news--single-post .l_p-news--article-title-set {
  border-bottom: 1px solid #808080;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  .l_p-news--article {
    margin-top: 4em;
    margin-bottom: 4em;
  }
  .l_p-news--article:not(:last-of-type) {
    padding-bottom: 4rem;
  }
  .l_p-news--article:not(.l_p-news--single-post) .l_p-news--article-title {
    font-size: 1.6rem;
    line-height: 1.65;
  }
  .l_p-news--article:not(.l_p-news--single-post) .l_p-news--article-date, .l_p-news--article:not(.l_p-news--single-post) .l_p-news--article-category {
    font-size: 1.4rem;
  }
  .l_p-news--article:not(.l_p-news--single-post) .l_p-news--article-title-set {
    float: left;
    margin-right: 2rem;
    width: 30%;
  }
  .l_p-news--article:not(.l_p-news--single-post) .l_p-news--article-body {
    font-size: 1.4rem;
    width: calc(70% - 2rem);
  }
  .l_p-news--article:not(.l_p-news--single-post)::after {
    clear: left;
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
  .l_p-news--article.l_p-news--single-post .l_p-news--article-title-set {
    margin-bottom: 2rem;
  }
  .l_p-news--article.l_p-news--single-post .l_p-news--article-title {
    font-size: 2.4rem;
  }
}
@media (min-width: 1024px) {
  .l_p-news--article:not(.l_p-news--single-post) .l_p-news--article-title {
    font-size: 1.75rem;
  }
  .l_p-news--article:not(.l_p-news--single-post) .l_p-news--article-title-set {
    margin-right: 3rem;
    width: 300px;
  }
  .l_p-news--article:not(.l_p-news--single-post) .l_p-news--article-body {
    width: calc(100% - 300px - 3rem);
  }
}
.l_p-schedule--scrollbutton {
  -js-display: flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}
.l_p-schedule--scrollbutton .m_c-button--image-button {
  font-size: 9px;
  width: calc(33.333% - 1rem);
}
.l_p-schedule--scrollbutton .m_c-button--image-button:not(:last-child) {
  margin-right: 1.5em;
}
.l_p-schedule--article-title {
  margin-bottom: .25em;
  font-weight: normal;
}
.l_p-schedule--article-lead {
  font-weight: 700;
  margin-top: 0;
}

@media (min-width: 768px) {
  .l_p-schedule--scrollbutton .m_c-button--image-button {
    border-radius: 40px / 25px;
    font-size: 16px;
  }
  .l_p-schedule--article-title {
    font-size: 2.4rem;
  }
  .l_p-schedule--article-lead {
    font-size: 2rem;
  }
}
.l_p-profile--profile-conteiner p {
  line-height: 1.65;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.l_p-profile--profile-conteiner p._image1 {
  position: relative;
}
.l_p-profile--profile-conteiner p._image1::before, .l_p-profile--profile-conteiner p._image1::after {
  content: "";
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}
.l_p-profile--profile-conteiner p._image2 {
  position: relative;
}
.l_p-profile--profile-conteiner p._image2::before, .l_p-profile--profile-conteiner p._image2::after {
  content: "";
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}
.l_p-profile--profile-conteiner p._image3 {
  position: relative;
}
.l_p-profile--profile-conteiner p._image3::before, .l_p-profile--profile-conteiner p._image3::after {
  content: "";
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}
.l_p-profile--profile-conteiner p._image4 {
  position: relative;
}
.l_p-profile--profile-conteiner p._image4::before, .l_p-profile--profile-conteiner p._image4::after {
  content: "";
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}
.l_p-profile--profile-conteiner p._image5 {
  position: relative;
}
.l_p-profile--profile-conteiner p._image5::before, .l_p-profile--profile-conteiner p._image5::after {
  content: "";
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}
.l_p-profile--profile-conteiner p:last-child {
  margin-top: 4.5em;
  margin-bottom: 3em;
}
.l_p-profile--profile-conteiner p._image1::before, .l_p-profile--profile-conteiner p._image1::after {
  top: 0%;
  left: 20em;
}
.l_p-profile--profile-conteiner p._image1::before {
  background-image: url("assets/img/illust-item_balloon-1.png");
  height: 81px;
  width: 36px;
  transform: translate(-50px, -60px);
}
.l_p-profile--profile-conteiner p._image1::after {
  background-image: url("assets/img/illust-item_balloon-2.png");
  height: 54px;
  width: 24px;
  transform: translate(-30px, 50px);
}
.l_p-profile--profile-conteiner p._image2::before {
  background-image: url("assets/img/menu-icon-past-event.png");
  left: 14.5em;
  bottom: 0%;
  height: 45px;
  width: 45px;
  transform: translate(25px, 0px);
}
.l_p-profile--profile-conteiner p._image3::before {
  background-image: url("assets/img/illust-item_bird.png");
  top: 5em;
  left: 14.5em;
  height: 45px;
  width: 45px;
  transform: translate(25px, 0px);
}
.l_p-profile--profile-conteiner p._image4::before {
  background-image: url("assets/img/illust-item_tree-1-large.png");
  bottom: 0;
  right: 0;
  height: 45px;
  width: 24.75px;
  transform: translate(25px, 20px);
}
.l_p-profile--profile-conteiner p._image4::after {
  background-image: url("assets/img/illust-item_tree-2-small.png");
  bottom: 0;
  right: 0;
  height: 35px;
  width: 19.25px;
  transform: translate(-5px, 25px);
}
.l_p-profile--profile-conteiner p._image5::before {
  background-image: url("assets/img/illust-item_mammalian.png");
  top: 0;
  right: 0;
  height: 55.25px;
  width: 65px;
  transform: translate(35px, 10px);
}
.en .l_p-profile--profile-conteiner p {
  font-family: "Noto Sans", "sans-serif";
  text-align: inherit;
}
.l_p-profile--history-conteiner {
  padding: .1px;
}
.l_p-profile--history-sub-title-1 {
  margin-bottom: 2em;
  position: relative;
}
.l_p-profile--history-sub-title-1::before, .l_p-profile--history-sub-title-1::after {
  content: "";
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
}
.l_p-profile--history-sub-title-1::before {
  background-image: url("assets/img/illust-item_cloud-1.png");
  right: 50%;
  transform: translate(170px, 0px);
  height: 40px;
  width: 67.2px;
}
.l_p-profile--history-sub-title-1::after {
  background-image: url("assets/img/illust-item_tree-2-set.png");
  left: 50%;
  transform: translate(-150px, 0px);
  height: 50px;
  width: 50px;
}
.l_p-profile--history-title-image {
  margin-left: auto;
  margin-right: auto;
  width: 35%;
}
.l_p-profile--history-dl::before {
  border-radius: 1em 0 0 1em;
  width: 7em;
}
.l_p-profile--history-dl .dt1:not(:last-of-type), .l_p-profile--history-dl .dt2:not(:last-of-type), .l_p-profile--history-dl dd:not(:last-of-type) {
  border-bottom: none;
}
.l_p-profile--history-dl .dt1 {
  padding-right: 0;
  width: 4em;
}
.l_p-profile--history-dl .dt1:not(:first-of-type) {
  position: relative;
}
.l_p-profile--history-dl .dt1:not(:first-of-type)::before {
  background-color: #FFF;
  content: "";
  display: block;
  height: 1px;
  width: 7em;
  position: absolute;
  top: 0;
  left: 0;
}
.l_p-profile--history-dl .dt1._nextbr {
  padding-left: 0;
  margin-left: 0.5em;
  margin-right: -3em;
}
.l_p-profile--history-dl .dt1._nextbr::before {
  left: -0.5em;
}
.l_p-profile--history-dl .dt1._nextbr + .dt2 {
  padding-top: 2.5em;
  width: 5.5em;
}
.l_p-profile--history-dl .dt1 + .dt2 {
  padding-top: 1em;
  width: 3em;
}
.l_p-profile--history-dl .dt1 + .dt2 + dd {
  padding-top: 1em;
}
.l_p-profile--history-dl .dt1:not(:nth-of-type(2n)) ~ dd {
  background-color: transparent;
}
.l_p-profile--history-dl .dt2 {
  text-align: right;
  padding-top: 0.5em;
  padding-left: 0;
  width: 7em;
}
.l_p-profile--history-dl .dt2:not(._last) {
  padding-bottom: 0.5em;
}
.l_p-profile--history-dl .dt2:not(._last) + dd {
  padding-bottom: 0.5em;
}
.l_p-profile--history-dl .dt2._last + dd:not(:last-of-type) {
  border-bottom: 1px solid #808080;
}
.l_p-profile--history-dl dd {
  padding-top: 0.5em;
  width: calc(100% - 4em - 3em);
}
.l_p-profile--history-dl.m_c-dl--color-type1 dd._bgcolor {
  background-color: #e0f6ff;
}
.l_p-profile--history-dl.m_c-dl--color-type2 dd._bgcolor {
  background-color: #effef2;
}
.l_p-profile--history-dl.m_c-dl--color-type3 dd._bgcolor {
  background-color: #fff3e0;
}

@media (min-width: 768px) {
  .l_p-profile--profile-conteiner p._image1::before, .l_p-profile--profile-conteiner p._image1::after {
    left: auto;
    right: 0;
  }
  .l_p-profile--profile-conteiner p._image1::before {
    height: 121.5px;
    width: 54px;
    transform: translate(-70px, -50px);
  }
  .l_p-profile--profile-conteiner p._image1::after {
    height: 81px;
    width: 36px;
    transform: translate(-120px, 10px);
  }
  .l_p-profile--profile-conteiner p._image2::before {
    left: auto;
    right: 0;
    height: 80px;
    width: 80px;
    transform: translate(-50px, 0px);
  }
  .l_p-profile--profile-conteiner p._image3::before {
    left: auto;
    right: 0;
    height: 72px;
    width: 72px;
    transform: translate(20px, -60px);
  }
  .l_p-profile--profile-conteiner p._image4::before {
    bottom: 0;
    right: 0;
    height: 72px;
    width: 39.6px;
    transform: translate(10px, 0px);
  }
  .l_p-profile--profile-conteiner p._image4::after {
    bottom: 0;
    right: 0;
    height: 48px;
    width: 26.4px;
    transform: translate(-40px, 15px);
  }
  .l_p-profile--profile-conteiner p._image5::before {
    right: 50%;
    height: 76.5px;
    width: 90px;
    transform: translate(300px, -10px);
  }
  .l_p-profile--history-sub-title-1 {
    margin-bottom: 3em;
  }
  .l_p-profile--history-sub-title-1::before {
    transform: translate(360px, -25px);
    height: 80px;
    width: 134.4px;
  }
  .l_p-profile--history-sub-title-1::after {
    transform: translate(-350px, -30px);
    height: 90px;
    width: 90px;
  }
  .l_p-profile--history-set {
    -js-display: flex;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .l_p-profile--history-title-set {
    width: 200px;
  }
  .l_p-profile--history-title-image {
    width: 100%;
  }
  .l_p-profile--history-table-wrapper {
    width: calc(100% - 220px);
  }
  .l_p-profile--history-dl {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .l_p-profile--history-dl::before {
    width: 9em;
  }
  .l_p-profile--history-dl .dt1 {
    width: 4.5em;
  }
  .l_p-profile--history-dl .dt1:not(:first-of-type)::before {
    width: 9em;
  }
  .l_p-profile--history-dl .dt1._nextbr {
    margin-left: 0.5em;
    margin-right: -3em;
  }
  .l_p-profile--history-dl .dt1._nextbr::before {
    left: -0.5em;
  }
  .l_p-profile--history-dl .dt1._nextbr + .dt2 {
    width: 7em;
  }
  .l_p-profile--history-dl .dt1._nextbr:not(._Ltabbr) + .dt2 {
    padding-top: 1em;
  }
  .l_p-profile--history-dl .dt1 + .dt2 {
    width: 4.5em;
  }
  .l_p-profile--history-dl .dt2 {
    padding-top: 1em;
    width: 9em;
  }
  .l_p-profile--history-dl .dt2:not(._last) {
    padding-bottom: 1em;
  }
  .l_p-profile--history-dl .dt2:not(._last) + dd {
    padding-bottom: 1em;
  }
  .l_p-profile--history-dl dd {
    padding-top: 1em;
    width: calc(100% - 4.5em - 4.5em);
  }
}
@media (min-width: 1280px) {
  .l_p-profile--profile-conteiner p {
    margin-top: 2.5em;
    margin-bottom: 2.5em;
  }
  .l_p-profile--profile-conteiner p._image1::before, .l_p-profile--profile-conteiner p._image1::after {
    right: 50%;
  }
  .l_p-profile--profile-conteiner p._image1::before {
    height: 144px;
    width: 64px;
    transform: translate(340px, -75px);
  }
  .l_p-profile--profile-conteiner p._image1::after {
    height: 108px;
    width: 48px;
    transform: translate(270px, -15px);
  }
  .l_p-profile--profile-conteiner p._image2::before {
    right: 50%;
    height: 128px;
    width: 128px;
    transform: translate(330px, 210px);
  }
  .l_p-profile--profile-conteiner p._image3::before {
    right: 50%;
    height: 84px;
    width: 84px;
    transform: translate(450px, -20px);
  }
  .l_p-profile--profile-conteiner p._image4::before, .l_p-profile--profile-conteiner p._image4::after {
    right: 50%;
  }
  .l_p-profile--profile-conteiner p._image4::before {
    height: 108px;
    width: 59.4px;
    transform: translate(400px, 10px);
  }
  .l_p-profile--profile-conteiner p._image4::after {
    height: 72px;
    width: 39.6px;
    transform: translate(340px, 30px);
  }
  .l_p-profile--profile-conteiner p._image5::before {
    height: 108.8px;
    width: 128px;
    transform: translate(370px, -40px);
  }
  .l_p-profile--profile-conteiner p._image_L1 {
    position: relative;
  }
  .l_p-profile--profile-conteiner p._image_L1::before {
    content: "";
    display: block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
  }
  .l_p-profile--profile-conteiner p._image_L2 {
    position: relative;
  }
  .l_p-profile--profile-conteiner p._image_L2::before {
    content: "";
    display: block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
  }
  .l_p-profile--profile-conteiner p._image_L3 {
    position: relative;
  }
  .l_p-profile--profile-conteiner p._image_L3::before {
    content: "";
    display: block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
  }
  .l_p-profile--profile-conteiner p._image_L4 {
    position: relative;
  }
  .l_p-profile--profile-conteiner p._image_L4::before {
    content: "";
    display: block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
  }
  .l_p-profile--profile-conteiner p._image_L5 {
    position: relative;
  }
  .l_p-profile--profile-conteiner p._image_L5::before {
    content: "";
    display: block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
  }
  .l_p-profile--profile-conteiner p._image_L1::before {
    background-image: url("assets/img/illust-item_tree-2-small.png");
    height: 77.4px;
    width: 36px;
    transform: translate(-80px, 50px);
  }
  .l_p-profile--profile-conteiner p._image_L2::before {
    background-image: url("assets/img/illust-item_tree-2-large.png");
    height: 116.1px;
    width: 54px;
    transform: translate(-78px, 30px);
  }
  .l_p-profile--profile-conteiner p._image_L3::before {
    background-image: url("assets/img/illust-item_balloon-2.png");
    height: 90px;
    width: 36px;
    transform: translate(-78px, -80px);
  }
  .l_p-profile--profile-conteiner p._image_L4::before {
    background-image: url("assets/img/illust-item_balloon-1.png");
    height: 120px;
    width: 48px;
    transform: translate(-90px, 30px);
  }
}
.l_p-discography--link-box {
  -js-display: flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.l_p-discography--link-box._single-column {
  justify-content: center;
}
.l_p-discography--link-set {
  text-decoration: none;
  margin-top: .5em;
  width: calc(33.333% - .6rem);
}
.l_p-discography--link-set:link {
  color: #FFF;
}
.l_p-discography--link-set:visited {
  color: white;
}
.l_p-discography--link-set:hover {
  color: white;
}
.l_p-discography--link-set:not(:nth-last-of-type(3n)) {
  margin-right: .5em;
}
.l_p-discography--link-set:hover img {
  opacity: 0.65;
}
.l_p-discography--link-img {
  width: 100%;
}
.l_p-discography--link-img img {
  transition: opacity 0.3s ease;
}
.l_p-discography--contents-box, .l_p-discography--contents-set {
  width: 100%;
}
.l_p-discography--contents-img {
  margin-left: auto;
  margin-right: auto;
  width: 60%;
}
.l_p-discography--contents-text-set {
  -js-display: flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.l_p-discography--contents-title {
  color: #01804f;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  margin-top: 0.5em;
  margin-bottom: 0;
  width: 100%;
}
.l_p-discography--contents-date, .l_p-discography--contents-label {
  display: table;
  font-size: 16px;
  line-height: 1;
  margin-top: 12px;
  margin-bottom: 12px;
}
.l_p-discography--contents-date::after {
  content: "/";
  display: inline-block;
  margin-left: 1em;
  margin-right: 1em;
}
.l_p-discography--contents-other-text {
  margin-top: 0;
}
.l_p-discography--contents-songs {
  width: 100%;
  -js-display: flex;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}
.l_p-discography--contents-songs-title {
  border-top: 1px solid #0080ff;
  border-bottom: 1px solid #0080ff;
  -js-display: flex;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  color: #0080ff;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0.5em;
  padding-right: 0.5em;
  width: 2em;
}
.l_p-discography--contents-songs-set {
  width: calc(100% - 3em);
}
.l_p-discography--contents-songs-text {
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
}
.l_p-discography--contents-songs-text::before {
  content: "【";
}
.l_p-discography--contents-songs-text::after {
  content: "】";
}
.l_p-discography--contents-songs-list {
  list-style: none;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 0;
  margin-bottom: 1em;
  padding: 0;
}
.l_p-discography--contents-songs-list:last-child {
  margin-bottom: 0;
}
.l_p-discography--contents-songs-list li {
  display: inline;
  line-height: 1.3;
}
.l_p-discography--contents-songs-list li:not(:last-child)::after {
  content: "/";
  display: inline-block;
  margin-left: 0.5em;
  margin-right: 0.5em;
}

@media (min-width: 768px) {
  .l_p-discography--link-box {
    justify-content: space-between;
  }
  .l_p-discography--link-box._single-column {
    justify-content: center;
  }
  .l_p-discography--link-set {
    width: calc(20% - 1rem);
  }
  .l_p-discography--link-set:not(:nth-last-of-type(3n)) {
    margin-right: 0;
  }
  .l_p-discography--contents-box {
    -js-display: flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .l_p-discography--contents-set {
    width: calc(50% - 1em);
  }
}
@media (min-width: 1280px) {
  .l_p-discography--contents-set {
    -js-display: flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
  }
  .l_p-discography--contents-img {
    margin-left: 0;
    margin-right: 0;
    width: 150px;
  }
  .l_p-discography--contents-text-set {
    align-content: flex-start;
    justify-content: flex-start;
    width: calc(100% - 150px - 1em);
  }
  .l_p-discography--contents-title {
    font-size: 20px;
    text-align: left;
    margin-top: 0;
  }
  .l_p-discography--contents-date::after {
    content: "/";
    display: inline-block;
    margin-left: 0.5em;
    margin-right: 0.5em;
  }
  .l_p-discography--contents-songs {
    min-height: 90px;
  }
}
.l_p-past-event--box {
  width: 100%;
}
.l_p-past-event--image {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: .25em;
  width: 60%;
}
.l_p-past-event--text-set {
  -js-display: flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.l_p-past-event--title {
  color: #01804f;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
  margin-top: 0.25em;
  margin-bottom: 0.75em;
}
.l_p-past-event--title .en {
  display: block;
  color: #0080ff;
  font-size: 0.9rem;
  font-weight: 700;
}
.l_p-past-event--link {
  display: inline-block;
  margin-bottom: .5em;
  order: -1;
}
.l_p-past-event--text {
  margin-top: 0;
  margin-bottom: 0.5em;
}
.l_p-past-event--text p:first-child {
  margin-top: 0;
}
.l_p-past-event--text p:last-child {
  margin-bottom: 0;
}
.l_p-past-event--text.m_t-text--align-right {
  width: 100%;
}

@media (min-width: 768px) {
  .l_p-past-event--image {
    float: left;
    margin-left: 0;
    margin-right: 1.8rem;
    margin-bottom: 1.8rem;
    width: 180px;
  }
  .l_p-past-event--text-set {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
  }
  .l_p-past-event--title {
    text-align: left;
    margin-top: 0;
    margin-bottom: 1.6rem;
    margin-left: 0;
    margin-right: 1.6rem;
    max-width: 80%;
  }
  .l_p-past-event--link {
    order: 0;
    margin: 0 0 1.6rem;
    max-width: 20%;
  }
  .l_p-past-event--text {
    min-width: 100%;
  }
}
@media (min-width: 1024px) {
  .l_p-past-event--image {
    width: 240px;
  }
  .l_p-past-event--title {
    font-size: 2.4rem;
  }
  .l_p-past-event--title .en {
    font-size: 1.4rem;
  }
}
.l_p-fanclub--gift-list {
  -js-display: flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 3rem auto;
  max-width: 680px;
}
.l_p-fanclub--gift-list dt {
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-image: url("assets/img/icon-fanclub-gift-bg.png");
  color: #FFF;
  font-family: "tetsubin", "sans-serif";
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 1.25;
  text-align: center;
  letter-spacing: 0.1em;
  text-shadow: #ff9500 3px 0px 0px, #ff9500 2.83487px 0.98158px 0px, #ff9500 2.35766px 1.85511px 0px, #ff9500 1.62091px 2.52441px 0px, #ff9500 0.70571px 2.91581px 0px, #ff9500 -0.28717px 2.98622px 0px, #ff9500 -1.24844px 2.72789px 0px, #ff9500 -2.07227px 2.16926px 0px, #ff9500 -2.66798px 1.37182px 0px, #ff9500 -2.96998px 0.42336px 0px, #ff9500 -2.94502px -0.5717px 0px, #ff9500 -2.59586px -1.50383px 0px, #ff9500 -1.96093px -2.27041px 0px, #ff9500 -1.11013px -2.78704px 0px, #ff9500 -0.13712px -2.99686px 0px, #ff9500 0.85099px -2.87677px 0px, #ff9500 1.74541px -2.43999px 0px, #ff9500 2.44769px -1.73459px 0px, #ff9500 2.88051px -0.83825px 0px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-top: 2em;
  width: 7rem;
}
.l_p-fanclub--gift-list dt .num {
  display: block;
  font-size: 2em;
}
.l_p-fanclub--gift-list dd {
  margin-left: 0;
  line-height: 1.65;
  margin-top: 2rem;
  margin-bottom: 2rem;
  width: calc(100% - 8rem);
}
.l_p-fanclub--guideline-list, .l_p-fanclub--guideline-img {
  margin: 3rem auto;
}
.l_p-fanclub--guideline-list {
  max-width: 480px;
}
.l_p-fanclub--guideline-img {
  max-width: 600px;
}
.l_p-fanclub--guideline-img img {
  width: 100%;
}

@media (min-width: 768px) {
  .l_p-fanclub--gift-list dt {
    font-size: 1.5rem;
    width: 9rem;
  }
  .l_p-fanclub--gift-list dd {
    padding-top: 1em;
    width: calc(100% - 10rem);
  }
}
@media (min-width: 1440px) {
  .l_p-fanclub--guideline-set {
    margin: 3rem 0;
    -js-display: flex;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .l_p-fanclub--guideline-list {
    margin: 0 1rem 0 0;
  }
  .l_p-fanclub--guideline-img {
    margin: 0 0 0 1rem;
  }
}
