@charset "UTF-8";
/*
$fontHelveticaRound: 'HelveticaW01-RoundedBlk 709929';
.font-family-round{
	font-family: 'Nunito', sans-serif;
	font-weight: 400;
}
.font-family-round-bold{
	font-family: 'Nunito', sans-serif;
	font-weight: 700;
}
*/
/********************
タグの基本的な設定
********************/
/* line 8, sass/core_131011/_reset.scss */
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

/* line 16, sass/core_131011/_reset.scss */
h1, h2, h3, h4, h5,
p,
dd {
  margin: 0 0 1em 0;
  padding: 0;
}

/* line 20, sass/core_131011/_reset.scss */
dt {
  padding: 0;
}

/* line 25, sass/core_131011/_reset.scss */
p {
  line-height: 1.5em;
}

/* line 28, sass/core_131011/_reset.scss */
ul, ol {
  margin: 0 0 1em 0;
  padding: 0;
}

/* line 34, sass/core_131011/_reset.scss */
ol li,
ul li,
d, dd {
  line-height: 1.3em;
}

/* line 38, sass/core_131011/_reset.scss */
img {
  border: none;
}

/* line 42, sass/core_131011/_reset.scss */
h1 img, h2 img, h3 img, h4 img, h5 img {
  vertical-align: bottom;
}

/* line 48, sass/core_131011/_reset.scss */
table {
  border-collapse: collapse;
}

/* line 51, sass/core_131011/_reset.scss */
th, td {
  vertical-align: top;
  text-align: left;
  line-height: 1.5em;
}

/* line 56, sass/core_131011/_reset.scss */
a {
  text-decoration: none;
}

/*
usage:
#hoge{
	@include inlineBlock;
}

*/
/* line 19, sass/core_131011/_mixin.scss */
.inlineBlock {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: -0.4em;
  /*隙間をなくすためのハック*/
}

/* line 26, sass/core_131011/_mixin.scss */
.clearfix, .wrap, .row, .row-fluid {
  *zoom: 1;
}
/* line 28, sass/core_131011/_mixin.scss */
.clearfix:after, .wrap:after, .row:after, .row-fluid:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* line 3, sass/core_131011/_base.scss */
body {
  background-color: #fff;
  font-size: 14px;
  color: #2c2626;
}

/* line 9, sass/core_131011/_base.scss */
.body-inner {
  width: 100%;
  position: relative;
  height: 100%;
  min-height: 100%;
}

/* line 18, sass/core_131011/_base.scss */
body > .body-inner {
  height: auto;
}

/* line 22, sass/core_131011/_base.scss */
.wrap {
  margin: auto;
  width: 100%;
}

/* line 5, sass/core_131011/_gridlayout.scss */
.row {
  margin-left: -20px;
  float: clear;
}
/* line 10, sass/core_131011/_gridlayout.scss */
.row [class*="span"] {
  float: left;
  margin-left: 20px;
}
/* line 15, sass/core_131011/_gridlayout.scss */
.row .span1 {
  width: 34.16667px;
}
/* line 18, sass/core_131011/_gridlayout.scss */
.row .span2 {
  width: 88.33333px;
}
/* line 21, sass/core_131011/_gridlayout.scss */
.row .span3 {
  width: 142.5px;
}
/* line 24, sass/core_131011/_gridlayout.scss */
.row .span4 {
  width: 196.66667px;
}
/* line 27, sass/core_131011/_gridlayout.scss */
.row .span5 {
  width: 250.83333px;
}
/* line 30, sass/core_131011/_gridlayout.scss */
.row .span6 {
  width: 305px;
}
/* line 33, sass/core_131011/_gridlayout.scss */
.row .span7 {
  width: 359.16667px;
}
/* line 36, sass/core_131011/_gridlayout.scss */
.row .span8 {
  width: 413.33333px;
}
/* line 39, sass/core_131011/_gridlayout.scss */
.row .span9 {
  width: 467.5px;
}
/* line 42, sass/core_131011/_gridlayout.scss */
.row .span10 {
  width: 521.66667px;
}
/* line 45, sass/core_131011/_gridlayout.scss */
.row .span11 {
  width: 575.83333px;
}
/* line 48, sass/core_131011/_gridlayout.scss */
.row .span12 {
  width: 630px;
}
/* line 53, sass/core_131011/_gridlayout.scss */
.row .offset1 {
  margin-left: 74.16667px;
}
/* line 56, sass/core_131011/_gridlayout.scss */
.row .offset2 {
  margin-left: 128.33333px;
}
/* line 59, sass/core_131011/_gridlayout.scss */
.row .offset3 {
  margin-left: 182.5px;
}
/* line 62, sass/core_131011/_gridlayout.scss */
.row .offset4 {
  margin-left: 236.66667px;
}
/* line 65, sass/core_131011/_gridlayout.scss */
.row .offset5 {
  margin-left: 290.83333px;
}
/* line 68, sass/core_131011/_gridlayout.scss */
.row .offset6 {
  margin-left: 345px;
}
/* line 71, sass/core_131011/_gridlayout.scss */
.row .offset7 {
  margin-left: 399.16667px;
}
/* line 74, sass/core_131011/_gridlayout.scss */
.row .offset8 {
  margin-left: 453.33333px;
}
/* line 77, sass/core_131011/_gridlayout.scss */
.row .offset9 {
  margin-left: 507.5px;
}
/* line 80, sass/core_131011/_gridlayout.scss */
.row .offset10 {
  margin-left: 561.66667px;
}
/* line 83, sass/core_131011/_gridlayout.scss */
.row .offset11 {
  margin-left: 615.83333px;
}

