@charset "UTF-8";
/* CSS Document */


/* ////////////////////////////////////////////////////////////////////////////////

	Common

//////////////////////////////////////////////////////////////////////////////// */
@font-face {
	font-family: 'sns_ico';
	src:
		url('../fonts/sns_ico.ttf?sij4de') format('truetype'),
		url('../fonts/sns_ico.woff?sij4de') format('woff'),
		url('../fonts/sns_ico.svg?sij4de#sns_ico') format('svg');
	font-weight: normal;
	font-style: normal;
}

i.snsIcon {
	font-family: 'sns_ico' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
	color: #000;
}

.icon-ap:before { content: "\e900";}
.icon-blo:before { content: "\e901";}
.icon-fb:before { content: "\e902";}
.icon-hp:before { content: "\e903";}
.icon-in:before { content: "\e904";}
.icon-line:before { content: "\e905";}
.icon-spo:before { content: "\e906";}
.icon-tt:before { content: "\e907";}
.icon-tw:before { content: "\e908";}
.icon-yt:before { content: "\e909";}
.icon-x:before { content: "\e90a";}
.icon-wb:before { content: "\e90b";}


html {
	scroll-behavior: smooth;
}
body {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: min(3.4vw, 16px);
	line-height: 1.8;
  letter-spacing: 0.05em;
	-webkit-text-size-adjust: 100%;
  color: #fff;
}
body::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  background-image: linear-gradient(150deg, #b36b2f 0%, #e39641 20%, #1e7b6d 60%, #084236 90%);
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}
body::after {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  background: url("../images/bg_texture.png") repeat left top;
  background-size: 65px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
  mix-blend-mode: screen;
}

img {
	max-width: 100%;
	height: auto;
}
ul { list-style: none;}

.anim {
	opacity: 0;
	transition: all .6s ease-out;
}
.anim.on {
	opacity: 1;
}


#fixMenu {
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 100%;
  max-width: 600px;
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  transform: translateX(-50%);
  overflow: hidden;
  z-index: 9999;
  box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.2);
}
#fixMenu ul {
  display: flex;
}
#fixMenu ul li {
  width: 25%;
  border-left: #ddd solid 1px;
  position: relative;
}
#fixMenu ul li.new::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #ffea00;
  position: absolute;
  top: 0.2em;
  right: 0.2em;
}
#fixMenu ul li a {
  text-align: center;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  color: #000000;
  text-decoration: none;
  line-height: 1.4;
  padding: min(3vw, 10px) min(1vw, 10px);
  font-size: min(3vw, 13px);
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
}
#fixMenu ul li.menuBtn {
  width: 20%;
  position: relative;
}
#fixMenu ul li.menuBtn.new::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ffea00;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
}
#fixMenu ul li.menuBtn a {
  background-color: #000;
  width: 100%;
  height: 100%;
  position: relative;
}
#fixMenu ul li.menuBtn a::before,
#fixMenu ul li.menuBtn a::after {
  content: "";
  display: block;
  width: 54%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.3s ease-out;
}
#fixMenu ul li.menuBtn a::before {
  transform: translate(-50%, -300%);
}
#fixMenu ul li.menuBtn a::after {
  transform: translate(-50%, 250%);
}

#fixMenu ul li.menuBtn a.on::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#fixMenu ul li.menuBtn a.on::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.fixArea {  
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 100%;
  max-width: 600px;
  transform: translateX(-50%);
  z-index: 9995;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(4vw, 20px);
}

.fixArea .news {
  background-color: #fff;
  width: min(90vw, 100%);
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: min(3vw, 15px);
}
.fixArea .news h5 {
  width: 20%;
  font-size: min(3.6vw, 18px);
}
.fixArea .news .newsWrap {
  width: 80%;
  line-height: 1.4;
}
.fixArea .news .newsWrap .date {
  font-size: min(3vw, 12px);
  font-weight: bold;
  margin-bottom: min(1vw, 8px);
}
.fixArea .news .newsWrap a {
  color: #000;
  text-decoration: none;
  line-height: 1.4;
  position: relative;
    display: block;
}
.fixArea .news .newsWrap a::after {
  content: "Official Site";
  display: block;
  text-align: right;
  font-size: min(2.8vw, 10px);
  margin-top: min(2vw, 10px);
  width: fit-content;
  padding-left: 1em;
  margin-left: auto;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.fixArea .news .newsWrap a::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  bottom: 0.4em;
  left: 0;
  background-color: #000;
  position: absolute;
  z-index: 0;
}


