@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@800&display=swap");

.tag_middle {
  font-size: 1.2em;
}
.hidden {
  display: none;
}

.tag_big {
  font-size: 1.4em;
}

.g-header-mobile-nav {
  border: none;
  padding: 0;
}
.content {
  padding: 20px 0;
}
.g-header-mobile-nav__wrap {
  height: 50px;
}

.header_main {
  background-color: #1f286f;
  width: 100%;
  padding: 2vw 2vw 0;
}

.g-header-mobile-nav__menu-btn {
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 1);
  border-radius: 0;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
}

.g-header-desktop-nav {
  border: none;
}

.g-header-desktop-nav .container {
  margin: 0 auto;
  padding: 0;
}

.__main-image {
  background-color: #1f286f;
}

/* 文字サイズ：C99までは9.2vw、C100は7.0vw、C101以降8.5vw */
.header_main h1 {
  margin: 0 0 0.2em 0 !important;
  padding: 0;
  font-size: 8.8vw;
  white-space: nowrap;
  line-height: 1em;
  text-align: center;
  color: #fff;
  font-family: "M PLUS 1p", sans-serif;
}

.header_main h2 {
  font-size: 4vw;
  letter-spacing: 0.2em;
  text-align: center;
  font-weight: bolder;
  color: #1f286f;
  margin: 0;
  background: #fff;
  font-family: "M PLUS 1p", sans-serif;
}

.header-wrap {
  width: 100%;
  margin: 0 auto;
}

.header_left {
  width: 100%;
  font-weight: bolder;
}
.header_left a:hover {
  text-decoration: none;
}

.header_left_inner {
  display: flex;
  justify-content: space-between;
}

.header_left_inner_left {
  width: 40%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

/*　C100ロゴ用　*/
img.logo {
  vertical-align: bottom;
}

.booth_info {
  color: #f00;
  font-size: 3vw;
  height: 1em;
  line-height: 1em;
  white-space: nowrap;
}

.booth {
  width: 100%;
  background-color: #f00;
  color: #fff;
  border-radius: 5px;
  font-size: 3.2vw;
  margin: 0.2em 0;
  padding: 0.3em 0.5em 0;
  line-height: 1.2em;
}

/* 文字サイズ：3桁 14vw、4桁 12.5vw */
.number {
  width: 58%;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 15.5vw;
  line-height: 1em;
  color: #f00;
  transform: scale(0.8, 1);
  transform-origin: top left;
}

.header_bottom {
  background: #fff;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  border: 2vw solid #1f286f;
  padding: 3vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.header_right {
  width: 100%;
  text-align: left;
  margin-top: 2vw;
}

.header_right h3 {
  font-size: 3.5vw;
  margin: 0 0 1vw 0;
  color: #1f286f;
}

.header_right th,
.header_right td {
  font-size: 3.5vw;
  padding: 0;
  color: #1f286f;
}

.header_right th {
  width: 4em;
  display: flex;
  justify-content: space-between;
}

.header_right td {
  padding-left: 1em;
}

#adminBox,
.acms-admin-box {
  position: fixed;
  bottom: 10px;
  left: 10px;
  margin-bottom: 0;
  z-index: 1;
  background-color: rgba(228, 229, 234, 0.5);
}

.__header-top-band,
.g-header-mobile-nav {
  background-color: #f1f1ef;
  position: relative;
  width: 100%;
  height: 50px;
}

ul.sns {
  position: absolute;
  display: flex;
  top: 0;
  bottom: 0;
  right: 10px;
  height: 30px;
  margin: auto 0;
  padding: 0;
  z-index: 9900;
}

nav.g-header-mobile-nav__menu ul.sns {
  position: absolute;
  border: none;
  width: auto;
  top: 0;
  bottom: 0;
  right: 50px;
  margin: auto 0;
  height: 30px;
}

ul.sns li {
  list-style-type: none;
  padding: 0;
  margin: 0 0 0 10px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  display: inline-block;
  background-size: contain;
  overflow: hidden;
  border: none;
}

ul.sns li.sharewith {
  display: none;
}

.p-entry-header__share ul.sns {
  position: relative;
  margin: 0 auto;
  text-align: center;
}

.sns li a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

#sns_tw {
  background-image: url(../img/twitter.svg);
  background-color: #000000;
  background-size: contain;
}

#sns_fb {
  background-image: url(../img/fb.svg);
  background-color: #1877f2;
}

