/*
red #c8000f
blue #0a0a63
*/

@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese');

* {
	margin: 0;
	padding: 0;
	border: 0;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

li {
	list-style: none;
}

img {
	vertical-align: bottom;
	width: 100%;
	height: auto;
}

body {
	font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 16px;
	-webkit-text-size-adjust: 100%;
	line-height: 1.5;
	color: #444;
	background-color: #fff;
}

.noscroll {
	position: fixed;
	overflow-y: auto;
}

input {
	padding: 5px;
	line-height: 1.2;
	font-size: 24px;
	font-size: 1.5rem;
}

a {
	text-decoration: none;
}

a:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
	transition: opacity 0.2s;
}

@media all and (-ms-high-contrast: none) {
	a:hover {
		transition: opacity 0.0s;
	}
}

body {
	background: url(../../assets/img/index/bg.jpg) center top no-repeat;
	background-size: auto;
	min-width: 1350px;
}

.pageWrap {
	width: 1350px;
	background: #fff;
	margin: 0 auto;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}

/* Header */

header {
	width: 100%;
	height: 70px;
	background: #000032;
	padding: 25px 0;
}

header h1 {
	color: #fefefe;
	font-size: 24px;
	width: 100%;
	max-width: 1350px;
	text-align: left;
	display: block;
	margin: 0 auto;
	line-height: 1;
	padding-left: 50px;
}


/* MV */

section.mv {
	width: 1350px;
	height: 520px;
	position: relative;
	background: url(../../assets/img/index/mv_rippedR.png) top right no-repeat, url(../../assets/img/index/mv_rippedL.png) top left no-repeat;
	background-size: 30%;
}

section.mv img.mv-img {
	display: block;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 480px;
	position: absolute;
	margin-top: -35px;
}

section a.indexlink {
	display: block;
	background: transparent;
	width: 154px;
	height: 35px;
	position: absolute;
	top: 111px;
	left: 460px;
	z-index: 1;
}

section.mv .movie-info img {
	max-width: 28px;
	width: 28px;
	margin-right: 5px;

}

@media all and (-ms-high-contrast: none) {
	section.mv .movie-info img {
		width: 100%;
	}
}

section.mv .movie-info a {
	color: #0a0a63;
	background: #fdd000;
	font-weight: bold;
	padding: 10px 15px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	margin-top: 175px;
	font-size: 19px;
}

section.mv .movie-info .st0 {
	fill: #0a0a63;
}


/* Sections */

/* General */
section .innerWrap {
	width: 800px;
	display: block;
	margin: 0 auto;
}

section h2 {
	font-size: 28px;
	margin: 40px auto;
	border-bottom: 2px solid;
	position: relative;
}

section h2:before {
	content: "";
	position: absolute;
	background: #0a0a63;
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	bottom: -4px;
	left: 0;
}

section h2:after {
	content: "";
	position: absolute;
	background: #0a0a63;
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	bottom: -4px;
	right: 0;
}

.innerclear {
	padding-bottom: 20px;
}

section p {
	font-size: 15px;
	margin-bottom: 40px;
	line-height: 1.8;
	width: 100%;
	text-align: left;
}

section p span.red {
	color: #c8000f;
}

section.blueBG {
	background: #dbdcf0;
	width: 100%;
	color: #0a0a63;
	font-weight: bold;
	text-align: center;
	padding: 1px;
}

section.whiteBG {
	background: #fff;
	width: 100%;
	color: #0a0a63;
	font-weight: bold;
	text-align: center;
	padding: 1px;
}

/* Intro */
section.intro div.introtable {
	width: 100%;
	margin-bottom: 40px;
	display: table;
}

section.intro div.introtable div.tr {
	display: table-row;
}

section.intro div.introtable div.tr div.td {
	text-align: left;
	vertical-align: middle;
	display: table-cell;
	padding-right: 10px;
}

section.intro span.byline {
	font-weight: normal;
}

section.intro div.introtable div.applyArea {
	background: #b2b2de;
	padding: 10px;
	position: relative;
}

section.intro div.introtable div.applyArea span.title {
	font-size: 16px;
	letter-spacing: 5px;
	padding: 0 8px;
	text-align: center;
	width: 130px;
	display: block;
	margin: 0 auto 20px auto;
	border: 2px solid;
}

section.intro div.introtable p {
	margin-bottom: 0;
}

