<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSerifJP/NotoSerifJP-Medium.woff") format("woff");
  font-display: swap;
}

html, body {
  font-family: '游ゴシック体', '游ゴシック', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.mincho {
  font-family: 'ヒラギノ明朝 Pro W6','HiraMinProN-W6','ＭＳ Ｐ明朝','MS PMincho', 'Noto Serif', 'Noto Serif Japanese', serif, sans-serif;
}

html, body {
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500;
}

.f1L, .f1B, .f1 {
  font-family: 'Comfortaa', cursive;
  font-weight: 400;
}

.f1L {
  font-weight: 300;
}

.f1B {
  font-weight: 700;
}

.clear,
.clearfix {
  zoom: 100%;
}

.clear:before,
.clearfix:before, .clear:after,
.clearfix:after {
  content: '';
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

html:before, .wrapper:before, html:after, .wrapper:after {
  content: '';
  width: 2px;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 10;
}

.buy_modal .close, .liner_notes_modal .close, header button {
  width: 52px;
  position: relative;
  transition: transform .2s ease-out, background .4s ease-out;
  z-index: 2;
}

.buy_modal .close:hover, .liner_notes_modal .close:hover, header button:hover {
  -ms-transform: scale(1.1, 1.1);
      transform: scale(1.1, 1.1);
}

.buy_modal .close div, .liner_notes_modal .close div, header button div {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -7px;
}

.buy_modal .close hr, .liner_notes_modal .close hr, header button hr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  margin: 0;
  padding: 0;
  border: none;
  transition: all .4s ease-out;
}

.buy_modal .close hr:nth-of-type(2), .liner_notes_modal .close hr:nth-of-type(2), header button hr:nth-of-type(2) {
  top: 6px;
}

.buy_modal .close hr:nth-of-type(3), .liner_notes_modal .close hr:nth-of-type(3), header button hr:nth-of-type(3) {
  top: auto;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .buy_modal .close, .liner_notes_modal .close, header button {
    width: 37px;
    height: 37px;
  }
}

.buy_modal .close, .liner_notes_modal .close, header.open button {
  background-color: #fff;
}

.buy_modal .close hr, .liner_notes_modal .close hr, header.open button hr {
  background-color: #49ACE1;
}

.buy_modal .close hr:nth-of-type(1), .liner_notes_modal .close hr:nth-of-type(1), header.open button hr:nth-of-type(1) {
  -ms-transform: translateY(6px) rotate(-45deg);
      transform: translateY(6px) rotate(-45deg);
}

.buy_modal .close hr:nth-of-type(2), .liner_notes_modal .close hr:nth-of-type(2), header.open button hr:nth-of-type(2) {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.buy_modal .close hr:nth-of-type(3), .liner_notes_modal .close hr:nth-of-type(3), header.open button hr:nth-of-type(3) {
  -ms-transform: translateY(-6px) rotate(45deg);
      transform: translateY(-6px) rotate(45deg);
}

.buy_modal, .liner_notes_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: rgba(0, 157, 220, 0.9);
  transition: all .4s ease-out;
  -ms-transform: translate(0, -150%);
      transform: translate(0, -150%);
}

.show.buy_modal, .show.liner_notes_modal {
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
}

.buy_modal .close, .liner_notes_modal .close {
  height: 52px;
  border-radius: 52px;
  position: absolute;
  top: 23px;
  left: 50%;
  margin-left: 448px;
}

@media screen and (max-width: 767px) {
  .buy_modal .close, .liner_notes_modal .close {
    left: auto;
    margin-left: 0;
    right: 13px;
    height: 37px;
  }
}

#release .disc .disc_data .buy, .buy_modal .block a {
  font-size: 30px;
  letter-spacing: .1em;
  color: #FF4574;
  background: #fff;
  width: 180px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 60px;
  transition: all .2s ease-out;
}

#release .disc .disc_data .buy:hover, .buy_modal .block a:hover {
  width: 190px;
  left: -5px;
  background: #FF4574;
  color: #fff;
}

@media screen and (max-width: 767px) {
  #release .disc .disc_data .buy, .buy_modal .block a {
    width: 120px;
    height: 40px;
    line-height: 43px;
    font-size: 20px;
  }
  #release .disc .disc_data .buy:hover, .buy_modal .block a:hover {
    width: 130px;
    left: auto;
  }
}

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSerifJP/NotoSerifJP-Medium.woff") format("woff");
  font-display: swap;
}

