/*---------------------------------------------
  BASE
---------------------------------------------*/

body {
	font-family:"メイリオ",Meiryo,"HiraKakuProN-W3","ヒラギノ角ゴ ProN W3",sans-serif;
	line-height:1.8;
	color:#5F6368;
	font-size:14px;
	-webkit-text-size-adjust: none;
}

#wrap {
	clear:both;
	display:none;
}

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 {
	text-decoration:none;
}
 
a:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input[type="text"],input[type="password"],input[type="email"],textarea,select{ 
	font-family: inherit;
	font-size:1em !important;
	font-weight:inherit;
    -webkit-appearance: none;
}

.container {
    max-width: 1030px;
}

dl,dd,p {
	margin:0;
	padding:0;
}


/*---------------------------------------------
  FONT
---------------------------------------------*/

.font-base {
	font-family:"メイリオ",Meiryo,"HiraKakuProN-W3","ヒラギノ角ゴ ProN W3",sans-serif;
}

.font-accent {
  font-family: 'Bebas Neue', cursive;
}

.font-xs {
  font-size: 11px;
  line-height: 1.4rem;
}


/*---------------------------------------------
  HEADER
---------------------------------------------*/

header {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:9999;
	background-color:rgba(255,255,255,1);
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}
header .font-accent {
	font-size:20px;
}

header #header_inner {
	overflow:hidden;
	clear:both;
	padding:16px 32px;
	line-height:1;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

header h1 {
	width:90px;
	float:left;
	margin-bottom:0;
	line-height:0;
}

header a {
	color:#A6093D;
}

header a:hover {
	color:#A6093D;
	opacity: 0.5;
}

header .navi .contents_list .fc_menu img {
	width:100%;
}

header a.no_hover {
	color:#BBBCBC;
}

@media screen and (min-width: 1200px) {
	
header .sp_nav_header {
	display:none;
}

header .navi {
	float:right;
	margin-top:16px;
}

header .main_nav {
	display:inline-block;
}

header .navi .contents_list li {
	display:inline-block;
	margin-right:16px;
}

header .navi .contents_list li:last-child {
	margin-right:0;
}


/***** fc menu *****/

header .navi .contents_list .moreBtn{
	width:22px;
	height:22px;
	cursor:pointer;
}
header .navi .contents_list .moreBtn span{
	width:5px;
	height:5px;
	background:#BBBCBC;
	display:inline-block;
	border-radius:50%;
	margin: 0 2px 3px 0;
}

header .navi .contents_list .fc_menu {
	display:none;
	margin: 0;
    padding: 30px 58px;
    width: 200px;
    background: #fff;
    border-radius: 4px;
    position: absolute;
    top: 55px;
    right: 30px;
    -webkit-box-shadow: 1px 3px 6px rgba(0,0,0,.16);
    box-shadow: 1px 3px 6px rgba(0,0,0,.16);
    z-index: 50;
	text-align:center;
}

header .navi .contents_list .fc_menu li {
	margin:0 0 16px 0;
	font-size:14px;
	line-height:1.8;
	display: block;
}

header .navi .contents_list .fc_menu li:first-child {
	width: 45%;
	margin: 0 auto 32px;
}

header .navi .contents_list .fc_menu li:last-child {
	margin-bottom:0px;
}

header .navi .contents_list .fc_menu li a {
	color:#5F6368;
	background:none;
}

header .navi .contents_list .fc_menu li a:hover {
	color:#BBBCBC;
	opacity: 1;
}

header .navi .contents_list .fc_menu li a:hover:after{
	opacity:0;
	display:none;
}


header .btn_menu, header .btn_close {
	display:none !important;
}


}


@media screen and (max-width: 1199px) {
	
header #header_inner {
	padding:8px 15px;
}

header h1 {
	width:85px;
}

header .menu-btn {
	float:right;
	position: relative;
	width: 26px;
	height: 18px;
	box-sizing: border-box;
	cursor:pointer;
	margin-top:15px;
}

header .menu-btn span {
	position: absolute;
	left: 0;
	height: 2px;
	width: 100%;
	background-color: #A6093D;
	border-radius: 2px;
	display: inline-block;
	box-sizing: border-box;
}

