@charset "UTF-8";
/* CSS Document */
/*
Theme Name: カフェ・サロン向けWordPressテーマ
Author: 株式会社ジャンプス
Author URI: https://jnpps.co.jp/
Description: 心地よさと美しさを両立した、カフェ・サロン専用のWordPressテーマ。女性向けの柔らかなデザインと直感的な操作性で、初めての方でも安心。集客・予約・ブログ運営まで、あなたの店舗の魅力を最大限に引き出します。
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* 欧文フォント */
.eg {
  font-family: korolev-compressed, sans-serif !important;
  font-weight: 500;
  font-style: normal;
}

.eg_maintxt {
  font-family: korolev-compressed, sans-serif !important;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5em;
  line-height: 1.5em;
}

/* 日本語フォント */
.jp {
  font-family: "游ゴシック", "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-compressed, sans-serif !important;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5em;
  line-height: 1em;
  padding-bottom: 1em;
  color: #191919;
}

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

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

/* インラインブロック */
.ib {
  display: inline-block;
}

/* 画像 */
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%;
}

.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
======================================================================================================================= */
/* 読み込み遅延 */
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.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, 3.75em);
}
.lazyload1.lazyloaded {
  transform: translate(0, 0);
}

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

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

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

/* トップページ内コンテンツの場合 */
#front-page section .lazyload0.lazyloaded, #front-page section .lazyload1.lazyloaded, #front-page section .lazyload2.lazyloaded, #front-page section .lazyload3.lazyloaded, #front-page section .lazyload4.lazyloaded {
  opacity: 0;
  filter: alpha(opacity=0);
}
#front-page section .lazyload1.lazyloaded {
  transform: translate(0, 3.75em);
}
#front-page section .lazyload2.lazyloaded {
  transform: translate(-3.75em, 0);
}
#front-page section .lazyload3.lazyloaded {
  transform: translate(3.75em, 0);
}
#front-page section .lazyload4.lazyloaded {
  transform: translate(0, -3.75em);
}
#front-page section.on .lazyload0.lazyloaded, #front-page section.on .lazyload1.lazyloaded, #front-page section.on .lazyload2.lazyloaded, #front-page section.on .lazyload3.lazyloaded, #front-page section.on .lazyload4.lazyloaded {
  opacity: 1;
  filter: alpha(opacity=100);
}
#front-page section.on .lazyload1.lazyloaded {
  transform: translate(0, 0);
}
#front-page section.on .lazyload2.lazyloaded {
  transform: translate(0, 0);
}
#front-page section.on .lazyload3.lazyloaded {
  transform: translate(0, 0);
}
#front-page section.on .lazyload4.lazyloaded {
  transform: translate(0, 0);
}
@media screen and (min-width: 1921px) and (max-aspect-ratio: 100/53) {
  #front-page section.onsp .lazyload0.lazyloaded, #front-page section.onsp .lazyload1.lazyloaded, #front-page section.onsp .lazyload2.lazyloaded, #front-page section.onsp .lazyload3.lazyloaded, #front-page section.onsp .lazyload4.lazyloaded {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #front-page section.onsp .lazyload1.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload2.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload3.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload4.lazyloaded {
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 1920px) and (min-width: 1351px) and (max-aspect-ratio: 2/1) {
  #front-page section.onsp .lazyload0.lazyloaded, #front-page section.onsp .lazyload1.lazyloaded, #front-page section.onsp .lazyload2.lazyloaded, #front-page section.onsp .lazyload3.lazyloaded, #front-page section.onsp .lazyload4.lazyloaded {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #front-page section.onsp .lazyload1.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload2.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload3.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload4.lazyloaded {
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 1350px) and (min-width: 769px) and (max-aspect-ratio: 25/13) {
  #front-page section.onsp .lazyload0.lazyloaded, #front-page section.onsp .lazyload1.lazyloaded, #front-page section.onsp .lazyload2.lazyloaded, #front-page section.onsp .lazyload3.lazyloaded, #front-page section.onsp .lazyload4.lazyloaded {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #front-page section.onsp .lazyload1.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload2.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload3.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload4.lazyloaded {
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) and (max-aspect-ratio: 25/37) {
  #front-page section.onsp .lazyload0.lazyloaded, #front-page section.onsp .lazyload1.lazyloaded, #front-page section.onsp .lazyload2.lazyloaded, #front-page section.onsp .lazyload3.lazyloaded, #front-page section.onsp .lazyload4.lazyloaded {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #front-page section.onsp .lazyload1.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload2.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload3.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload4.lazyloaded {
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 480px) and (max-aspect-ratio: 35/68) {
  #front-page section.onsp .lazyload0.lazyloaded, #front-page section.onsp .lazyload1.lazyloaded, #front-page section.onsp .lazyload2.lazyloaded, #front-page section.onsp .lazyload3.lazyloaded, #front-page section.onsp .lazyload4.lazyloaded {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #front-page section.onsp .lazyload1.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload2.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload3.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload4.lazyloaded {
    transform: translate(0, 0);
  }
}

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

/* ================= 新着記事 ============================================================ */
.post_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.post_list li.fbox {
  width: auto;
  position: relative;
  box-sizing: border-box;
}
.post_list li.fbox a {
  width: auto;
  position: relative;
  box-sizing: border-box;
  display: block;
  /* サムネイル */
  /* タイトル・日付 */
}
.post_list li.fbox a .thumb {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  background: #d2d2d2;
  overflow: hidden;
}
.post_list li.fbox a .thumb::before {
  content: "";
  display: block;
  padding-top: 140%;
}
.post_list li.fbox a .thumb span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.post_list li.fbox a .thumb span img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  height: 100% !important;
  max-width: none !important;
}
.post_list li.fbox a:hover .thumb span img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.post_list li.fbox a .txtbox {
  width: 1em;
  position: absolute;
  top: 0;
  left: -1.5em;
  right: auto;
  bottom: 0;
  margin: auto;
  line-height: 1em;
  box-sizing: border-box;
}
@media screen and (max-width: 1350px) {
  .post_list li.fbox a .txtbox {
    left: -1.25em;
  }
}
.post_list li.fbox a .txtbox .txtinner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis; /* Opera9,10対応 */
  writing-mode: vertical-rl;
}
.post_list li.fbox a .txtbox .date {
  display: inline;
  font-family: korolev-compressed, sans-serif !important;
  font-weight: 700;
  font-style: normal;
  color: #d2d2d2;
}
.post_list li.fbox a .txtbox .post_ttl {
  display: inline;
  font-size: 0.8em;
  padding-top: 0.5em;
  padding-bottom: 0;
}

/* ボタン */
.btn a {
  display: inline-block;
  width: auto;
  position: relative;
  box-sizing: border-box;
  font-size: 1.2em;
  padding: 0 2.7em 0.25em 0;
  line-height: 1em;
  color: #626262;
  border-bottom: 1px solid #626262;
  background: url("./images/ya.svg") no-repeat right bottom/1em auto;
  transition: 0.5s ease;
  backface-visibility: hidden;
}
.btn a:hover {
  padding-right: 3.5em;
}
.btn a span {
  font-family: korolev-compressed, sans-serif !important;
  font-weight: 700;
  font-style: normal;
}

.card-btn {
  margin-top: 0.8em;
}
.card-btn div {
  display: inline-block;
  width: auto;
  position: relative;
  box-sizing: border-box;
  font-size: 1.2em;
  padding: 0 2.7em 0.25em 0;
  line-height: 1em;
  color: #626262;
  border-bottom: 1px solid #626262;
  background: url("./images/ya.svg") no-repeat right bottom/1em auto;
  transition: 0.5s ease;
  backface-visibility: hidden;
}
.card-btn div:hover {
  padding-right: 3.5em;
}
.card-btn div span {
  font-family: korolev-compressed, sans-serif !important;
  font-weight: 700;
  font-style: normal;
}

/* フレキシブルボックス */
ul.flex {
  list-style: none inside;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}
.flex.flex4 {
  margin-top: -4%;
}
@media screen and (max-width: 768px) {
  .flex.flex4 {
    margin-top: -5%;
  }
}
@media screen and (max-width: 480px) {
  .flex.flex4 {
    margin-top: -8%;
  }
}
@media screen and (min-width: 769px) {
  .flex.flex4 .fbox {
    width: 22%;
    margin-right: 4%;
    margin-top: 4%;
  }
  .flex.flex4 .fbox:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .flex.flex4 .fbox {
    width: 30%;
    margin-right: 5%;
    margin-top: 5%;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .flex.flex4 .fbox:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .flex.flex4 .fbox {
    width: 46%;
    margin-right: 8%;
    margin-top: 8%;
  }
  .flex.flex4 .fbox:nth-child(2n) {
    margin-right: 0;
  }
}

* {
  margin: 0;
  padding: 0;
}

body,
html {
  scroll-behavior: smooth;
}

/* =======================================================================================================================
　　　　　　　　　全体
======================================================================================================================= */
body {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 1vw;
  line-height: 2em;
  letter-spacing: 0;
  background: #ffffff;
  color: #313131;
}
@media screen and (max-width: 1350px) {
  body {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 2vw;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 3vw;
  }
}

/* =======================================================================================================================
　　　　　　　　　レイアウト
======================================================================================================================= */
.sec {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 10em 0;
  z-index: 1;
}

.innerbox {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 0 10%;
}

#header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 99;
  min-height: 40vw;
}
@media screen and (min-aspect-ratio: 5/2) {
  #header {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 40vw;
  }
}
#header .innerbox {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#header.fixnav, body:not(#front-page) #header {
  width: 100%;
  height: 3.6em;
  min-height: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
}

#wrapper {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  overflow: clip;
}

#footer {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 5em 0;
}

/* =======================================================================================================================
　　　　　　　　　ヘッダー
======================================================================================================================= */
/* ロゴ・ナビゲーション共通トップ位置 */
/* グローバルナビゲーション（共通） */
.gnav ul {
  list-style: none inside;
  font-family: korolev-compressed, sans-serif !important;
  font-weight: 700;
  font-style: normal;
}
.gnav ul li {
  font-size: 1.2em;
  line-height: 1em;
}

/* ================= アニメーション ============================================================ */
@keyframes ya_mov {
  0% {
    bottom: 0.8em;
  }
  25% {
    bottom: 0em;
  }
  100% {
    bottom: 0.8em;
  }
}
#header {
  transition: 1s ease;
  backface-visibility: hidden;
  /* ロゴマーク */
  /* -------------------------- グローバルナビゲーション ------------------------------------------- */
  /* -------------------------- 固定ボタン ------------------------------------------- */
  /* -------------------------- スクロール時・下層ページ ------------------------------------------- */
}
#header .logo {
  font-size: 1em;
  width: 16.6em;
  position: absolute;
  top: calc(50% - 7.5em);
  left: 10em;
  transition: 1s ease;
  backface-visibility: hidden;
}
@media screen and (max-width: 480px) {
  #header .logo {
    left: 10%;
  }
}
#header .logo img {
  width: 100%;
  height: auto;
}
#header .logo img.logo2 {
  display: none;
}
#header .gnav {
  position: absolute;
  top: calc(50% - 7.5em);
  right: 10em;
  bottom: 4em;
  margin: auto;
  padding-left: 2.3em;
  padding-bottom: 0.2em;
  transition: 1s ease;
  backface-visibility: hidden;
  overflow: hidden;
  /* 縦線 */
  /* 矢頭 */
  /* 読み込み時 */
}
@media screen and (max-width: 480px) {
  #header .gnav {
    right: 10%;
  }
}
#header .gnav::before {
  content: "";
  display: block;
  box-sizing: border-box;
  border-left: #ffffff solid 1px;
  position: absolute;
  top: 0;
  left: 0.5em;
  right: auto;
  bottom: 1em;
  left: calc(0.5em - 1px);
  width: 1px;
  margin: auto;
  transition-delay: 0.5s;
  transition: 1s ease;
  backface-visibility: hidden;
  transform: translate(0, -100%);
}
#header .gnav::after {
  content: "";
  display: block;
  width: 0.5em;
  height: 1.2em;
  background: url("./images/ya2.svg") no-repeat right bottom/contain;
  position: absolute;
  top: auto;
  left: 0;
  right: auto;
  bottom: 0;
  animation: ya_mov linear 1s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: ya_mov linear 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: ya_mov linear 1s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: ya_mov linear 1s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: ya_mov linear 1s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
  transition-delay: 1.5s;
  transition: 0.5s ease;
  backface-visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(0, -100%);
}
#header .gnav.lazyloaded::before {
  transform: translate(0, 0);
  transition-delay: 0.5s;
}
#header .gnav.lazyloaded::after {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
  transition-delay: 1.5s;
}
#header .gnav ul li {
  padding-bottom: 1em;
}
#header .gnav ul li a {
  color: #ffffff;
  display: inline-block;
  width: auto;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  padding: 2px 0;
}
#header .gnav ul li a::after {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #ffffff;
  transition: 0.5s ease;
  backface-visibility: hidden;
  transform: translate(-105%, 0);
}
#header .gnav ul li a:hover::after {
  transform: translate(0, 0);
}
#front-page #header .gnav ul li.top {
  display: none;
}
#header .fixbtn {
  position: fixed;
  top: 0.9em;
  left: auto;
  right: 0;
  bottom: auto;
}
@media screen and (max-width: 1350px) {
  #header .fixbtn {
    top: 0.75em;
  }
}
@media screen and (max-width: 480px) {
  #header .fixbtn {
    top: 0.9em;
  }
}
#header .fixbtn a {
  padding-right: 1.6em;
  background: none;
  border-bottom: #ffffff solid 2px;
  color: #ffffff;
}
@media screen and (max-width: 1350px) {
  #header .fixbtn a {
    padding-right: 0.5em;
  }
}
#header .fixbtn a:hover {
  padding-right: 2.5em;
}
@media screen and (max-width: 1350px) {
  #header .fixbtn a:hover {
    padding-right: 1em;
  }
}
#header.fixnav, body:not(#front-page) #header {
  background: linear-gradient(180deg, #ffffff 0, transparent 100%);
  /* ロゴマーク */
  /* グローバルナビゲーション ------------------------------------------- */
  /* 固定ボタン ------------------------------------------- */
}
#header.fixnav .logo, body:not(#front-page) #header .logo {
  width: 11em;
  z-index: 999;
  top: 0.5em;
  left: 10%;
}
@media screen and (max-width: 768px) {
  #header.fixnav .logo, body:not(#front-page) #header .logo {
    width: 9em;
    top: 0.75em;
  }
}
#header.fixnav .logo img, body:not(#front-page) #header .logo img {
  width: 100%;
  height: auto;
}
#header.fixnav .logo img.logo1, body:not(#front-page) #header .logo img.logo1 {
  display: none;
}
#header.fixnav .logo img.logo2, body:not(#front-page) #header .logo img.logo2 {
  display: inherit;
}
@media screen and (min-width: 481px) {
  #header.fixnav .gnav, body:not(#front-page) #header .gnav {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    padding-left: 0;
    transition: 1s ease;
    backface-visibility: hidden;
  }
  #header.fixnav .gnav::before, #header.fixnav .gnav::after, body:not(#front-page) #header .gnav::before, body:not(#front-page) #header .gnav::after {
    content: none;
  }
  #header.fixnav .gnav ul, body:not(#front-page) #header .gnav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    display: flex;
    align-items: center;
    height: 3.6em;
  }
  #header.fixnav .gnav ul li, body:not(#front-page) #header .gnav ul li {
    line-height: 1em;
    padding-bottom: 0;
    padding-right: 2em;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  #header.fixnav .gnav ul li, body:not(#front-page) #header .gnav ul li {
    padding-right: 1.5em;
  }
}
@media screen and (min-width: 481px) {
  #header.fixnav .gnav ul li:last-child, body:not(#front-page) #header .gnav ul li:last-child {
    padding-right: 0;
  }
}
@media screen and (min-width: 481px) and (max-width: 1350px) {
  #header.fixnav .gnav ul li:last-child, body:not(#front-page) #header .gnav ul li:last-child {
    padding-right: 2em;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  #header.fixnav .gnav ul li:last-child, body:not(#front-page) #header .gnav ul li:last-child {
    padding-right: 1.5em;
  }
}
@media screen and (min-width: 481px) {
  #header.fixnav .gnav ul li a, body:not(#front-page) #header .gnav ul li a {
    color: #313131;
  }
  #header.fixnav .gnav ul li a::after, body:not(#front-page) #header .gnav ul li a::after {
    background: #313131;
  }
}
@media screen and (max-width: 480px) {
  #header.fixnav .gnav, body:not(#front-page) #header .gnav {
    display: none;
  }
}
#header.fixnav .fixbtn a, body:not(#front-page) #header .fixbtn a {
  border-bottom: #313131 solid 2px;
  color: #313131;
}

