@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Prompt:wght@800&display=swap");
/*! sanitize.css v8.0.0 | CC0 License | github.com/csstools/sanitize.css */
/* Document
 * ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Use the default user interface font in all browsers (opinionated).
 * 3. Correct the line height in all browsers.
 * 4. Use a 4-space tab width in all browsers (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default;
  /* 1 */
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 2 */
  line-height: 1.15;
  /* 3 */
  -moz-tab-size: 4;
  /* 4 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 4 */
  -ms-text-size-adjust: 100%;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
  word-break: break-word;
  /* 6 */
}

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

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

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

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
}

/**
 * 1. Use the default monospace user interface font
 *    in all browsers (opinionated).
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: Menlo, Consolas, Roboto Mono, Ubuntu Monospace, Noto Mono, Oxygen Mono, Liberation Mono, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

/**
 * Add the correct text decoration in Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

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

/**
 * 1. Use the default monospace user interface font
 *    in all browsers (opinionated).
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: Menlo, Consolas, Roboto Mono, Ubuntu Monospace, Noto Mono, Oxygen Mono, Liberation Mono, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

/*
 * Remove the text shadow on text selections in Firefox 61- (opinionated).
 * 1. Restore the coloring undone by defining the text shadow
 *    in all browsers (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000;
  /* 1 */
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000;
  /* 1 */
  text-shadow: none;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

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

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

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

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

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

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/**
 * Remove the margin in Safari.
 */
button,
input,
select {
  margin: 0;
}

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

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

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

/**
 * Show the overflow in Edge and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */
}

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

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
  /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

/**
 * 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 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
::-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 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

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

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

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

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
  /* 2 */
}

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

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

/*  ==========================================================================
    Common
    ========================================================================== */
html {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background-color: black;
}

