@charset "utf-8";

/*====================================================================
INFORMATION

このスタイルシートの構成
        common
        001: Header
        002: Navigation
        003: Footer
        004: Header
        005: Header
        006: Header
        007: Header
        008: Header

====================================================================*/
body {

    color: #202121;
    background: #f4f7f6;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

section {
    clear: both;
    width: 100%;
   /* padding: 60px 0 !important;*/
    position: relative;
}

h2 {
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 12px;
}

h3 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
   /* margin-bottom: 48px;*/
    position: relative;
    color: #f69705;

}

/*h3:after {
    content: "";
    width: 20px;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    border-bottom: 5px dotted #f69705;
    margin: auto;

}

h3 span {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    color: #000;

}*/

#members h3:after {
    border-bottom: 5px dotted #fff;
}

#members h3 span {
    color: #fff;
}





h4 {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 12px;
}

h5 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 12px;
}


a {
    color: #f69705;
    text-decoration: none;
}

a:hover {
    color: #ab6903;
    text-decoration: underline;
}

.red {
    color: red;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.none {
    display: none !important;
}

@media screen and (max-width: 767px) {
    section {
        clear: both;
        width: 100%;
        padding: 15px 0 !important;
        position: relative;
    }

    .last-item {
        display: none !important;
    }
}

/* ------------------------------
001: Header
 ------------------------------ */
#top-head {
    position: fixed;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0 0 0;
    line-height: 1;
    z-index: 10;
    background: rgba(255, 255, 255, 1);
}

#top-head .inner {
    width: 98%;
    margin: 0 auto;
    padding-bottom: 10px;
}

#top-head .inner:after {
    content: "";
    clear: both;
    display: block;
}

#top-head a,
#top-head {
    text-decoration: none;
}

#top-head .inner {
    position: relative;

}

#top-head .logo {
    float: left;
    font-size: 32px;
}

#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    top: 1.8rem;
}

#global-nav ul li {
    float: left;
    position: relative;
    font-size: 120%;

}

#global-nav ul li a {
    padding: 10px 20px;
    white-space: nowrap;
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem;
}

#global-nav ul li a:hover {
    color: #315898;
}


#global-nav>li li:hover>a {
    /*layer-2*/
    color: olive;
    background: #afc6e2;
}

#global-nav li ul li a {
    border-top: 1px solid #eee;
}

/* transition */
#top-head,
#top-head:after,
#top-head .logo,
#global-nav ul li,
#global-nav ul li a {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

/* Fixed */
#top-head.pages,
#top-head.fixed {
    padding-top: 0px;
    background: rgba(255, 255, 255, 1);
}

#top-head.pages .inner,
#top-head.fixed .inner {
    width: 98%;
    padding-bottom: 0px;
}

#top-head.pages:after,
#top-head.fixed:after {
    width: 100%;
    margin-top: 20px;
}

#top-head.pages #global-nav ul li a,
#top-head.fixed #global-nav ul li a {}

#top-head.pages #global-nav ul li a:hover,
#top-head.fixed #global-nav ul li a:hover {
    color: #e20013;
}



#top-head .logo {
    max-width: 120px;
}

#top-head .logo img {
    width: 100%;
    /*
     -webkit-filter: brightness(800);
     -moz-filter: brightness(800);
     -o-filter: brightness(800);
     -ms-filter: brightness(800);
     filter: brightness(800);
     */
}

#top-head.pages .logo img,
#top-head.fixed .logo img {
    width: 100%;
    /*
     -webkit-filter: brightness(1);
     -moz-filter: brightness(1);
     -o-filter: brightness(1);
     -ms-filter: brightness(1);
     filter: brightness(1);
     */
}

#top-head.pages .logo,
#top-head.fixed .logo {
    max-width: 70px;
}


#global-nav li ul {
    width: 360px;
    display: none;
    position: absolute;
    z-index: 100;
    left: 0px;
    padding-left: 0;
    top: 3.1rem;
}

#global-nav>li li:hover>a {}

#global-nav li ul li {
    width: 100%;
}

#global-nav li ul li a {
    display: block;
    background-color: white;
    width: 100%;
}

#global-nav li ul li a:after {
    font-size: 12px;
    position: absolute;
    right: 20px;
    font-family: FontAwesome;
    content: "\f105";
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

#global-nav li ul li a:hover:after {
    right: 10px;
}


.language-select ul {
    margin: 0 0 0 15px;
    padding: 0 0 0 0;
}

.language-select ul li {
    list-style: none;
    float: left;
    margin-right: 10px;
    padding: 8px 0 0 0;
}

.lang-item-ja a {
    overflow: hidden;
    text-indent: -9999px;
    display: block;
    background-image: url(https://s3-ap-northeast-1.amazonaws.com/favgaming/images/ja_JP.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
}

.lang-item-en a {
    overflow: hidden;
    text-indent: -9999px;
    display: block;
    background-image: url(https://s3-ap-northeast-1.amazonaws.com/favgaming/images/en_US.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
}

/* 768px - 979px用（タブレット用）の記述 */
@media screen and (min-width: 768px) and (max-width: 979px) {
    #global-nav ul li a {
        padding: 10px 10px;
    }
}

@media screen and (max-width: 767px) {
    #top-head .logo {
        max-width: 120px;
    }

    #top-head .inner {
        width: 100%;
        padding-left: 11px;
    }
}

/* ------------------------------
002: Navigation
 ------------------------------ */
#spnavi {
    background-color: transparent;
    right: 15px;
    top: 15px;
    max-width: 25px;
    position: absolute;
}

