@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

html {
  font-size: 62.5%;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  height: 100%;
  font-family: Arial, sans-serif;
  background-color: var(--bg-white);
  color: var(--sakura-blue);
  font-size: 1rem;
}
body img {
  width: 100%;
  height: auto; /* アスペクト比を保つ */
}

.link_button a {
  display: inline-block;
  border: 1px solid var(--bg-white);
  text-align: center;
  min-width: 250px;
  padding: 1em 2.5em;
  transition: all 0.2s cubic-bezier(0.005, 0.33, 0.105, 1) 0s;
  letter-spacing: 3px;
  z-index: 5;
  color: var(--bg-white);
  position: relative;
  overflow: hidden;
  border-radius: 999px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5em;
  font-size: 16px;
  text-decoration: none !important;
}

.link_button a:before {
  height: 100%;
  width: calc(100% - 2em);
  top: 0;
  left: -110%;
  content: "";
  position: absolute;
  z-index: -2;
  background: var(--bg-white);
  transition: all 0.4s cubic-bezier(0.005, 0.33, 0.105, 1) 0s;
}

.link_button a:after {
  content: "";
  position: absolute;
  top: 0;
  left: -4em;
  z-index: -1;
  border-radius: 999px;
  width: 3.5em;
  background: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%20stroke%3D%22currentColor%22%3E%20%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M9%205l7%207-7%207%22%20%2F%3E%3C%2Fsvg%3E) no-repeat left 1em center var(--bg-white);
  background-size: 0.8em;
  height: 100%;
  transition: all 0.4s cubic-bezier(0.005, 0.33, 0.105, 1) 0s;
}

@media (min-width: 880px) {
  .link_button a:hover {
    color: var(--sakura-blue);
    padding-right: 4.5em;
  }
  .link_button a:hover:before {
    left: 0;
  }
  .link_button a:hover:after {
    left: calc(100% - 3.6em);
    background: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%20stroke%3D%22%23f6f8fa%22%3E%20%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M9%205l7%207-7%207%22%20%2F%3E%3C%2Fsvg%3E) no-repeat left 1em center var(--sakura-blue);
    background-size: 0.8em;
  }
  .link_button a:hover:after {
    color: var(--sakura-blue);
    background-position-x: center;
  }
}
.fadeup {
  opacity: 0;
  transform: translateY(30px); /* 下から上に */
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fadeup-visible {
  opacity: 1;
  transform: translateY(0);
}

body > header, #header {
  position: fixed;
  opacity: 1;
  left: 0;
  top: 0;
  transition: opacity 0.3s ease;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "Yu Gothic", "Meiryo", "Noto Sans JP", sans-serif;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 100000;
}
@media (max-width: 768px) {
  body > header, #header {
    background-color: white;
  }
}
body > header h1, #header h1 {
  width: 20rem;
  height: 45px;
}
body > header h1 img, #header h1 img {
  width: 100%;
  -moz-filter: invert(20%) saturate(2);
  -ms-filter: invert(20%) saturate(2);
  filter: invert(20%) saturate(2);
}
body > header nav > div:nth-of-type(1) ul.mnav_pc, #header nav > div:nth-of-type(1) ul.mnav_pc {
  display: flex;
  justify-content: center;
  gap: 1em;
  align-items: center;
  min-width: 500px;
  position: relative;
  margin-right: 13%;
}
@media (max-width: 768px) {
  body > header nav > div:nth-of-type(1) ul.mnav_pc, #header nav > div:nth-of-type(1) ul.mnav_pc {
    display: none;
  }
}
body > header nav > div:nth-of-type(1) ul.mnav_pc li a, #header nav > div:nth-of-type(1) ul.mnav_pc li a {
  width: min(30rem, 100%);
  background-color: white;
  color: var(--sakura-blue);
  display: inline-block;
  font-size: var(--fs-small);
  padding-inline: 1.2em;
  padding-block: 0.6em;
  border: 1px solid var(--sakura-blue);
  border-radius: 2em;
  transition: 0.5s;
}
body > header nav > div:nth-of-type(1) ul.mnav_pc li a:hover, #header nav > div:nth-of-type(1) ul.mnav_pc li a:hover {
  color: white;
  background-color: var(--sakura-blue);
}
body > header nav > div:nth-of-type(1) ul.mnav_pc li a svg, #header nav > div:nth-of-type(1) ul.mnav_pc li a svg {
  width: 2em;
  height: 1.5em;
  margin-bottom: -0.2em;
}
body > header nav > div:nth-of-type(1) ul.mnav_pc li:last-of-type a, #header nav > div:nth-of-type(1) ul.mnav_pc li:last-of-type a {
  letter-spacing: 0.3em;
}

