@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
button,
hr,
input {
    overflow: visible
}

audio,
canvas,
progress,
video {
    display: inline-block
}

progress,
sub,
sup {
    vertical-align: baseline
}

[type=checkbox],
[type=radio],
legend {
    box-sizing: border-box;
    padding: 0
}

.cms-format ul,
ul {
    list-style-type: none
}

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    background: #fff
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
    display: block
}

h1 {
    margin: .67em 0
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

.drawer--sidebar,
.drawer--sidebar .drawer-contents,
.drawer-nav {
    background-color: #fff
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: ButtonText dotted 1px
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

.drawer-nav,
.drawer-overlay {
    top: 0;
    height: 100%;
    position: fixed
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

.drawer-brand,
.drawer-menu-item {
    display: block;
    text-decoration: none;
    color: #222
}

/*!------------------------------------*    Base
\*!------------------------------------*/
.drawer-nav {
    z-index: 101;
    overflow: scroll;
    width: 80vw;
    color: #222
}

.drawer-brand {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 3.75rem;
    padding-right: 15px;
    padding-left: 15px
}

.drawer-menu {
    margin: 0;
    padding: 0;
    list-style: none
}

.drawer-menu-item {
    font-size: 1rem;
    padding: 15px
}

.drawer-menu-item:hover {
    text-decoration: underline;
    color: #555;
    background-color: transparent
}

/*! overlay */
.drawer-overlay {
    z-index: 100;
    left: 0;
    display: none;
    width: 100%;
    background-color: rgba(0, 0, 0, .2)
}

.drawer-open .drawer-overlay {
    display: block
}

/*!------------------------------------*    Top
\*!------------------------------------*/
.drawer--top .drawer-nav {
    top: -100%;
    left: 0;
    width: 100%;
    height: auto;
    max-height: 100%;
    -webkit-transition: top .6s cubic-bezier(.19, 1, .22, 1);
    transition: top .6s cubic-bezier(.19, 1, .22, 1)
}

.drawer--top.drawer-open .drawer-nav {
    top: 0
}

.drawer--top .drawer-hamburger,
.drawer--top.drawer-open .drawer-hamburger {
    right: 0
}

/*!------------------------------------*    Left
\*!------------------------------------*/
.drawer--left .drawer-nav {
    left: -80vw;
    -webkit-transition: left .6s cubic-bezier(.19, 1, .22, 1);
    transition: left .6s cubic-bezier(.19, 1, .22, 1)
}

.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-nav,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
    left: 0
}

.drawer--left.drawer-open .drawer-hamburger {
    left: 80vw
}

/*!------------------------------------*    Right
\*!------------------------------------*/
.drawer--right .drawer-nav {
    right: -80vw;
    -webkit-transition: right .6s cubic-bezier(.19, 1, .22, 1);
    transition: right .6s cubic-bezier(.19, 1, .22, 1)
}

.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-nav,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
    right: 0
}

.drawer--right.drawer-open .drawer-hamburger {
    right: 80vw
}

/*!------------------------------------*    Hamburger
\*!------------------------------------*/
.drawer-hamburger {
    position: fixed;
    z-index: 104;
    top: 0;
    display: block;
    box-sizing: content-box;
    width: 24px;
    padding: 16px 15px 24px;
    -webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
    transition: all .6s cubic-bezier(.19, 1, .22, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border: 0;
    outline: 0;
    background-color: transparent
}

*,
.drawer-dropdown-menu,
.drawer-navbar-header {
    box-sizing: border-box
}

.drawer-hamburger:hover {
    cursor: pointer;
    background-color: transparent
}

.drawer-hamburger-icon {
    position: relative;
    display: block;
    margin-top: 10px
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
    width: 100%;
    height: 2px;
    -webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
    transition: all .6s cubic-bezier(.19, 1, .22, 1);
    background-color: #222
}

.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
    position: absolute;
    top: -7px;
    left: 0;
    content: ' '
}

.drawer-hamburger-icon:after {
    top: 7px
}

.drawer-open .drawer-hamburger-icon {
    background-color: transparent
}

.drawer-open .drawer-hamburger-icon:after,
.drawer-open .drawer-hamburger-icon:before {
    top: 0
}

.drawer-open .drawer-hamburger-icon:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.drawer-open .drawer-hamburger-icon:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

/*!------------------------------------*    accessibility
\*!------------------------------------*/
/*!
 * Only display content to screen readers
 * See: http://a11yproject.com/posts/how-to-hide-content
 */
.sr-only {
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

/*!
 * Use in conjunction with .sr-only to only display content when it's focused.
 * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
 * Credit: HTML5 Boilerplate
 */
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    overflow: visible;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0
}

/*!------------------------------------*    Sidebar
\*!------------------------------------*/
@media (min-width:64em) {
    .drawer--sidebar .drawer-hamburger {
        display: none;
        visibility: hidden
    }

    .drawer--sidebar .drawer-nav {
        display: block;
        -webkit-transform: none;
        transform: none;
        position: fixed;
        width: 12.5rem;
        height: 100%
    }

    /*! Left */
    .drawer--sidebar.drawer--left .drawer-nav {
        left: 0;
        border-right: 1px solid #ddd
    }

    .drawer--sidebar.drawer--left .drawer-contents {
        margin-left: 12.5rem
    }

    /*! Right */
    .drawer--sidebar.drawer--right .drawer-nav {
        right: 0;
        border-left: 1px solid #ddd
    }

    .drawer--sidebar.drawer--right .drawer-contents {
        margin-right: 12.5rem
    }

    /*! container */
    .drawer--sidebar .drawer-container {
        max-width: 48rem
    }
}

@media (min-width:75em) {
    .drawer--sidebar .drawer-nav {
        width: 80vw
    }

    .drawer--sidebar.drawer--left .drawer-contents {
        margin-left: 80vw
    }

    .drawer--sidebar.drawer--right .drawer-contents {
        margin-right: 80vw
    }

    /*! container */
    .drawer--sidebar .drawer-container {
        max-width: 60rem
    }
}

/*!------------------------------------*    Navbar
\*!------------------------------------*/
.drawer--navbarTopGutter {
    padding-top: 3.75rem
}

.drawer-navbar .drawer-navbar-header {
    border-bottom: 1px solid #ddd;
    background-color: #fff
}

.drawer-navbar {
    z-index: 102;
    top: 0;
    width: 100%
}

/*! .drawer-navbar modifier */
.drawer-navbar--fixed {
    position: fixed
}

.drawer-navbar-header {
    position: relative;
    z-index: 102;
    width: 100%;
    height: 3.75rem;
    padding: 0 15px;
    text-align: center
}

.drawer-navbar .drawer-brand {
    line-height: 3.75rem;
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    text-decoration: none
}

.drawer-navbar .drawer-brand:hover {
    background-color: transparent
}

.drawer-navbar .drawer-nav {
    padding-top: 3.75rem
}

.drawer-navbar .drawer-menu {
    padding-bottom: 7.5rem
}

@media (min-width:64em) {
    .drawer-navbar {
        height: 3.75rem;
        border-bottom: 1px solid #ddd;
        background-color: #fff
    }

    .drawer-navbar .drawer-navbar-header {
        position: relative;
        display: block;
        float: left;
        width: auto;
        padding: 0;
        border: 0
    }

    .drawer-navbar .drawer-menu--right {
        float: right
    }

    .drawer-navbar .drawer-menu li {
        float: left
    }

    .drawer-navbar .drawer-menu-item {
        line-height: 3.75rem;
        padding-top: 0;
        padding-bottom: 0
    }

    .drawer-navbar .drawer-hamburger {
        display: none
    }

    .drawer-navbar .drawer-nav {
        position: relative;
        left: 0;
        overflow: visible;
        width: auto;
        height: 3.75rem;
        padding-top: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    .drawer-navbar .drawer-menu {
        padding: 0
    }

    /*! dropdown */
    .drawer-navbar .drawer-dropdown-menu {
        position: absolute;
        width: 80vw;
        border: 1px solid #ddd
    }

    .drawer-navbar .drawer-dropdown-menu-item {
        padding-left: 15px
    }

    .drawer-container {
        max-width: 60rem
    }
}

/*!------------------------------------*    Dropdown
\*!------------------------------------*/
.drawer-dropdown-menu {
    display: none;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff
}

blockquote,
ol,
ul {
    margin-bottom: 1.5rem
}

blockquote,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
table,
ul {
    margin-top: 1.5rem
}

.drawer-dropdown-menu>li {
    width: 100%;
    list-style: none
}

.drawer-dropdown-menu-item {
    line-height: 3.75rem;
    display: block;
    padding: 0 15px 0 30px;
    text-decoration: none;
    color: #222
}

blockquote,
h1,
h2,
h3,
h4,
h5,
h6,
ol li,
ul li {
    line-height: 1.5rem
}

.drawer-dropdown-menu-item:hover {
    text-decoration: underline;
    color: #555;
    background-color: transparent
}

/*! open */
.drawer-dropdown.open>.drawer-dropdown-menu {
    display: block
}

/*! drawer-caret */
.drawer-dropdown .drawer-caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 4px;
    -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
    transition: opacity .2s ease, -webkit-transform .2s ease;
    transition: transform .2s ease, opacity .2s ease;
    transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

/*! open */
.drawer-dropdown.open .drawer-caret {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

/*!------------------------------------*    Container
\*!------------------------------------*/
.drawer-container {
    margin-right: auto;
    margin-left: auto
}

@media (min-width:75em) {
    .drawer-container {
        max-width: 70rem
    }
}

/*! Typebase.less v0.1.0 | MIT License */
@font-face {
    font-family: DINBEK-Bold;
    font-style: normal;
    font-weight: 500;
    src: url(../webfonts/DINBEK-Bold.eot?#iefix) format("embedded-opentype"), url(../webfonts/DINBEK-Bold.woff) format("woff"), url(../webfonts/DINBEK-Bold.ttf) format("truetype"), url(../webfonts/DINBEK-Bold.svg#svgFontName) format("svg")
}

html {
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: Noto Sans Japanese, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", meiryo, sans-serif;
    letter-spacing: .1em;
    font-weight: 400
}

@media (max-width:480px) {
    html {
        font-size: 55%
    }
}

body {
    font-size: 1.4rem;
    line-height: 130%
}

a {
    color: #ff9812
}

a:hover {
    color: rgba(255, 152, 18, .5)
}

p {
    line-height: 160%;
    margin-top: 1.5em;
    margin-bottom: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-top: 0;
    margin-bottom: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Noto Sans Japanese, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", meiryo, sans-serif;
    font-weight: 500;
    margin-bottom: 0
}

h1,
h2 {
    margin-top: 3rem
}

h1 {
    font-size: 4.242rem;
    line-height: 4.5rem
}

h2 {
    font-size: 2.828rem;
    line-height: 3rem
}

.lead,
h3 {
    font-size: 1.414rem
}

h4 {
    font-size: .707rem
}

h5 {
    font-size: .4713333333333333rem
}

h6 {
    font-size: .3535rem
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

table td,
table th {
    padding: 0;
    line-height: 33px
}

code {
    vertical-align: bottom
}

.hug {
    margin-top: 0
}

#news-archive ul.paging li a,
#sc-dt-news ul li .other .post-date,
#sc-dt-topics ul li .post-date,
#site-footer .copyright,
#static-page-header-container h1 .sub,
.custom-font,
.tag-game,
h1.article-header {
    letter-spacing: .12em;
    display: inline-block;
    font-family: DINBEK-Bold, Noto Sans Japanese, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", meiryo, sans-serif;
    -moz-osx-font-smoothing: grayscale
}

#news-archive ul.paging li html.win a,
#sc-dt-news ul li .other html.win .post-date,
#sc-dt-topics ul li html.win .post-date,
#site-footer html.win .copyright,
#static-page-header-container h1 html.win .sub,
html.win #news-archive ul.paging li a,
html.win #sc-dt-news ul li .other .post-date,
html.win #sc-dt-topics ul li .post-date,
html.win #site-footer .copyright,
html.win #static-page-header-container h1 .sub,
html.win .article-header,
html.win .custom-font,
html.win .tag-game,
html.win h1.article-header {
    -webkit-transform: rotate(.05deg);
    transform: rotate(.05deg)
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

* html .clearfix {
    height: 1%
}

.clearfix {
    display: block
}

@media (max-width:480px) {

    #news-archive ul.paging li a,
    #sc-dt-news ul li .other .post-date,
    #sc-dt-topics ul li .post-date,
    #site-footer .copyright,
    #static-page-header-container h1 .sub,
    .custom-font,
    .tag-game,
    h1.article-header {
        letter-spacing: .024em
    }

    .show-pc {
        display: none !important
    }
}

@media (min-width:481px) {
    .show-mobile {
        display: none !important
    }
}

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

ul {
    padding: 0;
    margin: 0
}

figure,
figure img {
    max-width: 100% !important
}

h1.article-header {
    font-size: 3rem;
    margin-top: 0;
    margin-bottom: 15px
}

h1.article-header .sub {
    letter-spacing: .1em;
    font-family: Noto Sans Japanese, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", meiryo, sans-serif;
    font-size: 1.4rem
}

#sc-dt-news ul li .thumbnail,
#sc-dt-topics ul li .thumbnail,
.news-thumbnail {
    border-radius: 10px;
    overflow: hidden
}

#sc-dt-news ul li .thumbnail img,
#sc-dt-topics ul li .thumbnail img,
.news-thumbnail img {
    width: 100%;
    overflow: hidden
}

.tag-game {
    border-left: 4px solid #eee;
    padding-left: .7em;
    font-size: 1.4rem;
    font-weight: 500
}

#topics-updater .toggle i,
#topics-updater form[name=topic-ids] label {
    font-size: 1.2rem
}

@media (max-width:480px) {

    #sc-dt-news ul li .thumbnail,
    #sc-dt-topics ul li .thumbnail,
    .news-thumbnail {
        overflow: hidden;
        border-radius: 5px
    }

    .tag-game {
        border-width: 3px;
        padding-left: 5px;
        font-size: 1.2rem
    }
}

.social-links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.social-links ul li a {
    display: block;
    text-indent: 1000%;
    white-space: nowrap;
    overflow: hidden;
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
    margin: 0px 11px;
}

.social-links ul li a.twitter {
    background-image: url(../images/twitter.png);
    background-repeat: no-repeat;
	background-position: center;
    background-size: contain;
}

.social-links ul li a.twitter.white {
    background-image: url(../images/dngweb_sns_twitter_white.png);
    background-color: #000;
    background-size: 1.3em;
    background-position: center;
}

.social-links ul li a.youtube {
    background-image: url(../images/youtube.png);
    background-repeat: no-repeat;
	background-position: center;
    background-size: contain;
}

.social-links ul li a.youtube.white {
    background-image: url(../images/dngweb_sns_youtube_white.png);
    background-color: #000;
    background-size: 1.3em;
    background-position: center;
}

.social-links ul li a.openrec {
    background-image: url(../images/dngweb_sns_openrec.png);
    background-repeat: no-repeat
}

.social-links ul li a.facebook {
    background-image: url(../images/dngweb_sns_facebook.png);
    background-repeat: no-repeat
}
.social-links ul li a.facebook.white {
    background-image: url(../images/dngweb_sns_facebook_white.png);
    background-color: #000;
    background-size: 1.3em;
    background-position: center;
}

.edit-link .post-edit-link,
.edit-post-link .post-edit-link {
    margin-top: 3em;
    display: inline-block;
    background: #F44336;
    color: #fff;
    padding: 5px 15px;
    text-decoration: none
}

.edit-link .post-edit-link:before,
.edit-post-link .post-edit-link:before {
    font-family: "Material Icons";
    content: "\e254";
    margin-right: .5em
}

.edit-link .post-edit-link:hover,
.edit-post-link .post-edit-link:hover {
    opacity: .8
}

.share-buttons {
    margin-top: 10rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.share-buttons li {
    background-size: 264px 35px
}

.share-buttons li a {
    display: block;
    text-indent: 1000%;
    overflow: hidden;
    white-space: nowrap;
    width: 264px;
    height: 35px
}

.share-buttons .twitter {
    background-image: url(../images/btn_twitter_share.png)
}

.share-buttons .twitter:hover {
    background-image: url(../images/btn_twitter_share_hover.png)
}

.share-buttons .facebook {
    background-image: url(../images/btn_facebook_share.png)
}

.share-buttons .facebook:hover {
    background-image: url(../images/btn_facebook_share_hover.png)
}

.share-buttons .line {
    background-image: url(../images/btn_line_share.png)
}

.share-buttons .line:hover {
    background-image: url(../images/btn_line_share_hover.png)
}

@media (max-width:480px) {
    .share-buttons {
        display: block;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
        text-align: center
    }

    .share-buttons li {
        display: inline-block;
        margin-bottom: .5em !important
    }

    .nextend-arrow-next,
    .nextend-arrow-previous {
        display: none !important
    }
}

#topics-updater {
    margin-bottom: 1em;
    text-align: right
}

#topics-updater .toggle {
    width: 200px;
    margin-left: auto;
    font-size: 1.2rem;
    text-decoration: none;
    background: #F44336;
    padding: 2px 5px;
    color: #fff
}

#topics-updater form[name=topic-ids] {
    text-align: left;
    padding: 10px;
    background: #eee;
    display: none
}

#topics-updater form[name=topic-ids] input {
    width: 240px;
    margin: 10px 0
}

#content-main .dt-related-posts {
    margin-top: 60px
}

#content-main .dt-related-posts h1 {
    font-size: 3rem;
    padding-bottom: 0.5em;
}

