@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400..700&family=Noto+Sans+JP:wght@400..700&family=Roboto:wght@400;500&display=swap');
* {
		margin: 0;
		padding: 0;
}
img {
		border: none;
		vertical-align: top;
}
.card-controls img {
		vertical-align: middle;
}
html {
		visibility: hidden;
}
html.wf-active, html.loading-delay {
		visibility: visible;
}
html {
		overflow-y: scroll;
}
body {
		background: #cccdd4;
		font-family: "Noto Sans JP", sans-serif;
		letter-spacing: 0.03em;
		color: #222;
		font-size: 16px;
}
@media(max-width: 767px) {
		body {
				font-size: 15px;
		}
}
.page_wrap {
		overflow: hidden;
}
#header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 57px;
		background: #212B83;
		z-index: 1000;
}
.header_inner {
		max-width: 1280px;
		margin: 0 auto;
		padding: 13px 20px 0 32px;
		position: relative;
}
.header_logo {
		width: 22px;
}
.header_logo img {
		width: 100%;
		height: auto;
}
.header_inner .header_login {
		position: absolute;
		top: 12px;
		right: 50px;
		width: 36px;
}
.header_login img {
		width: 100%;
		height: auto;
}
.header_inner .header_trigger {
		width: 35px;
		height: 35px;
		position: absolute;
		top: 12px;
		right: 13px;
		cursor: pointer;
		transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
.drawer_hdr .header_trigger {
		width: 35px;
		height: 35px;
		position: absolute;
		top: 12px;
		right: 25px;
		cursor: pointer;
		transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
		transform: rotate(90deg);
}
.header_trigger .trigger_dot {
		position: absolute;
		width: 6px;
		height: 6px;
		background: #fff;
		border-radius: 50%;
		left: 17px;
		pointer-events: none;
		top: 2px;
}
.header_trigger .trigger_dot:nth-child(2) {
		top: 14px
}
.header_trigger .trigger_dot:nth-child(3) {
		top: 26px
}
.hdr_news {
		height: 40px;
		background: #fff;
		position: absolute;
		top: 56px;
		left: 0;
		width: 100%;
		z-index: 10;
		box-sizing: border-box;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0 10px;
}
@media(max-width: 767px) {
		.hdr_news {
				height: 30px;
		}
}
.hdr_news_inner {
		overflow: hidden;
}
.hdr_news p {
		color: #212B83;
		font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		font-weight: 500;
		font-size: 14px;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
}
.hdr_news p a {
		color: #212B83;
		text-decoration: underline;
}
@media (hover: hover) {
		.hdr_news p a:hover {
				text-decoration: none;
				color: #212B83;
		}
}
@media(max-width: 767px) {
		.hdr_news p {
				font-size: 13px;
		}
}
.first_view {
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: cover;
		background-image: url("../images/fv_pc.jpg");
		min-height: 400px;
}
.fv {
		height: calc(100vh - 100px);
		position: relative;
}
.fv .fv_hd {
		position: absolute;
		top: calc(50% - 20px);
		left: calc(50% + 50px);
		z-index: 100;
		width: 35%;
		max-width: 500px;
}
@media(max-width: 1024px) {
		.fv .fv_hd {
				left: calc(50% + 10px);
		}
}
.fv img {
		width: 100%;
		height: auto;
}
.fv {
		background-repeat: no-repeat;
		background-position: top center;
		background-size: cover;
		background-image: url("../images/fv_wide_pc.jpg");
		height: 100vh;
}
.fv.verPortraitView {
		background-size: 100%;
		background-image: url("../images/fv_wide_mid.jpg");
}
@media(max-width: 767px) {
		.fv {
				background-repeat: no-repeat;
				background-position: center top;
				background-size: cover;
				background-image: url("../images/fv_sp.jpg");
				height: calc(100vh - 80px);
				box-sizing: border-box;
		}
		.fv .fv_hd {
				position: static;
				top: inherit;
				left: inherit;
				width: 70.5%;
				margin: 0 auto;
				max-width: 500px;
				padding-top: 38vw;
		}
}
@media(max-width: 375px) and (max-height: 580px) {
		.fv {
				background-position: center -6vh;
				background-size: cover;
				background-image: url("../images/fv_sp.jpg");
				height: 100vh;
		}
}
@media(max-width: 375px) {
		.hdr_news {
				height: 36px;
				top: 56px;
				padding: 0 10px;
		}
		.fv .fv_hd {
				padding-top: 125px;
		}
}
/* ===================== */
.about_section {
		background: url("../images/about_bg_pc.jpg") no-repeat center top;
		height: 670px;
		position: relative;
}
.about_btn_flex {
		display: flex;
		justify-content: center;
		align-items: center;
		list-style: none;
}
.about_inner {
		max-width: 510px;
		margin: 0 auto;
		padding-top: 40px;
}
.about_hd {
		text-align: center;
		color: #fff;
		font-weight: 600;
		font-size: 28px;
		margin: 0 0 90px;
}
.about_hd span {
		position: relative;
		display: inline-block;
}
.about_hd span::after {
		content: '';
		display: block;
		position: absolute;
		bottom: -20px;
		left: 0;
		width: 100%;
		height: 12px;
		background: url("../images/about_hd_line.png") no-repeat center top;
		background-size: 100%;
}
.about_lead {
		line-height: 2.0;
		text-align: center;
		font-weight: 500;
		margin: 0 0 20px;
		font-size: 18px;
}
.about_btn_flex li {
		width: 190px;
		margin: 0 15px;
}
.about_btn_flex li img {
		width: 100%;
		height: auto;
}
@media(max-width: 767px) {
		.about_section {
				background: url("../images/about_bg_sp.png") no-repeat center top;
				background-size: 100%;
				height: 90vw;
				margin-bottom: -7vw;
				position: relative;
				top: -7vw
		}
		.about_inner {
				padding-top: 5vw;
		}
		.about_hd {
				font-size: 4.4vw;
				margin: 0 0 16vw;
		}
		.about_lead {
				line-height: 1.6;
				margin: 0 0 4vw;
				font-size: 2.7vw;
		}
		.about_btn_flex li {
				width: 25vw;
				margin: 0px 7px;
		}
}
/* ===================== */
/* ===================== */
.ticket_section {
		background: #BBCEFE;
		padding: 0 0 130px;
}
.ticket_ttl_wrap {
		background: #CEDCFF;
		padding: 80px 20px 0;
}
.ticket_ttl_flex {
		display: flex;
		justify-content: space-between;
		align-items: center;
		max-width: 700px;
		margin: 0 auto;
		box-sizing: border-box;
		background: #fff;
		padding: 20px 50px;
		border-radius: 30px 30px 0 0;
		border: 1px solid #212B83;
}
.ticket_hd {
		width: 184px;
}
.ticket_hd img {
		width: 100%;
		height: auto;
}
@media(max-width:767px) {
		.ticket_section {
				padding: 0 0 80px;
		}
		.ticket_ttl_wrap {
				padding: 40px 20px 0;
		}
		.ticket_ttl_flex {
				padding: 20px 25px;
				border-radius: 20px 20px 0 0;
		}
		.ticket_hd {
				width: 115px;
				height: 25px;
		}
}
/* ===================== */
.info_section {
		background: #CEF0FF;
		padding: 80px 60px;
		min-height: 300px;
}
.info_inner {
		max-width: 700px;
		margin: 0 auto;
		background: #fff;
		min-height: 300px;
		box-sizing: border-box;
		border-radius: 30px;
		border: 1px solid #212B83;
		padding: 50px;
}
.info_ttl_flex {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 0 15px;
}
.info_hd {
		width: 280px;
}
.info_hd img {
		width: 100%;
		height: auto;
}
.info_link {
		font-family: "Montserrat", sans-serif;
		font-weight: 500;
		font-size: 15px;
}
.info_link a {
		color: #212B83;
		text-decoration: none;
		padding-right: 38px;
		position: relative;
		display: inline-block;
}
.info_link a::after {
		content: '';
		display: block;
		position: absolute;
		top: calc(50% - 15px);
		right: 0;
		width: 30px;
		height: 30px;
		background: url("../images/icon_blank.png") no-repeat 0 0;
		background-size: 30px;
		border-radius: 50%;
}
.info_line a {
		color: #212B83;
		text-decoration: none;
		padding-top: 25px;
		padding-bottom: 25px;
		display: block;
}
.info_line {
		border-bottom: 1px solid #212B83;
}
.info_line dt {
		font-family: "Montserrat", sans-serif;
		font-weight: 500;
		display: flex;
		align-items: center;
		margin: 0 0 10px;
}
.info_line dt .info_date {
		margin-right: 15px;
}
.info_category {
		font-size: 13px;
		color: #fff;
		background: #83BFD2;
		border-radius: 60px;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 22px;
		padding: 0 10px;
}
.info_category div {
		display: flex;
		align-items: center;
}
.info_category div span {
		padding-right: 16px;
		position: relative;
}
.info_category div span::after {
		content: '';
		display: block;
		position: absolute;
		top: calc(50% - 3.5px);
		right: 7px;
		width: 6px;
		height: 6px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		transform: rotate(45deg);
}
.info_category div span:last-child {
		padding-right: 0;
}
.info_category div span:last-child::after {
		display: none;
}
@media(max-width: 767px) {
		.info_section {
				padding: 40px 25px;
		}
		.info_inner {
				border-radius: 20px;
				padding: 25px 20px 30px;
		}
		.info_ttl_flex {
				display: block;
				margin: 0 0 10px;
		}
		
		.info_hd {
				width: 175px;
				height: 20px;
		}
		.info_link {
				font-size: 14px;
				margin-top: 5px;
				text-align: right;
		}
		.info_link a {
				padding-right: 30px;
		}
		.info_link a::after {
				top: calc(50% - 12px);
				right: 0;
				width: 24px;
				height: 24px;
				background: url("../images/icon_blank.png") no-repeat 0 0;
				background-size: 24px;
		}
		.info_line a {
				padding-top: 20px;
				padding-bottom: 20px;
		}
		.info_line dt {
				width: auto;
				margin: 0 0 5px;
		}
}
/* ===================== */
.news_section {
		background: #C4DFFF;
		padding: 80px 40px;
		min-height: 300px;
}
.news_inner {
		max-width: 700px;
		margin: 0 auto;
		background: #fff;
		min-height: 300px;
		box-sizing: border-box;
		border-radius: 30px;
		border: 1px solid #212B83;
		padding: 50px;
}
.news_ttl_flex {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 0 15px;
}
.news_hd {
		width: 140px;
}
.news_hd img {
		width: 100%;
		height: auto;
}
.news_link {
		font-family: "Montserrat", sans-serif;
		font-weight: 500;
		font-size: 15px;
}
.news_link a {
		color: #212B83;
		text-decoration: none;
		padding-right: 38px;
		position: relative;
		display: inline-block;
}
.news_link a::after {
		content: '';
		display: block;
		position: absolute;
		top: calc(50% - 15px);
		right: 0;
		width: 30px;
		height: 30px;
		background: url("../images/icon_blank.png") no-repeat 0 0;
		background-size: 30px;
		border-radius: 50%;
}
.news_line a {
		color: #212B83;
		text-decoration: none;
		display: flex;
		align-items: center;
		padding-top: 25px;
		padding-bottom: 25px;
}
.news_line {
		border-bottom: 1px solid #212B83;
}
.news_line dt {
		font-family: "Montserrat", sans-serif;
		font-weight: 500;
		width: 110px;
}
@media(max-width: 767px) {
		.news_section {
				padding: 40px 25px;
		}
		.news_inner {
				border-radius: 20px;
				padding: 25px 20px 30px;
		}
		.news_ttl_flex {
				margin: 0 0 10px;
		}
		.news_hd {
				width: 90px;
				height: 24px;
		}
		.news_link {
				font-size: 14px;
		}
		.news_link a {
				padding-right: 30px;
		}
		.news_link a::after {
				top: calc(50% - 12px);
				right: 0;
				width: 24px;
				height: 24px;
				background: url("../images/icon_blank.png") no-repeat 0 0;
				background-size: 24px;
		}
		.news_line a {
				display: block;
				padding-top: 20px;
				padding-bottom: 20px;
		}
		.news_line dt {
				width: auto;
				margin: 0 0 5px;
		}
}
@media(max-width: 375px) {
		.info_section, .news_section {
				padding: 40px 20px;
		}
}
/* ===================== */
.profile_section {
		padding: 80px 0;
		background: url("../images/profile_bg.jpg");
		background-size: 400px;
}
.profile_ttl {
		max-width: 700px;
		margin: 0 auto 40px;
}
.profile_ttl h2 {
		width: 168px;
}
.profile_ttl h2 img {
		width: 100%;
		height: auto;
}
.profile_inner {
		max-width: 700px;
		margin: 0 auto;
		padding: 0 60px;
}
.profile_inner_flex {
		display: flex;
}
.profile_photo {
		width: 350px;
		margin-right: 50px;
}
.profile_photo img {
		width: 100%;
		height: auto;
		box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 12px;
}
.profile_caption h1 {
		font-size: 24px;
		font-weight: 600;
		margin: 0 0 30px;
}
.profile_caption h1 span.en_name {
		font-family: 'Roboto', sans-serif;
		font-weight: 500;
		margin-left: 30px;
}
.profile_tbl {
		display: flex;
		align-items: center;
		font-weight: 400;
		margin: 0 0 8px;
}
.profile_tbl dt {
		margin-right: 15px;
		font-weight: 500;
}
.profile_tbl_gr .profile_tbl:last-child {
		margin-bottom: 0;
}
@media(max-width: 767px) {
		.profile_section {
				padding: 0px 0 60px;
				background: url("../images/profile_bg.jpg");
				background-size: 300px;
		}
		.profile_ttl {
				background: #000;
				max-width: inherit;
				padding: 0 42px;
				margin: 0 0 35px;
				display: flex;
				align-items: center;
				height: 50px;
		}
		.profile_ttl h2 {
				width: 110px;
				position: relative;
				top: 4px;
		}
		.profile_ttl h2 img {
				width: 100%;
				height: auto;
		}
		.profile_inner {
				max-width: inherit;
				padding: 0 10vw;
		}
		.profile_inner_flex {
				display: block;
		}
		.profile_photo {
				max-width: 400px;
				width: 70%;
				margin: 0 auto 40px;
		}
		.profile_caption h1 {
				font-size: 20px;
				margin: 0 0 30px;
		}
		.profile_caption h1 span.en_name {
				margin-left: 20px;
		}
		.profile_tbl {
				margin: 0 0 8px;
		}
		.profile_tbl dt {
				margin-right: 15px;
				font-weight: 500;
		}
}
/* ===================== */
footer {
		background: #6E6E6E;
		color: #F5F5F5;
		padding: 80px 40px 40px;
}
@media(min-width: 768px) {
		.footer_logo {
				display: none;
		}
}
.footer_logo img {
		width: 100%;
		height: auto;
}
footer a {
		color: #F5F5F5;
		text-decoration: none;
}
.footer_inner {
		max-width: 960px;
		margin: 0 auto;
}
.footer_inner h5 {
		font-family: "Montserrat", sans-serif;
		font-size: 22px;
		font-weight: 700;
		margin: 0 0 10px;
}
.footer_nav_flex {
		display: flex;
		justify-content: space-between;
}
.footer_inner ul {
		list-style: none;
}
.footer_inner ul li a {
		display: flex;
		align-items: center;
		padding: 3px 0;
}
.footer_inner ul li {
		margin-bottom: 12px;
}
.footer_inner ul li .en {
		font-family: "Montserrat", sans-serif;
		font-size: 20px;
		font-weight: 400;
		margin-right: 15px;
}
.footer_inner ul li .en.extra {
		margin-right: 3px !important;
}
.footer_inner ul li .jp {
		font-family: "Noto Sans JP", sans-serif;
		font-size: 12px;
		font-weight: 400;
}
.footer_inner ul li .jp.extra {
		font-size: 16px;
}
.footer_about {
		font-family: "Noto Sans JP", sans-serif;
		font-size: 14px;
		font-weight: 400;
}
.footer_about li .en {
		font-family: "Montserrat", sans-serif;
		font-weight: 400;
		margin-right: 1em;
}
.footer_col ul.footer_about:last-child {
		margin-top: 0;
}
.footer_col_flex {
		display: flex;
		justify-content: space-between;
		max-width: 800px;
		margin: 0 auto 40px;
}
.footer_col.first {
		width: 60%;
}
.footer_copyright {
		text-align: center;
		font-family: "Montserrat", sans-serif;
		font-size: 14px;
		margin-top: 30px;
}
@media(max-width: 767px) {
		.footer_logo {
				width: 22px;
				margin: 0 0 60px;
		}
		footer {
				padding: 40px 0 40px 32px;
		}
		.footer_nav_flex {
				display: block;
		}
		.footer_col.first {
				margin-bottom: 50px;
		}
		.footer_inner h5 {
				font-size: 15px;
				margin: 0 0 12px;
		}
		.footer_inner ul li {
				margin-bottom: 6px;
		}
		.footer_inner ul li .en {
				font-size: 16px;
				margin-right: 15px;
		}
		.footer_inner ul li .jp {
				font-size: 11px;
		}
		.footer_inner ul li .jp.extra {
				font-size: 13px;
		}
		.footer_about {
				font-size: 11px;
		}
		.footer_about li .en {
				margin-right: 1em;
		}
		.footer_copyright {
				font-size: 11px;
				margin-top: 50px;
				text-align: left;
		}
		.footer_col_flex {
				display: block;
				margin: 0;
		}
		.footer_col.first {
				margin: 0 0 30px;
		}
}
@media(min-width: 768px) {
		.mobileBr {
				display: none;
		}
}
/* ==================== */
.drawer_overlay {
		background: rgba(255, 255, 255, 0.8);
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 110vh;
		z-index: 5000;
		display: none;
}
.drawer {
		position: fixed;
		top: 0;
		right: 0;
		width: 500px;
		height: 100vh;
		background: #0E0856;
		color: #fff;
		z-index: 6000;
		box-shadow: -10px 0px 15px 0px rgba(10, 13, 0, 0.1);
		transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
		transform-origin: right center;
		display: none;
		transform: translateX(550px)
}
@media(max-width: 840px) {
		.drawer {
				box-shadow: -30px 0px 50px 0px rgba(33, 43, 131, 0.6);
		}
}
@media(max-width: 375px) {
		.drawer {
				box-shadow: -25px 0px 30px 0px rgba(33, 43, 131, 0.6);
		}
}
.drawer.isActive {
		transform: translateX(0)
}
.drawer_hdr {
		height: 60px;
}
.drawer a {
		color: #fff;
		text-decoration: none;
}
.drawer_inner {
		padding: 50px;
		height: calc(100vh - 100px);
		position: relative;
		box-sizing: border-box;
		min-height: 600px;
}
.drawer_inner ul {
		list-style: none;
}
.drawer_inner li {
		font-family: "Montserrat", sans-serif;
		font-size: 24px;
		font-weight: 600;
		text-align: right;
		margin: 0 0 20px;
}
.drawer_inner ul li:last-child {
		margin-bottom: 0;
}
.drawer_inner li.amuseplus {
		margin-top: 40px;
}
.main_nav {
		margin-bottom: 60px;
}
.drawer_inner .drawer_sns {
		position: absolute;
		bottom: 100px;
		right: 0;
		width: 300px;
		height: 30px;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		padding-right: 50px;
}
.drawer_sns div {
		margin-left: 40px;
		width: 30px;
}
.drawer_sns div img {
		width: 100%;
		height: auto;
}
@media(max-width: 840px) {
		.drawer_overlay {
				background: #0E0856;
				background: rgba(33, 43, 131, 0.8);
				position: fixed;
				top: 0;
				left: 0;
				width: 100%;
				height: 110vh;
				z-index: 5000
		}
}
@media(max-width: 767px) {
		.drawer {
				width: 80vw;
				transform: translateX(80vw);
		}
		.drawer_inner li {
				font-size: 18px;
				margin: 0 0 25px;
		}
		.drawer_inner {
				padding: 40px 30px 50px 0;
				min-height: 500px;
		}
		.drawer_inner .drawer_sns {
				padding-right: 30px;
		}
		.drawer_sns div {
				margin-left: 30px;
				width: 26px;
		}
}
/* ================= */
.second_container {
		background: #F2F9FF;
		padding: 60px 40px 80px;
}
@media(max-width: 840px) {
		.second_container {
				padding: 35px 40px 80px;
		}
}
.bread_col {
		margin-top: 57px;
		background: #fff;
		height: 30px;
}
.bread_col_inner {
		max-width: 640px;
		margin: 0 auto;
		padding: 0 32px;
		display: flex;
		align-items: center;
		height: 30px;
}
.bread_col ul {
		display: flex;
		align-items: center;
}
.bread_col li {
		list-style: none;
		color: #212B83;
		font-family: "Montserrat", "Noto Sans JP", sans-serif;
		font-size: 14px;
		font-weight: 400;
		margin-right: 20px;
}
.bread_col li a {
		color: #212B83;
		text-decoration: none;
		position: relative;
}
.bread_col li a::after {
		content: '';
		display: block;
		width: 6px;
		height: 6px;
		position: absolute;
		top: calc(50% - 4px);
		right: -11px;
		border-top: 1px solid #212B83;
		border-right: 1px solid #212B83;
		transform: rotate(45deg);
}
@media (hover: hover) {
		.bread_col li a:hover {
				color: #212B83;
				text-decoration: underline;
		}
}
.second_wrap {
		max-width: 640px;
		margin: 0 auto;
}
.member_card_col {
		max-width: 500px;
		margin: 0 auto 80px;
}
.member_card {
		margin-bottom: 20px;
}
.member_card img {
		width: 100%;
		height: auto;
}
.member_card_caption p {
		line-height: 1.8;
		font-size: 20px;
		font-weight: 700;
		text-align: center;
}
.mypage_btn_flex {
		display: flex;
		justify-content: center;
		margin: 0 0 80px;
}
.membership_hd {
		width: 228px;
		margin: 0 0 35px;
}
.membership_hd img {
		width: 100%;
		height: auto;
}
.membership_menu_hd {
		width: 250px;
		margin: 0 0 35px;
}
.membership_menu_hd img {
		width: 100%;
		height: auto;
}
.mypage_btn_flex {
		display: flex;
		justify-content: space-between;
}
.mypage_btn {
		width: 200px;
		height: 200px;
		font-size: 18px;
		font-weight: 600;
}
.mypage_btn a {
		display: flex;
		justify-content: center;
		align-items: center;
		color: #212B83;
		text-decoration: none;
		background: #fff;
		height: 200px;
		border: 1px solid #212B83;
		border-radius: 20px;
		position: relative;
		transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), background 0.3s;
}
@media (hover: hover) {
		.mypage_btn a:hover {
				border-radius: 16px;
				transform: scale(0.95);
				background: rgba(255, 255, 255, 0.8);
		}
}
.mypage_btn_inner {
		position: relative;
		/* top: -10px; */
}
.mypage_btn_icon {
		width: 45px;
		margin: 0 auto 10px;
}
.mypage_btn_icon img {
		width: 100%;
		height: auto;
}
.link_btn {
		margin: 0 auto 60px;
		max-width: 480px;
		font-weight: 500;
}
.link_btn a {
		height: 50px;
		text-decoration: none;
		background: #fff;
		color: #212B83;
		border: 1px solid #212B83;
		border-radius: 12px;
		display: flex;
		justify-content: center;
		align-items: center;
		transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), background 0.3s;
}
@media (hover: hover) {
		.link_btn a:hover {
				background: #212B83;
				color: #fff;
		}
}
.delete_btn {
		margin: 0 auto 40px;
		max-width: 480px;
		font-weight: 500;
}
.delete_btn a {
		height: 50px;
		text-decoration: none;
		background: #212B83;
		color: #fff;
		border: 1px solid #212B83;
		border-radius: 12px;
		display: flex;
		justify-content: center;
		align-items: center;
		transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), background 0.3s;
}
@media (hover: hover) {
		.delete_btn a:hover {
				background: #fff;
				color: #212B83;
		}
}
@media(max-width: 767px) {
		.bread_col, .bread_col_inner {
				height: 26px
		}
		.bread_col li {
				color: #212B83;
				font-size: 13px;
				margin-right: 20px;
		}
		.member_card_caption p {
				font-size: 16px;
		}
		.membership_hd {
				width: 160px;
				margin: 0 0 25px;
		}
		.membership_menu_hd {
				width: 170px;
				margin: 0 0 25px;
		}
		.mypage_btn_flex {
				display: flex;
				justify-content: space-between;
				flex-wrap: wrap;
				margin-bottom: 60px;
		}
		.mypage_btn {
				width: calc(calc(calc(100vw - 80px) * 0.5) - 17px);
				height: calc(calc(calc(100vw - 80px) * 0.5) - 17px);
				font-weight: 600;
				margin: 0 0 34px;
				font-size: 15px;
		}
		.mypage_btn a {
				height: calc(calc(calc(100vw - 80px) * 0.5) - 17px);
				border-radius: 14px;
		}
		.mypage_btn_icon {
				width: 32px;
				margin: 0 auto 10px;
		}
		.link_btn {
				margin: 0 auto 40px;
		}
		.link_btn a {
				border-radius: 10px;
		}
		.delete_btn, .link_btn {
				font-size: 14px;
		}
}