@charset "UTF-8";
/* ==============================================================
*  base
* ============================================================ */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: inherit;
  margin: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body {
  word-wrap: break-word;
}

section, main {
  display: block;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

i, em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  line-height: 0;
}

* {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

@font-face {
  font-family: "Gotham Rounded";
  src: url("/static/aimyong/fanclub/font/gr/GothamRnd-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Rounded";
  src: url("/static/aimyong/fanclub/font/gr/GothamRnd-Book.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Rounded";
  src: url("/static/aimyong/fanclub/font/gr/GothamRnd-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* ==============================================================
*  contents
* ============================================================ */
/* common.scss
============================== */
html,
body {
  height: 100%;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  position: relative;
}

body {
  background: #FFF7BE;
  color: #212121;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.6;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  text-align: left;
  display: inline-block;
  z-index: 1;
}

img {
  width: 100%;
  max-width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  line-height: 0;
  vertical-align: bottom;
}

::-moz-selection {
  background-color: #212121;
  color: #FFF7BE;
}

::selection {
  background-color: #212121;
  color: #FFF7BE;
}

::-moz-selection {
  background-color: #212121;
  color: #FFF7BE;
}

.section-tit {
  position: relative;
  font-family: "Gotham Rounded", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.03em;
  line-height: 1;
  color: #0136a5;
  text-align: center;
}

.wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.block--detail {
  background-color: #fff;
  position: relative;
  border-radius: 30px;
  padding: 0 3px 3px;
  text-align: center;
}

.box {
  background-color: #fff;
  position: relative;
}

.ph, .thumb {
  position: relative;
  line-height: 0;
}
.ph img, .thumb img {
  width: 100%;
  pointer-events: none;
}
.ph::after, .thumb::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(/static/common/global-image/blank_thumb.gif);
  background-size: cover;
  top: 0;
  left: 0;
}

.parts_stitch {
  width: min(10vw, 140px);
  max-width: 200px;
  height: auto;
  display: block;
  position: absolute;
  z-index: 10;
}
.parts_stitch img {
  opacity: 1;
  vertical-align: bottom;
}

.parts_stitch-wrap {
  position: relative;
}
.parts_stitch-wrap .parts_stitch {
  position: relative;
}

.list__more {
  color: #fff;
  font-family: "Gotham Rounded", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.03em;
  line-height: 1;
  cursor: pointer;
  text-align: center;
  margin-top: 1.8em;
  display: inline-block;
}
.list__more a {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url("/static/aimyong/fanclub/feature/10year_splecial_d21cakrH/img/viewmore.svg");
  text-align: center;
  background-size: contain;
  line-height: 1;
  vertical-align: middle;
  padding: 2em 1em;
  cursor: pointer;
  font-size: 1.5rem;
}

.btn__close {
  position: absolute;
  width: 3em;
  height: 3em;
  top: -0.5em;
  right: -0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  border-radius: 50%;
  aspect-ratio: 1/1;
  background-color: #0136a5;
  pointer-events: all;
  cursor: pointer;
  z-index: 20;
  cursor: pointer;
}
.btn__close::before, .btn__close::after {
  content: "";
  position: absolute;
  display: block;
  width: 50%;
  height: 2px;
  background-color: #fff;
}
.btn__close::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.btn__close::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.date {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 5px;
  line-height: 1;
}

.category {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Gotham Rounded", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.03em;
  line-height: 1;
  font-size: 1.2rem;
}

.swiper-button-wrapper {
  position: relative;
  z-index: 10;
}
.swiper-button-wrapper .swiper-button-prev, .swiper-button-wrapper .swiper-button-next {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  height: auto;
}
.swiper-button-wrapper .swiper-button-prev {
  left: unset;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.swiper-button-wrapper .swiper-button-next {
  right: unset;
}

.swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  border: 1px solid #fff;
  opacity: 0.5;
  width: 6px;
  height: 6px;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}

.swiper-container .swiper-pagination {
  position: relative;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
}

.header {
  position: relative;
  z-index: 10001;
}

.drawer {
  opacity: 0;
  position: fixed;
  width: 100%;
  height: 95.8%;
  top: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
  background-color: #fff;
  z-index: 10020;
}
.drawer .btn__close {
  width: 5em;
  height: 5em;
  top: 48px;
  right: 48px;
}
.drawer .list--nav__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2em;
}
.drawer .list--nav__contents a {
  font-family: "Gotham Rounded", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.03em;
  line-height: 1;
  font-size: 3rem;
  color: #0136a5;
}
.drawer .g-nav {
  position: relative;
}

.drawer__btn {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 8px;
  right: 40px;
  top: 40px;
  width: 48px;
  height: 24px;
  color: #FFF;
  z-index: 10019;
}
.drawer__btn span {
  display: block;
  width: inherit;
  height: 2px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.scrolling .drawer__btn span {
  background-color: #0136a5;
}

body:not(.drawer-visible) .drawer {
  opacity: 0;
  pointer-events: none;
}
body:not(.drawer-visible) .drawer .btn__close {
  pointer-events: none;
}

.drawer-visible .drawer {
  overflow-y: scroll;
  opacity: 1;
  pointer-events: all;
}
.drawer-visible .drawer .btn__close {
  pointer-events: all;
  position: fixed;
}

/* wovn-languages */
.wovn-languages {
  right: 110px !important;
  top: 35px !important;
}
.wovn-languages li.selected {
  border: 1px solid #fff !important;
  color: #fff !important;
}
.wovn-languages li.selected:hover {
  background-color: #fff !important;
  color: #0136a5 !important;
  border: 1px solid #fff !important;
}
.wovn-languages li:not(.selected) {
  border: 1px solid #fff !important;
  background-color: #fff !important;
  color: #0136a5 !important;
  border-color: #0136a5 !important;
}
.wovn-languages li:not(.selected):hover {
  border: 1px solid #fff !important;
  color: #fff !important;
  background-color: #0136a5 !important;
}

.list--bnr {
  margin: 0 auto;
}
.list--bnr > li a {
  display: block;
}

.list--schedule .category {
  margin-left: 10px;
  border-radius: 3px;
  color: #ff5307;
  font-weight: 400;
  letter-spacing: 0.04em;
}
.list--schedule .date {
  font-size: 2.4rem;
}
.list--schedule .date .week {
  margin-left: 0.5em;
  font-size: 1.4rem;
}
.list--schedule .date,
.list--schedule .category {
  display: inline-block;
  vertical-align: middle;
}

.delighter {
  -webkit-transform: translate3d(0, 40px, 0);
          transform: translate3d(0, 40px, 0);
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.02, 0.98, 0.84, 1.01) 0.5s;
  transition: all 0.6s cubic-bezier(0.02, 0.98, 0.84, 1.01) 0.5s;
}

.delighter.started {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}

.contents-main {
  margin-top: 10vw;
  z-index: 1;
  position: relative;
}
.contents-main > section {
  scroll-margin-top: 80px;
}

section {
  position: relative;
}

.section--mv {
  width: 100%;
}

.block--pickup {
  width: 100%;
  position: fixed;
  width: min(400px, 30%);
  bottom: 32px;
  left: 32px;
  z-index: 1000;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.block--pickup a {
  display: block;
  width: 100%;
  border: 2px solid #0136a5;
  background-color: #fff;
  padding: 2em;
  border-radius: 32px;
}
.block--pickup .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1em;
}
.block--pickup .flex .date {
  margin-bottom: 0;
  position: relative;
  opacity: 0.6;
}
.block--pickup .flex .date::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 32px;
  height: 1px;
  background-color: #212121;
  margin: 0 8px;
  vertical-align: middle;
}
.block--pickup .block-tit {
  font-family: "Gotham Rounded", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.03em;
  line-height: 1;
  color: #0136a5;
  font-size: 2rem;
}
.block--pickup.is-closed {
  opacity: 0;
  pointer-events: none;
}

body.nav-in-footer .block--pickup:not(.is-closed) {
  opacity: 0 !important;
  pointer-events: none;
}

.section--mv .mainvisual,
.section--mv .block--pickup:not(.is-closed),
.section--mv .drawer__btn,
.section--mv .wovn-languages {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}

body.loaded_delay .mainvisual,
body.loaded_delay .block--pickup:not(.is-closed),
body.loaded_delay .drawer__btn,
body.loaded_delay .wovn-languages {
  opacity: 1;
}
body.loaded_delay .mainvisual {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
body.loaded_delay .block--pickup:not(.is-closed),
body.loaded_delay .drawer__btn,
body.loaded_delay .wovn-languages {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.section--message .block--txt {
  text-align: center;
  width: 85%;
  margin: 0 auto;
}
.section--message .block--txt img {
  pointer-events: all;
}
.section--message .block--txt .ph {
  margin-left: 6%;
}

#imageModal {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  inset: 0;
  z-index: 10020;
}
#imageModal::before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  inset: 0;
  background-color: rgba(33, 33, 33, 0.5);
  backdrop-filter: blur(20px);
}
#imageModal .block--modal {
  width: min(800px, 90%);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#imageModal .block--modal .block--modal__contents {
  overflow: hidden;
  border-radius: 40px;
  border: 2px solid #0136a5;
  background-color: #fff;
  color: #212121;
  padding: 8px;
}

.section--contents {
  font-family: "Gotham Rounded", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.03em;
  line-height: 1;
  color: #0136a5;
  font-size: 2.6rem;
}
.section--contents .swiper-container img {
  width: 100%;
  vertical-align: bottom;
}
.section--contents .swiper-button-wrapper {
  margin-top: 24px;
  position: relative;
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 2em auto 0;
  -webkit-transition: opacity 0.3s 0s ease;
  transition: opacity 0.3s 0s ease;
}
.section--contents .swiper-button-wrapper .swiper-button-prev.swiper-button-disabled {
  opacity: 0.3;
}
.section--contents .swiper-button-wrapper .swiper-button-prev, .section--contents .swiper-button-wrapper .swiper-button-next {
  margin: unset;
  pointer-events: all;
}
.section--contents .swiper-button-wrapper .swiper-button-prev::after, .section--contents .swiper-button-wrapper .swiper-button-next::after {
  content: "";
  position: relative;
  display: inline-block;
  width: 80px;
  aspect-ratio: 33/8;
  -webkit-mask: url("/static/aimyong/fanclub/feature/10year_splecial_d21cakrH/img/arrow.svg") no-repeat center/contain;
          mask: url("/static/aimyong/fanclub/feature/10year_splecial_d21cakrH/img/arrow.svg") no-repeat center/contain;
  background-size: 80px;
  background-color: #0136a5;
}
.section--contents .block--bnr.no-swiper {
  margin: 0 auto !important;
}
.section--contents .block--bnr.no-swiper .list--bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
}
.section--contents .block--bnr.no-swiper .swiper-button-wrapper {
  display: none;
}

