@charset "utf-8";
html {
	font-size: 62.5%;
	scroll-padding-top: 70px;
}

* {
	box-sizing: border-box;
}

:focus:not(:focus-visible) {
	outline: 0;
}

/* change styles
*****************************************/
/* 全体 */
body {
	background-color: #000;
	color: #fff;
	font-family: "BIZ UDPGothic", sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.6;
}

/* リンク色 */
a:link,
a:visited {
	color: #fff;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #fff;
	text-decoration: none;
}

@media screen and (max-width: 767px) {
.globalNavArea01,
.globalNav01 > ul > li > a {
	color: #fff;
}
}
.navButton01 > .top,
.navButton01 > .middle,
.navButton01 > .bottom {
	background-color: #000;
}

/* フォントファミリー */
.globalNav01 > ul > li > a {
	font-family: "Science Gothic", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-variation-settings:
	"slnt" 0,
	"wdth" 100,
	"CTRS" 0;
}
.tableWrap01 > .text01 {
	font-family: "Science Gothic", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-variation-settings:
	"slnt" 0,
	"wdth" 100,
	"CTRS" 0;
}

/* common
*****************************************/
img {
	max-width: 100%;
	height: auto;
	image-rendering: -webkit-optimize-contrast;
}

.pcNone {
	display: none;
}

.fb_iframe_widget > span {
	vertical-align: baseline !important;
}

.left {
	text-align: left !important;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}

.centerSpLeft {
	text-align: center;
}

.preload * {
	transition: none !important;
}

strong {
	font-weight: 700;
}

@media screen and (max-width: 767px) {
html {
	scroll-padding-top: 12vw;
}
body {
	font-size: 3.5vw;
	-webkit-text-size-adjust: 100%;
}

img {
	width: 100%;
}

.spNone {
	display: none !important;
}

.pcNone {
	display: block !important;
}

.centerSpLeft {
	text-align: left !important;
}

}

.mt00 {
	margin-top: 0 !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt70 {
	margin-top: 70px !important;
}

.color01 {
	color: #bd0000;
}

/* link
*****************************************/
.hover01 a img {
	transition: opacity .3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.hover01 a:hover img {
	opacity: .6;
}

.imgOver01 > a {
	display: block;
	overflow: hidden;
}

.imgOver01 > a img {
	transform: scale(1);
	transition: transform .3s;
	backface-visibility: hidden;
}

.imgOver01 > a:hover img {
	transform: scale(1.1);
}

.btn01 {
	margin: 20px auto 0;
	width: 540px;
}

.btn01 > a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	padding: 20px 55px 20px 25px;
	height: 100%;
	border: 1px solid #FFF;
	background: var(--color-blue, #033693);
	color: #fff;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	transition: opacity .3s;
}
@media (any-hover: hover) {
	.btn01 > a:hover {
		opacity: .6;
	}
}

.btn01 > a::before {
	position: absolute;
	top: 50%;
	right: 15px;
	translate: 0 -50%;
	content: "";
	width: 40px;
	aspect-ratio: 1 / 1;
	background-color: #fff;
}

.btn01 > a::after {
	position: absolute;
	top: 50%;
	right: 30px;
	margin-top: -9px;
	content: "";
	width: 14px;
	height: 14px;
	transform: rotate(45deg);
	border-top: 3px solid #033693;
	border-right: 3px solid #033693;
}

.btn02 {
	margin: 20px auto 0;
	width: 540px;
}
.btn02:first-child {
	margin-top: 0;
}

.btn02 > a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	padding: 24px 55px 24px 25px;
	height: 100%;
	border: 1px solid rgba(255, 255, 255, 0.60);
	background: rgba(255, 255, 255, 0.20);
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	transition: opacity .3s;
}
@media (any-hover: hover) {
	.btn02 > a:hover {
		opacity: .6;
	}
}

.btn02 > a::after {
	position: absolute;
	top: 50%;
	right: 30px;
	margin-top: -5px;
	content: "";
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}


@media screen and (max-width: 767px) {
.hover01 a:hover img {
	opacity: 1.0;
}

.imgOver01 > a:hover img {
	transform: scale(1);
}

.btn01 {
	margin-top: 5vw;
	width: 100%;
}

.btn01 > a {
	padding: 4.12vw 8.75vw 4.12vw 2.5vw;
	font-size: 4.5vw;
}

.btn01 > a::before {
	right: 2.5vw;
	width: 6.25vw;
}

.btn01 > a::after {
	right: 4.8vw;
	margin-top: -1.3vw;
	width: 2.0vw;
	height: 2.0vw;
}

.btn02 {
	margin-top: 5vw;
	width: 100%;
}

.btn02 > a {
	padding: 3.75vw 8.75vw 3.75vw 2.5vw;
	font-size: 3.5vw;
}

.btn02 > a::after {
	right: 4.8vw;
	margin-top: -1.3vw;
	width: 2.0vw;
	height: 2.0vw;
}

}

/* header
*****************************************/
.header01 {
	position: fixed;
	top: 0;
	z-index: 1000;
	width: 100%;
	height: 60px;
}

.header01 > .inner01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px 0 5px;
	height: 100%;
	background-color: #000;
}