section.intro div.introtable div.tr div.td a.formButton {
	display: block;
	background: #c8000f;
	color: #fff;
	width: 100%;
	margin: 3px auto 6px auto;
	padding: 8px 30px 8px 15px;
	text-align: center;
	box-shadow: 3px 3px 0px #0a0a63;
	position: relative;
	font-size: 14px;
	min-width: 220px;
}

section.intro div.introtable div.tr div.td a.formButton:after {
	content: "";
	border-top: 2px solid #fefefe;
	width: 9px;
	height: 9px;
	position: absolute;
	right: 20px;
	top: 15px;
	transform: scale(1.5, 1) rotate(45deg);
	border-right: 2px solid #fefefe;
}

section.intro div.introtable div.tr div.td a.formButton:hover {
	box-shadow: 0 0 0 #0a0a63;
	top: 3px;
	left: 3px;
}

section.intro div.introtable div.applyArea span.eventlabel,
section.intro div.introtable div.applyArea span.eventinfo {
	display: inline-block;
	font-size: 12px;
}

section.intro div.introtable div.applyArea span.eventlabel {
	border: 2px solid;
	padding: 1px 2px;
	margin-right: 3px;
	font-size: 10px;
	letter-spacing: 1px;
}

section.intro div.introtable div.applyArea span.spacer {
	margin-bottom: 20px;
}

/* Apply */
section .locWrap {
	width: 375px;
	display: inline-block;
	margin-bottom: 40px;
	vertical-align: top;
}

section .locWrap.left {
	margin-right: 20px;
}

section .locWrap.right {
	margin-left: 20px;
}

section .locWrap a.locButton {
	width: 100%;
	color: #fefefe;
	display: block;
	background: #c8000f;
	padding: 10px 0;
	font-size: 21px;
	border-radius: 20px;
	position: relative;
}

section .locWrap a.locButton:after {
	content: "";
	border-top: 2px solid #fefefe;
	width: 10px;
	height: 10px;
	position: absolute;
	right: 30px;
	top: 20px;
	transform: scale(1.5, 1) rotate(45deg);
	border-right: 2px solid #fefefe;
}

section .locWrap a.disabled {
	opacity: 0.3;
	background: hsla(356, -40%, 39%, 1);
	pointer-events: none;
}

section .locWrap div {
	width: 375px;
	font-size: 16px;
}

section .locWrap div>span {
	width: 100px;
	box-sizing: border-box;
	border: 2px solid #0a0a63;
	display: inline-block;
	margin: 8px 8px 0px 0;
}

section .locWrap div>span.sanka {
	letter-spacing: 4px;
}

section .locWrap div.clear {
	margin-bottom: 30px;
}

#locClosed {
	width: 348px;
	margin: 15px auto 0px auto;
	padding: 10px;
	font-size: 14px;
	border: 2px solid #0a0a63;
	text-align: left;
	font-weight: normal;
	border: 2px solid #0a0a63;
}

#locClosed svg {
	width: 23px;
	height: 17px;
	fill: #0a0a63;
	display: inline;
	vertical-align: middle;
	margin-top: -3px;
}

#locClosed span.note {
	width: 290px;
	vertical-align: top;
	display: inline-block;
	border: none;
	margin: 0 0 0 5px;
	font-size: 12px;
}

#locClosed span.blocker {
	display: inline-block;
	width: auto;
	font-size: inherit;
}

.locClosed {
	width: 348px;
	margin: 15px auto 0px auto;
	padding: 10px;
	font-size: 14px;
	border: 2px solid #0a0a63;
	text-align: left;
	font-weight: normal;
	border: 2px solid #0a0a63;
}

.locClosed svg {
	width: 23px;
	height: 17px;
	fill: #0a0a63;
	display: inline;
	vertical-align: middle;
	margin-top: -3px;
}

.locClosed span.note {
	width: 96%;
	vertical-align: top;
	display: inline-block;
	border: none;
	margin: 0 0 0 5px;
	font-size: 12px;
}

.locClosed span.blocker {
	display: inline-block;
	width: auto;
	font-size: inherit;
}

/* Program */
section div.program {
	width: 800px;
	text-align: left;
	margin: 5px auto 70px auto;
	font-size: 18px;
	border-bottom: 1px solid;
	display: table;
}

section div.program div.tr {
	display: table-row;
}

section div.program div.tr div.td {
	padding: 13px 0;
	display: table-cell;
}

