/* Scss Document */
#FRAME_SERVICE .mainvis {
  background: url(../img/theme/kv_bg.jpg) no-repeat center top #060743;
  background-size: auto 100%;
  position: relative;
  border-top: 4px solid #000;
}
@media screen and (max-width: 767px) {
  #FRAME_SERVICE .mainvis {
    padding: 0;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  #FRAME_SERVICE .mainvis {
    overflow: hidden;
    height: 55vw;
    max-height: 754px;
  }
  #FRAME_SERVICE .mainvis #kv_pc {
    width: 100%;
    height: 100%;
  }
  #FRAME_SERVICE .mainvis #kv_pc > img {
    margin-top: 30px;
    max-height: 562px;
    height: 100%;
    width: auto;
    position: absolute;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}
#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: 486px;
  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: 78%;
    bottom: 10%;
  }
}
#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: #090d4f;
  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) repeat-x center top;
  background-size: auto 100%;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  #FRAME_SERVICE #about {
    background: url(../img/theme/2nd_bg_sp.jpg) no-repeat top center;
    background-size: cover;
    overflow: hidden;
    z-index: 99999;
  }
}
#FRAME_SERVICE #about .inner {
  background: url(../img/theme/about_waku.png) no-repeat;
  background-size: cover;
  width: 90%;
  max-width: 695px;
  height: 500px;
  margin: 100px auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 140%;
  display: block;
  position: relative;
  z-index: 1;
  color: #4c4f5e;
  text-align: center;
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  #FRAME_SERVICE #about .inner {
    background: url(../img/theme/about_waku_sp.png) no-repeat;
    background-size: 100% auto;
    height: 769px;
  }
}
#FRAME_SERVICE #about .inner .border_wrap {
  padding: 120px 40px 60px 40px;
  text-shadow: 2px 2px 3px #FFF, -2px 2px 3px #FFF, 2px -2px 3px #FFF, -2px -2px 3px #FFF;
}
@media screen and (max-width: 767px) {
  #FRAME_SERVICE #about .inner .border_wrap {
    padding: 40px 10px;
  }
}
#FRAME_SERVICE #about .inner .border_wrap::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 334px;
  height: 496px;
  background: url(../img/theme/about_chara.png) no-repeat;
  background-size: cover;
  -webkit-transform: translate3d(-88%, 20%, 0);
          transform: translate3d(-88%, 20%, 0);
}
@media screen and (max-width: 767px) {
  #FRAME_SERVICE #about .inner .border_wrap::before {
    width: 185px;
    height: 274px;
    -webkit-transform: translate3d(-12%, 0%, 0);
            transform: translate3d(-12%, 0%, 0);
  }
}
@media screen and (max-width: 767px) {
  #FRAME_SERVICE #about .inner .border_wrap {
    padding: 120px 40px 60px 40px;
  }
}
@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 .pc_show {
  display: inline;
}
@media screen and (max-width: 767px) {
  #FRAME_SERVICE #buy .buy-box .pc_show {
    display: none;
  }
}
#FRAME_SERVICE #buy .buy-box .sp_show {
  display: none;
}
@media screen and (max-width: 767px) {
  #FRAME_SERVICE #buy .buy-box .sp_show {
    display: inline;
  }
}
#FRAME_SERVICE #buy .info_space {
  position: relative;
  margin-bottom: 30px;
}
#FRAME_SERVICE #buy .info_space.pricebox {
  max-width: 740px;
  width: 94%;
  margin: 0 auto;
  margin-bottom: 40px;
}
#FRAME_SERVICE #buy .info_space.pricebox > img {
  width: 100%;
}
#FRAME_SERVICE #buy .info_space.info_l {
  max-width: 740px;
  width: 94%;
  margin: 0 auto;
}
#FRAME_SERVICE #buy .info_space.info_l > img {
  width: 100%;
}
#FRAME_SERVICE #buy .info_space .info_btn {
  max-width: 322px;
  margin: 0 auto;
}
#FRAME_SERVICE #buy .info_space .info_btn img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #FRAME_SERVICE #buy .info_space .info_btn {
    max-width: 75%;
  }
}
#FRAME_SERVICE #buy .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) {
  #FRAME_SERVICE #buy .info_space p {
    width: 100%;
    bottom: 6%;
  }
}
@media screen and (max-width: 767px) {
  #FRAME_SERVICE #buy .info_space p {
    bottom: 4%;
  }
}
#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: 520px;
    width: 60%;
  }
  #FRAME_SERVICE .theme_btn img {
    width: 100%;
  }
  #FRAME_SERVICE .theme_btn img:hover {
    will-change: filter;
    -webkit-filter: brightness(130%);
            filter: brightness(130%);
  }
  #FRAME_SERVICE .mainvis {
    position: relative;
  }
  #FRAME_SERVICE #buy {
    padding: 150px 0 150px;
    z-index: 0;
    background: url(../img/theme/info_bg.jpg);
  }
}

