@charset "UTF-8";
#page-container .imgradius {
	-webkit-border-radius: 12px;
	border-radius: 12px;
	overflow: hidden;
}
#page-container .imgradius.radiusbor1 {
	border: 1px solid #d6d6d6;
}
#page-container .note {
	font-size: 78.57143%;
	padding: 0 0 0 1em;
	text-indent: -1em;
	color: #7d7d7d;
}
#page-container .c-btn__round {
	display: inline-block;
	border-width: 2px;
	font-size: 85.7142857143%;
	border-style: solid;
	border-radius: 15px;
	border-color: #ce181e;
	background-color: #FFFFFF;
	position: relative;
	overflow: hidden;
	text-align: center;
	line-height: 1;
	color: #ce181e;
	-moz-box-sizing: border-box;
	 box-sizing: border-box;
}
#page-container .c-btn__round:before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	left: 10px;
	background: transparent url(../../../../common/css/img/arrow_3ds_00.png) 0 0 no-repeat;
}
#page-container .c-btn__round span {
	font-size: 85.71429%;
	color: #ce181e;
	display: inline-block;
	padding: 8px 48px 8px;
}

/* ==========================================================================
	BUILT-IN NAVI 3DS
========================================================================== */
/* built-infooternav-container
-------------------------------------------------------------------------- */
.built-infooternav-container {
	border-top: 6px solid #6fe156;
	border-bottom: 1px solid #d6d6d6;
}

.built-infooternav {
	width: 960px;
	margin: 32px auto 24px;
}

.built-infooternav__set {
	display: table;
	width: 100%;
	text-align: center;
}
.built-infooternav__set li[class^="built-infooternav__item"] {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	width: 96px;
	vertical-align: top;
}
.built-infooternav__set li[class^="built-infooternav__item"] a {
	text-align: center;
}
.built-infooternav__set li[class^="built-infooternav__item"] p {
	padding-top: 8px;
	font-size: 64.2857142857%;
}

.built-infooternav__item--active:before {
	content: "";
	display: block;
	position: absolute;
	top: -32px;
	right: 0;
	left: 0;
	margin-right: auto;
	margin-left: auto;
	width: 0;
	height: 0;
	border: 7px solid transparent;
}

.built-infooternav__item--active:before {
	border-top-color: #6fe156;
}

/* #mainttl
-------------------------------------------------------------------------- */
#mainttl-container {
	border-bottom: 1px solid #d6d6d6;
}

.mainttl__body {
	width: 960px;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	height: 165px;
	margin-bottom: 10px;
}

.mainttl__ttl {
	position: absolute;
	top: -3px;
	bottom: 0;
	left: 2px;
	margin-top: auto;
	margin-bottom: auto;
	width: 254px;
	height: 89px;
}

.mainttl__cero {
	position: absolute;
	top: 56px;
	left: 269px;
}

.mainttl__backtobuilt-in {
	position: absolute;
	height: 30px;
	top: 125px;
	right: 0;
}
.mainttl__backtobuilt-in .c-btn__round {
	width: 160px;
}
.mainttl__backtobuilt-in .c-btn__round:before {
	background: transparent url(../../../../3ds/common/css/img/arrow_link_10.png) 0 0 no-repeat;
}
#page-container .mainttl__backtobuilt-in .c-btn__round span {
	letter-spacing: 0.1em;
	padding-left: 10px;
	padding-right: 0;
}
.mainttl__manga{
	position: absolute;
	right: -5px;
	top: 8px;
}
.mainttl__new{
	position: absolute;
	right: -8px;
	top: -12px;
}

#page-container .mainttl__banner{
	position: absolute;
	left: 322px;
	top: 30px;
}


/* HERO
-------------------------------------------------------------------------- */

#page-container {
	width: 100%;
	overflow: hidden;
}
#page-container .hero-container {
	width: 100%;
	position: relative;
}
#page-container .hero__body {
	position: relative;
	width: 960px;
	height: 576px;
	margin: 0 auto;
}
#page-container .hero__body .hero__ttl{
	  margin: auto;
	  height: 292px;
	  width: 292px;
	  position: absolute;
	  left: 0;
	  right: 0;
	  top: 0;
	  bottom: 0;
	  z-index: 2;
}
#page-container .hero__slidewrap{
	width: 100%;
	height: 576px;
	position: absolute;
	top: 0;
	left: 0;
}
#page-container .hero__slidebody{
	position: absolute;
	left: 0;
}
#page-container .hero__slide {
	width: 3328px;
	height: 576px;
	position: absolute;
	top: 0;
	left: 0;
}
#page-container .hero__slide img {
	vertical-align: bottom;
}
#page-container .hero__slide li {
	float: left;
}
#page-container .hero__slide:after {
	content: "";
	display: table;
	clear: both;
	position: relative;
}

