@charset "utf-8";
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
a:hover {
 opacity:0.8;
 filter:alpha(opacity=80);
 -ms-filter: "alpha( opacity=80 )";
}
img {
    max-width: 100%;
}
ul,li {
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4 {
    margin: 0;
}
p {
    margin: 0;
}





/* ----------------------------------
CONTAINER
---------------------------------- */
#container {
	width: 880px;
	padding: 0px;
	margin: 0px auto;
    background: #fff;
}

/* ----------------------------------
HEADER
---------------------------------- */
#header {
	background-color: #742a3d;
    padding: 10px 15px;
	}
#header .fR {
    padding-top: 10px;
}
/* ----------------------------------
CONT01
---------------------------------- */
#cont01 .box {
	position: relative;
	}

#cont01 .box .textarea {
	position: absolute;
	top: 360px;
	left: 70px;
	font-size: 117%;
	}
#cont01 .box .textarea .red {
	color: #e4004f;
	font-weight: 700;
}

/* ----------------------------------
CONT02
---------------------------------- */
.btn01, .btn02 {
	text-align: center;
}
.movie {
	text-align: center;
	margin-bottom: 60px;
}
.movie .youtube {
	padding: 20px 0;
}
.faq {
    padding-top: 30px;
}

/* ----------------------------------
CONT03
---------------------------------- */
#cont03 {
    position: relative;
}
#cont03 .series {
    position: relative;
}
#cont03 .series .item01 {
    position: absolute;
    top: 150px;
    left: 300px;
}
#cont03 .series .item02 {
    position: absolute;
    top: 150px;
    left: 630px;
}
#cont03 .store {
	position: absolute;
    bottom: 50px;
    width: 100%;
}

/* ----------------------------------
CONT04
---------------------------------- */
#cont04 .box {
	position: relative;
    padding-bottom: 40px;
}

#cont04 .box .textarea {
	position: absolute;
	top: 260px;
	left: 60px;
	font-size: 110%;
}
#cont04 .box .textarea .red {
	color: #E60012;
	font-weight: 700;
}

/* ----------------------------------
CONT05
---------------------------------- */
#twitter {
	position: relative;
}
#twitter .item01 {
	position: absolute;
	bottom: 40px;
	left: 55px;
}
#twitter .item02 {
	position: absolute;
	bottom: 40px;
	left: 560px;
}
.monitor {
	text-align: center;
	position: relative;
}
.monitor .btnmonitor {
	position: absolute;
	bottom: 30px;
	width: 100%;
	text-align: center;
}

/* ----------------------------------
ABOUT
---------------------------------- */
.about {
    position: relative;
    padding: 10px;
    background: #115424;
}
.about div {
    height: 130px;
    background: url("../images/about-bg.png") no-repeat;
    padding: 10px;
}
.about h2 {
    margin: 0;
    font-size: 21px;
    font-weight: normal;
    line-height: 1;
    color: #4DB394;
}
.about p {
    margin: 5px 0 10px;
    font-size: 12px;
}
.about span {
    font-size: 13px;
    color: #EF5B7E;
    font-weight: bold;
    letter-spacing: -1.5px;
}
.about ul {
    margin-top: 5px;
}
.about li {
    display: inline-block;
}
.about li:before {
    display: inline-block;
    content: "｜";
    margin: 0;
    color: #fff;
}
.about li:first-child:before {
    display: none;
}
.about li a {
    font-size: 12px;
    color: #fff;    
    text-decoration: none;
}
.copy {
    margin: 0 !important;
    color: #fff;
}
.logo {
    position: absolute;
    right: 0;
    bottom: 0;
}

/* ----------------------------------
FOOTER
---------------------------------- */
.foot {
    background: #fff;
}
.sns_title {
    padding: 5px 0 4px !important;
    line-height: 0;
    text-align: center;
    background: #ee5a8c;
    background: -moz-linear-gradient(top,  #ee5a8c 0%, #f288ac 100%);
    background: -webkit-linear-gradient(top,  #ee5a8c 0%,#f288ac 100%);
    background: linear-gradient(to bottom,  #ee5a8c 0%,#f288ac 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee5a8c', endColorstr='#f288ac',GradientType=0 );
}
.social-area-syncer {
    padding: 40px 0;
}
.social-button-syncer li {
    display: inline-block;
    vertical-align: bottom;
}

.foot_link {
	margin: 0 auto;
	text-align: center;
    background: #fff;
}

.wp-caption-text {
	display: inline-block;
    padding: 20px 2%;
}
.sns_link {
    padding: 0;
    margin: 0;
}
.sns_link li {
    display: table-cell;
    width: 2000px;
    max-width: 50%;
    padding: 20px;
    list-style: none;
}
.sns_link .fb {
    text-align: right;
    background: #395B9A !important;
}
.sns_link .twi {
    background: #54ABEE;
}
.sns_link .ig {
    text-align: right;
    background: #e5425a !important;
}
.sns_link li a {
    display: inline-block;
    width: 100%;
    max-width: 440px;
    text-align: center;
    color: #fff;
}