#content-main .dt-related-posts ul {
    list-style: none;
    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
}

#content-main .dt-related-posts ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24%;
    flex: 0 0 24%;
    margin-bottom: 15px;
    padding: 0;
    text-indent: 0
}

#content-main .dt-related-posts ul li a {
    display: block;
    line-height: 1.1;
    text-decoration: none;
    color: #595757
}

#content-main .dt-all-members .icon-game:empty,
#content-main .dt-related-posts ul li:before {
    display: none
}

#content-main .dt-related-posts ul li a img {
    border-radius: 5px;
    margin-bottom: 5px
}

#content-main .dt-related-posts ul li a:hover {
    color: #ff9812
}

#content-main .dt-all-members li {
    margin-bottom: 8px
}

#content-main .dt-all-members a {
    color: #000;
    line-height: 18px;
    text-decoration: none
}

#content-main .dt-all-members a:hover {
    color: #ff9812
}

#content-main .dt-all-members .handlename {
    font-size: 1.4rem;
    margin-right: 1.4rem;
    line-height: 18px
}

#content-main .dt-all-members .icon-game {
    line-height: 18px;
    margin-right: 10px;
    margin-bottom: 0;
    font-size: 1.3rem;
    padding: 0 5px;
    text-align: center;
    display: inline-block;
    color: #fff !important;
    text-decoration: none !important
}

#breadcrumbs-container ul,
#breadcrumbs-container ul li,
#content {
    display: -webkit-box;
    display: -ms-flexbox
}

body {
    padding-top: 75px
}

@media (max-width:480px) {
    #content-main .dt-related-posts ul li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%
    }

    body {
        padding-top: 50px
    }
}

#breadcrumbs-container ul,
.container {
    width: 1200px;
    margin: auto;
    padding: 0 10px
}

#page {
    min-width: 1200px
}

@media (max-width:480px) {

    #breadcrumbs-container ul,
    .container {
        width: 100%
    }

    #page {
        min-width: 0
    }
}

#content {
    display: flex
}

#content #content-main {
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
    -ms-flex-preferred-size: 880px;
    flex-basis: 880px;
    padding-top: 60px
}

#content #content-aside {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    width: 300px;
    padding-top: 60px
}

#static-page-header-container {
    background: #00aaea;
    color: #fff;
    padding: 1em 0
}

#static-page-header-container h1 {
    overflow: hidden;
    font-size: 2rem;
    line-height: 2.8rem
}

#static-page-header-container h1 .sub {
    margin-left: 15px;
    font-size: 1.5rem
}

@media (max-width:480px) {
    #content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    #content #content-main {
        -webkit-box-flex: 1;
        -ms-flex: 1 0;
        flex: 1 0;
        padding-top: 30px;
        padding-right: 0
    }

    #content #content-aside {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 100%
    }

    #static-page-header-container {
        padding: 1.5em 0
    }

    #static-page-header-container h1 {
        font-size: 1.6rem;
        line-height: 2rem
    }
}

#breadcrumbs-container {
    background: #eee
}

#breadcrumbs-container ul {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #666;
    overflow: hidden
}

#breadcrumbs-container ul li {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#breadcrumbs-container ul li:before {
    font-family: "Material Icons";
    content: "\e5cc";
    margin-right: 0;
    position: relative;
    top: 2px
}

#breadcrumbs-container ul li a {
    display: inline-block;
    white-space: nowrap;
    color: #666;
    text-decoration: none;
    padding: 1em .5em
}

#breadcrumbs-container ul li:first-child:before {
    display: none
}

#content-main .livelist-all ul {
    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
}

#content-main .livelist-all ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    position: relative;
    padding: 5px !important;
    margin: 0 !important
}

@media (max-width:480px) {
    #breadcrumbs-container ul {
        overflow: scroll
    }

    #content-main .livelist-all ul li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

#content-main .livelist-all ul .tag>a {
    padding: 3px;
    display: block;
    background: #f0f0f0;
    color: #000;
    text-decoration: none
}

#content-main .livelist-all ul .last-played {
    display: none;
    font-size: 1rem
}

#content-main .livelist-all .icon-news {
    line-height: 120%;
    margin-left: 3px
}

body.admin-bar #site-header {
    top: 32px;
	  border-bottom: solid 1px black;
}

@media screen and (max-width:782px) {
    body.admin-bar #site-header {
        top: 0
    }
}

body.drawer-open #site-header nav {
    opacity: .1
}

#site-header {
    position: fixed;
    top: 0;
    z-index: 99;
    background: #fff;
    min-width: 1200px;
    width: 100%;
    border-bottom: 1px solid #000000;
}

#site-header * {
    -webkit-transition: all .3s;
    transition: all .3s
}