#page-container .localnavi-container {
	width: 960px;
	margin: 34px auto 0;
}
#page-container .localnavi-container ul li {
	widows: 320px;
	float: left;
}
#page-container .localnavi-container ul:after{

}

#page-container .information-container{
	width:100%;
	padding-top: 36px;
}
#page-container .information__body{
	width: 580px;
	margin: 0 auto;
}
#page-container .information__body:before,
#page-container .information__body:after{
	content: "";
	display: table;
}
#page-container .information__body:after{
	clear: both;
}
#page-container .information__block{
	float: left;
	width: 580px;
	min-height: 108px;
	border:#d6d6d6 1px solid;
	-webkit-border-radius: 12px;
	        border-radius: 12px;

}
#page-container .information__ttl{
	font-size: 92.85714%;
	line-height: 1.2;
	line-height: 16px;
	margin: 0 0 13px 18px;
	padding-top: 17px;
}
#page-container .information__ttl:before{
	content: "";
	width: 4px;
	height: 16px;
	display: inline-block;
	background: #ce181e;
	border-radius: 2px;
	margin: 0 8px -2px 0;
}
#page-container .information__text{
	font-size: 88.461538%;
	line-height: 2;
	padding: 0 5px 0 18px;
}
#page-container .movie__block{
	float: right;
}
#page-container .movie__block img{
	vertical-align: bottom;
}
#page-container .movie__btn01,
#page-container .movie__btn02{
	float: left;
	margin: 0 5px 0 0;
}
#page-container .movie__btn03{
	float: left;
}
#page-container .movie__btn02 a{
	width: 120px;
	height: 110px;
	position: relative;
	display: block;
}
#page-container .movie__btn02 .movie__icon{
	position: absolute;
	right: -15px;
	top: -15px;
	display: block;
}

/* section01
-------------------------------------------------------------------------- */



#page-container .link-arrow:before {
  background: url(../../../../common/css/img/arrow_3ds_00.png) no-repeat left center;
}

/* section02
-------------------------------------------------------------------------- */

#page-container .section02-container {
	width:100%;
	min-width:960px;
	margin: 0 auto;
	text-align:center;
}
#page-container .section02-container .section02__article01{
	position:relative;
	width:100%;
	height:110px;
	margin-top:42px;
}
#page-container .section02__article01 .section02__titleis {
	background:url(../img/bg_pattern.png) repeat center top;
	font-size:200%;
	line-height:1.42857143;
	color:#32c013;
	padding:26px 0;
	width:100%;
}
#page-container .section02-container .section02__article02 {
	width:960px;
	margin:0 auto;
	position: relative;
}
#page-container .section02__article02 .section02__image-character01 {
	position:absolute;
	left: 100px;
	top: -166px;
}
#page-container .section02__article02 .section02__image-character02 {
	position:absolute;
	left: 4px;
	top: -98px;
}
#page-container .section02__article02 .section02__image-character03 {
	position:absolute;
	right: 0%;
	top: -60px;
}
#page-container .section02__article02 .section02__image {
	position:absolute;
	right: 110px;
	top: -165px;
}
#page-container .section02__article02 .section02__text {
	font-size: 107.142857%;
	line-height:2.15384615;
	color:#5e5e5e;
	width:100%;
	margin-top:35px;
}
#page-container .section02__article02 .section02__text02 {
	font-size:92.857143%;
	line-height:2.15384615;
	width:100%;
	margin-top:38px;
}
#page-container .section02-container .section02__consol01 {
	width:960px;
	margin:0 auto;
	margin-top:66px;
}
#page-container .section02__consol01 li {
	float:left;
	width:300px;
	margin-right:30px;
}
#page-container .section02__consol01 .section02__consol-03 {
	margin-right:0;
}
#page-container .section02__consol01 .section02__text {
	font-size:85.714286%;
	line-height:1.75;
	width:100%;
	margin-top:8px;
}
#page-container .section02-container .section02__text03 {
	font-size:157.142857%;
	line-height:1.272727;
	color:#5e5e5e;
	margin-top:91px;
}
#page-container .section02-container .section02__consol02 {
	width:780px;
	margin:0 auto;
	margin-top:55px;
}
#page-container .section02__consol02 li {
	float:left;
	width:370px;
}
#page-container .section02__consol02 .section02__image01 {
	margin-right:40px;
}

