@charset "utf-8";
/*=================================
pekoroom
================================ */

#mainArea {
	background-color: #f05d6a;
}
#headingArea {
	padding: 24px 0 17px;
	background: url(/pekoroom/img/index_bg01.png) no-repeat 50% 0;
	border-bottom: none;
}
#headingArea > .heading01 {
	display: block;
	height: auto;
	padding-left: 24px;
}
#footerArea {
	background-image: url(/pekoroom/img/footer_bg01.png);
}

/* pekoRoomArea */
#contentsArea .pekoRoomArea {
	padding: 40px;
	background-color: #fff;
}
.pekoRoomArea > .heading {
	text-align: center;
}

/* pekoRoomNavi */
#contentsArea .pekoRoomNavi {
	margin-top: 15px !important;
}
.pekoRoomNavi ul {
	position: relative;
	padding-left: 203px;
	background-color: #ffdb95;
	border-bottom: solid 2px #eacd94;
	border-radius: 3px 3px 0 0;
}
.pekoRoomNavi ul > li {
	float: left;
	background: url(/pekoroom/img/index_bg02.gif) no-repeat 0 50%;
}
.pekoRoomNavi ul > li > a {
	display: block;
	height: 70px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.pekoRoomNavi ul > li > a:hover {
	opacity: 0.6;
}
.pekoRoomNavi .home {
	position: absolute;
	top: -15px;
	left: 0;
	width: 203px;
	background: none;
	z-index: 1;
}
.pekoRoomNavi .home > a {
	height: 134px;
	background-image: url(/pekoroom/img/index_navi01.png);
}
.pekoRoomNavi .home > a:hover {
	opacity: 1;
}
.pekoRoomNavi .profile {
	width: 266px;
	background: none;
}
.pekoRoomNavi .profile > a {
	background-image: url(/pekoroom/img/index_navi02.png);
}
.pekoRoomNavi .history {
	width: 266px;
}
.pekoRoomNavi .history > a {
	background-image: url(/pekoroom/img/index_navi03.png);
}
.pekoRoomNavi .digital {
	width: 265px;
}
.pekoRoomNavi .digital > a {
	background-image: url(/pekoroom/img/index_navi04.png);
}
.pekoRoomNavi .fan {
	width: 272px;
}
.pekoRoomNavi .fan > a {
	background-image: url(/pekoroom/img/index_navi05.png);
}
.pekoRoomNavi .profile > a.current {
	background-image: url(/pekoroom/img/index_navi02on.png);
}
.pekoRoomNavi .history > a.current {
	background-image: url(/pekoroom/img/index_navi03on.png);
}
.pekoRoomNavi .digital > a.current {
	background-image: url(/pekoroom/img/index_navi04on.png);
}
.pekoRoomNavi .fan > a.current {
	background-image: url(/pekoroom/img/index_navi05on.png);
}

/* /pekoroom/ */
.pekoRoomColumn01 {
	display: -webkit-flex;
	display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.pekoRoomColumn01 > .column:first-child {
	width: 590px;
}
.pekoRoomColumn01 > .column:nth-child(2) {
	width: 370px;
}
.pekoRoomColumn01 > .column .heading02 {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
}
.pekoRoomColumn01 > .column .heading02 > img {
	vertical-align: middle;
}
.pekoRoomColumn01 > .column > section:first-child > .heading02 {
	margin-top: 0;
}
.pekoRoomColumn01 > .column .heading02 + .bannerList {
	margin-top: 0.8em !important;
}
.pekoRoomColumn01 > .column .heading02 + .bannerList li:nth-child(n+4) {
	display: none;
}
.pekoRoomColumn01 .heading02 > a {
	float: right;
	display: inline-block;
	margin-top: 0;
	padding: 0.3em 0.8em 0.3em 1.6em;
	background-color: #fff;
	border: none;
	border-radius: 15px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #894242;
}
.pekoRoomColumn01 .heading02 > a:before {
	display: none;
}
.pekoRoomColumn01 .heading02 > a:after {
	left: 8px;
	width: 8px;
	height: 8px;
	margin-top: -5px;
}
.pekoRoomColumn01 .campaignType01 {
	margin-top: 0.8em !important;
	padding: 20px 0;
	background-color: #fff;
	border-radius: 3px;
}
.pekoRoomColumn01 .campaignType01 a,
.pekoRoomColumn01 .campaignType01 a:hover {
	color: #333;
	text-decoration: none;
}
.pekoRoomColumn01 .campaignType01 a:hover .heading {
	text-decoration: underline;
}
.pekoRoomColumn01 .campaignType01 .bannerImg01 > img {
	width: 100%;
	height: auto;
}
.pekoRoomColumn01 .campaignType01 .heading {
	margin-top: 10px;
}
.pekoRoomColumn01 .campaignType01 .campaignBody {
	margin-top: 5px;
}
.pekoRoomColumn01 .campaignType01 .campaignBody > p {
	float: none;
	width: 100%;
}
.pekoRoomColumn01 .campaignType01 .bx-wrapper {
	position: relative;
	max-width: 370px !important;
}
.pekoRoomColumn01 .campaignType01 .bx-wrapper .column {
	margin: 0 20px;
}
.pekoRoomColumn01 .campaignType01 .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	display: block;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	background-color: #e6575d;
	border: 2px solid #fff;
	border-radius: 50%;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	z-index: 3;
}
.pekoRoomColumn01 .campaignType01 .bx-wrapper .bx-prev {
	left: -20px;
}
.pekoRoomColumn01 .campaignType01 .bx-wrapper .bx-next {
	right: -20px;
}
.pekoRoomColumn01 .campaignType01 .bx-wrapper .bx-prev:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 18px;
	right: 9px;
	height: 14px;
	width: 14px;
	margin-top: -7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(225deg);
		 -moz-transform: rotate(225deg);
		 			transform: rotate(225deg);
}
.pekoRoomColumn01 .campaignType01 .bx-wrapper .bx-next:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 18px;
	left: 9px;
	height: 14px;
	width: 14px;
	margin-top: -7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
		 -moz-transform: rotate(45deg);
		 			transform: rotate(45deg);
}
.pekoRoomColumn02 > .column:first-child {
	padding: 18px 10px 20px 25px;
	background-color: #fff;
	border-radius: 3px;
}
.pekoRoomColumn02 > .column:nth-child(2) .btnList {
	display: -webkit-flex;
	display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.pekoRoomColumn02 > .column:nth-child(2) .btnList > li {
	margin-top: 10px;
}
.pekoRoomColumn02 > .column:nth-child(2) .btnList > li:nth-child(-n+2) {
	margin-top: 0;
}
.pekoRoomColumn02 > .column:nth-child(2) .btnList > li:not(.large) {
	width: 240px;
}
.pekoRoomColumn02 .heading02 + .newsColumn01 {
	overflow-y: scroll;
	height: 350px;
	margin-top: 1em !important;
	padding-right: 15px;
}
.pekoRoomColumn02 .newsColumn01 .newsBox dl {
	padding: 0.5em 0;
}
.pekoRoomColumn02 .heading02 + .newsColumn01 dt {
	float: none;
	margin-right: 0;
}
.pekoRoomColumn02 .heading02 + .newsColumn01 dd {
	margin-top: 10px;
}

/* /pekoroom/profile/ */
.profileBgArea {
	position: relative;
	background: url(/pekoroom/profile/img/index_bg01.png) no-repeat 50% 0;
}
.profileBgArea .heading {
	position: absolute;
	top: 40px;
	left: 50%;
	margin-left: -105px;
}
.profileAncNavi {
	position: absolute;
	bottom: -27px;
	left: 0;
	width: 100%;
	padding: 0 20px;
}
.profileAncNavi ul {
	display: -webkit-flex;
	display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.profileAncNavi ul li a {
	display: block;
	width: 150px;
	height: 61px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
}
.profileAncNavi ul li a:hover {
	opacity: 0.8;
}
.profileAncNavi ul li.peko a {
	background-image: url(/pekoroom/profile/img/index_bt01.png);
}
.profileAncNavi ul li.poko a {
	background-image: url(/pekoroom/profile/img/index_bt02.png);
}
.profileAncNavi ul li.dog a {
	background-image: url(/pekoroom/profile/img/index_bt03.png);
}
.profileAncNavi ul li.catty a {
	background-image: url(/pekoroom/profile/img/index_bt04.png);
}
.profileAncNavi ul li.pekola a {
	background-image: url(/pekoroom/profile/img/index_bt05.png);
}
.profileAncNavi ul li.cat a {
	background-image: url(/pekoroom/profile/img/index_bt06.png);
}
.profileType > .text {
	background: url(/pekoroom/img/index_bg03.gif) repeat 0 0;
	line-height: 30px;
}
.profileType {
	position: relative;
	display: -webkit-flex;
	display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
	margin-top: 70px;
}
.profileType > .imgL,
.profileType > .imgR {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	float: none;
	margin: 0;
}
.profileType > .imgR {
	-webkit-order: 2;
  order: 2;
}
.profileType > .text {
	overflow: visible;
	position: relative;
	width: calc(100% - 322px)
}
.profileType > .text:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: -28px;
	right: 0;
}
.profileType > .text.macaroon:after {
	top: -60px;
}
#peko > .text:after {
	width: 176px;
	height: 68px;
	background: url(/pekoroom/profile/img/index_im08.png) no-repeat 0 0;
}
#poko > .text:after {
	width: 188px;
	height: 110px;
	background: url(/pekoroom/profile/img/index_im09.png) no-repeat 0 0;
}
#dog > .text:after {
	width: 132px;
	height: 98px;
	background: url(/pekoroom/profile/img/index_im10.png) no-repeat 0 0;
}
#catty > .text:after {
	width: 100px;
	height: 78px;
	background: url(/pekoroom/profile/img/index_im11.png) no-repeat 0 0;
}
#pekola > .text:after {
	width: 196px;
	height: 100px;
	background: url(/pekoroom/profile/img/index_im12.png) no-repeat 0 0;
}
#cat > .text:after {
	width: 180px;
	height: 86px;
	background: url(/pekoroom/profile/img/index_im13.png) no-repeat 0 0;
}
.profileType > .imgL + .text {
	margin-left: 0;
}
.profileType > .imgR + .text {
	-webkit-order: 1;
  order: 1;
	margin-right: 0;
}
.profileType > .text dl {
	display: table;
	width: 100%;
}
.profileType > .text dl dt {
	display: table-cell;
	width: 9.5em;
	font-weight: bold;
}
#peko > .text dl dt {color: #eb6373;}
#poko > .text dl dt {color: #388bd7;}
#dog > .text dl dt {color: #d8912a;}
#catty > .text dl dt {color: #eb6393;}
#pekola > .text dl dt {color: #953399;}
#cat > .text dl dt {color: #2d909a;}

