@charset "utf-8";

* {
  padding: 0;
  margin: 0;
}

.smartnav {
  display: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
}

.smartnav,
.smartnav span {
  display: inline-block;
  transition: 0.4s;
  box-sizing: border-box;
}

nav {
font-family: 'Fira Sans Extra Condensed', sans-serif;
}

header {
  background-color: #000;
}

.top ul {
  font-size: 16px;
  color: #fff;
  display: flex;
  list-style: none;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
}

.top ul li {
  padding-right: 30px;
}

a {
  text-decoration: none;
}

.top ul li a {
  color: #fff;
  background-image: url(../images/hover.png);
  background-repeat: no-repeat;
  background-size: 0;
  padding-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.top ul li a::after {
  position: absolute;
  top: 30%;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: 0.5s;
  content: " ";
}

.top ul li a:hover {
  background-size: 6px 6px;
  background-position: left 50% bottom 0%;
}

.top ul li a:hover::after {
  width: 100%;
}

.top p {
  display: flex;
}

.top p img {
  height: 16px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 15px;
}

.top {
  display: flex;
  justify-content: flex-end;
  margin-right: 0;
  padding-right: 15px;
  position: fixed;
  right: 0;
  top: 0;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100vw;
}

.guitar {
  position: fixed;
  top: 0;
  left: 0;
}

.guitar img {
  width: 32vw;
}

.guitar a {
  transition: 0.5s;
}

.guitar a:hover {
  opacity: 0.8;
}

main {
  background-color: #000;
  padding-bottom: 60px;
}

h2 {
  padding-top: 140px;
  padding-left: 34.8vw;
  color: #fff;
  background-image: url(../images/cord_white.png);
  background-position: right 50vw bottom 0;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-weight: 100;
  font-size: 40px;
  background-repeat: no-repeat;
  padding-bottom: 5px;
  background-size: auto 10px;
}

.flex_p {
  display: flex;
  padding-left: 35vw;
  padding-top: 40px;
}

.prof img {
  width: 300px;
  margin-right: 40px;
}

h4 {
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-weight: 100;
  font-size: 35px;
  color: #fff;
}

.yomi {
  font-family: '游ゴシック Medium', 'YuGothic', '游ゴシック', 'Yu Gothic Medium', '游ゴシック体', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', sans-serif;
  font-size: 10px;
  color: #BCBCBC;
  display: block;
  margin-bottom: 15px;
}

.text {
  text-align: justify;
  font-family: '游ゴシック Medium', 'YuGothic', '游ゴシック', 'Yu Gothic Medium', '游ゴシック体', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', sans-serif;
  font-size: 15.5px;
  color: #fff;
  line-height: 1.8em;
  width: 22vw;
}

footer {
  background-color: #333333;
  background-image: url(../images/kurumilogo.png);
  background-size: 150px;
  background-position: left 60px bottom 53px;
  background-repeat: no-repeat;
}

footer a {
  color: #fff;
  position: relative;
  padding-bottom: 5px;
}

footer a::after {
  position: absolute;
  content: " ";
  background-color: #fff;
  top: 40%;
  left: 0;
  width: 0;
  height: 1px;
  overflow: hidden;
  transition: 0.5s;
}

footer a:hover {
  background-image: url(../images/hover.png);
  background-repeat: no-repeat;
  background-position: bottom 0 center;
  background-size: 8px 8px;
}

footer a:hover::after {
  width: 100%;
}

.flex2 {
  display: flex;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-weight: 100;
  margin-left: 35vw;
  margin-right: auto;
}

.contents {
  padding: 60px 25px 0 0;
  color: #BCBCBC;
  font-size: 16.5px;
  font-weight: 100;
}

.flex2 ul {
  list-style: none;
  color: #fff;
  font-size: 30px;
  line-height: 1.5em;
  padding: 52px 0 0 0;
}

.follow {
  padding: 60px 25px 0 40px;
  color: #BCBCBC;
  font-size: 16.5px;
  font-weight: 100;
}

.insta {
  width: 25px;
  padding: 61px 10px 18px 0;
}

.tw {
  width: 29px;
  padding: 0 10px 18px 0;
  margin-left: -1px;
}

.youtube {
  width: 32px;
  margin-left: -2px;
}

small {
  display: block;
  color: #BCBCBC;
  font-family: '游ゴシック Medium', 'YuGothic', '游ゴシック', 'Yu Gothic Medium', '游ゴシック体', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', sans-serif;
  font-size: 11px;
  text-align: right;
  padding: 10px 20px 20px 0;
}

@media screen and (max-width:600px) {
  .smartnav {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2;
    outline: none;
  }

  .smartnav span {
    position: absolute;
    right: 50%;
    width: 20px;
    height: 1px;
    background-color: #d80054;
    transform: translate(50%, -50%);
  }

  .smartnav span:nth-of-type(1) {
    top: 15px;
  }

  .smartnav span:nth-of-type(2) {
    top: 50%;
  }

  .smartnav span:nth-of-type(3) {
    bottom: 15px;
  }

  .smartnav.move span:nth-of-type(1) {
    transform: translate(50%, -50%) rotate(-45deg);
    top: 49%;
  }

  .smartnav.move span:nth-of-type(2) {
    opacity: 0;
  }

  .smartnav.move span:nth-of-type(3) {
    transform: translate(50%, -50%) rotate(45deg);
    bottom: 49%;
  }

  .top {
    background-image: url(../images/guitar.png);
    background-size: 45vw;
    background-repeat: no-repeat;
    background-position: left 0 top 0;
    height: 100vh;
    background-color: #000;
    margin-right: 0;
    padding-right: 0;
    position: fixed;
    z-index: -1;
  }

  .top ul {
    font-size: 33px;
    font-weight: 100;
    display: block;
    padding-top: 80px;
    padding-right: 0;
  }

  .top ul li {
    padding-right: 0;
    padding-left: 46vw;
    padding-bottom: 5px;
    padding-top: 5px;
  }

  .top ul li:nth-of-type(odd) {
    background-color: rgba(188, 188, 188, 0.2);
  }

  .top p {
    display: none;
  }

  .top ul li a {
    padding-bottom: 2px;
  }

  .top ul li a::after {
    top: 44%;
    height: 1px;
    transition: 1s;
  }

  .top ul li a:hover {
    background-size: 8px 8px;
    background-position: left 50% bottom 0%;
  }

  .top.move {
    display: block;
    z-index: 1;
  }

  h2 {
    padding-left: 32vw;
    padding-top: 80px;
    background-position: right 15vw bottom 0;
  }

  .flex_p {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
    text-align: center;
  }

  .prof img {
    width: 70vw;
    margin-left: 0;
    margin-right: 0;
  }

  h4 {
    font-size: 30px;
    padding-top: 5px;
  }

  .yomi {
    font-size: 10px;
    margin-bottom: 10px;
  }

  .text {
    font-size: 12px;
    width: 88vw;
    margin: 0 auto;
  }


  footer {
    background-size: 150px;
    background-position: top 20px center;
  }

  footer a {
    padding-bottom: 2px;
  }

  footer a::after {
    top: 38%;
    left: 0;
    height: 1px;
    transition: 1s;
  }

  footer a:hover {
    background-position: bottom 0 center;
    background-size: 6px 6px;
  }

  .flex2 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .contents {
    display: none;
  }

  .flex2 ul {
    font-size: 25px;
    line-height: 1.5em;
    padding-top: 115px;
    padding-right: 20px;
  }

  .follow {
    display: none;
  }

  .insta {
    width: 20px;
    padding: 123px 5px 13px 0;
  }

  .tw {
    width: 24px;
    padding: 0 5px 15px 0;
    margin-left: -2px;
  }

  .youtube {
    width: 24px;
    margin-left: -2px;
  }

}