/* section03
-------------------------------------------------------------------------- */

#page-container .section03-container {
	width:100%;
	min-width:960px;
	margin: 0 auto;
	text-align:center;
	margin-top:109px;
}
#page-container .section03-container .section03__titleis {
	background:url(../img/bg_pattern.png) repeat center top;
	font-size:200%;
	line-height:1.42857143;
	color:#32c013;
	padding:26px 0;
}
#page-container .section03-container .section03__article {
	width:780px;
	margin:0 auto;
	margin-top:60px;
}
#page-container .article03__body {
	width: 960px;
	margin:0 auto;
	margin-top:60px;
	position: relative;
}
#page-container .article03__body .section03__image-character04 {
	position:absolute;
	left: 10px;
	top: -186px;
}
#page-container .article03__body .section03__image-character05 {
	position:absolute;
	right: 108px;
	top: -258px;
}
#page-container .article03__body .section03__image-character06 {
	position:absolute;
	right: 0%;
	top: -150px;
}

.article03__header{
	height: 49px;
	margin: 0 0 46px 0;
	background: #b7b7b7;
	position: relative;
}
.article03__header:after{
	content: "";
	width: 15px;
	height: 8px;
	display: block;
	background: url(../img/img_arrow_grey.png) 0 0 no-repeat;
	position: absolute;
	left: 50%;
	bottom: -8px;
	margin-left: -8px;
}
.section03-container .section03__text{
	font-size: 107.142857%;
	line-height:2.15384615;
	margin-top: 27px;
}
.article03__header .section03__text{
	font-size: 120%;
	font-weight: 800;
	color: #fff;
	text-align: center;
	line-height: 49px;
}
.freeplay__body {
	width: 460px;
	margin: 0 auto;
}
.freeplay__item{
	width: 230px;
	display: table-cell;
	text-align: center;
	position: relative;
}
.freeplay__item a:after{
	content: "";
	display: block;
	position:absolute;
	left: 0;
	top: 0;
	width: 230px;
	height: 148px;
	background: #FFF;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
			transition: opacity 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.freeplay__item a:hover:after{
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.freeplay__img{
	margin-bottom: 10px;
}
.freeplay__img img{
	vertical-align: bottom;
}
.freeplay__text{
	display: inline-block;
	color: #666;
}
.freeplay__text:before{
	content: "";
	display: table-cell;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	background: url(../../../../common/css/img/arrow_3ds_00.png) 0 50% no-repeat;
}
.freeplay__text p{
	font-size: 12px;
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 10px;
}

#page-container .section01-container {
	width:100%;
	min-width:960px;
	margin: 0 auto;
}
#page-container .section01-container .section01__body {
	width:960px;
	margin: 0 auto;
}
#page-container .section01-container .section01__title {
	color: #5e5e5e;
	font-size: 21px;
	line-height:1.78571429;
	text-align:center;
	width:100%;
	margin-top:0;
}
#page-container .section01-container .section01__article {
	margin-top:48px;
}
#page-container .section01-container .section01__article:before,
#page-container .section01-container .section01__article:after{
	content: "";
	display: table;
}
#page-container .section01-container .section01__article:after{
	clear: both;
}


