@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap');

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/**************************************************
 * 1. 共通リセット・基本設定
 **************************************************/
p, .body, a, .navi-in a, .breadcrumb, .breadcrumb-caption, #header .site-name-text,
.site-name-text, .copyright,
.entry-content > *, .mce-content-body > *, .article p, .demo .entry-content p, .article dl, .article ul, .article ol, .article blockquote, .article pre, .article table, .article .toc, .body .article, .body .column-wrap, .body .new-entry-cards, .body .popular-entry-cards, .body .navi-entry-cards, .body .box-menus, .body .ranking-item, .body .rss-entry-cards, .body .widget, .body .author-box, .body .blogcard-wrap, .body .login-user-only, .body .information-box, .body .question-box, .body .alert-box, .body .information, .body .question, .body .alert, .body .memo-box, .body .comment-box, .body .common-icon-box, .body .blank-box, .body .button-block, .body .micro-bottom, .body .caption-box, .body .tab-caption-box, .body .label-box, .body .toggle-wrap, .body .wp-block-image, .body .booklink-box, .body .kaerebalink-box, .body .tomarebalink-box, .body .product-item-box, .body .speech-wrap, .body .wp-block-categories, .body .wp-block-archives, .body .wp-block-archives-dropdown, .body .wp-block-calendar, .body .ad-area, .body .wp-block-gallery, .body .wp-block-audio, .body .wp-block-cover, .body .wp-block-file, .body .wp-block-media-text, .body .wp-block-video, .body .wp-block-buttons, .body .wp-block-columns, .body .wp-block-separator, .body .components-placeholder, .body .wp-block-search, .body .wp-block-social-links, .body .timeline-box, .body .blogcard-type, .body .btn-wrap, .body .btn-wrap a, .body .block-box, .body .wp-block-embed, .body .wp-block-group, .body .wp-block-table, .body .scrollable-table, .body .wp-block-separator, .body .wp-block, .body .video-container, .comment-area, .related-entries, .pager-post-navi, .comment-respond {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 18px;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  border: none;
}

.entry-title, .archive-title,
.header-text-layer .header-catch,
.article h1, .article h2, .article h3, .article h4, .article h5, .article h6 {
  line-height: 1;
  font-weight: normal;
  font-size: 18px;
  border: none;
  margin: 0;
  padding: 0;
  background-color: transparent;
}

.article ul li, .article ol li {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a:hover {
  color: #0ff;
}
a:where(:not(.wp-element-button)) {
  text-decoration: none;
}

/* 共通パーツ非表示設定（スマホ用など） */
.sp {
  display: none;
}


/**************************************************
 * 2. レイアウト・メインエリア
 **************************************************/

/* 横スクロール制御（PCのみ） */
@media screen and (min-width: 768px) {
  body {
    min-width: 1440px;
    overflow-x: auto;
  }
}

.content {
  margin: 0;
}
.wrap {
  width: auto;
}
main.main {
  padding: 0;
  border: none;
}
/*
main.main article.article {
  padding-top: 80px;
  padding-bottom: 100px;
}
*/
/* 記事本文エリア */
.entry-content {
  margin: 0;
}
article.article .entry-content section {
  background-color: antiquewhite;
  padding-top: 80px;
  padding-bottom: 100px;
}
.home article.article .entry-content section:nth-child(even) {
  background-color: #fff;
}

/* 汎用ボックス */
.box {
  max-width: 1440px;
  margin: 0 auto 0;
  padding-left: 15px;
  padding-right: 15px;
}

/* トップに戻るボタン */
.go-to-top-visible .go-to-top {
  bottom: 30px;
}


/**************************************************
 * 3. ヘッダーエリア
 **************************************************/

/* --- 固定バー (.header-container) --- */
#header-container {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 9999;
  width: 100%;
  background-color: rgba(51,51,51,0.6);
  height: auto;
  margin-bottom: -90px;
}

/* --- ヘッダー中身 (.header-container-in) --- */
#header-container-in {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
  padding: 10px 15px;
}

/* --- ビジュアルエリア (#header) --- */
#header {
  width: 100%;
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0;
  position: relative;
}
body:not(.home) #header {
  min-height: 600px;
}

.header-in {
  display: block;
  margin: 0;
}

/* --- ロゴ関連 --- */
.tagline { margin: 0; }
.logo-image { padding: 0; }
.site-name-text-link { padding: 0; }

/* --- キャッチコピー・タイトル --- */
.header-text-layer {
  position: absolute;
  width: 40%;
  bottom: 100px;
  left: 100px;
  color: #fff;
  container-type: inline-size;
  z-index: 2;
}
.home .header-text-layer {
  width: 70%;
  top: 50%;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
  container-type: inline-size;
  z-index: 2;
}
.p_h_caption h2 {
  font-size: 40px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.p_h_caption h3 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: normal;
  margin-bottom: 30px;
}
.entry-title {
  position: absolute;
  display: flex;
  justify-content: flex-start;
  align-items: end;
  bottom: 30px;
  left: 100px;
  font-size: 60px;
  color: #ccc;
  font-weight: bold;
}
.entry-title span {
  display: block;
  border: solid 1px #fff;
  font-size: 24px;
  padding: 5px;
  margin-left: 20px;
}
.header-text-layer .header-catch {
  font-size: 15cqw;
  font-weight: bold;
  color: #fff;
  text-align: center;
    text-shadow: 
        1px 1px 0 #000,
        2px 2px 0 #000,
        3px 3px 0 #000,
        4px 4px 0 #000;
}
.header-text-layer .header-catch span {
  color: #FFD153;
}
.header-text-layer .entry-title {
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
}

