/*
Theme Name: lr_lp
Description: lr_lp
Author: lr_lp
*/
* {
  font-family: 'Noto Sans JP', sans-serif, 'Work Sans';
  outline: none;
}

li {
  list-style: none;
}

body {
  position: relative;
}

.sp {
  display: inherit;
}

.pc {
  display: none;
}

p,
span {
  font-size: 3.7vw;
  line-height: 1.8;
  color: #3b3b3b;
}

img {
  width: 100%;
  height: auto;
  font-size: 0;
}

audio {
  display: none;
}

.lrc01 {
  font-weight: bold;
  color: #e51648;
}

.lrc02 {
  font-weight: bold;
  color: #08a795;
}

.lr_btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #363636;
  color: #fff;
  font-weight: bold;
  font-size: 4vw;
  text-align: center;
  margin: auto;
  text-decoration: none;
  padding: 3vw 5vw;
  border-radius: 6vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.lr_btn.off {
  background: #c7c7c7;
}

.lr_btn.off:hover {
  background: #c7c7c7;
  -webkit-transform: none;
          transform: none;
}

.lr_btn.off:after {
  display: none;
}

.lr_btn:hover {
  background: -webkit-gradient(linear, left top, right top, from(#ff95b4), color-stop(50%, #bab3ff), to(#75cac7));
  background: linear-gradient(90deg, #ff95b4 0%, #bab3ff 50%, #75cac7 100%);
  -webkit-transform: translate3d(3px, 3px, 0);
          transform: translate3d(3px, 3px, 0);
}

.lr_btn:hover:after {
  right: 0;
  bottom: 0;
}

.lr_btn:before {
  content: "";
  position: absolute;
  top: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #363636;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin: auto;
  text-decoration: none;
  border-radius: 6vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.lr_btn:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  right: -0.4vw;
  bottom: -0.4vw;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#ff95b4), color-stop(50%, #bab3ff), to(#75cac7));
  background: linear-gradient(90deg, #ff95b4 0%, #bab3ff 50%, #75cac7 100%);
  -webkit-filter: blur(6px);
          filter: blur(6px);
  width: 100%;
  border-radius: 6vw;
  z-index: -10;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.lr_btn .yticon {
  margin-right: 2vw;
  width: 7vw;
  height: auto;
}

.lr_btn .soundicon {
  margin-left: 2vw;
  width: 6vw;
  height: auto;
}

/**/
#promo_header {
  width: 100%;
  height: 40px;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 150;
  overflow: hidden;
}

#promo_header .logo {
  display: block;
  float: left;
  height: 22px;
  margin-left: 15px;
  position: relative;
  top: 50%;
  margin-top: -11px;
}

#promo_header .logo a {
  opacity: 1;
}

#promo_header .logo a:hover {
  opacity: .7;
}

#promo_header .link_twitter {
  position: absolute;
  right: 10px;
  bottom: 4px;
}

@media screen and (min-width: 768px) {
  #promo_header .link_twitter {
    bottom: 5px;
  }
}

#promo_header.pc, img.pc, ul.pc {
  display: none;
}

@media screen and (min-width: 769px) {
  #promo_header.pc, img.pc, ul.pc {
    display: block;
  }
}

header {
  position: relative;
  padding-top: 40px;
}

header h1 {
  position: relative;
}

header h1 img {
  width: 100%;
}

header .mv_entry {
  position: absolute;
  left: 3vw;
  bottom: 2vw;
}

header .mv_entry a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

header .mv_entry a img {
  width: 30vw;
  display: inherit;
}

header .mv_entry a img.pc {
  display: none;
}

header .mv_entry a:hover {
  opacity: 0.8;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/**/
.contents {
  padding: 12vw 5vw;
}

.contents section h2 {
  position: relative;
}

.contents section h2 img {
  padding: 0 0 6vw;
}

.contents section h2:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#ff95b4), color-stop(50%, #bab3ff), to(#75cac7));
  background: linear-gradient(90deg, #ff95b4 0%, #bab3ff 50%, #75cac7 100%);
}

.contents section.sec01 h2 img {
  padding: 0 7vw 6vw;
}

.contents section.sec01 .txt {
  padding: 5vw 0;
  text-align: left;
}

.contents section.sec01 .snslink {
  text-align: center;
  margin-bottom: 10vw;
}

.contents section.sec01 .snslink .lr_btn {
  margin: 0 3vw;
}

.contents section.sec01 .sample_area .samble_box {
  padding: 5vw;
  border-radius: 20px;
  border: #f4537a 4px solid;
  margin-bottom: 10vw;
}

.contents section.sec01 .sample_area .samble_box.samble_box02 {
  border: #3cc4b5 4px solid;
}

.contents section.sec01 .sample_area .samble_box.samble_box03 {
  border: #363636 4px solid;
}

.contents section.sec01 .sample_area .samble_box .jacket_sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5vw;
}