#page-container .article01__body {
	width:960px;
	margin: 60px auto 39px;
}
.article01__header{
	width: 960px;
	height: 49px;
	margin: 0 0 46px 0;
	background: #ce181e;
	position: relative;
}
.article01__header:after{
	content: "";
	width: 15px;
	height: 8px;
	display: block;
	background: url(../img/img_arrow_red.png) 0 0 no-repeat;
	position: absolute;
	left: 50%;
	bottom: -8px;
	margin-left: -8px;
}
.article01__header .section01__text{
	font-size: 120%;
	font-weight: 800;
	color: #FFF;
	text-align: center;
	line-height: 49px;
}
.article01__header .section01__headerbtn a{
	display: block;
	width: 210px;
	height: 30px;
	position: absolute;
	right: 10px;
	top: 10px;
	background: #FFF;
	-webkit-border-radius: 15px;
	        border-radius: 15px;
	text-align: center;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: opacity 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
			transition: opacity 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.article01__header .section01__headerbtn a:hover{
	opacity: 0.90;
	filter: alpha(opacity=90);
}
.article01__header .section01__headerbtn a:before{
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	left: 10px;
	background: transparent url(../../../../common/css/img/arrow_3ds_00.png) 0 0 no-repeat;
}
.article01__header .section01__headerbtn a span{
	font-size: 85.71429%;
	color: #ce181e;
	display: inline-block;
	padding: 5px 0 5px 10px;
}

.volume_title {
	padding-top: 45px;
	width: 240px;
	float: left;
	text-align: center;
	position: relative;
}
.volume_title span {
	position: absolute;
	top: 24px;
	right: 24px;
}
.article01__chargeplay{
	width: 960px;
	padding-bottom: 45px;
	border-bottom: solid 1px #c4c4c4;
}
.article01__chargeplay:last-child{
	border-bottom: none;
}

#page-container .chargeplay__body{
	margin-left: 240px;
}
#page-container .chargeplay__body:before,
#page-container .chargeplay__body:after{
	content: "";
	display: table;
}
#page-container .chargeplay__body:after{
	clear: both;
}
#page-container .chargeplay__body.free {
	padding: 0 0 21px;
	background: url(../img/bg_stripe02.png);
	border-radius: 12px;
}
.chargeplay__item{
	padding-top: 45px;
	width: 230px;
	float: left;
	position: relative;
}
.chargeplay__item a{
	display: block;
}
.chargeplay__item a:hover{
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.chargeplay__img{
	height: 144px;
	position: relative;
}

.chargeplay__img img{
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.chargeplay__text{
	padding-top: 10px;
}
.chargeplay__text p{
	color: #666666;
	font-size:92.857143%;
	line-height:1.61538462;
	text-align: center;
}
.chargeplay__text p span{
	color: #ce181e;
	font-size:78.571429%;
}
#page-container .article01__btn{
	width: 230px;
	height: 30px;
	margin: 60px auto 0;
	text-align: center;
}
#page-container .article01__btn .c-btn__round span{
	padding: 8px 30px 8px 40px;
	text-align: center;
}
#page-container .article01__btn  .c-btn__round:after{
	width: 156px;
}

.chargeplay__item a:hover .chargeplay__text,
.chargeplay__item a:hover .chargeplay__text p span {
	text-decoration: underline;
}




/* section04
-------------------------------------------------------------------------- */

#page-container .section04-container {
	width:100%;
	min-width:960px;
	margin: 20px auto 0;
	text-align:center;
}
#page-container .section04__body {
}
#page-container .section04-container .section01__article {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
#page-container .section04__body .section04__image-character07 {
	position:absolute;
	left: 64px;
	top: -208px;
}
#page-container .section04__body .section04__image-character08 {
	position:absolute;
	right: 102px;
	top: -130px;
}
#page-container .section04__body .section04__image-character09 {
	position:absolute;
	right: 0px;
	top: -230px;
}
#page-container .section04-container .section04__titleis {
	background:url(../img/bg_pattern.png) repeat center top;
	font-size:200%;
	line-height:1.42857143;
	color:#32c013;
	padding:26px 0;
}

#page-container .section04-container .article01__header{
	width: 960px;
	height: 49px;
	margin: 0 0 46px 0;
	background: #28befa;
	position: relative;
}
#page-container .section04-container .article01__header:after{
	content: "";
	width: 17px;
	height: 8px;
	display: block;
	background: url(../img/img_arrow_sax.png) 0 0 no-repeat;
	position: absolute;
	left: 50%;
	bottom: -8px;
	margin-left: -8px;
}
#page-container .section04-container .article01__header .section01__text{
	color: #FFF;
	text-align: center;
	line-height: 49px;
}
#page-container .section04-container .article01__header .section01__headerbtn {
	display: block;
	width: 4em;
	height: 28px;
	position: absolute;
	right: 10px;
	top: 10px;
	background: #FFF;
	border: solid 2px #ce181e;
	-webkit-border-radius: 15px;
	        border-radius: 15px;
	text-align: center;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: opacity 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
			transition: opacity 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#page-container .section04-container .article01__header .section01__text span {
	margin: auto 0;
	position: relative;
}
#page-container .section04-container .article01__header .section01__text span img {
	position: absolute;
	top: -42px;
	left: -56px;
}
#page-container .section04-container .article01__header .section01__headerbtn span{
	font-size: 85.71429%;
	color: #ce181e;
	display: inline-block;
	padding: 5px 0 5px;
}
#page-container .section04-container .section04__article02 {
	width:780px;
	margin:0 auto;
	margin-top:60px;
}
#page-container .section04__article02 li {
	float:left;
	width:370px;
}
#page-container .section04__article02 .section04__consol-01 {
	margin-right:40px;
}
#page-container .section04-container .section04__article02 .section04__text {
	font-size:157.142857%;
	line-height:1.272727;
	color:#5e5e5e;
	width:100%;
	text-align: left;
}
#page-container .section04-container .section04__article02 .section04__text02 {
	font-size:107.142857%;
	line-height:2.15384615;
	width:100%;
	margin-top:38px;
	text-align: left;
}
#page-container .section04-container .section04__article02 .section04__text03 {
	font-size:92.857143%;
	line-height:2.15384615;
	width:100%;
	margin-top:24px;
	text-align: left;
}
#page-container .section04__image img {
	border: solid 1px #d6d6d6;
}