#sns_line {
  background-image: url(../img/line.svg);
  background-color: #00b900;
}

.nav_bar {
  width: calc(100% - 30px);
  margin: 15px auto;
  display: flex;
  justify-content: space-between;
}

.nav_bar > div {
  width: calc(50% - 10px);
  flex-grow: 1;
}

.nav_bar > div a,
.nav_bar > div a:visited {
  color: #fff;
  display: block;
  padding: 10px 0;
  text-decoration: none;
  text-align: center;
  background-color: #1f286f;
}

.nav_bar > div a:hover {
  opacity: 0.7;
}

.__header-title,
.__main-text {
  width: calc(100% - 30px);
  margin: 15px auto;
  color: #1f286f;
  font-weight: bold;
}

.container {
  width: calc(100% - 30px);
  margin: 15px auto;
  padding: 0;
}

h2.entry-title {
  font-size: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #1f286f;
}
h2.entry-title small {
  font-size: 0.7em;
  display: block;
  margin-top: 0.5em;
}

.entry-list {
  border-top: 1px dotted #979797;
  list-style-type: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.entry-list li {
  border-bottom: 1px dotted #979797;
}

.entry-list-date {
  padding: 3px 8px;
  margin: 0;
  font-size: 12px;
  color: #ffffff;
  font-weight: normal;
  background-color: #cccccc;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.acms-margin-bottom-medium {
  margin-bottom: 40px !important;
}

.acms-list-group-item {
  border: none;
}

.entry-list-title {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 500;
  display: block;
}

.entry-summary li a,
.entry-list li a {
  display: flex;
  background-color: transparent;
  transition: background-color 0.3s;
  padding: 15px 0;
  color: #333;
  text-decoration: none;
}

.entry-summary li a:hover,
.entry-list li a:hover {
  background-color: #eee;
  text-decoration: none;
}

.entry-list-image {
  width: 25%;
  border: 1px solid #ccc;
  margin-right: 15px;
  flex-shrink: 0;
}

.entry-list-data {
  width: calc(75% - 15px);
  flex-grow: 1;
}

.sub-heading {
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  background-color: #1f286f;
}

.acms-label-success {
  background-color: transparent;
}

.acms-label-success a,
.acms-label-success a:visited {
  color: #1f286f;
  text-decoration: none;
}

.tag_cloud {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
  padding: 0;
}

.tag_cloud li {
  list-style: none;
  margin: 5px;
  flex-grow: 0.5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #eee;
  border-radius: 3px;
}

.tag_cloud li span {
  padding: 5px;
  display: block;
  text-align: center;
}

.footer {
  border-top: 3px solid #1f286f;
  margin-top: 30px;
  background-color: #eee;
}

.footer h6 {
  font-size: 14px;
}

.footer p {
  font-size: 12px;
}

.base-container {
  max-width: 980px;
  padding: 0 15px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 20px;
}

.footer .footer-copyright-block {
  padding: 20px 0;
  background-color: #1f286f;
}

.footer-copyright {
  text-align: center;
  margin: 0;
  font-size: 12px;
  color: #ffffff;
  font-family: verdana, sans-serif;
}

.acms-col-md-6 {
  padding-right: 5px;
  padding-left: 5px;
  width: 100%;
}

.oumi_map {
  width: 100%;
  margin: 20px auto;
  text-align: center;
}

.oumi_map img {
  width: 100%;
}

.category-list ul {
  border-top: 1px dotted #979797;
  margin: 0;
  padding: 0;
}

.category-list li {
  display: block;
  list-style-type: none;
  font-size: 16px;
  line-height: 1.5;
  padding: 15px 45px 15px 5px;
  border-bottom: 1px dotted #979797;
}

.category-list li a {
  position: relative;
  display: block;
  color: #333;
  text-decoration: none;
  margin: -15px -45px -15px -5px;
  padding: 15px 45px 15px 5px;
  background-color: transparent;
  transition: background-color 0.3s;
}

.category-list-label {
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -12px;
  display: inline-block;
  border-radius: 3px;
  background: #e3e3e3;
  font-size: 13px;
  line-height: 25px;
  min-width: 36px;
  color: #777;
  padding: 0 5px;
  text-align: center;
  float: right;
  display: none;
}

.comiket_banner ul,
.comiket_banner li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.comiket_banner li {
  margin-bottom: 10px;
}

.comiket_banner {
  padding: 0;
}

.comiket-page-header {
  border-top: 1px solid #9b9b9b;
  border-bottom: 1px solid #9b9b9b;
  padding: 10px 0;
  margin-bottom: 10px;
}
.topicpath {
  width: 100%;
  margin: 0 5px 15px;
}
.c-topicpath__list {
  white-space: unset;
}
.c-topicpath__item {
  background-size: 0.5em;
  font-size: 12px;
}
.c-topicpath__item:first-child {
  padding: 0.5em 0.3em 0.5em 0;
}
.c-topicpath__item {
  padding: 0.5em 0.3em 0.5em 1.2em;
}

.c-topicpath__link,
.c-topicpath__link:visited {
  color: #1f286f;
}
.comiket-page-header h2 {
  font-size: 22px;
  color: #333;
  margin: 0 0 0.5em;
  line-height: 1.4;
}
.comiket_category,
.comiket_category:visited,
.comiket_tag,
.comiket_tag:visited {
  display: inline-block;
  background-color: #007ab7;
  border-radius: 3px;
  padding: 0.3em 0.5em;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}
.comiket_tag,
.comiket_tag:visited {
  background-color: #cbe6f3;
  color: #007ab7;
}
.caption {
  color: #999;
}
.acms-entry [class*="column-eximage"],
.acms-entry [class*="column-media"],
.acms-entry [class*="column-video"],
.acms-entry [class*="column-youtube"] {
  max-width: 100%;
}
.sns_desktop {
  display: none;
}
.tw-box {
  width: 100%;
}
a.event_twitter {
  display: block;
  border-radius: 3px;
  border: 5px solid #1f286f;
  background-color: #fff;
  color: #1f286f;
  text-decoration: none;
  padding: 7px;
  padding-left: 60px;
  text-align: center;
  margin: 1em 0;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 900;
}

a.event_twitter:hover {
  text-decoration: none;
  opacity: 0.7;
}
.h2_x {
  position: relative;
  font-size: 18px !important;
  line-height: 24px;
}
.h2_x::before {
  content: "";
  background-image: url(../img/twitter.svg);
  background-color: #000;
  background-repeat: no-repeat;
  background-size: contain;
  width: 42px;
  height: 42px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 15px;
}
@media (min-width: 768px) {
  a.event_twitter {
    border-radius: 3px;
    border: 5px solid #1f286f;
    color: #1f286f;
    padding: 10px;
    padding-left: 60px;
    margin: 1em 0;
  }

  .h2_x {
    font-size: 24px !important;
    line-height: 40px;
  }
  .h2_x::before {
    width: 40px;
    height: 40px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 15px;
  }
}
.kadokawastore_banner img {
  width: 100%;
}
.kadokawastore_banner {
  width: 100%;
  margin-bottom: 4em;
}
#prevention img {
  width: 100%;
}