/* line 90, sass/core_131011/_gridlayout.scss */
.row-fluid {
  float: clear;
}
/* line 94, sass/core_131011/_gridlayout.scss */
.row-fluid [class*="span"] {
  float: left;
  margin-left: 4%;
}
/* line 99, sass/core_131011/_gridlayout.scss */
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
/* line 106, sass/core_131011/_gridlayout.scss */
.row-fluid .span1 {
  width: 4.66667%;
}
/* line 109, sass/core_131011/_gridlayout.scss */
.row-fluid .span2 {
  width: 13.33333%;
}
/* line 112, sass/core_131011/_gridlayout.scss */
.row-fluid .span3 {
  width: 22.0%;
}
/* line 115, sass/core_131011/_gridlayout.scss */
.row-fluid .span4 {
  width: 30.66667%;
}
/* line 118, sass/core_131011/_gridlayout.scss */
.row-fluid .span5 {
  width: 39.33333%;
}
/* line 121, sass/core_131011/_gridlayout.scss */
.row-fluid .span6 {
  width: 48.0%;
}
/* line 124, sass/core_131011/_gridlayout.scss */
.row-fluid .span7 {
  width: 56.66667%;
}
/* line 127, sass/core_131011/_gridlayout.scss */
.row-fluid .span8 {
  width: 65.33333%;
}
/* line 130, sass/core_131011/_gridlayout.scss */
.row-fluid .span9 {
  width: 74.0%;
}
/* line 133, sass/core_131011/_gridlayout.scss */
.row-fluid .span10 {
  width: 82.66667%;
}
/* line 136, sass/core_131011/_gridlayout.scss */
.row-fluid .span11 {
  width: 91.33333%;
}
/* line 139, sass/core_131011/_gridlayout.scss */
.row-fluid .span12 {
  width: 100.0%;
}
/* line 143, sass/core_131011/_gridlayout.scss */
.row-fluid .offset1 {
  margin-left: 8.66667%;
}
/* line 146, sass/core_131011/_gridlayout.scss */
.row-fluid .offset2 {
  margin-left: 17.33333%;
}
/* line 149, sass/core_131011/_gridlayout.scss */
.row-fluid .offset3 {
  margin-left: 26.0%;
}
/* line 152, sass/core_131011/_gridlayout.scss */
.row-fluid .offset4 {
  margin-left: 34.66667%;
}
/* line 155, sass/core_131011/_gridlayout.scss */
.row-fluid .offset5 {
  margin-left: 43.33333%;
}
/* line 158, sass/core_131011/_gridlayout.scss */
.row-fluid .offset6 {
  margin-left: 52.0%;
}
/* line 161, sass/core_131011/_gridlayout.scss */
.row-fluid .offset7 {
  margin-left: 60.66667%;
}
/* line 164, sass/core_131011/_gridlayout.scss */
.row-fluid .offset8 {
  margin-left: 69.33333%;
}
/* line 167, sass/core_131011/_gridlayout.scss */
.row-fluid .offset9 {
  margin-left: 78.0%;
}
/* line 170, sass/core_131011/_gridlayout.scss */
.row-fluid .offset10 {
  margin-left: 86.66667%;
}
/* line 173, sass/core_131011/_gridlayout.scss */
.row-fluid .offset11 {
  margin-left: 95.33333%;
}

