@charset "UTF-8";
/* Scss Document */
/* Scss Document */
.title_middle {
  margin: 1em auto;
  color: #620f15;
  text-align: center;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 640px) {
  .title_middle {
    font-size: 5.625vw;
  }
}

.-shadow {
  position: relative;
}
.-shadow img {
  position: relative;
  z-index: 1;
}
.-shadow::after {
  content: "";
  position: absolute;
  left: -2rem;
  bottom: -2rem;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
  mix-blend-mode: multiply;
}
@media only screen and (max-width: 640px) {
  .-shadow::after {
    left: -2.5vw;
    bottom: -2.5vw;
  }
}
.-shadow.-dot::after {
  background: url(../images/common/bg_dot.png);
}

.button_more {
  position: relative;
  width: 16rem;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .button_more {
    width: 25vw;
  }
}
.button_more a {
  padding: 0.65em 1.5em 0.65em 1em;
  color: #fff;
  display: block;
  background: #620f15 url(../images/common/arrow_s_r_w.svg) no-repeat right 1.4rem center;
  position: relative;
  z-index: 1;
  text-decoration: none;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 640px) {
  .button_more a {
    font-size: 3.75vw;
  }
}
.button_more::after {
  content: "";
  position: absolute;
  right: -0.5rem;
  bottom: -0.5rem;
  width: 100%;
  height: 100%;
  display: block;
  mix-blend-mode: multiply;
  background: url(../images/common/pattern_stripe.png);
  z-index: 0;
}
.button_border {
  margin: 3em auto 0;
  display: inline-block;
  min-width: 28.5rem;
  position: relative;
}
.button_border a {
  padding: 0.5em 1.5em 0.5em 0.5em;
  border: solid 1px #620f15;
  display: block;
  color: #620f15;
  text-decoration: none;
  font-weight: 700;
  background: #fff url(../images/common/arrow_s_r_r.svg) no-repeat right 1em center;
  background-size: 1.6rem auto;
  font-size: 1.6rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 640px) {
  .button_border a {
    font-size: 3.125vw;
  }
}
.button_border::after {
  content: "";
  position: absolute;
  right: -0.5rem;
  bottom: -0.5rem;
  width: 100%;
  height: 100%;
  display: block;
  mix-blend-mode: multiply;
  background: url(../images/common/pattern_stripe.png);
  z-index: 0;
}
.button_color {
  margin: 3em auto 0;
  display: inline-block;
  min-width: 28.5rem;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .button_color {
    min-width: 56.25vw;
  }
}
.button_color a {
  padding: 0.5em 1.5em 0.5em 0.5em;
  display: block;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  background: #620f15 url(../images/common/arrow_s_r_w.svg) no-repeat right 1em center;
  background-size: 1.6rem auto;
  font-size: 1.6rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 640px) {
  .button_color a {
    font-size: 3.75vw;
  }
}
.button_color::after {
  content: "";
  position: absolute;
  right: -0.5rem;
  bottom: -0.5rem;
  width: 100%;
  height: 100%;
  display: block;
  mix-blend-mode: multiply;
  background: url(../images/common/pattern_stripe.png);
  z-index: 0;
}
.buttonLink_list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
}
.button_link {
  width: 30rem;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .button_link {
    width: 75vw;
  }
}
.button_link a {
  padding: 0.5em 1.5em 0.5em 0.5em;
  border: solid 1px #620f15;
  border-radius: 2em;
  display: block;
  color: #620f15;
  text-decoration: none;
  font-weight: 700;
  background: #fff;
  font-size: 1.6rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 640px) {
  .button_link a {
    font-size: 3.125vw;
  }
}
.button_link.-external a {
  background: #fff url(../images/common/icon_external.svg) no-repeat right 1em center;
  background-size: 1.6rem auto;
}
.button_link::after {
  content: "";
  position: absolute;
  border-radius: 2em;
  right: -0.5rem;
  bottom: -0.5rem;
  width: 100%;
  height: 100%;
  display: block;
  mix-blend-mode: multiply;
  background: url(../images/common/pattern_stripe.png);
  z-index: 0;
}

