@charset "UTF-8";
/*!
  Theme Name: Ori Framework
  Author: Ori
  Author URI: http://shikiori.com/
  Description: Ori framework
  Version: 2.0
  Date: 2023.12.30
  License: GNU General Public License v2 or later
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
  max-width: 100%;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type="number"] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* form-reset */
/* ============================================ */
input[type="radio"],
input[type="checkbox"] {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  margin: -1px;
}

/*
--------------------------------
global
変数
--------------------------------
*/
/*============================================
breakpoint
============================================*/
:root {
  /* ============================================
  font-family
  ============================================ */
  --font: "Zen Kaku Gothic New", sans-serif;
  --shippori: "Shippori Mincho", serif;
  --font-en: "EB Garamond", serif;
  /* ============================================
  color-meaning
  ============================================ */
  --color-base: #333;
  /* ============================================
  value
  ============================================ */
  --container-center-w: 530;
  --sp-bottom-h: 70px;
  /* ============================================
  timing-function
  ============================================ */
  /* ============================================
  transition-duration
  ============================================ */
}

/*
--------------------------------
base
初期設定
--------------------------------
*/
body {
  font-family: var(--font);
  font-weight: normal;
  color: var(--color-base);
  line-height: 2;
  font-size: 1rem;
  letter-spacing: 0.03em;
  overflow-x: hidden;
}

a,
a *,
button,
button * {
  transition-property: opacity, text-decoration-color, background-color,
    transform, box-shadow;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}

a:hover,
button:hover {
  cursor: pointer;
  opacity: 0.5;
}

.en {
  font-family: var(--font-en);
  line-height: 1.8;
  letter-spacing: 0.12em;
}

/*
--------------------------------
layout
全体的なレイアウト
--------------------------------
*/
/* l-header */
/* ============================================ */
:root {
  --header-height: 70px;
}

@keyframes header {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@media not all and (min-width: calc(1024em / 16)) {
  #header {
    position: fixed;
    left: 0;
    right: 0;
    padding: 0;
    height: var(--header-height);
    z-index: 50;
    font-size: 18px;
    display: grid;
    grid-template-columns: min-content;
    align-items: center;
    justify-content: end;
    padding: 0 12px;
    max-width: calc(var(--container-center-w) * 1px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: calc(1024em / 16)) {
  #header {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
  }
}

#logo {
  transition-property: opacity;
  transition-duration: var(--duration--m);
  position: relative;
  z-index: 10;
}
@media not all and (min-width: calc(1024em / 16)) {
  #logo {
    height: calc(var(--header-height) * 80%);
  }
}

#logo a {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
}
#logo a img {
  -o-object-fit: contain;
  object-fit: contain;
}

/* gnav */
@media not all and (min-width: calc(1024em / 16)) {
  #gnav {
    padding: max(13vh, 80px) 30px;
    position: fixed;
    inset: 0;
    height: 100vh;
    max-width: calc(var(--container-center-w) * 1px);
    margin-left: auto;
    margin-right: auto;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.9);
    z-index: 1;
    overflow-y: scroll;
    transition: opacity 0.3s, visibility 0.3s;
  }
  #gnav[aria-hidden="true"] {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  #gnav[aria-hidden="false"] {
    opacity: 1;
    visibility: visible;
  }
}

.gnav__list {
  margin-top: 40px;
}
@media (min-width: calc(1024em / 16)) {
  .gnav__list {
    margin-top: 70px;
  }
}

.gnav__item + .gnav__item {
  margin-top: 15px;
}

.gnav__link {
  opacity: 0.5;
  padding-left: 35px;
  line-height: 1;
  font-weight: 400;
  display: flex;
  align-items: center;
  position: relative;
}
@media not all and (min-width: calc(1024em / 16)) {
  .gnav__link {
    border-bottom: 1px solid #ccc;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    opacity: 0.6;
  }
}
.gnav__link.is-current {
  font-weight: 600;
  opacity: 1;
}
.gnav__link.is-current::before {
  content: "";
  display: inline-block;
  background: url(../../img/lp-omiyamairi/icon_current.png);
  --size: 24px;
  width: var(--size);
  height: var(--size);
  position: absolute;
  left: 0;
}

/* toggle */
#toggle {
  position: relative;
  --size: calc(var(--header-height) * 0.7);
  width: var(--size);
  height: var(--size);
  background: var(--color-corporate-01);
  display: grid;
  place-items: center;
  background: #7bc6ce;
  z-index: 10;
  border-radius: 50%;
}
#toggle:hover {
  opacity: 1;
}
#toggle .line-wrapper {
  display: grid;
  place-items: center;
  gap: 4px;
  width: 18px;
  height: 14px;
}
#toggle .line {
  width: 18px;
  height: 2px;
  background: #fff;
  transition: all 0.3s;
}
#toggle[aria-expanded="true"] .line:nth-of-type(2) {
  opacity: 0;
}
#toggle[aria-expanded="true"] .line:nth-of-type(1) {
  transform: translateY(calc(50% + 5px)) rotate(-45deg);
}
#toggle[aria-expanded="true"] .line:nth-of-type(3) {
  transform: translateY(calc(-50% - 5px)) rotate(45deg);
}
@media (min-width: calc(1024em / 16)) {
  #toggle {
    display: none;
  }
}

/* l-footer */
/* ============================================ */
#footer {
  background: #555;
  color: #fff;
  padding-top: 100px;
  padding-bottom: 30px;
  position: relative;
  margin-top: 140px;
}
#footer .title-rl-border {
  color: #222;
  top: -52px;
}
#footer .title-rl-border span {
  background: #fff;
}
@media not all and (min-width: calc(1024em / 16)) {
  #footer {
    padding-bottom: 130px;
  }
}