.fixArea .fixBtn {
  display: flex;
  width: 100%;
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.fixArea .fixBtn li {
  width: 40%;
  border-left: #ddd solid 1px;
}
.fixArea .fixBtn li a {
  text-align: center;
  display: block;
  color: #000000;
  text-decoration: none;
  line-height: 1.4;
  padding: min(3vw, 15px) min(2vw, 10px);
  font-size: min(3.8vw, 20px);
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
}
.fixArea .fixBtn li.menuBtn {
  width: 20%;
}
.fixArea .fixBtn li.menuBtn a {
  background-color: #000;
  width: 100%;
  height: 100%;
  position: relative;
}
.fixArea .fixBtn li.menuBtn a::before,
.fixArea .fixBtn li.menuBtn a::after {
  content: "";
  display: block;
  width: 54%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.3s ease-out;
} 
.fixArea .fixBtn li.menuBtn a::before {
  transform: translate(-50%, -300%);
}
.fixArea .fixBtn li.menuBtn a::after {
  transform: translate(-50%, 250%);
}

.fixArea .fixBtn li.menuBtn a.on::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.fixArea .fixBtn li.menuBtn a.on::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

#modalMenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  z-index: 9996;
  display: none;
}
#modalMenu .modalMenuInner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-bottom: 24%;
}
#modalMenu .menuBlock {
  padding: min(3vw, 30px) min(8vw, 80px);
}
#modalMenu .menuBlock + .menuBlock {
  border-top: #000 solid 1px;
}

#modalMenu .pageMenu {
  font-size: min(4.4vw, 24px);
  line-height: 1.6;
  color: #000;
}
#modalMenu .pageMenu a {
  color: #000;
  text-decoration: none;
  font-feature-settings: "palt";
  font-size: min(4.2vw, 24px);
  line-height: 1.4;
  position: relative;
}
#modalMenu .pageMenu span {
  font-size: 0.7em;
}
#modalMenu .pageMenu.new a::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ffea00;
  position: absolute;
  bottom: 1em;
  right: -0.6em;
}
#modalMenu .menuBlock ul {
  margin-top: min(3vw, 15px);
}
#modalMenu .menuBlock ul li + li {
  margin-top: min(0.5vw, 5px);
}
#modalMenu .menuBlock ul li a {
  color: #000;
  text-decoration: none;
  font-size: min(3.8vw, 20px);
  font-feature-settings: "palt";
  
  display: flex;
  line-height: 1.6;
  align-items: baseline;
  gap: min(2vw, 10px);
}
#modalMenu .menuBlock ul li a span {
  background-color: #000;
  color: #fff;
  font-size: 0.76em;
  padding: min(0.5vw, 3px) min(2vw, 10px);
  white-space: nowrap;
}

#remasterBnr {
  position: fixed;
  top: min(2vw, 15px);
  right: min(2vw, 20px);
  z-index: 2;
  width: min(23vw, 150px);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s ease-out;
}
#remasterBnr.show {
  pointer-events: auto;
  opacity: 1;
}
#interviewBnr {
  position: fixed;
  top: min(2vw, 15px);
  right: min(2vw, 20px);
  z-index: 2;
  width: min(22vw, 150px);
}