.header01 > .inner01 > .logo01 {
	width: 50px;
}

.navButton01 {
	display: none;
}

.globalNavArea01 {
	display: flex;
	flex-wrap: wrap;
	margin-left: auto;
}

.globalNav01 > ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	column-gap: 25px;
}

.globalNav01 > ul > li {
	line-height: 1.0;
}

.globalNav01 > ul > li > a {
	position: relative;
	font-size: 1.8rem;
	line-height: 1.0;
	text-decoration: none;
	transition: opacity .3s;
}
@media (any-hover: hover) {
	.globalNav01 > ul > li > a:hover {
		opacity: .6;
	}
}

@media screen and (max-width: 1000px) {
.globalNav01 > ul {
	column-gap: 12px;
}

.globalNav01 > ul > li > a {
	font-size: 1.4rem;
}

}

@media screen and (max-width: 767px) {
.header01 {
	height: 10vw;
	transition: all .3s;
}
.header01 > .inner01 {
	padding: 1.25vw;
}

.header01 > .inner01 > .logo01 {
	position: relative;
	z-index: 10;
	width: 7.5vw;
}

.navButton01 {
	display: block;
	position: absolute;
	z-index: 100000;
	top: 0;
	bottom: 0;
	right: 0;
	width: 13vw;
	height: 100%;
	background: none;
	border: none;
	cursor: pointer;
	transition: all .1s;
}

.navButton01 > .top,
.navButton01 > .middle,
.navButton01 > .bottom {
	position: absolute;
	z-index: 10;
	left: 50%;
	margin-left: -2.75vw;
	width: 5.5vw;
	height: 2px;
	background-color: #fff;
	text-indent: 100%;
	white-space: nowrap;
	transition: all .1s;
}

.navButton01 > .top {
	top: 2.75vw;
}

.navButton01 > .bottom {
	top: 6.75vw;
}

.navButton01 > .middle {
	top: 4.75vw;
}

.active .navButton01 > .middle {
	background: none;
}

.active .navButton01 > .top {
	top: 4.75vw;
	rotate: 45deg;
}

.active .navButton01 > .bottom {
	top: 4.75vw;
	rotate: -45deg;
}

.globalNavArea01 {
	display: block;
	position: fixed;
	top: 10vw;
	left: 0;
	padding-top: 0;
	width: 100%;
	height: calc(100% - 10vw);
	background: rgba(0, 0, 0, 0.80);
	overflow-y: auto;
	opacity: 0;
	visibility: hidden;
	transition: opacity .4s;
}
.active .globalNavArea01 {
	opacity: 1.0;
	visibility: visible;
}

.globalNav01 {
	padding-top: 7.5vw;
	padding-bottom: 10vw;
	width: 100%;
	opacity: 0;
	visibility: hidden;
}
.active .globalNav01 {
	opacity: 1.0;
	visibility: visible;
}

.globalNav01 > ul {
	row-gap: 6.25vw;
	width: 100%;
}

.globalNav01 > ul > li {
	width: 100%;
	text-align: center;
}

.globalNav01 > ul > li > a {
	display: block;
	position: relative;
	font-size: 5.5vw;
}

}

