@charset "UTF-8";

/* ---------- 全体 ---------- */
body {
	background-image: url(../images/pc_alfred_bg.png);
}

ul {
	list-style-type: none
}

* a {
	color: #000;
	text-decoration: none;
}



/* ---------- フォント調整 ---------- */
.news-date,
.small {
	font-size: 14px;
}

.news-text,
.event-container > p:not(.event-large),
.contact-text,
.dvd-text,
.schedule-detail,
.contact-text > p {
	font-size: 16px;
}

.dvd-caption {
	font-size: 17px;
}

.small-font {
	font-size: 18px;
}

.ticket-content dt,
.ticket-content dd,
.ticket-content p {
	font-size: 20px;
}

.mid-font,
.ticket-schedule {
	font-size: 22px;
}

.event-large {
	font-size: 23px;
}

.large-font {
	font-size: 35px;
}

.purple {
	color: #9143C7;
}

.float > p {
	font-size: 40px;
	color: #fff;
	line-height: 50px;
}

#header-menu-ul > li {
	font-size: 18px;
}

* {
	font-family: ta-kotodama-r, sans-serif;
}

#copyright {
	font-size: 14px;
}

/* font-family:'メイリオ', 'Meiryo', sans-serif;  */
.bold {
	font-weight: bold;
}

h3 {
	font-weight: normal;
}

.news-new {
	font-size: 12px;
	color: #fff;
	background-color: #EA4747;
	padding: 2px 9px;
	border-radius: 10px;
	letter-spacing: 1px;
	vertical-align: 1px;
}


/* ---------- hover_animation ---------- */
#header-menu-ul li {
	background-repeat: no-repeat;
	background-position: center 42px;
}

#header-menu-ul li:last-child {
	background-position: 5px 42px;
}

.title-menu:hover {
	background-image: url(../images/pc_alfred_menu_top_bg.png);
}

.about-menu:hover {
	background-image: url(../images/pc_alfred_menu_about_bg.png);
}

.news-menu:hover {
	background-image: url(../images/pc_alfred_menu_news_bg.png);
}

.event-menu:hover {
	background-image: url(../images/pc_alfred_menu_event_bg.png);
}

.cast-menu:hover {
	background-image: url(../images/pc_alfred_menu_cast_bg.png);
}

.ticket-menu:hover {
	background-image: url(../images/pc_alfred_menu_ticket_bg.png);
}

.contact-menu:hover {
	background-image: url(../images/pc_alfred_menu_contact_bg.png);
}


/* ---------- ヘッダー ---------- */
header {
	background-color: #fff;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 100;

	box-shadow: rgb(0 0 0 / 16%) 0px 3px 6px;
}

header a {
	letter-spacing: 1px;
}

#header-title {
	-webkit-transition: all 800ms 0s ease;
	transition: all 1000ms 0s ease;
}

#header-title img {
	margin: 22px 0;
	max-width: 170px;
}

.display_opa0 {
	opacity: 0;
}

#wrapper-nav {
	display: flex;
	width: 1050px;
	height: 90px;
	margin: 0 auto;
	justify-content: space-between;
	align-items: center;
}

.header-menu,
#header-menu-ul {
	display: flex;
	align-items: center;
}

#header-menu-ul > li {
	padding: 30px;
}

#header-menu-ul > li:last-child {
	padding-right: 60px;
}

.twitter-link {
	background-image: url(../images/pc_alfred_twitter.png);
	background-repeat: no-repeat;
	background-size: contain;
	min-width: 40px;
	min-height: 40px;
}

.twitter-link {
	transition: 0.5s;
}

.twitter-link:hover {
	opacity: 0.7;
	transition: 0.5s;
}

/* ---------- トップ ---------- */
#wrapper-body {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

#wrapper-inner-body {
	width: 1050px;
	margin: 0 auto;
}

#title {
	padding-top: 127px;
	margin-top: 90px;
}

.logo-container > img {
	margin: 0 auto;
}

.title-info {
	display: flex;
	justify-content: space-between;
	margin-top: 93px;
}

.about-news {
	/* background-image: url(../images/pc_alfred_news_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 549px; */
	min-width: 537px;
	position: relative;
}

.about-news::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: -1;
	width: 513px;
	height: 100%;
	background-color: #fff;
	box-shadow: 5px 5px 0px 0 #b2b2b2;
	transform: rotate(2deg);
}

.about-news::before {
	content: "";
	display: block;
	position: absolute;
	top: 47px;
	right: 0;
	left: 0;
	margin: 0 auto;
	background-image: url(../images/pc_news_caption.png);
	width: 187px;
	min-height: 40px;
}

.news-container {
	max-width: 433px;
	height: 364px;
	margin: 117px 45px 63px 53px;
	overflow-y: scroll;
}

.news-content {
	display: flex;
}

.news-date {
	margin: auto 0;
	padding-right: 26px;
}


a.link_modal_top {
	transition: 0.5s;
}

a.link_modal_top:hover {
	color: #9143C7;
	transition: 0.5s;
}

.news-content:not(last-child) {
	border-bottom: solid 1px #FFE500;
	padding: 29px 26px 29px 0;
	margin-right: 16px;
}

.about-twitter {
	/* background-image: url(../images/pc_alfred_twitter_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 2px;
    padding-top: 2px;
    min-height: 548px; */
	max-width: 494px;
	position: relative;
}

.about-twitter::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: -1;
	width: 470px;
	height: 100%;
	background-color: #fff;
	box-shadow: 5px 5px 0px 0 #b2b2b2;
	transform: rotate(-2deg);
}

.about-twitter::before {
	content: "";
	display: block;
	position: absolute;
	top: 47px;
	right: 0;
	left: 0;
	margin: 0 auto;
	background-image: url(../images/pc_twitter_caption.png);
	width: 187px;
	min-height: 40px;
}

.news-new {
	transition: 0.5s;
}

.news-new:hover {
	opacity: 0.7;
	transition: 0.5s;
}


#timeline-container {
	width: 100%;
	margin: 119px 45px 63px 50px;
}


/* ---------- スクロールバー ---------- */
.news.box_overflow::-webkit-scrollbar,
.news-container::-webkit-scrollbar {
	width: 10px;
}

.news.box_overflow::-webkit-scrollbar-track,
.news-container::-webkit-scrollbar-track {
	box-shadow: 0 0 5px #fff inset;
}