html, body {
  font-family: '游ゴシック体', '游ゴシック', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.mincho {
  font-family: 'ヒラギノ明朝 Pro W6','HiraMinProN-W6','ＭＳ Ｐ明朝','MS PMincho', 'Noto Serif', 'Noto Serif Japanese', serif, sans-serif;
}

html, body {
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500;
}

.f1L, .f1B, .f1 {
  font-family: 'Comfortaa', cursive;
  font-weight: 400;
}

.f1L {
  font-weight: 300;
}

.f1B {
  font-weight: 700;
}

.clear,
.clearfix {
  zoom: 100%;
}

.clear:before,
.clearfix:before, .clear:after,
.clearfix:after {
  content: '';
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

html:before, .wrapper:before, html:after, .wrapper:after {
  content: '';
  width: 2px;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 10;
}

.buy_modal .close, .liner_notes_modal .close, header button {
  width: 52px;
  position: relative;
  transition: transform .2s ease-out, background .4s ease-out;
  z-index: 2;
}

.buy_modal .close:hover, .liner_notes_modal .close:hover, header button:hover {
  -ms-transform: scale(1.1, 1.1);
      transform: scale(1.1, 1.1);
}

.buy_modal .close div, .liner_notes_modal .close div, header button div {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -7px;
}

.buy_modal .close hr, .liner_notes_modal .close hr, header button hr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  margin: 0;
  padding: 0;
  border: none;
  transition: all .4s ease-out;
}

.buy_modal .close hr:nth-of-type(2), .liner_notes_modal .close hr:nth-of-type(2), header button hr:nth-of-type(2) {
  top: 6px;
}

.buy_modal .close hr:nth-of-type(3), .liner_notes_modal .close hr:nth-of-type(3), header button hr:nth-of-type(3) {
  top: auto;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .buy_modal .close, .liner_notes_modal .close, header button {
    width: 37px;
    height: 37px;
  }
}

.buy_modal .close, .liner_notes_modal .close, header.open button {
  background-color: #fff;
}

.buy_modal .close hr, .liner_notes_modal .close hr, header.open button hr {
  background-color: #49ACE1;
}

.buy_modal .close hr:nth-of-type(1), .liner_notes_modal .close hr:nth-of-type(1), header.open button hr:nth-of-type(1) {
  -ms-transform: translateY(6px) rotate(-45deg);
      transform: translateY(6px) rotate(-45deg);
}

.buy_modal .close hr:nth-of-type(2), .liner_notes_modal .close hr:nth-of-type(2), header.open button hr:nth-of-type(2) {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.buy_modal .close hr:nth-of-type(3), .liner_notes_modal .close hr:nth-of-type(3), header.open button hr:nth-of-type(3) {
  -ms-transform: translateY(-6px) rotate(45deg);
      transform: translateY(-6px) rotate(45deg);
}

.buy_modal, .liner_notes_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: rgba(0, 157, 220, 0.9);
  transition: all .4s ease-out;
  -ms-transform: translate(0, -150%);
      transform: translate(0, -150%);
}

.show.buy_modal, .show.liner_notes_modal {
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
}

.buy_modal .close, .liner_notes_modal .close {
  height: 52px;
  border-radius: 52px;
  position: absolute;
  top: 23px;
  left: 50%;
  margin-left: 448px;
}

@media screen and (max-width: 767px) {
  .buy_modal .close, .liner_notes_modal .close {
    left: auto;
    margin-left: 0;
    right: 13px;
    height: 37px;
  }
}

#release .disc .disc_data .buy, .buy_modal .block a {
  font-size: 30px;
  letter-spacing: .1em;
  color: #FF4574;
  background: #fff;
  width: 180px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 60px;
  transition: all .2s ease-out;
}

#release .disc .disc_data .buy:hover, .buy_modal .block a:hover {
  width: 190px;
  left: -5px;
  background: #FF4574;
  color: #fff;
}

@media screen and (max-width: 767px) {
  #release .disc .disc_data .buy, .buy_modal .block a {
    width: 120px;
    height: 40px;
    line-height: 43px;
    font-size: 20px;
  }
  #release .disc .disc_data .buy:hover, .buy_modal .block a:hover {
    width: 130px;
    left: auto;
  }
}

html, body {
  color: #009DDC;
  height: 100%;
}

body {
  background: #FFD3DB;
  /*
	&amp;:after{
		background-color: rgba($pink, .5);
		background-blend-mode: multiply;
		z-index: 0;
		min-height: 690px;
	}*/
}

body:before, body:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #fff;
}

body.fix {
  overflow: hidden;
}

html:before {
  margin-left: -424px;
}

html:after {
  margin-left: 422px;
}

.wrapper {
  height: 100%;
  position: relative;
  z-index: 1;
}

.wrapper:before {
  margin-left: -430px;
}

.wrapper:after {
  margin-left: 428px;
}

button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}

a {
  text-decoration: none;
}

header {
  position: fixed;
  width: 100%;
  top: 23px;
  left: 0;
  padding: 0 40px;
  box-sizing: border-box;
  z-index: 11;
}

header .official_link,
header button {
  background: rgba(0, 157, 220, 0.7);
  height: 52px;
  float: right;
  margin-left: 12px;
  border-radius: 52px;
  display: block;
}

header .official_link {
  color: #fff;
  font-size: 19px;
  letter-spacing: .05em;
  line-height: 52px;
  width: 148px;
  text-align: center;
  transition: all .2s ease-out;
  position: relative;
  left: 0;
}

header .official_link:hover {
  width: 158px;
  left: 5px;
}

header.open nav {
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
}

header.open nav li {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
}

header nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #49ACE1;
  z-index: 1;
  font-size: 34px;
  text-align: center;
  transition: all .4s ease-out;
  -ms-transform: translate(0, -100%);
      transform: translate(0, -100%);
}

