@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/* HTML5 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 vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

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

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

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

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size 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 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

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

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

/**
 * 1. Prevent a 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.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
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. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

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

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

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

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of 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 */
}

html {
  font-size: 10px;
}

body {
  font-family: 'dinot-r', "ヒラギノ角ゴ Pro W3", "メイリオ", "メイリオ", sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  color: #1d1d1d;
}

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

img {
  max-width: 100%;
}

html, p, ul, ol, li, form, h1, h2, h3, h4, dd, dl, dt, iframe, span, figure {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4 {
  font-weight: normal;
}

img {
  height: auto;
  vertical-align: middle;
  max-width: 100%;
}

a img {
  border: none;
  outline: none;
}

ul, ol {
  list-style: none;
}

.clear {
  clear: both;
}

.clearFix {
  overflow: hidden;
}

.clearFix:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
}

* html .clearFix {
  height: 1em;
  overflow: visible;
}

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

a:hover {
  text-decoration: none;
}

a:focus {
  outline: none;
}

.no-margin {
  margin: .2em 0 !important;
}

.list-dotted li {
  margin-left: 1em;
  text-indent: -1em;
}

@media screen and (min-width: 897px), print {
  body {
    line-height: 1.3;
    font-size: 1.8rem;
  }
  .sp {
    display: none !important;
  }
  .tel-link {
    cursor: default;
    pointer-events: none;
    text-decoration: none;
  }
  .under-link {
    text-decoration: underline;
  }
  .under-link:hover {
    text-decoration: none;
  }
  .root {
    position: relative;
    overflow: hidden;
    min-width: 100%;
    width: 100%;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    min-height: 100vh;
  }
  .inner {
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
  }
  .header {
    width: 100%;
    min-width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    line-height: 1;
    z-index: 999;
  }
  .header .inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .global-logo {
    width: 355px;
  }
  .global-logo__mark {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 83px;
  }
  .global-logo a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: center;
    -webkit-transition: opacity 0.3s cubic-bezier(0.35, 0.3, 0.3, 0.87);
    -moz-transition: opacity 0.3s cubic-bezier(0.35, 0.3, 0.3, 0.87);
    transition: opacity 0.3s cubic-bezier(0.35, 0.3, 0.3, 0.87);
  }
  .global-logo a:hover {
    opacity: .6;
  }
  .global-nav {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    position: relative;
    font-family: "dinot-r";
    color: #787878;
    padding-right: 54px;
    font-size: 1.6rem;
  }
  .global-nav__row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .global-nav__row:nth-of-type(2) {
    margin-top: 12px;
  }
  .global-nav__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: auto;
  }
  .global-nav__item {
    height: 100%;
    position: relative;
  }
  .global-nav__item a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding: 0 17px;
    -webkit-transition: color 0.3s cubic-bezier(0.35, 0.3, 0.3, 0.87), opacity 0.3s cubic-bezier(0.35, 0.3, 0.3, 0.87);
    -moz-transition: color 0.3s cubic-bezier(0.35, 0.3, 0.3, 0.87), opacity 0.3s cubic-bezier(0.35, 0.3, 0.3, 0.87);
    transition: color 0.3s cubic-bezier(0.35, 0.3, 0.3, 0.87), opacity 0.3s cubic-bezier(0.35, 0.3, 0.3, 0.87);
  }
  .global-nav__item a:hover {
    color: #d00213;
    opacity: .6;
  }
  .global-nav__item:before {
    content: '';
    display: block;
    width: 1px;
    height: 24px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    opacity: .5;
    -webkit-transform: skew(-20deg) translateY(-50%);
       -moz-transform: skew(-20deg) translateY(-50%);
        -ms-transform: skew(-20deg) translateY(-50%);
            transform: skew(-20deg) translateY(-50%);
    -webkit-transform-origin: center top;
       -moz-transform-origin: center top;
        -ms-transform-origin: center top;
            transform-origin: center top;
  }
  .global-nav__item:nth-of-type(1):before {
    display: none;
  }
  .global-nav__item.is-current a {
    cursor: default;
    pointer-events: none;
    color: #d00213;
  }
  .global-nav__btn {
    margin-left: 7px;
    font-size: 1.4rem;
    width: 128px;
  }
  .global-nav__btn a {
    padding: 6px 0;
  }
  .lang-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "dinot-b";
    margin-left: auto;
    margin-right: 23px;
  }
  .lang-btn p:after {
    content: '';
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 2px;
    height: 13px;
    background-color: #787878;
    margin: 0 10px;
  }
  .lang-btn__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .lang-btn__item:nth-of-type(n + 2):before {
    content: '/';
    margin: 0 6px;
  }
  .lang-btn__item a {
    -webkit-transition: 0.3s cubic-bezier(0.35, 0.3, 0.3, 0.87);
    -moz-transition: 0.3s cubic-bezier(0.35, 0.3, 0.3, 0.87);
    transition: 0.3s cubic-bezier(0.35, 0.3, 0.3, 0.87);
  }
  .lang-btn__item a:hover {
    color: #d00213;
  }
  .lang-btn__item.is-current a {
    cursor: default;
    pointer-events: none;
    color: #d00213;
  }
  .sns-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sns-list__item:nth-of-type(n + 2) {
    margin-left: 6px;
  }
  .sns-list__item a {
    background-color: #787878;
    display: block;
    -moz-border-radius: 100%;
         border-radius: 100%;
    overflow: hidden;
  }
  .sns-list__item a:hover span:before {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .sns-list__item span {
    position: relative;
    width: 27px;
    height: 27px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sns-list__item span:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #d00213;
    position: absolute;
    left: 0;
    top: 0;
    -moz-border-radius: 100%;
         border-radius: 100%;
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-transition: 0.3s cubic-bezier(0.35, 0.3, 0.3, 0.87);
    -moz-transition: 0.3s cubic-bezier(0.35, 0.3, 0.3, 0.87);
    transition: 0.3s cubic-bezier(0.35, 0.3, 0.3, 0.87);
  }
  .sns-list__item img {
    position: relative;
  }
  .logo-tours {
    position: absolute;
    right: 4px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 40px;
  }
  .footer {
    position: relative;
    text-align: center;
    line-height: 1;
  }
  .footer .global-logo {
    margin: 0 auto;
  }
  .footer .sns-list {
    margin: 28px auto 0;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__copy {
    display: block;
    font-size: 1.4rem;
    margin-top: 14px;
  }
  .section__h2 {
    text-align: center;
    line-height: 1;
    font-size: 3.8rem;
  }
  .section__h3 {
    text-align: center;
    line-height: 1;
    font-size: 2.8rem;
  }
  .section__dl dt {
    font-size: 2rem;
    font-weight: bold;
    font-family: "dinot-b";
  }
  .bg--gray {
    background: url("../images/utils/content_bg_gray.png") left bottom repeat;
  }
  .bg--red {
    color: #fff;
    background: url("../images/utils/content_bg_red.png") left bottom repeat;
  }
  .bg--white {
    background: url("../images/utils/content_bg_white.png") left bottom repeat;
  }
  .btn {
    text-align: center;
    font-family: "dinot-bl";
  }
  .btn a {
    display: block;
    -webkit-transition: 0.3s cubic-bezier(0.35, 0.3, 0.3, 0.87);
    -moz-transition: 0.3s cubic-bezier(0.35, 0.3, 0.3, 0.87);
    transition: 0.3s cubic-bezier(0.35, 0.3, 0.3, 0.87);
  }
  .btn-red a {
    background-color: #d00213;
    color: #fff;
  }
  .btn-red a:hover {
    background-color: #fff;
    color: #d00213;
  }
  .btn-white a {
    background-color: #fff;
    color: #d00213;
  }
  .btn-white a:hover {
    background-color: #d00213;
    color: #fff;
  }
  .kv {
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    color: #333;
    background-color: #000;
  }
  .kv__img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 700px;
    max-width: 90%;
  }
  .kv__img svg {
    fill: #fff;
  }
  .kv__inner {
    position: relative;
    z-index: 2;
  }
  .kv h1 {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 896px) {
  body {
    line-height: 1.8;
    font-size: 2.4vw;
  }
  .pc {
    display: none !important;
  }
  .under-link {
    text-decoration: underline;
  }
  .root {
    position: relative;
    overflow: hidden;
    min-width: 100%;
    width: 100%;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    background-position: right bottom;
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .contents--2column {
    min-height: -webkit-calc(100vh - (48px + 30vw));
    min-height: -moz-calc(100vh - (48px + 30vw));
    min-height: calc(100vh - (48px + 30vw));
  }
  .contents--2column__inner {
    margin: 0 auto;
    padding: 0 3.5vw;
  }
  .inner {
    position: relative;
    width: 100%;
    padding: 0 3.5vw;
    margin: 0 auto;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .header {
    width: 100%;
    line-height: 1;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
  }
  .header__logo {
    width: 183.5px;
  }
  .header__inner {
    height: 48px;
    background: -webkit-linear-gradient(330deg, #dd7471 0.1%, #521a0d 12%, #000 30%);
    background: -moz- oldlinear-gradient(330deg, #dd7471 0.1%, #521a0d 12%, #000 30%);
    background: linear-gradient(120deg, #dd7471 0.1%, #521a0d 12%, #000 30%);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 3.5vw;
    position: relative;
    z-index: 2;
  }
  .header.is-open .global-nav,
  .header.is-open .global-nav-close {
    visibility: visible;
    opacity: 1;
  }
  .header.is-open .menu-btn__inner:before {
    -webkit-transform: rotate(45deg) translate(-1px, -1px);
       -moz-transform: rotate(45deg) translate(-1px, -1px);
        -ms-transform: rotate(45deg) translate(-1px, -1px);
            transform: rotate(45deg) translate(-1px, -1px);
  }
  .header.is-open .menu-btn__inner:after {
    -webkit-transform: rotate(-45deg) translate(0px, -1px);
       -moz-transform: rotate(-45deg) translate(0px, -1px);
        -ms-transform: rotate(-45deg) translate(0px, -1px);
            transform: rotate(-45deg) translate(0px, -1px);
  }
  .header.is-open .menu-btn__bar {
    opacity: 0;
  }
  .global-nav {
    width: 100%;
    font-size: 2.6vw;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
    -webkit-transition: 0.3s cubic-bezier(0.35, 0.3, 0.3, 0.87);
    -moz-transition: 0.3s cubic-bezier(0.35, 0.3, 0.3, 0.87);
    transition: 0.3s cubic-bezier(0.35, 0.3, 0.3, 0.87);
  }
  .global-nav__list {
    height: 100%;
    margin: 0 auto;
  }
  .global-nav__item {
    height: 11.9vw;
    line-height: 11.9vw;
    position: relative;
    background: #e57373 url("../images/utils/menu_sp_gradient.png") left center no-repeat;
  }
  .global-nav__item a {
    display: block;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding: 0 9.5vw;
  }
  .global-nav__item:nth-of-type(n + 2) {
    border-top: 1px solid #964b4b;
  }
  .global-nav__item.is-current a {
    cursor: default;
    pointer-events: none;
    color: #fff;
  }
  .global-nav-close {
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s cubic-bezier(0.35, 0.3, 0.3, 0.87);
    -moz-transition: 0.3s cubic-bezier(0.35, 0.3, 0.3, 0.87);
    transition: 0.3s cubic-bezier(0.35, 0.3, 0.3, 0.87);
  }
  .menu-btn {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 21.5px;
    height: 17.5px;
    position: relative;
    z-index: 9;
  }
  .menu-btn__inner {
    width: 100%;
    height: 100%;
  }
  .menu-btn__inner:before, .menu-btn__inner:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #e57373;
    position: absolute;
    left: 0;
    -webkit-transition: 0.3s cubic-bezier(0.35, 0.3, 0.3, 0.87);
    -moz-transition: 0.3s cubic-bezier(0.35, 0.3, 0.3, 0.87);
    transition: 0.3s cubic-bezier(0.35, 0.3, 0.3, 0.87);
  }
  .menu-btn__inner:before {
    top: 1px;
    -webkit-transform-origin: left top;
       -moz-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
  }
  .menu-btn__inner:after {
    bottom: 1px;
    -webkit-transform-origin: left top;
       -moz-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
  }
  .menu-btn__bar {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #e57373;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transition: 0.3s cubic-bezier(0.35, 0.3, 0.3, 0.87);
    -moz-transition: 0.3s cubic-bezier(0.35, 0.3, 0.3, 0.87);
    transition: 0.3s cubic-bezier(0.35, 0.3, 0.3, 0.87);
  }
  .footer {
    position: relative;
  }
  .footer .inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .footer__copy {
    margin-top: 5.3vw;
    text-align: center;
    line-height: 1.3;
    font-size: 10px;
    -webkit-transform: scale(0.7);
       -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-transform-origin: center;
       -moz-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    letter-spacing: 0.03em;
    white-space: nowrap;
    word-break: keep-all;
  }
  .footer__link {
    font-size: 2vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer__link-item a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    width: 20.5vw;
    height: 5.2vw;
    color: #e57373;
    color: #e57373;
  }
  .footer__link-item a:before, .footer__link-item a:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    -webkit-transition: 0.3s cubic-bezier(0.35, 0.3, 0.3, 0.87);
    -moz-transition: 0.3s cubic-bezier(0.35, 0.3, 0.3, 0.87);
    transition: 0.3s cubic-bezier(0.35, 0.3, 0.3, 0.87);
    opacity: 1;
  }
  .footer__link-item a:before {
    width: 100%;
    height: 100%;
    background: #e57373;
    background: -webkit-linear-gradient(315deg, transparent 0.6vw, #e57373 0);
    background: -moz- oldlinear-gradient(315deg, transparent 0.6vw, #e57373 0);
    background: linear-gradient(135deg, transparent 0.6vw, #e57373 0);
    background-position: top left;
    background-repeat: no-repeat;
  }
  .footer__link-item a:after {
    width: -webkit-calc(100% - 2px);
    width: -moz-calc(100% - 2px);
    width: calc(100% - 2px);
    height: -webkit-calc(100% - 2px);
    height: -moz-calc(100% - 2px);
    height: calc(100% - 2px);
    background: #fff;
    background: -webkit-linear-gradient(315deg, transparent 0.6vw, #fff 0);
    background: -moz- oldlinear-gradient(315deg, transparent 0.6vw, #fff 0);
    background: linear-gradient(135deg, transparent 0.6vw, #fff 0);
    background-position: top left;
    background-repeat: no-repeat;
  }
  .footer__link-item a:hover {
    color: #000;
  }
  .footer__link-item a:hover:after {
    opacity: 0;
  }
  .footer__link-item a:hover:before {
    opacity: 1;
  }
  .footer__link-item a:hover {
    color: #000;
  }
  .footer__link-item:nth-of-type(n + 2) {
    margin-left: 6px;
  }
  .side {
    padding-left: 2vw;
  }
  .side__en, .side__ja {
    position: relative;
  }
  .side__en:before, .side__ja:before {
    content: '';
    display: block;
    height: 1px;
    width: 1.1vw;
    background-color: #a0a0a0;
    position: absolute;
    left: -2.1vw;
    top: 50%;
  }
  .side__en {
    line-height: 1;
    margin-bottom: 3.9vw;
    white-space: nowrap;
  }
  .side__en span {
    display: block;
    position: relative;
    font-size: 10px;
    -webkit-transform: scale(0.5);
       -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: left;
       -moz-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left;
    letter-spacing: 0.25em;
  }
  .side__ja {
    line-height: 1.4;
    color: #e57373;
    font-size: 4.1vw;
    letter-spacing: 0.05em;
  }
  .side__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .side__list-item {
    margin: 1.7vw 1.7vw 0 0;
  }
  .side__list-item.is-current .side__list-label {
    background-color: #e57373;
    color: #000;
  }
  .side__list-label {
    display: inline-block;
    vertical-align: middle;
    font-size: 2.1vw;
    line-height: 1.2;
    padding: 1vw 1.3vw 1.2vw;
    background-color: #787878;
    cursor: pointer;
  }
  .content {
    padding-left: 2vw;
    padding-top: 4.2vw;
    padding-bottom: 7.2vw;
    position: relative;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .bread {
    margin: 3.9vw 0 3.3vw;
    line-height: 1.5;
    position: relative;
    color: #e57373;
    padding-left: 2vw;
  }
  .bread:before {
    content: '';
    display: block;
    height: 1px;
    width: 1.1vw;
    background-color: #a0a0a0;
    position: absolute;
    left: 0vw;
    top: .4em;
  }
  .bread__list {
    font-size: 10px;
    -webkit-transform: scale(0.6);
       -moz-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6);
    -webkit-transform-origin: left top;
       -moz-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
    width: 160%;
  }
  .bread__list-item {
    display: inline;
    vertical-align: middle;
  }
  .bread__list-item:nth-of-type(n + 2)::before {
    content: '＞';
    margin: 0 1em;
  }
  .section {
    line-height: 2;
  }
  .section--column2__inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .section--column2__inner--pc {
    display: block;
  }
  .section p {
    margin-bottom: 2em;
  }
  .section__tab {
    display: none;
    opacity: 0;
  }
  .section__tab.is-current {
    display: block;
    -webkit-animation: fade-in .7s forwards;
       -moz-animation: fade-in .7s forwards;
            animation: fade-in .7s forwards;
  }
  .section__head--row:before, .section__head--row:after {
    display: table;
    content: '';
    clear: both;
  }
  .section__h2 {
    color: #e57373;
    margin-bottom: 2.7vw;
    font-size: 3.3vw;
    line-height: 1.4;
  }
  .section__h2 small {
    display: block;
    font-size: 3.2vw;
  }
  .section__h2 small.s {
    font-size: 2.4vw;
  }
  .section__h3 {
    font-size: 3vw;
    line-height: 1.7;
    margin-bottom: 3.3vw;
  }
  .section__h3--color {
    color: #e57373;
    line-height: 1.4;
    margin-bottom: 2.2vw;
  }
  .section__block .section__h4 {
    font-size: 2.6vw;
    margin-bottom: 0.8vw;
  }
  .section__attention {
    line-height: 2;
    font-size: 10px;
    -webkit-transform: scale(0.9);
       -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transform-origin: left;
       -moz-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left;
    font-size: 2vw;
  }
  .section__dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative;
    padding-bottom: 2.2vw;
    margin-bottom: 2.2vw;
  }
  .section__dl:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: url("../images/utils/dotted_pink_light.png") left bottom repeat-x;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .section__dl dt {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .section__dl--block {
    display: block;
  }
  .section__dl--block dt {
    width: auto !important;
  }
  .section__hr {
    border: none;
    border-top: solid 1px #e57373;
    width: 100%;
    height: 1px;
    padding: 0;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    -moz-box-shadow: none;
         box-shadow: none;
    position: relative;
    overflow: hidden;
    margin: 3.3vw 0;
  }
  .section__table {
    width: 100%;
    border-collapse: collapse;
    line-height: 2;
  }
  .section__table th {
    font-weight: normal;
  }
  .section__table th, .section__table td {
    padding: 1.1vw 0;
    font-size: 1.5vw;
  }
  .section__table thead th:nth-of-type(n + 3) {
    border-left: 1px dotted #e57373;
  }
  .section__table tbody th {
    text-align: center;
    background-color: #e57373;
    color: #fff;
    padding: 0.8vw 0;
    line-height: 1;
  }
  .section__table tbody .none {
    background-color: transparent;
    width: 1px;
  }
  .section__table tbody td {
    text-align: center;
    border-left: 1px dotted #e57373;
    border-top: 1px solid #e57373;
  }
  .section__table tbody td:nth-of-type(1) {
    border-left: none;
  }
  .section__table tbody td span {
    display: inline-block;
    vertical-align: top;
    font-size: 1.1vw;
    font-size: 10px;
    -webkit-transform: scale(0.7);
       -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-transform-origin: left 40%;
       -moz-transform-origin: left 40%;
        -ms-transform-origin: left 40%;
            transform-origin: left 40%;
  }
  .section__table tbody td:last-of-type {
    vertical-align: middle;
  }
  .section__table tbody th, .section__table tbody td {
    vertical-align: top;
  }
  .figure-set {
    margin-bottom: 2.4em;
  }
  .figure-set:before, .figure-set:after {
    display: table;
    content: '';
    clear: both;
  }
  .figure-set__img {
    width: 25vw;
    float: right;
    margin: 0 0 1em 1.5em;
  }
  .link {
    font-size: 2.1vw;
  }
  .link a {
    position: relative;
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding: 0.8vw 2.2vw;
    line-height: 1.6;
  }
  .link a:before, .link a:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    -webkit-transition: 0.3s cubic-bezier(0.35, 0.3, 0.3, 0.87);
    -moz-transition: 0.3s cubic-bezier(0.35, 0.3, 0.3, 0.87);
    transition: 0.3s cubic-bezier(0.35, 0.3, 0.3, 0.87);
  }
  .link a:before {
    background: #e0e0e0;
    background: -webkit-linear-gradient(315deg, transparent 1vw, #e0e0e0 0);
    background: -moz- oldlinear-gradient(315deg, transparent 1vw, #e0e0e0 0);
    background: linear-gradient(135deg, transparent 1vw, #e0e0e0 0);
    background-position: top left;
    background-repeat: no-repeat;
  }
  .link a:after {
    background: #e57373;
    background: -webkit-linear-gradient(315deg, transparent 1vw, #e57373 0);
    background: -moz- oldlinear-gradient(315deg, transparent 1vw, #e57373 0);
    background: linear-gradient(135deg, transparent 1vw, #e57373 0);
    background-position: top left;
    background-repeat: no-repeat;
    opacity: 0;
  }
  .link a:hover:before {
    opacity: 0;
  }
  .link a:hover:after {
    opacity: 1;
  }
  .link .frame-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .link--s {
    display: inline-block;
    vertical-align: middle;
    font-size: 2vw;
    line-height: 1.2;
  }
  .link--s a {
    padding: 0.7vw 2vw;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .link--s a:before, .link--s a:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    -webkit-transition: 0.3s cubic-bezier(0.35, 0.3, 0.3, 0.87);
    -moz-transition: 0.3s cubic-bezier(0.35, 0.3, 0.3, 0.87);
    transition: 0.3s cubic-bezier(0.35, 0.3, 0.3, 0.87);
  }
  .link--s a:before {
    background: #e0e0e0;
    background: -webkit-linear-gradient(315deg, transparent 1vw, #e0e0e0 0);
    background: -moz- oldlinear-gradient(315deg, transparent 1vw, #e0e0e0 0);
    background: linear-gradient(135deg, transparent 1vw, #e0e0e0 0);
    background-position: top left;
    background-repeat: no-repeat;
  }
  .link--s a:after {
    background: #e57373;
    background: -webkit-linear-gradient(315deg, transparent 1vw, #e57373 0);
    background: -moz- oldlinear-gradient(315deg, transparent 1vw, #e57373 0);
    background: linear-gradient(135deg, transparent 1vw, #e57373 0);
    background-position: top left;
    background-repeat: no-repeat;
    opacity: 0;
  }
  .link--s a:hover:before {
    opacity: 0;
  }
  .link--s a:hover:after {
    opacity: 1;
  }
  .link--s .icon--pdf:before {
    width: 2.4vw;
    height: 4vw;
  }
  .link--m {
    line-height: 1.2;
    font-size: 2.4vw;
  }
  .link--m a {
    padding: 1.4vw 2.2vw;
  }
  .link--rev a {
    position: relative;
    width: 100%;
    height: 100%;
    color: #e57373;
  }
  .link--rev a:before, .link--rev a:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    -webkit-transition: 0.3s cubic-bezier(0.35, 0.3, 0.3, 0.87);
    -moz-transition: 0.3s cubic-bezier(0.35, 0.3, 0.3, 0.87);
    transition: 0.3s cubic-bezier(0.35, 0.3, 0.3, 0.87);
    opacity: 1;
  }
  .link--rev a:before {
    width: 100%;
    height: 100%;
    background: #e57373;
    background: -webkit-linear-gradient(315deg, transparent 6px, #e57373 0);
    background: -moz- oldlinear-gradient(315deg, transparent 6px, #e57373 0);
    background: linear-gradient(135deg, transparent 6px, #e57373 0);
    background-position: top left;
    background-repeat: no-repeat;
  }
  .link--rev a:after {
    width: -webkit-calc(100% - 2px);
    width: -moz-calc(100% - 2px);
    width: calc(100% - 2px);
    height: -webkit-calc(100% - 2px);
    height: -moz-calc(100% - 2px);
    height: calc(100% - 2px);
    background: #fff;
    background: -webkit-linear-gradient(315deg, transparent 6px, #fff 0);
    background: -moz- oldlinear-gradient(315deg, transparent 6px, #fff 0);
    background: linear-gradient(135deg, transparent 6px, #fff 0);
    background-position: top left;
    background-repeat: no-repeat;
  }
  .link--rev a:hover {
    color: #000;
  }
  .link--rev a:hover:after {
    opacity: 0;
  }
  .link--rev a:hover:before {
    opacity: 1;
  }
  .btn + .btn {
    margin-top: 1.3vw;
  }
  .btn a {
    display: block;
  }
  .btn--corona a {
    background-color: #26c6da;
    color: #fff;
    -moz-border-radius: 0.6vw;
         border-radius: 0.6vw;
    text-align: center;
    padding: 1.6vw 0;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .btn--corona__en {
    font-size: 10px;
    -webkit-transform: scale(0.8);
       -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: center;
       -moz-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    line-height: 1;
  }
  .btn--corona__ja {
    font-size: 2.6vw;
    line-height: 1.2;
    margin-top: 0.6vw;
  }
  .btn--corona__ja small {
    margin-right: 1em;
    font-size: 1.8vw;
  }
  .btn--blue {
    font-size: 2.4vw;
  }
  .btn--blue a {
    display: block;
    -moz-border-radius: 6.4vw;
         border-radius: 6.4vw;
    background-color: #26c6da;
    border: solid 1px #26c6da;
    padding: 1.6vw 2.2vw;
    line-height: 1.3;
    color: #fff;
  }
  .btn--blue .l {
    font-size: 2.6vw;
    display: block;
    margin-bottom: 0.1em;
  }
  .btn--blue .s {
    font-size: 2vw;
    display: block;
    margin-bottom: 0.1em;
  }
  .btn--blue--s {
    display: inline-block;
    vertical-align: middle;
  }
  .btn--blue-rev a {
    background-color: #eceff1;
    color: #26c6da;
  }
  .banner--corona {
    font-size: 1.6vw;
  }
  .banner--corona a {
    display: block;
    text-align: center;
    height: 7.1vw;
    line-height: 7.1vw;
    background-color: #eceff1;
    color: #00acc1;
  }
  .link-list .link {
    margin-top: 2.5vw;
  }
  .img-list li:nth-of-type(n + 2) {
    margin-top: 4.2vw;
  }
  .list-border li {
    position: relative;
    padding: 1.7vw 0;
  }
  .list-border li:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: url("../images/utils/dotted_pink.png") center center repeat-x;
    -moz-background-size: auto 100%;
         background-size: auto 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .list-border--noTop li:nth-of-type(1):after {
    display: none;
  }
  .list-number li {
    text-indent: -1.3em;
    padding-left: 1.4em;
  }
  .list-dotted li {
    padding-left: 1.2em;
    position: relative;
  }
  .list-dotted li:before {
    content: '○';
    position: absolute;
    left: 0;
    top: 0;
  }
  .list-dotted.list-border li:before {
    top: 1.7vw;
  }
  .list-dotted--square li:before {
    content: '□';
  }
  .icon {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .icon--pdf {
    margin-right: 2vw;
  }
  .icon--pdf:before {
    content: '';
    display: block;
    width: 3.5vw;
    height: 4.1vw;
    background: url("../images/utils/icon_pdf.png") center center no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .frame {
    position: relative;
    overflow: hidden;
    background: -webkit-linear-gradient(315deg, transparent 10px, #e57373 11px, transparent 12px) top left;
    background: -moz- oldlinear-gradient(315deg, transparent 10px, #e57373 11px, transparent 12px) top left;
    background: linear-gradient(135deg, transparent 10px, #e57373 11px, transparent 12px) top left;
    border-right: solid 1px #e57373;
    border-bottom: solid 1px #e57373;
    line-height: 1.8;
  }
  .frame:before, .frame:after {
    content: '';
    display: block;
    position: absolute;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .frame:before {
    width: 100%;
    height: 1px;
    background-color: #e57373;
    left: 16px;
    top: 0;
  }
  .frame:after {
    width: 1px;
    height: 100%;
    background-color: #e57373;
    left: 0;
    bottom: -16px;
  }
  .frame__title {
    color: #e57373;
  }
  .frame__title {
    margin-bottom: 1.1vw;
    line-height: 1.4;
    font-size: 3vw;
  }
  .frame p {
    margin-bottom: 0;
  }
  .frame--rev {
    position: relative;
    overflow: hidden;
    background: -webkit-linear-gradient(315deg, transparent 10px, transparent 11px, #e57373 12px) top left;
    background: -moz- oldlinear-gradient(315deg, transparent 10px, transparent 11px, #e57373 12px) top left;
    background: linear-gradient(135deg, transparent 10px, transparent 11px, #e57373 12px) top left;
  }
  .frame--rev:before, .frame--rev:after {
    display: none;
  }
  .frame--rev__title {
    color: transparent;
  }
  .frame-inner {
    position: relative;
    z-index: 2;
  }
  .select-year {
    display: inline-block;
    vertical-align: middle;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -moz-box-shadow: none;
         box-shadow: none;
    -moz-border-radius: 0;
         border-radius: 0;
    background: #e57373 url("../images/utils/select_arrow.png") center right no-repeat;
    -moz-background-size: auto 100%;
         background-size: auto 100%;
    color: #fff;
    font-size: 2.2vw;
    width: 24.1vw;
    line-height: 1.8;
    padding: 0 2.7vw;
  }
  .kv {
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    color: #333;
    background-color: #000;
  }
  .kv__img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 700px;
    max-width: 100%;
  }
  .kv__img svg {
    fill: #fff;
  }
  .kv__inner {
    position: relative;
    z-index: 2;
  }
  .kv h1 {
    line-height: 1.4;
    margin-bottom: 5px;
  }
}
