@charset "UTF-8";
/* Break Point -> smartphone first!

0px                  768px       1024px
|-------- sp ---------|--- tab ---|--- pc ----

*/
/* Font Size [vw -> px]

|-- sp --|- tab -|- pc -|

2.6vw  =  1.3vw   = 10px
2.93vw =  = 11px 
3.2vw  =  1.56vw  = 12px
3.47vw =  1.7vw   = 13px
3.73vw =  1.824vw = 14px
4vw    =  1.96vw  = 15px
4.27vw =  16px 
4.53vw =  17px 
4.65vw =  17.5px
4.8vw  =  18px 
4.935vw=  18.5px
5.08vw =  19px 
5.32vw =  20px 
5.6vw  =  21px 
5.87vw =  22px 
6.15vw =  23px 
6.4vw  =  24px 
6.67vw =  25px 


*/
/* ===============================
COMMON
================================ */
html {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Original Yu Gothic", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
  font-weight: bold;
  /* IE10以上 */
}
@media all and (-ms-high-contrast: none) {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}
@media all and (-ms-high-contrast: active) {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}

body {
  width: 100%;
  position: relative;
  background-color: #642ad8;
  /* IE10以上 */
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: Verdana, Meiryo, sans-serif;
  }
}
@media all and (-ms-high-contrast: active) {
  body {
    font-family: Verdana, Meiryo, sans-serif;
  }
}
body .bs-snake {
  width: 110%;
  right: -14%;
  position: fixed;
  bottom: 0%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  body .bs-snake {
    width: 1200px;
    position: fixed;
    z-index: -1;
    top: 10%;
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  body .dappy {
    position: fixed;
    width: 650px;
    rotate: 47deg;
    top: 45%;
    right: -5%;
  }
}

.sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
}

.en {
  font-family: "Outfit", sans-serif;
  color: #fff;
}

.wrapper {
  width: 100%;
  position: relative;
  min-width: 320px;
  margin: 0 auto;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .wrapper {
    zoom: 0.5;
    width: 800px;
  }
}
.wrapper a {
  color: #fff;
}

section {
  padding-bottom: 10%;
}

img {
  width: 100%;
  display: block;
  height: auto;
}

a:hover {
  opacity: 0.8;
  transition: all 0.3s;
  cursor: pointer;
}

header {
  width: 100%;
  height: 80px;
  margin: 0 auto;
}
header p {
  padding: 1em 0;
  font-size: 4vw;
  text-align: center;
  letter-spacing: 0.03em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  header p {
    font-size: 1.2em;
  }
}

footer {
  width: 100%;
  height: 50px;
  margin: 0px auto 0;
  color: #fff;
  font-size: 2.8vw;
  text-align: center;
  font-weight: normal;
  vertical-align: middle;
  z-index: 99999;
}
footer p {
  vertical-align: middle;
  line-height: 1;
  height: 45px;
  padding-top: 1.5em;
  z-index: 99999;
  position: relative;
  display: block;
}
@media screen and (min-width: 768px) {
  footer {
    font-size: 0.8em;
  }
  footer p {
    padding-top: 1em;
  }
}

#kv {
  position: relative;
  width: 50%;
  display: block;
  box-sizing: border-box;
  margin: 5% auto 5%;
}
#kv .dappy-circle {
  position: absolute;
  width: 124%;
  top: -9%;
  left: -12%;
  margin: auto;
  animation: 10s linear infinite rotation;
}
@keyframes rotation {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(-360deg);
  }
}
@media screen and (min-width: 768px) {
  #kv .dappy-circle {
    width: 500px;
    top: -9%;
    left: -12.5%;
  }
}

#lead {
  position: relative;
}
#lead p {
  text-align: center;
  line-height: 1.8;
  font-size: 4vw;
}
@media screen and (min-width: 768px) {
  #lead p {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  #lead p {
    font-size: 32px;
  }
}

