@charset "UTF-8";
/*! sanitize.css v3.0.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/*
 * Normalization
 */
audio:not([controls]) {
  display: none;
  /* Chrome 44-, iOS 8+, Safari 9+ */
}

button {
  overflow: visible;
  /* Internet Explorer 11- */
  -webkit-appearance: button;
  /* iOS 8+ */
}

details {
  display: block;
  /* Edge 12+, Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

html {
  /* Edge 12+, Internet Explorer 11- */
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

input {
  -webkit-border-radius: 0;
}

input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* iOS 8+ */
}

input[type=search] {
  -webkit-appearance: textfield;
  /* Chrome 45+, Safari 9+ */
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Chrome 45+, Safari 9+ */
}

main {
  display: block;
  /* Android 4.3-, Internet Explorer 11-, Windows Phone 8.1+ */
}

pre {
  overflow: auto;
  /* Internet Explorer 11- */
}

progress {
  display: inline-block;
  /* Internet Explorer 11-, Windows Phone 8.1+ */
}

small {
  font-size: 75%;
  /* All browsers */
}

summary {
  display: block;
  /* Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

template {
  display: none;
  /* Android 4.3-, Internet Explorer 11-, iOS 7-, Safari 7-, Windows Phone 8.1+ */
}

textarea {
  overflow: auto;
  /* Edge 12+, Internet Explorer 11- */
}

[hidden] {
  display: none;
  /* Internet Explorer 10- */
}

/*
 * Universal inheritance
 */
*,
:before,
:after {
  box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}

:before,
:after {
  text-decoration: inherit;
  vertical-align: inherit;
}

/*
 * Opinionated defaults
 */
/* specify the border style and width of all elements */
*,
:before,
:after {
  border-style: solid;
  border-width: 0;
}

/* specify the core styles of all elements */
* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

/* specify the root styles of the document */
:root {
  background-color: #ffffff;
  box-sizing: border-box;
  color: #000000;
  cursor: default;
  font: 100%/1.5 sans-serif;
  text-rendering: optimizeLegibility;
}

/* specify the text decoration of anchors */
a {
  text-decoration: none;
}

/* specify the alignment of media elements */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/* specify the background color of form elements */
button,
input,
select,
textarea {
  background-color: transparent;
}

/* specify the inherited color and font of form elements */
button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

/* specify the minimum height of form elements */
button,
[type=button],
[type=date],
[type=datetime],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=reset],
[type=search],
[type=submit],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
select,
textarea {
  min-height: 1.5em;
}

/* specify the font family of code elements */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

/* specify the list style of nav lists */
nav ol,
nav ul {
  list-style: none;
}

/* specify the standard appearance of selects */
select {
  -moz-appearance: none;
  /* Firefox 40+ */
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
  /* Edge 12+, Internet Explorer 11- */
}

select::-ms-value {
  color: currentColor;
  /* Edge 12+, Internet Explorer 11- */
}

/* specify the border styling of tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* specify the resizability of textareas */
textarea {
  resize: vertical;
}

/* specify the background color, font color, and drop shadow of text selections */
::-moz-selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #4c2b03;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #4c2b03;
  text-shadow: none;
}

/* specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* specify the style of visually hidden yet accessible elements */
[hidden][aria-hidden=false] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden=false]:focus {
  clip: auto;
}


:root {
  --width-tablet: $width_tablet;
  --width-desktop: $width_desktop;
  --width-container: 1200px;
  --color-primary: #5c423a;
  --color-primary-light: #e7e3e1;
  --color-secondary: #8d7b75;
  --color-point: #cb053a;
  --color-white: #fff;
  --color-font: #5c423a;
  --color-gray: #d9d9d9;
  --color-blue: #d0e6e9;
  --color-yellow: #f7e7c7;
  --color-yellow-light: #f5eec5;
  --color-green: #d1e4cd;
  --color-orange: #eed0ba;
  --color-pink: #eed0d3;
  --color-purple: #c8c8e3;
  --color-blue-green: #cee3e1;
  --font-family-ja: "Zen Maru Gothic", sans-serif;
  --font-size-xs: 11px;
  --font-size-sm: 12px;
  --font-size-md: 14px;
  --font-size-lg: 16px;
  --font-size-xl: 20px;
  --font-size-2xl: 24px;
  --font-size-3xl: 32px;
  --font-size-4xl: 40px;
  --font-size-5xl: 56px;
  --line-height-xs: 1.6;
  --line-height-sm: 1.6;
  --line-height-md: 1.7;
  --line-height-lg: 1.6;
  --line-height-xl: 1.4;
  --line-height-2xl: 1.3;
  --line-height-3xl: 1.25;
  --line-height-4xl: 1.15;
  --line-height-5xl: 1.1;
  --letter-spacing-xs: 0.02em;
  --letter-spacing-sm: 0.01em;
  --letter-spacing-md: 0em;
  --letter-spacing-lg: -0.01em;
  --letter-spacing-xl: -0.015em;
  --letter-spacing-2xl: -0.02em;
  --letter-spacing-3xl: -0.025em;
  --letter-spacing-4xl: -0.03em;
  --letter-spacing-5xl: -0.035em;
  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 12px;
  --space-lg: 16px;
  --space-xl: 24px;
  --space-xxl: 32px;
  --space-3l: 48px;
  --space-4l: 64px;
  --space-5l: 96px;
  --space-6l: 128px;
  --space-7l: 160px;
}