#spnavi img {
    width: 100%;
    /*
     -webkit-filter: brightness(500);
     -moz-filter: brightness(500);
     -o-filter: brightness(500);
     -ms-filter: brightness(500);
     filter: brightness(500);
     */
}


#top-head.fixed #spnavi img {
    /*
  width: 100%;
     -webkit-filter: brightness(1);
     -moz-filter: brightness(1);
     -o-filter: brightness(1);
     -ms-filter: brightness(1);
     filter: brightness(1);
     */
}

.nav-horizontal {
    overflow: hidden;
    height: 3.6rem;
    /* 可視領域の高さ */
    width: 100vw;
    margin-top: -1px;
}

.nav-horizontal .mask {
    height: 3.6rem;
    /* 横スクロールする理屈上の高さ */
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    /* 慣性スクロール */
}

.nav-horizontal .list {
    display: inline-table;
    max-width: 100%;
    display: inline-table;
    width: 100%;
    white-space: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.nav-horizontal .list li {
    position: relative;
    display: table-cell;
}

.nav-horizontal .list li a {
    display: block;
    padding-right: 10px;
    padding-left: 11px;
    min-width: 60px;
    height: 3.6rem;
    text-align: center;
    font-weight: 700;
    line-height: 3.6rem;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #e20013;
    color: white;
    border-right: 1px solid #fff;
}


/* Overlay style */
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(13, 169, 222, 0.9);
}

/* Overlay closing cross */
.overlay .overlay-close {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 20px;
    top: 20px;
    overflow: hidden;
    border: none;
    background: url(../images/cross-white.png) no-repeat center center;
    text-indent: 200%;
    color: transparent;
    outline: none;
    z-index: 100;
}

/* Menu style */
.overlay nav {
    text-align: center;
    position: relative;
    top: 35%;
    height: 60%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    height: 100%;
    position: relative;
}

.overlay ul li {
    display: block;
    height: 50%;
    height: calc(100% / 6);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}


.overlay ul li a {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 300;
    display: block;
    color: #fff;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    font-weight: bold;
}

.overlay ul li a:hover,
.overlay ul li a:focus {
    color: #f0f0f0;
}

.overlay ul li ul li {
    height: auto;
    margin-bottom: 12px;
    min-height: auto;
}

.overlay ul li ul li a {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
}

.overlay h1.logo {
    width: 40vw;
    margin: 0 auto;
    padding-top: 10vh;
}

.overlay h1.logo img {
    width: 100%;
    display: block;
}


#page-wrapper {
    overflow-x: hidden;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

#page-wrapper.overlay-open {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}

#page-wrapper::after {
    content: '';
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
}

#page-wrapper.overlay-open::after {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.overlay-contentpush {
    background: #e20013;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.5s, visibility 0s 0.5s;
    transition: transform 0.5s, visibility 0s 0.5s;
}

.overlay-contentpush.open {
    visibility: visible;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    z-index: 1000;
}

.overlay-contentpush.open .loadingBar {
    display: none;
}

@media screen and (max-height: 30.5em) {
    .overlay nav {
        height: 70%;
        font-size: 34px;
    }

    .overlay ul li {
        min-height: 34px;
    }
}

.nav-regist {
    margin-top: -10px;
}

.nav-regist a {
    display: block;
    border-width: 1px;
    border-style: solid;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    line-height: 1;
    text-align: center;
    border-color: #315898;
    background-color: #315898;
    color: white;
}

.nav-regist a:hover {
    color: #315898 !important;
    background-color: white;
}

#pages #top-head #global-nav ul li.nav-regist a,
#top-head.fixed #global-nav ul li.nav-regist a {
    color: #fff;
}




.unactive {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: #ccc;
}

/* ------------------------------
004: Slider
 ------------------------------ */
#slider {
    padding: 90px 0 0 0 !important;

}

/* スライダー設置後
#slider{
    padding:149px 0 0 0!important;

}*/


ul.slider {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.slider {
    display: none;
}

.slider.slick-initialized {
    display: block;
}

.slick-slider .slick-track,
.slick-slider .slick-list {}

.banner-item-header li.slick-slide img {
    margin: 0 auto;
    max-height: 30px;
}

li.slick-slide img {
    margin: 0 auto;
}

.slick-initialized .slick-slide {
    opacity: 0.4;
    /* 両サイドの画像を透過 */
}

.slick-initialized .slick-slide.slick-active {
    opacity: 1;
    /* センター画像を非透過 */
}

.slider-container {
    position: relative;
}

.slider {
    display: none;
    margin: 0 24px;
    overflow: hidden;
}

.slider.slick-initialized {
    display: block;
}

.slider-arrow {
    position: absolute;
    top: 50%;
    height: 36px;
    margin-top: -18px;
    /* 高さの半分だけネガティブマージン */
    color: #bd77f2;
    line-height: 36px;
    font-size: 28px;
    cursor: pointer;
    z-index: 10;
    /* 重要 */
}

.slider-prev {
    left: 0;
}

.slider-next {
    right: 0;
}

.slick-slide {
    outline: 0;
}


#slider {
    background-color: #000;
}

#slider .slick-prev:before,
#slider .slick-next:before {
    font-size: 80px;
}

.slider .slick-prev::before {
    color: #fff;
}

.slider .slick-next::before {
    color: #fff;
}

#sponcers-banner .slick-prev::before,
#sponcers-banner .slick-next::before {
    color: #444;
}


.slider .slick-prev {
    left: 0px;
}

.slider .slick-next {
    right: 0px;
}

.slick-prev:hover:before {
    animation: arrow_prev .5s ease-out forwards;
}