.menu-toggle, #menu-toggle {
  cursor: pointer;
  display: inline-block;
  opacity: 1;
  position: fixed;
  right: 20px;
  top: 3px;
  width: 40px;
  height: 40px;
  transition: transform 0.3s ease;
  z-index: 100001;
  -moz-filter: invert(20%) saturate(2);
  -ms-filter: invert(20%) saturate(2);
  filter: invert(20%) saturate(2);
}
.menu-toggle:hover .bar:nth-child(1), #menu-toggle:hover .bar:nth-child(1) {
  transform: translateX(-5px); /* 1本目のバーを少し上にずらし左に傾け */
  transition-delay: 0s; /* 1本目はすぐに動き始める */
}
.menu-toggle:hover .bar:nth-child(2), #menu-toggle:hover .bar:nth-child(2) {
  transform: translateX(-5px); /* 2本目のバーを少し下にずらし右に傾け */
  transition-delay: 0.05s; /* 2本目は少し遅れて動き始める */
  opacity: 1;
}
.menu-toggle:hover .bar:nth-child(3), #menu-toggle:hover .bar:nth-child(3) {
  transform: translateX(-5px); /* 3本目のバーを少し下にずらし右に傾け */
  transition-delay: 0.1s; /* 3本目はさらに遅れて動き始める */
}
.menu-toggle.active, #menu-toggle.active {
  position: fixed;
  transform: translateX(-150%) translateY(100%);
}
@media (max-width: 768px) {
  .menu-toggle.active, #menu-toggle.active {
    transform: translateX(-50%) translateY(40%);
  }
}
@media (max-width: 480px) {
  .menu-toggle.active, #menu-toggle.active {
    transform: translateX(-40%) translateY(50%);
  }
}
.menu-toggle .bar, #menu-toggle .bar {
  display: block;
  width: 40px;
  height: 2px;
  margin: 13px auto;
  background-color: var(--sakura-blue);
  transition: 0.3s ease-in-out;
  border-radius: 2px;
  left: 0;
}
.menu-toggle .bar:nth-child(1), #menu-toggle .bar:nth-child(1) {
  top: 0;
}
.menu-toggle .bar:nth-child(2), #menu-toggle .bar:nth-child(2) {
  top: 50%;
}
.menu-toggle .bar:nth-child(3), #menu-toggle .bar:nth-child(3) {
  bottom: 0;
}

.menu-toggle.active .bar:nth-child(1) {
  transform: translateY(15px) rotate(45deg) !important;
  transition-delay: 0.1s !important;
}
.menu-toggle.active .bar:nth-child(2) {
  opacity: 0 !important;
  transition-delay: 0s !important;
}
.menu-toggle.active .bar:nth-child(3) {
  transform: translateY(-15px) rotate(-45deg) !important;
  transition-delay: 0.1s !important;
}