@media (min-width: 600px) {
  :root {
    --font-size-xs: 12px;
    --font-size-sm: 14px;
    --font-size-md: 16px;
    --font-size-lg: 20px;
    --font-size-xl: 24px;
    --font-size-2xl: 32px;
    --font-size-3xl: 40px;
    --font-size-4xl: 56px;
    --font-size-5xl: 72px;
    --space-xs: 8px;
    --space-sm: 12px;
    --space-md: 16px;
    --space-lg: 24px;
    --space-xl: 32px;
    --space-xxl: 48px;
    --space-3l: 64px;
    --space-4l: 96px;
    --space-5l: 128px;
    --space-6l: 160px;
    --space-7l: 192px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  --gap: 0;
  gap: var(--gap);
  margin-block: 2em 1em;
}
@media screen and (min-width: 1200px) {
  .row--reverse {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
}
.row--gap-sm {
  --gap: var(--space-sm);
}
.row--gap-lg {
  --gap: var(--space-lg);
}
@media screen and (min-width: 1200px) {
  .row__full {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 1200px) {
  .row__std {
    padding: var(--space-3l);
    flex: 0 0 calc(var(--width-container) / 2);
  }
}
.row__img {
  display: block;
  max-width: 100%;
  height: auto;
}

.grid {
  --gap: var(--space-md);
  display: grid;
  gap: var(--gap);
  margin-block: 2em 1em;
}
.grid--gap-sm {
  --gap: var(--space-sm);
}
.grid--gap-lg {
  --gap: var(--space-lg);
}
@media screen and (min-width: 768px) {
  .grid--columns-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .grid--columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.grid--autofill {
  grid-template-columns: repeat(auto-fill, minmax(var(--card-width), 1fr));
}
.grid--has-subgrid > * {
  display: grid;
  grid-template-rows: subgrid;
}
.grid--subgrid-row-span-4 > * {
  grid-row: span 4;
}
@media screen and (min-width: 1200px) {
  .grid--1-11 > :nth-child(1) {
    grid-column: span 1;
  }
  .grid--1-11 > :nth-child(2) {
    grid-column: span 11;
  }
}
@media screen and (min-width: 1200px) {
  .grid--2-10 > :nth-child(1) {
    grid-column: span 2;
  }
  .grid--2-10 > :nth-child(2) {
    grid-column: span 10;
  }
}
@media screen and (min-width: 1200px) {
  .grid--3-9 > :nth-child(1) {
    grid-column: span 3;
  }
  .grid--3-9 > :nth-child(2) {
    grid-column: span 9;
  }
}
@media screen and (min-width: 1200px) {
  .grid--4-8 > :nth-child(1) {
    grid-column: span 4;
  }
  .grid--4-8 > :nth-child(2) {
    grid-column: span 8;
  }
}
@media screen and (min-width: 1200px) {
  .grid--5-7 > :nth-child(1) {
    grid-column: span 5;
  }
  .grid--5-7 > :nth-child(2) {
    grid-column: span 7;
  }
}
@media screen and (min-width: 1200px) {
  .grid--6-6 > :nth-child(1) {
    grid-column: span 6;
  }
  .grid--6-6 > :nth-child(2) {
    grid-column: span 6;
  }
}
@media screen and (min-width: 1200px) {
  .grid--7-5 > :nth-child(1) {
    grid-column: span 7;
  }
  .grid--7-5 > :nth-child(2) {
    grid-column: span 5;
  }
}
@media screen and (min-width: 1200px) {
  .grid--8-4 > :nth-child(1) {
    grid-column: span 8;
  }
  .grid--8-4 > :nth-child(2) {
    grid-column: span 4;
  }
}
@media screen and (min-width: 1200px) {
  .grid--9-3 > :nth-child(1) {
    grid-column: span 9;
  }
  .grid--9-3 > :nth-child(2) {
    grid-column: span 3;
  }
}
@media screen and (min-width: 1200px) {
  .grid--10-2 > :nth-child(1) {
    grid-column: span 10;
  }
  .grid--10-2 > :nth-child(2) {
    grid-column: span 2;
  }
}
@media screen and (min-width: 1200px) {
  .grid--11-1 > :nth-child(1) {
    grid-column: span 11;
  }
  .grid--11-1 > :nth-child(2) {
    grid-column: span 1;
  }
}

.container {
  --padding: 30px;
  max-width: calc(var(--width-container) + var(--padding) * 2);
  padding-inline: var(--padding);
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .container {
    --padding: 50px;
  }
}
.container--wide {
  max-width: calc(1325px + var(--padding) * 2);
}
.container--min {
  max-width: calc(900px + var(--padding) * 2);
}
@media screen and (max-width: 767px) {
  .container--sp-nomg {
    width: 100%;
    padding-inline: 0;
  }
}

.page-wrap {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.page-wrap__header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.archive-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 27px;
}
@media screen and (min-width: 768px) {
  .archive-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .archive-list {
    grid-template-columns: repeat(4, 1fr);
  }
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100dvh;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  padding-top: 8rem;
  background: var(--color-white);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 99;
  transition: opacity 0.2s ease-out;
}
.menu__aside {
  text-align: center;
  margin-top: 3rem;
}
.menu--open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.menu-block__top {
  padding-inline: 2.7rem;
  padding-bottom: 4rem;
}
.menu-block__bottom {
  background: var(--color-font);
  padding: 4rem 2.7rem;
}

.menu-title {
  margin-block: 2rem 1rem;
}
.menu-title__main {
  font-size: 1.8rem;
  font-weight: 500;
}
.menu-title__sub {
  font-size: 1.2rem;
  font-weight: 500;
}

.menu-list {
  display: grid;
  gap: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .menu-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px 16px;
  }
}
.menu-list__item {
  position: relative;
  transition: 0.2s ease-out;
}
.menu-list__link {
  position: relative;
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  color: inherit;
  text-align: center;
  background: #ded9d8;
  border-radius: 10px;
  padding: 12px 0;
}
.menu-list__link.flier, .menu-list__link.online, .menu-list__link.store, .menu-list__link.about {
  display: grid;
  place-content: center;
  gap: 0.5rem;
}
.menu-list__link.flier::before, .menu-list__link.online::before, .menu-list__link.store::before, .menu-list__link.about::before {
  content: "";
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 40px;
  margin-inline: auto;
}
.menu-list__link.flier::before {
  width: 40px;
  background-image: url(../images/flyer-icon.svg);
}
.menu-list__link.online::before {
  width: 44px;
  background-image: url(../images/online-icon.svg);
}
.menu-list__link.store::before {
  width: 40px;
  background-image: url(../images/store-icon.svg);
}
.menu-list__link.about::before {
  width: 100px;
  background-image: url(../images/birthday_text.svg);
}
.menu-list__link--arrow::before {
  content: "\e904";
  font-family: "icomoon";
  display: inline-block;
  color: var(--color-white);
  font-weight: normal;
  transform: rotate(-90deg);
  margin-right: 0.5rem;
}
.menu-list__child {
  display: grid;
  grid-template-rows: 0fr;
  transition: 250ms grid-template-rows ease;
}
.menu-list__child-inner {
  overflow: hidden;
}
.trigger--open + .menu-list__child {
  grid-template-rows: 1fr;
}
.menu-list__trigger {
  position: absolute;
  top: 0;
  right: 0;
}
.menu-list--col {
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 16px;
}

.trigger {
  display: grid;
  place-items: center;
  place-content: center;
  width: 4rem;
  height: 4rem;
}
.trigger::before {
  content: "+";
}
.trigger--open::before {
  content: "-";
}

.menu-btn {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 38px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .menu-btn {
    height: 58px;
  }
}
@media screen and (min-width: 1200px) {
  .menu-btn {
    display: none;
  }
}
.menu-btn::after {
  content: "MENU";
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .menu-btn::after {
    font-size: 1.3rem;
  }
}
.menu-btn__line {
  display: block;
  width: 30px;
  height: 2px;
  background: var(--color-font);
  margin: auto;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .menu-btn__line:nth-child(2) {
    transform: translateY(-4px);
  }
}
.menu-btn[aria-expanded=true] .menu-btn__line:nth-child(1) {
  transform: translateY(6px) rotate(-45deg);
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .menu-btn[aria-expanded=true] .menu-btn__line:nth-child(1) {
    transform: translateY(13px) rotate(-45deg);
  }
}
.menu-btn[aria-expanded=true] .menu-btn__line:nth-child(2) {
  transform: translateY(-4px) rotate(45deg);
}

/*********************/
/*  ヘッダー  */
/*********************/
.header {
  background: var(--color-white);
}
.header__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 1rem;
}
@media screen and (min-width: 1200px) {
  .header__body {
    padding-block: 3.5rem 3rem;
  }
}
.header__body--open {
  justify-content: flex-end;
}
.header__body--open .header__logo,
.header__body--open .fnav-other {
  display: none;
}
.header__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 95px;
}
@media screen and (min-width: 1200px) {
  .header__logo {
    width: 200px;
  }
}
.header__logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 1199px) {
  .header__contact {
    display: none;
  }
}
.header__nav {
  margin-left: auto;
  margin-right: 24px;
}
@media screen and (max-width: 1199px) {
  .header__nav {
    display: none;
  }
}