.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;
}

.link_layer {
  position: absolute;
  right: 2%;
  top: 1.5%;
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.link_layer img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .link_layer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    right: 0;
  }
  .link_layer a {
    margin-right: 5px;
    width: 27%;
    margin-top: 5px;
  }
  .link_layer a img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .link_layer {
    right: 30px;
    top: 30px;
    left: auto;
    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;
  }
}

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;
  }
}
.anim_type_wipe {
  clip-path: polygon(1px 0px, 0% 0%, 0% 100%, 0% 100%);
  opacity: 0.1;
  -webkit-transition: 500ms ease-out 0ms;
  transition: 500ms ease-out 0ms;
}
.anim_type_wipe.bg_block {
  clip-path: polygon(1px 0px, 50% 0%, 50% 100%, 0% 100%);
}
.anim_type_wipe.active {
  clip-path: polygon(0 0px, 100% 0%, 100% 100%, 0% 100%);
  opacity: 1;
}
.anim_type_wipe.active.end_action {
  -webkit-transition: 300ms ease-in 0ms;
  transition: 300ms ease-in 0ms;
  clip-path: polygon(100% 0px, 100% 0%, 100% 100%, 100% 100%);
}

.anim_type_wipe_rev {
  clip-path: polygon(99.9% 0%, 100% 0%, 100% 100%, 100% 100%);
  opacity: 0;
  -webkit-transition: 500ms ease-out 500ms;
  transition: 500ms ease-out 500ms;
}
.anim_type_wipe_rev.bg_block {
  clip-path: polygon(70% 0%, 100% 0%, 100% 100%, 70% 100%);
}
.anim_type_wipe_rev.active {
  clip-path: polygon(0 0px, 100% 0%, 100% 100%, 0% 100%);
  opacity: 1;
}

.anim_type_fade_up {
  opacity: 0;
  -webkit-transform: translate3d(0, 200px, 0);
          transform: translate3d(0, 200px, 0);
  -webkit-transition: 1000ms ease-in-out 500ms;
  transition: 1000ms ease-in-out 500ms;
}
@media screen and (max-width: 768px) {
  .anim_type_fade_up {
    -webkit-transform: translate3d(0, 100px, 0);
            transform: translate3d(0, 100px, 0);
  }
}
.anim_type_fade_up.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.about_container {
  position: relative;
  z-index: 2;
}

.flash_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  -webkit-animation: blink 1.5s ease-in-out infinite alternate;
          animation: blink 1.5s ease-in-out infinite alternate;
}
.flash_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
#termSection {
  z-index: -1;
}

#about {
  z-index: 1;
}
#about > img {
  position: absolute;
  opacity: 0.8;
}
#about .pos_1 {
  top: 40px;
  left: 0px;
}
#about .pos_2 {
  top: 50%;
  left: 0px;
}
#about .pos_3 {
  bottom: 0px;
  left: 0px;
}
#about .pos_4 {
  top: -40px;
  right: -30px;
  z-index: 1;
}
#about .pos_5 {
  top: 25%;
  right: 0px;
}
#about .pos_6 {
  bottom: 0px;
  right: 0px;
}
#about .pos_7 {
  left: 45%;
  bottom: 0px;
}
#about .pos_8 {
  left: 50%;
  bottom: 0px;
}

#buy {
  z-index: 2;
}

.button_layer, .info_btn {
  position: relative;
}
.button_layer:before, .info_btn:before {
  content: "";
  width: 113px;
  height: 82px;
  background: url(../img/theme/special_bt_l.png) no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  -webkit-transform: translate3d(-80%, 10%, 0);
          transform: translate3d(-80%, 10%, 0);
  opacity: 0.8;
}
.button_layer:after, .info_btn:after {
  content: "";
  width: 89px;
  height: 75px;
  background: url(../img/theme/special_bt_r.png) no-repeat;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
  -webkit-transform: translate3d(70%, -30%, 0);
          transform: translate3d(70%, -30%, 0);
  opacity: 0.8;
}

.gr_shadow {
  /* 
  * Prevents issues when the parent creates a 
  * stacking context. (For example, using the transform
  * property )
  */
}
.gr_shadow:before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(-45deg, #d5ccff 0%, #65aaff 100%);
  -webkit-transform: translate3d(10px, 10px, 0) scale(1);
          transform: translate3d(10px, 10px, 0) scale(1);
  will-change: filter;
  opacity: var(1);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  border-radius: inherit;
}
.gr_shadow::after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  border-radius: inherit;
}