@media screen and (min-width: 821px) {
	
	.sp { display: none;}
	
	a { transition: all 0.3s ease-out;}
	a:hover { opacity: 0.5;}
  
  
  #fixMenu {
    display: block;
    top: 0;
    bottom: auto;
    border-radius: 0 0 10px 10px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
  }

  #fixMenu ul li {
    width: 25%;
  }
  #fixMenu ul li a {
    min-height: 56px;
  }
	#fixMenu ul li.menuBtn {
    width: 16%;
  }
  #fixMenu ul li.menuBtn a::before,
  #fixMenu ul li.menuBtn a::after {
    width: 46%;
  }
  
  
  
  .fixArea {
    flex-direction: row;
    justify-content: flex-end;
    max-width: 980px;
    bottom: 3vh;
    right: min(4vw, 30px);
    left: inherit;
    transform: translateX(0%);
  }
  
  .fixArea .news {
    width: 55%;
    border-radius: 100px;
    padding: min(3vw, 15px) min(6vw, 30px);
  }
  .fixArea .news .newsWrap .date {
    position: relative;
  }
  .fixArea .news .newsWrap .date span {
    background-color: #fff;
    position: relative;
    padding-right: min(2vw, 10px);
    z-index: 1;
  }
  .fixArea .news .newsWrap .date::after {
    content: "Official Site";
    display: block;
    text-align: right;
    font-size: min(2.8vw, 10px);
    width: fit-content;
    padding-left: 1em;
    margin-left: auto;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }
  .fixArea .news .newsWrap .date::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    bottom: 0.7em;
    left: 0;
    background-color: #000;
    position: absolute;
    z-index: 0;
  }
  
  .fixArea .news .newsWrap a::after,
  .fixArea .news .newsWrap a::before {
    display: none;
  }
  
  .fixArea .news .newsWrap a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
  }
  
  .fixArea .fixBtn {
    width: 43%;
    background-color: transparent;
    justify-content: space-between;
    border-radius: 0;
    align-items: center;
    box-shadow: none;
  }
  .fixArea .fixBtn li {
    width: 48%;
    border: none;
  }
  .fixArea .fixBtn li a {
    background-color: #fff;
    border-radius: 8px;
    border-radius: 100px;
    font-size: min(3.2vw, 14px);
    padding: min(5vw, 28px) min(2vw, 10px);
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.4);
  }
  .fixArea .fixBtn li.menuBtn {
    display: none;
  }
  
  #modalMenu .modalMenuInner {
    padding-bottom: 5%;
  }
}
@media screen and (max-width: 820px) {
	
	.pc { display: none;}
	
  .fixArea {
    display: none;
  }
  
}


#mainTitle {
  background: url("../images/new_mv_debb2dFN.jpg") no-repeat center top;
  background-size: contain;
/*  padding: min(34vw, 120px) 0 min(12vw, 80px);*/
  text-align: center;
  max-height: 100vh;
  aspect-ratio: 10 / 5.35;
  margin: 0 auto;
}
#mainTitle .logo {
  line-height: 0;
  width: 30%;
  max-width: 34vh;
  
  position: absolute;
  top: 6%;
  left: 50%;
  transform: translateX(-50%);
}

#mainTitle .title {
  position: absolute;
  bottom: 5%;
  left: 50%;
  white-space: nowrap;
  transform: translateX(-50%);
}
#mainTitle .jacket {
  width: min(70vw, 500px);
  margin: 0 auto min(8vw, 60px);
  line-height: 0;
}

#mainTitle h1 {
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-size: min(6.2vw, 6.8vh);
  font-feature-settings: "palt";
  margin-bottom: min(2vw, 1vh);
}
#mainTitle h1 span {
  display: block;
  font-size: 0.6em;
  font-weight: normal;
}

#mainTitle .catch {
  font-size: min(3.8vw, 3vh);
  letter-spacing: 0.08em;
  line-height: 1.6;
}
#mainTitle .catch + .catch {
  margin-top: min(4vw, 2vh);
}



#mainTitle .mtInner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-height: 90%;
  aspect-ratio: 10 / 6;
  transform: translate(-50%, -50%);
}

.catchArea {
  text-align: center;
  padding: min(4vw, 30px);
}
.catchArea .catch {
  font-size: min(4.8vw, 34px);
  font-weight: 700;
  line-height: 1.5;
}
.catchArea.ver2 {
  padding: min(6vw, 50px) 0;
}
.catchArea.ver2 .catch {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  font-size: min(4.8vw, 32px);
}
.catchArea .catch span {
  display: inline-block;
  position: relative;
  width: 2em;
  height: 0.8em;
  margin-left: 0.4em;
}
.catchArea .catch span::before {
  content: "";
  display: block;
  background-color: #fff;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
}

section {
  padding: min(6vw, 60px);
  max-width: 980px;
  margin: 0 auto;
}
section h2 {
  font-size: min(3.2vw, 14px);
  font-weight: normal;
  letter-spacing: 0.14em;
  margin-bottom: min(2vw, 10px);
}



.siteTop {
  margin-top: min(10vw, 80px);
  position: relative;
  background: url("../images/mv_pic.jpg") no-repeat center bottom;
  background-size: cover;
  padding: 62% 0 10%;
}
.siteTop .topBtn {
  width: min(60vw, 320px);
  margin: 0 auto;
}
.siteTop .topBtn a {
  display: block;
  background-color: #fff;
  text-align: center;
  color: #000;
  text-decoration: none;
  padding: min(3vw, 15px);
  font-size: min(3.6vw, 18px);
}

