/*-------------        RESET&GLOBAL     -------------*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}



a {
    /* FireFox リンク選択時の点線を消す　*/
    overflow: hidden;
    outline: none;
    color: #fff;
    text-decoration: none;
}

.button01 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    padding: 1em 2em;
    width: 300px;
    color: #333;
    font-size: 18px;
    font-weight: 700;
    background-color: #cccccc;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.button01 a::after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #333333;
    border-right: 3px solid #333333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.button01 a:hover {
    text-decoration: none;
    background-color: #bbbbbb;
}

.t-center {
    text-align: center;
}


ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.s {
    font-size: 10px;
}

.m05 {
    margin-bottom: 5px;
}

.m10 {
    margin-bottom: 3px;
}

.m20 {
    margin-bottom: 0px;
}

.m30 {
    margin-bottom: 30px;
}

.m40 {
    margin-bottom: 40px;
}

.m50 {
    margin-bottom: 50px;
}

.m50 {
    margin-bottom: 5vw;
}

.m60 {
    margin-bottom: 60px;
}

.m70 {
    margin-bottom: 70px;
}

.m70 {
    margin-bottom: 7vw;
}

.m80 {
    margin-bottom: 80px;
}

.m90 {
    margin-bottom: 90px;
}

.m90 {
    margin-bottom: 5vw;
}

.m100 {
    margin-bottom: 100px;
}

.m120 {
    margin-bottom: 120px;
}

.m120 {
    margin-bottom: 8vw;
}


.m140 {
    margin-bottom: 140px;
}

.t-left {
    text-align: left;
}

.t-center {
    text-align: center;
}

.m-center {
    margin: 0 auto;
}

/* CLEARFIX */

.fix:after {
    content: " ";
    display: block;
    clear: both;
}

h3 {
    width: 1280px;
    display: block;
    text-align: center;
    margin: 0 auto;

}

.orange {
    color: darkorange;
}

.red {
    color: #f70000;
}

.green {
    color: aquamarine;
}

.b {
    font-weight: bold;
}

.link_s1 {
    color: cornflowerblue;
    position: relative;
    top: -110px;
    left: 510px;
    text-decoration: underline;
}

.link_s1_ic {
    position: relative;
    top: 7px;
    margin-right: 5px;
}

.fs01 {
    font-size: 18px;
}

.fs02 {
    font-size: 16px;
}

.ct1 {
    display: block;
    position: relative;
    top: -30px;
}

/*-----------------------------------------*/
/*-----------------------------------------*/
/*---------------      PC    --------------*/
/*-----------------------------------------*/
/*-----------------------------------------*/

html {
    height: 100%;
}

body {
    height: 100%;
    line-height: 1;

    font-family: "Noto Sans JP", "sans-serif", "Yu Gothic Medium", " 游ゴシック Medium", "YuGothic","游ゴシック体","verdana","sans-serif";
 margin: 0;
    padding: 0;

    -webkit-overflow-scrolling: touch;
    background: #000;
}

/* video */

.video-box_pc {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 730px;
}

.video {
    position: absolute;
    top: 49%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.video-box_sp {
    display: none;
}

/* overlay */

.overlay::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0);
}

/* text */

.wrap {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    top: 0;
}

.wrap img {
    max-width: 100%;
}

.c_w {
    width: 1280px;
    margin: 0 auto;
}


.contents {
    width: 1280px;
    margin: 0 auto;
    margin-top: 140px;
    height: 430px;
}

.a1 {
    width: 1280px;
    overflow: hidden;
    margin: 0 auto;
    background: url(../images/1/tile.png);
    text-align: center;
    padding-top: 40px;
}

.a1 img {
    width: 96%;
}


.a1_2 {
    width: 1280px;
    overflow: hidden;
    margin: 0 auto;
    background: url(../images/1/tile.png);
    text-align: center;
}


.a1_2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 145%;
    margin-top: 0px;
    position: relative;
    z-index: 1;
}

.i100 {
    width: 100%;
}


h3 {
    margin-bottom: 10px;
    text-align: left;
    padding-top: 10px;
}

h2 {
    margin-bottom: 20px;
}


