/*
RESET CSS
-------------------------------------------------------------------
* @acab/reset.css
* Nov 29, 2024
* https://github.com/mayank99/reset.css/blob/main/package/index.css
*/
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
  -moz-tab-size: 2;
    -o-tab-size: 2;
       tab-size: 2;
  scrollbar-gutter: stable;
  interpolate-size: allow-keywords;
  line-height: 1.5;
}

:where(html:has(dialog:modal[open])) {
  overflow: clip;
}

@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  line-height: inherit;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(button) {
  all: unset;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled, label:has(> :disabled, + disabled)) {
  cursor: not-allowed;
}

:where(a) {
  color: inherit;
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg, video) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
  text-wrap: balance;
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(dialog, [popover]) {
  border: none;
  background: none;
  color: inherit;
  inset: unset;
  max-width: unset;
  max-height: unset;
  overflow: unset;
}

:where(dialog:not([open], [popover]), [popover]:not(:popover-open)) {
  display: none !important;
}

:where(:focus-visible) {
  outline: 3px solid CanvasText;
  box-shadow: 0 0 0 5px Canvas;
  outline-offset: 1px;
}

:where(:focus-visible, :target) {
  scroll-margin-block: 8vh;
}

:where(.visually-hidden:not(:focus-within, :active)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: min(1em, 3.8647vw);
  color: #111;
  background: #fff;
  line-height: 1.5;
  text-align: left;
}

.tb {
  display: block;
}
@media (min-width: 768px) {
  .tb {
    display: none;
  }
}

span.bold {
  font-weight: 700;
}

span.black {
  font-weight: 900;
}

span.sup {
  font-size: 0.75em;
  vertical-align: top;
  margin: 0;
}