.profileType > .text dl dd {
	display: table-cell;
}
.profileType > .text dl dd .note01 {
	margin-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	color: #575757;
	line-height: 30px;
}

/* /pekoroom/history/ */
.historyBlock {
	position: relative;
	margin-top: 2em;
	padding: 10px 20px;
	background-color: #d3ac6f;
}
.historyBlock:before {
	content: "";
	position: absolute;
	top: -10px;
	left: 50%;
	width: 772px;
	height: 46px;
	margin-left: -386px;
	background: url(/pekoroom/history/img/index_bg01.png) no-repeat 0 0;
}
.historyBlock > .inner {
	padding: 45px 35px 50px;
	background-color: #fff;
}
.historyBlock .heading.bgType01 {
	background: url(/pekoroom/history/img/index_im01.gif) no-repeat 262px 50%;
}
.historyBlock .figureColumn01,
.historyBlock .flexElement1 {
	margin-top: 2.5em;
}
.historyBlock .flexElement1 + section > .ribbonHeading {
	margin-top: 0.5em;
}
.historyBlock .figureColumn01 > .imgL {
	min-width: 170px;
	padding-left: 20px;
	margin-right: 40px;
	text-align: center;
}
.historyBlock .figureColumn01 > .imgR {
	min-width: 170px;
	padding-right: 20px;
	margin-left: 40px;
	text-align: center;
}
.historyBlock .ribbonHeading {
	padding-left: 55px;
	background: url(/pekoroom/history/img/index_ic01.png) no-repeat 0 50%;
	font-weight: bold;
	font-size: 26px;
	font-size: 2.6rem;
	color: #e04e5b;
}
.historyBlock .ribbonHeading + p {
	margin-top: 0.5em;
	background: url(/pekoroom/history/img/index_bg02.gif) repeat 0 0;
	line-height: 38px;
}

