body {
  opacity: 0;
  filter: alpha(opacity=0);
}

#wrapper {
  padding-top: 0;
}

.mainArea {
  position: relative;
  margin-top: 85px;
}

.mainArea .movie {
  position: absolute;
}

.mainArea .movie:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/top/btn_movie.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.mainArea .catch {
  position: absolute;
}

.mainArea h1 {
  position: absolute;
  text-indent: -1000px;
  overflow: hidden;
}

.mainArea .bnr_top {
  position: absolute;
}

@media only screen and (min-width: 481px) {
  .mainArea {
    background: url("../img/top/img_main_bg.jpg") no-repeat center top;
  }
  .mainArea .image img {
    width: 100%;
  }
  .mainArea .catch {
    top: 37px;
    right: 20px;
    width: 10.4%;
    max-width: 117px;
  }
  .mainArea .catch img {
    width: 100%;
  }
  .mainArea .movie {
    top: 8px;
    left: 8px;
    padding: 46px 16px;
  }
  .mainArea h1 {
    background: url("../img/top/logo.png") no-repeat center bottom;
    -webkit-background-size: contain;
    background-size: contain;
    width: 58%;
    max-width: 730px;
    height: 260px;
    left: 0;
    bottom: 47px;
  }
  .mainArea .bnr_top {
    bottom: 55px;
    right: 40px;
    width: 35%;
    max-width: 430px;
  }
  .mainArea .bnr_top img {
    width: 100%;
  }
  .mainArea .bnr_top a {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    cursor: pointer;
  }
  .mainArea .bnr_top a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
  }
}

@media only screen and (max-width: 480px) {
  .mainArea {
    background: url("../img/top/bg_main_sp.jpg");
    -webkit-background-size: cover;
    background-size: cover;
    padding-bottom: 30px;
  }
  .mainArea .catch {
    width: 116px;
    width: 15.46%;
    top: 32px;
    right: 0;
  }
  .mainArea h1 {
    background: url("../img/top/logo_sp.png") no-repeat top;
    -webkit-background-size: 100%;
    background-size: 100%;
    width: 100%;
    height: 280px;
    top: 68%;
  }
  .mainArea .bnr_top {
    position: relative;
    margin: 0 15px;
  }
}

.top_news {
  position: relative;
  background: url("../img/common/contents/news/bg_news_top.jpg") repeat-x left top, url("../img/common/contents/news/bg_news_bottom.jpg") repeat-x left bottom, url("../img/common/contents/news/bg_news_main.jpg") left top;
  position: relative;
  z-index: 1;
}

.top_news h2 {
  position: absolute;
}

.top_news .news_contents dl dd a {
  color: #836143;
}

@media only screen and (min-width: 481px) {
  .top_news h2 {
    top: -18px;
    left: 20px;
  }
  .top_news h2 img {
    width: 130px;
  }
  .top_news a {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    cursor: pointer;
  }
  .top_news a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
  }
  .top_news .more {
    position: absolute;
    right: 28px;
    top: 18px;
    cursor: pointer;
    background: url("../img/common/contents/news/icon_more.png") no-repeat left top;
    height: 16px;
    padding-left: 20px;
    font-size: 14px;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    cursor: pointer;
  }
  .top_news .more.close {
    background-position: left bottom;
  }
  .top_news .more:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
  }
  .top_news .news_contents {
    margin: 0 160px;
    padding: 11px 0;
  }
  .top_news .news_contents dl {
    display: none;
    margin-top: 8px;
    line-height: 1.4;
  }
  .top_news .news_contents dl:first-child {
    display: block;
    margin-top: 0;
  }
  .top_news .news_contents dl dt {
    background: url("../img/common/contents/news/icon_note.png") no-repeat right center;
    -webkit-background-size: 16px auto;
    background-size: 16px auto;
    float: left;
    padding: 3px 0;
    padding-right: 25px;
    margin-right: 7px;
  }
  .top_news .news_contents dl dd {
    float: left;
    padding: 3px 0;
  }
  .top_news .news_contents dl dd a {
    text-decoration: none;
  }
}

@media only screen and (max-width: 480px) {
  .top_news {
    -webkit-background-size: 45px ,45px ,45px;
    background-size: 45px ,45px ,45px;
    padding: 50px 0 20px;
  }
  .top_news h2 {
    width: 100%;
    text-align: center;
    top: -30px;
  }
  .top_news h2 img {
    width: 220px;
    width: 29.33%;
  }
  .top_news .news_contents {
    margin: 0 15px;
  }
  .top_news .news_contents dl {
    /* position: relative; */
    padding-bottom: 1.2em;
    margin-bottom: 10px;
    font-size: 15px;
  }
  .top_news .news_contents dl dt {
    background: url("../img/common/contents/news/icon_note.png") no-repeat left center;
    -webkit-background-size: 13px auto;
    background-size: 13px auto;
    /* position: absolute; */
    bottom: 0;
    left: 0;
    padding-left: 20px;
  }
  .top_news .news_contents dl dd {
    line-height: 1.4;
  }
  .top_news .bnr_twitter {
    width: 580px;
    width: 77.33%;
    margin: auto;
  }
}

.youtube {
  position: relative;
  background: url("../img/forfan/bg_movie.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

@media only screen and (min-width: 481px) {
  .youtube {
    padding: 110px 0;
  }
  .youtube .snow {
    position: absolute;
  }
  .youtube .snow--01 {
    bottom: 50px;
    left: 50%;
    margin-left: -650px;
  }
  .youtube .snow--02 {
    top: 190px;
    left: 50%;
    margin-left: -550px;
  }
  .youtube .snow--03 {
    top: -50px;
    right: 50%;
    margin-right: -650px;
  }
  .youtube .snow--04 {
    bottom: 180px;
    right: 50%;
    margin-right: -600px;
  }
  .youtube .player {
    position: relative;
    width: 970px;
    height: 546px;
    margin: auto;
    border: 10px solid #cdaa89;
  }
}

@media only screen and (max-width: 480px) {
  .youtube {
    padding: 40px 0;
    position: relative;
  }
  .youtube .player {
    height: 190px;
    margin: 0 15px;
    border: 3px solid #cdaa89;
  }
}

.about_box {
  background: url("../img/forfan/bg_box.jpg") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}

.about_box .wrap {
  background: url("../img/forfan/bg_box-snow.png") no-repeat center;
}

.about_box .wrap .img {
  margin-bottom: 30px;
}

@media only screen and (min-width: 481px) {
  .about_box {
    padding: 110px 0;
    text-align: center;
  }
  .about_box .wrap {
    -webkit-background-size: 1200px;
    background-size: 1200px;
  }
  .about_box .text {
    margin-bottom: 28px;
  }
  .about_box a {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    cursor: pointer;
  }
  .about_box a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
  }
}

@media only screen and (max-width: 480px) {
  .about_box {
    padding: 60px 0;
  }
  .about_box .wrap {
    -webkit-background-size: 131%;
    background-size: 131%;
  }
  .about_box .text {
    width: 622px;
    width: 82.93%;
    margin: 0 auto 15px;
  }
  .about_box .btn_box_more {
    width: 450px;
    width: 60%;
    margin: auto;
  }
}

@media only screen and (min-width: 481px) {
  .about_game {
    margin-top: 85px;
  }
  .about_game h2 {
    margin: 0 132px 45px;
    padding-top: 60px;
    text-align: center;
  }
  .about_game h2:before {
    width: 132px;
    height: 132px;
    left: -132px;
  }
  .about_game h2:after {
    width: 132px;
    height: 132px;
    right: -132px;
  }
  .about_game .chara {
    position: absolute;
    top: -30px;
    right: 50%;
    margin-right: -580px;
  }
  .about_game .game {
    width: 1080px;
    margin: auto;
    padding-top: 5px;
    margin-bottom: 100px;
  }
  .about_game .game .image_wrap {
    position: relative;
    width: 552px;
    height: 416px;
    background: url("../img/forfan/bg_thumb.png") no-repeat center top;
    -webkit-background-size: 100% auto;
            background-size: 100% auto;
  }
  .about_game .game .image_wrap:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/forfan/frame_thumb.png") no-repeat center top;
    -webkit-background-size: 100% auto;
            background-size: 100% auto;
  }
  .about_game .game .image {
    position: relative;
    top: 66px;
    left: 26px;
    width: 500px;
    height: 316px;
  }
  .about_game .game .image p {
    position: absolute;
  }
  .about_game .game .image p.image__item {
    display: none;
  }
  .about_game .game .image img {
    width: 100%;
  }
  .about_game .game .image_num {
    position: absolute;
    bottom: 0;
    z-index: 1;
  }
  .about_game .game .image_num li {
    width: 65px;
    height: 65px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
  }
  .about_game .game .image_num li.num--01 {
    background: url("../img/chara/btn_still_1.png") no-repeat center top;
    -webkit-background-size: cover;
            background-size: cover;
  }
  .about_game .game .image_num li.num--02 {
    background: url("../img/chara/btn_still_2.png") no-repeat center top;
    -webkit-background-size: cover;
            background-size: cover;
  }
  .about_game .game .image_num li.num--03 {
    background: url("../img/chara/btn_still_3.png") no-repeat center top;
    -webkit-background-size: cover;
            background-size: cover;
  }
  .about_game .game .image_num li:hover.num--01 {
    background: url("../img/chara/btn_still_1.png") no-repeat center -65px;
    -webkit-background-size: cover;
            background-size: cover;
  }
  .about_game .game .image_num li:hover.num--02 {
    background: url("../img/chara/btn_still_2.png") no-repeat center -65px;
    -webkit-background-size: cover;
            background-size: cover;
  }
  .about_game .game .image_num li:hover.num--03 {
    background: url("../img/chara/btn_still_3.png") no-repeat center -65px;
    -webkit-background-size: cover;
            background-size: cover;
  }
  .about_game .game .image_num li.active.num--01 {
    background: url("../img/chara/btn_still_1.png") no-repeat center -65px;
    -webkit-background-size: cover;
            background-size: cover;
  }
  .about_game .game .image_num li.active.num--02 {
    background: url("../img/chara/btn_still_2.png") no-repeat center -65px;
    -webkit-background-size: cover;
            background-size: cover;
  }
  .about_game .game .image_num li.active.num--03 {
    background: url("../img/chara/btn_still_3.png") no-repeat center -65px;
    -webkit-background-size: cover;
            background-size: cover;
  }
  .about_game .game .info {
    position: relative;
    width: 523px;
    padding-top: 45px;
  }
  .about_game .game .info img {
    width: 100%;
  }
  .about_game .game .info .obj {
    position: absolute;
    width: 165px;
  }
  .about_game .game .info h3 {
    position: relative;
  }
  .about_game .game .info .text {
    position: relative;
    font-size: 16px;
    line-height: 1.6;
    margin-left: 45px;
    margin-top: 20px;
  }
  .about_game .game1 .image_wrap, .about_game .game3 .image_wrap {
    float: right;
    right: -2px;
  }
  .about_game .game1 .image_wrap .image_num, .about_game .game3 .image_wrap .image_num {
    right: 0;
  }
  .about_game .game1 .info, .about_game .game3 .info {
    float: left;
  }
  .about_game .game1 .info .obj, .about_game .game3 .info .obj {
    top: 30px;
    left: -30px;
  }
  .about_game .game2 .image_wrap, .about_game .game4 .image_wrap {
    float: left;
    left: -2px;
  }
  .about_game .game2 .image_wrap .image_num, .about_game .game4 .image_wrap .image_num {
    left: 0;
  }
  .about_game .game2 .info, .about_game .game4 .info {
    float: right;
  }
  .about_game .game2 .info .obj, .about_game .game4 .info .obj {
    top: 0;
    right: -10px;
  }
  .about_game .game1 {
    margin-bottom: 110px;
  }
  .about_game .game1 .info:before {
    content: '';
    position: absolute;
    top: 100px;
    right: -25px;
    width: 2000px;
    height: 342px;
    background: rgba(186, 228, 253, 0.5);
  }
  .about_game .game2 {
    margin-bottom: 110px;
  }
  .about_game .game2 .info:before {
    content: '';
    position: absolute;
    top: 100px;
    left: -25px;
    width: 2000px;
    height: 342px;
    background: rgba(249, 207, 223, 0.5);
  }
  .about_game .game3 {
    margin-bottom: 0;
  }
  .about_game .game3 .image {
    left: 25px;
  }
  .about_game .game3 .info {
    margin-top: 0px;
  }
  .about_game .game3 .info:before {
    content: '';
    position: absolute;
    top: 100px;
    right: -18px;
    width: 2000px;
    height: 342px;
    background: rgba(246, 239, 180, 0.5);
  }
  .about_game .game4 {
    margin-bottom: 253px;
  }
  .about_game .game4 .image {
    float: left;
    left: -15px;
  }
  .about_game .game4 .info {
    margin-top: 0;
    padding-top: 44px;
  }
  .about_game .game4 .info:before {
    content: '';
    position: absolute;
    top: 100px;
    left: -18px;
    width: 2000px;
    height: 342px;
    background: rgba(222, 249, 207, 0.5);
  }
  .about_game .btn_chara {
    width: 1040px;
    margin: 120px auto 40px;
  }
  .about_game .btn_chara a {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    cursor: pointer;
  }
  .about_game .btn_chara a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
  }
}

