<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*
en_US
*/

/* common */
@import "/ls_files/freepaper_kisarazu/editor.css";

.v-p50{
	padding: 50px 0;
}

/* =========================================================
background-color
========================================================= */
.anniversary-bgc {
	background-color: #fff3ce;
}
.anniversary-bgc-w {
	background-color: #fff;
}
/* =========================================================
header
========================================================= */
#anniversary-header {
	width: 100%;
	max-width: 950px;
	margin: auto;
	overflow: hidden;
	background-color: #fff3ce;
}
#anniversary-header span {
	display: none;
}
#anniversary-header .header-box {
	position: relative;
	height: 687px;
	margin-top: 50px;
}
#anniversary-header .header-img {
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
}
#anniversary-header .header-main-img {
	background-image: url(/img/eng/sc/anniversary/header.png);
	background-size: cover;
	background-repeat: no-repeat;
	display: inline-block;
	position: relative;
	width: 950px;
	height: 688px;
	z-index: 2;
}
#anniversary-header .header-sb-img {
	display: inline-block;
	position: absolute;
	bottom: 10%;
	right: 10px;
	z-index: 0;
}
#anniversary-header .swiper {
	padding-top: 160px;
}
#anniversary-header .swiper .swiper-container {
	padding: 10px 0;
}
#anniversary-header .swiper .swiper-slide {
	filter: drop-shadow(4px 4px 0px #ffed56);
	animation: float 2s ease-in-out infinite;
	margin: 0 45px;
}
  
  @keyframes float {
	0% {
	  transform: translateY(0);
	}
	50% {
	  transform: translateY(-10px);
	}
	100% {
	  transform: translateY(0);
	}
  }

#anniversary-header .swiper img {
	-webkit-mask-image: url('/img/common/sc/anniversary/bg_filter.png');
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: 100% 100%;
	mask-image: url('/img/common/sc/anniversary/bg_filter.png');
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: 100% 100%;
	aspect-ratio: 1;
	object-fit: cover;
}
#anniversary-header .swiper .swiper-slide:nth-child(even) img {
	scale: 0.8;
	margin-top: 50px;
}
/* =========================================================
contents
========================================================= */
#anniversary-contents {
	width: 100%;
	clear: both;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	font-size: 15px;
	text-align: center;
}
.anniversary-section {
	max-width: 950px;
	margin: 0 auto;
}
/* =========================================================
main
========================================================= */
#anniversary-contents .main .headline p {
	line-height: 2;
	margin-bottom: 12px;
}

#anniversary-contents .main .ttl {
	margin-bottom: 40px;
}

#anniversary-contents .main .ttl .title_25th {
    background-image: url(/img/eng/sc/anniversary/title_25th.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 556px;
    height: 80px;
    margin: auto;
}

#anniversary-contents .main .ttl .title_25th.anniversary-img {
    background-image: url(/img/eng/sc/anniversary/title_25th_02.png); /* 2025年5月3日以降の画像 */
}