.menu {
  width: 100%;
  height: auto;
  list-style: none;
  position: fixed;
  top: 0;
  right: 0;
  display: none;
  color: var(--sakura-blue);
  opacity: 0;
  animation: fadeOut 0.3s ease-in 0s forwards;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  height: 100%; /* メニュー全体に合わせて高さを100%に */
  overflow-y: auto; /* 高さ超過時のみスクロール */
  -webkit-overflow-scrolling: touch; /* iOSスムーズスクロール */
  overscroll-behavior: contain;
  scrollbar-width: none; /* Firefoxでスクロールバー非表示 */
  z-index: 100000;
}
.menu div.inner_wrap {
  background-image: url("../img/common/flower_ptn.svg");
  background-repeat: no-repeat;
  background-size: 120%;
  background-position: calc(100% + 20px) calc(100% + 20px);
  overflow: hidden;
  position: relative;
  width: 95%;
  height: auto;
  background-color: var(--bg-white);
  border-radius: 10px;
  margin: 1.5% auto;
  padding: 3rem;
}
@media (max-width: 768px) {
  .menu div.inner_wrap {
    background-size: 200%;
  }
}
@media (max-width: 480px) {
  .menu div.inner_wrap {
    background-size: 300%;
  }
}
.menu div.inner_wrap > header {
  padding-block: 2%;
  padding-left: 1%;
}
@media (max-width: 480px) {
  .menu div.inner_wrap > header {
    padding-top: 0;
    padding-bottom: 10%;
  }
}
.menu div.inner_wrap > header img {
  width: min(20rem, 100%);
}
.menu div.inner_wrap > div.nav_pc_upper {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  -moz-column-gap: 5vw;
       column-gap: 5vw;
  padding-bottom: 3%;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "Yu Gothic", "Meiryo", "Noto Sans JP", sans-serif;
}
@media (max-width: 1440px) {
  .menu div.inner_wrap > div.nav_pc_upper {
    display: block;
  }
}
.menu div.inner_wrap > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  font-size: var(--fs-small);
  -moz-column-gap: 5vw;
       column-gap: 5vw;
}
.menu div.inner_wrap > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul > li {
  padding-inline: 1rem;
  border-top: 1px solid var(--sakura-blue);
}
.menu div.inner_wrap > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul > li h4 {
  padding-block: 1rem;
  font-size: var(--fs-h4);
  font-weight: 500;
}
.menu div.inner_wrap > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul > li > ul {
  padding-bottom: 2rem;
}
.menu div.inner_wrap > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul > li > ul > li {
  padding: 1rem;
}
.menu div.inner_wrap > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul li:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}
.menu div.inner_wrap > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul li:nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}
.menu div.inner_wrap > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul li:nth-child(3) {
  grid-column: 1;
  grid-row: 3;
}
.menu div.inner_wrap > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul li:nth-child(4) {
  grid-column: 2;
  grid-row: 1;
}
.menu div.inner_wrap > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul li:nth-child(5) {
  grid-column: 2;
  grid-row: 2;
}
.menu div.inner_wrap > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul li:nth-child(6) {
  grid-column: 2;
  grid-row: 3;
}
.menu div.inner_wrap > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul li:nth-child(7) {
  grid-column: 3;
  grid-row: 1;
}
.menu div.inner_wrap > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul li:nth-child(8) {
  grid-column: 3;
  grid-row: 2;
}
.menu div.inner_wrap > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul li:nth-child(9) {
  grid-column: 3;
  grid-row: 3;
}
.menu div.inner_wrap > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul li:nth-child(10) {
  grid-column: 3;
  grid-row: 4;
}
.menu div.inner_wrap > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul li:nth-child(11) {
  grid-column: 3;
  grid-row: 5;
}
@media (max-width: 768px) {
  .menu div.inner_wrap > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul {
    display: block;
    margin-bottom: 10%;
  }
  .menu div.inner_wrap > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul li {
    position: relative;
  }
  .menu div.inner_wrap > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul li h4 {
    padding-block: 2rem 0;
  }
  .menu div.inner_wrap > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul li h4:hover {
    cursor: pointer;
  }
  .menu div.inner_wrap > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul li h4:before, .menu div.inner_wrap > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul li h4:after {
    content: "";
    background-color: var(--sakura-blue);
    border-radius: 2px;
    width: 25px;
    height: 2px;
    position: absolute;
    top: 30px;
    right: 15px;
    transform-origin: center center;
    transition: transform 0.2s ease, opacity 0.1s ease 0.1s;
  }
  .menu div.inner_wrap > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul li h4:before {
    width: 2px;
    height: 25px;
    top: 18px;
    right: 26px;
  }
  .menu div.inner_wrap > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul li h4.active::before {
    transform: rotate(180deg);
    opacity: 0;
  }
  .menu div.inner_wrap > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul li h4.active::after {
    transform: rotate(180deg);
  }
  .menu div.inner_wrap > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul li ul {
    overflow: hidden;
    max-height: 0; /* 初期状態で隠す */
    opacity: 0; /* 初期状態で透明 */
    transition: max-height 0.5s ease, opacity 0.3s ease 0.2s, transform 0.8s ease;
  }
  .menu div.inner_wrap > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul li ul.show {
    opacity: 1; /* 開いたときに表示 */
    transform: translateY(1rem); /* 1remの移動 */
  }
}
.menu div.inner_wrap > div.nav_pc_upper div.nav_pc_right div.nav_priv {
  font-size: var(--fs-p);
}
@media (max-width: 1440px) {
  .menu div.inner_wrap > div.nav_pc_upper div.nav_pc_right div.nav_priv {
    margin-bottom: 2rem;
  }
}
@media (max-width: 480px) {
  .menu div.inner_wrap > div.nav_pc_upper div.nav_pc_right div.nav_priv {
    text-align: center;
  }
}
.menu div.inner_wrap > div.nav_pc_upper div.nav_pc_left {
  width: min(25rem, 100%);
  display: flex;
  flex-direction: column; /* 縦方向に配置 */
  justify-content: flex-end; /* 子要素を下に揃える */
}
@media (max-width: 480px) {
  .menu div.inner_wrap > div.nav_pc_upper div.nav_pc_left {
    margin: 0 auto;
    display: block;
  }
}
.menu div.inner_wrap > div.nav_pc_upper div.nav_pc_left div.nav_pc_left_lower {
  display: block;
}
.menu div.inner_wrap > div.nav_pc_upper div.nav_pc_left div.nav_pc_left_lower ul.nav_sns {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}
.menu div.inner_wrap > div.nav_pc_upper div.nav_pc_left div.nav_pc_left_lower ul.nav_sns li {
  text-align: center;
  padding: 0;
}
.menu div.inner_wrap > div.nav_pc_upper div.nav_pc_left div.nav_pc_left_lower ul.nav_sns li img {
  width: min(2rem, 100%);
}
.menu div.inner_wrap > div.nav_pc_upper div.nav_pc_left div.nav_pc_left_lower ul.nav_ftbtn li {
  margin-block: 1rem;
}
.menu div.inner_wrap > div.nav_pc_upper div.nav_pc_left div.nav_pc_left_lower ul.nav_ftbtn li a {
  width: min(25rem, 100%);
  text-align: center;
  background-color: white;
  color: var(--sakura-blue);
  display: inline-block;
  font-size: var(--fs-small);
  padding-inline: 1.5em;
  padding-block: 0.4em;
  border: 1px solid var(--sakura-blue);
  border-radius: 2em;
  transition: 0.5s;
}
.menu div.inner_wrap > div.nav_pc_upper div.nav_pc_left div.nav_pc_left_lower ul.nav_ftbtn li a:hover {
  color: white;
  background-color: var(--sakura-blue);
}
.menu div.inner_wrap > div.nav_pc_upper div.nav_pc_left div.nav_pc_left_lower ul.nav_ftbtn li a svg {
  width: 2em;
  height: 1.5em;
  margin-bottom: -0.1em;
  margin-right: 1em;
}
.menu div.inner_wrap > div.nav_pc_upper div.nav_pc_left div.nav_pc_left_lower ul.nav_ftbtn li:nth-of-type(2) a {
  letter-spacing: 0.5em;
}

