/*--------------------
 base
--------------------*/
body {
overflow-x: hidden;
}

.contents-wrapper {
margin-top: 110px;
}

.content .inner {
	padding: 40px 0;
}

.bg-navy {
	background-color: #01253b;
}
.bg-black {
	background-color: #000;
}

@media screen and (max-width:1199px) {
.contents-wrapper {
margin-top: 55px;
}
}

/*--------------------
 main
--------------------*/

h2 {
color: #fff;
border-bottom: 1px solid #4a4a4a;
text-align: center;
}
h2 span {
color: #d90000;
font-size: 60px;
font-weight: bold;
}

.album-ttl {
max-width: 600px;
width: 90%;
margin: auto;
}

div.jacketimage {
position: relative;
}

div.jacketimage img {
width: 100%;
height: auto;
position: relative;
}

.information {
max-width: 1030px;
    display: grid;
    grid-template-columns: 48% 1fr 48%;
    grid-template-rows:  250px 1fr 250px;
    gap: 0px;
width: 90%;
margin: auto;
}

.price {
color: #fff;
line-height: 1.3;
font-size: 18px;
display: grid;
align-items: center;
align-content:center;
}

.jacketimage.limited {
grid-row: span 2 / span 2;
}

.price.limited {
grid-column: span 2 / span 2;
position: relative;
padding-left: 1.8rem;
}

.price.limited:after {
content:"";
border-top: 1px solid #fff;
position: absolute;
width: calc(50vw + 1.8rem);
left: 0;
top: 80%;
}

.jacketimage.normal {
    grid-row: span 2 / span 2;
    grid-column-start: 3;
    grid-row-start: 2;
}

.price.normal {
    grid-column: span 2 / span 2;
    grid-row-start: 3;
    justify-content: end;
padding-right: 1.8rem;
position: relative;
}
.price.normal:after {
content:"";
border-top: 1px solid #fff;
position: absolute;
width: calc(50vw + 1.8rem);
right: 0;
top: 0;
}



.jacketimage-wrapper {
position: relative;
}

.jacketimage-wrapper:before {
content: "";
border: 2px solid #4a4a4a;
    position: absolute;
    bottom: -20px;
    width: 100%;
    height: 100%;
}

.jacketimage.limited .jacketimage-wrapper:before {
    left: -20px;
}

.jacketimage.normal .jacketimage-wrapper:before {
    right: -20px;
}



.new-container hr {
margin-top: 2rem;
border-top: 1px solid #4a4a4a;
}



.new-container a.btn {
	width: 90%;
	max-width: 500px;
border-radius: 2rem;
padding: 12px 0 10px;
font-size: 1.3rem;
font-weight: bold;
  color: #fff !important;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
}

.new-container a.btn:hover {
  color: #000 !important;
  background-color: #FFF;
  border-color: #FFF;
}


@media screen and (max-width:768px) {
.information {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
}

h2 {
font-size: 28px;
}
h2 span {
font-size: 50px;
}

.price {
margin-top: 1.2rem;
margin-bottom: 1.5rem;
font-size: 16px;
}

.jacketimage.limited {
    grid-row: 1;
    grid-column-start: 1;
    grid-column-end: 3;
}

.price.limited {
    grid-row: 2;
    grid-column-start: 1;
    grid-column-end: 3;
   padding-left: 0;
}
.price.limited:after {
content: none;
}

.jacketimage.normal {
    grid-row: 3;
    grid-column-start: 1;
    grid-column-end: 3;
}
.price.normal {
    grid-row: 4;
    grid-column-start: 1;
    grid-column-end: 3;
    justify-content: start;
    padding-right: 0;
}

.price.normal:after {
content: none;
}

.jacketimage-wrapper:before {
    bottom: -10px;
}

.jacketimage.limited .jacketimage-wrapper:before {
    left: -10px;
}

.jacketimage.normal .jacketimage-wrapper:before {
    right: -10px;
}

.new-container hr {
margin-top: 0;
}


.new-container a.btn {
  color: #000 !important;
  background-color: #FFF;
  border-color: #FFF;
}


}



/*--------------------
 MESSAGE
--------------------*/
.message{
	border: 20px #dae9f4 solid;
}
.message .inner {
	padding: 40px 20px
}

.message p {
	max-width: 1030px;
	margin: 0 auto;
}

@media screen and (max-width:768px) {
.message {
	text-align: left;
}
}

/*--------------------
 TRACK LIST
--------------------*/
#track {}

.yt-title {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.track-list dl {
	margin-bottom:8px;
	color:#fff;
}
.track-list dt {
	padding:16px 32px 16px 16px;
	position:relative;
	cursor:pointer;
	border:solid 1px #fff;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	font-weight:bold;
	font-size:20px;
}
.track-list dt:after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -5px;
	transition-property: all;
	transition-duration: .3s;
	transition-timing-function: ease-out;
	transition-delay: .1s;
}
.track-list dt.select:after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.track-list dd {
	padding:16px;
	display:none;
	border:solid 1px #fff;
}
.track-list dd li{
	border-bottom:1px solid #fff;
	padding:10px;
	font-size:18px;
}
.track-list dd li:last-child{
	border:none;
}

/*--------------------
 MOVIE
--------------------*/
.main-movie {
	background-color: #000000;
}
.movie-content-wrap {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.movie-content-wrap iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*--------------------
 TOUR
--------------------*/
#tour {
background-color: #000000;
}

#tour .tour-ttl{
	color: #fff;
	font-size: 3rem;
	font-family: serif;
	font-weight: bold;
}
#tour .tour-day{
	padding: 0 15px;
	color: #fff;
	font-size: 1.5rem;
    font-family: serif;
    font-weight: bold;
}
@media screen and (max-width:900px) {
	#tour .tour-ttl{
		font-size:1.5rem;
	}
}