/* =======================================================================================================================
　　　　　　　　　スマートフォンナビゲーション
======================================================================================================================= */
/* ================= 格納ナビゲーション ============================================================ */
.hm_btn,
.hm_menu_wrap {
  display: none;
}
@media screen and (max-width: 480px) {
  .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;
  left: auto;
  right: 6em;
  bottom: auto;
  background: transparent;
  cursor: pointer;
  z-index: 99999;
}
.hm_btn::before, .hm_btn::after {
  width: 1.33em;
  height: 0.13em;
  background: #ffffff;
  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: #ffffff 0 0.532em 0;
}
.hm_btn::after {
  bottom: 0;
}
.hm_btn.fixnav::before, .hm_btn.fixnav::after, body:not(#front-page) .hm_btn::before, body:not(#front-page) .hm_btn::after {
  background: #313131;
}
.hm_btn.fixnav::before, body:not(#front-page) .hm_btn::before {
  box-shadow: #313131 0 0.532em 0;
}

/* 開閉時のアニメーション */
.hm_menu_check:checked ~ .hm_btn::before,
body:not(#front-page) .hm_menu_check:checked ~ .hm_btn::before {
  background: rgba(0, 0, 0, 0);
  box-shadow: #626262 0 0.532em 0;
  transform: rotate(45deg) translate3d(0.5em, -0.25em, 0);
}
.hm_menu_check:checked ~ .hm_btn::after,
body:not(#front-page) .hm_menu_check:checked ~ .hm_btn::after {
  background: #626262;
  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: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.hm_menu_wrap .hm_inner .menucontent {
  box-sizing: border-box;
  padding: 7em 2em;
  width: 35%;
  min-height: 100vh;
  position: absolute;
  top: 0;
  left: 100%;
  right: 0;
  bottom: auto;
  transition: left 1s;
  border: none;
  background: #ededed;
  /* 中身デザイン */
}
.hm_menu_wrap .hm_inner .menucontent .gnav ul {
  padding-bottom: 2em;
}
.hm_menu_wrap .hm_inner .menucontent .gnav ul li {
  padding-bottom: 2em;
}
.hm_menu_wrap .hm_inner .menucontent .gnav ul li a {
  font-size: 1.2em;
}

/* 開閉時のアニメーション */
.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: 65%;
  height: auto;
}

/* =======================================================================================================================
　　　　　　　　　フッター
======================================================================================================================= */
#footer {
  background: #dcdcdc;
  text-align: center;
  /* ================= フッターメニュー ============================================================ */
  /* ================= カフェ情報 ============================================================ */
  /* -------------------------- ロゴ・カフェ名 ------------------------------------------- */
  /* ================= SNS ============================================================ */
}
#footer .fnav ul {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style: none inside;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#footer .fnav ul li {
  font-family: korolev-compressed, sans-serif !important;
  font-weight: 700;
  font-style: normal;
  line-height: 1em;
  padding: 0 0.5em;
  border-right: #626262 solid 1px;
}
#footer .fnav ul li:first-child {
  padding-left: 0;
}
#footer .fnav ul li:last-child {
  padding-right: 0;
  border-right: none;
}
#footer .fnav ul li a {
  color: #626262;
}
#footer .info_box {
  padding-top: 3.75em;
  /* 住所 */
  /* 電話番号・営業時間 */
}
#footer .info_box h2 {
  font-size: 1em;
}
#footer .info_box h2 a {
  color: #313131;
  /* ロゴマーク */
  /* カフェ名 */
}
#footer .info_box h2 a .logo {
  display: block;
  padding-bottom: 2em;
}
#footer .info_box h2 a .logo img {
  width: 11em;
  height: auto;
}
#footer .info_box h2 a .txtbox {
  display: block;
  line-height: 1em;
  padding-bottom: 0.5em;
}
#footer .info_box h2 a .txtbox .eg {
  font-family: korolev-compressed, sans-serif !important;
  font-weight: 700;
  font-style: normal;
  font-size: 1.2em;
}
#footer .info_box h2 a .txtbox .jp {
  font-size: 0.8em;
}
#footer .info_box .ad {
  font-size: 0.8em;
  line-height: 1.6em;
  color: #626262;
}
#footer .info_box .tel {
  font-family: korolev-compressed, sans-serif !important;
  font-weight: 700;
  font-style: normal;
  color: #626262;
  line-height: 1.25em;
}
#footer .info_box .tel small {
  font-family: korolev-compressed, sans-serif !important;
  font-weight: 500;
  font-style: normal;
  font-size: 1em;
}
#footer .sns_list {
  list-style: none inside;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 5em;
}
#footer .sns_list li {
  font-size: 1.25em;
  line-height: 1em;
  padding-right: 1em;
}
#footer .sns_list li:last-child {
  padding-right: 0;
}
#footer .copyright {
  font-family: korolev-compressed, sans-serif !important;
  font-weight: 500;
  font-style: normal;
  font-size: 0.8em;
  line-height: 1em;
  padding-bottom: 0;
  color: #a0a0a0;
}

