#frontInfo {
  border: 2px grey solid;
  margin-top: 80px;
  margin-bottom: 20px;
  padding: 10px 30px;
}
#frontInfoTitle {
  text-align: center;
  font-weight: bold;
  font-size: 120%;
}
#frontInfoText {
  margin-top: 5px;
}

/* topLead start */
.toplead-message {
  margin: 50px auto 0;
  max-width: 1920px;
  height: 518px;
  background: url(../images/top/toplead_message_bg_pc.png) no-repeat top center/cover;
  position: relative;
  color: #fff;
}

.toplead-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  text-shadow: 1px 1px 10px rgb(0, 0, 0);
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  padding: 80px 0 0;
  margin-right: 90px;
  max-width: 650px;
  margin-left: auto;
}

.toplead-text {
  max-width: 650px;
  margin-left: auto;
  margin-right: 90px;
  margin-bottom: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  z-index: 1;
  text-shadow: 1px 1px 10px rgb(0, 0, 0);
}

.toplead-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-top: -100px;
  margin-bottom: 100px;
  position: relative;
  z-index: 1;
}

.toplead-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 230px;
  aspect-ratio: 249/139;
  background: url(../images/top/toplead_item_bg.png) no-repeat center/cover;
}

.toplead-item.--main {
  background: url(../images/top/toplead_item_bg_main.png) no-repeat center/cover;
}

.toplead-item p {
  margin: 0;
}

.toplead-item a {
  width: 100%;
  height: 100%;
  padding: 5px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.toplead-item a:hover {
  text-decoration: none;
  opacity: .7;
}

.toplead-item-head {
  text-decoration: none;
}

.toplead-item .toplead-item-text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-weight: bold;
}

.toplead-item .toplead-item-text span {
  text-decoration: underline;
}

.toplead-item-button {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  margin-top: auto;
  background: #333;
  color: #fff;
  display: block;
  text-decoration: none;
  padding: 3px 0;
  border: solid 1px #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  width: 80%;
}

.toplead-item.--main .toplead-item-text {
  color: #fff;
  font-weight: bold;
  text-shadow: 3px 3px 5px rgb(0, 0, 0);
  text-underline-offset: 5px;
}

.toplead-item.--main .toplead-item-button {
  background: #fb003c;
  border: solid 1px #fb003c;
}

@media (max-width: 1100px) {
  .toplead-list {
    max-width: 940px;
    margin: -100px 0 80px;
  }
}
/* topLead end */

@media (max-width: 767px) {
  .toplead-message {
    padding: 30px 15px 40px;
    background: url(../images/top/toplead_message_bg_sp.jpg) no-repeat center / 100% 100%;
    height: auto;
    text-align: center;
  }
  .toplead-title {
    padding-top: 0;
    margin-right: 0;
    margin-left: 0;
    font-size: 20px;
  }
  .toplead-list {
    max-width: 500px;
    margin: -20px auto 80px;
  }
  .toplead-text {
    width: 100%;
    margin: 0;
    font-size: 14px;
  }
}
/* topLead end */

@media (max-width: 767px) {
  .pc {
    display: none;
  }
  .top {
    margin-top: 20px !important;
  }
  .sns_float {
    display: none;
  }
  .keyvisual {
    margin-top: 20px;
  }
  #topmessage {
    width: 100%;
    text-align: center;
    font-size: 2rem;
    margin-top: 80px;
    margin-bottom: 40px;
  }
  #topmessage h2 {
    font-size: 6vw;
    font-weight: 600;
  }
  .more_bt {
    font-size: 1rem;
    margin-top: 20px;
  }
  #topentry {
    width: 100%;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 80px;
  }
  #topentry img {
    width: 80%;
    margin-bottom: 10px;
  }
  #topnotice {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 80px;
    font-size: 20px;
    text-align: center;
  }
  #topnotice a {
    text-decoration: underline;
  }
  .more_bt_top {
    text-align: center;
    width: 280px;
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 50%;
    background: #323232;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    padding: 15px 0;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }
  .check {
    display: none;
  }

  /* 通常時表示されるテキスト */
  .label {
    display: block;
    align-items: center;
    margin-bottom: 10px;
    height: 60px;
    padding: 20px;
  }

  /* クリック時に表示されるテキスト */
  .text {
    align-items: center;
    margin-bottom: 10px;
    text-align: center;
    /*通常時は見えなくする*/
    overflow: hidden;
    /*  通常時は高さ0を指定  */
    height: 0;
    transition: 0.5s;
    font-size: 3vw;
  }

  /* クリック時のスタイル */
  .check:checked + .label + .text {
    height: 60vw;
    padding: 20px;
  }

  #topicsCont h2 {
    font-size: 6vw;
    font-weight: 600;
    text-align: center;
  }
  #topicsCont h2 .title_line_red {
    width: 60px;
    border-top: 4px solid #fe0036;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .title_s {
    font-size: 1rem;
    font-weight: 600;
  }
  #topicsCont {
    width: 100%;
    padding: 0 0 50px 0;
    margin: 0 auto;
    font-weight: bold;
    font-size: 120% !important;
    line-height: 140%;
  }
  #topicsCont ul {
    width: 96%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    margin-left: 2%;
  }
  #topicsCont ul li {
    width: 100%;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 40px;
    position: relative;
  }
  #topicsCont ul li p {
    width: 30%;
    float: left;
    margin-right: 10px;
  }

  #topicsCont ul li img {
    vertical-align: bottom;
    width: 40%;
    height: 120px;
    object-fit: cover;
    float: left;
    margin-right: 10px;
  }

  @media screen and (max-width: 767px) {
    #topicsCont ul li {
      padding-bottom: 15px;
    }
    #topicsCont ul li img {
      margin-bottom: 55px;
    }
  }

  #topicsCont ul li dd span {
    font-size: 1rem;
    font-weight: normal;
  }
  #topicsCont .twitter {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  #eventCont {
    width: 96%;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 120px;
    margin-left: auto;
    margin-right: auto;
  }
  #eventCont h2 {
    font-size: 6vw;
    font-weight: 600;
    line-height: 140%;
  }
  #eventCont h2 .title_line_blue {
    width: 60px;
    border-top: 4px solid #0063FF;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  #eventCont h3 {
    font-size: 1.4rem;
    font-weight: 600;
  }
  .topicsListTable {
    margin: 40px 0;
    text-align: left;
    max-height: 480px;
    overflow: auto;
  }
  .topicsListTable > article {
    background: #f0f2f4;
    margin: 0 0 20px;
  }
  .topicsListTable > article > a {
    display: table;
    width: 100%;
    border: 1px solid #e8ebec;
    background: url(../images/top/ico_move.png) right 5px bottom 5px 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: 40%;
  }
  .topicsListTable > article > a > div:nth-child(2) {
    padding: 10px 20px;
  }
  .topicsListTable > article > a > div .topicsImg {
    width: 100%;
  }
  .topicsListTable > article > a > div .topicsImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .topicsListTable > article .topicsCategory {
    display: inline-block;
    padding: 8px 14px;
    font-weight: bold;
    background: #f0f2f4;
    margin: 0 0 5px;
  }
  .topicsListTable > article .topicsCategory span {
    color: #000;
  }
  .topicsListTable > article h2 {
    font-weight: bold !important;
    font-size: 120% !important;
    margin: 0 0 5px !important;
  }
  .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;
    height: 190px;
  }
  .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;
    height: 114px;
  }
  #heroCont {
    width: 100%;
    text-align: center;
    /* background-image: url(../images/top/bg02.jpg); */
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #heroCont h2 {
    font-size: 6vw;
    font-weight: 600;
    color: #000;
  }
  #heroCont ul {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    margin-bottom: 80px;
  }
  #heroCont ul li {
    margin-bottom: 20px;
    text-align: center;
  }
  #heroCont ul li img {
    width: auto !important;
  }
  #linkCont {
    width: 100%;
    text-align: center;
    padding-top: 80px;
  }
  #linkCont h2 {
    font-size: 6vw;
    font-weight: 600;
  }
  #linkCont h2 .title_line_green {
    width: 60px;
    border-top: 4px solid #03B400;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  #linkCont ul {
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 80px;
    font-weight: 600;
    text-align: left;
  }
  #linkCont ul li {
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    font-weight: 600;
    text-align: left;
    margin-bottom: 20px;
  }
  #linkCont ul li dt span {
    display: inline-block;
    padding: 0 25px 0 0;
    background: url(../images/common/ico_blank.png) no-repeat 100% center;
    background-size: 13px 13px;
  }
  #frontInfo {
    margin: 0 auto 2.0rem auto;
    width: 75%;
    padding: 5px 10px;
  }

  #reportRefine,
  #memberRegist,
  #enterpriseRegist {
    display: none;
  }

  #contents {
    width: 100%;
    margin: 0 auto;
  }

  #topMv {
    width: 90%;
    margin: 0 auto;
    padding: 0 0 15% 0;
  }

  #reportList {
    width: 100%;
    margin: 0 auto;
  }

  #reportList article {
    position: relative;
    margin: 0 auto 2.0rem auto;
    width: 75%;
  }

  #reportList article p img.newIcon {
    width: 72px;
    position: absolute;
    top: -2%;
    left: -2%;
  }

  #reportList article dl {
    margin: 0 0 0 0;
    position: relative;
  }

  #topicsCont dl dt span {
    font-size: 70%;
    padding: 1% 3%;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 3%;
    left: 0;
  }

  #topicsCont dl dt span.match {
    background: #fd5d00;
  }
  #topicsCont dl dt span.event {
    background: #1eaa42;
  }
  #topicsCont dl dt span.activity {
    background: #0078c8;
  }
  #topicsCont dl dt span.fes {
    background: #5b3da4;
  }
  #topicsCont dl dt span.column {
    background: #fd3200;
  }
  #topicsCont dl dt span.news {
    background: #d91a40;
  }
  #topicsCont dl dt span.watch {
    background: #8e9921;
  }
  #topicsCont dl dt span.release {
    background: #b60280;
  }
  #topicsCont dl dt span.report {
    background: #0f9185;
  }
  #reportList article dl dt span.activity {
    background: #0078c8;
  }

  #reportList article dl dt span.fes {
    background: #5b3da4;
  }

  #reportList article dl dt span.column {
    background: #fd3200;
  }

  #reportList article dl dt span.news {
    background: #d91a40;
  }

  #reportList article dl dt span.watch {
    background: #8e9921;
  }

  #reportList article dl dt span.release {
    background: #b60280;
  }

  #reportList article dl dt span.report {
    background: #0f9185;
  }

  #topicsCont dl dt span.enterprise {
    background: #484848;
  }

  #reportList article.match:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: #fd5d00;
  }

  #reportList article.event:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: #1eaa42;
  }

  #reportList article.activity:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: #0078c8;
  }

  #reportList article.fes:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: #5b3da4;
  }

  #reportList article.column:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: #fd3200;
  }

  #reportList article.news:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: #d91a40;
  }

  #reportList article.watch:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: #8e9921;
  }

  #reportList article.release:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: #b60280;
  }

  #reportList article.report:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: #0f9185;
  }

  #reportList article dl dd:nth-child(2) {
    font-size: 100%;
    font-weight: bold;
    padding: 7% 0 0 0;
  }

  #reportList article dl dd:last-child {
    background: url(/assets/images/top/ico_move_sp.png) no-repeat 97% center;
    background-size: 25px 18px;
  }

  #reportList article dl dd:last-child span {
    font-size: 90%;
    background: url(/assets/images/top/ico_time_sp.png) no-repeat 0 center;
    background-size: 15px 16px;
    display: inline-block;
    padding: 3% 0 3% 20px;
  }

  .object-fit-img {
    width: 100%;
  }

  #moreBtn {
    width: 280px;
    position: relative;
    margin: 0 auto 1.5rem auto;
    display: block;
    padding: 3% 0;
    font-size: 105%;
    font-weight: bold;
    color: #ff0037;
    text-align: center;
    border: 3px solid #ff0037;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
  }

  #check,
  input:checked + #moreBtn {
    display: none;
  }

  .panel {
    display: block;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    height: 0;
    overflow: hidden;
    margin-top: 10px;
    padding: 0;
  }

  input:checked + #moreBtn + .panel {
    height: auto;
    padding: 10px 0;
  }

  .reportBtn {
    width: 280px;
    margin: 0 auto 2.0rem auto;
    clear: both;
  }

  .reportBtn a {
    display: block;
    padding: 5% 0;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #323232;
    text-align: center;
    border: 3px solid #323232;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
  }

  #socialCont {
    width: 100%;
    padding: 1.5rem 0 0.75% 0;
  }

  #socialCont div {
    width: 75%;
    margin: 0 auto 2.0rem auto;
  }

  #socialCont h2 {
    width: 34%;
    margin: 0 auto 1.5rem auto;
  }

  /*
  #member p {
    width: 100%;
    position: relative;
  }

  #member p img:first-child,
  #social ul li img:first-child,
  #contentsCont div ul li img:first-child {
    position: absolute;
    top: -6px;
    left: -6px;
  }
  */

  #socialCont ul li {
    margin: 0 0 1.2rem 0;
  }

  #contentsCont {
    padding: 1.5rem 0;
    background: #f8f2e8;
  }

  #contentsCont div {
    width: 75%;
    margin: 0 auto;
  }

  #contentsCont div h2 {
    width: 55%;
    margin: 0 auto 1.5rem auto;
  }

  #contentsCont div ul li {
    margin: 0 0 1.2rem 0;
    background: #1eaa42;
  }

  #pickupCont {
    width: 100%;
    background: #f8f2e8;
    padding: 1.5rem 0 0.75rem 0;
  }

  #pickupCont h2 {
    width: 55%;
    margin: 0 auto 1.5rem auto;
  }

  #pickupCont > div {
    width: 75%;
    margin: 0 auto;
  }

  #pickupCont div ul li {
    margin: 0 0 1.2rem 0;
  }

  .mfp-iframe-holder .mfp-content {
    background: url(/assets/images/top/bg_modal.png) no-repeat;
    padding: 5rem 0 2rem 0;
    background: #fff;
  }

  .mfp-title {
    width: 100%;
    font-size: 120%;
    position: absolute;
    top: 1rem;
    left: 0;
    padding-right: 0 !important;
    color: #000 !important;
    font-weight: bold;
    line-height: 1.4 !important;
    z-index: 10;
  }

  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    padding: 5rem 0 2rem 0;
    width: 100% !important;
    height: 100% !important;
    box-shadow: none !important;
    background: #fff !important;
  }

  .mfp-image-holder .mfp-close,
  .mfp-iframe-holder .mfp-close {
    color: #000;
    width: 64px !important;
    height: 64px !important;
    right: 0 !important;
    text-align: right;
    padding-right: 0 !important;
    width: 100%;
    background: url(/assets/images/common/ico-close1_sp.png) no-repeat right 0;
    background-size: 56px 56px;
    opacity: 1 !important;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    top: 0 !important;
  }
  #footerTop {
    display: none;
  }
}

@media (min-width: 768px) {
  .smp {
    display: none;
  }
  .top {
    margin-top: -40px;
  }

  #topmessage {
    width: 100%;
    text-align: center;
    font-size: 1.8rem;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  #topmessage h2 {
    font-size: 2.4rem;
    font-weight: 600;
  }
  .more_bt {
    font-size: 1rem;
    margin-top: 20px;
    clear: both;
  }
  #topentry {
    width: 100%;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 80px;
  }
  #topicsCont h2 {
    font-size: 2.4rem;
    font-weight: 600;
    text-align: center;
  }
  #topicsCont h2 .title_line_red {
    width: 60px;
    border-top: 4px solid #fe0036;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  #topicsCont ul li img {
    vertical-align: bottom;
    width: 100%;
    height: 180px;
    object-fit: cover;
  }
  #topnotice {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 80px;
    font-size: 2rem;
    text-align: center;
  }
  #topnotice a {
    text-decoration: underline;
  }
  #topnotice a:hover {
    text-decoration: none;
  }
  #eventCont {
    width: 1060px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 120px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
  }
  #eventCont h2 {
    font-size: 2.4rem;
    font-weight: 600;
    margin-top: 40px;
  }
  #eventCont h2 .title_line_blue {
    width: 60px;
    border-top: 4px solid #0063FF;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  #eventCont h3 {
    font-size: 2rem;
    font-weight: 600;
  }
  .topicsListTable {
    margin: 40px 0;
    text-align: left;
    max-height: 510px;
    overflow: auto;
  }
  .topicsListTable > article {
    background: #f0f2f4;
    margin: 0 0 20px;
  }
  .topicsListTable > article > a {
    display: table;
    width: 100%;
    border: 1px solid #e8ebec;
    background: url(../images/top/ico_move.png) right 5px bottom 5px 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;
    height: 152px;
  }
  .topicsListTable > article > a > div .topicsImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .topicsListTable > article .topicsCategory {
    display: inline-block;
    padding: 8px 14px;
    font-weight: bold;
    background: #f0f2f4;
    margin: 0 0 5px;
  }
  .topicsListTable > article .topicsCategory span {
    color: #000;
  }
  .topicsListTable > article h2 {
    font-weight: bold !important;
    font-size: 120% !important;
    margin: 0 0 5px !important;
  }
  .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;
    height: 190px;
  }
  .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;
    height: 114px;
  }
  #heroCont {
    width: 100%;
    text-align: center;
    /* background-image: url(../images/top/bg02.jpg); */
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #heroCont h2 {
    font-size: 3rem;
    font-weight: 600;
    color: #000;
  }
  #heroCont ul {
    display: flex;
    justify-content: space-between;
    width: 1060px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    margin-bottom: 80px;
  }
  #linkCont {
    width: 100%;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 40px;
  }
  #linkCont h2 {
    font-size: 2.4rem;
    font-weight: 600;
  }
  .title_s {
    font-size: 1rem;
    font-weight: 600;
  }
  #linkCont h2 .title_line_green {
    width: 60px;
    border-top: 4px solid #03B400;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  #linkCont ul {
    display: flex;
    justify-content: space-between;
    width: 1060px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    margin-bottom: 0;
    font-weight: 600;
    text-align: left;
  }
  #linkCont ul li {
    width: calc(25% - 10px);
    margin: 5px;
  }
  #linkCont ul li dt span {
    display: inline-block;
    padding: 0 25px 0 0;
    background: url(../images/common/ico_blank.png) no-repeat 100% center;
    background-size: 13px 13px;
  }

  #linkCont ul li dd {
    font-weight: normal;
  }

  #topicsCont {
    width: 1080px;
    padding: 0 0 50px 0;
    margin: 0 auto;
    font-weight: bold;
    font-size: 120%;
  }
  #topicsCont ul {
    width: 780px;
    float: left;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 80px;
  }
  #topicsCont ul li {
    width: 33%;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 40px;
    position: relative;
  }
  #topicsCont .twitter {
    width: 300px;
    float: right;
  }

  #reportCont {
    width: 1080px;
    padding: 0 0 80px 0;
    margin: 0 auto;
  }

  #reportRefine {
    margin: 0 0 17px 0;
  }

  #reportRefine dl {
    text-align: center;
  }

  #reportRefine dl dt {
    display: inline-block;
    font-weight: bold;
    font-size: 95%;
    margin: 0 7px 0 0;
  }

  #reportRefine dl dd {
    display: inline-block;
  }

  #reportRefine dl dd a {
    display: block;
    font-size: 95%;
    padding: 6px 20px;
    border: 1px solid #646464;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    text-decoration: none;
    color: #646464;
    font-weight: bold;
  }

  #topMv {
    margin: 0 0 43px 0;
  }

  #showCont {
    width: 630px;
    float: left;
  }

  .main-gallery img:nth-child(1),
  .main-gallery img:nth-child(2) {
    cursor: pointer;
  }

  #memberRegist,
  #enterpriseRegist {
    float: right;
  }
  #enterpriseRegist {
    margin-top: 10px;
  }

  #reportList {
    padding: 23px 0 0 0;
    margin: 0 0 30px 0;
  }

  #reportList article {
    position: relative;
    padding: 0 0 30px 0;
    margin: 0 0 24px 30px;
    float: left;
  }

  #reportListTop {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-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;
  }

  #reportList article:nth-child(1) {
    margin-left: 0;
  }

  #reportList article.match:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    display: inline-block;
    width: 0;
    height: 2px;
    background: #fd5d00;
    transition: 0.5s;
  }

  #reportList article.event:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    display: inline-block;
    width: 0;
    height: 2px;
    background: #1eaa42;
    transition: 0.5s;
  }

  #reportList article.activity:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    display: inline-block;
    width: 0;
    height: 2px;
    background: #0078c8;
    transition: 0.5s;
  }

  #reportList article.fes:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    display: inline-block;
    width: 0;
    height: 2px;
    background: #5b3da4;
    transition: 0.5s;
  }

  #reportList article.column:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    display: inline-block;
    width: 0;
    height: 2px;
    background: #fd3200;
    transition: 0.5s;
  }

  #reportList article.news:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    display: inline-block;
    width: 0;
    height: 2px;
    background: #d91a40;
    transition: 0.5s;
  }

  #reportList article.watch:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    display: inline-block;
    width: 0;
    height: 2px;
    background: #8e9921;
    transition: 0.5s;
  }

  #reportList article.release:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    display: inline-block;
    width: 0;
    height: 2px;
    background: #b60280;
    transition: 0.5s;
  }

  #reportList article.report:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    display: inline-block;
    width: 0;
    height: 2px;
    background: #0f9185;
    transition: 0.5s;
  }

  #reportList article:hover:before {
    width: 100%;
  }

  #reportList article:hover a img.object-fit-img {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0.5;
  }

  #reportList article a img.object-fit-img {
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    opacity: 1;
  }

  #reportList article.reportSmall,
  #reportList article.reportBig {
    width: 300px;
  }

  #reportList article.reportMiddle {
    width: 630px;
  }

  #reportList article.reportSmall a .object-fit-img {
    width: 300px;
    height: 190px;
  }

  #reportList article.reportMiddle a .object-fit-img {
    width: 630px;
    height: 213px;
  }

  #reportList article.reportBig a .object-fit-img {
    width: 300px;
    height: 520px;
  }

  #reportList article p .newIcon {
    position: absolute;
    top: -7px;
    left: -7px;
    z-index: 90;
  }

  #reportList article dl {
    margin: 33px 0 0 0;
  }

  #topicsCont dl dt {
    position: absolute;
    top: 174px;
  }
  #topicsCont dl dd {
    margin-top: 20px;
  }

  #reportList article.reportMiddle dl dt {
    position: absolute;
    top: 195px;
  }

  #reportList article.reportBig dl dt {
    position: absolute;
    top: 502px;
  }

  #topicsCont span {
    font-weight: bold;
    font-size: 80%;
    display: inline-block;
    line-height: 1;
    padding: 10px 15px 10px 15px;
    color: #fff;
  }
  #topicsCont span.date {
    color: #666 !important;
  }

  #topicsCont span.match {
    background: #fd5d00;
  }

  #topicsCont span.event {
    background: #1eaa42;
  }

  #topicsCont span.activity {
    background: #0078c8;
  }

  #topicsCont span.fes {
    background: #5b3da4;
  }

  #topicsCont span.column {
    background: #fd3200;
  }

  #topicsCont span.news {
    background: #d91a40;
  }

  #topicsCont span.watch {
    background: #8e9921;
  }

  #topicsCont span.release {
    background: #b60280;
  }

  #topicsCont span.report {
    background: #0f9185;
  }

  #topicsCont span.enterprise {
    background: #484848;
  }

  #topicsCont dl dd:nth-child(2) {
    font-weight: bold;
    font-size: 100%;
    margin-top: 25px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 5px;
    min-height: 60px;
    line-height: 140%;
  }

  #topicsCont .reportMiddle dd:nth-child(2) {
    min-height: auto;
  }

  #topicsCont dl dd:last-child {
    background: url(../images/top/ico_move.png) no-repeat 98% center;
    width: 100%;
    position: absolute;
    bottom: 10px;
  }

  #topicsCont dl dd:last-child span {
    padding: 0 0 0 21px;
    background: url(../images/top/ico_time.png) no-repeat 0 center;
    background-size: 14px 14px;
  }

  .reportBtn a {
    text-align: center;
    width: 300px;
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 150%;
    background: #323232;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    padding: 15px 0;
    margin: 0 auto;
  }

  .reportBtn a:hover {
    text-decoration: none;
  }
  .more_bt_top {
    text-align: center;
    width: 300px;
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 80%;
    background: #323232;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    padding: 15px 0;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }
  .check {
    display: none;
  }

  /* 通常時表示されるテキスト */
  .label {
    display: block;
    align-items: center;
    margin-bottom: 10px;
    height: 60px;
    padding: 15px;
  }

  /* クリック時に表示されるテキスト */
  .text {
    align-items: center;
    margin-bottom: 10px;
    text-align: center;
    /*通常時は見えなくする*/
    overflow: hidden;
    /*  通常時は高さ0を指定  */
    height: 0;
    transition: 0.5s;
    font-size: 80%;
  }

  /* クリック時のスタイル */
  .check:checked + .label + .text {
    height: 320px;
    padding: 20px;
  }

  #moreBtn,
  #check {
    display: none !important;
  }

  #socialCont {
    width: 100%;
    padding: 60px 0;
  }

  #socialCont div {
    width: 1080px;
    margin: 0 auto;
  }

  #socialCont ul li:nth-child(1) {
    background: #e60012;
  }

  #socialCont ul li:nth-child(2) {
    background: #005bac;
  }

  #socialCont ul li:nth-child(3) {
    background: #1eaa42;
  }

  #contentsCont ul li,
  #contentsCont ul li.bgBlue {
    background: #005bac;
  }

  #contentsCont ul li.bgGreen {
    background: #1eaa42;
  }

  #contentsCont ul li.bgRed {
    background: #e60012;
  }

  #socialCont ul li img:hover,
  #contentsCont ul li img:hover {
    -webkit-transform: translate(-8px, -8px);
    -moz-transform: translate(-8px, -8px);
    -ms-transform: translate(-8px, -8px);
    -o-transform: translate(-8px, -8px);
    transform: translate(-8px, -8px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  #socialCont ul li img,
  #contentsCont ul li img {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }

  .spBg {
    display: none;
  }

  #socialCont h2,
  #contentsCont h2,
  #pickupCont h2 {
    margin: 0 0 30px 0;
    text-align: center;
  }

  #socialCont ul li {
    float: left;
    margin: 0 0 0 30px;
  }

  #socialCont ul li:first-child {
    margin-left: 0;
  }

  #contentsCont {
    padding: 60px 0 40px 0;
    background: #f8f2e8;
  }

  #contentsCont div {
    width: 1080px;
    margin: 0 auto;
  }

  #contentsCont div ul li {
    float: left;
    margin: 0 0 20px 30px;
  }

  #contentsCont div ul li:nth-child(3n+1) {
    margin-left: 0;
  }

  #pickupCont {
    background: #f8f2e8;
    padding: 60px 0;
  }

  #pickupCont > div {
    width: 984px;
    margin: 0 auto;
  }

  #pickupCont div ul {
    width: 700px;
    margin: 0 auto;
  }

  #pickupCont div ul li {
    width: 220px;
    float: left;
    margin: 0 0 20px 20px;
  }

  #pickupCont div ul li:nth-child(3n+1) {
    margin-left: 0;
  }

  #pickupCont div ul li img {
    width: 100%;
  }

  .mfp-iframe-holder .mfp-content {
    background: url(/assets/images/top/bg_modal.png) no-repeat;
    padding-bottom: 30px;
  }

  .mfp-title {
    width: 100%;
    font-size: 150%;
    position: absolute;
    top: 30px;
    left: 0;
    color: #000 !important;
    font-weight: bold;
    line-height: 1.4 !important;
  }

  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 100px !important;
    left: 100px !important;
    width: 700px !important;
    height: 394px !important;
    box-shadow: none !important;
    background: #fff !important;
  }

  .mfp-image-holder .mfp-close,
  .mfp-iframe-holder .mfp-close {
    color: #000;
    width: 64px !important;
    height: 64px !important;
    right: 0 !important;
    text-align: right;
    padding-right: 0 !important;
    width: 100%;
    background: url(/assets/images/common/ico-close1_pc.png) no-repeat right 0;
    background-size: 64px 64px;
    opacity: 1 !important;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    top: 0 !important;
  }
  .sns_float {
    width: 50px;
    /* width: 60px; */
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 5;
  }
  .sns_float li {
    margin-bottom: 5px;
    /* margin-bottom: 10px; */
  }
  .sns_float li img {
    width: 100%;
  }
}
