@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  padding: 0;
  margin: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section,
pre, code {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

*:hover,
*:focus,
*:active {
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

/* All */
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

/* Anchor */
a {
  text-decoration: none;
}

.linkBtn {
  color: #fff;
  background-color: #1b44f8;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  -webkit-appearance: none;
  padding: 2px 10px;
  display: inline-block;
}

/* Figure */
figure {
  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;
  overflow: hidden;
  margin: 0 auto;
}
figure img,
figure amp-img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

img {
  image-rendering: -webkit-optimize-contrast;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Video */
.videoWrapper {
  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;
  overflow: hidden;
  margin: 0 auto;
}

header video,
main video,
footer video {
  width: 100%;
  height: auto;
}

/* Table */
table {
  border-collapse: collapse;
}

/* Canvas */
canvas {
  vertical-align: bottom;
}

/* Source code */
pre, code {
  text-align: left;
}

code ol.linenums {
  list-style: inside;
}

code ol.linenums li {
  list-style-type: decimal-leading-zero;
}

pre {
  border-top: 2px solid #eeeeee;
  border-top-style: inset;
  border-right: 2px solid #eeeeee;
  border-bottom: 2px solid #eeeeee;
  border-left: 2px solid #eeeeee;
  border-left-style: inset;
  padding: 5px;
}

pre:not(:first-child) {
  margin-top: 30px;
}

address {
  font-style: normal;
}

/*===========================
  br
===========================*/
@media only screen and (min-width: 958px) {
  br.mb {
    display: none;
  }
  br.sp {
    display: none;
  }
  br.spN {
    display: none;
  }
}
@media only screen and (max-width: 958px) {
  br.pc {
    display: none;
  }
}
@media only screen and (max-width: 414px) {
  br.sp {
    display: inline;
  }
}
@media only screen and (max-width: 374px) {
  br.spN {
    display: inline;
  }
}

/*===========================
  span
===========================*/
@media only screen and (min-width: 958px) {
  img.mb {
    display: none;
  }
  img.sp {
    display: none;
  }
  img.spN {
    display: none;
  }
}
@media only screen and (max-width: 958px) {
  img.pc {
    display: none;
  }
}
@media only screen and (max-width: 414px) {
  img.sp {
    display: inline;
  }
}
@media only screen and (max-width: 374px) {
  img.spN {
    display: inline;
  }
}

@font-face {
  font-family: "azuki";
  src: url("/wp-content/themes/mokuseisha/assets/fonts/azuki.ttf") format("truetype");
}
@font-face {
  font-family: "crayon";
  src: url("/wp-content/themes/mokuseisha/assets/fonts/crayon.ttf") format("truetype");
}
body,
body a {
  font-family: "azuki", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
  color: #000;
}
@media only screen and (min-width: 958px) {
  body,
body a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 958px) {
  body,
body a {
    font-size: 14px;
  }
}
body [type=text],
body [type=number],
body [type=email],
body [type=tel],
body [type=date] + label,
body button,
body select,
body textarea,
body [type=radio] + label,
body [type=checkbox] + label {
  font-family: "azuki", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
  color: #000;
}
@media only screen and (min-width: 958px) {
  body [type=text],
body [type=number],
body [type=email],
body [type=tel],
body [type=date] + label,
body button,
body select,
body textarea,
body [type=radio] + label,
body [type=checkbox] + label {
    font-size: 16px;
  }
}
@media only screen and (max-width: 958px) {
  body [type=text],
body [type=number],
body [type=email],
body [type=tel],
body [type=date] + label,
body button,
body select,
body textarea,
body [type=radio] + label,
body [type=checkbox] + label {
    font-size: 14px;
  }
}

@media only screen and (min-width: 958px) {
  body {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 958px) {
  body {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 958px) {
  body {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 958px) {
  body {
    padding-top: 20px;
  }
}
body .container {
  margin: 0 auto;
}
@media only screen and (min-width: 958px) {
  body .container {
    width: 918px;
  }
}
@media only screen and (max-width: 958px) {
  body .container {
    width: 92%;
  }
}

form {
  width: 100%;
  margin: 0 auto;
}

fieldset {
  border: none;
}

label {
  display: inline-block;
}

input,
select,
button {
  font-size: 1em;
  -webkit-appearance: none;
  display: inline-block;
}

[type=radio],
[type=checkbox] {
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  z-index: -99999;
  pointer-events: none;
  overflow: hidden;
  opacity: 0;
}
[type=radio] + label,
[type=checkbox] + label {
  padding-left: 55px;
  cursor: pointer;
}
[type=radio] + label::before, [type=radio] + label::after,
[type=checkbox] + label::before,
[type=checkbox] + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
[type=radio] + label::before,
[type=checkbox] + label::before {
  width: 20px;
  height: 20px;
  border: 1px solid #707070;
  border-radius: 50%;
  left: 0;
}
[type=radio] + label::after,
[type=checkbox] + label::after {
  width: 14px;
  height: 14px;
  background-color: orange;
  border-radius: 50%;
  left: 8px;
  opacity: 0;
}
[type=radio]:checked + label::after,
[type=checkbox]:checked + label::after {
  opacity: 1;
}

textarea {
  resize: none;
}

.selectWrap select {
  width: 100%;
  cursor: pointer;
}
.selectWrap select::-ms-expand {
  display: none;
}

button {
  font-size: 1em;
  background-color: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
  padding: 0;
}

iframe {
  margin: 0 auto;
}

/**
 * Swiper 11.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 22, 2023
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: none;
  -ms-scroll-snap-type: none;
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.section.control {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}
.section.control .title {
  font-size: 32px;
}
.section.control .desc {
  font-size: 24px;
  margin-top: 40px;
}
.section.control .linkToTop {
  margin-top: 40px;
}
.section.control .linkToTop a {
  font-size: 20px;
  color: #fff;
  background-color: #583b1a;
  border-radius: 10px;
  padding: 10px 25px;
}

@media only screen and (min-width: 958px) {
  #header .headerLogo {
    width: 640px;
  }
}
@media only screen and (max-width: 958px) {
  #header .headerLogo {
    width: 70%;
  }
}
#header .headerContents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
#header .headerContents .headerLogo2 {
  display: block;
  z-index: 10;
}
@media only screen and (min-width: 958px) {
  #header .headerContents .headerLogo2 {
    width: 140px;
  }
}
@media only screen and (max-width: 958px) {
  #header .headerContents .headerLogo2 {
    width: 20%;
  }
}
#header .headerContents .headerLogo2 figure {
  margin: 0;
}
#header .headerContents .pageTitle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (min-width: 958px) {
  #header .headerContents .pageTitle {
    width: 450px;
  }
}
@media only screen and (min-width: 958px) {
  #header .headerContents .pageTitle {
    height: 170px;
  }
}
@media only screen and (min-width: 958px) {
  #header .headerContents .pageTitle .bg {
    height: 100%;
  }
}
@media only screen and (max-width: 958px) {
  #header .headerContents .pageTitle .bg {
    height: 18vw;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
#header .headerContents .pageTitle .bg img, #header .headerContents .pageTitle .bg picture {
  width: auto;
  height: 100%;
}
#header .headerContents .pageTitle .text {
  width: 100%;
  height: 100%;
  font-family: "crayon", "azuki", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 958px) {
  #header .headerContents .pageTitle .text {
    font-size: 100px;
  }
}
@media only screen and (max-width: 958px) {
  #header .headerContents .pageTitle .text {
    font-size: 9vw;
  }
}
#header .hamBtn {
  position: fixed;
  z-index: 1000;
  cursor: pointer;
}
@media only screen and (min-width: 958px) {
  #header .hamBtn {
    width: 70px;
  }
}
@media only screen and (max-width: 958px) {
  #header .hamBtn {
    width: 30px;
  }
}
@media only screen and (min-width: 958px) {
  #header .hamBtn {
    height: 76px;
  }
}
@media only screen and (max-width: 958px) {
  #header .hamBtn {
    height: 28px;
  }
}
@media only screen and (min-width: 958px) {
  #header .hamBtn {
    top: 25px;
  }
}
@media only screen and (max-width: 958px) {
  #header .hamBtn {
    top: 25px;
  }
}
@media only screen and (min-width: 958px) {
  #header .hamBtn {
    right: 30px;
  }
}
@media only screen and (max-width: 958px) {
  #header .hamBtn {
    right: 20px;
  }
}
#header .hamBtn img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media only screen and (min-width: 958px) {
  #header .hamBtn img {
    width: 70px;
  }
}
@media only screen and (max-width: 958px) {
  #header .hamBtn img {
    width: 30px;
  }
}
@media only screen and (min-width: 958px) {
  #header .hamBtn img {
    height: 14px;
  }
}
@media only screen and (max-width: 958px) {
  #header .hamBtn img {
    height: 6px;
  }
}
#header .hamBtn img:nth-child(2) {
  top: 0;
  bottom: 0;
}
@media only screen and (min-width: 958px) {
  #header .hamBtn img:nth-child(1) {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  #header .hamBtn img:nth-child(3) {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@media only screen and (max-width: 958px) {
  #header .hamBtn img:nth-child(1) {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  #header .hamBtn img:nth-child(3) {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
#header .hamBtn.navOpen img:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#header .hamBtn.navOpen img:nth-child(2) {
  opacity: 0;
}
#header .hamBtn.navOpen img:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#header .menu {
  max-height: 100vh;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  overflow-y: auto;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media only screen and (max-width: 958px) {
  #header .menu {
    width: 100%;
  }
}
#header .menu .menuList {
  background-color: #fff;
}
@media only screen and (min-width: 958px) {
  #header .menu .menuList {
    padding: 115px 40px 40px;
  }
}
@media only screen and (max-width: 958px) {
  #header .menu .menuList {
    padding: 60px 20px 40px;
  }
}
@media only screen and (min-width: 958px) {
  #header .menu .menuList > li:nth-child(n+2) {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 958px) {
  #header .menu .menuList > li:nth-child(n+2) {
    margin-top: 20px;
  }
}
#header .menu .menuList > li a {
  display: block;
  margin: 0 auto;
}
#header .menu .menuList > li a:hover {
  opacity: 0.8;
}
#header .menu .menuList > li a .bg {
  z-index: 1;
}
@media only screen and (min-width: 958px) {
  #header .menu .menuList > li a .bg {
    width: 200px;
  }
}
@media only screen and (max-width: 958px) {
  #header .menu .menuList > li a .bg {
    width: 200px;
  }
}
@media only screen and (min-width: 958px) {
  #header .menu .menuList > li a .bg {
    height: 50px;
  }
}
@media only screen and (max-width: 958px) {
  #header .menu .menuList > li a .bg {
    height: 50px;
  }
}
#header .menu .menuList > li a .bg picture, #header .menu .menuList > li a .bg img {
  width: 100%;
  height: 100%;
}
#header .menu .menuList > li a .text {
  width: 100%;
  height: 100%;
  font-family: "crayon", "azuki", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
}
@media only screen and (min-width: 958px) {
  #header .menu .menuList > li a .text {
    font-size: 32px;
  }
}
@media only screen and (max-width: 958px) {
  #header .menu .menuList > li a .text {
    font-size: 28px;
  }
}
#header .menu:not(.navOpen) {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

#footer {
  margin-top: 40px;
}
#footer, #footer a {
  color: #fff;
}
@media only screen and (min-width: 958px) {
  #footer a:hover {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 958px) {
  #footer a {
    text-decoration: underline;
  }
}
@media only screen and (min-width: 958px) {
  #footer a[href^="tel:"] {
    pointer-events: none;
  }
}
@media only screen and (max-width: 958px) {
  #footer .container {
    width: 100%;
  }
}
#footer .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
#footer .bg figure {
  height: 100%;
}
#footer .bg img {
  height: 100%;
}
#footer .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  z-index: 2;
}
@media only screen and (min-width: 958px) {
  #footer .flex .logo {
    width: 200px;
  }
  #footer .flex .texts {
    width: calc(100% - 200px);
  }
}
@media only screen and (max-width: 958px) {
  #footer .flex .logo {
    width: 80px;
  }
  #footer .flex .texts {
    width: calc(100% - 80px);
  }
}
@media only screen and (min-width: 958px) {
  #footer .flex {
    padding: 50px 60px;
  }
}
@media only screen and (max-width: 958px) {
  #footer .flex {
    padding: 25px 20px 35px;
  }
}
@media only screen and (max-width: 958px) {
  #footer .flex .logo {
    margin: 0;
  }
}
@media only screen and (min-width: 958px) {
  #footer .flex .texts {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 958px) {
  #footer .flex .texts {
    padding-top: 12px;
  }
}
@media only screen and (min-width: 958px) {
  #footer .flex .texts {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 958px) {
  #footer .flex .texts {
    padding-left: 10px;
  }
}
#footer .flex .texts .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media only screen and (min-width: 958px) {
  #footer .flex .texts .sns > li:nth-of-type(n+2) {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 958px) {
  #footer .flex .texts .sns > li:nth-of-type(n+2) {
    margin-left: 15px;
  }
}
@media only screen and (min-width: 958px) {
  #footer .flex .texts .sns > li figure {
    width: 50px;
  }
}
@media only screen and (max-width: 958px) {
  #footer .flex .texts .sns > li figure {
    width: 30px;
  }
}
@media only screen and (min-width: 958px) {
  #footer .flex .texts .info, #footer .flex .texts .info a {
    font-size: 24px;
  }
}
@media only screen and (max-width: 958px) {
  #footer .flex .texts .info, #footer .flex .texts .info a {
    font-size: 14px;
  }
}
@media only screen and (min-width: 958px) {
  #footer .flex .texts .info {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 958px) {
  #footer .flex .texts .info {
    margin-top: 10px;
  }
}
#footer .flex .texts .info a[target=_blank] {
  padding-right: 24px;
}
#footer .flex .texts .info a[target=_blank]::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url("/wp-content/themes/mokuseisha/assets/images/common/icon_ext_white.svg") no-repeat center center;
  background-size: contain;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
@media only screen and (min-width: 958px) {
  #footer .flex .texts .info .small, #footer .flex .texts .info .small a {
    font-size: 20px;
  }
}
@media only screen and (max-width: 958px) {
  #footer .flex .texts .info .small, #footer .flex .texts .info .small a {
    font-size: 12px;
  }
}

.leadText {
  font-weight: bold;
  text-align: center;
  color: #583b1a;
  margin-top: 20px;
}
@media only screen and (min-width: 958px) {
  .leadText {
    font-size: 28px;
  }
}
@media only screen and (max-width: 958px) {
  .leadText {
    font-size: 16px;
  }
}

.leadText2 {
  margin-top: 10px;
}
@media only screen and (min-width: 958px) {
  .leadText2 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 958px) {
  .leadText2 {
    font-size: 12px;
  }
}

.leadText3 {
  font-weight: normal;
  margin-top: 10px;
}
@media only screen and (min-width: 958px) {
  .leadText3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 958px) {
  .leadText3 {
    font-size: 10px;
  }
}

body[data-slug=top] .section.notice {
  text-align: center;
  margin-top: 40px;
}
body[data-slug=top] .section.notice, body[data-slug=top] .section.notice a {
  font-weight: bold;
}
@media only screen and (min-width: 958px) {
  body[data-slug=top] .section.notice, body[data-slug=top] .section.notice a {
    font-size: 20px;
  }
}
@media only screen and (max-width: 958px) {
  body[data-slug=top] .section.notice, body[data-slug=top] .section.notice a {
    font-size: 12px;
  }
}
body[data-slug=top] .section.notice .noticeWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 958px) {
  body[data-slug=top] .section.notice dl dd {
    text-align: left;
  }
}
body[data-slug=top] .section.notice dl dd a {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(0%, #ffeb39));
  background: -webkit-linear-gradient(transparent 50%, #ffeb39 0%);
  background: linear-gradient(transparent 50%, #ffeb39 0%);
}
body[data-slug=top] .section.notice dl dd a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 958px) {
  body[data-slug=top] .section.embed {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 958px) {
  body[data-slug=top] .section.embed {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 958px) {
  body[data-slug=top] .section.embed .container {
    width: 100%;
  }
}
body[data-slug=top] .card .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
body[data-slug=top] .card .bg img {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 958px) {
  body[data-slug=top] .card .wrap {
    padding: 36px 44px;
  }
}
@media only screen and (max-width: 958px) {
  body[data-slug=top] .card .wrap {
    padding: 8% 8%;
  }
}
body[data-slug=top] .card a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
body[data-slug=top] .card a[href]:hover .fig figure img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
body[data-slug=top] .card a[href]:hover .fig figure::after {
  z-index: initial;
  opacity: 1;
}
body[data-slug=top] .card .fig {
  z-index: 2;
}
@media only screen and (min-width: 958px) {
  body[data-slug=top] .card .fig figure {
    border-radius: 47px;
  }
}
@media only screen and (max-width: 958px) {
  body[data-slug=top] .card .fig figure {
    border-radius: 52px;
  }
}
body[data-slug=top] .card .fig figure img {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
body[data-slug=top] .card .fig figure::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -999;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
body[data-slug=top] .card .embed {
  overflow: hidden;
}
@media only screen and (min-width: 958px) {
  body[data-slug=top] .card .embed {
    border-radius: 40px;
  }
}
@media only screen and (max-width: 958px) {
  body[data-slug=top] .card .embed {
    border-radius: 20px;
  }
}
body[data-slug=top] .card .embed .iframeWrap {
  overflow-y: auto;
}
@media only screen and (min-width: 958px) {
  body[data-slug=top] .card .embed .iframeWrap {
    height: 320px;
  }
}
@media only screen and (max-width: 958px) {
  body[data-slug=top] .card .embed .iframeWrap {
    height: 80vw;
  }
}
@media only screen and (max-width: 958px) {
  body[data-slug=top] .card .embed .iframeWrap {
    max-height: 300px;
  }
}
body[data-slug=top] .card .movieWrap {
  width: 100%;
  text-align: center;
  overflow: hidden;
  padding-top: 56.194%;
}
@media only screen and (min-width: 958px) {
  body[data-slug=top] .card .movieWrap {
    border-radius: 60px;
  }
}
@media only screen and (max-width: 958px) {
  body[data-slug=top] .card .movieWrap {
    border-radius: 30px;
  }
}
body[data-slug=top] .card .movieWrap iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
body[data-slug=top] .card .text {
  width: 100%;
  height: 100%;
  font-family: "crayon", "azuki", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
  line-height: 0.7;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.75) 4px 5px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
@media only screen and (min-width: 958px) {
  body[data-slug=top] .card .text {
    font-size: 80px;
  }
}
@media only screen and (max-width: 958px) {
  body[data-slug=top] .card .text {
    font-size: 14vw;
  }
}
body[data-slug=top] .card .text span {
  text-align: center;
}
body[data-slug=top] .card .text .small {
  font-size: 0.5em;
  text-align: center;
}
@media only screen and (min-width: 958px) {
  body[data-slug=top] .section.index {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 958px) {
  body[data-slug=top] .section.index {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 958px) {
  body[data-slug=top] .section.index .container {
    width: 100%;
  }
}
@media only screen and (min-width: 958px) {
  body[data-slug=top] .section.index .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  body[data-slug=top] .section.index .menu > li {
    width: calc((100% - 20px) / 2);
  }
}
@media only screen and (min-width: 958px) {
  body[data-slug=top] .section.index .menu > li:not(:nth-child(2n+1)) {
    margin-left: 20px;
  }
  body[data-slug=top] .section.index .menu > li:nth-child(n+3) {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 958px) {
  body[data-slug=top] .section.index .menu > li {
    max-width: 400px;
    margin: 0 auto;
  }
  body[data-slug=top] .section.index .menu > li:nth-child(n+2) {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 958px) {
  body[data-slug=top] .section.index .menu > li {
    margin: 0 auto;
  }
}
body[data-slug=top] .section.index .menu > li.sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (min-width: 958px) {
  body[data-slug=top] .section.index .menu > li .card .wrap .fig {
    min-height: 360px;
  }
}
@media only screen and (min-width: 958px) {
  body[data-slug=top] .section.links {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 958px) {
  body[data-slug=top] .section.links {
    margin-top: 20px;
  }
}
body[data-slug=top] .section.links .linkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media only screen and (min-width: 958px) {
  body[data-slug=top] .section.links .linkList > li {
    width: calc((100% - 120px) / 4);
  }
  body[data-slug=top] .section.links .linkList > li:not(:nth-child(4n+1)) {
    margin-left: 40px;
  }
  body[data-slug=top] .section.links .linkList > li:nth-child(n+5) {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 958px) {
  body[data-slug=top] .section.links .linkList > li {
    width: calc((100% - 10px) / 2);
  }
  body[data-slug=top] .section.links .linkList > li:not(:nth-child(2n+1)) {
    margin-left: 10px;
  }
  body[data-slug=top] .section.links .linkList > li:nth-child(n+3) {
    margin-top: 20px;
  }
}
body[data-slug=top] .section.links .linkList > li a {
  display: block;
}
body[data-slug=top] .section.links .linkList > li a:hover {
  opacity: 0.7;
}
@media only screen and (min-width: 958px) {
  body[data-slug=top] .section.map {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 958px) {
  body[data-slug=top] .section.map {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 958px) {
  body[data-slug=top] .section.map .container {
    width: 100%;
  }
}
@media only screen and (min-width: 958px) {
  body[data-slug=diy] .diyList {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 958px) {
  body[data-slug=diy] .diyList {
    margin-top: 40px;
  }
}
body[data-slug=diy] .diyList, body[data-slug=diy] .diyList a {
  color: #583b1a;
}
body[data-slug=diy] .diyList > li:nth-of-type(n+2) {
  margin-top: 40px;
}
body[data-slug=diy] .diyList > li .title {
  text-align: center;
}
@media only screen and (min-width: 958px) {
  body[data-slug=diy] .diyList > li .title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 958px) {
  body[data-slug=diy] .diyList > li .title {
    font-size: 20px;
  }
}
body[data-slug=diy] .diyList > li .title span {
  display: inline-block;
}
@media only screen and (min-width: 958px) {
  body[data-slug=diy] .diyList > li .title span {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 958px) {
  body[data-slug=diy] .diyList > li .title span {
    padding: 0 30px;
  }
}
body[data-slug=diy] .diyList > li .title span::before, body[data-slug=diy] .diyList > li .title span::after {
  content: "";
  background: url("/wp-content/themes/mokuseisha/assets/images/common/icon_tree_green.png") no-repeat center center;
  background-size: contain;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media only screen and (min-width: 958px) {
  body[data-slug=diy] .diyList > li .title span::before, body[data-slug=diy] .diyList > li .title span::after {
    width: 30px;
  }
}
@media only screen and (max-width: 958px) {
  body[data-slug=diy] .diyList > li .title span::before, body[data-slug=diy] .diyList > li .title span::after {
    width: 24px;
  }
}
@media only screen and (min-width: 958px) {
  body[data-slug=diy] .diyList > li .title span::before, body[data-slug=diy] .diyList > li .title span::after {
    height: 54px;
  }
}
@media only screen and (max-width: 958px) {
  body[data-slug=diy] .diyList > li .title span::before, body[data-slug=diy] .diyList > li .title span::after {
    height: 42px;
  }
}
body[data-slug=diy] .diyList > li .title span::before {
  left: 0;
}
body[data-slug=diy] .diyList > li .title span::after {
  right: 0;
}
body[data-slug=diy] .diyList > li .swiper {
  margin-top: 10px;
}
body[data-slug=diy] .diyList > li .swiper figure {
  border: 1px solid #583b1a;
  padding-top: 56.25%;
}
@media only screen and (min-width: 958px) {
  body[data-slug=diy] .diyList > li .swiper figure {
    border-radius: 30px;
  }
}
@media only screen and (max-width: 958px) {
  body[data-slug=diy] .diyList > li .swiper figure {
    border-radius: 15px;
  }
}
body[data-slug=diy] .diyList > li .swiper figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
body[data-slug=diy] .diyList > li .images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media only screen and (min-width: 958px) {
  body[data-slug=diy] .diyList > li .images {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 958px) {
  body[data-slug=diy] .diyList > li .images {
    margin-top: 5px;
  }
}
@media only screen and (min-width: 958px) {
  body[data-slug=diy] .diyList > li .images > li {
    width: calc((100% - 45px) / 4);
  }
}
@media only screen and (max-width: 958px) {
  body[data-slug=diy] .diyList > li .images > li {
    width: calc((100% - 15px) / 4);
  }
}
@media only screen and (min-width: 958px) {
  body[data-slug=diy] .diyList > li .images > li:not(:nth-child(4n+1)) {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 958px) {
  body[data-slug=diy] .diyList > li .images > li:not(:nth-child(4n+1)) {
    margin-left: 5px;
  }
}
@media only screen and (min-width: 958px) {
  body[data-slug=diy] .diyList > li .images > li:nth-child(n+5) {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 958px) {
  body[data-slug=diy] .diyList > li .images > li:nth-child(n+5) {
    margin-top: 5px;
  }
}
body[data-slug=diy] .diyList > li .images > li figure {
  width: 100%;
  padding-top: 56.25%;
  border: 1px solid #583b1a;
}
@media only screen and (min-width: 958px) {
  body[data-slug=diy] .diyList > li .images > li figure {
    border-radius: 20px;
  }
}
@media only screen and (max-width: 958px) {
  body[data-slug=diy] .diyList > li .images > li figure {
    border-radius: 7px;
  }
}
body[data-slug=diy] .diyList > li .images > li figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
body[data-slug=diy] .diyList > li .images > li figure img:hover {
  opacity: 0.7;
}
body[data-slug=diy] .diyList > li .images > li figure::after {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
body[data-slug=diy] .diyList > li .images > li.active figure::after {
  content: "";
}
@media only screen and (min-width: 958px) {
  body[data-slug=diy] .diyList > li .texts {
    font-size: 20px;
  }
}
@media only screen and (max-width: 958px) {
  body[data-slug=diy] .diyList > li .texts {
    font-size: 18px;
  }
}
@media only screen and (min-width: 958px) {
  body[data-slug=diy] .diyList > li .texts {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 958px) {
  body[data-slug=diy] .diyList > li .texts {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 958px) {
  body[data-slug=shop] .shopList {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 958px) {
  body[data-slug=shop] .shopList {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 958px) {
  body[data-slug=shop] .shopList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
body[data-slug=shop] .shopList, body[data-slug=shop] .shopList a {
  color: #583b1a;
}
@media only screen and (min-width: 958px) {
  body[data-slug=shop] .shopList > li {
    width: calc((100% - 30px) / 3);
  }
  body[data-slug=shop] .shopList > li:not(:nth-child(3n+1)) {
    margin-left: 15px;
  }
  body[data-slug=shop] .shopList > li:nth-child(n+4) {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 958px) {
  body[data-slug=shop] .shopList > li:nth-of-type(n+2) {
    margin-top: 30px;
  }
}
body[data-slug=shop] .shopList > li .title {
  text-align: center;
}
@media only screen and (min-width: 958px) {
  body[data-slug=shop] .shopList > li .title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 958px) {
  body[data-slug=shop] .shopList > li .title {
    font-size: 20px;
  }
}
body[data-slug=shop] .shopList > li .title span {
  display: inline-block;
}
@media only screen and (min-width: 958px) {
  body[data-slug=shop] .shopList > li .title span {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 958px) {
  body[data-slug=shop] .shopList > li .title span {
    padding-left: 30px;
  }
}
body[data-slug=shop] .shopList > li .title span::before {
  content: "";
  background: url("/wp-content/themes/mokuseisha/assets/images/common/icon_tree_beige.png") no-repeat center center;
  background-size: contain;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media only screen and (min-width: 958px) {
  body[data-slug=shop] .shopList > li .title span::before {
    width: 24px;
  }
}
@media only screen and (max-width: 958px) {
  body[data-slug=shop] .shopList > li .title span::before {
    width: 24px;
  }
}
@media only screen and (min-width: 958px) {
  body[data-slug=shop] .shopList > li .title span::before {
    height: 37px;
  }
}
@media only screen and (max-width: 958px) {
  body[data-slug=shop] .shopList > li .title span::before {
    height: 37px;
  }
}
body[data-slug=shop] .shopList > li .pickup {
  margin-top: 10px;
  border: 1px solid #583b1a;
  width: 100%;
  padding-top: 56.25%;
}
@media only screen and (min-width: 958px) {
  body[data-slug=shop] .shopList > li .pickup {
    border-radius: 20px;
  }
}
@media only screen and (max-width: 958px) {
  body[data-slug=shop] .shopList > li .pickup {
    border-radius: 20px;
  }
}
body[data-slug=shop] .shopList > li .pickup img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
body[data-slug=shop] .shopList > li .texts {
  margin-top: 10px;
}
@media only screen and (min-width: 958px) {
  body[data-slug=shop] .shopList > li .texts, body[data-slug=shop] .shopList > li .texts a {
    font-size: 20px;
  }
}
@media only screen and (max-width: 958px) {
  body[data-slug=shop] .shopList > li .texts, body[data-slug=shop] .shopList > li .texts a {
    font-size: 18px;
  }
}
body[data-slug=shop] .shopList > li .texts .creatorLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
body[data-slug=shop] .shopList > li .texts .creatorLink:hover .creator {
  text-decoration: underline;
}
body[data-slug=shop] .shopList > li .texts .creatorLink .creator {
  padding-right: 20px;
}
body[data-slug=shop] .shopList > li .texts .creatorLink .creator::after {
  content: "";
  width: 15px;
  height: 15px;
  background: url("/wp-content/themes/mokuseisha/assets/images/common/icon_ext.svg") no-repeat center center;
  background-size: contain;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
/*# sourceMappingURL=common.css.map */