/* section05 Premium
-------------------------------------------------------------------------- */

#page-container .section05-container {
	width:100%;
	min-width:960px;
	margin: 60px auto 0;
	text-align:center;
}
#page-container .section05-container .section05__body {
	width:960px;
	margin: 0 auto;
	text-align: left;
}


#page-container .section05-container .item__ttl {
	position: relative;
	margin: 0 0 30px 0;
}
#page-container .section05-container .title__bg {
	height: 49px;
	color: #fff;
	background: #ce181e;
	text-align: center;
	margin: 0 0 10px 0;
	position: relative;
}
#page-container .section05-container .title__bg:after {
	content: "";
	width: 15px;
	height: 8px;
	display: block;
	background: url(../img/img_arrow_red.png) 0 0 no-repeat;
	position: absolute;
	left: 50%;
	bottom: -8px;
	margin-left: -8px;
}
#page-container .section05-container h2.ttl {
	margin: 0;
	color: #fff;
	font-size: 120%;
	font-weight: 800;
	line-height: 49px;
	letter-spacing: 0.1em;
}
#page-container .section05-container h2 .price {
	font-size: 85.71429%;
	font-weight: 400;
	position: absolute;
	right: 10px;
}
#page-container .section05-container .item__ttl__text01 {
	margin-top: 20px;
	line-height:2.15384615;
	color:#5e5e5e;
	font-size: 107.142857%;
	text-align: center;
}

#page-container .section05-container .section05__article01{
	position:relative;
	width:100%;
	margin-bottom: 20px;
}
#page-container .section05__article01 .section05__titleis {
	font-size:157.142857%;
	line-height:1.42857143;
	color:#ce181e;
	width:100%;
}



#page-container .section05-container .intitle_text01 {
	font-size: 57.142857%;
	vertical-align: middle;
}
#page-container .section05-container .intitle_text02 {
	font-size: 75%;
	vertical-align: middle;
}
#page-container .section05-container h2 {
	font-size: 142.857143%;
	color: #ce181e;
}

#page-container .section05-container .premium__article01 {
	border-radius: 12px;
	border: 3px solid #d6d6d6;
	margin: 0 0 47px 0;
}
#page-container .section05-container .premium__article01 .premium__title {
	position: relative;
	height: 50px;
	padding: 27px 0 0 0;
	margin: 0 0 7px 0;
}
#page-container .section05-container .premium__article01 .premium__title h2 {
	margin: 0 0 0 124px;
	letter-spacing: 0.08em;
}
#page-container .section05-container .premium__article01 .premium__title h2 span {
	position: relative;
}
#page-container .section05-container .premium__article01 .premium__title h2 span img {
	position: absolute;
	top: -40px;
	left: -50px;
}
#page-container .section05-container .premium__article01 .premium__title .title_icon {
	position: absolute;
	top: -29px;
	left: 31px;
}
#page-container .section05-container .premium__article01 p {
	font-size: 92.857143%;
	line-height: 1.84615385;
	margin: 0 0 20px 123px;
	letter-spacing: 0.03em;
}
#page-container .section05-container .premium__article01 .premium__consol {
	width: 715px;
	height: 130px;
	position: relative;
	margin: 0 auto 32px;
}
#page-container .section05-container .premium__article01 .premium__consol li {
	float: left;
	margin-right: 32px;

}
#page-container .section05-container .premium__article01 .premium__consol li:last-child {
	margin-right: 0px;

}