/*    TOPページヘッダー   */
.header_left {
    float: left;
    width: 650px;
    margin-top: -120px;
    /* margin-bottom: 70px; */
    margin-left: 8px;
}




.main {
    position: relative;
    text-align: center;
}

/*----- ナビ -----*/


.main ul {
    float: right;
    margin-bottom: 0px;
    margin-top: -225px;
    margin-right: 10px;
    /* margin-right: 10px; */
}

.main li {
    float: left;
    width: 254px;
    height: 30px;
}

.shopbutton a img {
    left: 50px;
}

/*----- 2P以降ナビ -----*/

.logo {
    position: relative;
    left: 70px;
    top: -10px;
    width: 330px;
    margin: 10px 120px 10px 0;
}

ul.sub_nav {
    position: relative;
    top: -150px;
    height: 64px;
    overflow: hidden;
    float: right;
    margin-right: 10px;
}

.sub_nav li {
    float: left;
    width: 254px;
}




.sub_menu {
    position: relative;
    z-index: 10;
    left: 500px;
    width: 712px;
    top: -155px;
    left: 565px;

}

.sub_menu li {
    float: left;
    width: 220px;
    height: 30px;
    border: #fff 1px solid;
    margin-right: 15px;
}


/*-----------------------------------*/
/*-----    2ページ以降ヘッダー   -------*/

.sub_header1 {
    width: 1280px;
    margin: 0 auto;
    height: auto;
    height: 208px;
    position: relative;
    text-align: center;
    background: url(../images/1/header1.png)center top no-repeat;
    background-size: contain;
    overflow: hidden;
    margin-bottom: -1px;
}

.sub_header2 {
    width: 1280px;
    margin: 0 auto;
    height: auto;
    height: 208px;
    position: relative;
    text-align: center;
    background: url(../images/1/header2.png)center top no-repeat;
    background-size: contain;
    overflow: hidden;
    margin-bottom: -1px;
}


.sub_header3 {
    width: 1280px;
    margin: 0 auto;
    height: auto;
    height: 208px;
    position: relative;
    text-align: center;
    background: url(../images/1/header3.png)center top no-repeat;
    background-size: contain;
    overflow: hidden;
    margin-bottom: -1px;
}

.sub_header4 {
    width: 1280px;
    margin: 0 auto;
    height: 208px;
    position: relative;
    text-align: center;
    background: url(../images/1/header4.png)center top no-repeat;
    background-size: contain;
    overflow: hidden;
    margin-bottom: -2px;
}

.sub_header4 .logo{
    display: flex;
    justify-content: center;
    width: 660px;
    margin: 0 auto;
    margin-left: 0px;
    
}
/*-----------------------------------*/

.sub_header h2 {
    margin-top: -50px;
    color: #fff;
}


.cp {
    width: 720px;
    height: 120px;
    position: relative;
    left: 150px;
    top: 150px;
}

.inner {
    width: 1200px;
    margin: 0 auto;
    text-align: left;
}

.nsw {
    width: 100px;
    position: relative;
}

.ps4 {
    width: 283px;
    position: relative;
    right: 5px;
}

.slick-next {
    right: 10px !important;
}

.slick-prev {
    position: relative;
    z-index: 10;
    left: 10px !important;
}

.slide-dots {
    position: relative;
    top: -90px;
}

.bn_area {
    float: right;
    width: 217px;
    margin-top: -140px;
    margin-right: 10px;
}

.bn_area2 {
    float: right;
    width: 420px;
    margin-top: -260px;
    margin-right: 220px;
}

/* ---- インフォメーション    ----*/

/*-- スライダー関連はcommon.cssに記載  --*/
.info_base {
    margin: 0 auto;
    width: 100%;
    height: 410px;
    background-color: #4e4e4e;
    padding-top: 50px;
    z-index: 5;
    margin-top: -57px;
}

.info_mask {
    position: relative;
    width: 100px;
    height: 355px;

    top: 35px;
    left: 1183px;
    z-index: 80;
    margin-bottom: -355px;
}

@media screen and (max-device-width: 480px) {
    .info_mask {
        position: relative;
        width: 100px;
        height: 355px;
        top: 20px;
        left: 1180px;
        z-index: 80;
        margin-bottom: -355px;
    }
}

