@charset "UTF-8";
/* CSS Document */
/*
Theme Name: ブロッサムジュニア
Author: 株式会社ジャンプス
*/
* {
  margin: 0;
  padding: 0;
}

body,
html {
  scroll-behavior: smooth;
}

/* =======================================================================================================================
　　　　　　　　　全体
======================================================================================================================= */
body {
  font-family: noto-sans-cjk-jp, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 1vw;
  font-weight: 500;
  line-height: 2em;
  letter-spacing: 0;
  line-height: 2em;
  background: #fff;
  color: #666464;
}
@media screen and (max-width: 1350px) {
  body {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 3.75vw;
  }
}
@media screen and (max-width: 480px) and (min-aspect-ratio: 1/1) {
  body {
    background: #91b821;
  }
  body::after {
    display: block;
    content: "このサイトはスマートフォンの横向きには対応しておりません。スマートフォンを縦向きにしてご覧ください。";
    color: #fff;
    position: absolute;
    top: 1.5em;
    left: 1.5em;
    right: 1.5em;
    bottom: 1.5em;
    margin: auto;
    padding-top: 4em;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/* =======================================================================================================================
　　　　　　　　　レイアウト
======================================================================================================================= */
.sec {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 15em 0;
}
@media screen and (max-width: 1350px) {
  .sec {
    padding: 10em 0;
  }
}
@media screen and (max-width: 480px) {
  .sec {
    padding: 10em 0;
  }
}

.innerbox {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 0 10em;
}
@media screen and (max-width: 1350px) {
  .innerbox {
    padding: 0 5em;
  }
}
@media screen and (max-width: 768px) {
  .innerbox {
    padding: 0 2.5em;
  }
}
@media screen and (max-width: 480px) {
  .innerbox {
    padding: 0 1.5em;
  }
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 5em;
  box-sizing: border-box;
  padding: 0 5em;
  z-index: 9999;
}
@media screen and (max-width: 768px) {
  #header {
    padding: 0 2.5em;
  }
}
@media screen and (max-width: 480px) {
  #header {
    padding: 0 1.5em;
  }
}

#wrapper {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  overflow: clip;
}
@media screen and (max-width: 480px) and (min-aspect-ratio: 1/1) {
  #wrapper {
    display: none;
  }
}

#footer {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) and (min-aspect-ratio: 1/1) {
  #footer {
    display: none;
  }
}

/* 欧文フォント */
.eg {
  font-family: korolev, sans-serif;
  font-weight: 700;
  font-style: normal;
}

/* 日本語フォント */
.jp {
  font-family: noto-sans-cjk-jp, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
}

/* 文字寄せ */
.center {
  text-align: center;
}

.right {
  text-align: right;
}

/* ノートパソコン改行 */
@media screen and (max-width: 1350px) {
  .npbr {
    display: block;
  }
}

/* タブレット改行 */
@media screen and (max-width: 768px) {
  .tbbr {
    display: block;
  }
}

/* スマホ改行 */
@media screen and (max-width: 480px) {
  .spbr {
    display: block;
  }
}

/* スマホ非表示 */
@media screen and (max-width: 480px) {
  .spnone {
    display: none;
  }
}

/* 見出し */
.sec_ttl {
  font-family: korolev, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 8.5em;
  line-height: 1em;
  white-space: nowrap;
  text-indent: -0.05em;
}
@media screen and (max-width: 1350px) {
  .sec_ttl {
    font-size: 7em;
  }
}
@media screen and (max-width: 768px) {
  .sec_ttl {
    font-size: 6em;
  }
}
@media screen and (max-width: 480px) {
  .sec_ttl {
    font-size: 4em;
  }
}

.sec_header {
  padding-bottom: 5em;
}
@media screen and (max-width: 768px) {
  .sec_header {
    padding-bottom: 3em;
  }
}
.sec_header p.eg {
  font-size: 1.25em;
  line-height: 1.5em;
  padding-bottom: 0;
}
@media screen and (max-width: 480px) {
  .sec_header p.eg {
    font-size: 0.8em;
  }
}
.sec_header p.jp {
  font-weight: 500;
  line-height: 1.5em;
  padding-top: 1.5em;
  padding-bottom: 0;
}
.sec_header p.jp span {
  display: block;
}

/* 段落 */
p {
  padding-bottom: 2em;
}

/* 注釈 */
.note {
  padding-left: 1em;
  text-indent: -1em;
  color: #91b821;
  font-size: 0.85em;
  line-height: 1.25em;
}
.note::before {
  content: "※";
}

/* フォントサイズ小 */
.ts_s {
  font-size: 0.6em;
  line-height: 2em;
}

/* 画像 */
img {
  vertical-align: bottom;
}
img.img100 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover; object-position: 50% 50%;"; /* IE・Edge対応 */
}

.imgbox {
  line-height: 0;
}

/* 角丸 */
.rd {
  border-radius: 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

/* 円形 */
.cir {
  border-radius: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1 !important;
}

/* =======================================================================================================================
　　　　　　　　　SVG
======================================================================================================================= */
/* =======================================================================================================================
　　　　　　　　　画像アニメーション
======================================================================================================================= */
/* 新着周辺テキスト */
@keyframes rt_anm {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
/* 読み込み遅延 */
img {
  transition: 1s ease;
  backface-visibility: hidden;
}
img.lazyload {
  opacity: 0;
  filter: alpha(opacity=0);
}
img.lazyloaded {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* 読み込み遅延 */
.lazyload0, .lazyload1, .lazyload2, .lazyload3, .lazyload4 {
  transition: 1s ease;
  backface-visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}
.lazyload0.lazyload, .lazyload1.lazyload, .lazyload2.lazyload, .lazyload3.lazyload, .lazyload4.lazyload {
  opacity: 0;
  filter: alpha(opacity=0);
}
.lazyload0.lazyloaded, .lazyload1.lazyloaded, .lazyload2.lazyloaded, .lazyload3.lazyloaded, .lazyload4.lazyloaded {
  transition: 1s ease;
  backface-visibility: hidden;
  opacity: 1;
  filter: alpha(opacity=100);
}

.lazyload1 {
  transform: translate(0, 5em);
}
.lazyload1.lazyloaded {
  transform: translate(0, 0);
}

.lazyload2 {
  transform: translate(-5em, 0);
}
.lazyload2.lazyloaded {
  transform: translate(0, 0);
}

.lazyload3 {
  transform: translate(5em, 0);
}
.lazyload3.lazyloaded {
  transform: translate(0, 0);
}

.lazyload4 {
  transform: translate(0, -5em);
}
.lazyload4.lazyloaded {
  transform: translate(0, 0);
}

/* トップページ内コンテンツの場合 */
#front-page #wrapper .lazyload0.lazyload, #front-page #wrapper .lazyload0.lazyloaded, #front-page #wrapper .lazyload1.lazyload, #front-page #wrapper .lazyload1.lazyloaded, #front-page #wrapper .lazyload2.lazyload, #front-page #wrapper .lazyload2.lazyloaded, #front-page #wrapper .lazyload3.lazyload, #front-page #wrapper .lazyload3.lazyloaded, #front-page #wrapper .lazyload4.lazyload, #front-page #wrapper .lazyload4.lazyloaded {
  opacity: 0;
  filter: alpha(opacity=0);
}
#front-page #wrapper .lazyload1.lazyload, #front-page #wrapper .lazyload1.lazyloaded {
  transform: translate(0, 5em);
}
#front-page #wrapper .lazyload2.lazyload, #front-page #wrapper .lazyload2.lazyloaded {
  transform: translate(-5em, 0);
}
#front-page #wrapper .lazyload3.lazyload, #front-page #wrapper .lazyload3.lazyloaded {
  transform: translate(5em, 0);
}
#front-page #wrapper .lazyload4.lazyload, #front-page #wrapper .lazyload4.lazyloaded {
  transform: translate(0, -5em);
}
#front-page #wrapper .on .lazyload0.lazyloaded, #front-page #wrapper .on .lazyload1.lazyloaded, #front-page #wrapper .on .lazyload2.lazyloaded, #front-page #wrapper .on .lazyload3.lazyloaded, #front-page #wrapper .on .lazyload4.lazyloaded {
  opacity: 1;
  filter: alpha(opacity=100);
}
#front-page #wrapper .on .lazyload1.lazyloaded {
  transform: translate(0, 0);
}
#front-page #wrapper .on .lazyload2.lazyloaded {
  transform: translate(0, 0);
}
#front-page #wrapper .on .lazyload3.lazyloaded {
  transform: translate(0, 0);
}
#front-page #wrapper .on .lazyload4.lazyloaded {
  transform: translate(0, 0);
}
@media screen and (min-width: 769px) {
  #front-page #wrapper .onpc .lazyload0.lazyloaded, #front-page #wrapper .onpc .lazyload1.lazyloaded, #front-page #wrapper .onpc .lazyload2.lazyloaded, #front-page #wrapper .onpc .lazyload3.lazyloaded, #front-page #wrapper .onpc .lazyload4.lazyloaded {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #front-page #wrapper .onpc .lazyload1.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page #wrapper .onpc .lazyload2.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page #wrapper .onpc .lazyload3.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page #wrapper .onpc .lazyload4.lazyloaded {
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 768px) {
  #front-page #wrapper .ontb .lazyload0.lazyloaded, #front-page #wrapper .ontb .lazyload1.lazyloaded, #front-page #wrapper .ontb .lazyload2.lazyloaded, #front-page #wrapper .ontb .lazyload3.lazyloaded, #front-page #wrapper .ontb .lazyload4.lazyloaded {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #front-page #wrapper .ontb .lazyload1.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page #wrapper .ontb .lazyload2.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page #wrapper .ontb .lazyload3.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page #wrapper .ontb .lazyload4.lazyloaded {
    transform: translate(0, 0);
  }
}

/* リンク */
a {
  text-decoration: none;
  color: #91b821;
  transition: 0.3s ease;
  backface-visibility: hidden;
}
a img {
  transition: 0.3s ease;
  backface-visibility: hidden;
}
a:hover {
  color: #91b721;
  text-decoration: underline;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* ボタン */
.btn a {
  font-size: 1.25em;
  font-weight: 700;
  font-family: korolev, noto-sans-cjk-jp, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  height: 2.5em;
  line-height: 1;
  border-radius: 1.25em;
  padding: 0.85em 0 0.6em 0;
  transition: 0.3s ease;
  backface-visibility: hidden;
  transform: translate(0, 0);
  cursor: pointer;
  min-width: 12.5em;
  background: #91b821;
  border: #91b821 solid 0.15em;
  border-radius: 1.375em;
  height: 2.75em;
  color: #fff;
  transition: 0.3s ease;
  backface-visibility: hidden;
  text-align: center;
}
.btn a:hover {
  transform: translate(0, 0.2em);
  text-decoration: none;
}
.btn a:hover {
  background: #fff;
  color: #91b821;
}

ul.blog_list .sidebox,
.post_excerpt .sidebox {
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  color: #91b721;
  text-wrap: nowrap;
  writing-mode: vertical-rl;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  top: 0;
  left: auto;
  right: -1.25em;
  bottom: auto;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  justify-content: flex-start;
  text-align: start;
  align-items: center;
  gap: 1em;
  overflow: visible;
  /* 日付 ------------------------------------------- */
  /* カテゴリー ------------------------------------------- */
}
ul.blog_list .sidebox .date,
.post_excerpt .sidebox .date {
  font-family: korolev, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.7em;
  line-height: 1em;
}
ul.blog_list .sidebox .cat_box,
.post_excerpt .sidebox .cat_box {
  font-family: korolev, noto-sans-cjk-jp, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  height: 100%;
  line-height: 1.1em;
  overflow: visible;
}
ul.blog_list .sidebox .cat_box .cat_list,
.post_excerpt .sidebox .cat_box .cat_list {
  writing-mode: vertical-rl;
  overflow-x: auto;
  overflow-y: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}

/* ================= ブログリスト ============================================================ */
ul.blog_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style: none inside;
  display: flex;
  flex-wrap: wrap;
  margin-top: -4%;
}
@media screen and (max-width: 768px) {
  ul.blog_list {
    margin-top: -8%;
  }
}
ul.blog_list li.blog_box {
  position: relative;
  box-sizing: border-box;
  width: 22%;
  margin-right: 4%;
  margin-top: 4%;
  /* 出現動作 */
  transform-origin: 0 0;
  transform: rotate3d(1, -1, 0, 90deg);
  transition: 1s ease;
  backface-visibility: hidden;
}
ul.blog_list li.blog_box:nth-child(1) {
  transition-delay: 0.2s;
}
ul.blog_list li.blog_box:nth-child(2) {
  transition-delay: 0.4s;
}
ul.blog_list li.blog_box:nth-child(3) {
  transition-delay: 0.6s;
}
ul.blog_list li.blog_box:nth-child(4) {
  transition-delay: 0.8s;
}
ul.blog_list li.blog_box:nth-child(5) {
  transition-delay: 1s;
}
ul.blog_list li.blog_box:nth-child(6) {
  transition-delay: 1.2s;
}
ul.blog_list li.blog_box:nth-child(7) {
  transition-delay: 1.4s;
}
ul.blog_list li.blog_box:nth-child(8) {
  transition-delay: 1.6s;
}
ul.blog_list li.blog_box:nth-child(9) {
  transition-delay: 1.8s;
}
ul.blog_list li.blog_box:nth-child(10) {
  transition-delay: 2s;
}
ul.blog_list li.blog_box:nth-child(11) {
  transition-delay: 2.2s;
}
ul.blog_list li.blog_box:nth-child(12) {
  transition-delay: 2.4s;
}
@media screen and (min-width: 1351px) {
  ul.blog_list li.blog_box:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1350px) {
  ul.blog_list li.blog_box {
    width: 31%;
    margin-right: 3.5%;
  }
}
@media screen and (max-width: 1350px) and (min-width: 769px) {
  ul.blog_list li.blog_box:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  ul.blog_list li.blog_box {
    width: 47%;
    margin-right: 6%;
    margin-top: 8%;
  }
  ul.blog_list li.blog_box:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  ul.blog_list li.blog_box {
    width: 90%;
    margin-top: 10%;
    margin-right: 0;
    margin-left: 2.5%;
  }
}
ul.blog_list li.blog_box a {
  text-decoration: none;
  color: #666464;
  /* -------------------------- 画像 ------------------------------------------- */
  /* -------------------------- テキスト ------------------------------------------- */
  /* -------------------------- マウスオーバー ------------------------------------------- */
}
ul.blog_list li.blog_box a .imgbox {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  /* アイコンリスト ------------------------------------------- */
}
ul.blog_list li.blog_box a .imgbox::before {
  content: "";
  display: block;
  padding-top: 100%;
}
ul.blog_list li.blog_box a .imgbox .itemimg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
  z-index: 1;
}
ul.blog_list li.blog_box a .imgbox .itemimg img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover; object-position: 50% 50%;"; /* IE・Edge対応 */
}
ul.blog_list li.blog_box a .imgbox .is_top {
  border: 0.25em #fff solid;
}
ul.blog_list li.blog_box a .imgbox .icon_list {
  list-style: none inside;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  top: auto;
  left: auto;
  right: 0.5em;
  bottom: 0.5em;
  z-index: 2;
}
@media screen and (max-width: 480px) {
  ul.blog_list li.blog_box a .imgbox .icon_list {
    transform-origin: 100% 100%;
    transform: scale(0.8);
  }
}
ul.blog_list li.blog_box a .imgbox .icon_list li {
  position: relative;
  box-sizing: border-box;
  width: 3.75em;
  height: 3.75em;
  box-sizing: border-box;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  padding-top: 2.4em;
  margin-right: 0.5em;
  /* アイコン */
  /* テキスト */
  /* 店頭 */
  /* WEB */
}
ul.blog_list li.blog_box a .imgbox .icon_list li:last-child {
  margin-right: 0;
}
ul.blog_list li.blog_box a .imgbox .icon_list li .icon {
  display: block;
  width: 100%;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 1.6em;
  line-height: 0;
}
ul.blog_list li.blog_box a .imgbox .icon_list li .icon img {
  height: 100%;
  width: auto;
}
ul.blog_list li.blog_box a .imgbox .icon_list li .txt {
  display: block;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-family: korolev, noto-sans-cjk-jp, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  line-height: 1em;
  transform: scale(0.7);
}
ul.blog_list li.blog_box a .imgbox .icon_list li.store {
  background: #91b721;
  /* アイコン */
}
ul.blog_list li.blog_box a .imgbox .icon_list li.store .icon {
  height: 1.3em;
}
ul.blog_list li.blog_box a .imgbox .icon_list li.online {
  background: #91b821;
  /* アイコン */
}
ul.blog_list li.blog_box a .imgbox .icon_list li.online .icon {
  height: 1.46em;
}
ul.blog_list li.blog_box a .sidebox {
  right: -1.2em;
  height: 100%;
}
ul.blog_list li.blog_box a .sidebox .cat_box {
  height: 18em;
}
@media screen and (max-width: 768px) {
  ul.blog_list li.blog_box a .sidebox .cat_box {
    height: 17em;
  }
}
@media screen and (max-width: 480px) {
  ul.blog_list li.blog_box a .sidebox .cat_box {
    height: 21em;
  }
}
ul.blog_list li.blog_box a .txtbox {
  /* 日付 ------------------------------------------- */
  /* タイトル ------------------------------------------- */
  /* ボタン ------------------------------------------- */
}
ul.blog_list li.blog_box a .txtbox .date {
  display: block;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1.1em;
  line-height: 1;
  padding-top: 0.9em;
}
ul.blog_list li.blog_box a .txtbox .name {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1em;
  padding-bottom: 0.75em;
}
ul.blog_list li.blog_box a .txtbox .name span {
  display: block;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  /* 英語 */
  /* 日本語 */
}
ul.blog_list li.blog_box a .txtbox .name span.eg {
  font-size: 1.1em;
  line-height: 1.2em;
  padding-bottom: 0.35em;
}
@media screen and (max-width: 768px) {
  ul.blog_list li.blog_box a .txtbox .name span.eg {
    font-size: 0.8em;
  }
}
ul.blog_list li.blog_box a .txtbox .name span.jp {
  font-size: 0.9em;
  font-weight: 500;
  line-height: 1.5em;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis; /* Opera9,10対応 */
}
ul.blog_list li.blog_box a .txtbox .btn {
  font-family: korolev, sans-serif;
  font-weight: 700;
  font-style: normal;
  padding-bottom: 0;
}
ul.blog_list li.blog_box a .txtbox .btn span {
  font-family: korolev, noto-sans-cjk-jp, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  height: 2.5em;
  line-height: 1;
  border-radius: 1.25em;
  padding: 0.85em 0 0.6em 0;
  transition: 0.3s ease;
  backface-visibility: hidden;
  transform: translate(0, 0);
  cursor: pointer;
  color: #91b721;
  border: #91b721 solid 0.15em;
  padding: 0.75em 3em 0.6em 3em;
}
ul.blog_list li.blog_box a .txtbox .btn span:hover {
  transform: translate(0, 0.2em);
  text-decoration: none;
}
ul.blog_list li.blog_box a .txtbox .btn span:hover {
  transform: translate(0, 0);
}
ul.blog_list li.blog_box a:hover {
  /* 画像 ------------------------------------------- */
  /* テキスト ------------------------------------------- */
}
ul.blog_list li.blog_box a:hover .imgbox .itemimg img {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: scale(1.1);
}
ul.blog_list li.blog_box a:hover .txtbox {
  /* ボタン */
}
ul.blog_list li.blog_box a:hover .txtbox .btn span {
  transform: translate(0, 0.2em);
}
body:not(#front-page) ul.blog_list li.blog_box.lazyloaded {
  transform: rotate3d(1, -1, 0, 0deg);
  opacity: 1;
  filter: alpha(opacity=100);
}

/* ================= 新着記事一覧リスト ============================================================ */
/* -------------------------- 各記事（トップページ共通） ------------------------------------------- */
.post_excerpt {
  transform-origin: 0 0;
  transform: rotate3d(1, -1, 0, 60deg);
  transition: 1s ease;
  backface-visibility: hidden;
}
.post_excerpt a {
  color: #666464;
  /* サムネイル ------------------------------------------- */
  /* テキスト ------------------------------------------- */
  /* マウスオーバー ------------------------------------------- */
}
.post_excerpt a .imgbox {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.post_excerpt a .imgbox::before {
  content: "";
  display: block;
  padding-top: 125%;
}
.post_excerpt a .imgbox span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
  z-index: 1;
}
.post_excerpt a .imgbox span img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover; object-position: 50% 50%;"; /* IE・Edge対応 */
}
.post_excerpt a .imgbox .is_top {
  border: 0.25em #fff solid;
}
.post_excerpt a .sidebox {
  right: -1.8em;
}
.post_excerpt a .sidebox .cat_box {
  height: 20.5em;
  margin-left: -0.2em;
}
@media screen and (max-width: 1350px) {
  .post_excerpt a .sidebox .cat_box {
    height: 13em;
  }
}
@media screen and (max-width: 768px) {
  .post_excerpt a .sidebox .cat_box {
    height: 10.2em;
  }
}
@media screen and (max-width: 480px) {
  .post_excerpt a .sidebox .cat_box {
    height: 17.5em;
  }
}
.post_excerpt a .txtbox {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-top: 1em;
  /* 見出し */
  /* 抜粋文 */
}
#footer-post .post_excerpt a .txtbox {
  color: #ffffff;
}
.post_excerpt a .txtbox .post_ttl {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.25em;
}
.post_excerpt a .txtbox .post_exc {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 0.9em;
  line-height: 1.4em;
  margin-top: 0.6em;
  margin-bottom: 0;
  height: 2.8em;
  overflow: hidden;
  text-align: justify;
}
.post_excerpt a .txtbox .post_exc::before, .post_excerpt a .txtbox .post_exc::after {
  position: absolute;
  background: #fff;
}
.post_excerpt a .txtbox .post_exc::before {
  content: "…";
  bottom: 0;
  right: 0;
}
.post_excerpt a .txtbox .post_exc::after {
  content: "";
  height: 100%;
  width: 100%;
}
.post_excerpt a:hover {
  color: #91b821;
  text-decoration: none;
  /* サムネイル */
}
.post_excerpt a:hover .imgbox span img {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: scale(1.1);
}

