@charset "UTF-8";
/*
Theme Name: どこでもなっちゃんず
Author: HAKU
Description: どこでもなっちゃんず
Version: 1.0
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

a {
  text-decoration: unset;
  color: currentColor;
}

button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* 変数 */
:root {
  --f1: 2.44em; /* 39.04px */
  --f2: 1.95em; /* 31.2px */
  --f3: 1.56em; /* 24.96px */
  --f4: 1.25em; /* 20px */
  --f5: 1em; /* 16px */
  --f6: 0.8em; /* 12.8px */
  --myw: 1000px; /* 標準幅 */
  --main: #D8C3A5;
  --red: #C4414F;
  --text: #1E130F;
  --pink: #E06B81;
  --orange: #E95E01;
  --lightpink: #FDE5DF;
  --bp-sm: 480;
  --bp-md: 768;
  --bp-lg: 1024;
  --bp-xl: 1200;
}

html {
  scroll-behavior: smooth;
}

/* reCAPTCHA v3 のバッジを非表示にする */
.grecaptcha-badge {
  visibility: hidden;
}

img,
iframe,
video {
  max-width: 100%;
  height: auto;
  display: block;
}

span.inline-block {
  display: inline-block;
}

.alignleft {
  float: left;
  margin-left: 0;
  margin-right: 1em;
}

