@charset "UTF-8";

/*
================================================================

  MV - メインビジュアル

================================================================
*/

#mv {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100vh;
  background: #fff;}
#mv .mv-inner {
  display: flex;
  justify-content: left;
  padding-left: 4rem;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-right: 15%;
  background: url(../img/common/fv.jpg) no-repeat top right / cover;}
#mv .mv-inner p {
    font-size: 4rem;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
  }
#mv .mv-inner p::before {
    content: "";
  white-space: pre;
  animation: typing 3s forwards;
}
@keyframes typing {
    0% {
      content: '';
    }
    7% {
      content: 'い';
    }
    11% {
      content: 'いま';
    }
    15% {
      content: '今';
    }
    19% {
      content: '今、';
    }
    23% {
      content: '今、だ';
    }
    27% {
      content: '今、だい';
    }
    31% {
      content: '今、だいじ';
    }
    35% {
      content: '今、だいじょ';
    }
    39% {
      content: '今、だいじょう';
    }
    43% {
      content: '今、だいじょうぶ';
    }
    47% {
      content: '今、大丈夫';
    }
    51% {
      content: '今、大丈夫？';
    }
    60% {
      content: '今、大丈夫？\A と';
    }
    64% {
      content: '今、大丈夫？\A とり';
    }
    68% {
      content: '今、大丈夫？\A とりあ';
    }
    72% {
      content: '今、大丈夫？\A とりあえ';
    }
    76% {
      content: '今、大丈夫？\A とりあえず';
    }
    80% {
      content: '今、大丈夫？\A とりあえずす';
    }
    84% {
      content: '今、大丈夫？\A とりあえずすわ';
    }
    88% {
      content: '今、大丈夫？\A とりあえずすわろ';
    }
    92% {
      content: '今、大丈夫？\A とりあえずすわろう';
    }
    96% {
      content: '今、大丈夫？\A とりあえず座ろう';
    }
    100% {
      content: '今、大丈夫？\A とりあえず座ろうよ';
      animation: none;
    }
  }
  @keyframes blink {
    0%, 49.99% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
        opacity: 0;
    }
  }

#mv .mv-inner p::after {
    content: "|";
    animation: blink 0.6s;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
#mv .mv-inner {
  justify-content: left;
  padding-right: 0;
  padding-left: 5vw;
  padding-bottom: 10vw;
  background: url(../img/common/fv.jpg) no-repeat top right / cover;
  background-position: top left 70%;}
#mv .mv-inner p {
    font-size: 8vw;
  }
}

/*
  MV - スクロールダウン
=============================================================== */
#mv .scrolldown {
  position: absolute;
  bottom: 10px;
  left: 80px;}
#mv .scrolldown span {
  white-space: nowrap;
  position: absolute;
  top: -180px;
  left: 10px;
  color: #fff;
  font-size: 10px;
  letter-spacing: .5em;
  writing-mode: vertical-rl;}
#mv .scrolldown:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  bottom: 0;
  left: -3px;
  width: 7px;
  height: 7px;
  background: #fff;
  animation:
  circlemove 2s ease-in-out infinite,
  cirlemovehide 2s ease-out infinite;}
@keyframes circlemove{
  0% { bottom: 173px;}
  100% { bottom: -7px;}}
@keyframes cirlemovehide{
  0% {opacity: 0}
  50% {opacity: 1;}
  80% {opacity: 0.9;}
  100% {opacity: 0;}}
#mv .scrolldown:after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 180px;
  background: #fff;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
#mv .scrolldown {
  bottom: 15vw;
  left: 10vw;}
#mv .scrolldown span {
  top: -40vw;
  left: 2vw;
  font-size: 2.5vw;}
#mv .scrolldown:before {
  left: auto;
  left: -.6vw;
  border-radius: 100%;
  width: 1.4vw;
  height: 1.4vw;}
@keyframes circlemove{
  0% { bottom: 38.6vw;}
  100% { bottom: -1vw;}}
#mv .scrolldown:after{
  height: 40vw;}
}