/* line 20, sass/core_131011/_layout.scss */
.contentBox {
  width: 100%;
  margin: auto;
  padding: 0px 0 0 0;
  position: relative;
}

/* line 28, sass/core_131011/_layout.scss */
.contentBox-head {
  position: relative;
}

/* line 32, sass/core_131011/_layout.scss */
.contentBox-foot {
  clear: both;
  position: relative;
}

/* line 37, sass/core_131011/_layout.scss */
.contentBox-body {
  position: relative;
}

/* line 47, sass/core_131011/_layout.scss */
.contentBox-single .mainBox {
  width: 1000px;
  margin: 0 0px 0 0;
  padding: 0px 0px 0 0;
  position: relative;
}

/* line 53, sass/core_131011/_layout.scss */
.contentBox-sideleft .mainBox {
  float: right;
  width: 1000px;
  margin: 0 0px 0 0;
  padding: 0px 0px 0 0;
  position: relative;
}
/* line 58, sass/core_131011/_layout.scss */
.contentBox-sideleft .sideBox {
  float: left;
  width: 156px;
  margin: 0 0 0 0px;
  padding: 0px 0 0 0px;
  position: relative;
}

/* line 65, sass/core_131011/_layout.scss */
.contentBox-sideright .mainBox {
  float: left;
  width: 1000px;
  margin: 0 0px 0 0;
  padding: 0px 0px 0 0;
  position: relative;
}
/* line 70, sass/core_131011/_layout.scss */
.contentBox-sideright .sideBox {
  float: right;
  width: 156px;
  margin: 0 0 0 0px;
  padding: 0px 0 0 0px;
  position: relative;
}

/* line 8, sass/core_131011/_text.scss */
.font-family-default, body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* line 11, sass/core_131011/_text.scss */
.font-family-gothic {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}