.footer-logo {
  max-width: calc(100% - 130px);
}

.copyright {
  font-size: 11px;
}

/* l-body */
/* ============================================ */
#body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media not all and (min-width: calc(1024em / 16)) {
  #body {
    display: block;
  }
}
#body.is-open {
  overflow: hidden;
}

#body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: linear-gradient(to bottom, #f8f1e9, #d8eaee);
  z-index: -1;
  display: block;
  height: 100vh;
  width: 100vw;
}

@media (min-width: calc(1024em / 16)) {
  .container-left {
    order: 1;
    width: calc(50vw - var(--container-center-w) * 1px / 2);
    position: fixed;
    left: 0;
    top: 0;
    padding: 2.2666666667dvh 0.9765625vw 0;
  }
}
@media (min-width: calc(1440em / 16)) {
  .container-left {
    padding: 2.2666666667dvh 2.8666666667vw 0;
  }
}

.container-center {
  order: 2;
  width: 100%;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.2);
  max-width: calc(var(--container-center-w) * 1px);
  margin-left: auto;
  margin-right: auto;
  background: #fff;
}

.container-right {
  order: 3;
  width: calc(50vw - var(--container-center-w) * 1px / 2);
  position: fixed;
  right: 0;
  top: 0;
  padding: 4.3333333333dvh 1.46484375vw 0;
}
@media not all and (min-width: calc(1024em / 16)) {
  .container-right {
    display: none;
  }
}
@media (min-width: calc(1440em / 16)) {
  .container-right {
    padding: 4.3333333333dvh 4.2vw 0;
  }
}
.container-right .text {
  display: flex;
  justify-content: center;
  font-family: var(--shippori);
  font-size: min(2.1333333333vw, 2rem);
  line-height: 1.6;
  letter-spacing: 0.12em;
}
.container-right .text span {
  white-space: pre;
  writing-mode: vertical-rl;
  display: inline-block;
}

.container-bottom {
  position: fixed;
  inset: 0;
  top: auto;
  z-index: -1;
}
@media not all and (min-width: 33.125em) {
  .container-bottom {
    display: none;
  }
}

/* l-sp-bottom-menu */
/* ============================================ */
.sp-bottom-menu {
  position: fixed;
  bottom: 0;
  z-index: 10;
  left: 0;
  right: 0;
  max-width: calc(var(--container-center-w) * 1px);
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  transition: opacity 0.3s;
}
@media (min-width: calc(1024em / 16)) {
  .sp-bottom-menu {
    display: none;
  }
}

#body.is-scroll .sp-bottom-menu {
  opacity: 1;
}

/* l-breadcrumbs */
/* ============================================ */
.breadcrumbs {
  font-size: 12px;
  display: flex;
  flex-flow: wrap;
  justify-content: end;
  align-items: center;
  gap: 10px 20px;
  margin-top: 18px;
}
.breadcrumbs a {
  color: #c4c7d1;
}
.breadcrumbs a::after {
  content: "";
  background: url(../../img/lp-omiyamairi/common/icon_arrow-right.svg) no-repeat center/contain;
  height: 10px;
  width: 5px;
  display: inline-block;
  margin-left: 20px;
}

