*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}body{font-family:Zen Kaku Gothic New,sans-serif;line-height:1.5;color:#03202a;background-color:#fff}ul,ol{list-style:none}a{text-decoration:none;color:inherit}input,button,select,textarea{font:inherit;color:inherit;border:none;background:transparent;outline:none}table{border-collapse:collapse;width:100%}h1,h2,h3,h4,h5,h6{font-weight:400;margin:0}img{max-width:100%;height:auto;display:block}#main{background:#f6e7c5;padding-top:10rem;padding:8rem min(5%,30px) 0}#header{position:fixed;top:20px;left:0;width:100%;z-index:999}#header nav{display:flex;justify-content:space-between;align-items:center;padding:.5rem 2rem;background:#fffc;width:98%;margin-inline:auto;border-radius:50vh;box-shadow:10px 10px 10px #0000001a}#header nav .h-logo-box{width:47px}#header nav ul{display:flex;align-items:center;column-gap:clamp(16px,3vw,50px)}#header nav ul li a{font-weight:600}#header .hamburger{display:none}.linkBtn a{display:block;width:min(100%,445px);padding:1rem 0;text-align:center;border-radius:50vh;background-color:#f9a77a;margin-top:2rem;color:#fff}#aboutCommon{width:min(1075px,100%);margin:0 auto;padding-bottom:6rem}#aboutCommon .inner{display:flex;flex-wrap:wrap;justify-content:space-between}#aboutCommon .inner .pho_box{width:50%}#aboutCommon .inner .txt_box{width:50%;padding-left:3vw;padding-top:2vw}#aboutCommon h2{font-size:clamp(26px,3.5vw,40px);font-weight:600;margin-bottom:1rem}#footer{background:#f9a77a;padding:.5rem;text-align:center}@media screen and (max-width: 1024px){#header{height:62px;top:0}#header nav{box-shadow:unset;margin-top:10px}#header nav ul{position:absolute;top:0;left:0;z-index:3;display:block;background:#fff;width:100%;height:100vh;padding:calc(62px + 3rem) 2rem .5rem;z-index:-1;opacity:0;visibility:hidden;transition:all .2s ease-in-out}#header.open nav ul{opacity:1;visibility:visible}#header nav ul li{border-top:solid 1px #000}#header nav ul li a{display:block;padding:1.5rem 0;font-size:2rem}#header .hamburger{width:32px;height:32px;position:relative;display:block;cursor:pointer}#header .hamburger span{position:absolute;width:100%;height:1px;border-radius:50vh;background-color:#000;top:50%;right:50%;bottom:50%;left:50%;transform:translate(-50%,-50%);transition:all .2s ease-in-out;opacity:1}#header .hamburger span:before,#header .hamburger span:after{content:"";display:block;width:100%;height:1px;border-radius:50vh;background-color:#000;position:absolute}#header .hamburger span:before{top:-10px}#header .hamburger span:after{bottom:-10px}#header.open .hamburger span{opacity:0}#header .hamburger em{position:absolute;width:100%;height:1px;border-radius:50vh;top:50%;right:50%;bottom:50%;left:50%;transform:translate(-50%,-50%);transition:all .2s ease-in-out;opacity:0}#header .hamburger em:before,#header .hamburger em:after{content:"";display:block;width:100%;height:1px;border-radius:50vh;background-color:#000;position:absolute;top:50%}#header .hamburger em:before{transform:rotate(20deg)}#header .hamburger em:after{transform:rotate(-20deg)}#header.open .hamburger em{opacity:1}}@media screen and (max-width: 820px){#main{padding-top:8rem}#aboutCommon{padding-bottom:3rem}}@media screen and (max-width: 640px){#aboutCommon .inner .pho_box{width:100%;margin-bottom:1rem}#aboutCommon .inner .txt_box{width:100%;padding-left:0;padding-top:0}}#top_fv{border-bottom:solid 1px #03202a;padding-bottom:6rem;max-height:100vh}#top_fv .inner{display:flex;align-items:center;column-gap:5vw}#top_fv .inner img{width:min(50%,500px);display:block;border-radius:10px}#top_fv .inner .top_fv_catch{width:calc(100% - min(50%,500px) - 5vw)}#top_fv .inner h1{font-size:clamp(16px,2.8vw,45px);font-weight:500;letter-spacing:.05rem;width:fit-content;margin:0 auto}#top_fv .inner h1 span{font-size:1.3em}.post_section{padding:0 0 6rem}.post_section #top_blog{padding-top:6rem}section.post_section#top_blog{padding-top:6rem}.post_section .inner{display:flex;flex-wrap:wrap;column-gap:3vw}.post_section .inner .title{width:400px;width:min(400px,25%);padding-top:3vw}.post_section .inner .title p{font-weight:500;margin-bottom:1.5rem;font-size:.9rem}.post_section .inner .title h2{font-weight:600;font-size:clamp(26px,3.5vw,40px);margin-bottom:1rem}.post_section .inner .title ul{display:flex;flex-wrap:wrap;column-gap:.5rem;row-gap:.5rem}.post_section .inner .title ul li a{text-align:center;background:#fff;border-radius:50vh;font-size:12px;transition:all .2s ease-in-out;padding:2px 10px;display:inline-block}.post_section .inner .title ul li a:hover{background:#fad19e}#top_sakeNote.post_section .inner .title ul li a:hover{background:#badad2}.post_section .inner .archives_area{width:calc(100% - min(400px,25%) - 3vw)}.post_section .inner .archives_area{padding:1.5rem;background:#fad19e;border-radius:10px}.post_section .inner .archives_area ul{display:flex;flex-wrap:wrap;column-gap:1.5vw;row-gap:1rem}.post_section .inner .archives_area ul li{width:calc(100% / 3 - 1vw);border-radius:10px;background-color:#fff;overflow:hidden}.post_section .inner .archives_area ul li .post_img{aspect-ratio:3 / 2;position:relative;overflow:hidden}.post_section .inner .archives_area ul li .post_img img{position:absolute;top:50%;right:50%;bottom:50%;left:50%;transform:translate(-50%,-50%);transition:all .2s ease;width:100%;height:100%;max-height:100%;object-fit:cover;max-width:none}.post_section .inner .archives_area ul li a:hover .post_img img{width:110%;height:110%;max-height:110%}.post_section .inner .archives_area ul li .post_txt{padding:clamp(6px,1vw,16px)}.post_section .inner .archives_area ul li .post_txt p{font-weight:500}.post_section .inner .archives_area ul li .post_txt h3{font-weight:500;font-size:14px}.post_section .linkBtn a{margin-inline:auto}#topSake_blog.post_section .inner .archives_area{background:#96beb4}#top_work.post_section .inner .archives_area img{top:0;transform:translate(-50%)}#top_sakeNote.post_section .inner .archives_area{background:#96beb4}#top_work.post_section .inner .archives_area,#topSake_blog.post_section .linkBtn a{background:#f9a77a}#topSake_sakeNote.post_section .linkBtn a{background:#fad19e}#top_work.post_section .linkBtn a{background:#96beb4}@media screen and (max-width: 820px){.post_section .inner .title{width:100%;margin-bottom:1rem;padding-top:0}.post_section .inner .archives_area{width:100%}.post_section .inner .title p{margin-bottom:0}section.post_section#top_blog{padding-top:3rem}.post_section{padding:0 0 3rem}#top_work.post_section .inner .title h2{margin-bottom:0}}@media screen and (max-width: 640px){#main{padding-top:6rem}#top_fv{padding-bottom:3rem;max-height:unset}#top_fv .inner{flex-wrap:wrap;row-gap:2rem}#top_fv .inner .top_fv_catch,#top_fv .inner img{width:100%}#top_fv .inner h1{width:100%;font-size:clamp(16px,6.1vw,32px)}.post_section .inner .archives_area ul li{width:100%}.post_section .inner .archives_area ul li .post_img{aspect-ratio:7 / 4}.post_section .inner .archives_area ul li .post_txt{padding:clamp(6px,3vw,16px)}.post_section .inner .archives_area{padding:1rem}.post_section .inner .title p{font-size:12px}}.subPageTitle{font-size:30px;font-weight:600;line-height:1;margin-bottom:2rem}.subPageTitle span{font-size:.5em;display:block}.post_wrapper{display:flex;flex-wrap:wrap;margin-bottom:4rem}#post_list{width:70%}#post_list>.post_content>p>a{word-break:break-word;text-decoration:underline;color:#0b57d0}.post_list_container{display:flex;flex-wrap:wrap;column-gap:1.5vw;row-gap:1rem}.post_list_items{width:calc(100% / 3 - 1vw);border-radius:10px;background-color:#fff;overflow:hidden}.post_list_items_img{aspect-ratio:3 / 2;position:relative;overflow:hidden}.post_list_items_img img{position:absolute;top:50%;right:50%;bottom:50%;left:50%;transform:translate(-50%,-50%);transition:all .2s ease;width:100%;height:100%;max-height:100%;object-fit:cover;max-width:none}.post_list_items a:hover .post_list_items_img img{width:110%;height:110%;max-height:110%}.post_list_items_txt{padding:clamp(6px,1vw,16px)}.post_list_items_txt p{font-size:14px;font-weight:600}.post_list_items_txt h3{font-size:16px;font-weight:600}#post_sidebar{width:30%;padding-left:3vw}.post_sidebar_content{background:#fad19e;padding:1rem .5rem;border-radius:10px;height:fit-content;position:sticky;top:100px}.post_sidebar_box h3{font-weight:600;margin-bottom:1rem}.post_sidebar_box ul{background:#fff;padding:.5rem;border-radius:10px}.post_sidebar_box ul li:not(:last-child){margin-bottom:.8rem}.post_sidebar_box ul li a{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;font-weight:600;font-size:14px}.post_sidebar_box:not(:last-child){margin-bottom:1.3rem}.pageNation{padding:3rem 0;display:flex;justify-content:center;align-items:center;column-gap:10px}.pageNation li span,.pageNation li a{padding:.6rem 1rem;border-radius:5px;font-weight:700;display:block}.pageNation li span{background-color:#fad19e}.pageNation li a{background-color:#ededed;transition:all .2s ease}.pageNation li a:hover{background-color:#fad19e}.post_detail{background:#fff;border-radius:10px;padding:min(5%,30px)}.post_detail_title{font-size:22px;font-weight:600;padding-bottom:.4rem;border-bottom:solid 2px #fad19e;margin-bottom:.4rem}.post_detail_info{display:flex;align-items:center;column-gap:.5rem;margin-bottom:1rem}.post_date{font-size:12px}.post_categories a{text-align:center;background:#ccc;border-radius:50vh;font-size:12px;padding:0 10px}.post_categories a:not(:last-of-type){margin-right:5px}.post_content>p{margin:1rem 0}.post_content>p>code{padding:1px 7px;background:#e9e9e9;border-radius:3px;display:inline-block}.wp-block-heading{font-weight:700;margin:1em 0;padding-left:.5em;line-height:1.4;color:#333}h2.wp-block-heading{font-size:1.5rem;border-left:4px solid #f6e7c5;background:#fcf5e8;padding:.4em .8em;margin-top:3rem}h3.wp-block-heading{font-size:1.3rem;position:relative;padding-left:1em}h3.wp-block-heading:before{content:"●";color:#f6e7c5;position:absolute;left:0}h4.wp-block-heading{font-size:1.1rem;color:#666;border-bottom:1px dashed #f6e7c5;padding-bottom:.3em}h5.wp-block-heading{font-size:1rem;font-weight:700}h6.wp-block-heading{font-size:1rem;color:#999;font-style:italic}#post_sidebar.sake_sidebar .post_sidebar_content{background:#96beb4}.post_featured_image{margin-bottom:1rem}dl.sake_txt{display:flex;align-items:center;border:solid 1px #000;border-bottom:0}dl.sake_txt:last-of-type{border-bottom:solid 1px #000;margin-bottom:1rem}dl.sake_txt dt{padding:10px;width:150px}dl.sake_txt dt h2{font-size:14px;font-weight:600}dl.sake_txt dd{padding:10px;border-left:solid 1px #000;width:calc(100% - 150px)}dl.sake_txt dd p{font-size:14px;font-weight:600}dl.sake_txt dd a{word-wrap:break-word}.sake_record .sake_detail_mid{font-size:1.2rem;font-weight:600;position:relative;padding-left:1.2em;margin-bottom:8px}.sake_record .sake_detail_mid:before{content:"●";color:#f6e7c5;position:absolute;left:0}.sake_record{margin-bottom:1rem}.sake_record ul{display:flex;align-items:center;column-gap:2vw}.sake_record ul li{display:flex;flex-direction:column;align-items:center;color:#ccc;font-size:14px}.sake_record ul li:after{content:"";display:block;width:.7em;height:.7em;border-radius:50vh;background:#ccc;margin-top:5px}.sake_record ul li.current{color:#000;font-weight:600}.sake_record ul li.current:after{background:#fad19e}.sake_detail_comment{font-size:1.2rem;font-weight:600;margin-top:2rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #ccc;color:#333}.sake_comment_text{font-size:1rem;line-height:1.8;color:#555;white-space:pre-wrap}.sake_comment_text br{line-height:1.8}#post_sidebar.works_sidebar .post_sidebar_content{background:#f9a77a}.wp-block-table th,.wp-block-table td{border:solid 1px #000;padding:.5rem}@media screen and (max-width: 1024px){.post_list_items{width:calc(50% - .8vw)}}@media screen and (max-width: 820px){#post_list{width:100%}#post_sidebar{width:100%;margin-left:0;padding-left:0;margin-top:2rem}}@media screen and (max-width: 640px){.post_list_items{width:100%}.pageNation{padding:1rem 0%}.sake_record ul li{font-size:12px}}.contact_form label{display:block;margin-bottom:1rem}.contact_form input,.contact_form textarea{width:100%;padding:.5rem;margin-top:.25rem;box-sizing:border-box;background:#fff;border:solid 1px #ccc}.contact_form button{padding:.5rem 1rem;background-color:#2b6cb0;color:#fff;border:none;cursor:pointer;width:min(300px,100%);margin:0 auto;display:block}.contact_form button:disabled{background-color:#999}.error{color:red;font-size:.875rem;text-align:center}.success{color:#dc143c;text-align:center;font-size:.9rem;margin-top:1rem}.form_box{background:#fad19e;padding:clamp(16px,3vw,50px);margin-bottom:8rem}.form{width:min(450px,100%);margin:0 auto}.privacy_notice{font-size:.875rem;color:#333;margin:1.5rem 0;padding:1rem;background-color:#fefcf8;border-left:4px solid #f9a77a;border-radius:4px;line-height:1.6;box-shadow:0 2px 4px #0000000d}
