@charset "UTF-8";
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
@media all and (max-width: 750px) {
  body .pconly {
    display: none;
  }
}
body .sponly {
  display: none;
}
@media all and (max-width: 750px) {
  body .sponly {
    display: block;
  }
}
body .portraitonly {
  display: none;
}
@media all and (max-width: 480px) {
  body .portraitonly {
    display: block;
  }
}
@media all and (max-width: 480px) {
  body .portraitnone {
    display: none;
  }
}
body .mb20 {
  margin-bottom: 20px;
}

#breadcrumb {
  position: relative;
  z-index: 20;
}

.conan {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 62.5%;
  letter-spacing: 0.2em;
  line-height: 1.5;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.conan::after {
  content: "";
  background: url("../images/bg_pc.jpg") center right no-repeat;
  width: 100%;
  height: 100dvh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background-size: cover;
}
.conan ol, .conan ul {
  list-style: none;
  padding: 0;
}

.top-nav {
  width: calc((100% - 790px) / 2);
  top: 50%;
  transform: translateY(-50%);
  display: block;
  max-width: 500px;
  position: fixed;
  left: 1vw;
  bottom: 20px;
  z-index: 200;
}
@media all and (max-width: 1367px) {
  .top-nav {
    left: 15px;
  }
}
@media all and (max-width: 1025px) {
  .top-nav {
    display: none;
  }
}
.top-nav.absolute {
  position: absolute;
}
.top-nav h1 {
  text-align: center;
}
.top-nav h1 img {
  max-width: 100%;
  margin: 0 auto;
}
.top-nav .pc-nav-list {
  position: relative;
}
@media all and (min-width: 750px) {
  .top-nav .pc-nav-list {
    margin-left: 5%;
  }
}
@media all and (max-width: 1025px) {
  .top-nav .pc-nav-list {
    margin-left: 2.5%;
  }
}
.top-nav .pc-nav-list::after {
  content: "";
  background: url("../images/bg_nav.png") center center no-repeat;
  width: 120%;
  height: 100%;
  position: fixed;
  top: 22%;
  left: -20%;
  z-index: -1;
  background-size: 100% 100%;
}
.top-nav .pc-nav-list li {
  margin: 10px auto 0 0;
  text-align: left;
  font-size: min(2.3vw, 22px);
  letter-spacing: 0;
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  font-style: normal;
}
.top-nav .pc-nav-list li a, .top-nav .pc-nav-list li a:link {
  color: #000;
  text-decoration: none;
  text-shadow: 2px 2px 2px white;
  -webkit-text-stroke: 5px white;
  text-stroke: 5px white;
  paint-order: stroke;
}
.top-nav .pc-nav-list li a {
  background-image: linear-gradient(#60a8e4, #60a8e4);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 1px;
  transition: background-size 0.3s;
}
.top-nav .pc-nav-list li a:hover {
  background-position: bottom left;
  background-size: 100% 1px;
}
.top-nav .pc-nav-list li a.active {
  color: red;
}
.top-nav .pc-nav-list li:before {
  content: "";
  background-repeat: no-repeat;
  height: 25px;
  width: 25px;
  background-size: contain;
  display: inline-block;
  vertical-align: top;
  margin-right: 3px;
  background-image: url("../images/icon_nav.svg");
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
}

.top-character {
  width: calc((100% - 790px) / 2);
  max-width: 640px;
  position: fixed;
  bottom: -940px;
  right: 0;
  z-index: 200;
  transition: all .5s ease-out;
}
@media all and (max-width: 1025px) {
  .top-character {
    display: none;
  }
}
.top-character.absolute {
  position: absolute;
}
.top-character.active {
  bottom: 0;
}

.conan_wrapper {
  max-width: 750px;
  margin: 0 auto;
  position: relative;
  z-index: 100;
  background-image: url("../images/bg_sp.jpg");
  background-repeat: repeat-y;
  background-size: 100% auto;
}
@media all and (min-width: 750px) {
  .conan_wrapper {
    margin: 0 auto;
    /*
    border-left: 2px solid #A0A0A0;
    border-right: 2px solid #A0A0A0;
    */
    max-width: 750px;
    background-color: #90cdff;
  }
}

.ttl_frame {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.ttl_frame .frame__circle {
  box-sizing: border-box;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
}
.ttl_frame .frame__circle.bc-w {
  background: #fff;
}
.ttl_frame .frame__circle.bc-b {
  background: #66a3da;
}
.ttl_frame .frame__circle.top-left {
  top: -10px;
  left: -10px;
}
.ttl_frame .frame__circle.top-right {
  top: -10px;
  right: -10px;
}
.ttl_frame .frame__circle.bottom-right {
  bottom: -10px;
  right: -10px;
}
.ttl_frame .frame__circle.bottom-left {
  bottom: -10px;
  left: -10px;
}
.ttl_frame .h_ttl {
  text-align: center;
  box-sizing: border-box;
  padding: 15px 12px;
  background-color: #9a000d;
  color: #ffef00;
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1.4;
}

.width {
  max-width: 1280px;
  width: calc(100% - 60px);
  margin: 0 auto;
}
@media all and (max-width: 480px) {
  .width {
    width: calc(100% - 30px);
  }
}

.bg-w {
  max-width: 100%;
  padding: 15px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
  background-color: #fff;
}

.bg-b {
  max-width: 100%;
  padding: 15px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
  background: linear-gradient(to right, #7a5033 0%, #8f6137 20%, #b48444 40%, #d4ad66 55%, #b07b40 70%, #7b4e2f 85%, #4e3528 100%);
}

.bg-paper {
  max-width: 100%;
  /*
  background-image: url("../images/bg_paper1.png");
  background-repeat: repeat-y;
  background-size:100% auto;
  */
}
.bg-paper .img {
  text-align: center;
}
.bg-paper .img img {
  width: 100%;
}

.pageTop {
  z-index: 300;
}
@media all and (max-width: 480px) {
  .pageTop a {
    bottom: 35px;
  }
}

.conan {
  font-size: 1.4rem;
  position: relative;
}
.conan h1 img {
  width: 100%;
}
.conan h2 {
  margin: 0 auto;
  text-align: center;
}
.conan h2.himg_ttl {
  box-sizing: border-box;
  padding: 18px 10px;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1.4;
  background-image: url("../images/bg_ttl.svg");
  background-repeat: no-repeat;
  object-fit: cover;
  background-size: 100% auto;
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.4));
  margin-bottom: 20px;
}
@media all and (max-width: 750px) {
  .conan h2.himg_ttl {
    font-size: 2.4rem;
    background-image: url("../images/bg_ttl_sp.svg");
    padding: 8px;
  }
}
@media all and (max-width: 750px) {
  .conan h2.himg_ttl.spl {
    background-image: url("../images/bg_ttl_spl.svg");
    padding: 8px;
  }
}
.conan ul.kome {
  padding-left: 1em;
}
.conan ul.kome li {
  text-align: left;
}
.conan ul.kome li:before {
  content: "※";
  margin-left: -1em;
}

.show {
  width: 200px;
  top: -200px;
  right: 20px;
  z-index: 2000;
  position: fixed;
  transition: all .5s ease-out;
}
@media all and (max-width: 1025px) {
  .show {
    display: none;
  }
}
.show.absolute {
  position: absolute;
}
.show.active {
  top: 20px;
}

.top-mainvisual .mainimg img {
  max-width: 100%;
}
.top-mainvisual .langage {
  width: 80%;
  margin: 30px auto;
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 750px) {
  .top-mainvisual .langage {
    width: 90%;
  }
}
.top-mainvisual .langage li {
  width: calc(100% / 2 - 20px);
}
.top-mainvisual .langage li a, .top-mainvisual .langage li span {
  text-align: center;
  display: block;
  background-color: #737373;
  padding: 10px;
  color: #fff;
  font-weight: 500;
  border-radius: 12px;
  border: 2px solid #fff;
  font-size: 2.2rem;
  transition: .2s;
}
.top-mainvisual .langage li a {
  background-color: #9a000d;
}
.top-mainvisual .langage li a:hover {
  text-decoration: none;
  background-color: #bf4049;
}

#howto {
  margin-bottom: 30px;
}
#howto h3.txt {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 900;
  margin-bottom: 10px;
}
@media all and (max-width: 750px) {
  #howto h3.txt {
    font-size: 2rem;
  }
}
@media all and (max-width: 480px) {
  #howto h3.txt {
    text-align: left;
  }
}
#howto p.kome {
  text-align: center;
}
@media all and (max-width: 480px) {
  #howto p.kome {
    text-align: left;
  }
}
#howto .ttl_img {
  position: relative;
}
#howto .ttl_img .icon {
  position: absolute;
  top: -20px;
  left: -20px;
}
@media all and (max-width: 480px) {
  #howto .ttl_img .icon {
    left: -10px;
  }
}
#howto .ttl_img .icon img {
  width: 80px;
  height: 80px;
}
@media all and (max-width: 480px) {
  #howto .ttl_img .icon img {
    width: 50px;
    height: 50px;
  }
}
#howto h4 {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media all and (max-width: 750px) {
  #howto h4 {
    font-size: 2rem;
  }
}
#howto h4 span {
  color: #aa0000;
  font-weight: bold;
}
#howto ul {
  margin-top: 10px;
}
#howto ul li span {
  background-color: yellow;
}
#howto .txt2 {
  padding: 15px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  background: #a8bbcc;
}
@media all and (max-width: 750px) {
  #howto .txt2 {
    font-size: 1.6rem;
    text-align: left;
  }
}
@media all and (max-width: 480px) {
  #howto .txt2 {
    margin-top: 10px;
    letter-spacing: 0;
  }
}
#howto .bg-h {
  max-width: 100%;
  padding: 15px;
  color: #fff;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
  background-image: url("../images/howto_bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#howto .bg-h h4 {
  letter-spacing: 0.01em;
}
#howto .bg-h ul li span {
  color: #000;
}
#howto .bg-paper {
  margin-bottom: 50px;
}
#howto .bg-paper .ttl_img {
  position: relative;
}
#howto .bg-paper .ttl_img p img {
  width: 100%;
}
#howto .bg-paper .ttl_img h3 {
  text-align: center;
  letter-spacing: -2px;
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  font-style: normal;
  color: #5d2c00;
  font-size: 4rem;
  line-height: 1.2;
  margin: -50px 0 10px 10px;
}
@media all and (max-width: 750px) {
  #howto .bg-paper .ttl_img h3 {
    margin: -10px 0 10px 10px;
    font-size: 2.8rem;
  }
}
#howto .bg-paper .flex {
  width: 90%;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
}
@media all and (max-width: 750px) {
  #howto .bg-paper .flex {
    align-items: center;
  }
}
#howto .bg-paper .flex .txt h4 {
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
@media all and (max-width: 750px) {
  #howto .bg-paper .flex .txt h4 {
    font-size: 1.6rem;
    text-align: center;
  }
}
#howto .bg-paper .txt2 {
  width: 90%;
  margin: 0 auto 20px;
  padding: 15px;
  /*
  border-top:2px solid $blue_c;
  border-bottom:2px solid $blue_c;
  */
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  background-color: #a8bbcc;
}
#howto .bg-paper .oubo {
  text-align: center;
  letter-spacing: -2px;
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  font-style: normal;
  color: #5d2c00;
  font-size: 2.8rem;
  line-height: 1.2;
  margin: 0 auto 10px;
}
#howto .nagano {
  margin-bottom: 50px;
}
#howto .nagano img {
  width: 100%;
}
#howto .bana {
  text-align: center;
  margin-bottom: 50px;
}
@media all and (max-width: 750px) {
  #howto .bana {
    margin-bottom: 40px;
  }
}
#howto .bana a {
  /*
  color:$blue_c;
  text-decoration: none;
  font-size:1.8rem;
  font-weight:700;
  padding:15px;
  background-color:#fff;
  display:block;
  transition: .2s;
  &:hover {
    color:#fff;
    background-color:$blue_c;
  }
  */
}
#howto .btn-prize {
  display: block;
  width: 80%;
  height: 60px;
  text-align: center;
  line-height: 60px;
  background-color: #9a000d;
  text-decoration: none;
  border-radius: 10px;
  margin: 0 auto;
}
@media all and (max-width: 750px) {
  #howto .btn-prize {
    width: 90%;
  }
}
#howto .btn-prize span {
  color: #FFF;
  position: relative;
  padding-left: 30px;
  font-size: 2.4rem;
  font-weight: 900;
}
@media all and (max-width: 750px) {
  #howto .btn-prize span {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 480px) {
  #howto .btn-prize span {
    font-size: 1.6rem;
  }
}
#howto .btn-prize span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  border-top: 5px solid #ffef00;
  border-right: 5px solid #ffef00;
  transform: rotate(45deg);
  margin-top: -5px;
}
#howto .btn-prize:hover {
  background-color: #bf4049;
}

