@charset "UTF-8";
/*!
Theme Name: Akagakiya Theme
Theme URI: https://www.akagakiya.com/
Author: Marketing Unit Co., Ltd.
Author URI: https://www.marketing-unit.jp/
Description: My Base Theme for making WordPress Theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, custom-menu, featured-images, theme-options, translation-readyText Domain: mybasetheme

Tested up to: 5.7
Requires PHP: 7.4.15

 */
.clearfix {
  height: 1px;
  min-height: 1px;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

/**
 * 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] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

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

/**
 * Remove the inner padding 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;
}

/*!
 * Bootstrap Grid v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

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

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.overflow-auto {
  overflow: auto !important;
}

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

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  color: #000000;
  font-size: 1rem;
  line-height: 1.75;
  background: url(img/common/content_bg.png) repeat #F7F6E7;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic  ProN", "メイリオ", "Meiryo,ＭＳ Ｐゴシック", "MS Pgothic", "Osaka", sans-serif, Helvetica, Helvetica Neue, Arial;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

a {
  color: #333333;
  -webkit-transition-property: background-color, opacity;
  transition-property: background-color, opacity;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  text-decoration: none;
  outline: none;
}
a a:focus, a *:focus {
  outline: none;
}
a:hover, a:active {
  color: gray;
  text-decoration: none;
}
a img {
  border: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a img:hover, a img:active {
  opacity: 0.8;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  vertical-align: bottom;
}

iframe {
  border: none;
}

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

h1 {
  font-size: 2rem;
  line-height: 1;
  margin: 0;
}

h2 {
  font-size: 1.75rem;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 1.375rem;
  }
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.25rem;
}

h5,
h6 {
  font-size: 1.125rem;
}

a {
  /*touch-action: manipulation;*/
}

figure {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: bottom;
}

*:focus {
  outline: none;
}

area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

label {
  display: inline-block;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: none;
}

[type=submit] {
  -webkit-transition-property: background-color, opacity, color, border-color, -webkit-box-shadow;
  transition-property: background-color, opacity, color, border-color, -webkit-box-shadow;
  transition-property: background-color, opacity, color, border-color, box-shadow;
  transition-property: background-color, opacity, color, border-color, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

textarea {
  overflow: auto;
  resize: vertical;
}

textarea,
select,
input[type=text],
input[type=number],
input[type=tel],
input[type=email],
input[type=search],
input[type=password] {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #aab8c2;
  border-radius: 0.3em;
  background-color: #ffffff;
  color: #000000;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  min-height: 44px;
  font-size: 16px;
  padding: 0 0.5em;
}
textarea:hover,
select:hover,
input[type=text]:hover,
input[type=number]:hover,
input[type=tel]:hover,
input[type=email]:hover,
input[type=search]:hover,
input[type=password]:hover {
  border-color: #F4BA1E;
}
textarea:focus,
select:focus,
input[type=text]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus {
  border-color: #F4BA1E;
  -webkit-box-shadow: 0 0 0 1px #F4BA1E inset;
          box-shadow: 0 0 0 1px #F4BA1E inset;
}
textarea:disabled,
select:disabled,
input[type=text]:disabled,
input[type=number]:disabled,
input[type=tel]:disabled,
input[type=email]:disabled,
input[type=search]:disabled,
input[type=password]:disabled {
  background-color: #ccc !important;
  border-color: #aab8c2;
  -webkit-box-shadow: none;
          box-shadow: none;
}
textarea:disabled:hover,
select:disabled:hover,
input[type=text]:disabled:hover,
input[type=number]:disabled:hover,
input[type=tel]:disabled:hover,
input[type=email]:disabled:hover,
input[type=search]:disabled:hover,
input[type=password]:disabled:hover {
  border-color: #aab8c2;
  cursor: default;
}
textarea::-ms-clear,
select::-ms-clear,
input[type=text]::-ms-clear,
input[type=number]::-ms-clear,
input[type=tel]::-ms-clear,
input[type=email]::-ms-clear,
input[type=search]::-ms-clear,
input[type=password]::-ms-clear {
  visibility: hidden;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input:focus::-ms-input-placeholder, textarea:focus::-ms-input-placeholder {
  color: transparent;
}

input:focus::placeholder, textarea:focus::placeholder {
  color: transparent;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #999;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #999;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #999;
}
input::placeholder, textarea::placeholder {
  color: #999;
}

/* display styles for PC or SP */
.cmn-for-pc {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .cmn-for-pc {
    display: none !important;
  }
}

.cmn-for-sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .cmn-for-sp {
    display: block !important;
  }
}

#wrap {
  position: relative;
}

