@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

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

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

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

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

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

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

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

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

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

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

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

@font-face {
  font-family: 'common';
  src: url("../fonts/common/common.eot?981rt9");
  src: url("../fonts/common/common.eot?981rt9#iefix") format("embedded-opentype"), url("../fonts/common/common.ttf?981rt9") format("truetype"), url("../fonts/common/common.woff?981rt9") format("woff"), url("../fonts/common/common.svg?981rt9#common") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'common' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'common' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-x-mark-thin:before {
  content: "\e904"; }

.icon-menu-thin:before {
  content: "\e905"; }

.icon-light:before {
  content: "\e901"; }

.icon-check:before {
  content: "\e903"; }

.icon-arrow-ue:before {
  content: "\e91c"; }

.icon-arrow-left:before {
  content: "\e91b"; }

.icon-arrow-shita:before {
  content: "\e918"; }

.icon-search:before {
  content: "\e913"; }

.icon-arrow-right:before {
  content: "\e907"; }

.icon-home:before {
  content: "\e900"; }

.icon-user:before {
  /*font-family: 'common';*/
  content: "\e902"; }

body {
  color: #111;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 300;
  font-style: normal; }
  @media (max-width: 560px) {
    body {
      font-size: 15.5px;
      letter-spacing: .04em; } }
  @media screen and (min-width: 560px) and (max-width: 1200px) {
    body {
      letter-spacing: .06em;
      font-size: 16.5px; } }
  @media (min-width: 1200px) {
    body {
      letter-spacing: .08em;
      font-size: 18px; } }

h1, h2, h3, h4, h5, h6, li {
  line-height: 1.6; }

p {
  line-height: 2; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 500; }

.c-container__little, .c-container__small, .c-container__normal, .c-container__large, .c-container__giant {
  margin-left: auto;
  margin-right: auto; }

.c-container__little {
  box-sizing: border-box; }
  @media (max-width: 560px) {
    .c-container__little {
      width: 85%; } }
  @media screen and (min-width: 560px) and (max-width: 1200px) {
    .c-container__little {
      width: 100%;
      padding: 0 10%; } }
  @media (min-width: 1200px) {
    .c-container__little {
      width: 640px; } }

.c-container__small {
  box-sizing: border-box; }
  @media (max-width: 560px) {
    .c-container__small {
      width: 100%;
      padding: 0 5%; } }
  @media screen and (min-width: 560px) and (max-width: 1200px) {
    .c-container__small {
      width: 100%;
      padding: 0 10%; } }
  @media (min-width: 1200px) {
    .c-container__small {
      width: 720px; } }

.c-container__normal {
  box-sizing: border-box; }
  @media (max-width: 560px) {
    .c-container__normal {
      width: 100%;
      padding: 0 5%; } }
  @media screen and (min-width: 560px) and (max-width: 1200px) {
    .c-container__normal {
      width: 100%;
      padding: 0 10%; } }
  @media (min-width: 1200px) {
    .c-container__normal {
      width: 960px; } }

.c-container__large {
  box-sizing: border-box; }
  @media (max-width: 560px) {
    .c-container__large {
      width: 100%;
      padding: 0 5%; } }
  @media screen and (min-width: 560px) and (max-width: 1200px) {
    .c-container__large {
      width: 100%;
      padding: 0 10%; } }
  @media (min-width: 1200px) {
    .c-container__large {
      width: 1080px; } }

.c-container__giant {
  box-sizing: border-box; }
  @media (max-width: 560px) {
    .c-container__giant {
      width: 100%;
      padding: 0 5%; } }
  @media screen and (min-width: 560px) and (max-width: 1200px) {
    .c-container__giant {
      width: 100%;
      padding: 0 10%; } }
  @media (min-width: 1200px) {
    .c-container__giant {
      width: 1200px; } }

@media (max-width: 560px) {
  .c-wrapper {
    padding: 40px 0 40px 0; } }
@media screen and (min-width: 560px) and (max-width: 1200px) {
  .c-wrapper {
    padding: 60px 0 60px 0; } }
@media (min-width: 1200px) {
  .c-wrapper {
    padding: 100px 0 100px 0; } }

@media (max-width: 560px) {
  .c-wrapper_single {
    padding: 40px 0 8px 0; } }
@media screen and (min-width: 560px) and (max-width: 1200px) {
  .c-wrapper_single {
    padding: 60px 0 16px 0; } }
@media (min-width: 1200px) {
  .c-wrapper_single {
    padding: 100px 0 24px 0; } }

.c-wrapper-bg-main {
  background-color: #b22929; }
  @media (max-width: 560px) {
    .c-wrapper-bg-main {
      padding: 40px 0 40px 0; } }
  @media screen and (min-width: 560px) and (max-width: 1200px) {
    .c-wrapper-bg-main {
      padding: 60px 0 60px 0; } }
  @media (min-width: 1200px) {
    .c-wrapper-bg-main {
      padding: 100px 0 100px 0; } }

.c-wrapper_single-bg-main {
  background-color: #b22929; }
  @media (max-width: 560px) {
    .c-wrapper_single-bg-main {
      padding: 40px 0 8px 0; } }
  @media screen and (min-width: 560px) and (max-width: 1200px) {
    .c-wrapper_single-bg-main {
      padding: 60px 0 16px 0; } }
  @media (min-width: 1200px) {
    .c-wrapper_single-bg-main {
      padding: 100px 0 24px 0; } }

.c-wrapper-bg-gray-ml {
  background-color: #F4F4F2; }
  @media (max-width: 560px) {
    .c-wrapper-bg-gray-ml {
      padding: 40px 0 40px 0; } }
  @media screen and (min-width: 560px) and (max-width: 1200px) {
    .c-wrapper-bg-gray-ml {
      padding: 60px 0 60px 0; } }
  @media (min-width: 1200px) {
    .c-wrapper-bg-gray-ml {
      padding: 100px 0 100px 0; } }

.c-wrapper_single-bg-gray-ml {
  background-color: #F4F4F2; }
  @media (max-width: 560px) {
    .c-wrapper_single-bg-gray-ml {
      padding: 40px 0 8px 0; } }
  @media screen and (min-width: 560px) and (max-width: 1200px) {
    .c-wrapper_single-bg-gray-ml {
      padding: 60px 0 16px 0; } }
  @media (min-width: 1200px) {
    .c-wrapper_single-bg-gray-ml {
      padding: 100px 0 24px 0; } }

.c-wrapper-bg-gray-d {
  background-color: #000; }
  @media (max-width: 560px) {
    .c-wrapper-bg-gray-d {
      padding: 40px 0 40px 0; } }
  @media screen and (min-width: 560px) and (max-width: 1200px) {
    .c-wrapper-bg-gray-d {
      padding: 60px 0 60px 0; } }
  @media (min-width: 1200px) {
    .c-wrapper-bg-gray-d {
      padding: 100px 0 100px 0; } }

.c-wrapper_single-bg-gray-d {
  background-color: #000; }
  @media (max-width: 560px) {
    .c-wrapper_single-bg-gray-d {
      padding: 40px 0 8px 0; } }
  @media screen and (min-width: 560px) and (max-width: 1200px) {
    .c-wrapper_single-bg-gray-d {
      padding: 60px 0 16px 0; } }
  @media (min-width: 1200px) {
    .c-wrapper_single-bg-gray-d {
      padding: 100px 0 24px 0; } }

@media (min-width: 1200px) {
  .mb-8 {
    margin-bottom: 8px; } }
@media screen and (min-width: 560px) and (max-width: 1200px) {
  .mb-8 {
    margin-bottom: 8px; } }
@media (max-width: 560px) {
  .mb-8 {
    margin-bottom: 8px; } }

@media (min-width: 1200px) {
  .mb-16 {
    margin-bottom: 16px; } }
@media screen and (min-width: 560px) and (max-width: 1200px) {
  .mb-16 {
    margin-bottom: 16px; } }
@media (max-width: 560px) {
  .mb-16 {
    margin-bottom: 16px; } }

@media (min-width: 1200px) {
  .mb-24 {
    margin-bottom: 24px; } }
@media screen and (min-width: 560px) and (max-width: 1200px) {
  .mb-24 {
    margin-bottom: 20px; } }
@media (max-width: 560px) {
  .mb-24 {
    margin-bottom: 16px; } }

@media (min-width: 1200px) {
  .mb-32 {
    margin-bottom: 32px; } }
@media screen and (min-width: 560px) and (max-width: 1200px) {
  .mb-32 {
    margin-bottom: 24px; } }
@media (max-width: 560px) {
  .mb-32 {
    margin-bottom: 20px; } }

@media (min-width: 1200px) {
  .mb-40 {
    margin-bottom: 40px; } }
@media screen and (min-width: 560px) and (max-width: 1200px) {
  .mb-40 {
    margin-bottom: 32px; } }
@media (max-width: 560px) {
  .mb-40 {
    margin-bottom: 32px; } }

@media (min-width: 1200px) {
  .mb-48 {
    margin-bottom: 48px; } }
@media screen and (min-width: 560px) and (max-width: 1200px) {
  .mb-48 {
    margin-bottom: 40px; } }
@media (max-width: 560px) {
  .mb-48 {
    margin-bottom: 32px; } }

@media (min-width: 1200px) {
  .mb-56 {
    margin-bottom: 56px; } }
@media screen and (min-width: 560px) and (max-width: 1200px) {
  .mb-56 {
    margin-bottom: 48px; } }
@media (max-width: 560px) {
  .mb-56 {
    margin-bottom: 32px; } }

@media (min-width: 1200px) {
  .mb-64 {
    margin-bottom: 64px; } }
@media screen and (min-width: 560px) and (max-width: 1200px) {
  .mb-64 {
    margin-bottom: 48px; } }
@media (max-width: 560px) {
  .mb-64 {
    margin-bottom: 32px; } }

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

@media (min-width: 1200px) {
  .sp-tab-kaigyo {
    display: none; } }
@media screen and (min-width: 560px) and (max-width: 1200px) {
  .sp-tab-kaigyo {
    display: block; } }
@media (max-width: 560px) {
  .sp-tab-kaigyo {
    display: block; } }

@media (min-width: 1200px) {
  .tab-pc-kaigyo {
    display: block; } }
@media screen and (min-width: 560px) and (max-width: 1200px) {
  .tab-pc-kaigyo {
    display: block; } }
@media (max-width: 560px) {
  .tab-pc-kaigyo {
    display: none; } }

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

/* -------------------------------------- 基本設定 --------------------------------------*/
a {
  text-decoration: none;
  color: #000; }
  a:hover {
    text-decoration: none; }

.object-midashi1 {
  text-align: center;
  padding: 80px 0;
  background-color: #b22929;
  color: #fff;
  margin: 0; }

.object-midashi2 {
  font-size: 32px;
  text-align: center;
  padding: 24px;
  margin: 0;
  background-color: #DDD; }

.center {
  text-align: center;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.c-wrapper.bg-main, .c-wrapper_single.bg-main {
  background-color: #b22929; }
.c-wrapper.bg-gray-ml, .c-wrapper_single.bg-gray-ml {
  background-color: #F4F4F2; }

/* -------------------------------------- ボタン-左揃え --------------------------------------*/
.outline_button a {
  display: inline-block;
  border: 1px solid #DDD;
  border-radius: 4px;
  padding: 16px 24px;
  color: #b22929;
  text-decoration: none;
  transition: .1s; }
  .outline_button a:hover {
    background: #F4F4F2; }

.flat_button a {
  display: inline-block;
  background-color: #b22929;
  border-radius: 4px;
  padding: 16px 24px;
  color: #fff;
  text-decoration: none;
  transition: .1s; }
  .flat_button a:hover {
    background-color: rgba(178, 41, 41, 0.8); }

.fab input[type="submit"], .fab a {
  text-decoration: none;
  padding: 0 30px;
  text-align: center;
  display: inline-block;
  border-radius: 30px;
  line-height: 60px;
  background-color: #b22929;
  border: none;
  color: #FFF;
  font-weight: 500;
  position: relative;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  transition: .1s; }
  @media (min-width: 1200px) {
    .fab input[type="submit"], .fab a {
      letter-spacing: .08em; } }
  @media screen and (min-width: 560px) and (max-width: 1200px) {
    .fab input[type="submit"], .fab a {
      letter-spacing: .08em; } }
  @media (max-width: 560px) {
    .fab input[type="submit"], .fab a {
      letter-spacing: .04em; } }
  .fab input[type="submit"]:hover, .fab a:hover {
    background-color: rgba(178, 41, 41, 0.8);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 3px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 7px -2px rgba(0, 0, 0, 0.2); }
  .fab input[type="submit"]:active, .fab a:active {
    background-color: rgba(178, 41, 41, 0.6);
    outline: none; }

/* -------------------------------------- ボタン-センター揃え --------------------------------------*/
.outline_button_center {
  text-align: center; }
  .outline_button_center a {
    display: inline-block;
    border: 1px solid #DDD;
    border-radius: 4px;
    padding: 16px 24px;
    color: #b22929;
    text-decoration: none;
    transition: .1s; }
    .outline_button_center a:hover {
      background: #F4F4F2; }

.flat_button_center {
  text-align: center; }
  .flat_button_center a {
    display: inline-block;
    background-color: #b22929;
    border-radius: 4px;
    padding: 16px 24px;
    color: #fff;
    text-decoration: none;
    transition: .1s; }
    .flat_button_center a:hover {
      background-color: rgba(178, 41, 41, 0.8); }

.fab_center {
  text-align: center; }
  .fab_center input[type="submit"], .fab_center a {
    text-decoration: none;
    padding: 0 30px;
    text-align: center;
    display: inline-block;
    border-radius: 30px;
    line-height: 60px;
    background-color: #b22929;
    border: none;
    color: #FFF;
    font-weight: 500;
    position: relative;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    transition: .1s; }
    @media (min-width: 1200px) {
      .fab_center input[type="submit"], .fab_center a {
        letter-spacing: .08em; } }
    @media screen and (min-width: 560px) and (max-width: 1200px) {
      .fab_center input[type="submit"], .fab_center a {
        letter-spacing: .08em; } }
    @media (max-width: 560px) {
      .fab_center input[type="submit"], .fab_center a {
        letter-spacing: .04em; } }
    .fab_center input[type="submit"]:hover, .fab_center a:hover {
      background-color: rgba(178, 41, 41, 0.8);
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 3px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 7px -2px rgba(0, 0, 0, 0.2); }
    .fab_center input[type="submit"]:active, .fab_center a:active {
      background-color: rgba(178, 41, 41, 0.6);
      outline: none; }

/* -------------------------------------- ボタン-左揃え 白抜き --------------------------------------*/
.outline_button_white a {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 16px 24px;
  color: #fff;
  text-decoration: none;
  transition: .1s; }
  .outline_button_white a:hover {
    background: rgba(255, 255, 255, 0.1); }

.flat_button_white a {
  display: inline-block;
  background-color: #fff;
  border-radius: 4px;
  padding: 16px 24px;
  color: #b22929;
  text-decoration: none;
  transition: .1s; }
  .flat_button_white a:hover {
    background-color: rgba(255, 255, 255, 0.8); }

.fab_white input[type="submit"], .fab_white a {
  text-decoration: none;
  padding: 0 30px;
  text-align: center;
  display: inline-block;
  border-radius: 30px;
  line-height: 60px;
  background-color: #fff;
  border: none;
  color: #b22929;
  font-weight: 500;
  position: relative;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  transition: .1s; }
  @media (min-width: 1200px) {
    .fab_white input[type="submit"], .fab_white a {
      letter-spacing: .08em; } }
  @media screen and (min-width: 560px) and (max-width: 1200px) {
    .fab_white input[type="submit"], .fab_white a {
      letter-spacing: .08em; } }
  @media (max-width: 560px) {
    .fab_white input[type="submit"], .fab_white a {
      letter-spacing: .04em; } }
  .fab_white input[type="submit"]:hover, .fab_white a:hover {
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 3px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 7px -2px rgba(0, 0, 0, 0.2); }
  .fab_white input[type="submit"]:active, .fab_white a:active {
    background-color: rgba(255, 255, 255, 0.6);
    outline: none; }

/* -------------------------------------- ボタン-センター揃え 白抜き --------------------------------------*/
.outline_button_white_center {
  text-align: center; }
  .outline_button_white_center a {
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 16px 24px;
    color: #fff;
    text-decoration: none;
    transition: .1s; }
    .outline_button_white_center a:hover {
      background: rgba(255, 255, 255, 0.1); }

.flat_button_white_center {
  text-align: center; }
  .flat_button_white_center a {
    display: inline-block;
    background-color: #fff;
    border-radius: 4px;
    padding: 16px 24px;
    color: #b22929;
    text-decoration: none;
    transition: .1s; }
    .flat_button_white_center a:hover {
      background-color: rgba(255, 255, 255, 0.8); }

.fab_white_center {
  text-align: center; }
  .fab_white_center input[type="submit"], .fab_white_center a {
    text-decoration: none;
    padding: 0 30px;
    text-align: center;
    display: inline-block;
    border-radius: 30px;
    line-height: 60px;
    background-color: #fff;
    border: none;
    color: #b22929;
    font-weight: 500;
    position: relative;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    transition: .1s; }
    @media (min-width: 1200px) {
      .fab_white_center input[type="submit"], .fab_white_center a {
        letter-spacing: .08em; } }
    @media screen and (min-width: 560px) and (max-width: 1200px) {
      .fab_white_center input[type="submit"], .fab_white_center a {
        letter-spacing: .08em; } }
    @media (max-width: 560px) {
      .fab_white_center input[type="submit"], .fab_white_center a {
        letter-spacing: .04em; } }
    .fab_white_center input[type="submit"]:hover, .fab_white_center a:hover {
      background-color: rgba(255, 255, 255, 0.8);
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 3px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 7px -2px rgba(0, 0, 0, 0.2); }
    .fab_white_center input[type="submit"]:active, .fab_white_center a:active {
      background-color: rgba(255, 255, 255, 0.6);
      outline: none; }

/* -------------------------------------- 特定の要素の下でmargin-top付与 --------------------------------------*/
@media (min-width: 1200px) {
  p + .outline_button, p + .flat_button, p + .fab, p + .outline_button_center, p + .flat_button_center, p + .fab_center, p + .outline_button_white, p + .flat_button_white, p + .fab_white, p + .outline_button_white_center, p + .flat_button_white_center, p + .fab_white_center, ul + .outline_button, ul + .flat_button, ul + .fab, ul + .outline_button_center, ul + .flat_button_center, ul + .fab_center, ul + .outline_button_white, ul + .flat_button_white, ul + .fab_white, ul + .outline_button_white_center, ul + .flat_button_white_center, ol + .fab_white_center, ol + .outline_button, ol + .flat_button, ol + .fab, ol + .outline_button_center, ol + .flat_button_center, ol + .fab_center, ol + .outline_button_white, ol + .flat_button_white, ol + .fab_white, ol + .outline_button_white_center, ol + .flat_button_white_center, ol + .fab_white_center {
    margin-top: 32px; } }
@media screen and (min-width: 560px) and (max-width: 1200px) {
  p + .outline_button, p + .flat_button, p + .fab, p + .outline_button_center, p + .flat_button_center, p + .fab_center, p + .outline_button_white, p + .flat_button_white, p + .fab_white, p + .outline_button_white_center, p + .flat_button_white_center, p + .fab_white_center, ul + .outline_button, ul + .flat_button, ul + .fab, ul + .outline_button_center, ul + .flat_button_center, ul + .fab_center, ul + .outline_button_white, ul + .flat_button_white, ul + .fab_white, ul + .outline_button_white_center, ul + .flat_button_white_center, ol + .fab_white_center, ol + .outline_button, ol + .flat_button, ol + .fab, ol + .outline_button_center, ol + .flat_button_center, ol + .fab_center, ol + .outline_button_white, ol + .flat_button_white, ol + .fab_white, ol + .outline_button_white_center, ol + .flat_button_white_center, ol + .fab_white_center {
    margin-top: 24px; } }
@media (max-width: 560px) {
  p + .outline_button, p + .flat_button, p + .fab, p + .outline_button_center, p + .flat_button_center, p + .fab_center, p + .outline_button_white, p + .flat_button_white, p + .fab_white, p + .outline_button_white_center, p + .flat_button_white_center, p + .fab_white_center, ul + .outline_button, ul + .flat_button, ul + .fab, ul + .outline_button_center, ul + .flat_button_center, ul + .fab_center, ul + .outline_button_white, ul + .flat_button_white, ul + .fab_white, ul + .outline_button_white_center, ul + .flat_button_white_center, ol + .fab_white_center, ol + .outline_button, ol + .flat_button, ol + .fab, ol + .outline_button_center, ol + .flat_button_center, ol + .fab_center, ol + .outline_button_white, ol + .flat_button_white, ol + .fab_white, ol + .outline_button_white_center, ol + .flat_button_white_center, ol + .fab_white_center {
    margin-top: 16px; } }

/* -------------------------------------- カード --------------------------------------*/
.card-blog-layout {
  display: flex;
  justify-content: center;
  margin-top: 40px; }
  @media screen and (min-width: 560px) and (max-width: 1200px) {
    .card-blog-layout {
      flex-direction: column;
      margin-top: 24px; } }
  @media (max-width: 560px) {
    .card-blog-layout {
      flex-direction: column;
      margin-top: 16px; } }

.card-blog {
  overflow: hidden;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  transition: .2s ease-out;
  display: flex;
  background-color: #FFF;
  margin-right: 24px;
  border-radius: 3px;
  flex-direction: column; }
  .card-blog:last-child {
    margin-right: 0; }
  .card-blog:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 3px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 7px -2px rgba(0, 0, 0, 0.2);
    transition: .2s ease-out; }
  .card-blog .card-blog_thumb img {
    width: 100%;
    display: block;
    height: auto; }
  @media screen and (min-width: 560px) and (max-width: 1200px) {
    .card-blog {
      justify-content: center;
      flex-direction: row;
      display: flex;
      margin-right: 0;
      margin-bottom: 24px;
      width: 100%; }
      .card-blog .card-blog_thumb {
        width: 60%;
        margin: 0; }
      .card-blog .card-blog_txt {
        width: 40%;
        margin: 0; } }
  @media (max-width: 560px) {
    .card-blog {
      display: flex;
      margin-right: 0;
      margin-bottom: 16px;
      width: 100%; }
      .card-blog .card-blog_thumb {
        margin: 0; }
      .card-blog .card-blog_txt {
        margin: 0; } }

/*カードのテキスト */
.card-blog_txt {
  padding: 20px 20px 28px;
  justify-content: space-between;
  flex-direction: column;
  display: flex; }
  @media (max-width: 560px) {
    .card-blog_txt {
      padding: 12px 12px 16px; } }

.card-blog_txt h3 {
  font-size: 14px;
  margin-bottom: 16px;
  margin-top: 0;
  font-weight: bold; }
  @media (max-width: 560px) {
    .card-blog_txt h3 .card-blog_txt {
      font-size: 14px;
      letter-spacing: 0;
      line-height: 1.6;
      margin-bottom: 12px; } }

.card-blog-category {
  display: inline-block;
  margin-bottom: 12px;
  margin-top: 0;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0;
  color: #b22929;
  font-weight: 500;
  transition: .1s; }
  .card-blog-category i {
    color: #b22929;
    font-size: 12px;
    letter-spacing: 0; }

.card-blog-tag, .card-blog-date {
  display: inline-block;
  line-height: 1;
  color: #CCC;
  margin-top: 0;
  font-size: 12px;
  letter-spacing: 0;
  margin-bottom: 4px; }
  @media (max-width: 560px) {
    .card-blog-tag, .card-blog-date {
      display: block; } }
  .card-blog-tag i, .card-blog-date i {
    color: #CCC;
    font-size: 12px;
    letter-spacing: 0; }
  .card-blog-tag a, .card-blog-date a {
    color: #b22929;
    transition: .1s; }
    .card-blog-tag a:hover, .card-blog-date a:hover {
      opacity: .7;
      transition: .1s; }

/* -------------------------------------- アコーディオン --------------------------------------*/
.accordion-wrap ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.accordion li:first-child {
  border-top: 1px solid #DDD; }
.accordion p {
  cursor: pointer;
  padding: 16px 8px;
  margin: 0; }
.accordion .inner {
  display: none; }
.accordion .inner.open {
  display: block; }
.accordion .closeic {
  position: relative;
  padding: 24px 32px 24px 16px; }
  @media screen and (min-width: 560px) and (max-width: 1200px) {
    .accordion .closeic {
      padding: 16px 32px 16px 8px; } }
  @media (max-width: 560px) {
    .accordion .closeic {
      padding: 16px 32px 16px 8px; } }
  .accordion .closeic:after {
    content: "ー";
    speak: none;
    color: #CCC;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    position: absolute;
    right: 0;
    font-size: 10px;
    top: 50%;
    margin-top: -12.5px;
    background-color: #F4F4F2;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    line-height: 24px;
    display: block;
    text-align: center;
    letter-spacing: 0; }
.accordion .openic {
  position: relative;
  padding: 24px 32px 24px 16px; }
  @media screen and (min-width: 560px) and (max-width: 1200px) {
    .accordion .openic {
      padding: 16px 32px 16px 8px; } }
  @media (max-width: 560px) {
    .accordion .openic {
      padding: 16px 32px 16px 8px; } }
  .accordion .openic:after {
    content: "＋";
    speak: none;
    color: #CCC;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -12.5px;
    background-color: #F4F4F2;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    line-height: 25px;
    display: block;
    text-align: center;
    letter-spacing: 0; }

.accordion-text {
  margin: 0;
  border-bottom: 1px solid #DDD; }

.accordion-innertext {
  margin: 0;
  padding-left: 16px;
  padding-roght: 16px;
  background-color: #F4F4F2; }

/* -------------------------------------- テーブル --------------------------------------*/
.table {
  margin-top: 40px;
  border-top: 1px solid #DDD;
  border-left: 1px solid #DDD; }
  @media (max-width: 560px) {
    .table {
      margin-top: 24px; } }
  .table .tr {
    display: flex;
    border-bottom: 1px solid #DDD;
    border-right: 1px solid #DDD;
    padding: 5%;
    background-color: #fff;
    flex-wrap: nowrap; }
    .table .tr dt {
      font-weight: 500;
      line-height: 1.6; }
    .table .tr dd p {
      line-height: 1.6; }
      .table .tr dd p:first-child {
        margin-top: 0; }
    .table .tr dd p + ul, .table .tr dd p + ol {
      margin-top: 16px; }
    .table .tr dd ul:first-child, .table .tr dd ol:first-child {
      margin-top: 0; }
    @media (max-width: 560px) {
      .table .tr {
        flex-wrap: wrap; }
        .table .tr dt {
          font-weight: 500;
          width: 100%;
          margin-bottom: 16px; }
          .table .tr dt p {
            margin-bottom: 24px; }
        .table .tr dd {
          width: 100%;
          margin-bottom: 8px;
          margin-left: 5%; } }

/* -------------------------------------- フロー --------------------------------------*/
.flow-box {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  margin-bottom: 32px; }
  @media (max-width: 560px) {
    .flow-box {
      margin-bottom: 24px; } }
  .flow-box .number {
    position: relative;
    background-color: #b22929;
    width: 10%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff; }
    .flow-box .number h3 {
      margin: 0; }
    .flow-box .number p {
      padding: 0;
      margin: 0;
      font-size: 24px;
      font-weight: 100;
      font-family: "Century Gothic"; }
    @media screen and (min-width: 560px) and (max-width: 1200px) {
      .flow-box .number {
        width: 10%; }
        .flow-box .number p {
          font-size: 22px; } }
    @media (max-width: 560px) {
      .flow-box .number {
        width: 15%;
        font-size: 50px; }
        .flow-box .number p {
          font-size: 20px; } }
  .flow-box .flow-box-inner {
    padding: 40px;
    width: 90%; }
    @media screen and (min-width: 560px) and (max-width: 1200px) {
      .flow-box .flow-box-inner {
        padding: 32px;
        width: 90%; } }
    @media (max-width: 560px) {
      .flow-box .flow-box-inner {
        padding: 24px;
        width: 85%; } }
    .flow-box .flow-box-inner h3 {
      color: #b22929;
      width: 100%;
      margin: 0; }
    .flow-box .flow-box-inner h3 + .flow-box-text {
      margin-top: 16px; }
    .flow-box .flow-box-inner .flow-box-text {
      margin: 0;
      width: 100%; }
  .flow-box .flow-box-inner-gray-ml {
    padding: 40px;
    width: 90%;
    background-color: #F4F4F2; }
    @media screen and (min-width: 560px) and (max-width: 1200px) {
      .flow-box .flow-box-inner-gray-ml {
        padding: 32px;
        width: 90%; } }
    @media (max-width: 560px) {
      .flow-box .flow-box-inner-gray-ml {
        padding: 24px;
        width: 85%; } }
    .flow-box .flow-box-inner-gray-ml h3 {
      color: #b22929;
      width: 100%;
      margin: 0; }
    .flow-box .flow-box-inner-gray-ml h3 + .flow-box-text {
      margin-top: 16px; }
    .flow-box .flow-box-inner-gray-ml .flow-box-text {
      margin: 0;
      width: 100%; }

.yajirushi {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 10px 0 10px;
  border-color: #b22929 transparent transparent transparent;
  position: absolute;
  bottom: -13px;
  left: 50%;
  margin-left: -10px; }
  @media screen and (min-width: 560px) and (max-width: 1200px) {
    .yajirushi {
      transform: scale(0.8);
      transform-origin: top center; } }
  @media (max-width: 560px) {
    .yajirushi {
      transform: scale(0.8);
      transform-origin: top center; } }

/* -------------------------------------- 複数カラム --------------------------------------*/
.multi_clm {
  display: flex;
  justify-content: space-between; }

/* -------------------------------------- リストチェック --------------------------------------*/
.check {
  list-style: none; }
  .check li {
    margin-bottom: 8px;
    text-indent: -1.5em;
    padding-left: 0; }
    .check li:before {
      content: '';
      display: inline-block;
      width: .5em;
      height: 1em;
      border-radius: 0;
      transform: rotate(45deg);
      background: transparent;
      border-right: 1.5px solid #b22929;
      border-bottom: 1.5px solid #b22929;
      margin-right: 1.2em; }

/* -------------------------------------- マーカー --------------------------------------*/
.marker {
  background: linear-gradient(transparent 50%, #b22929 50%);
  font-weight: 500; }

/* -------------------------------------- パンくず 左揃え--------------------------------------*/
.pankuzu .pankuzu-item {
  display: inline-block; }
  @media (max-width: 560px) {
    .pankuzu .pankuzu-item {
      font-size: 13px; } }
  .pankuzu .pankuzu-item a {
    text-decoration: none;
    color: #b22929;
    transition: .2s ease-out; }
    .pankuzu .pankuzu-item a:hover {
      opacity: .7;
      transition: .2s ease-out; }
  .pankuzu .pankuzu-item:after {
    content: '\e907';
    font-family: 'common';
    color: #DDD;
    margin: 0 8px;
    pointer-events: none; }

/* -------------------------------------- パンくず  センター揃え--------------------------------------*/
.pankuzu-center {
  text-align: center; }
  .pankuzu-center .pankuzu-item {
    display: inline-block; }
    @media (max-width: 560px) {
      .pankuzu-center .pankuzu-item {
        font-size: 13px; } }
    .pankuzu-center .pankuzu-item a {
      text-decoration: none;
      color: #b22929;
      transition: .2s ease-out; }
      .pankuzu-center .pankuzu-item a:hover {
        opacity: .7;
        transition: .2s ease-out; }
    .pankuzu-center .pankuzu-item:after {
      content: '\e907';
      font-family: 'common';
      color: #DDD;
      margin: 0 8px;
      pointer-events: none; }

/* -------------------------------------- 検索ボックス --------------------------------------*/
.search {
  height: 48px;
  background: transparent;
  position: relative; }

.search input[type="text"] {
  border: none;
  display: block;
  padding: 0 20px;
  font-size: 16.5px;
  height: 48px;
  line-height: 48px;
  letter-spacing: .08em;
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
  background: #FFF;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  transition: .2s ease-out; }

.search input[type="text"]:focus {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 3px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 7px -2px rgba(0, 0, 0, 0.2);
  transition: .2s ease-out;
  outline: none; }

.search button[type="submit"] {
  border: none;
  display: block;
  width: 48px;
  line-height: 48px;
  font-size: 16.5px;
  letter-spacing: 0em;
  background: transparent;
  color: #999;
  position: absolute;
  top: 0;
  right: 0;
  transition: .2s ease-out; }

.search button[type="submit"]:hover {
  opacity: .7;
  transition: .2s ease-out; }

/* -------------------------------------- テキストリンク --------------------------------------*/
.textlink {
  color: #b22929;
  text-decoration: none; }
  .textlink:hover {
    opacity: .7;
    transition: .2s ease-out; }

.mincho {
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  font-style: normal; }

.small {
  font-size: 14px; }

.fv {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden; }
  @media screen and (min-width: 560px) and (max-width: 1200px) {
    .fv {
      padding-top: 20vw;
      height: 100vw; } }
  @media (max-width: 560px) {
    .fv {
      padding-top: 33vw;
      height: 105vw; } }
  .fv .logo {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 12%; }
    @media screen and (min-width: 560px) and (max-width: 1200px) {
      .fv .logo {
        left: 7%; } }
    @media (max-width: 560px) {
      .fv .logo {
        left: 7%; } }
    .fv .logo a {
      display: block;
      background: #b22929;
      padding: 4vw 3vw 2vw 2vw; }
      @media screen and (min-width: 560px) and (max-width: 1200px) {
        .fv .logo a {
          padding: 8vw 8vw 5vw 5vw; } }
      @media (max-width: 560px) {
        .fv .logo a {
          padding: 8vw 8vw 5vw 5vw; } }
      .fv .logo a img {
        width: 4vw; }
        @media screen and (min-width: 560px) and (max-width: 1200px) {
          .fv .logo a img {
            width: 8vw; } }
        @media (max-width: 560px) {
          .fv .logo a img {
            width: 10vw; } }
    .fv .logo p {
      background: #F4F4F2;
      margin: 0;
      color: #b22929;
      line-height: 1.6;
      text-align: center;
      padding: 16px 0;
      letter-spacing: .2em; }
      @media (max-width: 560px) {
        .fv .logo p {
          font-size: 14px;
          letter-spacing: 0;
          line-height: 1.3;
          padding: 8px 0; } }
  .fv .kv {
    position: relative;
    width: 100%;
    height: 80vh;
    background: url("../images/ume01.png") no-repeat top right/25%, url("../images/ume02.png") no-repeat bottom left/25%, url("../images/kv.jpg") no-repeat center bottom/cover; }
    @media screen and (min-width: 560px) and (max-width: 1200px) {
      .fv .kv {
        height: 66vw;
        background: url("../images/kv.jpg") no-repeat center bottom/cover; } }
    @media (max-width: 560px) {
      .fv .kv {
        height: 66vw;
        background: url("../images/kv.jpg") no-repeat center bottom/cover; } }
    .fv .kv h1 {
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translate(-50%, 60%);
      z-index: 10;
      width: 21.5vw;
      margin-left: -1vw; }
      .fv .kv h1 img {
        display: block; }
      @media screen and (min-width: 560px) and (max-width: 1200px) {
        .fv .kv h1 {
          width: 50vw;
          transform: translate(-50%, 95%); } }
      @media (max-width: 560px) {
        .fv .kv h1 {
          width: 60vw;
          transform: translate(-50%, 100%); } }
    .fv .kv .white {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 20vw;
      z-index: 5;
      background: -moz-linear-gradient(top, #FFF, transparent);
      background: -webkit-linear-gradient(top, #FFF, transparent);
      background: linear-gradient(to bottom, #FFF, transparent); }
      @media (min-width: 1200px) {
        .fv .kv .white {
          display: none; } }
  .fv .sp-ume {
    display: block;
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    width: 55%; }
    @media (min-width: 1200px) {
      .fv .sp-ume {
        display: none; } }
    @media screen and (min-width: 560px) and (max-width: 1200px) {
      .fv .sp-ume {
        width: 45%; } }

h2 {
  text-align: center;
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 48px;
  letter-spacing: .2em;
  line-height: 1.8;
  margin: 0 0 24px; }
  @media (max-width: 560px) {
    h2 {
      font-size: 24px; } }

.intro {
  padding: 40px 0 80px; }
  .intro h2 {
    font-size: 24px; }
    @media (max-width: 560px) {
      .intro h2 {
        font-size: 18px; } }
    .intro h2 span {
      color: #b22929;
      display: block;
      font-size: 20px;
      margin-bottom: 8px;
      letter-spacing: .1em; }
      @media (max-width: 560px) {
        .intro h2 span {
          font-size: 16px; } }
      .intro h2 span:before, .intro h2 span:after {
        content: '';
        display: inline-block;
        height: 1em; }
      .intro h2 span:before {
        border-left: 2px solid #b22929;
        transform: rotate(-30deg);
        width: .8em; }
      .intro h2 span:after {
        border-right: 2px solid #b22929;
        transform: rotate(30deg);
        width: .4em; }
  @media (max-width: 560px) {
    .intro {
      padding: 32px 0 16px; } }

.oshinagaki {
  background: url("../images/ume01.png") no-repeat top right/36%, url("../images/ume02.png") no-repeat bottom left/36%, url("../images/backimage.jpg"); }
  @media (max-width: 560px) {
    .oshinagaki {
      background: url("../images/ume01.png") no-repeat top right/40%, url("../images/ume02.png") no-repeat bottom left/40%, url("../images/backimage.jpg"); } }
  .oshinagaki h2 {
    color: #FFF; }
  .oshinagaki .inner {
    background: #FFF;
    padding: 64px;
    border-radius: 64px;
    margin-top: 48px; }
    @media (max-width: 560px) {
      .oshinagaki .inner {
        padding: 5vw 5%;
        border-radius: 7vw;
        margin-top: 24px; } }
    .oshinagaki .inner .dan {
      display: flex;
      justify-content: space-between;
      margin-bottom: 64px; }
      @media screen and (min-width: 560px) and (max-width: 1200px) {
        .oshinagaki .inner .dan {
          flex-wrap: wrap;
          justify-content: center;
          margin-bottom: 40px; } }
      @media (max-width: 560px) {
        .oshinagaki .inner .dan {
          flex-wrap: wrap;
          justify-content: center;
          margin-bottom: 24px; } }
      .oshinagaki .inner .dan img {
        display: block;
        width: 50%;
        height: auto;
        align-self: start; }
        @media screen and (min-width: 560px) and (max-width: 1200px) {
          .oshinagaki .inner .dan img {
            width: 100%; } }
        @media (max-width: 560px) {
          .oshinagaki .inner .dan img {
            width: 100%; } }
      .oshinagaki .inner .dan .desc {
        width: 46%; }
        @media screen and (min-width: 560px) and (max-width: 1200px) {
          .oshinagaki .inner .dan .desc {
            width: 100%; } }
        @media (max-width: 560px) {
          .oshinagaki .inner .dan .desc {
            width: 100%; } }
      .oshinagaki .inner .dan h3 {
        color: #b22929;
        letter-spacing: .2em;
        font-size: 22px;
        border-bottom: 1px solid #b22929;
        padding: 0 24px 8px;
        margin: 0 0 24px; }
        @media screen and (min-width: 560px) and (max-width: 1200px) {
          .oshinagaki .inner .dan h3 {
            margin-top: 24px; } }
        @media (max-width: 560px) {
          .oshinagaki .inner .dan h3 {
            font-size: 18px;
            padding: 0 5% 4px;
            margin-top: 16px; } }
      .oshinagaki .inner .dan ul {
        padding-left: 24px; }
        @media (max-width: 560px) {
          .oshinagaki .inner .dan ul {
            padding-left: 5%; } }
        .oshinagaki .inner .dan ul li {
          list-style-type: none;
          padding: 0;
          margin-bottom: 8px; }
          .oshinagaki .inner .dan ul li:before {
            content: '';
            display: inline-block;
            width: .6em;
            height: .6em;
            background: #b22929;
            margin-right: .7em; }
      .oshinagaki .inner .dan:nth-child(2n) {
        flex-direction: row-reverse; }
    .oshinagaki .inner dl {
      border-top: 1px solid #DDD;
      padding: 40px 32px 0; }
      @media (max-width: 560px) {
        .oshinagaki .inner dl {
          padding: 5vw 5% 0; } }
      .oshinagaki .inner dl .row {
        display: flex;
        margin-bottom: 16px; }
        @media screen and (min-width: 560px) and (max-width: 1200px) {
          .oshinagaki .inner dl .row {
            flex-wrap: wrap; } }
        @media (max-width: 560px) {
          .oshinagaki .inner dl .row {
            flex-wrap: wrap; } }
        .oshinagaki .inner dl .row dt {
          width: 72px;
          font-weight: bold; }
          @media screen and (min-width: 560px) and (max-width: 1200px) {
            .oshinagaki .inner dl .row dt {
              width: 100%; } }
          @media (max-width: 560px) {
            .oshinagaki .inner dl .row dt {
              width: 100%; } }
        @media screen and (min-width: 560px) and (max-width: 1200px) {
          .oshinagaki .inner dl .row dd {
            margin: 8px 0 0; } }
        @media (max-width: 560px) {
          .oshinagaki .inner dl .row dd {
            margin: 8px 0 0; } }
      .oshinagaki .inner dl + p {
        padding: 0 32px; }
        @media (max-width: 560px) {
          .oshinagaki .inner dl + p {
            padding: 0 5%; } }

.ichiran .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .ichiran .inner .item {
    width: 31%;
    margin-top: 24px; }
    @media screen and (min-width: 560px) and (max-width: 1200px) {
      .ichiran .inner .item {
        width: 49%;
        margin-top: 16px; } }
    @media (max-width: 560px) {
      .ichiran .inner .item {
        width: 100%;
        margin-top: 16px; } }
    .ichiran .inner .item img {
      display: block;
      width: 100%;
      box-sizing: border-box; }
    .ichiran .inner .item h3 {
      margin: 16px 0 0; }
    .ichiran .inner .item p {
      margin: 4px 0 0;
      text-align: center; }
      .ichiran .inner .item p:last-child {
        color: #b22929; }
      .ichiran .inner .item p br.sp {
        display: none; }
        @media (max-width: 560px) {
          .ichiran .inner .item p br.sp {
            display: block; } }

.purchase {
  background: url("../images/ume01.png") no-repeat top right/25%, url("../images/ume02.png") no-repeat bottom left/20%, #F4F4F2;
  padding-bottom: 80px; }
  @media (max-width: 560px) {
    .purchase {
      background: url("../images/ume01.png") no-repeat top right/40%, url("../images/ume02.png") no-repeat bottom left/40%, #F4F4F2; } }
  .purchase h2 {
    margin-bottom: 64px; }
    @media (max-width: 560px) {
      .purchase h2 {
        margin-bottom: 24px; } }
  .purchase h3 {
    color: #b22929;
    font-family: ten-mincho-text, serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: .2em;
    font-size: 22px;
    border-bottom: 1px solid #b22929;
    padding: 0 24px 8px;
    margin-top: 48px; }
    @media (max-width: 560px) {
      .purchase h3 {
        font-size: 18px;
        padding: 0 5% 4px;
        margin-bottom: 0;
        margin-top: 32px; } }
  .purchase .flow {
    display: flex; }
    @media screen and (min-width: 560px) and (max-width: 1200px) {
      .purchase .flow {
        flex-wrap: wrap;
        justify-content: center; } }
    @media (max-width: 560px) {
      .purchase .flow {
        flex-wrap: wrap;
        justify-content: center; } }
    .purchase .flow .left {
      width: 65%; }
      @media screen and (min-width: 560px) and (max-width: 1200px) {
        .purchase .flow .left {
          width: 100%; } }
      @media (max-width: 560px) {
        .purchase .flow .left {
          width: 100%; } }
      .purchase .flow .left span {
        color: #b22929; }
      .purchase .flow .left .arrow {
        width: 0;
        height: 0;
        border-top: 13.86px solid #b22929;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        margin-left: 32px; }
        @media screen and (min-width: 560px) and (max-width: 1200px) {
          .purchase .flow .left .arrow {
            margin: 0 auto; } }
        @media (max-width: 560px) {
          .purchase .flow .left .arrow {
            margin: 0 auto; } }
    .purchase .flow .right {
      width: 35%; }
      @media screen and (min-width: 560px) and (max-width: 1200px) {
        .purchase .flow .right {
          width: 60%; } }
      @media (max-width: 560px) {
        .purchase .flow .right {
          width: 80%; } }
      .purchase .flow .right img {
        display: block;
        width: 100%; }
      .purchase .flow .right p {
        margin: 0;
        padding: 0;
        text-align: center; }
  .purchase .delivery .fee {
    font-size: larger; }
  .purchase .delivery .area {
    margin-top: 40px;
    border: 1px solid #CCC;
    padding: 16px 32px 8px;
    position: relative; }
    @media (max-width: 560px) {
      .purchase .delivery .area {
        margin-top: 32px;
        padding: 0 16px; } }
    .purchase .delivery .area h4 {
      font-weight: bold;
      position: absolute;
      top: -36px;
      left: 16px;
      padding: 0 16px;
      background: #F4F4F2; }
    .purchase .delivery .area .small span {
      line-height: 1.4; }

.yoyaku_lead p:nth-child(1) {
  margin-bottom: 0; }
.yoyaku_lead p:nth-child(2) {
  margin-top: 0; }
  @media (max-width: 560px) {
    .yoyaku_lead p:nth-child(2) {
      margin-bottom: 0; } }
  .yoyaku_lead p:nth-child(2) span {
    font-size: 28px; }
    @media (max-width: 560px) {
      .yoyaku_lead p:nth-child(2) span {
        font-size: 24px; } }
@media (min-width: 1200px) {
  .yoyaku_lead .flat_button {
    display: none; } }
@media screen and (min-width: 560px) and (max-width: 1200px) {
  .yoyaku_lead .flat_button {
    display: none; } }
@media (max-width: 560px) {
  .yoyaku_lead .flat_button {
    margin-top: 4px;
    margin-bottom: 32px; }
    .yoyaku_lead .flat_button a {
      font-size: 14px;
      line-height: 1; } }

.yoyaku_howto {
  display: flex; }
  @media screen and (min-width: 560px) and (max-width: 1200px) {
    .yoyaku_howto {
      flex-wrap: wrap;
      justify-content: center; } }
  @media (max-width: 560px) {
    .yoyaku_howto {
      flex-wrap: wrap;
      justify-content: center; } }
  .yoyaku_howto .clm {
    width: 35%; }
    @media screen and (min-width: 560px) and (max-width: 1200px) {
      .yoyaku_howto .clm {
        width: 100%; } }
    @media (max-width: 560px) {
      .yoyaku_howto .clm {
        width: 100%; } }
  .yoyaku_howto h4 {
    font-weight: bold; }
    @media (max-width: 560px) {
      .yoyaku_howto h4 {
        margin-bottom: 0; }
        .yoyaku_howto h4 + p {
          margin-top: 8px; } }
    .yoyaku_howto h4:before {
      content: '';
      display: inline-block;
      width: .6em;
      height: .6em;
      background: #b22929;
      margin-right: .7em; }
  .yoyaku_howto .outline_button {
    margin-top: 0; }
    .yoyaku_howto .outline_button a {
      border-color: #b22929;
      font-size: 14px;
      line-height: 1; }
      .yoyaku_howto .outline_button a:hover {
        background: rgba(221, 221, 221, 0.3); }

footer {
  text-align: center;
  line-height: 100px; }
  @media (max-width: 560px) {
    footer {
      line-height: 64px; } }

input#hidden_trigger {
  display: none; }

.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.95);
  opacity: 0;
  transition: .5s;
  z-index: 30;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden; }
  .menu ul {
    list-style-type: none;
    text-align: center;
    font-family: ten-mincho-text, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    padding: 0; }
    @media (max-width: 560px) {
      .menu ul {
        font-size: 20px;
        padding-bottom: 80px; } }
    .menu ul li {
      margin-bottom: 40px; }
      .menu ul li a:hover {
        opacity: .5;
        transition: .2s; }

.button:before {
  content: "\e905";
  font-family: 'common' !important;
  display: block;
  width: 88px;
  line-height: 88px;
  text-align: center;
  border-radius: 50%;
  background: #FFF;
  background: #000;
  color: #b22929;
  color: #FFF;
  font-size: 32px;
  position: fixed;
  top: 24px;
  right: 40px;
  z-index: 40;
  transition: .2s; }
  @media (max-width: 560px) {
    .button:before {
      top: 3vw;
      right: 3vw;
      width: 64px;
      line-height: 64px;
      font-size: 22px; } }

input#hidden_trigger:checked + .objects .menu {
  opacity: 1;
  transition: .5s;
  visibility: visible; }

input#hidden_trigger:checked ~ .objects .button:before {
  content: "\e904";
  font-family: 'common' !important;
  transition: .2s; }
