/* Scss Document */
#FRAME_SERVICE .mainvis {
  position: relative;
  background-color: #b7dbff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  padding: 36px 0;
}
@media screen and (max-width: 767px) {
  #FRAME_SERVICE .mainvis {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  #FRAME_SERVICE .mainvis {
    overflow: hidden;
  }
}
#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%;
  }
}
@media screen and (min-width: 768px) {
  #FRAME_SERVICE .mainvis:before {
    content: url(../img/theme/credit_1.png);
    position: absolute;
    left: 20px;
    bottom: 10px;
  }
  #FRAME_SERVICE .mainvis:after {
    content: url(../img/theme/credit_2.png);
    position: absolute;
    right: 20px;
    bottom: 10px;
  }
}
#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: 477px;
  bottom: 25.5%;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}
@media screen and (max-width: 767px) {
  #FRAME_SERVICE .button_layer {
    width: 87.18%;
    bottom: 40%;
  }
}
#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;
}
#FRAME_SERVICE #termSection {
  width: 100%;
  margin: 0 auto;
  background: #000;
  color: #FFF;
  padding: 0.5em 0;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #FRAME_SERVICE #termSection {
    font-size: 14px;
  }
}
#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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px 0;
  width: 100%;
}
#FRAME_SERVICE #termSection .inner dl.left {
  width: auto;
}
#FRAME_SERVICE #termSection .inner dl.right {
  width: auto;
}
#FRAME_SERVICE #termSection .inner dl dt, #FRAME_SERVICE #termSection .inner dl dd {
  padding: 5px 8px 3px 8px;
}
#FRAME_SERVICE #termSection .inner dl dt {
  border: 1px solid #FFF;
  width: 25%;
  text-align: center;
  line-height: 1;
}
#FRAME_SERVICE #termSection .inner dl dd {
  padding-left: 0.5em;
}
#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 (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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #FRAME_SERVICE #termSection .inner dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto;
  }
  #FRAME_SERVICE #termSection .inner dl.left {
    width: 48%;
  }
  #FRAME_SERVICE #termSection .inner dl.right {
    width: 48%;
  }
  #FRAME_SERVICE #termSection .inner dl dt, #FRAME_SERVICE #termSection .inner dl dd {
    padding: 5px 8px 3px 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;
  background: url(../img/theme/2nd_bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 120px 0;
}
#FRAME_SERVICE #about:before {
  content: url(../img/theme/info_character.png);
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, 210px, 0);
          transform: translate3d(-50%, 210px, 0);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #FRAME_SERVICE #about {
    background: url(../img/theme/2nd_bg_sp.jpg) no-repeat;
    background-size: cover;
    padding: 0;
  }
  #FRAME_SERVICE #about:before {
    content: "";
    position: absolute;
    width: 75%;
    height: 30vw;
    background: url(../img/theme/info_character_sp.png) no-repeat center bottom;
    background-size: 100% auto;
    bottom: calc(-72px - 6vw);
    left: 50%;
    -webkit-transform: translate3d(-50%, 0px, 0);
            transform: translate3d(-50%, 0px, 0);
    z-index: 11;
  }
}
#FRAME_SERVICE #about .inner {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 160%;
  display: block;
}
@media screen and (max-width: 767px) {
  #FRAME_SERVICE #about .inner {
    padding: 28px 0 80px;
    width: 100%;
  }
}
#FRAME_SERVICE #about .inner h2 {
  text-align: center;
  width: 65%;
  background-color: #e6d2fd;
  padding: 30px 0;
}
#FRAME_SERVICE #about .inner h2 img {
  width: auto;
  height: 24px;
}
@media screen and (max-width: 767px) {
  #FRAME_SERVICE #about .inner h2 {
    width: 100%;
    background-color: transparent;
  }
  #FRAME_SERVICE #about .inner h2 img {
    width: 100%;
    height: auto;
  }
}
#FRAME_SERVICE #about .inner .txt {
  margin: 0 auto;
  font-size: 105%;
  text-align: left;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 200%;
  color: #3c3c3c;
  -webkit-transform: translate3d(10%, 0, 0);
          transform: translate3d(10%, 0, 0);
}
#FRAME_SERVICE #about .inner .txt p {
  background-color: #fff;
  width: 65%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 2.5em;
  padding: 5em 3em;
  position: relative;
}
#FRAME_SERVICE #about .inner .txt p:after {
  content: "";
  display: block;
  width: 41%;
  height: 100%;
  background: url(../img/theme/about_character.png) no-repeat left center;
  background-size: contain;
  position: absolute;
  left: calc(100% - 20px);
  bottom: 0;
}
#FRAME_SERVICE #about .inner .txt span {
  display: block;
  margin-bottom: 23px;
  font-size: 16px;
  line-height: 2.5em;
}
@media screen and (max-width: 767px) {
  #FRAME_SERVICE #about .inner .txt span {
    font-size: 14px;
    margin-bottom: 24px;
  }
}
#FRAME_SERVICE #about .inner .txt span:last-child {
  margin-bottom: 0;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #FRAME_SERVICE #about .inner .txt span:last-child {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  #FRAME_SERVICE #about .inner .txt {
    background-color: transparent;
    padding: 7%;
    padding: 0;
    -webkit-transform: none;
            transform: none;
  }
  #FRAME_SERVICE #about .inner .txt p {
    width: 96%;
    padding: 1em;
    margin: 0 auto;
    background-color: #fff;
  }
  #FRAME_SERVICE #about .inner .txt p:after {
    content: none;
  }
}
@media screen and (min-width: 768px) {
  #FRAME_SERVICE #about .inner .txt {
    padding: 0;
    line-height: 2;
  }
  #FRAME_SERVICE #about .inner .txt .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  #FRAME_SERVICE #about .inner .txt {
    font-size: 15px;
    margin-bottom: 0;
    letter-spacing: 0;
  }
  #FRAME_SERVICE #about .inner .txt .pc {
    display: none !important;
  }
}
#FRAME_SERVICE #about .inner .txt .pnik {
  color: #1db98a;
  font-weight: bold;
  font-size: 4.4vw;
}
@media screen and (max-width: 767px) {
  #FRAME_SERVICE #about .inner .txt .pnik {
    display: block;
    margin-bottom: 0.5em;
  }
}
@media screen and (min-width: 768px) {
  #FRAME_SERVICE #about .inner .txt .pnik {
    font-size: 120%;
  }
}
#FRAME_SERVICE #about .inner .txt .gold {
  color: #938b32;
  font-weight: bold;
  font-size: 4.4vw;
  display: block;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  #FRAME_SERVICE #about .inner .txt .gold {
    font-size: 15px;
    margin: 28px 0 18px;
    color: #746d1d;
  }
}
@media screen and (min-width: 768px) {
  #FRAME_SERVICE #about .inner .txt .gold {
    font-size: 120%;
    margin-top: 40px;
    margin-bottom: 26px;
  }
}
#FRAME_SERVICE #about .inner .txt .small {
  font-size: 90%;
  line-height: 1.4 !important;
  display: block;
}
#FRAME_SERVICE #about .inner .txt .txt_p {
  color: #FFF;
  border-radius: 20px;
  display: block;
  max-width: 760px;
  background: #1db98a;
  padding: 10px 20px;
  line-height: 1.4;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #FRAME_SERVICE #about .inner .txt .txt_p {
    font-size: 13px;
    letter-spacing: 0.1em;
    line-height: 1.8;
    padding: 14px 10px;
  }
}
@media screen and (min-width: 768px) {
  #FRAME_SERVICE #about .inner .txt .txt_p {
    border-radius: 20px;
  }
}
#FRAME_SERVICE #about .inner .sbox {
  width: 94%;
  max-width: 600px;
  background: #c04180;
  margin: 0 auto;
  padding: 1.5em;
  margin-top: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#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: 550px;
}
#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: 626px;
    width: 60%;
  }
  #FRAME_SERVICE .theme_btn img {
    width: 100%;
  }
  #FRAME_SERVICE .theme_btn img:hover {
    -webkit-filter: brightness(130%);
            filter: brightness(130%);
  }
  #FRAME_SERVICE .mainvis {
    position: relative;
  }
  #FRAME_SERVICE #about h2 {
    text-align: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-bottom: 100px;
  }
  #FRAME_SERVICE #about h2 img {
    max-width: 800px;
  }
  #FRAME_SERVICE #about h3 {
    font-size: 140%;
    font-weight: normal;
    line-height: 140%;
  }
  #FRAME_SERVICE #about h3 span {
    display: block;
    font-size: 90%;
  }
  #FRAME_SERVICE #about .adbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #FRAME_SERVICE #about .flex {
    display: block;
    border-bottom: none;
    border-right: 1px solid #888;
    width: 30%;
    max-width: 350px;
    text-align: center;
  }
  #FRAME_SERVICE #about .flex:nth-child(1) {
    border-top: none;
    border-left: 1px solid #888;
  }
  #FRAME_SERVICE #about .flex dt {
    width: 100%;
    margin-right: none;
    margin-bottom: 15px;
  }
  #FRAME_SERVICE #buy {
    padding: 150px 0 150px;
    z-index: 0;
    background-color: #fafadf;
    background-size: 100% auto;
  }
  #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: 894px;
    margin-bottom: 30px;
  }
  #FRAME_SERVICE #buy .buy-box img.info_l {
    max-width: 768px;
  }
  #FRAME_SERVICE #buy .buy-box img.pricebox {
    max-width: 894px;
  }
  #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");
  }
}

#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 p {
  max-width: 768px;
  display: block;
  position: absolute;
  width: 90%;
  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: 5.3%;
  }
}
.link_layer {
  position: absolute;
  right: auto;
  left: 87%;
  top: 2%;
  width: 20%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}
.link_layer img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .link_layer {
    right: 20px;
    top: 30px;
    left: auto;
    width: auto;
    -webkit-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
  }
  .link_layer img {
    width: auto;
  }
}