@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Dela+Gothic+One&family=Noto+Sans+JP:wght@100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Dela+Gothic+One&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap";@keyframes fadeIn{0%{opacity:0}to{opacity:1}}h3{margin-top:1.5rem}.simple-divider{width:100%;margin:4rem auto;height:1px;background-color:#ccc;position:relative}.simple-divider:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:10px;height:10px;background-color:#ccc;border-radius:50%}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{text-size-adjust:100%}html,body{font-size:16px;line-height:1.5;font-family:"Noto Serif JP",serif;color:#333}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}ul,ol{list-style:none}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto;vertical-align:middle}button,input,textarea,select{font:inherit;border:none;background:transparent;outline:none}button{cursor:pointer}table{width:100%;border-collapse:collapse;border-spacing:0}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-thumb{background-color:#0003;border-radius:4px}.container{margin:0 auto;min-height:50vh}@media (max-width: 1200px){.container{padding:1rem}}.header{position:fixed;top:0;width:100%;background:linear-gradient(180deg,#0000004d,#0000);z-index:5000}.header__inner{display:flex;justify-content:space-between;align-items:center;padding:1rem}.header__logo{width:20%;max-width:200px;min-width:150px}.header__nav{display:flex;align-items:center}.header__nav ul{display:flex}.header__nav ul li{margin:0 .5rem;border-radius:100px;overflow:hidden;box-shadow:#0000001a 1px 0 10px}.header__nav ul li a{display:block;padding:.2rem 1rem;color:#333;background:#ffffffe6;text-decoration:none;transition:all .2s ease}.header__nav ul li a:hover{background:#333;color:#fff}@media (max-width: 768px){.header__nav ul li a{padding:1rem}}.header__nav ul li:last-child a{background:#d92b2e;color:#fff}.header__nav ul li:last-child a:hover{background:#333}.header__burger{display:none;flex-direction:column;justify-content:space-between;width:30px;height:20px;background:none;border:none;cursor:pointer;z-index:6000}.header__burger span{display:block;height:3px;background:#fff;border-radius:2px;transition:all .3s ease}.header__burger.is-open span{background:#888;transform-origin:center}.header__burger.is-open span:nth-child(1){transform:translateY(8.5px) rotate(45deg)}.header__burger.is-open span:nth-child(2){opacity:0}.header__burger.is-open span:nth-child(3){transform:translateY(-8.5px) rotate(-45deg)}.header__overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;z-index:4000}@media (max-width: 768px){.header__burger{display:flex}.header__nav{position:fixed;top:0;right:-100%;height:100vh;width:80%;max-width:300px;background:#fff;flex-direction:column;justify-content:center;align-items:center;padding:2rem;transition:right .3s ease;box-shadow:-4px 0 20px #0003;z-index:5000}.header__nav.active{right:0}.header__nav ul{flex-direction:column;width:100%}.header__nav ul li{width:100%;text-align:center;margin:.75rem 0}}.main-visual{background-image:linear-gradient(#fff3,#fff3),url(/assets/image/top-image_01.webp);background-size:cover;background-position:center;background-attachment:fixed;height:100vh;animation:fadeIn 1s ease-in forwards}.main-visual__inner{font-size:2rem;color:#fff;animation:fadeIn 1s ease-in forwards}.main-visual__inner p{display:flex;justify-content:center;align-items:center;text-align:center;height:100vh;font-weight:400;animation:fadeIn 2s ease-in forwards;text-shadow:#000 1px 0 6px}@media (max-width: 576px){.main-visual__inner p{font-size:1.2rem}}.concept{height:50vh;display:flex;justify-content:center;padding:1rem;align-items:center;text-align:center;background:#efefef}.point3{background-image:url(/assets/image/top-image_03.webp);background-size:cover;background-position:center;background-attachment:fixed;height:70vh;display:flex;align-items:center;justify-content:center;color:#000}@media (max-width: 768px){.point3{height:90vh}}.point3__inner{display:flex;flex-wrap:wrap;justify-content:center;max-width:1200px;width:100%;padding:2rem;gap:3rem;opacity:0;transform:translateY(30px);transition:all .8s ease}@media (max-width: 576px){.point3__inner{padding:1rem}}.point3__inner.in-view{opacity:1;transform:translateY(0)}.point3__box{background:#fffc;border-radius:50%;width:250px;height:250px;padding:1.5rem;box-shadow:0 4px 10px #00000080;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center}.point3__box h2{font-size:1.25rem}.point3__box p{margin-top:.5rem;font-size:.95rem}@media (max-width: 576px){.point3__box{border-radius:0;width:100%;height:200px}}@media (max-width: 375px){.point3__box{height:130px}}.story{margin:auto;background:#efefef}.story__box{max-width:768px;margin:auto;padding:8rem 1rem}.story p{margin-top:1.5rem;line-height:1.8}.intro-photo{background-image:url(/assets/image/top-image_04.webp);background-size:cover;background-position:center;background-attachment:fixed;height:50vh}.products-slide{display:flex;justify-content:center;flex-direction:column;align-items:center;text-align:center;margin:2rem 0;overflow:hidden}.products-slide__list{display:flex;justify-content:center;align-items:center;text-align:center;overflow-x:auto;scroll-behavior:smooth;white-space:nowrap;width:100%;padding:0;cursor:grab;overflow:hidden}.products-slide__list.active{cursor:grabbing}.products-slide__list::-webkit-scrollbar{display:none}.products-slide__list h3{font-size:1rem;overflow:hidden;text-overflow:ellipsis}@media (max-width: 768px){.products-slide__list h3{font-size:.825rem}}@media (max-width: 576px){.products-slide__list h3{display:none}}.products-slide__list li{padding:.5rem;flex:0 0 auto;width:25vw;height:auto;text-align:center;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;-webkit-tap-highlight-color:transparent}@media (max-width: 576px){.products-slide__list li{width:50vw}}.products-slide__list img{border-radius:50%;object-fit:cover;width:100%;height:100%;pointer-events:none}.products-slide__button{background:#d92b2e;color:#fff;margin-top:1rem;padding:.5rem 1rem;border-radius:100px}.products-slide__button:hover{transition:background-color .2s ease,color .2s ease;background:#333;color:#fff}.company{margin:0 auto;max-width:800px}@media (max-width: 768px){.company{padding:0 1rem}}.company__table{width:100%;max-width:800px;margin:1rem auto 0;border-collapse:collapse;background:#fff;box-shadow:0 2px 10px #0000000d;border-radius:10px;overflow:hidden;font-size:.9em}.company__table th,.company__table td{padding:1rem;border-bottom:1px solid #eee;text-align:left}.company__table th{width:30%;background-color:#f7f7f7;font-weight:700;color:#333}.company__table td{color:#555}.company__table tr:last-child th,.company__table tr:last-child td{border-bottom:none}.footer{background:#333;color:#fff;text-align:center;font-size:.8rem;padding:2rem 0 0;margin-top:5rem}.footer__inner{margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:20px}.footer__nav ul{display:flex;gap:20px;padding:0}.footer__nav a{color:#fff;text-decoration:none;transition:color .1s ease}.footer__nav a:hover{color:#d92b2e}.footer p{width:100%;display:flex;justify-content:center;align-items:flex-end;font-size:.7rem;background:#000;padding:.5rem}@media (max-width: 576px){.footer__inner{flex-direction:column;text-align:center}.footer__nav ul{flex-direction:column;gap:10px}}.footer__social{display:flex;gap:1rem}.footer__social a{color:#fff;font-size:1.4rem;transition:color .2s ease}.footer__social a:hover{color:#d92b2e}@media (max-width: 576px){.footer__social{justify-content:center;margin-top:1rem}}.btn-01{display:inline-block;padding:10px 20px;color:#fff;background:#333;border-radius:5px;text-decoration:none}.btn-01:hover{background:#1a1a1a}.btn-02{display:inline-block;padding:10px 20px;color:#fff;background:#333;border-radius:5px;text-decoration:none;margin-top:1rem}.btn-02:hover{background:#1a1a1a}.external-link{position:relative;display:inline-flex;align-items:center;color:#0366d6;text-decoration:underline;font-weight:500}.external-link:after{content:"";display:inline-block;width:.9em;height:.9em;background:url(/assets/image/icons/external-link.svg) no-repeat center;background-size:contain}.external-link:hover{color:#024a9b}.s-text{font-size:.825rem}.bold{font-weight:700}.page-title{margin-top:5rem}.section-title{font-size:1.5rem}@media (max-width: 576px){.section-title{font-size:1.2rem}}.products-head{background-image:url(/assets/image/top-image_03.webp);background-size:cover;background-position:center;background-attachment:fixed;height:50vh;display:flex;justify-content:center;align-items:center;text-align:center;flex-wrap:wrap}.products-head h2{margin:0!important;color:#000;background:#ffffffb3;padding:2rem 3rem;border-radius:.2rem;box-shadow:0 4px 10px #0000004d}.faq-head{background-image:url(/assets/image/head-image_faq.webp);background-size:cover;background-position:center;background-attachment:fixed;height:50vh;display:flex;justify-content:center;align-items:center;text-align:center;flex-wrap:wrap}.faq-head h2{margin:0!important;color:#000;background:#ffffffb3;padding:2rem 3rem;border-radius:.2rem;box-shadow:0 4px 10px #0000004d}.agencies-head{background-image:url(/assets/image/top-image_02.webp);background-size:cover;background-position:center;background-attachment:fixed;height:50vh;display:flex;justify-content:center;align-items:center;text-align:center;flex-wrap:wrap}.agencies-head h2{margin:0!important;color:#000;background:#ffffffb3;padding:2rem 3rem;border-radius:.2rem;box-shadow:0 4px 10px #0000004d}.contact-head{background-image:url(/assets/image/head-image_contact.webp);background-size:cover;background-position:center;background-attachment:fixed;height:50vh;display:flex;justify-content:center;align-items:center;text-align:center;flex-wrap:wrap}.contact-head h2{margin:0!important;color:#000;background:#ffffffb3;padding:2rem 3rem;border-radius:.2rem;box-shadow:0 4px 10px #0000004d}.news-head{background-image:url(/assets/image/top-image_02.webp);background-size:cover;background-position:center;background-attachment:fixed;height:50vh;display:flex;justify-content:center;align-items:center;text-align:center;flex-wrap:wrap}.news-head h2{margin:0!important;color:#000;background:#ffffffb3;padding:2rem 3rem;border-radius:.2rem;box-shadow:0 4px 10px #0000004d}.sitemap-head{background-image:url(/assets/image/top-image_01.webp);background-size:cover;background-position:center;background-attachment:fixed;height:50vh;display:flex;justify-content:center;align-items:center;text-align:center;flex-wrap:wrap}.sitemap-head h2{margin:0!important;color:#000;background:#ffffffb3;padding:2rem 3rem;border-radius:.2rem;box-shadow:0 4px 10px #0000004d}.age-gate{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#0009;color:#fff;display:flex;justify-content:center;align-items:center;padding:2rem}.age-gate h2{font-size:1.5rem;font-weight:700;margin-top:2rem}@media (max-width: 576px){.age-gate h2{font-size:1.2rem}}.age-gate p{margin-top:.5rem}.age-gate img{height:300px}.age-gate__inner{background:#fff;color:#000;text-align:center;padding:2rem;border-radius:1rem;width:90%;max-width:500px;box-shadow:0 0 30px #0003;display:flex;flex-direction:column;align-items:center}@media (max-width: 576px){.age-gate__inner{width:100%}}.age-gate__buttons{display:flex;gap:1.5rem;justify-content:center;margin-top:2rem;flex-wrap:wrap}@media (max-width: 576px){.age-gate__buttons{gap:1rem}}.age-gate__buttons button{font-size:1.125rem;padding:.75rem 2rem;border:none;border-radius:.5rem;cursor:pointer;transition:background .3s ease}@media (max-width: 576px){.age-gate__buttons button{width:100%}}.age-gate__buttons button:first-child{background-color:#d92b2e;color:#fff}.age-gate__buttons button:first-child:hover{background-color:#b12022}.age-gate__buttons button:last-child{background-color:#999;color:#fff}.age-gate__buttons button:last-child:hover{background-color:gray}.back-to-top{position:fixed;bottom:2rem;right:2rem;width:3rem;height:3rem;border:none;border-radius:50%;background:#333;color:#fff;font-size:1rem;cursor:pointer;box-shadow:0 4px 6px #0003;opacity:0;visibility:hidden;z-index:5000;transition:opacity .3s ease,transform .3s ease}.back-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)}.back-to-top:hover{background:#d92b2e}@media (max-width: 576px){.back-to-top{bottom:1rem;right:1rem}}.products{margin:0 auto;max-width:1200px}.products h2{margin-bottom:.5rem}.products__series{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem}@media (max-width: 576px){.products__series{grid-template-columns:repeat(2,1fr)!important;gap:.5rem}}.products__main-img{background:#fff;border:1px solid #ddd;border-radius:10px;box-shadow:0 4px 10px #0000000d;padding:1.5rem;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;text-align:center;width:100%;opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}@media (max-width: 576px){.products__main-img{padding:1.5rem .5rem}}.products__main-img.in-view{opacity:1;transform:translateY(0)}.products__main-img:hover{transform:translateY(-4px);box-shadow:0 6px 16px #0000001a}.products__main-img h3{font-size:1.1rem;margin:1rem 0}.products__main-img img{max-width:100%;height:auto;border-radius:6px}.products__main-img p{margin-top:1rem;font-size:.95rem;color:#555}.products__thumbs{display:grid;grid-template-columns:repeat(auto-fit,minmax(60px,60px));gap:.5rem;justify-content:start;margin-top:1rem;max-width:100%}.products__thumbs img{width:60px;height:60px;object-fit:cover;border-radius:4px;cursor:pointer;border:2px solid transparent;transition:border-color .2s}.products__thumbs img.active{border-color:#ccc}.agencies{max-width:1200px;margin:0 auto 5rem}.agencies__card{background-color:#fff;border:1px solid #ddd;border-radius:8px;padding:1.5rem;margin-top:2rem;box-shadow:0 2px 6px #0000000a;transition:box-shadow .3s}@media (max-width: 1024px){.agencies__card{margin-top:1rem}}.agencies__list{list-style:none;padding-left:0;margin:1rem 0}.agencies__list li{position:relative;padding-left:1em;margin-bottom:.5em;line-height:1.6}.agencies__list li a{text-decoration:none;color:#333;transition:color .1s ease}.agencies__list li a:hover{color:#d92b2e}.agencies h3{font-size:1.2rem;margin-top:0;border-left:4px solid rgb(217,43,46);padding-left:.5rem}.faq{max-width:1200px;margin:0 auto}.faq__search{width:100%;padding:.75rem 1rem;font-size:1rem;border:1px solid #ccc;border-radius:6px;margin:1.5rem 0;box-sizing:border-box}.faq__search:focus{outline:none;border-color:#ccc;box-shadow:0 0 0 3px #ccc3}.faq__list{list-style:none;padding:0;margin:0}.faq__item{margin-bottom:2rem;border-bottom:1px solid #eee;padding-bottom:1rem}.faq__question{font-weight:700;font-size:1.1rem;margin-bottom:.5rem;position:relative;padding-left:1.7em}.faq__question:before{content:"Q:";position:absolute;left:0;top:0;font-weight:700;color:#d92b2e}.faq__answer{color:#555;font-size:.95rem;line-height:1.6;position:relative;padding-left:1.8em}.faq__answer:before{content:"A:";position:absolute;left:0;top:0;font-weight:700;color:#999}.faq a{color:#d92b2e}.contact{max-width:1200px;margin:0 auto}.news{padding:4rem 1rem;margin:0 auto}.news p{margin-top:1rem}.news .news-article{margin:0 auto;max-width:800px}.news__inner{max-width:800px;margin:0 auto}.news__list{list-style:none;padding:0;margin:2rem 0 0}.news__coution{margin-top:1rem;padding-left:1.5rem;list-style:disc}.news__item{display:flex;gap:1rem;margin-bottom:1.5rem}.news__date{font-weight:700;color:#888;white-space:nowrap;min-width:100px}.news__box{display:flex;flex-wrap:wrap}.news__box a{width:25%}.news__text{flex:1}.news__text:hover{color:#d92b2e;text-decoration:underline}.sitemap{max-width:1200px;margin:0 auto 5rem}.sitemap ul{display:flex;flex-wrap:wrap}.sitemap ul li{padding:2rem}.sitemap ul li a{display:inline-block;font-size:1rem;color:#333;text-decoration:none;position:relative;padding-left:1.2em}.sitemap ul li a:before{content:"▶";position:absolute;left:3px;color:#d92b2e}.sitemap ul li a:hover{text-decoration:underline;color:#1a1a1a}.m-0{margin:0!important}.mt-0{margin-top:0!important}.mb-0{margin-bottom:0!important}.ml-0{margin-left:0!important}.mr-0{margin-right:0!important}.p-0{padding:0!important}.pt-0{padding-top:0!important}.pb-0{padding-bottom:0!important}.pl-0{padding-left:0!important}.pr-0{padding-right:0!important}.m-5{margin:5px!important}.mt-5{margin-top:5px!important}.mb-5{margin-bottom:5px!important}.ml-5{margin-left:5px!important}.mr-5{margin-right:5px!important}.p-5{padding:5px!important}.pt-5{padding-top:5px!important}.pb-5{padding-bottom:5px!important}.pl-5{padding-left:5px!important}.pr-5{padding-right:5px!important}.m-10{margin:10px!important}.mt-10{margin-top:10px!important}.mb-10{margin-bottom:10px!important}.ml-10{margin-left:10px!important}.mr-10{margin-right:10px!important}.p-10{padding:10px!important}.pt-10{padding-top:10px!important}.pb-10{padding-bottom:10px!important}.pl-10{padding-left:10px!important}.pr-10{padding-right:10px!important}.m-15{margin:15px!important}.mt-15{margin-top:15px!important}.mb-15{margin-bottom:15px!important}.ml-15{margin-left:15px!important}.mr-15{margin-right:15px!important}.p-15{padding:15px!important}.pt-15{padding-top:15px!important}.pb-15{padding-bottom:15px!important}.pl-15{padding-left:15px!important}.pr-15{padding-right:15px!important}.m-20{margin:20px!important}.mt-20{margin-top:20px!important}.mb-20{margin-bottom:20px!important}.ml-20{margin-left:20px!important}.mr-20{margin-right:20px!important}.p-20{padding:20px!important}.pt-20{padding-top:20px!important}.pb-20{padding-bottom:20px!important}.pl-20{padding-left:20px!important}.pr-20{padding-right:20px!important}.m-30{margin:30px!important}.mt-30{margin-top:30px!important}.mb-30{margin-bottom:30px!important}.ml-30{margin-left:30px!important}.mr-30{margin-right:30px!important}.p-30{padding:30px!important}.pt-30{padding-top:30px!important}.pb-30{padding-bottom:30px!important}.pl-30{padding-left:30px!important}.pr-30{padding-right:30px!important}.m-40{margin:40px!important}.mt-40{margin-top:40px!important}.mb-40{margin-bottom:40px!important}.ml-40{margin-left:40px!important}.mr-40{margin-right:40px!important}.p-40{padding:40px!important}.pt-40{padding-top:40px!important}.pb-40{padding-bottom:40px!important}.pl-40{padding-left:40px!important}.pr-40{padding-right:40px!important}.m-50{margin:50px!important}.mt-50{margin-top:50px!important}.mb-50{margin-bottom:50px!important}.ml-50{margin-left:50px!important}.mr-50{margin-right:50px!important}.p-50{padding:50px!important}.pt-50{padding-top:50px!important}.pb-50{padding-bottom:50px!important}.pl-50{padding-left:50px!important}.pr-50{padding-right:50px!important}.text-center{text-align:center!important}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-uppercase{text-transform:uppercase!important}.text-lowercase{text-transform:lowercase!important}.text-capitalize{text-transform:capitalize!important}.text-bold{font-weight:700!important}.text-light{font-weight:300!important}.text-muted{color:#888!important}.d-flex{display:flex!important}.flex-column{flex-direction:column!important}.justify-start{justify-content:flex-start!important}.justify-center{justify-content:center!important}.justify-end{justify-content:flex-end!important}.justify-between{justify-content:space-between!important}.align-start{align-items:flex-start!important}.align-center{align-items:center!important}.align-end{align-items:flex-end!important}.d-block{display:block!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-none{display:none!important}.border{border:1px solid #ccc!important}.border-none{border:none!important}.rounded{border-radius:5px!important}.rounded-full{border-radius:50%!important}.bg-light{background-color:#f8f9fa!important}.bg-dark{background-color:#343a40!important}.bg-primary{background-color:#007bff!important}.bg-secondary{background-color:#6c757d!important}.bg-transparent{background-color:transparent!important}.w-100{width:100%!important}.h-100{height:100%!important}.max-w-100{max-width:100%!important}.max-h-100{max-height:100%!important}@media (max-width: 768px){.d-md-none{display:none!important}.text-md-center{text-align:center!important}}
