@charset "UTF-8";
/*==============

    GENERAL

==============*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  letter-spacing: 0.1em;
}

h1,
h2,
h3,
h4,
h5,
p {
  font-weight: 300;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
}

.title {
  color: #fff;
  font-size: 60px;
  font-family: "Aldrich";
}

p {
  font-size: 16px;
  line-height: 1.8;
}

body {
  font-family: "Aldrich", "Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "MS PGothic", sans-serif;
  color: #fff;
  line-height: 1.8;
  font-feature-settings: "palt";
}

html {
  font-size: 16px;
}

a {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  color: #24489D;
}
a:hover {
  opacity: 0.6;
}

img {
  max-width: 100%;
  height: auto;
}

.ScAct.FI {
  opacity: 0;
  transition: transform 2s cubic-bezier(0.34, 0.84, 0.36, 0.85), opacity 2s cubic-bezier(0.34, 0.84, 0.36, 0.85);
}
.ScAct.FI.Ef {
  opacity: 1;
}
.ScAct.FIT {
  opacity: 0;
  transform: translateY(20px);
  transition: transform 2s cubic-bezier(0.34, 0.84, 0.36, 0.85), opacity 2s cubic-bezier(0.34, 0.84, 0.36, 0.85);
}
.ScAct.FIT.Ef {
  transform: translateY(0);
  opacity: 1;
}
.ScAct.FIL {
  opacity: 0;
  transform: translateX(-30px);
  transition: transform 2s cubic-bezier(0.34, 0.84, 0.36, 0.85), opacity 2s cubic-bezier(0.34, 0.84, 0.36, 0.85);
}
.ScAct.FIL.Ef {
  transform: translateX(0);
  opacity: 1;
}
.ScAct.FIR {
  opacity: 0;
  transform: translateX(30px);
  transition: transform 2s cubic-bezier(0.34, 0.84, 0.36, 0.85), opacity 2s cubic-bezier(0.34, 0.84, 0.36, 0.85);
}
.ScAct.FIR.Ef {
  transform: translateX(0);
  opacity: 1;
}

.ScAct.SerialFIR > :nth-child(1) {
  transition-delay: 0.3s;
}

.ScAct.SerialFIR > :nth-child(2) {
  transition-delay: 0.6s;
}

.ScAct.SerialFIR > :nth-child(3) {
  transition-delay: 0.9s;
}

.ScAct.SerialFIR > * {
  opacity: 0;
  transform: translateX(20px);
  transition: transform 2s cubic-bezier(0.34, 0.84, 0.36, 0.85), opacity 2s cubic-bezier(0.34, 0.84, 0.36, 0.85);
}
.ScAct.SerialFIR.Ef > * {
  transform: translateX(0px);
  opacity: 1;
}

#KeyV .kv_text h1 {
  opacity: 0;
  transform: translateX(30px);
}

#KeyV.In .kv_text h1 {
  opacity: 1;
  transform: translateX(0px);
  transition: transform 2s cubic-bezier(0.34, 0.84, 0.36, 0.85), opacity 2s cubic-bezier(0.34, 0.84, 0.36, 0.85) 0s;
}

#KeyV .kv_text p {
  opacity: 0;
  transform: translateX(30px);
}

#KeyV.In .kv_text p {
  opacity: 1;
  transform: translateX(0px);
  transition: transform 2s cubic-bezier(0.34, 0.84, 0.36, 0.85), opacity 2s cubic-bezier(0.34, 0.84, 0.36, 0.85) 0.3s;
}

#fixblock .frontlight {
  position: fixed;
  background: no-repeat top left url(images/frontlight.png);
  width: 100vw;
  height: 100vh;
  z-index: 101;
  pointer-events: none;
  background-size: cover;
  opacity: 0.5;
}
#fixblock .chara {
  max-width: 740px;
  width: 44vw;
  height: 732px;
  position: fixed;
  z-index: 100;
  bottom: 0;
  right: 0;
  background: no-repeat bottom left url(images/chara.gif);
  background-size: contain;
}
#fixblock .bg {
  position: fixed;
  background: no-repeat top left url(images/bg1.png);
  width: 100vw;
  height: 100vh;
  z-index: 0;
  background-size: cover;
}

.Main {
  max-width: 920px;
  margin: 0 740px 0 auto;
}

#KeyV {
  position: relative;
  z-index: 0;
  padding: 40% 0 100px;
  overflow: hidden;
}
#KeyV .kv_inner {
  position: relative;
  width: 100%;
  z-index: 0;
}
#KeyV .kv_text {
  position: relative;
  color: #fff;
  z-index: 2;
  padding: 0 0 100px 40px;
}
#KeyV .kv_text h1 {
  font-size: 126px;
  font-size: 7vw;
  line-height: 1.2em;
}
#KeyV .kv_text h1 span {
  font-size: 0.5em;
}
#KeyV .kv_text p {
  padding-top: 1.5vw;
  font-size: 36px;
}

#sec2 {
  padding: 150px 20px 150px;
}
#sec2 .sec_inner {
  max-width: 1400px;
  width: 100%;
}
#sec2 .sec_inner .col2 {
  padding: 0;
}
#sec2 .sec_inner .type {
  padding-top: 40px;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
}
#sec2 .sec_inner .cd_name {
  font-size: 50px;
  font-weight: 500;
  line-height: 1;
}
#sec2 .sec_inner .cd_name span {
  font-size: 0.5em;
}
#sec2 .sec_inner h2 {
  font-size: 46px;
}
#sec2 .sec_inner .price_type {
  padding-top: 40px;
  font-weight: 500;
  line-height: 1;
  font-size: 16px;
}
#sec2 .sec_inner .price {
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
}
#sec2 .sec_inner .download_btn {
  padding-top: 40px;
}
#sec2 .sec_inner .download_btn a {
  display: inline-block;
  max-width: 200px;
  width: 100%;
  text-align: center;
  border: 1px solid #fff;
  color: #fff;
  margin: 0 20px 20px 0;
}
#sec2 .sec_inner .download_btn a span {
  line-height: 50px;
  font-weight: 500;
}
#sec2 .sec_inner .download_btn a:hover {
  opacity: 1;
  background-color: #fff;
  color: #1d1d1d;
}
#sec2 .sec_inner .shop_link {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
}
#sec2 .sec_inner .shop_link a {
  display: inline-block;
  max-width: 160px;
  width: 100%;
  text-align: center;
  border: 1px solid #fff;
  color: #fff;
  margin: 0 20px 20px 0;
}
#sec2 .sec_inner .shop_link a span {
  line-height: 50px;
  font-weight: 500;
}
#sec2 .sec_inner .shop_link a:hover {
  opacity: 1;
  background-color: #fff;
  color: #1d1d1d;
}

#sec3 .sec_inner {
  padding: 100px 20px 50px;
}
#sec3 .soundcloud {
  max-width: 840px;
  width: 100%;
  padding-top: 60px;
}
#sec3 .youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
#sec3 .youtube iframe {
  width: 100%;
  height: 100%;
}
#sec3 .linkcore {
  padding-top: 40px;
}

#sec4 {
  position: relative;
  color: #fff;
  z-index: 0;
  overflow: hidden;
}
#sec4 a {
  color: #fff;
}
#sec4 .track {
  padding: 200px 20px;
}
#sec4 .track ol {
  display: block;
}
#sec4 .track .track_list {
  max-width: 920px;
  width: 100%;
  padding-top: 100px;
  list-style-position: inside;
}
#sec4 .track .track_list .list_item {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 24px 0px;
  letter-spacing: 0.1em;
}
#sec4 .track .track_list .list_item:last-child {
  border-bottom: none;
}
#sec4 .track .track_list .list_item .genre {
  font-size: 14px;
  padding: 0 0 3px 34px;
  font-weight: 300;
  letter-spacing: 0.2em;
}
#sec4 .track .track_list .list_item h4 {
  display: list-item;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.6;
  margin: -10px 0 0px;
}
#sec4 .track .track_list .list_item h4::marker {
  font-size: 20px;
}
#sec4 .track .track_list .list_item .person {
  display: flex;
  padding: 0 0 0 34px;
}
#sec4 .track .track_list .list_item .person p {
  padding-right: 2em;
}
#sec4 .track .track_list .list_item .person p:last-child {
  padding-right: 0;
}

#sec5 {
  position: relative;
  z-index: 104;
  background: no-repeat center url(images/bg2.png);
  background-size: cover;
}
#sec5 .staff {
  max-width: 1400px;
  margin: 0 auto 0 10vw;
  position: relative;
  padding: 100px 20px;
  z-index: 0;
}
#sec5 .staff .staff_list {
  width: 100%;
  padding: 50px 0 0;
}
#sec5 .staff .staff_list .list_item {
  font-size: 30px;
  padding-bottom: 50px;
}
#sec5 .staff .staff_list .list_item h4 {
  position: relative;
  font-size: 20px;
}
#sec5 .staff .staff_list .list_item p {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  font-size: 28px;
  width: 100%;
  margin: 0 auto;
}
#sec5 .staff .staff_list .list_item p a {
  display: inline-block;
  margin-top: 5px;
  padding: 0 1.5em 0 0em;
  color: #fff;
}
#sec5 .credit {
  padding: 200px 0 20px;
  text-align: center;
  font-size: 12px;
}
#sec5 .credit a {
  color: #fff;
}

#lyrics {
  position: relative;
  color: #fff;
}
#lyrics .bg {
  position: fixed;
  background: no-repeat url(images/bg2.png);
  background-size: cover;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  background-position: center;
}
#lyrics .bg::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(29, 29, 29, 0.4941176471);
  z-index: 1;
}
#lyrics h1 {
  padding: 60px 0 0px;
  font-size: 58px;
}
#lyrics h1 span {
  font-size: 38px;
  padding: 0 0 0 20px;
}
#lyrics .linkbox {
  padding: 0 0 50px;
}
#lyrics .linkbox .backlink {
  text-decoration: underline;
  color: white;
}
#lyrics .inner {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px 200px;
}
#lyrics .tab_box .btn_area {
  display: flex;
}
#lyrics .tab_box .tab_btn {
  width: 188px;
  padding: 8px 0;
  color: #fff;
  border: 1px solid;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease 0s;
}
#lyrics .tab_box .tab_btn:hover {
  background-color: #fff;
  color: #1d1d1d;
}
#lyrics .tab_box .tab_btn.active {
  background-color: #fff;
  color: #1d1d1d;
}
#lyrics .tab_box .tab_btn + .tab_btn {
  margin-left: 8px;
}
#lyrics .tab_box .panel_area {
  padding: 40px 0;
}
#lyrics .tab_box .tab_panel {
  display: none;
}
#lyrics .tab_box .tab_panel.active {
  display: block;
}
#lyrics .tab_box .tab_panel .tracknum {
  font-size: 14px;
}
#lyrics .tab_box .tab_panel h3 {
  font-size: 40px;
  line-height: 1;
  padding-bottom: 40px;
  font-weight: middle;
}
#lyrics .tab_box .tab_panel .name {
  padding-bottom: 60px;
}
#lyrics .tab_box .tab_panel .name a {
  color: white;
}
#lyrics .tab_box .tab_panel .flex {
  display: flex;
}
#lyrics .tab_box .tab_panel .flex p {
  flex: 0 1 50%;
}
#lyrics .tab_box .tab_panel .flex p:first-child {
  padding: 0 40px 0 0;
}
#lyrics .tab_box .tab_panel .flex p:last-child {
  padding: 0 0 0 40px;
  border-left: 1px solid #fff;
}
#lyrics .tab_box .tab_panel .flex p.noborder {
  padding: 0;
  border: none;
}
#lyrics .totop {
  padding-top: 180px;
}
#lyrics .totop a {
  border: 1px solid;
  color: white;
  display: inline-block;
  padding: 6px 30px;
}
#lyrics .credit {
  text-align: center;
}
#lyrics .credit a {
  color: white;
  font-size: 14px;
}

@media screen and (max-width: 1440px) {
  .Main {
    margin: 0 40vw 0 auto;
  }
  #sec5 .staff {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1260px) {
  #KeyV .kv_text p {
    font-size: 30px;
  }
}
@media screen and (max-width: 960px) {
  #sec3 .youtube iframe {
    height: 51vw;
  }
  #sec2 {
    padding: 50px 20px 20px;
  }
  #sec2 .sec_inner .col1 {
    line-height: 0;
  }
  #sec2 .sec_inner h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 640px) {
  .title {
    font-size: 30px;
  }
  #sec2 .sec_inner h2 {
    line-height: 1.4;
  }
  #sec2 .sec_inner .cd_name {
    font-size: 40px;
  }
  #sec2 .sec_inner .type {
    font-size: 12px;
  }
  #sec2 .sec_inner .price_type {
    font-size: 12px;
  }
  #sec2 .sec_inner .price {
    font-size: 30px;
  }
  #sec3 .sec_inner {
    padding: 100px 20px 50px;
  }
  #sec3 .soundcloud {
    padding-top: 50px;
  }
  #sec4 .track {
    padding: 100px 20px;
  }
  #sec4 .track .track_list {
    padding-top: 0px;
  }
  #sec4 .track .track_list .list_item h4 {
    font-size: 24px;
  }
  #sec4 .track .track_list .list_item .genre {
    font-size: 12px;
    padding-left: 34px;
  }
  #sec4 .track .track_list .list_item li::marker {
    font-size: 16px;
  }
  #sec4 .track .track_list .list_item li {
    font-size: 20px;
    margin: -4px 0 0px;
  }
  #sec4 .track .track_list .list_item .person {
    display: block;
    padding-left: 34px;
  }
  #sec4 .track .track_list .list_item .person p {
    font-size: 14px;
  }
  #sec4 .track .track_list .list_item .person .vocal {
    line-height: 1.6;
  }
  #sec4 .track .track_list .list_item .person .lyrics {
    line-height: 1.6;
  }
  #sec4 .staff .staff_list .list_item h4 {
    font-size: 16px;
  }
  #sec4 .staff .staff_list .list_item p {
    font-size: 20px;
  }
  #sec4 .credit {
    padding: 100px 0 20px;
  }
  #sec5 .staff {
    padding: 100px 20px 0;
  }
  #sec5 .staff .staff_list {
    padding: 10px 0 0;
  }
  #sec5 .staff .staff_list .list_item h4 {
    font-size: 12px;
  }
  #sec5 .staff .staff_list .list_item p {
    font-size: 22px;
  }
  #sec5 .staff .staff_list .list_item p a {
    margin-top: 8px;
    padding: 0 1.5em 0 0em;
    line-height: 1.2;
  }
  #sec5 .credit {
    padding: 60px 0 20px;
    font-size: 12px;
  }
  #lyrics p {
    font-size: 14px;
  }
}
@media (orientation: portrait) {
  #KeyV {
    height: 100vh;
    padding: 40vw 20px 0;
  }
}
@media (orientation: portrait) and (max-width: 640px) {
  #KeyV .kv_inner {
    height: auto;
    justify-content: flex-end;
  }
  #KeyV .kv_text h1 {
    line-height: 20vw;
    font-size: 19vw;
  }
  #KeyV .kv_text p {
    font-size: 5vw;
    padding-top: 10px;
  }
  #KeyV::after {
    width: 180vw;
    height: 180vw;
    left: -95vw;
    bottom: 0;
    top: 80px;
    transform: rotate(-15deg);
  }
}
@media screen and (max-width: 1023px) {
  #lyrics .tab_box .tab_panel .flex p:first-child {
    padding: 0 10px 0 0;
  }
  #lyrics .tab_box .tab_panel .flex p:last-child {
    padding: 0 0 0 10px;
  }
  #KeyV.In .kv_text h1 {
    font-size: 42px;
  }
  .Main {
    margin: 0 auto;
  }
  #KeyV .kv_text {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  #lyrics h1 {
    padding: 60px 0 40px;
    font-size: 40px;
    line-height: 1;
  }
  #lyrics h1 span {
    font-size: 24px;
    padding: 0 0 0 20px;
    display: inline-block;
    padding: 0;
  }
  #lyrics .tab_box .btn_area {
    flex-wrap: wrap;
    margin: 0 -2px;
  }
  #lyrics .tab_box .tab_btn {
    width: calc(32% - 2px);
    margin: 2px;
  }
  #lyrics .tab_box .tab_btn + .tab_btn {
    margin-left: 2px;
  }
  #lyrics .tab_box .tab_panel h3 {
    font-size: 26px;
    line-height: 1.2;
    padding-bottom: 20px;
  }
  #lyrics .tab_box .tab_panel .flex {
    display: block;
  }
  #lyrics .tab_box .tab_panel .flex p:first-child,
  #lyrics .tab_box .tab_panel .flex p:last-child {
    padding: 0;
    border: none;
  }
  .flex p {
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */