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

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

[type=radio] {
  -webkit-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;
}

@font-face {
  font-family: "Shippori Mincho";
  font-weight: 500;
  src: url("../fonts/ShipporiMincho-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Shippori Mincho";
  font-weight: 400;
  src: url("../fonts/ShipporiMincho-Regular.ttf") format("truetype");
}
html {
  height: -webkit-fill-available;
}

body {
  position: relative;
  padding-top: 100vh;
  padding-top: 100dvh;
  background: #f2f3ea;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
}
body.is-lock {
  overflow: hidden;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
img.sp {
  display: block;
}
@media screen and (min-width: 768px) {
  img.sp {
    display: none;
  }
}
img.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  img.pc {
    display: block;
  }
}

br.sp {
  display: inline;
}
@media screen and (min-width: 768px) {
  br.sp {
    display: none;
  }
}
br.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  br.pc {
    display: inline;
  }
}

header {
  display: flex;
  position: sticky;
  z-index: 999;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 55px;
  padding: 15px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  header {
    height: 80px;
  }
}
header figure {
  width: 100%;
  max-width: 320px;
  transform: scale(0.67);
  transform-origin: left;
}
@media screen and (min-width: 768px) {
  header figure {
    max-width: 640px;
    transform-origin: center;
  }
}

section {
  padding: 0 0 50px;
}
@media screen and (min-width: 768px) {
  section {
    padding: 0 0 90px;
  }
}
section .head {
  max-width: 800px;
  margin: 0 auto 30px;
  border-bottom: 1px solid #000;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  section .head {
    margin: 0 auto 50px;
  }
}
section .head-title {
  color: #d26783;
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  section .head-title {
    font-size: 32px;
  }
}
section .head-text {
  margin: 10px 0;
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  section .head-text {
    margin: 30px 0 20px;
    font-size: 20px;
  }
}

footer {
  position: relative;
  z-index: 10;
  padding-top: 50px;
  background: #f2f3ea;
}
@media screen and (min-width: 768px) {
  footer {
    padding-top: 100px;
  }
}
footer .banner {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  footer .banner {
    flex-direction: row;
  }
}
footer .banner a {
  display: flex;
  position: relative;
  justify-content: center;
  width: 130px;
  transition: opacity 300ms;
}
footer .banner a::before {
  content: attr(data-label);
  position: absolute;
  top: -20px;
  font-size: 12px;
  white-space: nowrap;
}
footer .banner a:hover {
  opacity: 0.7;
}
footer .logo {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 20px;
  transition: opacity 300ms;
}
footer .logo:hover {
  opacity: 0.7;
}
footer .logo img {
  max-width: 130px;
}
footer .text {
  padding: 10px;
  background: #d26783;
  color: #fff;
  font-family: sans-serif;
  font-size: 11px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  footer .text {
    font-size: 12px;
  }
}

.scroll {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto 5px;
}
.scroll::before {
  content: "";
  width: 1px;
  height: 60px;
  background: #000;
}
.scroll::after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #d26783;
}

#page-top {
  position: fixed;
  z-index: 2000;
  right: 40px;
  bottom: 130px;
  width: 50px;
  height: 50px;
  transition: 300ms;
  opacity: 0;
  pointer-events: none;
}
#page-top.is-active {
  opacity: 1;
  pointer-events: auto;
}

#hamburger {
  display: block;
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  width: 55px;
  height: 55px;
  transition: background-color 300ms, opacity 300ms;
  opacity: 0;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  #hamburger {
    right: unset;
    left: 0;
    width: 80px;
    height: 80px;
  }
}
#hamburger.is-active span:nth-child(1) {
  transform: translateY(0) rotate(-45deg);
}
@media screen and (min-width: 768px) {
  #hamburger.is-active span:nth-child(1) {
    transform: translateY(-8px) rotate(45deg);
  }
}
#hamburger.is-active span:nth-child(2) {
  transform: translateY(0) translateX(8px);
  opacity: 0;
}
@media screen and (min-width: 768px) {
  #hamburger.is-active span:nth-child(2) {
    transform: translateY(-8px) translateX(-8px);
  }
}
#hamburger.is-active span:nth-child(3) {
  transform: translateY(0) rotate(45deg);
}
@media screen and (min-width: 768px) {
  #hamburger.is-active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
}
#hamburger:hover {
  background: #f2f3ea;
}
#hamburger span {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 35px;
  height: 1.5px;
  margin: auto;
  transition: transform 300ms, opacity 300ms;
  background: #000;
}
@media screen and (min-width: 768px) {
  #hamburger span {
    width: 50px;
  }
}
#hamburger span:nth-child(1) {
  transform: translateY(-12px);
}
@media screen and (min-width: 768px) {
  #hamburger span:nth-child(1) {
    transform: translateY(-21px);
  }
}
#hamburger span:nth-child(2) {
  transform: translateY(0);
}
@media screen and (min-width: 768px) {
  #hamburger span:nth-child(2) {
    transform: translateY(-8px);
  }
}
#hamburger span:nth-child(3) {
  transform: translateY(12px);
}
@media screen and (min-width: 768px) {
  #hamburger span:nth-child(3) {
    transform: translateY(5px);
  }
}
#hamburger::after {
  position: absolute;
  bottom: 10px;
  width: 100%;
  font-size: 12px;
  letter-spacing: 0.25em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #hamburger::after {
    content: "MENU";
  }
}

