@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  list-style: none;
  word-wrap: break-word;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  word-break: break-all;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="button"], button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}


/* ---- base --------*/

::selection {
  color: #FFF;
  background: #E7430B;
}

::-moz-selection {
  color: #FFF;
  background: #E7430B;
}

html {
  font-size: 62.5%;
}

html body {
  color: #2C2D30;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1em;
  line-height: 160%;
  letter-spacing: 0.1em;
  min-height: 100vh;
  background-color: #fff6fa;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, pre, a header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 160%;
  letter-spacing: 0.1em;
}

body {
  -webkit-text-size-adjust: 100%;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

img {
  border: 0;
  vertical-align: bottom;
}

ul, ol {
  list-style: none;
}

table {
  border-spacing: 0;
  empty-cells: show;
}

pre {
  word-wrap: break-word;
  white-space: pre-wrap;
  overflow: auto;
}

span.underline {
  text-decoration: underline solid #000000;
}


/* ---- header & footer --------*/

.header {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1em 0 2em;
  border-bottom: 1rem solid #111;
}

.header a {
  display: block;
  max-width: 220px;
}

.header a img {
  display: block;
  width: 100%;
  height: auto;
}

.footer {
  margin: 5em 0 10em;
}

.footer nav {
  margin: 0 0 0.5em;
}

.footer nav li {
  font-size: 0.85em;
}

.footer nav li a {
  color: #FFF;
}

.footer nav li a:link, .footer nav li a:visited {
  text-decoration: none;
}

.footer nav li a:hover, .footer nav li a:active {
  text-decoration: underline;
}

.footer p {
  font-size: 0.85em;
}

#buyTicket {
  position: fixed;
  right: 10px;
  bottom: 30px;
  z-index: 9999;
}

#buyTicket:hover {
  opacity: 0.7;
}


/*---- PC ----------------*/

div.main-explanation {
  text-align: center;
}


/*---- article ------------*/

article {
  padding: 3em 1em;
}

article>* {
  max-width: 1080px;
  margin: auto;
}

article .base-header {
  margin: 0 auto 1em;
  padding: 0 0.5em 0.5em;
  border-bottom: 1px solid #000;
}

article .base-header h1 {
  font-size: 1.7em;
  font-weight: bold;
  line-height: 180%;
}

article .base>* {
  margin: 2em 0 1.5em;
}

article .base h2 img {
  display: block;
  width: 50%;
  height: auto;
  margin: auto;
}

@media only screen and (max-width: 499px) {
  article .base h2 img {
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
  }
}

article .base div {
  margin: 0 0 1.5em;
}

article .base.collabo-main h2+div {
  margin: 0 0 3em;
}

article .base div p {
  margin: 0 0 1.5em;
  padding: 0 1em;
}

article .base div ul {
  margin: 0 0 1.5em;
  padding: 0 1em;
}

article .base.collabo-main h2+div p {
  text-align: center;
}

article .base div p em {
  font-weight: bold;
}

article .base div p:last-of-type {
  margin: 0;
}

h3 {
  font-size: 1.6em;
  font-weight: 700;
  padding: 0 0.5em 0.5em;
  margin: 0 0 1.5em;
  border: none;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#fa709a), to(#fee140));
  background-image: -webkit-linear-gradient(left, #fa709a 0%, #fee140 100%);
  background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%);
}

h4 {
  position: relative;
  padding: 1em .5em;
  font-size: 1.4em;
  font-weight: bold;
  letter-spacing: 0.2em;
  padding: 0.5em 0.5em 0.4em 0.5em;
  margin: 0 0 1em;
}