.menu.active {
  display: block;
  opacity: 1;
  animation: fadeIn 0.3s ease-in 0s forwards;
}

@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: block;
    opacity: 1;
  }
  50% {
    display: block;
    opacity: 0.5;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
footer {
  position: relative;
}
footer > div:nth-of-type(1) {
  position: absolute;
  right: 5%;
  top: 7%;
}
@media (max-width: 1440px) {
  footer > div:nth-of-type(1) {
    top: 1%;
  }
}
footer > div:nth-of-type(1) a {
  position: relative;
  display: inline-block;
}
footer > div:nth-of-type(1)::after {
  content: "";
  display: inline-block;
  width: 30px; /* アイコンのサイズを指定 */
  height: 30px;
  background-image: url("../img/common/arrow-top.svg");
  background-size: contain; /* アイコンがきれいに表示されるように調整 */
  background-repeat: no-repeat;
  margin-left: 8px; /* テキストとアイコンの間隔を設定 */
  vertical-align: bottom;
}
footer > div.nav_pc_upper {
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "Yu Gothic", "Meiryo", "Noto Sans JP", sans-serif;
  color: var(--sakura-blue);
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  -moz-column-gap: 5vw;
       column-gap: 5vw;
  padding-inline: 5%;
  padding-top: 10vh;
  padding-bottom: 5%;
}
@media (max-width: 1440px) {
  footer > div.nav_pc_upper {
    display: block;
  }
}
footer > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  font-size: var(--fs-small);
  -moz-column-gap: 5vw;
       column-gap: 5vw;
}
footer > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul > li {
  padding-inline: 1rem;
  border-top: 1px solid var(--sakura-blue);
}
footer > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul > li h4 {
  padding-block: 1rem;
  font-size: var(--fs-h4);
  font-weight: 500;
}
footer > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul > li > ul {
  padding-bottom: 2rem;
}
footer > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul > li > ul > li {
  padding: 1rem;
}
footer > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul li:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}
footer > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul li:nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}
footer > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul li:nth-child(3) {
  grid-column: 1;
  grid-row: 3;
}
footer > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul li:nth-child(4) {
  grid-column: 2;
  grid-row: 1;
}
footer > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul li:nth-child(5) {
  grid-column: 2;
  grid-row: 2;
}
footer > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul li:nth-child(6) {
  grid-column: 2;
  grid-row: 3;
}
footer > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul li:nth-child(7) {
  grid-column: 3;
  grid-row: 1;
}
footer > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul li:nth-child(8) {
  grid-column: 3;
  grid-row: 2;
}
footer > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul li:nth-child(9) {
  grid-column: 3;
  grid-row: 3;
}
footer > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul li:nth-child(10) {
  grid-column: 3;
  grid-row: 4;
}
footer > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul li:nth-child(11) {
  grid-column: 3;
  grid-row: 5;
}
@media (max-width: 768px) {
  footer > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul {
    display: block;
    margin-bottom: 10%;
  }
  footer > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul li {
    position: relative;
  }
  footer > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul li h4 {
    padding-block: 2rem 0;
  }
  footer > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul li h4:hover {
    cursor: pointer;
  }
  footer > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul li h4:before, footer > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul li h4:after {
    content: "";
    background-color: var(--sakura-blue);
    border-radius: 2px;
    width: 25px;
    height: 2px;
    position: absolute;
    top: 30px;
    right: 15px;
    transform-origin: center center;
    transition: transform 0.2s ease, opacity 0.1s ease 0.1s;
  }
  footer > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul li h4:before {
    width: 2px;
    height: 25px;
    top: 18px;
    right: 26px;
  }
  footer > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul li h4.active::before {
    transform: rotate(180deg);
    opacity: 0;
  }
  footer > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul li h4.active::after {
    transform: rotate(180deg);
  }
  footer > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul li ul {
    overflow: hidden;
    max-height: 0; /* 初期状態で隠す */
    opacity: 0; /* 初期状態で透明 */
    transition: max-height 0.5s ease, opacity 0.3s ease 0.2s, transform 0.8s ease;
  }
  footer > div.nav_pc_upper div.nav_pc_right > ul.nav_pc_right_ul li ul.show {
    opacity: 1; /* 開いたときに表示 */
    transform: translateY(1rem); /* 1remの移動 */
  }
}
footer > div.nav_pc_upper div.nav_pc_right div.nav_priv {
  font-size: var(--fs-p);
}
@media (max-width: 1440px) {
  footer > div.nav_pc_upper div.nav_pc_right div.nav_priv {
    margin-bottom: 2rem;
  }
}
@media (max-width: 480px) {
  footer > div.nav_pc_upper div.nav_pc_right div.nav_priv {
    text-align: center;
  }
}
footer > div.nav_pc_upper div.nav_pc_left {
  width: min(25rem, 100%);
  display: flex;
  flex-direction: column; /* 縦方向に配置 */
  justify-content: flex-end; /* 子要素を下に揃える */
}
@media (max-width: 768px) {
  footer > div.nav_pc_upper div.nav_pc_left {
    margin: 15% auto 0;
  }
}
@media (max-width: 480px) {
  footer > div.nav_pc_upper div.nav_pc_left {
    margin: 0 auto;
    display: block;
  }
}
footer > div.nav_pc_upper div.nav_pc_left div.nav_pc_left_lower {
  display: block;
}
footer > div.nav_pc_upper div.nav_pc_left div.nav_pc_left_lower ul.nav_sns {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}
footer > div.nav_pc_upper div.nav_pc_left div.nav_pc_left_lower ul.nav_sns li {
  text-align: center;
  padding: 0;
}
footer > div.nav_pc_upper div.nav_pc_left div.nav_pc_left_lower ul.nav_sns li img {
  width: min(2rem, 100%);
}
footer > div.nav_pc_upper div.nav_pc_left div.nav_pc_left_lower ul.nav_ftbtn li {
  margin-block: 1rem;
}
footer > div.nav_pc_upper div.nav_pc_left div.nav_pc_left_lower ul.nav_ftbtn li a {
  width: min(25rem, 100%);
  text-align: center;
  background-color: white;
  color: var(--sakura-blue);
  display: inline-block;
  font-size: var(--fs-small);
  padding-inline: 1.5em;
  padding-block: 0.4em;
  border: 1px solid var(--sakura-blue);
  border-radius: 2em;
  transition: 0.5s;
}
footer > div.nav_pc_upper div.nav_pc_left div.nav_pc_left_lower ul.nav_ftbtn li a:hover {
  color: white;
  background-color: var(--sakura-blue);
}
footer > div.nav_pc_upper div.nav_pc_left div.nav_pc_left_lower ul.nav_ftbtn li a svg {
  width: 2em;
  height: 1.5em;
  margin-bottom: -0.1em;
  margin-right: 1em;
}
footer > div.nav_pc_upper div.nav_pc_left div.nav_pc_left_lower ul.nav_ftbtn li:nth-of-type(2) a {
  letter-spacing: 0.5em;
}
footer div.footer_below {
  padding-inline: 5%;
  padding-top: 3rem;
  background-color: var(--sakura-blue);
  color: white;
}
footer div.footer_below div.footer_address {
  padding-top: 1rem;
  padding-bottom: 5rem;
}
@media (max-width: 768px) {
  footer div.footer_below div.footer_address {
    text-align: center;
  }
}
footer div.footer_below div.footer_address h3 {
  padding-bottom: 3rem;
  margin: 0;
}
footer div.footer_below div.footer_address h3 img {
  width: min(200px, 100%);
}
footer div.footer_below div.footer_address > div {
  display: flex;
  -moz-column-gap: 5vw;
       column-gap: 5vw;
}
@media (max-width: 768px) {
  footer div.footer_below div.footer_address > div {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  footer div.footer_below div.footer_address > div > div {
    margin-bottom: 4rem;
  }
}
footer div.footer_below div.footer_address > div > div h4 {
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "Yu Gothic", "Meiryo", "Noto Sans JP", sans-serif;
  font-size: var(--fs-p);
  font-weight: 600;
  padding-bottom: 5%;
}
footer div.footer_below div.footer_address > div > div address {
  line-height: 1.5;
}
footer div.footer_below div.footer_address > div > div address p {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-size: var(--fs-xsmall);
}
footer div.footer_below div.footer_address > div > div ul.footer_nav_sns {
  padding-top: 2rem;
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
@media (max-width: 768px) {
  footer div.footer_below div.footer_address > div > div ul.footer_nav_sns {
    justify-content: center;
    margin-top: 3rem;
    gap: 4rem;
  }
}
footer div.footer_below div.footer_address > div > div ul.footer_nav_sns li {
  width: min(2rem, 100%);
}
footer div.footer_below div.footer_credit {
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-size: var(--fs-xsmall);
  padding-bottom: 1rem;
}
@media (max-width: 768px) {
  footer div.footer_below div.footer_credit {
    text-align: center;
  }
}

body.loading {
  overflow: hidden;
}

#loading-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--bg-white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  z-index: 99998;
}

@media screen and (max-width: 766px) {
  .loadingLogo {
    margin-top: 12%;
    width: 200px;
  }
}
@media screen and (min-width: 767px) {
  .loadingLogo {
    margin-top: 5%;
    width: 200px;
  }
}
/* ロゴのWipeアニメーション */
.loadingLogo {
  position: relative;
  overflow: hidden; /* はみ出た部分を隠す */
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 上下にマスクを作る */
.logo-mask {
  position: absolute;
  width: 100%;
  height: 50%;
  background: var(--bg-white); /* 背景色と同じ */
  transition: transform 1s ease-out;
  z-index: 10;
}

/* 上マスク */
.logo-mask.top {
  top: 0;
  transform: translateY(0);
}

/* 下マスク */
.logo-mask.bottom {
  bottom: 0;
  transform: translateY(0);
}

/* ロゴ画像 */
.loadingLogo img {
  width: 100%;
  height: auto;
  z-index: 2;
}

/* Wipeアニメーション開始（0.5秒遅延） */
.wipe .top {
  animation: wipeTop 0.8s ease-out 0.5s forwards;
}

.wipe .bottom {
  animation: wipeBottom 0.8s ease-out 0.5s forwards;
}

/* 上マスクのアニメーション */
@keyframes wipeTop {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}
/* 下マスクのアニメーション */
@keyframes wipeBottom {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(100%);
  }
}
/* ローディング全体の背景（最初は透明で非表示） */
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999; /* ローディングより1つ下 */
}

