@charset "UTF-8";
a,
a img {
  background: 0 0;
}

a:link,
a:visited,
ins {
  text-decoration: none;
}

a,
hr {
  padding: 0;
}

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

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
.foot,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: 0 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}

ins,
mark {
  background-color: #ff9;
  color: #151515;
}

* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

*,
:after,
:before {
  box-sizing: border-box;
}

nav ul,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  cursor: pointer;
}

a:visited {
  color: inherit;
}

a:link {
  color: inherit;
}

a img {
  border: 0 #fff;
}

mark {
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

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

hr {
  display: block;
  height: 1px;
  border-width: 1px 0 0;
  border-image: initial;
  border-style: solid initial initial;
  border-color: #ccc initial initial;
  margin: 1em 0;
}

input,
select {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  appearance: none;
  font-family: inherit;
  border-radius: 0;
  box-sizing: border-box;
  font-size: 16px;
  color: #c3cbd1;
  -webkit-appearance: none;
}

input:focus,
textarea:focus {
  outline: 0;
}

html {
  font-size: 62.5%;
}

body::-webkit-scrollbar {
  display: none;
}

img[src$=".svg"] {
  width: auto;
  height: auto;
}

svg {
  overflow: hidden;
}

html {
  font-size: 62.5%;
}
input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  text-rendering: optimizelegibility;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  background: #151515;
  color: #ffffff;
  position: relative;
  letter-spacing: 0.05em;
}

.tiktok-sans {
  font-family: "TikTok Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "slnt" 0, "wdth" 150;
}
.over-wrap-menu {
  height: 100%;
  display: flex;
  align-items: flex-start;
  overscroll-behavior: contain;
  overflow-y: scroll;
  background-color: rgb(0 0 0 / 80%);
}

.over-wrap-menu::after,
.over-wrap-menu::before {
  content: "";
  width: 1px;
  height: calc(100vh + 1px);
}
.scroll {
  opacity: 0;
  transform: translateY(10px);
  transition: 1s;
}
.scroll.scrollin {
  opacity: 1;
  transform: translateY(0px);
}
#op {
  position: fixed;
  z-index: 10000;
  background-color: #151515;
  height: 100svh;
  width: 100vw;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
#op .logo {
  width: 150px;
}
#op .logo img {
  width: 100%;
}
#bg_blur {
  position: absolute;
  height: 100%;
  width: 100%;
  backdrop-filter: blur(50px);
  top: 0;
}
#bg {
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  background-image: url(/yosa-taar_modern.disco.driver/asset/img/moderndiscodriver_cover-art.webp);
  background-position: center;
  background-size: cover;
  z-index: -1;
  filter: blur(5px);
}

#full-menu {
  position: fixed;
  z-index: 998;
  height: 100vh;
  height: 100dvh;
  width: 100%;
  background-color: #090909;
  transition: transform 0.6s ease 0.6s;
  display: flex;
  align-items: center;
  display: none;
}

#full-menu .full-menu_close_btn {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 20px;
  top: 5px;
  transition: opacity 0.2s ease;
  cursor: pointer;
  mix-blend-mode: exclusion;
  backface-visibility: hidden;
  z-index: 1;
}

#full-menu .full-menu_close_btn:hover {
  opacity: 0.5;
}

#full-menu .full-menu_close_btn span {
  background-color: #fff;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

#full-menu .full-menu_close_btn span:nth-child(1) {
  transform: rotate(45deg);
}

#full-menu .full-menu_close_btn span:nth-child(2) {
  transform: rotate(-45deg);
}
.modal {
  display: none;
  position: fixed;
  z-index: 995;
  width: 100vw;
  min-height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: unset;
  transform: translateY(0);
  /* background-color: rgb(0 0 0 / 80%); */
  backdrop-filter: blur(10px);
}

.modal_wrap {
  height: 100%;
}
.modal_contents {
  max-width: 1200px;
  margin: auto;
  width: 100%;
}
.modal_inner {
  padding-top: 100px;
  padding-bottom: 100px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 520px;
  margin-left: auto;
  position: relative;
  padding-right: 40px;
}
.modal_close_btn {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 35px;
  top: 80px;
  transition: opacity 0.2s ease;
  cursor: pointer;
  mix-blend-mode: exclusion;
  backface-visibility: hidden;
  z-index: 1;
}

.modal_close_btn:hover {
  opacity: 0.5;
}

.modal_close_btn span {
  background-color: #fff;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.modal_close_btn span:nth-child(1) {
  transform: rotate(45deg);
}

.modal_close_btn span:nth-child(2) {
  transform: rotate(-45deg);
}

