
.block {
	display: block;
}

.none {
	display: none;
}

.column240 {
	width: 240px;
	margin-right: auto;
	margin-left: auto;
}

.column320 {
	width: 320px;
	margin-right: auto;
	margin-left: auto;
}

.column360 {
	width: 360px;
	margin-right: auto;
	margin-left: auto;
}

.column480 {
	width: 480px;
	margin-right: auto;
	margin-left: auto;
}

.column640 {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
}

.column720 {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
}

.column100p {
	width: 100%;
}

@media screen and (max-width:768px) {
	.column240 {
		width: 50%;
		margin-right: auto;
		margin-left: auto;
	}

	.column320 {
		width: 60%;
		margin-right: auto;
		margin-left: auto;
	}

	.column360 {
		width: 60%;
		margin-right: auto;
		margin-left: auto;
	}

	.column480 {
		width: 80%;
		margin-right: auto;
		margin-left: auto;
	}

	.column640 {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}

	.column720 {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}
}

.mT10 {
	display: block;
	margin-top: 10px;
}

.mT20 {
	display: block;
	margin-top: 20px;
}

.mT30 {
	display: block;
	margin-top: 30px;
}

.mT40 {
	display: block;
	margin-top: 40px;
}

.mT50 {
	display: block;
	margin-top: 50px;
}

.mT60 {
	display: block;
	margin-top: 60px;
}

.mT70 {
	display: block;
	margin-top: 70px;
}

.mT80 {
	display: block;
	margin-top: 80px;
}

.mT90 {
	display: block;
	margin-top: 90px;
}

.mT100 {
	display: block;
	margin-top: 100px;
}

.mTm0 {
	display: block;
	margin-top: 0px !important;
}

.mTm10 {
	display: block;
	margin-top: -10px;
}

.mTm20 {
	display: block;
	margin-top: -20px;
}

.mTm30 {
	display: block;
	margin-top: -30px;
}

.mTm40 {
	display: block;
	margin-top: -40px;
}

.mTm50 {
	display: block;
	margin-top: -50px;
}

.mTm60 {
	display: block;
	margin-top: -60px;
}

.mTm70 {
	display: block;
	margin-top: -70px;
}

.mTm80 {
	display: block;
	margin-top: -80px;
}

.mTm90 {
	display: block;
	margin-top: -90px;
}

.mTm100 {
	display: block;
	margin-top: -100px;
}

.mB10 {
	display: block;
	margin-bottom: 10px;
}

.mB20 {
	display: block;
	margin-bottom: 20px;
}

.mB30 {
	display: block;
	margin-bottom: 30px;
}

.mB40 {
	display: block;
	margin-bottom: 40px;
}

.mB50 {
	display: block;
	margin-bottom: 50px;
}

.mB60 {
	display: block;
	margin-bottom: 60px;
}

.mB70 {
	display: block;
	margin-bottom: 70px;
}

.mB80 {
	display: block;
	margin-bottom: 80px;
}

.mB90 {
	display: block;
	margin-bottom: 90px;
}

.mB100 {
	display: block;
	margin-bottom: 100px;
}