/*
--------------------------------
component
使いまわせるやつ
--------------------------------
*/
/* c-icon */
/* ============================================ */
.icon,
.icon-circle {
  --size: 1em;
  width: var(--size);
  height: var(--size);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.icon::before,
.icon-circle::before {
  content: "";
  background: no-repeat center/contain;
  background-color: var(--bg-color);
  transition-property: background-color, color;
  transition-duration: var(--duration--s);
  --bg-color: transparent;
  --size: 1em;
  width: var(--size);
  height: var(--size);
}
.icon.--camera::before,
.icon-circle.--camera::before {
  background-image: url(../../img/lp-omiyamairi/icon_camera.png);
  background-image: -webkit-image-set(
    url(../../img/lp-omiyamairi/icon_camera.png) 1x,
    url(../../img/lp-omiyamairi/icon_camera@2x.png) 2x
  );
  background-image: image-set(
    url(../../img/lp-omiyamairi/icon_camera.png) 1x,
    url(../../img/lp-omiyamairi/icon_camera@2x.png) 2x
  );
  --size: 20px;
}
.icon.--plus,
.icon-circle.--plus {
  position: relative;
}
.icon.--plus::before,
.icon.--plus::after,
.icon-circle.--plus::before,
.icon-circle.--plus::after {
  content: "";
  width: 3px;
  height: 20px;
  display: block;
  width: 20px;
  height: 3px;
  background: #7bc6ce;
  position: absolute;
}
.icon.--plus::after,
.icon-circle.--plus::after {
  width: 20px;
  height: 3px;
  transform: rotate(-90deg);
}

.icon-circle {
  border-radius: 50%;
  background: #fff;
  color: #fff;
  --circle-size: 40px;
  width: var(--circle-size);
  height: var(--circle-size);
  flex-shrink: 0;
}

a:hover .icon-circle,
button:hover .icon-circle {
  background: #fff;
  border-color: var(--color-corporate-01);
  flex-shrink: 0;
}
a:hover .icon-circle .icon,
button:hover .icon-circle .icon {
  --bg-color: var(--color-corporate-01);
}
a:hover .icon-circle.--reverse,
button:hover .icon-circle.--reverse {
  background: var(--color-corporate-01);
}
a:hover .icon-circle.--reverse .icon,
button:hover .icon-circle.--reverse .icon {
  --bg-color: #fff;
}

/* c-button */
/* ============================================ */
.button-square {
  background: #ce837b;
  padding: 15px 25px 15px 30px;
  min-height: 100px;
  display: flex;
  align-items: center;
  font-family: var(--shippori);
  font-size: 1.5rem;
  letter-spacing: 0.12em;
  line-height: 1.8;
  color: #fff;
  gap: 10px;
  border-radius: 2px;
  line-height: 1.2;
}
.button-square::after {
  content: "";
  background: no-repeat url(../../img/lp-omiyamairi/icon_link-middle.png) center/contain;
  --size: 20px;
  width: var(--size);
  height: var(--size);
  opacity: 0.7;
  margin-left: auto;
}
.button-square.--nav {
  background: #ce837b url(../../img/lp-omiyamairi/icon_link.png) no-repeat top 8px right 8px /
    auto;
  background-image: -webkit-image-set(url(../../img/lp-omiyamairi/icon_link@2x.png) 2x);
  background-image: image-set(url(../../img/lp-omiyamairi/icon_link@2x.png) 2x);
  justify-content: center;
  padding: 15px;
}
@media not all and (min-width: calc(1024em / 16)) {
  .button-square.--nav {
    min-height: var(--sp-bottom-h);
  }
}
.button-square.--nav::after {
  content: none;
}
.button-square.--nav .icon-circle {
  --circle-size: 28px;
}
.button-square.--nav .icon-circle::before {
  --size: 14px;
}

/* button-border */
.button-border {
  padding: 23px 56px 23px 0;
  border-bottom: 1px solid #ddd;
  font-size: 1.5rem;
  font-family: var(--shippori);
  display: block;
  background: url(../../img/lp-omiyamairi/icon_link-middle_skybule.png) no-repeat right 23px
    center/auto;
  background-image: -webkit-image-set(
    url(../../img/lp-omiyamairi/icon_link-middle_skybule@2x.png) 2x
  );
  background-image: image-set(url(../../img/lp-omiyamairi/icon_link-middle_skybule@2x.png) 2x);
}
.button-border.--white {
  background-image: -webkit-image-set(url(../../img/lp-omiyamairi/icon_link-middle@2x.png) 2x);
  background-image: image-set(url(../../img/lp-omiyamairi/icon_link-middle@2x.png) 2x);
  background-image: url(../../img/lp-omiyamairi/icon_link-middle.png);
}

/* button-more */
.button-more {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  padding-bottom: 15px;
  line-height: 1;
  border-bottom: 1px solid;
  font-size: 1.25rem;
  display: grid;
  grid-template-columns: auto 20px;
  align-items: center;
  gap: 13px;
}
.button-more.is-hidden {
  display: none;
}

/* c-link */
/* ============================================ */
.link {
  color: #777;
  line-height: 1.2;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 0.5em;
  width: -moz-fit-content;
  width: fit-content;
  font-family: var(--shippori);
}
.link::before {
  content: "";
  background: url(../../img/lp-omiyamairi/icon_link_gray.png) no-repeat center/contain;
  background-image: -webkit-image-set(url(../../img/lp-omiyamairi/icon_link_gray@2x.png) 2x);
  background-image: image-set(url(../../img/lp-omiyamairi/icon_link_gray@2x.png) 2x);
  display: inline-block;
  --size: 10px;
  width: var(--size);
  height: var(--size);
}
.link.--white {
  color: #fff;
}
.link.--white::before {
  background-image: url(../../img/lp-omiyamairi/icon_link.png);
  background-image: -webkit-image-set(
    url(../../img/lp-omiyamairi/icon_link.png) 1x,
    url(../../img/lp-omiyamairi/icon_link@2x.png) 2x
  );
  background-image: image-set(
    url(../../img/lp-omiyamairi/icon_link.png) 1x,
    url(../../img/lp-omiyamairi/icon_link@2x.png) 2x
  );
}

.link-border {
  color: #777;
  line-height: 1.2;
  border-bottom: 1px solid;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 0.5em;
  width: -moz-fit-content;
  width: fit-content;
  font-family: var(--shippori);
}
.link-border::before {
  content: "";
  background: url(../../img/lp-omiyamairi/icon_link_gray.png) no-repeat center/contain;
  background-image: -webkit-image-set(url(../../img/lp-omiyamairi/icon_link_gray@2x.png) 2x);
  background-image: image-set(url(../../img/lp-omiyamairi/icon_link_gray@2x.png) 2x);
  display: inline-block;
  --size: 10px;
  width: var(--size);
  height: var(--size);
}

/* c-accordion */
/* ============================================ */
summary {
  /* display: list-item;以外を指定してデフォルトの三角形アイコンを消します */
  display: block;
}

summary::-webkit-details-marker {
  /* Safariで表示されるデフォルトの三角形アイコンを消します */
  display: none;
}

.summary_inner {
  cursor: pointer;
  padding: 25px 18px;
  padding-right: 53px;
  display: flex;
  align-items: center;
  position: relative;
  transition: opacity 0.5s;
}
.summary_inner:hover {
  opacity: 0.5;
}
.summary_inner .icon {
  position: absolute;
  --size: 20px;
  width: var(--size);
  height: var(--size);
  flex-shrink: 0;
  transform-origin: center;
  right: 18px;
}
.summary_inner .icon::after {
  transition: transform 0.5s;
}

/* is-openedクラスが付与されたときのスタイル */
details.is-opened .summary_inner .icon::after {
  transform: rotate(0deg);
}

/* --------アコーディオンの中身のスタイル-------- */
.accordion .content {
  overflow: hidden;
  /* details直下のタグにpaddingを設定すると挙動がおかしくなるので、ここには指定しない */
}
.accordion .content_inner {
  overflow: hidden;
  margin: 26px;
  margin-top: 0;
  padding-top: 26px;
  display: flex;
  border-top: 1px solid #ddd;
}

/* c-accordion-list */
/* ============================================ */
.accordion-list {
  border-top: 1px solid #d4dbe2;
  counter-reset: item;
}

.accordion-item {
  border-bottom: 1px solid #d4dbe2;
}
.accordion-item .summary_inner {
  background: #f1f3f5;
  font-size: 1.2375rem;
  padding: 18px 20px;
  gap: 15px;
  --text: #fff;
  position: relative;
}
@media (min-width: calc(640em / 16)) {
  .accordion-item .summary_inner {
    font-size: 1.375rem;
    gap: 20px;
  }
}
.accordion-item .summary_inner::before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  background: var(--color-corporate-gradation-01);
  opacity: 0;
  transition-property: opacity;
  transition-duration: var(--duration--s);
}
.accordion-item .summary_inner:hover {
  color: var(--color-corporate-01);
}
.accordion-item .summary_inner:hover::before {
  opacity: 1;
}
.accordion-item .summary_inner:hover .icon {
  background: #fff;
}
.accordion-item .summary_inner:hover .icon::before,
.accordion-item .summary_inner:hover .icon::after {
  background-color: var(--color-corporate-02);
}
.accordion-item .summary_inner .icon {
  margin-left: 0;
  --size: 32px;
  width: var(--size);
  height: var(--size);
  display: grid;
  background: var(--color-corporate-01);
  -webkit-mask: none;
  mask: none;
  border-radius: 5px;
  transition-property: background-color;
  transition-duration: var(--duration--s);
}
@media (min-width: calc(640em / 16)) {
  .accordion-item .summary_inner .icon {
    --size: 40px;
  }
}
.accordion-item .summary_inner .icon::before,
.accordion-item .summary_inner .icon::after {
  content: "";
  background: #fff;
  display: inline-block;
  grid-area: 1/1;
  transition-property: background-color, transform;
  transition-duration: var(--duration--s);
}
.accordion-item .summary_inner .icon::before {
  width: 16px;
  height: 2px;
}
.accordion-item .summary_inner .icon::after {
  height: 16px;
  width: 2px;
}
.accordion-item .content_inner {
  padding-bottom: 45px;
}
@media (min-width: calc(640em / 16)) {
  .accordion-item .content_inner {
    padding-bottom: 60px;
  }
}
.accordion-item details.is-opened .summary_inner {
  background: var(--color-corporate-01);
  color: #fff;
}
.accordion-item details.is-opened .summary_inner .icon {
  transform: rotate(0deg);
  background-color: #fff;
}
.accordion-item details.is-opened .summary_inner .icon::before,
.accordion-item details.is-opened .summary_inner .icon::after {
  background-color: var(--color-corporate-01);
}
.accordion-item details.is-opened .summary_inner .icon::after {
  transform: rotate(90deg);
}
.accordion-item details.is-opened .summary_inner:hover .icon::before,
.accordion-item details.is-opened .summary_inner:hover .icon::after {
  background-color: var(--color-corporate-02);
}

