@charset "UTF-8";
/*------------------------
背景
------------------------*/
.fixedbg {
	width: 100%;
	height: 100%;
	background: url(/pc/img/glitter/bg_fixed.jpg) no-repeat 100%/cover fixed;
}
.fixedbg .bginner {
	width: 1320px;
	margin: auto;
	background: rgba(23,28,97,.6);
}
.jf {
	font-family: "Jost", sans-serif;
}
/*------------------------
header
------------------------*/
header {
	background: none;
	padding-bottom: 60px;
}
header .inner .t-wrap .h-name .name {
	display: block;
	font-size: 3rem;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	margin-bottom: 10px;
}
header .inner .t-wrap .h-name a {
	display: inline-block;
	position: relative;
	padding: 6px 16px;
	font-size: 16px;
	font-weight: bold;
	color: var(--txtcolor);
	text-align: center;
	line-height: 1;
	background: #fff;
	margin: 0 auto;
}
header .inner .t-wrap .h-name a::before {
	content: '';
	position: absolute;
	bottom: -3px;
	right: -3px;
	width: 100%;
	height: 1px;
	transition: .2s ease 0s;
	background: #fff;
}
header .inner .t-wrap .h-name a::after {
	content: '';
	position: absolute;
	top: 3px;
	right: -3px;
	width: 1px;
	height: 100%;
	transition: .2s ease .2s;
	background: #fff;
}
header .inner .t-wrap .h-name a:hover::before {
	width: 0%;
}
header .inner .t-wrap .h-name a:hover::after {
	height: 0%;
}
header .inner .t-wrap .online-shop a:hover {
	background: #171c61;
}
/*------------------------
top
------------------------*/
article .inner {
	width: 1200px;
	margin: auto;
	padding-bottom: 60px;
}
.record-ttl {
	margin-bottom: 40px;
}
.record-ttl h1 {
	width: 1020px;
	position: relative;
}
.record-ttl span {
	display: block;
}
.record-ttl .slash {
	position: absolute;
	top: 8px;
	left: 357px;
	width: 48px;
}
.record-ttl span img {
	width: 100%;
}
.record-ttl .ttl-item {
	display: flex;
	align-items: center;
}
.record-ttl .ttl-item .missit {
	width: 730px;
	margin-right: 20px;
}
.record-ttl .ttl-item .com {
	background: #bf9b46;
	padding: 12px 36px 12px 47px;
	font-size: 21px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	letter-spacing: .06em;
	position: relative;
}
.record-ttl .ttl-item .com::after {
	content: '';
	width: 1px;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	left: 10px;
}
article .inner .top-item {
	margin-bottom: 80px;
}
article .inner .top-item .img-area {
	width: 740px;
	margin-right: 40px;
}
article .inner .top-item .img-area .img {
	margin-bottom: 10px;
}
article .inner .top-item .img-area span {
	display: block;
	text-align: center;
	font-size: 28px;
	color: #fff;
	line-height: 1;
}
article .inner .top-item .txt {
	flex: 1;
	color: #fff;
}
article .inner .top-item .txt h2 {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.46;
	margin-bottom: 10px;
}
article .inner .top-item .txt p {
	font-size: 21px;
	text-align: justify;
	line-height: 1.66;
	margin-bottom: 20px;
}
/*募集期間*/
article .inner .top-item .txt .period {
	margin-bottom: 40px;
}
article .inner .top-item .txt .period .start {
	display: block;
	font-size: 19px;
	line-height: 1;
	margin-bottom: 10px;
}
article .inner .top-item .txt .period .jf {
	font-size: 26px;
}
article .inner .top-item .txt .period .call {
	align-items: center;
	line-height: 1;
}
article .inner .top-item .txt .period .call .head {
	display: block;
	background: #bf9b46;
	padding: 8px 10px;
	font-size: 19px;
	margin-right: 10px;
}
article .inner .top-item .txt .period .call .value {
	font-size: 19px;
}
.reserve-btn a {
	display: block;
	position: relative;
	padding: 30px;
	font-size: 21px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 1;
	background: #e51373;
	margin: 0 auto;
}
.reserve-btn a::before {
	content: '';
	position: absolute;
	bottom: -3px;
	right: -3px;
	width: 100%;
	height: 1px;
	transition: .2s ease 0s;
	background: #e51373;
}
.reserve-btn a::after {
	content: '';
	position: absolute;
	top: 3px;
	right: -3px;
	width: 1px;
	height: 100%;
	transition: .2s ease .2s;
	background: #e51373;
}
.reserve-btn a:hover::before {
	width: 0%;
}
.reserve-btn a:hover::after {
	height: 0%;
}
/*------------------------
コメント
------------------------*/
article .inner .comment-area {
	margin-bottom: 80px;
}
article .inner .comment-area .img {
	position: sticky;
	top: 0;
	width: 460px;
	height: 590px;
	margin-right: 60px;
}
article .inner .comment-area .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	box-shadow: 0px 0px 20px 3px rgba(255,255,255,.6);
}
article .inner .comment-area .comment {
	flex: 1;
	font-size: 21px;
	color: #fff;
	text-align: justify;
	line-height: 1.9;
	letter-spacing: .08em;
}
article .inner .comment-area .comment p {
	margin-bottom: 20px;
}
article .inner .comment-area .comment .signature {
	display: block;
	text-align: right;
}
/*------------------------
収録曲
------------------------*/
article .inner .recording {
	justify-content: space-between;
	margin-bottom: 80px;
}
article .inner .recording .analog {
	width: 760px;
	position: relative;
}
article .inner .recording h2 {
	font-size: 26px;
	font-weight: bold;
	line-height: 1;
	padding: 20px;
	margin-bottom: 30px;
}
article .inner .recording .analog h2 {
	background: #bf9b46;
	color: #fff;
}
article .inner .recording .analog h2 .jf {
	font-size: 110%;
}
article .inner .recording .analog .absol {
	position: absolute;
	top: -30px;
	left: 0;
	width: 167px;
}
article .inner .recording .analog .detail {
	justify-content: space-between;
	padding-bottom: 20px;
	border-bottom: 1px solid #bf9b46;
	margin-bottom: 30px;
}
article .inner .recording .analog .detail .txt {
	flex: 1;
	color: #fff;
}
article .inner .recording .analog .detail .txt .deta {
	display: block;
	font-size: 21px;
	line-height: 1.6;
	margin-bottom: 15px;
}
article .inner .recording .analog .detail .txt .price {
	display: block;
	font-size: 19px;
	line-height: 1;
}
article .inner .recording .analog .detail .img {
	width: 178px;
	height: 193px;
}
article .inner .recording .analog .detail .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
article .inner .recording .analog .rec-list {
	color: #fff;
}
article .inner .recording .analog .rec-list h3 {
	font-size: 26px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 20px;
}
article .inner .recording .analog .rec-list .flex-box {
	flex-wrap: wrap;
	gap: 30px 4%;
}
article .inner .recording .analog .rec-list .item {
	width: 48%;
}
article .inner .recording .analog .rec-list .item .head {
	display: flex;
	align-items: center;
	font-size: 21px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 10px;
}
article .inner .recording .analog .rec-list .item .head span {
	width: 14px;
	height: 14px;
	background: #bf9b46;
	display: inline-block;
	position: relative;
	margin-right: 10px;
}
article .inner .recording .analog .rec-list .item .head span::before {
	content: '';
	position: absolute;
	bottom: -3px;
	right: -3px;
	width: 100%;
	height: 1px;
	background: #bf9b46;
}
article .inner .recording .analog .rec-list .item .head span::after {
	content: '';
	position: absolute;
	top: 3px;
	right: -3px;
	width: 1px;
	height: 100%;
	background: #bf9b46;
}
article .inner .recording ul li {
	font-size: 19px;
	color: #fff;
	margin-bottom: 5px;
}
article .inner .recording ul li span {
	display: block;
	padding-left: 2em;
	font-size: 16px;
	color: #bf9b46;
	line-height: 1.3;
}
article .inner .recording .digital {
	width: 380px;
}
article .inner .recording .digital h2 {
	background: #fff;
	color: #bf9b46
}
/*------------------------
説明
------------------------*/
article .inner .exp {
	padding: 40px;
	border: 1px solid #fff;
	background: rgba(255,255,255,.7);
}
article .inner .exp h2 {
	font-size: 2.1rem;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 30px;
}
article .inner .exp .item:not(:last-of-type) {
	margin-bottom: 25px;
}
article .inner .exp .item .head {
	display: flex;
	align-items: center;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 8px;
}
article .inner .exp .item .head span {
	width: 12px;
	height: 12px;
	background: #171c61;
	display: inline-block;
	position: relative;
	margin-right: 10px;
}
article .inner .exp .item .head span::before {
	content: '';
	position: absolute;
	bottom: -3px;
	right: -3px;
	width: 100%;
	height: 1px;
	background: #171c61;
}
article .inner .exp .item .head span::after {
	content: '';
	position: absolute;
	top: 3px;
	right: -3px;
	width: 1px;
	height: 100%;
	background: #171c61;
}
article .inner .exp .item-set {
	margin-right: 60px;
}
article .inner .exp .item .data {
	display: block;
	margin-left: 22px;
}
article .inner .exp .item .data span {
	display: block;
}
article .inner .exp .item .data .link a {
	display: block;
	text-decoration: underline;
	line-height: 1;
	overflow-wrap: anywhere;
	margin-bottom: 12px;
}
article .inner .exp .item .data .link a:hover {
	opacity: .6;
}
article .inner .exp .item .data .txt span {
	margin-bottom: 10px;
}
article .inner .exp .item .data .txt .s-head {
	font-weight: bold;
	margin-bottom: 4px;
}
article .inner .exp .item .data .txt .caution {
	margin-bottom: 0;
}
/*------------------------
予約
------------------------*/
.btm-contact {
	background: url(/pc/img/glitter/bg_contact.jpg) no-repeat 100%/cover;
	padding: 100px;
}
.btm-contact .flex-box {
	width: 1200px;
	margin: auto;
	justify-content: space-between;
	align-items: center;
}
.btm-contact h2 {
	flex: 1;
	font-size: 34px;
	font-weight: bold;
	color: #fff;
	letter-spacing: .08em;
	line-height: 1;
}
.btm-contact .reserve-btn {
	width: 386px;
}
/*------------------------
footer
------------------------*/
footer {
	margin: 0;
	background: none;
	padding: 0;
}