@import"https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&display=swap";:root{--black: #1A1A1A;--white: #ffffff;--gray: #F8F8F8;--gray2: #D8D8D8;--gray3: #959595;--gray4: #6c6c6c;--gray5: #686868;--gray6: #e3e3e3;--gray7: #f4f2f1;--gray8: #ebebeb;--gray9: #ece9e7;--red: #D01B1B;--btn: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(245, 246, 248, 1) 76%, rgba(231, 239, 250, 1) 100%);--cat1: #EB5757;--cat2: #F28E4A;--cat3: #68C48B;--cat4: #2F80ED;--cat5: #4E5CA6;--cat6: #AC7BDD;--cat7: #6F6F6F;--x: #000;--line: #59C463;--fb:#3875EA;--copy: #D01B1B;--vvn: #003893;--velca: #1C2D51;--nsc: #86b81b;--bs10: #EA5902;--yukoyuko: #a91f28;--yukoyuko2: #e6e3da;--rensai1: #7AD1FD;--rensai2: #fff;--regular: 400;--medium: 500;--semibold: 600;--bold: 700;--figtree: "figtree", sans-serif;--zenkakuGo: "zen-kaku-gothic-new", sans-serif;--rockwell: "rockwell", sans-serif;--syuei: "dnp-shuei-mgothic-std", sans-serif;--vw-base-size: 1440;--z-index-base: 1}@media(max-width: 768px){:root{--vw-base-size:375 }}body{position:relative;z-index:0;font-family:"Noto Sans JP","yu-gothic-pr6n",sans-serif;font-weight:var(--regular);color:var(--black);font-size:14px;line-height:1.6}.sp_only{display:none}.tb_only{display:none}.pc_only{display:block}@media screen and (max-width: 1024px){.tb_only{display:block}}@media screen and (max-width: 600px){.sp_only{display:block}.pc_only{display:none}}.company-footer{overflow:hidden}.l-footer__copyright{margin-left:0;margin-right:0}.l-main{margin:70px 0 70px}@media screen and (max-width: 768px){.l-main{margin:80px 0 50px}.l-breadcrumb{display:none}}.p-header{width:100%;position:fixed;top:0;left:0;width:100%;z-index:101;background:var(--white);transition:.3s}.p-header.scrolled{box-shadow:0px 5px 9px -5px rgba(0,0,0,.4)}.p-header .p-header__wrap{padding:0 20px}.p-header .p-header__inner{max-width:1200px;margin:0 auto;display:flex;gap:20px;align-items:center;justify-content:space-between}.p-header .p-header__logo{max-width:150px}.p-header .p-header__logo a{display:block}.p-header .p-header__main__sp{display:none}.p-header .p-header__main__menu{display:flex;align-items:center}.p-header .p-header__main__inner{display:flex;align-items:center}.p-header .p-header__jaen{padding-right:15px}.p-header .p-header__jaen a{display:block;width:20px}.p-header .p-header__jaen{position:relative}.p-header .p-header__jaen__content{position:absolute;top:120%;left:-70%;width:80px;background:var(--red);overflow:hidden;max-height:0;opacity:0;transform:scaleY(0.9);transform-origin:top;transition:max-height .3s ease,opacity .3s ease,transform .3s ease;z-index:101;border-radius:10px}.p-header .p-header__jaen__content.is-open{max-height:200px;opacity:1;transform:scaleY(1)}.p-header .p-header__jaen__content__item{padding:8px 16px;white-space:nowrap}.p-header .p-header__jaen__content__item a{color:var(--white);text-decoration:none;font-weight:var(--bold)}.p-header .p-header__jaen__content__item a:hover{text-decoration:underline}.p-header .c-header-menu{display:flex;align-items:center}.p-header .c-header-menu__item{margin-right:25px;border-bottom:3px solid var(--white);transition:border-color .3s ease-in-out}.p-header .c-header-menu__item:last-child{margin-right:0}.p-header .c-header-menu__item.is-active{border-bottom:3px solid var(--red)}.p-header .c-header-menu__item.is-active .c-header-menu__dropdown{visibility:visible;opacity:1 !important}.p-header .c-header-menu__item__link{font-size:14px;font-weight:var(--bold);line-height:1.2;display:block;padding:25px 0}.p-header .c-header-menu__dropdown{z-index:100;visibility:hidden;background-color:var(--gray7);box-shadow:0px 5px 9px -5px rgba(0,0,0,.4);border:1px solid var(--gray2);width:100%;max-height:85vh;position:absolute;top:100%;left:50%;transform:translateX(-50%);overflow-x:hidden;opacity:0 !important}.p-header .p-header__btn{margin-left:30px;display:flex;align-items:center}.p-header .p-header__btn__item:first-child{margin-right:10px}.p-header .p-header__btn__item__link{border-radius:6px;border:2px solid var(--red);padding:8px 15px;display:block}.p-header .p-header__btn__item__link.--live span{display:flex;align-items:center;justify-content:center}.p-header .p-header__btn__item__link.--live img{max-width:85px}.p-header .p-header__btn__item__link.--recruit{background:var(--red);color:var(--white);font-size:clamp(13px,2vw,14px);font-weight:var(--bold)}.p-header .c-header-menu__dropdown__inner{max-width:800px;margin:0 auto;padding:50px 0}.p-header .c-header-menu__dropdown__ttl{font-size:clamp(14px,2vw,20px);font-weight:var(--bold);line-height:1.5;position:relative;margin-right:40px;color:var(--red)}.p-header .c-header-menu__dropdown__list{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px 30px;margin-top:20px}.p-header .c-header-menu__dropdown__list__item{position:relative}.p-header .c-header-menu__dropdown__list__item a{display:block;padding-bottom:10px;padding-right:15px;border-bottom:1px solid var(--gray2);position:relative;font-size:clamp(12px,2vw,13px);font-weight:var(--semibold)}.p-header .c-header-menu__dropdown__list__item a::before{content:"";position:absolute;top:7px;right:0;width:10px;height:10px;background:url(../images/top/icon_arrow_right.webp) left top no-repeat;background-size:contain}.p-header .p-header__sp__bottom{display:none}@media screen and (max-width: 1024px){body.is-fixed{overflow:hidden;height:100vh;position:fixed;width:100%}.p-header .p-header__wrap{padding:13px 15px}.p-header .p-header__logo{max-width:100px}.p-header .p-header__main__sp{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;width:50px}.p-header__main__sp__btn{transition:transform .3s ease,opacity .3s ease;transform-origin:center;position:relative;width:34px}.p-header__main__sp__btn span{width:34px;height:3px;background:var(--red);display:block;margin-bottom:4px;border-radius:5px;transition:transform .3s ease,opacity .3s ease;transform-origin:center}.p-header__main__sp__btn.active .bar--top{transform:rotate(30deg) translate(4px, 5px)}.p-header__main__sp__btn.active .bar--middle{opacity:0}.p-header__main__sp__btn.active .bar--bottom{transform:rotate(-30deg) translate(5px, -6px)}.p-header .p-header__main__menu{z-index:100;opacity:0;visibility:hidden;width:100%;height:calc(100vh - 51px);transition:opacity .3s ease-in-out,visibility 0s linear .3s;position:absolute;top:51px;right:0;overflow:hidden scroll;background:var(--gray7);box-shadow:0px 5px 9px -5px rgba(0,0,0,.4);border:1px solid var(--gray2)}.p-header .p-header__main__menu.is-open{display:block;opacity:1;visibility:visible;width:100%;transition:opacity .3s ease-in-out,visibility linear}.menu-icon{display:block;text-align:center;color:var(--red);font-family:var(--figtree);font-size:12px;line-height:0;padding-top:4px}.p-header .c-header-menu{display:block;margin:20px}.p-header .c-header-menu__item{margin-right:0;border-bottom:none}.p-header .c-header-menu__item__link{padding:15px 0;transition:border-color .3s ease-in-out}.p-header .c-header-menu__dropdown{border-top:none;position:relative;max-height:0;transition:max-height .4s ease,opacity .4s ease,padding .4s ease}.p-header .c-header-menu__dropdown__inner{flex-direction:column;max-width:86.6667dvw;padding-top:0;padding-left:15px;padding-right:0;padding-bottom:0}.p-header .c-header-menu__item.is-active .c-header-menu__dropdown{transition:linear .3s;box-shadow:none;border:none;max-height:1500px}.p-header .c-header-menu__dropdown__ttl{display:none}.p-header .c-header-menu__dropdown__list{display:block;margin-top:0}.p-header .c-header-menu__dropdown__list__item a{margin-bottom:10px;padding-right:20px}.p-header .c-header-menu__item__link{position:relative}.p-header .c-header-menu__item__link::before{content:"";position:absolute;top:22px;right:0;width:13px;height:2px;background:var(--red);border-radius:20px}.p-header .c-header-menu__item__link::after{content:"";position:absolute;top:22px;right:0;width:13px;height:2px;background:var(--red);border-radius:20px;transform:rotate(90deg);transition:.3s}.p-header .c-header-menu__item__link.-noChild{position:relative}.p-header .c-header-menu__item__link.-noChild::before{content:"";position:absolute;top:18px;right:0;width:10px;height:10px;background:url(../images/top/icon_arrow_right.webp) left top no-repeat;background-size:contain;background-color:none;border-radius:0}.p-header .c-header-menu__item__link.-noChild::after{content:none}.p-header .c-header-menu__item.is-active{border-bottom:none}.p-header .c-header-menu__item.is-active .c-header-menu__item__link::after{transform:rotate(180deg)}.p-header .p-header__btn{display:none}.p-header .p-header__sp__bottom{display:block;margin:0px 20px;border-top:1px dotted var(--black);padding:20px 0}.p-header__ownd{margin-bottom:20px;border-bottom:1px dotted var(--black);display:flex;align-items:center;justify-content:center;flex-wrap:wrap;padding:10px 0 15px 0}.p-header__ownd div{width:100%;text-align:center;margin-bottom:10px}.p-header__ownd span{font-weight:var(--bold);font-size:14px;color:var(--red);text-align:center;padding:0 18px;position:relative}.p-header__ownd span::before{content:"";position:absolute;top:12px;left:0;width:15px;height:1px;background:var(--black);transform:rotate(45deg)}.p-header__ownd span::after{content:"";position:absolute;top:12px;right:0;width:15px;height:1px;background:var(--black);transform:rotate(-45deg)}.p-header__ownd a{display:flex;align-items:center;justify-content:center;background:var(--white);padding:10px 30px 10px 10px;width:100%;border-radius:30px;border:1px solid var(--red);position:relative;max-width:400px}.p-header__ownd a::before{content:"";position:absolute;top:50%;right:15px;transform:translateY(-50%);width:10px;height:10px;background:url(../images/top/icon_arrow_right.webp) left top no-repeat;background-size:contain;background-color:none;border-radius:0}.p-header__ownd a img{min-width:240px}.p-header__recruit__sp{display:flex;justify-content:space-between;gap:10px;max-width:460px;margin:0 auto}.p-header__recruit__sp .p-header__recruit__sp__item{width:calc((100% - 5px)/2)}.p-header__recruit__sp a{display:block;border-radius:8px;color:var(--white);padding:10px 12px}.p-header__recruit__sp a span{display:block}.p-header__recruit__sp a.--red{background:linear-gradient(90deg, rgb(208, 28, 26) 0%, rgb(137, 9, 9) 100%)}.p-header__recruit__sp a.--blue{background:linear-gradient(90deg, rgb(14, 102, 221) 0%, rgb(0, 25, 131) 100%)}.p-header__recruit__sp .--main{font-weight:var(--bold);font-size:11px;padding-left:15px;position:relative}.p-header__recruit__sp .--main::before{content:"";position:absolute;top:2px;left:0;width:15px;height:15px;background:url(../images/top/icon_star.webp) left top no-repeat;background-size:contain}.p-header__recruit__sp .--sub{font-weight:var(--bold);font-size:13px}.p-header__recruit__sp__item__inner{max-width:130px;margin:0 auto}.p-header__box{margin-top:40px;display:flex;justify-content:center;align-items:center}.p-header__box__item{width:200px;max-width:100%;text-align:center}.p-header__box__item a{display:block;font-size:16px;font-weight:var(--semibold)}.p-header__box__item a.--contact span{padding-left:25px;position:relative}.p-header__box__item a.--contact span::before{content:"";position:absolute;top:53%;left:0%;transform:translateY(-50%);width:20px;height:15px;background:url(../images/top/icon_mail.webp) left top no-repeat;background-size:contain}.p-header__sns{margin-top:30px}.p-header__sns__ttl{font-family:var(--figtree);font-size:22px;text-align:center}.p-header__sns__list{margin-top:10px;margin-bottom:50px;display:flex;justify-content:center;gap:20px}.p-header .p-header__jaen{position:absolute;top:18px;right:65px}.p-header .p-header__jaen__content{top:150%;left:-80%}}.p-footer{width:100%;position:relative}.p-footer .p-footer__inner{position:relative;padding:0 20px;border-top:4px solid var(--red);border-bottom:4px solid var(--red)}.p-footer .p-footer__wrap{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3, 1fr);gap:50px;padding:clamp(30px,4vw,50px) 0 0 0}.p-footer .c-footer-menu__item{margin-bottom:30px}.p-footer .c-footer-menu__item__link{display:block;font-size:14px;font-weight:var(--bold);line-height:1.2}.p-footer .c-footer-menu__dropdown{padding-left:30px;padding-top:10px}.p-footer .c-footer-menu__dropdown__list__item a{position:relative;font-size:clamp(12px,2vw,13px);font-weight:var(--regular);display:block;padding-top:5px;padding-bottom:5px;padding-right:15px}.p-footer .c-footer-menu__dropdown__list__item a::before{content:"";position:absolute;top:15px;left:-28px;width:20px;height:2px;background:var(--red)}.p-footer .p-footer__ownd{max-width:1200px;margin:0 auto;border-top:1px dotted var(--black);padding-top:30px}.p-footer .p-footer__ownd__ttl{text-align:center;font-size:clamp(14px,2vw,18px);font-weight:var(--bold);color:var(--red);position:relative}.p-footer .p-footer__ownd__ttl span{position:relative}.p-footer .p-footer__ownd__ttl span::before{content:"";position:absolute;top:14px;left:-27px;width:22px;height:1px;background:var(--black);transform:rotate(45deg)}.p-footer .p-footer__ownd__ttl span::after{content:"";position:absolute;top:14px;right:-27px;width:22px;height:1px;background:var(--black);transform:rotate(-45deg)}.p-footer .p-footer__ownd__btn{max-width:350px;margin:10px auto 20px auto}.p-footer .p-footer__bnr{max-width:1200px;margin:0 auto;border-top:1px dotted var(--black);padding-top:30px;padding-bottom:30px}.p-footer .p-footer__under{max-width:1200px;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:space-between;border-top:1px dotted var(--black);padding-top:30px;padding-bottom:30px}.p-footer .c-foot-bnr{max-width:800px;margin:0 auto;display:flex;gap:20px;justify-content:center}.p-footer .p-footer__under__left{width:380px;max-width:100%}.p-footer .p-footer__under__logo{max-width:190px}.p-footer .p-footer__under__logo a{display:block}.p-footer .p-footer__under__adress{font-size:clamp(10px,2vw,11px);margin-top:5px}.p-footer .p-footer__under__right{width:400px;max-width:100%}.p-footer .p-footer__under__box{display:flex;align-items:center;justify-content:end}.p-footer .p-footer__under__btn{margin-left:30px}.p-footer .p-footer__under__btn a{display:block;font-size:16px;font-weight:var(--semibold);position:relative}.p-footer .p-footer__under__btn a .--mail{position:relative;padding-left:30px}.p-footer .p-footer__under__btn a .--mail::before{content:"";position:absolute;top:53%;left:0%;transform:translateY(-50%);width:20px;height:15px;background:url(../images/top/icon_mail.webp) left top no-repeat;background-size:contain}.p-footer .p-footer__under__sns{display:flex;flex-wrap:wrap;align-items:center;justify-content:end;margin-top:20px}.p-footer .p-footer__under__sns__ttl{font-family:var(--figtree);font-size:22px;margin-right:50px}.p-footer .p-footer__sns__list{display:flex;gap:10px}@media screen and (max-width: 768px){.p-footer .p-footer__under__left{width:220px}}@media screen and (max-width: 767px){.p-footer .p-footer__wrap{display:block}.p-footer .p-footer__wrap{display:block}.p-footer .c-footer-menu__item{margin:0}.p-footer .c-footer-menu__item a{margin:0;padding:15px 0}.p-footer .c-footer-menu__dropdown{width:100%;top:100%;left:50%;transform:translateX(-50%);overflow-x:hidden;opacity:0 !important;visibility:hidden;border-top:none;position:relative;max-height:0;transition:max-height .4s ease,opacity .4s ease,padding .4s ease}.p-footer .c-footer-menu__item.is-active .c-footer-menu__dropdown{visibility:visible;opacity:1 !important;transition:linear .3s;box-shadow:none;border:none;max-height:1500px}.p-footer .c-footer-menu__dropdown{padding-top:0;padding-left:0}.p-footer .c-footer-menu__dropdown__inner{flex-direction:column;max-width:86.6667dvw;padding-top:0;padding-left:15px;padding-right:0;padding-bottom:0}.p-footer .c-footer-menu__dropdown__list__item a{display:block;padding:0 15px 10px 0;margin-bottom:10px;border-bottom:1px solid var(--gray2);position:relative;font-size:clamp(12px,2vw,13px);font-weight:var(--semibold)}.p-footer .c-footer-menu__dropdown__list__item a::before{content:"";position:absolute;top:3px;left:auto;right:0;width:10px;height:10px;background:url(../images/top/icon_arrow_right.webp) left top no-repeat;background-size:contain}.p-footer .c-footer-menu__item__link{position:relative;padding-right:30px}.p-footer .c-footer-menu__item__link::before{content:"";position:absolute;top:22px;right:0;width:13px;height:2px;background:var(--red);border-radius:20px}.p-footer .c-footer-menu__item__link::after{content:"";position:absolute;top:22px;right:0;width:13px;height:2px;background:var(--red);border-radius:20px;transform:rotate(90deg);transition:.3s}.p-footer .c-footer-menu__item__link.-noChild::before{content:"";position:absolute;top:18px;right:0;width:10px;height:10px;background:url(../images/top/icon_arrow_right.webp) left top no-repeat;background-size:contain;background-color:none;border-radius:0}.p-footer .c-footer-menu__item__link.-noChild::after{content:none}.p-footer .c-footer-menu__item.is-active .c-footer-menu__item__link::after{transform:rotate(180deg)}.p-footer .p-footer__ownd{margin-top:20px;padding-top:20px}.p-footer .p-footer__ownd__ttl span::before{top:10px}.p-footer .p-footer__ownd__ttl span::after{top:10px}.p-footer .p-footer__ownd__btn{max-width:290px}.p-footer__under{flex-direction:column-reverse}.p-footer .p-footer__under__box{justify-content:center}.p-footer .p-footer__under__btn{margin-left:0;margin-right:20px}.p-footer .p-footer__under__sns{justify-content:center}.p-footer .p-footer__under__sns__ttl{margin-right:0;margin-bottom:10px;width:100%;text-align:center}.p-footer .p-footer__under__left{width:100%;text-align:center;margin-top:30px}.p-footer .p-footer__under__logo{margin:0 auto}}@media screen and (max-width: 600px){.p-footer .p-footer__bnr{margin-top:10px}.p-footer .c-foot-bnr{flex-wrap:wrap}}.c-icon-category{display:flex;flex-wrap:wrap;gap:7px;padding-right:15px}.c-icon-category .c-icon-category__item span{font-size:clamp(7px,1vw,10px);color:var(--white);font-weight:var(--bold);border-radius:2px;padding:4px 8px;line-height:1.1;display:inline-block}.c-icon-category .c-icon-category__item span.-icon-shopping{background:var(--cat1)}.c-icon-category .c-icon-category__item span.-icon-bs10{background:var(--cat2)}.c-icon-category .c-icon-category__item span.-icon-travel{background:var(--cat3)}.c-icon-category .c-icon-category__item span.-icon-sports{background:var(--cat4)}.c-icon-category .c-icon-category__item span.-icon-stadiumcity{background:var(--cat5)}.c-icon-category .c-icon-category__item span.-icon-create{background:var(--cat6)}.c-icon-category .c-icon-category__item span.-icon-corporate{background:var(--cat7)}.c-icon-category .c-icon-category__item span img{vertical-align:middle}.c-icon-category .c-icon-category__item span.category2{font-size:clamp(7px,1vw,10px);color:var(--black);font-weight:var(--medium);border-radius:22px;padding:3px 0 3px 14px;line-height:1.1;display:inline-block;position:relative}.c-icon-category .c-icon-category__item span.category2.-icon-news::before{content:"";position:absolute;top:50%;left:0%;transform:translateY(-50%);width:10px;height:10px;border-radius:10px;background:var(--gray4)}.c-icon-category .c-icon-category__item span.category2.-icon-japanetlive::before{content:"";position:absolute;top:50%;left:0%;transform:translateY(-50%);width:10px;height:10px;border-radius:10px;background:var(--red)}@media screen and (max-width: 600px){.c-icon-category{padding-right:0;gap:5px}}.c-news-list{display:grid;grid-template-columns:repeat(4, 1fr);grid-column-gap:25px;grid-row-gap:25px}.c-news-list .c-news-list__item{background:var(--white);border-radius:8px;height:auto;border:1px solid var(--gray2);box-shadow:0px 0px 5px rgba(117,185,227,.3);position:relative}.c-news-list .c-news-list__item.-new::before{content:"NEW";font-size:13px;font-weight:var(--bold);padding:2px 10px;background:#eea429;border-radius:15px;color:var(--white);position:absolute;right:auto;left:4px;top:-9px;z-index:10;border:1px solid var(--white)}.c-news-list .c-news-list__item__link{display:block;position:relative;height:100%}.c-news-list .c-news-list__item__link.-gaibu::before{content:"";position:absolute;bottom:15px;right:15px;width:15px;height:15px;background:url(../images/top/icon_link.webp) left top no-repeat;background-size:contain}.c-news-list .c-news-list__item__right{padding:15px}.c-news-list .c-news-list__item__img{border-radius:8px 8px 0 0;overflow:hidden;aspect-ratio:16/9;max-width:100%;position:relative;z-index:1}.c-news-list .c-news-list__item__img img{width:100%;height:100%;object-fit:cover}.c-news-list .c-news-list__item__img.-icon-short::before{content:"";position:absolute;top:4px;right:0px;width:15px;height:15px;background:url(../images/top/icon_short.webp) left top no-repeat;background-size:contain;z-index:3}.c-news-list .c-news-list__item__img.-icon-short::after{content:"";position:absolute;top:0;right:0;width:21px;height:24px;background:#fff;border-radius:0 0 0 5px;z-index:2}.c-news-list .c-news-list__item__img.-icon-movie::before{content:"";position:absolute;top:6px;right:4px;width:15px;height:11px;background:url(../images/top/icon_movie.webp) left top no-repeat;background-size:contain;z-index:3}.c-news-list .c-news-list__item__img.-icon-movie::after{content:"";position:absolute;top:0;right:0;width:24px;height:22px;background:#fff;border-radius:0 0 0 5px;z-index:2}.c-news-list .c-news__list__item__ttl{position:relative;font-size:14px;font-weight:var(--bold);line-height:1.5;min-height:63px}.c-news-list .c-news__list__item__date{margin-top:10px;font-weight:var(--semibold);line-height:1.3;font-size:clamp(8px,1vw,12px);color:var(--gray3)}.c-news-list .c-news__list__item__icon{margin-top:5px;display:flex;flex-wrap:wrap}.c-news-list__empty{background:var(--white);padding:50px 50px;font-size:clamp(15px,2vw,22px);font-weight:var(--medium);text-align:center}@media screen and (max-width: 1024px){.c-news-list{grid-column-gap:15px;grid-row-gap:15px}}@media screen and (max-width: 820px){.c-news-list{grid-template-columns:repeat(3, 1fr)}}@media screen and (max-width: 600px){.c-news-list{display:block;margin-top:10px}.c-news-list__item__wrap{display:flex;align-items:center}.c-news-list .c-news-list__item.-japanetlive{border:none;box-shadow:none;border-top:1px solid var(--gray2)}.c-news-list .c-news-list__item{border-radius:0;border-top:1px solid var(--gray2);border-left:none;border-right:none;border-bottom:none;box-shadow:none}.c-news-list .c-news-list__item:last-child{border-bottom:1px solid var(--gray2)}.c-news-list .c-news-list__item__left{padding:7px 5px 7px 5px;width:40%}.c-news-list .c-news-list__item__right{padding:7px 30px 7px 5px;width:60%;display:flex;flex-direction:column;justify-content:space-between}.c-news-list .c-news-list__item__img{border-radius:0;border:1px solid var(--gray2)}.c-news-list .c-news__list__item__ttl{font-size:13px;min-height:auto}.c-news-list .c-news__list__item__date{width:80px;margin:0 0 0 auto;text-align:right}.c-news__list__item__wrap{display:flex;margin-top:0px;align-items:baseline}.c-news-list .c-news-list__item__link.-gaibu::before{bottom:10px;right:7px;width:14px;height:13px}.c-news-list .c-news__list__item__icon{margin-top:0;width:calc(100% - 85px)}.c-news-list .-japanetlive .c-news-list__item__left{width:60%}.c-news-list .-japanetlive .c-news-list__item__right{width:40%;display:flex;flex-direction:column;justify-content:space-between}.c-news-list .-japanetlive .c-news__list__item__wrap{flex-wrap:wrap}.c-news-list .-japanetlive .c-news__list__item__icon{width:100%}.c-news-list .-japanetlive .c-news__list__item__date{width:100%}.c-news-list .-japanetlive .c-news__list__item__date{text-align:left;margin-top:5px}.c-news-list .-japanetlive .c-news-list__item__wrap{align-items:normal}.c-news-list .c-news-list__item.-new::before{font-size:9px;font-weight:var(--bold);padding:1px 5px;background:#eea429;border-radius:15px;color:var(--white);position:absolute;right:1px;left:auto;top:8px;border:none}}@media screen and (max-width: 430px){.c-news-list .c-news__list__item__ttl{font-size:11px}.c-news-list .c-news-list__item__left{width:35%;padding:5px 5px 4px 5px}.c-news-list .c-news-list__item__right{width:65%}.c-news-list .c-news__list__item__icon{width:calc(100% - 70px)}.c-icon-category .c-icon-category__item span{padding:4px 3px}.c-icon-category .c-icon-category__item span.category2{padding:3px 0 3px 10px}.c-icon-category .c-icon-category__item span.category2.-icon-news::before{width:8px;height:8px}.c-icon-category .c-icon-category__item span.category2.-icon-japanetlive::before{width:8px;height:8px}.c-news-list .c-news__list__item__date{width:68px}}.c-btn-black{max-width:310px;margin:40px auto 0 auto}.c-btn-black a{background:var(--black);color:var(--white);font-size:clamp(14px,2vw,16px);font-weight:var(--semibold);display:block;text-align:center;padding:10px 30px;border-radius:30px;position:relative}.c-btn-black a::before{content:"";position:absolute;top:50%;right:13px;transform:translateY(-50%);width:11px;height:12px;background:url(../images/top/icon_arrow_right_white.webp) left top no-repeat;background-size:contain}@media screen and (max-width: 600px){.c-btn-black{margin:20px auto 0 auto}}.c-btn-white{max-width:310px;margin:40px auto 0 auto}.c-btn-white.-left{margin:40px auto 0 0}.c-btn-white a{background:var(--white);color:var(--black);font-size:clamp(14px,2vw,16px);font-weight:var(--semibold);display:block;text-align:center;padding:10px 30px;border-radius:30px;position:relative;border:1.5px solid var(--black)}.c-btn-white a::before{content:"";position:absolute;top:50%;right:13px;transform:translateY(-50%);width:11px;height:12px;background:url(../images/top/icon_arrow_right_black.webp) left top no-repeat;background-size:contain}.c-btn-white.more a::before{content:"";position:absolute;top:50%;right:20px;transform:translateY(-50%);width:2px;height:15px;background:var(--black)}.c-btn-white.more a::after{content:"";position:absolute;top:50%;right:20px;transform:translateY(-50%) rotate(90deg);width:2px;height:15px;background:var(--black)}@media screen and (max-width: 600px){.c-btn-white{margin:20px auto 0 auto}}.c-japanetlive-box{width:100%;background:var(--gray7);box-sizing:border-box}.c-japanetlive-box .c-japanetlive-box__inner__inner{background:url(../images/top/bg_ami.webp) left top repeat;background-size:contain;padding:50px 30px}.c-japanetlive-box .c-japanetlive-box__text{font-family:var(--zenkakuGo);font-weight:var(--bold);font-size:clamp(17px,2vw,20px);text-align:center}.c-japanetlive-box .c-japanetlive-box__text span{font-size:clamp(14px,2vw,16px)}.c-japanetlive-box .c-japanetlive-box__img{max-width:345px;margin:20px auto}.c-japanetlive-box .c-japanetlive-box__btn{max-width:370px;margin:10px auto 0 auto}.c-japanetlive-box .c-japanetlive-box__btn.-left{margin:40px auto 0 0}.c-japanetlive-box .c-japanetlive-box__btn a{background:var(--red);color:var(--white);font-size:clamp(14px,2vw,16px);font-weight:var(--semibold);display:block;text-align:center;padding:10px 30px;border-radius:30px;position:relative;border:1.5px solid var(--red)}.c-japanetlive-box .c-japanetlive-box__btn a::before{content:"";position:absolute;top:50%;right:13px;transform:translateY(-50%);width:11px;height:12px;background:url(../images/top/icon_arrow_right_white.webp) left top no-repeat;background-size:contain}@media screen and (max-width: 600px){.c-japanetlive-box .c-japanetlive-box__inner__inner{background:url(../images/top/bg_ami.webp) left top repeat-x;background-size:cover;padding:30px}.c-japanetlive-box .c-japanetlive-box__img{max-width:80%;margin:8px auto}.c-japanetlive-box .c-japanetlive-box__btn{max-width:310px}}.p-header.japanetlive{background:var(--red)}.p-header.japanetlive .c-header-menu__item__link{color:var(--white)}.p-header.japanetlive .c-header-menu__item{border-bottom:3px solid var(--red)}.p-header.japanetlive .c-header-menu__item.is-active{border-bottom:3px solid var(--white)}.p-header.japanetlive .menu-icon{color:var(--white)}.p-header.japanetlive .c-header-menu__dropdown__list{grid-template-columns:1fr 1fr 1fr;gap:30px 30px}.p-header.japanetlive .c-header-menu__dropdown__list__item a{padding-right:0;border-bottom:none}.p-header.japanetlive .c-header-menu__dropdown__list__item a::before{content:none}.p-header.japanetlive .c-header-menu__dropdown__rensaittl{margin-top:10px;padding-right:20px;position:relative;font-weight:var(--bold);font-size:clamp(12px,2vw,14px);line-height:1.3}.p-header.japanetlive .c-header-menu__dropdown__rensaittl::before{content:"";position:absolute;top:3px;right:0px;width:15px;height:15px;border-radius:50%;background:var(--red)}.p-header.japanetlive .c-header-menu__dropdown__rensaittl::after{content:"";position:absolute;top:7px;right:5px;width:4px;height:7px;background:url(../images/top/icon_arrow_right_white.webp) left top no-repeat;background-size:contain}.p-header.japanetlive .p-header__top__btn{margin-left:20px}.p-header.japanetlive .p-headr__input form{display:flex;position:relative}.p-header.japanetlive .p-headr__input form::before{content:"";position:absolute;top:13px;left:8px;width:13px;height:13px;background:url(../images/japanetlive/icon_search.webp) left top no-repeat;background-size:contain}.p-header.japanetlive .p-headr__input form input[type=text]{font-size:clamp(11px,2vw,13px);padding:7px 10px 7px 27px;width:130px;border-radius:6px 0 0 6px;border:none}.p-header.japanetlive .p-headr__input form button{background:var(--black);padding:7px 10px;font-size:clamp(12px,2vw,15px);font-weight:var(--medium);letter-spacing:2px;color:#fff;width:60px;border-radius:0 6px 6px 0;text-align:center}.p-header.japanetlive .p-headr__input__ttl{display:none}@media screen and (max-width: 1024px){.p-header.japanetlive .p-header__main__menu{background:var(--gray9)}.p-header.japanetlive .p-header__main__sp__btn span{background:var(--white)}.p-header.japanetlive .c-header-menu__item__link{color:var(--black)}.p-header.japanetlive .c-header-menu__dropdown{background:none}.p-header.japanetlive .c-header-menu__dropdown__list{grid-template-columns:1fr 1fr 1fr;gap:30px 30px;display:grid}.p-header.japanetlive .c-header-menu__item.is-active{border-bottom:none}}@media screen and (max-width: 600px){.p-header.japanetlive .c-header-menu__dropdown__list{grid-template-columns:1fr 1fr;gap:20px 15px;display:grid}.p-header.japanetlive .c-header-menu__dropdown__list__item a{padding-bottom:10px;margin-bottom:0}.p-header.japanetlive .c-header-menu__item.is-active .c-header-menu__dropdown{max-height:10000px}.p-header.japanetlive .p-header__top__btn{margin:0 20px}.p-header.japanetlive .p-headr__input form input[type=text]{width:80%}.p-header.japanetlive .p-headr__input form button{width:20%}.p-header.japanetlive .p-headr__input__ttl,.p-header.japanetlive .p-headr__tag__ttl{display:block;font-size:14px;font-weight:var(--bold);line-height:1.2;margin-top:40px;margin-bottom:10px}.p-header.japanetlive .p-headr__tag__ttl{margin-top:20px}.p-header.japanetlive .p-header__sp__bottom{border-top:none}.p-header.japanetlive .p-headr__tag{display:flex;flex-wrap:wrap;gap:10px}.p-header.japanetlive .p-headr__tag .p-headr__tag__item a{background:var(--white);padding:5px 10px;border-radius:20px;display:block;font-size:14px;font-weight:var(--bold);font-family:var(--zenkakuGo);line-height:1.2;color:var(--red)}.p-header.japanetlive .p-header__sp__btn{margin:30px 0px;width:100%}.p-header.japanetlive .p-header__sp__btn a{display:block;background:var(--red);padding:10px 20px;text-align:center;color:var(--white);border-radius:20px;font-weight:var(--bold);font-family:var(--zenkakuGo);font-size:15px;position:relative}.p-header.japanetlive .p-header__sp__btn a::before{content:"";position:absolute;top:50%;left:20px;transform:translateY(-50%) rotate(180deg);width:9px;height:16px;background:url(../images/top/icon_arrow_right_white.webp) left top no-repeat;background-size:contain}}.c-tsuijyu-bnr{position:fixed;right:20px;bottom:20px;z-index:1000;transition:transform .4s ease,opacity .4s ease}.c-tsuijyu-bnr:hover{cursor:pointer}.c-tsuijyu-bnr a{display:block;width:200px;height:70px}.c-tsuijyu-bnr a img{width:100%}.c-tsuijyu-bnr .c-tsuijyu-bnr__inner{position:relative}.c-tsuijyu-bnr .c-tsuijyu-bnr__close{position:absolute;top:-14px;right:-10px;width:30px;height:30px}.c-tsuijyu-bnr--hidden{transform:translateX(150%);opacity:0;pointer-events:none}@media screen and (max-width: 600px){.c-tsuijyu-bnr a{width:145px;height:48px}}.c-paging__wrap{margin:40px 0 20px 0}.c-paging__wrap .pages{display:none}.c-paging__wrap .last{display:none}.c-paging__wrap .wp-pagenavi{display:flex;justify-content:center}.c-paging__wrap .page,.c-paging__wrap .current,.c-paging__wrap .previouspostslink,.c-paging__wrap .nextpostslink{display:flex;align-items:center;justify-content:center;width:34px;height:40px;background:var(--black);margin-right:4px;margin-left:4px;font-size:clamp(10px,2vw,13px);font-weight:var(--semibold);line-height:1;color:var(--white);border-radius:5px}.c-paging__wrap .current{background:var(--red)}.c-paging__wrap .extend{height:40px;line-height:40px}.c-sort-btn{margin:20px 0;display:flex;align-items:center;justify-content:end;gap:10px}.c-sort-btn .c-sort-btn__item a{display:block;text-align:center;padding:5px 20px;border:2px solid var(--red);font-weight:var(--semibold);border-radius:50px;transition:.3s;color:var(--red);font-size:clamp(11px,2vw,15px)}.c-sort-btn .c-sort-btn__item.is-active a{background:var(--red);color:var(--white);transition:.3s}@media screen and (max-width: 600px){.c-sort-btn .c-sort-btn__item a{padding:5px 10px}}.p-page-head{width:100%;box-sizing:border-box;position:relative}.p-page-head .p-page-head__inner__inner{background:var(--gray7);padding:120px 0 50px 0}.p-page-head .p-page-head__inner{max-width:1200px;margin:0 auto}.p-page-head .p-page-head__h1{text-align:center;font-weight:var(--bold);font-size:clamp(20px,3vw,30px);line-height:1.4}.p-page-head .p-page-head__bread__wrap{max-width:1200px;padding:0 20px;margin:0 auto}.p-page-head .p-page-head__bread{display:flex;flex-wrap:wrap;gap:10px 30px;padding:10px 0}.p-page-head .p-page-head__bread .p-page-head__bread__item{font-size:clamp(10px,2vw,14px);position:relative;color:var(--gray3);font-weight:var(--medium)}.p-page-head .p-page-head__bread .p-page-head__bread__item::before{content:"";position:absolute;top:7px;right:-22px;width:10px;height:10px;background:url(../images/top/icon_arrow_right_black.webp) left top no-repeat;background-size:contain}.p-page-head .p-page-head__bread .p-page-head__bread__item:last-child::before{content:none}.p-page-head .p-page-head__bread a{display:block;text-decoration:underline}.p-page-head .p-page-head__h1__txt{max-width:900px;margin:20px auto 0 auto;font-size:clamp(12px,2vw,14px);line-height:2;font-weight:var(--medium)}.p-page-head .p-page-head__h1__txt.-center{text-align:center}.p-page-list{width:100%;position:relative;box-sizing:border-box;padding:0 20px}.p-page-list .p-page-list__inner{max-width:1200px;margin:30px auto 80px auto}.p-page-list .c-page-list{display:grid;grid-template-columns:repeat(3, 1fr);grid-column-gap:20px;grid-row-gap:20px}.p-page-list .c-page-list__item{background:var(--gray7);position:relative;border-radius:40px;display:flex;align-items:center}.p-page-list .c-page-list__item a{min-height:52px;display:flex;align-items:center;padding:10px 50px 10px 45px;font-weight:var(--medium);font-size:clamp(14px,2vw,16px);color:var(--black);width:100%;position:relative}.p-page-list .c-page-list__item a::before{content:"";position:absolute;top:50%;right:20px;transform:translateY(-50%);width:20px;height:20px;border-radius:50%;background:var(--red)}.p-page-list .c-page-list__item a::after{content:"";position:absolute;top:50%;right:26px;transform:translateY(-50%);width:5px;height:9px;background:url(../images/top/icon_arrow_right_white.webp) left top no-repeat;background-size:contain}@media screen and (max-width: 820px){.p-page-list .c-page-list{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 600px){.p-page-head .p-page-head__inner__inner{padding:100px 20px 50px 20px}.p-page-head .p-page-head__bread{gap:10px 20px}.p-page-head .p-page-head__bread .p-page-head__bread__item::before{top:4px;right:-18px}.p-page-list .c-page-list{grid-row-gap:10px;grid-template-columns:repeat(1, 1fr)}.p-page-list .c-page-list__item a{min-height:35px}}.p-page-head-single{background:var(--gray7);padding:120px 0 0px 0}.p-page-head-single .p-page-head-single__inner{max-width:1200px;margin:0 auto}.p-page-head-single .p-page-head-single__h1{text-align:center;font-weight:var(--bold);font-size:clamp(18px,3vw,24px);line-height:1.5}.p-page-head-single .p-page-head-single__wrap{display:flex;gap:20px;padding:45px 0 20px 0}.p-page-head-single .p-page-head-single__date{font-weight:var(--semibold);line-height:1.3;font-size:clamp(12px,1vw,16px);color:var(--gray3)}.p-page-head-single .p-page-head-single__cat{display:flex;gap:15px}.single .l-structure a{overflow-wrap:anywhere}@media screen and (max-width: 600px){.p-page-head-single{padding:100px 20px 0px 20px}.p-page-head-single .p-page-head-single__wrap{flex-wrap:wrap;align-items:center}}.l-main{margin:0}.l-structure.-main,.l-structure.-footer,.l-structure.-sns{padding:0 20px}.l-structure.-main{max-width:1200px;margin:30px auto 50px auto}.l-structure.-main h2{font-size:clamp(16px,2vw,23px);font-weight:var(--bold);line-height:1.5;background:var(--gray7);padding:15px 25px;text-align:left;position:relative;border-left:5px solid var(--red);box-sizing:border-box}.l-structure.-main h2::before{content:none}.l-structure.-main h2::after{content:none}.l-structure.-main.page-history h2::before{content:"";left:10px}.l-structure.-main.page-history h2::after{content:""}.l-structure.-main.page-history .graph h2::after{content:none}.l-structure.-main .p-entry h2{display:block}.l-structure.-main .p-entry h3{font-size:clamp(15px,2vw,20px)}.l-structure.-main .p-entry h3::after{background:var(--red)}.l-structure.-main .p-entry .text-red{color:var(--red);font-weight:var(--semibold);font-size:clamp(15px,2vw,17px)}.l-structure.-main .p-privacy-usa table{margin:2rem 0}.l-structure.-main .c-lNav__list{background:var(--gray7)}.l-structure.-main .c-lNav__list .c-lNav__link::before{border-bottom:solid 3px var(--red)}.l-structure.-main .news-search__date select{background:var(--gray7)}.l-structure.-main .p-news .p-newsList{border-top:2px solid var(--red)}.l-structure.-main .groups-list__link a{background:var(--gray7);font-weight:var(--medium);border:none}.l-structure.-main .groups-list__link a:hover{color:var(--black)}.l-structure.-main .groups-list__link a:not([target=_blank])::before{background:var(--red);height:20px;width:20px;right:1em}.l-structure.-main .groups-list__link a:not([target=_blank])::after{border:none;background:url(../images/top/icon_arrow_right_white.webp) left top no-repeat;background-size:contain;width:8px;height:10px;right:1.3em}.l-structure.-main .groups-list__link a[target=_blank]::before{background:url(../images/top/icon_link.webp) left top no-repeat;background-size:contain;height:1.3em}.l-structure.-main .p-relatedLink__list{max-width:700px;margin:0 auto}.l-structure.-main .p-relatedLink__text{background:var(--gray7);font-weight:var(--medium);border:none;font-size:clamp(14px,2vw,16px);padding:25px 54px 25px 35px;border-radius:42px}.l-structure.-main .p-relatedLink__text:hover{color:var(--black)}.l-structure.-main .p-relatedLink__text::before{background:var(--red);height:20px;width:20px;right:1em}.l-structure.-main .p-relatedLink__text::after{border:none;background:url(../images/top/icon_arrow_right_white.webp) left top no-repeat;background-size:contain;width:8px;height:10px;right:1.3em}.l-structure.-main .p-entry.-expand .p-grid p:nth-child(n+2){margin-top:15px}.l-structure.-main .p-entry .c-toc2{max-width:700px;margin:0 auto}.l-structure.-main .c-toc2__link{background:var(--gray7);font-weight:var(--medium);border:none;font-size:clamp(14px,2vw,16px);padding:25px 54px 25px 35px;border-radius:42px}.l-structure.-main .c-toc2__link:hover{color:var(--black)}.l-structure.-main .c-toc2__link::before{background:var(--red);height:20px;width:20px;right:1em}.l-structure.-main .c-toc2__link::after{border:none;background:url(../images/top/icon_arrow_right_white.webp) left top no-repeat;background-size:contain;width:8px;height:10px;right:1.3em;top:3px;transform:rotate(90deg)}.page-contact.l-structure.-main .p-relatedLink__list{margin:0}.p-history2{margin:0}.p-privacy-usa{max-width:1200px;padding:0}.compnay__catchcopy{margin-top:0}.p-sitemap__link{font-size:clamp(15px,2vw,17px);padding-right:25px;padding-bottom:0;display:block}.p-sitemap__link:before{content:"";position:absolute;top:4px;right:0px;width:15px;height:15px;background:var(--red);border-radius:50%}.p-sitemap__link::after{content:"";position:absolute;top:8px;right:4px;width:5px;height:8px;background:url(../images/top/icon_arrow_right_white.webp) left top no-repeat;background-size:contain;margin-top:0}.p-sitemap__subList a[target=_blank]:after{background:url(../images/top/icon_link.webp) left top no-repeat;background-size:contain}@media screen and (max-width: 600px){.l-structure.-main h2{padding:12px 15px}.l-structure.-main.page-history h2::before{left:4px}.l-structure.-main .p-relatedLink__text{padding:20px 54px 20px 35px}.l-structure.-main .c-toc2__link{padding:20px 54px 20px 35px}.l-structure.-main .c-toc2__link::after{right:1.4em}}/*# sourceMappingURL=common.min.css.map */