section div.program div.tr div.deets {
	text-align: right;
}

section div.program div.tr div.deets span.details {
	display: block;
	width: 91px;
	background: #c8000f;
	border-radius: 20px;
	padding: 3px 5px;
	text-align: center;
	color: #fff;
	font-size: 17px;
	letter-spacing: 4px;
	text-indent: 4px;
	margin-left: auto;
	cursor: pointer;
	transition: opacity 0.2s;
}

@media all and (-ms-high-contrast: none) {
	section div.program div.tr div.deets span.details {
		transition: opacity 0.0s;
	}
}



section div.program div.tr div.deets span.details:hover {
	opacity: 0.7;
}

section div.program div.tr div.event {
	position: relative;
	width: 420px;
}

section div.program div.tr div.event:after {
	content: "";
	width: 800px;
	position: absolute;
	left: -2px;
	border-bottom: 1px solid;
	top: 0;
}

/* Warning */

.warning {
	width: 100%;
	background: #fdd000;
}

.locationBanner {
	width: 100%;
	padding: 15px;
	margin: 0 auto;
	color: #0a0a63;
	text-align: center;
	font-size: 20px;
	position: relative;
	display: flex;
	justify-content: center;
	align-content: center;
	text-decoration: underline;
	text-underline-position: under;
}

.locationBanner svg {
	width: 23px;
	height: 23px;
	fill: #0a0a63;
	margin-right: 10px;
	margin-top: 7px;
}


/* Schedule */
section table.schedule {
	width: 800px;
	margin: 0px auto 40px auto;
	border-collapse: collapse;
}

section table.schedule tr td {
	text-align: left;
	font-size: 17px;
	padding: 10px;
}

section table.schedule tr td.time {
	background: #0a0a63;
	color: #fff;
	width: 180px;
	letter-spacing: 2px;
	padding-left: 25px;
	border: 2px solid #0a0a63;
	padding: 15px 10px;
}

section table.schedule tr td.whiteline {
	border-bottom: 2px solid #fff;
}

section table.schedule tr td.event {
	border: 2px solid #0a0a63;
	font-weight: normal;
	position: relative
}

section table.schedule tr td.event span.details {
	position: absolute;
	right: 8px;
	background: #c8000f;
	color: #fff;
	font-size: 14px;
	padding: 8px;
	top: 9px;
	width: 150px;
	text-align: center;
	transition: opacity 0.2s;
	border-radius: 30px;
	cursor: pointer;
}

@media all and (-ms-high-contrast: none) {
	section table.schedule tr td.event span.details {
		transition: opacity 0.0s;
	}
}

section table.schedule tr td.event span.details img{
	display: inline-block;
	width: 20px;
	margin-right: 10px;
}

section table.schedule tr td.event span.details:hover {
	opacity: 0.7;
}

section table.schedule tr td.event span.point {
	display: inline-block;
}

/* Map Area */
section .locWrap div.mapHead {
	color: #0a0a63;
	font-size: 21px;
	width: 100%;
	border-bottom: 1px solid #0a0a63;
	position: relative;
}

section .locWrap a.mapLink {
	width: 100%;
	text-align: right;
	display: inline-block;
	margin: 8px 0;
	color: #0a0a63;
	position: relative;
	font-size: 14px;
}

section .locWrap a.mapLink:before {
	content: "";
	border-top: 1px solid #0a0a63;
	width: 6px;
	height: 6px;
	position: absolute;
	right: 140px;
	top: 8px;
	transform: scale(1.5, 1) rotate(45deg);
	border-right: 1px solid #0a0a63;
}

section .locWrap a.mapLink:after {
	content: "";
	border-top: 1px solid #0a0a63;
	width: 6px;
	height: 6px;
	position: absolute;
	right: 133px;
	top: 8px;
	transform: scale(1.5, 1) rotate(45deg);
	border-right: 1px solid #0a0a63;
}

section .locWrap a.mapButton {
	width: 100%;
	height: 52px;
	background: #0a0a63;
	color: #fefefe;
	position: relative;
	display: block;
	margin-top: 9px;
	font-size: 17px;
	line-height: 52px;
}

section .locWrap a.mapButton:after {
	content: "";
	border-top: 2px solid #fefefe;
	width: 10px;
	height: 10px;
	position: absolute;
	right: 20px;
	top: 20px;
	transform: scale(1.5, 1) rotate(45deg);
	border-right: 2px solid #fefefe;
}