@media only screen and (max-width: 479px) {
  .onlySP {
    display: inline;
  }
  .overTB {
    display: none;
  }
  .overPC {
    display: none;
  }
  .overDP {
    display: none;
  }
}
@media only screen and (min-width: 480px) {
  .onlySP {
    display: none;
  }
  .overTB {
    display: inline;
  }
  .overPC {
    display: none;
  }
  .overDP {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .onlySP {
    display: none;
  }
  .overTB {
    display: inline;
  }
  .overPC {
    display: inline;
  }
  .overDP {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .onlySP {
    display: none;
  }
  .overTB {
    display: inline;
  }
  .overPC {
    display: inline;
  }
  .overDP {
    display: inline;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
dl,
dt,
dd {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

a {
  color: #eee;
}
a:hover {
  color: #fff;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.bold {
  font-weight: bold;
}

.big {
  font-size: 1.3em;
}

.red {
  color: #ff0103;
}

.cancel {
  text-decoration: line-through;
}

.center {
  text-align: center !important;
}

.justify {
  text-align: justify;
}

.rpsimg {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 479px) {
  .spMargin {
    margin-left: 10%;
    margin-right: 10%;
  }
}

.noTxt {
  overflow: hidden;
  text-indent: 100%;
  display: block;
}

.noWrap {
  white-space: nowrap;
}

.circle {
  border-radius: 100%;
}

.arrow {
  white-space: nowrap;
}
.arrow:before {
  content: " ＞ ";
}

sup {
  font-size: 0.8em;
}

.font-en {
  font-family: "Prompt", sans-serif;
  font-weight: 800;
  font-style: normal;
}
.font-jp, article .content_catch, article .content_headline, article .content_subtitle, article .content_title, article .header_menu li {
  font-family: dnp-shuei-shogomincho-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-transform: scale(1, 0.84);
          transform: scale(1, 0.84);
}

/*  ==========================================================================
    Image Animation
    ========================================================================== */
a.imgZoom {
  -webkit-font-smoothing: antialiased;
}
a.imgZoom .img_wrapper {
  position: relative;
  overflow: hidden;
}
a.imgZoom img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
a.imgZoom:hover img {
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}

a.imgFadein img,
a.imgFadein .btn {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.5;
}
a.imgFadein:hover img {
  opacity: 1;
}

a.imgFadeout img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
}
a.imgFadeout:hover img {
  opacity: 0.5;
}

a.fadein {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
a.fadein:hover, a.fadein.select {
  opacity: 1;
}

a.fadeout, article .content.theater dl dd a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
}
a.fadeout:hover, article .content.theater dl dd a:hover, a.fadeout.select, article .content.theater dl dd a.select {
  opacity: 0.5;
}

/*  ==========================================================================
    Header
    ========================================================================== */
.background {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  will-change: transform;
}
.background {
  background: url("../img/bg.jpg") center/cover no-repeat;
  opacity: 0.5;
}

.hero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.hero h1 {
  margin: 0;
}
.hero .logo {
  position: absolute;
  margin-bottom: 2.3em;
}
@media only screen and (min-width: 480px) {
  .hero .logo {
    margin-bottom: 2.1em;
  }
}
.hero .logo img {
  width: 48%;
}
@media only screen and (min-width: 480px) {
  .hero .logo img {
    width: 27%;
  }
}
.hero .logo .logo-lv {
  margin-top: -0.3em;
  color: white;
  font-size: 4.8vw;
}

/*  ==========================================================================
    Article
    ========================================================================== */
article {
  min-height: 100svh;
  color: white;
}
article .header_menu {
  position: sticky;
  inset: 0;
  z-index: 999;
  background-color: oklch(39.6% 0.141 25.723deg / 0.7);
  backdrop-filter: blur(3px);
}
article .header_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.2em;
}
article .header_menu li {
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
article .header_menu a {
  display: block;
  padding: 0.9em 0.3em;
  color: #eee;
  text-decoration: none;
}
article .letter-spacing--150 {
  letter-spacing: 1.5;
}
article .line-height--150 {
  line-height: 1.5;
}
article .btn, article span.btn {
  display: inline-block;
  width: 100%;
  max-width: 360px;
  padding: 0.9em 1.2em;
  border-radius: 999px;
  color: #fff;
  background: oklch(39.6% 0.141 25.723deg);
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1;
}
article span.btn {
  color: #555;
  background: #222;
}
article .content_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.2em;
  max-width: 1024px;
  margin: 0 auto;
  padding: 1.2em 0;
}
@media only screen and (min-width: 480px) {
  article .content_wrapper {
    padding: 1.2em 0.9em;
  }
}
article .content_catch, article .content_headline, article .content_subtitle, article .content_title {
  margin: 3em auto 0;
  font-size: 1.2em;
}
@media only screen and (min-width: 480px) {
  article .content_catch, article .content_headline, article .content_subtitle, article .content_title {
    font-size: 1.4em;
  }
}
article .content_catch, article .content_headline, article .content_subtitle, article .content_title {
  font-size: 1.5em;
  letter-spacing: 0.09em;
  text-align: center;
  line-height: 1.5;
}
article .content_title {
  display: inline-block;
  border-bottom: 3px solid white;
}
article .content_subtitle {
  margin: 0;
  font-size: 1.2em;
}
article .content_headline {
  margin: 0;
  font-size: 1em;
  text-align: left;
}
article .content_headline::before {
  content: "■";
  margin-right: 0.3em;
}
article .content_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5em;
  width: 100%;
  padding: 1.5em 1.2em;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.4);
}
article .content_inner .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5em;
}
article .content_lead {
  line-height: 1.5;
}
article .content_list {
  display: grid;
  grid-template-columns: 7em 1fr;
  font-size: 0.8em;
  line-height: 1.5;
  border-bottom: 1px solid #444;
}
article .content_list dt, article .content_list dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.6em;
  padding: 1.5em 0;
  border-top: 1px solid #444;
}
article .content_attention ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.2em;
}
article .content_attention ul li {
  margin-left: 1.3em;
  text-indent: -1.3em;
  color: #eee;
  font-size: 0.7em;
  line-height: 1.5;
}
article .content_attention ul li::before {
  content: "※";
  margin-right: 0.3em;
}
article .content_attention ul li.dot::before {
  content: "・";
}
article .content_attention-border {
  padding-top: 1em;
  border-top: 1px solid #444;
}
article .content.theater dl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 0.8em;
}
article .content.theater dl.last-child {
  border-bottom: 1px solid #777;
}
@media only screen and (min-width: 480px) {
  article .content.theater dl {
    font-size: 0.9em;
  }
}
article .content.theater dl dt {
  padding: 1rem 0;
  border-top: 4px solid #777;
  display: block;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 480px) {
  article .content.theater dl dt {
    position: absolute;
    top: 0;
    left: 0;
    width: 18%;
    padding: 1rem 0 1rem 1rem;
    border-top: 1px solid #777;
    text-align: left;
  }
}
article .content.theater dl dd {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6em;
  border-top: 1px solid #777;
  vertical-align: top;
}
@media only screen and (min-width: 480px) {
  article .content.theater dl dd {
    width: 82%;
    margin-left: 18%;
    padding: 0 1rem;
  }
}
article .content.theater dl dd a, article .content.theater dl dd span {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6em;
  margin-right: auto;
  padding: 1rem 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
article .content.theater dl dd a {
  text-decoration: none !important;
}
article .content.theater dl dd a:after {
  content: "HP";
  margin-top: 0.2em;
  padding: 0.2em 0.5em 0.2em 0.7em;
  border: 1px solid #eee;
  border-radius: 9px;
  color: #eee;
  font-size: 0.6em;
  font-weight: bold;
  letter-spacing: 0.1em;
}
article .content#attention .cont_wrapper h4 {
  margin-top: 3em;
  margin-bottom: 0.5em;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5;
}
article .content#attention .cont_wrapper h4:first-child {
  margin-top: 0;
}
article .content#attention .cont_wrapper h5 {
  margin-top: 1.5em;
  margin-bottom: 0.75em;
  color: #eee;
  font-size: 1rem;
  font-weight: bold;
}
article .content#attention .cont_wrapper ul:first-child h4 {
  margin-top: 0;
}
article .content#attention .cont_wrapper ul.dot li {
  list-style-position: inside;
  list-style-type: disc;
  text-indent: -1.5em;
}
article .content#attention .cont_wrapper li {
  padding-left: 1em;
  text-indent: -1em;
  color: #eee;
  font-size: 0.8rem;
  line-height: 2;
}
article .content#attention .cont_wrapper .attention {
  margin-bottom: 1em;
  color: #eee;
  font-size: 0.8rem;
  line-height: 2;
}
article .content#attention a {
  color: #fff;
  text-decoration: underline;
}

