::selection {
  color: #000;
  background: #fff;
}
*,
:after,
:before {
  box-sizing: border-box;
}
:focus {
  outline: 0;
}
body,
html {
  font-size: 62.5%;
  color: #000;
  background-color: #fff;
}
body {
  width: 100%;
}
a {
  color: #000;
  text-decoration: none;
}
h1,
h2,
h3 {
  line-height: 1;
}
li,
ul {
  list-style: none;
}
td,
th,
tr {
  font-weight: 400;
  text-align: left;
}
img,
picture {
  -webkit-backface-visibility: hidden;
  width: 100%;
  max-width: 100%;
  pointer-events: none;
  vertical-align: bottom;
}
.pc-none {
  display: none;
}
@media only screen and (max-width: 767px) {
  .pc-none {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
}
.on__inner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #000;
}
.on__inner::after {
  position: absolute;
  bottom: -2.6666666667vw;
  right: -2.6666666667vw;
  z-index: 10;
  display: block;
  content: "";
  width: 40vw;
  height: 40vw;
  /* background-image: url(../img/common/icon_active.png); */
  background-size: contain;
}
@media only screen and (min-width: 767px) {
  .on__inner::after {
    bottom: -4.6666666667px;
    right: -4.6666666667px;
    width: 140px;
    height: 140px;
  }
}
.on__text {
  font-size: 5.3333333333vw;
  color: #fff;
}
@media only screen and (min-width: 767px) {
  .on__text {
    font-size: 18.6666666667px;
  }
}
.on__bar {
  position: relative;
  width: 100%;
  height: 5.3333333333vw;
  margin-top: 4vw;
  border-top: 0.1333333333vw solid #fff;
  border-bottom: 0.1333333333vw solid #fff;
}
.on__bar span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
@media only screen and (min-width: 767px) {
  .on__bar {
    margin-top: 14px;
    height: 18.6666666667px;
    border-bottom: 0.4666666667px solid #fff;
  }
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0.6666666667vw 2.6666666667vw 0;
  background-color: #000;
}
@media only screen and (min-width: 767px) {
  .header__inner {
    padding: 2.3333333333px 9.3333333333px 0;
  }
}
.header__box {
  display: flex;
}
.header__icon {
  position: relative;
  height: 4.9333333333vw;
}
@media only screen and (min-width: 767px) {
  .header__icon {
    height: 17.2666666667px;
  }
}
.header__icon > img {
  height: 100%;
  width: auto;
  max-width: auto;
}
.header__icon > img:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}
.header__icon:not(:first-child) {
  margin-left: 2.6666666667vw;
}
@media only screen and (min-width: 767px) {
  .header__icon:not(:first-child) {
    margin-left: 9.3333333333px;
  }
}
.header__time {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 4.5333333333vw;
  color: #fff;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 767px) {
  .header__time {
    font-size: 15.8666666667px;
  }
}
.common__inner {
  overflow: hidden;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100svh;
  background-color: rgba(0, 0, 0, 0.9);
  /* background-image: url(../img/common/bg.jpg); */
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 767px) {
  .common__inner {
    background-color: rgba(0, 0, 0, 0.9);
    /* background-image: url(../img/common/bg_pc.jpg); */
  }
}
.common__logo {
  display: none;
}
@media only screen and (min-width: 767px) {
  .common__logo {
    position: absolute;
    z-index: 2;
    top: 2.027027027vw;
    left: 2.027027027vw;
    display: block;
    width: 25.6756756757vw;
  }
}
.common__dust {
  display: none;
}
@media only screen and (min-width: 767px) {
  .common__dust {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
  }
  .common__dust > img {
    object-fit: cover;
  }
}
.common__bg-light {
  display: none;
}
@media only screen and (min-width: 767px) {
  .common__bg-light {
    pointer-events: none;
    mix-blend-mode: screen;
    position: absolute;
    top: -10%;
    left: -10%;
    display: block;
    width: 130%;
    height: 130%;
    background-image: url(../img/common/bg_light.png);
    background-size: cover;
    transform-origin: top left;
  }
}
.common__qr {
  display: none;
}
@media only screen and (min-width: 767px) {
  .common__qr {
    position: absolute;
    z-index: 2;
    bottom: 2.027027027vw;
    right: 2.027027027vw;
    display: block;
    width: 16.8918918919vw;
  }
}
.common__link {
  display: none;
}
@media only screen and (min-width: 767px) {
  .common__link {
    position: absolute;
    bottom: 2.027027027vw;
    left: 2.027027027vw;
    display: block;
    width: 19.9324324324vw;
  }
}
@media only screen and (min-width: 767px) {
  .common__pcInner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 1166.6666666667px;
  }
}
.common__main {
  position: absolute;
  top: 4vw;
  left: 50%;
  width: 83.7333333333vw;
  transform: translateX(-50%);
}
@media only screen and (min-width: 767px) {
  .common__main {
    position: relative;
    top: 0;
    left: 0;
    width: 293.0666666667px;
    height: 978.6px;
    transform: none;
  }
}
.common__frame {
  pointer-events: none;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 279.6vw;
  /* background-image: url(../img/common/frame.png); */
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 767px) {
  .common__frame {
    height: 978.6px;
  }
}
.common__light {
  pointer-events: none;
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 294.2666666667vw;
  background-image: url(../img/common/light.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 767px) {
  .common__light {
    height: 1029.9333333333px;
  }
}
.common__box {
  position: absolute;
  top: 11.3333333333vw;
  left: 50%;
  width: 67.3333333333vw;
  height: 116.1333333333vw;
  background-color: #000;
  transform: translateX(calc(-50% + -0.1333333333vw));
}
@media only screen and (min-width: 767px) {
  .common__box {
    top: 39.6666666667px;
    width: 235.6666666667px;
    height: 406.4666666667px;
    transform: translateX(calc(-50% + -0.4666666667px));
  }
}
.common__header {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 9.3333333333vw;
}
@media only screen and (min-width: 767px) {
  .common__header {
    height: 32.6666666667px;
  }
}
.common__outer {
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-x: hidden;
  position: absolute;
  top: 9.3333333333vw;
  left: 0;
  width: 100%;
  height: calc(100% - 9.3333333333vw - 10.6666666667vw);
}
.common__outer::-webkit-scrollbar {
  display: none;
}
@media only screen and (min-width: 767px) {
  .common__outer {
    top: 32.6666666667px;
    left: 0;
    width: 100%;
    height: calc(100% - 32.6666666667px - 37.3333333333px);
  }
}
.common__ui {
  position: absolute;
  z-index: 100;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 10.6666666667vw;
  background-color: #610a0e;
}
@media only screen and (min-width: 767px) {
  .common__ui {
    height: 37.3333333333px;
  }
}
.common__menu,
.common__next,
.common__prev {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 21.3333333333vw;
  height: 8.5333333333vw;
  font-size: 4.2666666667vw;
  background-size: cover;
  background-position: bottom right;
}
.common__menu:empty,
.common__next:empty,
.common__prev:empty {
  pointer-events: none;
}
.common__menu:empty::before,
.common__next:empty::before,
.common__prev:empty::before {
  display: none;
}
@media only screen and (min-width: 767px) {
  .common__menu,
  .common__next,
  .common__prev {
    width: 74.6666666667px;
    height: 29.8666666667px;
    font-size: 14.9333333333px;
  }
}
.common__menu:not(:first-child),
.common__next:not(:first-child),
.common__prev:not(:first-child) {
  margin-left: 0.6666666667vw;
}
@media only screen and (min-width: 767px) {
  .common__menu:not(:first-child),
  .common__next:not(:first-child),
  .common__prev:not(:first-child) {
    margin-left: 2.3333333333px;
  }
}
.common__prev {
  /* background-image: url(../img/common/btn_prev.png); */
}
.common__prev::before {
  display: block;
  content: "";
  width: 3.0666666667vw;
  height: 2.5333333333vw;
  margin-right: 2vw;
  /* background-image: url(../img/common/icon_btnArrow.png); */
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 767px) {
  .common__prev::before {
    width: 10.7333333333px;
    height: 8.8666666667px;
    margin-right: 7px;
  }
}
.common__menu {
  /* background-image: url(../img/common/btn_center.png); */
}
.common__menu::before {
  display: block;
  content: "";
  width: 2.8vw;
  height: 2vw;
  margin-right: 2vw;
  /* background-image: url(../img/common/icon_btnMenu.png); */
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 767px) {
  .common__menu::before {
    width: 9.8px;
    height: 7px;
    margin-right: 7px;
  }
}
.common__next {
  /* background-image: url(../img/common/btn_menu.png); */
}
.common__next::after {
  display: after;
  content: "";
  width: 3.7333333333vw;
  height: 2.5333333333vw;
  margin-left: 0.6666666667vw;
  /* background-image: url(../img/common/icon_btnNext.png); */
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 767px) {
  .common__next::after {
    width: 13.5333333333px;
    height: 8.8666666667px;
    margin-left: 2.3333333333px;
  }
}
.common__item {
  display: none;
}
.common__item.js-show {
  display: block;
}
.common__modal {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.common__modal-box {
  width: 60vw;
  padding: 4vw;
  border: 0.5333333333vw solid #a6a6a6;
  background-color: #fff;
  font-size: 4vw;
}
@media only screen and (min-width: 767px) {
  .common__modal-box {
    width: 210px;
    padding: 14px;
    border: 1.8666666667px solid #a6a6a6;
    font-size: 14px;
  }
}
.common__modal-text {
  margin-bottom: 6.6666666667vw;
}
@media only screen and (min-width: 767px) {
  .common__modal-text {
    margin-bottom: 23.3333333333px;
  }
}
.common__modal-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46.6666666667vw;
  height: 10.6666666667vw;
  margin: 2.6666666667vw auto 0;
  font-size: 3.4666666667vw;
  background-color: #e8e8e8;
  border: 0.2666666667vw solid #a6a6a6;
}
@media only screen and (min-width: 767px) {
  .common__modal-btn {
    width: 163.3333333333px;
    height: 37.3333333333px;
    margin: 9.3333333333px auto 0;
    font-size: 12.1333333333px;
    border: 0.9333333333px solid #a6a6a6;
  }
}
.common__loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100svh;
  background-color: #000;
}
.common__loading-text {
  font-size: 8vw;
  color: #fff;
}
@media only screen and (min-width: 767px) {
  .common__loading-text {
    font-size: 28px;
  }
}
.common-under__inner {
  width: 100%;
  min-height: 96.1333333333vw;
  padding-bottom: 2.6666666667vw;
  background-color: #fff;
}
@media only screen and (min-width: 767px) {
  .common-under__inner {
    min-height: 336.4666666667px;
    padding-bottom: 9.3333333333px;
  }
}
.common-under__inner.noP {
  padding-bottom: 0;
}
.common-under__head {
  display: flex;
  align-items: center;
  width: 100%;
  height: 8vw;
  padding: 0 0 0 4vw;
  font-size: 4.2666666667vw;
  letter-spacing: 0.1em;
  background-color: #e8e8e8;
}
.common-under__head > span {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (min-width: 767px) {
  .common-under__head {
    height: 28px;
    padding: 0 0 0 14px;
    font-size: 14.9333333333px;
  }
}
.common-under__head::before {
  display: block;
  content: "";
  margin-right: 2vw;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 767px) {
  .common-under__head::before {
    margin-right: 7px;
  }
}
.common-under__head.icon-mail:before {
  min-width: 3.8666666667vw;
  height: 2.9333333333vw;
  margin-top: 0.6666666667vw;
  background-image: url(../img/common/icon_mail.png);
}
@media only screen and (min-width: 767px) {
  .common-under__head.icon-mail:before {
    min-width: 13.5333333333px;
    height: 10.2666666667px;
    margin-top: 2.3333333333px;
  }
}
.common-under__head.icon-sound:before {
  min-width: 3.8666666667vw;
  height: 3.8666666667vw;
  margin-top: 0.6666666667vw;
  background-image: url(../img/common/icon_sound.png);
}
@media only screen and (min-width: 767px) {
  .common-under__head.icon-sound:before {
    min-width: 13.5333333333px;
    height: 13.5333333333px;
    margin-top: 2.3333333333px;
  }
}
.common-under__head.icon-folder:before {
  min-width: 3.8666666667vw;
  height: 3.4666666667vw;
  margin-top: 0.6666666667vw;
  background-image: url(../img/common/icon_folder.png);
}
@media only screen and (min-width: 767px) {
  .common-under__head.icon-folder:before {
    min-width: 13.5333333333px;
    height: 12.1333333333px;
    margin-top: 2.3333333333px;
  }
}
.common-under__head.icon-tv:before {
  min-width: 3.8666666667vw;
  height: 3.7333333333vw;
  margin-top: 0.6666666667vw;
  background-image: url(../img/common/icon_tv.png);
}
@media only screen and (min-width: 767px) {
  .common-under__head.icon-tv:before {
    min-width: 13.5333333333px;
    height: 13.0666666667px;
    margin-top: 2.3333333333px;
  }
}
.common-under__head.icon-schedule:before {
  min-width: 3.8666666667vw;
  height: 4vw;
  margin-top: 0.6666666667vw;
  background-image: url(../img/common/icon_schedule.png);
}
@media only screen and (min-width: 767px) {
  .common-under__head.icon-schedule:before {
    min-width: 13.5333333333px;
    height: 14px;
    margin-top: 2.3333333333px;
  }
}
.common-under__head.icon-voice:before {
  min-width: 2.6666666667vw;
  height: 4.2666666667vw;
  margin-top: 0.6666666667vw;
  background-image: url(../img/common/icon_voice.png);
}
@media only screen and (min-width: 767px) {
  .common-under__head.icon-voice:before {
    min-width: 9.3333333333px;
    height: 14.9333333333px;
    margin-top: 2.3333333333px;
  }
}
.common-under__head.icon-person:before {
  min-width: 2.6666666667vw;
  height: 4.2666666667vw;
  margin-top: 0.6666666667vw;
  background-image: url(../img/common/icon_person.png);
}
@media only screen and (min-width: 767px) {
  .common-under__head.icon-person:before {
    min-width: 9.3333333333px;
    height: 14.9333333333px;
    margin-top: 2.3333333333px;
  }
}
.common-under__head.icon-web:before {
  min-width: 4vw;
  height: 4.1333333333vw;
  margin-top: 0.6666666667vw;
  background-image: url(../img/common/icon_web.png);
}
@media only screen and (min-width: 767px) {
  .common-under__head.icon-web:before {
    min-width: 14px;
    height: 14.4666666667px;
    margin-top: 2.3333333333px;
  }
}
.common-under__list {
  width: 100%;
}
.common-under__item {
  display: flex;
  align-items: center;
  width: 100%;
  height: 13.3333333333vw;
  border-bottom: 1px solid #a6a6a6;
}
@media only screen and (min-width: 767px) {
  .common-under__item {
    height: 46.6666666667px;
  }
}
.common-under__item.person {
  /* height: 20vw; */
}
@media only screen and (min-width: 767px) {
  .common-under__item.person {
    /* height: 70px; */
  }
}
.common-under__item.person .common-under__btn {
  align-items: flex-start;
  padding-top: 2.6666666667vw;
}
@media only screen and (min-width: 767px) {
  .common-under__item.person .common-under__btn {
    padding-top: 9.3333333333px;
  }
}
.common-under__btn {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 4vw;
}
@media only screen and (min-width: 767px) {
  .common-under__btn {
    padding-left: 14px;
  }
}
.common-under__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8vw;
  height: 8vw;
  background-color: #55ade9;
}
@media only screen and (min-width: 767px) {
  .common-under__icon {
    width: 28px;
    height: 28px;
  }
}
.common-under__icon.icon-mail:before {
  display: block;
  content: "";
  width: 4.2666666667vw;
  height: 3.2vw;
  background-image: url(../img/common/icon_mail_w.png);
  background-size: cover;
}
@media only screen and (min-width: 767px) {
  .common-under__icon.icon-mail:before {
    width: 14.9333333333px;
    height: 11.2px;
  }
}
.common-under__icon.icon-folder:before {
  display: block;
  content: "";
  width: 4.2666666667vw;
  height: 3.2vw;
  background-image: url(../img/common/icon_folder_w.png);
  background-size: cover;
}
@media only screen and (min-width: 767px) {
  .common-under__icon.icon-folder:before {
    width: 14.9333333333px;
    height: 11.2px;
  }
}
.common-under__icon.icon-play:before {
  display: block;
  content: "";
  width: 4vw;
  height: 4.5333333333vw;
  margin-left: 0.6666666667vw;
  background-image: url(../img/common/icon_play_w.png);
  background-size: cover;
}
@media only screen and (min-width: 767px) {
  .common-under__icon.icon-play:before {
    width: 14px;
    height: 15.8666666667px;
    margin-left: 2.3333333333px;
  }
}
.common-under__icon.icon-stop:before {
  display: block;
  content: "";
  width: 4vw;
  height: 4vw;
  background-image: url(../img/common/icon_stop_w.png);
  background-size: cover;
}
@media only screen and (min-width: 767px) {
  .common-under__icon.icon-stop:before {
    width: 14px;
    height: 14px;
  }
}
.common-under__icon.icon-person:before {
  display: block;
  content: "";
  width: 2.6666666667vw;
  height: 4vw;
  background-image: url(../img/common/icon_person_w.png);
  background-size: cover;
}
@media only screen and (min-width: 767px) {
  .common-under__icon.icon-person:before {
    width: 9.3333333333px;
    height: 14px;
  }
}
.common-under__icon.icon-news:before {
  display: block;
  content: "";
  width: 6.4vw;
  height: 4.2666666667vw;
  background-image: url(../img/common/icon_news_w.png);
  background-size: cover;
}
@media only screen and (min-width: 767px) {
  .common-under__icon.icon-news:before {
    width: 22.4px;
    height: 14.9333333333px;
  }
}
.common-under__icon.icon-char:before {
  display: block;
  content: "";
  width: 6.1333333333vw;
  height: 6.2666666667vw;
  background-image: url(../img/common/icon_char_w.png);
  background-size: cover;
}
@media only screen and (min-width: 767px) {
  .common-under__icon.icon-char:before {
    width: 21.4666666667px;
    height: 21.9333333333px;
  }
}
.common-under__title {
  margin-left: 4vw;
  padding-bottom: 0.6666666667vw;
  font-size: 4.8vw;
}
@media only screen and (min-width: 767px) {
  .common-under__title {
    margin-left: 14px;
    padding-bottom: 2.3333333333px;
    font-size: 16.8px;
  }
}
.common-under__person {
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 4vw;
  width: 10.6666666667vw;
  transform: translateY(-50%);
}
@media only screen and (min-width: 767px) {
  .common-under__person {
    right: 14px;
    width: 37.3333333333px;
  }
}
.sound__inner {
  width: 100%;
  height: 96.1333333333vw;
  background-color: #fff;
}
@media only screen and (min-width: 767px) {
  .sound__inner {
    height: 336.4666666667px;
  }
}
.sound__wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 88.1333333333vw;
  background-color: #fff;
}
@media only screen and (min-width: 767px) {
  .sound__wrapper {
    height: 308.4666666667px;
  }
}
.sound__text {
  text-align: center;
  font-size: 4.2666666667vw;
  line-height: 1.5;
}
@media only screen and (min-width: 767px) {
  .sound__text {
    font-size: 14.9333333333px;
  }
}
.sound__box {
  display: flex;
  align-items: center;
  margin-top: 4vw;
}
@media only screen and (min-width: 767px) {
  .sound__box {
    margin-top: 14px;
  }
}
.sound__item:not(:first-child) {
  margin-left: 8vw;
}
@media only screen and (min-width: 767px) {
  .sound__item:not(:first-child) {
    margin-left: 28px;
  }
}
.sound__btn {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16vw;
  height: 16vw;
  border: 0.5333333333vw solid #555;
}
@media only screen and (min-width: 767px) {
  .sound__btn {
    width: 56px;
    height: 56px;
    border: 1.8666666667px solid #555;
  }
}
.sound__icon {
  position: relative;
  width: 8vw;
}
@media only screen and (min-width: 767px) {
  .sound__icon {
    width: 28px;
  }
}
.sound__icon .on {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.sound__icon.is-off {
  margin-top: 0.4vw;
  width: 8.6666666667vw;
}
@media only screen and (min-width: 767px) {
  .sound__icon.is-off {
    margin-top: 1.4px;
    width: 30.3333333333px;
  }
}
.sound__head {
  text-align: center;
  margin-top: 1.3333333333vw;
  font-size: 3.7333333333vw;
}
.sound__head.off {
  padding-left: 0.5em;
}
@media only screen and (min-width: 767px) {
  .sound__head {
    margin-top: 4.6666666667px;
    font-size: 13.0666666667px;
  }
}
.sound__info {
  position: relative;
  width: 53.3333333333vw;
  margin-top: 4vw;
  padding: 1.3333333333vw 2.6666666667vw;
  font-size: 3.7333333333vw;
  line-height: 1.5;
  color: #fff;
  background-color: #610a0e;
}
@media only screen and (min-width: 767px) {
  .sound__info {
    margin-top: 14px;
    padding: 4.6666666667px 9.3333333333px;
    width: 186.6666666667px;
    font-size: 13.0666666667px;
  }
}
.sound__info > span {
  position: relative;
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
.sound__info::after {
  position: absolute;
  top: 50%;
  right: -1.3333333333vw;
  z-index: 10;
  display: block;
  content: "";
  width: 17.3333333333vw;
  height: 17.3333333333vw;
  /* background-image: url(../img/common/icon_active.png); */
  background-size: contain;
  transform: translateY(-50%);
}
@media only screen and (min-width: 767px) {
  .sound__info::after {
    right: -4.6666666667px;
    width: 60.6666666667px;
    height: 60.6666666667px;
  }
}
.top__inner {
  overflow: hidden;
  width: 100%;
  height: 96.1333333333vw;
}
@media only screen and (min-width: 767px) {
  .top__inner {
    height: 336.4666666667px;
  }
}
.top__box {
  will-change: filter;
  position: absolute;
  top: 5.3333333333vw;
  width: 100%;
  text-align: center;
  filter: drop-shadow(0 0 1.3333333333vw rgba(0, 0, 0, 0.5))
    drop-shadow(0 0 1.3333333333vw rgba(0, 0, 0, 0.5));
}
@media only screen and (min-width: 767px) {
  .top__box {
    filter: drop-shadow(0 0 4.6666666667px rgba(0, 0, 0, 0.5))
      drop-shadow(0 0 4.6666666667px rgba(0, 0, 0, 0.5));
    top: 18.6666666667px;
  }
}
.top__date {
  padding-left: 0.2em;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 3.7333333333vw;
  color: #fff;
  letter-spacing: 0.2em;
  text-align: center;
}
@media only screen and (min-width: 767px) {
  .top__date {
    font-size: 13.0666666667px;
  }
}
.top__time {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 16vw;
  color: #fff;
  text-align: center;
}
@media only screen and (min-width: 767px) {
  .top__time {
    font-size: 56px;
  }
}
.top__info {
  position: absolute;
  bottom: 5.3333333333vw;
  left: 50%;
  display: flex;
  align-items: center;
  width: 56vw;
  height: 10.4vw;
  padding: 0 2.6666666667vw;
  background-color: #fff;
  transform: translateX(-50%);
  border-radius: 1.3333333333vw;
  border: 0.5333333333vw solid #0067ff;
}
@media only screen and (min-width: 767px) {
  .top__info {
    bottom: 18.6666666667px;
    width: 196px;
    height: 36.4px;
    padding: 0 9.3333333333px;
    border-radius: 4.6666666667px;
    border: 1.8666666667px solid #0067ff;
  }
}
.top__info-inner {
  overflow: hidden;
  white-space: nowrap;
  font-size: 4.2666666667vw;
}
@media only screen and (min-width: 767px) {
  .top__info-inner {
    font-size: 14.9333333333px;
  }
}
.top__info-chara {
  position: absolute;
  bottom: -5.3333333333vw;
  right: -5.3333333333vw;
  width: 14vw;
}
@media only screen and (min-width: 767px) {
  .top__info-chara {
    bottom: -18.6666666667px;
    right: -18.6666666667px;
    width: 49px;
  }
}
.menu__inner {
  overflow: hidden;
  width: 100%;
  height: 96.1333333333vw;
  background-color: #fff;
}
@media only screen and (min-width: 767px) {
  .menu__inner {
    height: 336.4666666667px;
  }
}
.menu__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 59.3333333333vw;
  margin: 2.6666666667vw auto 0;
}
@media only screen and (min-width: 767px) {
  .menu__list {
    width: 207.6666666667px;
    margin-top: 9.3333333333px;
  }
}
.menu__item:nth-child(n + 4) {
  margin-top: 0.5333333333vw;
}
@media only screen and (min-width: 767px) {
  .menu__item:nth-child(n + 4) {
    margin-top: 1.8666666667px;
  }
}
.menu__btn {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 19.3333333333vw;
  height: 19.3333333333vw;
  background-color: #d6eaf7;
}
@media only screen and (min-width: 767px) {
  .menu__btn {
    width: 67.6666666667px;
    height: 67.6666666667px;
  }
}
.menu__icon {
  position: relative;
  width: 9.3333333333vw;
}
@media only screen and (min-width: 767px) {
  .menu__icon {
    width: 32.6666666667px;
  }
}
.menu__icon .on {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.menu__icon.wallpaper {
  margin-left: 2.6666666667vw;
}
@media only screen and (min-width: 767px) {
  .menu__icon.wallpaper {
    margin-left: 9.3333333333px;
  }
}
.menu__icon.mailReceiving {
  width: 6.6666666667vw;
}
@media only screen and (min-width: 767px) {
  .menu__icon.mailReceiving {
    width: 23.3333333333px;
  }
}
.menu__title {
  position: relative;
  text-align: center;
  margin-top: 0.6666666667vw;
  font-size: 3.2vw;
  color: #555;
}
@media only screen and (min-width: 767px) {
  .menu__title {
    margin-top: 2.3333333333px;
    font-size: 11.2px;
  }
}
.menu__home {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 59.3333333333vw;
  height: 8vw;
  margin: 0.5333333333vw auto 0;
  font-size: 3.2vw;
  color: #555;
  background-color: #d6eaf7;
}
@media only screen and (min-width: 767px) {
  .menu__home {
    width: 207.6666666667px;
    height: 28px;
    margin-top: 1.8666666667px;
    font-size: 11.2px;
  }
}
.menu__home::before {
  position: relative;
  z-index: 10;
  display: block;
  content: "";
  width: 3.8666666667vw;
  height: 3.4666666667vw;
  margin-right: 1.3333333333vw;
  background-image: url(../img/common/icon_top.png);
  background-size: contain;
}
@media only screen and (min-width: 767px) {
  .menu__home::before {
    width: 13.5333333333px;
    height: 12.1333333333px;
    margin-right: 4.6666666667px;
  }
}
.menu__info {
  width: 100%;
  height: 16vw;
  margin-top: 2.6666666667vw;
  padding: 1.3333333333vw 4vw;
  background-color: #e8e8e8;
  border-top: 0.6666666667vw solid #a6a6a6;
  font-size: 4.2666666667vw;
  color: #555;
  line-height: 1.3;
}
@media only screen and (min-width: 767px) {
  .menu__info {
    height: 56px;
    margin-top: 9.3333333333px;
    padding: 4.6666666667px 14px;
    border-top: 2.3333333333px solid #a6a6a6;
    font-size: 14.9333333333px;
  }
}
.mail__list {
  width: 100%;
}
.mail__item {
  display: flex;
  align-items: center;
  width: 100%;
  height: 21.3333333333vw;
  border-bottom: 1px solid #a6a6a6;
}
@media only screen and (min-width: 767px) {
  .mail__item {
    height: 74.6666666667px;
  }
}
.mail__btn {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 4vw;
}
@media only screen and (min-width: 767px) {
  .mail__btn {
    padding-left: 14px;
  }
}
.mail__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 8vw;
  height: 8vw;
  background-color: #55ade9;
}
@media only screen and (min-width: 767px) {
  .mail__icon {
    min-width: 28px;
    height: 28px;
  }
}
.mail__icon.icon-read:before {
  display: block;
  content: "";
  width: 4.2666666667vw;
  height: 4.8vw;
  background-image: url(../img/common/icon_mail_open_w.png);
  background-size: cover;
}
@media only screen and (min-width: 767px) {
  .mail__icon.icon-read:before {
    width: 14.9333333333px;
    height: 16.8px;
  }
}
.mail__icon.icon-reply:before {
  display: block;
  content: "";
  width: 4.2666666667vw;
  height: 6.1333333333vw;
  background-image: url(../img/common/icon_mail_reply_w.png);
  background-size: cover;
}
@media only screen and (min-width: 767px) {
  .mail__icon.icon-reply:before {
    width: 14.9333333333px;
    height: 21.4666666667px;
  }
}
.mail__icon.icon-send:before {
  display: block;
  content: "";
  width: 4.2666666667vw;
  height: 6.1333333333vw;
  background-image: url(../img/common/icon_mail_reply_w.png);
  background-size: cover;
  transform: scale(-1, 1);
}
@media only screen and (min-width: 767px) {
  .mail__icon.icon-send:before {
    width: 14.9333333333px;
    height: 21.4666666667px;
  }
}
.mail__icon.icon-unread:before {
  display: block;
  content: "";
  width: 4.2666666667vw;
  height: 3.2vw;
  background-image: url(../img/common/icon_mail_w.png);
  background-size: cover;
}
@media only screen and (min-width: 767px) {
  .mail__icon.icon-unread:before {
    width: 14.9333333333px;
    height: 11.2px;
  }
}
.mail__box {
  flex: 1;
  width: 53.3333333333vw;
  margin-left: 4vw;
  padding-bottom: 0.6666666667vw;
}
@media only screen and (min-width: 767px) {
  .mail__box {
    margin-left: 14px;
    padding-bottom: 2.3333333333px;
  }
}
.mail__name {
  font-size: 5.3333333333vw;
}
@media only screen and (min-width: 767px) {
  .mail__name {
    font-size: 18.6666666667px;
  }
}
.mail__title {
  margin-top: 1.3333333333vw;
  font-size: 4vw;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (min-width: 767px) {
  .mail__title {
    margin-top: 4.6666666667px;
    font-size: 14px;
  }
}
.mail__title > span {
  flex: 1;
  width: 100%;
  overflow: hidden;
}
.mail__title > span > span {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.mail__text {
  margin-top: 8vw;
  text-align: center;
  font-size: 4vw;
}
@media only screen and (min-width: 767px) {
  .mail__text {
    margin-top: 28px;
    font-size: 14px;
  }
}
.mail-detail__box {
  padding: 4vw;
  border-bottom: 0.2666666667vw solid #a6a6a6;
}
@media only screen and (min-width: 767px) {
  .mail-detail__box {
    padding: 14px;
    border-bottom: 0.9333333333px solid #a6a6a6;
  }
}
.mail-detail__cc,
.mail-detail__from,
.mail-detail__sub,
.mail-detail__to {
  display: flex;
  align-items: flex-start;
}
.mail-detail__cc:not(:last-child),
.mail-detail__from:not(:last-child),
.mail-detail__sub:not(:last-child),
.mail-detail__to:not(:last-child) {
  margin-bottom: 2.6666666667vw;
}
@media only screen and (min-width: 767px) {
  .mail-detail__cc:not(:last-child),
  .mail-detail__from:not(:last-child),
  .mail-detail__sub:not(:last-child),
  .mail-detail__to:not(:last-child) {
    margin-bottom: 9.3333333333px;
  }
}
.mail-detail__cc:before,
.mail-detail__from:before,
.mail-detail__sub:before,
.mail-detail__to:before {
  display: flex;
  align-items: center;
  justify-content: center;
  content: "";
  min-width: 12vw;
  height: 5.3333333333vw;
  margin-right: 2vw;
  font-family: DotGothic16, sans-serif;
  font-size: 3.7333333333vw;
  color: #fff;
  background-color: #55ade9;
  line-height: 1;
}
@media only screen and (min-width: 767px) {
  .mail-detail__cc:before,
  .mail-detail__from:before,
  .mail-detail__sub:before,
  .mail-detail__to:before {
    min-width: 42px;
    height: 18.6666666667px;
    margin-right: 7px;
    font-size: 13.0666666667px;
  }
}
.mail-detail__cc {
  font-size: 4.2666666667vw;
}
@media only screen and (min-width: 767px) {
  .mail-detail__cc {
    font-size: 14.9333333333px;
  }
}
.mail-detail__cc:before {
  content: "CC";
}
.mail-detail__cc:empty {
  display: none;
}
.mail-detail__from {
  font-size: 4.2666666667vw;
}
@media only screen and (min-width: 767px) {
  .mail-detail__from {
    font-size: 14.9333333333px;
  }
}
.mail-detail__from:before {
  content: "From";
}
.mail-detail__from:empty {
  display: none;
}
.mail-detail__to {
  font-size: 4.2666666667vw;
}
@media only screen and (min-width: 767px) {
  .mail-detail__to {
    font-size: 14.9333333333px;
  }
}
.mail-detail__to:before {
  content: "To";
}
.mail-detail__to:empty {
  display: none;
}
.mail-detail__sub {
  font-size: 3.4666666667vw;
  line-height: 1.5;
}
@media only screen and (min-width: 767px) {
  .mail-detail__sub {
    font-size: 12.1333333333px;
  }
}
.mail-detail__sub:before {
  content: "Sub";
}
.mail-detail__main {
  padding: 4vw;
  font-size: 4.5333333333vw;
  line-height: 1.5;
}
@media only screen and (min-width: 767px) {
  .mail-detail__main {
    padding: 14px;
    font-size: 15.8666666667px;
  }
}
.mail-detail__main br.noH {
  display: block;
  content: "";
  height: 2vw;
}
@media only screen and (min-width: 767px) {
  .mail-detail__main br.noH {
    height: 7px;
  }
}
.mail-detail__end {
  margin-top: 2.6666666667vw;
  text-align: center;
}
@media only screen and (min-width: 767px) {
  .mail-detail__end {
    margin-top: 9.3333333333px;
  }
}
.mail-receive__box {
  position: relative;
  z-index: 10;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40vw;
  margin-top: 2.6666666667vw;
  background-color: #55ade9;
}
@media only screen and (min-width: 767px) {
  .mail-receive__box {
    height: 140px;
    margin-top: 9.3333333333px;
  }
}
.mail-receive__box::after {
  position: absolute;
  bottom: -4vw;
  right: -4vw;
  z-index: 10;
  display: block;
  content: "";
  width: 22.6666666667vw;
  height: 22.6666666667vw;
  /* background-image: url(../img/common/icon_active.png); */
  background-size: contain;
}
@media only screen and (min-width: 767px) {
  .mail-receive__box::after {
    bottom: -14px;
    right: -14px;
    width: 79.3333333333px;
    height: 79.3333333333px;
  }
}
.mail-receive__icon {
  width: 13.3333333333vw;
}
@media only screen and (min-width: 767px) {
  .mail-receive__icon {
    width: 46.6666666667px;
  }
}
.mail-receive__text {
  display: flex;
  align-items: center;
  margin-top: 2.6666666667vw;
  font-size: 4.5333333333vw;
  color: #fff;
}
@media only screen and (min-width: 767px) {
  .mail-receive__text {
    margin-top: 9.3333333333px;
    font-size: 15.8666666667px;
  }
}
.mail-receive__text .dot {
  display: block;
  margin-left: -0.6666666667vw;
  padding-top: 0.6666666667vw;
  font-size: 3.2vw;
  letter-spacing: -0.5em;
}
@media only screen and (min-width: 767px) {
  .mail-receive__text .dot {
    margin-left: -2.3333333333px;
    padding-top: 2.3333333333px;
    font-size: 11.2px;
  }
}
.mail-receive__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46.6666666667vw;
  height: 10.6666666667vw;
  margin: 2.6666666667vw auto 0;
  font-size: 3.4666666667vw;
  background-color: #e8e8e8;
  border: 0.2666666667vw solid #a6a6a6;
  margin-top: 6.6666666667vw;
}
@media only screen and (min-width: 767px) {
  .mail-receive__btn {
    width: 163.3333333333px;
    height: 37.3333333333px;
    margin: 9.3333333333px auto 0;
    font-size: 12.1333333333px;
    border: 0.9333333333px solid #a6a6a6;
  }
}
@media only screen and (min-width: 767px) {
  .mail-receive__btn {
    margin-top: 23.3333333333px;
  }
}
.folder__list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 60vw;
  margin: 3.3333333333vw auto 0;
}
@media only screen and (min-width: 767px) {
  .folder__list {
    width: 210px;
    margin: 11.6666666667px auto 0;
  }
}
.folder__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 19.3333333333vw;
  height: 19.3333333333vw;
}
@media only screen and (min-width: 767px) {
  .folder__item {
    width: 67.6666666667px;
    height: 67.6666666667px;
  }
}
.folder__item:not(:nth-child(3n + 1)) {
  margin-left: 0.6666666667vw;
}
@media only screen and (min-width: 767px) {
  .folder__item:not(:nth-child(3n + 1)) {
    margin-left: 2.3333333333px;
  }
}
.folder__item:nth-child(n + 4) {
  margin-top: 0.6666666667vw;
}
@media only screen and (min-width: 767px) {
  .folder__item:nth-child(n + 4) {
    margin-top: 2.3333333333px;
  }
}
.folder__link {
  display: block;
  width: 100%;
  height: 100%;
}
.folder__link::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  border: 0.4vw solid #a6a6a6;
}
@media only screen and (min-width: 767px) {
  .folder__link::before {
    border: 1.4px solid #a6a6a6;
  }
}
.folder__main {
  width: 46.6666666667vw;
  margin: 2.6666666667vw auto 0;
}
@media only screen and (min-width: 767px) {
  .folder__main {
    width: 163.3333333333px;
    margin: 9.3333333333px auto 0;
  }
}
.folder__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46.6666666667vw;
  height: 10.6666666667vw;
  margin: 2.6666666667vw auto 0;
  font-size: 3.4666666667vw;
  background-color: #e8e8e8;
  border: 0.2666666667vw solid #a6a6a6;
}
@media only screen and (min-width: 767px) {
  .folder__btn {
    width: 163.3333333333px;
    height: 37.3333333333px;
    margin: 9.3333333333px auto 0;
    font-size: 12.1333333333px;
    border: 0.9333333333px solid #a6a6a6;
  }
}
.tv__station {
  display: flex;
  align-items: center;
  height: 6.6666666667vw;
  padding-left: 4vw;
  padding-bottom: 0.6666666667vw;
  font-size: 4vw;
}
@media only screen and (min-width: 767px) {
  .tv__station {
    height: 23.3333333333px;
    padding-left: 14px;
    padding-bottom: 2.3333333333px;
    font-size: 14px;
  }
}
.tv__title {
  display: flex;
  align-items: center;
  height: 6.6666666667vw;
  padding-left: 4vw;
  padding-bottom: 0.6666666667vw;
  font-size: 4vw;
  border-bottom: 0.5333333333vw solid #e8e8e8;
  color: #fff;
  background-color: #55ade9;
}
@media only screen and (min-width: 767px) {
  .tv__title {
    height: 23.3333333333px;
    padding-left: 14px;
    padding-bottom: 2.3333333333px;
    font-size: 14px;
    border-bottom: 1.8666666667px solid #e8e8e8;
  }
}
.tv__caption {
  display: flex;
  align-items: center;
  height: 6.6666666667vw;
  padding-left: 4vw;
  padding-bottom: 0.6666666667vw;
  font-size: 4vw;
  border-bottom: 0.5333333333vw solid #e8e8e8;
}
@media only screen and (min-width: 767px) {
  .tv__caption {
    height: 23.3333333333px;
    padding-left: 14px;
    padding-bottom: 2.3333333333px;
    font-size: 14px;
    border-bottom: 1.8666666667px solid #e8e8e8;
  }
}
.tv__main {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 38.6666666667vw;
  background-color: #000;
  border-top: 0.5333333333vw solid #e8e8e8;
  border-bottom: 0.5333333333vw solid #e8e8e8;
}
@media only screen and (min-width: 767px) {
  .tv__main {
    height: 135.3333333333px;
    border-top: 1.8666666667px solid #e8e8e8;
    border-bottom: 1.8666666667px solid #e8e8e8;
  }
}
.tv__main > video {
  width: 100%;
  height: 100%;
  object-position: center;
}
.tv__ui {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8vw;
}
@media only screen and (min-width: 767px) {
  .tv__ui {
    margin-top: 28px;
  }
}
.tv__next,
.tv__prev {
  display: block;
  width: 5.3333333333vw;
}
@media only screen and (min-width: 767px) {
  .tv__next,
  .tv__prev {
    width: 18.6666666667px;
  }
}
.tv__prev {
  transform: scale(-1, 1);
}
.tv__info {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26.6666666667vw;
  height: 13.3333333333vw;
  margin: 0 4vw;
  font-size: 4vw;
}
@media only screen and (min-width: 767px) {
  .tv__info {
    width: 93.3333333333px;
    height: 46.6666666667px;
    margin: 0 14px;
    font-size: 14px;
  }
}
.news__h3 {
  display: flex;
  align-items: center;
  height: 7.3333333333vw;
  padding-left: 4vw;
  background-color: #55ade9;
  border-bottom: 0.5333333333vw solid #a6a6a6;
}
@media only screen and (min-width: 767px) {
  .news__h3 {
    height: 25.6666666667px;
    padding-left: 14px;
    border-bottom: 1.8666666667px solid #a6a6a6;
  }
}
.news__h3 > span {
  display: block;
  width: 12vw;
}
@media only screen and (min-width: 767px) {
  .news__h3 > span {
    width: 42px;
  }
}
.news__inner {
  padding-bottom: 6.6666666667vw;
}
@media only screen and (min-width: 767px) {
  .news__inner {
    padding-bottom: 23.3333333333px;
  }
}
.news__list {
  display: block;
  width: 59.3333333333vw;
  margin: 4vw auto 0;
}
@media only screen and (min-width: 767px) {
  .news__list {
    width: 207.6666666667px;
    margin: 14px auto 0;
  }
}
.news__list-head {
  display: flex;
  align-items: center;
  height: 7.3333333333vw;
  padding-left: 2vw;
  font-size: 4vw;
  color: #fff;
  background-color: #55ade9;
  border-top: 0.2666666667vw solid #a6a6a6;
  border-bottom: 0.2666666667vw solid #a6a6a6;
}
@media only screen and (min-width: 767px) {
  .news__list-head {
    height: 25.6666666667px;
    padding-left: 7px;
    font-size: 14px;
    border-top: 0.9333333333px solid #a6a6a6;
    border-bottom: 0.9333333333px solid #a6a6a6;
  }
}
.news__list-head::before {
  display: block;
  content: "";
  width: 4vw;
  height: 2.6666666667vw;
  margin-right: 2vw;
  background-image: url(../img/common/icon_news_w.png);
  background-size: contain;
}
@media only screen and (min-width: 767px) {
  .news__list-head::before {
    width: 14px;
    height: 9.3333333333px;
    margin-right: 7px;
  }
}
.news__item:nth-child(1) .news__link::before {
  content: "0";
}
.news__item:nth-child(2) .news__link::before {
  content: "1";
}
.news__item:nth-child(3) .news__link::before {
  content: "2";
}
.news__item:nth-child(4) .news__link::before {
  content: "3";
}
.news__item:nth-child(5) .news__link::before {
  content: "4";
}
.news__item:nth-child(6) .news__link::before {
  content: "5";
}
.news__item:nth-child(7) .news__link::before {
  content: "6";
}
.news__item:nth-child(8) .news__link::before {
  content: "7";
}
.news__item:nth-child(9) .news__link::before {
  content: "8";
}
.news__item:nth-child(10) .news__link::before {
  content: "9";
}
.news__link {
  display: flex;
  align-items: center;
  height: 7.3333333333vw;
  padding-left: 2vw;
  font-size: 3.7333333333vw;
  line-height: 1;
  border-bottom: 0.2666666667vw solid #a6a6a6;
}
@media only screen and (min-width: 767px) {
  .news__link {
    height: 25.6666666667px;
    padding-left: 7px;
    font-size: 13.0666666667px;
    border-bottom: 0.9333333333px solid #a6a6a6;
  }
}
.news__link > span {
  flex: 1;
  width: 100%;
  overflow: hidden;
}
.news__link > span > span {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.news__link::before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.3333333333vw;
  height: 3.3333333333vw;
  font-size: 1.8666666667vw;
  color: #fff;
  margin-right: 2vw;
  background-color: #555;
}
@media only screen and (min-width: 767px) {
  .news__link::before {
    width: 11.6666666667px;
    height: 11.6666666667px;
    font-size: 6.5333333333px;
    margin-right: 7px;
  }
}
.news__title {
  font-size: 4.5333333333vw;
  padding: 2.6666666667vw 4vw;
  line-height: 1.5;
}
@media only screen and (min-width: 767px) {
  .news__title {
    font-size: 15.8666666667px;
    padding: 9.3333333333px 14px;
  }
}
.news__thumb {
  border-top: 0.5333333333vw solid #55ade9;
  border-bottom: 0.5333333333vw solid #55ade9;
}
@media only screen and (min-width: 767px) {
  .news__thumb {
    border-top: 1.8666666667px solid #55ade9;
    border-bottom: 1.8666666667px solid #55ade9;
  }
}
.news__text {
  font-size: 3.2vw;
  padding: 2.6666666667vw 4vw;
  line-height: 1.5;
}
@media only screen and (min-width: 767px) {
  .news__text {
    font-size: 11.2px;
    padding: 9.3333333333px 14px;
  }
}
.news__text > br {
  display: block;
  content: "";
  height: 1.3333333333vw;
}
@media only screen and (min-width: 767px) {
  .news__text > br {
    height: 4.6666666667px;
  }
}
.news__text > a {
  color: #55ade9;
  text-decoration: underline;
}
.deco__h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 12vw;
  background-color: #55ade9;
  border-bottom: 0.5333333333vw solid #a6a6a6;
}
@media only screen and (min-width: 767px) {
  .deco__h3 {
    height: 42px;
    border-bottom: 1.8666666667px solid #a6a6a6;
  }
}
.deco__h3 > span {
  display: block;
  width: 59.4666666667vw;
}
@media only screen and (min-width: 767px) {
  .deco__h3 > span {
    width: 208.1333333333px;
  }
}
.deco__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 59.3333333333vw;
  margin: 2.6666666667vw auto 0;
}
@media only screen and (min-width: 767px) {
  .deco__list {
    width: 207.6666666667px;
    margin-top: 9.3333333333px;
  }
}
.deco__item:nth-child(n + 4) {
  margin-top: 0.5333333333vw;
}
@media only screen and (min-width: 767px) {
  .deco__item:nth-child(n + 4) {
    margin-top: 1.8666666667px;
  }
}
.deco__item:not(:nth-child(3n + 1)) {
  margin-left: 0.5333333333vw;
}
@media only screen and (min-width: 767px) {
  .deco__item:not(:nth-child(3n + 1)) {
    margin-left: 1.8666666667px;
  }
}
.deco__btn {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 19.3333333333vw;
  height: 19.3333333333vw;
  background-color: #d6eaf7;
}
@media only screen and (min-width: 767px) {
  .deco__btn {
    width: 67.6666666667px;
    height: 67.6666666667px;
  }
}
.deco__icon {
  position: relative;
  width: 18vw;
}
@media only screen and (min-width: 767px) {
  .deco__icon {
    width: 63px;
  }
}
.deco__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 0.6666666667vw;
  font-size: 2.6666666667vw;
  text-align: center;
}
@media only screen and (min-width: 767px) {
  .deco__title {
    margin-top: 2.3333333333px;
    font-size: 9.3333333333px;
  }
}
.deco__title::after {
  display: block;
  content: "";
  width: 2.9333333333vw;
  height: 2.6666666667vw;
  background-image: url(../img/common/icon_dl.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 767px) {
  .deco__title::after {
    width: 10.2666666667px;
    height: 9.3333333333px;
  }
}
.wall__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.wall__cam {
  width: 59.3333333333vw;
  margin: 0 auto 9.3333333333vw;
}
@media only screen and (min-width: 767px) {
  .wall__cam {
    width: 207.6666666667px;
    margin: 0 auto 32.6666666667px;
  }
}
.wall__head {
  margin-bottom: 5.3333333333vw;
  text-align: center;
  font-size: 4.2666666667vw;
  color: #55ade9;
}
@media only screen and (min-width: 767px) {
  .wall__head {
    margin-bottom: 18.6666666667px;
    font-size: 14.9333333333px;
  }
}
.wall__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/wall/bg.png);
  background-size: 30.6666666667vw;
  background-position: 0 0;
  background-position: 100% 100%;
  opacity: 0.3;
  transition: 0.4s;
}
@media only screen and (min-width: 767px) {
  .wall__bg {
    background-size: 107.3333333333px;
  }
}
.wall__wrapper {
  position: relative;
}
.wall__outer {
  padding: 6.6666666667vw 0 12vw;
}
@media only screen and (min-width: 767px) {
  .wall__outer {
    padding: 23.3333333333px 0 42px;
  }
}
.wall__loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40vw;
  background-color: #55ade9;
}
@media only screen and (min-width: 767px) {
  .wall__loading {
    height: 140px;
  }
}
.wall__loading-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wall__loading-icon {
  width: 7.3333333333vw;
  margin: 0 0.6666666667vw;
}
@media only screen and (min-width: 767px) {
  .wall__loading-icon {
    width: 25.6666666667px;
    margin: 0 2.3333333333px;
  }
}
.wall__loading-text {
  margin: 2.6666666667vw auto;
  text-align: center;
  font-size: 4.8vw;
  line-height: 1.5;
  color: #fff;
}
@media only screen and (min-width: 767px) {
  .wall__loading-text {
    margin: 9.3333333333px auto;
    font-size: 16.8px;
  }
}
.wall__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0;
  width: 47.7333333333vw;
  height: 12vw;
  font-size: 4vw;
  color: #fff;
  background-image: url(../img/wallpaper/btn_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 767px) {
  .wall__btn {
    width: 167.0666666667px;
    height: 42px;
    font-size: 14px;
  }
}
.wall-select__box:not(:first-child) {
  margin-top: 12vw;
}
@media only screen and (min-width: 767px) {
  .wall-select__box:not(:first-child) {
    margin-top: 42px;
  }
}
.wall-select__head {
  display: flex;
  align-items: center;
  width: 59.3333333333vw;
  height: 6.6666666667vw;
  margin: 0 auto;
  background-color: #d5eeff;
}
@media only screen and (min-width: 767px) {
  .wall-select__head {
    width: 207.6666666667px;
    height: 23.3333333333px;
  }
}
.wall-select__head-sub {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12vw;
  height: 100%;
  font-size: 3.2vw;
  color: #fff;
  background-color: #55ade9;
}
@media only screen and (min-width: 767px) {
  .wall-select__head-sub {
    width: 42px;
    font-size: 11.2px;
  }
}
.wall-select__head-main {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-left: 2vw;
  font-size: 4.2666666667vw;
}
@media only screen and (min-width: 767px) {
  .wall-select__head-main {
    padding-left: 4.6666666667px;
    font-size: 14.9333333333px;
  }
}
.wall-select__required {
  width: 59.3333333333vw;
  margin: 0.6666666667vw auto 0;
  font-size: 2.6666666667vw;
  line-height: 1.5;
}
@media only screen and (min-width: 767px) {
  .wall-select__required {
    width: 207.6666666667px;
    margin: 2.3333333333px auto 0;
    font-size: 9.3333333333px;
  }
}
.wall-select__required.red {
  color: red;
}
.wall-select__list {
  display: flex;
  flex-wrap: wrap;
  width: 59.3333333333vw;
  margin: 5.3333333333vw auto 0;
}
@media only screen and (min-width: 767px) {
  .wall-select__list {
    width: 207.6666666667px;
    margin: 18.6666666667px auto 0;
  }
}
.wall-select__item {
  width: 19.3333333333vw;
  background-color: #fff;
}
@media only screen and (min-width: 767px) {
  .wall-select__item {
    width: 67.6666666667px;
  }
}
.wall-select__item:not(:nth-child(3n + 1)) {
  margin-left: 0.6666666667vw;
}
@media only screen and (min-width: 767px) {
  .wall-select__item:not(:nth-child(3n + 1)) {
    margin-left: 2.3333333333px;
  }
}
.wall-select__item:nth-child(n + 4) {
  margin-top: 0.6666666667vw;
}
@media only screen and (min-width: 767px) {
  .wall-select__item:nth-child(n + 4) {
    margin-top: 2.3333333333px;
  }
}
.wall-select__item.big {
  width: 100%;
}
@media only screen and (min-width: 767px) {
  .wall-select__item.big {
    width: 100%;
  }
}
.wall-select__item.big:not(:first-child) {
  margin-top: 1.3333333333vw;
}
@media only screen and (min-width: 767px) {
  .wall-select__item.big:not(:first-child) {
    margin-top: 4.6666666667px;
  }
}
.wall-select__item input {
  display: none;
  margin: 0;
  padding: 0;
  background: 0 0;
  border: none;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wall-select__item input:checked + label::before {
  border: 0.5333333333vw solid red;
}
@media only screen and (min-width: 767px) {
  .wall-select__item input:checked + label::before {
    border: 1.8666666667px solid red;
  }
}
.wall-select__item label {
  position: relative;
  display: block;
  font-size: 0;
}
.wall-select__item label::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  border: 0.5333333333vw solid #dedede;
}
@media only screen and (min-width: 767px) {
  .wall-select__item label::before {
    border: 1.8666666667px solid #dedede;
  }
}
.wall-select__input {
  display: block;
  width: 59.3333333333vw;
  height: 12vw;
  margin: 5.3333333333vw auto 0;
  padding: 0 2vw;
  font-size: 4vw;
  border: 0.2666666667vw solid #d5eeff;
  background-color: #fff;
}
@media only screen and (min-width: 767px) {
  .wall-select__input {
    width: 207.6666666667px;
    height: 42px;
    margin: 18.6666666667px auto 0;
    padding: 0 7px;
    font-size: 14px;
    border: 0.9333333333px solid #d5eeff;
  }
}
.wall-select__btn {
  margin-top: 4vw;
}
@media only screen and (min-width: 767px) {
  .wall-select__btn {
    margin-top: 14px;
  }
}
.wall-finish__link {
  display: block;
  text-align: center;
  margin-top: -4vw;
  margin-bottom: 6.6666666667vw;
  font-size: 2.6666666667vw;
  color: #009cff;
  text-decoration: underline;
  text-underline-offset: 0.6666666667vw;
}
@media only screen and (min-width: 767px) {
  .wall-finish__link {
    margin-top: -14px;
    margin-bottom: 23.3333333333px;
    font-size: 9.3333333333px;
    text-underline-offset: 2.3333333333px;
  }
}
.wall-finish__mini {
  font-size: 0;
  width: 40vw;
  margin: 10.6666666667vw auto 0;
}
@media only screen and (min-width: 767px) {
  .wall-finish__mini {
    width: 140px;
    margin: 37.3333333333px auto 0;
  }
}
.wall-finish__mini > img {
  pointer-events: auto;
}
.wall-finish__download {
  margin-top: 6.6666666667vw;
}
@media only screen and (min-width: 767px) {
  .wall-finish__download {
    margin-top: 23.3333333333px;
  }
}
.wall-finish__share-head {
  margin-top: 12vw;
  text-align: center;
  font-size: 4.2666666667vw;
  color: #55ade9;
}
@media only screen and (min-width: 767px) {
  .wall-finish__share-head {
    margin-top: 42px;
    font-size: 14.9333333333px;
  }
}
.wall-finish__share-img {
  width: 59.3333333333vw;
  height: 31.2vw;
  margin: 5.3333333333vw auto 0;
}
@media only screen and (min-width: 767px) {
  .wall-finish__share-img {
    width: 207.6666666667px;
    height: 109.2px;
    margin: 18.6666666667px auto 0;
  }
}
.wall-finish__share-img > img {
  pointer-events: auto;
}
.wall-finish__share-text {
  text-align: center;
  margin-top: 5.3333333333vw;
  font-size: 2.6666666667vw;
}
@media only screen and (min-width: 767px) {
  .wall-finish__share-text {
    margin-top: 18.6666666667px;
    font-size: 9.3333333333px;
  }
}
.wall-finish__share-text > a {
  color: #009cff;
  text-decoration: underline;
  text-underline-offset: 0.6666666667vw;
}
@media only screen and (min-width: 767px) {
  .wall-finish__share-text > a {
    text-underline-offset: 2.3333333333px;
  }
}
.wall-finish__share-info {
  margin: 5.3333333333vw auto 0;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 4vw;
  line-height: 1.5;
  width: 59.3333333333vw;
  color: #f04883;
}
@media only screen and (min-width: 767px) {
  .wall-finish__share-info {
    width: 207.6666666667px;
    margin-top: 18.6666666667px;
    font-size: 14px;
  }
}
.wall-finish__share-info.mt {
  margin-top: 13.3333333333vw;
}
@media only screen and (min-width: 767px) {
  .wall-finish__share-info.mt {
    margin-top: 46.6666666667px;
  }
}
.wall-finish__btn-share {
  background-image: url(../img/wallpaper/btn_bg_share.png);
  margin-top: 6.6666666667vw;
}
@media only screen and (min-width: 767px) {
  .wall-finish__btn-share {
    margin-top: 23.3333333333px;
  }
}
.wall-finish__btn-retry {
  background-image: url(../img/wallpaper/btn_bg_retry.png);
  margin-top: 6.6666666667vw;
}
@media only screen and (min-width: 767px) {
  .wall-finish__btn-retry {
    margin-top: 23.3333333333px;
  }
}
.wall-finish__cam-head {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 12vw;
  margin-top: 12vw;
  font-size: 4.2666666667vw;
  color: #fff;
  background-color: #e6d668;
}
@media only screen and (min-width: 767px) {
  .wall-finish__cam-head {
    height: 42px;
    margin-top: 42px;
    font-size: 14.9333333333px;
  }
}
.wall-finish__cam-head.gray {
  background-color: #969696;
}
.wall-finish__cam-title {
  width: 54.6666666667vw;
  margin: 6.6666666667vw auto 0;
}
@media only screen and (min-width: 767px) {
  .wall-finish__cam-title {
    width: 191.3333333333px;
    margin: 23.3333333333px auto 0;
  }
}
.wall-finish__cam-sub {
  margin-top: 6.6666666667vw;
  text-align: center;
  font-size: 4.2666666667vw;
  color: #55ade9;
}
@media only screen and (min-width: 767px) {
  .wall-finish__cam-sub {
    margin-top: 23.3333333333px;
    font-size: 14.9333333333px;
  }
}
.wall-finish__cam-box {
  display: flex;
  align-items: flex-start;
  width: 60vw;
  margin: 4vw auto 0;
}
@media only screen and (min-width: 767px) {
  .wall-finish__cam-box {
    width: 210px;
    margin: 14px auto 0;
  }
}
.wall-finish__cam-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12vw;
  height: 4vw;
  font-size: 2.6666666667vw;
  background-color: #55ade9;
  color: #fff;
}
@media only screen and (min-width: 767px) {
  .wall-finish__cam-num {
    width: 42px;
    height: 14px;
    font-size: 9.3333333333px;
  }
}
.wall-finish__cam-info {
  flex: 1;
  margin-left: 2.6666666667vw;
  font-size: 2.6666666667vw;
  line-height: 1.5;
}
@media only screen and (min-width: 767px) {
  .wall-finish__cam-info {
    margin-left: 9.3333333333px;
    font-size: 9.3333333333px;
  }
}
.wall-finish__cam-info > a,
.wall-finish__cam-info > span {
  color: red;
}
.wall-finish__cam-time {
  text-align: center;
  margin-top: 4vw;
  font-size: 2.6666666667vw;
}
@media only screen and (min-width: 767px) {
  .wall-finish__cam-time {
    margin-top: 14px;
    font-size: 9.3333333333px;
  }
}
.wall-finish__term {
  width: 60vw;
  margin: 5.3333333333vw auto 0;
  font-size: 2.6666666667vw;
  line-height: 1.8;
}
@media only screen and (min-width: 767px) {
  .wall-finish__term {
    width: 210px;
    margin: 18.6666666667px auto 0;
    font-size: 9.3333333333px;
  }
}
.wall-finish__term-text {
  padding-left: 1em;
  text-indent: -1em;
}
.wall-finish__term-text > a,
.wall-finish__term-text > span {
  color: red;
}
@keyframes rotateMenu {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes rotateIcon {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes barFirst {
  0% {
    width: 0%;
  }
  100% {
    width: 30%;
  }
}
@keyframes barLast {
  0% {
    width: 30%;
  }
  100% {
    width: 100%;
  }
}
@keyframes fallIcon {
  0% {
    transform: translateY(-20%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink_1 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink_2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink_3 {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scrollSample01 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-110%);
  }
}
@keyframes scrollSample02 {
  0%,
  30% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-110%);
  }
}
@keyframes wall_bg {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -153.3333333333vw -153.3333333333vw;
  }
}
@keyframes wall_bg_pc {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -536.6666666667px -536.6666666667px;
  }
}
@keyframes icon_steps {
  0% {
    transform: rotate(15deg);
  }
  50% {
    transform: rotate(-15deg);
  }
  100% {
    transform: rotate(15deg);
  }
}
@keyframes bg_light {
  0% {
    transform: rotate(0);
    opacity: 1;
  }
  25% {
    transform: rotate(2deg);
    opacity: 0.5;
  }
  50% {
    transform: rotate(0);
    opacity: 1;
  }
  75% {
    transform: rotate(-2deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0);
    opacity: 1;
  }
}
.on__inner.js-hide {
  opacity: 0;
  pointer-events: none;
  transition: 0.2s;
}
.on__inner::after {
  animation: rotateIcon 10s linear 0s infinite;
}
.on__bar span.js-first {
  animation: barFirst 0.8s steps(10) 0s 1;
}
.on__bar span.js-last {
  animation: barLast 0.8s steps(20) 0s 1;
}
.header__icon.radio > img {
  opacity: 0;
}
.header__icon.radio > img.js-show {
  opacity: 1;
}
.header__icon.battery > img {
  opacity: 0;
}
.header__icon.battery > img.js-show {
  opacity: 1;
}
.header__icon.battery > img.js-animation {
  animation: blink 2s step-end 0s infinite;
}
.header__icon.mail {
  display: none;
}
.header__icon.mail.js-show {
  display: block;
}
.header__icon.manners {
  opacity: 0;
}
.header__icon.manners.js-show {
  opacity: 1;
}
.header__time .dot {
  animation: blink 2s steps(1) 0s infinite;
}
.top__info.js-off {
  pointer-events: none;
}
.top__info-text {
  animation: scrollSample02 5s steps(30) 0.5s infinite;
}
.sound__btn.js-active {
  border: none;
}
.sound__btn.js-active::before {
  pointer-events: none;
  position: absolute;
  top: calc(50% - 13.3333333333vw);
  left: calc(50% - 13.3333333333vw);
  display: block;
  content: "";
  width: 26.6666666667vw;
  height: 26.6666666667vw;
  background-image: url(../img/menu/bg.png);
  background-size: cover;
  background-position: center;
  animation: rotateMenu 10s linear 0s infinite;
  transform-origin: center;
}
@media only screen and (min-width: 767px) {
  .sound__btn.js-active::before {
    top: calc(50% - 46.6666666667px);
    left: calc(50% - 46.6666666667px);
    width: 93.3333333333px;
    height: 93.3333333333px;
  }
}
.sound__btn.js-active .sound__icon .off {
  opacity: 0;
}
.sound__btn.js-active .sound__icon .on {
  opacity: 1;
}
.menu__btn.js-active::before {
  pointer-events: none;
  position: absolute;
  top: calc(50% - 14.6666666667vw);
  left: calc(50% - 14.6666666667vw);
  display: block;
  content: "";
  width: 29.3333333333vw;
  height: 29.3333333333vw;
  background-image: url(../img/menu/bg.png);
  background-size: cover;
  background-position: center;
  animation: rotateMenu 10s linear 0s infinite;
  transform-origin: center;
}
@media only screen and (min-width: 767px) {
  .menu__btn.js-active::before {
    top: calc(50% - 51.3333333333px);
    left: calc(50% - 51.3333333333px);
    width: 102.6666666667px;
    height: 102.6666666667px;
  }
}
.menu__btn.js-active .menu__icon .off {
  opacity: 0;
}
.menu__btn.js-active .menu__icon .on {
  opacity: 1;
}
.menu__btn.js-active .menu__title {
  color: #fff;
}
.menu__home {
  overflow: hidden;
  position: relative;
}
.menu__home.js-active::before {
  background-image: url(../img/common/icon_top_w.png);
}
.menu__home.js-active::after {
  pointer-events: none;
  position: absolute;
  top: calc(50% - 40vw);
  left: calc(50% - 40vw);
  display: block;
  content: "";
  width: 80vw;
  height: 80vw;
  background-image: url(../img/menu/bg.png);
  background-size: cover;
  background-position: center;
  animation: rotateMenu 10s linear 0s infinite;
  transform-origin: center;
}
@media only screen and (min-width: 767px) {
  .menu__home.js-active::after {
    top: calc(50% - 140px);
    left: calc(50% - 140px);
    width: 280px;
    height: 280px;
  }
}
.menu__home.js-active span {
  position: relative;
  z-index: 10;
  color: #fff;
}
.menu__home.js-active .menu__icon .off {
  opacity: 0;
}
.menu__home.js-active .menu__icon .on {
  opacity: 1;
}
.menu__info.js-show > span {
  opacity: 1;
}
.menu__info > span {
  opacity: 0;
}
.menu__info > span:nth-child(1) {
  transition-delay: 20ms;
}
.menu__info > span:nth-child(2) {
  transition-delay: 40ms;
}
.menu__info > span:nth-child(3) {
  transition-delay: 60ms;
}
.menu__info > span:nth-child(4) {
  transition-delay: 80ms;
}
.menu__info > span:nth-child(5) {
  transition-delay: 0.1s;
}
.menu__info > span:nth-child(6) {
  transition-delay: 120ms;
}
.menu__info > span:nth-child(7) {
  transition-delay: 140ms;
}
.menu__info > span:nth-child(8) {
  transition-delay: 160ms;
}
.menu__info > span:nth-child(9) {
  transition-delay: 180ms;
}
.menu__info > span:nth-child(10) {
  transition-delay: 0.2s;
}
.menu__info > span:nth-child(11) {
  transition-delay: 220ms;
}
.menu__info > span:nth-child(12) {
  transition-delay: 240ms;
}
.menu__info > span:nth-child(13) {
  transition-delay: 260ms;
}
.menu__info > span:nth-child(14) {
  transition-delay: 280ms;
}
.menu__info > span:nth-child(15) {
  transition-delay: 0.3s;
}
.menu__info > span:nth-child(16) {
  transition-delay: 320ms;
}
.menu__info > span:nth-child(17) {
  transition-delay: 340ms;
}
.menu__info > span:nth-child(18) {
  transition-delay: 360ms;
}
.menu__info > span:nth-child(19) {
  transition-delay: 380ms;
}
.menu__info > span:nth-child(20) {
  transition-delay: 0.4s;
}
.menu__info > span:nth-child(21) {
  transition-delay: 420ms;
}
.menu__info > span:nth-child(22) {
  transition-delay: 440ms;
}
.menu__info > span:nth-child(23) {
  transition-delay: 460ms;
}
.menu__info > span:nth-child(24) {
  transition-delay: 480ms;
}
.menu__info > span:nth-child(25) {
  transition-delay: 0.5s;
}
.menu__info > span:nth-child(26) {
  transition-delay: 520ms;
}
.menu__info > span:nth-child(27) {
  transition-delay: 540ms;
}
.menu__info > span:nth-child(28) {
  transition-delay: 560ms;
}
.menu__info > span:nth-child(29) {
  transition-delay: 580ms;
}
.menu__info > span:nth-child(30) {
  transition-delay: 0.6s;
}
.menu__info > span:nth-child(31) {
  transition-delay: 620ms;
}
.menu__info > span:nth-child(32) {
  transition-delay: 640ms;
}
.menu__info > span:nth-child(33) {
  transition-delay: 660ms;
}
.menu__info > span:nth-child(34) {
  transition-delay: 680ms;
}
.menu__info > span:nth-child(35) {
  transition-delay: 0.7s;
}
.menu__info > span:nth-child(36) {
  transition-delay: 720ms;
}
.menu__info > span:nth-child(37) {
  transition-delay: 740ms;
}
.menu__info > span:nth-child(38) {
  transition-delay: 760ms;
}
.menu__info > span:nth-child(39) {
  transition-delay: 780ms;
}
.menu__info > span:nth-child(40) {
  transition-delay: 0.8s;
}
.menu__info > span:nth-child(41) {
  transition-delay: 820ms;
}
.menu__info > span:nth-child(42) {
  transition-delay: 840ms;
}
.menu__info > span:nth-child(43) {
  transition-delay: 860ms;
}
.menu__info > span:nth-child(44) {
  transition-delay: 880ms;
}
.menu__info > span:nth-child(45) {
  transition-delay: 0.9s;
}
.menu__info > span:nth-child(46) {
  transition-delay: 920ms;
}
.menu__info > span:nth-child(47) {
  transition-delay: 940ms;
}
.menu__info > span:nth-child(48) {
  transition-delay: 960ms;
}
.menu__info > span:nth-child(49) {
  transition-delay: 980ms;
}
.menu__info > span:nth-child(50) {
  transition-delay: 1s;
}
.menu__info > span:nth-child(51) {
  transition-delay: 1.02s;
}
.menu__info > span:nth-child(52) {
  transition-delay: 1.04s;
}
.menu__info > span:nth-child(53) {
  transition-delay: 1.06s;
}
.menu__info > span:nth-child(54) {
  transition-delay: 1.08s;
}
.menu__info > span:nth-child(55) {
  transition-delay: 1.1s;
}
.menu__info > span:nth-child(56) {
  transition-delay: 1.12s;
}
.menu__info > span:nth-child(57) {
  transition-delay: 1.14s;
}
.menu__info > span:nth-child(58) {
  transition-delay: 1.16s;
}
.menu__info > span:nth-child(59) {
  transition-delay: 1.18s;
}
.menu__info > span:nth-child(60) {
  transition-delay: 1.2s;
}
.menu__info > span:nth-child(61) {
  transition-delay: 1.22s;
}
.menu__info > span:nth-child(62) {
  transition-delay: 1.24s;
}
.menu__info > span:nth-child(63) {
  transition-delay: 1.26s;
}
.menu__info > span:nth-child(64) {
  transition-delay: 1.28s;
}
.menu__info > span:nth-child(65) {
  transition-delay: 1.3s;
}
.menu__info > span:nth-child(66) {
  transition-delay: 1.32s;
}
.menu__info > span:nth-child(67) {
  transition-delay: 1.34s;
}
.menu__info > span:nth-child(68) {
  transition-delay: 1.36s;
}
.menu__info > span:nth-child(69) {
  transition-delay: 1.38s;
}
.menu__info > span:nth-child(70) {
  transition-delay: 1.4s;
}
.menu__info > span:nth-child(71) {
  transition-delay: 1.42s;
}
.menu__info > span:nth-child(72) {
  transition-delay: 1.44s;
}
.menu__info > span:nth-child(73) {
  transition-delay: 1.46s;
}
.menu__info > span:nth-child(74) {
  transition-delay: 1.48s;
}
.menu__info > span:nth-child(75) {
  transition-delay: 1.5s;
}
.menu__info > span:nth-child(76) {
  transition-delay: 1.52s;
}
.menu__info > span:nth-child(77) {
  transition-delay: 1.54s;
}
.menu__info > span:nth-child(78) {
  transition-delay: 1.56s;
}
.menu__info > span:nth-child(79) {
  transition-delay: 1.58s;
}
.menu__info > span:nth-child(80) {
  transition-delay: 1.6s;
}
.menu__info > span:nth-child(81) {
  transition-delay: 1.62s;
}
.menu__info > span:nth-child(82) {
  transition-delay: 1.64s;
}
.menu__info > span:nth-child(83) {
  transition-delay: 1.66s;
}
.menu__info > span:nth-child(84) {
  transition-delay: 1.68s;
}
.menu__info > span:nth-child(85) {
  transition-delay: 1.7s;
}
.menu__info > span:nth-child(86) {
  transition-delay: 1.72s;
}
.menu__info > span:nth-child(87) {
  transition-delay: 1.74s;
}
.menu__info > span:nth-child(88) {
  transition-delay: 1.76s;
}
.menu__info > span:nth-child(89) {
  transition-delay: 1.78s;
}
.menu__info > span:nth-child(90) {
  transition-delay: 1.8s;
}
.menu__info > span:nth-child(91) {
  transition-delay: 1.82s;
}
.menu__info > span:nth-child(92) {
  transition-delay: 1.84s;
}
.menu__info > span:nth-child(93) {
  transition-delay: 1.86s;
}
.menu__info > span:nth-child(94) {
  transition-delay: 1.88s;
}
.menu__info > span:nth-child(95) {
  transition-delay: 1.9s;
}
.menu__info > span:nth-child(96) {
  transition-delay: 1.92s;
}
.menu__info > span:nth-child(97) {
  transition-delay: 1.94s;
}
.menu__info > span:nth-child(98) {
  transition-delay: 1.96s;
}
.menu__info > span:nth-child(99) {
  transition-delay: 1.98s;
}
.menu__info > span:nth-child(100) {
  transition-delay: 2s;
}
.common__bg-light.b1 {
  animation: bg_light 10s linear 0s infinite;
}
.common__bg-light.b2 {
  animation: bg_light 10s linear 5s infinite;
}
.common__menu.js-first,
.common__next.js-first,
.common__prev.js-first {
  pointer-events: none;
  opacity: 0.3;
}
.common__modal {
  pointer-events: none;
  opacity: 0;
}
.common__modal.js-show {
  pointer-events: auto;
  opacity: 1;
}
.common__light {
  opacity: 0;
}
.common__light.js-show {
  animation: blink 1s linear 0s 2;
}
.common__loading.js-hide {
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
}
.common__loading-text {
  animation: blink 2s step-end 0s infinite;
}
.common-under__item.person .js-active::after {
  position: absolute;
  top: -1.3333333333vw;
  right: -1.3333333333vw;
  transform: none;
}
@media only screen and (min-width: 767px) {
  .common-under__item.person .js-active::after {
    top: -4.6666666667px;
    right: -4.6666666667px;
  }
}
.common-under__btn.js-active {
  background-color: #610a0e;
}
.common-under__btn.js-active::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  content: "";
  width: 17.3333333333vw;
  height: 17.3333333333vw;
  /* background-image: url(../img/common/icon_active.png); */
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
@media only screen and (min-width: 767px) {
  .common-under__btn.js-active::after {
    width: 60.6666666667px;
    height: 60.6666666667px;
  }
}
.common-under__btn.js-active .common-under__title {
  color: #fff;
}
.common-under__btn.js-active .common-under__icon {
  background-color: #fff;
}
.common-under__btn.js-active .common-under__icon.icon-mail:before {
  background-image: url(../img/common/icon_mail_r.png);
}
.common-under__btn.js-active .common-under__icon.icon-folder:before {
  background-image: url(../img/common/icon_folder_r.png);
}
.common-under__btn.js-active .common-under__icon.icon-play:before {
  background-image: url(../img/common/icon_play_r.png);
}
.common-under__btn.js-active .common-under__icon.icon-stop:before {
  background-image: url(../img/common/icon_stop.png);
}
.common-under__btn.js-active .common-under__icon.icon-person:before {
  background-image: url(../img/common/icon_person.png);
}
.common-under__btn.js-active .common-under__icon.icon-news:before {
  background-image: url(../img/common/icon_news_r.png);
}
.common-under__btn.js-active .common-under__icon.icon-char:before {
  background-image: url(../img/common/icon_char_r.png);
}
.mail__btn.js-active {
  background-color: #610a0e;
}
.mail__btn.js-active::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  content: "";
  width: 17.3333333333vw;
  height: 17.3333333333vw;
  /* background-image: url(../img/common/icon_active.png); */
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
@media only screen and (min-width: 767px) {
  .mail__btn.js-active::after {
    width: 60.6666666667px;
    height: 60.6666666667px;
  }
}
.mail__btn.js-active .mail__date,
.mail__btn.js-active .mail__name,
.mail__btn.js-active .mail__title {
  color: #fff;
}
.mail__btn.js-active .mail__title > span > span {
  display: inline-block;
  width: auto;
  animation: scrollSample01 5s steps(30) infinite;
  text-overflow: unset;
  overflow: visible;
}
.mail__btn.js-active .mail__icon {
  background-color: #fff;
}
.mail__btn.js-active .mail__icon.icon-read:before {
  background-image: url(../img/common/icon_mail_open_r.png);
}
.mail__btn.js-active .mail__icon.icon-reply:before {
  background-image: url(../img/common/icon_mail_reply_r.png);
}
.mail__btn.js-active .mail__icon.icon-send:before {
  background-image: url(../img/common/icon_mail_reply_r.png);
}
.mail__btn.js-active .mail__icon.icon-unread:before {
  background-image: url(../img/common/icon_mail_r.png);
}
.mail-receive__box.js-show::after {
  animation: rotateMenu 10s linear 0s infinite;
}
.mail-receive__box.js-show .mail-receive__icon {
  animation: fallIcon 1s steps(5) 0s infinite;
}
.mail-receive__box.js-show .mail-receive__text .dot > span:nth-child(1) {
  animation: blink_1 1s step-end 0s infinite;
}
.mail-receive__box.js-show .mail-receive__text .dot > span:nth-child(2) {
  animation: blink_2 1s step-end 0s infinite;
}
.mail-receive__box.js-show .mail-receive__text .dot > span:nth-child(3) {
  animation: blink_3 1s step-end 0s infinite;
}
.mail-receive__btn {
  opacity: 0;
  pointer-events: none;
}
.mail-receive__btn.js-active {
  opacity: 1;
  pointer-events: auto;
}
.news__link.js-active {
  background-color: #610a0e;
  color: #fff;
}
.news__link.js-active::before {
  color: #610a0e;
  background-color: #fff;
}
.news__link.js-active > span > span {
  display: inline-block;
  width: auto;
  animation: scrollSample01 5s steps(30) 0.2s infinite;
  text-overflow: unset;
  overflow: visible;
}
.deco__btn.js-active::before {
  pointer-events: none;
  position: absolute;
  top: calc(50% - 13.3333333333vw);
  left: calc(50% - 13.3333333333vw);
  display: block;
  content: "";
  width: 26.6666666667vw;
  height: 26.6666666667vw;
  background-image: url(../img/menu/bg.png);
  background-size: cover;
  background-position: center;
  animation: rotateMenu 10s linear 0s infinite;
  transform-origin: center;
}
@media only screen and (min-width: 767px) {
  .deco__btn.js-active::before {
    top: calc(50% - 46.6666666667px);
    left: calc(50% - 46.6666666667px);
    width: 93.3333333333px;
    height: 93.3333333333px;
  }
}
.deco__btn.js-active .deco__title {
  color: #fff;
}
.deco__btn.js-active .deco__title::after {
  background-image: url(../img/common/icon_dl_w.png);
}
.wall__bg {
  animation: wall_bg 20s steps(30) infinite;
}
@media only screen and (min-width: 767px) {
  .wall__bg {
    animation: wall_bg_pc 20s steps(30) infinite;
  }
}
.wall__loading-icon {
  animation: icon_steps 2s steps(1) infinite;
}
.wall__box {
  display: none;
}
.wall__box.js-show {
  display: block;
}
.folder__link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.folder__link.js-active::before {
  border: 0.4vw solid #610a0e;
}
@media only screen and (min-width: 767px) {
  .folder__link.js-active::before {
    border: 1.4px solid #610a0e;
  }
}
.folder__link.js-active::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgb(255 255 255 / 50%);
}