#areamap {
  margin-bottom: 30px;
}
#areamap p.map {
  margin: 20px auto 0;
}
#areamap .kome {
  margin: 20px 0 0;
}

#prize {
  margin-bottom: 30px;
}
#prize p.ttl {
  background: #b60005;
}
#prize p.counter {
  margin: 20px auto 0;
}
#prize .kome {
  margin: 20px 0 0;
}
#prize .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #000;
  margin-bottom: 12px;
}
#prize .flex .logo {
  width: 18%;
}
#prize .flex .txt {
  width: calc(80% - 15px);
  margin-left: 15px;
}
#prize .flex ul {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
@media all and (max-width: 750px) {
  #prize .flex ul {
    align-items: flex-start;
    flex-direction: column;
  }
}
#prize .flex ul li {
  display: flex;
  align-items: center;
  font-weight: 700;
}
#prize .flex ul li:first-child {
  margin-right: 10px;
}
#prize .flex ul li img {
  width: 30px;
}
#prize .station dl {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  margin-bottom: 12px;
}
@media all and (max-width: 750px) {
  #prize .station dl {
    flex-wrap: wrap;
  }
}
#prize .station dl dt {
  width: 24%;
  display: flex;
  text-align: left;
  align-items: center;
  font-size: 2.2rem;
  font-weight: 900;
}
@media all and (max-width: 750px) {
  #prize .station dl dt {
    width: 100%;
  }
}
#prize .station dl dt .number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background: #00974b;
  color: #fff;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  padding-left: 2px;
  margin-top: 4px;
  margin-right: 5px;
  border-radius: 30px;
}
#prize .station dl dd {
  text-align: left;
  font-size: 1.6rem;
  font-weight: 500;
}
#prize .station dl dd.name {
  width: calc(75% - 85px);
}
@media all and (max-width: 750px) {
  #prize .station dl dd.name {
    width: calc(100% - 80px);
  }
}
#prize .station dl dd.icon {
  width: 80px;
}
#prize .station dl dd.icon img {
  width: 35px;
}
#prize .btn-station {
  text-align: center;
  display: block;
  font-size: 1.8rem;
  padding: 15px;
  background-color: #cfce2f;
  color: #000;
  font-weight: 700;
  text-decoration: none;
  transition: .2s;
}
@media all and (max-width: 750px) {
  #prize .btn-station {
    font-size: 1.4rem;
    padding: 15px 10px;
  }
}
#prize .btn-station:hover {
  background-color: #00974b;
  color: #fff;
}