#playlists {
  position: relative;
  padding: 0 5%;
  margin: 10% auto 0;
}
#playlists h2 {
  width: 75%;
  margin: 0 auto 12%;
}
#playlists .playlists_inner {
  position: relative;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 30%;
}
#playlists .playlists_inner iframe {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #playlists .playlists_inner iframe {
    height: 760px;
  }
}
#playlists .playlists_inner .prof {
  width: 100%;
  margin-bottom: 8%;
}
#playlists .playlists_inner .prof .icon {
  width: 45%;
  margin: 0 auto 5%;
}
#playlists .playlists_inner .prof ul {
  width: 65%;
  display: flex;
  margin: 0 auto 3%;
}
#playlists .playlists_inner .prof ul.name-mail {
  font-size: 5.5vw;
  letter-spacing: 0.1em;
  height: 1.5em;
  vertical-align: middle;
  justify-content: space-around;
}
@media screen and (min-width: 768px) {
  #playlists .playlists_inner .prof ul.name-mail {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) {
  #playlists .playlists_inner .prof ul.name-mail {
    font-size: 42px;
  }
}
#playlists .playlists_inner .prof ul.name-mail li:last-child img {
  width: 100%;
  margin: 0.3em 0.5em 0.3em 0;
}
#playlists .playlists_inner .prof ul.name-mail.fujii {
  width: 65%;
}
#playlists .playlists_inner .prof ul.name-mail.fujii li:first-child {
  width: 85%;
}
#playlists .playlists_inner .prof ul.name-mail.fujii li:last-child {
  width: 13%;
}
#playlists .playlists_inner .prof ul.name-mail.tanaka {
  width: 62%;
}
#playlists .playlists_inner .prof ul.name-mail.tanaka li:first-child {
  width: 85%;
}
#playlists .playlists_inner .prof ul.name-mail.tanaka li:last-child {
  width: 13%;
}
#playlists .playlists_inner .prof ul.name-mail.hirako {
  width: 69%;
}
#playlists .playlists_inner .prof ul.name-mail.hirako li:first-child {
  width: 85%;
}
#playlists .playlists_inner .prof ul.name-mail.hirako li:last-child {
  width: 13%;
}
#playlists .playlists_inner .prof ul.name-mail.nagaya {
  width: 60%;
}
#playlists .playlists_inner .prof ul.name-mail.nagaya li:first-child {
  width: 75%;
}
#playlists .playlists_inner .prof ul.name-mail.nagaya li:last-child {
  width: 13%;
}
#playlists .playlists_inner .prof .works {
  font-size: 5.5vw;
  letter-spacing: 0.1em;
  vertical-align: middle;
  width: 100%;
  align-content: center;
  align-items: center;
  margin-top: 5%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #playlists .playlists_inner .prof .works {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) {
  #playlists .playlists_inner .prof .works {
    font-size: 34px;
  }
}
#playlists .playlists_inner .prof .works .en {
  vertical-align: middle;
  line-height: 1.2em;
  padding: 0em 0;
  height: 1.2em;
  text-align: center;
  color: #fff;
}
#playlists .playlists_inner .prof .works .arrow {
  position: relative;
  display: inline-block;
}
#playlists .playlists_inner .prof .works .arrow::before {
  content: "";
  left: -4vw;
  width: 2vw;
  height: 2vw;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  margin-top: -1vw;
}
@media screen and (min-width: 768px) {
  #playlists .playlists_inner .prof .works .arrow::before {
    width: 14px;
    height: 14px;
    margin-top: -7px;
    left: -0.75em;
  }
}
#playlists .playlists_inner:last-child {
  margin-bottom: 30%;
}

#closing {
  position: relative;
  padding-top: 0%;
  z-index: 999;
}
#closing p {
  text-align: center;
  line-height: 1.8;
  font-size: 4vw;
}
@media screen and (min-width: 768px) {
  #closing p {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  #closing p {
    font-size: 32px;
  }
}
#closing img {
  width: 42%;
  margin: 20% 0 0 28%;
}/*# sourceMappingURL=style.css.map */