/* ========================================== */
/* base */
/* ========================================== */

body {
	font-family:"Noto Sans JP",sans-serif;
	line-height:1.8;
	color:#eceff1;
	font-size:14px;
	overflow-y: scroll;
    overflow-x: 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;
	color: #DE6B93;
}

a:hover {
	text-decoration:none;
	color: #DE6B93;
	opacity: 0.7;
}
 
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: 1060px;
    margin: 0 auto;
}

dl,dd,p {
	margin:0;
	padding:0;
}

hr {
	border-top: 1px solid rgba(255, 255, 255, .2);
}

/* ========================================== */
/* フォント */
/* ========================================== */

.font-base {
	font-family:"Noto Sans JP",sans-serif;
}

.font-accent {
  font-family: 'Kaushan Script', "Shippori Mincho", sans-serif;
}

.font-xs {
  font-size: 11px;
  line-height: 1.4rem;
}

a {
	-webkit-transition:.3s ease;
	transition:.3s ease;
}

a:hover {
	text-decoration:none;
}


/* ========================================== */
/* ヘッダー */
/* ========================================== */
header {
  background-color: #000000;
  height: 65px;
  border-bottom: 2px solid #fff;
}

header.navbar {
  padding: 0;
}

.parent-nav {
	display: none;
}

header .navbar-brand {
  margin-bottom: 0;
}

header .brand-logo img {
	width: 175px;
}

.navbar-nav {
  margin-right: 20px;
}

header.navbar-expand-lg .navbar-nav .nav-link {
  padding: 18px 0;
  margin-left: 16px;
}

header .nav-item {
	color: #fff;
  padding: 18px;
  font-size: 20px;
  font-family: 'Kaushan Script', sans-serif;
	text-decoration: none;
}

header ul.nav-item > li {
  position: relative;
  cursor: pointer;
}

header ul.nav-item li ul {
  display: none;
  position: absolute;
  left: 0;
  top: 41px;
  width: 107px;
}

header ul.nav-item  li ul li {
  padding: 10px 0 10px 10px;
  margin: 0;
  border-top: 1px dashed #fff;
  background-color: #000;
  color: #fff;
}

header.navbar-expand-lg .navbar-nav .nav-link li ul li a {
  position: relative;
  padding: 0;
  margin: 0;
  font-size: 13px;
}

header.navbar-expand-lg .navbar-nav .nav-link li ul li a img {
  position: absolute;
  top: 8px;
  right: 5px;
}

header > .nav-link-right {
  height: 100%;
  line-height: 50px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 7px 16px;
  border-radius: 0;
}

header .nav-link-right.nav-link-right-gray {
  background-color: #7D7D7D;
}

header .nav-link-right i {
  margin-right: 3px;
}

header a:hover {
	opacity: 0.7;
}

header .btn {
	min-width:100px;
}

header .nav-link {
	border-bottom:none;
}

header .nav-link:hover {
	border-bottom:none;
}

header .nav-item-square {
	transition: all .3s linear;
}

@media screen and (max-width: 990px) {
	
header .btn {
	min-width:80px;
	font-size:90%;
}

header.navbar {
	padding:0;

}

.navbar-toggler-custom-icon {
	height:25px;
}

header ul.nav-item li ul {
  display: block;
  position: static;
  width: 100%;
}

.navbar-nav {
  margin-right: 0px;
}

.sns-icons {
  display: flex;
  justify-content: center;
}

.sns-icons .sns-icon {
  width: 35px;
  margin-right: 18px;
}

.sns-icons .sns-icon .threads {
  margin: 0;
}

.sns-icons .sns-icon img {
  width: 100%;
}

.sns-icons .sns-icon.threads  img {
 height:35px;
}

}

@media screen and (max-width: 991px) {

	header {
		height: 55px;
	}

	header.navbar .navbar-brand a img {
		width: 131px;	
	}

	header.navbar {
		padding: 0;
	}

	header .header-logo {
		padding: 0 0 0 15px;
		margin-bottom: 0;
		width: 115px;
	}

	header .header-logo img {
		margin-bottom: 6px;
	}
	
	header .btn {
		min-width:80px;
		font-size:90%;
	}

	header .navbar-toggler {
		border-radius: 0;
	}

	.navbar-toggler-custom-icon {
		height:25px;
	}

	header .navbar-toggler {
		padding: 8px 0 0;
		height: auto;
		width: 65px;
		background-color: #000;
	}

	header .navbar-toggler p {
		color: #fff;
		font-size: 8px;
		font-family: "Noto Sans", sans-serif;
		text-align: right;
		display: block;
		margin: 0 auto;
		width: 30px;
	}

	.navbar-toggler[aria-expanded="true"] p {
		color: transparent;
	}

	.navbar-toggler-custom-icon {
		width: 30px;
		height: 25px;
		margin: 0 auto;
	}

	header .navbar-toggler-custom-icon .bg-base {
		background-color: #fff;
	}

	header .navbar-toggler-custom-icon span {
		right: auto;
		left: 0;
		border-radius: 0;
		height: 2px;
	}

	.navbar-toggler[aria-expanded="false"] .navbar-toggler-custom-icon span:nth-child(2) {
		width: 19px;
	}

	.navbar-toggler[aria-expanded="false"] .navbar-toggler-custom-icon span:nth-child(3) {
		width: 12px;
	}

	.navbar-toggler[aria-expanded="true"] .navbar-toggler-custom-icon span:nth-child(1) {
		top: 9px;
	}

	.navbar-toggler[aria-expanded="true"] .navbar-toggler-custom-icon span:nth-child(3) {
		top: 9px;
	}

	.navbar-toggler-custom-icon span:nth-child(2) {
		top: 8px;
	}

	.navbar-toggler-custom-icon span:nth-child(3) {
		top: 16px;
	}

	#navbarNavAltMarkup {
		background-color: rgba(0,0,0,0.8);
		padding-top: 16px;
		padding-bottom: 5rem;
	}

	.collapse.show {
		height: 100vh;
		position: relative;
		display: inline-block;
		overflow: auto;
	}

	header.navbar .navbar-nav .nav-link {
		position: relative;
    padding: 10.5px 0 8.5px 21px;
		border-bottom: 1px solid #E0E0E0;
		margin-left : 0;
		font-size: 23px;
    line-height: 32px;
	}

  header.navbar .navbar-nav ul.nav-link {
    padding-left: 0;
	padding-bottom: 0;
  }

	header .navbar-nav .nav-item img {
		position: absolute;
		top: 21px;
		right: 15px;
		display: block;
	}

  .nav-item-parent {
    transform: translateX(21px);
    display: inline-block;
    padding: 1.5px 0 8px 0;
  }

  header.navbar .navbar-nav .nav-link li ul li a {
    border-bottom: none;
    font-size: 16px;
  }

  header ul.nav-item li ul li {
    background-color: transparent;
    padding: 12.5px 0 8.5px 35px;
    line-height: 28px;
  }

  header.navbar-expand-lg .navbar-nav .nav-link li ul li a img {
    right: 15px;
	top: 10px;
  }

  .bottom-items {
    display: flex;
    align-items: center;
    border: none!important;
    margin-bottom: 35px;
  }

  header.navbar .navbar-nav .nav-link.nav-bottom-item:nth-child(1) {
    background-color: #7D7D7D;
    color: #fff;
    margin-left: 10px;
    margin-right: 10px;
  }

  header.navbar .navbar-nav .nav-link.nav-bottom-item:nth-child(2) {
    background-color: #fff;
    color: #000;
    margin-left: 10px;
    margin-right: 10px;
  }

  header.navbar .navbar-nav .nav-link.nav-bottom-item {
    width: 50%;
    padding: 7.5px 10px;
    border-bottom: none;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
  }

  header.navbar .navbar-nav .nav-link.nav-bottom-item i {
    margin-right: 3px;
  }

  .nav-item-contents {
    padding: 0;
  }

}

@media screen and (max-width: 991px) {
	header.navbar-expand-lg .navbar-nav .nav-link li ul li a img.parent-nav {
		display: none;
	}
}

@media screen and (min-width: 991px) {
	
	header .header_nav {
		color:#333;
		text-decoration:none;
		padding:0 0 1px !important;
		margin:0 .5rem;
		position:relative;
		-webkit-transition:.3s ease;
		transition:.3s ease;
	}

	header .header_nav:hover {
		opacity:0.8;
		text-decoration:none;
	}

	header .header_nav::after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 1px;
		-webkit-transform: scaleX(0);
		-ms-transform: scaleX(0);
		transform: scaleX(0);
		background-color: #333;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}

	header .header_nav:hover::after {
		-webkit-transform: scaleX(1);
		-ms-transform: scaleX(1);
		transform: scaleX(1);
	}

}

/* ========================================== */
/* CONTENTS */
/* ========================================== */

.container h2 {
	margin:30px auto;
}


@media screen and (max-width: 767px) {

.container h2 {
	font-size:40px;
        margin:0 auto 30px;
}

}


/* ========================================== */
/* フッター */
/* ========================================== */

footer {
	padding: 30px 0 50px;
	border-top:solid 1px #fff;
	background-color: #000;
    margin-top: 180px;
}

.footer-contents {
	display: flex;
	margin-bottom: 50px;
}

.footer-left {
	margin-right: 120px;
}

.footer-left .top {
	width: 295px;
	text-align: center;
	margin: 0 auto 20px;
}

.footer-left .middle {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
} 

.footer-left .middle .icon {
	width: 50px;
	margin-right: 15px;
}

.footer-left .middle .icon:nth-child(5) {
	margin-right: 0;
}

.footer-left .bottom {
	width: 230px;
	margin: 0 auto;
}

.footer-right {
	display: flex;
	justify-content: space-between;
}

.footer-right h4 {
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 0;
}

.footer-right li {
	margin-top: 15px;
}

.footer-right li a {
	font-size: 14px;
    font-weight: normal;
	color: #fff;
}

.footer-right .left {
	margin-right: 110px;
}

.footer-right .right {
	margin-left: 110px;
}

footer li a:hover,
footer a img:hover {
	opacity: 0.8;
}