#sns {
  margin-bottom: 30px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
}
#sns .flex {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  padding: 15px;
  margin: 0 auto;
}
#sns .flex .date {
  width: 25%;
}
#sns .flex .date img {
  width: 100%;
}
#sns .flex .txt {
  width: calc(75% - 15px);
  margin-left: 15px;
  text-align: left;
  color: #ffef00;
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1.4;
}
@media all and (max-width: 750px) {
  #sns .flex .txt {
    font-size: 1.5rem;
  }
}
#sns .txtbox {
  background-image: url("../images/sns_img.png");
  background-position: right bottom 0;
  background-size: contain;
  background-repeat: no-repeat;
}
@media all and (max-width: 750px) {
  #sns .txtbox {
    padding-bottom: 220px;
    background-size: 70%;
    background-position: center bottom 0;
  }
}
#sns .txtbox p {
  padding: 15px;
  font-weight: 500;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.8;
}
#sns .txtbox p span {
  color: #7dcccb;
}
#sns .txtbox p a {
  color: #7dccf3;
}

#special {
  margin-bottom: 30px;
}
#special h3.txt {
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 900;
  margin-bottom: 10px;
}
@media all and (max-width: 750px) {
  #special h3.txt {
    font-size: 2rem;
  }
}
#special .eventlist {
  max-width: 100%;
  margin: 0 0 20px;
  padding: 15px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
  background-color: #fff;
}
#special .eventlist .col {
  display: block !important;
}
#special .eventlist .col li {
  width: 100% !important;
}
#special .eventlist .col li:last-child {
  width: 100% !important;
  max-width: 600px !important;
  margin: 20px auto;
}
#special .eventlist ul {
  display: flex;
  padding: 10px 0;
  align-items: center;
  /*
  border-bottom:1px solid #000;
  margin-bottom:10px;
  */
}
@media all and (max-width: 750px) {
  #special .eventlist ul {
    flex-direction: column;
  }
}
#special .eventlist ul li:first-child {
  width: calc(100% - 36%);
  margin-right: 5px;
  text-align: left;
}
@media all and (max-width: 750px) {
  #special .eventlist ul li:first-child {
    width: 100%;
  }
}
#special .eventlist ul li:first-child p.name {
  display: inline-block;
  padding: 5px 10px;
  background: #9a000d;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  border-radius: 5px;
}
#special .eventlist ul li:first-child p.name small {
  font-size: small;
}
#special .eventlist ul li:first-child h4 {
  text-align: left;
  font-size: 2.2rem;
  font-weight: 900;
  margin-bottom: 15px;
}
#special .eventlist ul li:first-child h4 span {
  display: block;
  font-size: 1.6rem;
}
#special .eventlist ul li:first-child dl {
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#special .eventlist ul li:first-child dl dt {
  width: 25%;
  padding: 5px;
  margin-bottom: 5px;
  display: inline-block;
  text-align: center;
  background: #000;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
}
@media all and (max-width: 480px) {
  #special .eventlist ul li:first-child dl dt {
    width: 22%;
  }
}
#special .eventlist ul li:first-child dl dd {
  width: calc(75% - 15px);
  margin-bottom: 5px;
  margin-left: 10px;
  font-weight: 900;
  letter-spacing: 0.05em;
}
#special .eventlist ul li:first-child p {
  overflow-wrap: break-word;
}
#special .eventlist ul li:last-child {
  width: 36%;
  max-width: 320px;
}
@media all and (max-width: 750px) {
  #special .eventlist ul li:last-child {
    width: 100%;
    max-width: 100%;
  }
}
#special .eventlist ul li:last-child img {
  margin: 0 auto;
}
#special .eventlist ul li .url {
  margin: 0 0 20px;
  letter-spacing: .1em;
}
#special .eventlist ul li .note {
  letter-spacing: .19em;
}
#special .eventlist ul .obi {
  margin: 0 10px 10px 0;
  padding: 5px;
  color: #FFF;
  text-align: center;
  background: #AA0000;
}
@media all and (max-width: 480px) {
  #special .eventlist ul .obi {
    margin: 0 0 10px 0;
  }
}
#special .eventlist ul .copy {
  font-size: 1rem;
  letter-spacing: 0;
  text-align: right;
}
@media all and (max-width: 480px) {
  #special .eventlist ul .copy {
    margin-top: 10px;
    text-align: center;
  }
}
#special .specialtrain {
  background-color: #9a000d;
  padding: 10px;
}
#special .specialtrain h3 {
  color: #FFF000;
  font-size: 2.6rem;
  font-weight: 900;
  text-align: center;
  /*text-decoration:underline wavy $red_c;*/
  letter-spacing: 0;
}
@media all and (max-width: 750px) {
  #special .specialtrain h3 {
    font-size: 2.2rem;
  }
}
#special .specialtrain .inner {
  background-color: #FFF;
  border-radius: 20px;
  padding: 20px;
  margin: 10px 0 0;
}
@media all and (max-width: 750px) {
  #special .specialtrain .inner {
    padding: 10px;
  }
}
#special .specialtrain .inner dl {
  display: flex;
  flex-wrap: wrap;
}
@media all and (max-width: 750px) {
  #special .specialtrain .inner dl {
    width: 100%;
    max-width: auto;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
#special .specialtrain .inner dl dt {
  width: 30%;
  margin-bottom: 6px;
  display: inline-block;
  text-align: center;
  padding: 2px 5px;
  background: #000;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 5px;
}
@media all and (max-width: 750px) {
  #special .specialtrain .inner dl dt {
    width: 100%;
  }
}
#special .specialtrain .inner dl dd {
  width: calc(70% - 15px);
  margin-bottom: 6px;
  margin-left: 15px;
  text-align: left;
  font-weight: 900;
}
@media all and (max-width: 750px) {
  #special .specialtrain .inner dl dd {
    width: 100%;
    margin-left: 0;
    letter-spacing: 0.08em;
  }
}
#special .specialtrain .inner .img {
  max-width: 600px;
  margin: 0 auto;
}

