@import url('//fonts.googleapis.com/css?family=Noto+Sans+JP:400,700');
@import url('//fonts.googleapis.com/css?family=Noto+Sans+JP:900&text=悪運ポイントあなたの現在のポイントは？1234567890人中7 /');
@font-face {
	font-family: 'bt';
	src: url(../font/bt.ttf);
}

html, body, a, p, ul, li, h1, h2, h3, h4, h5, h6, figure, dl, dt, dd {
  margin: 0;
  padding: 0;
}

* {
  letter-spacing: 0.08em;
  font-family: YakuHanJPs, 'Noto Sans JP', sans-serif;
    font-display: swap;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
  font-feature-settings: "palt";
    box-sizing: border-box;

}
       

        html,body{
           
           overflow-x: hidden;
    }
        
        li{
            list-style-type: none;
        }
        
        
a:hover{
    opacity: 0.7;
    transition-duration: 0.2s;
}

body{

}
body:after{
   content:"";
display:block;
position:fixed;
top:0;
left:0;
z-index:-1;
width:100%;
height:100vh;
  background: url(../img/contents-bg.jpg) no-repeat;
            background-color: #cccccc;
            background-size: 100% auto;
            background-position: center;
}
        
        img{
            width: 100%;
            display: block;
        }
        
       
        
        .top:after{
            content: "";
            display: block;
            position: absolute;
            bottom: -2%;
            right: 0;
            background: url(../img/contents-bg.jpg) no-repeat;
            background-color: #cccccc;
            background-size: 100% auto;
            background-position: center;
            background-attachment: fixed;
            height: 25vw;
            width: 100vw;
            clip-path: polygon(0 calc(0% + 24vw), 100% 0, 100% 100%, 0 100%);
        }
        
        h1{
            position: absolute;
            top: 25px;
            left: 25px;
            mix-blend-mode:lighten;
            width: 10vw;
            max-width: 150px;
            z-index: 2;
        }
        
        .top .top-content{
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
            position: relative;
        }
        
        
        .top .top-content h2{
            width: 52%;
            position: absolute;
            top: 8%;
            left: 0;
        }
        .top .top-content h2 span{
            width: 80%;
            display: block;
            margin: 0 auto 2%;
            background: rgba(0,0,0,.5);
            padding: 0.5% 1.5%
        }
        
        .top .top-content h2 span:last-child{
            width: 100%;
        }
        .top p{
            position: absolute;
            bottom: -2%;
            right: 0;
            width: 100vw;
            z-index: 3;
        }
       
        .contents{
           
            padding-bottom: 100px;
            padding: 0 0px 100px;
        }
        .sns{
            position: absolute;
            bottom: 100px;
            right: 50px;
            z-index: 10;
            width: 200px;
        }

.sns a:nth-child(1){
    width: 19%;
    display: block;
    position: absolute;
    top: 0;
    right: 46.7%;
    
}
.sns a:nth-child(2){
    width: 19%;
    display: block;
    position: absolute;
    top: 0;
    right: 23.6%;
    
}
.sns a:nth-child(3){
    width: 19%;
    display: block;
    position: absolute;
    top: 0;
    right: 0%;
    
}
.sns a:nth-child(4){
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
}
        .anchor-btn{
            width: 90%;
            max-width: 1000px;
            margin: 50px auto 110px;
        }

.anchor-btn ul{
    display: flex;
    justify-content: space-between;
}
.anchor-btn li{
    width: 33%;
}
.anchor-btn li a{
 
    display: block;
}
        .inner{
            padding: 100px 45px 50px;
            background: url(../img/inner-back.png);
             width: 90%;
            max-width: 1000px;
            margin: 0 auto;
            box-shadow: 0 0 20px rgba(0,0,0,.3);
            position: relative;
            border: solid 5px #000;
        }
        
