@charset "UTF-8";
@import url("https://use.typekit.net/dwh5xtb.css");
@import url("https://fonts.googleapis.com/css2?family=Commissioner:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css?family=Anton|Public+Sans&display=swap");
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0;
}

/****** Elad Shechter's RESET *******/
/*** box sizing border-box for all elements ***/
* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

button {
  background-color: transparent;
  color: inherit;
  border-width: 0;
  padding: 0;
  cursor: pointer;
}

figure {
  margin: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
}

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

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

p {
  margin: 0;
}

cite {
  font-style: normal;
}

fieldset {
  border-width: 0;
  padding: 0;
  margin: 0;
}

img {
  display: block;
}

html {
  font-size: 1px;
  /*for using REM units*/
}

body {
  direction: ltr;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Arial;
  font-size: 16rem;
  font-weight: 400;
  line-height: 1.3;
  color: #102E41;
}

.anton {
  font-family: "Anton", sans-serif;
}

.sans {
  font-family: "Public Sans", sans-serif;
}

.century {
  font-family: "Century Gothic Pro", sans-serif;
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.neusa {
  font-family: neusa-next-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: 62.5%;
}

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, font, 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, p {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Arial;
  font-size: 1.4rem;
  color: #000;
  line-height: 1.5;
  overflow: hidden;
}

.wrapper {
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .wrapper {
    min-width: 1280px;
  }
}

a {
  text-decoration: none;
  transition-duration: 0.3s;
  /*
  &:link, &:visited {
    color: g.$color_red_main;
  }
  */
}

a, button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.main a {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.main a img {
  transition-duration: 0.3s;
}
.main a:hover, .main a:focus, .main a:hover {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media (min-width: 768px) {
  .main a:hover, .main a:focus, .main a:hover img {
    opacity: 0.6;
    transition-duration: 0.3s;
  }
}

a:focus,
button:focus {
  outline: none;
}

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

hr {
  margin: 21.33vw 0 13.33vw;
  border: 1px dashed #B9B9B9;
}
@media (min-width: 768px) {
  hr {
    margin: 100px 0 80px;
  }
}

/*
CONTAINER
===================== */
@media (max-width: 767px) {
  .wsxs, .wssm {
    margin: 0 auto;
  }

  .wsxs {
    width: 89.3333%;
  }

  .wssm {
    width: 94.6666%;
  }
}
@media (min-width: 768px) {
  .wpxs, .wpsm, .wpmd, .wplg, .wpblog {
    margin: 0 auto;
  }

  .wpxs {
    width: 728px;
  }

  .wpsm {
    width: 910px;
  }

  .wpmd {
    width: 1000px;
  }

  .wplg {
    width: 1160px;
  }

  .wpblog {
    width: 700px;
  }
}
/*
DISP
===================== */
.visible-se, .visible-sp, .visible-pc {
  display: none !important;
}

@media (max-width: 340px) {
  .visible-se {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-sp {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .visible-pc {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .hidden-sp {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hidden-pc {
    display: none !important;
  }
}
/*
ATTRIBUTE
===================== */
.mT0 {
  margin-top: 0 !important;
}

.mB0 {
  margin-bottom: 0 !important;
}

.mT10 {
  margin-top: 2.67vw !important;
}

.mT20 {
  margin-top: 5.33vw !important;
}

.mT30 {
  margin-top: 8vw !important;
}

@media (min-width: 768px) {
  .mT10 {
    margin-top: 10px !important;
  }

  .mT20 {
    margin-top: 20px !important;
  }

  .mT30 {
    margin-top: 30px !important;
  }
}
.red {
  color: #BA0C2F !important;
}

.b {
  font-weight: 700 !important;
}

/*
PAGETOP
===================== */
.pagetop {
  position: fixed;
  bottom: -10.67vw;
  right: 2.13vw;
  transition-duration: 0.4s;
}
.pagetop a img {
  width: 10.67vw;
  height: 10.67vw;
}
.pagetop.isDispBtn {
  bottom: 16vw;
}
@media (min-width: 768px) {
  .pagetop {
    bottom: -60px;
    right: 32px;
  }
  .pagetop:hover {
    background-color: #000;
  }
  .pagetop a img {
    width: 56px;
    height: 56px;
  }
  .pagetop.isDispBtn {
    bottom: 120px;
  }
}

/*
TITLE
===================== */
.p-head {
  width: 100%;
  background: url(./assets/images/commons/header/header__bg--2020.png) 0 0 repeat;
  background-size: 61px;
}
.p-head .page__ttl {
  width: 100%;
  height: 20.27vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ad8c08;
  font-size: 20px;
  font-size: 5.33vw;
  font-weight: 700;
}
.p-head .page__ttl span.century {
  font-size: 24px;
  font-size: 6.4vw;
  font-weight: 700;
  line-height: 1.1;
}
.p-head .page__ttl span.ja {
  font-size: 12px;
  font-size: 3.2vw;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .p-head {
    background-size: 122px;
  }
  .p-head .page__ttl {
    height: 130px;
    font-size: 4rem;
  }
  .p-head .page__ttl span.century {
    font-size: 4.2rem;
  }
  .p-head .page__ttl span.ja {
    font-size: 1.4rem;
  }
}

.contents__ttl {
  margin: 6.4vw auto;
  padding-bottom: 6.93vw;
  font-size: 18px;
  font-size: 4.8vw;
  font-weight: 700;
  text-align: center;
  background: url(./assets/images/commons/icons/ico__contents-ttl.svg) center bottom no-repeat;
  background-size: 8vw 2.13vw;
}
@media (min-width: 768px) {
  .contents__ttl {
    margin: 56px auto 80px;
    padding-bottom: 36px;
    font-size: 3.2rem;
    background-size: 30px 10px;
  }
}

/*
BREADCRUMB
===================== */
.breadcrumb__list {
  padding: 4.27vw 0 0;
  font-size: 14px;
  font-size: 3.73vw;
}
.breadcrumb__list--item {
  display: inline;
}
.breadcrumb__list--item:after {
  content: " > ";
  font-size: 14px;
  font-size: 3.73vw;
}
.breadcrumb__list--item:last-child:after {
  content: "";
}
@media (min-width: 768px) {
  .breadcrumb__list {
    padding: 20px 0 0;
    font-size: 1.8rem;
  }
  .breadcrumb__list--item:after {
    font-size: 1.8rem;
  }
}

/*
PAGER
===================== */
.pager {
  width: 100%;
  display: flex;
  justify-content: center;
}
.pager__prev i, .pager__next i {
  display: block;
  width: 9.07vw;
  height: 9.07vw;
  background-position: center center;
  background-repeat: no-repeat;
}
.pager__prev a, .pager__next a {
  display: block;
  width: 9.07vw;
  height: 9.07vw;
}
.pager__prev a:hover, .pager__next a:hover {
  opacity: 1;
}
.pager__prev i {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(./assets/images/commons/icons/ico__pager--prev.svg);
  background-size: 9.07vw 9.07vw;
}
.pager__prev a:hover i {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url(./assets/images/commons/icons/ico__pager--prev.svg);
  background-size: 9.07vw 9.07vw;
}
.pager__next i {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(./assets/images/commons/icons/ico__pager--next.svg);
  background-size: 9.07vw 9.07vw;
}
.pager__next a:hover i {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url(./assets/images/commons/icons/ico__pager--next.svg);
  background-size: 9.07vw 9.07vw;
}
.pager__list {
  display: flex;
  align-items: center;
}
.pager__list--item {
  padding: 0 1.87vw;
}
.pager__list--item a {
  display: block;
  border: 0.27vw solid #000;
  width: 8.53vw;
  font-family: "Anton", sans-serif;
  font-size: 18px;
  font-size: 4.8vw;
  text-align: center;
  line-height: 8.53vw;
}
.pager__list--item a.current {
  color: #fff;
  background-color: #000;
}
.pager__list--item.continue {
  padding: 0;
}
.pager__list--item.continue i {
  display: block;
  width: 4.53vw;
  height: 8.53vw;
  background: url(./assets/images/commons/icons/ico__pager--continue.svg) center center no-repeat;
  background-size: 4.53vw 9.07vw;
}
@media (min-width: 768px) {
  .pager__prev i, .pager__next i {
    width: 34px;
    height: 34px;
  }
  .pager__prev a, .pager__next a {
    width: 34px;
    height: 34px;
  }
  .pager__prev i {
    background-size: 34px 34px;
  }
  .pager__prev a:hover i {
    background-size: 34px 34px;
  }
  .pager__next i {
    background-size: 34px 34px;
  }
  .pager__next a:hover i {
    background-size: 34px 34px;
  }
  .pager__list--item {
    padding: 0 5px;
  }
  .pager__list--item a {
    border: 1px solid #000;
    width: 34px;
    padding-top: 1px;
    font-size: 1.8rem;
    line-height: 32px;
  }
  .pager__list--item.continue {
    padding: 0;
  }
  .pager__list--item.continue i {
    width: 17px;
    height: 33px;
    background: url(./assets/images/commons/icons/ico__pager--continue.svg) center center no-repeat;
    background-size: 17px 34px;
  }
}
.pager__3line {
  margin: 0 auto;
  width: 88%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Anton", sans-serif;
  font-size: 16px;
  font-size: 4.27vw;
}
.pager__3line li {
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
}
.pager__3line--home {
  border: 1px solid #000;
}
.pager__3line--home a {
  display: flex;
  align-items: center;
  padding: 0 5.33vw;
  height: 10.13vw;
}
.pager__3line--prev, .pager__3line--next {
  display: block;
  color: #B9B9B9;
}
.pager__3line--prev a, .pager__3line--next a {
  color: #000;
}
.pager__3line--prev {
  padding-left: 6.4vw;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(./assets/images/commons/icons/ico__pager--prev.svg);
  background-size: 9.07vw 9.07vw;
  background-position: left center;
}
.pager__3line--next {
  padding-right: 6.4vw;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(./assets/images/commons/icons/ico__pager--next.svg);
  background-size: 9.07vw 9.07vw;
  background-position: right center;
}
@media (min-width: 768px) {
  .pager__3line {
    font-size: 2.4rem;
  }
  .pager__3line--home a {
    display: flex;
    align-items: center;
    padding: 1px 30px 0;
    height: 48px;
  }
  .pager__3line--prev, .pager__3line--next {
    padding-top: 1px;
  }
  .pager__3line--prev {
    padding-left: 40px;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(./assets/images/commons/icons/ico__pager--prev.svg);
    background-size: 38px;
  }
  .pager__3line--next {
    padding-right: 40px;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(./assets/images/commons/icons/ico__pager--next.svg);
    background-size: 38px;
  }
}

/*
LIST
===================== */
.cmn__list {
  margin-left: 2rem;
  font-size: 14px;
  font-size: 3.73vw;
}
.cmn__list--item {
  margin-top: 2.13vw;
}
.cmn__list a {
  font-weight: 700;
  color: #BA0C2F;
  text-decoration: underline;
}

ol.cmn__list {
  list-style-type: decimal;
}

ul.cmn__list {
  list-style-type: disc;
}

@media (min-width: 768px) {
  .cmn__list {
    font-size: 1.4rem;
  }
  .cmn__list--item {
    margin-top: 12px;
  }
}
/*
DL
===================== */
.cmn__def {
  width: 100%;
}
.cmn__def small {
  display: block;
  margin-top: 1.07vw;
  line-height: 1.5;
}
.cmn__def a {
  font-weight: 700;
  color: #000;
  text-decoration: underline;
}
.cmn__def--ttl {
  margin-bottom: 1.07vw;
  font-size: 18px;
  font-size: 4.8vw;
  font-weight: 700;
  color: #ad8c08;
}
.cmn__def--data {
  margin-bottom: 6.4vw;
}

.cmn-detail__def {
  padding: 2.13vw 0 3.2vw;
}
.cmn-detail__def--ttl {
  margin-top: 1.07vw;
  font-weight: 700;
}
.cmn-detail__def--data {
  margin-top: 0.53vw;
  padding-left: 2rem;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media (min-width: 768px) {
  .cmn__def {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .cmn__def small {
    margin-top: 8px;
  }
  .cmn__def--ttl {
    width: 296px;
    margin-bottom: 48px;
    font-size: 1.8rem;
    text-align: right;
  }
  .cmn__def--data {
    width: 825px;
    padding-top: 2px;
    margin-bottom: 48px;
    line-height: 1.8;
  }

  .cmn-detail__def {
    padding: 0 0 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .cmn-detail__def--ttl {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .cmn-detail__def--data {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .dt--short .cmn-detail__def--ttl {
    width: 12%;
  }
  .dt--short .cmn-detail__def--data {
    width: 88%;
  }

  .dt--normal .cmn-detail__def--ttl {
    width: 25%;
  }
  .dt--normal .cmn-detail__def--data {
    width: 75%;
  }

  .dt--long .cmn-detail__def--ttl {
    width: 36%;
  }
  .dt--long .cmn-detail__def--data {
    width: 64%;
  }
}
/*
Switch
===================== */
.cnts-switch {
  margin-top: 10.67vw;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.cnts-switch__item {
  flex: 1;
}
.cnts-switch__item:first-child a {
  border-right: 0;
}
.cnts-switch__item:last-child a,
.cnts-switch__item:last-child p
 {
  border-left: 0;
}
.cnts-switch__item a {
  display: block;
  border: 0.53vw solid #DC000C;
  text-align: center;
}

.cnts-switch__item a span {
  display: block;
  font-size: 16px;
  font-size: 4.27vw;
  font-weight: 700;
  color: #DC000C;
  padding: 2.13vw 0;
}

.cnts-switch__item p span {
  display: block;
  font-size: 16px;
  font-size: 4.27vw;
  font-weight: 700;
  color: #DC000C;
  padding: 2.8vw 0;
}

.cnts-switch__item a.current {
  background-color: #DC000C;
  opacity: 1 !important;
}

.cnts-switch__item p.soon {
  display: block;
  text-align: center;
  background-color: #666666;
}

.cnts-switch__item a.current span {
  color: #fff;
}

.cnts-switch__item p.soon span {
  color: #999;
}

.cnts-switch__item a.current:hover {
  opacity: 1 !important;
  cursor: default;
}
@media (min-width: 768px) {
  .cnts-switch {
    margin-top: 60px;
  }
  .cnts-switch__item {
    flex: 1;
  }
  .cnts-switch__item a {
    border-width: 2px;
  }
  .cnts-switch__item a span {
    font-size: 2rem;
    padding: 12px 0;
  }
  
  .cnts-switch__item p {
    border-width: 2px;
  }
  .cnts-switch__item p span {
    font-size: 2rem;
    padding: 14px 0;
  }  
}


/*
スイッチ2020 （移行が問題なさそうだったらクラス名を cnts-switch に統一）
===================== */
.cnts-switch-2020 {
  margin: 0 auto;
  width: 100%;
  max-width: 1160px;
  display: flex;
  align-items: center;
}
.cnts-switch-2020__item {
  flex: 1;
}
.cnts-switch-2020__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 10.67vw;
  border: 0.53vw solid #BA0C2F;
  border-bottom: 0;
  display: flex;
  font-size: 16px;
  font-size: 4.27vw;
  font-weight: 700;
  color: #BA0C2F;
  opacity: 1 !important;
}
.cnts-switch-2020__item a:hover {
  opacity: 1 !important;
}
.cnts-switch-2020__item a.switch-male {
  border-right: 0;
}
.cnts-switch-2020__item a.switch-female {
  border-left: 0;
}
.cnts-switch-2020__item a.current {
  color: #fff;
  background-color: #BA0C2F;
}
@media (min-width: 768px) {
  .cnts-switch-2020__item a {
    height: 50px;
    border: 2px solid #BA0C2F;
    border-bottom: 0;
    font-size: 2rem;
  }
  .cnts-switch-2020__item a.switch-male {
    border-right: 0;
  }
  .cnts-switch-2020__item a.switch-female {
    border-left: 0;
  }
  .cnts-switch-2020__item:first-child a {
    border-left: 2px solid #BA0C2F;
  }
}

/*
BLOG
===================== */
.blog .pager {
  margin-top: 13.33vw;
}
.blog__ttl {
  margin: 8.53vw 0 0;
  font-size: 18px;
  font-size: 4.8vw;
  font-weight: 700;
}
.blog__date {
  margin: 1.07vw 0 0;
  font-size: 14px;
  font-size: 3.73vw;
  color: #8A8A8A;
}
.blog .inner img {
  max-width: 100%;
  height: auto;
}
.blog .inner p, .blog .inner figure, .blog .inner h4 {
  margin-top: 8vw;
}
.blog .inner p {
  font-size: 14px;
  font-size: 3.73vw;
  line-height: 1.8;
  word-break: break-all;
}
.blog .inner h4 {
  font-size: 14px;
  font-size: 3.73vw;
  font-weight: 700;
  text-decoration: underline;
}
.blog .inner ul {
  margin-left: 6.4vw;
  list-style-type: disc;
}
.blog .inner ol {
  margin-left: 6.4vw;
  list-style-type: decimal;
}
.blog figure img {
  width: 100%;
  height: auto;
}
.blog figure figcaption {
  padding-top: 1.07vw;
  font-size: 11px;
  font-size: 2.93vw;
  line-height: 1.3;
  text-align: center;
}
.blog figure.float__left, .blog figure.float__right {
  padding-bottom: 1.6vw;
  width: 48%;
}
.blog figure.float__left {
  float: left;
  margin-right: 4.27vw;
}
.blog figure.float__left figcaption {
  text-align: left;
}
.blog figure.float__right {
  float: right;
  margin-left: 4.27vw;
}
.blog figure.float__right figcaption {
  text-align: right;
}
@media (min-width: 768px) {
  .blog .pager {
    margin-top: 80px;
  }
  .blog__ttl {
    margin: 56px 0 0;
    font-size: 2.8rem;
  }
  .blog__date {
    margin: 12px 0 0;
    font-size: 1.6rem;
  }
  .blog .inner p, .blog .inner figure {
    margin-top: 48px;
  }
  .blog .inner p {
    font-size: 1.4rem;
    line-height: 2;
  }
  .blog .inner h4 {
    margin-top: 48px;
    font-size: 1.8rem;
  }
  .blog .inner ul {
    margin-left: 32px;
  }
  .blog .inner ol {
    margin-left: 32px;
  }
  .blog figure figcaption {
    padding-top: 12px;
    font-size: 1.2rem;
  }
  .blog figure.float__left, .blog figure.float__right {
    padding-bottom: 24px;
  }
  .blog figure.float__left {
    margin-right: 40px;
  }
  .blog figure.float__right {
    margin-left: 40px;
  }
}

/*
REPORT_LIST
===================== */
.report__list {
  padding-bottom: 13.33vw;
  width: 100%;
}
.report__list--item {
  margin-bottom: 5.33vw;
  border: 0.27vw solid #8A8A8A;
}
.report__list--item:last-child {
  margin-bottom: 0;
}
.report__list--item .photo {
  position: relative;
  width: 100%;
  height: 59.2vw;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.report__list--item img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
}
.report__list--item .inner {
  padding: 5.33vw 5.33vw 4.8vw;
}
.report__list--item .inner .date {
  font-size: 12px;
  font-size: 3.2vw;
  color: #BABBBA;
  line-height: 1.1;
}
.report__list--item .inner .title {
  margin: 1.6vw 0;
  font-size: 18px;
  font-size: 4.8vw;
  font-weight: 700;
  height: 11.73vw;
  line-height: 5.87vw;
  overflow: hidden;
}
.report__list--item .inner .lead {
  font-size: 14px;
  font-size: 3.73vw;
  text-align: justify;
  text-justify: inter-ideograph;
  height: 4em;
  line-height: 5.33vw;
  overflow: hidden;
}
.report__list--item .inner .tag {
  margin-top: 4.27vw;
}
.report__list--item .inner .tag a {
  display: inline-block;
  padding: 0 2.13vw;
  font-size: 12px;
  font-size: 3.2vw;
  color: #8A8A8A;
  line-height: 6.13vw;
  border: 1px solid #B9B9B9;
  background-color: #F0F0F0;
  border-radius: 0.53vw;
}
@media (min-width: 768px) {
  .report__list {
    padding-bottom: 80px;
    display: flex;
    flex-wrap: wrap;
  }
  .report__list--item {
    margin: 0 30px 30px 0;
    border: 1px solid #8A8A8A;
    width: 366.6666px;
  }
  .report__list--item:last-child {
    margin-bottom: 30px;
  }
  .report__list--item:nth-child(3n) {
    margin-right: 0;
  }
  .report__list--item .photo {
    width: 100%;
    height: 240px;
  }
  .report__list--item .photo:hover {
    opacity: 0.7;
  }
  .report__list--item img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    transform: translate(-50%, -50%);
  }
  .report__list--item .inner {
    padding: 18px 22px;
  }
  .report__list--item .inner > a:hover .title, .report__list--item .inner > a:hover .lead {
    opacity: 0.7;
  }
  .report__list--item .inner .date {
    font-size: 1.4rem;
  }
  .report__list--item .inner .title {
    margin: 12px 0;
    font-size: 2rem;
    height: 60px;
    line-height: 30px;
    overflow: hidden;
  }
  .report__list--item .inner .lead {
    font-size: 1.4rem;
    height: 4.5em;
    line-height: 21px;
  }
  .report__list--item .inner .tag {
    margin-top: 16px;
  }
  .report__list--item .inner .tag a {
    display: inline-block;
    padding: 0 8px;
    font-size: 1.2rem;
    line-height: 23px;
    border-radius: 2px;
  }
}

/*
lnk-pdf
===================== */
.lnk-pdf {
  display: flex;
  justify-content: flex-end;
}
.lnk-pdf img {
  display: block;
  height: auto;
}
@media (max-width: 767px) {
  .lnk-pdf {
    margin: 6.4vw auto 0;
    width: 94.6666%;
  }
  .lnk-pdf img {
    width: 43.13vw;
  }
}
@media (min-width: 768px) {
  .lnk-pdf {
    margin-top: 30px;
  }
  .lnk-pdf img {
    width: 161.72px;
  }
}

/* 非表示 */
.is-conceal {
  display: none;
}

/* ローディング画面をフェードアウト */
.fadeout-bg {
  transition-property: opacity;
  transition-delay: 0.1s;
  transition-duration: 0.9s;
  opacity: 0;
  pointer-events: none;
}

/* ローダーをフェードアウト */
.fadeout-loader {
  transition-property: opacity;
  transition-delay: 0.9s;
  transition-duration: 0.3s;
  opacity: 0;
  pointer-events: none;
}

/* ローディング画面 */
#loader-bg {
  background: #ffffff;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

#loader {
  height: 120px;
  left: 50%;
  margin-left: -60px;
  margin-top: -60px;
  position: fixed;
  top: 50%;
  width: 120px;
}
#loader p {
  padding: 90px 0 0;
  color: #454545;
  font-size: 10px;
  line-height: 1.4;
  text-align: center;
  background: url(./assets/images/commons/loading.gif) center top no-repeat;
  background-size: 80px 80px;
}

.header {
  position: relative;
  z-index: 5;
  background-color: #e60012;
  filter: drop-shadow(0 3px 8px rgba(0, 0, 0, 0.3));
}
.header .logo {
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  display: block;
}
@media (max-width: 767px) {
.header {
  background-color: #000000!important;
}	
	
	
  .header__inner {
    width: 100%;
    height: 60px;
    position: relative;
    display: flex;
    align-items: center;
	  justify-content:center;
  }
  .header__inner h1 {
    margin-left: 16px;
  }
  .header__inner h1 .logo {
	width: 260px;
    height: 42px;
	background: url(./assets/images/commons/header/3x3U18japan2025-Title.png) center center no-repeat;
    background-size: 260px 42px;
  }
  .header__inner .hamburger {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    display: block;
    width: 60px;
    height: 60px;
    background: url(./assets/images/commons/header/ico-hamburger_bar.svg) 0 0 no-repeat;
    background-size: 100%;
    transition: all 0.4s;
  }
}
@media (min-width: 768px) {
  .header-wrap {
    margin: 0 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 84px;
  }
  .header__inner {
    margin-right: 24px;
	  position:relative;
	  margin-top: -50px;
	  z-index: 10;
  }
	
	.header__inner02 {
		width:100%;
	  position:relative;
	  z-index: 10;
		background-color:#000000;
  }
	
  .header__inner02 h1 {
    width: 100%;
	  display:flex;
	  justify-content: center;
	  align-items: center;
  }	
	
  .header__inner02 h1 .logo {
    margin: 0 30px;
	width: 110px;
	height: 110px;
	background: url(./assets/images/commons/logo_u18league.png) center center no-repeat;
	background-size: 100% auto;
	  float:left;

  }	
	
  .header__inner h1 {
    width: 100%;
	  display:flex;
	  justify-content: center;
	  align-items: center;
  }
  .header__inner h1 .logo, {
    margin: 0 30px;
	width: 110px;
	height: 110px;
	background: url(./assets/images/commons/logo_u18league.png) center center no-repeat;
	background-size: 100% auto;
  }
  .header__apply {
    margin: 0 0 40px 24px;
    width: 195px;
  }
  .header__apply img {
    display: block;
    width: 195px;
    height: auto;
  }
}

@media (max-width: 767px) {
  .nav {
    position: absolute;
    z-index: 999999;
    top: 0;
    right: -100vw;
    width: 90.6%;
    max-width: 340px;
    min-height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    transition: all 0.6s;
  }
  .nav.is-open {
    right: 0;
  }
  .nav__inner {
    position: relative;
    padding: 96px 0 100vh 70px;
  }
  .nav__inner .nav__list--item {
    margin-bottom: 10px;
  }
  .nav__inner .nav__list--item:last-child {
    margin-bottom: 0;
  }
  .nav__inner .nav__list--item > a, .nav__inner .nav__list--item > .link__parent {
    display: block;
    padding: 5px 0;
    color: #fff;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .nav__inner .nav__list--item > a span, .nav__inner .nav__list--item > .link__parent span, .nav__inner .nav__list--item > .link__parent-soon span {
    display: block;
    text-align: left;
  }
  .nav__inner .nav__list--item > a span.century, .nav__inner .nav__list--item > .link__parent span.century, .nav__inner .nav__list--item > .link__parent-soon span.century {
    font-size: 2.4rem;
    font-weight: 700;
  }
  .nav__inner .nav__list--item > a.current, .nav__inner .nav__list--item > .link__parent.current, .nav__inner .nav__list--item > .link__parent-soon.current {
    color: #ad8c08 !important;
  }
  .nav__inner .nav__list--item > a.soon span, .nav__inner .nav__list--item > .link__parent.soon span {
    color: #555 !important;
  }

	.nav__inner .nav__list--item > .link__parent-soon span {
    color: #555 !important;
  }	
	
  .nav__inner .lower__list {
    display: none;
    padding: 6px 0 16px;
  }
  .nav__inner .lower__list.is-open {
    display: block;
    -webkit-animation: show 0.4s linear 0s;
            animation: show 0.4s linear 0s;
  }
  @-webkit-keyframes show {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes show {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .nav__inner .lower__list--item {
    padding-left: 1em;
  }
  .nav__inner .lower__list--item a {
    display: block;
    padding: 8px 0;
    color: #fff;
  }
  .nav__inner .lower__list--item a .century {
    margin-right: 0.4em;
    font-weight: 700;
    font-size: 2rem;
  }
  .nav__inner .lower__list--item a .ja {
    margin-left: 1.2em;
  }
  .nav__inner .lower__list--item a.soon .century, .nav__inner .lower__list--item a.soon .ja {
    color: #555;
  }
  .nav__inner .lower__list--item a.current > span {
    color: #ad8c08;
  }
  .nav__inner .lnk__text {
    margin: 32px 56px 0 0;
  }
  .nav__inner .lnk__text a {
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
  }
  .nav__inner .hamburger {
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    display: block;
    width: 60px;
    height: 60px;
    background: url(./assets/images/commons/header/ico-hamburger_close.svg) 0 0 no-repeat;
    background-size: 100%;
    transition: all 0.4s;
  }
}
@media (min-width: 768px) {
  .nav {
    position: relative;
    z-index: 4;
  }
  .nav .lnk-this, .nav .link__parent {
    border-top: 4px solid #e60012;
  }
  .nav .lnk-this > span, .nav .link__parent > span {
    color: #fff;
  }
  .nav .lnk-this:hover, .nav .link__parent:hover, .nav .link__parent.soon:hover {
    border-top: 4px solid #fff;
  }
  .nav .lnk-this.soon, .nav .link__parent.soon, .nav .link__parent.soon-soon {
    cursor: default !important;
  }
  .nav .lnk-this.soon:hover, .nav .link__parent.soon:hover, .nav .link__parent-soon.soon:hover {
	border-top: 4px solid #e60012;
  }
  .nav .lnk-this.soon span, .nav .link__parent.soon span, .nav .link__parent-soon.soon span {
	  color: #999999 !important;
  }
  .nav__inner {
	width: 100%;
    height: 65px;
    margin-top: 10px;
  }
  .nav .nav__list {
    width: 100%;
    height: 68px;
    display: flex;
    align-items: center;
  }
  .nav .nav__list--item {
    position: relative;
  }
  .nav .nav__list--item a, .nav .nav__list--item .link__parent {
    margin-right: 1.4rem;
    margin-left: 1.4rem;
    padding: 0 0.2rem;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
  }

	.nav .nav__list--item .link__parent-soon {
	margin-top:5px;
    margin-right: 1.4rem;
    margin-left: 1.4rem;
    padding: 0 0.2rem;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
  }	
	
  .nav .nav__list--item a.current, .nav .nav__list--item .link__parent.current, .nav .nav__list--item .link__parent-soon.current {
    border-top-color: #ad8c08;
  }
  .nav .nav__list--item a.current > span, .nav .nav__list--item .link__parent.current > span, .nav .nav__list--item .link__parent-soon.current > span {
    color: #ad8c08 !important;
  }
  .nav .nav__list--item a span, .nav .nav__list--item .link__parent span, .nav .nav__list--item .link__parent-soon span {
    display: block;
    transition: all 0.4s;
  }
  .nav .nav__list--item a .century, .nav .nav__list--item .link__parent .century {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.01;
  }
	.nav .nav__list--item .link__parent-soon .century {
	color: #999999 !important;		
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.01;
  }	
	
  .nav .nav__list--item a .ja, .nav .nav__list--item .link__parent .ja {
    font-size: 1.2rem;
    color: #fff;
  }
	.nav .nav__list--item .link__parent-soon .ja {
    font-size: 1.2rem;
	color: #999999 !important;
  }	
	
  .nav .nav__list--item a.link__parent > .century, .nav .nav__list--item .link__parent.link__parent > .century, .nav .nav__list--item .link__parent.link__parent-soon > .century {
    color: #fff;
  }
  .nav .nav__list--item a.link__parent:hover .lower__list, .nav .nav__list--item .link__parent.link__parent:hover .lower__list, .nav .nav__list--item .link__parent.link__parent-soon:hover .lower__list {
    display: block;
  }
  .nav .nav__list--item a.link__parent.soon, .nav .nav__list--item .link__parent.link__parent.soon, .nav .nav__list--item .link__parent.link__parent-soon.soon {
    cursor: default !important;
  }
  .nav .nav__list--item a.link__parent.soon:hover, .nav .nav__list--item .link__parent.link__parent.soon:hover, .nav .nav__list--item .link__parent.link__parent-soon.soon:hover {
    background-color: transparent !important;
  }
  .nav .nav__list--item a.link__parent.soon span, .nav .nav__list--item .link__parent.link__parent.soon span, .nav .nav__list--item .link__parent.link__parent-soon.soon span {
    color: #D9D9D9 !important;
  }
  .nav .lower__list {
    display: none;
    position: absolute;
    z-index: 4;
    top: 40px;
    left: 0.8em;
    background-color: #fff;
    filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.24));
  }
  .nav .lower__list--item a {
    padding: 0 40px 0 10px;
    height: 56px;
    align-items: flex-start;
    border: 0 !important;
    margin: 0;
  }
  .nav .lower__list--item a span {
    white-space: nowrap;
    color: #000 !important;
  }
  .nav .lower__list--item a span.ja {
    margin-left: 1.2em;
  }
  .nav .lower__list--item a:hover {
    background-color: #D9E2F0 !important;
  }
  .nav .lower__list--item a:hover span {
    color: #064097 !important;
  }
  .nav .lower__list--item a.soon {
    cursor: default !important;
  }
  .nav .lower__list--item a.soon:hover {
    background-color: #fff !important;
  }
  .nav .lower__list--item a.soon span {
    color: #D9D9D9 !important;
  }
  .nav .lower__list--item a.current {
    background-color: #d7d7c7;
  }
  .nav .lower__list--item a.current .century, .nav .lower__list--item a.current .ja {
    color: #ad8c08 !important;
  }
}

.footer {
  margin-top: 32vw;
  text-align: center;
  /* SNS */
  /* COPYRIGHT */
}
.footer .inner__sns {
  padding: 12.8vw 0 23.47vw;
	background: url(./assets/images/commons/footer/footer_bg-sp.png) center center no-repeat;
	background-size: cover;
}
@media (min-width: 768px) {
  .footer .inner__sns {
	background: url(./assets/images/commons/footer/footer_bg-pc.png) center bottom no-repeat;
	background-size: cover;
  }
}
.footer .inner__sns .sns__list {
  margin: 0 auto;
  width: 74.67vw;
  display: flex;
  justify-content: space-between;
}
.footer .inner__sns .sns__list--item a img {
  width: 10.67vw;
  height: 10.67vw;
}

.footer .inner__sns .simbol__list {
  margin: 20px auto 0;
  width: 74.67vw;
  display: flex;
  justify-content: center;
}

.footer .inner__sns .simbol__list--item a img {
  width: 18.67vw;
  height: 18.67vw;
	display: block;	
	margin: 0 auto;	
}

.footer .inner__sns .simbol__list p {
	color:#FFFFFF;
	text-align:center;
}

.footer .inner__sns .jba__list {
	margin: 30px auto 0;
	width: 162px;
	display: flex;
	justify-content: center;
}
.footer .inner__sns .jba__list--item a img {
	width: 100%;
	height: auto;
}

.footer .inner__copyright {
  padding: 8vw 0 21.33vw;
  background-color: #000;
}
.footer .inner__copyright p {
  font-size: 10px;
  font-size: 2.67vw;
  font-weight: 700;
  color: #fff;
}
@media (min-width: 768px) {
  .footer {
    margin-top: 120px;
    /* SNS */
    /* COPYRIGHT */
  }
  .footer .inner__sns {
    padding: 90px 0 166px;
  }
  .footer .inner__sns .sns__list {
    width: 340px;
  }
  .footer .inner__sns .sns__list--item a img {
    width: 52px;
    height: 52px;
    transition-duration: 0.15s;
  }
  .footer .inner__sns .sns__list--item a:hover img {
    opacity: 0.7;
  }
.footer .inner__sns ul.simbol__list {
    width: 1160px;
    margin-top:20px;
    justify-content: right;
    
  }
.footer .inner__sns li.simbol__list--item a img {
    width: 100px;
    height: 100px;
    transition-duration: 0.15s;
  }
.footer .inner__sns li.simbol__list--item a:hover img {
    opacity: 0.7;
  }		
	
  .footer .inner__copyright {
    padding: 24px 0 104px;
  }
  .footer .inner__copyright p {
    font-size: 1.2rem;
  }	
}
@media (min-width: 768px) and (min-width: 768px) {
  .footer .inner__copyright > div {
    margin: 0 auto;
    width: 1160px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.fixed-footer {
  position: fixed;
  bottom: -56px;
  width: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.8);
  transition-duration: 0.8s;
}
.fixed-footer.is-show {
  /* TODO: チケット販売開始になったら、bottom: 0; に変更する*/
  bottom: 0;
}
.fixed-footer .wrapper {
  width: 100%;
  height: 52px;
}
.fixed-footer .inner a {
  display: block;
  width: 100%;
  background-color: #BA0C2F;
}
.fixed-footer .inner a img {
  margin: 0 auto;
  width: 250px;
  height: 52px;
}

@media (min-width: 768px) {
  .fixed-footer {
    bottom: -104px;
  }
  .fixed-footer .wrapper {
    padding: 20px 0;
    height: auto;
  }
  .fixed-footer .inner a {
    margin: 0 auto;
    width: 400px;
    background-color: none;
  }
  .fixed-footer .inner a img {
    margin: 0 auto;
    width: 400px;
    height: 60px;
  }
}
.bt {
  border-top: 1px solid #ddd;
}

.bb {
  border-bottom: 1px solid #ddd;
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
/*# sourceMappingURL=style.css.map */