a.morebtn,
a.morebtn:link,
a.morebtn:visited {
  border-bottom: 5px solid #91173A;
  border-radius: 5px;
  padding: 30px 25px;
  display: block;
  position: relative;
  line-height: 1;
  color: #FFFFFF;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 20px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "游明朝", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
  background: #CE2152;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /*box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);*/
}
@media (max-width: 1199px) {
  a.morebtn,
  a.morebtn:link,
  a.morebtn:visited {
    padding: 25px 20px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  a.morebtn,
  a.morebtn:link,
  a.morebtn:visited {
    padding: 20px 10px;
    font-size: 14px;
  }
}

a.morebtn:hover {
  margin-top: 3px;
  border-bottom: 2px solid #91173A;
}

a.morebtn:active {
  margin-top: 3px;
  border-bottom: 2px solid #91173A;
  background: #DB1B5B;
}

a.morebtn:after {
  position: absolute;
  top: calc(50% - 10px);
  right: 15px;
  font-size: 28px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
  content: "\f105";
}
@media screen and (max-width: 767px) {
  a.morebtn:after {
    font-size: 20px;
    right: 5px;
  }
}

.button {
  display: inline-block;
  position: relative;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0.3em;
  padding: 0.6em 1em;
  width: 100%;
  max-width: 230px;
  text-decoration: none;
  font-weight: 600;
  will-change: transform;
  -webkit-transition-property: background-color, opacity, -webkit-transform, -webkit-box-shadow;
  transition-property: background-color, opacity, -webkit-transform, -webkit-box-shadow;
  transition-property: background-color, opacity, transform, box-shadow;
  transition-property: background-color, opacity, transform, box-shadow, -webkit-transform, -webkit-box-shadow;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.button:hover, .button:active {
  text-decoration: none;
}

.footer {
  padding: 100px 0 0;
  background: url(img/common/footer_bg.png) no-repeat;
  background-size: cover;
  background-position-x: 50%;
  background-position-y: 50%;
}
@media (max-width: 767px) {
  .footer {
    padding: 20px 0 0;
  }
}
.footer__info-logo {
  margin: 0;
}
@media (max-width: 991px) {
  .footer__info-logo {
    text-align: center;
  }
}
.footer__info-name {
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .footer__info-name {
    text-align: center;
  }
}
.footer__info-name span {
  margin-right: 10px;
  font-size: 14px;
}
.footer__info-add, .footer__info-tel {
  margin: 0;
  color: #5C5A59;
  font-size: 14px;
}
@media (max-width: 991px) {
  .footer__info-add, .footer__info-tel {
    margin: 0 0 10px;
  }
}
.footer__nav-items {
  padding: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .footer__nav-items {
    padding: 0 15px;
    margin: 15px 0;
    width: 50% !important;
  }
}
.footer__nav-item {
  margin: 0 0 3px;
  list-style-type: none;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .footer__nav-item {
    width: 100%;
  }
}
.footer__nav-item.title {
  font-size: 16px;
  margin-bottom: 5px;
}
.footer__nav-item a,
.footer__nav-item a:link,
.footer__nav-item a:active,
.footer__nav-item a:visited {
  color: #FFFFFF;
  font-size: 14px;
  text-decoration: none;
}
.footer__nav-item a:hover {
  text-decoration: underline;
}
@media (max-width: 991px) {
  .footer__nav-itemlist {
    padding-left: 0;
  }
}
.footer__nav-itemlist li {
  list-style-type: none;
}
.footer__copyright {
  padding: 25px 0;
  margin: 100px 0 0;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  background: #000000;
}
.footer__copyright p {
  text-align: center;
}
@media (max-width: 767px) {
  .footer__copyright {
    padding: 20px 0;
    margin: 20px 0 0;
  }
}

.footer_snsBnr_area {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer_snsBnr_area figure {
  width: 100%;
  max-width: 555px;
  padding: 10px;
}
@media screen and (max-width: 575px) {
  .footer_snsBnr_area figure {
    padding: 5px;
  }
}
.footer_snsBnr_area figure a {
  display: block;
  width: 100%;
}
.footer_snsBnr_area figure a img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.header {
  top: -100px;
  position: absolute;
  margin: 100px auto 0;
  line-height: 1;
  z-index: 999;
  width: 100%;
  background: url(img/common/content_bg.png) repeat #F7F6E7;
  /*box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);*/
  /* Fixed */
}
@media (max-width: 991px) {
  .header {
    padding: 0;
  }
}
.header .row {
  margin-left: 0;
  margin-right: 0;
}
.header .row .header__logo {
  padding: 20px 0 20px 40px;
}
@media (max-width: 991px) {
  .header .row .header__logo {
    padding: 12px 10px;
  }
}
.header .hamburger {
  display: none;
}
@media (max-width: 991px) {
  .header .hamburger {
    display: block;
    position: fixed;
    right: 10px;
    top: 10px;
    width: 50px;
    height: 50px;
    z-index: 1001;
    background-color: rgba(0, 0, 0, 0.7);
  }
  .header .hamburger span {
    display: block;
    background: #FFFFFF;
    width: 30px;
    height: 1.5px;
    position: absolute;
    left: 10px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
  }
  .header .hamburger span:nth-of-type(1) {
    top: 50%;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  .header .hamburger span:nth-of-type(2) {
    top: 50%;
  }
  .header .hamburger span:nth-of-type(3) {
    top: 50%;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  .header .hamburger.active span:nth-of-type(1) {
    -webkit-transform: translateY(0px) rotate(45deg);
    transform: translateY(0px) rotate(45deg);
    background: #fff;
  }
  .header .hamburger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .header .hamburger.active span:nth-of-type(3) {
    -webkit-transform: translateY(0px) rotate(-45deg);
    transform: translateY(0px) rotate(-45deg);
    background: #fff;
  }
}
.header__nav {
  position: absolute;
  /*top: 30px;*/
  right: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
@media (max-width: 991px) {
  .header__nav {
    position: fixed;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    width: 100%;
    height: 100%;
  }
  .header__nav.open {
    display: block;
    opacity: 1;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    visibility: visible;
  }
}
.header__nav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0 40px 0 0;
  list-style: none;
}
@media (max-width: 991px) {
  .header__nav-items {
    display: block;
    position: absolute;
    padding: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -55%);
            transform: translate(-50%, -55%);
    z-index: 400;
    text-align: center;
  }
}
.header__nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 0 20px;
  height: 100%;
  line-height: 1.3;
  text-align: center;
  vertical-align: middle;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__nav-item img {
  vertical-align: middle;
}
@media (max-width: 991px) {
  .header__nav-item {
    display: block;
    padding: 15px 0;
    margin: 0;
    border-left: 0;
    border-bottom: 0;
  }
}
.header__nav-item a,
.header__nav-item a:link,
.header__nav-item a:active,
.header__nav-item a:visited {
  padding: 0;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
}
@media (max-width: 991px) {
  .header__nav-item a,
  .header__nav-item a:link,
  .header__nav-item a:active,
  .header__nav-item a:visited {
    color: #FFFFFF;
    font-size: 16px;
  }
}
.header__nav-item a:hover {
  color: #888888;
  text-decoration: none;
}
.header.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  /*height: 55px;*/
  background: url(img/common/content_bg.png) repeat #F7F6E7;
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
}
main {
  margin: 0;
}
main img {
  width: 100%;
}
main .topic-path {
  padding: 15px 10px;
  color: #8B8B8B;
  font-size: 12px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  main .topic-path {
    padding: 10px 10px;
    margin-bottom: 0;
  }
}
main .topic-path .row {
  margin-left: 0;
  margin-right: 0;
}
main .topic-path .row .breadcrumbs a,
main .topic-path .row .breadcrumbs a:link,
main .topic-path .row .breadcrumbs a:visited {
  text-decoration: none;
  color: #8B8B8B;
}
main .topic-path .row .breadcrumbs a:hover,
main .topic-path .row .breadcrumbs a:active {
  text-decoration: underline;
}
main .pagecmnTitle {
  margin-top: 85px;
  background: #351b0c;
  min-height: 458px;
}
@media (max-width: 767px) {
  main .pagecmnTitle {
    min-height: 70vw;
  }
}
main .pagecmnTitle__main {
  position: relative;
  margin-top: 50px;
}
@media (max-width: 767px) {
  main .pagecmnTitle__main {
    margin-top: 8vw;
  }
}
main .pagecmnTitle__main::before {
  content: "";
  position: absolute;
  padding-top: 104%;
  background: url(img/common/cmn_title_bg.png) no-repeat;
  background-size: 100%;
  width: 100%;
  height: 0;
  left: 0;
  top: 0;
  z-index: 0;
}
@media (max-width: 767px) {
  main .pagecmnTitle__main::before {
    padding-top: 110%;
  }
}
main .pagecmnTitle__main-txt {
  position: relative;
  z-index: 2;
  margin-top: 140px;
  line-height: 1.4;
  color: #A8A8A8;
  font-size: 14px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "游明朝", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", serif;
}
@media (max-width: 767px) {
  main .pagecmnTitle__main-txt {
    margin-top: 20vw;
  }
}
main .pagecmnTitle__main-txt span {
  display: block;
  color: #000000;
  font-size: 36px;
  font-weight: bold;
}
@media (max-width: 767px) {
  main .pagecmnTitle__main-txt span {
    font-size: 22px;
  }
}
main .menuSec {
  padding: 80px 0 160px;
  background: url(img/home/menu_bg.png) no-repeat;
  background-size: cover;
  background-position-x: 50%;
  background-position-y: 50%;
  min-height: 60vh;
}
@media (max-width: 1199px) {
  main .menuSec {
    padding: 5vh 0 8vh;
  }
}
@media (max-width: 767px) {
  main .menuSec {
    padding: 8vw 0 5vw;
    background: url(img/home/menu_bg.png) no-repeat;
    background-size: auto;
    min-height: 48vh;
  }
}
main .menuSec__col::before {
  content: "";
  position: absolute;
  padding-top: 110%;
  background: url(img/home/menu_txt_bg.png) no-repeat;
  background-size: 100%;
  width: 100%;
  height: 0;
  left: 0;
  top: 0;
  z-index: 0;
}
@media (max-width: 767px) {
  main .menuSec__col::before {
    padding-top: 115%;
  }
}
main .menuSec__col-title {
  position: relative;
  z-index: 2;
  margin: 6.5vw 0 0;
}
@media (max-width: 1199px) {
  main .menuSec__col-title {
    margin: 12vw 0 0;
  }
}
@media (max-width: 991px) {
  main .menuSec__col-title {
    margin: 8vw 0 0;
  }
}
@media (max-width: 767px) {
  main .menuSec__col-title {
    margin: 14vw 0 0;
  }
}
main .menuSec__col-title img {
  width: 52%;
}
@media (max-width: 767px) {
  main .menuSec__col-title img {
    width: 60%;
  }
}
main .menuSec__col-txt {
  position: relative;
  z-index: 2;
  margin: 25px 0;
}
main .menuSec__col-txt img {
  width: 41%;
}
@media (max-width: 767px) {
  main .menuSec__col-txt img {
    width: 50%;
  }
}
@media (max-width: 1199px) {
  main .menuSec__col-txt {
    margin: 40px 0​;
  }
}
@media (max-width: 991px) {
  main .menuSec__col-txt {
    margin: 4vw 0​;
  }
}
@media (max-width: 767px) {
  main .menuSec__col-txt {
    margin: 6vw 0;
  }
}
main .menuSec__col-btn {
  position: relative;
  z-index: 2;
}
main .menuSec__col-btn a,
main .menuSec__col-btn a:link,
main .menuSec__col-btn a:visited {
  border: 1px solid #FFFFFF;
  border-radius: 25px;
  padding: 5px 10px;
  line-height: 1;
  color: #FFFFFF;
  font-weight: bold;
  background: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
main .menuSec__col-btn a:hover,
main .menuSec__col-btn a:active {
  color: #000000;
  background: #FFFFFF;
}
main .appSec {
  position: relative;
  padding: 100px 0 0;
  background: url(img/common/app_bg.png) no-repeat;
  background-size: cover;
  background-position-x: 50%;
  background-position-y: 50%;
}
@media (max-width: 767px) {
  main .appSec {
    padding: 40px 0;
  }
}
main .appSec__box-img01 {
  position: absolute;
  top: auto;
  left: calc(50% - 270px);
  z-index: 5;
}
@media (max-width: 991px) {
  main .appSec__box-img01 {
    position: relative;
    top: auto;
    left: auto;
  }
}
@media (max-width: 767px) {
  main .appSec__box-img01 {
    width: 70%;
  }
}
main .appSec__box-img02 {
  position: absolute;
  top: 10%;
  left: -50px;
  z-index: 5;
}
@media (max-width: 991px) {
  main .appSec__box-img02 {
    top: 5%;
  }
}
@media (max-width: 767px) {
  main .appSec__box-img02 {
    top: 0;
  }
}
main .appSec__box-img02 img {
  width: 16vw;
}
@media (max-width: 991px) {
  main .appSec__box-img02 img {
    width: 70%;
  }
}
@media (max-width: 767px) {
  main .appSec__box-img02 img {
    width: 60%;
  }
}
main .appSec__box-img03 {
  position: absolute;
  bottom: 0;
  left: -50px;
  z-index: 5;
}
main .appSec__box-img03 img {
  width: 18vw;
}
@media (max-width: 991px) {
  main .appSec__box-img03 img {
    width: 60%;
  }
}
main .appSec__point {
  margin-top: 10px;
  margin-bottom: 100px;
  text-align: center;
  color: #FFFFFF;
  padding-top: 230px;
  margin-left: -100px;
}
@media (max-width: 1199px) {
  main .appSec__point {
    padding-top: 170px;
  }
}
@media (max-width: 991px) {
  main .appSec__point {
    padding-top: 230px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  main .appSec__point {
    margin-top: 20px;
    margin-left: 0;
    padding-top: 30vw;
  }
}
@media (max-width: 575px) {
  main .appSec__point {
    padding-top: 34vw;
  }
}
main .appSec__point::before {
  content: "";
  position: absolute;
  padding-top: 125%;
  background: url(img/common/app_red_circle.png) no-repeat;
  background-size: 100%;
  width: 100%;
  height: 0;
  left: 0;
  top: 0;
  z-index: 0;
}
main .appSec__point h4,
main .appSec__point p {
  position: relative;
  z-index: 2;
  margin: 0 auto;
}
@media (max-width: 767px) {
  main .appSec__point p {
    font-size: 14px;
    line-height: 1.4;
    width: 90%;
  }
}
main .appSec__point-col {
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  main .appSec__point-col {
    margin: 0 0 15px;
  }
}
main .appSec__point-img {
  margin: 0 auto 10px !important;
  width: 20% !important;
}
main .appSec__info {
  text-align: center;
  margin-top: -150px;
  margin-right: -100px;
}
@media (max-width: 991px) {
  main .appSec__info {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 170px;
  }
}
@media (max-width: 767px) {
  main .appSec__info {
    margin-bottom: 50px;
  }
}
main .appSec__info::before {
  content: "";
  position: absolute;
  padding-top: 104%;
  background: url(img/common/app_wht_circle.png) no-repeat;
  background-size: 100%;
  width: 100%;
  height: 0;
  left: 0;
  top: 0;
  z-index: 0;
}
main .appSec__info h3,
main .appSec__info p {
  position: relative;
  z-index: 2;
  margin: 0 auto;
}
main .appSec__info h3 {
  padding-top: 130px;
  margin-bottom: 15px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "游明朝", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", serif;
  font-size: 35px;
}
@media (max-width: 1199px) {
  main .appSec__info h3 {
    padding-top: 115px;
  }
}
@media (max-width: 767px) {
  main .appSec__info h3 {
    padding-top: 70px;
    font-size: 20px;
  }
}
main .appSec__info-txt {
  margin-bottom: 30px !important;
  text-align: left;
  width: 320px;
}
@media (max-width: 767px) {
  main .appSec__info-txt {
    font-size: 14px;
    line-height: 1.4;
    width: 90%;
  }
}
main .appSec__info-btn {
  margin: 0 auto 10px !important;
  width: 35%;
}
@media (max-width: 767px) {
  main .appSec__info-btn {
    width: 80%;
  }
}
main .snsSec {
  padding: 100px 0;
  background: url(img/common/content_bg.png) repeat;
}
@media (max-width: 767px) {
  main .snsSec {
    padding: 40px 0;
  }
}
main .snsSec__col {
  border-radius: 5px;
  padding-left: 0;
  padding-right: 0;
  margin-left: 15px;
  margin-right: 15px;
  text-align: center;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 47%;
          flex: 0 0 47%;
  max-width: 47%;
}
@media (max-width: 991px) {
  main .snsSec__col {
    margin: 0 0 50px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 96%;
            flex: 0 0 96%;
    max-width: 96%;
  }
}
@media (max-width: 767px) {
  main .snsSec__col {
    margin: 0 0 10px;
  }
}
@media (max-width: 767px) {
  main .snsSec__col:nth-child(2) {
    margin: 0;
  }
}
main .snsSec__col figure {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
main .snsSec__left {
  position: relative;
  overflow: hidden;
  height: 31vh;
}
@media (max-width: 991px) {
  main .snsSec__left {
    height: 37vh;
  }
}
@media (max-width: 767px) {
  main .snsSec__left {
    height: 27vh;
  }
}
@media (max-width: 575px) {
  main .snsSec__left {
    height: 50vw;
  }
}
main .snsSec__left-title {
  margin: 50px auto 30px;
  width: 45%;
}
@media (max-width: 575px) {
  main .snsSec__left-title {
    margin: 6vw auto;
  }
}
@media (max-width: 991px) {
  main .snsSec__left-txt {
    width: 85%;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  main .snsSec__left-txt {
    line-height: 1.4;
  }
}
main .snsSec__right {
  position: relative;
  overflow: hidden;
  height: 29vh;
}
@media (max-width: 991px) {
  main .snsSec__right {
    height: 37vh;
  }
}
@media (max-width: 767px) {
  main .snsSec__right {
    height: 27vh;
  }
}
@media (max-width: 575px) {
  main .snsSec__right {
    height: 50vw;
  }
}
main .snsSec__right-icon {
  margin: 35px auto 20px;
  width: 51%;
}
@media (max-width: 575px) {
  main .snsSec__right-icon {
    margin: 6vw auto 4vw;
  }
}
main .snsSec__right-txt {
  margin: 0 0 20px;
}
@media (max-width: 575px) {
  main .snsSec__right-txt {
    margin: 0 0 4vw;
  }
}
main .snsSec__right-btn {
  margin: 0 auto 20px;
  width: 80%;
}
main .snsSec__right-btn a,
main .snsSec__right-btn a:link,
main .snsSec__right-btn a:visited {
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  padding: 15px;
  color: #000000;
  background: #FFFFFF;
  width: 100%;
  font-weight: bold;
}
@media (max-width: 767px) {
  main .snsSec__right-btn a,
  main .snsSec__right-btn a:link,
  main .snsSec__right-btn a:visited {
    padding: 8px;
  }
}
main .snsSec__right-btn a::after,
main .snsSec__right-btn a:link::after,
main .snsSec__right-btn a:visited::after {
  position: absolute;
  content: "\f105";
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  right: 15px;
  top: 20px;
}
main .snsSec__right-btn a:hover,
main .snsSec__right-btn a:active {
  border: 1px solid #FFFFFF;
  color: #000000;
  background: #e6e2d7;
}
main .snsSec__right-btn a:hover::after,
main .snsSec__right-btn a:active::after {
  color: #000000;
}

.border {
  border: 1px solid #aab8c2;
}

body.home #homeheader {
  top: -100px;
  position: absolute;
  margin: 100px auto 0;
  line-height: 1;
  z-index: 999;
  width: 100%;
}
body.home #homeheader .header__logo {
  padding: 20px 0 20px 40px;
}
body.home #homeheader .row {
  margin-right: 0;
  margin-left: 0;
}
@media (max-width: 991px) {
  body.home #homeheader {
    display: none;
  }
}
body.home .header {
  top: -300px;
}
@media (max-width: 991px) {
  body.home .header {
    top: 0;
    margin-top: 0;
  }
}
body.home .header.fixed {
  top: 0;
  transition: top 1.5s ease-in;
  -webkit-transition: top 1.5s ease-in;
  -moz-transition: top 1.5s ease-in;
}
body.home .hamburger {
  top: -300px;
}
@media (max-width: 991px) {
  body.home .hamburger {
    top: 10px;
  }
}
body.home .header.fixed .hamburger {
  top: 10px;
  transition: top 1.5s ease-in;
  -webkit-transition: top 1.5s ease-in;
  -moz-transition: top 1.5s ease-in;
}
body.home .hamburger.active {
  top: 10px;
}
body.home .mainVisual {
  position: relative;
  background: #ccc;
  background: url(img/home/mainvisual_bg.png) no-repeat;
  background-size: cover;
  background-position-x: 50%;
  /*height: 100vh;*/
  min-height: 100vh;
}
@media (max-width: 767px) {
  body.home .mainVisual {
    background: url(img/home/mainvisual_sp_bg.png) no-repeat;
    background-size: 100% auto;
    height: auto;
    min-height: 100vh;
  }
}
body.home .mainVisual__box {
  margin: 20vh 0 0;
}
@media (max-width: 1199px) {
  body.home .mainVisual__box {
    margin: 26vh 0 0;
  }
}
@media (max-width: 767px) {
  body.home .mainVisual__box {
    margin: 20vh 0 0;
  }
}
@media (max-width: 575px) {
  body.home .mainVisual__box {
    margin: 30vh 0 0;
  }
}
body.home .mainVisual__box::before {
  content: "";
  position: absolute;
  padding-top: 104%;
  background: url(img/home/main_txt_bg.png) no-repeat;
  background-size: 100%;
  width: 100%;
  height: 0;
  left: 0;
  top: 0;
  z-index: 0;
}
@media (max-width: 767px) {
  body.home .mainVisual__box::before {
    padding-top: 110%;
  }
}
body.home .mainVisual__box-logo {
  margin: 4vw 0 2vw;
  position: relative;
  z-index: 2;
}
@media (max-width: 1199px) {
  body.home .mainVisual__box-logo {
    margin: 6vw 0 3vw;
  }
}
@media (max-width: 767px) {
  body.home .mainVisual__box-logo {
    margin: 9vw 0 5vw;
  }
}
body.home .mainVisual__box-logo img {
  width: 50%;
}
body.home .mainVisual__box-txt {
  position: relative;
  z-index: 2;
}
body.home .mainVisual__box-txt img {
  width: 65%;
}
body.home .aboutSec {
  padding: 300px 0;
  background: url(img/home/about_bg.png) no-repeat #F8F8EE;
  background-size: cover;
  background-position-x: 50%;
  background-position-y: 50%;
}
@media (max-width: 1199px) {
  body.home .aboutSec {
    padding: 200px 0;
  }
}
@media (max-width: 767px) {
  body.home .aboutSec {
    padding: 100px 0;
    background: url(img/home/about_bg.png) no-repeat #F8F8EE;
    background-size: 180%;
    background-position-x: 50%;
    background-position-y: 50%;
  }
}
body.home .aboutSec__box {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "游明朝", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", serif;
}
body.home .aboutSec__box-subTxt {
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 24px;
  text-shadow: 1px 1px 0 #F8F8EE, -1px -1px 0 #F8F8EE, -1px 1px 0 #F8F8EE, 1px -1px 0 #F8F8EE, 0px 1px 0 #F8F8EE, 0 -1px 0 #F8F8EE, -1px 0 0 #F8F8EE, 1px 0 0 #F8F8EE;
}
@media (max-width: 767px) {
  body.home .aboutSec__box-subTxt {
    font-size: 17px;
  }
}
body.home .aboutSec__box-mainTxt {
  margin: 0 0 15px;
  font-weight: bold;
  font-size: 40px;
  text-shadow: 1px 1px 0 #F8F8EE, -1px -1px 0 #F8F8EE, -1px 1px 0 #F8F8EE, 1px -1px 0 #F8F8EE, 0px 1px 0 #F8F8EE, 0 -1px 0 #F8F8EE, -1px 0 0 #F8F8EE, 1px 0 0 #F8F8EE;
}
@media (max-width: 767px) {
  body.home .aboutSec__box-mainTxt {
    font-size: 20px;
  }
}
body.home .aboutSec__box-pTxt {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  text-shadow: 1px 1px 0 #F8F8EE, -1px -1px 0 #F8F8EE, -1px 1px 0 #F8F8EE, 1px -1px 0 #F8F8EE, 0px 1px 0 #F8F8EE, 0 -1px 0 #F8F8EE, -1px 0 0 #F8F8EE, 1px 0 0 #F8F8EE;
}
@media (max-width: 767px) {
  body.home .aboutSec__box-pTxt {
    font-size: 15px;
  }
}
body.home .shopSec {
  padding: 2em 0 100px;
  background: url(img/common/content_bg.png) repeat;
}
@media (max-width: 767px) {
  body.home .shopSec {
    padding: 40px 0;
  }
}
body.home .shopSec__left {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "游明朝", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", serif;
}
body.home .shopSec__left-subTxt {
  margin: 0;
  line-height: 1.4;
  color: #A9A9A9;
}
body.home .shopSec__left-mainTxt {
  margin: 0;
  font-weight: bold;
}
body.home .shopSec__right figure {
  border: 5px solid #000000;
}
body.home .shopSec__right h4 {
  margin: 10px 0 25px;
  font-size: 24px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  body.home .shopSec__right h4 {
    font-size: 16px;
    font-weight: 700;
  }
}
body.home .shopSec__right h4 span {
  display: block;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 767px) {
  body.home .shopSec__right h4 span {
    font-size: 13px;
  }
}
body.home .infoSec {
  padding: 100px 0;
  background: url(img/common/content_bg.png) repeat;
}
@media (max-width: 767px) {
  body.home .infoSec {
    padding: 40px 0;
  }
}
body.home .infoSec__headTitle-mainTxt {
  margin: 0 0 30px;
  font-size: 14px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "游明朝", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", serif;
  color: #A9A9A9;
}
body.home .infoSec__headTitle-mainTxt span {
  font-size: 32px;
  font-weight: bold;
  display: block;
  color: #000000;
}
@media (max-width: 767px) {
  body.home .infoSec__headTitle-mainTxt span {
    font-size: 22px;
  }
}
body.home .infoSec__slide-img {
  margin: 0 0 20px;
  position: relative;
}
@media (max-width: 767px) {
  body.home .infoSec__slide-img {
    margin: 0 0 10px;
  }
}
body.home .infoSec__slide-cat {
  border-bottom-right-radius: 15px;
  padding: 3px 15px;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  color: #ffffff;
  background: #000000;
  font-size: 12px;
}
body.home .infoSec__slide-info {
  margin: 0 0 15px;
  font-size: 14px;
  font-weight: bold;
  color: #9C9C9C;
}
@media (max-width: 767px) {
  body.home .infoSec__slide-info {
    margin: 0 0 10px;
  }
}
body.home .infoSec__slide-info a,
body.home .infoSec__slide-info a:link,
body.home .infoSec__slide-info a:visited {
  color: #9C9C9C;
  text-decoration: none;
}
body.home .infoSec__slide-info a:hover,
body.home .infoSec__slide-info a:active {
  text-decoration: underline;
}
body.home .infoSec__slide-title {
  margin: 0;
}
body.home .infoSec .swiper-button-next,
body.home .infoSec .swiper-button-prev {
  position: absolute;
  z-index: 10;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  margin-top: 0;
}
body.home .infoSec .swiper-button-next.swiper-button-disabled,
body.home .infoSec .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
body.home .infoSec .swiper-button-prev::after,
body.home .infoSec .swiper-button-next::after {
  position: relative;
  font-family: "Font Awesome 5 Pro", sans-serif;
  opacity: 1;
  font-style: normal;
  font-weight: 500;
  font-size: 46px;
}
body.home .infoSec .swiper-button-prev::after {
  content: "\f104";
}
body.home .infoSec .swiper-button-next::after {
  content: "\f105";
}
body.home .infoSec .swiper-button-prev:hover:after,
body.home .infoSec .swiper-button-next:hover:after {
  color: #444444;
}
body.home .infoSec .swiper-button-next, body.home .infoSec .swiper-container-rtl .swiper-button-prev {
  color: #000000 !important;
  right: 8%;
}
@media (max-width: 767px) {
  body.home .infoSec .swiper-button-next, body.home .infoSec .swiper-container-rtl .swiper-button-prev {
    right: 10px;
  }
}
body.home .infoSec .swiper-button-prev, body.home .infoSec .swiper-container-rtl .swiper-button-next {
  color: #000000 !important;
  left: 8%;
}
@media (max-width: 767px) {
  body.home .infoSec .swiper-button-prev, body.home .infoSec .swiper-container-rtl .swiper-button-next {
    left: 10px;
  }
}
body.home .historySec {
  padding: 100px 0;
  background: url(img/home/history_bg.png) no-repeat;
  background-size: cover;
  background-position-x: 50%;
  background-position-y: 50%;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  body.home .historySec {
    padding: 40px 0;
  }
}
body.home .historySec__title {
  margin: 0 0 50px;
}
@media (max-width: 767px) {
  body.home .historySec__title {
    margin: 0 0 30px;
  }
}
body.home .historySec__title::before {
  content: "";
  position: absolute;
  padding-top: 35%;
  background: url(img/home/hisitory_title_bg.png) no-repeat;
  background-size: 100%;
  width: 35%;
  height: 0;
  left: 35%;
  top: -30px;
  z-index: 0;
}
@media (max-width: 767px) {
  body.home .historySec__title::before {
    padding-top: 60%;
    width: 50%;
    height: 0;
    left: 25%;
    top: -30px;
  }
}
body.home .historySec__title h3 {
  position: relative;
  z-index: 2;
}
body.home .historySec p {
  margin: 0 0 40px;
}
body.home .historySec__morebtn {
  margin: 0;
}
body.home .historySec__morebtn a,
body.home .historySec__morebtn a:link,
body.home .historySec__morebtn a:visited {
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  padding: 20px;
  color: #FFFFFF;
  width: 100%;
  font-weight: bold;
}
body.home .historySec__morebtn a::after,
body.home .historySec__morebtn a:link::after,
body.home .historySec__morebtn a:visited::after {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  right: 15px;
  top: 20px;
}
body.home .historySec__morebtn a:hover,
body.home .historySec__morebtn a:active {
  border: 1px solid #FFFFFF;
  color: #000000;
  background: #FFFFFF;
}
body.home .historySec__morebtn a:hover::after,
body.home .historySec__morebtn a:active::after {
  color: #000000;
}
body.home .eventSec {
  padding: 100px 0;
  background: url(img/home/event_bg.png) no-repeat;
  background-size: cover;
  background-position-x: 50%;
  background-position-y: 50%;
}
@media (max-width: 767px) {
  body.home .eventSec {
    padding: 40px 0;
  }
  body.home .eventSec .container > .row {
    padding-left: 15px;
    padding-right: 15px;
  }
}
body.home .eventSec__box {
  position: relative;
  border-radius: 5px;
  padding-top: 60px;
  padding-bottom: 40px;
  margin-bottom: 30px;
  text-align: center;
  background: #C50404;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "游明朝", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", serif;
}
@media (max-width: 767px) {
  body.home .eventSec__box {
    padding-top: 30px;
  }
}
body.home .eventSec__box::before {
  content: "";
  display: inline-block;
  width: 274px;
  height: 259px;
  position: absolute;
  background: url(img/home/event_lbtm.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  left: 0;
  bottom: 0;
}
body.home .eventSec__box::after {
  content: "";
  display: inline-block;
  width: 274px;
  height: 259px;
  position: absolute;
  background: url(img/home/event_rtop.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  right: 0;
  top: 0;
}
body.home .eventSec__box-time {
  margin: 0 0 20px;
  color: #FFFFFF;
  position: relative;
  font-size: 22px;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6), 0px 2px 1px rgba(0, 0, 0, 0.6);
}
@media (max-width: 767px) {
  body.home .eventSec__box-time {
    margin-left: -50px;
    font-size: 16px;
  }
}
body.home .eventSec__box-time span.f100 {
  font-size: 40px;
}
@media (max-width: 1199px) {
  body.home .eventSec__box-time span.f100 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  body.home .eventSec__box-time span.f100 {
    font-size: 18px;
  }
}
body.home .eventSec__box-time span.f200 {
  font-size: 80px;
}
@media (max-width: 1199px) {
  body.home .eventSec__box-time span.f200 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  body.home .eventSec__box-time span.f200 {
    font-size: 28px;
  }
}
body.home .eventSec__box-time p {
  margin: 0;
  line-height: 1.2;
}
@media (max-width: 767px) {
  body.home .eventSec__box-time p {
    line-height: 1.6;
  }
}
body.home .eventSec__box-time img {
  position: absolute;
  right: -10px;
  top: -20px;
  width: 140px;
  z-index: 2;
}
@media (max-width: 991px) {
  body.home .eventSec__box-time img {
    width: 100px;
    top: -20px;
  }
}
@media (max-width: 767px) {
  body.home .eventSec__box-time img {
    width: 85px;
    right: -30px;
  }
}
body.home .eventSec__box-img01 {
  position: absolute;
  top: -50px;
  left: -90px;
}
@media (max-width: 991px) {
  body.home .eventSec__box-img01 {
    left: -10px;
    width: 25%;
  }
}
body.home .eventSec__box-img02 {
  position: absolute;
  top: -95px;
  left: 45px;
}
@media (max-width: 991px) {
  body.home .eventSec__box-img02 {
    top: -60px;
    width: 30%;
  }
}
body.home .eventSec__box-img03 {
  position: absolute;
  bottom: -50px;
  right: -60px;
  z-index: 2;
}
@media (max-width: 991px) {
  body.home .eventSec__box-img03 {
    right: 0;
    width: 25%;
  }
}
body.home .eventSec__box-comment {
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  padding: 20px 0;
  margin: 0;
  text-align: center;
  color: #FFFFFF;
  font-size: 23px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "游明朝", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
}
@media (max-width: 767px) {
  body.home .eventSec__box-comment {
    font-size: 18px;
  }
}

body.company main .pagecmnTitle {
  margin-top: 0;
  background: none;
}
body.company main .topic-path {
  padding: 15px 30px;
  margin-top: 85px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  body.company main .topic-path {
    padding: 10px 15px;
    margin-bottom: 20px;
  }
}
body.company main .companySec {
  padding: 0 0 250px;
  color: #ffffff;
  background: url(img/company/company_title_bg.png) #000000 no-repeat;
  background-size: cover;
  background-position-y: 50%;
  background-position-x: 50%;
}
@media (max-width: 767px) {
  body.company main .companySec {
    padding-bottom: 40vw;
  }
}
body.company main .col3Sec {
  margin-top: -200px;
}
@media (max-width: 767px) {
  body.company main .col3Sec {
    margin-top: -30vw;
  }
}
body.company main .col3Sec figure {
  margin-bottom: 20px;
}
body.company main .c-greetingSec {
  padding: 110px 0 0;
}
@media (max-width: 991px) {
  body.company main .c-greetingSec {
    padding: 80px 0 0;
  }
}
@media (max-width: 767px) {
  body.company main .c-greetingSec {
    padding: 40px 0 0;
  }
}
body.company main .c-greetingSec h3 {
  margin: 0 0 50px;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "游明朝", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", serif;
  font-size: 36px;
  font-weight: bold;
}
body.company main .c-greetingSec h3 span {
  display: block;
  color: #A8A8A8;
  font-size: 14px;
}
@media (max-width: 767px) {
  body.company main .c-greetingSec h3 {
    margin: 0 0 20px;
    font-size: 22px;
  }
}
body.company main .c-greetingSec__name {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "游明朝", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", serif;
}
body.company main .c-historySec {
  padding: 110px 0 0;
}
@media (max-width: 991px) {
  body.company main .c-historySec {
    padding: 80px 0 0;
  }
}
@media (max-width: 767px) {
  body.company main .c-historySec {
    padding: 40px 0 0;
  }
}
body.company main .c-historySec h3 {
  margin: 0 0 50px;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "游明朝", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", serif;
  font-size: 36px;
  font-weight: bold;
}
body.company main .c-historySec h3 span {
  display: block;
  color: #A8A8A8;
  font-size: 14px;
}
@media (max-width: 767px) {
  body.company main .c-historySec h3 {
    margin: 0 0 20px;
    font-size: 22px;
  }
}
body.company main .c-historySec__tbl {
  border-spacing: 0;
}
body.company main .c-historySec__tbl th, body.company main .c-historySec__tbl td {
  line-height: 1.6;
  font-weight: bold;
  padding: 20px;
}
@media (max-width: 767px) {
  body.company main .c-historySec__tbl th, body.company main .c-historySec__tbl td {
    padding: 10px;
    display: block;
    width: 100%;
  }
}
body.company main .c-historySec__tbl th {
  border-bottom: 1px solid #FFFFFF;
  line-height: 1.4;
  text-align: center;
  width: 15%;
  background: #F1EBDD;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "游明朝", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", serif;
  font-size: 20px;
}
body.company main .c-historySec__tbl th span {
  display: block;
  font-size: 16px;
}
@media (max-width: 767px) {
  body.company main .c-historySec__tbl th {
    font-size: 18px;
    width: 100%;
  }
}
body.company main .c-historySec__tbl td {
  border-bottom: 1px solid #C8C9C9;
  text-align: left;
}
@media (max-width: 767px) {
  body.company main .c-historySec__tbl .br1 {
    border-bottom: 0;
  }
}
body.company main .c-historySec__tbl .br1 span {
  display: block;
  border-right: 1px solid #000000;
  padding-right: 15px;
  font-size: 18px;
}
@media (max-width: 767px) {
  body.company main .c-historySec__tbl .br1 span {
    border-right: 0;
    font-size: 16px;
  }
}
body.company main .c-historySec__tbl-info {
  width: 60%;
  font-size: 14px;
}
@media (max-width: 767px) {
  body.company main .c-historySec__tbl-info {
    padding-top: 0 !important;
  }
}
body.company main .c-historySec__tbl tr:first-child th,
body.company main .c-historySec__tbl tr:first-child td {
  border-top: 1px solid #C8C9C9;
}
@media (max-width: 767px) {
  body.company main .c-historySec__tbl tr:first-child td {
    border-top: 0;
  }
}
body.company main .c-historySec__tbl tr:last-child th,
body.company main .c-historySec__tbl tr:last-child td {
  border-bottom: 1px solid #C8C9C9;
}
@media (max-width: 767px) {
  body.company main .c-historySec__tbl tr:last-child .br1 {
    border-bottom: 0;
  }
}
@media (max-width: 767px) {
  body.company main .c-historySec__tbl tr:last-child th {
    border-bottom: 1px solid #FFFFFF;
  }
}
body.company main .c-historySec__tbl .red {
  color: #E94235;
}
body.company main .c-aboutSec {
  padding: 120px 0 160px;
}
@media (max-width: 991px) {
  body.company main .c-aboutSec {
    padding: 80px 0 100px;
  }
}
@media (max-width: 767px) {
  body.company main .c-aboutSec {
    padding: 40px 0 60px;
  }
}
body.company main .c-aboutSec h3 {
  margin: 0 0 50px;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "游明朝", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", serif;
  font-size: 36px;
  font-weight: bold;
}
body.company main .c-aboutSec h3 span {
  display: block;
  color: #A8A8A8;
  font-size: 14px;
}
@media (max-width: 767px) {
  body.company main .c-aboutSec h3 {
    margin: 0 0 20px;
    font-size: 22px;
  }
}
body.company main .c-aboutSec__tbl th, body.company main .c-aboutSec__tbl td {
  margin-bottom: 1px;
  padding: 20px;
}
@media (max-width: 767px) {
  body.company main .c-aboutSec__tbl th, body.company main .c-aboutSec__tbl td {
    padding: 10px;
    margin-bottom: 0;
    display: block;
    width: 100%;
  }
}
body.company main .c-aboutSec__tbl th {
  background: #E7E1D3;
  text-align: left;
  vertical-align: top;
}
@media (max-width: 767px) {
  body.company main .c-aboutSec__tbl th {
    margin-bottom: 0;
    vertical-align: inherit;
  }
}
body.company main .c-aboutSec__tbl td {
  background: #FFFFFF;
}
body.company main .c-aboutSec__tbl td span {
  font-weight: bold;
}

body.recruit main .pagecmnTitle {
  background: url(img/recruit/recruit_title_bg.png) no-repeat;
  background-size: cover;
  background-position-y: 50%;
  background-position-x: 50%;
}
body.recruit main .recruitSec {
  padding: 0 0 170px;
}
@media (max-width: 991px) {
  body.recruit main .recruitSec {
    padding: 0 0 80px;
  }
}
@media (max-width: 767px) {
  body.recruit main .recruitSec {
    padding: 0 0 40px;
  }
}
body.recruit main .recruitSec__title {
  position: relative;
  margin: 0;
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  body.recruit main .recruitSec__title {
    min-height: 40vw;
  }
}
body.recruit main .recruitSec__title:before {
  content: "";
  position: absolute;
  padding-top: 30%;
  background: url(img/recruit/title_bg.png) no-repeat;
  background-size: 100%;
  width: 30%;
  height: 0;
  top: 0;
  left: 35%;
  z-index: 0;
}
@media (max-width: 767px) {
  body.recruit main .recruitSec__title:before {
    padding-top: 50%;
    width: 50%;
    left: 25%;
  }
}
body.recruit main .recruitSec__title h3 {
  position: relative;
  z-index: 2;
  margin: 0;
  text-align: center;
  font-size: 30px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "游明朝", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
}
@media (max-width: 767px) {
  body.recruit main .recruitSec__title h3 {
    font-size: 20px;
  }
}
body.recruit main .recruitSec__tbltitle {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: bold;
}
body.recruit main .recruitSec__tbltitle span {
  display: block;
  border-bottom: 1px solid #000000;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  body.recruit main .recruitSec__tbltitle {
    font-size: 18px;
  }
}
body.recruit main .recruitSec__tbl {
  margin-bottom: 70px;
}
body.recruit main .recruitSec__tbl th,
body.recruit main .recruitSec__tbl td {
  padding: 40px 30px;
}
@media (max-width: 767px) {
  body.recruit main .recruitSec__tbl th,
  body.recruit main .recruitSec__tbl td {
    display: block;
    padding: 20px 15px;
    width: 100%;
  }
}
body.recruit main .recruitSec__tbl th {
  border-bottom: 1px solid #000000;
  padding-left: 0;
  text-align: left;
  font-size: 16px;
  width: 30%;
}
@media (max-width: 767px) {
  body.recruit main .recruitSec__tbl th {
    border-bottom: 1px dashed #DBDCDC;
    padding: 20px 15px;
    width: 100%;
  }
}
body.recruit main .recruitSec__tbl td {
  font-size: 14px;
  border-bottom: 1px solid #DBDCDC;
}
@media (max-width: 767px) {
  body.recruit main .recruitSec__tbl td {
    border-bottom: 1px solid #000000;
  }
}
body.recruit main .recruitSec__tbl td p {
  margin-top: 0;
}
body.recruit main .recruitSec__btn {
  margin: 0;
  text-align: center;
}
body.recruit main .recruitSec__btn a,
body.recruit main .recruitSec__btn a:link,
body.recruit main .recruitSec__btn a:visited {
  border: 1px solid #FF8050;
  border-radius: 100vh;
  position: relative;
  display: inline-block;
  padding: 20px 15px;
  margin: 10px 0;
  color: #FFFFFF;
  text-align: center;
  background: #FF8050;
  width: 40%;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 767px) {
  body.recruit main .recruitSec__btn a,
  body.recruit main .recruitSec__btn a:link,
  body.recruit main .recruitSec__btn a:visited {
    padding: 10px 15px;
    width: 100%;
  }
}
body.recruit main .recruitSec__btn a::before,
body.recruit main .recruitSec__btn a:link::before,
body.recruit main .recruitSec__btn a:visited::before {
  position: absolute;
  content: "\f105";
  color: #FFFFFF;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  right: 30px;
  top: 25px;
  line-height: 1;
}
@media (max-width: 767px) {
  body.recruit main .recruitSec__btn a::before,
  body.recruit main .recruitSec__btn a:link::before,
  body.recruit main .recruitSec__btn a:visited::before {
    top: 15px;
  }
}
body.recruit main .recruitSec__btn a:hover,
body.recruit main .recruitSec__btn a:active {
  color: #FF8050;
  background: #FFFFFF;
}
body.recruit main .recruitSec__btn a:hover::before,
body.recruit main .recruitSec__btn a:active::before {
  color: #FF8050;
}

.recruit_youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 60px 0;
}
@media (max-width: 767px) {
  .recruit_youtube {
    width: calc(100% - 30px);
    margin: 30px auto;
  }
}
.recruit_youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

body.privacy main .privacySec {
  padding: 40px 0 60px;
}
@media (max-width: 767px) {
  body.privacy main .privacySec {
    padding: 20px 0 30px;
  }
}

body.archive main .pagecmnTitle {
  background: url(img/news/news_title_bg.png) no-repeat;
  background-size: cover;
  background-position-y: 50%;
  background-position-x: 50%;
}
body.archive main .i-archiveSec {
  padding: 60px 0 100px;
}
@media (max-width: 991px) {
  body.archive main .i-archiveSec {
    padding: 40px 0 80px;
  }
}
@media (max-width: 767px) {
  body.archive main .i-archiveSec {
    padding: 20px 0 40px;
  }
}
body.archive main .i-archiveSec__article {
  border-bottom: dashed 1px #dfdcd4;
  margin: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  body.archive main .i-archiveSec__article {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
body.archive main .i-archiveSec__article:first-child {
  padding-top: 0;
}
body.archive main .i-archiveSec__article:nth-last-child(2) {
  border-bottom: none;
}
body.archive main .i-archiveSec__article-img {
  position: relative;
}
body.archive main .i-archiveSec__article-cat {
  border-bottom-right-radius: 15px;
  padding: 3px 15px;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  color: #ffffff;
  background: #000000;
  font-size: 12px;
}
body.archive main .i-archiveSec__article-date {
  margin: 0 0 10px;
  color: #777777;
  font-size: 14px;
}
@media (max-width: 767px) {
  body.archive main .i-archiveSec__article-date {
    margin: 15px 0 10px;
  }
}
body.archive main .i-archiveSec__article-title {
  margin: 0 0 15px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  body.archive main .i-archiveSec__article-title {
    margin: 0 0 10px;
  }
}
body.archive main .i-archiveSec__article-txt {
  margin: 0 0 15px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  body.archive main .i-archiveSec__article-txt {
    margin: 0 0 10px;
  }
}
body.archive main .i-archiveSec__article-btn {
  margin: 0;
  text-align: right;
  z-index: 2;
}
body.archive main .i-archiveSec__article-btn a,
body.archive main .i-archiveSec__article-btn a:link,
body.archive main .i-archiveSec__article-btn a:visited {
  border-radius: 6px;
  position: relative;
  display: inline-block;
  padding: 10px 15px;
  color: #000000;
  text-align: center;
  background: #FFFFFF;
  width: 35%;
  font-size: 13px;
  font-weight: bold;
}
@media (max-width: 767px) {
  body.archive main .i-archiveSec__article-btn a,
  body.archive main .i-archiveSec__article-btn a:link,
  body.archive main .i-archiveSec__article-btn a:visited {
    width: 50%;
  }
}
body.archive main .i-archiveSec__article-btn a::before,
body.archive main .i-archiveSec__article-btn a:link::before,
body.archive main .i-archiveSec__article-btn a:visited::before {
  position: absolute;
  content: "\f105";
  color: #000000;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  right: 15px;
  top: 15px;
  line-height: 1;
}
body.archive main .i-archiveSec__article-btn a::after,
body.archive main .i-archiveSec__article-btn a:link::after,
body.archive main .i-archiveSec__article-btn a:visited::after {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  z-index: -1;
}
body.archive main .i-archiveSec__article-btn a:hover,
body.archive main .i-archiveSec__article-btn a:active {
  color: #FFFFFF;
  background: #000000;
}
body.archive main .i-archiveSec__article-btn a:hover::before,
body.archive main .i-archiveSec__article-btn a:active::before {
  color: #FFFFFF;
}
body.archive main .i-archiveSec #pagenavi {
  margin-top: 100px !important;
}
@media (max-width: 767px) {
  body.archive main .i-archiveSec #pagenavi {
    margin: 40px 0 80px !important;
  }
}
body.archive main .i-archiveSec__side {
  padding-left: 50px;
}
@media (max-width: 767px) {
  body.archive main .i-archiveSec__side {
    padding-left: 15px;
  }
}
body.archive main .i-archiveSec__side h3 {
  border-radius: 100vh;
  padding: 10px 15px;
  margin: 0 0 15px;
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  background: #000000;
}
body.archive main .i-archiveSec__side section {
  border-radius: 10px;
  padding: 20px 15px;
  margin: 0 0 50px;
  background: #FFFFFF;
}
body.archive main .i-archiveSec__side .widget_categories {
  margin: 0 0 50px;
}
body.archive main .i-archiveSec__side .widget_categories ul {
  padding: 10px 0 0;
  margin: 0;
}
body.archive main .i-archiveSec__side .widget_categories ul li {
  margin: 0 0 10px;
  list-style-type: none;
}
body.archive main .i-archiveSec__side .popular-posts {
  margin: 0 0 50px;
}
body.archive main .i-archiveSec__side .popular-posts .wpp-date {
  margin: 0;
  font-size: 12px;
  color: #9D9C99;
}
body.archive main .i-archiveSec__side .popular-posts #wpp-date {
  margin: 0;
  font-size: 12px;
  color: #9D9C99;
}
body.archive main .i-archiveSec__side .popular-posts .wpp-cards {
  margin-bottom: 0 !important;
}
body.archive main .i-archiveSec__side .widget_search label {
  display: none;
}
body.archive main .i-archiveSec__side .widget_search #form2 {
  position: relative;
}
body.archive main .i-archiveSec__side .widget_search #form2 #sbox2 {
  border: 1px solid #DBDCDC;
  border-radius: 0;
  padding: 0 50px 0 10px;
  height: 50px;
  outline: 0;
  width: 100%;
  background: #FFFFFF;
}
body.archive main .i-archiveSec__side .widget_search #form2 #sbtn2 {
  border: none;
  position: absolute;
  right: 15px; /*アイコン左右の位置調整*/
  top: 0;
  color: #666;
  background: none;
  height: 50px;
  font-size: 16px; /*アイコンサイズ*/
}
body.archive main .i-archiveSec__side .widget_search #form2 #sbtn2 i.fas {
  font-weight: 200;
}
body.archive main .i-archiveSec__side .widget_search #form2 #sbtn5:hover {
  color: #7fbfff;
}
body.archive main .i-archiveSec__side .widget_tag_cloud .tagcloud a {
  display: inline-block;
  padding: 8px 8px;
  font-size: 14px !important;
  font-weight: bold;
  line-height: 1em;
  white-space: nowrap;
}
body.archive main .i-archiveSec__side .widget_tag_cloud .tagcloud a:before {
  content: "#";
  padding-right: 4px;
}
body.archive main #pagenavi {
  margin: 20px 0 50px;
}
@media (max-width: 767px) {
  body.archive main #pagenavi {
    margin: 20px 0;
  }
}
body.archive main #pagenavi .wp-pagenavi .pages {
  display: none;
}
body.archive main #pagenavi .wp-pagenavi span.extend {
  border: 0;
  padding: 0;
}
body.archive main #pagenavi .wp-pagenavi a,
body.archive main #pagenavi .wp-pagenavi a:link,
body.archive main #pagenavi .wp-pagenavi a:visited {
  border: 1px solid #604F0A;
  border-radius: 5px;
  padding: 10px 15px;
  margin: 5px 5px;
  display: inline-block;
  line-height: 1;
  color: #604F0A;
  font-weight: bold;
}
@media (max-width: 767px) {
  body.archive main #pagenavi .wp-pagenavi a,
  body.archive main #pagenavi .wp-pagenavi a:link,
  body.archive main #pagenavi .wp-pagenavi a:visited {
    padding: 7px 10px;
    font-size: 12px;
  }
}
body.archive main #pagenavi .wp-pagenavi a:hover,
body.archive main #pagenavi .wp-pagenavi span.current {
  border: 1px solid #604F0A;
  border-radius: 5px;
  padding: 10px 15px;
  margin: 0 5px;
  display: inline-block;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  font-weight: bold;
  background: #604F0A;
}

