img {
  display: block;
  vertical-align: bottom; /* または vertical-align: top; も可 */
}




.wrapper
 {
    position: relative;
    width: 100%;
    overflow-x: hidden;
    z-index: 0;
}

.dry-head{
    position: fixed;
    z-index: 9 !important;
    inset: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 900px;
    height: 46px;
    padding: 0;
}

.dry-headlogo{
    width: 151px;
    height: 33px;
}

.dry-headline{
    width: 186px;
    height: 33px;
}

@media (max-width: 550px) {
    .dry-head {
        width: 100vw;
        max-width: initial;
        height: calc(76vw / 5);
        padding: 0;
    }

    .dry-headlogo{
        width: calc(151vw / 5);
        height: calc(33vw / 5);
    }

    .dry-headline {
        width: calc(186vw / 5);
        height: calc(33vw / 5);
    }
}

/**********************************************************/

.main{
    margin: 0 auto;
    width: 100%;
    max-width: 900px;
    height: auto;
 }

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

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

.sec-img{
    width: 100%;
    height: auto;
}


.sec5-bg{
    position: relative;
    width: 100%;
    padding: 0 0 20px 0;
    display: flex;
    align-items: flex-end;
    aspect-ratio: 500 / 538;
    background-image: url("../image/sec5-bg.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    overflow-x: hidden;
}

.scroll-infinity__wrap {
    width: auto;
    height: auto;
}

.scroll-infinity__list--left {
  animation: infinity-scroll-left 60s infinite linear 0.5s both;
}

.scroll-infinity__flex{
    width:auto;
    height:auto;
    display: flex;
}

.scroll-infinity__item{
    margin: 0 10px;
    width: 505px;
    height: auto;
}


@keyframes infinity-scroll-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}

.sec5-human{
    position: absolute;
    bottom:0;
    left:-5%;
    width: 70%;
    height: auto;
}


.sec8-bg{
    position: relative;
    width: 100%;
    padding: 0 0 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 500 / 445;
    background-image: url("../image/sec8-img.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sec8-linebtn{
    margin: 6% 0 0 0;
    width: 80%;
    height: auto;
}



.sec2 {
    margin:-30px 0 0 0;
    width: 100%;
    height: auto;
}

.dry-sec100{
    margin: -10px 0 0 0;
    width: 100%;
    height: auto;
}

.dry-sec3{
    margin: 0 0 180px 0;
}


.dry-secregbg {
    position: fixed;
    z-index: 9 !important;
    bottom:0;
    left: 0;
    right: 0;
    margin: 0 auto;

    width: 100%;
    max-width: 900px;
    aspect-ratio: 600 / 180;
    /*margin: -10px 0 0 0;*/
    padding:50px 0 0 0;
    
    display: flex;
    justify-content: center;
    align-items: center;

    background-image: url("../image/sec4.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.dry-secregbg2 {
    width: 100%;
    aspect-ratio: 500 / 210;
    margin: -10px 0 0 0;
    padding: 50px 0 0 0;
    
    display: flex;
    justify-content: center;
    align-items: center;

    background-image: url("../image/kabukyaralinebg2.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.kabuk-line{
    width: 311px;
    height: 61px;
}

.dry-secreg{
    width: auto;
    height: auto;
    margin: 0;
    padding: 36px 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: 1px #ccc solid;
    border-radius: 8px;
}

.dry-secregimg{
    margin: 0;
    width: 531px;
    height: auto;
}

.dry-secregline{
    margin:0 0 0;
    width: 531px;
    height: auto;
}


.dry-secneg{
    margin: -101px 0 0 0;
}

.dry-secreglast{
    margin: -10px 0 0 0;
}




/*SP*********************************************/
@media(max-width:550px){
    .main{
      margin: 0 auto;
      width: 100vw;
      max-width: initial;
      height: auto;
    }

    .section {
        margin:0;
        width: 100%;
        height: auto;
    }


    .dry-sec2 {
        margin:-5vw 0 0 0;
        width: 100%;
        height: auto;
        background-color: #DF6437;
    }
    
    .dry-sec100{
        margin: -1.5vw 0 0 0;
        background-color: #DF6437;
    }

    .dry-sec3{
    margin: 0 0 calc(180vw / 6) 0;
}

    
  }

  @media (max-width: 550px) {
    .dry-secregbg{
        width: 100vw;
        margin: calc(-10vw / 5) 0 0 0;
        padding:calc(50vw / 5) 0 0 0;
    }

    .dry-secreg {
        width: calc(420vw / 5);
        height: calc(170vw / 5);
        margin: 0;
        padding: 0;
        background-color: #fff;
        border: 1px #ccc solid;
        border-radius: 8px;
    }

    .dry-secregimg{
        margin: 0;
        width: calc(326vw / 5);
        height: auto;
    }

    .dry-secregline{
        margin:0;
        width: calc(311vw / 5);
        height: auto;
    }

    .dry-secneg{
    margin:calc(-60vw / 5) 0 0 0;
    }

    .dry-secreglast
     {
        margin:-1.5vw 0 0 0;
    }


    .scroll-infinity__item{
        margin: 0 2vw;
        width: 58vw;
        height: auto;
    }

    .sec8-linebtn{
        margin: 6% 0 0 0;
        width: 80%;
        height: auto;
    }
}
