.sp_br {
  display: none;
}

@media screen and (max-width: 750px) {
  .sp_br {
    display: inline;
  }
}

.pc_br {
  display: inline;
}

@media screen and (max-width: 750px) {
  .pc_br {
    display: none;
  }
}

.main_contents {
  display: block;
  max-width: 1000px;
  width: 100%;
  margin: 10px auto 0;
  color: #fff;
}

@media screen and (max-width: 750px) {
  .main_contents {
    width: 95%;
  }
}

.main_contents.sgl_content {
  margin: 130px auto 0;
}

.main_img {
  width: 100%;
}

.main_img .main_img_inner {
  position: relative;
  padding-top: calc(500 / 1500 * 100%);
  background-image: url("../images/lp/pc/main_image.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
}

@media screen and (max-width: 750px) {
  .main_img .main_img_inner {
    padding-top: calc(470 / 640 * 100%);
    background-image: url("../images/lp/sp/main_image.png");
  }
}

.imp_text {
  text-align: center;
  color: #d7c685;
  font-size: 26px;
}

@media screen and (max-width: 750px) {
  .imp_text {
    font-size: 1.1rem;
  }
}

.content {
  margin: 60px 0;
}

@media screen and (max-width: 750px) {
  .content {
    margin: 20px 0;
  }
}

.content.first_box {
  margin: 10px 0 60px;
}

@media screen and (max-width: 750px) {
  .content.first_box {
    margin: 0 0 20px;
  }
}

.registration_block:before {
  content: "";
  display: block;
  background: url("../images/lp/pc/line_top.png") no-repeat bottom center;
  width: 100%;
  padding-top: calc(34 / 1000 *100%);
}

@media screen and (max-width: 750px) {
  .registration_block:before {
    background: url("../images/lp/sp/line_top_sp.png") no-repeat bottom center;
    padding-top: calc(50 / 540 *100%);
  }
}

.registration_block:after {
  content: "";
  display: block;
  background: url("../images/lp/pc/line_bottom.png") no-repeat top center;
  width: 100%;
  padding-top: calc(34 / 1000 *100%);
}

@media screen and (max-width: 750px) {
  .registration_block:after {
    background: url("../images/lp/sp/line_bottom_sp.png") no-repeat top center;
    padding-top: calc(50 / 540 *100%);
  }
}

.registration_block .ttl {
  text-align: center;
  font-size: 32px;
  margin-bottom: 10px;
}

@media screen and (max-width: 750px) {
  .registration_block .ttl {
    font-size: 28px;
    margin-bottom: 5px;
  }
}

.registration_block .registration_wrap {
  margin: 10px 0;
}

.registration_block .registration_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 750px) {
  .registration_block .registration_list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
  }
}

.registration_block .registration_list li {
  width: 31%;
  margin-right: 3%;
}

@media screen and (max-width: 750px) {
  .registration_block .registration_list li {
    margin-right: 0;
    width: 100%;
  }
}

.registration_block .registration_list li:last-child {
  margin-right: 0;
}

.sp_menu_wrap {
  position: fixed;
  display: none;
  top: 8%;
  left: 0;
  right: 0;
  width: 300px;
  margin: 0 auto;
  z-index: 200;
  text-align: center;
  padding-bottom: 1%;
  background-image: url("../images/lp/common/menu_frame_middle.png");
  background-position: center;
  background-size: 100%;
}

@media screen and (max-width: 750px) {
  .sp_menu_wrap {
    width: 80%;
  }
}

.sp_menu_wrap:before {
  content: "";
  display: block;
  background-image: url("../images/lp/common/menu_frame_top.png");
  background-position: bottom center;
  background-size: 100%;
  background-repeat: no-repeat;
  padding: calc(56 / 440 * 60%);
  box-sizing: border-box;
  position: absolute;
  top: -30px;
  z-index: 10;
  width: 100%;
}

.sp_menu_wrap:after {
  content: "";
  display: block;
  background-image: url("../images/lp/common/menu_frame_bottom.png");
  background-position: top center;
  background-size: 100%;
  background-repeat: no-repeat;
  padding: calc(56 / 440 * 60%);
  box-sizing: border-box;
  position: absolute;
  bottom: -30px;
  z-index: 10;
  width: 100%;
}

