@charset "UTF-8";
:root {
  --base-font-color: #40371a;
  --primary-bg-color: #f9efdb;
  --secondary-bg-color: #f8f5ef;
  --primary-bd-color: #e7c274;
  --primary-tb-bd-color: #ffeecb;
  --secondary-tb-bd-color: #c6c3b8;
  --accent-color: #0c9f7d;
}

body {
  margin: 0;
  padding: 0;
  word-break: break-all;
}

body footer#footer .pagetop:not(.stop) {
  position: fixed;
  top: auto;
  right: 1em;
  bottom: 1em;
  opacity: 0;
}
body footer#footer .pagetop:not(.stop).show {
  opacity: 1;
}

body .comingsoon {
  -webkit-user-select: none;
          user-select: none;
  pointer-events: none;
}
body .comingsoon:not(:has(> img)) {
  filter: contrast(0.6) grayscale(0.5);
}
body .comingsoon img {
  filter: contrast(0.6) grayscale(0.5);
}

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

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 50px;
}

.alignright {
  float: right;
  margin-bottom: 50px;
  margin-left: 20px;
  max-width: 50%;
}

.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 50px;
  max-width: 50%;
}

.wp-caption,
[class*=wp-image] {
  display: block;
  max-width: 100% !important;
  text-align: center;
}

.wp-caption-text {
  margin-top: 0;
}