@keyframes arrow_prev {
    0% {
        right: 0px;
    }

    50% {
        right: 5px;
    }

    100% {
        right: 0;
    }
}

.slick-next:hover:before {
    animation: arrow_next .5s ease-out forwards;
}

@keyframes arrow_next {
    0% {
        left: 0px;
    }

    50% {
        left: 5px;
    }

    100% {
        left: 0;
    }
}

@media screen and (max-width:480px) {
    .slick-prev {
        left: 30px;
    }

    .slick-next {
        right: 30px;
    }
}


.slider.banner-item-header {
    background-color: #1f1f1f;
    padding: 15px 15px;
}


@media screen and (max-width: 767px) {
    #slider {
        padding: 128px 0 0 0 !important;

    }

    /*
  #slider{
      padding:184px 0 0 0!important;

  }*/
}

/* ------------------------------
breadcrumbs
 ------------------------------ */
#breadcrumb {
    padding: 15px 0 !important;
    background: #eee;
}

.breadcrumbs {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    font-size: 11px;
    padding: 0 0 0 0;
    color: #504F4F;
}

.breadcrumbs a {
    color: #504F4F;
    text-decoration: underline;
    padding: 10px 0px;
    border-radius: 4px;
}

.breadcrumbs a:hover {
    text-decoration: none;
    background-color: #e20013;
    color: #fff;
}

.breadcrumbs span span {
    margin: 0 10px 0 10px;
}


/* ------------------------------
005: HOME
 ------------------------------ */
#news {
    background: #f4f7f6;
}

.news-item {
    background-color: #fff;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 15px;
}

.news-text {
    padding: 15px;
}

.news-text h4 {
    text-align: left;
    margin-bottom: 0;
}

.news-text p.date {
    font-size: 11px;
    font-size: 1.1rem;
    color: #9c9c9c;
    margin-bottom: 15px;
}


.news-thum {
    position: relative;
    overflow: hidden;
    background: #e4e4e4;
    height: 158px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.news-thum img {
    -moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;

    /*
    max-width: 150%;
    max-height: 150%;
    object-fit:cover;
    font-family: 'object-fit: cover;'; /*IE対策*/
    width: auto;
    max-width: 272px;
    max-height: 181px;
}

.news-item a {
    display: block;
}

.news-item a:hover>img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}

.news-text:hover {
    background: #fafafa;
}

.news-text p {
    color: #444;
    word-break: break-word;
}

@media (min-width: 768px) and (max-width: 992px) {
    .news-thum img {
        width: auto;
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {

    .news-thum {
        position: relative;
        overflow: hidden;
        height: 110px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .news-thum img {
        width: auto;
        max-width: 100%;
        max-height: 100%;
    }

    .news-text h4 {
        font-size: 16px;
        font-size: 1.6rem;
    }
}

.category-name {
    position: absolute;
    left: 0;
    bottom: -2px;
    z-index: 10000;
    cursor: auto;
}

.category-name ul {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.category-name ul li {
    display: inline-block;
    list-style: none;
    padding: 0 1px;
    color: #fff;
    font-size: 10px;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 0;
}

.category-news-sports,
.category-news-sports-en {
    background-color: #FF5252;
}

.category-news-fighting-games,
.category-news-fighting-games-en {
    background-color: #e20013;
}

.category-news-clash-royale,
.category-news-clash-royale-en {
    background-color: #FFA724;
}

.category-news-media-ja,
.category-news-media-en {
    background-color: #000000;
}

.category-name ul li.category-news-rainbow-six-siege,
.category-name ul li.category-news-rainbow-six-siege-en {
    background-color: #ffdb00;
    color: #000;
}

.category-name ul li.category-news-en {
    display: none;
}

#members h3 {
    color: white;
}



#members {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(246, 151, 5, 0.65)), to(rgba(233, 1, 17, 0.65))), url(../../assets/img/bg-favgaming.jpg);
    background-image: linear-gradient(to right, rgba(246, 151, 5, 0.65), rgba(233, 1, 17, 0.65)), url(../images/bg-favgaming.jpg);
    /* background-size: cover; */
    background-position: center 60%;
    background-attachment: fixed;
}

#members ul#tab {
    zoom: 1;
    background: rgba(255, 255, 255, 0.8);

    list-style: none;
    margin: 0 auto;
    padding: 0;
}

#members ul#tab:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    line-height: 0;
    visibility: hidden;
}

#members ul#tab li {
    float: left;
    text-align: center;
    width: 33.33%;
    /*width: 50%;*/
}

#members ul#tab li:last-child {
    background: none;
}

#members ul#tab li a {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    width: 100%;
    padding: 5%;
    text-decoration: none;
    color: #fff;
    position: relative;
    background-color: rgb(241, 141, 2);
}

#members ul#tab li a:hover {
    background-color: rgb(248, 159, 36);
    color: #fff;
}

#members ul#tab li.active,
#members ul#tab li.active a,
#members ul#tab li.active a:hover {
    background: rgba(255, 255, 255, 0.4);
    color: #f18d02;
}

#members ul#tab li a:after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: -10px;
    left: 0px;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: rgb(241, 141, 2) transparent transparent;
    border-width: 10px 10px 0px;
}

#members ul#tab li.active a:after {
    display: none;
}

#detail {
    clear: both;
    overflow: hidden;
    background: #f7f7f7;
    width: 100%;
    padding: 3%;
}

.tabbox {
    display: none;
}


.profile-thum {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    margin-bottom: 24px;

}

.profile-name {
    position: absolute;
    bottom: 0;
    width: 101%;
    padding: 40px 0 0 0;
    background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .8) 100%);
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .8) 100%);
    color: #fff;
    text-align: center;
}