/* =======================================================================================================================
　　　　　　　　　トップページメインカラム
======================================================================================================================= */
body#front-page {
  /* ================= メイン画像 ============================================================ */
  /* ================= カフェ紹介 ============================================================ */
  /* -------------------------- 固定店内写真 ------------------------------------------- */
  /* ================= メニュー ============================================================ */
  /* ================= Instagram ============================================================ */
  /* ================= 新着情報 ============================================================ */
  /* ================= 通販 ============================================================ */
}
body#front-page .sec .btn {
  padding-top: 3.75em;
}
body#front-page .sec .lazyload1,
body#front-page .sec .lazyload2,
body#front-page .sec .lazyload3,
body#front-page .sec .lazyload4 {
  opacity: 0;
  filter: alpha(opacity=0);
}
body#front-page .sec .lazyload1 {
  transform: translate(0, 10em);
}
body#front-page .sec .lazyload2 {
  transform: translate(-10em, 0);
}
body#front-page .sec .lazyload3 {
  transform: translate(10em, 0);
}
body#front-page .sec .lazyload4 {
  transform: translate(0, -10em);
}
body#front-page .sec.on .lazyload1,
body#front-page .sec.on .lazyload2,
body#front-page .sec.on .lazyload3,
body#front-page .sec.on .lazyload4 {
  transform: translate(0, 0);
  opacity: 1;
  filter: alpha(opacity=100);
}
body#front-page #mainimg {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  height: 100vh;
  min-height: 40vw;
  background: #ffffff;
  /* -------------------------- スライダー画像 ------------------------------------------- */
  /* -------------------------- キャッチコピー ------------------------------------------- */
  /* -------------------------- スクロール ------------------------------------------- */
}
body#front-page #mainimg .sliderimg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  /* スライドショー */
  /* スライダー画像フルスクリーン表示 */
}
body#front-page #mainimg .sliderimg .metaslider,
body#front-page #mainimg .sliderimg #metaslider_container_11,
body#front-page #mainimg .sliderimg .slider-wrapper,
body#front-page #mainimg .sliderimg .nivoSlider,
body#front-page #mainimg .sliderimg .nivo-slice {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  margin: auto !important;
  height: auto !important;
  min-height: inherit !important;
  width: auto !important;
  min-width: inherit !important;
}
body#front-page #mainimg .sliderimg .metaslider .nivoSlider img,
body#front-page #mainimg .sliderimg .metaslider .nivoSlider .nivo-slice img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: 50% 50% !important;
     object-position: 50% 50% !important;
  width: 100% !important;
  height: 100% !important;
  font-family: "object-fit: cover; object-position: 50% 50%;" !important;
}
body#front-page #mainimg .main_copy {
  position: absolute;
  top: 50%;
  left: 10em;
  right: auto;
  bottom: auto;
  padding-top: 1.4em;
  color: #ffffff;
  /* 小キャッチコピー */
  /* 大キャッチコピー */
}
@media screen and (max-width: 480px) {
  body#front-page #mainimg .main_copy {
    left: 10%;
  }
}
body#front-page #mainimg .main_copy .small_copy {
  font-family: korolev-compressed, sans-serif !important;
  font-weight: 500;
  font-style: normal;
  font-size: 1.2em;
  line-height: 1em;
  padding-bottom: 0.5em;
}
body#front-page #mainimg .main_copy .copy {
  font-family: korolev-compressed, sans-serif !important;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5em;
  line-height: 1em;
}
body#front-page #mainimg .scroll {
  position: absolute;
  top: auto;
  left: auto;
  right: 13.5em;
  bottom: 5em;
  writing-mode: vertical-rl;
  z-index: 999;
  font-family: korolev-compressed, sans-serif !important;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 1em;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: 0.5s ease;
  backface-visibility: hidden;
}
@media screen and (max-width: 480px) {
  body#front-page #mainimg .scroll {
    right: calc(10% + 3.5em);
  }
}
body#front-page #mainimg .scroll.fixnav {
  opacity: 0;
  filter: alpha(opacity=0);
}
body#front-page #mainimg .scroll a {
  display: inline-block;
  color: #ffffff;
  padding-left: 1em;
}
body#front-page #concept {
  background: #ffffff;
  display: flex;
  flex-wrap: wrap;
  min-height: calc(100vh + 10em);
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  margin-bottom: 30%;
  /* メニュー表示トリガー */
}
@media screen and (min-width: 1351px) and (max-aspect-ratio: 3/2) {
  body#front-page #concept {
    min-height: 0;
  }
}
@media screen and (max-width: 1350px) and (max-aspect-ratio: 4/3) {
  body#front-page #concept {
    display: block;
    min-height: 0;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #concept {
    display: block;
    min-height: 0;
  }
}
body#front-page #concept .innerbox {
  flex: 1;
}
body#front-page #concept .innerbox .txtbox {
  padding: 5em 0;
}
@media screen and (max-width: 768px) {
  body#front-page #concept .innerbox .txtbox {
    padding: 0;
    padding-bottom: 5em;
  }
}
body#front-page #concept .innerbox .txtbox .jp_maintxt {
  padding-bottom: 0;
}
body#front-page #concept .imgbox {
  width: calc(50% + 2em);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 1350px) and (max-aspect-ratio: 4/3) {
  body#front-page #concept .imgbox {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #concept .imgbox {
    width: 80%;
  }
}
body#front-page #concept .imgbox span {
  display: block;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  height: calc(100vh - 10em);
}
@media screen and (min-width: 1351px) and (max-aspect-ratio: 3/2) {
  body#front-page #concept .imgbox span {
    height: auto;
  }
}
@media screen and (max-width: 1350px) and (max-aspect-ratio: 4/3) {
  body#front-page #concept .imgbox span {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #concept .imgbox span {
    height: auto;
  }
}
body#front-page #concept .imgbox .img_l,
body#front-page #concept .imgbox .img_s {
  width: auto;
  position: relative;
  box-sizing: border-box;
}
body#front-page #concept .imgbox .img_l {
  width: 57.7%;
}
body#front-page #concept .imgbox .img_s {
  width: 38.5%;
}
@media screen and (min-width: 1351px) and (max-aspect-ratio: 3/2) {
  body#front-page #concept .imgbox .img100 {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1350px) and (max-aspect-ratio: 4/3) {
  body#front-page #concept .imgbox .img100 {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #concept .imgbox .img100 {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #concept {
    margin-bottom: 50%;
  }
}
@media screen and (max-aspect-ratio: 1/1) {
  body#front-page #concept {
    margin-bottom: 70%;
  }
}
@media screen and (max-aspect-ratio: 2/3) {
  body#front-page #concept {
    margin-bottom: 100%;
  }
}
body#front-page #concept .innerbox {
  padding-left: 5em;
}
body#front-page #concept .innerbox .eg_maintxt {
  color: #d2d2d2;
}
body#front-page #concept .menu_trigger {
  position: absolute;
  top: auto;
  left: 0;
  right: auto;
  bottom: -10em;
}
@media screen and (max-width: 1350px) {
  body#front-page #concept .menu_trigger {
    bottom: 10em;
  }
}
body#front-page .cafeimg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
body#front-page .cafeimg .spimg {
  display: none;
}
@media screen and (max-aspect-ratio: 1/1) {
  body#front-page .cafeimg .pcimg {
    display: none;
  }
  body#front-page .cafeimg .spimg {
    display: inherit;
  }
}
body#front-page #top_menu {
  background: linear-gradient(180deg, #ffffff 0, #ffffff 40%, #ededed 40%, #ededed 100%);
}
body#front-page #top_menu .innerbox {
  /* ヘッダー */
  /* -------------------------- メニュー一覧 ------------------------------------------- */
}
body#front-page #top_menu .innerbox .sec_header {
  position: absolute;
  top: 0;
  left: 10%;
  right: auto;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  body#front-page #top_menu .innerbox .sec_header {
    display: block;
    top: 8%;
  }
}
body#front-page #top_menu .innerbox .sec_header p {
  font-family: korolev-compressed, sans-serif !important;
  font-weight: 700;
  font-style: normal;
  font-size: 1.2em;
  line-height: 1em;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  body#front-page #top_menu .innerbox .menu_list {
    margin-top: -8%;
  }
}
body#front-page #top_menu .innerbox .menu_list li:first-child {
  padding-left: 26%;
}
body#front-page #top_menu .innerbox .menu_list li:nth-child(3) {
  margin-right: 0;
}
body#front-page #top_menu .innerbox .menu_list li:nth-child(1) {
  transition-delay: 0.2s;
}
body#front-page #top_menu .innerbox .menu_list li:nth-child(2) {
  transition-delay: 0.4s;
}
body#front-page #top_menu .innerbox .menu_list li:nth-child(3) {
  transition-delay: 0.6s;
}
@media screen and (max-width: 768px) {
  body#front-page #top_menu .innerbox .menu_list li {
    width: 48%;
    margin-top: 8%;
    margin-right: 4%;
  }
  body#front-page #top_menu .innerbox .menu_list li:first-child {
    padding-left: 52%;
    margin-right: 0;
  }
  body#front-page #top_menu .innerbox .menu_list li:nth-child(3) {
    margin-right: 0;
  }
}
body#front-page #top_menu .innerbox .menu_list li a {
  /* メニュー画像 */
}
body#front-page #top_menu .innerbox .menu_list li a .imgbox {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}
body#front-page #top_menu .innerbox .menu_list li a .imgbox::before {
  content: "";
  display: block;
  padding-top: 140%;
}
body#front-page #top_menu .innerbox .menu_list li a .imgbox span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
body#front-page #top_menu .innerbox .menu_list li a .txtbox {
  padding-top: 1em;
  /* メニュー名 */
  /* 価格 */
}
body#front-page #top_menu .innerbox .menu_list li a .txtbox .menu_name {
  font-family: korolev-compressed, sans-serif !important;
  font-weight: 700;
  font-style: normal;
  font-size: 1em;
  line-height: 1em;
  color: #626262;
  padding-bottom: 0.5em;
}
body#front-page #top_menu .innerbox .menu_list li a .txtbox .price {
  font-family: korolev-compressed, sans-serif !important;
  font-weight: 500;
  font-style: normal;
  font-size: 1.2em;
  line-height: 1em;
  color: #a0a0a0;
  padding-bottom: 0;
}
body#front-page #top_menu .innerbox .menu_list li a:hover .imgbox span img {
  transform: scale(1.1);
  opacity: 1;
  filter: alpha(opacity=100);
}
body#front-page #instagram {
  background: linear-gradient(180deg, transparent 0, transparent 70%, #ffffff 70%, #ffffff 100%), linear-gradient(90deg, #dcdcdc 0, #dcdcdc 65%, transparent 65%, transparent 100%), linear-gradient(180deg, #ededed 0, #ededed 30%, #ffffff 30%, #ffffff 100%);
}
@media screen and (max-width: 1350px) {
  body#front-page #instagram {
    background: linear-gradient(90deg, #dcdcdc 0, #dcdcdc 70%, transparent 70%, transparent 100%), linear-gradient(180deg, #ededed 0, #ededed 30%, #ffffff 30%, #ffffff 100%);
  }
}
@media screen and (max-width: 768px) {
  body#front-page #instagram {
    background: linear-gradient(180deg, transparent 0, transparent 70%, #ffffff 70%, #ffffff 100%), linear-gradient(90deg, #dcdcdc 0, #dcdcdc 75%, transparent 75%, transparent 100%), linear-gradient(180deg, #ededed 0, #ededed 30%, #ffffff 30%, #ffffff 100%);
  }
}
@media screen and (max-width: 480px) {
  body#front-page #instagram {
    background: linear-gradient(180deg, transparent 0, transparent 70%, #ffffff 70%, #ffffff 100%), linear-gradient(90deg, #dcdcdc 0, #dcdcdc 65%, transparent 65%, transparent 100%), linear-gradient(180deg, #ededed 0, #ededed 20%, #ffffff 20%, #ffffff 100%);
  }
}
body#front-page #instagram .innerbox {
  display: flex;
  flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  transform: translate(-1%, 0);
}
@media screen and (max-width: 480px) {
  body#front-page #instagram .innerbox {
    transform: translate(0, 0);
    display: block;
  }
}
body#front-page #instagram .innerbox .sec_header {
  flex: 1;
  width: auto;
  position: relative;
  box-sizing: border-box;
  padding-left: 5em;
  display: flex;
  align-items: center;
  transform: translate(-2%, 0);
}
@media screen and (max-width: 480px) {
  body#front-page #instagram .innerbox .sec_header {
    transform: translate(0, 0);
    padding-left: 0;
    padding-bottom: 3.75em;
  }
}
body#front-page #instagram .innerbox .sec_header .txtbox .btn {
  padding-top: 0;
}
body#front-page #instagram .innerbox .insta_box {
  width: 62%;
  width: auto;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  body#front-page #instagram .innerbox .insta_box {
    width: 102%;
    margin-left: -1%;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #instagram .innerbox .insta_box #sb_instagram.sbi_col_3.sbi_disable_mobile #sbi_images .sbi_item {
    width: 50%;
  }
}
body#front-page #top_news {
  background: #ffffff;
  /* タイトル */
  /* 新着一覧 */
  /* ボタン */
  /* トリガー */
}
@media screen and (max-width: 768px) {
  body#front-page #top_news {
    padding-top: 0;
  }
}
body#front-page #top_news .sec_ttl {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-left: calc(18% - 0.65em);
}
@media screen and (max-width: 768px) {
  body#front-page #top_news .sec_ttl {
    padding-left: 0;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #top_news .sec_ttl {
    position: absolute;
    top: 0.8em;
    left: 10%;
    right: auto;
    bottom: auto;
  }
}
body#front-page #top_news .post_list li:first-child {
  width: 30%;
  margin-left: 18%;
}
@media screen and (max-width: 768px) {
  body#front-page #top_news .post_list li:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #top_news .post_list li:first-child {
    width: 65%;
    margin-left: 35%;
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #top_news .post_list li:nth-child(2) {
    margin-right: 8%;
  }
}
body#front-page #top_news .post_list li:nth-child(3) {
  margin-right: 0;
}
body#front-page #top_news .post_list li:nth-child(1) {
  transition-delay: 0.2s;
}
body#front-page #top_news .post_list li:nth-child(2) {
  transition-delay: 0.4s;
}
body#front-page #top_news .post_list li:nth-child(3) {
  transition-delay: 0.6s;
}
body#front-page #top_news .btn {
  text-align: right;
  padding-top: 0;
  transform: translate(-100%, -100%);
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 1s ease;
  backface-visibility: hidden;
}
@media screen and (max-width: 768px) {
  body#front-page #top_news .btn {
    transform: translate(-100%, 0);
    position: absolute;
    top: 0;
    left: auto;
    right: 10%;
    bottom: auto;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #top_news .btn {
    top: 7em;
    left: 10%;
    right: auto;
  }
}
body#front-page #top_news .btn a {
  transform: translate(0, 0);
}
body#front-page #top_news .btn a:hover {
  transform: translate(0.8em, 0);
}
@media screen and (max-width: 480px) {
  body#front-page #top_news .btn a:hover {
    transform: translate(0, 0);
  }
}
body#front-page #top_news.on .btn {
  transform: translate(0, -100%);
  opacity: 1;
  filter: alpha(opacity=100);
}
@media screen and (max-width: 768px) {
  body#front-page #top_news.on .btn {
    transform: translate(0, 0);
  }
}
body#front-page #top_news .shopping_trigger {
  position: absolute;
  top: auto;
  left: 0;
  right: auto;
  bottom: 25em;
}
body#front-page #online_store {
  background: #ededed;
  display: flex;
  flex-wrap: wrap;
  min-height: calc(100vh + 10em);
}
@media screen and (min-width: 1351px) and (max-aspect-ratio: 3/2) {
  body#front-page #online_store {
    min-height: 0;
  }
}
@media screen and (max-width: 1350px) and (max-aspect-ratio: 4/3) {
  body#front-page #online_store {
    display: block;
    min-height: 0;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #online_store {
    display: block;
    min-height: 0;
  }
}
body#front-page #online_store .innerbox {
  flex: 1;
}
body#front-page #online_store .innerbox .txtbox {
  padding: 5em 0;
}
@media screen and (max-width: 768px) {
  body#front-page #online_store .innerbox .txtbox {
    padding: 0;
    padding-bottom: 5em;
  }
}
body#front-page #online_store .innerbox .txtbox .jp_maintxt {
  padding-bottom: 0;
}
body#front-page #online_store .imgbox {
  width: calc(50% + 2em);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 1350px) and (max-aspect-ratio: 4/3) {
  body#front-page #online_store .imgbox {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #online_store .imgbox {
    width: 80%;
  }
}
body#front-page #online_store .imgbox span {
  display: block;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  height: calc(100vh - 10em);
}
@media screen and (min-width: 1351px) and (max-aspect-ratio: 3/2) {
  body#front-page #online_store .imgbox span {
    height: auto;
  }
}
@media screen and (max-width: 1350px) and (max-aspect-ratio: 4/3) {
  body#front-page #online_store .imgbox span {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #online_store .imgbox span {
    height: auto;
  }
}
body#front-page #online_store .imgbox .img_l,
body#front-page #online_store .imgbox .img_s {
  width: auto;
  position: relative;
  box-sizing: border-box;
}
body#front-page #online_store .imgbox .img_l {
  width: 57.7%;
}
body#front-page #online_store .imgbox .img_s {
  width: 38.5%;
}
@media screen and (min-width: 1351px) and (max-aspect-ratio: 3/2) {
  body#front-page #online_store .imgbox .img100 {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1350px) and (max-aspect-ratio: 4/3) {
  body#front-page #online_store .imgbox .img100 {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #online_store .imgbox .img100 {
    width: 100%;
    height: auto;
  }
}
body#front-page #online_store .innerbox {
  padding-right: 5em;
}
body#front-page #online_store .innerbox .eg_maintxt {
  color: #bfbfbf;
}
@media screen and (max-width: 768px) {
  body#front-page #online_store .imgbox {
    padding-left: 20%;
  }
}