.modal .thumb_area {
  height: 300px;
  width: 300px;
  position: relative;
  margin: auto;
  border-radius: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.modal .thumb_area .thumb {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

.modal .name {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}
.modal .read {
  font-size: 20px;
  margin-bottom: 20px;
}

.modal .text {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 500;
}
.modal .btn {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.modal .btn a {
  display: block;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #fff;
  border-radius: 40px;
  font-size: 12px;
  transition: color 0.3s, background-color 0.3s;
  width: 340px;
  font-weight: bold;
}
.modal .btn a:hover {
  background-color: #fff;
  color: #151515;
}
.modal .link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 20px;
}
.modal .link a {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 12px;
  text-decoration: underline;
  transition: opacity 0.3s;
}

.modal .link a:hover {
  opacity: 0.5;
}
header {
  position: fixed;
  z-index: 999;
  width: 100vw;
  height: 70px;
}
header .wrap {
  width: 100%;
  height: 100%;
}
header .inner {
  display: flex;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  align-items: center;
  padding: 0 40px;
}
header .logo {
  width: 80px;
}
header .logo a {
  display: block;
  width: 100%;
  line-height: 0;
}
header .logo img {
  width: 100%;
}

header .share {
  display: flex;
  align-items: center;
}
header .share p {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}
header .share a {
  width: 20px;
  height: 20px;
  display: flex;
  line-height: 0;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: opacity 0.3s;
}
header .share a:hover {
  opacity: 0.5;
}
header .share img {
}

main {
  display: flex;
}
#left-fix {
  position: fixed;
  top: calc(100vh - 40px);
  left: 40px;
}
#left-fix p {
  font-size: 12px;
  font-weight: bold;
}
#pc_cover-art_area {
  position: fixed;
  width: 50%;
  height: 100vh;
  z-index: 998;
  right: 0;
  left: 0;
}
#pc_cover-art_area .wrap {
  height: 100%;
  display: flex;
  justify-content: flex-end;
}
#pc_cover-art_area .inner {
  line-height: 0;
  padding: 40px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0;
  width: 640px;
  filter: blur(10px);
  opacity: 0;
  transition: 1.5s ease 0s;
}
body.fvon #pc_cover-art_area .inner {
  filter: blur(0px);
  opacity: 1;
}
#content_area {
  /* background: linear-gradient(to bottom, rgb(0 0 0 / 30%) 0, rgb(0 0 0 / 80%) 50%); */
  width: 100%;
}

#fv {
  background: linear-gradient(to bottom, rgb(0 0 0 / 10%) 0, rgb(0 0 0 / 65%) 90%);
}
body.fvon #fv .inner {
  filter: blur(0px);
  opacity: 1;
}
#fv .wrap {
  height: 100svh;
  max-width: 1200px;
  margin: auto;
}
#fv .inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 520px;
  margin-left: auto;
  position: relative;
  padding-right: 40px;
  filter: blur(10px);
  opacity: 0;
  transition: 1.5s ease 0s;
}

#fv .cover-art_area {
  display: none;
}

#fv .tit_area {
  text-align: center;
  margin-bottom: 40px;
}
#fv .tit_area .name {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
#fv .tit_area .tit {
  color: #fff;
  font-weight: bold;
  font-size: 36px;
}
#fv .day_area {
  text-align: center;
}

#fv .day_area .read {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
}
#fv .day_area .day {
  color: #fff;
  font-weight: bold;
  font-size: 40px;
}

#fv .scrolldown {
  position: absolute;
  /* right: 50%; */
  /* top: 10%; */
  /* writing-mode: vertical-rl; */
  bottom: 100px;
}
/* 線のアニメーション部分 */
#fv .scrolldown::before {
  animation: scroll 2s infinite;
  background-color: #ffffff;
  bottom: -75px;
  content: "";
  height: 60px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}
/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

#content {
  background: linear-gradient(to bottom, rgb(0 0 0 / 65%) 0, rgb(0 0 0 / 70%) 100%);
}
#content .content_wrap {
  max-width: 1200px;
  margin: auto;
}
#content .content_inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 520px;
  margin-left: auto;
  position: relative;
  padding-right: 40px;
}
#content .sec_tit {
  margin-bottom: 30px;
}
#content .sec_tit h2 {
  color: #fff;
  text-align: center;
  font-size: 46px;
}
#content .sec_tit p {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
  line-height: 1.8;
}
#streaming {
  width: 100%;
}
#streaming .wrap {
  padding-top: 100px;
}
#streaming .inner {
}
#streaming .iframe_wrap:last-child {
  padding-top: 30px;
}
#streaming .btn{
  margin-bottom: 120px;
}
#streaming .btn a {
  height: 80px;
  max-width: 360px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
  font-size: 16px;
  margin: auto;
  font-weight: bold;
  transition: color 0.3s, background-color 0.3s;
  border: solid 1px #fff;
}
#streaming .btn a:hover {
  background-color: #ffffff;
  color: #151515;
}
#comment {
  width: 100%;
}
#comment .wrap {
  padding-top: 140px;
}
#comment .list {
}
#comment .list li {
  margin-bottom: 15px;
}
#comment .list li a {
  transition: opacity 0.3s;
}
#comment .list li a:hover {
  opacity: 0.5;
}
#comment .list .link_inner {
  display: flex;
  padding: 30px 20px;
  background-color: #999;
  border-radius: 10px;
  align-items: center;
}