#side-bar {
  display: flex;
  position: fixed;
  z-index: 998;
  top: 0;
  right: 0;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 420px;
  height: 75vh;
  height: 75dvh;
  padding: 80px 0 40px;
  transform: translateX(100%);
  transition: transform 300ms;
  background: #fff;
}
@media screen and (min-width: 768px) {
  #side-bar {
    right: unset;
    left: 80px;
    height: 100vh;
    height: 100dvh;
    padding: 120px 0;
    padding-right: 80px;
    transform: translateX(-100%);
    box-shadow: -80px 0 0 #fff;
  }
}
#side-bar.is-active {
  transform: translateX(0%);
}
#side-bar.is-active li {
  transform: translateY(0);
  opacity: 1;
}
#side-bar nav {
  width: 100%;
  max-width: 320px;
}
#side-bar nav ul {
  display: grid;
  gap: 40px;
}
#side-bar nav ul li {
  display: flex;
  align-items: center;
  width: 100%;
  transform: translateX(100px);
  transition: transform 500ms, opacity 500ms;
  opacity: 0;
  gap: 3px;
  will-change: transform, opacity;
}
@media screen and (min-width: 768px) {
  #side-bar nav ul li {
    transform: translateX(-100px);
  }
}
#side-bar nav ul li:nth-child(1) {
  transition-delay: 200ms;
}
#side-bar nav ul li:nth-child(2) {
  transition-delay: 300ms;
}
#side-bar nav ul li:nth-child(3) {
  transition-delay: 400ms;
}
#side-bar nav ul li:nth-child(4) {
  transition-delay: 500ms;
}
#side-bar nav ul li:nth-child(5) {
  transition-delay: 600ms;
}
#side-bar nav ul li:nth-child(6) {
  transition-delay: 700ms;
}
#side-bar nav ul li:nth-child(7) {
  transition-delay: 800ms;
}
#side-bar nav ul li:nth-child(8) {
  transition-delay: 900ms;
}
#side-bar nav ul li:nth-child(9) {
  transition-delay: 1000ms;
}
#side-bar nav ul li:nth-child(10) {
  transition-delay: 1100ms;
}
#side-bar nav ul li::before {
  content: "";
  width: 32px;
  height: 32px;
  transition: transform 300ms;
  background-image: url(../images/sakura-symbol.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#side-bar nav ul li:hover::before {
  transform: rotate(18deg);
}
#side-bar nav ul li:hover a {
  color: #d26783;
}
#side-bar nav ul li:hover a::after {
  width: 100%;
}
#side-bar nav ul li a {
  display: block;
  position: relative;
  width: 100%;
  padding: 5px;
  transition: color 300ms;
  border-bottom: 1px solid #000;
}
#side-bar nav ul li a::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0%;
  height: 2px;
  transition: width 300ms;
  background: #d26783;
}
#side-bar .banner {
  max-width: 320px;
  transition: opacity 300ms;
}
#side-bar .banner:hover {
  opacity: 0.7;
}

#main-visual {
  position: relative;
  padding: 0;
}
#main-visual figure {
  aspect-ratio: 375/545;
}
@media screen and (min-width: 768px) {
  #main-visual figure {
    aspect-ratio: 1280/600;
  }
}
#main-visual figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#main-visual .inner {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
#main-visual .title {
  width: 100%;
  max-width: 275px;
  margin: auto;
  padding: 15px 0;
  background: #fff;
  color: #d26783;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #main-visual .title {
    max-width: 605px;
    padding: 10px 0;
    font-size: 32px;
  }
}
#main-visual .caption {
  position: absolute;
  right: 15px;
  bottom: 15px;
  color: #fff;
  font-size: 12px;
  text-shadow: 0 0 4px #000, 0 0 8px #000, 0 0 12px #000;
}