.info_huguai {
    width: 230px;
    height: 340px;
    background: url(../images/1/info_defect.png) no-repeat center top;
    background-size: contain;
    padding-top: 37px;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
    font-size: 12px;
}


.info_update {
    width: 230px;
    height: 340px;
    background: url(../images/1/info_update.png) no-repeat center top;
    background-size: contain;
    padding-top: 37px;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
    font-size: 12px;
}

.info_add {
    width: 230px;
    height: 340px;
    background: url(../images/1/info_additional_content.png) no-repeat center top;
    background-size: contain;
    padding-top: 37px;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
    font-size: 12px;
}

.info_koushin {
    width: 230px;
    height: 340px;
    background: url(../images/1/info_updateinfo.png) no-repeat center top;
    background-size: contain;
    padding-top: 37px;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
    font-size: 12px;
}

.info_stit {
    display: block;
    font-weight: bold;
    margin-bottom: -20px;
    font-size: 11px;
}

.info_date {
    color: #fff;
    display: block;
    width: 70px;
    position: absolute;
    left: 160px;
    top: 260px;
}

.new {
    position: absolute;
    z-index: 200;
    margin-top: -5px;
    left: 140px;
    width: 96px;
    height: 40px;
}

.bn {
    display: block;
    margin-bottom: px;
}

.button01 {
    position: relative;
    margin-top: 100px;
    text-align: center;
    left: 400px;
}

table {
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    color: 1a1a1a !important;
    margin-top: 15px;
    border: 20px solid #fff;
    border-collapse: separate;
    border-radius: 15px;
    font-size: 12px;
}

td {
    padding: 5px;
}

.pkg1 {
    position: relative;
    left: 845px;
    top: -171px;
    overflow: hidden;
    margin-bottom: 20px;
}

.pkg1 img {
    width: 280px;
}

.pkg {
    position: relative;
    left: 845px;
    top: -161px;
    overflow: hidden;
    margin-bottom: 20px;
}

.pkg img {
    width: 280px;
}


.a1 {
    font-size: 20px;
    font-weight: bold;
    line-height: 145%;
    position: relative;
    z-index: 1;
}


.game_b1 {
    float: right;
    margin-bottom: 30px;
    margin-right: 20px;
    margin-top: 30px;
}

.a1 h2 {}


.tsuika_info {
    background-color: #000;
    color: #fff;
    padding: 20px 0 5px 50px;
    line-height: 170%;
    margin-bottom: 30px;
    overflow-x: auto;
    text-align: left;
}

.tsuika_info a {
    text-decoration: underline;
}

.tsuika_info a:hover {
    color: aqua;
}

.tsuika_text {
    line-height: 150%;

}

.add_in {
    width: 870px;
    margin: 0 auto;
}


.a2 {
    background-color: #4e4e4e;
    margin: 0 auto;
    width: 1280px;
    min-height: 900px;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 30px;
}


#info_main {
    position: absolute;
    top: 210px;
    width: 750px;
    height: 950px;
}


#Tabs {
    width: 1280px;
    font-size: 12px;
}


@media screen and (max-device-width: 480px) {
    #Tabs {}

    .a2 {
        font-size: 10px;
    }
}

#Tabs ul {
    float: left;
    width: 440px;
    margin-left: 40px;
    margin-top: -7px;
}

#Tabs li {
    width: 440px;
    height: 90px;
    margin-right: 30px;
    background: url(../images/1/information_cursor.png) center top no-repeat;
    background-size: contain;
}

#Tabs li a {
    display: block;
    height: 100%;
    width: 100%
}

#Tabs li:hover {
    background: url(../images/1/information_cursor2.png) center top no-repeat;
    background-size: contain;
    background-color: #4c4c4c;
}


#Tabs .nohv:hover {
    position: absolute;
    background: url(../images/1/information_cursor.png) center top no-repeat;
    background-size: contain;
    display: inline-block;
}

#Tabs a {
    color: #fff;
}

.info_contents h3 {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 130%;
}

.info_contents div {
    line-height: 130%;
}


#Tabs .active {
    width: 440px;
    height: 90px;
    background: url(../images/1/information_cursor_active.png) center top no-repeat !important;
    background-size: contain !important;
}

.tab_inn {
    position: relative;
    width: 388px;
    height: 50px;
    left: 26px;
    top: 30px;
}

.tab_stit {
    font-size: 14px;
    margin-bottom: 7px;
    font-family: Verdana;
    font-weight: bold;
}

.tab_i1a {
    font-size: 14px;
    margin-right: 20px;
}

.tab_i1b {
    font-size: 14px;
    margin-right: 6px;
}

.tab_i1c {
    font-size: 14px;
    margin-right: 47px;
}

.tab_i2 {
    font-size: 12px;
}

.tab_platform{
    background-color: #ff0000;
    font-size: 12px;
    margin-right: 170px;
}

.tab_platform2{
    background-color: #0051e7;
    font-size: 12px;
    margin-right: 170px;
}

.at {
    position: relative;
    width: 64px;
    height: 64px;
    left: -50px;
    top: -39px;
}


.info_contents {
    width: 660px;
    height: 800px;
    background-color: #272727;
    padding: 45px;
    font-size: 17px;
    line-height: 140%;
    font-family: Verdana;
    border-radius: 15px !important;
}



.c_tsuika {
    color: #f7c000;
    font-weight: bold;
}

.c_update {
    color: #00e3f7;

}

.c_huguai {
    color: #f70000;
}

.c_koushin {
    color: #cfcfcf;
}


.info_contents a {
    display: inline;
    text-decoration: underline;
}

.info_contents a:hover {
    color: #f70000 !important;
}


/*------   ぼく管とは  ------*/

.a3 {
    position: relative;
    width: 1280px;
    margin: 0 auto;
    background: #fff;
    text-align: center;
    padding-top: 0px;
    height: 5250px;
    background: url(../images/1/tile.png);
}

.a3 {
    width: 1280px;
}

.a3 img {
    width: 100%;
    max-width: 100%;
}

.v1 {
    position: relative;
    top: -5008px;
    width: 744px;
    height: 418px;
    left: 306px;
    margin-bottom: -5034px;
}

.e4 {
    width: 1164px !important;
}

.v1 {
    position: absolute;
    top: 69px;
    width: 744px;
    height: 418px;
    left: 306px;
    margin-bottom: -5034px;

}

.v1 video {
    position: relative;
    width: 584px;
    left: -37px;
    height: auto;
    top: 188px;

}

.v2 {
    position: absolute;
    top: 1680px;
    left: 402px;
    width: 694px;
    height: 430px;
}

.v2_over {
    position: absolute;
    width: 1164px !important;
    height: 820px;
    top: 1570px;
    left: 60px;
}

.v2_over img {
    width: 1164px !important;
}

.v2 video {
    width: 100%;
}

.v3 {
    position: relative;
    top: -2600px;
    left: 560px;
    z-index: 10;
    width: 662px;
    height: 376px;
}

.v4 {
    position: relative;
    top: -2540px;
    left: 560px;
    z-index: 10;
    width: 662px;
    height: 376px;
}

.v5 {
    position: relative;
    top: -2480px;
    left: 560px;
    z-index: 10;
    width: 662px;
    height: 376px;
}

.v6 {
    position: relative;
    top: -2420px;
    left: 560px;
    z-index: 10;
    width: 662px;
    height: 376px;
}


.v7 {
    position: relative;
    top: 1950px;

}

.c_w2 {
    width: 1280px;
    margin: 0 auto;
    position: relative;
    top: -4670px;
    z-index: 100;
}

.towa {
    position: relative;
    top: 130px;
    left: 990px;
    z-index: 100;
    width: 225px;
}

.towa_sp {
    display: none;
}



.towa_box {
    margin: 0 auto;
    background: url(../images/3/explanation10.png) center top no-repeat;
    background-size: cover;
    max-width: 100%;
    height: 100%;
}



.towa_box img {
    width: 100%;
}



.towa_bt {
    margin: 0 auto;
    width: 620px;
    height: 100px;
    color: #fff;
    position: relative;
    top: 1450px;
    text-align: center;
    font-size: 24px;
}

.towa_bt_pc {
    margin: 0 auto;
    width: 340px;
    height: 100px;
    color: #fff;
    position: relative;
    top: 718px;
    text-align: center;
    font-size: 14px;
}



.towa_bt a:hover {
    color: #fff;
}

.towa_bt a:visited {
    color: #fff;
}

.towa_bt_pc a:hover {
    color: #fff;
}

.towa_bt_pc a:visited {
    color: #fff;
}


.popup{
    display: none;
    width: 150px;
}


@media screen and (max-device-width: 480px) {
    .towa {
        display: none;
    }

    .towa_sp {
        display: block;
        position: relative;
        top: 0px;
        left: 990px;
        z-index: 100;
        width: 225px;
    }

    .v1 video {
        width: 584px;
    }

    .v2 video {
        height: auto;
        position: relative;
        width: 700px;
    }

    .v3 {
        position: relative;
        top: -2600px;
        left: 560px;
        z-index: 10;
        width: 662px;
        height: 376px;
    }

    .v4 {
        position: relative;
        top: -2540px;
        left: 560px;
        z-index: 10;
        width: 662px;
        height: 376px;
    }

    .v5 {
        position: relative;
        top: -2480px;
        left: 560px;
        z-index: 10;
        width: 662px;
        height: 376px;
    }

    .v6 {
        position: relative;
        top: -2420px;
        left: 560px;
        z-index: 10;
        width: 662px;
        height: 376px;
    }

    .v7 {
        position: relative;
        top: 1950px;
    }

    .c_w2 {
        width: 1280px;
        margin: 0 auto;
        position: relative;
        top: -4630px;
        z-index: 100;
    }
}

/*------   フッター  ------*/

.footer1 {
    position: relative;
    background-color: #4e4e4e;
    bottom: 0px;
    height: 350px;
    overflow: hidden;
    margin-bottom: -150px;
    width: 100%
}


.footer {
    position: relative;
    background: url(../images/footer_bg.png) center top repeat-x;
    bottom: 0px;
    height: 350px;
    overflow: hidden;
    margin-bottom: -110px;
    width: 100%
}

.inn {
    width: 1280px;
    margin: 0 auto;
    overflow: hidden;
}

.footer2 {
    position: relative;
    background-color: #000;
    height: 100px;
    margin-bottom: -250px;
    margin: 0 auto;
}

.footer3 {
    clear: both;
    position: relative;
    background-color: #000;
    height: 100px;
    /* padding-top: 10px; */
    margin: 0 auto;
}

.inn2 {

    position: relative;
    top: 200px;
    width: 1280px;
    margin: 0 auto;
}




.left {
    clear: both;
    width: 685px;
    padding-left: 150px;
    margin-top: -166px;
    color: #fff;
    float: left;
    line-height: 150%;
    font-size: 11px;
}

.right {
    clear: both;
    width: 480px;
    float: right;
    margin-top: -166px;
}


.cero {
    position: relative;
    bottom: -15px;
}

.top {
    position: relative;
    float: right;
    right: 30px;
    z-index: 999;
    top: 50px;
    width: 100px;
    height: auto;
}

.top2 {
    width: 100px;
    height: 50px;
    float: right;
    position: -webkit-sticky;
    position: sticky;
    bottom: 85px;
    right: 5px;
    display: none;
    z-index: 999;
    margin-bottom: -50px;
}

.top2 a:hover {
    display: inline-block;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: scale(1);
    transform: scale(1);
}


/*ーーー追加コンテンツ ---*/

.tsuika_info li {
    float: left;
    margin-right: 30px;
    font-size: 18px;
}

.a1_2 iframe {
    width: 1280px;
    height: 420px;
}

/*-----------------------------------------*/
/*-----------------------------------------*/
/*-------------      スマホ    -------------*/
/*-----------------------------------------*/
/*-----------------------------------------*/

/*--iPadが縦向きのみの記述--*/

@media only screen and (min-device-width: 540px) and (max-device-width: 1024px) and (orientation:portrait) {

    body {
        background-color: #4e4e4e;
    }

    .contents {
        height: 1080px;
        /* display: flex; */
        align-items: center;
    }

    .footer1 {
        bottom: 0;
    }

    .tw {
        left: 50px;
    }


    .video-box_pc {
        height: 1160px;
    }


    .info_base {
        margin: 0 auto;
        width: 100%;
        height: 410px;
        background-color: #4e4e4e;
        padding-top: 50px;
        z-index: 5;
        margin-top: -327px;
    }
}