#breadcrumbs-container #site-header ul,
#site-header #breadcrumbs-container ul,
#site-header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 75px;
    padding: 0 24px;
    margin: auto
}

#breadcrumbs-container #site-header ul .drawer-toggle,
#site-header #breadcrumbs-container ul .drawer-toggle,
#site-header .container .drawer-toggle {
    display: none
}

#site-header .container .logo {
    padding: 0 45px 0 20px;
}

#breadcrumbs-container #site-header ul .logo,
#site-header #breadcrumbs-container ul .logo,
#site-header .container .logo {
    text-align: center
}

#breadcrumbs-container #site-header ul .logo img,
#site-header #breadcrumbs-container ul .logo img,
#site-header .container .logo img {
    width: 300px;
    height: 60px
}

#site-header .container {
	width: auto;
}


@media (min-width:481px) {
	#site-header .container .logo {
		display: flex;
		align-items: center;
		border-right: solid 1px black;
		padding: 0 45px;
	}

}

#site-header .container .logo img {
	width: 200px;
    height: auto;
}


#breadcrumbs-container #site-header ul [flex],
#site-header #breadcrumbs-container ul [flex],
#site-header .container [flex] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

#breadcrumbs-container #site-header ul nav,
#site-header #breadcrumbs-container ul nav,
#site-header .container nav {
    width: 620px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow: hidden;
    /* margin-right: 300px; */
}

#breadcrumbs-container #site-header ul nav ul,
#site-header #breadcrumbs-container ul nav ul,
#site-header .container nav ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-start;
    margin-left: 24px; 
}

@font-face {
	font-family: Oswald;
	font-style: normal;
	font-weight: 500;
	src: url(../webfonts/Oswald-Medium.ttf) format("truetype");
}

@media (min-width:481px) {
	#site-header .logo-nav-wrap {
		display: flex;	
		height: 75px
	}
}

#site-header .nav-box {
	display: flex;
}

#site-header #menu-mainmenu li a {
	font-family: Oswald;
	font-weight: 500;
}

.container #menu-mainmenu li.icon-external a {
    background-image: url(../images/link.png);
    background-repeat: no-repeat;
    background-size: 0.8em;
    background-position: top 17px right 6px;
    text-indent: 0%;
    width: auto;
    height: auto;
}

#breadcrumbs-container #site-header ul nav ul li a,
#site-header #breadcrumbs-container ul nav ul li a,
#site-header .container nav ul li a {
    display: block;
    padding: 15px 19px;
    color: #000;
    text-decoration: none;
    font-weight: 1000;
    font-size: 1.5rem
}

#breadcrumbs-container #site-header ul nav ul li a:hover,
#site-header #breadcrumbs-container ul nav ul li a:hover,
#site-header .container nav ul li a:hover {
    color: #2567FD;
    text-decoration: none
}

#breadcrumbs-container #site-header ul nav ul li a:active,
#breadcrumbs-container #site-header ul nav ul li a:focus,
#site-header #breadcrumbs-container ul nav ul li a:active,
#site-header #breadcrumbs-container ul nav ul li a:focus,
#site-header .container nav ul li a:active,
#site-header .container nav ul li a:focus {
    color: #2567FD
}

#breadcrumbs-container #site-header ul .social-links li,
#site-header #breadcrumbs-container ul .social-links li,
#site-header .container .social-links li {
}

#breadcrumbs-container #site-header ul .social-links li a,
#site-header #breadcrumbs-container ul .social-links li a,
#site-header .container .social-links li a {
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
    margin-left: 8px;
}

#site-header .container .social-links li a {
	background-size: contain;
}

@media (min-width:481px) {
    #site-header.minimize {
        box-shadow: 0 0 2px rgba(0, 0, 0, .3)
    }

    #breadcrumbs-container #site-header.minimize ul,
    #site-header.minimize #breadcrumbs-container ul,
    #site-header.minimize .container {
        height: 75px
    }

    #breadcrumbs-container #site-header.minimize ul nav ul a,
    #site-header.minimize #breadcrumbs-container ul nav ul a,
    #site-header.minimize .container nav ul a {
        font-size: 15px;
    }

    #site-header.minimize .logo img {
        width: 200px;
        height: auto
    }
}

@media (max-width:480px) {
    #site-header {
        position: fixed;
        top: 0;
        min-width: 0;
        box-shadow: 0 0 2px rgba(0, 0, 0, .3)
    }

    #breadcrumbs-container #site-header ul,
    #site-header #breadcrumbs-container ul,
    #site-header .container {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 50px;
        position: static;
        background: #fff
    }

    #breadcrumbs-container #site-header ul .drawer-toggle,
    #site-header #breadcrumbs-container ul .drawer-toggle,
    #site-header .container .drawer-toggle {
        display: block 
    }

    #breadcrumbs-container #site-header ul .logo,
    #site-header #breadcrumbs-container ul .logo,
    #site-header .container .logo,
    nav.drawer-nav .logo {
        text-align: center;
        padding-top: 10px
    }

    #breadcrumbs-container #site-header ul .logo img,
    #site-header #breadcrumbs-container ul .logo img,
    #site-header .container .logo img,
    nav.drawer-nav .logo img {
        width: auto;
        height: 30px
    }

    #breadcrumbs-container #site-header ul nav,
    #site-header #breadcrumbs-container ul nav,
    #site-header .container nav {
        width: 100%;
        overflow: visible;
        position: static;
        margin-bottom: 16px;
        margin-right: 0;
    }

    #breadcrumbs-container #site-header ul nav ul,
    #site-header #breadcrumbs-container ul nav ul,
    #site-header .container nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    #breadcrumbs-container #site-header ul nav ul li:first-child,
    #site-header #breadcrumbs-container ul nav ul li:first-child,
    #site-header .container nav ul li:first-child {
        display: none
    }

    #breadcrumbs-container #site-header ul nav ul li a,
    #site-header #breadcrumbs-container ul nav ul li a,
    #site-header .container nav ul li a {
        padding: 0 3px;
        display: block;
        font-size: 1.2rem
    }

    #site-header .container nav ul li.icon-external a {
        background-image: url(../images/link.png);
        background-repeat: no-repeat;
        background-size: 0.8em;
        background-position: top 2px right 20px;
        text-indent: 0%;
        padding: 0px 30px 0px 0px !important;
        width: auto;
        height: auto;
    }

    #breadcrumbs-container #site-header.minimize ul,
    #site-header.minimize #breadcrumbs-container ul,
    #site-header.minimize .container {
        height: 50px
    }

    #breadcrumbs-container #site-header.minimize ul .logo img,
    #site-header.minimize #breadcrumbs-container ul .logo img,
    #site-header.minimize .container .logo img {
        height: 30px
    }

    #breadcrumbs-container #site-header.minimize ul nav ul,
    #site-header.minimize #breadcrumbs-container ul nav ul,
    #site-header.minimize .container nav ul {
        display: none
    }

    #header-search-form {
        position: absolute;
        top: 3px;
        right: 0
    }
}

#header-search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-appearance: none;
    padding: 0;
    margin: 0;
    height: 45px
}

#header-search-form button {
    cursor: pointer;
    outline: 0;
    -webkit-appearance: none;
    padding: 0;
    margin: 0;
    border: 0;
    width: 45px;
    z-index: 11;
    background: #fff
}

#header-search-form button i {
    -webkit-transition: all 0s;
    transition: all 0s;
    line-height: 45px;
    verticl-align: middle
}

#header-search-form .expand {
    position: absolute;
    right: -600px;
    top: 0;
    padding: 0;
    z-index: 10
}

#header-search-form .expand input {
    -webkit-appearance: none;
    box-sizing: border-box;
    width: 550px;
    border-radius: 0;
    margin: 0;
    padding: 0 0 0 .5em;
    box-shadow: none;
    background: #fcfcfc;
    line-height: 43px;
    border: 1px solid transparent
}

#header-search-form .expand i {
    opacity: .5;
    cursor: pointer;
    position: absolute;
    line-height: 45px;
    top: 0;
    right: 15px
}

nav.drawer-nav li,
nav.drawer-nav ul.navbar-nav li {
    position: relative
}

#header-search-form.focus button {
    position: relative;
    color: #fff;
    background: #00aaea
}

#header-search-form.focus .expand {
    right: 35px
}

#n2-ss-1-align {
    min-width: 1200px
}

@media (max-width:480px) {
    #header-search-form .expand input {
        font-size: 16px;
        width: 70vw
    }

    #n2-ss-1-align {
        min-width: 0;
        width: 100%
    }
}

.show-pc .navbar-nav > li {
    display: flex;
    align-items: center;
}

ul.drawer-menu ul.navbar-nav  {
    margin-top: 10px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
nav.drawer-nav li + li {
    border-top: 1px solid #ddd;
}

nav.drawer-nav li a {
    display: block;
    padding: 18px 15px;
    font-size: 2rem;
    color: #000;
    text-decoration: none;
    font-family: Oswald;
}

nav.drawer-nav li.noborder {
    border-bottom: 0
}

nav.drawer-nav ul.drawer-menu ul.navbar-nav li.icon-external a {
    position: relative;
    background-image: url(../images/link.png);
    background-repeat: no-repeat;
    background-size: 0.8em;
    background-position: top 18px left 66px !important;
    text-indent: 0%;
    padding: 18px 33px 18px 15px !important;
    width: auto;
    height: auto;
}

nav.drawer-nav ul.drawer-menu ul.navbar-nav li a:after {
    content: '>';
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 16px;
    height: 16px;
    padding-right: 6px;
    padding-left: 6px;
    background-color: #2567FD;
    border-radius: 50%;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    transform: translateY(-50%);
    box-sizing: border-box;
}

nav.drawer-nav div.social-links ul {
    margin: auto;
    width: 80%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

nav.drawer-nav div.social-links li {
    border-bottom: none !important
}

#pagetop-link {
    position: fixed;
    bottom: 15px;
    right: 15px;
    background-image: url(../images/btn_pagetop.png);
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
    z-index: 100;
    text-indent: 1000%;
    white-space: nowrap;
    overflow: hidden;
    display: none;
    cursor: pointer
}

#site-footer {
    margin-top: 150px;
    color: #666;
    border-top: 1px solid #666
}

#site-footer .copyright {
    display: block;
    text-align: center;
    width: 500px;
    font-family: Oswald;
    color: black;
    font-size: 11px;
}

#site-footer .index-game-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 2em 0;
    font-family: Oswald;
}

#site-footer .index-game-links .games,
#site-footer .index-game-links .site-index {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 39%;
    flex: 0 0 55%;
    margin-bottom: 15px
}

#site-footer .index-game-links .social-links {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 19%;
    flex: 0 0 19%;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-bottom: 15px
}

@media (max-width:480px) {
    #site-footer {
        margin-top: 50px
    }

    #site-footer .index-game-links {
        display: block
    }

    #site-footer .index-game-links .social-links {
        margin-top: 3em
    }

    #site-footer .index-game-links .social-links ul {
        margin: auto;
        width: 280px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    #content-aside {
        margin-top: 0
    }
}

#site-footer .index-game-links .games h3,
#site-footer .index-game-links .site-index h3 {
    font-size: 1.6rem;
    color: #333;
    margin-bottom: 2em
}