body.archive main #shopTitle {
  background: url(img/shop/shop_title_bg.png) no-repeat;
  background-size: cover;
  background-position-y: 50%;
  background-position-x: 50%;
}
body.archive main .shoplistSec {
  padding: 10px 0 100px;
}
@media (max-width: 991px) {
  body.archive main .shoplistSec {
    padding: 10px 0 80px;
  }
}
@media (max-width: 767px) {
  body.archive main .shoplistSec {
    padding: 10px 0 40px;
  }
}
body.archive main .shoplistSec__article {
  margin: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  body.archive main .shoplistSec__article {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
body.archive main .shoplistSec__article h3 {
  margin: 0 0 50px;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "游明朝", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", serif;
  font-size: 36px;
  font-weight: bold;
}
@media (max-width: 767px) {
  body.archive main .shoplistSec__article h3 {
    margin: 0 0 20px;
    font-size: 22px;
  }
}
body.archive main .shoplistSec__left-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
body.archive main .shoplistSec__left-sns span {
  width: 35px;
  margin: 20px 15px 0 0;
}
body.archive main .shoplistSec__right-tbl {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
@media (max-width: 767px) {
  body.archive main .shoplistSec__right-tbl {
    margin-top: 40px;
  }
}
body.archive main .shoplistSec__right-tbl th,
body.archive main .shoplistSec__right-tbl td {
  padding: 20px;
  border-bottom: 1px solid #DBDCDC;
}
@media (max-width: 767px) {
  body.archive main .shoplistSec__right-tbl th,
  body.archive main .shoplistSec__right-tbl td {
    padding: 15px;
    display: block;
    width: 100%;
  }
}
body.archive main .shoplistSec__right-tbl th {
  width: 18%;
  padding-left: 0;
  vertical-align: top;
  text-align: left;
  font-weight: bold;
}
@media (max-width: 767px) {
  body.archive main .shoplistSec__right-tbl th {
    border-bottom: 0;
    padding-left: 15px;
    padding-bottom: 0;
    width: 100%;
  }
}
body.archive main .shoplistSec__right-tbl td {
  font-size: 14px;
}
body.archive main .shoplistSec__right-tbl tr:last-child th,
body.archive main .shoplistSec__right-tbl tr:last-child td {
  border: 0;
}
body.archive main .shoplistSec__right-tbl tr:first-child th,
body.archive main .shoplistSec__right-tbl tr:first-child td {
  padding-top: 0;
}
body.archive main .shoplistSec__right-btn {
  margin: 0;
  text-align: right;
  z-index: 2;
}
body.archive main .shoplistSec__right-btn a,
body.archive main .shoplistSec__right-btn a:link,
body.archive main .shoplistSec__right-btn a:visited {
  border: 1px solid #4267B1;
  border-radius: 100vh;
  position: relative;
  display: inline-block;
  padding: 10px 15px;
  margin: 10px 0;
  color: #FFFFFF;
  text-align: center;
  background: #4267B1;
  width: 65%;
  font-size: 14px;
  font-weight: bold;
}
@media (max-width: 767px) {
  body.archive main .shoplistSec__right-btn a,
  body.archive main .shoplistSec__right-btn a:link,
  body.archive main .shoplistSec__right-btn a:visited {
    width: 100%;
  }
}
body.archive main .shoplistSec__right-btn a::before,
body.archive main .shoplistSec__right-btn a:link::before,
body.archive main .shoplistSec__right-btn a:visited::before {
  position: absolute;
  content: "\f3c5";
  color: #FFFFFF;
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  left: 15px;
  top: 15px;
  line-height: 1;
}
body.archive main .shoplistSec__right-btn a:hover,
body.archive main .shoplistSec__right-btn a:active {
  border: 1px solid #4267B1;
  color: #4267B1;
  background: #FFFFFF;
}
body.archive main .shoplistSec__right-btn a:hover::before,
body.archive main .shoplistSec__right-btn a:active::before {
  color: #4267B1;
}
body.archive main #pagenavi {
  margin-top: 100px !important;
  margin: 20px 0 50px;
}
@media (max-width: 767px) {
  body.archive main #pagenavi {
    margin: 40px 0 80px !important;
  }
}
body.archive main #pagenavi .wp-pagenavi .pages {
  display: none;
}
body.archive main #pagenavi .wp-pagenavi span.extend {
  border: 0;
  padding: 0;
}
body.archive main #pagenavi .wp-pagenavi a,
body.archive main #pagenavi .wp-pagenavi a:link,
body.archive main #pagenavi .wp-pagenavi a:visited {
  border: 1px solid #604F0A;
  border-radius: 5px;
  padding: 10px 15px;
  margin: 5px 5px;
  display: inline-block;
  line-height: 1;
  color: #604F0A;
  font-weight: bold;
}
@media (max-width: 767px) {
  body.archive main #pagenavi .wp-pagenavi a,
  body.archive main #pagenavi .wp-pagenavi a:link,
  body.archive main #pagenavi .wp-pagenavi a:visited {
    padding: 7px 10px;
    font-size: 12px;
  }
}
body.archive main #pagenavi .wp-pagenavi a:hover,
body.archive main #pagenavi .wp-pagenavi span.current {
  border: 1px solid #604F0A;
  border-radius: 5px;
  padding: 10px 15px;
  margin: 0 5px;
  display: inline-block;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  font-weight: bold;
  background: #604F0A;
}

