﻿/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:0.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace, monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}.sample{position:absolute;left:50%;transform:translate(-50%, 0)}@media (min-width: 768px){.pc-only{display:block}.sp-only{display:none}}@media (max-width: 767px){.pc-only{display:none}.sp-only{display:block}}h1,h2,h3,h4,ol,ul,dl,dt,dd,figure,p{margin:0;padding:0}ul,li{list-style:none}*{box-sizing:border-box !important}@media (min-width: 768px){.pc-only{display:block !important}.sp-only{display:none !important}}@media (max-width: 767px){.pc-only{display:none !important}.sp-only{display:block !important}}body{font-family:"Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;line-height:1.4;font-size:16px;width:100%;overflow-x:hidden;color:#1F1F1F}@media (max-width: 767px){body{font-size:14px}}.txt-center{text-align:center}.txt-right{text-align:right}.txt-bold{font-weight:700}.txt-normal{font-weight:normal}.dflex{display:flex}.dflex-center{justify-content:center;align-items:center}.dflex-spbtwn{justify-content:space-between}.dflex-reverse{flex-direction:row-reverse}.dflex-column{flex-direction:column}.dflex-column-reverse{flex-direction:column-reverse}.dflex-aic{align-items:center}.dgrid{display:grid}.circle{border-radius:50%}a{transition:all .2s ease-in;text-decoration:none}img{vertical-align:bottom;display:block}.img-center{margin:0 auto}.m5050vw{margin:0 calc(50% - 50vw);width:100vw}.dblock{display:block}html{scroll-behavior:smooth}.w100{width:100%}.shadow{box-shadow:2px 4px 12px 0px rgba(31,31,31,0.16)}.sec{padding:80px 16px}@media (max-width: 767px){.sec{padding:40px 0}}.sec .sec_ttl{text-align:center;font-size:40px;line-height:1;font-weight:700;color:#1F1F1F;margin-bottom:40px}@media (max-width: 767px){.sec .sec_ttl{font-size:6vw;line-height:1.4}}.sec .sec_ttl span{position:relative}.sec .sec_ttl span:after{width:40px;height:4px;background-color:#DB2E40;content:"";display:block;position:absolute;left:50%;transform:translate(-50%, 0);bottom:-10px}.sec .sec_subttl{text-align:center}.sec .lead{text-align:center;font-size:20px;margin-bottom:24px}@media (max-width: 767px){.sec .lead{font-size:8vw}}.sec .lead .stxt{font-size:14px}.sec .lead .stxt a{font-size:14px}.sec .lead strong{line-height:1.8;font-size:24px}@media (max-width: 767px){.sec .lead strong{font-size:4.5vw;line-height:1.2}}.sec .lead strong span{font-size:20px}@media (max-width: 767px){.sec .lead strong span{font-size:4vw;display:block;line-height:1.4;margin-top:1vw}}.sec img{width:100%}.bg-white{background-color:#fff}.bg-lightpink{background-color:#FFF0F2}.bg-red{background-color:#DB2E40}.btn a{display:block;text-align:center;font-size:16px;font-weight:700;border-radius:8px;transition:all .3s ease-in}.btn-red a{display:block;position:relative;background-color:#DB2E40;box-shadow:0px 6px 0px 0px #D60040;color:#fff;overflow:hidden;transition:300ms}.btn-red a:after{content:"";display:block;width:32px;height:32px;background:url(/assets/nyanko_wifi/icon_arrow_btn-d1e7528240382c606c27ce4d3652793690c25738272efbe30eaec3659e09dd54.svg) no-repeat top center/contain;position:absolute;top:50%;transform:translate(0, -50%);right:20px}.btn-red a:hover{transform:translateY(4px);box-shadow:unset}.btn-red a:before{position:absolute;content:'';display:inline-block;top:-180px;left:0;width:30px;height:100%;background-color:#b5e7ff;transition:300ms;animation:btn_animation 2.5s ease-in-out infinite}@keyframes btn_animation{0%{transform:scale(0) rotate(45deg);opacity:0}80%{transform:scale(0) rotate(45deg);opacity:0.5}81%{transform:scale(4) rotate(45deg);opacity:1}100%{transform:scale(50) rotate(45deg);opacity:0}}.fix-btn-parent{display:flex;justify-content:center;align-items:center;height:120px;width:100%}.fix-btn-parent .fix-btn{position:fixed;background-color:rgba(0,0,0,0.5);z-index:998;width:100%;height:120px;bottom:0%}.fix-btn-parent .btn-red{position:absolute;background:#DB2E40;margin:40px auto 0;width:480px;left:50%;z-index:999;border-radius:10px;transform:translateX(-50%) translateY(-24%)}@media (max-width: 767px){.fix-btn-parent .btn-red{width:90%}}.fix-btn-parent .btn-red a{height:90px;padding:20px 15px 0 0}@media (max-width: 767px){.fix-btn-parent .btn-red a{height:70px;padding:12px 15px 0 0}}.fix-btn-parent .btn-red a>span:nth-of-type(1){display:inline-block;padding:20 0 0 0;font-size:16px}@media (max-width: 767px){.fix-btn-parent .btn-red a>span:nth-of-type(1){font-size:12px}}.fix-btn-parent .btn-red a>span:nth-of-type(2){font-size:24px}@media (max-width: 767px){.fix-btn-parent .btn-red a>span:nth-of-type(2){font-size:16px}}.fix-btn-parent .btn-red a>span:nth-of-type(3){font-size:22px}@media (max-width: 767px){.fix-btn-parent .btn-red a>span:nth-of-type(3){font-size:16px}}.fix-btn-parent .btn-red a:after{content:"";display:block;position:absolute;background:url(/assets/nyanko_wifi/icon_arrow_right_white-a8de818e58d8b22bc6c8cba976bcfb5ad6e903583f0fffee4c73270fe6a87cdc.png) no-repeat top center;left:92%;bottom:15px;transform:translate(-50%, 0);width:40px;height:40px}@media (max-width: 767px){.fix-btn-parent .btn-red a:after{left:93%;bottom:6px}}.link a{color:#0068B7}.link a:hover{text-decoration:underline}.scroll_up{transition:0.8s ease-in-out;transform:translateY(80px);opacity:0}.scroll_up.on{transform:translateY(0);opacity:1.0}.footer .footer_inner{padding:0 0 16px 0;display:flex;justify-content:center}.footer .logo_pc{margin:0 calc((100vw - 768px) / 7) 0 0}.footer .logo_pc img{display:block;margin:0 auto;width:100%;max-width:182px}@media (max-width: 767px){.footer .logo_pc{display:none}}.footer .logo_sp{display:none;margin-bottom:24px}.footer .logo_sp img{display:block;margin:0 auto}@media (max-width: 767px){.footer .logo_sp{display:block}}.footer nav{margin-bottom:24px}.footer nav ul{gap:16px;justify-content:center}@media (max-width: 1390px){.footer nav ul{flex-wrap:wrap}}@media (max-width: 767px){.footer nav ul{justify-content:unset;width:100%;gap:16px 0}}.footer nav ul li{position:relative}@media (max-width: 767px){.footer nav ul li{width:50%}}@media (max-width: 767px){.footer nav ul li .div-uline{display:block}.footer nav ul li .div-uline:before{border-bottom:1px;position:absolute;content:"";background-color:#1F1F1F;width:150px;height:1px;left:15px;top:150%}}.footer nav ul li a{display:block;padding:8px;font-size:14px;color:#1F1F1F}@media (max-width: 767px){.footer nav ul li a{padding:0 14px;font-size:13px}}.footer nav ul li a:hover{text-decoration:underline}.footer nav ul:nth-child(2){padding-top:10px}@media (max-width: 767px){.footer nav ul:nth-child(2):nth-child(2){padding-top:20px}}.footer small{display:block;margin:0 auto;font-size:12px;text-align:center}@media (max-width: 767px){.footer small{padding:0 16px}}.header{width:100%;position:fixed;width:100%;top:0;left:0;background-color:#fff;z-index:1000}@media (max-width: 1390px){.header{height:70px}}.header .logo a:hover{opacity:0.7}@media (min-width: 768px){.header .logo a img{width:100%;max-width:151px}}@media (max-width: 767px){.header .logo a img{width:128px}}.header .inner{max-width:1440px;padding:8px 12px;position:relative;height:100%}@media (max-width: 1390px){.header .inner{padding:8px 0px 8px 12px}}.header .inner>.dflex{justify-content:space-between;align-items:center}@media (max-width: 1390px){.header .inner>.dflex{height:100%}}.header .header__nav>.dflex .naviarea{display:flex;flex-direction:column}.header .header__nav>.dflex .naviarea a{padding:0 8px;line-height:1}.header .header__nav .gnavi-upper{margin-left:auto;padding-top:8px}.header .header__nav .gnavi-upper a{color:#777}.header .header__nav .gnavi-bottom{margin-top:14px}.header .header__nav .gnavi-bottom a{color:#1F1F1F}.header .btn{padding:10px;margin-left:16px}@media (max-width: 767px){.header .btn{margin-left:0}}.header .btn a{line-height:43px;width:120px;box-shadow:unset;transform:unset;border-radius:16px;overflow:hidden}.header .btn a:hover{opacity:0.7}.header .btn a .dflex{justify-content:center;gap:8px}@media (max-width: 1390px){.header .btn a{line-height:48px;width:100%;font-size:12px}.header .btn a .dflex{gap:4px}}@media (max-width: 767px){.header .btn{right:60px}}.header .btn-red{background:#DB2E40;color:#fff}.header .btn-white{background:#fff;color:#DB2E40;outline:2px solid #DB2E40;outline-offset:-2px}.header .dflex-items{align-items:baseline}.header .header__hamburger{display:none}.header .area-pc{display:block}.header .area-sp{display:none}@media (max-width: 1390px){.header .header__nav{position:fixed;right:0;left:0;bottom:0;width:100%;height:calc(100vh - 64px);height:calc(100% - 64px);transform:translateX(100%);background-color:#fff;color:#1F1F1F;transition:ease 0.4s;z-index:100;padding:24px 24px 0 24px}.header .header__nav>.dflex{width:100%}.header .header__nav>.dflex>.naviarea{width:100%;flex-direction:column-reverse !important}.header .header__nav nav.gnavi{width:100%}.header .header__nav nav.gnavi ul.gnavi_list li a{color:#1F1F1F;display:block;text-decoration:none}.header .header__nav .gnavi-upper ul{flex-wrap:wrap;gap:30px 0;padding:16px 10px}.header .header__nav .gnavi-upper ul li{width:50%}.header .header__nav .gnavi-bottom{width:100%;margin-top:0}.header .header__nav .gnavi-bottom ul.gnavi_list{flex-direction:column}.header .header__nav .gnavi-bottom ul.gnavi_list li{border-bottom:1px solid #fff;width:100%}.header .header__nav .gnavi-bottom ul.gnavi_list li a{padding:10px 16px !important;font-size:18px;line-height:1.6}.header .nav-items__item:last-child a{margin-bottom:0}.header .area-sp{display:block}.header .area-sp .btn a{font-size:30px}.header .area-pc{display:none}.header .link{background-image:linear-gradient(to right, #000 8px, transparent 8px);background-size:10px 1px;background-repeat:repeat-x;background-position:left bottom}.header .header__hamburger{width:71px;height:71px;display:flex;flex-direction:column;justify-content:center;align-items:center}.header .hamburger{background:#DB2E40;border:none;z-index:9999;position:relative;padding:0}.header .hamburger span{width:60%;height:3px;background-color:#fff;position:relative;transition:ease 0.4s;display:block;border-radius:2px}.header .hamburger span:nth-child(1){top:0}.header .hamburger span:nth-child(2){margin:8px 0}.header .hamburger span:nth-child(3){top:0}.header .header__nav.active{transform:translateX(0)}.header .hamburger.active span:nth-child(1){top:9px;transform:rotate(45deg)}.header .hamburger.active span:nth-child(2){opacity:0}.header .hamburger.active span:nth-child(3){top:-13px;transform:rotate(-45deg)}}.breadnav{background-color:#F8F8F8}.breadnav .inner{max-width:1440px;padding:12px 120px}@media (max-width: 767px){.breadnav .inner{padding:8px 16px}}.breadnav .breadnav_list{align-items:center}@media (max-width: 767px){.breadnav .breadnav_list{flex-wrap:wrap}}.breadnav .breadnav_list .breadnav_list_item{font-weight:500}.breadnav .breadnav_list .breadnav_list_item a{color:#0068B7;font-weight:500}.breadnav .breadnav_list .breadnav_list_item a:hover{text-decoration:underline}.breadnav .breadnav_list .breadnav_list_item:not(:last-of-type):after{content:"";display:inline-block;background:url(/images/nyanko_wifi/icon_arrow_right_bread.svg) no-repeat top center;width:24px;height:24px;vertical-align:text-bottom;margin:0 8px}html{scroll-padding-top:104px}@media (max-width: 1390px){html{padding-top:64px}}main{padding:0 0 30px}@media (max-width: 767px){main{padding:0 0 25px}}.inner{width:100%;max-width:1040px;margin:0 auto}@media (max-width: 767px){.inner{max-width:unset;padding:0 16px}}.l-top .kv{padding-top:70px}@media (max-width: 1390px){.l-top .kv{padding-top:0px}}.l-top .kv .mainimg{width:auto;position:relative}.l-top .kv .mainimg img{width:100%}.l-top .kv .zoomimg{position:absolute;top:35%;left:28%;opacity:0;scale:0.8}@media (max-width: 767px){.l-top .kv .zoomimg{top:28%;left:14%}}.l-top .kv .zoomimg>picture>img{width:45vw;height:auto}@media (max-width: 767px){.l-top .kv .zoomimg>picture>img{width:75vw}}.l-top .kv .zoomimg.show{opacity:1;scale:1;transition:opacity 0.6s ease 1s,scale 0.6s cubic-bezier(0.7, 2.6, 0.43, 0.74) 1s}.l-top .kv .kvnav{display:flex;justify-content:center;text-align:center;position:absolute;top:84%;left:50%;transform:translate(-50%, -50%);gap:20px}@media (max-width: 767px){.l-top .kv .kvnav{top:90%;gap:10px}}.l-top .kv .kvnav a{display:block}.l-top .kv .kvnav .txt-red{color:#DB2E40;display:block;margin-top:10px;font-size:1.6vw;font-weight:700}@media (max-width: 767px){.l-top .kv .kvnav .txt-red{font-size:3.5vw}}.l-top .kv .kvnav .txt-yellow{position:relative;z-index:2;color:#ff6318;font-size:1.8vw;font-style:normal;font-weight:700;line-height:100%}@media (max-width: 767px){.l-top .kv .kvnav .txt-yellow{font-size:3.8vw}}.l-top .kv .kvnav .txt-yellow:before{content:"";position:absolute;z-index:-1;height:7px;bottom:5px;width:100%;display:inline-block;background-color:#FFF838}@media (max-width: 767px){.l-top .kv .kvnav .txt-yellow:before{height:3px}}.l-top .kv .kvnav .txt-yellow-la{font-size:2.2vw;padding:0 3px}@media (max-width: 767px){.l-top .kv .kvnav .txt-yellow-la{font-size:4.6vw}}.l-top .kv .kvnav .txt-yellow-la.pd-right{padding:0 3 0 0px}.l-top .kv .kvnav img{width:16%}.l-top .kv .kvnav-area{width:14.5vw;background-color:#fff;border-radius:7px}@media (max-width: 767px){.l-top .kv .kvnav-area{width:29vw}}.l-top #sec-start a.a-black{padding-top:10px;font-size:22px;color:#1F1F1F;text-decoration:underline}@media (max-width: 767px){.l-top #sec-start a.a-black{font-size:14px}}.l-top #sec-start .arrow-black{margin-top:15px;width:40px;height:40px;background:url(/assets/nyanko_wifi/icon_arrow_right_black-c27e267fa0872bd9de74652981d004084cd767589f92d0bbc65cb0d1dee62739.svg) no-repeat top center}.l-top #sec-start .sp_img{display:none}@media (max-width: 767px){.l-top #sec-start .sp_img{display:block;transform:translate(0px, 20px)}}.l-top #sec-start .pc_img{max-width:760px;display:block}@media (max-width: 767px){.l-top #sec-start .both_img{max-width:200px;transform:translate(0px, 30px)}}.l-top #sec-points .dflex{justify-content:center;gap:32px}@media (max-width: 767px){.l-top #sec-points .dflex{flex-direction:column;justify-content:unset;gap:unset}}.l-top #sec-points .dflex a{color:#1F1F1F;min-height:265px;display:block}@media (max-width: 767px){.l-top #sec-points .dflex a{min-height:unset}.l-top #sec-points .dflex a:last-of-type .item figure{align-items:center}.l-top #sec-points .dflex a:last-of-type .item figure figcaption{padding-bottom:0}}.l-top #sec-points .dflex a:last-of-type figcaption{margin-top:16px}.l-top #sec-points .dflex .item{border:4px solid #0068B7;box-shadow:0px 6px 0px 0px #0068B7;width:264px;padding:24px;border-radius:8px;height:100%}@media (max-width: 767px){.l-top #sec-points .dflex .item{position:relative;width:100%;padding:16px;display:flex}}.l-top #sec-points .dflex .item figcaption{color:#0068B7;text-align:center;font-size:18px;font-weight:700}@media (max-width: 767px){.l-top #sec-points .dflex .item figcaption{text-align:left;margin-top:0 !important;padding-bottom:20px}}@media (max-width: 767px){.l-top #sec-points .dflex .item figure{display:flex;gap:8px}}.l-top #sec-points .dflex .item figure img{display:block;margin:0 auto 7px}@media (max-width: 767px){.l-top #sec-points .dflex .item figure img{width:64px;margin:0}}.l-top #sec-points .dflex .item .txt{display:flex;text-align:center;justify-content:center;gap:8px;margin-top:8px;font-weight:700}@media (max-width: 767px){.l-top #sec-points .dflex .item .txt{font-size:16px;font-weight:700;position:absolute;left:88px;bottom:12px}.l-top #sec-points .dflex .item .txt img{width:18px}}@media (max-width: 767px){.l-top #sec-select3 .dflex{display:flex;flex-direction:column}}.l-top #sec-select3 .add-img{position:relative}.l-top #sec-select3 .add-img:before{position:absolute;content:"";background-image:url(/assets/nyanko_wifi/icon_nyanko-ba7fb836142e6d57e3108000b8052efb20699359469cac884948f61d05fdbe76.png);background-size:54%;background-repeat:no-repeat;width:100%;height:200px;z-index:-1;left:54%;top:-48%}@media (max-width: 767px){.l-top #sec-select3 .add-img:before{background-size:35%;left:-4.5%;top:-28%}}.l-top #sec-select3 .inav{padding:0 40 40 40}.l-top #sec-price{padding:40px 0}@media (max-width: 767px){.l-top #sec-price{padding:40px 10px}}.l-top #sec-price .inner{width:100%;max-width:936px;margin:0 auto}@media (max-width: 767px){.l-top #sec-price .inner{max-width:unset}}.l-top #sec-price .sec_txt{font-size:24px;margin-bottom:30px}@media (max-width: 767px){.l-top #sec-price .sec_txt{font-size:16px;margin-bottom:14px}}.l-top #sec-price .sec_txt .stxt{font-size:16px;font-weight:300}@media (max-width: 767px){.l-top #sec-price .sec_txt .stxt{font-size:14px}}.l-top #sec-price .tab-wrap{margin-bottom:30px}@media (max-width: 767px){.l-top #sec-price .tab-wrap{margin-bottom:20px}}.l-top #sec-price .tab-menu{display:flex;border-bottom:8px solid #DB2E40}@media (max-width: 767px){.l-top #sec-price .tab-menu{border-bottom:4px solid #DB2E40}}.l-top #sec-price .tab-menu.active{border-color:#ff6318}.l-top #sec-price .tab{width:50%;text-align:center;cursor:pointer;transition:all 0.3s;font-size:20px;background-color:#ededed;padding:10px 0 15px;border-radius:16px 16px 0 0;line-height:1.6;position:relative}@media (max-width: 767px){.l-top #sec-price .tab{font-size:16px}}@media (max-width: 767px){.l-top #sec-price .tab .stxt{font-size:14px}}.l-top #sec-price .tab.active{color:#fff;background-color:#DB2E40}.l-top #sec-price .tab:last-of-type.active{background-color:#ff6318}.l-top #sec-price .tab-contents{display:none;padding:25px 25px 40px;border-radius:0 0 16px 16px}@media (max-width: 767px){.l-top #sec-price .tab-contents{padding:16px 16px 20px}}.l-top #sec-price .tab-contents .border{width:2px;height:64px;background-color:#0f1a40}@media (max-width: 767px){.l-top #sec-price .tab-contents .border{width:1px;height:24px}}.l-top #sec-price .tab-contents>.dflex-center{font-size:32px;margin-bottom:30px}@media (max-width: 767px){.l-top #sec-price .tab-contents>.dflex-center{font-size:18px;margin-bottom:20px}}.l-top #sec-price .tab-contents>.dflex-center dl,.l-top #sec-price .tab-contents>.dflex-center main .sec-price .tab-contents>.dflex-center dt,.l-top #sec-price .tab-contents>.dflex-center main .sec-price .tab-contents>.dflex-center dd{line-height:64px}@media (max-width: 767px){.l-top #sec-price .tab-contents>.dflex-center dl,.l-top #sec-price .tab-contents>.dflex-center main .sec-price .tab-contents>.dflex-center dt,.l-top #sec-price .tab-contents>.dflex-center main .sec-price .tab-contents>.dflex-center dd{line-height:24px}}.l-top #sec-price .tab-contents>.dflex-center dl{display:flex;justify-content:center;width:49%}.l-top #sec-price .tab-contents>.dflex-center dl .dflex{gap:50px;align-items:center}@media (max-width: 767px){.l-top #sec-price .tab-contents>.dflex-center dl .dflex{gap:10px}}.l-top #sec-price .tab-contents>.dflex-center dd span{font-size:23px;display:block;line-height:1.3;text-align:center}@media (max-width: 767px){.l-top #sec-price .tab-contents>.dflex-center dd span{font-size:14px}}@media (max-width: 767px){.l-top #sec-price .tab-contents .dflex-spbtwn{flex-direction:column;gap:20px}}.l-top #sec-price .tab-contents .box{background-color:#ededed;border-radius:16px;width:49%;min-height:120px;padding:25px 15px 10px;position:relative}@media (max-width: 767px){.l-top #sec-price .tab-contents .box{max-width:unset;min-height:unset;width:100%;margin:0 auto;padding:10px 20px}}.l-top #sec-price .tab-contents .box .fee{font-size:16px;line-height:1;position:absolute;right:-8px;bottom:-24px}@media (max-width: 767px){.l-top #sec-price .tab-contents .box .fee{font-size:12px;bottom:-14px}}.l-top #sec-price .tab-contents .box .icon{display:flex;align-items:center;line-height:1;margin:5px 10px 0px 10px}@media (max-width: 767px){.l-top #sec-price .tab-contents .box .icon{margin:10px 10px 10px 4px}}.l-top #sec-price .tab-contents .box .icon img{display:unset}@media (min-width: 768px){.l-top #sec-price .tab-contents .box .icon img{width:35px}.l-top #sec-price .tab-contents .box .icon img.box2img{height:48px}}@media (max-width: 767px){.l-top #sec-price .tab-contents .box .icon img{width:20px}}.l-top #sec-price .tab-contents .box .spflex{justify-content:center}@media (max-width: 767px){.l-top #sec-price .tab-contents .box .spflex{align-items:baseline}}.l-top #sec-price .tab-contents .box .box_txt_youryo{font-size:20px;margin:20px 0 0 0}@media (max-width: 767px){.l-top #sec-price .tab-contents .box .box_txt_youryo{font-size:14px;margin:15px 0 0 0}}.l-top #sec-price .tab-contents .box .price{font-size:64px;margin:0 0 10px 0}@media (max-width: 767px){.l-top #sec-price .tab-contents .box .price{font-size:32px;display:flex;align-items:baseline;margin:0}}.l-top #sec-price .tab-contents .box .price .stxt{font-size:28px}@media (max-width: 767px){.l-top #sec-price .tab-contents .box .price .stxt{font-size:16px;margin:0 0 3px 0}}.l-top #sec-price .tab-contents .box .box_txt_price{font-size:48px}@media (max-width: 767px){.l-top #sec-price .tab-contents .box .box_txt_price{width:50%;font-size:36px}}.l-top #sec-price .tab-contents .box .box_txt_price .vtxt{font-size:20px;display:block;line-height:1}@media (max-width: 767px){.l-top #sec-price .tab-contents .box .box_txt_price .vtxt{font-size:16px}}.l-top #sec-price .tab-contents .box .box1img{margin-top:25px}.l-top #sec-price .tab-contents .box span.txt-red{background:var(--Linear, linear-gradient(92deg, #ff8a8c 0%, #DB2E40 100%));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.l-top #sec-price .tab-contents .box span.txt-orange{background:var(--Linear, linear-gradient(92deg, #FF9B00 0%, #FF6318 100%));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.l-top #sec-price .tab-contents.active{display:block}.l-top #sec-price .tab-contents p{padding:1rem 2rem}.l-top #sec-price .annotation{padding:0 20px}.l-top #sec-price .price-img01 .img-01{width:100%;max-width:343px;height:auto}.l-top #sec-price .price-img02 .img-01{width:100%;height:auto;max-width:550px;padding-top:48px}.l-top #sec-price .price-img02 .img-02{width:100%;height:auto;max-width:650px}.l-top #sec-price img{width:auto;margin-left:auto;margin-right:auto}.l-top #sec-other .price-area{background:#fff;margin-top:50px;padding-left:40px;padding-right:40px;border-radius:20px}@media (max-width: 767px){.l-top #sec-other .price-area{padding-left:12px;padding-right:12px}}@media (max-width: 767px){.l-top #sec-other .font-sp{font-size:10px}}.l-top #sec-other .dflex{height:170px;align-items:center}@media (max-width: 767px){.l-top #sec-other .dflex{height:70px}}.l-top #sec-other .dflex:first-of-type{margin-top:10px}.l-top #sec-other .dflex:not(:last-of-type){border-bottom:solid 2px #DB2E40}@media (max-width: 767px){.l-top #sec-other .dflex div:nth-child(1){width:37%}}@media (max-width: 767px){.l-top #sec-other .dflex div:nth-child(2){width:63%}}.l-top #sec-other .font-under>div{display:flex;padding-top:5px}.l-top #sec-other .font-under>div>p:nth-child(2){padding-left:10px}@media (max-width: 767px){.l-top #sec-other .font-under>div{font-size:10px}}.l-top #sec-other .flex-item{padding:14px 14px 14px 14px;width:50%;font-size:32px;font-weight:700}@media (max-width: 767px){.l-top #sec-other .flex-item{padding:14px 0px 14px 10px;font-size:18px}.l-top #sec-other .flex-item .font-sp{font-size:14px}}.l-top #sec-other .flex-item span.sm-top{font-size:26px;vertical-align:top}@media (max-width: 767px){.l-top #sec-other .flex-item span.sm-top{font-size:10px}}.l-top #sec-other .flex-item:nth-child(1){color:#DB2E40}.l-top #sec-other .flex-item:nth-child(2){text-align:center}.l-top #sec-device{padding:40px 0}.l-top #sec-device .sec_txt{font-size:32px;line-height:3}@media (max-width: 767px){.l-top #sec-device .sec_txt{font-size:16px;line-height:1}}.l-top #sec-device .contents{width:100%;max-width:830px;margin:0 auto}@media (max-width: 767px){.l-top #sec-device .contents{max-width:unset}}@media (max-width: 767px){.l-top #sec-device .contents .box{margin-top:0}.l-top #sec-device .contents .box>.dflex-spbtwn{flex-direction:column}}.l-top #sec-device .contents .box .box_ttl{font-size:24px;padding:0 0 24px 0}@media (max-width: 767px){.l-top #sec-device .contents .box .box_ttl{padding:14px 0 0 0;font-size:18px;line-height:1}}.l-top #sec-device .contents .box .left{width:426px;padding:35px 0 0 60px}@media (max-width: 767px){.l-top #sec-device .contents .box .left{width:100%;padding:0 10px;margin-bottom:30px}}.l-top #sec-device .contents .box .left img{width:100%;margin-bottom:26px}@media (max-width: 767px){.l-top #sec-device .contents .box .left img{width:280px;display:block;margin:0 auto}}.l-top #sec-device .contents .box .left .name{font-size:20px;margin-bottom:32px}@media (max-width: 767px){.l-top #sec-device .contents .box .left .name{font-size:18px;margin-bottom:20px}}.l-top #sec-device .contents .box .left dl{font-size:14px}.l-top #sec-device .contents .box .left dl div{padding:10px 0}.l-top #sec-device .contents .box .left dl div:nth-child(even){background-color:#FFF0F2}.l-top #sec-device .contents .box .left dl div dt{width:120px}.l-top #sec-device .contents .box .left dl div dd{width:calc(100% - 120px)}.l-top #sec-device .contents .box .list{width:320px}@media (max-width: 767px){.l-top #sec-device .contents .box .list{width:90%;margin:0 auto}}.l-top #sec-device .contents .box .list li{border-radius:16px;padding:30px 40px}.l-top #sec-device .contents .box .list li:last-of-type{padding-left:30px}.l-top #sec-device .contents .box .list li:not(:last-of-type){margin-bottom:24px}.l-top #sec-device .contents .box .list li .ttl{font-size:18px;margin-bottom:8px;text-align:center}.l-top #sec-device .contents .box .list li .txt-red{color:#DB2E40;font-size:36px;text-align:center}.l-top #sec-device>div.inner:first-child{padding:0 0 20px 0}@media (max-width: 767px){.l-top #sec-support .lead{font-size:4vw}}.l-top #sec-support .inner{max-width:1128px}@media (max-width: 767px){.l-top #sec-support .inner{max-width:unset}}.l-top #sec-support .inner .dflex{flex-wrap:wrap;gap:24px}@media (max-width: 767px){.l-top #sec-support .inner .dflex{gap:4vw}}.l-top #sec-support .inner .alert{padding-top:24px;font-size:16px}.l-top #sec-support .inner ul{list-style:none}.l-top #sec-support .inner li{text-indent:-1em;padding-left:1em}.l-top #sec-support .inner li::before{content:"・"}.l-top #sec-support .inner .font-sp{display:none}@media (max-width: 767px){.l-top #sec-support .inner .font-sp{display:block}}.l-top #sec-support .inner .font-pc{display:block}@media (max-width: 767px){.l-top #sec-support .inner .font-pc{display:none}}.l-top #sec-flow img{width:auto}.l-top #sec-flow .inner{max-width:848px}@media (max-width: 767px){.l-top #sec-flow .lead{font-size:4vw}}.l-top #sec-flow .box{display:flex;flex-direction:column;justify-content:center;align-items:center}.l-top #sec-flow .box>div{width:680px}@media (max-width: 767px){.l-top #sec-flow .box>div{width:320px}}.l-top #sec-flow .box>div:first-of-type{height:76px;padding:16px 0px 12px 24px;align-items:center;gap:16px;border-radius:8px;border:2px solid #db2e40;background:#fff;box-shadow:2px 4px 12px 0px rgba(31,31,31,0.16)}.l-top #sec-flow .box>div:first-of-type>div>div .bold{font-size:24px;font-weight:700}@media (max-width: 767px){.l-top #sec-flow .box>div:first-of-type>div>div .bold{font-size:16px}}.l-top #sec-flow .box>div:first-of-type>div>div:last-of-type{padding-left:16px}@media (max-width: 767px){.l-top #sec-flow .box>div:first-of-type>div>div .tiny{font-size:12px}}.l-top #sec-flow .box>div:nth-of-type(2){padding:16px 0px 12px 24px;margin-top:32px;align-items:center;gap:24px;border-radius:8px;border:2px solid #db2e40;background:#fff;box-shadow:2px 4px 12px 0px rgba(31,31,31,0.16)}.l-top #sec-flow .box>div:nth-of-type(2)>div>div .bold{font-size:24px;font-weight:700}@media (max-width: 767px){.l-top #sec-flow .box>div:nth-of-type(2)>div>div .bold{font-size:16px}}@media (max-width: 767px){.l-top #sec-flow .box>div:nth-of-type(2)>div>div .tiny{font-size:12px}}.l-top #sec-flow .box>div:nth-of-type(2)>div>div:last-of-type{padding-left:16px}.l-top #sec-flow .box>div:nth-of-type(3){width:auto;margin-top:10px}.l-top #sec-flow .box>div:nth-of-type(4){align-items:flex-end;justify-content:space-around;margin-top:70px;height:53px;border-radius:4px;background:var(--Linear, linear-gradient(92deg, #ff8a8c 0%, #db2e40 100%))}.l-top #sec-flow .box>div:nth-of-type(4)>div>div{transform:translateX(-40px)}.l-top #sec-flow .box>div:nth-of-type(4)>div>div:last-of-type{height:90px;display:flex;align-items:flex-end}.l-top #sec-flow .box>div:nth-of-type(4)>div>div .bold-white{color:#fff;font-size:24px;font-weight:700}.l-top #sec-faq{background-color:#DB2E40}.l-top #sec-faq .sec_ttl{color:#fff}.l-top #sec-faq .sec_ttl span:after{background-color:#fff}@media (max-width: 767px){.l-top #sec-faq{padding:40px 16px}}.l-top #sec-faq .inner{max-width:1000px;padding:0}.l-top #sec-faq .item:not(:last-of-type){margin-bottom:40px}.l-top #sec-faq .icon{display:block;position:relative;width:24px;flex-shrink:0;transform-origin:center 43%;transition:transform 0.4s;margin-left:auto}.l-top #sec-faq .icon:before,.l-top #sec-faq .icon:after{content:"";position:absolute;display:block;width:15px;height:2px;background-color:#1F1F1F}.l-top #sec-faq .icon:before{left:0;transform:rotate(45deg)}.l-top #sec-faq .icon:after{right:0;transform:rotate(-45deg)}.l-top #sec-faq .text_inner{cursor:pointer;display:flex;flex-direction:row;align-items:center}.l-top .js-accordion--close{display:none}.l-top .accordion-box{height:0;padding:0px 0px 0px 40px;background:#fff url(/assets/nyanko_wifi/icon_answer-a1ada76c85883c23da5a96a3eb8d49d11060c6897e8758ebb826391e79ccc051.svg) no-repeat left 16px top 20px;overflow:hidden;transition:0.4s ease;box-shadow:0px 0px 8px 0px rgba(0,0,0,0.16)}.l-top .accordion-box div{padding:16px}.l-top .accordion-box div p{line-height:1.6}.l-top .accordion-box div p:not(:first-of-type){margin-top:20px}.l-top .accordion-box .btns{gap:16px;padding:0}.l-top .accordion-box .btn{padding:0;margin-top:16px}.l-top .accordion-box .btn a{line-height:40px;width:140px;font-size:14px;font-weight:700}.l-top .js-accordion{position:relative;padding:12px 16px 12px 56px;border:none;background:#fff url(/assets/nyanko_wifi/icon_question-74f34510dc8d0d16148364fca68dcd24c39567ea7222effbe797c26132a8d70d.svg) no-repeat left 16px top 15px;color:#DB2E40;width:100%;border-radius:8px 8px 0px 0px;font-size:18px;font-weight:700;text-align:left;border-radius:16px;cursor:pointer}@media (max-width: 767px){.l-top .js-accordion{font-size:16px;padding:8px 30px 8px 40px;background-size:24px auto;background-position:left 8px center;line-height:1.4}}.l-top .js-accordion.is-accordion--open{border-radius:8px 8px 0px 0px}.l-top .js-accordion.is-accordion--open .icon{transform:rotate(180deg)}.l-top .js-accordion.is-accordion--open+.accordion-box{height:auto;opacity:1;border-radius:0px 0px 8px 8px}.l-top .inav{padding:40px}@media (max-width: 767px){.l-top .inav{padding:20px 0}}.l-top .inav ul{display:flex;justify-content:center;gap:24px}@media (max-width: 767px){.l-top .inav ul{flex-direction:column}}.l-top .inav ul li{width:100%;max-width:400px}@media (max-width: 767px){.l-top .inav ul li{max-width:unset}}.l-top .inav ul li a{padding-top:30px;display:block;color:#0068B7;font-weight:700;text-align:center;height:100%;min-height:116px;box-shadow:0px 6px 0px 0px #0068b7;border-radius:8px;border:4px solid #0068B7}@media (max-width: 767px){.l-top .inav ul li a{display:flex;align-items:center;padding:4vw 4vw;font-size:4.4vw;min-height:unset;justify-content:space-between}}.l-top .inav ul li a img{display:block;margin:6px auto 0}@media (max-width: 767px){.l-top .inav ul li a img{margin:unset}}.l-top .inav ul li:last-of-type a{padding-top:20px}@media (max-width: 767px){.l-top .inav ul li:last-of-type a{padding:4vw 4vw}}.l-top .sec .btn-red{width:480px;margin:0px auto 0}@media (max-width: 767px){.l-top .sec .btn-red{width:100%}}.l-top .sec .btn-red a{height:90px;padding:20px 15px 0 0}@media (max-width: 767px){.l-top .sec .btn-red a{height:70px;padding:12px 15px 0 0}}.l-top .sec .btn-red a>span:nth-of-type(1){font-size:16px}@media (max-width: 767px){.l-top .sec .btn-red a>span:nth-of-type(1){font-size:12px}}.l-top .sec .btn-red a>span:nth-of-type(2){font-size:24px}@media (max-width: 767px){.l-top .sec .btn-red a>span:nth-of-type(2){font-size:16px}}.l-top .sec .btn-red a>span:nth-of-type(3){font-size:22px}@media (max-width: 767px){.l-top .sec .btn-red a>span:nth-of-type(3){font-size:16px}}.l-top .sec .btn-red a:after{content:"";display:block;position:absolute;background:url(/assets/nyanko_wifi/icon_arrow_right_white-a8de818e58d8b22bc6c8cba976bcfb5ad6e903583f0fffee4c73270fe6a87cdc.png) no-repeat top center;top:35px;left:92%;transform:translate(-50%, 0);width:40px;height:40px}@media (max-width: 767px){.l-top .sec .btn-red a:after{top:25px}}.l-form{padding:146px 0 34px;background-color:#FFF0F2;padding-left:16px;padding-right:16px}@media (max-width: 767px){.l-form{padding-top:46px}}.l-form *{box-sizing:border-box}.l-form input{border:1px solid #EAEAEA;font-size:16px;font-family:"Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;line-height:1;padding:16px 8px;border-radius:8px;transition:all 0.3s ease-in}.l-form .item-sex dd .dflex input{display:none}.l-form .item-sex dd .dflex input:checked+label{border-color:#DB2E40;color:#DB2E40}.l-form .item-sex dd .dflex label{height:48px;border-radius:8px;line-height:44px;border:1px solid #EAEAEA;display:block;text-align:center;font-weight:700;color:#bbb}.l-form .ttlarea{margin-bottom:24px}.l-form .ttlarea .mainttl{text-align:center;font-size:40px;padding-bottom:16px;margin-bottom:24px}@media (max-width: 767px){.l-form .ttlarea .mainttl{font-size:24px;line-height:1.3}}.l-form .ttlarea .mainttl span{position:relative}.l-form .ttlarea .mainttl span:after{content:"";display:block;width:40px;height:4px;position:absolute;bottom:-16px;left:50%;transform:translate(-50%, 0)}@media (max-width: 767px){.l-form .ttlarea .mainttl span:after{height:2px;left:44%}}.l-form .ttlarea .stepnavi{justify-content:center;gap:170px;position:relative}.l-form .ttlarea .stepnavi:after{content:"";display:block;width:180px;height:3px;background-color:#DB2E40;border-radius:3px;position:absolute;bottom:6px;left:50%;transform:translate(-50%, 0)}.l-form .ttlarea .stepnavi li{color:#bbb;display:flex;flex-direction:column;justify-content:center;align-items:center;font-size:16px;font-weight:700;line-height:1.1}.l-form .ttlarea .stepnavi li .stxt{font-size:12px}.l-form .ttlarea .stepnavi li .circle{width:16px;height:16px;border:1px solid #DB2E40;border-radius:50%;margin-top:4px;background-color:#fff}.l-form .ttlarea .stepnavi li.active{color:#DB2E40}.l-form .ttlarea .stepnavi li.active .circle{background-color:#DB2E40}.l-form .sec-form{width:100%;max-width:1024px;margin:0 auto;border-radius:8px;overflow:hidden}.l-form .sec-form .sec_header{background-color:#DB2E40}.l-form .sec-form .sec_header .sec_ttl{color:#fff;text-align:center;line-height:64px;font-size:24px}.l-form .sec-form .sec_header .sec_ttl span{position:relative}.l-form .sec-form .sec_header .sec_ttl span:before,.l-form .sec-form .sec_header .sec_ttl span:after{content:"";display:block;display:inline-block;vertical-align:middle;width:48px;height:48px;background:url(/assets/nyanko_wifi/icon_cat_ttl-ec31a9b6469803a7e573ce1bbd85488f250102c05c80b15e93dd67cb2adc2ba5.svg) no-repeat top center}.l-form .sec-form .sec_header .sec_ttl span:before{margin-right:4px}.l-form .sec-form .sec_header .sec_ttl span:after{margin-left:4px}@media (max-width: 767px){.l-form .sec-form .sec_header .sec_ttl span:after{display:none}}.l-form .sec-form .bg-white{padding:40px}@media (max-width: 767px){.l-form .sec-form .bg-white{padding:40px 16px}}.l-form .sec-form .bg-white .box:not(:last-of-type){margin-bottom:64px}@media (max-width: 767px){.l-form .sec-form .bg-white .box:not(:last-of-type){margin-bottom:40px}}.l-form .sec-form .bg-white .box .ttl{color:#DB2E40;font-size:24px;line-height:1;margin-bottom:24px;position:relative}@media (max-width: 767px){.l-form .sec-form .bg-white .box .ttl{font-size:20px}}.l-form .sec-form .bg-white .box .ttl span{display:block;padding:0 16px 0 0;width:fit-content;position:relative;z-index:10;background-color:#fff}.l-form .sec-form .bg-white .box .ttl:after{content:"";display:block;width:100%;height:2px;background-color:#DB2E40;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.l-form .sec-form .bg-white .box dl>div{align-items:center;justify-content:space-between}@media (max-width: 767px){.l-form .sec-form .bg-white .box dl>div{flex-direction:column;gap:8px}}.l-form .sec-form .bg-white .box dl>div dt{width:300px;position:relative}@media (max-width: 767px){.l-form .sec-form .bg-white .box dl>div dt{width:100%}}.l-form .sec-form .bg-white .box dl>div dt .ricon{background-color:#DB2E40;color:#fff;width:40px;line-height:20px;border-radius:4px;position:absolute;top:50%;transform:translate(0, -50%);right:0;font-size:12px;text-align:center}@media (max-width: 767px){.l-form .sec-form .bg-white .box dl>div dt .ricon{position:unset;padding:0 8px;display:inline-block;transform:unset;margin-left:16px}}.l-form .sec-form .bg-white .box dl>div dd{width:calc(100% - (300px + 80px))}@media (max-width: 767px){.l-form .sec-form .bg-white .box dl>div dd{width:100%}}.l-form .sec-form .bg-white .box dl>div dd label{cursor:pointer}.l-form .sec-form .bg-white .box dl>div:not(:last-of-type){padding-bottom:24px;margin-bottom:24px;border-bottom:1px solid #EAEAEA}.l-form .sec-form .bg-white .box-plan>.dflex{justify-content:space-between}@media (max-width: 767px){.l-form .sec-form .bg-white .box-plan>.dflex{flex-direction:column;gap:16px}}.l-form .sec-form .bg-white .box-plan>.dflex>div{width:23.5%}@media (max-width: 767px){.l-form .sec-form .bg-white .box-plan>.dflex>div{width:100%}}.l-form .sec-form .bg-white .box-plan>.dflex input{display:none}.l-form .sec-form .bg-white .box-plan>.dflex input:checked+label{border-color:#DB2E40}.l-form .sec-form .bg-white .box-plan>.dflex label{border:2px solid #EAEAEA;border-radius:8px;display:block;width:100%;padding:16px;min-height:120px;cursor:pointer}.l-form .sec-form .bg-white .box-plan>.dflex label .dflex{justify-content:center;align-items:center;gap:10px;margin-bottom:8px;font-weight:700;height:36px}.l-form .sec-form .bg-white .box-plan>.dflex label .dflex strong{font-size:20px}.l-form .sec-form .bg-white .box-plan>.dflex label .txt-plan{font-weight:700;margin-bottom:8px;line-height:1}@media (max-width: 767px){.l-form .sec-form .bg-white .box-plan>.dflex label .txt-plan{font-size:16px}}.l-form .sec-form .bg-white .box-plan>.dflex label .stxt{font-size:12px;font-weight:700;line-height:1}.l-form .sec-form .bg-white .box-plan>.dflex label .stxt strong{font-size:16px;padding:0 2px}.l-form .sec-form .bg-white .box-plan>.dflex label .stxt span{display:block}@media (max-width: 767px){.l-form .sec-form .bg-white .box-plan>.dflex label .stxt span{display:inline-block}}.l-form .sec-form .bg-white .box-option .subttl{font-size:20px;margin-bottom:8px}.l-form .sec-form .bg-white .box-option .txt{font-size:14px;margin-bottom:24px}.l-form .sec-form .bg-white .box-option .dflex{justify-content:space-between}@media (max-width: 767px){.l-form .sec-form .bg-white .box-option .dflex{flex-direction:column;gap:16px}}.l-form .sec-form .bg-white .box-option .dflex div{width:100%;max-width:460px;height:80px}.l-form .sec-form .bg-white .box-option .dflex div input{display:none}.l-form .sec-form .bg-white .box-option .dflex div input:checked+label{border-color:#DB2E40;color:#DB2E40}.l-form .sec-form .bg-white .box-option .dflex div label{width:100%;height:100%;border:2px solid #EAEAEA;color:#bbb;display:block;text-align:center;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:8px;font-weight:700;cursor:pointer}.l-form .sec-form .bg-white .box-option .dflex div label span{font-size:12px}.l-form .sec-form .bg-white .box-option .dflex div label span strong{font-size:16px}.l-form .sec-form .bg-white .item-name dd .dflex{justify-content:space-between}@media (max-width: 767px){.l-form .sec-form .bg-white .item-name dd .dflex{gap:16px}}.l-form .sec-form .bg-white .item-name dd input{width:100%;max-width:274px}.l-form .sec-form .bg-white .item-sex dd .dflex{gap:18px}@media (max-width: 767px){.l-form .sec-form .bg-white .item-sex dd .dflex{gap:16px}}@media (max-width: 767px){.l-form .sec-form .bg-white .item-sex dd .dflex>div{width:100%}}.l-form .sec-form .bg-white .item-sex dd .dflex input{display:none}.l-form .sec-form .bg-white .item-sex dd .dflex label{width:96px}@media (max-width: 767px){.l-form .sec-form .bg-white .item-sex dd .dflex label{width:100%}}.l-form .sec-form .bg-white .item-birthday dd .dflex{align-items:center}.l-form .sec-form .bg-white .item-birthday dd .dflex input{width:100%;max-width:103px}@media (max-width: 767px){.l-form .sec-form .bg-white .item-birthday dd .dflex input{max-width:unset;width:100%}}.l-form .sec-form .bg-white .item-birthday .txt{margin:0 8px 0 4px}.l-form .sec-form .bg-white .item-add1 dd input{width:100%;max-width:260px}.l-form .sec-form .bg-white .item-100 dd input{max-width:564px;width:100%}.l-form .sec-form .bg-white .item-tel dd input{width:100%;max-width:80px}.l-form .sec-form .bg-white .item-tel2 dd input{width:100%;max-width:260px}.l-form .sec-form .bg-white .item-date>.dflex{gap:24px}@media (max-width: 767px){.l-form .sec-form .bg-white .item-date>.dflex{flex-direction:column;gap:16px}}.l-form .sec-form .bg-white .item-date>.dflex #fastest,.l-form .sec-form .bg-white .item-date>.dflex #date{display:none}.l-form .sec-form .bg-white .item-date>.dflex #fastest:checked+label,.l-form .sec-form .bg-white .item-date>.dflex #date:checked+label{border-color:#DB2E40;color:#DB2E40}.l-form .sec-form .bg-white .item-date label{border:1px solid #EAEAEA;color:#1F1F1F;cursor:pointer;height:78px;line-height:78px;display:block;width:180px;text-align:center;border-radius:8px;font-weight:700}@media (max-width: 767px){.l-form .sec-form .bg-white .item-date label{width:100%}}.l-form .sec-form .bg-white .item-date #shipping-date{align-items:center}.l-form .sec-form .bg-white .item-date #shipping-date input{width:100%;max-width:103px;display:block}@media (max-width: 767px){.l-form .sec-form .bg-white .item-date #shipping-date input{width:100%}}.l-form .sec-form .bg-white .item-date #shipping-date .txt{margin:0 12px 0 4px}.l-form .sec-form .bg-white .item-date .dflexs{gap:24px}@media (max-width: 767px){.l-form .sec-form .bg-white .item-date .dflexs{flex-direction:column;gap:16px}}.l-form .sec-form .bg-white .item-email{position:relative}.l-form .sec-form .bg-white .item-email dd{position:relative}.l-form .sec-form .bg-white .item-email dd #email-error{position:absolute;left:0;bottom:-22px}.l-form .sec-form .bg-white .links{margin-top:40px;margin-bottom:16px}.l-form .sec-form .bg-white .agree{cursor:pointer;line-height:1}@media (max-width: 767px){.l-form .sec-form .bg-white .agree{display:flex;gap:4px;align-items:center}}.l-form .sec-form .bg-white #btn-confirm,.l-form .sec-form .bg-white #btn-submit{width:100%;max-width:400px;height:64px;display:block;margin:64px auto 0;border-radius:10px;font-size:20px;font-weight:700;box-shadow:0px 8.028px 0px 0px #bbb;position:relative;border:2px solid #EAEAEA;transition:300ms}.l-form .sec-form .bg-white #btn-confirm:after,.l-form .sec-form .bg-white #btn-submit:after{content:"";display:block;width:32px;height:32px;background:url(/assets/nyanko_wifi/icon_arrow_btn-d1e7528240382c606c27ce4d3652793690c25738272efbe30eaec3659e09dd54.svg) no-repeat top center/contain;position:absolute;top:50%;transform:translate(0, -50%);right:20px;display:none}.l-form .sec-form .bg-white #btn-confirm.btn-confirm--active,.l-form .sec-form .bg-white #btn-submit.btn-confirm--active{color:#fff;border-color:#DB2E40;background-color:#DB2E40;overflow:hidden;cursor:pointer;box-shadow:0px 6px 0px 0px #d60040}.l-form .sec-form .bg-white #btn-confirm.btn-confirm--active:hover,.l-form .sec-form .bg-white #btn-submit.btn-confirm--active:hover{transform:translateY(4px);box-shadow:unset}.l-form .sec-form .bg-white #btn-confirm.btn-confirm--active:before,.l-form .sec-form .bg-white #btn-submit.btn-confirm--active:before{position:absolute;content:"";display:inline-block;top:-180px;left:0;width:30px;height:100%;background-color:#b5e7ff;transition:300ms;animation:btn_animation 2.5s ease-in-out infinite}.l-form .sec-form .bg-white #btn-confirm.btn-confirm--active:after,.l-form .sec-form .bg-white #btn-submit.btn-confirm--active:after{display:block}.l-form .sec-form .bg-white #btn-submit{margin:0 auto}.l-form .sec-form-check{margin-bottom:40px}.l-form .sec-form-check .sec_header{background-color:#DB2E40}.l-form .sec-form-check .sec_header .sec_ttl{color:#fff;text-align:center;line-height:64px;font-size:24px}.l-form .sec-form-check .sec_header .sec_ttl span{position:relative}.l-form .sec-form-check .sec_header .sec_ttl span:before,.l-form .sec-form-check .sec_header .sec_ttl span:after{background:url(/assets/nyanko_wifi/icon_cat_ttl01-19bb3b484073144399ce5129ab3052c4c43bfc3e38ade309d9ba986bd1615ede.svg) no-repeat top center}.l-form .sec-form-check .sec_header .sec_ttl span:after{display:none}.l-form .sec-form-check .btn{width:400px;margin:0 auto 32px}@media (max-width: 767px){.l-form .sec-form-check .btn{width:100%}}.l-form .sec-form-check .btn a{line-height:60px;font-size:20px;position:relative}.l-form .sec-form-check p.txt-center{font-size:20px}@media (max-width: 767px){.l-form .sec-form-check p.txt-center{font-size:15px}}.l-form+footer.footer{padding:30px 0}.l-form+footer.footer .fix-btn-parent{display:none}.l-form input[type="number"]::-webkit-outer-spin-button,.l-form input[type="number"]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.l-form input[type="number"]{-moz-appearance:textfield}.l-form .link a{color:#007BFF}.l-form #confirm-screen{display:none}.l-form #confirm-screen h2{margin-bottom:10px}.l-form #confirm-screen .confirm-field{margin-bottom:8px}.l-form #email-error{color:red;font-size:0.9em;display:none}.l-form #confirm-screen dl{display:flex;flex-wrap:wrap}.l-form #confirm-screen dt{width:30%;margin-bottom:16px}.l-form #confirm-screen dd{width:70%;margin-bottom:16px}.l-form #confirm-screen .btns{justify-content:center;gap:16px;margin-top:24px}.l-form #confirm-screen .btn{width:100%;max-width:400px;height:64px;display:block;border-radius:10px;cursor:pointer}.l-form #confirm-screen .btn-white{background-color:#fff;border:2px solid #EAEAEA;box-shadow:0px 8.028px 0px 0px #bbb;cursor:pointer}.l-form #confirm-screen .btn-red{color:#fff;border:2px solid #DB2E40;cursor:pointer;box-shadow:0px 6px 0px 0px #d60040;background-color:#DB2E40}.l-form .sec-order{padding:0 0 40px 0;margin-top:-30px;min-height:calc(100vh - 471px)}@media (max-width: 1390px){.l-form .sec-order{margin-top:-110px}}@media (max-width: 767px){.l-form .sec-order{min-height:calc(100vh - 1201px);margin-top:0}}.l-form .sec-order .inner{width:980px;margin:0 auto;box-shadow:0 4px 8px 0 rgba(53,53,53,0.3),0 6px 20px 0 rgba(165,165,165,0.41);background-color:white;padding:0 20px}@media (max-width: 1390px){.l-form .sec-order .inner{width:100%;max-width:980px}}.l-from-complete .sec-complete{max-width:1024px;margin:0 auto;padding:40px}@media (max-width: 767px){.l-from-complete .sec-complete{padding:40px 16px}}.l-from-complete .sec-complete .img img{display:block;margin:0 auto}.l-from-complete .sec-complete .sec_ttl{font-size:40px;line-height:1;margin-bottom:22px;color:#DB2E40;text-align:center}@media (max-width: 767px){.l-from-complete .sec-complete .sec_ttl{font-size:23px;line-height:1.4}}.l-from-complete .sec-complete .lead{font-weight:700;font-size:20px;text-align:center}@media (max-width: 767px){.l-from-complete .sec-complete .lead{font-size:15px}}.l-from-complete .sec-complete .lead:not(:last-of-type){margin-bottom:24px}.l-from-complete .sec-complete .btn{width:400px;margin:64px auto 0}@media (max-width: 767px){.l-from-complete .sec-complete .btn{width:100%;margin-top:30px}}.l-from-complete .sec-complete .btn a{line-height:40px;display:block}@media (max-width: 767px){.l-from-complete .sec-complete .btn a{line-height:64px;font-size:20px}}