/* --- ヘッダー背景オーバーレイ（ノイズ） --- */
body.home .header::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.5' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.3'/%3E%3C/svg%3E");
    background-blend-mode: overlay;
    pointer-events: none;
    z-index: 1; 
}

/* --- 固定ページ・トップページのヘッダー/フッター非表示 --- */
.page .article-footer.entry-footer,
.page .article-header.entry-header,
.home .article-footer.entry-footer,
.home .article-header.entry-header {
  display: none;
}

.home .page_header {
  display: none;
}
.page_header {
  position: relative;
  background-color: #333;
  width: 100%;
  height: 200px;
}

/**************************************************
 * 4. ナビゲーションメニュー（PC）
 **************************************************/
.navi {
  margin: 0;
  width: auto;
  background-color: transparent;
}
.navi .item-label, .navi .item-description {
  overflow: visible;
}
.current_page_item,
.navi-in a:hover {
  background-color: transparent;
  text-decoration: underline;
}
.navi-in {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

/* リスト設定 */
.navi-in > ul li {
  width: auto;
  height: auto;
}
.navi-in > ul li:not(.btn) {
  padding: 0 10px;
}

/* ナビ内テキスト */
.navi-in > ul .caption-wrap > div {
  font-size: 18px;
}

/* PCでは不要な要素を隠す */
.navi-in .line,
.navi .sns,
.btn-gnavi_box,
.navi-overlay,
.header-container-in .spnav_bottom {
  display: none;
}

/**************************************************
 * 5. ボタンデザイン
 **************************************************/
.btn_in {
  text-align: center;
}
.footer .btn_in {
  margin-bottom: 10px;
}
.navi-in a.btn,
.btn {
  position: relative;
  color: #000;
  font-weight: 500;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 20px;
  border-radius: 0;
  line-height: 1;
  padding: 25px 120px 25px 50px;
  background-color: #F4F4F4;
  z-index: 1;
}
.navi-in a.btn::after,
.btn::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 1px;
  background-color: #000;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 1;
}
.navi-in a.btn::before,
.btn::before {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #000;
  width: 15px;
  top: 30px;
  right: 7px;
  z-index: 1;
  transform: rotate(40deg);
}
.navi-in a.btn:hover,
.btn:hover {
  text-decoration: none;
}
.bottom_btn.sp {
  display: none;
}
.navi-in a.btn:hover::after, .btn:hover::after, .ranking-item-link-buttons a:hover::after, .btn-wrap > a:hover::after {
  right: -4px;
}

/* --- ヘッダーCTAボタン (.head_btn) --- */
.head_btn {
  margin-right: 80px;
}
.head_btn a.btn {
  background-color: #DB7200;
  color: #fff;
  font-weight: bold;
  font-size: 32px;
  padding: 12px 60px 16px 70px;
}
.head_btn a.btn::before {
  content: "";
  position: absolute;
  background-image: url(../../../common/img/icon_mail_white.webp);
  width: 40px;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 20px;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
}
.head_btn a.btn::after {
  content: "";
  position: absolute;
  background-image: url(../../../common/img/icon_arrow_white_right.webp);
  width: 10px;
  height: 17px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 1;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
}


/**************************************************
 * 6. SNSアイコン
 **************************************************/
.sns ul {
  max-width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
}
.sns ul li {
  width: 24%;
  padding: 0 10px;
}
.sns ul li img {
  display: none;
}
.sns ul li img.color_icon {
  display: block;
}


/**************************************************
 * 7. 店舗情報・営業時間パーツ
 **************************************************/
ul.address {
  display: none;
}

ul.shopinfo {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
ul.shopinfo li {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 49%;
  padding: 5px 10px 5px 60px;
  min-height: 60px;
}

/* 「営業時間」ラベル */
ul.shopinfo li::before {
  content: "営業\A時間";
  white-space: pre-wrap;
  position: absolute;
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #014480;
  font-weight: bold;
  letter-spacing: 1px;
  z-index: 1;
  font-size: 20px;
}
ul.shopinfo li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background-color: #FFE12D;
  border: solid 1px #000;
}
ul.shopinfo li.tel::before {
  content: "";
  left: 5px;
  width: 48px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(./../../../common/img/icon_phone.png);
}
ul.shopinfo li.tel::after {
  background-color: #34a2d4;
  border: solid 1px #f0f;
}

