@charset "UTF-8";
/* ==========================================================================
   Foundation
   ========================================================================== */
:root {
  --ff-ss: "Noto Sans JP", serif;
  --color-light-pink: #FFF8F9;
  --color-pink: #FAAFBB;
  --color-dark-pink: #CF979F;
  --color-gray: #F7F7F7;
  --base-width: 900;
  --box-width: min(calc(var(--base-width) * 1px), calc(var(--base-width) / 1280 * 100vw));
}

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  font-size: 62.5%;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* 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;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

body {
  color: #3E3E3E;
  font-family: "Noto Serif JP", "ヒラギノ角ゴ ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, system-ui, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: 400;
  overflow-x: hidden;
}
@media only screen and (max-width: 768px) {
  body {
    padding-top: 10.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  body {
    padding-top: min(80px, 6.25vw);
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

span {
  font-size: medium;
}

img {
  vertical-align: bottom;
}

ul {
  list-style: none;
}

a {
  color: #000;
  text-decoration: none;
}

.fix {
  overflow: hidden;
}

.l-header {
  align-items: center;
  display: flex;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
@media only screen and (max-width: 768px) {
  .l-header {
    background: #FFF8F9 url("../img/pict-header.png") no-repeat center center/6.2666666667vw auto;
    height: 10.6666666667vw;
    justify-content: space-between;
    padding-inline: 4vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header {
    background: #FFF8F9 url("../img/pict-header.png") no-repeat center center/min(47px, 3.671875vw) auto;
    height: min(80px, 6.25vw);
    padding-inline: min(50px, 3.90625vw) min(43px, 3.359375vw);
  }
}

@media print, screen and (min-width: 769px) {
  .l-header-logo {
    margin-right: auto;
  }
}
.l-header-logo img {
  display: block;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .l-header-logo img {
    width: 22.1333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-logo img {
    width: min(166px, 12.96875vw);
  }
}

.l-header-menu-button {
  background: #fff;
  display: grid;
  place-content: center start;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .l-header-menu-button {
    border-radius: 2.2666666667vw;
    height: 4.4vw;
    margin-left: auto;
    width: 7.4666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-menu-button {
    border-radius: min(17px, 1.328125vw);
    height: min(33px, 2.578125vw);
    margin-right: min(21px, 1.640625vw);
    padding-left: min(17px, 1.328125vw);
    width: min(89px, 6.953125vw);
  }
}
.l-header-menu-button img {
  height: auto;
}
@media only screen and (max-width: 768px) {
  .l-header-menu-button img {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-menu-button img {
    width: min(27px, 2.109375vw);
  }
}
.l-header-menu-button::before, .l-header-menu-button::after {
  background: #707070;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
@media only screen and (max-width: 768px) {
  .l-header-menu-button::before, .l-header-menu-button::after {
    left: 50%;
    translate: -50% -50%;
    width: 4.2666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-menu-button::before, .l-header-menu-button::after {
    right: min(18px, 1.40625vw);
    width: min(21px, 1.640625vw);
  }
}
@media only screen and (max-width: 768px) {
  .l-header-menu-button::before {
    margin-top: -0.5333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-menu-button::before {
    margin-top: max(-2px, -0.15625vw);
  }
}
@media only screen and (max-width: 768px) {
  .l-header-menu-button::after {
    margin-top: 0.5333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-menu-button::after {
    margin-top: min(2px, 0.15625vw);
  }
}

.l-header-entry-button a {
  background: #fff;
  display: grid;
  place-content: center;
}
@media only screen and (max-width: 768px) {
  .l-header-entry-button a {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-entry-button a {
    border-radius: min(17px, 1.328125vw);
    font-size: min(12px, 0.9375vw);
    height: min(33px, 2.578125vw);
    width: min(112px, 8.75vw);
  }
}

.l-header-menu {
  background: var(--color-pink) url("../img/bg-menu.png") no-repeat right max(-70px, -5.46875vw) bottom max(-100px, -7.8125vw)/min(786px, 61.40625vw) auto;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
}
@media only screen and (max-width: 768px) {
  .l-header-menu {
    background-position: right -7.3333333333vw bottom -11.4666666667vw;
    background-size: 104.8vw auto;
    padding: 6.4vw 4vw 15.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-menu {
    padding-block: min(105px, 8.203125vw) min(123px, 9.609375vw);
  }
}

@media print, screen and (min-width: 769px) {
  .l-header-menu-inner {
    margin-inline: auto;
    width: var(--box-width);
  }
}

.l-header-menu-close {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
  .l-header-menu-close {
    margin-bottom: 20vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-menu-close {
    margin-bottom: min(110px, 8.59375vw);
  }
}
.l-header-menu-close a {
  display: block;
  overflow: hidden;
  position: relative;
  text-indent: -999px;
}
@media only screen and (max-width: 768px) {
  .l-header-menu-close a {
    height: 7.8666666667vw;
    width: 7.8666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-menu-close a {
    height: min(59px, 4.609375vw);
    width: min(59px, 4.609375vw);
  }
}
.l-header-menu-close a::before, .l-header-menu-close a::after {
  background: #fff;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  margin-top: -1px;
  position: absolute;
  top: 50%;
}
@media only screen and (max-width: 768px) {
  .l-header-menu-close a::before, .l-header-menu-close a::after {
    width: 8.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-menu-close a::before, .l-header-menu-close a::after {
    width: min(65px, 5.078125vw);
  }
}
.l-header-menu-close a::before {
  transform: translate(-50%) rotate(45deg);
}
.l-header-menu-close a::after {
  transform: translate(-50%) rotate(-45deg);
}

.l-header-nav {
  font-family: var(--ff-ss);
}
@media only screen and (max-width: 768px) {
  .l-header-nav {
    padding-inline: 5.7333333333vw;
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-nav {
    padding-left: min(27px, 2.109375vw);
  }
}

.l-header-nav-top {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .l-header-nav-top {
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-nav-top {
    margin-bottom: min(120px, 9.375vw);
  }
}

@media only screen and (max-width: 768px) {
  .l-header-nav-sp-main {
    margin-bottom: 11.7333333333vw;
    width: 48vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-nav-sp-main {
    display: flex;
    width: min(632px, 49.375vw);
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-nav-sp-main .l-header-nav-column:first-child {
    width: min(334px, 26.09375vw);
  }
}

@media only screen and (max-width: 768px) {
  .l-header-nav-item {
    margin-bottom: 4vw;
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-nav-item:not(:first-child) {
    margin-top: min(30px, 2.34375vw);
  }
}
.l-header-nav-item a {
  color: #FFF8F9;
  display: block;
}
@media only screen and (max-width: 768px) {
  .l-header-nav-item a {
    padding-left: 3.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-nav-item a {
    padding-left: min(16px, 1.25vw);
  }
}

.l-header-nav-ja {
  font-weight: 500;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .l-header-nav-ja {
    font-size: 4vw;
    line-height: 1.4;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-nav-ja {
    font-size: min(20px, 1.5625vw);
    line-height: 1.5;
  }
}
.l-header-nav-ja::before {
  background: #FFF8F9;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .l-header-nav-ja::before {
    left: -3.3333333333vw;
    top: 0.7em;
    width: 1.4666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-nav-ja::before {
    left: max(-16px, -1.25vw);
    top: 50%;
    width: min(7px, 0.546875vw);
  }
}

@media only screen and (max-width: 768px) {
  .l-header-nav-en {
    font-size: 2.8vw;
    line-height: 1.429;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-nav-en {
    font-size: min(14px, 1.09375vw);
    line-height: 1.428;
  }
}

@media only screen and (max-width: 768px) {
  .l-header-nav-sp-sub .l-header-nav-item {
    margin-bottom: 2.4vw;
  }
}
@media only screen and (max-width: 768px) {
  .l-header-nav-sp-sub .l-header-nav-ja {
    font-size: 3.3333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .l-header-nav-sp-sub .l-header-nav-en {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .l-header-nav-sp-sub .l-header-nav-sub li {
    font-weight: 500;
    line-height: 1.4;
    padding-left: min(25px, 1.953125vw);
  }
}
@media only screen and (max-width: 768px) {
  .l-header-nav-sp-sub .l-header-nav-sub li + li {
    margin-top: 2.4vw;
  }
}
@media only screen and (max-width: 768px) {
  .l-header-nav-sp-sub .l-header-nav-sub a {
    font-size: 3.3333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .l-header-nav-sp-sub .l-header-nav-sub a::before {
    left: -3.3333333333vw;
    top: 0.7em;
    width: min(11px, 0.859375vw);
  }
}

@media print, screen and (min-width: 769px) {
  .l-header-nav-bottom {
    align-items: center;
    display: flex;
  }
}

@media only screen and (max-width: 768px) {
  .l-header-nav-button {
    display: flex;
    justify-content: center;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-nav-button {
    margin-right: min(396px, 30.9375vw);
  }
}
.l-header-nav-button a {
  border: 1px solid #F7F7F7;
  color: #FFF8F9;
  display: grid;
  place-content: center;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .l-header-nav-button a {
    height: 16.4vw;
    place-items: center;
    width: 66.1333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-nav-button a {
    height: min(84px, 6.5625vw);
    width: min(236px, 18.4375vw);
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-nav-button a:hover {
    background: var(--color-dark-pink);
  }
}

.l-header-nav-button-ja {
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .l-header-nav-button-ja {
    font-size: 3.7333333333vw;
    line-height: 1.428;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-nav-button-ja {
    font-size: min(20px, 1.5625vw);
    line-height: 1.5;
  }
}

@media only screen and (max-width: 768px) {
  .l-header-nav-button-en {
    font-size: 2.6666666667vw;
    line-height: 1.35;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-nav-button-en {
    font-size: min(14px, 1.09375vw);
    line-height: 1.428;
  }
}

.l-header-nav-sub li {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .l-header-nav-sub li {
    line-height: 1.5;
    padding-left: min(16px, 1.25vw);
  }
}
@media print, screen and (min-width: 769px) {
  .l-header-nav-sub li + li {
    margin-top: min(12px, 0.9375vw);
  }
}
.l-header-nav-sub a {
  color: #FFF8F9;
  display: inline-block;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .l-header-nav-sub a {
    font-size: min(16px, 1.25vw);
  }
}
.l-header-nav-sub a::before {
  background: #FFF8F9;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
}
@media print, screen and (min-width: 769px) {
  .l-header-nav-sub a::before {
    left: max(-16px, -1.25vw);
    width: min(7px, 0.546875vw);
  }
}

.l-footer-information {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .l-footer-information {
    padding: 12.4vw 12vw 25.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer-information {
    padding-block: min(100px, 7.8125vw) min(70px, 5.46875vw);
  }
}
.l-footer-information::before {
  background: linear-gradient(to bottom, #F4F4F4, #D8D8D8);
  content: "";
  display: block;
  filter: blur(10px);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.l-footer-information-inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 10;
}

.l-footer-information-title-ja {
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  .l-footer-information-title-ja {
    font-size: 4.5333333333vw;
    letter-spacing: 0.11em;
    line-height: 1.47;
    margin-bottom: 1.3333333333vw;
    padding-left: 0.11em;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer-information-title-ja {
    font-size: min(41px, 3.203125vw);
    letter-spacing: 0.2em;
    line-height: 1.439;
    margin-bottom: min(12px, 0.9375vw);
    padding-left: 0.2em;
  }
}

.l-footer-information-title-en {
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  .l-footer-information-title-en {
    font-size: 2.9333333333vw;
    line-height: 1.4;
    margin-bottom: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer-information-title-en {
    font-size: min(17px, 1.328125vw);
    line-height: 1.47;
    margin-bottom: min(46px, 3.59375vw);
  }
}

.l-footer-information-text {
  font-weight: 300;
  letter-spacing: 0.04em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .l-footer-information-text {
    font-size: 3.6vw;
    line-height: 2.29;
    margin-bottom: 11.0666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer-information-text {
    font-size: min(19px, 1.484375vw);
    line-height: 1.736;
    margin-bottom: min(40px, 3.125vw);
  }
}

.l-footer-information-links {
  align-items: center;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .l-footer-information-links {
    gap: 4.2666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer-information-links {
    gap: min(25px, 1.953125vw);
  }
}
.l-footer-information-links a {
  background: #fff;
  display: grid;
  font-weight: 300;
  letter-spacing: 0.06em;
  place-content: center;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .l-footer-information-links a {
    font-size: 4.2666666667vw;
    height: 12.5333333333vw;
    width: 71.7333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer-information-links a {
    font-size: min(23px, 1.796875vw);
    height: min(71px, 5.546875vw);
    width: min(408px, 31.875vw);
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer-information-links a:hover {
    background: var(--color-dark-pink);
    color: #fff;
  }
}

@media only screen and (max-width: 768px) {
  .l-footer-welcome {
    margin-block: -2vw 33.6vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer-welcome {
    margin-block: max(-22px, -1.71875vw) min(147px, 11.484375vw);
  }
}

@media only screen and (max-width: 768px) {
  .l-footer-welcome-image {
    height: 45.6vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer-welcome-image {
    height: min(595px, 46.484375vw);
  }
}
.l-footer-welcome-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.l-footer-welcome-inner {
  align-items: center;
  background: linear-gradient(135deg, #FEF8F9, #FFEDF3);
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .l-footer-welcome-inner {
    padding-bottom: 18.4vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer-welcome-inner {
    padding-bottom: min(113px, 8.828125vw);
  }
}

.l-footer-welcome-title {
  font-weight: 200;
}
@media only screen and (max-width: 768px) {
  .l-footer-welcome-title {
    font-size: 9.0666666667vw;
    line-height: 1.426;
    margin-block: -8.8vw 12.2666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer-welcome-title {
    font-size: min(55px, 4.296875vw);
    line-height: 1.436;
    margin-block: max(-51px, -3.984375vw) min(66px, 5.15625vw);
  }
}

.l-footer-welcome-text {
  font-weight: 300;
  letter-spacing: 0.04em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .l-footer-welcome-text {
    font-size: 3.6vw;
    line-height: 2.29;
    margin-bottom: 6.9333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer-welcome-text {
    font-size: min(19px, 1.484375vw);
    line-height: 2.368;
    margin-bottom: min(60px, 4.6875vw);
  }
}

.l-footer-welcome-button a {
  background: #fff;
  border: 1px solid #000;
  display: grid;
  font-weight: 300;
  letter-spacing: 0.14em;
  padding-left: 0.14em;
  place-content: center;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .l-footer-welcome-button a {
    font-size: 4.1333333333vw;
    height: 14vw;
    width: 71.7333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer-welcome-button a {
    font-size: min(25px, 1.953125vw);
    height: min(81px, 6.328125vw);
    width: min(412px, 32.1875vw);
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer-welcome-button a:hover {
    background: var(--color-dark-pink);
    color: #fff;
  }
}

@media print, screen and (min-width: 769px) {
  .l-footer-main {
    padding-bottom: min(20px, 1.5625vw);
  }
}

.l-footer-message {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .l-footer-message {
    margin-bottom: 5.4666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer-message {
    margin-bottom: min(30px, 2.34375vw);
  }
}
.l-footer-message img {
  height: auto;
}
@media only screen and (max-width: 768px) {
  .l-footer-message img {
    width: 78.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer-message img {
    width: min(405px, 31.640625vw);
  }
}

.l-footer-logo {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .l-footer-logo {
    margin-bottom: 28.8vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer-logo {
    margin-bottom: min(140px, 10.9375vw);
  }
}
.l-footer-logo img {
  height: auto;
}
@media only screen and (max-width: 768px) {
  .l-footer-logo img {
    width: 46.1333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer-logo img {
    width: min(251px, 19.609375vw);
  }
}

.l-footer-bottom {
  align-items: center;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .l-footer-bottom {
    flex-direction: column;
    padding-bottom: 4vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer-bottom {
    margin-inline: auto;
    width: var(--box-width);
  }
}

.l-footer-sns {
  align-items: center;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .l-footer-sns {
    justify-content: center;
    gap: 2.6666666667vw;
    margin-bottom: 11.7333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer-sns {
    gap: min(6px, 0.46875vw);
    margin-right: min(38px, 2.96875vw);
  }
}
.l-footer-sns img {
  height: auto;
}
@media only screen and (max-width: 768px) {
  .l-footer-sns img {
    width: 7.4666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer-sns img {
    width: min(20px, 1.5625vw);
  }
}
@media only screen and (max-width: 768px) {
  .l-footer-sns li:nth-child(5) img {
    width: 7.7333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer-sns li:nth-child(5) img {
    width: min(21px, 1.640625vw);
  }
}
@media only screen and (max-width: 768px) {
  .l-footer-sns li:nth-child(6) img {
    width: 8vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer-sns li:nth-child(6) img {
    width: min(22px, 1.71875vw);
  }
}

.l-footer-link {
  font-family: var(--ff-ss);
}
@media only screen and (max-width: 768px) {
  .l-footer-link {
    margin-bottom: 9.0666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer-link {
    margin-right: auto;
  }
}
.l-footer-link a {
  color: #1D1D1D;
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  .l-footer-link a {
    font-size: 4.2666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer-link a {
    font-size: 16px;
  }
}

.l-footer-copyright {
  color: #3E3E3E;
}
@media only screen and (max-width: 768px) {
  .l-footer-copyright {
    font-size: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer-copyright {
    font-size: min(11px, 0.859375vw);
  }
}

@media print, screen and (min-width: 769px) {
  .c-box {
    margin-inline: auto;
    width: var(--box-width);
  }
}

@media only screen and (max-width: 768px) {
  .c-ttl-main {
    margin-bottom: 13.6vw;
    padding-top: 22.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .c-ttl-main {
    margin-bottom: min(101px, 7.890625vw);
    padding-top: min(174px, 13.59375vw);
  }
}

@media only screen and (max-width: 768px) {
  :has(.c-lead) .c-ttl-main {
    margin-bottom: 12vw;
  }
}
@media print, screen and (min-width: 769px) {
  :has(.c-lead) .c-ttl-main {
    margin-bottom: min(70px, 5.46875vw);
  }
}

.c-ttl-main-en {
  font-weight: 300;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .c-ttl-main-en {
    font-size: 2.9333333333vw;
    line-height: 1.363;
    margin-bottom: 9.7333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .c-ttl-main-en {
    font-size: min(17px, 1.328125vw);
    line-height: 1.47;
    margin-bottom: min(70px, 5.46875vw);
  }
}

.c-ttl-main-ja {
  font-weight: 300;
  letter-spacing: 0.09em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .c-ttl-main-ja {
    font-size: 4.5333333333vw;
    line-height: 1.47;
  }
}
@media print, screen and (min-width: 769px) {
  .c-ttl-main-ja {
    font-size: min(38px, 2.96875vw);
    line-height: 1.447;
  }
}

.c-ttl01.-center {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.c-ttl01-ja {
  font-weight: 300;
  letter-spacing: 0.11em;
}
@media only screen and (max-width: 768px) {
  .c-ttl01-ja {
    font-size: 4.5333333333vw;
    line-height: 1.47;
    margin-bottom: 1.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .c-ttl01-ja {
    font-size: min(34px, 2.65625vw);
    line-height: 1.441;
    margin-bottom: min(14px, 1.09375vw);
  }
}

.c-ttl01-en {
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  .c-ttl01-en {
    font-size: 2.9333333333vw;
    line-height: 1.4;
  }
}
@media print, screen and (min-width: 769px) {
  .c-ttl01-en {
    font-size: min(17px, 1.328125vw);
  }
}

.c-btn01 {
  background: #F7B9C3;
  color: #fff;
  display: grid;
  letter-spacing: 0.06em;
  place-content: center;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .c-btn01 {
    background: var(--color-pink);
    font-family: var(--ff-ss);
    font-size: 3.3333333333vw;
    height: 10.9333333333vw;
    position: relative;
    width: 41.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .c-btn01 {
    font-size: min(17px, 1.328125vw);
    height: min(46px, 3.59375vw);
    width: min(206px, 16.09375vw);
  }
}
@media only screen and (max-width: 768px) {
  .c-btn01::after {
    background: #fff;
    content: "";
    display: block;
    height: 1.8666666667vw;
    -webkit-mask-image: url(../img/icon-arrow02.svg);
            mask-image: url(../img/icon-arrow02.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    position: absolute;
    right: 5.3333333333vw;
    top: 50%;
    translate: 0 -50%;
    width: 0.9333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .c-btn01:hover {
    opacity: 0.7;
  }
}

.c-nav-bottom {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .c-nav-bottom {
    margin-bottom: 16vw;
    padding-inline: 4vw;
  }
}
@media print, screen and (min-width: 769px) {
  .c-nav-bottom {
    margin-bottom: min(150px, 11.71875vw);
  }
}

.c-link-back {
  display: grid;
  font-weight: 300;
  place-content: start center;
  position: relative;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .c-link-back {
    font-size: 3.2vw;
    height: 14.6666666667vw;
    line-height: 1.458;
    padding-top: 6.1333333333vw;
    width: 40.5333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .c-link-back {
    font-size: min(22px, 1.71875vw);
    height: min(85px, 6.640625vw);
    line-height: 1.4;
    padding-top: min(33px, 2.578125vw);
    width: min(237px, 18.515625vw);
  }
}
.c-link-back::before {
  content: "Back";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 768px) {
  .c-link-back::before {
    font-size: 2.8vw;
    line-height: 1.428;
  }
}
@media print, screen and (min-width: 769px) {
  .c-link-back::before {
    font-size: min(17px, 1.328125vw);
    line-height: 1.47;
  }
}
.c-link-back::after {
  background: url("../img/pict-link-arrow.svg") no-repeat right top/auto 100%;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  scale: -1 1;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .c-link-back::after {
    height: 3.3333333333vw;
    width: 40.5333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .c-link-back::after {
    height: min(20px, 1.5625vw);
    width: min(238px, 18.59375vw);
  }
}
@media print, screen and (min-width: 769px) {
  .c-link-back:hover {
    opacity: 0.7;
  }
}
@media print, screen and (min-width: 769px) {
  .c-link-back:hover::after {
    transform: translate(10px, 0);
  }
}

.c-link-next {
  display: grid;
  font-weight: 300;
  place-content: start center;
  position: relative;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .c-link-next {
    font-size: 3.2vw;
    height: 14.6666666667vw;
    line-height: 1.458;
    padding-top: 6.1333333333vw;
    width: 40.5333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .c-link-next {
    font-size: min(22px, 1.71875vw);
    height: min(85px, 6.640625vw);
    line-height: 1.4;
    padding-top: min(33px, 2.578125vw);
    width: min(237px, 18.515625vw);
  }
}
.c-link-next::before {
  content: "Next";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 768px) {
  .c-link-next::before {
    font-size: 2.8vw;
    line-height: 1.428;
  }
}
@media print, screen and (min-width: 769px) {
  .c-link-next::before {
    font-size: min(17px, 1.328125vw);
    line-height: 1.47;
  }
}
.c-link-next::after {
  background: url("../img/pict-link-arrow.svg") no-repeat right top/auto 100%;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .c-link-next::after {
    height: 3.3333333333vw;
    width: 40.5333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .c-link-next::after {
    height: min(20px, 1.5625vw);
    width: min(238px, 18.59375vw);
  }
}
@media print, screen and (min-width: 769px) {
  .c-link-next:hover {
    opacity: 0.7;
  }
}
@media print, screen and (min-width: 769px) {
  .c-link-next:hover::after {
    transform: translate(10px, 0);
  }
}

.c-lead {
  font-weight: 300;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .c-lead {
    font-size: 3.6vw;
    line-height: 2.59;
    margin-bottom: 13.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .c-lead {
    font-size: min(21px, 1.640625vw);
    line-height: 2.714;
    margin-bottom: min(144px, 11.25vw);
  }
}

.c-overlay {
  background: rgba(255, 255, 255, 0.9);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

/* display */
@media only screen and (max-width: 768px) {
  .u-pc {
    display: none !important;
  }
}

@media print, screen and (min-width: 769px) {
  .u-sp {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */