/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * 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 {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

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

/**
 * 1. Remove the bottom border in Chrome 57- and 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;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

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

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 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"], /* 1 */
[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;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * 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"] {
  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 macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-weight: normal;
  font-size: 100%;
  padding: 0;
  margin: 0;
}
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul li,
ul ol {
  margin: 0;
  padding: 0;
}
html {
  box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
}
@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic");
}
html {
  font-family: -apple-sysytem, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, MyYugothicM, Verdana, Roboto, "Droid Sans", sans-serif;
}
html {
  font-size: 100%;
}
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
html,
body {
  height: 100%;
}
.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  background: rgba(0,0,0,0.9);
}
.header .header__logo a {
  display: block;
}
.header .header__logo a:hover {
  background: none;
}
.header .header__logo img {
  width: 100%;
}
.header__wrapper {
  position: relative;
}
.main-menu__item a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main-menu__item__title {
  font-family: 'Gill Sans', 'Gill Sans MT', 'Open Sans', sans-serif;
}
.sub-menu .sub-menu__item img {
  width: 100%;
  display: block;
  left: 0;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.menu--open .header__hamburger-icon span:nth-child(1) {
  top: 45%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.menu--open .header__hamburger-icon span:nth-child(2) {
  opacity: 0;
}
.menu--open .header__hamburger-icon span:nth-child(3) {
  bottom: 45%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.footer {
  box-sizing: border-box;
  background: #000;
  margin-top: 100px;
  position: relative;
}
.footer a {
  color: #aaa;
}
.footer a:link,
.footer a:hover {
  color: #aaa;
}
.footer__nav {
  box-sizing: border-box;
}
.footer__list li {
  font-size: 0.75rem;
}
.footer__icon {
  width: 90px;
}
.footer__icon img {
  width: 100%;
  display: block;
  left: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.footer__logo {
  box-sizing: border-box;
}
.footer__logo img {
  width: 100%;
  display: block;
  left: 0;
}
.footer__copy {
  color: #aaa;
  font-size: 0.625rem;
}
.wrapper {
  width: 100%;
  background: #fff;
}
.anker-point {
  margin-top: -80px;
  padding-top: 80px;
}
body,
html {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 0px) and (max-width: 767px) {

  body {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
  }

  .header {
    height: 60px;
    border-bottom: 2.5px solid #b80000;
  }

  .header .header__logo {
    width: 60px;
  }

  .header__nav {
    position: fixed;
    top: 60px;
    left: auto;
    right: 0;
    width: 56.00000000000001%;
    height: 100%;
    background: rgba(0,0,0,0.9);
    overflow-y: scroll;
  }

  .header__nav::-webkit-scrollbar {
    display: none;
  }

  .header__nav::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.5);
  }

  .main-menu {
    margin-top: 32px;
  }

  .main-menu__item {
    width: 100%;
    margin-bottom: 12px;
  }

  .main-menu__item a {
    padding-left: 9.523809523809524%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .main-menu__item__title {
    font-size: 1.1875rem;
  }

  .main-menu__item__subtitle {
    font-size: 0.625rem;
  }

  .header a {
    color: #fff;
  }

  .header a:hover {
    color: #fff;
  }

  .sub-menu {
    width: 81.42857142857143%;
    margin: 0 auto;
    margin-top: 32px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 11.904761904761903%;
  }

  .sub-menu .sub-menu__item {
    width: 52.63157894736842%;
  }

  .sub-menu .sub-menu__item__mail {
    width: 34.50292397660819%;
    border: none;
  }

  .sub-menu--sp_only {
    font-size: 0.6875rem;
    padding-left: 9.523809523809524%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 30px;
  }

  .sub-menu--sp_only .sub-menu__item {
    margin-top: 14px;
  }

  .sub-menu--sp_only .sub-menu__item a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header__hamburger-icon {
    position: absolute;
    top: 28px;
    right: 16px;
    width: 35px;
    height: 23px;
    cursor: pointer;
    margin-top: -11.5px;
  }

  .header__hamburger-icon span {
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    height: 1px;
    background-color: #fff;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }

  .header__hamburger-icon span:nth-child(1) {
    top: 0;
  }

  .header__hamburger-icon span:nth-child(2) {
    opacity: 1;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .header__hamburger-icon span:nth-child(3) {
    bottom: 0;
  }

  .header__nav {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    z-index: 100;
  }

  .menu--open .header__nav {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .footer__inner {
    width: 90%;
    margin: 0 auto;
    padding: 50px 20px 12px 20px;
  }

  .footer__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer__list {
    width: 50%;
  }

  .footer__list:first-of-type {
    border-right: solid 1px #aaa;
  }

  .footer__list li {
    text-align: center;
    margin-top: 15px;
  }

  .footer__list li a {
    display: block;
  }

  .footer__list li:first-child {
    margin-top: 0;
  }

  .footer__icon {
    margin: 40px auto 0 auto;
  }

  .footer__logo {
    width: 70.58823529411765%;
    margin: 40px auto 0 auto;
  }

  .footer__copy {
    text-align: center;
    margin-top: 9px;
  }

  .anker-point {
    margin-top: -59px;
    padding-top: 59px;
  }
}
@media print, screen and (min-width: 768px) {

  .header {
    position: fixed;
    height: 80px;
    box-sizing: border-box;
    border-bottom: 5px solid #b80000;
  }

  .header .header__logo {
    width: 80px;
    position: relative;
    z-index: 10;
  }

  .header__nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  .main-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 80px;
    width: 605px;
  }

  .main-menu__item {
    width: 20%;
    height: 75px;
    border-right: 1px solid #434343;
    font-size: 14px;
    text-align: center;
  }

  .main-menu__item.main-menu--active {
    background-color: #b80000;
  }

  .main-menu__item.main-menu--active a {
    color: #fff;
  }

  .main-menu__item.main-menu--active a:hover {
    color: #fff;
  }

  .main-menu__item a {
    padding-top: 30px;
  }

  .main-menu__item__title {
    font-size: 0.875rem;
  }

  .main-menu__item__subtitle {
    font-size: 0.6875rem;
  }

  .header a {
    color: #fff;
  }

  .header a:hover {
    color: #fff;
    text-decoration: none;
    background: #454545;
  }

  .sub-menu {
    position: absolute;
    top: 50%;
    right: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 160px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .sub-menu .sub-menu__item {
    width: 56.25%;
    height: 100%;
    background-color: #fff;
  }

  .sub-menu .sub-menu__item img:hover {
    opacity: 0.7;
  }

  .sub-menu .sub-menu__item__mail {
    width: 37.5%;
  }

  .sub-menu--sp_only {
    display: none;
  }

  .header__hamburger-icon {
    display: none;
  }

  .footer {
    min-width: 980px;
    padding: 30px 0 21px 0;
    margin-top: 150px;
  }

  .footer__inner {
    width: 91.40625%;
    margin: 0 auto;
    position: relative;
  }

  .footer__links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-left: 21.367521367521366%;
    position: relative;
  }

  .footer__nav {
    width: 91%;
    margin-right: 90px;
  }

  .footer__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .footer__list:first-of-type {
    margin-bottom: 1.70940170940171%;
  }

  .footer__list li {
    margin-right: 3.589743589743589%;
  }

  .footer__list li:first-child {
    width: 72px;
  }

  .footer__list li:nth-child(2) {
    width: 109px;
  }

  .footer__list li:nth-child(3) {
    width: 73px;
  }

  .footer__list li:nth-child(4) {
    width: 73px;
  }

  .footer__list li:nth-child(5) {
    width: 120px;
  }

  .footer__icon {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .footer__icon img:hover {
    opacity: 0.9;
  }

  .footer__items {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 21.367521367521366%;
  }

  .footer__logo {
    max-width: 250px;
    margin-bottom: 8.799999999999999%;
  }

  body.complete,
  body.comfirm,
  body.error {
    background: #000;
  }

  body.complete .footer,
  body.comfirm .footer,
  body.error .footer {
    margin-top: 0;
  }
}
@media screen and (min-width: 480px) and (max-width: 980px) {

  .main-menu {
    width: 550px;
  }

  .sub-menu {
    right: 10px;
    width: 150px;
  }
}
@media screen and (min-width: 480px) and (max-width: 910px) {

  .main-menu {
    width: 488px;
  }
}
