#page .lato {
  font-family: "Lato", sans-serif;
}

#page .wrapper {
  background: white;
}

#page .signup {
  width: 950px;
  margin: 40px auto 0;
  background: white;
  padding: 40px 0;
  border-top: 1px solid #2a4a71;
}

#page .signup .s-entry-form {
  padding: 20px 0;
}

#page .signup .s-entry-form + p {
  color: #2a4a71;
  font-size: 12px;
}

#page .signup .s-entry-form + p + ul {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

#page .signup .s-entry-form + p + ul li {
  width: 150px;
  margin: 0 10px;
}

#page .signup .s-entry-form + p + ul li a:hover {
  opacity: 0.7;
}

#page .signup .s-entry-form + p + ul li a img {
  width: 100%;
}

#page #bg {
  position: fixed;
  z-index: -1;
  width: 100%;
}

#page #bg::before {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  content: "";
}

#page #bg #containe-video video {
  width: 100%;
}

#page #bg #sp-main-visual {
  display: none;
}

#page #top {
  padding: 160px 0;
  color: #ff1a1a;
}

#page #top .heading {
  font-size: 82px;
  font-family: "Raleway", sans-serif;
}

#page #top .text-box {
  font-size: 28px;
}

#page #top .text-box p br {
  display: none;
}

#page #top .s-entry-form {
  padding: 40px 0 0;
}

#page section.s-campaign-list {
  padding: 0;
}

#page .slide-bnr {
  background: white;
  padding: 20px 0 5px;
}

#page .slide-bnr .slick-list li {
  margin: 0 10px;
}

#page .slick-dots {
  bottom: initial;
  margin: 0;
}

#page .slick-dots li button::before {
  content: unset;
}

#page .slick-prev {
  left: 25px;
  z-index: 1;
}

#page .slick-next {
  right: 25px;
  z-index: 1;
}

#page #songs .inner {
  width: 950px;
  padding: 30px 0 60px;
  margin: 0 auto;
}

#page #songs .inner > ol {
  display: flex;
}

#page #songs .inner > ol li {
  width: calc(100% / 3);
  height: 58px;
  position: relative;
  text-align: center;
  line-height: 58px;
  font-weight: bold;
  color: #2a4a71;
}

#page #songs .inner > ol li:hover {
  cursor: pointer;
}

#page #songs .inner > ol li:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background: #2a4a71;
}

#page #songs .inner > ol li.on:after {
  height: 3px;
  background: #ff1a1a;
}

#page #songs .inner > div > ol {
  height: 610px;
  position: relative;
}

#page #songs .inner > div > ol > li {
  width: 100%;
  height: 560px;
  padding: 20px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  background: white;
}

#page #songs .inner > div > ol > li:not(:first-child) {
  display: none;
}

#page #songs .inner > div > ol > li .song {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#page #songs .inner > div > ol > li .song li {
  width: calc(100% / 5);
  padding: 0 10px;
  margin: 20px 0 0;
  box-sizing: border-box;
}

#page #songs .inner > div > ol > li .song li figure {
  width: 100%;
}

#page #songs .inner > div > ol > li .song li figure img {
  width: 100%;
}

#page #songs .inner > div > ol > li .song li figure + p {
  font-weight: bold;
}

#page #songs .inner > div > ol > li .song li figure + p strong {
  color: #ff1a1a;
  font-size: 1.2em;
  padding-right: 0.5em;
}

#page #songs .inner > div > ol > li .song li p {
  padding: 5px 0 0;
  font-size: 12px;
  color: #2a4a71;
  line-height: 1.5;
}

#page #songs .inner > div > ol > li .songs-tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#page #songs .inner > div > ol > li .songs-tab li {
  text-align: center;
  font-size: 12px;
  padding: 10px 40px;
  opacity: 0.5;
}

#page #songs .inner > div > ol > li .songs-tab li:hover, #page #songs .inner > div > ol > li .songs-tab li.on {
  opacity: 1;
}

#page #songs .inner > div > ol > li .songs-tab li:hover a,
#page #songs .inner > div > ol > li .songs-tab li.on a {
  color: #ff1a1a;
}

#page #songs .inner > div > ol > li .songs-tab li a {
  color: #2a4a71;
  text-decoration: none;
}

#page #songs .inner > div > ol > li.songs-artist .songs-tab li {
  padding: 10px 20px;
}