body.archive main #menuTitle {
  background: url(img/menu/menu_title_bg.png) no-repeat;
  background-size: cover;
  background-position-y: 50%;
  background-position-x: 50%;
}
body.archive main .menulistSec {
  padding: 70px 0 60px;
}
@media (max-width: 991px) {
  body.archive main .menulistSec {
    padding: 50px 0 40px;
  }
}
@media (max-width: 767px) {
  body.archive main .menulistSec {
    padding: 30px 0 20px;
  }
}
body.archive main .menulistSec .container {
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  body.archive main .menulistSec .container {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  body.archive main .menulistSec .container {
    margin-bottom: 20px;
  }
}
body.archive main .menulistSec__head {
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  body.archive main .menulistSec__head {
    margin: 0 0 30px;
  }
}
body.archive main .menulistSec__head figure {
  padding-left: 0;
  padding-right: 0;
}
body.archive main .menulistSec__head figure img {
  vertical-align: middle;
}
body.archive main .menulistSec__head h3 {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "游明朝", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", serif;
}
@media (max-width: 767px) {
  body.archive main .menulistSec__head h3 {
    font-size: 18px;
  }
}
body.archive main .menulistSec__head h3 span {
  display: inline-block;
  border-radius: 6px;
  padding: 10px;
  margin-left: 20px;
  color: #ffffff;
  line-height: 1.4;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic  ProN", "メイリオ", "Meiryo,ＭＳ Ｐゴシック", "MS Pgothic", "Osaka", sans-serif, Helvetica, Helvetica Neue, Arial;
  font-size: 14px;
  background: #FE3C32;
}
@media (max-width: 767px) {
  body.archive main .menulistSec__head h3 span {
    padding: 7px;
    font-size: 13px;
  }
}
body.archive main .menulistSec__head-shop {
  padding: 0;
  margin: 0;
}
body.archive main .menulistSec__head-shop li {
  font-size: 15px;
  padding-left: 0;
  margin-right: 50px;
  list-style-type: none;
}
@media (max-width: 767px) {
  body.archive main .menulistSec__head-shop li {
    margin-right: 20px;
  }
}
body.archive main .menulistSec__col p {
  font-weight: bold;
  margin: 10px 0 25px;
}

body.single main .pagecmnTitle {
  background: url(img/news/news_title_bg.png) no-repeat;
  background-size: cover;
  background-position-y: 50%;
  background-position-x: 50%;
}
body.single main .i-singleSec {
  padding: 60px 0 100px;
}
@media (max-width: 991px) {
  body.single main .i-singleSec {
    padding: 40px 0 80px;
  }
}
@media (max-width: 767px) {
  body.single main .i-singleSec {
    padding: 20px 0 40px;
  }
}
body.single main .i-singleSec .fa-hatena:before {
  content: "B!";
  font-family: Verdana;
  font-weight: bold;
}
body.single main .i-singleSec__title h1 {
  font-weight: bold;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  body.single main .i-singleSec__title h1 {
    margin: 0 0 15px;
  }
}
body.single main .i-singleSec__title .time {
  font-size: 14px;
  color: #9D9C99;
  margin: 0 0 20px;
}
body.single main .i-singleSec__title-shop:last-child {
  margin-right: 15px;
}
body.single main .i-singleSec__title-cat {
  margin-left: 15px;
}
body.single main .i-singleSec__title-cat a,
body.single main .i-singleSec__title-cat a:link,
body.single main .i-singleSec__title-cat a:visited {
  border-radius: 20px;
  padding: 2px 15px;
  margin: 0 10px 10px 0;
  display: inline-block;
  color: #FFFFFF;
  background: #000000;
  font-weight: bold;
  font-size: 12px;
}
@media (max-width: 767px) {
  body.single main .i-singleSec__title-cat a,
  body.single main .i-singleSec__title-cat a:link,
  body.single main .i-singleSec__title-cat a:visited {
    margin: 0 10px 10px 0;
  }
}
body.single main .i-singleSec__title-cat a:hover,
body.single main .i-singleSec__title-cat a:active {
  color: #000000;
  background: #FFFFFF;
}
body.single main .i-singleSec__title-tag a,
body.single main .i-singleSec__title-tag a:link,
body.single main .i-singleSec__title-tag a:visited {
  border-radius: 20px;
  padding: 2px 15px;
  margin: 0 10px 10px 0;
  display: inline-block;
  color: #000000;
  background: #FFFFFF;
  font-weight: bold;
  font-size: 12px;
}
@media (max-width: 767px) {
  body.single main .i-singleSec__title-tag a,
  body.single main .i-singleSec__title-tag a:link,
  body.single main .i-singleSec__title-tag a:visited {
    margin: 0 10px 10px 0;
  }
}
body.single main .i-singleSec__title-tag a:hover,
body.single main .i-singleSec__title-tag a:active {
  color: #FFFFFF;
  background: #000000;
}
body.single main .i-singleSec__cat {
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  body.single main .i-singleSec__cat {
    margin: 0 0 15px;
  }
}
body.single main .i-singleSec__cat .sns a,
body.single main .i-singleSec__cat .sns a:link,
body.single main .i-singleSec__cat .sns a:visited {
  display: inline-block;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
}
body.single main .i-singleSec__thumbnail {
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  body.single main .i-singleSec__thumbnail {
    margin: 0 0 15px;
  }
}
body.single main .i-singleSec__content {
  padding: 10px 0 40px;
  word-wrap: break-word;
}
body.single main .i-singleSec__content img {
  width: auto;
  max-width: 100%;
}
body.single main .i-singleSec__btn {
  padding: 30px;
  background: #F8F7F1;
}
@media (max-width: 767px) {
  body.single main .i-singleSec__btn {
    padding: 15px;
  }
}
body.single main .i-singleSec__btn p {
  margin: 0 auto;
  width: 45%;
}
@media (max-width: 991px) {
  body.single main .i-singleSec__btn p {
    width: 100%;
  }
}
body.single main .i-singleSec__btn p a.morebtn,
body.single main .i-singleSec__btn p a.morebtn:link,
body.single main .i-singleSec__btn p a.morebtn:visited {
  padding: 20px 25px;
}
@media (max-width: 767px) {
  body.single main .i-singleSec__btn p a.morebtn,
  body.single main .i-singleSec__btn p a.morebtn:link,
  body.single main .i-singleSec__btn p a.morebtn:visited {
    padding: 20px 15px;
  }
}
body.single main .i-singleSec__pager {
  border-bottom: 1px solid #F5F4F2;
  padding: 0 0 40px;
  margin: 40px 0;
  font-size: 12px;
}
body.single main .i-singleSec__pager .text-center {
  list-style-type: none;
}
body.single main .i-singleSec__pager .text-center a,
body.single main .i-singleSec__pager .text-center a:link,
body.single main .i-singleSec__pager .text-center a:visited {
  border-radius: 100vh;
  padding: 15px 20px;
  margin: 0;
  display: inline-block;
  color: #000000;
  background: #FFFFFF;
  font-weight: bold;
  font-size: 16px;
}
@media (max-width: 767px) {
  body.single main .i-singleSec__pager .text-center a,
  body.single main .i-singleSec__pager .text-center a:link,
  body.single main .i-singleSec__pager .text-center a:visited {
    padding: 15px;
    font-size: 15px;
  }
}
body.single main .i-singleSec__pager .text-center a:hover,
body.single main .i-singleSec__pager .text-center a:active {
  color: #FFFFFF;
  background: #CE2152;
}
body.single main .i-singleSec__pager .text-left,
body.single main .i-singleSec__pager .text-right {
  list-style-type: none;
}
body.single main .i-singleSec__pager .text-left a,
body.single main .i-singleSec__pager .text-left a:link,
body.single main .i-singleSec__pager .text-left a:visited,
body.single main .i-singleSec__pager .text-right a,
body.single main .i-singleSec__pager .text-right a:link,
body.single main .i-singleSec__pager .text-right a:visited {
  border-radius: 100vh;
  padding: 15px 20px;
  margin: 0;
  display: inline-block;
  color: #FFFFFF;
  background: #000000;
  font-weight: bold;
  font-size: 16px;
}
@media (max-width: 767px) {
  body.single main .i-singleSec__pager .text-left a,
  body.single main .i-singleSec__pager .text-left a:link,
  body.single main .i-singleSec__pager .text-left a:visited,
  body.single main .i-singleSec__pager .text-right a,
  body.single main .i-singleSec__pager .text-right a:link,
  body.single main .i-singleSec__pager .text-right a:visited {
    font-size: 15px;
  }
}
body.single main .i-singleSec__pager .text-left a:hover,
body.single main .i-singleSec__pager .text-left a:active,
body.single main .i-singleSec__pager .text-right a:hover,
body.single main .i-singleSec__pager .text-right a:active {
  color: #000000;
  background: #FFFFFF;
}
body.single main .i-singleSec__link {
  margin: 0 0 30px;
}
body.single main .i-singleSec__link-h3 {
  padding: 0 65px 0 0;
  margin: 0 0 25px;
  font-weight: bold;
  font-size: 18px;
  position: relative;
}
body.single main .i-singleSec__link-h3:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #000;
}
body.single main .i-singleSec__link-h3 span {
  position: relative;
  padding: 0 1em;
  background: #F8F7ED;
}
@media (max-width: 767px) {
  body.single main .i-singleSec__link-h3 {
    font-size: 16px;
  }
}
body.single main .i-singleSec__link article {
  margin: 0 0 25px;
}
body.single main .i-singleSec__link article a figure {
  margin: 0 0 10px;
}
body.single main .i-singleSec__link-title {
  margin: 0 0 5px;
  font-weight: bold;
}
body.single main .i-singleSec__link-date {
  margin: 0 0 5px;
  color: #9D9C99;
  font-size: 12px;
}
body.single main .i-singleSec__link-txt {
  margin: 0 0 5px;
}
body.single main .i-singleSec__side {
  padding-left: 50px;
}
@media (max-width: 767px) {
  body.single main .i-singleSec__side {
    padding-left: 15px;
  }
}
body.single main .i-singleSec__side h3 {
  border-radius: 100vh;
  padding: 10px 15px;
  margin: 0 0 15px;
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  background: #000000;
}
body.single main .i-singleSec__side section {
  border-radius: 10px;
  padding: 20px 15px;
  margin: 0 0 50px;
  background: #FFFFFF;
}
body.single main .i-singleSec__side .widget_categories {
  margin: 0 0 50px;
}
body.single main .i-singleSec__side .widget_categories ul {
  padding: 10px 0 0;
  margin: 0;
}
body.single main .i-singleSec__side .widget_categories ul li {
  margin: 0 0 10px;
  list-style-type: none;
}
body.single main .i-singleSec__side .popular-posts {
  margin: 0 0 50px;
}
body.single main .i-singleSec__side .popular-posts ul {
  padding: 0;
  margin: 0;
}
body.single main .i-singleSec__side .popular-posts ul li {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.single main .i-singleSec__side .popular-posts ul li .wpp-item-data {
  width: 60%;
}
body.single main .i-singleSec__side .popular-posts ul li .wpp-item-data .wpp-title {
  margin: 0 0 5px;
  font-weight: bold;
}
body.single main .i-singleSec__side .popular-posts ul li .wpp-item-data .wpp-date {
  margin: 0;
  font-size: 12px;
  color: #9D9C99;
}
body.single main .i-singleSec__side .popular-posts ul li .wpp-thumbnail-container {
  width: 35%;
}
body.single main .i-singleSec__side .popular-posts .wpp-cards {
  margin-bottom: 0 !important;
}
body.single main .i-singleSec__side .widget_search label {
  display: none;
}
body.single main .i-singleSec__side .widget_search #form2 {
  position: relative;
}
body.single main .i-singleSec__side .widget_search #form2 #sbox2 {
  border: 1px solid #DBDCDC;
  border-radius: 0;
  padding: 0 50px 0 10px;
  height: 50px;
  outline: 0;
  width: 100%;
  background: #FFFFFF;
}
body.single main .i-singleSec__side .widget_search #form2 #sbtn2 {
  border: none;
  position: absolute;
  right: 15px; /*アイコン左右の位置調整*/
  top: 0;
  color: #666;
  background: none;
  height: 50px;
  font-size: 16px; /*アイコンサイズ*/
}
body.single main .i-singleSec__side .widget_search #form2 #sbtn2 i.fas {
  font-weight: 200;
}
body.single main .i-singleSec__side .widget_search #form2 #sbtn5:hover {
  color: #7fbfff;
}
body.single main .i-singleSec__side .widget_tag_cloud .tagcloud a {
  display: inline-block;
  padding: 8px 8px;
  font-size: 14px !important;
  font-weight: bold;
  line-height: 1em;
  white-space: nowrap;
}
body.single main .i-singleSec__side .widget_tag_cloud .tagcloud a:before {
  content: "#";
  padding-right: 4px;
}
body.single main .contactSec {
  border-top: 1px solid #CCCCCC;
}