/* -------------------------- 記事一覧 ------------------------------------------- */
ul.post_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style: none inside;
  display: flex;
  flex-wrap: wrap;
  margin-top: -5%;
}
@media screen and (max-width: 768px) {
  ul.post_list {
    margin-top: -10%;
  }
}
@media screen and (max-width: 480px) {
  ul.post_list {
    margin-top: -5em;
  }
}
ul.post_list li.post_excerpt {
  width: 30%;
  margin-right: 5%;
  margin-top: 5%;
  /* 出現動作 ------------------------------------------- */
}
ul.post_list li.post_excerpt:nth-child(1) {
  transition-delay: 0.2s;
}
ul.post_list li.post_excerpt:nth-child(2) {
  transition-delay: 0.4s;
}
ul.post_list li.post_excerpt:nth-child(3) {
  transition-delay: 0.6s;
}
ul.post_list li.post_excerpt:nth-child(4) {
  transition-delay: 0.8s;
}
ul.post_list li.post_excerpt:nth-child(5) {
  transition-delay: 1s;
}
ul.post_list li.post_excerpt:nth-child(6) {
  transition-delay: 1.2s;
}
ul.post_list li.post_excerpt:nth-child(7) {
  transition-delay: 1.4s;
}
ul.post_list li.post_excerpt:nth-child(8) {
  transition-delay: 1.6s;
}
ul.post_list li.post_excerpt:nth-child(9) {
  transition-delay: 1.8s;
}
ul.post_list li.post_excerpt:nth-child(10) {
  transition-delay: 2s;
}
ul.post_list li.post_excerpt:nth-child(11) {
  transition-delay: 2.2s;
}
ul.post_list li.post_excerpt:nth-child(12) {
  transition-delay: 2.4s;
}
@media screen and (min-width: 769px) {
  ul.post_list li.post_excerpt:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  ul.post_list li.post_excerpt {
    width: 45%;
    margin-right: 10%;
    margin-top: 10%;
  }
  ul.post_list li.post_excerpt:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  ul.post_list li.post_excerpt {
    width: 90%;
    margin-left: 2.5%;
    margin-right: 0;
    margin-top: 5em;
  }
}
ul.post_list li.post_excerpt a {
  /* テキスト ------------------------------------------- */
}
ul.post_list li.post_excerpt a .txtbox {
  /* 見出し */
}
ul.post_list li.post_excerpt a .txtbox .post_ttl {
  height: 1.25em;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis; /* Opera9,10対応 */
}
ul.post_list li.post_excerpt.lazyloaded {
  transform: rotate3d(1, -1, 0, 0deg);
  opacity: 1;
  filter: alpha(opacity=100);
}

/* ================= フォーム ============================================================ */
/* =============== コンタクトフォーム（全ページ共通） ========================================================= */
.formbox {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .formbox {
    padding: 1.5em 0;
  }
}
.formbox h3 {
  font-size: 2em;
  line-height: 1.7em;
  padding-bottom: 0.5em;
}
.formbox p {
  padding-bottom: 2em;
}

/* contact form 7 ------------------------------------------- */
.wpcf7-form .formctt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.wpcf7-form .wpcf7-submit:disabled {
  opacity: 0.15;
  filter: alpha(opacity=15);
  border: #666464 dotted 0.2em;
  background: transparent;
  color: #666464;
}
.wpcf7-form .wpcf7-submit:disabled:hover {
  background: transparent;
  color: #666464;
  transform: none;
}

.formname {
  width: 15em;
  font-weight: 700;
  text-align: right;
  padding: 1em 0.5em 0 0;
  line-height: 1em;
}
@media screen and (max-width: 768px) {
  .formname {
    width: 100%;
    text-align: left;
    padding: 0.5em 0;
  }
}
.formname::after {
  content: "：";
}

span .formname {
  padding-top: 1.5em;
}

.wpcf7-form-control-wrap {
  flex: 1;
}
@media screen and (max-width: 480px) {
  .wpcf7-form-control-wrap {
    width: 100%;
    flex: none;
  }
}

div.wpcf7 {
  text-align: left;
}

.wpcf7-form {
  /*送信ボタン*/
}
.wpcf7-form p {
  padding: 0 0 2em 0;
}
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=date],
.wpcf7-form textarea {
  font-family: noto-sans-cjk-jp, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 1em;
  line-height: 1.7em;
  box-sizing: border-box;
  padding: 0.75em 1.5em;
  border-radius: 2em;
  border: rgba(64, 63, 82, 0.3) solid 0.1em;
}
@media screen and (max-width: 1500px) {
  .wpcf7-form input[type=text],
  .wpcf7-form input[type=email],
  .wpcf7-form input[type=tel],
  .wpcf7-form input[type=date],
  .wpcf7-form textarea {
    padding: 0.5em 1em;
    border-radius: 1.6em;
  }
}
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form textarea {
  width: 100% !important;
}
.wpcf7-form .yubin input[type=text] {
  max-width: 180px;
}
.wpcf7-form label .yubin {
  position: relative;
  top: 1em;
}
.wpcf7-form label .yubin br {
  display: none;
}
.wpcf7-form input[type=submit],
.wpcf7-form input[type=button],
.wpcf7-form .resetbtn {
  width: 10em !important;
  font-family: noto-sans-cjk-jp, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 1em;
  text-indent: 1em;
  font-size: 1.25em;
  font-weight: 700;
  font-family: korolev, noto-sans-cjk-jp, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  height: 2.5em;
  line-height: 1;
  border-radius: 1.25em;
  padding: 0.85em 0 0.6em 0;
  transition: 0.3s ease;
  backface-visibility: hidden;
  transform: translate(0, 0);
  cursor: pointer;
  min-width: 12.5em;
  background: #91b821;
  border: #91b821 solid 0.15em;
  border-radius: 1.375em;
  height: 2.75em;
  color: #fff;
  transition: 0.3s ease;
  backface-visibility: hidden;
  text-align: center;
}
.wpcf7-form input[type=submit]:hover,
.wpcf7-form input[type=button]:hover,
.wpcf7-form .resetbtn:hover {
  transform: translate(0, 0.2em);
  text-decoration: none;
}
.wpcf7-form input[type=submit]:hover,
.wpcf7-form input[type=button]:hover,
.wpcf7-form .resetbtn:hover {
  background: #fff;
  color: #91b821;
}
@media screen and (max-width: 480px) {
  .wpcf7-form input[type=submit],
  .wpcf7-form input[type=button],
  .wpcf7-form .resetbtn {
    padding: 0.5em 0.5em;
    width: 8em !important;
    margin: 0 0.5em;
  }
}
.wpcf7-form .resetbtn {
  letter-spacing: 0;
  text-indent: 0;
  background: #91b721;
}
.wpcf7-form .wpcf7c-btn-back {
  background: #91b721;
}

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

/* ボタンリスト */
.btnlist {
  list-style: none inside;
  text-align: center;
}
.btnlist li {
  display: inline-block;
}

/* チェックボックス・ラジオボタン */
span.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 0;
  padding: 0.75em;
}
@media screen and (max-width: 768px) {
  span.wpcf7-list-item {
    padding: 0.5em;
  }
}
span.wpcf7-list-item input[type=radio] + span,
span.wpcf7-list-item input[type=checkbox] + span {
  padding-right: 1em;
  font-size: 1em;
}
span.wpcf7-list-item:last-child input[type=radio] + span,
span.wpcf7-list-item:last-child input[type=checkbox] + span {
  padding-right: 0;
}

input[type=radio],
input[type=checkbox] {
  position: relative;
  cursor: pointer;
  line-height: 1em;
}
input[type=radio].wpcf7c-conf,
input[type=checkbox].wpcf7c-conf {
  display: none;
}
input[type=radio].wpcf7c-conf + span,
input[type=checkbox].wpcf7c-conf + span {
  display: none;
}

.wpcf7-list-item-label {
  cursor: pointer;
  line-height: 1em;
}

.wpcf7c-elm-step2.bdstep2 {
  display: block;
  width: 100%;
  border-bottom: #91b821 solid 1px;
}

/* エラーメッセージ */
.wpcf7-not-valid-tip {
  color: #91b821;
  font-weight: 500;
}
.wpcf7-not-valid-tip::before {
  content: "\f071";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1;
  display: inline-block;
  padding-right: 0.25em;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  text-align: center;
  border: none;
  background: transparent;
  color: #91b821;
  font-weight: 700;
}
.wpcf7 form.invalid .wpcf7-response-output::before,
.wpcf7 form.unaccepted .wpcf7-response-output::before {
  content: "\f071";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1;
  display: inline-block;
  padding-right: 0.25em;
}
@media screen and (max-width: 480px) {
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output {
    text-align: left;
  }
}

/* 送信済メッセージ */
div.wpcf7-mail-sent-ok {
  border: 2px solid #91b821;
}

/* fieldsetで挟まれた項目 */
fieldset.formctt {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  border: none;
  padding-left: 15em;
  /* 項目名 */
  /* フォーム内容 */
  /* 改行 */
}
@media screen and (max-width: 768px) {
  fieldset.formctt {
    padding-left: 0;
  }
}
fieldset.formctt .formname {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  padding-top: 1.3em;
}
@media screen and (max-width: 768px) {
  fieldset.formctt .formname {
    position: relative;
  }
}
fieldset.formctt .wpcf7-form-control-wrap {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
fieldset.formctt br {
  display: none;
}

/* ================= フォーム確認画面 ============================================================ */
#wpcf7cpcnf {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 1em;
  /* 入力内容 */
  /* ボタン */
}
#wpcf7cpcnf table {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
#wpcf7cpcnf table tr th,
#wpcf7cpcnf table tr td {
  border-bottom: rgba(64, 63, 82, 0.3) dashed 1px;
}
@media screen and (max-width: 480px) {
  #wpcf7cpcnf table tr th,
  #wpcf7cpcnf table tr td {
    display: block;
  }
}
.contactpage-ctt .sec #wpcf7cpcnf table tr th p,
.contactpage-ctt .sec #wpcf7cpcnf table tr td p {
  padding-top: 1em;
  padding-bottom: 1em;
}
#wpcf7cpcnf table tr th {
  width: 15em;
  font-weight: normal !important;
}
@media screen and (max-width: 480px) {
  #wpcf7cpcnf table tr th {
    width: 100%;
    border-bottom: none;
  }
}
@media screen and (max-width: 480px) {
  .contactpage-ctt .sec #wpcf7cpcnf table tr th p {
    padding-bottom: 0;
  }
}
#wpcf7cpcnf table tr th p::after {
  content: "：";
}
#wpcf7cpcnf .wpcf7cp-btns {
  text-align: center;
}
#wpcf7cpcnf .wpcf7cp-btns button {
  font-size: 1.25em;
  font-weight: 700;
  font-family: korolev, noto-sans-cjk-jp, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  height: 2.5em;
  line-height: 1;
  border-radius: 1.25em;
  padding: 0.85em 0 0.6em 0;
  transition: 0.3s ease;
  backface-visibility: hidden;
  transform: translate(0, 0);
  cursor: pointer;
  min-width: 12.5em;
  background: #91b821;
  border: #91b821 solid 0.15em;
  border-radius: 1.375em;
  height: 2.75em;
  color: #fff;
  transition: 0.3s ease;
  backface-visibility: hidden;
  text-align: center;
  width: 12.5em !important;
  min-width: 0;
  /* 修正ボタン */
  /* 送信ボタン */
}
#wpcf7cpcnf .wpcf7cp-btns button:hover {
  transform: translate(0, 0.2em);
  text-decoration: none;
}
#wpcf7cpcnf .wpcf7cp-btns button:hover {
  background: #fff;
  color: #91b821;
}
@media screen and (max-width: 768px) {
  #wpcf7cpcnf .wpcf7cp-btns button {
    width: auto !important;
    padding: 0.8em 1em 0.5em 1em;
  }
}
#wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-edit-btn {
  border-color: #97948f;
  color: #ffffff;
  background: #97948f;
}
#wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-edit-btn:hover {
  border-color: #97948f;
  background: #fff;
  color: #97948f;
}
#wpcf7cpcnf .wpcf7cp-btns button.wpcf7-submit {
  letter-spacing: 0;
  text-indent: 0;
}

span.wpcf7-spinner {
  margin: 0;
}

/* ===========================================================================================================
　　　　　　　　　グローバルナビ（共通）
=========================================================================================================== */
.gnav ul {
  position: relative;
  box-sizing: border-box;
  list-style: none inside;
  /* ================= ボタンメニュー ============================================================ */
}
.gnav ul li {
  position: relative;
  box-sizing: border-box;
}
.gnav ul li a:hover {
  text-decoration: none;
}
.gnav ul.btn_menu li {
  /* オンラインショップ */
  /* テイクアウト */
}
.gnav ul.btn_menu li a {
  font-family: korolev, noto-sans-cjk-jp, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  height: 2.5em;
  line-height: 1;
  border-radius: 1.25em;
  padding: 0.85em 0 0.6em 0;
  transition: 0.3s ease;
  backface-visibility: hidden;
  transform: translate(0, 0);
  cursor: pointer;
  color: #91b721;
  border: #91b721 solid 0.15em;
  padding: 0.475em 1.25em;
  display: flex;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  /* アイコン */
  /* テキスト */
}
.gnav ul.btn_menu li a:hover {
  transform: translate(0, 0.2em);
  text-decoration: none;
}
.gnav ul.btn_menu li a .icon {
  position: relative;
  box-sizing: border-box;
  height: 1.25em;
  padding-right: 0.5em;
}
.gnav ul.btn_menu li a .icon img {
  height: 100%;
  width: auto;
}
.gnav ul.btn_menu li a:hover .icon img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.gnav ul.btn_menu li a .txt {
  line-height: 1em;
}
.gnav ul.btn_menu li.online a .icon {
  transform: translate(0, -0.05em);
}
.gnav ul.btn_menu li.takeout a .icon {
  transform: translate(0, -0.1em);
}

/* =======================================================================================================================
　　　　　　　　　ヘッダー
======================================================================================================================= */
#header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  align-items: center;
  transition: background-color 0.3s ease-in-out;
  backface-visibility: hidden;
  transform: translate(0, -100%);
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 1s ease;
  backface-visibility: hidden;
  /* -------------------------- 出現動作 ------------------------------------------- */
  /* ロゴマーク */
  /* -------------------------- グローバルナビ ------------------------------------------- */
  /* -------------------------- ガーランド ------------------------------------------- */
  /* ================= スクロール時 ============================================================ */
}
#header.lazyloaded {
  transform: translate(0, 0);
  opacity: 1;
  filter: alpha(opacity=100);
}
#header .logo {
  width: 15em;
  font-size: 1em;
  font-weight: 900;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 1350px) {
  #header .logo {
    width: 10em;
  }
}
@media screen and (max-width: 768px) {
  #header .logo {
    width: 12em;
    margin-top: 1em;
  }
}
#header .logo a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0.5em;
}
#header .logo a:hover {
  text-decoration: none;
  transform: scale(1.1);
}
#header .logo a img {
  width: 100%;
  height: auto;
  transition: 1s ease;
  backface-visibility: hidden;
}
#header .logo a img.logo1 {
  opacity: 0;
  filter: alpha(opacity=0);
}
#header .logo a img.logo2 {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  opacity: 1;
  filter: alpha(opacity=100);
}
#header .logo a .cr_name {
  line-height: 1;
  display: block;
  color: #fff;
  font-size: 0.9em;
  white-space: nowrap;
  transition: 1s ease;
  backface-visibility: hidden;
}
#header .gnav {
  display: flex;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1350px) {
  #header .gnav {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  #header .gnav {
    display: none;
  }
}
#header .gnav ul {
  display: flex;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  /* メインメニュー ------------------------------------------- */
  /* ボタンメニュー ------------------------------------------- */
}
@media screen and (max-width: 1350px) {
  #header .gnav ul.main_menu {
    font-size: 0.7em;
  }
}
@media screen and (max-width: 768px) {
  #header .gnav ul.main_menu {
    display: none;
  }
}
#header .gnav ul.main_menu li {
  padding-right: 2em;
  line-height: 1em;
}
#header .gnav ul.main_menu li.assessment {
  display: none;
}
@media screen and (max-width: 768px) {
  #header .gnav ul.main_menu li.assessment {
    display: block;
  }
}
#header .gnav ul.main_menu li:last-child {
  padding-right: 0;
}
@media screen and (max-width: 1350px) {
  #header .gnav ul.main_menu li {
    padding-right: 1.5em;
  }
  #header .gnav ul.main_menu li:last-child {
    padding-right: 0;
  }
}
#header .gnav ul.main_menu li a {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  color: #fff;
  padding: 0.4em 0;
  overflow: hidden;
  transition: 1s ease;
  backface-visibility: hidden;
  /* マウスオーバー下線 */
}
#header .gnav ul.main_menu li a::after {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: #fff solid 0.2em;
  transition: 0.3s ease;
  backface-visibility: hidden;
  transform: translate(-110%, 0);
}
#header .gnav ul.main_menu li a:hover::after {
  transform: translate(0, 0);
}
#header .gnav ul.main_menu li a.eg {
  font-size: 1.2em;
  margin-top: 0.2em;
}
@media screen and (max-width: 1350px) {
  #header .gnav ul.main_menu li a.eg {
    margin-top: 0.4em;
  }
}
#header .gnav ul.main_menu li.btn a {
  font-family: noto-sans-cjk-jp, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 1em;
  min-width: 8.75em;
  border: #fff solid 0.15em;
  transition: 0.3s ease;
  background: none;
  color: #fff;
  padding: 0.725em 0;
}
#header .gnav ul.main_menu li.btn a::after {
  display: none;
}
#header .gnav ul.main_menu li.btn a:hover {
  background: #fff;
  color: #91b821;
}
@media screen and (max-width: 1350px) {
  #header .gnav ul.btn_menu {
    position: absolute;
    top: auto;
    left: auto;
    right: 5em;
    bottom: -3em;
  }
}
@media screen and (max-width: 768px) {
  #header .gnav ul.btn_menu {
    position: relative;
    right: 0;
    bottom: 0;
    padding-right: 2.5em;
    font-size: 0.95em;
  }
}
#header .gnav ul.btn_menu li {
  padding-right: 1em;
}
#header .gnav ul.btn_menu li:last-child {
  padding-right: 0;
}
#header .gnav ul.btn_menu li a {
  border-color: #fff;
  color: #fff;
  /* アイコン */
}
#header .gnav ul.btn_menu li a .icon {
  display: inline-block;
  line-height: 0;
}
#header .gnav ul.btn_menu li a .icon img {
  transition: 1s ease;
  backface-visibility: hidden;
}
#header .gnav ul.btn_menu li a .icon img.icon1 {
  opacity: 0;
  filter: alpha(opacity=0);
}
#header .gnav ul.btn_menu li a .icon img.icon2 {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  opacity: 1;
  filter: alpha(opacity=100);
}
#header .garland {
  position: absolute;
  left: 0;
  bottom: -1em;
  width: 100vw;
  height: 2em;
  background: url("/images/main/garland.svg") repeat-x;
  background-size: auto 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 1s ease;
  backface-visibility: hidden;
  filter: drop-shadow(10px 5px 5px rgba(0, 0, 0, 0.2));
}
#header.scroll {
  background-color: #fff;
  /* ロゴマーク */
  /* -------------------------- グローバルナビ ------------------------------------------- */
}
#header.scroll .logo {
  transition: 1s ease;
  backface-visibility: hidden;
}
@media screen and (max-width: 768px) {
  #header.scroll .logo {
    margin-top: 0;
  }
}
#header.scroll .logo img.logo1 {
  opacity: 1;
  filter: alpha(opacity=100);
}
#header.scroll .logo img.logo2 {
  opacity: 0;
  filter: alpha(opacity=0);
}
#header.scroll .logo .cr_name {
  color: #666464;
}
#header.scroll .gnav ul {
  /* メインメニュー ------------------------------------------- */
  /* ボタンメニュー ------------------------------------------- */
}
#header.scroll .gnav ul.main_menu li a {
  color: #666464;
  /* マウスオーバー下線 */
}
#header.scroll .gnav ul.main_menu li a::after {
  border-bottom-color: #91b821;
}
#header.scroll .gnav ul.main_menu li.btn a {
  font-size: 1em;
  min-width: 8.75em;
  border: #91b821 solid 0.15em;
  transition: 0.3s ease;
  background: #91b821;
  color: #fff;
}
#header.scroll .gnav ul.main_menu li.btn a:hover {
  background: #fff;
  color: #91b821;
}
#header.scroll .gnav ul.btn_menu li a {
  border-color: #91b821;
  color: #91b821;
  /* アイコン */
}
@media screen and (max-width: 1350px) {
  #header.scroll .gnav ul.btn_menu li a {
    background: #fff;
  }
}
#header.scroll .gnav ul.btn_menu li a .icon img.icon1 {
  opacity: 1;
  filter: alpha(opacity=100);
}
#header.scroll .gnav ul.btn_menu li a .icon img.icon2 {
  opacity: 0;
  filter: alpha(opacity=0);
}
#header.scroll .garland {
  opacity: 1;
  filter: alpha(opacity=100);
  bottom: -2em;
}

/* =======================================================================================================================
　　　　　　　　　スマートフォンナビゲーション
======================================================================================================================= */
/* ================= 格納ナビゲーション ============================================================ */
.hm_btn,
.hm_menu_wrap {
  display: none;
}
@media screen and (max-width: 768px) {
  .hm_btn,
  .hm_menu_wrap {
    display: block;
  }
}

.hm_menu_check {
  /* チェックボックスを隠す */
  display: none;
}

/* -------------------------- メニューボタン ------------------------------------------- */
.hm_btn {
  width: 1.33em;
  height: 1.2em;
  cursor: pointer;
  border-left: transparent solid 1.8em;
  border-right: transparent solid 1.8em;
  border-top: transparent solid 1.5em;
  border-bottom: transparent solid 1.5em;
  position: fixed;
  top: 0.5em;
  left: auto;
  right: 0.5em;
  bottom: auto;
  background: transparent;
  cursor: pointer;
  z-index: 99999;
  /* スクロール時 ------------------------------------------- */
}
.hm_btn::before, .hm_btn::after {
  width: 1.33em;
  height: 0.13em;
  background: #fff;
  display: block;
  content: "";
  position: absolute;
  transition: background 0.2s linear, box-shadow 0.2s linear, transform 0.2s 0.2s;
}
.hm_btn::before {
  box-shadow: #fff 0 0.532em 0;
}
.hm_btn::after {
  bottom: 0;
}
.hm_btn.scroll::before, .hm_btn.scroll::after {
  background: #91b821;
}
.hm_btn.scroll::before {
  box-shadow: #91b821 0 0.532em 0;
}

/* 開閉時のアニメーション */
.hm_menu_check:checked ~ .hm_btn::before {
  background: rgba(0, 0, 0, 0);
  box-shadow: #91b821 0 0.532em 0;
  transform: rotate(45deg) translate3d(0.5em, -0.25em, 0);
}
.hm_menu_check:checked ~ .hm_btn::after {
  background: #91b821;
  transform: rotate(-45deg) translate3d(0.5em, -0.25em, 0);
}

