@import"https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&family=Poiret+One&display=swap";.mv-container>video{width:100vw;height:100vh;position:absolute;top:0;left:0;object-fit:cover;filter:brightness(.5)}.mv-container{width:100vw;height:100vh;display:flex;justify-content:center;align-items:center}.mv-container>img{position:relative;z-index:2}@media screen and (max-width: 1000px){.mv-container>img{width:80vw}}@media screen and (max-width: 700px){.mv-container>img{width:100vw}}.header{position:fixed;top:0;left:0;width:100vw;height:10vh;z-index:10;display:flex}.header-logo img{width:150px}.header-container{display:flex;align-items:center;width:100vw;background:#09330000;justify-content:space-between;margin:0;padding:0px 20vw;transition:.3s}.header-container.active{background:#0f5200c9;transition:.3s}.header-menu{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:20px}.header-menu>a{color:#fff;transition:.3s}.contact-btn{background:#008737;padding:8px 18px;border-radius:50px;border:2px solid #008737}.header-menu>a:hover{color:#008737;transition:.3s;cursor:pointer}.contact-btn:hover{background:#fff;color:#008737;transition:.3s;cursor:pointer;border:2px solid #008737}.shop-btn{background:#002f87;border:2px solid #002f87}.shop-btn:hover{background:#fff;color:#002f87;border:2px solid #002f87}.fixed-nav{position:absolute;bottom:calc(-100vh + 0px);right:40px;transition:.3s}.fixed-nav.active{bottom:calc(-100vh + 127px);transition:.3s}.to-top-btn{display:flex;justify-content:center;align-items:center;border:1px solid white;padding:17px 12px 8px;border-radius:100%;background:#005e2687;transition:.3s}.arrow-top{border-bottom:2px solid white;width:15px;height:15px;border-left:2px solid white;transform:rotate(135deg)}.to-top-btn:hover{background:#005e26;cursor:pointer;transition:.3s}.burger-btn{position:absolute;top:20px;right:20px;display:flex;flex-direction:column;gap:7px}.burger-line{width:40px;height:3px;background:#fff;transition:.3s}.burger-btn.active{align-items:center;transition:.3s}.burger-btn.active .burger-line{background:#000;transition:.3s}.burger-btn.active .burger-line:first-child{transform:rotate(45deg) translate(9px,9px);transition:.3s}.burger-btn.active .burger-line:last-child{transform:rotate(-45deg) translate(5px,-5px);transition:.3s}.burger-btn.active .burger-line:nth-child(2){width:0px;transition:.3s}.burger-btn{display:none}@media screen and (max-width: 1000px){.header-container{padding:10px 6vw}}@media screen and (max-width: 700px){.header-menu{width:70vw;position:absolute;flex-direction:column;height:100vh;top:0;right:-80vw;background:#fff;transition:.3s}.header-menu.active{right:0;transition:.3s}.header-menu>a{color:#000;font-size:20px;transition:.3s}.header-menu>.contact-btn{background:#008737;color:#fff;border:2px solid #008737}.header-logo img{width:30vw}.burger-btn{display:flex}.fixed-nav.active{bottom:calc(-100vh + 89px)}.fixed-nav{right:11px}}.gray-back-content{width:auto;padding:100px calc((100% - 1000px)/2);background:#004500;color:#fff;display:flex;flex-direction:column;gap:30px}.gray-back-content>p{text-align:center}.fixed-back{padding-bottom:100px}.fixed-back>.background{position:fixed;top:0;z-index:-1}.fixed-back>.background>img{width:100vw;height:100vh;object-fit:cover}.fixed-back>.content{display:flex;flex-direction:column;align-items:center}.fixed-back>.content>img{width:300px}.fixed-back .content-text>p{line-height:40px}.fixed-back .content-text{text-align:center;display:flex;flex-direction:column;align-items:center}.contact{background:#ececec;padding:100px 0;display:flex;flex-direction:column;gap:20px}.contact-form-item{width:800px;margin:auto;display:flex;gap:20px;align-items:center}.contact-form-item label{width:220px;display:flex;align-items:center;gap:10px}.contact-form-item input,.contact-form-item textarea{border:0;padding:10px 15px;width:calc(100% - 220px)}.contact-form-item textarea{height:100px;resize:vertical}.contact-form-item button{width:100px;height:40px;margin:auto;border-radius:20px;border:1px solid black}.contact-form-item button:hover{background:#000;color:#fff;transition:.3s;cursor:pointer}.contact-form-item.required label:after{content:"必須";color:#fff;background:green;padding:5px 7px;font-size:11px;border-radius:5px}@media screen and (max-width: 1000px){.contact-form-item{width:80vw}}@media screen and (max-width: 700px){.contact-form-item{flex-direction:column}.contact-form-item label{justify-content:center;width:auto}.contact-form-item input,.contact-form-item textarea{width:80vw}.contact-form-item button{width:60vw}}.footer{background:#fff;text-align:center;padding:20px;display:flex;flex-direction:column;align-items:center;gap:10px}.footer a{font-size:10px}.footer-links{display:flex;gap:20px;flex-wrap:wrap;justify-content:center}.footer-links>a{border-right:1px solid black;padding-right:20px}.footer-links>a:last-child{border-right:0px solid black;padding-right:0}.table{display:flex;flex-direction:column;margin:50px auto auto;width:800px;border:1px solid green}.table-row{display:flex;align-items:center;gap:20px;border-bottom:1px solid green;height:55px}.table-head{background:green;padding:10px 20px;color:#fff;font-weight:700;width:200px;text-align:center;border-bottom:1px solid white;height:35px;display:flex;justify-content:center;align-items:center}.table>.table-row:last-child>.table-body,.table>.table-row:last-child>.table-head,.table>.table-row:last-child{border-bottom:0}@media screen and (max-width: 1000px){.table{width:90vw}.table-row{flex-direction:column;height:auto;gap:0px}.table-head{width:-webkit-fill-available}.table-body{padding:20px 0}}.sub-page .section-title{margin-top:100px}.sub-page{margin-bottom:100px}.privacy-contents{width:1200px;margin:100px auto auto}.privacy-item{margin:20px 0}@media screen and (max-width: 1000px){.privacy-contents{width:90vw}ol ul{padding-inline-start:10px}}body{margin:0;padding:0;font-family:Open Sans,sans-serif;font-size:16px;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff;width:100vw;overflow-x:hidden;font-family:Poiret One,"M PLUS Rounded 1c"}h1,h2,h3,h4,h5,h6{margin-top:0;transform:rotate(.15deg)}a,p,li{transform:rotate(.15deg)}a,p,li,span,div,input,textarea,button{margin:0}a{text-decoration:none}.br-sp{display:none}.section-title{text-align:center;display:flex;flex-direction:column;gap:0px;align-items:center}.section-title>p{font-size:25px;font-weight:700}.section-title>h1{font-size:15px}.section-title:after{content:"";width:100px;height:1px;border-bottom:1px solid;margin-top:10px}.thanks-title{color:green}@media screen and (max-width: 700px){.br-pc{display:none}.br-sp{display:block}}