body.single main .topic-path {
  padding: 15px 30px;
  margin-top: 85px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  body.single main .topic-path {
    padding: 10px 15px;
    margin-bottom: 20px;
  }
}
body.single main .shopSec {
  padding: 10px 0 120px;
}
@media (max-width: 991px) {
  body.single main .shopSec {
    padding: 10px 0 80px;
  }
}
@media (max-width: 767px) {
  body.single main .shopSec {
    padding: 10px 0 50px;
  }
}
body.single main .shopSec h2,
body.single main .shopSec h3 {
  margin: 0 0 50px;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "游明朝", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", serif;
  font-size: 36px;
  font-weight: bold;
}
body.single main .shopSec h2 span,
body.single main .shopSec h3 span {
  display: block;
  color: #A8A8A8;
  font-size: 14px;
}
@media (max-width: 767px) {
  body.single main .shopSec h2,
  body.single main .shopSec h3 {
    margin: 0 0 20px;
    font-size: 22px;
  }
}
body.single main .shopSec__btn {
  margin: 0;
  z-index: 2;
}
body.single main .shopSec__btn a,
body.single main .shopSec__btn a:link,
body.single main .shopSec__btn a:visited {
  border: 1px solid #4267B1;
  border-radius: 100vh;
  position: relative;
  display: inline-block;
  padding: 10px 15px;
  margin: 10px 0;
  color: #FFFFFF;
  text-align: center;
  background: #4267B1;
  width: 65%;
  font-size: 14px;
  font-weight: bold;
}
@media (max-width: 767px) {
  body.single main .shopSec__btn a,
  body.single main .shopSec__btn a:link,
  body.single main .shopSec__btn a:visited {
    width: 100%;
  }
}
body.single main .shopSec__btn a::before,
body.single main .shopSec__btn a:link::before,
body.single main .shopSec__btn a:visited::before {
  position: absolute;
  content: "\f3c5";
  color: #FFFFFF;
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  left: 15px;
  top: 15px;
  line-height: 1;
}
body.single main .shopSec__btn a:hover,
body.single main .shopSec__btn a:active {
  border: 1px solid #4267B1;
  color: #4267B1;
  background: #FFFFFF;
}
body.single main .shopSec__btn a:hover::before,
body.single main .shopSec__btn a:active::before {
  color: #4267B1;
}
body.single main .shopSec__article {
  margin: 0;
  padding-top: 60px;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  body.single main .shopSec__article {
    padding-top: 30px;
  }
}
body.single main .shopSec__left figure {
  border: 4px solid #000000;
}
body.single main .shopSec__left-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
body.single main .shopSec__left-sns span {
  width: 35px;
  margin: 20px 15px 0 0;
}
body.single main .shopSec__right-tbl {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
@media (max-width: 767px) {
  body.single main .shopSec__right-tbl {
    margin-top: 40px;
  }
}
body.single main .shopSec__right-tbl th,
body.single main .shopSec__right-tbl td {
  padding: 20px;
  border-bottom: 1px solid #DBDCDC;
}
@media (max-width: 767px) {
  body.single main .shopSec__right-tbl th,
  body.single main .shopSec__right-tbl td {
    padding: 15px;
    display: block;
    width: 100%;
  }
}
body.single main .shopSec__right-tbl th {
  width: 18%;
  padding-left: 0;
  vertical-align: top;
  text-align: left;
  font-weight: bold;
}
@media (max-width: 767px) {
  body.single main .shopSec__right-tbl th {
    border-bottom: 0;
    padding-left: 15px;
    padding-bottom: 0;
    width: 100%;
  }
}
body.single main .shopSec__right-tbl td {
  font-size: 14px;
}
body.single main .shopSec__right-tbl tr:last-child th,
body.single main .shopSec__right-tbl tr:last-child td {
  border: 0;
}
body.single main .shopSec__right-tbl tr:first-child th,
body.single main .shopSec__right-tbl tr:first-child td {
  padding-top: 0;
}
body.single main .shopSec__imgBox {
  margin: 70px -15px 100px;
}
@media (max-width: 767px) {
  body.single main .shopSec__imgBox {
    margin: 30px -15px 40px;
  }
}
body.single main .shopSec__imgBox figure {
  margin-bottom: 30px;
}
body.single main .shopSec__iframe iframe {
  width: 100% !important;
  height: 470px;
}
body.single main .shopSec__btnBox .shopSec__btn a,
body.single main .shopSec__btnBox .shopSec__btn a:link,
body.single main .shopSec__btnBox .shopSec__btn a:visited {
  width: 25%;
}
@media (max-width: 767px) {
  body.single main .shopSec__btnBox .shopSec__btn a,
  body.single main .shopSec__btnBox .shopSec__btn a:link,
  body.single main .shopSec__btnBox .shopSec__btn a:visited {
    width: 100%;
  }
}
body.single main .shopSec__btnBox-postbtn {
  margin: 0;
  z-index: 2;
}
body.single main .shopSec__btnBox-postbtn a,
body.single main .shopSec__btnBox-postbtn a:link,
body.single main .shopSec__btnBox-postbtn a:visited {
  border-radius: 100vh;
  position: relative;
  display: inline-block;
  padding: 20px 15px;
  margin: 10px 0;
  color: #000000;
  text-align: center;
  background: #FFFFFF;
  width: 40%;
  font-size: 16px;
  font-weight: bold;
  -webkit-box-shadow: 0 0 4px rgba(63, 32, 1, 0.1);
          box-shadow: 0 0 4px rgba(63, 32, 1, 0.1);
}
@media (max-width: 767px) {
  body.single main .shopSec__btnBox-postbtn a,
  body.single main .shopSec__btnBox-postbtn a:link,
  body.single main .shopSec__btnBox-postbtn a:visited {
    padding: 10px 15px;
    width: 100%;
  }
}
body.single main .shopSec__btnBox-postbtn a::before,
body.single main .shopSec__btnBox-postbtn a:link::before,
body.single main .shopSec__btnBox-postbtn a:visited::before {
  position: absolute;
  content: "\f105";
  color: #000000;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  right: 30px;
  top: 25px;
  line-height: 1;
}
@media (max-width: 767px) {
  body.single main .shopSec__btnBox-postbtn a::before,
  body.single main .shopSec__btnBox-postbtn a:link::before,
  body.single main .shopSec__btnBox-postbtn a:visited::before {
    top: 15px;
  }
}
body.single main .shopSec__btnBox-postbtn a:hover,
body.single main .shopSec__btnBox-postbtn a:active {
  color: #444444;
}
body.single main .shopSec__btnBox-postbtn a:hover::before,
body.single main .shopSec__btnBox-postbtn a:active::before {
  color: #444444;
}
body.single main .instagramSec {
  padding: 40px 0;
}
body.single main .instagramSec__title {
  font-size: 18px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "游明朝", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", serif;
}
body.single main .instagramSec__btn a,
body.single main .instagramSec__btn a:link,
body.single main .instagramSec__btn a:visited {
  border-radius: 100vh;
  position: relative;
  display: inline-block;
  padding: 20px 15px;
  margin: 10px 0;
  color: #000000;
  text-align: center;
  background: #FFFFFF;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  -webkit-box-shadow: 0 0 4px rgba(63, 32, 1, 0.1);
          box-shadow: 0 0 4px rgba(63, 32, 1, 0.1);
}
@media (max-width: 767px) {
  body.single main .instagramSec__btn a,
  body.single main .instagramSec__btn a:link,
  body.single main .instagramSec__btn a:visited {
    padding: 10px 15px;
    width: 100%;
  }
}
body.single main .instagramSec__btn a::before,
body.single main .instagramSec__btn a:link::before,
body.single main .instagramSec__btn a:visited::before {
  position: absolute;
  content: "\f105";
  color: #000000;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  right: 30px;
  top: 25px;
  line-height: 1;
}
@media (max-width: 767px) {
  body.single main .instagramSec__btn a::before,
  body.single main .instagramSec__btn a:link::before,
  body.single main .instagramSec__btn a:visited::before {
    top: 15px;
  }
}
body.single main .instagramSec__btn a:hover,
body.single main .instagramSec__btn a:active {
  color: #444444;
}
body.single main .instagramSec__btn a:hover::before,
body.single main .instagramSec__btn a:active::before {
  color: #444444;
}
body.single main .instagramSec__btn img {
  width: 30px;
  height: 30px;
  vertical-align: bottom;
}
body.single main .staffSec {
  padding: 80px 0;
}
@media (max-width: 767px) {
  body.single main .staffSec {
    padding: 40px 0;
  }
}
body.single main .staffSec h3 {
  margin: 0 0 50px;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "游明朝", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", serif;
  font-size: 36px;
  font-weight: bold;
}
body.single main .staffSec h3 span {
  display: block;
  color: #A8A8A8;
  font-size: 14px;
}
@media (max-width: 767px) {
  body.single main .staffSec h3 {
    margin: 0 0 20px;
    font-size: 22px;
  }
}
body.single main .staffSec__col-tbl {
  margin-bottom: 30px;
}
body.single main .staffSec__col-tbl th,
body.single main .staffSec__col-tbl td {
  display: block;
  width: 100%;
  font-size: 14px;
}
body.single main .staffSec__col-tbl th {
  padding-top: 10px;
  font-weight: bold;
  text-align: left;
}
body.single main .shoplinkSec {
  padding: 100px 0 70px;
  background: url(img/shop/shop_bg.png) repeat;
}
@media (max-width: 767px) {
  body.single main .shoplinkSec {
    padding: 40px 0 10px;
  }
}
body.single main .shoplinkSec__col figure {
  border: 3px solid #000000;
}
body.single main .shoplinkSec__col-title {
  position: relative;
  padding-left: 45px;
  margin: 10px 0 30px;
  font-weight: bold;
  line-height: 1.4;
}
body.single main .shoplinkSec__col-title span {
  display: block;
  font-weight: bold;
  font-size: 11px;
}
body.single main .shoplinkSec__col-title::before {
  position: absolute;
  content: "";
  background: url(img/shop/icon_logo.png) no-repeat;
  background-size: contain;
  width: 35px;
  height: 32px;
  left: 0;
  top: 14%;
}
body.single main .shop__btnSec {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 21px;
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.6;
  margin-top: 70px;
  text-align: center;
}
@media (max-width: 767px) {
  body.single main .shop__btnSec {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 18px;
    margin-top: 40px;
  }
}
body.single main .shop__btnSec-app, body.single main .shop__btnSec-phone {
  padding: 0 10px;
  width: 370px;
}
@media (max-width: 767px) {
  body.single main .shop__btnSec-app, body.single main .shop__btnSec-phone {
    padding: 5px 0;
    width: 100%;
  }
}
body.single main .shop__btnSec-app a {
  background: #000;
  border: 1px solid #000;
}
body.single main .shop__btnSec-app a:hover {
  background: #fff;
  color: #000;
}
body.single main .shop__btnSec-phone {
  font-size: 25px;
}
@media (max-width: 767px) {
  body.single main .shop__btnSec-phone {
    font-size: 20px;
  }
}
body.single main .shop__btnSec-phone i {
  font-size: 20px;
  margin: 8px 5px 0 0;
  vertical-align: top;
}
@media (max-width: 767px) {
  body.single main .shop__btnSec-phone i {
    font-size: 17px;
  }
}
body.single main .shop__btnSec-phone a {
  background: #B4292C;
  border: 1px solid #B4292C;
}
body.single main .shop__btnSec-phone a:hover {
  background: #fff;
  color: #B4292C;
}
body.single main .shop__btnSec a {
  border-radius: 45px;
  color: #fff;
  display: block;
  padding: 13px 10px 10px;
}
body.single main .shop__btnSec span {
  display: block;
  font-size: 13px;
  position: relative;
}
body.single main .shop__btnSec span:before, body.single main .shop__btnSec span:after {
  background: #fff;
  content: "";
  display: inline-block;
  height: 10px;
  width: 2px;
}
body.single main .shop__btnSec span:before {
  margin: 2px 10px 0 0;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
body.single main .shop__btnSec span:after {
  margin: 2px 0 0 10px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}

body.error404 main .contactSec {
  border-top: 1px solid #CCCCCC;
}
body.error404 main .error404Sec {
  padding: 40px 0 60px;
}
@media (max-width: 767px) {
  body.error404 main .error404Sec {
    padding: 20px 0 30px;
  }
}
body.error404 main .error404Sec__title {
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "游明朝", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", serif;
}
body.error404 main .error404Sec__title-sub {
  margin: 0 0 5px;
  color: #604F0A;
  font-size: 20px;
}
@media (max-width: 767px) {
  body.error404 main .error404Sec__title-sub {
    font-size: 16px;
  }
}
body.error404 main .error404Sec__title-main {
  margin: 0 0 25px;
  font-size: 34px;
}
@media (max-width: 767px) {
  body.error404 main .error404Sec__title-main {
    font-size: 20px;
  }
}
body.error404 main .error404Sec__col-list a,
body.error404 main .error404Sec__col-list a:link,
body.error404 main .error404Sec__col-list a:visited {
  color: #2859A0;
  text-decoration: underline;
}
body.error404 main .error404Sec__col-list a:hover,
body.error404 main .error404Sec__col-list a:active {
  text-decoration: none;
}
body.error404 main .cmnlinkSec {
  padding: 20px 0 40px;
}
@media (max-width: 767px) {
  body.error404 main .cmnlinkSec {
    padding: 0 0 30px;
  }
  body.error404 main .cmnlinkSec p {
    margin-top: 0;
  }
}

body.search main .pagecmnTitle {
  background: url(img/news/news_title_bg.png) no-repeat;
  background-size: cover;
  background-position-y: 50%;
  background-position-x: 50%;
}
body.search main .i-archiveSec {
  padding: 60px 0 100px;
}
@media (max-width: 991px) {
  body.search main .i-archiveSec {
    padding: 40px 0 80px;
  }
}
@media (max-width: 767px) {
  body.search main .i-archiveSec {
    padding: 20px 0 40px;
  }
}
body.search main .i-archiveSec__article {
  border-bottom: dashed 1px #dfdcd4;
  margin: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  body.search main .i-archiveSec__article {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
body.search main .i-archiveSec__article:first-child {
  padding-top: 0;
}
body.search main .i-archiveSec__article:nth-last-child(2) {
  border-bottom: none;
}
body.search main .i-archiveSec__article-img {
  position: relative;
}
body.search main .i-archiveSec__article-cat {
  border-bottom-right-radius: 15px;
  padding: 3px 15px;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  color: #ffffff;
  background: #000000;
  font-size: 12px;
}
body.search main .i-archiveSec__article-date {
  margin: 0 0 10px;
  color: #777777;
  font-size: 14px;
}
@media (max-width: 767px) {
  body.search main .i-archiveSec__article-date {
    margin: 15px 0 10px;
  }
}
body.search main .i-archiveSec__article-title {
  margin: 0 0 15px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  body.search main .i-archiveSec__article-title {
    margin: 0 0 10px;
  }
}
body.search main .i-archiveSec__article-txt {
  margin: 0 0 15px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  body.search main .i-archiveSec__article-txt {
    margin: 0 0 10px;
  }
}
body.search main .i-archiveSec__article-btn {
  margin: 0;
  text-align: right;
  z-index: 2;
}
body.search main .i-archiveSec__article-btn a,
body.search main .i-archiveSec__article-btn a:link,
body.search main .i-archiveSec__article-btn a:visited {
  border-radius: 6px;
  position: relative;
  display: inline-block;
  padding: 10px 15px;
  color: #000000;
  text-align: center;
  background: #FFFFFF;
  width: 35%;
  font-size: 13px;
  font-weight: bold;
}
@media (max-width: 767px) {
  body.search main .i-archiveSec__article-btn a,
  body.search main .i-archiveSec__article-btn a:link,
  body.search main .i-archiveSec__article-btn a:visited {
    width: 50%;
  }
}
body.search main .i-archiveSec__article-btn a::before,
body.search main .i-archiveSec__article-btn a:link::before,
body.search main .i-archiveSec__article-btn a:visited::before {
  position: absolute;
  content: "\f105";
  color: #000000;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  right: 15px;
  top: 15px;
  line-height: 1;
}
body.search main .i-archiveSec__article-btn a::after,
body.search main .i-archiveSec__article-btn a:link::after,
body.search main .i-archiveSec__article-btn a:visited::after {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  z-index: -1;
}
body.search main .i-archiveSec__article-btn a:hover,
body.search main .i-archiveSec__article-btn a:active {
  color: #FFFFFF;
  background: #000000;
}
body.search main .i-archiveSec__article-btn a:hover::before,
body.search main .i-archiveSec__article-btn a:active::before {
  color: #FFFFFF;
}
body.search main .i-archiveSec #pagenavi {
  margin-top: 100px !important;
}
@media (max-width: 767px) {
  body.search main .i-archiveSec #pagenavi {
    margin: 40px 0 80px !important;
  }
}
body.search main .i-archiveSec__side {
  padding-left: 50px;
}
@media (max-width: 767px) {
  body.search main .i-archiveSec__side {
    padding-left: 15px;
  }
}
body.search main .i-archiveSec__side h3 {
  border-radius: 100vh;
  padding: 10px 15px;
  margin: 0 0 15px;
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  background: #000000;
}
body.search main .i-archiveSec__side section {
  border-radius: 10px;
  padding: 20px 15px;
  margin: 0 0 50px;
  background: #FFFFFF;
}
body.search main .i-archiveSec__side .widget_categories {
  margin: 0 0 50px;
}
body.search main .i-archiveSec__side .widget_categories ul {
  padding: 10px 0 0;
  margin: 0;
}
body.search main .i-archiveSec__side .widget_categories ul li {
  margin: 0 0 10px;
  list-style-type: none;
}
body.search main .i-archiveSec__side .popular-posts {
  margin: 0 0 50px;
}
body.search main .i-archiveSec__side .popular-posts .wpp-date {
  margin: 0;
  font-size: 12px;
  color: #9D9C99;
}
body.search main .i-archiveSec__side .popular-posts #wpp-date {
  margin: 0;
  font-size: 12px;
  color: #9D9C99;
}
body.search main .i-archiveSec__side .popular-posts .wpp-cards {
  margin-bottom: 0 !important;
}
body.search main .i-archiveSec__side .widget_search label {
  display: none;
}
body.search main .i-archiveSec__side .widget_search #form2 {
  position: relative;
}
body.search main .i-archiveSec__side .widget_search #form2 #sbox2 {
  border: 1px solid #DBDCDC;
  border-radius: 0;
  padding: 0 50px 0 10px;
  height: 50px;
  outline: 0;
  width: 100%;
  background: #FFFFFF;
}
body.search main .i-archiveSec__side .widget_search #form2 #sbtn2 {
  border: none;
  position: absolute;
  right: 15px; /*アイコン左右の位置調整*/
  top: 0;
  color: #666;
  background: none;
  height: 50px;
  font-size: 16px; /*アイコンサイズ*/
}
body.search main .i-archiveSec__side .widget_search #form2 #sbtn2 i.fas {
  font-weight: 200;
}
body.search main .i-archiveSec__side .widget_search #form2 #sbtn5:hover {
  color: #7fbfff;
}
body.search main .i-archiveSec__side .widget_tag_cloud .tagcloud a {
  display: inline-block;
  padding: 8px 8px;
  font-size: 14px !important;
  font-weight: bold;
  line-height: 1em;
  white-space: nowrap;
}
body.search main .i-archiveSec__side .widget_tag_cloud .tagcloud a:before {
  content: "#";
  padding-right: 4px;
}
body.search main #pagenavi {
  margin: 20px 0 50px;
}
@media (max-width: 767px) {
  body.search main #pagenavi {
    margin: 20px 0;
  }
}
body.search main #pagenavi .wp-pagenavi .pages {
  display: none;
}
body.search main #pagenavi .wp-pagenavi a,
body.search main #pagenavi .wp-pagenavi a:link,
body.search main #pagenavi .wp-pagenavi a:visited {
  border: 1px solid #604F0A;
  border-radius: 5px;
  padding: 10px 15px;
  margin: 0 5px;
  display: inline-block;
  line-height: 1;
  color: #604F0A;
  font-weight: bold;
}
body.search main #pagenavi .wp-pagenavi a:hover,
body.search main #pagenavi .wp-pagenavi span.current {
  border: 1px solid #604F0A;
  border-radius: 5px;
  padding: 10px 15px;
  margin: 0 5px;
  display: inline-block;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  font-weight: bold;
  background: #604F0A;
}
body.search main .contactSec {
  border-top: 1px solid #CCCCCC;
}