.alignright {
  float: right;
  margin-left: 1em;
  margin-right: 0;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-categories.aligncenter,
.wp-block-latest-posts.aligncenter,
.wp-block-archives.aligncenter,
.wp-block-tag-cloud.aligncenter,
.wp-block-latest-comments.aligncenter,
.wp-block-rss.aligncenter {
  text-align: center;
}

figure {
  margin-left: 0;
  margin-right: 0;
}

body {
  box-sizing: border-box;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

body *,
body *::before,
body *::after {
  box-sizing: border-box;
}

/* フォント */
body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: var(--text);
  background-color: var(--lightpink);
}

.self p {
  font-size: var(--f5);
}
.self h1 {
  font-size: var(--f1);
}
.self h2 {
  font-size: 40px;
  font-weight: bold;
  font-family: "Lilita One", sans-serif;
  letter-spacing: 0.05em;
}
.self h3 {
  font-size: 18px;
  font-weight: bold;
}
.self h4 {
  font-size: var(--f4);
  color: var(--red);
  font-weight: bold;
  text-align: center;
  font-size: 18px !important;
  line-height: 1.6;
}
.self h5 {
  font-size: var(--f5);
}
.self h6 {
  font-size: var(--f6);
}

/* スクリーンリーダー用のテキスト */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

/* 前後の記事へのリンク */
/* ページネーション */
.container {
  padding: 0 16px;
}

.alignfull {
  margin-inline: -16px;
  max-width: none;
  width: auto;
}

strong {
  font-weight: 700;
}

@media (min-width: 1024px) {
  .self h3 {
    font-size: 32px;
  }
  .alignfull {
    margin-inline: calc((100vw - var(--myw) + 48px) / 2 * -1);
  }
}
.fade-in {
  opacity: 0; /* 初期状態は透明 */
  transform: translateY(8px); /* 少し下からスタート */
  transition: opacity 0.8s ease, transform 0.8s ease; /* アニメーションの設定 */
}
.fade-in.visible {
  opacity: 1; /* 表示状態 */
  transform: translateY(0); /* 元の位置に戻す */
}

.section-heading {
  margin-bottom: 32px;
}
.section-heading__en {
  color: var(--orange);
  font-size: 48px;
  font-weight: 700;
}
.section-heading__ja {
  font-weight: 700;
  font-size: 18px;
}

.section--checker {
  background-image: conic-gradient(#fff6e3 0deg 90deg, #fffaea 90deg 180deg, #fff6e3 180deg 270deg, #fffaea 270deg 360deg);
  background-size: 192px 192px;
}

.section .container {
  max-width: 1200px;
  margin: 0 auto;
}

.noto {
  font-family: "Noto Sans JP", sans-serif;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: var(--lightpink);
}

body {
  padding-top: 72px;
}
@media (min-width: 768px) {
  body {
    padding-top: 136px;
  }
}
@media (min-width: 1200px) {
  body {
    padding-top: 88px;
  }
}

.header {
  width: 100%;
}
.header__inner {
  max-width: 1366px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .header__inner {
    padding-top: 48px;
    padding-bottom: 16px;
    height: 96px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .header__inner {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.header__sns {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.header__menu {
  border: none;
  background: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
}
.header__menu-bar {
  display: block;
  height: 6px;
  background-color: var(--pink);
}
.header__menu-bar--top {
  width: 40px;
}
.header__menu-bar--bottom {
  width: 28px;
}

.header-nav {
  position: fixed;
  inset: 0;
  background-color: var(--lightpink);
  z-index: 999;
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  overflow: auto;
}
.header-nav.is-open {
  opacity: 1;
  pointer-events: auto;
}
.header-nav__list {
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 88px 24px 40px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: center;
  justify-content: flex-start;
}
.header-nav__item--wide {
  margin-top: 12px;
}
.header-nav__link {
  font-size: 22px;
  font-weight: 700;
  color: var(--pink);
  text-decoration: none;
  letter-spacing: 0.04em;
}

@media (max-width: 1199px) {
  .header-nav--inline {
    display: none;
  }
  .header-nav--floating {
    display: flex;
    flex-direction: column;
  }
  .header-nav--floating .header-nav__list {
    flex: 1;
    height: auto;
    padding-bottom: 16px;
  }
  .header-nav__footer {
    padding: 0 24px 56px;
    display: none;
  }
  .header-nav__footer-image {
    display: block;
    width: 100%;
    height: auto;
    max-width: 240px;
    margin: 0 auto;
  }
  .header-nav--floating.is-open .header-nav__footer {
    display: block;
  }
}
/* メニュー表示中はスクロール禁止 */
body.is-menu-open {
  overflow: hidden;
}

.header__menu {
  position: relative;
  z-index: 1001;
}

/* 開いた状態（×になる） */
.header__menu.is-open .header__menu-bar--top {
  transform: translateY(6px) rotate(45deg);
}
.header__menu.is-open .header__menu-bar--bottom {
  width: 40px;
  transform: translateY(-6px) rotate(-45deg);
}

/* アニメーションを滑らかに */
.header__menu-bar {
  transition: transform 0.3s ease, width 0.3s ease;
}

@media (min-width: 1200px) {
  /* ハンバーガーを消す */
  .header__menu {
    display: none;
  }
  /* 共通：ふわっと切替 */
  .header-nav--floating,
  .header-nav--inline {
    transition: opacity 0.35s ease, transform 0.35s ease;
  }
  /* -------------------------
     右上（floating）縦ナビ：初期表示
  ------------------------- */
  .header-nav--floating {
    position: fixed;
    inset: auto;
    right: 72px;
    top: 96px;
    opacity: 1;
    pointer-events: auto;
    background: transparent;
    transform: translateY(0);
  }
  .header-nav--floating .header-nav__list {
    flex-direction: column;
    gap: 16px;
    padding: 0;
  }
  /* -------------------------
     ヘッダー内（inline）横ナビ：初期は非表示
  ------------------------- */
  .header-nav--inline {
    position: static; /* header__inner 内にいるので固定しない */
    opacity: 0;
    pointer-events: none;
    transform: translateY(-6px);
  }
  .header-nav__list--inline {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  /* リンク見た目（PC共通） */
  .header-nav__link {
    font-size: 18px;
    color: var(--orange);
  }
  /* -------------------------
     スクロール後：入れ替え
  ------------------------- */
  .header.is-scrolled .header-nav--floating {
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    height: auto;
  }
  .header.is-scrolled .header-nav--inline {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    height: auto;
  }
  .header.is-scrolled .header__inner {
    height: 72px;
    transition: all 0.4s ease-in;
  }
  /* SPメニューのスクロール制御解除 */
  body.is-menu-open {
    overflow: auto;
  }
  .header-nav--floating .header-nav__link {
    font-size: 24px;
  }
  .header-nav__footer {
    display: none !important;
  }
}
.nav-container {
  position: relative;
  max-width: 1366px;
  margin-inline: auto;
}

@media (min-width: 1200px) {
  .header-nav--floating {
    position: absolute;
    right: 8px;
    top: 2px;
  }
}

@media (min-width: 1200px) {
  .header-nav__link {
    font-size: 16px;
  }
}
@media (min-width: 1366px) {
  .header-nav__link {
    font-size: 18px;
  }
}

/* =====================================
  Loading
===================================== */
html.is-loading,
body.is-loading {
  overflow: hidden;
}

.site-loading {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: grid;
  place-items: center;
  background: var(--lightpink);
  opacity: 1;
  transition: opacity 0.5s ease;
}

.site-loading__inner {
  display: grid;
  place-items: center;
}

.site-loading__logo {
  width: min(64vw, 360px);
  height: auto;
  opacity: 0;
  transform: translateY(8px) scale(0.98);
  animation: loadingLogoIn 0.6s ease forwards;
}

.site-loading__text {
  margin-top: 14px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--orange);
  opacity: 0;
  transform: translateY(6px);
  animation: loadingTextIn 0.6s ease 0.12s forwards, loadingBlink 1.1s ease-in-out 0.9s infinite;
}
@media (min-width: 768px) {
  .site-loading__text {
    margin-top: 16px;
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .site-loading__text {
    margin-top: 18px;
    font-size: 18px;
  }
}

.site-loading.is-hide {
  opacity: 0;
}

@keyframes loadingLogoIn {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes loadingTextIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes loadingBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.35;
  }
}
@media (prefers-reduced-motion: reduce) {
  .site-loading {
    transition: none;
  }
  .site-loading__logo {
    animation: none;
    opacity: 1;
    transform: none;
  }
  .site-loading__text {
    animation: none;
    opacity: 1;
    transform: none;
  }
}
.front .hero {
  position: relative;
  width: 100%;
  padding: 16px 0;
}
@media (min-width: 768px) {
  .front .hero {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.front .hero .container {
  max-width: 1200px;
  margin-inline: auto;
  position: relative;
}
.front .hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.front .hero__bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.front .hero__logo {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
}
.front .hero__logo-img {
  height: auto;
  max-width: 720px;
  width: 100%;
}
.front .hero__qr {
  position: absolute;
  width: 160px;
  bottom: 32px;
  right: 16px;
  height: auto;
  display: none;
}
@media (min-width: 1200px) {
  .front .hero__qr {
    display: block;
  }
}
.front .intro {
  padding: 80px 0 120px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .front .intro {
    padding: 146px 0 146px;
  }
}
.front .intro__container {
  padding-inline: 16px;
}
.front .intro__inner {
  position: relative;
  max-width: 640px;
  margin: 0 auto;
  padding: 64px 16px 64px;
  border: 4px solid rgba(233, 94, 1, 0.64);
  border-radius: 24px;
  background-color: #fff;
}
@media (min-width: 1200px) {
  .front .intro__inner {
    max-width: 812px;
    padding-top: 120px;
  }
}
.front .intro__title {
  text-align: center;
  font-weight: 700;
  color: var(--orange);
  font-size: 24px;
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .front .intro__title {
    font-size: 32px;
  }
}
.front .intro__body {
  line-height: 1.9;
  overflow-wrap: anywhere;
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .front .intro__body {
    max-width: 648px;
    margin-inline: auto;
  }
}
.front .intro__body p + p {
  margin-top: 1.2em;
}
.front .intro__body span.orange {
  color: var(--orange);
  font-size: 24px;
  font-weight: 700;
}
.front .intro__deco {
  position: absolute;
  width: 56px;
  height: 56px;
}
.front .intro__deco img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.front .intro__deco--top-left {
  top: -40px;
  left: -22px;
  width: 120px;
  height: auto;
}
@media (min-width: 1200px) {
  .front .intro__deco--top-left {
    width: 350px;
    left: -108px;
    top: -96px;
  }
}
.front .intro__deco--top-right {
  top: -56px;
  right: -22px;
  width: 120px;
  height: auto;
}
@media (min-width: 1200px) {
  .front .intro__deco--top-right {
    width: 250px;
    top: -115px;
    right: -50px;
  }
}
.front .intro__deco--bottom-left {
  bottom: -56px;
  left: -24px;
  width: 120px;
  height: auto;
}
@media (min-width: 1200px) {
  .front .intro__deco--bottom-left {
    width: 226px;
    bottom: -103px;
    left: -66px;
  }
}
.front .intro__deco--bottom-right {
  bottom: -56px;
  right: -24px;
  width: 120px;
  height: auto;
}
@media (min-width: 1200px) {
  .front .intro__deco--bottom-right {
    width: 346px;
    bottom: -106px;
    right: -126px;
  }
}
.front .intro__bottom-title {
  color: var(--orange);
  font-weight: 700;
  text-decoration: underline;
  font-size: 24px;
  text-underline-offset: 6px;
  text-align: center;
  margin-bottom: 24px;
}
.front .intro__bottom-txt {
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
}
.front .intro__bottom-txt span {
  display: inline-block;
  font-size: 18px;
  text-align: center;
}
.front .intro .intro__btn {
  margin-top: 32px;
  text-align: center;
}
.front .intro .intro__btn-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 16px;
  background-color: var(--orange);
  color: #fff;
  text-decoration: none;
  border-radius: 999px;
  font-weight: 700;
  font-size: 14px;
  width: 100%;
  max-width: 360px;
}
.front .intro .intro__btn-arrow {
  font-size: 1.2rem;
}
.front .intro .intro__btn-text span {
  display: inline-block;
}
.front .service {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}
.front .service-top {
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 48px;
}
.front .service-top-txt {
  width: 232px;
  height: auto;
  display: block;
}
@media (min-width: 1200px) {
  .front .service-top-txt {
    width: 640px;
    position: absolute;
    top: -118px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }
}
.front .service-top__inner {
  position: relative;
  z-index: 0;
  overflow: visible;
}
@media (min-width: 1200px) {
  .front .service-top__inner {
    position: static;
  }
}
.front .service-top-ill {
  position: absolute;
  width: 120px;
  height: auto;
  top: -94px;
  right: -56px;
  z-index: 3;
}
@media (min-width: 1200px) {
  .front .service-top-ill {
    width: 180px;
    right: -90px;
    top: 44px;
    z-index: 3;
  }
}
.front .service__list {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}
@media (min-width: 768px) {
  .front .service__list {
    flex-direction: row;
    gap: 32px;
    align-items: center;
    /* 3枚の並び順（中央にしたいのが1枚目） */
    /* 幅比率：中央 466 / 左右 396 */
  }
  .front .service__list > .service-card:nth-child(1) {
    order: 2;
  }
  .front .service__list > .service-card:nth-child(2) {
    order: 1;
  }
  .front .service__list > .service-card:nth-child(3) {
    order: 3;
  }
  .front .service__list > .service-card {
    flex: 396 1 0;
    min-width: 0;
  }
  .front .service__list > .service-card:nth-child(1) {
    flex: 466 1 0;
  }
  .front .service__list > .service-card:nth-child(1) .service-card__txt {
    padding: 40px 32px 40px;
  }
  .front .service__list > .service-card:nth-child(1) .service-card__label {
    margin-bottom: 16px;
  }
  .front .service__list > .service-card:nth-child(1) .service-card__title {
    padding-bottom: 16px;
    margin-bottom: 24px;
  }
}
.front .service-card {
  position: relative;
  filter: drop-shadow(7.75px 7.75px 0px rgba(233, 94, 1, 0.4));
}
.front .service-card__badge {
  position: absolute;
  top: -24px;
  right: 0px;
  width: 160px;
  height: auto;
  z-index: 2;
}
.front .service-card__inner {
  background-color: #fff;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.front .service-card__txt {
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.front .service-card__label {
  background-color: #fff6e3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 0;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
}
.front .service-card__title {
  font-size: 28px;
  color: var(--orange);
  border-bottom: var(--orange) 2px solid;
  display: flex;
  justify-content: center;
  padding-bottom: 8px;
  margin-bottom: 16px;
  font-weight: 700;
}
.front .service-card__text {
  margin-bottom: 16px;
}
.front .service-card__btn {
  background-color: var(--orange);
  border-radius: 999px;
  position: relative;
  display: flex;
  justify-content: center;
  padding: 8px 0;
  color: #fff;
}
.front .service-card__btn-icon {
  position: absolute;
  right: 16px;
  width: 16px;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
}
.front .video {
  background-color: #fff;
  padding-top: 120px;
  padding-bottom: 250px;
  overflow: hidden;
  position: relative;
}
.front .video .container {
  position: relative;
}
.front .video .container .video_ill_left {
  position: absolute;
  width: 120px;
  height: auto;
  left: -60px;
  transform: translateY(-50%);
  display: none;
}
@media (min-width: 768px) {
  .front .video .container .video_ill_left {
    width: 214px;
    left: 64px;
    top: 313px;
    display: block;
  }
}
.front .video .container .video_ill_right {
  position: absolute;
  width: 240px;
  height: auto;
  right: 24px;
  top: 32px;
  opacity: 0.4;
  display: none;
}
@media (min-width: 768px) {
  .front .video .container .video_ill_right {
    display: block;
    width: 200px;
    right: 40px;
    opacity: 1;
    bottom: 0;
    top: unset;
  }
}
.front .video__title {
  color: var(--pink);
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .front .video__title {
    font-size: 32px;
  }
}
.front .video__body {
  text-align: center;
  font-size: 18px;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .front .video__body {
    font-size: 22pxs;
  }
}
.front .video__body--sub {
  margin-bottom: 48px;
}
.front .video__catch {
  text-align: center;
  font-weight: 700;
  padding: 24px 0;
  color: var(--orange);
  position: relative;
  z-index: 2;
  font-size: 20px;
}
.front .video__catch-span {
  position: relative;
}
.front .video__catch-ill {
  position: absolute;
  left: -64px;
  top: 16px;
  height: auto;
}
.front .video__catch-ill--left {
  width: 64px;
  rotate: 45deg;
}
.front .video__catch-ill--right {
  left: unset;
  right: -26px;
  width: 32px;
  rotate: -33deg;
  top: 38px;
}
@media (min-width: 469px) {
  .front .video__catch-ill--left {
    top: 4px;
    left: -64px;
  }
  .front .video__catch-ill--right {
    right: -199px;
    top: 8px;
  }
}
@media (min-width: 768px) {
  .front .video__catch-ill {
    display: none;
  }
}
@media (min-width: 768px) {
  .front .video__catch {
    font-size: 24px;
  }
}
.front .video__catch span {
  display: inline-block;
}
.front .video__media {
  position: relative;
  max-width: 640px;
  margin: 0 auto;
}
.front .video__deco {
  position: absolute;
}
.front .video__deco--flowers-top {
  top: -40px;
  right: 16px;
  width: 80px;
  height: auto;
}
@media (min-width: 768px) {
  .front .video__deco--flowers-top {
    width: 116px;
    top: -50px;
    right: 0px;
  }
}
.front .video__deco--flowers-bottom {
  bottom: -32px;
  left: -8px;
  width: 126px;
  height: auto;
}
@media (min-width: 768px) {
  .front .video__deco--flowers-bottom {
    width: 250px;
    bottom: -68px;
    left: -42px;
  }
}
.front .video__iframe {
  aspect-ratio: 16/9;
  padding-inline: 40px;
  width: 100%;
}
.front .video__cat {
  width: 120px;
  height: auto;
  position: absolute;
  right: 28px;
  bottom: -194px;
}
@media (min-width: 1200px) {
  .front .video__cat {
    right: unset;
    left: -280px;
    width: 180px;
    bottom: -224px;
  }
}
.front .video__btn {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) {
  .front .video__btn {
    margin-top: 54px;
  }
}
.front .video__btn-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: var(--orange);
  color: #fff;
  text-decoration: none;
  border-radius: 999px;
  font-weight: 700;
  font-size: 18px;
  width: 100%;
  max-width: 260px;
  height: 42px;
  position: relative;
}
.front .video__btn-icon {
  position: absolute;
  display: block;
  right: 24px;
  width: 16px;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
}

.news-instagram {
  background-color: #fff;
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: hidden;
}
.news-instagram .news-block__list {
  border-top: 2px solid var(--orange);
  border-bottom: 2px solid var(--orange);
  margin-bottom: 32px;
}
.news-instagram .news-block__item {
  padding: 24px 16px;
  display: flex;
  gap: 24px;
  justify-content: space-between;
}
.news-instagram .news-block__item:not(:last-child) {
  border-bottom: 1px solid var(--orange);
}
.news-instagram .news-block__meta {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.news-instagram .news-block__date {
  font-size: 18px;
  font-weight: 700;
}
.news-instagram .news-block__title {
  font-size: 18px;
  font-weight: 700;
  color: var(--orange);
}
.news-instagram .news-block__thumb {
  flex: 0 0 33%;
}
.news-instagram .news-block__thumb img {
  aspect-ratio: 12/10;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.news-instagram .news-block__btn {
  display: flex;
  justify-content: center;
}
.news-instagram .news-block__btn-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--orange);
  color: #fff;
  text-decoration: none;
  border-radius: 999px;
  font-weight: 700;
  font-size: 18px;
  width: 242px;
  height: 42px;
}
.news-instagram .instagram-block .sb_instagram_header {
  display: none;
}
.news-instagram .instagram-block #sbi_load {
  display: none;
}
.news-instagram .instagram-block #sbi_images {
  padding-top: unset !important;
  padding-bottom: unset !important;
  gap: 8px !important;
}
.news-instagram .instagram-block__id {
  text-align: center;
  font-weight: 700;
  margin-bottom: 16px;
  font-size: 18px;
}
.news-instagram .instagram-block__feed {
  margin-bottom: 32px;
}
.news-instagram .instagram-block__btn {
  display: flex;
  justify-content: center;
}
.news-instagram .instagram-block__btn-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--orange);
  color: #fff;
  text-decoration: none;
  border-radius: 999px;
  font-weight: 700;
  font-size: 18px;
  width: 242px;
  height: 42px;
}
.news-instagram .news-block__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-instagram .news-instagram {
  background-color: #fff;
  padding-top: 120px;
  padding-bottom: 120px;
}
.news-instagram .news-instagram__inner {
  display: flex;
  flex-direction: column;
  row-gap: 80px;
}
@media (min-width: 768px) {
  .news-instagram .news-instagram__inner {
    flex-direction: row;
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
  .news-instagram .news-instagram__inner > section {
    flex: 1 1 0;
  }
}
@media (min-width: 768px) {
  .news-instagram .news-instagram__inner {
    -moz-column-gap: 120px;
         column-gap: 120px;
  }
}

.blog.section {
  padding-top: 120px;
  padding-bottom: 220px;
  position: relative;
}
.blog .section-heading {
  position: relative;
}
.blog .section-heading .blog_header-ill {
  position: absolute;
  width: 140px;
  height: auto;
  top: -6px;
  left: 140px;
  z-index: -1;
}
.blog__intro {
  margin-top: 32px;
  margin-bottom: 32px;
  padding-inline: 32px;
}
@media (min-width: 768px) {
  .blog__intro {
    font-size: 24px;
    text-align: center;
  }
}
.blog__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 54px;
}
@media (min-width: 768px) {
  .blog__list {
    flex-direction: row;
    gap: 24px;
  }
}
.blog-card {
  max-width: 380px;
  margin-inline: auto;
  flex: 1 1 0;
}
.blog-card__link {
  overflow: hidden;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.14);
  border-radius: 24px;
  display: block;
}
@media (min-width: 768px) {
  .blog-card {
    max-width: none;
    margin-inline: 0;
    flex: 0 1 33.333%;
  }
}
.blog-card__thumb img {
  width: 100%;
  height: auto;
  max-width: unset;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-card__body {
  background-color: #fff;
  padding: 24px 16px 32px;
}
.blog-card__title {
  font-size: 24px;
  font-weight: 700;
  color: var(--orange);
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 80%;
  margin-inline: auto;
}
.blog-card__date {
  display: block;
  text-align: right;
  border-top: var(--orange) 1px solid;
  margin-top: 16px;
  padding-top: 16px;
  margin-bottom: 16px;
}
.blog-card .blog-card__excerpt {
  margin-bottom: 24px;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-card__btn {
  background-color: var(--orange);
  border-radius: 999px;
  position: relative;
  display: flex;
  justify-content: center;
  padding: 8px 0;
  color: #fff;
  width: 100%;
  margin-inline: auto;
  align-items: center;
  justify-content: center;
  position: relative;
}
.blog-card__btn-icon {
  position: absolute;
  right: 24px;
  width: 16px;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
}
.blog__more {
  display: flex;
  justify-content: center;
}
.blog__more-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--orange);
  color: #fff;
  text-decoration: none;
  border-radius: 999px;
  font-weight: 700;
  font-size: 18px;
  width: 100%;
  max-width: 400px;
  height: 42px;
  position: relative;
}
.blog__more-icon {
  position: absolute;
  display: block;
  right: 24px;
  width: 16px;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
}
.blog_bottom-ill {
  position: absolute;
  width: 204px;
  height: auto;
  bottom: 0px;
  right: 0px;
}
.album {
  padding-top: 120px;
  padding-bottom: 120px;
}
.album__intro {
  padding-inline: 16px;
  margin-bottom: 32px;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media (min-width: 768px) {
  .album__intro {
    font-size: 24px;
  }
}
.album__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 56px;
}
@media (min-width: 768px) {
  .album__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }
}
.album__item img {
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #313131;
}
.album__links {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) {
  .album__links {
    flex-direction: row;
    justify-content: center;
  }
}
.album__btn {
  display: flex;
  background-color: var(--pink);
  justify-content: center;
  align-items: center;
  padding: 24px;
  color: white;
  font-weight: 700;
  gap: 24px;
  border-radius: 16px;
}
.album__btn-text {
  font-family: "noto sans jp", sans-serif;
  flex: 0 1 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.album__btn-text span {
  font-size: 22px;
  display: inline-block;
  text-align: center;
  margin-inline: auto;
}

.contact-section {
  padding-top: 120px;
  padding-bottom: 182px;
}
.contact-section__title {
  margin-top: 56px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 24px;
  color: var(--orange);
}
@media (min-width: 768px) {
  .contact-section__title {
    font-size: 32px;
  }
}
.contact-section__photo {
  margin-bottom: 32px;
  max-width: 692px;
  margin-inline: auto;
}
.contact-section__card {
  background-color: #fff;
  padding: 40px 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  filter: drop-shadow(7.75px 7.75px 0px rgba(233, 94, 1, 0.4));
  max-width: 916px;
  margin-inline: auto;
}
.contact-section__text {
  margin-bottom: 32px;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .contact-section__text {
    font-size: 18px;
  }
}
.contact-section__btn {
  margin-inline: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--orange);
  color: #fff;
  text-decoration: none;
  border-radius: 999px;
  font-weight: 700;
  font-size: 18px;
  width: 100%;
  max-width: 400px;
  height: 42px;
  position: relative;
}
@media (min-width: 768px) {
  .contact-section__btn {
    height: 48px;
  }
}
.contact-section__btn-icon {
  position: absolute;
  display: block;
  right: 24px;
  width: 16px;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
}

.site-footer {
  background-color: var(--pink);
  padding: 72px 0 40px;
  position: relative;
  overflow: visible;
}
.site-footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
  text-align: center;
}
@media (min-width: 768px) {
  .site-footer__top {
    display: flex;
    justify-content: space-between;
  }
  .site-footer__top > * {
    flex: 1 1 0;
  }
}
.site-footer__logo {
  margin-bottom: 56px;
}
@media (min-width: 768px) {
  .site-footer__logo {
    margin-bottom: unset;
  }
}
.site-footer__logo img {
  width: 220px;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 16px;
}
@media (min-width: 768px) {
  .site-footer__logo img {
    margin: unset;
  }
}
.site-footer__nav {
  margin-bottom: 56px;
}
@media (min-width: 768px) {
  .site-footer__nav {
    margin-bottom: unset;
  }
}
.site-footer__nav-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px 22px;
  justify-items: center;
}
@media (min-width: 768px) {
  .site-footer__nav-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.site-footer__nav-list a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.site-footer__nav-wide {
  grid-column: 1/-1;
  margin-top: 6px;
}
.site-footer__sns {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin: 20px 0 48px;
}
.site-footer__sns-link {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.site-footer__sns-link img {
  width: 56px;
  height: 56px;
  display: block;
}
.site-footer__sticker {
  margin-bottom: 32px;
  display: flex;
  justify-content: center;
}
.site-footer__sticker-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: var(--pink);
  font-weight: 700;
  text-decoration: none;
  padding: 12px 32px;
  border-radius: 9999px;
  font-size: 16px;
  transition: opacity 0.3s;
  gap: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.site-footer__sticker-btn:hover {
  opacity: 0.8;
}
.site-footer__copy {
  color: #fff;
  font-weight: 700;
  margin: 0;
  letter-spacing: 0.02em;
}

.to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 1000;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(0);
  transition: opacity 0.25s ease;
}
@media (min-width: 768px) {
  .to-top {
    right: 40px;
    bottom: 40px;
  }
}
.to-top img {
  width: 80px;
  height: auto;
  display: block;
}
@media (min-width: 768px) {
  .to-top img {
    width: 120px;
  }
}

.to-top.is-show {
  opacity: 1;
  pointer-events: auto;
}

/* =========================
   Single Page (blog/news)
========================= */
.single-page {
  padding: 88px 0;
}
@media (max-width: 768px) {
  .single-page {
    padding: 60px 0;
  }
}

.single-page__head {
  text-align: center;
  margin: 0 0 34px;
}

.single-page__kicker {
  margin: 0 0 10px;
  font-size: 13px;
  letter-spacing: 0.14em;
  color: rgba(0, 0, 0, 0.55);
}

.single-page__title {
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.35;
}
@media (max-width: 768px) {
  .single-page__title {
    font-size: 22px;
  }
}

.single-page__meta {
  margin-top: 14px;
  display: flex;
  gap: 12px 14px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.single-page__date {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.55);
}

.single-page__terms {
  display: flex;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  justify-content: center;
}

.single-page__term {
  margin: 0;
  padding: 0;
}

.single-page__term-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1;
  border-radius: 9999px;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.78);
  background: #fff;
}
.single-page__term-link:hover {
  border-color: var(--orange);
  color: var(--orange);
}

