/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

/**
 * 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,
source,
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 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * 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;
}

/**
 * 1. 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 */
}

/**
 * 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;
}

/*
easing
https://easings.net/ja
 */
h1,
h2,
h3,
h4,
h5,
h6,
p,
div,
dt,
dd,
li,
ul,
ol,
span,
figcaption,
address,
th,
td,
thead,
caption,
label,
input,
form,
button,
select,
textarea,
sup,
sub {
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

picture {
  display: block;
}

img,
source {
  width: 100%;
  max-width: 200%;
  height: auto;
}

*,
*::before,
*::after {
  background-repeat: no-repeat;
}

:root {
  --cBlueText: #4e668d;
  --cWhite: #fff;
  --cLightBlue: #82afdc;
  --cBlue: #4a80bc;
  --cGray: #95a3bb;
  --z-minus: -1;
  --z-zero: 0;
  --z-contents: 1;
  --z-contents-over: 2;
  --z-fixed: 3;
  --z-fixed-over: 4;
  --z-drawer: 5;
  --z-drawer-over: 6;
  --z-loading-mask: 7;
}

html,
body {
  -webkit-overflow-scrolling: touch;
}

html {
  background-color: var(--cWhite);
}

body {
  font-size: 1rem;
  font-feature-settings: "palt";
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: var(--cBlueText);
  letter-spacing: 0.02em;
  overflow-x: hidden;
  width: 100%;
  animation: fadeInAnimaiton 0.5s cubic-bezier(0.11, 0, 0.5, 0) forwards;
}
body.ua-windows {
  font-weight: 500;
}
body.ua-macos {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.ua-chrome img {
  image-rendering: -webkit-optimize-contrast;
}

.body-inner {
  width: 100%;
}

/* = Selected Text
----------------------------------------------- */
::-moz-selection {
  color: var(--cWhite);
  background: var(--cBlue);
}
::selection {
  color: var(--cWhite);
  background: var(--cBlue);
}

::-moz-selection {
  color: var(--cWhite);
  background: var(--cBlue);
}

.pin-spacer {
  pointer-events: none;
}

.js-showIn {
  opacity: 0;
  transition: opacity 0.7s ease-in;
  transform-origin: bottom center;
  will-change: opacity, transform;
}
.js-showIn.is-show {
  opacity: 1;
}

.js-showIn-slow {
  opacity: 0;
  transition: opacity 0.7s 0.4s ease, transform 0.7s 0.4s ease;
  transform-origin: bottom center;
  transform: translateY(0.625rem);
  will-change: opacity, transform;
}
.js-showIn-slow.is-show {
  opacity: 1;
  transform: translateY(0);
}

.js-blurIn {
  opacity: 0;
  transition: opacity 0.5s 0.5s ease, transform 0.8s 0.5s ease, filter 2s 0.5s ease;
  transform-origin: bottom center;
  transform: translateY(0.3125rem);
  filter: blur(0.3125rem);
  will-change: opacity, transform, filter;
}
.js-blurIn.is-show {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

@keyframes fadeInAnimaiton {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.l-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow-x: clip;
  position: relative;
}
.l-main__contents {
  width: 100%;
}
.l-main__contents section:not(.p-intro) {
  margin-top: min(15.625rem, 33.3333333333vw);
}

.p-contents {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: min(6.25rem, 13.3333333333vw) 0;
  width: 80%;
  max-width: 18.75rem;
}
.p-contents__inner {
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.p-contents__logo {
  width: 86.6666666667%;
  max-width: 16.25rem;
  margin: 0 auto;
}
.p-contents__comingsoon {
  text-align: center;
  font-size: clamp(2.375rem, 2.3040489405rem + 0.3027245207vw, 2.5625rem);
  margin: 0.5em auto 2em;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.03em;
  color: var(--cLightBlue);
  white-space: nowrap;
}
.p-contents__lead {
  font-size: clamp(0.875rem, 0.8276992936rem + 0.2018163471vw, 1rem);
  line-height: 2;
}
.p-contents__right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  max-width: 18.75rem;
}
.p-contents__info {
  width: 100%;
  max-width: 18.75rem;
  margin-top: 4.375rem;
  background-color: var(--cLightBlue);
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--cWhite);
  padding: 2.5rem 0 2.1875rem;
  border-radius: 1rem;
}
.p-contents__info-heading {
  font-size: 1.375rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 1.5em;
}
.p-contents__info-instagram {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
  padding: 0.625rem 1.25rem;
  background-color: var(--cBlue);
  transition: background 0.3s ease;
  border-radius: 50vh;
}
.p-contents__info-instagram img {
  width: 1.125rem;
}
.p-contents__info-instagram .arrow {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 14px;
}
.p-contents__info-instagram .arrow::before, .p-contents__info-instagram .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  width: 9px;
  height: 1px;
  border-radius: 9999px;
  background-color: var(--cWhite);
  transform-origin: calc(100% - 0.5px) 50%;
}
.p-contents__info-instagram .arrow::before {
  transform: rotate(45deg);
}
.p-contents__info-instagram .arrow::after {
  transform: rotate(-45deg);
}
.p-contents__info-instagram:hover {
  background-color: var(--cBlueText);
}
.p-contents__info-qrcode {
  width: 23.3333333333%;
  margin: 1.25rem 0 0.625rem;
}
.p-contents__info-bubble {
  position: relative;
  width: 72%;
}
.p-contents__info-bubble p {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -35%);
  text-align: center;
  font-size: clamp(0.8125rem, 0.7888496468rem + 0.1009081736vw, 0.875rem);
  line-height: 1.86;
}
.p-contents__bottom-contact {
  max-width: 100%;
  margin-top: 1.5em;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 0.5em;
}
.p-contents__bottom-contact p,
.p-contents__bottom-contact a {
  font-size: 0.8125rem;
  white-space: nowrap;
  transition: color 0.3s ease;
}
.p-contents__bottom-contact p:nth-child(n+2),
.p-contents__bottom-contact a:nth-child(n+2) {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.p-contents__bottom-contact a:hover {
  color: var(--cLightBlue);
}
.p-contents__bottom-copyright {
  text-align: right;
  margin-top: 1em;
  font-size: 0.6875rem;
  color: var(--cGray);
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.u-underline {
  text-decoration: underline;
  text-decoration-thickness: 0.06em;
  text-underline-offset: 0.15em;
  font-weight: 400;
}

.u-block {
  display: block;
}

.u-bold {
  font-weight: 700;
}

.u-desc {
  font-size: clamp(0.75rem, 0.7026992936rem + 0.2018163471vw, 0.875rem);
  line-height: 2;
  letter-spacing: 0.04em;
  text-align: justify;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.u-sr {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  border: 0 !important;
}

.u-upper {
  text-transform: uppercase;
}

.u-justify {
  text-align: justify;
  text-justify: inter-ideograph;
  text-justify: inter-character;
}

.u-ds-xl {
  display: none;
}

.u-ds-pc {
  display: none;
}

.u-ds-pcOver {
  display: none;
}

.u-ds-lgOver {
  display: none;
}

.u-ds-lg {
  display: block;
}

.u-ds-mdOver {
  display: none;
}

.u-ds-mdOnly {
  display: none;
}

.u-ds-md {
  display: block;
}

.u-ds-sm {
  display: block;
}

.u-ds-std {
  display: block;
}

@media (hover: hover) {
  a,
  button {
    cursor: pointer;
    transition: opacity 0.4s cubic-bezier(0, 0.55, 0.45, 1), color 0.4s cubic-bezier(0, 0.55, 0.45, 1);
  }
}

@media (hover: none) {
  a,
  button {
    -webkit-tap-highlight-color: transparent;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-ds-pc {
    display: block;
  }
  .u-ds-pcOver {
    display: block;
  }
}

@media print, screen and (min-width: 1366px) {
  .u-ds-xl {
    display: block;
  }
}

@media print, screen and (min-width: 375px) {
  .u-ds-std {
    display: none;
  }
}

@media print, screen and (min-width: 520px) {
  .u-ds-sm {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .u-ds-sp {
    display: none !important;
  }
  .u-ds-mdOver {
    display: block;
  }
  .u-ds-mdOnly {
    display: block;
  }
  .u-ds-md {
    display: none;
  }
}

@media print, screen and (min-width: 960px) {
  .l-main__contents section:not(.p-intro) {
    margin-top: min(15rem, 17.5695461201vw);
  }
  .p-contents {
    padding: min(6.25rem, 7.3206442167vw) 0 min(3.125rem, 3.6603221083vw);
    width: 78.0380673499%;
    max-width: 66.625rem;
  }
  .p-contents__inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
  .p-contents__logo {
    width: 21.875rem;
    max-width: initial;
  }
  .p-contents__comingsoon {
    font-size: 3rem;
    margin: 0.9em auto 1.7em;
  }
  .p-contents__lead {
    font-size: 1.125rem;
  }
  .p-contents__info {
    width: 18.75rem;
    margin-top: 0;
  }
  .p-contents__info-bubble {
    width: 13.5rem;
  }
  .p-contents__info-bubble p {
    font-size: 0.875rem;
  }
  .p-contents__bottom-contact {
    flex-direction: row;
    gap: 1em;
  }
  .u-ds-lgOver {
    display: block;
  }
  .u-ds-lg {
    display: none;
  }
  .u-ds-mdOnly {
    display: none;
  }
}