/* line 14, sass/core_131011/_text.scss */
.font-family-mincho {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/* フォントサイズ ****************/
/* line 19, sass/core_131011/_text.scss */
.font-size-small {
  font-size: 12px;
}

/* line 22, sass/core_131011/_text.scss */
.font-size-normal {
  font-size: 14px;
}

/* line 25, sass/core_131011/_text.scss */
.font-size-middle {
  font-size: 18.2px;
}

/* line 28, sass/core_131011/_text.scss */
.font-size-large {
  font-size: 21px;
}

/* テキスト系 ***********/
/* line 33, sass/core_131011/_text.scss */
.text-hide {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}

/* line 41, sass/core_131011/_text.scss */
.text-left {
  text-align: left;
}

/* line 44, sass/core_131011/_text.scss */
.text-center {
  text-align: center;
}

/* line 47, sass/core_131011/_text.scss */
.text-right {
  text-align: right;
}

/** notice **/
/* line 4, sass/core_131011/_format.scss */
p.notice {
  text-indent: -1em;
  margin-left: 1em;
}

/* line 10, sass/core_131011/_format.scss */
ul.notice li {
  text-indent: -1em;
  margin-left: 1em;
  list-style-type: none;
}

/** float **/
/* line 21, sass/core_131011/_format.scss */
.alignleft,
.align-left {
  float: left;
}

/* line 26, sass/core_131011/_format.scss */
.alignright,
.align-right {
  float: right;
}

/* line 31, sass/core_131011/_format.scss */
.aligncenter,
.align-center {
  display: block;
  margin: auto;
}

/* line 37, sass/core_131011/_format.scss */
.alignleft-margin,
.align-left-margin {
  float: left;
  margin-right: 20px;
}

/* line 42, sass/core_131011/_format.scss */
.alignright-margin,
.align-right-margin {
  float: right;
  margin-left: 20px;
}

/** image **/
/* line 49, sass/core_131011/_format.scss */
.photo {
  padding: 4px;
  background-color: #fff;
  border: solid 1px #cccccc;
  z-index: 1;
}

/* line 56, sass/core_131011/_format.scss */
a:hover .photo {
  border: solid 1px #0073dd;
}

/* line 60, sass/core_131011/_format.scss */
.photo-shadow {
  -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
}

/** ol / ul **************/
/* line 4, sass/core_131011/_list.scss */
ul.list, ol.list {
  padding-left: 2em;
}
/* line 7, sass/core_131011/_list.scss */
ul.list li, ol.list li {
  margin-bottom: 0.3em;
}

/** table **************/
/* line 14, sass/core_131011/_list.scss */
table.table {
  width: 100%;
  margin: 0 0 1em 0;
}
/* line 18, sass/core_131011/_list.scss */
table.table th, table.table td {
  padding: 4px;
}

/* line 23, sass/core_131011/_list.scss */
table.table-border {
  border-top: solid 2px #999999;
  border-bottom: solid 2px #999999;
}
/* line 27, sass/core_131011/_list.scss */
table.table-border th, table.table-border td {
  border-bottom: solid 1px #cccccc;
}

/* line 34, sass/core_131011/_list.scss */
table.table-stripe > tbody > tr:nth-child(odd) td, table.table-stripe > tbody > tr:nth-child(odd) th {
  background-color: #f6f6f6;
}

/* line 41, sass/core_131011/_list.scss */
table.table-head th {
  background-color: #f6f6f6;
}

/* line 4, sass/core_131011/_form.scss */
input[type=text],
textarea {
  border: solid 1px #999;
  padding: 8px;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 9, sass/core_131011/_button.scss */
.btn {
  display: inline-block;
  padding: 0.5em 1em;
  color: #fff;
  background-color: #000;
  border-radius: 4px;
  font-weight: bold;
}
/* line 17, sass/core_131011/_button.scss */
.btn:hover {
  background-color: #333;
}

/* line 22, sass/core_131011/_button.scss */
.btn-shadow {
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

/* バッジ *****************/
/* line 4, sass/core_131011/_badge.scss */
.badge {
  display: inline-block;
  background: #000;
  border-radius: 4px;
  padding: 0 4px;
  color: #fff;
  font-weight: bold;
}

/* line 12, sass/core_131011/_badge.scss */
.badge-red {
  background: #CE3333;
}

/* line 3, sass/_head.scss */
#header {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 39px;
  background-color: rgba(255, 255, 255, 0.8);
}

/* line 12, sass/_head.scss */
#header-inner {
  position: relative;
  width: 1000px;
  padding: 0px;
  margin: auto;
}
/* line 18, sass/_head.scss */
#header-inner .social-buttons {
  position: absolute;
  left: 840px;
  top: 9px;
}
/* line 23, sass/_head.scss */
#header-inner .social-buttons li {
  list-style-type: none;
  float: left;
  margin-right: 4px;
}
/* line 28, sass/_head.scss */
#header-inner .social-buttons li.facebook iframe {
  width: 70px !important;
}

/* line 36, sass/_head.scss */
body.isMobile #header-inner .social-buttons {
  left: 760px;
}

/* line 5, sass/_menu.scss */
#mainMenu ul {
  margin-bottom: 0;
}
/* line 9, sass/_menu.scss */
#mainMenu > ul > li {
  list-style-type: none;
  position: relative;
  display: inline-block;
  float: left;
  		/*
  		ul{
  			display: none;
  			position: absolute;
  			top: 52px;
  			z-index: 100;
  			margin: 0;
  			padding: 5px 10px;
  			width: 150px;
  			background-color: #fff;
  			border-radius: 6px;
  			box-shadow: 0 0 5px rgba(0,0,5,0.5);
  			
  			li{
  				line-height: 1.3em;
  				margin-bottom: 4px;
  				list-style-type: none;
  				border-bottom: dotted 1px #ccc;
  
  				a{
  					display: block;
  					color: $baseFontColor;
  					padding: 4px 0;
  				}
  				
  				a:hover{
  					color: $colorLink;
  					background-color: #F7F7F7;
  				}
  			}
  			li:last-child{
  				border-bottom: none;
  			}
  		}
  		*/
}
/* line 61, sass/_menu.scss */
#mainMenu li.new img.menu-mark-new {
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: -10px;
}