/*  ==========================================================================
    Footer
    ========================================================================== */
#footer {
  position: relative;
  padding: 0 0 3em;
  color: #999;
}
#footer #pagetop {
  position: fixed;
  z-index: 99999;
  right: 0;
  bottom: 0;
  padding: 2em;
}
#footer #pagetop a {
  display: block;
  width: 40px;
  height: 40px;
}
#footer #pagetop a img {
  width: 40px;
  height: 40px;
}
@media only screen and (min-width: 768px) {
  #footer #pagetop a {
    display: block;
    margin: 0 1em 1em 0;
  }
}
#footer .copyright {
  font-size: 0.7em;
  line-height: 1.5;
}

/*  ==========================================================================
    Contents
    ========================================================================== */
.content {
  padding: 3em 0;
}

.cont_wrapper {
  width: 90%;
  margin: 0 auto;
  font-size: 1.2em;
}
.cont_wrapper.mini {
  max-width: 900px;
}
.cont_wrapper.wide {
  width: 90%;
}
.cont_wrapper.full {
  width: 100%;
}
@media only screen and (max-width: 479px) {
  .cont_wrapper {
    width: 90% !important;
  }
}
@media only screen and (min-width: 768px) {
  .cont_wrapper {
    max-width: 1024px;
  }
}
.cont_wrapper.colpc2 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 3em;
}
.cont_wrapper.colpc2 .wrapperL .content_inner,
.cont_wrapper.colpc2 .wrapperR .content_inner {
  margin-top: 3em;
  margin-bottom: 3em;
}
@media only screen and (min-width: 768px) {
  .cont_wrapper.colpc2 .wrapperL {
    float: left;
    width: 48%;
  }
  .cont_wrapper.colpc2 .wrapperR {
    float: right;
    width: 48%;
  }
}

/*  ==========================================================================
    Tile
    ========================================================================== */
