@charset "UTF-8";
/* -------------------------------------------------------
module > list
---------------------------------------------------------- */
.m-articles { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-left: -20px; }
.m-articles-item { width: 310px; position: relative; margin: 0 0 30px 20px; display: block; }
.m-articles-item--pickup::before { content: 'PICKUP'; z-index: 1; display: block; position: absolute; top: 0; left: 0; color: #fff; font-size: 11px; font-family: 'Jost', sans-serif; background-color: #3caabe; font-weight: 700; padding: 0 .4em; }
.m-articles-item--new::before { content: 'NEW'; z-index: 1; display: block; position: absolute; top: 0; left: 0; color: #fff; font-size: 13px;letter-spacing:3px; font-family: 'Jost', sans-serif; background:url("/common/images/v2/new-ico.png") no-repeat 4px,url("/common/images/v2/new-bg.png?rd=2-25-2") no-repeat;background-size:auto,cover;font-weight: 400; padding: 0 1em 0 2em; width:86px;height:24px;}
.m-articles-item__icon { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; background-color: #fff; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.m-articles-item__ttl { position: absolute; bottom: 0; z-index: 1; color: #fff; background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, rgba(1, 1, 1, 0.7))); background: linear-gradient(-180deg, transparent, rgba(1, 1, 1, 0.7) 70%); padding: 1em 15px .5em; font-size: 14px; font-weight: 600; line-height: 1.6; width: 100%; }
.m-articles-item__ttl--nowrap { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.m-articles-item__ttl--event::before { content: 'Event Report'; background-color: #fff; color: #3caabe; font-size: 10px; font-family: 'Jost', sans-serif; font-weight: 600; display: inline-block; position: absolute; top: -5px; padding: 0 1em; border-radius: 12px; }
.m-articles-item--grayout { position: relative; }
.m-articles-item--grayout::after { content: "配信終了"; display: block; background: rgba(0, 0, 0, 0.4); position: absolute; top: 0; left: 0; right: 0; bottom: 0; font-size: 18px; color: #fff; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; z-index: 2; font-weight: bold; text-shadow: 0px 1px 3px #000000; }
.m-articles--photo .m-articles-item { margin: 0 0 40px 0; width: 100%; }
.m-articles--l .m-articles-item__ttl { font-size: 18px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.m-articles--col3 .m-articles-item { width: calc(33% - 20px); }
.m-articles--col3 .m-articles-item__ttl { position: relative; color: #222; background: none; padding: 5px 0 0 0; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 3; overflow: hidden; }
.m-articles--col3 .m-articles-item__ttl--event::before { top: -24px; left: 5px; }
.m-articles-v { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; border-top: 1px solid #E6E6E6; }
.m-articles-v-item { width: 50%; height: 100%; background-color: #fff; border-bottom: 1px solid #E6E6E6; border-right: 1px solid #E6E6E6; display: -webkit-box; display: -ms-flexbox; display: flex; }
.m-articles-v-item__icon { width: 120px; margin-bottom: -1px; display: -webkit-box; display: -ms-flexbox; display: flex; }
.m-articles-v-item__info { width: calc(100% - 120px); padding: 5px; }
.m-articles-v-item__info-ttl { font-size: 13px; font-weight: 600; line-height: 1.6; }
.m-articles-v-item__info-sub { margin-top: .5em; color: #ABB3B3; font-size: 10px; }
.m-photos { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-left: -2px; width: 100%; }
.m-photos-item { margin: 0 0 2px 2px; width: calc(25% - 2px); display: block; }
.m-series { margin: 30px 0 0 0; }
.m-series-list { margin: 0 0 40px -20px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.m-series-list-item { width: calc(50% - 20px); background-color: #fff; margin: 0 0 30px 20px; display: block; }
.m-series-list-item--col1 { width: 100%; margin: 0; }
.m-series-list--col3 .m-series-list-item { width: calc(33% - 20px); }
.m-series-list-item__info { padding: 13px; overflow: hidden; background-color: #fff; }
.m-series-list-item__info-cat { font-size: 10px; color: #868686; }
.m-series-list-item__info-ttl { font-size: 14px; font-weight: 600; margin: 0 0 6px 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.m-series-list-item__info-date { font-size: 10px; color: #868686; line-height: 1; vertical-align: middle; }
.m-series-list-item__info-date--update::after { content: 'Update'; color: #F93232; padding-left: .5em; font-family: 'Jost', sans-serif; }
.m-series-list-item__info-authors { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.m-series-list-item__info-authors li { list-style-type: none; font-size: 12px; color: #312F2F; padding: 5px 0 0 .5em; }
.m-series-list--end .m-series-list-item { width: calc(25% - 20px); }
.m-series-list--end .m-series-list-item__info-ttl { font-size: 14px; }
.m-links { margin-left: -20px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.m-links-item { margin-left: 20px; margin-bottom: 30px; width: calc(33% - 20px); display: block; }
.m-links-item__ttl { font-size: 14px; font-weight: 600; line-height: 1.6; margin-top: 5px; }
.m-links-item__date { font-size: 11px; color: #666262; line-height: 1; margin-top: 5px; }
.m-links-item__date--update::after { content: 'Update'; color: #F93232; padding-left: .5em; font-family: 'Jost', sans-serif; }
/* -------------------------------------------------------
module > module
---------------------------------------------------------- */
.m-heading { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: 0 0 20px; }
.m-authors-tabs { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin: 20px 0; }
.m-authors-tabs__item { min-width: 8em; margin-right: 15px; line-height: 1; font-size: 16px; text-align: center; color: #ABB3B3; display: block; text-align: center; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; padding: 0 1em; }
input:checked + .m-authors-tabs__item { color: #312F2F; font-weight: bold; }
input:checked + .m-authors-tabs__item::after { content: ''; display: inline-block; width: calc(100% + 1em); margin-left: -.5em; height: 2px; color: #000; background-color: #000; }
.m-authors-tabs__content { display: none; overflow: hidden; margin-top: 20px; width: 100%; }
.m-authors-tabs input[type="radio"] { display: none; }
#list-author:checked ~ .m-authors-tabs__content--author, #list-talent:checked ~ .m-authors-tabs__content--talent { display: block; }
.m-authors-list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 0 30px -40px; }
.m-authors-list-item { display: block; width: 120px; margin: 0 0 30px 40px; }
.m-authors-list-item__img { border-radius: 50%; margin-bottom: 8px; }
.m-authors-list-item__ttl { font-size: 12px; font-weight: 600; text-align: center; }
.m-breadcrumb { margin: 0 0 20px; font-size: 0; }
.m-breadcrumb__item { display: inline; padding-right: .8em; color: #3caabe; font-size: 11px; }
.m-breadcrumb__item:not(:last-child)::after { content: '/'; display: inline-block; padding-left: .8em; }
.m-sign { color: #ABB3B3; font-size: 10px; text-align: right; margin: 5px 15px 0; font-family: 'Jost', sans-serif; }
.m-pager { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin: 0 0 40px; }
.m-pager__item { display: block; line-height: 17px; font-family: 'Jost', sans-serif; padding: 0 20px; color: #312F2F; font-size: 12px; font-weight: 700; }
.m-pager__item--next, .m-pager__item--prev { content: ''; background-image: url(/common/images/v1/icon-arrow.png); background-size: contain; display: inline-block; width: 10px; height: 16px; background-position: center; }
.m-pager__item--prev { -webkit-transform: rotate(180deg); transform: rotate(180deg); }
.m-pager__item--active { color: #ABB3B3; }
.m-ad { width: 100%; margin: 0 auto 30px; text-align: center; display: block; }
.m-ad--h250 { min-height: 250px; }
.m-ad--rec { width: 300px; }
.m-ad-infeed { display: block; }
.m-ad img { max-width: 100%; }
.m-ad-comic-viewer {position:absolute; top: 40px; left: 50%; transform: translateX(-50%);}
.m-ad-overlay{position: fixed;bottom: 0; left: 0;width: 100%;padding: 5px 0;box-shadow: 0 -6px 18px 0 rgba(9,32,76,.1);-webkit-transition: all .1s ease-in; transition: all .1s ease-in;align-items: center;justify-content: center;background: #FFF;z-index:600;}
.m-ad-overlay .m-ad-overlay-contents{text-align:center;}
.m-ad-overlay .m-ad-overlay-close{width: 30px;height: 30px;display: flex;align-items: center;justify-content: center;border-radius: 12px 0 0;position: absolute;right: 0;top: -30px;background:url(/common/images/v1/icon-menu-close.png) no-repeat #FFF center;background-size:16px;box-shadow: 0 -6px 18px 0 rgba(9,32,76,.08);cursor:pointer;}
.m-cat-header { margin-bottom: 30px; }
.m-cat-header__img { width: 100%; text-align: center; }
.m-cat-header__info { padding: 15px; background-color: #fff; }
.m-cat-header .article-body { padding: 0; }
.m-profile { display: -webkit-box; display: -ms-flexbox; display: flex; margin-right: 20px; }
.m-profile__img { -ms-flex-negative: 0; flex-shrink: 0; width: 40px; height: 40px; display: block; border-radius: 50%; overflow: hidden; margin-right: 10px; }
.m-profile__info { margin: 5px 0 0; }
.m-profile__name { font-size: 14px; font-weight: 600; display: block; }
.m-profile__name-en { font-size: 11px; font-family: 'Jost', sans-serif; color: #ABB3B3; display: block; }
.m-profile__text { font-size: 13px; line-height: 1.8; }
.m-profile__text p { font-size: 13px; line-height: 1.8; }
.m-profile__text a { text-decoration: underline; color: #3caabe; }
.m-bnr { width: 100%; margin: 0 auto 30px; text-align: center; display: block; }
.m-bnr__wm{margin-bottom:26px;}
.m-bnr > a { display: block; }
.m-related-icon { width: 100%; display: flex; flex-wrap: wrap; justify-content: flex-start; }
.m-related-icon-item { width: 32%; margin-left: 2%;}
.m-related-icon-item:nth-child(3n-2) { margin-left: 0;}
.m-related-icon-item:nth-child(n+4) { margin-top: 10px;}
.m-related-icon-item__icon{ margin-bottom: 5px; }
.m-related-icon-item__ttl { font-size: 13px; line-height: 1.4; }/* -------------------------------------------------------
module > reward(pc)
---------------------------------------------------------- */
.reward-modal.is-show{
  display: block;
}
.reward-modal{
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.reward-modal-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 16px;
  width: 320px;
  padding: 40px 20px;
  text-align: center;
  color: #333;
  border-radius: 5px;
  background: #fff;
}
.reward-modal__txt {
    font-weight: 700;
    margin: 0 auto 20px;
    line-height: 1.6;
}
.reward-modal__btn {
    font-size: 1.6rem;
    font-weight: 700;
    position: relative;
    display: block;
    padding: 16px;
    text-align: center;
    color: #fff;
    border-radius: 107px;
    background: #88002c;
    box-shadow: 0 3px 0 0 #880020;
}
.reward-modal__back {
    font-size: 1.3rem;
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin-top: 27px;
    padding-left: 22px;
    color: #333;
}

.reward-modal__back:before {
    position: absolute;
    top: calc(50% - 8px);
    left: 6px;
    display: block;
    width: 10px;
    height: 10px;
    content: "";
    -webkit-transform: rotate(-135deg) translateY(-50%);
    transform: rotate(-135deg) translateY(-50%);
    color: inherit;
    border-top: 1px solid;
    border-right: 1px solid
}
.reward-modal__btn:after {
    position: absolute;
    top: calc(50% - 2px);
    right: 18px;
    display: block;
    width: 13px;
    height: 13px;
    content: "";
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    color: inherit;
    border-top: 1px solid;
    border-right: 1px solid
}
/* -------------------------------------------------------
artlcle > artlcle
---------------------------------------------------------- */
.article-header { margin: 0 0 25px 240px; background-color: #312F2F; font-size: 0; display: -webkit-box; display: -ms-flexbox; display: flex; max-height: 562px; overflow: hidden; }
.article-header__img { width: 45%; max-width: 650px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.article-header__info { width: 55%; max-width: 750px; color: #fff; padding: 0 5%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.article-header__info-inner { min-width: 80%; }
.article-header__genre { margin-bottom: 5px; color: #3caabe; font-size: 11px; font-weight: 600; display: block; }
.article-header__date { font-size: 10px; text-align: right; color: #3caabe; font-weight: bold; }
.article-header__ttl { font-size: 28px; line-height: 1.4; margin-bottom: 40px; }
@media screen and (max-width: 1400px) {.article-header__ttl { margin-bottom: 20px; }}
.article-header-authors { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }
.article-header-authors__item { color: #fff; font-size: 13px; margin-left: 12px; }
.article-header__subttl { font-size: 14px; font-weight: 600; margin: 10px 0; }
.article-header__summary { font-size: 14px; margin-bottom: 20px; }
@media screen and (max-width: 1700px) { .article-header { margin: 0 0 25px 0; } }
.article-main { background-color: #fff; padding: 20px 0 40px; }
.article-books-info { border-top: 1px solid #312F2F; border-bottom: 1px solid #312F2F; padding: 0; margin-bottom: 30px; display: block; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.article-books-info__img { width: 120px; margin: 0 0 0 15px; border: 1px solid #f1f1f1; }
.article-books-info__info { width: calc(100% - 165px); margin: 0 0 -10px 30px; }
.article-books-info__ttl { font-size: 16px; font-weight: 600; margin: 10px auto; }
.article-books-info--small .article-books-info__img { width: 80px; margin: 0; }
.article-books-info--small .article-books-info__info { width: calc(100% - 95px); margin-left: 15px; }
.article-books-info--small .article-books-info__ttl { font-size: 14px; }
.article-books-info__btn { min-width: 170px; font-size: 18px; font-weight: 600; background-color: #ff8e26; display: inline-block; line-height: 40px; color: #fff; border-radius: 32px; text-align: center; margin: 0 8px 10px 0; }
.article-books-info__btn--honto { background-color: #0085cd; }
.article-books-info__btn--rakuten { background-color: #bf0000; font-size: 16px; }
.article-credit { font-size: 0; margin: 0 0 10px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.article-credit__type { color: #ABB3B3; font-size: 11px; font-weight: 700; display: inline; }
.article-credit__name { display: inline; font-size: 11px; margin-right: 15px; }
.article-credit__name--free::before { content: ''; width: 1px; height: 12px; background-color: #ABB3B3; display: inline-block; margin: 0 5px 0 0; vertical-align: middle; }
.article-footer { margin: 0 15px 40px; }
.article-footer-bottom { padding: 20px 0; border-top: 1px solid #CED6D6; border-bottom: 1px solid #CED6D6; display: -webkit-box; display: -ms-flexbox; display: flex; margin-bottom: 20px; }
.article-tags { width: 50%; padding: 20px 0 0 50px; position: relative; }
.article-tags::before { content: 'Tags'; position: absolute; left: 0; color: #312F2F; font-size: 12px; font-family: 'Jost', sans-serif; }
.article-tags-item { display: inline-block; border-radius: 24px; border: 1px solid #312F2F; font-size: 12px; line-height: 1.4; min-height: 23px; padding: 3px .8em 4px; margin: 0 0 12px 8px; }
.article-tags-item::before { content: '#'; display: inline-block; margin-right: 2px; }
.article-share { width: 50%; padding: 17px 25px 17px 60px; position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.article-share::before { content: 'Share'; position: absolute; left: 0; color: #312F2F; font-size: 12px; line-height: 2; display: block; font-family: 'Jost', sans-serif; }
.article-share img { vertical-align: middle; }
.article-share-btn { margin: 0 15px; }
.article-share-btn-fb { min-width:75px;height:20px;background-color:#1877f2;color:#fff;font-size:11px;display:inline-block;padding:0 8px;border-radius:4px;line-height: 20px;}
.article-share-btn-fb__icon { vertical-align: text-top;width: 12px;height: 12px;}
.article-share-btn-fb__text { padding:0 2px;display:inline-block;line-height:20px;}
.article-share-btn-fb__count {display:inline-block;}
.article-nextlink { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 20px; }
.article-profile { display: -webkit-box; display: -ms-flexbox; display: flex; padding: 0 15px; margin-bottom: 40px; }
.article-profile__img { -ms-flex-negative: 0; flex-shrink: 0; width: 90px; height: 90px; display: block; border-radius: 50%; overflow: hidden; }
.article-profile__info { margin-left: 20px; }
.article-profile__name { font-size: 14px; font-weight: 600; margin: 15px 0; display: block; }
.article-profile__name-en { font-size: 11px; font-family: 'Jost', sans-serif; color: #ABB3B3; margin-left: 1em; }
.article-profile__text { font-size: 13px; line-height: 1.8; }
.article-profile__text p { font-size: 13px; line-height: 1.8; }
.article-profile__text a { text-decoration: underline; color: #3caabe; }
.article-photo { margin-bottom: 30px; }
.article-photo-slider { width: 640px; height: 480px; overflow: hidden; background-color: #252626; margin-bottom: 30px; }
.article-photo-slider__item { width: 640px; height: 480px; position: relative; }
.article-photo-slider__item > img { position: absolute; max-width: 100%; max-height: 100%; width: auto; height: auto; left: 0; top: 0; right: 0; bottom: 0; margin: auto; }
.article-photo-slider .slick-prev { left: 10px; }
.article-photo-slider .slick-next { right: 10px; }
.article-photo-slider-thumbnail { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.article-photo-slider-thumbnail__item { margin: 1px 1px 0 0; width: calc(20% - 1px); }
.article-photo-slider-thumbnail .thumbnail-current { border: 2px solid #F93232; }
.article-photo-slider-thumbnail .slick-track { min-width: 640px; }
.article-next { width: 400px; margin: 20px auto 25px; text-align: center; }
.article-next__heading { font-size: 12px; font-family: 'Jost', sans-serif; font-weight: 700; margin-bottom: 8px; }
.article-next__heading::after { content: ''; width: 0; height: 0; border-style: solid; border-width: 3px 0 3px 6px; border-color: transparent transparent transparent #312f2f; display: inline-block; margin: 0 0 0 8px; }
.article-next__ttl { display: block; width: 100%; line-height: 40px; background-color: #3caabe; font-size: 14px; color: #fff; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding: 0 1.5em; }
.article-viewer-wrap { width: 100vw; height: 100vh; background-color: #312F2F; padding: 50px 0; text-align: center; }
.article-viewer-inner { min-height: 100%; min-width: 100%; max-height: 100%; max-width: 100%; margin: 0 auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.article-comic-slider { width: 100%; height: 100%; max-width: calc((100vh * 1.38) - 40px); }
.article-comic-slider__item { height: 100%; }
.article-comic-slider__item--info { background-color: #fff; }
.article-comic-slider__item-next { padding: 20px 30px 10px; text-align: left; }
.article-comic-slider__item-text { font-size: 16px; line-height: 1.7; margin-bottom: 20px; }
.article-comic-slider-counter { font-size: 13px; text-align: center; margin-top: 10px; color: #fff; }
.article-comic-slider .slick-track { background-color: #fff; }
.article-comic-slider .slick-prev { right: -80px; left: auto; }
.article-comic-slider .slick-prev::before { background-image: url(/common/images/v1/icon-arrow-next-l.png); }
.article-comic-slider .slick-next { left: -80px; right: auto; }
.article-comic-slider .slick-next::before { background-image: url(/common/images/v1/icon-arrow-prev-l.png); }
.article-img-bg { width: 300px; margin: 0 auto 20px; position: relative; min-height: 225px; display: flex; justify-content: center; align-items: flex-end; overflow: hidden;}
.article-img-bg > img { position: absolute; top: 0;}/* -------------------------------------------------------
artlcle > artlcle-body
---------------------------------------------------------- */
.article-body { width: 100%; padding: 0 15px; margin-bottom: 30px; }
.article-body img { display: block; }
.article-body iframe { max-width: 100%; }
.article-body p { color: #404242; font-size: 16px; line-height: 1.8; }
.article-body p:not(:last-child) { margin-bottom: 2.5em; }
.article-body a { color: #404242; font-weight: 600; text-decoration: underline; }
.article-body h2, .article-body h3, .article-body h4, .article-body h5, .article-body h6 { font-weight: 600; color: #2F3131; margin-bottom: 12px; }
.article-body h2 { font-size: 20px; margin: 0 0 20px 0; text-indent: 48px; padding: 0 0 2px 0; border-bottom: 2px solid #3caabe; position: relative; }
.article-body h2::before { position: absolute; left: 2px; top: 10px; content: ''; display: inline-block; width: 100%; height: 20px; background-image: url(/common/images/v2/icon_wani_defo.png); background-size: contain; vertical-align: text-bottom; }
.article-body h2.border { padding: 8px 0 0 0; text-indent: 0; border-bottom: none; }
.article-body h2.border::before { content: none; }
.article-body h2.border::after { content: ''; display: block; height: 3px; width: 100%; background: -webkit-gradient(linear, left top, right top, color-stop(0, #3caabe), to(#07e0e5)); background: linear-gradient(to right, #3caabe 0, #07e0e5 100%); position: absolute; left: 0; top: 0; }
.article-body h3 { font-size: 18px; line-height: 1.8; }
.article-body h3.red { color: #F93232; }
.article-body h4 { font-size: 16px; }
.article-body ul, .article-body ol { margin: 0 0 20px 1.5em; }
.article-body .image-area { max-width: 100%; margin: 0 auto 20px; }
.article-body .image-area a { display: block; }
.article-body .image-area.figure-left { margin: 0 auto 20px 0; }
.article-body .image-area.figure-right { margin: 0 0 20px auto; }
.article-body .image-area .caption,.article-body .image-area .blank-caption { color: #626666; font-size: 10px; margin: 5px 0 0 0; line-height: 1.4; }
.article-body .video { position: relative; padding-bottom: 56.25%; height: 0; width: 100%; margin: 20px auto 30px auto; }
.article-body .video-title,.article-body .link-card-title { font-size: 16px; font-weight: 600; margin-bottom: 8px; }
.article-body .video iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.article-body .article-img-zoom { position: relative; display: block; cursor: pointer; }
.article-body .article-img-zoom::after { content: ''; width: 24px; height: 24px; display: block; position: absolute; bottom: 0; right: 0; background: rgba(0, 0, 0, 0.7); z-index: 1; background-image: url(/common/images/v1/icon-zoom.png); background-size: contain; }
.article-body .border-box { border: 1px solid #DCE6E6; font-size: 14px; padding: 25px 20px; margin-bottom: 30px; line-height: 1.8; }
.article-body blockquote { font-size: 13px; background-color: #F2F2F2; padding: 20px 30px; margin-bottom: 30px; line-height: 1.8; }
.article-body blockquote p { font-size: 13px; }
.article-body hr { margin: 20px 0; display: block; border: 0;  background: #3caabe; height: 2px;}
.article-body .ad-rec { width: 300px; margin: 0 auto 30px; }
.article-body .article-modal { display: none; }
.article-body .article-modal-bg { height: 100vh; width: 100vw; position: fixed; top: 0; left: 0; z-index: 999; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background: rgba(0, 0, 0, 0.7); }
.article-body .article-modal-body { pointer-events: none; background-color: #fff; padding: 20px; margin: 80px; max-height: calc(100% - 160px); max-width: calc(100% - 160px); position: relative; }
.article-body .article-modal-body__img { max-width: 80vw; max-height: 80vh; }
.article-body .article-modal-body__caption { color: #626666; font-size: 14px; margin: 5px 0 0 0; line-height: 1.4; }
.article-body .article-modal-body__close { position: absolute; right: -15px; top: -15px; background-color: #222; padding: 10px; border-radius: 50%; border: 2px solid #f1f1f1; }
.article-body .temp-list { margin-left: -20px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.article-body .temp-list-item { margin-left: 20px; margin-bottom: 30px; width: calc(33% - 20px); display: block; }
.article-body .temp-list-item__icon { width: 100%; }
.article-body .temp-list-item__ttl { font-size: 14px; font-weight: 600; line-height: 1.6; margin-top: 5px; }
.article-body .temp-list-item__text { font-size: 11px; margin-top: 5px; }
.article-body .link-card-wrap { margin-bottom: 20px; }
.article-body .link-card { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; border: 1px solid #ccc; border-radius: 4px; }
.article-body .link-card a { display: block; text-decoration: none; }
.article-body .link-card__img { width: 35%; }
.article-body .link-card__info { width: 65%; padding: 20px 12px; }
.article-body .link-card__info-ttl { font-size: 14px; color: #2F3131; font-weight: bold; }
.article-body .link-card__info-des { font-size: 12px; margin-top: 5px; }
.article-body .link-card__info-des a { color: #ABB3B3; }
.article-body .temp-profile { margin: 20px 10px; position: relative; border: 1px solid #3caabe; padding: 20px; display: inline-block; }
.article-body .temp-profile__ttl { background-color: #3caabe; color: #fff;    display: inline-block; border-radius: 32px; font-size: 13px; padding: 3px 12px;position: absolute; left: -10px; top: -20px; }
.article-body .temp-profile__icon { max-width: 100%; margin-bottom:10px; }
.article-body .temp-profile__name { font-weight:700; font-size:16px; color:#312F2F; }
.article-body .temp-profile__info { font-size: 12px; line-height: 1.9; }/* -------------------------------------------------------
utility > utilities
---------------------------------------------------------- */
.u-mb5 { margin-bottom: 5px; }
.u-mb10 { margin-bottom: 10px; }
.u-mb20 { margin-bottom: 20px; }
.u-mb30 { margin-bottom: 30px; }
.u-mb40 { margin-bottom: 40px; }
.u-mb50 { margin-bottom: 50px; }
.u-mb60 { margin-bottom: 60px; }
.u-mb5 { margin-bottom: 5px; }
.u-mt10 { margin-top: 10px; }
.u-mt20 { margin-top: 20px; }
.u-mt30 { margin-top: 30px; }
.u-mt40 { margin-top: 40px; }
.u-mt50 { margin-top: 50px; }
.u-mt60 { margin-top: 60px; }
.u-mtb40 {  margin-top: 40px; margin-bottom: 40px; }
.u-mlr15 { margin-left: 15px; margin-right: 15px; }

.u-fit-wrap {
  position: relative;
  overflow: hidden;
}
.u-fit {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  font-family: 'object-fit: contain; object-position: center center;';
  margin: auto;
}