#page #songs .inner > div > ol > li.songs-artist .artist-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 400px;
  overflow-y: scroll;
  margin: 20px 0 40px;
}

#page #songs .inner > div > ol > li.songs-artist .artist-list li {
  width: calc(100% / 3);
  padding: 10px 0;
  font-size: 12px;
  color: #2a4a71;
}

#page #songs .inner > div > ol > li.songs-artist .artist-list + div {
  border-top: 1px solid #2a4a71;
  padding: 20px 0 0;
}

#page #songs .inner > div > ol > li.songs-artist .artist-list + div p {
  font-size: 12px;
  line-height: 2;
  color: #2a4a71;
  text-align: center;
}

#page #songs .inner > div > ol > li.songs-artist .artist-list + div p strong {
  font-size: 18px;
  font-weight: bold;
}

#page #price .heading {
  margin: 0 0 20px;
  color: #2a4a71;
}

#page #price .heading + .text-box {
  margin: 0 0 20px;
  color: #2a4a71;
}

#page #price .heading + .text-box + div > ul {
  display: flex;
  justify-content: space-between;
  width: 950px;
  margin: 40px auto;
}

#page #price .heading + .text-box + div > ul > li {
  position: relative;
  box-sizing: border-box;
  width: 48%;
  padding: 20px;
  color: #2a4a71;
  border-top: 3px solid #2a4a71;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

#page #price .heading + .text-box + div > ul > li > div:last-child {
  text-align: center;
}

#page #price .heading + .text-box + div > ul > li > div:last-child h2 {
  margin: 0 0 20px;
  font-size: 28px;
}

#page #price .heading + .text-box + div > ul > li > div:last-child h2 + ul {
  display: flex;
  justify-content: space-around;
  padding: 0 0 20px;
  border-bottom: 1px solid #2a4a71;
}

#page #price .heading + .text-box + div > ul > li > div:last-child h2 + ul li > div {
  font-size: 16px;
}

#page #price .heading + .text-box + div > ul > li > div:last-child h2 + ul li > div:nth-child(2) {
  font-weight: bold;
  font-size: 50px;
}

#page #price .heading + .text-box + div > ul > li > div:last-child h2 + ul + ul {
  margin: 20px 0;
}

#page #price .heading + .text-box + div > ul > li > div:last-child h2 + ul + ul li {
  padding: 5px 86px;
  text-align: left;
}

#page #price .heading + .text-box + div > ul > li > div:last-child h2 + ul + ul li .icon-check {
  margin-right: 12px;
  vertical-align: text-bottom;
}

#page #price .heading + .text-box + div > ul > li > div:last-child h2 + ul + ul li .icon-check::before {
  font-size: 24px;
}

#page #price .heading + .text-box + div > ul > li > div:last-child h2 + ul + ul li.out {
  opacity: 0.1;
}

#page #price .heading + .text-box + div > ul > li > div:last-child h2 + ul + ul + div {
  font-size: 12px;
  line-height: 1.5;
  text-align: justify;
}

#page #price .heading + .text-box + div > ul > li > div.attention {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 68px;
  height: 68px;
  color: white;
  line-height: 68px;
  text-align: center;
  background: url(https://music.r10s.jp/external/prod/imgs/parts_attention.png) no-repeat;
  background-size: cover;
}

#page #price .heading + .text-box + div + .text-box {
  color: #2a4a71;
  font-size: 12px;
}

#page #value.wrapper {
  background: #ff1a1a;
  padding: 40px 0 80px;
}

#page #value h3,
#page #value p {
  color: white;
}

#page #value h3 {
  font-size: 28px;
}

#page #value p {
  font-size: 16px;
}

#page #value p small {
  font-size: 12px;
}

#page #value .content-box {
  padding: 40px 0 0;
}

#page #value .content-box__image-left .l-inner {
  display: flex;
  width: 900px;
}

#page #value .content-box__image-left .content-box__image {
  float: initial;
  width: 320px;
  margin: 0 40px 0 0;
}

#page #campaign.wrapper {
  background: #2a4a71;
  padding: 40px 0 80px;
}

#page #campaign .heading {
  margin: 0 0 20px;
  color: white;
}

#page #campaign > .inner {
  display: flex;
  width: 950px;
  margin: 0 auto;
}

#page #campaign > .inner .campaign-list {
  display: block;
  width: 455px;
  margin: 0 40px 0 0;
}

