@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400..700&family=Noto+Serif+JP:wght@400..700&family=Oooh+Baby&display=swap');

/* ------------------------
	var
------------------------ */
:root {
	--f08:0.5rem;--f09:0.5625rem;--f10:0.625rem;--f11:0.6875rem;--f12:0.75rem;--f13:0.8125rem;--f14:0.875rem;--f15:0.9375rem;--f16:1.0rem;--f17:1.0625rem;--f18:1.125rem;--f19:1.1875rem;--f20:1.25rem;--f21:1.3125rem;--f22:1.375rem;--f23:1.4375rem;--f24:1.5rem;--f25:1.5625rem;--f26:1.625rem;--f27:1.6875rem;--f28:1.75rem;--f29:1.8125rem;--f30:1.875rem;--f31:1.9375rem;--f32:2.0rem;--f33:2.0625rem;--f34:2.125rem;--f35:2.1875rem;--f36:2.25rem;--f37:2.3125rem;--f38:2.375rem;--f39:2.4375rem;--f40:2.5rem;--f41:2.5625rem;--f42:2.625rem;--f43:2.6875rem;--f44:2.75rem;--f45:2.8125rem;--f46:2.875rem;--f47:2.9375rem;--f48:3.0rem;--f60:3.75rem;--f80:5.0rem;
	--c01: #7C4690;--c02: #000000;
}

/* ------------------------
	reset
------------------------ */
header, footer, nav, section, aside, article {
	display: block;
}
body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, figure {
	margin: 0;
	padding: 0;
}
input, textarea {
	margin: 0;
	font-size: 100%;
}
label {
	cursor: pointer;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}
fieldset, img {
	border: 0;
}
img {
	vertical-align: top;
	max-width: 100%;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q::after, q::before {
	content: '';
}
a, input, select, textarea, button {
	outline: none;
}
abbr, acronym {
	border: 0;
}
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=number],
input[type=reset],
input[type=button],
input[type=submit],
button[type=submit],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
input[type=reset],
input[type=button],
input[type=submit],
button[type=submit] {
	cursor: pointer;
}
select,
input[type=radio],
input[type=checkbox] {
	font-family: "Noto Sans JP", serif;
	font-weight: 400;
	font-style: normal;
}

/* ------------------------
	elements
------------------------ */
html {
	font-size: 100%;
}
body {
	font-family: "Noto Sans JP", serif;
	font-size: var(--f16);
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	line-height: 1.8;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	padding: 130px 0 0;
	background-color: var(--c02);
	background-image: url("../img/amethyst/body_back.webp");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}
