
.hero{
    padding-top: 10rem;
    position: relative;
    background: url("../../assets/img/bg_contents.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.hero-head__lnk{
    display: flex;
    margin: 0 auto;
    flex-direction: column;
    align-items: flex-start;
}

@media (min-width: 768px) {
    .hero-head{
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        align-items: center; 
    }
    .hero-head__ttl {
        -ms-writing-mode: tb-rl;
        -webkit-writing-mode: vertical-rl;
        writing-mode: vertical-rl;
        text-orientation: upright;
        font-size: 1.625rem;
        font-weight: 400;
        line-height: 1.6;
        letter-spacing: 0.2em;
        font-size: max(1.8055555556vw,20px);
        margin: 5rem auto 30px auto !important;
        padding-right: 3rem;
    }
}

@media (max-width: 840px) {
    .hero {
        padding-inline: 0;
    }
}
@media (max-width: 767px) {
    .hero {
        padding-top: 20vw;
    }
    .hero-con{
        order: 2;
        margin-top: 30px;
    }
    .hero-head{
        order: 1;
        padding-left: 4.0625rem !important;
    }
    .hero-head__ttl{
        font-size: 3rem;
        font-weight: 400;
        line-height: 1.5;
        letter-spacing: 0.1em;
    }
    .hero-head__lnk{
        display: flex;
        flex-direction: row !important;
        margin: 20px 0 0 auto;
        align-items: center;
        justify-content: flex-start;
    }
    .hero-con-logo {
        font-size: 12vw !important;
    }
}



@media (max-width: 575px) {
    .hero-head{
        padding: 4rem 2rem 0 2rem !important;
    }
    .hero-head__ttl{
        font-size: 2.1rem !important;
    }

    .hero-head__lnk {
        align-items: center;
    }
    .hero-head__lnk--01{
        margin: 0 10px 0 0 !important;
        text-align: left !important;
    }
    .hero-head__lnk--02{
        margin: 0 !important;
        text-align: left !important;
    }
    .hero-con-logo {
        font-size: 18vw !important;
        margin-top: 1vw !important;
        padding-left: 2rem !important;
    }
}

.hero-head__ttl {
    padding-right: 0;
}

.hero-con-wrap {
    position: relative;
    z-index: 2;
    opacity: 0;
    translate: 0 2.5rem
}

.hero-con-logo {
    font-size: 11.25rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.04em;
    font-size: max(12.5vw,100px);
    padding-left: 4.0625rem
}

@media screen and (max-width: 767px) {
    .hero-con-logo {
        margin-top:0.75rem;
        font-size: 5.625rem;
        font-weight: 600;
        line-height: 1.1111111111;
        letter-spacing: -0.0533333333em;
        font-size: 90px;
    }
}

@media screen and (max-width: 1199px) {
    .hero-con-logo {
        line-height: 1.1;
    }
}



.hero-con-txt {
    position: relative;
    z-index: 2;
    font-size: 1rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.06em;
    -webkit-font-feature-settings: "palt" on;
    font-feature-settings: "palt" on;
    font-size: max(1.1111111111vw,16px);
    color: #ffffff;
    padding-left: 4.6875rem;
    text-shadow: 0 0 30px rgba(0, 0, 0, 0.9);
}

@media screen and (max-width: 767px) {
    .hero-con-txt {
        font-weight: 500;
        line-height: 1.9;
        letter-spacing: 0.07em;
        font-size: 14px;
    }
    .hero-con-imgwrap {
        margin-top: -14.5rem !important;
    }
}

@media (max-width: 575px) {
    .hero{
        padding-bottom: 10rem;
    }
    .hero-con-txt {
        padding-left: 2rem !important;
        font-size: 13px !important;
        color: var(--base-color);
        text-shadow: none;

    }
    .hero-con-imgwrap {
        /*margin-top: 0 !important;*/
        position: absolute;
        top: 8rem;
        aspect-ratio: 330/500;
    }
}
@media (max-width: 375px) {
    .hero-head__ttl{
        font-size: 1.7rem !important;
    }
}

.hero-con-imgwrap {
    position: relative;
    z-index: 1;
    margin-top: -5.3125rem;
    height: auto;
    aspect-ratio: 1000/600;
}

@media (max-width: 1280px) {
    .hero-con-imgwrap {
        margin-top: 0;
    }
}


@media (max-width: 1399px) {
    .hero-con-imgwrap {
        margin-top: -4.4rem;
    }
}
@media (max-width: 1199px) {
    .hero-head__lnk{
        width: 170px !important;
        margin: 0 10px 0 auto !important;
    }
    .hero-head__lnk--01{
        text-align: left !important;
    }
    
    .hero-head__lnk--01:hover .btn-icon {
        transform: translate(85%, 0%) !important;
    }
}
@media (max-width: 575px) {
    .hero-head__lnk--02:hover .btn-icon {
        transform: translate(85%, 0%) !important;
    }
}
@media screen and (max-width: 1024px) {
    .hero-con-imgwrap {
        aspect-ratio: 500 / 550;
        margin-top: -4.5rem;
    }
}

@media (max-width: 991px) {
    .hero-con-imgwrap {
        margin-top: -13rem;
    }
}

@media screen and (max-width: 767px) {
    .hero-con-imgwrap {
        height: auto;
        aspect-ratio: 330/500;
    }
    .hero-head__lnk{
        width: auto !important;
        margin-right: 0 !important;
    }
}

.hero-con-img {
    border-radius: 0 2.5rem 2.5rem 0;
    overflow: hidden;
    width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.hero-con-img .swiper {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0 2.5rem 2.5rem 0;
}
.hero-con-img .swiper-slide__img01 { background-image: url('../../assets/img/top/mv_01.jpg'); }
.hero-con-img .swiper-slide__img02 { background-image: url('../../assets/img/top/mv_02.jpg'); }
.hero-con-img .swiper-slide__img03 { background-image: url('../../assets/img/top/mv_03.jpg'); }
.hero-con-img .swiper-slide__img04 { background-image: url('../../assets/img/top/mv_04.jpg'); }



@media screen and (max-width: 767px) {
    .hero-con-img {
        border-radius:0 1.25rem 1.25rem 0
    }
}
