@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@800&display=swap');

#wrapper,
#header,
#footer {
	min-width: inherit;
}

.l-footer {
	z-index: 2;
}

html {
	font-size: 62.5%;
	overflow: auto;
}
body {
}
#contents {
	padding: 0;
	width: 100%;
}
#header {
	box-shadow: none;
}
#footerIn img {
	border: none;
}
.pageTop {
	display: none;
}
.onlySP {
	display: none;
}
#ct_bg {
	position: relative;
	z-index: 1;
	color: #000;
	font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Osaka, sans-serif;
	font-size: 1.6rem;
	line-height: 1.6;
	padding-top: 80px;
}

[data-display-time] {
	display: none;
}

@media screen and (max-width: 767px) {
#ct_bg {
	padding-top: 50px;
}
}
#ct_bg::before {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/bg_aniakingdom01_pc.jpg) center center / cover repeat;
	content: '';
	z-index: -1;
}
#ct_bg a {
	color: #000;
}
#ct_bg img {
	max-width: 100%;
	height: auto;
	image-rendering: -webkit-optimize-contrast;
}
#ct_bg .center {
	text-align: center !important;
}
#ct_bg .right {
	text-align: right !important;
}
#ct_bg .none {
	display: none !important;
}
.asterisk {
	font-family: 'Liberation Serif', 'Noto Sans CJK JP', 'TakaoGothic', 'VL Gothic', 'Yu Gothic', 'MS Gothic', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Osaka-Mono', 'Noto Sans JP', Monospace;
}
#ct_bg .btn01 {
	margin-top: 7px;
}
#ct_bg .btn01 > a {
	display: block;
	padding: 8px 0 7px;
	border: #eb4409 solid 1px;
	border-radius: 20px;
	box-shadow: 1px 1px 0 0 rgba(248, 176, 97, 1) inset;
	background: -webkit-linear-gradient(top, #f08200 0%, #eb4109 100%);
	background: linear-gradient(to bottom, #f08200 0%, #eb4109 100%);
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
#ct_bg .btn01 > a:hover {
	background: -webkit-linear-gradient(top, #eb4109 0%, #f08200 100%);
	background: linear-gradient(to bottom, #eb4109 0%, #f08200 100%);
}
#ct_bg .btn01 > a > .inner01 {
	position: relative;
	padding-left: 25px;
}
#ct_bg .btn01 > a > .inner01:before {
	position: absolute;
	top: 50%;
	left: 0;
	content: ' ';
	margin-top: -9px;
	width: 19px;
	height: 18px;
	background: url(../img/icon_ania04.png) no-repeat left top;
	background-size: 100%;
}
#ct_bg .btn01.type02 > a {
	padding: 13px 0 12px;
	border-radius: 32px;
}
#ct_bg .btn01.type02 > a > .inner01 {
	font-size: 2.4rem;
	padding-left: 40px;
}
#ct_bg .btn01.type02 > a > .inner01:before {
	margin-top: -16px;
	width: 29px;
	height: 28px;
	background: url(../img/icon_ania04.png) no-repeat left top;
	background-size: 100%;
}
#ct_bg .btn01 > a > .inner01.reserve:before {
	margin-top: -10px;
	width: 18px;
	height: 20px;
	background-image: url(../img/icon_ania14.png);
}
#ct_bg .btn01 > a > .inner01.waiting:before {
	margin-top: -8px;
	width: 20px;
	height: 14px;
	background-image: url(../img/icon_ania15.png);
}
#ct_bg .btn01.baC {
	margin-right: auto;
	margin-left: auto;
}
#ct_bg .btn03 {
	margin-top: 7px;
}
#ct_bg .btn03 > a {
	position: relative;
	display: block;
	padding: 8px 15px 5px;
	border: #00712f solid 1px;
	border-radius: 20px;
	background: -webkit-linear-gradient(top, #fefefe 0%, #cdcdcd 100%);
	background: linear-gradient(to bottom, #fefefe 0%, #cdcdcd 100%);
	color: #027231;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 1);
}
#ct_bg .btn03 > a:hover {
	background: -webkit-linear-gradient(top, #cdcdcd 0%, #fefefe 100%);
	background: linear-gradient(to bottom, #cdcdcd 0%, #fefefe 100%);
}
#ct_bg .btn03 > a:after {
	position: absolute;
	top: 50%;
	right: 13px;
	content: ' ';
	margin-top: -5px;
	width: 12px;
	height: 11px;
	background: url(../img/icon_ania07.png) no-repeat left top;
	background-size: 100%;
}
#ct_bg .font01 {
	color: #007130;
}
#ct_bg .imgOver01 img,
#ct_bg .imgOver02 img {
	transition: opacity .3s;
	backface-visibility: hidden;
}
#ct_bg .imgOver01 a:hover img,
#ct_bg .imgOver02 a:hover img {
	opacity: .7;
}
#ct_bg .imgOver02 a {
	display: block;
	background: #fff;
}
#ct_bg .imgOver02.round01 a {
	border-radius: 35px;
}
@media screen and (max-width: 1200px) {
	#ct_bg .imgOver02.round01 a {
		border-radius: 2.916vw;
	}
}

