@charset "UTF-8";
/*
#overview
base
*/
/*
#colors
@$primaryColor #5a8c3c
@$secondaryColor #ef8f3a
@$textColor #2b2922
*/
/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  box-sizing: border-box;
}

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

/* 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;
  line-height: 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 {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  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] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

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

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

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

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

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

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

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

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

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

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

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

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

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

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

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

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

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

html {
  font-family: "Overpass", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

body {
  min-width: 1100px;
  color: #2b2922;
  font-size: 15px;
  font-size: calc(15 / 16)rem;
  font-weight: 500;
  line-height: 2.1;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    font-size: calc(14 / 16)rem;
  }
}
@media screen and (max-width: 640px) {
  body {
    min-width: auto;
  }
}

a:hover {
  text-decoration: underline;
}
a:hover img {
  opacity: 0.8;
}
a img {
  transition-property: opacity;
  transition-duration: 0.2s;
  backface-visibility: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus {
  outline: -webkit-focus-ring-color auto 1px;
  outline-color: -webkit-focus-ring-color;
  outline-style: auto;
  outline-width: 1px;
}

small {
  font-size: inherit;
}

iframe[name=google_conversion_frame] {
  float: left;
  width: 0 !important;
  height: 0 !important;
  margin-top: -13px;
  line-height: 0 !important;
  font-size: 0 !important;
}

/*
#overview
layout
*/
body {
  background-color: #f0f0f0;
  position: relative;
  background-size: 1800px auto;
  letter-spacing: 0.12em;
}
.l-main {
  padding-bottom: 420px;
}
@media screen and (max-width: 640px) {
  .l-main {
    padding-bottom: 300px;
  }
}
.l-main--pages {
  width: min(930px, 91.25%);
  margin-inline: auto;
}
.l-main--obj_animals {
  background-color: #cfe3e0;
  background-image: url(../img/bg_leather.jpg);
  background-size: 600px 400px;
  position: relative;
  margin-top: 9vw;
  padding-top: 50px;
  min-height: 100vw;
}
.l-main--obj_animals::before {
  content: "";
  position: absolute;
  top: -21vw;
  width: 100%;
  height: 21vw;
  background-size: cover;
  background-image: url(../img/top_01.png);
  pointer-events: none;
  z-index: -1;
}
.l-main--obj_animals .obj_animals_wrap {
  display: flex;
  position: absolute;
  left: 50%;
  top: -17vw;
  transform: translateX(-50%);
  gap: 15px;
}
@media screen and (max-width: 640px) {
  .l-main--obj_animals .obj_animals_wrap {
    gap: 0;
    width: 60%;
  }
}

/*****************************
Header
*****************************/
.l-header {
  position: relative;
}
.l-header--pages {
  height: 316px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .l-header--pages {
    height: 150px;
  }
}
.l-header-logo {
  position: absolute;
  top: 57px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 640px) {
  .l-header-logo {
    width: 230px;
    top: 10px;
    transform: unset;
    left: 4.375%;
  }
}
.l-header-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  z-index: 999;
  gap: 20px;
  position: fixed;
  top: 30px;
  right: 20px;
}
@media screen and (max-width: 640px) {
  .l-header-nav {
    top: 19px;
    gap: 5px;
  }
}
.l-header-nav::before {
  content: "menu";
  width: 40px;
  letter-spacing: 0.12em;
  aspect-ratio: 124/28;
}
@media screen and (max-width: 640px) {
  .l-header-nav::before {
    width: 46px;
  }
}
.l-header-nav.--open::before {
  content: "close";
  color: #fff;
}
.l-header-nav.--open .m-spButton span {
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  .l-header-nav > img {
    width: 40px;
  }
}

.m-spButton {
  width: 49px;
  height: 15px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .m-spButton {
    width: 37px;
  }
}
.m-spButton span {
  position: absolute;
  left: 0;
  width: 49px;
  height: 2px;
  background-color: #000;
}
@media screen and (max-width: 640px) {
  .m-spButton span {
    width: 40px;
  }
}
.m-spButton span:nth-of-type(1) {
  top: 0px;
}
.m-spButton span:nth-of-type(2) {
  top: 15px;
}
.m-spButton.active span:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}
.m-spButton.active span:nth-of-type(2) {
  transform: translateY(-9px) rotate(45deg);
}