.accordion-list.--faq .summary_inner {
  grid-template-columns: max-content max-content 1fr;
  padding-right: 25px;
}
.accordion-list.--faq .summary_inner:hover .num::before {
  color: #fff;
}
.accordion-list.--faq .num::before {
  position: relative;
  counter-increment: item;
  content: "Q" counter(item) ".";
  font-family: var(--font-en);
  font-size: 1.125rem;
  font-weight: bold;
}
@media (min-width: calc(640em / 16)) {
  .accordion-list.--faq .num::before {
    font-size: 1.25rem;
  }
}

/* c-title */
/* ============================================ */
.title-section {
  font-family: var(--shippori);
  font-size: clamp(2.125rem, 48 / var(--container-center-w) * 100vw, 3rem);
  display: flex;
  flex-direction: column;
  gap: 30px;
  line-height: 1.2;
  letter-spacing: 0.12em;
}
.title-section .en {
  font-size: 1.125rem;
}
.title-section.--rl {
  gap: min(20 / var(--container-center-w) * 100vw, 20px);
  flex-direction: row-reverse;
}
.title-section.--rl span {
  white-space: pre;
  writing-mode: vertical-rl;
  display: inline-block;
  line-height: 1.2;
}

/* title-circle */
.title-circle {
  display: flex;
  font-family: var(--shippori);
  font-size: 24px;
  color: #fff;
}
.title-circle span {
  border-radius: 50%;
  --size: 50px;
  width: var(--size);
  height: var(--size);
  background: var(--main-color, #56b6c0);
  display: grid;
  place-items: center;
  border: #f5f4ed 1px solid;
}
.title-circle span + span {
  margin-left: -8px;
}
.title-circle span:first-of-type {
  position: relative;
  z-index: 2;
}
.title-circle span:nth-of-type(2) {
  position: relative;
  z-index: 1;
}

/* title-rl-border */
.title-rl-border {
  position: absolute;
  top: -70px;
  right: min(51 / var(--container-center-w) * 100vw, 51px);
  display: flex;
  align-items: start;
  gap: 8px;
  flex-direction: row-reverse;
}
.title-rl-border span {
  white-space: pre;
  writing-mode: vertical-rl;
  display: inline-block;
  padding: 0.5em;
  border: 1px solid;
  font-family: var(--shippori);
  font-size: 1.125rem;
  line-height: 1;
}

/* c-box */
/* ============================================ */
/* c-color */
/* ============================================ */
.--hiroshima {
  --main-color: #56b6c0;
}

.--yamaguchi {
  --main-color: #eb9950;
}

.--okayama {
  --main-color: #e9787b;
}

/* c-list */
/* ============================================ */
/* list-item-bulleted */
.list-item-bulleted {
  display: grid;
  grid-template-columns: min-content 1fr;
  gap: 0.34em;
}
.list-item-bulleted::before {
  content: "";
  display: inline-block;
  --size: 0.8em;
  width: var(--size);
  height: var(--size);
  background: var(--color-corporate-01);
  border-radius: 50%;
  margin-top: 0.34em;
}
@media (min-width: calc(640em / 16)) {
  .list-item-bulleted::before {
    margin-top: 0.6em;
  }
}
.list-item-bulleted.--black::before {
  background: #111;
}
.list-item-bulleted.--red::before {
  background-color: var(--color-dark-red-02);
}

/* list-item-note */
.list-item-note {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.list-item-note::before {
  content: "※ ";
}

/* c-wp-pagenavi */
/* ============================================ */
.wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin: 60px 0 0;
}
@media (min-width: calc(640em / 16)) {
  .wp-pagenavi {
    margin: 80px 0 0;
  }
}
@media (min-width: calc(768em / 16)) {
  .wp-pagenavi {
    gap: 10px;
  }
}
.wp-pagenavi .previouspostslink .inner,
.wp-pagenavi .nextpostslink .inner {
  --size: 32px;
  width: var(--size);
  height: var(--size);
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  gap: 8px;
  border: 1px solid #dde0e6;
  --text: #fff;
}
@media (min-width: calc(640em / 16)) {
  .wp-pagenavi .previouspostslink .inner,
  .wp-pagenavi .nextpostslink .inner {
    width: auto;
    height: auto;
    border-radius: 100vw;
    padding: 5px 12px;
  }
}
@media (min-width: calc(768em / 16)) {
  .wp-pagenavi .previouspostslink .inner,
  .wp-pagenavi .nextpostslink .inner {
    padding: 8px 15px;
    gap: 15px;
    font-size: 16px;
  }
}
@media (min-width: calc(1024em / 16)) {
  .wp-pagenavi .previouspostslink .inner,
  .wp-pagenavi .nextpostslink .inner {
    padding: 13px 24px;
  }
}
.wp-pagenavi .previouspostslink .inner .text,
.wp-pagenavi .nextpostslink .inner .text {
  display: none;
}
@media (min-width: calc(640em / 16)) {
  .wp-pagenavi .previouspostslink .inner .text,
  .wp-pagenavi .nextpostslink .inner .text {
    display: inline;
    font-size: 14px;
  }
}
@media (min-width: calc(768em / 16)) {
  .wp-pagenavi .previouspostslink .inner .text,
  .wp-pagenavi .nextpostslink .inner .text {
    font-size: 16px;
  }
}
.wp-pagenavi .previouspostslink .inner .icon,
.wp-pagenavi .nextpostslink .inner .icon {
  --bg-color: var(--color-corporate-01);
}
.wp-pagenavi .previouspostslink .inner:hover,
.wp-pagenavi .nextpostslink .inner:hover {
  background: var(--color-corporate-01);
  color: #fff;
  opacity: 0.5;
  border-color: var(--color-corporate-01);
}
.wp-pagenavi .previouspostslink .inner:hover .icon,
.wp-pagenavi .nextpostslink .inner:hover .icon {
  --bg-color: #fff;
}
.wp-pagenavi .previouspostslink {
  position: absolute;
  left: 0;
}
.wp-pagenavi .nextpostslink {
  position: absolute;
  right: 0;
}
.wp-pagenavi .page,
.wp-pagenavi .current,
.wp-pagenavi .extend {
  --size: 32px;
  width: var(--size);
  height: var(--size);
  display: grid;
  place-items: center;
  border: 1px solid #dde0e6;
  border-radius: 50%;
  font-family: var(--font-en);
  font-size: 14px;
  font-weight: bold;
}
@media (min-width: calc(640em / 16)) {
  .wp-pagenavi .page,
  .wp-pagenavi .current,
  .wp-pagenavi .extend {
    --size: 40px;
  }
}
@media (min-width: calc(768em / 16)) {
  .wp-pagenavi .page,
  .wp-pagenavi .current,
  .wp-pagenavi .extend {
    --size: 50px;
    font-size: 18px;
  }
}
@media (min-width: calc(1024em / 16)) {
  .wp-pagenavi .page,
  .wp-pagenavi .current,
  .wp-pagenavi .extend {
    --size: 60px;
  }
}
.wp-pagenavi .page:hover {
  background: var(--color-corporate-01);
  color: #fff;
  opacity: 0.5;
  border-color: var(--color-corporate-01);
}
.wp-pagenavi .current {
  background: var(--color-corporate-01);
  color: #fff;
}

/* c-table */
/* ============================================ */
.table-charges {
  border: 1px solid var(--color-corporate-01);
  border-radius: 10px;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}
.table-charges .th {
  font-size: 1.0125rem;
}
@media (min-width: calc(640em / 16)) {
  .table-charges .th {
    font-size: 1.125rem;
  }
}
.table-charges .th,
.table-charges .td {
  border: 1px solid #dde0e6;
  border-top: none;
  border-left: none;
  vertical-align: middle;
  text-align: center;
  font-weight: normal;
  padding: 20px;
  white-space: nowrap;
}
@media not all and (min-width: calc(640em / 16)) {
  .table-charges .th,
  .table-charges .td {
    padding: 15px 20px;
  }
}
@media (min-width: calc(768em / 16)) {
  .table-charges .th,
  .table-charges .td {
    padding: 24px;
  }
}
.table-charges .thead {
  background: var(--color-corporate-01);
  color: #fff;
  min-height: 80px;
}
.table-charges .thead .th:last-of-type {
  border-right: none;
}
.table-charges .tbody tr:last-of-type .th,
.table-charges .tbody tr:last-of-type .td {
  border-bottom: none;
}
.table-charges .tbody .th {
  background: #f7f8f9;
  text-align: left;
}
.table-charges .tbody .td {
  background: #fff;
}
.table-charges .tbody .td:last-of-type {
  border-right: none;
}
.table-charges .tfoot {
  background: var(--color-light-red-05);
}
.table-charges .tfoot .th,
.table-charges .tfoot .td {
  border-top: 1px solid #dde0e6;
  border-bottom: none;
}
.table-charges .tfoot .th {
  text-align: left;
  color: var(--color-dark-red-02);
}
.table-charges .tfoot .td {
  font-size: 1.125rem;
}
.table-charges .tfoot .td:last-of-type {
  border-right: none;
}
@media (min-width: calc(640em / 16)) {
  .table-charges .tfoot .td {
    font-size: 1.25rem;
  }
}

/* c-container */
/* ============================================ */
.container-sm {
  margin-left: auto;
  margin-right: auto;
  padding-left: min(28 / var(--container-center-w) * 100vw, 28px);
  padding-right: min(28 / var(--container-center-w) * 100vw, 28px);
  width: 100%;
}

.container-sm-l {
  margin-left: auto;
  margin-right: auto;
  padding-left: min(65 / var(--container-center-w) * 100vw, 65px);
  padding-right: min(65 / var(--container-center-w) * 100vw, 65px);
  width: 100%;
}

/* c-slider */
/* ============================================ */
.slider-loop {
  /* スライダー全体 */
  /* スライドのグループ */
  /* スライド */
  /* スライドの画像 */
  /* CSSアニメーション */
}
.slider-loop .slider-wrapper {
  display: flex;
  /* スライドのグループを横並び */
  overflow: hidden;
  /* はみ出たスライドを隠す */
}
.slider-loop .slider-list {
  animation: scroll-left 40s infinite linear 0s both;
  display: flex;
}
.slider-loop .slider-slide {
  width: 50vw;
}
@media (min-width: calc(1024em / 16)) {
  .slider-loop .slider-slide {
    width: 25vw;
  }
}
.slider-loop .slider-slide img {
  display: block;
  width: 100%;
  border-radius: 2px;
  padding-right: 13px;
}
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/* swiper */
.swiper-slide {
  transition: opacity 0.2s, transform 0.3s;
}

.swiper-button-prev,
.swiper-button-next {
  width: 45px;
  height: 91px;
  background: no-repeat url(../../img/lp-omiyamairi/arrow_slide-right.png) center/contain;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
  cursor: pointer;
  transition: opacity 0.3s;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: 0.5;
}

.swiper-button-prev {
  scale: -1 1;
  right: auto;
  left: 0;
}

.fraction {
  font-family: var(--font-en);
  display: flex;
  position: absolute;
  z-index: 1;
  right: 28px;
  top: 20px;
  line-height: 1;
}
.fraction::before {
  content: "";
  position: absolute;
  top: 20px;
  right: 28px;
  width: 1px;
  height: 60px;
  background: #333;
  display: block;
  transform: rotate(45deg);
}
.fraction .current {
  font-size: 60px;
  position: absolute;
  top: -14px;
  left: 0;
  line-height: 1;
}
.fraction .current .num {
  display: inline-block;
}
.fraction .current .num.anm-started {
  animation: slide-fraction 1s cubic-bezier(0.2, 1, 0.2, 1);
}
.fraction .total {
  font-size: 28px;
  margin-top: 48px;
  padding-left: 42px;
}

@keyframes slide-fraction {
  0%,
  100% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(-110%);
    opacity: 1;
  }
  50.1% {
    transform: translateY(110%);
    opacity: 0;
  }
}
/* c-round */
/* ============================================ */
.round-top {
  position: relative;
  padding-top: 70px;
}
.round-top::before {
  content: "";
  position: absolute;
  left: 0;
  top: -70px;
  display: block;
  width: 100%;
  height: 70px;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="530px" height="69.64px"><path fill-rule="evenodd" clip-rule="evenodd" d="M0,69.64h530c-65.42-42.79-159.92-69.66-265-69.66 S65.42,26.85,0,69.64z"/></svg>')
    bottom center/contain no-repeat;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="530px" height="69.64px"><path fill-rule="evenodd" clip-rule="evenodd" d="M0,69.64h530c-65.42-42.79-159.92-69.66-265-69.66 S65.42,26.85,0,69.64z"/></svg>')
    bottom center/contain no-repeat;
  background: inherit;
}