/***** 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) {
  bottom: 0;
}

/***** CLOSE *****/
header .btn_close span:nth-of-type(1) {
  top: 0;
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}

header .btn_close span:nth-of-type(2) {
  opacity: 0;
  top: 8px;
}

header .btn_close span:nth-of-type(3) {
  bottom: 0;
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}


/***** SP NAVI HEADER *****/

header .sp_nav_header {
	overflow:hidden;
	clear:both;
	padding: 8px 0 16px;
}

/***** NAVI *****/
header .navi {
	position:fixed;
	top:0;
	right:-100%;
	width:100%;
	height:100vh;
	padding:8px 15px 16px;
	box-sizing:border-box;
	background:#fff;
	z-index: 9999;
	overflow-y:auto;
	-webkit-overflow-scrolling: touch;
}

header .navi.open {
	transform: translate(0);
}

header .main_nav {
	overflow:hidden;
	clear:both;
}

header .main_nav .contents_list {
	overflow:hidden;
	clear:both;
	margin-top:15px;
}

header .main_nav .contents_list li  {
	width:49%;
	float:left;
	font-size:20px;
	margin:0 1% 12px 0;
}

header .main_nav .contents_list li a {
	display:block;
}

header .main_nav .contents_list li.faq_icon  {
	display:none;
}

header .main_nav .contents_list .more_menu {
	width:100%;
	margin:10px auto 30px;
	padding:30px 0px 20px;
	border-top:solid 1px #BBBCBC;
}

header .main_nav .contents_list .more_menu .fc_menu {
	display:block !important;
	opacity:1 !important;
	font-family:"メイリオ",Meiryo,"HiraKakuProN-W3","ヒラギノ角ゴ ProN W3",sans-serif;
}

header .main_nav .contents_list .more_menu .fc_menu li {
	width:100%;
	display:block;
	float:none;
	font-size:16px;
	margin:0 1% 20px 0;
}

header .main_nav .contents_list .more_menu .fc_menu li a {
	color:#5F6368;
}

header .main_nav .contents_list .more_menu .fc_menu li:first-child {
	margin-bottom:40px;
	width:58px;
	display:block;
}

}



/*---------------------------------------------
  CONTENTS
---------------------------------------------*/

h2 {
	font-family: "メイリオ",Meiryo,"HiraKakuProN-W3","ヒラギノ角ゴ ProN W3",sans-serif;
	text-align:center;
	margin:64px auto;
	color:#A6093D;
	font-weight: bold;
}

@media screen and (min-width: 768px) {

h2 {
	font-size:34px;
}

h2.font-accent {
	font-size:40px;
	font-weight: normal;
}
	
	
}

@media screen and (max-width: 767px) {

h2 {
	margin:32px auto;
	font-size:28px;
}

h2.font-accent {
	font-size:34px;
	font-weight: normal;
}
	
	
}

/*-----------------------------
  NEW icon
-----------------------------*/
.new-on::before {
  position: absolute;
  font-size: 20px;
  font-family: 'Bebas Neue', sans-serif;
  z-index: 999;
}

.container .new-on::before {
    content: "NEW";
    color: #fff;
    width: 57px;
    height: 57px;
    background-color: #A6093D;
    padding: 0.6em 0.8em;
    border-radius: 50%;
    z-index: 999;
    transform: translate(0,10px);
}

@media screen and (max-width:767px){
.new-on::before {
  font-size: 16px;
}
.container .new-on::before{
    transform: translate(5px,8px);
    width: 40px;
    height: 40px;
    padding: 0.4em 0.6em;
}
}



/*---------------------------------------------
  FOOTER
---------------------------------------------*/

footer {
	padding:32px 0;
	border-top:solid 1px #C9C9C9;
}

footer ul {
	margin-bottom:32px;
}

footer li {
	display:inline-block;
	margin-right:32px;
}

footer li a {
	color:#5F6368;
}

footer li a:hover {
	opacity:0.4;
	color:#5F6368;
}

@media screen and (max-width: 991px) {

footer li {
	display:inline-block;
	margin-right:18px;
}
	
}

@media screen and (max-width: 767px) {

footer li {
	display:block;
	margin:0 0 16px;
}
	
}