@media only screen and (max-width: 480px) {
  .title_top {
    position: relative;
  }
  .about_game {
    position: relative;
    margin-top: 60px;
  }
  .about_game h2 {
    position: relative;
    left: 50%;
    margin: 45px 0 30px;
    padding-top: 45px;
    margin-left: -300px;
    width: 600px;
    -webkit-background-size: 5px;
    background-size: 5px;
  }
  .about_game h2:before {
    width: 66px;
    height: 66px;
    left: -66px;
    -webkit-background-size: contain;
    background-size: contain;
  }
  .about_game h2:after {
    width: 66px;
    height: 66px;
    right: -66px;
    -webkit-background-size: contain;
    background-size: contain;
  }
  .about_game .game {
    margin: 0 15px 30px;
  }
  .about_game .game .image_wrap {
    width: 345px;
    height: 260px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 15px;
    background: url("../img/forfan/bg_thumb.png") no-repeat center top;
    -webkit-background-size: 100% auto;
            background-size: 100% auto;
  }
  .about_game .game .image_wrap:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/forfan/frame_thumb.png") no-repeat center top;
    -webkit-background-size: 100% auto;
            background-size: 100% auto;
  }
  .about_game .game .image {
    position: relative;
    top: 41px;
    left: 17px;
    width: 312px;
    height: 196px;
  }
  .about_game .game .image p {
    position: absolute;
  }
  .about_game .game .image p.image__item {
    display: none;
  }
  .about_game .game .image img {
    width: 100%;
  }
  .about_game .game .image_num {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
  .about_game .game .image_num li {
    width: 55px;
    height: 55px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
  }
  .about_game .game .image_num li.num--01 {
    background: url("../img/chara/btn_still_1.png") no-repeat center top;
    -webkit-background-size: cover;
            background-size: cover;
  }
  .about_game .game .image_num li.num--02 {
    background: url("../img/chara/btn_still_2.png") no-repeat center top;
    -webkit-background-size: cover;
            background-size: cover;
  }
  .about_game .game .image_num li.num--03 {
    background: url("../img/chara/btn_still_3.png") no-repeat center top;
    -webkit-background-size: cover;
            background-size: cover;
  }
  .about_game .game .image_num li.active.num--01 {
    background: url("../img/chara/btn_still_1.png") no-repeat center -55px;
    -webkit-background-size: cover;
            background-size: cover;
  }
  .about_game .game .image_num li.active.num--02 {
    background: url("../img/chara/btn_still_2.png") no-repeat center -55px;
    -webkit-background-size: cover;
            background-size: cover;
  }
  .about_game .game .image_num li.active.num--03 {
    background: url("../img/chara/btn_still_3.png") no-repeat center -55px;
    -webkit-background-size: cover;
            background-size: cover;
  }
  .about_game .game .info {
    position: relative;
    padding: 15px 0;
  }
  .about_game .game .info img {
    width: 100%;
  }
  .about_game .game .info .obj {
    position: absolute;
    width: 85px;
  }
  .about_game .game .info h3 {
    position: relative;
  }
  .about_game .game .info .text {
    position: relative;
    font-size: 15px;
    line-height: 1.6;
    margin: 15px 27px 0;
  }
  .about_game .game1 .info .obj, .about_game .game3 .info .obj {
    top: 0;
    left: -10px;
  }
  .about_game .game2 .info .obj, .about_game .game4 .info .obj {
    top: 0;
    right: -10px;
  }
  .about_game .game4 .image {
    top: 0;
    left: 0;
    width: 100%;
    margin: 0 auto;
    height: auto;
  }
  .about_game .game4 .info {
    margin-top: 20px !important;
  }
  .about_game .game1 .info:before {
    content: '';
    position: absolute;
    top: 0;
    left: -15px;
    width: 105%;
    height: 100%;
    background: rgba(186, 228, 253, 0.5);
  }
  .about_game .game2 .info:before {
    content: '';
    position: absolute;
    top: 0;
    right: -15px;
    width: 105%;
    height: 100%;
    background: rgba(249, 207, 223, 0.5);
  }
  .about_game .game3 .info:before {
    content: '';
    position: absolute;
    top: 0;
    left: -15px;
    width: 105%;
    height: 100%;
    background: rgba(246, 239, 180, 0.5);
  }
  .about_game .game4 .info {
    margin-top: 55px;
  }
  .about_game .game4 .info:before {
    content: '';
    position: absolute;
    top: 0;
    right: -15px;
    width: 105%;
    height: 100%;
    background: rgba(222, 249, 207, 0.5);
  }
  .about_game .btn_chara {
    margin: 0 15px 40px;
  }
}

.btn_boxlink {
  background: url("../img/common/contents/line_top.png") no-repeat center top, url("../img/common/contents/line_bottom.png") no-repeat center bottom;
}

.btn_boxlink .other {
  text-align: center;
  letter-spacing: -0.4em;
}

.btn_boxlink .other li {
  display: inline-block;
}

@media only screen and (min-width: 481px) {
  .btn_boxlink {
    padding: 75px 0;
    width: 1040px;
    margin: 0 auto 70px;
  }
  .btn_boxlink .bnr_trusure {
    margin-bottom: 10px;
  }
  .btn_boxlink .other a {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    cursor: pointer;
  }
  .btn_boxlink .other a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
  }
  .btn_boxlink .other li:first-child {
    margin-right: 10px;
  }
}

@media only screen and (max-width: 480px) {
  .btn_boxlink {
    position: relative;
    padding: 50px 0;
    -webkit-background-size: auto 40px;
    background-size: auto 40px;
    margin: 0 15px 40px;
  }
  .btn_boxlink .bnr_trusure {
    margin-bottom: 8px;
  }
  .btn_boxlink .other li {
    width: 49%;
  }
  .btn_boxlink .other li:first-child {
    margin-right: 2%;
  }
}

.twitter_wrap {
  position: relative;
  width: 100%;
  margin: 0 auto 80px;
  text-align: center;
}

@media only screen and (min-width: 481px) {
  .twitter_wrap .title {
    margin-bottom: 30px;
  }
  .twitter_wrap .twitter-timeline {
    width: 580px;
    margin: 0 auto;
  }
  .twitter_wrap .tw_btn {
    width: 460px;
    margin: 40px auto 0;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    cursor: pointer;
  }
  .twitter_wrap .tw_btn:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
  }
  .twitter_wrap .tw_btn img {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .twitter_wrap {
    width: 77.333%;
    margin: 0 auto 40px;
  }
  .twitter_wrap .title {
    width: 110%;
    margin-bottom: 15px;
    margin-left: -5%;
  }
  .twitter_wrap .tw_btn {
    margin: 20px auto 0;
  }
  .twitter_wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px !important;
  }
}

.product {
  background: rgba(186, 228, 253, 0.5);
}

.product .info dl dt {
  float: left;
  background: url("../img/common/contents/spec/icon_snow.png") no-repeat left center;
}

.product .info dl dd {
  float: left;
  line-height: 1.4;
}

@media only screen and (min-width: 481px) {
  .product {
    padding: 68px 0 65px;
  }
  .product .wrap {
    width: 740px;
    margin: auto;
  }
  .product .jacket {
    float: left;
    margin-right: 44px;
  }
  .product .jacket img {
    width: 190px;
  }
  .product .info {
    float: left;
  }
  .product .info dl {
    margin-bottom: 6px;
  }
  .product .info dl dt {
    padding: 5px 0 5px 28px;
    width: 7em;
  }
  .product .info dl dd {
    padding-top: 2px;
  }
  .product .info dl dd .notes {
    font-size: 12px;
  }
  .product .btn_reserve {
    width: 450px;
    margin: 35px auto 0;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    cursor: pointer;
  }
  .product .btn_reserve:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
  }
}

