img {
display: block;
vertical-align: bottom;
}


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

    background-color:#000;
}

.header{
    position: fixed;
    background-color: #360000;

    z-index: 9 !important;
    inset: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 900px;
    height: 100px;
    padding: 0 24px;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headlogo{
    width: calc(222vw / 9);
    max-width: 222px;
    height: calc(72vw / 9);
    max-height: 72px;
}

.headline{
    width: calc(252vw / 9);
    max-width: 252px;
    height: calc(84vw / 9);
    max-height: 84px;
}

.copyright{
    width: 100%;
    max-width: 900px;
    height: 30px;

    background-color: #360000;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 0.9rem;
    letter-spacing: 1px;
    text-align: center;
}

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

    .headlogo{
        width: calc(225vw / 5);
        height: calc(72vw / 5);
        max-width: initial;
        max-height: initial;
    }

    .headline {
        width: calc(252vw / 5);
        height: calc(84vw / 5);
        max-width: initial;
        max-height: initial;
    }

    .copyright{
    width: 100vw;
    max-width: initial;
    height: calc(30vw / 5);
    color: #fff;
    font-size: 0.8rem;
    letter-spacing: 1px;
    text-align: center;
}
}

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

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

    background-color: #fff;
 }

 .secflm{
    margin: 0;
    width: 100%;
    height: auto;

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

 .secflm01{
    margin: 14% 0 0 0;
 }

 .secbgflm1{
    margin: 0;
    padding: 0 0 10% 0;
    width: 100%;
    aspect-ratio: 500 / 900;

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

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

 .secbgflm2{
    position: relative;
    margin:-3% 0 0 0;
    padding: 0 0 6% 0;
    width: 100%;
    aspect-ratio: 500 / 941;

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

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

 .secbgflm2::before{
    /*position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    
    background-image: url("../image/sec5.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;*/
 }


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

 .img90flm{
    padding:78px 0;
    width: 90%;
    height: auto; 
 }

.linebtnflm1{
    margin: 0;
    padding: 0 0 8% 0;
    width: 90%;
    aspect-ratio: 450 / 260;

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

    display: flex;
    justify-content: center;
    align-items: center;
}

.linebtnflm2{
    margin: 0;
    padding:0;
    width: 90%;
    aspect-ratio: 450 / 260;

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

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

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

.linebtnfixd{
    position:fixed;
    bottom: 12%;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: calc(780vw / 12);
    max-width: 780px;
    height: auto;
}


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

 .secflm01{
    margin: 19.5% 0 0 0;
 }

 .img90flm{
    padding:calc(58vw / 5) 0;
 }

.linebtnfixd{
    position:fixed;
    bottom: 7%;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: calc(360vw / 5);
    max-width: initial;
    height: auto;
}


}














.dry-sec1 {
    margin:54px 0 0 0;
    width: 100%;
    height: auto;
}

.dry-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-sec1flm{
    width: 100%;
    height: auto;
}

.sec90flm{
    width: 90%;
    height: auto;
}

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

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

    width: 100%;
    max-width: 900px;
    height: auto;
    /*margin: -10px 0 0 0;*/
    padding:36px 0 36px 0;
    
    display: flex;
    justify-content: center;
    align-items: center;

    background-color: #fff;
}

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

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

    background-color: #fff;
    background-image: url("../image/img4.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

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

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

    background-color: transparent;
}

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

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

    background-image: url("../image/linebtn.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: calc(934vw / 12);
    max-width: 934px;
    height: auto;
}


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

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




/*SP*********************************************/
@media(max-width:550px){


    .dry-sec1 {
        margin:calc(33vw / 5) 0 0 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) {
    .fixd-lineflm{
        width: 100vw;
        margin: 0;
        padding:calc(18vw / 5) 0 calc(18vw / 5) 0;
    }

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

    .dry-secregbg0{
        width: 100vw;
        margin: 0 0 0 0;
        padding:calc(30vw / 5) 0 calc(30vw / 5) 0;
    }

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

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

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