@charset "UTF-8";
main {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  overflow: hidden;
}
main .pc {
  display: block;
}
main .sp {
  display: none;
}
@media (max-width: 767px) {
  main .pc {
    display: none;
  }
  main .sp {
    display: block;
  }
}
main * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 0%;
}
main img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
}

.menu_area {
  background: url(../../../parts/img/common/top_btn_back.png) center top;
  background-size: contain;
}
.menu_area ul {
  margin: auto;
  width: 1212px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .menu_area ul {
    width: 100%;
  }
}
.menu_area ul li a {
  position: relative;
}

.title_area {
  height: 675px;
  background: url(../img/title_bg.png) top center no-repeat;
  background-size: 1920px 675px;
  position: relative;
}
@media (max-width: 767px) {
  .title_area {
    height: 88.9333333333vw;
  }
}
.title_area h1 {
  width: 1200px;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -600px;
  z-index: 10;
}
@media (max-width: 767px) {
  .title_area h1 {
    width: 100vw;
    left: 0;
    margin-left: 0;
  }
}
.title_area .wave {
  position: absolute;
  width: 100%;
  background: url(../../../parts/img/common/wave1.png) repeat-x top center;
  background-size: contain;
  height: 63px;
  bottom: 0;
  z-index: 9;
}
@media (max-width: 767px) {
  .title_area .wave {
    display: none;
  }
}

.bubble_area {
  background: url(../../../parts/img/common/bubble.png) #efefef no-repeat center top;
  background-size: 2000px 3327px;
  padding-bottom: 164px;
}
@media (max-width: 767px) {
  .bubble_area {
    padding: 0;
  }
}
.bubble_area .hougan {
  background: url(../../../parts/img/common/hougan.png) left top;
  width: 1200px;
  margin: 0 auto;
  padding-top: 72px;
}
@media (max-width: 767px) {
  .bubble_area .hougan {
    width: 100%;
    padding: 0;
  }
}

.line_area {
  background: url(../../../parts/img/common/line_pc.png) center top;
  background-size: 1920px 1458px;
  padding-bottom: 160px;
}
@media (max-width: 767px) {
  .line_area {
    background: url(../../../parts/img/common/line_sp.png) center top;
    background-size: 100vw 165.0666666667vw;
    padding-bottom: 20vw;
  }
}
.line_area .img {
  width: 1400px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .line_area .img {
    width: 100%;
  }
}
.line_area .bnrs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1280px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .line_area .bnrs {
    width: 85.3333333333vw;
    display: block;
  }
}
.line_area .bnrs a {
  position: relative;
}
.line_area .bnrs li {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .line_area .bnrs li {
    margin-bottom: 6.6666666667vw;
  }
}

.bottom_area {
  background-image: url(../../../parts/img/common/bottom_pc.png);
  background-repeat: repeat-x;
  background-size: 1920px 322px;
  background-color: none;
  padding: 190px 0 0;
  height: 322px;
  margin-top: -160px;
}
@media (max-width: 767px) {
  .bottom_area {
    background: url(../../../parts/img/common/bottom_sp.png) no-repeat left top;
    background-size: 100vw 35.8666666667vw;
    height: 35.8666666667vw;
    margin-top: -20vw;
    padding: 22.6666666667vw 0 0;
  }
}
.bottom_area .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bottom_area .sns li {
  margin: 0 15px;
}
@media (max-width: 767px) {
  .bottom_area .sns li {
    margin: 0 2vw;
  }
}/*# sourceMappingURL=an_layout.css.map */