@charset "utf-8";

/*-------------------------------------------
reset
-------------------------------------------*/
html, body, div, span, applet,footer, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	-webkit-text-size-adjust: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}
article,aside,details,figcaption,figure,header,hgroup,menu,nav,section {
	display:block;
	margin:0;
	padding:0;
}
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}
img {
	width: 100%;
	max-width: 100%;
	vertical-align: bottom;
}
hr {
	margin: 0 0 40px 0;
	border: solid 2.5px #583c32;
	border-radius: 5px;
}
.contentsBody {
	width: 100%;
}

#mv {
	margin: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: left;
	align-items: center;
	-webkit-justify-content: left;
	justify-content: left;
	background: url(../img/mainvisual.svg) no-repeat right 0 bottom 0;
	background-size: cover;
	background-color: #f9f0de;
	border-top: solid 3px #583c32;
	padding: 60px 0px!important;
}
#mv h1 {
	line-height: 0;
	width: 100%;
	margin: 0 auto;
	text-align: left;
	padding-left: 20px;
}
#mv h1 img {
	width: 35%;
}
main article {
	height: 100%;
	margin: 0;
	padding: 60px 0 0;
	position: relative;
	border-top: solid 5px #583c32;
}

/*====================================

    .wrap_ex

====================================*/

.wrap_ex {
    border-top: 3px solid #583c32;
    padding: 40px 0;
    background: #eee;
    margin-bottom: 40px;
    position: relative;
}
.wrap_ex .crown {
	position: absolute;
	top: -40px;
	left: 0;
	width: 100%;
	text-align: center;
}
.wrap_ex .crown img {
	width: 80px;
}
.wrap_ex .inner {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}
.wrap_ex .inner .illust_01 {
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    display: none;
}
.wrap_ex .inner .illust_02 {
    position: absolute;
    top: 0px;
    right: 0;
    width: 20%;
    display: none;
}
.wrap_ex .inner .ph {
	width: 100%;
}
.wrap_ex .inner p {
    text-align: left;
    line-height: 1.85em;
    width: 100%;
    margin: 0 auto 20px;
    font-size: 100%;
}
.wrap_ex .inner p br {
	display: none;
}

/*====================================

    .inner_nav

====================================*/

.inner_nav {
	width: 100%;
	padding: 0 10px;
	margin: 0 auto 60px;
}
.inner_nav ul {
}
.inner_nav ul li {
	width: 100%;
	text-align: center;
	background: url(../img/arrow_down.svg) no-repeat top 50% right 20px #583c32;
	background-size: 10px;
	margin-bottom: 10px;
}
.inner_nav ul li a {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 100%;
    padding: 1.2em 0 1em 0;
    text-decoration: none;
}
.inner_nav ul li:first-child a {
	padding: 1em 0;
}
 
/*====================================

    .cell

====================================*/

.cell {
    width: 100%;
}
.cell .inner {
    width: 100%;
	padding: 0 10px;
    margin: 0 auto;
}
.cell .inner .cell_ttl {
    margin-bottom: 30px;
}
.cell .inner .cell_ttl .nw_h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.cell .inner .cell_ttl .nw_h2 span {
	font-size: 180%;
	background: linear-gradient(transparent 60%, #FEDC00 60%);
	font-weight: bold;
}
.cell .inner .cell_ttl p {
    text-align: justify;
    font-size: 100%;
    line-height: 1.85em;
}
.cell .inner .cell_ttl p br {
	display: none;
}
.cell .cell_content {
}

/*====================================

    .cell_symbiotic

====================================*/

.cell_symbiotic {
	margin-bottom: 100px;
}
.cell_symbiotic .inner {
}
.cell_symbiotic .inner ul {
    width: 100%;
}
.cell_symbiotic .inner ul li {
	margin-bottom: 40px;
}
.cell_symbiotic .inner ul li:last-child {
	margin-bottom: 0px;
}

/*====================================

    .cell_option

====================================*/

.cell_option {
	background: #EDE8E4;
	padding: 40px 10px 30px 10px;
	position: relative;
	border-top: 3px solid #583c32;
}
.cell_option .crown {
	position: absolute;
	top: -40px;
	left: 0;
	width: 100%;
	text-align: center;
}
.cell_option .crown img {
	width: 80px;
}
.cell_option .inner {
}
.cell_option .inner .cell_ttl {
}

/*====================================

    .cell_plus

====================================*/

.cell_plus {
	background: #EDE8E4;
	padding: 0 10px 40px 10px;
}
.cell_plus .inner {
}
.cell_plus .inner .cell_ttl {
}
.cell_plus .inner .cap {
	margin-top: 40px;
}
.cell_plus .inner .cap dl {
	width: 100%;
	margin-bottom: 20px;
}
.cell_plus .inner .cap dl dt {
	width: 100%;
	margin-bottom: 10px;
}
.cell_plus .inner .cap dl dt img {
	width: 100px;
}
.cell_plus .inner .cap dl dd {
	width: 100%;
	font-size: 90%;
}

/*====================================

    .cell_option .cell_plus

====================================*/

.cell_option .inner ul,
.cell_plus .inner ul {
}
.cell_option .inner ul li,
.cell_plus .inner ul li {
	width: 100%;
	margin-bottom: 20px;
	position: relative;
}
.cell_option .inner ul li .ph,
.cell_plus .inner ul li .ph {
	display: block;
	position: relative;
}
.cell_option .inner ul li .ph span,
.cell_plus .inner ul li .ph span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	animation: hideop 5s infinite;
}
@keyframes hideop {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    display:none;
  }
  100% {
    opacity: 1;
  }
}
.cell_option .inner ul li p,
.cell_plus .inner ul li p {
	padding-top: 8px;
	font-size: 90%;
	line-height: 1.85em;
}
.cell_option .inner .cell_ttl .pcp,
.cell_plus .inner .cell_ttl .pcp {
	display: none;
}
.cell_option .inner .cell_ttl .sps,
.cell_plus .inner .cell_ttl .sps {
	display: block;
}