#site-footer .index-game-links .games ul,
#site-footer .index-game-links .site-index ul {
    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;
    padding-bottom: 1em;
    font-weight: normal;
}

#site-footer .index-game-links .games ul li,
#site-footer .index-game-links .site-index ul li {
    line-height: 120%;
    width: 50%;
    margin-bottom: 1em
}

#site-footer .index-game-links .games a,
#site-footer .index-game-links .site-index a {
    display: block;
    color: #000;
    text-decoration: none;
    vertical-align: bottom;
    padding-left: 1.2em;
    position: relative
}

#news-archive ul.categories li a,
.icon-news {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", meiryo, sans-serif;
    white-space: nowrap
}

.icon-news {
    background: none;
    font-family: Oswald;
    color: #a1a1a1;
}

#site-footer .edit-post-link {
    text-align: center;
    padding: 1em 0
}

#content-aside h1 {
    display: none
}

#content-aside .sc-dt-pickup ul li {
    margin-bottom: 15px
}

#content-aside .sc-dt-pickup ul li a {
    display: block;
    border-radius: 10px;
    overflow: hidden
}

.icon-news {
    margin: 0 5px 3px 0;
    font-size: 1.4rem;
    letter-spacing: -.05em;
    color: #969696;
    display: inline-block;
    font-family: Oswald;
}

#news-archive ul.categories {
    padding: 0;
    margin: 0
}

#news-archive ul.categories li {
    display: block;
    float: left;
    width: 50%;
    padding: 0 5px 5px 0
}

#news-archive ul.categories li a {
    border: 1px solid transparent;
    display: block;
    border-radius: 5px;
    background: #eee;
    padding: 7px 3px;
    text-align: center;
    color: #000;
    text-decoration: none;
    font-size: 1.2rem;
    letter-spacing: -.03em;
    overflow: hidden
}

@media (min-width:370px) {
    #news-archive ul.categories li {
        width: 33%
    }
}

@media (min-width:480px) {
    #news-archive ul.categories li {
        width: 14.2857%
    }
}

#news-archive ul.categories li a:hover {
    border: 1px solid #00aaea
}

#news-archive ul.categories li.current a {
    background: #00aaea;
    color: #fff
}

#news-archive ul.news.no-margin {
    padding-top: 0
}

#news-archive ul.news {
    clear: both;
    padding-top: 1rem;
    font-size: 1.5rem;
    margin-bottom: 3rem
}

#news-archive ul.news li {
    margin-bottom: .9em;
    padding-bottom: .7em;
    border-bottom: 1px dotted #aaa;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#news-archive ul.news li a.news-link {
    color: #000;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#news-archive ul.news li a.news-link:hover * {
    color: rgba(0, 0, 0, .5)
}

#news-archive ul.news li .border {
    width: 1px;
    overflow: hidden;
    height: 30px;
    border-left: 1px solid #ccc
}

#news-archive ul.news li .date {
    letter-spacing: .05em;
    width: 100px;
    position: relative
}

#news-archive ul.news li .title {
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
    line-height: 130%;
    padding-left: 20px;
    padding-right: 20px
}

#news-archive ul.news li .game-tag {
    width: 200px;
    padding-right: 1em;
    padding-left: 20px
}

#news-archive ul.news li .game-tag .tag-game {
    padding-left: 5px;
    font-family: Noto Sans Japanese, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", meiryo, sans-serif;
    font-weight: 400;
    letter-spacing: 0
}

@media (max-width:480px) {

    #news-archive ul.news li,
    #news-archive ul.news li a.news-link {
        display: block
    }

    #news-archive ul.news li .date {
        color: #595757;
        margin-bottom: .3em
    }

    #news-archive ul.news li .title {
        padding: 0;
        margin-bottom: .5em
    }

    #news-archive ul.news li .border {
        display: none
    }

    #news-archive ul.news li .game-tag {
        width: 100%;
        text-align: right;
        padding: 0
    }
}

#news-archive ul.paging {
    margin-bottom: 3rem;
    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
}

#news-archive ul.paging li {
    display: block
}

#news-archive ul.paging li a {
    color: #aaa;
    text-decoration: none;
    padding: 7px 10px;
    display: block;
    font-size: 1.7rem;
    text-align: center
}

#news-archive ul.paging li a:hover,
#news-archive ul.paging li.current a {
    color: #00aaea
}

@media (max-width:480px) {
    #news-archive ul.paging {
        overflow: scroll;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    #news-archive ul.paging li {
        font-size: 2rem
    }

    #news-archive ul.paging li a {
        padding: 15px
    }
}

#post-custom-team .team-members {
    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;
    list-style-type: none;
    padding: 0
}

#post-custom-team .team-members>li {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 125px;
    flex: 1 0 125px;
    margin-bottom: 15px
}

#post-custom-team .team-members>li a {
    font-size: 1.7rem;
    color: #000;
    text-decoration: none
}

#post-custom-team .team-members>li img {
    border-radius: 10px;
    overflow: hidden;
    width: 125px;
    margin-bottom: 5px
}

#post-custom-team .team-members>li .handlename {
    color: #000;
    line-height: 1.7rem;
    margin-bottom: .2em;
    margin-top: .2em
}

#post-custom-team .team-members>li .ingamename {
    color: #aaa;
    font-size: 1.3rem;
    line-height: 1.3rem
}

#post-custom-team .team-members>li .position {
    color: #00aaea;
    font-size: 1.3rem;
    line-height: 1.3rem
}

#post-custom-team .team-members>li .name {
    text-align: left;
    padding-right: 1em
}

#news-archive ul.paging #post-custom-team .team-members>li a,
#post-custom-team #news-archive ul.paging .team-members>li a,
#post-custom-team #sc-dt-news ul .team-members>li .other .post-date,
#post-custom-team #sc-dt-topics ul .team-members>li .post-date,
#post-custom-team .team-members>li #site-footer .copyright,
#post-custom-team .team-members>li #static-page-header-container h1 .sub,
#post-custom-team .team-members>li .custom-font,
#post-custom-team .team-members>li .tag-game,
#post-custom-team .team-members>li h1.article-header,
#sc-dt-news ul #post-custom-team .team-members>li .other .post-date,
#sc-dt-topics ul #post-custom-team .team-members>li .post-date,
#site-footer #post-custom-team .team-members>li .copyright,
#static-page-header-container h1 #post-custom-team .team-members>li .sub {
    display: block;
    letter-spacing: .05em
}

#post-custom-team .team-members>li:empty {
    height: 0;
    border: none
}

@media (max-width:480px) {
    #post-custom-team .team-members>li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
        flex: 0 0 32%
    }

    #post-custom-team .team-members>li a {
        font-size: 1.3rem
    }

    #post-custom-team .team-members>li img {
        width: 100%
    }

    #news-archive ul.paging #post-custom-team .team-members>li a,
    #post-custom-team #news-archive ul.paging .team-members>li a,
    #post-custom-team #sc-dt-news ul .team-members>li .other .post-date,
    #post-custom-team #sc-dt-topics ul .team-members>li .post-date,
    #post-custom-team .team-members>li #site-footer .copyright,
    #post-custom-team .team-members>li #static-page-header-container h1 .sub,
    #post-custom-team .team-members>li .custom-font,
    #post-custom-team .team-members>li .tag-game,
    #post-custom-team .team-members>li h1.article-header,
    #sc-dt-news ul #post-custom-team .team-members>li .other .post-date,
    #sc-dt-topics ul #post-custom-team .team-members>li .post-date,
    #site-footer #post-custom-team .team-members>li .copyright,
    #static-page-header-container h1 #post-custom-team .team-members>li .sub {
        letter-spacing: 0
    }
}

.cms-format * {
    overflow-wrap: break-word
}

.cms-format .alignright {
    float: right;
    margin: 0 0 20px 20px
}

.cms-format .alignleft {
    float: left;
    margin: 0 20px 20px 0
}

.cms-format hr {
    border: none;
    border-bottom: 2px dotted #aaa;
    padding-top: 1em;
    margin-bottom: 1em;
    clear: both
}

.cms-format p {
    line-height: 160%;
    margin-top: 1em;
    margin-bottom: 1.5em
}

.cms-format ol li {
    margin-bottom: .2em
}

.cms-format ol.list-unstyled li:before,
.cms-format ul.list-unstyled li:before {
    display: none
}

.cms-format ol.list-unstyled li,
.cms-format ul.list-unstyled li {
    padding-left: 0;
    text-indent: 0
}

.cms-format ol li img {
    margin: 1em 0
}

.cms-format h1 {
    clear: both;
    font-size: 2.6rem;
    color: #000;
    line-height: 3rem;
    margin-bottom: 1em;
    font-weight: 600
}

@media (max-width:480px) {
    .cms-format h1 {
        font-size: 2.2rem;
        line-height: 2.4rem
    }
    .cms-format p {
        line-height: 200%;
    }
}

.cms-format h2 {
    clear: both;
    color: #000;
    font-size: 1.9rem;
    padding-left: 1em;
    margin-bottom: 1.5em;
    line-height: 2.4rem;
    position: relative
}

.cms-format h2:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 6px;
    content: " ";
    color: transparent;
    background: #00aaea;
    border-radius: 3px;
    margin-right: .5em
}

@media (max-width:480px) {
    .cms-format h2 {
        line-height: 2rem
    }
}

.cms-format h3,
.cms-format h4 {
    margin-bottom: 1.5em;
    line-height: 2.6rem;
    color: #000;
    position: relative
}

.cms-format h3 {
    font-size: 1.6rem
}

.cms-format h4 {
    font-size: 1.5rem
}

.cms-format dl {
    font-size: 1.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.cms-format dl dd+dd,
.cms-format dl dd:empty,
.cms-format dl dt:empty {
    display: none
}

.cms-format dl dt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    color: #000;
    font-size: 1em;
    padding: 5px;
    margin: 0 0 8px;
    background: #f0f0f0;
    word-wrap: break-word
}

.cms-format dl dd {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    padding: 0 0 0 1em;
    margin: 0 0 8px
}

@media (max-width:480px) {
    .cms-format dl {
        display: block
    }

    .cms-format dl dd {
        padding: 0 .5em 1em
    }
}

.cms-format dl.block {
    display: block
}

.cms-format dl.block dd {
    padding: 0 .5em 1em
}

.cms-format table {
    margin: 2em 0
}

.cms-format table.m,
.cms-format table.n {
    width: 100%;
    border-collapse: separate;
    border-spacing: 5px
}

.cms-format table.m caption,
.cms-format table.n caption {
    color: #fff;
    padding: 0 !important;
    text-align: center
}

.cms-format table.m td,
.cms-format table.n td {
    background: #eaf9ff
}

.cms-format table.m td,
.cms-format table.m th,
.cms-format table.n td,
.cms-format table.n th {
    padding: 1rem !important;
    line-height: 130% !important
}

.cms-format table.n th {
    text-align: center;
    background: #00aaea !important;
    color: #fff !important
}

.cms-format table.m th {
    text-align: center !important;
    border-left: 5px solid #00aaea;
    color: #00aaea
}