/* line 22, sass/_layout.scss */
body {
  overflow: hidden;
}

/* line 25, sass/_layout.scss */
body.isMobile {
  overflow: visible;
}

/* line 29, sass/_layout.scss */
.contentBox {
  overflow: hidden;
}
/* line 32, sass/_layout.scss */
.contentBox .contentBox-inner {
  width: 100%;
}
/* line 36, sass/_layout.scss */
.contentBox .contentBox-body {
  position: relative;
  float: left;
  width: 100%;
  overflow-y: scroll;
}
/* line 43, sass/_layout.scss */
.contentBox .mainBox {
  margin: auto;
  margin-top: 39px;
}

/* line 51, sass/_layout.scss */
.isMobile .contentBox .contentBox-body {
  overflow: visible;
}

/* line 3, sass/_foot.scss */
#footer {
  position: absolute;
  top: 800px;
}
/* line 7, sass/_foot.scss */
#footer .banner-list {
  margin-bottom: 0;
}
/* line 10, sass/_foot.scss */
#footer .banner-list li {
  list-style-type: none;
  float: left;
  margin-right: 4px;
}

/* line 5, sass/_format.scss */
.no-margin {
  margin: 0;
}

/* line 9, sass/_format.scss */
[class*="indent-"] {
  position: relative;
}

/* line 13, sass/_format.scss */
.indent-20 {
  padding-left: 20px;
  padding-right: 20px;
}

/* line 17, sass/_format.scss */
.indent-30 {
  padding-left: 30px;
  padding-right: 30px;
}

/* line 21, sass/_format.scss */
.indent-40 {
  padding-left: 40px;
  padding-right: 40px;
}

/* line 25, sass/_format.scss */
.indent-50 {
  padding-left: 50px;
  padding-right: 50px;
}

/* line 29, sass/_format.scss */
.indent-60 {
  padding-left: 60px;
  padding-right: 60px;
}

/***********/
/* line 36, sass/_format.scss */
.color-red {
  color: #e4007f;
}

/* line 40, sass/_format.scss */
.color-orange {
  color: #dd912d;
}

/* line 43, sass/_format.scss */
.color-white {
  color: #fff;
}

/* line 46, sass/_format.scss */
.color-blue {
  color: #2d83d8;
}

/* line 49, sass/_format.scss */
.color-green {
  color: #65b725;
}

/* line 52, sass/_format.scss */
.color-lightgray {
  color: #eeeeee;
}

/* line 55, sass/_format.scss */
.color-brown {
  color: #693603;
}

/* line 60, sass/_format.scss */
a.link-border {
  color: #0073dd;
  border-bottom: dashed 1px #0073dd;
}

/* line 64, sass/_format.scss */
a.link-border:hover {
  color: #0073dd;
  border-bottom: dashed 1px #0073dd;
  background-color: #ffffcc;
}

/* line 70, sass/_format.scss */
a.link-noborder {
  border: none !important;
}

/* line 73, sass/_format.scss */
a.link-noborder:hover {
  border: none !important;
}

/* 下線 ****************/
/* line 78, sass/_format.scss */
.border-bottom-dotted {
  border-bottom: dotted 1px #000;
}

/* 角丸 ****************/
/* line 83, sass/_format.scss */
.radius-6 {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
}

/* line 86, sass/_format.scss */
.radius-10 {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
}

/* 影文字 ****************/
/* line 91, sass/_format.scss */
.text-shadow-white {
  text-shadow: 2px 2px 2px white;
}

/* 見出し ****************/
/* line 97, sass/_format.scss */
.h-border-bottom-black {
  border-bottom: solid 1px #000;
  padding-bottom: 4px;
}