@keyframes blacklayer {
  0%, 100% {
    color: #ffffff;
  }
  50% {
    color: #888888;
  }
}
@keyframes popin {
  0% {
    transform: scale(0.2);
  }
  60% {
    opacity: 1;
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes slideinleft {
  0% {
    transform: translateX(-50vw);
  }
  100% {
    transform: translateX(0vw);
  }
}
@keyframes slideinright {
  0% {
    transform: translateX(50vw);
  }
  100% {
    transform: translateX(0vw);
  }
}
@keyframes floating-y {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}
@keyframes floating-x {
  0% {
    transform: translateX(-20%);
  }
  100% {
    transform: translateX(20%);
  }
}
@keyframes zzz {
  0% {
    clip-path: inset(0 0 0 100%);
    transform: scale(0.8);
  }
  100% {
    clip-path: inset(0 0 0 0);
    transform: scale(1);
  }
}
@keyframes balloon {
  0% {
    transform: translate(0vw, 0vw) scale(1);
  }
  100% {
    transform: translate(3vw, -5vw) scale(0.95);
  }
}
@keyframes smoke {
  0% {
    transform: rotate(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: rotate(-2deg) skew(-10deg, -5deg);
  }
}
@keyframes butterfly {
  0% {
    transform: translateY(0vw);
  }
  100% {
    transform: translateY(-1vw);
  }
}
@keyframes woodleft {
  0% {
    transform: translateX(-50vw) scale(0.9);
  }
  60% {
    transform: translateX(0vw) scale(1.2);
  }
  100% {
    transform: translateX(0vw) scale(1);
  }
}
@keyframes woodright {
  0% {
    transform: translateX(50vw) scale(0.9);
  }
  60% {
    transform: translateX(0vw) scale(1.2);
  }
  100% {
    transform: translateX(0vw) scale(1);
  }
}
body #header .header_logo {
  position: absolute;
}

body .teaser_fix {
  position: absolute;
}

.header .header_menu a {
  display: block;
}
.header .header_menu a:hover {
  filter: brightness(105%);
}
.header .header_menu a img {
  width: 140px;
}

.global-menu-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  width: 0;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  contain: paint;
}
.global-menu-wrapper.opened {
  width: 100%;
}

.global-menu {
  display: flex;
  flex-direction: column;
  max-width: 410px;
  height: 100%;
  margin-inline: auto 0;
  padding: 1.6em;
  background-color: #f7eabe;
  color: #40371a;
  overflow-y: auto;
  transform: translateX(100%);
}
.opened .global-menu {
  transition: transform 0.2s;
  transform: translateX(0%);
}
.global-menu .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-block: 0 1em;
}
.global-menu .head .logo img {
  display: block;
  width: 125px;
}
.global-menu .head .close a:hover {
  filter: brightness(95%);
}
.global-menu .head .close a img {
  display: block;
  height: 54px;
}
.global-menu .meta ul {
  display: flex;
  gap: 16px;
}
.global-menu .meta ul li {
  flex-basis: calc(50% - 16px);
  border-bottom: 2px dotted #40371a;
}
.global-menu .meta a:hover {
  opacity: 0.5;
}
.global-menu .meta a.link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-inline: 0 2em;
  padding-block: 0 0.5em;
  font-size: 16px;
  font-weight: 700;
  background-image: url("../img/common/arrow_list.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 8px;
}
.global-menu .meta a.mypage {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-block: 0 0.5em;
}
.global-menu .meta a.mypage .img img {
  display: block;
  width: 55px;
  aspect-ratio: 1/1;
  border-radius: 10em;
  background-color: #ffffff;
}
.global-menu .meta a.mypage .text {
  font-weight: 700;
}
.global-menu .meta a.mypage .text strong {
  display: block;
  font-size: 16px;
}
.global-menu .meta a.mypage .text span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 0 1.5em;
  font-size: 10px;
  background-image: url("../img/common/arrow_list.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 8px;
}
.global-menu .content {
  flex-grow: 1;
}
.global-menu .content h3 {
  margin-block: 1.5em 1em;
  font-size: 16px;
  font-weight: 700;
}
.global-menu .content ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 16px;
}
.global-menu .content ul li {
  flex-basis: calc((100% - 32px) / 3);
}
.global-menu .content ul li a:hover img {
  transform: translateY(0.3em);
}
.global-menu .content ul li a img {
  display: block;
  transition: all 0.3s;
}
.global-menu .foot .banner {
  margin-block: 2em;
}
.global-menu .foot .banner a:hover {
  opacity: 0.5;
}
.global-menu .foot .banner a img {
  display: block;
}
.global-menu .foot .links {
  margin-block: 2em;
}
.global-menu .foot .links ul li {
  margin-block: 0.6em;
}
.global-menu .foot .links ul li a {
  display: block;
  padding-inline: 1em 0;
  background-image: url("../img/common/arrow_footer.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 8px;
  font-size: 13px;
}
.global-menu .foot .links ul li a:hover {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.global-menu .foot .links2 {
  display: flex;
  align-items: center;
  margin-block: 2em 0;
}
.global-menu .foot .links2 .sns {
  display: flex;
  align-items: center;
  gap: 16px;
}
.global-menu .foot .links2 .sns a img {
  display: block;
  width: 30px;
}
.global-menu .foot .links2 .close {
  margin-inline: auto 0;
}
.global-menu .foot .links2 .close a:hover {
  filter: brightness(95%);
}
.global-menu .foot .links2 .close a img {
  display: block;
  height: 37px;
}

.com_pop .pop_scroll::-webkit-scrollbar {
  width: 15px;
}
.com_pop .pop_scroll::-webkit-scrollbar-track {
  background-color: #ffffff;
}
.com_pop .pop_scroll::-webkit-scrollbar-thumb {
  background-color: #dfdfdf;
  border-radius: 10em;
}

.wp-block-post-content {
  color: var(--base-font-color);
  font-size: 15px;
  line-height: 1.8;
}
.wp-block-post-content h1 {
  margin-block: 0 1em;
  font-size: 20px;
  font-weight: 700;
}
.wp-block-post-content h2 {
  margin-block: 1em;
  padding: 0.7em 1.5em;
  background-color: var(--primary-bg-color);
  border-radius: 0.4em 0.4em 0 0;
  border-bottom: 0.2em solid var(--primary-bd-color);
  font-size: 17px;
  font-weight: 700;
}
.wp-block-post-content h3 {
  margin-block: 1em;
  padding: 0.5em 0;
  border-bottom: 0.2em solid var(--primary-bd-color);
  font-size: 16px;
  font-weight: 700;
}
.wp-block-post-content h4 {
  margin-block: 1em;
  padding: 0 0.5em;
  border-left: 0.2em solid var(--primary-bd-color);
  font-size: 14px;
  font-weight: 700;
}
.wp-block-post-content h5 {
  margin-block: 1em;
  font-weight: 700;
}
.wp-block-post-content h6 {
  margin-block: 1em;
  font-weight: 700;
}
.wp-block-post-content p {
  margin-block: 1em;
}
.wp-block-post-content a {
  color: var(--base-font-color);
  text-decoration: underline;
  text-decoration-thickness: 0.1em;
  text-underline-offset: 0.3em;
  transition: 0.3s all;
}
.wp-block-post-content a:hover {
  text-underline-offset: 0.4em;
}

ul.wp-block-list {
  list-style: none;
  margin-block: 1em;
  padding: 0;
}
ul.wp-block-list li {
  position: relative;
  margin-block: 0 0.5em;
  padding-left: 1.2em;
}
ul.wp-block-list li::before {
  content: "";
  width: 0.6em;
  aspect-ratio: 1/1;
  border-radius: 10em;
  background-color: var(--primary-bd-color);
  position: absolute;
  top: 0.5em;
  left: 0;
}

ol.wp-block-list {
  list-style: none;
  counter-reset: number;
  margin-block: 1em;
  padding: 0;
}
ol.wp-block-list li {
  position: relative;
  margin-block: 0 0.5em;
  padding-left: 1.8em;
}
ol.wp-block-list li::before {
  counter-increment: number;
  content: counter(number) ".";
  font-size: 1em;
  font-weight: 700;
  color: var(--primary-bd-color);
  position: absolute;
  top: 0;
  left: 0;
}

.wp-block-table {
  margin-block: 2em;
  border-radius: 6px;
  border: 1px solid var(--primary-tb-bd-color);
  font-size: 11px;
  overflow: hidden;
}
.wp-block-table.is-style-stripes {
  border-bottom: 1px solid var(--primary-tb-bd-color);
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: inherit;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(even) {
  background-color: var(--secondary-bg-color);
}
.wp-block-table table tr :first-child {
  border-left: none;
}
.wp-block-table table tr :last-child {
  border-right: none;
}
.wp-block-table table :first-child tr > * {
  border-top: none;
}
.wp-block-table table tbody tr:last-child > * {
  border-bottom: none;
}
.wp-block-table thead {
  border: none;
}
.wp-block-table th {
  padding: 1em 2em;
  border: 1px solid var(--primary-tb-bd-color);
  background-color: var(--primary-bg-color);
  font-weight: 700;
}
.wp-block-table td {
  padding: 1em 2em;
  border: 1px solid var(--primary-tb-bd-color);
}
.wp-block-table tr > *:not(:last-child) {
  border-right-color: var(--secondary-tb-bd-color);
}

.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table {
  margin-block: 2em;
  border-radius: 6px;
  border: 1px solid var(--primary-tb-bd-color);
  font-size: 11px;
  overflow: hidden;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.is-style-stripes tbody tr:nth-child(odd) :is(th, td) {
  background-color: inherit;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.is-style-stripes tbody tr:nth-child(even) :is(th, td) {
  background-color: var(--secondary-bg-color);
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table table tr :first-child {
  border-left: none;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table table tr :last-child {
  border-right: none;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table table :first-child tr > * {
  border-top: none;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table table tbody tr:last-child > * {
  border-bottom: none;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr th {
  padding: 1em 2em;
  border: 1px solid var(--primary-tb-bd-color);
  background-color: var(--primary-bg-color);
  font-weight: 700;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr td {
  padding: 1em 2em;
  border: 1px solid var(--primary-tb-bd-color);
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr > *:not(:last-child) {
  border-right-color: var(--secondary-tb-bd-color);
}

.wp-block-button .wp-block-button__link {
  min-width: 300px;
  max-width: 100%;
  padding-inline: 3em;
  padding-block: 1em;
  background-color: var(--accent-color);
  color: #ffffff;
  font-size: 14px;
  text-align: left;
  text-decoration: none;
}
.wp-block-button .wp-block-button__link:hover {
  filter: brightness(120%);
}
.wp-block-button .wp-block-button__link.back {
  background-image: url("../img/common/prev_wp.png");
  background-repeat: no-repeat;
  background-position: left 2em center;
  background-size: auto 0.8em;
  text-align: center;
}
.wp-block-button .wp-block-button__link[target=_blank] {
  background-image: url("../img/common/ico_blank.png");
  background-repeat: no-repeat;
  background-position: right 2em center;
  background-size: auto 0.8em;
}
.wp-block-button .wp-block-button__link:not(.back, [target=_blank]) {
  text-align: center;
}

.wp-block-group.is-style-border-box {
  padding: 1em;
  border: 10px solid #fef9f0;
  border-radius: 10px;
}

.wp-block-file .wp-element-button {
  padding: 0.2em 1em;
  color: #ffffff;
  text-decoration: none;
}

.line-clamp2 {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}

.line-clamp3 {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  -webkit-line-clamp: 3;
}

.error {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-block: 1.5em;
  padding: 1em 1em;
  border-radius: 0.5em;
  border: 1px solid red;
  background-color: white;
  font-size: 12px;
  text-align: center;
}

.success {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-block: 1.5em;
  padding: 1em 1em;
  border-radius: 0.5em;
  border: 1px solid green;
  background-color: white;
  font-size: 12px;
  text-align: center;
}

.text-alert {
  color: #ff0000;
}

.text-right {
  text-align: right;
}

.button {
  --primary-color: #0c9f7d;
  --secondary-color: #ffffff;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 100px;
  padding: 0.8em 2em;
  border-radius: 10em;
  border: none;
  background-color: #f19013;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}
.button:hover {
  opacity: 0.5;
}
.button.button-primary {
  background-color: var(--primary-color);
  color: var(--secondary-color);
}
.button.button-invert {
  background-color: var(--secondary-color);
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
}
.button:disabled {
  background-color: #c7c7c7;
  color: #ffffff;
}

article.single.simple-page > .inner {
  margin-block: -18vw 0;
}

.front-fv {
  --chara-ratio-x: calc(100% / 4000);
  --chara-ratio-y: calc(100% / 2300);
  width: 100%;
  position: relative;
}
.front-fv .logo {
  --size: 1137;
  --x: 0;
  --y: 156;
  display: block;
  width: max(var(--size) * var(--chara-ratio-x), 199px);
  position: absolute;
  z-index: 10;
  top: calc(var(--y) * var(--chara-ratio-y));
  left: calc(var(--x) * var(--chara-ratio-x));
}
.front-fv .catch {
  --size: 848;
  --x: 928;
  --y: 80;
  display: block;
  width: max(var(--size) * var(--chara-ratio-x), 148px);
  position: absolute;
  z-index: 11;
  top: max(var(--y) * var(--chara-ratio-y), 13px);
  left: max(var(--x) * var(--chara-ratio-x), 162px);
}
.front-fv .wrapper {
  width: 100%;
  overflow-x: auto;
}
.front-fv .wrapper::-webkit-scrollbar {
  width: 15px;
}
.front-fv .wrapper::-webkit-scrollbar-track {
  background-color: #ffffff;
}
.front-fv .wrapper::-webkit-scrollbar-thumb {
  background-color: #dfdfdf;
  border-radius: 10em;
}
.front-fv .canvas {
  width: 100%;
  min-width: 700px;
  aspect-ratio: 4000/2300;
  position: relative;
  background-image: url("../img/home/fv/bg1.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.front-fv .canvas::after {
  content: "";
  display: block;
  background-image: url("../img/home/fv/bg2.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 6;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.front-fv .canvas .chara {
  display: block;
  width: calc(var(--size) * var(--chara-ratio-x));
  position: absolute;
  z-index: 5;
  top: calc(var(--y) * var(--chara-ratio-y));
  left: calc(var(--x) * var(--chara-ratio-x));
}
.front-fv .canvas .chara.entrance {
  --size: 79;
  --x: 2256;
  --y: 1846;
}
.front-fv .canvas .chara.entrance-child1 {
  --size: 93;
  --x: 1983;
  --y: 1561;
  z-index: 7;
}
.front-fv .canvas .chara.entrance-child2 {
  --size: 59;
  --x: 1902;
  --y: 1568;
  z-index: 7;
}
.front-fv .canvas .chara.entrance-child3 {
  --size: 63;
  --x: 2089;
  --y: 1574;
  z-index: 7;
}
.front-fv .canvas .chara.slide-child1 {
  --size: 57;
  --x: 1250;
  --y: 1617;
}
.front-fv .canvas .chara.slide-child2 {
  --size: 40;
  --x: 1336;
  --y: 1644;
}
.front-fv .canvas .chara.slide-child3 {
  --size: 59;
  --x: 1396;
  --y: 1641;
}
.front-fv .canvas .chara.slide-child4 {
  --size: 55;
  --x: 1453;
  --y: 1635;
}
.front-fv .canvas .chara.help-child {
  --size: 74;
  --x: 1279;
  --y: 1208;
}
.front-fv .canvas .chara.shop-child {
  --size: 153;
  --x: 1367;
  --y: 839;
}
.front-fv .canvas .chara.fishing-child {
  --size: 119;
  --x: 2245;
  --y: 784;
}
.front-fv .canvas .chara.tennis-child1 {
  --size: 81;
  --x: 1752;
  --y: 1543;
}
.front-fv .canvas .chara.tennis-child2 {
  --size: 77;
  --x: 1594;
  --y: 1602;
}
.front-fv .canvas .chara.tennis-ball {
  --size: 38;
  --x: 1679;
  --y: 1555;
}
.front-fv .canvas .chara.hug-mother {
  --size: 60;
  --x: 3137;
  --y: 1284;
  transform-origin: bottom center;
}
.front-fv .canvas .chara.turf1 {
  --size: 562;
  --x: 2421;
  --y: 1568;
}
.front-fv .canvas .chara.turf2 {
  --size: 164;
  --x: 2441;
  --y: 1561;
}
.front-fv .canvas .chara.board1 {
  --size: 177;
  --x: 2226;
  --y: 1426;
  transform-origin: bottom center;
}
.front-fv .canvas .chara.board2 {
  --size: 59;
  --x: 2411;
  --y: 1444;
  transform-origin: bottom left;
}
.front-fv .canvas .chara.board3 {
  --size: 82;
  --x: 1850;
  --y: 1366;
}
.front-fv .canvas .chara.food {
  --size: 223;
  --x: 3435;
  --y: 1481;
}
.front-fv .canvas .chara.stump {
  --size: 106;
  --x: 2927;
  --y: 957;
}
.front-fv .canvas .chara.movie-child {
  --size: 0;
  --x: 0;
  --y: 0;
}
.front-fv .canvas .chara.movie-child {
  --size: 177;
  --x: 2480;
  --y: 823;
}
.front-fv .canvas .chara.device1 {
  --size: 77;
  --x: 1912;
  --y: 719;
}
.front-fv .canvas .chara.device2 {
  --size: 53;
  --x: 1847;
  --y: 767;
  transform-origin: bottom center;
}
.front-fv .canvas .chara.well {
  --size: 70;
  --x: 1759;
  --y: 630;
}
.front-fv .canvas .chara.tunnel1 {
  --size: 55;
  --x: 748;
  --y: 1415;
}
.front-fv .canvas .chara.tunnel2 {
  --size: 54;
  --x: 926;
  --y: 1173;
  transform-origin: bottom left;
}
.front-fv .canvas .chara.bench-mother {
  --size: 218;
  --x: 1479;
  --y: 1456;
  z-index: 7;
  transform-origin: bottom center;
}
.front-fv .canvas .chara.hill1 {
  --size: 86;
  --x: 2512;
  --y: 300;
  transform-origin: bottom center;
}
.front-fv .canvas .chara.hill2 {
  --size: 62;
  --x: 2619;
  --y: 300;
  transform-origin: bottom center;
}
.front-fv .canvas .chara.hill3 {
  --size: 85;
  --x: 3323;
  --y: 492;
  transform-origin: bottom center;
}

section.front-page .section-news-wrapper {
  padding-block: 2em 1em;
  position: relative;
}
section.front-page .section-news-wrapper .img1 {
  width: 14.1428571429vw;
  position: absolute;
  right: 26vw;
  top: -2vw;
}
section.front-page .section-news {
  display: flex;
  gap: 1em;
  margin-inline: 1em;
  padding: 1em;
  border-radius: 0.5em;
  background-color: #ffffff;
  position: relative;
  z-index: 2;
}
section.front-page .section-news .bird {
  position: absolute;
  bottom: 85%;
  left: -4vw;
  z-index: 1;
  width: 24vw;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
section.front-page .section-news .banner {
  flex-basis: 40%;
  flex-shrink: 0;
  padding: 0.5em;
  border-radius: 0.5em;
  background-color: #ddf4f9;
}
section.front-page .section-news .banner h3 {
  color: #159ab9;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}
section.front-page .section-news .banner .links a {
  display: block;
  padding-block: 0.5em;
  border-bottom: 1px solid #40371a;
  background-image: url("../img/common/arrow_footer.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 0.5em;
  font-size: 11px;
}
section.front-page .section-news .banner .links a:hover {
  opacity: 0.5;
}
section.front-page .section-news .content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}
section.front-page .section-news .content h3 {
  margin-block: 0 0.5em;
  font-size: 18px;
  font-weight: 700;
}
section.front-page .section-news .content .post {
  flex-grow: 1;
  line-height: 1.8;
}
section.front-page .section-news .content .post .time {
  color: #c6baa3;
  font-size: 11px;
}
section.front-page .section-news .content .post a {
  display: block;
  font-size: 12px;
}
section.front-page .section-news .content .post a:hover {
  opacity: 0.5;
}
section.front-page .section-news .content .more {
  text-align: right;
}
section.front-page .section-news .content .more .button {
  padding-block: 0.5em;
  padding-inline: 2em;
  background-image: url("../img/home/icon-arrow-white.svg");
  background-repeat: no-repeat;
  background-position: right 1em center;
  background-size: auto 25%;
}

section.front-page .section-bbs-wrapper {
  position: relative;
  padding-block: 1em 0;
  padding-inline: 1em;
}
section.front-page .section-bbs-wrapper > .img1 {
  margin-block: 0 0.5em;
  margin-inline: 0.5em;
}
section.front-page .section-bbs-wrapper > .img1 img {
  width: 11.0666666667vw;
}
section.front-page .section-bbs-wrapper > .img2 {
  text-align: right;
}
section.front-page .section-bbs-wrapper > .img2 img {
  width: 64.2666666667vw;
}
section.front-page .section-bbs-wrapper .wood {
  position: absolute;
  bottom: 57%;
  right: -8%;
}
section.front-page .section-bbs-wrapper .wood img {
  width: 28vw;
}
section.front-page .section-bbs {
  display: flex;
  flex-direction: column;
  width: 100%;
  aspect-ratio: 696/924;
  padding: 25% 10% 18%;
  background-image: url("../img/home/bbs/bg-sm.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
section.front-page .section-bbs ul {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.5em;
}
section.front-page .section-bbs ul li {
  flex-basis: calc((100% - 0.5em) / 2);
  flex-shrink: 0;
  height: calc((100% - 1em) / 3);
}
section.front-page .section-bbs ul li a {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  padding: 1em;
  border-radius: 0.5em;
  background-color: #f9f8f4;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}
section.front-page .section-bbs ul li a:hover {
  filter: brightness(110%);
  transform: scale(0.95);
}
section.front-page .section-bbs .more {
  text-align: center;
  margin-block: 2vw 0;
}
section.front-page .section-bbs .more .button {
  padding-block: 0.5em;
  padding-inline: 2em;
  background-image: url("../img/home/icon-arrow-white.svg");
  background-repeat: no-repeat;
  background-position: right 1em center;
  background-size: auto 25%;
}

section.front-page .section-blog-wrapper {
  padding-block: 1em 1em;
}
section.front-page .section-blog h2 {
  margin-inline: 2em;
}
section.front-page .section-blog h2 img {
  display: block;
  width: 71.6vw;
}
section.front-page .section-blog .slide {
  position: relative;
  padding-block: 3em;
}
section.front-page .section-blog .slide .slide-wrapper .slide-item {
  z-index: 1;
  transition: all 0.3s;
}
section.front-page .section-blog .slide .slide-wrapper .slide-item:not(:is(.swiper-slide-active, .swiper-slide-prev, .swiper-slide-next)) {
  transform: translateY(100%) scale(0);
}
section.front-page .section-blog .slide .slide-wrapper .slide-item:is(.swiper-slide-prev, .swiper-slide-next) {
  z-index: 2;
}
section.front-page .section-blog .slide .slide-wrapper .slide-item:has(+ .swiper-slide-prev) {
  transform: rotate(-30deg) translateY(9em) scale(0.9);
}
section.front-page .section-blog .slide .slide-wrapper .slide-item.swiper-slide-prev {
  transform: rotate(-15deg) translateY(2em) scale(0.9);
}
section.front-page .section-blog .slide .slide-wrapper .slide-item.swiper-slide-next {
  transform: rotate(15deg) translateY(2em) scale(0.9);
}
section.front-page .section-blog .slide .slide-wrapper .slide-item.swiper-slide-next + .slide-item {
  transform: rotate(30deg) translateY(9em) scale(0.9);
}
section.front-page .section-blog .slide .slide-wrapper .slide-item.swiper-slide-active {
  z-index: 3;
}
section.front-page .section-blog .slide .slide-wrapper .slide-item.swiper-slide-active a {
  transform: scale(1.1);
}
section.front-page .section-blog .slide .slide-wrapper .slide-item a {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  aspect-ratio: 550/696;
  padding: 1em;
  border-radius: 1em;
  background-image: url("../img/home/blog/frame.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
section.front-page .section-blog .slide .slide-wrapper .slide-item a:hover {
  transform: translateY(0.5em);
}
section.front-page .section-blog .slide .slide-wrapper .slide-item a .pickup {
  position: absolute;
  top: -7vw;
  right: -7vw;
  z-index: 1;
}
section.front-page .section-blog .slide .slide-wrapper .slide-item a .pickup img {
  width: 18.6666666667vw;
}
section.front-page .section-blog .slide .slide-wrapper .slide-item a .image {
  width: 100%;
  aspect-ratio: 490/368;
  margin-block: 0 1em;
}
section.front-page .section-blog .slide .slide-wrapper .slide-item a .image img {
  display: block;
  width: 100%;
  aspect-ratio: 490/368;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1em;
}
section.front-page .section-blog .slide .slide-wrapper .slide-item a .title {
  flex-grow: 1;
  font-size: 14px;
  line-height: 1.8;
}
section.front-page .section-blog .slide .slide-wrapper .slide-item a .time {
  font-size: 12px;
}
section.front-page .section-blog .slide .buttons .button {
  display: grid;
  place-items: center;
  padding: 0;
  min-width: 0;
  width: 3em;
  aspect-ratio: 1/1;
  border-radius: 10em;
  position: absolute;
  z-index: 2;
  top: 45%;
}
section.front-page .section-blog .slide .buttons .prev {
  left: 1em;
}
section.front-page .section-blog .slide .buttons .prev img {
  transform: rotate(180deg);
}
section.front-page .section-blog .slide .buttons .next {
  right: 1em;
}
section.front-page .section-blog .more {
  margin-block: 2vw 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
section.front-page .section-blog .more .button {
  padding-block: 0.5em;
  padding-inline: 2em;
  background-image: url("../img/home/icon-arrow-white.svg");
  background-repeat: no-repeat;
  background-position: right 1em center;
  background-size: auto 25%;
}

section.front-page .section-care-wrapper {
  position: relative;
  margin-block: -3em 0;
  padding-block: 8em 13em;
  padding-inline: 1em;
  background-image: url("../img/home/care/bg-sm.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
}
section.front-page .section-care .links a img {
  transition: all 0.3s;
}
section.front-page .section-care .links a:hover img {
  transform: translateY(1em);
}
section.front-page .section-care .link1 {
  position: relative;
}
section.front-page .section-care .link1 a img {
  display: block;
  width: 54vw;
}
section.front-page .section-care .link1 .img1 {
  position: absolute;
  width: 24.8vw;
  left: 65%;
  bottom: 5%;
}
section.front-page .section-care .link2 {
  position: relative;
}
section.front-page .section-care .link2 a img {
  display: block;
  margin-inline: auto 0;
  width: 70.8vw;
}
section.front-page .section-care .link2 .img2 {
  position: absolute;
  width: 47.8666666667vw;
  left: 8%;
  bottom: -12%;
}
section.front-page .section-care .link3 {
  position: relative;
  margin-block: 3em 0;
}
section.front-page .section-care .link3 a img {
  display: block;
  width: 78.5333333333vw;
}
section.front-page .section-care .link3 .img3 {
  position: absolute;
  width: 37.4666666667vw;
  bottom: -14%;
  right: 0%;
}
section.front-page .section-care .link3 .img4 {
  position: absolute;
  width: 20.9333333333vw;
  bottom: -25%;
  left: 0%;
}
section.front-page .section-care .img5 {
  position: absolute;
  width: 3.0666666667vw;
  top: 4vw;
  right: 2vw;
}

section.front-page .section-recommend-wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  aspect-ratio: 750/1810;
  margin-block: -8em 0;
  background-image: url("../img/home/recommend/bg-sm.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
}
section.front-page .section-recommend {
  position: relative;
  padding-block: 114% 5%;
  margin-inline: 5%;
}
section.front-page .section-recommend .slide {
  margin-block: 0;
  padding-block: 0 12vw;
}
section.front-page .section-recommend .slide {
  position: relative;
}
section.front-page .section-recommend .slide .slide-wrapper .slide-item {
  padding-inline: 7%;
}
section.front-page .section-recommend .slide .slide-wrapper .slide-item a {
  display: flex;
  flex-direction: column;
  width: 100%;
  aspect-ratio: 550/637;
  padding: 1em;
  border-radius: 0.5em;
  background-color: #ffffff;
}
section.front-page .section-recommend .slide .slide-wrapper .slide-item a:hover {
  transform: translateY(0.5em);
}
section.front-page .section-recommend .slide .slide-wrapper .slide-item a .image {
  width: 100%;
  aspect-ratio: 470/263;
  margin-block: 0 1em;
}
section.front-page .section-recommend .slide .slide-wrapper .slide-item a .image img {
  display: block;
  width: 100%;
  aspect-ratio: 470/263;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1em;
}
section.front-page .section-recommend .slide .slide-wrapper .slide-item a .title {
  margin-block: 0 1vw;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.8;
}
section.front-page .section-recommend .slide .slide-wrapper .slide-item a .desc {
  flex-grow: 1;
  font-size: 12px;
  line-height: 1.8;
}
section.front-page .section-recommend .slide .slide-wrapper .slide-item a .jump {
  text-align: right;
}
section.front-page .section-recommend .slide .slide-wrapper .slide-item a .jump span {
  display: inline-block;
  width: 2em;
  height: 1em;
  border-radius: 10em;
  background-color: #0c9f7d;
  background-image: url("../img/home/icon-arrow-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 50%;
}
section.front-page .section-recommend .slide .swiper-pagination .swiper-pagination-bullet {
  width: 1em;
  height: 1em;
  border-radius: 10em;
  border: none;
  outline: none;
  background-color: #ffffff;
}
section.front-page .section-recommend .slide .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0c9f7d;
}
section.front-page .section-recommend .slide .buttons .button {
  display: grid;
  place-items: center;
  padding: 0;
  min-width: 0;
  width: 3em;
  aspect-ratio: 1/1;
  border-radius: 10em;
  position: absolute;
  z-index: 2;
  top: 45%;
}
section.front-page .section-recommend .slide .buttons .prev {
  left: 0;
}
section.front-page .section-recommend .slide .buttons .prev img {
  transform: rotate(180deg);
}
section.front-page .section-recommend .slide .buttons .next {
  right: 0;
}
section.front-page .section-recommend .more {
  margin-block: 0.5em 0;
  text-align: center;
}
section.front-page .section-recommend .more .button {
  padding-block: 0.5em;
  padding-inline: 2em;
  background-image: url("../img/home/icon-arrow-white.svg");
  background-repeat: no-repeat;
  background-position: right 1em center;
  background-size: auto 25%;
}
section.front-page .section-recommend .img1 {
  width: 44.8vw;
  position: absolute;
  top: 0vw;
  left: 17vw;
}
section.front-page .section-recommend .banner {
  position: absolute;
  top: 24.5vw;
  left: 2.5vw;
  right: 2.5vw;
}
section.front-page .section-recommend .banner a:hover {
  opacity: 0.5;
}
section.front-page .section-recommend .banner a img {
  display: block;
  width: 100%;
  aspect-ratio: 640/110;
  -o-object-fit: cover;
     object-fit: cover;
}

section.front-page .section-content-wrapper {
  position: relative;
  z-index: 1;
  margin-block: -2em 0;
  background-color: #cee9bc;
  background-image: url("../img/home/content/bg-sm.png");
  background-repeat: no-repeat;
  background-position: top center, top center;
  background-size: 100% auto;
}
section.front-page .section-content {
  position: relative;
  padding-inline: 1em;
  padding-block: 7em 1em;
}
section.front-page .section-content h2 {
  margin-block: 0 1em;
  text-align: center;
}
section.front-page .section-content h2 strong {
  display: block;
  font-size: 31px;
  font-weight: 700;
}
section.front-page .section-content h2 span {
  display: block;
  font-size: 16px;
}
section.front-page .section-content .links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 5%;
}
section.front-page .section-content .links a {
  flex-basis: 45%;
}
section.front-page .section-content .links a:hover {
  transform: translateY(0.5em);
}
section.front-page .section-content .links .link1 img {
  width: 46.2666666667vw;
}
section.front-page .section-content .links .link2 {
  margin-block: 3em 0;
}
section.front-page .section-content .links .link2 img {
  width: 42vw;
}
section.front-page .section-content .links .link3 {
  margin-block: -1em 0;
}
section.front-page .section-content .links .link3 img {
  width: 46.1333333333vw;
}
section.front-page .section-content .links .link4 {
  margin-inline: -2em 0;
  margin-block: 2em 0;
}
section.front-page .section-content .links .link4 img {
  width: 46.4vw;
}
section.front-page .section-content .img1 {
  width: 14.9333333333vw;
  position: absolute;
  top: 15vw;
  left: 3vw;
}

section.front-page .section-content2-wrapper {
  position: relative;
  z-index: 1;
  padding-block: 0 28vw;
  background-color: #cee9bc;
  background-image: url("../img/home/content2/bg-sm.png");
  background-repeat: no-repeat;
  background-position: top 97vw center;
  background-size: 100% auto;
}
section.front-page .section-content2-wrapper .bg-p1 {
  width: 40.5333333333vw;
  position: absolute;
  z-index: 1;
  left: 1vw;
  top: 95vw;
}
section.front-page .section-content2-wrapper .bg-p2 {
  width: 28.6666666667vw;
  position: absolute;
  z-index: 1;
  right: 10vw;
  top: 101vw;
}
section.front-page .section-content2 h2 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-block: 0 1em;
  margin-inline: auto;
  text-align: center;
}
section.front-page .section-content2 h2 strong {
  display: block;
  font-size: 31px;
  font-weight: 700;
}
section.front-page .section-content2 h2 span {
  display: block;
  font-size: 16px;
}
section.front-page .section-content2 h2 .img1 {
  display: block;
  width: 74.4vw;
  margin-inline: auto;
  margin-block: 1em 0;
}
section.front-page .section-content2 h2 .img2 {
  display: block;
  width: 15.0666666667vw;
  position: absolute;
  right: -7%;
  bottom: -24%;
}
section.front-page .section-content2 .links {
  margin-block: 10% 0;
}
section.front-page .section-content2 .links a {
  position: relative;
}
section.front-page .section-content2 .links a:hover {
  filter: brightness(105%);
}
section.front-page .section-content2 .links a:hover::after {
  transform: scale(1);
}
section.front-page .section-content2 .links a::after {
  content: "";
  display: block;
  width: 26.5333333333vw;
  aspect-ratio: 199/146;
  background-image: url("../img/home/content2/click.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: -1vw;
  right: 1vw;
  z-index: 1;
  transform-origin: left bottom;
  transform: scale(0);
  transition: all 0.2s ease-out;
}
section.front-page .section-content2 .links .link1 {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
section.front-page .section-content2 .links .link1::after {
  right: 10vw;
}
section.front-page .section-content2 .links .link1 img {
  display: block;
  width: 93.0666666667vw;
}
section.front-page .section-content2 .links .link2 {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-block: 20vw 0;
}
section.front-page .section-content2 .links .link2 img {
  display: block;
  width: 89.2vw;
}
section.front-page .section-content2 .links .link3 {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto 5vw;
  position: relative;
  z-index: 2;
}
section.front-page .section-content2 .links .link3 img {
  display: block;
  width: 73.2vw;
}
section.front-page .section-content2 .sns {
  padding-block: 36vw 33vw;
}
section.front-page .section-content2 .sns .link:hover {
  transform: translateY(0.5em);
}
section.front-page .section-content2 .sns .link img {
  max-width: none;
}
section.front-page .section-content2 .sns .sns-line {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto 10vw;
}
section.front-page .section-content2 .sns .sns-line .link {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: -22vw;
  left: -3vw;
}
section.front-page .section-content2 .sns .sns-line .link img {
  width: 33.0666666667vw;
}
section.front-page .section-content2 .sns .sns-line .img {
  width: 39.0666666667vw;
}
section.front-page .section-content2 .sns .sns-x {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: 34vw 0;
  margin-block: 8vw 0;
}
section.front-page .section-content2 .sns .sns-x .link {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: -20vw;
  left: -29vw;
}
section.front-page .section-content2 .sns .sns-x .link img {
  width: 33.8666666667vw;
}
section.front-page .section-content2 .sns .sns-x .img {
  width: 20.5333333333vw;
}
section.front-page .section-content2 .rss-content .rss-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 750/1153;
  padding-block: 9vw 1vw;
  background-image: url("../img/home/content2/bg-rss-sm.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}
section.front-page .section-content2 .rss-content .rss-wrapper .board {
  width: 89.3333333333vw;
  margin-inline: auto;
  padding-inline: 5vw;
  padding-block: 4vw 5vw;
  border-radius: 0.5em;
  background-color: #f9f8f4;
}
section.front-page .section-content2 .rss-content .rss-wrapper .board .head {
  display: flex;
  align-items: center;
  gap: 1em;
}
section.front-page .section-content2 .rss-content .rss-wrapper .board .head span {
  font-size: 16px;
  font-weight: 700;
}
section.front-page .section-content2 .rss-content .rss-wrapper .board .head img {
  width: 27.7333333333vw;
  margin-inline: 1em 0;
  margin-block: -6vw 0;
}
section.front-page .section-content2 .rss-content .rss-wrapper .board .items {
  margin-block: 8vw;
}
section.front-page .section-content2 .rss-content .rss-wrapper .board .items a {
  display: flex;
  gap: 1vw;
  margin-block: 5vw;
}
section.front-page .section-content2 .rss-content .rss-wrapper .board .items a:hover {
  opacity: 0.5;
}
section.front-page .section-content2 .rss-content .rss-wrapper .board .items a .image {
  flex-basis: 32%;
  flex-shrink: 0;
}
section.front-page .section-content2 .rss-content .rss-wrapper .board .items a .image img {
  display: block;
  width: 100%;
  aspect-ratio: 200/150;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5em;
  background-color: #d8dadb;
}
section.front-page .section-content2 .rss-content .rss-wrapper .board .items a .content .time {
  font-size: 10px;
}
section.front-page .section-content2 .rss-content .rss-wrapper .board .items a .content .title {
  font-size: 11px;
  font-weight: 700;
  line-height: 1.6;
}
section.front-page .section-content2 .rss-content .rss-wrapper .img1 {
  width: 31.4666666667vw;
  position: absolute;
  top: -9vw;
  left: 10vw;
}
section.front-page .section-content2 .rss-content .rss-wrapper .img2 {
  width: 48.8vw;
  position: absolute;
  bottom: -14vw;
  left: 3vw;
  z-index: 2;
}
section.front-page .section-content2 .rss-content .rss-wrapper .img3 {
  width: 54.9333333333vw;
  position: absolute;
  bottom: -32vw;
  right: 5vw;
}
section.front-page .section-content2 .rss-content .rss-wrapper .img4 {
  width: 28.4vw;
  position: absolute;
  top: -49vw;
  right: 12vw;
  z-index: 1;
}
section.front-page .section-content2 .rss-content .rss-wrapper .img5 {
  position: absolute;
  top: -50vw;
  right: 37vw;
  z-index: 1;
}
section.front-page .section-content2 .rss-content .rss-wrapper .img5 img {
  width: 8.4vw;
}
section.front-page .section-content2 .rss-content .rss-wrapper .wood-left {
  width: 12.5333333333vw;
  position: absolute;
  top: -27vw;
  left: 0;
}
section.front-page .section-content2 .rss-content .rss-wrapper .wood-right {
  width: 30.4vw;
  position: absolute;
  top: -72vw;
  right: 0;
  z-index: 2;
}

section.front-page .section-village-chief {
  padding-block: 3em 5em;
  background-image: url("../img/home/village-chief/bg-sm.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
}
section.front-page .section-village-chief h2 {
  margin-inline: 1em;
}
section.front-page .section-village-chief h2 img {
  display: block;
  width: 78.6666666667vw;
  margin-inline: auto;
}
section.front-page .section-village-chief .slide {
  padding-block: 1em;
}
section.front-page .section-village-chief .slide .slide-wrapper .slide-item {
  z-index: 1;
  transform: scale(1.1);
}
section.front-page .section-village-chief .slide .slide-wrapper .slide-item:is(.swiper-slide-prev, .swiper-slide-next) {
  z-index: 2;
}
section.front-page .section-village-chief .slide .slide-wrapper .slide-item.swiper-slide-active {
  z-index: 3;
  transform: scale(1.2);
}
section.front-page .section-village-chief .slide .slide-wrapper .slide-item.swiper-slide-active a {
  background-image: url("../img/home/village-chief/baloon1.png");
}
section.front-page .section-village-chief .slide .slide-wrapper .slide-item a {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 484/303;
  padding-inline: 2em;
  background-image: url("../img/home/village-chief/baloon2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
section.front-page .section-village-chief .slide .slide-wrapper .slide-item a:hover {
  transform: translateY(0.5em);
}
section.front-page .section-village-chief .slide .buttons {
  margin-block: 1.5em 1em;
  margin-inline: 1em;
}
section.front-page .section-village-chief .slide .buttons {
  text-align: right;
}
section.front-page .section-village-chief .slide .buttons .button {
  display: inline-grid;
  place-items: center;
  padding: 0.5em 2em;
  min-width: 0;
}
section.front-page .section-village-chief .slide .buttons .prev img {
  transform: rotate(180deg);
}
section.front-page .section-village-chief .slide .buttons .total {
  margin-inline: 1em;
  font-size: 15px;
}
section.front-page .section-village-chief .floor {
  position: relative;
}
section.front-page .section-village-chief .floor .img1 {
  display: block;
  width: 72.8vw;
  margin-inline: auto;
}
section.front-page .section-village-chief .floor .img2 {
  display: block;
  width: 15.4666666667vw;
  position: absolute;
  top: 65%;
  right: 5%;
}
section.front-page .section-village-chief .floor .img3 {
  display: block;
  width: 20.6666666667vw;
  position: absolute;
  top: 90%;
  left: 8%;
}
section.front-page .section-village-chief .floor .more {
  margin-block: 1em;
  text-align: center;
}
section.front-page .section-village-chief .floor .more .button {
  padding-inline: 3em;
  background-image: url("../img/home/icon-arrow-white.svg");
  background-repeat: no-repeat;
  background-position: right 1em center;
  background-size: auto 25%;
}

.home-float-menu {
  position: fixed;
  top: 20vw;
  right: 4px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1em;
}
.home-float-menu:not(.expand) :is(.menu3, .menu4) {
  display: none;
}
.home-float-menu .menu {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  position: relative;
}
.home-float-menu .menu:not(:hover) .text {
  max-width: 0em;
}
.home-float-menu .menu img {
  display: block;
  position: relative;
  z-index: 2;
  width: 3em;
}
.home-float-menu .menu .text {
  overflow: hidden;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 12em;
  padding-block: 0.8em;
  border-radius: 10em;
  border: 2px solid #40371a;
  background-color: #ffffff;
  position: absolute;
  top: 0.27em;
  right: 1em;
  z-index: 1;
  transition: all 0.5s;
}
.home-float-menu .menu .text span {
  display: block;
  width: 100%;
  padding-inline: 1em 3.5em;
  white-space: nowrap;
}

.home-float-banner {
  position: fixed;
  bottom: 1em;
  right: 1em;
  z-index: 10;
  display: flex;
  align-items: flex-end;
  gap: 1em;
}
.home-float-banner.hide {
  display: none;
}
.home-float-banner a:hover {
  transform: translateY(0.5em);
}
.home-float-banner .banner1 img {
  width: 81px;
}
.home-float-banner .banner2 {
  width: 86px;
}

.intro-movie {
  --ratio-x: calc(100% / 1400);
  --ratio-y: calc(100% / 750);
  --sp100: 100%;
  --sn100: -100%;
  --sp150: 150%;
  --sn100: -150%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  overflow: hidden;
  display: grid;
  place-items: center;
}
.intro-movie:not(.start) {
  display: none;
}
.intro-movie .wrapper {
  min-width: 100vw;
  min-height: 100vh;
  aspect-ratio: 1400/750;
  position: relative;
}
.intro-movie .wrapper .seen {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.intro-movie .seen1 {
  z-index: 2;
  display: grid;
  place-items: center;
  background-color: #000000;
}
.intro-movie .seen1 img {
  display: block;
  max-width: none;
  width: calc(var(--size) * var(--ratio-x));
  position: relative;
}
.intro-movie .seen1 .lantern {
  z-index: 3;
  grid-area: 1/1/1/1;
  --size: 70;
}
.intro-movie .seen1 .lantern-light {
  z-index: 2;
  grid-area: 1/1/1/1;
  --size: 24;
  margin-top: calc(20 * var(--ratio-y));
  transform: scale(0);
  transform-origin: bottom center;
}
.intro-movie .seen1 .light {
  z-index: 1;
  grid-area: 1/1/1/1;
  --size: 150;
  transform: scale(0);
}
.intro-movie .seen2 {
  z-index: 1;
}
.intro-movie .seen2 .cloud-layer img {
  display: block;
  max-width: none;
  width: calc(var(--size) * var(--ratio-x));
  position: absolute;
  top: calc(var(--y) * var(--ratio-y));
  left: calc(var(--x) * var(--ratio-x));
}
.intro-movie .seen2 .layer1 {
  z-index: 5;
}
.intro-movie .seen2 .layer1 .c1 {
  --size: 1953;
  --x: -20;
  --y: -407;
  z-index: 45;
}
.intro-movie .seen2 .layer1 .c2 {
  --size: 501;
  --x: 0;
  --y: 234;
  z-index: 44;
}
.intro-movie .seen2 .layer1 .c3 {
  --size: 498;
  --x: 0;
  --y: 0;
  z-index: 43;
}
.intro-movie .seen2 .layer2 {
  z-index: 4;
}
.intro-movie .seen2 .layer2 .c1 {
  --size: 1164;
  --x: 0;
  --y: 0;
  z-index: 35;
}
.intro-movie .seen2 .layer2 .c2 {
  --size: 440;
  --x: 319;
  --y: 0;
  z-index: 34;
}
.intro-movie .seen2 .layer2 .c3 {
  --size: 273;
  --x: 1126;
  --y: 81;
  z-index: 33;
}
.intro-movie .seen2 .layer2 .c4 {
  --size: 1204;
  --x: 195;
  --y: 0;
  z-index: 32;
}
.intro-movie .seen2 .layer3 {
  z-index: 3;
}
.intro-movie .seen2 .layer3 .c1 {
  --size: 1884;
  --x: -125;
  --y: -322;
  z-index: 25;
}
.intro-movie .seen2 .layer3 .c2 {
  --size: 1190;
  --x: 0;
  --y: 0;
  z-index: 24;
}
.intro-movie .seen2 .layer3 .c3 {
  --size: 771;
  --x: 628;
  --y: 0;
  z-index: 23;
}
.intro-movie .seen2 .layer4 {
  z-index: 2;
}
.intro-movie .seen2 .layer4 .c1 {
  --size: 418;
  --x: 981;
  --y: 527;
  z-index: 15;
}
.intro-movie .seen2 .layer4 .c2 {
  --size: 1214;
  --x: 185;
  --y: 0;
  z-index: 14;
}
.intro-movie .seen2 .layer4 .c3 {
  --size: 1158;
  --x: 0;
  --y: 52;
  z-index: 13;
}
.intro-movie .seen2 .layer4 .c4 {
  --size: 410;
  --x: 0;
  --y: 0;
  z-index: 12;
}
.intro-movie .seen2 .layer5 {
  z-index: 1;
}
.intro-movie .seen2 .layer5 .c1 {
  --size: 338;
  --x: 301;
  --y: 426;
  z-index: 5;
}
.intro-movie .seen2 .layer5 .c2 {
  --size: 1115;
  --x: 274;
  --y: 256;
  z-index: 4;
}
.intro-movie .seen2 .layer5 .c3 {
  --size: 570;
  --x: 0;
  --y: 306;
  z-index: 3;
}
.intro-movie .seen2 .layer5 .c4 {
  --size: 970;
  --x: 470;
  --y: 0;
  z-index: 2;
}
.intro-movie .seen2 .layer5 .c5 {
  --size: 1072;
  --x: 0;
  --y: 0;
  z-index: 1;
}

.intro-dialog {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  padding: 0;
  overflow: visible;
  border: none;
  background-color: transparent;
  outline: none;
  z-index: 100;
}
.intro-dialog[open] {
  display: grid;
}
.intro-dialog::backdrop {
  background-color: transparent;
}
.intro-dialog .dialog-bg {
  grid-area: 1/1/1/1;
  justify-self: center;
  align-self: center;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
}
.intro-dialog .frame {
  grid-area: 1/1/1/1;
  justify-self: center;
  align-self: center;
  position: relative;
  opacity: 0;
}
.intro-dialog .frame .wrapper {
  position: relative;
  z-index: 2;
  width: 80vw;
  max-width: 400px;
  max-height: 95vh;
  padding-inline: 1.5em;
  padding-block: 3em 3.5em;
  background-color: #fffefe;
  background-image: url("../img/home/dialog/logo.png"), url("../img/home/dialog/wood.png"), url("../img/home/dialog/border1.svg"), url("../img/home/dialog/border2.svg"), url("../img/home/dialog/border3.svg"), url("../img/home/dialog/frame.png");
  background-repeat: no-repeat;
  background-size: 80px auto, 76px auto, auto 0.08em, 0.08em auto, 22.4em auto, cover;
  background-position: left 1em top 1em, left 1em bottom 1em, right -1em top 0.5em, left 0.5em center, right 0.5em bottom 0.5em, center;
  border-radius: 16px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
  color: #40371a;
  font-size: 12px;
  transform: rotateY(90deg);
}
.intro-dialog .frame h2 {
  margin-block: 1em;
  font-size: 18px;
  text-align: center;
}
.intro-dialog .frame .desc {
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
}
.intro-dialog .frame .buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1em;
  margin-block: 1em;
}
.intro-dialog .frame .buttons a {
  flex-shrink: 0;
  position: relative;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
  width: min(100%, 280px);
  padding-block: 0.6em;
  padding-inline: 1.5em 1em;
  border-radius: 10em;
  border: 2px solid #0c9f7d;
  background-color: #ffffff;
  color: #0c9f7d;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  transition: all 0.3s;
}
.intro-dialog .frame .buttons a:hover {
  filter: brightness(120%);
}
.intro-dialog .frame .buttons a::after {
  content: "";
  display: block;
  width: 2.5em;
  aspect-ratio: 1/1;
  border-radius: 10em;
  background-color: #0c9f7d;
  background-image: url("../img/home/dialog/arrow.svg");
  background-repeat: no-repeat;
  background-size: 33%;
  background-position: center;
}
.intro-dialog .frame .buttons a.link {
  background-color: #0c9f7d;
  color: #ffffff;
}
.intro-dialog .frame .alter {
  margin-block: 0 3em;
  font-size: 12px;
  text-align: center;
}
.intro-dialog .frame .alter a {
  color: #40371a;
  text-decoration: underline;
  text-underline-offset: 0.3em;
}
.intro-dialog .frame .alter a:hover {
  filter: brightness(120%);
}
.intro-dialog .frame .squirrel {
  position: absolute;
  z-index: 10;
  left: -2.5em;
  bottom: 0;
  width: auto;
  height: 36px;
}
.intro-dialog .frame .cloud1-left {
  position: absolute;
  z-index: -1;
  left: -6em;
  bottom: -1em;
  width: 150px;
}
.intro-dialog .frame .cloud2-left {
  position: absolute;
  z-index: -1;
  left: -10em;
  bottom: 12em;
  width: 118px;
}
.intro-dialog .frame .cloud1-right {
  position: absolute;
  z-index: 10;
  right: -7em;
  top: -3em;
  width: 150px;
}
.intro-dialog .frame .cloud2-right {
  position: absolute;
  z-index: -1;
  right: -8em;
  top: 12em;
  width: 118px;
}
.intro-dialog .frame .bird {
  position: absolute;
  z-index: 20;
  right: 1.5em;
  top: 2em;
  width: 64px;
}
.intro-dialog .frame .butterfly {
  position: absolute;
  z-index: 20;
  left: 3em;
  bottom: 4em;
  width: 24px;
}

.home-dialog-house {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  padding: 0;
  overflow: visible;
  border: none;
  background-color: transparent;
  outline: none;
  z-index: 100;
}
.home-dialog-house[open] {
  display: grid;
}
.home-dialog-house::backdrop {
  background-color: transparent;
}
.home-dialog-house .dialog-bg {
  grid-area: 1/1/1/1;
  justify-self: center;
  align-self: center;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.home-dialog-house .frame {
  grid-area: 1/1/1/1;
  justify-self: center;
  align-self: center;
  position: relative;
}
.home-dialog-house .frame .close {
  position: absolute;
  top: 1em;
  right: 1em;
  z-index: 3;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.home-dialog-house .frame .close img {
  width: 8vw;
}
.home-dialog-house .frame .wrapper {
  overflow-y: auto;
  position: relative;
  z-index: 2;
  width: 90vw;
  max-width: 335px;
  max-height: 95vh;
  padding-inline: 1.5em;
  padding-block: 4em 3.5em;
  background-color: #fffefe;
  background-image: url("../img/home/house/bg-sm.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  border-radius: 16px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
  color: #40371a;
  font-size: 12px;
}
.home-dialog-house .frame .wrapper h2 {
  margin-block: 0 0.5em;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.home-dialog-house .frame .wrapper .title-img {
  margin-block: 0 3em;
}
.home-dialog-house .frame .wrapper .title-img img {
  display: block;
  margin-inline: auto;
  width: 66.6666666667vw;
}
.home-dialog-house .frame .wrapper p {
  margin-block: 1em;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.8;
}
.home-dialog-house .frame .wrapper p.note {
  font-size: 10px;
}
.home-dialog-house .frame .wrapper p.center {
  text-align: center;
}
.home-dialog-house .frame .wrapper h3 {
  margin-block: 2em;
  padding-block: 1em;
  border-top: 1px solid #d4cfc6;
  border-bottom: 1px solid #d4cfc6;
  color: #0c9f7d;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.home-dialog-house .frame .wrapper h4 {
  margin-block: 2em;
  font-size: 16px;
  text-align: center;
}
.home-dialog-house .frame .wrapper .cando {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2em;
}
.home-dialog-house .frame .wrapper .cando .item {
  flex-shrink: 0;
  flex-basis: calc((100% - 2em) / 2);
}
.home-dialog-house .frame .wrapper .cando .item img {
  display: block;
  margin-block: 0 1em;
}
.home-dialog-house .frame .wrapper .cando .item span {
  display: block;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}
.home-dialog-house .frame .wrapper .sns {
  margin-block: 1em;
  text-align: center;
}
.home-dialog-house .frame .wrapper .links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0 1em;
  margin-block: 2em 1em;
  text-align: center;
}
.home-dialog-house .frame .wrapper .links .button {
  width: 100%;
  margin-block: 1em;
  padding-block: 1em;
  font-size: 14px;
  text-align: center;
}
.home-dialog-house .frame .wrapper .links .button.button-primary {
  background-image: url("../img/common/next_wp.png");
  background-repeat: no-repeat;
  background-position: right 1em center;
  background-size: auto 20%;
}
.home-dialog-house .frame .wrapper .links .button.button-invert {
  background-image: url("../img/home/banner-support-link-arrow.png");
  background-repeat: no-repeat;
  background-position: right 1em center;
  background-size: auto 70%;
}
.home-dialog-house .frame .wrapper .links .button.button-invert.thin {
  padding-block: 0.2em;
}
.home-dialog-house .frame .wrapper .img1 {
  width: 67.2vw;
  display: block;
  margin-inline: auto;
}
.home-dialog-house .frame .wrapper .img2 {
  width: 36.8vw;
}
.home-dialog-house .frame .wrapper .img3 {
  width: 33.2vw;
}
.home-dialog-house .frame .wrapper .img4 {
  width: 36.5333333333vw;
}
.home-dialog-house .frame .wrapper .img5 {
  width: 29.7333333333vw;
}
.home-dialog-house .frame .wrapper .img-instagram {
  width: 8.8vw;
}

body.home {
  background-color: #b9deb7;
}
body.home .blacklayer {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: #000000;
  display: grid;
  place-items: center;
}
body.home .blacklayer span {
  color: #ffffff;
  font-family: sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  animation: blacklayer 2s infinite;
}
body.home #header .header_logo {
  opacity: 0;
}
body.home .bg-light {
  position: relative;
  z-index: 2;
  background-color: #e3f1e2;
}
body.home section.front-page {
  contain: paint;
}
body.home section.front-page .anim.popinup {
  visibility: hidden;
}
body.home section.front-page .anim.popinup.run-anim {
  visibility: visible;
  animation: popin 0.3s;
  transform-origin: bottom center;
}
body.home section.front-page .anim.popindown {
  visibility: hidden;
}
body.home section.front-page .anim.popindown.run-anim {
  visibility: visible;
  animation: popin 0.3s;
  transform-origin: top center;
}
body.home section.front-page .anim.popinleft {
  visibility: hidden;
}
body.home section.front-page .anim.popinleft.run-anim {
  visibility: visible;
  animation: popin 0.3s;
  transform-origin: bottom left;
}
body.home section.front-page .anim.popinright {
  visibility: hidden;
}
body.home section.front-page .anim.popinright.run-anim {
  visibility: visible;
  animation: popin 0.3s;
  transform-origin: bottom right;
}
body.home section.front-page .anim.slideinleft {
  visibility: hidden;
}
body.home section.front-page .anim.slideinleft.run-anim {
  visibility: visible;
  animation: slideinleft 0.3s;
}
body.home section.front-page .anim.slideinright {
  visibility: hidden;
}
body.home section.front-page .anim.slideinright.run-anim {
  visibility: visible;
  animation: slideinright 0.3s;
}
body.home section.front-page .anim.woodleft {
  visibility: hidden;
}
body.home section.front-page .anim.woodleft.run-anim {
  visibility: visible;
  animation: woodleft 0.4s;
  transform-origin: bottom left;
}
body.home section.front-page .anim.woodright {
  visibility: hidden;
}
body.home section.front-page .anim.woodright.run-anim {
  visibility: visible;
  animation: woodright 0.4s;
  transform-origin: bottom right;
}
body.home section.front-page .anim.floatingy {
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
body.home section.front-page .anim.floatingx {
  animation: floating-x 3.6s ease-in-out infinite alternate-reverse;
}
body.home section.front-page .anim.zzz {
  animation: zzz 1s ease-in-out infinite alternate-reverse;
  transform-origin: right bottom;
}
body.home section.front-page .anim.balloon {
  animation: balloon 4s ease-in-out infinite alternate-reverse;
}
body.home section.front-page .anim.smoke {
  animation: smoke 4s ease-in-out infinite alternate-reverse;
  transform-origin: left bottom;
}
body.home section.front-page .anim.butterfly {
  animation: butterfly 1s linear infinite alternate-reverse;
}
body.home .news-bbs-blog {
  position: relative;
  z-index: 8;
  background-image: url("../img/home/bg1-sm.png"), url("../img/home/bg2-sm.png");
  background-repeat: no-repeat;
  background-position: top center, right bottom 3em;
  background-size: 100% auto, 30% auto;
}

footer .banner-box-wrapper {
  margin-block: 2em;
}
footer .banner-box {
  margin-block: 2em;
  padding: 1em;
  border-radius: 1em;
  background-color: #e2f0e1;
}
footer .banner-box .image {
  margin-block: 1em;
}
footer .banner-box .image img {
  display: block;
  margin-inline: auto;
  max-width: 80%;
}
footer .banner-box .content {
  color: #0c9f7d;
}
footer .banner-box .content h2 {
  margin-block: 0.5em;
  font-size: 26px;
}
footer .banner-box .content p {
  margin-block: 1em;
  font-size: 13px;
  line-height: 1.8;
}
footer .banner-box .content p a {
  color: inherit;
  text-decoration: underline;
}
footer .banner-box .content .link {
  margin-block: 1em;
  text-align: right;
}
footer .banner-box .content .link a {
  padding-inline: 2em 4em;
  background-image: url("../img/home/banner-support-link-arrow.png");
  background-repeat: no-repeat;
  background-position: right 1em center;
  background-size: auto 50%;
}
footer .custom-banner {
  margin-block: 2em;
}
footer .custom-banner a:hover {
  opacity: 0.5;
}
footer .custom-banner a img {
  display: block;
  width: 100%;
  aspect-ratio: 670/120;
  -o-object-fit: cover;
     object-fit: cover;
}

.sub_login .login_hd + p {
  margin-block: 0 3em;
  font-size: 12px;
  text-align: center;
}
.sub_login .login_hd + p a {
  text-decoration: underline;
}
.sub_login .login_cont .note {
  margin-block: 0 0.5em;
}

.sub_login .login_cont .code_btn input:not(:disabled) {
  background-color: #0c9f7d;
}

#footer.footer_login .footer_block::before {
  display: none;
}

.page-mypage .change-dialog {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.page-mypage .change-dialog .wrapper {
  max-width: 500px;
  margin-inline: 1em;
  padding: 2em;
  border-radius: 1em;
  background-color: #ffffff;
}
.page-mypage .change-dialog h2 {
  margin-block: 1em;
  font-size: 1.4em;
}
.page-mypage .change-dialog h2:first-child {
  margin-block-start: 0;
}
.page-mypage .change-dialog input[type=text] {
  outline: none;
  width: 100%;
  padding: 0.5em 1em;
  font-size: 1.2em;
  border-radius: 6px;
  border: 2px #d5d5d5 solid;
  background: #fff;
}
.page-mypage .change-dialog .icons {
  max-height: 15em;
  overflow-y: auto;
}
.page-mypage .change-dialog ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
.page-mypage .change-dialog ul li {
  flex-basis: calc((100% - 1em) / 3);
  flex-shrink: 0;
}
.page-mypage .change-dialog ul img {
  display: block;
  border: 2px transparent solid;
}
.page-mypage .change-dialog ul input[type=radio] {
  display: none;
}
.page-mypage .change-dialog ul input[type=radio]:checked + img {
  border-color: orange;
}
.page-mypage .change-dialog .action {
  margin-block: 1em;
  text-align: center;
}
.page-mypage .change-dialog .action button {
  width: 100%;
  padding: 0.5em 2em;
  border: none;
  border-radius: 40px;
  background: #0c9f7d;
  font-size: 1.3em;
  font-weight: 700;
  text-align: center;
  color: #fafffa;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: all 0.3s !important;
}
.page-mypage .change-dialog .action button:hover {
  filter: brightness(110%);
}
.page-mypage .change-dialog .action a:hover {
  filter: brightness(110%);
  text-decoration: underline;
}

.post_comment .poco_item .item_img01 img {
  opacity: 0.3;
  width: 160px;
  aspect-ratio: 1.3/1;
  -o-object-fit: contain;
     object-fit: contain;
}

body.single-blog .wp-block-post-content {
  font-family: sans-serif;
  letter-spacing: 0.05em;
}

.blog_type.news {
  --category-border-color: #e1ebf0;
  --category-current-bgcolor: #0c9f7d;
}
.blog_type.blog {
  --bgcolor: #fbeccf;
  --category-bgsrc: url("../img/blog/bg_cate_blog.png");
  --category-border-color: #99d7c9;
  --category-current-bgcolor: #0c9f7d;
  --category-more-bgcolor: #0c9f7d;
  --archive-item-bgsrc: url("../img/blog/sheet_blog.png");
  --pickup-bgcolor: #fda052;
}
.blog_type.blog .com_cate_mark li::before {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 70px), calc(100% - 70px) 100%, 0 100%);
}
.blog_type.blog .com_cate_mark li .cate_item::after {
  right: 10px;
  bottom: 15px;
}
.blog_type.blog .com_cate_mark li .cate_item::before {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 70px), calc(100% - 70px) 100%, 0 100%);
}
.blog_type.openchat {
  --bgcolor: #c8ed97;
  --category-bgsrc: url("../img/blog/openchat/bg_cate_blog.png");
  --category-border-color: #aacfac;
  --category-current-bgcolor: #51a955;
  --category-more-bgcolor: #51a955;
  --archive-item-bgsrc: url("../img/blog/openchat/sheet_blog.png");
  --pickup-bgcolor: #51a955;
}
.blog_type.youtube {
  --bgcolor: #fdfaf1;
  --category-bgsrc: url("../img/blog/youtube/bg_cate_blog.png");
  --category-border-color: #fbd3d1;
  --category-current-bgcolor: #ee4f4b;
  --category-more-bgcolor: #ee4f4b;
  --archive-item-bgsrc: url("../img/blog/youtube/sheet_blog.png");
  --pickup-bgcolor: #ee4f4b;
}
.blog_type.procedure {
  --bgcolor: #f8f4e6;
  --category-bgsrc: url("../img/blog/procedure/bg_cate_blog.png");
  --category-border-color: #edf3cf;
  --category-current-bgcolor: #608320;
  --category-more-bgcolor: #608320;
  --archive-item-bgsrc: url("../img/blog/procedure/sheet_blog.png");
  --pickup-bgcolor: #608320;
}
.blog_type.kidscare {
  --bgcolor: #fdf1db;
  --category-bgsrc: url("../img/blog/kidscare/bg_cate_blog.png");
  --category-border-color: #fae0ca;
  --category-current-bgcolor: #fda052;
  --category-more-bgcolor: #fda052;
  --archive-item-bgsrc: url("../img/blog/kidscare/sheet_blog.png");
  --pickup-bgcolor: #fda052;
}
.blog_type.help-space {
  --bgcolor: #9bd694;
  --category-bgsrc: url("../img/blog/help-space/bg_cate_blog.png");
  --category-border-color: #cdd3df;
  --category-current-bgcolor: #586e95;
  --category-more-bgcolor: #586e95;
  --archive-item-bgsrc: url("../img/blog/help-space/sheet_blog.png");
  --pickup-bgcolor: #586e95;
}
.blog_type.recommend-items {
  --bgcolor: #fdfaf1;
  --category-bgsrc: url("../img/blog/recommend-items/bg_cate_blog.png");
  --category-border-color: #fff2bb;
  --category-current-bgcolor: #ffe578;
  --category-more-bgcolor: #ffe578;
  --archive-item-bgsrc: url("../img/blog/recommend-items/sheet_blog.png");
  --pickup-bgcolor: #ffe578;
}
.blog_type.bereavement-support {
  --bgcolor: #fdfaf1;
  --category-bgsrc: url("../img/blog/bereavement-support/bg_cate_blog.png");
  --category-border-color: #b6e5eb;
  --category-current-bgcolor: #5dc2cf;
  --category-more-bgcolor: #5dc2cf;
  --archive-item-bgsrc: url("../img/blog/bereavement-support/sheet_blog.png");
  --pickup-bgcolor: #5dc2cf;
}
.blog_type.village-chief {
  --bgcolor: #fdfaf1;
  --category-bgsrc: url("../img/blog/village-chief/bg_cate_blog.png");
  --category-border-color: #fdeadf;
  --category-current-bgcolor: #f17476;
  --category-more-bgcolor: #f17476;
  --archive-item-bgsrc: url("../img/blog/village-chief/sheet_blog.png");
  --pickup-bgcolor: #f17476;
}
.blog_type.sports {
  --bgcolor: #fdfaf1;
  --category-bgsrc: url("../img/blog/sports/bg_cate_blog.png");
  --category-border-color: #f7c8aa;
  --category-current-bgcolor: #e08b53;
  --category-more-bgcolor: #e08b53;
  --archive-item-bgsrc: url("../img/blog/sports/sheet_blog.png");
  --pickup-bgcolor: #e08b53;
}
.blog_type.recipe {
  --bgcolor: #fdfaf1;
  --category-bgsrc: url("../img/blog/recipe/bg_cate_blog.png");
  --category-border-color: #cae189;
  --category-current-bgcolor: #91c14e;
  --category-more-bgcolor: #91c14e;
  --archive-item-bgsrc: url("../img/blog/recipe/sheet_blog.png");
  --pickup-bgcolor: #91c14e;
}
.blog_type {
  background-color: var(--bgcolor);
  background-image: url("../img/blog/wave_blog_source.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
}
.blog_type .com_category {
  background-image: var(--category-bgsrc);
}
.blog_type .com_category .category_list a {
  border-color: var(--category-border-color);
}
.blog_type .com_category .category_list a.current {
  background-color: var(--category-current-bgcolor);
}
.blog_type .com_category .category_more a::before {
  background-color: var(--category-more-bgcolor);
}
.blog_type .com_cate_mark li::before {
  clip-path: none;
}
.blog_type .com_cate_mark li .cate_item {
  background-image: var(--archive-item-bgsrc);
}
.blog_type .com_cate_mark li .cate_item::after {
  right: 24px;
  bottom: 24px;
}
.blog_type .com_cate_mark li .cate_item::before {
  clip-path: none;
}
.blog_type .com_cate_mark li .cate_item .item_pick {
  background-color: var(--pickup-bgcolor);
}
.blog_type .com_cate_mark li .cate_item .item_img {
  width: 100%;
  aspect-ratio: 1200/900;
  background-color: #ffffff;
}
.blog_type .com_cate_mark li .cate_item .item_img img {
  width: 100%;
  aspect-ratio: 1200/900;
  -o-object-fit: contain;
     object-fit: contain;
}
.blog_type .blog-content-article {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 1em 1em 3em;
}
.blog_type .blog-content-article .blog-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-block: 0 1em;
  font-size: 12px;
}
.blog_type .blog-content-article .blog-meta .categories {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.blog_type .blog-content-article .blog-meta .categories a {
  padding: 0.2em 30px;
  border-radius: 10em;
  border: 1px solid var(--category-border-color);
  color: var(--base-font-color);
  text-decoration: none;
}
.blog_type .blog-content-article .blog-meta .categories a:hover {
  background-color: var(--category-current-bgcolor);
  border-color: var(--category-current-bgcolor);
  color: #ffffff;
}
.blog_type .back-to-archive {
  margin-block: 3em;
}
.blog_type .back-to-archive .wp-block-button {
  text-align: center;
}
.blog_type .back-to-archive .back {
  display: inline-block;
}
.blog_type .blog-relative-posts {
  margin-block: 5em 0;
}
.blog_type .blog-relative-posts h3 {
  margin-block: 3em;
}
.com_pop.com_pop .pop_box :is(.pop_img, .pop_img_sp) {
  padding: 0;
  overflow: hidden;
}
.com_pop.com_pop .pop_box .pop_btn a {
  margin-block: 0 0.5em;
}

.sub_mypage.page-letter {
  background-image: var(--bg-url);
}
.sub_mypage.page-letter .inner .layout .head .img img {
  display: block;
  max-width: 35%;
  margin-inline: auto;
}
.sub_mypage.page-letter .inner .layout .head .note1 {
  margin-block: 2em 1em;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}
.sub_mypage.page-letter .inner .layout .head .note2 {
  margin-block: 1em 2em;
  font-size: 11px;
}
.sub_mypage.page-letter .inner .layout .head a {
  text-decoration: underline;
}
.sub_mypage.page-letter .inner .layout .content .message {
  margin-block: 2em;
  padding: 1.5em;
  background-image: var(--bg-message-url);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  box-shadow: 0 0 0.2em rgba(0, 0, 0, 0.2);
}
.sub_mypage.page-letter .inner .layout .content .message::before {
  content: "";
  position: absolute;
  top: 0.5em;
  bottom: 0.5em;
  right: 0.5em;
  left: 0.5em;
  z-index: 1;
  border: 1px solid var(--border-color-message);
}
.sub_mypage.page-letter .inner .layout .content .message textarea {
  display: block;
  width: 100%;
  min-height: 320px;
  padding: 1em;
  border-radius: 0.5em;
  background-color: #ffffff;
  color: #40371a;
  font-size: 16px;
  line-height: 1.8;
  position: relative;
  z-index: 2;
  resize: vertical;
}
.sub_mypage.page-letter .inner .layout .content .action {
  margin-block: 2em;
}
.sub_mypage.page-letter .inner .layout .content .action button {
  display: block;
  width: 100%;
  max-width: 220px;
  margin-inline: auto;
  padding: 1em 2em;
  border-radius: 10em;
  border: none;
  background-color: var(--submit-bg-color);
  color: var(--submit-text-color);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}
.sub_mypage.page-letter .inner .layout .content .action button:hover {
  filter: brightness(110%);
}
.sub_mypage.page-letter .inner .layout .content .action p {
  margin-block: 1.5em 1em;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}
.sub_mypage.page-letter .inner .layout .content .action p a {
  text-decoration: underline;
}
.sub_mypage.page-letter.page-letter-heaven {
  --bg-url: url("../img/letter-heaven/bg-md.jpg");
  --bg-rev-url: url("../img/letter-heaven/bg-rev-md.jpg");
  --bg-color: #f8f0e2;
  background-color: #b9deb7;
  --bg-message-url: url("../img/letter-heaven/bg-message.png");
  --border-color-message: #62a1ad;
  --head-margin: 2em 0;
  --submit-text-color: #816d2d;
  --submit-bg-color: #f8df5e;
}
.sub_mypage.page-letter.page-letter-well {
  --bg-url: url("../img/letter-well/bg-md.jpg");
  --bg-rev-url: url("../img/letter-well/bg-rev-md.jpg");
  --bg-color: #e4e8eb;
  background-color: #b1d0ae;
  --bg-message-url: url("../img/letter-well/bg-message.png");
  --border-color-message: #536d81;
  --head-margin: 4em 0;
  --submit-text-color: #ffffff;
  --submit-bg-color: #4aa3cd;
}
.sub_mypage.page-letter .video {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  overflow: hidden;
  display: grid;
  place-items: center;
  background-color: var(--bg-color);
}
.sub_mypage.page-letter .video video {
  max-width: 100vw;
  max-height: 100vh;
  background-color: var(--bg-color);
  outline: none;
  border: none;
  filter: drop-shadow(0px 0px var(--bg-color));
}

body.bbpress {
  background-color: #f7f1e7;
}
body.bbpress .content-wrapper {
  padding-inline: 1em;
  padding-block: 6em 4em;
  contain: paint;
}

.bbp-breadcrumb {
  display: none !important;
}

div.bbp-search-form {
  float: none !important;
  margin-block: 0 2em;
}
div.bbp-search-form #bbp-search-form #bbp_search {
  display: block !important;
  width: 100% !important;
  padding-inline: 1em 3em;
  padding-block: 1em;
  border-radius: 0.3em;
  background-image: url("../img/forum/icon-search.png");
  background-repeat: no-repeat;
  background-position: right 1em center;
  background-size: auto 40%;
  font-size: 13px;
  letter-spacing: 0.1em;
}
div.bbp-search-form #bbp-search-form #bbp_search::placeholder {
  color: #d4d4d4;
}

#bbp-container {
  order: 2;
  flex-grow: 1;
}

.sidebar-forum {
  order: 1;
  flex-basis: 250px;
  flex-shrink: 0;
  margin-block: 0 5em;
  font-size: 12px;
}
.sidebar-forum .sidebar-login {
  margin-block: 0 2em;
  padding: 1em;
  border-radius: 1em;
  background-color: #ffffff;
  background-image: url("../img/forum/bg-wave.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: auto 45%;
}
.sidebar-forum .sidebar-login h3 {
  margin-block: 0.5em;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.sidebar-forum .sidebar-login p {
  margin-block: 1em;
  text-align: center;
}
.sidebar-forum .sidebar-login .links {
  margin-block: 0.5em;
}
.sidebar-forum .sidebar-login .links .button {
  display: block;
  width: 60%;
  margin-block: 1em;
  margin-inline: auto;
  padding-inline: 1em;
}
.sidebar-forum .sidebar-category {
  margin-block: 0 2em;
}
.sidebar-forum .sidebar-category h3 {
  margin-block: 0 0.5em;
  font-size: 18px;
  font-weight: 700;
}
.sidebar-forum .sidebar-category ul {
  padding: 0;
}
.sidebar-forum .sidebar-category ul li {
  border-bottom: 2px dotted #40371a;
}
.sidebar-forum .sidebar-category ul a {
  display: flex;
  align-items: center;
  gap: 1.5em;
  padding-block: 1em;
  padding-inline: 1em 1.5em;
  background-image: url("../img/common/arrow_list.png");
  background-repeat: no-repeat;
  background-position: right 0.6em center;
  background-size: 0.7em;
  color: #40371a;
  font-size: 13px;
  font-weight: 700;
}
.sidebar-forum .sidebar-category ul a:is(:hover, .active) {
  background-color: #ffffff;
}
.sidebar-forum .sidebar-category ul a img {
  width: 4em;
}
.sidebar-forum .sidebar-tag {
  margin-block: 0 2em;
}
.sidebar-forum .sidebar-tag h3 {
  margin-block: 0 0.5em;
  font-size: 18px;
  font-weight: 700;
}
.sidebar-forum .sidebar-tag ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
.sidebar-forum .sidebar-tag ul:not(:is(.opened)) li:nth-child(n+13) {
  display: none;
}
.sidebar-forum .sidebar-tag ul li a {
  display: inline-block;
  width: 100%;
  padding: 0.5em 2em;
  border-radius: 10em;
  border: 1px solid #e9e9e9;
  background-color: #ffffff;
  color: #40371a;
  font-size: 13px;
  text-align: center;
}
.sidebar-forum .sidebar-tag ul li a:is(:hover, .active) {
  border-color: #f19013;
  background-color: #f19013;
  color: #ffffff;
}
.sidebar-forum .sidebar-tag .more {
  margin-block: 1em;
  text-align: right;
}
.sidebar-forum .sidebar-tag .more a {
  display: inline-block;
  padding-block: 0.5em;
  padding-inline: 1em 3em;
  background-image: url("../img/forum/icon-more-tag.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  font-size: 11px;
}
.sidebar-forum .sidebar-tag .more a:hover {
  filter: brightness(110%);
}

.forum-front-banner {
  position: relative;
  margin-block: 0 2em;
  padding: 3.5em 2em 3em;
  border-radius: 1em;
  border: 2px solid #ebebe2;
  background-image: url("../img/forum/bg-banner.png");
}
.forum-front-banner.thin {
  margin-block: 1em;
  padding: 0.5em 2em 0.8em;
}
.forum-front-banner.front::before {
  content: "";
  display: block;
  width: 6em;
  aspect-ratio: 1/1;
  background-image: url("../img/forum/front-banner1.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
  position: absolute;
  top: -2em;
  left: 0.5em;
}
.forum-front-banner.front::after {
  content: "";
  display: block;
  width: 6em;
  aspect-ratio: 1/1;
  background-image: url("../img/forum/front-banner2.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
  position: absolute;
  bottom: -1.5em;
  right: 0;
}
.forum-front-banner h2 {
  margin-block: 0 1em;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.forum-front-banner p {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}
.forum-front-banner .link {
  margin-block: 1em 0;
  text-align: center;
}

.forum-content-category-list {
  margin-block: 0 2em;
}
.forum-content-category-list h3 {
  margin-block: 0 0.5em;
  font-size: 18px;
  font-weight: 700;
}
.forum-content-category-list ul {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
.forum-content-category-list ul li {
  flex-basis: calc((100% - 0.5em) / 2);
  flex-shrink: 0;
}
.forum-content-category-list ul li a {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  min-width: 160px;
  width: 100%;
  height: 100%;
  padding-inline: 1em 1.4em;
  padding-block: 0.7em;
  border-radius: 0.5em;
  background-color: #ffffff;
  background-image: url("../img/common/arrow_list.png");
  background-repeat: no-repeat;
  background-position: right 0.6em center;
  background-size: 0.7em;
  color: #40371a;
  font-size: 13px;
}
.forum-content-category-list ul li a:is(:hover, .current) {
  background-color: #faf3db;
}
.forum-content-category-list ul li a img {
  flex-shrink: 0;
  width: 3em;
}

.forum-content-tag-list {
  margin-block: 0 2em;
}
.forum-content-tag-list h3 {
  margin-block: 0 0.5em;
  font-size: 18px;
  font-weight: 700;
}
.forum-content-tag-list ul {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
.forum-content-tag-list ul:not(:is(.opened)) li:nth-child(n+13) {
  display: none;
}
.forum-content-tag-list ul li a {
  display: inline-block;
  min-width: 80px;
  width: 100%;
  padding: 0.5em 1em;
  border-radius: 10em;
  border: 1px solid #e9e9e9;
  background-color: #ffffff;
  color: #40371a;
  font-size: 13px;
  text-align: center;
}
.forum-content-tag-list ul li a:is(:hover, .active) {
  border-color: #f19013;
  background-color: #f19013;
  color: #ffffff;
}
.forum-content-tag-list .more {
  margin-block: 1em;
  text-align: right;
}
.forum-content-tag-list .more a {
  display: inline-block;
  padding-block: 0.5em;
  padding-inline: 1em 3em;
  background-image: url("../img/forum/icon-more-tag.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  font-size: 11px;
}
.forum-content-tag-list .more a:hover {
  filter: brightness(110%);
}

.forum-content-order-option {
  display: flex;
  gap: 1em;
  margin-block: 0 1em;
}
.forum-content-order-option a {
  padding-block: 1em;
  padding-inline: 2em;
  border-radius: 0.5em;
  background-color: #d4d4d4;
  color: #adadad;
  font-size: 13px;
}
.forum-content-order-option a:is(:hover, .active) {
  background-color: #f19013;
  color: #ffffff;
}

#bbpress-forums.bbpress-wrapper .forum-topic-notice {
  margin-block: 2em;
}
#bbpress-forums.bbpress-wrapper .forum-topic-notice h3 {
  margin-block: 0 1em;
  font-size: 1.5em;
  text-align: center;
}
#bbpress-forums.bbpress-wrapper .forum-topic-notice ul {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
#bbpress-forums.bbpress-wrapper .forum-topic-notice ul li {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 13px;
  line-height: 1.8;
}
#bbpress-forums.bbpress-wrapper .forum-topic-notice ul li:not(:first-child) {
  margin-block: 1em 0;
}
#bbpress-forums.bbpress-wrapper .forum-topic-notice ul .favorite {
  filter: brightness(0) saturate(100%) invert(79%) sepia(50%) saturate(5763%) hue-rotate(295deg) brightness(100%) contrast(104%);
}
#bbpress-forums.bbpress-wrapper .forum-topic-notice ul .search {
  filter: brightness(0) saturate(100%) invert(53%) sepia(0%) saturate(301%) hue-rotate(171deg) brightness(96%) contrast(79%);
}
#bbpress-forums.bbpress-wrapper .forum-topic-notice .apply {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 16px;
  margin-block: 1em 0;
  color: #f19013;
  font-size: 16px;
  text-align: center;
  line-height: 1.6;
}
#bbpress-forums.bbpress-wrapper .forum-topic-notice .apply::before {
  content: "";
  display: block;
  width: 2px;
  height: 3em;
  background-color: #f19013;
  transform-origin: bottom;
  transform: rotate(-60deg);
}
#bbpress-forums.bbpress-wrapper .forum-topic-notice .apply::after {
  content: "";
  display: block;
  width: 2px;
  height: 3em;
  background-color: #f19013;
  transform-origin: bottom;
  transform: rotate(60deg);
}
#bbpress-forums.bbpress-wrapper .forum-topic-notice .apply img {
  margin-block: 0 0.2em;
  vertical-align: text-bottom;
  filter: brightness(0) saturate(100%) invert(32%) sepia(93%) saturate(2546%) hue-rotate(218deg) brightness(96%) contrast(84%);
}

#bbpress-forums.bbpress-wrapper .forum-submit-notice {
  max-width: 500px;
  margin-block: 2em;
  padding: 2.5em 1.5em 2em;
  border-radius: 1em;
  border: 2px solid #ebebe2;
  background-image: url(../img/forum/bg-banner.png);
}
#bbpress-forums.bbpress-wrapper .forum-submit-notice fieldset {
  border-radius: 1em;
  border: 2px solid #d0d0d0;
}
#bbpress-forums.bbpress-wrapper .forum-submit-notice fieldset legend {
  font-size: 14px;
}
#bbpress-forums.bbpress-wrapper .forum-submit-notice fieldset p {
  margin-block: 0.4em;
  font-family: serif;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  filter: contrast(30%);
}
#bbpress-forums.bbpress-wrapper .forum-submit-notice ol {
  counter-reset: item;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-block: 2em;
}
#bbpress-forums.bbpress-wrapper .forum-submit-notice ol li {
  position: relative;
  margin-block: 0.5em;
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
}
#bbpress-forums.bbpress-wrapper .forum-submit-notice ol li::before {
  counter-increment: item;
  content: counter(item) ".";
  margin-inline: 0 0.5em;
  font-size: inherit;
  font-weight: 700;
}
#bbpress-forums.bbpress-wrapper .forum-submit-notice .link {
  margin-block: 3em;
  text-align: center;
}
#bbpress-forums.bbpress-wrapper .forum-submit-notice .link a {
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.3em;
}
#bbpress-forums.bbpress-wrapper .forum-submit-notice .link a img {
  display: block;
  position: absolute;
  top: calc(50% - 1em);
  left: -2.5em;
  width: 2em;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) saturate(100%) invert(64%) sepia(81%) saturate(455%) hue-rotate(138deg) brightness(98%) contrast(86%);
}
#bbpress-forums.bbpress-wrapper .forum-submit-notice .apply {
  text-align: center;
}
#bbpress-forums.bbpress-wrapper .forum-submit-notice .apply label {
  display: inline-block;
  position: relative;
  font-size: 14px;
}
#bbpress-forums.bbpress-wrapper .forum-submit-notice .apply label input {
  display: none;
}
#bbpress-forums.bbpress-wrapper .forum-submit-notice .apply label input:checked + img {
  filter: brightness(0) saturate(100%) invert(50%) sepia(100%) saturate(438%) hue-rotate(91deg) brightness(99%) contrast(88%);
}
#bbpress-forums.bbpress-wrapper .forum-submit-notice .apply label img {
  display: block;
  position: absolute;
  top: calc(50% - 1em);
  left: -2.5em;
  width: 2em;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) saturate(100%) invert(96%) sepia(0%) saturate(0%) hue-rotate(182deg) brightness(87%) contrast(85%);
}

#bbpress-forums.bbpress-wrapper .forum-submit-notice-after {
  margin-block: 2em;
}
#bbpress-forums.bbpress-wrapper .forum-submit-notice-after ul {
  padding-inline: 2em 1em;
}
#bbpress-forums.bbpress-wrapper .forum-submit-notice-after ul li {
  position: relative;
  margin-block: 0 0.5em;
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
}
#bbpress-forums.bbpress-wrapper .forum-submit-notice-after ul li::before {
  content: "！";
  color: red;
  font-size: inherit;
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  top: 0;
}
#bbpress-forums.bbpress-wrapper .forum-submit-notice-after ul li a {
  text-decoration: underline;
}

body.single-topic #bbpress-forums .topic.type-topic {
  margin-block: 0 64px;
}
body.single-topic #bbpress-forums .topic.type-topic .bbp-reply-content {
  font-size: 18px;
}
body.single-topic #bbpress-forums .reply.type-reply {
  margin-block: 0 16px;
}