ul.shopinfo li:first-child { background-color: #FFEED7; }
ul.shopinfo li:last-child { background-color: #ffdfd7; }

ul.shopinfo li p {
  font-size: 14px;
  white-space: nowrap;
  line-height: 1.2;
}

/* --- 電話番号パーツ詳細 (.tel-inner) --- */
.tel-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.tel-num {
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 5px;
  letter-spacing: -0.02em;
}

.tel-desc {
  font-weight: normal;
  font-size: 12px;
  line-height: 1.2;
  white-space: nowrap;
}


/**************************************************
 * 8. フッターエリア
 **************************************************/
.footer {
  background-color: #000;
  padding: 0;
  margin: 0;
}

/* テキスト色調整 */
.copyright, .footer ul li, .footer ul li a, .footer ul li p, 
.footer ul li span, .footer a, .footer p, .footer span {
  color: #fff;
}
.copyright {
  display: inline-block;
  width: auto;
}

/* フッター内SNS */
.footer .sns img {
  display: block;
}
.footer .sns .facebook img.color_icon,
.footer .sns .line img.color_icon {
  display: none;
}
.footer .sns ul li a img {
  filter: brightness(0) invert(1);
}

/* フッター下部レイアウト */
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: solid 1px #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: inherit;
}

.footer-bottom_in {
  margin-right: 50px;
}

/* --- ロゴ --- */
.footer-bottom-logo {
  position: relative;
  float: none;
}
.footer-bottom-logo img {
  height: 200px;
}

/* --- フッターメニュー（マルチカラム版） --- */
.widget_nav_menu .menu {
    column-count: 2;
    column-gap: 30px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget_nav_menu .menu > li {
    break-inside: avoid;
    page-break-inside: avoid;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    vertical-align: top;
}

.widget_nav_menu .menu > li > a {
    display: block;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    margin-bottom: 8px;
    padding-bottom: 5px;
    font-size: 14px;
}

.widget_nav_menu .sub-menu {
    padding-left: 15px;
    margin-top: 5px;
}
.widget_nav_menu .sub-menu li {
    margin-bottom: 3px;
}
.widget_nav_menu .sub-menu li a {
    text-decoration: none;
    padding: 2px;
}
.widget_nav_menu .menu > li > a,
.widget_nav_menu .sub-menu li a {
    font-size: 0.8em;
    line-height: 1.2;
}

/* スマホは1列 */
@media screen and (max-width: 480px) {
    .widget_nav_menu .menu {
        column-count: 1;
    }
}

/* --- フッターコンテンツ・住所 --- */
.footer-bottom-content {
  text-align: left;
  float: none;
}
.footer-bottom-content .shopinfo {
  display: none;
}
.footer-bottom-content .address {
  display: block;
}
.footer-bottom-content .address li {
  margin-bottom: 5px;
  line-height: 1.5;
  font-size: 16px;
}
.footer-bottom-content .address li .tel-num {
  font-size: inherit;
  letter-spacing: 0;
  margin: 0;
  font-weight: normal;
}
.footer-bottom-content .sns ul {
  max-width: inherit;
}
.footer-bottom-content .chiiki p {
  line-height: 1.5;
  font-size: 14px;
}
.footer-bottom-content .chiiki p.title {
  background-color: #fff;
  color: #000;
  text-align: center;
  padding: 10px 0;
  font-size: 16px;
  font-weight: bold;
  border-radius: 20px;
  margin: 30px 0 10px;
}

/* --- フッター最下部ボックス --- */
.footer-bottom-content.box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 15px 15px 30px;
}
.footer-bottom-content.box a,
.footer-bottom-content.box div {
  font-size: 14px;
}
.footer-bottom-content.box div {
  margin-left: 10px;
}


/**************************************************
 * 9. ナビゲーションメニュー（SP・ハンバーガー）
 **************************************************/

  /* スマホ用パーツ表示 */
  .navi-in .line,
  .navi .sns,
  .header-container-in .spnav_bottom,
  .header-container-in .spnav_bottom .shopinfo {
    display: block;
  }

  /* --- ハンバーガーメニュー --- */
  .btn-gnavi_box {
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    padding: 15px 16px;
    width: 70px;
    height: 64px;
    cursor: pointer;
    z-index: 1000;
  }
  .btn-gnavi_box span {
    position: absolute;
    width: 30px;
    height: 4px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 10px;
    transition: all 400ms;
  }
  .btn-gnavi span:nth-child(1) { top: 20px; }
  .btn-gnavi span:nth-child(2) { top: 30px; }
  .btn-gnavi span:nth-child(3) { top: 40px; }

  /* アニメーション */
  .is-open .btn-gnavi span:nth-child(1) {
    top: 30px; left: 20px; width: 30px; transform: rotate(45deg);
  }
  .is-open .btn-gnavi span:nth-child(2) { display: none; }
  .is-open .btn-gnavi span:nth-child(3) {
    top: 30px; left: 20px; width: 30px; transform: rotate(-45deg);
  }

  .btn-gnavi_box .txt {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 10px;
    color: #fff;
  }

  /* --- ナビゲーション (.navi) --- */
  .navi {
    position: fixed;
    top: 0;
    right: -100%;
    left: auto;
    width: 30%;
    height: 100vh;
    background-color: #333;
    transition: right 0.4s ease;
    z-index: 999;
    overflow-y: auto; 
  }
  @media screen and (max-width: 767px) {
  .navi {
    width: 80%;
  }
  }
  .navi.is-open {
    right: 0;
    overflow-y: scroll;
  }

  /* PCメニュー非表示・開閉制御 */
  .navi-in .menu-pc {
    display: none;
  }
  .navi.is-open .navi-in .menu-pc {
    width: 100%;
    display: block;
    margin-bottom: 30px;
  }

  .navi-in .btn_in,
  .navi-in .follow {
    width: 100%;
    margin: 0 auto 20px;
  }
  .navi_bottom_info {
    margin-bottom: 30px;
  }
  .navi-in .follow p {
    text-align: center;
    margin-bottom: 20px;
    color: #fff;
    font-weight: bold;
  }
  .navi-in .sns ul {
    margin: 0;
  }
  .navi-in .btn_in a {
    margin: 0;
  }

  .navi_header {
    padding: 10px;
  }
  .navi_header .navi_in_logo {
    padding-bottom: 10px;
  }
  .navi_header .head_btn {
    margin-bottom: 10px;
  }
  .navi-in .navi_header .head_btn a {
    font-size: 18px;
  }
  .navi_header .head_btn.end {
    margin-bottom: 0;
  }
  .navi_header .head_btn a.btn::before {
    width: 34px;
    height: 28px;
  }
  .navi_header .head_btn.tel a.btn::before {
    background-image: url(../../../common/img/icon_phone_white.webp);
  }
  .navi_header .head_btn a.btn {
    padding-top: 15px;
  }

  /* ナビ内リスト */
  .navi-in > ul li {
    text-align: left;
  }
  .navi-in > ul li:not(.btn) {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #ccc;
    margin: 10px;
  }
  .navi-in > ul li:not(.btn) ul li {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .navi-in > ul li:last-child a,
  .navi-in > ul li:last-child .caption-wrap { width: auto; }
  .navi.is-open .navi-in > ul .caption-wrap > div {
    position: relative;
    width: auto;
    padding-left: 40px;
    font-weight: bold;
  }
  .navi-in > ul .caption-wrap { justify-content: start; }

  .navi.is-open .navi-in > ul .caption-wrap > div::before {
    content: "";
    position: absolute;
    width: 28px;
    height: 28px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(./../../../common/img/nav_company.webp);
  }
  .navi.is-open .navi-in > ul li.ourteams .caption-wrap > div::before {
    background-image: url(./../../../common/img/icon_nav_sp02.webp);
  }
  .navi.is-open .navi-in > ul li.webcon .caption-wrap > div::before {
    background-image: url(./../../../common/img/icon_nav_sp03.webp);
  }
  .navi.is-open .navi-in > ul li.web .caption-wrap > div::before {
    background-image: url(./../../../common/img/icon_nav_sp04.webp);
  }
  .navi.is-open .navi-in > ul li.sys .caption-wrap > div::before {
    background-image: url(./../../../common/img/icon_nav_sp05.webp);
  }
  .navi.is-open .navi-in > ul li.sns .caption-wrap > div::before {
    background-image: url(./../../../common/img/icon_nav_sp06.webp);
  }
  .navi.is-open .navi-in > ul li.design .caption-wrap > div::before {
    background-image: url(./../../../common/img/icon_nav_sp07.webp);
  }
  .navi.is-open .navi-in > ul li.movie .caption-wrap > div::before {
    background-image: url(./../../../common/img/icon_nav_sp08.webp);
  }
  .navi.is-open .navi-in > ul li.plan .caption-wrap > div::before {
    background-image: url(./../../../common/img/icon_nav_sp09.webp);
  }
  .navi.is-open .navi-in > ul li.recruit .caption-wrap > div::before {
    background-image: url(./../../../common/img/nav_recruit.webp);
  }
  .navi.is-open .navi-in > ul li.cont .caption-wrap > div::before {
    background-image: url(./../../../common/img/nav_mail.webp);
  }
  .navi_bottom_info p {
    position: relative;
    color: #fff;
    font-size: 14px;
    padding: 10px 0 10px 50px;
    line-height: 1.5;
  }
  .navi_bottom_info p::before {
    content: "";
    position: absolute;
    width: 36px;
    height: 42px;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(./../../../common/img/icon_map_white.webp);
  }

  /* ナビ内情報 */
  ul.shopinfo { margin-bottom: 50px; }
  ul.shopinfo li { width: 100%; margin-bottom: 5px; }

  .spnav_bottom span { font-size: 14px; display: inline-block; }
  .spnav_bottom span.tel-num { font-size: 28px; }
  .spnav_bottom p { font-weight: normal; font-size: 14px; }
  .spnav_bottom .source-org.copyright,
  .spnav_bottom a {
    display: block; text-align: center; font-size: 12px;
    color: inherit; font-weight: normal; line-height: 1.5;
  }
  .spnav_bottom a { text-decoration: underline; }

  /* --- オーバーレイ --- */
  .navi-overlay {
    display: block;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100vh;
    background: rgba(0,0,0, 0.6);
    z-index: 998;
    opacity: 0; visibility: hidden; pointer-events: none;
    transition: all 0.4s ease;
  }
  .navi-overlay.is-open {
    opacity: 1; visibility: visible; pointer-events: auto;
  }


/**************************************************
 * 10. 動画背景 (.vid_video_in)
 **************************************************/

/* 親要素（枠） */
.vid_video_in {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  background-color: #34a2d4;
}

/* 子要素（ビデオ） */
.vid_video_in video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover; 
}


/**************************************************
 * 11. スマホ・タブレット用レスポンシブ (max-width: 767px)
 **************************************************/
@media screen and (max-width: 767px) {

  .head_btn {
    display: none;
  }
  .navi .head_btn {
    display: block;
  }

  /* --- 共通 --- */
  .sp { display: block; }
  .breadcrumb { max-width: 100%; width: 100%; }

  /* --- ヘッダー --- */
  .logo { width: 80px; }
  #header-container-in { justify-content: flex-start; }
  .header-container-in .shopinfo { display: none; }

  /* --- フッター --- */
  .footer-bottom, .footer-bottom_in { display: block; }
  .footer-bottom-content.box, .footer-bottom.box { max-width: 90%; }
  
  .footer-bottom-logo { margin-bottom: 30px; }
  .footer-bottom-logo .logo-image { width: 80px; }
  .footer-bottom-logo img { height: auto; }

  .footer-bottom-content { margin-bottom: 30px; }
  .footer-bottom-content .address { margin-left: 0; }
  
  .navi-footer-in > .menu-footer li.menu-item { width: auto; text-align: left; }

  .footer-bottom-content.box {
    display: block; margin: 0; max-width: 100%;
  }
  .footer-bottom-content.box a, .footer-bottom-content.box div {
    display: block; text-align: center; font-size: .8em; margin: 0;
  }
  .footer-bottom-content.box a { margin-bottom: 30px; }

  /* --- 追従ボタン --- */
  .bottom_btn.sp {
    position: fixed;
    width: 100%;
    bottom: 10px;
    left: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    transition: opacity 0.3s, visibility 0.3s;
    opacity: 1;
  }
  .bottom_btn.sp.is-bottom { opacity: 0; }
  
  .bottom_btn.sp a {
    position: relative;
    font-size: 14px;
    padding: 20px 15px 20px 45px;
  }
  .bottom_btn .btn::after { content: none; }
  .bottom_btn .btn::before {
    content: "";
    position: absolute;
    width: 20px; height: 28px;
    left: 15px; top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(./../../../common/img/icon_phone.png);
    filter: brightness(0) invert(1);
  }
  .bottom_btn .btn.line::before {
    width: 28px; height: 28px; left: 10px;
    background-image: url(./../../../common/img/icon_line.png);
    filter: inherit;
  }
  .bottom_btn .btn.pc::before {
    width: 29px; height: 24px; left: 10px;
    background-image: url(./../../../common/img/icon_pc.png);
    filter: inherit;
  }
}


/**************************************************
 * 12. カードサムネイル・メタ情報
 **************************************************/
.entry-card-thumb, .author-thumb, .blogcard-thumbnail, .related-entry-card-thumb, .popular-entry-card-thumb, .new-entry-card-thumb {
  margin: 0;
}

.entry-card-meta {
  position: relative;
}

#news {

}