/*
================================================================

  トップバナー

================================================================
*/
.top-banner {
    padding: 100px 0 0;
    position: relative;
    background: #fff;
}
.top-banner .box {
    display: flex;
    justify-content: center;
    position: relative;
    animation: fade ease 4s forwards;
}
.top-banner .box a {
    width: 300px;
    height: 80px;
    color: var(--color-primary);
    padding-left: 26px;
    letter-spacing: initial;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 80px;
    border-radius: 0;
    border: 2px solid var(--color-primary);
    position: relative;
    background-color   : #deffa6;
    background-image   : radial-gradient(#baf949 8%, transparent 23%),radial-gradient(#baf949 8%, transparent 23%);
    background-position: 0 0, 17px 17px;
    background-size    : 34px 34px;
}
.top-banner .box a:hover {
  animation: pop .5s ease
}
@keyframes pop {
  0% {
      transform: scale(1)
  }

  50% {
      transform: scale(1.05)
  }

  100% {
      transform: scale(1)
  }
}
.top-banner .box a::before {
    content: "";
    background: url(../img/common/ksimg.png) no-repeat center center / contain;
    width: 100px;
    height: 120px;
    position: absolute;
    bottom: -30px;
    right: 0px;
}
/* --------------------------------------------------------- sp */
@media (max-width: 767px) {
.top-banner {
  padding: 15vw 5vw 5vw;
}
.top-banner .box a {
  width: 100%;
  height: 20vw;
  line-height: 20vw;
  padding-left: 10vw;
  font-size: 8vw;
  background-image: radial-gradient(#baf949 12%, transparent 27%), radial-gradient(#baf949 12%, transparent 27%);
  background-position: 0 0, 31px 31px;
  background-size: 62px 62px;
}
.top-banner .box a::before {
  width: 24vw;
  height: 28vw;
  bottom: -6vw;
}
}
/*
================================================================

  TOPIC - お知らせ

================================================================
*/
#top-topic {
    padding: 100px 0;
    background: #fff;
}
#top-topic .flex {
    display: flex;
    flex-wrap: wrap;
    animation: fade ease 4s forwards;
}
#top-topic .flex .left {
    margin-right: 100px;
    width: calc(30% - 100px);
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
#top-topic a.arrow {
  width: 8rem;
}
#top-topic ul {
    border-top: 1px solid #cfcfcf;
    width: 70%;
}
#top-topic ul li {
    border-bottom: 1px solid #cfcfcf;
}
#top-topic ul li a {
    color: var(--color-base);
    padding: 20px;
    display: block;
    position: relative;
}
#top-topic ul li a::before {
  content: "";
  border-top: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  position: absolute;
  top: 45%;
  right: 20px;
  width: .6rem;
  height: .6rem;
  transform: rotate(45deg);
}
#top-topic ul li a:hover {
  opacity: .8;
  color: var(--color-primary);
  transform: translateX(1rem);
  transition: .3s;
}
#top-topic ul li a:hover::before {
  opacity: .8;
  transition: .3s;
  border-top: 1px solid var(--color-primary);
  border-right: 1px solid var(--color-primary);
}
#top-topic ul li a span {
    font-size: .8rem;
    margin-right: 1rem;
    padding: 0.2rem 0.8rem;
    background: var(--color-primary);
    color: #fff;
    border-radius: 4px;
}
#top-topic ul li a i {
  font-size: .8rem;
  color: #777;
  font-family: var(--font-en);
}
#top-topic ul li a p {
  margin-top: .6rem;
}


/* --------------------------------------------------------- sp */
@media (max-width: 767px) {
#top-topic {
  padding: 15vw 5vw 20vw;
}
#top-topic .flex .left {
  margin-right: initial;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 4vw;
}
#top-topic .h2-box {
  margin-bottom: 2vw;
}
#top-topic  a.btn-common {
  padding: 2vw 4vw;
  font-size: 3.6vw;
  width: 40vw;
  margin-right: 0;
  height: fit-content;
}
#top-topic  a.btn-common::before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 1.4vw;
  height: 1.4vw;
}
#top-topic a.arrow {
  width: 30vw;
  margin-right: 5vw;
  margin-bottom: 2vw;
}
#top-topic ul {
  width: initial;
}
#top-topic ul li {
}
#top-topic ul li a {
  padding: 4.6vw 4vw 4vw 2vw;
}
#top-topic ul li a::before {
  right: 2vw;
  width: 2.6vw;
  height: 2.6vw;
}
#top-topic ul li a:hover {
  transform: translateX(2vw);
}
#top-topic ul li a span {
  font-size: 3.6vw;
  margin-right: 4vw;
  padding: 0.6vw 2vw;
}
#top-topic ul li a i {
  font-size: 3.6vw;
}
#top-topic ul li a p {
  margin-top: 2.6vw;
}
}

/*
================================================================

  DISCOGRAPHY - 作品

================================================================
*/

#top-discography {
  background: rgba(0,0,0,0.3);
  /*background: fixed rgba(0,0,0,0.6) url(../img/common/fv.jpg) no-repeat center left / cover;*/
    padding: 0 0 100px;
    overflow: hidden;
    position: relative;
    /*background-attachment: fixed;*/
}/*
.discography-wrap::before {
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background: rgba(0,0,0,0.6) url(../img/common/fv.jpg) no-repeat center left / cover;
}*/
#top-discography::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  background: rgba(0,0,0,0.6) url(../img/common/fv.jpg) no-repeat center center / cover;
}
#top-discography  .intro {
  margin: 0 2rem;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
  color: #fff;
  opacity: .9;
  font-weight: 700;
  padding-left: 2rem;
  font-size: 2.6rem;
  animation: fade ease 3s forwards;
}
#top-discography  p.intro:nth-child(2) {
  margin: 2rem 0 200px 6rem;
}
#top-discography::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: inherit;
  filter: brightness(55%);
  }
#top-discography .content{
    color: #fff;
    padding-top: min(300px, 30vw);
    padding-left: min(200px, 10vw);
    width: 60%;
    min-width: 600px;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}