#anniversary-contents .main .illust {
	margin-top: 20px;
}
/* -----------------------------------------------
message
----------------------------------------------- */
#anniversary-contents .main .message-wrap {
	background-image: url(/img/common/sc/anniversary/frame.png);
	background-size: 100% 100%;
	background-position: center;
	box-shadow: 0px 0px 10px 0px #fffce2;
	border-radius: 2px;
	width: 885px;
	padding: 80px 45px 50px;
	margin: 55px auto 0;
	box-sizing: border-box;
	position: relative;
}
#anniversary-contents .main .message-wrap span {
	display: none;
}
#anniversary-contents .main .ttl .message_title {
    background-image: url(/img/eng/sc/anniversary/message_title.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 526px;
    height: 32px;
    margin: auto;
}
#anniversary-contents .main .message-wrap .message {
	text-align: left;
	font-family: serif;
	box-sizing: border-box;
}
#anniversary-contents .main .message-wrap .message p {
	line-height: 2;
	margin-bottom: 12px;
}
#anniversary-contents .main .message-wrap .message .footer {
	text-align: right;
	margin-top: 20px;
}
#anniversary-contents .main .message-wrap .message .footer p {
	margin-bottom: 2px;
}
/* =========================================================
history
========================================================= */
#anniversary-contents .history {
	position: relative;
	background-color: #fff3ce;
	padding-top: 250px;
	padding-bottom: 80px;
}
#anniversary-contents .main .history .ttl {
	margin-bottom: 20px;
}
#anniversary-contents .main .history .ttl .history_title {
    background-image: url(/img/eng/sc/anniversary/history_title.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 496px;
    height: 51px;
    margin: auto;
}
#anniversary-contents .history .caption {
	font-family: "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo;
	font-size: initial;
	font-size: 110%;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
	margin-bottom: 40px;
}
#anniversary-contents .history .top-illust {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#anniversary-contents .history .history-box ul {
	padding: 0;
	list-style: none;
}
#anniversary-contents .history .history-box li{
	position: relative;
}
#anniversary-contents .history .history-box li .flex{
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
}
#anniversary-contents .history .history-box li:nth-child(even) .flex{
	flex-direction: row-reverse;
}
#anniversary-contents .history .history-box li+li {
	margin-top: 70px;
}
#anniversary-contents .history .history-box {
	width: 90%;
	margin: auto;
}
#anniversary-contents .history .history-box .img {
	width: 48%;
}
#anniversary-contents .history .history-box .text-area {
	width: 48%;
	text-align: left;
	padding: 30px
}
#anniversary-contents .history .history-box .year {
	font-size: 48px;
	line-height: 1;
	border-bottom: solid 2px #ff9700;
	margin-bottom: 15px;
	font-weight: bold;
	font-style: italic;
	position: relative;
	padding-top: 40px;
}
#anniversary-contents .history .history-box .year::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	margin: auto;
	background: url(/img/common/sc/anniversary/icon_US.png);
	background-size: contain;
	width: 49px;
	height: 36px;
}
#anniversary-contents .history .history-box .year.jp::before {
	background: url(/img/common/sc/anniversary/icon_JP.png);
}
#anniversary-contents .history .history-box .year.us::after {
	content: "";
	position: absolute;
	top: 0;
	left: 55px;
	margin: auto;
	background: url(/img/common/sc/anniversary/icon_US.png);
	background-size: contain;
	width: 49px;
	height: 36px;
}
#anniversary-contents .history .history-box .text  {
	line-height: 2;
}
#anniversary-contents .history .history-box .dotted-line  {
	position: absolute;
	top: 83%;
	left: 38%;
	transform: translateX(-50%);
	width: 13px;
	height: 0;
	background-image: url(/img/common/sc/anniversary/dotted-line02.png);
	background-repeat: no-repeat;
	transition: height .8s cubic-bezier(.645, .045, .355, 1);
	transform-origin: top;
	transform: translateX(-50%) rotate(-45deg);
	opacity: 0;
}
#anniversary-contents .history .history-box .dotted-line::before {
	content: "";
	display: block;
	position: absolute;
	-webkit-transform: translateX(calc(-50%));
	transform: translateX(calc(-50%));
	background: url(/img/common/sc/anniversary/dotted-line.png) center center no-repeat;
	top: 100%;
	width: 53px;
	height: 53px;
	left: 50%;
}
#anniversary-contents .history .history-box .dotted-line.mv {
	height: 187px;
	opacity: 1;
}
#anniversary-contents .history .history-box li:nth-child(even) .dotted-line {
	transform: translateX(-50%) rotate(45deg);
}
#anniversary-contents .history .history-box li:nth-child(even) .dotted-line.mv {
	height: 187px;
	top: 80%;
	left: initial;
	right: 38%;
}
#anniversary-contents .history .history-box li:last-child .dotted-line {
	display: none;
}
#anniversary-contents .history .history-box li.no-img .text-area {
	display: flex;
	width: 65%;
	justify-content: center;
	align-items: center;
	padding: 30px 30px 80px 150px;
}
#anniversary-contents .history .history-box li.no-img .text {
	padding-top: 40px;
	margin-left: 30px;
}
#anniversary-contents .history .history-box li.no-img .dotted-line {
	bottom: -135%;
}
#anniversary-contents .history .history-box li [class*="illust-"]  {
	position: absolute;
	display: inline-block;
}
#anniversary-contents .history .history-box li .illust-01 {
	top: -80px;
	right: 0;
}
#anniversary-contents .history .history-box li .illust-02 {
	top: -60px;
	left: 0;
}
#anniversary-contents .history .history-box li .illust-03 {
	top: -50px;
	left: 70px;
}
#anniversary-contents .history .history-box li .illust-04 {
	top: -60px;
	left: 90px;
}
#anniversary-contents .history .history-box li .illust-05 {
	top: -80px;
	right: 0;
}
#anniversary-contents .history .history-box li .illust-06 {
	top: -130px;
	left: 35px;
}
#anniversary-contents .history .history-box li .illust-07 {
	top: -50px;
	right: 30px;
}
#anniversary-contents .history .history-box li .illust-08 {
	bottom: -60px;
	left: 90px;
}
#anniversary-contents .history .history-box li .illust-09 {
	top: -50px;
	right: 120px;
}
#anniversary-contents .history .history-box li .illust-10 {
	top: -100px;
	left: 30px;
}
#anniversary-contents .history .history-box li .illust-11 {
	top: -80px;
	right: 25px;
}
#anniversary-contents .history .history-box li .illust-12 {
	top: 40px;
	left: 300px;
}
#anniversary-contents .history .history-box li .illust-13 {
	top: -10px;
	right: 130px;
}
#anniversary-contents .history .history-box li .illust-14 {
	top: -10px;
	left: 40px;
}
#anniversary-contents .history .history-box li .illust-15 {
	top: -60px;
	right: 90px;
}
#anniversary-contents .history .history-box li .illust-16 {
	top: 120px;
	left: 50px;
}
/* -----------------------------------------------
fade
----------------------------------------------- */
.fade-up {
	opacity: 0;
	-webkit-transform: translateY(2rem);
	transform: translateY(2rem);
	transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
}
.fade-up.mv {
	opacity: 1;
	-webkit-transform: translateY(0) rotate(0.02deg);
	transform: translateY(0) rotate(0.02deg);
}</pre></body></html>