@charset "UTF-8";
/* body 背景色 */
/* 文字色 */
/*======= Top =======*/
/* ファーストビュー */
.firstview {
  position: relative;
  width: 100%;
  height: 436px;
  margin-bottom: 130px;
  background: #aaa;
}
.firstview__video {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.firstview__video video {
  position: absolute;
  top: calc(50% + 7%);
  right: 50%;
  transform: translate(50%, -50%);
  width: 150%;
  height: auto;
}
@media (min-width: 768px) and (max-width: 1260px) {
  .firstview__video video {
    width: auto;
    height: 150%;
  }
}
.firstview__title {
  position: absolute;
  top: calc(100% - 56px / 2);
  right: 50%;
  transform: translateX(50%);
  width: 100%;
  max-width: 1260px;
  padding: 0 10px;
  margin: 0 auto;
  font-family: 'Berlin Sans FB Demi', 'Noto sans CJK JP', sans-serif;
  font-size: 56px;
  font-weight: normal;
  z-index: 1;
}
.firstview__title:before, .firstview__title:after {
  position: absolute;
  top: .4em;
  content: '';
  display: block;
  width: 100%;
  height: 12px;
  background-color: #961432;
  z-index: 1;
}
.firstview__title:before {
  right: 101%;
}
.firstview__title:after {
  left: 8.5em;
}
@media (max-width: 767px) {
  .firstview {
    height: 300px;
    margin-bottom: 100px;
  }
  .firstview__video video {
    width: auto;
    height: 141%;
  }
  .firstview__title {
    top: calc(100% - 44px / 2);
    font-size: 44px;
  }
}
@media (max-width: 460px) {
  .firstview {
    margin-bottom: 80px;
  }
  .firstview__title {
    top: calc(100% - 36px / 2);
    font-size: 36px;
  }
}
@media (max-width: 340px) {
  .firstview {
    height: 260px;
    margin-bottom: 70px;
  }
  .firstview__title {
    top: calc(100% - 32px / 2);
    font-size: 32px;
  }
}

/* 自己紹介 */
.profile .profile__box {
  margin-bottom: 50px;
}
.profile .profile__box:last-child {
  margin-bottom: 0;
}
.profile .profile__box--btnbox {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
}
.profile .profile__box--btnbox .btn {
  margin-bottom: 16px;
}
.profile .profile__box--btnbox .btn:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .profile .profile__box--btnbox .btn {
    width: calc((100% - 20px)/2);
    margin-bottom: 0;
  }
}

/*  */
.top__blog .bloglist {
  margin-bottom: 30px;
}

/*# sourceMappingURL=content.css.map */