/*
.mark-crown{
	padding-left: 18px;
	background: url("../img/common/mark_crown.png") left 0px no-repeat;
}

.h-border-brush-span6{
	background: url("../img/common/line_brush_span6.png") left bottom no-repeat;
	padding-bottom: 15px;
}
*/
/*
.h-border-mark-red{
	background: url("../img/common/line_mark_red.png") left bottom no-repeat;
	padding-bottom: 3px;
}
*/
/* ボックス ****************/
/*
.frame{
	> .frame-head{
		background: url("../img/common/frame_headfoot.png") left top no-repeat;
		overflow: hidden;
		height: 5px;
	}
	> .frame-foot{
		background: url("../img/common/frame_headfoot.png") left bottom no-repeat;
		overflow: hidden;
		height: 5px;
	}
	> .frame-body{
		background: url("../img/common/frame_body.png") left top repeat-y;
		position: relative;
	}
}
*/
/* リスト ****************/
/* line 142, sass/_format.scss */
table.table th {
  color: #693603;
}

/* line 147, sass/_format.scss */
.list-mark-crown {
  padding-left: 0;
}
/* line 150, sass/_format.scss */
.list-mark-crown > li {
  margin-bottom: 0.4em;
  padding-left: 18px;
  list-style-type: none;
  background: url("../img/common/mark_crown.png") left 0px no-repeat;
}

/*
@import "side";
*/
/*
@import "base";
@import "submenu";
*/
/* line 27, sass/common.scss */
.common-logo {
  position: absolute;
  left: 50%;
  top: 53px;
  margin-left: -500px;
}

/* line 34, sass/common.scss */
.frame {
  position: relative;
  float: right;
  width: 730px;
  margin-left: 270px;
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 10px;
}
/* line 43, sass/common.scss */
.frame .frame-body {
  padding: 40px 50px;
}
/* line 46, sass/common.scss */
.frame .frame-body .fukidashi {
  position: absolute;
  left: -27px;
  top: 40px;
}

/* 以下各コンテンツ */
/* line 3, sass/_content_home.scss */
#top.contentBox {
  background: url("../img/home/top_bg.png") center top repeat;
}
/* line 6, sass/_content_home.scss */
#top.contentBox .contentBox-inner {
  background: url("../img/home/top_bg_line.png") center top no-repeat;
}
/* line 11, sass/_content_home.scss */
#top.contentBox .mainBox {
  height: 900px;
}
/* line 15, sass/_content_home.scss */
#top.contentBox h1 {
  position: absolute;
  top: 18px;
  left: 6px;
}
/* line 21, sass/_content_home.scss */
#top.contentBox .mainvisual {
  position: absolute;
  left: 393px;
  top: 5px;
}
/* line 27, sass/_content_home.scss */
#top.contentBox .otameshi {
  position: absolute;
  left: 225px;
  top: 420px;
}
/* line 34, sass/_content_home.scss */
#top.contentBox .pvBox {
  position: absolute;
  top: 626px;
  left: 220px;
}
/* line 40, sass/_content_home.scss */
#top.contentBox .twitterBox {
  position: absolute;
  left: 0px;
  top: 423px;
  width: 200px;
  padding: 5px;
  background-color: #fff;
  border-radius: 5px;
}

/* line 3, sass/_content_news.scss */
#news.contentBox {
  background-color: #f2d94b;
}
/* line 7, sass/_content_news.scss */
#news.contentBox .contentBox-inner {
  background: url("../img/common/bg_line.png") center top no-repeat;
}
/* line 10, sass/_content_news.scss */
#news.contentBox .mainBox {
  padding-top: 40px;
}
/* line 14, sass/_content_news.scss */
#news.contentBox .bg-chara {
  position: absolute;
  left: 50%;
  top: -50px;
  margin-left: -540px;
}
/* line 23, sass/_content_news.scss */
#news.contentBox .news-item h2 {
  padding-left: 26px;
  font-size: 24px;
  font-weight: bold;
  background: url("../img/common/mark_circle_blue.png") left 4px no-repeat;
}
/* line 29, sass/_content_news.scss */
#news.contentBox .news-item h2 a {
  color: #42aae1;
}
/* line 36, sass/_content_news.scss */
#news.contentBox .news-item.news-close-default .frame-body {
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 40, sass/_content_news.scss */
#news.contentBox .news-item.news-close-default .news-value {
  display: none;
}
/* line 46, sass/_content_news.scss */
#news.contentBox .news-item.news-close .fukidashi {
  display: none;
}
/* line 52, sass/_content_news.scss */
#news.contentBox .news-value h3 {
  font-size: 21px;
  border-left: solid 6px #2d83d8;
  border-bottom: solid 1px #2d83d8;
  padding: 4px;
}
/* line 58, sass/_content_news.scss */
#news.contentBox .news-value h4 {
  border-left: solid 6px #2d83d8;
  padding-left: 4px;
}

