.main_img {
    width: 100%;
  }
  
  .main_img .main_img_inner {
    position: relative;
    padding-top: calc(776 / 1600 * 100%);
    background-image: url(../images/top/pc/main_image.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
  }
  
  .main_img .main_img_inner .logo_area {
    position: absolute;
    top: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 1200px;
  }
  
  .main_img .main_img_inner .logo_area .logo {
    position: absolute;
    top: 30px;
    left: 30px;
  }
  
  .main_img .main_img_inner .logo_area .logo a {
    display: block;
  }
  
  .main_img .main_img_inner .play_btn {
    position: absolute;
    width: 7%;
    bottom: 30%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  
  .main_img .main_img_inner .play_btn a {
    display: block;
  }
  
  .main_img .main_img_inner .play_btn a img {
    width: 100%;
  }
  
  .main_img .main_img_inner .play_btn a .play {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 25px;
  }
  
  .main_img .main_img_inner .scroll {
    position: absolute;
    width: 8%;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -10%;
  }
  
  .main_img .main_img_inner .break_through {
    position: absolute;
    bottom: 2%;
    right: 5%;
    width: 30%;
  }
  
  .main_img .main_img_inner .break_through img {
    width: 100%;
  }

  .main_img .main_img_inner #logo_area {
    left: 1%;
    top: 65%;
  }
  .main_img .main_img_inner #logo_area img {
    width: 20%;
  }
  .main_img .main_img_inner .pv_play {
    position: absolute;
    /* width: 35%; */
    bottom: 17%;
    right: 0;
  }
  
  .main_img .registration_block {
    display: none;
  }
  
  .main_contents {
    width: 1120px;
    margin: 2% auto 0;
    color: #583831;
  }
  
  .main_contents.sgl_content {
    margin: 130px auto 0;
  }
  
  .countdown {
    padding: 6% 0 0;
    text-align: center;
  }
  
  .countdown .title {
    color: #c9bc9b;
    font-size: 42px;
  }
  
  .countdown .title br {
    display: none;
  }
  
  .countdown_inner {
    width: 100%;
  }
  
  .countdown_inner:before {
    content: "";
    background-image: url(../images/top/pc/line_top_pc.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 50px;
    display: inline-block;
  }
  
  .countdown_inner:after {
    content: "";
    background-image: url(../images/top/pc/line_bottom_pc.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 50px;
    display: inline-block;
    margin-top: 20px;
  }
  
  .countdown_inner h2 {
    color: #d7c685;
    font-size: 46px;
  }
  
  .catch_box {
    text-align: center;
    padding-top: 2%;
    margin-top: 2%;
    margin-bottom: 5%;
  }
  
  .catch_box .title {
    color: #960428;
    font-size: 18px;
    margin-bottom: 1em;
  }
  
  .catch_box .copy_text {
    color: #d4616e;
    font-size: 18px;
  }
  
  .catch_box .copy_text br {
    display: none;
  }
  
  .catch_box .text {
    color: #3a2824;
    font-size: 16px;
    margin-bottom: 1em;
  }
  
  .catch_box .text .text_sp br {
    display: none;
  }
  
  .sns_wrap {
    text-align: center;
    margin: 5% 0;
  }
  
  .sns_wrap h3 {
    color: #d7c685;
    font-size: 26px;
    margin-bottom: 15px;
  }
  
  .sns_wrap .sns li {
    display: inline-block;
    margin-right: 18px;
  }
  
  .sns_wrap .sns li:last-child {
    margin-right: 0;
  }
  
  .sns_wrap .sns .facebook iframe {
    border: none;
    overflow: hidden;
    width: 131px;
    height: 35px;
    vertical-align: middle;
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
  }
  
  .sns_wrap .sns .line img {
    height: 28px;
  }
  
  .of_sns {
    text-align: center;
    margin-bottom: 8%;
  }
  
  .of_sns h2 {
    color: #d7c685;
    font-size: 38px;
    margin-bottom: 30px;
  }
  
  .of_sns .sns_btn li {
    width: 100%;
    margin-bottom: 5%;
  }
  
  .of_sns .sns_btn li:last-child {
    margin-right: 0;
  }
  
  .of_sns.of_sns_first {
    margin: 3% 0;
  }
  
  .common_btn {
    display: block;
  }
  
  .common_btn a {
    border: 3px solid #2f8f85;
    border-radius: 15px;
    background: -webkit-linear-gradient(top, #218076 0%, #0f534d 100%);
    background: linear-gradient(to bottom, #218076 0%, #0f534d 100%);
    background: -moz-linear-gradient(top, #218076 0%, #0f534d 100%);
    color: #fff;
    font-size: 32px;
    display: block;
    padding: 10px 0;
    box-shadow: 0px 2px 3px #1e1311;
    text-shadow: 0px -2px 1px #09534c;
  }
  
  .common_btn a:hover {
    border: 3px solid #449a91;
    background: -webkit-linear-gradient(top, #378c84 0%, #276560 100%);
    background: linear-gradient(to bottom, #378c84 0%, #276560 100%);
    background: -moz-linear-gradient(top, #378c84 0%, #276560 100%);
  }
  
  .line_of_btn {
    display: block;
  }
  
  .line_of_btn a {
    border: 3px solid #2f8f85;
    border-radius: 15px;
    background: -webkit-linear-gradient(top, #218076 0%, #0f534d 100%);
    background: linear-gradient(to bottom, #218076 0%, #0f534d 100%);
    background: -moz-linear-gradient(top, #218076 0%, #0f534d 100%);
    color: #fff;
    font-size: 22px;
    display: block;
    padding: 10px 0;
    box-shadow: 0px 2px 3px #1e1311;
    text-shadow: 0px -2px 1px #09534c;
  }
  
  .line_of_btn a:hover {
    border: 3px solid #449a91;
    background: -webkit-linear-gradient(top, #378c84 0%, #276560 100%);
    background: linear-gradient(to bottom, #378c84 0%, #276560 100%);
    background: -moz-linear-gradient(top, #378c84 0%, #276560 100%);
  }
  
  .twitter_of_btn {
    display: block;
  }
  
  .twitter_of_btn a {
    border: 3px solid #5088a3;
    border-radius: 15px;
    background: -webkit-linear-gradient(top, #3d7c9a 0%, #1d536d 100%);
    background: linear-gradient(to bottom, #3d7c9a 0%, #1d536d 100%);
    background: -moz-linear-gradient(top, #3d7c9a 0%, #1d536d 100%);
    color: #fff;
    font-size: 22px;
    display: block;
    padding: 10px 0;
    box-shadow: 0px 2px 3px #1e1311;
    text-shadow: 0px -2px 1px #194a62;
  }
  
  .twitter_of_btn a:hover {
    border: 3px solid #6294ac;
    background: -webkit-linear-gradient(top, #5088a3 0%, #35667d 100%);
    background: linear-gradient(to bottom, #5088a3 0%, #35667d 100%);
    background: -moz-linear-gradient(top, #5088a3 0%, #35667d 100%);
  }
  
  .content_btn {
    display: block;
    text-align: center;
  }
  
  .content_btn a {
    border: 3px solid #cfa364;
    border-radius: 15px;
    background: -webkit-linear-gradient(top, #c1911b 0%, #aa7a1c 100%);
    background: linear-gradient(to bottom, #c1911b 0%, #aa7a1c 100%);
    color: #fff;
    font-size: 22px;
    display: block;
    padding: 10px 0;
    box-shadow: 0px 2px 3px #1e1311;
    text-shadow: 0px -2px 1px #8d7c13;
  }
  
  .content_btn a:hover {
    background: -webkit-linear-gradient(top, #d0a946 0%, #c6973b 100%);
    background: linear-gradient(to bottom, #d0a946 0%, #c6973b 100%);
  }
  
  .service {
    margin: 5% 0 5%;
  }
  
  .service:before {
    content: "";
    display: block;
    width: 100%;
    height: 17px;
    background-image: url(../images/top/pc/frame_top_pc.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
  }
  
  .service:after {
    content: "";
    display: block;
    width: 100%;
    height: 17px;
    background-image: url(../images/top/pc/frame_bottom_pc.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
  }
  
  .service .service_inner {
    background-image: url(../images/top/pc/frame_middle_pc.png);
    background-repeat: repeat-y;
    background-position: bottom center;
    background-size: 100%;
    box-sizing: border-box;
    padding: 20px 50px;
  }
  
  .service .service_inner .content_box {
    margin-bottom: 30px;
  }
  
  .service .service_inner .content_box h4 {
    color: #d7c685;
    font-size: 28px;
  }
  
  .service .service_inner .content_box .text {
    color: #ddd0ba;
    font-size: 18px;
  }
  
  .service .service_inner .content_box .logo_img {
    display: none;
  }
  
  .service .service_inner .content_box .works li {
    font-size: 18px;
    margin-bottom: 1em;
    color: #ddd0ba;
  }
  
  .service .service_inner .content_box .works li:last-child {
    margin-bottom: 0;
  }
  
  .service .service_inner .content_box .works li span {
    margin-right: 2em;
  }
  
  .effect .f-section {
    opacity: 0;
    margin-top: 50px;
    -webkit-transition: .8s;
    transition: .8s;
  }
  
  .effect .l-section {
    opacity: 0;
    margin-top: 50px;
    -webkit-transition: .8s;
    transition: .8s;
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
  }
  
  .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;
  }
  
  .section_ttl {
    text-align: center;
    width: 100%;
    padding: 1% 0;
    font-size: 32px;
    color: #d7c685;
    background-image: url(../images/common/frame_l_top.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
    margin: 0;
  }
  
  .section_ttl span {
    display: block;
    padding: 5px 0;
    line-height: 61px;
  }
  
  .ttl_sub_text {
    color: #c9bc9b;
    font-size: 26px;
    margin-bottom: .5em;
  }
  
  .of_sns_inner {
    margin-bottom: 5%;
  }
  
  .of_twitter {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
  }
  
  .of_twitter .timeline-Widget {
    border-radius: 0;
  }
  
  .of_twitter h4 {
    color: #d7c685;
    font-size: 20px;
    background-image: url("../images/common/Twitter_title.png");
    background-size: 100%;
    background-repeat: no-repeat;
    height: 53px;
    line-height: 53px;
  }
  
  .info_wrap {
    margin: 0 0 5%;
    width: 100%;
  }
  
  .info_wrap:before {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    background-image: url(../images/top/pc/frame_top_pc.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
  }
  
  .info_wrap:after {
    content: "";
    display: block;
    width: 100%;
    height: 15px;
    background-image: url(../images/top/pc/frame_bottom_pc.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
  }
  
  .info_wrap h4 {
    text-align: center;
    color: #d7c685;
    font-size: 28px;
    margin-bottom: .5em;
  }
  
  .info_wrap .info_inner {
    background-image: url(../images/top/pc/frame_middle_pc.png);
    background-repeat: repeat-y;
    background-position: center;
    box-sizing: border-box;
    background-size: 100%;
    padding: 20px 50px;
  }
  
  .info_wrap .info_inner ul {
    font-size: 0;
  }
  
  .info_wrap .info_inner ul li {
    display: inline-block;
    width: 48%;
    margin-right: 4%;
    margin-bottom: .5em;
    text-align: left;
    vertical-align: top;
    font-size: 16px;
  }
  
  .info_wrap .info_inner ul li:nth-child(2n) {
    margin-right: 0;
  }
  
  .info_wrap .info_inner ul li a {
    display: block;
    color: #ddd0ba;
  }
  
  .info_wrap .info_inner ul li a:hover {
    color: #efe2cc;
  }
  
  .info_wrap .info_inner ul li img {
    width: 100%;
  }
  
  .info_wrap .info_inner ul li .data {
    font-weight: bold;
    display: inline-block;
    margin-right: 1em;
  }
  
  .info_icon {
    display: block;
    width: 30%;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 5px 0;
    line-height: 1;
  }
  
  .info_icon.info {
    background-color: #84103b;
  }
  
  .info_icon.goods {
    background-color: #876601;
  }
  
  .info_icon.event {
    background-color: #1a5d4e;
  }
  
  .info_type .info_icon {
    float: right;
  }
  
  .roll_wrap {
    width: 80%;
    -webkit-transform: skew(0deg, -3deg);
    -ms-transform: skew(0deg, -3deg);
    transform: skew(0deg, -3deg);
    height: 635px;
    overflow: hidden;
    margin: 0 auto;
  }
  
  .roll_wrap .roller {
    width: 100%;
    margin: 0 auto;
    position: relative;
    -webkit-transform: skew(0deg, 3deg);
    -ms-transform: skew(0deg, 3deg);
    transform: skew(0deg, 3deg);
  }
  
  .roll_wrap .roller:before {
    content: "";
    display: block;
    padding-top: 635px;
    /* 1:1 */
  }
  
  .roll_wrap .roller li {
    display: inline-block;
    position: absolute;
    width: 60%;
    -webkit-transition: .8s;
    transition: .8s;
    min-height: 760px;
  }
  
  .roll_wrap .roller li.left img {
    opacity: .4;
  }
  
  .roll_wrap .roller li.right img {
    opacity: .4;
  }
  
  .roll_wrap .roller img {
    width: 100%;
  }
  
  .roll_wrap .detail {
    display: block;
    width: 85%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 200;
    padding: 10px 25px;
    box-sizing: border-box;
    text-align: center;
    margin: 0 auto;
  }
  
  .roll_wrap .detail .name {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: 40%;
    font-size: 26px;
    margin-left: 2%;
  }
  
  .roll_wrap .detail .name .attribute {
    font-size: 20px;
  }
  
  .roll_wrap .detail .detail_text {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: 56%;
    font-size: 14px;
  }
  
  .roll_wrap .detail .detail_text .chara_word {
    font-size: 16px;
  }
  
  .roll_wrap .detail.napoleon {
    background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.9) 5%, rgba(0, 0, 0, 0.9) 50%, rgba(0, 0, 0, 0.9) 95%, transparent 100%);
    background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.9) 5%, rgba(0, 0, 0, 0.9) 50%, rgba(0, 0, 0, 0.9) 95%, transparent 100%);
  }
  
  .roll_wrap .detail.napoleon .name {
    color: #d7c685;
  }
  
  .roll_wrap .detail.napoleon .detail_text {
    color: #c4bfa6;
  }
  
  .roll_wrap .detail.napoleon .detail_text .chara_word {
    color: #d4969a;
  }
  
  .roll_wrap .detail.mozart {
    background: -webkit-linear-gradient(left, rgba(214, 195, 201, 0) 0%, rgba(214, 195, 201, 0.6) 2%, rgba(214, 195, 201, 0.9) 50%, rgba(214, 195, 201, 0.6) 98%, rgba(214, 195, 201, 0) 100%);
    background: linear-gradient(to right, rgba(214, 195, 201, 0) 0%, rgba(214, 195, 201, 0.6) 2%, rgba(214, 195, 201, 0.9) 50%, rgba(214, 195, 201, 0.6) 98%, rgba(214, 195, 201, 0) 100%);
  }
  
  .roll_wrap .detail.mozart .name {
    width: 48%;
    color: #443632;
  }
  
  .roll_wrap .detail.mozart .name .chara_name {
    line-height: 1.2;
  }
  
  .roll_wrap .detail.mozart .detail_text {
    width: 45%;
    color: #563c36;
  }
  
  .roll_wrap .detail.mozart .detail_text .chara_word {
    color: #a34353;
  }
  
  .roll_wrap .detail.leonard {
    background: -webkit-linear-gradient(left, rgba(104, 35, 40, 0) 0%, rgba(104, 35, 40, 0.5) 5%, rgba(104, 35, 40, 0.9) 50%, rgba(104, 35, 40, 0.5) 96%, rgba(104, 35, 40, 0) 100%);
    background: linear-gradient(to right, rgba(104, 35, 40, 0) 0%, rgba(104, 35, 40, 0.5) 5%, rgba(104, 35, 40, 0.9) 50%, rgba(104, 35, 40, 0.5) 96%, rgba(104, 35, 40, 0) 100%);
  }
  
  .roll_wrap .detail.leonard .name {
    width: 43%;
    color: #d7c685;
  }
  
  .roll_wrap .detail.leonard .detail_text {
    width: 50%;
    color: #dbd7c5;
  }
  
  .roll_wrap .detail.leonard .detail_text .chara_word {
    color: #dcc97f;
  }
  
  .roll_wrap .arrows {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: skew(0deg, 3deg);
    -ms-transform: skew(0deg, 3deg);
    transform: skew(0deg, 3deg);
    z-index: 250;
  }
  
  .roll_wrap .arrows li a {
    display: block;
  }
  
  .roll_wrap .arrows li.right_btn {
    position: absolute;
    right: 30px;
  }
  
  .roll_wrap .arrows li.left_btn {
    position: absolute;
    left: 30px;
  }
  
  .cotent_video {
    width: 100%;
    margin-bottom: 30px;
  }
  
  .cotent_video a {
    display: block;
  }
  
  .cotent_video .video_img_inner {
    position: relative;
    padding-top: calc(1080 / 1920 * 100%);
    background-image: url(../images/special/official_pv.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
  }
  
  .cotent_video .video_img_inner .play_btn {
    position: absolute;
    width: 15%;
    bottom: 30%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  
  .cotent_video .video_img_inner .play_btn img {
    width: 100%;
  }
  
  .cotent_video .video_img_inner .play_btn img .play {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 25px;
  }
  
  .line_pr {
    margin-bottom: 30px;
  }
  
  .pc_menu_wrap {
    width: 100%;
    background-image: url(../images/common/menubar.png);
    z-index: 10;
    box-shadow: 0 10px 5px rgba(36, 36, 36, 0.5);
    position: absolute;
  }
  
  .pc_menu_wrap.fixed {
    position: fixed;
    top: 0;
  }
  
  .pc_menu_wrap .pc_menu_inner {
    width: 1200px;
    padding: 5px 0;
    margin: 0 auto;
  }
  
  .pc_menu_wrap .pc_menu_inner ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }
  
  .pc_menu_wrap .pc_menu_inner ul li {
    display: inline-block;
    font-size: 18px;
    width: 12%;
    vertical-align: middle;
    text-align: center;
  }
  
  .pc_menu_wrap .pc_menu_inner ul li.selected span {
    border-bottom: 2px solid #580227;
  }
  
  .pc_menu_wrap .pc_menu_inner ul li.selected a:after {
    content: none;
  }
  
  .pc_menu_wrap .pc_menu_inner ul li a {
    display: block;
    color: #37241e;
    position: relative;
  }
  
  .pc_menu_wrap .pc_menu_inner ul li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0;
    margin: 0 auto;
    height: 2px;
    background-color: #580227;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  
  .pc_menu_wrap .pc_menu_inner ul li.menu-inner-icon a:after {
    content: none;
  }
  
  .pc_menu_wrap .pc_menu_inner ul li a:hover:after {
    width: 80%;
  }
  
  .pc_menu_wrap .pc_menu_inner ul li.logo {
    width: 10%;
  }
  
  .pc_menu_wrap .pc_menu_inner ul li.logo img {
    width: 70%;
  }
  
  .pc_menu_wrap .pc_menu_inner ul li.logo a {
    display: inline;
  }
  .pc_menu_wrap .pc_menu_inner ul li.logo a:hover:after {
    display: none;
  }
  
  .pc_menu_wrap .pc_menu_inner ul li.blank a {
    pointer-events: none;
    opacity: .4;
  }
  
  .pc_menu_wrap .pc_menu_inner ul li img {
    display: block;
    margin: 0 auto;
  }
  
  .main_area {
    margin-top: 67px;
  }
  
  .game_title_wrap {
    width: 100%;
    background-color: #5a0228;
  }
  
  .game_title_wrap .game_title {
    width: 1120px;
    margin: 0 auto;
    color: #c9bc9b;
  }
  
  .chara_box {
    width: 100%;
  }
  
  .chara_box .chara_list li {
    width: 24%;
    display: inline-block;
    position: relative;
    margin-right: .5%;
  }
  
  .chara_box .chara_list li:last-child {
    margin-right: 0;
  }
  
  .chara_box .chara_list li img {
    width: 100%;
  }
  
  .name_block {
    position: absolute;
    width: 100%;
    bottom: 2%;
    opacity: .8;
    border-radius: 0 0 10px 10px;
    box-sizing: border-box;
    padding: 6px 5px;
    color: #fff;
  }
  
  .name_block.napoleon {
    background-color: #000;
  }
  
  .name_block.mozart {
    color: #443632;
    background-color: #d6c3c9;
  }
  
  .name_block.leonard {
    background-color: #5e2629;
  }
  
  .name_block.arthur {
    background-color: #2f2f52;
  }
  
  .name_block .chara_name {
    font-size: 14px;
    min-height: 3.5em;
    line-height: 1.2;
    text-align: justify;
  }
  
  .name_block .chara_name .attribute {
    font-size: 14px;
  }
  
  .name_block .voice_actor {
    font-size: 14px;
  }
  
  .special_box .special_contents {
    font-size: 0;
  }
  
  .special_box .special_contents li {
    width: 48%;
    display: inline-block;
    color: #3a2824;
    margin-right: 4%;
    margin-bottom: 5%;
    font-size: 16px;
    vertical-align: top;
  }
  
  .special_box .special_contents li:nth-child(2n) {
    margin-right: 0;
  }
  
  .special_box .special_contents li .video_content {
    position: relative;
  }
  
  .special_box .special_contents li .video_content img {
    width: 100%;
  }
  
  .special_box .special_contents li .video_content .play_btn {
    width: 10%;
    position: absolute;
    margin: 0 auto;
    bottom: 38%;
    left: 0;
    right: 0;
  }
  
  .special_box .special_contents li a {
    display: block;
    color: #3a2824;
  }
  
  .special_box .special_contents li a:hover {
    color: #885f56;
  }
  
  .cotent_registration ul {
    text-align: center;
  }
  
  .cotent_registration ul li {
    width: 92%;
    margin: 0 auto 10px;
  }
  
  .cotent_registration ul li.banner {
    width: 100%;
  }
  
  .cotent_registration ul li a {
    display: block;
    line-height: 1;
  }
  
  .cotent_registration ul li img {
    width: 100%;
  }
  
  .main_column {
    float: left;
    width: 700px;
    margin-right: 50px;
  }
  
  .main_column .main-content-frame {
    box-sizing: border-box;
    margin-bottom: 5%;
  }
  
  .main_column .main-content-frame:after {
    content: "";
    display: block;
    width: 100%;
    background-image: url(../images/common/frame_l_bottom.png);
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: calc(36 / 700 * 100%);
    box-sizing: border-box;
  }
  
  .main_column .main-content-frame .content_inner {
    background-image: url(../images/common/frame_l_middle.png);
    background-size: 100%;
    padding: 3% 3% 2%;
  }
  
  .main_column .content_btn {
    width: 50%;
    margin: 1em auto 0;
  }
  
  .content_sns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  
  .content_sns .sns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
  }
  
  .content_sns .sns li {
    margin-right: 1%;
  }
  
  .content_sns .sns li:last-child {
    margin-right: 0;
  }
  
  .content_sns .sns .facebook iframe {
    border: none;
    overflow: hidden;
    width: 120px;
    height: 35px;
  }
  
  .content_sns .sns .line img {
    height: 21px;
  }
  
  .twitter_btn {
    width: 50%;
    margin: 15px auto;
  }
  
  .twitter_btn a {
    display: block;
    color: #fff;
    text-align: center;
    background-color: #2eb8e5;
    border-radius: 3px;
    padding: 15px 0;
    position: relative;
  }
  
  .twitter_btn a:before {
    content: "";
    display: inline-block;
    background-image: url(../images/common/twitter_logo.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    width: 10%;
    padding-top: calc(400 / 400 * 11%);
    vertical-align: middle;
  }
  
  .banner_content {
    width: 90%;
    margin: 20px auto;
  }

  /* 追従Xバナー */
/* 共通 */
#follow-nav{
  position: fixed;
  bottom: 65px;
  right: -120px;
  z-index: 100;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  width: 350px;
  height: auto;
}

#follow-nav.on {
  right: 25px;
  opacity: 1;
}

#follow-nav a {
  display: inline-block;
}

#follow-nav a img {
  position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	display: block;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

#follow-nav:hover a img:nth-of-type(2) {
  opacity: 0;
}

/* TOPのみ */
.top-vampire #follow-nav{
  right: 7%;
  opacity: 1;
  width: 430px;
}

.top-vampire #follow-nav.on {
  right: 30px;
  /* opacity: 1; */
  width: 350px;
}

.top-vampire #follow-nav.remove {
  right: -120px;
  opacity: 0;
  width: 350px;
}
  
  @media screen and (min-width: 751px) {
    .inner_text {
      font-size: 16px;
    }
    .sp_menu_btn {
      display: none;
    }
    .sp_menu_wrap {
      display: none;
    }
    .side_column {
      float: right;
      width: 370px;
    }
    .side_content {
      margin-bottom: 15px;
    }
    .side_content .side_ttl {
      background-image: url(../images/common/frame_r_top1.png);
      text-align: center;
      background-size: 100%;
      background-position: center;
      background-repeat: no-repeat;
      height: 57px;
      line-height: 50px;
      font-size: 20px;
      color: #c9bc9b;
    }
    .side_content .side_content_wrap:before {
      content: "";
      display: block;
      width: 100%;
      background-image: url(../images/common/frame_r_top2.png);
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: bottom center;
      padding-top: calc(16 / 370 * 100%);
      box-sizing: border-box;
    }
    .side_content .side_content_wrap:after {
      content: "";
      display: block;
      width: 100%;
      background-image: url(../images/common/frame_r_bottom.png);
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: top center;
      padding-top: calc(24 / 370 * 100%);
      box-sizing: border-box;
    }
    .side_content .side_content_inner {
      background-image: url(../images/common/frame_r_middle.png);
      background-size: 100%;
      background-position: center;
      padding: 5% 5%;
    }
    .side_content .content_btn {
      width: 95%;
      margin: 1em auto 0;
    }
    .side_content.registration_block {
      display: none;
    }
    .side_content .side_content_download {
      padding: 5% 5% 0;
    }
    .side_content .download_block {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
    }
    .side_content .download_block li {
      width: 48.5%;
      margin-right: 3%;
    }
    .side_content .download_block li:last-child {
      margin-right: 0;
    }
    .pc_ab_btn {
      width: 140px;
      z-index: 10;
      position: fixed;
      top: 120px;
      right: 5%;
    }
    .pc_ab_btn img {
      width: 100%;
    }
    .ab_btn {
      display: none;
    }
    .registration_block {
      width: 100%;
    }
    .registration_block .registration_wrap {
      margin-bottom: 1em;
      position: relative;
      width: 100%;
    }
    .registration_block .registration_wrap:before {
      content: "";
      display: block;
      width: 100%;
      position: absolute;
      top: -12%;
      background-image: url(../images/common/line_top.png);
      background-repeat: no-repeat;
      background-position: bottom center;
      background-size: 100%;
      padding: calc(28 / 700 * 100%);
      box-sizing: border-box;
    }
    .registration_block .registration_wrap:after {
      content: "";
      display: block;
      width: 100%;
      position: absolute;
      bottom: -12%;
      background-image: url(../images/common/line_bottom.png);
      background-repeat: no-repeat;
      background-position: top center;
      background-size: 100%;
      padding: calc(28 / 700 * 100%);
      box-sizing: border-box;
    }
    .registration_block .registration_inner {
      background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.4) 5%, rgba(0, 0, 0, 0.4) 95%, transparent 100%);
      background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.4) 5%, rgba(0, 0, 0, 0.4) 95%, transparent 100%);
      padding: 4% 0 4%;
    }
    .registration_block .registration_inner .ttl {
      text-align: center;
      font-size: 32px;
      color: #c9bc9b;
      margin-bottom: .2em;
    }
    .registration_block .registration_inner ul {
      text-align: center;
      font-size: 0;
      width: 85%;
      margin: 0 auto 5%;
    }
    .registration_block .registration_inner ul li {
      display: inline-block;
      width: 30%;
      margin-right: 5%;
    }
    .registration_block .registration_inner ul li:last-child {
      margin-right: 0;
    }
    .registration_block .registration_inner ul li img {
      width: 100%;
    }
    .sp_download__area {
      display: none;
    }
  }
  
  @media screen and (max-width: 750px) {
    body {
      background-image: url(../images/common/bg_sp.png);
    }
    .inner_text {
      font-size: .9rem;
    }
    .main_img {
      width: 100%;
      position: relative;
    }
    .main_img .main_img_inner {
      padding-top: calc(470 / 640 * 100%);
      background-image: url(../images/top/sp/main_image.png);
    }
    .main_img .main_img_inner .logo_area {
      position: absolute;
      top: 0;
      margin: 0 auto;
      left: 0;
      right: 0;
      width: 100%;
    }
    .main_img .main_img_inner .logo_area .logo {
      width: 20%;
      position: absolute;
      top: 10px;
      left: 3%;
    }
    .main_img .main_img_inner .logo_area .logo img {
      width: 100%;
    }
    .main_img .main_img_inner #logo_area {
        display: none;
    }
    .main_img .main_img_inner .play_btn {
      position: absolute;
      width: 12%;
      bottom: 30%;
      left: 0;
      right: 0;
      margin: 0 auto;
    }
    .main_img .main_img_inner .play_btn a {
      display: block;
    }
    .main_img .main_img_inner .play_btn a img {
      width: 100%;
    }
    .main_img .main_img_inner .play_btn a .play {
      display: block;
      text-align: center;
      text-decoration: none;
      color: #fff;
      font-size: .7em;
      margin-top: -10%;
    }
    .main_img .main_img_inner .scroll {
      position: absolute;
      width: 8%;
      margin: auto;
      left: 0;
      right: 0;
      bottom: -5%;
    }
    .main_img .main_img_inner .break_through {
      position: absolute;
      bottom: 20%;
      width: 40%;
    }
    .main_img .main_img_inner .break_through img {
      width: 100%;
    }
    .main_img .main_img_inner .pv_play {
      width: 50%;
      top: 75%;
      bottom: 15%;
      right: 0;
      left: auto;
    }
    .main_img .main_img_inner .pv_play img {
      width: 100%;
    }
    .main_img .registration_block {
      display: block;
      width: 90%;
      margin: -5% auto 2%;
    }
    .main_img .registration_block .registration_wrap {
      margin-bottom: 1em;
      position: relative;
      width: 100%;
    }
    .main_img .registration_block .registration_wrap .registration_inner {
      padding: 2% 0 2%;
    }
    .main_img .registration_block .content_btn {
      margin: 3% auto;
    }
    .main_contents {
      width: 95%;
      margin: 0 auto;
    }
    .main_contents.sgl_content {
      margin: 4% auto 0;
    }
    .countdown {
      width: 100%;
      padding: 10% 0 0;
      text-align: center;
      margin-bottom: 5%;
    }
    .countdown .title {
      color: #c9bc9b;
      font-size: 1.3rem;
      margin-bottom: 10px;
    }
    .countdown .title br {
      display: inline;
    }
    .countdown_inner {
      width: 100%;
    }
    .countdown_inner:before {
      content: "";
      background-image: url(../images/top/sp/line_top_sp.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100%;
      width: 100%;
      height: 15px;
      display: inline-block;
    }
    .countdown_inner:after {
      content: "";
      background-image: url(../images/top/sp/line_bottom_sp.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100%;
      width: 100%;
      height: 15px;
      margin-top: 5px;
      display: inline-block;
    }
    .countdown_inner h2 {
      font-size: 1.2rem;
    }
    .catch_box {
      padding-top: 2%;
      margin-top: 2%;
      margin-bottom: 10%;
    }
    .catch_box .title {
      font-size: 1.2rem;
      margin-bottom: 5%;
    }
    .catch_box .copy_text {
      text-align: center;
      font-size: 1.05rem;
    }
    .catch_box .copy_text br {
      display: none;
    }
    .catch_box .catch_text {
      text-align: justify;
      width: 90%;
      margin: 0 auto;
      font-size: 14px;
    }
    .catch_box .catch_text .text {
      font-size: 1em;
      margin-bottom: 5%;
    }
    .catch_box .catch_text .text br {
      display: none;
    }
    .of_sns {
      text-align: center;
    }
    .of_sns h2 {
      color: #d7c685;
      font-size: 1.2rem;
      margin-bottom: 2%;
    }
    .of_sns .sns_btn {
      margin: 2% 0;
    }
    .of_sns .sns_btn li {
      display: inline-block;
      width: 48%;
      margin-right: 2%;
    }
    .of_sns .sns_btn li:last-child {
      margin-right: 0;
    }
    .line_of_btn {
      display: block;
    }
    .line_of_btn a {
      border: 1px solid #2f8f85;
      border-radius: 10px;
      background: -webkit-linear-gradient(top, #218076 0%, #0f534d 100%);
      background: linear-gradient(to bottom, #218076 0%, #0f534d 100%);
      background: -moz-linear-gradient(top, #218076 0%, #0f534d 100%);
      color: #fff;
      font-size: 1rem;
      display: block;
      padding: 4% 0;
      box-shadow: 0px 2px 3px #1e1311;
      text-shadow: 0px -2px 1px #09534c;
    }
    .line_of_btn a:hover {
      border: 1px solid #449a91;
      background: -webkit-linear-gradient(top, #378c84 0%, #276560 100%);
      background: linear-gradient(to bottom, #378c84 0%, #276560 100%);
      background: -moz-linear-gradient(top, #378c84 0%, #276560 100%);
    }
    .twitter_of_btn {
      display: block;
    }
    .twitter_of_btn a {
      border: 1px solid #5088a3;
      border-radius: 10px;
      background: -webkit-linear-gradient(top, #3d7c9a 0%, #1d536d 100%);
      background: linear-gradient(to bottom, #3d7c9a 0%, #1d536d 100%);
      background: -moz-linear-gradient(top, #3d7c9a 0%, #1d536d 100%);
      color: #fff;
      font-size: 1rem;
      display: block;
      padding: 4% 0;
      box-shadow: 0px 2px 3px #1e1311;
      text-shadow: 0px -2px 1px #194a62;
    }
    .twitter_of_btn a:hover {
      border: 1px solid #6294ac;
      background: -webkit-linear-gradient(top, #5088a3 0%, #35667d 100%);
      background: linear-gradient(to bottom, #5088a3 0%, #35667d 100%);
      background: -moz-linear-gradient(top, #5088a3 0%, #35667d 100%);
    }
    .content_btn {
      display: block;
    }
    .content_btn a {
      border: 1px solid #cfa364;
      border-radius: 10px;
      background: -webkit-linear-gradient(top, #c1911b 0%, #aa7a1c 100%);
      background: linear-gradient(to bottom, #c1911b 0%, #aa7a1c 100%);
      color: #fff;
      font-size: 1rem;
      display: block;
      padding: 2% 0;
      box-shadow: 0px 2px 3px #1e1311;
      text-shadow: 0px -1px 1px #8d7c13;
    }
    .content_btn a:hover {
      background: -webkit-linear-gradient(top, #d0a946 0%, #c6973b 100%);
      background: linear-gradient(to bottom, #d0a946 0%, #c6973b 100%);
    }
    .sns_wrap {
      text-align: center;
      margin: 5% 0 1%;
    }
    .sns_wrap h3 {
      color: #d7c685;
      font-size: 1em;
      margin-bottom: 5px;
    }
    .sns_wrap .sns li {
      display: inline-block;
      margin-right: 2%;
      vertical-align: top;
    }
    .sns_wrap .sns .facebook iframe {
      border: none;
      overflow: hidden;
      width: 120px;
      height: 35px;
      vertical-align: middle;
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05);
    }
    .sns_wrap .sns .line img {
      height: 20px !important;
    }
    .service {
      margin: 0 0 10%;
      padding: 0 0 3%;
    }
    .service:before {
      content: "";
      display: block;
      width: 100%;
      height: auto;
      padding-top: calc(18 / 540 * 100%);
      background-image: url(../images/top/sp/frame_top_sp.png);
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: center;
    }
    .service:after {
      content: "";
      display: block;
      width: 100%;
      height: auto;
      padding-bottom: calc(18 / 540 * 100%);
      background-image: url(../images/top/sp/frame_bottom_sp.png);
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: center;
    }
    .service .service_inner {
      background-image: url(../images/top/sp/frame_middle_sp.png);
      background-repeat: repeat-y;
      background-position: center;
      background-size: 100%;
      height: auto;
      box-sizing: border-box;
      padding: 1% 5%;
    }
    .service .service_inner .content_box {
      margin-bottom: 3%;
    }
    .service .service_inner .content_box h4 {
      color: #d7c685;
      font-size: 1rem;
    }
    .service .service_inner .content_box .text {
      color: #ddd0ba;
      font-size: .8rem;
      word-break: break-all;
    }
    .service .service_inner .content_box .logo_img {
      display: block;
      text-align: center;
      margin-top: 5%;
    }
    .service .service_inner .content_box:last-of-type {
      margin-bottom: 0;
    }
    .service .service_inner .content_box .works li {
      color: #ddd0ba;
      font-size: .8rem;
      word-break: break-all;
    }
    #page-top {
      margin-bottom: 1%;
      position: fixed;
      right: 3%;
      bottom: 5%;
      line-height: 1;
      cursor: pointer;
    }
    #page-top img {
      width: 40px;
    }
    .effect .f-section {
      opacity: 1;
      margin-top: 0;
      -webkit-transition: .8s;
      transition: .8s;
    }
    .effect .l-section {
      opacity: 1;
      margin-top: 0;
      -webkit-transition: .8s;
      transition: .8s;
      -webkit-transition-delay: .8s;
      transition-delay: .8s;
    }
    .effect .sp-f-section {
      opacity: 0;
      margin-top: 50px;
      -webkit-transition: .8s;
      transition: .8s;
    }
    .effect .sp-l-section {
      opacity: 0;
      margin-top: 50px;
      -webkit-transition: .8s;
      transition: .8s;
      -webkit-transition-delay: .8s;
      transition-delay: .8s;
    }
    .effect .sp-first-section {
      opacity: 0;
      margin-top: 50px;
      -webkit-transition: .8s;
      transition: .8s;
    }
    .effect .sp-second-section {
      opacity: 0;
      margin-top: 50px;
      -webkit-transition: .8s;
      transition: .8s;
      -webkit-transition-delay: .8s;
      transition-delay: .8s;
    }
    .section_ttl {
      text-align: center;
      width: 100%;
      font-size: 16px;
      color: #d7c685;
    }
    .section_ttl span {
      padding: 2% 0;
      line-height: 1.6;
    }
    .ttl_sub_text {
      display: none;
    }
    .info_wrap {
      margin: 5% 0;
      padding: 0 0 3%;
      width: 100%;
    }
    .info_wrap:before {
      content: "";
      display: block;
      width: 100%;
      height: auto;
      padding-top: calc(18 / 540 * 100%);
      background-image: url(../images/top/sp/frame_top_sp.png);
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: bottom center;
    }
    .info_wrap:after {
      content: "";
      display: block;
      width: 100%;
      height: auto;
      padding-bottom: calc(18 / 540 * 100%);
      background-image: url(../images/top/sp/frame_bottom_sp.png);
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: top center;
    }
    .info_wrap .info_inner {
      background-image: url(../images/top/sp/frame_middle_sp.png);
      background-repeat: repeat-y;
      background-position: center;
      background-size: 100%;
      height: auto;
      box-sizing: border-box;
      padding: 1% 5%;
    }
    .info_wrap .info_inner h4 {
      font-size: 1rem;
    }
    .info_wrap .info_inner ul li {
      width: 48%;
      font-size: 12px;
    }
    .info_wrap .info_inner ul li:nth-child(2n) {
      margin-right: 0;
    }
    .info_wrap .info_inner ul li a {
      display: block;
      color: #ddd0ba;
    }
    .info_wrap .info_inner ul li a:hover {
      color: #efe2cc;
    }
    .info_wrap .info_inner ul li img {
      width: 100%;
    }
    .info_wrap .info_inner ul li .data {
      margin-right: 1em;
    }
    .info_icon {
      width: 45%;
      font-size: .7rem;
      padding: 2% 0;
    }
    .of_sns_inner {
      margin-bottom: 5%;
    }
    .of_twitter {
      width: 100%;
    }
    .of_twitter h4 {
      color: #d7c685;
      font-size: 14px;
      background-image: url("../images/common/Twitter_title.png");
      background-size: 100%;
      background-repeat: no-repeat;
      height: 30px;
      line-height: 30px;
    }
    .roll_wrap {
      width: 100%;
      padding-top: 2%;
      height: 100%;
      min-height: 350px;
      margin: 20px 0;
    }
    .roll_wrap .roller {
      width: 100%;
      margin: 0 auto;
      position: relative;
      -webkit-transform: skew(0deg, 3deg);
      -ms-transform: skew(0deg, 3deg);
      transform: skew(0deg, 3deg);
    }
    .roll_wrap .roller:before {
      content: "";
      display: block;
      padding-top: 125%;
    }
    .roll_wrap .roller li {
      width: 80%;
      min-height: 360px;
    }
    .roll_wrap .roller li.left img {
      opacity: .4;
    }
    .roll_wrap .roller li.right img {
      opacity: .4;
    }
    .roll_wrap .roller img {
      width: 100%;
    }
    .roll_wrap .detail {
      display: block;
      width: 100%;
      padding: 2% 5%;
    }
    .roll_wrap .detail .name {
      display: block;
      width: 100%;
      font-size: 18px;
      text-align: center;
      margin: 0;
    }
    .roll_wrap .detail .name .attribute {
      font-size: 16px;
    }
    .roll_wrap .detail .detail_text {
      display: block;
      width: 100%;
      font-size: 12px;
    }
    .roll_wrap .detail .detail_text .chara_word {
      font-size: 14px;
    }
    .roll_wrap .detail.mozart .name {
      width: 100%;
    }
    .roll_wrap .detail.mozart .detail_text {
      width: 100%;
    }
    .roll_wrap .detail.leonard .name {
      width: 100%;
    }
    .roll_wrap .detail.leonard .detail_text {
      width: 100%;
    }
    .roll_wrap .arrows li a {
      display: block;
    }
    .roll_wrap .arrows li.right_btn {
      width: 5%;
      right: 0;
    }
    .roll_wrap .arrows li.left_btn {
      width: 5%;
      left: 0;
    }
    .roll_wrap .arrows li img {
      width: 100%;
    }
    .cotent_video {
      width: 100%;
      margin-bottom: 8%;
    }
    .cotent_video .section_ttl {
      margin-bottom: 0;
    }
    .cotent_video .video_img_inner {
      padding-top: calc(1080 / 1920 * 100%);
      background-image: url(../images/special/official_pv.jpg);
    }
    .cotent_video .video_img_inner .play_btn {
      position: absolute;
      width: 12%;
      bottom: 30%;
      left: 0;
      right: 0;
      margin: 0 auto;
    }
    .cotent_video .video_img_inner .play_btn a {
      display: block;
    }
    .cotent_video .video_img_inner .play_btn a img {
      width: 100%;
    }
    .cotent_video .video_img_inner .play_btn a .play {
      display: block;
      text-align: center;
      text-decoration: none;
      color: #fff;
      font-size: .7em;
      margin-top: -10%;
    }
    .line_pr {
      width: 95%;
      margin: 0 auto 3%;
    }
    .line_pr a {
      display: block;
    }
    .line_pr img {
      width: 100%;
    }
    .pc_menu_wrap {
      display: none;
    }
    .main_area {
      margin-top: 0;
    }
    .game_title_wrap .game_title {
      width: 95%;
      font-size: 12px;
      text-align: center;
    }
    .main_column {
      float: none;
      width: 100%;
      margin-right: 0;
    }
    .main_column .main-content-frame {
      box-sizing: border-box;
      margin-bottom: 5%;
    }
    .main_column .main-content-frame:after {
      content: "";
      display: block;
      width: 100%;
      background-image: url(../images/common/frame_l_bottom.png);
      background-size: 100%;
      background-repeat: no-repeat;
      padding-top: calc(36 / 700 * 100%);
      box-sizing: border-box;
    }
    .main_column .main-content-frame .content_inner {
      background-image: url(../images/common/frame_l_middle.png);
      background-size: 100%;
      padding: 5% 3% 2%;
    }
    .main_column .content_btn {
      width: 95%;
    }
    .main_column .registration_block {
      display: none;
    }
    .chara_box {
      width: 100%;
    }
    .chara_box .chara_list {
      font-size: 0;
    }
    .chara_box .chara_list li {
      width: 49%;
      margin-right: 2%;
      margin-bottom: 5%;
    }
    .chara_box .chara_list li:nth-child(2n) {
      margin-right: 0;
    }
    .chara_box .chara_list li:last-child {
      margin-right: 0;
    }
    .chara_box .chara_list li img {
      width: 100%;
    }
    .name_block {
      bottom: 0;
      padding: 5% 5%;
    }
    .name_block.napoleon {
      background-color: #000;
    }
    .name_block.mozart {
      color: #443632;
      background-color: #d6c3c9;
    }
    .name_block.leonard {
      background-color: #5e2629;
    }
    .name_block .chara_name {
      font-size: 14px;
      min-height: 3.5em;
      line-height: 1.2;
      text-align: justify;
    }
    .name_block .chara_name .attribute {
      font-size: 12px;
    }
    .name_block .voice_actor {
      font-size: 12px;
    }
    .special_box .special_contents {
      font-size: 0;
    }
    .special_box .special_contents li {
      width: 48%;
      display: inline-block;
      color: #3a2824;
      margin-right: 4%;
      margin-bottom: 5%;
      font-size: 14px;
    }
    .special_box .special_contents li:nth-child(2n) {
      margin-right: 0;
    }
    .special_box .special_contents li .video_content {
      position: relative;
    }
    .special_box .special_contents li .video_content img {
      width: 100%;
    }
    .special_box .special_contents li .video_content .play_btn {
      width: 15%;
      position: absolute;
      margin: 0 auto;
      bottom: 30%;
      left: 0;
      right: 0;
    }
    .special_box .special_contents li .video_content .play_btn a {
      display: block;
    }
    .special_box .special_contents li .date {
      font-size: 12px;
    }
    .special_box .special_contents li .special_title {
      font-size: 14px;
    }
    .side_column {
      float: none;
      width: 100%;
    }
    .side_content {
      margin-bottom: 1em;
    }
    .side_content .side_ttl {
      background-image: url(../images/common/frame_2_top.png);
      text-align: center;
      background-size: 100%;
      background-position: center;
      background-repeat: no-repeat;
      padding: 2% 0;
      height: auto;
      line-height: 1.2;
      font-size: 16px;
      color: #c9bc9b;
    }
    .side_content .side_content_inner {
      padding: 0;
    }
    .side_content.of_sns .side_ttl {
      background-image: none;
      padding: 2% 0 1%;
    }
    .side_content.cotent_registration {
      display: none;
    }
    .side_content.registration_block {
      margin-bottom: 2em;
    }
    .registration_block {
      width: 100%;
    }
    .registration_block .registration_wrap {
      margin-bottom: 1em;
      position: relative;
      width: 100%;
    }
    .registration_block .registration_wrap:before {
      content: "";
      display: block;
      width: 100%;
      position: absolute;
      top: -4%;
      background-image: url(../images/common/line_top.png);
      background-repeat: no-repeat;
      background-position: bottom center;
      background-size: 100%;
      padding-top: calc(28 / 700 * 100%);
      box-sizing: border-box;
    }
    .registration_block .registration_wrap:after {
      content: "";
      display: block;
      width: 100%;
      position: absolute;
      bottom: -4%;
      background-image: url(../images/common/line_bottom.png);
      background-repeat: no-repeat;
      background-position: top center;
      background-size: 100%;
      padding-top: calc(28 / 700 * 100%);
      box-sizing: border-box;
    }
    .registration_block .registration_inner {
      background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.4) 5%, rgba(0, 0, 0, 0.4) 95%, transparent 100%);
      background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.4) 5%, rgba(0, 0, 0, 0.4) 95%, transparent 100%);
      padding: 4% 0 4%;
    }
    .registration_block .registration_inner .ttl {
      text-align: center;
      font-size: 1.2em;
      color: #f2db89;
      margin-bottom: 1%;
      line-height: 1.1;
      margin: 8px 0 10px;
    }
    .registration_block .registration_inner .ttl .regist_text {
      font-size: .8em;
    }
    .registration_block .registration_inner .ttl img {
      width: 85%;
    }
    .registration_block .registration_inner ul {
      text-align: center;
      font-size: 0;
      width: 85%;
      margin: 0 auto 2%;
    }
    .registration_block .registration_inner ul li {
      display: inline-block;
      width: 30%;
      margin-right: 5%;
    }
    .registration_block .registration_inner ul li:last-child {
      margin-right: 0;
    }
    .registration_block .registration_inner ul li img {
      width: 100%;
    }
    .registration_block .content_btn {
      width: 85%;
      margin: 3% auto 1%;
    }
    .pc_ab_btn {
      display: none;
    }
    .ab_btn {
      width: 96%;
      margin: 0 auto;
      z-index: 10;
      position: absolute;
      top: 30px;
      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 {
      width: 19%;
      margin-right: auto;
    }
    .ab_btn .sp_menu_btn {
      width: 15%;
      margin-right: 0;
    }
    .ab_btn .registration_btn {
      display: none;
      width: 30%;
      margin-right: 4%;
    }
    .ab_btn img {
      width: 100%;
    }
    .ab_btn a {
      display: block;
    }
    .sp_menu_wrap {
      position: fixed;
      display: none;
      top: 8%;
      left: 0;
      right: 0;
      width: 80%;
      margin: 0 auto;
      z-index: 200;
      text-align: center;
      padding-bottom: 1%;
      background-image: url(../images/common/sp/menu_frame_middle.png);
      background-position: center;
      background-size: 100%;
    }
    .sp_menu_wrap:before {
      content: "";
      display: block;
      background-image: url(../images/common/sp/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/common/sp/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/common/sp/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.menu-inner-icon img {
      width: 60%;
    }
    .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;
    }
    .content_sns {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
    }
    .content_sns .sns {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      width: 100%;
    }
    .content_sns .sns li {
      display: inline-block;
      margin-right: 2%;
      vertical-align: top;
    }
    .content_sns .sns li:last-child {
      margin-right: 0;
    }
    .content_sns .sns .facebook iframe {
      border: none;
      overflow: hidden;
      width: 120px;
      height: 35px;
    }
    .content_sns .sns .line img {
      height: 20px;
    }
    .twitter_btn {
      width: 95%;
    }
    .twitter_btn a {
      padding: 5px 0;
      font-size: 14px;
    }
    .twitter_btn a:before {
      width: 10%;
      padding-top: calc(400 / 400 * 11%);
      vertical-align: middle;
    }
    .banner_content {
      width: 95%;
      margin: 30px auto 20px;
    }
    .sp_download__area {
      width: 100%;
      position: fixed;
      bottom: 0;
      right: 0;
      left: 0;
      background-color: rgba(255, 250, 244, 0.7);
      z-index: 100;
    }
    .sp_download__area .sp_download__list {
      width: 90%;
      margin: 0 auto;
      padding: 2% 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: center;
    }
    .sp_download__area .sp_download__list li {
      position: relative;
      width: 40%;
      margin-right: 3%;
    }
    .sp_download__area .sp_download__list li:last-child {
      margin-right: 0;
    }
    .sp_download__area .sp_download__list li .dl_btn {
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: top center;
    }
    .sp_download__area .sp_download__list li a {
      display: block;
      width: 100%;
    }
    .sp_download__area .sp_download__list .app_store .dl_btn {
      width: 100%;
      background-image: url("../images/common/app_store.png");
      padding-top: calc(88 / 300 * 100%);
    }
    .sp_download__area .sp_download__list .googleplay .dl_btn {
      background-image: url("../images/common/google_play.png");
      padding-top: calc(88 / 300 * 100%);
    }
    .sp_download__message {
      width: 60%;
      margin: 5px auto 0;
      background: url("../images/common/sp/dl_message.png") no-repeat top center;
      background-size: 100%;
      padding-top: calc(50 / 600 * 60%);
      padding-bottom: 1%;
    }
    .js-market-link {
      width: 250px;
      margin: 0 auto;
      padding-top: 10px;
    }
    /* 追従Xバナー */
    #follow-nav{
      display: none;
      bottom: 40px;
      width: 250px;
    }

    #follow-nav.on {
      right: 20px;
    }
    /* TOPのみ */
    .top-vampire #follow-nav{
      right: -120px;
      opacity: 0;
      width: 250px;
    }

    .top-vampire #follow-nav.on {
      right: 20px;
      opacity: 1;
      width: 250px;
    }

    .top-vampire #follow-nav.remove {
      right: -120px;
      opacity: 0;
      width: 250px;
    }
  }
  
  @media screen and (max-width: 330px) {
    .catch_box .copy_text {
      color: #c17e80;
    }
    .catch_box .copy_text br {
      display: inline;
    }
  }
  .news-image {
      position: relative;
      width: 100%;
      padding-top: 56%;
      overflow: hidden;
      margin-bottom: 5px;
  }
  .news-image img {
     position: absolute;
     top: 50%;
     left: 50%;
     -webkit-transform: translateY(-50%) translateX(-50%);
     -ms-transform: translateY(-50%) translateX(-50%);
     transform: translateY(-50%) translateX(-50%);
     width: 100%
  }
  .news_bg__img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-size: cover;
      background-position: center;
      -webkit-filter: blur(5px);
      filter: blur(5px);
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
      opacity: .5
  }


.breadcrumb_wrap{
  margin-bottom: 2%;
  width: 98%;
  margin-right: auto;
  margin-left: auto;
}
.breadcrumb_inner{
  display: flex;
  flex-wrap: wrap;
  line-height: 1.4;
  font-size: .8rem;
  color: #583831;
}
.breadcrumb_inner li {
  padding: 0 10px;
}
.breadcrumb_inner li:first-child {
  padding-left: 0;
}
.breadcrumb_inner li:last-child {
  padding-right: 0;
  color: #84103b;
}
.breadcrumb_inner li + li{
  position: relative;
}
.breadcrumb_inner li + li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  width: 1px;
  height: .9em;
  background: rgba(126, 94, 86, 0.463);
  transform: translateY(-50%) rotate(30deg);
}
@media screen and (max-width: 750px) {
  .breadcrumb_wrap{
    margin: 0 auto 3%;
    width: 95%;
  }
  .breadcrumb_inner li {
    padding: 0 8px;
    font-size: .7rem;
  }
  .breadcrumb_inner li + li::before{
    top: 7px;
    height: 0.8em;
  }
}