#page #campaign > .inner .campaign-list > li {
  background: white;
  box-sizing: border-box;
  margin: 20px 0;
  padding: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition-duration: 0.25s;
}

#page #campaign > .inner .campaign-list > li:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12), 0 10px 20px rgba(0, 0, 0, 0.24);
}

#page #campaign > .inner .campaign-list > li:first-child, #page #campaign > .inner .campaign-list > li:last-child {
  margin: 0;
}

#page #campaign > .inner .campaign-list > li a > div > div {
  color: #ff1a1a;
  font-size: 16px;
  text-align: center;
}

#page #campaign > .inner .campaign-list > li a > div > div:first-child {
  padding: 0 0 10px;
  color: #2a4a71;
  border-bottom: 1px solid #2a4a71;
}

#page #campaign > .inner .campaign-list > li a > div > div:nth-child(2) span {
  font-size: 60px;
}

#page #campaign > .inner .campaign-list > li a > div > div.button {
  background: #ff1a1a;
  position: relative;
  padding: 5px 0;
  color: white;
  line-height: 1.5;
}

#page #campaign > .inner .campaign-list > li a > div > div.button i {
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -8px;
}

#page #campaign + .signup {
  width: 100%;
  margin: 0 auto;
  border: none;
}

#page #feature li .scene {
  height: 400px;
  font-size: 0;
  position: relative;
}

#page #feature li .scene::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(236, 239, 241, 0.7);
}

#page #feature li .desc-outer {
  height: 400px;
  background: white;
}

#page #feature li .desc-outer > div {
  position: relative;
  width: 950px;
  margin: 0 auto;
}

#page #feature li .desc-outer h3 {
  font-size: 28px;
  color: #2a4a71;
  margin: 0;
  padding: 120px 0 0;
}

#page #feature li .desc-outer .vi-mobile {
  width: 500px;
  height: 800px;
  position: absolute;
  top: -400px;
  right: -70px;
  font-size: 0;
}

#page #feature li .desc-outer .vi-mobile .vi-device {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("https://music.r10s.jp/external/prod/imgs/parts_phone.png") no-repeat;
  background-size: contain;
}

#page #feature li:nth-child(1) .scene {
  background: url("https://music.r10s.jp/external/prod/assets/top/img/bg_feature_1.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

#page #feature li:nth-child(2) .scene {
  background: url("https://music.r10s.jp/external/prod/assets/top/img/bg_feature_2.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

#page #feature li:nth-child(3) .scene {
  background: url("https://music.r10s.jp/external/prod/assets/top/img/bg_feature_3.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

#page #feature li .desc-outer .vi-mobile .vi-screen {
  position: absolute;
  left: 50%;
  margin-left: -140px;
  top: 130px;
  width: 280px;
  height: 476px;
  border: 1px solid gray;
  background-size: 100% auto;
  overflow: hidden;
}

#page #feature li .desc-outer .vi-mobile .vi-screen img {
  width: 100%;
}

#page #feature + .wrapper .signup {
  margin: 0 auto;
}

#page .s-other-service {
  background: white;
}

#page .s-other-service .heading {
  margin: 0 0 20px;
  color: #2a4a71;
}

#page #feature-artwork {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#page #feature-artwork > div {
  width: calc(100% / 10);
}

#page #feature-artwork > div img {
  width: 100%;
}

#page #twitter-widget-wrap {
  height: 100%;
  overflow: hidden;
}

#page #top .txt-container {
  text-align: center;
  margin: 1rem 0;
}

#page #top .txt-container a {
  text-decoration: underline;
  color: navy;
}

#page #top .txt-container a:hover {
  color: #ff1212;
  text-decoration: none;
}

#page #floating_banner {
  position: fixed;
  top: 90px;
  right: 30px;
  width: 150px;
  height: 150px;
  transition: all 0.2s;
}

#page #floating_banner:hover {
  transform: scale(1.1);
}

#page #floating_banner a {
  display: block;
}

#page #floating_banner .close {
  cursor: pointer;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background: white;
  border: 2px solid black;
  position: absolute;
  top: -10px;
  right: -10px;
  text-align: center;
  line-height: 25px;
  color: black;
  z-index: 1;
}

#page #floating_banner .close:hover {
  background: black;
  color: white;
}

#page #floating_banner a img {
  width: 100%;
}

#page #floating_banner a .floating_banner__pc {
  display: block;
}