.profile-name p {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    margin-bottom: 12px;
}

p.profile-button {
    margin-bottom: -30px;
}

.profile-thum a:hover>.profile-name p {
    transform: translate(0px, -30px);
}

.profile-button i {
    font-size: 18px;
    font-size: 1.8rem;
}

.mfp-bg {
    background: #fff !important;
    opacity: 1 !important;
}

#popup-nav .mfp-close {
    width: 60px;
    height: 60px;
    position: fixed;
    right: 20px;
    top: 20px;
    overflow: hidden;
    border: none;
    background: url(../images/cross2.png) no-repeat center center;
    text-indent: 200%;
    color: transparent;
    outline: none;
    z-index: 100;
}

@media screen and (max-width: 992px) {
    .profile-thum {
        margin-bottom: 15px;
    }
}


@media screen and (max-width: 767px) {
    .news-text {
        padding: 10px;
    }

    .news-text p.date {
        margin-bottom: 10px;
    }

    #members ul#tab li a {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .profile-thum {
        margin-bottom: 15px;
    }
}

/* ------------------------------
 button
 ------------------------------ */
.button-wrapper {
    clear: both;
    position: relative;
    max-width: 225px;
    margin-left: auto;
    margin-right: auto;
    padding: 24px 0;
}

.button {
    display: block;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    padding: 17px 0;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    border-color: #e74c3c;
    background-color: #e74c3c;
    color: white;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    background-image: linear-gradient(224deg, #ff6236 14%, #c80039 100%);
    color: #fff !important;
    transition: transform 0.2s cubic-bezier(0.25, 0, 0.25, 1), background-color 0.2s cubic-bezier(0.25, 0, 0.25, 1);
}

.button:hover {
    background-color: #fff;
    color: #e74c3c;
    background-image: linear-gradient(164deg, #ff6236 14%, #c80039 100%);
    color: #fff !important;
    transition: transform 0.2s cubic-bezier(0.25, 0, 0.25, 1), background-color 0.2s cubic-bezier(0.25, 0, 0.25, 1);
}


.button:after {
    font-size: 12px;
    position: absolute;
    right: 20px;
    color: #fff;
}

.button:after {
    font-family: FontAwesome;
    content: "\f105";
}
















/* ------------------------------
004: Main Visual
 ------------------------------ */
#main-visual-image {
    background-color: black;
    width: 100%;
    height: 400px;
    position: absolute;
    padding: 0 0 0 0 !important;
    background-size: cover;
}


#main-visual-text {
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

#main-visual-text .container {
    width: 100%;

    text-align: center;
    color: white;
}

#main-visual-text h2 {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 120%;
    font-weight: bold;
    color: white;
    margin-bottom: 0px;
    margin: 0 auto;
    max-width: 880px;
}

#main-visual-text h2 span {
    color: #315898;
}

#main-visual-text .container p {
    font-size: 140%;
    margin-bottom: 0px;
}

.main-visual-pages {
    height: 400px;
    overflow: hidden;
    padding: 30px 0 0 0 !important;
}

/*スライダー設置後
.main-visual-pages{
        height:400px;
        overflow: hidden;
        padding: 111px 0 0 0!important;
}
*/
@media screen and (max-width: 767px) {
    .main-visual-pages {
        padding: 80px 0 0 0 !important;
    }

    /*スライダー設置後
.main-visual-pages{

        padding: 151px 0 0 0!important;
}
*/

    #main-visual-image,
    .main-visual-pages {
        height: 280px !important;
    }

    #main-visual-text .container {
        padding: 10px 10px;
    }

    #main-visual-text h2 {
        font-size: 22px;
        font-size: 2.2rem;

        font-weight: bold;
        color: white;
        margin-bottom: 0px;
    }

    #main-visual-text .container p {
        font-size: 14px;
        font-size: 1.4rem;
    }
}



/* ------------------------------
 #favgaming
 ------------------------------ */
#favgaming {
    padding: 120px 0;
    background-image: url(https://s3-ap-northeast-1.amazonaws.com/favgaming/images/bg-favgaming.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    text-align: center;
}

#favgaming h4 {
    max-width: 120px;
    margin: 0 auto 24px auto;
}

#favgaming p {
    color: white;
    font-size: 16px;
    font-size: 1.6rem;
}

@media screen and (max-width: 1099px) {}

@media screen and (max-width: 991px) {}

@media screen and (max-width: 767px) {
    #favgaming p {
        text-align: left;
    }
}

@media screen and (max-width: 480px) {}


/* ------------------------------
 widget
 ------------------------------ */
.widget-twitter {
    margin-bottom: 24px;
}

.video {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.video iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/* ------------------------------
 Footer
 ------------------------------ */
#footer {
    padding: 0 0 0 0 !important;
    text-align: center;
    background-color: white;
    /*
background: linear-gradient(-45deg, rgba(266, 0, 19, .8), rgba(241, 141, 2, .8));
background-size: 600% 600%;
animation: AnimationName 10s ease infinite;
*/

}