header nav ul {
  position: relative;
  top: 50%;
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
}

header nav li {
  margin-top: 15px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: all .3s ease-out;
  -ms-transform: translate(0, 20px);
      transform: translate(0, 20px);
  font-weight: bold;
}

header nav li:nth-of-type(1) {
  transition-delay: 0.45s;
}

header nav li:nth-of-type(2) {
  transition-delay: 0.5s;
}

header nav li:nth-of-type(3) {
  transition-delay: 0.55s;
}

header nav li:nth-of-type(4) {
  transition-delay: 0.6s;
}

header nav li:nth-of-type(5) {
  transition-delay: 0.65s;
}

header nav li:nth-of-type(6) {
  transition-delay: 0.7s;
}

header nav li:nth-of-type(7) {
  transition-delay: 0.75s;
}

header nav li:nth-of-type(1) {
  margin-top: 0;
}

header nav li:nth-of-type(6),
header nav li span {
  font-size: 32px;
}

header nav a {
  color: #fff;
  transition: all .2s ease-out;
  display: inline-block;
  height: 37px;
}

header nav a:hover {
  color: #FF4574;
}

#top {
  height: 100%;
  background: #FFD3DB;
  position: relative;
  min-height: 690px;
}

#top:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 69, 116, 0.5);
  background-blend-mode: multiply;
  min-height: 690px;
}

#top .block {
  position: relative;
  top: 50%;
  -ms-transform: translate(0, -55%);
      transform: translate(0, -55%);
  z-index: 1;
}

#top h1 {
  text-align: center;
}

#top .discs {
  margin-top: 40px;
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
}

#top .discs img {
  height: 188px;
  margin: 0 7px;
  cursor: pointer;
  transition: all .2s linear;
}

#top .discs img:hover {
  opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

#top button {
  width: 52px;
  height: 52px;
  background: #fff;
  border-radius: 52px;
  position: absolute;
  bottom: 25px;
  left: 50%;
  margin: 0 0 0 -26px;
  text-align: center;
  line-height: 60px;
  z-index: 1;
}

#top button img {
  transition: all .2s ease-out;
  position: relative;
  top: 0;
}

#top button:hover img {
  top: 5px;
}

.wrap {
  padding: 115px 0 95px;
  position: relative;
  border-top: solid 2px #fff;
}

.wrap:before {
  content: '';
  top: 55px;
  height: 2px;
  left: 0;
  width: 100%;
  position: absolute;
  background: #fff;
}

.wrap .contents {
  width: 760px;
  margin: 0 auto;
}

.wrap h2 {
  font-size: 66px;
  color: #666;
  letter-spacing: -.05em;
  text-align: center;
  margin-bottom: 70px;
}

.wrap h2 span {
  border-bottom: solid 1px #666;
  padding: 0 30px;
}

.wrap h2 small {
  font-size: 60px;
}

.wrap h2 .sp {
  display: none;
}

#release .contents {
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
}

#release .set:nth-of-type(2) {
  margin-top: 70px;
}

#release .disc {
  margin-bottom: 40px;
}

#release .disc figure {
  height: 300px;
  float: left;
}

#release .disc figure img {
  display: block;
  height: 100%;
}

#release .disc .disc_data {
  float: left;
  margin-left: 30px;
  height: 300px;
  position: relative;
  width: 288px;
}

#release .disc .disc_data p {
  width: 300px;
}

#release .disc .disc_data .label {
  font-size: 22px;
}

#release .disc .disc_data .title {
  font-size: 36px;
  margin-top: 8px;
}

#release .disc .disc_data .type {
  font-size: 20px;
  font-weight: bold;
  margin-top: 15px;
}

#release .disc .disc_data .number {
  font-size: 18px;
  font-weight: bold;
  margin-top: 15px;
}

#release .disc .disc_data ul {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .05em;
  margin-top: 15px;
  line-height: 1.5;
}

#release .disc .disc_data .buy {
  position: absolute;
  left: 0;
  bottom: 0;
}

#release .songs {
  margin-bottom: 20px;
}

#release .songs .label {
  color: #fff;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  letter-spacing: .1em;
  height: 36px;
  line-height: 36px;
  background: #009DDC;
  position: relative;
  z-index: 0;
}

#release .songs .label:before {
  content: '';
  border: solid 18px #49ACE1;
  border-right-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  -ms-transform-origin: 0 0;
      transform-origin: 0 0;
  -ms-transform: scale(18.33333, 1);
      transform: scale(18.33333, 1);
  z-index: -1;
}

#release .songs .label small {
  font-size: 12px;
  margin-left: 5px;
  position: relative;
  top: -2px;
}

#release .songs .list {
  padding: 25px 0 20px;
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
  counter-reset: song;
}

#release .songs .list.no_number ul li:before {
  display: none;
}

#release .songs .list ul {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: .05em;
  text-align: left;
}

#release .songs .list ul:nth-of-type(2) {
  margin-left: 70px;
}

#release .songs .list ul li:nth-of-type(n + 2) {
  margin-top: 10px;
}