h4:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 5px;
  content: '';
  background-image: -webkit-gradient(linear, left top, right top, from(#fa709a), to(#fee140));
  background-image: -webkit-linear-gradient(left, #fa709a 0%, #fee140 100%);
  background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%);
  bottom: 0;
}

article .base.collabo-main h5 {
  font-size: 1.4em;
}

article .base table {
  width: 100%;
  margin: 0 0 3em;
  table-layout: fixed;
}

article .base.collabo-main table {
  table-layout: auto;
}

article .base table tbody tr>* {
  padding: 1.5em 0.5em;
  border-bottom: 1px solid #ebebeb;
}

@media only screen and (max-width: 499px) {
  div.main-explanation {
    text-align: left;
  }
  article .base table tbody tr>* {
    padding: 0em 0.5em;
    border-bottom: none;
  }
}

@media only screen and (max-width: 499px) {
  article .base table tbody tr {
    display: flex;
    flex-flow: column;
    text-align: left;
  }
}

article .base table tbody tr th {
  font-weight: bold;
  vertical-align: middle;
  width: 15em;
  white-space: nowrap;
}

article .base.collabo-main table tbody tr th {
  min-width: 12em;
}

article .base table tbody tr td {
  width: calc(100% - 6em);
  vertical-align: middle;
}

@media only screen and (max-width: 499px) {
  article .base table tbody tr th {
    width: 100%;
    padding: 1.5em 0.5em 0.5em;
  }
}

@media only screen and (max-width: 499px) {
  article .base table tbody tr td {
    width: 100%;
    border-bottom: 1px solid #ebebeb;
    padding: 0.5em 0.5em 1.5em;
  }
}

article .base table tbody tr td ol {
  counter-reset: num;
}

article .base table tbody tr td ol li:before {
  counter-increment: num;
  content: counter(num) ".";
  margin: 0 0.5em 0 0;
}

article .base.collabo-main .base-caution ul {
  padding: 1em 2em;
  background: #F9F9F9;
  border-radius: 3px;
}

article .base .base-caution ul li small {
  font-size: 0.9em;
}

article .base .base-caution .base-frame {
  height: 25em;
  overflow: auto;
  border: 1px solid #ebebeb;
  padding: 1em;
}

article .base .base-caution .base-frame p {
  font-size: 0.9em;
}

article .base .item>ul {
  margin: 0 0 3em;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

article .base .item>ul>li {
  width: 50%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  margin: 0 0 3em;
}

article .base .item>ul>li.one-item {
  margin: auto;
}

@media only screen and (max-width: 499px) {
  article .base .item>ul>li {
    width: 100%;
  }
}

article .base .item>ul>li>* {
  box-sizing: border-box;
}

article .base .item>ul>li>span {
  width: 45%;
  padding: 0 0.5em 1em 0.5em;
}

@media only screen and (max-width: 499px) {
  article .base .item>ul>li>span {
    width: 100%;
  }
}

article .base .item>ul>li>span img {
  width: 100%;
  height: auto;
}

article .base .item>ul>li>dl {
  display: flex;
  flex-flow: column;
  width: 55%;
  line-height: 160%;
  padding: 0 0.75em 0 0.5em;
}

@media only screen and (max-width: 499px) {
  article .base .item>ul>li>dl {
    width: 100%;
  }
}

article .base .item>ul>li>dl dt {
  font-size: 1.05em;
  font-weight: bold;
  border-bottom: 1px solid #CCC;
  margin: 0 0 0.5em;
  padding: 0 0 0.5em;
  text-align: left;
}

article .base .item>ul>li>dl dt.border-none {
  font-size: 1.05em;
  font-weight: bold;
  border-bottom: initial;
  margin: 0 0 0.5em;
  padding: 0 0 0.5em;
  text-align: left;
}

article .base .item>ul>li>dl dd {
  text-align: left;
}

article .base .item>ul>li>dl dd cite {
  font-size: 0.8em;
  letter-spacing: 0.1em;
}

article .base .item>ul>li>dl dd small {
  font-size: 0.8em;
  letter-spacing: 0.1em;
}

article .base .item>ul>li>dl dd em {
  font-size: 0.95em;
  font-weight: bold;
}

article .base .item>ul>li>dl dd span {
  color: #FFF;
  font-size: 0.85em;
  background: red;
  padding: 0.25em 0.5em;
  border-radius: 3px;
}

article .base .item>ul>li>dl dd ul {
  font-size: 0.9em;
  line-height: 160%;
  padding: 0 0 0 0.25em;
  margin: 0 0 0.5em;
}

article .base .item>ul>li>dl dd ul li::before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 0.3em;
  height: 0.3em;
  margin: 0 0.5em 0 0;
  background: #000;
  border-radius: 10px;
}

article .base table {
  table-layout: auto;
}

article .base table em {
  font-weight: bold;
}

article .base a:link, article .base a:visited {
  text-decoration: none;
}

article .base a:hover, article .base a:active {
  text-decoration: underline;
}

article .base .item>ul>li>dl dd span {
  margin: 0 0.5em 0 0;
}

article .base iframe {
  width: 100%;
  height: 300px;
}

@media only screen and (max-width: 499px) {
  article .base-header h1 {
    font-size: 1em;
  }
}

article .base .org-goods {
  margin-top: 3em;
}

article .base .org-goods>ul>li {
  justify-content: center;
  align-items: flex-start;
}

article .base .org-goods>ul>li>span {
  width: 90%;
}

article .base .org-goods>ul>li>dl {
  width: 90%;
}

article .base .item>h4:nth-of-type(2) {
  color: #000;
}

section.side-img {
  position: relative;
}

img.img-r {
  margin-top: -5em;
  position: absolute;
  right: 0px;
  z-index: 9998;
}

#twitter ul li div.tweet {
  width: 240px;
  margin: 0 auto;
}

#link {
  margin-top: 5em;
}

.links, .copyright ul {
  text-align: center;
  width: 100%;
}

.links ul li img {
  border: 1px solid #000000;
  height: 60px;
  margin: 10px 10px;
}

.copyright img {
  width: 200px;
}

.copyright p small {
  font-size: 14px;
}

.rights {
  min-width: 470px;
  margin: 0 0 5px 0;
  padding-right: 10px;
  font-size: 11px;
  text-align: right;
}

article .base h3 {
  color: #fff;
  font-weight: 700;
  background-color: #C14557;
  border: none;
  padding: 15px 20px;
}

article .base h4 {
  color: #000;
  padding-bottom: 10px;
}

#twitter {
  margin-top: 10em;
}

ul.links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.nijiu{
  text-decoration: line-through;
  text-decoration-color: #c73339;
  text-decoration-style: double;
}

.red {
  color: red;
}

.wb {
  font-weight: bold;
}

.grayed-out {
  position: absolute;
  z-index: 9998;
  width: 100%;
  height: 100%;
  background: rgba(100, 100, 100, .8);
}

.acbox:after{
  color: #fff;
  content:"▼";
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -20px;
  font-size: 15px;
}

.acbox.open::after {
  content:"▲";
}

.panel {
  display: none;
}

.acbox.new:before {
  content: "NEW";
  position: absolute;
  top: -10px;
  left: -10px;
  color: #FFF;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
  width: 55px;
  background: #F00;
  border-radius: 50%;
  font-size: 10px;
}

@media only screen and (max-width: 499px) {
  a#buyTicket img.buyTicket {
    display: none;
    width: 100px;
    height: 100px;
  }
  a#buyTicket div {
    position: fixed;
    right: 10px;
    bottom: 30px;
    z-index: 9999;
    background-image: url("/img/event/pachicharafes2023/buy_collabo_goods_sp.png");
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    background-size:contain;
  }
}