@media screen and (max-width:480px) {

    .cms-format table.m td,
    .cms-format table.m th,
    .cms-format table.n td,
    .cms-format table.n th {
        padding: .2rem !important;
        line-height: 130% !important
    }

    .cms-format table.m th {
        text-align: center !important;
        border-left: 2px solid #00aaea;
        color: #00aaea
    }
}

.cms-format #dt-archive-container>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.cms-format #dt-archive-container>ul>li {
    width: 33.3%;
    padding: 0 15px 15px 0
}

.cms-format #dt-archive-container>ul>li .title a {
    display: block;
    color: #000;
    font-weight: 600;
    text-decoration: none;
    line-height: 120%;
    margin-bottom: 5px
}

.dt-single-post .meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.dt-single-post .meta .tag span {
    display: block;
    line-height: 1.8rem;
    font-size: 1.8rem;
    font-family: 'Oswald';
}

.dt-single-post .meta .date {
    font-size: 1.8rem;
    color: #2567FD;
    font-family: 'Oswald';
}

.dt-single-post h1.entry-title {
    font-weight: 600;
    font-size: 2.6rem;
    line-height: 3.4rem;
    margin-bottom: 2em;
    font-family: 'Oswald';
}

@media (max-width:480px) {
    .cms-format #dt-archive-container>ul>li {
        width: 50%;
    }

    .dt-single-post h1.entry-title {
        font-size: 2.2rem;
        line-height: 2.4rem
    }
}

.dt-single-post .entry-eyecatch {
    text-align: center;
    font-size: 2.6rem;
    margin-bottom: 2.5em
}

.dt-single-post .entry-rel-links-wrap .caption,
.dt-single-post .entry-tags-wrap .caption {
    color: #595757;
    padding-bottom: .5em;
    border-bottom: 1px solid #aaa;
    margin-bottom: 1em
}

.dt-single-post .entry-eyecatch:empty {
    display: none
}

.dt-single-post .entry-rel-links-wrap {
    margin-top: 5em
}

.dt-single-post .entry-tags-wrap {
    margin-top: 3em
}

.dt-single-post .entry-tags-wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.dt-single-post .entry-tags-wrap ul li {
    margin-right: 5px;
    margin-bottom: 5px
}

.dt-single-post .entry-tags-wrap ul li a {
    border: 1px solid transparent;
    display: block;
    border-radius: 5px;
    background: #eee;
    padding: 7px 15px;
    text-align: center;
    color: #000;
    text-decoration: none;
    font-size: 1.2rem;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", meiryo, sans-serif;
    letter-spacing: -.03em;
    white-space: nowrap;
    overflow: hidden
}

.dt-single-post .entry-tags-wrap ul li a:hover {
    color: #fff;
    background: #00aaea
}

.dt-single-team-member header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 2em;
    border-bottom: 2px dotted #aaa;
    margin-bottom: 2em
}

.dt-single-team-member header .left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px
}

.dt-single-team-member header .left img {
    width: 100%;
    overflow: hidden;
    border-radius: 10px
}

@media (max-width:480px) {
    .dt-single-team-member header .left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
        flex: 0 0 80px;
        width: 80px
    }
}

.dt-single-team-member header .right {
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
    padding-left: 30px
}

@media (max-width:480px) {
    .dt-single-team-member header .right {
        padding-left: 15px
    }
}

.dt-single-team-member header .right .meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px
}

.dt-single-team-member header .right .meta [flex] {
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0
}

.dt-single-team-member header .right .meta ul {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.dt-single-team-member header .right .team {
    font-size: 1.6rem;
    line-height: 1.6rem;
    margin: 0;
    color: #00aaea
}

.dt-single-team-member header .right .team a {
    color: #00aaea;
    text-decoration: none
}

.dt-single-team-member header .right h1 {
    margin: 3px 0;
    padding: 0;
    font-size: 3.6rem;
    line-height: 3.6rem;
    letter-spacing: .05em
}

.dt-single-team-member header .right .description {
    margin-top: 20px;
    color: #595757
}

@media (max-width:480px) {
    .dt-single-team-member header .right .description {
        margin-top: 10px
    }
}

.dt-single-team-member header .right .description p {
    margin: 0 0 .3em
}

.dt-single-team-member header .right .description .dob {
    color: #000;
    font-weight: 600;
    margin-bottom: .5em
}

.dt-single-team-member header .right .social-links.show-mobile {
    padding-top: 15px
}

.dt-single-team-member .introduction {
    color: #595757;
    padding-bottom: 2em;
    border-bottom: 2px dotted #aaa;
    margin-bottom: 2em;
    padding-left: 1em;
    padding-right: 1em
}

.dt-single-team-member .devices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 2em;
    border-bottom: 2px dotted #aaa;
    margin-bottom: 2em
}

.dt-single-team-member .devices li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    margin-bottom: 1.5em
}

@media (max-width:480px) {
    .dt-single-team-member .devices li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 90px;
        flex: 0 0 90px
    }
}

.dt-single-team-member .devices li .image {
    border-radius: 10px;
    min-height: 140px;
    max-width: 140px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.dt-single-team-member .devices li .product-type {
    color: #595757;
    font-weight: 600;
    font-size: 1.2rem;
    letter-spacing: 0
}

.dt-single-team-member .devices li .name {
    letter-spacing: 0;
    font-size: 1.4rem;
    line-height: 1.6rem
}

.dt-single-team-member .devices a {
    color: #000;
    text-decoration: none
}

.dt-single-team-member .biography p:first-child {
    margin-top: 0
}

.dt-single-team-member .biography dt {
    font-weight: 600;
    margin-bottom: .3em
}

.dt-single-team-member .biography dd {
    margin-left: 0;
    color: #595757;
    margin-bottom: 1em
}

.dt-single-team-member .share-buttons {
    margin-top: 80px
}

.dt-taxonomy-devices header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 4rem;
    padding-bottom: 4rem;
    border-bottom: 1px dotted #aaa
}

.dt-taxonomy-devices header>.left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%
}

.dt-taxonomy-devices header>.left img {
    padding: 20px;
    border-radius: 10px;
    background: #f0f0f0
}

.dt-taxonomy-devices header>.right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    padding-left: 30px
}

.dt-taxonomy-devices header>.right .meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px dotted #aaa
}

.dt-taxonomy-devices header>.right .meta>.left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.dt-taxonomy-devices header>.right h1 {
    display: block;
    margin-top: 0
}

.dt-taxonomy-devices header>.right .manufacturer {
    font-size: 1.6rem;
    display: block;
    color: #00aaea
}

.dt-taxonomy-devices header>.right .name {
    letter-spacing: 0;
    font-size: 2.8rem;
    line-height: 2.8rem
}

.dt-taxonomy-devices header>.right .spec {
    font-size: 1.4rem
}

.dt-taxonomy-devices .shoplink {
    text-align: center;
    line-height: 100%;
    margin-top: 20px
}

.dt-taxonomy-devices .shoplink a {
    margin: auto;
    display: block;
    background-image: url(../images/btn_shopsite.png);
    height: 30px;
    width: 150px;
    background-repeat: no-repeat;
    background-size: 150px 30px;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 1000%
}

.dt-taxonomy-devices .shoplink a:hover {
    background-image: url(../images/btn_shopsite_hover.png)
}

.dt-taxonomy-devices .players {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.dt-taxonomy-devices .players li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.2857143%;
    flex: 0 0 14.2857143%;
    padding: 0 10px 10px 0
}

.dt-taxonomy-devices .players li a {
    color: #000;
    text-decoration: none
}

.dt-taxonomy-devices .players li img {
    border-radius: 10px
}

.dt-taxonomy-devices .players li .player-name {
    word-break: break-all;
    letter-spacing: 0
}

@media (max-width:480px) {
    .dt-single-team-member .devices li .image {
        min-height: 90px
    }

    .dt-taxonomy-devices header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -ms-grid-row-align: flex-start;
        align-items: flex-start;
        margin-bottom: 1rem;
        padding-bottom: 2rem;
        border-bottom: 1px dotted #aaa
    }

    .dt-taxonomy-devices header>.left {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-bottom: 20px
    }

    .dt-taxonomy-devices header>.right {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 0
    }

    .dt-taxonomy-devices .manufacturer {
        display: block;
        color: #00aaea;
        text-align: center
    }

    .dt-taxonomy-devices .name {
        display: block;
        text-align: center;
        margin-top: 0;
        font-size: 2.8rem;
        line-height: 2.8rem;
        margin-bottom: 10px
    }

    .dt-taxonomy-devices .players li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        padding: 0 5px 5px 0
    }

    .dt-taxonomy-devices .players li img {
        border-radius: 8px
    }
}

#sc-dt-topics {
    width: 100%
}

#sc-dt-topics ul {
    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
}

#sc-dt-topics ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 380px;
    flex: 0 0 380px;
    margin-bottom: 30px
}

#sc-dt-topics ul li .thumbnail {
    margin-bottom: 7px
}

#sc-dt-topics ul li .game-name-post-date {
    margin-bottom: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#sc-dt-topics ul li .post-date {
    color: #aaa
}

#sc-dt-topics ul li .title {
    font-size: 1.6rem;
    line-height: 120%;
    font-weight: 500
}

#sc-dt-topics ul li a {
    color: #000;
    text-decoration: none
}

#sc-dt-topics ul li.youtube .thumbnail {
    overflow: hidden;
    position: relative
}

#sc-dt-topics ul li.youtube .thumbnail:after {
    position: absolute;
    content: "";
    background-image: url(../images/top_btn_youtube.png);
    background-size: 100px 40px;
    color: #fff;
    top: 0;
    left: 0;
    width: 100px;
    height: 40px;
    border-bottom-right-radius: 12px 12px;
    z-index: 10
}

@media (max-width:480px) {
    #sc-dt-topics ul li.youtube .thumbnail:after {
        background-size: 66.6px 26.6px;
        width: 66.6px;
        height: 26.6px
    }
}

#sc-dt-topics ul li.youtube .thumbnail:before {
    -webkit-transition: all .3s;
    transition: all .3s;
    position: absolute;
    content: "";
    background-image: url(../images/top_btn_youtube_play.png);
    background-size: 75px 45px;
    border-radius: 8px;
    color: #fff;
    opacity: .5;
    top: 50%;
    left: 50%;
    width: 75px;
    height: 45px;
    z-index: 10;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#dt-game-banners ul li:hover,
#dt-slide-game-banners ul li:hover,
#sc-dt-topics ul li.youtube .thumbnail:hover:before {
    opacity: 1
}

@media (max-width:480px) {
    #sc-dt-topics ul li.youtube .thumbnail:before {
        background-size: 50px 26.6px;
        width: 50px;
        height: 26.6px
    }

    #sc-dt-topics ul li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%
    }

    #sc-dt-topics ul li .game-name-post-date {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    #sc-dt-topics ul li .game-name {
        margin-bottom: 3px
    }

    #sc-dt-topics ul li .post-date {
        text-align: right
    }
}

#sc-dt-news {
    width: 100%
}

#sc-dt-news ul {
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}


#sc-dt-news ul li {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px dotted #ddd
}

#sc-dt-news ul li .thumbnail-other {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#sc-dt-news ul li .thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    margin-bottom: 7px
}