body.contact main .pagecmnTitle {
  background: url(img/contact/contact_title_bg.png) no-repeat;
  background-size: cover;
  background-position-y: 50%;
  background-position-x: 50%;
}
body.contact main .contactSec {
  padding: 40px 0 60px;
}
@media (max-width: 767px) {
  body.contact main .contactSec {
    padding: 20px 0 30px;
  }
}
body.contact main .contactSec table {
  width: 100%;
}
body.contact main .contactSec table th,
body.contact main .contactSec table td {
  padding: 20px;
}
@media screen and (max-width: 767px) {
  body.contact main .contactSec table th,
  body.contact main .contactSec table td {
    display: block;
    padding: 2px 10px;
    width: 100%;
  }
}
body.contact main .contactSec table th {
  padding: 10px 10px 2px;
  text-align: left;
}
body.contact main .contactSec table th span {
  padding: 3px 4px;
  margin: 0.1em 0.75em;
  border-radius: 2px;
  background: #C30D23;
  color: #fff !important;
  font-size: 10px !important;
}
body.contact main .contactSec table input[type=text],
body.contact main .contactSec table input[type=email],
body.contact main .contactSec table input[type=tel],
body.contact main .contactSec table textarea,
body.contact main .contactSec table select {
  border: 1px solid #ccc !important;
  border-radius: 1px !important;
  -webkit-box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
          box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  border: solid 1px #ddd !important;
  width: 100%;
  background-color: hsla(0, 0%, 39%, 0.1);
}
body.contact main .contactSec table input[type=text]:focus,
body.contact main .contactSec table input[type=email]:focus,
body.contact main .contactSec table input[type=tel]:focus,
body.contact main .contactSec table textarea:focus,
body.contact main .contactSec table select:focus {
  background-color: #FFFFFF;
}
body.contact main .contactSec table td.tdpost input[type=text] {
  width: 30%;
}
@media screen and (max-width: 767px) {
  body.contact main .contactSec table td.tdpost input[type=text] {
    width: 100%;
  }
}
body.contact main .contactSec table td.tdtel input[type=text] {
  width: 50%;
}
@media screen and (max-width: 767px) {
  body.contact main .contactSec table td.tdtel input[type=text] {
    width: 100%;
  }
}
body.contact main .contactSec table .btn {
  padding: 1em 3em !important;
  text-decoration: none;
  background-color: #2B4DA2 !important;
  color: #fff !important;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px !important;
  width: 100% !important;
  max-width: 320px !important;
  font-size: 15px !important;
}
body.contact main .contactSec .pptxt,
body.contact main .contactSec .ppcheck {
  text-align: center;
}
body.contact main .contactSec .ppcheck span.hissu {
  padding: 3px 4px;
  margin: 0.1em 0.75em;
  border-radius: 2px;
  background: #C30D23;
  color: #fff !important;
  font-size: 10px !important;
}
body.contact main .contactSec .submit_group {
  text-align: center;
}
body.contact main .contactSec .submit_group input {
  border: 0;
  margin: 1em;
  padding: 1em 3em !important;
  background-color: #2B4DA2 !important;
  color: #fff !important;
  cursor: pointer;
  border-radius: 3px !important;
  width: 100% !important;
  max-width: 320px !important;
}
body.contact main .contactSec .submit_group input.back {
  background: #bbbbbb !important;
}