#release .songs .list ul li:before {
  counter-increment: song;
  content: counter(song) ".";
  width: 30px;
  display: inline-block;
}

#release .songs .list .count {
  text-align: right;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: .05em;
  padding-right: 37px;
  margin-top: 10px;
}

#release .banner {
  display: block;
  background: #009DDC;
  color: #fff;
  padding: 14px;
  transition: all .2s linear;
  margin-top: 70px;
}

#release .banner:hover {
  background: #fff;
  color: #009DDC;
}

#release .banner figure {
  float: left;
  width: 188px;
  height: 188px;
  border: solid 1px #fff;
}

#release .banner figure img {
  display: block;
  width: 100%;
}

#release .banner .right {
  margin-left: 210px;
  letter-spacing: .05em;
  padding-top: 20px;
}

#release .banner .right .label {
  font-size: 24px;
}

#release .banner .right .title {
  font-size: 36px;
  margin-top: 10px;
}

#release .banner .right .release {
  font-size: 24px;
  font-weight: bold;
  margin-top: 10px;
}

#release .banner .right .note {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0;
  margin-top: 25px;
}

.buy_modal.show .block .title,
.buy_modal.show .block .type,
.buy_modal.show .block li {
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.buy_modal .block {
  width: 300px;
  position: absolute;
  top: -100%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}

.buy_modal .block.show {
  top: 50%;
}

.buy_modal .block .title {
  font-size: 38px;
  transition: all .3s .4s ease-out;
  -ms-transform: translate(0, 20px);
      transform: translate(0, 20px);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  height: 42px;
}

.buy_modal .block .type {
  font-size: 22px;
  font-weight: bold;
  margin-top: 20px;
  transition: all .3s .45s ease-out;
  -ms-transform: translate(0, 20px);
      transform: translate(0, 20px);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.buy_modal .block ul {
  margin-top: 40px;
}

.buy_modal .block li {
  margin-top: 22px;
  transition: all .3s ease-out;
  -ms-transform: translate(0, 20px);
      transform: translate(0, 20px);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.buy_modal .block li:nth-of-type(1) {
  transition-delay: 0.5s;
}

.buy_modal .block li:nth-of-type(2) {
  transition-delay: 0.55s;
}

.buy_modal .block li:nth-of-type(3) {
  transition-delay: 0.6s;
}

.buy_modal .block li:nth-of-type(4) {
  transition-delay: 0.65s;
}

.buy_modal .block li:nth-of-type(5) {
  transition-delay: 0.7s;
}

.buy_modal .block a {
  display: block;
  width: 100%;
  font-size: 30px;
  letter-spacing: .05em;
  color: #FF808C;
}

.buy_modal .block a span {
  font-size: .9em;
}

.buy_modal .block a:hover {
  width: 100%;
  left: 0;
  background-color: #FF808C;
}

#mv .video {
  cursor: pointer;
}

#mv .video:nth-of-type(2) {
  margin-top: 50px;
}

#mv .video:hover .v img {
  -ms-transform: scale(1.1, 1.1);
      transform: scale(1.1, 1.1);
}

#mv .video .v {
  position: relative;
  overflow: hidden;
}

#mv .video .v img {
  display: block;
  width: 100%;
  transition: all .2s ease-out;
}

#mv .video .v button {
  width: 50px;
  height: 50px;
  position: absolute;
  border: solid 1px #fff;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  z-index: 1;
  background: rgba(0, 157, 220, 0.2);
}

#mv .video .v button:before {
  content: '';
  position: absolute;
  width: 17px;
  height: 17px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  top: 14px;
  left: 10px;
}

#mv .video .v button img {
  width: 12px;
}

#mv .video .v iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

#mv .video .title {
  background: #009DDC;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 26px;
  letter-spacing: .1em;
  height: 48px;
  line-height: 48px;
}

.btn {
  display: block;
  margin: 50px auto 0;
  width: 254px;
  height: 60px;
  text-align: center;
  line-height: 63px;
  color: #fff;
  background: #FF4574;
  font-size: 30px;
  position: relative;
}

.btn:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 244px;
  height: 50px;
  box-sizing: border-box;
  border: solid 2px #fff;
}

.btn:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  border: solid 12px transparent;
  border-top-width: 7px;
  border-bottom-width: 7px;
  border-left-color: #fff;
  transition: all .2s ease-out;
}

.btn:hover:after {
  right: 5px;
}

#event .title,
#tour .title {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3;
}

#event .title span,
#tour .title span {
  display: block;
  font-size: 40px;
  margin-bottom: 10px;
}

#event .list,
#tour .list {
  margin-top: 60px;
  border-bottom: solid 2px #009DDC;
}

#event .list dl,
#tour .list dl {
  border-top: solid 2px #009DDC;
  font-size: 18px;
  letter-spacing: .02em;
  font-weight: bold;
  padding: 10px 0;
  line-height: 1.3;
}

#event .list dl.no_float,
#tour .list dl.no_float {
  height: auto;
  line-height: 1.5;
  padding: 10px 0;
}