body #bbpress-forums {
  font-size: 13px;
}
body #bbpress-forums .bbp-topic-reply-link {
  display: none !important;
}
body #bbpress-forums .wp-pagenavi {
  margin-block: 3em;
}
body #bbpress-forums .bbp-pagination-links .page-numbers {
  padding: 0.5em 0.8em;
  font-size: 16px;
  background-color: #ffffff;
}
body #bbpress-forums .bbp-pagination-links .page-numbers:is(:hover, .current) {
  background-color: #f19013;
  color: #ffffff;
}
body #bbpress-forums ul.bbp-topics {
  font-size: 13px;
}
body #bbpress-forums li.bbp-header {
  padding: 1em 1em;
  background-color: #a68f60;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
}
body #bbpress-forums li.bbp-footer {
  background-color: #a68f60;
  color: #ffffff;
}
body #bbpress-forums li.bbp-body :is(ul.forum, ul.topic) {
  padding: 1.5em 1em;
}
body #bbpress-forums ul.bbp-threaded-replies {
  margin-block: 1em;
}
body #bbpress-forums .bbp-reply-title .bbp-topic-permalink:hover {
  text-decoration: underline;
}
body #bbpress-forums .bbp-topic-title a:hover {
  text-decoration: underline;
}
body #bbpress-forums .bbp-reply-to-link {
  text-align: right;
  color: #707070;
  font-size: 0.9em;
}
body #bbpress-forums .bbp-reply-to-link a {
  color: inherit;
  font-weight: 700;
}
body #bbpress-forums .bbp-meta {
  padding: 0.5em;
  font-size: 16px;
}
body #bbpress-forums li.bbp-topic-title .bbp-topic-permalink {
  color: #40371a;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}
body #bbpress-forums li.bbp-topic-title .bbp-topic-permalink:hover {
  text-decoration: underline;
}
body #bbpress-forums li.bbp-topic-title .bbp-topic-meta {
  margin-block: 1em 0;
  font-size: 11px;
}
body #bbpress-forums li.bbp-topic-title .bbp-topic-meta .bbp-author-link {
  font-size: 11px;
}
body #bbpress-forums li.bbp-topic-title .bbp-topic-started-in:hover {
  text-decoration: underline;
}
body #bbpress-forums li.bbp-topic-title .bbp-topic-pagination {
  display: none;
}
body #bbpress-forums #bbp-cancel-reply-to-link {
  margin-inline: 2em;
  padding: 1em 1.5em;
  border-radius: 10em;
  border: 1px solid #ebebe2;
  background-color: #ffffff;
  font-size: 16px;
}
body #bbpress-forums #bbp-cancel-reply-to-link:hover {
  opacity: 0.5;
}
body #bbpress-forums .bbp-topic-freshness > a {
  color: #f19013;
  font-size: 11px;
}
body #bbpress-forums .bbp-topic-freshness > a:hover {
  text-decoration: underline;
}
body #bbpress-forums span.is-favorite a.favorite-toggle {
  background-image: url("../img/forum/icon-favorite-active.png");
}
body #bbpress-forums a.favorite-toggle {
  display: inline-block;
  padding-block: 0.3em;
  padding-inline: 2.5em 0;
  border-radius: 10em;
  background-image: url("../img/forum/icon-favorite.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
body #bbpress-forums a.favorite-toggle:hover {
  background-image: url("../img/forum/icon-favorite-active.png");
  text-decoration: underline;
}
body #bbpress-forums fieldset.bbp-form {
  border: none;
  padding: 0;
}
body #bbpress-forums fieldset.bbp-form legend {
  margin-block: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
body #bbpress-forums fieldset.bbp-form select#bbp_forum_id {
  max-width: none;
}
body #bbpress-forums fieldset.bbp-form label {
  margin-block: 0 0.5em;
}
body #bbpress-forums fieldset.bbp-form .wp-editor-container {
  border: none;
}
body #bbpress-forums fieldset.bbp-form div.bbp-the-content-wrapper div.quicktags-toolbar {
  margin-block: 0 0.2em;
  border-radius: 0.5em;
}
body #bbpress-forums fieldset.bbp-form :is(input[type=text], select, .bbp-the-content, .bbp_dropdown) {
  display: inline-block;
  height: auto;
  padding: 0.8em 1em;
  border: 1px solid #e9e9e9;
  border-radius: 0.5em;
  font-size: 13px;
}
body #bbpress-forums fieldset.bbp-form .form-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  margin-block: 0.5em 1em;
}
body #bbpress-forums fieldset.bbp-form .form-tags label {
  margin-block: 0;
}
body #bbpress-forums fieldset.bbp-form .form-tags label input {
  display: none;
}
body #bbpress-forums fieldset.bbp-form .form-tags label input:checked + span {
  background-color: #f19013;
  color: #fff;
}
body #bbpress-forums fieldset.bbp-form .form-tags label span {
  display: block;
  padding: 0.3em 1em;
  border-radius: 10em;
  border: 1px solid #e9e9e9;
  background-color: #fff;
}
body #bbpress-forums .bbp-topic-revision-log {
  display: none !important;
}
body #bbpress-forums :is(.widget_display_replies,
.widget_display_topics,
div.bbp-template-notice,
p.bbp-topic-meta,
ul.bbp-reply-revision-log,
ul.bbp-topic-revision-log) img.avatar {
  border: none;
  min-width: 20px;
  margin-inline: 0.3em;
}
body #bbpress-forums :is(ul.bbp-forums, ul.bbp-lead-topic, ul.bbp-replies, ul.bbp-search-results, ul.bbp-topics) {
  margin-block: 1em;
}
body #bbpress-forums a.favorite-toggle {
  margin-block: 0 1em;
}
body #bbpress-forums :is(div.bbp-forum-content, div.bbp-reply-content, div.bbp-topic-content) {
  margin-left: 160px;
  font-size: 16px;
  line-height: 1.8;
}
body #bbpress-forums :is(div.bbp-forum-author, div.bbp-reply-author, div.bbp-topic-author) {
  margin-left: 20px;
}