#footer:before {
    content: "";
    display: block;
    height: 3px;
    width: 100%;
    background: -webkit-gradient(linear, left top, right bottom, from(#e20013), to(#f18d02));
    background: -moz-linear-gradient(left, #e20013, #f18d02);
    background: linear-gradient(to right, #e20013, #f18d02);
}



footer p {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 30px 0;
}

.sns-icon {
    margin-bottom: 12px;
    padding-top: 60px;
}

.sns-icon li {
    width: 50px;
}

.sns-icon li img {
    width: 100%;
    display: block;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}


.banner {
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 32px;
}

.banner ul {
    padding: 0 0 0 0;
    margin: 0 0 0 0;

    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: center;
}

.banner ul li {
    list-style: none;
    padding: 5px;
    max-width: 260px;
}

.banner ul li p {
    padding-top: 5px;
    font-size: 13px;
    font-size: 1.3rem;
    color: #696969;
}

.banner ul li img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

@media screen and (max-width: 1099px) {}

@media screen and (max-width: 991px) {}

@media screen and (max-width: 767px) {
    .footer-nav ul li {
        float: none;
        width: 100%;

    }

    .footer-nav ul li a {
        line-height: 1.8;
    }

}

@media screen and (max-width: 480px) {}



/* ------------------------------
 News
 ------------------------------ */
#main-visual-image.news {
    background-image: linear-gradient(to right, rgba(246, 151, 5, 0.65), rgba(233, 1, 17, 0.65)), url(https://s3-ap-northeast-1.amazonaws.com/favgaming/images/header-news.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}


.pager {
    clear: both;
    overflow: hidden;
    padding: 48px 0 0 0;
    margin-bottom: 0;
}

.pager ul {
    list-style: none;
    position: relative;
    left: 50%;
    float: left;
}

.pager ul li {
    margin: 0 2px;
    position: relative;
    left: -50%;
    float: left;
}

.pager ul li span,
.pager ul li a {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0.6em 1em;
    border-radius: 3px;
    border: none;
}

.pager ul li a {
    background: #fff;
    color: #000;
    text-decoration: none;

}

.pager ul li a:hover {
    background: #333;
    color: #FFF;
}

.pager ul li.current span {
    background: #f69705;
    color: #fff;
    text-decoration: none;
}

.page-numbers {
    display: inline-block;
    padding: 5px 10px;
    background: #fff;
    border-radius: 4px;
    margin: 5px;
}

@media screen and (max-width: 768px) {
    .pager {
        padding: 0 10px;
    }

    .pager ul {
        list-style: none;
        position: relative;
        left: 0%;
        float: left;
        padding: 0 0 0 0;
    }

    .pager ul li {
        margin: 0 2px;
        position: relative;
        left: 0%;
        float: left;
    }
}

.screen-reader-text {
    display: none;
}

.page-numbers .page-numbers {
    background: #fff;
    color: #000;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0.6em 1em;
    border-radius: 3px;
    border: none;
}

.page-numbers.current {
    background: #f69705;
    color: #fff;
    text-decoration: none;
}


.news-detail>div:first-child {
    background-image: linear-gradient(to right, rgba(246, 151, 5, 0.65), rgba(233, 1, 17, 0.65));
    height: 100%;
}


.post-date {
    font-size: 90%;
    font-size: 0.9rem;
}

.post-title {
    color: #3d7fe0;
    font-weight: bold;
    font-size: 120px;
}

.entry-contents {
    margin-bottom: 24px;
    background-color: white;
    border-radius: 5px;
    padding: 5%;
}
.entry-contents img{
    max-width: 100%;
    height: auto;
}
.entry-contents-thum {
    margin-bottom: 24px;
}

.entry-contents-text {
    padding: 0;
    letter-spacing: .05rem;
}

.entry-contents-text p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
    word-break: break-word;
}



.entry-contents-text h1 {
    position: relative;
    color: #f69705;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    padding: 0.5em;
    background: -webkit-repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px, #ffe4b1 3px, #ffe4b1 8px);
    background: repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px, #ffe4b1 3px, #ffe4b1 8px);
    border-radius: 5px;
    margin-bottom: 18px;
}

.entry-contents-text h1:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 30px;
    border: 15px solid transparent;
    border-top: 15px solid #ffebbe;
    width: 0;
    height: 0;
}

.entry-contents-text h2 {
    display: block;
    width: 100%;
    padding: 0.5em;
    color: #f69705;
    background: #fffaf4;
    /*背景色*/
    border-left: solid 5px #f69705;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 12px;
    text-align: left;
}

.entry-contents-text h3 {
    display: block;
    width: 100%;
    padding: 0.5em;
    border-radius: 5px;
    background: #f3f3f3;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 12px;
    text-align: left;
    color: #000 !important;
}

.entry-contents-text h3:after {
    display: none;

}

.sns-icons {
    width: 100%;
    margin: 20px 0 0 0;
    overflow: hidden;
}

.sns-icons>a {
    float: left;
    width: 32.6%;
    margin: 0 2px 0 0;
    padding: 0.5em 0 0.6em;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    line-height: 2;
    border-radius: 4px;
    text-decoration: none;
    position: relative;
}

.sns_count {
    position: absolute;
    font-size: 10px;
    right: 2px;
    bottom: -3px;
}

.sns-icons a:hover {
    opacity: 0.8;
}


.wiget-block {
    padding: 24px 0;
}

.tag-block {
    clear: both;
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
    text-align: left;
}

.tags {
    display: inline-block;
    margin: 0 5px 7px 0;
    padding: 3px 5px;
    border: solid 1px #e9e9e9;
    border-radius: 2px;
    background: #eee;
    color: #7a7a7a !important;
    font-size: 13px;
    cursor: pointer;
}

.tags {
    padding: 4px 7px;
    border: solid 1px #d9d9d9;
    color: #6a6a6a;
}

.tags:hover {
    background: #d2d2d2;
}

.tab-block-header {
    text-align: left;
    padding: 5px;
}

.tab-block-header h5 {
    font-size: 140%;
    font-weight: 700;
}



#sidebar .widget_title {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    background-color: #f69705;
    color: white;
    padding: 10px;
    border-radius: 5px;
}



#sidebar-in ul {
    padding: 0 0 0 0;
    margin: 0 0 50px 0;
}

