@charset "UTF-8";
/* normalize */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  overflow-x: hidden;
}

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

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* Base */
html {
  font-size: 62.5%;
}

body {
  color: #000000;
  font-size: 1.8rem;
  line-height: 2;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 575px) {
  body {
    font-size: 1.5rem;
  }
}
@media all and (-ms-high-contrast:none) {
  body {
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  }
}
a {
  display: inline-block;
  color: #000000;
  -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.6s;
          transition-duration: 0.6s;
  text-decoration: none;
}
a:hover {
  color: #000000;
}
a img {
  border: none;
}
a img:hover, a img:active {
  opacity: 0.8;
}

span {
  -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.6s;
          transition-duration: 0.6s;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  vertical-align: bottom;
}

iframe {
  border: none;
}

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

h1 {
  font-size: 3.2rem;
}

h2 {
  font-size: 2.7rem;
}

h3 {
  font-size: 2.3rem;
}

h4 {
  font-size: 1.8rem;
}

[class*=col-] {
  margin-bottom: 2rem;
}
[class*=col-] h1, [class*=col-] h2, [class*=col-] h3, [class*=col-] h4, [class*=col-] h5, [class*=col-] h6 {
  margin-bottom: 1.5rem;
}
[class*=col-] h1:last-child, [class*=col-] h2:last-child, [class*=col-] h3:last-child, [class*=col-] h4:last-child, [class*=col-] h5:last-child, [class*=col-] h6:last-child {
  margin-bottom: 0;
}

.row [class*=col-]:last-child {
  margin-bottom: 0;
}