:is(.bbp-forum-content, .bbp-topics, .bbp-topics-front) :is(ul.sticky, ul.super-sticky) {
  background-color: #faf3db !important;
}

body.single-topic .entry-title {
  font-size: 18px;
}

.bbp-author-link {
  pointer-events: none !important;
}

.forum-topic-banner {
  margin-block: 0 0.5em;
}
.forum-topic-banner a:hover {
  opacity: 0.5;
}

div.bbp-submit-wrapper {
  float: none;
  text-align: center;
  margin-block: 2em;
}
div.bbp-submit-wrapper button {
  min-width: 200px;
}

@media screen and (width <= 768px){
  .md {
    display: none;
  }
  .front-fv .wrapper {
    overflow-y: hidden;
    height: 100vw;
  }
  section.front-page .section-news-wrapper .img1 {
    display: none;
  }
  section.front-page .section-village-chief .slide .buttons .total {
    display: none;
  }
  .home-float-menu .menu:hover .text {
    max-width: 0em !important;
  }
  .intro-movie .seen1 {
    padding-bottom: 20vw;
  }
  body.home .news-bbs-blog {
    margin-block: -8vw 0;
  }
  .blog_type.blog.single .teaser .teaser_box {
    margin: -60px 0 0;
  }
  .com_pop.com_pop .pop_box :is(.pop_img, .pop_img_sp) {
    padding: 0;
  }
  .sub_mypage.page-letter.page-letter-heaven {
    --bg-url: url("../img/letter-heaven/bg-sm.jpg");
  }
  .sub_mypage.page-letter.page-letter-well {
    --bg-url: url("../img/letter-well/bg-sm.jpg");
    --head-margin: 7em 0;
  }
  body #bbpress-forums .bbp-pagination-count {
    margin-block: 0 1em;
  }
  body #bbpress-forums .bbp-body :is(div.bbp-reply-author, div.bbp-topic-author) {
    margin-top: 0;
    padding-left: 0;
    padding-bottom: 0.5em;
    min-height: 0;
    width: auto;
  }
  body #bbpress-forums .bbp-body :is(div.bbp-reply-author, div.bbp-topic-author) a {
    display: flex;
    align-items: center;
    gap: 1em;
  }
  body #bbpress-forums .bbp-body :is(div.bbp-reply-author, div.bbp-topic-author) img.avatar {
    position: static;
    width: 46px;
  }
  body #bbpress-forums .bbp-meta .bbp-reply-post-date {
    margin-inline: 0 2em;
    font-size: 13px;
  }
}

