@charset "UTF-8";
/*
Theme Name: 坂源
*/
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

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

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

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

@media (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
}

html {
  font-size: 62.5%;
}

body {
  font-size: clamp(1.2rem, 1.143rem + 0.29vw, 1.6rem);
  line-height: 1.6em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #271F0A;
}

.f_din {
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.f_serif {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

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

.fw500 {
  font-weight: 500 !important;
}

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

.fs10 {
  font-size: clamp(1rem, 1rem + 0vw, 1rem);
}

.fs11 {
  font-size: clamp(1rem, 0.986rem + 0.07vw, 1.1rem);
}

.fs12 {
  font-size: clamp(1rem, 0.971rem + 0.14vw, 1.2rem);
}

.fs13 {
  font-size: clamp(1.1rem, 1.071rem + 0.14vw, 1.3rem);
}

.fs14 {
  font-size: clamp(1.1rem, 1.057rem + 0.21vw, 1.4rem);
}

.fs15 {
  font-size: clamp(1.15rem, 1.1rem + 0.25vw, 1.5rem);
}

.fs16 {
  font-size: clamp(1.2rem, 1.143rem + 0.29vw, 1.6rem);
}

.fs17 {
  font-size: clamp(1.25rem, 1.186rem + 0.32vw, 1.7rem);
}

.fs18 {
  font-size: clamp(1.3rem, 1.229rem + 0.36vw, 1.8rem);
}

.fs19 {
  font-size: clamp(1.35rem, 1.271rem + 0.39vw, 1.9rem);
}

.fs20 {
  font-size: clamp(1.4rem, 1.314rem + 0.43vw, 2rem);
}

.fs21 {
  font-size: clamp(1.45rem, 1.357rem + 0.46vw, 2.1rem);
}

.fs22 {
  font-size: clamp(1.5rem, 1.4rem + 0.5vw, 2.2rem);
}

.fs23 {
  font-size: clamp(1.6rem, 1.5rem + 0.5vw, 2.3rem);
}

.fs24 {
  font-size: clamp(1.7rem, 1.6rem + 0.5vw, 2.4rem);
}

.fs25 {
  font-size: clamp(1.8rem, 1.7rem + 0.5vw, 2.5rem);
}

.fs26 {
  font-size: clamp(1.9rem, 1.8rem + 0.5vw, 2.6rem);
}

.fs27 {
  font-size: clamp(2rem, 1.9rem + 0.5vw, 2.7rem);
}

.fs28 {
  font-size: clamp(2.1rem, 2rem + 0.5vw, 2.8rem);
}

.fs29 {
  font-size: clamp(2.2rem, 2.1rem + 0.5vw, 2.9rem);
}

.fs30 {
  font-size: clamp(2.3rem, 2.2rem + 0.5vw, 3rem);
}

.fs31 {
  font-size: clamp(2.4rem, 2.3rem + 0.5vw, 3.1rem);
}

.fs32 {
  font-size: clamp(2.5rem, 2.4rem + 0.5vw, 3.2rem);
}

.fs33 {
  font-size: clamp(2.6rem, 2.5rem + 0.5vw, 3.3rem);
}

.fs34 {
  font-size: clamp(2.7rem, 2.6rem + 0.5vw, 3.4rem);
}

.fs35 {
  font-size: clamp(2.8rem, 2.7rem + 0.5vw, 3.5rem);
}

.fs36 {
  font-size: clamp(2.9rem, 2.8rem + 0.5vw, 3.6rem);
}

.fs37 {
  font-size: clamp(3rem, 2.9rem + 0.5vw, 3.7rem);
}

.fs38 {
  font-size: clamp(3.1rem, 3rem + 0.5vw, 3.8rem);
}

.fs39 {
  font-size: clamp(3.2rem, 3.1rem + 0.5vw, 3.9rem);
}

.fs40 {
  font-size: clamp(3.3rem, 3.2rem + 0.5vw, 4rem);
}

.top_cnt01 .block {
  width: 100%;
  height: 80vw;
  max-height: 960px;
  position: relative;
}
.top_cnt01 .img img {
  width: 100%;
  max-width: 100%;
  height: 80vw;
  max-height: 960px;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_cnt01 .contents {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}
@media (max-width: 768px) {
  .top_cnt01 .block {
    height: 95vw;
    max-height: none;
  }
  .top_cnt01 .img img {
    height: 95vw;
  }
}
@media (max-width: 576px) {
  .top_cnt01 .block {
    height: 130vw;
  }
  .top_cnt01 .img img {
    height: 130vw;
  }
}

.slick-dots {
  bottom: 3rem;
  text-align: right;
  padding: 0 3rem;
}
@media (max-width: 1024px) {
  .slick-dots {
    text-align: center;
  }
}

.slick-dots li button:before {
  color: #fff;
  opacity: 1;
  font-size: 13px;
}
@media (max-width: 1024px) {
  .slick-dots li button:before {
    font-size: 12px;
  }
}

.slick-dots li.slick-active button:before {
  color: #BEAC81;
  opacity: 1;
  font-size: 13px;
}
@media (max-width: 1024px) {
  .slick-dots li.slick-active button:before {
    font-size: 12px;
  }
}

.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

.top_mv_content01 {
  color: #fff;
}
.top_mv_content01 .catch01 {
  font-size: 8rem;
  letter-spacing: 0.125em;
  margin: 0 0 6rem 0;
}
.top_mv_content01 .catch02 {
  font-size: 4.25rem;
  letter-spacing: 0.125em;
  margin: 0 0 7rem 0;
}
.top_mv_content01 .txt01 {
  font-size: 3.5rem;
  line-height: 1.3em;
  margin: 0 0 7rem 0;
}
.top_mv_content01 .button .blink {
  display: inline-block;
  background: #fff;
  color: #000;
  font-size: 2.8rem;
  font-weight: 500;
  padding: 2rem 7.5rem;
  position: relative;
}
.top_mv_content01 .button .blink::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 2rem;
}
.top_mv_content01 .button .blink:hover {
  background: #BEAC81;
  color: #fff;
}
@media (max-width: 1280px) {
  .top_mv_content01 .catch01 {
    font-size: 6vw;
    margin: 0 0 4vw 0;
  }
  .top_mv_content01 .catch02 {
    font-size: 3.5vw;
    margin: 0 0 4rem 0;
  }
  .top_mv_content01 .txt01 {
    font-size: 3vw;
    line-height: 1.3em;
    margin: 0 0 5rem 0;
  }
}
@media (max-width: 768px) {
  .top_mv_content01 .button .blink {
    font-size: 3vw;
    padding: 2rem 0;
    width: 300px;
    text-align: center;
  }
  .top_mv_content01 .button .blink::after {
    font-size: 3vw;
  }
}
@media (max-width: 576px) {
  .top_mv_content01 .catch01 {
    font-size: 7vw;
    margin: 0 0 3vw 0;
  }
  .top_mv_content01 .catch02 {
    font-size: 4vw;
    margin: 0 0 5vw 0;
  }
  .top_mv_content01 .txt01 {
    font-size: 3.5vw;
    margin: 0 0 5vw 0;
  }
  .top_mv_content01 .button .blink {
    font-size: 3vw;
    padding: 1rem 0;
    width: 220px;
    text-align: center;
  }
}
@media (max-width: 375px) {
  .top_mv_content01 .txt01 {
    font-size: 4vw;
  }
  .top_mv_content01 .button .blink {
    font-size: 4vw;
  }
}

.top_cnt02 {
  padding: 10rem 0;
}
@media (max-width: 576px) {
  .top_cnt02 {
    padding: 7rem 0;
  }
}

.top_cnt03 {
  padding: 10rem 0;
  background: #F2EFEA;
}
@media (max-width: 576px) {
  .top_cnt03 {
    padding: 7rem 0;
  }
}

.top_cnt04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top_cnt04 .block {
  width: 23.5%;
  border-radius: 15px;
  overflow: hidden;
}
.top_cnt04 .block:first-child, .top_cnt04 .block:nth-child(2) {
  width: 49%;
  margin: 0 0 2.5rem 0;
}
.top_cnt04 .block:first-child span, .top_cnt04 .block:nth-child(2) span {
  font-size: clamp(1.7rem, 1.6rem + 0.5vw, 2.4rem);
}
.top_cnt04 .block span {
  background: #fff;
  font-size: clamp(1.3rem, 1.229rem + 0.36vw, 1.8rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  padding: 2rem 3rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top_cnt04 .block span::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
}
.top_cnt04 .block:hover span {
  background: #BEAC81;
  color: #fff;
}
@media (max-width: 1024px) {
  .top_cnt04 .block:first-child, .top_cnt04 .block:nth-child(2) {
    margin: 0 0 2vw 0;
  }
  .top_cnt04 .block:first-child span, .top_cnt04 .block:nth-child(2) span {
    font-size: 1.8rem;
  }
  .top_cnt04 .block span {
    padding: 1.5rem 1.5rem;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
@media (max-width: 768px) {
  .top_cnt04 .block {
    border-radius: 10px;
    width: 48.5%;
  }
  .top_cnt04 .block:first-child, .top_cnt04 .block:nth-child(2) {
    width: 100%;
    margin: 0 0 3vw 0;
  }
  .top_cnt04 .block:first-child span, .top_cnt04 .block:nth-child(2) span {
    font-size: clamp(1.7rem, 1.6rem + 0.5vw, 2.4rem);
  }
  .top_cnt04 .block:nth-child(3), .top_cnt04 .block:nth-child(4) {
    margin: 0 0 3vw 0;
  }
  .top_cnt04 .block span {
    padding: 2rem;
    font-size: clamp(1.3rem, 1.229rem + 0.36vw, 1.8rem);
    letter-spacing: 0.05em;
  }
}
@media (max-width: 576px) {
  .top_cnt04 .block:first-child span, .top_cnt04 .block:nth-child(2) span {
    font-size: 1.6rem;
  }
  .top_cnt04 .block:nth-child(3), .top_cnt04 .block:nth-child(4) {
    margin: 0 0 3vw 0;
  }
  .top_cnt04 .block span {
    letter-spacing: 0;
    font-size: 1.35rem;
    padding: 1.5rem 1rem;
  }
}
@media (max-width: 375px) {
  .top_cnt04 .block:nth-child(3) span, .top_cnt04 .block:nth-child(4) span, .top_cnt04 .block:nth-child(5) span, .top_cnt04 .block:nth-child(6) span {
    font-size: 3.5vw !important;
  }
}

.top_cnt05 {
  padding: 10rem 0;
}
@media (max-width: 576px) {
  .top_cnt05 {
    padding: 7rem 0;
  }
}

.top_cnt06 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top_cnt06 .block {
  width: 23%;
}
.top_cnt06 .block .img {
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
}
.top_cnt06 .block .img a img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top_cnt06 .block .img a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.top_cnt06 .block .title {
  text-align: center;
  font-size: clamp(1.2rem, 1.2rem + 0.43vw, 2rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 3rem 0 2rem 0;
}
.top_cnt06 .block .txt {
  font-size: clamp(1.1rem, 1.1rem + 0.36vw, 1.8rem);
  line-height: 1.6em;
}
@media (max-width: 768px) {
  .top_cnt06 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top_cnt06 .block {
    width: 47%;
    margin: 0 0 4rem 0;
  }
  .top_cnt06 .block:nth-child(3), .top_cnt06 .block:nth-child(4) {
    margin: 0;
  }
}
@media (max-width: 576px) {
  .top_cnt06 .block .title {
    margin: 2rem 0 1.5rem 0;
  }
}
@media (max-width: 375px) {
  .top_cnt06 .block .img {
    max-width: 280px;
    margin: 0 auto;
  }
}

.top_cnt07 {
  padding: 6rem 0;
  background: #F2EFEA;
}
@media (max-width: 576px) {
  .top_cnt07 {
    padding: 5rem 0;
  }
}

#metaslider_187 .slides li img {
  width: 100%;
  height: 1100px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1919px) {
  #metaslider_187 .slides li img {
    height: 45vw;
  }
}
@media (max-width: 1280px) {
  #metaslider_187 .slides li img {
    height: 55vw;
  }
}

#metaslider_200 .slides li img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.slider__pc .flex-control-nav {
  bottom: 5rem !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
  padding-right: 5rem !important;
}
.slider__pc .flex-control-nav li a {
  background: #fff !important;
  width: 16px !important;
  height: 16px !important;
}
.slider__pc .flex-control-nav li a.flex-active {
  background: #DFD9C0 !important;
}
@media (max-width: 1280px) {
  .slider__pc .flex-control-nav {
    bottom: 3rem !important;
    padding-right: 3rem !important;
  }
  .slider__pc .flex-control-nav li a {
    width: 12px !important;
    height: 12px !important;
  }
}

.slider__sp .flex-control-nav {
  bottom: 3rem !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
  padding-right: 3rem !important;
}
.slider__sp .flex-control-nav li a {
  background: #fff !important;
  width: 12px !important;
  height: 12px !important;
}
.slider__sp .flex-control-nav li a.flex-active {
  background: #DFD9C0 !important;
}

.post_block .post_header {
  margin: 0 0 8rem 0;
}
@media (max-width: 768px) {
  .post_block .post_header {
    margin: 0 0 5rem 0;
  }
}
@media (max-width: 576px) {
  .post_block .post_header {
    margin: 0 0 4rem 0;
  }
}
.post_block .post_header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 1rem 0;
}
.post_block .post_header .inner .date {
  margin: 0 2rem 0 0;
}
.post_block .post_header .inner .category {
  border: #CFC5B3 solid 1px;
  border-radius: 5px;
  line-height: 1;
  padding: 0.75rem 1.5rem;
  font-size: clamp(1.1rem, 1.057rem + 0.21vw, 1.4rem);
}
.post_block .post_header .headline {
  font-size: clamp(1.8rem, 1.8rem + 0.5vw, 3.2rem);
  font-weight: 700;
  line-height: 1.6em;
}
.post_block .post_main p {
  margin: 0 0 3rem 0;
  font-size: clamp(1.3rem, 1.229rem + 0.36vw, 1.8rem);
  line-height: 1.8em;
}
@media (max-width: 576px) {
  .post_block .post_main p {
    margin: 0 0 2rem 0;
  }
}
.post_block .post_main h2 {
  margin: 0 0 3rem 0;
  font-size: clamp(2.1rem, 2rem + 0.5vw, 2.8rem);
  font-weight: 700;
  line-height: 1.6em;
}
.post_block .post_main h3 {
  margin: 0 0 3rem 0;
  font-size: clamp(1.7rem, 1.6rem + 0.5vw, 2.4rem);
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.6em;
}
.post_block .post_main h3::after {
  content: "";
  display: block;
  height: 1px;
  background: #B8B8B8;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 0 0 2rem;
}
.post_block .post_main h4 {
  margin: 0 0 3rem 0;
  border-bottom: #B8B8B8 solid 1px;
  font-size: clamp(1.4rem, 1.314rem + 0.43vw, 2rem);
  display: inline-block;
  line-height: 1.6em;
  font-weight: 500;
}
.post_block .post_main h5 {
  margin: 0 0 3rem 0;
  color: #978967;
  font-weight: 700;
  font-size: clamp(1.3rem, 1.229rem + 0.36vw, 1.8rem);
  line-height: 1.6em;
}
.post_block .post_main ul {
  border: #D2D2D2 solid 1px;
  padding: 2rem 3rem;
  margin: 0 0 3rem 0;
}
.post_block .post_main ul li {
  position: relative;
  line-height: 1.6em;
  margin: 0 0 0.5rem 0;
  padding: 0 0 0 1.5rem;
}
.post_block .post_main ul li::before {
  content: "";
  display: block;
  background: #BEAC81;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  position: absolute;
  top: 10px;
  left: 0;
}
.post_block .post_main ul li:last-child {
  margin: 0;
}
@media (max-width: 768px) {
  .post_block .post_main ul {
    padding: 1.5rem 2rem;
  }
  .post_block .post_main ul li::before {
    top: 8px;
  }
}
@media (max-width: 576px) {
  .post_block .post_main ul li::before {
    top: 7px;
  }
}
.post_block .post_main ol {
  border: #D2D2D2 solid 1px;
  padding: 2rem 3rem;
  counter-reset: my-counter;
  margin: 0 0 3rem 0;
}
.post_block .post_main ol li {
  position: relative;
  line-height: 1.6em;
  margin: 0 0 0.75rem 0;
  padding: 0 0 0 3rem;
}
.post_block .post_main ol li::before {
  content: counter(my-counter);
  counter-increment: my-counter;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 20px;
  width: 20px;
  color: #271F0A;
  line-height: 1;
  position: absolute;
  top: 3px;
  left: 0;
  border: #BEAC81 solid 1px;
  font-size: 1.2rem;
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.post_block .post_main ol li:last-child {
  margin: 0;
}
@media (max-width: 768px) {
  .post_block .post_main ol {
    padding: 1.5rem 2rem;
  }
  .post_block .post_main ol li::before {
    top: 1px;
  }
}
.post_block .post_main table {
  width: 100%;
  border-top: #CBCBCB solid 1px;
  margin: 0 0 3rem 0;
}
.post_block .post_main table thead tr th {
  border-bottom: #CBCBCB solid 1px;
  padding: 1.5rem 2rem;
  font-weight: 400;
}
.post_block .post_main table thead tr th:first-child {
  background: #F6F6F6;
  font-weight: 700;
}
.post_block .post_main table tbody tr th {
  background: #F6F6F6;
  border-bottom: #CBCBCB solid 1px;
  padding: 1.5rem 2rem;
  font-weight: 400;
}
.post_block .post_main table tbody tr td {
  border-bottom: #CBCBCB solid 1px;
  padding: 1.5rem 2rem;
}
.post_block .post_main a {
  color: #A78432;
  text-decoration: underline;
}
.post_block .post_main a:hover {
  text-decoration: none;
}

img.alignright {
  display: block;
  margin: 0 0 0 auto !important;
}

img.alignleft {
  display: block;
  margin: 0 auto 0 0 !important;
}

img.aligncenter {
  display: block;
  margin: 0 auto !important;
}

/*
reset
*/
.wp-block-table td,
.wp-block-table th {
  border: none !important;
}

@media (max-width: 1024px) {
  .product_main_block {
    display: block !important;
    margin-bottom: 10rem !important;
  }
}
@media (max-width: 768px) {
  .product_main_block {
    margin-bottom: 7rem !important;
  }
}
.product_main_block h1.wp-block-heading {
  font-size: clamp(2.3rem, 2.2rem + 0.5vw, 3rem);
  font-weight: 700;
  line-height: 1.6em;
  color: #271F0A;
  letter-spacing: 0.1em;
  margin: 0 0 3rem 0;
}
.product_main_block h2.wp-block-heading {
  font-size: clamp(1.4rem, 1.314rem + 0.43vw, 2rem);
  font-weight: 700;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  margin: 0 0 3rem 0;
}
.product_main_block p {
  font-size: clamp(1.2rem, 1.143rem + 0.29vw, 1.6rem);
  line-height: 2.2em;
  letter-spacing: 0.1em;
  margin: 0 0 2.5rem 0;
}
.product_main_block p.buybtn {
  margin: 6rem 0 0 0;
}
.product_main_block p.buybtn a {
  display: block;
  color: #615648;
  font-size: clamp(1.4rem, 1.314rem + 0.43vw, 2rem);
  font-weight: 700;
  padding: 3rem 0;
  width: 100%;
  max-width: 580px;
  border-radius: 999px;
  background: #fff;
  position: relative;
  text-align: center;
  margin: 0 auto;
  border: #BEAC81 solid 1px;
}
.product_main_block p.buybtn a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 2.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.product_main_block p.buybtn a:hover {
  background: #BEAC81;
  color: #fff;
}
@media (max-width: 1024px) {
  .product_main_block p.buybtn a {
    width: 100%;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    padding: 2rem 0;
  }
  .product_main_block p.buybtn a::after {
    position: absolute;
    top: 50%;
    right: 1.5rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media (max-width: 1024px) {
  .product_slider_block {
    margin-bottom: 5rem !important;
  }
}
.product_slider_block .sliderproduct {
  margin: 0 0 2rem 0;
  position: relative;
}
@media (max-width: 576px) {
  .product_slider_block .sliderproduct {
    margin: 0 0 1rem 0;
  }
}
.product_slider_block .slick-img img {
  width: 98%;
  max-width: 98%;
  height: 515px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto !important;
}
@media (max-width: 768px) {
  .product_slider_block .slick-img img {
    height: 70vw;
  }
}
.product_slider_block .thumbnail-img {
  display: block !important;
}
.product_slider_block .thumbnail .slick-track {
  -webkit-transform: unset !important;
          transform: unset !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  width: 100% !important;
}
.product_slider_block .thumbnail .slick-track .slick-slide {
  width: 18% !important;
  height: 100px !important;
  float: none !important;
  margin: 0 1% 1.5rem 1% !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  cursor: pointer;
}
@media (max-width: 768px) {
  .product_slider_block .thumbnail .slick-track .slick-slide {
    border-radius: 7px !important;
    height: 13vw !important;
  }
}
@media (max-width: 576px) {
  .product_slider_block .thumbnail .slick-track .slick-slide {
    border-radius: 5px !important;
    width: 31% !important;
    height: 19vw !important;
  }
}
.product_slider_block .thumbnail .slick-track .slick-slide img {
  width: 100% !important;
  height: 100px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  line-height: 0 !important;
}
@media (max-width: 768px) {
  .product_slider_block .thumbnail .slick-track .slick-slide img {
    height: 13vw !important;
  }
}
@media (max-width: 576px) {
  .product_slider_block .thumbnail .slick-track .slick-slide img {
    height: 19vw !important;
  }
}
.product_slider_block .prev-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 20px;
  z-index: 1;
}
@media (max-width: 576px) {
  .product_slider_block .prev-arrow {
    left: 10px;
  }
}
.product_slider_block .next-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  z-index: 1;
}
@media (max-width: 576px) {
  .product_slider_block .next-arrow {
    right: 10px;
  }
}

.product_imgtxt_block {
  border-top: #B4B4B4 solid 1px !important;
}
.product_imgtxt_block .wp-block-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  /*        border-bottom: #B4B4B4 solid 1px;*/
  padding: 6rem 5rem;
  margin-bottom: 0 !important;
}
@media (max-width: 781px) {
  .product_imgtxt_block .wp-block-columns {
    padding: 4rem 0;
  }
}
.product_imgtxt_block .wp-block-columns .wp-block-column {
  padding: 0 2rem;
}
@media (max-width: 781px) {
  .product_imgtxt_block .wp-block-columns .wp-block-column.imgblock {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .product_imgtxt_block .wp-block-columns .wp-block-column.txtblock {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.product_imgtxt_block .wp-block-columns .wp-block-heading {
  color: #271F0A;
  font-size: clamp(1.4rem, 1.314rem + 0.43vw, 2rem);
  font-weight: 700;
  line-height: 1.6em;
  margin: 0 0 3rem 0;
}
.product_imgtxt_block .wp-block-columns p {
  font-size: clamp(1.2rem, 1.143rem + 0.29vw, 1.6rem);
  line-height: 2.2em;
  letter-spacing: 0.1em;
}

.product_table_block {
  margin-top: 10rem !important;
}
.product_table_block .wp-block-heading {
  color: #271F0A;
  font-size: clamp(1.4rem, 1.314rem + 0.43vw, 2rem);
  font-weight: 700;
  line-height: 1.6em;
  margin: 0 0 2rem;
}

.wp-block-table .has-fixed-layout {
  width: 100%;
  border-top: #c5c5c5 solid 1px;
  border-right: #c5c5c5 solid 1px;
}
.wp-block-table .has-fixed-layout tbody tr td {
  border-bottom: #c5c5c5 solid 1px !important;
  border-left: #c5c5c5 solid 1px !important;
  padding: 1.5rem 2rem;
}
.wp-block-table .has-fixed-layout tbody tr:first-child td {
  background: #F7F7FA;
  font-weight: 500;
}
.wp-block-table .has-fixed-layout tbody tr:first-child td:first-child {
  width: 15%;
}
.wp-block-table .has-fixed-layout tbody tr:first-child td:nth-child(3) {
  width: 15%;
}
.wp-block-table .has-fixed-layout tbody tr:first-child td:nth-child(4) {
  width: 15%;
}
@media (max-width: 576px) {
  .wp-block-table .has-fixed-layout {
    table-layout: auto !important;
  }
}

.wp-block-separator {
  border-top: 1px solid #B4B4B4 !important;
}

@media (max-width: 1024px) {
  .drawer_nav {
    background: white;
    position: fixed;
    top: -300%;
    left: 0;
    width: 100%;
    height: auto;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.16);
  }
  .drawer_nav.active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    overflow-y: scroll;
    height: auto;
  }
}
@media (max-width: 1024px) and (max-height: 620px) {
  .drawer_nav.active {
    height: 100%;
  }
}

.openbtn {
  display: none;
}
@media (max-width: 1024px) {
  .openbtn {
    display: block;
    position: fixed;
    top: 18px;
    right: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    z-index: 5;
  }
  .openbtn span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    left: 14px;
    height: 3px;
    background: #fff;
    width: 60%;
  }
  .openbtn span:nth-child(1) {
    top: 15px;
  }
  .openbtn span:nth-child(2) {
    top: 23px;
  }
  .openbtn span:nth-child(3) {
    top: 31px;
  }
  .openbtn.active span {
    background: #000;
  }
  .openbtn.active span:nth-child(1) {
    top: 18px;
    left: 18px;
    -webkit-transform: translateY(6px) rotate(-45deg);
            transform: translateY(6px) rotate(-45deg);
    width: 60%;
  }
  .openbtn.active span:nth-child(2) {
    opacity: 0;
  }
  .openbtn.active span:nth-child(3) {
    top: 30px;
    left: 18px;
    -webkit-transform: translateY(-6px) rotate(45deg);
            transform: translateY(-6px) rotate(45deg);
    width: 60%;
  }
  .openbtn.scroll-nav span, .openbtn.is__layer span {
    background: #000;
  }
}
@media (max-width: 576px) {
  .openbtn {
    top: 6px;
    right: 5px;
  }
  .openbtn span {
    width: 50%;
  }
  .openbtn.active span:nth-child(1) {
    width: 50%;
  }
  .openbtn.active span:nth-child(3) {
    width: 50%;
  }
}

body.fixed {
  height: 100%;
  overflow: hidden;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

@media (max-width: 1024px) {
  .header_wrap__pc {
    display: none;
  }
}

.header_wrap__pc_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  height: 86px;
  position: relative;
  z-index: 5;
}
.header_wrap__pc_inner .logo {
  margin: 1rem 7rem 1rem 2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header_wrap__pc_inner .logo a .is__white {
  display: block;
}
.header_wrap__pc_inner .logo a .is__black {
  display: none;
}
.header_wrap__pc_inner .drawer_nav.is__pc {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.header_wrap__pc_inner .drawer_nav.is__pc .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_wrap__pc_inner .drawer_nav.is__pc .nav li {
  margin: 0 5rem 0 0;
  font-size: clamp(1.3rem, 1.229rem + 0.1vw, 1.8rem);
  font-weight: 500;
}
@media (max-width: 1290px) {
  .header_wrap__pc_inner .drawer_nav.is__pc .nav li {
    margin: 0 3vw 0 0;
  }
}
.header_wrap__pc_inner .drawer_nav.is__pc .nav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 86px;
  color: #fff;
}
.header_wrap__pc_inner .drawer_nav.is__pc .nav li a.is__productsmenu {
  cursor: pointer;
}
.header_wrap__pc_inner .drawer_nav.is__pc .nav li a.is__productsmenu::after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 900;
  margin: 0 0 0 0.5rem;
}
.header_wrap__pc_inner .drawer_nav.is__pc .nav li.is__lang {
  margin: 0 1.2rem 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
}
.header_wrap__pc_inner .drawer_nav.is__pc .nav li.is__lang a {
  width: 3.4rem;
  height: 3.4rem;
  padding: 0;
  border-radius: 50%;
  border: 1px solid #1a1a1a;
  background: #fff;
  color: #1a1a1a;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
  box-sizing: border-box;
}
.header_wrap__pc_inner .drawer_nav.is__pc .nav li.is__lang a.is__current {
  background: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
}
.header_wrap__pc_inner .drawer_nav.is__pc .nav li.is__lang a:hover:not(.is__current) {
  background: #BEAC81;
  border-color: #BEAC81;
}
.header_wrap__pc_inner .drawer_nav.is__pc .nav li.is__contact {
  margin: 0 2rem 0 0;
}
.header_wrap__pc_inner .drawer_nav.is__pc .nav li.is__contact a {
  border: #fff solid 1px;
  border-radius: 999px;
  height: auto;
  padding: 1rem 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
	gap: 0.6rem;
}
.header_wrap__pc_inner .drawer_nav.is__pc .nav li.is__contact a i {
  margin: 0.4rem 0 0 0;
}
.header_wrap__pc_inner .drawer_nav.is__pc .nav li.is__contact a:hover {
  background: #BEAC81;
  border: #BEAC81 solid 1px;
}
.header_wrap__pc_inner.active, .header_wrap__pc_inner.is__layer {
  background: #fff;
}
.header_wrap__pc_inner.active .logo a .is__white, .header_wrap__pc_inner.is__layer .logo a .is__white {
  display: none;
}
.header_wrap__pc_inner.active .logo a .is__black, .header_wrap__pc_inner.is__layer .logo a .is__black {
  display: block;
}
.header_wrap__pc_inner.active .drawer_nav.is__pc .nav li a, .header_wrap__pc_inner.is__layer .drawer_nav.is__pc .nav li a {
  color: #000;
}
.header_wrap__pc_inner.active .drawer_nav.is__pc .nav li.is__contact a, .header_wrap__pc_inner.is__layer .drawer_nav.is__pc .nav li.is__contact a {
  border: #BEAC81 solid 1px;
}
.header_wrap__pc_inner.active .drawer_nav.is__pc .nav li.is__lang a.is__current, .header_wrap__pc_inner.is__layer .drawer_nav.is__pc .nav li.is__lang a.is__current {
  color: #fff;
}
.header_wrap__pc_inner.is__layer {
  border-bottom: #615648 solid 1px;
}
@media (max-width: 1280px) {
  .header_wrap__pc_inner .logo {
    margin: 1rem 3vw 1rem 1rem;
  }
  .header_wrap__pc_inner .logo img {
    width: 150px;
  }
  .header_wrap__pc_inner .drawer_nav.is__pc .nav li {
    margin: 0 2.5vw 0 0;
  }
  .header_wrap__pc_inner .drawer_nav.is__pc .nav li.is__lang {
    margin: 0 0.8rem 0 auto;
  }
  .header_wrap__pc_inner .drawer_nav.is__pc .nav li.is__contact {
    margin: 0 1rem 0 0;
  }
  .header_wrap__pc_inner .drawer_nav.is__pc .nav li.is__contact a {
    padding: 1rem 2rem;
  }
}

.megamenu {
  position: absolute;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #fff;
  width: 100%;
  top: 86px;
  opacity: 0;
  display: none;
  border-top: #615648 solid 1px;
  padding: 5rem 0;
}
.megamenu.active {
  opacity: 1;
  display: block;
  -webkit-animation: fadeIn 0.4s forwards;
          animation: fadeIn 0.4s forwards;
}
.megamenu.is__layer {
  margin-top: -1px;
}

@-webkit-keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.header_wrap__sp {
  display: none;
}
@media (max-width: 1024px) {
  .header_wrap__sp {
    display: block;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
  }
  .header_wrap__sp .logo {
    margin: 1rem 1.5rem;
  }
  .header_wrap__sp .logo.is__open {
    border-bottom: #615648 solid 1px;
    margin: 0;
    padding: 1rem 1.5rem;
  }
  .header_wrap__sp .drawer_menu {
    margin: 1rem 0 0 0;
    padding: 0 2rem;
  }
  .header_wrap__sp .drawer_menu li {
    padding: 1rem 0rem;
    border-bottom: #707070 solid 1px;
    font-size: 1.6rem;
  }
  .header_wrap__sp .drawer_menu li a {
    padding: 1rem;
    display: block;
  }
  .header_wrap__sp .drawer_menu li.is__contact {
    border: none;
    padding: 4rem 0;
    text-align: center;
  }
  .header_wrap__sp .drawer_menu li.is__contact a {
    display: inline-block;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    border: #BEAC81 solid 1px;
    border-radius: 999px;
  }
  .header_wrap__sp .drawer_menu li.is__contact a i {
    margin: 0 0.5rem 0 0;
    padding: 0.75rem 0;
  }
}
@media (max-width: 576px) {
  .header_wrap__sp .logo img {
    width: 100%;
    max-width: 120px;
  }
}

.is__productsmenubutton_sp {
  cursor: pointer;
  position: relative;
}
.is__productsmenubutton_sp::after {
  font-family: "Font Awesome 5 Free";
  content: "+";
  font-weight: 900;
  position: absolute;
  top: 10px;
  right: 10px;
}
.is__productsmenubutton_sp.active {
  background: #F2EFEA;
  border-radius: 1rem 1rem 0 0;
}
.is__productsmenubutton_sp.active::after {
  font-family: "Font Awesome 5 Free";
  content: "\f068";
  font-weight: 900;
  position: absolute;
  top: 10px;
  right: 10px;
}

.is__productsmenu_sp {
  display: none;
  background: #F2EFEA;
  border-radius: 0 0 1rem 1rem;
  padding: 0 1rem 1rem 1rem;
}
.is__productsmenu_sp .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.is__productsmenu_sp .inner ul {
  width: 50%;
  margin: 1rem 0 0 0;
  padding: 0 1.5rem 0 0;
}
.is__productsmenu_sp .inner ul li {
  border: none;
  padding: 0;
  margin: 0 0 0.75rem 0;
  font-size: 1.1rem;
}
.is__productsmenu_sp .inner ul li:last-child {
  margin: 0;
}
.is__productsmenu_sp .inner ul li a {
  padding: 0;
  margin: 0;
}
@media (max-width: 375px) {
  .is__productsmenu_sp .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .is__productsmenu_sp .inner ul {
    width: 100%;
  }
  .is__productsmenu_sp .inner ul li a br.is__d_block_sm {
    display: none !important;
  }
}

.header_wrap__pc {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header_wrap__pc.scroll-nav {
  background: #fff;
  border-bottom: #615648 solid 1px;
}
.header_wrap__pc.scroll-nav a {
  color: #000 !important;
}
.header_wrap__pc.scroll-nav .is__white {
  opacity: 0 !important;
  display: none !important;
}
.header_wrap__pc.scroll-nav .is__black {
  opacity: 1 !important;
  display: block !important;
  -webkit-animation: fadeIn 0.4s forwards;
          animation: fadeIn 0.4s forwards;
}
.header_wrap__pc.scroll-nav .is__contact a {
  border: #BEAC81 solid 1px !important;
}
.header_wrap__pc.scroll-nav .is__contact a:hover {
  color: #fff !important;
}
.header_wrap__pc.scroll-nav .is__lang a.is__current {
  color: #fff !important;
}

.lang_switch {
  display: none;
}
@media (max-width: 1024px) {
  .lang_switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem;
    position: fixed;
    top: 22px;
    right: 64px;
    z-index: 6;
  }
  .lang_switch a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 50%;
    border: 1px solid #1a1a1a;
    background: #fff;
    color: #1a1a1a;
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1;
    box-sizing: border-box;
  }
  .lang_switch a.is__current {
    background: #1a1a1a;
    border-color: #1a1a1a;
    color: #fff;
  }
  .lang_switch a:hover:not(.is__current) {
    background: #BEAC81;
    border-color: #BEAC81;
  }
}