#event .list dl.no_float dt,
#tour .list dl.no_float dt {
  float: none;
  margin-bottom: 5px;
}

#event .list dl.no_float dd,
#tour .list dl.no_float dd {
  margin-left: 0;
}

#event .list dl dt,
#tour .list dl dt {
  float: left;
}

#event .list dl dt span,
#tour .list dl dt span {
  float: left;
}

#event .list dl dt time,
#tour .list dl dt time {
  display: block;
  margin-left: 170px;
}

#event .list dl dd,
#tour .list dl dd {
  margin-left: 270px;
}

#event .list dl .info,
#tour .list dl .info {
  font-size: 14px;
}

#tokuten .block:nth-of-type(n + 2) {
  margin-top: 50px;
}

#tokuten .block .title {
  width: 418px;
  height: 56px;
  background: #fff;
  text-align: center;
  line-height: 56px;
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto;
}

#tokuten .block figure {
  margin: 30px auto 0;
  width: 660px;
}

#tokuten .block figure img {
  display: block;
  width: 100%;
}

#tokuten .block .data {
  margin: 25px auto 0;
  width: 660px;
}

#tokuten .block .data .name {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.3;
  padding-bottom: 15px;
  border-bottom: solid 2px #009DDC;
}

#tokuten .block .data .text {
  margin-top: 15px;
  font-size: 16px;
}

#tokuten .block .data .text dt {
  font-weight: bold;
  margin-bottom: 10px;
}

#tokuten .block .data .text .btn {
  width: 300px;
}

#tokuten .block .data .text .btn:before {
  width: 290px;
}

#liner_notes .liner_notes_btn,
#liner_notes .listen_btn {
  width: 38px;
  height: 38px;
  border-radius: 38px;
  background: #fff;
  text-align: center;
  line-height: 38px;
  display: inline-block;
  position: relative;
  top: 6px;
}

#liner_notes .liner_notes_btn img,
#liner_notes .listen_btn img {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}

#liner_notes .listen_btn img {
  margin-left: 2px;
}

#liner_notes .title {
  text-align: center;
  font-size: 27px;
  color: #FF4574;
  font-weight: bold;
}

#liner_notes .title .listen_btn {
  margin-left: 35px;
}

#liner_notes .songlist {
  text-align: center;
  margin-top: 60px;
  font-size: 0;
  letter-spacing: 0;
  counter-reset: note;
}

#liner_notes .songlist ul {
  display: inline-block;
  vertical-align: top;
  width: 372px;
  font-size: 17px;
  letter-spacing: .05em;
  font-weight: bold;
  color: #fff;
}

#liner_notes .songlist ul:nth-of-type(2) {
  margin-left: 16px;
}

#liner_notes .songlist li {
  height: 50px;
  line-height: 50px;
  background: #FF4574;
  padding-left: 10px;
  margin-top: 5px;
  text-align: left;
  position: relative;
  z-index: 0;
}

#liner_notes .songlist li .liner_notes_btn,
#liner_notes .songlist li .listen_btn {
  position: absolute;
  top: 6px;
  transition: all .2s linear;
}

#liner_notes .songlist li .liner_notes_btn:hover,
#liner_notes .songlist li .listen_btn:hover {
  -ms-transform: scale(1.1, 1.1);
      transform: scale(1.1, 1.1);
}

#liner_notes .songlist li .liner_notes_btn {
  right: 50px;
}

#liner_notes .songlist li .listen_btn {
  right: 5px;
}

#liner_notes .songlist li .listen_btn.play:before, #liner_notes .songlist li .listen_btn.play:after {
  display: block;
}

#liner_notes .songlist li .listen_btn.play img {
  display: none;
}

#liner_notes .songlist li .listen_btn:before, #liner_notes .songlist li .listen_btn:after {
  content: '';
  position: absolute;
  width: 3px;
  height: 14px;
  background: #FF4574;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  display: none;
}

#liner_notes .songlist li .listen_btn:before {
  margin-left: -5px;
}

#liner_notes .songlist li .listen_btn:after {
  margin-left: 2px;
}

#liner_notes .songlist li:before {
  display: inline-block;
  width: 35px;
  counter-increment: note;
  content: counter(note) ".";
}

#liner_notes .songlist li:after {
  content: '';
  border: solid 25px #FF688D;
  border-right-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  -ms-transform-origin: 0 0;
      transform-origin: 0 0;
  -ms-transform: scale(7.44, 1);
      transform: scale(7.44, 1);
  z-index: -1;
}

.liner_notes_modal {
  background: rgba(255, 104, 141, 0.9);
}

.liner_notes_modal .close div hr {
  background: #FF688D;
}

.liner_notes_modal .box {
  width: 416px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  transition: all .2s ease-out;
  overflow: hidden;
}

.liner_notes_modal .box .notes {
  position: relative;
  top: 0;
  left: 0;
  font-size: 0;
  letter-spacing: 0;
  width: 6656px;
}

.liner_notes_modal .box .text {
  width: 416px;
  box-sizing: border-box;
  padding: 15px 23px 0 23px;
  display: inline-block;
  vertical-align: top;
}

.liner_notes_modal .box .title {
  font-size: 22px;
  letter-spacing: .05em;
  font-weight: bold;
  color: #FF4574;
  border-bottom: solid 2px #FF4574;
  padding-bottom: 10px;
  position: relative;
}

.liner_notes_modal .box .listen {
  width: 32px;
  height: 32px;
  border-radius: 32px;
  background: #FF4574;
  text-align: center;
  line-height: 32px;
  position: absolute;
  right: -5px;
  top: 50%;
  -ms-transform: translate(0, -65%);
      transform: translate(0, -65%);
  transition: all .2s ease-out;
}

.liner_notes_modal .box .listen.play:before, .liner_notes_modal .box .listen.play:after {
  display: block;
}

.liner_notes_modal .box .listen.play img {
  display: none;
}

.liner_notes_modal .box .listen:before, .liner_notes_modal .box .listen:after {
  content: '';
  position: absolute;
  width: 3px;
  height: 14px;
  background: #fff;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  display: none;
}

.liner_notes_modal .box .listen:before {
  margin-left: -5px;
}

.liner_notes_modal .box .listen:after {
  margin-left: 2px;
}

.liner_notes_modal .box .listen:hover {
  -ms-transform: translate(0, -65%) scale(1.1, 1.1);
      transform: translate(0, -65%) scale(1.1, 1.1);
}

.liner_notes_modal .box .listen img {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  margin-left: 2px;
}

.liner_notes_modal .box .liner {
  color: #666;
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.7;
  word-break: break-all;
  padding-bottom: 15px;
}

.liner_notes_modal .box .buttons {
  border-top: solid 2px #FF4574;
  font-size: 0;
  letter-spacing: 0;
}

.liner_notes_modal .box .buttons button {
  display: inline-block;
  box-sizing: border-box;
  height: 50px;
  width: 50%;
  position: relative;
}

.liner_notes_modal .box .buttons button:before {
  content: '';
  width: 13px;
  height: 13px;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  border-top: solid 2px #FF4574;
  border-left: solid 2px #FF4574;
  -ms-transform-origin: 0 0;
      transform-origin: 0 0;
  transition: all .2s ease-out;
}

.liner_notes_modal .box .buttons button.prev {
  border-right: solid 1px #FF4574;
}

.liner_notes_modal .box .buttons button.prev:before {
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  margin-left: -6px;
}

.liner_notes_modal .box .buttons button.prev:hover:before {
  margin-left: -10px;
}

.liner_notes_modal .box .buttons button.next {
  border-left: solid 1px #FF4574;
}

.liner_notes_modal .box .buttons button.next:before {
  -ms-transform: rotate(135deg);
      transform: rotate(135deg);
  margin-left: 6px;
}

.liner_notes_modal .box .buttons button.next:hover:before {
  margin-left: 10px;
}

.footer_official_link {
  width: 556px;
  height: 116px;
  line-height: 120px;
  margin-top: 15px;
  font-size: 46px;
  background: #009DDC;
}

.footer_official_link img {
  margin-right: 25px;
}

.footer_official_link:before {
  width: 546px;
  height: 106px;
}

