@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');


html {
  height: 100%;
  font-size: 62.5%;
}
body {
  height: 100%;
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: 0.05rem;
  font-feature-settings: 'palt';
  word-break: break-word;
  font-family: brandon-grotesque, 'Yu Gothic Medium', '游ゴシック Medium',
    YuGothic, '游ゴシック体', sans-serif;
  color: #000;
  overflow-x: hidden;
}
* {
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
}
a {
  -webkit-text-decoration: none;
  text-decoration: none;
}
img {
  pointer-events: none;
}
.wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.wrapper--colored {
  background: #fec1a4;
}
.wrapper.wrapper.is-visible::before {
  transform: translate(0, 0);
}
.wrapper:not(.wrapper--colored)::before {
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: calc(100% + 2px);
  background-color: #fec1a4;
  transform: translate(0, 100%);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
  content: '';
  z-index: -1;
}
.container {
  width: 936px;
  margin: 0 auto;
}
@media screen and (max-width: 936px) {
  .container {
    width: 100%;
  }
}
.header {
  display: flex;
  height: 106px;
  align-items: center;
}
@media screen and (max-width: 936px) {
  .header {
    height: 91px;
    justify-content: space-around;
    padding: 0 12px;
    width: calc(100% - 24px);
  }
}
.header__logo {
  height: 32px;
  flex-grow: 1;
}
@media screen and (max-width: 936px) {
  .header__logo {
    height: 24px;
    flex-grow: inherit;
  }
}
.header__logo img {
  height: 100%;
  width: auto;
}
.header__item a {
  margin-left: 20px;
  color: #000;
}
@media screen and (max-width: 936px) {
  .header__item a {
    margin-left: 12px;
  }
}
.top {
  text-align: center;
}
@media screen and (max-width: 936px) {
  .top {
    padding: 0 16px;
  }
}
.top img {
  margin-top: 52px;
  height: 144px;
  opacity: 0;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s,
    opacity linear 0.7s;
  transform: translate(0, 40px);
  transition-delay: 0.25s;
}
.wrapper.is-visible .top img {
  opacity: 1;
  transform: translate(0, 0);
}
@media screen and (max-width: 936px) {
  .top img {
    margin-top: 68px;
    height: 80px;
  }
}
.top__title {
  margin-top: 40px;
  font-weight: bold;
  font-size: 3.6rem;
  color: #fff;
}
@media screen and (max-width: 936px) {
  .top__title {
    margin-top: 24px;
    font-size: 2rem;
  }
}
.top__title-text {
  width: 456px;
  margin: 0 auto;
  white-space: nowrap;
}
@media screen and (max-width: 936px) {
  .top__title-text {
    line-height: 1.75;
  }
}
.top__title-text.top__title-text--first-line {
  height: 64px;
  margin-bottom: 8px;
  background: url('https://cdn.clipkit.co/tenants/381/resources/assets/000/038/023/original/with_underline_first.png?1667893798');
  background-repeat: no-repeat;
  background-position: bottom;
}
@media screen and (max-width: 936px) {
  .top__title-text.top__title-text--first-line {
    width: 160px;
    height: 39px;
    margin-bottom: 0;
    background-size: contain;
  }
}
.top__title-text.top__title-text--second-line {
  height: 69px;
  background: url('https://cdn.clipkit.co/tenants/381/resources/assets/000/038/016/original/with_underline_second.png?1667893798');
  background-repeat: no-repeat;
  background-position: bottom;
}
@media screen and (max-width: 936px) {
  .top__title-text.top__title-text--second-line {
    width: 277px;
    height: 42px;
    background-size: contain;
  }
}
.description {
  word-break: keep-all;
  overflow-wrap: break-word;
}
.top__description {
  margin: 28px auto 0;
  font-size: 2rem;
  line-height: 1.75;
  width: 456px;
}
@media screen and (max-width: 936px) {
  .top__description {
    margin: 16px auto 0;
    font-size: 1.6rem;
    width: 100%;
  }
}
.whats-with {
  margin-top: 68px;
}
@media screen and (max-width: 936px) {
  .whats-with {
    margin-top: 136px;
    padding: 0 16px;
  }
}
.whats-with__title {
  margin-bottom: 152px;
  text-align: center;
  font-size: 12rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 936px) {
  .whats-with__title {
    margin-bottom: 88px;
    font-size: 4.8rem;
  }
}
.whats-with__logo {
  height: 80px;
}
@media screen and (max-width: 936px) {
  .whats-with__logo {
    height: 32px;
  }
}
.whats-with__section {
  margin-bottom: 88px;
  text-align: center;
}
@media screen and (max-width: 936px) {
  .whats-with__section {
    margin-bottom: 40px;
  }
}
.whats-with__section-title {
  margin-bottom: 36px;
  font-size: 3.2rem;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 936px) {
  .whats-with__section-title {
    margin-bottom: 20px;
    font-size: 2rem;
  }
}
.whats-with__section-description {
  margin: 0 auto;
  padding-top: 40px;
  width: 456px;
  border-top: 1px solid #000;
  line-height: 1.75;
  font-size: 1.6rem;
}
@media screen and (max-width: 936px) {
  .whats-with__section-description {
    padding-top: 24px;
    width: 100%;
  }
}
.first-issue {
  margin-top: 148px;
}
@media screen and (max-width: 936px) {
  .first-issue {
    margin-top: 88px;
  }
}
.first-issue__title {
  margin-bottom: 28px;
  text-align: center;
  font-size: 12rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 936px) {
  .first-issue__title {
    margin-bottom: 16px;
    font-size: 4.8rem;
  }
}
.first-issue__logo {
  height: 80px;
}
@media screen and (max-width: 936px) {
  .first-issue__logo {
    height: 32px;
  }
}
.first-issue__description {
  text-align: center;
  font-size: 3.2rem;
}
@media screen and (max-width: 936px) {
  .first-issue__description {
    font-size: 2rem;
  }
}
.first-issue__description.first-issue__description--price {
  margin-top: 20px;
}
@media screen and (max-width: 936px) {
  .first-issue__description.first-issue__description--price {
    margin-top: 12px;
  }
}
.line-up {
  margin-top: 132px;
}
@media screen and (max-width: 936px) {
  .line-up {
    margin-top: 88px;
    padding: 0 16px;
  }
}
.line-up__title {
  margin-bottom: 36px;
  text-align: center;
  font-size: 8rem;
  font-weight: 500;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 936px) {
  .line-up__title {
    margin-bottom: 20px;
    font-size: 4rem;
  }
}
.line-up__section {
  border-top: 1px solid #000;
  padding-top: 20px;
  width: 456px;
  margin: 0 auto;
}
@media screen and (max-width: 936px) {
  .line-up__section {
    padding-top: 8px;
    width: 100%;
  }
}
.line-up__section-title {
  font-size: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 936px) {
  .line-up__section-title {
    font-size: 1.6rem;
  }
}
.line-up__section-member {
  margin-top: 20px;
  line-height: 2.1;
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
}
.line-up__section-member + .line-up__section-member {
  margin-top: 72px;
}
@media screen and (max-width: 936px) {
  .line-up__section-member {
    margin-top: 12px;
    font-size: 2rem;
    line-height: 2.25;
  }
  .line-up__section-member + .line-up__section-member {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.line-up__section-supplement {
  font-size: 1.6rem;
}
@media screen and (max-width: 936px) {
  .line-up__section-supplement {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 936px) {
  .line-up__section-supplement.line-up__section-supplement--cover {
    display: block;
  }
}
.line-up__section-description {
  margin-top: 28px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.75;
}
.line-up__section-description + .line-up__section-description {
  margin-top: 12px;
}
.line-up__subtitle {
  margin-top: 88px;
  margin-bottom: 44px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 936px) {
  .line-up__subtitle {
    margin-top: 84px;
    margin-bottom: 20px;
    font-size: 2rem;
  }
}
.line-up__subtitle-logo {
  height: 24px;
}
@media screen and (max-width: 936px) {
  .line-up__subtitle-logo {
    height: 16px;
  }
}
.line-up__section-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 16px;
  margin-top: 20px;
}
.line-up__section-item a {
  display: block;
  padding: 12px 24px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #000;
  border: 1px solid #000;
}
.on-the-renewal {
  margin-top: 124px;
  padding-bottom: 116px;
}
@media screen and (max-width: 936px) {
  .on-the-renewal {
    margin-top: 88px;
    padding: 0 16px 32px;
  }
}
.on-the-renewal__title {
  margin-bottom: 12px;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 936px) {
  .on-the-renewal__title {
    font-size: 2.4rem;
  }
}
.on-the-renewal__subtitle {
  margin-bottom: 40px;
  font-size: 2.4rem;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 936px) {
  .on-the-renewal__subtitle {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
}
.on-the-renewal__section {
  border-top: 1px solid #000;
  padding-top: 40px;
  width: 456px;
  margin: 0 auto;
}
@media screen and (max-width: 936px) {
  .on-the-renewal__section {
    padding-top: 24px;
    width: 100%;
  }
}
.on-the-renewal__section-cover {
  margin: 0 auto 36px;
  width: 458px;
}
@media screen and (max-width: 936px) {
  .on-the-renewal__section-cover {
    margin: 0 auto 24px;
    width: 324px;
  }
}
.on-the-renewal__section-cover img {
  width: 100%;
}
.on-the-renewal__section-description p {
  margin-bottom: 10px;
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: center;
}
@media screen and (max-width: 936px) {
  .on-the-renewal__section-description p {
    margin-bottom: 10px;
  }
}
.on-the-renewal__section-page {
  margin: 40px auto;
  width: 470px;
}
@media screen and (max-width: 936px) {
  .on-the-renewal__section-page {
    margin: 24px auto 32px;
    width: 324px;
  }
}
.on-the-renewal__section-page img {
  width: 100%;
}
.main-footer {
  display: flex;
  padding: 80px 0 68px;
}
@media screen and (max-width: 936px) {
  .main-footer {
    padding: 28px 16px 12px;
    flex-direction: column;
  }
}
.main-footer__logo {
  width: 240px;
}
@media screen and (max-width: 936px) {
  .main-footer__logo {
    width: auto;
  }
}
.main-footer__logo img {
  height: 32px;
}
@media screen and (max-width: 936px) {
  .main-footer__logo img {
    height: 24px;
  }
}
.main-footer__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 936px) {
  .main-footer__list {
    margin-top: 32px;
    flex-wrap: wrap;
  }
}
.main-footer__item {
  width: 240px;
  height: 32px;
}
@media screen and (max-width: 936px) {
  .main-footer__item {
    width: 50%;
    font-size: 1.2rem;
  }
}
.main-footer__item:nth-child(3n) {
  width: 216px;
}
@media screen and (max-width: 936px) {
  .main-footer__item:nth-child(3n) {
    width: 50%;
  }
}
.main-footer__item a {
  color: #000;
}
.sub-footer {
  position: relative;
  padding: 40px 0;
}
@media screen and (max-width: 936px) {
  .sub-footer {
    padding: 32px 16px;
  }
}
.sub-footer::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 100vw;
  height: 1px;
  background: #000;
}
.sub-footer img {
  height: 32px;
}
.sub-footer__copyright {
  display: block;
  margin-top: 12px;
  font-size: 1.2rem;
}
@media screen and (max-width: 936px) {
  .sub-footer__copyright {
    margin-top: 12px;
  }
}
.special {
  font-family: 'Poppins', sans-serif;
}