/* footer
*****************************************/
.footer01 {
	position: relative;
	margin-top: 140px;
	padding-bottom: 40px;
}

.footer01 > .text01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
	font-size: 1.2rem;
}

.footer01 > .text01 > img {
	margin-right: 15px;
	width: 50px;
}

.pageTop01 > a {
	display: block;
	position: relative;
	width: 100%;
	height: 45px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	transition: opacity .3s;
}
@media (any-hover: hover) {
	.pageTop01 > a:hover {
		opacity: .6;
	}
}
.pageTop01 > a::before {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -5px 0 0 -9px;
	content: "";
	width: 18px;
	height: 18px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	rotate: -45deg;
	transition: all .3s;
}

.footCol01 {
	padding-bottom: 20px;
	width: 50%;
	border-bottom: 1px solid #fff;
}
.footCol01:nth-child(odd) {
	border-right: 1px solid #fff;
}
.footCol01 > .text01 {
	padding: 10px;
	background-color: #fff;
	color: #000;
	font-family: "Science Gothic", sans-serif;
	font-optical-sizing: auto;
	font-size: 2.0rem;
	font-variation-settings:
	"slnt" 0,
	"wdth" 100,
	"CTRS" 0;
	font-weight: 300;
	line-height: 1.0;
	text-align: center;
}
.footCol01:nth-child(odd) > .text01 {
	border-right: 1px solid #000;
}

.snsBtn01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 20px;
	column-gap: 20px;
}

.snsBtn01 > li {
	height: 50px;
}
.snsBtn01 > li img {
	width: auto;
	height: 100%;
}

.footList01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 20px;
	font-size: 1.4rem;
}

.footList01 > li {
	margin-top: 10px;
}

.footList01 > li:not(:last-child) {
	position: relative;
	margin-right: 20px;
	padding-right: 20px;
}

.footList01 > li:not(:last-child)::before {
	position: absolute;
	top: 50%;
	right: 0;
	content: "";
	transform: translateY(-50%);
	width: 1px;
	height: 13px;
	background-color: #000;
}

.copyright01 {
	margin-top: 20px;
	font-size: 1.2rem;
	text-align: center;
}

@media screen and (max-width: 767px) {
.footer01 {
	padding-bottom: 10vw;
}

.pageTop01 > a {
	height: 11.25vw;
}
.pageTop01 > a::before {
	margin: -1.25vw 0 0 -2.25vw;
	content: "";
	width: 4.5vw;
	height: 4.5vw;
	rotate: -45deg;
}

.footCol01 {
	padding-bottom: 5vw;
}
.footCol01 > .text01 {
	padding: 2.5vw;
	font-size: 4.5vw;
}

.snsBtn01 {
	margin-top: 5vw;
	column-gap: 3.75vw;
}

.snsBtn01 > li {
	height: 10vw;
}

.footList01 {
	margin-top: 5vw;
	font-size: 3vw;
}

.footList01 > li {
	margin-top: 2.5vw;
}

.footList01 > li:not(:last-child) {
	margin-right: 5vw;
	padding-right: 5vw;
}

.footList01 > li:not(:last-child)::before {
	width: 1px;
	height: 3.25vw;
}

.copyright01 {
	margin-top: 5vw;
	font-size: 2.5vw;
}

}

/* RSS feed
*****************************************/
.umj-rss-feed {
	margin-top: 60px;
	padding-right: 30px;
	max-height: 200px;
	overflow-y: auto;
}

.umj-feed {
	max-width: 100% !important;
}

.umj-feed .umj-feed-items .umj-feed-item {
	display: flex;
	flex-direction: row;
	margin-top: 20px !important;
	padding: 0 !important;
	border: none !important;
}

.umj-feed .umj-feed-items .umj-feed-item:first-child {
	margin-top: 0 !important;
}

.umj-feed-item-title {
	flex: none !important;
	order: 2;
	text-decoration: none;
	width: calc(100% - 120px) !important;
}
.umj-feed-item-date {
	order: 1;
	width: 120px !important;
}


.bit-widget {
	color: #fff !important;
	font-size: 1.6rem !important;
	background-color: transparent !important;
}
.bit-widget .bit-follow-section-cta {
	color: #000 !important;
}
.bit-widget a {
	color: #fff !important;
	text-decoration: none !important;
}
.bit-widget.bit-layout-ipad .bit-event .bit-button {
	color: #000 !important;
}
.bit-widget .bit-follow-section-wrapper {
	color: #fff !important;
}
.bit-widget .bit-date, .bit-widget .bit-mobile-date, .bit-widget .bit-vertical-date {
	color: #fff !important;
}
.bit-play-my-city-heading-text {
	color: #fff !important;
}
.bit-widget.bit-layout-desktop .bit-event .bit-button {
	color: #000 !important;
}
.bit-widget .bit-play-my-city-cta {
	color: #000 !important;
}

.bit-widget .bit-event:hover a {
	color: #000 !important;
}
.bit-widget .bit-event:hover .bit-follow-section-wrapper {
	color: #000 !important;
}
.bit-widget .bit-event:hover .bit-date, .bit-widget .bit-event:hover .bit-mobile-date, .bit-widget .bit-event:hover .bit-vertical-date {
	color: #000 !important;
}

.bit-widget.bit-layout-desktop .bit-titleWrapper .bit-venue {
	width: 100% !important;
}

.bit-follow-section-heading-text,
.bit-play-my-city-wrapper,
.bit-play-my-city-wrapper + div {
	display: none !important;
}
.bit-play-my-city-wrapper + div {
	background-color: #fff !important;
}


@media screen and (max-width: 767px) {
.umj-rss-feed {
	margin-top: 30px;
	padding-right: 4%;
}
.umj-feed .umj-feed-items .umj-feed-item {
	margin-top: 30px !important;
}

.umj-feed-item-title {
	width: 100% !important;
}
.umj-feed-item-date {
	order: 1;
	width: 120px !important;
}

}

/* contents
*****************************************/
.wrap01 {
	display: flex;
	flex-wrap: wrap;
}
.wrap01.bC {
	justify-content: center;
}
.wrap01.between {
	justify-content: space-between;
}
.wrap01.aC {
	align-items: center;
}
.wrap01.aEnd {
	align-items: flex-end;
}
.wrap01.reverse {
	flex-direction: row-reverse;
}

.contents01 {
	padding-top: 60px;
	overflow: hidden;
}

.mainImage01 img {
	width: 100%;
}