#locExplain {
	width: 90%;
	margin: 0 auto 30px auto;
	padding: 15px;
	font-size: 14px;
	border: 2px solid #0a0a63;
	text-align: left;
	font-weight: normal;
}

#locExplain svg {
	width: 23px;
	height: 17px;
	fill: #0a0a63;
	display: inline;
	vertical-align: middle;
	margin-top: -3px;
}

#locExplain span.noticetitle {
	font-weight: bold;
	display: inline-block;
	margin-right: 10px;
}

#locExplain span.noticetext {
	width: 500px;
	vertical-align: top;
	display: inline-block;
}

/* Caution */
section div.caution {
	border: 1px solid #000;
	padding: 15px;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	color: #333;
}

section div.caution p {
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 15px;
}

section div.caution h4 {
	display: block;
	text-align: center;
	margin-bottom: 5px;
	font-size: 16px;
}

/* Contact */
a.contact {
	width: 100%;
	height: 130px;
	background: linear-gradient(to right, #0a0a64 0%, #a6021d 100%) center center;
	color: #fefefe;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	background-size: 100%;
	transition: all 0.3s;
	position: relative;
	margin-top: 40px;
}
@media all and (-ms-high-contrast: none) {
	a.contact {
		transition: opacity 0.0s;
	}
}

a.contact:hover {
	background-size: 150%;
	opacity: 0.8;
}

a.contact:after {
	content: "";
	border-top: 4px solid #fefefe;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 150px;
	top: 50px;
	transform: scale(1.3, 1) rotate(45deg);
	border-right: 4px solid #fefefe;
	border-left: none;
	border-bottom: none;
}

a.contact span.press {
	font-size: 42px;
	display: block;
}

a.contact span.contactee {
	font-size: 21px;
	display: block;
}

/* Footer */
footer {
	width: 100%;
	height: 100px;
	background: #e1e1e1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

footer img {
	width: 100px;
	margin-bottom: 3px;
}

footer span {
	font-size: 12px;
	font-weight: normal;
	color: #000;
}

/* Modal */
.modalCover {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 2;
	display: none;
}

div.modalBox {
	max-width: 1100px;
	width: 80%;
	background: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	color: #0a0a63;
	height: 80vh;
	overflow: hidden;
	padding-bottom: 0px;
	display: none;
}

div.modalTitle {
	width: 100%;
	height: 60px;
	background: #0a0a63;
	color: #fff;
	font-size: 21px;
	position: sticky;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	border-top: 1px solid #0a0a63;
	top: 0;
	z-index: 100;
	padding: 14px;
}

div.modalTitle span.batsu {
	position: absolute;
	right: 0;
	right: 15px;
	top: 15px;
	cursor: pointer;
	transform: rotate(0deg);
	transition: transform 0.3s;
	transform-origin: center center;
	width: 27px;
	height: 27px;
}

@media all and (-ms-high-contrast: none) {
	div.modalTitle span.batsu {
		transition: transform 0.0s;
	}
}

div.modalTitle span.batsu:before {
	content: "";
	position: absolute;
	width: 27px;
	height: 4px;
	background: #fff;
	transform: rotate(45deg);
	top: 12px;
	left: 0px
}

div.modalTitle span.batsu:after {
	content: "";
	position: absolute;
	width: 27px;
	height: 4px;
	background: #fff;
	transform: rotate(-45deg);
	top: 12px;
	left: 0px;
}

div.modalTitle span.batsu:hover {
	transform: rotate(180deg);
}

div.modalBox p.modalSubtitle {
	/* max-width: 1080px; */
	width: auto;
	color: #0a0a63;
	margin: 0 30px;
	padding: 13px 0 13px 30px;
	text-align: left;
	font-weight: bold;
	background: #dbdcf0;
	margin-top: 30px;
	position: relative;
	font-size: 15px;
}

div.modalBox p.modalSubtitle:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 12px;
	border-color: transparent transparent transparent #0a0a63;
	position: absolute;
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
}

div.modalBox p {
	/* max-width: 1080px; */
	width: auto;
	font-size: 14px;
	margin: 10px 0px 0 0px;
	position: relative;
}

div.batsu {
	visibility: hidden;
}

.youtube-box {
	width: auto;
	margin: 0 auto 0;
	padding: 10px 0px 0;
}

.youtube {
	position: relative;
	width: 100%;
}

.youtube img {
	border: 2px solid #0a0a63;
}

.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.bg-Black{
	/* background: #000; */
}

#scrollStyle{

}