#sc-dt-news ul li .game-name span {
    font-size: 1.2rem;
    margin-right: 1em;
    line-height: 100%;
    border-color: #00aaea !important;
    color: #00aaea !important
}

#sc-dt-news ul li .other {
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
    padding-left: 15px
}

#sc-dt-news ul li .other .game-name-post-date {
    margin-bottom: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#sc-dt-news ul li .other .post-date {
    color: #aaa
}

#sc-dt-news ul li .other .title {
    font-size: 1.6rem;
    margin-bottom: 5px;
    line-height: 120%;
    font-weight: 500
}

#sc-dt-news ul li .other .excerpt {
    font-weight: 300;
    line-height: 130%;
    color: #aaa
}

#sc-dt-news ul li a {
    color: #000;
    text-decoration: none
}

#sc-dt-news .readmore a {
    background: url(../images/btn_more.png);
    background-size: 150px 30px;
    width: 150px;
    height: 30px;
    white-space: nowrap;
    text-indent: 1000%;
    overflow: hidden;
    margin: auto;
    text-align: center;
    line-height: 45px;
    display: block
}

#sc-dt-news .readmore a:hover {
    background-image: url(../images/btn_more_hover.png)
}

@media (max-width:480px) {
    #sc-dt-news ul li .game-name-post-date {
        margin-bottom: 7px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    #sc-dt-news ul li .thumbnail-other {
        display: block
    }

    #sc-dt-news ul li .other {
        padding: 0
    }

    #sc-dt-news ul li .thumbnail {
        width: 120px;
        margin: 0 0 10px 10px;
        float: right
    }

    #sc-dt-news ul li .game-name {
        margin-bottom: 3px
    }

    #sc-dt-news ul li .post-date {
        text-align: left;
        margin-bottom: 3px
    }

    .sc-dt-pickup ul {
        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
    }

    .sc-dt-pickup ul li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%
    }
}

.sponsor-image-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    margin: 100px 250px;
}
.sponsor-image-wrap img {
    max-width: 140px;
    max-height: 70px;
}
@media (max-width:480px) {
    .sponsor-image-wrap {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        justify-content: center;
        margin: 40px 15px 16px;
    }
    .sponsor-image-wrap img {
        max-height: 25px;
    }
}

.dt-sc-sponsor ul.team-sponsors>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.dt-sc-sponsor ul.team-sponsors>li .left {
    width: 350px;
    padding-right: 30px
}

.dt-sc-sponsor ul.team-sponsors>li .left img {
    height: 250px;
    width: 100%
}

@media (max-width:480px) {
    .dt-sc-sponsor ul.team-sponsors {
        padding: 0 20px;
    }
    .dt-sc-sponsor ul.team-sponsors>li .left {
        width: 120px;
        padding-right: 0
    }

    .dt-sc-sponsor ul.team-sponsors>li .left img {
        width: 120px;
        height: auto
    }
}

.dt-sc-sponsor ul.team-sponsors>li .right {
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0
}

.dt-sc-sponsor ul.team-sponsors>li .right .image {
    border-bottom: 1px solid black;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}

.dt-sc-sponsor ul.team-sponsors>li .right .image img {
    max-height: 45px;
    max-width: 240px;
}

.dt-sc-sponsor ul.team-sponsors>li .right .link {
    margin-top: 2em;
    text-align: right
}

.dt-sc-sponsor ul.team-sponsors>li .right .link .url {
    background-image: url(../images/link_white.png);
    background-repeat: no-repeat;
    background-color: #000;
    background-size: 1.2em;
    background-position: top 8px right 20px;
    text-indent: 0%;
    color: #FFF;
    padding: 9px 42px 9px 20px;
    width: auto;
    height: auto;
    text-decoration: none;
    font-weight: 500;
    font-family: 'Oswald';
    letter-spacing: -0.03em;
}

.dt-sc-sponsor ul.team-sponsors>li .right .description p {
    color: #595757;
    line-height: 150%
}

@media (max-width:480px) {
    .dt-sc-sponsor ul.team-sponsors>li {
        display: block;
        position: relative;
        margin-bottom: 60px;
    }

    .dt-sc-sponsor ul.team-sponsors>li .left {
        position: absolute;
        top: 50px
    }

    .dt-sc-sponsor ul.team-sponsors>li .right .logo {
        margin-bottom: 2em
    }

    .dt-sc-sponsor ul.team-sponsors>li .right .logo .image img {
        max-height: 30px;
        max-width: 180px
    }

    .dt-sc-sponsor ul.team-sponsors>li .right .sponsor-image {
        margin-top: 10px;
    }

    .dt-sc-sponsor ul.team-sponsors>li .right .link {
        clear: both;
        margin-top: 2em;
        text-align: center
    }
}

.dt-archive-team-list #dt-sc-team-list .team {
    padding-bottom: 3em;
}
/* 
.dt-archive-team-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 30px
}

.dt-archive-team-list::after {
    content: "";
    display: block;
    width: 22%;
}

.inpage-link {
    display: inline-block;
}

.inpage-link::before {
    content: "|";
    color: #000;
    font-size: 18px;
    padding: 0 20px;
} */

.inpage-link-name {
    text-decoration: none;
    display: inline-block;
}

.game-name {
    color: #2567FD;
    font-size: 50px;
    margin-top: 80px;
    margin-bottom: 50px;
    transform: scaleY(1.5);
    width: 100%;
    margin-top: -100px;
    padding-top: 150px;
}

.memurl {
    color: #000;
    width: 22%;
    text-decoration: none;
}

@media (max-width:480px) {
    .dt-archive-team-list {
        text-align: center;
        display: block;
    }

    .inpage-link::before {
        font-size: 10px;
        padding: 0 10px;
    }

    .memurl {
        width: 45%;
    }

    .member-info {
        text-align: center;
    }

    .game-name {
        font-size: 6vw;
        text-align: center;
    }
}

.team-member-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-image: url(../images/logo_transparent.png);
    background-repeat: no-repeat;
    background-size: 800px;
    background-position: center center;
    min-height: 620px;
}

.team-member-info .social-links {
    position: absolute;
    top: 0;
    right: 0;
}

.member-photo,
.member-detail-wrap {
    width: 48%;
}

.member-detail-wrap {
    position: relative;
}

.member-position {
    color: #2567FD;
    font-size: 27px;
    margin-bottom: 4px;
    font-family: Oswald;
}

.member-name {
    margin-top: 0;
    font-size: 100px;
    padding-bottom: 20px;
}

.team-member-info .social-links ul {
    padding-bottom: 10px;
}

.member-detail {
    border-top: 1px #000 solid;
    font-size: 17px;
    padding-top: 20px;
}

.team-member-title {
    color: #2567FD;
    font-size: 30px;
    margin-top: 160px;
    margin-bottom: 50px;
    transform: scaleY(1.5);
}

.team-member {
    display: flex;
    flex-wrap: wrap;
}
.team-member .member {
    width: 280px;
    margin-left: 20px;
}
.team-member .member:nth-child(4n -3) {
    margin-left: 0;
}
.team-member .member:nth-child(n + 5) {
    margin-top: 20px;
}

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

.team-member .member .position {
    display: block;
    text-align: center;
    color: #2567FD;
    font-size: 13px;
    font-weight: bold;
    transform: scaleY(1.5);
    margin-bottom: 20px;
}

.team-member .member .name {
    display: block;
    text-align: center;
    font-size: 22px;
    transform: scaleY(1.5);
    margin-top: 10px;
}

@media (max-width:480px) {
    .member-photo {
        width: 80%;
        margin-right: auto;
        margin-left: auto;
    }

    .member-detail-wrap {
        width: 80%;
        margin: 24px auto 0;
    }

    .team-member-info {
        display: block;
        height: unset;
        background-size: 100%;
        background-position: top center;
    }

    .member-position {
        display: block;
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 0;
    }

    .member-name {
        margin-top: 0;
        font-size: 60px;
    }

    .member-detail {
        font-size: 14px;
    }

    .team-member-info .social-links {
        position: static;
    }
    
    .team-member-info .social-links ul {
        padding-bottom: 20px;
    }

    .social-links ul li a {
        width: 30px;
        height: 30px;
        background-size: contain;
    }

    .team-member-title {
        font-size: 24px;
        margin-top: 80px;
        margin-bottom: 40px;
        text-align: center;
    }

    .team-member .member {
        width: 48%;
    }
}


.handlename {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    line-height: 30px;
}

.position {
    font-weight: 300;
    color: #2567FD;
    text-align: center;
}

.dt-archive-team-list #dt-sc-team-list ul.teams {
    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
}

.dt-archive-team-list #dt-sc-team-list ul.teams>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    padding-bottom: 0
}

.dt-archive-team-list #dt-sc-team-list ul.teams>li .logo {
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: .7em
}

.dt-archive-team-list #dt-sc-team-list ul.teams>li .name {
    display: block
}

.dt-archive-team-list #dt-sc-team-list ul.teams>li .name a {
    display: block;
    text-align: center;
    color: #000;
    text-decoration: none;
    font-size: 2.2rem;
    letter-spacing: .05em
}

.dt-archive-team-list #dt-sc-team-list ul.members {
    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
}

.dt-archive-team-list #dt-sc-team-list ul.members>li {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 150px;
    flex: 1 0 150px;
    margin-bottom: 15px
}

.dt-archive-team-list #dt-sc-team-list ul.members>li a {
    font-size: 1.7rem;
    color: #000;
    text-decoration: none
}

.dt-archive-team-list #dt-sc-team-list ul.members>li img {
    border-radius: 10px;
    overflow: hidden;
    width: 150px;
    margin-bottom: 5px
}

.dt-archive-team-list #dt-sc-team-list ul.members>li .name {
    text-align: left;
    padding-right: 1em
}

#news-archive ul.paging .dt-archive-team-list #dt-sc-team-list ul.members>li a,
#sc-dt-news .dt-archive-team-list #dt-sc-team-list ul.members>li li .other .post-date,
#sc-dt-topics .dt-archive-team-list #dt-sc-team-list ul.members>li li .post-date,
#site-footer .dt-archive-team-list #dt-sc-team-list ul.members>li .copyright,
#static-page-header-container h1 .dt-archive-team-list #dt-sc-team-list ul.members>li .sub,
.dt-archive-team-list #dt-sc-team-list #news-archive ul.paging ul.members>li a,
.dt-archive-team-list #dt-sc-team-list #sc-dt-news ul.members>li li .other .post-date,
.dt-archive-team-list #dt-sc-team-list #sc-dt-topics ul.members>li li .post-date,
.dt-archive-team-list #dt-sc-team-list ul.members>li #site-footer .copyright,
.dt-archive-team-list #dt-sc-team-list ul.members>li #static-page-header-container h1 .sub,
.dt-archive-team-list #dt-sc-team-list ul.members>li .custom-font,
.dt-archive-team-list #dt-sc-team-list ul.members>li .tag-game,
.dt-archive-team-list #dt-sc-team-list ul.members>li h1.article-header {
    display: block;
    letter-spacing: .05em
}

.dt-archive-team-list #dt-sc-team-list ul.members>li:empty {
    height: 0;
    border: none
}

