@charset "UTF-8";
html {
    font-size: 16px
}

body {
    width: 1004px;
    margin: 0 auto;
    word-wrap: break-word;
    background-color: #fff;
    color: #000;
    font-family: Roboto, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'Hiragino Sans', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: .875rem;
    line-height: 2.14286
}

body.wwd {
    margin: 0 auto;
}

body.sticky {
    overflow: hidden
}

*,
 :after,
 :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

a {
    color: #000;
    text-decoration: none
}

a:active,
a:hover {
    color: #d31b20;
    text-decoration: underline
}

img {
    max-width: 100%;
    height: auto
}

#page {
    width: 1004px;
    margin: 0 auto;
    padding: 0 16px;
    background-color: #fff;
    position: relative
}

.wwdj-gate #page {
    margin-top: 224px
}

#masthead {
    padding: 16px 0 8px;
    border-bottom: 2px solid #d31b20;
    background-color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

#masthead,
.site-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.site-content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#primary {
    width: 689px
}

body.mypage #primary {
    padding: 16px;
    background-color: #f4f4f4;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

body.error404 #primary,
body.one-column #primary {
    width: 100%
}

body.error404 #primary {
    padding: 71px 0 79px
}

#secondary {
    width: 250px
}

body.mypage #secondary {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

#main {
    width: 100%
}

.wwdj-switch-off #main,
body.promotions #main,
body.term-subscribe #main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#main.archive-site-main {
    visibility: hidden
}

#main.archive-site-main-show {
    -webkit-animation: d .5s both;
    animation: d .5s both
}

#sub {
    padding-top: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#colophon {
    padding-top: 16px;
    background-color: #fff
}

body.mypage #colophon {
    padding-top: 0
}

button.wwdj-button {
    outline: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

a.wwdj-button {
    display: inline-block
}

.wwdj-button-primary {
    height: 40px;
    color: #d31b20;
    font-size: .75rem;
    line-height: 1;
    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
}

.wwdj-button-primary,
button.wwdj-button-primary {
    border: 1px solid #f80007
}

a.wwdj-button-primary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.wwdj-button-primary:hover {
    color: #f80007;
    text-decoration: none;
    border-color: #f80007
}

button.wwdj-button-primary:hover {
    border-color: #f80007
}

.wwdj-button-primary__hover {
    color: #313131;
    line-height: 1.33333;
    letter-spacing: .43px;
    border-color: #000;
    background-color: #fff
}

.wwdj-button-primary__hover:hover {
    color: #d31b20;
    border-color: #d31b20;
    background-color: #fff;
    -webkit-transition: color .3s ease-in, border-color .3s ease-in;
    transition: color .3s ease-in, border-color .3s ease-in
}

.wwdj-button-primary__fill {
    color: #fff
}

.wwdj-button-primary__fill,
button.wwdj-button-primary__fill {
    border: none;
    background-color: #d31b20
}

.wwdj-button-primary__fill:hover {
    color: #fff;
    border: none;
    background-color: #f80007
}

button.wwdj-button-primary__fill:hover {
    background-color: #f80007
}

.wwdj-button-primary[disabled] {
    cursor: text;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, .4)
}

.wwdj-button-primary[disabled],
.wwdj-button-primary[disabled]:hover,
button.wwdj-button-primary[disabled]:hover {
    background-color: #f4f4f4;
    color: rgba(0, 0, 0, .4)
}

.wwdj-button-secondary {
    height: 40px;
    color: #000;
    font-size: .75rem;
    line-height: 1;
    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
}

.wwdj-button-secondary,
button.wwdj-button-secondary {
    border: 1px solid #000
}

a.wwdj-button-secondary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.wwdj-button-secondary:hover {
    color: rgba(49, 49, 49, .6);
    text-decoration: none
}

.wwdj-button-secondary:hover,
button.wwdj-button-secondary:hover {
    border-color: rgba(0, 0, 0, .5)
}

.wwdj-button-secondary__fill,
button.wwdj-button-secondary__fill {
    border: none;
    background-color: #fff
}

.wwdj-button-secondary__fill:hover {
    color: rgba(49, 49, 49, .6);
    border: none;
    background-color: #f4f4f4
}

button.wwdj-button-secondary__fill:hover {
    background-color: #f4f4f4
}

.wwdj-button-secondary[disabled] {
    cursor: text;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, .4)
}

.wwdj-button-secondary[disabled],
.wwdj-button-secondary[disabled]:hover,
button.wwdj-button-secondary[disabled]:hover {
    background-color: #f4f4f4;
    color: rgba(0, 0, 0, .4)
}

.wwdj-button-tertiary {
    height: 40px;
    color: #000;
    font-size: .75rem;
    font-weight: 600;
    line-height: 1;
    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
}

.wwdj-button-tertiary,
button.wwdj-button-tertiary {
    border: 1px solid #000
}

a.wwdj-button-tertiary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.wwdj-button-tertiary:hover {
    text-decoration: none;
    border-color: #6a6a6a
}

button.wwdj-button-tertiary:hover {
    border-color: #6a6a6a
}

.wwdj-button-tertiary__fill {
    color: #fff
}

.wwdj-button-tertiary__fill,
button.wwdj-button-tertiary__fill {
    border: none;
    background-color: #000
}

.wwdj-button-tertiary__fill:hover {
    color: #fff;
    border: none;
    background-color: #6a6a6a
}

button.wwdj-button-tertiary__fill:hover {
    background-color: #6a6a6a
}

.wwdj-button-back__article {
    font-size: .75rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: .59px;
    padding: 30px 0 16px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.wwdj-button-back__article:before {
    width: 7px;
    height: 13px;
    margin-right: 6px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://www.wwdjapan.com/wp-content/themes/wwdj-pc/assets/svg/icon-arrow.svg);
    display: block;
    content: '';
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

a.wwdj-button-back__article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.wwdj-button-read__article {
    width: 345px;
    height: 40px;
    font-size: .75rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .43px;
    margin: 0 auto;
    border: 1px solid #000;
    background-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
}

.wwdj-button-read__article:hover {
    border-color: rgba(0, 0, 0, .4)
}

.wwdj-button-read__article:hover,
.wwdj-button-read__article[disabled] {
    color: rgba(0, 0, 0, .4);
    text-decoration: none;
    background-color: #f4f4f4
}

.wwdj-button-read__article[disabled] {
    cursor: text;
    border: 1px solid rgba(0, 0, 0, .4)
}

.wwdj-button-read__article[disabled]:hover,
button.wwdj-button-read__article[disabled]:hover {
    color: rgba(0, 0, 0, .4);
    background-color: #f4f4f4
}

a.wwdj-button-read__article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.wwdj-button-read__articles,
.wwdj-button-read__faq,
.wwdj-button-read__latest_issue,
.wwdj-button-read__mypage,
.wwdj-button-read__pr-news,
.wwdj-button-read__pr-stories,
.wwdj-button-read__products,
.wwdj-button-read__ranking,
.wwdj-button-read__series-parent,
.wwdj-button-read__writer {
    font-size: .75rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .92px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.wwdj-button-read__articles:after,
.wwdj-button-read__faq:after,
.wwdj-button-read__latest_issue:after,
.wwdj-button-read__mypage:after,
.wwdj-button-read__pr-news:after,
.wwdj-button-read__pr-stories:after,
.wwdj-button-read__products:after,
.wwdj-button-read__ranking:after,
.wwdj-button-read__series-parent:after,
.wwdj-button-read__writer:after {
    width: 7px;
    height: 13px;
    margin-left: 6px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://www.wwdjapan.com/wp-content/themes/wwdj-pc/assets/svg/icon-arrow.svg);
    display: block;
    content: ''
}

a.wwdj-button-read__articles,
a.wwdj-button-read__faq,
a.wwdj-button-read__latest_issue,
a.wwdj-button-read__mypage,
a.wwdj-button-read__pr-news,
a.wwdj-button-read__pr-stories,
a.wwdj-button-read__products,
a.wwdj-button-read__ranking,
a.wwdj-button-read__series-parent,
a.wwdj-button-read__writer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.wwdj-button-icon {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: block
}

.wwdj-button-icon__bookmark {
    width: 10px;
    height: 20px;
    background-size: cover
}

.wwdj-button-icon__bookmark[aria-selected=false] {
    background-image: url(https://www.wwdjapan.com/wp-content/themes/wwdj-pc/assets/svg/bookmark-off.svg)
}

.wwdj-button-icon__bookmark[aria-selected=true] {
    background-image: url(https://www.wwdjapan.com/wp-content/themes/wwdj-pc/assets/svg/bookmark-on.svg)
}

.wwdj-button-icon__facebook {
    width: 19px;
    height: 19px;
    background-image: url(https://www.wwdjapan.com/wp-content/themes/wwdj-pc/assets/svg/icon-facebook.svg)
}

.wwdj-button-icon__twitter {
    width: 19px;
    height: 19px;
    background-image: url(https://www.wwdjapan.com/wp-content/themes/wwdj-pc/assets/svg/icon-twitter.svg)
}

.wwdj-button-icon__search {
    width: 32px;
    height: 21px;
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-image: url(https://www.wwdjapan.com/wp-content/themes/wwdj-pc/assets/svg/icon-search-black.svg);
    position: relative
}

.wwdj-button-icon__search[aria-selected=true] {
    width: 15px;
    height: 15px;
    background-image: url(https://www.wwdjapan.com/wp-content/themes/wwdj-pc/assets/svg/icon-close.svg)
}

.wwdj-button-icon__search[aria-selected=false]:before {
    width: 14px;
    height: 4.3px;
    background-position: 50%;
    /* background-image: url(https://www.wwdjapan.com/wp-content/themes/wwdj-pc/assets/svg/icon-beta.svg); */
    background-size: cover;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0
}

.wwdj-button-switch {
    font-family: Roboto, sans-serif;
    font-size: .8125rem;
    font-weight: 700
}

.wwdj-button-switch[aria-selected=true] {
    color: #000
}

.wwdj-button-switch[aria-selected=false] {
    color: rgba(49, 49, 49, .3);
    text-decoration: underline
}

.wwdj-button-switch[disabled] {
    cursor: text
}

.wwdj-button-tab {
    width: 50%;
    height: 40px;
    color: #fff;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1;
    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
}

.wwdj-button-tab[aria-selected=true] {
    background-color: #00adee;
    cursor: default
}

.wwdj-button-tab[aria-selected=false] {
    background-color: #000
}

.wwdj-button-tab-ranking {
    width: auto;
    height: 40px;
    font-size: .8125rem;
    font-weight: 300;
    line-height: 1;
    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
}

.wwdj-button-tab-ranking[aria-selected=true] {
    color: #fff;
    background-color: #686c6d;
    cursor: default
}

.wwdj-button-tab-ranking[aria-selected=false] {
    color: #6a6a6a;
    background-color: #f4f4f4
}

.wwdj-widget-registration .wwdj-button-tab {
    font-weight: 100
}

.wwdj-button-profile {
    font-family: Roboto, sans-serif;
    font-size: .75rem;
    font-weight: 500;
    line-height: 1.16667;
    letter-spacing: .36px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.wwdj-button-profile:after {
    width: 28px;
    height: 28px;
    margin-left: 12px;
    background-color: #6a6a6a;
    background-position: 50%;
    background-repeat: no-repeat;
    background-image: url(https://www.wwdjapan.com/wp-content/themes/wwdj-pc/assets/svg/icon-arrow-white.svg);
    display: block;
    content: ''
}

.wwdj-button-profile[aria-selected=false]:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.wwdj-button-profile[aria-selected=true]:after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.wwdj-button-follow {
    width: 73px;
    height: 19px;
    color: #00adee;
    font-size: .5625rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -.4px;
    border: 1px solid #00adee;
    border-radius: 2px;
    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
}

.wwdj-button-follow:hover {
    color: #fff;
    background-color: #00adee
}

.wwdj-button-follow:hover:before {
    background-image: url(https://www.wwdjapan.com/wp-content/themes/wwdj-pc/assets/svg/icon-plus-white.svg)
}

.wwdj-button-follow:before {
    width: 7px;
    height: 7px;
    margin-right: 2px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    background-image: url(https://www.wwdjapan.com/wp-content/themes/wwdj-pc/assets/svg/icon-plus.svg);
    content: '';
    display: block
}

.wwdj-button-follow[aria-selected=true] {
    color: #fff;
    background-color: #00adee
}

.wwdj-button-follow[aria-selected=true]:before {
    content: none
}

button.wwdj-button-follow {
    border: 1px solid #00adee
}

a.wwdj-button-follow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.wwdj-button-purchase {
    height: 40px;
    color: #00adee;
    font-size: .75rem;
    line-height: 1;
    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
}

.wwdj-button-purchase,
button.wwdj-button-purchase {
    border: 1px solid #00b9ff
}

a.wwdj-button-purchase {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.wwdj-button-purchase:hover {
    color: #00b9ff;
    text-decoration: none;
    border-color: #00b9ff
}

button.wwdj-button-purchase:hover {
    border-color: #00b9ff
}

.wwdj-button-purchase__hover {
    color: #313131;
    line-height: 1.33333;
    letter-spacing: .43px;
    border-color: #000;
    background-color: #fff
}

.wwdj-button-purchase__hover:hover {
    color: #00adee;
    border-color: #00adee;
    background-color: #fff;
    -webkit-transition: color .3s ease-in, border-color .3s ease-in;
    transition: color .3s ease-in, border-color .3s ease-in
}

.wwdj-button-purchase__fill {
    color: #fff
}

.wwdj-button-purchase__fill,
button.wwdj-button-purchase__fill {
    border: none;
    background-color: #00adee
}

.wwdj-button-purchase__fill:hover {
    color: #fff;
    border: none;
    background-color: #00b9ff
}

button.wwdj-button-purchase__fill:hover {
    background-color: #00b9ff
}

.wwdj-follow {
    width: 73px;
    height: 19px;
    margin: 0
}

.wwdj-button-mini {
    font-size: .5rem;
    margin: auto 5px
}

.wwdj-button-mini__morning-digest {
    width: 80px;
    margin: 5px 0 0 auto
}

.wwdj-button-mini__morning-digest a {
    height: 20px
}

.wwdj-button-mini-morning-digest {
    font-size: .5rem;
    margin: auto 5px;
    width: 80px;
    height: 25px
}

a.wwdj-contact {
    margin-top: 40px;
    width: 280px;
    font-size: .9rem;
    line-height: 1.5;
    display: block;
    background: grey;
    text-align: center;
    padding: 10px 0
}

a.wwdj-contact,
a.wwdj-contact :hover {
    color: #fff;
    text-decoration: none
}

.wwdj-contact-text {
    margin: 40px 0 20px;
    font-size: .8rem;
    line-height: 1.8rem
}

#masthead>.site-logo {
    width: 166.4px;
    height: 49px;
    margin: 0
}

#masthead>.site-logo a {
    width: 166.4px;
    height: 49px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(https://www.wwdjapan.com/wp-content/themes/wwdj-pc/assets/images/site-logo-black.png);
    display: block
}

.floating-menu-box>.site-logo {
    width: 109.5px;
    height: 32px;
    margin: 0
}

.floating-menu-box>.site-logo a {
    width: 109.5px;
    height: 32px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(https://www.wwdjapan.com/wp-content/themes/wwdj-pc/assets/images/site-logo-white.png);
    display: block
}

.archive-header {
    width: 100%;
    min-height: 40px;
    margin-top: 16px;
    border-bottom: 1px solid #dddee4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.archive-header.has_term_description {
    border-bottom: none
}

.archive-header h1 {
    width: calc(100% - 145px);
    color: #000;
    font-size: 1.6875rem;
    font-weight: 600;
    line-height: 1;
    margin: 0;
    padding: 6px 0
}

.archive-header h1 .roboto {
    font-size: 1.875rem;
    font-family: Roboto, sans-serif;
    font-weight: 500
}

.archive-header .wwdj-switch-10-seconds {
    width: 145px;
    margin-top: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.archive-header .wwdj-switch-10-seconds p {
    color: #000;
    font-size: .75rem;
    font-weight: 600;
    line-height: 1.16667;
    margin: 0 18px 0 0
}

.archive-header .wwdj-switch-10-seconds .wwdj-sep {
    width: 1px;
    height: 11px;
    margin: 0 9.5px;
    background-color: rgba(0, 0, 0, .15);
    display: block
}

.archive-sub-header {
    width: 100%;
    height: 33px;
    margin-top: 16px;
    border-bottom: 6px solid #000
}

.archive-sub-header h2 {
    color: #000;
    font-size: 1.0625rem;
    font-weight: 600;
    line-height: 1;
    margin: 0
}

.archive-header-description {
    width: 100%;
    margin-top: 14px;
    border-top: 1px solid #dddee4;
    padding-top: 14px;
    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
}

.archive-header-description .archive-header-description-content {
    width: calc(100% - 85px);
    color: #000;
    font-size: .75rem;
    font-weight: 300;
    line-height: 1.75
}

.archive-header-description .archive-header-description-content p {
    margin: 0
}

.wwdj-search-header {
    width: 100%;
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.wwdj-search-header h1 {
    color: #000;
    font-family: Roboto, sans-serif;
    font-size: 1.6875rem;
    font-weight: 300;
    font-style: italic;
    line-height: 1;
    margin: 0
}

.wwdj-search-header h1 span {
    font-weight: 500;
    font-style: normal
}

.wwdj-search-header .wwdj-search-switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.wwdj-search-header .wwdj-search-switch p {
    color: #282828;
    font-size: .75rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: .41px;
    margin: 0 8px 0 0
}

.wwdj-search-header .wwdj-search-switch .wwdj-search-switch-select {
    width: 55px;
    height: 25px;
    color: #282828;
    font-size: .75rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: .41px;
    vertical-align: middle;
    text-align: center;
    outline: 0;
    margin: 0;
    border-radius: 0;
    border: 1px solid #d0d0d0;
    padding: 0;
    position: relative
}

.wwdj-search-header .wwdj-search-switch .selected-display {
    width: 100%;
    height: 100%;
    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
}

.wwdj-search-header .wwdj-search-switch .options {
    width: calc(100% + 2px);
    margin-top: 1px;
    border-left: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
    background-color: #fff;
    display: none;
    position: absolute;
    top: 100%;
    left: -1px
}

.wwdj-search-header .wwdj-search-switch .option {
    height: 25px;
    border-bottom: 1px solid #d0d0d0;
    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
}

.wwdj-search-header .wwdj-search-switch select {
    width: 55px;
    height: 25px;
    color: #282828;
    font-size: .75rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: .41px;
    vertical-align: middle;
    text-align: center;
    outline: 0;
    margin: 0;
    border-radius: 0;
    border: 1px solid #d0d0d0;
    padding: 0;
    background: none transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: none
}

.wwdj-search-header h2 {
    width: 100%;
    margin: 7px 0 0;
    border-top: 1px solid #dddee4;
    padding-top: 16px;
    background-color: #fff
}

.wwdj-search-header h2 span {
    color: #000;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1;
    background-color: #f4f4f4;
    padding: 16px;
    display: block
}

.wwdj-search-hit {
    font-size: .75rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: .41px;
    margin: 16px 0 0
}

.single-header {
    width: 100%;
    height: 24px;
    margin-top: 16px;
    border-bottom: 1px solid #dddee4;
    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
}

.single-header__category {
    color: #000;
    font-size: .9375rem;
    font-weight: 600;
    line-height: 1;
    margin: 0
}

.single-header .nav-links {
    width: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.single-header .nav-links:before {
    width: 1px;
    height: 11px;
    background-color: #d8d8d8;
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.single-header .nav-next,
.single-header .nav-previous {
    width: 20px;
    height: 21px
}

.single-header .nav-next a,
.single-header .nav-previous a {
    width: 20px;
    height: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.single-header .nav-next a:before,
.single-header .nav-previous a:before {
    width: 6px;
    height: 11px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://www.wwdjapan.com/wp-content/themes/wwdj-pc/assets/svg/icon-arrow.svg);
    display: block;
    content: ''
}

.single-header .nav-previous {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-left: auto
}

.single-header .nav-next {
    margin-right: auto
}

.single-header .nav-next a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.single-header .nav-next a:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.sinking-menu-box {
    width: calc(100% - 176.4px);
    min-height: 49px;
    margin-left: 10px;
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sinking-menu-box ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.sinking-menu-box .main-menu,
.sinking-menu-box .main-menu-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sinking-menu-box .main-menu {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none
}

.sinking-menu-box .main-menu>li>a {
    height: 49px;
    font-size: .9375rem;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    border-radius: 3px 3px 0 0;
    padding: 0 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.sinking-menu-box .main-menu>li>a:after {
    width: calc(100% - 18px);
    height: 1px;
    background-color: #fff;
    content: '';
    display: block;
    opacity: 0;
    position: absolute;
    top: calc(50% + 10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: height, opacity, -webkit-transform;
    transition-property: height, opacity, -webkit-transform;
    transition-property: height, opacity, transform;
    transition-property: height, opacity, transform, -webkit-transform
}

.sinking-menu-box .main-menu>li>a .hover,
.sinking-menu-box .main-menu>li>a:hover {
    color: #fff;
    background-color: #313131
}

.sinking-menu-box .main-menu>li>a .hover:after,
.sinking-menu-box .main-menu>li>a:hover:after {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.sinking-menu-box .main-menu>li>a.current {
    color: #d31b20
}

.sinking-menu-box .main-menu>li>a.current:hover {
    color: #fff
}

.sinking-menu-box .main-menu>li.hover>a {
    color: #fff;
    background-color: #313131
}

.sinking-menu-box .main-menu>li.hover>a:after {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.sinking-menu-box .main-menu>li.not-children>a {
    font-size: .8125rem;
    line-height: 1
}

.sinking-menu-box .main-menu>li.not-children>a.current,
.sinking-menu-box .main-menu>li.not-children>a:hover {
    color: #000;
    background-color: transparent
}

.sinking-menu-box .main-menu>li.not-children>a:after {
    content: none
}

.sinking-menu-box .main-menu>li.search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 0 0 9px
}

.sinking-menu-box .main-menu>li.login {
    margin-left: auto
}

.sinking-menu-box .main-menu>li.login>a {
    padding-right: 0
}

.sinking-menu-box .main-menu>li.login img {
    border-radius: 100%
}

.sinking-menu-box .main-menu>li.sep {
    margin-left: 10px;
    position: relative
}

.sinking-menu-box .main-menu>li.sep>a {
    padding-left: 19px
}

.sinking-menu-box .main-menu>li.sep:before {
    width: 1px;
    height: 20px;
    background-color: #dddee4;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.sinking-menu-box .hover-nav-content {
    padding: 24px 24px 16px 16px;
    background-color: #313131;
    position: absolute;
    top: calc(100% - 8px);
    left: 0;
    right: 0;
    z-index: 25
}

.sinking-menu-box .hover-nav-content[aria-hidden=true] {
    display: none
}

.sinking-menu-box .hover-nav-content[aria-hidden=false] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.sinking-menu-box .hover-nav-content#career-nav-content,
.sinking-menu-box .hover-nav-content#ranking-nav-content {
    padding-left: 24px;
    padding-right: 24px
}

.sinking-menu-box .hover-nav-content nav {
    width: calc(100% - 736px)
}

.sinking-menu-box .hover-nav-content ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.sinking-menu-box .hover-nav-content li {
    font-size: .8125rem;
    font-weight: 300;
    line-height: 1.69231;
    margin-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sinking-menu-box .hover-nav-content li:first-of-type {
    margin-top: 0
}

.sinking-menu-box .hover-nav-content li:before {
    width: 7px;
    height: 9px;
    margin-right: 5px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-image: url(https://www.wwdjapan.com/wp-content/themes/wwdj-pc/assets/svg/icon-triangle.svg);
    display: block;
    content: ''
}

.sinking-menu-box .hover-nav-content li a {
    color: #fff
}

.sinking-menu-box .hover-nav-content li a:hover {
    text-decoration: underline
}

.floating-menu-box {
    max-width: 972px;
    width: 100%;
    height: 46px;
    padding: 0 12px;
    background-color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 99;
    opacity: 0;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    -webkit-transition: opacity .3s ease-in, -webkit-transform .3s ease-in;
    transition: opacity .3s ease-in, -webkit-transform .3s ease-in;
    transition: opacity .3s ease-in, transform .3s ease-in;
    transition: opacity .3s ease-in, transform .3s ease-in, -webkit-transform .3s ease-in
}

.admin-bar .floating-menu-box {
    top: 32px
}

.floating-menu-box ul {
    margin: 0 0 0 12px;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.floating-menu-box li.sep {
    position: relative
}

.floating-menu-box li.sep:before {
    width: 1px;
    height: 23px;
    background-color: #282828;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.floating-menu-box a {
    color: #fff;
    text-decoration: none;
    padding: 0 8px
}

.sinking-menu-box2 {
    width: 100%;
    margin-top: 10px;
    border-top: 1px solid #dddee4;
    min-height: 49px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sinking-menu-box2 ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.sinking-menu-box2 .main-menu,
.sinking-menu-box2 .main-menu-container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sinking-menu-box2 .main-menu {
    margin: 0;
    padding: 0;
    list-style: none
}

.sinking-menu-box2 .main-menu>li>a {
    height: 49px;
    font-size: .9375rem;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    border-radius: 3px 3px 0 0;
    padding: 0 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.sinking-menu-box2 .main-menu>li>a:first-child {
    padding-left: 0
}

.sinking-menu-box2 .main-menu>li>a:after {
    width: calc(100% - 18px);
    height: 1px;
    background-color: #fff;
    content: '';
    display: block;
    opacity: 0;
    position: absolute;
    top: calc(50% + 10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: height, opacity, -webkit-transform;
    transition-property: height, opacity, -webkit-transform;
    transition-property: height, opacity, transform;
    transition-property: height, opacity, transform, -webkit-transform
}

.sinking-menu-box2 .main-menu>li>a .hover,
.sinking-menu-box2 .main-menu>li>a:hover {
    color: #d31b20;
    background-color: #313131
}

.sinking-menu-box2 .main-menu>li>a .hover:after,
.sinking-menu-box2 .main-menu>li>a:hover:after {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.sinking-menu-box2 .main-menu>li>a.current {
    color: #d31b20
}

.sinking-menu-box2 .main-menu>li>a.current:hover {
    color: #fff
}

.sinking-menu-box2 .main-menu>li.hover>a {
    color: #fff;
    background-color: #313131
}

.sinking-menu-box2 .main-menu>li.hover>a:after {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.sinking-menu-box2 .main-menu>li.not-children>a {
    font-size: 1rem;
    line-height: 1
}

.sinking-menu-box2 .main-menu>li.not-children>a.current,
.sinking-menu-box2 .main-menu>li.not-children>a:hover {
    color: #d31b20;
    background-color: transparent
}

.sinking-menu-box2 .main-menu>li.not-children>a:after {
    content: none
}

.sinking-menu-box2 .main-menu>li.search {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 0 0 9px
}

.sinking-menu-box2 .main-menu>li.login {
    margin-left: auto
}

.sinking-menu-box2 .main-menu>li.login>a {
    padding-right: 0
}

.sinking-menu-box2 .main-menu>li.login img {
    border-radius: 100%
}

.sinking-menu-box2 .main-menu>li.sep {
    margin-left: 10px;
    position: relative
}

.sinking-menu-box2 .main-menu>li.sep>a {
    padding-left: 19px
}

.sinking-menu-box2 .main-menu>li.sep:before {
    width: 1px;
    height: 20px;
    background-color: #dddee4;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.sinking-menu-box2 .hover-nav-content {
    padding: 24px 24px 16px 16px;
    background-color: #313131;
    position: absolute;
    top: calc(100% - 8px);
    left: 0;
    right: 0;
    z-index: 25
}

.sinking-menu-box2 .hover-nav-content[aria-hidden=true] {
    display: none
}

.sinking-menu-box2 .hover-nav-content[aria-hidden=false] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.sinking-menu-box2 .hover-nav-content#career-nav-content,
.sinking-menu-box2 .hover-nav-content#ranking-nav-content {
    padding-left: 24px;
    padding-right: 24px
}

.sinking-menu-box2 .hover-nav-content nav {
    width: calc(100% - 736px)
}

.sinking-menu-box2 .hover-nav-content ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.sinking-menu-box2 .hover-nav-content li {
    font-size: .8125rem;
    font-weight: 300;
    line-height: 1.69231;
    margin-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sinking-menu-box2 .hover-nav-content li:first-of-type {
    margin-top: 0
}

.sinking-menu-box2 .hover-nav-content li:before {
    width: 7px;
    height: 9px;
    margin-right: 5px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-image: url(https://www.wwdjapan.com/wp-content/themes/wwdj-pc/assets/svg/icon-triangle.svg);
    display: block;
    content: ''
}

.sinking-menu-box2 .hover-nav-content li a {
    color: #fff
}

.sinking-menu-box2 .hover-nav-content li a:hover {
    text-decoration: underline
}

.wwdj-archive-term-link {
    padding: 16px 0 0
}

.wwdj-archive-term-link ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.wwdj-archive-term-link li {
    font-size: .6875rem;
    font-weight: 300;
    line-height: 1.27273;
    letter-spacing: -.5px;
    border-left: 1px solid #fff
}

.wwdj-archive-term-link li.wwdj-term-list-current a {
    color: #fff;
    background-color: #6a6a6a;
    cursor: default
}

.wwdj-archive-term-link a,
.wwdj-archive-term-link span {
    height: 39px;
    text-align: center;
    padding: 0 5px;
    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
}

.wwdj-archive-term-link a {
    color: #313131;
    text-decoration: none;
    background-color: #f4f4f4;
    -webkit-transition: .2s;
    transition: .2s
}

.wwdj-archive-term-link a:hover {
    background-color: #e7e7e7
}

.wwdj-archive-term-link a.wwdj-archive-term-link,
.wwdj-archive-term-link span {
    color: #fff;
    background-color: #6a6a6a
}

.wwdj-archive-term-link__beauty ul,
.wwdj-archive-term-link__business ul,
.wwdj-archive-term-link__fashion ul,
.wwdj-archive-term-link__sustainability ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.wwdj-archive-term-link__beauty li,
.wwdj-archive-term-link__business li,
.wwdj-archive-term-link__fashion li,
.wwdj-archive-term-link__sustainability li {
    width: calc((100% - 1.33px)/ 6)
}

.wwdj-archive-term-link__beauty li:first-of-type,
.wwdj-archive-term-link__beauty li:nth-of-type(10),
.wwdj-archive-term-link__business li:first-of-type,
.wwdj-archive-term-link__business li:nth-of-type(10),
.wwdj-archive-term-link__fashion li:first-of-type,
.wwdj-archive-term-link__fashion li:nth-of-type(10),
.wwdj-archive-term-link__sustainability li:first-of-type,
.wwdj-archive-term-link__sustainability li:nth-of-type(10) {
    border-left: none
}

.wwdj-archive-term-link__beauty li:nth-of-type(-n+9),
.wwdj-archive-term-link__business li:nth-of-type(-n+9),
.wwdj-archive-term-link__fashion li:nth-of-type(-n+9),
.wwdj-archive-term-link__sustainability li:nth-of-type(-n+9) {
    border-bottom: 1px solid #fff
}

.wwdj-archive-term-link__news ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.wwdj-archive-term-link__news li {
    width: calc((100% - .89px)/ 9)
}

.wwdj-archive-term-link__news li:first-of-type,
.wwdj-archive-term-link__news li:nth-of-type(10) {
    border-left: none
}

.wwdj-archive-term-link__news li:nth-of-type(-n+9) {
    border-bottom: 1px solid #fff
}

.wwdj-archive-term-link__focus ul {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.wwdj-archive-term-link__focus li {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.wwdj-archive-term-link__focus li:first-of-type {
    border-left: none
}

.wwdj-archive-term-link__snap ul {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.wwdj-archive-term-link__snap li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.wwdj-archive-term-link__snap li:first-of-type {
    border-left: none
}

.wwdj-archive-term-link__subscribe {
    padding-bottom: 16px
}

.wwdj-archive-term-link__subscribe ul {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.wwdj-archive-term-link__subscribe li {
    width: 100%;
    font-size: .75rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.wwdj-archive-term-link__subscribe li:first-of-type {
    border-left: none
}

.wwdj-archive-term-link__collection ul {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.wwdj-archive-term-link__collection li {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.wwdj-archive-term-link__collection li:first-of-type {
    border-left: none
}

.wwdj-archive-ranking-link {
    padding: 16px 0 0
}

.wwdj-archive-ranking-link ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.wwdj-archive-ranking-link ul.main li {
    width: 100%;
    font-size: .6875rem;
    font-weight: 300;
    line-height: 1.27273;
    letter-spacing: -.5px;
    border-left: 1px solid #fff;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.wwdj-archive-ranking-link ul.main li:first-of-type {
    border-left: none
}

.wwdj-archive-ranking-link ul.main a,
.wwdj-archive-ranking-link ul.main span {
    height: 39px;
    text-align: center;
    padding: 0 5px;
    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
}

.wwdj-archive-ranking-link ul.main a {
    color: #313131;
    text-decoration: none;
    background-color: #f4f4f4;
    -webkit-transition: .2s;
    transition: .2s
}

.wwdj-archive-ranking-link ul.main a:hover {
    background-color: #e7e7e7
}

.wwdj-archive-ranking-link ul.main span {
    color: #fff;
    background-color: #6a6a6a
}

.wwdj-archive-ranking-link ul.sub {
    padding-top: 16px
}

.wwdj-archive-ranking-link ul.sub li {
    font-size: .75rem;
    font-weight: 600;
    line-height: 1;
    border-left: 1px solid rgba(0, 0, 0, .3);
    padding: 0 13px
}

.wwdj-archive-ranking-link ul.sub li:first-of-type {
    border-left: none;
    padding-left: 6px
}

.wwdj-archive-ranking-link ul.sub li:nth-of-type(3) {
    padding-right: 6px
}

.wwdj-archive-ranking-link ul.sub a,
.wwdj-archive-ranking-link ul.sub span {
    text-align: center;
    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
}

.wwdj-archive-ranking-link ul.sub a {
    color: rgba(0, 0, 0, .3);
    text-decoration: none
}

.wwdj-archive-ranking-link ul.sub a:hover,
.wwdj-archive-ranking-link ul.sub span {
    color: #000
}

.wwdj-archive-promotions-link {
    padding: 16px 0 0
}

.wwdj-archive-promotions-link ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.wwdj-archive-promotions-link li {
    width: 100%;
    font-size: .6875rem;
    font-weight: 300;
    line-height: 1.27273;
    letter-spacing: -.5px;
    text-transform: uppercase;
    border-left: 1px solid #fff;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.wwdj-archive-promotions-link li:first-of-type {
    border-left: none
}

.wwdj-archive-promotions-link a,
.wwdj-archive-promotions-link span {
    height: 39px;
    text-align: center;
    padding: 0 5px;
    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
}

.wwdj-archive-promotions-link a {
    color: #313131;
    text-decoration: none;
    background-color: #f4f4f4;
    -webkit-transition: .2s;
    transition: .2s
}

.wwdj-archive-promotions-link a:hover {
    background-color: #e7e7e7
}

.wwdj-archive-promotions-link span {
    color: #fff;
    background-color: #6a6a6a
}

.pagination {
    width: 100%;
    border-top: 1px solid #d8d8d8;
    padding: 15px 0 30px
}

body.tagpage .pagination {
    margin-top: 14.11px
}

.pagination .nav-links,
.pagination .page-numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.pagination .page-numbers {
    width: 29px;
    height: 15px;
    color: #dddee4;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.pagination .page-numbers.current {
    color: #282828
}

.pagination .page-numbers:hover {
    color: #282828;
    text-decoration: none
}

.pagination .next,
.pagination .prev {
    width: 7px;
    height: 13px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(https://www.wwdjapan.com/wp-content/themes/wwdj-pc/assets/svg/icon-arrow.svg)
}

.pagination .prev {
    margin-right: 6px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.pagination .next {
    margin-left: 6px
}

.wwdj-read-articles {
    height: 46px;
    border-top: 1px solid #d8d8d8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.category-menu-container,
.other-menu-container {
    width: 20.83333%;
    font-family: Roboto, 'ヒラギノ角ゴシック Pro W3', 'Hiragino Kaku Gothic Pro', 'Hiragino Sans', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: 300;
    position: relative;
    z-index: 2
}

.category-menu-container ul,
.other-menu-container ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.category-menu-container a,
.other-menu-container a {
    color: #fff
}

.category-menu-container a:hover,
.other-menu-container a:hover {
    color: #d31b20
}

.category-menu-container a[target='_blank'],
.other-menu-container a[target='_blank'] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.category-menu-container a[target='_blank']:after,
.other-menu-container a[target='_blank']:after {
    width: 9px;
    height: 9px;
    margin-left: 4px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(https://www.wwdjapan.com/wp-content/themes/wwdj-pc/assets/svg/icon-external-link.svg);
    content: '';
    display: block
}

.category-menu-container {
    font-size: .875rem;
    line-height: 1.14286;
    border-left: 1px solid hsla(0, 0%, 84.7%, .15);
    padding-left: 31px
}

.category-menu-container li {
    padding-top: 13px
}

.category-menu-container li:first-of-type {
    padding-top: 0
}

.other-menu-container {
    font-size: .625rem;
    line-height: 1.2;
    letter-spacing: .44px
}

.other-menu-container li {
    padding-top: 9px
}

.other-menu-container li:first-of-type {
    padding-top: 0
}

.site-main>.post-navigation {
    padding: 16px 0
}

.site-main>.post-navigation .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.site-main>.post-navigation .nav-links div {
    width: 50%
}

.site-main>.post-navigation .nav-links div:nth-of-type(2) {
    border-left: 1px solid #fff
}

.site-main>.post-navigation .nav-links div.nav-previous {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-left: auto
}

.site-main>.post-navigation .nav-links div.nav-previous a {
    padding-right: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.site-main>.post-navigation .nav-links div.nav-previous a:after {
    width: 28px;
    height: 28px;
    margin-left: 18px;
    background-color: #6a6a6a;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 6.56px 12.19px;
    background-image: url(https://www.wwdjapan.com/wp-content/themes/wwdj-pc/assets/svg/icon-arrow-white.svg);
    content: '';
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28px;
    flex: 0 0 28px
}

.site-main>.post-navigation .nav-links div.nav-next {
    margin-right: auto
}

.site-main>.post-navigation .nav-links div.nav-next a {
    padding-left: 0
}

.site-main>.post-navigation .nav-links div.nav-next a:before {
    width: 28px;
    height: 28px;
    margin-right: 18px;
    background-color: #6a6a6a;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 6.56px 12.19px;
    background-image: url(https://www.wwdjapan.com/wp-content/themes/wwdj-pc/assets/svg/icon-arrow-white.svg);
    content: '';
    display: block;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28px;
    flex: 0 0 28px
}

.site-main>.post-navigation .nav-links a {
    width: 100%;
    height: 100%;
    color: #000;
    font-size: .8125rem;
    font-weight: 600;
    line-height: 1.69231;
    text-decoration: none;
    padding: 18px;
    background-color: #f4f4f4;
    bottom: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.site-main .post-navigation.navigation-fast-end>.nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.site-main .post-navigation.navigation-fast-end>.nav-links div {
    width: 100%;
    min-height: 73px
}

.wwdj-ranking-read-articles {
    width: 100%;
    border-top: 1px solid #dddee4;
    padding: 16px 0
}

.wwdj-ranking-read-articles__on {
    text-align: center
}

.wwdj-switch-off .wwdj-ranking-read-articles__on {
    display: none
}

.wwdj-ranking-read-articles__off {
    text-align: right
}

.wwdj-switch-on .wwdj-ranking-read-articles__off {
    display: none
}

.footer-site-content {
    height: 256px;
    padding: 32.57px 0;
    background-color: rgba(0, 0, 0, .85);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.footer-site-info {
    height: 80px;
    padding: 0 19px 0 32px;
    background-color: #000;
    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
}

.copyright {
    margin: 0
}

.copyright small {
    display: flex;
    color: hsla(0, 0%, 100%, .7);
    font-size: .625rem !important;
    line-height: 1.7;
}

.wwdj-footer-social {
    text-align: center
}

.wwdj-footer-social ul {
    line-height: 1;
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.wwdj-footer-social li {
    width: 18px;
    height: 18px;
    margin-left: 13px
}

.wwdj-footer-social li.instagram {
    margin-left: 0
}

.wwdj-footer-social a {
    width: 18px;
    height: 18px
}

.wwdj-footer-social svg {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    fill: #fff
}

.wwdj-footer-social p {
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: .8125rem;
    line-height: 1;
    text-transform: uppercase;
    margin: 12px 0 0
}

#khm-15 {
    width: 100%;
    color: rgba(0, 0, 0, .3);
    font-size: .5625rem;
    font-weight: 600;
    line-height: 1;
    padding: 8px 0 16px
}

#khm-15 ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#khm-15 li {
    margin-left: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

#khm-15 li:first-of-type {
    margin-left: 0
}

#khm-15 li:last-of-type:after {
    content: none
}

#khm-15 li:after {
    width: 3px;
    height: 6px;
    margin-left: 6px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://www.wwdjapan.com/wp-content/themes/wwdj-pc/assets/svg/icon-arrow.svg);
    display: block;
    content: ''
}

.wwdj-posts-pickups {
    width: 100%;
    margin: 0;
    background-color: #f4f4f4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

body.home .wwdj-posts-pickups {
    margin-bottom: 16px
}

.wwdj-posts-pickups>.wwdj-posts-pickups__header {
    width: 24px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.1875;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 2.5px 0;
    background-color: #d31b20;
    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
}

.wwdj-posts-pickups>.wwdj-posts-pickups__header span {
    white-space: nowrap;
    display: inline-block;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.wwdj-posts-pickups .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.wwdj-posts-pickups article {
    width: 25%
}

.wwdj-posts-pickups .pickup-header {
    color: #000;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.wwdj-posts-pickups .thumbnail {
    width: 100%;
    height: 124.23px;
    margin: 0 0 7px
}

.wwdj-posts-pickups .thumbnail a {
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    position: relative
}

.wwdj-posts-pickups .entry-title {
    width: calc(100% - 51px);
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.71429;
    margin: 0 17px 12px 12px
}

.wwdj-posts-pickups .wwdj-bookmark {
    width: 20px;
    height: 29px;
    margin: 0
}

.wwdj-posts-pickups .wwdj-bookmark button {
    width: 20px;
    height: 29px
}

.wwdj-posts-pickups .wwdj-bookmark button.wwdj-button-icon {
    background-size: auto
}

.wwdj-category-posts {
    width: 100%
}

body.single .wwdj-category-posts,
body.wwdj-switch-off .wwdj-category-posts {
    width: 50%
}

body.single .wwdj-category-posts:nth-of-type(2n-1),
body.wwdj-switch-off .wwdj-category-posts:nth-of-type(2n-1) {
    padding-right: 16px;
    border-right: 1px solid #d8d8d8
}

body.single .wwdj-category-posts:nth-of-type(2n),
body.wwdj-switch-off .wwdj-category-posts:nth-of-type(2n) {
    padding-left: 16px
}

body.archive .wwdj-category-posts {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

body.archive .wwdj-category-posts:nth-of-type(2n-1) {
    padding-right: 0;
    border-right: none
}

body.archive .wwdj-category-posts:nth-of-type(2n) {
    padding-left: 0
}

.wwdj-category-posts .section-title {
    width: 100%;
    height: 33px;
    color: #000;
    font-size: 1.3125rem;
    font-weight: 600;
    line-height: 1;
    margin: 0;
    border-bottom: 6px solid #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

body.category-career .wwdj-category-posts .section-title {
    font-size: 1.0625rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

body.single .wwdj-category-posts .wwdj-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.wwdj-banner,
.wwdj-category-posts .wwdj-read-articles {
    width: 100%
}

.wwdj-banner-top {
    min-height: 180px
}

.wwdj-post[aria-hidden=true] {
    display: none
}

.wwdj-post[aria-hidden=false] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.wwdj-post .entry-title {
    font-size: 1.0625rem;
    font-weight: 600;
    line-height: 1.76471;
    margin: 0
}

.wwdj-post .career-label {
    width: 56px;
    height: 19px;
    color: #fff;
    font-size: .75rem;
    font-weight: 600;
    line-height: 1;
    margin: 4px 0 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 56px;
    flex: 0 0 56px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.wwdj-post .career-label__start {
    background-color: #d31b20
}

.wwdj-post .career-label__end {
    background-color: #6a6a6a
}

.wwdj-post .wwdj-topic-tags {
    font-size: .6875rem;
    font-weight: 300;
    line-height: 1.36364;
    margin: 0;
    padding-right: 22px
}

.wwdj-post .wwdj-topic-tags a {
    margin: 0 6px
}

.wwdj-post .wwdj-topic-tags a:first-of-type {
    margin-left: 0
}

.wwdj-post .wwdj-topic-tags a:last-of-type {
    margin-right: 0
}

.wwdj-post .entry-date,
.wwdj-post .wwdj-author {
    font-size: .6875rem;
    font-weight: 300;
    line-height: 1.36364;
    margin: 0
}

.wwdj-post .entry-date time {
    color: #6a6a6a;
    font-family: Roboto, sans-serif;
    font-size: .5625rem;
    font-weight: 500;
    line-height: 1.11111;
    letter-spacing: 1px;
    text-transform: uppercase
}

.wwdj-post .subscribe-date {
    font-size: .6875rem;
    font-weight: 300;
    line-height: 1.36364;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column
}

.wwdj-post .subscribe-date span {
    color: #6a6a6a;
    font-family: Roboto, sans-serif;
    font-size: .5625rem;
    font-weight: 500;
    line-height: 1.11111;
    letter-spacing: 1px;
    text-transform: uppercase
}

.wwdj-post .wwdj-brand-tags {
    font-size: .6875rem;
    font-weight: 300;
    line-height: 1.36364;
    margin: 0
}

.wwdj-post .wwdj-brand-tags a {
    font-family: Roboto, sans-serif;
    font-size: .6875rem;
    font-weight: 400;
    line-height: 1.18182;
    letter-spacing: .5px;
    margin: 0 6px
}

.wwdj-post .wwdj-brand-tags a:first-of-type {
    margin-left: 0
}

.wwdj-post .wwdj-pr-tag {
    font-size: .6875rem;
    font-weight: 300;
    line-height: 1.36364;
    margin: 0
}

.wwdj-post .wwdj-pr-tag span {
    font-family: Roboto, sans-serif;
    font-size: .5625rem;
    font-weight: 500;
    line-height: 1.11111;
    letter-spacing: .57px;
    text-transform: uppercase
}

.wwdj-post .social-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto
}

.wwdj-post .wwdj-entry-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0
}

.wwdj-post .wwdj-entry-social span {
    margin: 0 6px;
    display: block
}

.wwdj-post .wwdj-bookmark {
    margin: 0
}

.wwdj-post .thumbnail {
    position: relative
}

.wwdj-post .thumbnail a {
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block
}

.wwdj-post.contents-type-01 {
    width: 100%;
    padding: 16px 0 32px
}

.wwdj-post.contents-type-01[aria-hidden=false] {
    display: block
}

.wwdj-post.contents-type-01 .entry-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.wwdj-post.contents-type-01 .career-label {
    margin: 5px 12px 0 0
}

.wwdj-post.contents-type-01 .entry-meta {
    margin-top: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.wwdj-post.contents-type-01 .entry-meta p:first-of-type {
    margin-left: 0
}

.wwdj-post.contents-type-01 .wwdj-topic-tags {
    line-height: 1;
    margin-left: 12px
}

.wwdj-post.contents-type-01 .entry-date,
.wwdj-post.contents-type-01 .wwdj-author,
.wwdj-post.contents-type-01 .wwdj-pr-tag {
    margin-left: 12px
}

.wwdj-post.contents-type-01 .social-box {
    margin-left: auto
}

.wwdj-post.contents-type-01 .wwdj-bookmark {
    margin-left: 6px
}

.wwdj-post.contents-type-01 .entry-summary {
    margin-top: 12px;
    background-color: #f4f4f4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.wwdj-post.contents-type-01 .thumbnail {
    width: 231px;
    min-height: 121px
}

.wwdj-post.contents-type-01 .wwdj-entry-point {
    width: calc(100% - 231px)
}

.wwdj-post.contents-type-01 .entry-footer {
    padding-top: 16px
}

.wwdj-post.contents-type-02 {
    width: 100%;
    padding: 16px 0 32px
}

.wwdj-post.contents-type-02[aria-hidden=false] {
    display: block
}

.wwdj-post.contents-type-02 .entry-meta {
    margin-top: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.wwdj-post.contents-type-02 .entry-meta p:first-of-type {
    margin-left: 0
}

.wwdj-post.contents-type-02 .wwdj-topic-tags {
    line-height: 1;
    margin-left: 12px
}

.wwdj-post.contents-type-02 .entry-date,
.wwdj-post.contents-type-02 .wwdj-author,
.wwdj-post.contents-type-02 .wwdj-pr-tag {
    margin-left: 12px
}

.wwdj-post.contents-type-02 .social-box {
    margin-left: auto
}

.wwdj-post.contents-type-02 .wwdj-bookmark {
    margin-left: 6px
}

.wwdj-post.contents-type-02 .entry-summary {
    margin-top: 12px;
    background-color: #f4f4f4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.wwdj-post.contents-type-02 .collection-thumbnails {
    width: 100%
}

.wwdj-post.contents-type-02 .collection-thumbnails a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.wwdj-post.contents-type-02 .collection-thumbnails .collection-thumbnail {
    width: 12.5%;
    height: 120px;
    margin-left: 1.17px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: block
}

.wwdj-post.contents-type-02 .collection-thumbnails .collection-thumbnail:first-of-type {
    margin-left: 0
}

.wwdj-post.contents-type-02 .wwdj-entry-point {
    width: calc(100% - 231px)
}

.wwdj-post.contents-type-02 .entry-footer {
    padding-top: 16px
}

.wwdj-post.contents-type-03:first-of-type {
    width: 100%;
    padding: 16px 0
}

.wwdj-post.contents-type-03:first-of-type .entry-header {
    width: 50%;
    padding: 0 0 0 12px;
    position: relative;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.wwdj-post.contents-type-03:first-of-type .entry-title {
    font-size: 1.3125rem;
    line-height: 1.52381;
    margin-top: -4px;
    padding-right: 23px
}

.wwdj-post.contents-type-03:first-of-type .entry-meta {
    margin-top: 9px;
    position: relative
}

.wwdj-post.contents-type-03:first-of-type .entry-meta p:first-of-type {
    margin-top: 0
}

.wwdj-post.contents-type-03:first-of-type .wwdj-author,
.wwdj-post.contents-type-03:first-of-type .wwdj-topic-tags {
    margin-top: 8px
}

.wwdj-post.contents-type-03:first-of-type .entry-date {
    margin-top: 5px
}

.wwdj-post.contents-type-03:first-of-type .wwdj-brand-tags {
    margin-top: 6px
}

.wwdj-post.contents-type-03:first-of-type .wwdj-bookmark,
.wwdj-post.contents-type-03:first-of-type .wwdj-pr-tag {
    position: absolute;
    top: 0;
    right: 0
}

.wwdj-post.contents-type-03:first-of-type .thumbnail {
    width: 50%;
    height: 180.17px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.wwdj-post.contents-type-03:nth-of-type(n+2) {
    width: calc((100% - 32px)/ 3);
    border-top: 1px solid #dddee4;
    padding: 16px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.wwdj-post.contents-type-03:nth-of-type(n+2) .entry-header {
    margin-top: 12px;
    position: relative;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.wwdj-post.contents-type-03:nth-of-type(n+2) .entry-title {
    font-size: .875rem;
    line-height: 1.71429;
    margin-top: -5px;
    padding-right: 22px
}

.wwdj-post.contents-type-03:nth-of-type(n+2) .entry-meta {
    margin-top: 9px;
    position: relative
}

.wwdj-post.contents-type-03:nth-of-type(n+2) .entry-meta p:first-of-type {
    margin-top: 0
}

.wwdj-post.contents-type-03:nth-of-type(n+2) .wwdj-author,
.wwdj-post.contents-type-03:nth-of-type(n+2) .wwdj-topic-tags {
    margin-top: 8px
}

.wwdj-post.contents-type-03:nth-of-type(n+2) .entry-date {
    margin-top: 5px
}

.wwdj-post.contents-type-03:nth-of-type(n+2) .wwdj-brand-tags {
    margin-top: 6px
}

.wwdj-post.contents-type-03:nth-of-type(n+2) .wwdj-bookmark,
.wwdj-post.contents-type-03:nth-of-type(n+2) .wwdj-pr-tag {
    position: absolute;
    top: 0;
    right: 0
}

.wwdj-post.contents-type-03:nth-of-type(n+2) .thumbnail {
    width: 219px;
    height: 115px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.wwdj-post.contents-type-03:nth-of-type(n+2):nth-of-type(3n+2) {
    width: calc((100% - 32px)/ 3 + 32px);
    padding: 16px
}

.wwdj-post.contents-type-04 {
    width: 100%;
    padding: 16px 0
}

.wwdj-post.contents-type-04:first-of-type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.wwdj-post.contents-type-04:first-of-type .entry-header {
    width: 100%;
    margin-top: 12px;
    position: relative;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.wwdj-post.contents-type-04:first-of-type .entry-title {
    font-size: 1rem;
    line-height: 1.5625;
    margin-top: -4px;
    padding-right: 22px
}

.wwdj-post.contents-type-04:first-of-type .entry-meta {
    margin-top: 9px;
    position: relative
}

.wwdj-post.contents-type-04:first-of-type .entry-meta p:first-of-type {
    margin-top: 0
}

.wwdj-post.contents-type-04:first-of-type .wwdj-author,
.wwdj-post.contents-type-04:first-of-type .wwdj-topic-tags {
    margin-top: 8px
}

.wwdj-post.contents-type-04:first-of-type .entry-date {
    margin-top: 5px
}

.wwdj-post.contents-type-04:first-of-type .wwdj-brand-tags {
    margin-top: 6px
}

.wwdj-post.contents-type-04:first-of-type .wwdj-bookmark,
.wwdj-post.contents-type-04:first-of-type .wwdj-pr-tag {
    position: absolute;
    top: 0;
    right: 0
}

.wwdj-post.contents-type-04:first-of-type .thumbnail {
    width: 100%;
    height: 172px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.wwdj-post.contents-type-04:nth-of-type(n+2) {
    border-top: 1px solid #dddee4
}

.wwdj-post.contents-type-04:nth-of-type(n+2) .entry-header {
    width: calc(100% - 82px);
    padding-left: 12px;
    position: relative;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.wwdj-post.contents-type-04:nth-of-type(n+2) .entry-title {
    font-size: .8125rem;
    line-height: 1.69231;
    margin-top: -4px;
    padding-right: 22px
}

.wwdj-post.contents-type-04:nth-of-type(n+2) .entry-meta {
    margin-top: 9px;
    position: relative
}

.wwdj-post.contents-type-04:nth-of-type(n+2) .entry-meta p:first-of-type {
    margin-top: 0
}

.wwdj-post.contents-type-04:nth-of-type(n+2) .wwdj-author,
.wwdj-post.contents-type-04:nth-of-type(n+2) .wwdj-topic-tags {
    margin-top: 8px
}

.wwdj-post.contents-type-04:nth-of-type(n+2) .entry-date {
    margin-top: 5px
}

.wwdj-post.contents-type-04:nth-of-type(n+2) .wwdj-brand-tags {
    margin-top: 6px
}

.wwdj-post.contents-type-04:nth-of-type(n+2) .wwdj-bookmark,
.wwdj-post.contents-type-04:nth-of-type(n+2) .wwdj-pr-tag {
    position: absolute;
    top: 0;
    right: 0
}

.wwdj-post.contents-type-04:nth-of-type(n+2) .thumbnail {
    width: 82px;
    height: 82px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.wwdj-post.contents-type-04:nth-of-type(n+2) .wwdj-attention-flg {
    width: 100%
}

.wwdj-post.contents-type-05:first-of-type {
    width: 100%;
    padding: 16px 0
}

.wwdj-post.contents-type-05:first-of-type .entry-header {
    width: 50%;
    padding: 0 0 0 12px;
    position: relative;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.wwdj-post.contents-type-05:first-of-type .entry-title {
    font-size: 1.3125rem;
    line-height: 1.52381;
    margin-top: -4px;
    padding-right: 23px
}

.wwdj-post.contents-type-05:first-of-type .entry-meta {
    margin-top: 9px;
    position: relative
}

.wwdj-post.contents-type-05:first-of-type .entry-meta p:first-of-type {
    margin-top: 0
}

.wwdj-post.contents-type-05:first-of-type .wwdj-author,
.wwdj-post.contents-type-05:first-of-type .wwdj-topic-tags {
    margin-top: 8px
}

.wwdj-post.contents-type-05:first-of-type .entry-date {
    margin-top: 5px
}

.wwdj-post.contents-type-05:first-of-type .wwdj-brand-tags {
    margin-top: 6px
}

.wwdj-post.contents-type-05:first-of-type .wwdj-bookmark,
.wwdj-post.contents-type-05:first-of-type .wwdj-pr-tag {
    position: absolute;
    top: 0;
    right: 0
}

.wwdj-post.contents-type-05:first-of-type .thumbnail {
    width: 50%;
    height: 180.17px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.wwdj-post.contents-type-05:nth-of-type(n+3) {
    width: 50%;
    border-top: 1px solid #dddee4;
    padding: 16px 0
}

.wwdj-post.contents-type-05:nth-of-type(n+3) .entry-header {
    width: calc(100% - 82px);
    padding-left: 12px;
    position: relative;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.wwdj-post.contents-type-05:nth-of-type(n+3) .entry-title {
    font-size: .8125rem;
    line-height: 1.69231;
    margin-top: -4px;
    padding-right: 22px
}

.wwdj-post.contents-type-05:nth-of-type(n+3) .entry-meta {
    margin-top: 9px;
    position: relative
}

.wwdj-post.contents-type-05:nth-of-type(n+3) .entry-meta p:first-of-type {
    margin-top: 0
}

.wwdj-post.contents-type-05:nth-of-type(n+3) .wwdj-author,
.wwdj-post.contents-type-05:nth-of-type(n+3) .wwdj-topic-tags {
    margin-top: 8px
}

.wwdj-post.contents-type-05:nth-of-type(n+3) .entry-date {
    margin-top: 5px
}

.wwdj-post.contents-type-05:nth-of-type(n+3) .wwdj-brand-tags {
    margin-top: 6px
}

.wwdj-post.contents-type-05:nth-of-type(n+3) .wwdj-bookmark,
.wwdj-post.contents-type-05:nth-of-type(n+3) .wwdj-pr-tag {
    position: absolute;
    top: 0;
    right: 0
}

.wwdj-post.contents-type-05:nth-of-type(n+3) .thumbnail {
    width: 82px;
    height: 82px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.wwdj-post.contents-type-05:nth-of-type(n+3) .wwdj-attention-flg {
    width: 100%
}

.wwdj-post.contents-type-05:nth-of-type(n+2):nth-of-type(4n+3) {
    padding-right: 16.5px
}

.wwdj-post.contents-type-05:nth-of-type(n+2):nth-of-type(4n+1) {
    padding-left: 16.5px
}

.wwdj-post.contents-type-06 {
    width: 100%;
    border-top: 1px solid #dddee4;
    padding: 16px 0
}

.wwdj-post.contents-type-06:first-of-type {
    border-top: none
}

.wwdj-post.contents-type-06 .entry-header {
    width: 50%;
    padding: 0 0 0 12px;
    position: relative;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.wwdj-post.contents-type-06 .entry-title {
    font-size: 1.3125rem;
    line-height: 1.52381;
    margin-top: -4px;
    padding-right: 23px
}

.wwdj-post.contents-type-06 .entry-meta {
    margin-top: 9px;
    position: relative
}

.wwdj-post.contents-type-06 .entry-meta p:first-of-type {
    margin-top: 0
}

.wwdj-post.contents-type-06 .wwdj-author,
.wwdj-post.contents-type-06 .wwdj-topic-tags {
    margin-top: 8px
}

.wwdj-post.contents-type-06 .entry-date {
    margin-top: 5px
}

.wwdj-post.contents-type-06 .wwdj-brand-tags {
    margin-top: 6px
}

.wwdj-post.contents-type-06 .wwdj-bookmark,
.wwdj-post.contents-type-06 .wwdj-pr-tag {
    position: absolute;
    top: 0;
    right: 0
}

.wwdj-post.contents-type-06 .thumbnail {
    width: 50%;
    height: 180.17px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.wwdj-post.contents-type-07 {
    width: 50%;
    border-top: 1px solid #dddee4;
    padding: 16px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.wwdj-post.contents-type-07 .entry-header {
    width: calc(100% - 82px);
    padding-left: 12px;
    position: relative;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.wwdj-post.contents-type-07 .entry-title {
    font-size: .8125rem;
    line-height: 1.69231;
    margin-top: -4px;
    padding-right: 22px
}

.wwdj-post.contents-type-07 .entry-meta {
    margin-top: 9px;
    position: relative
}

.wwdj-post.contents-type-07 .entry-meta p:first-of-type {
    margin-top: 0
}

.wwdj-post.contents-type-07 .wwdj-topic-tags {
    margin-top: 8px
}

.wwdj-post.contents-type-07 .subscribe-date {
    margin-top: 5px
}

.wwdj-post.contents-type-07 .wwdj-bookmark {
    position: absolute;
    top: 0;
    right: 0
}

.wwdj-post.contents-type-07 .thumbnail {
    width: 82px;
    height: 122px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.wwdj-post.contents-type-07:nth-of-type(odd) {
    padding-right: 16.5px
}

.wwdj-post.contents-type-07:nth-of-type(2n) {
    padding-left: 16.5px
}

.wwdj-post.contents-type-08 {
    padding: 16px 0 32px;
    counter-increment: a;
    position: relative
}

.wwdj-post.contents-type-08[aria-hidden=false] {
    display: block
}

.wwdj-post.contents-type-08 .entry-title {
    padding-left: 48px
}

.wwdj-post.contents-type-08 .entry-meta {
    margin-top: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.wwdj-post.contents-type-08 .entry-meta p:first-of-type {
    margin-left: 0
}

.wwdj-post.contents-type-08 .wwdj-topic-tags {
    line-height: 1;
    margin-left: 12px
}

.wwdj-post.contents-type-08 .entry-date,
.wwdj-post.contents-type-08 .wwdj-author,
.wwdj-post.contents-type-08 .wwdj-pr-tag {
    margin-left: 12px
}

.wwdj-post.contents-type-08 .wwdj-bookmark {
    margin-left: 6px
}

.wwdj-post.contents-type-08 .entry-summary {
    margin-top: 12px;
    background-color: #f4f4f4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.wwdj-post.contents-type-08 .thumbnail {
    width: 231px;
    min-height: 121px
}

.wwdj-post.contents-type-08 .wwdj-entry-point {
    width: calc(100% - 231px)
}

.wwdj-post.contents-type-08 .entry-footer {
    padding-top: 16px
}

.wwdj-post.contents-type-08:before {
    width: 48px;
    color: #d31b20;
    font-family: Roboto, sans-serif;
    font-size: 1.625rem;
    font-weight: 500;
    line-height: 1;
    content: counter(a);
    position: absolute;
    top: 20px;
    left: 0
}

.wwdj-post.contents-type-09 {
    padding: 16px 0 32px;
    counter-increment: a;
    position: relative
}

.wwdj-post.contents-type-09[aria-hidden=false] {
    display: block
}

.wwdj-post.contents-type-09 .entry-title {
    padding-left: 48px
}

.wwdj-post.contents-type-09 .entry-meta {
    margin-top: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.wwdj-post.contents-type-09 .entry-meta p:first-of-type {
    margin-left: 0
}

.wwdj-post.contents-type-09 .wwdj-topic-tags {
    line-height: 1;
    margin-left: 12px
}

.wwdj-post.contents-type-09 .entry-date,
.wwdj-post.contents-type-09 .wwdj-author,
.wwdj-post.contents-type-09 .wwdj-pr-tag {
    margin-left: 12px
}

.wwdj-post.contents-type-09 .wwdj-bookmark {
    margin-left: 6px
}

.wwdj-post.contents-type-09 .entry-summary {
    margin-top: 12px;
    background-color: #f4f4f4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.wwdj-post.contents-type-09 .collection-thumbnails {
    width: 100%
}

.wwdj-post.contents-type-09 .collection-thumbnails a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.wwdj-post.contents-type-09 .collection-thumbnails .collection-thumbnail {
    width: 12.5%;
    height: 120px;
    margin-left: 1.17px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: block
}

.wwdj-post.contents-type-09 .collection-thumbnails .collection-thumbnail:first-of-type {
    margin-left: 0
}

.wwdj-post.contents-type-09 .wwdj-entry-point {
    width: calc(100% - 231px)
}

.wwdj-post.contents-type-09 .entry-footer {
    padding-top: 16px
}

.wwdj-post.contents-type-09:before {
    width: 48px;
    color: #d31b20;
    font-family: Roboto, sans-serif;
    font-size: 1.625rem;
    font-weight: 500;
    line-height: 1;
    content: counter(a);
    position: absolute;
    top: 20px;
    left: 0
}

.wwdj-post.contents-type-10 {
    width: 100%;
    padding: 16px 0 16px 48px;
    counter-increment: a;
    position: relative
}

.wwdj-post.contents-type-10:before {
    width: 48px;
    color: #d31b20;
    font-family: Roboto, sans-serif;
    font-size: 1.625rem;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    content: counter(a);
    position: absolute;
    top: 13px;
    left: 0
}

.wwdj-post.contents-type-10:first-of-type .entry-header {
    width: 50%;
    padding: 0 0 0 12px;
    position: relative;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.wwdj-post.contents-type-10:first-of-type .entry-title {
    font-size: 1.3125rem;
    line-height: 1.52381;
    margin-top: -4px;
    padding-right: 23px
}

.wwdj-post.contents-type-10:first-of-type .entry-meta {
    margin-top: 9px;
    position: relative
}

.wwdj-post.contents-type-10:first-of-type .entry-meta p:first-of-type {
    margin-top: 0
}

.wwdj-post.contents-type-10:first-of-type .wwdj-author,
.wwdj-post.contents-type-10:first-of-type .wwdj-topic-tags {
    margin-top: 8px
}

.wwdj-post.contents-type-10:first-of-type .entry-date {
    margin-top: 5px
}

.wwdj-post.contents-type-10:first-of-type .wwdj-brand-tags {
    margin-top: 6px
}

.wwdj-post.contents-type-10:first-of-type .wwdj-bookmark,
.wwdj-post.contents-type-10:first-of-type .wwdj-pr-tag {
    position: absolute;
    top: 0;
    right: 0
}

.wwdj-post.contents-type-10:first-of-type .thumbnail {
    width: 50%;
    height: 180.17px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.wwdj-post.contents-type-10:nth-of-type(n+2) {
    border-top: 1px solid #dddee4
}

.wwdj-post.contents-type-10:nth-of-type(n+2) .entry-header {
    width: calc(100% - 82px);
    padding-left: 12px;
    position: relative;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.wwdj-post.contents-type-10:nth-of-type(n+2) .entry-title {
    font-size: .8125rem;
    line-height: 1.69231;
    margin-top: -4px;
    padding-right: 22px
}

.wwdj-post.contents-type-10:nth-of-type(n+2) .entry-meta {
    margin-top: 9px;
    position: relative
}

.wwdj-post.contents-type-10:nth-of-type(n+2) .entry-meta p:first-of-type {
    margin-top: 0
}

.wwdj-post.contents-type-10:nth-of-type(n+2) .wwdj-author,
.wwdj-post.contents-type-10:nth-of-type(n+2) .wwdj-topic-tags {
    margin-top: 8px
}

.wwdj-post.contents-type-10:nth-of-type(n+2) .entry-date {
    margin-top: 5px
}

.wwdj-post.contents-type-10:nth-of-type(n+2) .wwdj-brand-tags {
    margin-top: 6px
}

.wwdj-post.contents-type-10:nth-of-type(n+2) .wwdj-bookmark,
.wwdj-post.contents-type-10:nth-of-type(n+2) .wwdj-pr-tag {
    position: absolute;
    top: 0;
    right: 0
}

.wwdj-post.contents-type-10:nth-of-type(n+2) .thumbnail {
    width: 82px;
    height: 82px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.wwdj-post.contents-type-10:nth-of-type(n+2) .wwdj-attention-flg {
    width: 100%
}

.wwdj-post.contents-type-11 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.wwdj-post.contents-type-11:first-of-type {
    width: 100%;
    padding: 16px 0
}

.wwdj-post.contents-type-11:first-of-type .entry-header {
    width: 50%;
    padding: 0 0 0 12px;
    position: relative;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.wwdj-post.contents-type-11:first-of-type .entry-title {
    font-size: 1.3125rem;
    line-height: 1.52381;
    margin-top: -4px;
    padding-right: 23px
}

.wwdj-post.contents-type-11:first-of-type .entry-meta {
    margin-top: 9px;
    position: relative
}

.wwdj-post.contents-type-11:first-of-type .entry-meta p:first-of-type {
    margin-top: 0
}

.wwdj-post.contents-type-11:first-of-type .wwdj-author,
.wwdj-post.contents-type-11:first-of-type .wwdj-topic-tags {
    margin-top: 8px
}

.wwdj-post.contents-type-11:first-of-type .entry-date {
    margin-top: 5px
}

.wwdj-post.contents-type-11:first-of-type .wwdj-brand-tags {
    margin-top: 6px
}

.wwdj-post.contents-type-11:first-of-type .wwdj-bookmark,
.wwdj-post.contents-type-11:first-of-type .wwdj-pr-tag {
    position: absolute;
    top: 0;
    right: 0
}

.wwdj-post.contents-type-11:first-of-type .thumbnail {
    width: 50%;
    height: 180.17px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.wwdj-post.contents-type-11:nth-of-type(n+2) {
    width: 50%;
    border-top: 1px solid #dddee4;
    padding: 16px 0
}

.wwdj-post.contents-type-11:nth-of-type(n+2) .entry-header {
    width: calc(100% - 82px);
    padding-left: 12px;
    position: relative;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.wwdj-post.contents-type-11:nth-of-type(n+2) .entry-title {
    font-size: .8125rem;
    line-height: 1.69231;
    margin-top: -4px;
    padding-right: 22px
}

.wwdj-post.contents-type-11:nth-of-type(n+2) .entry-meta {
    margin-top: 9px;
    position: relative
}

.wwdj-post.contents-type-11:nth-of-type(n+2) .entry-meta p:first-of-type {
    margin-top: 0
}

.wwdj-post.contents-type-11:nth-of-type(n+2) .wwdj-author,
.wwdj-post.contents-type-11:nth-of-type(n+2) .wwdj-topic-tags {
    margin-top: 8px
}

.wwdj-post.contents-type-11:nth-of-type(n+2) .entry-date {
    margin-top: 5px
}

.wwdj-post.contents-type-11:nth-of-type(n+2) .wwdj-brand-tags {
    margin-top: 6px
}

.wwdj-post.contents-type-11:nth-of-type(n+2) .wwdj-bookmark,
.wwdj-post.contents-type-11:nth-of-type(n+2) .wwdj-pr-tag {
    position: absolute;
    top: 0;
    right: 0
}

.wwdj-post.contents-type-11:nth-of-type(n+2) .thumbnail {
    width: 82px;
    height: 82px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.wwdj-post.contents-type-11:nth-of-type(n+2) .wwdj-attention-flg {
    width: 100%
}

.wwdj-post.contents-type-11:nth-of-type(n+2):nth-of-type(2n) {
    padding-right: 16.5px
}

.wwdj-post.contents-type-11:nth-of-type(n+2):nth-of-type(odd) {
    padding-left: 16.5px
}

.wwdj-post.contents-type-12 {
    width: 100%;
    padding: 16px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.wwdj-post.contents-type-12 .entry-header {
    width: calc(100% - 230px);
    padding-left: 12px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.wwdj-post.contents-type-12 .entry-title {
    font-size: 1.0625rem;
    line-height: 1.76471;
    margin-top: -6px
}

.wwdj-post.contents-type-12 .entry-meta {
    margin-top: 7px;
    position: relative
}

.wwdj-post.contents-type-12 .entry-meta p:first-of-type {
    margin-top: 0
}

.wwdj-post.contents-type-12 .wwdj-author,
.wwdj-post.contents-type-12 .wwdj-topic-tags {
    margin-top: 8px
}

.wwdj-post.contents-type-12 .entry-date {
    margin-top: 5px
}

.wwdj-post.contents-type-12 .wwdj-pr-tag {
    position: absolute;
    top: 0;
    right: 0
}

.wwdj-post.contents-type-12 .wwdj-entry-content {
    font-size: .8125rem;
    font-weight: 300;
    line-height: 1.61538;
    margin: 14px 0 0
}

.wwdj-post.contents-type-12 .thumbnail {
    width: 230px;
    height: 121px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.wwdj-post.wwdj-post-ranking {
    width: 100%;
    border-bottom: 1px solid #dddee4;
    padding: 12px 0 12px 52px;
    counter-increment: a;
    position: relative
}

.wwdj-post.wwdj-post-ranking:before {
    width: 52px;
    color: #d31b20;
    font-family: Roboto, sans-serif;
    font-size: 1.625rem;
    font-weight: 500;
    line-height: 1.15385;
    text-align: center;
    content: counter(a);
    position: absolute;
    top: 7px;
    left: 0
}

.wwdj-post.wwdj-post-ranking .entry-header {
    width: 100%;
    position: relative;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.wwdj-post.wwdj-post-ranking .entry-title {
    font-size: .8125rem;
    line-height: 1.69231;
    margin-top: -3px;
    padding-right: 40px
}

.wwdj-post.wwdj-post-ranking .entry-meta {
    margin-top: 9px;
    position: relative
}

.wwdj-post.wwdj-post-ranking .entry-meta p:first-of-type {
    margin-top: 0
}

.wwdj-post.wwdj-post-ranking .wwdj-topic-tags {
    margin-top: 8px
}

.wwdj-post.wwdj-post-ranking .entry-date {
    margin-top: 5px
}

.wwdj-post.wwdj-post-ranking .wwdj-pr-tag {
    position: absolute;
    top: 0;
    right: 12px
}

.wwdj-post.wwdj-post-ranking .wwdj-bookmark {
    position: absolute;
    top: 3px;
    right: 12px
}

.wwdj-post.wwdj-subscribe-content {
    width: 100%;
    padding: 16px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.wwdj-post.wwdj-subscribe-content .entry-header {
    width: 100%;
    margin-top: 16px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.wwdj-post.wwdj-subscribe-content .entry-title {
    font-size: 1.0625rem;
    line-height: 1.76471;
    margin-top: -6px
}

.wwdj-post.wwdj-subscribe-content .entry-meta {
    margin-top: 9px;
    position: relative
}

.wwdj-post.wwdj-subscribe-content .entry-meta p:first-of-type {
    margin-top: 0
}

.wwdj-post.wwdj-subscribe-content .subscribe-date {
    margin-top: 5px
}

.wwdj-post.wwdj-subscribe-content .thumbnail {
    width: 100%;
    height: 488px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.wwdj-post.wwdj-mypage-subscribe-content {
    width: 100%;
    padding: 16px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.wwdj-post.wwdj-mypage-subscribe-content .entry-header {
    width: calc(100% - 105px);
    padding-left: 13px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.wwdj-post.wwdj-mypage-subscribe-content .entry-title {
    font-size: .875rem;
    line-height: 1.71429;
    margin-top: -4px;
    padding-right: 22px
}

.wwdj-post.wwdj-mypage-subscribe-content .entry-meta {
    margin-top: 10px
}

.wwdj-post.wwdj-mypage-subscribe-content .entry-meta p:first-of-type {
    margin-top: 0
}

.wwdj-post.wwdj-mypage-subscribe-content .subscribe-date {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.wwdj-post.wwdj-mypage-subscribe-content .subscribe-date:first-of-type {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.wwdj-post.wwdj-mypage-subscribe-content .subscribe-date:nth-of-type(2) {
    margin-left: 0;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.wwdj-post.wwdj-mypage-subscribe-content .subscribe-date:nth-of-type(3) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.wwdj-post.wwdj-mypage-subscribe-content .thumbnail {
    width: 105px;
    height: 156px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.wwdj-post.wwdj-related-articles {
    width: calc((100% - 32px)/ 3);
    padding: 16px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.wwdj-post.wwdj-related-articles .entry-header {
    margin-top: 12px;
    position: relative;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%
}

.wwdj-post.wwdj-related-articles .entry-title {
    font-size: .875rem;
    line-height: 1.71429;
    margin-top: -5px;
    padding-right: 22px
}

.wwdj-post.wwdj-related-articles .entry-meta {
    margin-top: 9px;
    position: relative
}

.wwdj-post.wwdj-related-articles .entry-meta p:first-of-type {
    margin-top: 0
}

.wwdj-post.wwdj-related-articles .wwdj-topic-tags {
    margin-top: 8px
}

.wwdj-post.wwdj-related-articles .entry-date,
.wwdj-post.wwdj-related-articles .wwdj-author {
    margin-top: 5px
}

.wwdj-post.wwdj-related-articles .wwdj-bookmark,
.wwdj-post.wwdj-related-articles .wwdj-pr-tag {
    position: absolute;
    top: 0;
    right: 0
}

.wwdj-post.wwdj-related-articles .thumbnail {
    width: 219px;
    height: 115px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.wwdj-post.wwdj-related-articles:nth-of-type(n+2):nth-of-type(3n+2) {
    width: calc((100% - 32px)/ 3 + 32px);
    padding: 16px
}

.wwdj-post.wwdj-navigation-ranking {
    width: 172px;
    margin-left: 16px;
    border-top: none;
    padding: 0;
    counter-increment: a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.wwdj-post.wwdj-navigation-ranking:first-of-type {
    margin-left: 0
}

.wwdj-post.wwdj-navigation-ranking .entry-header {
    margin-top: 8px;
    position: relative;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.wwdj-post.wwdj-navigation-ranking .entry-title {
    font-size: .75rem;
    font-weight: 600;
    line-height: 1.5;
    margin: -3px 0 0;
    padding-right: 22px
}

.wwdj-post.wwdj-navigation-ranking .entry-title a {
    color: #fff
}

.wwdj-post.wwdj-navigation-ranking .entry-meta {
    margin-top: 11px
}

.wwdj-post.wwdj-navigation-ranking .wwdj-topic-tags,
.wwdj-post.wwdj-navigation-ranking .wwdj-topic-tags a {
    color: #fff
}

.wwdj-post.wwdj-navigation-ranking .entry-date {
    margin-top: 10px
}

.wwdj-post.wwdj-navigation-ranking .wwdj-bookmark {
    position: absolute;
    top: 0;
    right: 3px
}

.wwdj-post.wwdj-navigation-ranking .thumbnail {
    width: 172px;
    height: 91px;
    margin: 0;
    position: relative;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.wwdj-post.wwdj-navigation-ranking .thumbnail:before {
    width: 0;
    height: 0;
    border-color: #313131 transparent transparent;
    border-style: solid;
    border-width: 30px 30px 0 0;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.wwdj-post.wwdj-navigation-ranking .thumbnail:after {
    width: 30px;
    height: 30px;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.14286;
    display: block;
    content: counter(a);
    position: absolute;
    top: 1px;
    left: 4px
}

.wwdj-post.wwdj-navigation-articles {
    width: 172px;
    margin-left: 16px;
    border-top: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.wwdj-post.wwdj-navigation-articles:first-of-type {
    margin-left: 0
}

.wwdj-post.wwdj-navigation-articles .entry-header {
    margin-top: 8px;
    position: relative;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.wwdj-post.wwdj-navigation-articles .entry-title {
    font-size: .75rem;
    font-weight: 600;
    line-height: 1.5;
    margin: -3px 0 0;
    padding-right: 22px
}

.wwdj-post.wwdj-navigation-articles .entry-title a {
    color: #fff
}

.wwdj-post.wwdj-navigation-articles .entry-meta {
    margin-top: 11px
}

.wwdj-post.wwdj-navigation-articles .wwdj-topic-tags,
.wwdj-post.wwdj-navigation-articles .wwdj-topic-tags a {
    color: #fff
}

.wwdj-post.wwdj-navigation-articles .entry-date {
    margin-top: 10px
}

.wwdj-post.wwdj-navigation-articles .wwdj-bookmark {
    position: absolute;
    top: 0;
    right: 3px
}

.wwdj-post.wwdj-navigation-articles .thumbnail {
    width: 172px;
    height: 91px;
    margin: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.wwdj-post.wwdj-collection-carousel {
    width: 190px;
    margin-right: 12px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.wwdj-post.wwdj-collection-carousel[aria-hidden=true] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.wwdj-post.wwdj-collection-carousel .entry-header {
    padding-top: 12px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.wwdj-post.wwdj-collection-carousel .entry-title {
    font-size: .8125rem;
    font-weight: 300;
    line-height: 1.69231;
    margin: -3px 0 0
}

.wwdj-post.wwdj-collection-carousel .thumbnail {
    width: 190px;
    height: 100px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.wwdj-post.wwdj-collection-carousel-more {
    width: 190px;
    height: 100px;
    margin-right: 12px;
    padding: 0;
    background-color: #fff
}

.wwdj-post.wwdj-collection-carousel-more a {
    width: 100%;
    font-size: .6875rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: .85px;
    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
}

.wwdj-post.wwdj-collection-carousel-more a:after {
    width: 9px;
    height: 13px;
    margin-left: 6px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://www.wwdjapan.com/wp-content/themes/wwdj-pc/assets/svg/icon-arrow-gray.svg);
    display: block;
    content: ''
}

.wwdj-post.wwdj-related-parent-series-articles {
    width: calc((100% - 32px)/ 3);
    padding: 16px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.wwdj-post.wwdj-related-parent-series-articles:nth-of-type(-n+3) {
    padding-top: 0
}

.wwdj-post.wwdj-related-parent-series-articles .entry-header {
    margin-top: 12px;
    position: relative;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.wwdj-post.wwdj-related-parent-series-articles .entry-title {
    font-size: .8125rem;
    line-height: 1.69231;
    margin-top: -5px;
    padding-right: 22px
}

.wwdj-post.wwdj-related-parent-series-articles .entry-meta {
    margin-top: 9px;
    position: relative
}

.wwdj-post.wwdj-related-parent-series-articles .entry-meta p:first-of-type {
    margin-top: 0
}

.wwdj-post.wwdj-related-parent-series-articles .wwdj-topic-tags {
    margin-top: 8px
}

.wwdj-post.wwdj-related-parent-series-articles .wwdj-author {
    margin-top: 6px
}

.wwdj-post.wwdj-related-parent-series-articles .entry-date {
    margin-top: 5px
}

.wwdj-post.wwdj-related-parent-series-articles .wwdj-bookmark,
.wwdj-post.wwdj-related-parent-series-articles .wwdj-pr-tag {
    position: absolute;
    top: 0;
    right: 0
}

.wwdj-post.wwdj-related-parent-series-articles .thumbnail {
    width: 219px;
    height: 115px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.wwdj-post.wwdj-related-parent-series-articles:nth-of-type(3n+2) {
    width: calc((100% - 32px)/ 3 + 32px);
    padding: 16px
}

.wwdj-post.wwdj-related-parent-series-articles:nth-of-type(-n+3) {
    padding-top: 4px
}

.wwdj-post.wwdj-related-series-articles {
    width: 100%;
    padding: 16px 16px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.wwdj-post.wwdj-related-series-articles:first-of-type {
    padding-top: 0
}

.wwdj-post.wwdj-related-series-articles .entry-header {
    width: calc(100% - 98px);
    margin: 0 0 0 16px;
    position: relative;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.wwdj-post.wwdj-related-series-articles .entry-title {
    font-size: .8125rem;
    line-height: 1.69231;
    margin-top: -3px;
    padding: 0 25px 0 0
}

.wwdj-post.wwdj-related-series-articles .entry-meta {
    margin-top: 3px;
    position: relative
}

.wwdj-post.wwdj-related-series-articles .entry-meta p:first-of-type {
    margin-top: 0
}

.wwdj-post.wwdj-related-series-articles .wwdj-author {
    text-decoration: underline;
    margin-top: 8px
}

.wwdj-post.wwdj-related-series-articles .entry-date {
    margin-top: 4px
}

.wwdj-post.wwdj-related-series-articles .wwdj-bookmark,
.wwdj-post.wwdj-related-series-articles .wwdj-pr-tag {
    position: absolute;
    top: 0;
    right: 0
}

.wwdj-post.wwdj-related-series-articles .thumbnail {
    width: 82px;
    height: 82px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.wwdj-post.wwdj-post-mypage-digitaldaily {
    width: 100%;
    border-top: 1px solid #dddee4;
    padding: 16px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.wwdj-post.wwdj-post-mypage-digitaldaily:first-of-type {
    border-top: none
}

.wwdj-post.wwdj-post-mypage-digitaldaily .entry-header {
    width: calc(100% - 333px);
    padding: 0 0 56px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.wwdj-post.wwdj-post-mypage-digitaldaily .entry-title {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5625;
    padding-top: 6px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.wwdj-post.wwdj-post-mypage-digitaldaily .entry-meta {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.wwdj-post.wwdj-post-mypage-digitaldaily .entry-date {
    margin-top: 0
}

.wwdj-post.wwdj-post-mypage-digitaldaily .thumbnail {
    width: 333px;
    height: 157px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.wwdj-post.wwdj-post-mypage-digitaldaily .entry-footer {
    width: calc(100% - 349px);
    position: absolute;
    right: 0;
    bottom: 0
}

.wwdj-post.wwdj-post-mypage-digitaldaily .entry-footer .wwdj-button {
    width: 100%
}

.wwdj-post.wwdj-post-mypage-mybookmarks {
    width: 50%;
    border-bottom: 1px solid #dddee4;
    padding: 16px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.wwdj-post.wwdj-post-mypage-mybookmarks .entry-header {
    width: calc(100% - 82px);
    padding-left: 12px;
    position: relative;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.wwdj-post.wwdj-post-mypage-mybookmarks .entry-title {
    font-size: .8125rem;
    line-height: 1.69231;
    margin-top: -4px;
    padding-right: 22px
}

.wwdj-post.wwdj-post-mypage-mybookmarks .entry-meta {
    margin-top: 9px;
    position: relative
}

.wwdj-post.wwdj-post-mypage-mybookmarks .entry-meta p:first-of-type {
    margin-top: 0
}

.wwdj-post.wwdj-post-mypage-mybookmarks .wwdj-topic-tags {
    margin-top: 8px
}

.wwdj-post.wwdj-post-mypage-mybookmarks .entry-date {
    margin-top: 4px
}

.wwdj-post.wwdj-post-mypage-mybookmarks .wwdj-brand-tags {
    margin-top: 5px
}

.wwdj-post.wwdj-post-mypage-mybookmarks .wwdj-bookmark,
.wwdj-post.wwdj-post-mypage-mybookmarks .wwdj-pr-tag {
    position: absolute;
    top: 0;
    right: 0
}

.wwdj-post.wwdj-post-mypage-mybookmarks .thumbnail {
    width: 82px;
    height: 82px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.wwdj-post.wwdj-post-mypage-mybookmarks .wwdj-attention-flg {
    width: 100%
}

.wwdj-post.wwdj-post-mypage-mybookmarks:nth-of-type(odd) {
    padding-right: 16.5px
}

.wwdj-post.wwdj-post-mypage-mybookmarks:nth-of-type(2n) {
    padding-left: 16.5px
}

.wwdj-post.wwdj-mypage-myfollowposts {
    width: 50%;
    border-bottom: 1px solid #dddee4;
    padding: 16px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.wwdj-post.wwdj-mypage-myfollowposts .entry-header {
    width: calc(100% - 82px);
    padding-left: 12px;
    position: relative;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.wwdj-post.wwdj-mypage-myfollowposts .entry-title {
    font-size: .8125rem;
    line-height: 1.69231;
    margin-top: -4px;
    padding-right: 22px
}

.wwdj-post.wwdj-mypage-myfollowposts .entry-meta {
    margin-top: 9px;
    position: relative
}

.wwdj-post.wwdj-mypage-myfollowposts .entry-meta p:first-of-type {
    margin-top: 0
}

.wwdj-post.wwdj-mypage-myfollowposts .wwdj-author,
.wwdj-post.wwdj-mypage-myfollowposts .wwdj-topic-tags {
    margin-top: 8px
}

.wwdj-post.wwdj-mypage-myfollowposts .entry-date {
    margin-top: 5px
}

.wwdj-post.wwdj-mypage-myfollowposts .wwdj-brand-tags {
    margin-top: 6px
}

.wwdj-post.wwdj-mypage-myfollowposts .wwdj-bookmark,
.wwdj-post.wwdj-mypage-myfollowposts .wwdj-pr-tag {
    position: absolute;
    top: 0;
    right: 0
}

.wwdj-post.wwdj-mypage-myfollowposts .thumbnail {
    width: 82px;
    height: 82px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.wwdj-post.wwdj-mypage-myfollowposts .wwdj-attention-flg {
    width: 100%
}

.wwdj-post.wwdj-mypage-myfollowposts:nth-of-type(odd) {
    padding-right: 16.5px
}

.wwdj-post.wwdj-mypage-myfollowposts:nth-of-type(2n) {
    padding-left: 16.5px
}

.wwdj-entry-point {
    padding: 16px
}

.wwdj-entry-point h3 {
    color: #282828;
    font-size: .625rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: .89px;
    margin: 0 0 7px
}

.wwdj-entry-point ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.wwdj-entry-point li {
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.92857;
    letter-spacing: .89px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.wwdj-entry-point li:before {
    width: 12px;
    height: 7px;
    margin: 10px 12px 0 0;
    background-position: 50%;
    background-repeat: no-repeat;
    background-image: url(https://www.wwdjapan.com/wp-content/themes/wwdj-pc/assets/svg/check-mark.svg);
    display: inline-block;
    content: ''
}

.wwdj-child-navigation-posts {
    width: 736px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.wwdj-show-video-icon {
    width: 19px;
    height: 19px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(https://www.wwdjapan.com/wp-content/themes/wwdj-pc/assets/svg/icon-video.svg);
    display: block;
    position: absolute;
    top: 6px;
    right: 6px
}

.wwdj-attention-flg {
    width: 67px;
    height: 21px;
    color: #fff;
    font-size: .8125rem;
    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;
    position: absolute;
    left: 0;
    bottom: 0
}

.wwdj-attention-flg__pickup,
.wwdj-attention-flg__scoop {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    line-height: 1.15385
}

.wwdj-attention-flg__obituary,
.wwdj-attention-flg__prompt-report {
    font-weight: 600;
    line-height: 1
}

.wwdj-attention-flg__pickup,
.wwdj-attention-flg__prompt-report,
.wwdj-attention-flg__scoop {
    background-color: #d31b20
}

.wwdj-attention-flg__obituary {
    background-color: #313131
}

.wwdj-search-no-results-text {
    color: #282828;
    font-size: .875rem;
    font-weight: 300;
    line-height: 1.78571;
    margin: 12px 0 0
}

.wwdj-search-no-results-text strong {
    font-weight: 600
}

.wwdj-post-single>.entry-header .entry-title {
    font-family: Roboto, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'Hiragino Sans', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 1.53333;
    letter-spacing: -.5px;
    margin: 0;
    padding-top: 23px
}

.wwdj-post-single>.entry-header .entry-meta {
    padding: 30px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.wwdj-post-single>.entry-header .entry-meta p:first-of-type {
    margin-left: 0
}

.wwdj-post-single>.entry-header .wwdj-topic-tags {
    font-size: .75rem;
    line-height: 1.33333;
    margin: 0
}

.wwdj-post-single>.entry-header .wwdj-topic-tags a {
    text-decoration: underline;
    margin: 0 6px
}

.wwdj-post-single>.entry-header .wwdj-topic-tags a:first-of-type {
    margin-left: 0
}

.wwdj-post-single>.entry-header .wwdj-topic-tags .pr-tag {
    color: #000;
    font-size: .625rem;
    font-weight: 600;
    line-height: 2.4;
    margin: 0 0 0 12px
}

.wwdj-post-single>.entry-header .entry-date {
    color: #6a6a6a;
    letter-spacing: 1px;
    text-transform: uppercase
}

.wwdj-post-single>.entry-header .entry-date,
.wwdj-post-single>.entry-header .wwdj-pr-tag {
    font-family: Roboto, sans-serif;
    font-size: .5625rem;
    font-weight: 500;
    line-height: 1.11111;
    margin: 0 0 0 12px
}

.wwdj-post-single>.entry-header .wwdj-pr-tag {
    color: #282828;
    letter-spacing: .57px
}

.wwdj-post-single>.entry-header .wwdj-entry-social {
    margin: 0 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.wwdj-post-single>.entry-header .wwdj-entry-social .wwdj-button-icon__twitter {
    margin-left: 11px
}

.wwdj-post-single>.entry-header .wwdj-bookmark {
    margin: 0 0 0 12px;
    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
}

.wwdj-post-single>.entry-header .entry-author-meta {
    padding: 21px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.wwdj-post-single>.entry-header .entry-author-meta p:first-of-type {
    margin-left: 0
}

.wwdj-post-single>.entry-header .wwdj-author,
.wwdj-post-single>.entry-header .wwdj-translator {
    font-size: .75rem;
    line-height: 1.33333;
    margin: 0 16px 0 0
}

.wwdj-post-single>.entry-header .wwdj-author a,
.wwdj-post-single>.entry-header .wwdj-translator a {
    text-decoration: underline
}

.wwdj-post-single .entry-content {
    padding-top: 10px;
    overflow: hidden
}

.wwdj-post-single .entry-footer {
    clear: both
}

.wwdj-post-single .entry-footer .wwdj-entry-read-article {
    padding-bottom: 64px
}

.wwdj-post-single .entry-footer .wwdj-entry-social {
    width: 100%;
    height: 96px;
    padding: 16px 0;
    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;
    position: relative
}

.wwdj-post-single .entry-footer .wwdj-entry-social:after,
.wwdj-post-single .entry-footer .wwdj-entry-social:before {
    width: 100%;
    height: 1px;
    background-color: #d8d8d8;
    display: block;
    content: '';
    position: absolute;
    left: 0;
    right: 0
}

.wwdj-post-single .entry-footer .wwdj-entry-social:before {
    top: 16px
}

.wwdj-post-single .entry-footer .wwdj-entry-social:after {
    bottom: 16px
}

.wwdj-post-single .entry-footer .wwdj-entry-social a,
.wwdj-post-single .entry-footer .wwdj-entry-social span {
    margin: 0 5px;
    cursor: pointer
}

.wwdj-post-single .entry-footer .wwdj-entry-tags-content {
    padding: 16px 0
}

.wwdj-post-single .entry-footer .wwdj-entry-tags {
    font-family: Roboto, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'Hiragino Sans', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: .75rem;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: .5px;
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.wwdj-post-single .entry-footer .wwdj-entry-tags:first-of-type {
    margin-top: 0
}

.wwdj-post-single .entry-footer .wwdj-entry-tags span {
    width: 65px;
    margin-right: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65px;
    flex: 0 0 65px;
    display: block
}

.wwdj-post-single .entry-footer .wwdj-entry-tags p {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.wwdj-post-single .entry-footer .wwdj-entry-tags p a {
    text-decoration: underline;
    margin-right: 16px
}

.wwdj-post-single .wwdj-entry-subscription {
    margin: 16px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.wwdj-post-single .wwdj-entry-subscription a {
    width: calc((100% - 7.89px)/ 3);
    margin-left: 11.83px
}

.wwdj-post-single .wwdj-entry-subscription a:first-of-type {
    margin-left: 0
}

.wwdj-post-single .wwdj-entry-subscription .se {
    display: none
}

.wwdj-post-single .wwdj-entry-magazine-index {
    padding: 16px 0
}

.wwdj-post-single .wwdj-entry-magazine-index .section-title {
    font-family: Roboto, sans-serif;
    font-size: 1.3125rem;
    font-weight: 500;
    line-height: 1.14286;
    letter-spacing: -1px;
    text-transform: uppercase
}

.wwdj-post-single .wwdj-entry-magazine-index h3 {
    font-family: Roboto, sans-serif;
    font-size: 1.0625rem;
    font-weight: 500;
    line-height: 1.58824;
    margin: 0;
    border-bottom: 1px solid #dddee4;
    padding-bottom: 1px
}

.wwdj-post-single .wwdj-entry-magazine-index ul {
    font-size: .75rem;
    font-weight: 300;
    line-height: 1.58333;
    margin: 0;
    padding: 0 0 16px 19px
}

.wwdj-post-single .wwdj-entry-magazine-index li {
    padding-top: 16px
}

.wwdj-entry-author-data {
    padding: 16px 0
}

.wwdj-entry-author-data>div {
    padding: 15px 20px 0 18px;
    background-color: #f4f4f4
}

.wwdj-entry-author-data.wwdj-entry-author-data_hide>div {
    padding-bottom: 18px
}

.wwdj-entry-author-data .wwdj-entry-author-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.wwdj-entry-author-data .avatar {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    margin: 0 12px 0 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px
}

.wwdj-entry-author-data .wwdj-entry-author-meta {
    width: calc(100% - 92px)
}

.wwdj-entry-author-data .wwdj-entry-author-meta p {
    margin: 0
}

.wwdj-entry-author-data .writer-name {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5625
}

.wwdj-entry-author-data .job-title {
    font-size: .75rem;
    font-weight: 300;
    line-height: 1.58333
}

.wwdj-entry-author-data .wwdj-follow {
    padding-top: 11px
}

.wwdj-entry-author-data .wwdj-entry-author-profile {
    font-size: .75rem;
    font-weight: 300;
    line-height: 1.58333;
    padding: 11px 0 18px
}

.wwdj-entry-author-data .wwdj-entry-author-profile p {
    margin: .625rem 0 0
}

.wwdj-entry-author-data .wwdj-entry-author-profile p:first-of-type {
    margin-top: 0
}

.wwdj-entry-author-data .wwdj-entry-author-profile[aria-hidden=false] {
    display: block
}

.wwdj-entry-author-data .wwdj-entry-author-profile[aria-hidden=true] {
    display: none
}

.wwdj-entry-author-data .wwdj-entry-read-writer {
    text-align: right;
    border-top: 1px solid #dddee4;
    padding: 16px 0
}

.wwdj-nextpage-box[aria-hidden=true] {
    display: none
}

.wwdj-nextpage-box[aria-hidden=false] {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-name: c;
    animation-name: c
}

.wwdj-button-nextpage-box {
    padding: 16px 0 0
}

.wwdj-button-nextpage-box .wwdj-button-nextpage {
    width: 345px;
    min-height: 56px;
    margin: 0 auto;
    border: 1px solid #000;
    padding: 13px 0;
    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;
    -ms-flex-line-pack: center;
    align-content: center
}

.wwdj-button-nextpage-box .wwdj-button-nextpage span {
    margin: 0;
    display: block
}

.wwdj-button-nextpage-box .wwdj-button-nextpage span.wwdj-nextpage-number {
    font-family: Roboto, sans-serif;
    font-size: .625rem;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: .36px;
    text-transform: uppercase
}

.wwdj-button-nextpage-box .wwdj-button-nextpage span.wwdj-nextpage-title {
    width: 100%;
    font-size: .75rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: .43px;
    padding: 4px 30px 0
}

.gallery-thumbnails {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.gallery-thumbnails .gallery-image {
    width: 137px;
    height: 137px;
    margin: 1px 0 0 1px
}

.gallery-thumbnails .gallery-image>a {
    width: 137px;
    height: 137px;
    margin: 0;
    background-repeat: no-repeat;
    background-size: cover;
    display: block
}

.gallery-thumbnails .gallery-image:nth-of-type(5n+2) {
    margin-left: 0
}

.gallery-thumbnails .gallery-image:nth-child(-n+6) {
    margin-top: 0
}

.gallery-thumbnails .gallery-image:nth-of-type(n+2) figcaption {
    display: none
}

body.gallery-all .gallery-thumbnails .gallery-image:nth-of-type(n+2)>a {
    background-position: 50%;
    background-size: contain
}

.gallery-thumbnails .gallery-image.first-gallery {
    width: 100%;
    height: auto;
    margin: 0 0 16px
}

.gallery-thumbnails .gallery-image.first-gallery>a {
    width: auto;
    height: auto;
    display: block
}

body.gallery-all .gallery-thumbnails .gallery-image.first-gallery>a {
    max-height: 516px;
    background-position: 50%;
    background-size: contain
}

.gallery-thumbnails figcaption {
    font-size: .6875rem;
    font-weight: 300;
    line-height: 1.54545;
    letter-spacing: .42px;
    padding: 16px 0 0
}

.gallery-thumbnails figcaption[aria-hidden=true] {
    display: none
}

.gallery-vertical-stacking {
    display: block;
    text-align: center
}

.gallery-vertical-stacking .gallery-image {
    width: 75%;
    height: auto;
    margin: 1px auto
}

.gallery-vertical-stacking .gallery-image>a {
    margin: 0;
    display: block
}

.gallery-vertical-stacking .label-numbering {
    font-size: .6875rem;
    line-height: 1;
    margin-bottom: 6px
}

.gallery-vertical-stacking figcaption {
    font-size: .6875rem;
    font-weight: 300;
    line-height: 1.54545;
    letter-spacing: .42px;
    padding: 16px 0 0;
    text-align: left
}

.gallery-vertical-stacking figcaption[aria-hidden=true] {
    display: none
}

.gallery-vertical-stacking .gallery-content>p {
    text-align: left
}

.wwdj-entry-content {
    max-width: 689px;
    margin: 16px 0
}

.fullImagePage {
    padding: 15px 0 60px;
    background-color: #d8d8d8
}

.fullImagePage:before {
    text-align: center;
    font-size: .875rem;
    font-weight: 300;
    line-height: 2.14286;
    content: 'このコンテンツはスマートフォンで快適にご覧いただけます';
    padding-bottom: 15px;
    display: block
}

.fullImagePage img {
    width: 414px;
    display: block;
    margin: 0 auto
}

.fullImagePage_inner img {
    display: block
}

.fullImagePage_inner img.aligncenter {
    margin: 0 auto
}

body.postid-12433 .wwdj-post-single .entry-content figure.aligncenter,
body.postid-307602 .wwdj-post-single .entry-content figure.aligncenter {
    width: 640px
}

body.postid-12433 .wwdj-post-single .entry-content figure.alignleft,
body.postid-12433 .wwdj-post-single .entry-content figure.alignright,
body.postid-307602 .wwdj-post-single .entry-content figure.alignleft,
body.postid-307602 .wwdj-post-single .entry-content figure.alignright {
    width: 300px
}

.wwdj-post-page>.entry-header .entry-title {
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1;
    margin: 0;
    border-bottom: 1px solid #dddee4;
    padding: 6px 0
}

.wwdj-post-page>.entry-content h3 {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1;
    margin: 32px 0 0
}

.wwdj-post-page>.entry-content h4 {
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.71429;
    margin: 32px 0 0
}

.wwdj-post-page>.entry-content p {
    font-size: .75rem;
    font-weight: 300;
    line-height: 1.58333;
    margin: 16px 0 0
}

.wwdj-post-page>.entry-content p:first-child {
    margin-top: 32px
}

.wwdj-post-page>.entry-content a[target='_blank'] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.wwdj-post-page>.entry-content a[target='_blank']:after {
    width: 8px;
    height: 8px;
    margin-left: 6px;
    content: '';
    display: block;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://www.wwdjapan.com/wp-content/themes/wwdj-pc/assets/svg/icon-transition.svg);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8px;
    flex: 0 0 8px
}

.wwdj-post-page>.entry-content a[href="http://www.infaspub.co.jp/contact"] {
    width: 345px;
    height: 40px;
    color: #000;
    font-size: .75rem;
    line-height: 1;
    margin: 32px auto;
    border: 1px solid #000;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.wwdj-post-page>.entry-content a[href="http://www.infaspub.co.jp/contact"]:hover {
    color: rgba(49, 49, 49, .6);
    text-decoration: none;
    border-color: rgba(0, 0, 0, .5)
}

.wwdj-post-page>.entry-content a[href="http://www.infaspub.co.jp/contact"]:after {
    content: none
}

.wwdj-post-page>.entry-content ul {
    margin-top: 16px;
    margin-bottom: 16px
}

.wwdj-post-page>.entry-content ol {
    margin: 16px 0 0;
    padding: 0
}

.wwdj-post-page>.entry-content ol li {
    font-size: .8125rem;
    font-weight: 300;
    line-height: 1.76923;
    margin-top: 16px;
    list-style-type: none;
    list-style-position: inside;
    counter-increment: b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.wwdj-post-page>.entry-content ol li:first-of-type {
    margin-top: 0
}

.wwdj-post-page>.entry-content ol li:before {
    margin-right: 10px;
    display: marker;
    content: '(' counter(b) ')'
}

#tagpage-taxonomies {
    display: none
}

.wwdj-nav-character-tab {
    margin-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.admin-bar .pswp {
    z-index: 100000
}

.pswp .pswp__top-bar:after {
    width: 75px;
    height: 20px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(https://www.wwdjapan.com/wp-content/themes/wwdj-pc/assets/images/site-logo-white.png);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: '';
    display: block
}

.pswp .pswp__ui--hidden .pswp__top-bar:after {
    content: none
}

#gallery_overlay {
    line-height: 0
}

.wwdj-entry-collection-carousel-box {
    padding: 16px 0
}

.wwdj-entry-collection-carousel-box>div {
    padding: 16px 0 16px 16px;
    background-color: #f4f4f4;
    position: relative
}

.wwdj-entry-collection-carousel-box .section-title {
    font-family: Roboto, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'Hiragino Sans', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: .875rem;
    font-weight: 300;
    line-height: 1.14286;
    margin: 0;
    padding: 0 0 17px
}

.wwdj-entry-collection-carousel-box .section-title a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.wwdj-entry-collection-carousel-box .section-title a:after {
    width: 7px;
    height: 13px;
    margin-left: 6px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://www.wwdjapan.com/wp-content/themes/wwdj-pc/assets/svg/icon-arrow-gray.svg);
    display: block;
    content: ''
}

.wwdj-entry-collection-carousel-box .slick-slider {
    position: static
}

.wwdj-entry-collection-carousel-box .slick-arrow {
    width: 28px;
    height: 28px
}

.wwdj-entry-collection-carousel-box .slick-arrow.slick-next,
.wwdj-entry-collection-carousel-box .slick-arrow.slick-prev {
    top: 10px
}

.wwdj-entry-collection-carousel-box .slick-arrow.slick-next:before,
.wwdj-entry-collection-carousel-box .slick-arrow.slick-prev:before {
    width: 28px;
    height: 28px;
    margin-right: 0;
    background-color: #6a6a6a;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 6.56px 12.19px;
    background-image: url(https://www.wwdjapan.com/wp-content/themes/wwdj-pc/assets/svg/icon-arrow-white.svg);
    content: '';
    display: block
}

.wwdj-entry-collection-carousel-box .slick-arrow.slick-prev {
    left: auto;
    right: 39px
}

.wwdj-entry-collection-carousel-box .slick-arrow.slick-prev:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.wwdj-entry-collection-carousel-box .slick-arrow.slick-next {
    left: auto;
    right: 10px
}

.wwdj-magazine-subscription {
    width: 58.33333%;
    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;
    position: relative
}

.wwdj-magazine-subscription .footer-background-svg {
    position: absolute;
    top: -32.56px;
    left: 0;
    bottom: 0;
    z-index: 1
}

.wwdj-magazine-subscription a {
    text-decoration: none;
    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
}

.wwdj-magazine-subscription .wwdj-magazine-subscription-image {
    width: 325px;
    height: 194px;
    margin: 0 22px 0 0;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    z-index: 2;
    display: block
}

.wwdj-magazine-subscription .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 2
}

.wwdj-magazine-subscription .subscription-title {
    color: #fff;
    text-align: center;
    font-size: .9375rem;
    font-weight: 600;
    line-height: 1.53333;
    letter-spacing: -.3px;
    margin: 0
}

.wwdj-magazine-subscription .subscription-logo {
    width: 145.1px;
    height: 42.85px;
    margin: 19px 0;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(https://www.wwdjapan.com/wp-content/themes/wwdj-pc/assets/images/site-logo-white.png)
}

.wwdj-magazine-subscription .wwdj-button-primary {
    width: 149px;
    height: 36px
}

.wwdj-related-articles {
    padding: 16px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.wwdj-related-articles h2 {
    width: 100%;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.5625;
    margin: 0
}

.wwdj-related-articles .wwdj-post.contents-type-04 {
    width: 219px;
    border-top: none;
    margin-left: 16px
}

.wwdj-related-articles .wwdj-post.contents-type-04:nth-of-type(3n+1) {
    margin-left: 0
}

.wwdj-related-articles .wwdj-post.contents-type-04 .thumbnail {
    width: 219px;
    height: 114.8px;
    margin: 0
}

.wwdj-related-series {
    padding: 16px 0
}

.wwdj-related-series h2 {
    width: 100%;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.5625;
    margin: 0
}

.wwdj-related-series-parent>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.wwdj-related-series-child h2 {
    padding-bottom: 16px
}

.wwdj-related-series-child>div {
    border: 1px solid #d8d8d8;
    padding: 16px 0
}

.wwdj-related-series .wwdj-post.contents-type-04 {
    width: 219px;
    border-top: none;
    margin-left: 16px
}

.wwdj-related-series .wwdj-post.contents-type-04:nth-of-type(3n+1) {
    margin-left: 0
}

.wwdj-related-series .wwdj-post.contents-type-04 .thumbnail {
    width: 219px;
    height: 114.8px;
    margin: 0
}

.wwdj-related-series .wwdj-post.contents-type-05 {
    width: 100%;
    margin: 0;
    padding: 16px 16px 0;
    border-top: none
}

.wwdj-related-series .wwdj-post.contents-type-05:nth-of-type(3n+1) {
    padding-top: 0
}

.fancybox-inner .popup, div.popup_sub_galley, #modal {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    line-height: 22px;
    font-family: "Roboto",Arial,"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

body.wwd .pub_date:after {
    content: 'PR';
    display: inline;
    padding-left: .5em;
}
