/* top */
.top {
  background-color: #f4efe6;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 3.28125vw;
  word-break: break-all;
}

@media only screen and (min-width: 640px) {
  .top {
    font-size: 14px;
  }
}

@media only screen and (min-width: 960px) {
  .top {
    font-size: 14px;
  }
}

.top * {
  box-sizing: border-box;
}

.top *::before, .top *::after {
  box-sizing: border-box;
}

.top img {
  height: auto;
}

.top .-article-btn {
  position: relative;
}

.top .-article-btn::after {
  background: url(/assets/img/202004/top/arrow01.png) no-repeat;
  background-size: 100%;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 7.96875vw;
  height: 7.96875vw;
}

@media only screen and (min-width: 640px) {
  .top .-article-btn::after {
    width: 40px;
    height: 40px;
  }
}

.top__main {
  background-color: #d73332;
  padding-top: 90px;
}

@media only screen and (min-width: 960px) {
  .top__main {
    padding-top: 250px;
  }
}

.top__title {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(/assets/img/202004/top/title-bg.jpg) center bottom repeat-x;
  background-size: auto 100%;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 4.6875vw 10px;
  position: -webkit-sticky;
  position: sticky;
  top: 64px;
  z-index: 2;
}

@media only screen and (min-width: 960px) {
  .top__title {
    padding: 24px 30px;
    position: relative;
    top: auto;
  }
}

.top__title__icon {
  background-color: #fff;
  border-radius: 8px;
  width: 36px;
  height: 36px;
}

@media only screen and (min-width: 960px) {
  .top__title__icon {
    border-radius: 15px;
    width: 72px;
    height: 72px;
  }
}

.top__title__text {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 7px;
  line-height: 1;
  padding-left: 8px;
}

@media only screen and (min-width: 960px) {
  .top__title__text {
    font-size: 14px;
  }
}

.top__title__text span {
  display: block;
  letter-spacing: 0.04em;
}

.top__title__text .-en {
  font-size: 30px;
  font-weight: 700;
}

@media only screen and (min-width: 960px) {
  .top__title__text .-en {
    font-size: 60px;
  }
}

.top__sub {
  background: url(/assets/img/202004/top/sub-bg.jpg) repeat-x;
  background-size: auto 100%;
  color: #d73332;
  padding: 6.25vw 4.6875vw 0;
}

@media only screen and (min-width: 640px) {
  .top__sub {
    padding: 37px 4.6875vw 0;
  }
}

@media only screen and (min-width: 960px) {
  .top__sub {
    padding: 37px 0 0;
  }
}

.top__sub__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 960px) {
  .top__sub__wrap {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 36px;
    width: 100%;
    max-width: 1200px;
  }
}

.top__sub span {
  border-bottom: 2px solid #d73332;
  font-size: 6.25vw;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
}

@media only screen and (min-width: 640px) {
  .top__sub span {
    border-width: 0 0 4px 0;
    font-size: 40px;
  }
}

@media only screen and (min-width: 960px) {
  .top__sub .top__btn {
    margin-right: 0;
    text-align: center;
    width: 120px;
  }
}

.top__btn {
  background: url(/assets/img/202004/top/arrow01.png) right center no-repeat #fff;
  background-size: auto 100%;
  color: #d73332;
  display: block;
  font-size: 5.625vw;
  font-weight: 700;
  line-height: 9.84375vw;
  margin: 0 auto;
  padding-right: 9.84375vw;
  text-align: center;
  max-width: 44.0625vw;
  height: 9.84375vw;
}

.top__btn.-hide {
  opacity: 0;
  visibility: hidden;
}

@media only screen and (min-width: 640px) {
  .top__btn {
    font-size: 18px;
    line-height: 36px;
    padding-right: 36px;
    text-align: center;
    max-width: 160px;
    height: 36px;
  }
}

.top__content {
  padding: 7.8125vw 4.6875vw 9.375vw;
}

@media only screen and (min-width: 960px) {
  .top__content {
    margin: 0 auto;
    padding: 45px 36px;
    max-width: 1200px;
  }
}

.top__content.-news {
  padding-right: 2.34375vw;
  padding-left: 2.34375vw;
}

@media only screen and (min-width: 960px) {
  .top__content.-news {
    padding-right: 26px;
    padding-left: 26px;
  }
}

.top__tag {
  border-radius: 5px;
  background-color: #d73332;
  color: #fff;
  display: inline-block;
  font-size: 2.96875vw;
  font-weight: bold;
  line-height: 4.6875vw;
  margin-bottom: 1.5em;
  padding: 0 0.8em;
}

@media only screen and (min-width: 640px) {
  .top__tag {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 1.2em;
    padding: 0 1.2em;
  }
}

.top__date {
  color: #a0a0a0;
  display: block;
  font-size: 2.96875vw;
  padding-top: 0.8em;
}

@media only screen and (min-width: 640px) {
  .top__date {
    font-size: 12px;
  }
}

.top__article-link {
  background-color: #fff;
  color: #000;
  display: block;
  margin-bottom: 3.125vw;
}

.top__article-link:hover {
  color: #000;
}

@media only screen and (min-width: 640px) {
  .top__article-link {
    margin-bottom: 15px;
  }
}

.top__article-link figure img {
  width: 100%;
}

.top__article-link__detail {
  padding: 4.6875vw;
}

@media only screen and (min-width: 960px) {
  .top__article-link__detail {
    padding: 20px;
  }
}

.top__article-link__title {
  font-size: 4.53125vw;
  font-weight: bold;
  line-height: 1.58621;
}

@media only screen and (min-width: 640px) {
  .top__article-link__title {
    font-size: 18px;
  }
}

.top__article-link__text {
  padding-top: 1em;
}