/* -------------------------- 格納領域 ------------------------------------------- */
.hm_menu_wrap {
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.7s;
  box-sizing: border-box;
  overflow: hidden;
  visibility: hidden;
  z-index: 9999;
}
.hm_menu_wrap .hm_inner {
  position: absolute;
  top: 0;
  left: 0;
  right: -19px;
  bottom: -19px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.hm_menu_wrap .hm_inner .menucontent {
  box-sizing: border-box;
  padding: 3em 2.5em;
  width: 50%;
  position: absolute;
  top: 0;
  left: 100%;
  right: auto;
  bottom: auto;
  transition: left 1s;
  border: none;
  background: #fff;
  border-bottom-left-radius: 5em;
  /* 中身デザイン ------------------------------------------- */
}
@media screen and (max-width: 480px) {
  .hm_menu_wrap .hm_inner .menucontent {
    width: 75%;
  }
}
.hm_menu_wrap .hm_inner .menucontent .gnav {
  padding-bottom: 2.5em;
  /* メインメニュー */
  /* ボタンメニュー */
}
.hm_menu_wrap .hm_inner .menucontent .gnav ul li {
  font-size: 1.25em;
  line-height: 1em;
  padding-top: 2em;
}
.hm_menu_wrap .hm_inner .menucontent .gnav ul li a {
  display: block;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.hm_menu_wrap .hm_inner .menucontent .gnav .main_menu li a {
  color: #666464;
  /* マウスオーバー下線 */
}
.hm_menu_wrap .hm_inner .menucontent .gnav .main_menu li a::after {
  border-bottom-color: #91b821;
}
.hm_menu_wrap .hm_inner .menucontent .gnav .main_menu li.btn {
  font-size: 1em;
}
.hm_menu_wrap .hm_inner .menucontent .gnav .main_menu li.btn a {
  color: #fff;
}
.hm_menu_wrap .hm_inner .menucontent .gnav .main_menu li.btn a:hover {
  color: #91b821;
}
.hm_menu_wrap .hm_inner .menucontent .gnav .btn_menu li a {
  border-color: #91b821;
  color: #91b821;
  text-align: center;
  /* アイコン */
}
.hm_menu_wrap .hm_inner .menucontent .gnav .btn_menu li a .icon {
  margin-left: -0.5em;
}
.hm_menu_wrap .hm_inner .menucontent .gnav .btn_menu li a .icon img.icon2 {
  display: none;
}

/* 開閉時のアニメーション */
.hm_menu_check:checked ~ .hm_menu_wrap {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.hm_menu_check:checked ~ .hm_menu_wrap .menucontent {
  opacity: 1;
  filter: alpha(opacity=100);
  left: 50%;
  height: auto;
}
@media screen and (max-width: 480px) {
  .hm_menu_check:checked ~ .hm_menu_wrap .menucontent {
    left: 25%;
  }
}

/* =======================================================================================================================
　　　　　　　　　フッター
======================================================================================================================= */
#footer {
  /* ================= 情報エリア ============================================================ */
  /* ================= 外部リンクエリア ============================================================ */
  /* ================= コピーライトエリア ============================================================ */
}
#footer .footer_info {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  background: #e9eddc;
  padding: 5em 0;
}
#footer .footer_info .innerbox {
  /* -------------------------- フッターメニュー ------------------------------------------- */
  /* -------------------------- 会社情報 ------------------------------------------- */
}
#footer .footer_info .innerbox .fnav {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
#footer .footer_info .innerbox .fnav ul {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style: none inside;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#footer .footer_info .innerbox .fnav ul li {
  padding: 0 1em;
  border-right: #666464 solid 1px;
  line-height: 1em;
}
@media screen and (max-width: 480px) {
  #footer .footer_info .innerbox .fnav ul li {
    padding: 0 0.5em;
    border-right: none;
    line-height: 2em;
  }
}
#footer .footer_info .innerbox .fnav ul li:first-child {
  padding-left: 0;
}
#footer .footer_info .innerbox .fnav ul li:last-child {
  padding-right: 0;
  border-right: none;
}
#footer .footer_info .innerbox .fnav ul li a {
  color: #666464;
}
#footer .footer_info .innerbox .fnav ul li a:hover {
  color: #91b821;
}
#footer .footer_info .innerbox .info_box {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-top: 2.5em;
  text-align: center;
  /* 会社名 ------------------------------------------- */
  /* 電話窓口 ------------------------------------------- */
}
#footer .footer_info .innerbox .info_box h2 {
  font-size: 1em;
  line-height: 1em;
  padding-bottom: 1.5em;
}
#footer .footer_info .innerbox .info_box h2 a {
  /* ロゴマーク */
  /* テキスト */
}
#footer .footer_info .innerbox .info_box h2 a:hover {
  color: #91b821;
  text-decoration: none;
}
#footer .footer_info .innerbox .info_box h2 a .logo {
  display: block;
  margin: 0 auto;
  width: 15em;
  line-height: 0;
}
#footer .footer_info .innerbox .info_box h2 a .logo img {
  width: 100%;
  height: auto;
}
#footer .footer_info .innerbox .info_box h2 a .txtbox {
  display: block;
  font-weight: 700;
  padding-top: 0.5em;
  color: #666464;
}
#footer .footer_info .innerbox .info_box .telbox {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4em;
}
@media screen and (max-width: 1350px) {
  #footer .footer_info .innerbox .info_box .telbox {
    gap: 2em;
  }
}
@media screen and (max-width: 480px) {
  #footer .footer_info .innerbox .info_box .telbox {
    gap: 1em;
  }
}
#footer .footer_info .innerbox .info_box .telbox .tel {
  display: block;
  width: auto;
  padding-bottom: 0;
  /* 電話番号 */
  /* 受付時間 */
}
#footer .footer_info .innerbox .info_box .telbox .tel .eg {
  display: block;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1.5em;
  line-height: 1em;
}
@media screen and (max-width: 1350px) {
  #footer .footer_info .innerbox .info_box .telbox .tel .eg {
    font-size: 1em;
  }
}
#footer .footer_info .innerbox .info_box .telbox .tel .eg img {
  height: 1em;
  width: auto;
}
#footer .footer_info .innerbox .info_box .telbox .tel small {
  display: block;
  font-family: korolev, noto-sans-cjk-jp, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 0.85em;
  font-weight: 500;
  line-height: 1em;
  padding-top: 0.25em;
}
@media screen and (max-width: 1350px) {
  #footer .footer_info .innerbox .info_box .telbox .tel small {
    font-size: 0.6em;
  }
}
#footer .footer_info .innerbox .info_box .telbox .tel small span {
  font-weight: 700;
}
#footer .footer_link {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  background: #cedf96;
  padding: 2.5em 0;
}
@media screen and (max-width: 768px) {
  #footer .footer_link {
    padding: 4em 0;
  }
}
#footer .footer_link .innerbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  /* -------------------------- バナー ------------------------------------------- */
  /* -------------------------- 公式リンク ------------------------------------------- */
  /* -------------------------- SNS・ショッピングモール ------------------------------------------- */
}
@media screen and (max-width: 768px) {
  #footer .footer_link .innerbox {
    display: block;
  }
}
#footer .footer_link .innerbox .bn {
  position: relative;
  box-sizing: border-box;
  width: 15em;
}
@media screen and (max-width: 768px) {
  #footer .footer_link .innerbox .bn {
    margin: auto;
    padding-bottom: 2.5em;
  }
}
#footer .footer_link .innerbox .bn a img {
  width: 100%;
  height: auto;
}
#footer .footer_link .innerbox .bn a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0.2em);
}
@media screen and (max-width: 768px) {
  #footer .footer_link .innerbox .official_link {
    text-align: center;
  }
}
#footer .footer_link .innerbox .official_link span {
  display: block;
  font-size: 0.9em;
  line-height: 1em;
  margin-bottom: 0.4em;
}
#footer .footer_link .innerbox .official_link span:nth-child(2) {
  font-size: 1em;
  font-weight: 700;
}
#footer .footer_link .innerbox .official_link span:nth-child(3) {
  font-weight: 300;
  margin-bottom: 0.8em;
}
#footer .footer_link .innerbox .official_link span:last-child {
  margin-bottom: 0;
}
#footer .footer_link .innerbox .official_link span a {
  color: #666464;
}
#footer .footer_link .innerbox .sns_mall {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-end;
  display: flex;
  align-items: center;
  /* SNS ------------------------------------------- */
  /* ショッピングモール ------------------------------------------- */
}
@media screen and (max-width: 768px) {
  #footer .footer_link .innerbox .sns_mall {
    display: block;
  }
}
#footer .footer_link .innerbox .sns_mall a {
  color: #666464;
}
#footer .footer_link .innerbox .sns_mall a:hover {
  text-decoration: none;
}
#footer .footer_link .innerbox .sns_mall ul {
  position: relative;
  box-sizing: border-box;
  list-style: none inside;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #footer .footer_link .innerbox .sns_mall ul {
    justify-content: center;
  }
}
#footer .footer_link .innerbox .sns_mall .sns_list {
  padding-right: 3em;
}
@media screen and (max-width: 768px) {
  #footer .footer_link .innerbox .sns_mall .sns_list {
    padding-top: 2.5em;
    padding-right: 0;
  }
}
#footer .footer_link .innerbox .sns_mall .sns_list li {
  line-height: 1em;
  padding-right: 1.5em;
}
#footer .footer_link .innerbox .sns_mall .sns_list li:last-child {
  padding-right: 0;
}
#footer .footer_link .innerbox .sns_mall .sns_list li a i {
  font-size: 1.7em;
  transition: 0.3s ease;
  backface-visibility: hidden;
}
#footer .footer_link .innerbox .sns_mall .sns_list li a:hover i {
  transform: scale(1.2);
  color: #91b821;
}
#footer .footer_link .innerbox .sns_mall .shopping_mall {
  display: flex;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  /* 見出し */
  /* ショッピングモール一覧 */
}
@media screen and (max-width: 768px) {
  #footer .footer_link .innerbox .sns_mall .shopping_mall {
    display: block;
  }
}
#footer .footer_link .innerbox .sns_mall .shopping_mall h2 {
  font-family: korolev, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1em;
  line-height: 1em;
}
@media screen and (max-width: 768px) {
  #footer .footer_link .innerbox .sns_mall .shopping_mall h2 {
    text-align: center;
    padding-bottom: 1em;
  }
}
#footer .footer_link .innerbox .sns_mall .shopping_mall .mall_list li {
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  #footer .footer_link .innerbox .sns_mall .shopping_mall .mall_list li:first-child {
    padding-left: 0;
  }
}
#footer .footer_link .innerbox .sns_mall .shopping_mall .mall_list li a {
  position: relative;
  box-sizing: border-box;
  display: block;
  font-family: korolev, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.25em;
  line-height: 1em;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  border: #666464 solid 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer .footer_link .innerbox .sns_mall .shopping_mall .mall_list li a:hover {
  transform: scale(1.1);
  color: #91b821;
  border-color: #91b821;
}
#footer .footer_copyright {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  background: #91b721;
  padding: 2.5em 0;
}
#footer .footer_copyright .copyright {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-family: korolev, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.8em;
  line-height: 1em;
  padding-bottom: 0;
  text-align: center;
  color: #fff;
  opacity: 0.4;
  filter: alpha(opacity=40);
  bottom: -0.2em;
}

/* =======================================================================================================================
　　　　　　　　　トップページメインカラム
======================================================================================================================= */
body#front-page {
  /* ================= メイン画像 ============================================================ */
  /* ================= 理念 ============================================================ */
  /* ================= ポイント ============================================================ */
  /* ================= ブログ ============================================================ */
  /* ================= 新着情報 ============================================================ */
  /* ================= インタラクション ============================================================ */
}
body#front-page #mainimg {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 0.5em;
  /* -------------------------- バナーエリア ------------------------------------------- */
}
@media screen and (max-width: 480px) and (min-aspect-ratio: 1/1) {
  body#front-page #mainimg {
    display: none;
  }
}
body#front-page #mainimg .topimg {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  height: calc(100vh - 1em);
  min-height: 44em;
  border-radius: 2em;
  overflow: hidden;
  background: #91b821;
  /* -------------------------- 背景イラスト画像 ------------------------------------------- */
  /* -------------------------- メイン画像中央 ------------------------------------------- */
  /* -------------------------- 新着情報 ------------------------------------------- */
}
@media screen and (max-width: 1350px) {
  body#front-page #mainimg .topimg {
    min-height: 35em;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #mainimg .topimg {
    border-radius: 1em;
    min-height: 42em;
  }
}
body#front-page #mainimg .topimg .bgimg {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  height: 100vh;
  margin: auto;
}
body#front-page #mainimg .topimg .bgimg.spimg {
  display: none;
}
@media screen and (max-aspect-ratio: 1/1) {
  body#front-page #mainimg .topimg .bgimg.pcimg {
    display: none;
  }
  body#front-page #mainimg .topimg .bgimg.spimg {
    display: block;
  }
}
body#front-page #mainimg .topimg .bgimg .imgbox {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  height: 100%;
}
body#front-page #mainimg .topimg .bgimg .imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  filter: drop-shadow(10px 5px 5px rgba(0, 0, 0, 0.2));
}
body#front-page #mainimg .topimg .centerbox {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  transform: translate(-50%, -50%);
  width: 37em;
  height: 34.5em;
  z-index: 1;
  /* -------------------------- スライダー ------------------------------------------- */
}
@media screen and (max-width: 1350px) {
  body#front-page #mainimg .topimg .centerbox {
    width: 25em;
    height: 24.5em;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #mainimg .topimg .centerbox {
    width: 28em;
    height: 27.5em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #mainimg .topimg .centerbox {
    width: 20em;
    height: 20em;
  }
}
body#front-page #mainimg .topimg .centerbox .maincopy {
  position: absolute;
  top: 0;
  left: 50%;
  right: auto;
  bottom: auto;
  transform: translate(-50%, 0);
  width: 100%;
}
body#front-page #mainimg .topimg .centerbox .maincopy .imgbox {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
body#front-page #mainimg .topimg .centerbox .maincopy .imgbox img {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
body#front-page #mainimg .topimg .centerbox .sliderbox {
  position: absolute;
  top: auto;
  left: 50%;
  right: auto;
  bottom: auto;
  bottom: 0;
  transform: translate(-50%, 0);
  width: 31.5em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  /* スライダーアニメーション ------------------------------------------- */
}
@media screen and (max-width: 1350px) {
  body#front-page #mainimg .topimg .centerbox .sliderbox {
    width: 22em;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #mainimg .topimg .centerbox .sliderbox {
    width: 25em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #mainimg .topimg .centerbox .sliderbox {
    width: 18em;
  }
}
body#front-page #mainimg .topimg .centerbox .sliderbox .item {
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  opacity: 1;
  animation: fade 12s infinite;
}
body#front-page #mainimg .topimg .centerbox .sliderbox .item:first-child {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
@media screen and (max-width: 1350px) {
  body#front-page #mainimg .topimg .centerbox .sliderbox .item:first-child {
    font-size: 0.7em;
  }
}
body#front-page #mainimg .topimg .centerbox .sliderbox .item:first-child .txtbox {
  width: 20em;
  padding: 0.6em 0;
  margin-bottom: 0.75em;
  background: #91b821;
  border-radius: 2em;
  color: #fff;
}
@media screen and (max-width: 480px) {
  body#front-page #mainimg .topimg .centerbox .sliderbox .item:first-child .txtbox {
    width: 18em;
  }
}
body#front-page #mainimg .topimg .centerbox .sliderbox .item:first-child .txtbox span {
  display: block;
  font-size: 0.9em;
  line-height: 1em;
  letter-spacing: 0.2em;
  font-weight: 500;
  text-indent: 0;
}
body#front-page #mainimg .topimg .centerbox .sliderbox .item:first-child .imgbox {
  width: 20em;
  box-sizing: border-box;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 480px) {
  body#front-page #mainimg .topimg .centerbox .sliderbox .item:first-child .imgbox {
    width: 15em;
  }
}
body#front-page #mainimg .topimg .centerbox .sliderbox .item:first-child .imgbox img {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
body#front-page #mainimg .topimg .centerbox .sliderbox .item:first-child .cr_name {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 0 2em;
  font-size: 1.8em;
  font-weight: 900;
  margin-top: -0.4em;
}
@media screen and (max-width: 768px) {
  body#front-page #mainimg .topimg .centerbox .sliderbox .item:first-child .cr_name {
    padding: 0 1.5em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #mainimg .topimg .centerbox .sliderbox .item:first-child .cr_name {
    padding: 0 1em;
  }
}
body#front-page #mainimg .topimg .centerbox .sliderbox .item:first-child .cr_name span {
  display: inline-block;
}
body#front-page #mainimg .topimg .centerbox .sliderbox .item:first-child .cr_name .no_wrap {
  white-space: nowrap;
}
body#front-page #mainimg .topimg .centerbox .sliderbox .item.item02, body#front-page #mainimg .topimg .centerbox .sliderbox .item.item03, body#front-page #mainimg .topimg .centerbox .sliderbox .item.item04 {
  width: 97%;
  height: 97%;
  border-radius: 50%;
  overflow: hidden;
}
body#front-page #mainimg .topimg .centerbox .sliderbox .item.item02 .imgbox, body#front-page #mainimg .topimg .centerbox .sliderbox .item.item03 .imgbox, body#front-page #mainimg .topimg .centerbox .sliderbox .item.item04 .imgbox {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  height: 100%;
}
body#front-page #mainimg .topimg .centerbox .sliderbox .item img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover; object-position: 50% 50%;"; /* IE・Edge対応 */
}
body#front-page #mainimg .topimg .centerbox .sliderbox .item01 {
  animation-delay: 0s;
}
body#front-page #mainimg .topimg .centerbox .sliderbox .item02 {
  animation-delay: 3s;
}
body#front-page #mainimg .topimg .centerbox .sliderbox .item03 {
  animation-delay: 6s;
}
body#front-page #mainimg .topimg .centerbox .sliderbox .item04 {
  animation-delay: 9s;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  33% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
body#front-page #mainimg .topimg .top_news {
  width: 15em;
  height: 15em;
  position: absolute;
  top: auto;
  left: 5em;
  right: auto;
  bottom: 2.5em;
  z-index: 5;
  /* 周辺英語画像 ------------------------------------------- */
  /* 出現動作 ------------------------------------------- */
  transform: scale(0);
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 1s ease;
  backface-visibility: hidden;
}
@media screen and (max-width: 768px) {
  body#front-page #mainimg .topimg .top_news {
    transform-origin: 0 100%;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  body#front-page #mainimg .topimg .top_news {
    left: 2.5em;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) and (min-aspect-ratio: 1/1) {
  body#front-page #mainimg .topimg .top_news {
    transform-origin: 100% 100%;
    top: auto;
    left: auto;
    right: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #mainimg .topimg .top_news {
    transform-origin: 100% 100%;
    top: auto;
    left: auto;
    right: 1.5em;
    bottom: 2em;
  }
}
body#front-page #mainimg .topimg .top_news::before {
  display: block;
  content: "";
  position: absolute;
  top: -0.9em;
  left: -0.9em;
  right: -0.9em;
  bottom: -0.9em;
  margin: auto;
  z-index: 1;
  background: url("/images/main/news_txt.svg") no-repeat 0 0;
  background-size: contain;
  animation: rt_anm linear 15s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: rt_anm linear 15s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: rt_anm linear 15s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: rt_anm linear 15s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: rt_anm linear 15s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}
body#front-page #mainimg .topimg .top_news a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  box-sizing: border-box;
  border: #fff solid 0.25em;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
  z-index: 2;
  /* サムネイル画像 ------------------------------------------- */
  /* テキスト ------------------------------------------- */
  /* マウスオーバー ------------------------------------------- */
}
body#front-page #mainimg .topimg .top_news a .thumb {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 1;
}
body#front-page #mainimg .topimg .top_news a .thumb::before {
  content: "";
  display: block;
  padding-top: 50%;
}
body#front-page #mainimg .topimg .top_news a .thumb span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
body#front-page #mainimg .topimg .top_news a .thumb span img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover; object-position: 50% 50%;"; /* IE・Edge対応 */
}
body#front-page #mainimg .topimg .top_news a .txtbox {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 0.7em 0.8em 0 0.8em;
  color: #666464;
  transition: 0.3s ease;
  backface-visibility: hidden;
  /* 見出し */
  /* 抜粋文 */
  /* 日付 */
}
body#front-page #mainimg .topimg .top_news a .txtbox .post_ttl {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-family: korolev, noto-sans-cjk-jp, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 0.9em;
  font-weight: 700;
  line-height: 1.2em;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis; /* Opera9,10対応 */
  padding-bottom: 0.3em;
}
@media screen and (max-width: 480px) {
  body#front-page #mainimg .topimg .top_news a .txtbox .post_ttl {
    font-size: 1.5em;
    text-align: center;
  }
}
body#front-page #mainimg .topimg .top_news a .txtbox .post_exc {
  position: relative;
  box-sizing: border-box;
  width: 80%;
  height: 3.2em;
  font-size: 0.8em;
  font-weight: 400;
  line-height: 1.5625em;
  margin-left: 10%;
  padding-bottom: 0;
  overflow: hidden;
  text-align: justify;
}
body#front-page #mainimg .topimg .top_news a .txtbox .post_exc::before, body#front-page #mainimg .topimg .top_news a .txtbox .post_exc::after {
  position: absolute;
  background: #fff;
}
body#front-page #mainimg .topimg .top_news a .txtbox .post_exc::before {
  content: "…";
  bottom: 0;
  right: 0;
}
body#front-page #mainimg .topimg .top_news a .txtbox .post_exc::after {
  content: "";
  height: 100%;
  width: 100%;
}
body#front-page #mainimg .topimg .top_news a .txtbox .post_exc::before, body#front-page #mainimg .topimg .top_news a .txtbox .post_exc::after {
  transition: 0.3s ease;
  backface-visibility: hidden;
}
@media screen and (max-width: 480px) {
  body#front-page #mainimg .topimg .top_news a .txtbox .post_exc {
    display: none;
  }
}
body#front-page #mainimg .topimg .top_news a .txtbox .date {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-family: korolev, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.25em;
  font-weight: 700;
  text-align: center;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