/*
--------------------------------
project
使いまわさないやつ
--------------------------------
*/
/* p-mv */
/* ============================================ */
.mv {
  display: grid;
  height: 100dvh;
  position: relative;
  z-index: 0;
}
.mv .logo {
  grid-area: 1/1;
  font-weight: bold;
  padding: 20px 25px;
}
.mv .bg {
  grid-area: 1/1;
  height: 100dvh;
}
.mv .bg::before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  background: linear-gradient(
    to bottom,
    rgba(24, 61, 67, 0.02),
    rgba(24, 61, 67, 0.1)
  );
  z-index: -1;
}
.mv video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  z-index: -2;
}
.mv .content {
  grid-area: 1/1;
  align-self: end;
  color: #fff;
  padding: min(95 / var(--container-center-w) * 100vw, 95px)
    min(56 / var(--container-center-w) * 100vw, 56px);
}
.mv .text {
  font-size: clamp(0.75rem, 16 / var(--container-center-w) * 100vw, 1rem);
}
.mv .catch {
  font-size: min(8.3vw, 2.7rem);
  margin-top: 10px;
  font-family: var(--shippori);
  line-height: 1.4;
  letter-spacing: 0.04em;
}

/* p-story */
/* ============================================ */
.story {
  background: no-repeat;
  background-image: url(../../img/lp-omiyamairi/bg_story_01.png);
  background-position: left top;
  background-size: calc(387 / var(--container-center-w) * 100%);
  position: relative;
  padding-top: 80px;
}
.story .deco {
  position: absolute;
  top: 0;
  transform: translate(0, -50%);
  width: min(450 / var(--container-center-w) * 100vw, 450px);
}

