/* ========================================== */
/* base */
/* ========================================== */

body {
	font-family: "Inter", sans-serif;
	line-height:1.8;
	color:#eceff1;
	font-size:14px;
	overflow-y: scroll;
}

body.no-scroll {
	overflow: hidden;
}

.container {
    max-width: 1030px;
}

ul {
	padding:0px;
	margin:0;
	list-style:none;
}

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

dt {
	font-weight:normal;
}

a {
	text-decoration:none;
	word-wrap:break-word;
	word-break: break-all;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

a:hover {
	opacity: 0.7;
	transition: all .3s;
	text-decoration:none;
}

a:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.more {
	display: flex;
	justify-content: center;
}

a.btn {
	text-decoration:none;
}

a.btn:hover {
	opacity: 0.7;
}

input[type="text"],input[type="password"],input[type="email"],textarea,select{ 
	font-family: inherit;
	font-size:1em !important;
	font-weight:inherit;
    -webkit-appearance: none;
}

dl,dd,p {
	margin:0;
	padding:0;
}

hr {
border-top: 1px solid rgba(255, 255, 255, .2);
}

@media screen and (max-width: 991px) {
    .container {
        padding-right: 24px;
        padding-left: 24px;
    }
}

/* ========================================== */
/* フォント */
/* ========================================== */

.font-base {
	font-family: "Inter", sans-serif;
}

.font-accent {
	font-family: "Bebas Neue", sans-serif;
}

h2.font-accent {
	font-size: 36px;
}

.font-xs {
  font-size: 11px;
  line-height: 1.4rem;
}

a {
	color: #D4AF37;
	-webkit-transition:.3s ease;
	transition:.3s ease;
}

a:hover {
	color: #D4AF37;
	text-decoration:none;
	opacity: 0.7;
}


/* ========================================== */
/* ヘッダー */
/* ========================================== */
header {
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
	background-color: rgba(0,0,0,.9);
}


header h1 {
	max-width: 40px;
	line-height: 0.9;
}

header .font-accent {
    font-size:18px;
    font-weight:300; 
}

header #header_inner {
	display: flex;
	height: 55px;
	padding: 7px 25px
}

header a {
    color: #fff;
	transition: opacity 0.3s;
}

header a:hover {
    color: #fff;
	opacity: 0.6;
}


header .menu-btn {
    position: absolute;
	top: 19px;
	right: 25px;
	width: 32px;
	height: 19px;
	box-sizing: border-box;
	cursor:pointer;
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	font-size: 8px;
	color: #fff;
}

header .menu-btn span {
    position: absolute;
    left: 0;
    height: 2px;
    width: 32px;
    background-color: #fff;
    display: inline-block;
    box-sizing: border-box;
}

header .menu-btn p {
    position: absolute;
	bottom:0;
}

/***** OPEN *****/
header .btn_menu span:nth-of-type(1) {
	top: 0;
}

header .btn_menu span:nth-of-type(2) {
	top: 8px;
}

header .btn_menu span:nth-of-type(3) {
	top: 16px;
}

/***** CLOSE *****/
header .btn_close span:nth-of-type(1) {
	top: 0;
	width: 25px;
	-webkit-transform: translate(5px,9px) rotate(-45deg);
	transform: translate(5px,9px) rotate(-45deg);
	background-color:#fff;
}

header .btn_close span:nth-of-type(2) {
	opacity: 0;
	top: 8px;
}

header .btn_close span:nth-of-type(3) {
	bottom: 0;
	width: 25px;
	-webkit-transform: translate(5px,-8px) rotate(45deg);
	transform: translate(5px,-8px) rotate(45deg);
	background-color:#fff;
}

header .btn_close p {
	color:#fff;
}


/***** NAVI *****/
header .nav_inner {
    position:fixed;
    top:0;
    right:-100%;
    width:100%;
	max-width:412px;
    height:100vh;
    box-sizing:border-box;
    background:#0a0a0a;
    z-index: 9999;
    overflow-y:auto;
    -webkit-overflow-scrolling: touch;
	transition: right 800ms ease-in-out;
}

header .nav_inner.open {
	right:0%;
}

header .nav_inner_conetnts {
	padding: 24px 24px 40px;
	border-top: 1px solid #222;
	margin-top: 55px;
	background: #0a0a0a;
}

header .nav_inner_conetnts .contents_list_sp li {
	border-bottom: 1px solid #222;
	margin-bottom: 16px;
	line-height: 1;
}

header .nav_inner_conetnts .contents_list_sp li a {
	display: block;
	padding-bottom: 16px;
}

header .nav_inner_conetnts .contents_list_sp li a,
header .nav_inner_fanclub .contents_list_sp li a {
	color:#fff;
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	font-size: 20px;
}

header .nav_inner_fanclub {
	padding: 20px 24px;
	background: #111;
}

.inner_fanclub_title {
	color: #D3D3D3;
	font-size: 10px;
	margin-bottom: 20px;
}

header .nav_inner_fanclub .btn-area {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
}

header .nav_inner_fanclub .btn-area li {
	width: 47%;
	border: 1px solid #222;
	border-radius: 4px;
	background-color: #0a0a0a;
}

header .nav_inner_fanclub .btn-area li a {
	padding: 14px 0;
	display: block;
}

header .nav_inner_fanclub .btn-area li.auth-btn {
	background-color: #D4AF37;
	border: none;
	transition: all .3s;
}

header .nav_inner_fanclub .btn-area li.auth-btn:hover {
	opacity: 1;
	background-color: #fff;
}

header .nav_inner_fanclub .contents_list_sp li.auth-btn a {
	padding: 19px 0;
	color: #0a0a0a;
	display: block;
	opacity: 1;
	transition: all .3s;
}

header .nav_inner_fanclub .contents_list_sp li.auth-btn a:hover {
	color: #000;
}

header .nav_inner_fanclub .contents_list_sp li a {
	display: block;
	text-align: center;
}

header .nav_inner_sns {
	padding: 24px 0 56px;
	background: #0a0a0a;
}

header .sns_row {
	display: flex;
	justify-content: center;
	align-items: center;
}

header .sns_icon {
	width: 20px;
	margin: 0 12px;
}

header .sns_icon img {
	width: 100%;
}


@media screen and (max-width: 991px) {

	header .nav_inner {
		width: calc(100% - 56px);
		max-width: inherit;
		transition: right 600ms ease-in-out;
	}

	header #header_inner {
		padding: 10px 25px;
	}
		
	header h1 {
		max-width: 38px;
		line-height: 0.7;
	}

	header .menu-btn span {
		left: 5px;
	}

	header .nav_inner_fanclub {
		margin-top:0;
	}

	header .fc-logo {
		flex-direction: row;
		margin-bottom:24px;
		justify-content:center;
	}

	header .fc-logo img {
		width:48px;
		margin-right:10px;
	}

	header .fc-logo p {
		font-size:14px;
		text-align:left;
	}

	header .nav_inner_conetnts {
		margin-top:80px;
	}

	header .nav_inner_fanclub .contents_list_sp li {
		width: 45%;
	}

	header .nav_inner_fanclub .contents_list_sp li a {
		font-size: 14px;
	}

}

/* ========================================== */
/* bottom nav */
/* ========================================== */
.bottom_nav {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 65px;
	background-color: rgba(10,10,10,0.95);
	border-top: 1px solid #222;
	z-index: 999;
}