#sidebar-in ul li {
    position: relative;
    padding: 15px 0;
    list-style-type: none;
    border-bottom: 1px dotted #ccc;
}

#sidebar-in ul li a {
    display: block;
}

.widget_post_title {
    width: calc(100% - 100px);
    float: left;
}

.widget_thum {
    width: 90px;
    height: 90px;
    float: left;
    margin: 0 10px 0 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.widget_thum img {
    width: 90px;
    height: 90px;
    object-fit: cover;
}

.widget_post_title h4 {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.7;
    text-align: left;
}

.widget-time {
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: normal;
    margin-bottom: 3px;
    display: inline-block;
}



@media screen and (max-width: 992px) {}


@media screen and (max-width: 768px) {
    .tag-block {
        padding: 10px;
        text-align: center;
    }

    .tab-block-header {
        text-align: center;
        padding: 5px;
    }

    .wiget-block {
        text-align: center;
    }

    .masonry-grid .col-xs-4 {
        padding-left: 0;
        padding-right: 0;
    }

    .sns-icons>a span {
        display: none;
    }
}

.post-category {}

.entry-contents-category {
    width: 100%;
}

/*
.category-name{
    display: inline-block;
    background-color: #d0d0d0;
    color: #fff;
    letter-spacing: 0.02em;
    height: 18px;
    padding: 0 4px;
    line-height: 18px;
    font-weight: normal;
    font-size: 11px;
    margin-right: 5px;
}*/
.category-block {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    vertical-align: top;
    float: left;
    width: 50%;
    padding: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    z-index: 0;
    cursor: pointer;
}

.category-block:nth-child(odd) {}

.category-block:nth-child(even) {}

.category-block a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -999px;
}

.heading-general {
    display: block;
    width: 100%;
    padding: 17px 8px 17px 18px;
    border-radius: 5px;
    background: #f3f3f3;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 12px;
}


.article-image {
    border: 1px solid #e1e1e1;
    padding: 6px;
    position: relative;
    width: 150px;
    height: 104px;
    z-index: 3;
    float: left;
    background-color: #fff;
    margin-bottom: 6px;

}

.article-image img {
    width: 100%;
    position: relative;
    z-index: 4;
}


.category-right {
    float: left;
    padding-left: 10px;
}

.category-block-name {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 10px;
}

.category-post {
    display: inline-block;
    border: 1px solid #e1e1e1;
    padding: 5px 7px;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
}

.category-update {
    margin-top: 5px;
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
}

/* ------------------------------
 Contact
 ------------------------------ */