#page-container .section05-container .premium__article02 {
	border-radius: 12px;
	border: 3px solid #d6d6d6;
	margin: 0 0 47px 0;
}
#page-container .section05-container .premium__article02:after {
	content: "";
	clear: both;
	display: table;
}
#page-container .section05-container .premium__article02 .premium__title {
	position: relative;
	height: 41px;
	padding: 23px 0 0 0;
}
#page-container .section05-container .premium__article02 .premium__title h2 {
	margin: 0 0 0 124px;
	letter-spacing: 0.08em;
}
#page-container .section05-container .premium__article02 .premium__title .title_icon {
	position: absolute;
	top: -22px;
	left: 16px;
}
#page-container .section05-container .premium__article02 p {
	width: 380px;
	float: left;
	font-size: 92.857143%;
	line-height: 1.84615385;
	margin: 26px 0 24px 123px;
	letter-spacing: 0.03em;
}

#page-container .section05-container .premium__article02 p.cation {
	margin-top:0px;
	width: 690px;
	clear:both;
	color:#F00;
	font-size:0.7em;
}

#page-container .section05-container .premium__article02 .img_area {
	float: right;
	margin: 0 123px 24px 0;
}

#page-container .section05-container .premium__article03 {
	border-radius: 12px;
	border: 3px solid #d6d6d6;
	margin: 0 0 10px 0;
}
#page-container .section05-container .premium__article03 .premium__title {
	position: relative;
	height: 41px;
	padding: 19px 0 0 0;
	margin: 0 0 10px 0;
}
#page-container .section05-container .premium__article03 .premium__title h2 {
	margin: 0 0 0 115px;
	letter-spacing: 0.08em;
}
#page-container .section05-container .premium__article03 .premium__title .title_icon {
	position: absolute;
	top: -13px;
	left: 33px;
}
#page-container .section05-container .premium__article03 p {
	font-size: 92.857143%;
	line-height: 1.84615385;
	margin: 0 116px 18px ;
	letter-spacing: 0.03em;
}

#page-container .section05__body .section05-note {
	font-size:82.142857%;
	line-height:2.60869565;
	margin:-2px 0 47px;
}

/* section06
-------------------------------------------------------------------------- */

#page-container .section06-container {
	width:100%;
	min-width:960px;
	margin: 0 auto;
	margin-top:95px;
	border-top:#d6d6d6 1px solid;
}
#page-container .section06-container .section06__body {
	background:url(../img/img_parenthesis_repeat.png) repeat-y left top;
	width:960px;
	margin: 0 auto;
	margin-top:70px;
}
#page-container .section06-container .section06__body-bgtop {
	background:url(../img/img_parenthesis_top.png) no-repeat left top;
	width:100%;
}
#page-container .section06-container .section06__body-bgbottom {
	background:url(../img/img_parenthesis_bottom.png) no-repeat left bottom;
	width:100%;
}
#page-container .section06-container .section06__article {
	float:right;
	width:710px;
	margin-right:40px;
	margin-top:20px;
	margin-bottom:20px;
}
#page-container .section06__article .section06__titleis {
	width:100%;
}
#page-container .section06__article .section06__title {
	font-size:107.142857%;
	line-height:2.66667;
	color:#008c46;
	width:100%;
	margin-top:-8px;
	margin-left:-5px;
}
#page-container .section06__article .section06__text {
	font-size:92.857143%;
	line-height:2.15384615;
	width:100%;
	margin-top:8px;
	margin-bottom:12px;
}
#page-container .section06__image {
	float:right;
	width:92px;
	margin-right:60px;
	margin-top:30px;
}
#page-container .section06__btngreen {
	display:inline-block;
	border-width: 2px;
	border-style: solid;
	border-radius: 15px;
	border-color: #008c46;
	background-color: #FFFFFF;
	position: relative;
	overflow: hidden;
	text-align: center;
	line-height: 1;
	color: #008c46;
	box-sizing: border-box;
	width:128px;
}
#page-container .section06__btngreen:before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	left: 10px;
	background: transparent url(../img/icon_arrow_green.png) 0 0 no-repeat;
}
#page-container .section06__btngreen span {
	font-size: 85.71429%;
	color: #008c46;
	display: inline-block;
	padding: 8px 0 8px 10px;
	width:118px;
}

/* section07
-------------------------------------------------------------------------- */