.copy {
	text-align: center;
	color: #fff;
	font-size: 15px;
	font-weight: normal;
}

@media screen and (max-width: 991px) {
	.footer-left {
		margin-right: 60px;
	}

	.footer-right {
		width: 100%;
	}

	.footer-right .left,
	.footer-right .center,
	.footer-right .right {
		width: 33%;
		margin: 0;
	}
}

@media screen and (max-width: 767px) {

    footer {
        margin-top: 120px;
    }

	.footer-contents {
		display: block;
	}

	.footer-left {
		margin: 0 0 50px;
	}

	.footer-left .top {
		width: 295px;
		text-align: center;
		margin-bottom: 30px;
	}

	.footer-left .top {
		width: 295px;
		text-align: center;
		margin: 0 auto 30px;
	}

	.footer-left .middle {
		width: 310px;
		margin: 0 auto 50px;
		justify-content: space-between;
	}

	.footer-left .bottom {
		width: 230px;
		margin: 0 auto ;
	}

	.footer-right {
		flex-wrap: wrap;
	}

	.footer-right .h4 {
		font-size: 23px;
	}

	.footer-right li a {
		font-size: 14px;
	}

	.copy {
		font-size: 15px;
	}

}

@media screen and (max-width: 767px) {
	.footer-right .left,
	.footer-right .center,
	.footer-right .right {
		width: 50%;
	}

	footer .footer-right .right {
		margin-top: 30px;
	}
}




/* ========================================== */
/* 共通カラー */
/* ========================================== */
/* ベースカラー */
.top-bg {
	/* サイト全体の背景色 */
    background-image: url("../../images/top/gray.png");
    background-size: cover;
}

.bg-base {
    background-color: #000;
}
/* 背景 */
.bg-toggle {
  /* サイト全体の背景色 */
  background-color: #fff;
}

/* メインカラー */
/* 背景 */
.bg-main {
  /* 主にヘッダの背景色 */
  background-color: #000;
}
/* サブカラー */
.bg-sub {
  /* 主にフッタの背景色 */
  background-color: #000;
}
/* アクセントカラー */
/* 任意でUIパーツの色を増やしたいときに定義を増やす */
.bg-accent-light-gray {
  background-color: #f8f8f8;
}
.bg-accent-light-red {
  background-color: #efdfdf;
}

/* テキスト */
.text-base {
  color: #fff;
}
.text-main {
  color: #fff;
}
.text-accent-light-gray {
  color: #c0c0c0;
}
.red {color:#FF0004;}

/* ========================================== */
/* UIパーツ別 */
/* ========================================== */
/* ボタン */
.btn {
  border-radius: 0;
}
.btn-main {
  color: #222;
  background-color: #fff;
  border-color: #fff;
  border-radius: 0;
  padding: 2px 0;
  width: 235px;
}
@media screen and (min-width: 768px) {
.btn-main {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #eee;
}
}
.btn-main:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

/* アラート */
.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;
}

.input-group>.input-group-append>.btn {
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
}

.input-group>.input-group-append .btn .fa-search {
	transform: translateY(-2px);
}

/* バッジ（ラベル） */
.badge-history-status.badge {
  font-size: 100%;
  font-weight: normal;
  padding: .5em 1em;
}
.badge-history-status.badge-secondary {
  color: #fff;
  background-color: #555;
}

/* ========================================== */
/* 画面別 */
/* ========================================== */


/* マイページ履歴 */
@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 img {
	border: 1px solid #333;
    border-radius: 12px;
}

.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;
}
}

/*------------------------
 pagination
------------------------*/
ul.pagination {
	margin-top: 80px;
}

.container .page-item.disabled .page-link {
    color: #000;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #fff;
}

.page-item .page-link {
	color: #000;
}

.container .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #DE6B93;
    border-color: #DE6B93;
}

/*--------------------------------
 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 .store_tag ul li a {
	color: #fff;
}

#store .store_tag ul li a:hover {
	color: #DE6B93;
}

#store .border form .row a {
	color: #fff;
}

#store .border form .row a:hover {
	color: #DE6B93;
}

/*--------------------
  mypage
--------------------*/
.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);
}

/*--------------------
  store
--------------------*/
#store .table .thead-light th {
    color: #fff;
    background-color: #333;
    border-color: #666;
}

.store-btn {
	position: relative;
}

.store-btn > a {
	width: 100%;
}

.cart-btn .cart-count-badge {
	position: absolute;
	right: 0px;
}

@media screen and (max-width: 767px) {
    #store .col-md-1.d-flex.align-items-center.justify-content-end.justify-content-md-start.my-2 {
        width: 60% !important;
        padding-right: 0 !important;
    }

	#store .col-md-1.d-flex.align-items-center.justify-content-end.justify-content-md-start.my-2 > input {
		width: 60px;
	}

	#store .col-md-3.d-flex.align-items-center.justify-content-end.justify-content-md-start.my-2 {
        width: 40%;
    }
}

#store hr {
	border-top: 1px solid #fff;;
}

/*--------------------
  ticket modal
--------------------*/
.modal .modal-content {
	background-color: #333;
}