.sp_menu_wrap .sp_menu_inner {
  z-index: 15;
  position: relative;
}

.sp_menu_wrap .sp_menu_inner ul {
  width: 95%;
  margin: 0 auto;
}

.sp_menu_wrap .sp_menu_inner ul li {
  background-image: url("../images/lp/common/menu_line.png");
  background-position: bottom center;
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 5% 0 8%;
  font-size: 1.1rem;
}

.sp_menu_wrap .sp_menu_inner ul li:first-child {
  padding: 0 0 5%;
}

.sp_menu_wrap .sp_menu_inner ul li:last-child {
  background-image: none;
  padding-bottom: 0;
}

.sp_menu_wrap .sp_menu_inner ul li a {
  color: #d7c57d;
  display: block;
}

.sp_menu_wrap .sp_menu_inner ul li.blank a {
  pointer-events: none;
  opacity: .4;
}

.sp_menu_wrap .sp_menu_inner .content_btn {
  width: 60%;
  margin: 5% auto 0;
}

.sp_menu_wrap .sp_menu_inner .content_btn_img {
  position: absolute;
  width: 16%;
  top: -9%;
  right: -5%;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.75);
  width: 100%;
  z-index: 100;
}

.service {
  margin: 5% 0 5%;
}

@media screen and (max-width: 750px) {
  .service {
    margin: 0 0 10%;
    padding: 0 0 3%;
  }
}