/* =======================================================================================================================
　　　　　　　　　下層ページ（共通）
======================================================================================================================= */
body #page-header {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  color: #313131;
  padding: 8.6em 0 5em 0;
  /* 背景スライドショー ------------------------------------------- */
  /* 英語タイトル */
  /* 日本語タイトル */
}
body #page-header .main_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  /* Meta Slider */
  /* スライダー画像フルスクリーン表示 */
  /* コピーライトキャプション */
}
body #page-header .main_bg .metaslider,
body #page-header .main_bg #metaslider_container_865,
body #page-header .main_bg .slider-wrapper,
body #page-header .main_bg .nivoSlider,
body #page-header .main_bg .nivo-slice {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  margin: auto !important;
  height: auto !important;
  min-height: inherit !important;
  width: auto !important;
  min-width: inherit !important;
}
body #page-header .main_bg .metaslider .nivoSlider img,
body #page-header .main_bg .metaslider .nivoSlider .nivo-slice img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: 50% 50% !important;
     object-position: 50% 50% !important;
  width: 100% !important;
  height: 100% !important;
}
body #page-header .main_bg .nivo-caption {
  line-height: 0.8em;
  background: transparent !important;
  padding-right: 0.5em;
  padding-bottom: 0.5em;
}
body #page-header .main_bg .nivo-caption .cpt {
  text-align: right;
  font-size: 0.8em;
  line-height: 1em;
}
body #page-header .innerbox {
  z-index: 10;
}
body #page-header .eg_ttl {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-family: korolev-compressed, sans-serif !important;
  font-weight: 700;
  font-style: normal;
  font-size: 4em;
  line-height: 1em;
  padding-bottom: 0.25em;
}
@media screen and (max-width: 480px) {
  body #page-header .eg_ttl {
    font-size: 2.5em;
  }
}
body #page-header .page_ttl {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-family: korolev-compressed, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif !important;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1em;
}

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

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

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