#comment .list .thumb_area {
  width: 90px;
  height: 90px;
}
#comment .list .thumb_area .thumb {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  border-radius: 100%;
  overflow: hidden;
}
#comment .list .text_area {
  width: calc(100% - 90px);
  padding-left: 30px;
  color: #fff;
  position: relative;
}
#comment .list .text_area:before {
  content: "“";
  position: absolute;
  font-size: 36px;
  top: -25px;
  left: 8px;
}
#comment .list .text_area .under {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: end;
}
#comment .list .text_area .name {
  font-weight: bold;
  font-size: 15px;
  width: calc(100% - 90px);
}
#comment .list .text_area .viewmore {
  width: 80px;
  text-align: right;
  font-size: 10px;
}

#comment .list .text_area .read {
  font-size: 18px;
  margin-bottom: 20px;
  height: 50px;
  display: flex;
  align-items: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

#comment .list .fav .thumb_area {
  width: 120px;
  height: 120px;
}
#comment .list .fav .text_area {
  width: calc(100% - 140px);
}
#comment .list .fav .text_area .read {
  height: 84px;
  -webkit-line-clamp: 3;
  font-size: 20px;
}
#comment .list .fav .link_inner{
  background: linear-gradient(120deg, #ffa717, #a14848);
}

#party {
}
#party .wrap {
  padding-top: 140px;
}
#party .thumb_area {
  margin-bottom: 20px;
}

#party .text_area {
  margin-bottom: 40px;
}
#party .text_area p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 20px;
}

#party .btn {
}
#party .btn a {
  height: 60px;
  max-width: 340px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
  font-size: 12px;
  margin: auto;
  font-weight: bold;
  transition: color 0.3s, background-color 0.3s;
  border: solid 1px #fff;
}
#party .btn a:hover {
  background-color: #ffffff;
  color: #151515;
}
#profile {
}
#profile .wrap {
  padding-top: 140px;
}
#profile .thumb_area {
  line-height: 0;
  margin-bottom: 20px;
}
#profile .text_area p {
  color: #fff;
  font-size: 14px;
  /* margin-bottom: 20px; */
  line-height: 1.8;
}
#profile .text_area {
  margin-bottom: 40px;
}
#profile .link_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#profile .link_area .btn {
  width: calc(100% / 3 - 5px);
}
#profile .link_area .btn a {
  display: flex;
  height: 45px;
  align-items: center;
  justify-content: center;
  background-color: #151515;
  border-radius: 5px;
  transition: opacity 0.3s;
}
#profile .link_area .btn a:hover {
  opacity: 0.5;
}
#profile .link_area .btn a img {
  width: 24px;
  height: 24px;
}
#profile .link_area .btn.ig a {
  background-image: url(../img/instagram_bg.jpg);
  background-position: center;
  background-size: cover;
}
#profile .link_area .btn.yt a {
  background-color: #ff0302;
}
#profile .link_area .btn.sy a {
  background-color: #1ed760;
}
footer {
  background: linear-gradient(to bottom, rgb(0 0 0 / 70%) 0, rgb(0 0 0 / 70%) 100%);
}
footer .wrap {
  padding-top: 140px;
  max-width: 1200px;
  margin: auto;
  padding-right: 40px;
}
footer .inner {
  padding: 20px;
  /* margin: auto; */
  background-color: #151515;
  padding-bottom: 20px;
  padding-top: 80px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 480px;
  margin-left: auto;
  position: relative;
}