/* parallax */
.parallax {
  position: relative;
  z-index: 0;
  height: 110vh;
  min-height: 300px;
  max-height: 823px;
  margin-top: 120px;
}
.parallax::before {
  content: "";
  position: absolute;
  display: block;
  top: -120px;
  left: 0;
  width: 100%;
  height: 190px;
  background: url(../../img/lp-omiyamairi/bg_parallax_top.png) no-repeat top center/cover;
}
.parallax .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 230px;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
  z-index: -1;
}
.parallax img {
  position: fixed;
  bottom: 0;
  -o-object-position: bottom;
  object-position: bottom;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100vh;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: calc(var(--container-center-w) * 1px);
}

/* p-guide */
/* ============================================ */
.guide {
  background: #f5f4ed;
  position: relative;
  padding-top: 65px;
  padding-bottom: 86px;
}
.guide::before {
  content: "";
  position: absolute;
  display: block;
  top: -330px;
  left: 0;
  width: 100%;
  height: 330px;
  background: url(../../img/lp-omiyamairi/bg_guide_01.png) no-repeat top center/cover;
}

.guide__slide {
  padding-top: 30px;
}
.guide__slide .title-circle {
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 2;
}
@media (min-width: 400px) {
  .guide__slide .title-circle {
    left: 4px;
  }
}
@media (min-width: 500px) {
  .guide__slide .title-circle {
    left: 30px;
  }
}
.guide__slide .swiper-slide {
  transform: translate(0, 40px);
  opacity: 0.3;
}
.guide__slide .swiper-slide-active {
  transform: translate(0, 0);
  opacity: 1;
}
.guide__slide .title {
  font-family: var(--shippori);
  font-size: 1.5rem;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  gap: 5px 12px;
}
.guide__slide .title .furigana {
  font-size: 0.6875rem;
}
.guide__slide .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: wrap;
  gap: 10px;
}
.guide__slide .text {
  color: #777;
  font-size: 0.875rem;
}

