@charset "UTF-8";
/* -------------------------------------
reset
------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
.tit-accordion,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  font-family: sans-serif;
  background: #fff;
  color: #000;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

svg {
  display: block;
  vertical-align: middle;
  line-height: 1;
  height: auto;
  fill: currentColor;
}
svg defs {
  height: 0;
  display: block;
}

svg use {
  pointer-events: none;
}

summary {
  list-style: none;
}

@media screen and (min-width: 961px) {
  .sp {
    display: none;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .pc {
    display: none;
  }
}
@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-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
a:focus,
button:focus,
label:focus,
input:focus,
iframe:focus,
textarea:focus,
[tabindex="0"]:focus {
  outline: none;
}

a:focus:focus-visible,
button:focus:focus-visible,
label:focus:focus-visible,
input:focus:focus-visible,
iframe:focus:focus-visible,
textarea:focus:focus-visible,
[tabindex="0"]:focus:focus-visible {
  -webkit-box-shadow: 0 0 0 2px #0866ff;
          box-shadow: 0 0 0 2px #0866ff;
  border-color: #0866ff;
  border-radius: 5px;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
}

body {
  background: #0136a5;
  color: #212121;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  width: 100%;
}
@media screen and (min-width: 961px) {
  body {
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body {
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
}

a {
  color: inherit;
}

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

::-moz-selection {
  background: rgba(33, 33, 33, 0.5);
  mix-blend-mode: difference;
}

::selection {
  background: rgba(33, 33, 33, 0.5);
  mix-blend-mode: difference;
}

::-moz-selection {
  background: rgba(33, 33, 33, 0.5);
  mix-blend-mode: difference;
}

.svg-symbol {
  display: none;
}

svg {
  overflow: visible;
  fill: #212121;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.nowrap {
  white-space: nowrap;
}

.red {
  color: #FF3939;
}

.wrap {
  position: relative;
  min-height: 100%;
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.txt--lead {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 0.5em;
}

.txt--basic {
  margin-bottom: 1em;
}

.txt--sub {
  display: block;
  margin-bottom: 0.3em;
  font-weight: 400;
  line-height: 1.6;
}

.txt--link {
  display: block;
  font-size: 1.4rem;
  margin-top: 0.5em;
}
.txt--link::after {
  content: "";
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-left: 0.3em;
  margin-bottom: 0.1em;
  border-bottom: solid 1px #212121;
  border-right: solid 1px #212121;
}

.btn {
  width: min(100%, 320px);
  margin: 1em auto;
  text-align: center;
}

.btn + .btn {
  margin-top: 1em;
}

.btn--main {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  position: relative;
  margin: 0 auto;
  padding: 20px;
  background: #0136a5;
  color: #fff7be;
  font-size: 2.2rem;
  text-align: center;
  line-height: 1.6;
  border-radius: 999px;
  text-decoration: none;
  font-weight: bold;
}
.btn--main.soon {
  pointer-events: none;
  opacity: 0.5;
}
@media screen and (min-width: 961px) {
  .btn--main {
    padding: 20px 40px;
  }
  .btn--main:hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .btn--main {
    font-size: 1.8rem;
    padding: 1em;
  }
}

.ph, .thumb {
  position: relative;
  line-height: 0;
  text-align: center;
}
.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;
}
.ph img, .thumb img {
  width: 100%;
  pointer-events: none;
}

.date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1;
  font-size: 4rem;
}
.date .week {
  margin-left: 0.2em;
  background: #212121;
  color: #fff;
  border-radius: 100%;
  font-size: 1.4rem;
  padding: 0.3em;
  aspect-ratio: 1/1;
  display: inline-block;
  text-align: center;
}
.date .category {
  margin-left: 0.8em;
  font-size: 1.3rem;
}
.date .year {
  width: 100%;
  margin-bottom: 0.2em;
  font-size: 0.5em;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .date {
    font-size: 3rem;
  }
}

.block--date .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.section-tit {
  font-family: "Gotham Rounded", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0em;
  line-height: 1;
  font-size: 4rem;
  margin-bottom: 0.5em;
}
.section-tit .label {
  display: block;
  font-size: 2rem;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section-tit {
    font-size: min(3rem, 8vw);
  }
}

.list--attention {
  padding-left: 1.5em;
}
.list--attention li {
  list-style-type: disc;
  font-size: 1.5rem;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .list--attention li {
    font-size: 1.3rem;
  }
}
.list--attention li:not(:last-child) {
  margin-bottom: 0.5em;
}
.list--attention li a {
  text-decoration: underline;
}
@media screen and (min-width: 961px) {
  .list--attention li a:hover {
    text-decoration: none;
  }
}

.footer {
  background-color: #fff;
  color: #212121;
}
.footer .copyright {
  font-family: "Gotham Rounded", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.03em;
  line-height: 1;
  font-size: 1.2rem;
  text-align: center;
  padding: 1em 0;
}

section {
  width: 100%;
  position: relative;
  padding: 3em 30vw;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  section {
    padding: 4em 6vw;
  }
}

.content-main section .ph {
  width: min(80%, 400px);
  margin: 0 auto 1em;
}

.delighter {
  -webkit-transform: translate3d(0, 40px, 0);
          transform: translate3d(0, 40px, 0);
  opacity: 0;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.6s;
  transition: opacity 0.4s, -webkit-transform 0.6s;
  transition: transform 0.6s, opacity 0.4s;
  transition: transform 0.6s, opacity 0.4s, -webkit-transform 0.6s;
}

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

.section--mv {
  color: #fff7be;
}
@media screen and (min-width: 961px) {
  .section--mv {
    padding-left: 0;
    padding-right: 0;
  }
}
.section--mv::before {
  content: "";
  position: fixed;
  background-image: url(/static/aimyong/fanclub/feature/10thAnniversary_mv/img/bg.webp);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: repeat-x;
  background-position: center;
  background-size: contain;
  pointer-events: none;
  z-index: -1;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--mv::before {
    background-size: cover;
    background-position: top;
  }
}
.section--mv h1 {
  font-family: "Gotham Rounded", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.03em;
  line-height: 1;
  font-size: min(5vw, 7rem);
  color: #ff5307;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--mv h1 {
    font-size: min(14vw, 5.6rem);
  }
}
.section--mv h2 {
  font-family: "Gotham Rounded", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.03em;
  line-height: 1;
  font-size: 2.6rem;
  color: #fff7be;
  line-height: 1;
  margin-bottom: 1em;
}
.section--mv h2 span {
  font-size: 1.9rem;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--mv h2 {
    font-size: 1.8rem;
  }
  .section--mv h2 span {
    font-size: 1.1rem;
  }
}
.section--mv .block--lead {
  margin-bottom: 1em;
  line-height: 2;
}
.section--mv .btn .btn--main {
  background-color: #ff5307;
  color: #fff7be;
}

.list--period {
  margin-bottom: 2em;
}
.list--period dt {
  color: #0136a5;
  background-color: #fff7be;
  border-radius: 50%;
  padding: 0.6em 1em;
  margin: 0 auto 1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.6rem;
}
.list--period dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Gotham Rounded", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.03em;
  line-height: 1;
  font-size: 3rem;
}
.list--period dd p {
  position: relative;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.list--period dd p span {
  text-align: left;
  font-size: 2rem;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .list--period dt {
    font-size: 1.4rem;
  }
  .list--period dd {
    font-size: min(5.7vw, 3rem);
  }
  .list--period dd p span {
    font-size: 1.4rem;
  }
}

.block--accordion .btn .btn--main {
  position: relative;
}
.block--accordion .btn .btn--main::after {
  content: "";
  position: absolute;
  right: 32px;
  top: 50%;
  -webkit-transform: translateY(-70%) rotate(45deg);
          transform: translateY(-70%) rotate(45deg);
  width: 12px;
  height: 12px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  -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;
}

.block--accordion[open] .btn .btn--main::after {
  -webkit-transform: translateY(-10%) rotate(225deg);
          transform: translateY(-10%) rotate(225deg);
}

.block--music {
  width: min(90%, 1100px);
  margin: 0 auto;
  background-color: #fff;
  color: #212121;
  border-radius: 40px;
  padding: 1.6em;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .block--music {
    width: min(100%, 900px);
  }
}
.block--music > ul {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
}
.block--music > ul > li {
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid rgba(33, 33, 33, 0.1);
}
.block--music > ul > li a {
  display: block;
  text-decoration: none;
}
@media screen and (min-width: 961px) {
  .block--music > ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .block--music > ul > li {
    width: calc(50% - 0.5em);
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .block--music > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.section--special01 {
  background-color: #fff7be;
  color: #ff5307;
}
.section--special01 .section-tit {
  color: #0136a5;
}
.section--special01 .section-tit .label {
  color: #ff5307;
}

.section--special02 {
  background-color: #ff5307;
  color: #0136a5;
}
.section--special02 .section-tit {
  color: #fff7be;
}
.section--special02 .section-tit .label {
  color: #0136a5;
}

.section--special03 {
  background-color: #0136a5;
  color: #ff5307;
}
.section--special03 .section-tit {
  color: #fff7be;
}
.section--special03 .section-tit .label {
  color: #ff5307;
}
.section--special03 .btn .btn--main {
  background-color: #fff7be;
  color: #0136a5;
}
.section--special03 span.icon {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 28px;
}

.section--attention {
  padding: 2em;
  background-color: #fff;
  color: #ff5307;
}
.section--attention .block-tit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.4em 1em;
  line-height: 1.2;
  margin: 0 auto 1em;
  background-color: #ff5307;
  color: #fff7be;
  border-radius: 999px;
}

@media screen and (min-width: 961px) {
  .txt--sub {
    font-size: 1.3rem;
  }
  a:hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .txt--sub {
    font-size: 1.2rem;
  }
}/*# sourceMappingURL=style_r0eS10.css.map */