@media screen and (max-width: 640px){body{padding-bottom:40px}}.fixed_box{position:fixed;right:0;top:190px;display:grid;gap:1em;z-index:100}@media screen and (max-width: 640px){.fixed_box{width:100%;bottom:0;top:auto;gap:0;grid-template-columns:repeat(3, 1fr)}}.fixed_btn{color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;gap:.8em;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.5em 1em .5em .8em;font-weight:bold;font-size:18px;border-radius:12px 0 0 12px;-webkit-transition:.3s;transition:.3s}@media screen and (max-width: 640px){.fixed_btn{border-radius:0;font-size:min(4.2vw,16px);gap:.5em;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.fixed_btn.blue{background-color:#1268ce}.fixed_btn.orange{background-color:#e57723}.fixed_btn.yellow{background-color:#fcb01e}.fixed_btn img{width:auto;height:2.5em}@media screen and (max-width: 640px){.fixed_btn img{height:1.5em}}.fixed_btn:hover{text-decoration:none;opacity:.8}.privacy h3{font-weight:bold}.privacy h4{font-weight:bold;margin-top:2em}.privacy section:not(:first-of-type){padding-top:40px}.privacy ul{margin-top:1em}.privacy li{padding-left:1em;text-indent:-1em}.privacy li::before{content:"・"}.privacy p{margin-top:.5em}.product section{padding:70px 0 20px 0}.product_img{display:-webkit-box;display:-ms-flexbox;display:flex}.product_img img{display:block;width:20%}.product_menu{display:grid;gap:20px;grid-template-columns:repeat(3, 1fr)}@media screen and (max-width: 640px){.product_menu{grid-template-columns:auto;gap:0}}.product_menu h3{border-bottom:2px solid #226fed;padding:40px 0 .5em 10px;margin-bottom:1em}@media screen and (max-width: 640px){.product_menu h3{padding:20px 0 .5em 10px;margin-bottom:.5em}}.product_menu_list li{padding:.5em 0 .5em 10px;border-bottom:1px solid #e8e6e6}.product_menu_list a{color:#040404}.cat{position:relative;z-index:100;margin-bottom:40px}@media screen and (max-width: 640px){.cat{z-index:auto;margin-bottom:20px}}.cat_title{font-size:15px;font-weight:bold;position:relative;padding:.5em 0 .5em 10px}.cat_title::after{content:"";display:block;position:absolute;left:0;right:0;bottom:0;height:2px;background:-webkit-gradient(linear, left top, right top, from(#226FED), color-stop(20%, #226FED), color-stop(20%, #E8E6E6), to(#E8E6E6));background:linear-gradient(to right, #226FED 0%, #226FED 20%, #E8E6E6 20%, #E8E6E6 100%)}.cat_list{margin-top:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;gap:1em}@media screen and (max-width: 640px){.cat_list{display:block;padding:0 1em}}.cat_list_item{cursor:pointer;position:relative}.cat_list_parent{display:-webkit-box;display:-ms-flexbox;display:flex;padding:.5em 0 .8em 0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:1em;font-weight:bold}.cat_list_parent::after{content:"";display:block;width:6px;aspect-ratio:1/1;background-color:#226fed;clip-path:polygon(0 0, 50% 100%, 100% 0);-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease, -webkit-transform .2s ease}.cat_list_child{position:absolute;left:0;width:250px;top:38px;background-color:#ebebeb;opacity:0;pointer-events:none;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}@media screen and (max-width: 640px){.cat_list_child{display:none;position:relative;width:100%;top:0;pointer-events:visible;opacity:1;background-color:rgba(0,0,0,0);margin-bottom:1em}}.cat_list_child a{display:block;padding:.5em 1em;color:#040404}@media screen and (max-width: 640px){.cat_list_child a{padding:.5em}}@media screen and (max-width: 640px){.cat_list_child a::before{content:"-";margin-right:.5em}}@media(hover: hover){.cat_list_child a:hover{text-decoration:none;background-color:#d4d4d4}}@media screen and (hover: hover)and (max-width: 640px){.cat_list_child a:hover{background-color:rgba(0,0,0,0)}}.cat_list_child.is-open{opacity:1;pointer-events:auto}