.contents section.sec01 .sample_area .samble_box .jacket_sp .jacket_img {
  width: 50%;
}

.contents section.sec01 .sample_area .samble_box .jacket_sp .cv_price {
  width: 50%;
  padding: 0 0 0 5vw;
}

.contents section.sec01 .sample_area .samble_box .jacket_sp .cv_price .cv {
  font-size: 4.5vw;
  font-weight: bold;
  line-height: 1.5;
}

.contents section.sec01 .sample_area .samble_box .jacket_sp .cv_price .cv span {
  font-size: 4.5vw;
  font-weight: bold;
  line-height: 1.5;
}

.contents section.sec01 .sample_area .samble_box .jacket_sp .cv_price .price {
  font-size: 4.5vw;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 3vw;
}

.contents section.sec01 .sample_area .samble_box .jacket_sp .cv_price .price .tax {
  font-size: 3.5vw;
  font-weight: bold;
  line-height: 1.5;
}

.contents section.sec01 .sample_area .samble_box .text {
  font-size: 3.7vw;
  line-height: 1.5;
  padding: 0 0 3vw 0;
}

.contents section.sec01 .sample_area .samble_box .text span {
  padding: 3vw 0;
  display: block;
  font-size: 4vw;
  line-height: 1.5;
}

.contents section.sec01 .sample_area .samble_box .sample_voice {
  margin: 2vw 0;
}

.contents section.sec01 .sample_area .samble_box .sample_voice .sample_voice_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contents section.sec01 .sample_area .samble_box .sample_voice .sample_voice_top .lr_btn {
  margin: auto 0;
  padding: 3vw 5.5vw;
  width: 100%;
}

.contents section.sec01 .sample_area .samble_box .sample_voice .sample_voice_bottom {
  margin-top: 4vw;
}

.contents section.sec01 .sample_area .samble_box .sample_voice .sample_voice_bottom .lr_btn.added {
  background: #ea3b66;
}

.contents section.sec01 .sample_area .samble_box .sample_voice .sample_voice_bottom .lr_btn.added:before {
  background: #ea3b66;
}

.contents section.sec01 .sample_area .samble_box .sample_voice .sample_voice_bottom .lr_btn.purchased {
  pointer-events: none;
  background: #c7c7c7;
}

.contents section.sec02 {
  margin-bottom: 6vw;
}

.contents section.sec03 {
  margin-bottom: 8vw;
}

