@charset "UTF-8";
/**************************************************
    sass
***************************************************/
/* -----------------------------------------------
	Variables
-------------------------------------------------- */
/* -----------------------------------------------
	Mixins
-------------------------------------------------- */
/* ---------- Media Query --------- */
/* ---------- CSS Hack --------- */
/* ---------- Common --------- */
/* ---------- Image --------- */
/* ---------- Arrow --------- */
/* ---------- Icon --------- */
/* ---------- Animation --------- */
/* -----------------------------------------------
	Functions
-------------------------------------------------- */
/*! normalize.css v8.0.1 | 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 iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 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;
}

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

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

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/**************************************************
	base
***************************************************/
* {
  box-sizing: border-box;
}

/* -----------------------------------------------
	1. Body
-------------------------------------------------- */
html {
  font-size: 16px;
  font-size: min(16px, 1.3vw);
}
@media (max-width: 767px) {
  html {
    font-size: 4.27vw;
  }
}

body, button, input, textarea, select {
  color: #000;
  font-weight: 500;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", sans-serif;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::selection {
  background: rgba(183, 39, 72, 0.7);
  color: #fff;
}

/* -----------------------------------------------
	2. Elements
-------------------------------------------------- */
/* ---------- base ---------- */
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  margin: 0;
}

img, svg, video {
  border: 0;
  vertical-align: bottom;
}

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

li {
  margin: 0;
  padding: 0;
}

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

figure {
  margin: 0;
}

/* ---------- text ---------- */
p {
  margin: 0 0 1em;
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: #000;
  text-decoration: underline;
  transition: all 0.3s;
}

a:hover {
  color: #b72748;
  text-decoration: none;
  transition: all 0.3s;
}

a[nohref] {
  color: inherit;
}
a[nohref]:hover {
  text-decoration: none;
}

a[href^="tel:"] {
  color: inherit;
}
@media (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ---------- image ---------- */
img {
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

.caption, figcaption {
  display: block;
  margin-top: 1em;
  font-size: 0.88em;
}

/* ---------- plain ---------- */
ul.plain, ol.plain {
  margin-left: 1em;
  margin-bottom: 1em;
}

.plain ul, .plain ol {
  margin: 0 0 0 1em;
}

ul.plain {
  list-style-type: disc;
}
ul.plain ul {
  list-style-type: circle;
}
ul.plain ul ul {
  list-style-type: square;
}

ol.plain, ol.plain ol {
  list-style-type: decimal;
}

dl.plain {
  margin: 0 0 1em;
}
dl.plain dt {
  font-weight: bold;
}
dl.plain dd {
  margin-bottom: 1em;
}

/* -----------------------------------------------
	3. Helper Class
-------------------------------------------------- */
/* ---------- clear ---------- */
._clearfix {
  zoom: 1;
}
._clearfix:after {
  content: "";
  display: block;
  clear: both;
  overflow: auto;
}

._float-l {
  float: left;
}

._float-r {
  float: right;
}

._clear {
  clear: both;
}

._hidden {
  display: none;
}

/* ---------- text ---------- */
._bold {
  font-weight: bold;
}

._underline {
  text-decoration: underline;
}

._small {
  font-size: 88% !important;
}

._middle {
  font-size: 100% !important;
}

._large {
  font-size: 113% !important;
}

._valignt {
  vertical-align: top !important;
}

._valignm {
  vertical-align: middle !important;
}

._valignb {
  vertical-align: bottom !important;
}

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

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

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

._wordbreak {
  word-break: break-all !important;
}

._nowrap {
  white-space: nowrap !important;
}

._image-text {
  overflow: hidden !important;
}

/* ---------- margin ---------- */
._zero {
  margin-bottom: 0 !important;
}

._half {
  margin-bottom: 0.67rem !important;
}

._default {
  margin-bottom: 1.33rem !important;
}

._double {
  margin-bottom: 2.67rem !important;
}

/* ---------- devices ---------- */
@media (min-width: 769px) {
  .only-sp {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .only-pc {
    display: none !important;
  }
}
/**************************************************
    Header
***************************************************/
.site-header {
  width: 100%;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.3s;
  z-index: 100;
}
.site-header > .inner {
  max-width: 1060px;
  padding: 1.88rem 2.5rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s;
}
.site-header .logo {
  transition: all 0.3s;
}
.site-header .logo img {
  transition: all 0.3s;
  width: auto;
  max-height: 100px;
}
.site-header .global-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.site-header .global-nav > li {
  margin-left: 1.88rem;
}
.site-header .global-nav > li a {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  display: block;
  color: #fff;
  text-decoration: none;
}
.site-header .global-nav > li a:hover, .site-header .global-nav > li a.-active {
  color: #b72748;
}
.site-header.transform {
  transition: all 0.3s;
}
.site-header.transform > .inner {
  padding: 1rem 2.5rem;
  transition: all 0.3s;
}
.site-header.transform .logo {
  transition: all 0.3s;
}
.site-header.transform .logo img {
  width: auto;
  max-height: 50px;
  transition: all 0.3s;
}

#contact, #privacy {
  padding-top: 0;
}
@media (max-width: 767px) {
  #contact, #privacy {
    padding-top: 56px;
  }
}
#contact .site-header, #privacy .site-header {
  position: static;
}