@media screen and (max-width: 767px) {
	body {
		min-width: inherit;
	}
	#ct_bg {
		font-family: -apple-system, 'HelveticaNeue', Helvetica;
		font-size: 1.4rem;
	}
	#ct_bg::before {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: url(../img/bg_aniakingdom01_sp.jpg) center center / cover repeat;
		content: '';
	}
	#ct_bg a {
		text-decoration: underline;
	}
	#ct_bg a:hover {
		text-decoration: none;
	}
	#header {
		border-bottom: #ccc solid 1px;
	}
	#ct_bg img {
		width: 100%;
		height: auto;
	}
	#ct_bg .imgOver01 a:hover img, #ct_bg .imgOver02 a:hover img {
		opacity: 1;
	}
	#ct_bg .imgOver01.bg01 {
		background: none;
	}
	.onlyPC {
		display: none;
	}
	.onlySP {
		display: block;
	}
	img.onlySP {
		display: inline-block;
	}
}
/* header
*****************************************/
#ct_bg .header01 {
	width: 100%;
	background: #abcd03;
	box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 51;
}
#contents.headerfixed #ct_bg .header01 {
	position: fixed;
}
#ct_bg .header01 > .inner01 {
	max-width: 1240px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding: 7px 20px 0 20px;
}
#ct_bg .header01 > .inner01 > .logo01 {
	position: absolute;
	top: 50%;
	left: 20px;
	width: 18.4%;
	transform: translate(0, -50%);
}
#ct_bg .header01 > .inner01 > .logo02 {
	position: absolute;
	top: 50%;
	right: 20px;
	width: 7.3%;
	transform: translate(0, -50%);
}
#ct_bg .header01 > .inner01 > .logo01 a,
#ct_bg .header01 > .inner01 > .logo02 a {
	transition: .3s;
}
#ct_bg .header01 > .inner01 > .logo01 a:hover,
#ct_bg .header01 > .inner01 > .logo02 a:hover {
	opacity: 0.7;
}
#ct_bg .header01 > .inner01 > .text01 {
	position: absolute;
	top: 7px;
	left: calc(20px + 20.1%);
	font-size: 1.4rem;
}
#ct_bg #headNavArea01 {
	position: absolute;
	bottom: 7px;
	left: calc(20px + 20.1%);
	width: 70%;
}
#ct_bg .header01 > .inner01 > .menuBtn {
	display: none;
}
#ct_bg #headNavArea01 .headList01 {
	display: flex;
	flex-wrap: wrap;
	max-width: 840px;
	margin-bottom: 5px;
}
#ct_bg #headNavArea01 .headList01 > li {
	margin-right: 10px;
}
#ct_bg #headNavArea01 .headList01 > li:first-child {
	display: none;
}
#ct_bg #headNavArea01 .headList01 > li:last-child {
	margin-right: 0;
}
#ct_bg #headNavArea01 .headList01 > li a {
	font-family: 'M PLUS 1', sans-serif;
	font-weight: 800;
	font-size: 1.8rem;
	line-height: 1;
	padding: 6px 5px 2px 6px;
	border-bottom: 3px solid #fff;
	text-decoration: none;
	transition: background .3s;
}
#ct_bg #headNavArea01 .headList01 > li a:hover {
	background: #fff;
}
#ct_bg #headNavArea01 > .aniaTopBtn01 {
	display: none;
}
@media screen and (max-width: 1150px) {
	#ct_bg #headNavArea01 .headList01 > li a {
		font-size: 1.56vw;
	}
}
@media screen and (max-width: 1088px) {
	#ct_bg #headNavArea01 .headList01 > li a {
		font-size: 1.53vw;
	}
}
@media screen and (max-width: 1026px) {
	#ct_bg #headNavArea01 .headList01 > li a {
		font-size: 1.50vw;
	}
}
@media screen and (max-width: 964px) {
	#ct_bg .header01 > .inner01 > .text01 {
		font-size: 1.3rem;
	}
	#ct_bg #headNavArea01 .headList01 > li a {
		font-size: 1.47vw;
	}
}
@media screen and (max-width: 902px) {
	#ct_bg #headNavArea01 .headList01 > li a {
		font-size: 1.44vw;
	}
}
@media screen and (max-width: 840px) {
	#ct_bg #headNavArea01 .headList01 > li a {
		font-size: 1.40vw;
	}
}
@media screen and (max-width: 767px) {
	#ct_bg .header01 {
		box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
	}
	#ct_bg .header01 > .inner01 {
		max-width: 100%;
		height: 50px;
		padding: 3px 55px 3px 151px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	#ct_bg .header01 > .inner01 > .logo01 {
		position: absolute;
		top: 6px;
		left: 10px;
		width: 132.5px;
		transform: translate(0, 0);
	}
	#ct_bg .header01 > .inner01 > .logo02 {
		display: none;
	}
	#ct_bg .header01 > .inner01 > .logo01 a,
	#ct_bg .header01 > .inner01 > .logo02 a {
		transition: .3s;
	}
	#ct_bg .header01 > .inner01 > .logo01 a:hover,
	#ct_bg .header01 > .inner01 > .logo02 a:hover {
		opacity: 0.7;
	}
	#ct_bg .header01 > .inner01 > .text01 {
		position: inherit;
		top: inherit;
		left: inherit;
		display: inline;
		font-size: 1rem;
	}
	#ct_bg .header01 > .inner01 > .menuBtn {
		display: block;
		position: absolute;
		top: 5px;
		right: 5px;
	}
	#ct_bg .header01 > .inner01 > .menuBtn .headButton01 {
		display: block;
		width: 40px;
		height: 40px;
		background: url("../img/btn_aniakingdom01.png") no-repeat 0 0 / 40px;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}
	#ct_bg .header01.active > .inner01 > .menuBtn .headButton01 {
		background: url("../img/btn_aniakingdom02.png") no-repeat 0 0 / 40px;
	}
	#ct_bg #headNavArea01 {
		bottom: inherit;
		left: inherit;
		top: 50px;
		right: -100%;
		z-index: 110;
		padding: 4px 10px 40px;
		width: 100%;
		height: auto;
		overflow: hidden;
		background-color: #abcd03;
		-webkit-transition: none;
		transition: none;
		box-shadow: inset 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
	}
	#ct_bg .header01.active #headNavArea01 {
		right: 0;
		-webkit-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}
	#ct_bg #headNavArea01 .headList01 {
		display: none;
		max-width: 100%;
	}
	#ct_bg .header01.active #headNavArea01 .headList01 {
		display: flex;
		justify-content: space-between;
	}
	#ct_bg #headNavArea01 .headList01 > li {
		width: 47.88%;
		margin-right: 0;
		margin-bottom: 4px;
	}
	#ct_bg #headNavArea01 .headList01 > li:first-child {
		display: block;
		width: 100%;
	}
	#ct_bg #headNavArea01 .headList01 > li a {
		display: flex;
		font-size: 1.6rem;
		line-height: 1.2;
		padding: 8px 0 7px;
		border-bottom: 3px solid #fff;
		min-height: 3.5em;
		align-items: flex-end;
		justify-content: center;
		text-align: center;
	}
	#ct_bg #headNavArea01 .headList01 > li a:hover {
		background: none;
	}
	#ct_bg .header01.active #headNavArea01 > .aniaTopBtn01 {
		display: block;
	}
	#ct_bg #headNavArea01 > .aniaTopBtn01 {
		width: 100%;
		margin-top: 25px;
		margin-right: 0;
		position: relative;
	}
	#ct_bg #headNavArea01 > .aniaTopBtn01::before {
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		background: rgba(51, 51, 51, 0.5);
		bottom: -3.5px;
		right: -3.5px;
		border-radius: 10px;
	}
	#ct_bg #headNavArea01 > .aniaTopBtn01 > a {
		display: block;
		color: #007130;
		text-decoration: none;
		background-color: #fff;
		position: relative;
		transition: .3s;
		padding: 2px;
		border-radius: 10px;
	}
	#ct_bg #headNavArea01 > .aniaTopBtn01 > a > span {
		display: block;
		background-color: #fff;
		font-family: 'M PLUS 1', sans-serif;
		font-weight: 800;
		padding: 11px 0 11px 98.5px;
		border: 1px solid #abcd03;
		border-radius: 8px;
		font-size: 1.4rem;
	}
	#ct_bg #headNavArea01 > .aniaTopBtn01 > a span {
		background: url("../img/logo_ania01.svg") no-repeat 27px 50% / 45px, url(../img/icon_aniakingdom01.png) no-repeat calc(100% - 8.5px) 50% / 8.5px;
	}
}
/* footer
*****************************************/
#ct_bg .footer01 {
	position: relative;
	padding: 40px 0 80px;
	background: url("../img/bg_aniakingdom02.png") repeat 0 0;
}
#ct_bg .footer01 > .inner01 {
	position: relative;
	margin: 0 auto;
	max-width: 1240px;
	padding-left: 20px;
	padding-right: 20px;
}
#ct_bg .footer01 > .inner01 > .img01 {
	text-align: center;
	padding-left: 92px;
}
#ct_bg .footWrap01 > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 40px;
}
#ct_bg .footWrap01 > ul > li {
	width: 47.5%;
	margin-right: 5%;
	position: relative;
}
#ct_bg .footWrap01 > ul > li::before {
	content: '';
	position: absolute;
	bottom: -7px;
	right: -7px;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	background: rgba(51, 51, 51, 0.5);
}
#ct_bg .footWrap01 > ul > li:last-child {
	margin-right: 0;
}
#ct_bg .footWrap01 > ul > li > a {
	display: block;
	height: 100%;
	padding: 4px;
	color: #007130;
	text-decoration: none;
	border-radius: 20px;
	background-color: #fff;
	position: relative;
	transition: .3s;
}
#ct_bg .footWrap01 > ul > li > a:hover {
	transform: translate(7px, 7px);
}
#ct_bg .footWrap01 > ul > li > a > span {
	height: 100%;
	border: 2px solid #abcd03;
	background-color: #fff;
	border-radius: 16px;
	padding: 15px 50px 15px 132px;
	font-family: 'M PLUS 1', sans-serif;
	font-size: 2.4rem;
	font-weight: 800;
	
	display: flex;
	align-items: center;
}
#ct_bg .footWrap01 > ul > li.aniakingdom > a span {
	background: url("../img/logo_aniakingdom01.png") no-repeat 11px 50% / 111px, url(../img/icon_aniakingdom01.png) no-repeat calc(100% - 20px) 50% / 14px;
}
#ct_bg .footWrap01 > ul > li.ania > a span {
	background: url("../img/logo_ania01.svg") no-repeat 36px 50% / 60px, url(../img/icon_aniakingdom01.png) no-repeat calc(100% - 20px) 50% / 14px;
}
#ct_bg .snsArea01 {
	display: table;
	margin: 0 auto 50px;
	padding: 10px 5px;
	border-radius: 10px;
	background: rgba(255,255,255,.8);
}
#ct_bg .snsBtn01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
#ct_bg .snsBtn01 > li {
	height: 28px;
	margin-left: 5px;
	margin-right: 5px;
}
@media screen and (max-width: 767px) {
	#ct_bg .footer01 {
		padding: 30px 0 50px;
		background: url("../img/bg_aniakingdom02.png") repeat 0 0 / 142px;
	}
	#ct_bg .footer01 > .inner01 {
		position: relative;
		margin: 0 auto;
		max-width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}
	#ct_bg .footer01 > .inner01 > .img01 {
		width: 98.6%;
		padding-left: 10%;
	}
	#ct_bg .footWrap01 > ul {
		margin-top: 20px;
	}
	#ct_bg .footWrap01 > ul > li {
		width: 100%;
		margin-right: 0;
	}
	#ct_bg .footWrap01 > ul > li + li {
		margin-top: 20px;
	}
	#ct_bg .footWrap01 > ul > li::before {
		bottom: -3.5px;
		right: -3.5px;
		border-radius: 10px;
	}
	#ct_bg .footWrap01 > ul > li > a {
		padding: 2px;
		border-radius: 10px;
	}
	#ct_bg .footWrap01 > ul > li > a:hover {
		transform: none;
	}
	#ct_bg .footWrap01 > ul > li > a > span {
		padding: 11px 0 11px 98.5px;
		border: 1px solid #abcd03;
		border-radius: 8px;
		font-size: 1.4rem;
	}
	#ct_bg .footWrap01 > ul > li.aniakingdom > a span {
		background: url("../img/logo_aniakingdom01.png") no-repeat 8.5px 50% / 83px, url(../img/icon_aniakingdom01.png) no-repeat calc(100% - 8.5px) 50% / 8.5px;
	}
	#ct_bg .footWrap01 > ul > li.ania > a span {
		background: url("../img/logo_ania01.svg") no-repeat 27px 50% / 45px, url(../img/icon_aniakingdom01.png) no-repeat calc(100% - 8.5px) 50% / 8.5px;
	}
	#ct_bg .snsArea01 {
		width: 86.666%;
		max-width: 325px;
		margin-left: auto;
		margin-right: auto;
		}

	#ct_bg .snsBtn01 > li {
		-webkit-transform: scale(.9,.9);
		transform: scale(.9,.9);
		margin-left: -1px;
		margin-right: -1px;
	}

	#ct_bg .snsBtn01 > li.line {
		-webkit-transform: scale(.85,.85);
		transform: scale(.85,.85);
		margin-left: -6px;
		margin-right: -6px;
	}
}
/* contents
*****************************************/
#ct_bg .wrap01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#ct_bg .wrap01.bC {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
#ct_bg .wrap01.between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#ct_bg .wrap01.aC {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
#ct_bg .heading01 {
	padding: 28px 20px 42px;
	text-align: center;
	background: url("../img/bg_aniakingdom02.png") repeat 0 0;
