@charset "UTF-8";
/***********************************************
***  Settings
***********************************************/
/****************************************
    Fonts
****************************************/
/****************************************
    Directories
****************************************/
/****************************************
    Colors
****************************************/
/****************************************
    Media Queries
****************************************/
/***********************************************
***  Plugins
***********************************************/
.lb-loader, .lightbox {
  text-align: center;
  line-height: 0;
}
.lb-dataContainer:after, .lb-outerContainer:after {
  content: "";
  clear: both;
}
html.lb-disable-scrolling {
  overflow: hidden;
  position: fixed;
  height: 100vh;
  width: 100vw;
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #101010;
  filter: alpha(Opacity=80);
  opacity: .8;
  display: none;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  font-weight: 400;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid #fff;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.80);
}
.lb-loader, .lb-nav {
  position: absolute;
  left: 0;
}
.lb-outerContainer:after {
  display: table;
}
.lb-loader {
  top: 43%;
  height: 25%;
  width: 100%;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/plugins/lightbox/loading.gif) no-repeat;
}
.lb-nav {
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}
.lb-next, .lb-prev {
  height: 100%;
  cursor: pointer;
  display: block;
}
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/plugins/lightbox/prev.png) left 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity .6s;
  transition: opacity .6s;
}
.lb-nav a.lb-prev:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/plugins/lightbox/next.png) right 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity .6s;
  transition: opacity .6s;
}
.lb-nav a.lb-next:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  display: table;
}
.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 1em;
}
.lb-data .lb-caption a {
  color: #4ae;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/plugins/lightbox/close.png) top right no-repeat;
  text-align: right;
  outline: 0;
  filter: alpha(Opacity=70);
  opacity: .7;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: alpha(Opacity=100);
  opacity: 1;
}
/***********************************************
***  Common
***********************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after {
  content: "";
  content: none;
}
q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  padding: 0;
}
button:hover {
  cursor: pointer;
}
button:focus, button:active {
  background: transparent;
  outline: none;
  box-shadow: none;
}
html {
  box-sizing: border-box;
  font-size: 62.5%;
  height: 100%;
  min-height: 100%;
}
*, *:before, *:after {
  box-sizing: inherit;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
body {
  background: -webkit-gradient(linear, left top, right top, from(#DBE7ED), color-stop(0.3, #FDFEFE), color-stop(0.5, #DBE7ED), to(#afbcc3));
  position: relative;
  width: 100%;
  color: #101010;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1;
}
body:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  background-image: url(../img/front-page/top/bg-cell1.png);
  background-repeat: repeat;
  background-size: 100%;
  background-position: 50% 0;
  width: 100%;
  z-index: -1;
}
.cf:before, .cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
.sp {
  display: none;
}
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 10px;
  background-color: #101010;
  border-radius: 50px;
  box-shadow: 3px 3px 0 #0767fa;
  z-index: 100;
}
#pageTop a {
  font-size: 23px;
  display: block;
  z-index: 999;
  padding: 13px 0 0 0;
  width: 50px;
  height: 50px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
#pageTop a:hover {
  text-decoration: none;
}
footer {
  background-color: #101010;
  color: #fff;
  text-align: center;
  padding: 20px;
}
footer p {
  font-size: 12px;
  line-height: 4;
}
.tc-red {
  color: red;
}
ul.banners {
  display: block;
  margin: 30px auto;
}
li.banner {}
li.banner:first-child {
  display: none;
}
li.banner:nth-child(3) {
  width: 15%;
  margin-right: 0;
}
li.banner img {
  width: 100%;
  margin: 0 auto;
  max-width: 200px;
  height: auto;
  display: block;
}
/***********************************************
***  Components
***********************************************/
.inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.container {
  min-width: 1000px;
  overflow-x: hidden;
}
.link--default {
  color: inherit;
  text-decoration: none;
  display: block;
}
.link--text {
  color: inherit;
  text-decoration: none;
  display: block;
}
.link--text:hover {
  text-decoration: underline;
}
.link--text:active {
  text-decoration: underline;
}
.headline--default {
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.global-nav {
  border-bottom: 6px solid;
  box-shadow: 0 5px 3px rgba(0, 0, 0, 0.25);
  margin-bottom: 24px;
  position: relative;
  z-index: 10;
}
.en-btn {
  top: -30px;
  position: absolute;
  background-color: #000;
  color: #fff;
}
.en-btn a {
  color: #fff;
  font-size: 12px;
  padding: 2px 10px;
  line-height: 1.6;
}
.en-btn a:link, .en-btn a:visited {
  color: #fff;
  text-decoration: none;
}
.en-btn:hover {
  opacity: 0.7;
}
.global-nav__lists{
    display:flex;
    justify-content: space-between;
}
.global-nav__list {
  margin-right: 40px;
  position: relative;
  width: auto !important;
}
.ticket-goods-notice {
  font-size: 14px;
  color: #fff;
  margin: 20px 0;
}
.global-nav__list:last-of-type {
  margin-right: 0;
    display: none;
}
.global-nav__list:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -40px;
  right: -10px;
  background-image: url("../img/common/global-nav/splash.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  z-index: -1;
  opacity: 0;
}
.global-nav__list:hover:before {
  opacity: 1;
}
.global-nav__link {
  padding-top: 32px;
  padding-bottom: 26px;
  position: relative;
}
.global-nav__link:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 32px;
  top: 32px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  opacity: 0;
}
.global-nav__link:hover:before {
  opacity: 1;
}
.global-nav__link:hover .global-nav__image {
  opacity: 0;
}
.global-nav__link--top:before {
  background-image: url("../img/common/global-nav/top-on.svg");
}
.global-nav__link--special:before {
  background-image: url("../img/common/global-nav/special-on.svg");
}
.global-nav__link--outline:before {
  background-image: url("../img/common/global-nav/outline-on.svg");
}
.global-nav__link--ticket:before {
  background-image: url("../img/common/global-nav/ticket-on.svg");
}
.global-nav__link--goods:before {
  background-image: url("../img/common/global-nav/goods-on.svg");
}
.global-nav__link--about:before {
  background-image: url("../img/common/global-nav/about-on.svg");
}
.global-nav__link--access:before {
  background-image: url("../img/common/global-nav/access-on.svg");
}
.global-nav__link--faq:before {
  background-image: url("../img/common/global-nav/faq-on.svg");
}
.global-nav__image {
  height: 32px;
  width: auto;
}
img.global-nav__image[src$=".svg"] {
  height: 32px;
}
.a-headline--white path.a-headline__path {
  stroke: #fff;
  fill: transparent;
}
.a-headline--white .st2 {
  fill: #fff;
}
@-webkit-keyframes path_anime_white {
  0% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  50% {
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #fff;
  }
}
@keyframes path_anime_white {
  0% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  50% {
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #fff;
  }
}
.a-headline--white .a-headline__path {
  stroke-dasharray: 2000;
  stroke-dashoffset: 0;
  stroke-width: .5;
  -webkit-animation: path_anime_white 2.8s ease-in 0s forwards;
  animation: path_anime_white 2.8s ease-in 0s forwards;
}
.a-headline--black path.a-headline__path {
  stroke: #313022;
  fill: transparent;
}
@-webkit-keyframes path_anime_black {
  0% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  50% {
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #313022;
  }
}
@keyframes path_anime_black {
  0% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  50% {
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #313022;
  }
}
.a-headline--black .a-headline__path {
  stroke-dasharray: 2000;
  stroke-dashoffset: 0;
  stroke-width: .5;
  -webkit-animation: path_anime_black 2.8s ease-in 0s forwards;
  animation: path_anime_black 2.8s ease-in 0s forwards;
}
@-webkit-keyframes fadeInAnimation {
  0% {
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
    opacity: 1;
  }
}
@keyframes fadeInAnimation {
  0% {
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
    opacity: 1;
  }
}
.fadeIn {
  opacity: 0;
  -webkit-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  transform: translate(0, 20px);
}
.a-fadeInAnimate {
  -webkit-animation: fadeInAnimation .8s ease 0s forwards;
  animation: fadeInAnimation .8s ease 0s forwards;
}
.ie11 .global-nav__list:nth-of-type(1) {
  width: 4.03%;
}
.ie11 .global-nav__list:nth-of-type(2) {
  width: 8.82%;
}
.ie11 .global-nav__list:nth-of-type(3) {
  width: 7.35%;
}
.ie11 .global-nav__list:nth-of-type(4) {
  width: 7.214%;
}
.ie11 .global-nav__list:nth-of-type(5) {
  width: 7.67%;
}
.ie11 .global-nav__list:nth-of-type(6) {
  width: 8.638%;
}
.ie11 .global-nav__image {
  height: auto;
}
.ie11 .outline-headline-svg .a-headline__path {
  fill: #fff;
}
.ie11 .ticket-headline-svg .a-headline__path {
  fill: #101010;
}
.ie11 .outline-flow__item svg {
  display: none;
}
.ie11 .ie-image {
  display: block;
}
.ie-image {
  display: none;
}
/***********************************************
***  FrontPage
***********************************************/
/*.feature-bg__cotainer {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#DBE7ED), color-stop(0.3, #FDFEFE), color-stop(0.5, #DBE7ED), to(#afbcc3));
}

.feature-bg__cotainer:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 520px;
  background-image: url("../img/front-page/top/bg-cell2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0;
  width: 100%;
  z-index: 0;
}*/
.intro-container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-color: #101010;
  z-index: 10000000;
  display: none;
}
.intro-image {
  width: 100%;
  max-width: 800px;
  height: auto;
  margin: 20vh auto 0;
}
.intro-image img {
  width: 100%;
}
.top__container {
  border-bottom: 5px solid;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 10;
}
.top-description {
  width: 42%;
  float: left;
  padding-top: 30px;
}
.top-logo {
  margin-bottom: 30px;
  position: relative;
}
.top-date {
  margin-bottom: 12px;
}
.top-place {
  margin-bottom: 12px;
}
.top-next-link {
  text-align: right;
  font-size: 12px;
  margin-top: 10px;
}
.top-next-link a, .top-next-link a:link, .top-next-link a:visited {
  text-decoration: none;
  color: #3b94d9;
}
.top-holiday {
  font-size: 1.4rem;
  font-weight: 700;
}
.top-chara {
  width: 58%;
  float: right;
  position: relative;
}
.top-chara__conan {
  width: 82%;
  float: left;
}
.top-chara__serif {
  width: 16%;
  float: right;
}
.top-chara__serif img {
  max-height: 480px;
  margin-bottom: 15px;
}
.top-banner {
  width: 14%;
  float: right;
  position: relative;
}
.top-banner__link {
  position: absolute;
  width: 270%;
  top: 0;
  right: 0;
}
.twiiter__container {
  margin-top: 10px;
  background-color: #a8a9b5;
  border-radius: 5px;
  padding: 5px;
}
.banner__container {
  background: rgba(187, 217, 232, 0.52);
  border-bottom: 5px solid;
}
.banner__lists{
 display: flex;
    justify-content: flex-start;
}
.banner__container li.banner__list {
  width: 33%;
}
.banner__container li.banner__list:hover {
  opacity: 0.7;
}
.banner__container li.banner__list img {
  padding: 3px;
  display: block;
  margin: 0 auto;
}
.whats-new__container {
  padding-top: 24px;
  padding-bottom: 16px;
  border-bottom: 5px solid;
  position: relative;
  z-index: 10;
  background-color: #fff;
}
.whats-new__container:before, .whats-new__container:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
.whats-new__container:before {
  top: 0;
  left: 0;
  border-width: 38px 38px 0 0;
  border-color: #101010 transparent transparent transparent;
}
.whats-new__container:after {
  bottom: 0;
  right: 0;
  border-style: solid;
  border-width: 0 0 38px 38px;
  border-color: transparent transparent #101010 transparent;
}
.whats-new__headline {
  width: 20%;
  float: left;
}
.whats-new__contents {
  width: 72%;
  float: right;
  height: 110px;
  overflow-y: scroll;
}
.whats-new {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 10px;
}
.whats-new__date {
  display: inline-block;
  font-weight: 800;
}
.whats-new__date[class*="category--"]:after {
  display: inline-block;
  padding: 0 .2em;
  margin-left: .5em;
}
.whats-new__date.category--news:after {
  content: "NEWS";
  font-weight: normal;
  color: #fff;
  background-color: #a8a9b5;
}
.whats-new__date.category--update:after {
  content: "UPDATE";
  font-weight: normal;
  color: #fff;
  background-color: #a9bede;
}
.whats-new__description {
  margin-top: -1.4em;
  padding-left: 12em;
}
.whats-new__description-text {
  float: left;
}
.whats-new__description-link {
  color: #162685;
  text-decoration: none;
}
.whats-new__description-image {
  float: left;
  padding-left: 1em;
  width: 60px;
}
.gist dl {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  background-color: #101010;
  color: #fff;
  border-bottom: 4px solid #fff;
  border-top: 4px solid #fff;
}
#ac-message dt {
  display: block;
  line-height: 50px;
  text-align: center;
  font-family: GSanSerif-B;
  cursor: pointer;
}
#ac-message dd {
  font-size: 1.8rem;
  margin: 50px auto;
  line-height: 1.6;
  text-align: center;
  display: none;
}
#ac-message dd .inner {
  max-width: 900px;
}
.outline {
  background-image: url("../img/front-page/outline/outline-bg.png");
  padding-top: 58px;
  padding-bottom: 58px;
  overflow: hidden;
}
.outline-headline-svg .st0 {
  opacity: 0.4;
}
.outline-headline-svg .st1 {
  fill: #fff;
  fill-opacity: 0.4;
}
.outline-headline {
  margin-bottom: 100px;
}
.outline-content__headline {
  width: 20%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
}
.outline-flow {
  width: 300px;
}
.outline-content__headline_flow {
  width: 25%;
  margin: 0 auto 5px;
}
.story__lead {
  max-width: 60%;
  position: relative;
}
.outline-content.story {
  position: relative;
  margin-bottom: 60px;
}
.outline-content.story:before {
  content: "";
  background-image: url(../img/front-page/outline/story-lead-splash.svg);
  position: absolute;
  width: 500px;
  height: 600px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0% 0%;
  z-index: -1;
  margin-top: -120px;
}
.story__lead:after {
  content: "";
  background-image: url(../img/front-page/outline/story-kogoro.png);
  position: absolute;
  width: 500px;
  height: 600px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0% 0%;
  z-index: -1;
  margin-top: -80px;
}
.story__text {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 20px;
}
.story__text span.strong-red {
  color: #f00;
  font-size: 1.8rem;
}
.story__tape {
  background-image: url(../img/front-page/outline/tape_long.svg);
  background-position: center bottom;
  margin: 80px -500% 0;
  padding: 0 500%;
  width: 100%;
  height: 20px;
  background-repeat: repeat-x;
  -webkit-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
  position: relative;
}
.story__tape:after {
  content: "";
  position: absolute;
  background-image: url(../img/front-page/outline/tape_long.svg);
  background-position: center bottom;
  width: 100%;
  height: 20px;
  background-repeat: repeat-x;
  -webkit-transform: rotate(6deg);
  -ms-transform: rotate(6deg);
  transform: rotate(6deg);
  left: 40px;
  top: -40px;
}
.cource-list {
  margin-bottom: 60px;
}
.cource__box {
  border: 1px solid #fff;
  position: relative;
}
.cource__box:before, .cource__box:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: -1px;
  border-style: solid;
}
.cource__box:before {
  left: -1px;
  border-width: 48px 48px 0 0;
  border-color: #fff transparent transparent transparent;
}
.cource__box:after {
  right: -1px;
  border-width: 0 48px 48px 0;
  border-color: transparent #fff transparent transparent;
}
.cource__box__inner:before, .cource__box__inner:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  bottom: -1px;
  border-style: solid;
}
.cource__box__inner:after {
  right: -1px;
  border-width: 0 0 48px 48px;
  border-color: transparent transparent #fff transparent;
}
.cource__box__inner:before {
  left: -1px;
  border-width: 48px 0 0 48px;
  border-color: transparent transparent transparent #fff;
}
.cource__box.amuro {
  background-image: url(../img/front-page/outline/cource-amuro-bg.png);
  background-position: center bottom;
  background-size: 90%;
  background-repeat: no-repeat;
  height: 545px;
}
.cource__box.amuro .cource__text {
  width: 40%;
  margin: 200px 60px 0;
}
.cource__box.amuro .cource__text span.tc-yellow, .cource__box.ran .cource__text span.tc-yellow {
  color: yellow;
}
.cource__box.ran {
  background-image: url(../img/front-page/outline/cource-ran-bg.png);
  background-position: center bottom;
  background-size: 90%;
  background-repeat: no-repeat;
  height: 400px;
}
.cource__box.ran .cource__text {
  width: 50%;
  margin: 160px 2% 0 48%;
}
img.family-icon {
  margin-top: 20px;
}
.cource__msg {
  color: #fefe00;
  font-size: 2.4rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 10px;
}
.cource__text {
  color: #fff;
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 20px;
}
.outline-map {
  margin-bottom: 80px;
}
.outline-flow-start {
  width: 20%;
  margin-left: auto;
  margin-right: auto;
}
.outline-flow__lists {
  position: relative;
}
.outline-flow__lists:before {
  content: "";
  display: block;
  width: 3px;
  height: calc(100% - 120px);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background-color: #0767fa;
  box-shadow: 0 0 10px 6px rgba(7, 103, 250, 0.4);
}
.outline-flow__list {
  width: 50%;
  position: relative;
  margin-bottom: 50px;
}
.outline-flow__list:before {
  content: attr(data-number);
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background-color: #0767fa;
  position: absolute;
  top: calc(20%+ 16px);
  text-align: center;
  line-height: 32px;
  z-index: 10;
  color: #fff;
  font-size: 2.4rem;
}
.outline-flow__list:nth-of-type(odd) {
  float: left;
}
.outline-flow__list:nth-of-type(odd):before {
  right: -16px;
}
.outline-flow__list:nth-of-type(odd) .outline-flow__item {
  padding-right: 20%;
}
.outline-flow__list:nth-of-type(odd) .outline-flow__item:before {
  content: "";
  display: block;
  width: 20%;
  padding-top: 6%;
  position: absolute;
  top: 20%;
  right: 0;
  background-image: url("../img/front-page/outline/outline-arrow-left.svg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.outline-flow__list:nth-of-type(even) {
  float: right;
}
.outline-flow__list:nth-of-type(even):before {
  left: -16px;
}
.outline-flow__list:nth-of-type(even) .outline-flow__item {
  padding-left: 20%;
}
.outline-flow__list:nth-of-type(even) .outline-flow__item:before {
  content: "";
  display: block;
  width: 20%;
  padding-top: 6%;
  position: absolute;
  top: 20%;
  left: 0;
  background-image: url("../img/front-page/outline/outline-arrow-right.svg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.outline-flow__list:nth-of-type(1) {
  margin-top: 38px;
}
.outline-flow__list:nth-of-type(2) {
  margin-top: 126px;
}
.outline-flow__list:nth-of-type(3):after {
  content: "";
  display: block;
  width: 20%;
  position: absolute;
  right: 0;
  padding-top: 22%;
  background-image: url("../img/front-page/outline/outline-image-human.png");
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 40%;
}
.outline-flow__list:nth-of-type(4):after {
  content: "";
  display: block;
  width: 20%;
  position: absolute;
  left: 0;
  padding-top: 32%;
  background-image: url("../img/front-page/outline/outline-image-footprint.png");
  background-position: 50% 0;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -10%;
}
.outline-flow__list:nth-of-type(5):after {
  content: "";
  display: block;
  width: 16%;
  position: absolute;
  right: 2%;
  padding-top: 16%;
  background-image: url("../img/front-page/outline/outline-image-fingerprint.png");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 10%;
}
.outline-flow__list:nth-of-type(7):before {
  right: auto;
  left: -16px;
}
.outline-flow__list:nth-of-type(7) .outline-flow__item {
  padding-right: 0;
  padding-left: 20%;
}
.outline-flow__list:nth-of-type(7) .outline-flow__item:before {
  left: 0;
  background-image: url("../img/front-page/outline/outline-arrow-right.svg");
}
.outline-flow__list:nth-of-type(8) {
  float: left;
  margin-top: -100px;
}
.outline-flow__list:nth-of-type(8):before {
  right: -16px;
  left: auto;
}
.outline-flow__list:nth-of-type(8) .outline-flow__item {
  padding-left: 0;
  padding-right: 20%;
}
.outline-flow__list:nth-of-type(8) .outline-flow__item:before {
  right: 0;
  left: auto;
  background-image: url("../img/front-page/outline/outline-arrow-left.svg");
}
.outline-flow__item {
  position: relative;
}
.outline-flow__notice {
  color: #fff;
  font-size: 1.3rem;
  text-align: right;
  margin-top: -60px;
}
.outline-flow__notice.map {
  margin-top: 20px;
}
.outline-flow__path {
  fill: #0767fa;
}
.outline-flow-text {
  padding: 32px 40px;
  color: #fff;
  font-size: 2rem;
  position: relative;
}
.outline-flow-text.bg-blue {
  background-color: rgba(29, 1, 247, 0.37);
}
.outline-flow-text:before, .outline-flow-text:after {
  content: "";
  display: block;
  position: absolute;
  width: .7%;
  top: -1px;
  bottom: 0;
  background-color: #0767fa;
  box-shadow: 0 0 100px #0767fa;
}
.outline-flow-text:before {
  left: 0;
}
.outline-flow-text:after {
  right: 0;
}
.outline-flow-text p {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.outline-flow--en {
  font-size: 2.1rem;
  color: #0767fa;
  display: block;
}
.special {
  background-image: url(../img/front-page/outline/outline-bg.png);
  padding-top: 58px;
  padding-bottom: 58px;
}
.special__lead {
  text-align: center;
  font-size: 2.6rem;
  color: #fff;
  margin-bottom: 50px;
}
.ticket {
  padding-top: 58px;
  padding-bottom: 58px;
}
.voice-guide {
  margin-bottom: 30px;
}
.voice-guides h1 {
  text-align: center;
  color: #fff;
  font-size: 16px;
  width: 50%;
  display: block;
  margin: 0 auto;
  min-width: 240px;
}
.voice-guides p {
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
}
.voice-guides p.character {
  margin-bottom: 20px;
}
.voice-attention {
  width: 74%;
  padding: 2% 3%;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #fff;
  border-radius: 30px;
}
li.voice-notice:before {
  content: "";
  display: block;
  position: absolute;
  top: .1em;
  left: 0;
  width: 1em;
  height: 1em;
  background-color: #fff;
  border-radius: 100%;
}
ul.voice-notices {
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
}
li.voice-notice {
  padding-left: 2em;
  margin-bottom: .5em;
  line-height: 1.2;
  position: relative;
}
li.voice-notice a, li.voice-notice a:link, li.voice-notice a:visited {
  color: #fff;
}
li.cp-notice.voice-notice.strong {
  font-size: 1.7rem;
  text-decoration: underline;
}
ul.voice-notice-lower li {
  margin-bottom: 5px;
}
span.blue {
  color: #0767fa
}
span.red {
  color: #fa071a
}
/*
.ticket:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 520px;
  background-image: url("../img/front-page/top/bg-cell2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0;
  width: 100%;
  z-index: 0;
}
*/
.ticket .inner {
  position: relative;
}
.ticket-headline-svg .st0 {
  opacity: 0.6;
}
.ticket-headline-svg .st1 {
  fill: #FFFFFF;
  fill-opacity: 0.4;
}
.ticket-headline-svg .st2 {
  fill: #FFFFFF;
}
.ticket-headline-svg .st3 {
  fill: #313022;
}
.ticket-lead {
  font-size: 2.3rem;
  text-align: center;
  font-family: GSanSerif-B;
  line-height: 1.4;
}
.ticket-lead a, .ticket-lead a:link, .ticket-lead a:visited {
  color: #0920c6;
  text-decoration: none;
}
.ticket-table__wrapper {
  padding-top: 62px;
  margin-bottom: 28px;
}
.ticket-table {
  width: 100%;
}
.ticket-table__head {
  font-size: 2.8rem;
  display: block;
  width: 39%;
  float: left;
}
.ticket-table__head tr {
  display: block;
}
.ticket-table__head th {
  display: block;
  background-color: #6f7d84;
  padding: 28px;
  height: 85px;
  margin-bottom: 2%;
  text-align: left;
  color: #fff;
  box-shadow: 2px 2px #666;
}
.ticket-table__head span.small {
  font-size: 2.1rem;
}
.ticket-table__head td {
  display: block;
  padding: 10px 0 0 30px;
  margin-bottom: 8px;
  height: 50px;
  background-color: #101010;
  color: #fff;
  text-align: left;
  box-shadow: 2px 2px #666;
}
.ticket-table__body {
  width: 60%;
  float: right;
}
.ticket-table__body tr {
  display: block;
  width: 49%;
  margin-right: 2%;
  float: left;
}
.ticket-table__body tr:last-of-type {
  margin-right: 0;
}
.ticket-table__body th {
  display: block;
  font-size: 1.5rem;
  padding: 5px;
  background-color: #101010;
  margin-bottom: 8px;
  box-shadow: 2px 2px #666;
  color: #fff;
  line-height: 1.2;
  height: 50px;
  padding: 15px 0;
}
.ticket-table__body th.line {
  padding: 15px 0;
}
.ticket-table__body tr:nth-child(1) th {
  padding: 15px 0;
}
.ticket-table__body tr:nth-child(2) th, .ticket-table__body tr:nth-child(3) th {
  padding: 15px 0;
}
.ticket-table__body td {
  display: block;
  font-size: 2.5rem;
  height: 85px;
  padding: 30px 0;
  background-color: #fff;
  margin-bottom: 2.6%;
  box-shadow: 2px 2px #666;
  text-align: center;
}
.ticket-table__body td.line {
  padding: calc(30px+ 0.15rem);
}
.ticket-table__body.price tr:nth-child(1) td, .ticket-table__body.price tr:nth-child(2) td, .ticket-table__body.price tr:nth-child(3) td {
  padding: calc(30px+ 0.15rem);
}
.ticket-notice-lists {
  font-size: 1.6rem;
  padding: 20px 0 50px;
}
.ticket-table__caution {
  text-align: center;
  font-size: 1.6rem;
  width: 280px;
  margin-left: auto;
}
ul.ticket-shops{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
li.ticket-shop{
    width: 48%;
    box-shadow: 3px 3px 0 #bbb;
    color: white;
    background-color: #0920c6;
    padding: 20px;
    margin-right: 2%;
    margin-bottom: 20px;
}

li.ticket-shop h2{
    font-size:1.6rem;
    margin-bottom: 5px;
    border-bottom:1px solid #fff;
    padding-bottom: 5px;
    font-weight: 800;
}
li.ticket-shop p{
    font-size:1.3rem;
    line-height: 1.4;
}
li.ticket-shop p a{
    color: #fff;
    text-decoration: none;
}
li.ticket-shop p a:link,li.ticket-shop p a:visited{
    color: #fff;
}
.ticket-table__body.ticket-shop td {
  width: 76%;
  float: right;
}
.ticket-table__body.ticket-shop tr {
  width: 98%;
}
.ticket-table__body.ticket-shop td {
  font-size: 1.4rem;
  height: 80px;
  line-height: 1.5;
  padding: 10px 20px;
  text-align: left;
  margin-bottom: 10px;
}
.ticket-rinkai {
  padding: 20px 0;
}
h1.rinkai-heading, p.rinkai-discount {
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.4;
}
h1.rinkai-heading {
  font-size: 2rem;
  font-weight: 800;
}
p.rinkai-discount a, p.rinkai-discount a:link, p.rinkai-discount a:visited {
  color: #0920c6;
  text-decoration: none;
}
.ticket-shop-table__head {
  font-size: 2rem;
  display: block;
  width: 22%;
  float: left;
}
th.ticket-shop-table__head {
  display: block;
  background-color: #6f7d84;
  padding: 15px;
  text-align: left;
  color: #fff;
  box-shadow: 2px 2px #666;
  margin-bottom: 10px;
}
span.text-small {
  font-size: 12px;
}
.ticket-table__body.ticket-shop td a {
  background-color: #0920c6;
  color: #fff;
  padding: 1px 10px;
  border-radius: 10px;
}
.ticket-table__body.ticket-shop {
  width: 100%;
  float: inherit;
}
.ticket-table__body.ticket-shop td a:link, .ticket-table__body.ticket-shop td a:visited {
  text-decoration: none;
  color: #fff;
}
.ticket-table__body.ticket-shop td a:hover {
  opacity: 0.7;
}
.ticket-table__body.ticket-shop th {
  height: 32px;
}
.ticket-table__body.ticket-shop th.ntv {
  margin-top: 0;
  height: 80px;
}
.ticket-table__body.ticket-shop th.etix {
  height: 80px;
}
.ticket-table__body.ticket-shop th.lawson {
  height: 263px;
}
.ticket-table__body.ticket-shop th.eplus {
  height: 168px;
}
.ticket-table__body.ticket-shop th.seven {
  height: 168px;
}
.ticket-table__body.ticket-shop th.pia {
  height: 263px;
}
.ticket-dantai {
  border: 2px solid #0920c6;
  color: #0920c6;
  margin: 60px 0;
}
.ticket-dantai a {
  text-decoration: none;
  font-size: 2.4rem;
  display: inline-block;
  width: 100%;
  height: 54px;
  text-align: center;
  line-height: 54px;
  position: relative;
  z-index: 2;
  border: 2px solid #101010;
  color: #fff;
  outline: none;
}
.ticket-dantai a i {
  padding-left: 10px;
}
.ticket-dantai a::before, .ticket-dantai a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.ticket-dantai a, .ticket-dantai a::before, .ticket-dantai a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.ticket-dantai a:hover {
  background-color: transparent;
  border-color: #0920c6;
  color: #0920c6;
}
.ticket-dantai a::before, .ticket-dantai a::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #101010;
}
.ticket-dantai a::before {
  right: 0;
}
.ticket-dantai a::after {
  left: 0;
}
.ticket-dantai a:hover::before, .ticket-dantai a:hover::after {
  width: 0;
  background-color: #0920c6;
}
.ticket-goods {
  margin-bottom: 0;
}
.ticket-goods__container {
  width: 100%;
  border-radius: 36px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px;
  background-image: url(../img/front-page/goods/goods-bg.png);
}
.ticket-goods-text__wrapper {
  width: 90%;
  margin: 0 auto;
  display: block;
}
h1.ticket-goods__headline {
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 1.4em;
  text-align: center;
  color: #fff;
  background-color: #0920c6;
}
h2.ticket-goods__headline {
  font-size: 2.8rem;
  line-height: 1.4;
  color: #162684;
  font-family: GSanSerif-B;
  text-align: center;
  margin-bottom: 20px;
}
.access-btn a {
  background-color: #0920c6;
  color: #fff;
  padding: 1px 10px;
  border-radius: 10px;
  font-size: 1.4rem;
}
.access-btn a:link, .access-btn a:visited {
  color: #fff;
}
.ticket-goods__lead {
  font-size: 2.1rem;
  font-family: GSanSerif-B;
  text-align: center;
  margin: 50px auto;
  line-height: 1.6;
}
.ticket-goods--star {
  color: #ff1d25;
}
.ticket-goods__image {
  width: 24%;
  margin-right: 6%;
  float: right;
  padding-bottom: 10px;
}
.ticket-goods__caption {
  text-align: center;
}
.ticket-goods__list {
  float: left;
  font-size: 2.2rem;
  text-align: center;
  background-color: #0920c6;
  color: #fff;
}
.ticket-goods__list:first-of-type {
  margin-right: 1%;
}
.ticket-goods__list:nth-of-type(-n + 2) {
  width: 49.5%;
  padding: 20px 10px;
  margin-bottom: 1%;
}
.ticket-goods__list:nth-of-type(n + 3) {
  width: 32.666%;
  padding: 20px 10px;
  margin-right: 1%;
}
.ticket-goods__list:last-of-type {
  margin-right: 0;
}
.ticket-attention {
  width: 74%;
  padding: 2% 3%;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid;
  border-radius: 30px;
}
.ticket-attention__headline {
  width: 30px;
  float: left;
  font-size: 1.4rem;
  color: #fff;
  background-color: #101010;
  padding: 24px 8px;
  border-radius: 12px;
  line-height: 1.22;
}
.ticket-attention__headline.fukuoka {
  line-height: 1.6;
  padding: 28px 8px;
}
.fukuoka-tiket-lists {
  margin: 30px 0;
}
.fukuoka-tiket-lists li {
  font-size: 2.6rem;
  color: #000;
  display: inline-block;
  font-family: GSanSerif-B;
  line-height: 1.6;
}
.fukuoka-tiket-lists li span.small {
  font-size: 1.8rem;
}
.fukuoka-tiket-lists li img.talkshow_anime_logo {
  height: 39px;
  padding-right: 5px;
  width: auto;
}
.ticket-attention__lists {
  width: calc(100% - 40px);
  float: right;
  font-size: 1.5rem;
  text-align: left;
}
.ticket-attention__list {
  padding-left: 2em;
  margin-bottom: .5em;
  line-height: 1.2;
  position: relative;
}
.ticket-attention__list.strong {
  font-weight: 800;
  font-size: 1.6rem;
}
.ticket-attention__list:before {
  content: "";
  display: block;
  position: absolute;
  top: .1em;
  left: 0;
  width: 1em;
  height: 1em;
  background-color: #101010;
  border-radius: 100%;
}
.ticket-attention__list.white {
  color: #fff;
}
.ticket-attention__list.white:before {
  background-color: #fff;
}
.ticket-attention__s-heading{
  font-size: 1.5rem;
    font-weight: 800;
    margin-top: 1em;
    margin-bottom: 0.5em;
  text-align: left;
  line-height: 1.2;
}

.ticket-attention__text{
  font-size: 1.5rem;
  text-align: left;
  line-height: 1.2;
}
.goods {
  background-image: url("../img/front-page/goods/goods-bg.png");
  padding-top: 58px;
  padding-bottom: 58px;
}
.goods-lead {
  font-size: 2.1rem;
  color: #fff;
  text-align: center;
  padding-bottom: 40px;
}
.goods-notice {
  font-size: 1.6rem;
  color: #fff;
  margin: 20px 0 0 0;
  text-align: right;
}
.goods-item__wrapper {}
.goods-item--primary {
  margin-bottom: 42px;
}
.goods-item {
  color: #fff;
  border: 1px solid;
  padding: 48px;
  position: relative;
}
.goods-item.wip {
  display: none;
}
.goods-item:before, .goods-item:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: -1px;
  border-style: solid;
}
.goods-item:before {
  left: -1px;
  border-width: 48px 48px 0 0;
  border-color: #fff transparent transparent transparent;
}
.goods-item:after {
  right: -1px;
  border-width: 0 48px 48px 0;
  border-color: transparent #fff transparent transparent;
}
.goods-item__inner:before, .goods-item__inner:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  bottom: -1px;
  border-style: solid;
}
.goods-item__inner:before {
  left: -1px;
  border-width: 48px 0 0 48px;
  border-color: transparent transparent transparent #fff;
}
.goods-other {
  width: 50%;
  display: inline-block;
}
.goods-item__image.file {
  width: 45%;
}
.goods-item__inner:after {
  right: -1px;
  border-width: 0 0 48px 48px;
  border-color: transparent transparent #fff transparent;
}
.goods-item__description {
  display: inline-block;
  width: 40%;
  vertical-align: top;
}
.goods-item__headline.msg {
  font-size: 3rem;
  font-weight: bold;
}
.goods-item__headline {
  font-size: 2.4rem;
  line-height: 1.275;
  margin-bottom: 30px;
  font-family: GSanSerif-B;
}
.goods-item__headline span {
  display: inline-block;
  font-size: 1.3rem;
  margin-bottom: 8px;
}
.goods-item__price {
  font-size: 2rem;
  line-height: 1.275;
  margin-bottom: 32px;
}
.goods-item__text.msg {
  font-size: 2.2rem;
  line-height: 1.5;
}
.goods-item__text {
  font-size: 1.8rem;
  line-height: 1.2;
}
.goods-item__image {
  display: inline-block;
  vertical-align: top;
  width: 56%;
  margin-left: 3%;
}
.goods-item__caption {
  padding-top: 20px;
  font-size: 1.7rem;
  text-align: center;
}
.goods-item--default {
  text-align: center;
  font-size: 2rem;
  width: 50%;
  float: left;
}
.goods-item--default:first-of-type {
  border-right: none;
}
.goods-item--default:first-of-type:after {
  display: none;
}
.goods-item--default:first-of-type .goods-item__inner:after {
  display: none;
}
.goods-item--default:nth-of-type(2):before {
  display: none;
}
.goods-item--default:nth-of-type(2) .goods-item__inner:before {
  display: none;
}
.goods-item__caption--default {
  padding-top: 1em;
}
.about {
  padding-top: 58px;
  padding-bottom: 58px;
  background-color: #f7f6f6;
}
/*
.about:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 520px;
  background-image: url("../img/front-page/top/bg-cell2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0;
  width: 100%;
  z-index: 0;
}*/
.about .inner {
  position: relative;
}
.about-lead {
  font-size: 2.1rem;
  text-align: center;
}
.about-outline__wrapper {
  padding-top: 62px;
}
.about-outline {
  font-size: 2.4rem;
  line-height: 1.8;
  border-collapse: separate;
  border-spacing: 4px;
  width: 100%;
}
.about-source {
  background-color: #6f7d84;
  width: 10em;
  padding-left: .5em;
  padding-right: .5em;
  color: #fff;
  text-align: left;
  box-shadow: 2px 2px #666;
  vertical-align: middle;
}
.about-data {
  background-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 2px 2px #666;
}
.about-data span {
  font-size: 1.6rem;
}
.about-data a {
  text-decoration: none;
  color: inherit;
}
.about-data .about-data_small {
  font-size: 1.6rem;
  line-height: 1.4;
}
.about-supporters-lists li {
  display: inline-block;
}
.about-junkai-wrapper {
  margin-top: 40px;
}
.about-junkai-heading {
  font-family: GSanSerif-B;
  font-size: 2.4rem;
  color: #fff;
  background-color: #101010;
  display: inline-block;
  border-radius: 20px;
  padding: 5px 20px;
  margin-bottom: 5px;
}
.about-junkai_lists {
  font-size: 2.3rem;
  font-family: GSanSerif-B;
  width: 100%;
  line-height: 1.4;
}
.about-junkai_list {
  position: relative;
  margin-bottom: 5px;
  padding-left: 1.5em;
}
.about-junkai_list:before {
  position: absolute;
  content: "●";
  left: 10px;
  font-size: 1.6rem;
  top: 5px;
}
.about-junkai_list:last-child {
  margin-bottom: 20px;
}
.about-junkai_lists a, .about-junkai_lists a:link, .about-junkai_lists a:visited {
  text-decoration: none;
  color: #0920c6;
}
.about-junkai-container {
  display: flex;
  margin: 40px 0;
}
.about-junkai-mark {
  width: 120px;
}
.about-junkai-mark img {
  width: 90%;
}
.about-junkai-text {
  width: calc(100% - 110px);
  font-family: GSanSerif-B;
  font-size: 2.3rem;
}
.about-junkai-text a, .about-junkai-text a:link, .about-junkai-text a:visited {
  text-decoration: none;
  color: #0920c6;
}
p.about-junkai {
  margin-bottom: 10px;
  line-height: 1.4;
}
p.about-junkai span.small {
  font-size: 1.8rem;
}
.access {}
.access-contents {
  padding-right: 50%;
  margin-bottom: 40px;
  position: relative;
}
.access-contents:before {
  content: "";
  display: block;
  width: 40%;
  padding-top: 27%;
  background-image: url("../img/front-page/access/access-image.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 100% 0;
  position: absolute;
  top: 0;
  right: 0;
}
.access-contents__headline {
  color: #0920c6;
  font-size: 3rem;
  font-weight: 700;
}
.access-contents__lead {
  font-size: 2rem;
  line-height: 2;
  margin-bottom: 40px;
}
.access-detail {
  font-size: 1.6rem;
  line-height: 1.65;
  font-weight: 700;
}
.access-source:before {
  content: "";
  display: inline-block;
  background-color: #0920c6;
  width: 10px;
  height: 1.65em;
  vertical-align: bottom;
  margin-right: .5em;
}
.access-data {
  padding-left: 1em;
}
.access-map {
  height: 300px;
}
/*ご来場の前に*/
.notice-content h1.notice-heading {
  font-size: 20px;
  font-family: GSanSerif-B;
  margin: 0 0 40px;
  background-color: #00bfa9;
  color: #fff;
  text-align: center;
  line-height: 3;
  letter-spacing: 2px;
}
.notice-content .notice-list {
  position: relative;
  padding-left: 16px;
  margin-bottom: 20px;
  font-size: 16px;
}
.notice-content .notice-list:before {
  position: absolute;
  content: "●";
  width: 20px;
  height: 20px;
  left: 0;
}
.notice-content .notice-list a, .notice-content .notice-list a:link, .notice-content .notice-list a:visited {
  color: #7F8087
}
/*FAQ*/
.faq-content {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 60px;
  font-size: 1.4rem;
  margin-bottom: 60px;
  line-height: 1.4;
}
.faq-question {
  border-bottom: 2px solid #00bfa9;
  font-size: 18px;
  color: #00bfa9;
  font-weight: bold;
  margin-bottom: 10px;
}
.faq-answer span.strong {
  text-decoration: underline;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ ProN W6";
}
.faq-question i {
  font-size: 30px;
  margin-right: 10px;
}
.faq-answer {
  margin-bottom: 20px;
  position: relative;
}
.faq-answer:after {
  position: absolute;
}
.faq-answer a, .faq-answer a:link, .faq-answer a:visited {
  color: #7F8087;
}
.faq-content .faq-cat {
  font-size: 18px;
  font-family: GSanSerif-B;
  background-color: #00bfa9;
  color: #fff;
  text-align: center;
  line-height: 3;
  margin: 0 0 40px;
}
.faq-content .faq-cat.faq-ticket {
  margin: 0 0 40px;
}
section.faq-block {
  margin-bottom: 60px;
}
/*Goods-top*/
.ticket-dantai.goods-btn {
  color: #0920c6;
  margin: 60px 0;
}
.goods-btn a {
  text-decoration: none;
  font-size: 2.4rem;
  display: inline-block;
  width: 100%;
  height: 54px;
  text-align: center;
  line-height: 54px;
  position: relative;
  z-index: 2;
  border: 2px solid #101010;
  color: #fff;
  outline: none;
}
.goods-btn a i {
  padding-left: 10px;
}
.goods-btn a::before, .goods-btn a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.goods-btn a, .goods-btn a::before, .goods-btn a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.goods-btn a:hover {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.goods-btn a::before, .goods-btn a::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #101010;
}
.goods-btn a::before {
  right: 0;
}
.goods-btn a::after {
  left: 0;
}
.goods-btn a:hover::before, .goods-btn a:hover::after {
  width: 0;
  background-color: #fff;
}
/*Goods*/
.goods-page-container .global-nav {
  margin-bottom: 0;
}
.goods-item.goods-item--list {
  background-color: rgba(255, 255, 255, 0.11);
  float: left;
  width: 23%;
  margin-right: 1%;
  padding: 10px;
  margin-bottom: 20px;
  height: 380px;
}
.goods-item--list .goods-item__text {
  font-size: 1.4rem;
}
.goods-item--list .goods-item__text a, .goods-item--list .goods-item__text a:link, .goods-item--list .goods-item__text a:visited {
  color: #fff;
}
.goods-item--list .goods-item__image {
  margin-left: 0;
  width: 100%;
}
.goods-item--list .goods-item__price {
  margin-bottom: 10px;
}
.goods-item--list .goods-item__headline {
  font-size: 1.6rem;
  margin-bottom: 5px;
}
.goods-page .goods-item:before {
  border-width: 22px 22px 0 0;
}
.goods-page .goods-item:after {
  border-width: 0 22px 22px 0;
}
.goods-page .goods-item__inner:before {
  border-width: 22px 0 0 22px;
}
.goods-page .goods-item__inner:after {
  border-width: 0 0 22px 22px;
}
.goods-text-last {
  font-size: 2.8rem;
  color: #fff;
  text-align: center;
  font-family: GSanSerif-B;
  padding: 30px 0;
}
.goods-notices {
  width: 200px;
  float: right;
  color: #fff;
  font-size: 1.2rem;
}
.heading-nagoya-container {
  width: 100%;
  box-shadow: 0 5px 3px rgba(0, 0, 0, 0.25);
  display: block;
  margin: -26px auto 30px;
  background-image: url(../img/front-page/goods/goods-bg.png);
  border-bottom: 4px solid #000;
  color: #fff;
  text-align: center;
  font-size: 40px;
  line-height: 3;
  margin-top: -26px;
}
.heading-nagoya {
  display: block;
  margin: 0 auto;
  max-width: 800px;
  position: relative;
}
.heading-nagoya:before {
  position: absolute;
  content: "";
  background-image: url(../img/pages/nagoya/heading-nagoya-conan.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 230px;
  left: 0;
  bottom: -20px;
  height: 108%;
}
.about.nagoya {
  background-color: transparent;
}
.about.nagoya .about-source {
  vertical-align: middle;
}
.ticket-table__body.nagoya.price tr:nth-child(1) td {
  padding: calc(30px+ 0.15rem);
}
.ticket-table__body.nagoya tr:nth-child(1) th {
  padding: 15px 0;
}
table.about-outline.nagoya img.nagoya__logo {
  width: 30%;
}
table.about-outline.nagoya img.nagoya__logo.kagakukan {
  width: 40%;
}
table.about-outline.nagoya img.nagoya__logo.ctv {
  width: 25%;
}
.ticket-table__head.nagoya {
  width: 24%;
}
.ticket-table__body.nagoya {
  width: 75%;
}
.ticket-table__body.nagoya tr {
  width: 32%;
  margin-right: 1%;
}
.nagoya-cource p.nagoya-cource-lead {
  font-family: GSanSerif-B;
  font-size: 2.2rem;
  margin: 30px 0 10px;
}
.nagoya-cource p {
  text-align: center;
  margin: 0 0 30px;
  font-size: 1.4rem;
  line-height: 1.4;
}
.nagoya-ticket-shops {
  margin-bottom: 20px;
}
.nagoya-ticket-heading {
  font-size: 2.8rem;
  color: #fff;
  background-color: #000;
  text-align: center;
  font-family: GSanSerif-B;
  line-height: 1.6;
  box-shadow: 2px 2px #666;
  margin-top: 60px;
}
.nagoya-ticket-date {
  font-size: 2.8rem;
  color: #000;
  text-align: center;
  font-family: GSanSerif-B;
  line-height: 1.6;
  margin: 10px 0 20px;
}
.nagoya-ticket-way {
  font-size: 18px;
  margin-bottom: 5px;
}
.nagoya-ticket-shop {
  display: table;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
  text-align: center;
  float: left;
  font-size: 18px;
  height: 120px;
}
.nagoya-ticket-shop p {
  display: table-cell;
  vertical-align: middle;
}
.nagoya-ticket-shop p span.txt-small {
  font-size: 1.2rem;
}
.nagoya-ticket-shop.btn {
  border: none;
}
.nagoya-ticket-shop.btn p {
  display: block;
  height: 100%;
}
.nagoya-ticket-shop p a {
  box-shadow: 3px 3px 0 #bbb;
  padding-top: 20px;
  width: 100%;
  height: 60px;
  display: block;
  background-color: #0920c6;
  color: #fff;
}
.nagoya-ticket-shop p a:link, .nagoya-ticket-shop p a:visited {
  color: #fff;
  text-decoration: none;
}
.nagoya-ticket-shop p a:hover {
  opacity: 0.7;
}
.nagoya-ticket-shop:nth-child(3n) {
  margin-right: 0;
}
.nagoya-ticket-supplement {
  margin: 0 0 30px;
  font-size: 1.4rem;
  line-height: 1.4;
}
.ticket-table-add {
  font-size: 1.4rem;
  margin: 20px 0;
  line-height: 1.4;
}
/*.ticket-table-osaka-data.td-slash{
	background-image:url(../img/pages/osaka/slash.svg);
	 background-size:contain;
  background-repeat: no-repeat;
}*/
.ticket-table-osaka-data.td-slash {
  background-image: -moz-linear-gradient(to top left, transparent, transparent 49%, #bbb 49%, #bbb 50%, transparent 50%, transparent); /* Firefox用 */
  background-image: -webkit-linear-gradient(to top left, transparent, transparent 49%, #bbb 49%, #bbb 50%, transparent 50%, transparent); /* Chrome・Safari用 */
  background-image: linear-gradient(to top left, transparent, transparent 49%, #bbb 49%, #bbb 50%, transparent 50%, transparent);
}
.ticket-table-osaka tr td:first-child {
  width: 10%;
}
.osaka-ticket-heading {
  font-size: 2.8rem;
  color: #fff;
  background-color: #000;
  text-align: center;
  font-family: GSanSerif-B;
  line-height: 1.6;
  box-shadow: 2px 2px #666;
  margin-top: 60px;
  margin-bottom: 40px;
}
.osaka-ticket-shop {
  display: table;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 10px;
  text-align: center;
  float: left;
  font-size: 18px;
  height: 120px;
}
.osaka-ticket-shop p {
  display: table-cell;
  vertical-align: middle;
}
.osaka-ticket-shop p span.txt-small {
  font-size: 1.2rem;
}
.osaka-ticket-shop.btn {
  border: none;
}
.osaka-ticket-shop.btn p {
  display: block;
}
.osaka-ticket-shop p a {
  box-shadow: 3px 3px 0 #bbb;
  width: 100%;
  line-height: 1;
  height: 60px;
  padding-top: 16px;
  display: block;
  background-color: #0920c6;
  color: #fff;
  margin-bottom: 10px;
}
.osaka-ticket-shop p a span.small {
  font-size: 14px;
}
.osaka-ticket-shop.btn .osaka-ticket-shop-tel {
  display: initial;
  height: inherit;
  text-align: left;
  font-size: 13px;
}
.osaka-ticket-shop p a:link, .osaka-ticket-shop p a:visited {
  color: #fff;
  text-decoration: none;
}
.osaka-ticket-shop p a:hover {
  opacity: 0.7;
}
.osaka-ticket-shop:nth-child(3n) {
  margin-right: 0;
}
.osaka-ticket-supplement {
  margin: 0 0 30px;
  font-size: 1.4rem;
  line-height: 1.4;
}
.heading-cp-container {
  width: 100%;
  box-shadow: 0 5px 3px rgba(0, 0, 0, 0.25);
  display: block;
  margin: -26px auto 0;
  background-color: #ff0400;
  border-bottom: 4px solid #000;
  color: #fff;
  text-align: center;
  font-size: 40px;
  line-height: 3;
  margin-top: -26px;
}
.heading-cp-container.osaka_movie {
  background-color: #000;
}
h1.heading-cp {
  max-width: 850px;
  display: block;
  margin: 0 auto;
}
.campaign {
  background-image: url(../img/front-page/goods/goods-bg.png);
  padding-top: 58px;
  padding-bottom: 58px;
}
.weekday__cp_container {
  margin-bottom: 100px;
}
.weekday__cp_container.present {
  margin-top: 50px;
}
.weekday__cp_container.costume {
  background-image: url(../img/pages/weekday-cp/conan-costume.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 320px auto;
}
.weekday__greeting__ticket {
  clear: both;
  padding: 10px;
  border: 2px solid red;
  margin-top: 40px;
  display: inline-block;
  background-image: url(../img/front-page/goods/goods-bg.png);
}
.weekday__greeting__heading {
  font-size: 2rem;
  width: calc(100%+ 24px);
  margin-left: -12px;
  font-family: GSanSerif-B;
  color: #fff;
  margin-top: -20px;
  line-height: 1.4;
  background: red;
  text-align: center;
  margin-bottom: 15px;
}
.weekday__cp_heading {
  margin-bottom: 20px;
}
.weekday__cp_heading img {
  display: block;
  margin: 0;
  max-width: 700px;
  width: 96%
}
article.cp-attention {
  margin-top: 30px;
}
.weekday__cp__info_list {
  display: flex;
  margin-bottom: 20px;
}
.weekday__cp__info {
  color: #fff;
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 20px;
}
dt.weekday__cp__info {
  width: 6em;
}
dd.weekday__cp__info {
  width: calc(100% - 6em);
}
.weekday__cp__info.ff-sanserif {
  font-family: GSanSerif-B;
  font-size: 2.2rem;
}
.weekday__cp__info.strong-yellow {
  color: #0000ff;
  background-color: #ffff00;
  font-size: 2.6rem;
  font-family: GSanSerif-B;
  padding: 0 10px;
  word-wrap: break-word;
}
.weekday__cp__info.strong-yellow span.break {
  display: inline-block;
}
.weekday__cp__info.strong-yellow span.text-s {
  font-size: 2rem;
}
.weekday__cp__info.strong-yellow span.text-s.red {
  color: #fe0400;
}
.weekday__cp__info_list img.oita_present{
    max-width:480px;
    height:auto;
        width: 100%;
}
.weekday__costume__cocntainer {
  background-color: #ffff00;
  display: block;
  padding: 20px 10px 0;
}
.weekday__costume__cocntainer.mh380{
    min-height:380px;
}
.weekday__costume__cocntainer ol{
    list-style-type:decimal;
    margin-left: 6em;
    padding-bottom: 20px;
}
.weekday__costume__cocntainer ol li.weekday__cp__info.strong-yellow{
    padding-left:0;
}
.nagoya_present {
  margin: 20px auto;
  display: block;
  max-width: 550px;
  width: 100%;
}
.weekday__cp__add {
  margin-left: 8em;
}
.weekday__cp__add.plate {
  margin-left: 13em;
}
.weekday__cp__add.discount {
  margin-left: 17em;
}
.weekday__cp_container.costume .weekday__cp__info.strong-yellow {
  margin-bottom: 0;
  margin-right: calc(100% - 22em);
}
/*グッズNEW*/
.goods-new.goods-new--list {
  background-color: rgba(255, 255, 255, 0.11);
  float: left;
  width: 49%;
  margin-right: 1%;
  padding: 10px;
  margin-bottom: 20px;
  height: 250px;
}
.goods-new {
  color: #fff;
  border: 1px solid;
  padding: 22px;
  position: relative;
}
.goods-new:before, .goods-new:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: -1px;
  border-style: solid;
}
.goods-new:before {
  left: -1px;
  border-width: 22px 22px 0 0;
  border-color: #fff transparent transparent transparent;
}
.goods-new__inner:before {
  left: -1px;
  border-width: 22px 0 0 22px;
  border-color: transparent transparent transparent #fff;
}
.goods-new__inner:before, .goods-new__inner:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  bottom: -1px;
  border-style: solid;
}
.goods-new__inner:after {
  right: -1px;
  border-width: 0 0 22px 22px;
  border-color: transparent transparent #fff transparent;
}
.goods-new:after {
  right: -1px;
  border-width: 0 22px 22px 0;
  border-color: transparent #fff transparent transparent;
}
.goods-new__caption {
  width: 44%;
  float: right;
  min-width: 195px;
}
.goods-new-photo {
  width: 50%;
  height: auto;
  float: left;
}
.goods-new__caption.var4, .goods-new__caption.amuro .goods-new__caption.kakioroshi {
  position: relative;
}
.goods-new__caption.var4:after {
  position: absolute;
  content: "";
  width: 100px;
  height: 35px;
  background-image: url(../img/pages/goods-new/icon-add.svg);
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -60px;
  left: -10%;
}
.goods-new__caption.amuro:after {
  position: absolute;
  content: "";
  width: 150px;
  height: 50px;
  background-image: url(../img/pages/goods-new/icon-add-amuro.svg);
  background-size: contain;
  background-repeat: no-repeat;
  top: 170px;
  left: 50%;
}
.goods-new__caption.kakioroshi:after {
  position: absolute;
  content: "";
  width: 180px;
  height: 70px;
  background-image: url(../img/pages/goods-new/icon-kakioroshi.svg);
  background-size: contain;
  background-repeat: no-repeat;
  top: 100px;
  left: 50%;
}
.goods-new__headline {
  font-size: 2.4rem;
  line-height: 1.275;
  margin-bottom: 10px;
  font-family: GSanSerif-B;
  padding-top: 20px;
}
p.goods-new__text.goods-new__designs {
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
}
.goods-new__text a, .goods-new__text a:link, .goods-new__text a:visited {
  color: #fff;
}
p.goods-new-lead {
  max-width: 700px;
  display: block;
  margin: 0 auto 30px;
}
.goods-lead a.link-goods-new, .goods-lead a.link-goods-new:link, .goods-lead a.link-goods-new:visited {
  color: yellow;
  text-decoration: none;
}
.goods-item.goods-item--list.goods-new {
  width: 49%;
  height: 410px;
}
.goods-item.goods-item--list.goods-new.long {
  height: 450px;
}
.goods-item.goods-item--list.goods-new .goods-item__image img {
  max-width: 300px;
  margin: 0 auto;
  display: block;
}
p.goods-item__text.goods-item__lead {
  background-color: yellow;
  border-radius: 15px;
  color: blue;
  display: inline-box;
  padding: 5px;
  font-weight: 800;
  font-size: 16px;
}
.ticket-table-osaka {
  table-layout: fixed;
  box-shadow: 2px 2px #666;
}
.ticket-table-osaka-head {
  font-size: 1.5rem;
  background-color: #101010;
  margin-bottom: 8px;
  border: 1px solid #6f7d84;
  color: #fff;
  line-height: 1.2;
  height: 50px;
  padding: 15px 0;
  text-align: center;
  width: 20%;
}
.ticket-table-osaka-head span.small {
  font-size: 0.8em;
}
.ticket-table-osaka-data {
  font-size: 1.5rem;
  background-color: #fff;
  margin-bottom: 8px;
  border: 1px solid #6f7d84;
  color: #000;
  line-height: 1.2;
  height: 50px;
  padding: 15px 0;
  text-align: center;
  width: 25%;
}
.ticket-release-date {
  margin: 20px 0;
  font-size: 2.6rem;
  color: #000;
  display: inline-block;
  font-family: GSanSerif-B;
  line-height: 1.6;
}
.ticket-attention__headline.osaka {
  line-height: 2;
  padding: 8px 8px;
}
.ticket-table__wrapper.osaka {
  text-align: center;
}
.osaka-ticket-discount {
  font-family: GSanSerif-B;
  font-size: 2.2rem;
  line-height: 1.3;
  margin: 30px auto 30px;
  text-align: center;
  border-bottom: 8px solid #ff0400;
  display: inline-block;
}
.osaka-ticket-movie {
  font-family: GSanSerif-B;
  font-size: 2.2rem;
  line-height: 1.3;
  margin: 30px auto 30px;
  text-align: center;
  border-bottom: 8px solid #0920c6;
  display: inline-block;
}
.osaka-ticket-movie a {
  color: #0920c6;
  text-decoration: none;
}
.osaka-ticket-movie a:link, .osaka-ticket-movie a:visited {
  color: #0920c6;
}
.ticket-goods__container.osaka {
  background-image: url(../img/pages/osaka/goods-bg-red.jpg);
}
.ticket-goods-lead {
  margin: 40px 0 10px;
  font-size: 2.6rem;
  color: #000;
  font-family: GSanSerif-B;
  line-height: 1.6;
  text-align: center;
}
.ticket-goods-lead span.red {
  color: red;
}
.about-outline.nagasaki .about-source {
  width: 10em;
}
.nagasaki__logo {
  width: 150px;
  height: auto;
  margin-right: 20px;
}
.nagasaki__logo.shinbun, .nagasaki__logo.nib {
  width: 190px;
}
.nagasaki__logo.taisei {
  width: 120px;
}
.nagasaki__logo.mine{
     width: 280px;
}
.nagasaki_special {
  background-color: #f7f6f6;
  padding-top: 58px;
  padding-bottom: 58px;
}
.nagasaki_special_wrapper h1 {
  font-size: 2.6rem;
  color: #000;
  text-align: center;
  font-family: GSanSerif-B;
  line-height: 1.6;
  margin-bottom: 20px;
}
.nagasaki_special_wrapper p {
  font-size: 2.6rem;
  text-align: center;
  color: #000;
  font-family: GSanSerif-B;
  line-height: 1.6;
  margin-bottom: 20px;
}
.nagasaki_tiket_heading {
  font-size: 2.6rem;
  color: #000;
  display: inline-block;
  font-family: GSanSerif-B;
  line-height: 1.6;
  margin-bottom: 10px;
}
.nagasaki_ticket_playguide {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 1.8rem;
  line-height: 1.6;
}
.nagasaki-ticket-shop {
  display: table;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
  text-align: center;
  background-color: #fff;
  box-shadow: 2px 2px #666;
  float: left;
  font-size: 18px;
  height: 60px;
}
.nagasaki-ticket-shop.btn.withoutlink p {
  padding-top: 21px;
}
.nagasaki-ticket-shop.btn p {
  display: block;
  height: 100%;
  padding-top: 15px;
}
.nagasaki-ticket-shop:nth-child(3n) {
  margin-right: 0;
}
.ticket-attention__headline.nagasaki {
  line-height: 1.4;
  padding: 10px 8px;
}
.ticket-attention__headline.oita {
  width: 100%;
  padding: 5px;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 16px;
  float: none;
}
.ticket-attention__lists.oita {
  float: none;
}
.cafe_logo {
  width: 300px;
  float: left;
}
.cafe__heading {
  float: right;
  width: calc(100% - 300px);
  margin-top: 110px;
  text-align: center;
  font-family: GSanSerif-B;
  font-size: 2.4rem;
  color: #fff;
  background-color: #101010;
  display: inline-block;
  border-radius: 40px;
  padding: 5px 20px;
  margin-bottom: 5px;
}
.cafe__text-strong {
  font-family: GSanSerif-B;
  font-size: 3.2rem;
  color: #e60311;
  text-align: center;
  border-radius: 20px;
  padding: 40px 0 20px;
}
.cafe__logo {
  max-width: 300px;
  margin: 0 auto 0;
  padding-top: 20px;
}
.cafe__text-default {
  font-family: GSanSerif-B;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #101010;
  text-align: center;
  padding: 5px 0;
  margin-bottom: 5px;
}
.cafe__text-notice-strong {
  font-size: 18px;
  font-weight: 800;
  text-align: center;
  padding-bottom: 40px;
  line-height: 1.4;
}
.cafe__text-notice {
  font-size: 14px;
  margin: 20px 0 50px;
  line-height: 1.4;
}
.cafe__text-strong.cafe__open-date {
  text-align: left;
  font-size: 40px;
  margin: 20px 0;
  clear: both;
  float: left;
}
.cafe__allergen {
  padding: 2% 3%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #333;
  border-radius: 30px;
}
.cafe__allergen__headline {
  padding: 5px 20px;
  display: inline-block;
  text-align: left;
  border-radius: 18px;
  margin-bottom: 16px;
  background-color: #333;
  color: white;
  font-size: 1.6rem;
}
.cafe__allergen_list {
  font-size: 1.4rem;
  padding-left: 2em;
  margin-bottom: .5em;
  line-height: 1.2;
  position: relative;
}
.cafe__allergen_list:before {
  content: "";
  display: block;
  position: absolute;
  top: .1em;
  left: 0;
  width: 1em;
  height: 1em;
  background-color: #101010;
  border-radius: 100%;
}
.cafe__present_img {
  display: block;
  margin: 0 auto 80px;
  max-width: 600px;
}
.heading-cp-container.cafe {
  background-color: #bea878;
  background-image: url(../img/pages/osaka-cp/bg_cafe_heading.png);
  background-position: top;
  background-repeat: repeat-x;
  background-size: 800px;
}
section.cafe {
  background-color: #fffcf4;
  background-image: url(../img/pages/osaka-cp/bg_vw.png);
  padding-bottom: 20px;
}
.cafe__menu_heading {
  display: block;
  margin: 0 auto 20px;
  width: 100%;
  position: relative;
  text-align: center;
}
.cafe__menu_heading img.heading_menu {
  width: 160px;
}
.cafe__menu_heading:before {
  content: "";
  position: absolute;
  width: calc(50% - 100px);
  height: 30px;
  background: url(../img/pages/osaka-cp/bar_br.png);
  left: 0;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
.cafe__menu_heading:after {
  content: "";
  position: absolute;
  width: calc(50% - 100px);
  height: 30px;
  background: url(../img/pages/osaka-cp/bar_br.png);
  right: 0;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
.menu_lists {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 30px;
}
.menu_list {
  flex-basis: 30%;
  margin-right: 5%;
  margin-bottom: 20px;
}
.menu_list:nth-child(3n) {
  margin-right: 0;
}
.menu_list .menu_list_photo {
  margin-bottom: 10px;
}
.menu_list h1 {
  font-family: GSanSerif-B;
  font-size: 1.6rem;
}
.menu_list p {
  font-size: 1.4rem;
  line-height: 1.4;
}
.osaka-cp_pgm_container a {
  text-decoration: none;
}
.osaka-cp_pgm_container {
  width: 48%;
  float: left;
  margin-bottom: 80px;
}
.osaka-cp_pgm_container:last-child {
  float: right;
}
.osaka-cp_pgm1 {
  border-radius: 20px;
  background-color: #000;
  padding: 20px 20px 40px;
  position: relative;
  background-size: 500px;
}
.osaka-cp_pgm1:before {
  content: "";
  background-size: 600px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.osaka-cp_pgm2 {
  border-radius: 20px;
  background-image: url(../img/pages/osaka-cp/bg_cafe.png);
  padding: 20px 20px 40px;
  background-repeat: repeat;
  background-size: 500px;
  position: relative;
}
.osaka-cp_pgm2:before {
  content: "";
  background-size: 600px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.osaka-cp_pgm_text {
  font-size: 14px;
  color: #000;
  line-height: 1.4;
  margin-bottom: 20px;
  text-decoration: none;
}
.osaka-cp_pgm_btn {
  width: 90%;
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  line-height: 2;
  background-color: #e4285a;
  text-decoration: none;
  margin-top: 20px;
}
.osaka-cp_pgm_btn.cafe {
  background-color: #ce0202;
}
.heading-cp-container.valentine {
  background-color: #211919;
}
section.osaka-cp {
  background-color: #fffcf4;
  background-image: url(../img/pages/osaka-cp/bg_vw.png);
  padding-bottom: 20px;
}
.velentine__cp_container {
  background: rgba(255, 206, 211, 0.40);
  margin-bottom: 40px;
  padding: 20px;
  position: relative;
}
.velentine__cp_container.finished:before {
  content: "終了いたしました";
  white-space: pre;
  font-size: 39px;
  color: white;
  text-align: center;
  vertical-align: middle;
  padding-top: 300px;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
}
.velentine__cp_lead {
  margin-bottom: 40px;
}
p.velentine__cp__text {
  font-size: 2.4rem;
  margin-bottom: 10px;
  font-family: GSanSerif-B;
  background-color: yellow;
  display: inline-block;
}
p.velentine__cp__date {
  font-size: 2.6rem;
  font-family: GSanSerif-B;
  color: #fff;
  display: inline-block;
  line-height: 1.2;
  background-color: #e4285a;
  padding: 10px;
}
.velentine__cp__price {
  display: inline-block;
  padding: 10px;
  margin: 20px 0 10px;
  background-color: #000;
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
}
.velentine__cp__playguide {
  font-size: 1.4rem;
  color: #000;
  margin: 0 0 20px;
}
p.velentine__cp__date span.small {
  font-size: 2rem;
}
p.velentine__cp__info {
  font-size: 20px;
  line-height: 1.4;
}
.velentine__cp_heading {
  margin-bottom: 20px;
}
.velentine__cp_heading img {
  height: 50px;
}
ul.voice-notices.black {
  color: #000;
}
ul.voice-notices.black li.voice-notice:before {
  background-color: #000;
  border-radius: 100%;
}
.osaka-cp_movie_text {
  width: 65%;
  float: left;
}
.osaka-cp_movie_img {
  width: 33%;
  float: right;
}
.osaka-cp_movie__info {
  color: #0000ff;
  background-color: #ffff00;
  font-size: 2.6rem;
  font-family: GSanSerif-B;
  padding: 20px;
  display: inline-block;
  line-height: 1.3;
}
.ticket-table.col1 .ticket-table__body tr {
  width: 100%;
}
.ticket-table.col1 .ticket-table__body td {
  margin-bottom: 1.4%;
  padding-top: 30px;
}
.nagasaki_greeting {
  position: relative;
}
.nagasaki_greeting:before {
  position: absolute;
  content: "";
  background: url(../img/pages/nagasaki-cp/conan-costume_up.png);
  width: 300px;
  height: 400px;
  background-size: contain;
  right: 40px;
  top: 0;
  background-repeat: no-repeat;
}
.nagasaki_greeting.amuro:before {
  position: absolute;
  content: "";
  background: url(../img/pages/nagasaki-cp/conan-amuro_up.png);
  width: 240px;
  height: 400px;
  background-size: contain;
  right: 40px;
  top: 0;
    background-position: top right;
  background-repeat: no-repeat;
}
.weekday__cp__info strong {
  background-color: red;
}
.ticket-notice_strong {
  font-size: 18px;
  color: #ff0001;
  font-weight: bold;
  margin: -10px 0 40px;
line-height: 1.4;
}
.goods-item__soldout {
  position: relative;
}
.goods-item__soldout:before {
  content: "";
  display: block;
  position: absolute;
  width: 140px;
  height: 100px;
  top: -13px;
  right: -14px;
  background-image: url(../img/pages/goods/mark_soldout.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right top;
}
.weekday__cp__info.oita-greeting {
  color: #000;
}
ul.cp-notices.voice-notices.oita-greeting {
  color: #000;
}
ul.cp-notices.voice-notices.oita-greeting li.voice-notice:before {
  background-color: #000;
}
.oita_greeting {
  position: relative;
}
.oita_greeting:before {
  position: absolute;
  content: "";
  background: url(../img/pages/nagasaki-cp/conan-costume_up.png);
  width: 280px;
  height: 400px;
  background-size: contain;
  right: 40px;
  top: 0;
  background-repeat: no-repeat;
}
.weekday__costume__cocntainer.shinbun {
  min-height: 400px;
}
.weekday__cp_img_right {
  float: right;
  width: 300px;
}
.ticket-table__head.col5 {
  width: 20%;
  font-size: 2rem;
}
.ticket-table__body.col5 {
  width: 79%;
}
.ticket-table__body.col5 tr {
  width: 19%;
  margin-right: 1%;
}
.ticket-table__note{
    margin:5px 0 20px;
    text-align: right;
    font-size:1.4rem;
}

@media only screen and (max-width: 1201px) {
  body {
    width: 100%;
  }
}
@media only screen and (max-width: 1001px) {
  .container {
    min-width: initial;
  }
  .inner {
    width: 98%;
  }
  .top-description {
    width: 36%;
    margin-left: 4%;
    padding-top: 20px;
  }
  .top-logo:before {
    width: 60px;
    top: -30px;
    left: -10px;
  }
  .twiiter__container {
    margin-top: 10px;
  }
  .top-chara__serif img {
    max-height: 420px;
  }
  .top-banner {
    width: 14%;
  }
  .ticket-shop-table__head th.etix {
    height: 100px;
  }
  .ticket-table__body.ticket-shop td.etix {
    height: 100px;
  }
  .goods-item__text.guidebook br {
    display: none;
  }
  .weekday__cp_heading img {}
  .weekday__cp_container.costume {
    background-size: 300px auto;
  }
  .weekday__cp__add.plate {
    margin-left: 10em;
  }
  .weekday__cp__add.discount {
    margin-left: 10em;
  }
  .goods-new-photo {
    width: 46%;
  }
  .ticket-attention__headline.fukuoka {
    line-height: 1.1;
    padding: 5px 8px;
  }
  .nagasaki_greeting:before {
    width: calc(100% - 550px);
    right: 0;
    top: 0;
    background-repeat: no-repeat;
  }
  .oita_greeting:before {
    width: 280px;
    right: 0px;
    top: 0;
  }
}
@media only screen and (max-width: 935px) {
  .nagasaki_greeting.amuro:before {
    width: 230px;
    right: 0;
  }
  .oita_greeting:before {
    width: 200px;
    height: 240px;
    right: 0px;
    top: inherit;
    bottom: 0;
  }
}
@media only screen and (max-width: 820px) {
  body {
    width: 100%;
  }
  .cource__box.amuro {
    background-size: 100%;
    height: 490px;
  }
  .cource__box.ran {
    background-size: 100%;
    height: 350px;
  }
  .fadeIn--sp {
    opacity: 0 !important;
    -webkit-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    transform: translate(0, 20px);
  }
  body:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    background-image: url(../img/front-page/top/bg-cell2.png);
    background-repeat: repeat;
    background-size: 100%;
    background-position: 50% 0;
    width: 100%;
    z-index: -1;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .global-nav {
    display: none;
    position: fixed;
    width: 100%;
    float: none;
    text-align: center;
    top: 60px;
    left: 0;
    z-index: 999999;
    border-bottom: none;
    box-shadow: none;
  }
  .global-nav ul {
    display: block;
  }
  .global-nav ul li {
    float: none;
    width: 100%;
    text-align: center;
    display: block;
    margin-right: 0;
  }
  .global-nav__link {
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .en-btn {
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
    width: 80px;
  }
  .nav-trigger {
    width: 50px;
    height: 50px;
    right: 0;
    top: 0;
    display: block;
    margin-top: 5px;
    margin-right: 5px;
    position: fixed;
    z-index: 9999999;
  }
  .nav-trigger:before, .nav-trigger:after {
    content: "";
    display: block;
    width: 80%;
    position: absolute;
    left: 10%;
  }
  .nav-trigger:before {
    height: 4px;
    top: 12px;
    background-color: #101010;
  }
  .nav-trigger:after {
    height: 15px;
    bottom: 12px;
    border-top: 4px solid;
    border-bottom: 4px solid;
  }
  .nav-trigger.is--clicked:before, .nav-trigger.is--clicked:after {
    top: 24px;
    bottom: auto;
    border: none;
    height: 4px;
    background-color: #101010;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: top, height, bottom .2s linear 0s, -webkit-transform .4s ease-out .2s;
    transition: top, height, bottom .2s linear 0s, -webkit-transform .4s ease-out .2s;
    transition: top, height, bottom .2s linear 0s, transform .4s ease-out .2s;
    transition: top, height, bottom .2s linear 0s, transform .4s ease-out .2s, -webkit-transform .4s ease-out .2s;
  }
  .nav-trigger.is--clicked:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .nav-trigger.is--clicked:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .nav-overlay.is--show {
    display: block;
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: white;
    z-index: 99999;
    left: 0;
  }
  .global-nav__link:hover:before {
    opacity: 0;
  }
  .global-nav__link:hover .global-nav__image {
    opacity: 0.7;
  }
  .global-nav__list:before {
    display: none;
  }
  ul.banners {
    margin: 0 auto;
    width: 90%;
  }
  .banner__container li.banner__list {
    width: 50%;
  }
  .inner {
    width: 94%;
  }
  .container {
    min-width: auto;
  }
  .headline--default {
    width: 50%;
  }
  .intro-headline {
    width: 100%;
    height: auto;
    top: auto;
    bottom: 0;
    padding: 24px 4%;
  }
  .intro-headline img {
    width: 100%;
    height: auto;
  }
  .intro-image {
    width: 100%;
  }
  .top-description {
    width: 100%;
    float: none;
    padding-top: 16px;
    margin-left: auto;
    margin-right: auto;
  }
  .top-logo {
    width: 80%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
  }
  .top-logo:before {
    left: -50px;
    top: 0;
  }
  .top-banner {
    width: 10%;
    position: absolute;
    bottom: 22%;
    left: 0;
  }
  .top-description__item {
    display: none;
  }
  .top-chara {
    width: 100%;
    float: none;
  }
  .top-chara__conan {
    float: right;
  }
  .top-chara__serif {
    float: left;
    padding-left: 30px;
  }
  .top-banner__link {
    right: auto;
    left: 0;
  }
  .top-description--sp {
    padding-top: 18px;
    padding-bottom: 18px;
    background-color: #101010;
  }
  .whats-new__container {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 16px;
  }
  .whats-new__container .inner {
    width: 100%;
  }
  .whats-new__container:before {
    border-width: 22px 22px 0 0;
  }
  .whats-new__container:after {
    border-width: 0 0 22px 22px;
  }
  .whats-new__headline {
    width: 40%;
    float: none;
    margin-bottom: 16px;
  }
  .whats-new__contents {
    width: 100%;
    float: none;
  }
  .whats-new__date {
    margin-bottom: .5em;
  }
  .whats-new__description {
    padding-left: 0;
    margin-top: 0;
  }
  .story__lead {
    width: 100%;
    max-width: 100%;
    margin: 20px 0;
  }
  .story__lead img {
    width: 60%;
  }
  .story__lead:after {
    right: -30%;
  }
  .cource__box:before {
    border-width: 22px 22px 0 0;
  }
  .cource__box:after {
    border-width: 0 22px 22px 0;
  }
  .cource__box__inner:after {
    border-width: 0 0 22px 22px;
  }
  .cource__box__inner:before {
    border-width: 22px 0 0 22px;
  }
  .cource__box.amuro {
    height: initial;
    background-image: url(../img/front-page/outline/courcename-amuro-sp.svg);
    background-position: center top;
  }
  .cource__box.ran {
    height: initial;
    background-image: url(../img/front-page/outline/courcename-ran-sp.svg);
    background-position: center top;
  }
  .cource__box.amuro .cource__text, .cource__box.ran .cource__text {
    width: 80%;
    margin: 140px auto 0;
  }
  .cource__text {
    font-size: 1.6rem;
  }
  .outline-headline {
    margin-bottom: 50px;
  }
  .outline-content__headline {
    width: 100%;
    text-align: center;
  }
  .outline-content__headline img {
    max-height: 60px;
    width: auto;
  }
  .outline-flow-start {
    margin-left: 0;
    width: 30%;
    margin-bottom: 8px;
  }
  .outline-flow__lists {
    padding-left: 48px;
  }
  .outline-flow__lists:before {
    right: auto;
    left: 12px;
  }
  .outline-flow__list {
    width: 100%;
    margin-bottom: 30px;
  }
  .outline-flow__list:nth-of-type(odd) {
    float: none;
  }
  .outline-flow__list:nth-of-type(odd):before {
    left: -51px;
    top: 0;
  }
  .outline-flow__list:nth-of-type(odd) .outline-flow__item {
    padding-right: 0;
  }
  .outline-flow__list:nth-of-type(odd) .outline-flow__item:before {
    display: none;
  }
  .outline-flow__list:nth-of-type(even) {
    float: none;
  }
  .outline-flow__list:nth-of-type(even):before {
    left: -51px;
    top: 0;
  }
  .outline-flow__list:nth-of-type(even) .outline-flow__item {
    padding-left: 0;
  }
  .outline-flow__list:nth-of-type(even) .outline-flow__item:before {
    display: none;
  }
  .outline-flow__list:nth-of-type(1) {
    margin-top: 0;
  }
  .outline-flow__list:nth-of-type(2) {
    margin-top: 0;
  }
  .outline-flow__list:nth-of-type(3):after {
    display: none;
  }
  .outline-flow__list:nth-of-type(4):after {
    display: none;
  }
  .outline-flow__list:nth-of-type(5):after {
    display: none;
  }
  .outline-flow__list:nth-of-type(7) .outline-flow__item {
    padding-left: 0;
  }
  .outline-flow__list:nth-of-type(7) .outline-flow__item:before {
    display: none;
  }
  .outline-flow__list:nth-of-type(8) {
    margin-top: 0;
  }
  .outline-flow__list:nth-of-type(8) .outline-flow__item {
    padding-right: 0;
  }
  .outline-flow__list:nth-of-type(8) .outline-flow__item:before {
    display: none;
  }
  .outline-flow__notice {
    margin-top: 0;
  }
  .outline-flow-text {
    padding: 4% 8%;
  }
  .ticket-lead {
    line-height: 1.4;
    font-size: 1.6rem;
  }
  .ticket-table__head {
    font-size: 1.6rem;
    width: 18%;
  }
  .ticket-table__head td {
    padding: 10px 0 0 0;
    text-align: center;
  }
  .ticket-table__head th {
    padding: 20px 0;
    text-align: center;
    margin-bottom: 8px;
    height: 55px;
  }
  .ticket-table__head span.small {
    font-size: 1.2rem;
  }
  .ticket-table__head th span {
    display: none;
  }
  .ticket-table__body {
    width: 80%;
  }
  .ticket-shop-table__head {
    width: 100%;
  }
  .ticket-table__body.ticket-shop td {
    width: 100%;
    height: initial;
  }
  .ticket-table__body.ticket-shop th.ntv {
    height: initial;
  }
  .ticket-table__body.ticket-shop th.etix {
    height: initial;
  }
  .ticket-table__body.ticket-shop th.lawson {
    height: initial;
  }
  .ticket-table__body.ticket-shop th.eplus {
    height: initial;
  }
  .ticket-table__body.ticket-shop th.seven {
    height: initial;
  }
  .ticket-table__body.ticket-shop th.pia {
    height: initial;
  }
  .ticket-table__body.ticket-shop td.etix {
    height: initial;
  }
  .ticket-table__body tr:nth-child(3) th {
    padding: 10px 5px;
  }
  .ticket-table__body th span {
    display: none;
  }
  .ticket-table__body th span.small {
    display: block;
    font-size: 1.2rem;
  }
  .ticket-table__body th span.ticket-goods--star {
    display: inline-block;
  }
  .ticket-table__body td {
    padding: 18px 4px;
    font-size: 1.6rem;
    margin-bottom: 8px;
    height: 55px;
  }
  .ticket-table__body td.line {
    padding: 20px 0;
  }
  .ticket-table__body.price tr:nth-child(1) td, .ticket-table__body.price tr:nth-child(2) td, .ticket-table__body.price tr:nth-child(3) td {
    padding: 20px 0;
  }
  .ticket-table__caution {
    width: 100%;
    text-align: right;
    font-size: 1.2rem;
  }
  ul.ticket-cat.sp {
    font-size: 1.2rem;
    width: 150px;
    margin-top: 10px;
    margin-left: calc(100% - 130px);
  }
  .ticket-goods {
    margin-bottom: 32px;
  }
  .ticket-goods__container {
    width: 100%;
  }
  .ticket-goods-text__wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  h2.ticket-goods__headline {
    font-size: 2rem;
  }
  .ticket-goods__headline {
    font-size: 2.4rem;
    margin-bottom: 8px;
  }
  .ticket-notice-lists {
    padding: 10px 0;
  }
  .ticket-goods__lead {
    font-size: 1.6rem;
    line-height: 1.4;
    margin-bottom: 16px;
  }
  .ticket-goods__image {
    width: 100%;
    float: none;
    max-width: 300px;
    margin: 0 auto;
  }
  .ticket-goods__caption {
    font-size: 1.4rem;
  }
  .ticket-goods__list {
    font-size: 2rem;
  }
  .ticket-goods__list:nth-of-type(-n + 2) {
    width: 100%;
    padding-left: 4px;
    padding-right: 4px;
  }
  .ticket-goods__list:nth-of-type(n + 3) {
    width: 100%;
    padding-left: 4px;
    padding-right: 4px;
    margin-bottom: 1%;
  }
  .ticket-attention {
    width: 100%;
    border-radius: 20px;
  }
  .ticket-attention__headline {
    width: 100%;
    padding: 2%;
    text-align: center;
    border-radius: 8px;
    margin-bottom: 16px;
    float: none;
  }
  .ticket-attention__lists {
    width: 100%;
    float: none;
  }
  .ticket-attention__list {
    padding-left: 1.4em;
    line-height: 1.4;
  }
  .ticket-attention__list:before {
    top: .2em;
  }
  .ticket-attention__list.strong {
    font-size: 1.4rem;
  }
    .ticket-attention__s-heading{
   font-size: 1.4rem;
    line-height: 1.4;
    }
  .ticket-attention__text{
   font-size: 1.4rem;
    line-height: 1.4;
    }
  .about-junkai_lists {
    font-size: 1.6rem;
  }
  .about-junkai_list {
    padding-left: 2em;
  }
  .about-junkai_list:before {
    font-size: 1rem;
  }
  .goods-lead {
    line-height: 1.4;
    font-size: 1.6rem;
  }
  .goods-item {
    padding: 22px;
  }
  .goods-other {
    width: 100%;
  }
  .goods-item__image.file {
    width: 100%;
  }
  .goods-item:before {
    border-width: 22px 22px 0 0;
  }
  .goods-item:after {
    border-width: 0 22px 22px 0;
  }
  .goods-item__inner:before {
    border-width: 22px 0 0 22px;
  }
  .goods-item__inner:after {
    border-width: 0 0 22px 22px;
  }
  .goods-item__description {
    display: block;
    width: 100%;
  }
  .goods-item__headline {
    font-size: 2.4rem;
  }
  .goods-item__headline span {
    font-size: 1.4rem;
  }
  .goods-item__price {
    font-size: 1.6rem;
    margin-bottom: 24px;
  }
  .goods-item__text {
    font-size: 1.8rem;
    line-height: 1.6;
    margin-bottom: 24px;
  }
  .goods-item__image {
    margin-left: 0;
    display: block;
    width: 100%;
  }
  .goods-item__caption {
    font-size: 1.4rem;
    line-height: 1.4;
    padding-top: 8px;
  }
  .goods-item--default {
    width: 100%;
    float: none;
    font-size: 1.6rem;
  }
  .goods-item--default:first-of-type {
    border-right: 1px solid;
    border-bottom: none;
  }
  .goods-item--default:first-of-type:after {
    display: block;
  }
  .goods-item--default:first-of-type .goods-item__inner:before {
    display: none;
  }
  .goods-item--default:nth-of-type(2):after {
    display: none;
  }
  .goods-item--default:nth-of-type(2) .goods-item__inner:before {
    display: block;
  }
  .about-lead {
    line-height: 1.4;
    font-size: 1.6rem;
  }
  .about-outline {
    font-size: 1.8rem;
  }
  .about-source {
    display: block;
    width: 100%;
  }
  .about-data {
    display: block;
    width: 100%;
    margin-bottom: 16px;
  }
  .access-contents {
    padding-right: 0;
    padding-top: 70%;
  }
  .access-contents:before {
    width: 100%;
    padding-top: 67.6%;
  }
  .access-contents__headline {
    font-size: 2.4rem;
    line-height: 1.4;
  }
  .access-contents__lead {
    line-height: 1.4;
    font-size: 1.6rem;
  }
  .access-detail {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .access-source {
    margin-bottom: 8px;
  }
  .access-data {
    padding-left: 0;
  }
  .access-data:nth-of-type(2) {
    margin-bottom: 16px;
  }
  .goods-item.goods-item--list {
    width: 32%;
    float: left;
    margin-right: 2%;
    height: 350px;
  }
  .goods-item.goods-item--list:nth-child(4n) {
    margin-right: 2%
  }
  .goods-item.goods-item--list:nth-child(3n) {
    margin-right: 0;
  }
  .goods-item--list .goods-item__text {
    margin-bottom: 0;
  }
  .ticket-table__body.nagoya.price tr:nth-child(1) td {
    padding: 20px 0;
  }
  .nagoya-ticket-shop {
    width: 49%;
  }
  .nagoya-ticket-shop:nth-child(3n) {
    margin-right: 2%;
  }
  .nagoya-ticket-shop:nth-child(2n) {
    margin-right: 0;
  }
  .heading-nagoya-container {
    margin: 0 auto 0;
    padding-top: 20px
  }
  .heading-cp-container {
    margin-top: 0;
  }
  .weekday__cp__info_list {
    display: inherit;
  }
  dt.weekday__cp__info {
    margin-bottom: 0;
    width: inherit;
  }
  dd.weekday__cp__info {
    width: 100%;
  }
  .weekday__costume__cocntainer {
    padding: 20px 10px 10px;
  }
.weekday__costume__cocntainer ol{
    margin-left: 4em;
    }
    .cp-attention {
    margin-top: 20px;
}
  .weekday__cp__info.strong-yellow {
    font-size: 2rem;
  }
  .weekday__cp__info.strong-yellow span.text-s {
    font-size: 1.6rem;
  }
  .weekday__cp_container.costume {
    background-size: 200px auto;
  }
  .goods-new.goods-new--list {
    width: 100%;
    height: inherit;
  }
  .goods-new-photo {
    width: 50%;
  }
  .goods-new__caption {
    min-width: inherit;
  }
  .ticket-table-add {
    font-size: 1.2rem;
  }
  .osaka-ticket-shop {
    width: 100%;
    height: initial;
  }
  .about-outline.nagasaki .about-source {
    width: 100%
  }
  .nagasaki__logo {
    width: 25%;
    margin-right: 5%;
  }
  .nagasaki__logo.shinbun, .nagasaki__logo.nib {
    width: 30%;
  }
  .nagasaki__logo.taisei {
    width: 15%;
  }
      .nagasaki__logo.mine {
    width: 36%;
  }
  .nagasaki_special_wrapper p {
    font-size: 1.6rem;
  }
  .nagasaki-ticket-shop {
    width: 49%;
  }
  .nagasaki-ticket-shop:nth-child(3n) {
    margin-right: 2%
  }
  .nagasaki-ticket-shop:nth-child(2n) {
    margin-right: 0 !important;
  }
  .cafe_logo {
    width: 60%;
    float: inherit;
    display: block;
    margin: 0 auto;
  }
  .cafe__heading {
    float: inherit;
    width: 100%;
    margin-top: 0;
    text-align: center;
    font-size: 2rem;
  }
  .cafe__text-strong {
    font-size: 1.8rem;
    text-align: left;
  }
  .cafe__text-default {
    font-size: 1.4rem;
    text-align: left;
  }
  .ticket-table.col1 .ticket-table__head {
    width: 45%;
  }
  .ticket-table.col1 .ticket-table__body {
    width: 54%;
  }
  .ticket-table.col1 .ticket-table__body td {
    margin-bottom: 8px;
  }
  .nagasaki_greeting dt.weekday__cp__info br {
    display: none;
  }
  .nagasaki_greeting:before {
    width: calc(100% - 350px);
    right: 0;
    top: 0;
    background-repeat: no-repeat;
  }
  .ticket-table__head.col5 {
    font-size: 1.4rem;
  }
  .ticket-table__body.col5 td {
    padding: 20px 4px;
  }
  .ticket-table__body.col5 tr:nth-child(3) th {
    padding: 15px 0;
  }
  .ticket-table__body.col5 tr:nth-child(2) th {
    padding: 15px 0;
  }
}
@media only screen and (max-width: 640px) {
    li.ticket-shop{
        width:100%;
    }
  .ticket-table__body tr:nth-child(2) th {
    padding: 10px 0;
  }
  .outline-content.story:before {
    width: 300px;
    margin-top: -50px;
  }
  #ac-message dd {
    font-size: 1.4rem;
  }
  .story__lead img {
    width: 60%;
    margin: 0 0 0 -4%;
  }
  .story__text {
    font-size: 1.4rem;
  }
  .cource__msg {
    font-size: 1.8rem;
  }
  .cource__text {
    font-size: 1.4rem;
  }
  .cource__box.amuro .cource__text, .cource__box.ran .cource__text {
    width: 90%;
    margin: 95px auto 0;
  }
  .cource__box.ran {
    background-size: 94%;
  }
  .goods-item__headline {
    font-size: 1.8rem;
  }
  .goods-item__text {
    font-size: 1.4rem;
  }
  .goods-item__headline.msg {
    font-size: 1.8rem;
  }
  .goods-item__text.msg {
    font-size: 1.4rem;
  }
  .about-data {
    font-size: 1.4rem;
  }
  .about-data .about-data_small {
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .about-junkai img {
    width: 100%;
  }
  .faq-content {
    padding: 60px 20px;
  }
  .goods-item.goods-item--list {
    width: 100%;
    float: none;
    margin-right: 0;
    height: initial;
  }
  .goods-item--list .goods-item__image {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .goods-item--list .goods-item__image img {
    width: 200px;
    height: 200px;
  }
  .goods-item__caption {
    text-align: right;
  }
  .special__lead {
    margin-bottom: 20px;
  }
  .voice-guides h1 {
    max-width: 240px;
    display: block;
    margin: 0 auto;
  }
  .voice-guides p.character {
    text-align: center;
    margin-bottom: 10px;
  }
  .voice-guides p {
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
  }
  .voice-attention {
    width: 100%;
    padding: 6% 3%;
  }
  .about-junkai-container {
    display: block;
  }
  .about-junkai-mark {
    margin-bottom: 10px;
  }
  .about-junkai-text {
    width: 100%;
    font-family: GSanSerif-B;
    font-size: 1.6rem;
  }
  p.about-junkai span.small {
    font-size: 1.4rem;
  }
  .about-junkai-heading {
    font-size: 1.8rem;
  }
  .about-junkai_list {
    padding-left: 1em;
  }
  .about-junkai_list:before {
    left: 0;
  }
  .nagoya-ticket-heading {
    font-size: 1.8rem;
  }
  .nagoya-ticket-date {
    font-size: 1.8rem;
  }
  .nagoya-cource p.nagoya-cource-lead {
    font-size: 1.8rem;
  }
  .nagoya-cource p.nagoya-cource-lead br {
    display: none;
  }
  .nagoya-cource p {
    text-align: left;
  }
  .weekday__cp_container {
    margin-bottom: 40px;
  }
  .weekday__greeting__ticket {
    max-width: 80%;
  }
  /*.weekday__cp_container.costume .weekday__cp__info.strong-yellow{
    width:65%;
  }*/
  .weekday__cp__info {
    font-size: 1.4rem;
  }
  .weekday__cp__info.strong-yellow {
    font-size: 1.4rem;
  }
  .weekday__cp__info.strong-yellow span.text-s {
    font-size: 1.2rem;
  }
  .weekday__cp_container.present .weekday__cp_heading img {}
  .weekday__cp_container.costume {
    background-size: 30% auto;
  }
  ul.voice-notices {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.4;
  }
  li.cp-notice.voice-notice.strong {
    font-size: 1.4rem;
  }
  .weekday__cp__add {
    margin-left: 1em;
  }
  .weekday__cp__add.plate {
    margin-left: 1em;
  }
  .weekday__cp__add.discount {
    margin-left: 1em;
  }
  .fukuoka-tiket-lists li {
    font-size: 1.8rem;
  }
  .fukuoka-tiket-lists li img.talkshow_anime_logo {
    height: 26px;
  }
  .goods-item.goods-item--list.goods-new {
    width: 100%;
    height: inherit;
    text-align: center;
  }
  .goods-item.goods-item--list.goods-new.long {
    height: inherit;
  }
  .goods-item.goods-item--list.goods-new .goods-item__caption {
    text-align: center;
  }
  .goods-item.goods-item--list.goods-new .goods-item__image {
    display: block;
  }
  .osaka-ticket-discount {
    font-size: 1.8rem;
  }
  .osaka-ticket-movie {
    font-size: 1.8rem;
  }
  .ticket-goods-lead {
    font-size: 1.8rem;
  }
  .ticket-release-date {
    font-size: 1.8rem;
  }
  .osaka-cp_pgm_container {
    width: 100%;
    float: inherit;
  }
  .velentine__cp_heading img {
    height: 30px;
  }
  p.velentine__cp__text {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
  p.velentine__cp__date {
    font-size: 1.8rem;
  }
  p.velentine__cp__date span.small {
    font-size: 1.4rem;
  }
  p.velentine__cp__info {
    font-size: 16px;
  }
  .velentine__cp__price {
    font-size: 16px;
  }
  .velentine__cp_container.finished:before {
    content: "終了いたしました";
    white-space: pre;
    font-size: 30px;
    padding-top: 40%;
    line-height: 1.6;
  }
  .cafe__text-strong {
    padding: 20px 0;
  }
  .cafe__text-notice-strong {
    font-size: 14px;
    text-align: left;
    padding-bottom: 20px;
  }
  .cafe__text-default {
    font-size: 1.4rem;
  }
  .cafe__menu_heading img.heading_menu {
    width: 100px;
  }
  .cafe__menu_heading:before {
    width: calc(50% - 60px);
    background-size: 150%;
    background-position: 80% 60%;
  }
  .cafe__menu_heading:after {
    width: calc(50% - 60px);
    background-size: 150%;
    background-position: 80% 60%;
  }
  .menu_list:nth-child(3n) {
    margin-right: 2%;
  }
  .menu_list {
    flex-basis: 48%;
    margin-right: 2%;
  }
  .menu_list:nth-child(2n) {
    margin-right: 0 !important;
  }
  .menu_list h1 {
    font-size: 1.4rem;
  }
  .menu_list p {
    font-size: 1.2rem;
  }
  .nagasaki_tiket_heading {
    font-size: 1.8rem;
  }
  .nagasaki_ticket_playguide {
    font-size: 1.4rem;
  }
  .osaka-cp_movie_text {
    float: inherit;
    width: 100%;
  }
  .osaka-cp_movie__info {
    font-size: 1.4rem;
    font-family: GSanSerif-B;
    padding: 10px;
  }
  .osaka-cp_movie_img {
    float: inherit;
    width: 100%;
    margin-top: 20px;
  }
  .nagasaki_greeting:before {
    max-width: 280px;
    width: calc(100% - 215px);
    right: 0;
    top: 0;
    background-repeat: no-repeat;
  }
  .nagasaki_greeting.amuro:before {
    width: 190px;
    right: 0;
  }
  .ticket-notice_strong {
    font-size: 1.4rem;
  }
   .weekday__costume__cocntainer.mh380{
        min-height: 220px;
    }
  .weekday__costume__cocntainer.shinbun {
    min-height: 220px;
  }
  .weekday__cp_img_right {
    width: 160px;
  }
.ticket-table__head.col5 {
    font-size: 1.4rem;

    float: inherit;
    width: inherit;
}
.ticket-table__head.col5 tr {
    display: inherit;
    width: 100%;
     	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.ticket-table__head.col5 td {
    display: inherit;
     width: 24%;
    height: 50px;
}
.ticket-table__head.col5 th {
height: 50px;
     width: 24%;
}
.ticket-table__body.col5 {
    width: inherit;
      float: inherit;
    
}


.ticket-table__body.col5 tr {
    width: inherit;
    margin-right: 1%;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    
}

    .ticket-table__body.col5 td,.ticket-table__body.col5 th{
        width:24%;
        height:50px;
    }
}
    
@media only screen and (max-width: 481px) {
  body {
    width: 100%;
  }
  .banner__container li.banner__list {
    height: 70px;
  }
  .banner__container li.banner__list:last-child {
    margin-bottom: 15px;
  }
  .top-logo {
    width: 60%;
    margin-bottom: 0;
  }
  .top-logo:before {
    left: -40px;
  }
  .top-banner {
    width: 45px;
    bottom: 140px;
  }
  .top-chara__serif img {
    max-height: 295px;
  }
  .story__lead img {
    width: 100%;
  }
  .story__lead:after {
    display: none;
  }
  .outline-flow-text {
    font-size: 1.8rem;
    padding: 4%;
  }
  .outline-flow--en {
    font-size: 1.4rem;
    margin-top: 10px;
  }
  .ticket-goods__lead {
    text-align: left;
  }
  .goods-item--list .goods-item__image img {
    width: 160px;
    height: 160px;
  }
  .about-data span {
    font-size: 1.3rem;
  }
  .nagoya-ticket-shop {
    margin-bottom: 10px;
    font-size: 13px;
    height: 50px;
  }
  .nagoya-cource p.nagoya-cource-lead {
    font-size: 1.4rem;
  }
  .weekday__greeting__heading {
    font-size: 1.5rem;
  }
  .weekday__cp_container.costume {
    background-position: right 24%;
    background-size: 35%;
  }
  .goods-new__headline {
    font-size: 1.8rem;
    padding-top: 10px;
  }
  p.goods-new__text.goods-new__designs {
    font-size: 12px;
  }
  .goods-new__caption.var4:after {
    bottom: -50px;
    width: 60%;
    left: -5%;
  }
  .goods-new__caption.amuro:after {
    width: 36%;
    top: 130px;
  }
  .goods-new__caption.kakioroshi:after {
    width: 46%;
  }
  .nagasaki-ticket-shop {
    margin-bottom: 10px;
    font-size: 13px;
    height: 50px;
  }
  .nagasaki-ticket-shop p {
    padding-top: 10px;
  }
  .nagasaki_greeting.amuro:before {
    width: 120px;
    right: 0;
    top: 60px;
  }
  .oita_greeting:before {
    width: 120px;
    height: 140px;
    right: 0px;
    top: inherit;
    bottom: 0;
  }
  .weekday__cp_img_right {
    width: 130px;
  }
}
@media only screen and (max-width: 400px) {
  .top-banner {
    width: 40px;
    bottom: 110px;
    left: -5px;
  }
}
/*# sourceMappingURL=style.css.map */