a {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

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

img[src$=".svg"] {
  width: 100%;
  vertical-align: bottom;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, th, td, dt, dd, a {
  margin: 0;
  padding: 0;
  letter-spacing: 0.05em;
}

ul {
  list-style: none;
}

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

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  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-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.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: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !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: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !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: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !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: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !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: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !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: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
          flex-direction: row !important;
}

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

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

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: 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 {
  -ms-flex: 1 1 auto !important;
  -webkit-box-flex: 1 !important;
          flex: 1 1 auto !important;
}

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

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  -webkit-box-flex: 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 {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
          justify-content: flex-start !important;
}

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

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

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

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

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

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

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

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

.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-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 {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: 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 {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 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 {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    -webkit-box-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 {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-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 {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: 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 {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 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 {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    -webkit-box-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 {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-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 {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: 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 {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 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 {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    -webkit-box-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 {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-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 {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: 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 {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 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 {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    -webkit-box-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 {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-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;
  }
}

.en {
  font-family: "Noto Serif JP", sans-serif;
}

.ttl_main {
  text-align: center;
  position: relative;
}
.ttl_main .king_icon {
  display: block;
  margin: 0 auto 15px;
}
@media screen and (max-width: 575px) {
  .ttl_main .king_icon {
    width: 40px;
  }
}
.ttl_main h3 {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.4;
  color: #534741;
  position: relative;
  padding: 0 65px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 991px) {
  .ttl_main h3 {
    font-size: 3.6rem;
    padding: 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .ttl_main h3 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 575px) {
  .ttl_main h3 {
    font-size: 2.4rem;
    padding: 0 35px;
  }
}
.ttl_main h3 .line_left {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 48px;
  height: 6px;
}
@media screen and (max-width: 991px) {
  .ttl_main h3 .line_left {
    width: 30px;
  }
}
@media screen and (max-width: 575px) {
  .ttl_main h3 .line_left {
    width: 25px;
  }
}
.ttl_main h3 .line_left:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #534741;
}
.ttl_main h3 .line_left:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #534741;
}
.ttl_main h3 .line_right {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 48px;
  height: 6px;
}
@media screen and (max-width: 991px) {
  .ttl_main h3 .line_right {
    width: 30px;
  }
}
@media screen and (max-width: 575px) {
  .ttl_main h3 .line_right {
    width: 25px;
  }
}
.ttl_main h3 .line_right:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #534741;
}
.ttl_main h3 .line_right:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #534741;
}
.ttl_main h3 .lg {
  font-size: 6.3rem;
}
@media screen and (max-width: 991px) {
  .ttl_main h3 .lg {
    font-size: 5rem;
  }
}
@media screen and (max-width: 575px) {
  .ttl_main h3 .lg {
    font-size: 3.2rem;
  }
}
.ttl_main.white h3 {
  color: #fff;
}
.ttl_main.white h3 .line_left:before {
  background: #fff;
}
.ttl_main.white h3 .line_left:after {
  background: #fff;
}
.ttl_main.white h3 .line_right:before {
  background: #fff;
}
.ttl_main.white h3 .line_right:after {
  background: #fff;
}

.link_center {
  text-align: center;
}
.link_center a {
  display: inline-block;
  background: #c1272d;
  color: #fff;
  text-align: center;
  padding: 15px 60px;
  border-radius: 100px;
  font-size: 1.6rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.link_center a:hover {
  opacity: 0.8;
}

.color_red {
  color: #c1272d;
}

.color_white {
  color: #fff;
}

.color_pink {
  color: #ef477b;
}

.txt_center {
  text-align: center;
}

.l-base {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px);
}
@media (min-width: 576px) {
  .l-base {
    width: 100%;
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .l-base {
    width: 100%;
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .l-base {
    width: 100%;
    max-width: 960px;
  }
}
@media (min-width: 1240px) {
  .l-base {
    width: 100%;
    max-width: 1200px;
  }
}

.w-1100 {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px);
}
@media (min-width: 576px) {
  .w-1100 {
    width: 100%;
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .w-1100 {
    width: 100%;
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .w-1100 {
    width: 100%;
    max-width: 960px;
  }
}
@media (min-width: 1140px) {
  .w-1100 {
    width: 100%;
    max-width: 1100px;
  }
}

.w-1520 {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px);
}
@media (min-width: 576px) {
  .w-1520 {
    width: 100%;
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .w-1520 {
    width: 100%;
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .w-1520 {
    width: 100%;
    max-width: 960px;
  }
}
@media (min-width: 1360px) {
  .w-1520 {
    width: 100%;
    max-width: 1320px;
  }
}
@media (min-width: 1560px) {
  .w-1520 {
    width: 100%;
    max-width: 1520px;
  }
}

header {
  padding: 20px 60px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
}
@media screen and (max-width: 991px) {
  header {
    padding: 20px 40px;
  }
}
@media screen and (max-width: 767px) {
  header {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px;
  }
}
@media screen and (max-width: 575px) {
  header {
    padding: 13px 10px;
  }
}
header .gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .gnav li:not(:first-of-type) {
  margin-left: 20px;
}
@media screen and (max-width: 575px) {
  header .gnav li:not(:first-of-type) {
    margin-left: 15px;
  }
}
header .gnav li a {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  header .gnav li a {
    font-size: 1.3rem;
  }
}

.cta {
  background: #EF477B;
  padding: 60px 0;
}
.cta-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 991px) {
  .cta-content {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .cta-content {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.cta-content .link {
  padding: 0 60px;
}
@media screen and (max-width: 1359px) {
  .cta-content .link {
    padding: 0 30px;
  }
}
@media screen and (max-width: 1239px) {
  .cta-content .link {
    padding: 0 20px;
  }
}
@media screen and (max-width: 991px) {
  .cta-content .link {
    padding: 0;
  }
  .cta-content .link:not(:first-of-type) {
    margin-top: 20px;
  }
}
.cta-content .link a {
  font-size: 3.2rem;
  font-weight: 600;
  padding: 18px 80px;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  .cta-content .link a {
    font-size: 2.8rem;
    padding: 18px 65px 18px 60px;
  }
}
@media screen and (max-width: 575px) {
  .cta-content .link a {
    font-size: 2.4rem;
    padding: 18px 10px;
    display: block;
    width: 100%;
    text-align: center;
  }
}
.cta-content .link a:hover {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(6px);
          transform: translateY(6px); /*下に動く*/
  border-bottom: none !important; /*線を消す*/
}
.cta-content .link a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 20px;
  height: 20px;
  border-top: solid 3px #000;
  border-right: solid 3px #000;
}
@media screen and (max-width: 1239px) {
  .cta-content .link a:before {
    width: 15px;
    height: 15px;
  }
}
@media screen and (max-width: 575px) {
  .cta-content .link a:before {
    right: 20px;
  }
}
.cta-content .link:nth-of-type(1) a {
  border-bottom: solid 6px #534741;
  background-image: linear-gradient(150deg, rgb(239, 237, 194), rgb(199, 178, 153));
  color: #534741;
}
.cta-content .link:nth-of-type(1) a:before {
  border-color: #534741;
}
.cta-content .link:nth-of-type(2) a {
  border-bottom: solid 6px #198629;
  background: #00b900;
  color: #fff;
}
.cta-content .link:nth-of-type(2) a:before {
  border-color: #fff;
}

.footer {
  background: #000;
}
.footer ul li a {
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer ul li a:hover {
  opacity: 0.7;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix:before {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  display: block;
}

.for-xl {
  display: none;
}
@media screen and (max-width: 1359px) {
  .for-xl {
    display: block;
  }
}

.for-lg {
  display: none;
}
@media screen and (max-width: 1239px) {
  .for-lg {
    display: block;
  }
}

.for-md {
  display: none;
}
@media screen and (max-width: 991px) {
  .for-md {
    display: block;
  }
}

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

.for-xs {
  display: none;
}
@media screen and (max-width: 575px) {
  .for-xs {
    display: block;
  }
}

.for-xl--less {
  display: block;
}
@media screen and (max-width: 1359px) {
  .for-xl--less {
    display: none;
  }
}

.for-lg--less {
  display: block;
}
@media screen and (max-width: 1239px) {
  .for-lg--less {
    display: none;
  }
}

.for-md--less {
  display: block;
}
@media screen and (max-width: 991px) {
  .for-md--less {
    display: none;
  }
}

.for-sm--less {
  display: block;
}
@media screen and (max-width: 767px) {
  .for-sm--less {
    display: none;
  }
}

.for-xs--less {
  display: block;
}
@media screen and (max-width: 575px) {
  .for-xs--less {
    display: none;
  }
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

.post-body h1 {
  font-size: 3.6rem;
  margin: 4em 0 3em;
}
@media screen and (max-width: 991px) {
  .post-body h1 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .post-body h1 {
    font-size: 3rem;
  }
}
.post-body h1:first-child {
  margin-top: 0;
}
.post-body h1 + p {
  margin-top: 0;
}
.post-body h2 {
  font-size: 3.6rem;
  margin: 3em 0 2em;
  padding-bottom: 20px;
  border-bottom: 2px solid #e9e9e9;
  position: relative;
}
@media screen and (max-width: 991px) {
  .post-body h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .post-body h2 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 575px) {
  .post-body h2 {
    font-size: 2.2rem;
  }
}
.post-body h2:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 80px;
  height: 2px;
  background: #fca937;
}
.post-body h2 + p {
  margin-top: 0;
}
.post-body h2.single_head .sub {
  display: block;
  color: #DD2925;
  font-size: 1.6rem;
}
@media screen and (max-width: 991px) {
  .post-body h2.single_head .sub {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .post-body h2.single_head .sub {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 575px) {
  .post-body h2.single_head .sub {
    font-size: 1.2rem;
  }
}
.post-body h2.single_head .main {
  font-size: 3.6rem;
  margin-right: 25px;
}
@media screen and (max-width: 991px) {
  .post-body h2.single_head .main {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .post-body h2.single_head .main {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 575px) {
  .post-body h2.single_head .main {
    font-size: 2.2rem;
  }
}
.post-body h2.single_head small {
  font-size: 2.4rem;
}
@media screen and (max-width: 991px) {
  .post-body h2.single_head small {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .post-body h2.single_head small {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 575px) {
  .post-body h2.single_head small {
    font-size: 1.4rem;
  }
}
.post-body .break .single_head * {
  display: block;
}
.post-body .break .single_head .main {
  margin-right: 0;
}
.post-body h3 {
  font-size: 3rem;
  margin: 2.5em 0 1.5em;
  padding-left: 12px;
  border-left: 6px solid #fca937;
}
@media screen and (max-width: 991px) {
  .post-body h3 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .post-body h3 {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 575px) {
  .post-body h3 {
    font-size: 1.8rem;
  }
}
.post-body h3:first-child {
  margin-top: 0;
}
.post-body h3 + p {
  margin-top: 0;
}
.post-body h4 {
  font-size: 2.4rem;
  margin: 2em 0 0.5em;
}
@media screen and (max-width: 991px) {
  .post-body h4 {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 767px) {
  .post-body h4 {
    font-size: 1.8rem;
  }
}
.post-body h4:first-child {
  margin-top: 0;
}
.post-body h4 + p {
  margin-top: 0;
}
.post-body h5 {
  font-size: 2.1rem;
  margin: 2em 0 0.5em;
}
@media screen and (max-width: 991px) {
  .post-body h5 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .post-body h5 {
    margin-top: 1em;
  }
}
.post-body h5:first-child {
  margin-top: 0;
}
.post-body h5 + p {
  margin-top: 0;
}
.post-body h6 {
  font-size: 1.8rem;
  margin: 1em 0 0.25em;
}
@media screen and (max-width: 767px) {
  .post-body h6 {
    font-size: 1.6rem;
  }
}
.post-body h6:first-child {
  margin-top: 0;
}
.post-body h6 + p {
  margin-top: 0;
}
.post-body .has-text-align-left {
  text-align: left;
}
.post-body .has-text-align-right {
  text-align: right;
}
.post-body .has-text-align-center {
  text-align: center;
}
.post-body .aligncenter {
  text-align: center;
}
.post-body .alignright {
  text-align: right;
}
.post-body blockquote {
  margin: 2em 0;
  padding: 10px 0 10px 35px;
  border-left: 2px solid #e9e9e9;
}
.post-body blockquote p {
  margin: 0;
}
.post-body blockquote cite {
  color: #717787;
  font-size: 1.2rem;
  margin-top: 10px;
}
.post-body pre {
  border: 1px solid #ddd;
  margin: 2em 0;
  padding: 3vmin;
  white-space: pre-wrap;
}
.post-body p {
  margin: 2em 0;
}
.post-body p > a {
  text-decoration: underline;
}
.post-body p a[target=_blank] {
  padding-right: 20px;
  position: relative;
}
.post-body p a[target=_blank]:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: url(../images/arrow-up-right.svg) no-repeat;
  background-size: contain;
}
.post-body a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.post-body a:hover {
  opacity: 0.8;
}
.post-body ul,
.post-body ol {
  margin: 2em 0 2em 1.5em;
  padding: 0;
}
.post-body .wp-block-gallery {
  margin: 2em 0;
}
.post-body .blocks-gallery-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: -10px;
}
.post-body .blocks-gallery-grid li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
}
.post-body .wp-block-gallery.columns-2 li {
  width: 50%;
}
.post-body .wp-block-gallery.columns-3 li {
  width: 33.3333333333%;
}
.post-body .wp-block-image {
  margin: 3em 0;
}
.post-body figcaption {
  font-size: 85%;
  margin-top: 0.5em;
  opacity: 0.8;
  text-align: center;
}
.post-body .wp-block-table {
  margin: 2em 0;
}
.post-body .wp-block-table table {
  border: 1px solid #ddd;
  border-collapse: collapse;
  width: 100%;
}
.post-body .wp-block-table table thead {
  border: none;
}
.post-body .wp-block-table table th, .post-body .wp-block-table table td {
  border: 1px solid #e9e9e9;
  padding: 15px;
  font-size: 1.5rem;
}
.post-body .wp-block-table table th {
  background: #7a7a7a;
  text-align: center;
  font-weight: 600;
  color: #fff;
}
.post-body .wp-block-separator {
  border-color: #ddd;
  border-style: solid;
  border-width: 1px 0 0;
  margin: 3em 0;
}
.post-body .wp-block-columns {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-width: 100%;
  margin: 4em 0;
}
.post-body .wp-block-column {
  padding: 0 10px;
}
.post-body .wp-block-media-text {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 3em -15px;
  max-width: 100%;
}
.post-body .wp-block-media-text_media,
.post-body .wp-block-media-text_content {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}
.post-body .wp-block-button {
  margin: 2em 0;
}
.post-body .wp-block-file a + a {
  margin-left: 20px;
}
.post-body .wp-block-file_button,
.post-body .wp-block-button_link {
  background: #212121;
  border-radius: 45px;
  color: #fff;
  display: inline-block;
  padding: 10px 40px;
  text-decoration: none;
  -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.6s;
          transition-duration: 0.6s;
}
.post-body .wp-block-file_button {
  font-size: 15px;
  line-height: 1;
  padding: 12px 30px 10px;
}
.post-body .wp-block-file_button:hover,
.post-body .wp-block-button_link:hover {
  background: #454545;
}
.post-body figure img {
  border-radius: 10px;
}
.post-body .wp-block-embed-youtube {
  margin: 4em 0;
}
.post-body .wp-block-embed-youtube .wp-block-embed__wrapper {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 10px;
}
.post-body .wp-block-embed-youtube .wp-block-embed__wrapper iframe {
  width: 100%;
  height: 100%;
}
.post-body .img_all img {
  width: 100%;
  max-width: 100%;
}
.post-body .exterior_sec {
  margin: 3em 0;
}
.post-body .exterior_sec .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  .post-body .exterior_sec .items {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .post-body .exterior_sec .items {
    display: block;
  }
}
.post-body .exterior_sec .items figure {
  width: 600px;
}
@media screen and (max-width: 1239px) {
  .post-body .exterior_sec .items figure {
    width: 500px;
  }
}
@media screen and (max-width: 991px) {
  .post-body .exterior_sec .items figure {
    width: 360px;
  }
}
@media screen and (max-width: 767px) {
  .post-body .exterior_sec .items figure {
    width: 100%;
  }
}
.post-body .exterior_sec .items figure img {
  width: 100%;
}
.post-body .exterior_sec .items .exterior_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 60px;
}
@media screen and (max-width: 991px) {
  .post-body .exterior_sec .items .exterior_txt {
    margin-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .post-body .exterior_sec .items .exterior_txt {
    margin: 30px 0 0;
  }
}
.post-body .exterior_sec .items .exterior_txt h3 {
  font-size: 2.6rem;
  margin: 0 0 20px;
}
@media screen and (max-width: 991px) {
  .post-body .exterior_sec .items .exterior_txt h3 {
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .post-body .exterior_sec .items .exterior_txt h3 {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 575px) {
  .post-body .exterior_sec .items .exterior_txt h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
.post-body .exterior_sec .items .exterior_txt p {
  margin: 0;
}
.post-body .exterior_sec.reverse .items {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.post-body .exterior_sec.reverse .items .exterior_txt {
  margin-left: 60px;
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .post-body .exterior_sec.reverse .items .exterior_txt {
    margin-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .post-body .exterior_sec.reverse .items .exterior_txt {
    margin: 30px 0 0;
  }
}
.post-body .gallery-desc-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 3em 0;
}
@media screen and (max-width: 575px) {
  .post-body .gallery-desc-list {
    display: block;
  }
}
.post-body .gallery-desc-list .items {
  width: 31%;
  margin-right: 3.5%;
}
.post-body .gallery-desc-list .items:nth-of-type(3n) {
  margin-right: 0;
}
.post-body .gallery-desc-list .items:nth-of-type(n + 4) {
  margin-top: 2%;
}
@media screen and (max-width: 575px) {
  .post-body .gallery-desc-list .items {
    width: 100%;
    margin: 0 !important;
  }
  .post-body .gallery-desc-list .items:not(:first-of-type) {
    margin-top: 20px !important;
  }
}
.post-body .gallery-desc-list .items figure img {
  width: 100%;
}
.post-body .gallery-desc-list .items h3 {
  font-size: 2rem;
  margin: 15px 0 0;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .post-body .gallery-desc-list .items h3 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .post-body .gallery-desc-list .items h3 {
    font-size: 1.4rem;
    margin-top: 10px;
  }
}
.post-body .gallery-desc-list .items p {
  margin: 8px 0 0;
  font-size: 1.4rem;
}
.post-body .single_product_list {
  margin-left: 0;
  padding: 20px;
  background: #F3F3F8;
  list-style: none !important;
}
.post-body .single_product_list li {
  position: relative;
  padding-left: 1.2em;
}
@media screen and (max-width: 575px) {
  .post-body .single_product_list li {
    font-size: 1.4rem;
  }
}
.post-body .single_product_list li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.post-body .wp-block-list {
  list-style: disc;
}
.post-body.common_style h2 {
  font-size: 2.6rem;
  margin: 3em 0 1.5em;
}
@media screen and (max-width: 575px) {
  .post-body.common_style h2 {
    font-size: 2.2rem;
  }
}
.post-body.common_style h3 {
  font-size: 2.4rem;
  margin: 3em 0 1em;
}
@media screen and (max-width: 575px) {
  .post-body.common_style h3 {
    font-size: 2rem;
  }
}
.post-body .mySwiperSimple {
  background: #F5F9FC;
  border-radius: 10px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.post-body .mySwiperSimple .swiper-slide {
  text-align: center;
}
.post-body .mySwiperSimple .swiper-slide img {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 575px) {
  .post-body .mySwiperSimple .swiper-slide img {
    width: 80%;
  }
}
.post-body .underline_red {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ff7f7f));
  background: linear-gradient(transparent 60%, #ff7f7f 60%);
  font-weight: 700;
}
.post-body .underline_blue {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #66ccff));
  background: linear-gradient(transparent 60%, #66ccff 60%);
  font-weight: 700;
}
.post-body .underline_yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff66));
  background: linear-gradient(transparent 60%, #ffff66 60%);
  font-weight: 700;
}

.c-pagination {
  position: relative;
  display: block;
  text-align: center;
  width: 100%;
}
.c-pagination .back {
  background: #EF477B !important;
  color: #fff;
  border-radius: 100px;
  padding: 4px 60px 2px;
  height: auto;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 2px solid #EF477B;
  opacity: 1 !important;
  font-size: 1.6rem;
}
.c-pagination .back:hover {
  background: #fff !important;
  color: #EF477B !important;
}
.c-pagination .prev,
.c-pagination .next {
  margin: 0;
  font-size: 3.4rem;
  background: #fff !important;
  color: #000 !important;
  -webkit-transition: 0;
  transition: 0;
}
.c-pagination .prev:hover,
.c-pagination .next:hover {
  opacity: 0.6;
}
.c-pagination .prev {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
}
.c-pagination .next {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
}

#toc_container {
  margin: 2em 0 !important;
  background: #fff0f3 !important;
  padding: 40px 50px !important;
  width: 100% !important;
  border: none !important;
  border-radius: 20px !important;
}
@media screen and (max-width: 575px) {
  #toc_container {
    padding: 30px 20px !important;
  }
}
#toc_container .toc_title {
  font-size: 1.6rem !important;
  font-weight: 600 !important;
  text-align: left !important;
  margin: 0 !important;
  color: #000000 !important;
}
#toc_container .toc_list {
  margin: 10px 0 0;
}
#toc_container .toc_list > li {
  padding-left: 0;
}
#toc_container .toc_list > li:before {
  display: none;
}
#toc_container .toc_list > li > a {
  font-size: 1.5rem;
  text-decoration: none;
  line-height: 2.2;
}
#toc_container .toc_list > li > ul {
  margin: 0;
  padding-left: 1em !important;
  padding: 0;
}
#toc_container .toc_list > li > ul li:before {
  display: none;
}
#toc_container .toc_list > li > ul li a {
  font-size: 1.5rem;
  text-decoration: none;
  padding-left: 1em;
  position: relative;
  line-height: 2.2;
}
#toc_container .toc_list > li > ul li a:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
#toc_container .toc_list > li > ul li a span {
  display: none;
}
#toc_container .toc_list a {
  text-decoration: underline;
  color: #000000;
}

.sidebar_content_items:not(:first-of-type) {
  margin-top: 60px;
}
.sidebar_content_items .ttl {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 15px;
}
.sidebar_content_items .cat li a {
  font-size: 1.4rem;
  position: relative;
  padding-left: 1em;
}
.sidebar_content_items .cat li a:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  color: #717787;
}
.sidebar_content_items .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sidebar_content_items .tag li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 3px;
}
.sidebar_content_items .tag li a {
  display: block;
  width: 100%;
  background: #f3f4f8;
  font-size: 1.3rem;
  padding: 2px 10px;
  border-radius: 100px;
  text-align: center;
  color: #1444bc;
}
.sidebar_content_items .article_connect .items:not(:first-of-type) {
  margin-top: 20px;
}
.sidebar_content_items .article_connect .items a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sidebar_content_items .article_connect .items a figure {
  width: 80px;
  height: 80px;
  position: relative;
  overflow: hidden;
  margin-right: 20px;
}
.sidebar_content_items .article_connect .items a figure img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.sidebar_content_items .article_connect .items a .txt_box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sidebar_content_items .article_connect .items a .txt_box h4 {
  font-size: 1.3rem;
  margin: 0;
  line-height: 1.4;
}
.sidebar_content_items .article_connect .items a .txt_box p {
  font-size: 1.1rem;
  color: #717787;
  margin-top: 4px;
}

.home-mv {
  width: 100%;
  margin-top: 76px;
}
@media screen and (max-width: 575px) {
  .home-mv {
    margin-top: 56px;
  }
}

.home-concept {
  background: url(../images/home_concept_bg.webp) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1239px) {
  .home-concept {
    background: #fff !important;
  }
}
.home-concept__inner .ttl_en {
  text-align: center;
}
.home-concept__inner .ttl_en span {
  font-size: 3rem;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  letter-spacing: 0.1em;
  display: inline-block; /* ← 重要 */
  background: -webkit-gradient(linear, left top, right top, from(#42210b), color-stop(50%, #d0ad53), to(#42210b));
  background: linear-gradient(90deg, #42210b, #d0ad53 50%, #42210b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .home-concept__inner .ttl_en span {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 575px) {
  .home-concept__inner .ttl_en span {
    font-size: 2rem;
  }
}
.home-concept__inner h2 {
  margin-top: 20px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 4rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .home-concept__inner h2 {
    margin-top: 5px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 575px) {
  .home-concept__inner h2 {
    font-size: 2rem;
  }
}
.home-concept__inner h2 span {
  font-size: 5rem;
  color: #ef477b;
}
@media screen and (max-width: 767px) {
  .home-concept__inner h2 span {
    font-size: 4rem;
  }
}
@media screen and (max-width: 575px) {
  .home-concept__inner h2 span {
    font-size: 3rem;
  }
}
.home-concept__inner p {
  font-size: 2rem;
  text-align: center;
  margin-top: 30px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .home-concept__inner p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 575px) {
  .home-concept__inner p {
    font-size: 1.4rem;
    margin-top: 20px;
  }
}
.home-concept__inner p span {
  color: #ef477b;
  font-size: 2.2rem;
  border-bottom: 2px solid #ef477b;
}
@media screen and (max-width: 767px) {
  .home-concept__inner p span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 575px) {
  .home-concept__inner p span {
    font-size: 1.8rem;
  }
}

.single_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .single_content {
    display: block;
  }
}
.single_content_main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 70px;
}
@media screen and (max-width: 991px) {
  .single_content_main {
    margin: 0;
  }
}
.single_content_main_ttl {
  padding-bottom: 40px;
  border-bottom: 1px solid #e9e9e9;
}
.single_content_main_ttl .day {
  font-size: 1.3rem;
}
.single_content_main_ttl h1 {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .single_content_main_ttl h1 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 575px) {
  .single_content_main_ttl h1 {
    font-size: 2.6rem;
  }
}
.single_content_main_ttl .tag_area {
  margin-top: 15px;
}
.single_content_side {
  width: 330px;
  padding: 15px;
  background: #f8f8f8;
}
@media screen and (max-width: 991px) {
  .single_content_side {
    width: 100%;
    margin-top: 80px;
  }
}

.tag_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tag_area li {
  font-size: 1.3rem;
  color: #1444bc;
  background: #f3f4f8;
  padding: 2px 20px;
  border-radius: 100px;
  margin: 5px 5px 0 0;
}

.tag_area_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tag_area_link li {
  margin: 5px 5px 0 0;
}
.tag_area_link li a {
  font-size: 1.3rem;
  color: #1444bc;
  background: #f3f4f8;
  padding: 2px 20px;
  border-radius: 100px;
  display: block;
  text-decoration: none !important;
}

.thumbnail_area img {
  width: 100%;
  border-radius: 10px;
}

.home-desc {
  background: url(../images/home_ranking_bg.webp) no-repeat;
  background-size: cover;
}

.yuna-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 25px;
  border: 4px solid #d0ad53;
  border-radius: 20px;
  background: url(../images/home_yuna_bg.webp) no-repeat;
}
@media screen and (max-width: 1239px) {
  .yuna-desc {
    display: block;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .yuna-desc {
    max-width: 540px;
  }
}
@media screen and (max-width: 575px) {
  .yuna-desc {
    padding: 15px;
  }
}
.yuna-desc figure {
  width: 540px;
  margin-right: 60px;
}
@media screen and (max-width: 1239px) {
  .yuna-desc figure {
    width: 100%;
    margin: 0;
  }
  .yuna-desc figure img {
    width: 100%;
  }
}
.yuna-desc .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1239px) {
  .yuna-desc .txt {
    margin-top: 30px;
  }
}
@media screen and (max-width: 575px) {
  .yuna-desc .txt {
    margin-top: 20px;
  }
}
.yuna-desc .txt h2 {
  font-size: 3.8rem;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  color: #534741;
}
@media screen and (max-width: 1239px) {
  .yuna-desc .txt h2 {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .yuna-desc .txt h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 575px) {
  .yuna-desc .txt h2 {
    font-size: 2.6rem;
  }
}
.yuna-desc .txt p {
  font-size: 1.7rem;
}
@media screen and (max-width: 575px) {
  .yuna-desc .txt p {
    font-size: 1.4rem;
    margin-top: 10px !important;
  }
}
.yuna-desc .txt .link {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .yuna-desc .txt .link {
    margin-top: 20px;
  }
}
.yuna-desc .txt .link a {
  background: #c1272d;
  font-size: 2.2rem;
  color: #fff;
  padding: 12px 100px;
  border-radius: 100px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 991px) {
  .yuna-desc .txt .link a {
    font-size: 2rem;
    padding: 12px 80px;
  }
}
@media screen and (max-width: 575px) {
  .yuna-desc .txt .link a {
    font-size: 1.6rem;
    padding: 12px 40px 12px 30px;
  }
}
.yuna-desc .txt .link a:hover {
  opacity: 0.8;
}
.yuna-desc .txt .link a img {
  width: 28px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 575px) {
  .yuna-desc .txt .link a img {
    right: 10px;
    width: 20px;
  }
}

.home-products__table figure {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .home-products__table figure {
    overflow-x: scroll;
  }
}
@media screen and (max-width: 991px) {
  .home-products__table figure img {
    width: 1200px;
    max-width: 1200px;
  }
}
@media screen and (max-width: 767px) {
  .home-products__table figure img {
    width: 800px;
    max-width: 800px;
  }
}

.home-popularPost {
  background: #fea8b5;
}
.home-popularPost__content .slide_fixed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.home-popularPost__content .slide_fixed .items {
  width: 25%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .home-popularPost__content .slide_fixed .items {
    width: 50%;
  }
  .home-popularPost__content .slide_fixed .items:nth-of-type(n + 3) {
    margin-top: 30px;
  }
}
.home-popularPost__content .slide_fixed .items figure {
  aspect-ratio: 600/360;
  width: 100%;
  overflow: hidden;
}
.home-popularPost__content .slide_fixed .items figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-popularPost__content .slide_fixed .items h5 {
  color: #fff;
  font-weight: 500;
  font-size: 1.6rem;
  margin-top: 10px;
}
@media screen and (max-width: 575px) {
  .home-popularPost__content .slide_fixed .items h5 {
    font-size: 1.4rem;
  }
}

.home-ranking {
  background: url(../images/square_bg.png);
}
.home-ranking__items .item {
  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;
  padding: 60px 23px 23px;
  border-top: 4px solid #cab272;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .home-ranking__items .item {
    padding: 20px 23px 23px;
  }
}
@media screen and (max-width: 575px) {
  .home-ranking__items .item {
    padding: 20px 20px 20px;
  }
}
.home-ranking__items .item:not(:first-of-type) {
  margin-top: 100px;
}
@media screen and (max-width: 1239px) {
  .home-ranking__items .item:not(:first-of-type) {
    margin-top: 80px;
  }
}
@media screen and (max-width: 991px) {
  .home-ranking__items .item:not(:first-of-type) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 991px) {
  .home-ranking__items .item {
    display: block;
  }
}
.home-ranking__items .item-left {
  width: calc(50% - 30px);
}
@media screen and (max-width: 991px) {
  .home-ranking__items .item-left {
    width: 100%;
  }
}
.home-ranking__items .item-left .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.home-ranking__items .item-left .ttl .num {
  width: 109px;
  margin-top: -63px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .home-ranking__items .item-left .ttl .num {
    width: 70px;
    margin-top: -24px;
  }
}
@media screen and (max-width: 575px) {
  .home-ranking__items .item-left .ttl .num {
    margin-right: 15px;
  }
}
.home-ranking__items .item-left .ttl h3 {
  font-size: 3.6rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 575px) {
  .home-ranking__items .item-left .ttl h3 {
    font-size: 2.3rem;
  }
}
.home-ranking__items .item-left .product {
  width: 100%;
  margin-top: 30px;
  text-align: center;
}
.home-ranking__items .item-right {
  width: calc(50% - 30px);
}
@media screen and (max-width: 991px) {
  .home-ranking__items .item-right {
    width: 100%;
    margin-top: 30px;
  }
}
.home-ranking__items .item-right h4 {
  font-size: 3rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .home-ranking__items .item-right h4 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 575px) {
  .home-ranking__items .item-right h4 {
    font-size: 2.2rem;
  }
}
.home-ranking__items .item-right p {
  font-size: 2rem;
  margin-top: 20px;
}
@media screen and (max-width: 991px) {
  .home-ranking__items .item-right p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 575px) {
  .home-ranking__items .item-right p {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}
.home-ranking__items .item .voice {
  width: 100%;
  margin-top: 30px;
  background: #f3eee1;
  border-top: 2px solid #cab272;
}
.home-ranking__items .item .voice h5 {
  font-size: 2rem;
  background: #cab272;
  color: #fff;
  font-weight: 600;
  line-height: 1.6;
  display: inline-block;
  padding: 5px 30px;
}
@media screen and (max-width: 575px) {
  .home-ranking__items .item .voice h5 {
    font-size: 1.6rem;
  }
}
.home-ranking__items .item .voice .check {
  padding: 20px;
}
.home-ranking__items .item .voice .check li {
  position: relative;
  font-size: 1.8rem;
  font-weight: 600;
  padding-left: 30px;
}
@media screen and (max-width: 575px) {
  .home-ranking__items .item .voice .check li {
    font-size: 1.4rem;
    padding-left: 25px;
  }
}
.home-ranking__items .item .voice .check li:before {
  content: "";
  width: 26px;
  height: 22px;
  background: url(../images/check_icon.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 6px;
  left: 0;
}
@media screen and (max-width: 575px) {
  .home-ranking__items .item .voice .check li:before {
    width: 20px;
    height: 17px;
  }
}
.home-ranking__items .item .price {
  margin-top: 30px;
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 575px) {
  .home-ranking__items .item .price {
    margin-top: 20px;
  }
}
.home-ranking__items .item .price tr th, .home-ranking__items .item .price tr td {
  font-size: 1.6rem;
  text-align: center;
  border: 1px solid #e6e6e6;
  line-height: 1.4;
  font-weight: 500;
  padding: 15px 5px;
}
@media screen and (max-width: 575px) {
  .home-ranking__items .item .price tr th, .home-ranking__items .item .price tr td {
    font-size: 1.3rem;
  }
}
.home-ranking__items .item .price tr th small, .home-ranking__items .item .price tr td small {
  font-size: 0.8em;
}
.home-ranking__items .item .price tr th {
  background: #cab272;
  color: #fff;
}
.home-ranking__items .item .point {
  width: 100%;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background: #cab272;
  border-radius: 20px;
}
.home-ranking__items .item .point .yuna-figure {
  width: 141px;
}
@media screen and (max-width: 991px) {
  .home-ranking__items .item .point .yuna-figure {
    width: 130px;
  }
}
@media screen and (max-width: 575px) {
  .home-ranking__items .item .point .yuna-figure {
    width: 80px;
  }
}
.home-ranking__items .item .point .point-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px 10px 10px 0;
}
.home-ranking__items .item .point .point-txt ul {
  padding: 30px 10px;
  border-radius: 10px;
  background: #fff;
  margin-left: -2px;
}
@media screen and (max-width: 575px) {
  .home-ranking__items .item .point .point-txt ul {
    padding: 10px;
  }
}
.home-ranking__items .item .point .point-txt ul li {
  font-size: 1.7rem;
  font-weight: 600;
  padding-left: 23px;
  position: relative;
}
@media screen and (max-width: 575px) {
  .home-ranking__items .item .point .point-txt ul li {
    font-size: 1.3rem;
    padding-left: 18px;
  }
}
.home-ranking__items .item .point .point-txt ul li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 17px;
  height: 17px;
  background: #000000;
  border-radius: 50%;
}
@media screen and (max-width: 575px) {
  .home-ranking__items .item .point .point-txt ul li:before {
    width: 10px;
    height: 10px;
  }
}
.home-ranking__items .item .cta_content {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .home-ranking__items .item .cta_content {
    display: block;
  }
}
.home-ranking__items .item .cta_content .link {
  width: 50%;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .home-ranking__items .item .cta_content .link {
    width: 100%;
  }
  .home-ranking__items .item .cta_content .link:not(:first-of-type) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 575px) {
  .home-ranking__items .item .cta_content .link {
    padding: 0;
  }
}
.home-ranking__items .item .cta_content .link a {
  font-size: 2rem;
  color: #fff;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#f7778e));
  background-image: linear-gradient(180deg, #fcfcfc, #f7778e);
  display: block;
  width: 100%;
  padding: 15px 10px;
  border-radius: 100px;
  border: 2px solid #f7778e;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 575px) {
  .home-ranking__items .item .cta_content .link a {
    font-size: 1.8rem;
  }
}
.home-ranking__items .item .cta_content .link a:hover {
  opacity: 0.8;
}
.home-ranking__items .item .cta_content .link a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 15px;
  height: 15px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
@media screen and (max-width: 575px) {
  .home-ranking__items .item .cta_content .link a:before {
    width: 10px;
    height: 10px;
  }
}
.home-ranking__items .item.gray {
  border-color: #b3b3b3;
}
.home-ranking__items .item.gray .point {
  background: #b3b3b3;
}
.home-ranking__items .item.gray .price tr th {
  background: #b3b3b3;
}
.home-ranking__items .item.gray .voice {
  border-color: #b3b3b3;
  background: #f2f2f2;
}
.home-ranking__items .item.gray .voice h5 {
  background: #b3b3b3;
}
.home-ranking__items .item.brown {
  border-color: #998675;
}
.home-ranking__items .item.brown .point {
  background: #998675;
}
.home-ranking__items .item.brown .price tr th {
  background: #998675;
}
.home-ranking__items .item.brown .voice {
  border-color: #998675;
  background: #ebe7e3;
}
.home-ranking__items .item.brown .voice h5 {
  background: #998675;
}
.home-ranking__items .item.pink {
  border-color: #fea8b5;
}
.home-ranking__items .item.pink .point {
  background: #fea8b5;
}
.home-ranking__items .item.pink .price tr th {
  background: #fea8b5;
}
.home-ranking__items .item.pink .voice {
  border-color: #fea8b5;
  background: #fdeff1;
}
.home-ranking__items .item.pink .voice h5 {
  background: #fea8b5;
}

.home-movie {
  background: url(../images/products_bg.webp) no-repeat;
  background-size: cover;
}
.home-movie__content .movie-box {
  width: 100%;
  aspect-ratio: 16/9;
}
.home-movie__content .movie-box iframe {
  width: 100%;
  height: 100%;
}

.home-point {
  background: url(../images/square_bg.png);
}
.home-point__items .item {
  border: 2px solid #fea8b5;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}
.home-point__items .item .ttl {
  background: #fea8b5;
  padding: 10px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .home-point__items .item .ttl {
    text-align: center;
  }
}
.home-point__items .item .ttl h2 {
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  color: #534741;
}
@media screen and (max-width: 991px) {
  .home-point__items .item .ttl h2 {
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .home-point__items .item .ttl h2 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 575px) {
  .home-point__items .item .ttl h2 {
    font-size: 1.8rem;
  }
}
.home-point__items .item .ttl .ttl-point {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  padding: 1px 25px 4px;
  border-radius: 100px;
  line-height: 1;
  color: #fea8b5;
}
@media screen and (max-width: 991px) {
  .home-point__items .item .ttl .ttl-point {
    position: static;
    width: 160px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: none;
            transform: none;
  }
}
@media screen and (max-width: 575px) {
  .home-point__items .item .ttl .ttl-point {
    width: 140px;
  }
}
.home-point__items .item .ttl .ttl-point .sm {
  font-size: 2rem;
  margin-right: 5px;
  font-weight: 500;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
@media screen and (max-width: 767px) {
  .home-point__items .item .ttl .ttl-point .sm {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 575px) {
  .home-point__items .item .ttl .ttl-point .sm {
    font-size: 1.6rem;
  }
}
.home-point__items .item .ttl .ttl-point .lg {
  font-weight: 500;
  font-size: 3.4rem;
}
@media screen and (max-width: 767px) {
  .home-point__items .item .ttl .ttl-point .lg {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 575px) {
  .home-point__items .item .ttl .ttl-point .lg {
    font-size: 2.4rem;
  }
}
.home-point__items .item_content {
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 991px) {
  .home-point__items .item_content {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .home-point__items .item_content {
    padding: 30px;
  }
}
@media screen and (max-width: 575px) {
  .home-point__items .item_content {
    padding: 20px;
  }
}
.home-point__items .item_content figure {
  width: 365px;
  margin-left: 40px;
}
@media screen and (max-width: 991px) {
  .home-point__items .item_content figure {
    margin: 0 auto;
    width: 100%;
    max-width: 365px;
  }
}
.home-point__items .item_content .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 991px) {
  .home-point__items .item_content .txt {
    margin-top: 30px;
  }
}
@media screen and (max-width: 575px) {
  .home-point__items .item_content .txt {
    margin-top: 20px;
  }
}
.home-point__items .item_content p {
  width: 100%;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .home-point__items .item_content p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 575px) {
  .home-point__items .item_content p {
    font-size: 1.4rem;
  }
}
.home-point__items .item_content ul {
  width: 100%;
}
.home-point__items .item_content ul li {
  font-size: 2.4rem;
  color: #ef477b;
  line-height: 1.8;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .home-point__items .item_content ul li {
    font-size: 2rem;
  }
}
@media screen and (max-width: 575px) {
  .home-point__items .item_content ul li {
    font-size: 1.6rem;
  }
}

.home-experience {
  background: url(../images/bg_gray.webp) no-repeat;
  background-size: cover;
}
.home-experience__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1239px) {
  .home-experience__content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.home-experience__content .item {
  width: 20%;
  background: #fff;
  border: 1px solid #534741;
  padding: 20px;
}
.home-experience__content .item:not(:first-of-type) {
  border-left: none;
}
@media screen and (max-width: 1239px) {
  .home-experience__content .item {
    width: 33.333%;
  }
  .home-experience__content .item:nth-of-type(4) {
    border-left: 1px solid #534741;
  }
  .home-experience__content .item:nth-of-type(4), .home-experience__content .item:nth-of-type(5) {
    border-top: none;
  }
}
@media screen and (max-width: 767px) {
  .home-experience__content .item {
    width: 50%;
  }
  .home-experience__content .item:nth-of-type(n + 3) {
    border-top: none;
  }
  .home-experience__content .item:nth-of-type(3), .home-experience__content .item:nth-of-type(5) {
    border-left: 1px solid #534741;
  }
  .home-experience__content .item:nth-of-type(4) {
    border-left: none;
  }
}
@media screen and (max-width: 575px) {
  .home-experience__content .item {
    padding: 10px 10px 20px;
  }
}
.home-experience__content .item figure {
  width: 100%;
  text-align: center;
}
.home-experience__content .item p {
  text-align: center;
  font-size: 2rem;
  line-height: 1.6;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .home-experience__content .item p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 575px) {
  .home-experience__content .item p {
    font-size: 1.6rem;
  }
}
.home-experience__content .item a {
  display: block;
  background: #c1272d;
  color: #fff;
  text-align: center;
  padding: 4px 10px;
  border-radius: 100px;
  font-size: 1.6rem;
  margin-top: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 575px) {
  .home-experience__content .item a {
    font-size: 1.4rem;
  }
}
.home-experience__content .item a:hover {
  opacity: 0.7;
}

.home-know {
  background: url(../images/yuna_pink_bg.webp) no-repeat top right;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .home-know {
    background: url(../images/yuna_pink_bg_sp.webp) no-repeat top right #fea8b5;
    background-size: contain;
  }
}
.home-know__content {
  margin-left: -40px;
  margin-right: -40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1239px) {
  .home-know__content {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 767px) {
  .home-know__content {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
}
.home-know__content .item {
  padding-left: 40px;
  padding-right: 40px;
  width: 50%;
}
.home-know__content .item:nth-of-type(n + 3) {
  margin-top: 60px;
}
@media screen and (max-width: 1239px) {
  .home-know__content .item {
    padding-left: 20px;
    padding-right: 20px;
  }
  .home-know__content .item:nth-of-type(n + 3) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .home-know__content .item {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .home-know__content .item:nth-of-type(n + 2) {
    margin-top: 30px;
  }
}
.home-know__content .item .movie {
  width: 100%;
  aspect-ratio: 16/9;
}
.home-know__content .item .movie iframe {
  width: 100%;
  height: 100%;
}

.back-table a {
  text-align: center;
  width: 100%;
  max-width: 540px;
  position: relative;
  -webkit-transition: 0;
  transition: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.back-table a:hover {
  -webkit-transform: translateY(6px);
          transform: translateY(6px); /*下に動く*/
  border-bottom: none !important; /*線を消す*/
}
.back-table a:hover:before {
  background: none;
}
.back-table a span {
  color: #534741;
  font-size: 3rem;
  padding: 15px 10px;
  border-radius: 100px;
  border: 2px solid #c7b299;
  display: block;
  background-image: -webkit-gradient(linear, left top, right top, from(#efedc2), to(#c7b299));
  background-image: linear-gradient(90deg, #efedc2, #c7b299);
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .back-table a span {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 575px) {
  .back-table a span {
    font-size: 2rem;
  }
}
.back-table a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 18px;
  height: 18px;
  border-top: solid 2px #534741;
  border-right: solid 2px #534741;
}
@media screen and (max-width: 575px) {
  .back-table a:after {
    width: 12px;
    height: 12px;
  }
}
.back-table a:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #534741;
  z-index: -1 !important;
  border-radius: 100px;
}

.breadList {
  padding: 20px 0;
  font-size: 1.4rem;
}
.breadList_single_margin {
  margin-top: 77px;
}
.breadList .breadcrumbs span, .breadList .breadcrumbs a {
  font-size: 1.1rem;
  line-height: 1;
}
.breadList .breadcrumbs a {
  margin-right: 30px;
  position: relative;
}
.breadList .breadcrumbs a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -17px;
  -webkit-transform: translateY(-40%) rotate(45deg);
          transform: translateY(-40%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
}
.breadList .breadcrumbs span:last-of-type a {
  cursor: default;
  margin-right: 0;
}
.breadList .breadcrumbs span:last-of-type a:before {
  display: none;
}

.single_mainVisual {
  margin-top: 77px;
}
@media screen and (max-width: 575px) {
  .single_mainVisual {
    margin-top: 56px;
  }
}

.single_mainVisual {
  padding: 120px 0;
  background: #fff0f3;
}
@media screen and (max-width: 767px) {
  .single_mainVisual {
    padding: 60px 0;
  }
}
@media screen and (max-width: 575px) {
  .single_mainVisual {
    padding: 60px 0;
  }
}
.single_mainVisual h1, .single_mainVisual h2 {
  font-size: 5rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .single_mainVisual h1, .single_mainVisual h2 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .single_mainVisual h1, .single_mainVisual h2 {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 575px) {
  .single_mainVisual h1, .single_mainVisual h2 {
    font-size: 2.8rem;
  }
}
.single_mainVisual h1 .sm, .single_mainVisual h2 .sm {
  font-size: 2.4rem;
}
@media screen and (max-width: 991px) {
  .single_mainVisual h1 .sm, .single_mainVisual h2 .sm {
    font-size: 2rem;
  }
}
@media screen and (max-width: 575px) {
  .single_mainVisual h1 .sm, .single_mainVisual h2 .sm {
    font-size: 1.6rem;
  }
}
.single_mainVisual h1 small, .single_mainVisual h2 small {
  display: block;
  font-size: 1.6rem;
  color: #ef477b;
}
@media screen and (max-width: 991px) {
  .single_mainVisual h1 small, .single_mainVisual h2 small {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 575px) {
  .single_mainVisual h1 small, .single_mainVisual h2 small {
    font-size: 1.2rem;
  }
}
.single_mainVisual .sepVer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .single_mainVisual .sepVer {
    display: block;
  }
}
.single_mainVisual .sepVer strong {
  font-size: 1.6rem;
  font-weight: 500;
  margin-left: 20px;
  color: #1444bc;
}
@media screen and (max-width: 767px) {
  .single_mainVisual .sepVer strong {
    margin: 0;
    display: block;
  }
}

.archive_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.archive_list .items {
  margin-right: 60px;
  width: 360px;
}
.archive_list .items:nth-of-type(3n) {
  margin-right: 0;
}
.archive_list .items:nth-of-type(n + 4) {
  margin-top: 80px;
}
@media screen and (max-width: 1239px) {
  .archive_list .items {
    width: 31%;
    margin-right: 3.5%;
  }
  .archive_list .items:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .archive_list .items {
    width: 48%;
    margin-right: 4% !important;
  }
  .archive_list .items:nth-of-type(even) {
    margin-right: 0 !important;
  }
  .archive_list .items:nth-of-type(n + 3) {
    margin-top: 60px !important;
  }
}
@media screen and (max-width: 575px) {
  .archive_list .items {
    width: 100%;
    margin: 0 !important;
  }
  .archive_list .items:not(:first-of-type) {
    margin-top: 40px !important;
  }
}
.archive_list .items a {
  display: block;
  text-decoration: none;
}
.archive_list .items a figure {
  width: 360px;
  aspect-ratio: 360/240;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1239px) {
  .archive_list .items a figure {
    width: 100%;
  }
}
.archive_list .items a figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.archive_list .items a figure .new {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 1.1rem;
  background: #1444bc;
  color: #fff;
  border-radius: 100px;
  padding: 2px 15px;
}
.archive_list .items a .txt_box {
  margin-top: 16px;
}
.archive_list .items a .txt_box h5 {
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 575px) {
  .archive_list .items a .txt_box h5 {
    font-size: 1.6rem;
  }
}
.archive_list .items a .txt_box p {
  font-size: 1.3rem;
  color: #717787;
  margin-top: 5px;
}
@media screen and (max-width: 575px) {
  .archive_list .items a .txt_box p {
    font-size: 1.2rem;
  }
}

.archive_pager {
  text-align: center;
  position: relative;
}
.archive_pager .wp-pagenavi {
  display: inline-block;
  background: #fff0f3;
  padding: 10px 30px;
  border-radius: 100px;
}
.archive_pager .wp-pagenavi a, .archive_pager .wp-pagenavi span {
  font-size: 1.6rem;
  margin: 0;
  line-height: 1;
  display: inline-block;
  padding: 16px 20px;
  border-radius: 50%;
  color: #ef477b;
  text-decoration: none !important;
}
@media screen and (max-width: 575px) {
  .archive_pager .wp-pagenavi a, .archive_pager .wp-pagenavi span {
    padding: 11px 15px;
  }
}
.archive_pager .wp-pagenavi .current {
  background: #fff;
}
.archive_pager .nextpostslink {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 40px;
}
.archive_pager .nextpostslink:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 14px;
  height: 14px;
  border-top: 2px solid #ef477b;
  border-right: 2px solid #ef477b;
}
.archive_pager .previouspostslink {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 40px;
}
.archive_pager .previouspostslink:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 14px;
  height: 14px;
  border-bottom: 2px solid #ef477b;
  border-left: 2px solid #ef477b;
}

.u-margintop--xl {
  margin-top: 180px;
}
@media screen and (max-width: 991px) {
  .u-margintop--xl {
    margin-top: 150px;
  }
}
@media screen and (max-width: 767px) {
  .u-margintop--xl {
    margin-top: 120px;
  }
}

.u-margintop--lg {
  margin-top: 150px;
}
@media screen and (max-width: 991px) {
  .u-margintop--lg {
    margin-top: 120px;
  }
}
@media screen and (max-width: 767px) {
  .u-margintop--lg {
    margin-top: 80px;
  }
}

.u-margintop--ml {
  margin-top: 120px;
}
@media screen and (max-width: 991px) {
  .u-margintop--ml {
    margin-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  .u-margintop--ml {
    margin-top: 60px;
  }
}

.u-margintop--md {
  margin-top: 80px;
}
@media screen and (max-width: 991px) {
  .u-margintop--md {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .u-margintop--md {
    margin-top: 40px;
  }
}

.u-margintop--sm {
  margin-top: 60px;
}
@media screen and (max-width: 991px) {
  .u-margintop--sm {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .u-margintop--sm {
    margin-top: 30px;
  }
}

.u-margintop--xs {
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  .u-margintop--xs {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .u-margintop--xs {
    margin-top: 20px;
  }
}

.u-margintop--xxs {
  margin-top: 20px;
}
@media screen and (max-width: 991px) {
  .u-margintop--xxs {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .u-margintop--xxs {
    margin-top: 15px;
  }
}

.u-padding--xl {
  padding: 180px 0;
}
@media screen and (max-width: 991px) {
  .u-padding--xl {
    padding: 150px 0;
  }
}
@media screen and (max-width: 767px) {
  .u-padding--xl {
    padding: 120px 0;
  }
}

.u-padding--lg {
  padding: 150px 0;
}
@media screen and (max-width: 991px) {
  .u-padding--lg {
    padding: 120px 0;
  }
}
@media screen and (max-width: 767px) {
  .u-padding--lg {
    padding: 90px 0;
  }
}

.u-padding--ml {
  padding: 120px 0;
}
@media screen and (max-width: 991px) {
  .u-padding--ml {
    padding: 90px 0;
  }
}
@media screen and (max-width: 767px) {
  .u-padding--ml {
    padding: 60px 0;
  }
}

.u-padding--md {
  padding: 80px 0;
}
@media screen and (max-width: 991px) {
  .u-padding--md {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .u-padding--md {
    padding: 60px 0;
  }
}

.u-padding--sm {
  padding: 60px 0;
}
@media screen and (max-width: 991px) {
  .u-padding--sm {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .u-padding--sm {
    padding: 30px 0;
  }
}

.u-padding--xs {
  padding: 30px 0;
}
@media screen and (max-width: 991px) {
  .u-padding--xs {
    padding: 25px 0;
  }
}
@media screen and (max-width: 767px) {
  .u-padding--xs {
    padding: 20px 0;
  }
}