/*	box-shadow: inset 0px 5px 0px 0px rgba(0, 0, 0, 0.2);*/
}
#ct_bg .heading02 {
	text-align: center;
	padding: 9px 9px 9px;
	background-color: #007130;
	color: #fff;
	font-family: 'M PLUS 1', sans-serif;
	font-size: 3.2rem;
	font-weight: 800;
	border-radius: 10px 10px 0 0;
}
#ct_bg .heading03 {
	text-align: center;
	padding: 8px 0 2px;
	background-color: #ffff00;
	color: #000;
	font-family: 'M PLUS 1', sans-serif;
	font-size: 4rem;
	font-weight: 800;
	text-shadow: #fff 4px 0px, #fff -4px 0px, #fff 0px -4px, #fff 0px 4px, #fff 4px 4px, #fff -4px 4px, #fff 4px -4px, #fff -4px -4px, #fff 3px 4px, #fff -3px 4px, #fff 3px -4px, #fff -3px -4px, #fff 4px 3px, #fff -4px 3px, #fff 4px -3px, #fff -4px -3px;
}
#ct_bg .heading03 > span {
	position: relative;
	margin-left: .5em;
}
#ct_bg .heading03 > span + span {
	margin-left: 0;
}
#ct_bg .heading03 > span > .rubi01 {
	position: absolute;
	top: -7px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	font-size: 1.2rem;
	white-space: nowrap;
}
#ct_bg .contentsWrap01 {
	max-width: 1240px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
	overflow-x: hidden;
}
#ct_bg .contents01 {
	padding-top: 40px;