.service:before {
  content: "";
  display: block;
  width: 100%;
  height: 17px;
  background-image: url("../images/lp/pc/frame_top_pc.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

@media screen and (max-width: 750px) {
  .service:before {
    height: auto;
    padding-top: calc(18 / 540 * 100%);
    background-image: url("../images/lp/sp/frame_top_sp.png");
  }
}

.service:after {
  content: "";
  display: block;
  width: 100%;
  height: 17px;
  background-image: url("../images/lp/pc/frame_bottom_pc.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
}

@media screen and (max-width: 750px) {
  .service:after {
    height: auto;
    padding-bottom: calc(18 / 540 * 100%);
    background-image: url("../images/lp/sp/frame_bottom_sp.png");
  }
}

.service .service_inner {
  background-image: url("../images/lp/pc/frame_middle_pc.png");
  background-repeat: repeat-y;
  background-position: bottom center;
  background-size: 100%;
  box-sizing: border-box;
  padding: 20px 50px;
}

@media screen and (max-width: 750px) {
  .service .service_inner {
    background-image: url("../images/lp/sp/frame_middle_sp.png");
    padding: 1% 5%;
  }
}

.service .service_inner .content_box {
  margin-bottom: 30px;
}

@media screen and (max-width: 750px) {
  .service .service_inner .content_box {
    margin-bottom: 3%;
  }
}

.service .service_inner .content_box h4 {
  color: #d7c685;
  font-size: 28px;
}

@media screen and (max-width: 750px) {
  .service .service_inner .content_box h4 {
    font-size: 1rem;
  }
}

.service .service_inner .content_box .text {
  color: #ddd0ba;
  font-size: 18px;
}

@media screen and (max-width: 750px) {
  .service .service_inner .content_box .text {
    font-size: .8rem;
    word-break: break-all;
  }
}

.service .service_inner .content_box .logo_img {
  display: none;
}

@media screen and (max-width: 750px) {
  .service .service_inner .content_box .logo_img {
    display: block;
    text-align: center;
    margin-top: 5%;
  }
  .service .service_inner .content_box .logo_img:last-of-type {
    margin-bottom: 0;
  }
}

.service .service_inner .content_box .works li {
  font-size: 18px;
  margin-bottom: 1em;
  color: #ddd0ba;
}

@media screen and (max-width: 750px) {
  .service .service_inner .content_box .works li {
    font-size: .8rem;
    word-break: break-all;
  }
}

.service .service_inner .content_box .works li:last-child {
  margin-bottom: 0;
}

.service .service_inner .content_box .works li span {
  margin-right: 2em;
}

.ab_btn {
  width: 96%;
  margin: 0 auto;
  z-index: 10;
  position: absolute;
  top: 1%;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.ab_btn .logo {
  display: none;
}

@media screen and (max-width: 750px) {
  .ab_btn .logo {
    display: block;
    width: 22%;
    margin-right: auto;
  }
}

.ab_btn .sp_menu_btn {
  width: 80px;
}

@media screen and (max-width: 750px) {
  .ab_btn .sp_menu_btn {
    width: 15%;
    margin-right: 0;
  }
}

.ab_btn img {
  width: 100%;
}

.ab_btn a {
  display: block;
}

.page-top-wrap {
  width: 100%;
  position: relative;
}

#page-top {
  margin-bottom: 1%;
  position: fixed;
  right: 2%;
  bottom: 5%;
  line-height: 1;
  cursor: pointer;
}

#page-top img {
  width: 65px;
}

.content_ttl {
  text-align: center;
  width: 100%;
  font-size: 32px;
  color: #d7c685;
  background: -webkit-linear-gradient(left, rgba(90, 2, 40, 0) 0%, rgba(90, 2, 40, 0.5) 5%, rgba(90, 2, 40, 0.9) 50%, rgba(90, 2, 40, 0.5) 95%, rgba(90, 2, 40, 0) 100%);
  background: linear-gradient(to right, rgba(90, 2, 40, 0) 0%, rgba(90, 2, 40, 0.5) 5%, rgba(90, 2, 40, 0.9) 50%, rgba(90, 2, 40, 0.5) 95%, rgba(90, 2, 40, 0) 100%);
  margin: 20px 0 10px;
  padding: 5px 0;
}

@media screen and (max-width: 750px) {
  .content_ttl {
    font-size: 20px;
    margin: 10px 0;
  }
}

.content_ttl:before {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background: -webkit-linear-gradient(left, rgba(179, 152, 86, 0) 0%, rgba(179, 152, 86, 0.5) 5%, rgba(179, 152, 86, 0.9) 50%, rgba(179, 152, 86, 0.5) 95%, rgba(179, 152, 86, 0) 100%);
  background: linear-gradient(to right, rgba(179, 152, 86, 0) 0%, rgba(179, 152, 86, 0.5) 5%, rgba(179, 152, 86, 0.9) 50%, rgba(179, 152, 86, 0.5) 95%, rgba(179, 152, 86, 0) 100%);
}

.content_ttl:after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background: -webkit-linear-gradient(left, rgba(179, 152, 86, 0) 0%, rgba(179, 152, 86, 0.5) 5%, rgba(179, 152, 86, 0.9) 50%, rgba(179, 152, 86, 0.5) 95%, rgba(179, 152, 86, 0) 100%);
  background: linear-gradient(to right, rgba(179, 152, 86, 0) 0%, rgba(179, 152, 86, 0.5) 5%, rgba(179, 152, 86, 0.9) 50%, rgba(179, 152, 86, 0.5) 95%, rgba(179, 152, 86, 0) 100%);
}

.content_ttl span {
  display: block;
  padding: 5px 0;
}

@media screen and (max-width: 750px) {
  .content_ttl span {
    padding: 2% 0;
  }
}

.ribbon {
  width: 30%;
  background-image: url(../images/lp/pc/ribbon.png);
  background-size: 100%;
  background-repeat: no-repeat;
  padding-top: calc( 62 / 322 * 30%);
  position: relative;
  color: #fff;
  box-sizing: border-box;
  left: 0;
  margin-bottom: 2%;
}

@media screen and (max-width: 750px) {
  .ribbon {
    width: 50%;
    background-image: url(../images/lp/sp/ribbon.png);
    padding-top: calc( 50 / 268 * 50%);
    margin-bottom: 3%;
    left: -3.2%;
  }
}

.ribbon span {
  position: absolute;
  top: 25%;
  left: 10%;
  font-size: 28px;
  line-height: 1;
}

@media screen and (max-width: 750px) {
  .ribbon span {
    top: 25%;
    font-size: 1rem;
    line-height: 1;
  }
}

.content_inner__text {
  text-align: center;
  font-size: 18px;
  margin: 10px 0;
}

@media screen and (max-width: 750px) {
  .content_inner__text {
    text-align: left;
    font-size: 16px;
  }
}

.cast_list__wrap {
  margin: 10px 0;
}

.cast_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cast_list li {
  width: 33%;
  margin-bottom: .5%;
}

@media screen and (max-width: 750px) {
  .cast_list li {
    width: 49%;
    margin-bottom: 2%;
  }
}

.cast_list li img {
  vertical-align: bottom;
}

.captcha {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .captcha {
    width: 100%;
  }
}

.captcha li {
  width: 49%;
  margin-bottom: 2%;
}

@media screen and (max-width: 750px) {
  .captcha li {
    width: 100%;
  }
  .captcha li:last-child {
    margin-bottom: 0;
  }
}

.captcha li img {
  vertical-align: bottom;
}

.registration_privilege_content {
  margin-bottom: 40px;
}

@media screen and (max-width: 750px) {
  .registration_privilege_content {
    margin-bottom: 20px;
  }
}

.registration_privilege_content .img_block {
  text-align: center;
}

.registration_privilege_content .img_block.azn_img {
  margin-top: 20px;
}

.game_system__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 100px;
}

