img{
    vertical-align:middle;
}

.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: 60px;
    padding:0 10px;

    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #6a3fff;
}

.dry-headlogo{
    width: 192px;
    height: 40px;
}

.dry-headline{
    width: 199px;
    height: 40px;
}

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

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

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

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

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

    display: flex;
    flex-direction: column;
 }

.dry-sec{
    margin:0 0 0 0;
    width: 100%;
    height: auto;
}

.dry-sec1 {
    position: relative;
    margin:40px 0 0 0;/*144*/

    width: 100%;
    height: auto;
}

.dry-secln {
    position: relative;
    margin:0;/*144*/

    width: 100%;
    height: auto;
}

.dry-sec1line{
    position: absolute;
    z-index: 9;
    content: "";
    bottom:90px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 774px;
    height: auto;
}

.dry-sec2 {
    margin:0 0 0 0;
    width: 100%;
    aspect-ratio: 500 / 806;
    padding: 17% 0;

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

    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.sec2linebtn{
    width: 350px;
    height: auto;
}

.dry-sec6 {
    position: relative;
    margin:0 0 0 0;
    width: 100%;
    aspect-ratio: 500 / 1126;
    padding: 20% 0;

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

    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.dry-sec6::before{
    position: absolute;
    content: "Tsutsumi Yoko";
    width: 100%;
    bottom: 10px;
    left: 0;
    text-align: center;
    color: #fff;
    font-size: 0.8rem;
    letter-spacing: 1px;
}

.sec6linebtn{
    width: 350px;
    height: auto;
}

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

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

.dry-sec1flm{
    width: 100%;
    height: auto;
}

.dry-sec1img{
    width: 100%;
    height: auto;
}

.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){
    .dry-main{
      margin: 0 auto;
      width: 100vw;
      max-width: initial;
      height: auto;
    }

    .dry-sec{
    }

    .dry-sec1 {
        margin:calc(44vw / 5) 0 0 0;
    }

    .dry-secln {
        margin:0;
    }

.dry-sec1line{
    bottom:calc(40vw / 5);
    left: 0;
    right: 0;
    margin: 0 auto;
    width: calc(430vw / 5);
    height: auto;
}

    .dry-sec2 {
        width: 100%;
        height: auto;
        padding: 14%;
    }

   .sec2linebtn{
    width: calc(350vw / 5);
    height: auto;
} 

    .dry-sec6 {
        width: 100%;
        height: auto;
        padding: 17%;
    }

    .dry-sec6::before{
    bottom: 1px;
    left: 0;
}

   .sec6linebtn{
    width: calc(350vw / 5);
    height: auto;
} 
    
    .dry-sec100{
        margin: -1.5vw 0 0 0;

    }

    .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;
    }
}