body.page-amethyst_test,
body.page-amethyst {
	padding: 0;
}
@media screen and (max-width: 767px) {
}
a {
	-webkit-tap-highlight-color: rgba(200,200,555,.6);
}
a:link {
	color: var(--c01);
	text-decoration: none;
}
a:visited {
	color: var(--c01);
	text-decoration: none;
}
a:hover {
	color: var(--c01);
	text-decoration: none;
}
a.disabled {
	opacity: 0.25;
	pointer-events: none !important;
}
img {
	border: none;
	width: auto;
	max-width: 100%;
	height: auto;
}
p {
	margin: 0 0 20px;
}
hr{
	clear: both;
	border-top: 1px solid #dcdcdc;
	margin: 2em 0;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
.mb0 {
	margin-bottom: 0 !important;
}
.mb05 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.mt05 {
	padding-top: 5px;
}
.mt10 {
	padding-top: 10px;
}
.mt15 {
	padding-top: 15px;
}
.mt20 {
	padding-top: 20px;
}
.mt30 {
	padding-top: 30px;
}
.mt40 {
	padding-top: 40px;
}
.mt50 {
	padding-top: 50px;
}
.small {
	font-size: 0.8em;
}
.big {
	font-size: 1.2em;
}
.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}
.textleft {
	text-align: left;
}
.alignleft {
	float: left;
	margin: 0 15px 15px 0;
}
.alignright {
	float: right;
	margin: 0 0 15px 15px;
}
.aligncenter {
	display: block;
	text-align: center;
	margin: 0 auto 15px;
}
.clear {
	clear: both;
}
.clearleft {
	clear: left;
}
.clearright {
	clear: right;
}
table.table_border {
	clear: both;
	width: 100%;
	border: none;
	border-bottom: 1px solid #dcdcdc;
}
table.table_border th {
	background: none;
	border: none;
	padding: 20px 15px;
	vertical-align: top;
	text-align: left;
	border-top: 1px solid #dcdcdc;
	font-weight: 500;
	white-space: nowrap;
	box-sizing: border-box;
	width: 25%;
	position: relative;
}
table.table_border td {
	background: none;
	border: none;
	padding: 20px 15px;
	vertical-align: top;
	text-align: left;
	border-top: 1px solid #dcdcdc;
	box-sizing: border-box;
}
table.table_noborder {
	clear: both;
	width: 100%;
	border: none;
	margin: 0;
}
table.table_noborder th {
	background: none;
	border: none;
	padding: 0 0 15px;
	vertical-align: top;
	text-align: left;
	font-weight: 400;
	white-space: nowrap;
	box-sizing: border-box;
	width: 25%;
}
table.table_noborder td {
	background: none;
	border: none;
	padding: 0 0 15px 10px;
	vertical-align: top;
	text-align: left;
	box-sizing: border-box;
}
table th small {
	display: block;
	padding: 2px 0 0;
	font-size: 0.8em;
}
ul.ulist > li {
	list-style: disc;
}
ol.olist > li {
	list-style: decimal;
}
ul.ulist > li,
ol.olist > li {
	margin: 0 0 0 25px;
}
dl.dlist dt {
	font-weight: 700;
	font-size: 1.2em;
	margin: 0 0 2px;
}
dl.dlist dd {
	margin: 0 0 5px 12px;
}
.display_pc {
	display: inline-block;
}
.display_sp {
	display: none;
}
a.tel {
	pointer-events: none;
	color: #000 !important;
}
a.link {
	text-decoration: underline;
}
@media screen and (max-width: 767px) {
	.alignleft,
	.alignright,
	.aligncenter {
		display: block;
		float: none;
		margin: 0 auto 10px;
		text-align: center;
		width: auto !important;
		height: auto !important;
	}
	.alignleft img,
	.alignright img,
	.aligncenter img,
	img.alignleft,
	img.alignright,
	img.aligncenter {
		display: block;
		margin: 0 auto 10px;
		width: auto;
		max-width: 100%;
		height: auto;
	}
	table.table_border th {
		display: block;
		padding: 20px 0 5px;
		width: auto;
		position: relative;
	}
	table.table_border th br {
		display: none;
	}
	table.table_border td {
		display: block;
		padding: 0 0 20px;
		border-top: none;
	}
	table.table_noborder th {
		padding: 0 0 12px;
	}
	table.table_noborder td {
		padding: 0 0 12px;
	}
	.display_pc {
		display: none;
	}
	.display_sp {
		display: inline-block;
	}
	a.tel {
		pointer-events: inherit;
		color: var(--c01) !important;
		text-decoration: underline;
	}
}
@media screen and (min-width: 768px) {
	a:hover,
	input[type=button]:hover,
	input[type=submit]:hover,
	button[type=submit]:hover {
		opacity: 0.8;
	}
	a,
	input[type=button],
	input[type=submit],
	button[type=submit] {
		transition: all 0.2s ease;
	}
}

