<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.top__inner {
	margin-bottom: 174px
}
.top__cmndesc {
	text-align: center;
	line-height: 1.62
}

/* top MV */
.top__mv {
	position: relative;
	background-color: #d1d1d1;
	border-bottom: 6px solid #F2CD74;
}
.top__mv&gt;.content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}
.top__mv--img {
	background-size: auto 100%
}
@media(max-width: 767px) {
	.top__inner {
			margin-bottom: 129px
	}
	.top__cmndesc {
			text-align: left
	}

	.top__mv {
			position: relative;
			margin-bottom: 76px
	}
}


/* NEWS */
.top__news {
	margin-top: 60px;
}
.top__news.contents-box {
	padding: 0;
}
.top__news .contents-box__title {
	position: relative;
	height: 64px;
	padding-top: 16px;
}

.top__news .contents-box__title::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	display: block;
	width: 31px;
	height: 30px;
	background-image: url(../img/common/icon_01.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.top__news .contents-box__title h2 {
	width: 100%;
	margin: 0 auto 0 20px;
	padding-left: 40px;
	text-align: left;
}
.top__news .contents-box__title h2 p {
	font-size: 22px;
}
.top__news .contents-box__inner {
	border-radius: 0;
	background-color: #fff;
	padding-left: 20px;
	padding-right: 20px;
}
.top__news .contents-box__inner::before {
	content: none;
}

.top__news__more {
	display: block;
	width: 64px;
	height: 64px;
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #fff;
	border: 2px solid #B11F23;
	z-index: 5;
}
.top__news__more span {
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 20px;
	left: 20px;
	background: url(../img/common/ico_plus.svg) no-repeat center;
	background-size: contain;
	transform: rotate(-90deg);
	transition: transform 0.2s ease-out;
}
.top__news__more.is-open span {
	transform: rotate(0);
	background-image: url(../img/common/ico_minus.svg);
}
.top__news .contents-box__inner {
	padding-top: 20px;
}
.top__news__list.js-slidetgt {
	height: 0;
	position: relative;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	transition: visibility 0.2s, opacity 0.2s linear;
}
.top__news__list.js-slidetgt.is-open {
	height: auto;
	visibility: visible;
	opacity: 1;
	pointer-events: all;
}
.top__news__list &gt; li {
	padding: 20px 0;
	border-bottom: 3px dotted #707070;
}
.news-date {
	font-weight: 500;
	font-size: 1.6rem;
}
.news-title {
	margin-top: 10px;
	font-weight: bold;
	font-size: 1.6rem;
	color: #556EA1;
}
.news-text {
	margin-top: 10px;
	font-size: 1.4rem;
}
@media(min-width: 768px) {
	.top__news {
		margin-top: 100px;
	}

	.top__news__more {
		bottom: 9px;
		right: 20px;
	}
	.top__news .contents-box__title {
		height: 80px;
		padding-top: 22px;
	}
	.top__news .contents-box__title h2 {
		padding-left: 100px;
	}
	.top__news .contents-box__title h2 p {
		font-size: 26px;
	}
	.top__news .contents-box__title::before {
		left: 68px;
		width: 41px;
		height: 40px;
	}
}



/* 繝ｪ繧ｹ繝� */
.list-caution {
	margin-top: 30px;
}
.list-caution &gt; li {
	position: relative;
	padding-left: 1.4em;
	color: #444;
	font-size: 1.3rem;
	font-weight: normal;
}
.list-caution &gt; li:before {
	content: "窶ｻ";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 1em;
	height: 1em;
}
.list-caution &gt; li + li {
	margin-top: 5px;
}

.list-caution2 &gt; li {
	position: relative;
	padding-left: 1.4em;
	color: #333;
	font-size: 1.6rem;
	font-weight: normal;
}
.list-caution2 &gt; li:before {
	content: "繝ｻ";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 1em;
	height: 1em;
}
.list-caution2 &gt; li + li {
	margin-top: 5px;
}


/* About */
/* About info */
.top__about-info {
	position: relative;
	max-width: 800px;
	margin: 0 20px 50px;
	padding: 40px 20px;
	border-radius: 20px;
	background-color: #fff;
}
.top__about-info &gt; dl + dl {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 3px dotted #707070;
}

.top__about-info &gt; dl &gt; dt {
	text-align: center;
}
.top__about-info &gt; dl &gt; dt &gt; span {
	display: inline-block;
	height: 36px;
	width: 100%;
	border-radius: 18px;
	background-color: #52699B;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 36px;
	color: #fff;
}
.top__about-info &gt; dl &gt; dd {
	margin-top: 10px;
}

.top__about-info__lead {
	text-align: center;
	font-weight: bold;
	font-size: 1.6rem;
}
.top__about-info__time {
	text-align: center;
	font-weight: bold;
	font-size: 1.6rem;
}
.top__about-info__time &gt; li {
	margin-top: 10px;
	padding: 12px 25px 10px;
	border-radius: 10px;
	background-color: #FFF7DD;
}
.top__about-info__time &gt; li &gt; em {
	display: block;
	text-align: center;
	margin-bottom: 8px;
	padding: 4px 4px 4px 8px;
	font-size: 14px;
	border-bottom: 1px solid #444;
	color: #B11F23;
}
.top__about-info__time &gt; li &gt; span {
	font-size: 20px;
}

.top__about-info__feature {
	margin-top: 10px;
	padding: 10px;
	border-radius: 10px;
	background-color: #FFF7DD;
	text-align: center;
	font-weight: 500;
	position: relative;
}

.top__about-info__feature .top__about-info__ttl {
	display: block;
	margin-bottom: 8px;
	font-weight: bold;
	position: relative;
	border-bottom: 1px solid #444;
	line-height: 1.6;
	padding-bottom: 10px;
	color: #B11F23;
}

.top__about-info__feature &gt; span {
	font-size: 1.8rem;
}
.top__about .contents-box__content {
	padding: 0;
	max-width: 100%;
}
.top__about-info__feature .top__about-info__tx span.u-text-xs {
	line-height: 1.6;
	display: block;
	margin-top: 10px;
}

@media (min-width: 768px) {
	.top__about .contents-box__content,
	.top__about .contents-box__inner {
		padding: 0;
	}

	.top__about-info {
		margin: 0 auto 70px;
		padding: 50px;
	}
	.top__about-info &gt; dl {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		gap: 40px;
	}
	.top__about-info &gt; dl &gt; dt {
		flex: 0 0 100px;
	}
	.top__about-info &gt; dl &gt; dd {
		flex: 1 1 auto;
		margin-top: 0;
	}
	.top__about-info__lead {
		text-align: left;
		font-size: 2.0rem;
		line-height: 1.4;
	}
	.top__about-info__time {
		display: flex;
		justify-content: space-between;
		gap: 20px;
	}
	.top__about-info__time &gt; li {
		flex: 1 1 auto;
		margin-top: 0;
	}

	.top__about-info__feature {
		display: flex;
		justify-content: flex-start;
		gap: 20px;
	}

	.top__about-info__feature + .top__about-info__feature {
		margin-top: 10px;
	}

	.top__about-info__feature .top__about-info__ttl {
		flex: 0 0 232px;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 0;
		border-right: 1px solid #444;
		border-bottom: none;
		padding-bottom: 0;
	}
	.top__about-info__feature .top__about-info__tx {
		flex: auto;
	}

	.top__about-info dl.top__about-info__lightup dt {
		flex: 0 0 170px;
	}
}

/* About point */
.top__about-point {
	padding: 80px 20px 50px;
	border-radius: 0 0 20px 20px;
	background-color: #FFF7DD;
	position: relative;
}

.top__about-point .top__about-point__item {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	row-gap: 20px;
	margin-bottom: 30px;
}

.top__about-point .c-subtitle {
	position: absolute;
	top: -30px;
	left: 0;
	right: 0;
	margin: auto;
}
.top__about-point dl {
	flex: 1 1 100%;
	padding: 30px 20px 40px 20px;
	background-color: #fff;
}
.top__about-point dl dt {
	text-align: center;
	font-weight: bold;
	color: #B11F23;
	font-size: 1.8rem;
	line-height: 1.6;
}
.top__about-point dl dt &gt; span {
	color: #52699B;
	display: block;
	margin-bottom: 10px;
	font-size: 3rem;
	line-height: 1;
	font-family: "Caprasimo", serif;
	font-weight: 500;
	position: relative;
}
.top__about-point dl dt &gt; span em {
	font-size: 5rem;
}
.top__about-point dl dt &gt; span::before,
.top__about-point dl dt &gt; span::after {
	content: '';
	position: absolute;
	top: 0.8em;
	width: 20px;
	height: 20px;
	background-image: url(../img/common/icon_01.png);
	background-size: contain;
	background-repeat: no-repeat;
}
.top__about-point dl dt &gt; span::before {
	left: 60px;
}
.top__about-point dl dt &gt; span::after {
	right: 60px;
}


.top__about-point dl dd {
	margin-top: 15px;
}
.top__about-point__image {
	margin-bottom: 30px;
	border-radius: 20px;
	border: 6px solid #B11F23;
	position: relative;
	overflow: hidden;

}
.top__about-point__image &gt; img {
	display: block;
	width: 100%;
}
@media (min-width: 768px) {
	.top__about-point {
		border-radius: 0 0 40px 40px;
		padding: 80px 0 50px;
	}
	.top__about-point .top__about-point__item {
		flex-wrap: nowrap;
		justify-content: center;
		column-gap: 40px;
		margin-bottom: 50px;
	}
	.top__about-point dl {
		padding: 30px 40px 50px 40px;
		flex: 0 0 480px;
		border-radius: 20px;
	}
	.top__about-point dl dt {
		font-size: 2rem;
	}
	.top__about-point dl dt &gt; span {
		font-size: 3rem;
	}
	.top__about-point dl dt &gt; span em {
		font-size: 6rem;
	}
	.top__about-point dl dd {
		margin-top: 20px;
	}
	.top__about-point dl dt &gt; span::before,
	.top__about-point dl dt &gt; span::after {
		top: 0.8em;
		width: 25px;
		height: 25px;
	}
	.top__about-point dl dt &gt; span::before {
		left: 90px;
	}
	.top__about-point dl dt &gt; span::after {
		right: 90px;
	}

}


.top__ticket .top__ticket_list li {
    padding-left: 1em;
    text-indent: -1em;
}

.top__ticket .top__ticket_list li + li {
	margin-top: 5px;
}

.top__premiummug .contents-box__title {
	height: 250px;
}

.top__premiummug .top__premiummug_bg {
	background-color: #fff;
	border-radius: 10px;
	padding: 30px 20px;
	margin: 20px 0;
}

.top__premiummug .top__premiummug_bg dl + dl {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 3px dotted #707070;
}

.top__premiummug .top__premiummug_bg dl {
	display: flex;
	align-items: center;
}

.top__premiummug .top__premiummug_bg dt {
	width: 120px;
}

@media (max-width: 767px) {
	.top__ticket .contents-box__title {
		height: 240px;
	}

	.top__premiummug .top__premiummug_bg dd {
		flex: 0 0 50%;
	}
	.top__premiummug .contents-box__title .title-image-right {
		top: 30px;
		right: -60px;
	}
}

@media (min-width: 768px) {
	.top__premiummug .contents-box__title {
		height: 390px;
	}
}


/* My Memorial Christmas */

@media (min-width: 768px) {
	.top__mc .contents-box__title .title-image-right {
		top: 30px;
		right: -60px;
		width: 214px;
	}
}

.top__mc .top__mc_list li {
	padding-left: 1.2em;
    text-indent: -1.2em;
}

/* Application */

.top__app_lead {
	border: 4px solid #B11F23;
	background-color: #fff;
	position: relative;
	padding: 70px 50px 40px;
	text-align: center;
	max-width: 720px;
	margin: 0 auto 50px;
}

.top__app_lead .c-subtitle {
	position: absolute;
	top: -30px;
	left: 0;
	right: 0;
	margin: auto;
}

.top__app_lead p {
	font-size: 15px;
	color: #B11F23;
	font-weight: 800;
}


@media (max-width: 768px) {

	.top__app_lead {
		padding: 40px 20px 20px;
	}

	.top__app_lead .c-subtitle {
		padding: 0 28px;
	}

	.top__app_lead p {
		font-size: 15px;
		line-height: 1.5;
	}


}



.top__app .top__app_contents {
	margin: 40px auto 20px;
}

.top__app .top__app_contents .top__app_img {
	max-width: 200px;
	margin: auto;
}

.top__app .top__app_contents .top__app_tx {
	margin-top: 20px;
}

.top__app .top__app_contents .top__app_ttl h3{
	font-size: 1.8rem;
	font-weight: bold;
}

.top__app .lst_app {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin: 20px -11px 0
}

.top__app .lst_app li {
	padding: 0 5px;
	max-width: 50%
}

.top__app .lst_app li a {
	display: block
}

.top__app .lst_app li img {
	display: block;
	height: 43px;
}

.top__app .contents-box__col2 .contents-box__col2__img {
	border: none;
}

@media (min-width: 768px) {
	.top__app .top__app_contents {
		display: flex;
		max-width: 760px;
		margin: 80px auto 40px;
		gap: 80px;
	}

	.top__app .top__app_contents .top__app_tx {
		margin-top: 0;
	}

	.top__app .top__app_contents .top__app_img {
		flex: 0 0 220px;
	}

	.top__app .top__app_contents .top__app_ttl h3{
		font-size: 2.4rem;
		font-weight: bold;
	}
	.top__app .contents-box__title {
		height: 390px;
	}

	.top__app .lst_app {
		margin-top: 30px;
	}

	.top__app .lst_app li {
		padding: 0 11px;
	}

	.top__app .lst_app li img {
		height: 68px
	}
}

.top__collaboration .top__collaboration_list {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 12px;
}

.top__collaboration .top__collaboration_list li {
	text-align: center;
	font-weight: 400;
	flex: 0 0 18%;
}

.top__collaboration .top__collaboration_list li p {
	margin-top: 5px;
}

.top__collaboration .top__collaboration_list li a {
	line-height: 1.6;
	color: #B11F23;
	text-decoration: underline;
}

.top__premiummug .contents-box__title .contents-box__title__inner,
.top__app .contents-box__title .contents-box__title__inner,
.top__collaboration .contents-box__title .contents-box__title__inner {
    background-image: url(../img/common/bg_title3.png);
}

@media (max-width: 767px) {

	.top__collaboration .contents-box__title  {
		height: 200px;
	}

	.top__collaboration .top__collaboration_list li {
		flex: 0 0 48%;
	}

}


.top__premiummug .contents-box__title .contents-box__title__inner,
.top__app .contents-box__title .contents-box__title__inner,
.top__sdgs .contents-box__title .contents-box__title__inner {
    background-image: url(../img/common/bg_title3.png);
}

.top__sdgs .top__sdgs_item {
	max-width: 760px;
	margin: auto;
}

.top__sdgs .top__sdgs_item .contents-box__col2__img img {
	border: none;
}

.top__sdgs .top__sdgs_photo .top__sdgs_photo_col2 .top__sdgs_photo_col2__img {
	border: 6px solid #B11F23;
	border-radius: 20px;
	overflow: hidden;
}

.top__sdgs .top__sdgs_photo .top__sdgs_photo_col2 .top__sdgs_photo_col2__tx {
	margin-top: 20px;
}

.top__sdgs .top__sdgs_photo .top__sdgs_photo_col2 .top__sdgs_photo_col2__tx .ttl {
	font-size: 18px;
    font-weight: bold;
    color: #B11F23;
}

@media (max-width: 768px) {

	.top__sdgs .contents-box__title,
	.top__faq .contents-box__title {
		height: 170px;
	}

	.top__sdgs .top__sdgs_item {
		margin-bottom: 40px;
	}

	.top__sdgs .top__sdgs_item .contents-box__col2__img {
		max-width: 200px;
		margin: auto;
	}

	.top__sdgs .top__sdgs_photo .top__sdgs_photo_col2 + .top__sdgs_photo_col2 {
		margin-top: 50px;
	}

}

@media (min-width: 768px) {

	.top__sdgs .top__sdgs_item .contents-box__col2 {
		align-items: center;
	}

	.top__sdgs .top__sdgs_item .contents-box__col2 .contents-box__col2__img {
		border: none;
		border-radius: 0;
		flex: 0 0 240px;
	}

	.top__sdgs .top__sdgs_item .contents-box__col2 .contents-box__col2__tx {
		flex: 0 0 60%;
	}

	.top__sdgs .top__sdgs_photo {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		margin: 50px auto 0;
		flex-wrap: wrap;
	}

	.top__sdgs .top__sdgs_photo .top__sdgs_photo_col2 {
		flex-direction: column;
		flex: 0 0 480px;
	}

	.top__sdgs .top__sdgs_photo .top__sdgs_photo_col2:nth-child(n + 3) {
		margin-top: 40px;
	}


}



/* 髢句ぎ縺ｾ縺ｧ縺ゅ→笳乗律 */
.contents__count__wrap {
	position: absolute;
	top: -60px;
	right: -27px;
}
.contents__count__wrap__inner {
	position: relative;
}
.contents__count__wrap__inner::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 300px;
	height: 100%;
	background-image: url(../img/top/kazari_circle.png);
	background-size: contain;
	background-size: 100%;
	background-repeat: no-repeat;
}
.contents__count__wrap__content {
	position: relative;
	width: 213px;
	height: 222px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	z-index: 1;
	padding-top: 14px;
}
.contents__count__wrap__text1 {
	color: #B11F23;
	font-size: 2.4rem;
	font-weight: 900;
	line-height: 1;
}
.contents__count__wrap__text2 {
	color: #B11F23;
	font-size: 2rem;
}
.contents__count__wrap__text2 .text2-1 {
	writing-mode: vertical-rl;
	display: inline-block;
	font-weight: 900;
	line-height: 1.2;
}
.contents__count__wrap__text2 .text2-2 {
	margin-left: 0;
	color: #B11F23;
	font-family: "Caprasimo", serif;
	font-size: 9rem;
	line-height: 1;
}
.contents__count__wrap__text2 .text2-3 {
	font-size: 2rem;
	font-weight: 900;
}
@media (max-width: 767px) {
	.contents__count__wrap {
		position: absolute;
        top: -40px;
        right: -35px;
	}
	.contents__count__wrap__inner::after {
		max-width: 160px;
	}
	.contents__count__wrap__content {
		width: 110px;
		height: 120px;
		padding-top: 0;
	}
	.contents__count__wrap__text1 {
		font-size: 1.2rem;
	}
	.contents__count__wrap__text2 {
		font-size: 1rem;
	}
	.contents__count__wrap__text2 .text2-2 {
		font-size: 4.1rem;
	}
	.contents__count__wrap__text2 .text2-3 {
		font-size: 1.6rem;
	}
}

@media(max-width:750px) {
	.footer__copyright {
		padding-bottom: 80px;
	}
}
</pre></body></html>