.news.box_overflow::-webkit-scrollbar-thumb,
.news-container::-webkit-scrollbar-thumb {
	background: #B062E6;
	border-radius: 5px;
}

/* ---------- アバウト ---------- */
#about {
	margin-top: 7px;
}

#catch {
	width: 100%;
}

#top-descr {
	background-image: url(../images/pc_alfred_descr_bg.png);
	background-repeat: no-repeat;
	background-position: bottom right 218px;
	min-height: 375px;
	text-align: center;
	padding-top: 26px;
}

#top-descr > p {
	margin-bottom: 30px;
}

#top-descr > p:last-child {
	margin: 58px 110px 0 0;
	/* margin-bottom: 0; */
}

.banner {
	margin-top: 82px;
}

.banner img {
	transition: 0.5s;
}

.banner img:hover {
	opacity: 0.7;
	transition: 0.5s;
}

.inner-banner {
	background-color: #fff;
}


/* --- 6/15 追加 --- */
.about {
	margin-top: 83px;
}

.about-text {
	text-align: center;
}

.partition-box {
	border: solid 1px #B062E6;
	max-width: 351px;
}

.inner-aboout {
	position: relative;
}

.inner-about::after {
	content: "";
	display: block;
	position: absolute;
	width: 12px;
	height: 21px;
	bottom: 30%;
	right: 0;
	left: 0;
	margin: 0 auto;
	background-image: url(../images/pc_about_yajirushi.svg);
}

.inner-about dt {
	text-align: center;
	font-size: 16px;
	background-color: #B062E6;
	color: #fff;
	font-weight: bold;
}

.inner-about dd {
	font-size: 16px;
	padding: 23px 23px 23px 23px;
	letter-spacing: -0.2px;
}

.inner-about {
	display: flex;
	justify-content: space-between;
	margin-top: 25px;
}

.inner-wrapper-about {
	padding: 127px 144px 70px 144px;
	position: relative;
}

.inner-wrapper-about::after,
.wrapper-character::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: -1;
	width: 1038px;
	height: 100%;
	background-color: #fff;
	box-shadow: 5px 5px 0px 0 #b2b2b2;
	transform: rotate(1deg);
}

.inner-wrapper-about::before {
	content: "";
	display: block;
	position: absolute;
	top: 42px;
	right: 0;
	left: 0;
	margin: 0 auto;
	background-image: url(../images/pc_about_caption.png);
	width: 187px;
	min-height: 40px;
}

.headline-character {
	margin: 0 auto;
	padding-top: 75px;
	width: 701px;
}

.box-character {
	display: flex;
	justify-content: center;
	margin: 0 auto;
}

.each-character {
	width: 300px;
	margin: 0 40px;
	flex-basis: 300px;
	text-align: center;
	padding: 50px 0 80px;
}

.each-character h4 {
	padding: 20px 0 10px;
	font-size: 24px;
	line-height: 1;
	background: url(../images/character_border.png) no-repeat bottom;
}


/* ---------- バックナンバー ---------- */
#backnumber {
	margin-top: 160px;
}

#backnumber {
	display: flex;
	justify-content: center;
	padding: 0;
}

.backnumber-btn {
	position: relative;
	width: 192px;
	height: 52px;
	cursor: pointer;
}

.backnumber-btn img {
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 100%;
	display: block;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}

.purchase-hover:hover img:nth-of-type(2) {
	opacity: 0;
}

.backnumber-btn img:nth-of-type(1) {
	z-index: 1;
}

.backnumber-btn img:nth-of-type(2) {
	opacity: 0;
}

.backnumber-btn:hover img:nth-of-type(1) {
	opacity: 0;
}

.backnumber-btn:hover img:nth-of-type(2) {
	opacity: 1;
}

.tab-menu .swiper-wrapper .swiper-slide {
	padding: 0 10px;
	cursor: pointer;
}

.swiper-slide-thumb-active img:nth-of-type(1) {
	opacity: 0;
}

.swiper-slide-thumb-active img:nth-of-type(2) {
	opacity: 1;
}

.tab-content {
	overflow: hidden;
}

.tab-content .swiper-wrapper .swiper-slide {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

/* ---------- イベント ---------- */
#event {
	margin-top: 90px;
}

#event::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: -1;
	width: 1038px;
	height: 100%;
	background-color: #fff;
	box-shadow: 5px 5px 0px 0 #b2b2b2;
	transform: rotate(-1deg);
	border: solid 2px #C081EB;
}

.wrapper-event {
	display: flex;
	justify-content: space-between;
	position: relative;
}

.wrapper-event::before {
	content: "";
	display: block;
	position: absolute;
	top: 42px;
	right: 0;
	left: 0;
	margin: 0 auto;
	background-image: url(../images/pc_event_caption.png);
	width: 187px;
	min-height: 40px;
}

.event-label {
	position: absolute;
	top: 0;
	left: 51px;
}

.event-container {
	padding: 127px 0 173px 43px;
}

.wrapper-map-container {
	min-width: 643px;
	padding: 127px 51px 62px 61px;
}

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

.map-container iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

#event-detail {
	margin-left: 4.4em;
}

#adress {
	margin-left: 5em;
}

.event-container > p:nth-child(even) {
	margin-top: 20px;
}


/* ---------- キャスト ---------- */

.wrapper-cast {
	width: 100%;
}

.wrapper-cast h5 {
	margin: 0;
	font-size: 30px;
	font-weight: 100;
	letter-spacing: 0.06em;
	text-align: center;
	background: url(../images/cast-h_bg.png) no-repeat center center;
}

.cast-list {
	display: flex;
	justify-content: space-evenly;
	padding: 35px 0 68px;
	margin: 0;
}

.cast-image:nth-child(3) {
	margin-top: 5px;
	margin-right: 10px;
}

.cast-image:last-child {
	margin-top: 15px;
}

#wrapper-footer {
	background: #fff;
	min-width: 1200px;
}


/* ---------- チケット ---------- */
.wrapper-ticket {
	margin-top: 73px;
	position: relative;
}

.wrapper-ticket::before {
	content: "";
	display: block;
	position: absolute;
	top: 40px;
	right: 0;
	left: 0;
	margin: 0 auto;
	background-image: url(../images/pc_ticket_caption.png);
	width: 187px;
	min-height: 40px;
}

.wrapper-ticket::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: -1;
	width: 1038px;
	height: 100%;
	background-color: #fff;
	box-shadow: 5px 5px 0px 0 #b2b2b2;
	/* transform: rotate(1deg); */
}