@media screen and (max-width: 480px) {
  body#front-page #mainimg .topimg .top_news a .txtbox .date {
    font-size: 1.5em;
  }
}
body#front-page #mainimg .topimg .top_news a:hover {
  text-decoration: none;
  border-color: #cedf96;
  background: #cedf96;
  /* サムネイル画像 */
  /* テキスト */
}
body#front-page #mainimg .topimg .top_news a:hover .thumb span img {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: scale(1.2);
}
body#front-page #mainimg .topimg .top_news a:hover .txtbox {
  color: #607a14;
  /* 抜粋文 */
}
body#front-page #mainimg .topimg .top_news a:hover .txtbox .post_exc::before, body#front-page #mainimg .topimg .top_news a:hover .txtbox .post_exc::after {
  background: #cedf96;
}
body#front-page #mainimg .topimg .top_news .topnews_inner {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  height: 15em;
  transform: rotate(180deg);
  transition: 1s ease;
  backface-visibility: hidden;
  z-index: 2;
}
body#front-page #mainimg .topimg .top_news.lazyloaded {
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}
@media screen and (max-width: 768px) {
  body#front-page #mainimg .topimg .top_news.lazyloaded {
    transform: scale(0.8);
  }
}
@media screen and (max-width: 480px) {
  body#front-page #mainimg .topimg .top_news.lazyloaded {
    transform: scale(0.5);
  }
}
body#front-page #mainimg .topimg .top_news.lazyloaded .topnews_inner {
  transform: rotate(0deg);
}
body#front-page #mainimg .bn_area {
  width: 42%;
  position: absolute;
  top: auto;
  left: auto;
  right: 5em;
  bottom: 2.5em;
  z-index: 5;
}
@media screen and (max-width: 1350px) {
  body#front-page #mainimg .bn_area {
    width: 55%;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  body#front-page #mainimg .bn_area {
    width: calc(100% - 5em);
    right: 2.5em;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) and (min-aspect-ratio: 1/1) {
  body#front-page #mainimg .bn_area {
    position: relative;
    right: 0;
    bottom: 0;
    margin-top: 2.5em;
    margin-left: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #mainimg .bn_area {
    width: calc(100% - 3em);
    position: relative;
    right: 0;
    bottom: 0;
    margin-top: -5em;
    margin-left: 1.5em;
  }
}
body#front-page #mainimg .bn_area .bn_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style: none inside;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
body#front-page #mainimg .bn_area .bn_list li {
  position: relative;
  box-sizing: border-box;
  width: 32%;
  margin-right: 2%;
}
body#front-page #mainimg .bn_area .bn_list li:last-child {
  margin-right: 0;
}
@media screen and (min-width: 481px) and (max-width: 768px) and (min-aspect-ratio: 1/1) {
  body#front-page #mainimg .bn_area .bn_list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1em;
  }
  body#front-page #mainimg .bn_area .bn_list li:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #mainimg .bn_area .bn_list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1em;
  }
  body#front-page #mainimg .bn_area .bn_list li:last-child {
    margin-bottom: 0;
  }
}
body#front-page #mainimg .bn_area .bn_list li a {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: block;
  background: #fff;
}
body#front-page #mainimg .bn_area .bn_list li a:hover {
  transform: translate(0, 0.2em);
}
body#front-page #mainimg .bn_area .bn_list li img {
  width: 100%;
  height: auto;
}
body#front-page #message {
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* -------------------------- ポエム ------------------------------------------- */
  /* -------------------------- 出現動作 ------------------------------------------- */
  /* 縦並びの時 ------------------------------------------- */
}
@media screen and (max-width: 768px) {
  body#front-page #message {
    display: block;
  }
}
body#front-page #message.sec {
  padding-bottom: 0;
}
body#front-page #message .sec {
  padding-top: 0;
}
body#front-page #message .sec::before {
  display: block;
  content: "";
  position: absolute;
  top: 4.4em;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 1350px) {
  body#front-page #message .sec::before {
    top: 3.2em;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #message .sec::before {
    top: 2.6em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #message .sec::before {
    top: 1.7em;
  }
}
body#front-page #message .sec .innerbox {
  z-index: 2;
}
body#front-page #message #poem {
  width: 40%;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  box-sizing: border-box;
  /* 背景 */
}
@media screen and (max-width: 1350px) {
  body#front-page #message #poem {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #message #poem {
    width: 100%;
  }
}
body#front-page #message #poem.sec {
  padding-bottom: 0;
  margin-bottom: 15em;
}
@media screen and (max-width: 1350px) {
  body#front-page #message #poem.sec {
    margin-bottom: 10em;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #message #poem.sec {
    margin-bottom: 0;
  }
}
body#front-page #message #poem::before {
  top: 0;
  background: #e9eddc;
  border-top-right-radius: 10em;
  border-bottom-right-radius: 10em;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(-100%, 0);
  transition: 1s ease;
  backface-visibility: hidden;
}
@media screen and (max-width: 768px) {
  body#front-page #message #poem::before {
    right: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #message #poem::before {
    right: 1em;
  }
}
body#front-page #message #poem .innerbox {
  padding: 5em 6.6em 10em 10em;
}
@media screen and (max-width: 1350px) {
  body#front-page #message #poem .innerbox {
    padding: 5em 4em 10em 8em;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #message #poem .innerbox {
    padding: 5em 10em 10em 8em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #message #poem .innerbox {
    padding: 5em 4em 10em 2em;
  }
}
body#front-page #message #poem .innerbox .imgbox {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
body#front-page #message #poem .innerbox .imgbox img {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  transition-delay: 0.25s;
}
body#front-page #message #poem .bgimg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media screen and (max-width: 1350px) {
  body#front-page #message #poem .bgimg {
    font-size: 0.8em;
  }
}
body#front-page #message #poem .bgimg .imgbox {
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
body#front-page #message #poem .bgimg .imgbox:nth-child(1) {
  width: 6em;
  top: -6%;
  right: 22%;
}
@media screen and (max-width: 1350px) {
  body#front-page #message #poem .bgimg .imgbox:nth-child(1) {
    right: 28%;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #message #poem .bgimg .imgbox:nth-child(1) {
    top: -5.5%;
    right: 29%;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #message #poem .bgimg .imgbox:nth-child(1) {
    right: 64%;
  }
}
body#front-page #message #poem .bgimg .imgbox:nth-child(2) {
  width: 4em;
  top: 45%;
  left: 8%;
}
@media screen and (max-width: 480px) {
  body#front-page #message #poem .bgimg .imgbox:nth-child(2) {
    left: auto;
    right: 20%;
  }
}
body#front-page #message #poem .bgimg .imgbox:nth-child(3) {
  width: 9.3em;
  bottom: -6%;
  right: 15%;
}
@media screen and (max-width: 1350px) {
  body#front-page #message #poem .bgimg .imgbox:nth-child(3) {
    bottom: -5.5%;
    right: 19%;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #message #poem .bgimg .imgbox:nth-child(3) {
    right: 23%;
  }
}
body#front-page #message #poem .bgimg .imgbox:nth-child(4) {
  width: 8.6em;
  bottom: -18%;
  right: 38%;
}
@media screen and (max-width: 1350px) {
  body#front-page #message #poem .bgimg .imgbox:nth-child(4) {
    bottom: -17%;
    right: 42%;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #message #poem .bgimg .imgbox:nth-child(4) {
    right: 49%;
  }
}
body#front-page #message #poem .bgimg .imgbox img {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  filter: drop-shadow(10px 5px 5px rgba(0, 0, 0, 0.2));
}
body#front-page #message #poem .bgimg .imgbox img.bard1 {
  transition-delay: 0.5s;
}
body#front-page #message #poem .bgimg .imgbox img.bard2 {
  transition-delay: 0.75s;
}
body#front-page #message #poem .bgimg .imgbox img.boy {
  transition-delay: 1s;
}
body#front-page #message #poem .bgimg .imgbox img.girl {
  transition-delay: 1s;
}
body#front-page #message #ph {
  width: 55%;
  padding-bottom: 15em;
  margin-top: 10em;
  position: relative;
  box-sizing: border-box;
  /* 背景 */
}
@media screen and (max-width: 1350px) {
  body#front-page #message #ph {
    width: 50%;
    padding-bottom: 10em;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #message #ph {
    width: 100%;
  }
}
body#front-page #message #ph::before {
  background: #eceae6;
  border-top-left-radius: 10em;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(100%, 0);
  transition: 1s ease;
  backface-visibility: hidden;
}
@media screen and (max-width: 768px) {
  body#front-page #message #ph::before {
    left: 2.5em;
  }
}
body#front-page #message #ph .innerbox {
  padding-left: 5em;
  color: #666464;
  /* 大見出し */
  /* テキスト ------------------------------------------- */
  /* 見出し */
  /* 説明文 */
}
body#front-page #message #ph .innerbox .sec_header .sec_ttl {
  transition-delay: 0.25s;
}
body#front-page #message #ph .innerbox .sec_header p {
  transition-delay: 0.5s;
}
body#front-page #message #ph .innerbox h3 {
  font-size: 1.9em;
  font-weight: 700;
  line-height: 2em;
  padding-bottom: 0.5em;
  margin-top: -0.6em;
  transition-delay: 0.75s;
}
@media screen and (min-width: 769px) and (max-width: 1350px) {
  body#front-page #message #ph .innerbox h3 {
    font-size: 1.7em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #message #ph .innerbox h3 {
    font-size: 2.15em;
    line-height: 1.5em;
  }
}
body#front-page #message #ph .innerbox h3 .eg {
  font-size: 2em;
}
body#front-page #message #ph .innerbox p {
  /* 強調 */
  /* 通常テキスト */
}
body#front-page #message #ph .innerbox p:last-child {
  padding-bottom: 0;
}
@media screen and (min-width: 769px) and (max-width: 1350px) {
  body#front-page #message #ph .innerbox p br {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #message #ph .innerbox p {
    font-size: 0.9em;
  }
}
body#front-page #message #ph .innerbox p.copy {
  font-size: 1.5em;
  font-weight: 700;
  padding-bottom: 0.5em;
  transition-delay: 1s;
}
body#front-page #message #ph .innerbox p.txt {
  transition-delay: 1s;
}
body#front-page #message.onpc {
  /* 横並びの時 ------------------------------------------- */
}
@media screen and (min-width: 769px) {
  body#front-page #message.onpc #poem,
  body#front-page #message.onpc #ph {
    /* 背景 */
  }
  body#front-page #message.onpc #poem::before,
  body#front-page #message.onpc #ph::before {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 768px) {
  body#front-page #message .ontb#poem {
    /* access背景 */
  }
  body#front-page #message .ontb#poem::before {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translate(0, 0);
  }
  body#front-page #message .ontb#ph {
    /* 背景 */
  }
  body#front-page #message .ontb#ph::before {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translate(0, 0);
  }
}
body#front-page #point {
  text-align: center;
  background: #91b721;
  position: relative;
  /* -------------------------- 出現動作 ------------------------------------------- */
}
body#front-page #point::before, body#front-page #point::after {
  content: "";
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  bottom: 0;
  height: 100%;
  z-index: 0;
}
body#front-page #point::before {
  left: 0;
  width: 31em;
  background: url("/images/main/bg_point_girl.webp") bottom left/contain no-repeat;
}
@media screen and (max-width: 1350px) {
  body#front-page #point::before {
    width: 26em;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #point::before {
    width: 18em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #point::before {
    width: 12em;
  }
}
body#front-page #point::after {
  right: 0;
  width: 30em;
  background: url("/images/main/bg_point_boy.webp") bottom right/contain no-repeat;
}
@media screen and (max-width: 1350px) {
  body#front-page #point::after {
    width: 25em;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #point::after {
    width: 16em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #point::after {
    width: 11em;
  }
}
body#front-page #point.sec {
  padding-top: 0;
  padding-bottom: 34em;
}
@media screen and (max-width: 1350px) {
  body#front-page #point.sec {
    padding-bottom: 23em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #point.sec {
    padding-bottom: 17em;
  }
}
body#front-page #point .innerbox {
  z-index: 1;
  /* 大見出し */
  /* テキスト ------------------------------------------- */
  /* 見出し */
  /* ３つのポイント ------------------------------------------- */
}
body#front-page #point .innerbox .sec_header {
  color: #607a14;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: -4.2em;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1350px) {
  body#front-page #point .innerbox .sec_header {
    top: -3.6em;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #point .innerbox .sec_header {
    top: -3em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #point .innerbox .sec_header {
    top: -2em;
  }
}
body#front-page #point .innerbox .sec_header .sec_ttl {
  transition-delay: 0.25s;
  text-indent: 0;
}
body#front-page #point .innerbox .sec_header p {
  transition-delay: 0.5s;
}
body#front-page #point .innerbox h3 {
  font-size: 1.9em;
  font-weight: 700;
  line-height: 1;
  padding-top: 8.5em;
  padding-bottom: 2.5em;
  color: #fff;
  transition-delay: 0.75s;
}
@media screen and (min-width: 769px) and (max-width: 1350px) {
  body#front-page #point .innerbox h3 {
    font-size: 1.7em;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #point .innerbox h3 {
    padding-top: 7.5em;
    padding-bottom: 3.3em;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #point .innerbox h3 {
    padding-top: 6.5em;
    font-size: 1.7em;
  }
}
body#front-page #point .innerbox h3 .eg {
  font-size: 2em;
}
body#front-page #point .innerbox .pointbox {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.5em;
}
@media screen and (max-width: 768px) {
  body#front-page #point .innerbox .pointbox {
    gap: 7em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #point .innerbox .pointbox {
    gap: 6em;
  }
}
body#front-page #point .innerbox .pointbox .item .ttl {
  font-size: 1.5em;
  line-height: 1;
  color: #fff;
  margin-bottom: 1em;
}
body#front-page #point .innerbox .pointbox .item .txt {
  width: 20em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 0.25em #fff solid;
  background: rgba(255, 255, 255, 0.75);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
body#front-page #point.on .sec_header p {
  transition-delay: 0.25s;
}
body#front-page #point.on h3 {
  transition-delay: 0.5s;
}
body#front-page #point.on .pointbox .item:nth-child(1) {
  transition-delay: 0.75s;
}
body#front-page #point.on .pointbox .item:nth-child(2) {
  transition-delay: 1s;
}
body#front-page #point.on .pointbox .item:nth-child(3) {
  transition-delay: 1.25s;
}
body#front-page #blog {
  /* 背景 */
  /* -------------------------- コンテンツ ------------------------------------------- */
  /* -------------------------- 出現動作 ------------------------------------------- */
}
body#front-page #blog.sec {
  padding-top: 0;
  padding-bottom: 5em;
}
@media screen and (max-width: 480px) {
  body#front-page #blog.sec {
    padding-bottom: 4em;
  }
}
body#front-page #blog::before {
  display: block;
  content: "";
  position: absolute;
  top: -7.1em;
  left: 0;
  right: 40%;
  bottom: 0;
  margin: auto;
  border-top-right-radius: 10em;
  background: #eceae6;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(-100%, 0);
  transition: 1s ease;
  backface-visibility: hidden;
}
@media screen and (max-width: 1350px) {
  body#front-page #blog::before {
    top: -7.8em;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #blog::before {
    top: -6.5em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #blog::before {
    top: -5em;
    right: 20%;
  }
}
body#front-page #blog .innerbox {
  top: -11.2em;
  /* 見出しエリア ------------------------------------------- */
  /* リスト ------------------------------------------- */
  /* 新着トリガー */
}
@media screen and (max-width: 768px) {
  body#front-page #blog .innerbox {
    top: -9.5em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #blog .innerbox {
    top: -7em;
  }
}
body#front-page #blog .innerbox .sec_header {
  padding-bottom: 2em;
}
body#front-page #blog .innerbox .sec_header .sec_ttl {
  transition-delay: 0.25s;
}
body#front-page #blog .innerbox .sec_header p.eg {
  transition-delay: 0.5s;
}
body#front-page #blog .innerbox .sec_header p.jp {
  transition-delay: 0.75s;
}
body#front-page #blog .innerbox ul.blog_list {
  padding-bottom: 5em;
}
@media screen and (max-width: 768px) {
  body#front-page #blog .innerbox ul.blog_list {
    padding-bottom: 3em;
  }
}
body#front-page #blog .innerbox .trg_topics {
  position: absolute;
  top: auto;
  left: 0;
  right: auto;
  bottom: 70vh;
}
body#front-page #blog .btn {
  transition-delay: 1s;
}
body#front-page #blog.on {
  /* 背景 */
}
body#front-page #blog.on::before {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
}
body#front-page #blog.on .innerbox {
  /* 商品リスト ------------------------------------------- */
}
body#front-page #blog.on .innerbox ul.blog_list li.lazyloaded {
  transform: rotate3d(1, -1, 0, 0deg);
  opacity: 1;
  filter: alpha(opacity=100);
}
body#front-page #topics {
  background: #cedf96;
  /* -------------------------- 出現動作 ------------------------------------------- */
}
body#front-page #topics.sec {
  padding-top: 0;
}
body#front-page #topics .innerbox {
  top: -4.2em;
  margin-bottom: -4.2em;
  /* 見出し */
  /* -------------------------- 画像付き記事 ------------------------------------------- */
  /* -------------------------- テキストのみの記事一覧 ------------------------------------------- */
  /* -------------------------- ボタン ------------------------------------------- */
}
@media screen and (max-width: 1350px) {
  body#front-page #topics .innerbox {
    top: -3.4em;
    margin-bottom: -3.4em;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #topics .innerbox {
    top: -3em;
    margin-bottom: -3em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #topics .innerbox {
    top: -2em;
    margin-bottom: -2em;
  }
}
body#front-page #topics .innerbox .sec_header {
  text-align: right;
  color: #607a14;
}
body#front-page #topics .innerbox .sec_header p.eg {
  transition-delay: 0.5s;
}
body#front-page #topics .innerbox .pickup_post {
  width: 24%;
  position: absolute;
  top: 0;
  left: 10em;
  right: auto;
  bottom: auto;
}
@media screen and (max-width: 1350px) {
  body#front-page #topics .innerbox .pickup_post {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #topics .innerbox .pickup_post {
    width: 65%;
    margin-left: 30%;
    position: relative;
    left: 0;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #topics .innerbox .pickup_post {
    width: calc(100% - 2em);
    margin-left: 0;
  }
}
body#front-page #topics .innerbox .pickup_post a .txtbox {
  /* 見出し行数 */
  /* 文字数オーバー背景色 */
}
body#front-page #topics .innerbox .pickup_post a .txtbox .post_ttl {
  overflow: hidden;
  text-align: justify;
}
body#front-page #topics .innerbox .pickup_post a .txtbox .post_ttl::before, body#front-page #topics .innerbox .pickup_post a .txtbox .post_ttl::after {
  position: absolute;
  background: #fff;
}
body#front-page #topics .innerbox .pickup_post a .txtbox .post_ttl::before {
  content: "…";
  bottom: 0;
  right: 0;
}
body#front-page #topics .innerbox .pickup_post a .txtbox .post_ttl::after {
  content: "";
  height: 100%;
  width: 100%;
}
body#front-page #topics .innerbox .pickup_post a .txtbox .post_ttl::before, body#front-page #topics .innerbox .pickup_post a .txtbox .post_ttl::after,
body#front-page #topics .innerbox .pickup_post a .txtbox .post_exc::before,
body#front-page #topics .innerbox .pickup_post a .txtbox .post_exc::after {
  background: #cedf96;
}
body#front-page #topics .innerbox ul.txtpost_list {
  list-style: none inside;
  position: relative;
  box-sizing: border-box;
  width: 61%;
  margin-left: 39%;
  margin-bottom: 5em;
}
@media screen and (max-width: 1350px) {
  body#front-page #topics .innerbox ul.txtpost_list {
    width: 50%;
    margin-left: 50%;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #topics .innerbox ul.txtpost_list {
    width: 100%;
    margin: 3em 0;
  }
}
body#front-page #topics .innerbox ul.txtpost_list li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  line-height: 1.25em;
  padding-bottom: 1em;
}
body#front-page #topics .innerbox ul.txtpost_list li:nth-child(1) {
  transition-delay: 0.2s;
}
body#front-page #topics .innerbox ul.txtpost_list li:nth-child(2) {
  transition-delay: 0.4s;
}
body#front-page #topics .innerbox ul.txtpost_list li:nth-child(3) {
  transition-delay: 0.6s;
}
body#front-page #topics .innerbox ul.txtpost_list li:nth-child(4) {
  transition-delay: 0.8s;
}
body#front-page #topics .innerbox ul.txtpost_list li:nth-child(5) {
  transition-delay: 1s;
}
body#front-page #topics .innerbox ul.txtpost_list li:last-child {
  padding-bottom: 0;
}
body#front-page #topics .innerbox ul.txtpost_list li a {
  color: #91b721;
  display: flex;
  flex-wrap: wrap;
  /* -------------------------- 見出し ------------------------------------------- */
}
body#front-page #topics .innerbox ul.txtpost_list li a:hover {
  color: #91b821;
}
body#front-page #topics .innerbox ul.txtpost_list li a .sidebox {
  display: flex;
  align-items: center;
  opacity: 0.5;
  filter: alpha(opacity=50);
  padding-right: 0.25em;
  /* -------------------------- 日付 ------------------------------------------- */
  /* -------------------------- カテゴリー ------------------------------------------- */
}
body#front-page #topics .innerbox ul.txtpost_list li a .sidebox::after {
  content: "";
  position: relative;
  box-sizing: border-box;
  width: 2em;
  height: 1px;
  margin-left: 0.25em;
  border-bottom: #666464 solid 1px;
}
body#front-page #topics .innerbox ul.txtpost_list li a .sidebox .date {
  position: relative;
  box-sizing: border-box;
  font-family: korolev, sans-serif;
  font-weight: 700;
  font-style: normal;
  padding-right: 0.25em;
}
body#front-page #topics .innerbox ul.txtpost_list li a .sidebox .cat_box {
  font-size: 0.8em;
  position: relative;
  box-sizing: border-box;
  font-family: korolev, noto-sans-cjk-jp, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  padding-right: 0.25em;
}
body#front-page #topics .innerbox ul.txtpost_list li a .post_ttl {
  flex: 1;
  position: relative;
  box-sizing: border-box;
  height: 1.25em;
  line-height: 1.25em;
  padding-bottom: 0;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis; /* Opera9,10対応 */
  color: #607a14;
}
body#front-page #topics .innerbox .btn {
  text-align: right;
  transition-delay: 1s;
}
body#front-page #topics.on .innerbox {
  /* 画像付き記事 ------------------------------------------- */
}
body#front-page #topics.on .innerbox .pickup_post.lazyloaded {
  transform: rotate3d(1, -1, 0, 0deg);
  opacity: 1;
  filter: alpha(opacity=100);
}
body#front-page #interaction {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: linear-gradient(180deg, #cedf96 0, #cedf96 40%, transparent 40%, transparent 100%);
  /* -------------------------- access ------------------------------------------- */
  /* -------------------------- SNS ------------------------------------------- */
  /* #snsが存在しない場合に #access を幅90%にする */
  /* -------------------------- 出現動作 ------------------------------------------- */
  /* 縦並びの時 ------------------------------------------- */
}
@media screen and (max-width: 768px) {
  body#front-page #interaction {
    background: linear-gradient(180deg, #cedf96 0, #cedf96 20%, transparent 20%, transparent 100%);
  }
}
@media screen and (max-width: 768px) {
  body#front-page #interaction {
    display: block;
  }
}
body#front-page #interaction .sec {
  padding-top: 0;
}
body#front-page #interaction .sec::before {
  display: block;
  content: "";
  position: absolute;
  top: 5em;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