/*---------------------------------------------
  COLOR
---------------------------------------------*/
/* ベースカラー */
/* 背景 */
.bg-base {
  /* サイト全体の背景色 */
  background-color: #fff;
}

/* メインカラー */
/* 背景 */
.bg-main {
  /* 主にヘッダの背景色 */
  background-color: #333;
  /* background-color: #28a745; */
}
/* サブカラー */
.bg-sub {
  /* 主にフッタの背景色 */
  background-color: #333;
}
/* アクセントカラー */
/* 任意でUIパーツの色を増やしたいときに定義を増やす */
.bg-accent-light-gray {
  background-color: #f8f8f8;
}
.bg-accent-light-red {
  background-color: #efdfdf;
}

/* テキスト */
.text-base {
  color: #fff;
}
.text-main {
  color: #333;
}
.text-accent-light-gray {
  color: #c0c0c0;
}

/*---------------------------------------------
  UI
---------------------------------------------*/
/* ボタン */
.btn {
  border-radius: 2rem;
  font-size:1em;
  transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out;
}
.btn-main {
  color: #BDBDBD;
  background-color: #fff;
  border-color: #BDBDBD;
}
.btn-main:hover {
  color: #A6093D;
  background-color: #fff;
  border-color: #A6093D;
}


.btn-link:hover {
    text-decoration: none;
}

.btn-lg {
  padding: .8rem 1rem;
 }
 
.btn.focus, .btn:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}



/* アラート */
.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: #808080;
}


.flash-message {
	max-width: 1030px;
	margin: 0px auto;
}

.flash-message p {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba;
	padding: .75rem 1.25rem;
	border-radius: .25rem;
}



/* バッジ（ラベル） */
.badge-history-status.badge {
  font-size: 100%;
  font-weight: normal;
  padding: .5em 1em;
}
.badge-history-status.badge-secondary {
  color: #343a40;
  background-color: #e9ecef;
}


/*------------------------
  form
------------------------*/

.form_box #edit_confirm {
    margin-top: 64px;
}


/*------------------------
  pagination
------------------------*/

ul.pagination {
	margin-top: 80px;
	flex-wrap: wrap;
}

.page-item.disabled .page-link {
    color: #BDBDBD;
    pointer-events: none;
    cursor: auto;
    background-color: rgba(255,255,255,0);
    border-color: #BDBDBD;
}

.page-link {
	color: #BDBDBD;
	border: 1px solid #BDBDBD;
}

.page-link:hover {
	color: #BDBDBD;
	background-color: #efefef;
	border-color: #BDBDBD;
}

ul.pagination .page-item.active .page-link {
	background-color: #BDBDBD;
	border-color: #BDBDBD;
}


.page-link:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}


/*---------------------------------------------
  PAGES
---------------------------------------------*/

/*--------------------
  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:#eee;
font-size: 16px;
}

@media screen and (max-width: 575px) {
.membership-card-image .membership-card-image-on-member-number {
font-size: 4vw;
}
}



/*--------------------
  STORE
--------------------*/
#store table.table {
    border-bottom: 1px solid rgba(0,0,0,.1);
}



/*--------------------
  TICKET
--------------------*/

@media screen and (max-width: 767px) {
	
#ticket h4 {
	font-size: 1.2rem;
}
	
#ticket.ticket_select h5, #ticket.ticket_cancel h5 {
	font-size: 1.1rem;
}
	
}


#ticket.ticket_list .border, #ticket.ticket_select .event_list .border, #ticket.ticket_confilm .ticket_detail .border,  #ticket.ticket_cancel .border {
	border-radius: .25rem !important;
}


/* ticket_select */

#ticket.ticket_select .event_list .border p.p-2 {
	padding: .5rem 0 !important;
}

#ticket.ticket_select .event_list .border .t_namelist li {
	margin-bottom: .5rem;
}

#ticket.ticket_select #ticketSelectionModal select {
	border: 1px solid #ced4da;
	border-radius: .25rem;
	padding: .2rem .5rem;
}


/* ticket_select */

#ticket.ticket_confilm .ticket_detail .total_price hr {
	display:none;
}

#ticket.ticket_confilm .ticket_detail .total_price div {
	border-top: 1px solid rgba(0,0,0,.1);
	margin-top: 1em;
	padding-top: 1em;
}