.inner-wrapper-ticket {
	padding: 125px 45px 50px 50px;
}

.ticket-content {
	border: solid 1px #B062E6;
	text-align: center;
	padding: 40px 0;
}

.ticket-container {
	display: flex;
}

/*.ticket-container > .ticket-content:first-of-type .icon-ticket {
	margin-top: 29px;
	margin-bottom: 40px;
}
*/

.wrapper-ticket-content {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.icon-area {
	display: flex;
	align-items: center;
	justify-content: center;
}

.icon-ticket-only {
	width: 94px;
	margin-top: 30px;
}

.icon-ticket-br {
	width: 192px;
	margin-top: 20px;
}

.icon-w-ticket {
	width: 188px;
	margin-top: 20px;
}

.icon-ticket-goods {
	margin-top: 38px;
}

.icon-plus {
	margin-bottom: 10px;
}

.icon-plus img.pcout {
	width: 24px;
	margin: 0 5px;
}

.ticket-content-a {
	/*min-width: 432px;*/
	width: 100%;
	padding: 0;
}

.ticket-content-b {
	min-width: 499px;
}

.ticket-content-c {
	margin-right: 19px;
	min-width: 236px;
}

.ticket-content-d {
	margin-right: 19px;
	min-width: 304px;
}

.ticket-content-e {
	min-width: 372px;
}

.wrapper-discount {
	display: flex;
	justify-content: center;
	margin-right: 146px;
}

.discount {
	position: relative;
	max-width: 146px;
	display: block;
}

.discount img {
	position: absolute;
	min-width: 146px;
	top: -1px;
}

.ticket-content p.ticket-note {
	font-size: 16px;
	color: #EA4747;
}

.box-ticket-a {
	flex-basis: 440px;
	padding: 40px;
}

.box-ticket-goods {
	flex-basis: 510px;
	background-color: #f7effc;
	padding: 40px;
}

.box-ticket-goods h4 {
	font-size: 20px;
	color: #B062E6;
	border-bottom: solid 1px #B062E6;
	padding-bottom: 19px;
	margin-bottom: 20px;
}

.box-ticket-goods h4 img {
	display: inline;
}

.box-ticket-goods h4::before {
	content: "";
	display: block;
	width: 16px;
	background: url(../images/ticket-goods-star.png) no-repeat;
}

.ticket-goods-detail {
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	align-items: center;
	width: 400px;
	margin: 0 auto;
}

.ticket-goods {
	flex-basis: 251px;
	width: 251px;
}

.ticket-goods-info {
	flex-basis: 150px;
	font-size: 14px !important;
	color: #B062E6;
	text-align: left;
	width: fit-content;
	margin: 0 auto;
}

.ticket-goods-info span {
	background: url(../images/circle.png) no-repeat;
	background-size: 0.6em;
	background-position: left center;
	padding-left: 1em;
}

.ticket-goods-note {
	font-size: 12px !important;
	text-align: right;
}

.blink {
	-webkit-animation: blink 0.7s ease-in-out infinite alternate;
	-moz-animation: blink 1.5s ease-in-out infinite alternate;
	animation: blink 0.7s ease-in-out infinite alternate;
}

@-webkit-keyframes blink {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-moz-keyframes blink {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes blink {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

/* .discount {
    background-image: url(../images/pc_alfred_ticket_discount.png);
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 28px;
    min-width: 146px;
} */

.ticket-schedule {
	margin-bottom: 10px;
}

.inner-wrapper-ticket .ticket-schedule:nth-of-type(n + 2),
.dvd-info {
	margin-top: 45px;
}

.schedule-type {
	float: left;
	text-align: justify;
	text-align-last: justify;
	width: 120px;
}

.schedule-period {}

.ticket-purchase-btn {}

.modaal-purchase-btn {
	/*	margin: 33px auto 55px auto;*/
}

.inner-ticket-purchase-btn {
	/*	margin: 60px auto 55px auto;*/
}

.purchase-hover {
	position: relative;
	margin: 62px auto 0;
	width: 360px;
	height: 66px;
	display: block;
	cursor: pointer;
}

.purchase-hover img {
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 100%;
	display: block;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}

.purchase-hover:hover img:nth-of-type(2) {
	opacity: 0;
}

.inner-wrapper-ticket .purchase-hover img:nth-of-type(1),
.inner-wrapper-goods .purchase-hover img:nth-of-type(1) {
	z-index: 1;
}

.inner-wrapper-ticket .purchase-hover img:nth-of-type(2),
.inner-wrapper-goods .purchase-hover img:nth-of-type(2) {
	opacity: 0;
}

.inner-wrapper-ticket .purchase-hover:hover img:nth-of-type(1),
.inner-wrapper-goods .purchase-hover:hover img:nth-of-type(1) {
	opacity: 0;
}

.inner-wrapper-ticket .purchase-hover:hover img:nth-of-type(2),
.inner-wrapper-goods .purchase-hover:hover img:nth-of-type(2) {
	opacity: 1;
}


.ticket-btn-out {
	margin: 62px auto 0;
	width: 360px;
	height: 66px;
}

.strikethrough {
	text-decoration: line-through;
}

/* --- 6/15 追加 --- */
.bonus-video {
	background-color: rgba(176, 98, 230, 0.1);
	margin: 10px 0;
}

.inner-bonus-video {
	padding: 15px 17px;
}

.inner-bonus-video p:first-child {
	color: #9143C7;
	display: flex;
	align-items: center;
	font-weight: bold;
}

.inner-bonus-video p:first-child::before {
	content: "";
	display: inline-block;
	background-image: url(../images/pc_about_captionstar_left.svg);
	background-repeat: no-repeat;
	width: 16px;
	height: 14px;
	margin-right: 2px;
}

.inner-bonus-video p:first-child::after {
	content: "";
	display: inline-block;
	background-image: url(../images/pc_about_captionstar_right.svg);
	background-repeat: no-repeat;
	width: 16px;
	height: 14px;
	margin-left: 2px;
}


/* ---------- グッズ ---------- */
.icon-dvd img {
	width: 122px;
}

#goods {
	margin-top: 95px;
}

.wrapper-goods {
	position: relative;
}

.wrapper-goods::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: -1;
	width: 1038px;
	height: 100%;
	background-color: #fff;
	box-shadow: 5px 5px 0px 0 #b2b2b2;
	transform: rotate(1deg);
}

.wrapper-goods::before {
	content: "";
	display: block;
	position: absolute;
	top: 52px;
	right: 0;
	left: 0;
	margin: 0 auto;
	background-image: url(../images/pc_goods_caption.png);
	width: 187px;
	min-height: 40px;
}

.inner-wrapper-goods {
	padding: 137px 49px 60px 50px;
}

.goods-headline3 {
	font-size: 22px;
	margin-bottom: 10px;
}

.goods-headline3:nth-child(n+2) {
	margin-top: 45px;
}

.goods-container {
	border: solid 1px #B062E6;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
}

.goods-container img {
	min-width: 73px;
	margin-right: 20px;
}

.goods-container2-box {
	display: flex;
	flex-wrap: wrap;
}

.goods-container2 {
	width: 304px;
	border: solid 1px #B062E6;
	margin-left: 19px;
	text-align: center;
}
.goods-container2:nth-child(n+4) {
	margin-top: 20px;
}
.goods-container2:first-child,
.goods-container2:nth-child(3n+1) {
	margin-left: 0;
}

.goods-container2-thumnail {
	background-color: #F7EFFC;
	position: relative;
	}

.goods-container2-thumnail img:nth-child(2):hover{
	opacity: 0.7;
	}

.goods-glass {
	position: absolute;
	right: 10px;
	bottom: 10px;
	}


.goods-container2-itemname {
	height: 124px;
	padding-top: 20px;
}

.good-container2-price {
	padding-top: 10px;
}

.inner-goods-container {
	padding: 40px 0
}

.dvd-caption {
	margin-bottom: 10px;
}

.dvd-caption:nth-child(n+2) {
	margin-top: 40px;
}

.goods-detail,
.subsc-period {
	margin-top: 40px;
}

.goods-purchase-btn {}


/*追加*/
.box_inline-cont {
	background: #fff;
	padding: 45px 63px;
	font-size: 14px;
	line-height: 1.6;
	border: solid 5px #e6dac6;
	display: none;
}

.ttl_inline-cont {
	margin-bottom: 30px;
	margin-left: 0;
	font-size: 22px;
	line-height: 1;
	text-align: center;
}

.ttl_inline-heading {
	margin-bottom: 1em;
	margin-left: 0;
	font-size: 20px;
	line-height: 1;
	/* text-align: center; */
}

.ttl_inline-heading:not(:first-of-type) {
	margin-top: 2.5em;
}

.box_overflow {
	overflow-y: auto;
}

.box_overflow.inline-cont {
	width: 100%;
	height: 294px;
	padding-right: 8px;
	/*padding-bottom: 2em;*/
}

.box_overflow.inline-goods img {
	width: 100%;
	height: auto;
}

.box_overflow.inline-goods img {
	max-width: 700px;
	margin: 0 auto;
}

.box_overflow.inline-cont.has_bg {
	background: #fff0f0;
	padding: 1em;
}

.lf {
	margin-bottom: 1.5em;
}

.se {
	margin-bottom: 35px;
}

.txt_indent {
	padding-left: 1em;
	text-indent: -1em;
}

.ticket-purchase-buttom a {
	width: 100%;
	height: 100%;
	padding-top: 3px;
	/*padding: 13px 0 ;*/
	color: #fff;
	font-weight: bold;
	line-height: 1.2;
	/*display: block;*/
	display: flex;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
}

.ticket-purchase-buttom small {
	font-size: 14px;
}

.purchase-hover:hover {
	opacity: 0.7;
}

.modaal-btn img {
	width: auto;
}

.modaal-content-container p.news_inline-cont_date {
	font-family: ta-kotodama-r, sans-serif;
}

.modaal-content-container p,
.modaal-content-container a,
.modaal-content-container h3,
.modaal-content-container h4 {
	font-family: Hiragino Sans, "ヒラギノ角ゴシック", "メイリオ", Meiryo, '游ゴシック', '小塚ゴシック Pr6N', osaka, "ＭＳ Ｐゴシック", sans-serif;
}

.modaal-content-container p,
.modaal-content-container a {
	font-weight: 100;
	font-size: 14px;
}

.modaal-content-container h3 {
	font-weight: normal;
	font-size: 22px;
}

.modaal-content-container h4 {
	font-size: 14px;
}

.modaal-content-container a {
	color: #9143C7;
}

.modaal-content-container > p {
	font-size: 14px;
}

.modaal-content-container > p:first-child {
	padding-top: 25px;
}

.btn-link {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 294px;
	min-height: 68px;
	border-radius: 34px;
	background-color: #B062E6;
	padding: 13px 0;
	margin: 0 auto;
}

.modaal-content-container .btn-link a {
	color: #FFFFFF;
	font-size: 22px;
	font-weight: normal;
	line-height: 1;
	text-align: center;
}

.modaal-content-container .btn-link a span {
	font-size: 0.66em;
}

/*newsウィンドウ調整*/
.ttl_inline-cont.news {
	font-size: 24px;
	text-align: left;
	margin-top: 30px;
	font-family: ta-kotodama-r, sans-serif;
}

.box_overflow.news p,
.box_overflow.news a {
	font-size: 17px;
	font-family: ta-kotodama-r, sans-serif;
}

.news.box_overflow.inline-cont {
	border-top: solid 1px #FFE500;
	padding-top: 30px;
}

/*modal*/
.modaal-container {
	max-width: 1000px;
	border: solid 2px #FFE500;
	box-shadow: none;
}

.modaal-content-container {
	padding: 40px 75px;
	font-size: 14px;
	line-height: 1.6;
}

.modaal-close {
	position: absolute;
	top: 0;
	right: 0;
}

.modaal-close:before,
.modaal-close:after {
	background: #000;
	width: 1px;
	height: 16px;
	border-radius: 0;
}

.modaal-close:focus:before,
.modaal-close:focus:after,
.modaal-close:hover:before,
.modaal-close:hover:after {
	background: #000;
}


/* ---------- コンタクト ---------- */
#contact {
	margin-top: 90px;
}

.capt-contact > img {
	margin: 0 0 20px 20px;
}

.contact-text {
	margin-left: 50px;
}

.contact-text > p:last-child {
	margin-top: 20px;
}

.link-decoration {
	color: #9143C7;
	text-decoration: underline;
}


/* ---------- フッター ---------- */
footer {
	background: #fff;
	margin-top: 175px;
}

#copyright {
	text-align: center;
	padding: 20px 0 25px 0;
}

