/* Scss Document */
#FRAME_SERVICE .mainvis {
  background: #010102;
  background-size: auto 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  #FRAME_SERVICE .mainvis {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  #FRAME_SERVICE .mainvis {
    overflow: hidden;
    height: 55vw;
    max-height: 755px;
  }
  #FRAME_SERVICE .mainvis #kv_pc {
    width: auto;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
  }
}
#FRAME_SERVICE .mainvis .absolute-buttons {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  left: 50%;
  top: 0;
  z-index: 4;
}
#FRAME_SERVICE .mainvis .absolute-buttons .kv-right-bottom-button {
  width: 19.16%;
  top: unset;
  bottom: 7.73%;
  right: 4.41%;
}
@media screen and (max-width: 767px) {
  #FRAME_SERVICE .mainvis .absolute-buttons .kv-right-bottom-button {
    left: 50%;
    bottom: 14.54%;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
    width: 85.93%;
  }
}
#FRAME_SERVICE .mainvis #kv_sp {
  width: 100%;
}
#FRAME_SERVICE .theme_btn {
  display: block;
  margin: 0 auto;
  max-width: 710px;
  width: 90%;
}
#FRAME_SERVICE .theme_btn img {
  width: 100%;
}
#FRAME_SERVICE .button_layer {
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 222;
  width: 46.5%;
  max-width: 550px;
  bottom: 8%;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}