@media only screen and (max-width: 480px) {
  .product {
    position: relative;
    padding: 50px 0 40px;
  }
  .product .jacket {
    width: 380px;
    width: 50.66%;
    margin: 0 auto 35px;
  }
  .product .info dl {
    margin: 0 15px 5px;
    padding-bottom: 5px;
    font-size: 15px;
    border-bottom: 1px solid rgba(131, 97, 67, 0.2);
  }
  .product .info dl:last-child {
    border-bottom: 0;
  }
  .product .info dl dt {
    float: left;
    width: 33%;
    -webkit-background-size: 12px;
    background-size: 12px;
    padding: 5px 0 5px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .product .info dl dd {
    float: left;
    width: 67%;
    line-height: 1.4;
    padding-top: 2px;
  }
  .product .info dl dd p {
    font-size: 12px;
  }
  .product .btn_reserve {
    width: 450px;
    width: 60%;
    margin: 30px auto 0;
  }
}

@media only screen and (max-width: 374px) {
  .about_game .game .image_wrap {
    width: 294px;
    height: 222px;
    position: relative;
    margin-bottom: 15px;
    background: url("../img/forfan/bg_thumb.png") no-repeat center top;
    -webkit-background-size: 100% auto;
            background-size: 100% auto;
  }
  .about_game .game .image_wrap:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/forfan/frame_thumb.png") no-repeat center top;
    -webkit-background-size: 100% auto;
            background-size: 100% auto;
  }
  .about_game .game .image {
    position: relative;
    top: 34px;
    left: 12px;
    width: 269px;
    height: 170px;
  }
  .about_game .game .image p {
    position: absolute;
  }
  .about_game .game .image p.image__item {
    display: none;
  }
  .about_game .game .image img {
    width: 100%;
  }
  .about_game .game .image_num {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
  .about_game .game .image_num li {
    width: 46px;
    height: 46px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
  }
  .about_game .game .image_num li.num--01 {
    background: url("../img/chara/btn_still_1.png") no-repeat center top;
    -webkit-background-size: cover;
            background-size: cover;
  }
  .about_game .game .image_num li.num--02 {
    background: url("../img/chara/btn_still_2.png") no-repeat center top;
    -webkit-background-size: cover;
            background-size: cover;
  }
  .about_game .game .image_num li.num--03 {
    background: url("../img/chara/btn_still_3.png") no-repeat center top;
    -webkit-background-size: cover;
            background-size: cover;
  }
  .about_game .game .image_num li.active.num--01 {
    background: url("../img/chara/btn_still_1.png") no-repeat center -46px;
    -webkit-background-size: cover;
            background-size: cover;
  }
  .about_game .game .image_num li.active.num--02 {
    background: url("../img/chara/btn_still_2.png") no-repeat center -46px;
    -webkit-background-size: cover;
            background-size: cover;
  }
  .about_game .game .image_num li.active.num--03 {
    background: url("../img/chara/btn_still_3.png") no-repeat center -46px;
    -webkit-background-size: cover;
            background-size: cover;
  }
  .about_game .game4 .image {
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }
}