footer {
  margin-top: 110px;
  padding-bottom: 15px;
  text-align: center;
  color: #666;
  font-size: 14px;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  html:before, html:after {
    display: none;
  }
  .wrapper:before {
    margin-left: 0;
    left: 10px;
    width: 1px;
  }
  .wrapper:after {
    margin-left: 0;
    left: auto;
    right: 10px;
    width: 1px;
  }
  header {
    width: auto;
    top: 15px;
    left: 0;
    margin-left: 0;
    width: 100%;
    padding: 0 13px;
    box-sizing: border-box;
  }
  header .official_link,
  header button {
    height: 37px;
  }
  header .official_link {
    font-size: 14px;
    line-height: 37px;
    width: 105px;
  }
  header .official_link:hover {
    width: 115px;
    left: 5px;
  }
  header nav li {
    font-size: 25px;
  }
  header nav li:nth-of-type(6),
  header nav li span {
    font-size: 23px;
  }
  #top {
    min-height: 100%;
  }
  #top:after {
    min-height: inherit;
  }
  #top .block {
    -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
  }
  #top .discs {
    margin-top: 20px;
  }
  #top .discs img {
    height: 125px;
    margin: 0 5px;
  }
  #top button {
    width: 36px;
    height: 36px;
    margin-left: -18px;
    line-height: 42px;
    bottom: 10px;
  }
  #top button img {
    -ms-transform: scale(0.8, 0.8);
        transform: scale(0.8, 0.8);
  }
  .wrap {
    padding: 55px 0 40px;
    border-top-width: 1px;
  }
  .wrap:before {
    top: 15px;
    height: 1px;
  }
  .wrap .contents {
    width: auto;
    padding: 0 22px;
  }
  .wrap h2 {
    font-size: 33px;
    margin-bottom: 30px;
  }
  .wrap h2 span {
    padding: 0 12px;
  }
  .wrap h2 small {
    font-size: 30px;
  }
  .wrap h2 .sp {
    display: block;
  }
  .hide_switch {
    cursor: pointer;
    position: relative;
  }
  .hide_switch:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 20px;
    background: url(../img/arrow_right.svg);
    top: 50%;
    right: 10px;
    -ms-transform: rotate(90deg) translate(-70%, 0) scale(0.8);
        transform: rotate(90deg) translate(-70%, 0) scale(0.8);
    transition: all .2s ease-out;
  }
  .hide_switch.open:after {
    -ms-transform: rotate(270deg) translate(80%, 0) scale(0.8);
        transform: rotate(270deg) translate(80%, 0) scale(0.8);
  }
  .hide_wrap.hide {
    height: 0;
    overflow: hidden;
  }
  #release .contents {
    padding-left: 23px;
    padding-right: 23px;
  }
  #release .set:nth-of-type(2) {
    margin-top: 30px;
  }
  #release .disc {
    margin-bottom: 15px;
  }
  #release .disc figure {
    height: 200px;
    float: none;
    margin-bottom: 15px;
  }
  #release .disc figure img {
    margin: 0 auto;
  }
  #release .disc .disc_data {
    float: none;
    margin-left: 0;
    height: auto;
    width: auto;
    text-align: center;
  }
  #release .disc .disc_data p {
    width: auto;
  }
  #release .disc .disc_data .label {
    font-size: 16px;
  }
  #release .disc .disc_data .title {
    font-size: 25px;
    margin-top: 8px;
  }
  #release .disc .disc_data .type {
    font-size: 15px;
    margin-top: 10px;
  }
  #release .disc .disc_data .number {
    font-size: 13px;
    margin-top: 10px;
  }
  #release .disc .disc_data ul {
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.5;
  }
  #release .disc .disc_data .buy {
    position: inherit;
    left: auto;
    bottom: auto;
    margin: 10px auto 0;
  }
  #release .songs {
    margin-bottom: 15px;
  }
  #release .songs .label {
    overflow: hidden;
  }
  #release .songs .label:before {
    -ms-transform: scale(10, 1);
        transform: scale(10, 1);
    z-index: -1;
  }
  #release .songs .label small {
    font-size: 12px;
    margin-left: 5px;
    position: relative;
    top: -2px;
  }
  #release .songs .list {
    padding: 10px;
    text-align: left;
  }
  #release .songs .list ul:nth-of-type(2) {
    margin: 10px 0 0;
  }
  #release .songs .list ul li {
    line-height: 1.3;
  }
  #release .songs .list ul li:nth-of-type(n + 2) {
    margin-top: 10px;
  }
  #release .songs .list .count {
    text-align: left;
    padding-right: 0;
  }
  #release .banner {
    padding: 5px;
    margin-top: 30px;
  }
  #release .banner figure {
    width: 94px;
    height: 94px;
  }
  #release .banner .right {
    margin-left: 105px;
    padding-top: 8px;
  }
  #release .banner .right .label {
    font-size: 14px;
  }
  #release .banner .right .title {
    font-size: 18px;
    margin-top: 5px;
  }
  #release .banner .right .release {
    font-size: 12px;
    margin-top: 5px;
  }
  #release .banner .right .note {
    font-size: 11px;
    margin-top: 15px;
  }
  #mv {
    position: relative;
    z-index: 20;
  }
  #mv .video {
    width: 100vw;
    margin-left: -23px;
  }
  #mv .video:nth-of-type(2) {
    margin-top: 30px;
  }
  #mv .video .title {
    font-size: 18px;
    height: 35px;
    line-height: 35px;
  }
  .buy_modal .block a {
    font-size: 20px;
  }
  .buy_modal .block a span {
    font-size: .92em;
    position: relative;
    top: -1px;
  }
  .btn {
    margin-top: 25px;
    width: 170px;
    height: 40px;
    line-height: 43px;
    font-size: 20px;
  }
  .btn:before {
    top: 3px;
    left: 3px;
    width: 164px;
    height: 34px;
    border-width: 1px;
  }
  .btn:after {
    right: 0;
    -ms-transform: translate(0, -50%) scale(0.8);
        transform: translate(0, -50%) scale(0.8);
  }
  .btn:hover:after {
    right: -5px;
  }
  #event .title,
  #tour .title {
    font-size: 15px;
  }
  #event .title span,
  #tour .title span {
    font-size: 20px;
    margin-bottom: 5px;
  }
  #event .list,
  #tour .list {
    margin-top: 25px;
    border-bottom-width: 1px;
  }
  #event .list dl,
  #tour .list dl {
    border-top-width: 1px;
    font-size: 13px;
    height: auto;
    line-height: 1.5;
    padding: 5px 0;
  }
  #event .list dl.no_float,
  #tour .list dl.no_float {
    padding: 5px 0;
  }
  #event .list dl.no_float dt,
  #tour .list dl.no_float dt {
    text-decoration: underline;
  }
  #event .list dl dt,
  #tour .list dl dt {
    float: none;
  }
  #event .list dl dt.hide_switch:after,
  #tour .list dl dt.hide_switch:after {
    display: none;
  }
  #event .list dl dt span,
  #tour .list dl dt span {
    float: none;
  }
  #event .list dl dt time,
  #tour .list dl dt time {
    display: inline-block;
    margin-left: 0;
  }
  #event .list dl dt time br,
  #tour .list dl dt time br {
    display: none;
  }
  #event .list dl dd,
  #tour .list dl dd {
    margin-left: 0;
  }
  #event .list dl .info,
  #tour .list dl .info {
    font-size: 12px;
  }
  #tokuten .block:nth-of-type(n + 2) {
    margin-top: 25px;
  }
  #tokuten .block .title {
    width: auto;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
  }
  #tokuten .block figure {
    margin-top: 15px;
    width: 100%;
  }
  #tokuten .block .data {
    margin-top: 10px;
    width: auto;
  }
  #tokuten .block .data .name {
    font-size: 17px;
    padding-bottom: 10px;
    border-bottom-width: 1px;
  }
  #tokuten .block .data .text {
    font-size: 14px;
  }
  #tokuten .block .data .text dt {
    margin-bottom: 5px;
  }
  #tokuten .block .data .text dd {
    line-height: 1.5;
  }
  #tokuten .block .data .text .btn {
    width: 200px;
  }
  #tokuten .block .data .text .btn:before {
    width: 194px;
  }
  #liner_notes h2 {
    line-height: 1.3;
  }
  #liner_notes .liner_notes_btn,
  #liner_notes .listen_btn {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    line-height: 20px;
    top: 4px;
  }
  #liner_notes .liner_notes_btn img,
  #liner_notes .listen_btn img {
    -ms-transform: translate(-50%, -50%) scale(0.6);
        transform: translate(-50%, -50%) scale(0.6);
  }
  #liner_notes .listen_btn img {
    margin-left: 1px;
  }
  #liner_notes .title {
    font-size: 13px;
  }
  #liner_notes .title .listen_btn {
    margin-left: 15px;
  }
  #liner_notes .songlist {
    margin-top: 25px;
  }
  #liner_notes .songlist ul {
    display: block;
    width: auto;
    font-size: 13px;
  }
  #liner_notes .songlist ul:nth-of-type(2) {
    margin-left: 0;
  }
  #liner_notes .songlist li {
    height: 36px;
    line-height: 36px;
    overflow: hidden;
  }
  #liner_notes .songlist li .liner_notes_btn,
  #liner_notes .songlist li .listen_btn {
    top: 7px;
    -ms-transform: scale(1.4);
        transform: scale(1.4);
  }
  #liner_notes .songlist li .liner_notes_btn:hover,
  #liner_notes .songlist li .listen_btn:hover {
    -ms-transform: scale(1.5);
        transform: scale(1.5);
  }
  #liner_notes .songlist li .liner_notes_btn {
    right: 45px;
  }
  #liner_notes .songlist li .listen_btn {
    right: 10px;
  }
  #liner_notes .songlist li .listen_btn:before, #liner_notes .songlist li .listen_btn:after {
    width: 3px;
    height: 10px;
    margin-top: -5px;
  }
  #liner_notes .songlist li .listen_btn:before {
    margin-left: -4px;
  }
  #liner_notes .songlist li .listen_btn:after {
    margin-left: 1px;
  }
  #liner_notes .songlist li:before {
    width: 25px;
  }
  #liner_notes .songlist li:after {
    border-width: 18px;
    -ms-transform: scale(10, 1);
        transform: scale(10, 1);
  }
  .liner_notes_modal .box {
    width: 300px;
  }
  .liner_notes_modal .box .notes {
    width: 4800px;
  }
  .liner_notes_modal .box .text {
    width: 300px;
    padding: 10px 10px 0 10px;
  }
  .liner_notes_modal .box .title {
    font-size: 15px;
    line-height: 1.3;
    border-bottom-width: 1px;
    padding-bottom: 5px;
  }
  .liner_notes_modal .box .liner {
    margin-top: 5px;
    font-size: 13px;
    padding-bottom: 5px;
  }
  .liner_notes_modal .box .buttons {
    border-top-width: 1px;
  }
  .liner_notes_modal .box .buttons button.prev {
    border-right-width: .5px;
  }
  .liner_notes_modal .box .buttons button.next {
    border-left-width: .5px;
  }
  .footer_official_link {
    width: calc(100% - 42px);
    height: 58px;
    line-height: 60px;
    font-size: 23px;
  }
  .footer_official_link img {
    margin-right: 10px;
    width: 80px;
    position: relative;
    top: 1px;
  }
  .footer_official_link:before {
    width: calc(100% - 6px);
    height: 52px;
  }
  footer {
    margin-top: 65px;
    font-size: 8px;
    padding-bottom: 10px;
  }
}

@media screen and (orientation: landscape) and (max-width: 767px) {
  header nav {
    font-size: 20px;
  }
  header nav li {
    margin-top: 0;
  }
  .buy_modal .block_wrap {
    height: 100%;
    padding: 30px 0;
    box-sizing: border-box;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .buy_modal .block.show {
    width: 300px;
    position: relative;
    top: auto;
    left: 50%;
    -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
  }
}
</pre></body></html>