@charset "utf-8";

/*
 PC用
------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }

  .topicsMenu {
    width: 960px;
    margin: 40px auto;
  }
  .topicsMenu ul {
    letter-spacing: -0.5em;
  }
  .topicsMenu ul li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    list-style: none;
    margin: 0;
  }
  .topicsMenu ul li a {
    display: table-cell;
    height: 50px;
    text-align: center;
    font-size: 110%;
    font-weight: bold;
    vertical-align: middle;
    width: 160px;
    border-right: 2px solid #000;
    transition: background-color 1s;
    -webkit-transition: background-color 1s;
  }
  .topicsMenu ul li:nth-child(1) a {
    border-left: 2px solid #000
  }
  .topicsMenu ul li a:hover {
    text-decoration: none;
  }
  .topicsMenu ul li.tm_topics a:hover {
    background: #7c9eeb;
  }
  .topicsMenu ul li.tm_topics.active a {
    background: #7c9eeb;
  }
  .topicsMenu ul li.tm_match a:hover {
    background: #ff5723;
  }
  .topicsMenu ul li.tm_match.active a {
    background: #ff5723;
  }
  .topicsMenu ul li.tm_event a:hover {
    background: #72f2dd;
  }
  .topicsMenu ul li.tm_event.active a {
    background: #72f2dd;
  }
  .topicsMenu ul li.tm_activity a:hover {
    background: #ff9e98;
  }
  .topicsMenu ul li.tm_activity.active a {
    background: #ff9e98;
  }
  .topicsMenu ul li.tm_release a:hover {
    background: #b9007d;
  }
  .topicsMenu ul li.tm_release.active a {
    background: #b9007d;
  }
  .topicsMenu ul li.tm_column a:hover {
    background: #39e461;
  }
  .topicsMenu ul li.tm_column.active a {
    background: #39e461;
  }

  .TopicsCont {
    width: 960px;
    margin: 40px auto;
  }
  .topicsTitle {
    text-align: center;
    font-size: 170%;
    font-weight: bold;
    margin: 0 0 40px;
  }
  .topicsTitle span {
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 5px solid #f0f2f4;
  }
  .topicsTitle.tt_topics span {
    border-bottom: 5px solid #7c9eeb;
  }
  .topicsTitle.tt_match span {
    border-bottom: 5px solid #ff5723;
  }
  .topicsTitle.tt_event span {
    border-bottom: 5px solid #72f2dd;
  }
  .topicsTitle.tt_activity span {
    border-bottom: 5px solid #ff9e98;
  }
  .topicsTitle.tt_release span {
    border-bottom: 5px solid #b9007d;
  }
  .topicsTitle.tt_column span {
    border-bottom: 5px solid #39e461;
  }
  .topicsTitle.tt_member span {
    border-bottom: 5px solid #ff003c;
  }

  .topicsNotice {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 2rem;
    text-align: center;
  }
  .topicsNotice a {
    text-decoration: underline;
  }
  .topicsNotice a:hover {
    text-decoration: none;
  }

  .topicsList {
    letter-spacing: -0.5em;
  }
  .topicsList > article {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    margin: 0 0 30px 30px;
    padding: 0 0 8px;
    width: 300px;
    position: relative;
    background: url(../images/topics/ico_topics_arw.png) right bottom no-repeat;
  }
  .topicsList > article:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    display: inline-block;
    width: 0;
    height: 2px;
    background: #f0f2f4;
    transition: 0.5s;
  }
  .topicsList > article:hover:before {
    width: 100%;
  }
  .topicsList > article:nth-child(3n+1) {
    margin: 0 0 30px;
  }
  .topicsList > article .newIcon {
    width: 66px;
    height: 40px;
    background: url(../images/topics/ico_new_pc.png) 0 0 no-repeat;
    text-indent: -9999px;
    position: absolute;
    top: -7px;
    left: -7px;
    opacity: 1;
    z-index: 10;
  }
  .topicsList > article .topicsImg img {
    width: 100%;
  }
  .topicsList > article .tlInner {
    position: relative;
    padding-top: 30px;
  }
  .topicsList > article .topicsCategory {
    display: inline-block;
    padding: 8px 14px;
    font-weight: bold;
    background: #f0f2f4;
    position: absolute;
    top: -15px;
    left: 0px;
    z-index: 10;
  }
  .topicsList > article h2 {
    font-weight: bold;
    font-size: 120%;
    margin: 0 0 5px 0;
  }
  .topicsList > article .topicsTime {
    margin: 10px 0 0;
    background: url(../images/topics/ico_time.png) left center no-repeat;
  }
  .topicsList > article .topicsTime span {
    margin: 0 0 0 21px;
  }
  .topicsList > article > a:hover .topicsImg img {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0.5;
  }

  .topicsList > article.tl_match:before,
  .topicsList > article.tl_match .topicsCategory {
    background: #ff5723;
  }
  .topicsList > article.tl_event:before,
  .topicsList > article.tl_event .topicsCategory {
    background: #72f2dd;
  }
  .topicsList > article.tl_activity:before,
  .topicsList > article.tl_activity .topicsCategory {
    background: #ff9e98;
  }
  .topicsList > article.tl_release:before,
  .topicsList > article.tl_release .topicsCategory {
    background: #b9007d;
  }
  .topicsList > article.tl_column:before,
  .topicsList > article.tl_column .topicsCategory {
    background: #39e461;
  }
  .topicsListTable {
    margin: 40px 0;
  }
  .topicsListTable > article {
    background: #f0f2f4;
    margin: 0 0 20px;
  }
  .topicsListTable > article > a {
    display: table;
    width: 100%;
    border: 1px solid #e8ebec;
    background: url(../images/topics/ico_topics_arw02.png) right bottom no-repeat #fff;
  }
  .topicsListTable > article > a:hover {
    -webkit-transform: translate(-5px,-5px);
    -moz-transform: translate(-5px,-5px);
    -ms-transform: translate(-5px,-5px);
    -o-transform: translate(-5px,-5px);
    transform: translate(-5px,-5px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .topicsListTable > article > a > div {
    display: table-cell;
    vertical-align: middle;
  }
  .topicsListTable > article > a > div:nth-child(1) {
    width: 240px;
  }
  .topicsListTable > article > a > div:nth-child(2) {
    padding: 10px 20px;
  }
  .topicsListTable > article > a > div .topicsImg {
    width: 240px;
  }
  .topicsListTable > article > a > div .topicsImg img {
    width: 100%;
  }
  .topicsListTable > article .topicsCategory {
    display: inline-block;
    padding: 8px 14px;
    font-weight: bold;
    background: #f0f2f4;
    margin: 0 0 5px;
  }
  .topicsListTable > article h2 {
    font-weight: bold;
    font-size: 120%;
    margin: 0 0 5px;
  }
  .topicsListTable > article .topicsDate span {
    display: block;
  }
  .topicsListTable > article .topicsTime {
    margin: 10px 0 0;
    background: url(../images/topics/ico_time.png) left center no-repeat;
  }
  .topicsListTable > article .topicsTime span {
    margin: 0 0 0 21px;
  }
  .topicsListTable.tlDesignGrid {
    letter-spacing: -0.5em;
  }
  .topicsListTable.tlDesignGrid > article {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    list-style: none;
    margin: 0 0 20px;
    width: 470px;
  }
  .topicsListTable.tlDesignGrid > article:nth-child(1) {
    width: 100%;
  }
  .topicsListTable.tlDesignGrid > article:nth-child(1) > a > div:nth-child(1) {
    width: 300px;
  }
  .topicsListTable.tlDesignGrid > article:nth-child(1) > a > div .topicsImg {
    width: 300px;
  }
  .topicsListTable.tlDesignGrid > article:nth-child(even) {
    margin-right: 20px;
  }
  .topicsListTable.tlDesignGrid > article > a > div:nth-child(1) {
    width: 180px;
  }
  .topicsListTable.tlDesignGrid > article > a > div .topicsImg {
    width: 180px;
  }

  .topicsBtn {
    padding: 0 0 0 0;
    text-align: center;
  }
  .topicsBtn a {
    display: inline-block;
    padding: 0 10px;
    min-width: 360px;
    background: #323232;
    line-height: 56px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 120%;
    font-weight: bold;
    vertical-align: top;
    -webkit-transition: 200ms all;
    transition: 200ms all;
    opacity: 1;
    border-radius: 56px;
    -webkit-border-radius: 56px;
    -moz-border-radius: 56px;
  }
  .topicsBtn a:hover {
    opacity: 0.6;
  }

  .topicsCal {
    margin: 30px 0;
  }
  .topicsCal ul {
    display: table;
    width: 100%;
    background: #f0f2f4;
  }
  .topicsCal ul li {
    display: table-cell;
    text-align: center;
  }
  .topicsCal ul li:nth-child(1),
  .topicsCal ul li:nth-child(3) {
    width: 12%;
  }
  .topicsCal ul li .tcTitle {
    line-height: 50px;
    font-size: 110%;
    font-weight: bold;
  }
  .topicsCal ul li .prevMonth {
    display: block;
    font-size: 110%;
    font-weight: bold;
    background: url(../images/topics/ico_cal_prev_arw.png) left center no-repeat;
  }
  .topicsCal ul li .nextMonth {
    display: block;
    font-size: 110%;
    font-weight: bold;
    background: url(../images/topics/ico_cal_next_arw.png) right center no-repeat;
  }
  .bnrBtn {
    width: 960px;
    margin: 50px auto;
  }
  .bnrBtn a {
    -webkit-transition: 200ms all;
    transition: 200ms all;
    opacity: 1;
  }
  .bnrBtn a:hover {
    opacity: 0.6;
  }

  .columnBg {
    background: url(../images/topics/bg_column.png) 0 0 repeat-x;
  }
  .bnrSlider {
    margin-top: 87px;
    height: 162px;
    margin-bottom: 58px;
    position: relative;
  }
  .bnrSlider img {
    width: 376px;
    margin: 5px;
  }
  .bnrSlider .flickity-page-dots {
    bottom: -18px;
  }
  .bnrSlider .column-gallery {
    width: 1158px;
    height: 162px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -579px;
  }
  .bnrBtnList {
    width: 960px;
    margin: 40px auto;
  }
  .bnrBtnList ul {
    letter-spacing: -0.5em;
  }
  .bnrBtnList ul li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    list-style: none;
    margin: 0 0 20px;
  }
  .bnrBtnList ul li:nth-child(even) {
    margin-right: 20px;
  }
  .bnrBtnList a {
    -webkit-transition: 200ms all;
    transition: 200ms all;
    opacity: 1;
  }
  .bnrBtnList a:hover {
    opacity: 0.6;
  }

  .topicsDetail {
    width: 960px;
    margin: 40px auto;
  }
  .topicsDetail .tdIcon {
    display: inline-block;
    padding: 8px 14px;
    font-weight: bold;
    background: #f0f2f4;
    margin: 0 0 5px;
  }
  .topicsDetail .tdicon_topics {
    background: #7c9eeb;
  }
  .topicsDetail .tdicon_match {
    background: #ff5723;
  }
  .topicsDetail .tdicon_event {
    background: #72f2dd;
  }
  .topicsDetail .tdicon_activity {
    background: #ff9e98;
  }
  .topicsDetail .tdicon_release {
    background: #b9007d;
  }
  .topicsDetail .tdicon_column {
    background: #39e461;
  }
  .topicsDetail .tdTitle {
    font-size: 170%;
    margin: 20px 0;
    font-weight: bold;
  }
  .topicsDetail .tdSns {
    margin: 20px 0;
  }

  .topicsDetail .tdDate {
    margin: 20px 0;
    background: url(../images/topics/ico_time.png) left center no-repeat;
  }
  .topicsDetail .tdDate span {
    margin: 0 0 0 21px;
  }

  .topicsDetail .tdBody .tdImgLeft {
    float: left;
    margin: 0 30px 30px 0;
    max-width: 300px;
  }
  .topicsDetail .tdBody .tdImgLeft img {
    width: 300px;
  }
  .topicsDetail .tdBody p {
    line-height: 2;
    margin: 0 0 30px;
  }
  .topicsDetail .tdBody p a {
    color: #ff003c;
  }
  .topicsDetail .tdBody .tdTable table {
    width: 100%;
    border: 1px solid #ebeef1;
  }
  .topicsDetail .tdBody .tdTable table th {
    width: 300px;
    padding: 10px 14px;
    background: #f0f2f4;
    border: 1px solid #ebeef1;
  }
  .topicsDetail .tdBody .tdTable table td {
    padding: 10px 14px;
    border: 1px solid #ebeef1;
  }
  .topicsDetail .tdBody .tdImg {
    margin: 0 0 30px;
    text-align: center;
  }
  .topicsDetail .tdBody .tdSource a {
    color: #ff003c;
  }
  .topicsDetail .tdBody .gredHalf {
    display: table;
    width: 100%;
  }
  .topicsDetail .tdBody .gredHalf > div {
    display: table-cell;
    width: 50%;
    vertical-align: top;
  }
  .topicsDetail .tdBody .gredHalf > div img {
    width: 100%;
  }
  .topicsDetail .tdBody .gredHalf > div:nth-child(1) {
    padding: 0 15px 0 0;
  }
  .topicsDetail .tdBody .gredHalf > div:nth-child(2) {
    padding: 0 0 0 15px;
  }
  .topicsDetail .tdBody .tdImgList {
    margin: 40px 0;
  }
  .topicsDetail .tdBody .tdImgList ul {
    letter-spacing: -0.5em;
  }
  .topicsDetail .tdBody .tdImgList ul li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    list-style: none;
    margin: 0 0 30px;
    width: 50%;
  }
  .topicsDetail .tdBody .tdImgList ul li:nth-child(odd) {
    padding: 0 15px 0 0;
  }
  .topicsDetail .tdBody .tdImgList ul li:nth-child(even) {
    padding: 0 0 0 15px;
  }
  .topicsDetail .tdBody .tdImgList ul li img {
    width: 100%;
  }


  .topicsDetail .tdBody  .tdSubTitle {
    font-size: 140%;
    margin: 20px 0;
    font-weight: bold;
  }
  .topicsDetail .tdBody  .imgCaption {
    margin: 5px 0 0;
  }
  .topicsDetail .tdBody  .tableCaption {
    margin: 10px 0;
  }
  .topicsBtn.tb2row {
    width: 360px;
    margin: 0 auto;
  }
  .topicsBtn.tb2row a {
    display: table-cell;
    vertical-align: middle;
    line-height: 1em;
    height: 56px;
  }
  .topicsBtn.tb2row a span {
    display: block;
    font-size: 70%;
  }
  .topicsBtn a.red_btn {
    background: #fb003c;
  }
  .topicsContSub {
    text-align: center;
    border: 5px solid #eeeeee;
    padding: 24px;
    margin: 32px 0;
  }
  .topicsContSub h2 {
    margin-bottom: 24px;
    text-align: center;
    font-size: 24px;
    font-size: 1.71429rem;
    font-weight: bold;
    line-height: 40px;
  }
  .topicsContSub .lead_01 {
    line-height: 1.4;
    font-size: 110%;
    margin-bottom: 32px;
  }
  .tb2rowBtn p {
    font-size: 110%;
    font-weight: bold;
    margin: 0 0 5px;
  }
  .tb2rowBtn ul {
    letter-spacing: -0.5em;
  }
  .tb2rowBtn ul li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    list-style: none;
    margin: 0;
    padding: 0 15px;
  }
  .tb2rowBtn ul li .topicsBtn {
    padding-bottom: 10px;
  }

  .loading {
    text-align: center;
    margin: 20px 0;
    display: none;
  }

  .TopicsCont .leadText {
    line-height: 1.4;
    margin-bottom: 32px;
    text-align: center;
    font-weight: bold;
  }
  .bnrMaker {
    margin: 80px 0;
  }
  .bnrMaker li {
    margin: 0 0 20px 0;
  }
  .bnrMaker > li > a {
    display: block;
  }
  .bnrMaker > li > a:hover {
    -webkit-transform: translate(-5px,-5px);
    -moz-transform: translate(-5px,-5px);
    -ms-transform: translate(-5px,-5px);
    -o-transform: translate(-5px,-5px);
    transform: translate(-5px,-5px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .finished a {
    background: #999 !important;
  }

  .finished a:hover {
    opacity: 1;
  }

  .privilegeCont {
    margin: 0 0 50px 0;
  }

  .privilegeCont dl {
    margin: 0 0 20px 0;
  }

  .privilegeCont dl dt {
    font-weight: bold;
    font-size: 150%;
    margin: 0 0 20px 0;
    text-align: center;
  }

  .privilegeCont dl dd {
    font-size: 120%;
    line-height: 2;
    text-align: center;
  }

  .privilegeCont p {
    text-align: center;
  }

  .redBtn a {
    margin-bottom: 50px !important;
    background: #ed1846 !important;
  }

}

/*
 スマホ用
------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }

  .topicsMenu {
    margin: 30px 0;
  }
  .topicsMenu ul {
    letter-spacing: -0.5em;
  }
  .topicsMenu ul li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    list-style: none;
    margin: 0;
    padding: 3px;
    text-align: center;
    width: 33.33333%;
  }
  .topicsMenu ul li a {
    display: table;
    font-size: 12px;
    font-weight: bold;
    width: 100%;
    background: #eceff1;
  }
  .topicsMenu ul li a span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 35px;
    width: 100%;
  }
  .topicsMenu ul li.tm_topics.active a {
    background: #7c9eeb;
  }
  .topicsMenu ul li.tm_match.active a {
    background: #ff5723;
  }
  .topicsMenu ul li.tm_event.active a {
    background: #72f2dd;
  }
  .topicsMenu ul li.tm_activity.active a {
    background: #ff9e98;
  }
  .topicsMenu ul li.tm_release.active a {
    background: #b9007d;
  }
  .topicsMenu ul li.tm_column.active a {
    background: #39e461;
  }

  .TopicsCont {
    margin: 30px auto;
  }
  .topicsTitle {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 40px;
  }
  .topicsTitle span {
    display: inline-block;
    padding-bottom: 3px;
    border-bottom: 3px solid #f0f2f4;
  }
  .topicsTitle.tt_topics span {
    border-bottom: 5px solid #7c9eeb;
  }
  .topicsTitle.tt_match span {
    border-bottom: 5px solid #ff5723;
  }
  .topicsTitle.tt_event span {
    border-bottom: 5px solid #72f2dd;
  }
  .topicsTitle.tt_activity span {
    border-bottom: 5px solid #ff9e98;
  }
  .topicsTitle.tt_release span {
    border-bottom: 5px solid #b9007d;
  }
  .topicsTitle.tt_column span {
    border-bottom: 5px solid #39e461;
  }
  .topicsTitle.tt_member span {
    border-bottom: 5px solid #ff003c;
  }

  .topicsNotice {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 20px;
    text-align: center;
  }
  .topicsNotice a {
    text-decoration: underline;
  }

  .topicsList {
    margin: 0 20px;
  }
  .topicsList > article {
    position: relative;
    margin: 0 0 40px;
    padding: 0 0 10px;
    background: url(../images/topics/ico_topics_arw.png) right bottom no-repeat;
  }
  .topicsList > article .newIcon {
    width: 73px;
    height: 44px;
    background: url(../images/topics/ico_new_sp.png) 0 0 no-repeat;
    background-size: 73px 44px;
    text-indent: -9999px;
    position: absolute;
    top: -7px;
    left: -7px;
    z-index: 10;
  }
  .topicsList > article .topicsImg img {
    width: 100%;
  }
  .topicsList > article .tlInner {
    position: relative;
    padding-top: 30px;
  }
  .topicsList > article .topicsCategory {
    display: inline-block;
    padding: 8px 14px;
    font-weight: bold;
    background: #f0f2f4;
    position: absolute;
    top: -15px;
    left: 0px;
    z-index: 10;
  }
  .topicsList > article h2 {
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 5px 0;
  }
  .topicsList > article .topicsTime {
    margin: 10px 0 0;
    background: url(../images/topics/ico_time.png) left center no-repeat;
  }
  .topicsList > article .topicsTime span {
    margin: 0 0 0 21px;
  }
  .topicsList > article.tl_match .topicsCategory {
    background: #ff5723;
  }
  .topicsList > article.tl_event .topicsCategory {
    background: #72f2dd;
  }
  .topicsList > article.tl_activity .topicsCategory {
    background: #ff9e98;
  }
  .topicsList > article.tl_release .topicsCategory {
    background: #b9007d;
  }
  .topicsList > article.tl_column .topicsCategory {
    background: #39e461;
  }

  .topicsListTable {
    margin: 0 20px;
  }
  .topicsListTable > article {
    position: relative;
    margin: 0 0 40px;
    padding: 0 0 10px;
    background: url(../images/topics/ico_topics_arw.png) right bottom no-repeat;
  }
  .topicsListTable > article > a > div:nth-child(2) {
    position: relative;
    padding-top: 30px;
  }
  .topicsListTable > article .topicsCategory {
    display: inline-block;
    padding: 8px 14px;
    font-weight: bold;
    background: #f0f2f4;
    position: absolute;
    top: -15px;
    left: 0px;
    z-index: 10;
  }
  .topicsListTable > article h2 {
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 5px 0;
  }
  .topicsListTable > article .topicsDate span {
    display: block;
    text-indent: -40px;
    margin: 0 0 0 40px;
  }
  .topicsListTable > article .topicsTime {
    margin: 10px 0 0;
    background: url(../images/topics/ico_time.png) left center no-repeat;
  }
  .topicsListTable > article .topicsTime span {
    margin: 0 0 0 21px;
  }

  .topicsBtn {
    padding: 0 0 30px;
    text-align: center;
  }
  .topicsBtn a {
    display: block;
    padding: 0 10px;
    margin: 0 60px;
    background: #323232;
    line-height: 50px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    /* vertical-align: top; */
    border-radius: 56px;
    -webkit-border-radius: 56px;
    -moz-border-radius: 56px;
  }

  .topicsCal {
    margin: 20px 20px;
  }
  .topicsCal ul {
    display: table;
    width: 100%;
    background: #f0f2f4;
  }
  .topicsCal ul li {
    display: table-cell;
    text-align: center;
  }
  .topicsCal ul li:nth-child(1),
  .topicsCal ul li:nth-child(3) {
    width: 24%;
  }
  .topicsCal ul li .tcTitle {
    line-height: 45px;
    font-size: 12px;
    font-weight: bold;
  }
  .topicsCal ul li .prevMonth {
    display: block;
    font-size: 12px;
    font-weight: bold;
    background: url(../images/topics/ico_cal_prev_arw.png) left center no-repeat;
    background-size: 15px;
  }
  .topicsCal ul li .nextMonth {
    display: block;
    font-size: 12px;
    font-weight: bold;
    background: url(../images/topics/ico_cal_next_arw.png) right center no-repeat;
    background-size: 15px;
  }
  .bnrBtn {
    margin: 30px 20px;
  }

  .bnrSlider {
    padding: 20px 20px 40px;
    margin: 0 0 40px;
    background: #f8f2e9;
  }

  .bnrSlider img {
    width: 100%;
  }
  .bnrSlider .flickity-prev-next-button.previous {
    left: -20px;
  }
  .bnrSlider .flickity-prev-next-button.next {
    right: -20px;
  }

  .bnrBtnList {
    margin: 30px 20px;
  }
  .bnrBtnList ul {
    letter-spacing: -0.5em;
  }
  .bnrBtnList ul li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    list-style: none;
    margin: 0 0 6px;
    width: 50%;
  }
  .bnrBtnList ul li:nth-child(1) {
    width: 100%;
    padding: 0 !important;
  }
  .bnrBtnList ul li:nth-child(even) {
    padding-right: 3px;
  }
  .bnrBtnList ul li:nth-child(odd) {
    padding-left: 3px;
  }

  .topicsDetail {
    margin: 30px 20px;
  }
  .topicsDetail .tdIcon {
    display: inline-block;
    padding: 8px 14px;
    font-weight: bold;
    background: #f0f2f4;
    margin: 0 0 5px;
  }
  .topicsDetail .tdicon_topics {
    background: #7c9eeb;
  }
  .topicsDetail .tdicon_match {
    background: #ff5723;
  }
  .topicsDetail .tdicon_event {
    background: #72f2dd;
  }
  .topicsDetail .tdicon_activity {
    background: #ff9e98;
  }
  .topicsDetail .tdicon_release {
    background: #b9007d;
  }
  .topicsDetail .tdicon_column {
    background: #39e461;
  }
  .topicsDetail .tdTitle {
    font-size: 21px;
    margin: 20px 0;
    font-weight: bold;
  }
  .topicsDetail .tdSns {
    margin: 20px 0;
  }

  .topicsDetail .tdDate {
    margin: 20px 0;
    background: url(../images/topics/ico_time.png) left center no-repeat;
  }
  .topicsDetail .tdDate span {
    margin: 0 0 0 21px;
  }

  .topicsDetail .tdBody .tdImgLeft {
    margin: 0 0 20px;
  }
  .topicsDetail .tdBody p {
    line-height: 1.6;
    margin: 0 0 20px;
  }
  .topicsDetail .tdBody p a {
    color: #ff003c;
  }
  .topicsDetail .tdBody .tdTable table {
    width: 100%;
    border: 1px solid #ebeef1;
  }
  .topicsDetail .tdBody .tdTable table th {
    display: block;
    padding: 10px 14px;
    background: #f0f2f4;
    border: 1px solid #ebeef1;
    text-align: left;
    font-weight: bold;
  }
  .topicsDetail .tdBody .tdTable table td {
    display: block;
    padding: 10px 14px;
    border: 1px solid #ebeef1;
  }

  .topicsDetail .tdBody .tdImg {
    margin: 0 0 20px;
    text-align: center;
  }
  .topicsDetail .tdBody .tdSource a {
    color: #ff003c;
  }

  .topicsDetail .tdBody .gredHalf > div:nth-child(1) {
    margin: 0 0 20px;
  }
  .topicsDetail .tdBody .gredHalf > div:nth-child(2) {
    margin: 0 0 20px;
  }

  .topicsDetail .tdBody .tdImgList {
    margin: 30px 0;
  }
  .topicsDetail .tdBody .tdImgList ul li {
    margin: 0 0 20px;
  }

  .topicsDetail .tdBody  .tdSubTitle {
    font-size: 18px;
    margin: 20px 0;
    font-weight: bold;
  }
  .topicsDetail .tdBody  .imgCaption {
    font-size: 12px;
    margin: 5px 0 0;
  }
  .topicsDetail .tdBody  .tableCaption {
    font-size: 12px;
    margin: 5px 0 0;
  }
  .topicsBtn.tb2row {
    width: 250px;
    margin: 0 auto;
  }
  .topicsBtn.tb2row a {
    display: table-cell;
    vertical-align: middle;
    line-height: 1em;
    height: 50px;
    width: 250px;
  }
  .topicsBtn.tb2row a span {
    display: block;
    font-size: 70%;
  }
  .topicsBtn a.red_btn {
    background: #fb003c;
  }
  .topicsContSub {
    text-align: center;
    border: 5px solid #eeeeee;
    padding: 12px 2px;
    margin: 20px;
  }
  .topicsContSub h2 {
    margin-bottom: 12px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
  }
  .topicsContSub .lead_01 {
    line-height: 1.4;
    margin-bottom: 16px;
  }
  .tb2rowBtn p {
    font-weight: bold;
    margin: 0 0 2px;
  }
  .tb2rowBtn ul li {
    vertical-align: top;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .tb2rowBtn ul li .topicsBtn {
    padding-bottom: 10px;
  }

  .loading {
    display: none;
    text-align: center;
  }
  .loading img {
    width: auto;
    max-width: 100%;
  }

  .TopicsCont .leadText {
    line-height: 1.4;
    margin-bottom: 20px;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
  }
  .bnrMaker {
    width: 92%;
    margin: 0 auto 40px auto;
  }
  .bnrMaker li {
    margin: 0 0 10px 0;
  }

  .finished a {
    background: #999 !important;
  }

  .finished a:hover {
    opacity: 1;
  }

  .privilegeCont {
    width: 92%;
    margin: 0 auto 30px auto;
  }

  .privilegeCont dl {
    margin: 0 0 10px 0;
  }

  .privilegeCont dl dt {
    font-weight: bold;
    font-size: 140%;
    margin: 0 0 10px 0;
    text-align: center;
  }

  .privilegeCont dl dd {
    font-size: 120%;
    line-height: 2;
    text-align: center;
  }

  .privilegeCont dl dd br {
    display: none;
  }

  .privilegeCont p {
    text-align: center;
  }

  .redBtn a {
    margin-bottom: 20px !important;
    background: #ed1846 !important;
  }

  .bnrImg {
    width: 92%;
    margin: 0 auto 30px auto;
  }

}

/* 20241126追記　メンバー募集 */
.privilegeCont-item + .privilegeCont-item {
  margin-top: 50px;
}
.privilegeCont-itemTitle {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
  background: url(../images/sugowaza/privilege_cont-item_title_bg.png) no-repeat center top / contain;
  aspect-ratio: 998 / 150;
  padding-top: 5%;
}
.privilegeCont-list {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
  margin-bottom: 50px;
}
.privilegeCont-list li {
  display: grid;
  place-items: center;
}
.privilegeCont-link a {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .privilegeCont-itemTitle {
    font-size: 3vw;
    padding-top: 4vw;
  }
  .privilegeCont-link a {
    font-size: 14px;
  }
}