#page-container .section07-container {
	width:100%;
	min-width:960px;
	margin: 0 auto;
	margin-top:62px;
	border-top:#d6d6d6 1px solid;
}
#page-container .section07__body {
	width:960px;
	margin:0 auto;
	text-align:center;
	margin-top:27px;
	margin-bottom:25px;
}
#page-container .section07__body .section07-note {
	font-size:82.142857%;
	line-height:2.60869565;
	margin-top:-2px;
}



/* buttonandnote
-------------------------------------------------------------------------- */

.buttonandnote-container{
	width:100%;
	min-width:960px;
	margin:0 auto;
	text-align:center;
}
.buttonandnote__body{
	width:960px;
	margin:0 auto;
}
.buttonandnote-container .buttonandnote__btn {
	width:438px;
	margin:0 auto;
	margin-top:25px;
}
.buttonandnote-container .buttonandnote__btn:after {
	content: "";
	display: table;
	clear: both;
}
.buttonandnote-container .buttonandnote__btn01,
.buttonandnote-container .buttonandnote__btn02 {
	float:left;
	display:inline-block;
	border-width: 2px;
	border-style: solid;
	border-radius: 15px;
	border-color: #ce181e;
	background-color: #ce181e;
	position: relative;
	overflow: hidden;
	text-align: center;
	line-height: 1;
	color: #fff;
	box-sizing: border-box;
	margin-top:21px;
}
.buttonandnote-container .buttonandnote__btn01{
	width:192px;
}
.buttonandnote-container .buttonandnote__btn02{
	width:212px;
	margin-left:34px;
}
.buttonandnote-container .buttonandnote__btn01:before,
.buttonandnote-container .buttonandnote__btn02:before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	left: 10px;
	background: transparent url(../../../../common/css/img/arrow_3ds_01.png) 0 0 no-repeat;
}
.buttonandnote-container .buttonandnote__btn01 span,
.buttonandnote-container .buttonandnote__btn02 span {
	font-size: 85.71429%;
	color: #fff;
	display: inline-block;
	padding: 7px 0 7px 10px;
}
.buttonandnote-container .buttonandnote__btn01 span {
	width:182px;
}
.buttonandnote-container .buttonandnote__btn02 span {
	width:202px;
}
.buttonandnote-container .buttonandnote__note {
	margin-top:30px;
	font-size:82.142857%;
	line-height:2.60869565;
	margin-bottom:65px;
}
.buttonandnote-container .buttonandnote__note li {
}
.buttonandnote-container .link-arrow {
	color:#7d7d7d;
}
.buttonandnote-container .link-arrow:before {
	background: url(../../../../common/css/img/arrow_3ds_00.png) no-repeat left center;
}




/* HOVER
-------------------------------------------------------------------------- */
#page-container .c-btn__round span,
#page-container .c-btn__round:before,
#page-container .hero__item a,
#page-container .section01__image img,
#page-container .section01__btnred,
#page-container .section01__btnwhite span,
#page-container .section01__btnwhite:before,
#page-container .section04__btngreen span,
#page-container .section04__btngreen:before{
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#page-container .hero__item a:hover,
#page-container .section01__image:hover img,
#page-container .section01__btnred:hover,
#page-container .section01__btnwhite:hover span,
#page-container .section01__btnwhite:hover:before,
#page-container .section04__btngreen:hover span,
#page-container .section04__btngreen:hover:before{
  opacity: 0.75;
  filter: alpha(opacity=75);
}

#page-container .c-btn__round:after,
#page-container .section01__btnwhite:after,
#page-container .section04__btngreen:after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: -2px;
  width: 152px;
  height: 32px;
  border: 0 #ce181e solid;
  border-radius: 15px;
  box-sizing: border-box;
  -webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#page-container .c-btn__round:hover:after,
#page-container .section01__btnwhite:hover:after,
#page-container .section04__btngreen:hover:after {
  border-width: 4px;
}

#page-container .c-btn__round:after{
	width: 240px;
	height: 30px;
}
#page-container .mainttl__backtobuilt-in .c-btn__round:after{
	width: 160px;
}

#page-container .section04__btngreen:after{
	width: 128px;
	border-color: #008c46;
}

#page-container .mainttl__banner a{
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#page-container .mainttl__banner a:hover{
	opacity: 0.75;
	filter: alpha(opacity=75);
}

img.thumbs__round {
	border-radius: 12px;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