.header_wrap__sp {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header_wrap__sp.scroll-nav, .header_wrap__sp.is__layer {
  background: #fff;
  border-bottom: #615648 solid 1px;
}
.header_wrap__sp .logo .is__black_sp {
  display: none !important;
}
.header_wrap__sp .logo.scroll-nav .is__white_sp, .header_wrap__sp .logo.is__layer .is__white_sp {
  display: none !important;
  opacity: 0;
}
.header_wrap__sp .logo.scroll-nav .is__black_sp, .header_wrap__sp .logo.is__layer .is__black_sp {
  display: block !important;
  opacity: 1;
  -webkit-animation: fadeIn 0.4s forwards;
          animation: fadeIn 0.4s forwards;
}

.header_wrap__pc.is__layer.scroll-nav {
  border-bottom: none !important;
}

html, body {
  height: 100%;
}

footer {
  position: sticky;
  top: 100vh;
  top: 100dvh;
}

#footer {
  background: #DFD9C0;
  padding: 8rem 0 5rem 0;
}
@media (max-width: 768px) {
  #footer {
    padding: 6rem 0 2rem 0;
  }
  #footer .is__mark {
    width: 100%;
    max-width: 130px;
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  #footer .is__mark {
    max-width: 90px;
  }
}

.f_cnt01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 7rem 0 0 0;
}
.f_cnt01 .block {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 300px;
}
.f_cnt01 .block:nth-child(2) {
  margin: 0 7rem;
}
.f_cnt01 .block .title {
  color: #271F0A;
  font-size: clamp(1.4rem, 1.314rem + 0.43vw, 2rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  border-bottom: #707070 solid 1px;
  padding: 0 0 1.5rem 0;
  margin: 0 0 2.5rem 0;
}
.f_cnt01 .block .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.f_cnt01 .block .inner ul:first-child {
  margin-right: 7rem;
}
.f_cnt01 .block ul li {
  letter-spacing: 0.05em;
  margin: 0 0 1rem 0;
}
.f_cnt01 .block ul li:last-child {
  margin: 0;
}
.f_cnt01 .block ul li a {
  color: #271F0A;
}
.f_cnt01 .block ul li a:hover {
  color: #999;
}
@media (max-width: 1280px) {
  .f_cnt01 .block {
    min-width: 250px;
  }
  .f_cnt01 .block:nth-child(2) {
    margin: 0 3rem;
  }
  .f_cnt01 .block .inner ul:first-child {
    margin-right: 3vw;
  }
}
@media (max-width: 1024px) {
  .f_cnt01 {
    display: block;
  }
  .f_cnt01 .block {
    width: 100%;
    min-width: none;
    margin: 0 0 4rem 0;
  }
  .f_cnt01 .block:nth-child(2) {
    margin: 0 0 4rem 0;
  }
  .f_cnt01 .block:last-child {
    margin: 0;
  }
  .f_cnt01 .block.is__policy {
    border-top: #707070 solid 1px;
    padding: 2rem 0 0 0;
  }
  .f_cnt01 .block .inner ul {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .f_cnt01 .block {
    margin: 0 0 3rem 0;
  }
  .f_cnt01 .block .inner ul {
    padding: 0 3rem 0 0;
  }
}
@media (max-width: 576px) {
  .f_cnt01 .block .title {
    margin: 0 0 1.5rem 0;
  }
  .f_cnt01 .block .inner ul {
    padding: 0 3vw 0 0;
  }
  .f_cnt01 .block ul li {
    font-size: clamp(1.15rem, 1.1rem + 0.25vw, 1.5rem);
  }
}

.f_cnt02 {
  border-top: #707070 solid 1px;
  padding: 5rem 0;
  margin: 6rem 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.f_cnt02 .logo {
  text-align: center;
  margin: 0 5rem 0 0;
}
.f_cnt02 .logo img {
  width: 156px;
  margin: 0 0 0.5rem 0;
}
.f_cnt02 .logo span {
  display: block;
  font-weight: 500;
}
.f_cnt02 .contact {
  margin: 0 8rem 0 0;
}
.f_cnt02 .contact .address {
  margin: 0 0 1rem 0;
}
.f_cnt02 .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.f_cnt02 .sns li {
  margin: 0 1.5rem 0 0;
}
.f_cnt02 .sns li:last-child {
  margin: 0;
}
.f_cnt02 .sns li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  font-size: 2.6rem;
}
.f_cnt02 .sns li a:hover {
  color: #aaa;
}
.f_cnt02 .policy {
  margin-left: auto;
}
.f_cnt02 .policy li {
  margin: 0 0 1rem 0;
}
.f_cnt02 .policy li a:hover {
  color: #999;
}
@media (max-width: 1280px) {
  .f_cnt02 .logo {
    margin: 0 4vw 0 0;
  }
  .f_cnt02 .contact {
    margin: 0 6vw 0 0;
  }
}
@media (max-width: 1024px) {
  .f_cnt02 {
    margin: 3rem 0 0 0;
    padding: 4rem 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .f_cnt02 .logo img {
    width: 130px;
  }
  .f_cnt02 .sns {
    margin-left: auto;
  }
  .f_cnt02 .policy {
    display: none;
  }
}
@media (max-width: 768px) {
  .f_cnt02 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 4rem 0 3rem 0;
  }
  .f_cnt02 .logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .f_cnt02 .contact {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    margin: 2rem 0 0 0;
  }
  .f_cnt02 .contact .address {
    margin: 0 0 0.5rem 0;
  }
  .f_cnt02 .sns {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 576px) {
  .f_cnt02 {
    margin: 3rem 0 0 0;
  }
  .f_cnt02 .sns li a {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 375px) {
  .f_cnt02 .logo img {
    width: 110px;
  }
  .f_cnt02 .sns li {
    margin: 0 1rem 0 0;
  }
}

.copy {
  color: #858585;
}
@media (max-width: 576px) {
  .copy {
    font-size: 1.2rem;
  }
}
@media (max-width: 375px) {
  .copy {
    font-size: 1rem;
  }
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
#page-top a {
  display: block;
}
@media (max-width: 1280px) {
  #page-top a img {
    width: 60px;
    height: auto;
  }
}
@media (max-width: 1024px) {
  #page-top a img {
    width: 50px;
  }
}
@media (max-width: 576px) {
  #page-top {
    bottom: 10px;
    right: 10px;
  }
  #page-top a img {
    width: 45px;
  }
}
@media (max-width: 375px) {
  #page-top a img {
    width: 35px;
  }
}