/* 左右のオーバーレイ */
.overlay-half {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background: var(--sakura-blue);
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}

.overlay-left {
  left: 0;
}

.overlay-right {
  right: 0;
}

/* フェードインアニメーション */
.fade-in {
  opacity: 1 !important;
  visibility: visible !important;
  transition: opacity 1s ease-in-out; /* トランジションを適用 */
}

/* Wipeout アニメーション */
.wipeout-left {
  animation: wipeOutLeft 1s ease-in-out forwards;
}

.wipeout-right {
  animation: wipeOutRight 1s ease-in-out forwards;
}

@keyframes wipeOutLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes wipeOutRight {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
.hide {
  display: none !important;
}

.sec_below {
  margin-block: 3%;
  width: 100vw;
  height: 100vh;
}

h2 {
  color: var(--sakura-blue);
}

h3 {
  width: min(1150px, 100%);
  margin: 10rem auto 10rem;
  font-size: var(--fs-h1);
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 700;
  color: var(--sakura-blue);
  letter-spacing: 0.5rem;
}
h3 span {
  display: block;
  font-size: var(--fs-h4);
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "Yu Gothic", "Meiryo", "Noto Sans JP", sans-serif;
  font-weight: 400;
  margin-top: 1rem;
  letter-spacing: 0.2rem;
}
@media (max-width: 1024px) {
  h3 {
    padding-left: 5%;
  }
}
@media (max-width: 480px) {
  h3 {
    margin: 10rem auto 5rem;
  }
}

/* Privacy Policy Styles */
.privacy {
  background-color: #f8f9fa;
  min-height: 100vh;
  padding: 4rem 0;
  max-width: 800px;
  margin: 0 auto;
}

.privacy_content {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 2rem;
}

.privacy_content h3 {
  text-align: center;
  color: var(--sakura-blue);
  margin-bottom: 3rem;
  font-size: 2.5rem;
  font-weight: 700;
}

.privacy_content h3 span {
  display: block;
  font-size: 1.6rem;
  color: #666;
  margin-top: 0.5rem;
}

.content_text_wrapper {
  background-color: white;
  margin: 2rem 0;
  padding: 5rem;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.content_text {
  line-height: 1.8;
  color: #333;
  font-size: 16px;
}

.content_text p {
  margin-bottom: 1.5rem;
}

.content_title {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--sakura-blue);
  margin: 3rem 0 1.5rem 0;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid var(--sakura-blue);
}

.h2TitleDeco {
  position: relative;
}

.h2TitleDeco::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 60px;
  height: 3px;
  background-color: #ff6b9d;
}