.tiles {
  width: 106%;
  margin-left: -3%;
  padding: 0;
  font-size: 0;
}

.tile {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 3%;
  padding: 0 3%;
  font-size: 1rem;
}
.tile a {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 479px) {
  .tiles.colspA .tile {
    width: auto;
  }
  .tiles.colsp1 .tile {
    width: 100%;
  }
  .tiles.colsp2 .tile {
    width: 50%;
  }
  .tiles.colsp3 .tile {
    width: 33.3333333333%;
  }
  .tiles.colsp4 .tile {
    width: 25%;
  }
  .tiles.colsp5 .tile {
    width: 20%;
  }
  .tiles.colsp6 .tile {
    width: 16.6666666666%;
  }
  .tiles.colsp7 .tile {
    width: 14.2857142857%;
  }
  .tiles.colsp8 .tile {
    width: 12.5%;
  }
  .tiles.colsp9 .tile {
    width: 11.1111111111%;
  }
  .tiles.colsp10 .tile {
    width: 10%;
  }
  .tiles.colsp11 .tile {
    width: 9.0909090909%;
  }
}
@media only screen and (min-width: 480px) {
  .tiles.coltbA .tile {
    width: auto;
  }
  .tiles.coltb1 .tile {
    width: 100%;
  }
  .tiles.coltb2 .tile {
    width: 50%;
  }
  .tiles.coltb3 .tile {
    width: 33.3333333333%;
  }
  .tiles.coltb4 .tile {
    width: 25%;
  }
  .tiles.coltb5 .tile {
    width: 20%;
  }
  .tiles.coltb6 .tile {
    width: 16.6666666666%;
  }
  .tiles.coltb7 .tile {
    width: 14.2857142857%;
  }
  .tiles.coltb8 .tile {
    width: 12.5%;
  }
  .tiles.coltb9 .tile {
    width: 11.1111111111%;
  }
  .tiles.coltb10 .tile {
    width: 10%;
  }
  .tiles.coltb11 .tile {
    width: 9.0909090909%;
  }
}
@media only screen and (min-width: 768px) {
  .tiles.colpcA .tile {
    width: auto;
  }
  .tiles.colpc1 .tile {
    width: 100%;
  }
  .tiles.colpc2 .tile {
    width: 50%;
  }
  .tiles.colpc3 .tile {
    width: 33.3333333333%;
  }
  .tiles.colpc4 .tile {
    width: 25%;
  }
  .tiles.colpc5 .tile {
    width: 20%;
  }
  .tiles.colpc6 .tile {
    width: 16.6666666666%;
  }
  .tiles.colpc7 .tile {
    width: 14.2857142857%;
  }
  .tiles.colpc8 .tile {
    width: 12.5%;
  }
  .tiles.colpc9 .tile {
    width: 11.1111111111%;
  }
  .tiles.colpc10 .tile {
    width: 10%;
  }
  .tiles.colpc11 .tile {
    width: 9.0909090909%;
  }
}
@media only screen and (min-width: 1024px) {
  .tiles.coldpA .tile {
    width: auto;
  }
  .tiles.coldp1 .tile {
    width: 100%;
  }
  .tiles.coldp2 .tile {
    width: 50%;
  }
  .tiles.coldp3 .tile {
    width: 33.3333333333%;
  }
  .tiles.coldp4 .tile {
    width: 25%;
  }
  .tiles.coldp5 .tile {
    width: 20%;
  }
  .tiles.coldp6 .tile {
    width: 16.6666666666%;
  }
  .tiles.coldp7 .tile {
    width: 14.2857142857%;
  }
  .tiles.coldp8 .tile {
    width: 12.5%;
  }
  .tiles.coldp9 .tile {
    width: 11.1111111111%;
  }
  .tiles.coldp10 .tile {
    width: 10%;
  }
  .tiles.coldp11 .tile {
    width: 9.0909090909%;
  }
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before, .cont_wrapper.colpc2:before,
.clearfix:after,
.cont_wrapper.colpc2:after {
  content: " ";
  display: table;
}

.clearfix:after, .cont_wrapper.colpc2:after {
  clear: both;
}

.clearfix, .cont_wrapper.colpc2 {
  *zoom: 1;
}