section-concept-movie__video.md {
	display: block;
}

.sm {
	display: none;
}

body {
	color: #191919;
	font-family: "Noto Sans JP", sans-serif;
}

/* リキッドレイアウト対応 */

html {
	scrollbar-gutter: stable;
}

body.modal-open {
	overflow: hidden;
}

html {
	font-size: 16px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeLegibility;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

a:hover {
	opacity: 0.7;
}

.section-concept-movie {
	background: url("/30th/assets/images/top/concept_movie.png") center/cover no-repeat;
	padding: 0vw 1.3888888889vw 13.1944444444vw;
}

.section-concept-movie .section-concept-movie__inner {
	position: relative;
	text-align: center;
}

.section-concept-movie .section-concept-movie__inner .section-concept-movie__title {
	color: #E60012;
	font-size: 2.6388888889vw;
	font-weight: 800;
	letter-spacing: 0.03rem;
}

.section-concept-movie .section-concept-movie__inner .section-concept-movie__underline {
	height: 0.4166666667vw;
	margin: 1.0416666667vw auto 2.4305555556vw;
	width: 38.6111111111vw;
}

.section-concept-movie .section-concept-movie__inner .section-concept-movie__text {
	font-size: 1.1805555556vw;
	font-weight: 600;
	line-height: 1.8;
	margin-bottom: 7.2916666667vw;
}

.section-concept-movie .section-concept-movie__inner .section-concept-movie__top {
	height: 10.4166666667vw;
	left: 50%;
	position: absolute;
	top: 18%;
	transform: translateX(-50%);
	width: 10.4166666667vw;
	z-index: 1;
}

.section-concept-movie .section-concept-movie__inner .section-concept-movie__video_wrap {
	position: relative;
}

.section-concept-movie .section-concept-movie__inner .section-concept-movie__video_wrap::before {
	background-image: url("/30th/assets/images/top/movie_bacckground.png");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 38.1944444444vw;
	left: 50%;
	position: absolute;
	top: 52%;
	transform: translate(-50%, -50%);
	width: 59.0277777778vw;
	z-index: 0;
}

.section-concept-movie .section-concept-movie__inner .section-concept-movie__video_wrap .section-concept-movie__video { /* マスク */
	-webkit-mask-image: url("/30th/assets/images/top/movie-mask.svg")!important;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: cover;
	-webkit-mask-position: center;
	background-image: url("/30th/assets/images/top/movie_mask.png")!important;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 34.7222222222vw;
	margin: 0 auto 3.4722222222vw;
	mask-image: url("/30th/assets/images/top/movie-mask.svg")!important;
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: cover;
	position: relative;
	width: 56.9444444444vw;
	z-index: 2;
}

.section-concept-movie .section-concept-movie__inner .section-concept-movie__video_wrap .section-concept-movie__video .section-concept-movie__play_botton {
	cursor: pointer;
	height: 5.8333333333vw;
	left: 50%;
	position: relative;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 5.8333333333vw;
}

.section-concept-movie .section-concept-movie__inner .video-modal {
	align-items: center;
	bottom: 0;
	display: none;
	justify-content: center;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
}

.section-concept-movie .section-concept-movie__inner .video-modal .video-modal__overlay {
	background: rgba(0, 0, 0, 0.7);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.section-concept-movie .section-concept-movie__inner .video-modal .video-modal__content {
	position: relative;
	z-index: 10000;
}

.section-concept-movie .section-concept-movie__inner .video-modal .video-modal__content .video-modal__close {
	height: 3.6111111111vw;
	position: absolute;
	right: -1.3888888889vw;
	top: -3.4722222222vw;
	width: 3.6111111111vw;
	z-index: 1000;
}

.section-concept-movie .section-concept-movie__inner .video-modal .video-modal__content #videoFrame {
	max-height: 45.5625rem;
	max-width: 80.9375rem;
}

.section-concept-movie .section-concept-movie__inner .section-concept-movie__button {
	align-items: center;
	background: #E60012;
	border: solid 0.3125rem #fff;
	border-radius: 0.3125rem;
	display: flex;
	height: 5.5555555556vw;
	justify-content: center;
	margin: 0 auto;
	width: 43.0555555556vw;
}

.section-concept-movie .section-concept-movie__inner .section-concept-movie__button a {
	align-items: center;
	color: #fff;
	display: flex;
	font-size: 1.25vw;
	font-weight: 700;
	height: 100%;
	justify-content: center;
	width: 100%;
}

.event-detail {
	background: #F0F0F0;
	background-attachment: fixed;
	background-size: cover;
	height: 100%;
	padding: 4.1666666667vw 2.0833333333vw 10.4166666667vw;
	position: relative;
}

.event-detail .event-left {
	bottom: 0;
	height: 8.9583333333vw;
	left: 0;
	position: fixed;
	width: 11.9444444444vw;
}

.event-detail .event-right {
	bottom: 0;
	height: 21.5972222222vw;
	min-height: 129px;
	min-width: 172px;
	position: fixed;
	right: 0;
	width: 20.9027777778vw;
}

.event-detail .event-detail-inner {
	background: #fff;
	border: solid 0.4166666667vw #333333;
	border-radius: 1.3888888889vw;
	bottom: 0;
	color: #332B2B;
	margin: 0 auto;
	max-width: 68.0555555556vw;
	overflow-y: auto;
	padding: 4.1666666667vw 6.9444444444vw;
	position: relative;
}

.event-detail .event-detail-inner .event-scroll {
	position: relative;
}

.event-detail .event-detail-inner .event-scroll .event-date {
	align-items: center;
	background: #E60013;
	border-radius: 1.5625rem;
	color: #fff;
	display: flex;
	font-size: 1.0416666667vw;
	font-weight: 500;
	height: 2.2222222222vw;
	justify-content: center;
	margin-bottom: 1.0416666667vw;
	width: 22.5694444444vw;
}

.event-detail .event-detail-inner .event-scroll .event-title {
	font-size: 2.2222222222vw;
	font-weight: 700;
	line-height: 1.38;
	margin-bottom: 1.6666666667vw;
}

.event-detail .event-detail-inner .event-scroll .update-date {
	color: rgba(34, 24, 21, 0.4);
	font-size: 0.9722222222vw;
	margin-bottom: 2.7777777778vw;
}

.event-detail .event-detail-inner .event-scroll .share-area {
	align-items: center;
	display: flex;
	gap: 1.3888888889vw;
	margin-bottom: 4.0972222222vw;
	margin-top: 2.0833333333vw;
}

.event-detail .event-detail-inner .event-scroll .share-area .share-01 {
	height: 1.4583333333vw;
	width: 3.6805555556vw;
}

.event-detail .event-detail-inner .event-scroll .share-area .share-container {
	align-items: center;
	display: flex;
	gap: 1.0416666667vw;
}

.event-detail .event-detail-inner .event-scroll .share-area .share-container .share-buttons {
	display: flex;
	gap: 1.25vw;
	justify-content: flex-start;
}

.event-detail .event-detail-inner .event-scroll .share-area .share-container .share-buttons .share-02 {
	height: 2.0138888889vw;
	width: 2.0138888889vw;
}

.event-detail .event-detail-inner .event-scroll .share-area .share-container .share-buttons .share-03 {
	height: 1.875vw;
	width: 1.8055555556vw;
}

.event-detail .event-detail-inner .event-scroll .share-area .share-container .share-buttons .share-04 {
	height: 2.0833333333vw;
	width: 2.1527777778vw;
}

.event-detail .event-detail-inner .event-scroll .share-area .share-container .share-05 {
	height: 2.5694444444vw;
	width: 2.2916666667vw;
}

.event-detail .event-detail-inner .event-scroll p {
	font-size: 1.1111111111vw;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 1.8;
}

.event-detail .event-detail-inner .event-scroll p span {
	-webkit-text-decoration: underline;
	color: #052bff;
	text-decoration: underline;
}

.event-detail .event-detail-inner .event-scroll h2 {
	font-size: 2.0833333333vw;
	font-weight: 700;
}

.event-detail .event-detail-inner .event-scroll h4 {
	font-size: 1.3888888889vw;
	font-weight: 600;
}

.event-detail .event-detail-inner .event-scroll h3 {
	border-left: solid 0.375rem #E60013;
	font-size: 1.6666666667vw;
	font-weight: 600;
	margin-bottom: 1.7361111111vw;
	padding-left: 1.3888888889vw;
}

.event-detail .event-detail-inner .event-scroll .event-intro {
	margin-bottom: 4.1666666667vw;
}

.event-detail .event-detail-inner .event-scroll .event-section-title {
	margin-bottom: 1.6666666667vw;
}

.event-detail .event-detail-inner .event-scroll .event-description {
	margin-bottom: 3.4722222222vw;
}

.event-detail .event-detail-inner .event-scroll .event-subtitle {
	margin-bottom: 0.6944444444vw;
}

.event-detail .event-detail-inner .event-scroll .event_date {
	margin-bottom: 4.0972222222vw;
}

.event-detail .event-detail-inner .event-scroll .event-venue {
	margin-bottom: 2.7777777778vw;
}

.event-detail .event-detail-inner .event-scroll .map-area {
	height: 17.3611111111vw;
	margin-bottom: 3.125rem;
	width: 54.1666666667vw;
}

.event-detail .event-detail-inner .event-scroll .map-area iframe {
	height: 17.3611111111vw;
	width: 54.1666666667vw;
}

.event-detail .event-detail-inner .event-scroll .event-contents-list {
	display: flex;
	flex-direction: column;
	font-weight: 400;
	gap: 0.6944444444vw;
	margin-bottom: 1.3888888889vw;
}

.event-detail .event-detail-inner .event-scroll .event-fee {
	margin-bottom: 4.1666666667vw;
}

.event-detail .event-detail-inner .event-scroll .event-contact {
	margin-bottom: 4.1666666667vw;
}

.event-detail .event-detail-inner .event-scroll .event-note {
	white-space: nowrap;
}
.event-detail-inner img{
height:auto;
}

.copy-message {
	background: rgba(0, 0, 0, 0.8);
	border-radius: 6px;
	bottom: 20px;
	color: #fff;
	font-size: 14px;
	left: 50%;
	opacity: 1;
	padding: 12px 20px;
	position: fixed;
	transform: translateX(-50%);
	transition: opacity 0.3s ease;
	z-index: 9999;
}

.copy-message.hide {
	opacity: 0;
}

.section-events {
	padding: 11.1111111111vw 1.3888888889vw 10.4166666667vw;
}

.section-events .section-events__inner .section-events__heading .section-events__title {
	color: #E60012;
	font-size: 2.6388888889vw;
	font-weight: 800;
	letter-spacing: 0.03rem;
	text-align: center;
}

.section-events .section-events__inner .section-events__heading .section-concept-movie__underline {
	height: 0.4166666667vw;
	margin: 1.0416666667vw auto 2.4305555556vw;
	width: 38.6111111111vw;
}

.section-events .section-events__inner .section-events__heading .section-events__lead {
	font-size: 1.1805555556vw;
	font-weight: 600;
	line-height: 1.8;
	margin-bottom: 7.2916666667vw;
	text-align: center;
}

.section-events .section-events__inner .section-events__list {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 2.7777777778vw;
	justify-content: center;
}

.section-events .section-events__inner .section-events__list .section-events__item {
	position: relative;
}

.section-events .section-events__inner .section-events__list .section-events__item::before {
	background-image: url("/30th/assets/images/top/box-shadow.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 4.0972222222vw;
	content: "";
	height: 14.375vw;
	position: absolute;
	right: -0.3472222222vw;
	width: 23.6111111111vw;
	z-index: -1;
}

.section-events .section-events__inner .section-events__list .section-events__item .section-events__thumb { /* マスク */
	-webkit-mask-image: url("/30th/assets/images/top/movie-mask.svg");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: cover;
	-webkit-mask-position: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 14.375vw;
	margin: 0 auto 1.1111111111vw;
	mask-image: url("/30th/assets/images/top/movie-mask.svg");
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: cover;
	position: relative;
	width: 23.6111111111vw;
	z-index: 300;
}

.section-events .section-events__inner .section-events__list .section-events__item .section-events__text {
	font-size: 1.1805555556vw;
	font-weight: 600;
	width: 23.6111111111vw;
	min-height:3.5vw;
}

.section-events .section-events__inner .section-events__btn-wrap {
	align-items: center;
	background: #E60012;
	border: solid 0.3125rem #fff;
	border-radius: 0.3125rem;
	display: flex;
	height: 5.5555555556vw;
	justify-content: center;
	margin: 5.5555555556vw auto 0;
	width: 43.0555555556vw;
}

.section-events .section-events__inner .section-events__btn-wrap a {
	align-items: center;
	color: #fff;
	display: flex;
	font-size: 1.25vw;
	font-weight: 700;
	height: 100%;
	justify-content: center;
	width: 100%;
}

.hero {
	padding-bottom: 12.5rem;
}

.hero .video-container {
	height: 100%;
	left: 0;
	pointer-events: none;
	position: fixed;
	top: 3.4722222222vw;
	width: 100%;
	z-index: 2000;
}

.hero .video-container video {
	-o-object-fit: cover;
	-o-object-position: center;
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.hero .character-container {
	height: 100vh;
	margin-top: 3.4722222222vw;
	overflow: hidden;
	position: relative;
	position: sticky;
	top: 0;
	width: 100%;
}

.hero .character-container .character-video {
	-o-object-fit: cover;
	height: 100vh;
	object-fit: cover;
	position: absolute;
	width: 100%;
}

.hero .hero_anniversary .anniversary {
	height: 28.0555555556vw;
	left: 50%;
	position: absolute;
	top: calc(30% + 10vh);
	transform: translateX(-50%);
	width: 55vw;
	z-index: 1000;
}

.hero .hero-block .footer__decoration-img--left {
	bottom: 0;
	height: 8.9583333333vw;
	left: 0;
	position: absolute;
	width: 11.9444444444vw;
	z-index: 1000;
}

.hero .hero-block .footer__decoration-img--right {
	bottom: 0;
	height: 11.9444444444vw;
	position: absolute;
	right: 0;
	width: 20.9027777778vw;
	z-index: 1000;
}

.hero .text-container .text {
	color: #fff;
	font-size: 1.6666666667vw;
	font-weight: 600;
	line-height: 2.5;
	margin-bottom: 6.9444444444vw;
	margin-top: 13.8888888889vw;
	position: relative;
	text-align: center;
	z-index: 1000;
}

.hero .hero-button {
	margin: 0 auto;
	margin-bottom: 13.8888888889vw;
	width: 43.0555555556vw;
}

.hero .hero-button button {
	background: #fff;
	border-radius: 0.3125rem;
	color: #E60013;
	font-size: 1.25vw;
	font-weight: 700;
	padding: 1.875vw 0;
	position: relative;
	text-align: center;
	width: 43.0555555556vw;
	z-index: 1000;
}

.site-footer {
	background: #221815;
	font-family: "Noto Sans JP", sans-serif;
	position: relative;
	z-index: 2000;
}

.site-footer .site-footer__inner {
	padding: 7.5rem 0rem 0rem;
	position: relative;
}

.site-footer .site-footer__inner .site-footer_nav {
	color: #fff;
	height: inherit;
}

.site-footer .site-footer__inner .site-footer_nav .footer__nav-list {
	align-items: center;
	display: flex;
	font-weight: 600;
	gap: 1.875rem;
	height: inherit;
	justify-content: center;
}

.site-footer .site-footer__inner .site-footer__brand {
	height: auto;
	margin: 6.875rem auto 5.625rem;
	width: 23.75rem;
}

.site-footer .site-footer__inner .footer__decoration {
	position: relative;
}

.site-footer .site-footer__inner .footer__decoration .footer__decoration-img--left {
	bottom: 0;
	height: auto;
	left: 0;
	position: absolute;
	width: 13.4375rem;
}

.site-footer .site-footer__inner .footer__decoration .footer__decoration-img--right {
	bottom: 0;
	height: 10.75rem;
	position: absolute;
	right: 0;
	width: 24.1875rem;
}

.site-footer .site-footer__copyright {
	background: #fff;
	padding: 2.1875rem 0rem 1.875rem;
}

.site-footer .site-footer__copyright .site-footer__copyright-inner .site-footer__copyright_wrap {
	align-items: center;
	display: flex;
	gap: 2.5rem;
	justify-content: center;
	margin-bottom: 1.5625rem;
}

.site-footer .site-footer__copyright .site-footer__copyright-inner .site-footer__copyright_wrap .footer-copyright__list {
	display: flex;
	gap: 0.9375rem;
}

.site-footer .site-footer__copyright .site-footer__copyright-inner .site-footer__copyright_wrap .footer-copyright__list .footer-copyright__item img {
	height: 2.8125rem;
	width: 2.8125rem;
}

.site-footer .site-footer__copyright .site-footer__copyright-inner .site-footer__copyright_wrap .footer__copyright-link {
	-webkit-text-decoration: underline;
	align-items: center;
	color: #221815;
	display: flex;
	font-size: 0.875rem;
	gap: 0.25rem;
	text-decoration: underline;
}

.site-footer .site-footer__copyright .site-footer__copyright-inner .site-footer__copyright_wrap .footer__copyright-link img {
	height: 0.9375rem;
	width: 0.9375rem;
}

.site-footer .site-footer__copyright .site-footer__copyright-inner .footer-copyright__text {
	color: #221815;
	font-size: 0.75rem;
	line-height: 1.4;
	margin-top: 0.3125rem;
	text-align: center;
	white-space: nowrap;
}

.body-lock {
	height: 100vh;
	overflow: hidden;
}

.layout-header {
	background: #F43646;
	color: #fff;
	height: 6.25rem;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	transition: all 0.3s ease;
	z-index: 4000;
}

.layout-header.is-open {
	background-color: #fff;
	box-shadow: 0 0.1875rem 0.625rem rgba(0, 0, 0, 0.5);
	height: 4.8125rem;
}

.layout-header.is-scrolled,
.layout-header.is-scroll {
	background-color: #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	color: #333333;
	height: 6.25rem;
}

.layout-header .header__inner {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: space-between;
	padding: 1.875rem 5.625rem;
	transition: all 0.3s ease;
	width: 100%;
}

.layout-header .header__inner .header__logo-wrap .header__logo {
	height: inherit;
	max-width: clamp(12.5rem, -36.607rem + 71.43vw, 18.75rem);
	width: 100%;
}

.layout-header .header__inner .header__logo-wrap .header__logo a {
	align-items: center;
	display: flex;
	height: inherit;
}

.layout-header .header__inner .header__logo-wrap .header__logo a .header__logo img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.layout-header .header__inner .header__logo-wrap .header__logo-sub {
	font-size: 0.8125rem;
	margin-top: 0.9375rem;
}

.layout-header .header__inner .header__logo-wrap .header__logo-sub.is-scrolled {
	color: #222222;
}

.layout-header .header__inner .header__nav {
	height: inherit;
}

.layout-header .header__inner .header__nav .header__nav-list {
	align-items: center;
	display: flex;
	gap: 1.5625rem;
	height: inherit;
}

.layout-header .header__inner .header__nav .header__nav-list .header__nav-item {
	font-weight: 600;
	position: relative;
}

.layout-header .header__inner .header__nav .header__nav-list .header__nav-item.active {
	color: #E60013;
}

.layout-header .header__inner .header__nav .header__nav-list .header__nav-item.active::before {
	background-color: #E60013;
	border-radius: 50%;
	content: "";
	height: 0.5rem;
	left: 50%;
	position: absolute;
	top: -0.3125rem;
	transform: translate(-50%, -50%);
	width: 0.5rem;
}

.layout-header .header__inner .header__nav .header__nav-list .header__nav-item .header__nav-item.header__nav-item--contact {
	align-items: center;
	display: flex;
	margin-left: 0.9375rem;
}

.layout-header .header__inner .header__nav .header__nav-list .header__nav-item .header__nav-item a {
	align-items: center;
	color: #fff;
	display: flex;
	font-size: 0.9375rem;
	font-weight: 600;
	padding: 0 0.78125rem;
	transition: color 0.3s ease;
}

.layout-header .header__inner .header__nav .header__nav-list .header__nav-item .header__nav-item a:hover {
	color: #E60013;
	opacity: 1;
}

.layout-header .header__inner .header__nav .header__nav-list .header__nav-item .layout-header.is-scrolled .header__nav-item a {
	color: #191919;
}

.layout-header .header__inner .header__nav .header__nav-list .header__nav-item .layout-header.is-scrolled .header__nav-item a:hover {
	color: #0b7ec6;
	opacity: 1;
}

.layout-header .header__inner .header__hamburger {
	display: none;
}

.layout-header .header__inner .header__hamburger span {
	background-color: #191919;
	border-radius: 0.125rem;
	display: block;
	height: 0.1875rem;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	transition: all 0.3s ease;
	width: 0.9375rem;
}

.layout-header .header__inner .header__hamburger span:nth-of-type(1) {
	background-color: #E60013;
	top: 0.875rem;
	width: 1.375rem;
}

.layout-header .header__inner .header__hamburger span:nth-of-type(2) {
	background-color: #8fc31f;
	top: 1.375rem;
	width: 1.375rem;
}

.layout-header .header__inner .header__hamburger span:nth-of-type(3) {
	background-color: #00a0e9;
	top: 1.9375rem;
	width: 1.375rem;
}

.layout-header .header__inner .header__hamburger.is-open {
	background-color: #fff;
}

.layout-header .header__inner .header__hamburger.is-open span:nth-of-type(1) {
	background-color: #E60013;
	top: 1.375rem;
	transform: rotate(45deg);
	width: 1.875rem;
}

.layout-header .header__inner .header__hamburger.is-open span:nth-of-type(2) {
	opacity: 0;
}

.layout-header .header__inner .header__hamburger.is-open span:nth-of-type(3) {
	background-color: #00a0e9;
	top: 1.375rem;
	transform: rotate(-45deg);
	width: 1.875rem;
}

.layout-header .header__inner .header__drawer {
	background-color: #fff;
	bottom: 0;
	display: none;
	height: 100dvh;
	left: 0;
	opacity: 0;
	overflow-y: scroll;
	padding: 0 0 2.5rem;
	position: absolute;
	right: 0;
	scrollbar-width: none;
	top: 4.8125rem;
	transition: opacity 0.3s ease;
	width: 100%;
	z-index: 900;
}

.layout-header .header__inner .header__drawer .header__drawer-nav {
	height: 100%;
	overflow-y: auto;
	position: relative;
	scrollbar-width: none;
}

.layout-header .header__inner .header__drawer .header__drawer-nav .header__drawer-list {
	margin: 2.5rem 1.875rem 0rem;
}

.layout-header .header__inner .header__drawer .header__drawer-nav .header__drawer-list .header__drawer-item {
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.layout-header .header__inner .header__drawer .header__drawer-nav .header__drawer-list .header__drawer-item .header__drawer-link {
	border-bottom: solid 0.0625rem #a7a7a7;
	color: #2b2b2b;
	cursor: pointer;
	display: block;
	font-size: 1rem;
	font-weight: 600;
	padding: 1rem 0 1rem;
	position: relative;
}

.layout-header .header__inner .header__drawer .header__drawer-nav .header__drawer-list .header__drawer-item .header__drawer-link.last {
	border-bottom: none;
}

.layout-header .header__inner .header__drawer .header__drawer-nav .header__drawer-list .header__drawer-item .header__drawer-link.first {
	padding-top: 0;
}

.layout-header .header__inner .header__drawer .header__drawer-nav .header-copyright__list {
	display: flex;
	gap: 0.9375rem;
	margin-left: 1.875rem;
	margin-top: 1.5rem;
}

.layout-header .header__inner .header__drawer .header__drawer-nav .header-copyright__list .header-copyright__item img {
	height: 2.25rem;
	width: 2.25rem;
}

.layout-header .header__inner .header__drawer .header__drawer-nav .header__hamburger-logo img {
	height: 7.375rem;
	margin: 3.125rem auto 0;
	width: 12.9375rem;
}

.layout-header .header__inner .header__drawer .header__drawer-nav .header__hamburger-bottom .humburger_bottom-left {
	bottom: 2.25rem;
	height: 7.6875rem;
	left: 0;
	position: absolute;
	width: 5.875rem;
}

.layout-header .header__inner .header__drawer .header__drawer-nav .header__hamburger-bottom .humburger_bottom-right {
	bottom: 2.25rem;
	height: 5.875rem;
	position: absolute;
	right: 0;
	width: 7.3125rem;
}

.layout-header.is-scroll .header__hamburger {
	background: none !important;
	padding: 0 !important;
}

.layout-header.is-scrolled .header__hamburger {
	background: none !important;
	padding: 0 !important;
}

.layout-header.is-scroll .header__hamburger span,
.layout-header.is-scroll .header__hamburger span:nth-of-type(1),
.layout-header.is-scroll .header__hamburger span:nth-of-type(2),
.layout-header.is-scroll .header__hamburger span:nth-of-type(3) {
	background-color: #191919 !important;
}

.layout-header.is-scrolled .header__hamburger span,
.layout-header.is-scrolled .header__hamburger span:nth-of-type(1),
.layout-header.is-scrolled .header__hamburger span:nth-of-type(2),
.layout-header.is-scrolled .header__hamburger span:nth-of-type(3) {
	background-color: #191919 !important;
}

.timeline {
	position: relative;
}

.timeline .timelinetext {
	padding: 6.25rem 1.25rem 11rem;
}

.timeline .timelinetext p {
	font-size: 1.625rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	line-height: 1.69;
	text-align: center;
}

.timeline .history_background {
	-o-object-fit: cover;
	bottom: 0;
	height: 15rem;
	object-fit: cover;
	position: fixed;
	width: 100%;
}

.timeline .timeline-items__wrap {
	padding: 3.4375rem 0rem 7.5rem;
}

.timeline .timeline-items__wrap .timeline-items {
	margin: 0 auto;
	max-width: 58.1875rem;
	position: relative;
}

.timeline .timeline-items__wrap .timeline-items .timeline_start {
	position: relative;
	width: 22.5rem;
}

.timeline .timeline-items__wrap .timeline-items .timeline_start img {
	height: 7.5rem;
	position: absolute;
	top: -7.5rem;
	width: 100%;
}

.timeline .timeline-items__wrap .timeline-items .timeline_start .timeline-container .timeline-line {
	background: #ffcf03;
	height: 0rem;
	left: 50%;
	position: absolute;
	top: 0rem;
	transform: translateX(-50%);
	transition: height 0.15s linear;
	width: 1.25rem;
	z-index: 0;
}

.timeline .timeline-items__wrap .timeline-items .timeline_wrap {
	display: flex;
	gap: 1.875rem;
}

.timeline .timeline-items__wrap .timeline-items .timeline_wrap .timeline-item {
	opacity: 0;
	position: relative;
	z-index: 100;
}

.timeline .timeline-items__wrap .timeline-items .timeline_wrap .timeline-item.is-visible {
	animation: popup 1.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.timeline .timeline-items__wrap .timeline-items .timeline_wrap .timeline-item .timeline-content .left_timeline-title {
	background: #fff;
	border-radius: 1.25rem;
	box-shadow: 0.25rem 0.375rem 0.375rem rgba(0, 0, 0, 0.05);
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.45;
	padding: 1.75rem 1.875rem 1.6875rem 6.25rem;
	position: relative;
	text-align: center;
	top: 7.5rem;
	width: 25rem;
}

.timeline .timeline-items__wrap .timeline-items .timeline_wrap .timeline-item .timeline-content .left_timeline-title span {
	color: #E60013;
}

.timeline .timeline-items__wrap .timeline-items .timeline_wrap .timeline-item .timeline-content .left_timeline-title.title-01::before {
	background-image: url("/30th/assets/images/history/mackun.png");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 6.75rem;
	left: 0.625rem;
	position: absolute;
	top: 62%;
	transform: translateY(-50%);
	width: 4.9375rem;
}

.timeline .timeline-items__wrap .timeline-items .timeline_wrap .timeline-item .timeline-content .left_timeline-title.title-02::before {
	background-image: url("/30th/assets/images/history/mackun-02.png");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 6.8125rem;
	left: 0.625rem;
	position: absolute;
	top: -0.3125rem;
	transform: rotate(-6deg);
	width: 5.625rem;
}

.timeline .timeline-items__wrap .timeline-items .timeline_wrap .timeline-item .timeline-content .left_timeline-title.title-03 {
	padding: 1.375rem 5.1875rem 1.3125rem 1.875rem;
}

.timeline .timeline-items__wrap .timeline-items .timeline_wrap .timeline-item .timeline-content .left_timeline-title.title-03::before {
	background-image: url("/30th/assets/images/history/mackun-03.png");
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -0.625rem;
	content: "";
	height: 7.375rem;
	position: absolute;
	right: -0.625rem;
	transform: rotate(10deg);
	width: 5.375rem;
}

.timeline .timeline-items__wrap .timeline-items .timeline_wrap .timeline_right_wrap .timeline-item_right {
	opacity: 0;
	transform: translateY(30px);
	transition: all 0.8s ease-out;
	transition-delay: 0.5s;
}

.timeline .timeline-items__wrap .timeline-items .timeline_wrap .timeline_right_wrap .timeline-item_right.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.timeline .timeline-items__wrap .timeline-items .timeline_wrap .timeline_right_wrap .timeline-item_right .timeline-content {
	background-image: url("/30th/assets/images/history/timeline-background.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 24.125rem;
	margin-bottom: 3.75rem;
	padding: 2.1875rem 1.875rem 2.4375rem;
	position: relative;
	width: 30rem;
}

.timeline .timeline-items__wrap .timeline-items .timeline_wrap .timeline_right_wrap .timeline-item_right .timeline-content.timeline-2 {
	background-image: url("/30th/assets/images/history/timeline-background-2.png");
	height: 26.3125rem;
	width: 30rem;
}

.timeline .timeline-items__wrap .timeline-items .timeline_wrap .timeline_right_wrap .timeline-item_right .timeline-content.end {
	margin-bottom: 9.375rem;
}

.timeline .timeline-items__wrap .timeline-items .timeline_wrap .timeline_right_wrap .timeline-item_right .timeline-content img {
	height: 12.5rem;
	margin: 0 auto;
	width: 23.6875rem;
}

.timeline .timeline-items__wrap .timeline-items .timeline_wrap .timeline_right_wrap .timeline-item_right .timeline-content .timeline-date .timeline-date_img {
	height: 2.25rem;
	margin: 0.9375rem 0 0.3125rem;
	width: 8.5625rem;
}

.timeline .timeline-items__wrap .timeline-items .timeline_wrap .timeline_right_wrap .timeline-item_right .timeline-content .timeline-title {
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.46;
	white-space: nowrap;
}

.timeline .timeline-items__wrap .timeline-items .timeline_wrap .timeline_right_wrap .timeline-item_right .timeline-content .timeline-title span {
	font-size: 1.25rem;
}

.timeline .timeline-items__wrap .timeline-items .timeline_wrap .timeline_right_wrap .timeline-item_right .timeline-content .timeline-title.left {
	margin-left: -0.625rem;
}

.timeline .timeline-items__wrap .timeline-items .timeline_end {
	position: relative;
}

.timeline .timeline-items__wrap .timeline-items .timeline_end img {
	height: 7.5rem;
	position: absolute;
	width: 22.5rem;
}

.timeline .timeline_end_item {
	margin: 0 auto;
	padding: 8.125rem 0rem 9.375rem;
	width: 42.5rem;
}

.timeline .timeline_end_item p {
	background: #fff;
	border-radius: 2.5rem;
	box-shadow: 0.625rem 0.625rem 1.25rem rgba(0, 0, 0, 0.16);
	font-size: 1.625rem;
	font-weight: 700;
	line-height: 1.77;
	padding: 4.875rem 5.0625rem 4.4375rem 6.3125rem;
	position: relative;
	text-align: center;
	width: 42.5rem;
}

.timeline .timeline_end_item p::before {
	background-image: url("/30th/assets/images/history/mackun_bottom.png");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 17.5rem;
	left: -6.25rem;
	position: absolute;
	top: 70%;
	transform: translateY(-50%);
	width: 11.625rem;
}

.breadcrumb {
	align-items: center;
	background: #F0F0F0;
	display: flex;
	height: 3.4375rem;
	margin-top: 6.25rem;
	overflow-x: auto;
	padding-left: 5.625rem;
}

.breadcrumb::-webkit-scrollbar {
	display: none;
}

.breadcrumb ul {
	display: flex;
	gap: 2.125rem;
}

.breadcrumb ul::-webkit-scrollbar {
	display: none;
}

.breadcrumb ul li {
	font-size: 0.875rem;
	position: relative;
}

.breadcrumb ul li span {
	color: #E60013;
}

.breadcrumb ul li + li::before {
	background-image: url("/assets/images/common/breadcrumb-arrow.svg");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 0.5rem;
	left: -1.25rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.5rem;
}

.breadcrumb ul li a {
	white-space: nowrap;
}

.news-section .news-section-header {
	background: #E60012;
	height: 17.5rem;
	padding: 6.25rem 0rem 0rem;
	position: relative;
	z-index: 2000;
}

.news-section .news-section-header .news-section-title {
	color: #fff;
	font-size: 2.625rem;
	font-weight: 800;
	letter-spacing: 0.03rem;
	text-align: center;
}

.news-section .news-section-header .section-concept-movie__underline {
	height: 0.375rem;
	margin: 0.8125rem auto 2.1875rem;
	width: 34.75rem;
}

.news-section .news-section-header .news__underline {
	height: 0.375rem;
	margin: 0.8125rem auto 2.1875rem;
	width: 34.75rem;
}

.news-section .news-section-header .ceo__underline {
	height: 0.375rem;
	margin: 0.8125rem auto 2.1875rem;
	width: 26.625rem;
}

.news-section .news-section-header .footer__decoration-img--left {
	bottom: 0;
	height: 8.0625rem;
	left: 0;
	position: absolute;
	width: 10.75rem;
}

.news-section .news-section-header .footer__decoration-img--right {
	bottom: 0;
	height: 10.75rem;
	position: absolute;
	right: 0;
	width: 18.8125rem;
}

.news-section .news-wrap {
	background: #fff;
	padding: 7.5rem 0rem 9.375rem;
}

.news-section .news-wrap .news-tabs {
	align-items: center;
	display: flex;
	gap: 0.625rem;
	justify-content: center;
	margin-bottom: 6.25rem;
}

.news-section .news-wrap .news-tabs button {
	align-items: center;
	background: rgba(167, 167, 167, 0.2);
	border-bottom: solid 0.1875rem #A7A7A7;
	color: #333333;
	display: flex;
	font-size: 0.9375rem;
	font-weight: 600;
	height: 4.25rem;
	justify-content: center;
	width: 20rem;
}

.news-section .news-wrap .news-tabs button.is-active {
	background: rgba(230, 0, 19, 0.1);
	border-bottom: solid 0.1875rem #E60013;
	color: #E60013;
}

.news-section .news-wrap .news-list .news-card {
	display: flex;
	display: none;
	gap: 4.0625rem;
	justify-content: center;
}

.news-section .news-wrap .news-list .news-card.is-show {
	display: flex;
	justify-content: center;
}

.news-section .news-wrap .news-list .news-card .news-card_box-shadow {
	position: relative;
}

.news-section .news-wrap .news-list .news-card .news-card_box-shadow::before {
	background-image: url("/30th/assets/images/top/box-shadow.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: -6px;
	content: "";
	height: 13.3125rem;
	position: absolute;
	right: -6px;
	width: 21.5625rem;
	z-index: -1;
}

.news-section .news-wrap .news-list .news-card .news-card_box-shadow .news-card-image { /* マスク */
	-webkit-mask-image: url("/30th/assets/images/top/movie-mask.svg");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: cover;
	-webkit-mask-position: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 13.3125rem;
	margin-bottom: 5rem;
	mask-image: url("/30th/assets/images/top/movie-mask.svg");
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: cover;
	width: 21.5625rem;
}

.news-section .news-wrap .news-list .news-card .news-card-content {
	width: 33.125rem;
}

.news-section .news-wrap .news-list .news-card .news-card-content h3 {
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 1rem;
}

.news-section .news-wrap .news-list .news-card .news-card-content .news-text {
	border-bottom: solid 0.0625rem #707070;
	font-size: 1rem;
	margin-bottom: 1.375rem;
	padding-bottom: 1.875rem;
}

.news-section .news-wrap .news-list .news-card .news-card-content .news-date {
	color: rgba(34, 24, 21, 0.4);
	font-size: 0.875rem;
}

.news-section .news-wrap .pagination {
	display: flex;
	font-family: "Montserrat", sans-serif;
	gap: 0.1rem;
	justify-content: center;
	margin-top: 1rem;
}

.news-section .news-wrap .pagination .pagination-btn {
	-webkit-text-decoration: underline;
	background: #eaeaea;
	color: rgba(34, 34, 34, 0.3);
	cursor: pointer;
	padding: 0.8125rem 1.3125rem;
	text-decoration: underline;
}

.news-section .news-wrap .pagination .pagination-btn.active {
	-webkit-text-decoration: none;
	background: #333;
	border-color: #333;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}

.news-section .news-wrap .pagination span {
	-webkit-text-decoration: underline;
	color: rgba(34, 34, 34, 0.3);
	cursor: pointer;
	padding: 0.75rem 1.0625rem;
	position: relative;
	text-decoration: underline;
}

.pagination .hidden-pages {
	background: #fff;
	border: 1px solid #ddd;
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
	display: none;
	left: 50%;
	padding: 6px;
	position: absolute;
	top: 120%;
	transform: translateX(-50%);
	white-space: nowrap;
	z-index: 10;
}

.pagination .dots:hover .hidden-pages {
	display: block;
}

.pagination-btn.active {
	background: #333;
	color: #fff;
}

.dots {
	cursor: pointer;
	padding: 0 5px;
}

.dots:hover {
	color: #0073e6;
}

.ceo-message {
	background: #fff;
	padding: 5rem 0rem 9.375rem;
}

.ceo-message .ceo-message-inner .ceo-photo img {
	border-radius: 0.75rem;
	margin: 0 auto 6.25rem;
	max-width: 58.75rem;
}

.ceo-message .ceo-message-inner .ceo-title {
	font-size: 1.75rem;
	font-weight: 700;
	margin-left: 5.1875rem;
	margin-top: 6.25rem;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.ceo-message .ceo-message-inner .ceo-title.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.ceo-message .ceo-message-inner .ceo-text {
	padding: 0 5.7638888889vw;
}

.ceo-message .ceo-message-inner .ceo-text p {
	line-height: 2;
	margin: 3.75rem auto 0;
	max-width: 48.375rem;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.ceo-message .ceo-message-inner .ceo-text p.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.ceo-message .ceo-sign {
	align-items: center;
	display: flex;
	gap: 0.5rem;
	margin: 3.0625rem auto 0rem;
	margin-top: 3.0625rem;
	max-width: 48.375rem;
}

.ceo-message .ceo-sign p {
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.03rem;
}

.ceo-message .ceo-sign img {
	height: 4.5rem;
	transform: rotate(4deg);
	width: 11.8125rem;
}

@media (min-width: 768px) {

#scrolly-video-sp {
	display: none !important;
}

}

@media (max-width: 1100px) {

html {
	font-size: 1.4545454545vw;
}

}

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

.md {
	display: none;
}

.sm {
	display: block;
}

html {
	font-size: 16px;
}

.section-concept-movie {
	padding: 0rem 1.0625rem 5rem;
}

.section-concept-movie .section-concept-movie__inner .section-concept-movie__title {
	font-size: 1.375rem;
}

.section-concept-movie .section-concept-movie__inner .section-concept-movie__underline {
	height: 0.375rem;
	margin: 0.625rem auto 1.5625rem;
	width: 19.75rem;
}

.section-concept-movie .section-concept-movie__inner .section-concept-movie__text {
	font-size: 0.9375rem;
	margin-bottom: 3.3125rem;
}

.section-concept-movie .section-concept-movie__inner .section-concept-movie__top {
	height: 3.75rem;
	top: 28%;
	width: 3.75rem;
}

.section-concept-movie .section-concept-movie__inner .section-concept-movie__video_wrap::before {
	height: 13.75rem;
	left: 51%;
	top: 51%;
	width: 22.5rem;
}

.section-concept-movie .section-concept-movie__inner .section-concept-movie__video_wrap .section-concept-movie__video {
	height: 12.9375rem;
	margin: 0 auto 1.875rem;
	width: 21.1875rem;
}

.section-concept-movie .section-concept-movie__inner .section-concept-movie__video_wrap .section-concept-movie__video .section-concept-movie__play_botton {
	height: 2.1875rem;
	position: absolute;
	top: 50%;
	width: 2.1875rem;
}

.section-concept-movie .section-concept-movie__inner .video-modal .video-modal__content .video-modal__close {
	height: 2.5rem;
	right: -0.3125rem;
	top: -2.1875rem;
	width: 2.5rem;
}

.section-concept-movie .section-concept-movie__inner .video-modal .video-modal__content #videoFrame {
	height: 1rem 207;
	width: 21.1875rem;
}

.section-concept-movie .section-concept-movie__inner .section-concept-movie__button {
	border: none;
	height: 3.75rem;
	width: 20.9375rem;
}

.section-concept-movie .section-concept-movie__inner .section-concept-movie__button a {
	font-size: 1rem;
}

.event-detail {
	padding: 1.8125rem 0.9375rem 13rem;
}

.event-detail .event-left {
	bottom: 0rem;
	height: 4.8125rem;
	left: 0;
	position: absolute;
	width: 6.4375rem;
}

.event-detail .event-right {
	bottom: 0;
	height: 11.0625rem;
	position: absolute;
	right: 0;
	width: 11.3125rem;
}

.event-detail .event-detail-inner {
	border: solid 0.125rem #333333;
	max-width: 21.5625rem;
	padding: 2.5625rem 1.25rem 2.375rem;
}

.event-detail .event-detail-inner .event-scroll .event-date {
	font-size: 0.75rem;
	height: 2rem;
	padding: 0 0.3125rem;
	width: 16.25rem;
}

.event-detail .event-detail-inner .event-scroll .event-title {
	font-size: 1.25rem;
	line-height: 1.4;
	margin-bottom: 0.625rem;
}

.event-detail .event-detail-inner .event-scroll .update-date {
	font-size: 0.875rem;
	margin-bottom: 0.75rem;
}

.event-detail .event-detail-inner .event-scroll .share-area {
	gap: 0.625rem;
	justify-content: flex-end;
	margin-bottom: 1.25rem;
	margin-top: 1.25rem;
}

.event-detail .event-detail-inner .event-scroll .share-area .share-01 {
	height: 1.1875rem;
	width: 2.875rem;
}

.event-detail .event-detail-inner .event-scroll .share-area .share-container {
	gap: 0.9375rem;
}

.event-detail .event-detail-inner .event-scroll .share-area .share-container .share-buttons {
	gap: 0.9375rem;
}

.event-detail .event-detail-inner .event-scroll .share-area .share-container .share-buttons .share-02 {
	height: 1.625rem;
	width: 1.625rem;
}

.event-detail .event-detail-inner .event-scroll .share-area .share-container .share-buttons .share-03 {
	height: 1.5rem;
	width: 1.5rem;
}

.event-detail .event-detail-inner .event-scroll .share-area .share-container .share-buttons .share-04 {
	height: 1.5625rem;
	width: 1.625rem;
}

.event-detail .event-detail-inner .event-scroll .share-area .share-container .share-05 {
	height: 1.75rem;
	width: 1.125rem;
}

.event-detail .event-detail-inner .event-scroll p {
	font-size: 0.9375rem;
}

.event-detail .event-detail-inner .event-scroll h2 {
	font-size: 1.125rem;
}

.event-detail .event-detail-inner .event-scroll h4 {
	font-size: 1rem;
}

.event-detail .event-detail-inner .event-scroll h3 {
	font-size: 1.0625rem;
	margin-bottom: 0.625rem;
	padding-left: 0.5rem;
}

.event-detail .event-detail-inner .event-scroll .event-intro {
	margin-bottom: 1.8125rem;
}

.event-detail .event-detail-inner .event-scroll .event-section-title {
	margin-bottom: 0.5625rem;
}

.event-detail .event-detail-inner .event-scroll .event-description {
	margin-bottom: 1.75rem;
}

.event-detail .event-detail-inner .event-scroll .event_date {
	margin-bottom: 1.1875rem;
}

.event-detail .event-detail-inner .event-scroll .event-venue {
	margin-bottom: 0.5625rem;
}

.event-detail .event-detail-inner .event-scroll .map-area {
	height: 8.0625rem;
	margin-bottom: 1.875rem;
	width: 19.0625rem;
}

.event-detail .event-detail-inner .event-scroll .map-area iframe {
	height: 8.0625rem;
	width: 19.0625rem;
}

.event-detail .event-detail-inner .event-scroll .event-contents-list {
	margin-bottom: 1.1875rem;
}

.event-detail .event-detail-inner .event-scroll .event-fee {
	margin-bottom: 1.8125rem;
}

.event-detail .event-detail-inner .event-scroll .event-contact {
	margin-bottom: 1.8125rem;
}

.section-events {
	padding: 3.75rem 1.25rem 5rem;
}

.section-events .section-events__inner .section-events__heading .section-events__title {
	font-size: 1.375rem;
}

.section-events .section-events__inner .section-events__heading .section-concept-movie__underline {
	height: 0.375rem;
	margin: 0.625rem auto 1.5625rem;
	width: 19.75rem;
}

.section-events .section-events__inner .section-events__heading .section-events__lead {
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 2.5rem;
}

.section-events .section-events__inner .section-events__list {
	gap: 1.0625rem;
}

.section-events .section-events__inner .section-events__list .section-events__item::before {
	bottom: 0.6875rem;
	height: 6.125rem;
	left: 0.1875rem;
	width: 10rem;
}

.section-events .section-events__inner .section-events__list .section-events__item {
	align-items: center;
	border-bottom: dotted 0.125rem #a7a7a7;
	display: flex;
	gap: 1rem;
	padding-bottom: 0.9375rem;
}

.section-events .section-events__inner .section-events__list .section-events__item .section-events__thumb {
	display: flex;
	height: 6.125rem;
	margin: 0;
	width: 10rem;
}

.section-events .section-events__inner .section-events__list .section-events__item .section-events__text {
	font-size: 0.9375rem;
	width: 9.9375rem;
}

.section-events .section-events__inner .section-events__btn-wrap {
	border: none;
	height: 3.75rem;
	margin: 1.875rem auto 0;
	width: 20.9375rem;
}

.section-events .section-events__inner .section-events__btn-wrap a {
	font-size: 1rem;
}

.hero {
	padding-bottom: 5rem;
}

.hero .video-container {
	-o-object-fit: cover;
	height: calc(100vh - 4.375rem);
	object-fit: cover;
	overflow: hidden;
	top: 4.375rem;
}

.hero .video-container video {
	aspect-ratio: 9/16;
	overflow: hidden;
	width: 100%;
}

.hero .character-container {
	margin-top: 4.375rem;
}

.hero .hero_anniversary .anniversary {
	height: 16.1875rem;
	top: 37%;
	width: 19.375rem;
}

.hero .hero-block .footer__decoration-img--left {
	height: 4.8125rem;
	width: 6.4375rem;
}

.hero .hero-block .footer__decoration-img--right {
	height: 6.4375rem;
	width: 11.25rem;
}

.hero .text-container .text {
	font-size: 1.125rem;
	line-height: 2;
	margin: 0 auto;
	margin-bottom: 3.75rem;
	margin-top: 5.125rem;
	width: 20.625rem;
}

.hero .hero-button {
	margin-bottom: 5rem;
	width: 20.9375rem;
}

.hero .hero-button button {
	font-size: 1rem;
	padding: 1.125rem 0;
	width: 20.9375rem;
}

.site-footer .site-footer__inner {
	padding: 3.75rem 0rem 7.0625rem;
}

.site-footer .site-footer__inner .site-footer_nav .footer__nav-list {
	flex-direction: column;
	font-size: 1.125rem;
	gap: 1.5rem;
}

.site-footer .site-footer__inner .site-footer__brand {
	height: 7.875rem;
	margin: 0 auto;
	width: 15.125rem;
}

.site-footer .site-footer__inner .site-footer__brand img {
	height: 11.25rem;
	margin: 5rem auto 0rem;
	position: relative;
	width: 15.125rem;
	z-index: 2000;
}

.site-footer .site-footer__inner .footer__decoration .footer__decoration-img--left {
	bottom: -7.0625rem;
	height: 6.5rem;
	width: 6.5rem;
}

.site-footer .site-footer__inner .footer__decoration .footer__decoration-img--right {
	bottom: -7.0625rem;
	height: 6.5rem;
	width: 9.75rem;
}

.site-footer .site-footer__copyright {
	padding: 2.5rem 0 1.25rem;
}

.site-footer .site-footer__copyright .site-footer__copyright-inner .site-footer__copyright_wrap {
	flex-direction: column;
	gap: 1.25rem;
	margin-bottom: 1.875rem;
}

.site-footer .site-footer__copyright .site-footer__copyright-inner .site-footer__copyright_wrap .footer__copyright-link {
	font-size: 0.875rem;
	gap: 0.1875rem;
}

.site-footer .site-footer__copyright .site-footer__copyright-inner .footer-copyright__text {
	font-size: 0.75rem;
	margin-top: 0.625rem;
}

.layout-header {
	background: #F23340;
	height: 5rem;
}

.layout-header.is-scrolled,
.layout-header.is-scroll {
	height: 4.84375rem;
}

.layout-header .header__inner {
	padding: 0 0.625rem 0 1.25rem;
}

.layout-header .header__inner .header__logo-wrap .header__logo {
	max-width: 14.8125rem;
	width: -moz-fit-content;
	width: fit-content;
}

.layout-header .header__inner .header__logo-wrap .header__logo-sub {
	font-size: 0.75rem;
	margin-top: 0.625rem;
}

.layout-header .header__inner .header__nav {
	display: none;
}

.layout-header .header__inner .header__hamburger {
	background: #221816; /* 黒丸背景 */
	border: none;
	border-radius: 50%;
	box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.12);
	cursor: pointer;
	display: block;
	height: 3rem;
	margin: 0;
	outline: none;
	padding: 0;
	padding: 1.0625rem 0.8125rem;
	position: relative;
	transition: 0.3s;
	width: 3rem;
	z-index: 999;
}

.layout-header .header__inner .header__drawer.is-open {
	right: 0;
}

.header__drawer-nav::-webkit-scrollbar {
	-webkit-appearance: none;
	display: none;
}

.header__drawer::-webkit-scrollbar {
	-webkit-appearance: none;
	display: none;
}

.timeline .timelinetext {
	background: none;
	padding: 3.125rem 0 0;
}

.timeline .timelinetext p {
	font-size: 0.9375rem;
}

.timeline .history_background {
	bottom: 0;
	height: 14.3125rem;
	position: fixed;
	width: 100%;
}

.timeline .timeline-items__wrap {
	padding: 2.375rem 0rem 3.625rem;
}

.timeline .timeline-items__wrap .timeline-items {
	width: 21.375rem;
}

.timeline .timeline-items__wrap .timeline-items .timeline_start {
	margin-bottom: 2.5rem;
	width: 21.375rem;
}

.timeline .timeline-items__wrap .timeline-items .timeline_start img {
	height: 4rem;
	margin: 0 auto;
	position: relative;
	top: 0;
	width: 11.25rem;
	z-index: 2000;
}

.timeline .timeline-items__wrap .timeline-items .timeline_wrap {
	flex-direction: column;
	gap: 2.5rem;
}

.timeline .timeline-items__wrap .timeline-items .timeline_wrap .timeline-item {
	margin-bottom: 3.125rem;
}

.timeline .timeline-items__wrap .timeline-items .timeline_wrap .timeline-item .timeline-content .left_timeline-title {
	font-size: 1.125rem;
	padding: 1.5625rem 2.3125rem 1.8125rem;
	top: 0;
	width: 20.9375rem;
}

.timeline .timeline-items__wrap .timeline-items .timeline_wrap .timeline-item .timeline-content .left_timeline-title.title-01 {
	padding: 1.5625rem 0rem 1.5rem 5.9375rem;
}

.timeline .timeline-items__wrap .timeline-items .timeline_wrap .timeline-item .timeline-content .left_timeline-title.title-01::before {
	height: 6rem;
	width: 4.375rem;
}

.timeline .timeline-items__wrap .timeline-items .timeline_wrap .timeline-item .timeline-content .left_timeline-title.title-02 {
	padding: 1.5625rem 0 1.5rem 6.0625rem;
}

.timeline .timeline-items__wrap .timeline-items .timeline_wrap .timeline-item .timeline-content .left_timeline-title.title-02::before {
	top: -0.9375rem;
}

.timeline .timeline-items__wrap .timeline-items .timeline_wrap .timeline-item .timeline-content .left_timeline-title.title-03 {
	padding: 0.875rem 5rem 0.8125rem 1.1875rem;
}

.timeline .timeline-items__wrap .timeline-items .timeline_wrap .timeline-item .timeline-content .left_timeline-title.title-03::before {
	bottom: 0.625rem;
	height: 5.75rem;
	right: 0.9375rem;
	width: 4.1875rem;
}

.timeline .timeline-items__wrap .timeline-items .timeline_wrap .timeline_right_wrap .timeline-item_right .timeline-content {
	height: 16.875rem;
	padding: 1.5625rem;
	width: 20.9375rem;
}

.timeline .timeline-items__wrap .timeline-items .timeline_wrap .timeline_right_wrap .timeline-item_right .timeline-content.timeline-2 {
	height: 18rem;
	width: 20.9375rem;
}

.timeline .timeline-items__wrap .timeline-items .timeline_wrap .timeline_right_wrap .timeline-item_right .timeline-content img {
	height: 8.75rem;
	width: 16.25rem;
}

.timeline .timeline-items__wrap .timeline-items .timeline_wrap .timeline_right_wrap .timeline-item_right .timeline-content .timeline-date .timeline-date_img {
	height: 1.625rem;
	margin-bottom: 0.3125rem;
	margin-top: 0.625rem;
	width: 6.1875rem;
}

.timeline .timeline-items__wrap .timeline-items .timeline_wrap .timeline_right_wrap .timeline-item_right .timeline-content .timeline-title {
	font-size: 0.9375rem;
}

.timeline .timeline-items__wrap .timeline-items .timeline_wrap .timeline_right_wrap .timeline-item_right .timeline-content .timeline-title span {
	font-size: 0.75rem;
}

.timeline .timeline-items__wrap .timeline-items .timeline_wrap .timeline_right_wrap .timeline-item_right .timeline-content .timeline-title.left {
	margin-left: 0;
}

.timeline .timeline-items__wrap .timeline-items .timeline_end img {
	height: 4rem;
	margin: 0 auto;
	position: relative;
	width: 11.25rem;
}

.timeline .timeline_end_item {
	padding: 0rem 0rem 12.1875rem;
	width: 20.9375rem;
}

.timeline .timeline_end_item p {
	border-radius: 1.25rem;
	font-size: 1.25rem;
	padding: 1.875rem 1.6875rem 4.0625rem;
	width: 20.9375rem;
}

.timeline .timeline_end_item p::before {
	height: 10.5625rem;
	left: 50%;
	top: 75%;
	transform: translateX(-50%);
	width: 7.0625rem;
}

.breadcrumb {
	height: 3.375rem;
	margin-top: 5rem;
	padding-left: 0.9375rem;
}

.breadcrumb ul {
	gap: 1.5rem;
}

.breadcrumb ul li {
	font-size: 0.875rem;
	white-space: nowrap;
}

.breadcrumb ul li + li::before {
	left: -0.9375rem;
}

.news-section .news-section-header {
	height: 9.375rem;
	padding: 3.1875rem 0;
}

.news-section .news-section-header .news-section-title {
	font-size: 1.375rem;
}

.news-section .news-section-header .section-concept-movie__underline {
	height: 0.375rem;
	margin: 0.625rem auto 3.1875rem;
	width: 19.75rem;
}

.news-section .news-section-header .footer__decoration-img--left {
	display: none;
}

.news-section .news-section-header .footer__decoration-img--right {
	display: none;
}

.news-section .news-wrap {
	padding: 2.375rem 0 5rem;
}

.news-section .news-wrap .news-tabs {
	gap: 0.125rem;
	margin-bottom: 3.125rem;
}

.news-section .news-wrap .news-tabs button {
	height: 2.8125rem;
	width: 7.5rem;
}

.news-section .news-wrap .news-list .news-card {
	border-bottom: dotted 0.125rem #a7a7a7;
	gap: 0.8125rem;
	margin-bottom: 1.375rem;
	margin-left: 1.0625rem;
	margin-right: 1rem;
	padding-bottom: 1.25rem;
}

.news-section .news-wrap .news-list .news-card .news-card_box-shadow::before {
	bottom: -0.25rem;
	height: 6.1875rem;
	right: -0.25rem;
	width: 10.0625rem;
}

.news-section .news-wrap .news-list .news-card .news-card_box-shadow .news-card-image {
	height: 6.1875rem;
	margin-bottom: 0rem;
	width: 10.0625rem;
}

.news-section .news-wrap .news-list .news-card .news-card-content {
	width: 21.5rem;
}

.news-section .news-wrap .news-list .news-card .news-card-content h3 {
	border-bottom: solid 0.0625rem #707070;
	font-size: 0.9375rem;
	line-height: 1.35;
	margin-bottom: 0.3125rem;
	padding-bottom: 0.875rem;
	width: 10.625rem;
}

.news-section .news-wrap .news-list .news-card .news-card-content .news-text {
	display: none;
}

.news-section .news-wrap .news-list .news-card .news-card-content .news-date {
	font-size: 0.75rem;
	width: 10.625rem;
}

.news-section .news-wrap .pagination .pagination-btn {
	font-size: 1rem;
	padding: 0.625rem 1.0625rem;
}

.news-section .news-wrap .pagination span {
	padding: 0.625rem 0.875rem;
}

.ceo-message {
	padding: 1.875rem 1.0625rem 5rem;
}

.ceo-message .ceo-message-inner .ceo-photo img {
	margin-bottom: 2.5rem;
}

.ceo-message .ceo-message-inner .ceo-title {
	font-size: 1.25rem;
	margin-left: 0;
	margin-top: 2.5rem;
}

.ceo-message .ceo-message-inner .ceo-text {
	margin-left: 0;
	padding: 0;
}

.ceo-message .ceo-message-inner .ceo-text p {
	font-size: 0.9375rem;
	margin-top: 1.8125rem;
}

.ceo-message .ceo-sign {
	align-items: flex-start;
	flex-direction: column;
	justify-content: flex-start;
	margin-left: 0;
}

.ceo-message .ceo-sign p {
	font-size: 0.9375rem;
	font-weight: 500;
}

.ceo-message .ceo-sign img {
	height: 3.625rem;
	width: 9.75rem;
}

}

@media (max-width: 767px) {

#scrolly-video-pc {
	display: none !important;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes popup {

0% {
	opacity: 0;
	transform: translateY(40px) scale(0.8);
}

100% {
	transform: translateY(0) scale(1);
}

80%,100% {
	opacity: 1;
}

}


/*# sourceMappingURL=style.css.map */