.single-page__thumb {
  margin: 0 auto 34px;
  max-width: 920px;
  border-radius: 18px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.single-page__thumb-img {
  width: 100%;
  height: auto;
  display: block;
}

.single-page__content {
  max-width: 920px;
  margin: 0 auto;
  line-height: 1.9;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.88);
  /* --- Typography reset (single content) --- */
  /* --- Headings --- */
  /* --- Lists --- */
  /* --- Quote / Note --- */
  /* --- Code --- */
  /* --- Table --- */
  /* --- Media / WP blocks --- */
  /* --- Links hover (keep underline) --- */
}
@media (max-width: 768px) {
  .single-page__content {
    font-size: 15px;
  }
}
.single-page__content p {
  margin: 0 0 18px;
}
.single-page__content h2, .single-page__content h3 {
  margin: 34px 0 14px;
  line-height: 1.45;
}
.single-page__content a {
  color: var(--orange);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.single-page__content img {
  max-width: 100%;
  height: auto;
}
.single-page__content > *:first-child {
  margin-top: 0;
}
.single-page__content > *:last-child {
  margin-bottom: 0;
}
.single-page__content strong {
  font-weight: 700;
}
.single-page__content em {
  font-style: italic;
}
.single-page__content small {
  font-size: 0.9em;
}
.single-page__content hr {
  border: 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.12);
  margin: 30px 0;
}
.single-page__content h2 {
  margin: 42px 0 16px;
  padding-left: 12px;
  border-left: 4px solid var(--orange);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.single-page__content h3 {
  margin: 34px 0 14px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.single-page__content h4 {
  margin: 26px 0 12px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.single-page__content ul,
.single-page__content ol {
  margin: 0 0 18px;
  padding-left: 1.35em;
}
.single-page__content li {
  margin: 0 0 8px;
}
.single-page__content ul li::marker {
  color: rgba(0, 0, 0, 0.45);
}
.single-page__content ol li::marker {
  color: rgba(0, 0, 0, 0.45);
  font-weight: 600;
}
.single-page__content blockquote {
  margin: 22px 0;
  padding: 14px 16px;
  border-left: 4px solid rgba(0, 0, 0, 0.16);
  background: rgba(0, 0, 0, 0.03);
  border-radius: 12px;
}
.single-page__content blockquote p {
  margin: 0;
}
.single-page__content code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.92em;
  padding: 0.18em 0.38em;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.06);
}
.single-page__content pre {
  margin: 20px 0;
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.06);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.single-page__content pre code {
  background: transparent;
  padding: 0;
}
.single-page__content table {
  width: 100%;
  border-collapse: collapse;
  margin: 22px 0;
  font-size: 15px;
}
.single-page__content th,
.single-page__content td {
  padding: 10px 12px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  vertical-align: top;
}
.single-page__content th {
  background: rgba(0, 0, 0, 0.04);
  font-weight: 700;
}
.single-page__content figure {
  margin: 22px 0;
}
.single-page__content figcaption {
  margin-top: 8px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.55);
}
.single-page__content .wp-block-image {
  margin: 22px 0;
}
.single-page__content .wp-block-image img {
  border-radius: 14px;
}
.single-page__content .wp-block-quote {
  margin: 22px 0;
}
.single-page__content .wp-block-table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.single-page__content a:hover {
  opacity: 0.9;
}
@media (max-width: 768px) {
  .single-page__content h2 {
    font-size: 19px;
    margin: 34px 0 14px;
  }
  .single-page__content h3 {
    font-size: 17px;
  }
  .single-page__content pre {
    padding: 12px 12px;
  }
}