/* p-faq */
/* ============================================ */
.faq {
  background: #f5f4ed;
  padding-bottom: 170px;
}

.faq-item {
  background: #fff;
  border-radius: 3px;
  overflow: hidden;
}
.faq-item .head {
  font-family: var(--shippori);
  font-size: 1.5rem;
  margin-right: 0.5em;
}
.faq-item .title {
  font-size: 1.125rem;
}
.faq-item .content_inner .head {
  font-size: 1.125rem;
}
.faq-item + .faq-item {
  margin-top: 3px;
}

/* p-campaign */
/* ============================================ */
.campaign {
  background: #fcf2af;
  padding-top: 72px;
  padding-bottom: 176px;
  position: relative;
  z-index: 0;
}
.campaign .catch {
  position: absolute;
  top: -7px;
  right: min(11 / var(--container-center-w) * 100vw, 11px);
  border-radius: 50%;
  background: #fff;
  --size: 164px;
  width: var(--size);
  height: var(--size);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
}
.campaign .catch .inner {
  display: flex;
  flex-direction: row-reverse;
}
.campaign .catch .inner span {
  white-space: pre;
  writing-mode: vertical-rl;
  display: inline-block;
  font-family: var(--shippori);
  font-size: 1.125rem;
  border-right: 1px solid;
  height: -moz-fit-content;
  height: fit-content;
}

.campaign__title {
  font-family: var(--shippori);
  display: flex;
  flex-flow: column;
  position: relative;
  z-index: 1;
}
.campaign__title .sub {
  font-size: clamp(1.75rem, 36 / var(--container-center-w) * 100vw, 2.25rem);
}
.campaign__title .emphasis {
  background-image: radial-gradient(
    circle at center,
    #f4bbd7 16%,
    transparent 16%
  );
  /* 点の色とサイズ調整 */
  background-position: top right;
  /* 点の位置 */
  background-repeat: repeat-x;
  /* 横方向に繰り返し */
  background-size: 1em 0.3em;
  /* 点の間隔とサイズ調整 */
  padding-top: 0.35em;
  /* 縦方向の位置調整 */
}
.campaign__title .border {
  border: 1px solid;
  font-size: clamp(2.125rem, 48 / var(--container-center-w) * 100vw, 3rem);
  line-height: 1.2;
  padding: 0.1em;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
}
.campaign__title .deco {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(0, 70%);
  width: min(223 / var(--container-center-w) * 100vw, 223px);
}