#first-view {
  display: flex;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  min-height: 55px;
  padding: 15px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  #first-view {
    min-height: 80px;
  }
}
#first-view figure {
  width: 100%;
  max-width: 320px;
  transform-origin: left;
  opacity: 0;
}
#first-view figure.is-show {
  transition: opacity 2000ms 1500ms;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  #first-view figure {
    max-width: 640px;
    transform-origin: center;
  }
}

.is-lock #scroll {
  transform: translateY(0);
  opacity: 0;
}

#scroll {
  position: fixed;
  z-index: 1000;
  right: 0;
  bottom: 50px;
  left: 0;
  width: 80px;
  margin: 0 auto;
  transform: translateY(20px);
  transition: 1000ms;
  text-shadow: 0 0 4px #fff, 0 0 8px #fff, 0 0 12px #fff;
  filter: drop-shadow(0 0 4px #fff);
  pointer-events: none;
}

#hero {
  position: relative;
  margin: 0;
  background-color: #fef7f7;
}
#hero::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/sakura.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto calc(100vh - 70px);
}
@media screen and (min-width: 768px) {
  #hero {
    background-size: 80% auto;
  }
}
#hero .caption {
  content: "Image Illust";
  position: fixed;
  z-index: 3;
  right: 10px;
  bottom: 10px;
  color: #fff;
  font-size: 14px;
  text-shadow: 0 0 4px #000, 0 0 8px #000, 0 0 12px #000;
}
#hero .overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 700ms;
  opacity: 0;
  background: #666;
  mix-blend-mode: multiply;
}
#hero .box-01,
#hero .box-02 {
  display: flex;
  position: relative;
  z-index: 2;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#hero .box-01 {
  font-feature-settings: "palt" 1;
  padding: 100vh 0;
  padding: 100dvh 0;
}
#hero .box-01 .title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.375em;
  text-shadow: 2px 2px 2px #fff, 2px -2px 2px #fff, -2px 2px 2px #fff, -2px -2px 2px #fff, 0 0 4px #fff;
}
@media screen and (min-width: 768px) {
  #hero .box-01 .title {
    font-size: 36px;
  }
}
#hero .box-02 {
  flex-direction: column;
  padding: 0 0 75vh;
  padding: 0 0 75dvh;
  color: #fff;
}
#hero .box-02 .title {
  margin-bottom: 18px;
  font-size: 22px;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  #hero .box-02 .title {
    font-size: 24px;
  }
}
#hero .box-02 .text {
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 2.625;
}

section {
  position: relative;
  z-index: 10;
  background: #f2f3ea;
}
section .chip {
  width: 144px;
  margin: 0 auto;
  padding: 0 0 5px;
  background: #d26783;
  color: #fff;
  font-size: 19px;
  text-align: center;
}
section .title {
  padding: 20px 0;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  section .title {
    font-size: 30px;
  }
}

#section-01 {
  padding-top: 50px;
}
#section-01 .inner {
  max-width: 800px;
  margin: auto;
  padding: 25px 0;
  background: #fff;
}
@media screen and (min-width: 768px) {
  #section-01 .inner {
    padding: 45px 60px;
  }
}
#section-01 .images {
  display: flex;
  position: relative;
  gap: 40px;
  max-width: 325px;
}
@media screen and (min-width: 768px) {
  #section-01 .images {
    max-width: 100%;
  }
}
#section-01 .images figure {
  box-shadow: -4px 4px 3px rgba(0, 0, 0, 0.2);
}
#section-01 .images figure:nth-child(2) {
  display: none;
}
@media screen and (min-width: 768px) {
  #section-01 .images figure:nth-child(2) {
    display: block;
  }
}
#section-01 .label {
  max-width: 275px;
  margin: 20px auto;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #section-01 .label {
    max-width: 100%;
  }
}
#section-01 .text {
  max-width: 275px;
  margin: 0 auto;
  color: #4d4d4d;
  line-height: 2.125;
}
@media screen and (min-width: 768px) {
  #section-01 .text {
    max-width: 100%;
  }
}

