@charset "shift_jis";

#contents-inner h2,p,ul,li,dl,dt,dd {
	margin: 0;
	padding: 0;
}
#contents-inner {
	background: url('../img/bg_pattern.png');
	margin-bottom: 5%;
}
#contents-inner img {
	vertical-align: bottom;
}
.wrap {
    position: relative;
}
/* soft-title */
#soft-title {
	background: #000;
}
#soft-title h1 {
    min-width: 298px;
    padding: 8px;
    color: #fff;
    font-size: 12px;
}
#soft-title h1 .hard {
    margin-right: 8px;
    color: #0096C8;
}
/* main title */
#main-title {
	background: url('../img/bg_pttn.png') left top repeat #ff53c1;
	position: relative;
    z-index: 0;
	padding-bottom: 3%;
}
#main-title .fuki01 {
    position: absolute;
    top: 14%;
    left: 3%;
}
#main-title .fuki02 {
    position: absolute;
    top: 18%;
    left: 34%;
}

/* sec02 */
#sec02 {
    background: url('../img/bg_pttn.png') left top repeat #ff8c00;
    position: relative;
    z-index: 1;
}
#sec02 .line {
    position: absolute;
    z-index: 0;
    top: -0.3%;
}
#sec02 .sec02Ttl {
    position: relative;
    z-index: 1;
}
#sec02 .fuki03 {
    position: absolute;
    top: 30%;
    left: 3%;
}
#sec02 .fuki04 {
    position: absolute;
    top: 6%;
    right: 6%;
}
/* sec03 */
#sec03 {
    background: url('../img/bg_pttn.png') left top repeat #ffc12d;
    position: relative;
    z-index: 2;
    padding-top: 5%;
}
#sec03 .line {
    position: absolute;
    z-index: 0;
    top: -0.18%;
}
#sec03 .fuki05 {
    position: absolute;
    top: 2%;
    left: 24%;
}


/* spec */
#spec {
	margin-bottom: 15px;
	padding-top: 20px;
	text-align: center;
}
#spec .back-btn {
	margin: 0 0 15px;
	text-align: center;
}
#spec .spec-border01 {
	padding: 15px 0 0;
	border-top: 1px solid #000;
}
#spec .logo {
	margin-bottom: 20px;
}
#spec .title {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
}
#spec .hardware {
	margin-top: 14px;
	margin: 20px 0;
}
#spec .official {
	position: relative;
	width: 250px;
	margin: 0 auto 20px;
}
#spec .official a {
	display: block;
	border-radius: 8px;
	padding: 18px 0;
	color: #FFF;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 226px center;
	background-color: #e7340b;
	background-image: url("../img/official_arrow.png");
	background-size: 17px 17px;
	font-size: 15px;
}
#spec .copy {
	display: block;
	padding: 0 10px;
	margin-bottom: 20px;
	color: #FFF;
	text-align: center;
	font-size: 10px;
	line-height: 1.4;
}
/* clearfix */
.clearfix::after {
	content: '';
	display: block;
	clear: both;
}

.fuki01,
.fuki02,
.fuki03,
.fuki04,
.fuki05 {
    transition: .6s;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
}
.fuki01.on,
.fuki02.on,
.fuki03.on,
.fuki04.on ,
.fuki05.on {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