.sec-bg2 {
  background: #ededed;
}

.sec-bg3 {
  background: #dcdcdc;
}

/* 同じ背景色のセクションが続いたときに余白をなくす */
.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;
  /* 大きな数字 */
}
.parts_hd .hd_jp {
  font-family: korolev-compressed, sans-serif !important;
  font-weight: 700;
  font-style: normal;
  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-compressed, sans-serif !important;
  font-weight: 500;
  font-style: normal;
  font-size: 3em;
  letter-spacing: 0;
  line-height: 1em;
}
@media screen and (max-width: 768px) {
  .parts_hd .hd_en {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  .parts_hd .hd_en {
    font-size: 2em;
  }
}
.parts_hd .hd_en + .hd_jp {
  font-size: 1.15em;
  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-compressed, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif !important;
  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: #626262;
  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;
}

/* =============== ブロック ========================================================= */
.partspage-ctt .sec {
  /* ------------ 背景色つきテキストボックス -------------------------------- */
  /* ------------ Googleマップ ------------------------------------------- */
}
.partspage-ctt .sec .textbox {
  width: 100%;
  box-sizing: border-box;
  padding: 3.75em;
  margin-bottom: 5em;
  background: #626262;
  color: #ffffff;
  border-radius: 1em;
}
@media screen and (max-width: 768px) {
  .partspage-ctt .sec .textbox {
    padding: 2em;
  }
}
@media screen and (max-width: 480px) {
  .partspage-ctt .sec .textbox {
    padding: 1.5em;
  }
}
.partspage-ctt .sec .textbox h3,
.partspage-ctt .sec .textbox h4 {
  font-family: korolev-compressed, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif !important;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .partspage-ctt .sec .textbox h3,
  .partspage-ctt .sec .textbox h4 {
    font-size: 1.3em;
  }
}
.partspage-ctt .sec .textbox p {
  padding-bottom: 2em;
}
.partspage-ctt .sec .textbox p:last-child {
  padding-bottom: 0;
}
.partspage-ctt .sec .access_map {
  display: block;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 5em;
}
.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 {
  width: auto;
  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: 3.75em;
  margin: 0 auto;
  margin-bottom: 5em;
  background: #ffffff;
  color: #313131;
  border-radius: 1em;
  /* 見出し */
}
.sec-bg1 .no_list,
.sec-bg1 .order_list,
.sec-bg1 .check_list {
  background: #dcdcdc;
}
@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-compressed, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif !important;
  color: #191919;
  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,
.no_list ol li,
.order_list ul li,
.order_list ol li,
.check_list ul li,
.check_list ol li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1.7em;
  padding-left: 1.5em;
  padding-bottom: 1.5em;
}
.no_list ul li:last-child,
.no_list ol li:last-child,
.order_list ul li:last-child,
.order_list ol li:last-child,
.check_list ul li:last-child,
.check_list ol li:last-child {
  padding-bottom: 0;
}
.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 li::before {
  content: "";
  position: absolute;
  display: inline-block;
  background: #626262;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  margin-top: 0.5em;
  margin-left: -1.5em;
  margin-right: 0.5em;
}

