@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /*16px × 62.5% = 10px*/
}
body {
  display: block;
  font-size: 1.4rem;
  font-family: 'Noto Sans JP', sans-serif;
  color: #1a1a1a;
  background-color: #FAFBFD;
  font-weight: 400;
  min-width: 1300px;
}
ul li {
  list-style: none;
}
a {
  text-decoration: none;
  word-break: break-all;
  color: #1a1a1a;
}
img {
  image-rendering: -webkit-optimize-contrast;
}
section {
  padding: 160px 0;
}
.inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.img_logo {
  display: block;
  margin: 0 auto 140px;
}
.pc_none {
  display: none;
}
.sp_none {
  display: block;
}
.pink {
  color: #E2007E;
}
/*---------------------------------------------------------------------
	メインビジュアル
---------------------------------------------------------------------*/
.main_img {
  overflow: hidden;
  margin-bottom: 160px;
  position: relative;
  text-align: center;
}
.main_img .img_wrap, .main_img .img_wrap img {
  width: 100%;
  height: 1060px;
}
.main_img .img_wrap img {
  object-fit: cover;
  object-position: center;
}
.main_lead {
  position: absolute;
  top: 40%;
  left: 15%;
  transform: translateY(-50%);
  width: 100%;
}
h1 {
  font-family: 'Barlow Condensed', sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 6.7rem;
  text-align: center;
  letter-spacing: 0.5rem;
  margin-bottom: 56px;
}
h1 img{
	width: 640px;
	display: block;
	margin: 16px auto;
	}

h1 span {
  font-size: 5.3rem;
  display: block;
}
.main_img ul {
  padding: 0 32px;
  justify-content: center;
}
.main_img ul li {
  text-align: center;
}
.main_img ul li:not(:last-child) {
  margin-right: 16px;
}
.cd_img {
  max-width: 200px;
  max-height: 175px;
  width: 100%;
  margin-bottom: 8px;
}
.cd_img img {
  object-fit: cover;
  max-height: 175px;
}
/*---------------------------------------------------------------------
	サブメイン
---------------------------------------------------------------------*/
.submain {
  margin-bottom: 140px;
}
.subimg {
  object-fit: cover;
  width: 400px;
  height: 850px;
}
.submain .flex {
  flex-direction: row-reverse;
  align-items: center;
}
.submain .lead {
  max-width: 60%;
  width: 100%;
}
.submain .lead p:first-child {
  font-family: 'Noto Serif JP', serif;
  font-size: 3.4rem;
  line-height: 6.6rem;
  letter-spacing: 0.5rem;
  text-align: center;
  margin-bottom: 80px;
}
.submain .lead p:last-child {
  font-size: 1.6rem;
  line-height: 3.6rem;
  letter-spacing: 0.46rem;
  font-weight: 700;
  padding: 0 24px;
}
/*---------------------------------------------------------------------
	CD情報 YouTube
---------------------------------------------------------------------*/
.cd_information{
	padding-top: 0;
}
.mv_y{
	width: 800px;
	height: 440px;
	margin: 0 auto 100px;
}
.mv_y iframe{
	width: 100%;
	height: 100%;
}
/*---------------------------------------------------------------------
	CD
---------------------------------------------------------------------*/
.cd{
	margin-bottom: 100px;
}
.cd_img_2 {
  width: 100%;
  height: auto;
  margin-bottom: 24px;
}
.cd_img_2 img {
  object-fit: cover;
  height: auto;
  width: 100%;
  box-shadow: 7px 7px 30px rgba(0, 0, 0, 0.2);
}
.cd ul {
  align-items: stretch;
}
.cd ul li {
  width: calc(100% / 3 - 40px);
  position: relative;
}
.cd ul li:last-child .cd_img_2 {
  width: 86.53%;
 margin: 0 auto 24px;
}

.cd dl dt {
  font-size: 2.0rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.cd dl dd {
  margin-bottom: 24px;
}
.btn {
  width: 100%;
  height: 50px;
  border: solid 2px #000000;
}
.btn a {
  display: block;
  height: 100%;
  text-align: center;
  position: relative;
}
.btn a span {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 2.8rem;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0.2rem;
  display: block;
  height: 100%;
}
/*　ボタン　hover*/
.btn a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #1a1a1a;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease .3s;
}
.btn a:hover {
  color: #fff;
}
.btn a:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.cd ul li .flex {
  position: absolute;
  bottom: 0;
  width: 100%;
}
/*---------------------------------------------------------------------
	DIGITALボタン（後日表示）
---------------------------------------------------------------------*/
/*.cd ul li .flex .btn {
  width: calc(100% / 2 - 8px);
}*/


/*---------------------------------------------------------------------
	CDリスト
---------------------------------------------------------------------*/
.cd_list h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 4.0rem;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.2rem;
  background-color: #EEEEF0;
  text-align: center;
  margin-bottom: 64px;
}
.cd_list_box {
  width: calc(100% / 2 - 40px);
}
.cd_list_box P:first-of-type{
	margin-bottom: 40px;
	font-size: 2.0rem;
}
.cd_list_box P:first-of-type span{
	font-size: 1.4rem;
	vertical-align: 2px;
	display: inline-block;
}
.cd_list h3 {
  font-size: 2.0rem;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 16px;
  margin-right: 20px;
}
 .cd_list .music_list {
    margin-bottom: 40px;
  }

.cd_list .music_list li:not(:last-child) {
  margin-bottom: 32px;
}
.cd_list .human_list li:not(:last-child) {
  margin-bottom: 8px;
}
.cd_list .music_list div:last-child {
  padding-top: 8px;
  color: #0423A8;
}
.cd_list .music_list li .y_btn {
  display: inline-block;
  width: 100px;
  height: 25px;
  border: solid 2px #000000;
}
.cd_list .music_list li .y_btn a {
  display: block;
  height: 100%;
  text-align: center;
  position: relative;
}
.cd_list .music_list li .y_btn a span {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.4rem;
  font-style: italic;
  font-weight: 600;
  display: block;
  height: 100%;
}
.cd_list .music_list li .y_btn a span::after {
  content: "";
  width: 14px;
  height: 10px;
  background-image: url("../img/youtube.svg");
  display: inline-block;
  margin-left: 6px;
}
/*　ボタン　hover*/
.cd_list .music_list li .y_btn a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #1a1a1a;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease .3s;
}
.cd_list .music_list li .y_btn a:hover {
  color: #fff;
}
.cd_list .music_list li .y_btn a:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.cd_list .music_list li .y_btn a:hover span::after {
  background-image: url("../img/youtube_white.svg");
}
.cd_list .mv_list {
  padding: 0 calc(25%);
}
.cd_list .mv_list li {
  margin-bottom: 32px;
}
/*---------------------------------------------------------------------
	オリジナル特典・早期予約フェア共通
---------------------------------------------------------------------*/
.original .inner, .reserve .inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
h4 {
  font-size: 4.2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 56px;
  letter-spacing: 0.2rem;
}
.first_p {
  padding: 0 60px;
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 60px;
  letter-spacing: 0.2rem;
}
h5 {
  font-size: 1.6rem;
  margin-bottom: 8px;
  font-weight: 700;
}
.detail_box {
  border: solid 1px #BABABA;
  padding: 40px 50px;
  letter-spacing: 0.2rem;
}
/*---------------------------------------------------------------------
	オリジナル特典
---------------------------------------------------------------------*/
.original .img_logo {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.original {
  position: relative;
  margin-bottom: 0;
  padding: 160px 0;
  background-color: #EEEEF0;
}
.original .inner p:last-child {
  line-height: 2.6rem;
}
.original .inner ul {
  gap: 60px 0;
}
.original .inner ul li {
  width: calc(100%/4 - 30px);
}
.original .inner .detail_box {
  margin-bottom: 60px;
}
.original_img {
  max-width: 220px;
  max-height: 220px;
  width: 100%;
  height: auto;
  margin-bottom: 16px;
  background-color: #ffffff;
}
.original_img img {
  width: 100%;
  height: auto;
}
.original dl dt {
  font-weight: 700;
}
.original dl dd {
  font-size: 1.2rem;
}

/*---------------------------------------------------------------------
	早期予約フェア
---------------------------------------------------------------------*/
.reserve {
  padding-top: 140px;
}
.reserve .inner .detail_box:first-of-type div:not(:last-of-type) {
  margin-bottom: 32px;
}
.reserve .inner .detail_box p {
  line-height: 2.6rem;
}
.reserve .inner .detail_box .dots li,.reserve .inner .detail_box .asterisk li,.reserve .inner .detail_box .kome li {
  position: relative;
  padding-left: 16px;
}
.reserve .inner .detail_box .dots li::before {
  content: "・";
  display: inline-block;
  position: absolute;
  left: 0;
}
.reserve .inner .detail_box .asterisk li::before {
  content: "✳︎";
  display: inline-block;
  position: absolute;
  left: 0;
}
.reserve .inner .detail_box .kome li::before {
  content: "※";
  display: inline-block;
  position: absolute;
  left: 0;
}
/*---------------------------------------------------------------------
	フッター
---------------------------------------------------------------------*/
footer {
  width: 100%;
  max-height: 340px;
  height: 100%;
  background-color: #EEEEF0;
  text-align: center;
  padding: 140px 0;
  font-size: 1.2rem;
  position: relative;
}
footer p {
  margin-bottom: 24px;
}
footer .page_top {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}