@charset "utf-8";

:root {
  --color1: #85C0E3;
  --color2: #FFF9EF;
  --font1: "Noto Sans JP", sans-serif;
}

.rain_fsc img {
  height: auto;
  width: 100%;
}

.rain_fsc ul,
.rain_fsc li,
.rain_fsc figure,
.rain_fsc p {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.rain_fsc {
  background-color: #FCF9F5;
  /*
  background-image: url(../images/bg_01.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  */
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
  position: relative;
  z-index: 0;
}

.rain-bg_fsc {
  height: 100vh;
  height: calc(var(--rain-vh, 1vh) * 100);
  left: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 0;
}

.rain-bg__item_fsc {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  inset: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.8s ease;
  will-change: opacity;
}

.rain-bg__item_fsc.is-active {
  opacity: 1;
}

.rain-bg__item--01_fsc {
  background-image: url(../images/bg_01.webp);
}

.rain-bg__item--02_fsc {
  background-image: url(../images/bg_02.webp);
}

.rain-bg__item--03_fsc {
  background-image: url(../images/bg_03.webp);
}

.rain_falling_fsc {
  height: 100vh;
  height: calc(var(--rain-vh, 1vh) * 100);
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  width: 100%;
  z-index: 2;
}

.rain_falling_fsc::before,
.rain_falling_fsc::after {
  animation: rainFalling_fsc var(--falling-duration_fsc, 1.8s) linear var(--falling-delay_fsc, 0s) infinite;
  background-color: currentColor;
  border-radius: 999px;
  box-shadow: var(--falling-shadows_fsc);
  color: var(--falling-color_fsc, rgba(133, 192, 227, 0.45));
  content: "";
  height: var(--falling-height_fsc, 120px);
  left: 0;
  opacity: var(--falling-opacity_fsc, 0.45);
  position: absolute;
  top: -32vh;
  transform: translate3d(var(--falling-start-x_fsc, 0), 0, 0) rotate(var(--falling-angle_fsc, -7deg));
  transform-origin: top center;
  width: var(--falling-width_fsc, 1px);
  will-change: transform;
}

.rain_falling_fsc::after {
  animation-delay: var(--falling-delay-alt_fsc, -0.8s);
}

.falling__01_fsc {
  --falling-angle_fsc: 0;
  --falling-color_fsc: rgba(93, 168, 215, 0.62);
  --falling-delay_fsc: -0.2s;
  --falling-delay-alt_fsc: -0.95s;
  --falling-duration_fsc: 1.35s;
  --falling-end-x_fsc: -26px;
  --falling-height_fsc: 128px;
  --falling-opacity_fsc: 0.5;
  --falling-shadows_fsc:
    6vw 7vh 0 0 currentColor,
    18vw 28vh 0 0 currentColor,
    31vw 12vh 0 0 currentColor,
    43vw 52vh 0 0 currentColor,
    57vw 21vh 0 0 currentColor,
    69vw 68vh 0 0 currentColor,
    78vw 35vh 0 0 currentColor,
    92vw 8vh 0 0 currentColor,
    12vw 86vh 0 0 currentColor,
    37vw 104vh 0 0 currentColor,
    63vw 94vh 0 0 currentColor,
    88vw 116vh 0 0 currentColor,
    2vw 47vh 0 0 currentColor,
    10vw 128vh 0 0 currentColor,
    24vw 56vh 0 0 currentColor,
    35vw 3vh 0 0 currentColor,
    46vw 96vh 0 0 currentColor,
    54vw 71vh 0 0 currentColor,
    65vw 31vh 0 0 currentColor,
    74vw 126vh 0 0 currentColor,
    82vw 18vh 0 0 currentColor,
    90vw 91vh 0 0 currentColor,
    98vw 42vh 0 0 currentColor,
    29vw 134vh 0 0 currentColor;
}

.falling__01_fsc::after {
  --falling-color_fsc: rgba(133, 192, 227, 0.42);
  --falling-duration_fsc: 1.7s;
  --falling-end-x_fsc: -34px;
  --falling-height_fsc: 176px;
  --falling-opacity_fsc: 0.34;
  --falling-shadows_fsc:
    3vw 38vh 0 0 currentColor,
    14vw 2vh 0 0 currentColor,
    27vw 76vh 0 0 currentColor,
    39vw 24vh 0 0 currentColor,
    51vw 112vh 0 0 currentColor,
    61vw 46vh 0 0 currentColor,
    73vw 14vh 0 0 currentColor,
    84vw 82vh 0 0 currentColor,
    96vw 55vh 0 0 currentColor,
    21vw 118vh 0 0 currentColor,
    8vw 72vh 0 0 currentColor,
    17vw 143vh 0 0 currentColor,
    25vw 19vh 0 0 currentColor,
    33vw 61vh 0 0 currentColor,
    44vw 130vh 0 0 currentColor,
    58vw 6vh 0 0 currentColor,
    70vw 103vh 0 0 currentColor,
    79vw 49vh 0 0 currentColor,
    91vw 137vh 0 0 currentColor,
    99vw 27vh 0 0 currentColor;
}

.falling__02_fsc {
  --falling-angle_fsc: 0;
  --falling-color_fsc: rgba(255, 249, 239, 0.76);
  --falling-delay_fsc: -0.6s;
  --falling-delay-alt_fsc: -1.45s;
  --falling-duration_fsc: 2.2s;
  --falling-end-x_fsc: -15px;
  --falling-height_fsc: 56px;
  --falling-opacity_fsc: 0.42;
  --falling-width_fsc: 2px;
  --falling-shadows_fsc:
    9vw 18vh 0 0 currentColor,
    23vw 64vh 0 0 currentColor,
    34vw 31vh 0 0 currentColor,
    48vw 7vh 0 0 currentColor,
    55vw 88vh 0 0 currentColor,
    67vw 40vh 0 0 currentColor,
    81vw 108vh 0 0 currentColor,
    94vw 72vh 0 0 currentColor,
    16vw 113vh 0 0 currentColor,
    76vw 2vh 0 0 currentColor,
    1vw 59vh 0 0 currentColor,
    12vw 135vh 0 0 currentColor,
    27vw 95vh 0 0 currentColor,
    38vw 71vh 0 0 currentColor,
    42vw 121vh 0 0 currentColor,
    59vw 14vh 0 0 currentColor,
    63vw 129vh 0 0 currentColor,
    74vw 52vh 0 0 currentColor,
    88vw 12vh 0 0 currentColor,
    99vw 146vh 0 0 currentColor;
}

.falling__02_fsc::after {
  --falling-color_fsc: rgba(183, 213, 231, 0.38);
  --falling-duration_fsc: 2.85s;
  --falling-end-x_fsc: -20px;
  --falling-height_fsc: 84px;
  --falling-opacity_fsc: 0.32;
  --falling-width_fsc: 1px;
  --falling-shadows_fsc:
    5vw 93vh 0 0 currentColor,
    19vw 43vh 0 0 currentColor,
    29vw 6vh 0 0 currentColor,
    45vw 116vh 0 0 currentColor,
    53vw 58vh 0 0 currentColor,
    66vw 22vh 0 0 currentColor,
    72vw 78vh 0 0 currentColor,
    86vw 30vh 0 0 currentColor,
    97vw 100vh 0 0 currentColor,
    7vw 24vh 0 0 currentColor,
    15vw 126vh 0 0 currentColor,
    24vw 83vh 0 0 currentColor,
    36vw 36vh 0 0 currentColor,
    49vw 10vh 0 0 currentColor,
    57vw 141vh 0 0 currentColor,
    69vw 67vh 0 0 currentColor,
    82vw 118vh 0 0 currentColor,
    93vw 48vh 0 0 currentColor;
}

.rain-main_fsc {
  background-color: #FCF9F5;
  margin-inline: auto;
  max-width: 389px;
  padding-top: 20px;
  position: relative;
  z-index: 2;
}

.rain-header_fsc {
  padding-bottom: 110px;
  padding-bottom: clamp(55px, 28.2vw, 110px);
  padding-top: 20px;
  position: relative;
}

.rain-header_fsc::before {
  background-image: url(../images/move_white_elegance.svg);
  background-size: auto;
  background-repeat: no-repeat;
  content: "";
  height: 9px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 148px;
}

.rain-header__title_fsc {
  margin-inline: auto;
  margin-bottom: 0;
  max-width: 240px;
  position: relative;
  width: 61.696658%;
  z-index: 1;
}

.rain-header__img_fsc {
  max-width: 74px;
  position: absolute;
  width: 19.023136%;
  z-index: 1;
}

.rain-header__img_fsc.header__img__01_fsc {
  right: 17.994859%;
  top: 75px;
  top: clamp(50px, 19.2vw, 75px);
  ;
}

.rain-header__img_fsc.header__img__02_fsc {
  left: 13.367609%;
  top: 190px;
  top: clamp(100px, 48.8vw, 190px);
}

.rain-header__img_fsc.header__img__03_fsc {
  right: 13.367609%;
  top: 250px;
  top: clamp(80px, 64.2vw, 250px);
}

.rain-header__anime_fsc {
  overflow: hidden;
}

.header__anime__01_fsc {
  height: 100%;
  max-width: 68px;
  position: absolute;
  left: 0;
  top: 0;
  width: 17.48072%;
}

.header__anime__img__01_fsc {
  position: absolute;
  left: 29.411765%;
  top: 154px;
  top: clamp(80px, 39.5vw, 154px);
  width: 33.823529%;
}

.header__anime__img__02_fsc {
  position: absolute;
  left: 50%;
  top: 396px;
  top: clamp(80px, 101.7vw, 396px);
  transform: translateX(-50%);
  width: 17.647059%;
}

.header__anime__01_fsc::before {
  background-color: var(--color1);
  content: "";
  height: 90.666667%;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
}

.header__anime__01_fsc::after {
  aspect-ratio: 300 / 76;
  background-color: var(--color1);
  content: "";
  -webkit-mask-image: url('data:image/svg+xml;utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 78.848 19.93"><path d="M11.783,17.143a33.329,33.329,0,0,1-8.474-3.061C1.113,12.82,0,11.435,0,9.964H1c0,.747.487,1.917,2.808,3.252a32.358,32.358,0,0,0,8.211,2.956c7.314,1.778,17.047,2.759,27.4,2.759s20.092-.98,27.406-2.759a32.358,32.358,0,0,0,8.211-2.956c1.281-.737,2.808-1.9,2.808-3.252,0-.746-.487-1.916-2.808-3.25a32.354,32.354,0,0,0-8.211-2.957C59.515,1.979,49.783,1,39.424,1V0c10.436,0,20.253.99,27.642,2.786a33.363,33.363,0,0,1,8.474,3.061c2.2,1.263,3.309,2.648,3.309,4.118s-1.113,2.856-3.309,4.118a33.329,33.329,0,0,1-8.474,3.061c-7.389,1.8-17.205,2.786-27.642,2.786S19.172,18.94,11.783,17.143Zm12.386-3.012c-3.035-.738-6.653-2.06-6.653-4.167S21.134,6.535,24.169,5.8A67.665,67.665,0,0,1,39.424,4.258,67.668,67.668,0,0,1,54.68,5.8c3.035.738,6.653,2.06,6.653,4.167h-1c0-1.087-2.256-2.311-5.889-3.2a66.655,66.655,0,0,0-15.02-1.51A66.652,66.652,0,0,0,24.4,6.769c-3.632.884-5.889,2.108-5.889,3.2s2.256,2.312,5.889,3.2a66.652,66.652,0,0,0,15.019,1.51v1A67.613,67.613,0,0,1,24.169,14.131ZM6.18,4.107a38.167,38.167,0,0,1,5.207-1.644A93.354,93.354,0,0,1,26.947,0l.08,1A92.268,92.268,0,0,0,11.671,3.423a38.074,38.074,0,0,0-5.093,1.6Z" fill="%23085c0e3"/></svg>');
  mask-image: url('data:image/svg+xml;utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 78.848 19.93"><path d="M11.783,17.143a33.329,33.329,0,0,1-8.474-3.061C1.113,12.82,0,11.435,0,9.964H1c0,.747.487,1.917,2.808,3.252a32.358,32.358,0,0,0,8.211,2.956c7.314,1.778,17.047,2.759,27.4,2.759s20.092-.98,27.406-2.759a32.358,32.358,0,0,0,8.211-2.956c1.281-.737,2.808-1.9,2.808-3.252,0-.746-.487-1.916-2.808-3.25a32.354,32.354,0,0,0-8.211-2.957C59.515,1.979,49.783,1,39.424,1V0c10.436,0,20.253.99,27.642,2.786a33.363,33.363,0,0,1,8.474,3.061c2.2,1.263,3.309,2.648,3.309,4.118s-1.113,2.856-3.309,4.118a33.329,33.329,0,0,1-8.474,3.061c-7.389,1.8-17.205,2.786-27.642,2.786S19.172,18.94,11.783,17.143Zm12.386-3.012c-3.035-.738-6.653-2.06-6.653-4.167S21.134,6.535,24.169,5.8A67.665,67.665,0,0,1,39.424,4.258,67.668,67.668,0,0,1,54.68,5.8c3.035.738,6.653,2.06,6.653,4.167h-1c0-1.087-2.256-2.311-5.889-3.2a66.655,66.655,0,0,0-15.02-1.51A66.652,66.652,0,0,0,24.4,6.769c-3.632.884-5.889,2.108-5.889,3.2s2.256,2.312,5.889,3.2a66.652,66.652,0,0,0,15.019,1.51v1A67.613,67.613,0,0,1,24.169,14.131ZM6.18,4.107a38.167,38.167,0,0,1,5.207-1.644A93.354,93.354,0,0,1,26.947,0l.08,1A92.268,92.268,0,0,0,11.671,3.423a38.074,38.074,0,0,0-5.093,1.6Z" fill="%23085c0e3"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  position: absolute;
  bottom: 0;
  left: -10px;
  width: 100%;
}

.header__anime__02_fsc {
  height: 86.111111%;
  max-width: 50px;
  position: absolute;
  left: 9.511568%;
  top: 0;
  width: 12.85347%;
}

.header__anime__02_fsc::before {
  background-color: var(--color1);
  content: "";
  height: 86.021505%;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
}

.header__anime__02_fsc::after {
  aspect-ratio: 300 / 78;
  background-color: var(--color1);
  content: "";
  -webkit-mask-image: url('data:image/svg+xml;utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 44.046 11.469"><path d="M6.686,9.921C3.636,9.179,0,7.851,0,5.735S3.636,2.29,6.686,1.548A67.967,67.967,0,0,1,22.023,0V1a67.006,67.006,0,0,0-15.1,1.518C3.269,3.407,1,4.64,1,5.735S3.269,8.061,6.922,8.95a67.006,67.006,0,0,0,15.1,1.518,67.006,67.006,0,0,0,15.1-1.518c3.653-.888,5.922-2.12,5.922-3.215h1c0,2.116-3.636,3.444-6.686,4.186a67.967,67.967,0,0,1-15.337,1.547A67.967,67.967,0,0,1,6.686,9.921ZM22.023,8.113a36.619,36.619,0,0,0,8.252-.829c2.44-.593,3.085-1.273,3.085-1.549s-.645-.957-3.085-1.55a36.613,36.613,0,0,0-8.252-.829,36.613,36.613,0,0,0-8.252.829c-2.44.593-3.085,1.273-3.085,1.55h-1c0-1.052,1.3-1.9,3.848-2.522a37.645,37.645,0,0,1,8.489-.857,37.645,37.645,0,0,1,8.489.857c2.553.621,3.848,1.47,3.848,2.522s-1.3,1.9-3.848,2.521a37.645,37.645,0,0,1-8.489.857ZM28.86,1l.079-1c7.621.609,11.4,2.219,11.555,2.288l-.4.917C40.037,3.182,36.272,1.591,28.86,1Z" fill="%23085c0e3"/></svg>');
  mask-image: url('data:image/svg+xml;utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 44.046 11.469"><path d="M6.686,9.921C3.636,9.179,0,7.851,0,5.735S3.636,2.29,6.686,1.548A67.967,67.967,0,0,1,22.023,0V1a67.006,67.006,0,0,0-15.1,1.518C3.269,3.407,1,4.64,1,5.735S3.269,8.061,6.922,8.95a67.006,67.006,0,0,0,15.1,1.518,67.006,67.006,0,0,0,15.1-1.518c3.653-.888,5.922-2.12,5.922-3.215h1c0,2.116-3.636,3.444-6.686,4.186a67.967,67.967,0,0,1-15.337,1.547A67.967,67.967,0,0,1,6.686,9.921ZM22.023,8.113a36.619,36.619,0,0,0,8.252-.829c2.44-.593,3.085-1.273,3.085-1.549s-.645-.957-3.085-1.55a36.613,36.613,0,0,0-8.252-.829,36.613,36.613,0,0,0-8.252.829c-2.44.593-3.085,1.273-3.085,1.55h-1c0-1.052,1.3-1.9,3.848-2.522a37.645,37.645,0,0,1,8.489-.857,37.645,37.645,0,0,1,8.489.857c2.553.621,3.848,1.47,3.848,2.522s-1.3,1.9-3.848,2.521a37.645,37.645,0,0,1-8.489.857ZM28.86,1l.079-1c7.621.609,11.4,2.219,11.555,2.288l-.4.917C40.037,3.182,36.272,1.591,28.86,1Z" fill="%23085c0e3"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}


.header__anime__03_fsc {
  height: 87.037037%;
  max-width: 36px;
  position: absolute;
  left: 32.133676%;
  top: 0;
  width: 9.254499%;
}

.header__anime__03_fsc::before {
  background-color: var(--color1);
  content: "";
  height: 85.106383%;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
}

.header__anime__03_fsc::after {
  aspect-ratio: 300 / 79;
  background-color: var(--color1);
  content: "";
  -webkit-mask-image: url('data:image/svg+xml;utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 37.05 9.768"><path d="M5.661,8.469A15.692,15.692,0,0,1,1.668,7.024C.561,6.387,0,5.667,0,4.883H1C1,5.572,2.287,6.62,5.9,7.5a56,56,0,0,0,12.627,1.27A56.008,56.008,0,0,0,31.153,7.5c3.611-.878,4.9-1.925,4.9-2.614s-1.287-1.735-4.9-2.613A56.008,56.008,0,0,0,18.525,1V0A57.026,57.026,0,0,1,31.388,1.3a15.687,15.687,0,0,1,3.994,1.445C36.489,3.38,37.05,4.1,37.05,4.883s-.562,1.5-1.668,2.14a15.687,15.687,0,0,1-3.994,1.445,57.026,57.026,0,0,1-12.864,1.3A57.037,57.037,0,0,1,5.661,8.469ZM11.4,7.074c-2.18-.53-3.286-1.267-3.286-2.192s1.106-1.66,3.286-2.19a31.6,31.6,0,0,1,7.128-.72,31.6,31.6,0,0,1,7.129.72c2.18.53,3.285,1.267,3.285,2.19h-1c0-.157-.463-.717-2.522-1.218a30.573,30.573,0,0,0-6.892-.692,30.564,30.564,0,0,0-6.891.692c-2.059.5-2.523,1.061-2.523,1.218s.464.719,2.523,1.22a30.564,30.564,0,0,0,6.891.692v1A31.6,31.6,0,0,1,11.4,7.074ZM3.024,1.924C3.156,1.867,6.332.514,12.726,0l.08,1A32.948,32.948,0,0,0,3.422,2.841Z" fill="%23085c0e3"/></svg>');
  mask-image: url('data:image/svg+xml;utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 37.05 9.768"><path d="M5.661,8.469A15.692,15.692,0,0,1,1.668,7.024C.561,6.387,0,5.667,0,4.883H1C1,5.572,2.287,6.62,5.9,7.5a56,56,0,0,0,12.627,1.27A56.008,56.008,0,0,0,31.153,7.5c3.611-.878,4.9-1.925,4.9-2.614s-1.287-1.735-4.9-2.613A56.008,56.008,0,0,0,18.525,1V0A57.026,57.026,0,0,1,31.388,1.3a15.687,15.687,0,0,1,3.994,1.445C36.489,3.38,37.05,4.1,37.05,4.883s-.562,1.5-1.668,2.14a15.687,15.687,0,0,1-3.994,1.445,57.026,57.026,0,0,1-12.864,1.3A57.037,57.037,0,0,1,5.661,8.469ZM11.4,7.074c-2.18-.53-3.286-1.267-3.286-2.192s1.106-1.66,3.286-2.19a31.6,31.6,0,0,1,7.128-.72,31.6,31.6,0,0,1,7.129.72c2.18.53,3.285,1.267,3.285,2.19h-1c0-.157-.463-.717-2.522-1.218a30.573,30.573,0,0,0-6.892-.692,30.564,30.564,0,0,0-6.891.692c-2.059.5-2.523,1.061-2.523,1.218s.464.719,2.523,1.22a30.564,30.564,0,0,0,6.891.692v1A31.6,31.6,0,0,1,11.4,7.074ZM3.024,1.924C3.156,1.867,6.332.514,12.726,0l.08,1A32.948,32.948,0,0,0,3.422,2.841Z" fill="%23085c0e3"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.header__anime__04_fsc {
  height: 92.592593%;
  max-width: 112px;
  position: absolute;
  right: 20.565553%;
  top: 0;
  width: 28.791774%;
}

.header__anime__04_fsc::before {
  background-color: var(--color1);
  content: "";
  height: 88%;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
}

.header__anime__04_fsc::after {
  aspect-ratio: 300 / 75;
  background-color: var(--color1);
  content: "";
  -webkit-mask-image: url('data:image/svg+xml;utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 113.33 28.314"><path d="M16.832,24.3A47.853,47.853,0,0,1,4.665,19.908C1.57,18.129,0,16.194,0,14.158s1.57-3.97,4.665-5.749A47.85,47.85,0,0,1,16.832,4.015C27.478,1.426,41.624,0,56.665,0V1C41.7,1,27.639,2.416,17.069,4.987,6.857,7.47,1,10.813,1,14.158s5.857,6.689,16.069,9.172c10.57,2.57,24.633,3.985,39.6,3.985s29.026-1.415,39.6-3.985c10.212-2.483,16.069-5.826,16.069-9.172h1c0,2.036-1.57,3.971-4.665,5.75A47.853,47.853,0,0,1,96.5,24.3c-10.646,2.589-24.792,4.014-39.833,4.014S27.478,26.89,16.832,24.3Zm39.833-3.13A96.385,96.385,0,0,0,78.39,18.985c5.426-1.319,8.666-3.124,8.666-4.827s-3.24-3.506-8.666-4.825A96.385,96.385,0,0,0,56.665,7.147,96.385,96.385,0,0,0,34.94,9.333c-5.426,1.319-8.666,3.123-8.666,4.825h-1c0-2.9,5.128-4.75,9.429-5.8A97.36,97.36,0,0,1,56.665,6.147,97.36,97.36,0,0,1,78.627,8.362c4.3,1.046,9.429,2.9,9.429,5.8s-5.128,4.752-9.429,5.8a97.36,97.36,0,0,1-21.962,2.215ZM96.782,4.506A133.476,133.476,0,0,0,74.571,1l.079-1A138.259,138.259,0,0,1,97.064,3.546a54.661,54.661,0,0,1,7.482,2.362l-.4.917.2-.458-.2.458A55.261,55.261,0,0,0,96.782,4.506Z" fill="%23085c0e3"/></svg>');
  mask-image: url('data:image/svg+xml;utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 113.33 28.314"><path d="M16.832,24.3A47.853,47.853,0,0,1,4.665,19.908C1.57,18.129,0,16.194,0,14.158s1.57-3.97,4.665-5.749A47.85,47.85,0,0,1,16.832,4.015C27.478,1.426,41.624,0,56.665,0V1C41.7,1,27.639,2.416,17.069,4.987,6.857,7.47,1,10.813,1,14.158s5.857,6.689,16.069,9.172c10.57,2.57,24.633,3.985,39.6,3.985s29.026-1.415,39.6-3.985c10.212-2.483,16.069-5.826,16.069-9.172h1c0,2.036-1.57,3.971-4.665,5.75A47.853,47.853,0,0,1,96.5,24.3c-10.646,2.589-24.792,4.014-39.833,4.014S27.478,26.89,16.832,24.3Zm39.833-3.13A96.385,96.385,0,0,0,78.39,18.985c5.426-1.319,8.666-3.124,8.666-4.827s-3.24-3.506-8.666-4.825A96.385,96.385,0,0,0,56.665,7.147,96.385,96.385,0,0,0,34.94,9.333c-5.426,1.319-8.666,3.123-8.666,4.825h-1c0-2.9,5.128-4.75,9.429-5.8A97.36,97.36,0,0,1,56.665,6.147,97.36,97.36,0,0,1,78.627,8.362c4.3,1.046,9.429,2.9,9.429,5.8s-5.128,4.752-9.429,5.8a97.36,97.36,0,0,1-21.962,2.215ZM96.782,4.506A133.476,133.476,0,0,0,74.571,1l.079-1A138.259,138.259,0,0,1,97.064,3.546a54.661,54.661,0,0,1,7.482,2.362l-.4.917.2-.458-.2.458A55.261,55.261,0,0,0,96.782,4.506Z" fill="%23085c0e3"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}




.header__anime__05_fsc {
  height: 79.62963%;
  max-width: 44px;
  position: absolute;
  right: 10.796915%;
  top: 0;
  width: 11.311054%;
}

.header__anime__05_fsc::before {
  background-color: var(--color1);
  content: "";
  height: 76.744186%;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
}

.header__anime__05_fsc::after {
  aspect-ratio: 300 / 78;
  background-color: var(--color1);
  content: "";
  -webkit-mask-image: url('data:image/svg+xml;utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 44.046 11.469"><path d="M6.686,9.921C3.636,9.179,0,7.851,0,5.735S3.636,2.29,6.686,1.548A67.967,67.967,0,0,1,22.023,0V1a67.006,67.006,0,0,0-15.1,1.518C3.269,3.407,1,4.64,1,5.735S3.269,8.061,6.922,8.95a67.006,67.006,0,0,0,15.1,1.518,67.006,67.006,0,0,0,15.1-1.518c3.653-.888,5.922-2.12,5.922-3.215h1c0,2.116-3.636,3.444-6.686,4.186a67.967,67.967,0,0,1-15.337,1.547A67.967,67.967,0,0,1,6.686,9.921ZM22.023,8.113a36.619,36.619,0,0,0,8.252-.829c2.44-.593,3.085-1.273,3.085-1.549s-.645-.957-3.085-1.55a36.613,36.613,0,0,0-8.252-.829,36.613,36.613,0,0,0-8.252.829c-2.44.593-3.085,1.273-3.085,1.55h-1c0-1.052,1.3-1.9,3.848-2.522a37.645,37.645,0,0,1,8.489-.857,37.645,37.645,0,0,1,8.489.857c2.553.621,3.848,1.47,3.848,2.522s-1.3,1.9-3.848,2.521a37.645,37.645,0,0,1-8.489.857ZM28.86,1l.079-1c7.621.609,11.4,2.219,11.555,2.288l-.4.917C40.037,3.182,36.272,1.591,28.86,1Z" fill="%23085c0e3"/></svg>');
  mask-image: url('data:image/svg+xml;utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 44.046 11.469"><path d="M6.686,9.921C3.636,9.179,0,7.851,0,5.735S3.636,2.29,6.686,1.548A67.967,67.967,0,0,1,22.023,0V1a67.006,67.006,0,0,0-15.1,1.518C3.269,3.407,1,4.64,1,5.735S3.269,8.061,6.922,8.95a67.006,67.006,0,0,0,15.1,1.518,67.006,67.006,0,0,0,15.1-1.518c3.653-.888,5.922-2.12,5.922-3.215h1c0,2.116-3.636,3.444-6.686,4.186a67.967,67.967,0,0,1-15.337,1.547A67.967,67.967,0,0,1,6.686,9.921ZM22.023,8.113a36.619,36.619,0,0,0,8.252-.829c2.44-.593,3.085-1.273,3.085-1.549s-.645-.957-3.085-1.55a36.613,36.613,0,0,0-8.252-.829,36.613,36.613,0,0,0-8.252.829c-2.44.593-3.085,1.273-3.085,1.55h-1c0-1.052,1.3-1.9,3.848-2.522a37.645,37.645,0,0,1,8.489-.857,37.645,37.645,0,0,1,8.489.857c2.553.621,3.848,1.47,3.848,2.522s-1.3,1.9-3.848,2.521a37.645,37.645,0,0,1-8.489.857ZM28.86,1l.079-1c7.621.609,11.4,2.219,11.555,2.288l-.4.917C40.037,3.182,36.272,1.591,28.86,1Z" fill="%23085c0e3"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}



.header__anime__06_fsc {
  height: 96.296296%;
  max-width: 76px;
  position: absolute;
  right: 0;
  top: 0;
  width: 19.537275%;
}

.header__anime__06_fsc::before {
  background-color: var(--color1);
  content: "";
  height: 83.653846%;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
}

.header__anime__06_fsc::after {
  aspect-ratio: 300 / 76;
  background-color: var(--color1);
  content: "";
  -webkit-mask-image: url('data:image/svg+xml;utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 85.26 21.488"><path d="M12.722,18.474a36.061,36.061,0,0,1-9.16-3.308C1.2,13.807,0,12.319,0,10.744H1c0,.819.531,2.1,3.06,3.554a35.039,35.039,0,0,0,8.9,3.2c7.92,1.926,18.458,2.986,29.673,2.986S64.382,19.428,72.3,17.5a35.039,35.039,0,0,0,8.9-3.2c1.4-.8,3.06-2.07,3.06-3.554,0-.819-.531-2.1-3.06-3.554a35.074,35.074,0,0,0-8.9-3.2C64.382,2.06,53.844,1,42.63,1V0C53.922,0,64.544,1.07,72.539,3.014A36,36,0,0,1,81.7,6.323c2.363,1.359,3.561,2.846,3.561,4.421s-1.2,3.063-3.561,4.422a36.035,36.035,0,0,1-9.16,3.308c-7.994,1.944-18.616,3.014-29.908,3.014S20.716,20.418,12.722,18.474Zm13.406-3.261c-3.271-.795-7.169-2.216-7.169-4.47s3.9-3.674,7.169-4.469A73.146,73.146,0,0,1,42.63,4.61a73.157,73.157,0,0,1,16.5,1.664c3.27.8,7.168,2.216,7.168,4.469h-1c0-.708-.854-1.347-1.57-1.76A19.06,19.06,0,0,0,58.9,7.246,72.125,72.125,0,0,0,42.63,5.61,72.128,72.128,0,0,0,26.364,7.246a19.073,19.073,0,0,0-4.835,1.738c-.716.412-1.57,1.051-1.57,1.76s.853,1.348,1.57,1.76a19.1,19.1,0,0,0,4.835,1.739A72.18,72.18,0,0,0,42.63,15.879v1A73.141,73.141,0,0,1,26.128,15.214ZM6.665,4.441A41.21,41.21,0,0,1,12.3,2.663,100.968,100.968,0,0,1,29.129,0l.079,1C14.537,2.173,7.136,5.326,7.063,5.358Z" fill="%23085c0e3"/></svg>');
  mask-image: url('data:image/svg+xml;utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 85.26 21.488"><path d="M12.722,18.474a36.061,36.061,0,0,1-9.16-3.308C1.2,13.807,0,12.319,0,10.744H1c0,.819.531,2.1,3.06,3.554a35.039,35.039,0,0,0,8.9,3.2c7.92,1.926,18.458,2.986,29.673,2.986S64.382,19.428,72.3,17.5a35.039,35.039,0,0,0,8.9-3.2c1.4-.8,3.06-2.07,3.06-3.554,0-.819-.531-2.1-3.06-3.554a35.074,35.074,0,0,0-8.9-3.2C64.382,2.06,53.844,1,42.63,1V0C53.922,0,64.544,1.07,72.539,3.014A36,36,0,0,1,81.7,6.323c2.363,1.359,3.561,2.846,3.561,4.421s-1.2,3.063-3.561,4.422a36.035,36.035,0,0,1-9.16,3.308c-7.994,1.944-18.616,3.014-29.908,3.014S20.716,20.418,12.722,18.474Zm13.406-3.261c-3.271-.795-7.169-2.216-7.169-4.47s3.9-3.674,7.169-4.469A73.146,73.146,0,0,1,42.63,4.61a73.157,73.157,0,0,1,16.5,1.664c3.27.8,7.168,2.216,7.168,4.469h-1c0-.708-.854-1.347-1.57-1.76A19.06,19.06,0,0,0,58.9,7.246,72.125,72.125,0,0,0,42.63,5.61,72.128,72.128,0,0,0,26.364,7.246a19.073,19.073,0,0,0-4.835,1.738c-.716.412-1.57,1.051-1.57,1.76s.853,1.348,1.57,1.76a19.1,19.1,0,0,0,4.835,1.739A72.18,72.18,0,0,0,42.63,15.879v1A73.141,73.141,0,0,1,26.128,15.214ZM6.665,4.441A41.21,41.21,0,0,1,12.3,2.663,100.968,100.968,0,0,1,29.129,0l.079,1C14.537,2.173,7.136,5.326,7.063,5.358Z" fill="%23085c0e3"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.header__anime__img__03_fsc {
  position: absolute;
  left: 50%;
  top: 170px;
  top: clamp(80px, 43.7vw, 170px);
  transform: translateX(-50%);
  width: 30.263158%;
}

.rain-header__title_fsc,
.rain-header__img_fsc,
.rain-header__anime_fsc {
  opacity: 0;
  transition: opacity 0.75s ease;
}

.rain-header_fsc.is-visible .rain-header__title_fsc,
.rain-header_fsc.is-visible .rain-header__img_fsc,
.rain-header_fsc.is-visible .rain-header__anime_fsc {
  opacity: 1;
}

.header__anime__01_fsc::before,
.header__anime__02_fsc::before,
.header__anime__03_fsc::before,
.header__anime__04_fsc::before,
.header__anime__05_fsc::before,
.header__anime__06_fsc::before {
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  opacity: 0;
  will-change: clip-path, opacity;
}

.rain-header_fsc.is-visible .header__anime__01_fsc::before,
.rain-header_fsc.is-visible .header__anime__02_fsc::before,
.rain-header_fsc.is-visible .header__anime__03_fsc::before,
.rain-header_fsc.is-visible .header__anime__04_fsc::before,
.rain-header_fsc.is-visible .header__anime__05_fsc::before,
.rain-header_fsc.is-visible .header__anime__06_fsc::before {
  animation: rainHeaderLine_fsc var(--rain-line-duration, 1.3s) ease-in-out var(--rain-line-delay, 0s) infinite both;
}

.rain-header_fsc.is-visible .header__anime__06_fsc {
  --rain-line-delay: 0s;
  transition-delay: 0s;
}

.rain-header_fsc.is-visible .header__anime__03_fsc {
  --rain-line-delay: 0.18s;
  transition-delay: 0.18s;
}

.rain-header_fsc.is-visible .header__anime__05_fsc {
  --rain-line-delay: 0.36s;
  transition-delay: 0.36s;
}

.rain-header_fsc.is-visible .header__anime__04_fsc {
  --rain-line-delay: 0.54s;
  transition-delay: 0.54s;
}

.rain-header_fsc.is-visible .header__anime__01_fsc {
  --rain-line-delay: 0.72s;
  transition-delay: 0.72s;
}

.rain-header_fsc.is-visible .header__anime__02_fsc {
  --rain-line-delay: 0.9s;
  transition-delay: 0.9s;
}

.rain-header_fsc.is-visible .rain-header__title_fsc {
  transition-delay: 1.14s;
}

.rain-header_fsc.is-visible .header__img__01_fsc,
.rain-header_fsc.is-visible .header__img__02_fsc,
.rain-header_fsc.is-visible .header__img__03_fsc {
  transition-delay: 2s;
}

@keyframes rainHeaderLine_fsc {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }

  12% {
    opacity: 1;
  }

  68% {
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
    opacity: 1;
  }

  100% {
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
    opacity: 0;
  }
}

@keyframes rainFalling_fsc {
  0% {
    transform: translate3d(var(--falling-start-x_fsc, 0), -10vh, 0) rotate(var(--falling-angle_fsc, -7deg));
  }

  100% {
    transform: translate3d(var(--falling-end-x_fsc, -24px), 128vh, 0) rotate(var(--falling-angle_fsc, -7deg));
  }
}

.rain-comment_fsc {
  margin-inline: auto;
  max-width: 258px;
  width: 66.323907%;
}

.rain-navi__items_fsc {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-inline: auto;
  margin-top: 44px;
  width: 84.318766%;
}

.rain-navi__link_fsc {
  cursor: pointer;
  display: block;
  text-decoration: none !important;
}

.rain-navi__caption_fsc {
  font-family: var(--font1);
  font-size: 12px;
  color: var(--color1);
  margin-top: 10px;
  text-align: center;
}

.rain-chapter_fsc {
  --chapter-color_fsc: var(--color1);
  padding-top: 40px;
  position: relative;
  z-index: 0;
}

.rain-chapter_fsc::before {
  aspect-ratio: 391 / 468;
  background:
    radial-gradient(circle closest-side, var(--chapter-color_fsc) 99.5%, transparent 100%) 0 0 / 99.744246% 83.333333% no-repeat,
    linear-gradient(var(--chapter-color_fsc), var(--chapter-color_fsc)) 100% 100% / 99.744246% 60.897436% no-repeat;
  content: "";
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  max-width: 391px;
  width: 100vw;
  z-index: -1;
}

.chapter__01_fsc {
  --chapter-color_fsc: var(--color1);
  margin-top: 50px;
  margin-top: clamp(25px, 12.8vw, 50px);
  padding-bottom: 110px;
  padding-bottom: clamp(50px, 28.2vw, 110px);
}

.chapter__02_fsc {
  --chapter-color_fsc: var(--color2);
}

.chapter__03_fsc {
  --chapter-color_fsc: var(--color1);
  margin-top: 64px;
  margin-top: clamp(50px, 16.4vw, 64px);
  padding-bottom: 50px;
  padding-bottom: clamp(30px, 12.8vw, 50px);
}

.rain-chapter_fsc::after {
  background-color: var(--chapter-color_fsc);
  content: "";
  height: 100%;
  position: absolute;
  left: 0;
  top: 10%;
  width: 100%;
  z-index: -1;
}

.rain-chapter__title_fsc {
  margin-inline: auto;
  max-width: 60px;
  width: 15.424165%;
}

.rain-chapter__rule_fsc {
  margin-inline: auto;
  margin-top: 30px;
  max-width: 320px;
  width: 82.262211%;
}

.rain-chapter__msg_fsc {
  margin-top: 50px;
  padding-bottom: 32px;
}

.rain-chapter__other__title_fsc {
  max-width: 276px;
  margin-inline: auto;
  margin-top: 40px;
  width: 70.951157%;
}

.rain-chapter__slider_fsc.swiper {
  margin-top: 20px;
  width: 100%;
}

.rain-chapter__slider_fsc .swiper-slide a,
.rain-chapter__slider_fsc .swiper-slide img {
  display: block;
}

.rain-chapter__other__btn_fsc {
  margin-inline: auto;
  margin-top: 14px;
  max-width: 278px;
  width: 71.465296%;
}

.rain-chapter__other__btn_fsc a {
  cursor: pointer;
  display: block;
}

.s_img_01 {
  max-width: 123px;
  position: absolute;
  left: 0;
  top: 174px;
  top: clamp(50px, 44.7vw, 174px);
  width: 31.619537%;
}

.s_img_02 {
  max-width: 95px;
  position: absolute;
  right: 4.627249%;
  top: 162px;
  top: clamp(50px, 41.6vw, 162px);
  width: 24.421594%;
}