@media screen and (min-width: 821px) {
  
  .siteTop {
    margin-top: min(10vw, 80px);
    position: relative;
    background: url("../images/mv_pic_pc.jpg") no-repeat center bottom;
    background-size: cover;
    padding: 62% 0 10%;
  }
  
}
@media screen and (max-width: 820px) {
  
  #mainTitle {
      background-size: cover;
      min-height: auto;
      aspect-ratio: 10 / 8;
  }
  #mainTitle .mtInner {
    aspect-ratio: 10 / 9.1;
  }
  #mainTitle .logo {
    width: 38%;
  }
  
  #mainTitle .title {
    bottom: -18%;
  }
  #mainTitle .catch + .catch {
    margin-top: min(8vw, 5vh);
  }
}

.trackList {
  margin-bottom: min(3vw, 15px);
}
.trackList li {
  padding: min(3vw, 15px) 0;
  border-bottom: #fff solid 1px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: min(4.2vw, 20px);
}
.trackList li a {
  display: block;
  background-color: #fff;
  padding: min(1.4vw, 5px) min(3vw, 25px);
  color: #000;
  text-decoration: none;
  font-size: min(3.2vw, 14px);
  position: relative;
  overflow: hidden;
  border-radius: 60px;
}


.trackList.v2 {
  list-style: decimal;
  counter-reset: listnum;
}
.trackList.v2 li {
  position: relative;
  padding-left: min(7vw, 40px);
  font-size: min(4vw, 18px);
}
.trackList.v2 li::before {
  counter-increment: listnum;
	content: counter(listnum)".";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.trackList.v2 li p {
  width: calc(100% - 150px);
  line-height: 1.4;
}
.trackList.v2 li p span {
  font-size: 0.62em;
  letter-spacing: 0;
  display: inline-block;
  font-feature-settings: "palt";
  line-height: 1.4;
}

.note {
  font-size: 0.9em;
}


.lyrics {
  background: url("../images/lyric_bg.jpg") repeat center center;
  background-size: 860px;
  writing-mode: vertical-rl;
  color: #000;
  border-radius: 10px;
  width: 100%;
  box-sizing: border-box;
  overflow: scroll;
}

.lyrics .lyricsInner {
  width: fit-content;
  padding: min(8vw, 60px) min(8vw, 60px) min(14vw, 80px);
  position: relative;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.lyrics .lyricsInner::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.lyrics h4 {
  font-size: min(5.6vw, 28px);
  font-weight: normal;
  margin-left: min(4vw, 20px);
}
.lyrics .writer {
  font-size: min(3vw, 12px);
}
.lyrics p {
  margin-left: min(6vw, 30px);
  font-size: min(3.8vw, 16px);
}
.lyrics p:last-child {
  margin-left: 0;
}


@media screen and (max-width: 820px) {
  
  .trackList.v2 li p {
    width: calc(100% - 100px);
    line-height: 1.8;
  }
  .trackList.v2 li p span {
    display: block;
    font-size: 0.7em;
  }
  
}


/* ////////////////////////////////////////////////////////////////////////////////

	先行配信

//////////////////////////////////////////////////////////////////////////////// */
#advance h2 {
  font-size: min(4.8vw, 36px);
  font-weight: normal;
  letter-spacing: 0.14em;
  line-height: 1.4;
}
#advance .release {
  font-size: min(4.2vw, 24px);
  margin-bottom: min(7vw, 40px);
  line-height: 1.6;
}

#advance .flexWrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: min(8vw, 60px);
}
#advance .flexWrap .txt {
  width: 60%;
} 
#advance .flexWrap .txt p {
  margin-bottom: min(6vw, 30px);
  line-height: 2.2;
}
#advance .flexWrap .txt .btnWrap {
  display: flex;
  gap: min(4vw, 20px);
}
#advance .flexWrap .txt .btnWrap a {
  display: block;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  padding: min(1.6vw, 8px) min(3vw, 25px);
  text-align: center;
  border-radius: 100px;
  font-size: min(3.2vw, 14px);
}

#advance .flexWrap .jacket {
  line-height: 0;
  width: 35%;
}

#advance .video {
  width: 100%;
}
#advance .video > div {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
#advance .video > div iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