@media screen and (max-width: 750px) {
  .game_system__list {
    margin-bottom: 20px;
  }
}

.game_system__list li {
  width: 31%;
  margin-right: 3%;
}

@media screen and (max-width: 750px) {
  .game_system__list li {
    margin-right: 0;
  }
}

.game_system__list li:last-child {
  margin-right: none;
}

.game_system_block .img_block {
  width: 80%;
  margin: 0 auto;
}

.game_system_block .img_block a {
  display: block;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.75);
  width: 100%;
  z-index: 100;
}

.notes_list {
  color: #d7c685;
  font-size: 16px;
  width: 95%;
  margin: 0 auto 10%;
}

@media screen and (max-width: 750px) {
  .notes_list {
    font-size: 12px;
  }
}

@media screen and (max-width: 750px) {
  .center_text {
    text-align: center;
  }
}

@media screen and (max-width: 750px) {
  .tate {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}

.inner_img__banner {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

.inner_img__logo {
  width: 219px;
  margin: 0 auto 30px;
}

@media screen and (max-width: 750px) {
  .inner_img__logo {
    width: 60%;
    margin: 0 auto 15px;
  }
}

.campaign_block:after {
  content: "";
  display: block;
  background: url("../images/lp/pc/line_bottom.png") no-repeat top center;
  width: 100%;
  padding-top: calc(34 / 1000 *100%);
  margin-top: 60px;
}

@media screen and (max-width: 750px) {
  .campaign_block:after {
    background: url("../images/lp/sp/line_bottom_sp.png") no-repeat top center;
    padding-top: calc(50 / 540 *100%);
    margin-top: 30px;
  }
}

.campaign_block .campaign_step {
  margin: 30px 0;
}

.campaign_block .notes {
  margin-top: 30px;
  font-size: 16px;
}

@media screen and (max-width: 750px) {
  .campaign_block .notes {
    font-size: 14px;
  }
}

.campaign_block .tweet_block {
  text-align: center;
}

.campaign_block .tweet_block .twitter-tweet {
  margin: 0 auto;
}

.twitter_btn {
  width: 300px;
  margin: 30px auto;
  position: relative;
}

@media screen and (max-width: 750px) {
  .twitter_btn {
    width: 90%;
  }
}

.twitter_btn a {
  display: block;
  background-color: #1da1f2;
  padding: 10px 0;
  border-radius: 8px;
  box-sizing: border-box;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  color: #fff;
  font-size: 22px;
  text-align: center;
  border: 2px solid #1da1f2;
}

@media screen and (max-width: 750px) {
  .twitter_btn a {
    font-size: 20px;
  }
}

.twitter_btn a:before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 10%;
  width: 50px;
  padding-top: 50px;
  background-image: url("../images/lp/common/twitter_logo.png");
  background-size: 100%;
}

@media screen and (max-width: 750px) {
  .twitter_btn a:before {
    top: 2px;
  }
}

.twitter_btn a:hover {
  color: #1da1f2;
  border: 2px solid #1da1f2;
  background-color: #fff;
}

.twitter_btn a:hover:before {
  background-image: url("../images/lp/common/twitter_logo_blue.png");
}

.twitter_btn span {
  display: inline-block;
  text-indent: 1em;
}