#banner .banner {
  margin-bottom: 30px;
}

#ticket {
  margin-bottom: 30px;
}
#ticket h3 {
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
@media all and (max-width: 480px) {
  #ticket h3 {
    text-align: left;
  }
}
#ticket h3 small {
  font-size: 1.8rem;
}
#ticket ul.pass {
  padding-top: 20px;
  border-radius: 10px;
  background: #aaa;
}
#ticket ul.pass li {
  padding: 0 20px 20px;
  text-align: center;
}
#ticket ul.pass li img {
  margin: 0 auto;
}
#ticket ul.kome {
  margin: 20px 0;
}
#ticket .eticket {
  background-color: #6fb92c;
  padding: 10px;
  position: relative;
}
#ticket .eticket .nagano {
  max-width: 250px;
  font-weight: 500;
  font-size: 1.8rem;
  color: #fff;
  padding: 10px;
  text-align: center;
  display: inline-block;
  background-color: #00974b;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#ticket .eticket .inner {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
}
@media all and (max-width: 480px) {
  #ticket .eticket .inner {
    padding: 20px 20px 10px;
  }
}
#ticket .eticket .inner h3 {
  text-align: center;
  margin: 25px auto 0;
}
#ticket .eticket .inner h4 {
  font-size: 2.2rem;
  font-weight: 900;
  margin-bottom: 30px;
}
@media all and (max-width: 480px) {
  #ticket .eticket .inner h4 {
    margin-top: 10px;
    letter-spacing: 0.05em;
  }
}
#ticket .eticket .inner p {
  text-align: left;
  font-weight: 500;
}
#ticket .eticket .inner ul.tokudane {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
}
@media all and (max-width: 750px) {
  #ticket .eticket .inner ul.tokudane {
    flex-direction: column;
  }
}
#ticket .eticket .inner ul.tokudane li:first-child {
  width: calc(40% - 10px);
  margin-right: 10px;
}
@media all and (max-width: 480px) {
  #ticket .eticket .inner ul.tokudane li:first-child {
    width: 100%;
    margin-right: 0px;
  }
}
#ticket .eticket .inner ul.tokudane li:last-child {
  width: 60%;
}
@media all and (max-width: 480px) {
  #ticket .eticket .inner ul.tokudane li:last-child {
    width: 100%;
    margin-top: 10px;
  }
}