.aside__sns {
  background: #fff;
  padding: 3rem 0;
}
.aside__sns .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.aside__sns .sns li {
  margin: 0 1rem;
}
.aside__sns .sns li a {
  background: #929292;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  color: #fff;
  font-size: 3.5rem;
}
.aside__sns .sns li a:hover {
  background: #BEAC81;
}
@media (max-width: 1024px) {
  .aside__sns .sns li a {
    width: 60px;
    height: 60px;
    font-size: 2.8rem;
  }
}
@media (max-width: 576px) {
  .aside__sns {
    padding: 2rem 0;
  }
  .aside__sns .sns li a {
    width: 46px;
    height: 46px;
    font-size: 2.3rem;
  }
}

.bread {
  padding: 86px 0 0 0;
}
.bread ul {
  border-bottom: #615648 solid 1px;
  padding: 0.75rem 1.5rem;
}
.bread ul li {
  float: left;
  font-size: 1.3rem;
  color: #271F0A;
}
.bread ul li::after {
  content: "/";
  margin: 0 1rem;
  text-decoration: none;
}
.bread ul li:last-child::after {
  content: none;
}
.bread ul li a {
  color: #271F0A;
  text-decoration: underline;
}
.bread ul li a:hover {
  text-decoration: none;
}
@media (max-width: 576px) {
  .bread {
    padding: 63px 0 0 0;
  }
  .bread ul li {
    font-size: 1rem;
  }
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 7rem;
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.wp-pagenavi span {
  margin: 0 0.75rem !important;
}
.wp-pagenavi span.pages {
  display: none;
}
.wp-pagenavi span.current {
  border: none !important;
  color: #C8C8C8;
}
.wp-pagenavi a {
  margin: 0 0.75rem !important;
}
.wp-pagenavi a.page {
  border: none !important;
  color: #271F0A;
}
.wp-pagenavi a.page:hover {
  color: #C8C8C8;
}
.wp-pagenavi a.nextpostslink, .wp-pagenavi a.previouspostslink {
  border: #BEAC81 solid 1px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
}
.wp-pagenavi a.nextpostslink:hover, .wp-pagenavi a.previouspostslink:hover {
  border: #BEAC81 solid 1px;
}

a {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.blink01 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #615648;
  font-size: clamp(1.1rem, 1.057rem + 0.21vw, 1.4rem);
  font-weight: 700;
  border: #BEAC81 solid 1px;
  padding: 0.75rem 0 0.75rem 1.5rem;
  width: 160px;
  border-radius: 999px;
}
.blink01::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
}
.blink01:hover {
  background: #BEAC81;
  color: #fff;
}
@media (max-width: 768px) {
  .blink01 {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    font-size: 1.3rem;
    padding: 1rem 0;
  }
  .blink01::after {
    position: absolute;
    top: 50%;
    right: 1.5rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.blink02 {
  display: block;
  color: #615648;
  font-size: clamp(1.2rem, 1.143rem + 0.29vw, 1.6rem);
  font-weight: 700;
  padding: 1.5rem 0;
  width: 100%;
  max-width: 340px;
  border-radius: 999px;
  background: #fff;
  position: relative;
  text-align: center;
  margin: 0 auto;
}
.blink02::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.blink02:hover {
  background: #BEAC81;
  color: #fff;
}
@media (max-width: 768px) {
  .blink02 {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    font-size: 1.3rem;
    padding: 1rem 0;
  }
  .blink02::after {
    position: absolute;
    top: 50%;
    right: 1.5rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.blink03 {
  display: block;
  color: #615648;
  font-size: clamp(1.4rem, 1.314rem + 0.43vw, 2rem);
  font-weight: 700;
  padding: 3rem 0;
  width: 100%;
  max-width: 580px;
  border-radius: 999px;
  background: #fff;
  position: relative;
  text-align: center;
  margin: 0 auto;
  border: #BEAC81 solid 1px;
}
.blink03::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 2.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.blink03:hover {
  background: #BEAC81;
  color: #fff;
}
@media (max-width: 1024px) {
  .blink03 {
    width: 100%;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    padding: 2rem 0;
  }
  .blink03::after {
    position: absolute;
    top: 50%;
    right: 1.5rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.blink04 {
  display: block;
  color: #615648;
  font-size: clamp(1.2rem, 1.143rem + 0.29vw, 1.6rem);
  font-weight: 700;
  padding: 1.5rem 0;
  width: 100%;
  max-width: 340px;
  border-radius: 999px;
  background: #fff;
  position: relative;
  text-align: center;
  margin: 0 auto;
  border: #BEAC81 solid 1px;
}
.blink04::before {
  font-family: "Font Awesome 5 Free";
  content: "\f053";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.blink04:hover {
  background: #BEAC81;
  color: #fff;
}
@media (max-width: 768px) {
  .blink04 {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    font-size: 1.3rem;
    padding: 1rem 0;
  }
  .blink04::after {
    position: absolute;
    top: 50%;
    right: 1.5rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.blink05 {
  display: block;
  color: #615648;
  font-size: clamp(1.2rem, 1.143rem + 0.29vw, 1.6rem);
  font-weight: 700;
  padding: 1.5rem 0;
  width: 100%;
  max-width: 300px;
  border-radius: 999px;
  background: #fff;
  position: relative;
  text-align: center;
  margin: 0 auto;
  border: #BEAC81 solid 1px;
}
.blink05::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.blink05:hover {
  background: #BEAC81;
  color: #fff;
}
@media (max-width: 768px) {
  .blink05 {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    font-size: 1.3rem;
    padding: 1rem 0;
  }
  .blink05::after {
    position: absolute;
    top: 50%;
    right: 1.5rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.txt01 {
  font-size: clamp(1.2rem, 1.143rem + 0.29vw, 1.6rem);
  line-height: 1.9em;
  letter-spacing: 0.05em;
}

.txt02 {
  font-size: clamp(1.3rem, 1.229rem + 0.36vw, 1.8rem);
  line-height: 1.8em;
}

.txt03 {
  font-weight: 500;
  line-height: 1.8em;
}
.txt03 a {
  color: #A78432;
  text-decoration: underline;
}
.txt03 a:hover {
  text-decoration: none;
}

.txt04 {
  font-size: clamp(1.3rem, 1.229rem + 0.36vw, 1.8rem);
  line-height: 1.6em;
  color: #271F0A;
}

.txt05 {
  font-size: clamp(1.2rem, 1.143rem + 0.29vw, 1.6rem);
  line-height: 2.2em;
  letter-spacing: 0.1em;
}

.txt06 {
  font-size: clamp(1.2rem, 1.143rem + 0.29vw, 1.6rem);
  line-height: 1.6em;
  letter-spacing: 0.1em;
  font-weight: 500;
}

.txt07 {
  font-size: clamp(1.3rem, 1.229rem + 0.36vw, 1.8rem);
  line-height: 1.8em;
  color: #271F0A;
  font-weight: 700;
}

.txt08 {
  font-size: clamp(1.2rem, 1.143rem + 0.29vw, 1.6rem);
  line-height: 1.9em;
  letter-spacing: 0.05em;
}

.list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.list01 li {
  width: 31%;
}
.list01 li a {
  display: block;
  background: #fff;
  text-align: center;
  padding: 1.75rem 0;
  border-radius: 999px;
  font-weight: 700;
  color: #615648;
  letter-spacing: 0.05em;
  position: relative;
}
.list01 li a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 2.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.list01 li a:hover {
  background: #BEAC81;
  color: #fff;
}
@media (max-width: 768px) {
  .list01 {
    display: block;
  }
  .list01 li {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 1.5rem auto;
  }
  .list01 li:last-child {
    margin: 0 auto 0 auto;
  }
}

.list02 {
  border: #D2D2D2 solid 1px;
  padding: 2rem 3rem;
}
.list02 li {
  position: relative;
  line-height: 1.6em;
  margin: 0 0 0.5rem 0;
  padding: 0 0 0 1.5rem;
}
.list02 li::before {
  content: "";
  display: block;
  background: #BEAC81;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  position: absolute;
  top: 10px;
  left: 0;
}
.list02 li:last-child {
  margin: 0;
}
@media (max-width: 768px) {
  .list02 {
    padding: 1.5rem 2rem;
  }
  .list02 li::before {
    top: 8px;
  }
}
@media (max-width: 576px) {
  .list02 li::before {
    top: 7px;
  }
}

.list03 {
  border: #D2D2D2 solid 1px;
  padding: 2rem 3rem;
  counter-reset: my-counter;
}
.list03 li {
  position: relative;
  line-height: 1.6em;
  margin: 0 0 0.75rem 0;
  padding: 0 0 0 3rem;
}
.list03 li::before {
  content: counter(my-counter);
  counter-increment: my-counter;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 20px;
  width: 20px;
  color: #271F0A;
  line-height: 1;
  position: absolute;
  top: 3px;
  left: 0;
  border: #BEAC81 solid 1px;
  font-size: 1.2rem;
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.list03 li:last-child {
  margin: 0;
}
@media (max-width: 768px) {
  .list03 {
    padding: 1.5rem 2rem;
  }
  .list03 li::before {
    top: 1px;
  }
}

.list04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list04 li {
  width: 46%;
  margin: 0 2%;
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 576px) {
  .list04 li {
    width: 100%;
    margin: 0 0 2rem 0;
    border-radius: 10px;
  }
  .list04 li:last-child {
    margin: 0;
  }
}

.list05 {
  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;
}
.list05 li {
  width: 46.5%;
  margin: 0 0 3rem 0;
}
@media (max-width: 576px) {
  .list05 li {
    width: 100%;
    margin: 0 0 2rem 0;
  }
  .list05 li:last-child {
    margin: 0;
  }
}

.list06 {
  border: #BEAC81 solid 1px;
  border-radius: 15px;
  padding: 5rem 5rem 3rem 5rem;
  margin: 0 0 4rem 0;
}
.list06 dt {
  font-size: clamp(1.3rem, 1.229rem + 0.36vw, 1.8rem);
  font-weight: 700;
  border-bottom: #DFD9C0 solid 1px;
  padding: 1rem 0 3rem 7.5rem;
  margin: 0 0 2.5rem 0;
  position: relative;
  line-height: 1.6em;
}
.list06 dt::before {
  content: "Q";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #BEAC81;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 2rem;
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-style: normal;
  position: absolute;
  top: 0;
  left: 0;
}
.list06 dd {
  line-height: 1.8em;
  padding: 1rem 0 3rem 7.5rem;
  position: relative;
}
.list06 dd::before {
  content: "A";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #DB0029;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 2rem;
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-style: normal;
  position: absolute;
  top: 0;
  left: 0;
}
.list06 dd a {
  text-decoration: underline;
}
.list06 dd a:hover {
  text-decoration: none;
}
@media (max-width: 1024px) {
  .list06 {
    padding: 4rem 4rem 3rem 4rem;
  }
}
@media (max-width: 576px) {
  .list06 {
    padding: 2rem;
  }
  .list06 dt {
    padding: 1rem 0 3rem 5rem;
  }
  .list06 dt::before {
    width: 36px;
    height: 36px;
    top: 4px;
  }
  .list06 dd {
    padding: 0 0 0 5rem;
  }
  .list06 dd::before {
    width: 36px;
    height: 36px;
    top: -6px;
  }
}

.list07 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 10rem 0;
}
.list07 li {
  width: 18.5%;
  font-weight: 700;
  margin: 1rem 0;
}
.list07 li a {
  display: block;
  border: #BEAC81 solid 1px;
  border-radius: 999px;
  padding: 1rem 0;
  text-align: center;
  position: relative;
}
.list07 li a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.5rem;
}
.list07 li a:hover {
  background: #BEAC81;
  color: #fff;
}
@media (max-width: 768px) {
  .list07::before {
    content: "";
    display: block;
    width: 24%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .list07::after {
    content: "";
    display: block;
    width: 24%;
  }
  .list07 li {
    width: 24%;
  }
}
@media (max-width: 576px) {
  .list07 li {
    width: 48%;
  }
}

.list08 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list08 li {
  width: 100px;
  font-size: clamp(1.1rem, 1.057rem + 0.21vw, 1.4rem);
  margin: 0 1.5rem 0 0;
}
.list08 li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: #CFC5B3 solid 1px;
  background: #fff;
  border-radius: 5px;
  padding: 0.25rem 0;
}
.list08 li a:hover {
  background: #CFC5B3;
  color: #fff;
}
@media (max-width: 576px) {
  .list08 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .list08 li {
    width: 48%;
    margin: 0 0 1rem 0;
  }
  .list08 li:nth-child(3), .list08 li:nth-child(4) {
    margin: 0;
  }
}

.tbl_scroll {
  overflow: auto;
}
@media (max-width: 576px) {
  .tbl_scroll {
    white-space: nowrap;
  }
}
.tbl_scroll::-webkit-scrollbar {
  height: 5px;
}
.tbl_scroll::-webkit-scrollbar-track {
  background: #F1F1F1;
}
.tbl_scroll::-webkit-scrollbar-thumb {
  background: #BCBCBC;
}

/*
.item_spec{
    width: 100%;
    border-top: #c5c5c5 solid 1px;
    border-right: #c5c5c5 solid 1px;
    tbody{
        tr{
            th{
                background: #F7F7FA;
                font-weight: 500;
                border-bottom: #c5c5c5 solid 1px;
                border-left: #c5c5c5 solid 1px;
                padding: 1.5rem 2rem;
                &:first-child{
                    width: 15%;
                }
                &:nth-child(3){
                    width: 15%;
                }
                &:nth-child(4){
                    width: 15%;
                }
            }
            td{
                border-bottom: #c5c5c5 solid 1px;
                border-left: #c5c5c5 solid 1px;
                padding: 1.5rem 2rem;
            }
        }
    }
}
*/
.formwrap01 .form_tbl01 {
  width: 100%;
  border-bottom: #C9C9C9 solid 1px;
}
.formwrap01 .form_tbl01 tr th {
  font-weight: 500;
  vertical-align: middle;
  width: 25%;
  position: relative;
  border-top: #C9C9C9 solid 1px;
  padding: 3rem 0;
}
.formwrap01 .form_tbl01 tr th span {
  line-height: 1;
  background: #BEAC81;
  color: #fff;
  font-size: clamp(1.1rem, 1.057rem + 0.21vw, 1.4rem);
  padding: 0.5rem 0.75rem 0.5rem;
  border-radius: 5px;
  position: absolute;
  top: 39px;
  right: 0;
}
.formwrap01 .form_tbl01 tr th.is__noborder {
  border-top: none;
  padding-top: 0;
}
.formwrap01 .form_tbl01 tr th.is__valign_top span {
  top: 30px;
}
.formwrap01 .form_tbl01 tr td {
  padding: 3rem 0 3rem 5rem;
  border-top: #C9C9C9 solid 1px;
}
.formwrap01 .form_tbl01 tr td.is__noborder {
  border-top: none;
  padding-top: 0;
}
.formwrap01 input[type=text] {
  border-radius: 5px;
  border: #707070 solid 1px;
  padding: 0.75rem 1.5rem;
  width: 100%;
}
.formwrap01 input[type=text]::-webkit-input-placeholder {
  color: #AFAFAF;
  font-weight: 300;
}
.formwrap01 input[type=text]::-moz-placeholder {
  color: #AFAFAF;
  font-weight: 300;
}
.formwrap01 input[type=text]:-ms-input-placeholder {
  color: #AFAFAF;
  font-weight: 300;
}
.formwrap01 input[type=text]::-ms-input-placeholder {
  color: #AFAFAF;
  font-weight: 300;
}
.formwrap01 input[type=text]::placeholder {
  color: #AFAFAF;
  font-weight: 300;
}
.formwrap01 input[type=text].w20 {
  width: 20%;
}
.formwrap01 input[type=text].w30 {
  width: 30%;
}
.formwrap01 input[type=text].mr10 {
  margin-right: 1rem;
}
.formwrap01 input[type=email] {
  border-radius: 5px;
  border: #707070 solid 1px;
  padding: 0.75rem 1.5rem;
  width: 100%;
}
.formwrap01 input[type=email]::-webkit-input-placeholder {
  color: #AFAFAF;
  font-weight: 300;
}
.formwrap01 input[type=email]::-moz-placeholder {
  color: #AFAFAF;
  font-weight: 300;
}
.formwrap01 input[type=email]:-ms-input-placeholder {
  color: #AFAFAF;
  font-weight: 300;
}
.formwrap01 input[type=email]::-ms-input-placeholder {
  color: #AFAFAF;
  font-weight: 300;
}
.formwrap01 input[type=email]::placeholder {
  color: #AFAFAF;
  font-weight: 300;
}
.formwrap01 input[type=tel] {
  border-radius: 5px;
  border: #707070 solid 1px;
  padding: 0.75rem 1.5rem;
  width: 100%;
}
.formwrap01 input[type=tel]::-webkit-input-placeholder {
  color: #AFAFAF;
  font-weight: 300;
}
.formwrap01 input[type=tel]::-moz-placeholder {
  color: #AFAFAF;
  font-weight: 300;
}
.formwrap01 input[type=tel]:-ms-input-placeholder {
  color: #AFAFAF;
  font-weight: 300;
}
.formwrap01 input[type=tel]::-ms-input-placeholder {
  color: #AFAFAF;
  font-weight: 300;
}
.formwrap01 input[type=tel]::placeholder {
  color: #AFAFAF;
  font-weight: 300;
}
.formwrap01 select {
  border-radius: 5px;
  border: #707070 solid 1px;
  padding: 0.75rem 1.5rem;
}
.formwrap01 textarea {
  border-radius: 5px;
  border: #707070 solid 1px;
  padding: 1.25rem 1.5rem;
  resize: vertical;
  width: 100%;
  height: 40vw;
  max-height: 240px;
}
.formwrap01 textarea::-webkit-input-placeholder {
  color: #AFAFAF;
  font-weight: 300;
}
.formwrap01 textarea::-moz-placeholder {
  color: #AFAFAF;
  font-weight: 300;
}
.formwrap01 textarea:-ms-input-placeholder {
  color: #AFAFAF;
  font-weight: 300;
}
.formwrap01 textarea::-ms-input-placeholder {
  color: #AFAFAF;
  font-weight: 300;
}
.formwrap01 textarea::placeholder {
  color: #AFAFAF;
  font-weight: 300;
}
.formwrap01 .policyblock {
  width: 100%;
  height: 60vw;
  max-height: 400px;
  background: #F7F7FA;
  padding: 2rem 3rem;
  overflow-y: scroll;
}
.formwrap01 .checkbox_wrap {
  text-align: center;
}
.formwrap01 .checkbox_wrap input {
  margin: 0 1rem 0 0;
}
.formwrap01 .submit_wrap {
  text-align: center;
}
.formwrap01 .submit_wrap span {
  position: relative;
}
.formwrap01 .submit_wrap span input[type=submit] {
  display: inline-block;
  width: 100%;
  max-width: 340px;
  border: #BEAC81 solid 1px;
  border-radius: 999px;
  text-align: center;
  font-weight: 700;
  padding: 1.5rem 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.formwrap01 .submit_wrap span input[type=submit]:hover {
  background: #BEAC81;
  color: #fff;
}
.formwrap01 .submit_wrap span::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  position: absolute;
  top: 63%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.formwrap01 .submit_wrap span:hover::after {
  color: #fff;
}
@media (max-width: 768px) {
  .formwrap01 .form_tbl01 tr th {
    width: 32%;
  }
  .formwrap01 input[type=text].w20 {
    width: 35%;
  }
  .formwrap01 input[type=text].w30 {
    width: 45%;
  }
}
@media (max-width: 576px) {
  .formwrap01 .form_tbl01 {
    display: block;
    width: 100%;
  }
  .formwrap01 .form_tbl01 tbody {
    display: block;
    width: 100%;
  }
  .formwrap01 .form_tbl01 tbody tr {
    display: block;
    width: 100%;
  }
  .formwrap01 .form_tbl01 tbody tr th {
    display: block;
    width: 100%;
    padding: 1.5rem 0 1.5rem 0;
    position: static;
  }
  .formwrap01 .form_tbl01 tbody tr th span {
    position: static;
    margin: 0 0 0 1.5rem;
  }
  .formwrap01 .form_tbl01 tbody tr td {
    display: block;
    width: 100%;
    padding: 0 0 2rem 0;
    border-top: none;
  }
  .formwrap01 input[type=text].w30 {
    width: 48%;
  }
}

.wpcf7-spinner {
  display: none !important;
}

.is__name p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.is__name p span {
  width: 30%;
}
.is__name p span:first-child {
  margin-right: 1rem !important;
}
.is__name p span input {
  width: 100% !important;
}
.is__name p span .wpcf7-not-valid-tip {
  width: 100%;
}
@media (max-width: 768px) {
  .is__name p span {
    width: 45%;
  }
}
@media (max-width: 576px) {
  .is__name p {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .is__name p span {
    width: 48%;
  }
}

.postal-search {
  color: #fff;
  background: #646464;
  padding: 1rem 1.5rem;
  line-height: 1;
  border-radius: 7px;
  margin: 0 0 0 1rem;
}

.cnt01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cnt01 .img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 6rem 0 0;
}
.cnt01 .productsnav {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.cnt01 .productsnav .title {
  color: #615648;
  font-weight: 700;
  font-size: clamp(1.4rem, 1.314rem + 0.43vw, 2rem);
  border-bottom: #707070 solid 1px;
  padding: 0 0 1rem 0;
  margin: 0 0 1.5rem 0;
}

.cnt02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cnt02 ul:first-child {
  margin: 0 5rem 0 0;
}
.cnt02 ul li {
  margin: 0 0 1rem 0;
}
.cnt02 ul li a {
  color: #615648;
  letter-spacing: 0.05em;
}

.cnt03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cnt04 {
  border-top: #B8B8B8 solid 1px;
}
.cnt04 .block {
  border-bottom: #B8B8B8 solid 1px;
  padding: 2.75rem 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.cnt04 .block .date {
  letter-spacing: 0.1em;
  color: #271F0A;
  margin: 0 2rem 0 0;
}
.cnt04 .block .category {
  border: #CFC5B3 solid 1px;
  border-radius: 10px;
  font-size: clamp(1.1rem, 1.057rem + 0.21vw, 1.4rem);
  margin: -0.25rem 3rem 0 0;
  white-space: nowrap;
  display: inline-block;
  width: 100px;
  text-align: center;
  line-height: 1em;
  padding: 0.75rem 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: rgba(255, 255, 255, 0.5);
}
.cnt04 .block .title {
  font-size: clamp(1.1rem, 1.057rem + 0.21vw, 1.4rem);
  font-weight: 700;
}
.cnt04 .block:hover {
  background: #DFD9C0;
}
@media (max-width: 768px) {
  .cnt04 .block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cnt04 .block .category {
    padding: 0.5rem 0;
  }
  .cnt04 .block .title {
    width: 100%;
    margin: 1.5rem 0 0 0;
  }
}

.cnt05 {
  border-bottom: #615648 solid 1px;
  padding: 8rem 0 9rem;
}
@media (max-width: 768px) {
  .cnt05 {
    padding: 6rem 0;
  }
}
@media (max-width: 576px) {
  .cnt05 {
    padding: 5rem 0;
  }
}

.cnt06 {
  padding: 10rem 0 10rem 0;
}
@media (max-width: 768px) {
  .cnt06 {
    padding: 7rem 0 6rem 0;
  }
}

.cnt07 .block {
  margin: 0 0 7rem 0;
}
.cnt07 .inner_block {
  margin: 0 0 4rem 0;
}
@media (max-width: 768px) {
  .cnt07 .block {
    margin: 0 0 5rem 0;
  }
}
@media (max-width: 576px) {
  .cnt07 .block {
    margin: 0 0 4rem 0;
  }
}

.cnt08 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cnt08 .block {
  width: 30%;
  margin: 0 0 7rem 0;
}
.cnt08 .block .img {
  overflow: hidden;
  border-radius: 20px;
}
.cnt08 .block .img a img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cnt08 .block .img a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.cnt08 .block .headline06 {
  margin: 2rem 0 1.5rem;
}
.cnt08 .block .headline06 a:hover {
  color: #999;
}
@media (max-width: 768px) {
  .cnt08 .block {
    width: 48%;
    margin: 0 0 5rem 0;
  }
  .cnt08 .block .img {
    border-radius: 15px;
  }
}
@media (max-width: 576px) {
  .cnt08 .block {
    width: 100%;
  }
  .cnt08 .block .img {
    max-width: 340px;
    margin: 0 auto;
    border-radius: 7px;
  }
}

.cnt09 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cnt09 .block {
  width: 23%;
  margin: 0 0 5rem 0;
}
.cnt09 .block .img {
  overflow: hidden;
  border-radius: 20px;
  margin: 0 0 2rem 0;
}
.cnt09 .block .img a img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cnt09 .block .img a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media (max-width: 1024px) {
  .cnt09 .block .img {
    border-radius: 15px;
  }
}
@media (max-width: 768px) {
  .cnt09 .block {
    width: 30%;
  }
}
@media (max-width: 576px) {
  .cnt09 .block {
    width: 47%;
    margin: 0 0 3rem 0;
  }
  .cnt09 .block .img {
    margin: 0 0 1rem 0;
    border-radius: 7px;
  }
}

.cnt10 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cnt10 .productslider {
  width: 48%;
}
.cnt10 .productslider .sliderproduct {
  margin: 0 0 2rem 0;
  position: relative;
}
@media (max-width: 576px) {
  .cnt10 .productslider .sliderproduct {
    margin: 0 0 1rem 0;
  }
}
.cnt10 .productslider .slick-img img {
  width: 98%;
  max-width: 98%;
  height: 515px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto !important;
}
@media (max-width: 768px) {
  .cnt10 .productslider .slick-img img {
    height: 70vw;
  }
}
.cnt10 .productslider .thumbnail-img {
  display: block !important;
}
.cnt10 .productslider .thumbnail .slick-track {
  -webkit-transform: unset !important;
          transform: unset !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  width: 100% !important;
}
.cnt10 .productslider .thumbnail .slick-track .slick-slide {
  width: 18% !important;
  float: none !important;
  margin: 0 1% 1.5rem 1% !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  cursor: pointer;
}
@media (max-width: 768px) {
  .cnt10 .productslider .thumbnail .slick-track .slick-slide {
    border-radius: 7px !important;
  }
}
@media (max-width: 576px) {
  .cnt10 .productslider .thumbnail .slick-track .slick-slide {
    border-radius: 5px !important;
    width: 31% !important;
  }
}
.cnt10 .productslider .thumbnail .slick-track .slick-slide img {
  width: 100% !important;
  height: 100px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  line-height: 0 !important;
}
@media (max-width: 768px) {
  .cnt10 .productslider .thumbnail .slick-track .slick-slide img {
    height: 13vw !important;
  }
}
@media (max-width: 576px) {
  .cnt10 .productslider .thumbnail .slick-track .slick-slide img {
    height: 19vw !important;
  }
}
.cnt10 .productslider .prev-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 20px;
  z-index: 1;
}
@media (max-width: 576px) {
  .cnt10 .productslider .prev-arrow {
    left: 10px;
  }
}
.cnt10 .productslider .next-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  z-index: 1;
}
@media (max-width: 576px) {
  .cnt10 .productslider .next-arrow {
    right: 10px;
  }
}
.cnt10 .desc {
  width: 48%;
}
.cnt10 .is__color {
  margin: 2rem 0 0 0;
}
.cnt10 .is__color span {
  display: block;
}
.cnt10 .slick-track:before, .cnt10 .slick-track:after {
  display: none !important;
  content: none !important;
}
@media (max-width: 1024px) {
  .cnt10 {
    display: block;
  }
  .cnt10 .productslider {
    width: 100%;
    margin: 0 0 4rem 0;
  }
  .cnt10 .desc {
    width: 100%;
  }
}

.cnt11 {
  border-top: #B4B4B4 solid 1px;
  margin: 10rem 0 0 0;
}
.cnt11 .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: #B4B4B4 solid 1px;
  padding: 6rem 5rem;
}
.cnt11 .block .img {
  width: 47%;
}
.cnt11 .block .txt {
  width: 47%;
}
.cnt11 .block .txt .headline07 {
  margin: 0 0 3rem 0;
}
.cnt11 .block:nth-child(even) .img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.cnt11 .block:nth-child(even) .txt {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 768px) {
  .cnt11 .block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cnt11 .block .img {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
    width: 100%;
    margin: 0 0 4rem 0;
  }
  .cnt11 .block .txt {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .cnt11 {
    margin: 7rem 0 0 0;
  }
  .cnt11 .block {
    padding: 3rem 1rem;
  }
  .cnt11 .block .img {
    margin: 0 0 3rem 0;
  }
  .cnt11 .block .txt .headline07 {
    margin: 0 0 2rem 0;
  }
}

.cnt12 {
  margin: 10rem 0 0 0;
}
@media (max-width: 576px) {
  .cnt12 {
    margin: 5rem 0 0 0;
  }
}

.cnt13 {
  border: #BEAC81 solid 1px;
  border-radius: 15px;
  padding: 7rem 10rem;
}
@media (max-width: 1024px) {
  .cnt13 {
    padding: 5rem 7rem;
  }
}
@media (max-width: 768px) {
  .cnt13 {
    padding: 4rem 5rem;
  }
}
@media (max-width: 576px) {
  .cnt13 {
    padding: 3rem 3rem;
  }
}

.cnt14 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cnt14::after {
  content: "";
  display: block;
  width: 23%;
}
.cnt14 .block {
  width: 23%;
  margin: 0 0 3.5rem 0;
}
.cnt14 .block:nth-child(5), .cnt14 .block:nth-child(6), .cnt14 .block:last-child {
  margin: 0;
}
.cnt14 .block .img {
  margin: 0 0 1rem 0;
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cnt14 .block .img {
    border-radius: 10px;
  }
}
@media (max-width: 576px) {
  .cnt14 .block {
    width: 48%;
    margin: 0 0 2rem 0;
  }
  .cnt14 .block:nth-child(5), .cnt14 .block:nth-child(6), .cnt14 .block:last-child {
    margin: 0 0 2rem 0;
  }
}

.cnt15 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cnt15 .block {
  border: #BEAC81 solid 1px;
  border-radius: 15px;
  width: 48.5%;
  padding: 5rem;
  min-height: 250px;
  margin: 0 0 4rem 0;
}
.cnt15 .block:nth-child(7), .cnt15 .block:last-child {
  margin: 0;
}
@media (max-width: 1024px) {
  .cnt15 .block {
    padding: 3rem 3rem;
    min-height: auto;
  }
}
@media (max-width: 576px) {
  .cnt15 .block {
    width: 100%;
    padding: 2rem;
    margin: 0 0 3rem 0;
  }
  .cnt15 .block:nth-child(7) {
    margin: 0 0 3rem 0;
  }
}

.cnt16 {
  border: #BEAC81 solid 1px;
  border-radius: 15px;
  padding: 8rem 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cnt16 .block:first-child {
  margin: 0 15rem 0 0;
}
.cnt16 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 7rem 0 0 0;
  width: 100%;
}
.cnt16 ul li {
  width: 47%;
}
@media (max-width: 1024px) {
  .cnt16 {
    padding: 7rem;
  }
  .cnt16 .block:first-child {
    margin: 0 7vw 3rem 0;
  }
  .cnt16 ul {
    margin: 4rem 0 0 0;
  }
}
@media (max-width: 768px) {
  .cnt16 {
    padding: 5rem;
  }
}
@media (max-width: 576px) {
  .cnt16 {
    padding: 5rem 3rem;
    border-radius: 10px;
  }
}
@media (max-width: 375px) {
  .cnt16 .fs30 {
    font-size: 1.8rem;
  }
  .cnt16 ul {
    display: block;
  }
  .cnt16 ul li {
    width: 100%;
  }
  .cnt16 ul li:first-child {
    margin: 0 0 2rem 0;
  }
}

.cnt17 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cnt17 .img {
  width: 35%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  border-radius: 15px;
}
.cnt17 .content {
  width: 55%;
}
.cnt17 .content .headline10 {
  margin: 0 0 5rem 0;
}
@media (max-width: 1024px) {
  .cnt17 .img {
    width: 40%;
  }
  .cnt17 .content {
    width: 55%;
  }
}
@media (max-width: 768px) {
  .cnt17 {
    display: block;
  }
  .cnt17 .img {
    width: 100%;
    max-width: 330px;
    margin: 0 auto 3rem auto;
  }
  .cnt17 .content {
    width: 100%;
  }
  .cnt17 .content .headline10 {
    margin: 0 0 3rem 0;
  }
}

.cnt18 {
  background: #F2EFEA;
}

.cnt19 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 8rem 0;
}
.cnt19 .block {
  width: 48%;
}
.cnt19 .inner_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: #BEAC81 solid 1px;
  padding: 2.5rem 0;
}
.cnt19 .title {
  font-weight: 700;
  width: 20%;
}
@media (max-width: 768px) {
  .cnt19 {
    display: block;
  }
  .cnt19 .block {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .cnt19 {
    margin: 0 0 5rem 0;
  }
  .cnt19 .inner_block {
    padding: 2rem 0;
  }
  .cnt19 .title {
    width: 25%;
  }
}

.cnt20 {
  position: relative;
  padding-bottom: 35%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.cnt20 iframe,
.cnt20 object,
.cnt20 embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .cnt20 {
    padding-bottom: 40%;
  }
}
@media (max-width: 576px) {
  .cnt20 {
    padding-bottom: 50%;
  }
}

.cnt22 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 576px) {
  .cnt22 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.cnt22 .year {
  text-align: center;
  width: 20%;
}
.cnt22 .year .f_din {
  color: #A7937F;
  font-size: clamp(2.3rem, 2.2rem + 0.5vw, 3rem);
}
.cnt22 .content {
  border-left: #BEAC81 solid 1px;
  position: relative;
  margin: 0 0 0 70px;
  padding: 3rem 0 3rem 90px;
  width: 80%;
}
.cnt22 .content.is__top {
  position: relative;
}
.cnt22 .content.is__top::after {
  content: "";
  border-left: #fff solid 10px;
  position: absolute;
  top: 0;
  left: -1px;
  height: 50px;
}
@media (max-width: 768px) {
  .cnt22 .content.is__top::after {
    height: 56px;
  }
}
@media (max-width: 576px) {
  .cnt22 .content.is__top::after {
    height: 10px;
  }
}
.cnt22 .content.is__bottom {
  position: relative;
}
.cnt22 .content.is__bottom::after {
  content: "";
  border-left: #fff solid 10px;
  position: absolute;
  bottom: 0;
  left: -1px;
  height: 45px;
}
@media (max-width: 576px) {
  .cnt22 .content.is__bottom::after {
    height: 85px;
  }
}
@media (max-width: 375px) {
  .cnt22 .content.is__bottom::after {
    height: 85px;
  }
}
@media (max-width: 354px) {
  .cnt22 .content.is__bottom::after {
    height: 95px;
  }
}
@media (max-width: 768px) {
  .cnt22 .content {
    margin: 0 0 0 40px;
    padding: 3rem 0 3rem 50px;
  }
}
@media (max-width: 576px) {
  .cnt22 .content {
    margin: 0 0 0 20px;
    padding: 0 0 5rem 30px;
  }
}
.cnt22 .content::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #DB0029;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -5px;
  z-index: 2;
}
@media (max-width: 576px) {
  .cnt22 .content::before {
    top: 5px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.cnt22 .content .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 2rem 0;
  width: 100%;
}
@media (max-width: 576px) {
  .cnt22 .content .block {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.cnt22 .content .block:last-child {
  margin: 0;
}
.cnt22 .content .block .month {
  font-weight: 700;
  margin: 0 20px 0 0;
  white-space: nowrap;
  width: 10%;
}
@media (max-width: 768px) {
  .cnt22 .content .block .month {
    margin: 0 20px 0 0;
  }
}
.cnt22 .content .block .event {
  width: 90%;
}

.cnt23 {
  margin: 0 0 10rem 0;
}
.cnt23 .tab-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 1.5rem 0;
}
.cnt23 .tab-wrap ul .tab-btn {
  font-size: clamp(1.1rem, 1.057rem + 0.21vw, 1.4rem);
  cursor: pointer;
  margin: 0 1rem 0 0;
  padding: 1rem 2.5rem;
  background: #F7F7FA;
  font-weight: 700;
  line-height: 1;
}
.cnt23 .tab-wrap ul .tab-btn.show {
  background: #A19477;
  color: #fff;
}
.cnt23 .tab-wrap .tab-contents {
  display: none;
}
.cnt23 .tab-wrap .tab-contents.show {
  display: block;
}
.cnt23 .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: #D5D5D5 solid 1px;
  padding: 3rem 2rem;
}
.cnt23 .block:first-child {
  border-top: #8A8A8A solid 2px;
}
.cnt23 .block .shop {
  font-size: clamp(1.4rem, 1.314rem + 0.43vw, 2rem);
  font-weight: 700;
  width: 25%;
}
.cnt23 .block .shop a {
  text-decoration: underline;
}
.cnt23 .block .shop a:hover {
  text-decoration: none;
}
.cnt23 .block .shop span {
  background: #987F43;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  padding: 0.5rem 0;
  display: block;
  width: 136px;
  line-height: 1;
  margin: 0 0 1.5rem 0;
}
.cnt23 .block .address {
  line-height: 2em;
  padding-left: 4rem;
}
@media (max-width: 1024px) {
  .cnt23 .block .shop {
    width: 40%;
  }
}
@media (max-width: 768px) {
  .cnt23 .tab-wrap ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .cnt23 .tab-wrap ul .tab-btn {
    width: 30%;
    margin: 0.5rem 0;
    text-align: center;
  }
  .cnt23 .block {
    display: block;
  }
  .cnt23 .block .shop {
    margin: 0 0 2rem 0;
    width: 100%;
  }
  .cnt23 .block .address {
    padding: 0;
  }
}
@media (max-width: 576px) {
  .cnt23 {
    margin: 0 0 6rem 0;
  }
  .cnt23 .tab-wrap ul .tab-btn {
    width: 48%;
    margin: 0.5rem 0;
    text-align: center;
  }
}

.cnt24 {
  background: #F7F7FA;
  border-left: #CFC5B3 solid 1px;
  padding: 3rem 5rem;
}
.cnt24 .title {
  font-size: clamp(1.3rem, 1.229rem + 0.36vw, 1.8rem);
  color: #A7937F;
  margin: 0 0 1.5rem 0;
}
@media (max-width: 768px) {
  .cnt24 {
    padding: 2rem 3rem;
  }
}

.cnt25 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 6rem 5rem;
  background: #F7F7FA;
}
.cnt25 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cnt25 .is__button {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 1024px) {
  .cnt25 {
    padding: 4rem;
  }
  .cnt25 .inner {
    display: block;
  }
  .cnt25 .txt05 {
    text-align: center;
    margin: 0 0 2rem 0;
  }
}
@media (max-width: 768px) {
  .cnt25 {
    padding: 3rem 2.5rem;
  }
}

.cnt26 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cnt26 .year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100px;
}

.cnt26 .year .year__en {
  color: #A7937F;
  font-size: 30px;
}
.cnt26 .year .year__ja {
  font-size: 14px;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .cnt26 .year {
    width: auto;
  }
  .cnt26 .year .year__en {
	font-size: 24px;
  }
  .cnt26 .year .year__ja {
	font-size: 10px;	
  }
}

.cnt26 .line {
  width: 1px;
  background: #BEAC81;
  position: relative;
  margin: 0 7rem 0 7rem;
  padding: 5rem 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.cnt26 .line .mark {
  position: absolute;
  top: 50%;
  left: -5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 10px;
  color: #DB0029;
}
.cnt26 .line.is__top {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgb(255, 255, 255)), color-stop(50%, rgb(190, 172, 129)));
  background: linear-gradient(180deg, rgb(255, 255, 255) 50%, rgb(190, 172, 129) 50%);
}
.cnt26 .line.is__bottom {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgb(255, 255, 255)), color-stop(50%, rgb(190, 172, 129)));
  background: linear-gradient(0deg, rgb(255, 255, 255) 50%, rgb(190, 172, 129) 50%);
}
@media (max-width: 1024px) {
  .cnt26 .line {
    margin: 0 5rem;
  }
}
@media (max-width: 768px) {
  .cnt26 .line {
    margin: 0 3rem;
  }
}
@media (max-width: 576px) {
  .cnt26 .line {
    padding: 0 0 7rem 0;
    margin: 0 1.5rem;
  }
}
.cnt26 .event_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.cnt26 .event_wrap .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.75rem 0;
}
.cnt26 .event_wrap .block .month {
  font-weight: 700;
  font-size: 16px;
  margin: 0 5rem 0 0;
  width: 60px;
}
@media (max-width: 768px) {
  .cnt26 .event_wrap .block .month {
    font-size: 14px;
    margin: 0 2rem 0 0;
    width: 45px;
  }
}
@media (max-width: 576px) {
  .cnt26 .event_wrap .block .month {
    font-size: 12px;
    margin: 0 1.5rem 0 0;
    width: 40px;
  }
}
.cnt26 .event_wrap .block .event {
  font-size: 16px;
  line-height: 1.8em;
}
@media (max-width: 1024px) {
  .cnt26 .event_wrap .block .event {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cnt26 .event_wrap .block .event {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .cnt26 .event_wrap .block .event {
    font-size: 13px;
  }
}

.container-base, .container-1620, .container-1500, .container-1400, .container-1340, .container-1290, .container-1240, .container-1000 {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.container-1000 {
  max-width: 1040px;
}

.container-1240 {
  max-width: 1280px;
}

.container-1290 {
  max-width: 1330px;
}

.container-1340 {
  max-width: 1380px;
}

.container-1400 {
  max-width: 1440px;
}

.container-1500 {
  max-width: 1540px;
}

.container-1620 {
  max-width: 1660px;
}

.headline01 {
  color: #271F0A;
  font-size: clamp(2.7rem, 2.6rem + 0.5vw, 3.4rem);
  font-weight: 700;
}
.headline01 span {
  color: #A7937F;
  letter-spacing: 0.1em;
  display: block;
  font-size: clamp(1.2rem, 1.143rem + 0.29vw, 1.6rem);
  margin: 0 0 1rem 0;
}
@media (max-width: 768px) {
  .headline01 span {
    margin: 0 0 0.5rem 0;
  }
}

.headline02 {
  text-align: center;
  color: #271F0A;
  font-size: clamp(2.7rem, 2.6rem + 0.5vw, 3.4rem);
  font-weight: 700;
}
.headline02 i {
  display: block;
  color: #DB0029;
  margin: 0 0 1.5rem 0;
}

.headline03 {
  font-size: clamp(3.3rem, 3.2rem + 0.5vw, 4rem);
  font-weight: 700;
  color: #271F0A;
}
.headline03 span {
  display: block;
  color: #A7937F;
  font-size: clamp(1.4rem, 1.314rem + 0.43vw, 2rem);
  margin: 0 0 1.5rem 0;
}
@media (max-width: 768px) {
  .headline03 {
    font-size: clamp(2.8rem, 2.8rem + 0.5vw, 4rem);
  }
  .headline03 span {
    font-size: clamp(1.2rem, 1.2rem + 0.43vw, 2rem);
  }
}
@media (max-width: 576px) {
  .headline03 {
    font-size: 2rem;
  }
  .headline03 span {
    font-size: 1.5rem;
    margin: 0 0 1rem 0;
  }
}
@media (max-width: 375px) {
  .headline03 {
    font-size: 1.8rem;
  }
  .headline03 span {
    font-size: 1.5rem;
    margin: 0 0 1rem 0;
  }
}

.headline04 {
  font-size: clamp(1.7rem, 1.6rem + 0.5vw, 2.4rem);
  font-weight: 700;
  line-height: 1.6em;
}

.headline05 {
  font-size: clamp(1.4rem, 1.314rem + 0.43vw, 2rem);
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.headline05 span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.headline05::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: #B8B8B8;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 0 0 2rem;
}

.headline06 {
  color: #271F0A;
  font-size: clamp(1.7rem, 1.6rem + 0.5vw, 2.4rem);
  font-weight: 700;
  line-height: 1.6em;
}

.headline07 {
  color: #271F0A;
  font-size: clamp(1.4rem, 1.314rem + 0.43vw, 2rem);
  font-weight: 700;
  line-height: 1.6em;
}

.headline08 {
  font-size: clamp(2.3rem, 2.2rem + 0.5vw, 3rem);
  font-weight: 700;
  line-height: 1.6em;
  color: #271F0A;
  letter-spacing: 0.1em;
}

.headline09 {
  font-size: clamp(1.4rem, 1.314rem + 0.43vw, 2rem);
  font-weight: 700;
  line-height: 1.6em;
  letter-spacing: 0.1em;
}

.headline10 {
  color: #271F0A;
  font-size: clamp(2.3rem, 2.2rem + 0.5vw, 3rem);
  font-weight: 700;
}
.headline10 span {
  color: #A7937F;
  letter-spacing: 0.1em;
  display: block;
  font-size: clamp(1.4rem, 1.314rem + 0.43vw, 2rem);
  margin: 0 0 1rem 0;
}
@media (max-width: 768px) {
  .headline10 span {
    margin: 0 0 0.5rem 0;
  }
}

.clear {
  clear: both !important;
}

.cf:before,
.cf:after {
  content: "";
  display: block;
  overflow: hidden;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

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

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

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

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

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

.is__d_block_xs {
  display: none;
}
@media (max-width: 375px) {
  .is__d_block_xs {
    display: block;
  }
}

.is__d_block_sm {
  display: none;
}
@media (max-width: 576px) {
  .is__d_block_sm {
    display: block;
  }
}

.is__d_block_md {
  display: none;
}
@media (max-width: 768px) {
  .is__d_block_md {
    display: block;
  }
}

.is__d_block_lg {
  display: none;
}
@media (max-width: 1024px) {
  .is__d_block_lg {
    display: block;
  }
}

.is__d_block_xl {
  display: none;
}
@media (max-width: 1280px) {
  .is__d_block_xl {
    display: block;
  }
}

@media (max-width: 375px) {
  .is__d_none_xs {
    display: none;
  }
}

@media (max-width: 576px) {
  .is__d_none_sm {
    display: none;
  }
}

@media (max-width: 768px) {
  .is__d_none_md {
    display: none;
  }
}

@media (max-width: 1024px) {
  .is__d_none_lg {
    display: none;
  }
}

@media (max-width: 1280px) {
  .is__d_none_xl {
    display: none;
  }
}

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

.mt-10 {
  margin-top: 1rem !important;
}

.mt-20 {
  margin-top: 2rem !important;
}

.mt-30 {
  margin-top: 3rem !important;
}

.mt-40 {
  margin-top: 4rem !important;
}

.mt-50 {
  margin-top: 5rem !important;
}

.mt-60 {
  margin-top: 6rem !important;
}

.mt-70 {
  margin-top: 7rem !important;
}

.mt-80 {
  margin-top: 8rem !important;
}

.mt-90 {
  margin-top: 9rem !important;
}

.mt-100 {
  margin-top: 10rem !important;
}

.mt-110 {
  margin-top: 11rem !important;
}

.mt-120 {
  margin-top: 12rem !important;
}

.mt-130 {
  margin-top: 13rem !important;
}

.mt-140 {
  margin-top: 14rem !important;
}

.mt-150 {
  margin-top: 15rem !important;
}

.mt-160 {
  margin-top: 16rem !important;
}

.mt-170 {
  margin-top: 17rem !important;
}

.mt-180 {
  margin-top: 18rem !important;
}

.mt-190 {
  margin-top: 19rem !important;
}

.mt-200 {
  margin-top: 20rem !important;
}

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

.mr-10 {
  margin-right: 1rem !important;
}

.mr-20 {
  margin-right: 2rem !important;
}

.mr-30 {
  margin-right: 3rem !important;
}

.mr-40 {
  margin-right: 4rem !important;
}

.mr-50 {
  margin-right: 5rem !important;
}

.mr-60 {
  margin-right: 6rem !important;
}

.mr-70 {
  margin-right: 7rem !important;
}

.mr-80 {
  margin-right: 8rem !important;
}

.mr-90 {
  margin-right: 9rem !important;
}

.mr-100 {
  margin-right: 10rem !important;
}

.mr-110 {
  margin-right: 11rem !important;
}

.mr-120 {
  margin-right: 12rem !important;
}

.mr-130 {
  margin-right: 13rem !important;
}

.mr-140 {
  margin-right: 14rem !important;
}

.mr-150 {
  margin-right: 15rem !important;
}

.mr-160 {
  margin-right: 16rem !important;
}

.mr-170 {
  margin-right: 17rem !important;
}

.mr-180 {
  margin-right: 18rem !important;
}

.mr-190 {
  margin-right: 19rem !important;
}

.mr-200 {
  margin-right: 20rem !important;
}

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

.mb-10 {
  margin-bottom: 1rem !important;
}

.mb-20 {
  margin-bottom: 2rem !important;
}

.mb-30 {
  margin-bottom: 3rem !important;
}

.mb-40 {
  margin-bottom: 4rem !important;
}

.mb-50 {
  margin-bottom: 5rem !important;
}

.mb-60 {
  margin-bottom: 6rem !important;
}

.mb-70 {
  margin-bottom: 7rem !important;
}

.mb-80 {
  margin-bottom: 8rem !important;
}

.mb-90 {
  margin-bottom: 9rem !important;
}

.mb-100 {
  margin-bottom: 10rem !important;
}

.mb-110 {
  margin-bottom: 11rem !important;
}

.mb-120 {
  margin-bottom: 12rem !important;
}

.mb-130 {
  margin-bottom: 13rem !important;
}

.mb-140 {
  margin-bottom: 14rem !important;
}

.mb-150 {
  margin-bottom: 15rem !important;
}

.mb-160 {
  margin-bottom: 16rem !important;
}

.mb-170 {
  margin-bottom: 17rem !important;
}

.mb-180 {
  margin-bottom: 18rem !important;
}

.mb-190 {
  margin-bottom: 19rem !important;
}

.mb-200 {
  margin-bottom: 20rem !important;
}

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

.ml-10 {
  margin-left: 1rem !important;
}

.ml-20 {
  margin-left: 2rem !important;
}

.ml-30 {
  margin-left: 3rem !important;
}

.ml-40 {
  margin-left: 4rem !important;
}

.ml-50 {
  margin-left: 5rem !important;
}

.ml-60 {
  margin-left: 6rem !important;
}

.ml-70 {
  margin-left: 7rem !important;
}

.ml-80 {
  margin-left: 8rem !important;
}

.ml-90 {
  margin-left: 9rem !important;
}

.ml-100 {
  margin-left: 10rem !important;
}

.ml-110 {
  margin-left: 11rem !important;
}

.ml-120 {
  margin-left: 12rem !important;
}

.ml-130 {
  margin-left: 13rem !important;
}

.ml-140 {
  margin-left: 14rem !important;
}

.ml-150 {
  margin-left: 15rem !important;
}

.ml-160 {
  margin-left: 16rem !important;
}

.ml-170 {
  margin-left: 17rem !important;
}

.ml-180 {
  margin-left: 18rem !important;
}

.ml-190 {
  margin-left: 19rem !important;
}

.ml-200 {
  margin-left: 20rem !important;
}

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

.pt-10 {
  padding-top: 1rem !important;
}

.pt-20 {
  padding-top: 2rem !important;
}

.pt-30 {
  padding-top: 3rem !important;
}

.pt-40 {
  padding-top: 4rem !important;
}

.pt-50 {
  padding-top: 5rem !important;
}

.pt-60 {
  padding-top: 6rem !important;
}

.pt-70 {
  padding-top: 7rem !important;
}

.pt-80 {
  padding-top: 8rem !important;
}

.pt-90 {
  padding-top: 9rem !important;
}

.pt-100 {
  padding-top: 10rem !important;
}

.pt-110 {
  padding-top: 11rem !important;
}

.pt-120 {
  padding-top: 12rem !important;
}

.pt-130 {
  padding-top: 13rem !important;
}

.pt-140 {
  padding-top: 14rem !important;
}

.pt-150 {
  padding-top: 15rem !important;
}

.pt-160 {
  padding-top: 16rem !important;
}

.pt-170 {
  padding-top: 17rem !important;
}

.pt-180 {
  padding-top: 18rem !important;
}

.pt-190 {
  padding-top: 19rem !important;
}

.pt-200 {
  padding-top: 20rem !important;
}

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

.pr-10 {
  padding-right: 1rem !important;
}

.pr-20 {
  padding-right: 2rem !important;
}

.pr-30 {
  padding-right: 3rem !important;
}

.pr-40 {
  padding-right: 4rem !important;
}

.pr-50 {
  padding-right: 5rem !important;
}

.pr-60 {
  padding-right: 6rem !important;
}

.pr-70 {
  padding-right: 7rem !important;
}

.pr-80 {
  padding-right: 8rem !important;
}

.pr-90 {
  padding-right: 9rem !important;
}

.pr-100 {
  padding-right: 10rem !important;
}

.pr-110 {
  padding-right: 11rem !important;
}

.pr-120 {
  padding-right: 12rem !important;
}

.pr-130 {
  padding-right: 13rem !important;
}

.pr-140 {
  padding-right: 14rem !important;
}

.pr-150 {
  padding-right: 15rem !important;
}

.pr-160 {
  padding-right: 16rem !important;
}

.pr-170 {
  padding-right: 17rem !important;
}

.pr-180 {
  padding-right: 18rem !important;
}

.pr-190 {
  padding-right: 19rem !important;
}

.pr-200 {
  padding-right: 20rem !important;
}

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

.pb-10 {
  padding-bottom: 1rem !important;
}

.pb-20 {
  padding-bottom: 2rem !important;
}

.pb-30 {
  padding-bottom: 3rem !important;
}

.pb-40 {
  padding-bottom: 4rem !important;
}

.pb-50 {
  padding-bottom: 5rem !important;
}

.pb-60 {
  padding-bottom: 6rem !important;
}

.pb-70 {
  padding-bottom: 7rem !important;
}

.pb-80 {
  padding-bottom: 8rem !important;
}

.pb-90 {
  padding-bottom: 9rem !important;
}

.pb-100 {
  padding-bottom: 10rem !important;
}

.pb-110 {
  padding-bottom: 11rem !important;
}

.pb-120 {
  padding-bottom: 12rem !important;
}

.pb-130 {
  padding-bottom: 13rem !important;
}

.pb-140 {
  padding-bottom: 14rem !important;
}

.pb-150 {
  padding-bottom: 15rem !important;
}

.pb-160 {
  padding-bottom: 16rem !important;
}

.pb-170 {
  padding-bottom: 17rem !important;
}

.pb-180 {
  padding-bottom: 18rem !important;
}

.pb-190 {
  padding-bottom: 19rem !important;
}

.pb-200 {
  padding-bottom: 20rem !important;
}

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

.pl-10 {
  padding-left: 1rem !important;
}

.pl-20 {
  padding-left: 2rem !important;
}

.pl-30 {
  padding-left: 3rem !important;
}

.pl-40 {
  padding-left: 4rem !important;
}

.pl-50 {
  padding-left: 5rem !important;
}

.pl-60 {
  padding-left: 6rem !important;
}

.pl-70 {
  padding-left: 7rem !important;
}

.pl-80 {
  padding-left: 8rem !important;
}

.pl-90 {
  padding-left: 9rem !important;
}

.pl-100 {
  padding-left: 10rem !important;
}

.pl-110 {
  padding-left: 11rem !important;
}

.pl-120 {
  padding-left: 12rem !important;
}

.pl-130 {
  padding-left: 13rem !important;
}

.pl-140 {
  padding-left: 14rem !important;
}

.pl-150 {
  padding-left: 15rem !important;
}

.pl-160 {
  padding-left: 16rem !important;
}

.pl-170 {
  padding-left: 17rem !important;
}

.pl-180 {
  padding-left: 18rem !important;
}

.pl-190 {
  padding-left: 19rem !important;
}

.pl-200 {
  padding-left: 20rem !important;
}

@media (max-width: 768px) {
  .mt-10 {
    margin-top: calc(1rem / 1.2) !important;
  }
  .mt-20 {
    margin-top: calc(2rem / 1.2) !important;
  }
  .mt-30 {
    margin-top: calc(3rem / 1.2) !important;
  }
  .mt-40 {
    margin-top: calc(4rem / 1.2) !important;
  }
  .mt-50 {
    margin-top: calc(5rem / 1.2) !important;
  }
  .mt-60 {
    margin-top: calc(6rem / 1.2) !important;
  }
  .mt-70 {
    margin-top: calc(7rem / 1.2) !important;
  }
  .mt-80 {
    margin-top: calc(8rem / 1.2) !important;
  }
  .mt-90 {
    margin-top: calc(9rem / 1.2) !important;
  }
  .mt-100 {
    margin-top: calc(10rem / 1.2) !important;
  }
  .mt-110 {
    margin-top: calc(11rem / 1.2) !important;
  }
  .mt-120 {
    margin-top: calc(12rem / 1.2) !important;
  }
  .mt-130 {
    margin-top: calc(13rem / 1.2) !important;
  }
  .mt-140 {
    margin-top: calc(14rem / 1.2) !important;
  }
  .mt-150 {
    margin-top: calc(15rem / 1.2) !important;
  }
  .mt-160 {
    margin-top: calc(16rem / 1.2) !important;
  }
  .mt-170 {
    margin-top: calc(17rem / 1.2) !important;
  }
  .mt-180 {
    margin-top: calc(18rem / 1.2) !important;
  }
  .mt-190 {
    margin-top: calc(19rem / 1.2) !important;
  }
  .mt-200 {
    margin-top: calc(20rem / 1.2) !important;
  }
  .mr-10 {
    margin-right: calc(1rem / 1.2) !important;
  }
  .mr-20 {
    margin-right: calc(2rem / 1.2) !important;
  }
  .mr-30 {
    margin-right: calc(3rem / 1.2) !important;
  }
  .mr-40 {
    margin-right: calc(4rem / 1.2) !important;
  }
  .mr-50 {
    margin-right: calc(5rem / 1.2) !important;
  }
  .mr-60 {
    margin-right: calc(6rem / 1.2) !important;
  }
  .mr-70 {
    margin-right: calc(7rem / 1.2) !important;
  }
  .mr-80 {
    margin-right: calc(8rem / 1.2) !important;
  }
  .mr-90 {
    margin-right: calc(9rem / 1.2) !important;
  }
  .mr-100 {
    margin-right: calc(10rem / 1.2) !important;
  }
  .mr-110 {
    margin-right: calc(11rem / 1.2) !important;
  }
  .mr-120 {
    margin-right: calc(12rem / 1.2) !important;
  }
  .mr-130 {
    margin-right: calc(13rem / 1.2) !important;
  }
  .mr-140 {
    margin-right: calc(14rem / 1.2) !important;
  }
  .mr-150 {
    margin-right: calc(15rem / 1.2) !important;
  }
  .mr-160 {
    margin-right: calc(16rem / 1.2) !important;
  }
  .mr-170 {
    margin-right: calc(17rem / 1.2) !important;
  }
  .mr-180 {
    margin-right: calc(18rem / 1.2) !important;
  }
  .mr-190 {
    margin-right: calc(19rem / 1.2) !important;
  }
  .mr-200 {
    margin-right: calc(20rem / 1.2) !important;
  }
  .mb-10 {
    margin-bottom: calc(1rem / 1.2) !important;
  }
  .mb-20 {
    margin-bottom: calc(2rem / 1.2) !important;
  }
  .mb-30 {
    margin-bottom: calc(3rem / 1.2) !important;
  }
  .mb-40 {
    margin-bottom: calc(4rem / 1.2) !important;
  }
  .mb-50 {
    margin-bottom: calc(5rem / 1.2) !important;
  }
  .mb-60 {
    margin-bottom: calc(6rem / 1.2) !important;
  }
  .mb-70 {
    margin-bottom: calc(7rem / 1.2) !important;
  }
  .mb-80 {
    margin-bottom: calc(8rem / 1.2) !important;
  }
  .mb-90 {
    margin-bottom: calc(9rem / 1.2) !important;
  }
  .mb-100 {
    margin-bottom: calc(10rem / 1.2) !important;
  }
  .mb-110 {
    margin-bottom: calc(11rem / 1.2) !important;
  }
  .mb-120 {
    margin-bottom: calc(12rem / 1.2) !important;
  }
  .mb-130 {
    margin-bottom: calc(13rem / 1.2) !important;
  }
  .mb-140 {
    margin-bottom: calc(14rem / 1.2) !important;
  }
  .mb-150 {
    margin-bottom: calc(15rem / 1.2) !important;
  }
  .mb-160 {
    margin-bottom: calc(16rem / 1.2) !important;
  }
  .mb-170 {
    margin-bottom: calc(17rem / 1.2) !important;
  }
  .mb-180 {
    margin-bottom: calc(18rem / 1.2) !important;
  }
  .mb-190 {
    margin-bottom: calc(19rem / 1.2) !important;
  }
  .mb-200 {
    margin-bottom: calc(20rem / 1.2) !important;
  }
  .ml-10 {
    margin-left: calc(1rem / 1.2) !important;
  }
  .ml-20 {
    margin-left: calc(2rem / 1.2) !important;
  }
  .ml-30 {
    margin-left: calc(3rem / 1.2) !important;
  }
  .ml-40 {
    margin-left: calc(4rem / 1.2) !important;
  }
  .ml-50 {
    margin-left: calc(5rem / 1.2) !important;
  }
  .ml-60 {
    margin-left: calc(6rem / 1.2) !important;
  }
  .ml-70 {
    margin-left: calc(7rem / 1.2) !important;
  }
  .ml-80 {
    margin-left: calc(8rem / 1.2) !important;
  }
  .ml-90 {
    margin-left: calc(9rem / 1.2) !important;
  }
  .ml-100 {
    margin-left: calc(10rem / 1.2) !important;
  }
  .ml-110 {
    margin-left: calc(11rem / 1.2) !important;
  }
  .ml-120 {
    margin-left: calc(12rem / 1.2) !important;
  }
  .ml-130 {
    margin-left: calc(13rem / 1.2) !important;
  }
  .ml-140 {
    margin-left: calc(14rem / 1.2) !important;
  }
  .ml-150 {
    margin-left: calc(15rem / 1.2) !important;
  }
  .ml-160 {
    margin-left: calc(16rem / 1.2) !important;
  }
  .ml-170 {
    margin-left: calc(17rem / 1.2) !important;
  }
  .ml-180 {
    margin-left: calc(18rem / 1.2) !important;
  }
  .ml-190 {
    margin-left: calc(19rem / 1.2) !important;
  }
  .ml-200 {
    margin-left: calc(20rem / 1.2) !important;
  }
  .pt-10 {
    padding-top: calc(1rem / 1.2) !important;
  }
  .pt-20 {
    padding-top: calc(2rem / 1.2) !important;
  }
  .pt-30 {
    padding-top: calc(3rem / 1.2) !important;
  }
  .pt-40 {
    padding-top: calc(4rem / 1.2) !important;
  }
  .pt-50 {
    padding-top: calc(5rem / 1.2) !important;
  }
  .pt-60 {
    padding-top: calc(6rem / 1.2) !important;
  }
  .pt-70 {
    padding-top: calc(7rem / 1.2) !important;
  }
  .pt-80 {
    padding-top: calc(8rem / 1.2) !important;
  }
  .pt-90 {
    padding-top: calc(9rem / 1.2) !important;
  }
  .pt-100 {
    padding-top: calc(10rem / 1.2) !important;
  }
  .pt-110 {
    padding-top: calc(11rem / 1.2) !important;
  }
  .pt-120 {
    padding-top: calc(12rem / 1.2) !important;
  }
  .pt-130 {
    padding-top: calc(13rem / 1.2) !important;
  }
  .pt-140 {
    padding-top: calc(14rem / 1.2) !important;
  }
  .pt-150 {
    padding-top: calc(15rem / 1.2) !important;
  }
  .pt-160 {
    padding-top: calc(16rem / 1.2) !important;
  }
  .pt-170 {
    padding-top: calc(17rem / 1.2) !important;
  }
  .pt-180 {
    padding-top: calc(18rem / 1.2) !important;
  }
  .pt-190 {
    padding-top: calc(19rem / 1.2) !important;
  }
  .pt-200 {
    padding-top: calc(20rem / 1.2) !important;
  }
  .pr-10 {
    padding-right: calc(1rem / 1.2) !important;
  }
  .pr-20 {
    padding-right: calc(2rem / 1.2) !important;
  }
  .pr-30 {
    padding-right: calc(3rem / 1.2) !important;
  }
  .pr-40 {
    padding-right: calc(4rem / 1.2) !important;
  }
  .pr-50 {
    padding-right: calc(5rem / 1.2) !important;
  }
  .pr-60 {
    padding-right: calc(6rem / 1.2) !important;
  }
  .pr-70 {
    padding-right: calc(7rem / 1.2) !important;
  }
  .pr-80 {
    padding-right: calc(8rem / 1.2) !important;
  }
  .pr-90 {
    padding-right: calc(9rem / 1.2) !important;
  }
  .pr-100 {
    padding-right: calc(10rem / 1.2) !important;
  }
  .pr-110 {
    padding-right: calc(11rem / 1.2) !important;
  }
  .pr-120 {
    padding-right: calc(12rem / 1.2) !important;
  }
  .pr-130 {
    padding-right: calc(13rem / 1.2) !important;
  }
  .pr-140 {
    padding-right: calc(14rem / 1.2) !important;
  }
  .pr-150 {
    padding-right: calc(15rem / 1.2) !important;
  }
  .pr-160 {
    padding-right: calc(16rem / 1.2) !important;
  }
  .pr-170 {
    padding-right: calc(17rem / 1.2) !important;
  }
  .pr-180 {
    padding-right: calc(18rem / 1.2) !important;
  }
  .pr-190 {
    padding-right: calc(19rem / 1.2) !important;
  }
  .pr-200 {
    padding-right: calc(20rem / 1.2) !important;
  }
  .pb-10 {
    padding-bottom: calc(1rem / 1.2) !important;
  }
  .pb-20 {
    padding-bottom: calc(2rem / 1.2) !important;
  }
  .pb-30 {
    padding-bottom: calc(3rem / 1.2) !important;
  }
  .pb-40 {
    padding-bottom: calc(4rem / 1.2) !important;
  }
  .pb-50 {
    padding-bottom: calc(5rem / 1.2) !important;
  }
  .pb-60 {
    padding-bottom: calc(6rem / 1.2) !important;
  }
  .pb-70 {
    padding-bottom: calc(7rem / 1.2) !important;
  }
  .pb-80 {
    padding-bottom: calc(8rem / 1.2) !important;
  }
  .pb-90 {
    padding-bottom: calc(9rem / 1.2) !important;
  }
  .pb-100 {
    padding-bottom: calc(10rem / 1.2) !important;
  }
  .pb-110 {
    padding-bottom: calc(11rem / 1.2) !important;
  }
  .pb-120 {
    padding-bottom: calc(12rem / 1.2) !important;
  }
  .pb-130 {
    padding-bottom: calc(13rem / 1.2) !important;
  }
  .pb-140 {
    padding-bottom: calc(14rem / 1.2) !important;
  }
  .pb-150 {
    padding-bottom: calc(15rem / 1.2) !important;
  }
  .pb-160 {
    padding-bottom: calc(16rem / 1.2) !important;
  }
  .pb-170 {
    padding-bottom: calc(17rem / 1.2) !important;
  }
  .pb-180 {
    padding-bottom: calc(18rem / 1.2) !important;
  }
  .pb-190 {
    padding-bottom: calc(19rem / 1.2) !important;
  }
  .pb-200 {
    padding-bottom: calc(20rem / 1.2) !important;
  }
  .pl-10 {
    padding-left: calc(1rem / 1.2) !important;
  }
  .pl-20 {
    padding-left: calc(2rem / 1.2) !important;
  }
  .pl-30 {
    padding-left: calc(3rem / 1.2) !important;
  }
  .pl-40 {
    padding-left: calc(4rem / 1.2) !important;
  }
  .pl-50 {
    padding-left: calc(5rem / 1.2) !important;
  }
  .pl-60 {
    padding-left: calc(6rem / 1.2) !important;
  }
  .pl-70 {
    padding-left: calc(7rem / 1.2) !important;
  }
  .pl-80 {
    padding-left: calc(8rem / 1.2) !important;
  }
  .pl-90 {
    padding-left: calc(9rem / 1.2) !important;
  }
  .pl-100 {
    padding-left: calc(10rem / 1.2) !important;
  }
  .pl-110 {
    padding-left: calc(11rem / 1.2) !important;
  }
  .pl-120 {
    padding-left: calc(12rem / 1.2) !important;
  }
  .pl-130 {
    padding-left: calc(13rem / 1.2) !important;
  }
  .pl-140 {
    padding-left: calc(14rem / 1.2) !important;
  }
  .pl-150 {
    padding-left: calc(15rem / 1.2) !important;
  }
  .pl-160 {
    padding-left: calc(16rem / 1.2) !important;
  }
  .pl-170 {
    padding-left: calc(17rem / 1.2) !important;
  }
  .pl-180 {
    padding-left: calc(18rem / 1.2) !important;
  }
  .pl-190 {
    padding-left: calc(19rem / 1.2) !important;
  }
  .pl-200 {
    padding-left: calc(20rem / 1.2) !important;
  }
}
@media (max-width: 576px) {
  .mt-10 {
    margin-top: calc(1rem / 1.5) !important;
  }
  .mt-20 {
    margin-top: calc(2rem / 1.5) !important;
  }
  .mt-30 {
    margin-top: calc(3rem / 1.5) !important;
  }
  .mt-40 {
    margin-top: calc(4rem / 1.5) !important;
  }
  .mt-50 {
    margin-top: calc(5rem / 1.5) !important;
  }
  .mt-60 {
    margin-top: calc(6rem / 1.5) !important;
  }
  .mt-70 {
    margin-top: calc(7rem / 1.5) !important;
  }
  .mt-80 {
    margin-top: calc(8rem / 1.5) !important;
  }
  .mt-90 {
    margin-top: calc(9rem / 1.5) !important;
  }
  .mt-100 {
    margin-top: calc(10rem / 1.5) !important;
  }
  .mt-110 {
    margin-top: calc(11rem / 1.5) !important;
  }
  .mt-120 {
    margin-top: calc(12rem / 1.5) !important;
  }
  .mt-130 {
    margin-top: calc(13rem / 1.5) !important;
  }
  .mt-140 {
    margin-top: calc(14rem / 1.5) !important;
  }
  .mt-150 {
    margin-top: calc(15rem / 1.5) !important;
  }
  .mt-160 {
    margin-top: calc(16rem / 1.5) !important;
  }
  .mt-170 {
    margin-top: calc(17rem / 1.5) !important;
  }
  .mt-180 {
    margin-top: calc(18rem / 1.5) !important;
  }
  .mt-190 {
    margin-top: calc(19rem / 1.5) !important;
  }
  .mt-200 {
    margin-top: calc(20rem / 1.5) !important;
  }
  .mr-10 {
    margin-right: calc(1rem / 1.5) !important;
  }
  .mr-20 {
    margin-right: calc(2rem / 1.5) !important;
  }
  .mr-30 {
    margin-right: calc(3rem / 1.5) !important;
  }
  .mr-40 {
    margin-right: calc(4rem / 1.5) !important;
  }
  .mr-50 {
    margin-right: calc(5rem / 1.5) !important;
  }
  .mr-60 {
    margin-right: calc(6rem / 1.5) !important;
  }
  .mr-70 {
    margin-right: calc(7rem / 1.5) !important;
  }
  .mr-80 {
    margin-right: calc(8rem / 1.5) !important;
  }
  .mr-90 {
    margin-right: calc(9rem / 1.5) !important;
  }
  .mr-100 {
    margin-right: calc(10rem / 1.5) !important;
  }
  .mr-110 {
    margin-right: calc(11rem / 1.5) !important;
  }
  .mr-120 {
    margin-right: calc(12rem / 1.5) !important;
  }
  .mr-130 {
    margin-right: calc(13rem / 1.5) !important;
  }
  .mr-140 {
    margin-right: calc(14rem / 1.5) !important;
  }
  .mr-150 {
    margin-right: calc(15rem / 1.5) !important;
  }
  .mr-160 {
    margin-right: calc(16rem / 1.5) !important;
  }
  .mr-170 {
    margin-right: calc(17rem / 1.5) !important;
  }
  .mr-180 {
    margin-right: calc(18rem / 1.5) !important;
  }
  .mr-190 {
    margin-right: calc(19rem / 1.5) !important;
  }
  .mr-200 {
    margin-right: calc(20rem / 1.5) !important;
  }
  .mb-10 {
    margin-bottom: calc(1rem / 1.5) !important;
  }
  .mb-20 {
    margin-bottom: calc(2rem / 1.5) !important;
  }
  .mb-30 {
    margin-bottom: calc(3rem / 1.5) !important;
  }
  .mb-40 {
    margin-bottom: calc(4rem / 1.5) !important;
  }
  .mb-50 {
    margin-bottom: calc(5rem / 1.5) !important;
  }
  .mb-60 {
    margin-bottom: calc(6rem / 1.5) !important;
  }
  .mb-70 {
    margin-bottom: calc(7rem / 1.5) !important;
  }
  .mb-80 {
    margin-bottom: calc(8rem / 1.5) !important;
  }
  .mb-90 {
    margin-bottom: calc(9rem / 1.5) !important;
  }
  .mb-100 {
    margin-bottom: calc(10rem / 1.5) !important;
  }
  .mb-110 {
    margin-bottom: calc(11rem / 1.5) !important;
  }
  .mb-120 {
    margin-bottom: calc(12rem / 1.5) !important;
  }
  .mb-130 {
    margin-bottom: calc(13rem / 1.5) !important;
  }
  .mb-140 {
    margin-bottom: calc(14rem / 1.5) !important;
  }
  .mb-150 {
    margin-bottom: calc(15rem / 1.5) !important;
  }
  .mb-160 {
    margin-bottom: calc(16rem / 1.5) !important;
  }
  .mb-170 {
    margin-bottom: calc(17rem / 1.5) !important;
  }
  .mb-180 {
    margin-bottom: calc(18rem / 1.5) !important;
  }
  .mb-190 {
    margin-bottom: calc(19rem / 1.5) !important;
  }
  .mb-200 {
    margin-bottom: calc(20rem / 1.5) !important;
  }
  .ml-10 {
    margin-left: calc(1rem / 1.5) !important;
  }
  .ml-20 {
    margin-left: calc(2rem / 1.5) !important;
  }
  .ml-30 {
    margin-left: calc(3rem / 1.5) !important;
  }
  .ml-40 {
    margin-left: calc(4rem / 1.5) !important;
  }
  .ml-50 {
    margin-left: calc(5rem / 1.5) !important;
  }
  .ml-60 {
    margin-left: calc(6rem / 1.5) !important;
  }
  .ml-70 {
    margin-left: calc(7rem / 1.5) !important;
  }
  .ml-80 {
    margin-left: calc(8rem / 1.5) !important;
  }
  .ml-90 {
    margin-left: calc(9rem / 1.5) !important;
  }
  .ml-100 {
    margin-left: calc(10rem / 1.5) !important;
  }
  .ml-110 {
    margin-left: calc(11rem / 1.5) !important;
  }
  .ml-120 {
    margin-left: calc(12rem / 1.5) !important;
  }
  .ml-130 {
    margin-left: calc(13rem / 1.5) !important;
  }
  .ml-140 {
    margin-left: calc(14rem / 1.5) !important;
  }
  .ml-150 {
    margin-left: calc(15rem / 1.5) !important;
  }
  .ml-160 {
    margin-left: calc(16rem / 1.5) !important;
  }
  .ml-170 {
    margin-left: calc(17rem / 1.5) !important;
  }
  .ml-180 {
    margin-left: calc(18rem / 1.5) !important;
  }
  .ml-190 {
    margin-left: calc(19rem / 1.5) !important;
  }
  .ml-200 {
    margin-left: calc(20rem / 1.5) !important;
  }
  .pt-10 {
    padding-top: calc(1rem / 1.5) !important;
  }
  .pt-20 {
    padding-top: calc(2rem / 1.5) !important;
  }
  .pt-30 {
    padding-top: calc(3rem / 1.5) !important;
  }
  .pt-40 {
    padding-top: calc(4rem / 1.5) !important;
  }
  .pt-50 {
    padding-top: calc(5rem / 1.5) !important;
  }
  .pt-60 {
    padding-top: calc(6rem / 1.5) !important;
  }
  .pt-70 {
    padding-top: calc(7rem / 1.5) !important;
  }
  .pt-80 {
    padding-top: calc(8rem / 1.5) !important;
  }
  .pt-90 {
    padding-top: calc(9rem / 1.5) !important;
  }
  .pt-100 {
    padding-top: calc(10rem / 1.5) !important;
  }
  .pt-110 {
    padding-top: calc(11rem / 1.5) !important;
  }
  .pt-120 {
    padding-top: calc(12rem / 1.5) !important;
  }
  .pt-130 {
    padding-top: calc(13rem / 1.5) !important;
  }
  .pt-140 {
    padding-top: calc(14rem / 1.5) !important;
  }
  .pt-150 {
    padding-top: calc(15rem / 1.5) !important;
  }
  .pt-160 {
    padding-top: calc(16rem / 1.5) !important;
  }
  .pt-170 {
    padding-top: calc(17rem / 1.5) !important;
  }
  .pt-180 {
    padding-top: calc(18rem / 1.5) !important;
  }
  .pt-190 {
    padding-top: calc(19rem / 1.5) !important;
  }
  .pt-200 {
    padding-top: calc(20rem / 1.5) !important;
  }
  .pr-10 {
    padding-right: calc(1rem / 1.5) !important;
  }
  .pr-20 {
    padding-right: calc(2rem / 1.5) !important;
  }
  .pr-30 {
    padding-right: calc(3rem / 1.5) !important;
  }
  .pr-40 {
    padding-right: calc(4rem / 1.5) !important;
  }
  .pr-50 {
    padding-right: calc(5rem / 1.5) !important;
  }
  .pr-60 {
    padding-right: calc(6rem / 1.5) !important;
  }
  .pr-70 {
    padding-right: calc(7rem / 1.5) !important;
  }
  .pr-80 {
    padding-right: calc(8rem / 1.5) !important;
  }
  .pr-90 {
    padding-right: calc(9rem / 1.5) !important;
  }
  .pr-100 {
    padding-right: calc(10rem / 1.5) !important;
  }
  .pr-110 {
    padding-right: calc(11rem / 1.5) !important;
  }
  .pr-120 {
    padding-right: calc(12rem / 1.5) !important;
  }
  .pr-130 {
    padding-right: calc(13rem / 1.5) !important;
  }
  .pr-140 {
    padding-right: calc(14rem / 1.5) !important;
  }
  .pr-150 {
    padding-right: calc(15rem / 1.5) !important;
  }
  .pr-160 {
    padding-right: calc(16rem / 1.5) !important;
  }
  .pr-170 {
    padding-right: calc(17rem / 1.5) !important;
  }
  .pr-180 {
    padding-right: calc(18rem / 1.5) !important;
  }
  .pr-190 {
    padding-right: calc(19rem / 1.5) !important;
  }
  .pr-200 {
    padding-right: calc(20rem / 1.5) !important;
  }
  .pb-10 {
    padding-bottom: calc(1rem / 1.5) !important;
  }
  .pb-20 {
    padding-bottom: calc(2rem / 1.5) !important;
  }
  .pb-30 {
    padding-bottom: calc(3rem / 1.5) !important;
  }
  .pb-40 {
    padding-bottom: calc(4rem / 1.5) !important;
  }
  .pb-50 {
    padding-bottom: calc(5rem / 1.5) !important;
  }
  .pb-60 {
    padding-bottom: calc(6rem / 1.5) !important;
  }
  .pb-70 {
    padding-bottom: calc(7rem / 1.5) !important;
  }
  .pb-80 {
    padding-bottom: calc(8rem / 1.5) !important;
  }
  .pb-90 {
    padding-bottom: calc(9rem / 1.5) !important;
  }
  .pb-100 {
    padding-bottom: calc(10rem / 1.5) !important;
  }
  .pb-110 {
    padding-bottom: calc(11rem / 1.5) !important;
  }
  .pb-120 {
    padding-bottom: calc(12rem / 1.5) !important;
  }
  .pb-130 {
    padding-bottom: calc(13rem / 1.5) !important;
  }
  .pb-140 {
    padding-bottom: calc(14rem / 1.5) !important;
  }
  .pb-150 {
    padding-bottom: calc(15rem / 1.5) !important;
  }
  .pb-160 {
    padding-bottom: calc(16rem / 1.5) !important;
  }
  .pb-170 {
    padding-bottom: calc(17rem / 1.5) !important;
  }
  .pb-180 {
    padding-bottom: calc(18rem / 1.5) !important;
  }
  .pb-190 {
    padding-bottom: calc(19rem / 1.5) !important;
  }
  .pb-200 {
    padding-bottom: calc(20rem / 1.5) !important;
  }
  .pl-10 {
    padding-left: calc(1rem / 1.5) !important;
  }
  .pl-20 {
    padding-left: calc(2rem / 1.5) !important;
  }
  .pl-30 {
    padding-left: calc(3rem / 1.5) !important;
  }
  .pl-40 {
    padding-left: calc(4rem / 1.5) !important;
  }
  .pl-50 {
    padding-left: calc(5rem / 1.5) !important;
  }
  .pl-60 {
    padding-left: calc(6rem / 1.5) !important;
  }
  .pl-70 {
    padding-left: calc(7rem / 1.5) !important;
  }
  .pl-80 {
    padding-left: calc(8rem / 1.5) !important;
  }
  .pl-90 {
    padding-left: calc(9rem / 1.5) !important;
  }
  .pl-100 {
    padding-left: calc(10rem / 1.5) !important;
  }
  .pl-110 {
    padding-left: calc(11rem / 1.5) !important;
  }
  .pl-120 {
    padding-left: calc(12rem / 1.5) !important;
  }
  .pl-130 {
    padding-left: calc(13rem / 1.5) !important;
  }
  .pl-140 {
    padding-left: calc(14rem / 1.5) !important;
  }
  .pl-150 {
    padding-left: calc(15rem / 1.5) !important;
  }
  .pl-160 {
    padding-left: calc(16rem / 1.5) !important;
  }
  .pl-170 {
    padding-left: calc(17rem / 1.5) !important;
  }
  .pl-180 {
    padding-left: calc(18rem / 1.5) !important;
  }
  .pl-190 {
    padding-left: calc(19rem / 1.5) !important;
  }
  .pl-200 {
    padding-left: calc(20rem / 1.5) !important;
  }
}