.slick-slider .slick-arrow {
  width: 2.8rem;
  height: 2.8rem;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.slick-slider .slick-arrow::before {
  content: "";
}
.slick-slider .slick-prev {
  left: 0;
  background: url(../img/common/arrow_prev.svg) no-repeat center center;
}
.slick-slider .slick-prev:hover {
  opacity: 0.6;
  background: url(../img/common/arrow_prev.svg) no-repeat center center;
}
.slick-slider .slick-next {
  right: 0;
  background: url(../img/common/arrow_next.svg) no-repeat center center;
}
.slick-slider .slick-next:hover {
  opacity: 0.6;
  background: url(../img/common/arrow_next.svg) no-repeat center center;
}
.slick-slider .slick-dots {
  bottom: 0;
  z-index: 1;
  bottom: -4.5rem;
}
@media only screen and (max-width: 640px) {
  .slick-slider .slick-dots {
    bottom: -7.03125vw;
  }
}
.slick-slider .slick-dots li {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 1rem;
}
@media only screen and (max-width: 640px) {
  .slick-slider .slick-dots li {
    width: 2.34375vw;
    height: 2.34375vw;
    margin: 0 1.5625vw;
  }
}
.slick-slider .slick-dots li button {
  padding: 0;
}
.slick-slider .slick-dots li button:before {
  content: "●";
  width: 1.2rem;
  height: 1.2rem;
  background: #fff;
  border-radius: 0.6rem;
  color: transparent;
  opacity: 1;
  border: solid 1px #620f15;
}
@media only screen and (max-width: 640px) {
  .slick-slider .slick-dots li button:before {
    width: 2.34375vw;
    height: 2.34375vw;
  }
}
.slick-slider .slick-dots li.slick-active button::before {
  content: "";
  background: #620f15;
}

.nav-below {
  margin: 2em 0;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  font-size: 2rem;
  margin-top: 50px;
}
.wp-pagenavi span,
.wp-pagenavi a {
  border: none !important;
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 5px;
  background: #f6eeef;
  text-align: center;
  color: #620f15;
  font-weight: 700;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wp-pagenavi span:hover, .wp-pagenavi span.current,
.wp-pagenavi a:hover,
.wp-pagenavi a.current {
  border: none !important;
  background: #620f15;
  color: #FFF;
}

.post_nav_list {
  margin-top: 4em;
  display: flex;
}
.post_nav_list li {
  margin: 0;
  width: 33.33333%;
  text-align: center;
}
.post_nav_list .prev {
  text-align: left;
}
.post_nav_list .index {
  text-align: center;
}
.post_nav_list .next {
  text-align: right;
}
.post_nav_list a,
.post_nav_list a:visited {
  padding: 0.5em 1em;
  text-align: center;
  display: inline-block;
  background: #620f15;
  color: #FFF;
  text-decoration: none;
}

@media only screen and (max-width: 640px) {
  .post_nav_list {
    margin-top: 2em;
    display: flex;
    font-size: 1.2rem;
  }
  .post_nav_list li {
    margin: 0;
    width: 50%;
    text-align: center;
  }
  .post_nav_list .prev {
    margin-right: -25%;
    text-align: left;
  }
  .post_nav_list .index {
    text-align: center;
  }
  .post_nav_list .next {
    margin-left: -25%;
    text-align: right;
  }
}
.mt-l {
  margin-top: 4em;
}

.mt-ml {
  margin-top: 3em;
}

.mt-m {
  margin-top: 2em;
}

.mt-sm {
  margin-top: 1.5em;
}

.mt-s {
  margin-top: 1em;
}

.mt-ss {
  margin-top: 0.5em;
}

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

.mb-l {
  margin-bottom: 4em;
}

.mb-ml {
  margin-bottom: 3em;
}

.mb-m {
  margin-bottom: 2em;
}

.mb-sm {
  margin-bottom: 1.5em;
}

.mb-s {
  margin-bottom: 1em;
}

.mb-ss {
  margin-bottom: 0.5em;
}

.mb-0 {
  margin-bottom: 0;
}/*# sourceMappingURL=module.css.map */