@media screen and (max-width: 767px) {
  #FRAME_SERVICE .button_layer {
    width: 84%;
    bottom: 5%;
  }
}
#FRAME_SERVICE .button_layer .theme_btn {
  position: relative;
  width: 100%;
}
#FRAME_SERVICE .button_layer .theme_btn img {
  width: 100%;
  height: auto;
  margin-left: 0;
}
#FRAME_SERVICE .howtobuy {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  #FRAME_SERVICE .howtobuy {
    padding-top: 0;
  }
}
#FRAME_SERVICE #termSection {
  width: 100%;
  margin: 0 auto;
  background: #000;
  color: #FFF;
  font-size: 19px;
}
@media screen and (max-width: 767px) {
  #FRAME_SERVICE #termSection {
    font-size: 14px;
    padding: 1px 0px;
    text-align: center;
  }
}
#FRAME_SERVICE #termSection .inner {
  width: 90%;
  max-width: auto;
  margin: 0 auto;
  display: block;
}
#FRAME_SERVICE #termSection .inner dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px 0;
  width: 100%;
}
#FRAME_SERVICE #termSection .inner dl.left {
  width: auto;
  margin-right: 2em;
}
#FRAME_SERVICE #termSection .inner dl.right {
  width: auto;
}
#FRAME_SERVICE #termSection .inner dl dt,
#FRAME_SERVICE #termSection .inner dl dd {
  padding: 5px 8px 5px 8px;
  text-align: center;
}
#FRAME_SERVICE #termSection .inner dl dt {
  border: 1px solid #FFF;
  width: 5em;
  text-align: center;
  line-height: 1;
}
#FRAME_SERVICE #termSection .inner dl dd {
  padding-left: 0.5em;
  text-align: left;
}
#FRAME_SERVICE #termSection .inner dl dd span {
  font-size: 50%;
  padding-top: 0.7em;
  display: block;
}
@media screen and (max-width: 767px) {
  #FRAME_SERVICE #termSection .inner dl dd span {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  #FRAME_SERVICE #termSection .inner {
    max-width: 360px;
  }
  #FRAME_SERVICE #termSection .inner dl.left {
    margin-right: 0;
  }
  #FRAME_SERVICE #termSection .inner dl dt {
    margin-right: 0.5em;
  }
}
@media screen and (min-width: 768px) {
  #FRAME_SERVICE #termSection .inner {
    width: auto;
    max-width: 1000px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #FRAME_SERVICE #termSection .inner dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 47%;
  }
  #FRAME_SERVICE #termSection .inner dl dt,
  #FRAME_SERVICE #termSection .inner dl dd {
    padding: 5px 8px 5px 8px;
  }
  #FRAME_SERVICE #termSection .inner dl dt {
    border: 1px solid #FFF;
    width: auto;
  }
  #FRAME_SERVICE #termSection .inner dl dd {
    padding-left: 0.5em;
  }
  #FRAME_SERVICE #termSection .inner dl dd span {
    font-size: 60%;
    padding-top: 0.7em;
    display: block;
  }
}
#FRAME_SERVICE #about {
  position: relative;
  letter-spacing: 0.1em;
  background: url(../img/theme/2nd_bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 40px 0;
}
#FRAME_SERVICE #about h2 {
  text-align: center !important;
  margin: -170px 0 40px 0;
}
@media screen and (max-width: 767px) {
  #FRAME_SERVICE #about h2 {
    margin: -130px 0 40px 0;
  }
  #FRAME_SERVICE #about h2 img {
    max-width: 40%;
  }
}
@media screen and (max-width: 767px) {
  #FRAME_SERVICE #about {
    background: url(../img/theme/info_bg_sp.jpg) no-repeat center center;
    background-size: cover;
    overflow: hidden;
    z-index: 99999;
  }
}
#FRAME_SERVICE #about .inner {
  background: rgba(0, 0, 0, 0.3);
  width: 90%;
  max-width: 850px;
  padding: 60px 1.5em;
  margin: 100px auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 160%;
  display: block;
  position: relative;
  text-align: center;
}
#FRAME_SERVICE #about .inner p {
  font-size: 16px;
  color: #FFF;
  line-height: 1.6;
  font-weight: lighter;
}
#FRAME_SERVICE #about .inner h3 {
  font-size: 19px;
  line-height: 1.6;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
  color: #ff2696;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  #FRAME_SERVICE #about .inner {
    width: 96%;
  }
  #FRAME_SERVICE #about .inner img {
    width: 90%;
  }
}
#FRAME_SERVICE #buy {
  color: #fff;
  padding: 50px 15px 60px;
}
@media screen and (max-width: 767px) {
  #FRAME_SERVICE #buy {
    padding: 60px 15px 60px;
  }
}
#FRAME_SERVICE #buy .buy-box {
  text-align: center;
}
#FRAME_SERVICE #buy .buy-box img {
  width: 100%;
  max-width: 395px;
}
#FRAME_SERVICE #buy .buy-box p {
  font-size: 3.7vw;
}
#FRAME_SERVICE #buy .buy-box h3 {
  font-size: 150%;
}
#FRAME_SERVICE #buy .buy-box h3 span {
  font-size: 180%;
  font-weight: normal;
}
#FRAME_SERVICE #buy .buy-box h3 em {
  font-size: 60%;
  font-style: normal;
}
#FRAME_SERVICE #buy .buy-box .sub {
  font-size: 120%;
  font-weight: bold;
}
#FRAME_SERVICE #buy .buy-box .space {
  bottom: 282vw;
}
#FRAME_SERVICE #buy .buy-box .space img {
  width: 100%;
}
#FRAME_SERVICE #buy .flex {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
#FRAME_SERVICE #buy .flex dl {
  width: 31%;
}
#FRAME_SERVICE #buy .flex dd {
  margin-top: 20px;
  font-size: 80%;
  line-height: 1.4;
}
#FRAME_SERVICE #buy .apen {
  font-size: 80%;
  position: absolute;
  z-index: 99;
  width: 80%;
  bottom: 15px;
  text-align: left;
  padding-left: 2em;
}
@media screen and (max-width: 767px) {
  #FRAME_SERVICE #buy .buy-box img {
    max-width: initial;
  }
}
@media screen and (min-width: 768px) {
  #FRAME_SERVICE .space {
    position: absolute;
    bottom: 59.5% !important;
    width: 100%;
  }
  #FRAME_SERVICE .space .theme_btn {
    max-width: 626px;
    width: 100%;
  }
  #FRAME_SERVICE .theme_btn {
    display: block;
    margin: 0 auto;
    max-width: 395px;
    width: 60%;
  }
  #FRAME_SERVICE .theme_btn img {
    width: 100%;
  }
  #FRAME_SERVICE .mainvis {
    position: relative;
  }
  #FRAME_SERVICE #buy {
    padding: 150px 0 150px;
    z-index: 0;
    background: #222222;
  }
  #FRAME_SERVICE #buy .buy-box {
    position: relative;
  }
  #FRAME_SERVICE #buy .buy-box img {
    margin-bottom: 30px;
  }
  #FRAME_SERVICE #buy .buy-box img.info {
    max-width: 768px;
    margin-bottom: 30px;
  }
  #FRAME_SERVICE #buy .buy-box img.info_l {
    max-width: 768px;
  }
  #FRAME_SERVICE #buy .buy-box img.pricebox {
    max-width: 768px;
  }
  #FRAME_SERVICE #buy .buy-box p {
    font-size: 140%;
  }
  #FRAME_SERVICE #buy .buy-box .apen {
    font-size: 90%;
    width: 50%;
  }
}