/*****************************
Gnav
*****************************/
.l-nav {
  width: min(427px, 90%);
  height: 100%;
  padding: 80px 0 0 100px;
  background-image: url(../img/nav_bg.png);
  background-repeat: repeat;
  background-size: 50px;
  background-position: top left;
  position: fixed;
  top: 0;
  right: -490px;
  z-index: 50;
  transition: 0.5s;
}
@media screen and (max-width: 640px) {
  .l-nav {
    padding: 60px 0 0 80px;
  }
}
.l-nav.--open {
  right: 0;
}
.l-nav-obj {
  position: absolute;
}
.l-nav-obj__l {
  top: 0;
  left: -42px;
}
@media screen and (max-width: 640px) {
  .l-nav-obj__l {
    width: 60px;
  }
}
.l-nav-obj__r {
  bottom: 20px;
  right: 0;
}
@media screen and (max-width: 640px) {
  .l-nav-obj__r {
    width: 120px;
  }
}
.l-nav-list {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.l-nav-item {
  color: #fff;
  font-size: 13px;
  font-size: calc(13 / 16)rem;
  line-height: 1.4;
  letter-spacing: 0.215em;
}
.l-nav__logo {
  display: inline-block;
  padding-top: 20px;
  padding-left: 16px;
}
.l-nav__tel {
  color: #fff;
  font-size: 16px;
  font-size: calc(16 / 16)rem;
  letter-spacing: 0.155em;
  padding-top: 8px;
  padding-left: 12px;
}
.l-nav-sns {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-top: 11px;
  padding-left: 50px;
}
.l-nav-sns__item {
  color: #fff;
  font-size: 17px;
  font-size: calc(17 / 16)rem;
}

/*****************************
Footer
*****************************/
.l-footer {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  background-image: url(../img/footer_bg.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: auto 254px;
  padding-top: 51px;
  padding-bottom: 226px;
  z-index: 10;
}
@media screen and (max-width: 640px) {
  .l-footer {
    background-image: none;
    background-size: 103vw auto;
    padding-top: 18vw;
    padding-bottom: 30px;
  }
}
.l-footer__obj {
  display: block;
  margin: 0 auto;
  transform: translate(-15px, -168px);
  margin-bottom: -113px;
}
@media screen and (max-width: 640px) {
  .l-footer__obj {
    transform: translateY(-25vw);
    margin-bottom: -20vw;
  }
}
.l-footer__logo {
  display: inline-block;
}
.l-footer__tel {
  color: #2b2922;
  font-size: 16px;
  font-size: calc(16 / 16)rem;
  letter-spacing: 0.155em;
  padding-top: 8px;
}
.l-footer-tel {
  letter-spacing: 0.15em;
  font-size: 16px;
  font-size: calc(16 / 16)rem;
}
.l-footer-sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding-top: 11px;
}
.l-footer-sns__item {
  color: #2b2922;
  font-size: 17px;
  font-size: calc(17 / 16)rem;
}
.l-footer .copy {
  position: fixed;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  pointer-events: none;
}
@media screen and (max-width: 640px) {
  .l-footer .copy {
    position: static;
    transform: unset;
  }
}
.l-footer .copy small {
  font-size: 11px;
  font-size: calc(11 / 16)rem;
  font-family: "Poppins";
  writing-mode: vertical-lr;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 640px) {
  .l-footer .copy small {
    color: #fff;
    writing-mode: unset;
  }
}

.l-fix-insta {
  position: fixed;
  top: 48%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 20px;
  font-size: calc(20 / 16)rem;
  z-index: 20;
}
@media screen and (max-width: 640px) {
  .l-fix-insta {
    display: none;
  }
}

.tategaki {
  writing-mode: vertical-rl;
  margin: auto;
  line-height: 1.5em;
  letter-spacing: 0.17em;
  padding-top: 30px;
  font-weight: 700;
}

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

.kotokoto1 {
  transform-origin: bottom center; /* 下中央を視点に設定 */
  animation: kotokoto1 1.5s steps(2) infinite;
}

.kotokoto2 {
  transform-origin: bottom center; /* 下中央を視点に設定 */
  animation: kotokoto2 1.5s steps(2) infinite;
}

.purapura {
  transform-origin: top center; /* 上中央を視点に設定 */
  animation: sway 4s linear infinite;
}

@keyframes sway {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(7deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-7deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes kotokoto1 {
  from {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
  to {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
}
@keyframes kotokoto2 {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
}
.m-pagehead {
  text-align: center;
}
.m-pagehead h1 {
  font-size: 40px;
  font-size: calc(40 / 16)rem;
  line-height: 1em;
  letter-spacing: 0.12em;
  font-weight: 900;
}
.m-pagehead span {
  font-size: 20px;
  font-size: calc(20 / 16)rem;
  font-weight: 500;
  letter-spacing: 0.035em;
}

.m-subtitle {
  text-align: center;
  flex-shrink: 0;
}
.m-subtitle h2 {
  font-size: 28px;
  font-size: calc(28 / 16)rem;
  line-height: 1em;
  letter-spacing: 0.12em;
  font-weight: 400;
}
.m-subtitle span {
  font-size: 14px;
  font-size: calc(14 / 16)rem;
  font-weight: 600;
  letter-spacing: 0.035em;
}

.m-btn-octagon {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-align: center;
  width: 443px;
  height: 86px;
  color: #fff;
  font-size: 18px;
  font-size: calc(18 / 16)rem;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.115em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  margin-inline: auto;
  padding-inline: 20px;
  transition: 0.2s;
}
@media screen and (max-width: 640px) {
  .m-btn-octagon {
    width: 100%;
    height: auto;
    aspect-ratio: 443/86;
    font-size: 16px;
    font-size: calc(16 / 16)rem;
  }
}
.m-btn-octagon--green {
  background-image: url(../img/index/bgn_bg_green.png);
}
.m-btn-octagon--orange {
  background-image: url(../img/index/bgn_bg_orange.png);
}
.m-btn-octagon:hover {
  text-decoration: none;
  opacity: 0.8;
}
.m-btn-octagon::after {
  content: "";
  display: inline-block;
  width: 29px;
  height: 14px;
  background-image: url(../img/index/arrow_hor_w.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.m-buttonimg {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-size: calc(14 / 16)rem;
  line-height: calc(50 / 28);
  letter-spacing: 0.155em;
  width: min(280px, 100%);
  transition: 0.2s;
}
.m-buttonimg:hover {
  text-decoration: none;
  opacity: 0.8;
}
.m-buttonimg--auto {
  width: auto;
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .m-buttonimg--auto {
    display: flex;
    justify-content: flex-start;
  }
}
.m-buttonimg--auto img {
  vertical-align: middle;
  margin-left: 20px;
}

.m-btn--center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  padding-top: 50px;
}

.m-textlink {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.m-textlink:hover {
  text-decoration: none;
}

.m-btn-bg {
  display: flex;
  align-items: center;
  width: min(222px, 100%);
  font-size: 14px;
  font-size: calc(14 / 16)rem;
  letter-spacing: 0.035em;
  background-color: #f8f8e4;
  background-image: url(../img/arrow_b.png);
  background-size: 29px auto;
  background-repeat: no-repeat;
  background-position: calc(100% - 18px) center;
  border-radius: 10px;
  padding: 10px 50px 10px 20px;
  transition: 0.2s;
}
.m-btn-bg:hover {
  text-decoration: none;
  background-position: 0 0;
  background-position: calc(100% - 15px) center;
}

.m-btn-center {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
}

.m-btn-tag {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.155em;
  min-width: 150px;
  border: 1px solid rgba(100, 100, 100, 0.5);
  background-color: #fff;
  border-radius: 15px;
  padding: 3px 20px;
  transition: 0.2s;
}
.m-btn-tag::before {
  content: "#";
}
.m-btn-tag:hover, .m-btn-tag.--active {
  color: #fff;
  text-decoration: none;
  background-color: #646464;
}

.btn_br_486 {
  position: relative;
  background-color: #000;
  color: #fff;
  width: 233px;
  height: 75px;
  aspect-ratio: 243/75;
  padding: 30px 25px;
  display: flex;
  align-items: center;
  letter-spacing: 0.155em;
}
@media screen and (max-width: 640px) {
  .btn_br_486 {
    width: 48%;
    height: auto;
    padding: 0 5%;
  }
}
@media screen and (max-width: 425px) {
  .btn_br_486 {
    font-size: 12px;
  }
}
.btn_br_486::after {
  content: "";
  position: absolute;
  background-image: url(../img/arrow_rw.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  transition: 0.2s;
}
.btn_br_486:hover::after {
  right: 10px;
}
.btn_br_654 {
  position: relative;
  background-color: #000;
  color: #fff;
  width: 327px;
  height: 75px;
  aspect-ratio: 327/75;
  padding: 30px 25px;
  letter-spacing: 0.155em;
  display: inline-block;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .btn_br_654 {
    height: auto;
    padding: 0 5%;
  }
}
@media screen and (max-width: 425px) {
  .btn_br_654 {
    font-size: 12px;
    width: 100%;
    max-width: 327px;
  }
}
.btn_br_654::after {
  content: "";
  position: absolute;
  background-image: url(../img/arrow_rw.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.btn_br_654:hover::after {
  right: 10px;
}

.btn_oct_486 {
  position: relative;
  width: 233px;
  height: 94px;
  aspect-ratio: 243/94;
  padding: 30px 25px;
  display: inline-block;
  background-image: url(../img/btn_oct_486.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  letter-spacing: 0.155em;
}
@media screen and (max-width: 640px) {
  .btn_oct_486 {
    width: 48%;
    height: auto;
    padding: 0 5%;
  }
}
@media screen and (max-width: 425px) {
  .btn_oct_486 {
    font-size: 12px;
  }
}
.btn_oct_486::after {
  content: "";
  position: absolute;
  background-image: url(../img/btn_cir_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 60px;
  height: 44px;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  transition: 0.2s;
}
@media screen and (max-width: 640px) {
  .btn_oct_486::after {
    width: 40px;
    height: 28px;
  }
}
@media screen and (max-width: 425px) {
  .btn_oct_486::after {
    width: 30px;
    height: 21px;
  }
}
.btn_oct_486:hover::after {
  right: 10px;
}
.btn_oct_654 {
  position: relative;
  width: 327px;
  height: 94px;
  aspect-ratio: 327/94;
  padding: 30px 25px;
  letter-spacing: 0.155em;
  display: inline-block;
  background-image: url(../img/btn_oct_654.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .btn_oct_654 {
    height: auto;
    padding: 0 5%;
  }
}
@media screen and (max-width: 425px) {
  .btn_oct_654 {
    font-size: 12px;
    width: 100%;
    max-width: 327px;
  }
}
.btn_oct_654::after {
  content: "";
  position: absolute;
  background-image: url(../img/btn_cir_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 60px;
  height: 44px;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  transition: 0.2s;
}
@media screen and (max-width: 425px) {
  .btn_oct_654::after {
    width: 40px;
    height: 28px;
  }
}
.btn_oct_654:hover::after {
  right: 10px;
}

.btn_arrow {
  position: relative;
  display: inline-block;
  padding: 20px 70px 20px 0;
}
.btn_arrow::after {
  content: "";
  position: absolute;
  background-image: url(../img/arrow_rw.png);
  background-size: 15px 15px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  transition: 0.2s;
  background-color: #000;
  border-radius: 50%;
}
.btn_arrow:hover::after {
  right: -10px;
}

.m-title-image {
  text-align: center;
}
.m-title-image--line::after {
  content: "";
  display: block;
  width: 51px;
  height: 1px;
  background-color: #646464;
  margin: 15px auto 0;
}

.m-text {
  letter-spacing: 0.15em;
  font-weight: 400;
  text-align: center;
  padding-top: 13px;
}

.m-title-underline {
  font-size: 20px;
  font-size: calc(20 / 16)rem;
  letter-spacing: 0.155em;
  padding-bottom: 7px;
  margin-bottom: 37px;
  border-bottom: 1px solid #2b2922;
}
@media screen and (max-width: 640px) {
  .m-title-underline {
    font-size: 17px;
    font-size: calc(17 / 16)rem;
  }
}

.m-leftborder {
  font-size: 16px;
  font-size: calc(16 / 16)rem;
  letter-spacing: 0.155em;
  font-weight: 500;
  margin-bottom: 0;
  position: relative;
}
@media screen and (max-width: 640px) {
  .m-leftborder {
    font-size: 15px;
    font-size: calc(15 / 16)rem;
  }
}
.m-leftborder::before {
  content: "−";
}

/*
#styleguide
.m-breadcrumb

パンくずリスト
```
<ul class="m-breadcrumb m-wrapper" itemscope itemtype="https://schema.org/BreadcrumbList">
  <li class="m-breadcrumb__item" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
    <a href="#" itemprop="item"><span itemprop="name">ホーム</span></a>
    <meta itemprop="position" content="1" />
  </li>
  <li class="m-breadcrumb__item" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
    <a href="#" itemprop="item"><span itemprop="name">新着情報</span></a>
    <meta itemprop="position" content="2" />
  </li>
  <li class="m-breadcrumb__item" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
    <span itemprop="name">タイトル</span>
    <meta itemprop="position" content="3" />
  </li>
</ul>
```
*/
.m-breadcrumb {
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 13px;
  font-size: calc(13 / 16)rem;
}
@media screen and (max-width: 768px) {
  .m-breadcrumb {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.m-breadcrumb__item {
  white-space: nowrap;
}
.m-breadcrumb__item:not(:first-child)::before {
  content: "";
  display: inline-block;
  transform: rotate(45deg);
  transform-origin: right;
  border-top: 1px solid #2b2922;
  border-right: 1px solid #2b2922;
  width: 5px;
  height: 5px;
  margin-right: 10px;
  margin-left: 10px;
}
.m-breadcrumb__item:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
}

/*
#styleguide
.m-pagenavi

ページネーション
WP-PageNavi用
```
<div class="m-pagenavi">
  <div class="wp-pagenavi">
    <a class="previouspostslink" href="#">前へ</a>
    <a class="page smaller" href="#">1</a>
    <span class="current">2</span>
    <a class="page larger" href="#">3</a>
    <span class="extend">...</span>
    <a class="larger page" href="#">5</a>
    <span class="extend">...</span>
    <a class="nextpostslink" href="#">次へ</a>
  </div>
</div>
```
*/
.m-pagenavi .wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding-top: 51px;
}
@media screen and (max-width: 640px) {
  .m-pagenavi .wp-pagenavi {
    padding-top: 30px;
  }
}
.m-pagenavi .current,
.m-pagenavi .extend,
.m-pagenavi .page {
  color: rgba(158, 158, 113, 0.5);
  font-size: 17px;
  font-size: calc(17 / 16)rem;
  letter-spacing: 0.235em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.m-pagenavi .current,
.m-pagenavi .page:hover {
  color: #2b2922;
  text-decoration: none;
}
.m-pagenavi .previouspostslink,
.m-pagenavi .nextpostslink {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0;
  width: 30px;
  position: relative;
}
.m-pagenavi .previouspostslink::before,
.m-pagenavi .nextpostslink::before {
  content: "";
  display: block;
  background-image: url(../img/arrow_rw.png);
  background-size: 15px 15px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  transition: 0.2s;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
}
.m-pagenavi .previouspostslink::before {
  transform: scale(-1, 1) translateY(-50%);
}
.mw_wp_form_input .is-input-hidden {
  display: none;
}

.mw_wp_form_confirm .is-input-hidden {
  display: block;
}
.mw_wp_form_confirm .is-confirm-hidden {
  display: none;
}
.mw_wp_form_confirm .m-required {
  display: none;
}
.mw_wp_form_confirm .m-select-wrapper::after {
  content: none;
}

/*
#styleguide
.m-required

必須
```
<span class="m-required">必須</span>
```
*/
.m-required {
  display: inline-block;
  background-color: #5a8c3c;
  width: 40px;
  padding: 5px 0 6px;
  margin-left: 20px;
  color: #fff;
  font-size: 13px;
  font-size: calc(13 / 16)rem;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .m-required {
    margin-left: 10px;
  }
}

/*
#styleguide
.m-input

基本的な入力フィールド
input、select、textarea
```
<input type="text" class="m-input">
```
*/
.m-input {
  background-color: #fff;
  border: 1px solid #adadad;
  padding: 3px 8px;
}
.m-input--short {
  width: 130px;
}

select.m-input {
  border: 1px solid #adadad;
  width: auto;
  padding-right: 32px;
}

textarea.m-input {
  resize: vertical;
}

/*
#styleguide
.m-select-wrapper

デフォルトだと矢印がつかないselectに矢印をつけるために使う
```
<div class="m-select-wrapper">
  <select class="m-input">
    <option>選択してください1</option>
    <option>選択してください2</option>
    <option>選択してください3</option>
  </select>
</div>
```
*/
.m-select-wrapper {
  display: inline-block;
  position: relative;
}
.m-select-wrapper::after {
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  top: 45%;
  right: 12px;
  transform: rotate(135deg);
  border-top: 1px solid #2b2922;
  border-right: 1px solid #2b2922;
  width: 5px;
  height: 5px;
}

/*
#styleguide
.m-input-vertical

フォームの縦並び
```
<div class="m-input-vertical">
  <div class="m-input-vertical__item">〒 <input type="text"class="m-input m-input--short" placeholder="例：7008570"></div>
  <div class="m-input-vertical__item"><input type="text" class="m-input" placeholder="都道府県・市区町村（例：岡山県岡山市北区）"></div>
  <div class="m-input-vertical__item"><input type="text" class="m-input" placeholder="番地・建物名・部屋番号（例：1丁目2-3）"></div>
</div>
```
*/
.m-input-vertical__item:not(:first-child) {
  margin-top: 10px;
}

/*
#styleguide
.m-radio-list

汎用ラジオボタン
```
<div class="m-radio-list mB20">
  <span>
    <label>
      <input type="radio">
      <span>男性</span>
    </label>
  </span>
  <span class="mwform-radio-field horizontal-item">
    <label>
      <input type="radio">
      <span class="mwform-radio-field-text">女性</span>
    </label>
  </span>
</div>

<div class="m-radio-list m-radio-list-col2 mB20">
  <span>
    <label>
      <input type="radio">
      <span>男性</span>
    </label>
  </span>
  <span class="mwform-radio-field horizontal-item">
    <label>
      <input type="radio">
      <span class="mwform-radio-field-text">女性</span>
    </label>
  </span>
</div>
```
*/
.m-radio-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .m-radio-list {
    flex-direction: column;
  }
}
.m-radio-list label {
  display: inline-block;
}
.m-radio-list > span {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 5px;
  margin-left: 0 !important;
  padding-right: 50px;
  padding-left: 20px;
}
.m-radio-list > span span {
  display: inline-block;
}
.m-radio-list input[type=radio] {
  opacity: 0;
  appearance: none;
  position: absolute;
}
.m-radio-list input[type=radio] + span::before, .m-radio-list input[type=radio] + span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.m-radio-list input[type=radio] + span::before {
  left: 0;
  background-color: #fff;
  border: 1px solid #b7b6b5;
  width: 15px;
  height: 15px;
}
.m-radio-list input[type=radio] + span::after {
  opacity: 0;
  left: 3px;
  background-color: #2b2922;
  width: 9px;
  height: 9px;
}
.m-radio-list input[type=radio]:focus + span::before {
  box-shadow: 0 0 4px #5a8c3c;
}
.m-radio-list input[type=radio]:checked + span::before {
  background-color: #fff;
}
.m-radio-list input[type=radio]:checked + span::after {
  opacity: 1;
}
.m-radio-list-col2 > span {
  width: 50%;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .m-radio-list-col2 > span {
    width: 100%;
  }
}
.m-radio-list-col4 > span {
  width: 25%;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .m-radio-list-col4 > span {
    width: 100%;
  }
}

/*
#styleguide
.m-checkbox-list

汎用チェックボックス
```
<div class="m-checkbox-list mB20">
  <span>
    <label>
      <input type="checkbox">
      <span>男性</span>
    </label>
  </span>
  <span class="mwform-checkbox-field horizontal-item">
    <label>
      <input type="checkbox">
      <span>女性</span>
    </label>
  </span>
</div>

<div class="m-checkbox-list m-checkbox-list-col4 mB20">
  <span>
    <label>
      <input type="checkbox">
      <span>男性</span>
    </label>
  </span>
  <span class="mwform-checkbox-field horizontal-item">
    <label>
      <input type="checkbox">
      <span>女性</span>
    </label>
  </span>
</div>
```
*/
.m-checkbox-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .m-checkbox-list {
    padding-top: 10px;
    padding-bottom: 10px;
    flex-direction: column;
  }
}
.m-checkbox-list > span {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 5px;
  padding-right: 60px;
  padding-left: 24px;
}
.m-checkbox-list > span span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.4;
}
.m-checkbox-list label {
  display: inline-block;
}
.m-checkbox-list input[type=checkbox] {
  opacity: 0;
  appearance: none;
  position: absolute;
}
.m-checkbox-list input[type=checkbox] + span::before, .m-checkbox-list input[type=checkbox] + span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.m-checkbox-list input[type=checkbox] + span::before {
  left: 0;
  background-color: #fff;
  border: 1px solid #b7b6b5;
  border-radius: 3px;
  width: 18px;
  height: 18px;
}
.m-checkbox-list input[type=checkbox] + span::after {
  opacity: 0;
  left: 6px;
  transform: translateY(-60%) rotate(45deg);
  border-right: 2px solid #2b2922;
  border-bottom: 2px solid #2b2922;
  width: 6px;
  height: 11px;
}
.m-checkbox-list input[type=checkbox]:focus + span::before {
  box-shadow: 0 0 4px #5a8c3c;
}
.m-checkbox-list input[type=checkbox]:checked + span::before {
  background-color: #fff;
}
.m-checkbox-list input[type=checkbox]:checked + span::after {
  opacity: 1;
}
.m-checkbox-list-col2 > span {
  width: 50%;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .m-checkbox-list-col2 > span {
    width: 100%;
  }
}
.m-checkbox-list-col4 > span {
  width: 25%;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .m-checkbox-list-col4 > span {
    width: 100%;
  }
}

.m-pc-hidden {
  display: none;
}
@media screen and (max-width: 640px) {
  .m-pc-hidden {
    display: inline-block;
  }
}

.m-sp-hidden {
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .m-sp-hidden {
    display: none;
  }
}

.visually-hidden {
  /**
   * a11y-css-resetから引用
   * https://github.com/mike-engel/a11y-css-reset
  **/
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/*
#styleguide
.m-wrapper

中央寄せのクラス
```
<div class="m-wrapper">
デフォルトmax-width: 1000px;
</div>
```
*/
.m-wrapper {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1100px) {
  .m-wrapper {
    max-width: 91.25%;
  }
}

/*
#styleguide
.m-tellink

電話番号のリンク
768pxからクリック（タップ）可能に
```
<a href="tel:" class="m-tellink">電話番号</a>
```
*/
.m-tellink {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .m-tellink {
    pointer-events: auto;
    text-decoration: underline;
  }
}

.m-pagehead {
  text-align: center;
  padding-top: 11px;
}
@media screen and (max-width: 640px) {
  .m-pagehead {
    padding-top: 30px;
  }
}
@media screen and (max-width: 640px) {
  .m-pagehead__title img {
    width: auto;
    height: 40px;
  }
  .m-pagehead__title img.--higher {
    height: 65px;
  }
}

.m-post-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1px 13px;
  border-bottom: 1px solid #646464;
  padding-bottom: 5px;
  margin-bottom: 38px;
}
.m-post-heading__title {
  font-size: 20px;
  font-size: calc(20 / 16)rem;
  line-height: 1.7;
  letter-spacing: 0.035em;
  width: 100%;
  display: flex;
}
.m-post-heading__date {
  font-size: 13px;
  font-size: calc(13 / 16)rem;
  letter-spacing: 0.035em;
}

.m-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.m-tags a, .m-tags span {
  padding-left: 0.6em;
  position: relative;
}
.m-tags a::before, .m-tags span::before {
  content: "#";
  position: absolute;
  left: 0;
}

.m-detail-nav {
  display: flex;
  justify-content: center;
  padding-top: 50px;
  margin-top: 50px;
  border-top: 1px solid #646464;
}
@media screen and (max-width: 640px) {
  .m-detail-nav {
    padding-top: 30px;
    padding-bottom: 0;
    gap: 20px;
  }
}
.m-detail-nav__prev, .m-detail-nav__next {
  display: flex;
  justify-content: center;
  align-items: center;
}
.m-detail-nav__prev a, .m-detail-nav__next a {
  transition: 0.2s;
  position: relative;
}
.m-detail-nav__prev a::before, .m-detail-nav__next a::before {
  content: "";
  position: absolute;
  background-image: url(../img/arrow_rw.png);
  background-size: 15px 15px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  transition: 0.2s;
  background-color: #000;
  border-radius: 50%;
}
.m-detail-nav__prev {
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .m-detail-nav__prev {
    margin-right: 20px;
  }
}
.m-detail-nav__prev a::before {
  transform: scale(-1, 1) translate(50%, -50%);
  left: 50%;
}
.m-detail-nav__prev a:hover {
  transform: translateX(-5px);
}
.m-detail-nav__next {
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .m-detail-nav__next {
    margin-left: 20px;
  }
}
.m-detail-nav__next a:hover {
  transform: translateX(5px);
}

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

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

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

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

.mT0 {
  margin-top: 0px !important;
}

.mT5 {
  margin-top: 5px !important;
}

.mT10 {
  margin-top: 10px !important;
}

.mT15 {
  margin-top: 15px !important;
}

.mT20 {
  margin-top: 20px !important;
}

.mT25 {
  margin-top: 25px !important;
}

.mT30 {
  margin-top: 30px !important;
}

.mT35 {
  margin-top: 35px !important;
}

.mT40 {
  margin-top: 40px !important;
}

.mT45 {
  margin-top: 45px !important;
}

.mT50 {
  margin-top: 50px !important;
}

.mB0 {
  margin-bottom: 0px !important;
}

.mB5 {
  margin-bottom: 5px !important;
}

.mB10 {
  margin-bottom: 10px !important;
}

.mB15 {
  margin-bottom: 15px !important;
}

.mB20 {
  margin-bottom: 20px !important;
}

.mB25 {
  margin-bottom: 25px !important;
}

.mB30 {
  margin-bottom: 30px !important;
}

.mB35 {
  margin-bottom: 35px !important;
}

.mB40 {
  margin-bottom: 40px !important;
}

.mB45 {
  margin-bottom: 45px !important;
}

.mB50 {
  margin-bottom: 50px !important;
}

.mL0 {
  margin-left: 0px !important;
}

.mL10 {
  margin-left: 10px !important;
}

.mL20 {
  margin-left: 20px !important;
}

.mL30 {
  margin-left: 30px !important;
}

.mR0 {
  margin-right: 0px !important;
}

.mR10 {
  margin-right: 10px !important;
}

.mR20 {
  margin-right: 20px !important;
}

.mR30 {
  margin-right: 30px !important;
}

.pT0 {
  padding-top: 0px !important;
}

.pT5 {
  padding-top: 5px !important;
}

.pT10 {
  padding-top: 10px !important;
}

.pT15 {
  padding-top: 15px !important;
}

.pT20 {
  padding-top: 20px !important;
}

.pT25 {
  padding-top: 25px !important;
}

.pT30 {
  padding-top: 30px !important;
}

.pT35 {
  padding-top: 35px !important;
}

.pT40 {
  padding-top: 40px !important;
}

.pT45 {
  padding-top: 45px !important;
}

.pT50 {
  padding-top: 50px !important;
}

.pB0 {
  padding-bottom: 0px !important;
}

.pB5 {
  padding-bottom: 5px !important;
}

.pB10 {
  padding-bottom: 10px !important;
}

.pB15 {
  padding-bottom: 15px !important;
}

.pB20 {
  padding-bottom: 20px !important;
}

.pB25 {
  padding-bottom: 25px !important;
}

.pB30 {
  padding-bottom: 30px !important;
}

.pB35 {
  padding-bottom: 35px !important;
}

.pB40 {
  padding-bottom: 40px !important;
}

.pB45 {
  padding-bottom: 45px !important;
}

.pB50 {
  padding-bottom: 50px !important;
}

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

.pL10 {
  padding-left: 10px !important;
}

.pL20 {
  padding-left: 20px !important;
}

.pL30 {
  padding-left: 30px !important;
}

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

.pR10 {
  padding-right: 10px !important;
}

.pR20 {
  padding-right: 20px !important;
}

.pR30 {
  padding-right: 30px !important;
}

body.loading {
  max-width: 100vw;
  max-height: 100vh;
  overflow: hidden;
}

#js-loading {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  opacity: 1;
  transition: 0.7s ease opacity, 0.7s ease visibility;
}
#js-loading.completed {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.ball-spin-fade-loader {
  position: relative;
  top: -10px;
  left: -10px;
}
.ball-spin-fade-loader > div:nth-child(1) {
  top: 37px;
  left: 0;
  animation: ball-spin-fade-loader 1s -0.96s infinite linear;
}
.ball-spin-fade-loader > div:nth-child(2) {
  top: 27.05px;
  left: 27.05px;
  animation: ball-spin-fade-loader 1s -0.84s infinite linear;
}
.ball-spin-fade-loader > div:nth-child(3) {
  top: 0;
  left: 37px;
  animation: ball-spin-fade-loader 1s -0.72s infinite linear;
}
.ball-spin-fade-loader > div:nth-child(4) {
  top: -27.05px;
  left: 27.05px;
  animation: ball-spin-fade-loader 1s -0.6s infinite linear;
}
.ball-spin-fade-loader > div:nth-child(5) {
  top: -37px;
  left: 0;
  animation: ball-spin-fade-loader 1s -0.48s infinite linear;
}
.ball-spin-fade-loader > div:nth-child(6) {
  top: -27.05px;
  left: -27.05px;
  animation: ball-spin-fade-loader 1s -0.36s infinite linear;
}
.ball-spin-fade-loader > div:nth-child(7) {
  left: -37px;
  animation: ball-spin-fade-loader 1s -0.24s infinite linear;
}
.ball-spin-fade-loader > div:nth-child(8) {
  top: 27.05px;
  left: -27.05px;
  animation: ball-spin-fade-loader 1s -0.12s infinite linear;
}

.ball-spin-fade-loader > div,
.ball-spin-loader > div {
  -webkit-animation-fill-mode: both;
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 100%;
}

.ball-spin-fade-loader > div {
  background-color: #ffffff;
  margin: 2px;
  animation-fill-mode: both;
}

@keyframes ball-spin-fade-loader {
  50% {
    opacity: 0.3;
    transform: scale(0.4);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.fadeIn {
  opacity: 0;
  transition: 1s;
}
.fadeIn.is-show {
  opacity: 1;
}

.fadeInUp {
  opacity: 0;
  transition: 1s;
  transform: translate(0, 50px);
}
.fadeInUp.is-show {
  opacity: 1;
  transform: translate(0, 0);
}

.zoomIn {
  opacity: 0;
  transition: 1s;
  transform: scale(0.6);
}
.zoomIn.is-show {
  opacity: 1;
  transform: scale(1);
}

.wp-post pre {
  white-space: initial;
}
.wp-post::before {
  content: "";
  display: table;
}
.wp-post::after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.wp-post > :last-child {
  margin-bottom: 0;
}
.wp-post p {
  font-size: 13px;
  font-size: calc(13 / 16)rem;
  line-height: calc(51 / 26);
  letter-spacing: 0.155em;
  padding: 30px 13px 0;
}
.wp-post span,
.wp-post em,
.wp-post strong {
  font-size: inherit;
  color: inherit;
}
.wp-post strong,
.wp-post b {
  font-weight: bold;
}
.wp-post em {
  font-style: italic;
}
.wp-post blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}
.wp-post h1 {
  font-size: 160%;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 10px;
}
.wp-post h2 {
  font-size: 140%;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 10px;
}
.wp-post h3 {
  font-size: 120%;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 10px;
}
.wp-post h4 {
  font-size: 100%;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 10px;
}
.wp-post h5 {
  font-size: 80%;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 10px;
}
.wp-post h6 {
  font-size: 70%;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 10px;
}
.wp-post table {
  width: 100%;
  margin-bottom: 30px;
}
.wp-post table th {
  width: 25%;
  background-color: #eee;
  padding: 4px;
  border: 1px solid #aaa;
}
.wp-post table td {
  padding: 4px;
  border: 1px solid #aaa;
}
.wp-post ul {
  list-style: circle;
  padding-left: 1.2em;
  margin-bottom: 1em;
}
.wp-post ol {
  list-style: decimal;
  padding-left: 1.2em;
  margin-bottom: 1em;
}
.wp-post a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.wp-post a:hover {
  text-decoration: none;
}
.wp-post img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 25px;
  border: 1px solid #646464;
}
.wp-post img[class*=wp-image-],
.wp-post img[class*=attachment-],
.wp-post img.pict {
  margin: 1em 5px 2em 0;
  display: block;
}
.wp-post img.pict {
  margin: 1em auto 2em;
}
.wp-post img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-post img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
  vertical-align: top;
}
.wp-post img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
  vertical-align: top;
}
.wp-post .alignright {
  float: right;
}
.wp-post .alignleft {
  float: left;
}
.wp-post iframe {
  max-width: 100% !important;
}

/*# sourceMappingURL=style.css.map */