/*	width: 1200px;*/
}
#ct_bg .newIc01 {
	margin-right: 10px;
	color: #e60012;
	font-size: 1.5rem;
	font-weight: bold;
}
#ct_bg .newIc02 {
	margin-left: 5px;
	color: #e60012;
	font-size: 1.5rem;
	font-weight: bold;
}
#ct_bg .ic01 {
	margin-left: 10px;
	padding: 2px 5px;
	border-radius: 2px;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1;
}
#ct_bg .movieWrap01 {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
#ct_bg .movieWrap01 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#ct_bg .subSection01 {
	padding: 0 0 40px;
/*	max-width: 1240px;*/
}
#ct_bg .subSection01 > .inner01 {
}
#ct_bg .item01 {
	position: relative;
	margin: 20px 20px 0 0;
	margin: 20px 1.668% 0 0;
	padding: 10px;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
}
#ct_bg .item01 > .text01 {
	margin-top: 10px;
	padding: 5px 0 2px;
	background-color: #00712f;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.2;
	text-align: center;
}
#ct_bg .item01 > .text02,
#ct_bg .item01.type03 .text02 {
	margin-top: 17px;
	font-size: 1.6rem;
	line-height: 1.625;
}
#ct_bg .item01 > .text03,
#ct_bg .item01.type03 .text03 {
	margin-top: 10px;
	font-size: 1.6rem;
	line-height: 1.625;
}
#ct_bg .item01 > .text03 .price,
#ct_bg .item01.type03 .text03 .price {
	font-weight: 600;
}
#ct_bg .item01 > ul {
	width: 100%;
}
#ct_bg .wrap01 > .item01 {
/*	width: 285px;*/
	width: 23.749%;
}
#ct_bg .wrap01 > .item01:nth-child(4n + 4) {
	margin-right: 0;
}
#ct_bg .wrap01 > .item01.type02 {
/*	width: 590px;*/
	width: 49.166%;
	margin-right: 1.668%;
}
#ct_bg .wrap01 > .item01.type02:nth-child(2n + 2) {
	margin-right: 0;
}
#ct_bg .wrap01 > .item01.type03 {
	width: 100%;
	margin-right: 0;
}
#ct_bg .wrap01 > .item01.type03 > ul {
	display: flex;
	flex-wrap: wrap;
}
#ct_bg .wrap01 > .item01.type03 > ul > li {
	width: 49.166%;
	margin-right: 1.668%;
}
#ct_bg .wrap01 > .item01.type03 > ul > li:nth-child(2n + 2)  {
	margin-right: 0;
}
#ct_bg .wrap01 > .item01.type03 > ul > li.img01 {
	width: 50%;
	margin-right: 0;
}
@media screen and (max-width: 970px) {
	#ct_bg .wrap01 > .item01 {
		width: 32.221%;
	}
	#ct_bg .wrap01 > .item01:nth-child(4n + 4) {
		margin-right: 1.668%
	}
	#ct_bg .wrap01 > .item01:nth-child(3n + 3) {
		margin-right: 0;
	}
}
@media screen and (max-width: 767px) {
	#ct_bg .wrap01 > .item01 {
		width: 48.59%;
	}
	#ct_bg .wrap01 > .item01:nth-child(3n + 3),
	#ct_bg .wrap01 > .item01:nth-child(2n + 2) {
		margin-right: 0;
	}
	#ct_bg .wrap01 > .item01:nth-child(2n + 1) {
		margin-right: 2.82%;
	}
	#ct_bg .wrap01 > .item01.type02:nth-child(2n + 1) {
		margin-right: 1.668%;
	}
	#ct_bg .wrap01 > .item01.type03 > ul > li {
	width: 100%;
	margin-right: 0;
	}
	#ct_bg .wrap01 > .item01.type03 > ul > li.img01 {
		width: 100%;
	}
}