.section--today .block--date {
  color: #ff5307;
  font-family: "Gotham Rounded", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.03em;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.7em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 0.3em;
}
.section--today .block--date .year,
.section--today .block--date .week {
  font-weight: 500;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  text-orientation: upright;
  letter-spacing: 0.13em;
  font-size: 1.15em;
}
.section--today .block--date .week {
  text-transform: uppercase;
}
.section--today .block--date .date {
  font-weight: 400;
  font-size: 9.2rem;
  letter-spacing: 0.02em;
}
.section--today .block--schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  position: relative;
}
.section--today .block--schedule .block-tit {
  width: 8em;
  height: 5em;
  font-family: "Gotham Rounded", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.03em;
  line-height: 1;
  color: #FFF7BE;
  border-radius: 50%;
  text-align: center;
  aspect-ratio: 6/5;
  background-color: #0136a5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section--today .block--schedule .list--schedule {
  background-color: #fff;
  text-align: left;
  display: inline-block;
}
.section--today .block--schedule .list--schedule > li {
  position: relative;
  padding: 20px 0;
}
.section--today .block--schedule .list--schedule > li:last-child {
  padding-bottom: 30px;
}
.section--today .block--schedule .list--schedule > li:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: calc(100% - 60px);
  position: absolute;
  bottom: 0;
  right: -50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.section--today .block--schedule .list--schedule > li:not(:last-child) {
  border-bottom: 2px dashed rgba(1, 54, 165, 0.2);
}
.section--today .block--schedule .year, .section--today .block--schedule .category {
  position: relative;
}
.section--today .block--schedule.block--today .wrap-date {
  display: none;
}
.section--today .block--schedule .category {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.6;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
.section--today .block--schedule.block--today:has(.list--schedule.no-data) {
  display: none;
}
.section--today .block--schedule.block--today.year {
  display: none;
}
.section--today .block--schedule.block--archive:has(.list--schedule.no-data) .list--schedule li {
  display: none;
}
.section--today .block--schedule.block--archive:has(.list--schedule.no-data) .list--schedule::before {
  content: "";
  background-image: url("/static/aimyong/fanclub/feature/10year_splecial_d21cakrH/img/todays_1.png");
  position: relative;
  width: 80%;
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  aspect-ratio: 2/1;
  background-position: center;
}
.section--today .block--schedule.block--archive::before {
  content: "";
  -webkit-mask: url("/static/aimyong/fanclub/feature/10year_splecial_d21cakrH/img/stitch_line.svg") repeat-x left/contain;
          mask: url("/static/aimyong/fanclub/feature/10year_splecial_d21cakrH/img/stitch_line.svg") repeat-x left/contain;
  position: absolute;
  width: 100%;
  height: 6px;
  top: 0;
  left: 0;
  margin: 1em 0;
  background-color: #0136a5;
}
.section--today .block--schedule.block--archive .block-tit {
  color: #0136a5;
  background-color: #F7F7F7;
  border: 1px solid #0136a5;
}
.section--today .block--schedule.block--today:has(.list--schedule.no-data) + .block--schedule.block--archive {
  padding-top: 0;
}
.section--today .block--schedule.block--today:has(.list--schedule.no-data) + .block--schedule.block--archive::before {
  display: none;
}

.section--history {
  margin: 28vh 0 0;
  width: min(60%, 800px);
  margin: 0 auto;
}
.section--history .box {
  padding: 6em 0;
  width: 100%;
}
.section--history .box .block--img {
  margin: 0 auto;
  width: min(60%, 650px);
}

@-webkit-keyframes slide-left {
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes slide-left {
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 30px;
  color: #0136a5;
}
.footer .block--of {
  font-family: "Gotham Rounded", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.03em;
  line-height: 1;
  margin: 0 auto 1.5em;
  display: inline-block;
}
.footer .block--of a:hover {
  opacity: 0.6;
}
.footer .list--sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.1em;
  margin-bottom: 1em;
  font-size: 2.2rem;
}
.footer .list--sns a:hover {
  opacity: 0.6;
}
.footer .copyright {
  font-family: "Gotham Rounded", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.02em;
  line-height: 1;
  font-size: 1.2rem;
}

@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  .text {
    max-width: 100%;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 3.2em;
    line-height: 1.6;
  }
  .drawer {
    width: 30%;
    position: fixed;
    top: 0;
    right: 0;
    border-left: 2px solid #0136a5;
    border-bottom: 2px solid #0136a5;
    border-radius: 0 0 0 40px;
    padding: 15vh 3.5vw;
  }
  .drawer .g-nav {
    position: relative;
  }
  .drawer .parts_stitch.flower {
    display: none;
  }
  .drawer .parts_stitch.bed {
    margin-left: auto;
    right: 5%;
    width: 9vw;
    bottom: -2%;
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
    margin-top: 85px;
  }
  .drawer .parts_stitch.icecream {
    margin-right: auto;
    margin-left: 20px;
    margin-top: -85px;
    width: 7vw;
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  .drawer .list--nav__contents li {
    cursor: pointer;
  }
  .drawer .list--nav__contents > li a:hover {
    color: #ff5307;
  }
  .block--pickup a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .block--pickup a:hover {
    opacity: 0.5;
  }
  .drawer__btn {
    cursor: pointer;
  }
  .btn__close:hover {
    background-color: #ff5307;
  }
  .list--bnr > li a:hover {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  .block--detail {
    border-radius: 200px;
    padding: 4em 7em;
  }
  .contents-main section:not(.section--history, .section--mv, .section--contents) {
    max-width: 1200px;
    width: 72%;
  }
  .contents-main section:last-child {
    margin-bottom: 0;
  }
  .contents-main section .list__more {
    margin-top: 35px;
    width: 100%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .contents-main section .list__more a:hover {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  section:not(.section--history, .section--mv) {
    width: calc(120% - 28vw);
    margin: 0 auto 200px;
  }
  .section-tit {
    font-size: 5.5rem;
    margin-bottom: 0.3em;
  }
  .section--today .section-tit {
    margin-bottom: 0;
  }
  .section--message .parts_stitch.flower {
    bottom: -56px;
    left: 0%;
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
    width: 8vw;
  }
  .section--message .parts_stitch.dolphin {
    top: 0px;
    right: -52px;
    width: 11vw;
  }
  .section--contents {
    width: 100% !important;
  }
  .section--contents .block--bnr {
    margin: 0 12vw !important;
  }
  .section--contents .block--bnr.no-swiper {
    width: min(100%, 1800px);
  }
  .section--contents .block--bnr.no-swiper .list--bnr {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section--contents .block--bnr.no-swiper .list--bnr li {
    width: 33.3333333333%;
  }
  .section--contents .block--bnr.is-single .list--bnr li {
    width: min(100%, 600px);
  }
  .section--contents .section-tit {
    margin-bottom: 0.5em;
  }
  .section--today {
    gap: 1.2em;
  }
  .section--today .section-tit {
    margin-bottom: 5px;
  }
  .section--today .block--detail {
    padding: 4em 10em;
  }
  .section--today .block--date {
    gap: 3em;
    margin: 0 auto 1.2em;
  }
  .section--today .block--date .year,
  .section--today .block--date .week {
    letter-spacing: -0.4rem;
    font-size: 2.7rem;
  }
  .section--today .block--date .date {
    font-size: 14rem;
  }
  .section--today .block--schedule.block--archive {
    padding-top: calc(2em + 6px);
    border-radius: 0 0 60px 60px;
  }
  .section--today .block--schedule .list--schedule {
    width: calc(100% - 5em);
    padding: 0 30px;
    font-size: 1.8rem;
  }
  .section--today .block--schedule .list--schedule > li {
    gap: 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section--today .block--schedule .list--schedule > li:first-child {
    padding-top: 30px;
  }
  .section--today .parts_stitch.cat {
    bottom: 5px;
    right: -9%;
    width: 12vw;
  }
  .section--today .parts_stitch.record {
    top: 10px;
    left: -80px;
    width: 12vw;
    -webkit-transform: rotate(-36deg);
            transform: rotate(-36deg);
  }
  .section--history {
    margin-bottom: 400px;
  }
  .section--history .box {
    background-color: unset;
  }
  .section--history::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 999px;
    width: 100%;
    aspect-ratio: 1/1;
  }
  .footer {
    padding: 12vw 8vw 5vw;
  }
  .footer .block--of {
    font-size: 2.8rem;
  }
  .footer .list--sns > li a:hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .pc {
    display: none !important;
  }
  .contents-main {
    margin-top: 10vw;
  }
  .list__more {
    width: 40%;
    margin: 0 auto;
  }
  .list__more a {
    font-size: 1.4rem;
  }
  .drawer {
    padding: 5vh 3.5vw;
    height: 100vh;
  }
  .drawer .btn__close {
    width: 4em;
    height: 4em;
    top: 24px;
    right: 24px;
  }
  .drawer .list--nav__contents li {
    text-align: center;
  }
  .drawer .parts_stitch-wrap {
    margin-top: 50px;
  }
  .drawer .parts_stitch.flower {
    margin-right: auto;
    margin-left: 40px;
    margin-top: -23px;
    width: min(21vw, 120px);
    -webkit-transform: rotate(37deg);
            transform: rotate(37deg);
  }
  .drawer .parts_stitch.bed {
    margin-left: auto;
    bottom: 0px;
    right: 13%;
    width: min(29vw, 160px);
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  .drawer .parts_stitch.icecream {
    margin-right: auto;
    margin-left: 10px;
    margin-top: -23px;
    bottom: 50px;
    left: 14%;
    width: min(20vw, 120px);
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  .drawer__btn {
    top: 24px;
    right: 24px;
  }
  /* wovn-languages */
  .wovn-languages {
    position: absolute !important;
    top: 17px !important;
    right: 84px !important;
  }
  section:not(.section--history, .section--mv, .section--contents, .section--message) {
    width: calc(100% - 12vw);
    margin: 0 auto 80px;
  }
  section .block--detail:not(.section--message) {
    border-radius: 40px;
  }
  .section-tit {
    font-size: 3.5rem;
    margin-bottom: 0.3em;
  }
  .block--detail {
    padding: 5.5em 0;
  }
  .block--pickup {
    bottom: 16px;
    left: 16px;
    width: min(400px, 80%);
  }
  .block--pickup a {
    padding: 1.6em;
  }
  .block--pickup .block-tit {
    font-size: 1.6rem;
  }
  .section--message {
    margin: 90px auto 110px;
    width: 100%;
  }
  .section--message .block--detail {
    border-radius: 0px !important;
  }
  .section--message .box {
    padding: 4rem 0;
  }
  .section--message .block--txt {
    width: 95%;
  }
  .section--message .btn__popup {
    width: min(800px, 90%);
  }
  .section--message .list__more {
    width: 100%;
    margin-top: 35px;
  }
  .section--message .parts_stitch.flower {
    top: -95px;
    left: -1%;
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
    width: min(18vw, 100px);
  }
  .section--message .parts_stitch.dolphin {
    bottom: -25px;
    right: -10%;
    width: min(27vw, 130px);
    -webkit-transform: rotate(17deg);
            transform: rotate(17deg);
  }
  .section--contents {
    margin: 0 auto 110px;
  }
  .section--contents .block--bnr {
    margin: 0 8vw;
  }
  .section--contents .swiper-button-wrapper {
    margin-top: 1em;
    width: 100%;
  }
  .section--contents .block--bnr.no-swiper {
    width: min(75%, 550px);
  }
  .section--contents .block--bnr.no-swiper .list--bnr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1em;
  }
  .section--today .section-tit {
    margin: 0 auto 0.3rem;
  }
  .section--today .block--detail {
    padding: 3em 0;
    background-color: transparent;
  }
  .section--today .block--detail .year, .section--today .block--detail .week {
    letter-spacing: 0.1em;
    font-size: 1em;
  }
  .section--today .block--schedule {
    position: relative;
  }
  .section--today .block--schedule .block-tit {
    width: 7em;
    height: 5em;
    position: absolute;
    left: 50%;
    top: -2.5em;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2;
  }
  .section--today .block--schedule.block--archive::before {
    content: none;
  }
  .section--today .block--schedule .list--schedule {
    width: 100%;
    border-radius: 40px;
    padding: 3.2em 2em 1.3em;
  }
  .section--today .block--schedule .list--schedule > li {
    gap: 2em;
  }
  .section--today .block--schedule.block--today .list--schedule .wrap-date .year::after {
    width: calc(100% - 146px);
    left: 52px;
  }
  .section--today .block--schedule.block--archive .list--schedule .wrap-date .year::after {
    width: 45px;
    left: 50px;
  }
  .section--today .block--schedule + .block--schedule {
    margin-top: 4em;
  }
  .section--today .block--today:has(.list--schedule.no-data) + .block--archive {
    margin-top: 0;
  }
  .section--today .parts_stitch.cat {
    bottom: 17px;
    right: 2%;
    width: min(32vw, 160px);
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  .section--today .parts_stitch.record {
    display: none;
  }
  .section--history {
    margin: 5vh 0 0;
    width: 100%;
  }
  .section--history .box {
    padding: 4rem 0 3.5rem;
  }
  .section--history .box .block--img {
    width: min(90%, 600px);
  }
  .section--history .list__more {
    width: 100%;
    margin-top: 20px;
  }
  .footer {
    padding: 38vw 6vw 11vw;
  }
  .footer .block--of {
    font-size: 2.2rem;
  }
}
/* ----------------------------
tablet
------------------------------ */
@media screen and (min-width: 768px) and (max-width: 960px) {
  html, body {
    width: 100%;
  }
  .drawer .parts_stitch.flower {
    top: 10px;
    left: 5%;
    width: min(21vw, 120px);
    -webkit-transform: rotate(37deg);
            transform: rotate(37deg);
  }
  .drawer .parts_stitch.bed {
    bottom: 30px;
    right: 10%;
    width: min(29vw, 160px);
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  .drawer .parts_stitch.icecream {
    bottom: 110px;
    left: 18%;
    width: min(20vw, 120px);
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  .section-tit {
    font-size: 4.8rem;
  }
  .section--contents .block--bnr {
    margin: 0 20vw !important;
  }
  .section--today .block--date .year,
  .section--today .block--date .week {
    letter-spacing: 0.1em;
    font-size: 1.7em;
  }
  .section--today .block--date .date {
    font-size: 13.2rem;
    letter-spacing: 0.02em;
  }
}/*# sourceMappingURL=style.css.map */