/* 番号つき -------------------------------- */
.order_list {
  /* リスト */
}
.order_list ol {
  counter-reset: number;
}
.order_list ol li::before {
  position: absolute;
  display: inline-block;
  width: 1.5em;
  margin-top: -0.1em;
  margin-left: -1.2em;
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
  font-family: korolev-compressed, sans-serif !important;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5em;
  color: #626262;
}
.order_list ol li:nth-child(n+10) {
  text-indent: -1.5em;
  padding-left: 1.5em;
}

/* チェックボックスマークつき -------------------------------- */
.check_list {
  /* リスト */
}
.check_list ul li::before {
  position: absolute;
  left: 0;
  display: inline-block;
  font-family: "Font Awesome 5 free";
  content: "\f14a";
  font-weight: 900;
  color: #626262;
}

/* 表型 -------------------------------- */
.table {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 5em;
  color: #313131;
  /* 見出し */
  /* リスト */
}
.table h3,
.table h4 {
  display: inline-block;
  font-family: korolev-compressed, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif !important;
  color: #191919;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@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;
  margin-bottom: 0.5em;
  overflow: hidden;
}
.sec-bg1 .table ul li {
  background: #dcdcdc;
}
.sec-bg1 .table ul li .table_th,
.sec-bg1 .table ul li .table_td {
  border-color: #ffffff;
}
.sec-bg2 .table ul li {
  background: #ffffff;
}
.sec-bg2 .table ul li .table_th,
.sec-bg2 .table ul li .table_td {
  border-color: #ededed;
}
.sec-bg3 .table ul li {
  background: #ededed;
}
.sec-bg3 .table ul li .table_th,
.sec-bg3 .table ul li .table_td {
  border-color: #dcdcdc;
}
.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: #626262;
  color: #ffffff;
  font-weight: 700;
}
.sec-bg3 .table ul li.table_li .row_th {
  background: #ffffff;
  color: #313131;
}
.table ul li.table_li .row_th .col_th_sp {
  color: #d2d2d2;
}
.table ul li.table_li .col_th {
  background: #626262;
  color: #ffffff;
  font-weight: 700;
}
.sec-bg3 .table ul li.table_li .col_th {
  background: #ffffff;
  color: #313131;
}
@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-compressed, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif !important;
  padding: 1.5em;
  font-size: 1em;
  line-height: 1.5em;
  border-right: #ffffff dashed 0.15em;
  width: auto;
  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: #ffffff dashed 0.15em;
  }
}
.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-compressed, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif !important;
}
.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;
  margin-bottom: 3.75em;
  /* 見出し */
  /* リスト */
}
.tl_box .tl h3,
.tl_box .tl h4 {
  width: 100%;
  display: inline-block;
  font-family: korolev-compressed, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif !important;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-bottom: 1em;
  color: #626262;
}
@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-compressed, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif !important;
  padding: 0 1.5em 1.5em 1.5em;
  font-size: 1em;
  line-height: 1.5em;
  width: auto;
  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: #626262;
}
.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-compressed, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif !important;
}
.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: #191919 solid 0.25em;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.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: #626262;
  z-index: 2;
}
.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%;
  height: -moz-fit-content;
  height: fit-content;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top left;
     object-position: top left;
}
.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: #191919 dotted 0.25em;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
@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: #313131;
  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: #dcdcdc;
  padding: 3.75em;
}
.note_list h3,
.note_list h4 {
  font-family: korolev-compressed, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif !important;
  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;
  content: "※";
}
.note_list ul li:last-child {
  padding-bottom: 0;
}
.note_list ul li h5 {
  display: block;
  font-family: korolev-compressed, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif !important;
  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: block;
}

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

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