#section-02 .inner {
  max-width: 275px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #section-02 .inner {
    max-width: 100%;
    padding: 0 50px;
  }
}
#section-02 .text {
  max-width: 560px;
  margin: 0 auto;
  color: #4d4d4d;
  line-height: 2.125;
  text-align: justify;
}
#section-02 .images {
  display: flex;
  position: relative;
  flex-direction: column;
  max-width: 560px;
  margin: 0 auto;
  margin-top: 30px;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  #section-02 .images {
    flex-direction: row;
  }
}
#section-02 .images figcaption {
  margin-top: 10px;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  #section-02 .images figcaption {
    margin-top: 2px;
  }
}
#section-02 .images > figure img {
  box-shadow: -4px 4px 3px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  #section-02 .images > figure img {
    box-shadow: none;
  }
}
#section-02 .images > figure:nth-child(3) {
  display: none;
}
@media screen and (min-width: 768px) {
  #section-02 .images > figure:nth-child(3) {
    display: block;
  }
}

#section-03 .inner {
  max-width: 800px;
  margin: 0 auto;
}
#section-03 .rating {
  display: grid;
  grid-template-columns: repeat(15, 1fr);
  width: 90%;
  margin: 0 auto 20px;
  gap: 5px;
}
@media screen and (min-width: 768px) {
  #section-03 .rating {
    grid-template-columns: repeat(30, 1fr);
    width: 100%;
    gap: 10px;
  }
}
#section-03 .rating.is-active > .sakura:nth-child(1) {
  animation-name: sakura;
  animation-duration: 350ms;
  animation-timing-function: ease-in-out;
  animation-delay: 125ms;
  animation-fill-mode: forwards;
}
#section-03 .rating.is-active > .sakura:nth-child(2) {
  animation-name: sakura;
  animation-duration: 350ms;
  animation-timing-function: ease-in-out;
  animation-delay: 250ms;
  animation-fill-mode: forwards;
}
#section-03 .rating.is-active > .sakura:nth-child(3) {
  animation-name: sakura;
  animation-duration: 350ms;
  animation-timing-function: ease-in-out;
  animation-delay: 375ms;
  animation-fill-mode: forwards;
}
#section-03 .rating.is-active > .sakura:nth-child(4) {
  animation-name: sakura;
  animation-duration: 350ms;
  animation-timing-function: ease-in-out;
  animation-delay: 500ms;
  animation-fill-mode: forwards;
}
#section-03 .rating.is-active > .sakura:nth-child(5) {
  animation-name: sakura;
  animation-duration: 350ms;
  animation-timing-function: ease-in-out;
  animation-delay: 625ms;
  animation-fill-mode: forwards;
}
#section-03 .rating.is-active > .sakura:nth-child(6) {
  animation-name: sakura;
  animation-duration: 350ms;
  animation-timing-function: ease-in-out;
  animation-delay: 750ms;
  animation-fill-mode: forwards;
}
#section-03 .rating.is-active > .sakura:nth-child(7) {
  animation-name: sakura;
  animation-duration: 350ms;
  animation-timing-function: ease-in-out;
  animation-delay: 875ms;
  animation-fill-mode: forwards;
}
#section-03 .rating.is-active > .sakura:nth-child(8) {
  animation-name: sakura;
  animation-duration: 350ms;
  animation-timing-function: ease-in-out;
  animation-delay: 1000ms;
  animation-fill-mode: forwards;
}
#section-03 .rating.is-active > .sakura:nth-child(9) {
  animation-name: sakura;
  animation-duration: 350ms;
  animation-timing-function: ease-in-out;
  animation-delay: 1125ms;
  animation-fill-mode: forwards;
}
#section-03 .rating.is-active > .sakura:nth-child(10) {
  animation-name: sakura;
  animation-duration: 350ms;
  animation-timing-function: ease-in-out;
  animation-delay: 1250ms;
  animation-fill-mode: forwards;
}
#section-03 .rating.is-active > .sakura:nth-child(11) {
  animation-name: sakura;
  animation-duration: 350ms;
  animation-timing-function: ease-in-out;
  animation-delay: 1375ms;
  animation-fill-mode: forwards;
}
#section-03 .rating.is-active > .sakura:nth-child(12) {
  animation-name: sakura;
  animation-duration: 350ms;
  animation-timing-function: ease-in-out;
  animation-delay: 1500ms;
  animation-fill-mode: forwards;
}
#section-03 .rating.is-active > .sakura:nth-child(13) {
  animation-name: sakura;
  animation-duration: 350ms;
  animation-timing-function: ease-in-out;
  animation-delay: 1625ms;
  animation-fill-mode: forwards;
}
#section-03 .rating.is-active > .sakura:nth-child(14) {
  animation-name: sakura;
  animation-duration: 350ms;
  animation-timing-function: ease-in-out;
  animation-delay: 1750ms;
  animation-fill-mode: forwards;
}
#section-03 .rating.is-active > .sakura:nth-child(15) {
  animation-name: sakura;
  animation-duration: 350ms;
  animation-timing-function: ease-in-out;
  animation-delay: 1875ms;
  animation-fill-mode: forwards;
}
#section-03 .rating.is-active > .sakura:nth-child(16) {
  animation-name: sakura;
  animation-duration: 350ms;
  animation-timing-function: ease-in-out;
  animation-delay: 2000ms;
  animation-fill-mode: forwards;
}
#section-03 .rating.is-active > .sakura:nth-child(17) {
  animation-name: sakura;
  animation-duration: 350ms;
  animation-timing-function: ease-in-out;
  animation-delay: 2125ms;
  animation-fill-mode: forwards;
}
#section-03 .rating.is-active > .sakura:nth-child(18) {
  animation-name: sakura;
  animation-duration: 350ms;
  animation-timing-function: ease-in-out;
  animation-delay: 2250ms;
  animation-fill-mode: forwards;
}
#section-03 .rating.is-active > .sakura:nth-child(19) {
  animation-name: sakura;
  animation-duration: 350ms;
  animation-timing-function: ease-in-out;
  animation-delay: 2375ms;
  animation-fill-mode: forwards;
}
@keyframes sakura {
  0% {
    color: #c4c4c4;
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
    color: #d26783;
  }
}
#section-03 .rating .sakura {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c4c4c4;
  aspect-ratio: 1/1;
}
#section-03 #record {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 20px;
  color: #d26783;
  font-family: serif;
  font-size: 18px;
  text-align: center;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "palt" 1;
}
@media screen and (min-width: 768px) {
  #section-03 #record {
    font-size: 22px;
  }
}
#section-03 #record p {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  #section-03 #record p {
    font-size: 14px;
  }
}
#section-03 figure {
  aspect-ratio: 375/260;
}
@media screen and (min-width: 768px) {
  #section-03 figure {
    aspect-ratio: unset;
    border: 1px solid #000;
  }
}
#section-03 figure img {
  object-fit: cover;
  height: 100%;
  object-position: 10% 0%;
}