.contents section .movie_box {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.contents section .movie_box video, .contents section .movie_box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.contents section.sec04 {
  padding-bottom: 10vw;
}

.contents section.sec04 .privelege_img {
  padding-top: 5vw;
}

.contents section.sec04 .privelege_txt {
  padding-top: 5vw;
}

.contents section.sec04 .privelege_link {
  padding-top: 7vw;
}

.contents section.sec04 .privelege_link a {
  background: #ea3b66;
}

.contents section.sec04 .privelege_link .lr_btn:before {
  background: #ea3b66;
}

.contents section.sec05 .campaign_txt {
  padding: 5vw 0 7vw;
}

.contents section.sec05 .caution_txt {
  padding: 3vw 0 5vw;
  text-align: center;
  font-size: 3vw;
}

.contents section.sec05 .poster_img {
  position: relative;
  font-size: 0;
}

.contents section.sec05 .poster_img .poster_five {
  position: absolute;
  top: -4vw;
  right: -4vw;
  width: 22vw;
}

.contents section.sec05 .txt_box {
  background: #f1f1f1;
  padding: 5vw;
  border-radius: 5vw;
}

.contents section.sec05 .txt_box .txt_top {
  font-size: 3.8vw;
}

.contents section.sec05 .txt_box .txt_bottom {
  padding-top: 3vw;
  margin-top: 4vw;
  border-top: solid #ababab 2px;
  font-size: 3.3vw;
}

footer {
  position: relative;
  background: #363636;
}

footer .top-button .sp {
  display: block;
  text-align: center;
  padding: 6vw 0;
  border-bottom: 2px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

footer .top-button .sp:hover {
  background: -webkit-gradient(linear, left top, right top, from(#ff95b4), color-stop(50%, #bab3ff), to(#75cac7));
  background: linear-gradient(90deg, #ff95b4 0%, #bab3ff 50%, #75cac7 100%);
}

footer .top-button .sp img {
  width: 8vw;
  height: auto;
}

footer .footer_copy {
  text-align: center;
}

footer .footer_copy .footer_txt {
  text-align: center;
  font-size: 4vw;
  padding: 6vw 0;
  color: #fff;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 1000;
  overflow: hidden;
}

.loading .logoline-container {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  width: 100%;
  height: 103px;
}

.loading .logoline-container .logoline {
  position: absolute;
  width: 50%;
  height: 5.4%;
}

.loading .logoline-container .logoline.logoline-left {
  top: 74.8%;
  right: calc(50% + 60px);
  background: #e93b65;
}

.loading .logoline-container .logoline.logoline-right {
  top: 19.65%;
  left: calc(50% + 60px);
  background: #3cc4b5;
}

.loading .logoline-container .maskline {
  position: absolute;
  -webkit-transform: skew(-27deg);
          transform: skew(-27deg);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 84px;
  background: #fff;
  z-index: 1;
  -webkit-transition: width .3s ease;
  transition: width .3s ease;
}

.loading .logoline-container .maskline.maskline-left {
  top: 0;
  right: calc(50% - 30px);
  width: calc(50% + 30px);
}

.loading .logoline-container .maskline.maskline-left2 {
  top: 0;
  left: 0;
  width: 0;
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.loading .logoline-container .maskline.maskline-right {
  bottom: 0;
  left: calc(50% - 30px);
  width: calc(50% + 30px);
}

.loading .logoline-container .maskline.maskline-right2 {
  bottom: 0;
  right: 0;
  width: 0;
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.loading.on .logoline-container .maskline.maskline-left, .loading.on .logoline-container .maskline.maskline-right {
  width: 0;
}

.loading.on .logoline-container .maskline.maskline-left2, .loading.on .logoline-container .maskline.maskline-right2 {
  width: calc(50% - 160px);
}

.logo-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  width: 320px;
  height: 103px;
}

.logo-container svg {
  position: absolute;
}

.logo-container .text-l1 {
  top: 0;
  left: 2.45%;
  width: 14.92%;
  opacity: 0;
}

.logo-container .text-l2s {
  top: 5.36%;
  left: 18.63%;
  width: 11.87%;
  opacity: 0;
}

.logo-container .text-r1 {
  top: 33.5%;
  left: 66.38%;
  width: 12.59%;
  opacity: 0;
}

.logo-container .text-r2 {
  top: 62.2%;
  left: 81.08%;
  width: 5.36%;
  opacity: 0;
}

.logo-container .text-r3s {
  top: 33.52%;
  left: 88.13%;
  width: 11.87%;
  opacity: 0;
}

.logo-container .dots {
  top: 0;
  left: 40.6%;
  width: 18.69%;
  opacity: 0;
}

.logo-container .logo-headphone {
  top: 26.63%;
  left: 41.21%;
  width: 17.48%;
  opacity: 0;
}

.logo-container .logo_arrow_left {
  top: 8.81%;
  left: 0;
  width: 58.7%;
}

.logo-container .logo_arrow_right {
  top: 19.64%;
  left: 42.66%;
  width: 57.34%;
}

.logo-container .text-radio,
.logo-container .logo_arrow_right,
.logo-container .text-r1,
.logo-container .text-r2,
.logo-container .text-r3 {
  fill: #3cc4b5;
}

.logo-container .text-lively,
.logo-container .logo_arrow_left,
.logo-container .text-l1,
.logo-container .text-l2 {
  fill: #e93b65;
}

.logo-container .thunder {
  fill: #ffcf06;
}

.logo-container .headphone {
  fill: #363636;
}

.logo-container .text-sub {
  fill: #ffffff;
}

.logo-container .dot0 {
  fill: #d8f2ef;
}

.logo-container .dot1 {
  fill: #b1e5de;
}

.logo-container .dot2 {
  fill: #89d8ce;
}

.logo-container .dot3 {
  fill: #62cbbd;
}

.logo-container .dot4 {
  fill: #3bbead;
}

.logo-container .dot5 {
  fill: #e4355d;
}

.logo-container .dot6 {
  fill: #e85276;
}

.logo-container .dot7 {
  fill: #ec6e8c;
}

.logo-container .dot8 {
  fill: #f08ca5;
}

.logo-container .dot9 {
  fill: #f6b9c8;
}

.logo-container.active .text-l1 {
  -webkit-animation: pon 1.12s infinite ease;
          animation: pon 1.12s infinite ease;
}

.logo-container.active .text-l2s {
  -webkit-animation: pon 1.12s 0.15s infinite ease;
          animation: pon 1.12s 0.15s infinite ease;
}

.logo-container.active .text-r1 {
  -webkit-animation: pon 1.12s 0.3s infinite ease;
          animation: pon 1.12s 0.3s infinite ease;
}

.logo-container.active .text-r2 {
  -webkit-animation: pon2 1.12s 0.45s infinite ease;
          animation: pon2 1.12s 0.45s infinite ease;
}

.logo-container.active .text-r3s {
  -webkit-animation: pon 1.12s 0.6s infinite ease;
          animation: pon 1.12s 0.6s infinite ease;
}

.logo-container.active .logo-headphone {
  -webkit-animation: doki 0.56s infinite ease;
          animation: doki 0.56s infinite ease;
}

@-webkit-keyframes doki {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes doki {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes pon {
  0% {
    -webkit-transform: translate3d(0, -5%, 0);
            transform: translate3d(0, -5%, 0);
  }
  10% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes pon {
  0% {
    -webkit-transform: translate3d(0, -5%, 0);
            transform: translate3d(0, -5%, 0);
  }
  10% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes pon2 {
  0% {
    -webkit-transform: translate3d(0, -30%, 0);
            transform: translate3d(0, -30%, 0);
  }
  10% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes pon2 {
  0% {
    -webkit-transform: translate3d(0, -30%, 0);
            transform: translate3d(0, -30%, 0);
  }
  10% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  .pc {
    display: inherit;
  }
  img {
    width: auto;
    height: auto;
  }
  p,
  span {
    font-size: 14px;
    line-height: 1.5;
    color: #3b3b3b;
  }
  .lr_btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #363636;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    margin: auto;
    text-decoration: none;
    padding: 9px 22px;
    border-radius: 80px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .lr_btn.on {
    width: 450px;
  }
  .lr_btn.off {
    background: #c7c7c7;
    width: 450px;
  }
  .lr_btn.off:hover {
    background: #c7c7c7;
  }
  .lr_btn.off:after {
    display: none;
  }
  .lr_btn:hover {
    background: -webkit-gradient(linear, left top, right top, from(#ff95b4), color-stop(50%, #bab3ff), to(#75cac7));
    background: linear-gradient(90deg, #ff95b4 0%, #bab3ff 50%, #75cac7 100%);
  }
  .lr_btn:after {
    content: "";
    display: block;
    position: absolute;
    z-index: -10;
    right: -6px;
    bottom: -6px;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#ff95b4), color-stop(50%, #bab3ff), to(#75cac7));
    background: linear-gradient(90deg, #ff95b4 0%, #bab3ff 50%, #75cac7 100%);
    -webkit-filter: blur(6px);
            filter: blur(6px);
    width: 100%;
    border-radius: 6vw;
  }
  .lr_btn .yticon {
    margin-right: 10px;
    width: 30px;
    height: auto;
  }
  .lr_btn .soundicon {
    margin-left: 10px;
    width: 20px;
    height: auto;
  }
  header {
    position: relative;
  }
  header h1 {
    position: relative;
  }
  header h1 img {
    width: 100%;
  }
  header .mv_entry {
    position: absolute;
    left: 50%;
    margin-left: -23vw;
    text-align: center;
    bottom: 5vw;
  }
  header .mv_entry a img {
    width: 10vw;
    max-width: 176px;
  }
  header .mv_entry a img.sp {
    display: none;
  }
  header .mv_entry a img.pc {
    display: inherit;
  }
  .contents {
    background: url(../img/bg_left.jpg) left top repeat-y, url(../img/bg_right.jpg) right top repeat-y;
    padding: 60px 0 150px;
  }
  .contents section {
    max-width: 780px;
    margin: auto;
    position: relative;
    z-index: 10;
  }
  .contents section h2 {
    position: relative;
  }
  .contents section h2 img {
    padding: 0;
    margin: 0 auto 25px;
  }
  .contents section h2:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(#ff95b4), color-stop(50%, #bab3ff), to(#75cac7));
    background: linear-gradient(90deg, #ff95b4 0%, #bab3ff 50%, #75cac7 100%);
  }
  .contents section.sec01 h2 img {
    padding: 0;
  }
  .contents section.sec01 .txt {
    padding: 25px 20px 30px;
    text-align: left;
  }
  .contents section.sec01 .snslink {
    text-align: center;
    margin-bottom: 80px;
  }
  .contents section.sec01 .snslink .lr_btn {
    margin: 0 200px;
  }
  .contents section.sec01 .sample_area .samble_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding: 30px;
    border-radius: 20px;
    border: #f4537a 2px solid;
    margin-bottom: 60px;
  }
  .contents section.sec01 .sample_area .samble_box.samble_box02 {
    border: #3cc4b5 2px solid;
  }
  .contents section.sec01 .sample_area .samble_box.samble_box03 {
    border: #363636 2px solid;
  }
  .contents section.sec01 .sample_area .samble_box .sample_title {
    padding: 0;
  }
  .contents section.sec01 .sample_area .samble_box .jacket_sp {
    display: none;
  }
  .contents section.sec01 .sample_area .samble_box .text {
    font-size: 14px;
    line-height: 1.8;
    margin: 0 0 0 auto;
    padding: 0;
  }
  .contents section.sec01 .sample_area .samble_box .text span {
    padding: 5px 0;
    display: block;
    font-size: 16px;
    line-height: 1.8;
  }
  .contents section.sec01 .sample_area .samble_box .sample_voice {
    margin: 0 auto 0;
    padding-right: 30px;
  }
  .contents section.sec01 .sample_area .samble_box .sample_voice .jacket_img {
    font-size: 0;
    margin-bottom: 20px;
  }
  .contents section.sec01 .sample_area .samble_box .sample_voice .sample_voice_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contents section.sec01 .sample_area .samble_box .sample_voice .sample_voice_top .lr_btn {
    margin: auto 0;
    padding: 10px 20px;
  }
  .contents section.sec01 .sample_area .samble_box .sample_voice .sample_voice_bottom {
    margin-top: 20px;
  }
  .contents section.sec02 {
    margin-bottom: 80px;
  }
  .contents section.sec03 {
    margin-bottom: 80px;
  }
  .contents section.sec04 {
    padding-bottom: 80px;
  }
  .contents section.sec04 .privelege_img {
    padding-top: 60px;
  }
  .contents section.sec04 .privelege_img img {
    margin: auto;
  }
  .contents section.sec04 .privelege_txt {
    padding-top: 30px;
    text-align: center;
  }
  .contents section.sec04 .privelege_txt img {
    margin: auto;
  }
  .contents section.sec04 .privelege_link {
    padding-top: 30px;
  }
  .contents section.sec04 .privelege_link .lr_btn {
    font-size: 22px;
  }
  .contents section.sec05 .campaign_txt {
    padding: 30px 0 40px;
  }
  .contents section.sec05 .campaign_txt img {
    margin: auto;
  }
  .contents section.sec05 .caution_txt {
    padding: 10px 0 25px;
    text-align: center;
    font-size: 12px;
  }
  .contents section.sec05 .poster_img {
    position: relative;
    max-width: 500px;
    font-size: 0;
    margin: auto;
    text-align: center;
  }
  .contents section.sec05 .poster_img img {
    width: 100%;
    height: auto;
  }
  .contents section.sec05 .poster_img .poster_five {
    position: absolute;
    top: -25px;
    right: -50px;
    width: auto;
  }
  .contents section.sec05 .txt_box {
    background: #f1f1f1;
    padding: 30px 15px;
    border-radius: 10px;
  }
  .contents section.sec05 .txt_box .txt_top {
    font-size: 14px;
    padding: 0 15px;
    line-height: 1.8;
  }
  .contents section.sec05 .txt_box .txt_bottom {
    padding: 25px 15px 0;
    margin-top: 25px;
    border-top: solid #ababab 1px;
    font-size: 12px;
    line-height: 1.8;
  }
  footer {
    position: relative;
    background: #363636;
  }
  footer .goto_top_sp {
    display: none;
  }
  footer .top-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 70px;
    height: 70px;
    z-index: 1;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
    z-index: 99;
  }
  footer .top-button::before, footer .top-button::after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#ff95b4), color-stop(50%, #bab3ff), to(#75cac7));
    background: linear-gradient(to right, #ff95b4 0%, #bab3ff 50%, #75cac7 100%);
    -webkit-filter: blur(4px);
            filter: blur(4px);
    border-radius: 10px;
    z-index: -2;
    -webkit-transition: top 0.2s ease, left 0.2s ease, -webkit-filter 0.2s ease;
    transition: top 0.2s ease, left 0.2s ease, -webkit-filter 0.2s ease;
    transition: top 0.2s ease, left 0.2s ease, filter 0.2s ease;
    transition: top 0.2s ease, left 0.2s ease, filter 0.2s ease, -webkit-filter 0.2s ease;
  }
  footer .top-button::after {
    top: 0;
    left: 0;
    background: #363636;
    -webkit-filter: blur(0);
            filter: blur(0);
    z-index: -1;
  }
  footer .top-button svg {
    width: 38px;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.2s ease;
    transition: opacity 0.5s, -webkit-transform 0.2s ease;
    transition: transform 0.2s ease, opacity 0.5s;
    transition: transform 0.2s ease, opacity 0.5s, -webkit-transform 0.2s ease;
  }
  footer .top-button svg .st1 {
    fill: #ff95b4;
  }
  footer .top-button svg .st2 {
    fill: #75cac7;
  }
  footer .top-button svg.stock, footer .top-button svg.stock2 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    opacity: 1;
  }
  footer .top-button.stopped svg {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  footer .top-button.stopped svg.stock, footer .top-button.stopped svg.stock2 {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(180deg);
            transform: translate3d(-50%, -50%, 0) rotate(180deg);
  }
  footer .top-button.rotated svg.origin {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
  footer .top-button.rotated svg.stock, footer .top-button.rotated svg.stock2 {
    display: block;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(180deg) scale(3);
            transform: translate3d(-50%, -50%, 0) rotate(180deg) scale(3);
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    opacity: 0;
  }
  footer .top-button.rotated svg.stock2 {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  footer .top-button .sp {
    display: none;
  }
  footer .footer_copy {
    text-align: center;
  }
  footer .footer_copy .footer_txt {
    text-align: center;
    font-size: 12px;
    padding: 30px 0;
    color: #fff;
  }
  .loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 1000;
    overflow: hidden;
  }
  .loading .logoline-container {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
    width: 100%;
    height: 103px;
  }
  .loading .logoline-container .logoline {
    position: absolute;
    width: 50%;
    height: 5.4%;
  }
  .loading .logoline-container .logoline.logoline-left {
    top: 74.8%;
    right: calc(50% + 60px);
    background: #e93b65;
  }
  .loading .logoline-container .logoline.logoline-right {
    top: 19.65%;
    left: calc(50% + 60px);
    background: #3cc4b5;
  }
  .loading .logoline-container .maskline {
    position: absolute;
    -webkit-transform: skew(-27deg);
            transform: skew(-27deg);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 84px;
    background: #fff;
    z-index: 1;
    -webkit-transition: width .3s ease;
    transition: width .3s ease;
  }
  .loading .logoline-container .maskline.maskline-left {
    top: 0;
    right: calc(50% - 30px);
    width: calc(50% + 30px);
  }
  .loading .logoline-container .maskline.maskline-left2 {
    top: 0;
    left: 0;
    width: 0;
    -webkit-transition-delay: .3s;
            transition-delay: .3s;
  }
  .loading .logoline-container .maskline.maskline-right {
    bottom: 0;
    left: calc(50% - 30px);
    width: calc(50% + 30px);
  }
  .loading .logoline-container .maskline.maskline-right2 {
    bottom: 0;
    right: 0;
    width: 0;
    -webkit-transition-delay: .3s;
            transition-delay: .3s;
  }
  .loading.on .logoline-container .maskline.maskline-left, .loading.on .logoline-container .maskline.maskline-right {
    width: 0;
  }
  .loading.on .logoline-container .maskline.maskline-left2, .loading.on .logoline-container .maskline.maskline-right2 {
    width: calc(50% - 160px);
  }
  .logo-container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    width: 320px;
    height: 103px;
  }
  .logo-container svg {
    position: absolute;
  }
  .logo-container .text-l1 {
    top: 0;
    left: 2.45%;
    width: 14.92%;
    opacity: 0;
  }
  .logo-container .text-l2s {
    top: 5.36%;
    left: 18.63%;
    width: 11.87%;
    opacity: 0;
  }
  .logo-container .text-r1 {
    top: 33.5%;
    left: 66.38%;
    width: 12.59%;
    opacity: 0;
  }
  .logo-container .text-r2 {
    top: 62.2%;
    left: 81.08%;
    width: 5.36%;
    opacity: 0;
  }
  .logo-container .text-r3s {
    top: 33.52%;
    left: 88.13%;
    width: 11.87%;
    opacity: 0;
  }
  .logo-container .dots {
    top: 0;
    left: 40.6%;
    width: 18.69%;
    opacity: 0;
  }
  .logo-container .logo-headphone {
    top: 26.63%;
    left: 41.21%;
    width: 17.48%;
    opacity: 0;
  }
  .logo-container .logo_arrow_left {
    top: 8.81%;
    left: 0;
    width: 58.7%;
  }
  .logo-container .logo_arrow_right {
    top: 19.64%;
    left: 42.66%;
    width: 57.34%;
  }
  .logo-container .text-radio,
  .logo-container .logo_arrow_right,
  .logo-container .text-r1,
  .logo-container .text-r2,
  .logo-container .text-r3 {
    fill: #3cc4b5;
  }
  .logo-container .text-lively,
  .logo-container .logo_arrow_left,
  .logo-container .text-l1,
  .logo-container .text-l2 {
    fill: #e93b65;
  }
  .logo-container .thunder {
    fill: #ffcf06;
  }
  .logo-container .headphone {
    fill: #363636;
  }
  .logo-container .text-sub {
    fill: #ffffff;
  }
  .logo-container .dot0 {
    fill: #d8f2ef;
  }
  .logo-container .dot1 {
    fill: #b1e5de;
  }
  .logo-container .dot2 {
    fill: #89d8ce;
  }
  .logo-container .dot3 {
    fill: #62cbbd;
  }
  .logo-container .dot4 {
    fill: #3bbead;
  }
  .logo-container .dot5 {
    fill: #e4355d;
  }
  .logo-container .dot6 {
    fill: #e85276;
  }
  .logo-container .dot7 {
    fill: #ec6e8c;
  }
  .logo-container .dot8 {
    fill: #f08ca5;
  }
  .logo-container .dot9 {
    fill: #f6b9c8;
  }
  .logo-container.active .text-l1 {
    -webkit-animation: pon 1.12s infinite ease;
            animation: pon 1.12s infinite ease;
  }
  .logo-container.active .text-l2s {
    -webkit-animation: pon 1.12s 0.15s infinite ease;
            animation: pon 1.12s 0.15s infinite ease;
  }
  .logo-container.active .text-r1 {
    -webkit-animation: pon 1.12s 0.3s infinite ease;
            animation: pon 1.12s 0.3s infinite ease;
  }
  .logo-container.active .text-r2 {
    -webkit-animation: pon2 1.12s 0.45s infinite ease;
            animation: pon2 1.12s 0.45s infinite ease;
  }
  .logo-container.active .text-r3s {
    -webkit-animation: pon 1.12s 0.6s infinite ease;
            animation: pon 1.12s 0.6s infinite ease;
  }
  .logo-container.active .logo-headphone {
    -webkit-animation: doki 0.56s infinite ease;
            animation: doki 0.56s infinite ease;
  }
  @-webkit-keyframes doki {
    0% {
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  @keyframes doki {
    0% {
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  @-webkit-keyframes pon {
    0% {
      -webkit-transform: translate3d(0, -5%, 0);
              transform: translate3d(0, -5%, 0);
    }
    10% {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    100% {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
  }
  @keyframes pon {
    0% {
      -webkit-transform: translate3d(0, -5%, 0);
              transform: translate3d(0, -5%, 0);
    }
    10% {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    100% {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
  }
  @-webkit-keyframes pon2 {
    0% {
      -webkit-transform: translate3d(0, -30%, 0);
              transform: translate3d(0, -30%, 0);
    }
    10% {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    100% {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
  }
  @keyframes pon2 {
    0% {
      -webkit-transform: translate3d(0, -30%, 0);
              transform: translate3d(0, -30%, 0);
    }
    10% {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    100% {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
  }
}