@font-face {
  font-family: "hare";
  src: url(../font/hare.otf) format("opentype");
}
/*---------------------------------------------
    common
---------------------------------------------*/
h2 {
  color: #E83828;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 40px;
  text-align: center;
}
h2::after {
  background: #E83828;
  bottom: -10px;
  content: "";
  display: inline-block;
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 24px;
}
@media screen and (max-width: 500px) {
  h2 {
    font-size: 2.4rem;
  }
}

.button {
  text-align: center;
}
.button a::before {
  background: #000;
  bottom: 4px;
  content: "";
  display: inline-block;
  height: 1px;
  margin-right: 8px;
  position: relative;
  width: 30px;
}

/*---------------------------------------------
    mv
---------------------------------------------*/
.mv {
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.mv .cover {
  height: 100vh;
  position: absolute;
  width: 100%;
  z-index: 999;
}

/*---------------------------------------------
    scroll
---------------------------------------------*/
.scroll {
  bottom: 120px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 80px;
}
@media screen and (max-width: 768px) {
  .scroll {
    bottom: 140px;
  }
}

/*---------------------------------------------
    greeting
---------------------------------------------*/
.greeting {
  margin-top: -100px;
  padding-bottom: 40px;
  padding-top: 100px;
  position: relative;
}
.greeting::after {
  background: #FDEEE6;
  content: "";
  display: block;
  height: 78%;
  position: absolute;
  right: 0;
  top: 0;
  width: 76%;
  z-index: -1;
}
.greeting .inner {
  margin: 0 auto;
  width: 100%;
}
.greeting .inner .flex {
  align-items: baseline;
  display: flex;
  margin: 0 auto;
  max-width: 500px;
}
.greeting .inner .flex .img {
  margin-right: 5%;
  width: 80%;
}
.greeting .inner .flex .name {
  display: inline;
  font-size: 2rem;
  height: 100px;
  line-height: 1.2;
  margin: 0 0 auto 0;
  writing-mode: vertical-rl;
}
.greeting .inner .flex .name span {
  font-size: 1.2rem;
}
.greeting .inner .catch {
  color: #E83828;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 auto 10px;
  width: 86%;
}
.greeting .inner .text {
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 0 auto;
  margin-bottom: 20px;
  width: 86%;
}
@media screen and (max-width: 500px) {
  .greeting .inner .text {
    font-size: 1.4rem;
  }
}

/*---------------------------------------------
    about
---------------------------------------------*/
.about {
  background: url(../images/common/bg_about.png);
  background-position: top center;
  background-size: 50%;
  margin-bottom: 60px;
  padding-bottom: 60px;
  padding-top: 100px;
  position: relative;
}
.about h2 {
  color: #fff;
}
.about h2::after {
  background: #fff;
}
.about h2::before {
  background: url(../images/about/icon_mark.svg) no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 40px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -46px;
  width: 40px;
}
.about .inner {
  margin: 0 auto;
  width: 86%;
}
.about .inner a {
  display: block;
  margin-bottom: 20px;
}
.about .inner a dl {
  display: flex;
  flex-direction: row-reverse;
}
.about .inner a dl dt {
  align-items: center;
  background: #fff;
  color: #E83828;
  display: flex;
  font-size: 2.4rem;
  font-weight: bold;
  position: relative;
  text-indent: 1em;
  width: 70%;
}
@media screen and (max-width: 500px) {
  .about .inner a dl dt {
    font-size: 2rem;
  }
}
.about .inner a dl dt span {
  bottom: 0;
  color: #231815;
  font-size: 1.6rem;
  font-weight: 400;
  position: absolute;
  right: 10px;
}
@media screen and (max-width: 500px) {
  .about .inner a dl dt span {
    bottom: 4px;
    font-size: 1.2rem;
  }
}
.about .inner a dl dd {
  width: 30%;
}
.about .inner a dl dd img {
  display: block;
}
.about .inner .text {
  color: #fff;
  font-size: 1.6rem;
}

/*---------------------------------------------
    news
---------------------------------------------*/
.news {
  margin-bottom: 32px;
  margin-top: -40px;
  padding-bottom: 40px;
  padding-top: 80px;
}
.news h2::before {
  background: url(../images/common/icon_insta.png) no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 40px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -46px;
  width: 38px;
}
.news .inner {
  margin: 0 auto;
  width: 86%;
}
.news .inner .text {
  font-size: 1.6rem;
}
@media screen and (max-width: 500px) {
  .news .inner .text {
    font-size: 1.4rem;
  }
}
.news .inner .insta {
  margin: 28px auto 0;
  width: 90%;
}

/*---------------------------------------------
    faq
---------------------------------------------*/
.faq {
  background: #FDEEE6;
  margin-top: -30px;
  padding-bottom: 60px;
  padding-top: 130px;
  position: relative;
}
.faq h2::before {
  background: url(../images/common/icon_qa.png) no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 30px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -46px;
  width: 48px;
}
.faq .inner {
  margin: 0 auto;
  width: 90%;
}
.faq .inner .text {
  font-size: 1.6rem;
  margin: 0 auto 20px;
  width: 96%;
}
@media screen and (max-width: 500px) {
  .faq .inner .text {
    font-size: 1.4rem;
  }
}
.faq .inner .box {
  background: #fff;
  border: #000 solid 1px;
  border: #fff solid 1px;
  border-radius: 14px;
  box-shadow: 3px 3px 15px -10px #888;
  margin-bottom: 20px;
  padding: 14px 30px;
}
.faq .inner .box dl {
  display: flex;
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.5;
  padding-left: 50px;
  padding-right: 30px;
}
.faq .inner .box dl dt {
  align-content: center;
  cursor: pointer;
  min-height: 54px;
  position: relative;
}
.faq .inner .box dl dt::before {
  border: #E83828 solid 2px;
  border-radius: 50%;
  color: #E83828;
  content: "Q";
  display: block;
  font-size: 2rem;
  font-weight: bold;
  height: 50px;
  left: -64px;
  line-height: 50px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 50px;
}
.faq .inner .box dl dt::after {
  background: url(../images/common/icon_plus.png) no-repeat;
  background-position: center center;
  background-size: contain;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  right: -40px;
  top: 16px;
  width: 20px;
}
.faq .inner .box dl dt.open::after {
  background: url(../images/common/icon_minus.png) no-repeat;
  background-size: contain;
  top: 24px;
}
.faq .inner .box dl dd {
  color: #E83828;
  display: none;
  margin-top: 20px;
  padding-top: 6px;
  position: relative;
}
.faq .inner .box dl dd::before {
  background: #E83828;
  border: #E83828 solid 2px;
  border-radius: 50%;
  color: #fff;
  content: "A";
  display: block;
  font-size: 2rem;
  height: 50px;
  left: -64px;
  line-height: 50px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 50px;
}