/* line 3, sass/_content_story.scss */
#story.contentBox {
  background: url("../img/story/story_bg.png") center top repeat;
}
/* line 6, sass/_content_story.scss */
#story.contentBox .contentBox-inner {
  background: url("../img/common/bg_line.png") center top no-repeat;
}
/* line 10, sass/_content_story.scss */
#story.contentBox .mainBox {
  height: 890px;
}
/* line 14, sass/_content_story.scss */
#story.contentBox .chara {
  position: absolute;
  left: -48px;
  top: -39px;
}
/* line 20, sass/_content_story.scss */
#story.contentBox .text {
  position: relative;
  margin-left: 394px;
  margin-top: 160px;
}

/* line 3, sass/_content_chara.scss */
#character.contentBox {
  background: url("../img/chara/chara_bg.png") center top repeat;
}
/* line 6, sass/_content_chara.scss */
#character.contentBox .contentBox-inner {
  background: url("../img/common/bg_line.png") center top no-repeat;
}
/* line 9, sass/_content_chara.scss */
#character.contentBox .mainBox {
  height: 780px;
}
/* line 13, sass/_content_chara.scss */
#character.contentBox h2 {
  position: absolute;
  top: 85px;
  left: 50%;
  margin-left: -479px;
}
/* line 20, sass/_content_chara.scss */
#character.contentBox .chara-list-box {
  position: relative;
  top: 70px;
  width: 1050px;
  height: 670px;
  background: url("../img/chara/list_base.png") left top no-repeat;
}
/* line 27, sass/_content_chara.scss */
#character.contentBox .chara-list-box .chara-list-item {
  position: absolute;
}
/* line 30, sass/_content_chara.scss */
#character.contentBox .chara-list-box .chara-list-item img {
  position: relative;
}

/* line 37, sass/_content_chara.scss */
#js-chara-detail-bg {
  z-index: 100;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../img/chara/detail_bg.png") left top repeat;
}

/* line 48, sass/_content_chara.scss */
#js-chara-detail-box {
  z-index: 101;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/* line 57, sass/_content_chara.scss */
#js-chara-detail-box .obi {
  position: absolute;
  top: 247px;
  width: 0;
  height: 70px;
  background-color: #fff;
}
/* line 65, sass/_content_chara.scss */
#js-chara-detail-box .js-chara-detail {
  position: relative;
  width: 1035px;
  margin: auto;
}
/* line 71, sass/_content_chara.scss */
#js-chara-detail-box .close {
  position: absolute;
  left: 50%;
  top: 130px;
  margin-left: 400px;
}

/* line 3, sass/_content_release.scss */
#release.contentBox {
  background: url("../img/release/release_bg.png") center top repeat;
}
/* line 6, sass/_content_release.scss */
#release.contentBox .contentBox-inner {
  background: url("../img/common/bg_line.png") center top no-repeat;
}
/* line 9, sass/_content_release.scss */
#release.contentBox .mainBox {
  height: 960px;
}
/* line 13, sass/_content_release.scss */
#release.contentBox h2 {
  position: absolute;
  top: 54px;
  right: 50px;
}
/* line 19, sass/_content_release.scss */
#release.contentBox .bg-chara {
  position: absolute;
  left: -150px;
  top: 100px;
}
/* line 25, sass/_content_release.scss */
#release.contentBox .frame {
  margin-top: 130px;
}
/* line 29, sass/_content_release.scss */
#release.contentBox .comic-item {
  border-radius: 10px;
  padding: 10px 0;
  background: url(../img/common/bg_mesh.png) left top repeat;
}
/* line 34, sass/_content_release.scss */
#release.contentBox .comic-item p {
  margin: 4px 10px;
  background-color: #fff;
  border-radius: 4px;
  text-align: center;
  line-height: 1.3em;
}
/* line 43, sass/_content_release.scss */
#release.contentBox .trial-box {
  margin-top: 30px;
  border-radius: 10px;
  background: url(../img/common/bg_mesh.png) left top repeat;
  background-color: #dbdbdb;
  padding-bottom: 10px;
  text-align: center;
}
