@charset "utf-8";.c-tag{font-size:1.4rem;line-height:1;display:inline-flex;box-sizing:border-box;height:auto;cursor:pointer;transition:opacity .2s;white-space:nowrap;border:none;border-radius:0;align-items:center;justify-content:center}.c-tag__text{display:inline-block;white-space:nowrap;color:#0f9cc4}.c-heading{display:flex;flex-direction:row;border-bottom:1px solid #d7d7d7}.c-heading__inner{width:100%;max-width:1200px;margin:0 auto}.c-heading__ttl{font-size:2.6rem;font-weight:600;line-height:1;display:inline-flex;flex-direction:row;box-sizing:border-box;height:56px;border-bottom:1px solid #0f9cc4;align-items:flex-start}.c-heading__text{font-size:1.2rem;line-height:2.6rem;margin-left:auto}.c-heading__text>a{color:#0f9cc4}.c-heading.\--wide{display:block;width:1200px;margin:0 auto;border-bottom:none}.c-heading.\--wide .c-heading__ttl{font-size:2.6rem;font-weight:600;line-height:1;display:block;box-sizing:border-box;width:100%;height:auto;margin:0;color:#222;border-bottom:none}.c-heading__action{display:flex;flex-direction:row;height:26px;margin-left:auto;align-items:center;justify-content:flex-end}.c-heading__mark-all-read{font-size:1.2rem;line-height:1;margin:0;padding:0;cursor:pointer;white-space:nowrap;color:#0f9cc4;border:none;background:none}.c-heading__mark-all-read:hover{text-decoration:underline}.c-loading-dots{display:none;height:50px;margin:60px auto 76px;gap:4px;justify-content:center;align-items:center}.c-loading-dots.is-active{display:flex}.c-loading-dots span{width:8px;height:8px;animation:dot-bounce 1.2s ease-in-out infinite;border-radius:50%;background:#6c7883}.c-loading-dots span:nth-child(2){animation-delay:.2s}.c-loading-dots span:nth-child(3){animation-delay:.4s}.c-loading-dots.\--mypage,.c-loading-dots.\--search{margin-top:unset}.c-loading-dots.\--small{display:inline-flex;height:auto;margin:unset;vertical-align:middle;gap:2px}.c-loading-dots.\--small span{width:3px;height:3px}@keyframes dot-bounce{0%,80%,to{transform:scale(.6);opacity:.5}40%{transform:scale(1);opacity:1}}.m-pagination{display:flex;flex-direction:row;width:100%;margin-top:30px;align-items:center;justify-content:center;gap:20px}.m-pagination__prev{box-sizing:border-box;width:80px;height:36px;cursor:pointer;transition:background-color .2s,background-image .2s,border-color .2s;border:1px solid #c1c1c1;border-radius:4px;background-image:url(/common/tko/images/icon/icon_pager-prev.svg);background-repeat:no-repeat;background-position:50%;background-size:contain}.m-pagination__prev:hover{border-color:#6c7883;background-color:#6c7883;background-image:url(/common/tko/images/icon/icon_pager-prev-hover.svg)}.m-pagination__prev.is-hidden{display:none}.m-pagination__next{box-sizing:border-box;width:80px;height:36px;cursor:pointer;transition:background-color .2s,background-image .2s,border-color .2s;border:1px solid #c1c1c1;border-radius:4px;background-image:url(/common/tko/images/icon/icon_pager-next.svg);background-repeat:no-repeat;background-position:50%;background-size:contain}.m-pagination__next:hover{border-color:#6c7883;background-color:#6c7883;background-image:url(/common/tko/images/icon/icon_pager-next-hover.svg)}.m-pagination__next.is-hidden{display:none}.m-pagination__list{display:flex;flex-direction:row;align-items:center;gap:8px}.m-pagination__item{display:flex;justify-content:center;align-items:center;gap:8px}.m-pagination__item.\--first:after,.m-pagination__item.\--last:before{font-size:14px;display:flex;width:36px;height:36px;content:"…";align-items:center;justify-content:center}.m-pagination__link{font-size:14px;line-height:1em;display:flex;flex-direction:column;box-sizing:border-box;min-width:36px;height:36px;padding:0 2px;transition:background-color .2s,color .2s,border-color .2s;white-space:nowrap;color:#222;border:1px solid #c1c1c1;border-radius:4px;justify-content:center;align-items:center}.m-pagination__link.is-current,.m-pagination__link:hover{text-decoration:none;color:#fff;border-color:#6c7883;background-color:#6c7883}.m-pagination-min{display:flex;flex-direction:row;width:100%;margin-top:20px;align-items:center;justify-content:center;gap:20px}.m-pagination-min__prev{box-sizing:border-box;width:80px;height:36px;cursor:pointer;transition:background-color .2s,background-image .2s,border-color .2s;border:1px solid #c1c1c1;border-radius:4px;background-image:url(/common/tko/images/icon/icon_pager-prev.svg);background-repeat:no-repeat;background-position:50%;background-size:contain}.m-pagination-min__prev.is-hidden{visibility:hidden}.m-pagination-min__next{box-sizing:border-box;width:80px;height:36px;cursor:pointer;border:1px solid #c1c1c1;border-radius:4px;background-image:url(/common/tko/images/icon/icon_pager-next.svg);background-repeat:no-repeat;background-position:50%;background-size:contain}.m-pagination-min__next.is-hidden{visibility:hidden}.m-pagination-min__number{font-size:14px;line-height:1em;white-space:nowrap;color:#222}.m-pagination-links{display:flex;align-items:center;justify-content:center}.m-pagination-links__parent{font-size:1.5rem;line-height:1;color:#0f9cc4}.m-pagination-links__prev{font-size:1.5rem;display:flex;width:85px;height:36px;margin-right:auto;cursor:pointer;transition:background-color .2s,color .2s,border-color .2s;border:1px solid #c1c1c1;border-radius:4px;background-color:#fff;align-items:center;justify-content:center}.m-pagination-links__prev:before{display:inline-block;width:7px;height:12px;margin-right:8px;content:"";transition:background-image .2s;transform:scaleX(-1);background:url(/common/tko/images/icon/icon_arrow-right-blk.svg) 0 0 no-repeat;background-size:7px 12px}.m-pagination-links__prev:hover{text-decoration:none;color:#fff;border-color:#6c7883;background-color:#6c7883}.m-pagination-links__prev:hover:before{transform:scaleX(-1);background:url(/common/tko/images/icon/icon_arrow-right-wht.svg) 0 0 no-repeat;background-size:100% auto}.m-pagination-links__prev.is-hidden{color:#707070;border:1px solid #eaeaea;background-color:#eaeaea}.m-pagination-links__prev.is-hidden:before{opacity:.5}.m-pagination-links__prev.is-hidden:hover{text-decoration:none;color:#707070;border:1px solid #eaeaea;background-color:#eaeaea}.m-pagination-links__prev.is-hidden:hover:before{background:url(/common/tko/images/icon/icon_arrow-right-blk.svg) 0 0 no-repeat;background-size:7px 12px}.m-pagination-links__next{font-size:1.5rem;display:flex;width:85px;height:36px;margin-left:auto;cursor:pointer;transition:background-color .2s,color .2s,border-color .2s;border:1px solid #c1c1c1;border-radius:4px;background-color:#fff;align-items:center;justify-content:center}.m-pagination-links__next:after{display:inline-block;width:7px;height:12px;margin-left:8px;content:"";transition:background-image .2s;background:url(/common/tko/images/icon/icon_arrow-right-blk.svg) 0 0 no-repeat;background-size:7px 12px}.m-pagination-links__next:hover{text-decoration:none;color:#fff;border-color:#6c7883;background-color:#6c7883}.m-pagination-links__next:hover:after{background:url(/common/tko/images/icon/icon_arrow-right-wht.svg) 0 0 no-repeat;background-size:100% auto}.m-pagination-links__next.is-hidden{color:#707070;border:1px solid #eaeaea;background-color:#eaeaea}.m-pagination-links__next.is-hidden:after{opacity:.5}.m-pagination-links__next.is-hidden:hover{text-decoration:none;color:#707070;border:1px solid #eaeaea;background-color:#eaeaea}.m-pagination-links__next.is-hidden:hover:after{background:url(/common/tko/images/icon/icon_arrow-right-blk.svg) 0 0 no-repeat;background-size:7px 12px}.column-context{margin-bottom:12px}.column-header{display:flex;flex-wrap:wrap;align-items:flex-start;gap:12px 30px}.column-header__image-wrap{overflow:hidden;width:370px;border-radius:6px}.column-header__content{display:flex;flex-direction:column;flex:1;gap:12px}.column-header__title-row{display:flex;align-items:center;gap:12px}.column-header__title{font-size:2.4rem;font-weight:600;flex:1}.column-header__description{font-size:1.4rem}.column-header__meta{font-size:1.3rem;font-weight:600;display:flex;flex-direction:column;gap:8px}.column-header__author{display:flex;gap:8px 10px}.column-header__related{display:flex;flex-direction:column;gap:8px}.column-header__related-label{font-size:1.3rem;font-weight:600}.column-header__related-list{display:flex;gap:8px;align-items:flex-start}.column-header__related-item{width:431px}.column-header__related-inner img{transition:transform .5s}.column-header__related-inner:hover:not(:has(.c-btn-bookmark:hover,.c-btn-follow:hover)):hover img{transform:scale(1.05) translateZ(0)}.column-header__related-inner{position:relative;display:flex;text-decoration:none;gap:12px;align-items:center;flex-wrap:wrap}.column-header__related-inner:hover{text-decoration:underline}.column-header__related-link:before{position:absolute;content:"";cursor:pointer;inset:0}.column-header__related-image-wrap{position:relative;overflow:hidden;width:130px;border-radius:4px;flex-shrink:0}.column-header__related-image-wrap:before{display:block;padding-top:56.15%;content:""}.column-header__related-image{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.column-header__related-content{display:flex;flex-direction:column;min-width:0;gap:8px;flex:1}.column-header__related-title{font-size:1.6rem;font-weight:600}.features-header__related-link:hover .column-header__related-title{text-decoration:underline}.column-header__related-meta{display:flex;gap:8px;align-items:center}.column-header__related-count,.column-header__related-date{font-size:1.2rem;font-weight:400;white-space:nowrap;color:#707070}.column-header__related-badge{display:flex;box-sizing:border-box;width:56px;height:17px;border:1px solid #707070;border-radius:19px;align-items:center;justify-content:center}.column-header__related-badge-text{font-size:1rem;font-weight:600;line-height:1;white-space:nowrap;letter-spacing:.6px;text-transform:uppercase;color:#707070}.column-header__related-list{position:relative}.column-header__author-list{display:flex;width:100%;margin-top:8px;gap:8px;flex-wrap:wrap}.column-header__author-item{font-size:1.3rem;font-weight:600;color:#0f9cc4}.features-header__related-link:hover .column-header__author-item{text-decoration:underline}.feature-context{margin-bottom:12px}.feature-header{display:flex;flex-wrap:wrap;align-items:flex-start;gap:12px 30px}.feature-header__image-wrap{overflow:hidden;width:320px;border-radius:6px}.feature-header__content{display:flex;flex-direction:column;flex:1;gap:12px}.feature-header__title-row{display:flex;align-items:center;gap:12px}.feature-header__title{font-size:2.4rem;font-weight:600;flex:1}.feature-header__description{font-size:1.4rem}.feature-header__related{display:flex;flex-direction:column;gap:8px}.feature-header__related-label{font-size:1.3rem;font-weight:600}.feature-header__related-list{display:flex;gap:8px;align-items:flex-start;flex-wrap:wrap}.feature-header__related-item{width:431px}.feature-header__related-inner img{transition:transform .5s}.feature-header__related-inner:hover:not(:has(.c-btn-bookmark:hover,.c-btn-follow:hover)):hover img{transform:scale(1.05) translateZ(0)}.feature-header__related-inner{position:relative;display:flex;gap:12px;align-items:center;flex-wrap:wrap}.feature-header__related-inner:hover{text-decoration:underline}.feature-header__related-link:before{position:absolute;content:"";cursor:pointer;inset:0}.feature-header__related-image-wrap{position:relative;overflow:hidden;width:130px;border-radius:4px;flex-shrink:0}.feature-header__related-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.feature-header__related-content{display:flex;flex-direction:column;min-width:0;gap:8px;flex:1}.feature-header__related-title{font-size:1.6rem;font-weight:600}.features-header__related-link:hover .feature-header__related-title{text-decoration:underline}.feature-header__related-meta{display:flex;gap:8px;align-items:center}.feature-header__related-count,.feature-header__related-date{font-size:1.2rem;font-weight:400;white-space:nowrap;color:#707070}.feature-header__related-badge{display:flex;box-sizing:border-box;width:56px;height:17px;border:1px solid #707070;border-radius:19px;align-items:center;justify-content:center}.feature-header__related-badge-text{font-size:1rem;font-weight:600;line-height:1;white-space:nowrap;letter-spacing:.6px;text-transform:uppercase;color:#707070}.feature-header__related-list{position:relative}.feature-header__author-list{display:flex;width:100%;gap:8px;flex-wrap:wrap}.feature-header__author-item{font-size:1.3rem;font-weight:600;color:#0f9cc4}.comics-feature-slider.splide{visibility:visible}.comics-feature-list{display:flex!important;flex-direction:row;gap:18px}.comics-feature-card img{transition:transform .5s}.comics-feature-card:hover:not(:has(.c-btn-bookmark:hover,.c-btn-follow:hover)):hover img{transform:scale(1.05) translateZ(0)}.comics-feature-card{display:flex;flex-direction:column;width:388px;cursor:pointer;gap:10px}.comics-feature-card:hover:not(:has(.c-btn-bookmark:hover,.c-btn-follow:hover)) .comics-feature-card__ttl{text-decoration:underline}.comics-feature-card__ttl{font-size:1.6rem;font-weight:600}.comics-feature-card__ttl:before{position:absolute;content:"";cursor:pointer;inset:0}.comics-feature-card__image-wrap{position:relative;overflow:hidden;width:100%;border-radius:6px;aspect-ratio:16/9;flex-shrink:0}.comics-feature-card__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.comics-new-slider.splide{visibility:visible}.comics-new-list{display:flex!important;gap:24px}.comics-new-card{display:flex;flex-direction:column;width:282px;cursor:pointer;gap:10px}.comics-new-card img{transition:transform .5s}.comics-new-card:hover:not(:has(.c-btn-bookmark:hover,.c-btn-follow:hover)):hover img{transform:scale(1.05) translateZ(0)}.comics-new-card:hover:not(:has(.c-btn-bookmark:hover,.c-btn-follow:hover)) .comics-new-card__content{text-decoration:underline}.comics-new-card__ttl{font-size:1.6rem;font-weight:600}.comics-new-card__ttl:before{position:absolute;content:"";cursor:pointer;inset:0}.comics-new-card__image-wrap{position:relative;overflow:hidden;width:100%;border-radius:4px;aspect-ratio:16/9;flex-shrink:0}.comics-new-card__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.comics-new-card__content{display:flex;flex-direction:column;gap:8px}.comics-new-card__episode{font-size:1.3rem;color:#707070}.comics-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:24px}.comics-list__more{display:flex;width:100%;justify-content:center}.comics-list__more .c-btn.\--more{margin-top:48px}.comics-card{position:relative;display:flex;width:384px;height:101px;cursor:pointer;gap:12px}.comics-card img{transition:transform .5s}.comics-card:hover:not(:has(.c-btn-bookmark:hover,.c-btn-follow:hover)):hover img{transform:scale(1.05) translateZ(0)}.comics-card:hover:not(:has(.c-btn-bookmark:hover,.c-btn-follow:hover)) .comics-card__episode,.comics-card:hover:not(:has(.c-btn-bookmark:hover,.c-btn-follow:hover)) .comics-card__ttl{text-decoration:underline}.comics-card__image-wrap{position:relative;overflow:hidden;width:180px;border-radius:4px;aspect-ratio:16/9;flex-shrink:0}.comics-card__image-wrap .c-badge{position:absolute;z-index:1;right:7px;bottom:7px}.comics-card__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.comics-card__content{display:flex;flex-direction:column;justify-content:center;gap:8px;flex:1 1 0%}.comics-card__ttl{font-size:1.6rem;font-weight:600}.comics-card__ttl:before{position:absolute;content:"";cursor:pointer;inset:0}.comics-card__footer{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.comics-card__episode{font-size:1.3rem;color:#707070}.comics-card .c-btn-follow{width:84px;height:24px}.video-card img{transition:transform .5s}.video-card:hover:not(:has(.c-btn-bookmark:hover,.c-btn-follow:hover)):hover img{transform:scale(1.05) translateZ(0)}.video-card{position:relative;display:flex;flex-direction:column;width:100%;gap:8px;align-items:flex-start}.video-card:hover:not(:has(.c-btn-bookmark:hover,.c-btn-follow:hover)) .video-card__date,.video-card:hover:not(:has(.c-btn-bookmark:hover,.c-btn-follow:hover)) .video-card__ttl{text-decoration:underline}.video-card__ttl{font-size:1.6rem;font-weight:600}.video-card__ttl:before{position:absolute;content:"";cursor:pointer;inset:0}.video-card__image-wrap{position:relative;overflow:hidden;width:100%;border-radius:6px;aspect-ratio:16/9;flex-shrink:0}.video-card__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.video-card__play-icon{position:absolute;z-index:1;right:7px;bottom:7px;width:24px;height:24px;background-image:url(/common/tko/images/icon/icon_play.svg);background-repeat:no-repeat;background-position:50%;background-size:contain}.video-card__content{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.video-card__meta{display:flex;flex-direction:row;width:100%;align-items:center;justify-content:space-between;gap:12px}.video-card__meta-date{font-size:1.3rem;white-space:nowrap;color:#707070}.video-card.\--list .video-card__play-icon{right:4px;bottom:4px}.video-card.\--list .video-card__ttl{font-size:1.4rem}.video-card.\--list .video-card__date{font-size:1.1rem;color:#707070}.video-feature-list{display:flex!important;gap:18px}.video-feature-list .video-card{width:388px}.video-list{display:flex;flex-wrap:wrap;gap:24px}.video-list .video-card{width:282px}.video-youtube{position:relative;display:flex;flex-direction:row;width:100%;padding:30px;border-radius:4px;background-color:#fff;align-items:center}.video-youtube:hover .video-youtube__description,.video-youtube:hover .video-youtube__link,.video-youtube:hover .video-youtube__title{text-decoration:underline}.video-youtube__logo{width:66px;flex-shrink:0}.video-youtube__image{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.video-youtube__content{display:flex;flex-direction:column;margin-left:28px;gap:4px;align-items:flex-start}.video-youtube__ttl{font-size:1.7rem;font-weight:600;color:#3f464d}.video-youtube__description{font-size:1.3rem;width:100%;color:#3f464d}.video-youtube__subscribe{display:flex;flex-direction:row;margin-left:auto;cursor:pointer;align-items:center;gap:8px;flex-shrink:0}.video-youtube__link{font-size:1.4rem;white-space:nowrap;color:#0f9cc4}.video-youtube__link:before{position:absolute;content:"";cursor:pointer;inset:0}.video-youtube__link.\--blank:after{position:relative;top:1px;display:inline-block;width:13px;height:13px;margin-left:3px;content:"";background:url(/common/tko/images/icon/icon_blank-blu.svg) 0 0 no-repeat;background-size:100% auto}.author-list{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}.author-list__item img{transition:transform .5s}.author-list__item:hover:not(:has(.c-btn-bookmark:hover,.c-btn-follow:hover)):hover img{transform:scale(1.05) translateZ(0)}.author-list__item{position:relative;z-index:0;display:grid;cursor:pointer;grid-template-columns:114px auto;grid-template-rows:auto 1fr;gap:12px 16px}.author-list__item:hover .author-list__name.\--new:after{text-decoration:none}.author-list.\--cols-3{margin-top:36px;grid-template-columns:repeat(3,1fr)}.author-list.\--cols-3 .author-list__item{display:flex;flex-direction:column;gap:4px}.author-list__image-wrap{overflow:hidden;width:114px;height:114px;border-radius:50%;grid-row:1/-1;flex-shrink:0}.author-list__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:50% 50%;object-position:50% 50%}.author-list__header{width:calc(100% - 100px)}.author-list .c-btn-follow{position:absolute;top:0;right:0}.author-list__name{font-size:1.6rem;font-weight:600}.author-list__name:before{position:absolute;content:"";cursor:pointer;inset:0}.author-list__name.\--new:after{font-size:1rem;font-weight:600;line-height:1;display:inline-flex;width:37px;height:17px;margin-left:8px;content:"NEW";text-align:center;vertical-align:text-bottom;color:#fff;border-radius:17px;background-color:#0f9cc4;align-items:center;justify-content:center}.author-list__shoulder{font-size:1.3rem;margin-top:2px;color:#707070}.m-article-card{display:flex;flex-direction:column;gap:4px}.m-article-card__ttl{font-size:1.3rem}.m-article-card__date{font-size:1.3rem;color:#707070}.profile-context{margin-bottom:12px}.author-profile{border:1px solid #d7d7d7;border-radius:4px;background-color:#fff}.author-profile__header{position:relative;display:flex;min-height:76px;padding:20px 58px 20px 20px;cursor:pointer;gap:12px;align-items:center}.author-profile__header:after{position:absolute;top:50%;right:20px;width:24px;height:24px;content:"";transition:transform .3s ease,background-color .3s ease;transform:translateY(-50%);border-radius:4px;background:url(/common/tko/images/icon/icon_arrow-down-blk.svg) no-repeat 50%;background-size:12px 7px}.author-profile__header:hover:after{background-color:#f5f5f5}.author-profile__header.is-open:after{transform:translateY(-50%) rotate(180deg)}.author-profile__header.is-not-acc{padding:20px;cursor:default}.author-profile__header.is-not-acc:after{content:none}.author-profile__inner{display:flex;align-items:center;gap:16px}.author-profile__image-wrap{overflow:hidden;width:114px;height:114px;border-radius:50%;flex-shrink:0}.author-profile__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:50% 50%;object-position:50% 50%}.author-profile__content{display:flex;flex-wrap:wrap;gap:8px 12px}.author-profile__enname,.author-profile__ruby{font-size:1.6rem;font-weight:600}.author-profile__ttl{font-size:2.4rem;font-weight:600;line-height:1.2;width:100%}.author-profile__shoulder{font-size:1.6rem;line-height:1.3;color:#707070}.author-profile .c-btn-follow{margin-left:auto}.author-profile__detail{display:none;flex-direction:column;padding:0 20px 20px;gap:24px}.author-profile__detail.is-open{display:flex}.author-profile__text{font-size:1.4rem}.author-profile__text a{text-decoration:none;color:#0f9cc4}.author-profile__text a span{color:#0f9cc4}.author-profile__text ul{list-style:none}.author-profile__text ul li{display:grid;grid-template-columns:1em auto}.author-profile__text ul li:before{display:block;content:"・"}.author-profile__note{font-size:1.2rem}.author-profile__related{display:flex;flex-direction:column;gap:8px}.author-profile__related-header{display:flex;align-items:center}.author-profile__related-ttl{font-size:1.3rem;font-weight:600;line-height:1}.m-tag-control{display:flex;margin:24px 0;align-items:center;justify-content:flex-start}.m-tag-control__note{font-size:1.3rem;line-height:1;white-space:nowrap}.m-tag-control__note:after{display:inline-block;width:1px;height:15px;margin:0 10px;content:"";vertical-align:middle;background-color:#c1c1c1}.m-tag-control__count{font-size:1.3rem;font-weight:300;line-height:1;margin-right:auto;white-space:nowrap}.m-tag-control .m-sort-tabs{margin-left:auto}.m-anchor-tab{display:flex;flex-wrap:wrap;gap:12px}.m-anchor-tab__btn{font-size:1.4rem;display:flex;height:50px;padding:0 20px;transition:background-color .3s ease;white-space:nowrap;border:1px solid #fff;border-radius:6px;background-color:#fff;align-items:center;justify-content:center}.m-anchor-tab__btn::hover{text-decoration:underline;background-color:#eaeaea}.m-anchor-tab__btn:after{width:15px;height:15px;margin-left:6px;content:"";background:url(/common/tko/images/icon/icon_anchor-blk.svg) 0 0 no-repeat;background-size:100% auto;align-self:center}.tag-list{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.tag-list__name{font-size:1.4rem;color:#0077a5}.tag-profile{display:flex;flex-direction:column;gap:12px}.tag-profile__header{display:flex;align-items:center;gap:12px}.tag-profile__ttl{font-size:2.4rem;font-weight:600;line-height:1.2;width:100%}.tag-profile__ttl:before{display:inline-block;content:"＃"}.tag-profile .c-btn-follow{margin-left:auto}.tag-profile__detail{display:flex;flex-direction:column;gap:24px}.tag-profile__text{font-size:1.4rem}.tag-profile__related{display:flex;flex-direction:column;gap:8px}.tag-profile__related-header{display:flex;align-items:center}.tag-profile__related-ttl{font-size:1.3rem;font-weight:600;line-height:1}.industry-profile{border:1px solid #d7d7d7;border-radius:4px;background-color:#fff}.industry-profile__header{position:relative;display:flex;min-height:76px;padding:20px 58px 20px 20px;cursor:pointer;gap:12px;align-items:center}.industry-profile__header:after{position:absolute;top:50%;right:20px;width:24px;height:24px;content:"";transition:transform .3s ease,background-color .3s ease;transform:translateY(-50%);border-radius:4px;background:url(/common/tko/images/icon/icon_arrow-down-blk.svg) no-repeat 50%;background-size:12px 7px}.industry-profile__header:hover:after{background-color:#f5f5f5}.industry-profile__header.is-open:after{transform:translateY(-50%) rotate(180deg)}.industry-profile__inner,.industry-profile__ttl{display:flex;align-items:center;gap:16px}.industry-profile__ttl{font-size:2.4rem;font-weight:600;line-height:1.2;width:100%}.industry-profile__ttl:before{display:block;width:5px;content:"";background-color:#c1c1c1;align-self:stretch;flex-shrink:0}.industry-profile .c-btn-follow{margin-left:auto}.industry-profile__detail{display:none;flex-direction:column;padding:0 20px 20px;gap:12px}.industry-profile__detail.is-open{display:flex}.industry-profile__text{font-size:1.4rem}.industry-profile__note{font-size:1.2rem;color:#707070}.industry-profile__related,.industry-profile__weather{display:flex;align-items:center;gap:4px 10px}.industry-profile__weather-text,.industry-profile__weather-ttl{font-size:1.4rem}.industry-profile__weather-text{display:flex;align-items:center;gap:10px}.industry-profile__weather-text:before{display:block;width:24px;height:24px;content:""}.industry-profile__weather-text.\--clear:before{background:url(/common/tko/images/icon/icon_clear.svg) no-repeat 50%;background-size:24px auto}.industry-profile__weather-text.\--sunny:before{background:url(/common/tko/images/icon/icon_sunny.svg) no-repeat 50%;background-size:22px auto}.industry-profile__weather-text.\--partly-cloudy:before{background:url(/common/tko/images/icon/icon_partly-cloudy.svg) no-repeat 50%;background-size:23px auto}.industry-profile__weather-text.\--cloudy:before{background:url(/common/tko/images/icon/icon_cloudy.svg) no-repeat 50%;background-size:22px auto}.industry-profile__weather-text.\--rainy:before{background:url(/common/tko/images/icon/icon_rainy.svg) no-repeat 50%;background-size:20px auto}.industry-profile__weather-text.\--heavy-rain:before{background:url(/common/tko/images/icon/icon_heavy-rain.svg) no-repeat 50%;background-size:18px auto}.industry-profile__related-ttl{font-size:1.3rem}.industry-detail__ttl{font-size:1.6rem;font-weight:600;margin-bottom:8px}.industry-detail__text{font-size:1.4rem}.company-profile{border:1px solid #d7d7d7;border-radius:4px;background-color:#fff}.company-profile__header{position:relative;display:flex;min-height:76px;padding:20px 58px 20px 20px;cursor:pointer;gap:12px;align-items:center}.company-profile__header:after{position:absolute;top:50%;right:20px;width:24px;height:24px;content:"";transition:transform .3s ease,background-color .3s ease;transform:translateY(-50%);border-radius:4px;background:url(/common/tko/images/icon/icon_arrow-down-blk.svg) no-repeat 50%;background-size:12px 7px}.company-profile__header:hover:after{background-color:#f5f5f5}.company-profile__header.is-open:after{transform:translateY(-50%) rotate(180deg)}.company-profile__inner,.company-profile__ttl{display:flex;align-items:center;gap:16px}.company-profile__ttl{font-size:2.4rem;font-weight:600;line-height:1.2;width:100%}.company-profile__ttl:before{display:block;width:5px;content:"";background-color:#c1c1c1;align-self:stretch;flex-shrink:0}.company-profile .c-btn-follow{margin-left:auto}.company-profile__detail{display:none;flex-direction:column;padding:0 20px 20px;gap:12px}.company-profile__detail.is-open{display:flex}.company-profile__text{font-size:1.4rem}.company-profile__note{font-size:1.2rem}.company-profile__code,.company-profile__related{display:flex;align-items:center;gap:4px 10px}.company-profile__code-text,.company-profile__code-ttl,.company-profile__related-ttl{font-size:1.4rem}.company-profile__related .c-link{font-size:1.3rem}.company-detail__ttl{font-size:1.6rem;font-weight:600;margin-bottom:8px}.company-detail__text{font-size:1.4rem}.l-aside,.search-form{position:sticky;top:30px}.search-form{z-index:2;margin-bottom:36px;padding:16px;transition:all .3s ease;border-radius:4px;background-color:#eaeaea}.search-form__inner{position:relative;display:flex;flex-direction:column;width:100%}.search-form__row{display:flex;width:calc(100% - 118px);align-items:center;gap:12px}.search-form__row:last-child{width:100%;margin-top:16px;justify-content:space-between;gap:12px}.search-form__row.is-hidden{margin-top:unset}.search-form__row.is-hidden .js-hint,.search-form__row.is-hidden .search-form__radio-group{display:none}.search-form__input-wrapper{position:relative;flex:1}.search-form__input{font-size:1.4rem;line-height:1;width:100%;height:44px;padding:0 40px 0 16px;color:#222;border:1px solid #c1c1c1;border-radius:4px;background-color:#fff}.search-form__input::-moz-placeholder{color:#c1c1c1}.search-form__input::placeholder{color:#c1c1c1}.search-form__search-icon{position:absolute;top:50%;right:3px;display:flex;width:38px;height:38px;transition:background-color .3s ease;transform:translateY(-50%);border-radius:50%;background-color:transparent;align-items:center;justify-content:center}.search-form__search-icon:hover{background-color:#eaeaea}.search-form__search-icon:before{display:block;width:18px;height:18px;content:"";background-image:url(/common/tko/images/icon/icon_search.svg);background-repeat:no-repeat;background-position:50%;background-size:contain}.search-form__filter-row{display:flex;align-items:center;gap:12px}.search-form__filter-period-wrapper{position:relative}.search-form__filter-period{font-size:1.4rem;line-height:1;display:flex;min-width:150px;height:44px;padding:0 12px;cursor:pointer;color:#222;border:1px solid #c1c1c1;border-radius:4px;background-color:#fff;align-items:center;justify-content:space-between}.search-form__filter-period:after{width:12px;height:7px;margin-left:12px;content:"";background:url(/common/tko/images/icon/icon_arrow-down-blk.svg) 50%/contain no-repeat;flex-shrink:0}.search-form__filter-period-dropdown{position:absolute;z-index:1000;top:100%;left:0;display:none;flex-direction:column;min-width:150px;padding:12px 12px 16px;transition:all .3s ease;transform:translateY(-4px);border:1px solid #c1c1c1;border-top:none;border-radius:0 0 4px 4px;background-color:#fff;gap:20px}.search-form__filter-period-dropdown:before{position:absolute;top:0;right:0;left:148px;height:1px;content:"";background-color:#c1c1c1}.search-form__filter-period-dropdown.is-active{display:flex}.search-form__filter-period-options{display:flex;flex-direction:column;min-width:150px;padding:0 1px;border-right:1px solid #fff;gap:10px}.search-form__filter-period-options-wrapper{display:flex;flex-direction:column;gap:20px}.search-form__filter-period-options-wrapper-inner{display:flex}.search-form__filter-period-option,.search-form__filter-period-radio{display:flex;align-items:center;gap:4px}.search-form__filter-period-radio{font-size:1.4rem;line-height:1.6;width:100%;cursor:pointer;color:#222}.search-form__filter-period-radio input[type=radio]{position:relative;box-sizing:border-box;width:16px;height:16px;margin:0;cursor:pointer;border:1px solid #6c7883;border-radius:50%;background-color:#fff;-webkit-appearance:none;-moz-appearance:none;appearance:none;flex-shrink:0}.search-form__filter-period-radio input[type=radio]:checked:after{position:absolute;top:50%;left:50%;width:8px;height:8px;content:"";transform:translate(-50%,-50%);border-radius:50%;background-color:#6c7883}.search-form__filter-period-radio-custom{display:flex;align-items:center}.search-form__filter-period-radio-custom:after{display:inline-block;width:7px;height:12px;margin-left:8px;content:"";background:url(/common/tko/images/icon/icon_arrow-right-blk.svg) 50%/contain no-repeat}.search-form__filter-period-custom{display:none;flex-direction:column;gap:16px}.search-form__filter-period-custom.is-active{display:flex}.search-form__filter-period-date-group{display:grid;grid-template-columns:max-content;grid-template-rows:max-content;gap:16px}.search-form__filter-period-date-section{display:flex;flex-direction:column;width:260px;gap:8px}.search-form__filter-period-date-label{font-size:1.4rem;font-weight:600;line-height:1.4;margin:0;color:#222}.search-form__filter-period-date-inputs{display:flex;gap:10px;align-items:center}.search-form__filter-period-date-input{font-size:1.4rem;line-height:1;width:120px;height:44px;padding:0 40px 0 16px;cursor:pointer;color:#767676;border:1px solid #c1c1c1;border-radius:4px;background-color:#fff;background-image:url(/common/tko/images/icon/icon_arrow-down-blk.svg);background-repeat:no-repeat;background-position:right 8px center;background-size:12px 7px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.search-form__filter-period-date-input:focus{border-color:#0f9cc4;outline:none}.search-form__filter-period-date-input option{color:#222}.search-form__filter-period-buttons{display:flex;width:240px;gap:16px;align-items:center;justify-content:center;align-self:center}.search-form__filter-period-cancel{font-size:1.4rem;font-weight:600;line-height:1;display:flex;width:109px;height:34px;padding:10px;cursor:pointer;transition:color .3s ease,border-color .3s ease;color:#6c7883;border:1px solid #6c7883;border-radius:4px;background-color:#fff;align-items:center;justify-content:center}.search-form__filter-period-cancel:hover,.search-form__filter-period-submit{color:#0f9cc4;border:1px solid #0f9cc4}.search-form__filter-period-submit{font-size:1.4rem;font-weight:600;line-height:1;display:flex;width:109px;height:34px;padding:11px 28px;cursor:pointer;transition:color .3s ease,background-color .3s ease;letter-spacing:1px;border-radius:4px;background-color:#fff;align-items:center;justify-content:center}.search-form__filter-period-submit:hover{color:#fff;background-color:#0f9cc4}.search-form__filter-atype-wrapper{position:relative}.search-form__filter-atype{font-size:1.4rem;line-height:1;display:flex;min-width:150px;height:44px;padding:0 12px;cursor:pointer;color:#222;border:1px solid #c1c1c1;border-radius:4px;background-color:#fff;align-items:center;justify-content:space-between}.search-form__filter-atype:after{width:12px;height:7px;margin-left:12px;content:"";background:url(/common/tko/images/icon/icon_arrow-down-blk.svg) 50%/contain no-repeat;flex-shrink:0}.search-form__filter-atype-dropdown{position:absolute;z-index:1000;top:100%;left:0;display:none;flex-direction:column;min-width:150px;padding:12px;transition:all .3s ease;transform:translateY(-4px);border:1px solid #c1c1c1;border-top:none;border-radius:0 0 4px 4px;background-color:#fff;gap:20px}.search-form__filter-atype-dropdown:before{position:absolute;top:0;right:0;left:148px;height:1px;content:"";background-color:#c1c1c1}.search-form__filter-atype-dropdown.is-active{display:flex}.search-form__filter-atype-options{display:flex;flex-direction:column;padding:0 1px;border-right:1px solid #fff;gap:10px}.search-form__filter-atype-options-wrapper{display:flex;flex-direction:column;gap:20px}.search-form__filter-atype-options-wrapper-inner{display:flex}.search-form__filter-atype-checkbox,.search-form__filter-atype-option{display:flex;align-items:center;gap:4px}.search-form__filter-atype-checkbox{font-size:1.4rem;line-height:1.6;padding:8px;cursor:pointer;color:#222;background-color:#f5f5f5}.search-form__filter-atype-checkbox input[type=checkbox]{position:relative;box-sizing:border-box;width:16px;height:16px;margin:0;cursor:pointer;border:1px solid #6c7883;border-radius:4px;background-color:#fff;-webkit-appearance:none;-moz-appearance:none;appearance:none;flex-shrink:0}.search-form__filter-atype-checkbox input[type=checkbox]:checked{background-color:#6c7883}.search-form__filter-atype-checkbox input[type=checkbox]:checked:after{position:absolute;top:50%;left:50%;width:11px;height:7px;content:"";transform:translate(-50%,-50%);background:url(/common/tko/images/icon/icon_checked-wht.svg) 0 0 no-repeat;background-size:100% auto}.search-form__submit{font-size:1.6rem;font-weight:600;line-height:1;position:absolute;top:0;right:0;width:105px;height:44px;padding:11px 28px;cursor:pointer;transition:background-color .3s ease,color .3s ease;letter-spacing:1px;color:#0f9cc4;border:1px solid #0f9cc4;border-radius:4px;background-color:#fff}.search-form__submit:hover{color:#fff;background-color:#0f9cc4}.search-form__radio-group{display:flex;align-items:center;gap:8px}.search-form__radio{display:flex;cursor:pointer;align-items:center;gap:4px}.search-form__radio input[type=radio]{position:relative;box-sizing:border-box;width:16px;height:16px;cursor:pointer;border:1px solid #6c7883;border-radius:50%;background-color:#fff;-webkit-appearance:none;-moz-appearance:none;appearance:none;flex-shrink:0}.search-form__radio input[type=radio]:checked:after{position:absolute;top:50%;left:50%;width:8px;height:8px;content:"";transform:translate(-50%,-50%);border-radius:50%;background-color:#6c7883}.search-form__radio span{font-size:1.3rem;line-height:1.4;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#222}.search-form__radio-text--sp{display:none}.search-tab-panel{padding-top:36px}.search-tab-panel[hidden]{display:none}.m-search-no-results{font-size:1.3rem}.search-result{margin-top:36px}.search-result,.search-result__text{display:flex;flex-direction:column;gap:24px}.search-result__text{padding:20px;background-color:#eaeaea}.search-result__text h3{font-size:1.6rem;font-weight:600}.search-result__text p{font-size:1.4rem}.search-result[hidden]{display:none}.m-ranking-tab{display:flex;flex-direction:row;width:870px;margin-top:30px;border-bottom:1px solid #d7d7d7;justify-content:stretch;align-items:stretch;align-self:stretch;gap:8px}.m-ranking-tab__item{font-size:1.5rem;font-weight:600;line-height:1;display:flex;flex-direction:row;height:50px;cursor:pointer;transition:background-color .3s,border-color .3s;text-decoration:none;border:1px solid #d7d7d7;border-bottom:none;border-radius:4px 4px 0 0;background-color:#d7d7d7;justify-content:center;align-items:center;gap:20px;flex:1 1 0%}.m-ranking-tab__item:hover:not(.m-ranking-tab__item.is-current){text-decoration:none;background-color:#f5f5f5}.m-ranking-tab__item.is-current{height:51px;margin-bottom:-1px;background-color:#f5f5f5}.m-ranking-tab__item.is-current:hover{text-decoration:none}.m-ranking-filter{display:flex;flex-direction:row;width:870px;margin:24px 0 36px;justify-content:space-between;align-items:center;align-self:stretch;gap:12px}.m-ranking-filter__note{font-size:1.2rem;font-weight:300;line-height:1}.m-ranking-filter__control{display:flex;flex-direction:row;align-items:center;gap:12px}.m-ranking-filter__select{font-size:1.3rem;line-height:1;display:flex;overflow:hidden;width:160px;height:36px;padding:10px 30px 10px 12px;cursor:pointer;transition:border-color .2s;border:1px solid #c1c1c1;border-radius:4px;background-color:#fff;background-image:url(/common/tko/images/icon/icon_arrow-down-blk.svg);background-repeat:no-repeat;background-position:right 8px center;background-size:12px 7px;justify-content:space-between;align-items:center;gap:10px}.m-ranking-filter__select:hover{border-color:#0f9cc4}.theme-header{display:flex;width:100%;max-width:1200px;min-height:158px;margin:0 auto;align-items:center;gap:20px}.theme-header__ttl{display:flex;width:300px;height:94px;background-color:#fff;align-items:center;justify-content:center;flex-shrink:0}.theme-header__image{width:100%;max-height:56px;-o-object-fit:contain;object-fit:contain}.theme-header__text{font-size:1.5rem}.theme-footer{display:flex;width:100%;max-width:1200px;min-height:177px;margin:0 auto;align-items:center;justify-content:center;gap:36px}.theme-footer__account{display:flex;flex-direction:column;align-items:center;gap:12px}.theme-footer__account-title{font-size:1.8rem;font-weight:600}.theme-footer__sns{display:flex;align-items:center;justify-content:center;gap:18px}.theme-footer__sns-item{width:30px}.theme-footer__sns-item.\--x{width:25px}.theme-footer__contact{display:flex;align-items:center;gap:18px}.m-magazine-filter{display:flex;margin:24px 0 36px;justify-content:flex-end}.m-magazine-filter__note{font-size:1.2rem;line-height:1}.m-magazine-filter__control{display:flex;flex-direction:row;align-items:center;gap:12px}.m-magazine-filter__select{font-size:1.5rem;line-height:1;display:flex;overflow:hidden;width:150px;height:36px;padding:10px 30px 10px 12px;cursor:pointer;transition:border-color .2s;border:1px solid #c1c1c1;border-radius:4px;background-color:#fff;background-image:url(/common/tko/images/icon/icon_arrow-down-blk.svg);background-repeat:no-repeat;background-position:right 12px center;background-size:12px 7px;justify-content:space-between;align-items:center;gap:10px}.m-magazine-filter__select:hover{border-color:#0f9cc4}.m-magazine-filter__prev{font-size:1.5rem;display:flex;width:85px;height:36px;cursor:pointer;transition:background-color .2s,color .2s,border-color .2s;border:1px solid #c1c1c1;border-radius:4px;background-color:#fff;align-items:center;justify-content:center}.m-magazine-filter__prev:before{display:inline-block;width:7px;height:12px;margin-right:8px;content:"";transition:background-image .2s;transform:scaleX(-1);background:url(/common/tko/images/icon/icon_arrow-right-blk.svg) 0 0 no-repeat;background-size:7px 12px}.m-magazine-filter__prev:hover{color:#fff;border-color:#6c7883;background-color:#6c7883}.m-magazine-filter__prev:hover:before{transform:scaleX(-1);background:url(/common/tko/images/icon/icon_arrow-right-wht.svg) 0 0 no-repeat;background-size:100% auto}.m-magazine-filter__prev[disabled]{color:#707070;border:1px solid #eaeaea;background-color:#eaeaea}.m-magazine-filter__prev[disabled]:before{opacity:.5}.m-magazine-filter__prev[disabled]:hover{color:#707070;border:1px solid #eaeaea;background-color:#eaeaea}.m-magazine-filter__prev[disabled]:hover:before{background:url(/common/tko/images/icon/icon_arrow-right-blk.svg) 0 0 no-repeat;background-size:7px 12px}.m-magazine-filter__next{font-size:1.5rem;display:flex;width:85px;height:36px;cursor:pointer;transition:background-color .2s,color .2s,border-color .2s;border:1px solid #c1c1c1;border-radius:4px;background-color:#fff;align-items:center;justify-content:center}.m-magazine-filter__next:after{display:inline-block;width:7px;height:12px;margin-left:8px;content:"";transition:background-image .2s;background:url(/common/tko/images/icon/icon_arrow-right-blk.svg) 0 0 no-repeat;background-size:7px 12px}.m-magazine-filter__next:hover{color:#fff;border-color:#6c7883;background-color:#6c7883}.m-magazine-filter__next:hover:after{background:url(/common/tko/images/icon/icon_arrow-right-wht.svg) 0 0 no-repeat;background-size:100% auto}.m-magazine-filter__next[disabled]{color:#707070;border:1px solid #eaeaea;background-color:#eaeaea}.m-magazine-filter__next[disabled]:after{opacity:.5}.m-magazine-filter__next[disabled]:hover{color:#707070;border:1px solid #eaeaea;background-color:#eaeaea}.m-magazine-filter__next[disabled]:hover:after{background:url(/common/tko/images/icon/icon_arrow-right-blk.svg) 0 0 no-repeat;background-size:7px 12px}.magazine-list{display:grid;grid-template-columns:repeat(5,1fr);gap:24px}.magazine-list__link{display:flex;flex-direction:column;gap:12px}.magazine-list__image-wrap{overflow:hidden;width:220px;height:297px}.magazine-list__image-wrap img{transition:transform .5s}.magazine-list__image-wrap:hover:not(:has(.c-btn-bookmark:hover,.c-btn-follow:hover)):hover img{transform:scale(1.05) translateZ(0)}.magazine-list__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.magazine-list__meta{display:flex;flex-direction:column;gap:4px}.magazine-list__subtitle{font-size:1.2rem;font-weight:600}.magazine-list__title{font-size:1.4rem;font-weight:600}.magazine-list__pubdate{font-size:1.2rem;color:#707070}.doc-body{font-size:1.6rem;display:flex;flex-direction:column;width:870px;margin:0 auto;gap:40px}.doc-body h1{font-size:3.2rem;font-weight:600;line-height:1.2}.doc-body h4{font-size:2.2rem;font-weight:600;display:flex;align-items:center;gap:16px}.doc-body h4:before{display:block;width:30px;height:2px;content:"";background-color:#0f9cc4}.doc-body a{text-decoration:underline;color:#0f9cc4}.doc-body dl{display:flex;flex-direction:column;gap:20px}.doc-body dt:not(:first-of-type){margin-top:20px}.doc-body ul{display:flex;flex-direction:column;gap:4px}.doc-body.\--list ul{list-style:none;counter-reset:item;gap:12px}.doc-body.\--list li{padding-left:1em;text-indent:-1em}.doc-body.\--list li:before{content:"・"}.doc-body ol{padding:0;list-style:none;counter-reset:item;gap:10px}.doc-body ol,.doc-body ol li{display:flex;flex-direction:column}.doc-body ol li{position:relative;padding-left:2em;counter-increment:item;gap:4px}.doc-body ol li:before{position:absolute;left:0;content:counter(item) "."}.doc-body table{clear:both;width:100%;max-width:100%!important;margin:20px auto!important}.doc-body table th{font-size:1.4rem;font-weight:600;height:46px;padding:10px!important;text-align:center;color:#fff;background-color:#6c7883}.doc-body table td{font-size:1.6rem;height:46px;padding:10px;text-align:center;background-color:#fff}.doc-body .opt-out-box{padding:40px;border-radius:6px;background-color:#fff}.doc-body .opt-out-box__content{display:flex;flex-direction:column;align-items:center;gap:20px}.doc-body .opt-out-box__text{text-align:center}.doc-body .opt-out-box__status{font-weight:600}.not-found-body{display:flex;flex-direction:column;gap:40px}.not-found-body h1{font-size:2.6rem;font-weight:600;margin-bottom:30px}.not-found-body .summary{font-size:1.6rem}.not-found-body .serach-form{position:relative;margin-top:30px}.not-found-body .serach-form__input{font-size:1.4rem;line-height:1;width:100%;height:44px;padding:0 40px 0 16px;border:1px solid #c1c1c1;border-radius:4px;background-color:#fff}.not-found-body .serach-form__btn{position:absolute;top:50%;right:3px;display:flex;width:38px;height:38px;transition:background-color .3s ease;transform:translateY(-50%);border-radius:50%;background-color:transparent;align-items:center;justify-content:center}.not-found-body .serach-form__btn:hover{background-color:#f5f5f5}.not-found-body .serach-form__btn img{width:18px;height:18px}.not-found-body .m-article-list{margin:30px 0 16px}.not-found-body .ranking-note{font-size:1.2rem}.m-signage{width:100%;max-width:1200px;margin:0 auto}.m-section-header{display:flex;margin-bottom:30px;align-items:center;flex-wrap:wrap;gap:12px}.m-section-header.\--top{flex-direction:column;align-items:flex-start;gap:4px}.m-section-header.\--author,.m-section-header.\--tag{margin-bottom:24px}.m-section-header.\--g-a{gap:12px 24px}.m-section-header.\--white{color:#fff}.m-section-header.\--white .c-ttl:before{background-color:#fff}.m-section-header__note{font-size:1.2rem;line-height:1;margin-left:15px}.m-section-header__notice{font-size:1.3rem;color:&color-gray400}.m-section-header__more{display:flex;flex-direction:row;height:15px;margin:0 30px 0 auto;cursor:pointer;transition:opacity .2s;align-items:center;gap:6px}.m-section-header__more-text{font-size:1.4rem;line-height:1;white-space:nowrap;text-transform:uppercase;color:#0f9cc4}.m-section-header__more-icon{display:inline-block;width:6px;height:11px;background-image:url(/common/tko/images/icon/icon_arrow-right-blk.svg);background-repeat:no-repeat;background-position:50%;flex-shrink:0}.m-section-header__label{font-size:1.5rem;margin-right:auto;white-space:nowrap}.m-section-header__meta{display:flex;align-items:center;gap:12px}.m-section-header__mark{font-size:1.4rem;line-height:1;white-space:nowrap;color:#707070}.m-section-header__name{font-size:1.4rem;line-height:1.3}.m-section__note{font-size:1.3rem}.m-section__note.\--bookmark{font-size:1.6rem}.m-section__note.\--bookmark:before{display:inline-block;width:14px;height:17px;margin-right:4px;content:"";vertical-align:text-bottom;background:url(/common/tko/images/icon/icon_bookmark.svg) 50% no-repeat;background-size:100% auto}.m-section-header-message{position:relative;display:flex;width:100%;padding:20px;border-radius:6px;background-color:#fff;align-items:center;gap:6px}.m-section-header-message__icon{font-size:0}.m-section-header-message__icon:before{display:inline-block;width:13px;height:18px;content:"";background:url(/common/tko/images/icon/icon_unlock.svg) 0 0 no-repeat;background-size:100% auto}.m-section-header-message__text{font-size:1.4rem}.m-section-header-message .c-link-more{margin-left:auto}.m-section-header-message .c-link-more:before{position:absolute;content:"";cursor:pointer;inset:0}.m-article-list-header{display:flex;margin-bottom:30px;align-items:center;flex-wrap:wrap;gap:12px}.m-article-list-header.\--mypage{margin-top:36px}.m-article-list-header__note{font-size:1.2rem;font-weight:400;line-height:1;margin-left:15px}.m-article-control{display:flex;margin-bottom:24px;align-items:center;justify-content:space-between}.m-article-control__count{font-size:1.3rem;line-height:1;white-space:nowrap}.m-article-control__items{display:flex;flex-direction:column;align-items:flex-start}.m-article-count{font-size:1.5rem}.m-article-count>span{font-size:1.1rem;display:block;margin-top:4px}.m-article-list{display:flex;flex-direction:column;gap:16px}.m-article-list.\--cols-2{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.m-article-list.\--cols-3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.m-article-list.\--cols-4{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.m-article-list.\--cols-5{display:grid;grid-template-columns:repeat(5,1fr);gap:30px}.m-article-list.\--g-a-cols-2{display:grid;grid-template-columns:1fr 282px;gap:24px}.m-article-list__item:not(:has(.\--horizontal-right-stack.\--top,.\--vertical,.\--vertical-stack,.\--vertical-overlap,.\--vertical-inline,.\--slider)){padding-bottom:16px;border-bottom:1px solid #d7d7d7}.m-article-list.\--side{gap:14px}.m-article-list.\--article{padding:0 24px;background-color:#fff;gap:unset}.m-article-list__note{font-size:1.2rem;margin-top:16px}.m-article img{transition:transform .5s}.m-article:hover:not(:has(.c-btn-bookmark:hover,.c-btn-follow:hover)):hover img{transform:scale(1.05) translateZ(0)}.m-article{position:relative;display:grid;grid-template-columns:1fr 200px;grid-template-rows:auto auto;gap:8px 16px}.m-article.\--w254{grid-template-columns:1fr 254px}.m-article.\--w100{grid-template-columns:1fr 100px}.m-article.\--pickup{grid-template-columns:1fr 130px}.m-article.\--pickup.\--w190{grid-template-columns:1fr 190px}.m-article.\--slider{min-height:167px;padding-top:16px;padding-bottom:12px;grid-template-columns:1fr 130px}.m-article.\--slider+.m-article.\--slider{padding-top:12px;padding-bottom:16px;border-top:1px solid #c1c1c1}.m-article.\--side{gap:8px}.m-article.\--side .m-article__ttl{font-size:1.3rem}.m-article:hover:not(:has(.c-btn-bookmark:hover,.c-btn-follow:hover)) .m-article__author,.m-article:hover:not(:has(.c-btn-bookmark:hover,.c-btn-follow:hover)) .m-article__date,.m-article:hover:not(:has(.c-btn-bookmark:hover,.c-btn-follow:hover)) .m-article__label,.m-article:hover:not(:has(.c-btn-bookmark:hover,.c-btn-follow:hover)) .m-article__series,.m-article:hover:not(:has(.c-btn-bookmark:hover,.c-btn-follow:hover)) .m-article__ttl{text-decoration:underline}.m-article__image-wrap{position:relative;display:flex;overflow:hidden;border-radius:4px;align-items:center;grid-column:2;grid-row:1;align-self:start;aspect-ratio:16/9}.m-article__image{width:100%;-o-object-fit:cover;object-fit:cover}.m-article__content{display:flex;flex-direction:column;gap:8px;grid-column:1;grid-row:1}.m-article__series{font-size:1.2rem;font-weight:600;color:#0f9cc4}.m-article__ttl{font-size:1.6rem;font-weight:600;text-decoration:none;color:inherit}.m-article__ttl:before{position:absolute;content:"";cursor:pointer;inset:0}.m-article__ttl:is(span):before{content:none}.m-article__ttl.\--lock:after,.m-article__ttl.\--paid-lock:after,.m-article__ttl.\--paid-unlock:after,.m-article__ttl.\--unlock:after{display:inline-block;margin-left:4px;content:"";background-repeat:no-repeat;background-position:0 0;background-size:100% auto}.m-article__ttl.\--paid-lock:after{width:9px;height:12px;background-image:url(/common/tko/images/icon/icon_lock.svg)}.m-article__ttl.\--paid-unlock:after{width:9px;height:12px;background-image:url(/common/tko/images/icon/icon_unlock.svg)}.m-article.\--pickup .m-article__ttl,.m-article.\--slider .m-article__ttl{line-height:1.4}.m-article__latest-ttl{font-size:1.2rem;line-height:1.4}.m-article__text{font-size:1.3rem;color:#707070}.m-article__footer{display:flex;margin-top:auto;align-items:center;justify-content:flex-end;gap:4px 16px;grid-column:1/-1;grid-row:2}.m-article__author,.m-article__label{font-size:1.3rem;line-height:1.4;margin-right:auto;color:#707070}.m-article__date{font-size:1.1rem;line-height:1.4;margin-left:auto;color:#707070;flex-shrink:0}.m-article.\--slider .m-article__date{font-size:1.3rem;margin-left:unset}.m-article.\--vertical{display:flex;flex-direction:column}.m-article.\--vertical .m-article__image-wrap{align-self:auto}.m-article.\--vertical .c-btn-follow{align-self:start}.m-article.\--vertical.\--rank .m-article__footer{gap:10px;justify-content:flex-start}.m-article.\--vertical.\--rank .m-article__text{font-size:1.3rem;line-height:1.4;color:#707070}.\--comic.\--top .m-article.\--vertical .m-article__label{display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.m-article.\--vertical-stack.\--rank .m-article__rank,.m-article.\--vertical.\--rank .m-article__rank{font-size:1.6rem;font-weight:600;line-height:1;position:absolute;z-index:1;top:-12px;left:-12px;display:flex;width:36px;height:36px;color:#fff;border-radius:50%;background-color:#0f9cc4;align-items:center;justify-content:center}.m-article.\--vertical-stack.\--rank .m-article__rank.\--rank1,.m-article.\--vertical.\--rank .m-article__rank.\--rank1{background-color:#dbab27}.m-article.\--vertical-stack.\--rank .m-article__rank.\--rank2,.m-article.\--vertical.\--rank .m-article__rank.\--rank2{background-color:#a8a9a8}.m-article.\--vertical-stack.\--rank .m-article__rank.\--rank3,.m-article.\--vertical.\--rank .m-article__rank.\--rank3{background-color:#af7a47}.m-article.\--vertical-stack{display:flex;flex-direction:column}.m-article.\--vertical-stack .m-article__image-wrap{align-self:auto}.m-article.\--vertical-stack .m-article__footer{display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;gap:4px 16px}.m-article.\--vertical-stack .m-article__author{margin-right:auto;grid-column:1/-1;grid-row:1}.m-article.\--vertical-stack .m-article__label{margin-right:auto;grid-column:1/-1;grid-row:1/-1}.m-article.\--vertical-stack .m-article__date{margin-left:0;grid-column:1;grid-row:2}.m-article.\--vertical-stack .c-btn-bookmark,.m-article.\--vertical-stack .c-btn-follow{grid-column:2;grid-row:2}.m-article.\--vertical-stack.\--g-a .m-article__footer{gap:unset}.m-article.\--vertical-stack.\--pickup{gap:12px}.m-article.\--vertical-stack.\--pickup.\--min{gap:8px}.m-article.\--vertical-stack.\--pickup.\--prime .m-article__series{font-size:1.4rem}.m-article.\--vertical-stack.\--pickup.\--prime .m-article__ttl{font-size:2rem;line-height:1.3}.m-article.\--vertical-stack.\--pickup.\--prime .m-article__date,.m-article.\--vertical-stack.\--pickup.\--second .m-article__series{font-size:1.3rem}.m-article.\--vertical-stack.\--category .m-article__series,.m-article.\--vertical-stack.\--genre .m-article__series,.m-article.\--vertical-stack.\--theme .m-article__series{font-size:1.4rem}.m-article.\--vertical-stack.\--category .m-article__ttl,.m-article.\--vertical-stack.\--genre .m-article__ttl,.m-article.\--vertical-stack.\--theme .m-article__ttl{font-size:1.8rem;line-height:1.3}.m-article.\--vertical-stack.\--category .m-article__date,.m-article.\--vertical-stack.\--genre .m-article__date,.m-article.\--vertical-stack.\--theme .m-article__date{font-size:1.3rem}.m-article.\--vertical-overlap{display:flex;flex-direction:column}.m-article.\--vertical-overlap .m-article__image-wrap{align-self:auto}.m-article.\--vertical-overlap .m-article__footer{position:absolute;right:8px;bottom:8px;display:block}.m-article.\--vertical-inline{display:grid;border-radius:6px;background:#fff;grid-template-columns:1fr auto;grid-template-rows:auto auto}.m-article.\--vertical-inline.\--video{gap:0 12px}.m-article.\--vertical-inline .m-article__image-wrap{border-radius:6px;border-bottom-right-radius:0;border-bottom-left-radius:0;grid-column:1/-1;grid-row:1;align-self:auto}.m-article.\--vertical-inline .m-article__content{display:flex;overflow:hidden;padding:8px 0 10px 12px;align-items:center;gap:8px;grid-column:1;grid-row:2}.m-article.\--vertical-inline .m-article__series{flex-shrink:0}.m-article.\--vertical-inline .m-article__ttl{font-size:1.5rem;overflow:hidden;min-width:0;flex:1}.m-article.\--vertical-inline .m-article__author,.m-article.\--vertical-inline .m-article__date{flex-shrink:0}.m-article.\--vertical-inline .m-article__footer{padding:12px 12px 12px 0;grid-column:2;grid-row:2;align-self:start}.m-article.\--horizontal-right-stack{grid-template-rows:auto auto}.m-article.\--horizontal-right-stack.\--w254{grid-template-columns:1fr 254px}.m-article.\--horizontal-right-stack .m-article__image-wrap{grid-column:2;grid-row:1/-1;align-self:start}.m-article.\--horizontal-right-stack .m-article__content{grid-column:1;grid-row:1}.m-article.\--horizontal-right-stack .m-article__ttl{font-size:1.8rem}.m-article.\--horizontal-right-stack .m-article__footer{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:6px 8px;grid-column:1;grid-row:2}.m-article.\--horizontal-right-stack .m-article__author,.m-article.\--horizontal-right-stack .m-article__date,.m-article.\--horizontal-right-stack .m-article__label{font-size:1.2rem;margin:0}.m-article.\--horizontal-right-stack .c-btn-bookmark{margin-left:auto}.m-article.\--horizontal-right-stack.\--top .m-article__ttl{font-size:1.6rem}.m-article.\--horizontal-right-stack.\--top .m-article__date{font-size:1.1rem}.m-article.\--horizontal-right-stack.\--top .m-article__author,.m-article.\--horizontal-right-stack.\--top .m-article__label{font-size:1.3rem}.m-article.\--horizontal-right-stack.\--rank{grid-template-columns:auto 1fr 200px}.m-article.\--horizontal-right-stack.\--rank .m-article__rank{font-size:2rem;font-weight:600;line-height:1;display:flex;box-sizing:border-box;width:40px;height:100%;color:#0f9cc4;grid-row:1/-1;align-self:stretch;flex-shrink:0;align-items:center;justify-content:center}.m-article.\--horizontal-right-stack.\--rank .m-article__rank.\--rank1{color:#dbab27;border:1px solid #dbab27;background-color:#fff}.m-article.\--horizontal-right-stack.\--rank .m-article__rank.\--rank2{color:#a8a9a8;border:1px solid #a8a9a8;background-color:#fff}.m-article.\--horizontal-right-stack.\--rank .m-article__rank.\--rank3{color:#af7a47;border:1px solid #af7a47;background-color:#fff}.m-article.\--horizontal-right-stack.\--rank .m-article__content,.m-article.\--horizontal-right-stack.\--rank .m-article__footer{grid-column:2}.m-article.\--horizontal-right-stack.\--rank .m-article__image-wrap{grid-column:3}.m-article.\--horizontal-left-stack{grid-template-columns:200px 1fr;grid-template-rows:auto auto}.m-article.\--horizontal-left-stack.\--w254{grid-template-columns:254px 1fr}.m-article.\--horizontal-left-stack .m-article__image-wrap{grid-column:1;grid-row:1/-1;align-self:start}.m-article.\--horizontal-left-stack .m-article__content{grid-column:2;grid-row:1}.m-article.\--horizontal-left-stack .m-article__footer{display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;gap:4px 16px;grid-column:2;grid-row:2}.m-article.\--horizontal-left-stack .m-article__author,.m-article.\--horizontal-left-stack .m-article__label{margin-right:0;grid-column:1;grid-row:2}.m-article.\--horizontal-left-stack .m-article__date{margin-left:0;grid-column:1;grid-row:2}.m-article.\--horizontal-left-stack .c-btn-bookmark{grid-column:2;grid-row:1/-1;align-self:inherit}.m-article.\--horizontal-left-stack.\--pickup .m-article__author{grid-row:1}.m-article.\--horizontal-left-stack.\--video{border-radius:6px;background:#fff;grid-template-columns:240px 1fr;gap:0 12px}.m-article.\--horizontal-left-stack.\--video .m-article__image-wrap{border-radius:6px;border-top-right-radius:0;border-bottom-right-radius:0}.m-article.\--horizontal-left-stack.\--video .m-article__content{padding:12px 12px 4px 0}.m-article.\--horizontal-left-stack.\--video .m-article__ttl{font-size:1.3rem;line-height:1.3;overflow:hidden}.m-article.\--horizontal-left-stack.\--video .m-article__footer{padding:0 12px 12px 0}.m-article.\--mypage .m-article-list{margin-top:24px}.m-article.\--mypage.\--author{grid-template-columns:114px 1fr;grid-template-rows:auto auto}.m-article.\--mypage.\--author .m-article__image-wrap{width:114px;height:114px;border-radius:50%}.m-article.\--mypage .m-article__content{width:calc(100% - 100px)}.m-article.\--mypage .m-article__text{font-size:1.3rem;color:#707070}.m-article.\--mypage .m-article__footer{flex-direction:column;align-items:flex-start}.m-article.\--mypage .m-article__latest-ttl{font-size:1.3rem}.m-article.\--mypage .m-article__date{font-size:1.2rem}.m-article.\--mypage .c-btn-follow{position:absolute;top:0;right:0}.m-article.\--mypage.\--company .m-article__footer,.m-article.\--mypage.\--industry .m-article__footer,.m-article.\--mypage.\--tag .m-article__footer{flex-direction:column;align-items:flex-start;grid-column:1/-1}.m-column__list{display:grid;grid-template-columns:repeat(4,1fr);justify-content:flex-start;grid-column-gap:24px;grid-row-gap:24px}.m-column__list.\--cols-3{grid-template-columns:repeat(3,1fr)}.m-column__item img{transition:transform .5s}.m-column__item:hover:not(:has(.c-btn-bookmark:hover,.c-btn-follow:hover)):hover img{transform:scale(1.05) translateZ(0)}.m-column__item{position:relative;display:flex;flex-direction:column;gap:10px}.m-column__image-wrap{position:relative;overflow:hidden;border-radius:4px}.m-column__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.m-column__text{display:flex;flex-direction:column;gap:8px}.m-column__ttl{font-size:1.6rem;font-weight:600;line-height:1.4}.m-column__ttl:before{position:absolute;content:"";cursor:pointer;inset:0}.m-column__meta{font-size:1.2rem;display:flex;color:#707070;gap:6px}.m-side-ranking{padding:14px 2px 2px;border-radius:6px;background-color:#fff}.m-side-ranking__ttl{font-size:1.8rem;font-weight:600}.m-side-ranking__ttl:after{position:absolute;content:"";cursor:pointer;inset:0}.m-side-ranking__icon{font-size:1rem;font-weight:700;display:flex;margin-left:7px;color:#f22f2f;align-items:center}.m-side-ranking__icon:after{display:block;width:6px;height:11px;margin-left:13px;content:"";background:url(/common/tko/images/icon/icon_arrow-right-blk.svg) 0 0 no-repeat;background-size:100% auto}.m-side-ranking__txt{font-size:1.2rem;display:block;width:100%;padding:6px 10px;border-radius:0 0 6px 6px;background-color:#f5f5f5}.m-side-ranking-header{position:relative;display:inline-flex;margin-left:20px;align-items:center}.m-side-ranking-body{display:flex;margin-top:10px;padding:0 18px;flex-wrap:wrap}.m-side-ranking-tablist{display:flex;width:100%}.m-side-ranking-tablist__tab{font-size:1.3rem;display:flex;width:50%;height:36px;border-bottom:1px solid #c1c1c1;align-items:center;justify-content:center}.m-side-ranking-tablist__tab[aria-selected=true]{font-weight:600;color:#0f9cc4;border-bottom:2px solid #0f9cc4}.m-side-ranking-list-wrap{overflow-y:scroll;width:100%;height:525px;padding:0 6px 15px 0}.m-side-ranking-list-wrap.\--feature{height:500px;padding:0}.m-side-ranking-list-wrap::-webkit-scrollbar{height:3px}.m-side-ranking-list-wrap::-webkit-scrollbar-track{background:transparent}.m-side-ranking-list-wrap::-webkit-scrollbar-thumb{border-radius:1.5px;background:#6c7883}.m-side-ranking-list-wrap{scrollbar-width:thin;scrollbar-color:#6c7883 transparent}.m-side-rank-item{position:relative;display:grid;height:102px;padding:8px 0;border-bottom:1px solid #c1c1c1;grid-template-columns:42px 1fr;align-items:center}.m-side-rank-item.\--feature{height:50px}.m-side-rank-item.\--feature:last-child{border-bottom:unset}.m-side-rank-item__idx{font-size:1.8rem;font-weight:700;display:flex;text-align:center;color:#0f9cc4;grid-column:1;grid-row:span 2;align-items:center;justify-content:center}.m-side-rank-item__idx.\--feature{grid-row:auto}.m-side-rank-item__idx.\--10{left:2px}.m-side-rank-item__ttl{font-size:1.4rem;font-weight:600;line-height:1.3;display:block;text-decoration:none;color:inherit;grid-column:2}.m-side-rank-item__ttl.\--feature{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.m-side-rank-item__ttl:before{position:absolute;content:"";cursor:pointer;inset:0}.m-side-rank-item__ttl:hover{text-decoration:underline}.m-side-rank-item__ttl.\--lock:after,.m-side-rank-item__ttl.\--paid-lock:after,.m-side-rank-item__ttl.\--paid-unlock:after,.m-side-rank-item__ttl.\--unlock:after{display:inline-block;margin-left:4px;content:"";background-repeat:no-repeat;background-position:0 0;background-size:100% auto}.m-side-rank-item__ttl.\--paid-lock:after{width:9px;height:12px;background-image:url(/common/tko/images/icon/icon_lock.svg)}.m-side-rank-item__ttl.\--paid-unlock:after{width:9px;height:12px;background-image:url(/common/tko/images/icon/icon_unlock.svg)}.m-side-rank-item__name{font-size:1.3rem;line-height:1;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:#707070;grid-column:2}.m-side-rank-item:hover .m-side-rank-item__name{text-decoration:underline}.m-magazine__link{font-size:2rem;font-weight:600;line-height:1;display:inline-block}.m-magazine__link:after{position:relative;top:-2px;display:inline-block;width:6px;height:11px;margin-left:13px;content:"";background:url(/common/tko/images/icon/icon_arrow-right-blk.svg) 0 0 no-repeat;background-size:100% auto}.m-magazine__image{display:block;width:180px;height:240px}.m-magazine__txt{font-size:1.4rem;font-weight:600;display:flex;margin-top:10px;align-items:center;justify-content:center}.m-magazine__txt:after{display:block;width:20px;height:20px;margin-left:8px;content:"";background:url(/common/tko/images/icon/icon_pdf.svg) 0 0 no-repeat;background-size:100% auto}.m-magazine-latest{display:block;margin-top:9px;padding:24px 60px;transition:background-color .3s ease;border:1px solid #c1c1c1;border-radius:6px}.m-magazine-latest:hover{background-color:#eaeaea}.m-books{padding:20px;border:1px solid #c1c1c1;border-radius:6px}.m-books-list{margin-top:14px;margin-left:3px}.m-books-item{position:relative;display:flex;justify-content:space-between}.m-books-item img{transition:transform .5s}.m-books-item:hover:not(:has(.c-btn-bookmark:hover,.c-btn-follow:hover)):hover img{transform:scale(1.05) translateZ(0)}.m-books-item:hover .m-books-item__subttl{text-decoration:underline}.m-books-item+.m-books-item{margin-top:16px;padding-top:16px;border-top:1px solid #c1c1c1}.m-books-item__img{overflow:hidden;width:76px;border-radius:4px}.m-books-item__img>img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.m-books-item__ttl{font-size:1.4rem;font-weight:600;line-height:1.3;display:block}.m-books-item__ttl:before{position:absolute;content:"";cursor:pointer;inset:0}.m-books-item__subttl{font-size:1.2rem;line-height:1.4;display:block;margin-top:2px;text-decoration:none}.m-books-item-content{width:160px}.m-trend{padding:20px 20px 4px;border:1px solid #c1c1c1;border-radius:6px}.m-side-company{padding:20px;border-radius:6px;background-color:#fff}.m-side-company__list{margin-top:16px}.m-side-company__item,.m-side-company__list{display:flex;flex-direction:column;gap:16px}.m-side-company__item+.m-side-company__item{padding-top:16px;border-top:1px solid #d7d7d7}.m-side-company__content{display:flex;flex-direction:column;gap:10px}.m-side-company__ttl{font-size:1.8rem;font-weight:600;line-height:1.3}.m-side-company__logo{display:flex;padding:10px 0;justify-content:center;align-items:center}.m-side-company__logo img{width:150px}.m-side-company__name{font-size:1.4rem}.m-side-company__description{font-size:1.3rem}.m-side-company__info{display:grid;grid-template-columns:20px auto;align-items:center;gap:8px 10px}.m-side-company__info-label{font-size:0;line-height:0;display:inline-block}.m-side-company__info-label:before{display:inline-block;width:20px;height:20px;content:"";flex-shrink:0}.m-side-company__info-label.\--web:before{background-image:url(/common/tko/images/icon/icon_internet.svg);background-repeat:no-repeat;background-position:50%;background-size:18px auto}.m-side-company__info-label.\--mail:before{background-image:url(/common/tko/images/icon/icon_mail.svg);background-repeat:no-repeat;background-position:50%;background-size:18px auto}.m-side-company__info-label.\--addr:before{background-image:url(/common/tko/images/icon/icon_address.svg?v=3);background-repeat:no-repeat;background-position:50%;background-size:14px auto}.m-side-company__info-label.\--tel:before{background-image:url(/common/tko/images/icon/icon_phone.svg);background-repeat:no-repeat;background-position:50%;background-size:15px auto}.m-side-company__info-label.\--fax:before{background-image:url(/common/tko/images/icon/icon_fax.svg);background-repeat:no-repeat;background-position:50%;background-size:15px auto}.m-side-company__info-txt{font-size:1.2rem;line-height:1.3}.m-side-company__info-txt:is(a){color:#0f9cc4}.m-company-link__list{display:flex;flex-direction:column;gap:16px}.m-company-link__ttl{font-size:1.3rem;font-weight:600;line-height:1.3;margin-bottom:4px}.m-company-link__btn{font-size:1.5rem;font-weight:600;line-height:1.4;position:relative;display:flex;width:100%;min-height:40px;padding:8px 30px 8px 16px;transition:background-color .3s,color .3s;text-align:center;color:#0f9cc4;border:1px solid #0f9cc4;border-radius:4px;align-items:center;justify-content:center}.m-company-link__btn:after{position:absolute;top:50%;right:16px;display:inline-block;width:6px;height:11px;margin-left:6px;content:"";transform:translateY(-50%);background:url(/common/tko/images/icon/icon_arrow-right-blu.svg) 0 0 no-repeat;background-size:100% auto}.m-company-link__btn:hover{text-decoration:none;color:#fff;background-color:#0f9cc4}.m-company-link__btn:hover:after{background:url(/common/tko/images/icon/icon_arrow-right-wht.svg) 0 0 no-repeat;background-size:100% auto}.m-side-company-block{font-size:1.3rem;display:flex;flex-direction:column;gap:20px}.m-side-company-block a,.m-side-company-block div,.m-side-company-block p,.m-side-company-block span,.m-side-company-block ul{font-size:1.3rem!important;width:unset!important;height:auto!important;min-height:auto!important;margin:unset!important;padding:unset!important;letter-spacing:.01em!important;border:none!important;background:none!important}.m-side-company-block b,.m-side-company-block strong{font-weight:600!important}.m-side-company-block .company,.m-side-company-block .company span{font-size:1.3rem!important;font-weight:600!important;border:none!important;background:transparent!important}.m-side-company-block .section{display:flex;flex-direction:column;gap:6px}.m-side-company-block div{width:100%!important}.m-side-company-block div a{font-size:1.3rem!important;font-weight:600!important;line-height:1.6!important;display:flex;width:100%!important;align-items:flex-start;justify-content:space-between;gap:10px}.m-side-company-block div img{position:relative!important;width:revert-layer;max-width:100%;height:auto!important;border-radius:4px;order:2;flex-shrink:0}.m-side-company-block div span{font-size:1.3rem!important;font-weight:600!important;line-height:1.6!important}.m-side-company-block div.logo{display:flex;flex-direction:column;padding:10px 0!important;align-items:center;justify-content:center;gap:16px}.m-side-company-block div.logo a{justify-content:center}.m-side-company-block div.logo:has(.figure-center){padding:unset!important}.m-side-company-block div.figure-center{text-align:center}.m-side-company-block div.figure-center a,.m-side-company-block div.figure-left a,.m-side-company-block div.figure-right a{position:relative;flex-direction:column;align-items:center;gap:10px}.m-side-company-block div.figure-center[style*="268px"] img,.m-side-company-block div.figure-center[style*="270px"] img{width:100%;max-width:260px}.m-side-company-block .btn>a{font-size:1.5rem!important;font-weight:600!important;line-height:1.4!important;position:relative!important;display:flex!important;width:100%!important;min-height:40px!important;padding:8px 30px 8px 16px!important;transition:background-color .3s,color .3s;text-align:center;color:#0f9cc4!important;border:1px solid #0f9cc4!important;border-radius:4px!important;box-shadow:unset!important;align-items:center!important;justify-content:center!important}.m-side-company-block .btn>a:before{position:absolute;top:50%!important;right:16px!important;display:inline-block!important;width:6px!important;height:11px!important;margin-left:6px;content:"";transform:translateY(-50%)!important;border:unset!important;background:url(/common/tko/images/icon/icon_arrow-right-blu.svg) 0 0 no-repeat!important;background-size:100% auto!important}.m-side-company-block .btn>a:hover{text-decoration:none!important;color:#fff!important;background-color:#0f9cc4!important}.m-side-company-block .btn>a:hover:before{background:url(/common/tko/images/icon/icon_arrow-right-wht.svg) 0 0 no-repeat!important;background-size:100% auto!important}.m-side-company-block .btn>a:after,.m-side-company-block .btn>a:hover:after{content:none}.m-side-company-block .title{font-size:1.8rem!important;font-weight:600!important;line-height:1!important;display:flex;margin-bottom:6px!important;align-items:center;gap:9px}.m-side-company-block.\--addon>div>.ad-block+.ad-block,.m-side-company-block.\--addon>div>.ad-block+.g-a-block,.m-side-company-block.\--addon>div>.g-a-block+.ad-block,.m-side-company-block.\--addon>div>.g-a-block+.g-a-block{margin-top:24px!important}.m-side-company-block.\--addon .ad-block,.m-side-company-block.\--addon .g-a-block{display:flex;flex-direction:column;padding:20px!important;border-radius:6px!important;background-color:#fff!important;gap:16px}.m-side-company-block.\--addon .ad-block:first-child .title,.m-side-company-block.\--addon .g-a-block:first-child .title{margin-bottom:4px!important}.m-side-company-block.\--addon .ad-block:first-child .company,.m-side-company-block.\--addon .ad-block:first-child .company span,.m-side-company-block.\--addon .g-a-block:first-child .company,.m-side-company-block.\--addon .g-a-block:first-child .company span{font-size:1.4rem!important}.m-side-company-block.\--addon .ad-block:first-child span,.m-side-company-block.\--addon .g-a-block:first-child span{font-weight:300!important}.m-side-company-block.\--addon .ad-block:first-child .section,.m-side-company-block.\--addon .g-a-block:first-child .section{gap:16px}.m-side-company-block.\--addon .ad-block:first-child .section+.section,.m-side-company-block.\--addon .g-a-block:first-child .section+.section{padding-top:16px!important;border-top:1px solid #d7d7d7!important}.m-side-company+.m-side-company-block.\--addon .ad-block:first-child .title,.m-side-company+.m-side-company-block.\--addon .g-a-block:first-child .title{margin-bottom:4px!important}.m-side-company+.m-side-company-block.\--addon .ad-block:first-child .company,.m-side-company+.m-side-company-block.\--addon .ad-block:first-child .company span,.m-side-company+.m-side-company-block.\--addon .g-a-block:first-child .company,.m-side-company+.m-side-company-block.\--addon .g-a-block:first-child .company span{font-size:1.3rem!important;font-weight:600!important}.m-side-company+.m-side-company-block.\--addon .ad-block:first-child .section,.m-side-company+.m-side-company-block.\--addon .g-a-block:first-child .section{gap:6px}.m-side-company+.m-side-company-block.\--addon .ad-block:first-child .section+.section,.m-side-company+.m-side-company-block.\--addon .g-a-block:first-child .section+.section{padding-top:unset!important;border-top:unset!important}.m-side-company-block.\--addon div div+.ad-block,.m-side-company-block.\--addon div div+.g-a-block{margin-top:20px!important}.m-side-company-block.\--addon div[style*="border-bottom:1px dotted"] div[style*="font-size:small"]{display:flex;flex-direction:row-reverse;align-items:flex-start;gap:12px}.l-aside>.m-side-company-block.\--addon g-a-block:first-child .section{display:contents}.m-side{overflow:hidden;width:100%;border-radius:6px}.m-side__head{width:100%;padding:7px 18px;background-color:#6c7883}.m-side__head-link{font-size:1.6rem;font-weight:600;color:#fff}.m-side__head-link:after{display:inline-block;width:6px;height:11px;margin-left:7px;content:"";background:url(/common/tko/images/icon/icon_arrow-right-wht.svg) 0 0 no-repeat;background-size:100% auto}.m-side__body{position:relative;display:flex;width:100%;padding:24px 18px;background-color:#fff;flex-wrap:wrap;gap:14px}.m-side__body.\--feature{flex-direction:column;padding:18px 24px;gap:6px}.m-side__body.\--feature img{transition:transform .5s}.m-side__body.\--feature:hover:not(:has(.c-btn-bookmark:hover,.c-btn-follow:hover)):hover img{transform:scale(1.05) translateZ(0)}.m-side__body.\--feature:hover .m-side__txt{text-decoration:underline}.m-side__body.\--feature.\--article{padding-bottom:unset}.m-side__thumb{overflow:hidden;width:100%;border-radius:4px}.m-side__thumb>img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.m-side__ttl,.m-side__ttl-link{font-size:1.6rem;font-weight:600;display:block;margin-top:4px}.m-side__ttl-link:before{position:absolute;content:"";cursor:pointer;inset:0}.m-side__txt{font-size:1.2rem;font-weight:400;display:block;color:#707070}.m-side-keyword-link,.m-side__link{font-size:1.4rem;color:#0f9cc4}.m-side-keyword-link{line-height:1.2;display:inline-block}.m-pr-list{display:flex;flex-direction:column;width:100%}.m-pr-list__item{position:relative;display:grid;padding:14px 0;transition:background-color .3s ease;grid-template-columns:1fr auto;grid-template-rows:auto auto;gap:12px}.m-pr-list__item+.m-pr-list__item{border-top:1px solid #d7d7d7}.m-pr-list__item.\--pr{padding-right:20px}.m-pr-list__item.\--pr:hover{background-color:#eaeaea}.m-pr-list__item:hover .m-press-item__ttl{text-decoration:underline}.m-pr-list__item:after{width:6px;height:11px;content:"";background:url(/common/tko/images/icon/icon_arrow-right-blk.svg) 0 0 no-repeat;background-size:100% auto;grid-row:1/-1;grid-column:2;align-self:center}.m-pr-list__date{font-size:1.2rem;font-weight:600;color:#707070}.m-pr-list__ttl{font-size:1.6rem}.m-pr-list__ttl:before{position:absolute;content:"";cursor:pointer;inset:0}.m-pr-list.\--pr .m-pr-list__ttl{display:-webkit-box;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}.m-info-list{display:flex;flex-direction:column;width:100%}.m-info-list__item{position:relative;display:flex;padding:26px 0;transition:background-color .3s ease;align-items:center;justify-content:flex-end;gap:12px}.m-info-list__item+.m-info-list__item{border-top:1px solid #d7d7d7}.m-info-list__item:hover{background-color:#eaeaea}.m-info-list__item:hover .m-press-item__ttl{text-decoration:underline}.m-info-list__ttl{font-size:1.6rem;display:flex;margin-right:auto;align-items:center;gap:12px}.m-info-list__ttl:after{position:absolute;content:"";cursor:pointer;inset:0}.m-info-list__ttl.is-active{font-weight:600}.m-info-list__ttl.is-active:before{display:block;width:10px;height:10px;content:"";border-radius:50%;background-color:#f56f15}.m-info-list__tags{position:relative;z-index:1;display:flex;align-items:center;gap:6px;order:1}.m-info-list__tag{font-size:1rem;line-height:1;display:flex;height:18px;padding:0 10px;transition:color .3s ease,boder-color .3s ease,background-color .3s ease;color:#767676;border:1px solid #767676;border-radius:18px;align-items:center;justify-content:center}.m-info-list__tag:hover{text-decoration:none;color:#0f9cc4;border:1px solid #0f9cc4}.m-info-list__tag.\--notice{font-weight:600;color:#fff;border:1px solid #f56f15;background-color:#f56f15}.m-info-list__tag.\--notice:hover{color:#f56f15;background-color:#fff}.m-info-list__date{font-size:1.1rem;order:2}.m-info-massage{font-size:1.4rem;margin-top:24px}.m-tab{display:flex;flex-direction:row;width:100%;margin-top:30px;border-bottom:1px solid #d7d7d7;justify-content:stretch;align-items:stretch;align-self:stretch;gap:8px}.m-tab.\--mypage{margin-top:16px}.m-tab__note{font-size:1.6rem}.m-tab__item{font-size:1.5rem;font-weight:600;line-height:1;display:flex;flex-direction:row;height:50px;cursor:pointer;transition:background-color .3s,border-color .3s;text-decoration:none;border:1px solid #d7d7d7;border-bottom:none;border-radius:4px 4px 0 0;background-color:#d7d7d7;justify-content:center;align-items:center;gap:2px;flex:1 1 0%}.m-tab__item:hover:not(.m-tab__item.is-current){text-decoration:none;background-color:#c1c1c1}.m-tab__item.is-current,.m-tab__item[aria-selected=true]{height:51px;margin-bottom:-1px;background-color:#f5f5f5}.m-tab__item.is-current:hover,.m-tab__item[aria-selected=true]:hover{text-decoration:none}.m-tab__count{font-size:1.2rem;font-weight:600}.m-tab.\--sort{overflow:hidden;border:unset;border-radius:4px;gap:unset}.m-tab.\--sort .m-tab__item{font-size:1.5rem;height:43px;border:unset;border-radius:unset;background-color:#eaeaea;gap:6px}.m-tab.\--sort .m-tab__item:not(:has(.is-current))+.m-tab__item{border-left:1px solid #eaeaea}.m-tab.\--sort .m-tab__item:hover{text-decoration:none;background-color:#d7d7d7}.m-tab.\--sort .m-tab__item.is-current,.m-tab.\--sort .m-tab__item[aria-selected=true]{height:43px;margin-bottom:unset;background-color:#fff}.m-tab.\--sort .m-tab__item.is-current:hover,.m-tab.\--sort .m-tab__item[aria-selected=true]:hover{text-decoration:none;background-color:#fff}.m-tab.\--sort.\--search{border-bottom:1px solid #6c7883}.m-tab.\--sort.\--search .m-tab__item{border-left:unset!important;background-color:#f5f5f5}.m-tab.\--sort.\--search .m-tab__item:hover,.m-tab.\--sort.\--search .m-tab__item[aria-selected=true]{color:#fff;background-color:#6c7883}.m-tab__footer{display:flex;width:100%;margin-top:16px;justify-content:flex-end}.m-tab-notice{display:flex;flex-direction:column;margin:36px 0;gap:16px}.m-sort-tab{display:flex;margin-top:36px;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px}.m-sort-tab__btn{font-size:1.5rem;font-weight:300;line-height:1;min-width:38px;height:38px;padding:0 10px;cursor:pointer;transition:all .3s ease;text-align:center;color:#0077a5;border-radius:19px}.m-sort-tab__btn:hover{text-decoration:underline;color:#0f9cc4;background-color:#eaeaea}.m-sort-tab__btn.is-current,.m-sort-tab__btn[aria-selected=true]{font-weight:600;color:#fff;background-color:#6c7883}.m-sort-tabs{display:flex;min-width:260px}.m-sort-tabs__item{font-size:1.3rem;display:flex;height:36px;padding:10px;cursor:pointer;transition:color .2s,border-color .2s;white-space:nowrap;text-decoration:none;border-bottom:1px solid #c1c1c1;flex:1;align-items:center;justify-content:center}.m-sort-tabs__item.is-current,.m-sort-tabs__item:hover{font-weight:600;text-decoration:none;color:#0f9cc4;border-bottom-color:#0f9cc4}.m-tag-context{display:flex;margin-bottom:12px;align-items:center;gap:8px}.m-tag-list{width:100%}.m-tag-list,.m-tag-list__items{display:flex;flex-direction:row;align-items:center;flex-wrap:wrap;gap:14px}.m-tag-list__more{font-size:1.4rem;line-height:1;cursor:pointer;white-space:nowrap;color:#0f9cc4}.m-tag-list__more:after{position:unset;display:inline-block;width:6px;height:11px;margin-left:6px;content:"";transform:unset;background:url(/common/tko/images/icon/icon_arrow-right-blu.svg) 0 0 no-repeat;background-size:100% auto}.m-pickup-tag-list{display:flex;overflow:hidden;width:100%;margin-top:20px;border-radius:6px}.m-pickup-tag-list__link,.m-pickup-tag-list__ttl{font-size:1.4rem;font-weight:600;display:flex;width:162px;padding:21px 0;color:#fff;background-color:#6c7883;align-items:center;justify-content:center}.m-pickup-tag-list__link:after{display:inline-block;width:6px;height:10px;margin-left:8px;content:"";background:url(/common/tko/images/icon/icon_arrow-right-wht.svg) 0 0 no-repeat;background-size:100% auto}.m-pickup-tag-list__body{display:flex;overflow-x:auto;width:calc(100% - 162px);padding:10px 24px;white-space:nowrap;background-color:#fff;align-items:center;flex-wrap:wrap;gap:6px 12px}.m-pickup-tag-list-link{font-size:1.4rem;line-height:1.2;display:flex;text-align:center;color:#0f9cc4;align-items:center;flex-shrink:0}.m-pickup-tag-list-link:after{display:block;width:1px;height:1.4rem;margin-left:12px;content:"";background-color:#c1c1c1}.m-pickup-tag-list-link:last-child:after{content:none}.m-context{margin-bottom:12px}.m-link-list{display:flex;flex-wrap:wrap;align-items:center;gap:18px}.m-breadcrumb{margin-top:52px}.m-breadcrumb__inner{width:1200px;margin:0 auto;padding-bottom:16px}.m-breadcrumb__item,.m-breadcrumb__list{display:flex;align-items:center;gap:10px}.m-breadcrumb__item{justify-content:center}.m-breadcrumb__item+.m-breadcrumb__item:before{display:block;width:4px;height:8px;content:"";background:url(/common/tko/images/icon/icon_arrow-right-blk.svg) 0 0 no-repeat;background-size:100% auto}.m-breadcrumb__link{text-decoration:underline!important;text-underline-position:from-font}.m-breadcrumb__link,.m-breadcrumb__text{font-size:1.3rem;line-height:1;color:#707070}.m-breadcrumb__text{font-weight:600}.splide-arrows{position:absolute;z-index:1;top:calc(50% - 50px);left:50%;width:1200px;transform:translateX(-50%)}.splide-arrows__arrow{position:absolute;z-index:1;display:flex;width:46px;height:100px;content:"";transition:background-color .3s;border-radius:4px;background-color:rgba(108,120,131,.4);align-items:center;justify-content:center}.splide-arrows__arrow:after{display:block;width:7px;height:12px;content:""}.splide-arrows__arrow.\--prev{left:-23px}.splide-arrows__arrow.\--prev:after{background:url(/common/tko/images/icon/icon_arrow-left-wht.svg) 0 0 no-repeat;background-size:100% auto}.splide-arrows__arrow.\--next{right:-23px}.splide-arrows__arrow.\--next:after{background:url(/common/tko/images/icon/icon_arrow-right-wht.svg) 0 0 no-repeat;background-size:100% auto}.splide-arrows__arrow:hover{background-color:#6c7883}.splide-arrows__arrow:disabled{display:none}.\--genre>.splide-arrows{width:870px}.feature-slider{margin-top:15px}.feature-slider__track{width:1200px;margin:0 auto}.feature-slider-list__item{overflow:hidden;width:388px;height:auto;border-radius:6px;background-color:#fff;align-self:flex-start}.feature-slider-list__image-wrap{position:relative}.feature-slider-list__image-wrap img{transition:transform .5s}.feature-slider-list__image-wrap:hover:not(:has(.c-btn-bookmark:hover,.c-btn-follow:hover)):hover img{transform:scale(1.05) translateZ(0)}.feature-slider-list__image-wrap{overflow:hidden;height:auto}.feature-slider-list__meta{font-size:1.2rem;line-height:1;display:flex;padding:10px 16px 0;color:#707070;gap:6px}.feature-slider-list__content{display:flex;flex-direction:column;padding:0 16px}.m-feature-card-slider.splide{visibility:visible}.m-feature-card-slider .m-feature-card-list{display:flex!important;gap:24px}.m-feature-card-slider.\--genre .m-feature-card-list{gap:12px}.m-feature-card{display:flex;flex-direction:column;width:282px;cursor:pointer;gap:10px}.m-feature-card img{transition:transform .5s}.m-feature-card:hover:not(:has(.c-btn-bookmark:hover,.c-btn-follow:hover)):hover img{transform:scale(1.05) translateZ(0)}.m-feature-card:hover:not(:has(.c-btn-bookmark:hover,.c-btn-follow:hover)) .m-feature-card__meta span{text-decoration:underline}.m-feature-card__track{width:1200px;margin:0 auto}.\--genre>.m-feature-card__track{width:870px}.m-feature-card__ttl{font-size:1.6rem;font-weight:600;line-height:1.4}.m-feature-card__ttl:before{position:absolute;content:"";cursor:pointer;inset:0}.m-feature-card__image-wrap{position:relative;overflow:hidden;width:100%;border-radius:4px;flex-shrink:0}.m-feature-card__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.m-feature-card__content{display:flex;flex-direction:column;gap:8px}.m-feature-card__meta{font-size:1.2rem;color:#707070}.\--genre>.m-feature-card{width:278px}.m-ranking-card{position:relative;display:flex;flex-direction:column;width:218px;cursor:pointer;gap:10px;flex-shrink:0}.m-ranking-card img{transition:transform .5s}.m-ranking-card:hover:not(:has(.c-btn-bookmark:hover,.c-btn-follow:hover)):hover img{transform:scale(1.05) translateZ(0)}.m-ranking-card:hover:not(:has(.c-btn-bookmark:hover,.c-btn-follow:hover)) .m-ranking-card__author,.m-ranking-card:hover:not(:has(.c-btn-bookmark:hover,.c-btn-follow:hover)) .m-ranking-card__date,.m-ranking-card:hover:not(:has(.c-btn-bookmark:hover,.c-btn-follow:hover)) .m-ranking-card__meta span,.m-ranking-card:hover:not(:has(.c-btn-bookmark:hover,.c-btn-follow:hover)) .m-ranking-card__series{text-decoration:underline}.m-ranking-card__rank{font-size:1.6rem;font-weight:600;position:absolute;z-index:1;top:-12px;left:-12px;display:flex;width:36px;height:36px;color:#fff;border-radius:22px;background-color:#0f9cc4;align-items:center;justify-content:center}.m-ranking-card__rank.\--rank1{background-color:#dbab27}.m-ranking-card__rank.\--rank2{background-color:#a8a9a8}.m-ranking-card__rank.\--rank3{background-color:#af7a47}.m-ranking-card__image-wrap{position:relative;overflow:hidden;width:100%;border-radius:4px;flex-shrink:0}.m-ranking-card__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.m-ranking-card__label{font-size:10px;font-weight:700;line-height:1;position:absolute;right:7px;bottom:7px;display:flex;width:37px;height:17px;letter-spacing:.6px;text-transform:uppercase;color:#fff;border-radius:19px;background-color:#f22f2f;align-items:center;justify-content:center}.m-ranking-card__content{display:flex;flex-direction:column;gap:8px}.m-ranking-card__series{font-size:1.2rem;font-weight:600;color:#fff}.m-ranking-card__ttl{font-size:1.6rem;font-weight:600;line-height:1.4;margin:0;color:#fff}.m-ranking-card__ttl:before{position:absolute;content:"";cursor:pointer;inset:0}.m-ranking-card__meta{display:flex;margin-top:8px;align-items:center;justify-content:flex-start;gap:16px}.m-ranking-card__footer{display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;gap:4px}.m-ranking-card__author{font-size:1.3rem;margin-right:auto;color:#fff}.m-ranking-card__date{font-size:1.1rem;margin-right:auto;color:#fff}.m-ranking-card.\--theme .m-ranking-card__author{grid-column:1/3;grid-row:1}.m-ranking-card.\--theme .m-ranking-card__date{grid-column:1;grid-row:2}.m-ranking-card.\--theme .c-btn-bookmark{grid-column:2;grid-row:2;align-self:center}.m-ranking-card.\--video .m-ranking-card__image-wrap:after{position:absolute;z-index:1;right:7px;bottom:7px;width:24px;height:24px;content:"";background-image:url(/common/images/v6/icon/icon_play.svg);background-repeat:no-repeat;background-position:50%;background-size:contain}.m-ranking-card.\--video .m-ranking-card__title{font-size:1.4rem;color:#fff}.m-ranking-card.\--theme{width:279px}.m-ranking-card.splide__slide{margin-top:12px;margin-left:12px}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none}.splide__track--fade>.splide__list>.splide__slide{z-index:0;margin:0!important;opacity:0}.splide__track--fade>.splide__list>.splide__slide.is-active{z-index:1;opacity:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__container{position:relative;box-sizing:border-box}.splide__list{display:flex;height:100%;margin:0!important;padding:0!important;backface-visibility:hidden}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{display:flex;margin:0;pointer-events:none;align-items:center;flex-wrap:wrap;justify-content:center}.splide__pagination li{line-height:1;display:inline-block;margin:0;list-style-type:none;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{position:relative;box-sizing:border-box;margin:0;list-style-type:none!important;backface-visibility:hidden;flex-shrink:0}.splide__slide img{vertical-align:bottom}.splide__spinner{position:absolute;top:0;right:0;bottom:0;left:0;display:inline-block;width:20px;height:20px;margin:auto;animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;contain:strict}.splide__sr{position:absolute;overflow:hidden;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;padding:0;border:0}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{position:relative;z-index:0;overflow:hidden}