@media screen and (max-width: 1350px) {
  body#front-page #interaction .sec::before {
    top: 4em;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #interaction .sec::before {
    top: 3.5em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #interaction .sec::before {
    top: 2.5em;
  }
}
body#front-page #interaction .sec .innerbox {
  z-index: 2;
}
body#front-page #interaction #access {
  position: relative;
  box-sizing: border-box;
  width: 55%;
  height: 58em;
  padding-bottom: 5em;
  /* 背景 */
}
@media screen and (max-width: 1350px) {
  body#front-page #interaction #access {
    width: 50%;
    height: 64em;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #interaction #access {
    width: 100%;
    height: auto;
  }
}
body#front-page #interaction #access::before {
  top: 4.2em;
  background: #91b721;
  border-top-right-radius: 10em;
  border-bottom-right-radius: 10em;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(-100%, 0);
  transition: 1s ease;
  backface-visibility: hidden;
}
@media screen and (max-width: 1350px) {
  body#front-page #interaction #access::before {
    top: 3.4em;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #interaction #access::before {
    top: 3em;
    right: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #interaction #access::before {
    top: 2em;
    right: 1em;
  }
}
body#front-page #interaction #access .innerbox {
  padding-right: 5em;
  color: #ffffff;
  line-height: 1.5em;
  /* 見出し */
  /* google map 埋め込み ------------------------------------------- */
  /* 住所 ------------------------------------------- */
  /* ボタン ------------------------------------------- */
}
body#front-page #interaction #access .innerbox .sec_header {
  color: #607a14;
  padding-bottom: 2.5em;
}
body#front-page #interaction #access .innerbox .sec_header .sec_ttl {
  transition-delay: 0.25s;
}
body#front-page #interaction #access .innerbox .sec_header p {
  transition-delay: 0.5s;
}
body#front-page #interaction #access .innerbox h3 {
  padding-bottom: 2.5em;
  transition-delay: 0.75s;
}
body#front-page #interaction #access .innerbox .mapbox {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin-top: 0.5em;
  margin-bottom: 2em;
  transition-delay: 0.75s;
}
body#front-page #interaction #access .innerbox .mapbox .iframebox {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}
body#front-page #interaction #access .innerbox .mapbox .iframebox::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  background: #91b821;
  opacity: 0.75;
  z-index: 1;
  mix-blend-mode: overlay;
  pointer-events: none;
}
body#front-page #interaction #access .innerbox .mapbox .iframebox iframe {
  width: 100%;
  height: 29em;
  filter: grayscale(100%);
  position: relative;
  z-index: 0;
}
body#front-page #interaction #access .innerbox .address {
  color: #fff;
}
body#front-page #interaction #access .innerbox .btn {
  transition-delay: 1s;
}
body#front-page #interaction #access .innerbox .btn a {
  /* アイコン */
}
body#front-page #interaction #access .innerbox .btn a i {
  margin-right: 0.7em;
}
body#front-page #interaction #sns {
  width: 40%;
  margin-top: 10em;
  position: relative;
  box-sizing: border-box;
  /* 背景 */
}
@media screen and (max-width: 1350px) {
  body#front-page #interaction #sns {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #interaction #sns {
    width: 100%;
  }
}
body#front-page #interaction #sns::before {
  top: 4.2em;
  background: #97948f;
  border-top-left-radius: 10em;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(100%, 0);
  transition: 1s ease;
  backface-visibility: hidden;
}
@media screen and (max-width: 1350px) {
  body#front-page #interaction #sns::before {
    top: 3.4em;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #interaction #sns::before {
    top: 3em;
    left: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #interaction #sns::before {
    top: 2em;
  }
}
body#front-page #interaction #sns .innerbox {
  padding-left: 5em;
  color: #fff;
  /* 大見出し */
  /* テキスト ------------------------------------------- */
  /* 見出し */
  /* 説明文 */
  /* 画像 ------------------------------------------- */
}
body#front-page #interaction #sns .innerbox .sec_header {
  color: #666464;
}
body#front-page #interaction #sns .innerbox .sec_header .sec_ttl {
  transition-delay: 0.25s;
}
body#front-page #interaction #sns .innerbox .sec_header p {
  transition-delay: 0.5s;
}
body#front-page #interaction #sns .innerbox h3 {
  font-size: 1.875em;
  font-weight: 900;
  line-height: 2em;
  padding-bottom: 0.5em;
  transition-delay: 0.75s;
}
@media screen and (min-width: 769px) and (max-width: 1350px) {
  body#front-page #interaction #sns .innerbox h3 {
    font-size: 1.7em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #interaction #sns .innerbox h3 {
    font-size: 1.7em;
  }
}
body#front-page #interaction #sns .innerbox h3 .eg {
  font-size: 2em;
}
body#front-page #interaction #sns .innerbox p {
  line-height: 1.5em;
  /* 強調 */
  /* 通常テキスト */
}
@media screen and (min-width: 769px) and (max-width: 1350px) {
  body#front-page #interaction #sns .innerbox p br {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #interaction #sns .innerbox p {
    font-size: 0.9em;
  }
}
body#front-page #interaction #sns .innerbox p.copy {
  font-size: 1.5em;
  padding-bottom: 0.5em;
  transition-delay: 1s;
}
body#front-page #interaction #sns .innerbox p.txt {
  transition-delay: 1.5s;
}
body#front-page #interaction #sns .innerbox .imgbox {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  background: #fff;
  padding: 0.5em;
  border-radius: 1em;
  transition-delay: 1.25s;
  /* 見出し */
  /* QRコード画像 */
}
body#front-page #interaction #sns .innerbox .imgbox h4 {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 2.5em;
  font-weight: 900;
  line-height: 1em;
  text-align: center;
  color: #06c755;
  padding: 0.25em 0;
}
body#front-page #interaction #sns .innerbox .imgbox h4 .eg {
  font-size: 1.1em;
  font-weight: 700;
}
body#front-page #interaction #sns .innerbox .imgbox p.lineqr {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 0;
}
body#front-page #interaction #sns .innerbox .imgbox p.lineqr img {
  width: 100%;
  height: auto;
}
body#front-page #interaction:has(#access):not(:has(#sns)) #access {
  width: 90%;
  margin-bottom: 10em;
}
body#front-page #interaction:has(#access):not(:has(#sns)) #access .mapbox {
  margin-top: 0;
}
body#front-page #interaction.onpc {
  /* 横並びの時 ------------------------------------------- */
}
@media screen and (min-width: 769px) {
  body#front-page #interaction.onpc #access,
  body#front-page #interaction.onpc #sns {
    /* 背景 */
  }
  body#front-page #interaction.onpc #access::before,
  body#front-page #interaction.onpc #sns::before {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 768px) {
  body#front-page #interaction .ontb#access {
    /* access背景 */
  }
  body#front-page #interaction .ontb#access::before {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translate(0, 0);
  }
  body#front-page #interaction .ontb#sns {
    /* sns背景 */
  }
  body#front-page #interaction .ontb#sns::before {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translate(0, 0);
  }
}

/* =======================================================================================================================
　　　　　　　　　下層ページ（共通）
======================================================================================================================= */
/* ================= ページヘッダー ============================================================ */
#page-header {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  color: #fff;
  padding: 0.5em 0.5em 0 0.5em;
  /* 英語タイトル */
  /* 日本語タイトル */
}
#page-header .innerbox {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-top: 13.5em;
  padding-left: 9.5em;
  padding-right: 9.5em;
  padding-bottom: 10em;
  border-radius: 2em;
  overflow: hidden;
  background: #91b821 url("/images/main/bg_pageheader.webp") center/cover no-repeat;
  z-index: 2;
  box-sizing: border-box;
}
@media screen and (max-width: 1350px) {
  #page-header .innerbox {
    padding-left: 4.5em;
    padding-right: 4.5em;
  }
}
@media screen and (max-width: 768px) {
  #page-header .innerbox {
    padding-left: 2em;
    padding-right: 2em;
  }
}
@media screen and (max-width: 480px) {
  #page-header .innerbox {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (max-width: 768px) {
  #page-header .innerbox {
    border-radius: 1em;
    padding-top: 8.6em;
    padding-bottom: 5em;
  }
}
#page-header .eg_ttl {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-family: korolev, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 6em;
  line-height: 1em;
  color: #ffffff;
  text-transform: uppercase;
  /* ラインナップ */
}
@media screen and (max-width: 1350px) {
  #page-header .eg_ttl {
    font-size: 5em;
  }
}
@media screen and (max-width: 768px) {
  #page-header .eg_ttl {
    font-size: 4em;
  }
}
@media screen and (max-width: 480px) {
  #page-header .eg_ttl {
    font-size: 2.8em;
  }
}
#page-header .eg_ttl span {
  display: inline-block;
  font-size: 0.6em;
  line-height: 1em;
}
#page-header .page_ttl {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.25em;
  padding-top: 0.5em;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  #page-header .page_ttl {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 480px) {
  #page-header .page_ttl {
    font-size: 1em;
  }
}

/* ================= Not Found ============================================================ */
.not-found {
  z-index: 5;
}

/* =======================================================================================================================
　　　　　　　　　フリーページ（カスタムフィールド）
======================================================================================================================= */
.partspage-ctt {
  padding-top: 0;
  padding-bottom: 0;
}
.partspage-ctt .sec {
  padding: 10em 0;
}

/* 最大幅800px */
.max800px {
  max-width: 800px;
  margin: 0 auto;
}

/* =============== 背景色 ========================================================= */
.sec-bg1 {
  background: #fff;
}
.sec-bg1:first-child {
  padding-top: 10em;
}

.sec-bg2 {
  background: #cedf96;
}

.sec-bg3 {
  background: #eceae6;
}

.sec-bg4 {
  background: #91b721;
  color: #fff;
}

/* 同じ背景色のセクションが続いたときに余白をなくす */
.sec-bg1 + .sec-bg1,
.sec-bg2 + .sec-bg2,
.sec-bg3 + .sec-bg3 {
  padding-top: 0 !important;
}

/* =============== テキスト ========================================================= */
/* ------------ 見出し -------------------------------- */
.parts_hd {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1em;
  padding-bottom: 3em;
  color: #91b721;
  /* 大きな数字 */
}
.sec-bg2 .parts_hd {
  color: #607a14;
}
.sec-bg3 .parts_hd {
  color: #666464;
}
.sec-bg4 .parts_hd {
  color: #fff;
}
.parts_hd .hd_jp {
  font-family: korolev, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 900;
  display: block;
  font-size: 1.8em;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  .parts_hd .hd_jp {
    font-size: 1.6em;
  }
}
.parts_hd .hd_en {
  display: block;
  font-family: korolev, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4.5em;
  letter-spacing: 0;
  line-height: 1em;
}
@media screen and (max-width: 768px) {
  .parts_hd .hd_en {
    font-size: 2.5em;
  }
}
.parts_hd .hd_en + .hd_jp {
  font-size: 1.5em;
  padding-top: 0.5em;
}
@media screen and (max-width: 768px) {
  .parts_hd .hd_en + .hd_jp {
    font-size: 1.25em;
  }
}

.parts-h4 {
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.5em;
  padding-top: 3em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .parts-h4 {
    font-size: 1.15em;
  }
}

/* 左寄せ・幅指定中央配置テキスト */
.tw_s {
  width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .tw_s {
    width: 100%;
  }
}

.tw_m {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .tw_m {
    width: 100%;
  }
}

.tw_l {
  width: 100%;
}

/* ------------ 段落 -------------------------------- */
.partspage-ctt a {
  text-decoration: underline;
}
.partspage-ctt .btn {
  padding-bottom: 5em;
}
.partspage-ctt .btn a {
  text-decoration: none;
}
.partspage-ctt .sec p {
  padding-bottom: 5em;
  /* 余白小さめ */
  /* 強調 */
  /* 大テキスト */
  /* 中テキスト */
  /* 注釈 */
}
.partspage-ctt .sec p.btmmin {
  padding-bottom: 2em;
}
.partspage-ctt .sec p.parts_copy {
  font-family: korolev, noto-sans-cjk-jp, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 1.25em;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .partspage-ctt .sec p.parts_copy {
    font-size: 1.3em;
  }
}
.partspage-ctt .sec p.ts_l {
  font-size: 2em;
  font-weight: 700;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 480px) {
  .partspage-ctt .sec p.ts_l {
    font-size: 1.6em;
  }
}
.partspage-ctt .sec p.ts_m {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5em;
  padding-bottom: 0.75em;
}
@media screen and (max-width: 480px) {
  .partspage-ctt .sec p.ts_m {
    font-size: 1.2em;
  }
}
.partspage-ctt .sec p.note {
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.7em;
  padding-bottom: 5em;
  padding-left: 1.2em;
  text-indent: -0.65em;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  color: #91b821;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.partspage-ctt .sec p.note::before {
  display: inline-block;
  content: "※";
  padding-right: 0.2em;
}
.partspage-ctt .sec .imgtxt_txtbox p:last-child {
  padding-bottom: 0;
}

/* やや小さめ強調 */
.strong {
  font-size: 1.2em;
  font-weight: 700;
  line-height: 2em;
}

/* ------------ 背景色つきテキストボックス -------------------------------- */
.textbox {
  width: 100%;
  box-sizing: border-box;
  padding: 5em;
  margin-bottom: 5em;
  background: #fff;
  color: #666464;
  border-radius: 1em;
}
.sec-bg1 .textbox {
  background: #e9eddc;
}
.sec-bg1 .textbox h3,
.sec-bg1 .textbox h4 {
  color: #607a14;
}
@media screen and (max-width: 768px) {
  .textbox {
    padding: 2em;
  }
}
@media screen and (max-width: 480px) {
  .textbox {
    padding: 1.5em;
  }
}
.textbox h3,
.textbox h4 {
  font-family: korolev, noto-sans-cjk-jp, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  color: #91b721;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .textbox h3,
  .textbox h4 {
    font-size: 1.3em;
  }
}
.textbox p {
  padding-bottom: 2em;
}
.textbox p:last-child {
  padding-bottom: 0;
}

/* =============== ブロック ========================================================= */
.partspage-ctt .sec {
  /* ------------ Googleマップ ------------------------------------------- */
}
.partspage-ctt .sec .access_map {
  display: block;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 10em;
}
.partspage-ctt .sec .access_map iframe,
.partspage-ctt .sec .access_map .acf-map {
  width: 100%;
  height: 20em;
}
@media screen and (max-width: 768px) {
  .partspage-ctt .sec .access_map iframe,
  .partspage-ctt .sec .access_map .acf-map {
    height: 15em;
  }
}
@media screen and (max-width: 480px) {
  .partspage-ctt .sec .access_map iframe,
  .partspage-ctt .sec .access_map .acf-map {
    height: 12em;
  }
}
.partspage-ctt .sec .access_map .acf-map img {
  max-width: inherit !important;
}

/* =============== 画像（単体） ========================================================= */
.parts_img {
  width: 100%;
  position: relative;
  padding-bottom: 5em;
  text-align: center;
}
.parts_img.center {
  text-align: center;
}
.parts_img.left {
  text-align: left;
}
.parts_img.right {
  text-align: right;
}
.parts_img img {
  max-width: inherit;
  height: auto;
}
@media screen and (max-width: 768px) {
  .parts_img img {
    width: 100%;
  }
}