.mainHeading01 {
	padding: 60px 20px;
	background: var(--color-blue, #033693);
	text-align: center;
	font-size: 6.5rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 6%;
}

.section01 {
	position: relative;
	margin-top: 40px;
}
.section01 + .section01 {
	margin-top: 140px;
}

.section01 > .inner01 {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1140px;
}
.section01.w100 > .inner01 {
	padding: 0;
}

.section02 {
	margin-top: 60px;
}
.section02:first-child {
	margin-top: 0;
}
.section01 > .inner01 > .section02:first-child {
	margin-top: 40px;
}

.section03 {
	margin-top: 40px;
}

.frameArea01 {
	margin-top: 30px;
	padding: 18px 23px;
	border: 2px solid rgba(255, 255, 255, 0.40);
	background: rgba(255, 255, 255, 0.20);
}

.frameArea02 {
	margin-top: 80px;
	padding-top: 40px;
	border-top: 2px solid rgba(255, 255, 255, 0.40);
}

.releaseBlock01 {
	position: relative;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
}

.releaseBlock01 > .button01 {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	width: 64px;
	height: 100%;
	border: 1px solid #FFF;
	border-width: 0 0 0 1px;
	background: none;
	color: inherit;
	font-family: inherit;
	font-size: 2.4rem;
	font-weight: 500;
	text-align: left;
	line-height: 1.2;
	box-sizing: border-box;
}
.releaseBlock01 > .button01::before {
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	content: "";
	width: 18px;
	height: 18px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	rotate: 135deg;
	transition: all .3s;
}
@media (any-hover: hover) {
	.releaseBlock01 > .button01:hover::before {
		opacity: .6;
	}
}

.releaseBlock01 > .button01.open::before {
	rotate: -45deg;
}

.releaseBlock01 > .inner01 {
	width: calc(100% - 105px);
}

.releaseBlock01 > .inner01 > .innerBlock01 {
	padding: 30px 0 40px 40px;
}

.col01 {
	width: 30.18%;
}

.col02 {
	width: 65.79%;
}

.col03 {
	width: 44.18%;
}
.col04 {
	padding-top: 40px;
	width: 52.27%;
}


.slideArea01 {
	display: flex;
	flex-wrap: wrap;
	margin: 30px auto 0;
	padding: 0 51px;
}

.slideControl01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 30px;
}

.slideControl01 > .button01 {
	display: inline-block;
	margin: 0 10px;
	padding: 10px 20px;
	color: #fff;
	font-size: 1.8rem;
	line-height: 1.2;
	text-decoration: none;
	transition: opacity .3s;
	cursor: pointer;
	border: none;
}

.slideControl01 > .button01:hover {
	opacity: .6;
}

.backdrop01 {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(3, 54, 147, 0.70);
	overflow: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	z-index: 1000;
	cursor: pointer;
}

.inlineBox01 {
	display: flex;
	align-items: center;
	justify-self: center;
	padding: 80px 20px 40px;
	width: 100%;
	z-index: 1100;
	overflow: auto;
}

.inlineBox01 > .inner01 {
	position: relative;
	z-index: 1100;
	margin: 0 auto;
	padding: 0 40px 40px;
	max-width: 1000px;
	background-color: #000;
}
.inlineBox01 > .inner01 > .title01 {
	margin: 0 -40px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	color: #000;
	font-size: 5.0rem;
	line-height: 1.0;
}
.inlineBox01 > .inner01 > .title01 > .inner01 {
	display: inline-block;
	padding: 10px;
	background-color: #fff;
	line-height: 1.0;
}

.inlineBox01 > .inner01 > .button01 {
	position: absolute;
	top: -40px;
	right: 0;
	width: 35px;
	height: 35px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
}

.inlineBox01 > .inner01 > .button01::before,
.inlineBox01 > .inner01 > .button01::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	content: "";
	margin: auto;
	width: 40px;
	height: 2px;
	background-color: #fff;
}

.inlineBox01 > .inner01 > .button01::before {
	transform: rotate(45deg);
}
.inlineBox01 > .inner01 > .button01::after {
	transform: rotate(-45deg);
}

.movieL01 {
	margin: 60px auto 0;
	padding: 0 66px;
}

.movieL01:first-child {
	margin-top: 0;
}

.movieList01 {
	margin: 0 auto;
	max-width: 920px;
}
.movieItem01 {
	margin: 0 10px;
}
.movieItem01 a {
	display: block;
	position: relative;
	overflow: hidden;
}
.movieItem01 a::before {
	position: absolute;
	z-index: 5;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	content: "";
	width: 80px;
	aspect-ratio: 1 / 1;
	background: url(../images/ic01.svg) no-repeat 0 0 / cover;
}