#releaseInfo .video {
  margin-top: min(8vw, 60px);
  width: 100%;
}
#releaseInfo .video > div {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
#releaseInfo .video > div iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 820px) {
  
  #advance .flexWrap {
    flex-direction: column-reverse;
  }
  #advance .flexWrap .txt {
    width: 100%;
  }
  #advance .flexWrap .jacket {
    width: 65%;
    margin: 0 auto min(6vw, 40px);
  }
  #advance .flexWrap .txt .btnWrap {
    justify-content: center;
  }
  #advance .flexWrap .txt .btnWrap a {
    padding: min(1.6vw, 8px) min(4vw, 20px);
    letter-spacing: 0em;
  }
}


/* ////////////////////////////////////////////////////////////////////////////////

	Footer

//////////////////////////////////////////////////////////////////////////////// */
footer {
  font-family: "source-han-sans-japanese", sans-serif;
	background-color: #000;
	color: #fff;
	position: relative;
    margin-top: min(10vw, 80px);
}
footer .ftrSns {
	display: flex;
	border-bottom: #333 solid 1px;
}
footer .ftrSns li {
	width: 20%;
}
footer .ftrSns li + li {
	border-left: #333 solid 1px;
}
footer .ftrSns li a {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.6;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 25px 30px;
	height: 100%;
}
footer .ftrSns li a i.snsIcon {
	color: #fff;
	font-size: 24px;
	margin-right: 20px;
}
footer .ftrSns li a span {
    width: 45px;
	line-height: 0;
	margin-right: 20px;
}

footer .ftrMain {
	padding: min(6vw, 60px) min(6vw, 60px) min(10vw, 100px);
}
footer .ftrMain .copyWrap {
	display: flex;
	align-items: center;
	width: 82%;
	max-width: 880px;
	margin: auto;
}
footer .ftrMain .copyWrap .logo {
	width: 140px;
	margin-right: 30px;
}
footer .ftrMain .copyWrap p {
	font-size: 12px;
	font-weight: 200;
}
footer .ftrMain .copyright {
	font-size: 10px;
	text-align: center;
	margin-top: 30px;
	font-weight: 200;
}


footer .ftrMain .ftrNav {
	width: 50%;
	display: flex;
}
footer .ftrMain .ftrNav ul {
	width: 50%;
	border-left: #333 solid 1px;
	padding: 0 6%;
}
footer .ftrMain .ftrNav li + li {
	margin-top: 8px;
}
footer .ftrMain .ftrNav a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}
footer .ftrMain .ftrSubNav {
	width: 25%;
	border-left: #333 solid 1px;
	padding: 0 3%;
}
footer .ftrMain .ftrSubNav li + li {
	margin-top: 8px;
}
footer .ftrMain .ftrSubNav a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}

@media screen and (max-width: 820px) {

	footer .ftrSns {
		display: flex;
		flex-wrap: wrap;
	}
	footer .ftrSns li {
		width: 50%;
	}
	footer .ftrSns li:last-child {
		width: 100%;
	}
	footer .ftrSns li + li {
		border-left: none;
	}
	footer .ftrSns li:nth-child(even) {
		border-left: #333 solid 1px;
	}
	footer .ftrSns li:nth-child(n+3) {
		border-top: #333 solid 1px;
	}

	footer .ftrSns li a {
    	font-size: min(2.6vw, 12px);
		padding: min(4vw, 25px) min(5vw, 30px);
	}
	footer .ftrSns li a i.snsIcon {
		font-size: min(6vw, 24px);
		margin-right: min(3vw, 20px);
	}
	footer .ftrSns li a span {
		width: min(14vw, 45px);
		margin-right: min(4vw, 20px);
	}
	footer .ftrSns li:last-child a {
		justify-content: center;
	}

	footer .ftrMain {
	  padding: min(6vw, 60px) min(6vw, 60px) min(22vw, 100px);
	}
	footer .ftrMain .copyWrap {
		flex-direction: column;
	}
	footer .ftrMain .copyWrap .logo {
		width: 42%;
		max-width: 160px;
		margin: 0 auto min(8vw, 30px);
	}
	footer .ftrMain .copyWrap p {
		font-size: min(3vw, 12px);
	}
	footer .ftrMain .copyright {
		font-size: min(2.2vw, 10px);
		margin-top: min(8vw, 30px);
	}

}

