@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
:root {
  --red: #d90000;
  --pcw: 880px;
  --glay: #d9d9d9; }

a:hover {
  opacity: .8;
  transition: 0.3s; }

body {
  background-color: ver(--white);
  color: var(--black);
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif; }

* {
  box-sizing: border-box; }

ul {
  padding: 0; }

li {
  display: inline-block; }

p {
  margin: 0;
  padding: 10px; }

.p12 {
  padding: 12px 0; }

.col-3 {
  width: calc(100% / 3); }

.mainVisual .titalpha {
  position: absolute;
  top: 48px;
  right: 32px;
  z-index: 2; }
.mainVisual .titalpha.titalpha2 {
  bottom: 0;
  top: auto;
  margin: 0;
  right: 13px; }
.mainVisual .kanban {
  display: block;
  margin: auto;
  overflow: hidden;
  width: fit-content;
  position: relative; }
.mainVisual .slider, .mainVisual .slider2 {
  width: 781px;
  transform: rotate(0.25turn);
  position: absolute;
  top: 337px;
  right: -335px; }
  .mainVisual .slider img, .mainVisual .slider2 img {
    transform: rotate(-0.25turn); }
.mainVisual .slider {
  right: -226px; }

.ennum {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal; }

.ja {
  font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", sans-serif; }

/*PC*/
@media only screen and (min-width: 768px) {
  .pc_hidden {
    display: none !important; }

  .howto .howtoInner {
    margin: 20px 20px 5px 20px; }
  .howto.howto2 div.howtoInner div.leftColumn,
  .howto.howto2 div.howtoInner div.rightColumn {
    margin-bottom: 0; }
  .howto.howto2 div.howtoInner div.col1 {
    margin-bottom: 10px; }
  .howto.howto2 div.howtoInner img.howbig {
    margin-bottom: 0; } }
/*SP*/
@media only screen and (max-width: 768px) {
  .sp_hidden {
    display: none !important; } }
.mainVisual {
  background-color: var(--red);
  width: 100%; }
  .mainVisual img {
    text-align: center;
    display: block;
    margin: auto; }

.ticket01.howto .howtoInner {
  justify-content: space-between;
  align-items: flex-start; }
  .ticket01.howto .howtoInner div:nth-child(1) {
    margin-bottom: 5px; }
  .ticket01.howto .howtoInner div.leftColumn {
    margin-bottom: 0;
    width: calc(50% - 20px); }
    .ticket01.howto .howtoInner div.leftColumn div {
      margin-top: 0; }
  .ticket01.howto .howtoInner .rightColumn {
    width: calc(50% - 20px);
    margin-bottom: 0; }
.ticket01 .rightColumn img, .ticket01 .rightColumn a {
  display: block;
  margin: auto; }
.ticket01 .leftColumn {
  display: flex;
  align-items: center;
  margin-left: 0;
  border: none !important; }
  .ticket01 .leftColumn div {
    margin: auto; }
  .ticket01 .leftColumn img {
    max-width: 100%; }
.ticket01 p {
  font-weight: 600;
  padding-bottom: 0;
  font-size: 16px; }
  .ticket01 p::before, .ticket01 p::after {
    display: inline-block;
    width: 18px;
    height: 18px;
    content: '';
    border-top: 2px solid #000; }
  .ticket01 p::before {
    margin-right: 2px;
    transform: rotateZ(70deg);
    transform-origin: left center; }
  .ticket01 p::after {
    margin-left: 2px;
    transform: rotateZ(-70deg);
    transform-origin: right center; }

.period {
  background-color: var(--glay);
  color: black;
  padding: 8px 8px 0 0;
  text-align: right;
  max-width: 880px;
  margin: auto; }

.index {
  width: 100%;
  background-color: black;
  padding: 10px; }
  .index ul {
    display: flex;
    justify-content: center; }
    .index ul li {
      margin: 0 20px; }
      .index ul li a img {
        width: 140px; }

.tit {
  width: 100%; }
  .tit img {
    text-align: center;
    display: block;
    margin: auto; }

.section01 {
  background-color: var(--glay);
  padding: 20px; }
  .section01 img {
    text-align: center;
    margin: auto;
    display: block; }

.sns {
  background-color: var(--red);
  color: white; }
  .sns * {
    text-align: center; }
  .sns .txt {
    font-weight: 600;
    padding-bottom: 0;
    font-size: 16px; }
    .sns .txt::before, .sns .txt::after {
      display: inline-block;
      width: 18px;
      height: 18px;
      content: '';
      border-top: 2px solid #fff; }
    .sns .txt::before {
      margin-right: 2px;
      transform: rotateZ(70deg);
      transform-origin: left center; }
    .sns .txt::after {
      margin-left: 2px;
      transform: rotateZ(-70deg);
      transform-origin: right center; }
  .sns .snsInner {
    padding-bottom: 10px; }
    .sns .snsInner ul {
      display: flex;
      justify-content: center; }
      .sns .snsInner ul li {
        padding: 10px; }
        .sns .snsInner ul li a img {
          width: 40px; }

.gallery ul {
  display: flex;
  justify-content: center;
  max-width: 890px;
  margin: auto;
  flex-wrap: wrap; }
  .gallery ul li {
    padding: 10px 10px 30px 10px; }
    .gallery ul li p {
      text-align: center;
      padding: 8px; }

.howto {
  border: solid 2px #000;
  border-radius: 20px;
  width: var(--pcw);
  display: block;
  margin: auto;
  margin-bottom: 40px; }
  .howto .col2 {
    display: flex;
    margin: 20px; }
    .howto .col2 .row1 {
      min-width: 80px; }
    .howto .col2 .row2 {
      margin-left: 10%;
      display: flex;
      flex-direction: column;
      width: calc(70% - 80px); }
      .howto .col2 .row2.pc {
        width: calc(90% - 80px);
        flex-direction: row; }
        .howto .col2 .row2.pc p {
          text-align: center;
          width: 50%;
          padding: 0 8px; }
          .howto .col2 .row2.pc p span {
            font-size: 12px; }
  .howto.step2 img, .howto.howto2 img {
    max-width: 100%; }
  .howto.step2 p.info, .howto.howto2 p.info {
    text-align: left;
    margin: 0 auto 0 0;
    padding: 0; }
    .howto.step2 p.info a,
    .howto.step2 p.info a:link, .howto.howto2 p.info a,
    .howto.howto2 p.info a:link {
      color: var(--black);
      text-decoration: underline; }
    .howto.step2 p.info.red,
    .howto.step2 p.info span.red, .howto.howto2 p.info.red,
    .howto.howto2 p.info span.red {
      color: var(--red); }
  .howto .howtoInner {
    display: flex;
    margin: 20px;
    justify-content: space-between;
    flex-wrap: wrap; }
    .howto .howtoInner * {
      font-weight: 400; }
    .howto .howtoInner div:nth-child(1),
    .howto .howtoInner div:nth-child(2) {
      margin-bottom: 20px; }
    .howto .howtoInner.howtoInner2 {
      justify-content: space-evenly; }
    .howto .howtoInner .col1 {
      display: flex;
      flex-wrap: wrap; }
      .howto .howtoInner .col1.m0 {
        margin-bottom: 0; }
      .howto .howtoInner .col1 * {
        width: 100%; }
      .howto .howtoInner .col1 img {
        width: auto;
        max-width: 100px; }
      .howto .howtoInner .col1 img.howbig {
        width: 80%;
        max-width: 422px; }
      .howto .howtoInner .col1 p {
        background-color: #000;
        color: white;
        text-align: center;
        padding: 10px;
        margin: 10px 0;
        font-weight: bold; }
    .howto .howtoInner .n_tit {
      display: flex;
      align-items: flex-start; }
      .howto .howtoInner .n_tit span {
        font-size: 16px; }
      .howto .howtoInner .n_tit span:last-child {
        margin-top: -1px;
        padding-top: 0;
        max-width: calc(100% - 50px); }
      .howto .howtoInner .n_tit span:first-child {
        margin-right: 8px; }
    .howto .howtoInner .leftColumn {
      width: calc(50% - 10px); }
      .howto .howtoInner .leftColumn .leftColumn,
      .howto .howtoInner .leftColumn .rightColumn {
        width: 100%;
        border-bottom: none; }
      .howto .howtoInner .leftColumn .col1 img {
        display: block;
        margin: 20px auto 20px; }
    .howto .howtoInner .rightColumn {
      width: calc(50% - 10px); }
      .howto .howtoInner .rightColumn .col1 img {
        display: block;
        margin: 20px auto 20px; }

.guidline {
  width: var(--pcw);
  margin: auto;
  display: table;
  border-collapse: collapse;
  table-layout: fixed; }
  .guidline .col {
    display: table-cell; }
  .guidline h2 {
    display: table-caption;
    text-align: center;
    background-color: #000;
    font-weight: bold;
    font-size: 22px;
    padding: 10px;
    color: #fff;
    margin: 20px 0 10px 0; }
  .guidline h3 {
    font-size: 18px;
    font-weight: bold; }
  .guidline .guide {
    border-bottom: 1px dashed #000;
    padding: 10px; }
  .guidline .row {
    display: table-row; }

.guideBox dl {
  padding: 10px; }
.guideBox ul {
  padding: 10px; }
  .guideBox ul li {
    position: relative;
    margin-left: 10px; }
    .guideBox ul li:before {
      background-color: #000;
      width: 4px;
      height: 4px;
      left: -14px;
      content: "";
      border-radius: 100%;
      display: block;
      position: absolute;
      top: 0.5rem; }
    .guideBox ul li.bold {
      font-weight: bold; }
    .guideBox ul li .redspan {
      font-weight: bold;
      color: var(--red); }
    .guideBox ul li .red a,
    .guideBox ul li .red a:link {
      color: var(--red);
      text-decoration: underline; }
    .guideBox ul li .red:before {
      background-color: var(--red); }

.other ol {
  padding: 10px; }
.other.flex {
  display: flex;
  flex-wrap: wrap;
  max-width: var(--pcw);
  margin: auto;
  border-bottom: 1px dashed #000;
  padding: 10px; }
.other.flex.last {
  border-bottom: none;
  margin-bottom: 40px; }
.other h3 {
  font-size: 18px;
  font-weight: bold; }
.other p {
  display: block;
  width: var(--pcw); }

.bg-main {
  color: #FFF;
  background-color: #d90000; }

footer .footerWrapper {
  width: 880px;
  margin: auto; }

@media only screen and (max-width: 768px) {
  .ticket01.howto .howtoInner {
    margin-top: 0;
    margin-bottom: 0; }
    .ticket01.howto .howtoInner div.leftColumn,
    .ticket01.howto .howtoInner div.rightColumn {
      width: 100%; }

  .howto.step2 .howtoInner div.mbn {
    border-bottom: 0; }

  .howto .howtoInner div.leftColumn {
    margin-bottom: 20px; }
  .howto .howtoInner div.col2 {
    margin-bottom: 0; }
    .howto .howtoInner div.col2 .row2 {
      margin-bottom: 0; }
  .howto .howtoInner .rightColumn {
    border-bottom: dashed 1px #000; }
    .howto .howtoInner .rightColumn div.row2 {
      margin-bottom: 20px; }
    .howto .howtoInner .rightColumn:last-child {
      border: none; }
  .howto .howtoInner .col1.m0 img.howbig {
    margin-bottom: 10px; }

  .howto.howto2 div.leftColumn {
    padding: 0;
    margin: 0; }
    .howto.howto2 div.leftColumn img.howbig {
      margin-bottom: 0;
      margin-top: 10px; }
  .howto.howto2 div.rightColumn {
    margin-bottom: 10px;
    border: none; }
    .howto.howto2 div.rightColumn .n_tit {
      margin-top: 20px; }
    .howto.howto2 div.rightColumn img.howbig,
    .howto.howto2 div.rightColumn .col1 {
      margin-bottom: 0; }

  .other.flex {
    margin: 10px;
    padding: 0; }

  .p12 {
    padding: 1.21vw 0; }

  .mainVisual .titalpha {
    top: 5.827633vw;
    width: 54.431818vw;
    right: 3.636364vw; }
    .mainVisual .titalpha.titalpha2 {
      width: 36.909091vw;
      right: 0.2727273vw; }
  .mainVisual .slider,
  .mainVisual .slider2 {
    width: 88.75vw;
    transform: rotate(0.25turn);
    position: absolute;
    top: 38.8vw;
    right: -38.068162vh; }
    .mainVisual .slider img,
    .mainVisual .slider2 img {
      width: 12.2727vw; }
  .mainVisual .slider {
    right: -27.2vw; }
  .mainVisual .slider2 {
    right: -38.5vw; }

  .howto {
    width: calc(100% - 16px);
    margin: auto; }
    .howto .howtoInner {
      flex-wrap: wrap;
      flex-direction: column; }
      .howto .howtoInner .leftColumn {
        width: 100%;
        border-bottom: dashed 1px #000;
        padding-bottom: 20px;
        margin-bottom: 40px; }
      .howto .howtoInner .rightColumn {
        width: 100%; }
      .howto .howtoInner .n_tit span:first-child {
        width: 40px; }
      .howto .howtoInner .n_tit span:last-child {
        width: calc(100% - 50px); }

  .guidline {
    width: calc(100% - 16px); }
    .guidline .col {
      display: block; }

  footer .footerWrapper {
    width: 100%; }
    footer .footerWrapper .copy {
      padding-top: 0; } }

/*# sourceMappingURL=style.css.map */