.movieItem01 a img {
	scale: 1;
	transition: scale .3s;
	backface-visibility: hidden;
}
@media (any-hover: hover) {
	.movieItem01 a:hover img {
		scale: 1.1;
	}
}

.movieItem01 .caption01 {
	display: block;
	margin-top: 20px;
	text-align: center;
}

.iframeWrap01 {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.iframeWrap01 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.modalBlock01 {
	display: none;
	max-width: 920px !important;
}

.heading01 {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	color: #000;
	font-family: "Science Gothic", sans-serif;
	font-size: 8.0rem;
	font-weight: 300;
	font-optical-sizing: auto;
	font-style: normal;
	font-variation-settings:
	"slnt" 0,
	"wdth" 100,
	"CTRS" 0;
	line-height: 1.0;
}

.heading01 > .inner01 {
	display: inline-block;
	padding: 0 10px;
	background-color: #fff;
	line-height: 1.0;
}

.heading02 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	column-gap: 15px;
	padding-bottom: 13px;
	border-bottom: 2px solid #fff;
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 1.2;
}
.heading02 > .font01 {
	font-family: "Science Gothic", sans-serif;
	font-size: 2.0rem;
	font-weight: 300;
	font-optical-sizing: auto;
	font-style: normal;
	font-variation-settings:
	"slnt" 0,
	"wdth" 100,
	"CTRS" 0;
	line-height: 1.0;
}

.heading03 {
	padding-bottom: 9px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.40);
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 1.2;
}
.heading04 {
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 1.2;
}

.txt01:not(:first-child) {
	margin-top: 20px;
}

.img01:not(:first-child) {
	margin-top: 40px;
}

.img02 {
	display: table;
	margin: 40px auto 0;
	padding: 20px;
	max-width: 800px;
	background-color: #fff;
}

.img02:first-child {
	margin-top: 0;
}

.bnr01 {
	display: table;
	margin: 40px auto 0;
}

.bnr01:first-child {
	margin-top: 0;
}

.catchTxt01 {
	margin-top: 55px;
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
}

.catchTxt01:first-child {
	margin-top: 0;
}

.list01 {
	margin-top: 20px;
}
.list01:first-child {
	margin-top: 0;
}

.list01 > li {
	margin-top: 15px;
	line-height: 1.2;
}
.list01:first-child {
	margin-top: 0;
}

.list02 {
	margin-top: 10px;
}
.list02:first-child {
	margin-top: 0;
}

.list02 > li {
	position: relative;
	margin-top: 6px;
	padding-left: 20px;
}
.list02:first-child {
	margin-top: 0;
}

.list02 > li::before {
	position: absolute;
	top: .6em;
	left: 4px;
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #fff;
}


.btnList01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.btnList01 > li {
	margin-left: 0;
	margin-right: 0;
	width: 48.47%;
}

.accordion-item {
	margin-top: 20px;
	border: 2px solid rgba(255, 255, 255, 0.40);
	background: rgba(255, 255, 255, 0.20);
}
.accordion-item summary {
	padding: 10px 10px 8px 10px;
	font-weight: 700;
	cursor: pointer;
}
.accordion-item .accordion-inner {
	padding: 20px;
}
.accordion-item .accordion-inner .explain-text,
.accordion-item .accordion-inner + .lists {
	margin-top: 0;
}