.cookie {
    position: fixed;
    bottom: 8px;
    left: 17%;
    width: 66%;
    z-index: 9999;
}
.cookie > div {
    padding: 16px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, .3);
}
.cookie > div p {
    font-size: 12px;
    font-weight: 200;
    letter-spacing: 0;
    line-height: 1.6;
    text-align: left;
    flex: 1;
}
.cookie ul {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
}
.cookie ul li [type="button"] {
    background-color: #000;
    padding: 10px;
    color: #fff;
    width: 100%;
    font-size: 12px;
}
.cookie ul li a {
    color: #000;
    text-decoration: underline;
    font-size: 12px;
    letter-spacing: 0;
}

@media screen and (max-width: 820px) {
    .cookie {
        left: 3%;
        width: 94%;
    }
    .cookie > div {
        padding: 12px;
        display: flex;
        flex-direction: column;
    }
    .cookie > div p {
        font-size: 11px;
    }
    .cookie ul {
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        gap: 0;
    }
    .cookie ul li {
        width: 48%;
    }
    .cookie ul li [type="button"] {
        padding: 8px 16px;
        font-size: 10px;
    }
    .cookie ul li a {
        font-size: 10px;
    }
}


.releaseInfoWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: min(8vw, 60px);
}
.releaseInfoWrap .jacket {
  line-height: 0;
  width: 46%;
}
.releaseInfoWrap .txt {
  width: 48%;
}
.releaseInfoWrap .txt .name {
  font-size: min(3.6vw, 20px);
  line-height: 1.6;
  margin-bottom: min(2vw, 10px);
}
.releaseInfoWrap .txt .title {
  font-size: min(6vw, 30px);
  font-feature-settings: "palt";
  margin-bottom: min(4vw, 20px);
}
.releaseInfoWrap .txt .date {
  font-size: min(4.8vw, 24px);
}
.releaseInfoWrap .txt .catch {
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  margin-top: min(6vw, 30px);
  font-size: min(3.6vw, 16px);
}

#trackList .txt {
  margin-bottom: min(8vw, 60px);
}
#trackList .txt .name {
  font-size: min(3.6vw, 20px);
  line-height: 1.6;
  margin-bottom: min(2vw, 10px);
}
#trackList .txt .title {
  font-size: min(5.2vw, 26px);
  font-feature-settings: "palt";
  margin-bottom: min(3vw, 15px);
}
#trackList .txt .date {
  font-size: min(4.4vw, 20px);
}
#trackList .txt .catch {
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  margin-top: min(6vw, 30px);
  font-size: min(3.6vw, 16px);
}

.specList {
  margin-top: min(4vw, 20px);
  margin-bottom: min(6vw, 30px);
}
.specList > li {
  border-bottom: #fff solid 1px;
  padding: min(4vw, 20px) 0 min(6vw, 30px);
}
.specList > li h4 {
  font-feature-settings: "palt";
  font-size: min(3.8vw, 20px);
  margin-bottom: min(2vw, 10px);
}
.specList > li > p,
.specList > li .specHead p {
  font-size: min(3.2vw, 14px);
  margin-bottom: min(4vw, 20px);
}


.specList > li a {
  background-color: #fff;
  text-decoration: none;
  color: #000;
  font-size: min(3.2vw, 16px);
  padding: min(1.8vw, 8px) min(4vw, 30px);
  border-radius: 100px;
  display: block;
  width: fit-content;
  line-height: 1.4;
  text-align: center;
}
.specList > li a.dlBtn {
  display: inline-block;
  margin-top: min(4vw, 20px);
}

.specList > li h5 {
  font-size: min(3.6vw, 18px);
  margin-bottom: min(2vw, 10px);
}
.specList > li a + h5 {
  margin-top: min(6vw, 30px);
}

.specList > li .analogList {
  display: flex;
  justify-content: space-between;
  margin-bottom: min(6vw, 30px);
  padding: min(4vw, 20px) min(7vw, 40px);
  border: #fff solid 1px;
}
.specList > li .analogList > div {
  width: 50%;
}
.specList > li .analogList > div + div {
  border-left: #fff solid 1px;
  padding-left: min(6vw, 30px);
}
.specList > li .analogList > div ol {
  padding-left: min(4vw, 20px);
  margin-top: min(2vw, 10px);
}


.specHead {
  display: flex;
  justify-content: space-between;
  margin-bottom: min(6vw, 30px);
}
.specHead .analogJkt {
  width: 34%;
  line-height: 0;
}
.specHead .analogTxt {
  width: 60%;
}

.boxPhoto {
  display: flex;
  justify-content: space-between;
}
.boxPhoto > div {
  line-height: 0;
  width: 49%;
  background-color: #fff;
}