.single-page__nav {
  max-width: 920px;
  margin: 44px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
@media (max-width: 640px) {
  .single-page__nav {
    grid-template-columns: 1fr;
  }
}

.single-page__nav-item a {
  display: block;
  padding: 16px 18px;
  border-radius: 14px;
  text-decoration: none;
  background: var(--orange);
  color: #fff;
  border: none;
  font-weight: 600;
  text-align: center;
}
.single-page__nav-item a:hover {
  opacity: 0.9;
}

.single-page__back {
  text-align: center;
  margin-top: 34px;
}

.single-page__back-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  border-radius: 9999px;
  background: var(--orange);
  color: #fff;
  text-decoration: none;
}
.single-page__back-link:hover {
  opacity: 0.92;
}

/* =========================
   Archive Page (blog/news)
   - 3 columns / 9 posts per page
========================= */
.archive-page {
  padding: 88px 0;
}
@media (max-width: 768px) {
  .archive-page {
    padding: 60px 0;
  }
}

.archive-page__head {
  margin-bottom: 52px;
}

.archive-page__title {
  font-size: 34px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-align: center;
  line-height: 1.25;
  color: var(--orange);
}
@media (max-width: 768px) {
  .archive-page__title {
    font-size: 26px;
  }
}

.archive-page__sub {
  margin-top: 12px;
  font-size: 14px;
  text-align: center;
}

.archive-page__sub-label {
  color: #666;
}

.archive-page__sub-value {
  color: var(--orange);
  font-weight: 700;
}

.archive-page__cats {
  margin-bottom: 60px;
}

.archive-page__cats-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 14px;
  padding: 0;
  margin: 0;
}

.archive-page__cats-item {
  list-style: none;
  margin: 0;
  padding: 0;
}

.archive-page__cats-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 1;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 9999px;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.85);
  background: #fff;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}
.archive-page__cats-link:hover {
  background: rgba(0, 0, 0, 0.04);
  border-color: rgba(0, 0, 0, 0.22);
  transform: translateY(-1px);
}
.archive-page__cats-link.is-active, .archive-page__cats-link[aria-current=page] {
  background: var(--orange);
  color: #fff;
  border-color: var(--orange);
}
.archive-page__cats-link.is-active:hover, .archive-page__cats-link[aria-current=page]:hover {
  background: var(--orange);
  border-color: var(--orange);
  color: #fff;
  transform: none;
}

.archive-page__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 52px 34px;
  margin: 0 0 76px;
}
@media (max-width: 1100px) {
  .archive-page__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 46px 28px;
  }
}
@media (max-width: 640px) {
  .archive-page__grid {
    grid-template-columns: 1fr;
    gap: 34px;
    margin-bottom: 64px;
  }
}

.archive-card {
  height: 100%;
}

.archive-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}
.archive-card__link:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 0, 0, 0.14);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.archive-card__thumb {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.04);
}

.archive-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: transform 0.35s ease;
}

.archive-card__link:hover .archive-card__img {
  transform: scale(1.04);
}

.archive-card__thumb--placeholder {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.08);
}

.archive-card__body {
  padding: 18px 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 640px) {
  .archive-card__body {
    padding: 16px 16px 18px;
  }
}

.archive-card__meta {
  margin: 0;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.55);
}

.archive-card__date {
  letter-spacing: 0.04em;
}

.archive-card__title {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  .archive-card__title {
    font-size: 16px;
  }
}

.archive-card__excerpt {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
  color: rgba(0, 0, 0, 0.68);
}