/* ------------ 画像（画像＋テキスト） -------------------------------- */
.imgltxt,
.imgrtxt {
  width: 100%;
  position: relative;
  overflow: hidden;
  zoom: 1;
  padding-bottom: 5em;
}
.imgltxt .imgtxt_img,
.imgrtxt .imgtxt_img {
  width: 40%;
  position: relative;
  padding-bottom: 1em;
  /* 画像 */
}
@media screen and (max-width: 1350px) {
  .imgltxt .imgtxt_img,
  .imgrtxt .imgtxt_img {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .imgltxt .imgtxt_img,
  .imgrtxt .imgtxt_img {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .imgltxt .imgtxt_img,
  .imgrtxt .imgtxt_img {
    width: 100%;
    padding-bottom: 2.5em;
  }
}
.imgltxt .imgtxt_img img,
.imgrtxt .imgtxt_img img {
  width: 100%;
  height: auto;
}

/* 画像左 -------------------------------- */
.imgltxt .imgtxt_img {
  float: left;
  padding-right: 3%;
}

/* 画像右 -------------------------------- */
.imgrtxt .imgtxt_img {
  float: right;
  padding-left: 3%;
}

@media screen and (max-width: 480px) {
  .imgltxt .imgtxt_img,
  .imgrtxt .imgtxt_img {
    float: none;
    padding-right: 0;
    padding-left: 0;
  }
}

/* テキスト -------------------------------- */
/* 見出し */
.imgtxt_txt h4 {
  font-size: 1.75em;
  font-weight: 900;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .imgtxt_txt h4 {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 480px) {
  .imgtxt_txt h4 {
    font-size: 1.5em;
    padding-bottom: 0.67em;
  }
}

/* ------------ 画像（カード型レイアウト） -------------------------------- */
/* 画像 */
.imgcard_img {
  position: relative;
}

/* テキスト */
.imgcard_txt {
  display: block;
  width: 100%;
  z-index: 1;
  position: relative;
  box-sizing: border-box;
}
.imgcard_txt h3,
.imgcard_txt h4 {
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.5em;
  padding-top: 0.25em;
  margin-bottom: 0.5em;
  text-decoration: none;
}
.imgcard_txt p {
  padding-bottom: 0;
  line-height: 1.5em;
  text-decoration: none;
}

/* カード型レイアウト共通設定 -------------------------------- */
.imgcard_l1,
.imgcard_l2,
.imgcard_l3,
.imgcard_l4,
.imgcard_l5,
.imgcard_l6 {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 5em;
  /* リスト */
}
.imgcard_l1 ul,
.imgcard_l2 ul,
.imgcard_l3 ul,
.imgcard_l4 ul,
.imgcard_l5 ul,
.imgcard_l6 ul {
  list-style: none inside;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: -2em;
}
@media screen and (max-width: 768px) {
  .imgcard_l1 ul,
  .imgcard_l2 ul,
  .imgcard_l3 ul,
  .imgcard_l4 ul,
  .imgcard_l5 ul,
  .imgcard_l6 ul {
    margin-top: -3em;
  }
}
.imgcard_l1 ul li,
.imgcard_l2 ul li,
.imgcard_l3 ul li,
.imgcard_l4 ul li,
.imgcard_l5 ul li,
.imgcard_l6 ul li {
  position: relative;
  box-sizing: border-box;
  margin-top: 2em;
  /* リンク */
  /* 画像 */
}
@media screen and (max-width: 768px) {
  .imgcard_l1 ul li,
  .imgcard_l2 ul li,
  .imgcard_l3 ul li,
  .imgcard_l4 ul li,
  .imgcard_l5 ul li,
  .imgcard_l6 ul li {
    margin-top: 3em;
  }
}
.imgcard_l1 ul li a,
.imgcard_l2 ul li a,
.imgcard_l3 ul li a,
.imgcard_l4 ul li a,
.imgcard_l5 ul li a,
.imgcard_l6 ul li a {
  text-decoration: none;
}
.imgcard_l1 ul li img,
.imgcard_l2 ul li img,
.imgcard_l3 ul li img,
.imgcard_l4 ul li img,
.imgcard_l5 ul li img,
.imgcard_l6 ul li img {
  width: 100%;
  height: auto;
  margin-bottom: 1em;
}
.imgcard_l1 ul.flex_center,
.imgcard_l2 ul.flex_center,
.imgcard_l3 ul.flex_center,
.imgcard_l4 ul.flex_center,
.imgcard_l5 ul.flex_center,
.imgcard_l6 ul.flex_center {
  justify-content: center;
}
.imgcard_l1 ul.flex_center li:last-child,
.imgcard_l2 ul.flex_center li:last-child,
.imgcard_l3 ul.flex_center li:last-child,
.imgcard_l4 ul.flex_center li:last-child,
.imgcard_l5 ul.flex_center li:last-child,
.imgcard_l6 ul.flex_center li:last-child {
  margin-right: 0;
}

/* 1つ並び -------------------------------- */
.imgcard_l1 {
  /* リスト */
}
@media screen and (min-width: 769px) {
  .imgcard_l1 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
}
@media screen and (max-width: 768px) {
  .imgcard_l1 ul:has(.youtube_box) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
}
.imgcard_l1 ul li {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .imgcard_l1 ul li:has(.youtube_box) {
    width: 100%;
  }
}
.imgcard_l1.imghbox ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 480px) {
  .imgcard_l1.imghbox ul li {
    width: 47%;
  }
}

/* 2つ並び -------------------------------- */
.imgcard_l2 {
  /* リスト */
}
.imgcard_l2 ul {
  justify-content: space-between !important;
}
@media screen and (min-width: 769px) {
  .imgcard_l2 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
}
@media screen and (max-width: 768px) {
  .imgcard_l2 ul:has(.youtube_box) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
}
.imgcard_l2 ul li {
  width: 47%;
}
@media screen and (max-width: 480px) {
  .imgcard_l2 ul li:has(.youtube_box) {
    width: 100%;
  }
}
.imgcard_l2.imghbox ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 480px) {
  .imgcard_l2.imghbox ul li {
    width: 47%;
  }
}

/* 3つ並び -------------------------------- */
.imgcard_l3 {
  /* リスト */
}
.imgcard_l3 ul {
  margin-top: -3em;
}
.imgcard_l3 ul li {
  width: 31%;
  margin-right: 3.5%;
  margin-top: 3em;
}
@media screen and (min-width: 769px) {
  .imgcard_l3 ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .imgcard_l3 ul li:has(.youtube_box) {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .imgcard_l3.imghbox ul li {
    width: 31%;
    margin-right: 3.5%;
  }
  .imgcard_l3.imghbox ul li:nth-child(3n) {
    margin-right: 0;
  }
}

/* 4つ並び -------------------------------- */
.imgcard_l4 {
  /* リスト */
}
.imgcard_l4 ul li {
  width: 23.5%;
  margin-right: 2%;
}
@media screen and (min-width: 769px) {
  .imgcard_l4 ul li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1350px) and (min-width: 481px) {
  .imgcard_l4.imghbox ul li {
    width: 23.5%;
  }
  .imgcard_l4.imghbox ul li:nth-child(2n) {
    margin-right: 2%;
  }
  .imgcard_l4.imghbox ul li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .imgcard_l4.imghbox ul li {
    width: 23.5%;
  }
  .imgcard_l4.imghbox ul li:nth-child(4n) {
    margin-right: 0;
  }
}

/* 5つ並び -------------------------------- */
.imgcard_l5 {
  /* リスト */
}
.imgcard_l5 ul li {
  width: 18.4%;
  margin-right: 2%;
}
@media screen and (min-width: 769px) {
  .imgcard_l5 ul li:nth-child(5n) {
    margin-right: 0;
  }
}

/* 6つ並び -------------------------------- */
.imgcard_l6 {
  /* リスト */
}
.imgcard_l6 ul li {
  width: 15%;
  margin-right: 2%;
}
@media screen and (min-width: 769px) {
  .imgcard_l6 ul li:nth-child(6n) {
    margin-right: 0;
  }
}

/* タブレットの時 -------------------------------- */
@media screen and (max-width: 768px) {
  /* 1つ並び */
  .imgcard_l1_tb {
    /* リスト */
  }
  .imgcard_l1_tb ul li {
    width: 100%;
    margin-right: 0;
  }
  /* 2つ並び */
  .imgcard_l2_tb {
    /* リスト */
  }
  .imgcard_l2_tb ul li {
    margin-right: 2%;
  }
  /* 3つ並び */
  /* 4つ並び */
  /* 5つ並び */
  /* 6つ並び */
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .imgcard_l2_tb ul li {
    width: 49%;
  }
  .imgcard_l2_tb ul li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .imgcard_l3_tb {
    /* リスト */
  }
  .imgcard_l3_tb ul li {
    margin-right: 2%;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .imgcard_l3_tb ul li {
    width: 32%;
  }
  .imgcard_l3_tb ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .imgcard_l4_tb {
    /* リスト */
  }
  .imgcard_l4_tb ul li {
    margin-right: 2%;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .imgcard_l4_tb ul li {
    width: 23.5%;
  }
  .imgcard_l4_tb ul li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .imgcard_l5_tb {
    /* リスト */
  }
  .imgcard_l5_tb ul li {
    margin-right: 2%;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .imgcard_l5_tb ul li {
    width: 18.4%;
  }
  .imgcard_l5_tb ul li:nth-child(5n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .imgcard_l6_tb {
    /* リスト */
  }
  .imgcard_l6_tb ul li {
    margin-right: 2%;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .imgcard_l6_tb ul li {
    width: 15%;
  }
  .imgcard_l6_tb ul li:nth-child(6n) {
    margin-right: 0;
  }
}
/* スマートフォンの時 -------------------------------- */
@media screen and (max-width: 480px) {
  /* 1つ並び */
  .imgcard_l1_sp {
    /* リスト */
  }
  .imgcard_l1_sp ul li {
    width: 100%;
    margin-right: 0;
  }
  /* 2つ並び */
  .imgcard_l2_sp {
    /* リスト */
  }
  .imgcard_l2_sp ul li {
    margin-right: 2%;
    width: 49%;
  }
  .imgcard_l2_sp ul li:nth-child(2n) {
    margin-right: 0;
  }
  /* 3つ並び */
  .imgcard_l3_sp {
    /* リスト */
  }
  .imgcard_l3_sp ul li {
    margin-right: 2%;
    width: 32%;
  }
  .imgcard_l3_sp ul li:nth-child(3n) {
    margin-right: 0;
  }
  /* 4つ並び */
  .imgcard_l4_sp {
    /* リスト */
  }
  .imgcard_l4_sp ul li {
    margin-right: 2%;
    width: 23.5%;
  }
  .imgcard_l4_sp ul li:nth-child(4n) {
    margin-right: 0;
  }
  /* 5つ並び */
  .imgcard_l5_sp {
    /* リスト */
  }
  .imgcard_l5_sp ul li {
    margin-right: 2%;
    width: 18.4%;
  }
  .imgcard_l5_sp ul li:nth-child(5n) {
    margin-right: 0;
  }
  /* 6つ並び */
  .imgcard_l6_sp {
    /* リスト */
  }
  .imgcard_l6_sp ul li {
    margin-right: 2%;
    width: 15%;
  }
  .imgcard_l6_sp ul li:nth-child(6n) {
    margin-right: 0;
  }
}
/* =============== リスト ========================================================= */
/* リスト共通 -------------------------------- */
.no_list,
.order_list,
.check_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 5em;
  margin: 0 auto;
  margin-bottom: 5em;
  background: #fff;
  color: #666464;
  border-radius: 1em;
  /* 見出し */
}
.sec-bg1 .no_list,
.sec-bg1 .order_list,
.sec-bg1 .check_list {
  background: #e9eddc;
}
.sec-bg1 .no_list .list_hd,
.sec-bg1 .no_list .li_ttl,
.sec-bg1 .order_list .list_hd,
.sec-bg1 .order_list .li_ttl,
.sec-bg1 .check_list .list_hd,
.sec-bg1 .check_list .li_ttl {
  color: #607a14;
}
@media screen and (max-width: 1350px) {
  .no_list,
  .order_list,
  .check_list {
    padding: 3em;
  }
}
@media screen and (max-width: 768px) {
  .no_list,
  .order_list,
  .check_list {
    padding: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  .no_list,
  .order_list,
  .check_list {
    padding: 1.5em;
  }
}
.no_list .list_hd,
.order_list .list_hd,
.check_list .list_hd {
  font-family: korolev, noto-sans-cjk-jp, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  color: #91b721;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .no_list .list_hd,
  .order_list .list_hd,
  .check_list .list_hd {
    font-size: 1.3em;
  }
}
.no_list ul,
.no_list ol,
.order_list ul,
.order_list ol,
.check_list ul,
.check_list ol {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style: none inside;
}
.no_list ul li .li_ttl,
.no_list ol li .li_ttl,
.order_list ul li .li_ttl,
.order_list ol li .li_ttl,
.check_list ul li .li_ttl,
.check_list ol li .li_ttl {
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.25em;
  padding-bottom: 0.5em;
}
.no_list ul li .li_ttl + .li_txt,
.no_list ol li .li_ttl + .li_txt,
.order_list ul li .li_ttl + .li_txt,
.order_list ol li .li_ttl + .li_txt,
.check_list ul li .li_ttl + .li_txt,
.check_list ol li .li_ttl + .li_txt {
  display: block;
}
.no_list ul li .li_txt,
.no_list ol li .li_txt,
.order_list ul li .li_txt,
.order_list ol li .li_txt,
.check_list ul li .li_txt,
.check_list ol li .li_txt {
  text-indent: initial;
}

/* ノーマルリストマークつき -------------------------------- */
.no_list {
  /* リスト */
}
.no_list ul {
  padding-left: 1.5em;
}
.no_list ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1.7em;
  padding-bottom: 1.5em;
}
.no_list ul li::before {
  content: "";
  position: absolute;
  display: inline-block;
  background: #91b821;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin-top: 0.2em;
  margin-left: -1.5em;
  margin-right: 0.5em;
}
.no_list ul li:last-child {
  padding-bottom: 0;
}

/* 番号つき -------------------------------- */
.order_list {
  /* リスト */
}
.order_list ol {
  counter-reset: number;
}
.order_list ol li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1.7em;
  padding-left: 2em;
  padding-bottom: 1.5em;
}
.order_list ol li::before {
  position: absolute;
  display: inline-block;
  width: 1.5em;
  margin-left: -1.5em;
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
  font-family: korolev, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5em;
  color: #91b821;
}
.order_list ol li:nth-child(n+10) {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.order_list ol li:last-child {
  padding-bottom: 0;
}

/* チェックボックスマークつき -------------------------------- */
.check_list {
  /* リスト */
}
.check_list ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1.7em;
  padding-bottom: 1.5em;
  padding-left: 1.5em;
}
.check_list ul li::before {
  position: absolute;
  left: 0;
  display: inline-block;
  font-family: "Font Awesome 5 free";
  content: "\f14a";
  font-weight: 900;
  color: #91b821;
}
.check_list ul li:last-child {
  padding-bottom: 0;
}

/* 表型 -------------------------------- */
.table {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 5em;
  color: #666464;
  /* 見出し */
  /* リスト */
}
.table h3,
.table h4 {
  display: inline-block;
  font-family: korolev, noto-sans-cjk-jp, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  color: #91b721;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-bottom: 1em;
}
.sec-bg2 .table h3,
.sec-bg2 .table h4 {
  color: #607a14;
}
.sec-bg3 .table h3,
.sec-bg3 .table h4 {
  color: #666464;
}
.sec-bg4 .table h3,
.sec-bg4 .table h4 {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .table h3,
  .table h4 {
    font-size: 1.3em;
  }
}
.table ul {
  list-style: none inside;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  text-align: left;
}
.table ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  border-radius: 1em;
  background: #fff;
  margin-bottom: 0.5em;
  overflow: hidden;
}
.sec-bg1 .table ul li {
  background: #e9eddc;
}
.sec-bg1 .table ul li .table_th,
.sec-bg1 .table ul li .table_td {
  border-color: #fff;
}
.sec-bg2 .table ul li .table_th,
.sec-bg2 .table ul li .table_td {
  border-color: #cedf96;
}
.sec-bg3 .table ul li .table_th,
.sec-bg3 .table ul li .table_td {
  border-color: #eceae6;
}
.sec-bg4 .table ul li .table_th,
.sec-bg4 .table ul li .table_td {
  border-color: #91b821;
  background: rgba(145, 184, 33, 0.3137254902);
}
.table ul li:last-child {
  margin-bottom: 0;
}
.table ul li.table_li span {
  flex: 1;
}
.table ul li.table_li span.w-1 {
  flex: none;
  width: 1%;
}
.table ul li.table_li span.w-2 {
  flex: none;
  width: 2%;
}
.table ul li.table_li span.w-3 {
  flex: none;
  width: 3%;
}
.table ul li.table_li span.w-4 {
  flex: none;
  width: 4%;
}
.table ul li.table_li span.w-5 {
  flex: none;
  width: 5%;
}
.table ul li.table_li span.w-6 {
  flex: none;
  width: 6%;
}
.table ul li.table_li span.w-7 {
  flex: none;
  width: 7%;
}
.table ul li.table_li span.w-8 {
  flex: none;
  width: 8%;
}
.table ul li.table_li span.w-9 {
  flex: none;
  width: 9%;
}
.table ul li.table_li span.w-10 {
  flex: none;
  width: 10%;
}
.table ul li.table_li span.w-11 {
  flex: none;
  width: 11%;
}
.table ul li.table_li span.w-12 {
  flex: none;
  width: 12%;
}
.table ul li.table_li span.w-13 {
  flex: none;
  width: 13%;
}
.table ul li.table_li span.w-14 {
  flex: none;
  width: 14%;
}
.table ul li.table_li span.w-15 {
  flex: none;
  width: 15%;
}
.table ul li.table_li span.w-16 {
  flex: none;
  width: 16%;
}
.table ul li.table_li span.w-17 {
  flex: none;
  width: 17%;
}
.table ul li.table_li span.w-18 {
  flex: none;
  width: 18%;
}
.table ul li.table_li span.w-19 {
  flex: none;
  width: 19%;
}
.table ul li.table_li span.w-20 {
  flex: none;
  width: 20%;
}
.table ul li.table_li span.w-21 {
  flex: none;
  width: 21%;
}
.table ul li.table_li span.w-22 {
  flex: none;
  width: 22%;
}
.table ul li.table_li span.w-23 {
  flex: none;
  width: 23%;
}
.table ul li.table_li span.w-24 {
  flex: none;
  width: 24%;
}
.table ul li.table_li span.w-25 {
  flex: none;
  width: 25%;
}
.table ul li.table_li span.w-26 {
  flex: none;
  width: 26%;
}
.table ul li.table_li span.w-27 {
  flex: none;
  width: 27%;
}
.table ul li.table_li span.w-28 {
  flex: none;
  width: 28%;
}
.table ul li.table_li span.w-29 {
  flex: none;
  width: 29%;
}
.table ul li.table_li span.w-30 {
  flex: none;
  width: 30%;
}
.table ul li.table_li span.w-31 {
  flex: none;
  width: 31%;
}
.table ul li.table_li span.w-32 {
  flex: none;
  width: 32%;
}
.table ul li.table_li span.w-33 {
  flex: none;
  width: 33%;
}
.table ul li.table_li span.w-34 {
  flex: none;
  width: 34%;
}
.table ul li.table_li span.w-35 {
  flex: none;
  width: 35%;
}
.table ul li.table_li span.w-36 {
  flex: none;
  width: 36%;
}
.table ul li.table_li span.w-37 {
  flex: none;
  width: 37%;
}
.table ul li.table_li span.w-38 {
  flex: none;
  width: 38%;
}
.table ul li.table_li span.w-39 {
  flex: none;
  width: 39%;
}
.table ul li.table_li span.w-40 {
  flex: none;
  width: 40%;
}
.table ul li.table_li span.w-41 {
  flex: none;
  width: 41%;
}
.table ul li.table_li span.w-42 {
  flex: none;
  width: 42%;
}
.table ul li.table_li span.w-43 {
  flex: none;
  width: 43%;
}
.table ul li.table_li span.w-44 {
  flex: none;
  width: 44%;
}
.table ul li.table_li span.w-45 {
  flex: none;
  width: 45%;
}
.table ul li.table_li span.w-46 {
  flex: none;
  width: 46%;
}
.table ul li.table_li span.w-47 {
  flex: none;
  width: 47%;
}
.table ul li.table_li span.w-48 {
  flex: none;
  width: 48%;
}
.table ul li.table_li span.w-49 {
  flex: none;
  width: 49%;
}
.table ul li.table_li span.w-50 {
  flex: none;
  width: 50%;
}
.table ul li.table_li span.w-51 {
  flex: none;
  width: 51%;
}
.table ul li.table_li span.w-52 {
  flex: none;
  width: 52%;
}
.table ul li.table_li span.w-53 {
  flex: none;
  width: 53%;
}
.table ul li.table_li span.w-54 {
  flex: none;
  width: 54%;
}
.table ul li.table_li span.w-55 {
  flex: none;
  width: 55%;
}
.table ul li.table_li span.w-56 {
  flex: none;
  width: 56%;
}
.table ul li.table_li span.w-57 {
  flex: none;
  width: 57%;
}
.table ul li.table_li span.w-58 {
  flex: none;
  width: 58%;
}
.table ul li.table_li span.w-59 {
  flex: none;
  width: 59%;
}
.table ul li.table_li span.w-60 {
  flex: none;
  width: 60%;
}
.table ul li.table_li span.w-61 {
  flex: none;
  width: 61%;
}
.table ul li.table_li span.w-62 {
  flex: none;
  width: 62%;
}
.table ul li.table_li span.w-63 {
  flex: none;
  width: 63%;
}
.table ul li.table_li span.w-64 {
  flex: none;
  width: 64%;
}
.table ul li.table_li span.w-65 {
  flex: none;
  width: 65%;
}
.table ul li.table_li span.w-66 {
  flex: none;
  width: 66%;
}
.table ul li.table_li span.w-67 {
  flex: none;
  width: 67%;
}
.table ul li.table_li span.w-68 {
  flex: none;
  width: 68%;
}
.table ul li.table_li span.w-69 {
  flex: none;
  width: 69%;
}
.table ul li.table_li span.w-70 {
  flex: none;
  width: 70%;
}
.table ul li.table_li span.w-71 {
  flex: none;
  width: 71%;
}
.table ul li.table_li span.w-72 {
  flex: none;
  width: 72%;
}
.table ul li.table_li span.w-73 {
  flex: none;
  width: 73%;
}
.table ul li.table_li span.w-74 {
  flex: none;
  width: 74%;
}
.table ul li.table_li span.w-75 {
  flex: none;
  width: 75%;
}
.table ul li.table_li span.w-76 {
  flex: none;
  width: 76%;
}
.table ul li.table_li span.w-77 {
  flex: none;
  width: 77%;
}
.table ul li.table_li span.w-78 {
  flex: none;
  width: 78%;
}
.table ul li.table_li span.w-79 {
  flex: none;
  width: 79%;
}
.table ul li.table_li span.w-80 {
  flex: none;
  width: 80%;
}
.table ul li.table_li span.w-81 {
  flex: none;
  width: 81%;
}
.table ul li.table_li span.w-82 {
  flex: none;
  width: 82%;
}
.table ul li.table_li span.w-83 {
  flex: none;
  width: 83%;
}
.table ul li.table_li span.w-84 {
  flex: none;
  width: 84%;
}
.table ul li.table_li span.w-85 {
  flex: none;
  width: 85%;
}
.table ul li.table_li span.w-86 {
  flex: none;
  width: 86%;
}
.table ul li.table_li span.w-87 {
  flex: none;
  width: 87%;
}
.table ul li.table_li span.w-88 {
  flex: none;
  width: 88%;
}
.table ul li.table_li span.w-89 {
  flex: none;
  width: 89%;
}
.table ul li.table_li span.w-90 {
  flex: none;
  width: 90%;
}
.table ul li.table_li span.w-91 {
  flex: none;
  width: 91%;
}
.table ul li.table_li span.w-92 {
  flex: none;
  width: 92%;
}
.table ul li.table_li span.w-93 {
  flex: none;
  width: 93%;
}
.table ul li.table_li span.w-94 {
  flex: none;
  width: 94%;
}
.table ul li.table_li span.w-95 {
  flex: none;
  width: 95%;
}
.table ul li.table_li span.w-96 {
  flex: none;
  width: 96%;
}
.table ul li.table_li span.w-97 {
  flex: none;
  width: 97%;
}
.table ul li.table_li span.w-98 {
  flex: none;
  width: 98%;
}
.table ul li.table_li span.w-99 {
  flex: none;
  width: 99%;
}
.table ul li.table_li span.w-100 {
  flex: none;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .table ul li.table_li span {
    flex: none;
    width: 100% !important;
  }
}
.table ul li.table_li .row_th {
  background: #91b821;
  color: #ffffff;
}
.sec-bg4 .table ul li.table_li .row_th {
  background: #fff;
  color: #666464;
}
.table ul li.table_li .row_th .col_th_sp {
  color: #ffffff;
}
.table ul li.table_li .col_th {
  background: #91b821;
  color: #ffffff;
}
.sec-bg4 .table ul li.table_li .col_th {
  background: #fff;
  color: #666464;
}
@media screen and (max-width: 768px) {
  .table ul li.table_li .col_th {
    display: none;
  }
}
.table ul li .table_th,
.table ul li .table_td {
  width: auto;
  font-family: korolev, noto-sans-cjk-jp, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  padding: 1.5em;
  font-size: 1em;
  line-height: 1.5em;
  border-right: #fff dashed 0.15em;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .table ul li .table_th,
  .table ul li .table_td {
    display: block;
    padding: 1em;
    width: 100%;
    border-right: none;
    border-bottom: #fff dashed 0.15em;
  }
}
.table ul li .table_th {
  font-weight: 700;
}
.table ul li .table_td {
  width: auto;
  font-weight: 500;
}
.table ul li .table_td .col_th_sp {
  color: inherit;
}
.table ul li .table_td:last-child {
  border-right: none;
  border-bottom: none;
}
.table ul li .table_td strong {
  font-family: korolev, noto-sans-cjk-jp, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
}
.table ul li .col_th_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .table ul li .col_th_sp {
    display: block;
    font-size: 0.8em;
  }
}
.table ul li:last-child {
  border-bottom: none;
}

/* 沿革・タイムライン -------------------------------- */
.tl_box {
  padding-bottom: 5em;
  /* 横並び共通 */
}
.tl_box.side_tl, .tl_box.side_img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.tl_box.side_tl .tl, .tl_box.side_img .tl {
  width: 45% !important;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .tl_box.side_tl .tl, .tl_box.side_img .tl {
    width: 100% !important;
  }
}
.tl_box .tl {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  /* 見出し */
  /* リスト */
}
@media screen and (max-width: 768px) {
  .tl_box .tl {
    margin-bottom: 5em;
  }
}
.tl_box .tl h3,
.tl_box .tl h4 {
  width: 100%;
  display: inline-block;
  font-family: korolev, noto-sans-cjk-jp, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-bottom: 1em;
  color: #91b721;
}
.sec-bg2 .tl_box .tl h3,
.sec-bg2 .tl_box .tl h4 {
  color: #607a14;
}
.sec-bg3 .tl_box .tl h3,
.sec-bg3 .tl_box .tl h4 {
  color: #666464;
}
.sec-bg4 .tl_box .tl h3,
.sec-bg4 .tl_box .tl h4 {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .tl_box .tl h3,
  .tl_box .tl h4 {
    font-size: 1.3em;
  }
}
.tl_box .tl ul {
  list-style: none inside;
  text-align: left;
  display: table;
  width: auto;
  /* 最後の点線 */
}
.tl_box .tl ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: table-row;
}
.tl_box .tl ul li:first-child::before {
  top: 2em;
}
.tl_box .tl ul li:last-child::before {
  height: 2em;
  bottom: auto;
}
.tl_box .tl ul li .tl_time,
.tl_box .tl ul li .tl_txt {
  font-family: korolev, noto-sans-cjk-jp, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  padding: 0 1.5em 1.5em 1.5em;
  font-size: 1em;
  line-height: 1.5em;
  position: relative;
  box-sizing: border-box;
}
.tl_box .tl ul li .tl_time {
  display: table-cell;
  white-space: nowrap;
  padding-left: 0;
  font-weight: 900;
  text-align: right;
  color: #91b821;
}
.sec-bg4 .tl_box .tl ul li .tl_time {
  color: #fff;
}
.tl_box .tl ul li .tl_txt {
  display: table-cell;
  width: 100%;
  padding-right: 0;
  font-weight: 500;
  /* 線 */
  /* 丸 */
}
.tl_box .tl ul li .tl_txt strong {
  font-family: korolev, noto-sans-cjk-jp, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
}
.tl_box .tl ul li .tl_txt::before, .tl_box .tl ul li .tl_txt::after {
  content: "";
  display: block;
}
.tl_box .tl ul li .tl_txt::before {
  position: absolute;
  top: 0.5em;
  left: 0;
  right: auto;
  bottom: auto;
  width: 1px;
  height: 100%;
  margin: auto;
  border-right: #91b721 solid 0.25em;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.sec-bg4 .tl_box .tl ul li .tl_txt::before {
  border-right: #fff solid 0.25em;
}
.tl_box .tl ul li .tl_txt::after {
  position: absolute;
  top: 0.3em;
  left: -0.2em;
  right: auto;
  bottom: auto;
  width: 0.75em;
  height: 0.75em;
  border-radius: 50%;
  background: #91b821;
  z-index: 2;
}
.sec-bg4 .tl_box .tl ul li .tl_txt::after {
  background: #fff;
}
.tl_box .tl ul li .tl_txt .tl_ttl {
  display: block;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 700;
  padding-bottom: 0.5em;
}
.tl_box .tl ul li .tl_img {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5em;
  margin-top: 1em;
}
.tl_box .tl ul li .tl_img img {
  width: 45%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tl_box .tl ul.on li:last-child .tl_txt::before {
  position: absolute;
  top: 0.5em;
  left: 0;
  right: auto;
  bottom: auto;
  width: 1px;
  height: 100%;
  margin: auto;
  border-right: #91b721 dotted 0.25em;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.sec-bg4 .tl_box .tl ul.on li:last-child .tl_txt::before {
  border-right: #fff dotted 0.25em;
}
@media screen and (max-width: 768px) {
  .tl_box .tl ul.on li:last-child .tl_txt::before {
    left: 0;
  }
}
.tl_box .img_container {
  width: 45%;
  height: inherit;
  padding: 0;
  position: relative;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .tl_box .img_container {
    display: none;
  }
}
.tl_box .img_container .imgbox {
  position: sticky;
  top: 30%;
}
.tl_box .img_container .imgbox img {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
}

/* 注釈 -------------------------------- */
.note_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 5em;
  color: #666464;
  border-radius: 1em;
  opacity: 0.7;
  filter: alpha(opacity=70);
  /* 見出し */
  /* リスト */
}
@media screen and (max-width: 1350px) {
  .note_list {
    padding: 3em;
  }
}
@media screen and (max-width: 768px) {
  .note_list {
    padding: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  .note_list {
    padding: 1.5em;
  }
}
.note_list.bgcolor {
  background: #fff;
  padding: 5em;
}
.sec-bg1 .note_list.bgcolor {
  background: #e9eddc;
}
.sec-bg1 .note_list.bgcolor h3,
.sec-bg1 .note_list.bgcolor h4 {
  color: #607a14;
}
.note_list h3,
.note_list h4 {
  font-family: korolev, noto-sans-cjk-jp, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  color: #91b721;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .note_list h3,
  .note_list h4 {
    font-size: 1.3em;
  }
}
.note_list ul {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style: none inside;
}
.note_list ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 0.9em;
  font-weight: 500;
  line-height: 1.7em;
  padding-left: 1.5em;
  padding-bottom: 1.5em;
}
.note_list ul li::before {
  position: absolute;
  left: 0;
  display: inline-block;
  padding-right: 0.2em;
  content: "※";
}
.note_list ul li:last-child {
  padding-bottom: 0;
}
.note_list ul li h5 {
  display: inline-block;
  font-family: korolev, noto-sans-cjk-jp, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2em;
}
@media screen and (max-width: 768px) {
  .note_list ul li h5 {
    font-size: 1.1em;
  }
}
.note_list ul li p {
  display: inline-block;
}

/* =============== Youtube動画 ========================================================= */
.yttxt .imgtxt_img {
  width: 60%;
}
@media screen and (max-width: 480px) {
  .yttxt .imgtxt_img {
    width: 100%;
  }
}

.youtube_box {
  width: 100%;
}
.youtube_box span {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube_box span iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.imgcard_l2 .youtube_box,
.imgcard_l3 .youtube_box {
  padding-bottom: 1.5em;
}

/* =============== 余白ゼロ ========================================================= */
.partspage-ctt .sec .innerbox p:last-child,
.partspage-ctt .sec .innerbox p.parts_copy:last-child,
.partspage-ctt .sec .innerbox p.note:last-child,
.partspage-ctt .sec .innerbox .btn:last-child,
.partspage-ctt .sec .innerbox .parts_img:last-child,
.partspage-ctt .sec .innerbox .imgltxt:last-child,
.partspage-ctt .sec .innerbox .imgrtxt:last-child,
.partspage-ctt .sec .innerbox .imgcard_l1:last-child,
.partspage-ctt .sec .innerbox .imgcard_l2:last-child,
.partspage-ctt .sec .innerbox .imgcard_l3:last-child,
.partspage-ctt .sec .innerbox .imgcard_l4:last-child,
.partspage-ctt .sec .innerbox .imgcard_l5:last-child,
.partspage-ctt .sec .innerbox .imgcard_l6:last-child,
.partspage-ctt .sec .innerbox .tl_box:last-child,
.partspage-ctt .sec .innerbox .pdf_box:last-child,
.partspage-ctt .sec .innerbox .faq_box:last-child {
  padding-bottom: 0;
}
.partspage-ctt .sec .innerbox .textbox:last-child,
.partspage-ctt .sec .innerbox .no_list:last-child,
.partspage-ctt .sec .innerbox .check_list:last-child,
.partspage-ctt .sec .innerbox .order_list:last-child,
.partspage-ctt .sec .innerbox .table:last-child,
.partspage-ctt .sec .innerbox .note_list:last-child,
.partspage-ctt .sec .innerbox .access_map:last-child,
.partspage-ctt .sec .innerbox .table:last-child {
  margin-bottom: 0;
}

.imgcard_l2 img:last-child,
.imgcard_l3 img:last-child,
.imgcard_l4 img:last-child {
  margin-bottom: 0;
}
.imgcard_l2 a img:last-child,
.imgcard_l3 a img:last-child,
.imgcard_l4 a img:last-child {
  margin-bottom: 1em;
}
.imgcard_l2 a:last-child img,
.imgcard_l3 a:last-child img,
.imgcard_l4 a:last-child img {
  margin-bottom: 0;
}
.imgcard_l2 a:last-child img:last-child,
.imgcard_l3 a:last-child img:last-child,
.imgcard_l4 a:last-child img:last-child {
  margin-bottom: 0;
}

li .youtube_box:last-child {
  margin-bottom: 0;
}

.imgtxt_img .youtube_box {
  margin-bottom: 0;
}

/* =============== フローレイアウト ========================================================= */
.imgcard_flow ul li:last-child::after {
  display: none;
}
.imgcard_flow ul li::after {
  font: var(--fa-font-solid);
  content: "\f105";
  color: #91b821;
  font-size: 1em;
  text-align: center;
  position: absolute;
  top: 25%;
  left: auto;
  right: -8%;
  bottom: auto;
}
.sec-bg2 .imgcard_flow ul li::after, .sec-bg4 .imgcard_flow ul li::after {
  color: #fff;
}
.imgcard_flow.imgcard_l2 ul li::after {
  top: 44%;
}
.imgcard_flow.imgcard_l3 ul li::after {
  top: 41%;
}
.imgcard_flow.imgcard_l4 ul li::after {
  top: 36%;
}
.imgcard_flow.imgcard_l5 ul li::after {
  top: 32%;
}
.imgcard_flow.imgcard_l6 ul li::after {
  top: 30%;
}

/* タブレットの時 -------------------------------- */
@media screen and (max-width: 768px) {
  /* 1つ並び */
  .imgcard_l1_tb.imgcard_flow {
    /* リスト */
  }
  .imgcard_l1_tb.imgcard_flow ul li {
    width: 100%;
    margin-right: 0;
  }
  .imgcard_l1_tb.imgcard_flow ul li::after {
    font: var(--fa-font-solid);
    content: "\f107";
    color: #91b821;
    font-size: 2em;
    text-align: center;
    position: absolute;
    top: auto;
    left: 50%;
    right: auto;
    bottom: -1.25em;
    transform: translateX(-50%);
  }
  .sec-bg2 .imgcard_l1_tb.imgcard_flow ul li::after, .sec-bg4 .imgcard_l1_tb.imgcard_flow ul li::after {
    color: #fff;
  }
  /* 2つ並び */
  .imgcard_l2_tb.imgcard_flow {
    /* リスト */
  }
  .imgcard_l2_tb.imgcard_flow ul li {
    margin-right: 6%;
  }
  .imgcard_l2_tb.imgcard_flow ul li::after {
    top: 32%;
  }
  /* 3つ並び */
  /* 4つ並び */
  /* 5つ並び */
  /* 6つ並び */
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .imgcard_l2_tb.imgcard_flow ul li {
    width: 47%;
  }
  .imgcard_l2_tb.imgcard_flow ul li:nth-child(2n) {
    margin-right: 0;
  }
  .imgcard_l2_tb.imgcard_flow ul li:nth-child(2n)::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .imgcard_l3_tb.imgcard_flow {
    /* リスト */
  }
  .imgcard_l3_tb.imgcard_flow ul li {
    margin-right: 3.5%;
  }
  .imgcard_l3_tb.imgcard_flow ul li::after {
    top: 28%;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .imgcard_l3_tb.imgcard_flow ul li {
    width: 31%;
  }
  .imgcard_l3_tb.imgcard_flow ul li:nth-child(3n) {
    margin-right: 0;
  }
  .imgcard_l3_tb.imgcard_flow ul li:nth-child(3n)::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .imgcard_l4_tb.imgcard_flow {
    /* リスト */
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .imgcard_l4_tb.imgcard_flow ul li:nth-child(4n) {
    margin-right: 0;
  }
  .imgcard_l4_tb.imgcard_flow ul li:nth-child(4n)::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .imgcard_l5_tb.imgcard_flow {
    /* リスト */
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .imgcard_l5_tb.imgcard_flow ul li:nth-child(5n) {
    margin-right: 0;
  }
  .imgcard_l5_tb.imgcard_flow ul li:nth-child(5n)::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .imgcard_l6_tb.imgcard_flow {
    /* リスト */
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .imgcard_l6_tb.imgcard_flow ul li:nth-child(6n) {
    margin-right: 0;
  }
  .imgcard_l6_tb.imgcard_flow ul li:nth-child(6n)::after {
    display: none;
  }
}
/* スマートフォンの時 -------------------------------- */
@media screen and (max-width: 480px) {
  /* 1つ並び */
  .imgcard_l1_sp.imgcard_flow {
    /* リスト */
  }
  .imgcard_l1_sp.imgcard_flow ul li {
    width: 100%;
    margin-right: 0;
  }
  .imgcard_l1_sp.imgcard_flow ul li::after {
    font: var(--fa-font-solid);
    content: "\f107";
    color: #91b821;
    font-size: 2em;
    text-align: center;
    position: absolute;
    top: auto;
    left: 50%;
    right: auto;
    bottom: -1.25em;
    transform: translateX(-50%);
  }
  .sec-bg2 .imgcard_l1_sp.imgcard_flow ul li::after, .sec-bg4 .imgcard_l1_sp.imgcard_flow ul li::after {
    color: #fff;
  }
  /* 2つ並び */
  .imgcard_l2_sp.imgcard_flow {
    /* リスト */
  }
  .imgcard_l2_sp.imgcard_flow ul li {
    margin-right: 6%;
    width: 47%;
  }
  .imgcard_l2_sp.imgcard_flow ul li::after {
    top: 28%;
  }
  .imgcard_l2_sp.imgcard_flow ul li:nth-child(2n) {
    margin-right: 0;
  }
  .imgcard_l2_sp.imgcard_flow ul li:nth-child(2n)::after {
    display: none;
  }
  /* 3つ並び */
  .imgcard_l3_sp.imgcard_flow {
    /* リスト */
  }
  .imgcard_l3_sp.imgcard_flow ul li {
    margin-right: 3.5%;
    width: 31%;
  }
  .imgcard_l3_sp.imgcard_flow ul li::after {
    top: 18%;
  }
  .imgcard_l3_sp.imgcard_flow ul li:nth-child(3n) {
    margin-right: 0;
  }
  .imgcard_l3_sp.imgcard_flow ul li:nth-child(3n)::after {
    display: none;
  }
  /* 4つ並び */
  .imgcard_l4_sp.imgcard_flow {
    /* リスト */
  }
  .imgcard_l4_sp.imgcard_flow ul li:nth-child(4n) {
    margin-right: 0;
  }
  .imgcard_l4_sp.imgcard_flow ul li:nth-child(4n)::after {
    display: none;
  }
  /* 5つ並び */
  .imgcard_l5_sp.imgcard_flow {
    /* リスト */
  }
  .imgcard_l5_sp.imgcard_flow ul li:nth-child(5n) {
    margin-right: 0;
  }
  .imgcard_l5_sp.imgcard_flow ul li:nth-child(5n)::after {
    display: none;
  }
  /* 6つ並び */
  .imgcard_l6_sp.imgcard_flow {
    /* リスト */
  }
  .imgcard_l6_sp.imgcard_flow ul li:nth-child(6n) {
    margin-right: 0;
  }
  .imgcard_l6_sp.imgcard_flow ul li:nth-child(6n)::after {
    display: none;
  }
}
.sec-bg4 .btn a {
  background: #fff;
  color: #91b821;
  border: #fff solid 0.15em;
}
.sec-bg4 .btn a:hover {
  background: #91b821;
  color: #fff;
}

/* PDFファイル -------------------------------- */
.pdf_box {
  padding-bottom: 5em;
  /* 見出し */
}
.pdf_box h4 {
  display: inline-block;
  font-family: korolev, noto-sans-cjk-jp, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 2em;
  line-height: 1.5em;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .pdf_box h4 {
    font-size: 1.75em;
    padding-bottom: 0.5em;
  }
}
.pdf_box ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5em;
  list-style: none inside;
}
@media screen and (max-width: 480px) {
  .pdf_box ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.pdf_box ul li {
  background: #e9eddc;
  color: #91b821;
  border-radius: 1em;
}
.sec-bg2 .pdf_box ul li, .sec-bg3 .pdf_box ul li, .sec-bg4 .pdf_box ul li {
  background: #fff;
}
.pdf_box ul li a {
  display: block;
  color: #666464;
  padding: 1em 2em;
  text-decoration: none;
  position: relative;
}
.pdf_box ul li a:hover {
  color: #91b821;
}
.pdf_box ul li a:hover i {
  color: #91b821 !important;
}
.pdf_box ul li a i {
  color: #91b821;
  padding-right: 0.25em;
  position: absolute;
  top: 1.5em;
}
.sec-bg1 .pdf_box ul li a i, .sec-bg3 .pdf_box ul li a i {
  color: #666464;
}
.pdf_box ul li a span {
  display: inline-block;
  padding-left: 1em;
}

/* =======================================================================================================================
　　　　　　　　　Q&A
======================================================================================================================= */
.faq_box {
  padding-bottom: 5em;
  /* -------------------------- Q&Aリスト ------------------------------------------- */
  /* -------------------------- リンクボタン ------------------------------------------- */
}
.faq_box ul.qa_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style: none inside;
}
.faq_box ul.qa_list li.qa_set {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  background: #fff;
  border-radius: 0.5em;
  overflow: hidden;
  /* テキスト ------------------------------------------- */
  /* 開閉動作 ------------------------------------------- */
}
.faq_box ul.qa_list li.qa_set:not(:last-child) {
  margin-bottom: 1em;
}
.faq_box ul.qa_list li.qa_set label {
  cursor: pointer;
}
.faq_box ul.qa_list li.qa_set .qa_txt {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  /* Q */
  /* A */
}
.faq_box ul.qa_list li.qa_set .qa_txt .question {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 2em;
  background: #fff;
  padding: 1.2em;
  text-indent: -1.9em;
  padding-left: 3.45em;
  padding-right: 4em;
  transition: 1s ease;
  backface-visibility: hidden;
}
.sec-bg1 .faq_box ul.qa_list li.qa_set .qa_txt .question {
  background: #e9eddc;
}
.sec-bg4 .faq_box ul.qa_list li.qa_set .qa_txt .question {
  color: #666464;
}
.faq_box ul.qa_list li.qa_set .qa_txt .question::before {
  font-family: korolev, sans-serif;
  font-weight: 700;
  font-style: normal;
  content: "Q";
  font-weight: 700;
  font-size: 1.5em;
  padding-right: 0.5em;
  color: #91b821;
}
.faq_box ul.qa_list li.qa_set .qa_txt .question::after {
  font-family: korolev, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2em;
  font-weight: 300;
  text-indent: 0;
  line-height: 1em;
  content: "+";
  box-sizing: border-box;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  color: #91b821;
  padding-top: 0.18em;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: auto;
  left: auto;
  right: 0.6em;
  bottom: 0.6em;
  transition: 1s ease;
  backface-visibility: hidden;
}
@media screen and (max-width: 1350px) {
  .faq_box ul.qa_list li.qa_set .qa_txt .question::after {
    padding-top: 0.25em;
  }
}
.faq_box ul.qa_list li.qa_set .qa_txt p.answer {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  background: #fff;
  height: auto;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  transition: 1s ease;
  backface-visibility: hidden;
}
.sec-bg1 .faq_box ul.qa_list li.qa_set .qa_txt p.answer {
  background: #e9eddc;
}
.sec-bg4 .faq_box ul.qa_list li.qa_set .qa_txt p.answer {
  color: #666464;
}
.faq_box ul.qa_list li.qa_set .qa_txt p.answer span {
  display: block;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 1.5em;
  text-indent: -1.8em;
  padding-left: 3.8em;
  line-height: 1.5em;
}
.faq_box ul.qa_list li.qa_set .qa_txt p.answer span::before {
  font-family: korolev, sans-serif;
  font-weight: 700;
  font-style: normal;
  content: "A";
  font-size: 1.5em;
  font-weight: 700;
  padding-right: 0.5em;
  color: #91b821;
}
.faq_box ul.qa_list li.qa_set .qa_open {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  z-index: 10;
  opacity: 0;
  filter: alpha(opacity=0);
}
.faq_box ul.qa_list li.qa_set .qa_open:checked + .qa_txt {
  /* Q */
  /* A */
}
.faq_box ul.qa_list li.qa_set .qa_open:checked + .qa_txt .question {
  font-weight: 700;
  background: #91b821;
  color: #fff;
}
.sec-bg4 .faq_box ul.qa_list li.qa_set .qa_open:checked + .qa_txt .question {
  background: #cedf96;
  color: #666464;
}
.faq_box ul.qa_list li.qa_set .qa_open:checked + .qa_txt .question::before {
  color: #fff;
}
.faq_box ul.qa_list li.qa_set .qa_open:checked + .qa_txt .question::after {
  content: "-";
  padding-top: 0.35em;
  padding-bottom: 0.2em;
  color: #fff;
  border-color: #fff;
}
.faq_box ul.qa_list li.qa_set .qa_open:checked + .qa_txt p.answer {
  max-height: 50em;
}
.faq_box .btn {
  padding-top: 2em;
}

/* =======================================================================================================================
　　　　　　　　　ラインナップ
======================================================================================================================= */
/* ================= 切り替えタブ ============================================================ */
.blog_stype {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  height: 3.5em;
  margin-top: -3.5em;
  z-index: 10;
}
@media screen and (max-width: 480px) {
  .blog_stype {
    font-size: 0.8em;
  }
}
.blog_stype ul.blog_nav {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style: none inside;
  display: flex;
  flex-wrap: wrap;
  height: 3.5em;
  overflow: hidden;
}
.blog_stype ul.blog_nav li {
  position: relative;
  box-sizing: border-box;
  margin-right: 0.5em;
  line-height: 1em;
  /* -------------------------- タブ中身（共通） ------------------------------------------- */
  /* -------------------------- 選択されている時 ------------------------------------------- */
  /* -------------------------- リンクの時 ------------------------------------------- */
  /* -------------------------- 店頭 ------------------------------------------- */
  /* -------------------------- WEB ------------------------------------------- */
}
.blog_stype ul.blog_nav li:last-child {
  margin-right: 0;
}
.blog_stype ul.blog_nav li .navctt {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  height: 3.5em;
  padding: 0 2em;
  border: #fff solid 0.2em;
  border-bottom: none;
  border-top-right-radius: 1em;
  border-top-left-radius: 1em;
  display: flex;
  align-items: center;
  /* アイコン ------------------------------------------- */
}
@media screen and (max-width: 480px) {
  .blog_stype ul.blog_nav li .navctt {
    padding: 0 1em;
  }
}
.blog_stype ul.blog_nav li .navctt .icon {
  width: 1.5em;
  padding-right: 0.5em;
}
.blog_stype ul.blog_nav li .navctt .icon img {
  width: 100%;
  height: auto;
}
.blog_stype ul.blog_nav li .navctt .icon img.on {
  display: none;
}
.blog_stype ul.blog_nav li div.navctt {
  background: #fff;
  transform: translate(0, 0.35em);
  font-weight: 500;
  /* アイコン ------------------------------------------- */
}
.blog_stype ul.blog_nav li div.navctt .icon img.on {
  display: inline-block;
}
.blog_stype ul.blog_nav li div.navctt .icon img.off {
  display: none;
}
.blog_stype ul.blog_nav li a.navctt {
  background: #91b721;
  color: #666464;
}
.blog_stype ul.blog_nav li a.navctt:hover {
  text-decoration: none;
  transform: translate(0, 0.35em);
}
.blog_stype ul.blog_nav li a.navctt:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.blog_stype ul.blog_nav li.store {
  /* 選択時 ------------------------------------------- */
  /* リンクの時 ------------------------------------------- */
}
.blog_stype ul.blog_nav li.store div {
  color: #91b721;
}
.blog_stype ul.blog_nav li.store a {
  background: #91b721;
  color: #fff;
}
.blog_stype ul.blog_nav li.web {
  /* 選択時 ------------------------------------------- */
  /* リンクの時 ------------------------------------------- */
}
.blog_stype ul.blog_nav li.web div {
  color: #91b821;
}
.blog_stype ul.blog_nav li.web a {
  background: #91b821;
  color: #fff;
}

/* ================= 一覧 ============================================================ */
.blog_sec {
  /* -------------------------- 見出し ------------------------------------------- */
  /* -------------------------- 背景色 ------------------------------------------- */
  /* ピンク ------------------------------------------- */
  /* アイボリー ------------------------------------------- */
  /* ブラウン ------------------------------------------- */
}
@media screen and (max-width: 480px) {
  .blog_sec {
    padding: 5em 0;
  }
}
.blog_sec .sub_ttl {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1em;
  padding-bottom: 5em;
}
@media screen and (max-width: 768px) {
  .blog_sec .sub_ttl {
    padding-bottom: 3em;
  }
}
.blog_sec .sub_ttl span {
  display: block;
  line-height: 1em;
  /* 英語 ------------------------------------------- */
  /* 日本語 ------------------------------------------- */
}
.blog_sec .sub_ttl span.eg {
  font-size: 6em;
}
@media screen and (max-width: 768px) {
  .blog_sec .sub_ttl span.eg {
    font-size: 4em;
  }
}
@media screen and (max-width: 480px) {
  .blog_sec .sub_ttl span.eg {
    font-size: 3em;
  }
}
.blog_sec .sub_ttl span.jp {
  font-size: 1.5em;
  padding-top: 1em;
}
@media screen and (max-width: 480px) {
  .blog_sec .sub_ttl span.jp {
    font-size: 1.2em;
    padding-top: 0.5em;
  }
}
.blog_sec:nth-child(4n) {
  background: #f1c7c5;
  /* 見出し色 */
}
.blog_sec:nth-child(4n) .sub_ttl {
  color: #cedf96;
}
.blog_sec:nth-child(4n+1), .blog_sec:nth-child(4n+3) {
  /* 角丸背景 */
}
.blog_sec:nth-child(4n+1)::before, .blog_sec:nth-child(4n+3)::before {
  display: block;
  content: "";
  position: absolute;
  top: 18em;
  left: 0;
  right: 40%;
  bottom: 0;
  margin: auto;
  border-top-right-radius: 10em;
  background: #91b721;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(-100%, 0);
  transition: 1s ease;
  backface-visibility: hidden;
}
@media screen and (max-width: 1350px) {
  .blog_sec:nth-child(4n+1)::before, .blog_sec:nth-child(4n+3)::before {
    top: 13em;
    right: 30%;
  }
}
@media screen and (max-width: 768px) {
  .blog_sec:nth-child(4n+1)::before, .blog_sec:nth-child(4n+3)::before {
    top: 12em;
  }
}
@media screen and (max-width: 480px) {
  .blog_sec:nth-child(4n+1)::before, .blog_sec:nth-child(4n+3)::before {
    top: 6.5em;
    right: 20%;
  }
}
.blog_sec:nth-child(4n+1).lazyloaded::before, .blog_sec:nth-child(4n+3).lazyloaded::before {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
}
.blog_sec:nth-child(4n+2) {
  background: #97948f;
  /* 見出し色 */
  /* テキスト色 */
}
.blog_sec:nth-child(4n+2) .sub_ttl {
  color: #e9eddc;
}
.blog_sec:nth-child(4n+2) ul.blog_list li.blog_box a {
  color: #fff;
}
.blog_sec:nth-child(4n+2) ul.blog_list li.blog_box a .txtbox .btn span {
  border-color: #fff;
  color: #fff;
}

/* ================= 商品詳細 ============================================================ */
/* -------------------------- メインイメージ ------------------------------------------- */
.blog_mainimg {
  padding: 5em 0;
  padding-bottom: 0;
}
.blog_mainimg .spimg {
  display: none;
}
@media screen and (max-width: 480px) {
  .blog_mainimg .spimg {
    display: block;
    padding-bottom: 2em;
  }
}
.blog_mainimg + .partspage-ctt .sec_bg1 {
  padding: 3em 0;
  padding-top: 0;
}

/* -------------------------- 販売情報 ------------------------------------------- */
.sales_info {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .sales_info {
    padding-bottom: 5em;
  }
}
.sales_info .table_list {
  margin-bottom: 0;
  background: #fff;
}
.sales_info .table_list h3 {
  background: #fff;
}
.sales_info .table_list ul li {
  padding: 1em 0;
  /* 見出しセル ------------------------------------------- */
  /* データセル ------------------------------------------- */
}
@media screen and (max-width: 480px) {
  .sales_info .table_list ul li {
    border-bottom: #666464 solid 3px;
  }
  .sales_info .table_list ul li:last-child {
    border-bottom: none;
  }
}
.sales_info .table_list ul li .tablelist_th {
  width: 7em;
  border-right: #666464 solid 1px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .sales_info .table_list ul li .tablelist_th {
    width: 100%;
    border-right: none;
    border-bottom: #666464 solid 2px;
    padding-top: 0;
    padding-bottom: 0.75em;
  }
}
.sales_info .table_list ul li .tablelist_td {
  flex: 1;
}
.sales_info .table_list ul li .tablelist_td p {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: #666464 solid 1px;
  /* スマホ・タブレット非表示 */
  /* ボタン */
}
.sales_info .table_list ul li .tablelist_td p:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
@media screen and (max-width: 480px) {
  .sales_info .table_list ul li .tablelist_td p:first-child {
    padding-top: 0.5em;
  }
}
.sales_info .table_list ul li .tablelist_td p small {
  font-size: 1em;
}
@media screen and (max-width: 768px) {
  .sales_info .table_list ul li .tablelist_td p small {
    display: none;
  }
}
.sales_info .table_list ul li .tablelist_td p .btn {
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  .sales_info .table_list ul li .tablelist_td p .btn {
    display: block;
    margin-top: 0.5em;
    margin-left: 0;
  }
}
.sales_info .table_list ul li .tablelist_td p .btn a {
  font-size: 0.8em;
  /* アイコン */
}
.sales_info .table_list ul li .tablelist_td p .btn a .icon {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  /* FontAwesome */
  /* カート画像 */
}
.sales_info .table_list ul li .tablelist_td p .btn a .icon i {
  margin-right: 0.5em;
  /* ショッピングモール頭文字 */
}
.sales_info .table_list ul li .tablelist_td p .btn a .icon i.eg {
  font-weight: 700;
}
.sales_info .table_list ul li .tablelist_td p .btn a .icon img {
  height: 1em;
  width: auto;
  margin-right: 0.5em;
}
.sales_info .table_list ul li .tablelist_td p .btn a .icon img.hover {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  opacity: 0;
  filter: alpha(opacity=0);
}
.sales_info .table_list ul li .tablelist_td p .btn a:hover .icon img.nml {
  opacity: 0;
  filter: alpha(opacity=0);
}
.sales_info .table_list ul li .tablelist_td p .btn a:hover .icon img.hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* =======================================================================================================================
　　　　　　　　　お問い合わせ
======================================================================================================================= */
.contactpage-ctt {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  /* 見出し */
  /* 段落 */
  /* =============== 電話 ========================================================= */
  /* =============== WEB ========================================================= */
}
@media screen and (min-width: 769px) {
  .contactpage-ctt .sec {
    padding: 10em 0;
  }
}
.contactpage-ctt .parts_hd {
  text-align: left;
  padding-bottom: 1.5em;
}
.contactpage-ctt p {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.contactpage-ctt p.contact_info {
  font-size: 1.1em;
}
.contactpage-ctt .contact_tel p.contacttel_tel {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-family: korolev, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3em;
  line-height: 1em;
  padding-top: 0.15em;
  padding-bottom: 0.1em;
  color: #91b821;
}
@media screen and (max-width: 480px) {
  .contactpage-ctt .contact_tel p.contacttel_tel {
    font-size: 2em;
  }
}
.contactpage-ctt .contact_tel p.contacttel_tel a {
  text-decoration: none;
}
.contactpage-ctt .contact_tel p.contacttel_tel img {
  height: 1em;
  width: auto;
  margin-right: 0.25em;
}
.contactpage-ctt .contact_tel p.contacttel_time {
  font-family: korolev, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 900;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1.5em;
  line-height: 1.3em;
  padding-bottom: 0;
}
@media screen and (max-width: 480px) {
  .contactpage-ctt .contact_tel p.contacttel_time {
    font-size: 1em;
  }
}
.contactpage-ctt .contact_tel ul.tel_list {
  display: flex;
  flex-wrap: wrap;
}
.contactpage-ctt .contact_tel ul.tel_list li {
  list-style: none;
  padding-right: 5em;
}
.contactpage-ctt .webcontact {
  /* 背景 */
}
.contactpage-ctt .webcontact::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 30%;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  background: #cedf96;
  border-top-left-radius: 10em;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(100%, 0);
  transition: 1s ease;
  backface-visibility: hidden;
}
@media screen and (max-width: 1350px) {
  .contactpage-ctt .webcontact::before {
    left: 15em;
  }
}
@media screen and (max-width: 768px) {
  .contactpage-ctt .webcontact::before {
    left: 10em;
  }
}
@media screen and (max-width: 480px) {
  .contactpage-ctt .webcontact::before {
    left: 5em;
  }
}
.contactpage-ctt .webcontact.lazyloaded::before {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
}
.contactpage-ctt .webcontact .parts_hd {
  text-align: right;
}
@media screen and (max-width: 480px) {
  .contactpage-ctt .webcontact .parts_hd {
    text-align: left;
  }
}
.contactpage-ctt .webcontact .ct_info {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .contactpage-ctt .webcontact .ct_info {
    text-align: left;
  }
}

/* ===========================================================================================================
　　　　　　　　　新着記事
=========================================================================================================== */
/* ================= 共通パーツ ============================================================ */
#postlist,
#newspost {
  /* 月選択 */
  /* -------------------------- ページヘッダー ------------------------------------------- */
}
#postlist select,
#newspost select {
  font-family: noto-sans-cjk-jp, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1em;
  position: relative;
  box-sizing: border-box;
  height: 2em;
  padding: 0.25em 1em;
  background: inherit;
  border: none;
  border-bottom: #ffffff solid 0.2em;
  color: #ffffff;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  #postlist select,
  #newspost select {
    font-size: 0.9em;
  }
}
#postlist select option,
#newspost select option {
  background: #91b821;
  color: #fff;
  cursor: pointer;
  font-size: 0.8em;
}
@media screen and (max-width: 480px) {
  #postlist select option,
  #newspost select option {
    font-size: 1em;
  }
}
#postlist #page-header .innerbox,
#newspost #page-header .innerbox {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  /* 英語タイトル */
  /* ページタイトル */
}
@media screen and (max-width: 768px) {
  #postlist #page-header .innerbox,
  #newspost #page-header .innerbox {
    flex-wrap: wrap;
  }
}
#postlist #page-header .innerbox .ttl_box,
#newspost #page-header .innerbox .ttl_box {
  padding-right: 2.5em;
}
#postlist #page-header .innerbox .eg_ttl,
#newspost #page-header .innerbox .eg_ttl {
  text-wrap: nowrap;
  /* 月別アーカイブ */
}
@media screen and (max-width: 768px) {
  #postlist #page-header .innerbox .eg_ttl,
  #newspost #page-header .innerbox .eg_ttl {
    padding-top: 0.5em;
  }
}
#postlist #page-header .innerbox .eg_ttl small,
#newspost #page-header .innerbox .eg_ttl small {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  font-size: 1em;
  padding-left: 0.25em;
}
#postlist #page-header .innerbox .eg_ttl small .year,
#newspost #page-header .innerbox .eg_ttl small .year {
  font-size: 0.4em;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#postlist #page-header .innerbox .eg_ttl small .month,