.copy p + p {
  margin-top: min(4vw, 20px);
}


.borderBox {
  border-top: #ccc solid 1px;
  border-bottom: #ccc solid 1px;
  padding: min(8vw, 60px) 0;
}


#special .specialAcc {
  
}
#special .specialAcc dt {
  padding-right: min(10vw, 60px);
  position: relative;
  cursor: pointer;
  border-bottom: #fff solid 1px;
}
#special .specialAcc dt::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: min(1vw, 4px);
  border-right: #fff solid 2px;
  border-bottom: #fff solid 2px;
  transform: translateY(-50%) rotate(45deg);
  width: min(4.6vw, 24px);
  height: min(4.6vw, 24px);
  transition: all 0.4s ease-out;
}
#special .specialAcc dt.on::after {
  transform: translateY(0%) rotate(-135deg);
}
#special .specialAcc dt .note {
  font-size: min(3vw, 14px);
}
#special .specialAcc dd {
  display: none;
  padding-top: min(6vw, 30px);
}

#special p {
  margin-bottom: min(4vw, 20px);
}
#special h3 {
  font-size: min(4vw, 26px);
  line-height: 1.6;
  border-bottom: #fff solid 1px;
  margin-bottom: min(6vw, 30px);
  padding-bottom: min(4vw, 20px);
}
#special .specialAcc dt h3 {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: min(2vw, 10px);
}
#special h3 span {
  font-size: 0.7em;
  font-weight: normal;
  line-height: 1.8;
  display: inline-block;
}
#special .note {
  font-size: min(3.2vw, 14px);
}

#special h4 {
  font-size: min(3.6vw, 18px);
  font-weight: normal;
  margin-top: min(7vw, 40px);
  margin-bottom: min(4vw, 20px);
  padding: min(2vw, 10px) 0;
  border-top: #fff solid 1px;
  border-bottom: #fff solid 1px;
}
#special p a {
  color: #fff;
  text-decoration: underline;
  word-break: break-all;
}

#special .year {
  font-size: min(3.8vw, 20px);
  margin-bottom: 0;
}
#special .price {
  font-size: min(4vw, 20px);
}
#special .title {
  font-size: min(3.8vw, 20px);
}

#special .contact {
  padding: min(6vw, 30px);
  background-color: rgba(255,255,255,0.10);
  margin-top: min(6vw, 40px);
}
#special .contact p {
  margin-bottom: 0;
}


#note h3 {
  margin-bottom: min(4vw, 20px);
}
#note p {
  margin-bottom: min(4vw, 20px);
}
#note p:last-child {
  margin-bottom: 0;
}
#note p a {
  color: #fff;
  text-decoration: underline;
  word-break: break-all;
}

.normalList {
  list-style: disc;
  padding-left: min(4vw, 20px);
}


.noteWrap {
  padding: min(6vw, 30px);
  border: #fff solid 1px;
}



@media screen and (max-width: 820px) {
  
  .releaseInfoWrap {
    flex-direction: column;
  }
  .releaseInfoWrap.reverse {
    flex-direction: column-reverse;
    gap: min(8vw, 60px);
  }
  .releaseInfoWrap .txt {
    width: 100%;
    text-align: center;
  }
  .releaseInfoWrap .jacket {
    width: 70%;
    margin: 0 auto min(6vw, 30px);
  }
  
  
  .specList > li .analogList {
    flex-direction: column;
  }
  .specList > li .analogList > div {
    width: 100%;
  }
  .specList > li .analogList > div + div {
    border-left: none;
    padding-left: 0;
    border-top: #fff solid 1px;
    padding-top: min(4vw, 30px);
    margin-top: min(4vw, 30px);
  }
  
  .specHead .analogJkt {
    width: 36%;
  }
  .specHead .analogTxt {
    width: 59%;
  }
}