#ct_bg .list01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#ct_bg .list01 > li {
	width: 48%;
}
#ct_bg .frameArea01 {
	margin-top: 20px;
	padding: 30px;
	border-radius: 5px;
	background-color: #fff;
}
#ct_bg .col01 {
	width: 48.75%;
	margin-right: 2.5%;
}
#ct_bg .col01:nth-child(2n + 2) {
	margin-right: 0;
}
#ct_bg .col02 {
	width: 100%;
	padding: 35px 60px;
	background-color: #fff;
	border-radius: 10px;
}
#ct_bg .ancNaviBox {
	background-color: rgba(255, 255, 255, 0.85);
	padding: 20px;
	margin: 20px auto;
}
#ct_bg .ancNavi01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 23px;
}
#ct_bg .ancNavi01 > li {
	margin: 15px 1.66% 0 0;
	width: 23.755%;
	position: relative;
}
#ct_bg .txtArea02 {
	margin-top: 10px;
	padding: 10px 20px;
	background-color: #fff;
}
#ct_bg .txtArea02 > .note01,
#ct_bg .item01 .note01 {
	font-size: 1.4rem;
}
@media screen and (max-width: 970px) {
	#ct_bg .ancNavi01 > li {
		width: 31.6733%;
	}
	#ct_bg .ancNavi01 > li:nth-child(3n + 3) {
		margin-right: 0;
	}
}
#ct_bg .ancNavi01 > li:nth-child(4n + 4) {
	margin-right: 0;
}
#ct_bg .ancNavi01 > li::before {
	content: '';
	position: absolute;
	bottom: -7px;
	right: -7px;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background: rgba(51, 51, 51, 0.5);
	z-index: -1;
}
#ct_bg .ancNavi01 > li > a {
	position: relative;
	display: block;
	padding: 14px 40px 14px 20px;
	background: #fff url("../img/icon_aniakingdom02.png") no-repeat calc(100% - 15px) 50% / 24px;
	text-decoration: none;
	border-radius: 10px;
	font-family: 'M PLUS 1', sans-serif;
	font-size: 2.0rem;
	font-weight: 800;
	transition: .3s;
}
#ct_bg .ancNavi01 > li > a:hover {
	transform: translate(7px, 7px);
}
@media screen and (max-width: 767px) {
	#ct_bg .wrap01.spBetween {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	#ct_bg .heading01 {
		padding: 15px 10px 20px;
		text-align: center;
		background: url("../img/bg_aniakingdom02.png") repeat 0 0 / 142px;
		box-shadow: inset 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
	}
	#ct_bg .heading01 img {
		width: auto;
		height: 40px;
	}
	#ct_bg .heading02 {
		padding: 12px 9px 12px;
		font-size: 2.2rem;
		border-radius: 10px 10px 0 0;
	}
	#ct_bg .heading03 {
		font-size: 2.1rem;
		text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
	}
	#ct_bg .heading03 > span > .rubi01 {
		position: absolute;
		top: -8px;
		font-size: 1rem;
	}
	#ct_bg .contentsWrap01 {
		padding-left: 2.666%;
		padding-right: 2.666%;
		display: block;
	}
	#ct_bg .contents01 {
		width: 100%;
		padding-top: 30px;
	}
	#ct_bg .mainArea01 {
		width: 100%;
		margin-bottom: 20px;
	}
	#ct_bg .subSection01 {
		padding: 0 0 30px;
	}
	#ct_bg .item01 {
		margin-top: 10px;
		padding: 10px;
		border-radius: 10px;
	}
	#ct_bg .wrap01 > .item01.type02 {
		width: 100%;
		margin-left: 0;
	}
	#ct_bg .item01 > .text01 {
		margin-top: 10px;
		padding: 5px 0 2px;
		font-size: 1.2rem;
	}
	#ct_bg .item01 > .text02,
	#ct_bg .item01.type03 .text02 {
		margin-top: 8px;
		font-size: 1.4rem;
		line-height: 1.625;
	}
	#ct_bg .item01 > .text03,
	#ct_bg .item01.type03 .text03 {
		margin-top: 5px;
		font-size: 1.4rem;
		line-height: 1.625;
	}
	#ct_bg .frameArea01 {
		padding: 10px 10px 20px;
	}
	#ct_bg .col01 {
		width: 100%;
		margin-right: 0;
	}
	#ct_bg .col01 + .col01 {
		margin-top: 20px;
	}
	#ct_bg .col02 {
		width: 100%;
		padding: 0;
		background-color: transparent;
		border-radius: 0;
	}
	#ct_bg .ancNavi01 {
		margin-top: 25px;
	}
	#ct_bg .ancNavi01 > li {
		margin: 5px 2.8169% 0 0;
		width: 48.59155%;
	}
	#ct_bg .ancNavi01 > li:nth-child(3n + 3) {
		margin-right: 2.8169%;
	}
	#ct_bg .ancNavi01 > li:nth-child(2n + 2) {
		margin-right: 0;
	}
	#ct_bg .ancNavi01 > li::before {
		content: '';
		position: absolute;
		bottom: -3.5px;
		right: -3.5px;
		width: 100%;
		height: 100%;
		border-radius: 5px;
		background: rgba(51, 51, 51, 0.5);
	}
	#ct_bg .ancNavi01 > li > a {
		padding: 9px 25px 9px 15px;
		background: #fff url("../img/icon_aniakingdom02.png") no-repeat calc(100% - 10px) 50% / 15px;
		border-radius: 5px;
		font-size: 1.4rem;
	}
	#ct_bg .ancNavi01 > li > a:hover {
		transform: none;
	}
	#ct_bg .txtArea02 > .note01,
	#ct_bg .item01 .note01 {
		font-size: 1.2rem;
	  }
	#ct_bg .btn01 > a,
	#ct_bg .btn01.type01 > a {
		padding: 6px 0;
		border-radius: 20px;
	}
	#ct_bg .btn01 > a:hover {
		background: -webkit-linear-gradient(top, #f08200 0%, #eb4109 100%);
		background: linear-gradient(to bottom, #f08200 0%, #eb4109 100%);
	}
	#ct_bg .btn01.type02 > a {
		padding: 8px 0;
		border-radius: 20px;
	}
	#ct_bg .btn01.type02 > a > .inner01 {
		font-size: 1.4rem;
		padding-left: 22px;
	}
	#ct_bg .btn01.type02 > a > .inner01:before {
		margin-top: -8px;
		width: 16.5px;
		height: 16px;
		background: url(../img/icon_ania04.png) no-repeat left top;
		background-size: 100%;
	}
	
	
	#ct_bg .btn03 > a {
		padding: 6px 20px;
		border-radius: 18px;
	}
	#ct_bg .btn02 > a:hover, #ct_bg .btn03 > a:hover {
		background: -webkit-linear-gradient(top, #fefefe 0%, #cdcdcd 100%);
		background: linear-gradient(to bottom, #fefefe 0%, #cdcdcd 100%);
	}
	#ct_bg .btn02 > a:after, #ct_bg .btn03 > a:after {
		right: 9px;
	}
}