/* ------------------------
	header
------------------------ */
#header {
	width: 100%;
	height: 75px;
	z-index: 1000;
	position: fixed;
	left: 0;
	top: 0;
	background: #fff;
}
#header_frame {
	width: 100%;
	max-width: 1230px;
	padding: 0 15px;
	box-sizing: border-box;
	margin: 0 auto;
	height: 75px;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#header_frame * {
	transition: all 0.2s ease;
}
#header h1 {
	width: 130px;
}
#header h1 a {
	display: block;
}
#header_sns {
	display: none;
}
#header_button {
	display: none;
}
#header_menu {
	width: 900px;
}
#header_nav {
	width: 100%;
}
#header_nav > ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#header_nav > ul > li {
	text-align: center;
	white-space: nowrap;
	position: relative;
}
#header_nav > ul > li:nth-child(1),
#header_nav > ul > li:nth-last-child(2) {
	display: none;
}
#header_nav > ul > li > a {
	font-family: "Noto Serif JP", serif;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-weight: 400;
	color: var(--c01);
	line-height: 56px;
}
#header_nav > ul > li:nth-last-child(3) {
	display: flex;
}
#header_nav > ul > li:nth-last-child(3) > a {
	margin: 0 5px;
}
#header_nav > ul > li:nth-last-child(1) {
}
#header_nav > ul > li:nth-last-child(1) > a {
	background: var(--c01);
	color: #fff;
	padding: 0 30px;
	border-radius: 100px;
}
@media screen and (max-width: 1024px) {
	body.noscroll {
		overflow: hidden;
	}
	#header {
		height: 0;
	}
	#header_frame {
		min-width: inherit;
		height: 0;
		background: none;
	}
	#header h1 {
		width: 100px;
		height: 100px;
		position: absolute;
		top: 0;
		left: 0;
	}
	#header h1 a {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 5px;
		background: #fff;
		border-radius: 0 0 10px 0;
	}
	#header_sns {
		display: block;
		background: #fff;
		height: 60px;
		position: absolute;
		top: 0;
		right: 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0 65px 0 5px;
		border-radius: 0 0 0 10px;
	}
	#header_sns a{
		margin: 0 8px;
	}
	#header_button {
		display: block;
		width: 60px;
		height: 60px;
		padding: 30px 10px 0;
		box-sizing: border-box;
		-webkit-tap-highlight-color: transparent;
		-ms-touch-action: manipulation;
		touch-action: manipulation;
		cursor: pointer;
		background: #fff;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 1001;
	}
	.header_button_icon {
		text-align: center;
		position: absolute;
		left: 50%;
		margin: 0 0 0 -10px;
	}
	.header_button_icon, .header_button_icon:before, .header_button_icon:after {
		display: block;
		width: 20px;
		height: 2px;
		background-color: #000;
		-moz-transition-property: background-color, -moz-transform;
		-o-transition-property: background-color, -o-transform;
		-webkit-transition-property: background-color, -webkit-transform;
		transition-property: background-color, transform;
		-moz-transition-duration: 0.4s;
		-o-transition-duration: 0.4s;
		-webkit-transition-duration: 0.4s;
		transition-duration: 0.4s;
	}
	.header_button_icon:before, .header_button_icon:after {
		position: absolute;
		content: "";
		left: 50%;
		margin: 0 0 0 -10px;
	}
	.header_button_icon:before {
		top: -7px;
	}
	.header_button_icon:after {
		top: 7px;
	}
	#header_button.active {
		background: #fff;
	}
	#header_button.active .header_button_icon {
		background-color: transparent;
	}
	#header_button.active .header_button_icon:before, #header_button.active .header_button_icon:after {
		background-color: #000;
	}
	#header_button.active .header_button_icon:before {
		-moz-transform: translateY(7px) rotate(45deg);
		-ms-transform: translateY(7px) rotate(45deg);
		-webkit-transform: translateY(7px) rotate(45deg);
		transform: translateY(7px) rotate(45deg);
	}
	#header_button.active .header_button_icon:after {
		-moz-transform: translateY(-7px) rotate(-45deg);
		-ms-transform: translateY(-7px) rotate(-45deg);
		-webkit-transform: translateY(-7px) rotate(-45deg);
		transform: translateY(-7px) rotate(-45deg);
	}
	#header_menu {
		display: block;
		position: fixed;
		top: 0;
		right: -260px;
		background: #fff;
		width: 260px;
		padding: 50px 10px 50px 10px;
		box-sizing: border-box;
		transition: all 0.2s ease;
		overflow-y: auto;
		height: 100vh;
		height: 100dvh;
		z-index: 1000;
	}
	#header_menu.active {
		right: 0;
	}
	#header_nav {
		width: auto;
		max-width: inherit;
		max-width: 240px;
		position: relative;
		top: auto;
		right: auto;
		margin: 0 auto;
	}
	#header_nav > ul {
		display: block;
	}
	#header_nav > ul > li:nth-child(1),
	#header_nav > ul > li:nth-last-child(2) {
		display: block;
	}
	#header_nav > ul > li > a {
		line-height: 50px;
	}
	#header_nav > ul > li:nth-last-child(3) {
		display: flex;
		justify-content: center;
		margin: 15px 0 25px;
	}
	#header_nav > ul > li:nth-last-child(3) > a {
		margin: 0 10px;
	}
	#header_nav > ul > li:nth-last-child(2) > a {
		background: #95348c;
		color: #fff;
		padding: 0 30px;
		border-radius: 100px;
		margin: 0 0 20px;
	}
}

