@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500&display=swap&amp;subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Source+Serif+Pro:wght@200;400&amp;display=swap");
/*! 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 */
  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;
}

/**
 * Swiper 4.5.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 16, 2019
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

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

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

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

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

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

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

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

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

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

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

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

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

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

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

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

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

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

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

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

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

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

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

.swiper-button-lock {
  display: none;
}

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

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

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

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

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

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

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #0042a7;
}

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

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

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s top,.2s -webkit-transform;
  transition: .2s top,.2s -webkit-transform;
  -o-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
  transition: .2s transform,.2s top,.2s -webkit-transform;
}

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

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left,.2s -webkit-transform;
  transition: .2s left,.2s -webkit-transform;
  -o-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
  transition: .2s transform,.2s left,.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right,.2s -webkit-transform;
  transition: .2s right,.2s -webkit-transform;
  -o-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
  transition: .2s transform,.2s right,.2s -webkit-transform;
}

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

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #0042a7;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

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

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

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

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

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

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

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

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

.swiper-pagination-lock {
  display: none;
}

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

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

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

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

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

.swiper-scrollbar-lock {
  display: none;
}

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

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

.swiper-slide-zoomed {
  cursor: move;
}

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

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

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

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

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

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

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

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

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

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* ----------------------------------------------------------------
	base
----------------------------------------------------------------- */
body,
button,
input,
select,
textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Hiragino Sans", Meiryo, "Helvetica Neue", sans-serif;
}
@media all and (-ms-high-contrast: active), all and (-ms-high-contrast: none) {
  body,
  button,
  input,
  select,
  textarea {
    font-family: "Arial", "Segoe UI", Meiryo, "メイリオ", sans-serif;
  }
}

html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}

body {
  color: #414042;
  background-color: #fff;
  margin: 0;
  padding: 0;
  font-size: 15px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
@media (max-width: 980px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 3.75vw;
  }
}

ol,
ul {
  padding: 0;
  margin: 0;
}

p {
  margin: 0;
  line-height: 2.2;
}
@media (max-width: 767px) {
  p {
    line-height: 1.8;
  }
}

a {
  outline: 0 none;
  color: #bc4d60;
  text-decoration: underline;
}
@media (min-width: 981px) {
  a:hover {
    text-decoration: none;
  }
}

figure {
  margin: 0;
  text-align: center;
}

img {
  border: 0;
  line-height: 1;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* ----------------------------------------------------------------
	header
----------------------------------------------------------------- */
.header {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  z-index: 4;
  position: fixed;
  top: 0;
  left: 0;
  height: 90px;
  line-height: 90px;
  font-weight: bold;
}
@media (max-width: 980px) {
  .header {
    position: absolute;
    height: 60px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .header {
    line-height: 48px;
    height: auto;
  }
}
.build-menu-open .header {
  position: fixed;
}
.header:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.85);
  /*
  background: linear-gradient(-45deg, #ffd8d9, #fb94bf, #f3f1b6);
  */
  transition: opacity 0.3s;
  opacity: 0;
}
@media (max-width: 980px) {
  .header:before {
    background: transparent;
    height: 60px;
  }
}
@media (max-width: 767px) {
  .header:before {
    height: 48px;
  }
}
.header__wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  max-width: 1320px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 1360px) {
  .header__wrap {
    left: 0;
    max-width: 100%;
    padding: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@media (max-width: 980px) {
  .header__wrap {
    position: static;
    top: auto;
    left: auto;
    -webkit-transform: none;
    transform: none;
  }
}
.header h1 {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 1;
}
@media (max-width: 980px) {
  .header h1 {
    z-index: 1;
    height: 60px;
  }
}
@media (max-width: 767px) {
  .header h1 {
    height: 48px;
  }
}
.header h1 a {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 170px;
  height: 100%;
  white-space: nowrap;
  display: block;
  text-decoration: none;
  background-image: url(/images/common/logo.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1360px) {
  .header h1 a {
    left: 20px;
  }
}
@media (max-width: 767px) {
  .header h1 a {
    width: 130px;
    left: 10px;
  }
}
@media (max-width: 980px) {
  .header #nav {
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
.header #nav-line {
  z-index: -1;
  position: absolute;
  top: calc( 50% + 1em );
  height: 0;
  background: #bc4d60;
  -webkit-transition: left .5s ease, width .5s ease, height .3s ease;
  transition: left .5s ease, width .5s ease, height .3s ease;
}
@media (max-width: 980px) {
  .header #nav-line {
    display: none;
  }
}
.header__nav {
  margin: 0;
  padding: 0;
  float: right;
}
@media (max-width: 980px) {
  .header__nav {
    float: none;
  }
}
.header__nav li {
  float: left;
  display: block;
  line-height: 90px;
  margin: 0;
  padding: 0 1em;
}
@media (max-width: 1080px) {
  .header__nav li {
    padding: 0 0.75em;
  }
}
@media (max-width: 980px) {
  .header__nav li {
    float: none;
    line-height: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 980px) {
  .header__nav__item {
    border-bottom: 1px solid #ddd;
  }
}
.header__nav__item a {
  color: #414042;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Source Serif Pro", "Arial", "Hiragino Kaku Gothic ProN", "Segoe UI", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
  letter-spacing: 0.05em;
  display: block;
  padding: 0 0.5em;
  text-decoration: none;
  white-space: nowrap;
}
@media (max-width: 980px) {
  .header__nav__item a {
    font-size: 18px;
    padding: 1.25em 10px;
    display: block;
    text-align: left;
    position: relative;
  }
  .header__nav__item a.is-active {
    color: #999 !important;
  }
  .header__nav__item a:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 8px;
    height: 8px;
    border: 0 none;
    border-bottom: 2px solid #000;
    border-left: 2px solid #000;
    -ms-transform: translateX(-5px) rotate(-135deg);
    transform: translateX(-5px) rotate(-135deg);
    margin: -5px 0 0 0;
  }
}
@media (max-width: 767px) {
  .header__nav__item a {
    font-size: 4.5vw;
  }
}
.header__nav__item a span {
  line-height: 1;
}
.headroom--not-top .header:before {
  opacity: 1;
}
.header .sns {
  padding: 0;
  display: table;
  table-layout: fixed;
  width: 25px;
}
@media (max-width: 1360px) {
  .header .sns {
    padding-right: 20px;
  }
}
@media (max-width: 980px) {
  .header .sns {
    padding: 0;
    margin: 2em auto;
    max-width: 40px;
    width: calc( 20% + 10px );
  }
}
.header .sns--instagram {
  display: table-cell;
  width: 25px;
  padding: 0;
}
@media (max-width: 980px) {
  .header .sns--instagram {
    width: 50%;
  }
}
.header .sns--facebook {
  display: table-cell;
  width: 25px;
  padding: 0 0 0 5px;
}
@media (max-width: 980px) {
  .header .sns--facebook {
    width: calc( 50% - 10px );
    padding-left: 10px;
  }
}
.header .sns svg {
  vertical-align: middle;
  fill: #414042;
}
@media all and (-ms-high-contrast: active), all and (-ms-high-contrast: none) {
  .header .sns svg {
    width: 20px;
    height: 20px;
  }
}

#buildMenuButton {
  display: none;
  z-index: 101;
  position: fixed;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background: #bc4d60;
}
@media (max-width: 980px) {
  #buildMenuButton {
    display: block;
  }
}
@media (max-width: 767px) {
  #buildMenuButton {
    width: 48px;
    height: 48px;
  }
}
#buildMenuButton:before {
  content: "";
  position: absolute;
  margin-top: -8px;
  top: 50%;
  right: 15px;
  width: 30px;
  height: 2px;
  background: #fff;
  transition: transform 0.3s ease-in-out;
}
@media (max-width: 767px) {
  #buildMenuButton:before {
    margin-top: -5px;
    left: 12px;
    width: 24px;
    height: 2px;
  }
}
#buildMenuButton span {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  font-weight: 500;
  font-family: "Source Serif Pro", "Arial", "Hiragino Kaku Gothic ProN", "Segoe UI", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
  text-transform: uppercase;
  padding: 38px 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  #buildMenuButton span {
    font-size: 8px;
    padding-top: 33px;
  }
}
#buildMenuButton span:before {
  content: "";
  position: absolute;
  margin-top: -15px;
  top: 50%;
  right: 15px;
  width: 30px;
  height: 2px;
  background: #fff;
  transition: transform 0.3s ease-in-out;
}
@media (max-width: 767px) {
  #buildMenuButton span:before {
    margin-top: -11px;
    right: 12px;
    width: 24px;
    height: 2px;
  }
}
#buildMenuButton span:after {
  content: "";
  position: absolute;
  margin-top: -1px;
  top: 50%;
  right: 15px;
  width: 30px;
  height: 2px;
  background: #fff;
  transition: transform 0.3s ease-in-out;
}
@media (max-width: 767px) {
  #buildMenuButton span:after {
    margin-top: 1px;
    right: 12px;
    width: 24px;
    height: 2px;
  }
}

@media (max-width: 980px) {
  #nav {
    -webkit-transition: height 0.3s, opacity 0.3s, background-color 0.3s;
    transition: height 0.3s, opacity 0.3s, background-color 0.3s;
    width: 100%;
    height: 0;
    margin: 0;
    padding: 60px 20px 20px 20px;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.95);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 980px) and (max-width: 767px) {
  #nav {
    padding: 48px 10px 10px 10px;
  }
}

@media (max-width: 980px) {
  .header__nav li {
    margin: 0;
    padding: 0;
  }
  .header__nav li a {
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
    opacity: 0;
    transition: transform 0.3s, opacity 0.3s;
  }
  .header__nav .sns {
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
    opacity: 0;
    transition: transform 0.3s, opacity 0.3s;
  }

  .build-menu-animating .header {
    height: 100%;
    background-color: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .build-menu-animating .header h1 a:before {
    opacity: 1;
  }
  .build-menu-animating #nav {
    height: 100%;
  }
  .build-menu-animating #pagetop {
    opacity: 0;
  }

  .headroom--not-top.build-menu-animating .header {
    height: 100%;
  }

  .build-menu-animating.build-menu-open #nav {
    opacity: 1;
  }
  .build-menu-animating.build-menu-open .header__nav li a {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  .build-menu-animating.build-menu-open .header__nav li:nth-child(1) a {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  .build-menu-animating.build-menu-open .header__nav li:nth-child(2) a {
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s;
  }
  .build-menu-animating.build-menu-open .header__nav li:nth-child(3) a {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  .build-menu-animating.build-menu-open .header__nav li:nth-child(4) a {
    -webkit-transition-delay: 0.55s;
    transition-delay: 0.55s;
  }
  .build-menu-animating.build-menu-open .header__nav li:nth-child(5) a {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
  .build-menu-animating.build-menu-open .header__nav li:nth-child(6) a {
    -webkit-transition-delay: 0.65s;
    transition-delay: 0.65s;
  }
  .build-menu-animating.build-menu-open .header__nav li:nth-child(7) a {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
  }
  .build-menu-animating.build-menu-open .header__nav li:nth-child(8) a {
    -webkit-transition-delay: 0.75s;
    transition-delay: 0.75s;
  }
  .build-menu-animating.build-menu-open .header__nav .sns {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
  }
  .build-menu-animating.build-menu-open #buildMenuButton:before {
    opacity: 0;
  }
  .build-menu-animating.build-menu-open #buildMenuButton span:before {
    margin-top: -8px;
    transform: rotate(-45deg);
  }
}
@media (max-width: 980px) and (max-width: 767px) {
  .build-menu-animating.build-menu-open #buildMenuButton span:before {
    margin-top: -6px;
  }
}
@media (max-width: 980px) {
  .build-menu-animating.build-menu-open #buildMenuButton span:after {
    margin-top: -8px;
    transform: rotate(-135deg);
  }
}
@media (max-width: 980px) and (max-width: 767px) {
  .build-menu-animating.build-menu-open #buildMenuButton span:after {
    margin-top: -6px;
  }
}