#top-discography #content.active {
  color: red;
}
#top-discography h2 {
  font-size: 3rem;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 200px;
    animation: fade ease 4s forwards;
}
#top-discography h2 span {
  position: relative;
}
#top-discography h2 span::before {
  content: "";
  content: "";
  position: absolute;
  left: 10rem;
  top: 55%;
  transform: translateX(-50%);
  background: #fff;
  width: 19rem;
  height: 3px;
  border-radius: 10px;
}
#top-discography .title {
  display: inline-block;
  margin-bottom: 40px;
  animation: fade ease 4s forwards;
}
#top-discography h3 {
  font-size: 3rem;
  margin-bottom: 0.4rem;
}
#top-discography h3 span {
  font-size: 4.5rem;
  line-height: 1;
  padding-right: 0.6rem;
}
#top-discography .title span.cv {
  font-size: 1.4rem;
  text-align: right;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
  display: block;
}
#top-discography .content p {
    margin-bottom: 40px;
    line-height: 2;
    font-size: 1.5rem;
    animation: fade ease 4s forwards;
}
#top-discography .content a {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 6px;
  color: #fff;
  font-size: 1.4rem;
  padding: 0.6rem 4rem;
  font-weight: 700;
  position: relative;
  animation: fade ease 4s forwards;
}
#top-discography .content a:hover {
  opacity: .6;
  filter: blur(2px);
  transition: .3s;
}

/*タブレット*/

@media only screen and (min-width: 768px) and (max-width: 1280px) {
  #top-discography {
    padding: 0 0 20vw;
  }
  #top-discography  .content p.intro {
    margin: 0;
    padding-left: 0;
    font-size: 5vw;
  }
  #top-discography  .content p.intro:nth-child(2) {
    margin: 20vw 0 20vw 6vw;
  }
  #top-discography .content {
    padding-left: 5vw;
    padding-top: 30vw;
    min-width: 200px;
    width: 90vw;
  }
  #top-discography h2 {
    font-size: 5.6vw;
    line-height: 1.5;
    margin-bottom: 20vw;
  
  }
  #top-discography h2 span::before {
    left: 12vw;
    width: 20vw;
    height: 2px;
  }
  #top-discography .title {
    margin-bottom: 10vw;
  }
  #top-discography h3 {
    font-size: 6vw;
    margin-bottom: 2vw;
  }
  #top-discography h3 span {
    font-size: 9vw;
  }
  #top-discography .title span.cv {
    font-size: 4.6vw;
    text-align: left;
  }
  #top-discography .content p {
    font-size: 3.8vw;
    margin-bottom: 10vw;
  }
  #top-discography .content a {
    margin: 0;
    font-size: 4vw;
    width: 60vw;
    text-align: center;
    padding: 4vw;
    display: inline-block;
  }
  }
/* --------------------------------------------------------- sp */
@media (max-width: 767px) {
#top-discography {
  padding: 0 0 20vw;
}
#top-discography::after {
  background: rgba(0,0,0,0.6) url(../img/common/fv.jpg) no-repeat center right 20% / cover;
}
#top-discography  .content p.intro {
  margin: 0;
  padding-left: 0;
  font-size: 5vw;
}
#top-discography  .content p.intro:nth-child(2) {
  margin: 20vw 0 20vw 6vw;
}
#top-discography .content {
  padding-left: 5vw;
  padding-top: 30vw;
  min-width: 200px;
  width: 90vw;
}
#top-discography h2 {
  font-size: 6vw;
  line-height: 2;
  margin-top: 40vw;
  margin-bottom: 60vw;

}
#top-discography h2 span::before {
  left: 12vw;
  width: 20vw;
  height: 2px;
}
#top-discography .title {
  margin-bottom: 10vw;
}
#top-discography h3 {
  font-size: 7vw;
  margin-bottom: 2vw;
}
#top-discography h3 span {
  font-size: 11vw;
  padding-right: 1vw;
  line-height: 1;
}
#top-discography .title span.cv {
  font-size: 4vw;
  text-align: left;
}
#top-discography .content p {
  font-size: 3.8vw;
  margin-bottom: 10vw;
}
#top-discography .content a {
  margin: 0;
  font-size: 4vw;
  width: 60vw;
  text-align: center;
  padding: 4vw;
  display: inline-block;
}
}


/*
================================================================

  ABOUT - はるばーど屋について

================================================================
*/
#top-about {
    padding: 100px 0 300px;
    background: #fff;
}
#top-about h2 {
    text-align: center;
}
#top-about h2 img {
    width: 400px;
    height: auto;
    margin-bottom: 40px;
}
#top-about .about-text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#top-about p {
    text-align: center;
    margin-bottom: 20px;
}
/* --------------------------------------------------------- sp */
@media (max-width: 767px) {
#top-about {
    padding:  20vw 5vw 60vw;
}
#top-about h2 {
}
#top-about h2 img {
  width: 60vw;
  margin-bottom: 6vw;
}
#top-about p {
  margin-bottom: 4vw;
}
}