/* ------------------------
	content
------------------------ */
#main {
	clear: both;
	display: block;
	width: auto;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	padding: 0 0 60px;
}
.contents {
	padding: 60px 0 60px;
	position: relative;
}
.contents_box {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
}
.contents_wrap {
	border-radius: 10px;
}
.top120 {
	padding-top: 120px !important;
}
.top100 {
	padding-top: 100px !important;
}
.top80 {
	padding-top: 80px !important;
}
.top60 {
	padding-top: 60px !important;
}
.top40 {
	padding-top: 40px !important;
}
.top20 {
	padding-top: 20px !important;
}
.top0 {
	padding-top: 0 !important;
}
.bottom120 {
	padding-bottom: 120px !important;
}
.bottom100 {
	padding-bottom: 100px !important;
}
.bottom80 {
	padding-bottom: 80px !important;
}
.bottom60 {
	padding-bottom: 60px !important;
}
.bottom40 {
	padding-bottom: 40px !important;
}
.bottom20 {
	padding-bottom: 20px !important;
}
.bottom0 {
	padding-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
	#main {
		padding: 0 0 40px;
	}
	.contents {
		padding: 40px 0 40px;
		position: relative;
	}
	.top120 {
		padding-top: 60px !important;
	}
	.top100 {
		padding-top: 50px !important;
	}
	.top80 {
		padding-top: 45px !important;
	}
	.top60 {
		padding-top: 40px !important;
	}
	.top40 {
		padding-top: 35px !important;
	}
	.top20 {
		padding-top: 15px !important;
	}
	.bottom120 {
		padding-bottom: 60px !important;
	}
	.bottom100 {
		padding-bottom: 50px !important;
	}
	.bottom80 {
		padding-bottom: 45px !important;
	}
	.bottom60 {
		padding-bottom: 40px !important;
	}
	.bottom40 {
		padding-bottom: 35px !important;
	}
	.bottom20 {
		padding-bottom: 15px !important;
	}
}

