@import url(https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@400;500&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap);
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;font-style:normal;vertical-align:baseline}body,body *{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:rgba(0,0,0,0)}ins{text-decoration:none}mark{font-style:italic;font-weight:bold}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;margin:1em 0;padding:0}input,select{vertical-align:middle}img{vertical-align:bottom;font-size:0;line-height:0;border:0}strong{font-weight:bold}*,*:before,*:after{box-sizing:border-box}:root{--color-bg: var(--color-beg);--color-text: var(--color-olv);--color-blk: #000000;--color-wht: #FFFFFF;--color-beg: #FDFBF3;--color-olv: #5A4620;--color-red: #D1291A}html{font-size:62.5%}body{font-family:"Noto Sans JP",sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;font-size:1.6rem;color:var(--color-text);-webkit-font-smoothing:antialiased;background-color:var(--color-bg)}a{color:var(--color-text);text-decoration:none;outline:none}img{max-width:100%;height:auto}hr{border-top:1px solid #ccc}.l-header{width:100%;height:90px;background-color:var(--color-bg);padding-inline:30px;position:fixed;top:0;left:0;z-index:9999}@media screen and (min-width: 768px)and (max-width: 1239px){.l-header{height:7.2580645161vw;padding-inline:2.4193548387vw}}@media screen and (max-width: 767px){.l-header{height:50px;padding-inline:0}}.l-header__inner{width:100%;height:100%;display:flex;justify-content:space-between;align-items:center}.l-header-title__link{display:block;width:185px;height:auto;aspect-ratio:185/50}@media screen and (min-width: 768px)and (max-width: 1239px){.l-header-title__link{width:14.9193548387vw}}@media screen and (max-width: 767px){.l-header-title__link{width:120px;margin-left:10px}}.l-header-title__link img{width:100%;height:100%;object-fit:contain}.l-header-nav-pc{display:flex;justify-content:flex-end;align-items:center}@media screen and (max-width: 767px){.l-header-nav-pc{display:none}}.l-header-nav-pc__list{display:flex;justify-content:flex-end;align-items:center}.l-header-nav-pc__item+.l-header-nav-pc__item{margin-left:30px}@media screen and (min-width: 768px)and (max-width: 1239px){.l-header-nav-pc__item+.l-header-nav-pc__item{margin-left:2.4193548387vw}}.l-header-nav-pc__link{display:block;font-size:1.4rem;padding-block:10px;position:relative}@media screen and (min-width: 768px)and (max-width: 1239px){.l-header-nav-pc__link{font-size:1.1290322581vw;padding-block:.8064516129vw}}.l-header-nav-pc__link::before{content:"";width:100%;height:1px;display:block;background-color:var(--color-olv);position:absolute;bottom:0;left:0;opacity:0;transform:scale(0, 1);transition:.3s}.l-header-nav-pc__link:hover::before{opacity:1;transform:scale(1, 1)}.l-header-nav-pc-sns{margin-left:30px;display:flex;justify-content:flex-end;align-items:center}@media screen and (min-width: 768px)and (max-width: 1239px){.l-header-nav-pc-sns{margin-left:2.4193548387vw}}.l-header-nav-pc-sns__item+.l-header-nav-pc-sns__item{margin-left:15px}@media screen and (min-width: 768px)and (max-width: 1239px){.l-header-nav-pc-sns__item+.l-header-nav-pc-sns__item{margin-left:1.2096774194vw}}.l-header-nav-pc-sns__link{display:block;width:24px;height:24px;transition:.3s}@media screen and (min-width: 768px)and (max-width: 1239px){.l-header-nav-pc-sns__link{width:1.935483871vw;height:1.935483871vw}}.l-header-nav-pc-sns__link:hover{opacity:.5}.l-header-nav-pc-sns__link img{width:100%;height:100%;object-fit:contain}.l-header-nav-sp{display:none}@media screen and (max-width: 767px){.l-header-nav-sp{display:block}}.l-header-nav-sp__toggle{width:50px;height:50px;position:fixed;top:0;right:5px;cursor:pointer}.l-header-nav-sp__toggle>span{display:block;width:30px;height:1px;background-color:var(--color-olv);position:absolute;left:50%;transition:.3s}.l-header-nav-sp__toggle>span:nth-child(1){top:15px;transform:translate(-50%, 0)}.l-header-nav-sp__toggle>span:nth-child(2){top:23px;transform:translate(-50%, 0)}.l-header-nav-sp__toggle>span:nth-child(3){top:31px;transform:translate(-50%, 0)}.l-header-nav-sp__toggle.is-active>span:nth-child(1){top:23px;transform:translate(-50%, 0) rotate(35deg)}.l-header-nav-sp__toggle.is-active>span:nth-child(2){opacity:0}.l-header-nav-sp__toggle.is-active>span:nth-child(3){top:23px;transform:translate(-50%, 0) rotate(-35deg)}.l-header-nav-sp__main{width:100%;height:calc(100dvh - 50px);background-color:var(--color-bg);padding-top:20px;padding-bottom:50px;overflow-y:auto;position:fixed;top:50px;left:0;opacity:0;visibility:hidden;transition:.3s}.l-header-nav-sp__main.is-active{opacity:1;visibility:visible}.l-header-nav-sp__list{width:100%}.l-header-nav-sp__item{width:100%;text-align:center;padding:18px}.l-header-nav-sp__link{display:inline-block}.l-header-nav-sp-sns{width:100%;margin-top:30px;display:flex;justify-content:center;align-items:center}.l-header-nav-sp-sns__item+.l-header-nav-sp-sns__item{margin-left:15px}.l-header-nav-sp-sns__link{display:block;width:24px;height:24px}.l-header-nav-sp-sns__link img{width:100%;height:100%;object-fit:contain}.l-header-nav-sp-info{width:100%;margin-top:50px;padding-top:40px;position:relative}.l-header-nav-sp-info::before{content:"";width:calc(100% - 40px);height:1px;display:block;background-color:var(--color-olv);position:absolute;top:0;left:50%;transform:translate(-50%, 0)}.l-header-nav-sp-info__title{text-align:center;font-size:1.6rem}.l-header-nav-sp-info__wrap{width:fit-content;margin:25px auto 0 auto}.l-header-nav-sp-info__unit{display:flex}.l-header-nav-sp-info__unit+.l-header-nav-sp-info__unit{margin-top:10px}.l-header-nav-sp-info__label{width:70px;font-size:1.4rem}.l-header-nav-sp-info__text{flex:1;font-size:1.4rem}.l-header-nav-sp-info__map{font-family:"Barlow Semi Condensed",sans-serif;font-weight:400;font-style:normal;font-size:1.1rem;font-weight:500;display:inline-block;border:1px solid var(--color-olv);border-radius:20px;margin-top:10px;padding:3px 15px 5px 15px}.l-main{margin-top:90px}@media screen and (min-width: 768px)and (max-width: 1239px){.l-main{margin-top:7.2580645161vw}}@media screen and (max-width: 767px){.l-main{margin-top:50px}}.l-footer{width:100%;margin-top:150px}@media screen and (min-width: 768px)and (max-width: 1239px){.l-footer{margin-top:12.0967741935vw}}@media screen and (max-width: 767px){.l-footer{margin-top:50px}}.l-footer-nav{width:100%;background-color:var(--color-red)}@media screen and (max-width: 767px){.l-footer-nav{display:none}}.l-footer-nav__inner{width:100%;max-width:1100px;margin-inline:auto;padding-block:70px}@media screen and (min-width: 768px)and (max-width: 1239px){.l-footer-nav__inner{max-width:88.7096774194vw;padding-block:5.6451612903vw}}.l-footer-nav-sns{display:flex;justify-content:center;align-items:center}.l-footer-nav-sns__item+.l-footer-nav-sns__item{margin-left:15px}@media screen and (min-width: 768px)and (max-width: 1239px){.l-footer-nav-sns__item+.l-footer-nav-sns__item{margin-left:1.2096774194vw}}.l-footer-nav-sns__link{display:block;width:24px;height:24px;transition:.3s}@media screen and (min-width: 768px)and (max-width: 1239px){.l-footer-nav-sns__link{width:1.935483871vw;height:1.935483871vw}}.l-footer-nav-sns__link:hover{opacity:.5}.l-footer-nav-sns__link img{width:100%;height:100%;object-fit:contain}.l-footer-nav__list{margin-top:50px;display:flex;justify-content:center;align-items:center}@media screen and (min-width: 768px)and (max-width: 1239px){.l-footer-nav__list{margin-top:4.0322580645vw}}.l-footer-nav__item+.l-footer-nav__item{margin-left:30px}@media screen and (min-width: 768px)and (max-width: 1239px){.l-footer-nav__item+.l-footer-nav__item{margin-left:2.4193548387vw}}.l-footer-nav__link{display:block;font-size:1.4rem;color:var(--color-wht);padding-block:10px;position:relative}@media screen and (min-width: 768px)and (max-width: 1239px){.l-footer-nav__link{font-size:1.1290322581vw;padding-block:.8064516129vw}}.l-footer-nav__link::before{content:"";width:100%;height:1px;display:block;background-color:var(--color-wht);position:absolute;bottom:0;left:0;opacity:0;transform:scale(0, 1);transition:.3s}.l-footer-nav__link:hover::before{opacity:1;transform:scale(1, 1)}.l-footer-info{padding-block:50px}@media screen and (min-width: 768px)and (max-width: 1239px){.l-footer-info{padding-block:4.0322580645vw}}@media screen and (max-width: 767px){.l-footer-info{display:none}}.l-footer-info__inner{width:100%;max-width:1100px;margin-inline:auto;display:flex;justify-content:center}@media screen and (min-width: 768px)and (max-width: 1239px){.l-footer-info__inner{max-width:88.7096774194vw}}.l-footer-info__logo{width:97px;height:auto;aspect-ratio:97/135}@media screen and (min-width: 768px)and (max-width: 1239px){.l-footer-info__logo{width:7.8225806452vw}}.l-footer-info__logo img{width:100%;height:100%;object-fit:contain}.l-footer-info__main{width:fit-content;margin-left:30px}@media screen and (min-width: 768px)and (max-width: 1239px){.l-footer-info__main{margin-left:2.4193548387vw}}.l-footer-info__title{font-size:1.8rem;letter-spacing:.1em}@media screen and (min-width: 768px)and (max-width: 1239px){.l-footer-info__title{font-size:1.4516129032vw}}.l-footer-info__unit{display:flex;margin-top:22px}@media screen and (min-width: 768px)and (max-width: 1239px){.l-footer-info__unit{margin-top:1.7741935484vw}}.l-footer-info__unit+.l-footer-info__unit{margin-top:10px}@media screen and (min-width: 768px)and (max-width: 1239px){.l-footer-info__unit+.l-footer-info__unit{margin-top:.8064516129vw}}.l-footer-info__label{width:85px}@media screen and (min-width: 768px)and (max-width: 1239px){.l-footer-info__label{width:6.8548387097vw}}.l-footer-info__text{flex:1;font-size:1.6rem;letter-spacing:.1em}@media screen and (min-width: 768px)and (max-width: 1239px){.l-footer-info__text{font-size:1.2903225806vw}}.l-footer-info__map{font-family:"Barlow Semi Condensed",sans-serif;font-weight:400;font-style:normal;font-size:1.1rem;font-weight:500;letter-spacing:0;display:inline-block;border:1px solid var(--color-olv);border-radius:20px;margin-left:5px;padding:3px 15px 5px 15px;transform:translate(0, -3px);transition:.3s}@media screen and (min-width: 768px)and (max-width: 1239px){.l-footer-info__map{font-size:.8870967742vw;margin-left:.4032258065vw;border-radius:1.6129032258vw;padding:.2419354839vw 1.2096774194vw .4032258065vw 1.2096774194vw}}.l-footer-info__map:hover{opacity:.5}.l-footer-copyright{width:100%;background-color:var(--color-red)}.l-footer-copyright__text{text-align:center;font-size:1rem;letter-spacing:.1em;color:var(--color-wht);padding-block:10px}@media screen and (min-width: 768px)and (max-width: 1239px){.l-footer-copyright__text{font-size:.8064516129vw;padding-block:.8064516129vw}}.c-button{width:360px;height:80px;font-size:2rem;letter-spacing:.1em;color:var(--color-wht);background-color:var(--color-red);border:1px solid var(--color-red);border-radius:40px;padding-inline:39px;overflow:hidden;display:flex;align-items:center;position:relative;z-index:1;transition:.3s}@media screen and (min-width: 768px)and (max-width: 1239px){.c-button{width:29.0322580645vw;height:6.4516129032vw;font-size:1.6129032258vw;padding-inline:3.1451612903vw}}@media screen and (max-width: 767px){.c-button{width:280px;height:60px;font-size:1.6rem;padding-inline:29px}}.c-button::before{content:"";width:100%;height:100%;display:block;background-color:var(--color-wht);position:absolute;top:0;left:0;z-index:-1;transform-origin:left;transform:scale(0, 1);transition:.3s}.c-button::after{content:"";width:24px;height:24px;display:block;background-image:url(../img/common/arrow_red.svg);background-position:center center;background-repeat:no-repeat;background-size:contain;position:absolute;top:50%;right:40px;z-index:2;transform:translate(0, -50%);transition:.3s}@media screen and (min-width: 768px)and (max-width: 1239px){.c-button::after{width:1.935483871vw;height:1.935483871vw;right:3.2258064516vw}}@media screen and (max-width: 767px){.c-button::after{right:20px}}.c-button:hover{color:var(--color-red)}.c-button:hover::before{transform:scale(1, 1)}.c-button:hover::after{background-image:url(../img/common/arrow_wht.svg)}.c-pagination .wp-pagenavi{width:100%;display:flex;justify-content:center;align-items:center}.c-pagination .current{width:30px;height:30px;font-size:1.4rem;color:var(--color-wht);background-color:var(--color-red);border:1px solid var(--color-red);border-radius:50%;margin:0 10px;display:flex;justify-content:center;align-items:center}@media screen and (min-width: 768px)and (max-width: 1239px){.c-pagination .current{width:2.4193548387vw;height:2.4193548387vw;font-size:1.1290322581vw;margin:0 .8064516129vw}}@media screen and (max-width: 767px){.c-pagination .current{margin:0 5px}}.c-pagination .page{width:30px;height:30px;font-size:1.4rem;color:var(--color-red);border:1px solid var(--color-red);border-radius:50%;margin:0 10px;display:flex;justify-content:center;align-items:center}@media screen and (min-width: 768px)and (max-width: 1239px){.c-pagination .page{width:2.4193548387vw;height:2.4193548387vw;font-size:1.1290322581vw;margin:0 .8064516129vw}}@media screen and (max-width: 767px){.c-pagination .page{margin:0 5px}}.c-pagination .previouspostslink{width:30px;height:30px;text-indent:-9999px;overflow:hidden;margin:0 10px 0 0;background-image:url(../img/common/arrow_wht.svg);background-position:center center;background-repeat:no-repeat;background-size:contain;transform:scale(-1, 1)}@media screen and (min-width: 768px)and (max-width: 1239px){.c-pagination .previouspostslink{width:2.4193548387vw;height:2.4193548387vw;margin:0 .8064516129vw 0 0}}@media screen and (max-width: 767px){.c-pagination .previouspostslink{margin:0 5px 0 0}}.c-pagination .nextpostslink{width:30px;height:30px;text-indent:-9999px;overflow:hidden;margin:0 0 0 10px;background-image:url(../img/common/arrow_wht.svg);background-position:center center;background-repeat:no-repeat;background-size:contain}@media screen and (min-width: 768px)and (max-width: 1239px){.c-pagination .nextpostslink{width:2.4193548387vw;height:2.4193548387vw;margin:0 0 0 .8064516129vw}}@media screen and (max-width: 767px){.c-pagination .nextpostslink{margin:0 0 0 5px}}.is-scroll-prevent{overflow:hidden;height:100%}.u-hide--pc{display:none}@media screen and (max-width: 767px){.u-hide--pc{display:block}}@media screen and (max-width: 767px){.u-hide--sp{display:none}}.p-grains-head{width:100%;padding-top:70px}@media screen and (min-width: 768px)and (max-width: 1239px){.p-grains-head{padding-top:5.6451612903vw}}@media screen and (max-width: 767px){.p-grains-head{margin-top:50px}}.p-grains-head__inner{width:100%;max-width:800px;margin-inline:auto}@media screen and (min-width: 768px)and (max-width: 1239px){.p-grains-head__inner{max-width:64.5161290323vw}}@media screen and (max-width: 767px){.p-grains-head__inner{padding-inline:20px}}.p-grains-head-title{text-align:center}.p-grains-head-title__jp{display:block;font-size:3.2rem;font-weight:400;letter-spacing:.1em}@media screen and (min-width: 768px)and (max-width: 1239px){.p-grains-head-title__jp{font-size:2.5806451613vw}}@media screen and (max-width: 767px){.p-grains-head-title__jp{font-size:2.4rem}}.p-grains-head-title__en{display:block;font-family:"Barlow Semi Condensed",sans-serif;font-weight:400;font-style:normal;font-size:2rem;font-weight:500;letter-spacing:.1em;margin-top:20px}@media screen and (min-width: 768px)and (max-width: 1239px){.p-grains-head-title__en{font-size:1.6129032258vw;margin-top:1.6129032258vw}}@media screen and (max-width: 767px){.p-grains-head-title__en{font-size:1.6rem;margin-top:15px}}.p-grains-body{width:100%;margin-top:100px;padding-bottom:100px}@media screen and (min-width: 768px)and (max-width: 1239px){.p-grains-body{margin-top:8.064516129vw}}@media screen and (max-width: 767px){.p-grains-body{margin-top:60px;padding-inline:20px}}.p-grains-body__inner{width:100%;max-width:800px;margin-inline:auto}@media screen and (min-width: 768px)and (max-width: 1239px){.p-grains-body__inner{max-width:64.5161290323vw}}.p-grains-body__text{text-align:center;font-size:1.8rem;letter-spacing:.1em;line-height:2}@media screen and (min-width: 768px)and (max-width: 1239px){.p-grains-body__text{font-size:1.4516129032vw}}@media screen and (max-width: 767px){.p-grains-body__text{font-size:1.6rem}}.p-grains-body__text+.p-grains-body__text{margin-top:80px}@media screen and (min-width: 768px)and (max-width: 1239px){.p-grains-body__text+.p-grains-body__text{margin-top:6.4516129032vw}}@media screen and (max-width: 767px){.p-grains-body__text+.p-grains-body__text{margin-top:50px}}.p-grains-body__btn{margin-top:20px;display:flex;justify-content:center}@media screen and (min-width: 768px)and (max-width: 1239px){.p-grains-body__btn{margin-top:1.6129032258vw}}