/**************************************************
 * 13. Swiperスライダー (.my-post-swiper)
 **************************************************/
.no-sp-snippet .entry-card-snippet {
  display: block;
}
.my-post-swiper {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 50px;
  padding-left: 10vw;
  padding-right: 20px;
  box-sizing: border-box;
}

/* スライド（箱）の設定 */
.my-post-swiper .swiper-slide {
  height: auto;
}
.my-post-swiper .swiper-slide article {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-wrap: wrap;
}
.my-post-swiper .swiper-slide article .entry-card-thumb {
  width: 100%;
}
.my-post-swiper .swiper-slide article .entry-card-content {
  margin: 0;
}

.my-post-swiper .entry-card-wrap {
  width: 100%; 
  margin: 0;
  height: 100%;
}

/* --- スマホ調整 --- */
@media screen and (max-width: 767px) {
  .my-post-swiper {
    padding-left: 60px;
    padding-right: 0;
  }
}


/**************************************************
 * 14. Swiper矢印デザイン（白丸・棒付き矢印・左右反転）
 **************************************************/

/* 共通設定（白い丸） */
.my-post-swiper .swiper-button-prev,
.my-post-swiper .swiper-button-next {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  background-image: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -25px;
  z-index: 20;
  transition: opacity 0.3s, transform 0.3s;
}