@media all and (max-width: 480px) {
  #daishi {
    margin-bottom: 30px;
  }
}
#daishi ul {
  display: flex;
  align-items: center;
}
#daishi ul li:first-child {
  width: calc(60% - 0px);
  margin-right: 0px;
}
#daishi ul li:last-child {
  width: 40%;
}
#daishi ul li h3.title {
  padding: 15px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  background: #9a000d;
  -webkit-clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
}
@media all and (max-width: 750px) {
  #daishi ul li h3.title {
    font-size: 2rem;
  }
}
#daishi ul li p {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  text-shadow: 0 0 10px black;
}
@media all and (max-width: 750px) {
  #daishi ul li p {
    font-size: 1.4rem;
  }
}

.movie {
  padding: 20px 0;
  margin-bottom: 10px;
}
.movie.m-conan {
  background-color: #180a07;
}
.movie.m-yaiba {
  background-color: #c30018;
}
.movie.m-card {
  background-color: #fff;
}
.movie .moviebox {
  margin: 0 auto;
}
.movie .moviebox .flex {
  display: flex;
}
.movie .moviebox .flex > div {
  text-align: center;
}
.movie .moviebox .flex a.btn {
  margin: 15px auto 0;
  text-align: center;
  padding: 4px 10px;
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
}
.movie .moviebox .flex a.btn:hover {
  text-decoration: none;
  background-color: #bf4049;
}

#top-end {
  margin-bottom: 20px;
  padding-bottom: 30px;
}
@media all and (max-width: 480px) {
  #top-end {
    padding-bottom: 15px;
  }
}
#top-end div {
  padding: 20px;
  color: #000;
  background: rgba(255, 255, 255, 0.5);
}
@media all and (max-width: 480px) {
  #top-end div {
    padding: 10px 20px;
  }
}
#top-end div p.copy {
  margin: 20px 0 0;
  text-align: center;
}
#top-end div p span {
  background-color: yellow;
}
#top-end div table th {
  font-weight: 400;
}