@media screen and (width > 768px){
  .global-menu {
    border-radius: 20px 0 0 20px;
  }
  .global-menu .foot .links ul li a {
    font-size: 14px;
  }
  .wp-block-post-content {
    font-size: 18px;
  }
  .wp-block-post-content h1 {
    font-size: 38px;
  }
  .wp-block-post-content h2 {
    font-size: 26px;
  }
  .wp-block-post-content h3 {
    font-size: 28px;
  }
  .wp-block-post-content h4 {
    font-size: 22px;
  }
  .wp-block-table {
    border-radius: 10px;
    font-size: 18px;
  }
  .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table {
    border-radius: 10px;
    font-size: 18px;
  }
  .wp-block-button .wp-block-button__link {
    font-size: 16px;
  }
  .wp-block-group.is-style-border-box {
    padding: 1.5em 2em;
  }
  .sm {
    display: none;
  }
  .error {
    padding: 1em 3em;
    font-size: 14px;
  }
  .success {
    padding: 1em 3em;
    font-size: 14px;
  }
  .button {
    font-size: 18px;
  }
  section.front-page .section-news {
    gap: 1.4em;
    max-width: 600px;
    margin-inline: max(1em, 50% - 600px);
    margin-block: -7vw 0;
  }
  section.front-page .section-news .bird {
    bottom: 80%;
    left: -1.7142857143vw;
    width: 8.5714285714vw;
  }
  section.front-page .section-news .banner {
    flex-basis: 37%;
    padding: 0.8em;
  }
  section.front-page .section-news .banner h3 {
    font-size: 14px;
  }
  section.front-page .section-news .banner .links a {
    padding-block: 0.6em;
    font-size: 13px;
  }
  section.front-page .section-news .content h3 {
    margin-block: 0 0.3em;
    font-size: 26px;
  }
  section.front-page .section-news .content .post .time {
    font-size: 12px;
  }
  section.front-page .section-news .content .post a {
    font-size: 15px;
  }
  section.front-page .section-news .content .more {
    position: absolute;
    top: 0;
    right: 0;
  }
  section.front-page .section-news .content .more .button {
    padding-inline: 2em 3em;
    font-size: 12px;
  }
  section.front-page .section-bbs-wrapper {
    padding-block: 4em 0;
  }
  section.front-page .section-bbs-wrapper > .img1 {
    position: absolute;
    left: 12%;
    top: 13%;
    margin-block: 0;
    margin-inline: 0;
  }
  section.front-page .section-bbs-wrapper > .img1 img {
    width: 5.9285714286vw;
  }
  section.front-page .section-bbs-wrapper > .img2 {
    margin-inline: max(1em, 50% - 650px);
  }
  section.front-page .section-bbs-wrapper > .img2 img {
    width: 34.2857142857vw;
  }
  section.front-page .section-bbs-wrapper .wood {
    bottom: 52%;
    right: 0;
  }
  section.front-page .section-bbs-wrapper .wood img {
    width: 19vw;
  }
  section.front-page .section-bbs {
    width: 68.0714285714vw;
    aspect-ratio: 953/702;
    margin-inline: auto 8vw;
    padding: 13vw 4vw 8vw;
    background-image: url("../img/home/bbs/bg-md.png");
  }
  section.front-page .section-bbs ul li {
    flex-basis: calc((100% - 1em) / 3);
    height: calc((100% - 0.5em) / 2);
  }
  section.front-page .section-bbs ul li a {
    font-size: 16px;
  }
  section.front-page .section-bbs .more .button {
    padding-block: 1em;
    padding-inline: 3em 4em;
    background-position: right 1.5em center;
    background-size: auto 20%;
  }
  section.front-page .section-blog-wrapper {
    margin-block: -14vw 0;
  }
  section.front-page .section-blog h2 {
    margin-inline: 10vw 0;
  }
  section.front-page .section-blog h2 img {
    width: 39.2857142857vw;
  }
  section.front-page .section-blog .slide {
    margin-block: -4vw 0;
    padding-block: 3vw 18vw;
  }
  section.front-page .section-blog .slide .slide-wrapper .slide-item a {
    padding: 1em 1.5em 2em;
  }
  section.front-page .section-blog .slide .slide-wrapper .slide-item a .pickup {
    top: -1vw;
    right: -2vw;
  }
  section.front-page .section-blog .slide .slide-wrapper .slide-item a .pickup img {
    width: 6.9285714286vw;
  }
  section.front-page .section-blog .slide .slide-wrapper .slide-item a .title {
    font-size: 20px;
  }
  section.front-page .section-blog .slide .slide-wrapper .slide-item a .time {
    font-size: 14px;
  }
  section.front-page .section-blog .slide .buttons .button {
    top: 35%;
  }
  section.front-page .section-blog .slide .buttons .prev {
    left: 35%;
  }
  section.front-page .section-blog .slide .buttons .next {
    right: 35%;
  }
  section.front-page .section-blog .more {
    margin-block: -8vw 0;
  }
  section.front-page .section-blog .more .button {
    padding-block: 1em;
    padding-inline: 4em 4em;
    background-size: auto 20%;
  }
  section.front-page .section-care-wrapper {
    margin-block: -3vw 0;
    padding-block: 11em 10em;
    background-image: url("../img/home/care/bg-md.png");
  }
  section.front-page .section-care .links {
    display: flex;
    align-items: flex-start;
    margin-inline: max(1em, 50% - 600px);
  }
  section.front-page .section-care .link1 a img {
    width: 24.2857142857vw;
  }
  section.front-page .section-care .link1 .img1 {
    width: 10.5714285714vw;
    left: 67%;
    bottom: -3%;
  }
  section.front-page .section-care .link2 {
    order: 3;
  }
  section.front-page .section-care .link2 a img {
    width: 39.1428571429vw;
  }
  section.front-page .section-care .link2 .img2 {
    width: 19.4285714286vw;
    left: 45%;
    bottom: -17%;
  }
  section.front-page .section-care .link3 {
    margin-block: 14% 0;
    margin-inline: 3% 0;
  }
  section.front-page .section-care .link3 a img {
    width: 32.1428571429vw;
  }
  section.front-page .section-care .link3 .img3 {
    width: 15.6428571429vw;
    bottom: -14%;
    right: -40%;
  }
  section.front-page .section-care .link3 .img4 {
    width: 11.2857142857vw;
    bottom: -25%;
    left: -20%;
  }
  section.front-page .section-care .img5 {
    width: 1.9285714286vw;
    top: 4vw;
    right: 9vw;
  }
  section.front-page .section-recommend-wrapper {
    margin-block: -17em 0;
    aspect-ratio: 1400/1610;
    background-image: url("../img/home/recommend/bg-md.png");
  }
  section.front-page .section-recommend {
    padding-block: 68% 0%;
    margin-inline: 10vw;
  }
  section.front-page .section-recommend .slide {
    margin-block: 0 1em;
    padding-block: 0 2em;
  }
  section.front-page .section-recommend .slide .slide-wrapper .slide-item {
    padding-inline: 1%;
  }
  section.front-page .section-recommend .slide .slide-wrapper .slide-item a .title {
    font-size: max(1.2857142857vw, 14px);
  }
  section.front-page .section-recommend .slide .slide-wrapper .slide-item a .desc {
    font-size: max(1vw, 12px);
  }
  section.front-page .section-recommend .slide .slide-wrapper .slide-item a .jump span {
    width: 3em;
    height: 1.5em;
  }
  section.front-page .section-recommend .slide .swiper-pagination {
    display: none;
  }
  section.front-page .section-recommend .slide .buttons {
    display: none;
  }
  section.front-page .section-recommend .more {
    position: absolute;
    bottom: 36%;
    right: max(1em, 50% - 600px);
    margin-block: 0;
  }
  section.front-page .section-recommend .more .button {
    padding-block: 1em;
    padding-inline: 3em 4em;
    font-size: 22px;
  }
  section.front-page .section-recommend .img1 {
    width: 24vw;
    top: 0vw;
    left: 2vw;
  }
  section.front-page .section-recommend .banner {
    top: 19vw;
    left: 5vw;
    right: 5vw;
  }
  section.front-page .section-recommend .banner a img {
    aspect-ratio: 1000/170;
  }
  section.front-page .section-content-wrapper {
    background-image: url("../img/home/content/bg-md.png");
  }
  section.front-page .section-content h2 strong {
    font-size: 52px;
  }
  section.front-page .section-content h2 span {
    font-size: 22px;
  }
  section.front-page .section-content .links {
    gap: 0%;
    margin-block: 7% 0;
  }
  section.front-page .section-content .links a {
    flex-basis: 24%;
  }
  section.front-page .section-content .links .link1 img {
    width: 24.7142857143vw;
  }
  section.front-page .section-content .links .link2 {
    margin-block: -3% 0;
  }
  section.front-page .section-content .links .link2 img {
    width: 21.0714285714vw;
  }
  section.front-page .section-content .links .link3 {
    margin-block: 9% 0;
  }
  section.front-page .section-content .links .link3 img {
    width: 22vw;
  }
  section.front-page .section-content .links .link4 {
    margin-inline: -3% 0;
    margin-block: -4% 0;
  }
  section.front-page .section-content .links .link4 img {
    width: 23.5vw;
  }
  section.front-page .section-content .img1 {
    width: 13.9285714286vw;
    top: 8vw;
  }
  section.front-page .section-content2-wrapper {
    padding-block: 2vw 10vw;
    background-image: url("../img/home/content2/bg-md.png");
    background-position: top 3vw center;
  }
  section.front-page .section-content2-wrapper .bg-p1 {
    width: 19.5714285714vw;
    left: 51vw;
    top: 25vw;
  }
  section.front-page .section-content2-wrapper .bg-p2 {
    width: 11.7142857143vw;
    right: 1vw;
    top: 30vw;
  }
  section.front-page .section-content2 h2 {
    margin-inline: 5vw 0;
  }
  section.front-page .section-content2 h2 strong {
    font-size: 52px;
  }
  section.front-page .section-content2 h2 span {
    font-size: 22px;
  }
  section.front-page .section-content2 h2 .img1 {
    width: 39.8571428571vw;
  }
  section.front-page .section-content2 h2 .img2 {
    width: 8.1428571429vw;
  }
  section.front-page .section-content2 .links {
    margin-block: 0vw 0;
  }
  section.front-page .section-content2 .links a::after {
    width: 10.4285714286vw;
  }
  section.front-page .section-content2 .links .link1 {
    margin-block: -12vw 0;
    margin-inline: auto 9vw;
  }
  section.front-page .section-content2 .links .link1 img {
    width: 39.2857142857vw;
  }
  section.front-page .section-content2 .links .link2 {
    margin-block: -10vw 0;
    margin-inline: 7vw 0;
  }
  section.front-page .section-content2 .links .link2 img {
    width: 33.0714285714vw;
  }
  section.front-page .section-content2 .links .link3 {
    margin-block: -18vw 0;
    margin-inline: auto 27vw;
  }
  section.front-page .section-content2 .links .link3 img {
    width: 31.7857142857vw;
  }
  section.front-page .section-content2 .sns {
    padding-block: 9vw 12vw;
  }
  section.front-page .section-content2 .sns .sns-line {
    margin-inline: 19vw 0;
    margin-block: 5vw 0;
  }
  section.front-page .section-content2 .sns .sns-line .link {
    top: -12vw;
    left: -2vw;
  }
  section.front-page .section-content2 .sns .sns-line .link img {
    width: 17vw;
  }
  section.front-page .section-content2 .sns .sns-line .img {
    width: 20.2857142857vw;
  }
  section.front-page .section-content2 .sns .sns-x {
    margin-inline: auto 29vw;
    margin-block: -16vw 0;
  }
  section.front-page .section-content2 .sns .sns-x .link {
    top: -10vw;
    left: -13vw;
  }
  section.front-page .section-content2 .sns .sns-x .link img {
    width: 16.1428571429vw;
  }
  section.front-page .section-content2 .sns .sns-x .img {
    width: 9.9285714286vw;
  }
  section.front-page .section-content2 .rss-content .rss-wrapper {
    aspect-ratio: 1400/635;
    padding-block: 5.5vw 1vw;
    background-image: url("../img/home/content2/bg-rss-md.png");
  }
  section.front-page .section-content2 .rss-content .rss-wrapper .board {
    width: 85.7142857143vw;
    padding-inline: 1vw;
    padding-block: 2vw 2vw;
  }
  section.front-page .section-content2 .rss-content .rss-wrapper .board .head {
    gap: 2vw;
  }
  section.front-page .section-content2 .rss-content .rss-wrapper .board .head span {
    font-size: 28px;
  }
  section.front-page .section-content2 .rss-content .rss-wrapper .board .head img {
    width: 14.6428571429vw;
    margin-inline: 6vw 0;
    margin-block: -6vw 0;
  }
  section.front-page .section-content2 .rss-content .rss-wrapper .board .items {
    margin-block: 3vw;
    margin-inline: 7.5vw;
    display: flex;
    flex-wrap: wrap;
    gap: 3vw;
  }
  section.front-page .section-content2 .rss-content .rss-wrapper .board .items a {
    flex-basis: calc((100% - 3vw) / 2);
    flex-shrink: 0;
    margin-block: 0;
  }
  section.front-page .section-content2 .rss-content .rss-wrapper .board .items a .content .time {
    font-size: 14px;
  }
  section.front-page .section-content2 .rss-content .rss-wrapper .board .items a .content .title {
    font-size: max(1.1428571429vw, 13px);
  }
  section.front-page .section-content2 .rss-content .rss-wrapper .img1 {
    width: 16.8571428571vw;
    top: -5vw;
    left: 13vw;
  }
  section.front-page .section-content2 .rss-content .rss-wrapper .img2 {
    width: 26.1428571429vw;
    bottom: -11vw;
    left: 3vw;
  }
  section.front-page .section-content2 .rss-content .rss-wrapper .img3 {
    width: 28.2142857143vw;
    bottom: -6vw;
    right: 5vw;
  }
  section.front-page .section-content2 .rss-content .rss-wrapper .img4 {
    width: 13.4285714286vw;
    top: -22vw;
    right: 11vw;
  }
  section.front-page .section-content2 .rss-content .rss-wrapper .img5 {
    top: -22vw;
    right: 23vw;
  }
  section.front-page .section-content2 .rss-content .rss-wrapper .img5 img {
    width: 3.9285714286vw;
  }
  section.front-page .section-content2 .rss-content .rss-wrapper .wood-left {
    width: 14.4285714286vw;
    top: -9vw;
  }
  section.front-page .section-content2 .rss-content .rss-wrapper .wood-right {
    width: 20.0714285714vw;
    top: -35vw;
  }
  section.front-page .section-village-chief {
    background-image: url("../img/home/village-chief/bg-md.png");
    background-position: top center;
  }
  section.front-page .section-village-chief h2 {
    margin-inline: max(1em, 50% - 600px);
  }
  section.front-page .section-village-chief h2 img {
    width: 29.2857142857vw;
    margin-inline: 0;
  }
  section.front-page .section-village-chief .slide {
    padding-block: 3em;
  }
  section.front-page .section-village-chief .slide .slide-wrapper .slide-item {
    transform: scale(1.2);
  }
  section.front-page .section-village-chief .slide .slide-wrapper .slide-item.swiper-slide-active {
    transform: scale(1.4);
  }
  section.front-page .section-village-chief .slide .slide-wrapper .slide-item a {
    font-size: max(1.13vw, 13px);
  }
  section.front-page .section-village-chief .slide .buttons {
    margin-inline: max(1em, 50% - 500px);
    margin-block: 3em 1em;
  }
  section.front-page .section-village-chief .floor .img1 {
    width: 39vw;
  }
  section.front-page .section-village-chief .floor .img2 {
    width: 5.7142857143vw;
    top: 10%;
    right: 17%;
  }
  section.front-page .section-village-chief .floor .img3 {
    width: 9.5714285714vw;
    top: 60%;
    left: 15%;
  }
  section.front-page .section-village-chief .floor .more {
    position: absolute;
    top: 60%;
    right: 15%;
  }
  .home-float-menu {
    top: 13vw;
    right: 10px;
  }
  .home-float-menu .menu img {
    width: 4em;
  }
  .home-float-banner .banner1 img {
    width: 162px;
  }
  .home-float-banner .banner2 {
    width: 172px;
  }
  .intro-movie {
    --ratio-x: calc(100% / 1400);
    --ratio-y: calc(100% / 750);
    --sp100: 100vw;
    --sn100: -100vw;
    --sp150: 150vw;
    --sn100: -150vw;
  }
  .intro-movie .wrapper {
    aspect-ratio: 1400/750;
  }
  .intro-movie .seen1 .lantern {
    --size: 124;
  }
  .intro-movie .seen1 .lantern-light {
    --size: 38;
    margin-top: calc(40 * var(--ratio-y));
  }
  .intro-movie .seen1 .light {
    --size: 223;
  }
  .intro-dialog .frame .wrapper {
    max-width: 860px;
    padding-inline: 1em;
    padding-block: 4em 2em;
    background-size: 174px auto, 153px auto, auto 2px, 2px auto, 565px auto, cover;
    background-position: left 2em top 2em, left 2em bottom 1.5em, right 12em top 1em, left 1em center, right 1em bottom 1em, center;
    border-radius: 32px;
    font-size: 16px;
  }
  .intro-dialog .frame h2 {
    font-size: 32px;
  }
  .intro-dialog .frame .desc {
    font-size: 18px;
  }
  .intro-dialog .frame .buttons {
    flex-direction: row;
    gap: 1.5em 2em;
    margin-block: 2em;
  }
  .intro-dialog .frame .buttons a {
    width: 340px;
    font-size: 18px;
  }
  .intro-dialog .frame .alter {
    font-size: 16px;
  }
  .intro-dialog .frame .squirrel {
    left: -2.5em;
    bottom: 0;
    height: 42px;
  }
  .intro-dialog .frame .cloud1-left {
    left: -11em;
    bottom: -1em;
    width: 294px;
  }
  .intro-dialog .frame .cloud2-left {
    left: -17em;
    bottom: 12em;
    width: 118px;
  }
  .intro-dialog .frame .cloud1-right {
    right: -11em;
    top: -3em;
    width: 294px;
  }
  .intro-dialog .frame .cloud2-right {
    right: -12em;
    top: 12em;
    width: 118px;
  }
  .intro-dialog .frame .bird {
    right: 2.5em;
    top: 4em;
    width: 132px;
  }
  .intro-dialog .frame .butterfly {
    left: 3em;
    bottom: 9em;
    width: 27px;
  }
  .home-dialog-house .frame .close {
    top: 3em;
    right: 3em;
  }
  .home-dialog-house .frame .close img {
    width: 2.1428571429vw;
  }
  .home-dialog-house .frame .wrapper {
    max-width: 1200px;
    padding-inline: max(1em, 50% - 500px);
    padding-block: 4em 2em;
    border-radius: 32px;
    background-image: url("../img/home/house/bg-md.png");
    font-size: 16px;
  }
  .home-dialog-house .frame .wrapper h2 {
    font-size: 26px;
  }
  .home-dialog-house .frame .wrapper .title-img img {
    width: 29.5vw;
  }
  .home-dialog-house .frame .wrapper p {
    font-size: 18px;
    text-align: center;
  }
  .home-dialog-house .frame .wrapper p.note {
    font-size: 14px;
  }
  .home-dialog-house .frame .wrapper h3 {
    margin-block: 0.5em;
    border: none;
    background-image: linear-gradient(to top, #d4cfc6, #d4cfc6), linear-gradient(to top, #d4cfc6, #d4cfc6);
    background-repeat: no-repeat;
    background-size: 25% 2px, 25% 2px;
    background-position: left center, right center;
    font-size: 32px;
  }
  .home-dialog-house .frame .wrapper h4 {
    margin-block: 2em 1em;
    font-size: 24px;
  }
  .home-dialog-house .frame .wrapper .cando .item {
    flex-basis: calc((100% - 6em) / 4);
  }
  .home-dialog-house .frame .wrapper .cando .item img {
    height: 12.8571428571vw;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: top center;
       object-position: top center;
  }
  .home-dialog-house .frame .wrapper .cando .item span {
    font-size: 22px;
  }
  .home-dialog-house .frame .wrapper .links {
    margin-block: 1em;
  }
  .home-dialog-house .frame .wrapper .links .button {
    padding-block: 1em;
    width: 400px;
    font-size: 22px;
  }
  .home-dialog-house .frame .wrapper .links .button.button-primary {
    margin-inline: auto;
  }
  .home-dialog-house .frame .wrapper .links .button.button-invert {
    width: 320px;
    font-size: 18px;
    padding-inline: 1em 4em;
  }
  .home-dialog-house .frame .wrapper .img1 {
    width: 68.6428571429vw;
  }
  .home-dialog-house .frame .wrapper .img2 {
    width: 15.8571428571vw;
  }
  .home-dialog-house .frame .wrapper .img3 {
    width: 14.2142857143vw;
  }
  .home-dialog-house .frame .wrapper .img4 {
    width: 15.7142857143vw;
  }
  .home-dialog-house .frame .wrapper .img5 {
    width: 12.7857142857vw;
  }
  .home-dialog-house .frame .wrapper .img-instagram {
    width: 2.8571428571vw;
  }
  body.home .news-bbs-blog {
    background-image: url("../img/home/bg1-md.png"), url("../img/home/bg2-sm.png");
    background-size: 100% auto, 9.2142857143vw auto;
    background-position: top center, right max(1em, 50% - 550px) bottom 3em;
  }
  footer .banner-box-wrapper {
    margin-block: 2em 4em;
  }
  footer .banner-box {
    display: flex;
    gap: 48px;
    margin-inline: max(1em, 50% - 500px);
    padding: 2em;
  }
  footer .banner-box .image {
    flex-grow: 1;
  }
  footer .banner-box .image img {
    max-width: 90%;
  }
  footer .banner-box .content {
    flex-basis: calc((100% - 48px) / 2);
    flex-shrink: 0;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto 1fr;
  }
  footer .banner-box .content h2 {
    grid-area: 1/1/2/2;
    margin-block: 0;
    font-size: 42px;
  }
  footer .banner-box .content p {
    grid-area: 2/1/3/3;
    margin-block: 1em 0;
    font-size: 16px;
  }
  footer .banner-box .content .link {
    grid-area: 1/2/2/3;
    margin-block: 0;
    align-self: center;
  }
  footer .custom-banner {
    margin-inline: max(1em, 50% - 500px);
    margin-block: 2em 4em;
  }
  footer .custom-banner a img {
    aspect-ratio: 1000/170;
  }
  .sub_login .login_hd + p {
    font-size: 14px;
  }
  .page-mypage .change-dialog ul li {
    flex-basis: calc((100% - 2em) / 5);
  }
  .post_comment .poco_item .item_img01 img {
    width: 180px;
  }
  .blog_type.blog.single .teaser .teaser_box {
    bottom: 5.85vw;
  }
  .blog_type.blog .blog-content-article {
    margin-top: -60px;
  }
  .blog_type .blog-content-article {
    border-radius: 20px;
    padding: 3em 8em 5em;
  }
  .blog_type .blog-content-article .blog-meta {
    font-size: 14px;
  }
  .blog_type .blog-content-article .blog-meta .date {
    margin-inline: 0 1em;
  }
  .sub_mypage.page-letter {
    background-image: var(--bg-url), var(--bg-rev-url), var(--bg-rev-url);
    background-size: 1400px auto, 1400px auto, 1400px auto;
    background-position: center top, calc(50% - 1399px) top, calc(50% + 1399px) top;
  }
  .sub_mypage.page-letter .inner .layout {
    display: flex;
    gap: 54px;
    margin-block: 1em 0;
  }
  .sub_mypage.page-letter .inner .layout .head {
    flex-basis: 50%;
    flex-shrink: 0;
    max-width: 330px;
  }
  .sub_mypage.page-letter .inner .layout .head .img {
    margin-block: var(--head-margin);
  }
  .sub_mypage.page-letter .inner .layout .head .img img {
    max-width: 45%;
  }
  .sub_mypage.page-letter .inner .layout .head .note1 {
    font-size: 18px;
  }
  .sub_mypage.page-letter .inner .layout .head .note2 {
    font-size: 14px;
  }
  .sub_mypage.page-letter .inner .layout .content {
    flex-grow: 1;
  }
  .sub_mypage.page-letter .inner .layout .content .message {
    padding: 3em;
  }
  .sub_mypage.page-letter .inner .layout .content .message::before {
    top: 1em;
    bottom: 1em;
    right: 1em;
    left: 1em;
  }
  .sub_mypage.page-letter .inner .layout .content .message textarea {
    padding: 2em;
    min-height: 400px;
  }
  .sub_mypage.page-letter .inner .layout .content .action button {
    max-width: 250px;
    font-size: 18px;
  }
  .sub_mypage.page-letter .inner .layout .content .action p {
    font-size: 16px;
  }
  body.bbpress .content-wrapper {
    display: flex;
    gap: 64px;
    padding-inline: max(1em, 50% - 600px);
    padding-block: 10em 8em;
  }
  div.bbp-search-form #bbp-search-form #bbp_search {
    font-size: 16px;
  }
  .sidebar-forum {
    font-size: 14px;
  }
  .sidebar-forum .sidebar-inner {
    position: sticky;
    top: 2em;
  }
  .sidebar-forum .sidebar-login {
    padding-inline: 2em;
  }
  .sidebar-forum .sidebar-login h3 {
    font-size: 22px;
  }
  .sidebar-forum .sidebar-login .links {
    margin-block: 2em 0.5em;
  }
  .sidebar-forum .sidebar-login .links .button {
    width: 100%;
  }
  .sidebar-forum .sidebar-category h3 {
    max-width: 200px;
    font-size: 26px;
  }
  .sidebar-forum .sidebar-category ul a {
    gap: 1em;
    padding-inline: 0.5em 2em;
    font-size: 14px;
  }
  .sidebar-forum .sidebar-category ul a img {
    width: 2.5em;
  }
  .sidebar-forum .sidebar-tag h3 {
    width: 25%;
    max-width: 200px;
    font-size: 26px;
  }
  .sidebar-forum .sidebar-tag ul li {
    flex-basis: auto;
  }
  .sidebar-forum .sidebar-tag ul li a {
    padding-inline: 1em;
    font-size: 14px;
  }
  .sidebar-forum .sidebar-tag .more {
    text-align: left;
  }
  .sidebar-forum .sidebar-tag .more a {
    font-size: 13px;
  }
  .forum-front-banner {
    margin-block: 0 4em;
    padding: 2em;
  }
  .forum-front-banner.thin {
    padding: 1em 2em 1.5em;
  }
  .forum-front-banner.front::before {
    width: 9em;
    top: -3em;
  }
  .forum-front-banner.front::after {
    width: 9em;
    bottom: -3em;
    right: -2em;
  }
  .forum-front-banner h2 {
    font-size: 26px;
    margin-block: 0 0.5em;
  }
  .forum-front-banner p {
    font-size: 16px;
  }
  .forum-front-banner .link a {
    min-width: 230px;
  }
  .forum-content-category-list .content {
    display: flex;
    gap: 16px;
  }
  .forum-content-category-list h3 {
    width: 25%;
    max-width: 200px;
    font-size: 26px;
  }
  .forum-content-category-list ul li {
    flex-basis: calc((100% - 1.5em) / 4);
  }
  .forum-content-category-list ul li a {
    padding-inline: 0.5em 1.4em;
    font-size: 16px;
  }
  .forum-content-tag-list .content {
    display: flex;
    gap: 32px;
  }
  .forum-content-tag-list h3 {
    width: 25%;
    max-width: 200px;
    font-size: 26px;
  }
  .forum-content-tag-list ul li a {
    font-size: 14px;
  }
  .forum-content-tag-list .more a {
    font-size: 13px;
  }
  .forum-content-order-option a {
    font-size: 18px;
  }
  #bbpress-forums.bbpress-wrapper .forum-topic-notice h3 {
    margin-block: 0 2em;
  }
  #bbpress-forums.bbpress-wrapper .forum-topic-notice ul li {
    font-size: 18px;
  }
  #bbpress-forums.bbpress-wrapper .forum-topic-notice .apply {
    font-size: 20px;
  }
  #bbpress-forums.bbpress-wrapper .forum-submit-notice {
    margin-inline: auto;
    padding: 2.5em 3.5em 2em;
  }
  #bbpress-forums.bbpress-wrapper .forum-submit-notice fieldset p {
    margin-block: 0.6em;
    font-size: 44px;
  }
  #bbpress-forums.bbpress-wrapper .forum-submit-notice ol li {
    font-size: 18px;
  }
  #bbpress-forums.bbpress-wrapper .forum-submit-notice .apply label {
    font-size: 16px;
  }
  #bbpress-forums.bbpress-wrapper .forum-submit-notice-after {
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
  body #bbpress-forums {
    font-size: 16px;
  }
  body #bbpress-forums .wp-pagenavi {
    margin-block: 2em;
  }
  body #bbpress-forums ul.bbp-topics {
    font-size: 16px;
  }
  body #bbpress-forums li.bbp-header {
    padding: 1em 2em;
    font-size: 16px;
  }
  body #bbpress-forums li.bbp-body :is(ul.forum, ul.topic) {
    padding: 1.5em 2em;
  }
  body #bbpress-forums li.bbp-topic-title .bbp-topic-permalink {
    font-size: 20px;
  }
  body #bbpress-forums .bbp-topic-freshness > a {
    font-size: 14px;
  }
  body #bbpress-forums fieldset.bbp-form legend {
    font-size: 26px;
    text-align: center;
  }
  body #bbpress-forums fieldset.bbp-form :is(input[type=text], select, .bbp-the-content, .bbp_dropdown) {
    font-size: 16px;
  }
  body.single-topic .entry-title {
    font-size: 26px;
  }
  div.bbp-submit-wrapper button {
    min-width: 240px;
  }
}

@media screen and (width > 1000px){
  .com_pop.com_pop {
    min-width: 900px;
  }
}

@media screen and (width > 1200px){
  body.home .news-bbs-blog {
    margin-block: -3vw 0;
  }
}

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