@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : intro.css
Description : イントロ
===================================================================== */
/* ========================================================
    intro
======================================================== */
.intro {
  position: relative;
  width: 100%;
  padding: 36rem 0 18rem 0;
}
@media screen and (min-width: 768px) {
  .intro {
    padding: 34rem 0 16rem 0;
  }
}
.intro::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/common_bg11_sp.png);
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .intro::before {
    background-image: url(../images/common/common_bg11_pc.png);
    background-size: auto auto;
  }
}
@media screen and (min-width: 1600px) {
  .intro::before {
    background-size: 100% auto;
  }
}
.intro_illust01 {
  position: absolute;
  left: 0;
  top: 5rem;
  display: block;
  width: 100%;
  height: 54.7rem;
  background-image: url(../images/intro/intro_illust01_sp.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .intro_illust01 {
    height: 73.1rem;
    background-image: url(../images/intro/intro_illust01_pc.png);
    background-size: auto 100%;
  }
}
.intro_ttl {
  position: relative;
  width: 84.6153846154%;
  margin: 0 0 -23rem 5rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .intro_ttl {
    width: 38.5%;
    margin: 0 0 -21% 16%;
  }
}
.intro_column {
  position: relative;
  width: 115.3846153846%;
  margin: 0 -7.6923076923%;
}
@media screen and (min-width: 768px) {
  .intro_column {
    width: 100%;
    margin: 0;
  }
}
.intro_img {
  position: relative;
  width: 100%;
}/*# sourceMappingURL=intro.css.map */