/* /pekoroom/fan/ */
.fanIcon01 {
	vertical-align: middle;
}
.fanType .column {
	position: relative;
	padding: 15px 20px;
	background-color: #fef6e7;
}
.fanType .column:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(254, 246, 231, 0);
	border-left-color: #fef6e7;
	border-width: 12px;
	margin-top: -12px;
}
.fanType .column .heading {
	padding-bottom: 5px;
	border-bottom: dashed 1px #f27100;
	font-weight: bold;
	color: #f27100;
}
.fanType .column .heading > span {
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-left: 5px;
	background-color: #f27100;
	border-radius: 50%;
	color: #fff;
	text-align: center;
}
.fanType .column.finish {
	background-color: #ffe4d6;
}
.fanType .column.finish:after {
	display: none;
}
.fanType .column.finish .heading {
	border-bottom: dashed 1px #fc1d00;
	color: #fc1d00;
}
.fanType .column.finish .heading > span {
	background-color: #fc1d00;
}
.fanType .column figure {
	margin-top: 10px;
}

/* /pekoroom/digital/ */
.anchorBtn01 li > a {
	min-height: 96px;
}
.anchorBtn01 li > a > span {
	padding: 0.8em 1.4em 0.8em 5.8em;
	font-weight: bold;
	font-size: 22px;
	font-size: 2.2rem;
	color: #894242;
	line-height: 1.1;
}
.anchorBtn01 li > a > span:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 4px;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background-color: #e7585e;
	border-radius: 50%;
}
.anchorBtn01 li > a > span:after {
	right: 10px;
	margin-top: -5px;
	border-color: #fff;
}
.anchorBtn01 .wallpaper > a {
	background: url(/pekoroom/digital/img/index_im05.gif) no-repeat 10px 50%;
}
.anchorBtn01 .calender > a {
	background: url(/pekoroom/digital/img/index_im06.gif) no-repeat 10px 50%;
}
.anchorBtn01 .paint > a {
	background: url(/pekoroom/digital/img/index_im07.gif) no-repeat 10px 50%;
}
.downLoadType {
	padding: 20px;
	background: url(/assets/img/com_bg04.png) repeat 0 0;
	border-radius: 3px;
}
.downLoadType > li > a {
	display: block;
}


@media only screen and (max-width: 767px){

	#headingArea {
		background-image: url(/pekoroom/img/index_bg01_sp.png);
		background-position: 50% 50%;
		background-size: cover;
	}
	#headingArea > .heading01 {
		padding: 0 10px;
		text-align: center;
	}
	#headingArea > .heading01 > img {
		width: auto;
		height: 152px;
	}
	#contentsArea .pekoRoomArea {
		padding: 15px;
	}
	.pekoRoomArea > .heading {
		padding-top: 25px;
	}
	.pekoRoomArea > .heading > img {
		width: auto;
		height: 41px;
	}
	.spPekoRoomNavi {
		padding: 0 10px;
		background-color: #ffdb95;
	}
	.spPekoRoomNavi ul > li:not(:first-child) {
		border-top: dotted 2px #ecaca6;
	}
	.spPekoRoomNavi ul > li > a {
		position: relative;
		display: block;
		padding: 0.8em 2em 0.8em 0;
		font-weight: bold;
		font-size: 1.4rem;
		color: #894242;
	}
	.spPekoRoomNavi ul > li > a:before {
		content: "";
		position: absolute;
		top: 50%;
		right: 0;
		width: 16px;
		height: 16px;
		margin-top: -8px;
		background-color: #e7585e;
		border-radius: 50%;
	}
	.spPekoRoomNavi ul > li > a:after {
		content: "";
		display: inline-block;
		position: absolute;
		top: 50%;
		right: 6px;
		height: 6px;
		width: 6px;
		margin-top: -3px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		-webkit-transform: rotate(45deg);
			 -moz-transform: rotate(45deg);
						transform: rotate(45deg);
	}
	.spPekoRoomNavi ul > li > a.current {
		color: #d60011;
	}
	.spPekoRoomNavi ul > li > a.current:before,
	.spPekoRoomNavi ul > li > a.current:after {
		display: none;
	}
	#pageTopArea {
		background-image: url(/pekoroom/img/footer_bg01_sp.png);
	}
	#footerArea {
		background-image: none;
	}
	
	/* pekoRoomNavi */
	#contentsArea .pekoRoomNavi {
		margin-top: 0 !important;
	}
	.pekoRoomNavi ul {
		position: relative;
		height: 20px;
		padding-left: 0;
		background-color: #ffdb95;
		border-radius: 0;
	}
	.pekoRoomNavi ul > li {
		float: none;
		background: none;
	}
	.pekoRoomNavi ul > li > a {
		display: block;
		height: 70px;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		overflow: visible;
		text-indent: inherit;
		white-space: normal;
	}
	.pekoRoomNavi ul > li > a:hover {
		opacity: 0.6;
	}
	.pekoRoomNavi .home {
		position: absolute;
		top: 0;
		left: 50%;
		width: 122px;
		margin: 0 0 0 -61px;
		background: none;
		z-index: 1;
	}
	.pekoRoomNavi .home > a {
		height: 47px;
		background-image: url(/pekoroom/img/index_navi01_sp.png);
		background-size: 122px 47px;
		overflow: hidden;
		text-indent: 100%;
		white-space: nowrap;
	}
	.pekoRoomNavi .home > a:hover {
		opacity: 1;
	}
	.pekoRoomNavi .profile {
		width: 155px;
		background: none;
	}
	.pekoRoomNavi .profile > a {
		background-image: url(/pekoroom/img/index_navi02.png);
	}
	.pekoRoomNavi .history {
		width: 195px;
	}
	.pekoRoomNavi .history > a {
		background-image: url(/pekoroom/img/index_navi03.png);
	}
	.pekoRoomNavi .digital {
		width: 175px;
	}
	.pekoRoomNavi .digital > a {
		background-image: url(/pekoroom/img/index_navi04.png);
	}
	.pekoRoomNavi .fan {
		width: 272px;
	}
	.pekoRoomNavi .fan > a {
		background-image: url(/pekoroom/img/index_navi05.png);
	}
	
	/* /pekoroom/ */
	.pekoRoomColumn01 > .column:first-child,
	.pekoRoomColumn01 > .column:nth-child(2) {
		width: 100%;
	}
	.pekoRoomColumn01 > .column:nth-child(2) {
		margin-top: 1.5em;
	}
	.pekoRoomColumn01 > .column .heading02 > img {
		width: auto;
		height: 18px;
	}
	.pekoRoomColumn01 .bx-wrapper {
		max-width: none !important;
		margin-right: -10px;
		margin-left: -10px;
	}
	.pekoRoomColumn01 .sliderBannerListWrap {
		margin: 0 -10px;
	}
	.pekoRoomColumn01 .sliderBannerList {
		margin-top: 0;
	}
	.pekoRoomColumn01 .sliderBannerList li {
		display: table-cell;
		width: auto !important;
		margin: 0 !important;
		padding: 0 5px;
	}
	.pekoRoomColumn01 .heading02 > a {
		font-size: 1.2rem;
	}
	.pekoRoomColumn01 .campaignType01 {
		padding: 10px;
	}
	.pekoRoomColumn01 .bx-wrapper {
		position: relative;
	}
	.pekoRoomColumn01 .bx-wrapper .sliderBannerList {
		display: block;
	}
	.pekoRoomColumn01 .bx-wrapper .bx-controls-direction a {
		position: absolute;
		top: 50%;
		display: block;
		width: 30px !important;
		height: 30px !important;
		margin-top: -15px !important;
		background-color: #e6575d;
		border: 2px solid #fff;
		border-radius: 50%;
		overflow: hidden;
		white-space: nowrap;
		text-indent: 100%;
		z-index: 3;
	}
	.pekoRoomColumn01 .bx-wrapper .bx-prev {
		left: 2px !important;
	}
	.pekoRoomColumn01 .bx-wrapper .bx-next {
		right: 2px !important;
	}
	.pekoRoomColumn01 .campaignType01 .bx-wrapper .bx-prev {
		left: -18px !important;
	}
	.pekoRoomColumn01 .campaignType01 .bx-wrapper .bx-next {
		right: -18px !important;
	}
	.pekoRoomColumn01 .bx-wrapper .bx-prev:after {
		content: "";
		display: inline-block;
		position: absolute;
    top: 13px !important;
		left: 10px !important;
		width: 10px !important;
		height: 10px !important;
		margin-top: -5px !important;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		-webkit-transform: rotate(225deg);
			 -moz-transform: rotate(225deg);
						transform: rotate(225deg);
	}
	.pekoRoomColumn01 .bx-wrapper .bx-next:after {
		content: "";
		display: inline-block;
		position: absolute;
    top: 13px !important;
		left: auto !important;
		right: 10px !important;
		width: 10px !important;
		height: 10px !important;
		margin-top: -5px !important;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		-webkit-transform: rotate(45deg);
			 -moz-transform: rotate(45deg);
						transform: rotate(45deg);
	}
	.pekoRoomColumn01 .campaignType01 .bx-wrapper .column {
		margin: 0;
	}
	.pekoRoomColumn02 > .column:first-child {
		padding: 10px;
	}
	.pekoRoomColumn02 > .column .heading02 > img {
		width: auto;
		height: 24px;
	}
	.pekoRoomColumn02 .heading02 + .newsColumn01 {
		height: 150px;
		padding-right: 0;
	}
	.pekoRoomColumn02 > .column:nth-child(2) .btnList > li:not(.large) {
		width: calc((100% - 10px) / 2);
	}
	
	/* /pekoroom/profile/ */
	.profileBgArea {
		background: none;
	}
	.profileBgArea .headingBlock {
		background: url(/pekoroom/profile/img/index_bg01_sp.png) no-repeat 50% 100%;
		background-size: cover;
	}
	.profileBgArea .heading {
		position: static;
		margin: 0;
		padding-top: 40px;
		text-align: center;
	}
	.profileBgArea .heading > img {
		width: auto;
		height: 40px;
	}
	.profileBgArea .image {
		margin-top: 10px;
		text-align: center;
	}
	.profileBgArea .image > img {
		width: auto;
		height: 100px;
	}
	.profileAncNavi {
		position: static;
		padding: 15px 10px 0;
		background-color: #fff;
	}
	.profileAncNavi ul {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.profileAncNavi ul li {
		width: calc((100% - 10px) / 2);
		margin-top: 10px;
	}
	.profileAncNavi ul li:nth-child(-n+2) {
		margin-top: 0;
	}
	.profileAncNavi ul li a {
		display: block;
		width: 100%;
		height: 40px;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: contain;
		overflow: hidden;
		white-space: nowrap;
		text-indent: 100%;
	}
	.profileAncNavi ul li a:hover {
		opacity: 0.8;
	}
	.profileAncNavi ul li.peko a {
		background-image: url(/pekoroom/profile/img/index_bt01_sp.png);
	}
	.profileAncNavi ul li.poko a {
		background-image: url(/pekoroom/profile/img/index_bt02_sp.png);
	}
	.profileAncNavi ul li.dog a {
		background-image: url(/pekoroom/profile/img/index_bt03_sp.png);
	}
	.profileAncNavi ul li.catty a {
		background-image: url(/pekoroom/profile/img/index_bt04_sp.png);
	}
	.profileAncNavi ul li.pekola a {
		background-image: url(/pekoroom/profile/img/index_bt05_sp.png);
	}
	.profileAncNavi ul li.cat a {
		background-image: url(/pekoroom/profile/img/index_bt06_sp.png);
	}
	.profileType {
		-webkit-flex-flow: column wrap;
		flex-flow: column wrap;
		margin-top: 30px;
	}
	.profileType> .imgL,
	.profileType> .imgR {
		width: 180px;
		margin: 0 auto;
	}
	.profileType > .imgR {
		order: 1;
	}
	.profileType > .imgR + .text {
		order: 2;
	}
	.profileType > .imgL + .text,
	.profileType > .imgR + .text {
		margin: 15px 0 0;
	}
	.profileType > .text {
		width: 100%;
	}
	.profileType > .text dl dd .note01 {
		font-size: 1.2rem;
	}
	.profileType > .text dl dd br {
		display: none;
	}
	#peko > .text:after {
		top: 25px;
		width: 88px;
		height: 34px;
		background: url(/pekoroom/profile/img/index_im08.png) no-repeat 0 0;
		background-size: 88px 34px;
	}
	#poko > .text:after {
		top: 32px;
		width: 94px;
		height: 55px;
		background: url(/pekoroom/profile/img/index_im09.png) no-repeat 0 0;
		background-size: 94px 55px;
	}
	#dog > .text:after {
		top: 35px;
		width: 66px;
		height: 49px;
		background: url(/pekoroom/profile/img/index_im10.png) no-repeat 0 0;
		background-size: 66px 49px;
	}
	#catty > .text:after {
		top: 35px;
		width: 50px;
		height: 39px;
		background: url(/pekoroom/profile/img/index_im11.png) no-repeat 0 0;
		background-size: 50px 39px;
	}
	#pekola > .text:after {
		top: 35px;
		width: 98px;
		height: 50px;
		background: url(/pekoroom/profile/img/index_im12.png) no-repeat 0 0;
		background-size: 98px 50px;
	}
	#cat > .text:after {
		top: 35px;
		width: 90px;
		height: 43px;
		background: url(/pekoroom/profile/img/index_im13.png) no-repeat 0 0;
		background-size: 90px 43px;
	}
	#peko.profileType {
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
		margin-top: 20px;
	}
	
	/* /pekoroom/history/ */
	.historyBlock {
		margin-top: 1.5em;
		padding: 5px;
	}
	.historyBlock + * {
		margin-top: 1em;
	}
	.historyBlock:before {
		top: -5px;
		width: 247px;
		height: 22px;
		margin-left: -122px;
		background-image: url(/pekoroom/history/img/index_bg01_sp.png);
		background-size: 247px 22px;
	}
	.historyBlock > .inner {
		padding: 20px 10px;
		background-color: #fff;
	}
	.historyBlock .heading.bgType01 {
		background-position: 90px 50%;
		background-size: auto 50px;
	}
	.historyBlock .figureColumn01,
	.historyBlock .flexElement1 {
		margin-top: 1.5em;
	}
	.historyBlock .heading + .figureColumn01 {
		margin-top: 10px;
	}
	.historyBlock .figureColumn01 > .imgL {
		padding-left: 0;
		margin-right: auto;
	}
	.historyBlock .figureColumn01 > .imgR {
		padding-right: 0;
		margin-left: auto;
	}
	.historyBlock .ribbonHeading {
		padding-left: 30px;
		background-image: url(/pekoroom/history/img/index_ic01_sp.png);
		background-position: 0 0.1em;
		background-size: 25px 22px;
		font-size: 1.6rem;
	}
	.historyBlock .ribbonHeading + p {
		background-image: url(/pekoroom/history/img/index_bg02_sp.gif);
		background-size: 10px 27px;
		line-height: 27px;
	}
	
	/* /pekoroom/fan/ */
	.fanIcon01 {
		float: left;
		width: 30px;
		height: auto;
		margin-top: -8px;
	}
	.fanType .column:after {
		left: 50%;
		top: auto;
		bottom: -24px;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(254, 246, 231, 0);
		border-top-color: #fef6e7;
		border-width: 12px;
		margin-top: 0;
		margin-left: -12px;
	}
	.fanType .column .heading > span {
		width: 18px;
		height: 18px;
	}
	.anchorBtn01 li > a {
		min-height: 0;
	}
	.anchorBtn01 li > a > span {
		padding: 10px 15px 10px 50px;
		font-size: 11px;
		font-size: 1.1rem;
	}
	.anchorBtn01 li > a > span:before {
		content: "";
		position: absolute;
		top: 50%;
		right: 2px;
		display: inline-block;
		width: 12px;
		height: 12px;
		margin-top: -6px;
		background-color: #e7585e;
		border-radius: 50%;
	}
	.anchorBtn01 li > a > span:after {
		right: 5px;
		width: 6px;
		height: 6px;
		margin-top: -4px;
		border-color: #fff;
		border-width: 1px;
	}
	.anchorBtn01 .wallpaper > a,
	.anchorBtn01 .calender > a,
	.anchorBtn01 .paint > a {
		background-position: 5px 50%;
		background-size: 40px auto;
	}
	.downLoadType {
		padding: 20px;
		background: url(/assets/img/com_bg04.png) repeat 0 0;
		border-radius: 3px;
	}
	
}


/* clearfix */
#contentsArea .pekoRoomNavi ul:after {
	content : "";
	display : block;
	clear : both;
}