.archive-page__pagination {
  display: flex;
  justify-content: center;
  margin-top: 72px;
}
@media (max-width: 640px) {
  .archive-page__pagination {
    margin-top: 56px;
  }
}
.archive-page__pagination ul {
  display: flex;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  justify-content: center;
}
.archive-page__pagination li {
  margin: 0;
  padding: 0;
}
.archive-page__pagination li a,
.archive-page__pagination li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 9999px;
  font-size: 14px;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.85);
  background: #fff;
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}
.archive-page__pagination li a:hover {
  background: rgba(0, 0, 0, 0.04);
  border-color: rgba(0, 0, 0, 0.22);
  transform: translateY(-1px);
}
.archive-page__pagination li .current {
  background: #000;
  color: #fff;
  border-color: #000;
}

.archive-page__empty {
  text-align: center;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 68px;
}

.menu .section {
  padding-top: 120px;
  padding-bottom: 120px;
}
.menu-hero {
  position: relative;
  padding-bottom: 56px;
  padding-top: 56px;
}
@media (min-width: 768px) {
  .menu-hero {
    padding-bottom: 80px;
  }
}
.menu-hero__bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.menu-hero__logo {
  margin-bottom: 32px;
  max-width: 800px;
  margin-inline: auto;
}
.menu-hero__logo-img {
  border-radius: 24px;
  display: block;
}
.menu-hero__catch {
  text-shadow: 2px 2px 0 #ffffff, 4px 4px 0 #ffffff;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: var(--orange);
}
@media (min-width: 768px) {
  .menu-hero__catch {
    font-size: 36px;
  }
}
.menu-service {
  /* =========================
    料金・対応時間
  ========================= */
  /* ---- suketto price layout (safe add) ---- */
  /* =========================
    プラン紹介（たびっこ）
  ========================= */
}
.menu-service__intro {
  margin-top: 24px;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .menu-service__intro {
    display: flex;
    gap: 40px;
  }
  .menu-service__intro > * {
    flex: 0 1 50%;
  }
}
.menu-service__photo {
  margin-bottom: 24px;
}
.menu-service__title {
  font-size: 24px;
  font-weight: 700;
  color: var(--orange);
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .menu-service__title {
    font-size: 36px;
  }
}
.menu-service__lead-text {
  font-size: 19px;
}
@media (min-width: 1024px) {
  .menu-service__lead-text {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .menu-service__lead {
    font-size: 18px;
  }
}
.menu-service__lead span {
  display: block;
  width: 94px;
  height: 4px;
  background-color: var(--orange);
  opacity: 0.4;
  margin-bottom: 16px;
}
.menu-service__features {
  padding: 40px 24px;
  background-color: #fff;
  margin-bottom: 56px;
}
.menu-service__subhead {
  color: var(--orange);
  font-weight: 700;
  text-align: center;
  font-size: 24px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .menu-service__subhead {
    font-size: 36px;
  }
}
.menu-service__cards {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 768px) {
  .menu-service__cards {
    flex-direction: row;
    gap: 32px;
    padding-inline: 32px;
  }
  .menu-service__cards > article {
    flex: 1 0 0;
  }
}
.menu-service__card-photo {
  margin-bottom: 8px;
}
.menu-service__card-photo img {
  border-radius: 24px;
}
.menu-service__card-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--orange);
  margin-bottom: 8px;
  text-align: center;
}
.menu-service__card-text {
  padding-inline: 16px;
}
.menu-service__price {
  padding: 40px 24px;
  background-color: #fff;
}
.menu-service__price {
  padding: 40px 24px;
  background-color: #fff;
  margin-bottom: 56px;
}
@media (min-width: 768px) {
  .menu-service__price {
    padding: 56px 40px;
  }
}
.menu-service__price-box {
  max-width: 960px;
  margin-inline: auto;
  text-align: center;
}
.menu-service__price-table {
  max-width: 520px;
  margin: 0 auto 24px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  overflow: hidden;
  background-color: #fff;
}
.menu-service__price-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.menu-service__price-row--head {
  background-color: #ffe6e6;
  font-weight: 700;
}
.menu-service__price-cell {
  padding: 12px 16px;
  line-height: 1.6;
  text-align: center;
}
@media (min-width: 768px) {
  .menu-service__price-cell {
    font-size: 18px;
  }
}
.menu-service__meta {
  margin-top: 16px;
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .menu-service__meta {
    font-size: 18px;
  }
}
.menu-service__meta-row {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
.menu-service__meta-key {
  font-weight: 700;
}
.menu-service__note {
  font-size: 14px;
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto;
}
.menu-service__price-bar {
  max-width: 700px;
  margin: 0 auto 18px;
  background-color: #ffe6e6;
  padding: 14px 16px;
}
.menu-service__price-bar--wide {
  max-width: 700px;
  margin-top: 24px;
  margin-bottom: 18px;
}
.menu-service__price-bar-text {
  margin: 0;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
.menu-service__price-lead {
  max-width: 860px;
  margin: 0 auto 8px;
  line-height: 1.9;
  text-align: center;
}
@media (min-width: 768px) {
  .menu-service__price-lead {
    font-size: 18px;
  }
}
.menu-service__price-areas {
  list-style: none;
  padding: 0;
  margin: 0 auto 8px;
  max-width: 860px;
  display: grid;
  gap: 10px;
  text-align: center;
}
.menu-service__price-area {
  line-height: 1.9;
}
.menu-service__price-emph {
  margin: 0;
  text-align: center;
  color: var(--orange);
  line-height: 1.9;
  font-size: 18px;
}
.menu-service__price-emph--bold {
  font-weight: 700;
}
.menu-service__price-texts {
  max-width: 860px;
  margin: 18px auto 0;
  display: grid;
  gap: 14px;
}
.menu-service__price-text {
  margin: 0;
  line-height: 1.9;
  text-align: center;
}
.menu-service__plans-lead {
  text-align: center;
  line-height: 1.8;
  margin: 0 auto 20px;
  max-width: 680px;
}
@media (min-width: 768px) {
  .menu-service__plans-lead {
    font-size: 18px;
    margin-bottom: 28px;
  }
}
.menu-service__plans-photo {
  max-width: 960px;
  margin: 0 auto 24px;
}
.menu-service__plans-photo img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .menu-service__plans-photo {
    margin-bottom: 32px;
    max-width: unset;
  }
}
.menu-service .menu-service__plans-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (min-width: 768px) {
  .menu-service .menu-service__plans-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: unset;
    -moz-column-gap: 40px;
         column-gap: 40px;
    align-items: stretch;
    /* これが肝です */
    grid-template-rows: auto auto auto auto auto 1fr; /* 特徴 */
  }
  .menu-service .menu-service__plans-grid .menu-service__plan {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: 1/-1;
  }
}
.menu-service__plan {
  position: relative;
  background-color: #fff;
  text-align: left;
}
.menu-service__plan-head {
  background-color: #ffe6e6;
  color: var(--orange);
  font-weight: 700;
  text-align: center;
  padding: 12px 14px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .menu-service__plan-head {
    font-size: 18px;
    padding: 14px 16px;
  }
}
.menu-service__plan-catch {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  line-height: 1.7;
}
@media (min-width: 768px) {
  .menu-service__plan-catch {
    padding: 16px 18px;
  }
}
.menu-service__plan-row {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  line-height: 1.7;
  display: flex;
}
.menu-service__plan-row.wrap {
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .menu-service__plan-row {
    padding: 16px 18px;
  }
}
.menu-service__plan-row.last {
  border-bottom: 0;
}
.menu-service__plan-key {
  font-weight: 700;
  flex: 0 0 auto;
}
.menu-service__plan-val {
  margin: 0;
}
.menu-service__plan-wide {
  flex: 1 0 100%;
  color: var(--orange);
  padding-top: 4px;
}
.menu-service__plan-wide.blk {
  color: var(--text);
}
.menu-service__plan-sub {
  margin-top: 8px;
  color: var(--orange);
  font-size: 14px;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .menu-service__plan-sub {
    font-size: 16px;
  }
}
.menu-service__plan-small {
  padding: 0 16px 14px;
  color: var(--orange);
  font-size: 13px;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .menu-service__plan-small {
    padding: 0 18px 16px;
    font-size: 14px;
  }
}
.menu-service__plan-features {
  padding: 14px 16px 18px;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
@media (min-width: 768px) {
  .menu-service__plan-features {
    padding: 16px 18px 20px;
    margin-top: 32px;
  }
}
.menu-service__plan-features-title {
  font-weight: 700;
  margin-bottom: 10px;
}
.menu-service__plan-ul {
  padding-left: 1.2em;
  margin: 0;
  display: grid;
  gap: 8px;
  list-style: disc;
}
.menu-service__plan-li {
  line-height: 1.7;
}
.menu-service__plan-recommend {
  position: absolute;
  top: -34px;
  right: -12px;
  width: 88px;
  z-index: 1;
}
@media (min-width: 768px) {
  .menu-service__plan-recommend {
    top: -34px;
    right: -12px;
  }
}
.menu-flow {
  background-color: #fff;
}
.menu-flow__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.menu-flow__card {
  background-color: #f7f5f3;
  padding: 32px 24px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 768px) {
  .menu-flow__card {
    grid-template-columns: 280px 1fr;
    gap: 28px;
    padding: 32px;
  }
}
.menu-flow__media {
  overflow: hidden;
}
.menu-flow__img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .menu-flow__img {
    height: 180px;
  }
}
.menu-flow__head {
  padding-bottom: 12px;
  margin-bottom: 16px;
}
.menu-flow__step {
  color: var(--orange);
  margin-bottom: 6px;
}
.menu-flow__step span {
  font-size: 24px;
}
.menu-flow__title {
  color: var(--orange);
  font-weight: 700;
  line-height: 1.5;
  border-top: 1px dashed rgba(233, 94, 1, 0.6);
  padding-top: 8px;
}
.menu-flow__texts {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 16px;
}
.menu-flow__text {
  line-height: 1.7;
}
.menu-flow__text br {
  display: none;
}
@media (min-width: 768px) {
  .menu-flow__text br {
    display: block;
  }
}
.menu-flow__listblock {
  margin-bottom: 24px;
}
.menu-flow__listtitle {
  font-weight: 700;
  margin-bottom: 8px;
}
.menu-flow__ul {
  padding-left: 1.2em;
  margin: 0;
  display: grid;
  gap: 6px;
  list-style: disc;
}
.menu-flow__li {
  line-height: 1.7;
}
.menu-flow__note {
  margin-top: 8px;
  line-height: 1.8;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.menu-flow__accent {
  margin-top: 12px;
  line-height: 1.8;
  color: var(--orange);
  font-weight: 700;
  font-size: 18px;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.menu-flow__buttons {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 768px) {
  .menu-flow__buttons {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.menu-flow__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 18px;
  border-radius: 999px;
  background-color: var(--orange);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.2;
  text-align: center;
  min-height: 48px;
}
@media (min-width: 768px) {
  .menu-flow__btn {
    min-width: 320px;
  }
}
.menu-flow__warnings {
  margin-top: 18px;
  padding-top: 12px;
  padding-inline: 24px;
  display: flex;
  justify-content: center;
}
.menu-flow__warnings-title {
  margin-bottom: 8px;
}
.menu-flow__warnings-ul {
  padding-left: 1.2em;
  margin: 0;
  display: grid;
  list-style: disc;
}
.menu-flow__warnings-li {
  line-height: 1.7;
}
.menu-flow__arrow {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 21px solid var(--orange);
  margin: 0 auto;
}
.menu-faq {
  overflow: hidden;
}
.menu-faq__link {
  color: var(--orange);
  text-decoration: underline;
}
.menu-faq__list {
  margin-top: 24px;
  background-color: #fff;
  border-radius: 24px;
  padding: 32px 20px;
  row-gap: 0;
}
@media (min-width: 768px) {
  .menu-faq__list {
    padding: 40px 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 56px;
         column-gap: 56px;
    row-gap: 0;
  }
}
.menu-faq__item {
  padding: 18px 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.25);
}
.menu-faq__item:last-child {
  border-bottom: none;
}
.menu-faq__q {
  display: flex;
  gap: 4px;
  align-items: flex-start;
  margin-bottom: 12px;
  line-height: 1.7;
}
.menu-faq__q-label {
  flex: 0 0 auto;
  color: var(--orange);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
}
.menu-faq__q-text {
  font-weight: 700;
}
.menu-faq__text {
  line-height: 1.8;
}
.menu-faq__a {
  line-height: 1.8;
  padding-left: 20px;
}
.menu-faq .faq-bus {
  font-weight: 700;
  color: var(--orange);
  font-size: 18px;
}
.menu-faq .section-heading {
  position: relative;
}
.menu-faq .section-heading .menu-faq__ill {
  position: absolute;
  top: -40px;
  left: 156px;
  width: 206px;
  height: auto;
}
@media (min-width: 768px) {
  .menu-faq .section-heading .menu-faq__ill {
    width: 160px;
    top: unset;
    bottom: -32px;
  }
}
.menu .album__intro {
  position: relative;
  padding-top: 56px;
}
.menu .album__ill {
  position: absolute;
  top: -60px;
  right: 16px;
  width: 120px;
  height: auto;
}
@media (min-width: 768px) {
  .menu .album__ill {
    width: 160px;
    top: -80px;
    right: 40px;
  }
}
@media (min-width: 1280px) {
  .menu .album__ill {
    right: -60px;
    top: -60px;
    width: 264px;
  }
  .menu .album__ill.tabicco {
    width: 200px;
    top: -16px;
  }
  .menu .album__ill.suketto {
    top: 8px;
  }
}
.menu .blog.section {
  padding-bottom: 220px;
}
.menu .contact {
  padding-top: 120px;
  padding-bottom: 120px;
}
.menu .contact .container {
  margin-inline: auto;
  max-width: 1200px;
}
.menu .contact__photo {
  max-width: 692px;
  margin-inline: auto;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .menu .contact__photo {
    margin-bottom: 40px;
  }
}
.menu .contact__card {
  background-color: #fff;
  margin-bottom: 40px;
  max-width: 916px;
  margin-inline: auto;
  padding: 24px;
  border-radius: 24px;
  filter: drop-shadow(7.75px 7.75px 0px rgba(233, 94, 1, 0.4));
}
@media (min-width: 768px) {
  .menu .contact__card {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
.menu .contact__lead {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}
.menu .contact__row {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .menu .contact__row {
    flex-direction: row;
    padding-inline: 56px;
  }
  .menu .contact__row > * {
    flex: 1 0 50%;
  }
}
.menu .contact__tel {
  border-top: 1px solid var(--text);
  border-bottom: 1px solid var(--text);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  position: relative;
}
.menu .contact__tel-number {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  gap: 8px;
}
.menu .contact__tel-number img {
  width: 32px;
  height: auto;
}
.menu .contact__tel-hours {
  margin-bottom: 8px;
}
.menu .contact__tel-note {
  font-size: 13px;
  text-align: center;
}
@media (min-width: 768px) {
  .menu .contact__tel-note {
    font-size: 14px;
  }
}
.menu .contact__ra-blk {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
}
@media (min-width: 1000px) {
  .menu .contact__ra-blk {
    right: 16px;
  }
}
.menu .contact__line {
  background-color: #06c755;
  color: white;
  padding: 40px 0px;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .menu .contact__line {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.menu .contact__line-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.menu .contact__line-inner-middle {
  text-align: center;
  font-weight: 700;
}
.menu .contact-form__body {
  background-color: #fff;
  max-width: 916px;
  margin-inline: auto;
  padding: 24px;
  border-radius: 24px;
  filter: drop-shadow(7.75px 7.75px 0px rgba(233, 94, 1, 0.4));
  /* CF7 base reset */
  /* 上のエラー一覧（ul）を見せない。各項目の赤い注意だけ出す */
  /* Inputs */
  /* チェックボックスを丸表示（ラジオ風） */
  /* 外枠（丸） */
  /* チェック時の中丸 */
  /* Choice (radio / checkbox) */
  /* たびっこ欄に区切り線 */
  /* Validation */
  /* Submit */
  /* =========================
    CF7 追加：placeholder薄く
  ========================= */
  /* =========================
    送信ボタン：右矢印追加（inputにafterが付かないので親に付ける）
  ========================= */
  /* =========================
    注意事項
  ========================= */
  /* value="たびっこなっちゃん" のときだけ */
}
@media (min-width: 768px) {
  .menu .contact-form__body {
    padding: 40px 24px 64px;
  }
}
.menu .contact-form__body .contact-form__container {
  max-width: 640px;
  margin-inline: auto;
}
.menu .contact-form__body .contact-form__ttl {
  text-align: center;
  color: var(--orange);
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 24px;
}
.menu .contact-form__body .wpcf7 {
  width: 100%;
}
.menu .contact-form__body .wpcf7 form {
  margin: 0;
}
.menu .contact-form__body .wpcf7 p {
  margin: 0;
}
.menu .contact-form__body .wpcf7 .screen-reader-response {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.menu .contact-form__body .cf7-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media (min-width: 768px) {
  .menu .contact-form__body .cf7-form {
    gap: 22px;
  }
}
.menu .contact-form__body .cf7-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media (min-width: 768px) {
  .menu .contact-form__body .cf7-row {
    gap: 12px;
  }
}
.menu .contact-form__body .cf7-label {
  font-weight: 700;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--orange);
}
.menu .contact-form__body .cf7-required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background-color: var(--orange);
  line-height: 1.4;
}
.menu .contact-form__body .cf7-note {
  font-size: 13px;
  line-height: 1.7;
  color: var(--orange);
  opacity: 0.8;
  text-align: center;
}
.menu .contact-form__body .cf7-control {
  width: 100%;
}
.menu .contact-form__body .cf7-input,
.menu .contact-form__body .wpcf7-text,
.menu .contact-form__body .wpcf7-email,
.menu .contact-form__body .wpcf7-tel {
  width: 100%;
  height: 44px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 16px;
  background-color: #fff;
}
.menu .contact-form__body .cf7-control--choice input[type=checkbox] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.menu .contact-form__body .cf7-control--choice input[type=checkbox] + .wpcf7-list-item-label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
}
.menu .contact-form__body .cf7-control--choice input[type=checkbox] + .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 1px solid #333;
  border-radius: 50%;
  background: #fff;
  box-sizing: border-box;
  opacity: 0.5;
}
.menu .contact-form__body .cf7-control--choice input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: var(--orange);
  border-radius: 50%;
}
.menu .contact-form__body .cf7-note.cf7-note--line {
  display: flex;
  margin-top: -12px;
  flex-wrap: wrap;
}
.menu .contact-form__body .cf7-note.cf7-note--line a {
  text-decoration: underline;
}
.menu .contact-form__body .cf7-note.reserve {
  text-align: left;
  margin-top: -32px;
  flex-wrap: wrap;
}
.menu .contact-form__body .cf7-note.reserve a {
  text-decoration: underline;
}
.menu .contact-form__body .cf7-note.last {
  text-align: left;
  margin-top: -10px;
}
.menu .contact-form__body .cf7-note.last a {
  text-decoration: underline;
}
.menu .contact-form__body .wpcf7-list-item-label {
  font-size: 14px;
}
.menu .contact-form__body .cf7-textarea,
.menu .contact-form__body .wpcf7-textarea {
  width: 100%;
  min-height: 180px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 16px;
  background-color: #fff;
  resize: vertical;
  line-height: 1.8;
}
.menu .contact-form__body .cf7-textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.menu .contact-form__body .cf7-textarea::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.menu .contact-form__body .cf7-file,
.menu .contact-form__body .wpcf7-file {
  width: 100%;
  max-width: 420px;
}
.menu .contact-form__body .cf7-control--choice {
  line-height: 1.6;
}
.menu .contact-form__body .cf7-control--choice .wpcf7-list-item {
  display: inline-flex;
  align-items: center;
  margin: 0;
  margin-right: 18px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .menu .contact-form__body .cf7-control--choice .wpcf7-list-item {
    margin-right: 22px;
  }
}
.menu .contact-form__body .cf7-control--choice label {
  display: inline-flex;
  align-items: self-end;
  gap: 8px;
  cursor: pointer;
}
.menu .contact-form__body .cf7-control--choice input[type=radio],
.menu .contact-form__body .cf7-control--choice input[type=checkbox] {
  width: 18px;
  height: 18px;
}
.menu .contact-form__body .cf7-row--tabicco {
  padding-top: 8px;
  padding-bottom: 6px;
}
.menu .contact-form__body .wpcf7-not-valid-tip {
  margin-top: 8px;
  font-size: 13px;
  font-weight: 700;
  color: #d4382a;
  line-height: 1.5;
}
.menu .contact-form__body .wpcf7-not-valid {
  border-color: rgba(212, 56, 42, 0.6) !important;
  outline: none;
}
.menu .contact-form__body .wpcf7-response-output {
  margin: 18px 0 0;
  padding: 12px 14px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.7;
}
.menu .contact-form__body .cf7-row--submit {
  margin-top: 6px;
}
.menu .contact-form__body .cf7-submit,
.menu .contact-form__body .wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 400px;
  height: 52px;
  border: 0;
  border-radius: 999px;
  background-color: var(--orange);
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
}
.menu .contact-form__body .wpcf7-spinner {
  margin-left: 10px;
}
.menu .contact-form__body .cf7-privacy {
  text-align: center;
  display: flex;
  justify-content: center;
  font-size: 14px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.menu .contact-form__body .cf7-privacy a {
  text-decoration: underline;
}
.menu .contact-form__body .cf7-row--submit p {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 0;
}
.menu .contact-form__body .cf7-row--submit p::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(50% - 160px + 24px); /* max-width:320pxの右端から24px */
  width: 18px;
  height: 18px;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("./img/contact/right-arrow.svg");
}
@media (max-width: 480px) {
  .menu .contact-form__body .cf7-row--submit p::after {
    right: 28px; /* スマホは素直に右固定 */
  }
}
.menu .contact-form__body .cf7-attention {
  margin-top: 40px;
  margin-inline: auto;
}
.menu .contact-form__body .cf7-attention__title {
  margin: 0 0 8px !important;
  display: flex;
  align-items: center;
  gap: 8px;
}
.menu .contact-form__body .cf7-attention__title::before {
  content: "⚠︎";
  font-size: 16px;
  line-height: 1;
}
.menu .contact-form__body .cf7-attention__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}
.menu .contact-form__body .cf7-attention__list li {
  line-height: 1.7;
  padding-left: 1.2em;
  position: relative;
}
.menu .contact-form__body .cf7-attention__list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.menu .contact-form__body .cf7-file {
  max-width: unset;
  width: unset;
  display: flex;
  justify-content: center;
  gap: 24px;
}
.menu .contact-form__body .wpcf7-form-control-wrap {
  display: flex;
  justify-content: center;
  padding-top: 24px;
  gap: 24px;
  padding-bottom: 24px;
}
.menu .contact-form__body .wpcf7-list-item input[value=たびっこなっちゃん] + .wpcf7-list-item-label::before {
  content: "";
  display: flex;
  flex-direction: column;
  width: 36px;
  height: 18px;
  margin-right: 6px;
  background: url("./img/contact/icon_new.webp") no-repeat center/contain;
  vertical-align: middle;
}