@media (max-width:480px) {
    .dt-archive-team-list #dt-sc-team-list ul.teams>li {
        padding-bottom: 0
    }

    .dt-archive-team-list #dt-sc-team-list ul.teams>li .name a {
        letter-spacing: 0;
        font-size: 1em
    }

    .dt-archive-team-list #dt-sc-team-list ul.teams>li .team {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .dt-archive-team-list #dt-sc-team-list ul.teams>li .logo {
        border-radius: 5px
    }

    .dt-archive-team-list #dt-sc-team-list ul.teams>li .right {
        width: 100%;
        padding: 0
    }
}

#post-custom-team #dt-sc-team-list .team {
    padding-bottom: 3em
}

#post-custom-team #dt-sc-team-list ul.teams>li {
    padding-bottom: 0;
    margin-bottom: 30px;
    border-bottom: 2px dotted #aaa
}

#post-custom-team #dt-sc-team-list ul.teams>li .team {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#post-custom-team #dt-sc-team-list ul.teams>li .left {
    width: 45%
}

#post-custom-team #dt-sc-team-list ul.teams>li .left .logo {
    border-top-left-radius: 10px 10px;
    border-bottom-left-radius: 10px 10px;
    overflow: hidden
}

#post-custom-team #dt-sc-team-list ul.teams>li .right {
    width: 55%;
    padding-left: 30px
}

#post-custom-team #dt-sc-team-list ul.teams>li .right .tag-game {
    display: block;
    margin-bottom: .3rem
}

#post-custom-team #dt-sc-team-list ul.teams>li .right .name {
    line-height: 120%;
    font-size: 2.8rem;
    margin-bottom: .3rem
}

#post-custom-team #dt-sc-team-list ul.teams>li .right .name a {
    color: #000;
    text-decoration: none
}

#post-custom-team #dt-sc-team-list ul.teams>li .right .game-introduction {
    line-height: 160%;
    color: #595757
}

#post-custom-team #dt-sc-team-list ul.members {
    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
}

#post-custom-team #dt-sc-team-list ul.members>li {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 150px;
    flex: 1 0 150px;
    margin-bottom: 15px
}

#post-custom-team #dt-sc-team-list ul.members>li a {
    font-size: 1.7rem;
    color: #000;
    text-decoration: none
}

#post-custom-team #dt-sc-team-list ul.members>li img {
    border-radius: 10px;
    overflow: hidden;
    width: 150px;
    margin-bottom: 5px
}

#post-custom-team #dt-sc-team-list ul.members>li .name {
    text-align: left;
    padding-right: 1em
}

#news-archive ul.paging #post-custom-team #dt-sc-team-list ul.members>li a,
#post-custom-team #dt-sc-team-list #news-archive ul.paging ul.members>li a,
#post-custom-team #dt-sc-team-list #sc-dt-news ul.members>li li .other .post-date,
#post-custom-team #dt-sc-team-list #sc-dt-topics ul.members>li li .post-date,
#post-custom-team #dt-sc-team-list ul.members>li #site-footer .copyright,
#post-custom-team #dt-sc-team-list ul.members>li #static-page-header-container h1 .sub,
#post-custom-team #dt-sc-team-list ul.members>li .custom-font,
#post-custom-team #dt-sc-team-list ul.members>li .tag-game,
#post-custom-team #dt-sc-team-list ul.members>li h1.article-header,
#sc-dt-news #post-custom-team #dt-sc-team-list ul.members>li li .other .post-date,
#sc-dt-topics #post-custom-team #dt-sc-team-list ul.members>li li .post-date,
#site-footer #post-custom-team #dt-sc-team-list ul.members>li .copyright,
#static-page-header-container h1 #post-custom-team #dt-sc-team-list ul.members>li .sub {
    display: block;
    letter-spacing: .05em
}

#post-custom-team #dt-sc-team-list ul.members>li:empty {
    height: 0;
    border: none
}

@media (max-width:480px) {
    #post-custom-team #dt-sc-team-list ul.teams>li {
        padding-bottom: 0;
        margin-bottom: 20px;
        border-bottom: 2px dotted #aaa
    }

    #post-custom-team #dt-sc-team-list ul.teams>li .team {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    #post-custom-team #dt-sc-team-list ul.teams>li .left {
        width: 100%;
        margin-bottom: 1rem
    }

    #post-custom-team #dt-sc-team-list ul.teams>li .left img {
        border-top-right-radius: 10px 10px;
        border-bottom-right-radius: 10px 10px
    }

    #post-custom-team #dt-sc-team-list ul.teams>li .right {
        width: 100%;
        padding: 0
    }

    #post-custom-team #dt-sc-team-list ul.members>li {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 64px;
        flex: 1 0 64px
    }

    #post-custom-team #dt-sc-team-list ul.members>li a {
        font-size: 1.3rem
    }

    #post-custom-team #dt-sc-team-list ul.members>li img {
        width: 60px
    }

    #news-archive ul.paging #post-custom-team #dt-sc-team-list ul.members>li a,
    #post-custom-team #dt-sc-team-list #news-archive ul.paging ul.members>li a,
    #post-custom-team #dt-sc-team-list #sc-dt-news ul.members>li li .other .post-date,
    #post-custom-team #dt-sc-team-list #sc-dt-topics ul.members>li li .post-date,
    #post-custom-team #dt-sc-team-list ul.members>li #site-footer .copyright,
    #post-custom-team #dt-sc-team-list ul.members>li #static-page-header-container h1 .sub,
    #post-custom-team #dt-sc-team-list ul.members>li .custom-font,
    #post-custom-team #dt-sc-team-list ul.members>li .tag-game,
    #post-custom-team #dt-sc-team-list ul.members>li h1.article-header,
    #sc-dt-news #post-custom-team #dt-sc-team-list ul.members>li li .other .post-date,
    #sc-dt-topics #post-custom-team #dt-sc-team-list ul.members>li li .post-date,
    #site-footer #post-custom-team #dt-sc-team-list ul.members>li .copyright,
    #static-page-header-container h1 #post-custom-team #dt-sc-team-list ul.members>li .sub {
        letter-spacing: 0
    }
}

#dt-sponsors-banners {
    border-bottom: solid 1px #333;
}

#dt-sponsors-banners {
    display: flex;
    overflow: hidden;
    width: 100%;
    background: #FFFFFF;
}

.n2-ss-align ~ .sponsors-slide {
    border-top: 1px solid #333333;
}

.sponsors-slide-item,
.sponsors-slide-item img {
    height: 40px;
}

#dt-sponsors-banners .sponsors-slide-1,
#dt-sponsors-banners .sponsors-slide-2 {
    display: flex;
    align-items: center;
}

.sponsors-slide-1 , .sponsors-slide-2 {
    display: inline-flex;
    flex: none;
    animation: auto-slide 60s 0.5s linear infinite; 
}

@media (max-width:480px) {
    #dt-sponsors-banners {
        width: 100%;
    }
    .sponsors-slide-item,
    .sponsors-slide-item img {
        height: 28px;
    }
}

@keyframes auto-slide {
    0% {
    transform: translateX(0);
    }
    100% {
    transform: translateX(-100%);
    }
}

#dt-game-banners ul,
#dt-sponsors-banners ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#dt-game-banners ul li {
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: .3
}

#dt-sponsors-banners ul li {
    -webkit-transition: all .3s;
    transition: all .3s;
}

#dt-slide-game-banners ul,
#dt-sponsors-banners ul {
    padding: 1px 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#dt-slide-game-banners ul li,
#dt-sponsors-banners ul {
    margin-top: -1px;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    opacity: .2
}

#dt-slide-game-banners ul li a,
#dt-sponsors-banners ul {
    padding: 0;
}

.sponsors-slide-item {
    margin: 12px;
}

.logo-link-wrap {
    display: flex;
    align-items: center;
}

.logo-link-wrap div img {
    width: 180px;
}

.footer-container-wrap {
    background-color: #f2f2f2;
    padding: 2em 0;
}

.footer-container-wrap .container {
    display: block;
}

@media (min-width:480px) {
    .footer-container-wrap .container {
        display: flex;
    }
}

#site-footer .copyright-wrap .copyright {
    text-align: right;
}

#site-footer .footer-container-wrap .index-game-links {
    margin-left: 30px;
}

#site-footer .footer-container-wrap .index-game-links .social-links {
    margin: auto;
}

#site-footer .footer-container-wrap .index-game-links .social-links ul {
    margin: auto;
    width: 280px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-evenly;
}

#site-footer .footer-container-wrap .social-right-wrap {
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    justify-content: space-around;
}

@media (max-width:480px) {
    #site-footer .copyright-wrap {
        margin-top: 12px;
    }
	#site-footer .copyright-wrap, #site-footer .copyright-wrap .copyright {
        color: #000;
		max-width: 100%;
	}
	#site-footer .footer-container-wrap .social-right-wrap {
		align-items: center;
	}
	#site-footer .copyright-wrap .copyright {
		text-align: center;
	}
}

/* ABOUTページ リニューアル */
.container.about {
    width: auto;
    padding: 0;
}
#content.about #content-main {
    padding-top: 0;
}
.aboutMainVisual > img {
    width: 100%;
    max-width: auto;
}
.aboutContainer {
    width: 1000px;
    margin: 60px auto 0;
}
.aboutCompanyLogo {
    width: 200px;
    margin-right: auto;
    margin-left: auto;
}
.aboutCatchText {
    margin: 60px 0 0 !important;
    font-size: 16px;
    font-weight: bold;
}
.aboutPresidentWrap {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.aboutPresident {
    width: 30%;
}   
.aboutPresidentMessage {
    width: 67%;
    font-size: 16px;
    font-weight: bold;
}
.aboutPresidentMessage > p {
    margin: 0;
    line-height: 2.2;
}
.aboutPresidentMessage > p + p {
    margin-top: 1.4em;
}
.cms-format .aboutPresidentName {
    margin: 10px 0 0;
    font-size: 14px;
}
.aboutSection {
    margin-top: 80px;
}
.cms-format .aboutSubHeading {
    margin: 0;
    padding-left: 0;
    font-size: 20px;
    font-weight: bold;
    color: #2567fd;
}
.cms-format .aboutSubHeading:before {
    content: none;
}
.aboutCompany {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.cms-format .aboutCompanyDetail {
    width: 75%;
    margin: 0;
    font-size: 14px;
}
.cms-format .aboutCompanyDetail > dt {
    flex: 0 0 8em;
    padding: 0;
    background: none;
    font-weight: bold;
}
.cms-format .aboutCompanyDetail > dd {
    flex: 0 0 calc(100% - 8em);
    padding-left: 1em;
}
.cms-format .aboutCompanyPhoto {
    width: 22%;
}
.cms-format .aboutCompanyHistory {
    margin-top: 20px;
    font-size: 14px;
}
.cms-format .aboutCompanyHistory > dt {
    flex: 0 0 5em;
    padding: 0;
    background: none;
    color: #595757;
}
.cms-format .aboutCompanyHistory > dd {
    flex: 0 0 calc(100% - 5em);
    margin-bottom: 0;
    font-weight: bold;
    color: #000000;
}
@media (max-width:480px) {

    .aboutContainer {
        width: auto;
        margin: 0;
    }
    .aboutCompanyLogo {
        width: 198px;
        margin-top: 40px;
    }
    .aboutCatchText,
    .aboutPresidentWrap,
    .aboutSection {
        padding-right: 20px;
        padding-left: 20px;
    }
    .aboutCatchText {
        margin-top: 40px;
        font-size: 14px;
    }
    .aboutPresidentWrap {
        display: block;
        margin-top: 40px;
    }
    .aboutPresident {
        width: auto;
    }
    .aboutPresidentPicture {
        background-color: #ede8e2;
        text-align: center;
    }
    .aboutPresidentPicture > img {
        width: 260px;
        margin-right: auto;
        margin-left: auto;
    }
    .aboutPresidentMessage {
        width: auto;
        margin-top: 20px;
        font-size: 14px;
    }
    .aboutSection {
        margin-top: 60px;
    }
    .cms-format .aboutSubHeading {
        font-size: 18px;
    }
    .aboutCompany {
        display: block;
    }
    .cms-format .aboutCompanyDetail {
        display: flex;
        width: auto;
        font-size: 12px;
        margin: 0;
    }
    .cms-format .aboutCompanyPhoto {
        width: 80%;
        margin: 20px auto 0;
    }
    .cms-format .aboutCompanyHistory {
        display: flex;
        font-size: 12px;
    }
}

/* ニュース一覧リニューアル */
#news-archive div.gametitles,
.gametitles,
.dt-archive-team-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 1rem;
}
.dt-archive-team-list {
    gap: 0;
}
#news-archive div.gametitles a,
.dt-archive-team-list a{
    display: flex;
}
#news-archive div.gametitles a,
div.gametitles a {
    position: relative;
    padding-right: 16px;
    padding-left: 8px;
    font-size: 16px;
    font-family: Oswald;
    color: #000;
    text-decoration: none;
}
#news-archive div.gametitles a:before,
div.gametitles a:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    height: 0.8em;
    border-right: 1px solid #000000;
    transform: translateY(-50%);
}
#news-archive div.gametitles a:last-child:before,
.gametitles a:last-child:before {
    content: none;
}
#news-archive div.gametitles a.selected,
.gametitles a.selected {
    color: #FFF;
}