/* ------------------------
	footer
------------------------ */
.group_box {
	background: #fff;
	border-radius: 10px;
	padding: 40px 15px;
}
.group_box ul {
	display: flex;
	justify-content: space-between;
}
.group_box ul li {
	width: 16.6%;
	box-sizing: border-box;
	border-left: 3px dotted #707070;
	padding: 0 15px;
}
.group_box ul li:nth-child(1) {
	border-left: none;
}
.group_box ul li dl dd {
	margin: 5px 0 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
.group_box ul li dl dd a {
	display: block;
	width: 29%;
	min-width: 30px;
	margin: 5px 2% 0;
	text-align: center;
}
#footer {
	border-top: 1px solid #fff;
}
#footer small {
	display: block;
	width: 100%;
	padding: 5px 10px;
	text-align: center;
	font-size: var(--f12);
	color: #fff;
	box-sizing: border-box;
}
#footer_pagetop {
	position: fixed;
	bottom: 50px;
	right: 15px;
	z-index: 101;
	display: none;
}
#footer_pagetop a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	background: rgba(0,0,0,0.8);
}
#footer_pagetop a img {
	width: 12px;
}
#footer_nav {
	display: none;
}
@media screen and (max-width: 1024px) {
	.group_box {
		background: #fff;
		border-radius: 10px;
		padding: 20px 15px;
	}
	.group_box ul {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
	}
	.group_box ul li {
		width: 50%;
		border-bottom: 2px dotted #707070;
		border-left: 2px dotted #707070;
		padding: 15px;
	}
	.group_box ul li:nth-child(odd) {
		border-left: none;
	}
	.group_box ul li:nth-last-child(1),
	.group_box ul li:nth-last-child(2) {
		border-bottom: none;
	}
	.group_box ul li dl {
		max-width: 200px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 767px) {
	#footer {
		padding: 0 0 51px;
	}
	#footer_pagetop {
		bottom: 60px;
		right: 10px;
	}
	#footer_nav {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 100;
		border-top: 1px solid #fff;
	}
	#footer_nav ul {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#footer_nav ul li {
		width: 33%;
		box-sizing: border-box;
		border-left: 1px solid #fff;
	}
	#footer_nav ul li:nth-child(1) {
		width: 34%;
		border-left: none;
	}
	#footer_nav ul li a {
		font-family: "Noto Serif JP", sans-serif;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		height: 50px;
		color: #fff;
		background: var(--c01);
	}
}

/* ------------------------
	pages
------------------------ */
a.button_more {
	font-family: "Noto Serif JP", sans-serif;
	display: inline-block;
	background: var(--c01);
	color: #fff;
	font-weight: 400;
	line-height: 1.5;
	padding: 16px 50px;
	border-radius: 100px;
	position: relative;
	box-sizing: border-box;
	text-align: center;
	min-width: 280px;
}
a.button_more::before {
	display: inline-block;
	content: "";
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	width: 6px;
	height: 8px;
	background: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
}
.title01 {
	font-family: "Oooh Baby", cursive;
	display: block;
	color: #fff;
	font-size: var(--f80);
	line-height: 1.0;
	font-weight: 400;
	text-align: center;
	position: relative;
	overflow: hidden;
	margin: 0 0 50px;
}
.title01 span {
	font-family: "Noto Serif JP", serif;
	display: block;
	font-size: var(--f15);
	line-height: 1.3;
}
#group .title01 span {
	padding: 15px 0 0;
}
@media screen and (max-width: 767px) {
	.title01 {
		font-size: var(--f60);
		margin: 0 0 35px;
	}
}