/*====================================

    .cell_service

====================================*/

.cell_service {
	background: #ffdc00;
	padding: 60px 20px 20px;
}
.cell_service .inner {
	position: relative;
}
.cell_service .inner .icon_nyan {
	position: absolute;
	top: -5%;
	left: 0;
	width: 15%;
}
.cell_service .inner .icon_wan {
	position: absolute;
	top: -5%;
	right: 0;
	width: 15%;
}
.cell_service .inner .cell_ttl .nw_h2 span {
	background: linear-gradient(transparent 60%, #fff 60%);
}
.cell_service .inner .list {
}
.cell_service .inner .list li {
	width: 48%;
	background: rgba(255, 255, 255, .9);
	text-align: center;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding-top: 20px;
    margin-bottom: 20px;
}
.cell_service .inner .list li:nth-child(odd) {
	float: left;
}
.cell_service .inner .list li:nth-child(even) {
	float: right;
}
.cell_service .inner .list li .ph {
	padding: 0 20%;
}
.cell_service .inner .list li p {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

/*====================================

    .cell_voice

====================================*/

.cell_voice {
	padding: 60px 0;
}
.cell_voice .inner {
}
.cell_voice .inner .box {
	background: #eee;
	padding: 20px;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-right: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    margin-bottom: 80px;
}
.cell_voice .inner .box dl {
	width: 100%;
}
.cell_voice .inner .box dl dt {
	width: 100%;
	margin-bottom: 30px;
}
.cell_voice .inner .box dl dd {
	width: 100%;
}
.cell_voice .inner .box dl dd p {
	padding: 0;
	margin: 0;
}
.cell_voice .inner .box dl dd .name {
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 10px;
}
.cell_voice .inner .box dl dd .madori {
	margin-bottom: 10px;
	font-size: 100%;
}
.cell_voice .inner .box dl dd .cat {
	margin-bottom: 10px;
	font-size: 100%;
}
.cell_voice .inner .box dl dd .seikaku {
	margin-bottom: 10px;
	font-size: 90%;
}
.cell_voice .inner .box dl dd .seikaku span {
	display: block;
	margin-top: 10px;
	font-size: 90%;
}
.cell_voice .inner .box dl dd .ex {
	border-top: 2px solid #fff;
	padding-top: 20px;
	border-bottom: 2px solid #fff;
	padding-bottom: 20px;
	font-size: 90%;
	line-height: 1.85em;
}
.cell_voice .inner .box dl dd .ex br {
	display: none;
}
.cell_voice .inner .box dl dd .cap {
	font-size: 90%;
	margin-top: 10px;
}
.cell_voice .inner .box dl dd .cap br {
	display: none;
}
.cell_voice .inner .resident_list {
	position: relative;
}
.cell_voice .inner .resident_list .anime_nyan {
	position: absolute;
	top: 40px;
	left: 20px;
	width: 80px;
	z-index: 1;
}
.cell_voice .inner .resident_list .anime_wan {
	position: absolute;
	bottom: -20px;
	right: 20px;
	width: 80px;
	z-index: 1;
}
.cell_voice .inner .resident_list ul {
}
.cell_voice .inner .resident_list ul li {
	float: left;
	width: 50%;
	margin-right: 3.33%;
}

/*====================================

    .cell_manga

====================================*/

.cell_manga {
	padding: 60px 0;
	background: #ffdc00;
}
.cell_manga .inner {
}
.cell_manga .inner .cell_ttl {
}
.cell_manga .inner .list {
}
.cell_manga .inner .list ul {
}
.cell_manga .inner .list ul li {
	margin-bottom: 20px;
}
.cell_manga .inner .list ul li:last-child {
	margin-bottom: 0px;
}

/*====================================

    .cell_life

====================================*/

.cell_life {
	padding: 60px 0 20px 0;
	background: #f7f7f7;
}
.cell_life .inner {
}
.cell_life .inner .cell_content {
}
.cell_life .inner .cell_content p {
	line-height: 2em;
	text-align: justify;
}
.cell_life .inner .cell_content p br {
	display: none;
}
.cell_life .inner .cell_content p span {
	display: block;
	font-weight: bold;
	padding-top: 20px;
}


/* =======================================

	cf

======================================= */
.cf:before,
.cf:after {
	content:"";
	display:table;
}
 
.cf:after {
	clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom:1;
}

* {
	padding: 0;
}