.ps__rail-x,
.ps__rail-y {
	opacity: 1.0 !important;
	background: #ebebeb !important;
	top: 60px !important;
	bottom: 0 !important;
	height: 100%;
}

.ps__rail-x{
	width: auto !important;
}

.ps__thumb-y {
	border-radius: 0;
	background: #aaa;
	width: 10px;
}

.ps__rail-y:hover>.ps__thumb-y,
.ps__rail-y:focus>.ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
	border-radius: 0;
	background: #aaa;
	width: 10px;
}

.modalInline{
	/* overflow: scroll ; */
	overflow-y: scroll !important;
	overflow-x: hidden !important;
	height: 90%;
	padding-bottom: 0px;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.modalInline::-webkit-scrollbar {
	/* Chrome, Safari 対応 */
	display: none;
}


.movie-row--box{
	display: flex;
	justify-content: space-between;
	margin: 15px 30px 40px;
}
.movie-row--box .movie-row--Column {
	width: 49%;
}

.presenter{
	margin-top: 25px;
	padding-top: 20px;
	border-top: 1px dashed #dbdcf0;
	font-size: 12px;
	font-weight: bold;
}


/* Mobile */
@media only screen and (max-width: 600px) {

	.sp-none{
		display: none !important;
	}

	body {
		width: 100%;
		min-width: 0px;
	}

	.pageWrap {
		width: 100%;
	}

	/* Header */

	header {
		height: 40px;
		padding: 13px 0;
	}

	header h1 {
		max-width: unset;
		padding-left: 13px;
		font-size: 15px;
	}

	/* MV */
	section.mv {
		width: 100%;
		height: 70vh;
		background: url(../../assets/img/index/mv_sp.jpg) top center no-repeat;
		background-size: cover;
	}

	section.mv img.mv-img {
		width: 80%;
		top: unset;
		bottom: 23vw;
		transform: translate(-50%, 0);
	}

	section a.indexlink {
		width: 26%;
		height: 6%;
		position: absolute;
		top: unset;
		left: 14%;
		bottom: 51vw;
	}

	section.mv .movie-info a {
		color: #0a0a63;
		background: #fdd000;
		font-weight: bold;
		padding: 10px 15px;
		position: absolute;
		left: 50%;
		top: auto;
		bottom: 10vw;
		transform: translate(-50%, -50%);
		margin-top: auto;
		font-size: 3.5vw;
		display: block;
		width: 80%;
	}

	section.mv .movie-info img {
		width: 4vw;
		margin-right: 5px;
	}

	/*　Section */

	section .innerWrap {
		width: 100%;
	}

	section h2 {
		font-size: 24px;
		margin: 35px auto 10px auto;
		width: 90%;
	}

	section p {
		font-size: 14px;
		line-height: 1.5;
		width: 80%;
		margin: 0 auto 35px auto;
	}

	section.intro div.introtable,
	section.intro div.introtable div.tr,
	section.intro div.introtable div.tr div.td {
		display: block;
	}

	section.intro div.introtable div.applyArea {
		background: #b2b2de;
		padding: 10px;
		position: relative;
		margin: 20px auto 0 auto;
		width: 80%;
	}

	section .locWrap {
		width: 90%;
	}

	section .locWrap div {
		width: 100%;
		font-size: 15px;
	}

	section .locWrap.left,
	section .locWrap.right {
		margin: 0 auto;
	}

	section .locWrap a.locButton {
		font-size: 17px;
		padding: 4px 0;
		margin-top: 10px;
	}

	section .locWrap a.locButton:after {
		top: 11px;
		width: 8px;
		height: 8px;
		right: 25px;
	}

	section .locWrap div span.sanka {
		letter-spacing: 3px;
		text-indent: 3px;
	}

	section .locWrap div span {
		width: 70px;
		font-size: 11px;
	}

	section p.remark {
		width: 90%;
		margin: 30px auto 50px auto;
	}

	section div.program {
		width: 90%;
		display: block;
	}

	section div.program div.tr {
		display: flex;
		width: 100%;
		flex-wrap: wrap;
		justify-content: flex-end;
	}

	section div.program div.tr div.event {
		padding-top: 10px;
	}

	section div.program div.tr div.event:after {
		width: 100%
	}

	section div.program div.tr div.td {
		display: block;
		padding: 4px 0;
	}

	section div.program div.tr div.time {
		font-weight: normal;
	}

	section div.program div.tr div.deets span.details {
		padding: 1px 5px;
		margin-left: 15px;
	}

	section table.schedule {
		width: 90%;
		;
	}

	section table.schedule tr td.time {
		font-size: 14px;
		width: 110px;
		padding-left: 11px;
	}

	section table.schedule tr td.event {
		padding-right: 20px;
		font-size: 14px;
	}
	section table.schedule tr td.event span.point {
		display: block;
	}
	section table.schedule tr td.event span.details {
		right: auto;
		top: auto;
		transform: translateY(0%);
		width: 100%;
		position: relative;
		display: block;
		padding: 4px;
		margin-top: 5px;
	}

	#locExplain {
		text-align: center;
	}

	#locExplain span.noticetitle {
		margin-bottom: 10px;
		margin-right: 0;
	}

	#locExplain span.noticetext {
		width: 100%;
	}

	br.hideMe {
		display: none;
	}

	section .locWrap iframe {
		width: 100%;
	}

	section .locWrap a.mapButton.left {
		margin-bottom: 30px;
	}

	section .locWrap a.mapButton:after {
		right: 15px;
		top: 19px;
	}

	section .locWrap a.mapButton.right {
		font-size: 14px;
	}

	section .locWrap div.clear {
		margin-bottom: 40px;
	}

	#locClosed {
		width: 98%;
	}

	#locClosed span.note {
		width: 100%;
		font-size: 11px;
	}

	.locClosed {
		width: 98%;
	}

	.locClosed span.note {
		width: 100%;
		font-size: 11px;
		margin: 0;
	}

	a.contact span.press {
		font-size: 25px;
	}

	a.contact span.contactee {
		font-size: 11px;
		width: 70%;
		text-align: center;
	}

	a.contact:after {
		border-width: 3px 3px 0 0px;
		right: 25px;
		top: 55px;
		width: 20px;
		height: 20px;
		transform: scale(1.2, 1) rotate(45deg);
	}

	section div.caution {
		width: 90%;
		margin: 40px auto 0 auto;
	}

	section div.caution p {
		margin: 0 auto 15px auto;
		width: 100%;
	}

	footer {
		height: 70px;
	}

	div.modalBox {
		width: 90%;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-overflow-scrolling: touch;
	}

	div.modalTitle {
		font-size: 18px;
		padding: 20px;
		min-height: 60px;
		height: auto;
	}

	div.modalTitle span.batsu {
		display: none;
		visibility: hidden;
	}

	div.modalBox p.modalSubtitle {
		width: auto;
		padding: 13px 10px 13px 30px;
	}

	div.modalBox p {
		width: auto;
		font-size: 15px;
	}

	div.batsu {
		position: fixed;
		right: 4%;
		top: 6%;
		cursor: pointer;
		transform: rotate(0deg);
		transition: transform 0.3s;
		transform-origin: center center;
		width: 27px;
		height: 27px;
		display: none;
		z-index: 3;
		visibility: visible;
	}

	@media all and (-ms-high-contrast: none) {
		div.batsu {
			transition: transform 0.0s;
		}
	}

	div.batsu:before {
		content: "";
		position: absolute;
		width: 27px;
		height: 4px;
		background: #fff;
		transform: rotate(45deg);
		top: 12px;
		left: 0px
	}

	div.batsu:after {
		content: "";
		position: absolute;
		width: 27px;
		height: 4px;
		background: #fff;
		transform: rotate(-45deg);
		top: 12px;
		left: 0px;
	}

	div.batsu:hover {
		transform: rotate(180deg);
	}

	.movie-row--box {
		display: block;
		margin: 15px 30px 40px;
	}

	.movie-row--box .movie-row--Column {
		width: 100%;
	}
}

@media only screen and (max-width: 380px) {
	section.mv img.mv-img {
		width: 80%;
		top: unset;
		bottom: 24vw;
		transform: translate(-50%, 0);
	}
}

@media only screen and (max-width: 340px) {
	.SEnone {
		display: none;
	}
	section.mv img.mv-img {
		width: 80%;
		top: unset;
		bottom: 25vw;
		transform: translate(-50%, 0);
	}
}