#page #floating_banner a .floating_banner__sp {
  display: none;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-bg {
  background: rgba(42, 74, 113, 0.8);
}

#container-popup {
  padding: 84px;
}

#container-popup-inn {
  background: white;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  padding: 24px;
}

#container-popup-inn > * {
  color: #2a4a71;
  line-height: 1.5;
}

#container-popup-inn h3 {
  font-size: 16px;
  font-weight: bold;
}

#container-popup-inn h4 {
  font-size: 14px;
  font-weight: bold;
}

#container-popup-inn p {
  font-size: 12px;
}

#container-popup-inn ol#ichiba-3x-howtoentry {
  display: flex;
  margin: 0;
  padding: 0;
}

#container-popup-inn ol#ichiba-3x-howtoentry li {
  list-style: none;
  width: 300px;
  margin: 0 20px 0 0;
}

#container-popup-inn ol#ichiba-3x-howtoentry li img {
  width: 100%;
}

#container-popup-inn .btn-primary {
  width: 400px;
  height: 60px;
  line-height: 60px;
  display: block;
  background: red;
  color: white;
  text-align: center;
  position: relative;
  text-decoration: none;
  box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.4);
  transition: all 0.1s ease-in;
  margin: 30px 0;
}

#container-popup-inn .btn-primary .icon-48 {
  position: absolute;
  top: 22px;
  right: 10px;
}

#container-popup-inn .btn-primary:hover {
  box-shadow: 0px 8px 12px 0px rgba(50, 50, 50, 0.4);
}

#container-popup-inn .btn-close {
  position: absolute;
  right: 32px;
  top: 32px;
  padding: 0;
  opacity: 1;
  color: #2a4a71;
}

#container-popup-inn .btn-close-popup-txt {
  text-align: right;
  cursor: pointer;
}

#list-artist {
  display: none;
}

