@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : intro.css
Description : イントロ
===================================================================== */
/* ========================================================
    intro
======================================================== */
.intro {
  position: relative;
  width: 100%;
  padding: 16rem 0;
}
@media screen and (min-width: 768px) {
  .intro {
    padding: 12rem 0;
  }
}
.intro_column {
  position: relative;
  width: 100%;
}
.intro_ttl {
  position: relative;
  width: 100%;
  padding: 10rem 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .intro_ttl {
    padding: 7.5rem 0;
  }
}
.intro_ttl::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 35.4rem;
  aspect-ratio: 1/1;
  background-image: url(../images/common/common_bg04.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .intro_ttl::before {
    width: 26.4rem;
  }
}
.intro_ttl > em {
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: 8rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .intro_ttl > em {
    font-size: 6rem;
  }
}
.intro_ttl > span {
  display: block;
  color: #ff7f00;
  font-family: "Ephesis", cursive;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .intro_ttl > span {
    font-size: 3rem;
  }
}
.intro_wrap {
  position: relative;
  width: 100%;
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .intro_wrap {
    margin-top: 6rem;
  }
}
.intro_text {
  position: relative;
  width: 100%;
  text-align: center;
}
.intro_text.sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .intro_text.sp {
    display: none;
  }
}
.intro_text.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .intro_text.pc {
    display: block;
  }
}
.intro_text > p {
  width: 100%;
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .intro_text > p {
    margin-top: 4.5rem;
  }
}
.intro_text > p:first-child {
  margin-top: 0;
}
.intro_text > p.intro_text_01 {
  font-family: "Shippori Mincho", serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 2.1;
}
@media screen and (min-width: 768px) {
  .intro_text > p.intro_text_01 {
    font-size: 2.8rem;
  }
}
.intro_text > p.intro_text_02 {
  font-family: "Shippori Mincho", serif;
  line-height: 2.4;
}
.intro_text > p.intro_text_02 .color_orange {
  font-size: 125%;
  font-weight: 700;
}/*# sourceMappingURL=intro.css.map */