/*! sanitize.css v4.1.0 | CC0 License | github.com/jonathantneal/sanitize.css */
/* Display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

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

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

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

/* Elements of HTML (https://www.w3.org/TR/html5/semantics.html)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  box-sizing: inherit;
  /* 2 */
}

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

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Add a flattened line height in all browsers (opinionated).
 * 4. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  box-sizing: border-box;
  /* 1 */
  cursor: default;
  /* 2 */
  font-family: sans-serif;
  /* 3 */
  line-height: 1.5;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 4 */
}

/* Sections (https://www.w3.org/TR/html5/sections.html)
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

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

/* Grouping content (https://www.w3.org/TR/html5/grouping-content.html)
   ========================================================================== */
/**
 * 1. Correct font sizing inheritance and scaling in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * 1. Correct the height in Firefox.
 * 2. Add visible overflow in Edge and IE.
 */
hr {
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Add a bordered underline effect in all browsers.
 * 2. Remove text decoration in Firefox 40+.
 */
abbr[title] {
  border-bottom: 1px dotted;
  /* 1 */
  text-decoration: none;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct colors in IE 9-.
 */
mark {
  background-color: #ffff00;
  color: #000000;
}

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

/**
 * Correct the font size in all browsers.
 */
small {
  font-size: 83.3333%;
}

/**
 * Change the positioning on superscript and subscript elements
 * in all browsers (opinionated).
 * 1. Correct the font size in all browsers.
 */
sub,
sup {
  font-size: 83.3333%;
  /* 1 */
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

/* Embedded content (https://www.w3.org/TR/html5/embedded-content-0.html)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * 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 {
  fill: currentColor;
}

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

/* Links (https://www.w3.org/TR/html5/links.html#links)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove the gaps in underlines in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline when hovering in all browsers (opinionated).
 */
a:hover {
  outline-width: 0;
}

/* Tabular data (https://www.w3.org/TR/html5/tabular-data.html)
   ========================================================================== */
/*
 * Remove border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* transform-style:  (https://www.w3.org/TR/html5/forms.html)
   ========================================================================== */
/**
 * 1. Remove the default styling in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  background-color: transparent;
  /* 1 */
  border-style: none;
  /* 1 */
  color: inherit;
  /* 1 */
  font-size: 1em;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Correct the overflow in IE.
 * 1. Correct the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance in Edge, Firefox, and IE.
 * 1. Remove the inheritance in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent the WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

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

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

/**
 * Correct the border, margin, and padding in all browsers.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

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

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

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

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

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari for OS X.
 */
::-webkit-search-cancel-button,
::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

/* WAI-ARIA (https://www.w3.org/TR/html5/dom.html#wai-aria)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

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

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default;
}

/* User interaction (https://www.w3.org/TR/html5/editing.html)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  /* 1 */
  touch-action: manipulation;
}

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

[hidden][aria-hidden=false]:focus {
  clip: auto;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
.wf {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}

/* base.css */
* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

::-moz-selection {
  background-color: #1aad8a;
  color: #fff;
}

::selection {
  background-color: #1aad8a;
  color: #fff;
}

html, body {
  font-feature-settings: "palt" 1;
  font-size: 62.5%;
  letter-spacing: 0.15em;
  color: #444444;
  height: 100%;
}

html {
  background: #fff;
  overflow: auto;
}

body {
  position: relative;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", "Lucida Grande", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
}
@media screen and (max-width: 767px) {
  body.non-ios-noscroll {
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) and (-ms-high-contrast: active), screen and (max-width: 767px) and (-ms-high-contrast: none) {
  body.non-ios-noscroll {
    overflow: auto;
  }
}
body.ios-noscroll {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: #394b56;
}
a:hover {
  color: #1aad8a;
}
a:focus {
  outline: none;
}

a[href^="javascript:void(0)"] {
  cursor: default;
}

ul {
  padding-left: 0;
}

li {
  list-style-type: none;
}

em {
  font-style: normal;
}

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

input {
  font-family: "Noto Sans JP", "Lucida Grande", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
}

figure {
  margin: 0;
  padding: 0;
}

img {
  line-height: 1;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}

@media screen and (min-width: 1200px) {
  .pc {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .pc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .pc-pd {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .pc-pd {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pc-pd {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .sp-pd {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .sp-pd {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .sp-pd {
    display: block;
  }
}

@media screen and (min-width: 1200px) {
  .sp {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.flex {
  display: flex;
  flex-direction: row;
}

.left-col {
  float: left;
}

.right-col {
  float: right;
}

.single {
  text-align: center;
}

.button-area {
  text-align: center;
}

.button-area-left {
  text-align: left;
}

.button-area-right {
  text-align: right;
}

.scfixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.otf) format("opentype");
}
/**
 * Swiper 3.4.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: October 16, 2016
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

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

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-wp8-horizontal {
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

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

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
  background: #ddd;
  opacity: 1;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

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

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #63241e;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

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

.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

.swiper-container-3d {
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}

.swiper-container-cube, .swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* =========================================================
Override Setting
========================================================= */
.swiper-button-next-mv, .swiper-button-prev-mv {
  background-color: rgba(99, 36, 30, 0.2);
  font-size: 2rem;
  text-indent: 1px;
  position: absolute;
  top: 50%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  margin-top: -40px;
  z-index: 10;
  cursor: pointer;
  background-position: center;
  transition: all 0.3s;
  border-radius: 40px;
  color: #fff;
}
.swiper-button-next-mv:hover, .swiper-button-prev-mv:hover {
  background-color: rgba(99, 36, 30, 0.5);
}

.swiper-button-next-mv {
  right: 50%;
  margin-right: -540px;
}

.swiper-button-prev-mv {
  left: 50%;
  margin-left: -540px;
  transform: rotate(180deg);
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 3.125%;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ccc;
}

.swiper-pagination-bullet-active {
  background: #4aa911;
}

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

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .swiper-button-next-mv {
    right: 2%;
    left: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .swiper-button-prev-mv {
    left: 2%;
    right: auto;
    margin-left: 0;
    margin-right: 0;
    transform: rotate(180deg);
  }
}
@media screen and (max-width: 767px) {
  .swiper-container {
    margin: 0;
  }

  .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
  }

  .swiper-slide {
    width: 100%;
  }

  .swiper-slide img {
    min-width: auto;
  }

  .swiper-button-next-mv, .swiper-button-prev-mv {
    display: block;
  }

  .swiper-button-next-mv {
    right: 22px;
    text-indent: 2px;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin-top: -22px;
    border-radius: 22px;
  }

  .swiper-button-prev-mv {
    left: 25px;
    text-indent: 2px;
    right: auto;
    margin-left: 0;
    margin-right: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-top: -25px;
    border-radius: 25px;
    transform: rotate(180deg);
  }
}
.slider1.swiper-container {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.slider1 .swiper-slide {
  max-width: 540px;
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.slider1 .swiper-slide a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.slider1 .swiper-slide img {
  width: auto;
  max-width: 540px;
  max-height: 432px;
  height: auto;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.83);
}
@media screen and (max-width: 767px) {
  .slider1 .swiper-slide img {
    max-width: 80%;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .slider1 .swiper-slide img {
    width: 80%;
    height: auto;
    max-height: 432px;
  }
}
.slider1 .swiper-slide-active img {
  transform: scale(1.15, 1.15);
  transform-origin: center;
  z-index: 100;
}

.picks .swiper-slide {
  width: 100%;
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.picks .swiper-slide a {
  display: block;
  width: 100%;
}
.picks .swiper-slide img {
  width: 100%;
  max-width: 540px;
  height: auto;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.83);
}
.picks .swiper-slide-active img {
  transform: scale(1.15, 1.15);
  transform-origin: center;
  z-index: 100;
}

/* =========================================================
header
========================================================= */
.header {
  width: 100%;
  margin: 0;
  padding: 0;
  padding: 0 0 0 4%;
  z-index: 1000;
  position: absolute;
}
@media screen and (max-width: 1199px) {
  .header {
    width: 100%;
    height: 60px;
    padding: 0;
    top: 0;
  }
}
.header__inner {
  display: flex;
  align-items: center;
  min-height: 90px;
  justify-content: space-between;
  margin-top: 24px;
}
@media screen and (max-width: 1199px) {
  .header__inner {
    min-height: 60px;
    margin: 0;
  }
}
.header__title {
  width: 278px;
  height: 45px;
  line-height: 1;
  float: left;
  margin: 0;
  padding: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .header__title {
    width: 208px;
    margin-top: 10px;
    margin-left: 18px;
  }
}
@media screen and (max-width: 767px) {
  .header__title {
    float: none;
    width: 138px;
    height: auto;
    margin-top: 18px;
    margin-left: 18px;
    align-self: flex-start;
  }
}
.header__title a {
  display: block;
  width: 100%;
  height: 100%;
}
.header__title img {
  margin: 0 0 0;
}
.header__title img.inner-logo {
  display: none;
}
.hamburger-icon {
  display: none;
  background: transparent;
  position: relative;
  cursor: pointer;
  transition: all 0.4s;
  z-index: 9999;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .hamburger-icon {
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    top: 0;
    right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .hamburger-icon {
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    top: 0;
    right: 60px;
  }
}
.hamburger-icon span {
  display: inline-block;
  position: absolute;
  left: 10px;
  transition: all 0.4s;
  border-radius: 2px;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .hamburger-icon span {
    width: 28px;
    height: 4px;
    left: 16px;
  }
}
@media screen and (max-width: 767px) {
  .hamburger-icon span {
    width: 28px;
    height: 4px;
    left: 16px;
  }
}
.hamburger-icon span:nth-of-type(1) {
  background-color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .hamburger-icon span:nth-of-type(1) {
    top: 18px;
  }
}
@media screen and (max-width: 767px) {
  .hamburger-icon span:nth-of-type(1) {
    top: 18px;
  }
}
.hamburger-icon span:nth-of-type(2) {
  background-color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .hamburger-icon span:nth-of-type(2) {
    top: 28px;
  }
}
@media screen and (max-width: 767px) {
  .hamburger-icon span:nth-of-type(2) {
    top: 28px;
  }
}
.hamburger-icon span:nth-of-type(3) {
  background-color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .hamburger-icon span:nth-of-type(3) {
    bottom: 18px;
  }
}
@media screen and (max-width: 767px) {
  .hamburger-icon span:nth-of-type(3) {
    bottom: 18px;
  }
}
.hamburger-icon.is-active span {
  background-color: #999;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .hamburger-icon.is-active span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
  }
}
@media screen and (max-width: 767px) {
  .hamburger-icon.is-active span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
  }
}
.hamburger-icon.is-active span:nth-of-type(2) {
  opacity: 0;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .hamburger-icon.is-active span:nth-of-type(3) {
    transform: translateY(-10px) rotate(45deg);
  }
}
@media screen and (max-width: 767px) {
  .hamburger-icon.is-active span:nth-of-type(3) {
    transform: translateY(-10px) rotate(45deg);
  }
}

header .utility {
  margin: 0 0 0 0;
  padding-right: 150px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  header .utility {
    width: 100%;
    padding: 0;
    background-color: #ccc;
  }
}
@media screen and (max-width: 767px) {
  header .utility {
    width: 100%;
    padding: 0;
    background-color: #ccc;
  }
}
header .utility ul {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  header .utility ul {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  header .utility ul {
    width: 100%;
  }
}
header .utility li {
  display: flex;
  align-items: center;
  font-family: "Barlow Condensed", "Noto Sans JP", "Lucida Grande", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: bold;
  color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  header .utility li {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  header .utility li {
    width: 100%;
  }
}
header .utility li.tel {
  display: none;
  margin: 0 0 0 30px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  header .utility li.tel {
    margin: 29px 0 0;
  }
}
@media screen and (max-width: 767px) {
  header .utility li.tel {
    margin: 29px 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  header .utility li.tel a {
    width: 100%;
    height: auto;
    background-color: #1aad8a;
  }
}
@media screen and (max-width: 767px) {
  header .utility li.tel a {
    width: 100%;
    height: auto;
    background-color: #1aad8a;
  }
}
header .utility li.submission {
  position: absolute;
  top: 0;
  right: 0;
  width: 225px;
  height: 225px;
  overflow: hidden;
}
header .utility li.submission > div {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  background-color: #1aad8a;
  transform: translate(50%, -50%) rotate(45deg);
  transform-origin: 50% 50%;
  padding-top: 135px;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  header .utility li.submission > div {
    top: 0;
    z-index: 10000;
    transform: none;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  header .utility li.submission > div {
    top: 0;
    z-index: 10000;
    transform: none;
    padding-top: 0;
  }
}
header .utility li.submission > div a {
  display: flex;
  height: auto;
  width: 100%;
  flex: 1;
  justify-content: center;
  align-items: center;
}
header .utility li.submission > div a#data_link {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  header .utility li.submission > div a#data_link {
    top: 0;
    right: 0;
    transform: none;
    font-size: 1rem;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  header .utility li.submission > div a#data_link {
    top: 0;
    right: 0;
    transform: none;
    font-size: 1rem;
    align-items: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  header .utility li.submission > div a#data_link .item span {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  header .utility li.submission > div a#data_link .item span {
    display: none;
  }
}
header .utility li.submission > div a#xmf_link {
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
header .utility li.submission > div a#xmf_link img {
  width: 60px;
  max-width: 90%;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  header .utility li.submission {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  header .utility li.submission {
    width: 60px;
    height: 60px;
  }
}
header .utility li a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  line-height: 1;
  height: 45px;
  color: #fff;
  z-index: 10;
}
header .utility li a i {
  margin-right: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  header .utility li a i {
    font-size: 1.8rem;
    margin-right: 0;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  header .utility li a i {
    font-size: 1.8rem;
    margin-right: 0;
    display: block;
  }
}

@media screen and (max-width: 1199px) {
  header.is-active {
    background: rgba(255, 255, 255, 0.8);
    height: 100vh;
  }
  header.is-active .home-logo {
    display: none;
  }
  header.is-active .inner-logo {
    display: block;
  }
  header.is-active .hamburger-icon.is-active span {
    background: #394b56;
  }
  header.is-active .header__inner {
    min-height: 60px;
    display: flex;
    align-items: center;
  }
  header.is-active .utility {
    flex: none;
  }
  header.is-active .utility ul li {
    height: 60px;
    margin-top: 0;
  }
  header.is-active .gnavi {
    flex: 1;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
header.is-active ul {
  height: auto;
}
header.is-active li {
  display: flex;
  align-items: center;
  font-family: "Barlow Condensed", "Noto Sans JP", "Lucida Grande", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: bold;
  color: #fff;
}
header.is-active li.tel {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
header.is-active li.tel a {
  padding: 20px 0;
}
/* =========================================================
Footer
========================================================= */
.footer {
  width: 100%;
  height: auto;
  margin: 0 auto 0;
  padding: 80px 0 0;
  position: relative;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7);
  font-family: "M PLUS 1p", sans-serif;
}
.footer .contentsList {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .footer .contentsList {
    width: 90%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .footer .contentsList {
    width: 90%;
    height: auto;
  }
}
.footer .contentsList .block {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 40px;
}
@media screen and (max-width: 767px) {
  .footer .contentsList .block {
    display: block;
    text-align: left;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer .contentsList .block a {
    text-align: left;
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .footer .contentsList .block a:first-child {
    width: 100%;
    margin-bottom: 10px;
  }
}
.footer .contentsList .block a img {
  width: auto;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .footer .contentsList .block a img {
    width: 100%;
    max-width: 308px;
    display: inline-block;
    margin-right: 0;
  }
}
.footer .contentsList .block i.fa {
  font-size: 4.1rem;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .footer .contentsList .block i.fa {
    margin-left: 0;
    margin-right: 20px;
  }
}
.footer .contentsList > .layer {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: wrap;
  height: 150px;
  font-size: 1.2rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .footer .contentsList > .layer {
    display: none;
  }
}
.footer .contentsList > .layer .item > ul {
  margin-top: 10px;
  margin-left: 10px;
}
.footer .contentsList .col3 {
  width: 28%;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .footer .contentsList .col3 {
    width: 36%;
  }
}
.footer .contentsList .col3 .layer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.footer .contentsList .col3 .item {
  width: 50%;
}
.footer .subContents {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
  padding: 10px 0;
  margin: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .footer .subContents {
    flex-direction: column;
    width: 100%;
    margin: 0 auto 0;
    padding: 0 0 10px;
    border-top: 0;
  }
}
.footer .subContents .item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: calc( 100% / 3 );
  font-family: "Barlow Condensed", "Noto Sans JP", "Lucida Grande", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .footer .subContents .item {
    justify-content: flex-start;
    text-align: left;
    font-size: 2.4rem;
    width: 100%;
    padding: 0;
    line-height: 1;
    margin: 0 0 20px;
  }
}
.footer .subContents .item + li {
  border-left: solid 1px #eee;
}
@media screen and (max-width: 767px) {
  .footer .subContents .item + li {
    border-left: 0;
  }
}
.footer .subContents .item:last-child {
  font-size: 1.3rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .footer .subContents .item:last-child {
    font-size: 1.6rem;
  }
}
.footer .subContents img {
  width: 24px;
  display: inline-block;
  margin-right: 5px;
}
.footer .callAttention {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  padding: 10px 20px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .footer .callAttention {
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .footer .callAttention {
    padding: 10px 20px;
    width: 100%;
    flex-direction: column;
  }
}
.footer .callAttention dl {
  width: calc(100% - 100px);
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .footer .callAttention dl {
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .footer .callAttention dl {
    width: 100%;
    flex-direction: column;
    border-bottom: solid 1px #eee;
    margin: 0 0 5%;
  }
}
.footer .callAttention dt {
  padding: 10px 20px 10px 0;
  font-size: 1.8rem;
  white-space: nowrap;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .footer .callAttention dt {
    min-width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .footer .callAttention dt {
    border-bottom: solid 1px #eee;
    width: 100%;
    padding: 10px 20px 20px;
    text-align: center;
  }
}
.footer .callAttention dd {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .footer .callAttention dd {
    padding: 5% 0;
    font-size: 1.6rem;
  }
}
.footer .callAttention img {
  width: 81px;
}

footer .utility {
  margin: 10px 0 0;
}
footer .utility__list {
  margin: 0;
  padding: 0;
  text-align: left;
}
footer .utility__item {
  margin: 15px 0 0;
  padding: 0;
  line-height: 1;
  font-size: 1.4rem;
}
footer .utility__item:first-child {
  width: 50px;
  margin: 0;
}
footer .utility__item .fa {
  display: none;
}

/* =========================================================
BacktoTop
========================================================= */
.backtoTop {
  margin: 0;
  padding: 10px 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: #1aad8a;
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 997;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .backtoTop {
    width: 60px;
    height: 60px;
    position: fixed;
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .backtoTop {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 0;
    bottom: 0;
  }
}
.backtoTop i {
  display: inline-block;
  color: #fff;
  font-size: 5rem;
  margin: -7px 0 0 4px;
}
@media screen and (max-width: 767px) {
  .backtoTop i {
    font-size: 3.2rem;
    margin: -2px 0 0 3px;
  }
}

/* =========================================================
copyright
========================================================= */
.copyright {
  margin: 0;
  padding: 0 5%;
  height: 120px;
  color: #fff;
  background-color: #394b56;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  clear: both;
}
.copyright p {
  margin: 0 auto;
  font-size: 1.6rem;
  font-family: "Barlow Condensed", "Noto Sans JP", "Lucida Grande", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
}

/* =========================================================
Global Navigation
========================================================= */
nav.menu {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  align-self: stretch;
}
@media screen and (-ms-high-contrast: active) and (min-width: 1200px), screen and (-ms-high-contrast: none) and (min-width: 1200px) {
  nav.menu {
    height: 90px;
  }
}
@media screen and (max-width: 1199px) {
  nav.menu {
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
}
@media screen and (max-width: 1199px) {
  nav.menu {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    float: none;
    opacity: 1;
    visibility: visible;
  }
  nav.menu.is-active {
    padding: 60px 0 0;
  }
}

.gnavi {
  float: right;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: center;
  align-self: stretch;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .gnavi {
    float: none;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.83);
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .is-active .gnavi {
    display: block;
  }
}
.gnavi > ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: stretch;
  align-self: stretch;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .gnavi > ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: center;
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .gnavi > ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: center;
    margin: 0;
    padding: 0;
  }
}
.gnavi > ul > li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  align-self: stretch;
  margin: 0;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.4rem;
  font-style: italic;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .gnavi > ul > li {
    padding: 0;
  }
}
.gnavi > ul > li:last-child {
  display: none;
  padding-right: 0;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .gnavi > ul > li:last-child {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .gnavi > ul > li:last-child {
    display: flex;
  }
}
.gnavi > ul > li:nth-child(6) > a {
  padding-right: 0;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .gnavi > ul > li {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .gnavi > ul > li {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .gnavi > ul > li + li {
    margin-left: auto;
    border-top: solid 1px #fff;
  }
}
@media screen and (max-width: 767px) {
  .gnavi > ul > li + li {
    margin-left: auto;
    border-top: solid 1px #fff;
  }
}
.gnavi > ul > li > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  line-height: 1;
  padding: 0 1vw;
  height: 100%;
  color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .gnavi > ul > li > a {
    color: #1aad8a;
    padding: 20px 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .gnavi > ul > li > a {
    color: #1aad8a;
    padding: 20px 0;
    width: 100%;
  }
}
.gnavi > ul > li > a > span {
  font-family: "Barlow Condensed", "Noto Sans JP", "Lucida Grande", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: bold;
  color: #aaa;
  line-height: 1;
  margin-top: 5px;
  position: relative;
  z-index: 200;
}
.gnavi > ul > li.drop-down {
  position: relative;
}
.gnavi > ul > li.drop-down > a + .sub-nav {
  display: none;
}
@media screen and (min-width: 1200px) {
  .gnavi > ul > li.drop-down:hover {
    background: rgba(242, 242, 242, 0.9);
  }
  .gnavi > ul > li.drop-down:hover > a {
    color: #394b56;
  }
  .gnavi > ul > li.drop-down:hover > a + .sub-nav {
    display: flex;
    background: rgba(242, 242, 242, 0.9);
    position: fixed;
    top: 90px;
    left: 0;
    right: 0;
    min-height: 250px;
    justify-content: center;
  }
  #page_home .gnavi > ul > li.drop-down:hover > a + .sub-nav {
    margin-top: 24px;
  }
  #page_home.home-scrolled .gnavi > ul > li.drop-down:hover > a + .sub-nav {
    margin-top: 0;
  }
  .gnavi > ul > li.drop-down:hover > a + .sub-nav .sub-nav-header {
    position: absolute;
    left: 0;
    top: 0;
    width: 240px;
  }
  .gnavi > ul > li.drop-down:hover > a + .sub-nav .sub-nav-header > * {
    position: relative;
    z-index: 2;
  }
  .gnavi > ul > li.drop-down:hover > a + .sub-nav .sub-nav-header .title-jp {
    font-size: 2.4rem;
    font-family: "M PLUS 1p", sans-serif;
    font-style: normal;
    color: #394b56;
    margin-top: 40px;
    margin-bottom: 0px;
    text-align: left;
    margin-left: 40px;
  }
  .gnavi > ul > li.drop-down:hover > a + .sub-nav .sub-nav-header .title-en {
    font-size: 1.6rem;
    font-family: "Barlow Condensed", "Noto Sans JP", "Lucida Grande", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
    font-style: normal;
    color: #394b56;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0;
    text-align: left;
    margin-left: 40px;
  }
  .gnavi > ul > li.drop-down:hover > a + .sub-nav .sub-nav-header .title-link {
    position: absolute;
    right: 0;
    left: 40px;
    top: 220px;
    border-bottom: 1px solid #394b56;
    color: #394b56;
    font-size: 1rem;
    line-height: 2;
    text-align: left;
  }
  .gnavi > ul > li.drop-down:hover > a + .sub-nav .sub-nav-header svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 240px;
    height: 240px;
    z-index: 1;
  }
  .gnavi > ul > li.drop-down:hover > a + .sub-nav .sub-nav-header svg .cls {
    fill: rgba(26, 173, 138, 0.83);
  }
}
@media screen and (min-width: 1200px) and (max-width: 1199px) {
  .gnavi > ul > li.drop-down:hover > a + .sub-nav .sub-nav-header {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .gnavi > ul > li.drop-down:hover > a + .sub-nav .sub-nav-content > ul {
    max-width: 720px;
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 1px;
    justify-content: flex-start;
  }
  .gnavi > ul > li.drop-down:hover > a + .sub-nav .sub-nav-content > ul > li {
    margin-right: 20px;
    margin-bottom: 20px;
    width: 160px;
  }
  .gnavi > ul > li.drop-down:hover > a + .sub-nav .sub-nav-content > ul > li .image img {
    width: 160px;
    height: 100px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    font-family: "object-fit: cover; object-position: center;";
  }
  .gnavi > ul > li.drop-down:hover > a + .sub-nav .sub-nav-content > ul > li .title-jp {
    font-family: "M PLUS 1p", sans-serif;
    font-size: 1.3rem;
    font-style: normal;
    margin-top: 10px;
    margin-bottom: 0px;
    text-align: left;
    color: #394b56;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1200px) {
  .gnavi > ul > li.drop-down:hover > a + .sub-nav .sub-nav-content > ul > li#sub_nav_corporate_overview .title-jp {
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1200px) {
  .gnavi > ul > li.drop-down:hover > a + .sub-nav .sub-nav-content > ul > li .title-en {
    font-family: "Barlow Condensed", "Noto Sans JP", "Lucida Grande", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
    font-size: 0.9rem;
    font-style: normal;
    font-weight: bold;
    color: #aaaaaa;
    line-height: 1;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1199px) {
  .gnavi > ul > li.drop-down:hover > a + .sub-nav {
    position: static;
  }
}
.gnavi > ul > li.drop-down .icon {
  display: none;
}
@media screen and (max-width: 1199px) {
  .gnavi > ul > li.drop-down .icon {
    display: block;
    position: absolute;
    right: 10px;
    top: 20px;
    width: 30px;
    height: 30px;
    padding: 5px;
    font-size: 2rem;
    line-height: 1;
    color: #394b56;
  }
}
@media screen and (max-width: 1199px) {
  .gnavi > ul > li.drop-down.is-active > a + .sub-nav {
    display: block;
    width: 100%;
    background: #f2f2f2;
  }
  .gnavi > ul > li.drop-down.is-active > a + .sub-nav .sub-nav-header {
    display: none;
  }
  .gnavi > ul > li.drop-down.is-active > a + .sub-nav .sub-nav-content > ul > li > a {
    display: block;
    padding: 10px 0;
    width: 100%;
  }
  .gnavi > ul > li.drop-down.is-active > a + .sub-nav .sub-nav-content > ul > li .image {
    display: none;
  }
  .gnavi > ul > li.drop-down.is-active > a + .sub-nav .sub-nav-content > ul > li .title-jp {
    font-family: "M PLUS 1p", sans-serif;
    font-size: 1.4rem;
    font-style: normal;
    margin: 0;
    text-align: center;
    color: #394b56;
  }
  .gnavi > ul > li.drop-down.is-active > a + .sub-nav .sub-nav-content > ul > li .title-en {
    font-family: "Barlow Condensed", "Noto Sans JP", "Lucida Grande", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
    font-size: 0.9rem;
    font-style: normal;
    font-weight: bold;
    color: #aaaaaa;
    line-height: 1;
    margin: 0;
    text-align: center;
  }
  .gnavi > ul > li.drop-down.is-active .icon {
    transform-origin: 50% 50%;
    transform: rotate(180deg);
  }
}
.gnavi .fa-chevron-right {
  display: none;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* =========================================================
#button
========================================================= */
.button {
  background: transparent;
  display: inline-block;
  font-size: 1.4rem;
}
.button--round {
  padding: 12px 30px;
  line-height: 1;
  border-radius: 50vh;
}
@media screen and (max-width: 767px) {
  .button--round {
    display: block;
    text-align: center;
  }
}

.label {
  background: transparent;
  color: #fff;
  font-size: 1.2rem;
  min-width: 94px;
  text-align: center;
  padding: 10px 4px;
  line-height: 1;
  display: inline-block;
}
.label--topic-category-all {
  background-color: #1aad8a;
}
.label--topic-category-1 {
  background-color: #4aa911;
}
.label--topic-category-2 {
  background-color: #cd1414;
}
.label--topic-category-3 {
  background-color: #83129f;
}
.label--topic-category-4 {
  background-color: #1233ae;
}
.label--topic-category-5 {
  background-color: #36b1cc;
}
.label--topic-category-6 {
  background-color: #017033;
}
.label--topic-category-7 {
  background-color: #e47d03;
}
.label--topic-category-other {
  background-color: #dcb000;
}

/* =========================================================
#icon
========================================================= */
.icon {
  padding: 0.5em 1.25em;
  display: inline-block;
  line-height: 1;
  border-radius: 1em;
}
.icon--required {
  background: #e61f18;
  color: #fff;
  font-size: 1rem;
}

/* =========================================================
#modal
========================================================= */
.modal {
  display: none;
}

/* =========================================================
#color
========================================================= */
.alert-color {
  color: #cc0000;
}

/* =========================================================
#error
========================================================= */
.err {
  text-align: left;
  margin-top: 0;
  color: #e61f18;
}

.arrow-label > * {
  padding: 0 10px;
  display: inline-block;
  line-height: 40px;
  vertical-align: middle;
  background-color: #DFDED4;
  box-sizing: border-box;
}
.arrow-label :first-child {
  font-size: 14px;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .arrow-label :first-child {
    font-size: 12px;
  }
}
.arrow-label :first-child::after {
  content: "";
  position: absolute;
  margin-top: 1em;
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
  border-left: 0.5em solid transparent;
  right: -0.5em;
}
.arrow-label :last-child {
  padding-left: 15px;
  width: 190px;
  font-size: 15px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .arrow-label :last-child {
    width: 180px;
    font-size: 13px;
  }
}
.arrow-label .orange {
  background-color: #FF832C;
}
.arrow-label .orange:after {
  border-left-color: #FF832C;
}
.arrow-label .red {
  background-color: #FF2D16;
}
.arrow-label .red:after {
  border-left-color: #FF2D16;
}
.arrow-label .green {
  background-color: #019565;
}
.arrow-label .green:after {
  border-left-color: #019565;
}
.arrow-label .blue {
  background-color: #479FD6;
}
.arrow-label .blue:after {
  border-left-color: #479FD6;
}

#popup_mask {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
#popup_mask .popup {
  overflow: auto;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #popup_mask .popup {
    padding: 50px 4%;
  }
}
#popup_mask .popup .close {
  position: absolute;
  right: 10px;
  top: 10px;
}
#popup_mask .popup .close a {
  cursor: pointer;
}
#popup_mask .popup#data_require {
  width: 640px;
  max-width: 98%;
  max-height: 90%;
}
#popup_mask .popup#data_require h3 {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: bold;
  font-size: 1.2rem;
  color: #000;
  font-style: italic;
  text-align: left;
}
#popup_mask .popup#data_require .group {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #popup_mask .popup#data_require .group {
    flex-direction: column;
  }
}
#popup_mask .popup#data_require .group .text, #popup_mask .popup#data_require .group .images {
  flex: 1;
}
@media screen and (max-width: 767px) {
  #popup_mask .popup#data_require .group .text, #popup_mask .popup#data_require .group .images {
    flex: none;
    width: 100%;
  }
  #popup_mask .popup#data_require .group .text img, #popup_mask .popup#data_require .group .images img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
}
#popup_mask .popup#data_require .group + .group {
  margin-top: 30px;
}
#popup_mask .popup#data_require .group .text a {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.4rem;
  color: #fff;
  background: #1aad8a;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  #popup_mask .popup#data_require .group .text a {
    height: 40px;
  }
}
#popup_mask .popup#data_require .popup-content {
  width: 100%;
}

@-webkit-keyframes show {
  from {
    transform: translate(0, 20px);
    transition: all 300ms;
    opacity: 0;
  }
  to {
    transform: translate(0, 0);
    transition: all 300ms;
    opacity: 1;
  }
}

@keyframes show {
  from {
    transform: translate(0, 20px);
    transition: all 300ms;
    opacity: 0;
  }
  to {
    transform: translate(0, 0);
    transition: all 300ms;
    opacity: 1;
  }
}
@-webkit-keyframes hide {
  from {
    transform: translate(0, 0);
    transition: all 300ms;
    opacity: 1;
  }
  to {
    transform: translate(0, 20px);
    transition: all 300ms;
    opacity: 0;
  }
}
@keyframes hide {
  from {
    transform: translate(0, 0);
    transition: all 300ms;
    opacity: 1;
  }
  to {
    transform: translate(0, 20px);
    transition: all 300ms;
    opacity: 0;
  }
}
.disable {
  display: none;
}

@media screen and (min-width: 1200px) {
  .fadein {
    opacity: 0;
    transform: translate(0, 50px);
    transition: all 1000ms;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .fadein {
    opacity: 0;
    transform: translate(0, 50px);
    transition: all 1000ms;
  }
}
@media screen and (min-width: 1200px) {
  .fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@media screen and (min-width: 1200px) {
  .type2 {
    transition-delay: 200ms;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .type2 {
    transition-delay: 200ms;
  }
}

@media screen and (min-width: 1200px) {
  .type3 {
    transition-delay: 400ms;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .type3 {
    transition-delay: 400ms;
  }
}

@media screen and (min-width: 1200px) {
  .slow {
    transition-delay: 200ms;
    transition: all 1s;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .slow {
    transition-delay: 200ms;
    transition: all 1s;
  }
}

@media screen and (min-width: 1200px) {
  .slowx {
    transition-delay: 200ms;
    transition: all 1.5s;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .slowx {
    transition-delay: 200ms;
    transition: all 1.5s;
  }
}

/* =========================================================
Helper
========================================================= */
.format {
  background: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}

.noborder {
  border: none !important;
}

.fsize8 {
  font-size: 0.8rem;
}

.fsize9 {
  font-size: 0.9rem;
}

.fsize10 {
  font-size: 1rem;
}

.fsize11 {
  font-size: 1.1rem;
}

.fsize12 {
  font-size: 1.2rem;
}

.fsize13 {
  font-size: 1.3rem;
}

.fsize14 {
  font-size: 1.4rem;
}

.fsize15 {
  font-size: 1.5rem;
}

.fsize16 {
  font-size: 1.6rem;
}

.fsize17 {
  font-size: 1.7rem;
}

.fsize18 {
  font-size: 1.8rem;
}

.fsize19 {
  font-size: 1.9rem;
}

.fsize20 {
  font-size: 2rem;
}

.fsize21 {
  font-size: 2.1rem;
}

.fsize22 {
  font-size: 2.2rem;
}

.fsize23 {
  font-size: 2.3rem;
}

.fsize24 {
  font-size: 2.4rem;
}

.fsize25 {
  font-size: 2.5rem;
}

.fsize26 {
  font-size: 2.6rem;
}

.fsize27 {
  font-size: 2.7rem;
}

.fsize28 {
  font-size: 2.8rem;
}

.fsize29 {
  font-size: 2.9rem;
}

.fsize30 {
  font-size: 3rem;
}

.fsize31 {
  font-size: 3.1rem;
}

.fsize32 {
  font-size: 3.2rem;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mb0 {
  margin-bottom: 0;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb50 {
  margin-bottom: 50px;
}

.fwbold {
  font-weight: bold;
}

.fwnormal {
  font-weight: normal;
}

.ffonospace {
  font-family: monospace;
}

.fsnormal {
  font-style: normal;
}

.fsitalic {
  font-style: italic;
}

.fsoblique {
  font-style: oblique;
}

.lheight10 {
  line-height: 1;
}

.lheight12 {
  line-height: 1.2;
}

.lheight13 {
  line-height: 1.3;
}

.lheight14 {
  line-height: 1.4;
}

.lheight15 {
  line-height: 1.5;
}

.lheight16 {
  line-height: 1.6;
}

.lheight17 {
  line-height: 1.7;
}

.lheight18 {
  line-height: 1.8;
}

.lheight20 {
  line-height: 2;
}

.lheight25 {
  line-height: 2.5;
}

.lheight30 {
  line-height: 3;
}

.tleft,
.tleft th,
.tleft td {
  text-align: left !important;
}

.tright,
.tright th,
.tright td {
  text-align: right !important;
}

.tcenter,
.tcenter th,
.tcenter td {
  text-align: center !important;
}

.bsolid1e {
  border: solid 1px #eee;
}

.bsolid2e {
  border: solid 2px #eee;
}

.bsolid3e {
  border: solid 3px #eee;
}

.bsolid1d {
  border: solid 1px #ddd;
}

.bsolid2d {
  border: solid 2px #ddd;
}

.bsolid3d {
  border: solid 3px #ddd;
}

.bsolid1c {
  border: solid 1px #ccc;
}

.bsolid2c {
  border: solid 2px #ccc;
}

.bsolid3c {
  border: solid 3px #ccc;
}

.bdashed1e {
  border: dashed 1px #eee;
}

.bdashed2e {
  border: dashed 2px #eee;
}

.bdashed3e {
  border: dashed 3px #eee;
}

.bdashed1d {
  border: dashed 1px #ddd;
}

.bdashed2d {
  border: dashed 2px #ddd;
}

.bdashed3d {
  border: dashed 3px #ddd;
}

.bdashed1c {
  border: dashed 1px #ccc;
}

.bdashed2c {
  border: dashed 2px #ccc;
}

.bdashed3c {
  border: dashed 3px #ccc;
}

.vtop,
.vtop img,
.vtop th,
.vtop td {
  vertical-align: top !important;
}

.vmiddle,
.vmiddle img,
.vmiddle th,
.vmiddle td {
  vertical-align: middle !important;
}

.vbottom,
.vbottom img,
.vbottom th,
.vbottom td {
  vertical-align: bottom !important;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.cboth {
  clear: both;
}

.kerning {
  letter-spacing: -0.5px;
}

.cf {
  zoom: 1;
}
.cf:before, .cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.container:before,
.container:after,
.box:before,
.box:after,
article:before,
article:after,
header:before,
header:after,
footer:before,
footer:after {
  content: "";
  display: table;
}

.container:after,
.box:after,
article:after,
header:after,
footer:after {
  clear: both;
}

.container,
.box,
article,
header,
footer {
  zoom: 1;
}

.textLimit {
  list-style-position: inside;
}
.textLimit__item {
  width: 320px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.highlighter--pnk {
  background: linear-gradient(transparent 30%, #fbd 30%);
}
.highlighter--ylw {
  background: linear-gradient(transparent 30%, #ffb 30%);
}
.highlighter--ylw {
  background: linear-gradient(transparent 70%, #ff0 30%);
  display: inline;
}

.hanging {
  padding-left: 1em !important;
  display: inline-block;
  text-indent: -1em;
}