.gnav-list {
  display: flex;
  gap: 24px;
}
.gnav-list__item {
  position: relative;
}
.gnav-list__link {
  display: block;
  color: inherit;
}
.gnav-list__child {
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.gnav-list__item:hover .gnav-list__child {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.gnav-list__trigger {
  display: none;
}

.fnav-other {
  list-style: none;
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 1199px) {
  .fnav-other {
    margin-inline: auto 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .fnav-other {
    gap: 3rem;
  }
}
.fnav-other__item {
  position: relative;
  font-weight: 500;
  color: var(--color-font);
  line-height: 1;
  text-align: center;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .fnav-other__item {
    line-height: 2;
  }
}
@media screen and (min-width: 1200px) {
  .fnav-other__item:hover {
    opacity: 0.7;
  }
}
.fnav-other__item::before {
  content: "";
  font-family: "icomoon";
  display: block;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .fnav-other__item::before {
    font-size: 3.5rem;
  }
}
.fnav-other__item--flyer::before {
  content: "\e902";
}
.fnav-other__item--online::before {
  content: "\e901";
}
.fnav-other__item--store::before {
  content: "\e900";
}
.fnav-other__title {
  font-size: 1.2rem;
  color: inherit;
}
@media screen and (min-width: 768px) {
  .fnav-other__title {
    font-size: 1.4rem;
  }
}
.fnav-other__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

/*********************/
/*  メインビジュアル  */
/*********************/
.mv {
  position: relative;
  width: 100%;
}

.hero {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
}
@media screen and (min-width: 768px) {
  .hero {
    height: 300px;
  }
}
.hero {
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.hero__title {
  text-align: center;
}
.hero__title-ja {
  display: block;
  font-size: 2.2rem;
  line-height: 1.9;
}
@media screen and (min-width: 1200px) {
  .hero__title-ja {
    font-size: 3rem;
  }
}
.hero__title-en {
  display: block;
  font-size: 1.2rem;
}
@media screen and (min-width: 1200px) {
  .hero__title-en {
    font-size: 1.7rem;
  }
}

/*********************/
/*  ヒーロー内のコピー文  */
/*********************/
.message__title {
  font-size: 2rem;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .message__title {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .message__title {
    font-size: 6rem;
    margin: 0 auto;
  }
}
.message__description {
  font-size: 1.2rem;
  margin: 2rem auto;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .message__description {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .message__description {
    font-size: 2.4rem;
  }
}

/*********************/
/*  フッター  */
/*********************/
.group-list {
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7.5rem;
}
@media screen and (max-width: 767px) {
  .group-list {
    display: none;
  }
}
.group-list__link {
  display: block;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1200px) {
  .group-list__link:hover {
    opacity: 0.7;
  }
}

.online-link {
  position: fixed;
  right: 25px;
  bottom: 30px;
  width: 75px;
  height: 110px;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .online-link {
    width: 110px;
    height: 160px;
  }
}
@media screen and (min-width: 1200px) {
  .online-link:hover {
    transform: scale(1.05);
  }
}
.online-link__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer {
  padding: 64px 0;
  background: var(--color-primary);
  margin-top: auto;
}
.footer__nav {
  margin-top: 3rem;
}
.footer__copyright {
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--color-white);
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .footer__copyright {
    margin-top: 3.8rem;
  }
}

.fnav-list {
  display: grid;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .fnav-list {
    display: flex;
    gap: 16px 35px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .fnav-list__item {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .fnav-list__item:has(.fnav-list__link--mt) {
    margin-top: 4.5rem;
  }
}
.fnav-list__link {
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--color-white);
}
@media screen and (max-width: 767px) {
  .fnav-list__link {
    word-break: keep-all;
    padding: 5px;
  }
}
@media screen and (min-width: 1200px) {
  .fnav-list__link {
    border-bottom: 1px solid transparent;
    transition: 0.2s ease-out;
  }
  .fnav-list__link:hover {
    border-bottom: 1px solid var(--color-white);
  }
}

.fchild-list {
  list-style: none;
  line-height: 1.8;
  padding: 0 0.5rem 1rem;
}
@media screen and (max-width: 767px) {
  .fchild-list {
    display: none;
  }
}
.fchild-list__item {
  transition: 0.2s ease-out;
}
.fchild-list__item:hover {
  opacity: 0.6;
}
.fchild-list__link {
  font-size: 1.4rem;
  color: inherit;
  padding-bottom: 5px;
}

.org {
  display: block;
  list-style: none;
  color: var(--color-font);
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .org {
    padding: 3rem 1rem;
  }
}
.org__name {
  font-size: 1.8rem;
  font-weight: bold;
}
.org__addr, .org__phone, .org__fax {
  font-size: 1.5rem;
}
.org__phone, .org__fax {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .org__phone, .org__fax {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .org__phone {
    margin-right: 1.5rem;
  }
}
.org__phone a {
  text-decoration: none;
  color: var(--color-font);
}

.footer-list {
  list-style: none;
  display: flex;
}
@media screen and (max-width: 767px) {
  .footer-list {
    width: 100%;
    justify-content: center;
  }
}
.footer-list__link {
  display: block;
  text-decoration: none;
  font-size: 1.3rem;
  color: var(--color-white);
  white-space: nowrap;
  transition: 0.2s ease-out;
}
.footer-list__link:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .footer-list__link {
    display: none;
  }
}

.alert {
  font-weight: 500;
  border: 3px solid #ff0000;
  padding: 8px;
  margin-block: 0.5rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .alert {
    border: 5px solid #ff0000;
    padding: 16px;
    margin-block: 0 3.2rem;
  }
}

.mv {
  position: relative;
  padding-block: 0 3rem;
}
@media screen and (min-width: 1200px) {
  .mv {
    padding-block: 0 8rem;
  }
}
.mv__main {
  position: relative;
  margin-bottom: 0;
}
.mv__link {
  display: block;
  overflow: hidden;
  border: 3px solid #bebebe;
}
@media screen and (min-width: 768px) {
  .mv__link {
    border-radius: 30px;
  }
}
.mv__image {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
.mv__thumbnail {
  display: none;
  margin-top: 16px;
  margin-inline: 45px;
}
@media (max-width: 1024px) {
  .mv__thumbnail {
    display: block;
  }
}
.mv__thumbnail-image {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  border-radius: 5px;
  border: 2px solid #bebebe;
}
.mv__dots {
  display: none;
}
@media screen and (min-width: 768px) {
  .mv__dots {
    display: flex;
    justify-content: center;
    margin-top: 4rem;
  }
}

.section {
  padding-block: 30px 50px;
}
@media screen and (min-width: 1200px) {
  .section {
    padding-block: 50px 70px;
  }
}
.section__header {
  margin-bottom: 2.8rem;
}
@media screen and (min-width: 1200px) {
  .section__header {
    margin-bottom: 4rem;
  }
}
.section__header--horizon {
  display: grid;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .section__header--horizon {
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .section__header--horizon {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }
}
.section__header--horizon .h1-title {
  max-width: auto;
  margin: 0;
}
.section__description {
  font-weight: bold;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 1200px) {
  .section__description {
    margin-bottom: 3.2rem;
  }
}
.section__footer {
  display: block;
  margin-block-start: var(--space-lg);
}
@media screen and (max-width: 767px) {
  .section__footer {
    --padding: 30px;
    max-width: calc(var(--width-container) + var(--padding) * 2);
    padding-inline: var(--padding);
    margin-inline: auto;
    text-align: center;
  }
}
.section__footer--btn-center {
  text-align: center;
}
.section__footer--btn-right {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .section__footer--btn-right {
    text-align: center;
  }
}
.section__footer--between {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .section__footer--between {
    justify-content: center;
  }
}
.section--news {
  padding-block: 5px;
}
.section--pickup {
  padding-block: 7rem 0;
}
.section--bg {
  background: var(--color-primary-light);
}
.section--bg .card__thumb {
  border: 3px solid var(--color-white);
}
.section--center .section__title,
.section--center .section__copy,
.section--center .section__description {
  text-align: center;
}
.section--center .section__footer {
  text-align: center;
}

.news {
  overflow: hidden;
}
.news__inner {
  position: relative;
  background: var(--color-primary-light);
}
@media screen and (min-width: 768px) {
  .news__col {
    display: flex;
    align-items: center;
    gap: 9.5rem;
  }
}
.news__title {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .news__title {
    flex: 1 0 auto;
  }
}

.simple-carousel {
  overflow: hidden;
}

.pickup__inner {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .pickup__inner {
    padding-inline: 70px;
  }
}

.pickup-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 14px 25px;
}
@media screen and (min-width: 1200px) {
  .pickup-grid {
    gap: 14px 32px;
    grid-template-columns: 1fr 2.5fr;
    grid-template-rows: repeat(2, 1fr);
  }
}
.pickup-grid__item {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .pickup-grid__item:nth-of-type(1):hover .pickup-grid__img, .pickup-grid__item:nth-of-type(2):hover .pickup-grid__img {
    transform: scale(1.1);
  }
}
.pickup-grid__item:nth-of-type(1) .pickup-grid__thumb, .pickup-grid__item:nth-of-type(2) .pickup-grid__thumb {
  aspect-ratio: 315/188;
}
.pickup-grid__item:nth-of-type(1) {
  grid-area: 1/1/2/2;
}
@media screen and (min-width: 1200px) {
  .pickup-grid__item:nth-of-type(1) {
    grid-area: 1/1/2/2;
  }
  .pickup-grid__item:nth-of-type(1):hover .pickup-grid__img {
    transform: scale(1.1) rotate(15deg);
  }
}
.pickup-grid__item:nth-of-type(1) .pickup-grid__thumb {
  background: #c6b098;
}
.pickup-grid__item:nth-of-type(1) .pickup-grid__img {
  width: 85%;
  transform: rotate(15deg);
}
.pickup-grid__item:nth-of-type(2) {
  grid-area: 1/2/2/3;
}
@media screen and (min-width: 1200px) {
  .pickup-grid__item:nth-of-type(2) {
    grid-area: 2/1/3/2;
  }
}
.pickup-grid__item:nth-of-type(3) {
  grid-area: 2/1/3/3;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .pickup-grid__item:nth-of-type(3) {
    grid-area: 1/2/3/3;
  }
}
.pickup-grid__item--no-flier .pickup-grid__thumb {
  display: grid;
  place-content: center;
  line-height: 1.5;
  padding: 0 0.7rem;
}
@media screen and (min-width: 768px) {
  .pickup-grid__item--no-flier .pickup-grid__thumb {
    padding: 2rem;
  }
}
.pickup-grid__no-flier {
  font-size: 1.2rem;
  color: var(--color-white);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .pickup-grid__no-flier {
    font-size: 2rem;
  }
}
.pickup-grid__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.pickup-grid__thumb {
  overflow: hidden;
  border-radius: 24px;
}
.pickup-grid__img {
  width: 100%;
  height: auto;
  transition: 0.4s ease;
}
.pickup-grid__title {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .pickup-grid__title {
    font-size: 2.4rem;
  }
}

.links-btn-list {
  list-style: none;
  display: flex;
  gap: 18px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 1200px) {
  .links-btn-list {
    gap: 50px;
    margin-top: 4.7rem;
  }
}
.links-btn-list__item {
  flex: 1;
  line-height: 1.5;
}
.links-btn-list__link {
  display: grid;
  place-content: center;
  min-height: stretch;
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--color-font);
  text-align: center;
  border: 3px solid #beb3b0;
  border-radius: 10px;
  padding: 20px 13px;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .links-btn-list__link {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .links-btn-list__link {
    padding: 15px;
  }
  .links-btn-list__link:hover {
    background: #beb3b0;
  }
}

.search-item-list {
  list-style: none;
  display: grid;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .search-item-list {
    max-width: 90%;
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  .search-item-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.6rem 2.3rem;
  }
}
.search-item-list__link {
  display: grid;
  place-content: center;
  min-height: stretch;
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--color-font);
  text-align: center;
  line-height: 1.5;
  border: 5px solid;
  border-radius: 10px;
  padding: 7px;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .search-item-list__link {
    font-size: 2.4rem;
    padding: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .search-item-list__link:hover {
    opacity: 0.7;
  }
}
.search-item-list__link--newborn {
  border: 5px solid var(--color-pink);
}
.search-item-list__link--baby {
  border: 5px solid var(--color-pink);
}
.search-item-list__link--kids {
  border: 5px solid var(--color-yellow);
}
.search-item-list__link--junior {
  border: 5px solid var(--color-yellow);
}
.search-item-list__link--season {
  border: 5px solid var(--color-blue-green);
}
.search-item-list__link--babyitem {
  border: 5px solid var(--color-blue-green);
}
.search-item-list__link--maternity {
  border: 5px solid var(--color-purple);
}
.search-item-list__link--babycarry {
  border: 5px solid var(--color-purple);
}

.sns-area {
  list-style: none;
  display: flex;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .sns-area {
    gap: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .sns-area {
    gap: 30px;
  }
}
.sns-area__item {
  width: 58px;
  height: auto;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .sns-area__item {
    border-radius: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .sns-area__item {
    width: 64px;
  }
}
.sns-area__link {
  display: block;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1200px) {
  .sns-area__link:hover {
    opacity: 0.6;
  }
}
.sns-area__icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sns-area--small {
  gap: 16px;
}
@media screen and (min-width: 1200px) {
  .sns-area--small {
    margin-inline: 6.5rem auto;
  }
}
@media screen and (min-width: 1200px) {
  .sns-area--small .sns-area__item {
    width: 48px;
  }
}

.online-card-wrap {
  counter-reset: num;
  display: flex;
  flex-wrap: wrap;
  gap: 23px;
  justify-content: center;
}

.online-card {
  position: relative;
  counter-increment: num;
  flex: 0 0 calc(50% - 12px);
  border-radius: 10px;
  outline: 3px solid var(--color-white);
  z-index: 0;
}
@media screen and (min-width: 1200px) {
  .online-card {
    flex: 0 0 calc(20% - 19px);
  }
}
.online-card::before {
  content: counter(num);
  position: absolute;
  top: -3px;
  right: -3px;
  display: inline-grid;
  place-content: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  font-size: 2.4rem;
  font-weight: 500;
  color: var(--color-white);
  z-index: 1;
}
.online-card:nth-of-type(1)::before {
  background: #c0a956;
}
.online-card:nth-of-type(2)::before {
  background: #9f9c9f;
}
.online-card:nth-of-type(3)::before {
  background: #b29f8e;
}
.online-card:nth-of-type(4)::before {
  background: #9fb99b;
}
.online-card:nth-of-type(5)::before {
  background: #8594ba;
}
.online-card__img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  border-radius: 10px;
}

.official-list {
  list-style: none;
  display: grid;
  gap: 16px;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .official-list {
    max-width: 90%;
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  .official-list {
    gap: 30px 50px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .official-list {
    margin-top: 4rem;
  }
}
.official-list__item {
  color: var(--color-font);
}
.official-list__item--info .official-list__link {
  background: var(--color-green);
}
.official-list__item--service .official-list__link {
  background: var(--color-yellow);
}
.official-list__item--faq .official-list__link {
  background: var(--color-blue-green);
}
.official-list__item--staff .official-list__link {
  background: var(--color-purple);
}
.official-list__link {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  color: inherit;
  text-align: center;
  border-radius: 8px;
  padding: 0.7rem;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .official-list__link {
    font-size: 2.4rem;
    padding: 1.6rem;
  }
}
@media screen and (min-width: 1200px) {
  .official-list__link:hover {
    opacity: 0.6;
  }
}

.insta-list {
  display: grid;
  gap: 16px;
  margin-top: 4rem;
}
@media screen and (max-width: 1199px) {
  .insta-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .insta-list {
    display: flex;
    flex-wrap: wrap;
  }
}
.insta-list__item {
  aspect-ratio: 4/5;
}
@media screen and (min-width: 768px) {
  .insta-list__item {
    width: auto;
    max-width: none;
  }
}
@media screen and (min-width: 1200px) {
  .insta-list__item {
    width: calc(20% - 13px);
  }
}
.insta-list__item--1 {
  grid-area: 1/1/3/3;
}
.insta-list__item--2 {
  grid-area: 1/3/2/4;
}
.insta-list__item--3 {
  grid-area: 2/3/3/4;
}
.insta-list__item--4 {
  grid-area: 3/1/4/2;
}
.insta-list__item--5 {
  grid-area: 4/1/5/2;
}
.insta-list__item--6 {
  display: block;
  grid-area: 3/2/5/4;
}
@media screen and (min-width: 1200px) {
  .insta-list__item--6 {
    display: none;
  }
}
.insta-list img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #bebebe;
  border-radius: 16px;
}

.tiktok-area {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

/*********************/
/*  TOP  */
/*********************/
/*********************/
.btn-wrap {
  display: flex;
  gap: 2rem;
}
.btn-wrap--wrap {
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .btn-wrap--spcolumn {
    flex-direction: column;
  }
}
.btn-wrap--center {
  justify-content: center;
}
.btn-wrap--right {
  justify-content: flex-end;
}
.btn-wrap--mt {
  margin-top: 3rem;
}
@media screen and (min-width: 1200px) {
  .btn-wrap--mt {
    margin-top: 5rem;
  }
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
@media screen and (min-width: 1200px) {
  .btn {
    gap: 10px;
  }
  .btn:hover::after {
    transform: translateX(5px);
  }
}
.btn span {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.5;
  color: var(--color-font);
  border: 1px solid var(--color-primary);
  background: var(--color-white);
  border-radius: 999px;
  padding: 16px;
}
@media screen and (min-width: 1200px) {
  .btn span {
    padding: 16px 32px;
  }
}
.btn::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 19px;
  background: var(--color-secondary);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  transition: 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .btn::after {
    width: 25px;
    height: 30px;
  }
}
.btn--right {
  margin-left: auto;
}
@media screen and (min-width: 1200px) {
  .btn--window:hover::after {
    transform: translate(3px, -4px);
  }
}
.btn--window::after {
  content: "\e903";
  font-family: "icomoon";
  width: auto;
  height: auto;
  background: transparent;
  clip-path: none;
  font-size: 1.5rem;
  font-weight: normal;
  color: var(--color-secondary);
}
@media screen and (min-width: 768px) {
  .btn--window::after {
    font-size: 2rem;
  }
}

.simple-btn {
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--color-font);
  border: 3px solid #beb3b0;
  border-radius: 12px;
  padding: 1.6rem 2.4rem;
}
.simple-btn--bg {
  border: none;
  background: var(--color-yellow);
}
.simple-btn--bg::after {
  content: "\e905";
  font-family: "icomoon";
  display: inline-block;
  font-size: 1.3rem;
  font-weight: normal;
  color: var(--color-secondary);
  margin-left: 1rem;
}

.box-btn {
  position: relative;
  color: var(--color-font);
  background: #f9f4f0;
  border: 3px solid var(--color-secondary);
  border-radius: 12px;
  padding: 2.4rem 4.5rem 2.4rem 1.6rem;
}
.box-btn::after {
  content: "\e904";
  font-family: "icomoon";
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: inline-grid;
  place-content: center;
  width: 19px;
  height: 19px;
  background: var(--color-white);
  border-radius: 50%;
  font-size: 1.2rem;
  font-weight: normal;
  color: #c4845c;
  transform: rotate(-90deg);
}
.box-btn__title {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
}
.box-btn__text {
  margin-top: 0.8rem;
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 2rem;
  border: 3px solid var(--color-point);
  border-radius: 12px;
  color: var(--color-point);
  padding: 1.6rem 2rem;
}
@media screen and (min-width: 768px) {
  .cta-btn {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .cta-btn {
    padding: 2.4rem 2.7rem;
  }
}
.cta-btn::after {
  content: "\e904";
  font-family: "icomoon";
  display: inline-block;
  font-size: 1.2rem;
  font-weight: normal;
  transform: rotate(-90deg);
}
.cta-btn--re {
  color: var(--color-white);
  background: var(--color-point);
}
.cta-btn--deco {
  position: relative;
  padding: 1.6rem 2rem 3rem;
}
@media screen and (min-width: 1200px) {
  .cta-btn--deco {
    padding: 2.4rem 2.7rem 3.5rem;
  }
}
.cta-btn--deco::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 15px;
  transform: translateX(-50%);
  width: 90%;
  height: 17px;
  background: url(../images/ctabtn-deco.svg) center/contain no-repeat;
}

.h1-title {
  display: grid;
  letter-spacing: 0.01em;
  color: var(--color-primary);
  text-align: center;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .h1-title {
    max-width: 880px;
  }
}
.h1-title__main {
  font-size: 2.8rem;
  font-weight: bold;
  border-bottom: 1px solid var(--color-font);
}
@media screen and (min-width: 768px) {
  .h1-title__main {
    font-size: 4.8rem;
  }
}
.h1-title__main--none-bd {
  border-bottom: none;
}
.h1-title__sub {
  font-size: 2.4rem;
  font-weight: 500;
  margin-top: 1.2rem;
}

.text-center {
  text-align: center;
}

.lazy {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: 1.2s ease-out;
  transition-delay: 0.2s;
}
.lazy--inview {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.page-article {
  padding-block: 0 80px;
}
.page-article__header {
  margin-block: 0 2rem;
}
@media screen and (min-width: 1200px) {
  .page-article__header {
    margin-block: 0 3.8rem;
  }
}
.page-article__footer {
  margin-top: 3rem;
}
@media screen and (min-width: 1200px) {
  .page-article__footer {
    margin-top: 6.3rem;
  }
}

.single-head {
  background: #f5f1ef;
  padding-block: 3rem;
}
@media screen and (min-width: 768px) {
  .single-head {
    padding: 4rem 4rem 8rem;
  }
}
.single-head__inner {
  display: grid;
  gap: 3rem;
}
@media screen and (min-width: 768px) {
  .single-head__inner {
    grid-template-columns: 1fr 1.5fr;
  }
}
@media screen and (min-width: 1200px) {
  .single-head__inner {
    gap: 8.5rem;
  }
}
.single-head__thumb img {
  width: 100%;
  height: auto;
}
.single-head__copy {
  font-size: 2.4rem;
  padding-block: 1rem;
}
@media screen and (min-width: 768px) {
  .single-head__copy {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .single-head__copy {
    font-size: 3.5rem;
    padding-block: 2rem;
  }
}
.single-head__content {
  font-size: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .single-head__content {
    font-size: 1.8rem;
  }
}
.single-head__content p + P {
  margin-top: 2rem;
}

.copy-box {
  padding-block: 2rem;
}
@media screen and (min-width: 1200px) {
  .copy-box {
    padding-block: 5.2rem 4.3rem;
  }
}

.main-contents *:first-child,
.post-type-page *:first-child {
  margin-top: 0;
}
.main-contents p,
.post-type-page p {
  line-height: 2.25;
}
.main-contents p + p,
.post-type-page p + p {
  margin-top: 2rem;
}
@media screen and (min-width: 1200px) {
  .main-contents p + p,
  .post-type-page p + p {
    margin-top: 3rem;
  }
}
.main-contents a:not([class]),
.post-type-page a:not([class]) {
  color: #0083c7;
  text-decoration: underline;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1200px) {
  .main-contents a:not([class]):hover,
  .post-type-page a:not([class]):hover {
    opacity: 0.7;
  }
}

.sub-section {
  padding-block: 5.5rem 0;
}
@media screen and (min-width: 1200px) {
  .sub-section {
    padding-block: 8.5rem 0;
  }
}

.h1-title {
  margin-block: 4rem;
}

.h2,
h2.wp-block-heading {
  position: relative;
  max-width: 500px;
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
  margin-inline: auto;
  padding-inline: 4rem;
  margin-block: 4rem 3.2rem;
}
@media screen and (min-width: 768px) {
  .h2,
  h2.wp-block-heading {
    font-size: 3.2rem;
  }
}
.h2::before, .h2::after,
h2.wp-block-heading::before,
h2.wp-block-heading::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 3px;
  height: 55px;
  background: var(--color-secondary);
}
.h2::before,
h2.wp-block-heading::before {
  left: 0;
  transform: translateY(-50%) rotate(-35deg);
}
.h2::after,
h2.wp-block-heading::after {
  right: 0;
  transform: translateY(-50%) rotate(35deg);
}
.h2 span,
h2.wp-block-heading span {
  min-width: 500px;
}

.h3,
h3.wp-block-heading {
  max-width: 800px;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.5;
  background: #f5f1ef;
  border-radius: 8px;
  padding: 1.6rem;
  margin-block: 4rem 3.2rem;
}
@media screen and (min-width: 768px) {
  .h3,
  h3.wp-block-heading {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .h3,
  h3.wp-block-heading {
    padding: 2.4rem 4rem;
  }
}
.h3--center,
h3.wp-block-heading--center {
  text-align: center;
  margin-inline: auto;
}

.h4,
h4.wp-block-heading {
  position: relative;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.01em;
  margin-block: 4rem 1.6rem;
  padding-left: 2.4rem;
}
@media screen and (min-width: 768px) {
  .h4,
  h4.wp-block-heading {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .h4,
  h4.wp-block-heading {
    margin-block: 4rem 2.4rem;
  }
}
.h4::before,
h4.wp-block-heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 9px;
  height: 100%;
  background: #c4845c;
  border-radius: 99px;
}

.copy {
  font-size: 2.8rem;
}
@media screen and (min-width: 768px) {
  .copy {
    font-size: 3.2rem;
  }
}
.copy--center {
  text-align: center;
}

.copy-text {
  font-size: 2rem;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .copy-text {
    font-size: 2.4rem;
  }
}

.note {
  font-size: 1.4rem;
  color: #be7d55;
  line-height: 1.7;
  letter-spacing: 0.02em;
}

.num {
  display: flex;
  align-items: baseline;
  gap: var(--space-sm);
  font-size: var(--heading-size-s-mb);
  font-weight: 500;
  line-height: 1.5;
  margin-block: 2em 1em;
}
@media screen and (min-width: 768px) {
  .num {
    font-size: var(--heading-size-s);
  }
}
.num::before {
  flex: 0 0 5rem;
  display: grid;
  place-content: center;
  counter-increment: heading 1;
  content: counter(heading, decimal-leading-zero);
  color: var(--color-accent);
  aspect-ratio: 1;
}
.num--reset {
  counter-reset: heading;
}

.ul {
  list-style: none;
  display: grid;
  gap: 1.6rem;
}
.ul > li {
  position: relative;
  line-height: 2;
  padding-inline-start: 2rem;
}
.ul > li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 12px;
  height: 12px;
  background: #c4845c;
  border-radius: 50%;
}

.ol {
  list-style: none;
  counter-reset: number 0;
  margin-block: 2em 1em;
}
.ol > li {
  position: relative;
  counter-increment: number 1;
  line-height: 2;
  padding-inline-start: 3rem;
}
.ol > li::before {
  content: counter(number) " ";
  position: absolute;
  top: 2px;
  left: 0;
  display: inline-grid;
  place-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  font-weight: bold;
  color: var(--color-white);
  background: var(--color-primary);
}
.ol > li + li {
  margin-top: 1.6rem;
}
.ol .ol {
  margin-top: 1em;
}

.table {
  width: 100%;
  margin-block: 3.2rem;
}
.table th,
.table td {
  border: 1px solid #82b5cf;
  padding: 1.6rem;
}
@media screen and (min-width: 768px) {
  .table th,
  .table td {
    padding: 1.6rem 4.6rem;
  }
}
.table th {
  word-break: keep-all;
  background: #edf9ff;
}
@media screen and (max-width: 1199px) {
  .table th {
    min-width: 175px;
  }
}
.table td {
  font-weight: normal;
}
@media screen and (max-width: 1199px) {
  .table td {
    min-width: 362px;
  }
}

.simple-table {
  width: 100%;
}
.simple-table th,
.simple-table td {
  letter-spacing: 0.02em;
  border-bottom: 1px solid #82b5cf;
  padding: 1.6rem;
}
@media screen and (max-width: 767px) {
  .simple-table th,
  .simple-table td {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .simple-table th {
    text-align: left;
    border-bottom: none;
    padding-block: 2.4rem 0;
  }
}
@media screen and (min-width: 768px) {
  .simple-table th {
    width: 20%;
  }
}
.simple-table td {
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .simple-table td {
    width: 80%;
  }
}

.table-responsive {
  overflow-x: auto;
  margin-block: 3.2rem;
}

.dl {
  display: grid;
  grid-template-columns: auto 1fr;
}
.dl dt,
.dl dd {
  font-weight: bold;
  border-bottom: 2px dashed var(--color-secondary);
  padding: 0.8rem 1.6rem;
}
.dl dd {
  text-align: right;
}

.box {
  background: #effaff;
  padding: var(--space-lg);
  padding: 3.2rem 2.4rem;
  margin-block: 2em 1em;
}
@media screen and (min-width: 1200px) {
  .box {
    padding: 3.2rem 4rem;
  }
}
.box--border {
  background: transparent;
  border: 2px solid #82b5cf;
}

.strong {
  color: #4b291f;
  font-weight: 700;
}

.more-acd {
  display: grid;
  background: #f9f4f0;
  border-radius: 12px;
  margin-top: 2.4rem;
}
@media screen and (min-width: 1200px) {
  .more-acd {
    margin-top: 3.2rem;
  }
}
.more-acd__title {
  font-weight: bold;
  color: #4b291f;
  text-align: center;
  border: 1px solid #4b291f;
  border-radius: 12px;
  background: var(--color-white);
  padding: 1.6rem;
  cursor: pointer;
}
.more-acd__title span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.more-acd__title span::after {
  content: "\e904";
  font-family: "icomoon";
  display: inline-grid;
  place-content: center;
  width: 19px;
  height: 19px;
  font-size: 1rem;
  font-weight: normal;
  color: var(--color-white);
  border-radius: 50%;
  background: #c4845c;
}
.more-acd__content {
  padding: 1.6rem;
}
@media screen and (min-width: 1200px) {
  .more-acd__content {
    padding: 2.4rem;
  }
}
.more-acd__content-ttl {
  font-size: 1.8rem;
  font-weight: 900;
  margin-block: 0 1.6rem;
}
@media screen and (min-width: 768px) {
  .more-acd__content-ttl {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .more-acd__content-ttl {
    margin-block: 0 2.4rem;
  }
}

.flow {
  counter-reset: flow 0;
  display: grid;
  gap: 2.4rem;
}
@media screen and (min-width: 1200px) {
  .flow {
    gap: 3.4rem;
  }
}
.flow__item {
  counter-increment: flow 1;
}
.flow__item--col {
  display: grid;
  gap: 2.4rem;
}
@media screen and (min-width: 768px) {
  .flow__item--col {
    grid-template-columns: auto 1fr;
  }
}
.flow__thumb {
  text-align: center;
}
.flow__title {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  font-size: 2rem;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .flow__title {
    font-size: 2.4rem;
  }
}
.flow__title::before {
  content: counter(flow) " ";
  display: inline-grid;
  place-content: center;
  width: 32px;
  height: 32px;
  border-radius: 12px;
  background: #c4845c;
  font-size: 1.8rem;
  font-weight: 900;
  color: var(--color-white);
}
@media screen and (min-width: 768px) {
  .flow__title::before {
    width: 37px;
    height: 37px;
    font-size: 2.4rem;
  }
}
.flow__desc {
  margin-top: 2.4rem;
}
@media screen and (min-width: 1200px) {
  .flow__desc {
    margin-top: 3.4rem;
  }
}

.store-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
  margin-block: 4rem 3.2rem;
}
@media screen and (min-width: 1200px) {
  .store-list {
    gap: 2.4rem;
    margin-block: 6.4rem 3.2rem;
  }
}
.store-list__link {
  display: inline-block;
  font-size: 1.4rem;
  color: var(--color-font);
  text-align: center;
  border-radius: 16px;
  padding: 1.1rem 3.2rem;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .store-list__link {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .store-list__link:hover {
    opacity: 0.6;
  }
}

.store-intro-wrap {
  display: grid;
  gap: 4rem;
  margin-top: 4rem;
}
@media screen and (min-width: 1200px) {
  .store-intro-wrap {
    margin-top: 6.4rem;
  }
}

.store-intro__title {
  max-width: 720px;
  font-size: 1.6rem;
  text-align: center;
  border-radius: 16px;
  padding: 1.6rem;
  margin: 4rem auto;
}
@media screen and (min-width: 768px) {
  .store-intro__title {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .store-intro__title {
    padding: 2.4rem;
  }
}
.store-intro img {
  border-radius: 24px;
}

.outer {
  background: var(--color-blue);
}

.inner {
  background: var(--color-yellow);
}

.item {
  background: var(--color-green);
}

.toy {
  background: var(--color-orange);
}

.bedding {
  background: var(--color-pink);
}

.grocery {
  background: var(--color-yellow-light);
}

.maternity {
  background: var(--color-purple);
}

.newborn {
  background: var(--color-blue-green);
}

.tag-card {
  border: 3px solid #ded9d8;
  border-radius: 12px;
  padding: 2.4rem 2.4rem 4rem;
}
.tag-card__thumb img {
  border-radius: 12px;
}
.tag-card__title {
  font-size: 2.2rem;
  font-weight: bold;
  padding-inline: 1.6rem;
  margin-top: 1.6rem;
}
.tag-card__aside {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 1.6rem;
}
.tag-card__label {
  font-size: 1.4rem;
  font-weight: bold;
}
.tag-card__tag {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  border-radius: 8px;
  padding: 3px 16px;
}
.tag-card__tag--age {
  background: #aed6b6;
}
.tag-card__tag--video {
  background: var(--color-orange);
}

.card {
  display: block;
  color: var(--color-font);
}
@media screen and (min-width: 1200px) {
  .card:hover .card__img {
    transform-origin: center;
    transform: scale(1.1);
  }
  .card:hover .card__box {
    opacity: 0.7;
  }
}
.card__thumb {
  border: 3px solid #bebebe;
  border-radius: 16px;
  overflow: hidden;
}
.card__thumb--external {
  position: relative;
}
.card__thumb--external::before {
  content: "\e903";
  font-family: "icomoon";
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-grid;
  place-content: center;
  width: 33px;
  height: 33px;
  font-size: 1.6rem;
  font-weight: normal;
  color: var(--color-white);
  background: var(--color-secondary);
  border-radius: 4px;
  z-index: 5;
}
.card__img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  transition: 0.4s ease;
}
.card__box {
  margin-top: 10px;
  transition: 0.2s ease-out;
}
.card__time, .card__title {
  color: inherit;
  font-weight: 500;
}
.card__time {
  font-size: 1.2rem;
}
.card__title {
  font-size: 1.6rem;
  font-weight: bold;
}
.card__desc {
  font-size: 1.4rem;
  margin-top: 0.5rem;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  margin: -8px;
}
@media screen and (min-width: 768px) {
  .gallery-columns-2 .gallery-item {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .gallery-columns-3 .gallery-item {
    width: 33.3333333333%;
  }
}
.gallery-item {
  padding: 8px;
}
.gallery-item img {
  display: block;
  max-width: 100%;
  height: auto;
}
.gallery-caption {
  font-size: 1.6rem;
  font-weight: normal;
  color: var(--color-font);
  line-height: 1.7;
  text-align: left;
  padding: 5px 0;
}
@media screen and (min-width: 768px) {
  .gallery-caption {
    font-size: 1.7rem;
  }
}

/*  パンくず  */
.breadcrumb {
  margin-block: 1rem 3rem;
}
.breadcrumb__list {
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
}
.breadcrumb__item {
  color: var(--color-font);
}
.breadcrumb__item:not(:first-child):before {
  content: "/";
}
.breadcrumb__item:not(:last-child) {
  flex-shrink: 0;
}
.breadcrumb__item:last-child {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumb__link {
  font-size: 1.2rem;
  font-weight: 500;
  color: inherit;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .breadcrumb__link {
    font-size: 1.4rem;
  }
}
.breadcrumb__link:hover {
  opacity: 1;
}

.pagination {
  margin-top: var(--space-xxl);
}
.pagination__list {
  display: flex;
  justify-content: center;
  gap: var(--space-sm);
}

.page-numbers {
  display: grid;
  place-content: center;
  width: 2em;
  aspect-ratio: 1;
  font-size: var(--font-size-lg);
  border-radius: 50%;
}
.page-numbers--number {
  color: var(--color-white);
  background-color: var(--color-primary);
}
.page-numbers--current {
  background-color: var(--color-gray-light);
}

.splide__arrows {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.splide__arrows--triangle .splide__arrow {
  top: 50%;
  display: inline-block;
  width: 20px;
  height: 25px;
  background: var(--color-secondary);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  border: none;
  border-radius: 0;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .splide__arrows--triangle .splide__arrow {
    top: 40%;
  }
}
.splide__arrows--triangle .splide__arrow--prev {
  transform: translateY(-50%) translateX(-33px) rotate(180deg);
}
.splide__arrows--triangle .splide__arrow--next {
  transform: translateY(-50%) translateX(33px);
}
.splide__arrow {
  position: absolute;
  top: 30%;
  display: grid;
  place-content: center;
  width: 32px;
  height: 32px;
  background: var(--color-white);
  border: 2px solid var(--color-primary);
  border-radius: 50%;
}
.splide__arrow::before {
  content: "";
  width: 10px;
  height: 17px;
  background: url(../images/arrow.svg) center/contain no-repeat;
}
.splide__arrow--prev {
  left: 0;
  transform: translateX(-15px) rotate(180deg);
}
.splide__arrow--next {
  right: 0;
  transform: translateX(15px);
}
.splide__pagination {
  display: flex;
  gap: 19px;
  justify-content: flex-start;
}
.splide__pagination li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--color-gray);
}
.splide__pagination li:has(.splide-dots__page.is-active) {
  background: var(--color-secondary);
}

.splide-dots__page {
  width: 100%;
  height: 12px;
}

/*********************/
/*  ページトップボタン　 */
/*********************/
.page-top {
  position: fixed;
  bottom: 50px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: var(--color-white);
  text-align: center;
  line-height: 1;
  opacity: 0;
  z-index: 500;
  transition: 0.4s ease-out;
}
@media screen and (max-width: 767px) {
  .page-top {
    width: 40px;
    height: 40px;
    bottom: 30px;
  }
}
.page-top--fixed {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/**************************/
/*  書き方パーツ調整用クラス  */
/**************************/
.goto {
  display: flex;
  flex-direction: column;
  margin-block: 4rem;
}
@media screen and (max-width: 767px) {
  .goto {
    border: 1px solid var(--color-primary);
    border-radius: 12px;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  .goto {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
  }
}
.goto__item {
  position: relative;
  display: flex;
}
@media screen and (max-width: 767px) {
  .goto__item:not(:first-child) .goto__link {
    border-top: 1px solid var(--color-primary);
  }
}
.goto__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  font-size: 1.6rem;
  color: var(--color-primary);
  text-align: center;
  line-height: 28px;
  padding: 1.8rem 0.8rem;
  transition: 0.2s linear;
}
@media screen and (max-width: 767px) {
  .goto__link {
    width: 90%;
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  .goto__link {
    width: 100%;
    justify-content: center;
    border: 2px solid var(--color-primary);
    border-radius: 999px;
    padding: 1.6rem 2.8rem;
  }
}
.goto__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.goto__link::after {
  content: "\e904";
  font-family: "icomoon";
}
@media screen and (min-width: 1200px) {
  .goto__link:hover {
    color: var(--color-white);
    background: var(--color-primary);
  }
}

/*********************/
/*  ニュース  */
/*********************/
/*  リストタイプ  */
.news-list {
  display: block;
  width: 100%;
}

.news-card {
  position: relative;
}
.news-card__post-title {
  display: block;
  color: var(--color-font);
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis; /* Safari用 */
  -o-text-overflow: ellipsis; /* Opera用 */
  overflow: hidden;
  padding-block: 7px;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1200px) {
  .news-card__post-title:hover {
    opacity: 0.7;
  }
}

.news-head {
  margin-bottom: 3rem;
}
@media screen and (min-width: 1200px) {
  .news-head {
    margin-bottom: 4rem;
  }
}
.news-head__thumbnail {
  width: 85%;
  margin-inline: auto;
  margin-block: 2.4rem 0;
}
@media screen and (min-width: 1200px) {
  .news-head__thumbnail {
    margin-block: 3.2rem 0;
  }
}
.news-head__thumbnail img {
  width: 100%;
  height: auto;
}
.news-head__title {
  font-size: 2.4rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.6;
  background: #fff6e5;
  padding: 2rem;
  border-radius: 64px;
}
@media screen and (min-width: 768px) {
  .news-head__title {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .news-head__title {
    border-radius: 999px;
    padding: 4.6rem 4rem;
  }
}
.news-head__time {
  display: block;
  font-size: 2rem;
  font-weight: 500;
  color: var(--color-font);
  letter-spacing: 0.1em;
  text-align: right;
  margin-block: 3rem 0;
}
@media screen and (min-width: 1200px) {
  .news-head__time {
    margin-block: 4rem 0;
  }
}
.news-head__ctg {
  position: relative;
  display: inline-block;
  height: 34px;
  line-height: 1;
  font-size: 1.7rem;
  font-weight: bold;
  color: var(--color-font);
  text-align: center;
  white-space: nowrap;
  margin-right: 1.5rem;
  padding: 1rem 1.5rem;
}

/**************************/
/*  書き方パーツ調整用クラス  */
/**************************/
/*表示・非表示 切り替え用 */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .tab-only {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .tab-only {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  .pc-only {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .tab-none {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .pc-none {
    display: none;
  }
}

/* margin-top スマホ */
@media screen and (max-width: 767px) {
  .sp-mt0 {
    margin-top: 0;
  }
  .sp-mt10 {
    margin-top: 1rem;
  }
  .sp-mt20 {
    margin-top: 2rem;
  }
  .sp-mt30 {
    margin-top: 3rem;
  }
  .sp-mt40 {
    margin-top: 4rem;
  }
  .sp-mt50 {
    margin-top: 5rem;
  }
  .sp-mt60 {
    margin-top: 6rem;
  }
  .sp-mt70 {
    margin-top: 7rem;
  }
  .sp-mt80 {
    margin-top: 8rem;
  }
  .sp-mt90 {
    margin-top: 9rem;
  }
  .sp-mt100 {
    margin-top: 10rem;
  }
}
/* margin-top タブレット */
@media screen and (min-width: 768px) {
  .tab-mt0 {
    margin-top: 0;
  }
  .tab-mt10 {
    margin-top: 1rem;
  }
  .tab-mt20 {
    margin-top: 2rem;
  }
  .tab-mt30 {
    margin-top: 3rem;
  }
  .tab-mt40 {
    margin-top: 4rem;
  }
  .tab-mt50 {
    margin-top: 5rem;
  }
  .tab-mt60 {
    margin-top: 6rem;
  }
  .tab-mt70 {
    margin-top: 7rem;
  }
  .tab-mt80 {
    margin-top: 8rem;
  }
  .tab-mt90 {
    margin-top: 9rem;
  }
  .tab-mt100 {
    margin-top: 10rem;
  }
}
/* margin-top パソコン */
@media screen and (min-width: 1200px) {
  .pc-mt0 {
    margin-top: 0;
  }
  .pc-mt10 {
    margin-top: 1rem;
  }
  .pc-mt20 {
    margin-top: 2rem;
  }
  .pc-mt30 {
    margin-top: 3rem;
  }
  .pc-mt40 {
    margin-top: 4rem;
  }
  .pc-mt50 {
    margin-top: 5rem;
  }
  .pc-mt60 {
    margin-top: 6rem;
  }
  .pc-mt70 {
    margin-top: 7rem;
  }
  .pc-mt80 {
    margin-top: 8rem;
  }
  .pc-mt90 {
    margin-top: 9rem;
  }
  .pc-mt100 {
    margin-top: 10rem;
  }
}
/* margin-bottom スマホ */
@media screen and (max-width: 767px) {
  .sp-mb0 {
    margin-bottom: 0;
  }
  .sp-mb10 {
    margin-bottom: 1rem;
  }
  .sp-mb20 {
    margin-bottom: 2rem;
  }
  .sp-mb30 {
    margin-bottom: 3rem;
  }
  .sp-mb40 {
    margin-bottom: 4rem;
  }
  .sp-mb50 {
    margin-bottom: 5rem;
  }
  .sp-mb60 {
    margin-bottom: 6rem;
  }
  .sp-mb70 {
    margin-bottom: 7rem;
  }
  .sp-mb80 {
    margin-bottom: 8rem;
  }
  .sp-mb90 {
    margin-bottom: 9rem;
  }
  .sp-mb100 {
    margin-bottom: 10rem;
  }
}
/* margin-bottom タブレット */
@media screen and (min-width: 768px) {
  .tab-mb0 {
    margin-bottom: 0;
  }
  .tab-mb10 {
    margin-bottom: 1rem;
  }
  .tab-mb20 {
    margin-bottom: 2rem;
  }
  .tab-mb30 {
    margin-bottom: 3rem;
  }
  .tab-mb40 {
    margin-bottom: 4rem;
  }
  .tab-mb50 {
    margin-bottom: 5rem;
  }
  .tab-mb60 {
    margin-bottom: 6rem;
  }
  .tab-mb70 {
    margin-bottom: 7rem;
  }
  .tab-mb80 {
    margin-bottom: 8rem;
  }
  .tab-mb90 {
    margin-bottom: 9rem;
  }
  .tab-mb100 {
    margin-bottom: 10rem;
  }
}
/* margin-bottom パソコン */
@media screen and (min-width: 1200px) {
  .pc-mb0 {
    margin-bottom: 0;
  }
  .pc-mb10 {
    margin-bottom: 1rem;
  }
  .pc-mb20 {
    margin-bottom: 2rem;
  }
  .pc-mb30 {
    margin-bottom: 3rem;
  }
  .pc-mb40 {
    margin-bottom: 4rem;
  }
  .pc-mb50 {
    margin-bottom: 5rem;
  }
  .pc-mb60 {
    margin-bottom: 6rem;
  }
  .pc-mb70 {
    margin-bottom: 7rem;
  }
  .pc-mb80 {
    margin-bottom: 8rem;
  }
  .pc-mb90 {
    margin-bottom: 9rem;
  }
  .pc-mb100 {
    margin-bottom: 10rem;
  }
}
/* letter-spacing */
.ls10 {
  letter-spacing: 0.01em;
}

.ls20 {
  letter-spacing: 0.02em;
}

.ls30 {
  letter-spacing: 0.03em;
}

.ls40 {
  letter-spacing: 0.04em;
}

.ls50 {
  letter-spacing: 0.05em;
}

.ls60 {
  letter-spacing: 0.06em;
}

.ls70 {
  letter-spacing: 0.07em;
}

.ls80 {
  letter-spacing: 0.08em;
}

.ls90 {
  letter-spacing: 0.09em;
}

.ls100 {
  letter-spacing: 0.1em;
}

.ls110 {
  letter-spacing: 0.11em;
}

.ls120 {
  letter-spacing: 0.12em;
}

.ls130 {
  letter-spacing: 0.13em;
}

.ls140 {
  letter-spacing: 0.14em;
}

.ls150 {
  letter-spacing: 0.15em;
}

.ls160 {
  letter-spacing: 0.16em;
}

.ls170 {
  letter-spacing: 0.17em;
}

.ls180 {
  letter-spacing: 0.18em;
}

.ls190 {
  letter-spacing: 0.19em;
}

.ls200 {
  letter-spacing: 0.2em;
}

/* line-height */
.lh10 {
  line-height: 1;
}

.lh11 {
  line-height: 1.1;
}

.lh12 {
  line-height: 1.2;
}

.lh13 {
  line-height: 1.3;
}

.lh14 {
  line-height: 1.4;
}

.lh15 {
  line-height: 1.5;
}

.lh16 {
  line-height: 1.6;
}

.lh17 {
  line-height: 1.7;
}

.lh18 {
  line-height: 1.8;
}

.lh19 {
  line-height: 1.9;
}

.lh20 {
  line-height: 2;
}

/* 角丸 */
.bdrs8 {
  border-radius: 8px;
}

.bdrs12 {
  border-radius: 12px;
}

.bdrs16 {
  border-radius: 16px;
}

.bdrs24 {
  border-radius: 24px;
}

/* パディング */
.pd10 {
  padding: 10px;
}

.pd25 {
  padding: 25px;
}

.pd40 {
  padding: 40px;
}
@media screen and (min-width: 1200px) {
  .pd40 {
    padding: 40px 20px;
  }
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

:focus:not(:focus-visible) {
  outline: 0;
}

.alignleft,
.alignright,
.aligncenter {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1em auto;
}

@media screen and (min-width: 768px) {
  .alignleft {
    float: left;
    margin: 0 2em 0 0;
  }
}

@media screen and (min-width: 768px) {
  .alignright {
    float: right;
    margin: 0 0 0 2em;
  }
}

img.aligncenter {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  img.aligncenter {
    margin: 2em auto;
  }
}

.alignnone {
  max-width: 100%;
  height: auto;
}

.gmap-wrapper {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  margin-top: 2rem;
  overflow: hidden;
}
.gmap-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.video-wrapper {
  border-radius: 16px;
  overflow: hidden;
}
.video-wrapper iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

/* ブロックの配置用スタイル */
.has-text-align-right {
  text-align: right;
}

.has-text-align-center {
  text-align: center;
}

.has-text-align-left {
  text-align: left;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
:root {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 80px;
}
@media screen and (min-width: 1200px) {
  [id] {
    scroll-margin-top: 135px;
  }
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?vg6ec6");
  src: url("../fonts/icomoon.eot?vg6ec6#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?vg6ec6") format("truetype"), url("../fonts/icomoon.woff?vg6ec6") format("woff"), url("../fonts/icomoon.svg?vg6ec6#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.01em;
  font-family: var(--font-family-ja);
  color: var(--color-font);
  font-feature-settings: "halt";
  -webkit-font-smoothing: antialiased;
  padding-top: 58px;
}
@media screen and (min-width: 768px) {
  body {
    padding-top: 87px;
  }
}
@media screen and (min-width: 1200px) {
  body {
    padding-top: 132px;
  }
}

[popover] {
  background: var(--color-white);
  padding: var(--space-md);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  max-width: 400px;
  margin: auto;
}
[popover]::backdrop {
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(4px);
}

.autoscroll-gallery {
  display: flex;
  overflow: clip;
}
.autoscroll-gallery__list {
  list-style: none;
  display: flex;
  animation: 20s linear autoscroll-gallery infinite;
}
.autoscroll-gallery img {
  width: auto;
  height: 200px;
  object-fit: cover;
}

@keyframes autoscroll-gallery {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}