@media screen and (max-width: 768px) {
  #page .heading {
    margin: 6vw 0;
    font-size: 7vw;
  }
  #page .text-box {
    font-size: 4vw;
  }
  #page .signup {
    width: 100%;
    margin: 8vw 0 0;
    padding: 6vw 0;
  }
  #page .signup .s-entry-form {
    padding: 4vw 0 0;
    width: 86vw;
    margin: 0 auto 4vw;
  }
  #page .signup .s-entry-form + p {
    width: 86vw;
    font-size: 3vw;
    margin: 0 auto;
  }
  #page .signup .s-entry-form + p + ul {
    margin: 4vw 2vw;
  }
  #page .signup .s-entry-form + p + ul li {
    width: 50%;
    margin: 0 2vw;
  }
  #page #bg #sp-main-visual {
    display: block;
    height: 48vh;
  }
  #page #bg #sp-main-visual img {
    width: auto;
    height: 100%;
  }
  #page .l-inner {
    padding: 0 4vw;
  }
  #page #top {
    padding: 6vw 0;
  }
  #page #top .heading {
    font-size: 12vw;
  }
  #page #top .text-box {
    font-size: 6vw;
  }
  #page #top .text-box p br {
    display: inline;
  }
  #page #top .s-entry-form {
    padding: 4vw 0 0;
    width: 86vw;
    margin: 0 auto;
  }
  #page #top .s-entry-form .btn--default {
    font-size: 4vw;
  }
  #page .slide-bnr {
    padding: 0;
  }
  #page .slide-bnr .slick-list li {
    margin: 0;
  }
  #page .slide-bnr .slick-list li .campaign__card {
    padding: 4vw 4vw 0;
  }
  #page #price .heading {
    margin: 0 0 6vw;
  }
  #page #price .heading + .text-box {
    margin: 0 0 6vw;
  }
  #page #price .heading + .text-box + div {
    overflow-x: scroll;
    padding: 0 0 6vw;
  }
  #page #price .heading + .text-box + div > ul {
    width: 178vw;
    margin: 0;
  }
  #page #price .heading + .text-box + div > ul > li {
    width: 80vw;
    padding: 4vw;
    margin-right: 6vw;
  }
  #page #price .heading + .text-box + div > ul > li:first-child {
    margin-left: 6vw;
  }
  #page #price .heading + .text-box + div > ul > li > div:last-child h2 {
    margin: 0 0 4vw;
    font-size: 6vw;
  }
  #page #price .heading + .text-box + div > ul > li > div:last-child h2 + ul {
    padding: 0 0 6vw;
  }
  #page #price .heading + .text-box + div > ul > li > div:last-child h2 + ul li > div {
    font-size: 3vw;
  }
  #page #price .heading + .text-box + div > ul > li > div:last-child h2 + ul li > div:nth-child(2) {
    font-size: 10vw;
  }
  #page #price .heading + .text-box + div > ul > li > div:last-child h2 + ul + ul {
    margin: 4vw 0;
  }
  #page #price .heading + .text-box + div > ul > li > div:last-child h2 + ul + ul li {
    padding: 1vw 6vw;
    font-size: 4vw;
  }
  #page #price .heading + .text-box + div > ul > li > div:last-child h2 + ul + ul + div {
    font-size: 3vw;
  }
  #page #price .heading + .text-box + div > ul > li > div.attention {
    width: 16vw;
    height: 16vw;
    top: 1vw;
    left: 1vw;
    line-height: 16vw;
    font-size: 4vw;
  }
  #page #price .heading + .text-box + div + .text-box {
    font-size: 3vw;
  }
  #page #value h3 {
    font-size: 7vw;
  }
  #page #value p {
    font-size: 4vw;
  }
  #page #value p small {
    font-size: 3vw;
  }
  #page #value.wrapper {
    padding: 6vw 4vw 12vw;
  }
  #page #value .content-box {
    padding: 6vw 0;
  }
  #page #value .content-box__image-left .l-inner {
    width: 100%;
    display: block;
  }
  #page #value .content-box__image-left .content-box__image {
    width: 100%;
    margin: 0 6vw 0 0;
  }
  #page #campaign.wrapper {
    padding: 6vw 4vw 12vw;
  }
  #page #campaign > .inner {
    width: 100%;
    display: block;
  }
  #page #campaign > .inner .campaign-list {
    width: 86vw;
    margin: 6vw auto;
  }
  #page #campaign > .inner .campaign-list li {
    padding: 2vw;
  }
  #page #campaign > .inner .campaign-list li a > div div {
    font-size: 4vw;
  }
  #page #campaign > .inner .campaign-list li a > div div:nth-child(2) span {
    font-size: 12vw;
  }
  #page #campaign > .inner .campaign-list li a > div div.button {
    padding: 2vw 0;
  }
  #page #campaign > .inner > div:last-child {
    width: 86vw;
    margin: 0 auto;
    height: 300px;
  }
  #page #feature li:nth-child(1) .scene {
    background: url("https://music.r10s.jp/external/prod/assets/top/img/bg-sp-20181111.jpg") no-repeat center;
    background-size: cover;
  }
  #page #feature li:nth-child(2) .scene {
    background: url("https://music.r10s.jp/external/prod/assets/top/img/bg_feature_2_sp.jpg") no-repeat center;
    background-size: cover;
  }
  #page #feature li:nth-child(3) .scene {
    background: url("https://music.r10s.jp/external/prod/assets/top/img/bg_feature_3_sp.jpg") no-repeat center;
    background-size: cover;
  }
  #page #feature li:nth-child(1) .desc-outer,
  #page #feature li:nth-child(2) .desc-outer,
  #page #feature li:nth-child(3) .desc-outer {
    height: 120vw;
  }
  #page #feature li:nth-child(1) .desc-outer > div,
  #page #feature li:nth-child(2) .desc-outer > div,
  #page #feature li:nth-child(3) .desc-outer > div {
    width: 100%;
    height: 100%;
  }
  #page #feature li:nth-child(1) .desc-outer h3,
  #page #feature li:nth-child(2) .desc-outer h3,
  #page #feature li:nth-child(3) .desc-outer h3 {
    width: 100%;
    padding: 0 0 12vw;
    text-align: center;
    font-size: 6vw;
    position: absolute;
    bottom: 0;
  }
  #page #feature li:nth-child(1) .desc-outer .vi-mobile,
  #page #feature li:nth-child(2) .desc-outer .vi-mobile,
  #page #feature li:nth-child(3) .desc-outer .vi-mobile {
    width: 100%;
    height: 160vw;
    top: -70vw;
    left: 0;
    right: initial;
  }
  #page #feature li:nth-child(1) .desc-outer .vi-mobile .vi-screen,
  #page #feature li:nth-child(2) .desc-outer .vi-mobile .vi-screen,
  #page #feature li:nth-child(3) .desc-outer .vi-mobile .vi-screen {
    width: 56vw;
    height: 96vw;
    top: 25vw;
    margin-left: -28vw;
  }
  #page #songs.wrapper {
    padding: 4vw 0;
  }
  #page #songs .inner {
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }
  #page #songs .inner > ol > li {
    height: 12vw;
    line-height: 12vw;
    font-size: 3.5vw;
  }
  #page #songs .inner div > ol {
    height: auto;
  }
  #page #songs .inner div > ol > li {
    height: auto;
    padding: 0;
  }
  #page #songs .inner div > ol > li .songs-tab {
    flex-wrap: nowrap;
    width: auto;
    height: auto;
    overflow-x: scroll;
    padding: 3vw;
    justify-content: left;
  }
  #page #songs .inner div > ol > li .songs-tab li {
    padding: 2vw 4vw;
    font-size: 3.5vw;
    white-space: nowrap;
  }
  #page #songs .inner div > ol > li .song {
    flex-wrap: nowrap;
    width: auto;
    justify-content: left;
    overflow-x: scroll;
  }
  #page #songs .inner div > ol > li .song li {
    min-width: 36vw;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    padding-right: 4vw;
  }
  #page #songs .inner div > ol > li .song li:first-child {
    margin-left: 4vw;
  }
  #page #songs .inner div > ol > li .song li p {
    padding: 1vw 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #page #songs .inner div > ol > li .song li figure + p strong {
    color: #ff1a1a;
    padding-right: 0.5em;
    font-size: 1.2em;
  }
  #page #songs .inner div > ol > li.songs-artist .artist-list {
    display: block;
    margin: 0;
    padding: 0 4vw;
    height: calc(100vh / 3);
  }
  #page #songs .inner div > ol > li.songs-artist .artist-list::-webkit-scrollbar {
    width: 4vw;
  }
  #page #songs .inner div > ol > li.songs-artist .artist-list::-webkit-scrollbar-track {
    background: #f2f2f2;
  }
  #page #songs .inner div > ol > li.songs-artist .artist-list::-webkit-scrollbar-thumb {
    background: #2a4a71;
  }
  #page #songs .inner div > ol > li.songs-artist .artist-list li {
    width: 100%;
    font-size: 3.5vw;
    padding: 0.75em 0;
  }
  #page #songs .inner div > ol > li.songs-artist .artist-list + div {
    padding: 4vw 0 0;
  }
  #page #songs .inner div > ol > li.songs-artist .artist-list + div p {
    font-size: 3.5vw;
    padding: 0 3vw;
    text-align: justify;
    line-height: 1.75;
  }
  #page #twitter-widget-wrap {
    height: 80vw;
    overflow: initial;
  }
  #page #twitter-widget-wrap iframe {
    height: 80vw !important;
  }
  #container-popup {
    padding: 6vw;
  }
  #container-popup-inn {
    padding: 4vw 6vw;
  }
  #container-popup-inn h3 {
    font-size: 5vw;
  }
  #container-popup-inn h4 {
    font-size: 4vw;
  }
  #container-popup-inn p {
    font-size: 3.5vw;
  }
  #container-popup-inn #ichiba-3x-howtoentry > li {
    width: calc(100% / 2);
    margin: 0;
  }
  #container-popup-inn #ichiba-3x-howtoentry > li:nth-child(1) {
    padding-right: 4vw;
  }
  #container-popup-inn #ichiba-3x-howtoentry > li p {
    font-size: 3.5vw;
    margin: 1vw 0;
  }
  #container-popup-inn .btn-primary {
    width: 100%;
    height: 16vw;
    line-height: 16vw;
    margin: 6vw 0;
  }
  #container-popup-inn .btn-primary .icon-48 {
    position: absolute;
    top: 6vw;
    right: 3vw;
  }
  #container-popup-inn .btn-close-popup-txt {
    text-align: right;
    cursor: pointer;
  }
  #container-popup-inn #bg #sp-main-visual {
    display: block;
    height: 58vh;
  }
  #container-popup-inn #floating_banner {
    width: 90vw;
    height: 24vw;
    top: initial;
    right: initial;
    bottom: 5vw;
    left: 50%;
    margin-left: -45vw;
  }
  #container-popup-inn #floating_banner:hover {
    transform: scale(1);
  }
  #container-popup-inn #floating_banner a .floating_banner__pc {
    display: none;
  }
  #container-popup-inn #floating_banner a .floating_banner__sp {
    display: block;
  }
}