#newspost #page-header .innerbox .eg_ttl small .month {
  font-size: 0.6em;
  padding-left: 0.1em;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
#postlist #page-header .innerbox .page_ttl,
#newspost #page-header .innerbox .page_ttl {
  width: auto;
  text-wrap: nowrap;
}
#postlist #page-header .innerbox .subttl_box,
#newspost #page-header .innerbox .subttl_box {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  padding-top: 0.5em;
  /* 英語タイトル */
  /* 月選択 */
}
#postlist #page-header .innerbox .subttl_box .eg_ttl,
#newspost #page-header .innerbox .subttl_box .eg_ttl {
  width: auto;
}
#postlist #page-header .innerbox .subttl_box select,
#newspost #page-header .innerbox .subttl_box select {
  font-family: noto-sans-cjk-jp, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  margin-top: 1.2em;
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  #postlist #page-header .innerbox .subttl_box select,
  #newspost #page-header .innerbox .subttl_box select {
    margin-top: 0.25em;
  }
}
@media screen and (max-width: 480px) {
  #postlist #page-header .innerbox .subttl_box select,
  #newspost #page-header .innerbox .subttl_box select {
    margin-top: 0;
    margin-left: 0.5em;
  }
}
#postlist #page-header .innerbox .subttl_box .btn a,
#newspost #page-header .innerbox .subttl_box .btn a {
  background: #91b821;
  color: #fff;
  border: #fff solid 0.15em;
}
#postlist #page-header .innerbox:has(.backbtn),
#newspost #page-header .innerbox:has(.backbtn) {
  justify-content: space-between;
}
#postlist #page-header .cat_list,
#newspost #page-header .cat_list {
  width: auto;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 1em;
  padding-left: 1.25em;
}
@media screen and (max-width: 768px) {
  #postlist #page-header .cat_list,
  #newspost #page-header .cat_list {
    padding-top: 2.5em;
    padding-left: 0;
  }
}
#postlist #page-header .cat_list li,
#newspost #page-header .cat_list li {
  list-style: none inside;
  display: block;
  box-sizing: border-box;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  /* カテゴリー子要素 */
}
#postlist #page-header .cat_list li .btn a,
#newspost #page-header .cat_list li .btn a {
  background: #91b821;
  color: #fff;
  border: #fff solid 0.15em;
  display: inline-block;
  font-size: 1em;
  min-width: 8em;
  padding-left: 1.5em;
  padding-right: 1.5em;
}
@media screen and (max-width: 768px) {
  #postlist #page-header .cat_list li .btn a,
  #newspost #page-header .cat_list li .btn a {
    font-size: 0.9em;
    min-width: 7em;
  }
}
@media screen and (max-width: 480px) {
  #postlist #page-header .cat_list li .btn a,
  #newspost #page-header .cat_list li .btn a {
    font-size: 0.8em;
  }
}
#postlist #page-header .cat_list li .btn a:hover,
#newspost #page-header .cat_list li .btn a:hover {
  background: #fff;
  color: #91b821;
  border-color: #91b821;
}
#postlist #page-header .cat_list li a.active,
#newspost #page-header .cat_list li a.active {
  background: #fff;
  color: #91b821;
  pointer-events: none;
  border-radius: 2em;
}
#postlist #page-header .cat_list li ul.children,
#newspost #page-header .cat_list li ul.children {
  display: flex;
  gap: 1em;
}
#postlist #page-header .backbtn,
#newspost #page-header .backbtn {
  padding-top: 3.6em;
}
@media screen and (max-width: 1350px) {
  #postlist #page-header .backbtn,
  #newspost #page-header .backbtn {
    padding-top: 3em;
  }
}
@media screen and (max-width: 768px) {
  #postlist #page-header .backbtn,
  #newspost #page-header .backbtn {
    padding-top: 2.2em;
  }
}
@media screen and (max-width: 480px) {
  #postlist #page-header .backbtn,
  #newspost #page-header .backbtn {
    padding-top: 1.2em;
  }
}
#postlist #page-header .backbtn a,
#newspost #page-header .backbtn a {
  font-size: 1em;
  min-width: 10em;
  background: #91b821;
  color: #fff;
  border: #fff solid 0.15em;
}
#postlist #page-header .backbtn a:hover,
#newspost #page-header .backbtn a:hover {
  background: #fff;
  color: #91b821;
  border-color: #91b821;
}
@media screen and (max-width: 480px) {
  #postlist #page-header .backbtn a,
  #newspost #page-header .backbtn a {
    font-size: 0.65em;
    min-width: 8em;
  }
}