@media (max-width: 980px) {
  .build-menu-animating.build-menu-close #nav {
    opacity: 0;
    -webkit-transition-duration: 0s, 0.3s;
    transition-duration: 0s, 0.3s;
    -webkit-transition-delay: 0.3s , 0s;
    transition-delay: 0.3s, 0s;
  }
  .build-menu-animating.build-menu-close #nav .header__unit-srch-box {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-transition: none;
    transition: none;
  }
  .build-menu-animating.build-menu-close .header__nav li a {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-transition: none;
    transition: none;
  }

  .transform.build-menu-animating.build-menu-close #nav {
    -webkit-transition-duration: 0s, 0.3s;
    transition-duration: 0s, 0.3s;
    -webkit-transition-delay: 1.2s , 0.3s;
    transition-delay: 1.2s, 0.3s;
  }
}
/* ----------------------------------------------------------------
	bg
----------------------------------------------------------------- */
#bg {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(-45deg, #ffd8d9, #fb94bf, #f3f1b6);
  opacity: 0.3;
}

/* ----------------------------------------------------------------
	footer
----------------------------------------------------------------- */
#footer {
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
}
#footer .col__box {
  width: 50%;
  margin: 0;
  padding: 0;
  background-size: 0 0;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  #footer .col__box {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
#footer .col__box:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: inherit;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: 0 50%;
  transition: transform 0.6s;
}
@media (max-width: 767px) {
  #footer .col__box:before {
    background-position: -15% 50%;
  }
}
#footer .col__box:hover:before {
  transform: scale(1.04);
}
#footer .col__box a {
  z-index: 1;
  position: relative;
  color: #414042;
  text-decoration: none;
}
#footer .col__box dl {
  width: 60%;
  margin: 0 5% 0 auto;
  padding: 7.5% 0;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  #footer .col__box dl {
    padding: 3% 0;
    width: 60%;
  }
}
#footer .col__box dl dt {
  font-size: 2rem;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  #footer .col__box dl dt {
    font-size: 6vw;
  }
}
#footer .col__box dl dd {
  padding: 0.33em 0 0 0;
  margin: 0;
  line-height: 1.8;
}
#footer .col__box:nth-child(1) {
  background-color: #dce3e9;
}
#footer .col__box:nth-child(2) {
  background-color: #fff;
}
#footer .copyright {
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 11px;
  line-height: 50px;
  color: #fff;
  background-color: #333;
}
@media (max-width: 980px) {
  #footer .copyright {
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  #footer .copyright {
    margin: 0;
    line-height: 3;
    font-size: 3vw;
  }
}
#footer .copyright a {
  color: #fff;
  text-decoration: none;
}

#scroll {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: center;
  z-index: 4;
  position: fixed;
  bottom: 100px;
  right: 0;
  min-height: 200px;
  max-width: 50px;
  width: 100%;
  transition: background-color 0.3s;
}
.headroom--bottom #scroll {
  /*
  background: linear-gradient(-45deg, #ffd8d9, #fb94bf, #f3f1b6);
  */
}
@media (max-width: 980px) {
  .headroom--bottom #scroll {
    background-color: transparent;
  }
}
@media (max-width: 980px) {
  #scroll {
    z-index: 1;
    position: relative;
    bottom: auto;
    min-height: 0;
    max-width: 100%;
    transform: translateY(0);
  }
}
#scrollTop {
  opacity: 0;
}
@media (max-width: 980px) {
  #scrollTop {
    opacity: 1;
    color: #414042;
    text-transform: uppercase;
    font-size: 12px;
    position: relative;
    display: block;
    padding-top: 45px;
    padding-bottom: 30px;
    text-align: center;
    line-height: 1;
  }
  #scrollTop:before {
    content: '';
    position: absolute;
    top: calc( 50% - 0.5em - 8px);
    left: 50%;
    width: 6px;
    height: 6px;
    border: 0 none;
    border-top: 2px solid #414042;
    border-left: 2px solid #414042;
    transform: translateY(5px) rotate(45deg);
    margin: 0 0 0 -4px;
    transition: transform 0.3s;
  }
  #scrollTop:after {
    content: 'Page Top';
  }
}
@media (max-width: 767px) {
  #scrollTop {
    padding-top: 2.5em;
    padding-bottom: 1.5em;
    font-size: 3vw;
  }
}
@media (min-width: 981px) {
  #scrollTop:hover:before {
    transform: translateY(0) rotate(45deg);
  }
}
#scrollTop, #scrollDown {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  vertical-align: middle;
  text-align: center;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform .6s .6s ease-in-out, opacity .6s 0s ease-in-out;
}
@media (max-width: 980px) {
  #scrollTop, #scrollDown {
    opacity: 1;
    transition: 0 none;
    transform: translate(0, 0);
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 0;
  }
}
.headroom #scrollTop, .headroom #scrollDown {
  opacity: 1;
}
#scrollTop svg, #scrollDown svg {
  width: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media all and (-ms-high-contrast: active), all and (-ms-high-contrast: none) {
  #scrollTop svg, #scrollDown svg {
    margin-right: 0;
    margin-left: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 980px) {
  #scrollTop svg, #scrollDown svg {
    display: none;
  }
}
#scrollDown {
  transition: transform .6s .6s ease-in-out, opacity .6s .6s ease-in-out;
}
@media (max-width: 980px) {
  #scrollDown {
    transition: 0 none;
  }
}
#scrollDown svg {
  opacity: 0;
  animation: scrolling 3s linear 0s infinite;
}

@keyframes scrolling {
  0% {
    opacity: 0;
    transform: translateY(-5px);
  }
  10% {
    opacity: 1;
    transform: translateY(-5px);
  }
  50% {
    opacity: 1;
    transform: translateY(0px);
  }
  90% {
    opacity: 1;
    transform: translateY(5px);
  }
  100% {
    opacity: 0;
    transform: translateY(5px);
  }
}
@media (min-width: 981px) {
  .headroom #scrollDown svg,
  .headroom #scrollTop svg {
    transition: transform .6s;
  }
  .headroom--not-top #scrollTop {
    z-index: 2;
    opacity: 1;
    transition-delay: 0s, .6s;
  }
  .headroom--not-top #scrollTop svg {
    transition-delay: .6s;
  }
  .headroom--not-top #scrollDown {
    z-index: 1;
    opacity: 0;
    transition-delay: 0s, 0s;
  }
  .headroom--not-top #scrollDown svg {
    transform: translateY(0px);
    transition-delay: 0s;
  }
  .headroom--pinned {
    /*
    #header {
    	transform: translateY(0%);
    	opacity:1;
    }
    */
  }
  .headroom--top {
    /*
    #header {
    	transform: translateY(0%);
    	opacity:1;
    	transition: transform 0s, opacity 0s;
    }
    */
  }
  .headroom--top #scrollTop {
    opacity: 0;
  }
  .headroom--top #scrollTop svg {
    transform: translateY(-20px);
  }
  .headroom--bottom {
    /*
    #header {
    	transform: translateY(0%);
    	opacity:1;
    }
    */
  }
}
/* ----------------------------------------------------------------
	btn
----------------------------------------------------------------- */
.btn {
  cursor: pointer;
  display: block;
  line-height: 1;
  text-align: left;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  max-width: 30em;
  height: 4em;
  margin: 0 auto;
  font-weight: 700;
  border-radius: 4em;
  color: #fff;
  background-color: #bc4d60;
  box-shadow: 0px 19px 26px rgba(202, 25, 37, 0.31);
  transition: box-shadow .5s;
  /*
  text-shadow: -0.33em 0.11em 0.66em pink, 1px 0 1px rgba(0, 0, 0, 0.2);
  background: linear-gradient(-45deg, #ffd8d9, #fb94bf, #f3f1b6);
  */
}
.btn:hover {
  box-shadow: 0px 5px 5px rgba(202, 25, 37, 0.31);
}
.btn + .btn {
  margin-top: 1em;
}
@media (max-width: 767px) {
  .btn {
    border-radius: 3.5em;
    height: 3.5em;
    max-width: 90%;
  }
}
.btn.hide {
  opacity: 0;
}
.btn > span,
.btn > a {
  color: inherit;
  display: block;
  height: 100%;
  text-decoration: none;
}
.btn > span:before,
.btn > a:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 4em;
  height: 100%;
}
.btn > span:after,
.btn > a:after {
  content: '';
  position: absolute;
  top: 0;
  right: 1em;
  height: 100%;
  width: 0.66em;
  background: url(/images/common/arrow.svg) no-repeat 0 50%;
  background-size: auto 1em;
  overflow: hidden;
}
.btn > span > span,
.btn > a > span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

/* ----------------------------------------------------------------
	number
----------------------------------------------------------------- */
.number {
  position: absolute;
  top: 2em;
  left: 0;
  width: 100%;
  display: block;
  vertical-align: middle;
  text-align: left;
  padding: 0;
  font-family: "Source Serif Pro", "Arial", "Hiragino Kaku Gothic ProN", "Segoe UI", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
  font-size: 20px;
  line-height: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 980px) {
  .number {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .number {
    font-size: 4vw;
  }
}
.number:before {
  content: '';
  display: inline-block;
  width: calc( 30% - 1em + 20px );
  height: auto;
}
@media (max-width: 767px) {
  .number:before {
    width: calc( 50% - 1em + 10px );
  }
}
.number:after {
  content: '';
  position: absolute;
  top: 30%;
  left: 0;
  display: block;
  width: calc( 30% - 1em );
  height: 1px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .number:after {
    width: calc( 50% - 1em );
  }
}
.number b {
  font-size: 28px;
  font-weight: normal;
}
@media (max-width: 980px) {
  .number b {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .number b {
    font-size: 5vw;
  }
}

/* ----------------------------------------------------------------
	device
----------------------------------------------------------------- */
.tbl--none {
  display: none;
}
@media (max-width: 980px) {
  .tbl--none {
    display: block;
  }
}

@media (max-width: 980px) {
  .tb--none {
    display: none;
  }
}

.sp--only {
  display: none;
}
@media (max-width: 767px) {
  .sp--only {
    display: block;
  }
}

@media (max-width: 767px) {
  .sp--none {
    display: none;
  }
}

/* ----------------------------------------------------------------
	letter-spacing
----------------------------------------------------------------- */
.ls--half {
  letter-spacing: 0.5em;
}
.ls--third {
  letter-spacing: 0.33em;
}
.ls--small {
  letter-spacing: 0.1em;
}
.ls--1 {
  letter-spacing: 1em;
}
.ls--2 {
  letter-spacing: 2em;
}
.ls--3 {
  letter-spacing: 3em;
}

/* ----------------------------------------------------------------
	common
----------------------------------------------------------------- */
.inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
@media (max-width: 1360px) {
  .inner {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .inner {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .inner {
    margin-left: 35px;
    margin-right: 35px;
  }
}

/*multi colum*/
.col7 .col__box {
  width: calc( 14.25% - 17px );
  margin-right: 20px;
}
.col7 .col__box:nth-child(7n) {
  width: calc( 14.5% - 18px );
  margin-right: 0;
}

.col5 .col__box {
  width: calc( 20% - 16px );
  margin-right: 20px;
}
.col5 .col__box:nth-child(5n) {
  margin-right: 0;
}

.col4 .col__box {
  width: calc( 25% - 15px );
  margin-right: 20px;
}
.col4 .col__box:nth-child(4n) {
  margin-right: 0;
}

.col3 .col__box {
  width: calc( 33.3% - 13px );
  margin-right: 20px;
}
.col3 .col__box:nth-child(3n) {
  width: calc( 33.4% - 14px );
  margin-right: 0;
}

.col2 .col__box {
  width: calc( 50% - 15px );
  margin-right: 30px;
}
.col2 .col__box:nth-child(2n) {
  margin-right: 0;
}

.col5 .col__box:nth-child(n+6),
.col4 .col__box:nth-child(n+5),
.col3 .col__box:nth-child(n+4),
.col2 .col__box:nth-child(n+3) {
  margin-top: 40px;
}

.col {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.col__box {
  position: relative;
}
@media (max-width: 767px) {
  .col--sp .col__box {
    width: 100%;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .col5.col--sp .col__box:nth-child(n+2),
  .col4.col--sp .col__box:nth-child(n+2),
  .col3.col--sp .col__box:nth-child(n+2),
  .col2.col--sp .col__box:nth-child(n+2) {
    margin-top: 2em;
  }
}
@media (max-width: 767px) {
  .sp--none {
    display: none;
  }
}

.sp--only {
  display: none;
}
@media (max-width: 767px) {
  .sp--only {
    display: block;
  }
}

.swiper-lazy,
.b-lazy {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}

.swiper-lazy.swiper-lazy-loaded,
.b-lazy.b-loaded {
  opacity: 1;
}

#main {
  position: relative;
  overflow: hidden;
  display: block;
  transition: opacity 0.6s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#main article {
  position: relative;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.transform #main,
.transform #footer {
  -webkit-transition: opacity 0s;
  transition: opacity 0s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  opacity: 0;
}
@media (max-width: 980px) {
  .transform #scroll {
    -webkit-transition: opacity 0s;
    transition: opacity 0s;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
    opacity: 0;
  }
}
.transform .header {
  background-color: transparent;
}

.change #main,
.change #footer {
  -webkit-animation: showOut 0.6s;
  animation: showOut 0.6s;
}
@media (max-width: 980px) {
  .change #scroll {
    -webkit-animation: showOut 0.6s;
    animation: showOut 0.6s;
  }
}

.complete #main {
  -webkit-animation: showIn2 0.6s;
  animation: showIn2 0.6s;
}

@-webkit-keyframes showOut {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(10px);
  }
}
@keyframes showOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(10px);
  }
}
@-webkit-keyframes showIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes showIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes showIn2 {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes showIn2 {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#content {
  position: relative;
  z-index: 2;
}

.en {
  font-family: "Source Serif Pro", "Arial", "Hiragino Kaku Gothic ProN", "Segoe UI", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
  text-transform: uppercase;
}

.alt-title {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}

.u_spacing_pd {
  padding-top: 5em;
  padding-bottom: 5em;
}
@media (max-width: 980px) {
  .u_spacing_pd {
    padding-top: 4em;
    padding-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .u_spacing_pd {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}
.u_spacing_pd + .u_spacing_pd {
  margin-top: -5em;
}
@media (max-width: 980px) {
  .u_spacing_pd + .u_spacing_pd {
    margin-top: -4em;
  }
}
@media (max-width: 767px) {
  .u_spacing_pd + .u_spacing_pd {
    margin-top: -3em;
  }
}

.u_sp {
  display: none !important;
}
@media (max-width: 767px) {
  .u_sp {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .u_pc {
    display: none !important;
  }
}
.u_align_center {
  margin-left: auto;
  margin-right: auto;
  text-align: center !important;
}
.u_align_right {
  margin-left: auto;
  text-align: right !important;
}
.u_align_left {
  margin-right: auto;
  text-align: left !important;
}
.u_spacing_mt_xlarge {
  margin-top: 5em !important;
}
@media (max-width: 980px) {
  .u_spacing_mt_xlarge {
    margin-top: 4em !important;
  }
}
@media (max-width: 767px) {
  .u_spacing_mt_xlarge {
    margin-top: 3em !important;
  }
}
.u_spacing_mt_large {
  margin-top: 3em !important;
}
@media (max-width: 980px) {
  .u_spacing_mt_large {
    margin-top: 2.5em !important;
  }
}
@media (max-width: 767px) {
  .u_spacing_mt_large {
    margin-top: 2em !important;
  }
}
.u_spacing_mt_medium {
  margin-top: 2em !important;
}
@media (max-width: 980px) {
  .u_spacing_mt_medium {
    margin-top: 1.66em !important;
  }
}
@media (max-width: 767px) {
  .u_spacing_mt_medium {
    margin-top: 1.33em !important;
  }
}
.u_spacing_mt_small {
  margin-top: 1em !important;
}
@media (max-width: 980px) {
  .u_spacing_mt_small {
    margin-top: 0.8em !important;
  }
}
@media (max-width: 767px) {
  .u_spacing_mt_small {
    margin-top: 0.66em !important;
  }
}
.u_spacing_mt_xsmall {
  margin-top: 0.5em !important;
}
@media (max-width: 980px) {
  .u_spacing_mt_xsmall {
    margin-top: 0.4em !important;
  }
}
@media (max-width: 767px) {
  .u_spacing_mt_xsmall {
    margin-top: 0.33em !important;
  }
}
.u_spacing_mt_0 {
  margin-top: 0 !important;
}
.u_spacing_pt_xlarge {
  padding-top: 5em !important;
}
@media (max-width: 980px) {
  .u_spacing_pt_xlarge {
    padding-top: 4em !important;
  }
}
@media (max-width: 767px) {
  .u_spacing_pt_xlarge {
    padding-top: 3em !important;
  }
}
.u_spacing_pt_large {
  padding-top: 3em !important;
}
@media (max-width: 980px) {
  .u_spacing_pt_large {
    padding-top: 2.5em !important;
  }
}
@media (max-width: 767px) {
  .u_spacing_pt_large {
    padding-top: 2em !important;
  }
}
.u_spacing_pt_medium {
  padding-top: 2em !important;
}
@media (max-width: 980px) {
  .u_spacing_pt_medium {
    padding-top: 1.66em !important;
  }
}
@media (max-width: 767px) {
  .u_spacing_pt_medium {
    padding-top: 1.33em !important;
  }
}
.u_spacing_pt_small {
  padding-top: 1em !important;
}
@media (max-width: 980px) {
  .u_spacing_pt_small {
    padding-top: 0.8em !important;
  }
}
@media (max-width: 767px) {
  .u_spacing_pt_small {
    padding-top: 0.66em !important;
  }
}
.u_spacing_pt_xsmall {
  padding-top: 0.5em !important;
}
@media (max-width: 980px) {
  .u_spacing_pt_xsmall {
    padding-top: 0.4em !important;
  }
}
@media (max-width: 767px) {
  .u_spacing_pt_xsmall {
    padding-top: 0.33em !important;
  }
}
.u_spacing_pt_0 {
  padding-top: 0 !important;
}
.u_spacing_mb_xlarge {
  margin-bottom: 5em !important;
}
@media (max-width: 980px) {
  .u_spacing_mb_xlarge {
    margin-bottom: 4em !important;
  }
}
@media (max-width: 767px) {
  .u_spacing_mb_xlarge {
    margin-bottom: 3em !important;
  }
}
.u_spacing_mb_large {
  margin-bottom: 3em !important;
}
@media (max-width: 980px) {
  .u_spacing_mb_large {
    margin-bottom: 2.5em !important;
  }
}
@media (max-width: 767px) {
  .u_spacing_mb_large {
    margin-bottom: 2em !important;
  }
}
.u_spacing_mb_medium {
  margin-bottom: 2em !important;
}
@media (max-width: 980px) {
  .u_spacing_mb_medium {
    margin-bottom: 1.66em !important;
  }
}
@media (max-width: 767px) {
  .u_spacing_mb_medium {
    margin-bottom: 1.33em !important;
  }
}
.u_spacing_mb_small {
  margin-bottom: 1em !important;
}
@media (max-width: 980px) {
  .u_spacing_mb_small {
    margin-bottom: 0.8em !important;
  }
}
@media (max-width: 767px) {
  .u_spacing_mb_small {
    margin-bottom: 0.66em !important;
  }
}
.u_spacing_mb_xsmall {
  margin-bottom: 0.5em !important;
}
@media (max-width: 980px) {
  .u_spacing_mb_xsmall {
    margin-bottom: 0.4em !important;
  }
}
@media (max-width: 767px) {
  .u_spacing_mb_xsmall {
    margin-bottom: 0.33em !important;
  }
}
.u_spacing_mb_0 {
  margin-bottom: 0 !important;
}
.u_spacing_pb_xlarge {
  padding-bottom: 5em !important;
}
@media (max-width: 980px) {
  .u_spacing_pb_xlarge {
    padding-bottom: 4em !important;
  }
}
@media (max-width: 767px) {
  .u_spacing_pb_xlarge {
    padding-bottom: 3em !important;
  }
}
.u_spacing_pb_large {
  padding-bottom: 3em !important;
}
@media (max-width: 980px) {
  .u_spacing_pb_large {
    padding-bottom: 2.5em !important;
  }
}
@media (max-width: 767px) {
  .u_spacing_pb_large {
    padding-bottom: 2em !important;
  }
}
.u_spacing_pb_medium {
  padding-bottom: 2em !important;
}
@media (max-width: 980px) {
  .u_spacing_pb_medium {
    padding-bottom: 1.66em !important;
  }
}
@media (max-width: 767px) {
  .u_spacing_pb_medium {
    padding-bottom: 1.33em !important;
  }
}
.u_spacing_pb_small {
  padding-bottom: 1em !important;
}
@media (max-width: 980px) {
  .u_spacing_pb_small {
    padding-bottom: 0.8em !important;
  }
}
@media (max-width: 767px) {
  .u_spacing_pb_small {
    padding-bottom: 0.66em !important;
  }
}
.u_spacing_pb_xsmall {
  padding-bottom: 0.5em !important;
}
@media (max-width: 980px) {
  .u_spacing_pb_xsmall {
    padding-bottom: 0.4em !important;
  }
}
@media (max-width: 767px) {
  .u_spacing_pb_xsmall {
    padding-bottom: 0.33em !important;
  }
}
.u_spacing_pb_0 {
  padding-bottom: 0 !important;
}

.l_bg_glay {
  background-color: #f2f2f2;
}

.l_content {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.l_content_inner {
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1040px) {
  .l_content_inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .l_content_inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.c_title {
  background-color: #043b83;
  color: #fff;
  margin-top: 88px;
  padding: 4em 0;
}
@media (max-width: 1040px) {
  .c_title {
    margin-top: 68px;
  }
}
@media (max-width: 767px) {
  .c_title {
    margin-top: 0;
    padding: 2.5em 0;
  }
}
.c_title h2 {
  color: #fff;
}
.c_button {
  position: relative;
  background-color: #043b83;
  font-size: 90%;
  padding: 1em 1.5em;
  overflow: hidden;
  min-width: 120px;
  text-align: center;
}
@media (max-width: 767px) {
  .c_button {
    padding: 0.75em 1em;
  }
}
.c_button + .c_button {
  margin-left: 20px;
}
.c_button:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: -10%;
  left: 190%;
  height: 120%;
  width: 140%;
  opacity: .15;
  background-color: #000;
  -webkit-transform: skew(-45deg) translateX(20px);
  -ms-transform: skew(-45deg) translateX(20px);
  transform: skew(-45deg) translateX(20px);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
.c_button:hover {
  text-decoration: none　 !important;
}
.c_button:hover:before {
  left: -250%;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.c_button_text {
  color: #fff;
}
.c_button_wrapper {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c_button_plus {
  position: relative;
  display: block;
  min-width: 0;
  width: 2.5em;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #379ad6;
}
.c_button_plus:after {
  content: "+";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 700;
}
.c_anchorlink {
  color: #333;
  text-decoration: none;
  width: calc( 50% - 10px );
  margin-right: 20px;
  background: #d4d4d4;
  line-height: 1.4;
  min-height: 2.5em;
  padding-left: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.c_anchorlink:nth-child(2n) {
  margin-right: 0;
}
.c_anchorlink:nth-child(n+3) {
  margin-top: 1.5em;
}
@media (max-width: 767px) {
  .c_anchorlink {
    width: 100%;
    margin-right: 0;
  }
  .c_anchorlink:nth-child(n+2) {
    margin-top: 1em;
  }
}
.c_anchorlink:hover .c_button:before {
  left: -250%;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.c_anchorlink_text {
  padding: 2px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}
.c_anchorlink_button {
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.c_anchorlink_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c_table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 1em 0 0 0;
  padding: 0;
  width: 100%;
  line-height: 1.5;
  border-bottom: 1px solid #666;
}
.c_table tr {
  border-top: 1px solid #666;
}
.c_table th {
  padding: 1em;
  vertical-align: middle;
  text-align: left;
  min-width: 6em;
}
.c_table th small {
  display: inline-block;
  line-height: 1.2;
}
.c_table td {
  padding: 1em;
}
@media (max-width: 767px) {
  .c_table td {
    word-break: break-all;
  }
}
.c_table td ul {
  padding: 0 0 0 1.33em;
}
@media (max-width: 767px) {
  .c_table_scroll {
    overflow: auto;
    white-space: nowrap;
  }
}
.c_table + h4 {
  margin-top: 3em;
}
.c_table--simple {
  border: 0 none;
  border-bottom: 1px solid #ccc;
}
.c_table--simple th {
  background-color: transparent;
  color: inherit;
  padding: 1em 0 1em 1em;
  vertical-align: middle;
  text-align: left;
  min-width: 6em;
}
.c_table--simple td {
  padding: 1em 1em 1em 0;
}
.c_table--simple td ul {
  margin-top: 0;
  margin-bottom: 0;
}
.c_lead {
  font-weight: bold;
  font-size: 135%;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 767px) {
  .c_lead {
    text-align: left;
  }
}
.c_movie {
  position: relative;
  cursor: pointer;
}
.c_movie:before {
  content: '';
  display: block;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left: 15px solid #fff;
  margin-left: 7px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.c_movie:after {
  content: '';
  z-index: 1;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 2px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 981px) {
  .c_movie {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .c_movie img {
    transition: transform .3s ease-in-out;
  }
  .c_movie:before {
    transition: border-left-color .3s easeinout;
  }
  .c_movie:after {
    transition: border-color .3s easeinout;
  }
  .c_movie:hover:before {
    border-left-color: #ff781d;
  }
  .c_movie:hover:after {
    border-color: #ff781d;
  }
  .c_movie:hover img {
    transform: scale(1.04);
  }
}
.c_link_small {
  font-size: 80%;
}

.p_tag {
  display: inline-block;
  background-color: #ddd;
  border: 1px solid #ccc;
  border-radius: 0.33em;
  color: #777;
  font-size: 80%;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
  padding: 0.25em 0.5em;
  vertical-align: top;
}
.p_note {
  position: relative;
  display: block;
  padding-left: 1em;
}
.p_note:before {
  content: '※';
  position: absolute;
  left: 0;
}
.p_note_list {
  margin: 0;
  padding: 0;
  counter-reset: note;
}
.p_note_list li {
  font-size: 80%;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p_note_list li:before {
  content: "※" counter(note);
  counter-increment: note;
  margin-right: 0.33em;
}
.p_note_list li > span {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}

.js .inview {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s 0.2s ease-in-out, transform 0.6s 0.2s ease-in-out;
}
.js .inview.inview--complete {
  opacity: 1;
  transform: translateY(0);
}

.js h2.inview,
.js h3.inview {
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
}

.js .inview.inview--img {
  position: relative;
  overflow: hidden;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: none;
  transition: none;
}
.js .inview.inview--img img {
  border: 0;
  margin: 0;
  padding: 0;
}
.js .inview.inview--img:before {
  content: '';
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.6s 0.2s, opacity 0.6s 0.2s;
  transition: transform 0.6s 0.2s, opacity 0.6s 0.2s;
}
.js .inview.inview--img.inview--complete:before {
  opacity: 0.9;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

/* ----------------------------------------------------------------
	headline
----------------------------------------------------------------- */
.headline {
  z-index: 1;
  position: relative;
  overflow: hidden;
  margin: 90px 0 0 0;
  padding: 0;
  padding-top: 15%;
}
@media (max-width: 980px) {
  .headline {
    padding-top: 20%;
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .headline {
    padding-top: 33.3%;
    margin-top: 48px;
  }
}
.headline h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  line-height: 1;
  font-size: 1em;
  font-weight: 300;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.headline h2 span {
  display: block;
}
.headline h2 b {
  white-space: nowrap;
  display: block;
  margin-bottom: 0.25em;
  font-size: 3rem;
  font-weight: 400;
  font-family: "Source Serif Pro", "Arial", "Hiragino Kaku Gothic ProN", "Segoe UI", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 980px) {
  .headline h2 b {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .headline h2 b {
    font-size: 9vw;
  }
}

/* ----------------------------------------------------------------
	content
----------------------------------------------------------------- */
#content {
  padding-top: 4em;
  padding-bottom: 6em;
}
@media (max-width: 980px) {
  #content {
    padding-top: 3em;
    padding-bottom: 4em;
  }
}
@media (max-width: 767px) {
  #content {
    padding-top: 2em;
    padding-bottom: 3em;
  }
}

.intro {
  font-weight: 400;
}
.intro .notes {
  display: inline-block;
}

article table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border-bottom: 0 none;
}
article th {
  text-align: center;
  line-height: 1.4;
  padding: 1em 0 1em;
  font-weight: bold;
  width: 10em;
  border-right: 0 none;
  border-top: 0 none;
}
@media (max-width: 767px) {
  article th {
    width: 6em;
  }
}
article td {
  line-height: 1.4;
  padding: 1em 0 1em 1.5em;
}
@media (max-width: 767px) {
  article td {
    padding-left: 0.75em;
  }
}
article td ol, article td ul {
  margin-top: 0;
  margin-bottom: 0;
}
article td p + ul,
article td p + ol {
  margin-top: 0.33em;
}
article td dl {
  margin: 0;
}
article td dd + dt {
  margin-top: 1em;
}
article td dt {
  margin: 0;
}
article td dd {
  margin: 0;
}
article td a[href^="tel:"] {
  color: #333;
  text-decoration: none;
}
article td a[href^="https://goo.gl"] {
  background-color: #333;
  color: #fff;
  margin-left: 0.5em;
  padding: 0.33em;
  border-radius: 3px;
  line-height: 1;
  font-size: 90%;
  text-decoration: none;
  transition: background-color 0.3s;
}
article td a[href^="https://goo.gl"]:hover {
  background-color: #000;
}
article ol {
  margin: 1em 0;
  padding: 0;
  counter-reset: num;
}
article ol > li {
  list-style: none;
  position: relative;
  padding-left: 1.75em;
  margin: 0.33em 0;
  line-height: 1.6;
}
article ol > li:first-child {
  margin-top: 0;
}
article ol > li:last-child {
  margin-bottom: 0;
}
article ol > li:before {
  content: counter(num) ". ";
  counter-increment: num;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5em;
  text-align: right;
}
article ul {
  margin: 1em 0;
  padding: 0;
}
article ul > li {
  list-style: none;
  position: relative;
  padding-left: 1.75em;
  margin: 0.33em 0;
  line-height: 1.6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article ul > li:first-child {
  margin-top: 0;
}
article ul > li:last-child {
  margin-bottom: 0;
}
article ul > li:before {
  content: '';
  width: 0.33em;
  height: 0.33em;
  border-radius: 50%;
  background-color: #333;
  position: absolute;
  top: 0.66em;
  left: 0.5em;
}

/* ----------------------------------------------------------------
	news-single
----------------------------------------------------------------- */
.page h3 {
  position: relative;
  text-align: center;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.2;
  padding: 0 0 0.33em 0;
  margin: 0 0 0.75em 0;
}
@media (max-width: 980px) {
  .page h3 {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .page h3 {
    font-size: 7vw;
  }
}
.page h3:before {
  content: '';
  display: block;
  width: 1em;
  height: 1px;
  background-color: #bc4d60;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.page h4 {
  border-left: 1px solid #bc4d60;
  margin: 0 0 1em 0;
  padding: 0.33em 0.33em 0.33em 0.66em;
  font-weight: 300;
  font-size: 1.5rem;
}
@media (max-width: 980px) {
  .page h4 {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .page h4 {
    font-size: 5vw;
  }
}
.page article > .inner:before, .page article > .inner:after {
  display: table;
  content: '';
}
.page article > .inner:after {
  clear: both;
}

/* ----------------------------------------------------------------
	entry
----------------------------------------------------------------- */
.entry {
  position: relative;
}
.entry:after {
  display: none;
}
.entry-boxes {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.entry-boxes__box {
  position: relative;
}
.home-media .entry-box {
  padding: 0;
  width: 48.5%;
  margin-right: 3%;
}
@media (max-width: 767px) {
  .home-media .entry-box {
    width: 100%;
    margin-right: 0;
  }
}
.home-media .entry-box:nth-child(2) {
  margin-right: 0;
}
.home-media .entry-box:nth-child(n+3) {
  width: 31.3%;
  margin-top: 40px;
  margin-right: 3%;
}
@media (max-width: 980px) {
  .home-media .entry-box:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .home-media .entry-box:nth-child(n+3) {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .home-media .entry-box:nth-child(n+2) {
    margin-top: 5vw;
  }
}
.home-media .entry-box:nth-child(5) {
  width: 31.4%;
  margin-right: 0;
}
@media (max-width: 767px) {
  .home-media .entry-box:nth-child(5) {
    width: 100%;
  }
}
#archive .entry-box {
  width: 32%;
  margin-right: 2%;
}
#archive .entry-box:nth-child(3n) {
  margin-right: 0;
}
#archive .entry-box:nth-child(n+4) {
  margin-top: 20px;
}
@media (max-width: 980px) {
  #archive .entry-box {
    width: calc( 50% - 10px);
    margin-right: 20px;
  }
  #archive .entry-box:nth-child(3n) {
    margin-right: 20px;
  }
  #archive .entry-box:nth-child(2n) {
    margin-right: 0;
  }
  #archive .entry-box:nth-child(n+3) {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  #archive .entry-box {
    width: 100%;
    margin-right: 0 !important;
  }
}

/* ----------------------------------------------------------------
	card
----------------------------------------------------------------- */
.card {
  background-color: #fff;
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .card:nth-child(n+2) {
    margin-top: 5vw;
  }
  .home-media .card:nth-child(n+2) {
    margin-top: 20px;
  }
}
.card__item > a {
  background-size: 0 0;
  background-repeat: no-repeat;
  background-position: 0 0;
  display: block;
  overflow: hidden;
  text-decoration: none;
}
.card__item > a:before {
  content: '';
  display: block;
  padding-top: 52.65%;
  background-position: 50% 50%;
  background-image: inherit;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 980px) {
  .card__item > a:before {
    padding-top: 60%;
  }
}
@media (max-width: 767px) {
  .card__item > a:before {
    padding-top: 52.65%;
  }
}
.card__item > a:after {
  content: '';
  display: block;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10%;
  margin-top: 52.65%;
}
@media (max-width: 980px) {
  .card__item > a:after {
    margin-top: 60%;
    height: 8vw;
  }
}
@media (max-width: 767px) {
  .card__item > a:after {
    margin-top: 52.65%;
    height: 12vw;
  }
}
@media (min-width: 981px) {
  .card__item > a:before {
    transition: opacity .3s, transform .3s ease-in-out;
  }
  .card__item > a:hover:before {
    transform: scale(1.04);
  }
}
.card__desc {
  padding: 1.25em 1em 2.5em 1em;
}
@media (max-width: 767px) {
  .card__desc {
    padding: 10px 10px 2.5em 10px;
  }
}
.card__category {
  text-align: center;
  line-height: 1;
  color: #fff;
  background-color: #0b427b;
  font-size: 11px;
  width: 8em;
  display: block;
  padding: 5px 0;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 980px) {
  .card__category {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .card__category {
    font-size: 2.75vw;
  }
}
.card__date {
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 1;
  text-align: left;
  padding: 0.75em 0 0.75em 1em;
}
.card__date span {
  font-size: 10px;
  color: #999;
  background: url(/images/common/date.svg) no-repeat 0 50%;
  background-size: 10px 10px;
  padding-left: 15px;
}
.card__title {
  position: relative;
  z-index: 1;
  text-decoration: underline;
  margin: 0 0 10px 0;
  line-height: 1.5;
  font-weight: bold;
}
@media (min-width: 981px) {
  a:hover .card__title {
    text-decoration: none;
  }
}
.card__lead {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #333;
  font-size: 90%;
  line-height: 1.5;
  text-decoration: none;
}

/* ----------------------------------------------------------------
	swiper
----------------------------------------------------------------- */
.swiper-button-prev,
.swiper-button-next {
  display: none;
}

@media (max-width: 767px) {
  .swiper-container-horizontal {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.swiper-container-horizontal .swiper-wrapper {
  -webkit-flex-wrap: nowrap !important;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.swiper-container-horizontal .swiper-wrapper .swiper-slide {
  height: auto !important;
  margin-top: 0 !important;
}
.swiper-container-horizontal .swiper-button-prev,
.swiper-container-horizontal .swiper-button-next {
  display: block;
  background: #bc4d60;
  top: 50%;
  width: 20px;
  height: 40px;
  margin: -20px 0 0 0;
  position: absolute;
  opacity: 1;
  transition: opacity .3s;
  cursor: pointer;
}
.swiper-container-horizontal .swiper-button-prev.swiper-button-disabled,
.swiper-container-horizontal .swiper-button-next.swiper-button-disabled {
  opacity: 0.25;
  cursor: default;
}
.swiper-container-horizontal .swiper-button-prev:before,
.swiper-container-horizontal .swiper-button-next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 7px;
  height: 7px;
  margin-top: -4px;
}
.swiper-container-horizontal .swiper-button-prev {
  left: 0px;
}
.swiper-container-horizontal .swiper-button-prev:before {
  margin-left: -6px;
  right: 50%;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.swiper-container-horizontal .swiper-button-next {
  right: 0px;
}
.swiper-container-horizontal .swiper-button-next:before {
  margin-left: -2px;
  left: 50%;
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

/* ----------------------------------------------------------------
	parts
----------------------------------------------------------------- */
.txt-r {
  text-align: right;
}

.txt-l {
  text-align: left;
}

.txt-c {
  text-align: center;
}

img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignright {
  padding: 4px;
  margin: 0 0 2px 10px;
  display: inline;
}

img.alignleft {
  padding: 4px;
  margin: 0 10px 2px 0;
  display: inline;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.embed {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: block;
  overflow: hidden;
  line-height: 1;
}
.embed + .embed, .embed + .img {
  border-top: 2px solid #fff;
  margin-top: -60px;
}
@media (max-width: 767px) {
  .embed + .embed, .embed + .img {
    margin-top: -40px;
  }
}
.embed video,
.embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.no-js .embed:before {
  opacity: 0;
  visibility: hidden;
}
.no-js .embed iframe {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* ----------------------------------------------------------------
	notes
----------------------------------------------------------------- */
.notes {
  margin: 1em 0 !important;
  position: relative;
  padding-left: 1.25em !important;
  list-style: none !important;
  line-height: 1.4 !important;
}
.notes > li {
  font-size: 80%;
  color: inherit;
  position: relative;
  list-style: none !important;
  padding-left: 0 !important;
  margin: 0.5em 0 !important;
}
.notes > li:before {
  display: none !important;
}
.notes__head {
  position: absolute;
  top: 0;
  left: -1.25em;
}

/* ----------------------------------------------------------------
	movie
----------------------------------------------------------------- */
.movie {
  position: relative;
  cursor: pointer;
}
.movie:before {
  content: '';
  display: block;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left: 15px solid #fff;
  margin-left: 7px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.movie:after {
  content: '';
  z-index: 1;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 2px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 981px) {
  .movie {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .movie img {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
  }
  .movie:before {
    -webkit-transition: border-left-color .3s easeinout;
    transition: border-left-color .3s easeinout;
  }
  .movie:after {
    -webkit-transition: border-color .3s easeinout;
    transition: border-color .3s easeinout;
  }
  .movie:hover:before {
    border-left-color: #ff781d;
  }
  .movie:hover:after {
    border-color: #ff781d;
  }
  .movie:hover img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
  }
}

/* ----------------------------------------------------------------
	top
----------------------------------------------------------------- */
.vi {
  position: relative;
  z-index: -1;
  transform: none !important;
}
.vi .swiper-container {
  height: calc( 100vh - 70px );
}
@media (max-width: 980px) {
  .vi .swiper-container {
    height: 72.5vw;
  }
}
@media (max-width: 767px) {
  .vi .swiper-container {
    height: 90vw;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .vi .swiper-container {
    height: 75vw;
  }
}
.vi .swiper-wrapper,
.vi .swiper-slide {
  height: 100%;
}
.vi .swiper-slide {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 0 0;
  height: 100%;
}
.vi .swiper-slide:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: inherit;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}
.vi .headline {
  margin: 0;
  padding: 0;
  max-width: 1320px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.vi .headline svg {
  overflow: visible !important;
  fill: #bc4d60;
  width: 70%;
  height: auto;
  position: absolute;
  bottom: 7.5%;
}
.vi .headline path {
  opacity: 0;
  stroke-width: 0;
  transition: opacity 1s, transform 1s;
}
.vi .headline path:nth-child(1) {
  transition-delay: 0.2s;
}
.vi .headline path:nth-child(2) {
  transition-delay: 0.4s;
}
.vi .headline path:nth-child(3) {
  transition-delay: 0.5s;
}
.vi .headline path:nth-child(4) {
  transition-delay: 0.6s;
}
.vi .headline path:nth-child(5) {
  transition-delay: 0.7s;
}
.vi .headline path:nth-child(6) {
  transition-delay: 0.8s;
}
.vi .headline path:nth-child(7) {
  transition-delay: 0.9s;
}
.vi .headline path:nth-child(8) {
  transition-delay: 1s;
}
.vi .headline path:nth-child(9) {
  transition-delay: 1.1s;
}
.vi .headline path:nth-child(10) {
  transition-delay: 1.2s;
}
.vi .headline path:nth-child(11) {
  transition-delay: 1.3s;
}
.vi .headline path:nth-child(12) {
  transition-delay: 1.4s;
}
.vi .headline path:nth-child(13) {
  transition-delay: 1.5s;
}
.vi .headline path:nth-child(14) {
  transition-delay: 1.6s;
}
.vi .headline path:nth-child(15) {
  transition-delay: 1.7s;
}
.vi .headline path:nth-child(16) {
  transition-delay: 1.8s;
}
.vi .headline path:nth-child(17) {
  transition-delay: 1.9s;
}
.vi .headline path:nth-child(18) {
  transition-delay: 2s;
}
.vi .headline path:nth-child(19) {
  transition-delay: 2.1s;
}
.vi .headline path:nth-child(20) {
  transition-delay: 2.2s;
}
.vi .headline path:nth-child(21) {
  transition-delay: 2.3s;
}
.vi .headline path:nth-child(22) {
  transition-delay: 2.4s;
}
.vi .headline path:nth-child(23) {
  transition-delay: 2.5s;
}
.vi .headline path:nth-child(24) {
  transition-delay: 2.6s;
}
.vi .headline path:nth-child(25) {
  transition-delay: 2.7s;
}
.vi .headline path:nth-child(26) {
  transition-delay: 2.8s;
}
.vi .headline path:nth-child(27) {
  transition-delay: 2.9s;
}
.vi .headline path:nth-child(28) {
  transition-delay: 3.0s;
}
.vi .headline path:nth-child(29) {
  transition-delay: 3.1s;
}
.vi .headline path:nth-child(30) {
  transition-delay: 3.2s;
}
.vi-visual {
  padding-top: 56.25%;
  position: relative;
}
@media (max-width: 767px) {
  .vi-visual {
    padding-top: 78.75%;
  }
}
.vi video {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: block;
  border: 0 none;
  position: absolute;
  top: 0;
  z-index: -1;
  background-color: #fff;
  color: #fff;
  object-fit: cover;
}
@media (max-width: 767px) {
  .vi video {
    left: -20%;
    width: 140%;
  }
}
.vi.inview--complete .headline svg path {
  opacity: 1;
  transform: translateX(0.33em);
}

/* ----------------------------------------------------------------
	home
----------------------------------------------------------------- */
#scrollDown path {
  transition: fill 0.3s;
}

.home {
  /*
  & + #scroll #scrollDown {
  	path{
  		fill:#fff !important;
  	}
  }
  */
}
.home #content {
  padding-top: 0;
}
.home h3 {
  text-align: center;
  font-size: 1em;
  font-weight: 300;
  line-height: 1;
  margin: 0;
  padding: 0;
  color: #414042;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.home h3 b {
  display: block;
  font-size: 3rem;
  font-weight: 400;
  font-family: "Source Serif Pro", "Arial", "Hiragino Kaku Gothic ProN", "Segoe UI", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
  text-transform: uppercase;
  margin: 0 0 0.25em 0;
}
@media (max-width: 980px) {
  .home h3 b {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .home h3 b {
    font-size: 9vw;
  }
}
.home-about {
  overflow: hidden;
  position: relative;
  padding: 5em 0;
}
@media (max-width: 980px) {
  .home-about {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }
}
@media (max-width: 767px) {
  .home-about {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
}
.home-about__inner {
  max-width: 900px;
  padding: 0;
  margin: 3em auto 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 980px) {
  .home-about__inner {
    max-width: calc( 100% - 40px );
  }
}
@media (max-width: 767px) {
  .home-about__inner {
    max-width: 100%;
    margin-top: 1em;
    padding: 20px 10px;
    text-align: left;
  }
}
.home-about p + p {
  margin-top: 0.66em;
}
.home-about .btn {
  margin-top: 2em;
}
.home-models {
  overflow: hidden;
  position: relative;
  padding: 5em 0;
}
@media (max-width: 980px) {
  .home-models {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }
}
@media (max-width: 767px) {
  .home-models {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
}
.home-models .swiper-container {
  margin: 3em 0;
}
@media (max-width: 767px) {
  .home-models .swiper-container {
    margin: 20px 0;
  }
}
.home-models .swiper-slide {
  background-size: 0 0;
  background-repeat: none;
  padding-bottom: 3em;
}
.home-models .swiper-slide:before {
  content: '';
  padding-top: 150%;
  display: block;
  background-image: inherit;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  transition: opacity 0.6s;
}
.home-models .swiper-slide:hover:before {
  opacity: 0.8;
}
.home-models .swiper-slide a {
  display: block;
  color: #414042;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-models .swiper-slide a span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  display: block;
  padding: 1em 0;
  line-height: 1;
  white-space: nowrap;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.home-brands {
  overflow: hidden;
  position: relative;
  padding: 5em 0;
}
@media (max-width: 980px) {
  .home-brands {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }
}
@media (max-width: 767px) {
  .home-brands {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
}
.home-brands__category {
  position: absolute;
  top: 0;
  right: 0;
}
.home-brands__category span {
  color: #fff;
  background-color: #bc4d60;
  font-size: 80%;
  font-weight: 300;
  padding: 0.5em 1em;
}
.home-brands__category span + span {
  margin-left: 0.33em;
}
.home-brands .col {
  margin: 3em 0 0 0;
}
@media (max-width: 767px) {
  .home-brands .col {
    margin-top: 2em;
  }
}
.home-brands .col a {
  color: #414042;
  text-decoration: none;
}
.home-brands .col a:hover figure:before {
  transform: scale(1.04);
}
.home-brands .col .col__box {
  padding-bottom: 8em;
}
@media (max-width: 1040px) {
  .home-brands .col .col__box {
    padding-bottom: 9em;
  }
}
@media (max-width: 980px) {
  .home-brands .col .col__box {
    padding-bottom: 10em;
  }
}
@media (max-width: 767px) {
  .home-brands .col .col__box {
    padding-bottom: 0;
  }
}
.home-brands figure {
  overflow: hidden;
  background-size: 0 0;
  background-repeat: no-repeat;
  padding-top: 52.5%;
  position: relative;
}
.home-brands figure:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: inherit;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transition: transform 1s;
  transform: scale(1);
}
.home-brands dl {
  min-height: 10em;
  z-index: 1;
  bottom: 1em;
  left: 0;
  width: calc( 100% - 2em );
  position: absolute;
  margin: 0 1em;
  padding: 0;
  background-color: #fff;
  box-shadow: 0 0.1em 0.15em rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .home-brands dl {
    bottom: 20px;
    width: calc( 100% - 20px );
    margin: 0 10px;
    position: relative;
    min-height: 0;
  }
}
.home-brands dt {
  font-size: 1.5em;
  font-weight: 200;
  font-family: "Source Serif Pro", "Arial", "Hiragino Kaku Gothic ProN", "Segoe UI", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
  display: inline-block;
  padding: 20px 20px 10px 20px;
  position: relative;
  background-color: #fff;
  margin: 0;
  display: block;
  width: auto;
}
@media (max-width: 767px) {
  .home-brands dt {
    font-size: 1.33em;
    padding: 10px 10px 5px 10px;
  }
}
.home-brands dd {
  margin: 0;
  padding: 0 20px 20px 20px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .home-brands dd {
    padding: 0 10px 10px 10px;
    font-size: 3.5vw;
  }
}
.home-brands .btn {
  margin-top: 3em;
}
@media (max-width: 767px) {
  .home-brands .btn {
    margin-top: 2em;
  }
}
.home-news {
  overflow: hidden;
  position: relative;
  padding: 5em 0;
}
@media (max-width: 980px) {
  .home-news {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }
}
@media (max-width: 767px) {
  .home-news {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
}
.home-news .news {
  max-width: 900px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  margin: 2em auto 0 auto;
  padding: 0.66em 0 0 0;
  /*
  background-color: rgba(255,255,255,0.85);
  */
}
.home-news dt {
  margin: 0 0px 0.5em 0px;
  padding: 0;
  color: #999;
  font-weight: 400;
  font-size: 90%;
  font-family: "Source Serif Pro", "Arial", "Hiragino Kaku Gothic ProN", "Segoe UI", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
}
.home-news dd {
  margin: 0;
  padding: 0 0px 0.66em 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.home-news dd + dt {
  margin-top: 0.66em;
}
.home-hairsalone {
  overflow: hidden;
  position: relative;
  padding: 5em 0;
}
@media (max-width: 980px) {
  .home-hairsalone {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }
}
@media (max-width: 767px) {
  .home-hairsalone {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
}
.home-hairsalone__inner {
  max-width: 900px;
  padding: 0;
  margin: 3em auto 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 980px) {
  .home-hairsalone__inner {
    max-width: calc( 100% - 40px );
  }
}
@media (max-width: 767px) {
  .home-hairsalone__inner {
    max-width: 100%;
    margin-top: 1em;
    padding: 20px 10px;
    text-align: left;
  }
}
.home-hairsalone .col {
  margin-bottom: 2em;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.home-hairsalone .col__box:nth-child(1) {
  padding: 0 10%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.home-hairsalone ul {
  margin: 2em auto 0 auto;
  padding: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .home-hairsalone ul {
    margin-top: 1em;
  }
}
.home-hairsalone ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 4em;
}
@media (max-width: 767px) {
  .home-hairsalone ul li {
    width: 3em;
  }
}
.home-hairsalone ul li:before {
  display: none;
}
.home-hairsalone ul li svg {
  fill: #414042;
  height: 3em;
}
@media (max-width: 767px) {
  .home-hairsalone ul li svg {
    height: 2em;
  }
}
.home-hairsalone ul li a {
  display: block;
  transition: opacity 0.6s;
}
.home-hairsalone ul li a:hover {
  opacity: 0.8;
}

@keyframes show-path {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
/* ----------------------------------------------------------------
	news
----------------------------------------------------------------- */
.news .inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1040px) {
  .news .inner {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .news .inner {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.news-list + .news-list {
  margin-top: 5em;
}
@media (max-width: 980px) {
  .news-list + .news-list {
    margin-top: 3.5em;
  }
}
@media (max-width: 767px) {
  .news-list + .news-list {
    margin-top: 2.5em;
  }
}
.news-list > section {
  padding: 2em 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.news-list > section + section {
  border-top: 0 none;
}
@media (max-width: 767px) {
  .news-list > section {
    padding: 1.5em 0;
  }
}
.news-list > section h3 {
  font-weight: 400;
  font-family: "Source Serif Pro", "Arial", "Hiragino Kaku Gothic ProN", "Segoe UI", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
}
.news-list > section h4 {
  border: 0 none;
  margin: 0;
  padding: 0;
}
.news-list > section time {
  display: block;
  color: #999;
  font-weight: 400;
  font-size: 90%;
  font-family: "Source Serif Pro", "Arial", "Hiragino Kaku Gothic ProN", "Segoe UI", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
  margin: 0 0 0.5em 0;
}
.news-list > section p {
  margin: 0.5em 0 0 0;
}

/* ----------------------------------------------------------------
  form
----------------------------------------------------------------- */
/*models*/
.models .intro {
  text-align: center;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .models .intro {
    text-align: left;
  }
}
.models__index > section + section {
  margin-top: 5em;
}
@media (max-width: 980px) {
  .models__index > section + section {
    margin-top: 3.5em;
  }
}
@media (max-width: 767px) {
  .models__index > section + section {
    margin-top: 2.5em;
  }
}
.models__index h3 a {
  color: #414042;
  text-decoration: none;
}
.models__index .col__box {
  width: calc( 25% - 15px );
  margin-right: 20px;
}
.models__index .col__box:nth-child(4n) {
  margin-right: 0;
}
.models__index .col__box:nth-child(n+5) {
  margin-top: 20px;
}
@media (max-width: 980px) {
  .models__index .col__box {
    width: calc( 33.3% - 13px );
    margin-right: 20px;
  }
  .models__index .col__box:nth-child(4n) {
    margin-right: 20px;
  }
  .models__index .col__box:nth-child(3n) {
    width: calc( 33.4% - 14px );
    margin-right: 0;
  }
  .models__index .col__box:nth-child(n+4) {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .models__index .col__box {
    width: calc( 50% - 5px );
    margin-right: 10px;
  }
  .models__index .col__box:nth-child(4n) {
    margin-right: 10px;
  }
  .models__index .col__box:nth-child(3n) {
    width: calc( 50% - 5px );
    margin-right: 10px;
  }
  .models__index .col__box:nth-child(2n) {
    margin-right: 0;
  }
  .models__index .col__box:nth-child(n+3) {
    margin-top: 10px;
  }
}
.models__index .col__box a {
  display: block;
  color: #414042;
  text-decoration: none;
  transition: opacity 0.6s;
}
.models__index .col__box a:hover {
  opacity: 0.8;
}
.models__index .col__box a span {
  width: 100%;
  text-align: center;
  display: block;
  padding: 1em 0;
  line-height: 1;
  white-space: nowrap;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.models__index .col__box a > div {
  background-size: 0 0;
}
.models__index .col__box a > div:before {
  content: '';
  padding-top: 150%;
  display: block;
  background-image: inherit;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.models__heading {
  text-align: center;
  font-size: 1em;
  font-weight: 300;
  line-height: 1;
  margin: 0;
  padding: 0;
  color: #414042;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.models__heading b {
  display: block;
  font-size: 3rem;
  font-weight: 200;
  font-family: "Source Serif Pro", "Arial", "Hiragino Kaku Gothic ProN", "Segoe UI", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
  margin: -0.5em 0 0.25em 0;
}
@media (max-width: 980px) {
  .models__heading b {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .models__heading b {
    font-size: 9vw;
  }
}
.models__sns {
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.models__sns li {
  padding: 0;
  margin: 0;
}
.models__sns li:before {
  display: none;
}
.models__sns li svg {
  width: 1.66em;
}
.models__sns li + li {
  margin-left: 1em;
}
@media (max-width: 980px) {
  .models__latest {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.models__latest li {
  margin: 0;
  padding: 0;
  position: relative;
}
.models__latest li:before, .models__latest li:after {
  display: table;
  content: '';
}
.models__latest li:after {
  clear: both;
}
@media (max-width: 980px) {
  .models__latest li {
    width: 50%;
  }
  .models__latest li:nth-child(n+3) {
    margin-top: 0.66em;
  }
}
.models__latest li a {
  display: block;
  text-decoration: none;
  transition: opacity 0.3s;
}
.models__latest li a:hover {
  opacity: 0.8;
}
.models__latest li a:hover .models__latest--title {
  text-decoration: none;
}
@media (min-width: 981px) {
  .models__latest li + li {
    margin-top: 0.66em;
  }
}
.models__latest li table, .models__latest li tr, .models__latest li th, .models__latest li td {
  padding: 0;
  border: 0 none;
  background-color: transparent;
}
.models__latest li table {
  min-height: 60px;
}
.models__latest--thumbnail {
  width: 90px;
  background-size: 0 0;
}
@media (max-width: 767px) {
  .models__latest--thumbnail {
    width: 80px;
  }
}
.models__latest--thumbnail:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 100%;
  background-image: inherit;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto 100%;
}
@media (max-width: 767px) {
  .models__latest--thumbnail:before {
    width: 70px;
  }
}
.models__latest--title {
  color: #414042;
  font-weight: 400;
  line-height: 1.2 !important;
}
.models__latest--title small {
  display: block;
  font-size: 75%;
  margin-top: 7px !important;
  font-weight: 200;
  font-family: "Source Serif Pro", "Arial", "Hiragino Kaku Gothic ProN", "Segoe UI", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
}
.models .swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.models .swiper-slide {
  background-size: cover;
  background-position: center;
}
.models .gallery {
  margin-top: 2em;
  margin-bottom: 2em;
  position: relative;
  padding-top: 100%;
}
@media (max-width: 980px) {
  .models .gallery {
    padding-top: 133%;
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (max-width: 767px) {
  .models .gallery {
    padding-top: 150%;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.models .gallery .swiper-slide {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.models .gallery .swiper-container-horizontal {
  padding: 0;
}
.models .gallery-top {
  position: absolute;
  top: 0;
  left: 0;
  height: 80%;
  width: 100%;
}
.models .gallery-thumbs {
  position: absolute;
  bottom: 0;
  left: 0;
  height: calc( 20% - 20px );
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .models .gallery-thumbs {
    height: calc( 20% - 10px );
  }
}
.models .gallery-thumbs .swiper-slide {
  height: 100%;
  opacity: 1;
}
.models .gallery-thumbs .swiper-slide:hover {
  cursor: pointer;
}
.models .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 0.4;
}

.content {
  max-width: 1000px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1040px) {
  .content {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .content {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.content__main {
  width: calc( 70% - 30px );
  margin-right: 30px;
  background-color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 980px) {
  .content__main {
    width: 100%;
    margin-right: 0;
  }
}
.content__main table {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em;
  font-weight: 200;
  font-family: "Source Serif Pro", "Arial", "Hiragino Kaku Gothic ProN", "Segoe UI", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
}
.content__main th {
  width: 4em;
  font-weight: 200;
  text-align: left;
  padding: 0;
}
.content__main td {
  padding: 0;
}
.content__sub {
  width: 30%;
}
@media (max-width: 980px) {
  .content__sub {
    width: 100%;
    margin-top: 3em;
  }
}
.content__sub ul {
  list-style: none;
}
.content__sub ul li:before {
  display: none;
}
.content__sub dl {
  margin: 0;
}
.content__sub dl + dl {
  margin-top: 3em;
}
.content__sub dt {
  border-left: 1px solid #bc4d60;
  margin: 0 0 1em 0;
  padding: 0.33em 0.33em 0.33em 0.66em;
  font-size: 1.2rem;
}
@media (max-width: 980px) {
  .content__sub dt {
    font-size: 1.1rem;
  }
}
@media (max-width: 767px) {
  .content__sub dt {
    font-size: 4vw;
  }
}
.content__sub dd {
  margin: 0;
  padding: 0;
}
.content__sub dd + dt {
  margin-top: 2em;
}

.tagcloud {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tagcloud li {
  margin: 0 0.66em 0.66em 0;
  padding: 0;
  display: inline-block;
}
.tagcloud li:before {
  display: none;
}
.tagcloud li:last-child {
  margin-right: 0;
}
.tagcloud a {
  display: block;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 6px;
  color: #414042;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
  padding: 4px 8px;
  vertical-align: top;
  transition: oapcity 0.3s;
}
.tagcloud a:before {
  margin-right: 3px;
  content: "#";
  color: #bc4d60;
  font-weight: 500;
}
.tagcloud a:hover {
  opacity: 0.8;
}

/* ----------------------------------------------------------------
	brands
----------------------------------------------------------------- */
.brands .inner.brands--index {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1040px) {
  .brands .inner.brands--index {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .brands .inner.brands--index {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.brands--toc {
  text-align: center;
  list-style: none;
}
.brands--toc li {
  list-style: none;
  display: inline-block;
  padding: 0 1em;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.brands--toc li:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.brands--toc li:before {
  display: none;
}
.brands--index__logo {
  margin: 2em 0 0 0;
  padding-top: 25%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.brands--index__logo--innovate {
  background-size: auto 33.3%;
}
.brands--index__logo--moa {
  background-size: auto 80%;
}
.brands--index__logo--youmustcreate {
  background-size: auto 33.3%;
}
.brands--index__logo--louisemisha {
  background-size: auto 33.3%;
}
.brands--index__logo--happyology {
  background-size: auto 66.6%;
}
.brands--index__logo--emilyfinn {
  background-size: auto 33.3%;
}
.brands--index__logo--aceandjig {
  background-size: auto 66.6%;
}
.brands--index__logo--jovonnalondon {
  background-size: auto 40%;
}
.brands--index__logo--whyte-studio {
  background-size: 70% auto;
}
.brands--index__logo--pavonada {
  background-size: auto 66.6%;
}
.brands--index__figure {
  margin: 0 0 1em 0;
}
.brands--index__link {
  margin: 0 0 1em 0;
  text-align: center;
}
.brands--index__link a {
  display: block;
  padding: 0.33em 0;
}
.brands--index__link a span {
  padding-left: 1.33em;
  background: url(/images/common/link.svg) no-repeat 0 50%;
  background-size: auto 1em;
}
.brands .swiper-slide {
  background-size: 0 0;
}
.brands .swiper-slide:before {
  content: '';
  display: block;
  padding-top: 75%;
  background-color: #fff;
  background-image: inherit;
  background-size: 50% auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media (max-width: 980px) {
  .brands .swiper-slide:before {
    background-size: 66.6% auto;
  }
}
@media (max-width: 767px) {
  .brands .swiper-slide:before {
    background-size: 75% auto;
  }
}
.brands .swiper-slide .btn {
  margin-top: -2.33em;
  max-width: 80%;
}
@media (max-width: 767px) {
  .brands .swiper-slide h4, .brands .swiper-slide p {
    opacity: 0;
    transition: opacity 0.3s;
  }
}
@media (max-width: 767px) {
  .brands .swiper-slide-active p, .brands .swiper-slide-active h4 {
    opacity: 1;
  }
}
.brands .swiper-slide--products-4:before {
  background-size: 75% auto;
}
@media (max-width: 980px) {
  .brands .swiper-slide--products-4:before {
    background-size: 80% auto;
  }
}
@media (max-width: 767px) {
  .brands .swiper-slide--products-4:before {
    background-size: 85% auto;
  }
}
.brands .swiper-slide--products-5:before {
  background-size: 62.5% auto;
}
@media (max-width: 980px) {
  .brands .swiper-slide--products-5:before {
    background-size: 75% auto;
  }
}
@media (max-width: 767px) {
  .brands .swiper-slide--products-5:before {
    background-size: 80% auto;
  }
}
.brands .swiper-slide--products-6:before {
  background-size: 75% auto;
}
@media (max-width: 980px) {
  .brands .swiper-slide--products-6:before {
    background-size: 80% auto;
  }
}
@media (max-width: 767px) {
  .brands .swiper-slide--products-6:before {
    background-size: 85% auto;
  }
}
.brands .swiper-slide h4 {
  border-left: 0 none;
  padding: 0;
  margin: 1.33em 0 0.33em 0;
}
.brands .swiper-slide p {
  margin: 0;
}
.brands .swiper-pagination {
  text-align: center;
  position: static;
  margin: 1em 0 0 0;
}
.brands .swiper-pagination-bullet {
  margin: 0 4px;
}
.brands .swiper-pagination-bullet-active {
  background-color: #bc4d60;
}

.pavonada #content,
.moa #content {
  padding-top: 0;
}
.pavonada .inner,
.moa .inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1040px) {
  .pavonada .inner,
  .moa .inner {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .pavonada .inner,
  .moa .inner {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.pavonada__bg img,
.moa__bg img {
  width: 100%;
}
.pavonada p + p,
.moa p + p {
  margin-top: 2.4em;
}
@media (max-width: 767px) {
  .pavonada #products,
  .moa #products {
    margin-left: -10px;
    margin-right: -10px;
  }
}

/* ----------------------------------------------------------------
	about
----------------------------------------------------------------- */
.about .intro {
  text-align: left;
}
.about .inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1040px) {
  .about .inner {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .about .inner {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.about--outline table, .about--outline td, .about--outline th {
  border: 0 none;
}
.about--outline table {
  border-top: 1px solid rgba(255, 255, 255, 0.33);
}
.about--outline th, .about--outline td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.33);
}
.about--outline th {
  font-weight: 500;
}
@media (max-width: 767px) {
  .about--outline th {
    width: 5em;
  }
}

/* ----------------------------------------------------------------
  form
----------------------------------------------------------------- */
/*contact*/
.contact .inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1040px) {
  .contact .inner {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .contact .inner {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .contact .col .col__box + .col__box {
    margin-top: 0.33em;
  }
}
.contact__way {
  margin: 0 auto;
  max-width: 800px;
  text-align: center;
}
.contact__way dl, .contact__way p {
  margin: 0;
}
.contact__way dt,
.contact__way dd {
  margin: 0;
  padding: 0;
}
.contact__way img {
  width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .contact__way img {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.contact__way--tel {
  text-align: center;
}
.contact__way--tel a {
  color: #414042;
  text-decoration: none;
  font-weight: 400;
  font-size: 2.4em;
}
@media (max-width: 980px) {
  .contact__way--tel a {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .contact__way--tel a {
    font-size: 6vw;
  }
}
.contact__way--tel img {
  width: 1em;
  margin-right: 0.33em;
  vertical-align: middle;
}
.contact__way--tel small {
  margin-top: 0.33em;
  display: block;
}

/*form*/
.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}

.wpcf7 [role="alert"] {
  margin: .5em 0;
  padding: 0.33em 1em;
}

.wpcf7 [role="alert"]:not(:empty),
.wpcf7 form .wpcf7-response-output {
  color: #231815;
  border: 1px solid #f3b031;
  background-color: #fcf8e3;
  line-height: 1.8;
}

.wpcf7 form .wpcf7-response-output {
  padding: 0.66em 1em;
  margin: 1em 0;
}

.wpcf7 [role="alert"] ul {
  margin-top: 0;
  margin-bottom: 0;
}

.wpcf7 form.init .wpcf7-response-output {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: #019271;
  border: 1px solid #019271;
  background-color: #e8f5f2;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  color: #d41717;
  border: 1px solid #d41717;
  background-color: #fff4f4;
}

.wpcf7 form.spam .wpcf7-response-output {
  color: #d41717;
  border: 1px solid #d41717;
  background-color: #fff4f4;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  color: #231815;
  border: 1px solid #f3b031;
  background-color: #fcf8e3;
}

.wpcf7-form-control-wrap {
  position: relative;
}

.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 1em;
  font-weight: normal;
  display: block;
  margin-top: 0.5em !important;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
  position: absolute;
  top: 20%;
  left: 20%;
  z-index: 100;
  border: 1px solid #ff0000;
  background: #fff;
  padding: .2em .8em;
}

span.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
  content: " ";
}

.wpcf7-display-none {
  display: none;
}

div.wpcf7 div.ajax-error {
  display: none;
}

div.wpcf7 .placeheld {
  color: #888;
}

div.wpcf7 input[type="file"] {
  cursor: pointer;
}

div.wpcf7 input[type="file"]:disabled {
  cursor: default;
}

div.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
  direction: ltr;
}

.wpcf7 {
  margin-top: 0 !important;
}
.wpcf7:not(:last-child) {
  margin-bottom: 2.65385rem;
}
.wpcf7-form > :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) + :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
  margin-top: 1.76923rem;
}
.wpcf7-form > :first-child {
  margin-top: 0;
}
.wpcf7-form > h1 {
  margin-top: 0;
  margin-bottom: 1.76923rem;
}
.wpcf7-form > h2 {
  margin-top: 3.53846rem;
  margin-bottom: 2.21154rem;
}
.wpcf7-form > h3 {
  margin-top: 3.09615rem;
  margin-bottom: 1.32692rem;
}
.wpcf7-form > h4 {
  margin-top: 2.21154rem;
  margin-bottom: .88462rem;
}
.wpcf7-form > h5, .wpcf7-form > h6 {
  margin-top: 1.76923rem;
  margin-bottom: .88462rem;
}
.wpcf7-form > ol ol, .wpcf7-form > ol ul, .wpcf7-form > ul ol, .wpcf7-form > ul ul {
  margin-bottom: 0;
}
.wpcf7-select, .wpcf7-text, .wpcf7-textarea {
  border: 1px solid #ccc;
  border-radius: 3px;
  outline: 0;
  transition: border .2s ease-out;
  padding: .44231rem .88462rem;
  background-color: #fff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.035);
  max-width: 100%;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.8;
}
.wpcf7-list-item label:hover, .wpcf7-select:hover, .wpcf7-text:hover, .wpcf7-textarea:hover {
  border-color: #999;
}
.wpcf7-list-item label:active, .wpcf7-list-item label:focus, .wpcf7-list-item label:focus-within, .wpcf7-list-item label[aria-selected=true], .wpcf7-select:active, .wpcf7-select:focus, .wpcf7-select:focus-within, .wpcf7-select[aria-selected=true], .wpcf7-text:active, .wpcf7-text:focus, .wpcf7-text:focus-within, .wpcf7-text[aria-selected=true], .wpcf7-textarea:active, .wpcf7-textarea:focus, .wpcf7-textarea:focus-within, .wpcf7-textarea[aria-selected=true] {
  border-color: #999;
}
.wpcf7-text > input, .wpcf7-text > textarea, .wpcf7-textarea > input, .wpcf7-textarea > textarea {
  border: none;
  outline: none;
  -webkit-box-shadow: inset 0 2px 3px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 2px 3px 0 rgba(255, 255, 255, 0.1);
}
.wpcf7-select:disabled, .wpcf7-text:disabled, .wpcf7-textarea:disabled {
  background-color: #f7f7f7;
}
.wpcf7-select, .wpcf7-textarea, .wpcf7-text {
  height: auto;
  width: 100%;
  -webkit-appearance: none;
}
.wpcf7-submit {
  display: inline-block;
  cursor: pointer;
  line-height: 2;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  background-color: #bc4d60;
  border: none;
  border-radius: 3px;
  color: #fff;
  padding: .88462rem 2.21154rem;
  max-width: 100%;
  transition: all 0.2s ease-out;
}
.wpcf7-not-valid-tip {
  color: #bb1e21;
  line-height: 1.8;
}
.wpcf7 #mobileMailError,
.wpcf7 .caution {
  color: #231815;
  border: 1px solid #f3b031;
  background-color: #fcf8e3;
  display: block;
  padding: 0.5em;
  margin: 0.75em 0 0 0 !important;
  font-weight: bold;
  line-height: 1.6;
}
.wpcf7-mail-sent-ok,
.wpcf7 .valid {
  color: #019271;
  border: 1px solid #019271;
  background-color: #e8f5f2;
  display: block;
  padding: 0.5em;
  margin: 0.75em 0 0 0;
  font-weight: bold;
  line-height: 1.6;
}
.wpcf7-hidden-for-focus {
  margin-top: 0 !important;
  height: 30px;
}
@media (max-width: 767px) {
  .wpcf7-hidden-for-focus {
    height: 1px;
  }
}
.wpcf7c-conf {
  background-color: #fff;
}
.wpcf7 label {
  position: relative;
  font-size: 1em;
  display: block;
}
.wpcf7 label + label {
  margin-top: 0.5em;
}
.wpcf7 label .required {
  display: inline-block;
  color: #fff;
  background: #bb1e21;
  font-size: 0.5em;
  line-height: 1;
  padding: 0.5em;
  border-radius: 3px;
  white-space: nowrap;
  margin: 0;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.wpcf7 label .placeholder {
  z-index: 1;
  line-height: 1;
  position: absolute;
  top: calc( 0.44231rem + 0.5em );
  right: 10px;
}
.wpcf7 label .input-numeric {
  width: calc( 100% - 7em );
  margin-left: 5em;
  margin-right: 2em;
  text-align: right;
}
.wpcf7 .include-input-numeric {
  max-width: 15em;
}
.wpcf7 .include-input-numeric .placeholder {
  right: 0;
}
@media (max-width: 767px) {
  .wpcf7 .include-input-numeric {
    max-width: 100%;
  }
  .wpcf7 .include-input-numeric .placeholder {
    right: 10px;
  }
}
.wpcf7-submit {
  width: 100%;
}
.wpcf7-textarea, .wpcf7-text {
  width: 100%;
  font-size: 16px;
}
.wpcf7-list-item {
  margin-left: 0;
  display: block;
  margin-top: 0.5em;
}
.wpcf7-list-item label {
  display: block;
  padding: 1em;
  border: 1px solid #ddd;
  border-radius: 3px;
  background: #fff;
}
.wpcf7-list-item label:hover {
  border-color: #999;
}
.wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-checkbox {
  display: block;
}
.wpcf7-checkbox .wpcf7-list-item {
  padding: 0;
  margin: 0;
  display: block;
}
.wpcf7-checkbox .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 0.66em;
}
.wpcf7-checkbox .wpcf7-list-item label {
  padding: .44231rem .88462rem;
}
.wpcf7-select {
  -webkit-box-shadow: inset 0 2px 3px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 2px 3px 0 rgba(255, 255, 255, 0.1);
  font-size: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wpcf7 .ajax-loader {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
}

.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2;
  /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: #dc3232;
  /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
  border-color: #f56e28;
  /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #ffb900;
  /* Yellow */
}

.wpcf7-form-control-wrap {
  position: relative;
}

.wpcf7-not-valid-tip {
  color: #dc3232;
  /* Red */
  font-size: 1em;
  font-weight: normal;
  display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
  position: relative;
  top: -2ex;
  left: 1em;
  z-index: 100;
  border: 1px solid #dc3232;
  background: #fff;
  padding: .2em .8em;
  width: 24em;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
  content: " ";
}

.wpcf7 .ajax-loader {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  /* Dark Gray 800 */
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: relative;
}

.wpcf7 form.submitting .ajax-loader {
  visibility: visible;
}

.wpcf7 .ajax-loader::before {
  content: '';
  position: absolute;
  background-color: #fbfbfc;
  /* Light Gray 100 */
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  transform-origin: 8px 8px;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
  .wpcf7 .ajax-loader::before {
    animation-name: blink;
    animation-duration: 2000ms;
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes blink {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.wpcf7 input[type="file"] {
  cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
  cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
  direction: ltr;
}

/* ----------------------------------------------------------------
	audition
----------------------------------------------------------------- */
.audition .inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1040px) {
  .audition .inner {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .audition .inner {
    margin-left: 10px;
    margin-right: 10px;
  }
}