#news-archive div.gametitles a.selected:after,
.gametitles a.selected:after {
    content: "";
    position: absolute;
    top: 0;
    right: 12px;
    bottom: 0;
    left: 4px;
    background-color: #2567FD;
    z-index: -1;
}

#news-archive ul.news-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 32px;
    margin-bottom: 32px;
}

#news-archive ul.news-list li {
    width: 370px;
    min-height: 250px;
    margin-left: 35px;
}
#news-archive ul.news-list li:nth-child(n + 4) {
    margin-top: 35px;
}
#news-archive ul.news-list li:nth-child(3n - 2) {
    margin-left: 0;
}
#news-archive ul.news-list li > div {
    padding: 4px 0;
}
#news-archive ul.news-list li .news-thumbnail {
    border-radius: 0;
}
#news-archive ul.news-list li .news-date-tag-wrap {
    display: flex;
}
#news-archive ul.news-list li .news-date-tag-wrap .news-date {
    color: #2567FD;
    font-family: Oswald;
}
#news-archive ul.news-list li .news-date-tag-wrap .news-tag {
    margin-left: 8px;
}

#news-archive ul.news-list li .news-title a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
    line-height: 1.2em;
}

@media (max-width:480px) {
    .gametitles {
        justify-content: center;
        padding: 0 10px 30px 10px;
    }
    .gametitles a {
        padding-right: 8px;
    }
    .gametitles a:before {
        border-right: none;
    }

    #news-archive div.gametitles a,
    .gametitles .inpage-link-name {
        color: #000;
        font-size: 12px;
        padding-right: 8px;
    }
    #news-archive div.gametitles a.selected:after,
    .gametitles a.selected:after {
        right: 5px;
    }
    #news-archive div.gametitles a:before {
        border-right: none;
    }
    #news-archive ul.news-list li {
        width: 48%;
        margin-left: 4%;
        min-height: 200px;
    }
    #news-archive ul.news-list li:nth-child(n + 3) {
        margin-top: 15px;
    }
    #news-archive ul.news-list li:nth-child(odd) {
        margin-left: 0;
    }
    #news-archive ul.news-list li:nth-child(even) {
        margin-left: 4%;
    }
    #news-archive ul.news-list li .news-title a {
        color: #000;
        text-decoration: none;
        font-size: 14px;
    }
}

/* TOPページリニューアル */
#sc-dt-news ul {
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    flex-wrap: wrap;
    margin-bottom: 50px;
    justify-content: space-between;
}
#sc-dt-news ul li {
    border-bottom: unset;
    width: 535px;
    text-indent: 0;
    margin: 0;
    padding: 0;
}
#sc-dt-news ul li:nth-child(n + 3) {
    width: 250px;
    min-height: 200px;
}
#sc-dt-news ul li:before {
    content: unset;
}
.renew-date {
    margin: 6px 0;
    color: #2567FD;
    transform: scaleY(1.2);
    font-weight: bold;
}
.renew-header {
    margin: 5px 0;
    margin-bottom: 20px;
    transform: scaleY(1.2);
}
.renew-title {
    margin-bottom: 20px;
    height: 50px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-weight: bold;
}
.renew-readmore {
    background-color: #2567FD;
    color: #fff;
    width: 200px;
    padding: 10px;
    text-align: center;
    margin: auto;
    letter-spacing: 0px;
    margin-bottom: 60px;
}
.renew-readmore:hover {
    opacity: 0.5;
}
.renew-a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}
.renew-pickup {
    transform: scaleY(1.2);
}
.top_bar .sc-dt-pickup ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.top_bar .sc-dt-pickup ul li {
    width: 30%;
    list-style: none;
}
.top_bar .sc-dt-pickup li::before {
    content: none;
}
@media (max-width:480px) {
    #sc-dt-news ul li {
        width: 95%;
        margin: auto;
    }
    .renew-header {
        text-align: center;
    }
    #sc-dt-news ul li:nth-child(n + 3) {
        width: 45%;
    }
    .renew-title {
        height: 40px;
        line-height: 1.2em;
    }
    .renew-pickup {
        text-align: center;
    }
    .top_bar .sc-dt-pickup {
        text-align: center;
    }
}

/* チーム一覧画面リニューアル */
.top_bar .sc-dt-pickup ul li {
    width: 370px;
    margin-left: 35px;
}
.top_bar .sc-dt-pickup ul li:nth-child(n + 4) {
    margin-top: 35px;
}
.top_bar .sc-dt-pickup ul li:nth-child(3n - 2) {
    margin-left: 0;
}
.renew-pickup {
    position: relative;
    margin-top: 120px;
    font-family: Oswald;
    transform: unset;
}
.renew-pickup:before {
    content: '';
    display: block;
    position: absolute;
    top: -60px;
    left: 50%;
    width: 100vw;
    border-top: 1px solid #000000;
    transform: translateX(-50%);
}
.renew-date {
    font-family: Oswald;
    transform: unset;
}
.renew-header {
    font-family: Oswald;
    transform: unset;
}
.game-name {
    color: #2567FD;
    font-size: 60px;
    transform: unset;
    font-family: Oswald;
    margin-top: -40px;
}
.handlename {
    font-size: 30px;
    font-family: Oswald;
    margin: 10px 0 5px 0;
}
.position {
    font-family: Oswald;
    color: #2567FD;
    font-size: 15px;
}
.memurl {
    width: 280px;
    margin-left: 20px;
}
.memurl:nth-child(4n -3) {
    margin-left: 0;
}
.memurl:nth-child(n + 5) {
    margin-top: 20px;
}
.memurl:hover {
    color: unset;
}
.memurl .member-info .member-outer {
    background: #ccc;
    width: 280px;
    height: 280px;
    overflow: hidden;
}
.memurl .member-info .member-outer div {
    height: 280px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

@media (max-width:480px) {
    .dt-archive-team-list {
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 100px;
    }
    .memurl {
        width: calc((100vw - 40px) / 2 - 10px);
        margin-left: 0;
    }
    .memurl:nth-child(even) {
        margin-left: 20px;
    }
    .memurl:nth-child(n + 3) {
        margin-top: 20px;
    }
    .memurl .member-info .member-outer {
        width: calc((100vw - 40px) / 2 - 10px);
        height: calc((100vw - 40px) / 2 - 10px);
    }
    .game-name {
        font-size: 26px;
        margin-top: -96px;
        margin-bottom: 24px;
    }
    .game-name {
        padding-top: 70px;
    }
    
    .handlename {
        font-size: 24px;
        margin: 5px 0 2px 0;
    }
    .position {
        font-size: 14px;
    }
    .top_bar .sc-dt-pickup ul li {
        width: 48%;
        margin-left: 4%;
    }
    .top_bar .sc-dt-pickup ul li:nth-child(n + 3) {
        margin-top: 15px;
    }
    .top_bar .sc-dt-pickup ul li:nth-child(odd) {
        margin-left: 0;
    }
}

.member-name {
    font-size: 70px;
    font-family: Oswald;
    line-height: 1.2;
}
.member-photo img {
    width: 100%;
}
.team-member-title {
    color: #2567FD;
    font-size: 35px;
    transform: unset;
    font-family: Oswald;
}
.team-member .member .img {
    background: #ccc;
    width: 280px;
    height: 280px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.team-member .member .name {
    font-size: 30px;
    font-family: Oswald;
    transform: unset;
    margin: 10px 0 2px 0;
    line-height: 1.2;
}
.team-member .member .position {
    font-family: Oswald;
    transform: unset;
    color: #2567FD;
    font-size: 15px;
    font-weight: unset;
}
@media (max-width:480px) {
    .member-name {
        font-size: 50px;
        font-family: Oswald;
    }
    .team-member {
        padding-right: 30px;
        padding-left: 30px;
    }
    .team-member .member {
        width: calc((100vw - 80px) / 2 - 10px);
        margin-left: 0;
    }
    .team-member .member:nth-child(even) {
        margin-left: 20px;
    }
    .team-member .member:nth-child(n + 3) {
        margin-top: 20px;
    }
    .team-member .member .img {
        width: calc((100vw - 80px) / 2 - 10px);
        height: calc((100vw - 80px) / 2 - 10px);
    }
    .member-photo img {
        width: 100%;
    }
    .team-member .member .name {
        margin: 8px 0 2px 0;
        font-size: 24px;
    }
    .team-member .member .position {
        font-size: 13px;
    }
}

#content-main .dt-related-posts h1 {
    font-family: Oswald;
}
#content-main .dt-related-posts ul li a {
    line-height: initial;
    font-weight: bold;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
#content-main .dt-related-posts ul li a img {
    border-radius: unset;
}
@media (max-width:480px) {
    #sc-dt-news ul {
        margin-bottom: 0;
    }
}

@media (max-width:480px) {
    #news-archive div.gametitles a, div.gametitles a {
        padding-right: 8px;
    }
    #news-archive div.gametitles a, div.gametitles a:before {
        border-right: none;
    }
    .team-wrap {
        margin-top: 64px;
    }
}