/*　SNSキャンペーン　*/
.campaign {
  color: #1f286f;
  margin-top: 40px;
  margin-bottom: 40px;
}
.campaign h3 {
  margin-bottom: 25px;
  text-align: center;
  font-size: 20px;
}
.campaign h5 {
  font-size: 16px;
}
.campaign p {
  padding-left: 15px;
  margin-top: 5px;
  margin-bottom: 15px;
}
.campaign ul {
  list-style: disc;
  padding-left: 30px;
  margin-top: 5px;
  margin-bottom: 10px;
}
.campaign img {
  width: 100%;
}

/*　注意POP画像切り替え　*/
.pop-pc {
  display: block !important;
}
.pop-sp {
  display: none !important;
}
@media only screen and (max-width: 500px) {
  .pop-pc {
    display: none !important;
  }
  .pop-sp {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .tag_middle {
    font-size: 1.3em;
  }

  .tag_big {
    font-size: 1.6em;
  }

  .g-header-desktop-nav {
    background-color: #f1f1ef;
    padding: 0;
  }

  .__header-top-band,
  .g-header-mobile-nav {
    width: 980px;
    margin: auto;
  }

  .header_top {
    width: 980px;
    margin: 0 auto;
  }

  .header_main {
    padding: 10px 0 0;
  }
  .header_main a:hover {
    text-decoration: none;
  }

  .header_bottom {
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    border: 10px solid #1f286f;
    border-left: none;
    border-right: none;
    padding: 16px 16px 6px;
    display: flex;
    justify-content: space-between;
  }

  .header_left {
    width: 48%;
    font-weight: bolder;
  }

  .header_left_inner {
    display: inline;
  }

  .header_left_inner_left {
    width: auto;
  }

  .booth_info {
    font-size: 38px;
  }

  .booth {
    font-size: 24px;
    padding: 0.3em 0.5em 0.2em;
  }

  .number {
    width: 100%;
    font-family: "M PLUS 1p", sans-serif;
    font-size: 128px;
    line-height: 1em;
    color: #f00;
    transform: scale(0.85, 1);
  }

  .header_right {
    width: 48%;
    text-align: left;
    margin-top: 0;
  }

  .header_right h3 {
    font-size: 20px;
    margin: 0 0 10px 0;
    color: #1f286f;
  }

  .header_right th,
  .header_right td {
    font-size: 18px;
    padding: 2px 0;
    color: #1f286f;
  }

  .header_right th {
    width: 4em;
    display: flex;
    justify-content: space-between;
  }

  .header_right td {
    padding-left: 1em;
  }

  /* 文字サイズ：C99までは94px、C100は75px、C101以降85px */
  .header_main h1 {
    padding: 0;
    font-size: 90px;
    white-space: nowrap;
    line-height: 1em;
    text-align: center;
    color: #fff;
    font-family: "M PLUS 1p", sans-serif;
  }

  .header_main h2 {
    font-size: 44px;
    letter-spacing: 0.2em;
    text-align: center;
    font-weight: bolder;
    color: #1f286f;
    margin: 0;
    background: #fff;
  }
  .sns_desktop {
    display: block;
    width: 50px;
    height: 180px;
    position: fixed;
    top: 0px;
    left: -930px;
    right: 0;
    margin: 0 auto;
  }
  .js-fix.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 980px;
  }
  ul.sns {
    left: -65px;
    flex-direction: column;
    width: 50px;
    height: 180px;
    margin: 0;
  }
  ul.sns li {
    width: 50px;
    height: 50px;
    margin: 0 0 10px;
  }

  .nav_bar {
    width: 980px;
  }

  .__header-title,
  .__main-text {
    width: 980px;
  }

  .__header-title {
    font-size: 24px;
  }

  .__main-text {
    font-size: 18px;
    line-height: 1.8;
  }

  .container {
    width: 980px;
  }

  h2.entry-title {
    font-size: 24px;
  }

  .entry-list-date {
    font-size: 14px;
  }

  .entry-list .entry-list-title {
    font-size: 16px;
  }

  .acms-col-md-6 {
    float: left;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .category-list {
    padding-left: 20px;
  }

  .comiket_banner {
    padding-left: 20px;
  }
  .topicpath {
    margin: 0 10px 15px;
  }

  /*　SNSキャンペーン　*/
  .campaign h3 {
    font-size: 24px;
  }
}
/*
     FILE ARCHIVED ON 13:34:20 May 01, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 01:29:26 Jul 04, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.618
  exclusion.robots: 0.071
  exclusion.robots.policy: 0.061
  esindex: 0.01
  cdx.remote: 5.419
  LoadShardBlock: 668.732 (3)
  PetaboxLoader3.resolve: 172.214 (4)
  PetaboxLoader3.datanode: 431.947 (4)
  load_resource: 111.226
*/

.ltd_event {
  width: 100%;
  padding: 0 15px 20px;
  margin-bottom: 40px;
  background: repeating-linear-gradient(
    -45deg,
    #f7f7f7,
    #f7f7f7 5px,
    #fafafa 5px,
    #fafafa 10px
  );
}
.ltd_event h2 {
  width: calc(100% + 40px);
  text-align: center;
  margin: 0 -20px 20px;
  color: #1f286f;
  color: #fff;
  padding: 10px;
  background: repeating-linear-gradient(
    -45deg,
    #363e7e,
    #363e7e 5px,
    #1f286f 5px,
    #1f286f 10px
  );
}
.ll2024s {
  margin: 0;
  padding: 0;
}
.ll2024s li {
  list-style: none;
  border: 1px solid #ddd;
  padding: 0 15px 15px;
  margin: 0 0 20px 0;
  background-color: #fff;
}

.ll2024s h3 {
  font-size: 18px;
  color: #1f286f;
  margin: 20px 0 10px -0.5em;
}
.ll2024s p {
  margin: 10px 0 0;
  padding: 10px;
  background-color: #eee;
  color: #1f286f;
}
.ll2024s img {
  width: 100%;
}

.ll2024s dl {
  margin: 10px 0 0;
  display: flex;
  flex-wrap: wrap;
}
.ll2024s dd {
  margin: 0 1em 0 0;
  white-space: nowrap;
}
.ll2024s dd::before {
  content: "■";
}
@media (min-width: 768px) {
  .ltd_event {
    padding: 0 20px 20px;
    margin-bottom: 40px;
  }
  .ltd_event h2 {
    width: calc(100% + 40px);
    margin: 0 -20px 20px;
    padding: 10px;
  }
  .ll2024s li {
    padding: 0 20px 20px;
    margin: 0 0 20px 0;
  }
  .ll2024s dl {
    margin: 10px 0 -1em;
  }
  .ll2024s dd {
    margin: 0 1em 1em 0;
  }
}
.ltd_event.kadost_line h3 {
  font-size: 20px;
  margin: 1.5em 0 0.5em;
  padding-left: 0.3em;
  border-left: 6px solid #1f286f;
}

.qr {
  display: none;
}

.ltd_event.kadost_line table {
  border-collapse: collapse;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
}

.ltd_event.kadost_line th,
.ltd_event.kadost_line td {
  background-color: #fff;
  padding: 0.5em;
  vertical-align: top;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}

@media (min-width: 768px) {
  .ltd_event.kadost_line h3 {
    font-size: 24px;
    color: #1f286f;
  }

  .qr {
    border: 1px solid #000;
    padding: 2em;
    margin-top: 1em;
    background-color: #fff;
    display: inline-block;
  }

  .qr img {
    width: 160px;
    height: auto;
  }
}
.img_clm2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.img_clm2 div {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

.img_clm2 div h4 {
  font-size: 1.25em;
  padding: 0.5em;
  text-align: center;
  margin: 0;
  color: #1f286f;
  background-color: #eee;
}
.img_clm2 div img {
  width: 100%;
}
@media (min-width: 768px) {
  .img_clm2 div {
    width: calc(50% - 10px);
    margin-bottom: 0;
  }
  .img_clm2.kano div {
    width: auto;
  }
}

.nowrap {
  white-space: nowrap;
}