@media (max-width: 767px) {
  .sp-site-header {
    border-top: 4px solid #b72748;
    border-bottom: 1px solid #ebebeb;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
  }
  .sp-site-header > .inner {
    height: 56px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .sp-site-header > .inner > .logo {
    padding-left: 12px;
    margin-right: auto;
    box-sizing: border-box;
    display: flex;
    align-items: center;
  }
  .sp-site-header > .inner > .logo a {
    display: block;
    line-height: 1;
  }
  .sp-site-header > .inner > .logo a img {
    width: auto;
    height: 100%;
    max-height: 40px;
    line-height: 1;
  }
  .sp-site-header > .inner > .wrapper {
    display: flex;
    z-index: 999;
  }
  .sp-site-header > .inner > .wrapper .menu-category {
    position: relative;
  }
  .sp-site-header > .inner > .wrapper .menu-category #sp-icon {
    height: 56px;
    padding: 0 12px 0 34px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
  }
  .sp-site-header > .inner > .wrapper .menu-category #sp-icon span {
    display: inline-block;
    width: 16px;
    height: 2px;
    background: #b72748;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.3s;
    top: 52%;
    left: 20px;
    transform: translate(-50%, -50%);
  }
  .sp-site-header > .inner > .wrapper .menu-category #sp-icon span::before, .sp-site-header > .inner > .wrapper .menu-category #sp-icon span::after {
    display: inline-block;
    width: 16px;
    height: 2px;
    background: #b72748;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.3s;
  }
  .sp-site-header > .inner > .wrapper .menu-category #sp-icon span::before {
    content: "";
    transform: translateY(-4px) rotate(0deg);
  }
  .sp-site-header > .inner > .wrapper .menu-category #sp-icon span::after {
    content: "";
    transform: translateY(4px) rotate(0deg);
  }
  .sp-site-header > .inner > .wrapper .menu-category #sp-icon.sp-open {
    background: #f3f4f5;
    color: #b72748;
  }
  .sp-site-header > .inner > .wrapper .menu-category #sp-icon.sp-open span {
    background: transparent !important;
  }
  .sp-site-header > .inner > .wrapper .menu-category #sp-icon.sp-open span::before, .sp-site-header > .inner > .wrapper .menu-category #sp-icon.sp-open span::after {
    background: #b72748;
  }
  .sp-site-header > .inner > .wrapper .menu-category #sp-icon.sp-open span::before {
    content: "";
    transform: rotate(45deg) !important;
  }
  .sp-site-header > .inner > .wrapper .menu-category #sp-icon.sp-open span::after {
    content: "";
    transform: rotate(-45deg) !important;
  }
  .sp-site-header > .inner > .wrapper .menu-category .menu-content {
    display: none;
    background: #f3f4f5;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    padding: 15px 15px 1px;
    box-sizing: border-box;
    z-index: 9998;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .sp-site-header > .inner > .wrapper .menu-category .menu-content .search-box {
    margin-bottom: 20px;
  }
  .sp-site-header > .inner > .wrapper .menu-category .menu-content .search-box .gsc-input-box {
    padding: 0 !important;
  }
  .sp-site-header > .inner > .wrapper .menu-category .menu-content .search-box .gsc-search-button-v2 {
    padding: 10px !important;
  }
  .sp-site-header > .inner > .wrapper .menu-category .menu-content .menu-list {
    margin-bottom: 20px;
  }
  .sp-site-header > .inner > .wrapper .menu-category .menu-content .menu-list > li {
    margin-bottom: 10px;
  }
  .sp-site-header > .inner > .wrapper .menu-category .menu-content .menu-list > li a {
    width: 100%;
    height: 40px;
    padding: 0.6em 0.8em;
    box-sizing: border-box;
    display: block;
    font-size: 14px;
    background: #fff;
    color: #333;
    text-decoration: none;
  }
  .sp-site-header > .inner > .wrapper .menu-category .menu-content .menu-list > li a[target=_blank]::after {
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    background: url(../images/ico_external.svg) no-repeat 0 0;
    background-size: 8px 8px;
    margin-left: 8px;
  }
  .sp-site-header > .inner > .wrapper .menu-category .menu-content .menu-list > li .utility-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sp-site-header > .inner > .wrapper .menu-category .menu-content .menu-list > li .utility-nav > li {
    font-size: 0.875rem;
    width: calc((100% - 1px) / 2);
    margin-top: 1px;
  }
  .sp-site-header > .inner > .wrapper .menu-category .menu-content .menu-list > li.accordion > .inner {
    zoom: 1;
    display: none;
    position: relative;
  }
  .sp-site-header > .inner > .wrapper .menu-category .menu-content .menu-list > li.accordion > .inner:after {
    content: "";
    display: block;
    clear: both;
    overflow: auto;
  }
  .sp-site-header > .inner > .wrapper .menu-category .menu-content .menu-list > li.accordion > .inner .title {
    font-size: 13px;
    background: #585858;
    height: 40px;
    padding: 0.6em 0.8em;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    margin-top: 10px;
  }
  .sp-site-header > .inner > .wrapper .menu-category .menu-content .menu-list > li.accordion > .inner > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sp-site-header > .inner > .wrapper .menu-category .menu-content .menu-list > li.accordion > .inner > ul > li {
    width: calc((100% - 1px) / 2);
    margin-top: 1px;
  }
  .sp-site-header > .inner > .wrapper .menu-category .menu-content .menu-list > li.accordion > .inner > ul > li.toplink {
    width: 100%;
  }
  .sp-site-header > .inner > .wrapper .menu-category .menu-content .menu-list > li.accordion > .inner > ul > li > a {
    font-size: 12px;
    height: 100%;
  }
  .sp-site-header > .inner > .wrapper .menu-category .menu-content .menu-list > li.switch > .menu {
    display: block;
    position: relative;
  }
  .sp-site-header > .inner > .wrapper .menu-category .menu-content .menu-list > li.switch > .menu::after {
    content: "";
    background: url(../images/btn_menu_open.svg) no-repeat;
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    transition: all, 0.25s, linear;
  }
  .sp-site-header > .inner > .wrapper .menu-category .menu-content .menu-list > li.switch > .menu.active::after {
    background: url(../images/btn_menu_close.svg) no-repeat;
    background-size: 40px 40px;
  }
  .sp-site-header > .inner > .wrapper .menu-category .menu-content .menu-list > li:last-child {
    margin-bottom: 0;
  }
  .sp-site-header > .inner > .wrapper .menu-category .menu-content .btn-close {
    margin: 20px -15px -1px;
  }
  .sp-site-header > .inner > .wrapper .menu-category .menu-content .btn-close a {
    display: block;
    background: #b72748;
    color: #fff;
    text-align: center;
    padding: 0.8em 0;
    font-size: 12px;
    font-weight: bold;
  }
}
/**************************************************
    Footer
***************************************************/
.site-footer {
  background: #252525;
}
.site-footer > .inner {
  background: #000;
  max-width: 1060px;
  padding: 1.88rem 2.5rem;
  margin: 0 auto;
}
.site-footer .copyright {
  font-size: 0.9375rem;
  color: #fff;
  text-align: center;
  display: block;
}