/* =========================
  Privacy Policy Page
  ※HTMLは変更しない（.menu.busguide + #privacy-policy にスコープ）
========================= */
.menu.busguide {
  /* =========================
     Profile Page
  ========================= */
  /* =========================
     VOICE / 伝えたい想い
  ========================= */
  /* =========================
    FRIENDS / なっちゃんフレンズ（16件）
  ========================= */
  /* タブレット：2カラム */
  /* md 以上：4カラム */
  /* 名前共通設定 */
  /* 肉球を付けたいカードだけ */
}
.menu.busguide #privacy-policy {
  /* このページのセクション上下（背景との間）を広めに */
  /* コンテンツ全体（白いカード）の上下余白を広めに */
  /* たびっこなっちゃんに NEW アイコンを表示 */
}
.menu.busguide #privacy-policy .menu-service__inner {
  max-width: 960px;
}
.menu.busguide #privacy-policy.menu-service.section {
  padding-top: 140px;
  padding-bottom: 160px;
}
@media (min-width: 768px) {
  .menu.busguide #privacy-policy.menu-service.section {
    padding-top: 160px;
    padding-bottom: 180px;
  }
}
.menu.busguide #privacy-policy .privacy-policy__body {
  margin-top: 56px;
  background-color: #fff;
  border-radius: 24px;
  padding: 44px 22px;
  filter: drop-shadow(7.75px 7.75px 0px rgba(233, 94, 1, 0.25));
}
@media (min-width: 768px) {
  .menu.busguide #privacy-policy .privacy-policy__body {
    margin-top: 72px;
    padding: 72px 64px;
  }
}
.menu.busguide #privacy-policy .privacy-policy__text {
  margin: 0;
  line-height: 2;
  /* 段落ブロックの上下間隔（コンテンツの余白）を広めに */
}
.menu.busguide #privacy-policy .privacy-policy__text:not(:last-child) {
  margin-bottom: 22px;
}
@media (min-width: 768px) {
  .menu.busguide #privacy-policy .privacy-policy__text:not(:last-child) {
    margin-bottom: 26px;
  }
}
.menu.busguide #privacy-policy .privacy-policy__subhead {
  /* 見出し前後の上下間隔をしっかり確保 */
  margin: 56px 0 18px;
  font-weight: 700;
  color: var(--orange);
  line-height: 1.5;
  font-size: 19px;
  /* 1つ目の見出しだけは上を詰める */
}
@media (min-width: 768px) {
  .menu.busguide #privacy-policy .privacy-policy__subhead {
    margin: 64px 0 20px;
    font-size: 22px;
  }
}
.menu.busguide #privacy-policy .privacy-policy__subhead:first-of-type {
  margin-top: 36px;
}
@media (min-width: 768px) {
  .menu.busguide #privacy-policy .privacy-policy__subhead:first-of-type {
    margin-top: 44px;
  }
}
.menu.busguide #privacy-policy .privacy-policy__list {
  margin: 18px 0 28px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}