body.thanks main .pagecmnTitle {
  background: url(img/contact/contact_title_bg.png) no-repeat;
  background-size: cover;
  background-position-y: 50%;
  background-position-x: 50%;
}
body.thanks main .thanksSec {
  padding: 40px 0 80px;
}
@media (max-width: 767px) {
  body.thanks main .thanksSec {
    padding: 20px 0 40px;
  }
}
body.thanks main .thanksSec__col h3 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "游明朝", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
}

@media (min-width: 1200px) {
  .w-1140 {
    width: 100%;
    max-width: 1140px;
  }
}

.anniversary_header {
  width: 100%;
  height: 900px;
  background: url(img/anniversary/lp_main_visual.webp) no-repeat;
  background-size: cover;
  background-position: 50%;
  margin-top: 85px;
}
@media (max-width: 991px) {
  .anniversary_header {
    height: 820px;
  }
}
@media (max-width: 767px) {
  .anniversary_header {
    height: 630px;
  }
}
@media (max-width: 575px) {
  .anniversary_header {
    height: 525px;
  }
}
.anniversary_header .container {
  position: relative;
}
.anniversary_header .anniversary_visual {
  text-align: center;
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  padding-top: 80px;
}
@media (max-width: 575px) {
  .anniversary_header .anniversary_visual {
    padding-top: 40px;
  }
}
.anniversary_header .anniversary_logo {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100px;
}
@media (max-width: 991px) {
  .anniversary_header .anniversary_logo {
    width: 60px;
  }
}
@media (max-width: 575px) {
  .anniversary_header .anniversary_logo {
    top: 20px;
    left: 20px;
  }
}
.anniversary_header .txt_box {
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "游明朝", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", serif;
  color: #fff;
}
.anniversary_header .txt_box h2 {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.41;
}
@media (max-width: 767px) {
  .anniversary_header .txt_box h2 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .anniversary_header .txt_box h2 {
    font-size: 20px;
  }
}
.anniversary_header .txt_box p {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.81;
}
@media (max-width: 767px) {
  .anniversary_header .txt_box p {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .anniversary_header .txt_box p {
    font-size: 14px;
  }
}
.anniversary_header .scenery {
  width: 100%;
  max-width: 1570px;
  height: 220px;
  margin: 70px auto 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .anniversary_header .scenery {
    max-width: 991px;
    height: 140px;
    margin-top: 40px;
  }
}
@media (max-width: 575px) {
  .anniversary_header .scenery {
    max-width: 730px;
    height: 102px;
  }
}
.anniversary_header .scenery img {
  width: 1570px;
  max-width: 1570px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 991px) {
  .anniversary_header .scenery img {
    width: 991px;
  }
}
@media (max-width: 575px) {
  .anniversary_header .scenery img {
    width: 730px;
  }
}

.anniversary_youtube {
  width: 100%;
  padding: 180px 20px 100px;
  background: url(img/anniversary/youtube_bg.webp) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}
@media (max-width: 991px) {
  .anniversary_youtube {
    padding: 150px 20px 100px;
  }
}
@media (max-width: 767px) {
  .anniversary_youtube {
    padding: 120px 20px 70px;
  }
}
@media (max-width: 575px) {
  .anniversary_youtube {
    padding: 80px 20px 50px;
  }
}
.anniversary_youtube .channel {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.anniversary_youtube .channel img {
  width: 368px;
}
@media (max-width: 991px) {
  .anniversary_youtube .channel img {
    width: 270px;
  }
}
@media (max-width: 575px) {
  .anniversary_youtube .channel img {
    width: 130px;
  }
}
.anniversary_youtube_inner {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
  aspect-ratio: 16/9;
}
.anniversary_youtube_inner iframe {
  width: 100%;
  height: 100%;
}

.ttl_main h2 {
  margin: 0 0 50px;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "游明朝", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", serif;
  font-size: 36px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .ttl_main h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.ttl_main h2 span {
  display: block;
  color: #A8A8A8;
  font-size: 14px;
}
@media (max-width: 767px) {
  .ttl_main h2 span {
    font-size: 12px;
  }
}

.anniversary_media {
  padding: 80px 0;
  background: url(img/anniversary/media_left.webp) no-repeat, url(img/anniversary/media_right.webp) no-repeat;
  background-position: left 0 top 0, right 0 bottom 0;
}
@media (max-width: 767px) {
  .anniversary_media {
    padding: 60px 0;
  }
}
@media (max-width: 575px) {
  .anniversary_media {
    background-size: 40%, 40%;
  }
}
.anniversary_media_content table {
  width: 100%;
  border-collapse: collapse;
}
.anniversary_media_content table tr {
  background: #fff;
  border-top: 3px solid #F9F3F0;
  vertical-align: middle;
}
.anniversary_media_content table tr th, .anniversary_media_content table tr td {
  padding: 10px 20px;
  text-align: left;
}
@media (max-width: 767px) {
  .anniversary_media_content table tr th, .anniversary_media_content table tr td {
    width: 100% !important;
    display: block;
  }
}
.anniversary_media_content table tr th {
  color: #BC9D3B;
  width: 310px;
  padding-right: 0;
}
@media (max-width: 767px) {
  .anniversary_media_content table tr th {
    padding: 14px 14px 0;
  }
}
.anniversary_media_content table tr th span {
  background: #C40305;
  color: #fff;
  font-weight: 400;
  padding: 4px 10px;
  margin-left: 10px;
  font-size: 12px;
}
.anniversary_media_content table tr td {
  padding-left: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.41;
}
@media (max-width: 767px) {
  .anniversary_media_content table tr td {
    padding: 8px 14px 14px;
    font-size: 14px;
  }
}

.anniversary_product {
  width: 100%;
  background: url(img/anniversary/product_bg.webp) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  padding: 80px 0 150px;
}
@media (max-width: 767px) {
  .anniversary_product {
    padding: 60px 0 70px;
  }
}
@media (max-width: 575px) {
  .anniversary_product {
    padding: 50px 0 60px;
  }
}
.anniversary_product .ttl {
  text-align: center;
}
.anniversary_product .ttl img {
  width: 600px;
}
@media (max-width: 767px) {
  .anniversary_product .ttl img {
    width: 400px;
  }
}
@media (max-width: 575px) {
  .anniversary_product .ttl img {
    width: 80%;
    max-width: 400px;
  }
}
.anniversary_product_content {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .anniversary_product_content {
    margin-top: 80px;
  }
}
.anniversary_product_content .items_all {
  width: calc(100% - 40px);
  max-width: 916px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 991px) {
  .anniversary_product_content .items_all {
    width: 700px;
  }
}
@media (max-width: 767px) {
  .anniversary_product_content .items_all {
    width: 540px;
  }
}
@media (max-width: 575px) {
  .anniversary_product_content .items_all {
    width: calc(100% - 40px) !important;
  }
}
.anniversary_product_content .items_all .num {
  width: 270px;
  position: absolute;
  top: -60px;
  left: -40px;
}
@media (max-width: 991px) {
  .anniversary_product_content .items_all .num {
    width: 210px;
    top: -50px;
    left: 0;
  }
}
@media (max-width: 767px) {
  .anniversary_product_content .items_all .num {
    width: 160px;
  }
}
@media (max-width: 575px) {
  .anniversary_product_content .items_all .num {
    width: 120px;
    top: -40px;
  }
}
.anniversary_product_content .items_sep {
  width: calc(100% - 40px);
  max-width: 1330px;
  margin: 100px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .anniversary_product_content .items_sep {
    margin-top: 65px;
  }
}
@media (max-width: 575px) {
  .anniversary_product_content .items_sep {
    margin-top: 50px;
  }
}
.anniversary_product_content .items_sep .items {
  width: 49%;
  max-width: 650px;
  position: relative;
}
@media (max-width: 991px) {
  .anniversary_product_content .items_sep .items {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .anniversary_product_content .items_sep .items {
    width: 460px;
  }
}
@media (max-width: 991px) {
  .anniversary_product_content .items_sep .items:not(:first-of-type) {
    margin-top: 95px;
  }
}
@media (max-width: 767px) {
  .anniversary_product_content .items_sep .items:not(:first-of-type) {
    margin-top: 65px;
  }
}
@media (max-width: 575px) {
  .anniversary_product_content .items_sep .items:not(:first-of-type) {
    margin-top: 50px;
  }
}
.anniversary_product_content .items_sep .items .num {
  width: 270px;
  position: absolute;
  top: -80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 991px) {
  .anniversary_product_content .items_sep .items .num {
    width: 210px;
    top: -65px;
  }
}
@media (max-width: 767px) {
  .anniversary_product_content .items_sep .items .num {
    width: 160px;
    top: -40px;
  }
}
@media (max-width: 575px) {
  .anniversary_product_content .items_sep .items .num {
    width: 120px;
    top: -30px;
    left: 55px;
  }
}

.anniversary_btn {
  padding: 80px 0;
  background: url(img/anniversary/btn_bg_left.webp) no-repeat, url(img/anniversary/btn_bg_right.webp) no-repeat, #BC9D3B;
  background-position: left 0 top 0, right 0 bottom 0;
}
@media (max-width: 767px) {
  .anniversary_btn {
    padding: 60px 0;
  }
}
@media (max-width: 575px) {
  .anniversary_btn {
    background-size: 40%, 40%;
  }
}
.anniversary_btn_content {
  width: calc(100% - 40px);
  max-width: 950px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 991px) {
  .anniversary_btn_content {
    max-width: 500px;
  }
}
.anniversary_btn_content .btn {
  width: 48%;
}
@media (max-width: 991px) {
  .anniversary_btn_content .btn {
    width: 100%;
  }
}
.anniversary_btn_content .btn:not(:first-of-type) {
  margin-left: 4%;
}
@media (max-width: 991px) {
  .anniversary_btn_content .btn:not(:first-of-type) {
    margin: 10px 0 0;
  }
}
.anniversary_btn_content .btn a {
  background: #fff;
  color: #C40305;
  display: block;
  border-radius: 3px;
  padding: 16px 40px 14px 20px;
  text-align: center;
  font-weight: 600;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 575px) {
  .anniversary_btn_content .btn a {
    font-size: 13px;
  }
}
.anniversary_btn_content .btn a:hover {
  background: #C40305;
  color: #fff;
}
.anniversary_btn_content .btn a:hover span {
  background: #fff;
}
.anniversary_btn_content .btn a:hover span:before {
  border-color: #C40305;
}
.anniversary_btn_content .btn a span {
  width: 30px;
  height: 30px;
  background: #C40305;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 575px) {
  .anniversary_btn_content .btn a span {
    width: 25px;
    height: 25px;
    right: 10px;
  }
}
.anniversary_btn_content .btn a span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-65%, -50%) rotate(45deg);
          transform: translate(-65%, -50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 575px) {
  .anniversary_btn_content .btn a span:before {
    width: 8px;
    height: 8px;
  }
}

.loopSlide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 220px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .loopSlide {
    height: 193px;
  }
}
@media (max-width: 767px) {
  .loopSlide {
    height: 138px;
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .loopSlide {
    height: 103px;
  }
}
.loopSlide img {
  width: 3178px;
  max-width: 3178px;
  height: 220px;
}
@media (max-width: 1199px) {
  .loopSlide img {
    width: 2800px;
    height: 193px;
  }
}
@media (max-width: 767px) {
  .loopSlide img {
    width: 2000px;
    height: 138px;
  }
}
@media (max-width: 575px) {
  .loopSlide img {
    width: 1500px;
    height: 103px;
  }
}
.loopSlide img:first-child {
  -webkit-animation: slide1 80s -40s linear infinite;
          animation: slide1 80s -40s linear infinite;
}
.loopSlide img:last-child {
  -webkit-animation: slide2 80s linear infinite;
          animation: slide2 80s linear infinite;
}

@-webkit-keyframes slide1 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes slide1 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes slide2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes slide2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
.special_table {
  margin-top: 40px;
}
.special_table table {
  width: 100%;
  border-collapse: collapse;
}
.special_table table tr {
  background: #fff;
  border-top: 3px solid #C40204;
  vertical-align: middle;
}
.special_table table tr th, .special_table table tr td {
  text-align: left;
  padding: 13px 20px 10px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .special_table table tr th, .special_table table tr td {
    width: 100% !important;
    display: block;
    font-size: 14px;
  }
}
.special_table table tr th {
  width: 190px;
  padding-right: 0;
}
@media (max-width: 767px) {
  .special_table table tr th {
    padding: 14px 14px 0;
  }
}
.special_table table tr th .month {
  background: #C40204;
  color: #fff;
  padding: 4px 10px 3px;
  margin-right: 10px;
}
.special_table table tr td {
  padding-left: 0;
  line-height: 1.41;
}
@media (max-width: 767px) {
  .special_table table tr td {
    padding: 7px 14px 14px;
  }
}
.special_table table tr td .lg {
  font-size: 20px;
  color: #C40204;
}
@media (max-width: 767px) {
  .special_table table tr td .lg {
    font-size: 16px;
  }
}

.aboutSec.bnrOn {
  padding: 100px 0 300px !important;
}
@media (max-width: 1199px) {
  .aboutSec.bnrOn {
    padding: 100px 0 200px !important;
  }
}
@media (max-width: 767px) {
  .aboutSec.bnrOn {
    padding: 60px 0 100px !important;
  }
}
.aboutSec.bnrOn figure {
  margin-bottom: 100px;
  width: 100%;
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .aboutSec.bnrOn figure {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .aboutSec.bnrOn figure {
    margin-bottom: 20px;
  }
}
.aboutSec.bnrOn .bnr_area_btn_sp {
  display: none;
}
@media (max-width: 767px) {
  .aboutSec.bnrOn .bnr_area_btn_sp {
    text-align: center;
    display: block;
    margin-bottom: 40px;
  }
}
.aboutSec.bnrOn .bnr_area_btn_sp a {
  background: -webkit-gradient(linear, left top, left bottom, from(#BB9A3F), to(#a1822d));
  background: linear-gradient(to bottom, #BB9A3F, #a1822d);
  color: #fff;
  padding: 10px 60px;
  display: inline-block;
  border-radius: 50px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "游明朝", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", serif;
  position: relative;
}
.aboutSec.bnrOn .bnr_area_btn_sp a:after {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.anniversary_radio {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.anniversary_radio audio {
  width: 100%;
}
.anniversary_radio_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 575px) {
  .anniversary_radio_txt {
    display: block;
    text-align: center;
  }
}
.anniversary_radio_txt img {
  width: 169px;
}
.anniversary_radio_txt .txt {
  margin-left: 20px;
  color: #fff;
}
@media (max-width: 575px) {
  .anniversary_radio_txt .txt {
    margin: 10px 0 0 0;
    width: 100%;
  }
}
.anniversary_radio_txt .txt h3 {
  font-size: 2rem;
  margin: 0;
  line-height: 1.41;
}
.anniversary_radio_txt .txt p {
  margin: 0;
}