@media only screen and (min-width: 960px) {
  .top__article-link.-special {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .top__article-link.-special figure {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 49.11348%;
  }
  .top__article-link.-special .top__article-link__title {
    font-size: 24px;
  }
}

.top main {
  margin-top: 0;
}

.top__playlist {
  display: none;
}

@media only screen and (min-width: 960px) {
  .top__playlist {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 180px;
  }
  .top__playlist li {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 320px;
    height: 100%;
  }
  .top__playlist li img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

.top__banners {
  background: url(/assets/img/202004/top/banner-bg.jpg) center bottom repeat-x;
  background-size: auto 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 4.6875vw 4.6875vw 3.125vw;
}

@media only screen and (min-width: 640px) {
  .top__banners {
    padding: 30px 30px 20px;
  }
}

@media only screen and (min-width: 960px) {
  .top__banners {
    background: #be2a29;
    padding: 1.58333vw 0;
  }
}

@media only screen and (min-width: 1200px) {
  .top__banners {
    padding: 19px 26px;
  }
}

.top__youtube {
  margin-bottom: 1.5625vw;
  position: relative;
  max-width: 580px;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1b1b1b;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 1.875vw;
  padding: 1.5625vw;
  position: relative;
}

@media only screen and (min-width: 640px) {
  .top__youtube {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 960px) {
  .top__youtube {
    margin: 0 0.83333vw;
    width: 46.16667vw;
    max-width: 554px;
  }
}

@media only screen and (min-width: 1200px) {
  .top__youtube {
    margin: 0 10px;
  }
}

.top__youtube::after {
  background: url(/assets/img/202004/top/arrow01.png) no-repeat;
  background-size: 100%;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 5.9375vw;
  height: 5.9375vw;
}

@media only screen and (min-width: 640px) {
  .top__youtube::after {
    width: 38px;
    height: 38px;
  }
}

@media only screen and (min-width: 1200px) {
  .top__youtube::after {
    width: 3vw;
    height: 3vw;
  }
}

@media only screen and (min-width: 1200px) {
  .top__youtube::after {
    width: 36px;
    height: 36px;
  }
}

.top__youtube:hover {
  color: #fff;
  opacity: 1;
}

@media only screen and (min-width: 640px) {
  .top__youtube {
    font-size: 12px;
    padding: 10px;
  }
}

@media only screen and (min-width: 960px) {
  .top__youtube {
    font-size: 0.83333vw;
    padding: 0.83333vw;
  }
}

@media only screen and (min-width: 1200px) {
  .top__youtube {
    font-size: 10px;
    padding: 10px;
  }
}

.top__youtube__btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.top__youtube__player {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 46.78571%;
  z-index: 1;
}

@media only screen and (min-width: 960px) {
  .top__youtube__player {
    width: 46.81648%;
  }
}

.top__youtube__video {
  overflow: hidden;
  padding-top: 51.9084%;
  position: relative;
}

.top__youtube__video__display {
  position: absolute;
  top: -40%;
  left: -5%;
  width: 110%;
  height: 180%;
}

.top__youtube__play {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: cover;
}

.top__youtube__play.-hide {
  visibility: hidden;
}

.top__youtube__play__mark {
  width: 16.03053%;
}

@media only screen and (min-width: 960px) {
  .top__youtube__play__mark {
    width: 16%;
  }
}

.top__youtube__wrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 1.78571%;
}

@media only screen and (min-width: 960px) {
  .top__youtube__wrap {
    padding-left: 1.80505%;
  }
}

.top__youtube__icon {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 22.22222%;
}

@media only screen and (min-width: 960px) {
  .top__youtube__icon {
    width: 20.42254%;
  }
}

.top__youtube__title {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 2.5em 0 0 3.47222%;
}

@media only screen and (min-width: 960px) {
  .top__youtube__title {
    padding-left: 3.52113%;
  }
}

.top__youtube__title dt {
  color: #d73332;
  font-size: 3.90625vw;
  font-weight: 700;
  line-height: 1;
}

@media only screen and (min-width: 640px) {
  .top__youtube__title dt {
    font-size: 25px;
  }
}

@media only screen and (min-width: 960px) {
  .top__youtube__title dt {
    font-size: 2.08333vw;
  }
}

@media only screen and (min-width: 1200px) {
  .top__youtube__title dt {
    font-size: 24px;
  }
}

.top__youtube__title dd {
  line-height: 2.5;
}

.top__birthday {
  margin-bottom: 1.5625vw;
  position: relative;
  max-width: 580px;
  width: 100%;
  background: url(/assets/img/202004/top/birthday-bg.png);
  background-size: cover;
}

@media only screen and (min-width: 640px) {
  .top__birthday {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 960px) {
  .top__birthday {
    margin: 0 0.83333vw;
    width: 46.16667vw;
    max-width: 554px;
  }
}

@media only screen and (min-width: 1200px) {
  .top__birthday {
    margin: 0 10px;
  }
}

.top__birthday::after {
  background: url(/assets/img/202004/top/arrow01.png) no-repeat;
  background-size: 100%;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 5.9375vw;
  height: 5.9375vw;
}

@media only screen and (min-width: 640px) {
  .top__birthday::after {
    width: 38px;
    height: 38px;
  }
}

@media only screen and (min-width: 1200px) {
  .top__birthday::after {
    width: 3vw;
    height: 3vw;
  }
}

@media only screen and (min-width: 1200px) {
  .top__birthday::after {
    width: 36px;
    height: 36px;
  }
}

.top__birthday__wrap {
  color: #d73332;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.03125vw;
  font-weight: bold;
  opacity: 0;
  padding: 1.72414% 0 1.72414% 4.31034%;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top__birthday__wrap.-first {
  position: relative;
  top: auto;
  left: auto;
  height: auto;
}

.top__birthday__wrap.-active {
  opacity: 1;
  visibility: visible;
}

.top__birthday__wrap.-active .top__birthday__img figure img {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease 0.2s;
  transition: all 0.5s ease 0.2s;
}

@media only screen and (min-width: 640px) {
  .top__birthday__wrap {
    font-size: 13px;
  }
}

@media only screen and (min-width: 960px) {
  .top__birthday__wrap {
    font-size: 1vw;
    padding: 1.80505% 0 1.80505% 4.15162%;
  }
}

@media only screen and (min-width: 1200px) {
  .top__birthday__wrap {
    font-size: 12px;
  }
}

.top__birthday__img {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0.36036%;
  position: relative;
  width: 25.40541%;
  z-index: 1;
}

@media only screen and (min-width: 960px) {
  .top__birthday__img {
    padding: 0.38388%;
    width: 25.14395%;
  }
}

.top__birthday__img::after {
  background: url(/assets/img/202004/top/birthday-img.png) no-repeat;
  background-size: 100% auto;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.top__birthday__img figure {
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
  padding-top: 100%;
  position: relative;
  width: 100%;
  z-index: 0;
}

.top__birthday__img figure img {
  display: block;
  opacity: 0;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top__birthday__detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-top: 1.08108%;
  -webkit-transform: translateX(-3.90625vw);
  -ms-transform: translateX(-3.90625vw);
  transform: translateX(-3.90625vw);
}

@media only screen and (min-width: 640px) {
  .top__birthday__detail {
    -webkit-transform: translateX(-25px);
    -ms-transform: translateX(-25px);
    transform: translateX(-25px);
  }
}

@media only screen and (min-width: 960px) {
  .top__birthday__detail {
    padding-top: 1.15163%;
    -webkit-transform: translateX(-1.91667vw);
    -ms-transform: translateX(-1.91667vw);
    transform: translateX(-1.91667vw);
  }
}

@media only screen and (min-width: 1200px) {
  .top__birthday__detail {
    -webkit-transform: translateX(-23px);
    -ms-transform: translateX(-23px);
    transform: translateX(-23px);
  }
}

.top__birthday__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: 6.0241%;
}

@media only screen and (min-width: 960px) {
  .top__birthday__title {
    margin-left: 5.77889%;
  }
}

.top__birthday__label {
  width: 43.61446%;
}

@media only screen and (min-width: 960px) {
  .top__birthday__label {
    width: 43.46734%;
  }
}

.top__birthday__date {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 4.375vw;
  font-weight: bold;
  line-height: 1.1;
  padding-right: 8%;
  text-align: right;
}

@media only screen and (min-width: 640px) {
  .top__birthday__date {
    font-size: 28px;
  }
}

@media only screen and (min-width: 960px) {
  .top__birthday__date {
    font-size: 25px;
    padding-right: 28px;
  }
}

.top__birthday__date span {
  font-size: 53.57143%;
  padding-left: 0.5em;
}

.top__birthday__name {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 4.53125vw;
  line-height: 1.1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 6.0241%;
  text-align: center;
}

@media only screen and (min-width: 640px) {
  .top__birthday__name {
    font-size: 29px;
  }
}

@media only screen and (min-width: 960px) {
  .top__birthday__name {
    font-size: 2.33333vw;
    padding-left: 6.28141%;
  }
}

@media only screen and (min-width: 1200px) {
  .top__birthday__name {
    font-size: 28px;
  }
}

.top__birthday__text {
  background: url(/assets/img/202004/top/birthday-line.png) top right repeat-x;
  background-size: auto 1.71875vw;
  line-height: 2.30769;
  padding: 3.85542% 2.40964% 0 0;
  text-align: right;
}

@media only screen and (min-width: 640px) {
  .top__birthday__text {
    background-size: auto 11px;
  }
}

@media only screen and (min-width: 960px) {
  .top__birthday__text {
    background-size: auto 0.91667vw;
    padding: 2.51256% 2.51256% 0 0;
  }
}

@media only screen and (min-width: 1200px) {
  .top__birthday__text {
    background-size: auto 11px;
    line-height: 30px;
  }
}

.top__appeal {
  padding: 18px 0;
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 640px) {
  .top__appeal {
    margin: 0 auto;
    padding: 23px 0;
    max-width: 1300px;
  }
}

.top__appeal__container {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  max-width: 1128px;
}

.top__appeal__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.top__appeal__item {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0 2.26563vw;
  width: 72.1875%;
}

@media only screen and (min-width: 640px) {
  .top__appeal__item {
    padding: 0 12px;
    width: 384px;
  }
}

.top__appeal__text {
  color: #000;
  font-size: 3.28125vw;
  font-weight: bold;
  line-height: 1.33333;
  padding-top: 8px;
}

@media only screen and (min-width: 640px) {
  .top__appeal__text {
    font-size: 15px;
    line-height: 1.46667;
    padding-top: 10px;
  }
}

.top__appeal__prev, .top__appeal__next {
  background: url(/assets/img/202004/top/arrow01.png) center center no-repeat;
  background-size: cover;
  cursor: pointer;
  margin-top: -4.6875vw;
  outline: none;
  position: absolute;
  top: 50%;
  width: 10.9375vw;
  height: 10.9375vw;
  z-index: 1;
}

@media only screen and (min-width: 640px) {
  .top__appeal__prev, .top__appeal__next {
    margin-top: -25px;
    width: 50px;
    height: 50px;
  }
}

.top__appeal__prev {
  left: 0;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.top__appeal__next {
  right: 0;
}

.top__news__wrap {
  position: relative;
}

.top__news__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 960px) {
  .top__news__list {
    width: 100%;
  }
}

.top__news__list__sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.top__news__sizer {
  width: 50%;
}

@media only screen and (min-width: 640px) {
  .top__news__sizer {
    width: 33.33333%;
  }
}

@media only screen and (min-width: 960px) {
  .top__news__sizer {
    width: 25%;
  }
}

.top__news__item {
  padding: 0 2.34375vw;
  width: 50%;
}

@media only screen and (min-width: 640px) {
  .top__news__item {
    width: 33.33333%;
  }
}

@media only screen and (min-width: 960px) {
  .top__news__item {
    padding: 0 0.87108%;
    width: 25%;
  }
}

.top__news__item.-large {
  width: 100%;
}

@media only screen and (min-width: 960px) {
  .top__news__item.-large {
    width: 50%;
  }
}

@media only screen and (min-width: 960px) {
  .top__news__item.-sns {
    width: 23.67021%;
  }
}

.top__news__item a {
  display: block;
  margin-bottom: 4.6875vw;
  position: relative;
}

@media only screen and (min-width: 960px) {
  .top__news__item a {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 640px) {
  .top__news__item__footer {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .top__news__item__footer .top__news__date {
    font-size: 11px;
    line-height: 1.2;
  }
}

.top__news__item__user {
  background: center right no-repeat;
  background-size: 5.9375vw auto;
  color: #000;
  display: block;
  font-size: 2.34375vw;
  font-weight: bold;
  line-height: 6.25vw;
  margin-top: -1.5625vw;
  padding-right: 6.875vw;
  text-align: right;
}

@media only screen and (min-width: 640px) {
  .top__news__item__user {
    background-size: 31px auto;
    font-size: 10px;
    line-height: 3.3;
    margin-top: -10px;
    padding-right: 35px;
    min-height: 31px;
  }
}

@media only screen and (min-width: 640px) {
  .top__news__item__user {
    margin-top: 0;
  }
}

.top__news__item__user.-twitter {
  background-image: url(/assets/img/202309/top/icon-x.png);
}

.top__news__item__user.-eichiro {
  background-image: url(/assets/img/202309/top/icon-x-w.png);
}

.top__news__item__user.-insta {
  color: #d93188;
  background-image: url(/assets/img/202004/top/icon-insta.png);
}

.top__news__item__fixed__inner {
  width: 100%;
}

@media only screen and (min-width: 960px) {
  .top__news__item__fixed__inner.-fixed-bottom {
    position: fixed;
    bottom: 20px;
  }
}

@media only screen and (min-width: 960px) {
  .top__news__item__fixed__inner.-abs-bottom {
    position: absolute;
    bottom: 20px;
  }
}

@media only screen and (min-width: 960px) {
  .top__news__item__fixed__inner.-fixed-top {
    position: fixed;
    top: 90px;
  }
}

@media only screen and (min-width: 960px) {
  .top__news__item__fixed a {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
  }
  .top__news__item__fixed a .top__news__title {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .top__news__item__fixed a .top__news__date {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .top__news__item__fixed a .top__news__category {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .top__news__item__fixed a .top__news__img {
    margin: 15px 0 0;
    padding-bottom: 0;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
}

.top__news__img {
  padding-bottom: 1.5625vw;
  text-align: center;
}

@media only screen and (min-width: 640px) {
  .top__news__img {
    padding-bottom: 20px;
  }
}

.top__news__img.-large {
  padding-bottom: 4.6875vw;
}

@media only screen and (min-width: 640px) {
  .top__news__img.-large {
    padding-bottom: 25px;
  }
}

.top__news__img.-pick {
  margin-bottom: 4.6875vw;
  height: 75vw;
}

.top__news__img.-pick img {
  object-fit: contain;
  max-width: none;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 640px) {
  .top__news__img.-pick {
    margin-bottom: 25px;
    padding-bottom: 0;
    height: 360px;
  }
}

.top__news__title {
  color: #000;
  font-weight: bold;
  line-height: 1.52381;
  padding-bottom: 1.5625vw;
  word-break: break-all;
}

@media only screen and (min-width: 640px) {
  .top__news__title {
    padding-bottom: 10px;
  }
}

.top__news__title.-large {
  font-size: 4.53125vw;
}

@media only screen and (min-width: 640px) {
  .top__news__title.-large {
    font-size: 25px;
  }
}

.top__news__title.-pick {
  font-size: 4.53125vw;
}

@media only screen and (min-width: 640px) {
  .top__news__title.-pick {
    font-size: 20px;
  }
}

.top__news__title.-sns {
  font-weight: normal;
}

.top__news__date {
  color: #a0a0a0;
  display: block;
  font-size: 90.47619%;
  line-height: 2.26316;
}

@media only screen and (min-width: 640px) {
  .top__news__date {
    font-size: 12px;
  }
}

.top__news__category {
  border-top: 1px solid #d73332;
  color: #d73332;
  display: inline-block;
  font-size: 90.47619%;
  font-weight: bold;
  line-height: 2.26316;
  min-width: 20.3125vw;
}

@media only screen and (min-width: 640px) {
  .top__news__category {
    font-size: 10px;
    min-width: 0;
  }
}

.top__pickup {
  padding: 12.1875vw 0 9.375vw;
  overflow: hidden;
}

@media only screen and (min-width: 960px) {
  .top__pickup {
    padding: 40px 0;
  }
}

.top__pickup__wrap {
  position: relative;
}

@media only screen and (min-width: 960px) {
  .top__pickup__wrap {
    margin: 0 auto;
    max-width: 1200px;
  }
}

.top__pickup__container {
  margin: 0 auto;
  max-width: 1160px;
}

.top__pickup__item {
  padding: 0 12.5vw;
}

@media only screen and (min-width: 640px) {
  .top__pickup__item {
    padding: 0 24px;
    width: 50%;
  }
}

@media only screen and (min-width: 960px) {
  .top__pickup__item {
    padding: 0 16px;
    width: 386.6px;
  }
}

.top__pickup__list {
  padding-bottom: 9.375vw;
}

@media only screen and (min-width: 960px) {
  .top__pickup__list {
    padding-bottom: 0;
  }
}

.top__pickup__btn {
  margin-top: -17px;
  position: absolute;
  top: 50%;
  width: 35px;
  z-index: 1;
}

.top__pickup__btn.-prev {
  left: 0;
}

.top__pickup__btn.-next {
  right: 0;
}

@media only screen and (min-width: 1270px) {
  .top__pickup__btn {
    cursor: pointer;
  }
  .top__pickup__btn.-prev {
    left: -35px;
  }
  .top__pickup__btn.-next {
    right: -35px;
  }
}

.top__comicanime__sub {
  background-color: #d73332;
  color: #fff;
  font-size: 3.28125vw;
  line-height: 2.14286;
  padding: 0 2.34375vw;
}

@media only screen and (min-width: 640px) {
  .top__comicanime__sub {
    font-size: 21px;
  }
}

@media only screen and (min-width: 960px) {
  .top__comicanime__sub {
    font-size: 16px;
    line-height: 30px;
    padding: 0 10px;
    text-align: right;
  }
}

.top__comicanime__title {
  font-size: 4.53125vw;
  font-weight: bold;
  line-height: 1.58621;
  padding-bottom: 0.5em;
}

@media only screen and (min-width: 640px) {
  .top__comicanime__title {
    font-size: 24px;
  }
}

.top__comicanime__title.-key {
  color: #d73332;
}

.top__comicanime__title .-sub {
  display: block;
  font-size: 3.75vw;
}

@media only screen and (min-width: 640px) {
  .top__comicanime__title .-sub {
    font-size: 18px;
  }
}

@media only screen and (min-width: 960px) {
  .top__comicanime__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 960px) {
  .top__comicanime__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 49.11348%;
  }
}

.top__anime {
  background-color: #fff;
  margin-bottom: 6.25vw;
}

@media only screen and (min-width: 960px) {
  .top__anime {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
  }
}

.top__anime__img {
  overflow: hidden;
  padding-top: 56.31769%;
  position: relative;
}

.top__anime__img iframe,
.top__anime__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top__anime__img iframe {
  top: -30%;
  height: 160%;
}

.top__anime__player {
  display: block;
  position: relative;
}

@media only screen and (min-width: 960px) {
  .top__anime__player {
    width: 49.11348%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

.top__anime__play {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top__anime__play img {
  width: 12.5vw;
}

@media only screen and (min-width: 960px) {
  .top__anime__play img {
    width: 80px;
  }
}

.top__anime__detail {
  padding: 4.6875vw;
}

@media only screen and (min-width: 960px) {
  .top__anime__detail {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 12px;
    width: 49.11348%;
  }
}

.top__board {
  background-color: #fff;
  color: #000;
  display: block;
  margin-bottom: 6.25vw;
  padding: 2.34375vw;
}

.top__board:hover {
  color: #000;
}

@media only screen and (min-width: 960px) {
  .top__board {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
    padding: 10px;
  }
}

.top__board__img img {
  width: 100%;
}

@media only screen and (min-width: 960px) {
  .top__board__img {
    width: 400px;
  }
}

.top__board__detail {
  padding: 2.34375vw;
}

@media only screen and (min-width: 960px) {
  .top__board__detail {
    padding: 30px;
  }
}

.top__board__sub {
  font-size: 3.75vw;
  font-weight: bold;
  padding-bottom: 0.2em;
}

@media only screen and (min-width: 640px) {
  .top__board__sub {
    font-size: 18px;
  }
}

.top__book {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.96875vw;
  margin-bottom: 6.25vw;
}

.top__book:hover {
  color: #000;
}

@media only screen and (min-width: 640px) {
  .top__book {
    font-size: 14px;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 960px) {
  .top__book {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

.top__book__img {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 47.41379%;
}

@media only screen and (min-width: 960px) {
  .top__book__img {
    width: 50%;
  }
}

.top__book__img.-jump {
  height: 100%;
}

.top__book__img img {
  width: 100%;
}

@media only screen and (min-width: 960px) {
  .top__book__img img {
    object-fit: cover;
    height: 100%;
    max-width: none;
  }
}

.top__book__detail {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 4.6875vw 3.125vw;
}

@media only screen and (min-width: 960px) {
  .top__book__detail {
    padding: 20px 20px;
  }
}

.top__book__title {
  font-size: 3.28125vw;
  font-weight: bold;
  line-height: 1.52381;
  padding-bottom: 0.5em;
}

@media only screen and (min-width: 640px) {
  .top__book__title {
    font-size: 21px;
  }
}

@media only screen and (min-width: 960px) {
  .top__book__title {
    font-size: 15px;
  }
}

@media only screen and (min-width: 1200px) {
  .top__book__title {
    font-size: 18px;
  }
}

.top__event {
  padding-bottom: 2.34375vw;
}

@media only screen and (min-width: 960px) {
  .top__event {
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 960px) {
  .top__event__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 960px) {
  .top__event__detail {
    width: 49.11348%;
  }
}

.top__event__detail.-all {
  padding-top: 2.34375vw;
}

@media only screen and (min-width: 960px) {
  .top__event__detail.-all {
    padding-top: 15px;
    width: 100%;
  }
}

.top__event__sub {
  color: #d73332;
  font-size: 5.625vw;
  font-weight: 700;
  line-height: 1.83333;
}

@media only screen and (min-width: 640px) {
  .top__event__sub {
    font-size: 36px;
  }
}

.top__event__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 2.34375vw;
}

@media only screen and (min-width: 960px) {
  .top__event__list {
    padding-bottom: 0;
  }
}

.top__event__item {
  margin-bottom: 3.75vw;
  width: 50%;
}

@media only screen and (min-width: 960px) {
  .top__event__item {
    margin-bottom: 0;
  }
}

.top__event__item:nth-child(2n + 1) {
  padding-right: 2.34375vw;
}

@media only screen and (min-width: 960px) {
  .top__event__item:nth-child(2n + 1) {
    padding-right: 10px;
  }
}

.top__event__item:nth-child(2n) {
  padding-left: 2.34375vw;
}

@media only screen and (min-width: 960px) {
  .top__event__item:nth-child(2n) {
    padding-left: 10px;
  }
}

.top__event__item a {
  color: #000;
}

.top__event__item__title {
  font-weight: bold;
  line-height: 1.52381;
}

.top__event__item__img {
  margin-bottom: 3.90625vw;
  text-align: center;
  height: 42.96875vw;
}

.top__event__item__img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 960px) {
  .top__event__item__img {
    margin-bottom: 20px;
    height: 260px;
  }
}

@media only screen and (min-width: 960px) {
  .top__event__detail.-all .top__event__list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 960px) {
  .top__event__detail.-all .top__event__item {
    width: 23.67021%;
  }
}

@media only screen and (min-width: 960px) {
  .top__event__detail.-all .top__event__item:nth-child(2n + 1) {
    padding-right: 0;
  }
}

@media only screen and (min-width: 960px) {
  .top__event__detail.-all .top__event__item:nth-child(2n) {
    padding-left: 0;
  }
}

.top__special__banners {
  padding: 7.8125vw 0;
  position: relative;
}

@media only screen and (min-width: 960px) {
  .top__special__banners {
    margin: 0 auto;
    padding: 36px 0;
  }
}

.top__special__wrap-pc {
  display: none;
}

@media only screen and (min-width: 960px) {
  .top__special__wrap-pc {
    display: block;
  }
}

@media only screen and (min-width: 960px) {
  .top__special__wrap-sp {
    display: none;
  }
}

.top__special__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 960px) {
  .top__special__list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1148px;
  }
}

.top__special__list li {
  text-align: center;
  width: 100%;
}

@media only screen and (min-width: 375px) {
  .top__special__list li {
    width: 375px;
  }
}

@media only screen and (min-width: 640px) {
  .top__special__list li {
    padding: 0 12px;
    width: 299px;
  }
}

@media only screen and (min-width: 960px) {
  .top__special__list li {
    padding: 13px;
    width: 25%;
  }
}

.top__special__prev, .top__special__next {
  background: url(/assets/img/202004/top/arrow01.png) center center no-repeat;
  background-size: cover;
  cursor: pointer;
  margin-top: -4.6875vw;
  outline: none;
  position: absolute;
  top: 50%;
  width: 10.9375vw;
  height: 10.9375vw;
  z-index: 1;
}

@media only screen and (min-width: 640px) {
  .top__special__prev, .top__special__next {
    margin-top: -25px;
    width: 50px;
    height: 50px;
  }
}

@media only screen and (min-width: 960px) {
  .top__special__prev, .top__special__next {
    display: none;
  }
}

.top__special__prev {
  left: 0;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.top__special__next {
  right: 0;
}

.top__banner {
  background-color: #fff;
  padding: 6.25vw 4.6875vw 3.125vw;
}

@media only screen and (min-width: 960px) {
  .top__banner {
    padding: 37px 0 10px;
  }
}

.top__banner__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 960px) {
  .top__banner__list {
    margin: 0 auto;
    padding: 0 36px;
    max-width: 1200px;
  }
}

.top__banner__list li {
  padding-bottom: 3.125vw;
  width: 50%;
}

@media only screen and (min-width: 640px) {
  .top__banner__list li {
    padding-bottom: 2.5%;
    margin-right: 2.5%;
    width: 31.625%;
  }
}

@media only screen and (min-width: 960px) {
  .top__banner__list li {
    margin-right: 0;
    padding-bottom: 27px;
    padding-right: 22px;
    width: 20.39007%;
  }
}

.top__banner__list li:nth-child(2n + 1) {
  padding-right: 2.34375vw;
}

@media only screen and (min-width: 640px) {
  .top__banner__list li:nth-child(2n + 1) {
    padding-right: 0;
  }
}

@media only screen and (min-width: 960px) {
  .top__banner__list li:nth-child(2n + 1) {
    padding-right: 22px;
  }
}

.top__banner__list li:nth-child(2n) {
  padding-left: 2.34375vw;
}

@media only screen and (min-width: 640px) {
  .top__banner__list li:nth-child(2n) {
    padding-left: 0;
  }
}

@media only screen and (min-width: 960px) {
  .top__banner__list li:nth-child(2n) {
    padding-left: 0;
    padding-right: 22px;
  }
}

@media only screen and (min-width: 640px) {
  .top__banner__list li:nth-child(3n) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 960px) {
  .top__banner__list li:nth-child(5n) {
    padding-right: 0;
    width: 18.43972%;
  }
}

.top__hash {
  border-bottom: 1px solid #9e3630;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.top__hash img {
  display: block;
  margin: 0 auto;
}

.top__hash__title {
  padding: 28px 0 14px;
  position: relative;
}

@media only screen and (min-width: 960px) {
  .top__hash__title {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -64px;
    padding: 0 180px;
  }
}

.top__hash__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  line-height: 7.5vw;
  margin: 0 auto;
  text-align: center;
  width: 90.625vw;
}

@media only screen and (min-width: 640px) {
  .top__hash__btn {
    line-height: 48px;
    width: 580px;
  }
}

@media only screen and (min-width: 960px) {
  .top__hash__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 36px;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 156px;
    height: 156px;
  }
}

.top__hash__btn__text {
  color: #fff;
  background-color: #d73332;
  font-size: 2.8125vw;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media only screen and (min-width: 640px) {
  .top__hash__btn__text {
    font-size: 18px;
  }
}

@media only screen and (min-width: 960px) {
  .top__hash__btn__text {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    line-height: 24px;
    padding: 0 14px;
    text-align: left;
  }
}

.top__hash__btn__mark {
  background-color: #fff;
  color: #d73332;
  font-size: 3.28125vw;
  padding-right: 1.5625vw;
  position: relative;
  width: 20.625vw;
}

@media only screen and (min-width: 640px) {
  .top__hash__btn__mark {
    font-size: 21px;
    padding-right: 10px;
    width: 132px;
  }
}

@media only screen and (min-width: 960px) {
  .top__hash__btn__mark {
    font-size: 20px;
    padding-right: 0;
    width: 100%;
  }
}

.top__hash__btn__mark::after {
  background: url(/assets/img/202004/top/arrow04.png) center center no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 1.5625vw;
  width: 1.40625vw;
  height: 100%;
}

@media only screen and (min-width: 640px) {
  .top__hash__btn__mark::after {
    right: 10px;
    width: 9px;
  }
}

.top__sns__wrap {
  display: none;
  padding-bottom: 12.5vw;
}

@media only screen and (min-width: 640px) {
  .top__sns__wrap {
    padding-bottom: 80px;
  }
}

.top__sns__wrap.-active {
  display: block;
}

.top__sns__footer {
  margin-top: -3.125vw;
  text-align: center;
}

@media only screen and (min-width: 640px) {
  .top__sns__footer {
    margin: -20px auto 0;
    padding: 0 30px;
    max-width: 1188px;
  }
}

.top__sns__footer__title {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #d73332;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 3.125vw;
  font-weight: bold;
  line-height: 2;
}

@media only screen and (min-width: 640px) {
  .top__sns__footer__title {
    font-size: 16px;
  }
}

.top__sns__footer__title::before, .top__sns__footer__title::after {
  background-color: #d73332;
  content: "";
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 1px;
}

@media only screen and (min-width: 640px) {
  .top__sns__footer__title::before, .top__sns__footer__title::after {
    height: 2px;
  }
}

.top__sns__footer__title::before {
  margin-right: 1em;
}

.top__sns__footer__title::after {
  margin-left: 1em;
}

.top__sns__footer__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 2.8125vw;
}

@media only screen and (min-width: 640px) {
  .top__sns__footer__list {
    margin-top: 18px;
  }
}

@media only screen and (min-width: 960px) {
  .top__sns__footer__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.top__sns__footer__item {
  padding: 0 3.125vw;
  width: 37.5vw;
}

@media only screen and (min-width: 640px) {
  .top__sns__footer__item {
    padding: 0 10px;
    width: 18vw;
    max-width: 225px;
  }
}

.top__sns__footer__item figure {
  margin: 0 auto;
  width: 10.9375vw;
}

@media only screen and (min-width: 640px) {
  .top__sns__footer__item figure {
    width: 70px;
  }
}

.top__sns__footer__item span {
  color: #000;
  display: block;
  font-size: 2.8125vw;
  font-weight: bold;
  line-height: 1.94444;
}

.top__sns__footer__item span.-insta {
  color: #d93188;
}

.top__sns__footer__item span.-line {
  color: #00b800;
}

.top__sns__footer__item span.-tiktok {
  color: #000;
}

@media only screen and (min-width: 640px) {
  .top__sns__footer__item span {
    font-size: 1.5625vw;
  }
}

@media only screen and (min-width: 1188px) {
  .top__sns__footer__item span {
    font-size: 18px;
  }
}

.top__event__202008 {
  background-color: #fff;
  display: block;
  position: relative;
  margin-bottom: 4.6875vw;
  position: relative;
}

.top__event__202008::after {
  background: url(/assets/img/202004/top/arrow01.png) no-repeat;
  background-size: 100%;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 7.96875vw;
  height: 7.96875vw;
}

@media only screen and (min-width: 640px) {
  .top__event__202008::after {
    width: 40px;
    height: 40px;
  }
}

@media only screen and (min-width: 640px) {
  .top__event__202008 {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 960px) {
  .top__event__202008 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.top__event__202008 figure img {
  width: 100%;
}

@media only screen and (min-width: 960px) {
  .top__event__202008 figure {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 49.11348%;
  }
}

.top__event__202008__detail {
  padding: 6.25vw 2.34375vw;
}

@media only screen and (min-width: 960px) {
  .top__event__202008__detail {
    padding: 40px 20px;
  }
}

.top__event__202008__title {
  color: #000;
  font-size: 4.375vw;
  font-weight: bold;
  line-height: 1.58621;
}

@media only screen and (min-width: 640px) {
  .top__event__202008__title {
    font-size: 24px;
  }
}

.hashop__modal {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  padding-bottom: 8vh;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
}

@media only screen and (min-width: 960px) {
  .hashop__modal {
    padding-bottom: 0;
  }
}

.hashop__modal video {
  vertical-align: middle;
  width: auto;
  max-width: 100%;
  height: auto;
}

.hashop__modal.-active {
  visibility: visible;
}

.hashop__modal__logo {
  pointer-events: none;
  position: absolute;
  top: 1vw;
  left: 1vw;
}

.hashop__modal__logo img {
  height: 3vh;
}

.hashop__modal__close {
  pointer-events: none;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  bottom: 8vh;
  left: 50%;
}

@media only screen and (min-width: 640px) {
  .hashop__modal__close {
    top: 0;
    bottom: auto;
    right: 0;
    left: auto;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.hashop__modal__close img {
  height: 6vh;
}

.hashop__modal__hitarea {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.hashop__modal__inner {
  background: #d63534;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  width: 90%;
  max-width: 160vh;
  max-height: 80%;
  z-index: 1;
}

@media only screen and (min-width: 640px) {
  .hashop__modal__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: auto;
    height: auto;
    max-width: 90%;
    max-height: 80%;
  }
}

.hashop__modal__image {
  background: no-repeat center center;
  background-size: contain;
  width: 100%;
}

@media only screen and (min-width: 640px) {
  .hashop__modal__image {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    min-height: auto;
  }
}

.hashop__modal__image img {
  width: 100%;
}

@media only screen and (min-width: 640px) {
  .hashop__modal__image img {
    width: auto;
    height: auto;
    max-height: 80vh;
  }
}

.hashop__modal__txt {
  color: #fff;
  overflow: auto;
  width: 100%;
}

@media only screen and (min-width: 640px) {
  .hashop__modal__txt {
    width: auto;
    max-width: 500px;
    min-width: 400px;
    min-height: 100%;
  }
}

.hashop__modal__txt__inner {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 10%;
  min-height: 100%;
}

.hashop__modal__user {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0.05em;
  margin-bottom: 2em;
}

.hashop__modal__user:hover {
  color: #fff;
}

.hashop__modal__user.-active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.hashop__modal__name {
  font-size: 12px;
  font-weight: bold;
  padding-left: 0.8em;
}

.hashop__modal__icon {
  background: no-repeat center center;
  background-size: 30px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 30px;
  box-sizing: border-box;
  display: block;
  width: 30px;
  height: 30px;
}

.hashop__modal__icon.-tw {
  background-image: url(/assets/img/202309/top/icon-x-w.png);
}

.hashop__modal__icon.-ig {
  background-image: url(/assets/img/20201006/top/icon_ig.png);
}

.hashop__modal__link {
  background: #00acee;
  border-radius: 3px;
  color: #fff;
  display: block;
  padding: 0.5em;
  text-align: center;
}

.hashop__modal__desc {
  font-size: 3.6vw;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.8;
  word-break: break-all;
}

@media only screen and (min-width: 640px) {
  .hashop__modal__desc {
    font-size: 16px;
  }
}

.hashop__modal__video {
  padding-bottom: 56.25%;
  width: 100%;
}

.hashop__modal__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hashop__modal__videowrapper {
  background: #d63534;
  border: 2vw solid #d63534;
  position: relative;
  width: 90%;
  max-width: 1080px;
  z-index: 2;
}

@media only screen and (min-width: 640px) {
  .hashop__modal__videowrapper {
    border-width: 10px;
  }
}

.top__info {
  background-color: #fff;
  padding: 20px 9.21875vw;
}

@media only screen and (min-width: 960px) {
  .top__info {
    padding: 35px 15px;
  }
}

.top__info__btn {
  border: 3px solid #d73332;
  color: #d73332;
  display: block;
  font-size: 3.125vw;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 auto;
  padding: 1.25em 0;
  text-align: center;
}

@media only screen and (min-width: 960px) {
  .top__info__btn {
    font-size: 17px;
    max-width: 1124px;
  }
}

.top__notification {
  padding: 7.8125vw 4.6875vw;
}

@media only screen and (min-width: 960px) {
  .top__notification {
    padding: 40px 0 80px;
  }
}

.top__notification__wrap {
  border: 5px solid #d73332;
  padding: 16px 32px;
  margin: 0 auto;
  max-width: 1128px;
}

.top__notification__title {
  border-bottom: 1px solid #000;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1.5em;
  padding-bottom: 0.5em;
  text-align: center;
}

.top__notification__name {
  margin-top: 1.5em;
  text-align: right;
}

body.-top__modal-fixed {
  height: 100vh;
  overflow: hidden;
}

.top__modal {
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
  overflow-y: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
}

.top__modal.-active {
  opacity: 1;
  visibility: visible;
}

.top__modal__inner {
  padding: 13.125vw 3.75vw 0;
  text-align: center;
}

@media only screen and (min-width: 960px) {
  .top__modal__inner {
    margin: 0 auto;
    max-width: 940px;
    padding: 100px 20px;
    width: 100%;
  }
}

.top__modal__inner__video {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 3.75vw;
  height: 100vh;
}

@media only screen and (min-width: 960px) {
  .top__modal__inner__video {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    max-width: 1100px;
    padding: 0;
    width: 100%;
  }
}

.top__modal__title {
  padding-bottom: 0.46875vw;
  text-align: center;
}

@media only screen and (min-width: 960px) {
  .top__modal__title {
    padding-bottom: 0;
  }
}

.top__modal__image {
  margin-top: 7.1875vw;
}

@media only screen and (min-width: 960px) {
  .top__modal__image {
    margin-top: 50px;
  }
}

.top__modal__video {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 17.1875vw auto 10.9375vw;
  padding-top: 56.27119%;
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 960px) {
  .top__modal__video {
    margin: 0 0 38px;
  }
}

.top__modal__video__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top__modal__btn {
  display: block;
  margin: 0 auto;
  text-align: center;
}

@media only screen and (min-width: 960px) {
  .top__modal__btn {
    margin: 14px auto 6px;
  }
}

.top__modal__close {
  display: block;
  margin: 18.28125vw auto 0;
  text-align: center;
  width: 9.375vw;
}

@media only screen and (min-width: 960px) {
  .top__modal__close {
    margin: 0;
    position: absolute;
    top: 22px;
    right: 20px;
    width: 30px;
  }
}

.btn__popup {
  display: block;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 35.9375vw;
  max-width: 230px;
  height: 14.0625vw;
  max-height: 90px;
  z-index: 101;
}

.btn__popup img {
  display: block;
}

@media only screen and (min-width: 960px) {
  .btn__popup {
    top: 0;
    right: auto;
    left: 0;
    width: 190px;
    height: 73px;
  }
}

@media only screen and (min-width: 960px) {
  .header.-small + .container .btn__popup {
    top: 70px;
  }
}

.footer {
  padding-bottom: 15.625vw;
}

@media only screen and (min-width: 960px) {
  .footer {
    padding-bottom: 60px;
  }
}

.top__modal__info {
  background-color: #fff;
  padding: 12.8125vw 9.0625vw;
  opacity: 0;
  overflow-y: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
}

.top__modal__info.-active {
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 960px) {
  .top__modal__info {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
}

.top__modal__info__wrap {
  border: 3px solid #d73332;
  font-size: 2.96875vw;
  font-weight: bold;
  line-height: 2.05263;
  padding: 5.46875vw 3.90625vw;
}

@media only screen and (min-width: 960px) {
  .top__modal__info__wrap {
    border-width: 5px;
    font-size: 14px;
    line-height: 1.85714;
    padding: 45px 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1124px;
  }
}

.top__modal__info__title {
  border-bottom: 1px solid #a6a6a6;
  color: #d73332;
  font-size: 3.28125vw;
  font-weight: bold;
  line-height: 1.71429;
  margin-bottom: 1em;
  padding: 0 0 1em;
  text-align: center;
}

@media only screen and (min-width: 960px) {
  .top__modal__info__title {
    font-size: 20px;
    margin: 0 auto 1.5em;
    max-width: 940px;
  }
}

.top__modal__info__text {
  padding-bottom: 1.5em;
}

@media only screen and (min-width: 960px) {
  .top__modal__info__text {
    margin: 0 auto;
    max-width: 940px;
  }
}

.top__modal__info__sig {
  padding-top: 1.5em;
  text-align: right;
}

@media only screen and (min-width: 960px) {
  .top__modal__info__sig {
    margin: 0 auto;
    max-width: 940px;
  }
}

.top__modal__info__close {
  display: block;
  position: absolute;
  top: 3.125vw;
  right: 3.125vw;
  width: 7.8125vw;
}

@media only screen and (min-width: 960px) {
  .top__modal__info__close {
    margin: 0;
    position: absolute;
    top: 22px;
    right: 20px;
    width: 30px;
  }
}