@media screen and (max-width: 767px) {
.wrap01.reverse {
	flex-direction: column-reverse;
}

.contents01 {
	padding-top: 10vw;
}

.mainHeading01 {
	padding: 15vw 3.75vw;
	font-size: 7.5vw;
}

.section01 {
	margin-top: calc(20vw - 2.5rem);
}
.section01 + .section01 {
	margin-top: 35vw;
}

.section01 > .inner01 {
	padding: 0;
}

.section02 {
	margin-top: 7.5vw;
}
.section01 > .inner01 > .section02 {
	padding-left: 3.75vw;
	padding-right: 3.75vw;
}

.section02:first-child {
	margin-top: 0;
}
.section01 > .inner01 > .section02:first-child {
	margin-top: 10vw;
}

.section03 {
	margin-top: 7.5vw;
}

.frameArea01 {
	margin-top: 7.5vw;
	padding: 4.5vw 5.75vw;
}
.section01 > .inner01 > .frameArea01 {
	margin-left: 3.75vw;
	margin-right: 3.75vw;
}

.frameArea02 {
	margin-top: 15vw;
	padding-top: 10vw;
}

.releaseBlock01 > .button01 {
	width: 11vw;
}
.releaseBlock01 > .button01::before {
	width: 3.5vw;
	height: 3.5vw;
}

.releaseBlock01 > .inner01 {
	padding-bottom: 7.5vw;
	width: calc(100% - 11vw);
}

.releaseBlock01 > .inner01 > .innerBlock01 {
	padding: 7.5vw 3.75vw 0;
}

.col01 {
	width: 100%;
}

.col02 {
	padding: 7.5vw 3.75vw 0;
	width: 100%;
}

.col03 {
	width: 100%;
}
.col04 {
	padding: 10vw 3.75vw 0;
	width: 100%;
}

.slideArea01 {
	margin-top: 10px;
	padding: 0 19px;
}

.slideArea02 {
	margin-top: 30px;
	padding: 0 19px;
}

.slideControl01 > .button01 {
	font-size: 1.6rem;
}

.slideControl01 > .button01:hover {
	opacity: 1.0;
}

.inlineBox01 {
	align-items: flex-start;
	padding: 15vw 3.75vw 10vw;
}

.inlineBox01 > .inner01 {
	padding: 0 3.75vw 10vw;
}
.inlineBox01 > .inner01 > .title01 {
	margin: 0 -3.75vw;
	font-size: 7.0vw;
}
.inlineBox01 > .inner01 > .title01 > .inner01 {
	padding: 2.5vw;
}

.movieL01 {
	margin-top: 40px;
	padding: 0;
}

.movieList01 {
	max-width: initial;
	width: 78.75vw;
}
.movieItem01 {
	margin: 0 1.25vw;
}
.movieItem01 a {
	display: block;
	position: relative;
	overflow: hidden;
}
.movieItem01 a::before {
	width: 12.5vw;
}

.movieItem01 .caption01 {
	margin-top: 5vw;
}

.heading01 {
	font-size: 12.5vw;
}
.heading01.type02 {
	font-size: 10vw;
}

.heading01 > .inner01 {
	padding: 0 2.5vw;
}

.heading02 {
	padding-bottom: 3.25vw;
	font-size: 6.25vw;
}
.heading02 > .font01 {
	font-size: 4.5vw;
}

.heading03 {
	padding-bottom: 2.25vw;
	font-size: 4.5vw;
}
.heading04 {
	font-size: 4.5vw;
}

.txt01:not(:first-child) {
	margin-top: 5vw;
}

.img01:not(:first-child) {
	margin-top: 10vw;
}

.img02 {
	margin-top: 10vw;
	padding: 5vw;
}

.bnr01 {
	margin-top: 10vw;
}

.list01 {
	margin-top: 5vw;
}

.catchTxt01 {
	margin-top: 10vw;
	font-size: 5vw;
	text-align: left;
}
.btnList01 > li {
	width: 100%;
}

.accordion-item {
	margin-top: 5vw;
}
.accordion-item summary {
	padding: 2.5vw 2.5vw 2vw 2.5vw;
}
.accordion-item .accordion-inner {
	padding: 5vw;
}
}