.imgcard_l2 .yttxt_youtube,
.imgcard_l3 .yttxt_youtube {
  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 .imgcard_img::after {
  display: none;
}
.imgcard_flow ul li .imgcard_img::after {
  font: var(--fa-font-solid);
  content: "\f105";
  color: #626262;
  font-size: 1em;
  text-align: center;
  position: absolute;
  top: 50%;
  left: auto;
  right: -8%;
  bottom: auto;
  transform: translateY(-50%);
}

/* タブレットの時 -------------------------------- */
@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 .imgcard_img::after {
    font: var(--fa-font-solid);
    content: "\f107";
    color: #626262;
    font-size: 2em;
    text-align: center;
    position: absolute;
    top: auto;
    left: 50%;
    right: auto;
    bottom: -2em;
    transform: translateX(-50%);
  }
  /* 2つ並び */
  .imgcard_l2_tb.imgcard_flow {
    /* リスト */
  }
  .imgcard_l2_tb.imgcard_flow ul li {
    margin-right: 6%;
  }
  /* 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) .imgcard_img::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%;
  }
}
@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) .imgcard_img::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) .imgcard_img::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) .imgcard_img::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) .imgcard_img::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;
  }
  /* 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:nth-child(2n) {
    margin-right: 0;
  }
  .imgcard_l2_sp.imgcard_flow ul li:nth-child(2n) .imgcard_img::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:nth-child(3n) {
    margin-right: 0;
  }
  .imgcard_l3_sp.imgcard_flow ul li:nth-child(3n) .imgcard_img::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) .imgcard_img::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) .imgcard_img::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) .imgcard_img::after {
    display: none;
  }
}
/* PDFファイル -------------------------------- */
.pdf_box {
  padding-bottom: 5em;
  /* 見出し */
}
.pdf_box h4 {
  display: inline-block;
  font-family: korolev-compressed, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif !important;
  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: #dcdcdc;
  color: #626262;
  border-radius: 1em;
}
.sec-bg2 .pdf_box ul li, .sec-bg3 .pdf_box ul li, .sec-bg4 .pdf_box ul li {
  background: #ffffff;
}
.pdf_box ul li a {
  display: block;
  color: #313131;
  padding: 1em 2em;
  text-decoration: none;
  position: relative;
}
.pdf_box ul li a i {
  color: #626262;
  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: #313131;
}
.pdf_box ul li a span {
  display: inline-block;
  padding-left: 1em;
}
.pdf_box ul li a:hover {
  color: #626262;
}

/* =======================================================================================================================
　　　　　　　　　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: #ffffff;
  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: #ffffff;
  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: #dcdcdc;
}
.sec-bg4 .faq_box ul.qa_list li.qa_set .qa_txt .question {
  color: #313131;
}
.faq_box ul.qa_list li.qa_set .qa_txt .question::before {
  font-family: korolev-compressed, sans-serif !important;
  font-weight: 500;
  font-style: normal;
  content: "Q";
  font-weight: 700;
  font-size: 1.5em;
  padding-right: 0.5em;
  color: #626262;
}
.faq_box ul.qa_list li.qa_set .qa_txt .question::after {
  font-family: korolev-compressed, sans-serif !important;
  font-weight: 500;
  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: #626262;
  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;
}
.faq_box ul.qa_list li.qa_set .qa_txt p.answer {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  background: #ffffff;
  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: #dcdcdc;
}
.sec-bg4 .faq_box ul.qa_list li.qa_set .qa_txt p.answer {
  color: #313131;
}
.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-compressed, sans-serif !important;
  font-weight: 500;
  font-style: normal;
  content: "A";
  font-size: 1.5em;
  font-weight: 700;
  padding-right: 0.5em;
  color: #626262;
}
.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: #626262;
  color: #ffffff;
}
.sec-bg4 .faq_box ul.qa_list li.qa_set .qa_open:checked + .qa_txt .question {
  background: #a0a0a0;
  color: #313131;
}
.faq_box ul.qa_list li.qa_set .qa_open:checked + .qa_txt .question::before {
  color: #ffffff;
}
.faq_box ul.qa_list li.qa_set .qa_open:checked + .qa_txt .question::after {
  content: "-";
  padding-bottom: 0.2em;
  color: #ffffff;
  border-color: #ffffff;
}
.faq_box ul.qa_list li.qa_set .qa_open:checked + .qa_txt p.answer {
  max-height: 50em;
}
.faq_box .btn {
  padding-top: 2em;
}

/* ===========================================================================================================
　　　　　　　　　新着記事
=========================================================================================================== */
/* ================= 共通パーツ ============================================================ */
/* ページナビゲーション（共通） */
.pager {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 3.75em;
}
@media screen and (max-width: 768px) {
  .pager {
    padding-top: 3em;
  }
}
.pager a {
  text-decoration: none;
}
.pager p {
  padding-bottom: 0;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.pager .no-link {
  color: #bfbfbf;
  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-compressed, sans-serif !important;
  font-weight: 500;
  font-style: normal;
  font-size: 1.2em;
}
.pager .nth-box .current {
  font-size: 1.2em;
  display: inline-block;
  color: #d2d2d2;
  padding: 0 0.5em;
}
.pager .nth-box .tenten {
  color: #bfbfbf;
}
.pager .nth-box a {
  display: inline-block;
  padding: 0 0.5em;
}

/* 新着ヘッダー */
#postlist #page-header .innerbox,
#newspost #page-header .innerbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* ボタン */
}
#postlist #page-header .innerbox .left_box,
#newspost #page-header .innerbox .left_box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
#postlist #page-header .innerbox .left_box .ttl_box,
#newspost #page-header .innerbox .left_box .ttl_box {
  padding-right: 2em;
}
#postlist #page-header .innerbox .left_box select,
#newspost #page-header .innerbox .left_box select {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 0.8em;
  border: none;
  padding: 0.5em 1em 0.25em 1em;
  line-height: 1em;
  height: 2.5em;
  color: #313131;
  border-bottom: #313131 solid 1px;
  cursor: pointer;
}
#postlist #page-header .innerbox .btn a,
#newspost #page-header .innerbox .btn a {
  transform: translate(0, 0);
}
#postlist #page-header .innerbox .btn a:hover,
#newspost #page-header .innerbox .btn a:hover {
  transform: translate(0.8em, 0);
}
@media screen and (max-width: 480px) {
  #postlist #page-header .innerbox .btn a:hover,
  #newspost #page-header .innerbox .btn a:hover {
    transform: translate(0, 0);
  }
}

/* ================= 一覧ページ ============================================================ */
#post_archive {
  padding-top: 0;
}

/* ================= 投稿ページ（共通） ============================================================ */
#newspost {
  /* -------------------------- 投稿記事ヘッダー ------------------------------------------- */
  /* -------------------------- ナビゲーション ------------------------------------------- */
}
#newspost #entry-header {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 1.5em 0;
}
#newspost #entry-header .innerbox {
  /* 記事タイトル */
  /* 日付 */
}
#newspost #entry-header .innerbox .entry_ttl {
  width: auto;
  width: auto;
  position: relative;
  box-sizing: border-box;
  font-size: 1.5em;
  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-compressed, sans-serif !important;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5em;
  letter-spacing: 0.05em;
  line-height: 1em;
  padding-top: 0.3em;
  padding-bottom: 0.25em;
  color: #191919;
}
@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: 3.75em 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%;
  width: auto;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  color: #191919;
  transition: 0.3s ease;
  backface-visibility: hidden;
}
#newspost .nav_sec .innerbox ul.post_nav li:hover {
  color: #626262;
}
#newspost .nav_sec .innerbox ul.post_nav li a {
  flex: 1;
  width: auto;
  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: #191919;
}
@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: #626262;
}
#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 */