/*******************************
reset
*******************************/

h1, h2, h3, ul, dl, dd, p {
    margin: 0;
}

ul {
    padding: 0;
}

li {
    list-style-type: none;
}

img {
    border: 0px;
}

* {
    box-sizing: content-box;
}

.is-hover-fade {
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.is-hover-fade:hover {
    opacity: 0.7;
}

.wrapper {
    background-color: #000;
}

.main {
    background: url(../../../img/cp/pre/bg-main.png) no-repeat center top;
}

.section-inner {
    width: 1024px;
    margin: 0 auto;
}


/*---------------- section-top -------------------*/

.section-top .sns-box ul li {
    float: left;
}

.section-top .banner ul li:last-child {
    float: right;
    margin-right: 52px;
}

.section-top .sns-box ul li:first-child {
    margin-right: 9px;
}

.section-top .ps4 {
    padding: 5px 0;
}

.section-top .sns-box {
    margin: 5px 0 34px 85px;
}

.section-top .img-main {
    position: relative;
    background: url(../../../img/cp/pre/bg-prodct.png) no-repeat;
    width: 973px;
    height: 729px;
}

.section-top .img-main .text-prodct-box {
    float: right;
    position: relative;
    margin-top: 44px;
    margin-right: 25px;
    z-index: 10;
}

.text-prodct-box .text {
    margin-left: 57px;
    margin-top: -19px;
}

.text-prodct-box .text-prodct01 {
    height: 296px;
}

.text-prodct-box .text-prodct02 {
    margin-top: 10px;
}

.img-main .text-prodct-box .text-prodct {
    margin-bottom: 16px;
}

.under-line::before {
    content: "";
    background: url(../../../img/cp/pre/under.png) no-repeat;
    width: 642px;
    height: 35px;
    position: absolute;
    top: 280px;
}

.pict01 {
    position: relative;
    float: left;
}

.pict02 {
    float: left;
    margin-left: 13px;
}

.section-top .img-main:before {
    content: "";
    background: url(../../../img/cp/pre/img-chara01.png) no-repeat;
    width: 531px;
    height: 585px;
    position: absolute;
    top: -27px;
    left: -141px;
}

.btn-ragnite {
    position: relative;
    ;
    top: -51px;
    left: 79px;
}


/*---------------- section-overview -------------------*/

.section-overview .title {
    text-align: center;
    margin: 65px 0;
    position: relative;
    z-index: 10;
}

.section-overview .text {
    margin-bottom: 36px;
}


/*---form---*/

.form {
    width: 900px;
    margin: 0 auto;
    height: 664px;
    overflow: hidden;
    border: solid 1px #a8a8a8 !important;
}

.form iframe {}


/*---------------- section-option -------------------*/

.section-option {
    margin-top: 66px;
}

.section-option .option-box {
    background-color: #343434;
    padding: 30px;
    color: #fff;
    width: 1024px;
    margin: 0 auto;
    border: solid 2px #6c633b;
}

.section-option .title {
    margin-bottom: 30px;
}

.section-option p {
    font-size: 17px;
    line-height: 32px;
    padding-left: 1em;
    text-indent: -1em;
}

.section-option p a {
    color: #fff;
}


/*---------------- section-footer -------------------*/

.section-footer .bnr {
    text-align: center;
    margin: 60px 0;
}

.section-footer .copy {
    padding-bottom: 65px;
}
