@charset "UTF-8";
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.areaRecd {}
.areaRecd_title {}
.areaRecd_title::before {}
.areaRecd_mainVis {
	padding-bottom: 46.63%;
	background-color: #fff;
	border-radius: 16px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom: 52px;
}
.areaRecd_text {
	text-align: center;
	font-size: 18px;
	margin-bottom: 53px;
}
.recdList {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.recdList > li {
	width: 48.08%;
	margin-left: 3.84%;
}
.recdList > li:nth-child(2n + 1) {
	margin-left: 0;
}
.recdList > li:nth-child(n + 3) {
	margin-top: 4.8%;
}
.areaRecd_headline {
	font-size: 32px;
	text-align: center;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 11px;
}
.recdNav {
	padding: 77px 0;
}
.recdNav-white {
	background-color: #fff;
}
.recdNav_inner {}
.recdNav_title {
	margin-bottom: 4px;
}
.recdNav_title > svg {}
.recdNav_title > b {}
.recdNav_msg {
	text-align: center;
	font-size: 18px;
	margin-bottom: 25px;
}
.recdNav_list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin-top: 54px;
}
.recdNav_list > li {
	width: 48.08%;
	margin-left: 3.84%;
}
.recdNav_list > li:nth-child(2n + 1) {
	margin-left: 0;
}
.recdNav_list > li:nth-child(n + 3) {
	margin-top: 5.5%;
}
.recdNav_list > li > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	height: 100%;
	flex-direction: column;
}
.recdNav_list_image {
	border-radius: 16px;
	overflow: hidden;
	position: relative;
	z-index: 0;
	padding-bottom: 44.86%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #fff;
	width: 100%;
}
.recdNav_list_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.recdNav_list_link {
	margin-left: auto;
	margin-right: auto;
	width: calc(100% - 30px);
	max-width: 460px;
	border: none;
	margin-top: -27px;
	font-size: 24px;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	box-shadow: 5px 5px 0 #81C0EA;
	flex-grow: 1;
}
.recdNav_list_link-pink {
	box-shadow: 5px 5px 0 #FACCDB;
}
.recdNav_list_link-green {
	box-shadow: 5px 5px 0 #C2EFAA;
}
.recdNav_list_link-orange {
	box-shadow: 5px 5px 0 #FAD9AC;
}
.recdNav_list_link::before {
	content: "";
	display: block;
	width: 1px;
	height: 70px;
	margin-right: -1px;
}
.recdNav_list_link > .icon {
	font-size: 18px;
}
.recdNav_list_link-pink > .icon {
	color: #E95283;
}
.recdNav_list_link-green > .icon {
	color: #59BA24;
}
.recdNav_list_link-orange > .icon {
	color: #FF980B;
}
.recdPick {
	margin-top: 70px;
}
.recdPick_title {
	margin-bottom: 56px;
}
.recdPick_title::before {
	display: none;
}
.recdPick_title::after {
	display: none;
}
.recdPick_title > svg {
	width: 390px;
	height: 61px;
}
.recdPick_list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.recdPick_list > li {
	width: 48.08%;
	margin-left: 3.84%;
	background-color: #fff;
}
.recdPick_list > li:nth-child(2n + 1) {
	margin-left: 0;
}
.recdPick_list > li:nth-child(n + 3) {}
.recdPick_list > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
	position: relative;
	z-index: 1;
	transition-duration: .3s;
	transition-property: opacity;
}
.recdPick_image {}
.recdPick_image > img {
	display: block;
}
.recdPick_text {
	font-size: 32px;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	white-space: nowrap;
}
.recdEntry {}
.recdEntry_title {
	margin-bottom: 54px;
	margin-top: 50px;
}
.recdEntry_title:first-child {
	margin-top: 0;
}
.recdEntry_title:last-child {
	margin-bottom: 0;
}
.recdEntry_body {
	position: relative;
	z-index: 0;
	overflow: hidden;
	padding-bottom: 10px;
}
.recdEntry_title > b {}
.recdEntry_areaTitle {
	display: flex;
	flex-wrap: wrap;
	background-color: #FFFFFF;
	border-radius: 16px;
	padding: 30px 30px;
	margin-bottom: 20px;
	align-items: center;
}
.recdEntry_areaTitle_cat {}
.recdEntry_areaTitle_update {
	margin-left: auto;
}
.recdEntry_areaTitle_update > time {}
.recdEntry_areaTitle_title {
	width: 100%;
	font-size: 36px;
	line-height: 1.2;
	font-weight: bold;
	margin-top: 12px;
}
.recdEntry_fig {
	margin: 54px 0;
}
.recdEntry_fig > figcaption {}
.recdEntry_fig:first-child {
	margin-top: 0;
}
.recdEntry_fig:last-child {
	margin-bottom: 0;
}
.recdEntry_fig > img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	border-radius: 16px;
}
.recdEntry_fig > figcaption {
	text-align: center;
	line-height: 1.4;
	margin-top: 15px;
}
.recdEntry_fig-right > figcaption {
	text-align: right;
}
.recdEntry_fig-left > figcaption {
	text-align: left;
}
.recdEntry_text {
	margin: 2em 0;
}
.recdEntry_text:first-child {
	margin-top: 0;
}
.recdEntry_text:last-child {
	margin-bottom: 0;
}
.recdEntry_link {
	max-width: 750px;
	margin: 30px auto;
}
.recdEntry_link:first-child {
	margin-top: 0;
}
.recdEntry_link:last-child {
	margin-bottom: 0;
}
.recdEntry_link > a {
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 40px;
}
.recdEntry_link > a::before {}
.recdEntry_link > a > .icon {}
.recdEntry_comment {
	margin: 60px auto;
	max-width: 920px;
}
.recdEntry_comment:first-child {
	margin-top: 0;
}
.recdEntry_comment:last-child {
	margin-bottom: 0;
}
.recdEntry_comment_cols {
	display: flex;
}
.recdEntry_comment_col {}
.recdEntry_comment_col-no1 {
	width: 170px;
}
.recdEntry_comment_image {
	padding-bottom: 100%;
	border-radius: 14px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.recdEntry_comment_image > img {
	display: block;
	border-radius: 14px;
	box-sizing: border-box;
	max-width: 100%;
	height: auto;
}
.recdEntry_comment_col-no2 {
	width: calc(100% - 210px);
	margin-left: auto;
}
.recdEntry_comment_col-noImg {
	width: 100%;
}
.recdEntry_comment_fukidashi {
	border: 2px solid #008CD6;
	border-radius: 14px;
	background-color: #fff;
	padding: 24px 23px;
	box-sizing: border-box;
	min-height: 100%;
	position: relative;
	z-index: 1;
}
.recdEntry_comment_fukidashi::before {
	content: "";
	border: 15px solid rgba(255, 255, 255, 0);
	display: block;
	position: absolute;
	top: 50%;
	right: 100%;
	border-right-color: #008CD6;
	border-right-width: 26px;
	border-left-width: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
}
.recdEntry_comment_fukidashi-noImg::before {
	display: none;
}
.recdEntry_comment_fukidashi::after {
	content: "";
	border: 15px solid rgba(255, 255, 255, 0);
	display: block;
	position: absolute;
	top: 50%;
	right: 100%;
	border-right-color: #fff;
	border-right-width: 26px;
	border-left-width: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
	margin-right: -4px;
}
.recdEntry_comment_fukidashi-noImg::after {
	display: none;
}
.recdEntry_comment_title {
	font-size: 24px;
	font-weight: 500;
	color: #008CD6;
	line-height: 1.3;
	margin-bottom: 10px;
}
.recdEntry_comment_text {}
.recdEntry_map {
	margin: 45px 0;
}
.recdEntry_map:first-child {
	margin-top: 0;
}
.recdEntry_map:last-child {
	margin-bottom: 0;
}
.recdEntry_map_areaText {
	background-color: #FFFFFF;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	padding: 40px 45px 40px;
}
.recdEntry_map_title {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.3;
	margin-bottom: 15px;
}
.recdEntry_map_iframeWrap {
	position: relative;
	z-index: 1;
	padding-bottom: 38.85%;
	top: 0;
	left: 0;
	overflow: hidden;
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
}
.recdEntry_map_iframeWrap > iframe {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}
.introCom {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1280 100' preserveAspectRatio='none' fill='%23fff'%3E%3Cpath d='M1280.28,201.01V94.85C1178.02,39.83,930.01,1.01,640.28,1.01S102.53,39.83,.28,94.85v106.16H1280.28Z'/%3E%3C/svg%3E");
	background-size: 100% 100px;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 127px;
}
.introCom_title {
	margin-bottom: 45px;
}
.introCom_list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.introCom_list > li {
	width: 31.7%;
	margin-left: 2.45%;
}
.introCom_list > li:nth-child(3n + 1) {
	margin-left: 0;
}
.introCom_list > li:nth-child(n + 3) {}
.introCom_item {
	background-color: #FFFFFF;
	border-radius: 16px;
	padding: 25px 20px;
	box-sizing: border-box;
	height: 100%;
}
.introCom_item_imageWrap {
	margin: -25px -20px 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 25px;
}
.introCom_item_imageWrap::before {
	content: "";
	display: block;
	width: 1px;
	height: 142px;
}
.introCom_item_image {}
.introCom_item_image > img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.introCom_item_headline {
	font-size: 26px;
	color: #008CD6;
	line-height: 1.4;
	margin-bottom: 14px;
}
.introCom_item_text {
	word-break: break-all;
}
.resultCom {
	background-color: #fff;
	padding-bottom: 60px;
}
.resultCom_inner {}
.resultCom_title {
	text-align: center;
	font-weight: bold;
	line-height: 1.4;
	font-size: 40px;
	margin-bottom: 40px;
}
.resultCom_title > small {
	display: block;
	font-size: inherit;
	color: #008CD6;
	margin-bottom: 0.2em;
}
.resultCom_title > b {
	display: block;
	font-size: 120%;
	font-weight: inherit;
}
.resultCom_headline {
	background-color: #81C0EA;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
	line-height: 1.4;
	padding: 10px 20px;
	border-radius: 1000px;
	margin-bottom: 15px;
}
.resultCom_headline::before {
	content: "";
	display: block;
	width: 1px;
	height: 60px;
}
.resultCom_dList {
	list-style: none;
	font-size: 14px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 56px;
}
.resultCom_dList > dt {
	font-weight: inherit;
}
.resultCom_dList > dd {}
.resultCom_subhead {}
.resultCom_subhead > b {}
.writerCom {
	margin-top: 87px;
}
.writerCom_subhead {}
.writerCom_subhead > b {}
.resultCom_hr {
	display: block;
	height: 2px;
	width: auto;
	background-color: #E2E2E2;
	border: none;
	margin: 91px 0;
}
.archiveCom {}
.archiveCom_subhead {}
.archiveCom_subhead > b {}
.archiveCom_list {
	list-style: none;
	max-width: 916px;
	margin: 68px auto 0;
}
.archiveCom_list > li {
	margin-top: 24px;
}
.archiveCom_list > li:first-child {
	margin-top: 0;
}
.archiveCom_list > li:nth-child(2n + 1) {}
.archiveCom_list > li:nth-child(n + 3) {}
.archiveCom_list > li > a {
	height: auto;
	padding: 15px 40px;
	font-size: 24px;
	justify-content: flex-start;
	word-break: break-all;
}
.archiveCom_list > li > a::before {
	content: "";
	display: block;
	width: 1px;
	height: 52px;
}
.archiveCom_list > li > a > .icon {
	font-size: 20px;
}
.archiveCom_time {
	color: #008CD6;
	margin-right: 1em;
	white-space: nowrap;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.archiveCom_text {
	text-align: left;
}
.archiveCom_yearList {
	list-style: none;
	font-size: 24px;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	display: flex;
	margin-top: 53px;
}
.archiveCom_yearList > li {
	display: flex;
	align-items: center;
}
.archiveCom_yearList > li::after {
	content: "|";
	display: block;
	margin: 0 17px;
}
.archiveCom_yearList > li:last-child::after {
	display: none;
}
.archiveCom_yearList > li:nth-child(2n + 1) {}
.archiveCom_yearList > li:nth-child(n + 3) {}
.archiveCom_yearList > li > a {
	display: block;
	color: inherit;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.archiveCom_yearList > li > a.isCurrent {
	color: #008CD6;
	text-decoration: none;
	pointer-events: none;
}
.archiveCom_contents {
	display: none;
}
.archiveCom_contents.isCurrent {
	display: block;
}
.recdEntry_editor {
	margin: 35px 0;
}
.recdEntry_editor:first-child {
	margin-top: 0;
}
.recdEntry_editor:last-child {
	margin-bottom: 0;
}
.topVisSlider {
	position: relative;
	z-index: 0;
}
.topVisSlider_slide {
	position: relative;
	z-index: 0;
	font-size: 0;
	opacity: 0;
	transition-duration: 1s;
	transition-property: opacity;
	max-height: calc(56.267vw + 50px);
}
.topVisSlider_slide.slick-initialized {
	opacity: 1;
}
.topVisSlider_slide_btn {
	display: none;
	width: 40px;
	height: 40px;
	position: absolute;
	z-index: 10;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
}
.topVisSlider_slide_btn > .icon {
	display: block;
	font-size: 25px;
}
.topVisSlider_slide_item {}
.topVisSlider_slide_item > a {
	display: block;
	text-decoration: none;
	color: inherit;
}
.topVisItem {
	position: relative;
	z-index: 0;
}
.topVisItem > a {
	display: block;
	text-decoration: none;
	color: inherit;
}
.topVisItem_image {
	position: relative;
	z-index: 0;
	padding-bottom: 62.29%;
	overflow: hidden;
}
.topVisItem_image > img {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.topVisItem_link {
	color: #008CD6;
	font-size: 12px;
	display: flex;
	align-items: center;
	background-color: rgba(255, 255, 255, 0.80);
	text-decoration: none;
	border-radius: 4px;
	justify-content: center;
	line-height: 1.1;
	padding: 5px 5px;
}
.topVisItem_link::before {
	content: "";
	display: block;
	width: 1px;
	height: 20px;
	margin-right: -1px;
}
.topVisItem_video {
	position: relative;
	z-index: 0;
	padding-bottom: 62.29%;
	overflow: hidden;
}
.topVisItem_video > video {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.topVisItem_linkWrap {
	position: absolute;
	z-index: 10;
	bottom: 10px;
	right: 10px;
	width: 115px;
}
.topVisSlider_slide_dots {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	padding: 12px 0;
	position: absolute;
	visibility: hidden;
	pointer-events: none;
}
.topVisSlider_slide_dots > li {}
.topVisSlider_slide_dots > li > button {
	display: block;
	width: 10px;
	height: 10px;
	border: 8px solid rgba(255, 255, 255, 0);
	border-radius: 50%;
	background-clip: content-box;
	box-sizing: content-box;
	transition-duration: .3s;
	transition-property: background-color, color;
	background-color: #fff;
}
.topVisSlider_slide_dots > li.slick-active > button {
	background-color: #008FDC;
}
.topVisSlider_slide_btn-prev {
	left: 0;
}
.topVisSlider_slide_btn-next {
	right: 0;
}
.vis_navList {
	list-style: none;
	display: flex;
	margin-left: -7px;
	margin-right: -7px;
}
.vis_navList > li {
	width: 25%;
	padding: 0 7px;
	box-sizing: border-box;
}
.vis_navList > li > a {
	height: 100%;
	border-width: 3px;
	line-height: 1.23;
	color: #008CD6;
	padding: 10px 38px;
	box-shadow: 3px 3px 0 #BDE6F0;
	padding-left: 15px;
}
.vis_navList > li > a > .icon {}
.vis_navListWrap {
	max-width: 1040px;
	margin: 50px auto 0;
}
.topRecd {
	padding: 100px 0 100px;
}
.topRecd_sect {
	margin-bottom: 60px;
}
.topRecd_sect:last-child {
	margin-bottom: 0;
}
.topRecd_inner {}
.topRecd_title {
	margin-bottom: 40px;
}
.topRecd_title > b {}
.topRecd_text {
	text-align: center;
	font-size: 120%;
}
.topRecd_link {
	max-width: 420px;
	margin: 60px auto 0;
}
.topRecd_link > a {}
.topRecd_link > a > .icon {}
.postList {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.postList > li {
	width: 50%;
	box-sizing: border-box;
	padding: 0 15px;
	position: relative;
	z-index: 1;
}
.postList > li:nth-child(n + 3) {
	margin-top: 30px;
}
.postList > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.postList_item {}
.postList_cols {
	display: flex;
}
.postList_col {}
.postList_col-img {
	width: 190px;
}
.postList_image {
	padding-bottom: 92%;
	position: relative;
	z-index: 1;
	border-top-left-radius: 10px;
	overflow: hidden;
	border-bottom-left-radius: 10px;
}
.postList_image > img {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition-duration: .3s;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}
.postList_col-txt {
	width: calc(100% - 190px);
	margin-left: auto;
	box-sizing: border-box;
	padding: 20px 25px;
	background-color: #fff;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.postList_title {
	font-size: 17px;
	line-height: 1.5;
	position: relative;
	z-index: 0;
	font-weight: 500;
	max-height: 4.5em;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.postList_favorite {
	position: relative;
	z-index: 3;
	margin-top: 11px;
}
.favoListBtn {
	border: 1px solid var(--color-pink);
	border-radius: 6px;
	color: var(--color-pink);
	font-size: 14px;
	padding: 0 6px;
	transition-duration: .3s;
	transition-property: background-color, color;
	line-height: 1;
	min-height: 24px;
	display: flex;
	position: relative;
	z-index: 10;
	align-items: center;
	justify-content: center;
	box-shadow: var(--box-shadow);
	margin-right: 10px;
	background-color: var(--color-white);
}
.favoListBtn:last-child {
	margin-right: 0;
}
.favoListBtn.isDisabled {
	color: var(--color-white);
	background-color: var(--color-pink);
	pointer-events: none;
}
.favoListBtn[data-checked="checked"] {
	color: var(--color-white);
	background-color: var(--color-pink);
}
.anchorSect {}
.favoListBtn_text {
	display: block;
	transition-duration: .3s;
	transition-property: opacity;
}
.favoListBtn[data-checked="checked"] .favoListBtn_text::after {
	/* content: "済"; */
}
.favoListBtn.isDisabled .favoListBtn_text {
	opacity: 0;
}
.favoListBtn_svg {
	fill: currentColor;
	width: 16px;
	height: 16px;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: block;
	opacity: 0;
	transition-duration: .3s;
	transition-property: opacity;
}
.favoListBtn.isDisabled .favoListBtn_svg {
	opacity: 1;
	animation-play-state: running;
}
.postSlider {}
.postSlider_swiper {
	opacity: 0;
	transition-duration: 1s;
	transition-property: opacity;
}
.postSlider_swiper.swiper-container-initialized {
	opacity: 1;
}
.postSlider_swiper_wrapper {}
.postSlider_swiper_slide {
	max-width: 320px;
	min-width: 320px;
	height: auto;
}
.postSlider_link {
	max-width: 400px;
	margin: 40px auto 0;
}
.postSlider_link > a {}
.postSlider_link > a > .icon {}
.ageSearch {
	position: relative;
	z-index: 1;
}
.ageSearch::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	border: 3px solid #EAC903;
	pointer-events: none;
	box-sizing: border-box;
	box-shadow: 5px 5px 0 #EBEBEB;
	background-image: linear-gradient(to top, #FDF7D3 15px, rgba(255, 255, 255, 0) 15px);
}
.ageSearch_icon {
	color: #EAC903;
	position: absolute;
	z-index: 10;
	bottom: 3px;
	left: 0;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	font-size: 13px;
	transition-duration: .3s;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	width: 100%;
	text-align: center;
	pointer-events: none;
}
.ageSearch.isShow .ageSearch_icon {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	margin-bottom: 1px;
	pointer-events: auto;
	cursor: pointer;
}
.ageSearch > form {}
.ageSearch_title {
	position: relative;
	z-index: 10;
}
.ageSearch_title > button {
	display: block;
	width: 100%;
	position: relative;
	z-index: 0;
	color: inherit;
	font-size: 125%;
	font-weight: 500;
	line-height: 1.4;
	padding-top: 30px;
	padding-bottom: 28px;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.ageSearch_title > button > img {
	display: block;
	width: 46px;
	height: 46px;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.ageSearch_toggle {
	padding: 0 25px 45px;
	display: none;
}
.ageSearch.isShow .ageSearch_toggle {
	display: block;
}
.ageSearch_list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.ageSearch_list > li {
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.ageSearch_list > li:nth-child(2n + 1) {}
.ageSearch_list > li:nth-child(n + 3) {}
.ageSearch_label {
	position: relative;
	z-index: 0;
	cursor: pointer;
	display: block;
}
.ageSearch_label > input {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	opacity: 0;
}
.ageSearch_label_text {
	border: 2px solid #EAC903;
	border-radius: 10px;
	font-size: inherit;
	font-weight: 500;
	padding: 3px 13px;
	display: flex;
	align-items: center;
	line-height: 1.2;
	box-shadow: 2px 2px 0 #EBEBEB;
	transition-duration: .3s;
	transition-property: background-color, color;
	justify-content: center;
}
[type="checkbox"]:checked + .ageSearch_label_text {
	background-color: #EAC903;
	color: #fff;
}
.ageSearch_label_text::before {
	content: "";
	display: block;
	width: 1px;
	height: 25px;
	margin-right: -1px;
}
.ageSearch_btn {
	display: block;
	border-color: #EAC903;
	max-width: 400px;
	margin: 20px auto 0;
}
.ageSearch_btn > .icon {
	color: #EAC903;
}
.postSlider_swiper_slide-wide {
	max-width: 580px;
	min-width: 580px;
}
.arcNav {
	margin-top: 86px;
}
.arcNav_title {}
.arcNav_title > svg {
	width: 28px;
	height: 34px;
	display: block;
}
.arcNav_title > svg:last-child {
	transform: rotateY(180deg);
}
.arcNav_title_text {
	display: block;
	margin: 0 10px;
}
.arcNav_box {}
.arcNav_list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.arcNav_list > li {
	margin: 0 13px 10px;
	width: 160px;
}
.arcNav_list > li:nth-child(2n + 1) {}
.arcNav_list > li:nth-child(n + 3) {}
.arcNav_list > li > a {
	text-decoration: none;
	font-size: 18px;
	padding-left: 15px;
	padding-right: 15px;
}
.arcNav_list > li > a::after {
	/* content: "年"; */
}
.ageSearch-box {
	background-color: #EAC903;
	border-radius: 10px;
	padding: 0 10px 10px;
	margin-bottom: 45px;
	box-shadow: 5px 5px 0 #EBEBEB;
}
.ageSearch-box::before {
	display: none;
}
.ageSearch-box::after {}
.ageSearch_headline {
	text-align: center;
	line-height: 1.2;
	color: #fff;
	font-weight: 500;
	padding: 16px 0;
	font-size: 22px;
}
.ageSearch_box {
	background-color: #fff;
	padding: 20px 20px 10px;
	border-radius: 8px;
}
.topRecd_sect-mb {
	margin-bottom: 100px;
}
.areaMocoron {}
.areaMocoron_inner {}
.mocoNav {
	margin-bottom: 82px;
	margin-top: 63px;
}
.mocoNav_list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	max-width: 995px;
	margin-left: auto;
	margin-right: auto;
}
.mocoNav_list > li {
	width: 23.5%;
	margin-left: 2%;
}
.mocoNav_list > li:nth-child(4n + 1) {
	margin-left: 0;
}
.mocoNav_list_btn {
	border-color: #E38832;
	background-color: #E38832;
	color: #fff;
	height: 80px;
	transition-duration: .3s;
	transition-property: transform;
}
.mocoNav_list_btn > .icon {
	color: inherit;
}
.mocoNav_list_text {
	display: block;
}
.mocoNav_list_text > ruby {}
.mocoSect {
	font-size: 20px;
	line-height: 1.8;
	margin-bottom: 77px;
}
.mocoSect:last-child {
	margin-bottom: 0;
}
.mocoSect_title {
	font-size: 48px;
	color: #E38832;
	position: relative;
	z-index: 0;
	line-height: 1.4;
	text-align: center;
	padding-bottom: 16px;
	margin-bottom: 51px;
}
.mocoSect_title::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	height: 8px;
	background-color: currentColor;
	border-radius: 4px;
}
.mocoSect_title_inner {}
.mocoIntro {}
.mocoIntro_cols {
	display: flex;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.mocoIntro_col {}
.mocoIntro_col-img {
	width: 382px;
}
.mocoIntro_slide {
	font-size: 0;
}
.mocoIntro_slide_item {}
.mocoIntro_image {}
.mocoIntro_image > img {
	display: block;
}
.mocoIntro_col-txt {
	width: calc(100% - 420px);
	margin-left: auto;
	max-width: 565px;
}
.mocoIntro_sect {
	color: #1B4797;
	font-weight: bold;
	margin-bottom: 25px;
}
.mocoIntro_sect:last-child {
	margin-bottom: 0;
}
.mocoIntro_title {
	display: flex;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 6px;
}
.mocoIntro_title_inner {
	background-color: #73C1EC;
	color: #fff;
	border-radius: 8px;
	padding: 6px 12px;
	display: block;
}
.mocoIntro_title_inner > ruby {}
.mocoIntro_text {}
.mocoIntro_text > ruby {}
.mocoIntro_slide_dots {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 50px;
	margin-top: 21px;
}
.mocoIntro_slide_dots > li > button {
	width: 20px;
	height: 20px;
	background-color: #fff;
	border-radius: 50%;
	position: relative;
	z-index: 0;
	border: 15px solid rgba(255, 255, 255, 0);
	box-sizing: content-box;
	background-clip: content-box;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.mocoIntro_slide_dots > li.slick-active > button {
	background-color: #E38832;
}
.mocoIntro_slide_dots > li > button::before {
	content: "";
	display: block;
	border: 1px solid #A5A5A5;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border-radius: 50%;
	transition-duration: .3s;
	transition-property: border-color, color;
}
.mocoIntro_slide_dots > li.slick-active > button::before {
	border-color: #E38832;
}
.mocoIntro_slide_btn {
	color: #E38832;
	font-size: 30px;
	position: absolute;
	z-index: 1;
	bottom: 0;
	height: 50px;
	width: 50px;
	transition-duration: .3s;
	transition-property: transform;
}
.mocoIntro_slide_btn-prev {
	left: 0;
}
.mocoIntro_slide_btn-next {
	right: 0;
}
.mocoIntro_slide_btn > .icon {
	display: block;
}
.mocoNews {}
.mocoNews_text {
	text-align: center;
	margin-bottom: 24px;
}
.mocoNews_text > ruby {}
.mocoNews_swiper {}
.mocoNews_swiper_wrapper {}
.mocoNews_swiper_slide {
	height: auto;
}
.mocoNewsItem {
	height: 100%;
	position: relative;
	z-index: 0;
	display: flex;
	flex-direction: column;
}
.mocoNewsItem_anchor {
	display: block;
	text-decoration: none;
	color: inherit;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}
.mocoNewsItem_image {
	padding-bottom: 75.9%;
	position: relative;
	z-index: 0;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	overflow: hidden;
	width: 100%;
}
.mocoNewsItem_image > img {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition-duration: .3s;
	transition-property: transform;
}
.mocoNewsItem_areaText {
	background-color: #fff;
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
	padding: 20px 20px 20px;
	flex-grow: 1;
	width: 100%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.mocoNewsItem_text {
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 14px;
	width: 100%;
}
.mocoNewsItem_update {
	font-size: 22px;
	line-height: 1.2;
	margin-bottom: 24px;
	width: 100%;
	margin-bottom: auto;
}
.mocoNewsItem_update > time {}
.mocoNewsItem_favorite {}
.mocoNews_link {
	max-width: 328px;
	margin: 60px auto 0;
}
.mocoNews_link > a {}
.mocoNews_link_text {}
.mocoNews_link_text > ruby {}
.mocoJoy {}
.mocoJoy_title {
	display: flex;
	justify-content: center;
	line-height: 1.4;
	font-size: 40px;
	font-weight: bold;
	margin-top: 83px;
	margin-bottom: 23px;
}
.mocoJoy_title:first-child {
	margin-top: 0;
}
.mocoJoy_title_inner {
	background-color: #73C1EC;
	display: block;
	color: #fff;
	border-radius: 13px;
	padding: 4px 31px;
}
.mocoJoy_title_inner > ruby {}
.mocoJoy_text {
	text-align: center;
	margin-bottom: 26px;
}
.mocoJoy_text > ruby {}
.mocoJoy_cols {
	display: flex;
	margin-left: -15px;
	margin-right: -15px;
	flex-wrap: wrap;
}
.mocoJoy_col {
	width: 20%;
	padding: 0 15px;
	box-sizing: border-box;
}
.mocoJoy_col-no1 {}
.mocoJoy_image {
	max-width: 240px;
	margin: 0 auto 20px;
}
.mocoJoy_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.mocoJoy_linkList {
	list-style: none;
}
.mocoJoy_linkList > li {
	margin-top: 20px;
}
.mocoJoy_linkList > li:first-child {
	margin-top: 0;
}
.mocoJoy_linkList > li > a {
	font-size: inherit;
	height: 58px;
	font-size: 18px;
	padding-left: 8px;
	padding-right: 8px;
}
.mocoJoy_linkList > li > a > .icon {
	position: relative;
	transform: none;
	top: 0;
	right: 0;
	margin-left: 5px;
}
.mocoJoy_linkList_text {}
.mocoJoy_linkList_text > ruby {}
.mocoJoy_col-no2 {}
.mocoJoy_col-no3 {}
.mocoJoy_goods {
	max-width: 530px;
	margin: 0 auto 0;
}
.mocoJoy_goods_image {
	max-width: 340px;
	margin: 0 auto;
}
.mocoJoy_goods_image > img {
	display: block;
}
.mocoJoy_goods_link {
	margin-top: 40px;
}
.mocoJoy_goods_link > a {
	height: 80px;
}
.mocoJoy_goods_link_text {}
.mocoJoy_goods_link_text > ruby {}
.mocoCalendar {
	max-width: 710px;
	margin: 0 auto 0;
}
.mocoCalendar_text {
	text-align: center;
}
.mocoCalendar_text > ruby {}
.mocoCalendar_box {
	margin-top: 26px;
}
.mocoVis {
	background-color: #bfae72;
}
.mocoJoy_title_inner rt {
	transform: translateY(2px);
}
.mocoIntro_title_inner rt {
	transform: translateY(1px);
}
.mocoNewsList {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin-left: -17px;
	margin-right: -17px;
	margin-top: 67px;
}
.mocoNewsList > li {
	width: 25%;
	box-sizing: border-box;
	padding: 0 17px;
}
.mocoNewsList > li:nth-child(n + 5) {
	margin-top: 23px;
}
.mocoNewsItem_text-s {
	font-size: 16px;
}
.mocoNewsItem_update-s {
	font-size: 14px;
}
.fixMoco {
	position: fixed;
	z-index: 998;
	bottom: 15px;
	right: 0;
}
.fixMoco.isHidden {
	opacity: 0;
	visibility: hidden;
	transition-duration: 0.5s;
	transition-property: opacity, visibility;
	pointer-events: none;
}
.fixMoco > a {
	display: block;
	text-decoration: none;
	color: inherit;
	height: auto;
	box-sizing: border-box;
	border: 4px solid var(--color-orange-dark);
	border-radius: 10px;
	background-color: #fff;
	position: relative;
	z-index: 1;
	box-shadow: var(--box-shadow);
	transition-duration: .3s;
	transition-property: padding-right;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	padding: 6px 8px;
	border-right: none;
}
.fixMoco > a > img {
	display: block;
	margin: 0 auto;
	max-width: none;
}
.favoListBtn-mocoron {
	margin-top: 15px;
}
.mocoJoy_col:nth-child(n + 6) {
	margin-top: 40px;
}
.mocoJoy_swiper {
	display: none;
}
.mocoJoy_swiper_wrapper {}
.mocoJoy_swiper_slide {}
.mocoVis_image {
	min-width: 1140px;
	max-width: 1600px;
	position: relative;
	z-index: 0;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.mocoVis_image > img {
	display: block;
	width: 100%;
	height: auto;
}
.mocoVis_image > img:last-child {
	display: none;
}
.mocoNav_list_btn-blue {
	background-color: #73C1EC;
	border-color: #73C1EC;
}
.fixMoco-train {}
.fixMoco-train > a {}
.fixMoco-train > a > img {
	bottom: 5px;
	right: 10px;
}
.mocoJoy_goods_slide {
	font-size: 0;
	position: relative;
	overflow: hidden;
	width: calc(100% - 100px);
	margin-left: auto;
	margin-right: auto;
}
.mocoJoy_goods_slide .slick-track {
	display: flex;
}
.mocoJoy_goods_slide .slick-slide {
	float: none;
	height: auto;
}
.mocoJoy_goods_slide .slick-slide > div {
	height: 100%;
}
.mocoJoy_goods_slide_item {
	height: auto;
	box-sizing: border-box;
}
.mocoJoy_goods_item {
	height: 100%;
	display: flex;
	flex-direction: column;
	width: 100%;
}
.mocoJoy_goods_item > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	flex-direction: column;
	height: 100%;
}
.mocoJoy_goods_item > a::before {}
.mocoJoy_goods_item > a::after {}
.mocoJoy_goods_item_image {
	background-color: #fff;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	width: 100%;
}
.mocoJoy_goods_item_image > img {
	display: block;
	margin: 0 auto;
	transition-duration: .3s;
	transition-property: transform;
	max-width: 100%;
	height: auto;
}
.mocoJoy_goods_item_areaText {
	background-color: #54C1F0;
	color: #fff;
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
	padding: 20px 20px;
	box-sizing: border-box;
	width: 100%;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}
.mocoJoy_goods_item_title {
	font-size: 24px;
	line-height: 1.33;
	font-weight: inherit;
}
.mocoJoy_goods_item_price {
	margin-top: auto;
	font-size: 22px;
}
.mocoJoy_goods_item_text {
	font-size: 16px;
	line-height: 1.375;
	margin-top: 0.2em;
	margin-bottom: 0.1em;
}
.mocoJoy_goods_slide_btn {
	font-size: 48px;
	color: #E38832;
	position: absolute;
	z-index: 10;
	top: 50%;
	transform: translateY(-50%);
	transition-duration: .3s;
	transition-property: transform;
}
.mocoJoy_goods_slide_btn-prev {
	left: -10px;
}
.mocoJoy_goods_slide_btn-next {
	right: -10px;
}
.mocoJoy_goods_slide_btn > .icon {
	display: block;
}
.supPol {
	position: relative;
	z-index: 1;
}
.supPol_inner {}
.supPol_title {
	margin-bottom: 50px;
}
.supSmileWrap {}
.supSmile {
	border-radius: 24px;
	background-color: #fff;
	padding: 35px 30px 23px;
	margin-bottom: 92px;
}
.supSmile_title {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	color: #008CD6;
	margin-bottom: 33px;
}
.supSmile_cols {
	display: flex;
	justify-content: space-between;
	max-width: 941px;
	margin: 0 auto;
}
.supSmile_col {}
.supSmile_col-img {
	width: 306px;
	padding-top: 4px;
}
.supSmile_image {}
.supSmile_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.supSmile_col-txt {
	width: calc(100% - 330px);
	max-width: 602px;
}
.supSmile_text {
	line-height: 1.78;
}
.supAbout {
	margin-bottom: 102px;
}
.supAbout_areaTtl {
	position: relative;
	padding: 0 120px;
	margin-bottom: 16px;
}
.supAbout_ttlDeco {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 120px;
}
.supAbout_ttlDeco > img {
	display: block;
}
.supAbout_ttlDeco-left {
	margin-left: -403px;
	top: 27px;
}
.supAbout_ttlDeco-right {
	margin-left: 416px;
	top: 19px;
}
.supAbout_title {
	font-size: 30px;
	color: #FF980B;
	line-height: 1.6;
	text-align: center;
}
.supAbout_message {
	text-align: center;
	line-height: 1.56;
	margin-bottom: 61px;
}
.supAbout_cells {
	display: flex;
	max-width: 1000px;
	margin: 0 auto;
}
.supAbout_cell {
	width: 27.5%;
	margin-left: 8.75%;
}
.supAbout_cell:first-child {
	margin-left: 0;
}
.supAbout_number {
	width: 98px;
	height: 98px;
	background-color: #FF980B;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 1.17;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	position: relative;
	z-index: 2;
}
.supAbout_image {
	border-radius: 50%;
	overflow: hidden;
	margin-top: -68px;
	position: relative;
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
}
.supAbout_image > img {
	display: block;
	width: 100%;
	height: auto;
}
.supAbout_headline {
	font-size: 24px;
	line-height: 1.34;
	color: #FF980B;
	font-weight: bold;
	margin-bottom: 10px;
}
.supAbout_text {
	line-height: 1.56;
	margin-bottom: 15px;
}
.supAbout_text:last-child {
	margin-bottom: 0;
}
.supEffort {
	margin-bottom: 41px;
}
.supEffort:last-child {
	margin-bottom: 0;
}
.supEffort_title {}
.supEffort_list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px;
}
.supEffort_list > li {
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
}
.supPolItem {
	background-color: #fff;
	height: 100%;
	box-sizing: border-box;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: var(--box-shadow);
}
.supPolItem_image {
	margin-bottom: 20px;
	padding-bottom: 54.49%;
}
.supPolItem_image > img {}
.supPolItem_areaTxt {
	padding: 0 19px 20px;
}
.supPolItem_title {
	color: #008CD6;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.33;
	margin-bottom: 17px;
}
.supPolItem_title > a {
	text-decoration: none;
}
.supPolItem_text {
	font-size: 14px;
	line-height: 1.86;
}
.supPolItem_text > a {
	color: #008CD6;
}
.supPolItem_text > a > .icon {
	margin-left: 0.1em;
}
.supPolItem_noteList {
	list-style: none;
	font-size: 12px;
	line-height: 1.5;
	margin-top: 5px;
}
.supPolItem_noteList > li {
	text-indent: -1em;
	padding-left: 1em;
}
.supPolAcodBtn {
	display: block;
}
.supPolAcodBtn > button {
	padding: 0 70px;
	height: 60px;
	font-size: 16px;
}
.supPolAcodBtn > button > .icon {
	right: 28px;
	transition-duration: .3s;
	transition-property: transform, color;
}
.supPolAcodBtn > button[aria-expanded="true"] > .icon {
	transform: translateY(-50%) rotate(180deg);
}
.supPolAcod {
	display: none;
	margin-top: 97px;
}
.supEffort_list-3c {}
.supEffort_list-3c > li {
	width: 33.33%;
}
.supEffort_list-2c {}
.supEffort_list-2c > li {
	width: 50%;
}
.supEffort_list-2c > li:nth-child(n + 3) {
	margin-top: 40px;
}
.supPolItem_title-serv {
	color: #59BA24;
	font-size: 24px;
}
.supPolItem_title-fan {
	color: #E95283;
	font-size: 24px;
}
.supEffort_listWrap {}
.supAbout_imgWrap {
	margin-bottom: 21px;
	max-width: 275px;
	margin: 0 auto 21px;
	width: 100%;
}
.mocoNewsItem_update-small {
	font-size: 17px;
	margin-bottom: 0;
	margin-top: auto;
}
.mocoNewsItem_text-mbL {
	margin-bottom: 28px;
}
.vis_navList-7c > li {
	width: 14.28%;
}
.vis_navList-7c > li > a {
	padding: 10px 5px 28px;
	font-size: 16px;
}
.vis_navList-7c > li > a > .icon {
	right: 0;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	top: auto;
	bottom: 6px;
	transform: none;
}
.insta {
	margin-bottom: 86px;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.insta_title {}
.insta_list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.insta_list > li {
	width: 25%;
	padding: 3px;
	box-sizing: border-box;
}
.insta_list > li:nth-child(n + 9) {
	display: none;
}
.insta_list > li > a {
	text-decoration: none;
	color: inherit;
	position: relative;
	overflow: hidden;
}
.insta_image {
	position: relative;
	padding-bottom: 100%;
	overflow: hidden;
}
.insta_image > img {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition-duration: .3s;
	transition-property: transform;
}
.insta_caption {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 10px 10px;
	box-sizing: border-box;
	opacity: 0;
	visibility: hidden;
}
.insta_link {
	max-width: 200px;
	margin: 30px auto 0;
}
.insta_link > a {
	text-decoration: none;
	min-height: 53px;
	background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%), linear-gradient(135deg, #427eff 0%, #f13f79 70%);
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 24px;
	transition-duration: .3s;
	transition-property: opacity;
}
.insta_link > a > .icon {
	font-size: 32px;
	display: block;
	margin-right: 10px;
}
.grpProfile {
	max-width: 700px;
	margin: 89px auto 90px;
}
.grpProfile_cols {
	display: flex;
}
.grpProfile_col {}
.grpProfile_col-ttl {
	background-color: #59BA24;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	width: 280px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.grpProfile_title {
	font-size: 20px;
	font-weight: 500;
}
.grpProfile_col-txt {
	width: calc(100% - 280px);
	background-color: #fff;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 26px 40px 22px;
	align-items: center;
}
.grpProfile_image {
	width: 68px;
	height: 68px;
	position: relative;
	border-radius: 50%;
	overflow: hidden;
}
.grpProfile_image > img {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.grpProfile_areText {
	width: calc(100% - 98px);
}
.grpProfile_name {
	font-size: 24px;
	line-height: 1.5;
}
.grpProfile_group {
	font-size: 18px;
}
.grpProfile_group > a {
	color: inherit;
}
.supPolAcod.isShow {
	display: block;
}
.areaStaService {
	margin-bottom: 90px;
}
.areaStaService:last-child {
	margin-bottom: 0;
}
.areaStaService_inner {}
.areaStaService_title {
	margin-bottom: 59px;
}
.childService {}
.childService_title {}
.serAttempt {
	margin-bottom: 33px;
}
.serAttempt:last-child {
	margin-bottom: 0;
}
.serAttempt_titleWrap {
	display: flex;
	margin-bottom: -32px;
}
.serAttempt_title {
	background-color: #59BA24;
	font-size: 28px;
	line-height: 1.5;
	color: #fff;
	min-height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	border-top-left-radius: 20px;
	padding: 5px 50px;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}
.serAttempt_box {
	position: relative;
	border: 2px solid #59BA24;
	background-color: #fff;
	border-radius: 20px;
	padding: 60px 40px 34px;
}
.serAttempt_cols {
	display: flex;
	justify-content: space-between;
}
.serAttempt_col {}
.serAttempt_col-img {
	width: 401px;
}
.serAttempt_image {}
.serAttempt_image > img {
	display: block;
}
.serAttempt_col-txt {
	width: calc(100% - 435px);
	font-size: 112.5%;
	line-height: 1.56;
}
.serAttempt_list {
	list-style: none;
}
.serAttempt_list > li {
	text-indent: -1em;
	padding-left: 1em;
}
.serAttempt_list > li:nth-child(2n + 1) {}
.serAttempt_list > li:nth-child(n + 3) {}
.childService_link {
	max-width: 443px;
	margin: 60px auto 78px;
}
.childService_link > a {}
.childService_link > a > .icon {
	right: 23px;
}
.serAttempt_text {}
.serAttempt_text > a {
	color: var(--color-blue);
}
.serAttempt_text > a > .icon {
	margin-left: 0.1em;
}
.serAttempt_titleWrap-rev {
	justify-content: flex-end;
}
.serAttempt_title-rev {
	border-top-right-radius: 20px;
	border-bottom-right-radius: 0;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
}
.serAttempt_cols-rev {
	flex-direction: row-reverse;
}
.serAttempt_title-romance {
	background-color: #FF980B;
}
.serAttempt_box-romance {
	border-color: #FF980B;
}
.serAttUsed {}
.serAttUsed_cols {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.serAttUsed_col {
	width: 48.3%;
	max-width: 460px;
}
.serAttUsed_col-no1 {}
.serAttUsed_image {
	margin-bottom: 19px;
}
.serAttUsed_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.serAttUsed_title {
	font-size: 22px;
	font-weight: bold;
	color: #FF980B;
	line-height: 1.5;
}
.serAttUsed_text {
	line-height: 1.625;
	margin-top: 12px;
}
.serAttUsed_col-no2 {}
.exReport {}
.exReport_title {}
.exReport_link {
	max-width: 428px;
	margin: 80px auto 0;
}
.exReport_link > a {
	text-decoration: none;
	color: inherit;
	font-size: 24px;
	height: 80px;
	padding: 0px 51px;
}
.exReport_link > a > .icon {
	right: 22px;
}
.faciGuide {
	margin-bottom: 100px;
}
.faciGuide_title {}
.faciGuide_box {
	background-color: #fff;
	border-radius: 20px;
	padding: 40px 40px;
}
.faciGuide_sect {
	border-bottom: 1px solid #008CD6;
	padding-bottom: 39px;
	margin-bottom: 40px;
}
.faciGuide_sect:last-child {
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0;
}
.faciGuide_headline {
	color: #008CD6;
	font-size: 32px;
	text-align: center;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 36px;
}
.faciGuide_cols {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}
.faciGuide_col {}
.faciGuide_col-img {
	width: 380px;
}
.faciGuide_image {}
.faciGuide_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.faciGuide_col-txt {
	width: calc(100% - 417px);
}
.faciGuide_text {
	margin-bottom: 29px;
	font-size: 112.5%;
	line-height: 1.56;
}
.faciGuide_btnList {
	list-style: none;
	display: grid;
	grid-template-rows: 1fr 1fr;
	grid-template-columns: repeat(6, auto);
	grid-column-gap: 11px;
	grid-row-gap: 11px;
	margin-bottom: 19px;
	max-width: 507px;
	margin-left: auto;
	margin-right: auto;
}
.faciGuide_btnList > li {}
.faciGuide_btnList > li:first-child {
	grid-row: 1 / span 2;
}
.faciGuide_btn {}
.faciGuide_btn[aria-current="true"] {}
.faciGuide_result {
	border: 2px solid #008CD6;
	border-radius: 6px;
	padding: 9px 10px 0;
	padding-left: 19px;
}
.faciGuide_result_scroll {
	max-height: 109px;
	overflow: auto;
	scrollbar-width: auto;
	scrollbar-color: #A5A5A5 rgba(255, 255, 255, 0);
	padding-bottom: 10px;
}
.faciGuide_result_scroll::-webkit-scrollbar {
	width: 10px;
}
.faciGuide_result_scroll::-webkit-scrollbar-track {
	background-color: rgba(255, 255, 255, 0);
}
.faciGuide_result_scroll::-webkit-scrollbar-thumb {
	background-color: #A5A5A5;
	border-radius: 6px;
}
.faciGuide_list {
	list-style: none;
	line-height: 1.75;
}
.faciGuide_list > li {
	display: none;
}
.faciGuide_list > li.isShow {
	display: block;
}
.faciGuide_list > li > a {
	color: inherit;
}
.faciGuide_cauList {
	list-style: none;
	font-size: 12px;
	margin-top: 12px;
	line-height: 1.5;
}
.faciGuide_cauList > li {
	text-indent: -1em;
	padding-left: 1em;
}
.faciGuide_cols-rev {
	flex-direction: row;
}
.faciBtnNav {
	margin-bottom: 30px;
	padding-right: 50px;
	padding-left: 50px;
}
.faciBtnNav_list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 925px;
	margin-left: auto;
	margin-right: auto;
}
.faciBtnNav_list > li {
	min-width: 69px;
	margin: 0 6px 6px;
	flex-grow: 1;
}
.faciBtnNav_btn {
	padding-left: 10px;
	padding-right: 10px;
}
.faciBtnNav_btn[aria-current="true"] {}
.faciList {
	list-style: none;
}
.faciList_table {
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
	table-layout: fixed;
}
.faciList_table > thead {}
.faciList_table > thead > tr {}
.faciList_table > thead > tr > th {
	font-weight: inherit;
	border-right: 1px solid #A5A5A5;
	width: calc((100% - 160px) / 8);
	box-sizing: border-box;
	vertical-align: top;
	padding-top: 22px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 10px;
	background-color: #fff;
	position: sticky;
	top: 0;
	z-index: 10;
}
.faciList_table > thead > tr > th:first-child {
	left: 0;
	z-index: 14;
	background-color: #F8F8F8;
	border-top-left-radius: 14px;
	width: 160px;
}
.faciList_table > thead > tr > th:last-child {
	border-top-right-radius: 14px;
	border-right: none;
}
.faciList_table > thead > tr > td {}
.faciList_table > tbody {}
.faciList_table > tbody > tr {
	display: none;
}
.faciList_table > tbody > tr.isShow {
	display: table-row;
}
.faciList_table > tbody > tr > th {
	border-top: 1px solid #A5A5A5;
	border-right: 1px solid #A5A5A5;
	vertical-align: middle;
	text-align: left;
	background-color: #F8F8F8;
}
.faciList_table > tbody > tr:last-child > th {
	border-bottom-left-radius: 14px;
}
.faciList_table > tbody > tr > td {
	border-top: 1px solid #A5A5A5;
	border-right: 1px solid #A5A5A5;
	color: #008CD6;
	text-align: center;
	vertical-align: middle;
	height: 64px;
	box-sizing: border-box;
	background-color: var(--color-white);
}
.faciList_table > tbody > tr:last-child > td:last-child {
	border-bottom-right-radius: 14px;
}
.faciList_table > tbody > tr > td:last-child {
	border-right: none;
}
.faciList_fig {}
.faciList_fig-note {}
.faciList_fig-note > img {
	display: block;
}
.faciList_note {
	font-size: 12px;
	line-height: 1.33;
	text-align: left;
	margin-top: 13px;
}
.faciList_fig > img {
	display: block;
	margin: 0 auto 10px;
}
.faciList_fig > figcaption {
	font-size: 14px;
	line-height: 1.28;
	min-height: 3.84em;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.faciList_fig-note > figcaption {
	min-height: 0;
}
.faciList_sation {
	display: flex;
	align-items: center;
	text-decoration: none;
	padding-left: 13px;
	padding-right: 10px;
	line-height: 1.2;
}
.faciList_icon {
	display: flex;
	line-height: 1;
	width: 32px;
	height: 32px;
	border: 2px solid currentColor;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background-color: #fff;
	border-radius: 14px;
	font-weight: bold;
	margin-right: 5px;
	min-width: 32px;
}
.faciList_icon-hakone {
	border-color: #E95416;
	color: #6A3906;
}
.faciList_icon_sign {
	display: block;
	font-size: 10px;
	transform: scale(0.8);
}
.faciList_icon_num {
	display: block;
	font-size: 14px;
	position: relative;
	z-index: 1;
	top: -1px;
}
.faciList_sation_text {
	text-decoration: underline;
}
.mamap {
	margin-top: 47px;
}
.mamap_title {
	font-size: 30px;
	position: relative;
	line-height: 1.6;
	padding-left: 34px;
	margin-bottom: 27px;
}
.mamap_title::before {
	content: "";
	display: block;
	width: 26px;
	height: 26px;
	background-color: var(--color-pink);
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	top: 0.8em;
	left: 0;
	transform: translateY(-50%);
}
.mamap_cells {
	display: flex;
	flex-wrap: wrap;
}
.mamap_cell {
	width: 30.8%;
	margin-left: 3.8%;
}
.mamap_cell:nth-child(3n + 1) {
	margin-left: 0;
}
.mamap_cell:nth-child(n + 4) {
	margin-top: 3.8%;
}
.mamap_cell > a {
	text-decoration: none;
	color: inherit;
	height: 100%;
	display: block;
}
.mamapItem {
	height: 100%;
	display: flex;
	flex-direction: column;
}
.mamapItem_image {
	position: relative;
	padding-bottom: 62.5%;
	overflow: hidden;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	width: 100%;
}
.mamapItem_image > img {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition-duration: .3s;
	transition-property: transform;
}
.mamapItem_areaText {
	background-color: #fff;
	padding: 16px 20px;
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
	font-size: 14px;
	line-height: 1.57;
	flex-grow: 1;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}
.mamapItem_name {
	font-size: 18px;
	margin-bottom: 8px;
}
.mamapItem_postal {}
.mamapItem_addr {
	margin-bottom: 14px;
}
.mamapItem_tagList {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 14px;
}
.mamapItem_tagList > li {
	margin-right: 6px;
	margin-bottom: 6px;
}
.mamapItem_tag {
	display: flex;
	min-height: 25px;
	line-height: 1.2;
	background-color: #F6CA45;
	color: #fff;
	align-items: center;
	border-radius: 25px;
	padding: 0 10px;
	font-size: 12px;
}
.mamapItem_tag-nursing {
	background-color: #7EC6E2;
}
.mamapItem_more {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-size: 16px;
	transition-duration: .3s;
	transition-property: background-color, color;
	margin-top: auto;
}
.mamapItem_more > .icon {
	color: var(--color-blue);
	font-size: 12px;
	margin-left: 8px;
}
.areaMamap {}
.areaMamap_dList {
	list-style: none;
	display: flex;
	justify-content: flex-end;
	margin-top: 20px;
	align-items: center;
}
.areaMamap_dList > dt {}
.areaMamap_dList > dd {}
.areaMamap_dList > dd > a {
	color: inherit;
	display: block;
	transition-duration: .3s;
	transition-property: opacity;
}
.voiceRecd {
	margin-top: 50px;
}
.voiceRecd_title {
	margin-bottom: 46px;
}
.voiceRecd_swiper {
	position: relative;
}
.voiceRecd_swiper_wrapper {}
.voiceRecd_swiper_wrapper-center {
	justify-content: center;
}
.voiceRecd_swiper_slide {
	height: auto;
}
.voiceRecd_swiper_slide > a {
	text-decoration: none;
	color: inherit;
}
.staFaciSign {}
.staFaciSign_sect {}
.staFaciSign_title {
	font-weight: inherit;
	font-size: inherit;
	margin-bottom: 10px;
	display: flex;
}
.staFaciSign_title > a {
	color: inherit;
}
.staFaciSign_list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin-right: -10px;
}
.staFaciSign_list > li {
	background-color: #F8F8F8;
	border-radius: 10px;
	display: flex;
	align-items: center;
	min-height: 60px;
	padding: 10px 10px;
	box-sizing: border-box;
	width: 200px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.staFaciSign_list > li > img {
	display: block;
	margin-right: 8px;
}
.staFaciSign_list_text {
	font-size: 14px;
	line-height: 1.385;
}
.staFaciSign_list_text-small {
	font-size: 13px;
}
.staFaciSign_caution {
	font-size: 12px;
	line-height: 1.5;
	text-indent: -1em;
	padding-left: 1em;
}
.mamapItem_info {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
	align-items: center;
	flex-wrap: wrap;
}
.mamapItem_staList {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin-right: 5px;
}
.mamapItem_staList > li {
	border: 1px solid #3D8AD0;
	border-radius: 4px;
	line-height: 1;
	min-height: 24px;
	box-sizing: border-box;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 8px;
}
.mamapItem_date {}
.mamapItem_voice {
	margin-top: auto;
	color: #008CD6;
}
.mamapModal {
	position: fixed;
	z-index: 2001;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.39);
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	opacity: 0;
	visibility: hidden;
	transition-duration: 0.5s;
	transition-property: opacity, visibility;
}
.mamapModal.isShow {
	opacity: 1;
	visibility: visible;
}
.mamapModal_inner {
	max-width: 900px;
	margin: 0 auto;
	width: 100%;
}
.mamapModal_btn {
	display: block;
	width: 100px;
	height: 100px;
	background-color: #E95283;
	color: #fff;
	border-radius: 50%;
	font-size: 17px;
	font-weight: inherit;
	line-height: 1;
	margin-left: auto;
	transition-duration: .3s;
	transition-property: transform;
	margin-bottom: 15px;
}
.mamapModal_btn > img {
	display: block;
	margin: 0 auto 0;
}
.mamapModal_btn_text {
	display: block;
	margin-top: 3px;
}
.mamapModal_box {}
.mamapModal_table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	line-height: 1.875;
}
.mamapModal_table > tbody {}
.mamapModal_table > tbody > tr {}
.mamapModal_table > tbody > tr > th {
	white-space: nowrap;
	background-color: #F8F8F8;
	width: 160px;
	box-sizing: border-box;
	vertical-align: top;
	padding: 10px 10px;
	border-bottom: 1px solid #A5A5A5;
	text-align: left;
	font-weight: inherit;
	padding: 30px 15px;
	padding-left: 40px;
}
.mamapModal_table > tbody > tr:first-child > th {
	border-top-left-radius: 30px;
}
.mamapModal_table > tbody > tr:last-child > th {
	border-bottom-left-radius: 30px;
	border-bottom: none;
}
.mamapModal_table > tbody > tr > td {
	background-color: #fff;
	border-bottom: 1px solid #A5A5A5;
	padding: 30px 30px;
	vertical-align: top;
}
.mamapModal_table > tbody > tr:first-child > td {
	border-top-right-radius: 30px;
}
.mamapModal_table > tbody > tr:last-child > td {
	border-bottom-right-radius: 30px;
	border-bottom: none;
}
.mamapModal_list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin-top: -1px;
	margin-bottom: -1px;
	min-height: 31px;
	align-items: center;
}
.mamapModal_list > li {
	margin-right: 6px;
	margin-top: 1px;
	margin-bottom: 1px;
}
.mamapModal_tag {
	display: flex;
	min-height: 25px;
	line-height: 1;
	background-color: #F6CA45;
	border-radius: 25px;
	color: #fff;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	padding: 0 10px;
}
.mamapModal_tag-nursing {
	background-color: #7EC6E2;
}
.mamapModal_dList {
	list-style: none;
	display: flex;
	justify-content: flex-end;
	color: #fff;
	margin-top: 10px;
	align-items: center;
}
.mamapModal_dList > dt {}
.mamapModal_dList > dd {}
.mamapModal_dList > dd > img {
	width: 150px;
	height: auto;
}
.mamapModal_scroll {
	width: 100%;
	overflow: auto;
	max-height: 100%;
	box-sizing: border-box;
	padding: 20px 20px;
}
.mamap_moreBtn {
	max-width: 423px;
	margin: 40px auto 0;
}
.mamap_moreBtn.isHidden {
	display: none;
}
.mamap_cell:nth-child(n + 7) {
	display: none;
}
.mamap_cells.isShow .mamap_cell:nth-child(n + 7) {
	display: block;
}
.insta_list > li.-loading {
	width: 100%;
}
.insta_loading {
	display: block;
	width: 40px;
	height: 40px;
	fill: #FF980B;
	margin: 0 auto;
	animation-name: loading;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-timing-function: steps(8);
}
.areaMamap_dList > dd > a > img {
	width: 150px;
	height: auto;
}
.supEffort-mbL {
	margin-bottom: 96px;
}
.favoListBtn_icon {
	display: block;
	margin-right: 2px;
	font-size: 12px;
}
.arcNav_list > li > a > .icon {
	position: relative;
	transform: none;
	right: 0;
	top: 0;
	margin-left: 7px;
}
.topSupport {
	position: relative;
	margin-bottom: 174px;
}
.topSupport:last-child {
	margin-bottom: 0;
}
.topSupport_inner {}
.topSupport_title {}
.topSupport_swiper {}
.topSupport_swiper_wrapper {}
.topSupport_swiper_slide {
	width: 246px;
}
.topSupport_swiper_slide > a {
	text-decoration: none;
	color: inherit;
	display: block;
}
.topSupport_fig {
	overflow: hidden;
	border-radius: 12px;
	background-color: var(--color-white);
	box-shadow: var(--box-shadow);
}
.topSupport_fig > img {
	display: block;
	transition-duration: .3s;
	transition-property: opacity;
	max-width: 100%;
	height: auto;
}
.topSupport_bg {
	position: absolute;
	z-index: -1;
	left: 50%;
	transform: translateX(-50%);
}
.topSupport_bg-feature {
	width: 1104px;
	top: -39px;
	margin-left: -50px;
}
.topSupport_bg-support {
	width: 1098px;
	top: -42px;
	margin-left: -78px;
}
.topSupport_bg > img {}
.topReport {
	position: relative;
	margin-bottom: 152px;
}
.topReport_deco {
	width: 1213px;
	position: absolute;
	z-index: -1;
	top: -97px;
	left: 50%;
	transform: translateX(-50%);
	margin-left: -20px;
}
.topReport_deco > img {
	display: block;
}
.topReport_inner {
	max-width: 1140px;
}
.topReport_contents {
	position: relative;
	padding-top: 80px;
	padding-bottom: 80px;
	max-width: 1060px;
}
.topReport_bg {
	position: absolute;
	top: 0;
	right: 50px;
	width: 100%;
	height: 100%;
	z-index: -2;
	background-image: linear-gradient(to right, #fff6d8, #feeaf2);
	border-top-right-radius: 40px;
	border-bottom-right-radius: 40px;
	width: calc(((100vw - 1140px) / 2) + (100% - 50px));
	min-width: 1040px;
}
.topReport_cols {
	display: flex;
	position: relative;
	z-index: 1;
}
.topReport_cols::after {
	content: "";
	display: block;
	clear: both;
}
.topReport_col {}
.topReport_col-txt {
	width: 240px;
	padding-top: 16px;
}
.topReport_title {
	margin-bottom: 34px;
}
.topReport_image {
	max-width: 144px;
	margin: 0 auto 31px;
}
.topReport_image > img {
	display: block;
}
.topReport_col-nav {
	width: calc(100% - 260px);
	margin-left: auto;
	max-width: 740px;
	padding-top: 2px;
}
.topReport_items {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 20px;
}
.topReport_items_cell {}
.topReport_col-link {}
.topReport_link {
	max-width: 220px;
	margin: 0 auto;
}
.topReport_link > a {
	text-decoration: none;
	color: inherit;
}
.topReport_link > a > .icon {}
.topTopics {
	position: relative;
	margin-bottom: 133px;
	padding-top: 80px;
}
.topTopics_deco {
	position: absolute;
	z-index: -1;
	width: 1098px;
	left: 50%;
	transform: translateX(-50%);
	top: -100px;
	margin-left: -77px;
}
.topTopics_deco > img {
	display: block;
}
.topTopics_inner {}
.topTopics_cols {
	display: flex;
	flex-direction: row-reverse;
	max-width: 989px;
	justify-content: space-between;
}
.topTopics_col {}
.topTopics_col-txt {
	padding-top: 13px;
	width: 220px;
	position: relative;
	z-index: 2;
}
.topTopics_title {
	margin-bottom: 36px;
	white-space: nowrap;
}
.topTopics_image {
	max-width: 105px;
	margin: 0 auto;
}
.topTopics_image > img {
	display: block;
}
.topTopics_link {
	max-width: 220px;
	margin: 30px auto 0;
}
.topTopics_link > a {
	text-decoration: none;
	color: inherit;
}
.topTopics_link > a > .icon {}
.topTopics_col-nav {
	width: calc(100% - 230px);
	max-width: 684px;
	box-sizing: border-box;
	padding-right: 5px;
	position: relative;
}
.topSwiper {
	position: relative;
	clip-path: polygon(-100vw 0, -100vw 100%, 100% 100%, 100% 0);
}
.topSwiper_btn {
	display: block;
	top: 219px;
	z-index: 2;
	transform: translateY(-50%);
}
.topSwiper_btn > .icon {}
.topSwiper_btn-prev {
	left: -29px;
}
.topSwiper_btn-next {
	right: -24px;
}
.topSwiper_wrapper {}
.topSwiper_slide {
	width: 320px;
	height: auto;
}
.topSwiper_pagination {
	position: relative;
	margin-top: 35px;
	font-size: 0;
	bottom: auto;
	top: 0;
}
.topSwiper_pagination .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	background-color: var(--color-white);
	border: 1px solid var(--color-blue);
	opacity: 1;
	transition-duration: .3s;
	transition-property: background-color, color;
	box-sizing: border-box;
}
.swiper-container-horizontal .topSwiper_pagination .swiper-pagination-bullet {
	margin-left: 7px;
	margin-right: 7px;
}
.topSwiper_pagination .swiper-pagination-bullet-active {
	background-color: var(--color-blue);
}
.topInsta {
	position: relative;
	padding-top: 101px;
	padding-bottom: 61px;
	margin-bottom: 180px;
}
.topInsta_bg {
	position: absolute;
	z-index: -2;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: linear-gradient(to right, #feeaf2, #e5f7ff);
}
.topInsta_deco {
	position: absolute;
	z-index: -1;
	top: -58px;
	left: 50%;
	transform: translateX(-50%);
	margin-left: -60px;
	width: 1104px;
}
.topInsta_deco > img {
	display: block;
}
.topInsta_inner {
	max-width: 1210px;
}
.topInsta_cols {
	display: flex;
	max-width: 1112px;
}
.topInsta_col {}
.topInsta_col-ttl {
	width: 340px;
}
.topInsta_title {
	margin-bottom: 32px;
}
.topInsta_image {
	max-width: 112px;
	margin: 0 auto 0;
}
.topInsta_image > img {
	display: block;
}
.topInsta_link {
	max-width: 220px;
	margin: 29px auto 0;
}
.topInsta_link > a {
	text-decoration: none;
	color: var(--color-blue);
}
.topInsta_link > a > .icon {
	display: block;
	margin-right: 6px;
}
.topInsta_col-nav {
	width: calc(100% - 340px);
	margin-left: auto;
	max-width: 763px;
	padding-top: 20px;
	position: relative;
}
.topInsta_figs {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	column-gap: 15px;
	row-gap: 15px;
}
.topInsta_figs_cell {}
.topInsta_figs_cell:nth-child(n + 9) {
	display: none;
}
.topInsta_figs_cell-loading {
	grid-column: 1 / -1;
	min-height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.topInsta_loading {
	display: block;
	width: 40px;
	height: 40px;
	fill: var(--color-pink);
	margin: 0 auto;
	animation-play-state: running;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.topInsta_loading > path {
	white-space: nowrap;
}
.topInsta_loading > patd {}
.topInsta_figs_cell > a {
	text-decoration: none;
	color: inherit;
	display: block;
	transition-duration: .3s;
	transition-property: opacity;
}
.topInsta_fig {
	border-radius: 8px;
}
.topInsta_fig > img {
	display: block;
}
.topInsta_title_en {
	font-size: 60px;
	margin-bottom: 14px;
}
.topVis {
	position: relative;
	margin-bottom: 140px;
	overflow: hidden;
	background-color: var(--color-white);
}
.topVis_areaText {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 34px 0 53px;
}
.topVis_mask {
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	fill: rgba(255, 255, 255, 0.50);
	backdrop-filter: blur(0px);
	display: none;
}
.topVis_inner {
	position: relative;
	z-index: 2;
}
.topVis_title {
	font-size: 42px;
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
}
.topVis_text {
	font-size: 20px;
	line-height: 1.5;
	text-align: center;
	font-weight: bold;
}
.topVis_link {
	max-width: 270px;
	margin: 15px auto 0;
}
.topVis_link > a {
	text-decoration: none;
	color: inherit;
	border-width: 1px;
	height: 40px;
	min-height: 0;
	border-radius: 40px;
	color: var(--color-blue);
	font-size: 14px;
}
.topVis_link > a > .icon {}
.topVis_slide {
	height: 600px;
	overflow: hidden;
	font-size: 0;
}
.topVis_slide .slick-list {}
.topVis_slide.slick-initialized .slick-list {
	animation-fill-mode: forwards;
}
.topVis_slide.slick-initialized {}
.topVis_slide_item {}
.topVis_slide.slick-initialized .topVis_slide_item {}
.topVis_image {
	position: relative;
	padding-bottom: 600px;
}
.topVis_image > img {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition-duration: .3s;
	transition-property: opacity;
}
.topVis_slide_dots {
	position: absolute;
	z-index: 4;
	width: 100%;
	display: flex;
	justify-content: center;
	bottom: 15px;
	left: 0;
	font-size: 0;
	opacity: 0;
}
.slick-initialized .topVis_slide_dots {
	animation-name: fadeIn;
	animation-duration: 1s;
	animation-iteration-count: 1;
	animation-fill-mode: backwards;
	opacity: 1;
	animation-delay: 1.3s;
}
.topVis_slide_dots > li {
	margin: 5px 7px;
}
.topVis_slide_dots > li > button {
	width: 14px;
	height: 14px;
	border: 1px solid var(--color-blue);
	background-color: var(--color-white);
	border-radius: 50%;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.topVis_slide_dots > li.slick-active > button {
	background-color: var(--color-blue);
}
.topTopics_cols-rev {
	flex-direction: row;
}
.topSwiper-event {
	clip-path: polygon(0 0, 0 100%, 100vw 100%, 100vw 0);
}
.topTopics_bg {
	position: absolute;
	z-index: -2;
	width: calc(100% - 130px);
	height: calc(100% - 80px);
	left: 0;
	top: 0;
	background-image: linear-gradient(to right, #feeaf2, #e5f7ff);
	border-top-right-radius: 40px;
	border-bottom-right-radius: 40px;
	pointer-events: none;
}
.topTopics_col-txtEvent {
	width: 280px;
}
.topTopics_col-navEvent {
	width: calc(100% - 337px);
}
.topTopics_deco-event {
	top: -70px;
}
.topTopics_inner-event {
	max-width: 1182px;
}
.topInfoNav {
	margin-bottom: 130px;
}
.topInfoNav_inner {
	max-width: 980px;
}
.topInfoNav_list {
	list-style: none;
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 4%;
}
.topInfoNav_list > li {}
.topInfoNav_list > li:nth-child(2n + 1) {}
.topInfoNav_list > li:nth-child(n + 3) {}
.topInfoNav_list > li > a {
	text-decoration: none;
	color: inherit;
	background-color: var(--color-white);
	box-shadow: var(--box-shadow);
	display: block;
	border-radius: 12px;
	overflow: hidden;
	display: flex;
	align-items: center;
	position: relative;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.topInfoNav_list_image {
	width: 200px;
	transition-duration: .3s;
	transition-property: opacity;
}
.topInfoNav_list_image > img {
	display: block;
}
.topInfoNav_list_text {
	width: calc(100% - 200px);
	font-size: 20px;
	line-height: 1.3;
	text-align: center;
	box-sizing: border-box;
	padding: 0 25px;
	padding-right: 42px;
	text-align: left;
}
.topInfoNav_list_icon {
	font-size: 24px;
	color: var(--color-blue);
	position: absolute;
	top: 50%;
	right: 13px;
	transform: translateY(-50%);
}
.topSearch {
	margin-bottom: 100px;
	position: relative;
}
.topSearch_deco {
	width: 1213px;
	top: -100px;
	left: 50%;
	position: absolute;
	z-index: -1;
	transform: translateX(-50%);
	margin-left: -20px;
}
.topSearch_deco > img {
	display: block;
}
.topSearch_inner {
	max-width: 1120px;
}
.topSearch_cols {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	max-width: 1040px;
}
.topSearch_col {}
.topSearch_col-ttl {
	padding-top: 13px;
}
.topSearch_title {
	margin-bottom: 0;
}
.topSearch_image {
	margin: 30px auto 0;
	max-width: 140px;
}
.topSearch_image > img {
	display: block;
}
.topSearch_col-panel {
	width: calc(100% - 260px);
	max-width: 760px;
}
.searchPanel {
	max-width: 760px;
	margin: 0 auto;
}
.searchPanel_list {
	list-style: none;
	display: flex;
	justify-content: space-between;
	max-width: 640px;
	margin: 0 auto;
	width: calc(100% - 40px);
}
.searchPanel_list > li {
	width: 31.3%;
}
.searchPanel_list > li:nth-child(2n + 1) {}
.searchPanel_list > li:nth-child(n + 3) {}
.searchPanel_list_btn {
	background-color: var(--color-pale-blue);
	height: 65px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	font-size: 24px;
	font-weight: bold;
	border-top-left-radius: 14px;
	border-top-right-radius: 14px;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.searchPanel_list_btn[aria-selected="true"] {
	background-color: var(--color-blue);
	color: var(--color-white);
}
.searchPanel_box {
	border: 2px solid var(--color-blue);
	border-radius: 20px;
	background-color: var(--color-white);
	box-shadow: var(--box-shadow);
	padding: 45px 25px 42px;
}
.searchPanel_contents {
	display: none;
}
.searchPanel_contents.isShow {
	display: block;
}
.searchDetail {}
.searchDetail_title {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	line-height: 1;
	margin-bottom: 38px;
}
.searchDetail_title > img {
	display: block;
	width: 10px;
	height: auto;
}
.searchDetail_title > img:last-child {
	transform: rotateY(180deg);
}
.searchDetail_title_text {
	display: block;
	margin: 0 14px;
}
.searchDetail_list {
	display: flex;
	list-style: none;
	flex-wrap: wrap;
	max-width: 610px;
	margin: 0 auto;
	justify-content: center;
}
.searchDetail_list > li {
	width: 32%;
	margin-left: 2%;
}
.searchDetail_list > li:nth-child(3n + 1) {
	margin-left: 0;
}
.searchDetail_list > li:nth-child(n + 4) {
	margin-top: 10px;
}
.searchDetail_label {
	display: block;
	position: relative;
}
.searchDetail_label > input {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
}
.searchDetail_label_btn {
	display: flex;
	border: 2px solid var(--color-blue);
	border-radius: 10px;
	background-color: var(--colro-whi);
	box-shadow: var(--box-shadow);
	min-height: 50px;
	box-sizing: border-box;
	align-items: center;
	padding: 6px 10px;
	line-height: 1;
	font-size: 20px;
	padding-left: 45px;
	transition-duration: .3s;
	transition-property: background-color, color;
	cursor: pointer;
}
input:checked + .searchDetail_label_btn {
	background-color: var(--color-blue);
	color: var(--color-white);
}
.searchDetail_label_icon {
	display: block;
	width: 16px;
	height: 16px;
	border: 1px solid var(--color-gray);
	border-radius: 2px;
	box-sizing: border-box;
	position: absolute;
	background-color: var(--color-white);
	left: 18px;
	top: 50%;
	transform: translateY(-50%);
	transition-duration: .3s;
	transition-property: border-color;
}
.searchDetail_label_icon::before {
	content: "";
	background-image: url(../img/common/icn-checked.svg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 12px;
	height: 12px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition-duration: .3s;
	transition-property: opacity;
	opacity: 0;
}
input:checked + .searchDetail_label_btn .searchDetail_label_icon {
	border-color: var(--color-white);
}
input:checked + .searchDetail_label_btn .searchDetail_label_icon::before {
	opacity: 1;
}
.searchDetail_btn {
	max-width: 320px;
	margin: 40px auto 0;
}
.searchDetail_btn > .icon {
	color: var(--color-blue);
	display: block;
	margin-right: 6px;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.topTopics-event {}
.error {}
.error_text {}
.error_link {
	max-width: 300px;
	margin: 35px auto 0;
}
.error_link > a {}
.error_link > a > .icon {}
.entryHead {
	margin-bottom: 68px;
}
.entryHead_image {
	max-width: 640px;
	margin: 0 auto 30px;
}
.entryHead_image_inner {
	padding-bottom: 54.7%;
	border-radius: 18px;
	background-color: var(--color-white);
}
.entryHead_image_inner > img {
	display: block;
}
.entryHead_catList {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 16px;
}
.entryHead_catList > li {
	margin-bottom: 5px;
	margin-right: 5px;
}
.entryHead_catList_cat {}
.entryHead_title {
	font-size: 32px;
	line-height: 1.3;
	margin-bottom: 22px;
}
.entryHead_favorite {}
.favoListBtn-large {
	border-width: 2px;
	min-height: 35px;
	font-size: 18px;
	border-radius: 10px;
}
.favoListBtn_icon-large {
	font-size: 20px;
	margin-right: 4px;
}
.entryBody {}
.event {
	margin-top: 50px;
}
.event_info {
	background-color: #fff;
	border-radius: 32px;
	padding: 27px 37px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.event_gMap {
	position: relative;
	z-index: 1;
	padding-bottom: 38.64%;
}
.event_gMap > iframe {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 32px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.event_entryLink {
	max-width: 560px;
	margin: 60px auto 0;
}
.event_entryLink > a {}
.event_entryLink > a > .icon {}
.event_mapLink {
	max-width: 160px;
	margin: 0 auto;
	display: none;
}
.event_mapLink > a {}
.event_mapLink > a::before {}
.event_mapLink > a::after {}
.event_mapLink > a > .icon {}
.entry_cancel {
	border: 2px solid #F8554E;
	color: #F8554E;
	background-color: #fff;
	border-radius: 6px;
	padding: 10px 15px;
	margin: 25px 0;
	display: flex;
	align-items: center;
}
.entry_cancel::before {
	content: "";
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 33 33' fill='%23f8554e'%3E%3Cpath d='M32.55,26.08,19.39,3.64a3.38,3.38,0,0,0-4.61-1.17,3.33,3.33,0,0,0-1.16,1.17L.45,26.08a3.21,3.21,0,0,0,0,3.28A3.34,3.34,0,0,0,3.33,31H29.67a3.34,3.34,0,0,0,2.88-1.64A3.21,3.21,0,0,0,32.55,26.08Zm-16,1.23a2,2,0,1,1,2.06-2A2,2,0,0,1,16.5,27.31Zm1.27-6.5a1.27,1.27,0,1,1-2.54,0l-.79-9.18a2.06,2.06,0,1,1,4.12,0Z'/%3E%3C/svg%3E");
	display: block;
	width: 29px;
	height: 29px;
	margin-right: 10px;
	min-width: 29px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
}
.entryfoot {
	margin-top: 50px;
}
.entryfoot_link {
	max-width: 180px;
}
.entryfoot_link > a {
	text-decoration: none;
	color: inherit;
	min-height: 40px;
	font-size: 14px;
}
.entryfoot_link > a > .icon {
	display: block;
	margin-right: 5px;
	color: var(--color-blue);
	transition-duration: .3s;
	transition-property: background-color, color;
}
.entryHead_update {
	font-size: 18px;
	margin-bottom: 18px;
}
.fixMoco_image {
	width: 92px;
	position: absolute;
	z-index: 0;
	left: 28px;
	bottom: 55px;
	pointer-events: none;
}
.fixMoco_image > img {}
.fixMoco_btn {
	width: 36px;
	height: 29px;
	background-color: var(--color-orange-dark);
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	color: var(--color-white);
	display: block;
	margin-left: auto;
	position: relative;
	left: -4px;
	transition-duration: .3s;
	transition-property: height;
}
.fixMoco_btn::before {
	content: "";
	display: block;
	height: 3px;
	width: 22px;
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 3px;
	background-color: currentColor;
	transform: translate(-50%, -50%) rotate(45deg);
	margin-top: 2px;
}
.fixMoco_btn::after {
	content: "";
	display: block;
	height: 3px;
	width: 22px;
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 3px;
	background-color: currentColor;
	transform: translate(-50%, -50%) rotate(-45deg);
	margin-top: 2px;
}
.calendar {}
.calendar_inner {
	max-width: 590px;
	margin: 0 auto;
}
.calendar_tableWrap {
	position: relative;
	z-index: 1;
}
.calendar_btn {
	display: block;
	font-size: 27px;
	color: var(--color-blue);
	transition-duration: .3s;
	transition-property: transform;
	padding: 15px;
	text-decoration: none;
}
.calendar_btn-prev {}
.calendar_btn-prev > .icon {
	display: block;
}
.calendar_btn-next {}
.calendar_btn-next > .icon {
	display: block;
}
.calendar_table {
	display: block;
	font-size: 18px;
	line-height: 1;
}
.calendar_table > caption {
	display: block;
	font-size: 24px;
	line-height: 1;
	text-align: center;
	font-weight: inherit;
	font-weight: bold;
	margin-bottom: 31px;
}
.calendar_table > thead {
	display: block;
}
.calendar_table > thead > tr {
	display: flex;
	border-bottom: 1px solid #89D6FF;
	padding: 0 40px;
	padding-bottom: 19px;
}
.calendar_table > thead > tr > th {
	display: block;
	width: 14.29%;
	text-align: center;
	font-weight: inherit;
}
.calendar_table > thead > tr > th.-orange {
	color: #E95283;
}
.calendar_table > thead > tr > th.-blue {
	color: #008CD6;
}
.calendar_table > thead > tr > td {}
.calendar_table > tbody {
	display: block;
}
.calendar_table > tbody > tr {
	display: flex;
	border-bottom: 1px solid #89D6FF;
	padding: 0 40px;
}
.calendar_table > tbody > tr:first-child {
	margin-top: 0;
}
.calendar_table > tbody > tr > td {
	display: block;
	width: 14.29%;
	text-align: center;
	min-height: 98px;
}
.calendar_table > tbody > tr > td[colspan="7"] {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 108px;
	min-height: 0;
}
.calendar_table > tbody > tr > td[colspan="7"] > svg {
	animation-play-state: running;
	fill: var(--color-blue);
}
.calendar_table > tbody > tr > td > a {
	display: block;
	height: 100%;
	color: #008CD6;
	padding-bottom: 16px;
	box-sizing: border-box;
}
.calendar_table > tbody > tr > td > a.-current {
	background-color: #59BA24;
	color: #fff;
}
.calendar_table_day {
	padding-top: 25px;
}
.calendar_table_image {
	max-width: 32px;
	margin: 9px auto 0;
}
.calendar_table_image > img {
	display: block;
	margin: 0 auto;
}
.searchDetail_calendar {
	background-color: #F5F9FA;
	border-radius: 20px;
	padding: 50px 50px;
}
.searchDetail_calendar_inner {}
.calendar_table_caption {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 330px;
	margin: 0 auto;
}
.calendar_table_caption_text {
	display: block;
}
.calendar_loading {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(245, 249, 250, 0.70);
	z-index: 10;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	transition-duration: .3s;
	transition-property: opacity, visibility;
}
.calendar_loading.isShow {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}
.calendar_loading > svg {
	fill: var(--color-blue);
	animation-play-state: running;
}
.mocoJoy_goods_slideWrap {
	position: relative;
}
.event_gMap-second {
	margin: 20px 0;
}
.event_gMap-second > iframe {
	border-radius: 32px;
}
.voiceRecd_swiper_wrapper-noSwiper {
	display: flex;
	justify-content: center;
	column-gap: 30px;
}
.voiceRecd_swiper_slide-noSwiper {
	width: calc((100% - 60px) / 3);
}
.voiceRecd_swiper_btn {
	z-index: 2;
	top: 50%;
	transform: translateY(-50%);
}
.voiceRecd_swiper_btn-prev {
	left: -70px;
}
.voiceRecd_swiper_btn-next {
	right: -70px;
}
.topVis_bg {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 50%;
	width: 120%;
	height: 218%;
	background-color: rgba(255, 255, 255, 0.50);
	border-radius: 50%;
	transform: translateX(-50%);
	backdrop-filter: blur(5px);
}
.entryCancel {
	border: 2px solid #F8554E;
	color: #F8554E;
	background-color: #fff;
	border-radius: 6px;
	padding: 10px 15px;
	margin: 25px 0;
	display: flex;
	align-items: center;
}
.entryCancel::before {
	content: "";
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 33 33' fill='%23f8554e'%3E%3Cpath d='M32.55,26.08,19.39,3.64a3.38,3.38,0,0,0-4.61-1.17,3.33,3.33,0,0,0-1.16,1.17L.45,26.08a3.21,3.21,0,0,0,0,3.28A3.34,3.34,0,0,0,3.33,31H29.67a3.34,3.34,0,0,0,2.88-1.64A3.21,3.21,0,0,0,32.55,26.08Zm-16,1.23a2,2,0,1,1,2.06-2A2,2,0,0,1,16.5,27.31Zm1.27-6.5a1.27,1.27,0,1,1-2.54,0l-.79-9.18a2.06,2.06,0,1,1,4.12,0Z'/%3E%3C/svg%3E");
	display: block;
	width: 29px;
	height: 29px;
	margin-right: 10px;
	min-width: 29px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
}
.topVis_slide_anchor {
	display: block;
	color: inherit;
	text-decoration: none;
}
.topVis_slide_video {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.topVis_slide_anchor-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.20);
	z-index: 1;
	opacity: 0;
	transition-duration: .3s;
	transition-property: opacity;
}
.supPolItem_list {
	list-style: none;
	font-size: 14px;
	line-height: 1.86;
	list-style: disc outside;
	padding-left: 1.2em;
	margin-top: 7px;
}
.supPolItem_list > li {}
.supPolItem_list > li > a {
	text-decoration: none;
}
.mocoAnnivNav {
	max-width: 995px;
	margin: 34px auto 0;
}
.mocoAnnivNav_bnrList {
	list-style: none;
	display: flex;
	margin-left: -12px;
	margin-right: -12px;
}
.mocoAnnivNav_bnrList-sp {
	display: none;
}
.mocoAnnivNav_bnrList > li {
	width: 50%;
	box-sizing: border-box;
	padding-left: 12px;
	padding-right: 12px;
}
.mocoAnnivNav_bnrList > li > a {
	text-decoration: none;
	color: inherit;
	display: block;
	transition-duration: .3s;
	transition-property: transform;
}
.mocoAnnivNav_bnrList > li > a > img {
	max-width: 100%;
	height: auto;
	filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, .05));
}
.mocoAnnivNav_bnrList > li > a > img:first-child {
	display: block;
}
.mocoAnnivNav_bnrList > li > a > img:last-child {
	display: none;
}
.mocoJoy_goods_item_areaImg {
	position: relative;
	z-index: 1;
}
.mocoJoy_goods_item_label {
	position: absolute;
	z-index: 2;
	font-size: 20px;
	color: #fff;
	background-color: #F08E38;
	line-height: 1;
	padding: 4px 10px;
	border: 2px solid #fff;
	border-top-right-radius: 16px;
	border-bottom-right-radius: 16px;
	width: 125px;
	box-sizing: border-box;
	top: 17px;
	left: 0;
}
.mocoSong {
	margin-bottom: 94px;
	padding-top: 60px;
}
.mocoSong:last-child {
	margin-bottom: 0;
	padding-top: 0;
}
.mocoSong_inner {}
.mocoSong_message {
	background-color: var(--color-blue);
	color: #fff;
	text-align: center;
	font-size: 26px;
	border-radius: 36px;
	font-weight: bold;
	padding: 12px 10px;
	margin-bottom: 50px;
}
.mocoSong_message > ruby {}
.mocoSong_message > ruby > rt {}
.mocoSong_title {
	font-size: 42px;
	font-weight: bold;
	text-align: center;
	color: #EE8300;
	margin-bottom: 43px;
}
.mocoSong_title::after {
	content: "";
	display: block;
	width: 100%;
	height: 8px;
	background-color: currentColor;
	border-radius: 16px;
	margin: 2px auto 0;
}
.mocoSong_title > ruby {}
.mocoSong_title > ruby > rt {
	font-size: 14px;
}
.mocoRelease {
	margin-bottom: 80px;
}
.mocoRelease_box {
	background-color: #fff;
	border-radius: 26px;
	border-right: 60px;
	overflow: hidden;
	margin-bottom: 40px;
}
.mocoRelease_dlCols {
	display: flex;
	justify-content: space-between;
	padding: 40px;
	padding-right: 60px;
}
.mocoRelease_dlCol {}
.mocoRelease_dlCol-img {
	width: 252px;
}
.mocoRelease_jacketImg {}
.mocoRelease_jacketImg > img {
	display: block;
}
.mocoRelease_dlCol-txt {
	width: calc(100% - 282px);
	max-width: 608px;
	color: #1B4797;
	padding-top: 25px;
}
.mocoRelease_title {
	text-align: center;
	font-size: 42px;
	font-weight: bold;
	line-height: 1.2;
	padding-bottom: 34px;
	border-bottom: 2px solid currentColor;
	margin-bottom: 30px;
}
.mocoRelease_title > ruby {}
.mocoRelease_title > ruby > rt {
	font-size: 14px;
}
.mocoRelease_box_areaTxt {
	background-color: var(--color-skyblue);
	padding: 40px;
}
.mocoRelease_list {
	list-style: none;
	font-size: 18px;
	font-weight: bold;
	display: flex;
	flex-wrap: wrap;
}
.mocoRelease_list > li {
	width: 67%;
}
.mocoRelease_list > li:nth-child(2n + 1) {
	width: 31%;
	margin-right: 2%;
}
.mocoRelease_list > li:nth-child(n + 3) {
	margin-top: 4px;
}
.mocoRelease_list > li > ruby {}
.mocoRelease_list > li > ruby > rt {}
.mocoRelease_dlLink {
	max-width: 509px;
	margin: 0 auto;
}
.mocoRelease_dlLink > a {}
.mocoRelease_dlLink > a > .icon {}
.mocoRelease_dlLink_text {
	position: relative;
}
.mocoRelease_dlLink_text > ruby {}
.mocoRelease_dlLink_text > ruby > rt {
	font-size: 10px;
}
.mocoRelease_dlList {
	list-style: none;
	display: flex;
	justify-content: center;
}
.mocoRelease_dlList > li {
	width: 200px;
	margin-left: 23px;
}
.mocoRelease_dlList > li:nth-child(4n + 1) {
	margin-left: 0;
}
.mocoRelease_dlList > li:nth-child(n + 3) {}
.mocoRelease_dlList > li > a {
	height: 100%;
	min-height: 90px;
	padding-left: 20px;
}
.mocoRelease_dlList_text {}
.mocoRelease_dlList_text > ruby {}
.mocoRelease_dlList_text > ruby > rt {}
.mocoRelease_cols {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.mocoRelease_col {
	width: 48%;
	max-width: 490px;
}
.mocoRelease_col-no1 {}
.mocoRelease_image {
	border-radius: 16px;
	overflow: hidden;
	margin-bottom: 30px;
}
.mocoRelease_image:last-child {
	margin-bottom: 0;
}
.mocoRelease_image > img {
	display: block;
}
.mocoRelease_link {
	margin: 0 auto;
}
.mocoRelease_link > a {}
.mocoRelease_link_text {}
.mocoRelease_link_text > ruby {}
.mocoRelease_link_text > ruby > rt {
	font-size: 10px;
}
.mocoRelease_col-no2 {
	padding-bottom: 114px;
}
.mocoRelease_balloon {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: var(--color-white);
	background-color: #F5AC3C;
	border-radius: 28px;
	padding: 10px 10px;
	position: relative;
	margin-bottom: 24px;
}
.mocoRelease_balloon::after {
	content: "";
	display: block;
	width: 0;
	border: 11px solid rgba(255, 255, 255, 0);
	border-bottom: none;
	border-top-color: #F5AC3C;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	border-top-width: 15px;
}
.mocoRelease_balloon > ruby {}
.mocoRelease_balloon > ruby > rt {}
.mocoDance {
	background-color: #fff;
	border-radius: 28px;
	padding: 40px 40px 60px;
}
.mocoDance_inner {
	max-width: 920px;
	margin: 0 auto;
}
.mocoDance_title {
	margin-bottom: 30px;
}
.mocoDance_title > img {
	margin: 0 auto;
}
.mocoDance_title > img:first-child {
	display: block;
}
.mocoDance_title > img:last-child {
	display: none;
}
.mocoDance_headline {
	font-size: 28px;
	color: #fff;
	background-color: #008CD6;
	text-align: center;
	font-weight: bold;
	border-radius: 26px;
	line-height: 1.4;
	padding: 6px 10px;
	margin-bottom: 18px;
	padding-top: 12px;
}
.mocoDance_headline > ruby {}
.mocoDance_headline > ruby > rt {
	font-size: 10px;
}
.mocoDance_message {
	font-size: 20px;
}
.mocoDance_message > ruby {}
.mocoDance_message > ruby > rt {}
.mocoDance_message > a {
	text-decoration: none;
	color: var(--color-orange-dark);
}
.mocoDance_message_point {
	color: var(--color-blue);
}
.mocoDance_image {
	margin-top: 25px;
	margin-bottom: 30px;
}
.mocoDance_image > img {
	display: block;
	margin: 0 auto;
}
.mocoDance_box {
	background-color: var(--color-light-blue);
	border-radius: 14px;
	padding: 25px 30px;
	margin-bottom: 60px;
}
.mocoDance_text {
	font-size: 20px;
}
.mocoDance_mvImage {
	border-radius: 18px;
	overflow: hidden;
	max-width: 584px;
	margin: 0 auto 30px;
}
.mocoDance_mvImage > img {
	display: block;
	margin: 0 auto;
}
.mocoDance_link {
	max-width: 490px;
	margin: 0 auto;
}
.mocoDance_link > a {}
.mocoDance_link_text {}
.mocoDance_link_text > ruby {}
.mocoDance_link_text > ruby > rt {}
.mocoSong_worksList {
	list-style: none;
	display: flex;
	margin-left: -15px;
	margin-right: -15px;
}
.mocoSong_worksList > li {
	width: 33.33%;
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
}
.mocoSong_worksList > li:nth-child(2n + 1) {}
.mocoSong_worksList > li:nth-child(n + 3) {}
.mocoSong_worksList > li > a {
	text-decoration: none;
	color: inherit;
	display: block;
}
.mocoSong_worksList_image {
	border-radius: 12px;
	overflow: hidden;
	transition-duration: .3s;
	transition-property: transform;
}
.mocoSong_worksList_image > img {
	display: block;
	width: 100%;
	height: auto;
	transition-duration: .3s;
	transition-property: transform;
}
.mocoRelease_link-video {
	max-width: 440px;
}
.mocoRelease_link-making {
	max-width: 385px;
}
.mocoRelease_dList {
	list-style: none;
	display: flex;
	align-items: center;
	line-height: 1.33;
}
.mocoRelease_dList > dt {}
.mocoRelease_dList > dt > ruby {}
.mocoRelease_dList > dt > ruby > rt {}
.mocoRelease_dList > dd {}
.mocoRelease_nav {
	background-color: var(--color-white);
	border-radius: 28px;
	padding: 30px 20px;
	margin-bottom: 60px;
}
.mocoRelease_dlLink_text-top {
	top: -3px;
}
.mocoRelease_dlLink-mini {
	max-width: 260px;
	margin-top: 27px;
}
.mocoDance_noteList {
	font-size: 18px;
	margin-top: 8px;
	list-style: none;
}
.mocoDance_noteList > li {
	text-indent: -1em;
	padding-left: 1em;
}
.mocoDance_noteList > li > a {
	color: var(--color-blue);
	text-decoration: underline;
}
.mocoDance_noteList-orange {
	color: var(--color-orange-dark);
}
.mocoDance_howBox {
	border: 2px solid var(--color-blue);
	border-radius: 14px;
	background-color: #FFFCE5;
	padding: 22px 30px;
	margin-bottom: 30px;
}
.mocoDance_howBoxTitle {
	font-size: 24px;
	text-align: center;
	color: var(--color-blue);
	font-weight: 900;
	margin-bottom: 9px;
}
.mocoDance_oList {
	font-size: 20px;
	list-style: none;
}
.mocoDance_oList > li {
	position: relative;
	padding-left: 30px;
	margin-top: 5px;
}
.mocoDance_oList > li:first-child {
	margin-top: 0;
}
.mocoDance_oList_number {
	display: block;
	width: 25px;
	height: 25px;
	background-color: var(--color-orange);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--color-white);
	position: absolute;
	left: 0;
	top: 0.9em;
	transform: translateY(-50%);
	font-size: 18px;
	margin-top: 3px;
}
.mocoSong_worksList_btn {
	margin-top: 20px;
	font-size: 18px;
	padding-left: 25px;
}
.mocoSong_worksList_btn_text {
	display: block;
}
.serAttempt_caution {
	font-size: 12px;
	line-height: 1.33;
	text-indent: -1em;
	padding-left: 1em;
	margin-top: 10px;
}
.serAttUsed_col:nth-child(n + 3) {
	margin-top: 40px;
}
.serAttUsed_cauList {
	list-style: none;
	font-size: 12px;
	line-height: 1.33;
	margin-top: 9px;
}
.serAttUsed_cauList > li {
	text-indent: -1em;
	padding-left: 1em;
}
.serAttUsed_link {
	font-size: 14px;
	margin-top: 16px;
}
.serAttUsed_link > a {
	display: block;
	position: relative;
	padding-left: 15px;
}
.supAbout_cell-vertical {
	display: flex;
	flex-direction: column;
}
.supAbout_number-flower {
	background-image: url(/oyako/assets/img/support_pollicy/bg-feature-flower.svg);
	width: 99px;
	height: 99px;
	background-color: rgba(255, 255, 255, 0);
	border-radius: 0;
	background-size: 100% 100%;
	background-position: 0 0;
	background-repeat: no-repeat;
}
.supAbout_link {
	margin-top: auto;
	font-size: 14px;
}
.supAbout_link > a {
	text-decoration: none;
	display: block;
	padding-left: 15px;
	position: relative;
}
.supPolItem_linkList {
	list-style: none;
	font-size: 14px;
	margin-top: 15px;
}
.supPolItem_linkList > li {}
.supPolItem_linkList > li > a {
	text-decoration: none;
	display: block;
	position: relative;
	padding-left: 15px;
}
.supPolItem_linkList > li > a::before {
	content: "";
	display: block;
	width: 13px;
	height: 13px;
	background-image: url(/oyako/assets_v2/img/support_romancecar/icn-link.svg);
	top: 0.9em;
	position: absolute;
	left: 0;
	transform: translateY(-50%);
}
.supAbout_link > a::before {
	content: "";
	display: block;
	width: 13px;
	height: 13px;
	background-image: url(/oyako/assets_v2/img/support_romancecar/icn-link.svg);
	top: 0.9em;
	position: absolute;
	left: 0;
	transform: translateY(-50%);
}
.supPolItem_linkList > li > a > .icon {
	font-size: 12px;
	top: -1px;
	margin-left: 1px;
}
.supPolItem_headline {
	font-size: 14px;
	margin-top: 16px;
	margin-bottom: 3px;
}
.supPolItem_text-child {
	min-height: 228px;
}
.romanVis {
	background-color: #53C2F1;
	padding: 100px 20px 17px;
}
.romanVis_image {
	max-width: 1185px;
	margin: 0 auto;
}
.romanVis_image > img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.romanContents {
	background-color: #D3F2FF;
	position: relative;
	padding-bottom: 100px;
	padding-top: 79px;
}
.romanContents_inner {}
.romanContents_title {
	font-size: 32px;
	text-align: center;
	line-height: 1.3125;
	color: var(--color-blue);
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 40px;
	font-weight: 800;
}
.romanContents_title::before {
	content: "";
	display: block;
	width: 6px;
	height: 130px;
	background-color: currentColor;
	border-radius: 3px;
	transform-origin: right bottom;
	transform: rotate(-27deg);
}
.romanContents_title::after {
	content: "";
	display: block;
	width: 6px;
	height: 130px;
	background-color: currentColor;
	border-radius: 3px;
	transform-origin: left bottom;
	transform: rotate(27deg);
}
.romanContents_title_inner {}
.romanContents_title_strong {
	font-weight: inherit;
	color: var(--color-orange-romance);
}
.romanContents_box {
	background-color: var(--color-white);
	border-radius: 35px;
	padding: 88px 20px 58px;
}
.romanContents_box_inner {
	max-width: 920px;
	margin: 0 auto;
}
.romanContents_link {
	max-width: 753px;
	margin: 76px auto 0;
}
.romanContents_link > a {
	text-decoration: none;
	color: inherit;
	display: block;
}
.romanContents_link_box {
	display: block;
	background-color: #FFF799;
	border-radius: 19px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, .1);
	padding-top: 14px;
	transition-duration: .3s;
	transition-property: transform, box-shadow;
	padding-right: 13px;
}
.romanContents_link_box > img {
	display: block;
	margin: 0 auto;
}
.romanContents_bg {
	background-image: url(/oyako/assets_v2/img/support_romancecar/bg-bottom.svg);
	background-size: 214px 100px;
	height: 100px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	transform: translateY(50%);
	background-position: center center;
	background-repeat: repeat-x;
}
.romanPoint {
	background-color: #FFFBC6;
	border-radius: 20px;
	padding-bottom: 43px;
	margin-bottom: 63px;
}
.romanPoint_title {
	display: flex;
	justify-content: center;
	font-size: 32px;
	font-weight: 800;
	line-height: 1;
}
.romanPoint_title_inner {
	background-color: var(--color-orange-romance);
	color: var(--color-white);
	border-radius: 100px;
	transform: translateY(-50%);
	padding: 6px 48px 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.romanPoint_title_strong {
	color: #FFF799;
	font-weight: inherit;
	display: flex;
	align-items: center;
}
.romanPoint_title_num {
	font-size: 62px;
	vertical-align: baseline;
}
.romanPoint_cols {
	display: flex;
	justify-content: space-between;
}
.romanPoint_col {
	width: calc((100% - 60px) / 3);
	padding-top: 7px;
}
.romanPoint_col-no1 {}
.romanPoint_point {
	max-width: 120px;
	margin: 0 auto 13px;
}
.romanPoint_point > img {
	display: block;
}
.romanPoint_headline {
	font-size: 32px;
	font-weight: 800;
	line-height: 1.1875;
	text-align: center;
	color: var(--color-orange-romance);
	margin-bottom: 10px;
}
.romanPoint_text {
	font-size: 18px;
	font-weight: 800;
	line-height: 1.444;
	text-align: center;
	color: var(--color-blue);
}
.romanPoint_image {
	width: 150px;
	height: 120px;
	background-color: var(--color-white);
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 22px auto 0;
}
.romanPoint_image > img {
	display: block;
}
.romanPoint_hr {
	background-size: 4px 8px;
	background-repeat: repeat-y;
	background-position: 0 -2px;
	background-image: radial-gradient(circle at center center, #EE8300 0px, #EE8300 2px, rgba(255, 255, 255, 0) 2px, rgba(255, 255, 255, 0) 100%);
	border: none;
	height: auto;
	width: 4px;
}
.romanPoint_col-no2 {}
.romanPoint_col-no3 {}
.romanPoint_list {
	list-style: none;
	color: var(--color-blue);
	line-height: 1.375;
	padding-left: 50px;
	padding-right: 50px;
	margin-top: 39px;
}
.romanPoint_list > li {
	text-indent: -1em;
	padding-left: 1em;
}
.romanSect {
	margin-bottom: 40px;
}
.romanSect:last-child {
	margin-bottom: 0;
}
.romanSect_inner {
	padding-left: 30px;
	padding-right: 30px;
}
.romanSect_title {
	font-weight: 800;
	font-size: 28px;
	line-height: 1;
	color: var(--color-blue);
	position: relative;
	padding-left: 30px;
	margin-bottom: 16px;
}
.romanSect_title::before {
	content: "";
	background-image: url(/oyako/assets_v2/img/support_romancecar/bg-point.svg);
	width: 22px;
	height: 22px;
	display: block;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	top: 14px;
	left: 0;
	position: absolute;
	transform: translateY(-50%);
}
.romanSect_cols {
	display: flex;
	margin-right: -30px;
}
.romanSect_col {}
.romanSect_col-txt {
	width: calc(100% - 260px);
	margin-right: auto;
	max-width: 610px;
}
.romanSect_list {
	list-style: none;
	font-size: 20px;
	font-weight: 800;
	color: var(--color-blue);
}
.romanSect_list > li {}
.romanSect_list > li:nth-child(n + 2) {
	background-size: 8px 4px;
	background-repeat: repeat-x;
	background-position: 0 0;
	background-image: radial-gradient(circle at center center, #54C3F1 0px, #54C3F1 2px, rgba(255, 255, 255, 0) 2px, rgba(255, 255, 255, 0) 100%);
	margin-top: 5px;
	padding-top: 7px;
}
.romanSect_list_strong {
	font-weight: inherit;
	color: var(--color-orange-romance);
	font-size: 28px;
}
.romanSect_cauList {
	list-style: none;
	font-size: 14px;
	line-height: 1.429;
	margin-top: 10px;
}
.romanSect_cauList > li {
	text-indent: -1em;
	padding-left: 1em;
}
.romanSect_col-img {
	width: 250px;
	margin-top: -49px;
}
.romanSect_fig {
	background-color: #FF838B;
	color: var(--color-white);
	border-radius: 18px;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	line-height: 19px;
	padding: 15px 10px 9px;
}
.romanSect_fig > figcaption {}
.romanSect_fig > img {
	display: block;
	margin-top: 5px;
}
.romanSect_fig_strong {
	color: #FFF67F;
	font-size: 16px;
}
.romanSect_text {
	font-size: 18px;
	line-height: 1.56;
	margin-top: 8px;
}
.romanSect_text > a {}
.romanBuy {
	margin-top: 42px;
}
.romanBuy_title {
	background-color: var(--color-blue);
	color: var(--color-white);
	font-size: 24px;
	font-weight: 800;
	text-align: center;
	border-radius: 50px;
	padding: 9px 10px;
	line-height: 32px;
	margin-bottom: 26px;
}
.romanBuy_headline {
	font-size: 18px;
	font-weight: 500;
}
.romanBuy_caution {
	font-size: 14px;
	text-indent: -1em;
	padding-left: 1em;
}
.romanBuy_cells {
	display: flex;
	justify-content: center;
}
.romanBuy_cells-mt {
	margin-top: 25px;
}
.romanBuy_cell {
	width: 200px;
	border: 1px solid var(--color-orange-romance);
	border-radius: 12px;
	padding: 20px 20px 12px;
	box-sizing: border-box;
}
.romanBuy_box {}
.romanBuy_image {}
.romanBuy_image > img {
	display: block;
	margin: 0 auto;
}
.romanBuy_step {
	font-size: 20px;
	color: #53C2F1;
	font-weight: 800;
	text-align: center;
	line-height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 19px;
	margin-bottom: 11px;
}
.romanBuy_step_num {
	background-image: url(/oyako/assets_v2/img/support_romancecar/bg-point.svg);
	display: flex;
	width: 28px;
	height: 28px;
	background-size: 100% 100%;
	color: var(--color-white);
	align-items: center;
	justify-content: center;
	line-height: 1;
	font-size: 18px;
	margin-left: 7px;
}
.romanBuy_subhead {
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	margin-left: -10px;
	margin-right: -10px;
}
.romanBuy_box_caution {
	font-size: 12px;
	line-height: 1.4167;
	margin-top: 4px;
}
.romanBuy_arrow {
	align-self: center;
	margin: 0 16px;
}
.romanBuy_arrow > img {
	display: block;
}
.romanBuy_caution-center {
	text-align: center;
	margin-top: 16px;
}
.romanBuy_ex {
	font-size: 18px;
	font-weight: 500;
	max-width: 720px;
	margin: 24px auto 11px;
}
.romanService {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 20px;
	row-gap: 20px;
	margin-top: 39px;
}
.romanService_cell {
	border-radius: 18px;
	background-color: #FFF1BA;
	padding: 30px 30px;
}
.romanService_logo {
	background-color: var(--color-white);
	border-radius: 10px;
	padding: 11px 10px;
	margin-bottom: 29px;
}
.romanService_logo > img {
	display: block;
	margin: 0 auto;
}
.romanService_title {
	font-size: 18px;
	line-height: 1.55;
	text-align: center;
	font-weight: 500;
	margin-bottom: 27px;
}
.romanService_dList {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	column-gap: 16px;
}
.romanService_dList > dt {
	width: 100%;
	margin-bottom: 11px;
}
.romanService_dList > dd {}
.romanService_dList > dd > a {
	text-decoration: none;
	color: inherit;
}
.romanService_dList > dd > a > img {
	display: block;
}
.romanService_msg {
	text-align: center;
	margin-top: 28px;
}
.romanService_msg > a {}
.romanService_link {
	max-width: 210px;
	margin: 0 auto 0;
}
.romanService_link > a {
	text-decoration: none;
	color: inherit;
	font-size: 18px;
	padding-left: 15px;
	font-weight: bold;
	padding-right: 30px;
}
.romanService_link > a > .icon {
	right: 15px;
}
.romanService_caution {
	font-size: 14px;
	text-align: center;
	margin-top: 8px;
}
.romanService_cell-blue {
	background-color: #E8F4FD;
}
.romanCamp {
	padding-top: 132px;
}
.romanCamp_inner {}
.romanCamp_title {
	font-size: 36px;
	text-align: center;
	line-height: 1.33;
	font-weight: 800;
	color: var(--color-blue);
	width: 100%;
	position: relative;
	z-index: 1;
	top: 0;
	left: 0;
}
.romanCamp_title > strong {
	font-weight: inherit;
	color: var(--color-orange-romance);
}
.romanCampMsg {
	background-color: #FFFCD9;
	border-radius: 28px;
	padding: 31px 20px;
}
.romanCampMsg_inner {}
.romanCampMsg_cols {
	display: flex;
	justify-content: center;
	align-items: center;
}
.romanCampMsg_col {}
.romanCampMsg_col-img {
	margin-right: 34px;
}
.romanCampMsg_image {}
.romanCampMsg_image > img {
	display: block;
}
.romanCampMsg_col-txt {
	text-align: center;
}
.romanCampMsg_text {
	font-size: 20px;
	line-height: 1.5;
	font-weight: 800;
	color: var(--color-blue);
}
.romanCampMsg_msg {
	font-size: 24px;
	font-weight: 800;
	color: var(--color-blue);
	line-height: 1;
	margin: 11px 0 19px;
}
.romanCampMsg_msg_strong {
	font-weight: inherit;
	color: var(--color-orange-romance);
}
.romanCampMsg_msg_large {
	font-size: 36px;
}
.romanCampMsg_dList {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	max-width: 620px;
}
.romanCampMsg_dList > dt {
	width: 128px;
	height: 26px;
	background-color: var(--color-blue);
	color: var(--color-white);
	font-size: 14px;
	font-weight: 800;
	border-radius: 4px;
	line-height: 1;
	justify-content: center;
	align-items: center;
	display: flex;
	margin-right: 10px;
}
.romanCampMsg_dList > dd {
	font-size: 20px;
	font-weight: 800;
	color: var(--color-orange-romance);
}
.romanCampMsg_dList_large {
	font-size: 36px;
}
.romanCampMsg_dList_week {
	width: 24px;
	height: 24px;
	display: inline-flex;
	background-color: var(--color-orange-romance);
	color: var(--color-white);
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	line-height: 1;
	font-size: 16px;
	position: relative;
	top: -4px;
}
.romanCamp_link {
	max-width: 760px;
	margin: 50px auto 0;
}
.romanCamp_link_btn {
	height: 90px;
	border-radius: 19px;
	font-size: 28px;
	font-weight: 800;
	padding-right: 75px;
	padding-left: 75px;
}
.romanCamp_link_btn:not([href]) {
	background-color: #aaa;
	border-color: #aaa;
	pointer-events: none;
	box-shadow: none;
}
.romanCamp_link_btn > .icon {
	font-size: 22px;
	right: 42px;
}
.romanCamp_link_btn:not([href]) .icon {
	display: none;
}
.romanCampItems {
	display: grid;
	grid-template-columns: 37.7% 59.3%;
	column-gap: 3%;
	row-gap: 30px;
	margin-top: 80px;
}
.romanCampItems_cell {
	background-color: var(--color-white);
	border-radius: 30px;
	padding: 30px 30px;
}
.romanCampItems_cell-no1 {
	grid-row: span 3;
}
.romanCampItems_mark {}
.romanCampItems_mark > img {
	display: block;
}
.romanCampItems_image {}
.romanCampItems_image > img {
	display: block;
	margin: 0 auto;
}
.romanCampItems_title {
	font-size: 24px;
	line-height: 1.25;
	color: #53C2F1;
	margin-bottom: 4px;
}
.romanCampItems_title-left {
	display: flex;
	justify-content: flex-end;
}
.romanCampItems_num {
	font-size: 24px;
	font-weight: 800;
	color: var(--color-orange-romance);
	line-height: 1;
}
.romanCampItems_num-left {
	text-align: right;
}
.romanCampItems_num_text {
	font-size: 60px;
}
.romanCampItems_cell-no2 {}
.romanCampItems_cols {
	display: flex;
}
.romanCampItems_col {}
.romanCampItems_col-mark {
	width: 108px;
	margin-right: auto;
}
.romanCampItems_col-img {
	width: calc(100% - 290px);
}
.romanCampItems_col-txt {
	align-self: flex-end;
	width: 160px;
}
.romanCampItems_cell-no3 {}
.romanCampItems_cell-no4 {}
.romanCampItems_col-txtLarge {
	align-self: center;
}
.romanCamp_list {
	list-style: none;
	font-size: 14px;
	line-height: 1.4286;
	margin-top: 40px;
}
.romanCamp_list > li {
	text-indent: -1em;
	padding-left: 1em;
}
.romanCamp_titleWrap {
	position: relative;
	margin-bottom: 30px;
}
.romanCamp_title-shadow {
	position: absolute;
	z-index: 0;
	-webkit-text-stroke: 8px var(--color-white);
}
.romanCampItems_image-a {
	margin-top: 27px;
	margin-bottom: 33px;
}
.supPolItem_linkList-noMt {
	margin-top: 5px;
}
.serAttUsed_link > a::before {
	content: "";
	display: block;
	width: 13px;
	height: 13px;
	background-image: url(/oyako/assets_v2/img/support_romancecar/icn-link.svg);
	top: 0.9em;
	position: absolute;
	left: 0;
	transform: translateY(-50%);
}
.serAttempt_dList {
	margin-top: 1em;
}
.serAttempt_dList > dt {
	font-size: 14px;
}
.serAttempt_dList > dd {
	margin-top: 3px;
}
.romanCamp_msg {
	margin-left: -10px;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	margin-top: 30px;
	margin-right: -10px;
	color: #000077;
}
.romanCampBox {
	background-color: var(--color-white);
	border-radius: 30px;
	padding: 51px 25px 50px;
	line-height: 1.429;
	font-size: 14px;
	margin: 30px 0;
}
.romanCampBox_inner {
	max-width: 920px;
	margin-left: auto;
	margin-right: auto;
}
.romanCampBox_title {
	font-weight: 800;
	font-size: 28px;
	line-height: 40px;
	color: var(--color-blue);
	position: relative;
	padding-left: 30px;
	margin-bottom: 16px;
}
.romanCampBox_title::before {
	content: "";
	background-image: url(/oyako/assets_v2/img/support_romancecar/bg-point.svg);
	width: 22px;
	height: 22px;
	display: block;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	top: 20px;
	left: 0;
	position: absolute;
	transform: translateY(-50%);
}
.romanCampBox_list {
	list-style: none;
}
.romanCampBox_list > li {
	text-indent: -1em;
	padding-left: 1em;
}
.romanCampBox_text {}
.romanCampContact {
	color: #999;
	margin-top: 100px;
}
.romanCampContact_title {
	background-color: #aaa;
	color: var(--color-white);
	min-height: 50px;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	max-width: 480px;
	padding: 4px 10px;
	box-sizing: border-box;
	margin: 0 auto 30px;
	font-size: 24px;
	font-weight: 800;
}
.romanCampContact_dList {
	list-style: none;
	font-weight: 800;
	text-align: center;
}
.romanCampContact_dList > dt {
	font-size: 20px;
	line-height: 1.3;
}
.romanCampContact_dList > dd {
	font-size: 26px;
	line-height: 1.383;
}
.romanCampContact_dList > dd > a {
	text-decoration: none;
	color: inherit;
}
.romanCampContact_open {
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	line-height: 1.389;
}
.romanCampBox_headline {
	color: var(--color-blue);
	font-weight: 800;
	position: relative;
	font-size: 20px;
	line-height: 28px;
	padding-left: 28px;
	margin-bottom: 9px;
	margin-top: 20px;
}
.romanCampBox_headline > sup {}
.romanCampBox_headline_num {
	width: 22px;
	height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--color-blue);
	color: var(--color-white);
	border-radius: 50%;
	font-size: 16px;
	position: absolute;
	top: 14px;
	left: 0;
	transform: translateY(-50%);
}
.romanCampBox_caution {}
.romanCampBox_caution > a {}
.romanCampBox_frame {
	border: 2px solid var(--color-blue);
	border-radius: 14px;
	padding: 27px 30px;
	margin-top: 30px;
	margin-bottom: 20px;
}
.romanCampBox_frame_title {
	font-size: 20px;
	font-weight: 800;
	line-height: 27px;
	margin-bottom: 10px;
}
.romanCampBox_frame_headline {
	font-size: 18px;
	line-height: 25px;
	font-weight: 500;
	margin-bottom: 9px;
	margin-top: 27px;
}
.romanCampBox_frame_headline_sub {
	font-size: 14px;
}
.romanCampBox_frame_headline_caution {
	font-size: 14px;
	margin-left: 1em;
}
.romanCampBox_figList {
	list-style: none;
	display: flex;
	column-gap: 20px;
	flex-wrap: wrap;
}
.romanCampBox_figList > li {
	width: calc((100% - 80px) / 5);
}
.romanCampBox_fig {}
.romanCampBox_fig > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.romanCampBox_fig > figcaption {
	text-align: center;
	margin-top: 10px;
}
.romanCampItemsCaution {
	font-size: 14px;
	line-height: 19px;
	text-align: right;
	margin-top: 20px;
}
.romanCampBox_headline-faq {
	padding-left: 0;
}
.mocoVis-normal {
	background-color: #53c3f1;
}
.mocoCalendar_bnr {
	margin: 35px auto 28px;
	max-width: 549px;
}
.mocoCalendar_bnr > img {}
.mocoAnnivNav_bnrList-multi {
	flex-wrap: wrap;
}
.mocoAnnivNav_bnrList-multi > li:nth-child(n + 3) {
	margin-top: 25px;
}
.childService_link-large {
	max-width: 760px;
}
.childService_link-large > a {
	min-height: 90px;
	font-size: 28px;
	padding-right: 55px;
}
.childService_link-large > a > .icon {
	font-size: 22px;
}
@media screen and (max-width:1129px) {
	.topSwiper_btn-prevTopics {
		left: 0;
	}
	.faciList_fig > figcaption {
		font-size: 13px;
	}
	.topInfoNav_list_text {
		font-size: 17px;
		padding-right: 31px;
		padding-left: 20px;
	}
	.topInfoNav_list_icon {
		font-size: 18px;
		right: 8px;
	}
	.searchDetail_calendar {
		padding-left: 35px;
		padding-right: 35px;
	}
	.mocoSong_message {
		font-size: 24px;
	}
}
@media screen and (max-width:1059px) {
	.topSwiper_btn-eventNext {
		right: 0;
	}
	.romanCampItems_col-txt {
		width: 150px;
	}
	.romanCampItems_col-img {
		width: calc(100% - 270px);
	}
	.romanCampItems_cell {
		padding: 25px 25px;
	}
}
@media screen and (min-width:1000px) {
	.romanContents_link > a:hover {}
	a:hover .romanContents_link_box {
		box-shadow: 0px 0px 5px rgba(0, 0, 0, .1);
		transform: translateY(5px);
	}
	.romanSect_text > a:hover {}
	.romanService_dList > dd > a:hover {}
	.romanService_msg > a:hover {}
	.romanService_link > a:hover {}
	.supAbout_link > a:hover {
		text-decoration: underline;
	}
	.supPolItem_linkList > li > a:hover {
		text-decoration: underline;
	}
	.mocoRelease_dlLink > a:hover {}
	.mocoRelease_dlList > li > a:hover {}
	.mocoRelease_link > a:hover {}
	.mocoDance_message > a:hover {
		text-decoration: underline;
	}
	.mocoDance_noteList > li > a:hover {
		text-decoration: none;
	}
	.mocoDance_link > a:hover {}
	.mocoSong_worksList > li > a[href]:hover .mocoSong_worksList_image > img {
		transform: scale(1.03);
	}
	.supPolItem_title > a:hover {
		text-decoration: underline;
	}
	.supPolItem_list > li > a:hover {
		text-decoration: underline;
	}
	a:hover .topVis_image > img {
		opacity: .8;
	}
	.topVis_slide_anchor-video:hover {
		opacity: 1;
	}
	.fixMoco_btn:hover {
		height: 36px;
	}
	.entryfoot_link > a:hover {}
	.entryfoot_link > a:hover > .icon {
		color: var(--color-white);
	}
	.topReport_link > a:hover {}
	.topTopics_link > a:hover {}
	.topSwiper_pagination .swiper-pagination-bullet:hover {
		background-color: var(--color-blue);
	}
	.topInsta_link > a:hover {
		color: var(--color-white);
	}
	.topInsta_figs_cell > a:hover {
		opacity: .7;
	}
	.topVis_link > a:hover {}
	.topVis_slide_dots > li > button:hover {
		background-color: var(--color-blue);
	}
	.topInfoNav_list > li > a:hover {
		color: var(--color-blue);
	}
	a:hover .topInfoNav_list_image {
		opacity: .7;
	}
	.searchPanel_list_btn:hover {}
	.searchDetail_label_btn:hover {}
	.searchDetail_btn:hover {}
	.searchDetail_btn:hover > .icon {
		color: var(--color-white);
	}
	.topSupport_swiper_slide > a:hover {}
	a:hover .topSupport_fig > img {
		opacity: .7;
	}
	.mamapModal_btn:hover {
		transform: scale(1.06);
	}
	.mamap_cell > a:hover {}
	a:hover .mamapItem_image > img {
		transform: scale(1.03);
	}
	a:hover .mamapItem_more {
		color: var(--color-blue);
	}
	.areaMamap_dList > dd > a:hover {
		opacity: .7;
	}
	.voiceRecd_swiper_slide > a:hover {}
	.staFaciSign_title > a:hover {}
	.faciGuide_result_scroll::-webkit-scrollbar-thumb:hover {
		background-color: #aaa;
	}
	.faciBtnNav_btn:hover {}
	a:hover .faciList_sation_text {
		text-decoration: none;
	}
	.childService_link > a:hover {}
	.exReport_link > a:hover {}
	.faciGuide_btn:hover {}
	.faciGuide_list > li > a:hover {}
	.grpProfile_group > a:hover {}
	.insta_list > li > a:hover {}
	a:hover .insta_image > img {
		transform: scale(1.02)
	}
	.insta_link > a:hover {
		opacity: .7;
	}
	.supPolAcodBtn:hover {}
	.supPolAcodBtn > button:hover {}
	.supPolItem_text > a:hover {}
	.mocoJoy_goods_item > a:hover {}
	a:hover .mocoJoy_goods_item_image > img {
		transform: scale(1.05);
	}
	.mocoJoy_goods_slide_btn:hover {
		transform: translateY(-50%) scale(1.1);
	}
	.fixMoco > a:hover {
		padding-right: 16px;
	}
	.mocoNav_list_btn:hover {
		background-color: #E38832;
		transform: scale(1.03);
	}
	.mocoNav_list_btn-blue:hover {
		background-color: #73C1EC;
	}
	.mocoIntro_slide_dots > li > button:hover {
		background-color: #E38832;
	}
	.mocoIntro_slide_dots > li > button:hover::before {
		border-color: #E38832;
	}
	.mocoIntro_slide_btn:hover {
		transform: scale(1.2);
	}
	.mocoNewsItem > a:hover {}
	.mocoNews_link > a:hover {}
	.mocoJoy_linkList > li > a:hover {}
	.mocoJoy_goods_link > a:hover {}
	.arcNav_list > li > a:hover {}
	.ageSearch_title > button:hover {
		color: #EAC903;
	}
	.ageSearch_btn:hover {
		background-color: #EAC903;
	}
	.postList > li > a:hover {}
	a:hover + .postList_item .postList_image > img {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}
	.favoListBtn:hover {
		background-color: var(--color-pink);
		color: var(--color-white);
	}
	.vis_navList > li > a:hover {}
	.recdEntry_link > a:hover {}
	.archiveCom_list > li > a:hover {}
	a:hover .archiveCom_time {
		color: #fff;
	}
	.archiveCom_yearList > li > a:hover {
		color: #008CD6;
	}
	.recdNav_list > li > a:hover {}
	a:hover .recdNav_list_link {
		box-shadow: 5px 5px 0 rgba(255, 255, 255, 0.0);
	}
	a:hover .recdNav_list_link-pink {
		background-color: #E95283;
	}
	a:hover .recdNav_list_link-green {
		background-color: #59BA24;
	}
	a:hover .recdNav_list_link-orange {
		background-color: #FF980B;
	}
	.recdPick_list > li > a:hover {
		opacity: 0.8;
	}
	a:hover + .mocoNewsItem_image > img {
		transform: scale(1.04);
	}
	.calendar_btn:hover {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
	a:hover .calendar_table_image {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
	.mocoAnnivNav_bnrList > li > a:hover {
		transform: scale(1.03);
	}
}
@media screen and (max-width: 999px) {
	.areaRecd {}
	.areaRecd_title {}
	.areaRecd_title::before {}
	.areaRecd_mainVis {}
	.areaRecd_text {
		font-size: 16px;
	}
	.recdList {}
	.recdList > li {}
	.recdList > li:first-child {}
	.recdList > li:last-child {}
	.recdList > li:nth-child(2n + 1) {}
	.recdList > li:nth-child(n + 3) {}
	.areaRecd_headline {
		font-size: 26px;
	}
	.recdNav {}
	.recdNav-white {}
	.recdNav_inner {}
	.recdNav_title {}
	.recdNav_title > svg {}
	.recdNav_title > b {}
	.recdNav_msg {
		font-size: 16px;
	}
	.recdNav_list {}
	.recdNav_list > li {}
	.recdNav_list > li:first-child {}
	.recdNav_list > li:last-child {}
	.recdNav_list > li:nth-child(2n + 1) {}
	.recdNav_list > li:nth-child(n + 3) {}
	.recdNav_list > li > a {}
	.recdNav_list > li > a::before {}
	.recdNav_list > li > a::after {}
	.recdNav_list_image {}
	.recdNav_list_image > img {}
	.recdNav_list_link {
		font-size: 18px;
	}
	.recdNav_list_link-pink {}
	.recdNav_list_link-green {}
	.recdNav_list_link-orange {}
	.recdNav_list_link::before {
		height: 50px;
	}
	.recdNav_list_link > .icon {
		font-size: 13px;
	}
	.recdNav_list_link-pink > .icon {}
	.recdNav_list_link-green > .icon {}
	.recdNav_list_link-orange > .icon {}
	.recdPick {}
	.recdPick_title {
		margin-bottom: 30px;
	}
	.recdPick_title::before {}
	.recdPick_title::after {}
	.recdPick_title > svg {}
	.recdPick_list {}
	.recdPick_list > li {}
	.recdPick_list > li:first-child {}
	.recdPick_list > li:last-child {}
	.recdPick_list > li:nth-child(2n + 1) {}
	.recdPick_list > li:nth-child(n + 3) {}
	.recdPick_list > li > a {}
	.recdPick_list > li > a::before {}
	.recdPick_list > li > a::after {}
	.recdPick_image {}
	.recdPick_image > img {}
	.recdPick_text {}
	.recdEntry {}
	.recdEntry_title {
		margin-bottom: 45px;
		margin-top: 45px;
	}
	.recdEntry_body {}
	.recdEntry_title > b {}
	.recdEntry_areaTitle {
		padding: 20px 20px;
	}
	.recdEntry_areaTitle_cat {}
	.recdEntry_areaTitle_update {}
	.recdEntry_areaTitle_update > time {}
	.recdEntry_areaTitle_title {
		font-size: 28px;
	}
	.recdEntry_fig {
		margin: 40px 0;
	}
	.recdEntry_fig:first-child {}
	.recdEntry_fig:last-child {}
	.recdEntry_fig > img {}
	.recdEntry_fig > figcaption {}
	.recdEntry_text {}
	.recdEntry_text:first-child {}
	.recdEntry_text:last-child {}
	.recdEntry_link {
		margin: 45px auto;
	}
	.recdEntry_link:first-child {}
	.recdEntry_link:last-child {}
	.recdEntry_link > a {}
	.recdEntry_link > a::before {}
	.recdEntry_link > a::after {}
	.recdEntry_link > a > .icon {}
	.recdEntry_comment {
		margin: 45px 0;
	}
	.recdEntry_comment:first-child {}
	.recdEntry_comment:last-child {}
	.recdEntry_comment_cols {}
	.recdEntry_comment_col {}
	.recdEntry_comment_col-no1 {}
	.recdEntry_comment_image {}
	.recdEntry_comment_image > img {}
	.recdEntry_comment_col-no2 {}
	.recdEntry_comment_fukidashi {}
	.recdEntry_comment_fukidashi::before {}
	.recdEntry_comment_fukidashi::after {}
	.recdEntry_comment_title {
		font-size: 22px;
	}
	.recdEntry_comment_text {}
	.recdEntry_map {}
	.recdEntry_map:first-child {}
	.recdEntry_map:last-child {}
	.recdEntry_map_areaText {
		padding: 20px 20px 20px;
	}
	.recdEntry_map_title {
		font-size: 22px;
	}
	.recdEntry_map_iframeWrap {}
	.recdEntry_map_iframeWrap > iframe {}
	.introCom {}
	.introCom_title {
		margin-bottom: 35px;
	}
	.introCom_list {}
	.introCom_list > li {}
	.introCom_list > li:first-child {}
	.introCom_list > li:last-child {}
	.introCom_list > li:nth-child(3n + 1) {}
	.introCom_list > li:nth-child(n + 3) {}
	.introCom_item {}
	.introCom_item_imageWrap {}
	.introCom_item_imageWrap::before {
		height: 120px;
	}
	.introCom_item_image {}
	.introCom_item_image > img {}
	.introCom_item_headline {
		font-size: 22px;
	}
	.introCom_item_text {}
	.resultCom {}
	.resultCom_inner {}
	.resultCom_title {
		font-size: 35px;
	}
	.resultCom_title > small {}
	.resultCom_title > b {}
	.resultCom_headline {
		font-size: 24px;
	}
	.resultCom_headline::before {
		height: 50px;
	}
	.resultCom_dList {}
	.resultCom_dList > dt {}
	.resultCom_dList > dd {}
	.resultCom_subhead {}
	.resultCom_subhead > b {}
	.writerCom {
		margin-top: 55px;
	}
	.writerCom_subhead {}
	.writerCom_subhead > b {}
	.resultCom_hr {
		margin: 65px 0;
	}
	.archiveCom {}
	.archiveCom_subhead {}
	.archiveCom_subhead > b {}
	.archiveCom_list {
		margin-top: 45px;
	}
	.archiveCom_list > li {}
	.archiveCom_list > li:first-child {}
	.archiveCom_list > li:last-child {}
	.archiveCom_list > li:nth-child(2n + 1) {}
	.archiveCom_list > li:nth-child(n + 3) {}
	.archiveCom_list > li > a {
		font-size: 20px;
	}
	.archiveCom_list > li > a::before {}
	.archiveCom_list > li > a::after {}
	.archiveCom_list > li > a > .icon {
		font-size: 16px;
	}
	.archiveCom_time {}
	.archiveCom_text {}
	.archiveCom_yearList {
		font-size: 18px;
	}
	.archiveCom_yearList > li {}
	.archiveCom_yearList > li::after {}
	.archiveCom_yearList > li:last-child::after {}
	.archiveCom_yearList > li:first-child {}
	.archiveCom_yearList > li:last-child {}
	.archiveCom_yearList > li:nth-child(2n + 1) {}
	.archiveCom_yearList > li:nth-child(n + 3) {}
	.archiveCom_yearList > li > a {}
	.archiveCom_yearList > li > a.isCurrent {}
	.archiveCom_yearList > li > a::before {}
	.archiveCom_yearList > li > a::after {}
	.archiveCom_contents {}
	.recdEntry_editor {}
	.topVisSlider {}
	.topVisSlider_slide {}
	.topVisSlider_slide_btn {}
	.topVisSlider_slide_btn > .icon {}
	.topVisSlider_slide_item {}
	.topVisSlider_slide_item > a {}
	.topVisItem {}
	.topVisItem > a {}
	.topVisItem_image {}
	.topVisItem_image > img {}
	.topVisItem_link {}
	.topVisItem_link::before {}
	.topVisItem_video {}
	.topVisItem_video > video {}
	.topVisItem_linkWrap {}
	.topVisSlider_slide_dots {}
	.topVisSlider_slide_dots > li {}
	.topVisSlider_slide_dots > li > button {}
	.topVisSlider_slide_dots > li.slick-active > button {}
	.topVisSlider_slide_btn-prev {}
	.topVisSlider_slide_btn-next {}
	.vis_navList {
		flex-wrap: wrap;
		justify-content: center;
	}
	.vis_navList > li {
		width: 33.33%;
	}
	.vis_navList > li:nth-child(n + 4) {
		margin-top: 14px;
	}
	.vis_navList > li > a {
		padding-right: 31px;
	}
	.vis_navList > li > a > .icon {}
	.vis_navListWrap {}
	.topRecd {}
	.topRecd_sect {}
	.topRecd_sect:last-child {}
	.topRecd_inner {}
	.topRecd_title {}
	.topRecd_title > b {}
	.topRecd_text {}
	.topRecd_link {}
	.topRecd_link > a {}
	.topRecd_link > a::before {}
	.topRecd_link > a::after {}
	.topRecd_link > a > .icon {}
	.postList {
		display: block;
		margin-left: 0;
		margin-right: 0;
	}
	.postList > li {
		width: auto;
		padding: 0;
	}
	.postList > li:nth-child(n + 2) {
		margin-top: 15px;
	}
	.postList > li > a {}
	.postList > li > a::before {}
	.postList > li > a::after {}
	.postList_item {}
	.postList_cols {}
	.postList_col {}
	.postList_col-img {}
	.postList_image {}
	.postList_image > img {}
	.postList_col-txt {}
	.postList_title {}
	.postList_favorite {}
	.anchorSect {}
	.postList {}
	.postList > li {}
	.postList > li:nth-child(n + 3) {}
	.postList > li > a {}
	.postList > li > a::before {}
	.postList > li > a::after {}
	.postList_item {}
	.postList_cols {}
	.postList_col {}
	.postList_col-img {}
	.postList_image {}
	.postList_image > img {}
	.postList_col-txt {}
	.postList_title {}
	.postList_favorite {}
	.favoListBtn {}
	.favoListBtn_text {}
	.favoListBtn_svg {}
	.anchorSect {}
	.postSlider {}
	.postSlider_swiper {}
	.postSlider_swiper_wrapper {}
	.postSlider_swiper_slide {
		max-width: 260px;
		min-width: 260px;
	}
	.postSlider_link {}
	.postSlider_link > a {}
	.postSlider_link > a > .icon {}
	.ageSearch {}
	.ageSearch::before {}
	.ageSearch_icon {}
	.ageSearch.isShow .ageSearch_icon {}
	.ageSearch > form {}
	.ageSearch_title {}
	.ageSearch_title > button {}
	.ageSearch_title > button::before {}
	.ageSearch_title > button::after {}
	.ageSearch_title > button > img {}
	.ageSearch_toggle {}
	.ageSearch.isShow .ageSearch_toggle {}
	.ageSearch_list {}
	.ageSearch_list > li {}
	.ageSearch_list > li:first-child {}
	.ageSearch_list > li:last-child {}
	.ageSearch_list > li:nth-child(2n + 1) {}
	.ageSearch_list > li:nth-child(n + 3) {}
	.ageSearch_label {}
	.ageSearch_label > input {}
	.ageSearch_label_text {}
	[type="checkbox"]:checked + .ageSearch_label_text {}
	.ageSearch_label_text::before {}
	.ageSearch_btn {}
	.ageSearch_btn::before {}
	.ageSearch_btn::after {}
	.ageSearch_btn > .icon {}
	.postSlider_swiper_slide-wide {
		max-width: 500px;
		min-width: 500px;
	}
	.arcNav {}
	.arcNav_title {}
	.arcNav_title > svg {}
	.arcNav_title > svg:last-child {}
	.arcNav_title_text {}
	.arcNav_box {}
	.arcNav_list {}
	.arcNav_list > li {}
	.arcNav_list > li:first-child {}
	.arcNav_list > li:last-child {}
	.arcNav_list > li:nth-child(2n + 1) {}
	.arcNav_list > li:nth-child(n + 3) {}
	.arcNav_list > li > a {}
	.arcNav_list > li > a::before {}
	.arcNav_list > li > a::after {}
	.ageSearch-box {}
	.ageSearch-box::before {}
	.ageSearch-box::after {}
	.ageSearch_headline {
		font-size: 18px;
	}
	.ageSearch_box {}
	.topRecd_sect-mb {}
	.areaMocoron {}
	.areaMocoron_inner {}
	.mocoNav {
		margin-top: 38px;
	}
	.mocoNav_list {}
	.mocoNav_list > li {}
	.mocoNav_list > li:nth-child(4n + 1) {}
	.mocoNav_list_btn {}
	.mocoNav_list_btn > .icon {}
	.mocoNav_list_text {}
	.mocoNav_list_text > ruby {}
	.mocoSect {
		font-size: 18px;
		margin-bottom: 50px;
	}
	.mocoSect:last-child {}
	.mocoSect_title {
		font-size: 38px;
		margin-bottom: 40px;
	}
	.mocoSect_title::before {
		height: 6px;
	}
	.mocoSect_title_inner {}
	.mocoIntro {}
	.mocoIntro_cols {}
	.mocoIntro_col {}
	.mocoIntro_col-img {}
	.mocoIntro_slide {}
	.mocoIntro_slide_item {}
	.mocoIntro_image {}
	.mocoIntro_image > img {}
	.mocoIntro_col-txt {}
	.mocoIntro_sect {}
	.mocoIntro_sect:last-child {}
	.mocoIntro_title {}
	.mocoIntro_title_inner {}
	.mocoIntro_title_inner > ruby {}
	.mocoIntro_text {}
	.mocoIntro_text > ruby {}
	.mocoIntro_slide_dots {}
	.mocoIntro_slide_dots > li > button {}
	.mocoIntro_slide_dots > li.slick-active > button {}
	.mocoIntro_slide_dots > li > button::before {}
	.mocoIntro_slide_dots > li.slick-active > button::before {}
	.mocoIntro_slide_btn {}
	.mocoIntro_slide_btn-prev {}
	.mocoIntro_slide_btn-next {}
	.mocoIntro_slide_btn > .icon {}
	.mocoNews {}
	.mocoNews_text {}
	.mocoNews_text > ruby {}
	.mocoNews_swiper {}
	.mocoNews_swiper_wrapper {}
	.mocoNews_swiper_slide {}
	.mocoNewsItem {}
	.mocoNewsItem_anchor {}
	.mocoNewsItem_image {}
	.mocoNewsItem_image > img {}
	.mocoNewsItem_areaText {}
	.mocoNewsItem_text {
		font-size: 18px;
	}
	.mocoNewsItem_update {
		font-size: 18px;
	}
	.mocoNewsItem_update > time {}
	.mocoNewsItem_favorite {}
	.mocoNews_link {}
	.mocoNews_link > a {}
	.mocoNews_link_text {}
	.mocoNews_link_text > ruby {}
	.mocoJoy {}
	.mocoJoy_title {}
	.mocoJoy_title:first-child {}
	.mocoJoy_title_inner {}
	.mocoJoy_title_inner > ruby {}
	.mocoJoy_text {}
	.mocoJoy_text > ruby {}
	.mocoJoy_cols {}
	.mocoJoy_col {
		width: 33.33%;
	}
	.mocoJoy_col-no1 {}
	.mocoJoy_image {}
	.mocoJoy_image > img {}
	.mocoJoy_linkList {}
	.mocoJoy_linkList > li {}
	.mocoJoy_linkList > li:first-child {}
	.mocoJoy_linkList > li > a {}
	.mocoJoy_linkList_text {}
	.mocoJoy_linkList_text > ruby {}
	.mocoJoy_col-no2 {}
	.mocoJoy_col-no3 {}
	.mocoJoy_goods {}
	.mocoJoy_goods_image {}
	.mocoJoy_goods_image > img {}
	.mocoJoy_goods_link {}
	.mocoJoy_goods_link > a {}
	.mocoJoy_goods_link_text {}
	.mocoJoy_goods_link_text > ruby {}
	.mocoCalendar {}
	.mocoCalendar_text {}
	.mocoCalendar_text > ruby {}
	.mocoCalendar_box {}
	.mocoVis {}
	.mocoJoy_title_inner rt {}
	.mocoIntro_title_inner rt {}
	.mocoNewsList {
		margin-left: -10px;
		margin-right: -10px;
		margin-top: 0;
	}
	.mocoNewsList > li {
		width: 33.33%;
		padding: 0 10px;
	}
	.mocoNewsList > li:nth-child(n + 4) {
		margin-top: 20px;
	}
	.mocoNewsItem_text-s {
		font-size: 15px;
	}
	.mocoNewsItem_update-s {
		font-size: 13px;
	}
	.fixMoco {}
	.fixMoco > a {
		border-width: 3px;
	}
	.fixMoco > a > img {
		width: 156px;
	}
	.favoListBtn-mocoron {}
	.mocoJoy_col:nth-child(n + 4) {
		margin-top: 40px;
	}
	.mocoJoy_swiper {}
	.mocoJoy_swiper_wrapper {}
	.mocoJoy_swiper_slide {}
	.mocoVis_image {
		min-width: 0;
		width: calc(100% + 100px);
	}
	.mocoVis_image > img {}
	.mocoVis_image > img:last-child {}
	.fixMoco-train {}
	.fixMoco-train > a {}
	.fixMoco-train > a > img {}
	.mocoJoy_goods_slide {
		padding: 0;
		width: auto;
		overflow: visible;
	}
	.mocoJoy_goods_slide .slick-track {}
	.mocoJoy_goods_slide .slick-slide {}
	.mocoJoy_goods_slide .slick-slide > div {}
	.mocoJoy_goods_slide_item {
		width: 240px;
	}
	.mocoJoy_goods_item {}
	.mocoJoy_goods_item > a {}
	.mocoJoy_goods_item > a::before {}
	.mocoJoy_goods_item > a::after {}
	.mocoJoy_goods_item_image {
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}
	.mocoJoy_goods_item_image > img {}
	.mocoJoy_goods_item_areaText {
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		padding: 15px 15px;
	}
	.mocoJoy_goods_item_title {
		font-size: 17px;
	}
	.mocoJoy_goods_item_price {
		font-size: 15px;
	}
	.mocoJoy_goods_item_text {
		font-size: 13px;
	}
	.mocoJoy_goods_slide_btn {
		font-size: 30px;
	}
	.mocoJoy_goods_slide_btn-prev {}
	.mocoJoy_goods_slide_btn-next {}
	.mocoJoy_goods_slide_btn > .icon {}
	.supPol {}
	.supPol_inner {}
	.supPol_title {
		margin-bottom: 40px;
	}
	.supSmileWrap {}
	.supSmile {
		padding: 25px 20px 20px;
	}
	.supSmile_title {
		font-size: 28px;
		margin-bottom: 15px;
	}
	.supSmile_cols {
		align-items: center;
	}
	.supSmile_col {}
	.supSmile_col-img {
		padding-top: 0;
	}
	.supSmile_image {}
	.supSmile_image > img {}
	.supSmile_col-txt {}
	.supSmile_text {}
	.supAbout {}
	.supAbout_areaTtl {
		margin-bottom: 30px;
	}
	.supAbout_ttlDeco {
		width: 90px;
	}
	.supAbout_ttlDeco > img {}
	.supAbout_ttlDeco-left {
		margin-left: -270px;
	}
	.supAbout_ttlDeco-right {
		margin-left: 260px;
		top: -10px;
	}
	.supAbout_title {
		font-size: 28px;
	}
	.supAbout_message {
		margin-bottom: 25px;
	}
	.supAbout_cells {}
	.supAbout_cell {
		width: 31%;
		margin-left: 3.5%;
	}
	.supAbout_cell:first-child {}
	.supAbout_number {
		width: 90px;
		height: 90px;
		font-size: 22px;
	}
	.supAbout_image {
		max-width: 200px;
		margin-top: -45px;
		width: auto;
	}
	.supAbout_image > img {}
	.supAbout_headline {
		font-size: 22px;
	}
	.supAbout_text {
		font-size: 16px;
	}
	.supEffort {}
	.supEffort_title {}
	.supEffort_list {}
	.supEffort_list > li {}
	.supEffort_list > li:first-child {}
	.supEffort_list > li:nth-child(n + 3) {
		margin-top: 40px;
	}
	.supPolItem {}
	.supPolItem_image {}
	.supPolItem_image > img {}
	.supPolItem_areaTxt {}
	.supPolItem_title {
		font-size: 20px;
	}
	.supPolItem_text {}
	.supPolItem_text > a {}
	.supPolItem_text > a > .icon {}
	.supPolItem_noteList {}
	.supPolItem_noteList > li {}
	.supPolAcodBtn {}
	.supPolAcodBtn > button {}
	.supPolAcodBtn > button > .icon {}
	.supPolAcod {}
	.supEffort_list-3c {}
	.supEffort_list-3c > li {
		width: 50%;
	}
	.supEffort_list-2c {}
	.supEffort_list-2c > li {}
	.supEffort_list-2c > li:nth-child(n + 3) {}
	.supPolItem_title-serv {}
	.supPolItem_title-fan {}
	.supEffort_listWrap {
		max-width: 680px;
		margin: 0 auto;
	}
	.supAbout_imgWrap {}
	.mocoNewsItem_update-small {
		font-size: 15px;
	}
	.mocoNewsItem_text-mbL {}
	.vis_navList-7c > li {}
	.vis_navList-7c > li > a {
		padding-right: 5px;
		min-height: 100px;
	}
	.vis_navList-7c > li > a > .icon {}
	.insta {}
	.insta_title {}
	.insta_list {}
	.insta_list > li {}
	.insta_list > li > a {}
	.insta_image {}
	.insta_image > img {}
	.insta_caption {}
	.insta_link {}
	.insta_link > a {}
	.insta_link > a > .icon {}
	.grpProfile {}
	.grpProfile_cols {}
	.grpProfile_col {}
	.grpProfile_col-ttl {}
	.grpProfile_title {}
	.grpProfile_col-txt {}
	.grpProfile_image {}
	.grpProfile_image > img {}
	.grpProfile_areText {}
	.grpProfile_name {}
	.grpProfile_group {}
	.grpProfile_group > a {}
	.supPolAcod.isShow {}
	.areaStaService {}
	.areaStaService_inner {}
	.areaStaService_title {}
	.childService {}
	.childService_title {}
	.serAttempt {}
	.serAttempt:last-child {}
	.serAttempt_titleWrap {
		margin-bottom: -25px;
	}
	.serAttempt_title {
		font-size: 20px;
		min-height: 50px;
		padding-left: 35px;
		padding-right: 35px;
		line-height: 1.25;
	}
	.serAttempt_box {
		padding: 50px 25px 25px;
	}
	.serAttempt_cols {}
	.serAttempt_col {}
	.serAttempt_col-img {
		width: 300px;
	}
	.serAttempt_image {}
	.serAttempt_image > img {}
	.serAttempt_col-txt {
		width: calc(100% - 330px);
	}
	.serAttempt_list {}
	.serAttempt_list > li {}
	.serAttempt_list > li:nth-child(2n + 1) {}
	.serAttempt_list > li:nth-child(n + 3) {}
	.childService_link {}
	.childService_link > a {
		font-size: 22px;
		height: 70px;
	}
	.childService_link > a > .icon {}
	.serAttempt_text {}
	.serAttempt_titleWrap-rev {}
	.serAttempt_title-rev {}
	.serAttempt_cols-rev {}
	.serAttempt_title-romance {}
	.serAttempt_box-romance {}
	.serAttUsed {}
	.serAttUsed_cols {}
	.serAttUsed_col {}
	.serAttUsed_col-no1 {}
	.serAttUsed_image {}
	.serAttUsed_image > img {}
	.serAttUsed_title {}
	.serAttUsed_text {}
	.serAttUsed_col-no2 {}
	.exReport {}
	.exReport_title {}
	.exReport_link {}
	.exReport_link > a {
		font-size: 22px;
		height: 70px;
	}
	.exReport_link > a > .icon {}
	.faciGuide {}
	.faciGuide_title {}
	.faciGuide_box {
		padding: 25px 25px;
	}
	.faciGuide_sect {}
	.faciGuide_sect:last-child {}
	.faciGuide_headline {
		font-size: 26px;
		margin-bottom: 20px;
	}
	.faciGuide_cols {}
	.faciGuide_col {}
	.faciGuide_col-img {
		width: 300px;
	}
	.faciGuide_image {}
	.faciGuide_image > img {}
	.faciGuide_col-txt {
		width: calc(100% - 327px);
	}
	.faciGuide_text {}
	.faciGuide_btnList {
		grid-column-gap: 5px;
		grid-row-gap: 5px;
	}
	.faciGuide_btnList > li {}
	.faciGuide_btnList > li:first-child {}
	.faciGuide_btn {}
	.faciGuide_result {}
	.faciGuide_result_scroll {}
	.faciGuide_list {}
	.faciGuide_list > li {}
	.faciGuide_list > li > a {}
	.faciGuide_cauList {}
	.faciGuide_cauList > li {}
	.faciGuide_cols-rev {}
	.faciBtnNav {
		padding-left: 70px;
		padding-right: 70px;
	}
	.faciBtnNav_list {}
	.faciBtnNav_list > li {
		width: 33.33%;
		margin: 0;
		padding: 5px 5px;
		box-sizing: border-box;
	}
	.faciBtnNav_btn {}
	.faciList {
		overflow-x: auto;
		overflow-y: auto;
		height: 700px;
		width: auto;
	}
	.faciList_table {
		width: 1000px;
	}
	.faciList_table > thead {}
	.faciList_table > thead > tr {}
	.faciList_table > thead > tr > th {
		top: 0;
	}
	.faciList_table > thead > tr > th:first-child {
		left: 0;
		top: 0;
		z-index: 13;
	}
	.faciList_table > thead > tr > th:last-child {}
	.faciList_table > thead > tr > td {}
	.faciList_table > tbody {}
	.faciList_table > tbody > tr {}
	.faciList_table > tbody > tr > th {
		position: sticky;
		left: 0;
		z-index: 11;
	}
	.faciList_table > tbody > tr:last-child > th {}
	.faciList_table > tbody > tr > td {
		height: 50px;
	}
	.faciList_table > tbody > tr:last-child > td:last-child {}
	.faciList_table > tbody > tr > td:last-child {}
	.faciList_fig {}
	.faciList_fig-note {}
	.faciList_fig-note > img {}
	.faciList_note {}
	.faciList_fig > img {}
	.faciList_fig > figcaption {}
	.faciList_fig-note > figcaption {}
	.faciList_sation {}
	.faciList_icon {}
	.faciList_icon_sign {}
	.faciList_icon_num {}
	.faciList_sation_text {}
	.mamap {}
	.mamap_title {
		font-size: 26px;
		padding-left: 27px;
		margin-bottom: 16px;
	}
	.mamap_title::before {
		width: 20px;
		height: 20px;
	}
	.mamap_cells {}
	.mamap_cell {
		width: 32%;
		margin-left: 2%;
	}
	.mamap_cell:nth-child(3n + 1) {}
	.mamap_cell:nth-child(n + 4) {}
	.mamap_cell > a {}
	.mamapItem {}
	.mamapItem_image {}
	.mamapItem_image > img {}
	.mamapItem_areaText {
		border-bottom-left-radius: 8px;
		border-bottom-right-radius: 8px;
		padding: 10px 10px;
		font-size: 12px;
	}
	.mamapItem_name {
		font-size: 14px;
	}
	.mamapItem_postal {}
	.mamapItem_addr {}
	.mamapItem_tagList {}
	.mamapItem_tagList > li {}
	.mamapItem_tag {}
	.mamapItem_tag-nursing {}
	.mamapItem_more {}
	.mamapItem_more > .icon {}
	.areaMamap {}
	.areaMamap_dList {}
	.areaMamap_dList > dt {}
	.areaMamap_dList > dd {}
	.areaMamap_dList > dd > a {}
	.voiceRecd {}
	.voiceRecd_title {}
	.voiceRecd_swiper {}
	.voiceRecd_swiper_wrapper {}
	.voiceRecd_swiper_slide {}
	.voiceRecd_swiper_slide > a {}
	.staFaciSign {}
	.staFaciSign_sect {}
	.staFaciSign_title {}
	.staFaciSign_title > a {}
	.staFaciSign_list {
		margin-right: -7px;
	}
	.staFaciSign_list > li {
		min-height: 50px;
		width: 178px;
		margin-right: 7px;
		margin-bottom: 7px;
	}
	.staFaciSign_list > li > img {
		width: 30px;
	}
	.staFaciSign_list_text {
		font-size: 13px;
	}
	.staFaciSign_list_text-small {
		font-size: 12px;
	}
	.staFaciSign_caution {
		font-size: 11px;
	}
	.mamapItem_info {}
	.mamapItem_staList {}
	.mamapItem_staList > li {}
	.mamapItem_date {}
	.mamapItem_voice {}
	.mamapModal {}
	.mamapModal_inner {}
	.mamapModal_btn {
		font-size: 14px;
		width: 80px;
		height: 80px;
		margin-bottom: 10px;
	}
	.mamapModal_btn > img {
		width: 38px;
		height: auto;
	}
	.mamapModal_btn_text {}
	.mamapModal_box {}
	.mamapModal_table {}
	.mamapModal_table > tbody {}
	.mamapModal_table > tbody > tr {}
	.mamapModal_table > tbody > tr > th {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.mamapModal_table > tbody > tr:first-child > th {
		border-top-left-radius: 20px;
	}
	.mamapModal_table > tbody > tr:last-child > th {
		border-bottom-left-radius: 20px;
	}
	.mamapModal_table > tbody > tr > td {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.mamapModal_table > tbody > tr:first-child > td {
		border-top-right-radius: 20px;
	}
	.mamapModal_table > tbody > tr:last-child > td {
		border-bottom-right-radius: 20px;
	}
	.mamapModal_list {}
	.mamapModal_list > li {}
	.mamapModal_tag {}
	.mamapModal_tag-nursing {}
	.mamapModal_dList {}
	.mamapModal_dList > dt {}
	.mamapModal_dList > dd {}
	.mamapModal_scroll {}
	.topSupport {}
	.topSupport:last-child {}
	.topSupport_inner {}
	.topSupport_title {}
	.topSupport_swiper {}
	.topSupport_swiper_wrapper {}
	.topSupport_swiper_slide {}
	.topSupport_swiper_slide > a {}
	.topSupport_fig {}
	.topSupport_fig > img {}
	.topSupport_bg {}
	.topSupport_bg-feature {
		width: 883px;
	}
	.topSupport_bg-support {
		width: 878px;
	}
	.topSupport_bg > img {}
	.topReport {}
	.topReport_deco {
		width: 970px;
		top: -70px;
	}
	.topReport_deco > img {}
	.topReport_inner {}
	.topReport_contents {}
	.topReport_bg {}
	.topReport_cols {}
	.topReport_cols::after {}
	.topReport_col {}
	.topReport_col-txt {}
	.topReport_title {}
	.topReport_image {}
	.topReport_image > img {}
	.topReport_col-nav {}
	.topReport_items {}
	.topReport_items_cell {}
	.topReport_col-link {}
	.topReport_link {}
	.topReport_link > a {}
	.topReport_link > a > .icon {}
	.topTopics {}
	.topTopics_deco {
		width: 878px;
	}
	.topTopics_deco > img {}
	.topTopics_inner {}
	.topTopics_cols {}
	.topTopics_col {}
	.topTopics_col-txt {
		width: 230px;
	}
	.topTopics_title {}
	.topTopics_image {}
	.topTopics_image > img {}
	.topTopics_link {}
	.topTopics_link > a {}
	.topTopics_link > a > .icon {}
	.topTopics_col-nav {
		width: calc(100% - 250px);
	}
	.topSwiper {}
	.topSwiper_btn {}
	.topSwiper_btn > .icon {}
	.topSwiper_btn-prev {}
	.topSwiper_btn-next {}
	.topSwiper_wrapper {}
	.topSwiper_slide {}
	.topSwiper_pagination {}
	.topSwiper_pagination .swiper-pagination-bullet {}
	.swiper-container-horizontal .topSwiper_pagination .swiper-pagination-bullet {}
	.topSwiper_pagination .swiper-pagination-bullet-active {}
	.topInsta {}
	.topInsta_bg {}
	.topInsta_deco {
		width: 883px;
	}
	.topInsta_deco > img {}
	.topInsta_inner {}
	.topInsta_cols {}
	.topInsta_col {}
	.topInsta_col-ttl {
		width: 270px;
	}
	.topInsta_title {}
	.topInsta_image {}
	.topInsta_image > img {}
	.topInsta_link {}
	.topInsta_link > a {}
	.topInsta_link > a > .icon {}
	.topInsta_col-nav {
		width: calc(100% - 300px);
	}
	.topInsta_figs {
		grid-template-columns: 1fr 1fr 1fr;
	}
	.topInsta_figs_cell {}
	.topInsta_figs_cell:nth-child(n + 9) {}
	.topInsta_figs_cell:nth-child(9) {
		display: block;
	}
	.topInsta_figs_cell-loading {}
	.topInsta_loading {}
	.topInsta_loading > path {}
	.topInsta_loading > patd {}
	.topInsta_figs_cell > a {}
	.topInsta_fig {}
	.topInsta_fig > img {}
	.topInsta_title_en {
		font-size: 49px;
	}
	.topVis {}
	.topVis_areaText {}
	.topVis_mask {
		min-width: 1000px;
		left: 50%;
		transform: translateX(-50%);
	}
	.topVis_inner {}
	.topVis_title {
		font-size: 32px;
	}
	.topVis_text {
		font-size: 14px;
	}
	.topVis_link {}
	.topVis_link > a {}
	.topVis_link > a > .icon {}
	.topVis_slide {}
	.topVis_slide_item {}
	.topVis_image {}
	.topVis_image > img {}
	.topVis_slide_dots {}
	.topVis_slide_dots > li {}
	.topVis_slide_dots > li > button {}
	.topVis_slide_dots > li.slick-active > button {}
	.topTopics_cols-rev {}
	.topSwiper-event {}
	.topTopics_bg {}
	.topTopics_col-txtEvent {}
	.topTopics_col-navEvent {}
	.topTopics_deco-event {
		width: 878px;
	}
	.topTopics_inner-event {}
	.topInfoNav {}
	.topInfoNav_inner {}
	.topInfoNav_list {}
	.topInfoNav_list > li {}
	.topInfoNav_list > li:nth-child(2n + 1) {}
	.topInfoNav_list > li:nth-child(n + 3) {}
	.topInfoNav_list > li > a {
		border-radius: 8px;
	}
	.topInfoNav_list_image {
		width: 130px;
	}
	.topInfoNav_list_image > img {}
	.topInfoNav_list_text {
		width: calc(100% - 130px);
		font-size: 16px;
		padding-right: 20px;
	}
	.topInfoNav_list_icon {
		font-size: 16px;
		right: 9px;
	}
	.topSearch {}
	.topSearch_deco {
		width: 970px;
	}
	.topSearch_deco > img {}
	.topSearch_inner {}
	.topSearch_cols {}
	.topSearch_col {}
	.topSearch_col-ttl {
		width: 200px;
	}
	.topSearch_title {}
	.topSearch_image {}
	.topSearch_image > img {}
	.topSearch_col-panel {
		width: calc(100% - 210px);
	}
	.searchPanel {}
	.searchPanel_list {}
	.searchPanel_list > li {}
	.searchPanel_list > li:nth-child(2n + 1) {}
	.searchPanel_list > li:nth-child(n + 3) {}
	.searchPanel_list_btn {
		font-size: 20px;
		height: 51px;
	}
	.searchPanel_list_btn[aria-selected="true"] {}
	.searchPanel_box {
		border-radius: 15px;
		padding: 31px 20px 25px;
	}
	.searchPanel_contents {}
	.searchPanel_contents.isShow {}
	.searchDetail {}
	.searchDetail_title {
		font-size: 22px;
		margin-bottom: 19px;
	}
	.searchDetail_title > img {
		width: 8px;
	}
	.searchDetail_title > img:last-child {}
	.searchDetail_title_text {
		margin: 0 10px;
	}
	.searchDetail_list {}
	.searchDetail_list > li {}
	.searchDetail_list > li:nth-child(3n + 1) {}
	.searchDetail_list > li:nth-child(n + 3) {}
	.searchDetail_label {}
	.searchDetail_label > input {}
	.searchDetail_label_btn {
		font-size: 16px;
		padding-left: 36px;
	}
	input:checked + .searchDetail_label_btn {}
	.searchDetail_label_icon {
		left: 12px;
	}
	.searchDetail_label_icon::before {}
	input:checked + .searchDetail_label_btn .searchDetail_label_icon {}
	input:checked + .searchDetail_label_btn .searchDetail_label_icon::before {}
	.searchDetail_btn {
		margin-top: 35px;
		max-width: 220px;
	}
	.searchDetail_btn > .icon {}
	.topTopics-event {}
	.error {}
	.error_text {}
	.error_link {}
	.error_link > a {}
	.error_link > a > .icon {}
	.entryHead {}
	.entryHead_image {}
	.entryHead_image_inner {}
	.entryHead_image_inner > img {}
	.entryHead_catList {}
	.entryHead_catList > li {}
	.entryHead_catList_cat {}
	.entryHead_title {}
	.entryHead_favorite {}
	.favoListBtn-large {}
	.favoListBtn_icon-large {}
	.entryCancel {}
	.entryBody {}
	.event {}
	.event_info {}
	.event_gMap {}
	.event_gMap > iframe {}
	.event_entryLink {}
	.event_entryLink > a {}
	.event_entryLink > a > .icon {}
	.event_mapLink {}
	.event_mapLink > a {}
	.event_mapLink > a::before {}
	.event_mapLink > a::after {}
	.event_mapLink > a > .icon {}
	.entry_cancel {}
	.entry_cancel::before {}
	.entryfoot {}
	.entryfoot_link {}
	.entryfoot_link > a {}
	.entryfoot_link > a > .icon {}
	.entryHead_update {}
	.fixMoco_image {
		width: 70px;
	}
	.fixMoco_image > img {}
	.fixMoco_btn {}
	.fixMoco_btn::before {}
	.fixMoco_btn::after {}
	.calendar {}
	.calendar_inner {}
	.calendar_tableWrap {}
	.calendar_btn {}
	.calendar_btn::before {}
	.calendar_btn::after {}
	.calendar_btn-prev {}
	.calendar_btn-prev > .icon {}
	.calendar_btn-next {}
	.calendar_btn-next > .icon {}
	.calendar_table {
		font-size: 16px;
	}
	.calendar_table > caption {}
	.calendar_table > thead {}
	.calendar_table > thead > tr {}
	.calendar_table > thead > tr:first-child {}
	.calendar_table > thead > tr:last-child {}
	.calendar_table > thead > tr > th {}
	.calendar_table > thead > tr > td {}
	.calendar_table > tbody {}
	.calendar_table > tbody > tr {}
	.calendar_table > tbody > tr:first-child {}
	.calendar_table > tbody > tr:last-child {}
	.calendar_table > tbody > tr > td {
		min-height: 70px;
	}
	.calendar_table > tbody > tr > td > a {}
	.calendar_table > tbody > tr > td > a.-current {}
	.calendar_table_day {}
	.calendar_table_image {
		max-width: 20px;
	}
	.calendar_table_image > img {}
	.searchDetail_calendar {
		padding: 35px 25px 35px;
	}
	.searchDetail_calendar_inner {}
	.calendar_table_caption {}
	.calendar_table_caption_text {}
	.calendar_loading {}
	.calendar_loading.isShow {}
	.calendar_loading > svg {}
	.voiceRecd_swiper_btn {}
	.voiceRecd_swiper_btn-prev {
		left: -20px;
	}
	.voiceRecd_swiper_btn-next {
		right: -20px;
	}
	.topVis_bg {
		min-width: 1000px;
		height: 200%;
		width: 150%;
	}
	.mocoAnnivNav {}
	.mocoAnnivNav_bnrList {
		margin-left: -6px;
		margin-right: -6px;
	}
	.mocoAnnivNav_bnrList > li {
		padding-left: 6px;
		padding-right: 6px;
	}
	.mocoAnnivNav_bnrList > li:first-child {}
	.mocoAnnivNav_bnrList > li > a {}
	.mocoAnnivNav_bnrList > li > a > img {}
	.mocoJoy_goods_item_areaImg {}
	.mocoJoy_goods_item_label {
		font-size: 16px;
		width: 110px;
		padding: 4px 8px;
	}
	.mocoSong {
		margin-bottom: 70px;
	}
	.mocoSong:last-child {}
	.mocoSong_inner {}
	.mocoSong_message {}
	.mocoSong_message > ruby {}
	.mocoSong_message > ruby > rt {}
	.mocoSong_title {
		font-size: 36px;
	}
	.mocoSong_title::after {
		height: 6px;
	}
	.mocoSong_title > ruby {}
	.mocoSong_title > ruby > rt {}
	.mocoRelease {
		margin-bottom: 60px;
	}
	.mocoRelease_box {
		margin-bottom: 45px;
	}
	.mocoRelease_dlCols {
		padding: 40px 30px;
		align-items: center;
	}
	.mocoRelease_dlCol {}
	.mocoRelease_dlCol-img {
		width: 180px;
	}
	.mocoRelease_jacketImg {}
	.mocoRelease_jacketImg > img {}
	.mocoRelease_dlCol-txt {
		width: calc(100% - 210px);
		padding-top: 0;
	}
	.mocoRelease_title {
		font-size: 34px;
		padding-bottom: 24px;
		margin-bottom: 24px;
	}
	.mocoRelease_title > ruby {}
	.mocoRelease_title > ruby > rt {}
	.mocoRelease_box_areaTxt {
		padding: 30px;
	}
	.mocoRelease_list {
		flex-direction: column;
	}
	.mocoRelease_list > li {
		width: auto;
		margin-right: 0;
		margin-top: 0;
	}
	.mocoRelease_list > li:first-child {
		order: 1;
	}
	.mocoRelease_list > li:nth-child(2) {
		order: 3;
	}
	.mocoRelease_list > li:nth-child(3) {
		order: 2;
	}
	.mocoRelease_list > li:last-child {
		order: 4;
	}
	.mocoRelease_list > li:nth-child(2n + 1) {
		width: auto;
		margin-right: 0;
	}
	.mocoRelease_list > li:nth-child(n + 3) {
		margin-top: 0;
	}
	.mocoRelease_list > li > ruby {}
	.mocoRelease_list > li > ruby > rt {}
	.mocoRelease_dlLink {}
	.mocoRelease_dlLink > a {}
	.mocoRelease_dlLink > a > .icon {}
	.mocoRelease_dlLink_text {}
	.mocoRelease_dlLink_text > ruby {}
	.mocoRelease_dlLink_text > ruby > rt {}
	.mocoRelease_dlList {}
	.mocoRelease_dlList > li {}
	.mocoRelease_dlList > li:nth-child(2n + 1) {}
	.mocoRelease_dlList > li:nth-child(n + 3) {}
	.mocoRelease_dlList > li > a {}
	.mocoRelease_dlList_text {}
	.mocoRelease_dlList_text > ruby {}
	.mocoRelease_dlList_text > ruby > rt {}
	.mocoRelease_cols {}
	.mocoRelease_col {}
	.mocoRelease_col-no1 {}
	.mocoRelease_image {}
	.mocoRelease_image > img {}
	.mocoRelease_link {}
	.mocoRelease_link > a {}
	.mocoRelease_link_text {}
	.mocoRelease_link_text > ruby {}
	.mocoRelease_link_text > ruby > rt {}
	.mocoRelease_col-no2 {}
	.mocoRelease_balloon {}
	.mocoRelease_balloon::after {}
	.mocoRelease_balloon > ruby {}
	.mocoRelease_balloon > ruby > rt {}
	.mocoDance {
		padding: 30px 30px 40px;
	}
	.mocoDance_inner {}
	.mocoDance_title {}
	.mocoDance_title > img {}
	.mocoDance_title > img:first-child {}
	.mocoDance_title > img:last-child {}
	.mocoDance_headline {
		font-size: 24px;
	}
	.mocoDance_headline > ruby {}
	.mocoDance_headline > ruby > rt {}
	.mocoDance_message {}
	.mocoDance_message > ruby {}
	.mocoDance_message > ruby > rt {}
	.mocoDance_message > a {}
	.mocoDance_message_point {}
	.mocoDance_image {}
	.mocoDance_image > img {}
	.mocoDance_box {}
	.mocoDance_text {}
	.mocoDance_note {}
	.mocoDance_note > a {}
	.mocoDance_mvImage {}
	.mocoDance_mvImage > img {}
	.mocoDance_link {}
	.mocoDance_link > a {}
	.mocoDance_link_text {}
	.mocoDance_link_text > ruby {}
	.mocoDance_link_text > ruby > rt {}
	.mocoSong_worksList {}
	.mocoSong_worksList > li {
		padding-left: 10px;
		padding-right: 10px;
	}
	.mocoSong_worksList > li:nth-child(2n + 1) {}
	.mocoSong_worksList > li:nth-child(n + 3) {}
	.mocoSong_worksList > li > a {}
	.mocoSong_worksList_image {}
	.mocoSong_worksList_image > img {}
	.mocoRelease_link-video {}
	.mocoRelease_link-making {}
	.mocoRelease_dList {}
	.mocoRelease_dList > dt {}
	.mocoRelease_dList > dt > ruby {}
	.mocoRelease_dList > dt > ruby > rt {}
	.mocoRelease_dList > dd {}
	.mocoRelease_nav {
		margin-bottom: 45px;
	}
	.mocoRelease_dlLink_text-top {}
	.mocoRelease_dlLink-mini {}
	.mocoDance_noteList {}
	.mocoDance_noteList > li {}
	.mocoDance_noteList > li:first-child {}
	.mocoDance_noteList > li > a {}
	.mocoDance_noteList-orange {}
	.mocoDance_howBox {}
	.mocoDance_howBoxTitle {}
	.mocoDance_oList {}
	.mocoDance_oList > li {}
	.mocoDance_oList > li:first-child {}
	.mocoDance_oList_number {}
	.mocoSong_worksList_btn {
		font-size: 16px;
		padding-left: 10px;
	}
	.mocoSong_worksList_btn_text {}
	.serAttempt_caution {}
	.serAttUsed_col:nth-child(n + 3) {}
	.serAttUsed_cauList {}
	.serAttUsed_cauList > li {}
	.serAttUsed_link {}
	.serAttUsed_link > a {}
	.supAbout_cell-vertical {}
	.supAbout_number-flower {}
	.supAbout_link {}
	.supAbout_link > a {}
	.supPolItem_linkList {}
	.supPolItem_linkList > li {}
	.supPolItem_linkList > li > a {}
	.supPolItem_linkList > li > a > .icon {}
	.supPolItem_headline {}
	.supPolItem_text-child {
		min-height: 234px;
	}
	.romanVis {}
	.romanVis_image {}
	.romanVis_image > img {}
	.romanContents {}
	.romanContents_inner {}
	.romanContents_title {
		font-size: 25px;
	}
	.romanContents_title::before {
		width: 5px;
		height: 100px;
	}
	.romanContents_title::after {
		width: 5px;
		height: 100px;
	}
	.romanContents_title_inner {}
	.romanContents_title_strong {}
	.romanContents_box {}
	.romanContents_box_inner {}
	.romanContents_link {}
	.romanContents_link > a {}
	.romanContents_link_box {}
	.romanContents_link_box > img {}
	.romanContents_bg {}
	.romanPoint {}
	.romanPoint_title {}
	.romanPoint_title_inner {}
	.romanPoint_title_strong {}
	.romanPoint_title_num {}
	.romanPoint_cols {}
	.romanPoint_col {}
	.romanPoint_col-no1 {}
	.romanPoint_point {}
	.romanPoint_point > img {}
	.romanPoint_headline {
		font-size: 28px;
	}
	.romanPoint_text {
		font-size: 16px;
	}
	.romanPoint_image {}
	.romanPoint_image > img {}
	.romanPoint_hr {}
	.romanPoint_col-no2 {}
	.romanPoint_col-no3 {}
	.romanPoint_list {
		padding-left: 20px;
		padding-right: 20px;
	}
	.romanPoint_list > li {}
	.romanSect {}
	.romanSect_inner {}
	.romanSect_title {}
	.romanSect_title::before {}
	.romanSect_cols {
		display: block;
	}
	.romanSect_col {}
	.romanSect_col-txt {
		width: auto;
		max-width: none;
	}
	.romanSect_list {}
	.romanSect_list > li {}
	.romanSect_list > li:nth-child(n + 2) {}
	.romanSect_list_strong {}
	.romanSect_cauList {}
	.romanSect_cauList > li {}
	.romanSect_col-img {
		margin-top: 20px;
		margin-left: auto;
		margin-right: auto;
	}
	.romanSect_fig {}
	.romanSect_fig > figcaption {}
	.romanSect_fig > img {}
	.romanSect_fig_strong {}
	.romanSect_text {}
	.romanSect_text > a {}
	.romanBuy {}
	.romanBuy_title {}
	.romanBuy_headline {}
	.romanBuy_caution {}
	.romanBuy_cells {}
	.romanBuy_cells-mt {}
	.romanBuy_cell {
		padding: 15px 15px;
		border-radius: 10px;
		width: 180px;
	}
	.romanBuy_box {}
	.romanBuy_image {}
	.romanBuy_image > img {}
	.romanBuy_step {}
	.romanBuy_step_num {}
	.romanBuy_subhead {
		font-size: 14px;
	}
	.romanBuy_box_caution {}
	.romanBuy_arrow {
		width: 15px;
		margin: 0 10px;
	}
	.romanBuy_arrow > img {}
	.romanBuy_caution-center {}
	.romanBuy_ex {}
	.romanService {
		display: block;
		max-width: 450px;
		margin: 30px auto 0;
	}
	.romanService_cell {
		padding: 20px 20px;
		margin-top: 20px;
	}
	.romanService_logo {}
	.romanService_logo > img {}
	.romanService_title {}
	.romanService_dList {}
	.romanService_dList > dt {}
	.romanService_dList > dd {}
	.romanService_dList > dd > a {}
	.romanService_dList > dd > a > img {}
	.romanService_msg {}
	.romanService_msg > a {}
	.romanService_link {}
	.romanService_link > a {}
	.romanService_link > a > .icon {}
	.romanService_caution {}
	.romanService_cell-blue {}
	.romanCamp {}
	.romanCamp_inner {}
	.romanCamp_title {
		font-size: 30px;
	}
	.romanCamp_title > strong {}
	.romanCampMsg {}
	.romanCampMsg_inner {}
	.romanCampMsg_cols {}
	.romanCampMsg_col {}
	.romanCampMsg_col-img {
		width: 90px;
		margin-right: 23px;
	}
	.romanCampMsg_image {}
	.romanCampMsg_image > img {}
	.romanCampMsg_col-txt {}
	.romanCampMsg_text {
		font-size: 18px;
	}
	.romanCampMsg_msg {
		font-size: 20px;
	}
	.romanCampMsg_msg_strong {}
	.romanCampMsg_msg_large {
		font-size: 27px;
	}
	.romanCampMsg_dList {}
	.romanCampMsg_dList > dt {}
	.romanCampMsg_dList > dd {}
	.romanCampMsg_dList_large {
		font-size: 32px;
	}
	.romanCampMsg_dList_week {}
	.romanCamp_link {}
	.romanCamp_link_btn {}
	.romanCamp_link_btn:not([href]) {}
	.romanCamp_link_btn > .icon {}
	.romanCamp_link_btn:not([href]) .icon {}
	.romanCampItems {
		row-gap: 20px;
	}
	.romanCampItems_cell {
		border-radius: 20px;
		padding: 20px 24px 23px;
	}
	.romanCampItems_cell-no1 {}
	.romanCampItems_mark {
		max-width: 70px;
	}
	.romanCampItems_mark > img {}
	.romanCampItems_image {}
	.romanCampItems_image > img {}
	.romanCampItems_title {
		font-size: 20px;
	}
	.romanCampItems_title-left {}
	.romanCampItems_num {
		font-size: 20px;
	}
	.romanCampItems_num-left {}
	.romanCampItems_num_text {
		font-size: 43px;
	}
	.romanCampItems_cell-no2 {}
	.romanCampItems_cols {}
	.romanCampItems_col {}
	.romanCampItems_col-mark {
		width: 70px;
	}
	.romanCampItems_col-img {
		width: calc(100% - 231px);
		margin-right: 13px;
	}
	.romanCampItems_col-txt {
		width: 126px;
	}
	.romanCampItems_cell-no3 {}
	.romanCampItems_cell-no4 {}
	.romanCampItems_col-txtLarge {}
	.romanCamp_list {}
	.romanCamp_list > li {}
	.romanCamp_titleWrap {}
	.romanCamp_title-shadow {}
	.romanCampItems_image-a {
		max-width: 190px;
		margin: 20px auto 25px;
	}
	.supPolItem_linkList-noMt {
		margin-top: 0;
	}
	.romanCamp_msg {
		font-size: 24px;
	}
	.romanCampBox {
		border-radius: 25px;
		padding: 30px 25px;
	}
	.romanCampBox_inner {}
	.romanCampBox_title {}
	.romanCampBox_title::before {}
	.romanCampBox_list {}
	.romanCampBox_list > li {}
	.romanCampBox_text {}
	.romanCampContact {}
	.romanCampContact_title {}
	.romanCampContact_dList {}
	.romanCampContact_dList > dt {}
	.romanCampContact_dList > dd {}
	.romanCampContact_dList > dd > a {}
	.romanCampContact_open {}
	.romanCampBox_headline {}
	.romanCampBox_headline > sup {}
	.romanCampBox_headline_num {}
	.romanCampBox_caution {}
	.romanCampBox_caution > a {}
	.romanCampBox_frame {}
	.romanCampBox_frame_title {}
	.romanCampBox_frame_headline {}
	.romanCampBox_frame_headline_caution {}
	.romanCampBox_figList {
		column-gap: 12px;
		flex-wrap: wrap;
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
		row-gap: 16px;
		justify-content: center;
	}
	.romanCampBox_figList > li {
		width: calc((100% - 24px) / 3);
	}
	.romanCampBox_fig {}
	.romanCampBox_fig > img {}
	.romanCampBox_fig > figcaption {}
	.romanCampItemsCaution {}
	.childService_link-large {}
	.childService_link-large > a {}
	.childService_link-large > a > .icon {}
}
@media screen and (max-width: 767px) {
	.areaRecd {}
	.areaRecd_title {}
	.areaRecd_title::before {}
	.areaRecd_mainVis {
		border-radius: 12px;
		margin-bottom: 25px;
	}
	.areaRecd_text {
		font-size: inherit;
		text-align: left;
		margin-bottom: 25px;
	}
	.recdList {
		display: block;
	}
	.recdList > li {
		width: auto;
		margin-left: 0;
	}
	.recdList > li:first-child {}
	.recdList > li:last-child {}
	.recdList > li:nth-child(2n + 1) {}
	.recdList > li:nth-child(n + 2) {
		margin-top: 15px;
	}
	.areaRecd_headline {
		font-size: 19px;
		text-align: left;
	}
	.recdNav {
		padding: 45px 0;
	}
	.recdNav-white {}
	.recdNav_inner {}
	.recdNav_title {
		margin-bottom: 12px;
	}
	.recdNav_title > svg {}
	.recdNav_title > b {}
	.recdNav_msg {
		font-size: inherit;
		text-align: left;
		margin-bottom: 15px;
	}
	.recdNav_list {
		margin-top: 20px;
		display: block;
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
	.recdNav_list > li {
		width: auto;
		margin-left: 0;
	}
	.recdNav_list > li:first-child {}
	.recdNav_list > li:last-child {}
	.recdNav_list > li:nth-child(2n + 1) {}
	.recdNav_list > li:nth-child(n + 2) {
		margin-top: 20px;
	}
	.recdNav_list > li > a {}
	.recdNav_list > li > a::before {}
	.recdNav_list > li > a::after {}
	.recdNav_list_image {
		border-radius: 10px;
	}
	.recdNav_list_image > img {}
	.recdNav_list_link {
		font-size: 16px;
	}
	.recdNav_list_link-pink {}
	.recdNav_list_link-green {}
	.recdNav_list_link-orange {}
	.recdNav_list_link::before {
		height: 40px;
	}
	.recdNav_list_link > .icon {
		font-size: 11px;
	}
	.recdNav_list_link-pink > .icon {}
	.recdNav_list_link-green > .icon {}
	.recdNav_list_link-orange > .icon {}
	.recdPick {
		margin-top: 39px;
	}
	.recdPick_title {
		margin-bottom: 13px;
	}
	.recdPick_title::before {}
	.recdPick_title::after {}
	.recdPick_title > svg {
		width: 290px;
		height: 45px;
	}
	.recdPick_list {
		display: block;
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
	.recdPick_list > li {
		width: auto;
		margin-left: 0;
	}
	.recdPick_list > li:first-child {}
	.recdPick_list > li:last-child {}
	.recdPick_list > li:nth-child(2n + 1) {}
	.recdPick_list > li:nth-child(n + 2) {
		margin-top: 15px;
	}
	.recdPick_list > li > a {}
	.recdPick_list > li > a::before {}
	.recdPick_list > li > a::after {}
	.recdPick_image {}
	.recdPick_image > img {}
	.recdPick_text {}
	.recdEntry {}
	.recdEntry_title {
		margin-bottom: 25px;
		margin-top: 25px;
	}
	.recdEntry_body {}
	.recdEntry_title > b {}
	.recdEntry_areaTitle {
		padding: 15px 15px;
	}
	.recdEntry_areaTitle_cat {}
	.recdEntry_areaTitle_update {}
	.recdEntry_areaTitle_update > time {}
	.recdEntry_areaTitle_title {
		font-size: 20px;
		margin-top: 5px;
	}
	.recdEntry_fig {
		margin: 25px 0;
	}
	.recdEntry_fig:first-child {}
	.recdEntry_fig:last-child {}
	.recdEntry_fig > img {
		border-radius: 10px;
	}
	.recdEntry_fig > figcaption {
		margin-top: 9px;
		font-size: 12px;
	}
	.recdEntry_text {}
	.recdEntry_text:first-child {}
	.recdEntry_text:last-child {}
	.recdEntry_link {
		margin: 15px 0;
	}
	.recdEntry_link:first-child {}
	.recdEntry_link:last-child {}
	.recdEntry_link > a {
		font-size: 18px;
		padding-right: 28px;
	}
	.recdEntry_link > a::before {
		height: 46px;
	}
	.recdEntry_link > a::after {}
	.recdEntry_link > a > .icon {
		font-size: 14px;
	}
	.recdEntry_comment {
		margin: 35px 0;
	}
	.recdEntry_comment:first-child {}
	.recdEntry_comment:last-child {}
	.recdEntry_comment_cols {
		display: block;
	}
	.recdEntry_comment_col {}
	.recdEntry_comment_col-no1 {
		max-width: 120px;
		margin: 0 auto 20px;
	}
	.recdEntry_comment_image {
		width: auto;
	}
	.recdEntry_comment_image > img {
		border-radius: 10px;
	}
	.recdEntry_comment_col-no2 {
		width: auto;
	}
	.recdEntry_comment_fukidashi {
		border-radius: 10px;
		padding: 15px 15px;
	}
	.recdEntry_comment_fukidashi::before {
		border: 15px solid rgba(255, 255, 255, 0);
		border-bottom-color: #008CD6;
		border-top-width: 0;
		right: 50%;
		top: auto;
		bottom: 100%;
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
	}
	.recdEntry_comment_fukidashi::after {
		border: 15px solid rgba(255, 255, 255, 0);
		border-bottom-color: #fff;
		border-top-width: 0;
		right: 50%;
		top: auto;
		bottom: 100%;
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
		margin-right: 0;
		margin-bottom: -3px;
	}
	.recdEntry_comment_title {
		font-size: 18px;
		margin-bottom: 5px;
	}
	.recdEntry_comment_text {}
	.recdEntry_map {
		margin: 35px 0;
	}
	.recdEntry_map:first-child {}
	.recdEntry_map:last-child {}
	.recdEntry_map_areaText {
		padding: 15px 15px;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}
	.recdEntry_map_title {
		font-size: 18px;
	}
	.recdEntry_map_iframeWrap {
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		padding-bottom: 66%;
	}
	.recdEntry_map_iframeWrap > iframe {}
	.introCom {
		background-size: 100% 50px;
		padding-bottom: 60px;
	}
	.introCom_title {
		margin-bottom: 17px;
		line-height: 1.2;
	}
	.introCom_list {
		display: block;
		max-width: 375px;
		margin: 0 auto;
	}
	.introCom_list > li {
		width: auto;
		margin-left: 0;
	}
	.introCom_list > li:first-child {}
	.introCom_list > li:last-child {}
	.introCom_list > li:nth-child(3n + 1) {}
	.introCom_list > li:nth-child(n + 2) {
		margin-top: 15px;
	}
	.introCom_item {
		padding: 20px 15px;
	}
	.introCom_item_imageWrap {
		margin: -20px -15px 15px;
	}
	.introCom_item_imageWrap::before {
		height: 100px;
	}
	.introCom_item_image {}
	.introCom_item_image > img {}
	.introCom_item_headline {
		font-size: 18px;
		margin-bottom: 9px;
	}
	.introCom_item_text {}
	.resultCom {
		padding-bottom: 45px;
	}
	.resultCom_inner {}
	.resultCom_title {
		font-size: 20px;
		margin-bottom: 22px;
	}
	.resultCom_title > small {}
	.resultCom_title > b {}
	.resultCom_headline {
		font-size: 16px;
		text-align: center;
	}
	.resultCom_headline::before {
		height: 35px;
	}
	.resultCom_dList {
		margin-bottom: 35px;
	}
	.resultCom_dList > dt {}
	.resultCom_dList > dd {}
	.resultCom_subhead {}
	.resultCom_subhead > b {}
	.writerCom {}
	.writerCom_subhead {}
	.writerCom_subhead > b {}
	.resultCom_hr {
		margin: 45px 0;
		height: 1px;
	}
	.archiveCom {}
	.archiveCom_subhead {}
	.archiveCom_subhead > b {}
	.archiveCom_list {
		margin-top: 20px;
	}
	.archiveCom_list > li {
		margin-top: 10px;
	}
	.archiveCom_list > li:first-child {}
	.archiveCom_list > li:last-child {}
	.archiveCom_list > li:nth-child(2n + 1) {}
	.archiveCom_list > li:nth-child(n + 3) {}
	.archiveCom_list > li > a {
		display: block;
		font-size: 16px;
		text-align: left;
		padding: 10px 15px;
		padding-right: 25px;
	}
	.archiveCom_list > li > a::before {
		display: none;
	}
	.archiveCom_list > li > a::after {}
	.archiveCom_list > li > a > .icon {
		font-size: 12px;
		right: 7px;
	}
	.archiveCom_time {}
	.archiveCom_text {}
	.archiveCom_yearList {
		font-size: 16px;
		margin-top: 25px;
	}
	.archiveCom_yearList > li {}
	.archiveCom_yearList > li::after {
		margin: 0 10px;
	}
	.archiveCom_yearList > li:last-child::after {}
	.archiveCom_yearList > li:first-child {}
	.archiveCom_yearList > li:last-child {}
	.archiveCom_yearList > li:nth-child(2n + 1) {}
	.archiveCom_yearList > li:nth-child(n + 3) {}
	.archiveCom_yearList > li > a {}
	.archiveCom_yearList > li > a.isCurrent {}
	.archiveCom_yearList > li > a::before {}
	.archiveCom_yearList > li > a::after {}
	.archiveCom_contents {}
	.recdEntry_editor {}
	.topVisSlider {
		display: block;
		padding-top: 60px;
		background-color: #E6F8FF;
	}
	.topVisSlider_slide {}
	.topVisSlider_slide_btn {
		display: block;
		margin-top: -25px;
	}
	.topVisSlider_slide_btn > .icon {}
	.topVisSlider_slide_item {}
	.topVisSlider_slide_item > a {}
	.topVisItem {}
	.topVisItem > a {}
	.topVisItem_image {
		padding-bottom: 56.267%;
	}
	.topVisItem_image > img {}
	.topVisItem_link {}
	.topVisItem_link::before {}
	.topVisItem_video {
		padding-bottom: 56.267%;
	}
	.topVisItem_video > video {}
	.topVisItem_linkWrap {}
	.topVisSlider_slide_dots {
		display: flex;
		position: relative;
		visibility: visible;
		pointer-events: auto;
	}
	.topVisSlider_slide_dots > li {}
	.topVisSlider_slide_dots > li > button {}
	.topVisSlider_slide_dots > li.slick-active > button {}
	.topVisSlider_slide_btn-prev {}
	.topVisSlider_slide_btn-next {}
	.vis_navList {
		margin-left: -5px;
		margin-right: -5px;
	}
	.vis_navList > li {
		padding: 0 5px;
	}
	.vis_navList > li:nth-child(n + 4) {
		margin-top: 10px;
	}
	.vis_navList > li > a {
		border-width: 2px;
		font-size: 13px;
		padding: 5px 5px 15px;
	}
	.vis_navList > li > a > .icon {
		right: auto;
		left: 50%;
		bottom: 3px;
		top: auto;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		line-height: 1;
	}
	.vis_navListWrap {
		margin-top: 32px;
	}
	.topRecd {
		padding: 57px 0 40px;
	}
	.topRecd_sect {}
	.topRecd_sect:last-child {}
	.topRecd_inner {}
	.topRecd_title {
		margin-bottom: 20px;
	}
	.topRecd_title::before {
		margin-top: -4px;
		background-image: url(/oyako/assets/img/common/bg-ttl-train-star_sp@2x.png);
	}
	.topRecd_title > b {}
	.topRecd_text {
		font-size: inherit;
		margin-bottom: 15px;
	}
	.topRecd_link {
		max-width: 250px;
		margin-top: 30px;
	}
	.topRecd_link > a {
		font-size: inherit;
		height: 50px;
	}
	.topRecd_link > a::before {}
	.topRecd_link > a::after {}
	.topRecd_link > a > .icon {}
	.recdNav_list-sp2c {
		display: flex;
		flex-wrap: wrap;
		margin-left: -5px;
		max-width: none;
		margin-right: -5px;
		margin-top: 10px;
	}
	.recdNav_list-sp2c > li {
		width: 50%;
		box-sizing: border-box;
		padding: 0 5px;
	}
	.recdNav_list-sp2c > li:nth-child(n + 2) {
		margin-top: 0;
	}
	.recdNav_list-sp2c > li:nth-child(n + 3) {
		margin-top: 30px;
	}
	.recdNav_list_link-s {
		font-size: 14px;
		margin-top: -10px;
	}
	.recdNav_list_image-s {
		border-radius: 8px;
		padding-bottom: 53.94%;
	}
	.postList {}
	.postList > li {}
	.postList > li:nth-child(n + 3) {}
	.postList > li > a {}
	.postList > li > a::before {}
	.postList > li > a::after {}
	.postList_item {}
	.postList_cols {}
	.postList_col {}
	.postList_col-img {
		width: 125px;
	}
	.postList_image {}
	.postList_image > img {}
	.postList_col-txt {
		width: calc(100% - 125px);
		padding: 11px 11px 10px;
	}
	.postList_title {
		font-size: 12px;
	}
	.postList_favorite {
		margin-top: 9px;
	}
	.favoListBtn {
		margin-right: 0;
	}
	.isLarge .favoListBtn {
		margin-right: 10px;
	}
	.anchorSect {}
	.postList {}
	.postList > li {}
	.postList > li:nth-child(n + 3) {}
	.postList > li > a {}
	.postList > li > a::before {}
	.postList > li > a::after {}
	.postList_item {}
	.postList_cols {}
	.postList_col {}
	.postList_col-img {}
	.postList_image {}
	.postList_image > img {}
	.postList_col-txt {}
	.postList_title {}
	.postList_favorite {}
	.anchorSect {}
	.favoListBtn_text {}
	.favoListBtn_svg {}
	.postSlider {}
	.postSlider_swiper {}
	.postSlider_swiper_wrapper {}
	.postSlider_swiper_slide {
		max-width: 145px;
		min-width: 145px;
	}
	.postSlider_link {
		margin-top: 18px;
	}
	.postSlider_link > a {}
	.postSlider_link > a > .icon {}
	.ageSearch {
		margin-bottom: 33px;
	}
	.ageSearch::before {
		border-width: 2px;
		border-radius: 6px;
		box-shadow: 3px 3px 0 #ebebeb;
	}
	.ageSearch_icon {}
	.ageSearch.isShow .ageSearch_icon {}
	.ageSearch > form {}
	.ageSearch_title {}
	.ageSearch_title > button {
		font-size: 13px;
		padding: 27px 0 33px;
	}
	.ageSearch_title > button::before {}
	.ageSearch_title > button::after {}
	.ageSearch_title > button > img {
		width: 30px;
		height: 30px;
	}
	.ageSearch_toggle {
		margin-top: -14px;
		position: relative;
		z-index: 2;
		padding-bottom: 39px;
	}
	.ageSearch.isShow .ageSearch_toggle {}
	.ageSearch_list {
		margin-left: -5px;
		margin-right: -5px;
	}
	.ageSearch_list > li {
		flex-grow: 1;
	}
	.ageSearch_list > li:first-child {}
	.ageSearch_list > li:last-child {}
	.ageSearch_list > li:nth-child(2n + 1) {}
	.ageSearch_list > li:nth-child(n + 3) {}
	.ageSearch_label {}
	.ageSearch_label > input {}
	.ageSearch_label_text {
		font-size: 12px;
		border-width: 1px;
		border-radius: 5px;
		padding: 3px 4px;
	}
	[type="checkbox"]:checked + .ageSearch_label_text {}
	.ageSearch_label_text::before {}
	.ageSearch_btn {
		max-width: 229px;
		font-size: inherit;
		height: 50px;
	}
	.ageSearch_btn::before {}
	.ageSearch_btn::after {}
	.ageSearch_btn > .icon {}
	.postSlider_swiper_slide-wide {}
	.arcNav {
		margin-top: 35px;
	}
	.arcNav_title {}
	.arcNav_title > svg {
		width: 14px;
		height: 17px;
	}
	.arcNav_title > svg:last-child {}
	.arcNav_title_text {
		margin: 0 7px;
	}
	.arcNav_box {}
	.arcNav_list {
		margin-left: -7px;
		margin-right: -7px;
	}
	.arcNav_list > li {
		margin: 0;
		width: 50%;
		padding: 0 7px;
		box-sizing: border-box;
	}
	.arcNav_list > li:first-child {}
	.arcNav_list > li:last-child {}
	.arcNav_list > li:nth-child(2n + 1) {}
	.arcNav_list > li:nth-child(n + 3) {
		margin-top: 14px;
	}
	.arcNav_list > li > a {}
	.arcNav_list > li > a::before {}
	.arcNav_list > li > a::after {}
	.ageSearch-box {
		box-shadow: 3px 3px 0 #EBEBEB;
		border-radius: 6px;
		padding: 0 6px 6px;
		margin-bottom: 25px;
	}
	.ageSearch-box::before {}
	.ageSearch-box::after {}
	.ageSearch_headline {
		font-size: 14px;
		padding: 11px 0;
	}
	.ageSearch_box {
		border-radius: 4px;
		padding: 11px 10px 1px;
	}
	.topRecd_sect-mb {
		margin-bottom: 40px;
	}
	.areaMocoron {}
	.areaMocoron_inner {}
	.mocoNav {
		padding-top: 15px;
		padding-bottom: 15px;
		margin-bottom: 23px;
		margin-top: 28px;
	}
	.mocoNav_list {
		margin: 0 -5px;
	}
	.mocoNav_list > li {
		width: 50%;
		margin: 0;
		padding: 0 5px;
		box-sizing: border-box;
	}
	.mocoNav_list > li:nth-child(n + 3) {
		margin-top: 12px;
	}
	.mocoNav_list > li:nth-child(4n + 1) {}
	.mocoNav_list_btn {
		height: 55px;
		padding: 5px 10px 5px;
		flex-direction: column;
		justify-content: flex-end;
	}
	.mocoNav_list_btn > .icon {
		position: relative;
		right: 0;
		left: 0;
		transform: none;
		margin: 0;
		bottom: 0;
		top: 0;
		margin-top: 3px;
	}
	.mocoNav_list_text {}
	.mocoNav_list_text > ruby {}
	.mocoSect {
		font-size: 16px;
	}
	.mocoSect:last-child {}
	.mocoSect_title {
		font-size: 28px;
		padding-bottom: 14px;
		margin-bottom: 31px;
	}
	.mocoSect_title::before {
		height: 4px;
	}
	.mocoSect_title_inner {}
	.mocoIntro {}
	.mocoIntro_cols {
		display: block;
	}
	.mocoIntro_col {
		width: auto;
		max-width: none;
		margin: 0;
	}
	.mocoIntro_col-img {
		max-width: 263px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 31px;
	}
	.mocoIntro_slide {}
	.mocoIntro_slide_item {}
	.mocoIntro_image {}
	.mocoIntro_image > img {}
	.mocoIntro_col-txt {}
	.mocoIntro_sect {
		margin-bottom: 10px;
	}
	.mocoIntro_sect:last-child {}
	.mocoIntro_title {
		font-size: 16px;
		margin-bottom: 4px;
	}
	.mocoIntro_title_inner {
		border-radius: 4px;
		padding: 5px 9px;
	}
	.mocoIntro_title_inner > ruby {}
	.mocoIntro_text {}
	.mocoIntro_text > ruby {}
	.mocoIntro_slide_dots {
		padding: 0 33px;
		margin-top: 12px;
	}
	.mocoIntro_slide_dots > li > button {
		width: 13px;
		height: 13px;
		border-width: 10px;
	}
	.mocoIntro_slide_dots > li.slick-active > button {}
	.mocoIntro_slide_dots > li > button::before {}
	.mocoIntro_slide_dots > li.slick-active > button::before {}
	.mocoIntro_slide_btn {
		font-size: 21px;
		height: 33px;
		width: 33px;
	}
	.mocoIntro_slide_btn-prev {}
	.mocoIntro_slide_btn-next {}
	.mocoIntro_slide_btn > .icon {}
	.mocoNews {}
	.mocoNews_text {
		margin-bottom: 18px;
	}
	.mocoNews_text > ruby {}
	.mocoNews_swiper {}
	.mocoNews_swiper_wrapper {}
	.mocoNews_swiper_slide {
		width: 240px;
	}
	.mocoNewsItem {}
	.mocoNewsItem_anchor {}
	.mocoNewsItem_image {
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;
	}
	.mocoNewsItem_image > img {}
	.mocoNewsItem_areaText {
		border-bottom-left-radius: 16px;
		border-bottom-right-radius: 16px;
		padding: 10px 10px;
	}
	.mocoNewsItem_text {
		font-size: 12px;
		margin-bottom: 7px;
	}
	.mocoNewsItem_update {
		font-size: 11px;
	}
	.mocoNewsItem_update > time {}
	.mocoNewsItem_favorite {}
	.mocoNews_link {
		margin-top: 27px;
		max-width: 318px;
	}
	.mocoNews_link > a {}
	.mocoNews_link_text {}
	.mocoNews_link_text > ruby {}
	.mocoJoy {}
	.mocoJoy_title {
		font-size: 23px;
		margin-bottom: 10px;
		margin-top: 52px;
	}
	.mocoJoy_title:first-child {}
	.mocoJoy_title_inner {
		border-radius: 6px;
		padding: 5px 15px;
	}
	.mocoJoy_title_inner > ruby {}
	.mocoJoy_text {
		margin-bottom: 21px;
	}
	.mocoJoy_text > ruby {}
	.mocoJoy_cols {
		display: block;
		max-width: 318px;
		margin-left: auto;
		margin-right: auto;
		display: none;
	}
	.mocoJoy_col {
		max-width: none;
		width: auto;
		margin-top: 30px;
	}
	.mocoJoy_col-no1 {
		margin-top: 0;
	}
	.mocoJoy_image {
		max-width: 200px;
		margin-bottom: 26px;
	}
	.mocoJoy_image > img {}
	.mocoJoy_linkList {}
	.mocoJoy_linkList > li {}
	.mocoJoy_linkList > li:first-child {}
	.mocoJoy_linkList > li > a {}
	.mocoJoy_linkList_text {}
	.mocoJoy_linkList_text > ruby {}
	.mocoJoy_col-no2 {}
	.mocoJoy_col-no3 {}
	.mocoJoy_goods {}
	.mocoJoy_goods_image {}
	.mocoJoy_goods_image > img {}
	.mocoJoy_goods_link {
		max-width: 318px;
		margin: 25px auto 0;
	}
	.mocoJoy_goods_link > a {
		height: 63px;
	}
	.mocoJoy_goods_link_text {}
	.mocoJoy_goods_link_text > ruby {}
	.mocoCalendar {}
	.mocoCalendar_text {}
	.mocoCalendar_text > ruby {}
	.mocoCalendar_box {
		margin-top: 19px;
	}
	.mocoVis {}
	.mocoJoy_title_inner rt {}
	.mocoIntro_title_inner rt {}
	.mocoNewsList {}
	.mocoNewsList > li {
		width: 50%;
	}
	.mocoNewsList > li:nth-child(n + 3) {
		margin-top: 20px;
	}
	.mocoNewsItem_text-s {}
	.mocoNewsItem_update-s {}
	.fixMoco {
		display: none;
		bottom: 104px;
	}
	.fixMoco > a {
		border-width: 2px;
		padding: 4px 5px;
		border-top-left-radius: 6px;
		border-bottom-left-radius: 6px;
	}
	.fixMoco > a > img {
		width: 90px;
	}
	.favoListBtn-mocoron {
		margin-top: 9px;
	}
	.mocoJoy_swiper {
		display: block;
	}
	.mocoJoy_swiper_wrapper {}
	.mocoJoy_swiper_slide {
		min-width: 200px;
		max-width: 200px;
	}
	.mocoVis_image {
		width: 100%;
	}
	.mocoVis_image > img {
		display: none;
	}
	.mocoVis_image > img:last-child {
		display: block;
	}
	.fixMoco-train {
		display: block;
	}
	.fixMoco-spNone {
		display: none;
	}
	.fixMoco-train > a {}
	.fixMoco-train > a > img {}
	.mocoJoy_goods_slide {}
	.mocoJoy_goods_slide .slick-track {}
	.mocoJoy_goods_slide .slick-slide {}
	.mocoJoy_goods_slide .slick-slide > div {}
	.mocoJoy_goods_slide_item {}
	.mocoJoy_goods_item {}
	.mocoJoy_goods_item > a {}
	.mocoJoy_goods_item > a::before {}
	.mocoJoy_goods_item > a::after {}
	.mocoJoy_goods_item_image {
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;
	}
	.mocoJoy_goods_item_image > img {}
	.mocoJoy_goods_item_areaText {
		border-bottom-left-radius: 8px;
		border-bottom-right-radius: 8px;
		padding: 10px 10px;
	}
	.mocoJoy_goods_item_title {}
	.mocoJoy_goods_item_price {}
	.mocoJoy_goods_item_text {}
	.mocoJoy_goods_slide_btn {
		display: none;
	}
	.mocoJoy_goods_slide_btn-prev {}
	.mocoJoy_goods_slide_btn-next {}
	.mocoJoy_goods_slide_btn > .icon {}
	.supPol {}
	.supPol_inner {}
	.supPol_title {
		margin-bottom: 25px;
	}
	.supSmileWrap {}
	.supSmile {
		border-radius: 20px;
		padding: 25px 25px 17px;
		margin-bottom: 50px;
	}
	.supSmile_title {
		font-size: 30px;
		line-height: 1.31;
		margin-bottom: 25px;
		margin-left: -10px;
		margin-right: -10px;
	}
	.supSmile_cols {
		display: block;
	}
	.supSmile_col {
		width: auto;
		max-width: none;
	}
	.supSmile_col-img {
		max-width: 420px;
		margin: 0 auto 30px;
	}
	.supSmile_image {
		margin-left: -5px;
		margin-right: -5px;
	}
	.supSmile_image > img {}
	.supSmile_col-txt {}
	.supSmile_text {
		line-height: 1.625;
	}
	.supAbout {
		margin-bottom: 62px;
	}
	.supAbout_areaTtl {
		padding: 0;
		margin-bottom: 15px;
	}
	.supAbout_ttlDeco {
		width: 55px;
	}
	.supAbout_ttlDeco > img {}
	.supAbout_ttlDeco-left {
		margin-left: -149px;
		top: 55px;
	}
	.supAbout_ttlDeco-right {
		margin-left: 145px;
		top: -12px;
	}
	.supAbout_title {
		font-size: 26px;
		line-height: 1.31;
	}
	.supAbout_message {
		font-size: 16px;
		line-height: 1.625;
		margin-left: -10px;
		margin-right: -10px;
	}
	.supAbout_cells {
		display: block;
		max-width: max-content;
	}
	.supAbout_cell {
		width: auto;
		margin-left: 0;
		margin-top: 27px;
	}
	.supAbout_cell:first-child {
		margin-top: 0;
	}
	.supAbout_number {}
	.supAbout_image {
		margin-top: -62px;
	}
	.supAbout_image > img {}
	.supAbout_headline {}
	.supAbout_text {}
	.supEffort {
		margin-bottom: 36px;
	}
	.supEffort_title {}
	.supEffort_list {
		display: block;
		margin: 0 auto;
	}
	.supEffort_list > li {
		width: auto;
		padding: 0;
		margin-top: 20px;
	}
	.supEffort_list > li:first-child {
		margin-top: 0;
	}
	.supPolItem {
		border-radius: 10px;
	}
	.supPolItem_image {}
	.supPolItem_image > img {}
	.supPolItem_areaTxt {}
	.supPolItem_title {
		margin-bottom: 14px;
		font-size: 24px;
	}
	.supPolItem_text {
		line-height: 1.84;
	}
	.supPolItem_text > a {}
	.supPolItem_text > a > .icon {}
	.supPolItem_noteList {
		font-size: 11px;
		margin-top: 15px;
	}
	.supPolItem_noteList > li {}
	.supPolAcodBtn {
		max-width: 322px;
		margin: 0 auto;
	}
	.supPolAcodBtn > button {
		height: 60px;
		padding: 0 40px;
		font-size: 18px;
		padding-left: 25px;
	}
	.supPolAcodBtn > button > .icon {
		right: 16px;
		font-size: 15px;
	}
	.supPolAcod {
		margin-top: 62px;
	}
	.supEffort_list-3c {
		max-width: 335px;
	}
	.supEffort_list-3c > li {}
	.supEffort_list-2c {
		max-width: 500px;
	}
	.supEffort_list-2c > li {}
	.supEffort_list-2c > li:nth-child(n + 3) {}
	.supPolItem_title-serv {}
	.supPolItem_title-fan {}
	.supEffort_listWrap {}
	.supAbout_imgWrap {
		max-width: 260px;
	}
	.mocoNewsItem_update-small {
		font-size: 10px;
	}
	.mocoNewsItem_text-mbL {
		margin-bottom: 14px;
	}
	.vis_navList-7c > li {}
	.vis_navList-7c > li > a {
		min-height: 72px;
	}
	.vis_navList-7c > li > a > .icon {}
	.insta {
		margin-bottom: 40px;
	}
	.insta_title {}
	.insta_list {
		max-width: 400px;
		margin: 0 auto;
	}
	.insta_list > li {
		width: 50%;
	}
	.insta_list > li > a {}
	.insta_image {}
	.insta_image > img {}
	.insta_caption {}
	.insta_link {
		max-width: 180px;
		margin-top: 20px;
	}
	.insta_link > a {
		font-size: 18px;
		min-height: 46px;
	}
	.insta_link > a > .icon {
		font-size: 24px;
	}
	.grpProfile {
		margin: 45px auto 45px;
	}
	.grpProfile_cols {
		display: block;
	}
	.grpProfile_col {
		width: auto;
	}
	.grpProfile_col-ttl {
		border-bottom-left-radius: 0;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		padding: 5px 10px;
	}
	.grpProfile_title {
		font-size: 18px;
	}
	.grpProfile_col-txt {
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		border-top-right-radius: 0;
		padding: 20px 20px;
	}
	.grpProfile_image {
		width: 50px;
		height: 50px;
	}
	.grpProfile_image > img {}
	.grpProfile_areText {
		width: calc(100% - 65px);
	}
	.grpProfile_name {
		font-size: 20px;
	}
	.grpProfile_group {
		font-size: inherit;
	}
	.grpProfile_group > a {}
	.supPolAcod.isShow {}
	.areaStaService {
		margin-bottom: 61px;
	}
	.areaStaService_inner {}
	.areaStaService_title {
		margin-bottom: 31px;
	}
	.childService {}
	.childService_title {}
	.serAttempt {
		margin-bottom: 30px;
	}
	.serAttempt:last-child {}
	.serAttempt_titleWrap {
		display: block;
		margin-bottom: 0;
	}
	.serAttempt_title {
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		border-top-left-radius: 16px;
		border-top-right-radius: 16px;
		font-size: 24px;
		padding: 15px 10px;
		text-align: center;
	}
	.serAttempt_box {
		border-radius: 16px;
		border-top: none;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		padding: 20px 20px;
	}
	.serAttempt_cols {
		display: block;
	}
	.serAttempt_col {
		width: auto;
	}
	.serAttempt_col-img {
		margin-bottom: 20px;
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
	.serAttempt_image {}
	.serAttempt_image > img {}
	.serAttempt_col-txt {
		font-size: 16px;
	}
	.serAttempt_list {}
	.serAttempt_list > li {}
	.serAttempt_list > li:nth-child(2n + 1) {}
	.serAttempt_list > li:nth-child(n + 3) {}
	.childService_link {
		max-width: 320px;
		margin-top: 35px;
		margin-bottom: 45px;
	}
	.childService_link > a {
		font-size: 15px;
		height: 57px;
		padding: 0 40px;
	}
	.childService_link > a > .icon {
		right: 20px;
	}
	.serAttempt_text {}
	.serAttempt_titleWrap-rev {}
	.serAttempt_title-rev {}
	.serAttempt_cols-rev {}
	.serAttempt_title-romance {}
	.serAttempt_box-romance {}
	.serAttUsed {}
	.serAttUsed_cols {
		display: block;
	}
	.serAttUsed_col {
		width: auto;
		margin-left: auto;
		margin-right: auto;
		max-width: none;
	}
	.serAttUsed_col-no1 {}
	.serAttUsed_image {
		max-width: 460px;
		margin-left: auto;
		margin-right: auto;
	}
	.serAttUsed_image > img {}
	.serAttUsed_title {}
	.serAttUsed_text {}
	.serAttUsed_col-no2 {}
	.exReport {}
	.exReport_title {}
	.exReport_link {
		margin-top: 49px;
		max-width: 320px;
	}
	.exReport_link > a {
		font-size: 15px;
		height: 57px;
		padding: 0 35px;
	}
	.exReport_link > a > .icon {
		right: 20px;
	}
	.faciGuide {
		margin-bottom: 61px;
	}
	.faciGuide_title {}
	.faciGuide_box {
		padding: 25px 20px;
	}
	.faciGuide_sect {
		padding-bottom: 30px;
		margin-bottom: 29px;
	}
	.faciGuide_sect:last-child {}
	.faciGuide_headline {
		margin-bottom: 19px;
	}
	.faciGuide_cols {
		display: block;
	}
	.faciGuide_col {
		width: auto;
	}
	.faciGuide_col-img {
		margin-bottom: 14px;
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
	.faciGuide_image {}
	.faciGuide_image > img {}
	.faciGuide_col-txt {}
	.faciGuide_text {
		font-size: 16px;
	}
	.faciGuide_btnList {
		grid-template-columns: repeat(4, auto);
		grid-template-rows: repeat(3, 1fr);
		grid-column-gap: 10px;
		grid-row-gap: 10px;
	}
	.faciGuide_btnList > li {}
	.faciGuide_btnList > li:first-child {
		grid-row: 1;
		grid-column: 1 / span 2;
	}
	.faciGuide_btn {}
	.faciGuide_result {}
	.faciGuide_result_scroll {}
	.faciGuide_list {
		font-size: 16px;
	}
	.faciGuide_list > li {}
	.faciGuide_list > li > a {}
	.faciGuide_cauList {
		font-size: 11px;
		margin-top: 14px;
	}
	.faciGuide_cauList > li {}
	.faciGuide_cols-rev {}
	.faciBtnNav {
		padding: 0;
	}
	.faciBtnNav_list {
		grid-template-columns: repeat(4, auto);
		grid-template-rows: repeat(3, 1fr);
		grid-row-gap: 11px;
		display: grid;
		grid-column-gap: 11px;
		max-width: none;
		justify-content: unset;
	}
	.faciBtnNav_list > li {
		padding: 0;
		width: auto;
		margin: 0;
		min-width: 0;
	}
	.faciBtnNav_list > li:first-child {
		grid-column: 1 / span 2;
	}
	.faciBtnNav_btn {}
	.faciList {
		margin-right: -20px;
		height: 500px;
	}
	.faciList_table {
		font-size: 12px;
		width: 700px;
	}
	.faciList_table > thead {}
	.faciList_table > thead > tr {}
	.faciList_table > thead > tr > th {
		width: calc((100% - 120px) / 8);
		padding-top: 10px;
		padding-left: 5px;
		padding-right: 5px;
		padding-bottom: 10px;
	}
	.faciList_table > thead > tr > th:first-child {
		z-index: 13;
		width: 120px;
	}
	.faciList_table > thead > tr > th:last-child {}
	.faciList_table > thead > tr > td {}
	.faciList_table > tbody {}
	.faciList_table > tbody > tr {}
	.faciList_table > tbody > tr > th {}
	.faciList_table > tbody > tr:last-child > th {}
	.faciList_table > tbody > tr > td {
		height: 40px;
	}
	.faciList_table > tbody > tr:last-child > td:last-child {}
	.faciList_table > tbody > tr > td:last-child {}
	.faciList_fig {}
	.faciList_fig-note {}
	.faciList_fig-note > img {}
	.faciList_note {
		font-size: 10px;
		margin-top: 5px;
	}
	.faciList_fig > img {
		width: 25px;
		margin-bottom: 6px;
	}
	.faciList_fig > figcaption {
		font-size: 10px;
	}
	.faciList_fig-note > figcaption {}
	.faciList_sation {
		padding-left: 10px;
	}
	.faciList_icon {
		width: 28px;
		height: 28px;
		border-radius: 12px;
		min-width: 28px;
	}
	.faciList_icon_sign {
		transform: scale(0.7);
	}
	.faciList_icon_num {
		font-size: 12px;
	}
	.faciList_sation_text {}
	.mamap {
		margin-top: 30px;
	}
	.mamap_title {
		margin-bottom: 10px;
	}
	.mamap_title::before {}
	.mamap_cells {
		display: flex;
		margin-left: -7px;
		margin-right: -7px;
	}
	.mamap_cell {
		width: 50%;
		margin-left: 0;
		padding: 0 7px;
		box-sizing: border-box;
	}
	.mamap_cell:nth-child(3n + 1) {}
	.mamap_cell:nth-child(n + 3) {
		margin-top: 14px;
	}
	.mamap_cell > a {}
	.mamapItem {}
	.mamapItem_image {
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;
	}
	.mamapItem_image > img {}
	.mamapItem_areaText {}
	.mamapItem_name {}
	.mamapItem_postal {}
	.mamapItem_addr {}
	.mamapItem_tagList {}
	.mamapItem_tagList > li {}
	.mamapItem_tag {
		font-size: 10px;
		min-height: 18px;
		padding: 0 6px;
	}
	.mamapItem_tag-nursing {}
	.mamapItem_more {
		font-size: 12px;
	}
	.mamapItem_more > .icon {
		font-size: 10px;
		margin-left: 4px;
	}
	.areaMamap {}
	.areaMamap_dList {
		margin-top: 15px;
	}
	.areaMamap_dList > dt {}
	.areaMamap_dList > dd {}
	.areaMamap_dList > dd > a {}
	.areaMamap_dList > dd > a > img {
		width: 120px;
	}
	.voiceRecd {
		margin-top: 40px;
	}
	.voiceRecd_title {
		margin-bottom: 20px;
	}
	.voiceRecd_swiper {}
	.voiceRecd_swiper_wrapper {
		column-gap: 0;
		justify-content: unset;
	}
	.voiceRecd_swiper_wrapper-center {
		justify-content: flex-start;
	}
	.voiceRecd_swiper_wrapper-spCenter {
		justify-content: center;
	}
	.voiceRecd_swiper_slide {
		width: 240px;
	}
	.voiceRecd_swiper_slide > a {}
	.staFaciSign {}
	.staFaciSign_sect {}
	.staFaciSign_title {}
	.staFaciSign_title > a {}
	.staFaciSign_list {
		margin-right: -15px;
	}
	.staFaciSign_list > li {
		padding-top: 5px;
		padding-bottom: 5px;
		min-height: 48px;
		padding-left: 6px;
		padding-right: 6px;
		margin-right: 5px;
		margin-bottom: 5px;
		width: 110px;
	}
	.staFaciSign_list > li > img {
		width: 25px;
		margin-right: 5px;
	}
	.staFaciSign_list_text {
		font-size: 10px;
		line-height: 1;
	}
	.staFaciSign_list_text-small {}
	.staFaciSign_caution {
		font-size: 10px;
	}
	.mamapItem_info {}
	.mamapItem_staList {}
	.mamapItem_staList > li {}
	.mamapItem_date {}
	.mamapItem_voice {}
	.mamapModal {}
	.mamapModal_inner {}
	.mamapModal_btn {}
	.mamapModal_btn > img {}
	.mamapModal_btn_text {}
	.mamapModal_box {}
	.mamapModal_table {}
	.mamapModal_table > tbody {}
	.mamapModal_table > tbody > tr {}
	.mamapModal_table > tbody > tr > th {
		padding: 15px;
		width: 115px;
	}
	.mamapModal_table > tbody > tr:first-child > th {
		border-top-left-radius: 14px;
	}
	.mamapModal_table > tbody > tr:last-child > th {
		border-bottom-left-radius: 14px;
	}
	.mamapModal_table > tbody > tr > td {
		padding: 15px;
	}
	.mamapModal_table > tbody > tr:first-child > td {
		border-top-right-radius: 14px;
	}
	.mamapModal_table > tbody > tr:last-child > td {
		border-bottom-right-radius: 14px;
	}
	.mamapModal_list {
		flex-direction: column;
		align-items: flex-start;
	}
	.mamapModal_list > li {
		margin-right: 0;
		margin-top: 10px;
		margin-bottom: 0;
	}
	.mamapModal_list > li:first-child {
		margin-top: 0;
	}
	.mamapModal_tag {}
	.mamapModal_tag-nursing {}
	.mamapModal_dList {}
	.mamapModal_dList > dt {}
	.mamapModal_dList > dd {}
	.mamapModal_scroll {}
	.mamapModal_dList > dd > img {
		width: 120px;
	}
	.topSupport {
		margin-bottom: 80px;
	}
	.topSupport:last-child {}
	.topSupport_inner {}
	.topSupport_title {
		margin-bottom: 41px;
	}
	.topSupport_swiper {}
	.topSupport_swiper_wrapper {}
	.topSupport_swiper_slide {
		width: 164px;
	}
	.topSupport_swiper_slide > a {}
	.topSupport_fig {
		border-radius: 10px;
	}
	.topSupport_fig > img {}
	.topSupport_bg {}
	.topSupport_bg-feature {
		width: 402px;
		margin-left: 10px;
		top: -60px;
	}
	.topSupport_bg-support {
		width: 398px;
		margin-left: 0;
		top: -60px;
	}
	.topSupport_bg > img {}
	.topReport {
		padding-top: 80px;
		padding-bottom: 50px;
		margin-bottom: 80px;
	}
	.topReport_deco {
		width: 398px;
		top: 20px;
		margin-left: -1px;
	}
	.topReport_deco > img {}
	.topReport_inner {}
	.topReport_contents {
		position: static;
		padding: 0;
	}
	.topReport_bg {
		border-radius: 0;
		width: 100%;
		height: 100%;
		min-width: 0;
		right: auto;
		left: 0;
		background-image: linear-gradient(to bottom, #fff6d8, #feeaf2);
	}
	.topReport_cols {
		display: block;
		padding-bottom: 89px;
	}
	.topReport_cols::after {}
	.topReport_col {
		width: auto;
		padding: 0;
	}
	.topReport_col-txt {}
	.topReport_title {}
	.topReport_image {
		width: 72px;
		position: absolute;
		margin: 0;
		left: 50%;
		transform: translateX(-50%);
		margin-left: -130px;
		top: 19px;
	}
	.topReport_image > img {}
	.topReport_col-nav {}
	.topReport_items {
		display: block;
	}
	.topReport_items_cell {}
	.topReport_items_cell:nth-child(n + 2) {
		margin-top: 20px;
	}
	.topReport_col-link {}
	.topReport_link {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		max-width: 260px;
	}
	.topReport_link > a {}
	.topReport_link > a > .icon {}
	.topTopics {
		margin-bottom: 50px;
	}
	.topTopics_deco {
		width: 422px;
		top: 18px;
		margin-left: 10px;
	}
	.topTopics_deco > img {}
	.topTopics_inner {}
	.topTopics_cols {
		display: block;
		padding-bottom: 90px;
		position: relative;
	}
	.topTopics_col {
		width: auto;
		padding: 0;
		max-width: none;
	}
	.topTopics_col-txt {
		position: static;
	}
	.topTopics_title {
		margin-bottom: 44px;
	}
	.topTopics_image {
		width: 54px;
		position: absolute;
		top: 4px;
		left: 50%;
		transform: translateX(-50%);
		margin-left: -125px;
	}
	.topTopics_image > img {}
	.topTopics_link {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		right: 0;
		max-width: 260px;
	}
	.topTopics_link > a {}
	.topTopics_link > a > .icon {}
	.topTopics_col-nav {}
	.topSwiper {
		clip-path: none;
	}
	.topSwiper_btn {
		display: none;
	}
	.topSwiper_btn > .icon {}
	.topSwiper_btn-prev {}
	.topSwiper_btn-next {}
	.topSwiper_wrapper {}
	.topSwiper_slide {
		width: 240px;
	}
	.topSwiper_pagination {
		display: none;
	}
	.topSwiper_pagination .swiper-pagination-bullet {}
	.swiper-container-horizontal .topSwiper_pagination .swiper-pagination-bullet {}
	.topSwiper_pagination .swiper-pagination-bullet-active {}
	.topInsta {
		margin-bottom: 1px;
		padding-top: 77px;
		padding-bottom: 60px;
	}
	.topInsta_bg {}
	.topInsta_deco {
		width: 402px;
		top: 19px;
		margin-left: 10px;
	}
	.topInsta_deco > img {}
	.topInsta_inner {}
	.topInsta_cols {
		display: block;
		position: relative;
		padding-bottom: 90px;
	}
	.topInsta_col {
		width: auto;
		max-width: none;
		padding: 0;
	}
	.topInsta_col-ttl {}
	.topInsta_title {
		font-size: 18px;
		padding-left: 36px;
		margin-bottom: 43px;
	}
	.topInsta_image {
		width: 59px;
		margin: 0;
		position: absolute;
		top: 5px;
		left: 50%;
		transform: translateX(-50%);
		margin-left: -137px;
	}
	.topInsta_image > img {}
	.topInsta_link {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		bottom: 0;
		max-width: 260px;
	}
	.topInsta_link > a {
		font-size: 18px;
	}
	.topInsta_link > a > .icon {}
	.topInsta_col-nav {
		min-height: 100px;
	}
	.topInsta_figs {
		grid-template-columns: 1fr 1fr;
		column-gap: 11px;
		row-gap: 11px;
	}
	.topInsta_figs_cell {}
	.topInsta_figs_cell:nth-child(n + 9) {
		display: none;
	}
	.topInsta_figs_cell-loading {}
	.topInsta_loading {}
	.topInsta_loading > path {}
	.topInsta_loading > patd {}
	.topInsta_figs_cell > a {}
	.topInsta_fig {
		border-radius: 4px;
	}
	.topInsta_fig > img {}
	.topInsta_title_en {
		font-size: 46px;
		margin-bottom: 11px;
	}
	.topVis {
		margin-bottom: 0;
		padding-bottom: 46px;
		background-color: rgba(255, 255, 255, 0);
		background-image: linear-gradient(to bottom, var(--color-white) 275px, rgba(255, 255, 255, 0) 275px);
	}
	.topVis_areaText {
		position: relative;
		bottom: auto;
		top: 0;
		margin-top: -118px;
		padding-top: 39px;
	}
	.topVis_mask {
		min-width: 0;
		left: 0;
		transform: none;
		top: 0;
		height: 150px;
	}
	.topVis_inner {}
	.topVis_title {
		line-height: 1.1875;
	}
	.topVis_text {
		font-size: 16px;
		line-height: 1.375;
		margin-top: 8px;
		margin-left: -10px;
		margin-right: -10px;
	}
	.topVis_link {
		margin-top: 10px;
		max-width: 260px;
	}
	.topVis_link > a {}
	.topVis_link > a > .icon {}
	.topVis_slide {
		height: 275px;
		position: static;
	}
	.topVis_slide_item {}
	.topVis_image {
		padding-bottom: 275px;
	}
	.topVis_image > img {}
	.topVis_slide_dots {
		margin-bottom: 45px;
	}
	.topVis_slide_dots > li {}
	.topVis_slide_dots > li > button {}
	.topVis_slide_dots > li.slick-active > button {}
	.topTopics_cols-rev {}
	.topSwiper-event {}
	.topTopics_bg {
		width: 100%;
		height: 100%;
		border-radius: 0;
		background-image: linear-gradient(to bottom, #feeaf2, #e5f7ff);
	}
	.topTopics_col-txtEvent {}
	.topTopics_col-navEvent {}
	.topTopics_deco-event {
		width: 398px;
		top: 0;
		margin-left: 0;
	}
	.topTopics_inner-event {}
	.topInfoNav {
		margin-bottom: 52px;
	}
	.topInfoNav_inner {}
	.topInfoNav_list {
		display: block;
	}
	.topInfoNav_list > li {}
	.topInfoNav_list > li:nth-child(n + 2) {
		margin-top: 20px;
	}
	.topInfoNav_list > li:nth-child(n + 3) {}
	.topInfoNav_list > li > a {}
	.topInfoNav_list_image {
		position: relative;
		height: 100px;
	}
	.topInfoNav_list_image > img {
		position: absolute;
		z-index: 0;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.topInfoNav_list_text {
		font-size: 18px;
	}
	.topInfoNav_list_icon {}
	.topSearch {
		margin-bottom: 50px;
	}
	.topSearch_deco {
		width: 422px;
		margin-left: 9px;
		top: -60px;
	}
	.topSearch_deco > img {}
	.topSearch_inner {}
	.topSearch_cols {
		display: block;
	}
	.topSearch_col {
		width: auto;
		padding: 0;
	}
	.topSearch_col-ttl {}
	.topSearch_title {
		margin-bottom: 43px;
	}
	.topSearch_image {
		width: 74px;
		position: absolute;
		top: 4px;
		left: 50%;
		margin: 0;
		transform: translateX(-50%);
		margin-left: -130px;
	}
	.topSearch_image > img {}
	.topSearch_col-panel {}
	.searchPanel {
		margin-left: -5px;
		margin-right: -5px;
	}
	.searchPanel_list {
		width: auto;
	}
	.searchPanel_list > li {}
	.searchPanel_list > li:nth-child(2n + 1) {}
	.searchPanel_list > li:nth-child(n + 3) {}
	.searchPanel_list_btn {
		font-size: 16px;
		height: 70px;
	}
	.searchPanel_list_btn[aria-selected="true"] {}
	.searchPanel_box {
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		padding: 40px 20px 38px;
	}
	.searchPanel_contents {}
	.searchPanel_contents.isShow {}
	.searchDetail {}
	.searchDetail_title {
		font-size: 24px;
		margin-bottom: 33px;
	}
	.searchDetail_title > img {
		width: 10px;
	}
	.searchDetail_title > img:last-child {}
	.searchDetail_title_text {}
	.searchDetail_list {
		display: block;
		max-width: 235px;
		margin: 0 auto;
	}
	.searchDetail_list > li {
		width: auto;
		margin: 0;
	}
	.searchDetail_list > li:nth-child(3n + 1) {}
	.searchDetail_list > li:nth-child(n + 2) {
		margin-top: 20px;
	}
	.searchDetail_label {}
	.searchDetail_label > input {}
	.searchDetail_label_btn {
		font-size: 20px;
		padding-left: 43px;
	}
	input:checked + .searchDetail_label_btn {}
	.searchDetail_label_icon {
		left: 17px;
	}
	.searchDetail_label_icon::before {}
	input:checked + .searchDetail_label_btn .searchDetail_label_icon {}
	input:checked + .searchDetail_label_btn .searchDetail_label_icon::before {}
	.searchDetail_btn {
		max-width: 295px;
		margin-top: 30px;
		font-size: 19px;
		height: 60px;
	}
	.searchDetail_btn > .icon {}
	.topTopics-event {
		padding-bottom: 50px;
		margin-bottom: 80px;
	}
	.error {}
	.error_text {}
	.error_link {
		max-width: 240px;
		margin-top: 25px;
	}
	.error_link > a {}
	.error_link > a > .icon {}
	.entryHead {
		margin-bottom: 45px;
	}
	.entryHead_image {}
	.entryHead_image_inner {
		border-radius: 8px;
	}
	.entryHead_image_inner > img {}
	.entryHead_catList {}
	.entryHead_catList > li {}
	.entryHead_catList_cat {}
	.entryHead_title {}
	.entryHead_favorite {}
	.favoListBtn-large {}
	.favoListBtn_icon-large {}
	.entryCancel {
		display: block;
		margin: 15px 0;
	}
	.entryCancel::before {
		width: 20px;
		height: 20px;
		min-width: 20px;
		margin: 0 auto 5px;
	}
	.entryBody {}
	.event {}
	.event_info {
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.event_gMap {}
	.event_gMap > iframe {
		border-bottom-left-radius: 20px;
		border-bottom-right-radius: 20px;
	}
	.event_gMap-second > iframe {
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
	}
	.event_entryLink {}
	.event_entryLink > a {}
	.event_entryLink > a > .icon {}
	.event_mapLink {
		display: block;
		max-width: none;
		margin-top: 15px;
	}
	.event_mapLink > a {}
	.event_mapLink > a::before {}
	.event_mapLink > a::after {}
	.event_mapLink > a > .icon {}
	.entry_cancel {}
	.entry_cancel::before {}
	.entryfoot {}
	.entryfoot_link {
		margin-left: auto;
		margin-right: auto;
	}
	.entryfoot_link > a {}
	.entryfoot_link > a > .icon {}
	.entryHead_update {}
	.fixMoco_image {
		width: 41px;
		bottom: 30px;
		left: 16px;
	}
	.fixMoco_image > img {}
	.fixMoco_btn {
		width: 30px;
		height: 25px;
	}
	.fixMoco_btn::before {
		width: 18px;
		height: 2px;
	}
	.fixMoco_btn::after {
		width: 18px;
		height: 2px;
	}
	.calendar {}
	.calendar_inner {}
	.calendar_tableWrap {}
	.calendar_btn {
		font-size: 14px;
	}
	.calendar_btn::before {}
	.calendar_btn::after {}
	.calendar_btn-prev {}
	.calendar_btn-prev > .icon {}
	.calendar_btn-next {}
	.calendar_btn-next > .icon {}
	.calendar_table {
		font-size: 14px;
	}
	.calendar_table > caption {
		font-size: 16px;
		margin-bottom: 14px;
	}
	.calendar_table > thead {}
	.calendar_table > thead > tr {
		padding-left: 0;
		padding-right: 0;
	}
	.calendar_table > thead > tr:first-child {}
	.calendar_table > thead > tr:last-child {}
	.calendar_table > thead > tr > th {}
	.calendar_table > thead > tr > td {}
	.calendar_table > tbody {}
	.calendar_table > tbody > tr {
		padding: 0;
	}
	.calendar_table > tbody > tr:first-child {}
	.calendar_table > tbody > tr:last-child {}
	.calendar_table > tbody > tr > td {
		min-height: 54px;
	}
	.calendar_table > tbody > tr > td > a {
		padding-bottom: 8px;
	}
	.calendar_table > tbody > tr > td > a.-current {}
	.calendar_table_day {
		padding-top: 12px;
	}
	.calendar_table_image {
		max-width: 16px;
		margin-top: 5px;
	}
	.calendar_table_image > img {}
	.searchDetail_calendar {
		border-radius: 10px;
		padding: 10px 15px 20px;
	}
	.searchDetail_calendar_inner {}
	.calendar_table_caption {}
	.calendar_table_caption_text {}
	.calendar_loading {}
	.calendar_loading.isShow {}
	.calendar_loading > svg {}
	.voiceRecd_swiper_btn {
		display: none;
	}
	.topVis_bg {
		min-width: 0;
		width: 159%;
		height: 180%;
	}
	.mocoAnnivNav {
		margin-top: 20px;
	}
	.mocoAnnivNav_bnrList {
		display: block;
		margin: 0 auto 20px;
		max-width: 335px;
	}
	.mocoAnnivNav_bnrList > li {
		width: auto;
		padding: 0;
	}
	.mocoAnnivNav_bnrList > li:first-child {}
	.mocoAnnivNav_bnrList > li:nth-child(n + 2) {
		margin-top: 20px;
	}
	.mocoAnnivNav_bnrList > li > a {}
	.mocoAnnivNav_bnrList > li > a > img {}
	.mocoAnnivNav_bnrList > li > a > img:first-child {
		display: none;
	}
	.mocoAnnivNav_bnrList > li > a > img:last-child {
		display: block;
	}
	.mocoJoy_goods_item_areaImg {}
	.mocoJoy_goods_item_label {
		top: 15px;
	}
	.mocoSong {
		margin-bottom: 65px;
		padding-top: 40px;
	}
	.mocoSong:last-child {}
	.mocoSong_inner {}
	.mocoSong_message {
		font-size: 22px;
		line-height: 1.63;
		border-radius: 18px;
		margin-bottom: 30px;
	}
	.mocoSong_message > ruby {}
	.mocoSong_message > ruby > rt {}
	.mocoSong_title {
		line-height: 1.5;
		margin-bottom: 30px;
	}
	.mocoSong_title::after {
		margin-top: 10px;
	}
	.mocoSong_title > ruby {}
	.mocoSong_title > ruby > rt {
		font-size: 11px;
	}
	.mocoRelease {}
	.mocoRelease_box {
		border-radius: 18px;
		margin-bottom: 20px;
	}
	.mocoRelease_dlCols {
		padding-top: 35px;
		display: block;
		padding-bottom: 22px;
	}
	.mocoRelease_dlCol {
		width: auto;
	}
	.mocoRelease_dlCol-img {
		max-width: 215px;
		margin: 0 auto 11px;
	}
	.mocoRelease_jacketImg {}
	.mocoRelease_jacketImg > img {}
	.mocoRelease_dlCol-txt {}
	.mocoRelease_title {
		font-size: 30px;
		margin-bottom: 20px;
	}
	.mocoRelease_title > ruby {}
	.mocoRelease_title > ruby > rt {}
	.mocoRelease_box_areaTxt {
		padding: 30px 20px;
	}
	.mocoRelease_list {}
	.mocoRelease_list > li {}
	.mocoRelease_list > li:nth-child(2n + 1) {}
	.mocoRelease_list > li:nth-child(n + 2) {
		margin-top: 2px;
	}
	.mocoRelease_list > li > ruby {}
	.mocoRelease_list > li > ruby > rt {}
	.mocoRelease_dlLink {}
	.mocoRelease_dlLink > a {
		min-height: 80px;
	}
	.mocoRelease_dlLink-mini > a {
		min-height: 50px;
	}
	.mocoRelease_dlLink > a > .icon {}
	.mocoRelease_dlLink_text {}
	.mocoRelease_dlLink_text > ruby {}
	.mocoRelease_dlLink_text > ruby > rt {}
	.mocoRelease_dlList {
		display: block;
		max-width: 270px;
		margin: 0 auto;
	}
	.mocoRelease_dlList > li {
		width: auto;
		margin-left: 0;
	}
	.mocoRelease_dlList > li:nth-child(2n + 1) {}
	.mocoRelease_dlList > li:nth-child(n + 2) {
		margin-top: 20px;
	}
	.mocoRelease_dlList > li > a {
		font-size: 20px;
		min-height: 50px;
	}
	.mocoRelease_dlList_text {}
	.mocoRelease_dlList_text > ruby {}
	.mocoRelease_dlList_text > ruby > rt {}
	.mocoRelease_cols {
		display: block;
		max-width: 490px;
		margin: 0 auto;
	}
	.mocoRelease_col {
		width: auto;
	}
	.mocoRelease_col-no1 {
		margin-bottom: 40px;
	}
	.mocoRelease_image {
		border-radius: 14px;
		margin-bottom: 20px;
	}
	.mocoRelease_image > img {}
	.mocoRelease_link {}
	.mocoRelease_link > a {}
	.mocoRelease_link_text {}
	.mocoRelease_link_text > ruby {}
	.mocoRelease_link_text > ruby > rt {}
	.mocoRelease_col-no2 {
		padding-bottom: 0;
	}
	.mocoRelease_balloon {
		border-radius: 14px;
		font-size: 24px;
		padding: 6px 10px;
	}
	.mocoRelease_balloon::after {}
	.mocoRelease_balloon > ruby {}
	.mocoRelease_balloon > ruby > rt {}
	.mocoDance {
		padding: 32px 20px 42px;
		border-radius: 14px;
	}
	.mocoDance_inner {}
	.mocoDance_title {
		margin-bottom: 23px;
	}
	.mocoDance_title > img {}
	.mocoDance_title > img:first-child {
		display: none;
	}
	.mocoDance_title > img:last-child {
		display: block;
	}
	.mocoDance_headline {
		font-size: 21px;
		padding: 15px 5px;
		border-radius: 18px;
		margin-bottom: 14px;
	}
	.mocoDance_headline > ruby {}
	.mocoDance_headline > ruby > rt {}
	.mocoDance_message {}
	.mocoDance_message > ruby {}
	.mocoDance_message > ruby > rt {}
	.mocoDance_message > a {}
	.mocoDance_message_point {}
	.mocoDance_image {
		max-width: 274px;
		margin: 38px auto 20px;
	}
	.mocoDance_image > img {}
	.mocoDance_box {
		padding: 20px;
		margin-bottom: 24px;
	}
	.mocoDance_text {}
	.mocoDance_note {
		margin-top: 8px;
	}
	.mocoDance_note > a {}
	.mocoDance_mvImage {
		margin-bottom: 20px;
	}
	.mocoDance_mvImage > img {}
	.mocoDance_link {}
	.mocoDance_link > a {}
	.mocoDance_link_text {}
	.mocoDance_link_text > ruby {}
	.mocoDance_link_text > ruby > rt {}
	.mocoSong_worksList {
		display: block;
		margin: 0 auto;
		max-width: 315px;
	}
	.mocoSong_worksList > li {
		width: auto;
		padding: 0;
	}
	.mocoSong_worksList > li:nth-child(2n + 1) {}
	.mocoSong_worksList > li:nth-child(n + 2) {
		margin-top: 30px;
	}
	.mocoSong_worksList > li > a {}
	.mocoSong_worksList_image {}
	.mocoSong_worksList_image > img {}
	.mocoRelease_link-video {}
	.mocoRelease_link-making {}
	.mocoRelease_dList {
		align-items: flex-start;
	}
	.mocoRelease_dList > dt {}
	.mocoRelease_dList > dt > ruby {}
	.mocoRelease_dList > dt > ruby > rt {}
	.mocoRelease_dList > dd {
		text-indent: -1em;
		padding-left: 0.6em;
		padding-top: 6px;
	}
	.mocoRelease_nav {
		padding: 35px 20px;
		margin-bottom: 40px;
	}
	.mocoRelease_dlLink_text-top {}
	.mocoRelease_dlLink-mini {
		margin-top: 20px;
	}
	.mocoDance_noteList {
		margin-top: 24px;
		line-height: 1.67;
	}
	.mocoDance_noteList > li {}
	.mocoDance_noteList > li:first-child {}
	.mocoDance_noteList > li > a {}
	.mocoDance_noteList-orange {
		margin-top: 8px;
	}
	.mocoDance_howBox {
		padding: 20px;
		margin-bottom: 20px;
	}
	.mocoDance_howBoxTitle {
		margin-bottom: 5px;
	}
	.mocoDance_oList {}
	.mocoDance_oList > li {
		margin-top: 15px;
	}
	.mocoDance_oList > li:first-child {}
	.mocoDance_oList_number {}
	.mocoSong_worksList_btn {
		font-size: 16px;
	}
	.mocoSong_worksList_btn_text {}
	.serAttempt_caution {}
	.serAttUsed_col:nth-child(n + 2) {
		margin-top: 35px;
	}
	.serAttUsed_cauList {}
	.serAttUsed_cauList > li {}
	.serAttUsed_link {
		margin-top: 10px;
	}
	.serAttUsed_link > a {}
	.supAbout_cell-vertical {
		display: block;
	}
	.supAbout_number-flower {}
	.supAbout_link {
		margin-top: 0;
	}
	.supAbout_link > a {}
	.supPolItem_linkList {
		margin-top: 10px;
	}
	.supPolItem_linkList > li {}
	.supPolItem_linkList > li > a {}
	.supPolItem_linkList > li > a > .icon {}
	.supPolItem_headline {}
	.supPolItem_text-child {
		min-height: 0;
	}
	.romanVis {
		padding: 24px 0 32px;
	}
	.romanVis_image {}
	.romanVis_image > img {}
	.romanContents {
		padding-top: 39px;
		padding-bottom: 50px;
	}
	.romanContents_inner {
		padding-left: 15px;
		padding-right: 15px;
	}
	.romanContents_title {
		font-size: 20px;
		margin-bottom: 33px;
	}
	.romanContents_title::before {
		width: 4px;
		transform: rotate(-14deg);
	}
	.romanContents_title::after {
		width: 4px;
		transform: rotate(14deg);
	}
	.romanContents_title_inner {}
	.romanContents_title_strong {}
	.romanContents_box {
		border-radius: 18px;
		padding: 71px 20px 28px;
	}
	.romanContents_box_inner {}
	.romanContents_link {
		margin-top: 41px;
	}
	.romanContents_link > a {}
	.romanContents_link_box {
		padding-right: 0;
		padding-top: 12px;
		padding-bottom: 10px;
		border-radius: 14px;
	}
	.romanContents_link_box > img {}
	.romanContents_bg {
		height: 44px;
		background-size: 95px 44px;
	}
	.romanPoint {
		padding: 0 20px 31px;
		border-radius: 12px;
		margin-bottom: 47px;
	}
	.romanPoint_title {
		font-size: 26px;
		display: block;
		max-width: 255px;
		margin: 0 auto -14px;
	}
	.romanPoint_title_inner {
		border-radius: 20px 20px;
		display: block;
		padding: 12px 10px;
		text-align: center;
	}
	.romanPoint_title_strong {
		display: inline;
	}
	.romanPoint_title_num {
		font-size: 42px;
	}
	.romanPoint_cols {
		display: block;
	}
	.romanPoint_col {
		width: auto;
		padding: 0;
	}
	.romanPoint_col-no1 {}
	.romanPoint_point {
		max-width: 108px;
		margin-bottom: 16px;
	}
	.romanPoint_point > img {}
	.romanPoint_headline {
		font-size: 26px;
		margin-bottom: 16px;
		margin-left: -10px;
		margin-right: -10px;
	}
	.romanPoint_text {
		font-size: 18px;
		line-height: 1.444;
		text-align: left;
		width: calc(100% - 90px);
		margin-left: auto;
	}
	.romanPoint_image {
		width: 80px;
		height: 64px;
		border-radius: 10px;
		margin: 0;
	}
	.romanPoint_image > img {
		width: 40px;
	}
	.romanPoint_hr {
		background-size: 8px 4px;
		background-repeat: repeat-x;
		background-position: -2px 0;
		width: auto;
		height: 4px;
		margin: 29px 0;
	}
	.romanPoint_col-no2 {}
	.romanPoint_col-no3 {}
	.romanPoint_list {
		padding: 0;
		font-size: 16px;
		margin-top: 21px;
	}
	.romanPoint_list > li {}
	.romanSect {
		margin-bottom: 37px;
	}
	.romanSect:last-child {
		margin-bottom: 0;
	}
	.romanSect_inner {
		padding: 0;
	}
	.romanSect_title {
		justify-content: center;
		display: flex;
		padding: 0;
		align-items: center;
		margin-bottom: 29px;
	}
	.romanSect_title::before {
		position: relative;
		transform: none;
		top: 0;
		left: 0;
		margin-right: 5px;
	}
	.romanSect_title::after {
		content: "";
		background-image: url(/oyako/assets_v2/img/support_romancecar/bg-point.svg);
		width: 22px;
		height: 22px;
		display: block;
		background-size: 100% 100%;
		background-repeat: no-repeat;
		position: relative;
		transform: none;
		top: 0;
		left: 0;
		margin-left: 5px;
	}
	.romanSect_cols {
		margin-right: 0;
	}
	.romanSect_col {
		width: auto;
	}
	.romanSect_col-txt {}
	.romanSect_list {
		line-height: 34px;
		text-align: center;
	}
	.romanSect_list > li {}
	.romanSect_list > li:nth-child(n + 2) {
		margin-top: 14px;
		padding-top: 24px;
	}
	.romanSect_list_strong {}
	.romanSect_cauList {
		margin-top: 7px;
	}
	.romanSect_cauList > li {}
	.romanSect_col-img {
		width: 240px;
		max-width: 100%;
		margin: 18px auto 0;
	}
	.romanSect_fig {
		padding: 14px 10px 7px;
	}
	.romanSect_fig > figcaption {}
	.romanSect_fig > img {
		margin: 9px auto 0;
	}
	.romanSect_fig_strong {}
	.romanSect_text {}
	.romanSect_text > a {}
	.romanBuy {
		margin-top: 40px;
	}
	.romanBuy_title {
		border-radius: 14px;
		line-height: 28px;
		padding: 10px 10px;
		margin-bottom: 15px;
	}
	.romanBuy_headline {}
	.romanBuy_caution {}
	.romanBuy_cells {
		display: block;
	}
	.romanBuy_cells-mt {
		margin-top: 13px;
	}
	.romanBuy_cell {
		width: auto;
	}
	.romanBuy_box {
		display: flex;
		align-items: center;
	}
	.romanBuy_image {
		width: 100px;
	}
	.romanBuy_image > img {}
	.romanBuy_step {
		margin-top: 0;
	}
	.romanBuy_step_num {}
	.romanBuy_subhead {
		line-height: 1.428;
	}
	.romanBuy_box_caution {}
	.romanBuy_arrow {
		width: 24px;
		margin: 3px auto;
	}
	.romanBuy_arrow > img {
		transform: rotate(90deg);
	}
	.romanBuy_caution-center {}
	.romanBuy_ex {
		margin-top: 19px;
	}
	.romanService {}
	.romanService_cell {
		border-radius: 18px;
	}
	.romanService_logo {
		padding: 15px 15px;
		margin-bottom: 20px;
	}
	.romanService_logo > img {}
	.romanService_title {
		font-size: 16px;
		margin-bottom: 18px;
		margin-left: -10px;
		margin-right: -10px;
	}
	.romanService_dList {
		display: block;
	}
	.romanService_dList > dt {}
	.romanService_dList > dd {
		display: flex;
		justify-content: center;
		margin-top: 17px;
	}
	.romanService_dList > dd > a {}
	.romanService_dList > dd > a > img {}
	.romanService_msg {
		margin-top: 19px;
	}
	.romanService_msg > a {}
	.romanService_link {}
	.romanService_link > a {
		min-height: 60px;
	}
	.romanService_link > a > .icon {}
	.romanService_caution {}
	.romanService_cell-blue {}
	.romanPoint_imageWrap {
		display: flex;
		flex-direction: row-reverse;
		margin-right: -10px;
	}
	.romanBuy_stepWrap {
		width: calc(100% - 115px);
		margin-left: auto;
	}
	.romanBuy_image-large {
		width: 116px;
	}
	.romanBuy_stepWrap-large {
		width: calc(100% - 132px);
	}
	.romanCamp {
		padding-top: 32px;
	}
	.romanCamp_inner {}
	.romanCamp_title {
		line-height: 42px;
	}
	.romanCamp_title > strong {}
	.romanCampMsg {
		padding-top: 0;
		padding-bottom: 27px;
	}
	.romanCampMsg_inner {}
	.romanCampMsg_cols {
		display: block;
	}
	.romanCampMsg_col {}
	.romanCampMsg_col-img {
		width: 80px;
		margin: 0 auto -18px;
		position: relative;
		top: -31px;
	}
	.romanCampMsg_image {}
	.romanCampMsg_image > img {}
	.romanCampMsg_col-txt {}
	.romanCampMsg_text {
		line-height: 1.556;
		margin-left: -15px;
		margin-right: -15px;
	}
	.romanCampMsg_msg {
		font-size: 24px;
		margin: 26px 0 30px;
		line-height: 39px;
	}
	.romanCampMsg_msg_strong {}
	.romanCampMsg_msg_large {
		font-size: 36px;
	}
	.romanCampMsg_dList {
		display: block;
	}
	.romanCampMsg_dList > dt {
		margin: 0 auto 8px;
	}
	.romanCampMsg_dList > dd {
		line-height: 35px;
	}
	.romanCampMsg_dList_large {}
	.romanCampMsg_dList_week {}
	.romanCamp_link {
		margin-top: 40px;
	}
	.romanCamp_link_btn {
		padding-left: 20px;
	}
	.romanCamp_link_btn:not([href]) {
		padding-left: 20px;
		padding-right: 20px;
		font-size: 24px;
	}
	.romanCamp_link_btn > .icon {
		right: 13px;
		font-size: 19px;
	}
	.romanCamp_link_btn:not([href]) .icon {}
	.romanCampItems {
		display: block;
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 50px;
	}
	.romanCampItems_cell {
		margin-top: 20px;
	}
	.romanCampItems_cell-no1 {}
	.romanCampItems_mark {
		max-width: 94px;
		position: relative;
		z-index: 2;
	}
	.romanCampItems_mark > img {}
	.romanCampItems_image {
		max-width: none;
		margin: 0px auto 5px;
	}
	.romanCampItems_image > img {}
	.romanCampItems_title {
		display: block;
		font-size: 24px;
		line-height: 30px;
	}
	.romanCampItems_title-left {}
	.romanCampItems_num {
		text-align: right;
		font-size: 24px;
	}
	.romanCampItems_num-left {}
	.romanCampItems_num_text {
		font-size: 60px;
	}
	.romanCampItems_cell-no2 {}
	.romanCampItems_cols {
		display: block;
	}
	.romanCampItems_col {
		width: auto;
	}
	.romanCampItems_col-mark {}
	.romanCampItems_col-img {}
	.romanCampItems_col-txt {}
	.romanCampItems_cell-no3 {}
	.romanCampItems_cell-no4 {}
	.romanCampItems_col-txtLarge {
		margin-top: 17px;
	}
	.romanCamp_list {}
	.romanCamp_list > li {}
	.romanCamp_titleWrap {
		margin-bottom: 51px;
	}
	.romanCamp_title-shadow {}
	.romanCampItems_image-a {
		margin-top: -96px;
		max-width: none;
		padding-left: 0;
	}
	.romanCampItems_image-a > img {
		width: 200px;
		margin-right: 0;
	}
	.romanCampItems_image-b {
		max-width: none;
		margin-top: -77px;
		margin-right: -30px;
	}
	.romanCampItems_image-b > img {
		width: 227px;
		margin-right: 0;
	}
	.romanCampItems_image-c {
		max-width: none;
		margin-top: -67px;
	}
	.romanCampItems_image-c > img {
		width: 213px;
		margin-right: 0;
	}
	.supPolItem_linkList-noMt {
		margin-top: 0;
	}
	.romanCamp_msg {
		font-size: 18px;
	}
	.romanCampBox {
		border-radius: 20px;
		padding: 25px 20px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.romanCampBox_inner {}
	.romanCampBox_title {
		font-size: 22px;
		line-height: 28px;
	}
	.romanCampBox_title::before {
		top: 14px;
	}
	.romanCampBox_list {}
	.romanCampBox_list > li {}
	.romanCampBox_text {}
	.romanCampContact {
		margin-top: 50px;
	}
	.romanCampContact_title {
		font-size: 20px;
	}
	.romanCampContact_dList {}
	.romanCampContact_dList > dt {}
	.romanCampContact_dList > dd {}
	.romanCampContact_dList > dd > a {}
	.romanCampContact_open {
		font-size: 16px;
	}
	.romanCampBox_headline {
		font-size: 18px;
		line-height: 26px;
	}
	.romanCampBox_headline > sup {}
	.romanCampBox_headline_num {
		top: 13px;
	}
	.romanCampBox_caution {
		text-indent: -1em;
		padding-left: 1em;
	}
	.romanCampBox_caution > a {}
	.romanCampBox_frame {
		padding: 20px 20px;
		border-radius: 10px;
	}
	.romanCampBox_frame_title {
		font-size: 18px;
	}
	.romanCampBox_frame_headline {}
	.romanCampBox_frame_headline_caution {
		display: block;
		margin-left: 0;
	}
	.romanCampBox_figList {
		display: grid;
		grid-template-columns: 1fr 1fr;
		row-gap: 12px;
	}
	.romanCampBox_figList > li {
		width: auto;
	}
	.romanCampBox_fig {}
	.romanCampBox_fig > img {
		width: 100%;
		height: auto;
	}
	.romanCampBox_fig > figcaption {}
	.romanCampItemsCaution {
		margin-top: 10px;
	}
	.childService_link-large {}
	.childService_link-large > a {
		font-size: 16px;
		min-height: 60px;
		padding-right: 30px;
		padding-left: 20px;
	}
	.childService_link-large > a > .icon {
		right: 10px;
		font-size: 15px;
	}
}
@media screen and (max-width:374px) {
	.vis_navList > li > a {
		font-size: 12px;
		padding-left: 3px;
		padding-right: 3px;
	}
	.mocoNewsList {
		margin-left: -5px;
		margin-right: -5px;
	}
	.mocoNewsList > li {
		padding: 0 5px;
	}
	.supSmile_title {
		font-size: 26px;
	}
	.topVis_text {
		font-size: 15px;
	}
	.topInfoNav_list_text {
		font-size: 15px;
		padding-left: 11px;
	}
	.topInfoNav_list_icon {
		right: 6px;
	}
	.mocoSong_message {
		font-size: 18px;
	}
	.mocoRelease_dlCols {
		padding: 30px 20px;
	}
	.mocoRelease_balloon {
		font-size: 20px;
	}
	.mocoRelease_dlList > li > a {
		font-size: 18px;
	}
	.romanContents_link_box {
		padding-left: 10px;
		padding-right: 10px;
	}
	.romanBuy_image-large {
		width: 90px;
	}
	.romanBuy_stepWrap-large {
		width: calc(100% - 106px);
	}
	.romanBuy_subhead {
		font-size: 13px;
	}
	.romanSect_title {
		font-size: 24px;
		line-height: 1;
	}
	.romanPoint_headline {
		font-size: 21px;
	}
	.romanPoint_text {
		font-size: 13px;
	}
	.romanCamp_title {
		font-size: 25px;
	}
	.romanCampMsg_text {
		font-size: 16px;
	}
	.romanCampMsg_msg_large {
		font-size: 29px;
	}
	.romanCampItems_image {
		padding-left: 50px;
	}
	.romanCampItems_title {
		font-size: 21px;
	}
	.romanCamp_link_btn {
		font-size: 24px;
		padding-right: 47px;
	}
	.romanCamp_msg {
		font-size: 16px;
	}
}