.float {
	background: #E61A1A;
	text-align: center;
	padding: 15px 0;
	max-height: 130px;

	position: fixed;
	bottom: 0;
	width: 100%;
}

/* ---------- loading ---------- */
#layer_loading {
	background: url(../images/pc_alfred_bg.png) #fff repeat;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	z-index: 200;
}

.box_loading {
	text-align: center;
}

.img_compass {
	width: 105px;
	margin: 0 auto 15px;
	line-height: 0;
}

.img_compass + p {
	display: flex;
	align-items: flex-end;
}

.txt_nowloading {
	width: 150px;
	height: 26px;
	line-height: 0;
}

.anime_loading {
	width: 3px;
	height: 3px;
	margin-right: 0.2em;
	margin-bottom: 6px;
	font-weight: bold;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.anime_loading.first {
	margin-left: 0.2em;
	animation-delay: -0.32s;
}

.anime_loading.second {
	animation-delay: -0.16s;
}

.anime_loading.third {}

@keyframes sk-bouncedelay {

	0%,
	80%,
	100% {
		opacity: 0;
	}

	40% {
		opacity: 1;
	}
}

/* ---------- レスポンシブ ---------- */

@media screen and (min-width: 767px) {
	.spout {
		display: none;
	}

	.sp-br {
		display: inline;
	}
}


@media screen and (max-width: 767px) {
	/* ---------- 全体 ---------- */

	.pcout {
		display: none;
	}

	.sp-br {
		display: block;
	}

	body {
		background-image: url(../images/sp/sp_alfred_bg.png);
		background-size: 100%;
	}


	/* ---------- フォント調整 ---------- */
	.sp-small {
		font-size: 3.4666vw;
	}

	.news-date,
	.small {
		font-size: 3.2vw;
	}

	.news-text,
	.event-container > p:not(.event-large),
	.contact-text,
	.schedule-detail,
	.contact-text > p {
		font-size: 3.7333vw;
	}

	.dvd-text,
	.inner-about dd {
		font-size: 4vw;
	}

	.dvd-caption,
	.about-text,
	.inner-about dt {
		font-size: 4.2666vw;
	}

	.small-font,
	.ticket-schedule {
		font-size: 4.8vw;
	}

	.ticket-content dt,
	.ticket-content dd,
	.ticket-content p {
		font-size: 4.5333vw;
	}

	.mid-font {
		font-size: 5.3333vw;
	}

	.event-large {
		font-size: 5.0666vw;
	}

	.large-font {
		font-size: 5.3333vw;
	}

	.purple {
		color: #9143C7;
	}

	.float > p {
		font-size: 6.4vw;
		color: #fff;
		line-height: 9.3333vw;
	}

	* {
		font-family: ta-kotodama-r, sans-serif;
	}

	#copyright {
		font-size: 3.2vw;
	}

	/* font-family:'メイリオ', 'Meiryo', sans-serif;  */
	.bold {
		margin-right: 1.3333vw;
	}

	/* ---------- ヘッダー ---------- */
	header {
		width: 100vw;
		box-shadow: rgb(0 0 0 / 16%) 0 0.8vw 1.6vw;
	}

	.twitter-link {
		background-image: url(../images/sp/sp_alfred_twitter.png);
		background-size: 100%;
		min-width: 10.6666vw;
		min-height: 10.6666vw;
		margin-top: 4.2666vw;
		margin-right: 4.2666vw;
		left: 85.0666vw;
	}

	#wrapper-nav {
		width: auto;
		height: auto;
	}

	#header-title img {
		max-width: 35.7333vw;
		margin: 3.2vw 0 3.2vw 4.2666vw;
	}

	.header-btn {
		max-width: 6.6666vw;
		margin: 5.6vw 4.2666vw 5.6vw 0;
	}

	#header-menu-ul {
		flex-direction: column;
	}

	.header-menu {
		background: #b062e6;
		width: 100%;
		height: 100vh;
		position: fixed;
		top: 0;
		left: 0;
		opacity: 0;
		transition: all 400ms 100ms ease;
		transform: translate(100vw, 0)
	}

	.header-menu.anime_toggle {
		opacity: 1;
		transform: translateX(0);
	}

	.header-close-btn {
		width: 4.8vw;
		height: 4.8vw;
		line-height: 0;
		position: absolute;
		top: 5.3333vw;
		right: 5.3333vw;
	}

	#header-menu-ul {
		width: 100%;
		height: 100%;
		margin: 0 auto;
		padding: 14.9333vw 16vw 0;
		flex-direction: column;
	}

	#header-menu-ul li {
		color: #fff;
		width: 100%;
		padding: 0;
		font-size: 22px;
		position: relative;
	}

	.title-menu:hover,
	.news-menu:hover,
	.event-menu:hover,
	.cast-menu:hover,
	.ticket-menu:hover,
	.contact-menu:hover {
		background-image: none;
	}

	#header-menu-ul li a {
		width: 100%;
		height: 100%;
		padding: 7.2vw 0;
		color: #fff;
		line-height: 1;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	#header-menu-ul li::before {
		content: '';
		background: url(../images/sp/sp_alfred_menu_brdr.svg) center no-repeat;
		width: 67.7333vw;
		height: 0.8vw;
		position: absolute;
		left: 0;
		bottom: 0;
	}

	#header-menu-ul > li:last-child {
		padding-right: 0;
	}

	.twitter-link {
		display: none;
	}

	/* ---------- トップ ---------- */
	#wrapper-body {
		width: 100vw;
	}

	#wrapper-inner-body {
		width: 91.4666vw;
	}

	#title {
		padding-top: 14.9333vw;
		margin-top: 16vw;
	}

	.logo-container > img {
		width: 81.0666vw;
	}

	.about-news {
		/* background-image: url(../images/sp/sp_alfred_news_bg.png);
        background-repeat: no-repeat;
        background-size: 100%;
        min-height: 118vw; */
		min-width: auto;
		min-height: 116vw;
	}

	.about-news::after {
		width: auto;
		height: 100%;
		box-shadow: 1.3333vw 1.3333vw 0px 0 #b2b2b2;
		transform: rotate(0deg);
	}

	.about-news::before {
		content: "";
		top: 10.6666vw;
		background-image: url(../images/sp/sp_news_caption.png);
		background-repeat: no-repeat;
		background-size: 100%;
		width: 40.8vw;
		min-height: 8.5333vw;
	}

	.news-container {
		height: auto;
		max-width: none;
		max-height: 78.1333vw;
		margin: 27.2vw 4vw 10.6666vw 4vw;
	}

	.news-content {
		flex-direction: column;
	}

	.news-date {
		margin: 0;

	}

	.news-text {
		margin-top: 2.1333vw;
	}

	.about-twitter {
		/* background-image: url(../images/sp/sp_alfred_twitter_bg.png);
        background-size: 100%;
        padding: 0;
        min-height: 143.3333vw; */
		margin-top: 13.3333vw;
		max-width: 91.4666vw;
	}

	.about-twitter::after {
		width: auto;
		height: 100%;
		box-shadow: 1.3333vw 1.3333vw 0px 0 #b2b2b2;
		transform: rotate(0deg);
	}

	.about-twitter::before {
		content: "";
		top: 10.6666vw;
		background-image: url(../images/sp/sp_twitter_caption.png);
		background-repeat: no-repeat;
		background-size: 100%;
		width: 40.8vw;
		min-height: 8.5333vw;
	}

	#timeline-container {
		width: auto;
		max-height: 141.1333vw;
		padding: 27.2vw 4vw 10.6666vw 4vw;
		margin: 0;
	}


	#twitter-widget-0 {
		width: 100% !important;
		height: 100% !important;
		min-height: 103.4666vw !important;
	}

	.banner {
		margin-top: 13.3333vw;
	}

	.news-content:not(last-child) {
		border-bottom: solid 1px #FFE500;
		padding: 4.8vw 0px 4.8vw 0;
		margin-right: 3.7333vw;
	}

	.news.box_overflow.inline-cont {
		padding-top: 5.3333vw;
		height: 71.6vw;
	}

	.news-content:first-child {
		padding-top: 0;
	}

	/* ---------- mo-daru ---------- */
	.ttl_inline-cont.news {
		font-size: 4.8vw;
		margin-top: 8vw;
	}

	.box_overflow.news p {
		font-size: 4vw;
	}

	/* ---------- アバウト ---------- */
	#about {
		margin-top: 6.6666vw;
	}

	#top-descr {
		background-image: url(../images/sp/sp_alfred_descr_bg.png);
		background-repeat: no-repeat;
		background-position: bottom;
		background-size: 57.6vw;
		min-height: 144.4vw;
		text-align: center;
		padding-top: 15.2vw;
	}

	#top-descr > p {
		margin-bottom: 6.4666vw;
	}

	#top-descr > p:nth-child(3) {
		margin-bottom: 5.9333vw;
	}

	#top-descr > p:last-child {
		margin: 0;
	}

	.title-info {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		margin-top: 10.1333vw;
	}

	.news-new {
		font-size: 2.6666vw;
		padding: 0.5333vw 2.4vw;
		border-radius: 4vw;
		letter-spacing: 0.2666vw;
		vertical-align: 0.2666vw;
	}

	/* --- 6/15 追加 --- */
	.about {
		margin-top: 10.1333vw;
	}

	.partition-box {
		border: solid 0.2666vw #B062E6;
		max-width: 100%;
	}

	.partition-box:first-child {
		margin-bottom: 10.1333vw;
	}

	.inner-about {
		position: relative;
	}

	.inner-about::after {
		content: "";
		display: block;
		position: absolute;
		width: 5.3333vw;
		height: 3.2vw;
		bottom: 47.5%;
		background-image: url(../images/sp/sp_about_yajirushi.svg);
		background-repeat: no-repeat;
		background-size: 100%;
	}

	.inner-about dd {
		padding: 4vw 2.6666vw;
		letter-spacing: normal;
	}

	.inner-about {
		display: flex;
		justify-content: center;
		flex-direction: column;
		margin-top: 5.3333vw;
	}

	.inner-wrapper-about {
		padding: 27.2vw 4vw 10.6666vw 4vw;
	}

	.inner-wrapper-about::after,
	.wrapper-character::after {
		width: auto;
		height: 100%;
		box-shadow: 1.3333vw 1.3333vw 0px 0 #b2b2b2;
		transform: rotate(0deg);
	}

	.wrapper-event::before {
		content: "";
		top: 10.6666vw;
		background-image: url(../images/sp/sp_about_caption.png);
		background-repeat: no-repeat;
		background-size: 100%;
		width: 40.8vw;
		min-height: 8.5333vw;
	}

	.about-text {
		text-align: left;
	}


	.headline-character {
		margin: 0 auto;
		width: 83.4666vw;
	}

	.box-character {
		display: block;
	}

	.each-character {
		width: 66.666vw;
		margin: 0 40px;
		padding: 0 0 8vw;
	}

	.each-character h4 {
		padding: 20px 0 10px;
		font-size: 24px;
		line-height: 1;
		background: url(../images/character_border.png) no-repeat bottom;
	}


	/* ---------- スクロールバー ---------- */
	::-webkit-scrollbar {
		width: 1.3333vw;
	}

	::-webkit-scrollbar-track {
		box-shadow: 0 0 1.3333vw #fff inset;
	}

	::-webkit-scrollbar-thumb {
		background: #B062E6;
		border-radius: 1.3333vw;
	}


	/* ---------- バックナンバー ---------- */
	#backnumber {
		margin-top: 13.3333vw;
	}

	#backnumber > ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 0;
	}

	#backnumber > ul li {
		max-width: 43.7333vw;
	}

	#backnumber > ul li:nth-last-child(-n + 3) {
		margin-top: 3.4666vw;
	}

	.backnumber-btn {
		width: 43.733vw;
		height: 11.733vw;
	}

	/* ---------- イベント ---------- */
	#event {
		margin-top: 13.3333vw;
	}

	.wrapper-event {
		/* background-image: url(../images/sp/sp_alfred_event_bg.png);
        min-height: 158.4vw; */

		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
	}

	#event::after {
		width: auto;
		height: 100%;
		box-shadow: 1.3333vw 1.3333vw 0px 0 #b2b2b2;
		transform: rotate(0deg);
	}

	.event-label {
		width: 21.866vw;
		height: 17.733vw;
		left: 1.866vw;
	}

	.wrapper-event::before {
		content: "";
		top: 10.6666vw;
		background-image: url(../images/sp/sp_event_caption.png);
		background-repeat: no-repeat;
		background-size: 100%;
		width: 40.8vw;
		min-height: 8.5333vw;
	}

	.event-container {
		padding: 27.4666vw 6.6666vw 5.3333vw 4vw;
	}

	.map-container {
		padding: 0 6.3333vw 10.6666vw 4vw;
	}

	.wrapper-map-container {
		min-width: 92.1333vw;
		padding: 0 4vw 10.6666vw 4vw;
	}

	.map-container {
		padding-bottom: 75%;
	}

	.event-container > p:nth-child(even) {
		margin-top: 5.3333vw;
	}

	/* ---------- キャスト ---------- */
	#cast {
		margin-top: 13.1333vw;
	}

	#wrapper-cast {
		/* background-image: url(../images/sp/sp_alfred_cast_bg.png);
        background-repeat: no-repeat;
        min-height: 157.3333vw; */
	}

	#wrapper-cast::after {
		width: auto;
		height: 100%;
		box-shadow: 1.3333vw 1.3333vw 0px 0 #b2b2b2;
		transform: rotate(0deg);
	}

	#wrapper-cast::before {
		content: "";
		top: 10.6666vw;
		background-image: url(../images/sp/sp_cast_caption.png);
		background-repeat: no-repeat;
		background-size: 100%;
		width: 40.8vw;
		min-height: 8.5333vw;
	}

	.wrapper-cast h5 {
		font-size: 6.4vw;
	}

	.cast-list {
		padding: 5.3333vw 0 10.666vw;
		display: flex;
		justify-content: space-evenly;
		flex-wrap: wrap;
	}

	.cast-image {
		width: 40vw;
	}

	.cast-image:nth-child(3) {
		width: 37.3333vw;
		margin-top: 10.1333vw;
		margin-right: 0;
	}


	.cast-image:last-child {
		width: 34.6666vw;
		margin-top: 12.8vw;
	}


	#wrapper-footer {
		margin-top: 0;
		background: #fff;
		min-width: auto;
	}

	/* ---------- チケット ---------- */
	#ticket {
		margin-top: 13.1333vw;
	}

	.ticket-container {
		flex-direction: column;
	}

	.wrapper-ticket {
		/* background-image: url(../images/sp/sp_alfred_ticket_bg.png);
        background-repeat: no-repeat;
        background-size: contain; */
		margin-top: 0;
	}

	.wrapper-ticket::after {
		width: auto;
		height: 100%;
		box-shadow: 1.3333vw 1.3333vw 0px 0 #b2b2b2;
		transform: rotate(0deg);
	}

	.wrapper-ticket::before {
		content: "";
		top: 10.6666vw;
		background-image: url(../images/sp/sp_ticket_caption.png);
		background-repeat: no-repeat;
		background-size: 100%;
		width: 40.8vw;
		min-height: 8.5333vw;
	}

	.inner-wrapper-ticket {
		padding: 27.2vw 4vw 13.3333vw 4vw;
	}

	.ticket-content {
		border: solid 0.2666vw #B062E6;
	}

	.ticket-container {
		display: flex;
	}

	.ticket-container > .ticket-content:nth-of-type(n + 2) {
		margin-top: 5.3333vw;
	}

	.ticket-container > .ticket-content:first-of-type .icon-ticket {
		margin: 3.2vw auto;
	}

	.ticket-container > .ticket-content:not(:first-of-type) .icon-area {
		margin-top: -2.6666vw;
		margin-bottom: -2vw;
	}

	.ticket-container > .ticket-content:last-of-type .icon-area {
		margin-bottom: 1vw;
	}

	.wrapper-ticket-content {
		margin: 4.8vw auto 4.2666vw;
	}

	.ticket-content p.ticket-note {
		font-size: 3.7333vw;
	}

	.schedule-type {
		width: 27.7333vw;
	}

	.schedule-period span:nth-child(2) {
		padding-left: 27.7333vw;
	}

	.icon-ticket > img {
		margin: 0 auto;
		width: 42.933vw;
	}

	.icon-dvd > img {
		margin: 0 auto;
		max-width: 12.8vw;
	}

	.w-ticket {
		margin-top: 4vw;
	}

	.icon-plus {
		margin-bottom: 10px;
		max-width: 19.7333vw;
	}

	.icon-plus img.spout {
		width: 5.7666vw;
		margin: 0 2.2666vw;
	}

	.ticket-content-a,
	.ticket-content-b,
	.ticket-content-c,
	.ticket-content-d,
	.ticket-content-e {
		min-width: 82.1333vw;
		margin: 0;
	}

	.ticket-content-e .icon-area {
		margin-bottom: 2.9333vw;
	}

	.wrapper-discount {
		display: flex;
		justify-content: center;
		margin-right: 0;
	}

	.discount {
		/* background-image: url(../images/sp/sp_alfred_ticket_discount.png);
        background-repeat: no-repeat;
        background-size: contain; */
		min-height: 7.4666vw;
		min-width: 36.8vw;
	}

	.ticket-schedule {
		margin-bottom: 2.6666vw;
	}

	.inner-wrapper-ticket .ticket-schedule:nth-of-type(n + 2) {
		margin-top: 7.6666vw;
	}

	.ticket-purchase-btn {
		margin: 6vw auto 0 auto;
	}

	.ticket-indent {
		margin-left: 27.7333vw;
	}

	.ticket-indent-b {
		margin-left: 9em;
	}

	.purchase-hover {
		margin-top: 10.3333vw;
		max-width: 82.1333vw;
	}

	.ticket-btn-out {
		margin-top: 10.3333vw;
		max-width: 82.1333vw;
	}

	/* --- 6/15 追加 --- */
	.bonus-video {
		margin: 2.6666vw 0;
	}

	.inner-bonus-video {
		padding: 2.9333vw;
	}

	.inner-bonus-video p:first-child {
		font-size: 4.2666vw;
	}

	.inner-bonus-video p:not(first-child) {
		font-size: 4vw;
	}

	.inner-bonus-video p:first-child::before {
		content: "";
		display: inline-block;
		background-image: url(../images/pc_about_captionstar_left.svg);
		background-repeat: no-repeat;
		width: 4.2666vw;
		height: 3.7333vw;

		margin-right: 0.5333vw;
	}

	.inner-bonus-video p:first-child::after {
		content: "";
		display: inline-block;
		background-image: url(../images/pc_about_captionstar_right.svg);
		background-repeat: no-repeat;
		width: 4.2666vw;
		height: 3.7333vw;
		margin-left: 0.5333vw;
	}

	.wrapper-ticket-content {
		display: block;
		padding: 0;
		margin: 0;
	}

	.box-ticket-a {
		flex-basis: 440px;
		padding: 5.333vw;
	}

	.box-ticket-goods {
		padding: 5.333vw;
	}

	.box-ticket-goods h4 {
		font-size: 20px;
		padding-bottom: 19px;
		margin-bottom: 20px;
	}

	.box-ticket-goods h4 img {
		display: inline;
	}

	.box-ticket-goods h4::before {
		content: "";
		display: block;
		width: 16px;
		background: url(../images/ticket-goods-star.png) no-repeat;
	}

	.ticket-goods-detail {
		display: block;
		width: 100%;
	}

	.ticket-goods {
		width: 62.6666vw;
		margin: 0 auto;
	}

	.ticket-goods-info {
		font-size: 3.466vw !important;
	}

	.ticket-goods-note {
		font-size: 12px !important;
		text-align: right;
	}

	/* ---------- グッズ ---------- */
	#goods {
		margin-top: 13.1333vw;
	}

	.wrapper-goods {
		min-height: 270vw;
		/* background-image: url(../images/sp/sp_alfred_goods_bg.png);
        background-repeat: no-repeat;
        background-size: contain;
        min-height: 208vw; */
	}

	.wrapper-goods::after {
		width: auto;
		height: 100%;
		box-shadow: 1.3333vw 1.3333vw 0px 0 #b2b2b2;
		transform: rotate(0deg);
	}

	.wrapper-goods::before {
		content: "";
		top: 10.6666vw;
		background-image: url(../images/sp/sp_goods_caption.png);
		background-repeat: no-repeat;
		background-size: 100%;
		width: 40.8vw;
		min-height: 8.5333vw;
	}

	.inner-wrapper-goods {
		padding: 27.2vw 4vw 13.3333vw 4vw;
	}

	.goods-headline3 {
		font-size: 4.8vw;
		margin-bottom: 2.4vw;
	}

	.goods-headline3:nth-child(n+2) {
		margin-top: 8.533vw;
	}

	.goods-container {
		border: solid 0.2666vw #B062E6;
		display: flex;
		text-align: center;
		justify-content: center;
		align-items: center;
	}

	.goods-container img {
		min-width: 12.8vw;
		margin: 0 auto;
	}

	.goods-container2-box {
		display: block;
	}

	.goods-container2 {
		width: 100%;
		margin-top: 0;
		margin-left: 0;
	}

	.goods-container2:nth-child(n+2) {
		margin-top: 5.333vw;
	}

	.goods-container2 a {
		pointer-events: none;
	}
	
	.goods-container2-itemname {
		height: 31.466vw;
		padding-top: 4.266vw;
		font-size: 4.533vw;
	}

	.good-container2-price {
		padding-top: 2.666vw;
	}

	.inner-goods-container {
		padding: 5.0666vw 0 2.6666vw 0;
	}

	.dvd-caption {
		margin-bottom: 2.6666vw;
	}

	.goods-detail,
	.subsc-period {
		margin-top: 10.6666vw;
	}

	.goods-purchase-btn {
/*		margin: 10.6666vw auto 13.3333vw auto;*/
	}

	/* ---------- コンタクト ---------- */
	#contact {
		margin-top: 12vw;
	}

	.capt-contact > img {
		margin: 0 0 4vw 0;
		max-width: 43.2vw;
	}

	.contact-text {
		margin-left: 4vw;
		margin-right: 4vw;
	}

	.contact-text > p:last-child {
		margin-top: 5.3333vw;
	}


	/* ---------- フッター ---------- */
	footer {
		background: #fff;
		margin-top: 12vw;
	}

	#copyright {
		text-align: center;
		padding: 5.6vw 0 5.6vw 0;
	}

	.indent {
		margin-top: 1.3333vw;
	}

	/* .float {
        background: #E61A1A;
        text-align: center;
        padding: 5.3333vw 0 5.3333vw 0;
        max-height: 26.6666vw;

        position: fixed;
        bottom: 0;
    } */


	/*--------モーダル ---------*/
	/*modal*/

	.modaal-content-container h3 {
		font-size: 4.8vw;
	}

	.modaal-inner-wrapper {
		padding: 5.6vw;
	}

	.modaal-container {
		min-height: 134.1333vw;
	}

	.modaal-content-container {
		padding: 8.5333vw 3.2vw;
		font-size: 3.2vw;
		line-height: 1.4;
	}

	.btn-link {
		width: 64.266vw;
		min-height: 14.666vw;
		border-radius: 7.466vw;
		padding: 2.666vw 0;
		margin: 0 auto;
	}

	.modaal-content-container .btn-link a {
		font-size: 4.8vw;
	}

	.ttl_inline-cont {
		margin-bottom: 5.3333vw;
		font-size: 18px;
		line-height: 1.2;
	}

	.box_overflow.inline-cont {
		height: 58.1333vw;
		padding-right: 2vw;
		height: 85.6vw;
	}

	.ttl_inline-heading {
		text-align: left;
	}

	.ticket-purchase-buttom {
		width: 64.4267vw;
		height: 14.6667vw;
		margin-top: 4.2667vw;
		font-size: 18px;
		border-radius: 28px;
	}

	.ticket-purchase-buttom small {
		font-size: 12px;
	}

	.modaal-wrapper .modaal-close {
		background: #FAE743;
		width: 8vw;
		min-width: 34px;
		height: 8vw;
		min-height: 34px;
	}

	.modaal-close {
		top: -5vw;
		right: -4.5vw;
	}

	.modaal-close:before,
	.modaal-close:after {
		width: 2px;
		height: 20px;
		top: 1.6vw;
		left: 4.53vw;
	}

	.modaal-btn {
		margin-top: 8vw;
	}

	.modaal-btn img {
		width: 64.2666vw;
		margin: 0;
		margin-top: 6vw;
	}

	.modaal-btn .modaal-purchase-btn {
		margin-top: 0;
	}

	.modaal-content-container > p {
		font-size: 3.7333vw;
	}

	/* ---------- loading ---------- */
	.img_compass {
		width: 24.1333vw;
		margin: 0 auto 4.4vw;
	}

	.txt_nowloading {
		width: 28vw;
		height: 5.3333vw;
	}

	.anime_loading {
		width: 0.5333vw;
		height: 1.0667vw;
		margin-bottom: 4px;
	}
}