:root {
  --theme-color: #ea5c03;
  --theme-color-bg: #fef2d5;
  --theme-gradient: linear-gradient(to right, #ea5c03, #f18d4e);
}

.hero {
  width: 100%;
  background: var(--theme-gradient);
}

.hero > * {
  order: 10;
}

@media (min-width: 768px) {
  .hero {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .teikyo-container {
    order: 1;
  }
  .hero-container {
    order: 2;
  }
  .title-container {
    order: 3;
  }
  .caption-container {
    order: 4;
  }
}
.teikyo-container {
  max-width: calc(1200px + 6%);
  width: 100%;
  margin: 0 auto;
  padding: 10px 3%;
}

.teikyo {
  font-size: min(3.38164vw, 0.875em);
  font-weight: 500;
  line-height: 1;
  text-align: right;
  color: #fff;
}

.hero-container {
  max-width: calc(1200px + 6%);
  width: 100%;
  margin: 0 auto;
  padding: 0 3% 20%;
  background-image: url(./title-wave2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom 2%;
}
@media (min-width: 768px) {
  .hero-container {
    padding: 0 3% 20px;
    background-image: none;
  }
}

.hero__grid {
  position: relative;
  width: 100%;
  margin: 0;
  aspect-ratio: 382/846;
}

.hero__item {
  position: absolute;
}
.hero__item .hero__img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.hero__item--01 {
  left: 0%;
  top: 0%;
  width: 100%;
  height: 32.624113%;
}
.hero__item--01::before {
  content: "";
  position: absolute;
  width: min(5.7971vw, 24px);
  height: min(5.7971vw, 24px);
  background: url("01.svg") no-repeat center/contain;
  top: 5px;
  left: 5px;
}

.hero__item--02 {
  left: 0%;
  top: 33.333333%;
  width: 57.591623%;
  height: 18.91253%;
}
.hero__item--02::before {
  content: "";
  position: absolute;
  width: min(5.7971vw, 24px);
  height: min(5.7971vw, 24px);
  background: url("02.svg") no-repeat center/contain;
  top: 5px;
  left: 5px;
}

.hero__item--03 {
  left: 59.162304%;
  top: 33.333333%;
  width: 40.837696%;
  height: 18.91253%;
}
.hero__item--03::before {
  content: "";
  position: absolute;
  width: min(5.7971vw, 24px);
  height: min(5.7971vw, 24px);
  background: url("03.svg") no-repeat center/contain;
  top: 5px;
  right: 5px;
}

.hero__item--04 {
  left: 0%;
  top: 52.955083%;
  width: 52.356021%;
  height: 19.621749%;
}
.hero__item--04::before {
  content: "";
  position: absolute;
  width: min(5.7971vw, 24px);
  height: min(5.7971vw, 24px);
  background: url("04.svg") no-repeat center/contain;
  top: 5px;
  right: 5px;
}

.hero__item--05 {
  left: 53.926702%;
  top: 52.955083%;
  width: 46.073298%;
  height: 19.621749%;
}
.hero__item--05::before {
  content: "";
  position: absolute;
  width: min(5.7971vw, 24px);
  height: min(5.7971vw, 24px);
  background: url("05.svg") no-repeat center/contain;
  top: 5px;
  right: 5px;
}

.hero__item--06 {
  left: 0%;
  top: 73.286052%;
  width: 41.884817%;
  height: 26.713948%;
}
.hero__item--06::before {
  content: "";
  position: absolute;
  width: min(5.7971vw, 24px);
  height: min(5.7971vw, 24px);
  background: url("06.svg") no-repeat center/contain;
  top: 10px;
  right: -29px;
}

.hero__item--07 {
  left: 43.455497%;
  top: 73.286052%;
  width: 56.544503%;
  height: 26.713948%;
}
.hero__item--07::before {
  content: "";
  position: absolute;
  width: min(5.7971vw, 24px);
  height: min(5.7971vw, 24px);
  background: url("07.svg") no-repeat center/contain;
  bottom: 14%;
  left: 69%;
  z-index: 9;
}
.hero__item--07 .hero__box {
  position: relative;
  width: 100%;
  height: 100%;
}
.hero__item--07 .hero__box img {
  position: absolute;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.hero__item--07 .hero__box .hero__box-A {
  width: 76%;
  top: -10%;
  right: -3%;
}
.hero__item--07 .hero__box .hero__box-B {
  width: 76%;
  bottom: -33%;
  left: -10%;
}

@media (min-width: 768px) {
  .hero__grid {
    aspect-ratio: 1000/488;
  }
  .hero__item--01 {
    left: 0%;
    top: 0%;
    width: 43.4%;
    height: 59.836066%;
  }
  .hero__item--02 {
    left: 44%;
    top: 0%;
    width: 31.4%;
    height: 47.131148%;
  }
  .hero__item--03 {
    left: 76%;
    top: 0%;
    width: 24%;
    height: 47.131148%;
  }
  .hero__item--04 {
    left: 0%;
    top: 61.065574%;
    width: 23.8%;
    height: 38.934426%;
  }
  .hero__item--05 {
    left: 24.4%;
    top: 61.065574%;
    width: 19%;
    height: 38.934426%;
  }
  .hero__item--06 {
    left: 44%;
    top: 48.360656%;
    width: 17.8%;
    height: 51.639344%;
  }
  .hero__item--07 {
    left: 62.4%;
    top: 48.360656%;
    width: 37.6%;
    height: 51.639344%;
  }
  .hero__item--07::before {
    position: absolute;
    content: url("07.svg");
    bottom: 17%;
    left: 52%;
  }
  .hero__item--07 .hero__box .hero__box-A {
    width: 54.64191%;
    top: -10%;
    right: -3%;
  }
  .hero__item--07 .hero__box .hero__box-B {
    width: 54.64191%;
    bottom: 0%;
    left: -3%;
  }
}
.title-container {
  width: 100%;
  margin: 0 auto;
  background: var(--theme-gradient);
}

.subtitle {
  width: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 2% 3% 1%;
}
@media (min-width: 790px) {
  .subtitle {
    flex-direction: row;
    gap: 2em;
    padding: 5px 3%;
  }
}
.subtitle__catch {
  background: #000;
  color: #fff;
  font-size: min(3.3816425vw, 1em);
  font-weight: 900;
  padding: 0.5% 2vw;
  letter-spacing: 0.1em;
  position: relative;
  display: inline-block;
}
@media (min-width: 768px) {
  .subtitle__catch {
    padding: 0.3em 2vw;
  }
}
.subtitle__catch::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 0.8em;
  height: 100%;
  background: #000;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  transform: translateX(-0.5px);
}
.subtitle__copy {
  font-size: min(4.8309vw, 1.875em);
  font-weight: 900;
}

.title {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 5px;
  padding: 3% 3% 4%;
  background-image: url(./title-wave.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
}
@media (min-width: 768px) {
  .title {
    padding: 20px 3% 20px;
    background-size: auto;
  }
}

.caption-container {
  max-width: calc(1200px + 6%);
  width: 100%;
  margin: 0 auto;
  padding: 0 3% 20px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .caption-container {
    justify-content: center;
    align-items: center;
    padding: 0 3% 50px;
  }
}

.caption {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .caption {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.caption__item {
  font-size: min(3.14vw, 0.8125em);
  font-weight: 500;
  text-align: justify;
  font-feature-settings: "palt";
  letter-spacing: 0.025em;
  display: flex;
  gap: 0.4em;
  margin: 0 1em 1% 0;
}
@media (min-width: 768px) {
  .caption__item {
    align-items: center;
    gap: 0.5em;
    margin: 0 1em 0 0;
  }
}
.caption__item::before {
  content: "";
  display: block;
  line-height: 1;
  width: 1.2em;
  height: 1.2em;
  flex: 0 0 auto;
  transform: translateY(0.15em);
}
@media (min-width: 768px) {
  .caption__item::before {
    transform: translateY(0);
  }
}
.caption__item:nth-child(1)::before {
  background: url(./c01.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.caption__item:nth-child(2)::before {
  background: url(./c02.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.caption__item:nth-child(3)::before {
  background: url(./c03.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.caption__item:nth-child(4)::before {
  background: url(./c04.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.caption__item:nth-child(5)::before {
  background: url(./c05.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.caption__item:nth-child(6)::before {
  width: 2.7272727273em;
  height: 1.2em;
  background: url(./c0607.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.content {
  width: 100%;
  background: var(--theme-gradient);
  margin: 0 auto;
  padding: 0;
}
@media (min-width: 768px) {
  .content {
    padding: 0 3%;
  }
}
.content__container {
  width: 100%;
  max-width: 980px;
  background: #fff;
  border-radius: 0;
  margin: 0 auto;
  padding: 40px 3%;
}
@media (min-width: 768px) {
  .content__container {
    border-radius: 30px;
    padding: 50px 3% 40px;
  }
}

.content__p {
  width: 100%;
  max-width: 800px;
  font-weight: 500;
  line-height: 2;
  text-align: justify;
  margin: 0 auto 1em;
}

.content__hd2 {
  position: relative;
  font-size: min(6.763285vw, 2em);
  font-weight: 900;
  line-height: 1;
  text-align: center;
  color: var(--theme-color);
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  margin: min(50px, 12vw) auto min(20px, 5vw);
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0 6px;
}

.photounit {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .photounit {
    max-width: 800px;
    flex-direction: row;
    align-items: flex-start;
    gap: 30px;
  }
}
@media (min-width: 768px) {
  .photounit__text {
    width: calc(100% - 260px - 30px);
  }
}
.photounit__text__p {
  width: 100%;
  font-weight: 500;
  line-height: 2;
  text-align: justify;
  margin: 0 auto 1em;
}
.photounit__pic {
  max-width: 260px;
  margin: 1em auto 2em;
}
@media (min-width: 768px) {
  .photounit__pic {
    margin: 0 auto;
    padding-top: 0.5em;
  }
}
.photounit__pic__caption {
  font-size: min(3.38164vw, 0.875em);
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  margin-top: 0.5em;
}
.photounit__pic__caption span {
  font-size: min(3.86473vw, 1rem);
  font-weight: 700;
}

.menuunit {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 2em auto;
}
@media (min-width: 768px) {
  .menuunit {
    max-width: 800px;
    flex-direction: row;
    align-items: center;
    gap: 10px;
  }
}
@media (min-width: 768px) {
  .menuunit__text {
    width: calc(100% - 260px - 30px);
  }
}
.menuunit__text__menu {
  font-size: min(3.623188vw, 0.9375em);
  font-weight: 700;
  text-align: center;
  line-height: 1.25;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  position: relative;
  margin-bottom: 0.25em;
  padding-bottom: 0.3em;
}
.menuunit__text__menu::after {
  content: "";
  width: 100%;
  height: 1px;
  display: inline-block;
  background-color: var(--theme-color);
  position: absolute;
  bottom: -1px;
  right: 0;
}
@media (min-width: 768px) {
  .menuunit__text__menu::after {
    width: 150%;
  }
}
.menuunit__text__caption {
  font-size: min(3.38164vw, 0.875em);
  font-weight: 500;
  line-height: 1.75;
}
.menuunit__pic {
  width: 84%;
  max-width: 400px;
  margin: 0 auto 0.5em;
  z-index: 2;
}
@media (min-width: 768px) {
  .menuunit__pic {
    margin: 0 auto;
    padding-top: 0.5em;
  }
}

.ayumi {
  width: 100%;
  max-width: 728px;
  background: var(--theme-color-bg);
  border-radius: 20px;
  padding: 3%;
  margin: 50px auto 12%;
}
@media (min-width: 768px) {
  .ayumi {
    padding: 10px 50px;
    margin: 50px auto;
  }
}

.ayumi__hd2 {
  width: 100%;
  font-size: min(5.7971vw, 2em);
  font-weight: 900;
  color: var(--theme-color);
  line-height: 1;
  text-align: center;
  padding: 0.5em 0;
  margin: 0 auto 0.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2%;
  position: relative;
}
.ayumi__hd2::before {
  display: block;
  content: "";
  width: 17%;
  aspect-ratio: 80/55.14;
  background: url(./ayumi.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
}
@media (min-width: 768px) {
  .ayumi__hd2::before {
    width: 80px;
  }
}
.ayumi__hd2::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  aspect-ratio: 621.5/8.72;
  background: url(./ayumi-wave.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
}

.ayumi__list {
  margin: 0 auto 0.5em;
  position: relative;
}
.ayumi__list::after {
  position: absolute;
  display: block;
  content: "";
  width: 14.5vw;
  aspect-ratio: 60/72;
  background: url(./ayumi-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 88%);
}
@media (min-width: 768px) {
  .ayumi__list::after {
    width: 60px;
  }
}
.ayumi__list__unit {
  width: 100%;
  display: flex;
  justify-content: center;
}

.ayumi__list__unit-year {
  box-sizing: content-box;
  width: 15%;
  font-size: min(4.8309vw, 1.625em);
  font-weight: 900;
  line-height: 1;
  color: var(--theme-color);
  padding: 0.5em 3% 0.5em 0;
}
@media (min-width: 768px) {
  .ayumi__list__unit-year {
    width: 10%;
    padding: 8px 3% 8px 0;
  }
}

@media (min-width: 768px) {
  .ayumi__list__unit:last-child .ayumi__list__unit-year {
    align-self: center;
  }
}

.ayumi__list__unit-content {
  box-sizing: content-box;
  width: 85%;
  font-size: min(3.86473vw, 1em);
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  padding: 0.5em 0 0.5em 4%;
  border-left: 1px #ccc solid;
  position: relative;
}
@media (min-width: 768px) {
  .ayumi__list__unit-content {
    width: 90%;
  }
}

.sougyou p {
  display: inline-block;
  position: relative;
}
.sougyou p::after {
  position: absolute;
  content: "";
  display: block;
  width: 30%;
  height: 100%;
  background-image: url(./sougyou.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 50%;
  right: 0;
  transform: translate(110%, -50%);
}
@media (min-width: 768px) {
  .sougyou p::after {
    width: 62px;
    height: 50px;
  }
}

.ayumi__list__unit-content::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  background: var(--theme-color);
  position: absolute;
  left: 0;
  top: 0.85em;
  border-radius: 100%;
  transform: translate(-50%, 50%);
}

@media (min-width: 768px) {
  .ayumi__list__unit:last-child .ayumi__list__unit-content::before {
    top: 1.4em;
  }
}

.ayumi__list__unit-content .ayumi-oidemai {
  font-size: min(5.5vw, 1.75em);
  font-weight: 900;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .ayumi__list__unit-content .ayumi-oidemai {
    flex-direction: row;
  }
}
.ayumi__list__unit-content .ayumi-oidemai span {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  background: #ffc68e;
  line-height: 1;
  padding: 0.25em;
}

p.ayumi-note {
  font-size: min(2.89855vw, 0.8125em);
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 0.25em;
}

.oidemai {
  width: 100%;
  max-width: 840px;
  background: var(--theme-color-bg);
  border: 2px solid var(--theme-color);
  padding: 3%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .oidemai {
    padding: 10px 40px;
  }
}
.oidemai p {
  width: 100%;
  font-size: min(33.86473vw, 1em);
  font-weight: 500;
  line-height: 2;
  text-align: justify;
  margin: 0 auto 1em;
}

.oidemai__head {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3vw;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .oidemai__head {
    gap: 0;
  }
}
.oidemai__head-logo {
  width: min(28.9855vw, 160px);
}
@media (min-width: 768px) {
  .oidemai__head-logo {
    position: relative;
    height: 8em;
  }
}
@media (min-width: 768px) {
  .oidemai__head-logo img {
    position: absolute;
    left: -20px;
    top: -30px;
  }
}

.oidemai-hd2 {
  font-size: min(5.7971vw, 2em);
  font-weight: 900;
}

.oidemai-hd3 {
  font-size: min(4.83091vw, 1.5em);
  font-weight: 900;
  line-height: 1;
  color: #fff;
  text-align: center;
  background: var(--theme-color);
  padding: 0.5em;
  margin: 0 auto 0.5em;
  position: relative;
}
@media (min-width: 768px) {
  .oidemai-hd3 {
    margin: 0 auto 20px;
  }
}
.oidemai-hd3::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: url(./sankaku.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateX(-1px);
  top: 0;
  left: 0;
}

.oidemai__kotoden {
  margin: 0% auto 10%;
}
@media (min-width: 768px) {
  .oidemai__kotoden {
    margin: 0% auto 50px;
  }
}
.oidemai__kotoden-2box {
  display: flex;
  gap: 10px;
  margin: 4% auto 0%;
}
.oidemai__kotoden-2box img {
  width: calc(50% - 5px);
}

@media (min-width: 768px) {
  .oidemai__kotoden__box {
    display: flex;
    flex-direction: row-reverse;
    gap: 20px;
    position: relative;
  }
  .oidemai__kotoden__box-text {
    width: calc(100% - 350px);
  }
  .oidemai__kotoden__box-picA {
    width: 330px;
    padding-top: 0.5em;
  }
  .oidemai__kotoden__box-picB {
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(100% - 350px);
    padding-top: 0.5em;
  }
}
.oidemai .oidemai__honsha {
  margin: 0% auto 10%;
}
@media (min-width: 768px) {
  .oidemai .oidemai__honsha {
    margin: 0% auto 50px;
  }
}
@media (min-width: 768px) {
  .oidemai .oidemai__honsha {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .oidemai .oidemai__honsha-text {
    width: 38%;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .oidemai .oidemai__honsha-pic {
    width: 59%;
    padding-top: 0.5em;
  }
}

.oidemai__kagawa {
  margin: 0% auto 10%;
}
@media (min-width: 768px) {
  .oidemai__kagawa {
    display: flex;
    flex-direction: column-reverse;
    margin: 0% auto 50px;
  }
}
.oidemai__kagawa-2box {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .oidemai__kagawa-2box {
    flex-direction: row;
    margin: 0 auto 1em;
  }
}
.oidemai__kagawa-2box img {
  width: 100%;
}
@media (min-width: 768px) {
  .oidemai__kagawa-2box img {
    width: auto;
  }
}

.oidemai__shin {
  margin: 0% auto 5%;
}
@media (min-width: 768px) {
  .oidemai__shin {
    margin: 0% auto 50px;
  }
}
@media (min-width: 768px) {
  .oidemai__shin__shop {
    display: flex;
    justify-content: space-around;
    gap: 20px;
    margin-bottom: 20px;
  }
}
.oidemai__shin__shop-name {
  background: #000;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: min(4.3478vw, 1.125em);
  font-weight: 900;
  line-height: 1.25;
  padding: 0.5em 1em;
  border-radius: 0 99px 99px 0;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .oidemai__shin__shop-name {
    transform: translate(-20px, 0);
    margin-bottom: 0.5em;
  }
}
.oidemai__shin__shop-p {
  transform: translateY(-5%);
}
@media (min-width: 768px) {
  .oidemai__shin__shop-p {
    transform: translateY(0);
  }
}
@media (min-width: 768px) {
  .oidemai__shin__shop-pic {
    width: 360px;
  }
}
@media (min-width: 768px) {
  .oidemai__shin__shop-text {
    width: calc(100% - 380px);
  }
}

.btStyle {
  width: 100%;
  max-width: 600px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  height: 13vw;
  padding: 8%;
  overflow-wrap: anywhere;
  background: var(--theme-color);
  border: 2px solid var(--theme-color);
  border-radius: 99px;
  text-decoration: none;
  margin: 10vw auto;
  box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.16);
}
@media (min-width: 768px) {
  .btStyle {
    height: auto;
    padding: 20px;
    margin: 50px auto 10px;
  }
}

.btStyle-text {
  color: #fff;
  font-size: min(4.34782vw, 1.5em);
  font-weight: 900;
  text-align: center;
  flex-shrink: 1;
  width: 100%;
  position: relative;
}
.btStyle-text::after {
  content: "";
  width: 2.5vw;
  height: 2.5vw;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media (min-width: 768px) {
  .btStyle-text::after {
    width: 10px;
    height: 10px;
  }
}

@media (any-hover: hover) {
  .btZoom {
    transition: all 0.3s ease;
    transform: scale(1);
  }
  .btZoom:hover {
    transform: scale(1.05);
  }
}
.inquiry {
  background: var(--theme-gradient);
  width: 100%;
  text-align: center;
  padding: 50px 3%;
}
.inquiry__container {
  width: 100%;
  max-width: 980px;
  background: #fff;
  border-radius: 30px;
  margin: 0 auto;
  padding: 40px 3%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.inquiry__hd {
  background: #000;
  color: #fff;
  font-size: min(4.3478vw, 1.125em);
  font-weight: 700;
  padding: 4px 20px;
  border-radius: 30px;
  width: -moz-fit-content;
  width: fit-content;
}

.inquiry__company {
  font-size: min(5.7971vw, 1.625em);
  font-weight: 700;
  margin-top: 24px;
}

.inquiry__link {
  font-size: min(4.3478vw, 1.25em);
  font-weight: 700;
  color: var(--theme-color);
  margin-top: 20px;
}

@media (any-hover: hover) {
  .inquiry__link-url {
    display: inline-block;
    transition: all 0.3s ease;
    transform: scale(1);
  }
  .inquiry__link-url:hover {
    transform: scale(1.1);
  }
}
.fadein {
  opacity: 0;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fadein.is-animated {
  opacity: 1;
}

.fadein.fadeinUp {
  transform: translateY(40px);
}

.fadein.fadeinUp.is-animated {
  opacity: 1;
  transform: translateY(0);
}

.imgPut {
  transform: translateY(40px) scale(1.2);
  opacity: 0;
  transition: 0.3s cubic-bezier(0.41, 0.67, 0.62, 0.99) 0s;
}
.imgPut.is-animated {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.imgPut:nth-child(2) {
  transition: 0.6s cubic-bezier(0.41, 0.67, 0.62, 0.99) 0s;
}

.imgPut:nth-child(3) {
  transition: 0.9s cubic-bezier(0.41, 0.67, 0.62, 0.99) 0s;
}

.imgPut:nth-child(4) {
  transition: 1.2s cubic-bezier(0.41, 0.67, 0.62, 0.99) 0s;
}

.imgPut:nth-child(5) {
  transition: 1.5s cubic-bezier(0.41, 0.67, 0.62, 0.99) 0s;
}

.imgPut:nth-child(6) {
  transition: 1.8s cubic-bezier(0.41, 0.67, 0.62, 0.99) 0s;
}

.imgPut:nth-child(7) {
  transition: 2.1s cubic-bezier(0.41, 0.67, 0.62, 0.99) 0s;
}/*# sourceMappingURL=style.css.map */