.column2 {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.column2 p, .column2 article {
	width: 49%;
}

.column2b {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.column2b div:nth-child(1) {
	width: 50%;
	margin-bottom: 0px;
}

.column2b div:nth-child(2) {
	width: 47%;
	margin-bottom: 0px;
}

.column2c {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.column2c p:nth-child(1) {
	width: 40%;
	margin-bottom: 0px;
}

.column2c p:nth-child(2) {
	width: 57%;
	margin-bottom: 0px;
}

@media screen and (max-width:768px) {
	.column2b {
		display: block;
		width: 100%;
	}

	.column2b div:nth-child(1) {
		width: 100%;
	margin: 0px auto 10px;
	}

	.column2b div:nth-child(2) {
		width: 90%;

	}



.column2c {
	display: block;
	width: 100%;
}

.column2c p:nth-child(1) {
	width: 70%;
	margin: 0px auto 10px;
}

.column2c p:nth-child(2) {
	width: 100%;

}


}

.column3 {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.column3 p {
	width: 33%;
}

.music-column3 {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.music-column3 div{
	width: 32%;
}

.column5 {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	width: 100%;
}

.column5 p {
	width: 18%;
	margin-right: 2%;
}

.column5 p:nth-child(5n) {
	margin-right: 0px;
}

.column5 p:nth-child(4n) {
	margin-right: ;
	margin-right: 2%;
}

@media screen and (max-width:768px) {

.music-column3 {
	display: block;
	width: 100%;
}

.music-column3 div{
	width: 100%;
}

.music-column3 div p:nth-child(1){
	width: 50%;
	margin:0 auto 10px;
}
.music-column3 div p:nth-child(2){
	width: 100%;
	margin:0 auto 50px;

}




	.column5 {
		display: flex;
		flex-wrap: wrap;
		justify-content: left;
		width: 100%;
	}

	.column5 p {
		width: 23.5%;
		margin-right: 1.5%;
	}

	.column5 p:nth-child(5n) {
		margin-right: 1.5%;
	}

	.column5 p:nth-child(4n) {
		margin-right: 0px;
	}
}

strong.bold {
	font-size: 1.125em;
	font-weight: 700;
	text-shadow: 0px 0px 4px #000;
}

.bold {
	font-weight: 700;
}

.music_artist {
	font-weight: 700;
	color: #FFF;
}

.co01 {
	color: #FFF;
}

ul.link_list2 {
	margin-top: 40px;
}

ul.link_list2 li {
	padding: 20px 0;
	font-size: 20px;
	border-top: solid 2px #c79e5b;
}

ul.link_list2 li:nth-last-child(1) {
	border-bottom: solid 2px #c79e5b;
}

ul.link_list2 li a {
	position: relative;
	display: flex;
	justify-content: space-between;
	width: 90%;
	margin: 0 auto;
	color: #FFF;
}

ul.link_list2 li a:hover {
	opacity: 0.7;
}

ul.link_list2 li p:nth-child(1) {
	width: 30%;
}

ul.link_list2 li p:nth-child(2) {
	position: absolute;
	top: 50%;
	left: 105%;
	width: 65%;
	text-align: left;
	transform: translateY(-50%) translateX(-105%);
}

ul.link_list3 {
	margin-top: 40px;
}

ul.link_list3 li {
	padding: 20px 0;
	font-size: 20px;
	border-top: solid 2px #c79e5b;
}

ul.link_list3 li:nth-last-child(1) {
	border-bottom: solid 2px #c79e5b;
}

ul.link_list3 li {
	position: relative;
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 0 auto;
	color: #FFF;
}

ul.link_list3 li p:nth-child(1) {
	width: 30%;
	margin-left: 5%;
}

ul.link_list3 li p:nth-child(2) {
	width: 65%;
	text-align: left;
}

.fs05 {
	font-size: 0.5em !important;
}

.fs06 {
	font-size: 0.6em !important;
}

.fs07 {
	font-size: 0.7em !important;
}

.fs08 {
	font-size: 0.8em !important;
}

.fs09 {
	font-size: 0.9em !important;
}

.fs10 {
	font-size: 1em !important;
}

.fs12 {
	font-size: 1.2em !important;
}

.fs13 {
	font-size: 1.3em !important;
}

.fs14 {
	font-size: 1.4em !important;
}

.fs15 {
	font-size: 1.5em !important;
}

.fs16 {
	font-size: 1.6em !important;
}

.fs18 {
	font-size: 1.8em !important;
}

.fs20 {
	font-size: 2.0em !important;
}

ul.indent1 {
	display: block;
	padding: 0px;
	margin: 0px;
	line-height: 1.8em;
}

ul.indent1 li:before {
	padding: 0px;
	margin: 0 0 0 -15px;
	content: "\203B";
}

ul.indent1 li {
	padding: 0px;
	margin: 0 0 0 15px;
}

ul.indent2 {
	display: block;
	padding: 0px;
	margin: 0px;
	line-height: 1.8em;
}

ul.indent2 li:before {
	padding: 0px;
	margin: 0 0 0 -15px;
	content: "\30FB";
}

ul.indent2 li {
	padding: 0px;
	margin: 0 0 0 15px;
}

ul.indent3 {
	display: block;
	padding: 0px;
	margin: 0px;
	line-height: 1.8em;
}

ul.indent3 li:before {
	padding: 0px;
	margin: 0 0 0 -15px;
	content: "\25CF";
}

ul.indent3 li {
	padding: 0px;
	margin: 0 0 0 15px;
}

ol.decimal {
	display: block;
	padding: 0px;
	list-style: decimal;
}

ol.decimal li {
	padding: 0px;
	margin-left: 30px;
	list-style: decimal !important;
}

ol.decimal li.list-none {
	margin-left: 0px;
	list-style: none;
}

ol.decimal2 {
	list-style-type: none;
	counter-reset: number;
	/* �J�E���^�[�������� */
}

ol.decimal2 li {
	position: relative;
}

/* before�ŃJ�E���^�[���쐬 */

ol.decimal2 li::before {
	padding: 0 0.2em;
	content: counter(number);
	counter-increment: number;
}

/* after�Ł������ */

ol.decimal2 li::after {
	/* �z�u�𒲐� */
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	/* ������� */
	width: 1em;
	height: 1em;
	content: '';
	border: 1px solid #000;
	border-radius: 50%;
	transform: translateY(-50%);
}

p.news-link a {
	padding: 5px 20px;
	color: #FFF;
	text-decoration: none;
	background-color: #1e3b67;
	border-radius: 30px;
	diplay: inline-block;
}

p.news-link a:hover {
	color: #FFF;
	text-decoration: underline;
}

p.text a {
	color: #fff;
	text-decoration: underline;
}

.cd_text .bold1 {
	font-weight: 700;
}

.chara_change {
	display: flex;
	justify-content: sleft;
	width: 500px;
	margin-top: 20px;
}

.chara_change p {
	width: 23.5%;
}

.chara_change p a:hover {
	opacity: 0.35;
}

.css_fade img:nth-chile(2) {
	display: none;
}

.chara_change p {
	cursor: pointer;
}

#lower .inner .item_area ul.item_list li a h3 {
	margin: 5px 0 30px;
	text-align: left;
}

.inner .news_area ul li a h3 {
	margin: 10px 0 40px 0;
	text-align: left;
}

.col-std {
	color: #0db5c4;
}

.event-ph {
	border: 1px solid #0db5c4;
}

.text-center {
	text-align: center;
}

.pt2 {
	padding: 0 0 5px 50px;
	font-size: 1.375em;
	font-weight: 700;
	line-height: 2em;
	color: #0db5c4;
	background: url(https://test.toei-anim-web.com/hirogaru-sky/assets/img/news/h3_icon.png) left 0px;
	background-repeat: no-repeat;
}

.text-center {
	text-align: center;
}

ul.shop-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	width: 100%;
}

ul.shop-list li {
	margin: 15px 40px 0px 0px;
	font-size: 1.375em;
}

ul.shop-list li a {
	text-decoration: underline;
}

ul.shop-list li a:hover {
	text-decoration: none;
}

@media screen and (max-width:768px) {
	ul.shop-list {
		display: flex;
		flex-wrap: wrap;
		justify-content: left;
		width: 80%;
	}
}

.sp {
	display: none;
}

.pc {
	display: block;
}

@media screen and (max-width:768px) {
	.sp {
		display: block;
	}

	.pc {
		display: none;
	}
}

.m-box-youtube {
	position: relative;
	padding-top: 56.5%;
	margin-top: 15px;
}

.m-box-youtube > iframe {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	min-height: 100%;
}

/* ���o���p */

.news-h2 {
	position: relative;
	display: flex;
	gap: 8px;
	align-items: center;
	font-size: 3rem;
	font-weight: 700;
	line-height: var(--lineHeightTitle);
	color: var(--colorKeyText);
}

.news-h2:after {
	z-index: 1;
	display: block;
	flex-shrink: 0;
	width: 100%;
	width: 26px;
	aspect-ratio: 1/1;
	content: "";
	background: url(/tv/precure/assets/images/news/i_topics_h2.webp) no-repeat 50%/contain;
	translate: 0 2px;
}

@media screen and (max-width:768px) {
	.news-h2 {
		position: relative;
		display: flex;
		gap: 2px;
		align-items: center;
		font-size: 1.9rem;
		font-weight: 700;
		line-height: var(--lineHeightTitle);
		color: var(--colorKeyText);
		letter-spacing: -0.05em;
	}

	.news-h2:after {
		z-index: 1;
		display: block;
		flex-shrink: 0;
		width: 100%;
		width: 26px;
		aspect-ratio: 1/1;
		content: "";
		background: url(/tv/precure/assets/images/news/i_topics_h2.webp) no-repeat 50%/contain;
		translate: 0 2px;
	}
}

.news-h2b {
	position: relative;
	gap: 8px;
	align-items: center;
	font-size: 3rem;
	font-weight: 700;
	line-height: var(--lineHeightTitle);
	color: var(--colorKeyText);
}

.news-h2b:after {
	z-index: 1;
	display: flex;
	flex-shrink: 0;
	width: 100%;
	width: 26px;
	aspect-ratio: 1/1;
	content: "";
	background: url(/tv/precure/assets/images/news/i_topics_h2.webp) no-repeat 50%/contain;
	translate: 0 2px;
}

@media screen and (max-width:768px) {
	.news-h2b {
		position: relative;
		gap: 8px;
		align-items: center;
		font-size: 2.2rem;
		font-weight: 700;
		line-height: var(--lineHeightTitle);
		color: var(--colorKeyText);
	}

	.news-h2b:after {
		z-index: 1;
		display: block;
		flex-shrink: 0;
		width: 100%;
		width: 26px;
		aspect-ratio: 1/1;
		content: "";
		background: url(/tv/precure/assets/images/news/i_topics_h2.webp) no-repeat 50%/contain;
		translate: 0 2px;
	}
}

.l-content__main p a {
	text-decoration: underline;
}

.l-content__main p a:hover {
	color: #e8380d;
	text-decoration: none;
}

.p-movie__list .c-list-movie {
	gap: 10px;
	width: 97%;
	margin: 0 auto;
}

@media print, screen and (min-width: 1025px) {
	.p-movie__list .c-list-movie {
		gap: 15px;
		width: auto;
		margin: 40px auto 0px;
	}
}

@media print, screen and (min-width: 768px) {
	.c-txt-ttl3 {
		margin-block: 5px;
	}
}

.off{opacity:0.4;pointer-events: none;}

.c-list-movie__item{margin-bottom:20px;}

@media print, screen and (min-width: 768px) {
.c-list-movie__item{margin-bottom:20px;}
}

.p-list-role__role--curenyami{color:#29b6ff;}

.p-list-role__role--curelillian{color:#24e9e8;}

.trailer-gentei{width:45%;margin:0 auto 15px auto;}


p.catch01{background-color:#e84b86;padding:10px;color:#FFF;text-align:center;font-size:1rem;}

table.event-info td {
    text-align: center;
    border: 2px solid #FFF;
    height: 80px;
    font-size: 0.725em;
    vertical-align:middle;

}

table.event-info td p{
    display: flex;
    align-items: center;
    justify-content: center;
}

table.event-info td.bg01{}
table.event-info td.bg02{}
table.event-info td.bg03{font-weight:700;color:#e84b86;font-size1rem;font-weight:800;}
table.event-info td.bg04{font-size:1rem;font-weight:800;}


table.event-info td.bg01 p{background-color:#fed3e7;width:100%;height:100%;border-radius:10px;}
table.event-info td.bg02 p{background-color:#ffe6ee;width:100%;height:100%;border-radius:10px;}
table.event-info td.bg03 p{background-color:#fcf7dc;font-weight:800;color:#e84b86;font-weight:800;width:100%;height:100%;border-radius:10px;}
table.event-info td.bg04 p{background-color:#efefef;font-weight:800;width:100%;height:100%;border-radius:10px;}



@media print, screen and (min-width: 768px) {

p.catch01{background-color:#e84b86;padding:10px;color:#FFF;text-align:center;font-size:1.4rem;}

table.event-info td {
    text-align: center;
    border: 2px solid #FFF;
    height: 80px;
    font-size: 0.9em;
    vertical-align:middle;

}

table.event-info td p{
    display: flex;
    align-items: center;
    justify-content: center;
}

table.event-info td.bg01{}
table.event-info td.bg02{}
table.event-info td.bg03{font-weight:700;color:#e84b86;font-size:1.4rem;font-weight:800;}
table.event-info td.bg04{font-size:1.4rem;font-weight:800;}


table.event-info td.bg01 p{background-color:#fed3e7;width:100%;height:100%;border-radius:10px;}
table.event-info td.bg02 p{background-color:#ffe6ee;width:100%;height:100%;border-radius:10px;}
table.event-info td.bg03 p{background-color:#fcf7dc;font-weight:700;color:#e84b86;font-size:1.4rem;font-weight:800;width:100%;height:100%;border-radius:10px;}
table.event-info td.bg04 p{background-color:#efefef;font-size:1.4rem;font-weight:800;width:100%;height:100%;border-radius:10px;}

}

 