.bottom_nav .bottom_nav_list {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bottom_nav .nav_content {
	margin: 0 100px;
}

.bottom_nav .nav_content a img {
	display: block;
	width: 22px;
	height: 22px;
	margin: 0 auto 5px;
	text-align: center;
}

.bottom_nav .nav_content p {
	color: #888;
	font-size: 9px;
	font-weight: 500;
	text-align: center;
	line-height: 1;
}

@media screen and (max-width: 991px) {

	.bottom_nav .bottom_nav_list {
		justify-content: space-between;
		padding: 0 24px;
	}

	.bottom_nav .nav_content {
		margin: 0;
	}
}

/* ========================================== */
/* CONTENTS */
/* ========================================== */



/* ========================================== */
/* フッター */
/* ========================================== */

footer {
	padding: 64px 0;
	margin-bottom: 65px;
	border-top:solid 1px #303030;
	background-color: #000;
}

footer .container {
	max-width: 900px;
}

.footer-title {
	margin-bottom: 32px;
}

.footer-title h4 {
	font-size: 48px;
    margin-bottom: 8px;
    color: #fff;
    font-family: "Bebas Neue", sans-serif;
    line-height: 1;
    letter-spacing: 10%;
    text-align: center;
}

.footer-title p {
	font-size: 18px;
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: 20%;
    line-height: 1;
    color: #888;
    text-align: center;
}

.footer-sns-link {
	display: flex;
	justify-content: center;
	gap: 24px;
	margin-bottom: 32px;
}

footer .sns-icon {
	border-radius: 9999px;
	border: 1px solid #888;
	width: 44px;
	height: 44px;
}

footer .sns-icon a {
	display: block;
	padding: 7px 12px;
}

footer .sns-icon img {
	width: 18px;
	height: 18px;
}

footer ul {
	list-style: none;
	padding:0px;
	margin: 0 0 32px;
	text-align: center;
}

footer li {
	display:inline-block;
	margin-right:32px;
	font-size: 11px;
}

footer li:last-child {
	margin-right: 0;
}

footer li a {
	color: #fff;
}

footer li a:hover {
	color: #fff;
	opacity: 0.7;
}

footer .copy {
	font-size: 10px;
	color: #555555;
	text-align: center;
}

@media screen and (max-width: 767px) {
	footer ul {
		text-align: left;
		max-width: 320px;
	}

	footer li {
		text-align: left;
		margin: 0 32px 20px 0;
	}

}



/* ========================================== */
/* 共通カラー */
/* ========================================== */
/* ベースカラー */
/* 背景 */
.bg-base {
  /* サイト全体の背景色 */
  background-color: #111111;
}
.bg-toggle {
  /* サイト全体の背景色 */
  background-color: #fff;
}

/* メインカラー */
/* 背景 */
.bg-main {
  /* 主にヘッダの背景色 */
  background-color: #444;
}
/* サブカラー */
.bg-sub {
  /* 主にフッタの背景色 */
  background-color: #444;
}
/* アクセントカラー */
/* 任意でUIパーツの色を増やしたいときに定義を増やす */
.bg-accent-light-gray {
  background-color: #f8f8f8;
}
.bg-accent-light-red {
  background-color: #efdfdf;
}

/* テキスト */
.text-base {
  color: #eceff1;
}
.text-main {
  color: #eceff1;
}
.text-accent-light-gray {
  color: #c0c0c0;
}
.red {color:#FF0004;}

/* ========================================== */
/* UIパーツ別 */
/* ========================================== */
/* ボタン */
.btn {
  border-radius: 2rem;
}
.btn-main {
  color: #222;
  background-color: #fff;
  border-color: #fff;
}
@media screen and (min-width: 768px) {
.btn-main {
  color: #eee;
  background-color: transparent;
  background-image: none;
  border-color: #eee;
}
}
.btn-main:hover {
  color: #0a0a0a;
  background-color: #D4AF37;
  border-color: #D4AF37;
  opacity: 1;
}

a.btn-main:hover {
  border-color: #D4AF37;
  opacity: 1;
}

/* アラート */
.alert-main {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-registration-mail.alert,
.alert-mypage-change-email.alert {
  border: none;
}
.alert-registration-mail.alert .alert-heading,
.alert-mypage-change-email.alert .alert-heading {
  color: #ff0000;
}
.alert-registration-mail.alert .alert-body,
.alert-mypage-change-email.alert .alert-body {
  color: #454545;
}

.alert-danger {
    background-color: #f8cfd3;
}
.alert-success {
background-color: #b7ddc0;
}

/* バッジ（ラベル） */
.badge-history-status.badge {
  font-size: 100%;
  font-weight: normal;
  padding: .5em 1em;
}
.badge-history-status.badge-secondary {
  color: #fff;
  background-color: #555;
}

/* ticketモーダル */
.modal-dialog .modal-content {
	background-color: #212121;
}

/* ========================================== */
/* 画面別 */
/* ========================================== */


/* マイページ履歴 */
@media screen and (min-width: 768px) {
.row-history-left {
  border-right: 1px solid rgba(0,0,0,.1);
}
}



/*--------------------
  MYPAGE
--------------------*/
@media screen and (min-width: 768px) {
.row-history-left {
  border-right: 1px solid rgba(0,0,0,.1);
}
}

.mypage-plan-contract-footer {
    display: none;
}

.uploaded-photo-status-label, .shipping-history-status-label, .ec-history-status-label, .ticket-history-status-label, .ticket-history-ticket-status-label {
    border-radius: 2rem;
	padding: 6px 1em;
}

/*membership-card*/

.membership-card-image .membership-card-image-on-member-number {
right: 3%;
bottom: 3%;
color:#fff;
font-size: 16px;
}

@media screen and (max-width: 575px) {
.membership-card-image .membership-card-image-on-member-number {
font-size: 4vw;
}
}

/*mypage card*/
.card{
	background-color: #333;
}
.list-group-item{
	background-color: #333;
	color: #fff;
	border-color: rgba(255,255,255,.125);
}
.list-group-item-action:focus,
.list-group-item-action:hover{
	color:#fff;
	text-decoration:none;
	background-color: #2d2d2d;
}
.membership-card-info-content hr,
.card-body hr,
.card-footer{
	border-color: rgba(255,255,255,.125);
}

/*------------------------
 pagination上余白
------------------------*/
ul.pagination {
	margin-top: 80px;
}

/*--------------------------------
 form 内容確認ページ
--------------------------------*/
form dd{
	margin-bottom:1rem;
}
form dt label{
	font-weight: 700;
}

/*--------------------
  STORE TAG
--------------------*/
#store .store_tag ul{
	text-align: left!important;
	display: inline;
}

#store .store_tag ul li{
	padding: 0!important;
	margin-left: 1em;
}

#store .border form .row .col-md-3 > a {
	color: #fff;
}

/*--------------------
  販売単位バナー
--------------------*/
#store .border .my-5 > .row {
	display: none;
}

/*--------------------
  schedule morebtn
--------------------*/
.schedule-more-btns {
	display: flex;
	justify-content: center;
	gap: 32px;
}

.schedule-more-btn {
	text-align: center;
    margin-top: 32px;
}

.schedule-more-btn a {
	display: inline-block;
    font-family: "Bebas Neue", sans-serif;
    font-size: 12px;
    padding: 17px 0 15px;
	min-width: 150px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 0;
    transition: all .7s;
    line-height: 1;
}

@media screen and (max-width: 767px) {
	.schedule-more-btns {
		gap: 16px;
	}
}