@charset "utf-8";
/*-------------------body------------------*/
body {
    font-size: 12px;
    color: #181818;
    background: #fff;
    line-height: 1.5;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}
/*-------------------font------------------*/
@font-face {
    font-family: myfont01;
    src: url("../font/Corporate-Logo-Rounded.otf");
}
.ff_tit{
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
}
.ff_en{
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}
.color01{
    color: #E37342 !important;
}
a:hover{
    text-decoration: none;
}
/*-------------------wrapper------------------*/
#wrapper{
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
@media screen and (max-width: 767px) {
    #wrapper{
        max-width: 100%;
        margin: 0 auto;
    }
}
/*-------------------inner------------------*/
.pageinner{
    width: 73%;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .pageinner{
        width: 100%;
        margin: 0 auto;
        padding: 0 20px;
        box-sizing: border-box;
    }
}

/*-------------------mainimg------------------*/
#mainimg{
    position: relative;
    margin-top: 100px;
}
/*
#mainimg:before {
    content:"";
    background-image: url(../images/common/wave2.webp);
    background-repeat: repeat-x;
    background-position: center 20px;
    height: 119px;
    width: 100%;
    position: absolute;
    z-index: 5;
    left: 0px;
    bottom: 0px;
    animation-name: wave2;
    animation-duration: 20s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-name: wave2;
    -webkit-animation-duration: 20s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}

@keyframes wave2 {
0% {background-position: 1920px 20px;}
100% {background-position: 0px 20px;}
}
@-webkit-keyframes wave2 {
0% {background-position: 1920px 20px;}
100% {background-position: 0px 20px;}
}*/

.mainimg_slider{
    position: relative;
}
.mainimg_slider img{
    position: relative;
}
.mainimg_bg{
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 26.2vw;
    background: url("../images/common/mainimg_pos.webp") no-repeat 0 0;
    -webkit-background-size: contain;
    background-size: contain;
    z-index: 3;
}
.mainimg_box{
    position: absolute;
    bottom: 2vw;
    left: 0;
    width: 100%;
    padding: 0 10vw;
    box-sizing: border-box;
    z-index: 4;
}
.mainimg_box img{
    width: 43vw;
}
@media screen and (max-width: 767px) {
    #mainimg{
        position: relative;
        margin-top: 60px;
    }
    .mainimg_slider{
        position: relative;
    }
    .mainimg_bg{
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 100%;
        height: 36vw;
        background: url("../images/common/sp_mainimg_pos.webp") no-repeat 0 0;
        -webkit-background-size: contain;
        background-size: contain;
        z-index: 3;
    }
    .mainimg_box{
        position: absolute;
        bottom: 5px;
        left: 0;
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
        z-index: 4;
    }
    .mainimg_box img{
        width: 84.8vw;
    }
}
/*-------------------contents------------------*/
.bg_top01{
    background: url("../images/top/bg_top01.webp") no-repeat top center;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-attachment: fixed;
}
@media screen and (max-width: 767px) {
    #contents{
        background: url("../images/common/sp_bg_body.webp") no-repeat top center;
        -webkit-background-size: 100%;
        background-size: 100%;
        padding-bottom: 20vw;
    }
    .bg_top01{
        background: transparent;
        background-attachment: inherit;
    }
}

/*-------------------pagetop------------------*/
.pagetop{
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999;
    display: none;
}
.pagetop img{
    width: 4.8vw;
}
.pagenav{
    position: fixed;
    bottom: 4.8vw;
    right: 1.5vw;
    z-index: 999;
    display: none;
}
/*.pagenav img{
    width: 3.75vw;
}*/
#sp_bottom{
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    padding: 0;
    display: none;
   /* background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;*/
}
.sp_bottom_box{
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    align-items: center;
}
.sp_pagenav{
    width: 80%;
    margin-right: -20px;
    padding-top: 3px;
    text-align: center;
}
.sp_pagenav a{
    display: block;
    width: 100%;
}
/*.sp_pagenav a img{
    width: 100%;
}*/
.sp_pagetop{
    width: 20%;
    position: relative;
    top: 1vw;
    margin-left: -20px;
}
@media screen and (max-width: 767px) {
    .pagetop{
        display: none !important;
    }
    .pagenav{
        display: none !important;
    }

}

.move_xz{
    animation: scroll-ro 10s infinite linear .5s both;
}
@keyframes scroll-ro {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
/*.c-sine-wave{*/
/*    top: 100px;*/
/*    translate: 0 -100%;*/
/*    position: absolute;*/
/*    inset-inline: calc(50% - 50vw);*/
/*    height: min(7.3469387755vw + 62.4489795918px, 180px);*/
/*}*/
/*.c-sine-wave canvas{*/
/*    width: 100% !important;*/
/*    height: 100% !important;*/
/*}*/