/* -------------------------- 投稿フッター ------------------------------------------- */
#footer-post {
  background: #97948f;
  padding: 5em 0;
}
#footer-post .innerbox {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  /* 見出し */
  /* 最新のお知らせ ------------------------------------------- */
  /* 過去のお知らせ ------------------------------------------- */
}
#footer-post .innerbox .pf_ttl {
  font-family: korolev, noto-sans-cjk-jp, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1em;
  padding-bottom: 1em;
  color: #ffffff;
}
#footer-post .innerbox .post_sec {
  width: 75%;
  position: relative;
  box-sizing: border-box;
  padding-right: 10em;
  border-right: #fff solid 2px;
  /* お知らせ記事一覧 */
  /*ブログ記事一覧 */
}
@media screen and (max-width: 1920px) {
  #footer-post .innerbox .post_sec {
    width: 70%;
    padding-right: 5em;
  }
}
@media screen and (max-width: 768px) {
  #footer-post .innerbox .post_sec {
    width: 100%;
    padding-right: 0;
    padding-bottom: 5em;
    border-right: none;
    border-bottom: #fff solid 2px;
  }
}
@media screen and (max-width: 480px) {
  #footer-post .innerbox .post_sec {
    border-bottom: none;
  }
}
@media screen and (max-width: 480px) {
  #footer-post .innerbox .post_sec .post_list {
    width: 90%;
    margin-left: 2.5%;
    margin-top: -5%;
  }
}
#footer-post .innerbox .post_sec .post_list li:nth-child(4) {
  display: none;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  #footer-post .innerbox .post_sec .post_list li {
    width: 29%;
    margin-right: 6.5%;
  }
  #footer-post .innerbox .post_sec .post_list li:nth-child(2n) {
    margin-right: 6.5%;
  }
  #footer-post .innerbox .post_sec .post_list li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  #footer-post .innerbox .post_sec .post_list li {
    width: 45%;
    margin-right: 10%;
    margin-left: 0;
    margin-top: 10%;
  }
  #footer-post .innerbox .post_sec .post_list li:nth-child(2n) {
    margin-right: 0;
  }
  #footer-post .innerbox .post_sec .post_list li:nth-child(4) {
    display: block;
  }
}
#footer-post .innerbox .post_sec .post_list li a .sidebox {
  right: -1.5em;
  color: #fff;
  /* 日付 */
}
#footer-post .innerbox .post_sec .post_list li a .sidebox .date {
  font-size: 1.3em;
  right: -1.1em;
}
#footer-post .innerbox .post_sec .post_list li a .sidebox .cat_box {
  top: 8em;
  margin-left: -0.1em;
  height: 12em;
}
@media screen and (max-width: 1350px) {
  #footer-post .innerbox .post_sec .post_list li a .sidebox .cat_box {
    height: 6em;
  }
}
@media screen and (max-width: 768px) {
  #footer-post .innerbox .post_sec .post_list li a .sidebox .cat_box {
    height: 5em;
  }
}
@media screen and (max-width: 480px) {
  #footer-post .innerbox .post_sec .post_list li a .sidebox .cat_box {
    height: 4.5em;
  }
}
#footer-post .innerbox .post_sec .post_list li a .sidebox .cat_box .cat_list {
  font-size: 0.6em;
}
#footer-post .innerbox .post_sec .post_list li a .txtbox {
  /* 見出し */
  /* 抜粋文 */
}
#footer-post .innerbox .post_sec .post_list li a .txtbox .post_ttl {
  font-weight: 500;
}
@media screen and (max-width: 1350px) {
  #footer-post .innerbox .post_sec .post_list li a .txtbox .post_ttl {
    font-size: 0.8em;
  }
}
#footer-post .innerbox .post_sec .post_list li a .txtbox .post_exc {
  display: none;
}
#footer-post .innerbox .post_sec .blog_list .blog_box a {
  color: #fff;
}
@media screen and (max-width: 1350px) {
  #footer-post .innerbox .post_sec .blog_list .blog_box {
    width: 45%;
    margin-right: 5%;
  }
  #footer-post .innerbox .post_sec .blog_list .blog_box:nth-child(3n) {
    margin-right: 5%;
  }
}
@media screen and (max-width: 768px) {
  #footer-post .innerbox .post_sec .blog_list .blog_box {
    width: 47%;
    margin-right: 6%;
    margin-top: 8%;
  }
  #footer-post .innerbox .post_sec .blog_list .blog_box:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  #footer-post .innerbox .post_sec .blog_list .blog_box {
    width: 90%;
    margin-right: 0;
    margin-left: 2.5%;
  }
}
#footer-post .innerbox .post_sec .blog_list .blog_box .sidebox {
  color: #fff;
}
@media screen and (max-width: 1350px) {
  #footer-post .innerbox .post_sec .blog_list .blog_box .sidebox {
    right: -1.2em;
  }
}
#footer-post .innerbox .post_sec .blog_list .blog_box .sidebox .cat_box {
  height: 11em;
}
@media screen and (max-width: 1350px) {
  #footer-post .innerbox .post_sec .blog_list .blog_box .sidebox .cat_box {
    height: 15.5em;
  }
}
@media screen and (max-width: 768px) {
  #footer-post .innerbox .post_sec .blog_list .blog_box .sidebox .cat_box {
    height: 16em;
  }
}
@media screen and (max-width: 480px) {
  #footer-post .innerbox .post_sec .blog_list .blog_box .sidebox .cat_box {
    height: 20em;
  }
}
#footer-post .innerbox .post_sec .blog_list .blog_box .sidebox .cat_box .cat_list {
  font-size: 0.6em;
}
#footer-post .innerbox .post_sec .blog_list .blog_box .txtbox p.btn {
  font-size: 0.8em;
}
#footer-post .innerbox .post_sec .blog_list .blog_box .txtbox p.btn span {
  background: #fff;
  border: #91b821 solid 0.15em;
  color: #91b821;
}
#footer-post .innerbox .archive_sec {
  width: 25%;
  position: relative;
  box-sizing: border-box;
  padding-left: 10em;
  /* 月別アーカイブ */
  /* 月選択 */
  /* ボタン */
}
@media screen and (max-width: 1920px) {
  #footer-post .innerbox .archive_sec {
    width: 30%;
    padding-left: 5em;
  }
}
@media screen and (max-width: 768px) {
  #footer-post .innerbox .archive_sec {
    width: 100%;
    padding-top: 5em;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 480px) {
  #footer-post .innerbox .archive_sec {
    padding-top: 0;
  }
}
#footer-post .innerbox .archive_sec .m_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style: none inside;
  font-family: korolev, noto-sans-cjk-jp, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 768px) {
  #footer-post .innerbox .archive_sec .m_list {
    display: none;
  }
}
#footer-post .innerbox .archive_sec .m_list li {
  line-height: 1em;
  padding-bottom: 1em;
}
#footer-post .innerbox .archive_sec .m_list li a {
  color: #ffffff;
}
#footer-post .innerbox .archive_sec .m_list li a:hover {
  color: #91b821;
}
#footer-post .innerbox .archive_sec select {
  font-family: noto-sans-cjk-jp, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  border-color: #ffffff;
  color: #ffffff;
  margin-bottom: 5em;
  padding-left: 0;
}
@media screen and (max-width: 1350px) {
  #footer-post .innerbox .archive_sec select {
    margin-bottom: 2.5em;
  }
}
@media screen and (max-width: 768px) {
  #footer-post .innerbox .archive_sec select {
    width: auto;
    margin-top: -0.25em;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  #footer-post .innerbox .archive_sec select {
    margin-left: 1em;
  }
}
@media screen and (max-width: 480px) {
  #footer-post .innerbox .archive_sec select {
    width: 100%;
  }
}
#footer-post .innerbox .archive_sec .btn {
  width: 100%;
}
#footer-post .innerbox .archive_sec .btn a {
  font-size: 1em;
  text-align: center;
  background: #fff;
  border: #fff solid 0.15em;
  color: #97948f;
}
@media screen and (max-width: 768px) {
  #footer-post .innerbox .archive_sec .btn a {
    width: auto;
  }
}
@media screen and (max-width: 480px) {
  #footer-post .innerbox .archive_sec .btn a {
    width: 100%;
  }
}
#footer-post .innerbox .archive_sec .btn a:hover {
  background: #97948f;
  color: #fff;
}

/* ================= 一覧ページ ============================================================ */
#post_archive {
  padding: 10em 0;
}
@media screen and (max-width: 768px) {
  #post_archive {
    padding: 5em 0;
  }
}

/* ページナビゲーション（物件共通） */
.pager {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 10em;
}
@media screen and (max-width: 768px) {
  .pager {
    padding-top: 5em;
  }
}
.pager a {
  text-decoration: none;
}
.pager p {
  padding-bottom: 0;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.pager .no-link {
  color: rgba(64, 63, 82, 0.3);
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.pager .first,
.pager .last {
  transform: scale(0.6);
  transform-origin: 50% 50%;
}
.pager .prev,
.pager .next {
  transform: scale(0.7);
  transform-origin: 50% 50%;
}
.pager .nth-box {
  font-family: korolev, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.2em;
}
.pager .nth-box .current {
  font-size: 1.2em;
  display: inline-block;
  color: #666464;
  padding: 0 0.5em;
}
.pager .nth-box a {
  display: inline-block;
  padding: 0 0.5em;
}

/* ================= 投稿ページ（共通） ============================================================ */
#newspost {
  /* -------------------------- 投稿記事ヘッダー ------------------------------------------- */
  /* -------------------------- ナビゲーション ------------------------------------------- */
}
#newspost #entry-header {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 1.5em 0;
  background: #fff;
  color: #666464;
}
#newspost #entry-header:has(+ .partspage-ctt > .sec-bg1) {
  padding-bottom: 0;
}
#newspost #entry-header .innerbox {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  /* 記事タイトル */
  /* 日付 */
}
@media screen and (max-width: 768px) {
  #newspost #entry-header .innerbox {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
#newspost #entry-header .innerbox .entry_ttl {
  width: auto;
  flex: 1;
  position: relative;
  box-sizing: border-box;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.5em;
}
@media screen and (max-width: 1350px) {
  #newspost #entry-header .innerbox .entry_ttl {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 768px) {
  #newspost #entry-header .innerbox .entry_ttl {
    width: 100%;
    font-size: 1.6em;
  }
}
@media screen and (max-width: 480px) {
  #newspost #entry-header .innerbox .entry_ttl {
    font-size: 1.4em;
  }
}
#newspost #entry-header .innerbox .date {
  font-family: korolev, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5em;
  letter-spacing: 0.05em;
  line-height: 1em;
  padding-top: 0.3em;
  padding-left: 0.5em;
  color: #91b721;
}
@media screen and (max-width: 768px) {
  #newspost #entry-header .innerbox .date {
    font-size: 1em;
    width: 100%;
    padding: 0;
    padding-bottom: 0.5em;
    padding-left: 0;
  }
}
#newspost #entry-header .innerbox .date .year {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#newspost #entry-header .innerbox .date .md {
  font-size: 1.5em;
  padding-left: 0.25em;
}
#newspost .nav_sec {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 5em 0;
}
#newspost .nav_sec .innerbox ul.post_nav {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style: none inside;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
#newspost .nav_sec .innerbox ul.post_nav li {
  line-height: 1em;
  max-width: 45%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  color: #91b721;
  transition: 0.3s ease;
  backface-visibility: hidden;
}
#newspost .nav_sec .innerbox ul.post_nav li:hover {
  color: #91b821;
}
#newspost .nav_sec .innerbox ul.post_nav li a {
  flex: 1;
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis; /* Opera9,10対応 */
  color: #91b721;
}
@media screen and (max-width: 480px) {
  #newspost .nav_sec .innerbox ul.post_nav li a {
    font-size: 0.8em;
  }
}
#newspost .nav_sec .innerbox ul.post_nav li a:hover {
  color: #91b821;
}
#newspost .nav_sec .innerbox ul.post_nav li.prev:hover {
  transform: translate(-0.2em, 0);
}
#newspost .nav_sec .innerbox ul.post_nav li.prev a {
  padding-left: 0.25em;
}
#newspost .nav_sec .innerbox ul.post_nav li.next {
  justify-content: flex-end;
}
#newspost .nav_sec .innerbox ul.post_nav li.next:hover {
  transform: translate(0.2em, 0);
}
#newspost .nav_sec .innerbox ul.post_nav li.next a {
  padding-right: 0.25em;
}/*# sourceMappingURL=style.css.map */