#section-04 .inner {
  max-width: 275px;
  margin: 30px auto 0;
}
@media screen and (min-width: 768px) {
  #section-04 .inner {
    max-width: 800px;
  }
}
#section-04 .links {
  display: grid;
  gap: 60px;
  margin-top: 30px;
}
#section-04 .links a {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  transition: background-size 300ms;
  box-shadow: -4px 4px 3px rgba(0, 0, 0, 0.2);
  aspect-ratio: 11/12;
}
@media screen and (min-width: 768px) {
  #section-04 .links a {
    aspect-ratio: 80/23;
  }
  #section-04 .links a:hover::after {
    transform: rotate(-18deg);
  }
  #section-04 .links a:hover.link-01 {
    background-size: 115% auto;
  }
  #section-04 .links a:hover.link-02 {
    background-size: 115% auto;
  }
}
#section-04 .links a::before {
  content: attr(data-label);
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #fff;
  font-size: 14px;
  text-shadow: 0 0 4px #000, 0 0 8px #000, 0 0 12px #000;
}
#section-04 .links a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 30px;
  left: 0;
  width: 32px;
  height: 32px;
  margin: auto;
  transform: translateY(-215%);
  transition: transform 200ms;
  background-image: url(../images/sakura-link.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  #section-04 .links a::after {
    transform: translateY(0);
  }
}
#section-04 .links a.link-01 {
  background: url(../images/hero-02.jpg);
  background-position: 50%;
  background-size: auto 110%;
}
@media screen and (min-width: 768px) {
  #section-04 .links a.link-01 {
    background-size: 105% auto;
  }
}
#section-04 .links a.link-02 {
  background: url(../images/hero-03.jpg);
  background-position: 50% 75%;
  background-size: auto 110%;
}
@media screen and (min-width: 768px) {
  #section-04 .links a.link-02 {
    background-size: 105% auto;
  }
}
#section-04 .links a .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 20px 0 60px;
  background: rgba(242, 243, 234, 0.9);
  gap: 15px;
}
@media screen and (min-width: 768px) {
  #section-04 .links a .box {
    width: 300px;
    height: 100%;
    padding: 0;
  }
}
#section-04 .links a .box-title {
  font-size: 20px;
  font-weight: 500;
}
#section-04 .links a .box-text {
  color: #666;
  font-size: 14px;
}

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