/* p-shootingitems */
/* ============================================ */
.shootingitems {
  background: #fff;
  padding-bottom: 168px;
  position: relative;
  z-index: 0;
}
.shootingitems::before {
  background: #fff url(../../img/lp-omiyamairi/bg_shootingitems_01.png) no-repeat bottom center;
  height: 354px;
  -webkit-mask: none;
  mask: none;
  z-index: -1;
}

.shootingitems__title-wrapper {
  display: flex;
  align-items: end;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 15px;
  margin-top: -140px;
}
.shootingitems__title-wrapper .text {
  font-size: clamp(0.875rem, 18 / var(--container-center-w) * 100vw, 1.125rem);
  margin-top: 35px;
}

/* p-gallery */
/* ============================================ */
.gallery {
  background: #f5f4ed;
  padding-bottom: 170px;
}

.gallery-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(40 / var(--container-center-w) * 100vw, 40px);
}
.gallery-list .is-hidden {
  display: none;
}

/* p-voice */
/* ============================================ */
.voice {
  background: #fff;
  padding-bottom: 160px;
}

.voice__slide .swiper-slide {
  background: #f5f4ed;
  border-radius: 3px;
  padding: 0 40px 45px;
  margin-top: 80px;
}
.voice__slide .swiper-slide::before {
  content: "";
  position: absolute;
  --size: 250px;
  width: var(--size);
  height: var(--size);
  background: #f5f4ed;
  border-radius: 50%;
  left: 50%;
  top: -80px;
  transform: translate(-50%, 0);
  z-index: -1;
}
.voice__slide .img {
  text-align: center;
  position: relative;
  margin-top: -48px;
  margin-bottom: 30px;
}
.voice__slide .title {
  font-size: 1.5rem;
  font-family: var(--shippori);
  line-height: 1.2;
}
.voice__slide .content {
  margin-top: 24px;
}

/* p-flow */
/* ============================================ */
.flow {
  background: #f5f4ef;
  padding-bottom: 170px;
}

.flow-list {
  counter-reset: item;
}

.flow-item {
  counter-increment: item;
  display: flex;
  gap: 20px;
  padding-bottom: 42px;
  position: relative;
}
.flow-item::before {
  content: "";
  position: absolute;
  inset: 0;
  top: 15px;
  left: 24px;
  bottom: -15px;
  border-left: 2px dotted #ccc;
}
.flow-item:last-of-type::before {
  content: none;
}
.flow-item .accordion {
  flex: 1;
  background: #fff;
  border-radius: 3px;
  position: relative;
}
.flow-item .accordion::before {
  content: "";
  position: absolute;
  top: 20px;
  left: -11px;
  width: 12px;
  height: 20px;
  -webkit-clip-path: polygon(0 45%, 100% 100%, 100% 0);
  clip-path: polygon(0 45%, 100% 100%, 100% 0);
  background: #fff;
}
.flow-item .title {
  font-size: 1.5rem;
  font-family: var(--shippori);
  display: flex;
  align-items: center;
  gap: 10px;
}
.flow-item .title::before {
  content: "(" counter(item, decimal-leading-zero) ")";
  font-size: 0.875rem;
  font-family: var(--font-en);
  letter-spacing: 0.12em;
}
.flow-item .icon::before {
  height: 2px;
}
.flow-item .icon::after {
  height: 2px;
}
.flow-item:nth-of-type(2) .flow-icon {
  background: #deab6a;
}
.flow-item:nth-of-type(3) .flow-icon {
  background: #90d079;
}
.flow-item:nth-of-type(4) .flow-icon {
  background: #65c7b8;
}
.flow-item:nth-of-type(5) .flow-icon {
  background: #84c4df;
}
.flow-item:nth-of-type(6) .flow-icon {
  background: #9a84b5;
}

.flow-icon {
  --size: 50px;
  width: var(--size);
  height: var(--size);
  display: grid;
  place-items: center;
  background: #ce837b;
  border-radius: 50%;
  margin-top: 15px;
  position: relative;
  z-index: 1;
}
.flow-icon img {
  scale: 0.5;
}

/* p-shop */
/* ============================================ */
.shop {
  background: #fff;
}

/*
--------------------------------
js
jsで操作する動き
--------------------------------
*/
/* js-fadeIn */
/* ============================================ */
.js-fadeInTrigger {
  opacity: 0;
}

.is-fadeIn {
  animation: fadeIn 1s forwards ease-in;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    filter: blur(20px);
  }
  100% {
    opacity: 100%;
  }
}
/* js-scrollable */
/* ============================================ */
.js-scrollable {
  overflow-x: auto !important;
  overflow-y: hidden !important;
}

/* 250723  神社撮影スポット　画像が無い場合のスライド調整*/
/* ============================================ */
.guide__slide.demo .swiper-slide{
  background: #fff;
  padding: 10px 25px;
  height: 100%;
  min-height: 175px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 3%;
}

/* 260115 */
.swiper-wrapper .swiper-slide .img{
  transition: all 0.5s;
  opacity: 0;
  height: 0;
}

.swiper-wrapper .swiper-slide.swiper-slide-active .img{
  height: auto;
  opacity: 1;
}