.my-post-swiper .swiper-button-prev:hover,
.my-post-swiper .swiper-button-next:hover {
  opacity: 0.8;
}

/* 矢印の「棒」 */
.my-post-swiper .swiper-button-prev::before,
.my-post-swiper .swiper-button-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 2px;
  background-color: #999;
}

/* 矢印の「頭」 */
.my-post-swiper .swiper-button-prev::after,
.my-post-swiper .swiper-button-next::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  font-size: 0;
}

/* --- 「次へ (Next)」ボタン：左側に配置・左向き矢印 --- */
.my-post-swiper .swiper-button-next {
  right: auto;
  left: 8vw;
}
.my-post-swiper .swiper-button-next::after {
  left: 19px;
  transform: translateY(-50%) rotate(-135deg);
}

/* --- 「前へ (Prev)」ボタン：右側に配置・右向き矢印 --- */
.my-post-swiper .swiper-button-prev {
  left: auto;
  right: 19px;
}
.my-post-swiper .swiper-button-prev::after {
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}

/* --- スマホ調整 --- */
@media screen and (max-width: 767px) {
  .my-post-swiper .swiper-button-prev,
  .my-post-swiper .swiper-button-next {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }
  .my-post-swiper .swiper-button-prev::before,
  .my-post-swiper .swiper-button-next::before {
    width: 14px;
  }
  .my-post-swiper .swiper-button-next::after {
    left: 14px;
  }
  .my-post-swiper .swiper-button-prev::after {
    right: 14px;
  }
}


/**************************************************
 * 15. 見出し・テキストパーツ
 **************************************************/
.article .title_h2 {
  font-size: 60px;
  border-bottom: solid 2px #333;
  padding-bottom: 30px;
  margin-bottom: 40px;
  font-weight: 500;
}

/* --- CTAセクション・トップページ用 見出し --- */
#cta .title_h2,
.home .article .title_h2 {
  font-style: italic;
  font-size: 120px;
  color: #ccc;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  border: none;
  padding: 0;
  line-height: 1.2;
  padding-right: 10px;
  position: relative;
  z-index: 1;
  margin: 0;
}
#cta .title_h3,
.home .article .title_h3 {
  font-size: 28px;
  color: #fff;
  margin-bottom: 40px;
}
.home .article .title_h4 {
  font-size: 48px;
  font-weight: 500;
  margin-bottom: 30px;
  color: #fff;
  line-height: 1.5;
}
.box p {
  line-height: 2;
  padding-bottom: 30px;
}


/**************************************************
 * 16. トップページ コンテンツリスト
 **************************************************/
.article ul.top_a_ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 70%;
  padding-bottom: 50px;
}
.article ul.top_a_ul li,
.article ul.top_c_ul li {
  position: relative;
  background-color: #0f0;
  width: 49%;
  height: 300px;
  overflow: hidden;
  z-index: 1;
}
.article ul.top_a_ul li img,
.article ul.top_c_ul li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
}
.article ul.top_a_ul li:hover img,
.article ul.top_c_ul li:hover img {
  transform: scale(1.1);
}
.article ul.top_b_ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 80%;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
}
.article ul.top_b_ul li {
  display: flex;
  flex-direction: column;
  width: 31%;
  background-color: #444;
  position: relative;
}
.article ul.top_b_ul li span.title {
  display: block;
  text-align: center;
  color: #fff;
  background-color: #000;
  padding: 25px 0;
  font-weight: bold;
}
.article ul.top_b_ul li p.txt {
  color: #fff;
  padding: 15px 25px 70px;
  font-size: 16px;
}
.article ul.top_c_ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 50px;
}
.article ul.top_c_ul li {
  width: 49%;
}

