@charset "UTF-8";
@keyframes floating {
	0% {
		transform: translateY(-10%);
	}
	100% {
		transform: translateY(10%);
	}
}
.search {}
.search_title {
	font-size: 30px;
	text-align: center;
	color: var(--color-blue);
	line-height: 1.467;
	font-weight: 500;
	margin-bottom: 39px;
}
.search_title::before {
	content: "“";
	font-family: var(--font-chango);
	font-weight: normal;
	display: inline-block;
	transform: translateY(-7%);
}
.search_title::after {
	content: "”";
	font-family: var(--font-chango);
	font-weight: normal;
	display: inline-block;
	transform: translateY(-7%);
}
.pager {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	column-gap: 15px;
	row-gap: 10px;
	font-size: 13px;
	margin-bottom: 73px;
}
.pager > a,
.pager > span {
	border: 1px solid var(--color-pink);
	min-width: 44px;
	height: 28px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: var(--color-pink);
	text-decoration: none;
	font-family: var(--font-lato);
	transition-duration: .3s;
	transition-property: background-color, color;
}
.pager > .previouspostslink {}
.pager > .current {
	border-color: var(--color-gray);
	background-color: var(--color-cloud-white);
	color: var(--color-gray);
}
.pager > .extend {
	border: none;
	min-width: 10px;
	text-align: center;
}
.pager > .nextpostslink {}
.linkList {
	list-style: none;
	border-top: 1px solid var(--color-gray-light);
}
.linkList > li {}
.linkList > li > a {
	border-bottom: 1px solid var(--color-gray-light);
	display: flex;
	line-height: 22px;
	padding: 23px 0;
	padding-left: 5px;
}
.error {}
.error_title {}
.error_text {
	text-align: center;
}
.error_link {
	max-width: 250px;
	margin: 60px auto 0;
}
.noResult {}
.areaNews {}
.newsList {
	list-style: none;
	position: relative;
}
.newsList::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 1px;
	background-color: var(--color-blue);
}
.newsList::after {
	content: "";
	display: block;
	width: calc(100% - 152px);
	background-color: var(--color-gray-light);
	height: 1px;
	position: absolute;
	top: 0;
	right: 0;
}
.newsList > li {}
.newsList > li > a {
	text-decoration: none;
	color: inherit;
	display: block;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.newsList_item {
	display: flex;
	position: relative;
	line-height: 22px;
	padding: 24px 2px;
	padding-left: 15px;
}
.newsList_item::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 150px;
	height: 1px;
	background-color: var(--color-blue);
}
.newsList_item::after {
	content: "";
	display: block;
	width: calc(100% - 152px);
	background-color: var(--color-gray-light);
	height: 1px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.newsList_item_update {
	display: block;
	color: var(--color-blue);
	font-family: var(--font-lato);
	width: 135px;
}
.newsList_item_icon {
	color: var(--color-blue);
	display: block;
	position: absolute;
	top: 35px;
	left: 0;
	transform: translateY(-50%);
	font-size: 10px;
}
.newsList_item_text {
	width: calc(100% - 146px);
	margin-left: auto;
}
.areaEvent {}
.areaEvent_link {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 50px;
}
.areaEvent_link > a {
	width: auto;
}
.eventList {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 2.71%;
	row-gap: 59px;
	--margin-p: 16px;
}
.eventList > li {}
.eventList > li > a {
	text-decoration: none;
	color: inherit;
}
.eventItem {}
.eventItem-fit {
	height: 100%;
	display: flex;
	flex-direction: column;
}
.eventItem_title {
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 7px;
	--margin-p: 7px;
}
.eventItem_imageWrap {
	position: relative;
	margin-bottom: 18px;
}
.eventItem_imageWrap:last-child {
	margin-bottom: 0;
}
.eventItem_image {
	display: block;
	position: relative;
	padding-bottom: 62.07%;
	border-radius: 6px;
	overflow: hidden;
}
.eventItem_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;
}
.eventItem_circle {
	border: 1px solid var(--color-pink);
	width: 54px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	border-radius: 50%;
	color: var(--color-pink);
	font-size: 14px;
	position: absolute;
	bottom: 0;
	right: 12px;
	background-color: var(--color-white);
	transform: translateY(50%);
	transition-duration: .3s;
	transition-property: background-color, color;
}
.eventItem_circle_arrow {}
.eventItem_circle_arrow > .icon {}
.eventItem_text {
	line-height: 22px;
	display: flex;
	flex-wrap: wrap;
}
.eventItem_text_title {}
.eventItem_text_date {}
.haikuIntro {
	padding-bottom: 54px;
	background-color: var(--color-white);
}
.haikuIntro_inner {
	max-width: 750px;
}
.haikuIntro_subTitle {
	color: var(--color-blue);
	text-align: center;
	line-height: 1.467;
}
.haikuIntro_title {}
.haikuIntro_text {
	margin-top: 54px;
}
.haiku {}
.haiku_image {
	height: 293px;
	position: relative;
	pointer-events: none;
	visibility: hidden;
}
.haiku_image > img {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.haiku_inner {
	position: relative;
	margin-top: -203px;
	z-index: 2;
	max-width: 920px;
}
.haiku_box {
	border-radius: 6px;
	background-image: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0.70) 17%);
	padding: 58px 30px 58px;
}
.haiku_box_inner {
	margin-bottom: 80px;
}
.haiku_sect {
	margin-bottom: 73px;
}
.haiku_sect:last-child {
	margin-bottom: 0;
}
.haiku_headline {}
.haiku_grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 48px;
	row-gap: 25px;
}
.haiku_item {
	border: 1px solid var(--color-cloud-white);
	border-radius: 6px;
	background-color: var(--color-white);
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-start;
	justify-content: center;
	column-gap: 12px;
	padding: 25px 17px;
	padding-left: 36px;
}
.haiku_name {
	font-size: 15px;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	display: block;
	line-height: 1;
	white-space: nowrap;
}
.haiku_text {
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	display: block;
	line-height: 1;
	white-space: nowrap;
	font-size: 24px;
	font-family: var(--font-shippori-mincho);
	letter-spacing: 0.18em;
}
.haiku_link {
	display: flex;
	justify-content: center;
}
.haiku_link > a {
	width: auto;
	min-width: 250px;
}
.topics {
	margin-bottom: 100px;
}
.topics_title {
	margin-bottom: 40px;
}
.comp {}
.comp_text {
	text-align: center;
	margin-bottom: 58px;
}
.comp_sect {}
.comp_title {
	margin-bottom: 41px;
}
.photoComp {}
.photoComp_title {
	margin-bottom: 59px;
}
.photoComp_sect {
	margin-bottom: 99px;
}
.photoComp_sect:last-child {
	margin-bottom: 0;
}
.photoComp_headline {}
.photoComp_headline > img {
	display: block;
}
.photoComp_subhead {
	font-size: 22px;
	text-align: center;
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 8px;
}
.photoComp_name {
	font-size: 17px;
	text-align: center;
	line-height: 1.47;
	margin-bottom: 18px;
}
.photoComp_image {
	margin-bottom: 30px;
}
.photoComp_image:last-child {
	margin-bottom: 0;
}
.photoComp_image > img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.photoComp_comment {
	background-color: var(--color-blue-light);
	border-radius: 6px;
	padding: 20px 30px;
}
.photoComp_comment_title {
	font-size: 17px;
	font-weight: 500;
	line-height: 24px;
	position: relative;
	color: var(--color-blue);
	padding-left: 21px;
	margin-bottom: 5px;
}
.photoComp_comment_title::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background-color: currentColor;
	position: absolute;
	top: 12px;
	left: 2px;
	transform: translateY(-50%) rotate(45deg);
}
.photoComp_comment_text {}
.comment {}
.comment_title {
	margin-bottom: 50px;
}
.comment_text {}
.photoComp_link {
	margin: 69px auto 0;
	max-width: 250px;
}
.charIntro {
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
	overflow: hidden;
	margin-bottom: 80px;
}
.charIntro_inner {
	position: relative;
	max-width: 1042px;
	margin-left: auto;
	margin-right: auto;
}
.charIntro_bg {
	position: absolute;
	width: 1042px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 0;
}
.charIntro_bg > img {
	display: block;
}
.charIntro_char {
	position: absolute;
	z-index: 2;
	max-width: 554px;
	top: 0;
	right: 5.4%;
	width: 58.33%;
}
.charIntro_char > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.charIntro_fukidashi {
	position: relative;
	z-index: 1;
	max-width: 451px;
	width: 45.982%;
	background-color: var(--color-white);
	border-radius: 130px;
	padding: 22px 50px 66px;
	box-sizing: border-box;
}
.charIntro_title {
	margin-bottom: 20px;
}
.charIntro_title > img {
	display: block;
}
.charIntro_text {
	font-size: 16px;
	color: var(--color-blue);
	line-height: 1.75;
	font-weight: 500;
	max-width: 290px;
	margin-left: auto;
	margin-right: auto;
}
.charIntro_images {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: space-between;
	width: 60.1%;
	max-width: 590px;
	margin: 50px auto 0;
}
.charIntro_image {}
.charIntro_image-no1 {
	width: 42.4%;
	max-width: 250px;
}
.charIntro_image-no2 {
	width: 32.6%;
	max-width: 190px;
	transform: translate(19%, 22%);
}
.charIntro_image-no3 {
	width: 23.8%;
	max-width: 140px;
	transform: translate(5%, -19%);
}
.charIntro_image > img {
	display: block;
	width: 100%;
	height: auto;
}
.charIntro_link {
	position: relative;
	z-index: 1;
	max-width: 250px;
	margin: 40px auto 0;
}
.charIntro_link > a {}
.charProfile {}
.charProfile_inner {
	max-width: 750px;
}
.charProfile_title {}
.charProfile_tableWrap {
	position: relative;
	margin-top: 42px;
}
.charProfile_image {
	position: absolute;
	top: -2.5%;
	z-index: 2;
	width: 30.6%;
	max-width: 229px;
	right: -8%;
}
.charProfile_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.charProfile_table {}
.charProfile_table > tbody {}
.charProfile_table > tbody > tr {}
.charProfile_table > tbody > tr > th {
	white-space: nowrap;
}
.charProfile_table > tbody > tr > td {}
.entryLink {
	display: flex;
	margin: 25px 0;
}
.entryLink:first-child {
	margin-top: 0;
}
.entryLink:last-child {
	margin-bottom: 0;
}
.entryLink-right {
	justify-content: flex-end;
}
.entryLink-center {
	justify-content: center;
}
.entryLink > a {
	column-gap: 5px;
	border: 1px solid var(--color-pink);
	color: var(--color-pink);
	text-decoration: none;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	width: auto;
	line-height: 20px;
	padding: 5px 13px;
	box-sizing: border-box;
	transition-duration: .3s;
	transition-property: background-color, color;
	position: relative;
	line-height: 1.2;
	background-color: var(--color-white);
	text-align: center;
}
.entryLink > a:not([href*=".pdf"])[target="_blank"]::before {
	display: none;
}
.entryLink > a > .icon-blank {
	display: none;
}
.entryLink-lg > a {
	min-height: 48px;
	width: 250px;
	border-radius: 6px;
	padding-right: 23px;
	padding-left: 23px;
	max-width: 100%;
}
.entryLink-lg > a > .icon-blank {
	display: block;
	font-size: 12px;
	position: absolute;
	top: 5px;
	right: 5px;
}
.entryLink-md > a {
	min-height: 40px;
	border-radius: 100px;
	width: 209px;
	max-width: 100%;
}
.entryLink-sm > a {
	min-height: 32px;
	border-radius: 6px;
	font-size: 14px;
}
.entry {}
.entry_title {
	font-size: 30px;
}
.entry_update {
	font-size: 13px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--color-gray);
	font-family: var(--font-lato);
	font-weight: normal;
	column-gap: 7px;
	margin-bottom: 52px;
	margin-top: 28px;
}
.entry_update > .icon {
	font-size: 15px;
}
.entry_update > time {}
.entry_link {
	max-width: 250px;
	margin: 90px auto 0;
}
.splash {
	position: fixed;
	z-index: 2000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--color-white);
	overflow: hidden;
	transition-duration: .7s;
	transition-property: opacity, visibility;
}
.splash.isHidden {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.splash_canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: rotate(0);
	transition-duration: 0.7s;
	transition-property: transform;
	z-index: 1;
}
[data-state="gather"] .splash_canvas {
	transform: rotate(-60deg);
}
[data-state="before"] .splash_canvas {
	transform: rotate(-60deg);
}
[data-state="explosion"] .splash_canvas {
	transform: rotate(-60deg);
}
.splash_base {
	border: 1px solid #f00;
	border-radius: 50%;
	width: 198px;
	height: 198px;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin-top: 0;
	visibility: hidden;
}
[data-state="gather"] .splash_base {
	width: 91px;
	height: 91px;
}
[data-state="before"] .splash_base {
	width: 75px;
	height: 75px;
}
[data-state="explosion"] .splash_base {
	width: 360px;
	height: 360px;
}
.splash_delta {
	border: 86px solid rgba(255, 255, 255, 0);
	border-bottom-color: currentColor;
	border-bottom-width: 148px;
	position: absolute;
	top: 0;
	left: 0;
	border-top-width: 0;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	margin: auto;
	transform: translateY(-17%);
	visibility: hidden;
}
.splash_delta-up {}
.splash_delta-down {
	transform: translateY(19%) rotate(-180deg);
}
.splash_ball {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-sizing: border-box;
	transition-duration: 0.7s;
	transition-property: margin-left, margin-top, opacity;
	opacity: 0;
}
.splash_ball-no1 {
	margin-top: -99px;
	background-color: #FFED06;
}
.splash_ball-no2 {
	margin-left: 87px;
	margin-top: -44px;
	background-color: #FFA2CD;
}
.splash_ball-no3 {
	margin-left: 87px;
	margin-top: 48px;
	background-color: #AC88FD;
}
.splash_ball-no4 {
	margin-top: 99px;
	background-color: #FFC502;
}
.splash_ball-no5 {
	margin-left: -87px;
	margin-top: 48px;
	background-color: #FF6558;
}
.splash_ball-no6 {
	margin-left: -87px;
	margin-top: -44px;
	background-color: #DDF7F8;
}
[data-state="gather"] .splash_ball {
	opacity: 1;
}
[data-state="gather"] .splash_ball-no1 {
	margin-top: -36px;
}
[data-state="gather"] .splash_ball-no2 {
	margin-left: 30px;
	margin-top: -17px;
}
[data-state="gather"] .splash_ball-no3 {
	margin-left: 30px;
	margin-top: 17px;
}
[data-state="gather"] .splash_ball-no4 {
	margin-top: 36px;
}
[data-state="gather"] .splash_ball-no5 {
	margin-left: -30px;
	margin-top: 17px;
}
[data-state="gather"] .splash_ball-no6 {
	margin-left: -30px;
	margin-top: -17px;
}
[data-state="before"] .splash_ball {
	opacity: 1;
	transition-duration: 0.5s;
}
[data-state="before"] .splash_ball-no1 {
	margin-top: -29px;
}
[data-state="before"] .splash_ball-no2 {
	margin-left: 26px;
	margin-top: -15px;
}
[data-state="before"] .splash_ball-no3 {
	margin-left: 26px;
	margin-top: 15px;
}
[data-state="before"] .splash_ball-no4 {
	margin-top: 29px;
}
[data-state="before"] .splash_ball-no5 {
	margin-left: -26px;
	margin-top: 15px;
}
[data-state="before"] .splash_ball-no6 {
	margin-left: -26px;
	margin-top: -15px;
}
[data-state="explosion"] .splash_ball {
	transition-duration: 0.7s;
	opacity: 0;
}
[data-state="explosion"] .splash_ball-no1 {
	margin-top: -180px;
}
[data-state="explosion"] .splash_ball-no2 {
	margin-left: 156px;
	margin-top: -85px;
}
[data-state="explosion"] .splash_ball-no3 {
	margin-left: 156px;
	margin-top: 85px;
}
[data-state="explosion"] .splash_ball-no4 {
	margin-top: 180px;
}
[data-state="explosion"] .splash_ball-no5 {
	margin-left: -156px;
	margin-top: 85px;
}
[data-state="explosion"] .splash_ball-no6 {
	margin-left: -156px;
	margin-top: -85px;
}
.splash_deltaWrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: scale(0.36);
	transform: scale(1.834);
}
.splash_char {
	width: 126px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(0.2);
	z-index: 0;
	opacity: 0;
	transition-duration: 1s;
	transition-property: transform, opacity;
}
[data-state="explosion"] .splash_char {
	transform: translate(-50%, -50%) scale(1);
	opacity: 1;
}
.splash_char > img {
	display: block;
}
.topVis {
	position: relative;
	height: 100vh;
	overflow: hidden;
}
.topVis_image {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.topVis_image > img {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.topNews {
	position: absolute;
	z-index: 3;
	width: 270px;
	right: 18px;
	top: 34px;
	background-color: var(--color-white);
	border: 2px solid var(--color-yellow);
	border-radius: 20px;
	box-sizing: border-box;
}
.topNews_head {
	border-bottom: 2px solid var(--color-yellow);
}
.topNews_head-empty {
	border-bottom: none;
}
.topNews_title {
	font-size: 17px;
	color: var(--color-blue);
	font-family: var(--font-chango);
	font-weight: normal;
}
.topNews_link {}
.topNews_link_inner {
	text-decoration: none;
	color: inherit;
	display: flex;
	height: 50px;
	align-items: center;
	color: var(--color-blue);
	font-size: 13px;
	font-weight: 500;
	column-gap: 3px;
}
.topNews_link_arrow {
	display: block;
	font-size: 10px;
}
.topNews_body {
	padding: 13px 0 21px;
}
.topNews_list {
	list-style: none;
}
.topNews_list > li {}
.topNews_list > li > a {
	text-decoration: none;
	color: inherit;
	padding: 10px 17px;
	display: block;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.topNews_update {
	display: block;
	font-size: 12px;
	color: var(--color-blue);
	position: relative;
	line-height: 18px;
	padding-left: 12px;
}
.topNews_update > .icon {
	font-size: 10px;
	top: 9px;
	left: 0;
	transform: translateY(-50%);
	position: absolute;
}
.topNews_headline {
	display: block;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 20px;
}
.eventIntro {}
.eventIntro_text {
	max-width: 750px;
	margin: 0 auto 65px;
}
.eventIntro_gallery {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 16px;
	row-gap: 16px;
	margin-bottom: 80px;
}
.eventIntro_image {
	position: relative;
	padding-bottom: 100%;
	border-radius: 6px;
	overflow: hidden;
}
.eventIntro_image > img {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.pamphlet {
	margin-bottom: 80px;
}
.pamphlet_title {}
.pamphlet_grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 4.6%;
	margin-top: 43px;
	row-gap: 30px;
}
.pamphlet_item {
	width: 39.9%;
	max-width: 350px;
}
.pamphlet_image {
	position: relative;
	padding-bottom: 140.97%;
	background-color: var(--color-cloud-white);
	border-radius: 6px;
	overflow: hidden;
}
.pamphlet_image > img {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.pamphlet_link {
	max-width: 209px;
	margin: 30px auto 0;
}
.pamphlet_link > a {}
.backLink {
	max-width: 250px;
	margin: 90px auto 0;
}
.outline {}
.outline_title {}
.outline_table {
	margin-top: 30px;
	table-layout: fixed;
}
.outline_table > tbody {}
.outline_table > tbody > tr {}
.outline_table > tbody > tr > th {
	white-space: nowrap;
}
.outline_table > tbody > tr > td {}
.outline_btnList {
	list-style: none;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	row-gap: 18px;
	margin: 15px 0;
}
.outline_btnList:first-child {
	margin-top: 0;
}
.outline_btnList:last-child {
	margin-bottom: 0;
}
.outline_btnList > li {}
.outline_infoList {
	list-style: none;
	background-color: var(--color-blue-light);
	padding: 16px 16px;
	margin: 15px 0;
}
.outline_infoList:first-child {
	margin-top: 0;
}
.outline_infoList:last-child {
	margin-bottom: 0;
}
.outline_infoList > li {}
.outline_infoList > li:nth-child(n+2) {
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px dashed currentColor;
}
.outline_list {
	list-style: none;
}
.outline_list > li {
	position: relative;
	padding-left: 13px;
}
.outline_list > li::before {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	background-color: currentColor;
	position: absolute;
	border-radius: 50%;
	top: 0.9em;
	left: 0;
	transform: translateY(-50%);
}
.outline_editor {}
.outline_editor p {
	margin-top: 15px;
	margin-bottom: 15px;
}
.outline_editor p:first-child {
	margin-top: 0;
}
.outline_editor p:last-child {
	margin-bottom: 0;
}
.outline_editor p > a {
	display: flex;
	text-align: center;
	width: max-content;
	cursor: pointer;
	border-radius: 6px;
	padding: 10px 16px;
	line-height: 1.2;
	background-color: var(--color-white);
	border: 1px solid var(--color-pink);
	justify-content: center;
	align-items: center;
	transition-duration: .3s;
	transition-property: background-color, color, border-color;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	color: var(--color-pink);
	font-weight: 500;
	font-size: 14px;
	min-height: 32px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	max-width: 100%;
	column-gap: 6px;
}
.outline_editor p > a[href$='.pdf']::after {
	content: "[PDF]";
	font-family: var(--font-lato);
	display: block;
	font-size: 12px;
	font-weight: bold;
}
.outline_editor ul {
	list-style: none;
}
.outline_editor ul > li {
	position: relative;
	padding-left: 13px;
}
.outline_editor ul > li::before {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	background-color: currentColor;
	position: absolute;
	border-radius: 50%;
	top: 0.9em;
	left: 0;
	transform: translateY(-50%);
}
.outline_editor blockquote {
	list-style: none;
	background-color: var(--color-blue-light);
	padding: 16px 16px;
	margin: 15px 0;
	display: block;
}
.outline_editor blockquote::before {
	display: none;
}
.outline_editor blockquote::after {
	display: none;
}
.outline_editor hr {
	border: none;
	height: 1px;
	margin: 15px 0;
	width: 100%;
	background-image: linear-gradient(to right, currentColor 2px, rgba(255, 255, 255, 0) 2px);
	background-size: 6px 1px;
	background-repeat: repeat-x;
	background-position: bottom left;
	color: var(--color-text);
}
.goods {}
.goods_subTitle {
	font-size: 15px;
	color: var(--color-blue);
	line-height: 22px;
	text-align: center;
}
.goods_title {
	margin-bottom: 40px;
}
.goods_text {
	text-align: center;
}
.goods_link {
	max-width: 260px;
	margin: 26px auto 30px;
}
.goods_list {
	list-style: none;
	margin-top: 59px;
	display: flex;
	flex-wrap: wrap;
	row-gap: 55px;
}
.goods_list-center {
	justify-content: center;
}
.goods_list > li {
	width: 31%;
	margin-left: 3.5%;
}
.goods_list > li:nth-child(3n+1) {
	margin-left: 0;
}
.goods_image {
	padding-bottom: 81.48%;
	position: relative;
	border-radius: 6px;
	overflow: hidden;
	background-color: var(--color-gray-light);
	margin-bottom: 11px;
}
.goods_image-fit {
	padding-bottom: 0;
}
.goods_image > img {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.goods_image-fit > img {
	position: static;
	width: 100%;
	height: auto;
}
.goods_headline {
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 11px;
}
.goods_description {
	font-size: 13px;
	text-align: center;
	line-height: 1.46;
}
.goods_description-hidden {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.goods_btn {
	display: block;
	min-height: 23px;
	padding: 1px 5px;
	width: 84px;
	font-size: 12px;
	margin: 6px auto 2px;
}
.goods_price {
	text-align: center;
	font-weight: bold;
}
.goods_price_prefix {
	margin-right: 0.1em;
}
.goods_price_num {}
.goods_price_suffix {
	font-size: 11px;
	color: var(--color-gray);
}
.sales {
	background-color: var(--color-blue-light);
	border-radius: 6px;
	padding: 30px 30px 40px;
	margin: 70px auto;
	max-width: 750px;
	box-sizing: border-box;
}
.sales:first-child {
	margin-top: 0;
}
.sales:last-child {
	margin-bottom: 0;
}
.sales_title {
	color: var(--color-blue);
	text-align: center;
	font-size: 17px;
	font-weight: 500;
	line-height: 25px;
	margin-bottom: 16px;
	margin-top: 39px;
}
.sales_title:first-child {
	margin-top: 0;
}
.sales_dList {
	list-style: none;
	text-align: center;
	margin-top: 8px;
}
.sales_dList-side {}
.sales_dList > dt {
	font-size: 17px;
	font-weight: 500;
}
.sales_dList > dd {
	line-height: 22px;
}
.sales_dList-side > dt {
	display: inline-block;
}
.sales_dList-side > dd {
	display: inline-block;
}
.sales_text {
	display: flex;
	justify-content: center;
}
.goods_moreLink {
	max-width: 250px;
	margin: 40px auto 0;
}
.goodModal {
	position: fixed;
	z-index: 2000;
	top: 0;
	left: 0;
	background-color: rgba(46, 46, 46, 0.80);
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition-property: opacity, visibility;
	transition-duration: .5s;
}
.goodModal.isShow {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.goodModal_inner {
	max-width: 920px;
	width: 100%;
}
.goodModal_box {
	background-color: var(--color-white);
	border-radius: 6px;
	padding: 20px 20px;
	padding-left: 40px;
}
.goodModal_box_inner {
	overflow: auto;
	max-height: calc(100vh - 80px);
}
.goodModal_btn {
	display: block;
	width: 70px;
	margin-left: auto;
	padding: 0 10px;
	white-space: nowrap;
}
.goodModal_cols {
	display: flex;
}
.goodModal_col {}
.goodModal_col-img {
	width: 290px;
}
.goodModal_image {
	position: relative;
	padding-bottom: 75.86%;
	border-radius: 6px;
}
.goodModal_image > img {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.goodModal_col-txt {
	width: calc(100% - 320px);
	margin-left: auto;
}
.goodModal_title {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 12px;
}
.goodModal_text {
	font-size: 13px;
	line-height: 1.714;
}
.goodModal_price {
	font-size: 15px;
	font-weight: bold;
	line-height: 21px;
	margin-top: 16px;
}
.goodModal_price_prefix {
	margin-right: 3px;
}
.goodModal_price_num {}
.goodModal_price_suffix {
	color: var(--color-gray);
	font-size: 11px;
}
.charFlower {
	position: absolute;
	z-index: 2;
	bottom: 100px;
	left: -100px;
	width: 400px;
	transform: translateX(-80%);
	opacity: 0;
	transition-duration: 0.7s;
	transition-property: transform, opacity;
	transition-timing-function: cubic-bezier(0.53, 0.02, 0.22, 1.44);
}
.charFlower.isReady {
	transform: translateX(0);
	opacity: 1;
}
.charFlower_image {
	transform: rotate(35deg);
}
.charFlower_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.charFlower_item {
	position: absolute;
	z-index: 1;
	width: 37.3%;
	top: 16%;
	left: 82%;
	max-width: 114px;
}
.charFlower_item > img {
	display: block;
}
.topNews_head > a {
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-right: 15px;
	text-decoration: none;
}
.entryLink-fit > a {
	width: 100%;
}
.entryLink_sub {
	font-size: 80%;
	font-family: var(--font-lato);
	font-weight: bold;
	margin-left: 5px;
}
.entryLink-pink > a {
	color: var(--color-white);
	background-color: var(--color-pink);
}
.u-editor .entryMap {
	max-width: none;
}
.entryMap {
	margin-left: -40px;
	margin-right: -40px;
	margin-bottom: -40px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	overflow: hidden;
}
.entryMap_inner {
	height: 220px;
	position: relative;
}
.entryMap_inner > iframe {
	display: block;
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.charWalking {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
}
.charWalking_image {
	width: 210px;
	position: absolute;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition-duration: 1s;
	transition-property: opacity;
}
.charWalking_image-no01 {
	top: 41%;
	left: 12%;
}
.charWalking_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.charWalking_image-no02 {
	top: 67%;
	left: 47%;
}
.charWalking_image-no03 {
	top: 52%;
	left: 83%;
}
.charWalking_image-no04 {
	top: 39%;
	left: 59%;
}
.charWalking_image-no05 {
	top: 66%;
	left: 30%;
}
.charWalking[data-index="1"] .charWalking_image-no01 {
	opacity: 1;
}
.charWalking[data-index="2"] .charWalking_image-no02 {
	opacity: 1;
}
.charWalking[data-index="3"] .charWalking_image-no03 {
	opacity: 1;
}
.charWalking[data-index="4"] .charWalking_image-no04 {
	opacity: 1;
}
.charWalking[data-index="5"] .charWalking_image-no05 {
	opacity: 1;
}
.charMoving {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	overflow: hidden;
}
.charMoving_path {
	width: 1096px;
	height: 210px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	fill: none;
	width: calc(100% + 300px);
	stroke: rgba(255, 255, 255, 0);
	stroke-width: 0;
}
.charMoving_path-sp {}
.charMoving_image {
	caret-color: rgba(255, 255, 255, 0);
	width: 300px;
	opacity: 0;
	transition-duration: 0.5s;
	transition-property: opacity;
}
.charMoving_image.isShow {
	opacity: 1;
}
.charMoving_image > img {
	display: block;
	max-width: 100%;
	height: auto;
	animation-name: floating;
	animation-iteration-count: infinite;
	animation-duration: 1s;
	animation-direction: alternate;
	animation-timing-function: ease-in-out;
}
.eventItem_link {
	max-width: 209px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	--margin-p: auto;
}
.eventList-parts {
	margin-top: 60px;
	margin-bottom: 60px;
}
.eventList-parts:first-child {
	margin-top: 0;
}
.eventList-parts:last-child {
	margin-bottom: 0;
}
.eventItem_imageWrap-noMb {
	margin-bottom: 0;
}
@media screen and (max-width:1365px) {
	.charIntro_fukidashi {
		width: 42%;
		padding-left: 40px;
		padding-right: 40px;
		border-radius: 100px;
	}
	.charIntro_char {
		right: 4.5%;
	}
	.charIntro_text {
		font-size: 1.2vw;
	}
	.charIntro_fukidashi {
		border-radius: 7.32vw;
		padding-bottom: 4.83vw;
		padding-left: 2.93vw;
		padding-right: 2.93vw;
	}
	.charIntro_images {
		margin-top: 3.66vw;
	}
	.charIntro_bg {
		width: 76.33vw;
	}
}
@media screen and (min-width:1000px) and (hover:hover) {
	.goodModal_btn:hover {}
	.outline_editor p > a:hover {
		background-color: var(--color-pink);
		color: var(--color-white);
	}
	.goods_btn:hover {}
	.topNews_list > li > a:hover {
		color: var(--color-blue);
	}
	.entryLink > a:hover {
		background-color: var(--color-pink);
		color: var(--color-white);
	}
	.areaEvent_link > a:hover {}
	.eventList > li > a:hover {}
	a:hover .eventItem_image > img {
		transform: scale(1.04);
	}
	a:hover .eventItem_circle {
		background-color: var(--color-pink);
		color: var(--color-white);
	}
	.newsList > li > a:hover {
		color: var(--color-blue);
	}
	.pager > a:hover {
		background-color: var(--color-pink);
		color: var(--color-white);
	}
	.linkList > li > a:hover {}
	.entryLink-pink > a:hover {
		color: var(--color-pink);
		background-color: var(--color-white);
	}
}
@media screen and (max-width: 999px) {
	.search {}
	.search_title {
		font-size: 19px;
		margin-bottom: 27px;
	}
	.search_title::before {}
	.search_title::after {}
	.pager {
		justify-content: center;
		margin-bottom: 51px;
	}
	.pager > a,
	.pager > span {
		min-width: 42px;
		height: 26px;
	}
	.pager > .previouspostslink {}
	.pager > .current {}
	.pager > .extend {}
	.pager > .nextpostslink {}
	.linkList {}
	.linkList > li {}
	.linkList > li > a {
		padding: 20px 3px;
	}
	.error {}
	.error_title {}
	.error_text {
		text-align: left;
	}
	.error_link {
		margin-top: 40px;
	}
	.noResult {}
	.areaNews {}
	.newsList {}
	.newsList::before {
		width: 80px;
	}
	.newsList::after {
		width: calc(100% - 80px);
	}
	.newsList > li {}
	.newsList > li > a {}
	.newsList_item {
		display: block;
		padding-left: 0;
		padding-top: 21px;
		padding-bottom: 21px;
		padding-right: 0;
	}
	.newsList_item::before {
		width: 80px;
	}
	.newsList_item::after {
		width: calc(100% - 80px);
	}
	.newsList_item_update {
		width: auto;
		position: relative;
		padding-left: 14px;
		margin-bottom: 4px;
	}
	.newsList_item_icon {
		top: 11px;
	}
	.newsList_item_text {
		width: auto;
	}
	.areaEvent {}
	.areaEvent_link {
		margin-bottom: 40px;
	}
	.areaEvent_link > a {}
	.eventList {
		grid-template-columns: repeat(2, 1fr);
		column-gap: 21px;
		row-gap: 39px;
	}
	.eventList > li {}
	.eventList > li > a {}
	.eventItem {}
	.eventItem_title {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 5px;
	}
	.eventItem_imageWrap {
		margin-bottom: 11px;
	}
	.eventItem_imageWrap-noMb {
		margin-bottom: 0;
	}
	.eventItem_imageWrap:last-child {}
	.eventItem_image {}
	.eventItem_image > img {}
	.eventItem_circle {
		width: 42px;
		height: 26px;
		font-size: 11px;
		right: 5px;
	}
	.eventItem_circle-open {
		bottom: -8px;
		transform: none;
	}
	.eventItem_circle_arrow {}
	.eventItem_circle_arrow > .icon {}
	.eventItem_text {
		font-size: 12px;
		line-height: 1.417;
	}
	.haikuIntro {
		padding-bottom: 30px;
	}
	.haikuIntro_inner {
		padding-left: 30px;
		padding-right: 30px;
	}
	.haikuIntro_subTitle {}
	.haikuIntro_title {}
	.haikuIntro_text {
		margin-top: 48px;
	}
	.haiku {}
	.haiku_image {}
	.haiku_image > img {}
	.haiku_inner {
		margin-top: -198px;
	}
	.haiku_box {
		padding: 41px 20px 50px;
	}
	.haiku_box_inner {
		margin-bottom: 60px;
	}
	.haiku_sect {
		margin-bottom: 60px;
	}
	.haiku_sect:last-child {}
	.haiku_headline {}
	.haiku_grid {
		column-gap: 20px;
		row-gap: 20px;
	}
	.haiku_item {
		column-gap: 8px;
		padding: 21px 10px 20px;
		padding-left: 22px;
	}
	.haiku_name {
		font-size: 13px;
	}
	.haiku_text {
		font-size: 17px;
	}
	.haiku_link {}
	.haiku_link > a {}
	.topics {
		margin-bottom: 77px;
	}
	.topics_title {
		margin-bottom: 30px;
	}
	.comp {}
	.comp_text {
		text-align: left;
		margin-bottom: 70px;
	}
	.comp_sect {}
	.comp_title {
		margin-bottom: 29px;
	}
	.photoComp {}
	.photoComp_title {
		margin-bottom: 28px;
	}
	.photoComp_sect {
		margin-bottom: 60px;
	}
	.photoComp_sect:last-child {}
	.photoComp_headline {
		margin-bottom: 28px;
	}
	.photoComp_headline > img {}
	.photoComp_subhead {
		font-size: 19px;
	}
	.photoComp_name {
		font-size: 15px;
	}
	.photoComp_image {}
	.photoComp_image:last-child {}
	.photoComp_image > img {}
	.photoComp_comment {
		padding: 19px 16px;
	}
	.photoComp_comment_title {}
	.photoComp_comment_title::before {}
	.photoComp_comment_text {}
	.comment {}
	.comment_title {
		margin-bottom: 27px;
	}
	.comment_text {}
	.photoComp_link {
		max-width: 315px;
	}
	.charIntro {
		padding-top: 21px;
		margin-bottom: 69px;
	}
	.charIntro_inner {
		padding-top: 109px;
	}
	.charIntro_bg {
		width: 373px;
		max-width: none;
		top: 82px;
		transform: translateX(-50%);
	}
	.charIntro_bg > img {}
	.charIntro_char {
		position: relative;
		right: 0;
		top: 0;
		max-width: 314px;
		width: auto;
		margin: 0 auto 10px;
	}
	.charIntro_char > img {}
	.charIntro_fukidashi {
		width: auto;
		padding: 0;
		background-color: rgba(255, 255, 255, 0);
		position: static;
		border-radius: 0;
		max-width: none;
		margin-top: -15px;
	}
	.charIntro_title {
		width: 215px;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.charIntro_title > img {}
	.charIntro_text {
		font-size: 14px;
		max-width: none;
		border-radius: 40px;
		width: auto;
		padding: 27px 28px;
		background-color: var(--color-white);
		line-height: 2;
	}
	.charIntro_images {
		width: 100%;
		margin-top: 25px;
	}
	.charIntro_image {}
	.charIntro_image-no1 {
		width: 45%;
	}
	.charIntro_image-no2 {
		transform: translate(11%, -20%);
	}
	.charIntro_image-no3 {
		transform: translate(5%, 31%);
	}
	.charIntro_image > img {}
	.charIntro_link {
		margin-top: 18px;
	}
	.charIntro_link > a {}
	.charProfile {}
	.charProfile_inner {
		padding-left: 30px;
		padding-right: 30px;
	}
	.charProfile_title {}
	.charProfile_tableWrap {
		margin-top: 31px;
	}
	.charProfile_image {
		max-width: 139px;
		right: 0%;
		width: auto;
	}
	.charProfile_image > img {}
	.charProfile_table {}
	.charProfile_table > tbody {}
	.charProfile_table > tbody > tr {}
	.charProfile_table > tbody > tr > th {}
	.charProfile_table > tbody > tr > td {}
	.entryLink {}
	.entryLink-right {}
	.entryLink-center {}
	.entryLink > a {}
	.entryLink-lg > a {}
	.entryLink-md > a {}
	.entryLink-sm > a {}
	.entry {}
	.entry_title {
		font-size: 19px;
	}
	.entry_update {
		margin-top: 24px;
		margin-bottom: 42px;
	}
	.entry_update > .icon {}
	.entry_update > time {}
	.entry_link {
		margin-top: 65px;
	}
	.splash {}
	.splash.isHidden {}
	.splash_canvas {}
	[data-state="gather"] .splash_canvas {}
	[data-state="before"] .splash_canvas {}
	[data-state="explosion"] .splash_canvas {}
	.splash_base {}
	[data-state="gather"] .splash_base {}
	[data-state="before"] .splash_base {}
	[data-state="explosion"] .splash_base {}
	.splash_delta {}
	.splash_delta-up {}
	.splash_delta-down {}
	.splash_ball {}
	.splash_ball-no1 {}
	.splash_ball-no2 {}
	.splash_ball-no3 {}
	.splash_ball-no4 {}
	.splash_ball-no5 {}
	.splash_ball-no6 {}
	[data-state="gather"] .splash_ball {}
	[data-state="gather"] .splash_ball-no1 {}
	[data-state="gather"] .splash_ball-no2 {}
	[data-state="gather"] .splash_ball-no3 {}
	[data-state="gather"] .splash_ball-no4 {}
	[data-state="gather"] .splash_ball-no5 {}
	[data-state="gather"] .splash_ball-no6 {}
	[data-state="before"] .splash_ball {}
	[data-state="before"] .splash_ball-no1 {}
	[data-state="before"] .splash_ball-no2 {}
	[data-state="before"] .splash_ball-no3 {}
	[data-state="before"] .splash_ball-no4 {}
	[data-state="before"] .splash_ball-no5 {}
	[data-state="before"] .splash_ball-no6 {}
	[data-state="explosion"] .splash_ball {}
	[data-state="explosion"] .splash_ball-no1 {}
	[data-state="explosion"] .splash_ball-no2 {}
	[data-state="explosion"] .splash_ball-no3 {}
	[data-state="explosion"] .splash_ball-no4 {}
	[data-state="explosion"] .splash_ball-no5 {}
	[data-state="explosion"] .splash_ball-no6 {}
	.splash_deltaWrap {}
	.splash_char {}
	[data-state="explosion"] .splash_char {}
	.splash_char > img {}
	.topVis {}
	.topVis_image {}
	.topVis_image > img {}
	.topNews {
		bottom: 10px;
		top: auto;
		right: 10px;
		width: 239px;
	}
	.topNews_head {}
	.topNews_head-empty {}
	.topNews_title {}
	.topNews_link {}
	.topNews_link_inner {
		height: 44px;
	}
	.topNews_link_arrow {}
	.topNews_body {
		padding-top: 7px;
		padding-bottom: 18px;
	}
	.topNews_list {}
	.topNews_list > li {}
	.topNews_list > li > a {}
	.topNews_update {}
	.topNews_update > .icon {}
	.topNews_headline {}
	.eventIntro {}
	.eventIntro_text {
		margin-bottom: 39px;
	}
	.eventIntro_gallery {
		column-gap: 6px;
		row-gap: 6px;
	}
	.eventIntro_image {}
	.eventIntro_image > img {}
	.pamphlet {
		margin-bottom: 90px;
	}
	.pamphlet_title {}
	.pamphlet_grid {
		display: grid;
		grid-template-columns: 1fr;
		column-gap: 0;
		row-gap: 59px;
		margin-top: 30px;
	}
	.pamphlet_item {
		width: auto;
		max-width: none;
	}
	.pamphlet_image {}
	.pamphlet_image > img {}
	.pamphlet_link {
		margin-top: 21px;
	}
	.pamphlet_link > a {}
	.backLink {}
	.outline {}
	.outline_title {}
	.outline_table {}
	.outline_table > tbody {}
	.outline_table > tbody > tr {}
	.outline_table > tbody > tr > th {}
	.outline_table > tbody > tr > td {}
	.outline_btnList {}
	.outline_btnList:first-child {}
	.outline_btnList:last-child {}
	.outline_btnList > li {}
	.outline_infoList {}
	.outline_infoList:first-child {}
	.outline_infoList:last-child {}
	.outline_infoList > li {}
	.outline_infoList > li:nth-child(n+2) {}
	.outline_list {}
	.outline_editor {}
	.outline_editor p {}
	.outline_editor p:first-child {}
	.outline_editor p:last-child {}
	.outline_editor p > a {}
	.outline_editor p > a[href$='.pdf']::after {}
	.outline_editor ul {}
	.outline_editor ul > li {}
	.outline_editor ul > li::before {}
	.outline_editor blockquote {}
	.outline_editor blockquote::before {}
	.outline_editor blockquote::after {}
	.outline_editor hr {}
	.goods {
		margin-bottom: 70px;
	}
	.goods_subTitle {}
	.goods_title {
		margin-bottom: 24px;
	}
	.goods_text {
		text-align: left;
	}
	.goods_link {
		max-width: 315px;
		margin: 31px auto 20px;
	}
	.goods_list {
		margin-top: 69px;
	}
	.goods_list-center {
		margin-top: 30px;
		display: block;
		max-width: 280px;
		margin-left: auto;
		margin-right: auto;
	}
	.goods_list > li {
		width: 48.5%;
		margin-left: 3%;
	}
	.goods_list > li:nth-child(3n+1) {
		margin-left: 3%;
	}
	.goods_list > li:nth-child(2n+1) {
		margin-left: 0;
	}
	.goods_list-center > li {
		width: 100%;
	}
	.goods_list-center > li:nth-child(3n+1) {
		margin-left: 0;
	}
	.goods_image {}
	.goods_image-fit {}
	.goods_image > img {}
	.goods_image-fit > img {}
	.goods_headline {
		font-size: 13px;
	}
	.goods_description {
		font-size: 12px;
	}
	.goods_description-hidden {}
	.goods_btn {
		width: 100%;
		font-size: 10px;
		min-height: 20px;
		line-height: 1;
		border-radius: 3px;
	}
	.goods_price {
		font-size: 14px;
	}
	.goods_price_prefix {}
	.goods_price_num {}
	.goods_price_suffix {}
	.sales {
		padding: 30px 15px 40px;
		margin: 40px auto 100px;
	}
	.sales:first-child {}
	.sales:last-child {}
	.sales_title {}
	.sales_title:first-child {}
	.sales_dList {}
	.sales_dList-side {}
	.sales_dList > dt {}
	.sales_dList > dd {}
	.sales_dList-side > dt {
		display: block;
	}
	.sales_dList-side > dd {
		display: block;
	}
	.sales_text {}
	.goods_moreLink {
		margin-top: 30px;
	}
	.goodModal {
		display: block;
		overflow: auto;
	}
	.goodModal.isShow {}
	.goodModal_inner {
		padding-top: 100px;
		padding-bottom: 50px;
		max-width: 600px;
		box-sizing: border-box;
	}
	.goodModal_box {
		padding: 14px 16px 40px;
	}
	.goodModal_box_inner {
		max-height: none;
		overflow: visible;
	}
	.goodModal_btn {
		font-size: 11px;
		min-height: 26px;
		line-height: 1;
		padding: 3px 4px;
		width: 60px;
	}
	.goodModal_cols {
		display: block;
		max-width: 510px;
		margin: 0 auto;
	}
	.goodModal_col {}
	.goodModal_col-img {
		width: auto;
		max-width: 290px;
		margin: 0 auto 20px;
	}
	.goodModal_image {}
	.goodModal_image > img {}
	.goodModal_col-txt {
		width: auto;
	}
	.goodModal_title {
		font-size: 13px;
		text-align: center;
		line-height: 19px;
	}
	.goodModal_text {
		font-size: 12px;
		line-height: 1.42;
	}
	.goodModal_price {
		font-size: 14px;
		text-align: right;
	}
	.goodModal_price_prefix {}
	.goodModal_price_num {}
	.goodModal_price_suffix {}
	.charFlower {
		width: 210px;
		left: -60px;
		bottom: auto;
		top: 50px;
	}
	.charFlower.isReady {}
	.charFlower_image {}
	.charFlower_image > img {}
	.charFlower_item {}
	.charFlower_item > img {}
	.topNews_head > a {}
	.entryMap {
		margin-left: -15px;
		margin-right: -15px;
		margin-bottom: -31px;
	}
	.entryMap_inner {}
	.entryMap_inner > iframe {}
	.charWalking {}
	.charWalking_image {}
	.charWalking_image-no01 {}
	.charWalking_image > img {}
	.charWalking_image-no02 {}
	.charWalking_image-no03 {}
	.charWalking_image-no04 {}
	.charWalking_image-no05 {}
	.charMoving {}
	.charMoving_path {}
	.charMoving_image {}
	.charMoving_image.isShow {}
	.charMoving_image > img {}
	.eventList-parts {}
}
@media screen and (max-width:767px) {
	.haiku {
		background-image: linear-gradient(to right, var(--color-white) 30px, rgba(255, 255, 255, 0) 30px), linear-gradient(to left, var(--color-white) 30px, rgba(255, 255, 255, 0) 30px);
		padding-left: 30px;
		padding-right: 30px;
	}
	.haiku_inner {}
	.haiku_box {
		padding: 0;
		background-image: none;
		border-radius: 0;
		padding-bottom: 100px;
	}
	.haiku_box_inner {
		background-image: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0.70) 17%);
		border-radius: 6px;
		padding: 40px 20px 40px;
		margin-bottom: 70px;
	}
	.topVis {
		height: calc(100vh - 72px);
	}
	.topNews_head > a {}
	.entryLink > a {
		min-width: 0;
	}
	.entryMap {}
	.entryMap_inner {}
	.entryMap_inner > iframe {}
	.charWalking {}
	.charWalking_image {
		width: 135px;
	}
	.charWalking_image-no01 {
		top: 21%;
	}
	.charWalking_image > img {}
	.charWalking_image-no02 {
		top: 47%;
	}
	.charWalking_image-no03 {
		top: 32%;
	}
	.charWalking_image-no04 {
		top: 19%;
	}
	.charWalking_image-no05 {
		top: 46%;
	}
	.charMoving {}
	.charMoving_path {
		height: 507px;
		width: calc(100% + 150px);
	}
	.charMoving_image {
		width: 150px;
	}
	.charMoving_image.isShow {}
	.charMoving_image > img {}
	.charMoving_path-pc {}
	.charMoving_path-sp {}
	.eventList-parts {
		margin-top: 35px;
		margin-bottom: 35px;
	}
	.eventItem_link > a {
		font-size: 13px;
	}
}
@media screen and (max-width:374px) {}