@media (min-width: 768px) {
  .menu.busguide #privacy-policy .privacy-policy__list {
    margin: 20px 0 34px;
    gap: 14px;
  }
}
.menu.busguide #privacy-policy .privacy-policy__item {
  position: relative;
  padding-left: 1.2em;
  line-height: 2;
}
.menu.busguide #privacy-policy .privacy-policy__item::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.menu.busguide #privacy-policy .wpcf7-list-item-label {
  position: relative;
}
.menu.busguide.profile {
  /* ===== 本文（飛び出し完全対策） ===== */
  /* ===== 趣味 ===== */
  /* ===== SP調整 ===== */
}
.menu.busguide.profile .profile-card {
  margin: 80px auto;
}
.menu.busguide.profile .profile-card__inner {
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  border-radius: 24px;
  padding: 48px 40px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}
.menu.busguide.profile .profile-card__header {
  display: flex;
  gap: 32px;
  align-items: flex-start;
  margin-bottom: 32px;
}
.menu.busguide.profile .profile-card__icon img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.menu.busguide.profile .profile-card__name h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 4px;
}
.menu.busguide.profile .profile-card__en {
  font-size: 14px;
  color: var(--orange);
  margin-bottom: 16px;
}
.menu.busguide.profile .profile-card__license {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu.busguide.profile .profile-card__license li {
  font-size: 14px;
  line-height: 1.8;
}
.menu.busguide.profile .profile-card__body {
  text-align: center;
}
.menu.busguide.profile .profile-card__body p {
  margin-bottom: 20px;
  line-height: 1.9;
  max-width: 44em;
  margin-inline: auto;
  padding-inline: 8px;
  /* ここが肝：スマホで文字が飛び出さない */
  overflow-wrap: anywhere;
  word-break: normal;
  -webkit-hyphens: auto;
          hyphens: auto;
  text-wrap: pretty;
  line-break: strict;
}
.menu.busguide.profile .profile-card__hobby-title {
  margin-top: 32px;
  font-size: 18px;
  color: var(--orange);
  font-weight: 700;
  text-align: center;
}
.menu.busguide.profile .profile-card__hobby-list {
  list-style: none;
  padding: 0;
  margin: 12px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.menu.busguide.profile .profile-card__hobby-item {
  margin: 0;
}
.menu.busguide.profile .profile-card__hobby-item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  background-color: rgba(233, 94, 1, 0.12);
  color: var(--text);
  font-size: 14px;
  line-height: 1.2;
  max-width: 100%;
  overflow-wrap: anywhere;
}
@media (max-width: 768px) {
  .menu.busguide.profile {
    /* brを殺して自然改行 */
  }
  .menu.busguide.profile .profile-card__header {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
  }
  .menu.busguide.profile .profile-card__text {
    text-wrap: pretty !important;
    word-break: keep-all !important;
    line-break: strict !important;
  }
  .menu.busguide.profile .profile-card__icon img {
    width: 140px;
    height: 140px;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .menu.busguide.profile .profile-card__body br.br-n {
    display: none;
  }
  .menu.busguide.profile .profile-card__inner {
    padding: 40px 22px;
    width: 100%;
    max-width: 900px;
  }
  .menu.busguide.profile .profile-card__body p {
    max-width: 34em;
  }
}
@media (min-width: 768px) {
  .menu.busguide.profile .profile-card__hobby-item span {
    font-size: 15px;
    padding: 10px 16px;
  }
}
@media (min-width: 768px) {
  .menu.busguide.profile .profile-card__inner {
    padding: 64px 72px;
  }
  .menu.busguide.profile .profile-card__icon img {
    width: 200px;
    height: 200px;
  }
}
@media (min-width: 1000px) {
  .menu.busguide.profile .profile-card__header {
    gap: 64px;
  }
  .menu.busguide.profile .profile-card__name h2 {
    font-size: 40px;
    margin-bottom: unset;
  }
  .menu.busguide.profile .profile-card__en {
    margin-top: -2px;
    font-weight: 700;
  }
  .menu.busguide.profile .profile-card__hobby-title {
    font-size: 24px;
  }
}
.menu.busguide .menu-voice {
  background-color: #fff;
  overflow: hidden;
  /* =========================
     共通：画像
  ========================= */
  /* 上段：画像2枚 */
  /* 下段：画像1枚 */
  /* =========================
     absolute イラスト
  ========================= */
  /* =========================
     テキスト
  ========================= */
  /* キャッチコピー（オレンジ・大きめ） */
  /* =========================
     SP（〜899px）
     並び：画像 → 文章 → 画像 → 文章
  ========================= */
  /* =========================
     PC（900px〜）
     左上画像 / 右上文章
     左下文章 / 右下画像
  ========================= */
}
.menu.busguide .menu-voice .voice-story {
  position: relative;
  background-color: #fff6e3;
  border-radius: 24px;
  padding: 40px 16px 140px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  margin-inline: auto;
  max-width: 916px;
}
.menu.busguide .menu-voice .voice-story__media {
  display: grid;
  gap: 16px;
  position: relative;
}
.menu.busguide .menu-voice .voice-story__image {
  overflow: hidden;
}
.menu.busguide .menu-voice .voice-story__image img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.menu.busguide .menu-voice .voice-story__media--bottom {
  position: relative;
}
.menu.busguide .menu-voice .voice-story__illust {
  position: absolute;
  right: 24px;
  bottom: 4px;
  width: 180px;
  pointer-events: none;
}
.menu.busguide .menu-voice .voice-story__illust img {
  width: 100%;
  height: auto;
  display: block;
}
.menu.busguide .menu-voice .voice-story__text {
  line-height: 1.9;
  color: var(--text);
  /* 文字飛び出し完全防止 */
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  -webkit-hyphens: auto;
          hyphens: auto;
  text-align: center;
}
.menu.busguide .menu-voice .voice-story__catch {
  margin: 28px 0 24px;
  font-weight: 700;
  color: var(--orange);
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 899px) {
  .menu.busguide .menu-voice {
    /* 上画像 */
    /* 上文章 */
    /* 下画像 */
    /* 下文章 */
  }
  .menu.busguide .menu-voice .voice-story {
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-width: 560px;
  }
  .menu.busguide .menu-voice .voice-story__media--top {
    order: 1;
    grid-template-columns: 1fr;
  }
  .menu.busguide .menu-voice .voice-story__text--top {
    order: 2;
  }
  .menu.busguide .menu-voice .voice-story__media--bottom {
    order: 3;
  }
  .menu.busguide .menu-voice .voice-story__text--bottom {
    order: 4;
  }
}
@media (min-width: 900px) {
  .menu.busguide .menu-voice .voice-story {
    padding: 56px 56px 64px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px 16px;
  }
  .menu.busguide .menu-voice .voice-story__media--top {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .menu.busguide .menu-voice .voice-story__text--top {
    grid-column: 2/3;
    grid-row: 1/2;
    padding-top: 8px;
  }
  .menu.busguide .menu-voice .voice-story__text--bottom {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .menu.busguide .menu-voice .voice-story__media--bottom {
    grid-column: 2/3;
    grid-row: 2/3;
    padding-top: 160px;
  }
  .menu.busguide .menu-voice .voice-story__text {
    font-size: 16px;
  }
  .menu.busguide .menu-voice .voice-story__catch {
    font-size: 22px;
    line-height: 1.5;
  }
  .menu.busguide .menu-voice .voice-story__illust {
    width: 360px;
    right: 40px;
    bottom: 8px;
  }
}
.menu.busguide .menu-voice .section-heading {
  position: relative;
}
.menu.busguide .menu-voice .section-heading__ja {
  padding-left: 18px;
}
.menu.busguide .menu-voice .section-heading .header-ill {
  position: absolute;
  top: 82px;
  left: -15px;
  width: 30px;
  height: auto;
}
.menu.busguide .menu-voice .section-heading .header-ill__right {
  left: 130px;
}
.menu.busguide .menu-friends .section-heading {
  position: relative;
}
.menu.busguide .menu-friends .menu-friends__header-ill {
  position: absolute;
  width: 120px;
  height: auto;
  top: 0;
  left: 210px;
}
@media (min-width: 768px) {
  .menu.busguide .menu-friends .menu-friends__header-ill {
    width: 165px;
    top: -28px;
  }
}
.menu.busguide .friends-grid {
  margin-inline: auto;
  max-width: 1100px;
  background-color: #fff;
  padding: 40px 24px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
}
.menu.busguide .friends-grid__intro {
  background-color: #fff;
  padding-top: 40px;
  border-radius: 24px 24px 0 0;
}
.menu.busguide .friends-grid__intro .friends-intro__title {
  font-size: 28px;
  color: var(--orange);
  font-weight: 700;
  text-align: center;
  margin-bottom: 24px;
}
.menu.busguide .friends-grid__intro .friends-intro__text {
  text-align: center;
  margin-bottom: 24px;
}
.menu.busguide .friends-grid__intro .friends-intro__catch {
  color: var(--orange);
  font-weight: 700;
  text-align: center;
  font-size: 28px;
  margin-bottom: 24px;
}
.menu.busguide .friends-grid__intro .friends-intro__note {
  text-align: center;
}
.menu.busguide .friends-card {
  text-align: center;
  max-width: 340px;
  margin-inline: auto;
}
.menu.busguide .friends-card__photo {
  margin-bottom: 12px;
}
.menu.busguide .friends-card__photo img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
.menu.busguide .friends-card__name {
  color: var(--orange);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.menu.busguide .friends-card__text {
  margin: 0 0 14px;
  line-height: 1.85;
  font-size: 16;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  -webkit-hyphens: auto;
          hyphens: auto;
  padding-inline: 16px;
}
.menu.busguide .friends__container {
  background-color: white;
  max-width: 1200px;
  border-radius: 0 0 24px 24px;
}
.menu.busguide .friends-card__links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.menu.busguide .friends-card__links li {
  margin: 0;
}
.menu.busguide .friends-card__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: auto;
}
.menu.busguide .friends-card__link img {
  width: 24px;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 768px) {
  .menu.busguide .friends-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
  }
  .menu.busguide .friends-card__name {
    font-size: 17px;
  }
  .menu.busguide .friends-card__text {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .menu.busguide .friends-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
}
.menu.busguide .friends-card__name {
  position: relative;
  display: inline-block;
}
.menu.busguide .friends-card:nth-child(5) .friends-card__name::before,
.menu.busguide .friends-card:nth-child(8) .friends-card__name::before,
.menu.busguide .friends-card:nth-child(10) .friends-card__name::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 2px;
  width: 20px;
  height: 20px;
  rotate: -24deg;
  background: url("./img/profile/dog_ill.webp") no-repeat center/contain;
}

.notfound {
  padding: 80px 0 120px;
  text-align: center;
}
@media (min-width: 768px) {
  .notfound {
    padding: 120px 0 160px;
  }
}
.notfound .s-title {
  margin-bottom: 40px;
}
.notfound .s-title__en {
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: var(--orange);
  margin-bottom: 8px;
}
.notfound .s-title__ja {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: var(--text);
}
@media (min-width: 768px) {
  .notfound .s-title__en {
    font-size: 32px;
  }
  .notfound .s-title__ja {
    font-size: 20px;
  }
}
.notfound__txt {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 48px;
}
.notfound__txt p {
  margin-bottom: 0.5em;
}
.notfound__button {
  display: flex;
  justify-content: center;
}
.notfound__button .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: var(--orange);
  color: #fff;
  text-decoration: none;
  border-radius: 999px;
  font-weight: 700;
  font-size: 16px;
  padding: 12px 32px;
  height: 48px;
  transition: opacity 0.3s;
}
.notfound__button .button:hover {
  opacity: 0.8;
}
.notfound__button .button img {
  filter: brightness(0) invert(1);
}/*# sourceMappingURL=style.css.map */