.closed {
  pointer-events: none;
}
.closed.theme_btn_bottom {
  opacity: 0.2;
}

#buy {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #buy {
    background-image: url("../img/theme/poster_bg_sp.jpg");
    background-size: cover;
  }
}

#buy .inner {
  position: relative;
  z-index: 10;
}

#prxBg {
  position: absolute;
  width: 100%;
  left: 0px;
  z-index: -1;
  top: 0px;
  -webkit-transition: 2000ms ease-out;
  transition: 2000ms ease-out;
}

.buy-box .pc_show {
  display: inline;
}
@media screen and (max-width: 767px) {
  .buy-box .pc_show {
    display: none;
  }
}
.buy-box .sp_show {
  display: none;
}
@media screen and (max-width: 767px) {
  .buy-box .sp_show {
    display: inline;
  }
}

.info_space {
  position: relative;
}
.info_space .info_btn {
  max-width: 550px;
}
@media screen and (max-width: 767px) {
  .info_space .info_btn {
    max-width: 75%;
  }
}
.info_space p {
  max-width: 768px;
  display: block;
  position: absolute;
  width: 84%;
  bottom: 4%;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}
@media screen and (min-width: 768px) {
  .info_space p {
    width: 100%;
    bottom: 5%;
  }
}
@media screen and (max-width: 767px) {
  .info_space p {
    bottom: 3%;
  }
}
.link_layer {
  position: absolute;
  left: 2%;
  top: 1.5%;
  width: 30%;
}
.link_layer img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .link_layer {
    right: auto;
  }
  .link_layer a {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
  .link_layer a img {
    width: 100%;
  }
  .link_layer a img.link_1 {
    -webkit-transform: translate3d(40%, 0, 0);
            transform: translate3d(40%, 0, 0);
  }
  .link_layer a img.link_2 {
    -webkit-transform: translate3d(15%, 0, 0);
            transform: translate3d(15%, 0, 0);
  }
}
@media screen and (min-width: 768px) {
  .link_layer {
    left: calc((100% - 1160px) / 2);
    right: auto;
    top: 30px;
    width: auto;
    -webkit-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
    text-align: right;
  }
  .link_layer img {
    max-height: 74px;
    width: auto;
    margin-bottom: 30px;
  }
  .link_layer img.link_1 {
    -webkit-transform: translate3d(40%, 0, 0);
            transform: translate3d(40%, 0, 0);
  }
  .link_layer img.link_2 {
    -webkit-transform: translate3d(15%, 0, 0);
            transform: translate3d(15%, 0, 0);
  }
}

br.only_pc {
  display: none;
}

br.only_sp {
  display: block;
}

@media screen and (min-width: 768px) {
  br.only_pc {
    display: block;
  }
  br.only_sp {
    display: none;
  }
}