@charset "UTF-8";
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
section {
  padding: 80px 0; }
  @media all and (max-width: 896px) {
    section {
      padding: 40px 0; } }

h2 {
  font-size: 5rem;
  text-align: center;
  margin-bottom: 50px; }
  @media all and (max-width: 896px) {
    h2 {
      font-size: 4rem;
      margin-bottom: 20px; } }
  @media all and (max-width: 480px) {
    h2 {
      font-size: 3rem; } }

.more_btn {
  margin-top: 30px;
  justify-content: center;
  display: flex; }
  .more_btn a {
    padding: 7px 0;
    border-bottom: 1px solid #000;
    display: inline-block; }
    .more_btn a:hover:after {
      right: -5px; }
    .more_btn a:after {
      transition: all .3s;
      right: 0;
      position: relative;
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f054";
      margin: 0 0 0 10px; }

.main {
  padding: 0;
  position: relative; }
  .main .area_main {
    width: 100%;
    height: 496px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../images/main.jpg") no-repeat center center/cover; }
    @media all and (max-width: 480px) {
      .main .area_main {
        height: 300px; } }
    .main .area_main h1 {
      max-width: 700px;
      width: 100%;
      margin: 0 auto;
      color: #fff;
      font-size: 5.5rem;
      text-align: center;
      letter-spacing: 0;
      left: 0;
      right: 0;
      display: inline-block;
      position: absolute;
      filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5)); }
      @media all and (max-width: 480px) {
        .main .area_main h1 {
          max-width: 350px;
          font-size: 3rem;
          letter-spacing: 0; } }

.intro {
  position: relative; }
  .intro:before {
    content: "";
    width: 15vw;
    height: 80vw;
    left: -4vw;
    bottom: -40vw;
    display: block;
    position: absolute;
    background: url("../../common/images/bg_point03.png") no-repeat left center/100% auto;
    z-index: -1; }
    @media all and (max-width: 896px) {
      .intro:before {
        opacity: 0.5; } }
    @media all and (max-width: 480px) {
      .intro:before {
        width: 30vw; } }
  .intro .area_intro > div {
    text-align: center;
    line-height: 2.8em; }
    @media all and (max-width: 480px) {
      .intro .area_intro > div {
        text-align: left;
        line-height: 2em; } }

.birdview {
  padding-top: 0 !important;
  position: relative; }
  .birdview:before {
    content: "";
    width: 15vw;
    height: 80vw;
    right: -4vw;
    bottom: -20vw;
    display: block;
    position: absolute;
    background: url("../../common/images/bg_point02.png") no-repeat left center/100% auto;
    z-index: -1; }
    @media all and (max-width: 896px) {
      .birdview:before {
        opacity: 0.5; } }
    @media all and (max-width: 480px) {
      .birdview:before {
        width: 30vw; } }
  @media all and (max-width: 896px) {
    .birdview .area_birdview {
      line-height: 0em;
      position: relative;
      width: 100%;
      height: 600px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -moz-flex;
      display: flex;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      flex-direction: row-reverse;
      overflow-x: scroll;
      /*-webkit-overflow-scrolling: touch;
      overflow-scrolling: touch;*/ } }
  .birdview .area_birdview .box_birdview {
    line-height: 0em;
    position: relative;
    z-index: 400; }
    @media all and (max-width: 896px) {
      .birdview .area_birdview .box_birdview {
        line-height: 0em;
        width: 1000px;
        height: 600px;
        z-index: 400; } }
    .birdview .area_birdview .box_birdview img {
      width: 100%;
      height: auto; }
      @media all and (max-width: 896px) {
        .birdview .area_birdview .box_birdview img {
          max-width: none;
          width: 1000px;
          height: 600px; } }

.setsumei_box {
  display: none; }

@media all and (max-width: 896px) {
  .setsumei_box {
    padding: 5px 10px;
    display: table; }

  .setsumei_icon {
    display: table-cell; }

  .setsumei_icon img {
    width: 16px;
    height: auto; }

  .setsumei_txt {
    display: table-cell;
    vertical-align: middle; } }
.tips {
  opacity: 1;
  display: none; }

.tips .inner {
  padding: 0px; }

.tips .inner img {
  width: 100%;
  height: auto;
  margin-bottom: 5px; }

.tips .inner h3 {
  font-size: 20px; }

@media all and (max-width: 896px) {
  .tips {
    opacity: 1;
    display: none; }

  .tips .inner {
    padding: 0px; }

  .tips .inner img {
    width: 100%;
    height: auto;
    margin-bottom: 5px; }

  .tips .inner h3 {
    font-size: 20px; } }
.arrow_box {
  display: none; }

@media all and (max-width: 896px) {
  .arrow_box {
    display: block;
    position: absolute;
    z-index: 410;
    top: 10px;
    left: 20px;
    color: #FFF;
    font-weight: 900;
    font-size: 30px; } }
