/*******************************
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/sp/cp/pre/bg-main.png) no-repeat center top;
}

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


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

.section-top .sns-box {
    text-align: center;
    margin: 27px 0;
    position: relative;
    left: 10px;
}

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

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

.section-top .sns-box ul li:nth-child(2) {
    margin-right: 20px;
}

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

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

.section-inner .img-main {
    background: url(/azure/assets/img/sp/cp/pre/bg.png) no-repeat center;
    height: 886px;
    width: 620px;
    position: relative;
}

.section-inner .text-prodct-box {
    position: absolute;
    left: 28px;
}

.section-inner .text-prodct-box .text-prodct01 {
    margin-top: 19px;
}

.section-inner .text-prodct-box .pict-box{
  margin-top: 10px;
}

.text-prodct-02 img {
    margin-top: 36px;
}

.section-top .btn-ragnite {
    position: absolute;
    top: -90px;
    left: -74px;
}

.text-prodct-box .text {
    margin-left: 129px;
    margin-top: 89px;
    position: relative;
}

.pict01 {
    float: left;
}

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


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

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

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


/*---form---*/

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


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

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

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

.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;
}
