/*! 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] {
  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 */
  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"] {
  -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;
}

:root{--opacity: 0.5;--duration: 0.3s}html{scroll-behavior:smooth}html:has(dialog[open]){overflow:hidden}body{padding:0;margin:0;font-family:"Noto Serif JP",sans-serif;font-size:16px;line-height:1.8;letter-spacing:.06em;background-color:#000}main{position:relative}main::before{position:absolute;top:0;left:0;right:0;bottom:-100px;z-index:-1;content:"";background-image:url("/sorahaakaikawanohotori/assets/images/background_pc.png");background-repeat:no-repeat;background-position:center top;background-size:100%}@media(max-width: 767.98px){main::before{background-image:url("/sorahaakaikawanohotori/assets/images/background_sp.png")}}main.bg-fixed::before{position:fixed}img{max-width:100%;height:auto;vertical-align:bottom;border-style:none}@media(min-width: 768px){.only-sp{display:none}}@media(max-width: 767.98px){.without-sp{display:none}}.sr-only{display:none}.l-container{max-width:1240px;margin-inline:auto}@media(max-width: 767.98px){.l-container{padding-inline:12px 14px}}.aurora{position:absolute;top:0;left:0;z-index:2;width:100%;height:100%;pointer-events:none;mix-blend-mode:darken}.aurora__item{position:absolute;width:60vw;height:60vw;overflow:hidden;background-color:var(--clr-1);filter:blur(var(--blur));border-radius:37% 29% 27% 27%/28% 25% 41% 37%;mix-blend-mode:overlay}.aurora__item:nth-of-type(1){top:-50%;animation:aurora-border 6s ease-in-out infinite,aurora-1 12s ease-in-out infinite alternate}.aurora__item:nth-of-type(2){top:0;right:0;background-color:var(--clr-3);animation:aurora-border 6s ease-in-out infinite,aurora-2 12s ease-in-out infinite alternate}.aurora__item:nth-of-type(3){bottom:0;left:0;background-color:var(--clr-2);animation:aurora-border 6s ease-in-out infinite,aurora-3 8s ease-in-out infinite alternate}.aurora__item:nth-of-type(4){right:0;bottom:-50%;background-color:var(--clr-4);animation:aurora-border 6s ease-in-out infinite,aurora-4 24s ease-in-out infinite alternate}.vapaj-wrapper .u-block{display:block !important}.vapaj-wrapper .u-inline-block{display:inline-block !important}.vapaj-wrapper .u-inline{display:inline !important}.vapaj-wrapper .u-hidden{display:none !important}.vapaj-wrapper .u-sm\:block{display:block !important}.vapaj-wrapper .u-sm\:inline-block{display:inline-block !important}.vapaj-wrapper .u-sm\:inline{display:inline !important}.vapaj-wrapper .u-sm\:hidden{display:none !important}.vapaj-wrapper .u-md\:block{display:block !important}.vapaj-wrapper .u-md\:inline-block{display:inline-block !important}.vapaj-wrapper .u-md\:inline{display:inline !important}.vapaj-wrapper .u-md\:hidden{display:none !important}.vapaj-wrapper .u-lg\:block{display:block !important}.vapaj-wrapper .u-lg\:inline-block{display:inline-block !important}.vapaj-wrapper .u-lg\:inline{display:inline !important}.vapaj-wrapper .u-lg\:hidden{display:none !important}.vapaj-wrapper .u-desktop\:block{display:block !important}.vapaj-wrapper .u-desktop\:inline-block{display:inline-block !important}.vapaj-wrapper .u-desktop\:inline{display:inline !important}.vapaj-wrapper .u-desktop\:hidden{display:none !important}.vapaj-wrapper .u-l-desktop\:block{display:block !important}.vapaj-wrapper .u-l-desktop\:inline-block{display:inline-block !important}.vapaj-wrapper .u-l-desktop\:inline{display:inline !important}.vapaj-wrapper .u-l-desktop\:hidden{display:none !important}.modal{width:100%;max-width:unset;min-block-size:100%;margin-inline:auto;background:rgba(0,0,0,0)}.modal::-ms-backdrop{background-color:rgba(0,0,0,.9)}.modal::backdrop{background-color:rgba(0,0,0,.9)}.modal__inner{position:relative;display:grid;grid-template-rows:max-content;gap:12px;justify-items:center;width:100%;max-width:1240px;margin-inline:auto}@media(min-width: 768px){.modal__inner{padding-block:40px}}@media(max-width: 767.98px){.modal__inner{padding-inline:0px}}.modal__content{width:100%}.modal__content-image{width:50%;height:auto;aspect-ratio:336/740}@media(min-width: 768px){.modal__content-image{width:auto;height:70%;position:absolute;top:45%;left:0;transform:translate(15%, -50%)}}@media(max-width: 767.98px){.modal__content-image{position:relative;display:block;margin-inline:auto;margin-top:40px}}.modal-button__close{display:grid;grid-template-columns:repeat(2, max-content);gap:8px;justify-self:flex-end}.modal-button__close::before{display:block;width:15px;height:15px;aspect-ratio:1/1;content:"";background-color:#fff;-webkit-mask-image:url("/sorahaakaikawanohotori/assets/images/icon_close.svg");mask-image:url("/sorahaakaikawanohotori/assets/images/icon_close.svg");-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain}.modal-button__close-text{font-family:"Cormorant SC";font-size:26px;font-style:normal;font-weight:400;line-height:normal;color:#fff;letter-spacing:1.56px;text-box-trim:trim-both;text-box-edge:cap alphabetic}@media(max-width: 767.98px){.modal-button__close-text{color:#fff;font-family:"Cormorant SC";font-size:20px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:1.2px;text-box-trim:trim-both;text-box-edge:cap alphabetic}}.modal-content__headline{display:flex;gap:10px;align-items:center;justify-content:flex-end;padding-block:24px;padding-inline:230px 110px;border-bottom:.5px solid #cbb950}@media(max-width: 767.98px){.modal-content__headline{justify-content:center;padding:40px 11.5px}}.modal-content__headline p{font-family:"Hina Mincho";font-size:48px;font-style:normal;font-weight:400;line-height:1.8;text-align:right;letter-spacing:3.36px;background:linear-gradient(90deg, #cbb950 0%, #f8f6ca 25%, #cbb950 48.08%, #f8f6ca 74.52%, #cbb950 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);text-box-trim:trim-both;text-box-edge:text}@media(max-width: 767.98px){.modal-content__headline p{text-align:center;text-box-trim:trim-both;text-box-edge:text;font-family:"Hina Mincho";font-size:32px;font-style:normal;font-weight:400;line-height:160%;letter-spacing:-0.32px}}.modal-content__body{display:grid;gap:40px;align-items:flex-start;padding:50px 110px 50px 330px}@media(max-width: 767.98px){.modal-content__body{gap:24px;padding-block:50px 40px;padding-inline:12px}}.modal-content__name{font-family:"Hina Mincho";font-size:40px;font-style:normal;font-weight:400;line-height:1.1;color:#fff;text-align:right;letter-spacing:2.8px;text-box-trim:trim-both;text-box-edge:cap alphabetic}@media(max-width: 767.98px){.modal-content__name{color:#fff;font-family:"Hina Mincho";font-size:32px;font-style:normal;font-weight:400;line-height:180%;text-align:center;letter-spacing:2.24px;text-box-trim:trim-both;text-box-edge:cap alphabetic}}@media(min-width: 768px)and (max-width: 1023.98px){.modal-content__name{font-size:30px}}.modal-content__name-sub{display:inline-block;font-family:"Hina Mincho";font-size:24px;font-style:normal;font-weight:400;color:#fff;letter-spacing:1.68px;text-box-trim:trim-both;text-box-edge:cap alphabetic}.modal-content__text{font-family:"Noto Serif JP";font-size:16px;font-style:normal;font-weight:400;line-height:180%;color:#fff;letter-spacing:.96px;text-box-trim:trim-both;text-box-edge:cap alphabetic;white-space:pre-wrap}@media(max-width: 767.98px){.modal-content__text{color:#fff;font-family:"Yu Mincho Pr6N";font-size:16px;font-style:normal;font-weight:300;line-height:160%;letter-spacing:1.6px}}.modal-content-list{display:flex;gap:24px;align-items:center;padding-top:20px}.modal-content-list__item{width:140px;height:140px;aspect-ratio:1/1;background:url(<path-to-image>) #d3d3d3 -350.221px -82.873px/366.753% 259.286% no-repeat;border:.5px solid var(--sheer_gold, #cbb950)}.modal-pagenate{display:flex;justify-content:flex-end;width:100%}.modal-pagenate-list{display:flex;gap:8px}@media(max-width: 767.98px){.modal-pagenate-list{flex-wrap:wrap;justify-content:center}}@media(max-width: 767.98px){.modal-pagenate-list__item{width:calc((100% - 32px)/5)}}.modal-pagenate-button{width:65px;height:65px;background-color:#a29030;transition:background-color var(--duration) ease}@media(max-width: 767.98px){.modal-pagenate-button{width:100%;height:auto}}.modal-pagenate-button:hover{background-color:#c11920}.modal-nav{position:absolute;inset:0;display:flex;align-items:center;justify-content:space-between;padding-inline:20px;pointer-events:none}@media(max-width: 767.98px){.modal-nav{top:0;left:0;width:100%;height:100%}}.modal-button{display:grid;align-items:center;justify-content:center;width:50px;height:50px;pointer-events:all;background-image:url("/sorahaakaikawanohotori/assets/images/btn_modal.svg")}.modal-button::after{display:block;width:5px;height:13.333px;aspect-ratio:5/13.33;content:"";background-color:#e0cd64;-webkit-mask-image:url("/sorahaakaikawanohotori/assets/images/icon_chevron.svg");mask-image:url("/sorahaakaikawanohotori/assets/images/icon_chevron.svg");-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain}.modal-button__prev{transform:rotate(180deg)}:where(dialog)::-ms-backdrop{opacity:0;-ms-transition:opacity 300ms ease-out,display 300ms allow-discrete,overlay 300ms allow-discrete;transition:opacity 300ms ease-out,display 300ms allow-discrete,overlay 300ms allow-discrete}:where(dialog),:where(dialog)::backdrop{opacity:0;transition:opacity 300ms ease-out,display 300ms allow-discrete,overlay 300ms allow-discrete}:where(dialog[open])::-ms-backdrop{opacity:1}:where(dialog[open]),:where(dialog[open])::backdrop{opacity:1}@starting-style{:where(dialog[open])::-ms-backdrop{opacity:0}:where(dialog[open]),:where(dialog[open])::backdrop{opacity:0}}