.priv_outer_list {
  counter-reset: outer-counter;
}

.priv_outer_list > li {
  counter-increment: outer-counter;
  margin-bottom: 2rem;
  position: relative;
  padding-left: 2rem;
}

.priv_outer_list > li::before {
  content: counter(outer-counter) ".";
  position: absolute;
  left: -0.5rem;
  top: -0.2rem;
  font-weight: bold;
  color: var(--sakura-blue);
  font-size: 1.8rem;
}

.priv_md_list {
  counter-reset: md-counter;
}

.priv_md_list > li {
  counter-increment: md-counter;
  margin-bottom: 1.5rem;
  position: relative;
  padding-left: 1.5rem;
}

.priv_md_list > li::before {
  content: "(" counter(md-counter) ")";
  position: absolute;
  left: -8px;
  top: -1px;
  font-weight: bold;
  color: #666;
}

.priv_inner_list {
  margin-top: 1rem;
  padding-left: 1rem;
}

.priv_inner_list > li {
  margin-bottom: 0.8rem;
  position: relative;
  padding-left: 1.2rem;
}

.priv_inner_list > li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--sakura-blue);
  font-weight: bold;
}

.priv_name_right {
  text-align: right;
  margin-top: 2rem;
  font-weight: 600;
  color: var(--sakura-blue);
}

.priv_indent {
  padding-left: 2rem;
  margin-top: 1rem;
}

.terms_text_margin {
  margin-top: 1rem;
}

.privacy .br {
  display: block;
}

/* Responsive Design */
@media (max-width: 768px) {
  .privacy_content {
    padding: 0 1rem;
  }
  
  .content_text_wrapper {
    padding: 2rem 1.5rem;
  }
  
  .content_text {
    font-size: 16px;
  }
  
  .content_title {
    font-size: 1.5rem;
  }
  
  .privacy_content h3 {
    font-size: 2rem;
  }
  
  .priv_outer_list > li {
    padding-left: 1.5rem;
  }
  
  .priv_md_list > li {
    padding-left: 1.2rem;
  }
  
  .priv_inner_list > li {
    padding-left: 1rem;
  }
  
  .priv_indent {
    padding-left: 1rem;
  }
}

@media (max-width: 480px) {
  .privacy_content h3 {
    font-size: 1.8rem;
  }
  
  .content_title {
    font-size: 1.3rem;
  }
  
  .content_text {
    font-size: 16px;
  }
}

/*# sourceMappingURL=privacy.css.map */