.anchor{
    position: absolute;
    top: -100px;
    left: 0;
}
        
        .inner h2{
            position: absolute;
            top: 0;
            left: 50%;
            width: 400px;
            transform: translate(-50%,-50%);
            border: ridge 8px #666;
        }
        .inner h2 p{
            position: absolute;
            top: 26%;
            left: 0;
            width: 100%;
            height: 65px;
            background: #000;
            opacity: 1;
        }
        .inner h2 p:after{
            content: "";
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #000;
            animation: flash 0.01s linear infinite;
        }
        
        .inner h2 span{
            position: absolute;
            width: 20%;
            display: block;
            top: 50%;
            transform: translateY(-40%);
            left: -10%;
        }
         @keyframes flash {
        from {opacity: 0.22; }
        to { opacity: 0; }
        }
         .inner.term h2 p{
            background: url(../img/term-ttl.jpg);
             background-size: auto 100%;
             animation: slideanm 9s linear infinite;
        
        
        }
        @keyframes slideanm {
        from { background-position: 0 0; }
        to { background-position: -341px 0; }
        }
        
        .inner.join h2 p{
            background: url(../img/join-ttl.jpg);
             background-size: auto 100%;
             animation: slideanm2 10.5s linear infinite;
        
        
        }
        @keyframes slideanm2 {
        from { background-position: 0 0; }
        to { background-position: -418px 0; }
        }
        
         .inner.present h2 p{
            background: url(../img/present-ttl.jpg);
             background-size: auto 100%;
             animation: slideanm3 7s linear infinite;
        
        
        }
        @keyframes slideanm3 {
        from { background-position: 0 0; }
        to { background-position: -237px 0; }
        }
        .join{
            margin-bottom: 110px;
            position: relative;
        }
        .join-txt{
            width: 90%;
            margin: 0 auto 50px;
        }
        

.collect-ttl{
    width: 350px;
    margin: 0 auto 35px;
}
.collect ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.collect li{
    width: calc(50% - 12.5px);
    background: #fff;
    margin-bottom: 25px;
    border-radius: 12.5px;
    height: 200px;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}

.collect li:after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    
}

.collect li .point-txt{
    text-align: center;
    font-weight: bold;
    display: flex;
    align-items: center;
    min-height: 3em;
    margin-bottom: 10px;
}
.point-num{
    font-weight: bold;
    font-style: italic;
    font-size: 25px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
}
.point-num strong{
    font-family: 'bt';
    font-size: 150px;
   display: block;
    color: #f10000;
  background: -webkit-linear-gradient(90deg, #000, #f10000,#000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    line-height: 0.6;
    letter-spacing: -0.07em;
    padding-right: 0.09em;
    font-style: normal;
    font-weight: normal;
}

.collect li .point-txt span{
    color: #bc0c16;
}
.collect li:nth-child(1):after{
    background: url(../img/collect-no1.png);
    background-size: 100% 100%;
}
.collect li:nth-child(2):after{
    background: url(../img/collect-no2.png);
    background-size: 100% 100%;
}
.collect li:nth-child(3):after{
    background: url(../img/collect-no3.png);
    background-size: 100% 100%;
}
.collect li:nth-child(4):after{
    background: url(../img/collect-no4.png);
    background-size: 100% 100%;
}

.current-point{
    background: #fff;
    border-radius: 12.5px;
    padding: 50px 5%;
    text-align: center;
    position: relative;
}
.current-point .anchor{
    position: absolute;
    top: -50px;
    left: 0;
}
.current-point .engp-point-window .title{
    font-size: 32px;
    font-weight: 900;
    font-style: italic;
    margin-bottom: 15px;
}

.current-point .engp-point-window p{
    font-weight: bold;
    margin-bottom: 20px;
}
.current-point .engp-point-window .input{
    width: 350px;
    position: relative;
    overflow: hidden;
    display: flex;
    border: solid 2px #1da1f2;
   justify-content: space-between;
    margin: 0 auto 20px;
    
}

.current-point .engp-point-window .input .atmark{
    position: absolute;
    pointer-events: none;
    font-size: 24px;
    color: #000;
    font-weight: 700;
    top: 50%;
    left: 7px;
    transform: translateY(-50%);
     margin-left: 0;
}

.current-point .engp-point-window .input .screen-name-input {
    border-radius: 0;
    padding: 16px 13px 16px 45px;
    border: none;
    vertical-align: middle;
    font-weight: bold;
    font-size: 16px;
}

.current-point .engp-point-window .input .submit {
    border-radius: 0;
    width: 50px;
    position: relative;
    flex-shrink: 0;
}
.current-point .engp-point-window .input .submit::before {
    content: "";
    display: block;
    position: absolute;
    pointer-events: none;
    border: none;
    border-radius: 0;
    width: 26px;
    height: 26px;
    top: calc(50% - 13px);
    left: calc(50% - 11px);
    background: url(../img/icon-search.png) center center/contain no-repeat;
}
.current-point .engp-point-window .input .submit input{
    background: #1da1f2;
    -webkit-appearance: none;
    border-radius: 0;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    margin: auto;
    border: none;
}

 .current-point .engp-point-window .message{
        margin-bottom: 0.5em;
    }
.current-point .engp-point-window .result{
    font-weight: bold;
    font-style: italic;
    font-size: 25px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 0;
}
.current-point .engp-point-window .js-point-amount{
    font-family: 'bt';
    font-size: 180px;
   display: block;
    color: #ACB6E5;
  background: -webkit-linear-gradient(90deg, #000, #f10000,#000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    line-height: 0.6;
    letter-spacing: -0.07em;
    padding-right: 0.09em;
    font-style: normal;
    font-weight: normal;
}
.current-point .engp-point-window .ranking{
    display: none !important;
}

.current-point .engp-point-window .result .point span{
    font-size: 180px;
    display: block;
}

.current-point aside{
    font-weight: bold;
    font-size: 13px;
}
        .momomon{
            position: absolute;
            width: 170px;
            bottom: 20px;
            right: 20px;
        }


.present ul{
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
margin-bottom: -25px;}

.present li{
    width: calc(50% - 12.5px);
    margin-bottom: 25px;
    border-radius: 12.5px;
    overflow: hidden;
}
        .mission{
            background: url(../img/contents2-back.jpg) no-repeat;
             background-size: cover;
             background-position: center;
            background-attachment: fixed;
            padding: 100px 0;
            position: relative;
            overflow: hidden;
        }
        
         .momomon4{
             position: absolute;
             left:-100%;
            width: 220px;
            transform: rotate(0deg);
             transition-duration: 1s;
        }
        
        .momomon4.on{
            left:-6%;
            transform: rotate(39deg);
        }
        .momomon5{
            position: absolute;
            right:-100%;
            width: 220px;
            transform: rotate(0deg);
            transition-duration: 1s;
        }
         .momomon5.on{
           right:-5.5%;
            transform: rotate(-39deg);
        }
        .mission > ul{
            display: block;
             width: 90%;
            max-width: 1000px;
            margin: 0 auto;
        }
        .mission .mission-list > li{
            position: relative;
             margin-bottom: 185px;
        }
        .mission .station-board{
            position: relative;
            width: 100%;
            padding-bottom: 30.7%;
           
        }
         .mission .mission-detail{
             background: #fff;
             padding: 45px;
             margin-top: -5.1%;
             padding-top: calc(5.1% + 25px);
        }

.mission-detail-inner{
    padding: 75px 100px;
    border-radius: 12.5px;
}
.finish .mission-detail{
    display: none;
}
.tokyo .mission-detail-inner{
    background: url(https://www.bullettrain-movie.jp/gogo/img/tokyo-mission-bg.jpg);
    background-position: bottom right;
    background-size: cover;
}
.shinagawa .mission-detail-inner{
    background: url(https://www.bullettrain-movie.jp/gogo/img/shinagawa-mission-bg.jpg);
    background-position: center;
    background-size: cover;
}
.yokohama .mission-detail-inner{
    background: url(../img/yokohama-mission-bg.jpg);
    background-position: center;
    background-size: cover;
}
.mission-detail-inner h3{
    margin-bottom: 35px;
} 

.mission .mission-detail a{
    width:250px;
    display: block;
    margin: 0 auto 35px;
}
.mission-present{
    padding: 35px 25px 25px;
    border: solid 3px #fff;
}
.mission-present h4{
    width: 130px;
    margin: 0 auto 35px;
}
.mission-present li{
    margin-bottom: 10px;
    border-radius: 12.5px;
    overflow: hidden;
}
        .mission .mission-list > li:last-child{
            margin-bottom: 0;
        }
        .mission .mission-list > li:not(:last-child):after{
            content: "";
            display: block;
            width: 85px;
            height: 85px;
            background: url(../img/arrow.png);
            background-size: 100% 100%;
            position: absolute;
           top: calc(100% + 50px);
            left: 50%;
            transform: translateX(-50%);
        }
        
        
         .mission .mission-list > li:first-child{
           padding-bottom: 0;
        }
        .mission .mission-list > li p{
            width: 46%;
            margin: -4.5% auto 0;
            position: relative;
            z-index: 2;
            box-shadow: 0 0 10px rgba(0,0,0,.5);
            
        }

.mission .mission-list > li.finish p{
    cursor: pointer;
}
.mission .mission-list > li.finish p::before {
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 14px);
    right: 20px;
    width: 28px;
    height: 28px;
    background: url(../img/mission-btn-icon.png);
    background-size: 100% 100%;
    transition-duration: 0.2s;
}
.mission .mission-list > li.finish p.open::before{
    transform: rotate(180deg);
}
        .mission .mission-list > li:not(:first-child) figure{
            position: absolute;
            bottom: 0;
        }
        
   
        .follow{
            background: #fff;
            border-radius: 13px;
            padding: 50px 75px;
            margin-bottom: 50px;
            position: relative;
            overflow: hidden;
        }
        .follow .momomon3{
            position: absolute;
            left:-100%;
            top: 28%;
            width: 170px;
            transform: rotate(0deg);
             transition-duration: 1s;
        }
          .follow .momomon3.on{
           left:-7%;
            transform: rotate(39deg);
        }
         @keyframes momomon3 {
             0%{
                 opacity: 1;
                 transform:scale(1);
             }
             60%{
                 opacity: 1;
                 transform:scale(1);
             }
             65%{
                 opacity: 0.7;
                transform:scale(0.95);
             }
             70%{
                  opacity: 1;
                 transform:scale(1);
             }

             100%{
                 opacity: 1;
             }
        }
        .follow p{
            margin-bottom: 35px;
        }
        .follow a{
            position: relative;
            animation: twitteranime 2s linear infinite;
            display: block;
        }
         @keyframes twitteranime {
             0%{
                 opacity: 1;
                 transform:scale(1);
             }
             60%{
                 opacity: 1;
                 transform:scale(1);
             }
             65%{
                 opacity: 0.7;
                transform:scale(0.95);
             }
             70%{
                  opacity: 1;
                 transform:scale(1);
             }

             100%{
                 opacity: 1;
             }
        }
        .follow a:after{
            content: "";
            display: block;
            width: 35px;
            height: 30px;
            background: url(../img/finger.png);
            background-size: 100% 100%;
            position: absolute;
            right: -1%;
            top: 60%;
            animation: finger 2s linear infinite;
        }
         @keyframes finger {
             0%{
                 opacity: 0;
                 transform: translate(30%,50%);
             }
             10%{
                 opacity: 0;
                 transform: translate(30%,50%);
             }
             15%{
                 opacity: 1;
                 transform:translate(30%,50%);
             }
           
             50%{
                  transform: translate(0%,0%)
             }
             60%{
                 transform:scale(1);
             }
             65%{
                transform:scale(0.8);
             }
             70%{
                 transform:scale(1);
             }
             90%{
                 opacity: 1;
             }
             95%{
                 opacity: 0;
             }
             100%{
                 opacity: 0;
             }
        }
        .follow ul{
            display: flex;
            justify-content: center;
        }
        
        .follow ul li{
            width: 250px;
            margin: 0 12.5px;
            
        }
        .follow ul li figure{
            width: 90%;
            margin: 0 auto 20px;
        }
        footer{
            padding: 100px 0;
            background: #fff;
            
        }

.footer-inner{
    max-width: 1000px;
            margin: 0 auto;
            position: relative;
}
footer h2{
    width: 150px;
    margin: 0 auto 25px;
}      
footer ul.kiyaku{
    width: 90%;
    max-width: 800px;
    margin: 0 auto 50px;
}
footer ul.kiyaku li{
    margin-bottom: 10px;
}
footer ul.kiyaku li h3{
    background: #000;
    color: #fff;
    font-size: 24px;
    text-align:center;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    font-weight: 400;
}

footer ul.kiyaku li h3::before {
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 14px);
    right: 20px;
    width: 28px;
    height: 28px;
    background: url(../img/btn-icon.png);
    background-size: 100% 100%;
    transition-duration: 0.2s;
}
footer ul.kiyaku li h3.open:before{
    transform: rotate(180deg);
}

footer ul.kiyaku li div{
    display: none;
    font-size: 15px;
    padding: 25px 0 40px;
    line-height: 2;
   
}
footer ul.kiyaku li div a{
    color: #bc0c16;
    word-wrap: break-word;
}
footer .hp-bnr{
    width: 430px;
    display: block;
    margin: 0 auto 30px;
    box-shadow: 0 0px 10px rgba(0,0,0,.3);
}

footer .spe-logo{
    width: 60px;
    margin: 0 auto 25px;
}


footer ul.spe-link {
  display: flex;
  justify-content: center;
  margin-bottom: 5px;
}

footer ul.spe-link li:first-child {
  margin-right: 2.5em;
  position: relative;
}

footer ul.spe-link li:first-child:after {
  content: "";
  display: block;
  position: absolute;
  top: 9%;
  right: -1.25em;
  width: 2px;
  height: 90%;
  background: #000;
}
footer ul.spe-link a {
  text-decoration: none;
    color: #000;
    font-size: 17px;
}

footer .copy{
    font-size: 14px;
    text-align: center;
    display: block;
}


.pc{
    display: block;
}

.sp{
    display: none;
}

@media screen and (min-width: 897px){
    .top{
             background: url(../img/top-back.jpg) no-repeat;
            background-color: #cccccc;
            background-size: cover;
            background-position: left 45%;
            padding: 25px 6vw 14vw;
            position: relative;
           
    
        }
    
}
@media screen and (max-width: 1200px){
    
    .sns{
        bottom: 30px;
    }
    .contents{
        padding-top: 50px;
    }
    .follow .momomon3.on{
        left: -6%;
    }
    .follow .momomon3{
        width: 120px;
    }
}
@media screen and (max-width: 896px){
    
    .pc{
    display: none;
}

.sp{
    display: block;
}
    
    body:after{
   content:"";
display:block;
position:fixed;
top:0;
left:0;
z-index:-1;
width:100%;
height:100vh;
  background: url(../img/contents-bg-sp.jpg) no-repeat;
            background-color: #cccccc;
            background-size: 100% auto;
            background-position: center;
}
  
    .top{
        
    }
    
    .top p{
        display: none;
    }
    .top:after{
          display: none;
          
        }
    h1{
        top: 3vw;
        left: 3vw;
        width: 13vw;
    }
    
    .sns{
        position: relative;
        left: 0;
        top: 0;
        margin: 0 auto 50px;
        width: 150px;
    }
    
    .contents{
        padding-top: 0px;
       
    }
  
    
     .inner{
            padding: 50px 5% 35px;
            background: url(../img/inner-back.png);
             width: 90%;
            max-width: 1000px;
            margin: 0 auto;
            box-shadow: 0 0 20px rgba(0,0,0,.3);
            position: relative;
            border: solid 5px #000;
        }
    
    .inner.term{
        padding-bottom: 25px;
    }
        
    .anchor{
        position: absolute;
        top: -50px;
        left: 0;
    }

        .inner h2{
            position: absolute;
            top: 0;
            left: 50%;
            width: 200px;
            transform: translate(-50%,-50%);
            border: ridge 5px #666;
        }
        .inner h2 p{
            position: absolute;
            top: 26%;
            left: 0;
            width: 100%;
            height: 32.5px;
            background: #000;
            opacity: 1;
        }
        
        .join{
            margin-bottom: 75px;
            position: relative;
        }
        .join-txt{
            width: 100%;
            margin: 0 auto 25px;
        }
    .anchor-btn{
        margin: 20px auto 50px;
    }
    .anchor-btn a{
        padding: 5% 0;
        background: #000;
        display: block;
    }
    .follow{
        background: #fff;
    border-radius: 13px;
    padding: 25px 15px 35px;
    margin-bottom: 35px;
    position: relative;
    overflow: hidden;
    }
    .follow p{
        width: 80%;
        margin: 0 auto 25px;
    }
    .follow ul{
        flex-flow: column;
    }
    
    .follow ul li{
        width: 60%;
        margin: 0 auto;
    }
    .follow ul li:first-child{
        margin: 0 auto 25px;
        
    }
    .follow a:after{
        width: 28px;
        height: 24px;
    }
    .follow .momomon3{
        width: 80px;
        top: 22%;
    }
    .follow .momomon3.on{
        left: -30px;
    }
    
    .collect-ttl{
        width: 200px;
        margin-bottom: 25px;
    }
    .collect li .point-txt{
        font-size: 14px;
        min-height: 3em;
    }
    .collect li{
        width: 100%;
        height: auto;
        padding: 25px 0 15px;
        border-radius: 6px;
    }
    .collect li:after{
        width: 50px;
        height: 50px;
    }
    
    .point-num{
        font-size: 18px;
    }
    .point-num strong{
        font-size: 100px;
    }
    .current-point{
        padding: 25px 5%;
    }
    .current-point .engp-point-window .title{
        font-size: 18px;
    }
    .current-point .engp-point-window p{
        font-size: 14px;
    }
    .current-point .engp-point-window  .input{
        width: 100%;
    }
    .current-point .engp-point-window  .input .atmark{
        font-size: 18px;
        margin-left: 0;
    }
    .current-point .engp-point-window  .input .screen-name-input{
        padding: 15px 8px 15px 35px;
        font-size: 12px;
        flex-shrink: 0;
        width: calc(100% - 50px);
    }
    .current-point .engp-point-window .message{
        font-size: 13px;
    }
    .current-point .engp-point-window  .js-point-amount{
        font-size: 100px;
    }
    .current-point .engp-point-window .result .point span{
    font-size: 100px;
    display: block;
}
    .current-point .engp-point-window .ranking{
        display: none !important;
    }
    .momomon{
        width: 80px;
        right: -20px;
        bottom: -20px;
    }
    .point-unit{
        font-size: 18px;
        white-space: nowrap;
    }
    .current-point aside{
        font-size: 10px;
    }
    .present ul{
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
margin-bottom: -25px;}

.present li{
    width: calc(100%);
    margin-bottom: 25px;
    border-radius: 6px;
    overflow: hidden;
}
    .mission{
        background: url(../img/contents2-back.jpg) no-repeat;
        background-position: 10%;
        background-size: cover;
        background-attachment: fixed;
        padding: 75px 0;
    }
    _::-webkit-full-page-media, _:future, :root .mission {
    background: url(https://www.bullettrain-movie.jp/gogo/img/contents2-back-sp.jpg) no-repeat;
        background-position: center;
        background-size: cover;
        background-attachment: inherit;
}
    .mission .mission-list > li{
        margin-bottom: 100px;
    }
    .mission .mission-list > li:not(:last-child):after{
        width: 40px;
        height: 40px;
        top: calc(100% + 30px);
        
    }
    
    .mission .mission-list > li.finish p::before{
        width: 3vw;
        height: 3vw;
        top: calc(50% - 1.5vw);
        right: 1.8vw;
    }
    
           .mission .mission-detail{
             background: #fff;
             padding: 15px 5%;
             margin-top: -5.1%;
             padding-top: calc(5.1% + 15px);
        }

.mission-detail-inner{
    padding: 25px 5%;
    border-radius: 6px;
}


.mission-detail-inner h3{
    margin-bottom: 20px;
} 

.mission .mission-detail a{
    width:60%;
    display: block;
    margin: 0 auto 20px;
}
.mission-present{
    padding: 15px 5% 10px;
    border: solid 2px #fff;
}
.mission-present h4{
    width: 80px;
    margin: 0 auto 15px;
}
.mission-present li{
    margin-bottom: 5px;
    border-radius: 6px;
    overflow: hidden;
}
    .momomon4{
        width: 120px;
    }
    .momomon4.on{
        left: -60px;
        
    }
    .momomon5{
        width: 120px;
    }
    .momomon5.on{
        right: -60px;
    }
    footer{
        padding: 50px 0;
    }
    footer h2{
        width: 100px;
        margin-bottom: 15px;
    }
    footer ul.kiyaku{
        margin-bottom: 35px;
    }
    footer ul.kiyaku li h3{
        font-size: 16px;
    }
    footer ul.kiyaku li h3::before{
        width: 20px;
        height: 20px;
        top: calc(50% - 10px);
        right: 15px;
    }
    footer ul.kiyaku li div{
        font-size: 12px;
    }
    footer .hp-bnr{
        width: 60%;
        max-width: 430px;
    }
    
    footer ul.spe-link a{
        font-size: 12px;
    }
    footer .copy{
        font-size: 10px;
    }
    
    footer .momomon{
        bottom: 50px;
        right: 10px;
    }
}