.single_compare{padding-bottom:clamp(80px, 10vw, 144px)}.single_compare input[type="checkbox"]{width:12px;height:12px;cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;border:1px solid #000;background-color:#fff;position:relative;flex-shrink:0;transition:0.3s;margin-top:2px}.single_compare input[type="checkbox"]:checked{background-color:#0A4DFB;border-color:#0A4DFB;border-radius:1px}.single_compare input[type="checkbox"]:checked::after{content:"";position:absolute;top:40%;left:50%;transform:translate(-50%, -50%) rotate(45deg);width:3px;height:6px;border-right:1px solid #fff;border-bottom:1px solid #fff;transition:0.3s}.single_compare .label_txt{transition:0.3s}.single_compare label:has(input[type="checkbox"]){display:flex;align-items:center;gap:8px;cursor:pointer}.single_compare label:has(input[type="checkbox"]):hover .label_txt{color:#0A4DFB}.single_compare label:has(input[type="checkbox"]):hover input[type="checkbox"]{border-color:#0A4DFB}.single_compare .select_section{padding-top:clamp(40px, 7.7777777778vw, 112px)}.single_compare .select_section .txt{margin-bottom:clamp(24px, 3.3333333333vw, 48px)}.single_compare .select_section .post_content{margin-bottom:clamp(24px, 3.8888888889vw, 56px)}.single_compare .select_section .product_list{display:flex;flex-wrap:wrap;gap:clamp(16px, 1.1111111111vw, 16px)}.single_compare .select_section .product_item{aspect-ratio:0.9661835749;width:calc((100% - 16px * 5) / 6);background-color:#fff;overflow:hidden;display:flex;flex-direction:column;align-items:center;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;border:1px solid var(--border_color)}.single_compare .select_section .product_item .item_img{width:calc(92 / 200 * 100%);aspect-ratio:0.9387755102;display:flex;align-items:center;justify-content:center;margin-bottom:clamp(8px, 0.8333333333vw, 12px)}.single_compare .select_section .product_item .item_img img{width:100%;height:100%;object-fit:contain}.single_compare .select_section .product_item .item_code{font-size:14px;color:#000;text-align:center;margin-bottom:clamp(8px, 0.8333333333vw, 12px);line-height:1.5;font-weight:bold}.single_compare .select_section .product_item .item_code a{position:relative}.single_compare .select_section .product_item .item_code a::before{content:"";display:block;width:0;height:1px;background-color:var(--color-accent);position:absolute;bottom:0;left:50%;transform:translateX(-50%);transition:0.3s}.single_compare .select_section .product_item .item_code a:hover{color:var(--color-accent)}.single_compare .select_section .product_item .item_code a:hover::before{width:100%}.single_compare .select_section .product_item .item_label{justify-content:center;width:100%}.single_compare .select_section .product_item .item_label .label_txt{font-size:14px}.single_compare .select_section .box{background-color:#fff;border:1px solid var(--color-accent);padding:clamp(20px, 2.7777777778vw, 40px);margin-bottom:clamp(24px, 5.5555555556vw, 80px)}.single_compare .select_section .box .box_head{font-weight:500;color:var(--color-accent);margin-bottom:clamp(16px, 1.6666666667vw, 24px);font-size:20px}.single_compare .select_section .box .check_list{display:flex;flex-wrap:wrap;gap:clamp(8px, 1.1111111111vw, 16px) clamp(8px, 1.6666666667vw, 24px)}.single_compare .select_section .compare_btn{text-align:center;display:block;width:100%;max-width:474px;margin:0 auto;padding:clamp(14px, 1.6666666667vw, 24px) clamp(40px, 5.5555555556vw, 80px);background-color:var(--color-accent);color:#fff;font-weight:500;border:none;cursor:pointer;transition:0.3s;font-size:16px}.single_compare .select_section .compare_btn:hover{opacity:0.8}.single_compare .compare_section{padding-top:clamp(40px, 6.9444444444vw, 100px)}.single_compare .compare_section .compare_table{overflow-x:auto;display:grid;grid-auto-flow:column;grid-template-rows:repeat(var(--row-count), auto)}.single_compare .compare_section .compare_content{display:contents}.single_compare .compare_section .specification_item{position:sticky;left:0;min-width:120px;background-color:var(--color-bg-common);padding:16px 8px;font-size:14px;color:#222222;border-bottom:1px solid var(--border_color);line-height:1.5;display:flex;align-items:center;justify-content:center;text-align:center;font-weight:bold}.single_compare .compare_section .specification_item:first-child{border-top:1px solid var(--border_color)}.single_compare .compare_section .product_item{padding:16px 4px;font-size:14px;border-bottom:1px solid var(--border_color);line-height:1.5;text-align:center;display:flex;align-items:center;justify-content:center;flex-direction:column;min-width:181px}.single_compare .compare_section .product_item:first-child{border-top:1px solid var(--border_color)}.single_compare .compare_section .product_item:first-child .item_code{display:flex;font-weight:bold;margin-bottom:8px;align-items:center;justify-content:center;gap:4px}.single_compare .compare_section .product_item:first-child .item_code::after{content:"";display:block;width:12px;aspect-ratio:1;background-image:url(../img/common/arrow_compare.svg);background-size:contain}.single_compare .compare_section .product_item:first-child .item_img{display:flex;align-items:center;justify-content:center;max-width:64px;width:100%;aspect-ratio:1}.single_compare .compare_section .product_item:first-child img{object-fit:contain}.single_compare .compare_section .product_item a{display:flex;align-items:center;flex-direction:column}.single_compare .compare_section .product_item a:hover{opacity:0.7}.single_compare .compare_section .no_product{text-align:center;color:#222222;padding:clamp(40px, 5.5555555556vw, 80px);grid-column:1 / -1}@media (max-width:1024px){.single_compare .select_section .product_list{gap:16px}.single_compare .select_section .product_item{width:calc((100% - 16px * 4) / 5)}.single_compare .select_section .compare_btn{max-width:100%;padding:20px 40px}.single_compare .compare_section .compare_table .specification_list{min-width:100px}.single_compare .compare_section .compare_table .product_list .product_item{min-width:160px}}@media (max-width:768px){.single_compare .select_section .product_item{width:calc((100% - 16px * 3) / 4)}.single_compare .select_section .box .check_list{gap:12px 16px}.single_compare .compare_section .compare_table .specification_list{min-width:90px}.single_compare .compare_section .compare_table .specification_list .specification_item{font-size:12px;padding:12px 8px}.single_compare .compare_section .compare_table .product_list .product_item{min-width:140px}.single_compare .compare_section .compare_table .product_list .product_item .child_list .child_item{font-size:12px;padding:12px 8px}}@media (max-width:480px){.single_compare label:has(input[type="checkbox"]){gap:4px}.single_compare .select_section{padding-top:clamp(40px, 3.8888888889vw, 56px);padding-bottom:clamp(40px, 3.8888888889vw, 56px)}.single_compare .select_section .txt{margin-bottom:24px}.single_compare .select_section .product_list{gap:12px}.single_compare .select_section .product_item{width:calc((100% - 12px * 2) / 3)}.single_compare .select_section .product_item .item_img{margin-bottom:4px}.single_compare .select_section .product_item .item_code{font-size:12px;margin-bottom:0}.single_compare .select_section .product_item .item_label .label_txt{font-size:12px}.single_compare .select_section .box{padding:20px 16px;margin-bottom:24px}.single_compare .select_section .box .box_head{margin-bottom:16px}.single_compare .select_section .box .check_list{gap:8px 12px}.single_compare .select_section .box .check_item label .label_txt{font-size:14px}.single_compare .select_section .compare_btn{padding:16px 24px}.single_compare .compare_section{padding-top:clamp(40px, 3.8888888889vw, 56px);padding-bottom:clamp(80px, 5.5555555556vw, 80px)}.single_compare .compare_section .compare_table .specification_list{min-width:80px}.single_compare .compare_section .compare_table .specification_list .specification_item{padding:10px 6px}.single_compare .compare_section .compare_table .specification_list .specification_item:first-child{padding:14px 6px}.single_compare .compare_section .compare_table .product_list .product_item{min-width:120px}.single_compare .compare_section .compare_table .product_list .product_item .child_list .child_item{font-size:11px;padding:10px 6px}.single_compare .compare_section .compare_table .product_list .product_item .child_list .child_item:first-child{padding:14px 6px}.single_compare .compare_section .compare_table .product_list .product_item .child_list .child_item:nth-child(2){padding:12px 6px}.single_compare .compare_section .compare_table .product_list .product_item .child_list .child_item:nth-child(2) img{max-width:48px}}/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Fmaruyasu-s.ctag-dev12.xyz%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Fctg-theme-main%2Fassets%2Fscss%2Fsingle-compare.scss%22%2C%22wp-content%2Fthemes%2Fctg-theme-main%2Fassets%2Fscss%2F_mixin.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAEA%2CgBAAA%2CuCAAA%2CCAEE%2CuCAAA%2C6MAAA%2CCAcE%2C%2BCAAA%2C%2BDAAA%2CCAKE%2CsDAAA%2CyLAAA%2CCAeJ%2C2BAAA%2CeAAA%2CCAIA%2CkDAAA%2CsDAAA%2CCAQE%2CmEAAA%2CaAAA%2CCAGA%2C%2BEAAA%2CoBAAA%2CCAKF%2CgCAAA%2C8CAAA%2CCAGE%2CqCAAA%2C%2BCAAA%2CCAIA%2C8CAAA%2C%2BCAAA%2CCAIA%2C8CAAA%2CiEAAA%2CCAMA%2C8CAAA%2C2RAAA%2CCAeE%2CwDAAA%2C2JAAA%2CCAQE%2C4DAAA%2CyCAAA%2CCAOF%2CyDAAA%2C2HAAA%2CCAOE%2C2DAAA%2CiBAAA%2CCAEE%2CmEAAA%2C%2BJAAA%2CCAaF%2CiEAAA%2CyBAAA%2CCAEE%2CyEAAA%2CUAAA%2CCAMJ%2C0DAAA%2CiCAAA%2CCAIE%2CqEAAA%2CcAAA%2CCAMJ%2CqCAAA%2CoJAAA%2CCAME%2C%2BCAAA%2CwGAAA%2CCAOA%2CiDAAA%2CiGAAA%2CCAOF%2C6CAAA%2C8QAAA%2CCAeE%2CmDAAA%2CWAAA%2CCAMJ%2CiCAAA%2C8CAAA%2CCAGE%2CgDAAA%2CoGAAA%2CCAOA%2CkDAAA%2CgBAAA%2CCAIA%2CqDAAA%2CkRAAA%2CCAgBE%2CiEAAA%2CwCAAA%2CCAKF%2C%2BCAAA%2C0MAAA%2CCAYE%2C2DAAA%2CwCAAA%2CCAEE%2CsEAAA%2CiGAAA%2CCAOE%2C6EAAA%2CgIAAA%2CCASF%2CqEAAA%2C%2BFAAA%2CCAQA%2C%2BDAAA%2CkBAAA%2CCAIF%2CiDAAA%2CqDAAA%2CCAIE%2CuDAAA%2CWAAA%2CCAMJ%2C6CAAA%2C4FAAA%2CCC3JF%2C0BDqKI%2C8CAAA%2CQAAA%2CCAIA%2C8CAAA%2CiCAAA%2CCAIA%2C6CAAA%2CgCAAA%2CCAQE%2CoEAAA%2CeAAA%2CCAKE%2C4EAAA%2CeAAA%2CCAAA%2CCCrLR%2CyBD%2BLI%2C8CAAA%2CiCAAA%2CCAKE%2CiDAAA%2CaAAA%2CCAQA%2CoEAAA%2CcAAA%2CCAGE%2CwFAAA%2C%2BBAAA%2CCAOA%2C4EAAA%2CeAAA%2CCAII%2CoGAAA%2C%2BBAAA%2CCAAA%2CCCrNZ%2CyBDiOE%2CkDAAA%2COAAA%2CCAIA%2CgCAAA%2C8FAAA%2CCAIE%2CqCAAA%2CkBAAA%2CCAIA%2C8CAAA%2CQAAA%2CCAIA%2C8CAAA%2CiCAAA%2CCAGE%2CwDAAA%2CiBAAA%2CCAIA%2CyDAAA%2C8BAAA%2CCAME%2CqEAAA%2CcAAA%2CCAMJ%2CqCAAA%2CoCAAA%2CCAIE%2C%2BCAAA%2CkBAAA%2CCAIA%2CiDAAA%2CYAAA%2CCAMI%2CkEAAA%2CcAAA%2CCAON%2C6CAAA%2CiBAAA%2CCAKF%2CiCAAA%2C8FAAA%2CCAKI%2CoEAAA%2CcAAA%2CCAGE%2CwFAAA%2CgBAAA%2CCAGE%2CoGAAA%2CgBAAA%2CCAOF%2C4EAAA%2CeAAA%2CCAII%2CoGAAA%2C%2BBAAA%2CCAIE%2CgHAAA%2CgBAAA%2CCAIA%2CiHAAA%2CgBAAA%2CCAGE%2CqHAAA%2CcAAA%2CCAAA%22%7D */