footer .logo {
  width: 100px;
  padding: 0 20px;
}
footer .logo a {
  display: block;
  line-height: 0;
  transition: opacity 0.3s;
}
footer .logo a:hover {
  opacity: 0.5;
}
footer .logo svg {
  fill: #fff;
}
footer .copy {
  text-align: center;
}
footer .logo_flex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
}
.bg01 {
  background: linear-gradient(120deg, #6975a7, #292e41);
}
.bg02 {
  background: linear-gradient(120deg, #ffdbf5, #998393);
}
.bg03 {
  background: linear-gradient(120deg, #dccecd, #766e6e);
}
.bg04 {
  background: linear-gradient(120deg, #5b8591, #1b272b);
}
.bg05 {
  background: linear-gradient(120deg, #efa2d0, #895d77);
}
.bg06 {
  background: linear-gradient(120deg, #aca6fe, #676398);
}
.bg07 {
  background: linear-gradient(120deg, #acb5d4, #595e6e);
}
.bg08 {
  background: linear-gradient(120deg, #cc4802, #662401);
}
.bg09 {
  background: linear-gradient(120deg, #efa2cf, #895d77);
}
.bg10 {
  background: linear-gradient(120deg, #c3b478, #5d5639);
}
.bg11 {
  background: linear-gradient(120deg, #5b8591, #1b272b);
}
.bg12 {
  background: linear-gradient(120deg, #aca6fe, #676398);
}
.bg13 {
  background: linear-gradient(120deg, #cc4802, #662401);
}
.bg14 {
  background: linear-gradient(120deg, #ffdbf5, #998393);
}
.bg15 {
  background: linear-gradient(120deg, #6975a7, #292e41);
}
.bg16 {
  background: linear-gradient(120deg, #efa2cf, #895d77);
}
.bg17 {
  background: linear-gradient(120deg, #5b8591, #1b272b);
}
.bg18 {
  background: linear-gradient(120deg, #c3b478, #5d5639);
}
.bg19 {
  background: linear-gradient(120deg, #acb5d4, #595e6e);
}
.bg20 {
  background: linear-gradient(120deg, #dccecd, #766e6e);
}
@media screen and (max-width: 1080px) {
  #fv .inner {
    /* width: 460px; */
  }
  #fv .tit_area .tit {
    font-size: 30px;
  }
  #fv .day_area .read {
    font-size: 20px;
  }
  #fv .day_area .day {
    font-size: 34px;
  }
  #content .content_inner {
    /* width: 460px; */
  }
  .modal_inner {
    width: 460px;
  }
  footer .inner {
    /* width: 420px; */
  }
  #pc_cover-art_area .inner {
    /* width: calc(100% - 460px); */
  }
  #pc_cover-art_area {
    width: calc(100% - 520px);
  }
}
@media screen and (max-width: 900px) {
  header .inner {
    padding: 0 20px;
  }
  #left-fix {
    left: 20px;
  }
  #pc_cover-art_area .inner {
    padding: 20px;
    padding-right: 40px;
  }
  #fv .inner {
    padding-right: 20px;
  }
  #content .content_inner {
    padding-right: 20px;
  }
  footer .wrap {
    padding-right: 20px;
  }
  footer .inner {
    width: 440px;
  }
  .modal_close_btn {
    right: 20px;
  }
}
@media screen and (max-width: 800px) {
  #pc_cover-art_area {
    display: none;
  }
  #fv .inner {
    width: 100%;
    padding: 0 20px;
  }
  #content .content_inner {
    width: 100%;
    padding: 0 20px;
  }
  footer .wrap {
    padding-right: 0;
    padding-top: 180px;
  }
  footer .inner {
    width: 100%;
  }
  .modal_contents {
    width: 100%;
  }
  .modal_inner {
    width: 100%;
    padding: 100px 20px;
  }
  #fv .wrap {
    /* min-height: 100vh; */
    /* height: auto; */
    display: flex;
    align-items: center;
  }
  #fv .cover-art_area {
    display: block;
    margin-bottom: 0px;
    padding: 20px;
  }
  #left-fix {
    display: none;
  }
  #fv .scrolldown {
    bottom: 40px;
  }
  #fv .tit_area {
    margin-bottom: 0px;
  }
  #fv .tit_area .name {
    font-size: 16px;
  }
  #fv .tit_area .tit {
    font-size: 26px;
  }
  #fv .day_area {
  }
  #fv .day_area .read {
    font-size: 18px;
  }
  #fv .day_area .day {
    font-size: 32px;
  }
  #content .sec_tit h2 {
    font-size: 38px;
  }
  #content .sec_tit p br{
    display: none;
  }
  #content .sec_tit p{
    text-align: left;
  }
  #comment .list .text_area .read{
    font-size: 15px;
    height: 42px;
  }
  #comment .list .fav .text_area .read{
    font-size: 16px;
    height: 72px;
  }
  #comment .list .text_area .name{
    font-size: 12px;
    width: 100%;
    margin-bottom: 5px;
  }
  #comment .list .text_area .viewmore{
    width: 100%;
    text-align: left;
  }
  #comment .list .text_area .under{
    display: block;
  }
}