#main-visual-image.contact {
    height: 450px;
    background-image: url(https://s3-ap-northeast-1.amazonaws.com/favgaming/images/header-contact.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

#main-visual-image.contact-thanks {
    height: 550px;
    background-image: url(https://s3-ap-northeast-1.amazonaws.com/favgaming/images/header-thanks.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.contact-block {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}

.contact-block input {
    padding: 4px;
    border-radius: 4px;
    background-color: #fff;
    border: solid 1px #ccc;
    font-size: 160%;
    margin-bottom: 0px;
    width: 80%;
    transition: all 0.2s ease;
}


.contact-block input:focus {
    background-color: #ffffff;
    color: #333333;
    width: 100%;
}

.contact-block textarea {
    width: 100%;
    height: 100px;
    border: solid 1px #ccc;
}

.wpcf7-submit {}

input.wpcf7-submit {
    display: block;
    width: 100%;
    max-width: 304px;
    margin: 0 auto;
    border-width: 1px;
    border-style: solid;
    padding: 17px 0;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    border-color: #e74c3c;
    background-color: #e74c3c;
    color: white;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    background-image: linear-gradient(224deg, #ff6236 14%, #c80039 100%);
    color: #fff !important;
    transition: transform 0.2s cubic-bezier(0.25, 0, 0.25, 1), background-color 0.2s cubic-bezier(0.25, 0, 0.25, 1);
}

input.wpcf7-submit:hover {
    background-color: #fff;
    color: #e74c3c;
    background-image: linear-gradient(164deg, #ff6236 14%, #c80039 100%);
    color: #fff !important;
    transition: transform 0.2s cubic-bezier(0.25, 0, 0.25, 1), background-color 0.2s cubic-bezier(0.25, 0, 0.25, 1);
}

.wpcf7-textarea {
    resize: vertical;
    width: 100%;
    margin-bottom: 0px;
}

.wpcf7-form label {
    width: 100%;
}

.recruit-form {
    margin-bottom: 24px;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    border: 2px solid #ff0000;
    color: #ff0000;
}

.wpcf7-recaptcha div {
    margin: 0 auto;
}

div.wpcf7-response-output {
    margin: 1em auto 2em;
    max-width: 680px;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    color: #398f14;
    text-align: center;
}

/* ------------------------------
 sponsors
 ------------------------------ */
#main-visual-image.sponsor {
    background-image: linear-gradient(to right, rgba(246, 151, 5, 0.65), rgba(233, 1, 17, 0.65)), url(https://s3-ap-northeast-1.amazonaws.com/favgaming/images/header-sponsor.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.sponsor-item {
    background-color: #fff;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 24px;
    display: flex;
}

.sponsor-thum {
    margin-bottom: 12px;
}

.sponsor-text {
    width: 100%;
    padding: 1rem;
    box-sizing: border-box;
}

.sponsor-text h4 {
    text-align: left;
    font-size: 24px;
    font-size: 2.4rem;
    border-bottom: 1px dotted #d9d9d9;
    padding-top: 12px;
}

.sponsor-sns ul {
    padding: 0 0 0 0;
    margin: 12px 0;
}

.sponsor-sns ul li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

.sponsor-sns ul li i {
    font-size: 24px;
    font-size: 2.4rem;
}

.sponsor-thum {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 0 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sponsor-thum img {
    width: auto;
    max-height: 60px;
    max-width: 220px;
    display: initial;
}

.sponsor-sns {
    padding-top: 12px;
}

.sponsor-sns ul li a {
    color: #ccc;
}

#sponsor .ajax-result {
    clear: both;
}


@media screen and (max-width: 768px) {
    .sponsor-text h4 {
        font-size: 18px;
        font-size: 1.8rem;
    }

    .sponsor-thum {
        padding: 36px 0;
    }

    .sponsor-thum img {
        width: auto;
        max-height: 40px;
        max-width: 180px;
        display: initial;
    }

    .sponsor-item {
        display: block;
    }
}




/* ------------------------------
 member
 ------------------------------ */
#main-visual-image.member {
    background-image: linear-gradient(to right, rgba(246, 151, 5, 0.65), rgba(233, 1, 17, 0.65)), url(https://s3-ap-northeast-1.amazonaws.com/favgaming/images/header-member.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}



/*-- loading bar --*/
.loadingBar {
    width: 0;
    height: 3px;
    background: linear-gradient(to right, #e20013, #f18d02);
    position: fixed;
    top: 0;
    left: 0;
    transition: all 0.2s linear 0s;
    z-index: 100;
}



#main-visual-image.category-post {
    background-image: linear-gradient(to right, rgba(246, 151, 5, 0.65), rgba(233, 1, 17, 0.65));
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.category-text {}


#schedule table {
    width: 100%;
    background-color: white;
}

#schedule table>thead>tr>th,
#schedule table tbody>tr>th,
#schedule table>tfoot>tr>th,
#schedule table>thead>tr>td,
#schedule table>tbody>tr>td,
#schedule table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border: 1px solid #ddd;
}

#schedule table tr td:first-child {
    width: 30%;
    font-size: 10px;
    font-size: 1.0rem;
    vertical-align: middle;
}

#schedule table tr:nth-child(odd) {
    background: #f6f6f6;
}

#schedule table tr:hover {
    background: #ddd;
}


#main-visual-image.category-fighting {
    background-image: linear-gradient(to right, rgba(246, 151, 5, 0.65), rgba(233, 1, 17, 0.65)), url(https://s3-ap-northeast-1.amazonaws.com/favgaming/images/header-fighting.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    border: none;
}

#main-visual-image.category-sports {
    background-image: linear-gradient(to right, rgba(246, 151, 5, 0.65), rgba(233, 1, 17, 0.65)), url(https://s3-ap-northeast-1.amazonaws.com/favgaming/images/header-sports.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    border: none;
}

#main-visual-image.category-crash {
    background-image: linear-gradient(to right, rgba(246, 151, 5, 0.65), rgba(233, 1, 17, 0.65)), url(https://s3-ap-northeast-1.amazonaws.com/favgaming/images/header-crash.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    border: none;
}

#main-visual-image.category-rainbow-six-siege {
    background-image: linear-gradient(to right, rgba(246, 151, 5, 0.65), rgba(233, 1, 17, 0.65)), url(https://s3-ap-northeast-1.amazonaws.com/favgaming/images/header-siege.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    border: none;
}

#main-visual-image.category-goods {
    background-image: linear-gradient(to right, rgba(246, 151, 5, 0.65), rgba(233, 1, 17, 0.65)), url(https://s3-ap-northeast-1.amazonaws.com/favgaming/images/header-goods.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    border: none;
}

#main-visual-image.category-valorant {
    background-image: linear-gradient(to right, rgba(246, 151, 5, 0.65), rgba(233, 1, 17, 0.65)), url(https://favgaming.s3-ap-northeast-1.amazonaws.com/images/header-valorant.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    border: none;
}

#main-visual-image.category-apex {
    background-image: linear-gradient(to right, rgba(246, 151, 5, 0.65), rgba(233, 1, 17, 0.65)), url(https://favgaming.s3-ap-northeast-1.amazonaws.com/images/header-apex.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    border: none;
}


#main-visual-image.category-pubg{
    background-image: linear-gradient(to right, rgba(246, 151, 5, 0.65), rgba(233, 1, 17, 0.65)), url(https://favgaming.s3-ap-northeast-1.amazonaws.com/images/banner-pubgmobile.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    border: none;
}

#main-visual-image.category-call-of-duty{
    background-image: linear-gradient(to right, rgba(246, 151, 5, 0.65), rgba(233, 1, 17, 0.65)), url(https://favgaming.s3-ap-northeast-1.amazonaws.com/images/cod-banner-min.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    border: none;
}

#main-visual-image.category-streamer{
    background-image: linear-gradient(to right, rgba(246, 151, 5, 0.65), rgba(233, 1, 17, 0.65)), url(https://favgaming.s3-ap-northeast-1.amazonaws.com/images/cod-banner-min.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    border: none;
}
#main-visual-image.category-streamer{
    background-image: linear-gradient(to right, rgba(246, 151, 5, 0.65), rgba(233, 1, 17, 0.65)), url(https://favgaming.s3-ap-northeast-1.amazonaws.com/images/banner-streamer-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    border: none;
}
#main-visual-image.category-identity-v{
    background-image: linear-gradient(to right, rgba(246, 151, 5, 0.65), rgba(233, 1, 17, 0.65)), url(https://favgaming.s3-ap-northeast-1.amazonaws.com/images/banner-identityV-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    border: none;
}





#schedule {
    background-color: white;

}

.schedule {
    margin-bottom: 60px;
}

.member-item {
    text-align: center;
    margin-bottom: 24px;
    min-height: 178px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.member-item img {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.member-item h5 {
    padding: 10px 0;
}

.member-item p a {
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .schedule {
        padding-top: 30px;
    }

    .member-item {
        min-height: auto;
    }
}

/* ------------------------------
 recruit
 ------------------------------ */
#main-visual-image.recruit {
    background-image: linear-gradient(to right, rgba(246, 151, 5, 0.65), rgba(233, 1, 17, 0.65)), url(https://s3-ap-northeast-1.amazonaws.com/favgaming/images/header-recruit.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.recruit-description {
    margin: 0 auto;
    overflow: auto;
    max-width: 680px;
    height: 200px;
    border: 1px solid #CCCCCC;
    padding: 10px;
    margin-bottom: 36px;


    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 15px;
}

.recruit-description section {
    padding: 10px 0 !important;
}

.recruit-description section ul {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.recruit-description section ul li {
    list-style-type: none;
}

.recruit-description h2,
.recruit-description h3 {
    font-size: 15px !important;
    text-align: left;
    color: #202121;
    margin: 0 0 0 0;
    padding: 12px 0 0px 0;
}

.recruit-description h2:after,
.recruit-description h3:after {
    display: none;
}


/* ------------------------------
 streamer
 ------------------------------ */
#main-visual-image.streamers {
    background-image: linear-gradient(to right, rgba(246, 151, 5, 0.65), rgba(233, 1, 17, 0.65)), url(https://s3-ap-northeast-1.amazonaws.com/favgaming/images/header-streamer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

#streamer {}

.streamer-item {
    background-color: #fff;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 15px;
    padding: 10px;
    transition: .5s;
}

.streamer-item a p {
    color: #444;
    font-size: 12px;
    font-size: 1.2rem;
    word-wrap: break-word;
}

.streamer-thum {
    width: 100%;
    padding: 30px 0;
    transition: .5s;
}

.streamer-item a:hover .streamer-thum {
    transform: rotateY(360deg);
}

.streamer-item:hover {
    background-color: #eee;
}

.streamer-thum img {
    display: block;
    margin-top: 10px;
    width: 100%;
    height: 100%;
    max-width: 100px;
    max-height: 100px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    background-color: #fafafa;
    overflow: hidden;
    margin: 0 auto;
}

.streamer-text {
    width: 100%;
}

.streamer-text h4 {
    text-align: left;
    font-size: 18px;
    font-size: 1.8rem;
    border-bottom: 1px dotted #d9d9d9;
    padding-bottom: 4px;
}

/*
 * 20181114 loading streamer
 */
.x-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 76px;
    height: 76px;
    margin-top: -38px;
    margin-left: -38px;
    background: url(../images/loading-icon.gif) no-repeat;
    background-size: contain;
    display: block;
    z-index: 99;
}



/* ------------------------------
 item
 ------------------------------ */



.item {}

.goods-thum {}

.goods-thum {
    background: #f69705;
}

.goods-thum img {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.goods-thum:hover img {
    opacity: .8;
}

.goods-item h4 {
    text-align: left;
}

.goods-item h4 span {
    display: block;
    font-size: 11px;
}
p.price{
  text-align: right;
}
p.price span {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
}

#main-visual-image.main-visual-good,
.main-visual-good {
    height: 200px;
}

.gallery {
    margin: 0 0 0 0;
}

.gallery dt {
    text-align: center;
    margin: 0 0 10px 0;
    max-width: 514px;
    height: 343px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    background: #e4e4e4;
}

#main-image {
    max-width: 514px;
    max-height: 343px;
    width: auto;
    height: auto;
}

.gallery dd ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    align-items: center;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.gallery dd ul li {
    padding: 0 0 0 0;
    width: 23.45%;
    list-style-type: none;
    position: relative;
    overflow: hidden;
    border: 1px solid #e4e4e4;
    height: 87px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    margin-right: 2%;
}

.gallery dd ul li:nth-child(4),
.gallery dd ul li:last-child {
    margin-right: 0%;
}

.gallery dd ul li img.thumbnail {
    display: block;
    padding: 0px;
    margin-bottom: 0px;
    line-height: 1.42857143;
    background-color: #fff;
    border: none;
    border-radius: 0;
    -moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
    width: auto;
    max-width: 272px;
    max-height: 90px;
}

.goods-content h2 {
    text-align: left;
}

.goods-button {
    margin: 20px 0;
}

.goods-button p {
    margin-bottom: 10px;
}

.goods-content h2 span,
#main-visual-text h2 span {
    color: #315898;
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
}

.goods-content h2 span{
  color: #000;
}

#gallery .goods-thum{
    background: transparent;
        margin-bottom: 15px;
}

#gallery .goods-thum:hover img {
    opacity: 1;
}


@media screen and (max-width: 768px) {
    .goods-item {
        margin-bottom: 36px;
    }

    .goods-item h4 {
        font-size: 16px;
        font-size: 1.6rem;
    }

    .gallery dt {
        text-align: center;
        margin: 0 0 10px 0;
        max-width: 100%;
        height: auto;
    }

    #main-image {
        max-width: 100%;
        max-height: 343px;
        width: auto;
        height: auto;
    }

    .entry-goods-content .col-xs-6 {
        padding: 0 0 0 0;
    }

    .gallery dd ul li img.thumbnail {
        max-width: 100%;
    }

    .gallery dd ul li {
        padding: 0 0 0 0;
    }
}



.language-select{
    display: none;
}