/*--通常スマホ向けの記述--*/

@media screen and (max-device-width: 480px) {

    .contents {
        height: 1200px;
    }


    .main ul {
        float: right;
        margin-bottom: 0px;
        margin-top: -240px;
        margin-right: 15px;
    }

    .main li {
        float: left;
        width: 250px;
        height: 70px;
        margin: 0;
        padding: 0;
    }

    .main li img {
        width: 150%;
    }

    .shop {
        position: relative;
    }

    .bn_area {
        float: right;
        width: 260px;
        margin-top: 106px;
    }

	.bn_area2 {
		float: right;
		width: 420px;
		height: auto;
		margin-top: -260px;
		margin-right: 270px;
	}

    .tw {
        margin-top: 20px;
    }

    .header_left {
        float: left;
        width: 680px;
        margin-top: 95px;
        margin-bottom: 70px;
        height: 1030px;
    }

    .video-box_sp {
        display: block;
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 1640px;
    }

    .video {
        position: absolute;
        top: 49%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .video-box_pc {
        display: none;
    }


    .wrap {
        margin: 0;
        padding: 0;
        width: 1280px;
        height: 100%;
        background-size: cover;
    }


    .video-box {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 1200px;
    }

    .video {}

    .nsw {
        width: 10.28%;
    }

    .ps4 {
        width: 29%;
        top: 0px;
    }

    .rjtt {
        margin-bottom: 60px;
    }

    .contents img {
        width: 100%;
    }

    img.date {
        width: 100%;
    }

    .footer {
        position: relative;
        width: 1280px;
        height: 320px;
        padding-top: 0px;
    }

    .footer1 {
        height: 360px;
    }

    .footer2 {
        width: 1280px;
        position: relative;
        background-color: #000;
        height: 200px;
        padding-top: 0px;
        margin-bottom: -250px;
        margin: 0 auto;
    }

    .footer3 {
        width: 1280px;
        position: relative;
        background-color: #000;
        height: 200px;
        padding-top: 80px;
        margin-bottom: -250px;
        margin: 0 auto;
    }

    .footer4 {
        width: 1280px;
        position: relative;
        background-color: #000;
        height: 200px;
        padding-top: 80px;
        margin-bottom: -250px;
        margin: 0 auto;
    }

    .top2 {
        width: 140px;
        height: 180px;
    }

    table {
        width: 1200px;
        font-size: 15px;
    }

    .td1 {}

    .td2 {
        width: 400px;
    }

    .td3 {
        width: 400px;
    }

    .td4 {}

    .td5 {}

    .pkg1 {
        position: relative;
        left: 920px;
        top: -190px;
        overflow: hidden;
        margin-bottom: 15px;
    }

    .pkg1 img {
        width: 310px;
    }

    .pkg {
        position: relative;
        left: 920px;
        top: -190px;
        overflow: hidden;
        margin-bottom: 15px;
    }

    .pkg img {
        width: 310px;
    }

    .left {
        width: 685px;
        padding-left: 40px;
        margin-top: -200px;
        color: #fff;
        float: left;
        line-height: 150%;
        font-size: 11px;
    }

    .right {
        clear: both;
        width: 375px;
        float: right;
        margin-top: -180px;
    }

    .info_contents {}
}

/*--------------------*/

a {
    display: inline-block;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: scale(1);
    transform: scale(1);
}

a:hover {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    color: #4169e1;
}


.top2 a {
    display: block;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: scale(1);
    transform: scale(1);
}

a:hover {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    color: #4169e1;
}

.slider_item a:hover {
    -webkit-transform: scale(1);
    transform: scale(1);
}

@media screen and (max-device-width: 480px) {

    .top2 img {
        width: 180px;
    }

    .top2 {
        width: 140px;
        height: 180px;
    }

    .top2 a {
        -webkit-transform: none;
        transform: none;
    }

    .top2 a:hover {
        -webkit-transform: none;
        transform: none;
    }
}