/* ------------------------
	index
------------------------ */
.main {
	height: 850px;
	position: relative;
	margin: 0 0 40px;
}
.main_box {
	overflow: hidden;
	display: none;
}
.main_box.slick-initialized {
	display: block;
}
.main_slide {
	width: 100%;
	height: 800px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.main_slide01 {
	background-image: url("../img/amethyst/main_slide01.jpg");
}
.main_slide02 {
	background-image: url("../img/amethyst/main_slide02.jpg");
}
.main_slide03 {
	background-image: url("../img/amethyst/main_slide03.jpg");
}
.main_slide04 {
	background-image: url("../img/amethyst/main_slide04.jpg");
}
.main_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 350px;
}
.slick-dots {
	margin-top: 30px !important;
}
.concept_box {
	font-size: var(--f18);
	text-align: center;
}
.concept_box p {
	margin: 30px 0 0;
}
#system .contents_wrap {
	border: 1px solid #fff;
	padding: 50px 70px 50px;
}
.system_box {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	max-width: 650px;
	margin: 0 auto;
}
.system_box table {
	font-size: var(--f20);
}
.system_box table th {
	white-space: nowrap;
	padding: 5px 0;
}
.system_box table td {
	white-space: nowrap;
	padding: 5px 0 5px 50px;
}
.system_info {
	margin: 50px 0 0;
	text-align: center;
}
.cast_box {
	overflow: hidden;
	display: none;
}
.cast_box.slick-initialized {
	display: block;
}
.cast_box_noslide {
	display: flex;
	justify-content: center;
}
.cast_item {
	width: 340px !important;
	background: #fff;
	padding: 30px 20px;
	box-sizing: border-box;
	border-radius: 10px;
	min-height: 850px;
	margin: 0 15px;
}
.cast_list .cast_item {
	min-height: inherit;
}
.page-amethyst_cast .cast_list .cast_item:nth-last-of-type(1),
.page-amethyst_cast .cast_list .cast_item:nth-last-of-type(2) {
	display: none;
}
.cast_item dl dt:nth-of-type(1) {
	max-width: 230px;
	margin: 0 auto 15px;
	position: relative;
}
.cast_item dl dt.cast_re img {
	transition: all 0.2s ease;
}
.cast_item dl dt.cast_re img:nth-of-type(2) {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transform: scaleY(0);
}
.cast_item dl dt.cast_re:hover img:nth-of-type(1) {
	opacity: 0;
	transform: scaleY(0);
}
.cast_item dl dt.cast_re:hover img:nth-of-type(2) {
	opacity: 1;
	transform: scaleY(1);
}
.cast_item dl dt.cast_re::before {
	display: block;
	content: "";
	width: 40px;
	height: 40px;
	background: url("../img/amethyst/icon_click.svg") no-repeat center center / 40px 40px;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
}
.cast_item dl dt:nth-of-type(2) {
	font-family: "Noto Serif JP", sans-serif;
	color: var(--c02);
	font-size: var(--f20);
	line-height: 1.3;
	text-align: center;
	margin: 0 0 15px;
	padding: 0 0 10px;
	border-bottom: 5px dotted #707070;
}
.cast_item dl dt:nth-of-type(2) span {
	font-size: var(--f16);
	margin: 0 10px 0 0;
}
.cast_item dl dd {
	color: #000;
	line-height: 1.8;
}
.button_more_box {
	margin: 50px 0 0;
	text-align: center;
}
.access_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.access_map {
	width: 50%;
}
.access_text {
	width: 40%;
}
.access_text p:nth-last-of-type(1) {
	margin: 0;
}
@media screen and (max-width: 767px) {
	.main {
		height: 650px;
		margin: 0 0 30px;
	}
	.main_slide {
		height: 600px;
	}
	.main_slide01 {
		background-image: url("../img/amethyst/main_slide01_sp.jpg");
	}
	.main_slide02 {
		background-image: url("../img/amethyst/main_slide02_sp.jpg");
	}
	.main_slide03 {
		background-image: url("../img/amethyst/main_slide03_sp.jpg");
	}
	.main_slide04 {
		background-image: url("../img/amethyst/main_slide04_sp.jpg");
	}
	.main_logo {
		width: 200px;
	}
	.slick-dots {
		margin-top: 15px !important;
	}
	.concept_box {
		font-size: var(--f16);
	}
	#system .contents_wrap {
		padding: 25px 15px 25px;
	}
	.system_box {
		display: block;
	}
	.system_box table {
		width: 300px;
		margin: 0 auto;
	}
	.system_box table th {
		width: 300px;
	}
	.system_box table td {
		text-align: right;
		padding: 0;
	}
	.system_info {
		margin: 30px 0 0;
		text-align: left;
	}
	.button_more_box {
		margin: 30px 0 0;
	}
	.access_box {
		display: block;
	}
	.access_map {
		width: auto;
	}
	.access_map iframe {
		height: 250px;
	}
	.access_text {
		width: auto;
		margin: 15px 0 0;
	}
}

/* ------------------------
	cast
------------------------ */
.cast_list {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.cast_list::after{
	content: "";
	display: block;
	width: 31%;
}
.cast_list .cast_item {
	width: 31% !important;
	margin: 0 0 40px;
}
@media screen and (max-width: 767px) {
	.cast_list {
		display: block;
	}
	.cast_list::after{
		display: none;
	}
	.cast_list .cast_item {
		width: 340px !important;
		margin: 30px auto 0;
	}
}

