/* header {
    display: none;
  }
  
  .first-view {
    height: auto;
    background: url(../img/top_sample_02.jpg) center center no-repeat;
    background-size: 100% auto;
  }
  
  .first-view::after {
    display: block;
    content: "";
    padding-top: 56.21%;
  } */
header {
    width: 100%;
    position: absolute;
    /* z-index: 99; */
}

header nav ul li a {
    color: #fff;
}

@media screen and (min-width: 769px) {
    .home header nav ul li:not(:last-of-type) a {
        text-shadow: 1px 1px 3px #aaa;
    }
}

/* header nav ul li:not(:last-child) {
    display: none;
} */

.hero {
    width: 100%;
    height: auto;
}

.hero__item {
    background-size: 100% auto;
}

.hero__item::after {
    display: block;
    content: "";
    padding-top: 56.21%;
}

.hero__item--01 {
    position: relative;
    background-image: url(../img/first-view.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}

.hero__item--02 {
    background-image: url(../img/first-view_sample_20260128.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}

.hero__heading {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.hero__heading p:first-of-type {
    margin-bottom: 30px;
    font-size: 43px;
    letter-spacing: .1em;
    text-indent: .1em;
}

.hero__heading p:last-of-type {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: .1em;
    text-indent: .1em;
}

@media screen and (max-width: 768px) {
    .hero__heading p:first-of-type {
        margin-bottom: 15px;
        font-size: 28px;
        letter-spacing: 3px;
        text-indent: 3px;
    }

    .hero__heading p:last-of-type {
        font-size: 13px;
    }
}

@media screen and (max-width: 562px) {

    .hero__item::after {
        padding-top: 195.3%;
    }

    .hero__item--01 {
        background-size: cover;
    }

    .hero__item--02 {
        background-image: url(../img/first-view_sp-01.jpg);
    }
}