/* --- もっと見るリンク (.more) --- */
.more {
  font-size: 16px;
  position: relative;
  display: block;
  position: absolute;
  right: 25px;
  bottom: 25px;
  color: #fff;
  padding-right: 20px;
  text-decoration: none;
  z-index: 1;
}
.more::before {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #fff;
  width: calc( 100% + 10px );
  bottom: -5px;
  left: 0;
  z-index: 1;
}
.more::after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #fff;
  width: 15px;
  bottom: 0px;
  right: -12px;
  z-index: 1;
  transform: rotate(40deg);
}


/**************************************************
 * 17. トップページ セクション背景色
 **************************************************/
#top_sec_a,
#top_sec_b,
#top_sec_c,
#top_sec_d {
  background-color: #333;
}
#top_sec_e,
#top_sec_f {
  background-color: #F4F4F4;
}

/* --- セクションE・F・CTAの文字色上書き --- */
.home .article #top_sec_e .title_h2,
.home .article #top_sec_f .title_h2,
.home .article #top_sec_e .title_h3,
.home .article #top_sec_f .title_h3,
.home #cta .title_h2,
.home .article #top_sec_e .title_h4,
.home .article #top_sec_f .title_h4,
.home #cta .title_h3 {
  position: relative;
  z-index: 1;
  color: #333;
}

/* --- セクションA・C・Dの本文色 --- */
#top_sec_a p,
#top_sec_c p,
#top_sec_d p {
  color: #fff;
  font-size: 1.4em;
}

/* --- セクションA〜Dのボタン位置 --- */
#top_sec_a .btn_in,
#top_sec_b .btn_in,
#top_sec_c .btn_in,
#top_sec_d .btn_in {
  text-align: right;
}

.home .slider {
  margin-bottom: 50px;
}

#top_sec_d .btn_in {
  max-width: 1440px;
  margin: 0 auto 0;
  padding-left: 15px;
  padding-right: 15px;
}


/**************************************************
 * 18. トップページ 背景装飾画像
 **************************************************/
.home .main article .entry-content {
  position: relative;
  z-index: 1;
}
.home .main article .entry-content::before {
  content: "";
  position: absolute;
  background-image: url(../../../common/img/top_bk_01.webp);
  width: 800px;
  height: 800px;
  top: 800px;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}
.home .main article .entry-content::after {
  content: "";
  position: absolute;
  background-image: url(../../../common/img/top_bk_02.webp);
  width: 700px;
  height: 830px;
  bottom: 4000px;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}
.home .main article .entry-content #top_sec_e {
  position: relative;
}
.home .main article .entry-content #top_sec_e::before {
  content: "";
  position: absolute;
  background-image: url(../../../common/img/top_bk_03.webp);
  width: 600px;
  height: 800px;
  bottom: -400px;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}


/**************************************************
 * 19. ニュースリスト (.news-list-wrap)
 **************************************************/
ul.news-list-wrap {
  position: relative;
  border-top: solid 3px #000;
  margin-bottom: 50px;
}
ul.news-list-wrap li {
  position: relative;
  border-bottom: solid 3px #000;
  padding: 20px 0 20px 30px;
}
ul.news-list-wrap li a {
  text-decoration: none;
  line-height: 1.5;
}
ul.news-list-wrap li .news-date {
  margin-right: 30px;
}
ul.news-list-wrap::before,
ul.news-list-wrap li::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #000;
  transform: rotate(45deg);
  bottom: -4px;
  left: -4px;
  z-index: 1;
}
ul.news-list-wrap::after,
ul.news-list-wrap li::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #000;
  transform: rotate(45deg);
  bottom: -4px;
  right: -4px;
  z-index: 1;
}
ul.news-list-wrap::before,
ul.news-list-wrap::after {
  bottom: auto;
  top: -4px;
}
#news .btn {
  background-color: #000;
  color: #fff;
}


/**************************************************
 * 20. トピックスボックス (.topics_in)
 **************************************************/
.topics_in {
  background-color: #000;
  padding: 20px;
  margin-bottom: 30px;
  position: relative;
}
.topics_in .list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: inherit;
  flex-wrap: wrap;
}
.topics_in .list article {
  width: 32%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
}
.topics_in .list article .entry-card-thumb {
  width: 100%;
  margin-bottom: 20px;
}
.topics_in .list article .entry-card-content {
  margin: 0;
}
.topics_in .title,
.topics_in .list article .entry-card-title a {
  color: #fff;
}
.topics_in .title {
  font-size: 1.5em;
  font-weight: bold;
}
.topics_in .title span {
  display: inline-block;
  padding-left: 20px;
  font-size: .7em;
  font-weight: bold;
}
.topics_in .list article .btn_in,
.topics_in .list article .entry-card-snippet,
.topics_in .list article .entry-card-meta {
  display: none;
}
.topics_in > div > .btn_in {
  position: absolute;
  top: 20px;
  right: 20px;
}


/**************************************************
 * 21. アニメーション
 **************************************************/

/* --- CSS変数 --- */
:root {
	--anim-duration: 0.6s;
	--anim-easing: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	--marker-color: #DB7200;
	--marker-position: 60%;
}

/* --- アニメーション準備・実行 --- */
.is-animating {
	transition: opacity var(--anim-duration) var(--anim-easing),
	            transform var(--anim-duration) var(--anim-easing);
}
.is-animating.marker-anim {
	transition: background-size var(--anim-duration) var(--anim-easing);
}
.is-animating.rise-up-effect::after {
	transition: transform var(--anim-duration) var(--anim-easing);
}

/* --- フェードイン（ぼかし＆拡大） --- */
.fade-in {
    opacity: 0;
    transform: translateY(50px) scale(0.9);
    filter: blur(10px);
    transition: opacity 1.2s cubic-bezier(0.165, 0.84, 0.44, 1),
                transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1),
                filter 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.fade-in.visible {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
}

/* --- マーカー --- */
.marker-anim {
    background-image: linear-gradient(transparent 60%, #DB7200 60%);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    transition: background-size 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.marker-anim.visible {
    background-size: 100% 100%;
}

/* --- ライズアップ --- */
.rise-up-body {
    overflow: hidden;
    width: fit-content;
    vertical-align: bottom;
}
.rise-up-effect {
    display: inline-block;
    transform: translateY(100%);
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.rise-up-effect.visible {
    transform: translateY(0);
}

/* --- スタティックブラー（フォーカスイン） --- */
.static-blur {
    opacity: 0;
    filter: blur(15px);
    transition: opacity 2s cubic-bezier(0.23, 1, 0.32, 1),
                filter 2s cubic-bezier(0.23, 1, 0.32, 1);
    will-change: opacity, filter;
}
.static-blur.visible {
  opacity: 1;
  filter: blur(0);
}


/**************************************************
 * 22. CTAセクション (#cta)
 **************************************************/
#cta {
  width: 100%;
  margin: 200px 0;
  padding: 40px;
}
body:not(.home) #cta {
  background-color: #333;
}
body:not(.home) #cta h2,
body:not(.home) #cta h3 {
  display: none;
}

#cta .box ul {
  display: flex;
  align-items: stretch;
  gap: 20px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

#cta .box ul li {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 50px 30px;
  background-color: #fff;
}

.home #cta .box ul li {
  background-color: #333;
  color: #fff;
}

.contact #cta .box ul {
  max-width: 800px; 
}

#cta .box ul li:last-child {
  border-right: none;
}

/* --- タイトル --- */
#cta .box ul li p.title {
  position: relative;
  line-height: 1.4;
  font-size: 30px;
  font-weight: 900;
}
.home #cta .box ul li p.title {
  color: #fff;
}
#cta .box ul li p.title span {
  display: block;
  font-weight: normal;
  font-size: 18px;
}
#cta .box ul li p.title::before {
  content: "";
  display: block;
  margin: 0 auto 16px;
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#cta .box ul li:nth-child(1) p.title::before {
  background-image: url(./../../../common/img/icon_phone_black.webp);
}
#cta .box ul li:nth-child(2) p.title::before {
  background-image: url(./../../../common/img/icon_mail_black.webp);
}
.home #cta .box ul li p.title::before {
  filter: brightness(0) invert(1);
}

#cta .box a p.txt {
  text-align: left;
  padding-bottom: 0;
}

/* --- 電話番号・受付時間ブロック (.left) --- */
#cta .box .left p {
  position: relative;
  line-height: 1;
  padding: 0 0 0 100px;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
.home #cta .box p {
  color: #fff;
}
#cta .box .left p a {
  font-size: 30px;
  text-decoration: none;
  font-weight: bold;
}
.home #cta .box .left p a {
  color: #fff;
}
#cta .box .left p::before {
  content: "電話番号";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  padding: 10px 10px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-color: #DB7200;
  font-size: 16px;
  line-height: 1;
  z-index: 1;
  color: #fff;
}
#cta .box .left p.uketsuke {
  margin-bottom: 0;
}
#cta .box .left p.uketsuke::before {
  content: "受付時間";
}
#cta .box .left p::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 84px;
  background-color: #DB7200;
  width: 10px;
  height: 36px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}


/**************************************************
 * 23. トップへ戻るボタン (.go-to-top)
 **************************************************/
.go-to-top-button:hover {
  color: #fff;
}
.go-to-top::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 10px;
  background-color: #DB7200;
  top: 0;
  right: 12px;
  transform: rotate(-30deg);
}
.go-to-top::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 113px;
  background-color: #DB7200;
  top: 0;
  right: 15px;
}
.go-to-top-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 98px;
  padding-right: 15px;
  height: 113px;
  overflow: hidden;
  color: #fff;
  background-color: transparent;
}
.go-to-top-button::before {
  content: "";
  position: absolute;
  background-image: url(../../../common/img/icon_pagetop.webp);
  width: 98px;
  height: 113px;
  top: 0;
  left: 0;
  z-index: 1;
  background-size: contain;
  background-repeat: no-repeat;
}
.go-to-top-button::after {
  content: "TOP";
  position: absolute;
  width: 16px;
  height: 113px;
  top: 0;
  right: 0;
  z-index: 1;
  background-size: contain;
  background-repeat: no-repeat;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 16px;
  text-align: right;
  font-weight: bold;
  color: #DB7200;
}
.go-to-top-button span {
  display: none;
}


/**************************************************
 * 24. サブメニュー・アコーディオン
 **************************************************/
.navi-in .has-icon {
  position: relative;
}
.navi-in > ul .sub-menu {
  position: relative;
  display: block;
  background-color: transparent;
  width: 100%;
  display: none;
}

/* --- プラス・マイナスボタン --- */

/* Cocoonデフォルトの矢印アイコンを非表示 */
.navi-in .top-has-sub .fa,
.navi-in .top-has-sub .fa-angle-down {
    display: none;
}

/* ボタンの土台 */
.navi-in .top-has-sub {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 100;
    pointer-events: auto;
}

.navi-in .top-has-sub:hover,
.navi-in .top-has-sub.is-open {
    background-color: #00f;
}

/* ＋の棒（共通） */
.navi-in .top-has-sub::before,
.navi-in .top-has-sub::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #DB7200;
    transform: translate(-50%, -50%);
    transition: transform 0.3s ease;
    pointer-events: none;
}

/* 横棒 */
.navi-in .top-has-sub::before {
    width: 14px;
    height: 2px;
}

/* 縦棒 */
.navi-in .top-has-sub::after {
    width: 2px;
    height: 14px;
}

/* 開いた時：縦棒を回転してマイナスに */
.navi-in .top-has-sub.is-open::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

/* Cocoon標準の「ホバーで開く」を無効化 */
#navi .navi-in > ul li:not(.is-open):hover > ul {
  display: none;
}


/**************************************************
 * 25. スマホ用レスポンシブ（各セクション追加分）
 **************************************************/
@media screen and (max-width: 767px) {
  .home .main article .entry-content::after,
  .home .main article .entry-content::before {
    display: none;
  }
  #cta .title_h2, .home .article .title_h2 {
    font-size: 4em;
  }
  .home .article .title_h4 {
    font-size: 2em;
  }
  #top_sec_a p, #top_sec_c p, #top_sec_d p {
    font-size: 1em;
  }
  .article ul.top_a_ul,
  .article ul.top_b_ul,
  .article ul.top_c_ul,
  .topics_in .list article {
    width: 100%;
  }
  .article ul.top_b_ul li,
  .article ul.top_c_ul li {
    width: 100%;
  }
  #cta .box ul li {
    padding: 0;
  }
  .footer-bottom_in {
    margin-right: 0;
  }
  div#cta .box ul {
    display: block;
  }
  .home .main article .entry-content #top_sec_e::before,
  .home .main article .entry-content::after,
  .home .main article .entry-content::before {
    display: none;
  }
  #cta .box ul {
    padding-left: 0;
    padding-right: 0;
  }
  #cta .box ul li {
    padding: 20px;
    padding-bottom: 50px;
    margin-bottom: 20px;
  }
  #cta .box ul li p.title::before {
    width: 50px;
  }
  ul.news-list-wrap li {
    padding-left: 0;
  }
  ul.news-list-wrap li .news-date {
    display: block;
    margin-bottom: 10px;
  }
  .topics_in > div > .btn_in {
    position: relative;
    right: 0;
  }
}


/**************************************************
 * 26. カテゴリーページ
 **************************************************/
.category article .entry-content section {
  background-color: #F4F4F4;
}

/* --- タグフィルター --- */
.category-tag-filter {
  background-color: #333;
  max-width: 800px;
  margin: 0 auto;
}
.category-tag-filter .cate_title,
.category-tag-filter a {
  color: #fff;
}
.category-tag-filter .cate_title_min {
  color: #999;
  padding: 0 20px 20px;
  border-bottom: solid 1px #fff;
}
.category-tag-filter .cate_title,
.category-tag-filter .cate_title_min {
  text-align: center;
}
.category-tag-filter .cate_title {
  font-size: 30px;
  padding: 20px;
}
.filter-buttons {
  padding: 20px;
}
.category-tag-filter a {
  padding: 5px 10px;
  border: solid 1px #fff;
  border-radius: 20px;
  display: inline-block;
  margin: 10px 5px;
}
.category-tag-filter a.is-active {
  background-color: #fff;
  color: inherit;
}

/* --- 記事一覧リスト (#list) --- */
#list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  flex-direction: inherit;
  row-gap: inherit;
  margin: 0;
}
.list .entry-card {
  width: 31%;
  margin: 1%;
}
@media screen and (max-width: 767px) {
  .list .entry-card {
    width: 46%;
    margin: 2%;
  }
}
.list .entry-card-thumb {
  float: none;
  width: 100%;
}
.list .entry-card-content {
  margin: 0;
}

body:not(.home).archive.tag #header,
body:not(.home).single #header {
    min-height: 400px;
}

.archive .content,
.single .content {
  max-width: 1440px;
  margin: 0 auto 0;
  padding-left: 15px;
  padding-right: 15px;
}
.archive .main,
.single .main {
  width: 1019px;
}
.archive.tag .header,
.single .header {
  background-color: #333;
}

.home .slider,
#dialogue {
  display: none;
}
#news .btn::before,
#news .btn::after {
  background-color: #fff;
}
.navi-in a.btn:hover:before, .btn:hover:before {
  right: -4px;
}
.btn:hover, .ranking-item-link-buttons a:hover, .btn-wrap > a:hover {
  opacity: 1;
  color: inherit;
}
.breadcrumb.sbp-main-before + .content, .breadcrumb.pbp-main-before + .content {
  margin-top: 0;
}
.breadcrumb.sbp-main-before, .breadcrumb.sbp-footer-before, .breadcrumb.pbp-main-before, .breadcrumb.pbp-footer-before {
  margin: 0;
  background-color: #333;
}
.breadcrumb a span,
.breadcrumb span {
  color: #fff;
  font-size: .8em;
}
.breadcrumb .fa-home {
  display: none;
}
.breadcrumb .fa-file-o::before {
  content: "―";
  color: #7F7F7F;
}
.breadcrumb {
  text-align: right;
}