/**************************************************
    Content
***************************************************/
.site-content section > .inner, .site-content section.inner {
  zoom: 1;
  max-width: 1060px;
  padding: 100px 2.5rem;
  margin: 0 auto;
}
.site-content section > .inner:after, .site-content section.inner:after {
  content: "";
  display: block;
  clear: both;
  overflow: auto;
}
@media (max-width: 767px) {
  .site-content section > .inner, .site-content section.inner {
    padding: 2.5rem 1.25rem;
  }
}
.site-content section > .inner.full, .site-content section.inner.full {
  max-width: 100%;
  padding: 2.5rem 0;
}

.breadcrumb {
  background: #fafafa;
}
.breadcrumb .breadcrumb-list {
  max-width: 1060px;
  padding: 1.33rem 2.5rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.breadcrumb .breadcrumb-list > li {
  font-size: 0.8125rem;
  display: flex;
  align-items: center;
}
.breadcrumb .breadcrumb-list > li::after {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  border-top: 1px solid #bbbbc6;
  border-right: 1px solid #bbbbc6;
  transform: rotate(45deg);
  display: block;
  margin: 0 0.67rem;
}
.breadcrumb .breadcrumb-list > li:last-child {
  font-weight: bold;
}
.breadcrumb .breadcrumb-list > li:last-child::after {
  display: none;
}
.breadcrumb .breadcrumb-list > li a {
  display: block;
}

/* -----------------------------------------------
	Animation
-------------------------------------------------- */
.fadein-top {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 800ms;
}
.fadein-top.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

@keyframes show {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
.effect-fade {
  opacity: 0;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-name: TopToBottom;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes TopToBottom {
  0% {
    opacity: 0;
    /* 透明 */
    transform: translateY(-20px);
    /* X軸方向に50px */
  }
  100% {
    opacity: 1;
    /* 不透明 */
    transform: translateY(0);
  }
}
/**************************************************
    button
***************************************************/
.button-a {
  text-align: center;
  margin: 0 auto 20px;
}
.button-a > a, .button-a > button {
  min-width: 320px;
  padding: 0.7em 2em 0.8em;
  display: inline-block;
  color: #000;
  border: 1px solid #ccc;
  border-radius: 100px;
}
@media (max-width: 767px) {
  .button-a > a, .button-a > button {
    min-width: 100%;
  }
}
.button-a > a:hover, .button-a > button:hover {
  background: #b72748;
  color: #fff;
  border: 1px solid #b72748;
  text-decoration: none;
}

.button-b {
  text-align: center;
  margin: 0 auto 20px;
}
.button-b > a, .button-b > button {
  min-width: 420px;
  padding: 0.9em 2em 1em;
  display: inline-block;
  color: #fff;
  background: #b72748;
  border-radius: 100px;
  border: 1px solid #b72748;
  font-weight: 500;
  letter-spacing: 0.1em;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .button-b > a, .button-b > button {
    min-width: 100%;
  }
}
.button-b > a:hover, .button-b > button:hover {
  background: #fff;
  color: #b72748;
  text-decoration: none;
  transition: all 0.3s;
}

/**************************************************
    Heading
***************************************************/
.h2-a {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 300;
  font-size: 3.4375rem;
  text-align: center;
  line-height: 1;
  margin-bottom: 3.75rem;
}
@media (max-width: 767px) {
  .h2-a {
    font-size: 2.125rem;
    margin-bottom: 1.25rem;
  }
}

.h2-b {
  font-size: 1.25rem;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 1rem;
  margin: 2.5rem 0 1.25rem;
}
@media (max-width: 767px) {
  .h2-b {
    font-size: 1.125rem;
  }
}

.h3-a {
  font-size: 1.5rem;
  text-align: center;
  line-height: 1;
  margin-bottom: 3.75rem;
}
@media (max-width: 767px) {
  .h3-a {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
  }
}

/**************************************************
    Table
***************************************************/
.table-a {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  border-collapse: collapse;
  border-top: 2px solid #fff;
}
.table-a th, .table-a td {
  font-size: 1.125rem;
  padding: 1em 2em;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #fff;
  white-space: normal !important;
}
@media (max-width: 767px) {
  .table-a th, .table-a td {
    font-size: 0.875rem;
    display: block;
    padding: 0.25em 0;
  }
}
.table-a td p {
  font-size: 1rem;
  text-align: left;
}
@media (max-width: 767px) {
  .table-a td p {
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  .table-a td {
    margin-bottom: 1.5rem;
    text-align: center;
  }
}
.table-a th {
  text-align: center;
  font-weight: normal;
}
.table-a th[nowrap] {
  white-space: nowrap !important;
}
.table-a thead th {
  background: #f2f3f6;
  font-weight: bold;
  text-align: center;
}

/* -----------------------------------------------
Form
-------------------------------------------------- */
.form-step {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  background: #f9f9f9;
  color: #999;
  margin: 0 auto 30px;
}
@media (max-width: 767px) {
  .form-step {
    margin: 0 0 10px;
  }
}
.form-step > li {
  position: relative;
  width: 33.3%;
  padding: 1em;
  text-align: center;
  white-space: nowrap;
  font-weight: 400;
}
@media (max-width: 767px) {
  .form-step > li {
    font-size: 0.75rem;
    padding: 1em 0;
  }
  .form-step > li:nth-child(2) {
    width: 50%;
  }
}
.form-step > li.-done {
  background: #fafafa;
}
.form-step > li.-current {
  background: #b72748;
  color: #fff;
}
.form-step > li.-current::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
}
@media (max-width: 767px) {
  .form-step > li.-current::before {
    border-top: 22.5px solid transparent;
    border-bottom: 22.5px solid transparent;
  }
}
.form-step > li.-current::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 0;
  width: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 20px solid #b72748;
}
@media (max-width: 767px) {
  .form-step > li.-current::after {
    right: -15px;
    border-top: 22.5px solid transparent;
    border-bottom: 22.5px solid transparent;
    border-left: 15px solid #b72748;
  }
}
.form-step > li:first-child {
  border-left: 0;
}
.form-step > li:first-child.-current::before {
  display: none;
}
.form-step > li:last-child {
  border-right: 0;
}

.form-content {
  margin: 0 auto 40px;
}
@media (max-width: 767px) {
  .form-content {
    margin: 0 0 20px;
  }
}

.form-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 1.5em 0;
}
.form-row > .form-col:first-child {
  position: relative;
  box-sizing: border-box;
  font-weight: bold;
}
@media (min-width: 769px) {
  .form-row > .form-col:first-child {
    width: 30%;
    padding-right: 1em;
  }
  .form-row > .form-col:last-child {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .form-row {
    flex-direction: column;
    align-items: flex-start;
  }
  .form-row > .form-col:first-child {
    margin-bottom: 0.5em;
  }
  .form-row > .form-col:last-child {
    width: 100%;
  }
}

.form-inline {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.form-inline:not(:last-child) {
  margin-bottom: 0.5em;
}
.form-inline > .form-col {
  margin-right: 0.5em;
}

.form-table {
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .form-table {
    font-size: 0.875rem;
  }
}
.form-table th, .form-table td {
  zoom: 1;
  border-bottom: 1px solid #f2f2f2;
}
.form-table th:after, .form-table td:after {
  content: "";
  display: block;
  clear: both;
  overflow: auto;
}
@media (max-width: 767px) {
  .form-table th, .form-table td {
    display: block;
  }
}
.form-table th table th, .form-table th table td, .form-table td table th, .form-table td table td {
  border-bottom: none;
}
.form-table th {
  vertical-align: middle;
  padding: 1em 1em 1em 0;
  text-align: left;
  font-weight: 400;
}
@media (max-width: 767px) {
  .form-table th {
    padding: 1em 0 0.5em;
    border-bottom: none;
  }
}
.form-table td {
  padding: 1em 0 1em 1em;
}
@media (max-width: 767px) {
  .form-table td {
    padding: 0.5em 0 1em;
  }
}
.form-table tr:last-child th, .form-table tr:last-child td {
  border-bottom: 0;
}

::placeholder {
  color: #999;
}

.text-field, .text-area, .select-box {
  width: 100%;
  background: #fff !important;
  padding: 0.7em !important;
  box-shadow: none !important;
  background: #FFF;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  box-sizing: border-box;
  -webkit-appearance: none;
}
@media (max-width: 767px) {
  .text-field, .text-area, .select-box {
    font-size: 1rem;
  }
}
.text-field.-error, .text-area.-error, .select-box.-error {
  background: #fff0f0;
  border-color: #f4c2c2;
}
.text-field.-inline, .text-area.-inline, .select-box.-inline {
  width: 20%;
  margin-right: 1em;
}
.text-field[disabled], .text-field[readonly], .text-area[disabled], .text-area[readonly], .select-box[disabled], .select-box[readonly] {
  color: #999;
  background: #DDD;
  border: 1px solid #CCC;
}
.text-field[name=inquiry], .text-area[name=inquiry], .select-box[name=inquiry] {
  height: 8em;
}

.radio-button, .check-box {
  margin-right: 1em;
}

.required, .any {
  float: right;
  color: #e60012;
  padding: 2px 10px;
  font-size: 0.75rem;
  margin: 0 0 0 1em;
}
.required.required, .any.required {
  border: 1px solid #e60012;
}
.required.any, .any.any {
  background: #ccc;
}

.check-agree {
  display: inline-block;
  margin: 1.5em 0 0;
  padding: 1em 2em;
  background: #EEE;
}

.form-action {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.form-action > li {
  margin: 0 10px;
}
.form-action > li a, .form-action > li button {
  min-width: auto;
}

.form-button {
  display: inline-block;
  color: #FFF;
  background: #b72748;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  border: 0;
  margin: 0 auto;
  border-radius: 50px;
  padding: 0.75em 2em;
  transition: all 0.3s;
}
.form-button:hover {
  background: #d0d6de;
}
.form-button.-back {
  background: #AAA;
}
.form-button.-back:hover {
  background: #d0d6de;
}
.form-button.-outline {
  color: #666;
  border: 1px solid #666;
  background: transparent;
}
.form-button.-outline:hover {
  text-decoration: none;
  color: #999;
  border-color: #999;
}

.error {
  display: block;
  color: #ff0000;
  font-size: 0.88em;
  padding-top: 0.5em;
}

/**************************************************
    Top
***************************************************/
#top .summer-announce {
  padding-top: 160px;
  margin-bottom: -20.5rem;
  background: #252525;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  #top .summer-announce {
    position: relative;
    z-index: 2;
    padding-top: 60px;
    margin-bottom: -12.375rem;
  }
}
#top .summer-announce > .inner {
  padding: 2.5rem;
}
@media (max-width: 767px) {
  #top .summer-announce > .inner {
    padding: 1.25rem;
  }
}
#top .summer-announce .title {
  margin-bottom: 0.625rem;
}
@media (max-width: 767px) {
  #top .summer-announce .title {
    font-size: 0.875rem;
  }
}
#top .summer-announce .lead {
  font-size: 0.875rem;
}
@media (max-width: 767px) {
  #top .summer-announce .lead {
    font-size: 0.75rem;
  }
}
#top .parallax-window {
  min-height: 300px;
}
#top .main-visual {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  padding-top: 160px;
  position: relative;
}
@media (max-width: 767px) {
  #top .main-visual {
    padding-top: 56px;
  }
}
#top .main-visual .catch-copy {
  width: 100%;
  max-width: 1060px;
  padding: 2.5rem;
  margin: 0 auto;
  font-family: din-2014, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 6.25rem;
  letter-spacing: 1rem;
  color: #fff;
  line-height: 1.2;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  #top .main-visual .catch-copy {
    font-size: 2.375rem;
    letter-spacing: 0.5rem;
  }
}
#top .main-visual .scroll {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  transform: translate(0, -50%);
  text-decoration: none;
  padding-top: 40px;
}
#top .main-visual .scroll span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
  transform: rotate(-45deg);
  animation: sdb 1.5s infinite;
  box-sizing: border-box;
}
#top .about {
  background: #fafafa;
  text-align: center;
}
#top .about p {
  font-size: 1.125rem;
  line-height: 2;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  #top .about p {
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 1.25rem;
    text-align: left;
  }
  #top .about p br {
    display: none;
  }
}
#top .about p:last-child {
  margin-bottom: 0;
}
#top .overview {
  background: #252525;
  color: #fff;
}
#top .overview a {
  text-decoration: none;
  color: #fff;
}
#top .access .warp {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #top .access .warp {
    display: block;
  }
}
#top .access .warp .information .title {
  font-size: 1.125rem;
  margin: 2.67rem 0 0.63rem;
}
@media (max-width: 767px) {
  #top .access .warp .information .title {
    margin-top: 1.25rem;
  }
}
#top .access .warp .information .title:first-child {
  margin-top: 0;
}
#top .access .warp .information a {
  text-decoration: none;
}
#top .access .warp .map {
  margin-left: 3.75rem;
}
@media (max-width: 767px) {
  #top .access .warp .map {
    margin: 1.25rem auto 0;
  }
}
#top .access .warp .map iframe {
  width: 33.75rem;
  height: 23.44rem;
}
@media (max-width: 767px) {
  #top .access .warp .map iframe {
    width: 100%;
    height: 300px;
  }
}
#top .access .btn-contact {
  width: 100%;
  text-align: center;
  margin: 3.75rem auto 0;
}
@media (max-width: 767px) {
  #top .access .btn-contact {
    margin-top: 1.88rem;
  }
}
#top .access .btn-contact > a {
  padding: 1.25rem;
  border-radius: 6px;
  font-size: 1.125rem;
  background: #b72748;
  color: #fff;
  text-decoration: none;
  display: block;
}
#top .access .btn-contact > a:hover {
  background: #9e213e;
}

/**************************************************
    Company
***************************************************/
#contact .contact-form .box-a {
  background: #f9f9f9;
  padding: 30px;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 767px) {
  #contact .contact-form .box-a {
    padding: 20px;
    margin-bottom: 30px;
  }
}
#contact .contact-form .box-a .lead {
  font-weight: 400;
  color: #666;
}
#contact .contact-form .box-a .lead a {
  text-decoration: underline;
}
#contact .contact-form .box-a .check {
  font-weight: 400;
  margin-bottom: 0;
}
#contact .contact-form .box-a .check input {
  margin-right: 0.5em;
}

#privacy .privacy-policy p, #privacy .privacy-policy ul {
  font-size: 0.875rem;
}