.advanceList {
  display: flex;
  flex-wrap: wrap;
  gap: min(4vw, 20px) 3.5%;
  margin-top: min(4vw, 20px);
  margin-bottom: min(8vw, 60px);
}
.advanceList li {
  width: 31%;
}
.advanceList li p {
  font-size: min(3vw, 14px);
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.movieList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: min(6vw, 30px) 0;
  margin-top: min(4vw, 20px);
  margin-bottom: min(8vw, 60px);
}
.movieList li {
  width: 48%;
}
.movieList li .iframeBox > div {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.movieList li .iframeBox > div iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.benefit {
  border: #fff solid 1px;
  padding: min(6vw, 30px) min(7vw, 40px);
  margin-top: min(6vw, 30px);
}
.benefit h4 {
  font-size: min(4vw, 20px);
  font-weight: normal;
  margin-bottom: min(4vw, 20px);
}
.benefit .note {
  margin-top: min(4vw, 20px);
  font-size: min(3.2vw, 14px);
}
.benefit .img {
  line-height: 0;
  margin: min(6vw, 30px) 0;
}
.benefit .img img + img {
  margin-top: min(3vw, 15px);
}


@media screen and (max-width: 820px) {
  
  .advanceList {
    justify-content: space-between;
    gap: min(4vw, 20px) 0;
  }
  .advanceList li {
    width: 48%;
  }
  
  
  .movieList li {
    width: 100%;
  }
  
}

.specialDisc {
  padding-top: min(6vw, 30px);
}
#specialBook.specialDisc {
  border-top: #fff solid 1px;
}
.specialDisc h4 {
    font-feature-settings: "palt";
    font-size: min(3.9vw, 24px);
    margin-bottom: min(5vw, 20px);
}

.specialDisc .jacket {
  width: 80%;
  line-height: 0;
  margin: 0 auto min(6vw, 30px);
}

.specialDisc > p {
  margin-bottom: min(6vw, 30px);
}

.specialDisc .specialDiscInfo {
  margin-bottom: 30px;
  border: #fff solid 1px;
  padding: min(4vw, 20px) min(7vw, 40px) min(6vw, 30px);
}
.specialDisc .specialDiscInfo h5 {
  font-size: min(4vw, 20px);
  border-bottom: #fff solid 1px;
  margin-bottom: min(3vw, 15px);
  padding-bottom: min(2vw, 8px);
}
.specialDisc .specialDiscInfo .specialTrackList {
  display: flex;
  justify-content: space-between;
}
.specialDisc .specialDiscInfo .specialTrackList ul {
  width: 48%;
/*  font-size: min(3.2vw, 14px);*/
  list-style: disc;
  padding-left: min(4vw, 20px);
}

.specialDisc .trailer {
  margin-bottom: min(7vw, 40px);
/*
  border: #fff solid 1px;
  padding: min(4vw, 20px) min(7vw, 40px) min(6vw, 30px);
*/
  position: relative;
}

.specialDisc .trailer .video + .video {
  margin-top: min(6vw, 30px);
}

.specialDisc .trailer .plus {
  position: absolute;
  top: -45px;
  left: 50%;
  background-color: #fff;
  width: 60px;
  height: 60px;transform: translateX(-50%);
  border-radius: 50%;
}
.specialDisc .trailer .plus::before,
.specialDisc .trailer .plus::after {
  content: "";
  display: block;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.specialDisc .trailer .plus::before {
  width: 60%;
  height: 1px;
}
.specialDisc .trailer .plus::after {
  width: 1px;
  height: 60%;
}

.specialDisc .trailer h5 {
  font-size: min(4vw, 20px);
  border-bottom: #fff solid 1px;
  margin-bottom: min(3vw, 15px);
  padding-bottom: min(2vw, 8px);
}
.specialDisc .trailer .video > div {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.specialDisc .trailer .video > div iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.specialDisc .trailer .videoFlex {
  display: flex;
  justify-content: space-between;
  margin-top: min(6vw, 30px);
}
.specialDisc .trailer .videoFlex .video {
  width: 48%;
}
.specialDisc .trailer .videoFlex .video + .video {
  margin-top: 0;
}

.specialDisc .cover {
  width: 100%;
  line-height: 0;
  margin: 0 auto min(6vw, 30px);
}

@media screen and (max-width: 820px) {
  
  .specialDisc h4 {
    line-height: 1.6;
  }
  .specialDisc .jacket {
    width: 100%;
  }
  .specialDisc .specialDiscInfo .specialTrackList {
    flex-direction: column;
  }
  .specialDisc .specialDiscInfo .specialTrackList ul {
    width: 100%;
  }
  
  .specialDisc .trailer .plus {
    top: -41px;
    width: 50px;
    height: 50px;
  }
  .specialDisc .trailer .videoFlex {
    flex-direction: column;
    gap: min(6vw, 30px);
  }
  .specialDisc .trailer .videoFlex .video {
    width: 100%;
  }
}
