@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@500&family=Zen+Antique+Soft&display=swap");
body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", "Hiragino Sans", Meiryo, sans-serif;
  background: #070707;
  color: #fff;
}

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

a {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  a:hover {
    text-decoration: none;
  }
}

.global_head {
  margin: 0;
}

.wrap {
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .content {
    margin: 0 17px;
  }
}
@media only screen and (min-width: 768px) {
  .content {
    max-width: 1050px;
    width: calc(100% - 35px);
    margin: 0 auto;
  }
}

.hero {
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .hero {
    margin: 0 0 40px;
  }
}
@media only screen and (min-width: 768px) {
  .hero {
    margin: 0 0 90px;
  }
}
.hero::before {
  content: "";
  background: linear-gradient(#070707 20%, transparent);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .hero::before {
    height: 100px;
  }
}
@media only screen and (min-width: 768px) {
  .hero::before {
    height: 150px;
  }
}
.hero::after {
  content: "";
  background: linear-gradient(transparent, #070707 80%);
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .hero::after {
    height: 100px;
  }
}
@media only screen and (min-width: 768px) {
  .hero::after {
    height: 150px;
  }
}
.hero__content {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .hero__content {
    padding: 70px 35px;
  }
}
@media only screen and (min-width: 768px) {
  .hero__content {
    max-width: 1050px;
    width: calc(100% - 35px);
    margin: 0 auto;
    padding: 90px 0;
  }
}
.hero__content::before {
  content: "";
  background-image: url(../img/bg-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 100%;
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .hero__content::before {
    width: 80px;
    right: -25px;
  }
}
@media only screen and (min-width: 768px) {
  .hero__content::before {
    width: 180px;
    right: -30px;
  }
}
.hero__content::after {
  content: "";
  background-image: url(../img/bg-left.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .hero__content::after {
    width: 80px;
    left: -25px;
  }
}
@media only screen and (min-width: 768px) {
  .hero__content::after {
    width: 180px;
    left: -30px;
  }
}

h2 {
  position: absolute;
  right: 5px;
  font-weight: 700;
  line-height: 100%;
  color: rgba(255, 255, 255, 0.1);
  z-index: -1;
  margin: 0;
  font-family: "Zen Antique Soft", serif;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 3rem;
    top: -10px;
  }
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 5.5rem;
    top: -30px;
  }
}

.intro {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .intro {
    margin: 0 0 50px;
    padding: 30px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .intro {
    margin: 0 0 110px;
  }
}
.intro h1 {
  letter-spacing: 0.2rem;
  font-family: "Zen Antique Soft", serif;
}
@media only screen and (max-width: 767px) {
  .intro h1 {
    font-size: 1.5rem;
    margin: 0 0 25px;
  }
}
@media only screen and (min-width: 768px) {
  .intro h1 {
    font-size: 2.3rem;
    margin: 0 0 35px;
  }
}
.intro h1 span {
  display: block;
}
@media only screen and (max-width: 767px) {
  .intro h1 span {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .intro h1 span {
    font-size: 1.3rem;
  }
}
.intro p {
  margin: 0 0 15px;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 767px) {
  .intro p {
    font-size: 1rem;
    line-height: 1.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .intro p {
    font-size: 1.1rem;
    line-height: 2.6rem;
  }
}
.intro p:last-child {
  margin: 0;
}

.info {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .info {
    margin: 0 0 50px;
    padding: 30px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .info {
    margin: 0 0 110px;
  }
}
.info__item {
  border-left: #fff solid 5px;
  padding: 0 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .info__item {
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .info__item {
    margin: 0 0 35px;
  }
}
.info__item:last-child {
  margin: 0;
}
.info__item dl {
  display: flex;
  font-family: "Noto Sans JP";
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .info__item dl {
    margin: 0 0 15px;
    flex-direction: column;
    font-size: 0.95rem;
  }
}
@media only screen and (min-width: 768px) {
  .info__item dl {
    margin: 0 0 25px;
    font-size: 1.15rem;
  }
}
.info__item dl:last-child {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .info__item dl dt {
    margin: 0 0 5px;
  }
}
@media only screen and (min-width: 768px) {
  .info__item dl dt {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .info__item dl dt::after {
    content: "";
    display: inline-block;
    width: 22px;
    height: 1px;
    background: #fff;
    margin: 0 5px;
  }
}
.info__item dl dd {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .info__item dl dd {
    line-height: 1.6rem;
  }
}
.info__item p {
  display: flex;
  margin: 0;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 767px) {
  .info__item p {
    flex-direction: column;
    font-size: 0.95rem;
  }
}
@media only screen and (min-width: 768px) {
  .info__item p {
    font-size: 1.1rem;
    line-height: 2.1rem;
  }
}
.info__order {
  background: #fff;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .info__order {
    margin: 0 0 25px;
    width: 100%;
    height: 50px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .info__order {
    margin: 0 0 40px;
    width: 550px;
    height: 65px;
    line-height: 65px;
  }
}
.info__order::after {
  content: "";
  border: 0px;
  border-top: solid 3px #000;
  border-right: solid 3px #000;
  transform: rotate(45deg);
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .info__order::after {
    width: 8px;
    height: 8px;
    top: 39%;
    right: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .info__order::after {
    width: 10px;
    height: 10px;
    top: 38%;
    right: 20px;
  }
}
.info__order:hover {
  background: #ccc;
  transition: 0.2s;
}
.info__order a {
  color: #000;
  text-decoration: none;
  font-weight: 600;
  display: block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .info__order a {
    font-size: 1.2rem;
  }
}

.note {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .note {
    margin: 0 0 50px;
    padding: 30px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .note {
    margin: 0 0 110px;
  }
}
@media only screen and (max-width: 767px) {
  .note__item {
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .note__item {
    margin: 0 0 35px;
  }
}
.note__item:last-child {
  margin: 0;
}
.note__item h3 {
  margin: 0 0 15px;
  font-family: "Zen Antique Soft", serif;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .note__item h3 {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 768px) {
  .note__item h3 {
    font-size: 1.8rem;
  }
}
.note__item p {
  margin: 0;
  font-family: "Noto Sans JP";
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .note__item p {
    line-height: 1.7rem;
    font-size: 0.95rem;
  }
}
@media only screen and (min-width: 768px) {
  .note__item p {
    font-size: 1rem;
    line-height: 1.8rem;
  }
}

.profile {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .profile {
    margin: 0 0 60px;
    padding: 30px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .profile {
    margin: 0 0 130px;
  }
}
@media only screen and (min-width: 768px) {
  .profile__content {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .profile__pic {
    margin: 0 auto 40px;
    width: 75%;
  }
}
@media only screen and (min-width: 768px) {
  .profile__pic {
    width: 500px;
  }
}
@media only screen and (min-width: 768px) {
  .profile__text {
    width: calc(100% - 560px);
    padding: 15px 0 0;
  }
}
.profile h4 {
  letter-spacing: 0.1rem;
  font-family: "Zen Antique Soft", serif;
}
@media only screen and (max-width: 767px) {
  .profile h4 {
    font-size: 1.3rem;
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .profile h4 {
    font-size: 1.8rem;
    margin: 0 0 25px;
  }
}
.profile h4 span {
  margin-left: 25px;
  letter-spacing: 0.2rem;
  color: #666;
  font-family: "Quicksand", sans-serif;
}
.profile__item {
  margin: 0 0 20px;
  line-height: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .profile__item {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .profile__item {
    font-size: 1rem;
  }
}
.profile__item:last-child {
  margin: 0;
}
.profile__item:last-child span {
  margin: 0;
  display: block;
  line-height: 100%;
}
.profile__item:last-child span:last-of-type {
  margin: 15px 0 0;
}
.profile__item span {
  margin: 0 0 0 -8px;
}

.cheki-link {
  background: #bf1922;
  text-align: center;
  letter-spacing: 0.05rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .cheki-link {
    height: 65px;
    line-height: 65px;
    margin: 0 0 40px;
  }
}
@media only screen and (min-width: 768px) {
  .cheki-link {
    width: 600px;
    height: 80px;
    line-height: 80px;
    margin: 0 auto 120px;
    font-size: 1.15rem;
  }
  .cheki-link:hover {
    background: #e8363f;
    transition: 0.2s;
  }
}
.cheki-link a {
  text-decoration: none;
  display: block;
  width: 100%;
}
.cheki-link a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f07a";
  color: #333;
  position: relative;
  font-size: 1.3rem;
  color: #fff;
  font-size: 1rem;
  margin-right: 10px;
  position: relative;
  top: -1px;
}

@media only screen and (max-width: 767px) {
  .pconly {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */