/* family
font-family: 'Fugaz One', cursive;
font-family: 'Noto Sans JP', sans-serif;
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
body, a {
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-feature-settings: "palt";
  line-height: 1.65em;
  color: #333333; }

p {
  margin-bottom: 0.75em; }

h2 {
  width: 90%;
  max-width: 442px;
  height: 72px;
  position: relative;
  margin: auto; }
  h2:after {
    content: "";
    background-image: url(../images/fukidashi_green.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }
  h2.pink:after {
    background-image: url(../images/fukidashi_pink.svg); }
  h2.purple:after {
    background-image: url(../images/fukidashi_purple.svg); }
  h2.deepgreen:after {
    background-image: url(../images/fukidashi_deepgreen.svg); }
  h2.deeppurple:after {
    background-image: url(../images/fukidashi_deeppurple.svg); }
  h2.orange:after {
    background-image: url(../images/fukidashi_orange.svg); }
  h2.deeporange:after {
    background-image: url(../images/fukidashi_otona.svg); }
  h2.darkblue:after {
    background-image: url(../images/fukidashi_darkblue.svg); }
  h2 span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    text-align: center;
    z-index: 1;
    line-height: 2.8em;
    font-size: 1.4em;
    font-weight: 600;
    color: #fff; }

h3 {
  font-size: 1.6em;
  font-weight: 600;
  margin-bottom: 0.75em; }

#webnazo h4 {
  font-size: 1.3em;
  font-weight: 600;
  margin-bottom: 0.75em; }

.ti-kome {
  font-size: 0.8em; }

.buy a {
  line-height: 1.25em; }

@media screen and (max-width: 560px) {
  body, a {
    font-size: 15px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-feature-settings: "palt";
    line-height: 1.65em;
    color: #333333; }

  h2 {
    height: 56px; }
    h2 span {
      font-size: 1.2em; }

  h3 {
    font-size: 1.3em; } }
img {
  display: block;
  width: 100%;
  height: auto; }

html,
body {
  overflow-x: hidden;
  position: relative; }

.inner-wrap {
  width: 92%;
  padding: 0 4%;
  max-width: 1000px;
  margin: auto;
  position: relative; }

section {
  position: relative; }

.item {
  width: 200px;
  height: 100px;
  display: block;
  position: absolute;
  z-index: 5;
  bottom: 0; }
  .item:after {
    content: "";
    position: absolute;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%; }
  .item.item-01 {
    width: 350px;
    height: 180px;
    left: -120px;
    bottom: -100px; }
    .item.item-01:after {
      background-image: url(../images/item_01.png); }
  .item.item-02 {
    width: 300px;
    height: 190px;
    right: -100px;
    bottom: -120px; }
    .item.item-02:after {
      background-image: url(../images/item_02.png); }
  .item.item-03 {
    width: 200px;
    height: 310px;
    left: -40px;
    bottom: -130px; }
    .item.item-03:after {
      background-image: url(../images/item_03.png); }
  .item.item-04 {
    width: 300px;
    height: 140px;
    right: -60px;
    bottom: -130px; }
    .item.item-04:after {
      background-image: url(../images/item_04.png); }
  .item.item-05 {
    width: 160px;
    height: 200px;
    left: -30px;
    bottom: -130px; }
    .item.item-05:after {
      background-image: url(../images/item_05.png); }

#shortcut {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 200px;
  height: auto;
  z-index: 5; }
  #shortcut .shortcut-img {
    width: 100%;
    height: auto; }
    #shortcut .shortcut-img img {
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      transition: all 0.5s; }
  #shortcut a {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0; }
  #shortcut:hover img {
    opacity: 0.75; }

header {
  background-color: #00FFFF; }
  header .header-inner {
    width: 98%;
    max-width: 1400px;
    margin: auto;
    position: relative; }
  header #header-top {
    padding: 20px 0 12px;
    border-bottom: 6px solid #fff; }
    header #header-top .project {
      width: 300px;
      height: auto;
      display: block;
      position: relative; }
      header #header-top .project a {
        display: block;
        width: 100%;
        height: auto; }
    header #header-top .tab {
      margin-left: auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      bottom: -12px;
      right: 0; }
      header #header-top .tab .tab-bt {
        padding: 12px;
        background-color: #FFF000;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        margin: 0 6px;
        position: relative; }
        header #header-top .tab .tab-bt.tab-02:after {
          content: "";
          width: 100%;
          max-width: 150px;
          height: 0;
          padding-top: 40px;
          background-image: url(../images/tab_icon_basic.png);
          position: absolute;
          top: -27%;
          left: 0;
          right: 0;
          background-size: 100%;
          background-position: center;
          background-repeat: no-repeat;
          margin: auto;
          pointer-events: none; }
        header #header-top .tab .tab-bt.tab-03:after {
          content: "";
          width: 100%;
          max-width: 150px;
          height: 0;
          padding-top: 40px;
          background-image: url(../images/tab_icon_otona.png);
          position: absolute;
          top: -27%;
          left: 0;
          right: 0;
          background-size: 100%;
          background-position: center;
          background-repeat: no-repeat;
          margin: auto;
          pointer-events: none; }
        header #header-top .tab .tab-bt.dis {
          background-color: #CACACA;
          pointer-events: none; }
        header #header-top .tab .tab-bt .tab-img {
          width: 140px;
          height: auto;
          position: relative; }
        header #header-top .tab .tab-bt a {
          display: block;
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0; }
        header #header-top .tab .tab-bt.active {
          width: 220px;
          background-color: #fff;
          pointer-events: none; }
          header #header-top .tab .tab-bt.active .tab-img:after {
            content: "";
            display: block;
            width: 100%;
            height: 3px;
            background-color: #333333;
            position: absolute;
            bottom: -3px;
            left: 0; }
          header #header-top .tab .tab-bt.active.tab-02:after, header #header-top .tab .tab-bt.active.tab-03:after {
            right: initial;
            left: 8px; }
          header #header-top .tab .tab-bt.active .active-hakase {
            width: 82px;
            height: 80px;
            background-image: url(../images/hakase.png);
            position: absolute;
            bottom: 0;
            right: 12px;
            background-size: 100%;
            background-position: center bottom;
            background-repeat: no-repeat; }
  header #header-bottom {
    background-color: #fff;
    background-image: url(../images/pt_pink.png);
    background-size: 20%;
    border-bottom: 6px solid #fff; }
    header #header-bottom.otona {
      background-image: url(../images/pt_otona.png);
      background-size: auto; }
    header #header-bottom.basic {
      background-image: url(../images/pt_purple.png);
      background-size: auto; }
    header #header-bottom .header-inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      header #header-bottom .header-inner.tmv-inner {
        padding: 2em;
        width: calc(98% - 4em); }
    header #header-bottom .mv-main {
      width: 100%;
      max-width: 1600px;
      margin: auto; }
    header #header-bottom .mv-left {
      width: 50%; }
      header #header-bottom .mv-left .copy {
        font-size: 5em;
        line-height: 1em;
        font-weight: 900; }
    header #header-bottom .mv-right {
      width: 50%;
      position: relative; }
      header #header-bottom .mv-right .hakase {
        width: 100%;
        height: 100%;
        background-image: url(../images/hakase_l.png);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
        padding-bottom: 2em; }

/*hummenu*/
.menu-bt {
  position: fixed;
  bottom: 340px;
  right: 0;
  width: 80px;
  height: auto;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.4));
  cursor: pointer;
  z-index: 10; }
  .menu-bt:hover {
    opacity: 0.75; }

.menu {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 11;
  background-color: #FFF000; }
  .menu:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../images/pt_unk.png); }
  .menu .menu-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 11; }
    .menu .menu-box ul li {
      margin: 4px;
      background-color: #fff;
      border-radius: 4px;
      border: 2px solid #333333;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      transition: all 0.5s;
      box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
      position: relative; }
      .menu .menu-box ul li:hover {
        background-color: #FFF000; }
        .menu .menu-box ul li:hover:after {
          content: "";
          width: 32px;
          height: 32px;
          background-image: url(../images/nav_unko.svg);
          background-size: 100%;
          background-position: center;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 6px;
          margin: auto; }
      .menu .menu-box ul li a {
        display: block;
        font-size: 1.4em;
        font-weight: 600;
        padding: 4px 40px; }

/*main*/
#market {
  background-color: #00FFFF;
  padding: 4% 0; }
  #market .market-wrap ul {
    width: 94%;
    margin: auto;
    margin-top: 2%;
    margin-bottom: 1em; }
    #market .market-wrap ul li {
      background-color: #fff;
      border-radius: 8px;
      padding: 1em;
      margin-bottom: 0.5em;
      text-align: center; }
      #market .market-wrap ul li span {
        font-size: 1.1em;
        font-weight: 600;
        display: block; }
  #market .market-wrap .kome {
    width: calc(94% - 4em);
    margin: auto;
    background-color: #FFF000;
    text-align: center;
    padding: 12px 2em;
    border-radius: 60px; }

#goods {
  background-color: #FFF000;
  background-image: url(../images/pt_unk2.png);
  padding: 4% 0; }
  #goods .goods-wrap {
    width: 94%;
    margin: auto; }
    #goods .goods-wrap .goods-sin {
      width: 96%;
      padding: 2%;
      margin: 1em auto;
      background-color: #fff;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      border-radius: 8px;
      box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1); }
      #goods .goods-wrap .goods-sin .goods-img {
        width: 40%; }
      #goods .goods-wrap .goods-sin .goods-desc {
        width: calc(60% - 1em);
        padding-left: 1em; }
        #goods .goods-wrap .goods-sin .goods-desc h3 span {
          font-size: 0.8em;
          display: inline-block; }
        #goods .goods-wrap .goods-sin .goods-desc p span {
          font-size: 1.2em;
          font-weight: 500; }

#about {
  background-color: #FFF000;
  padding: 4% 0; }
  #about.bg-w {
    background-color: #00E1CD;
    padding: 4% 0; }
  #about.otona {
    background-color: #FF6E00;
    padding: 4% 0; }
  #about .about-wrap .c-date {
    width: 95%;
    height: auto;
    max-width: 600px;
    margin: auto; }
  #about .about-wrap .catch {
    width: 100%;
    height: auto;
    margin-bottom: 1.5em; }
  #about .about-wrap .desc {
    text-align: center; }
    #about .about-wrap .desc .point-wrap {
      width: 100%;
      max-width: 860px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin: 2% auto; }
      #about .about-wrap .desc .point-wrap .point {
        width: 100%;
        height: auto; }
    #about .about-wrap .desc .bnr {
      width: 100%;
      max-width: 400px;
      height: auto;
      display: block;
      margin: 2.5em auto 0;
      border-radius: 8px;
      overflow: hidden; }
      #about .about-wrap .desc .bnr a {
        display: block;
        width: 100%; }
    #about .about-wrap .desc .experience {
      width: 100%;
      max-width: 700px;
      margin: 2em auto; }
      #about .about-wrap .desc .experience .video-wrap {
        width: 96%;
        padding: 2% 2% 1.5%;
        background-color: #ddd;
        border-radius: 12px; }
        #about .about-wrap .desc .experience .video-wrap video {
          width: 100%; }

#unknex {
  background-color: #FFF000;
  padding: 2em 0; }
  #unknex .kaisetsu-bt {
    display: block;
    width: 240px;
    margin: auto;
    background-color: #DC64F0;
    text-align: center;
    border-radius: 50px;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    margin-bottom: 1em; }
    #unknex .kaisetsu-bt:hover {
      opacity: 0.8; }
    #unknex .kaisetsu-bt span {
      color: #fff;
      font-size: 1.2em;
      padding: 20px;
      display: block; }
  #unknex .kaisetsu {
    background: #fff;
    border-radius: 16px;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    border: 4px solid #DC64F0;
    display: none; }
    #unknex .kaisetsu .kaisetsu-inner {
      padding: 2em; }
      #unknex .kaisetsu .kaisetsu-inner span {
        color: #DC64F0;
        font-weight: 600; }

#recomend {
  background-color: #FFF000;
  padding: 4% 0; }
  #recomend.otona {
    background-color: #000078; }
  #recomend .recomend-wrap .recomend-sin {
    width: 96%;
    padding: 4% 2%;
    position: relative; }
    #recomend .recomend-wrap .recomend-sin .recomend-text {
      position: absolute;
      width: 36%;
      height: 0;
      padding-top: 36%;
      background-color: #fff;
      border-radius: 50%;
      top: 0;
      bottom: 0;
      margin: auto;
      right: 0; }
      #recomend .recomend-wrap .recomend-sin .recomend-text .text-img {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%; }
        #recomend .recomend-wrap .recomend-sin .recomend-text .text-img:after {
          content: "";
          width: 100%;
          height: 100%;
          display: block;
          background-image: url(../images/text_01.png);
          background-repeat: no-repeat;
          background-position: center;
          background-size: 80%; }
        #recomend .recomend-wrap .recomend-sin .recomend-text .text-img.text-01:after {
          background-image: url(../images/text_01.png); }
        #recomend .recomend-wrap .recomend-sin .recomend-text .text-img.text-02:after {
          background-image: url(../images/text_02.png); }
        #recomend .recomend-wrap .recomend-sin .recomend-text .text-img.text-03:after {
          background-image: url(../images/text_03.png); }
        #recomend .recomend-wrap .recomend-sin .recomend-text .text-img.text-04:after {
          background-image: url(../images/text_04.png); }
        #recomend .recomend-wrap .recomend-sin .recomend-text .text-img.text-05:after {
          background-image: url(../images/text_05.png); }
        #recomend .recomend-wrap .recomend-sin .recomend-text .text-img.text-06:after {
          background-image: url(../images/text_06.png); }
      #recomend .recomend-wrap .recomend-sin .recomend-text span {
        display: block;
        text-align: center;
        position: absolute;
        font-size: 1.2em;
        font-weight: 500;
        top: -2em;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        height: 0; }
    #recomend .recomend-wrap .recomend-sin .recomend-img {
      position: relative;
      top: 10%;
      bottom: 0;
      width: 64%;
      right: 0;
      background-color: #ddd;
      border-radius: 12px;
      padding: 2%;
      height: 72%;
      z-index: 1; }
      #recomend .recomend-wrap .recomend-sin .recomend-img img {
        border-radius: 8px;
        display: block; }
    #recomend .recomend-wrap .recomend-sin:nth-of-type(2) .recomend-text {
      left: 0;
      right: initial; }
    #recomend .recomend-wrap .recomend-sin:nth-of-type(2) .recomend-img {
      margin-left: auto; }

#story {
  background-image: url(../images/pt_unk.png);
  padding: 4% 0; }
  #story.otona {
    background-image: url(../images/pt_unk2.png); }
  #story .story-wrap {
    width: 100%;
    max-width: 760px;
    margin: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #fff;
    margin-bottom: 1em;
    border: 1px solid #fffdca;
    border-radius: 12px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1); }
    #story .story-wrap .story-main {
      padding: 20px; }
      #story .story-wrap .story-main p {
        font-size: 1.2em;
        line-height: 1.75em;
        margin-bottom: 1em; }
        #story .story-wrap .story-main p span {
          background: linear-gradient(transparent 60%, #ff6 60%); }
    #story .story-wrap .story-img {
      width: 200px;
      padding: 20px;
      height: 100%;
      position: relative;
      background-size: contain;
      background-position: center bottom;
      background-repeat: no-repeat; }
    #story .story-wrap:nth-of-type(2) {
      -ms-flex-direction: row-reverse;
      -webkit-flex-direction: row-reverse;
      flex-direction: row-reverse; }

#stage {
  background-color: #00E1CD;
  padding: 4% 0; }
  #stage.otona {
    background-color: #FF6E00; }
  #stage .stage-wrap {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2%; }
    #stage .stage-wrap .stage-sin {
      width: 25%;
      margin: 8px;
      background-color: #fff;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1); }
      #stage .stage-wrap .stage-sin .place {
        width: 100%;
        height: 0;
        padding-top: 90%;
        background-image: url(../images/icon_unk.svg);
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: 80%;
        position: relative; }
        #stage .stage-wrap .stage-sin .place span {
          display: block;
          position: absolute;
          height: 0;
          top: 0;
          bottom: 10%;
          left: 0;
          right: 0;
          text-align: center;
          margin: auto;
          font-size: 1em;
          line-height: 1.4em;
          font-weight: 600; }
      #stage .stage-wrap .stage-sin .desc {
        padding: 0 4%;
        text-align: center;
        font-weight: 600;
        font-size: 0.9em;
        line-height: 1.5em; }
      #stage .stage-wrap .stage-sin .map {
        width: 100%;
        padding: 6% 0; }
        #stage .stage-wrap .stage-sin .map a {
          width: 60px;
          border: 2px solid #333333;
          display: block;
          text-align: center;
          margin: auto;
          letter-spacing: 4px;
          text-indent: 4px;
          border-radius: 4px;
          font-size: 0.9em;
          font-weight: 600;
          -webkit-transition: all 0.5s;
          -moz-transition: all 0.5s;
          -ms-transition: all 0.5s;
          transition: all 0.5s; }
          #stage .stage-wrap .stage-sin .map a:hover {
            background-color: #333333;
            color: #fff; }
      #stage .stage-wrap .stage-sin .buy {
        width: 100%;
        height: auto; }
        #stage .stage-wrap .stage-sin .buy a {
          font-weight: 600;
          color: #fff;
          text-align: center;
          background-color: #333333;
          display: block;
          padding: 0.75em 0;
          -webkit-transition: all 0.5s;
          -moz-transition: all 0.5s;
          -ms-transition: all 0.5s;
          transition: all 0.5s; }
          #stage .stage-wrap .stage-sin .buy a:hover {
            background-color: #FF8C00;
            color: #fff; }
      #stage .stage-wrap .stage-sin .ti-kome {
        display: block; }
      #stage .stage-wrap .stage-sin .buy-otona a:hover {
        background-color: darkblue;
        color: #fff; }
      #stage .stage-wrap .stage-sin .goto-otona a {
        background-color: #FFF000;
        color: #333333; }
        #stage .stage-wrap .stage-sin .goto-otona a:hover {
          background-color: darkblue;
          color: #fff; }
      #stage .stage-wrap .stage-sin .goto-basic a {
        background-color: #FFF000;
        color: #333333; }
        #stage .stage-wrap .stage-sin .goto-basic a:hover {
          background-color: #FF8C00;
          color: #fff; }
  #stage #goto-bnr {
    margin: 2em auto;
    padding: 2em 0;
    max-width: 500px;
    position: relative;
    z-index: 1; }
    #stage #goto-bnr:after {
      content: "";
      position: absolute;
      z-index: -1;
      width: 102vw;
      height: 100%;
      position: absolute;
      background: #f0f0f0;
      left: 50%;
      top: 0;
      transform: translateX(-50%); }
    #stage #goto-bnr a {
      display: block;
      transition-duration: .3s; }
      #stage #goto-bnr a:hover {
        opacity: 0.8; }
  #stage .ticket-sale {
    padding: 7% 0;
    text-align: center; }
    #stage .ticket-sale .ticket-genre {
      margin-bottom: 1em; }
      #stage .ticket-sale .ticket-genre .bnr {
        width: 90%;
        max-width: 400px;
        margin: 1em auto; }
        #stage .ticket-sale .ticket-genre .bnr a {
          border: 2px solid #fff;
          display: block; }
  #stage .ticket-price {
    width: 94%;
    max-width: calc(600px - 6%);
    margin: auto;
    background-color: #FF8C00;
    padding: 3%;
    border-radius: 12px;
    position: relative; }
    #stage .ticket-price table {
      text-align: center;
      width: 100%; }
      #stage .ticket-price table th {
        border: 1px solid #333;
        background-color: #333;
        color: #fff;
        text-align: center;
        font-size: 0.75em;
        font-weight: bold; }
      #stage .ticket-price table td {
        border: 1px solid #333;
        padding: 0.3em 1em;
        background-color: #fff;
        font-weight: bold;
        color: #333; }
    #stage .ticket-price:after {
      content: "";
      width: 160px;
      height: 160px;
      display: block;
      position: absolute;
      top: -25%;
      left: 0%;
      background-image: url(../images/fairy.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
    #stage .ticket-price.otona {
      background-color: darkblue; }
      #stage .ticket-price.otona .price {
        color: #fff; }
      #stage .ticket-price.otona:after {
        background-image: url(../images/fairy2.png); }
    #stage .ticket-price.no-ch:after {
      content: none; }
    #stage .ticket-price .price {
      text-align: center;
      line-height: 1.5em;
      margin-bottom: 1em; }
      #stage .ticket-price .price span {
        font-size: 1.3em; }
    #stage .ticket-price .ticket-tag {
      width: 100%; }
      #stage .ticket-price .ticket-tag .tag-1 {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        #stage .ticket-price .ticket-tag .tag-1 .tag {
          width: 100%;
          text-align: center;
          background-color: #fff;
          padding: 6px;
          border-radius: 20px;
          margin: 4px;
          border: 1px solid;
          font-size: 0.9em; }

#style {
  padding: 4% 0;
  background-color: #FFF000; }
  #style.otona {
    background-color: #000078; }
    #style.otona .style-text {
      color: #fff; }
  #style .styles {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap; }
    #style .styles .style-sin {
      width: 48%;
      margin: 1%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      #style .styles .style-sin .style-img {
        width: 40%; }
        #style .styles .style-sin .style-img img {
          border-radius: 8px; }
      #style .styles .style-sin .style-text {
        width: calc(60% - 20px);
        padding-left: 20px; }
        #style .styles .style-sin .style-text .step {
          width: 140px;
          height: auto;
          margin-left: -8px; }
  #style .advice {
    width: 94%;
    max-width: calc(800px - 6%);
    background-color: #fff;
    padding: 3%;
    text-align: center;
    border-radius: 12px;
    border: 2px solid #333333;
    margin: 4% auto; }
    #style .advice h3 {
      margin-bottom: 1.2em; }
    #style .advice .advices {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      #style .advice .advices .advice-left,
      #style .advice .advices .advice-right {
        width: 46%;
        margin: auto; }
        #style .advice .advices .advice-left span,
        #style .advice .advices .advice-right span {
          display: block;
          background-color: #333333;
          color: #fff;
          padding: 4px 0;
          border-radius: 20px;
          margin-bottom: 0.75em; }
        #style .advice .advices .advice-left:nth-of-type(2),
        #style .advice .advices .advice-right:nth-of-type(2) {
          position: relative; }
          #style .advice .advices .advice-left:nth-of-type(2):after,
          #style .advice .advices .advice-right:nth-of-type(2):after {
            content: "";
            width: 1px;
            height: 100%;
            background: #333333;
            position: absolute;
            top: 0;
            left: -4%; }

#port {
  padding: 4% 0; }
  #port .port-wrap h3 {
    text-align: center; }
    #port .port-wrap h3 span {
      font-size: 0.5em;
      font-weight: 400;
      margin-left: 12px; }
  #port .port-wrap .port-sin {
    width: 240px;
    height: auto;
    position: relative;
    background-color: #F0F0F0;
    padding: 15px;
    border-radius: 12px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s; }
    #port .port-wrap .port-sin:hover {
      background-color: #FFF000; }
    #port .port-wrap .port-sin img {
      width: 100%;
      height: auto;
      margin-bottom: 0.5em; }
    #port .port-wrap .port-sin .title {
      font-size: 0.8em;
      font-weight: 500;
      text-align: center;
      line-height: 1.3em; }
    #port .port-wrap .port-sin a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

#readme {
  padding: 4% 0;
  background-color: #DC64F0; }
  #readme.otona {
    background-color: #FF6E00; }
  #readme h3 {
    text-align: center;
    margin-top: 1.5em; }
  #readme ul {
    background-color: #fff;
    padding: 3%;
    border-radius: 12px;
    padding-left: calc(3% + 1em);
    list-style-type: disc; }

#qa {
  padding: 4% 0;
  background-color: #F0F0F0; }
  #qa h3 {
    text-align: center;
    margin-top: 1.5em; }
  #qa ul {
    background-color: #fff;
    padding: 3%;
    border-radius: 12px; }

#special {
  background-color: #FFF000;
  padding: 1% 0 4%; }
  #special .sp-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    #special .sp-wrap .sp-bnr {
      width: 100%;
      max-width: 320px;
      margin: auto;
      position: relative;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      transition: all 0.5s; }
      #special .sp-wrap .sp-bnr img {
        display: block; }
      #special .sp-wrap .sp-bnr a {
        width: calc(100% - 16px);
        height: calc(100% - 16px);
        position: absolute;
        border: 8px solid #fff;
        top: 0;
        left: 0; }
      #special .sp-wrap .sp-bnr:hover {
        box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3); }

#news {
  background-color: #FFF000;
  padding: 2% 0; }
  #news .news-wrap {
    background-color: #E4E4E4;
    border-radius: 12px;
    padding: 3%;
    position: relative; }
    #news .news-wrap h2 {
      position: absolute;
      top: -12%;
      left: 0;
      right: 0; }
    #news .news-wrap ul {
      background-color: #fff;
      padding: 2%;
      border-radius: 8px;
      height: 160px;
      overflow: scroll; }
      #news .news-wrap ul li {
        display: block;
        text-align: center;
        padding: 1.4em 0;
        border-bottom: 1px solid #E4E4E4;
        position: relative; }
        #news .news-wrap ul li p {
          margin-bottom: 0; }
        #news .news-wrap ul li .date {
          font-size: 0.8em;
          line-height: 1em; }
      #news .news-wrap ul a {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s; }
        #news .news-wrap ul a:hover {
          background-color: rgba(255, 240, 0, 0.5); }

#message {
  background-color: #DC64F0;
  padding: 4% 0; }
  #message .message-wrap {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    #message .message-wrap .message-card {
      width: 100%;
      margin: 8px;
      padding: 2%;
      background-color: #fff;
      border-radius: 12px; }
      #message .message-wrap .message-card .m-img {
        width: 160px;
        height: 160px;
        border-radius: 80px;
        background-color: #ddd;
        margin: 0.5em auto; }
      #message .message-wrap .message-card .m-author {
        font-size: 1.2em;
        font-weight: 600;
        text-align: center;
        margin: 1em auto; }
        #message .message-wrap .message-card .m-author span {
          font-size: 0.7em; }
      #message .message-wrap .message-card .m-text p:last-of-type {
        margin-bottom: 0; }

#select {
  background-color: #fff;
  background-image: url(../images/pt_unk.png);
  padding: 4% 0; }
  #select .select-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    #select .select-wrap .select-card {
      width: 100%;
      margin: 8px;
      background-color: #fff;
      border-radius: 12px;
      box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
      overflow: hidden;
      position: relative;
      padding-bottom: 55px; }
      #select .select-wrap .select-card .card-header {
        width: 92%;
        padding: 4%;
        padding-bottom: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        #select .select-wrap .select-card .card-header .ch-left {
          width: 50%; }
        #select .select-wrap .select-card .card-header .ch-right {
          width: calc(50% - 12px);
          margin-left: 12px; }
          #select .select-wrap .select-card .card-header .ch-right .target {
            width: 100%;
            display: block;
            margin-bottom: 10px; }
      #select .select-wrap .select-card .card-point {
        width: 92%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        padding: 12px 4%; }
        #select .select-wrap .select-card .card-point .tag {
          display: block;
          width: 215px;
          background-color: #CACACA;
          color: #fff;
          font-weight: 500;
          padding: 6px 0;
          text-align: center;
          border-radius: 20px;
          margin: 8px; }
      #select .select-wrap .select-card .card-link {
        width: 100%;
        position: absolute;
        bottom: 0; }
        #select .select-wrap .select-card .card-link a {
          background-color: #FF8C00;
          display: block;
          width: 100%;
          padding: 12px 0;
          color: #fff;
          text-align: center;
          font-size: 1.2em;
          font-weight: 600;
          -webkit-transition: all 0.5s;
          -moz-transition: all 0.5s;
          -ms-transition: all 0.5s;
          transition: all 0.5s; }
          #select .select-wrap .select-card .card-link a:hover {
            opacity: 0.75; }
          #select .select-wrap .select-card .card-link a.bg-ad {
            background-color: #FF6E00; }

#for-corona {
  background-color: #FFF000;
  padding: 4% 0; }
  #for-corona .corona-wrap {
    text-align: center; }
    #for-corona .corona-wrap .corona-bt {
      width: calc(100% - 20px);
      display: block;
      background-color: #333333;
      color: #fff;
      font-weight: 600;
      font-size: 1.2em;
      padding: 10px;
      margin-top: 2em;
      cursor: pointer;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      transition: all 0.5s; }
      #for-corona .corona-wrap .corona-bt:hover {
        opacity: 0.75; }
    #for-corona .corona-wrap .corona-acco {
      display: none;
      background-color: #fff;
      padding: 2%;
      padding-left: calc(1.5em + 2%);
      text-align: left; }
      #for-corona .corona-wrap .corona-acco ul {
        list-style-type: decimal-leading-zero; }
        #for-corona .corona-wrap .corona-acco ul li {
          margin-bottom: 0.5em; }

footer {
  padding: 4% 0; }
  footer .footer-inner {
    width: 92%;
    padding: 0 4%;
    max-width: 1200px;
    margin: auto; }
    footer .footer-inner .prom-box {
      width: 92%;
      max-width: calc(600px - 8%);
      height: auto;
      background-color: #d9d9d9;
      background: -moz-radial-gradient(circle, white 0%, #efefef 100%);
      background: -webkit-radial-gradient(circle, white 0%, #efefef 100%);
      background: radial-gradient(circle, white 0%, #efefef 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#efefef", GradientType=1);
      padding: 6% 4%;
      text-align: center;
      position: relative;
      margin: 4% auto;
      border-radius: 12px;
      box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      transition: all 0.5s; }
      footer .footer-inner .prom-box:hover {
        box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2); }
      footer .footer-inner .prom-box p {
        margin-bottom: 0; }
      footer .footer-inner .prom-box a {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
    footer .footer-inner .credit-wrap {
      width: auto;
      margin: auto;
      text-align: center; }
      footer .footer-inner .credit-wrap .scrap-logo {
        width: 100%;
        max-width: 270px;
        margin: auto;
        margin-bottom: 2%; }
      footer .footer-inner .credit-wrap .credit-text {
        font-size: 12px;
        line-height: 1.6em; }

.sns-box {
  width: 40px;
  position: fixed;
  bottom: 160px;
  right: 1%;
  z-index: 5; }
  .sns-box .sns {
    width: 40px;
    height: 40px;
    overflow: hidden;
    margin: 0.5em auto;
    border-radius: 26px;
    border: 3px solid #fff; }
    .sns-box .sns a {
      display: block;
      padding: 6px; }
    .sns-box .sns .tw {
      background-color: #00A0F7; }
    .sns-box .sns .line {
      background-color: #00BE00; }
    .sns-box .sns .fb {
      background-color: #325397; }

#webnazo {
  background-color: #f0f0f0;
  padding: 4% 0; }
  #webnazo h3 {
    text-align: center;
    line-height: 1.3em; }
  #webnazo h4 {
    text-align: center; }
  #webnazo .webnazo-box {
    margin-bottom: 3em; }
  #webnazo .webnazo-share {
    background: #ddd;
    border-radius: 0 0 12px 12px;
    padding: 2%; }
    #webnazo .webnazo-share ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center; }
      #webnazo .webnazo-share ul li {
        margin: 0 4px; }
        #webnazo .webnazo-share ul li a {
          display: block;
          width: 50px;
          height: 50px;
          -webkit-transition: all 0.5s;
          -moz-transition: all 0.5s;
          -ms-transition: all 0.5s;
          transition: all 0.5s; }
          #webnazo .webnazo-share ul li a:hover {
            opacity: 0.75; }
  #webnazo .webnazo-content {
    margin: auto;
    border-radius: 12px 12px 0 0;
    overflow: hidden;
    background: #fff; }
    #webnazo .webnazo-content.bg-yellow {
      background-color: #FFF000; }
    #webnazo .webnazo-content a {
      display: block; }
    #webnazo .webnazo-content img {
      display: block;
      width: 100%;
      height: auto;
      max-width: 768px;
      margin: auto; }
    #webnazo .webnazo-content .unknazo-title {
      text-align: center;
      background-color: #ff8d01;
      padding: 30px 0;
      color: #fff;
      font-size: 1.2em;
      font-weight: 600; }
  #webnazo .webnazo-bt {
    width: calc(100% - 20px);
    display: block;
    background-color: #333333;
    color: #fff;
    font-weight: 600;
    font-size: 1.2em;
    padding: 10px;
    margin-top: 1em;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    text-align: center; }
    #webnazo .webnazo-bt:hover {
      opacity: 0.75; }
  #webnazo .webnazo-acco {
    display: none;
    background-color: #fff;
    padding: 2%;
    padding-left: calc(1.5em + 2%);
    text-align: left; }
    #webnazo .webnazo-acco img {
      width: 80%;
      height: auto;
      margin: auto;
      padding: 5%; }

.u22 {
  width: fit-content;
  margin: auto;
  border: 0.2em solid #239290;
  margin-top: 5em;
  position: relative;
  padding: 2em;
  padding-top: 70px; }
  .u22 .u22-logo {
    width: 240px;
    margin: auto;
    position: absolute;
    top: -60px;
    left: 0;
    right: 0; }
  .u22 p {
    margin: 0 auto;
    color: #fff; }
  .u22 a {
    color: #ff6;
    text-decoration: underline; }

@media screen and (max-width: 1100px) {
  .item.item-01 {
    width: 280px;
    height: 120px;
    left: -70px;
    bottom: -100px; }
  .item.item-02 {
    width: 300px;
    height: 190px;
    right: -100px;
    bottom: -120px; }
  .item.item-03 {
    width: 150px;
    height: 220px;
    left: -20px;
    bottom: -130px; }
  .item.item-04 {
    width: 250px;
    height: 110px;
    right: -60px;
    bottom: -100px; }
  .item.item-05 {
    width: 160px;
    height: 200px;
    left: -30px;
    bottom: -130px; }

  header #header-top .project {
    width: 180px; }
  header #header-top .tab .tab-bt {
    padding: 8px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    margin: 0 4px; }
    header #header-top .tab .tab-bt.tab-02:after {
      width: 100%;
      max-width: 100px;
      height: 0;
      padding-top: 30px;
      top: -27%;
      left: 0;
      right: 0; }
    header #header-top .tab .tab-bt.tab-03:after {
      width: 100%;
      max-width: 100px;
      height: 0;
      padding-top: 30px;
      top: -27%;
      left: 0;
      right: 0; }
    header #header-top .tab .tab-bt .tab-img {
      width: 100px; }
    header #header-top .tab .tab-bt.active {
      width: 160px; }
      header #header-top .tab .tab-bt.active .active-hakase {
        width: 70px;
        height: 70px;
        right: 4px; }

  /*main*/
  #about {
    padding: 6% 0; }

  .coupon {
    margin: 3em auto; }
    .coupon .c-img {
      width: 100%;
      max-width: 600px;
      margin: auto;
      display: block; }
    .coupon h3 {
      font-size: 1.1rem; }

  #select .select-wrap {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    max-width: 700px;
    margin: auto; }
    #select .select-wrap .select-card {
      width: calc(100% - 16px); } }
@media screen and (max-width: 768px) {
  .item.item-01 {
    width: 160px;
    height: 80px;
    left: -40px;
    bottom: -80px; }
  .item.item-02 {
    width: 200px;
    height: 120px;
    right: -60px;
    bottom: -50px; }
  .item.item-03 {
    width: 110px;
    height: 160px;
    left: -20px;
    bottom: -100px; }
  .item.item-04 {
    width: 180px;
    height: 80px;
    right: -40px;
    bottom: -60px; }
  .item.item-05 {
    width: 110px;
    height: 130px;
    left: -10px;
    bottom: -90px; }

  /*hummenu*/
  .menu-bt {
    width: 55px; }

  .menu .menu-box {
    width: 90%;
    max-width: 400px; }
    .menu .menu-box ul li a {
      font-size: 1.2em; }

  header #header-top .project {
    margin: auto;
    width: 220px; }
  header #header-top .tab {
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
  header #header-bottom .mv-left {
    width: 45%; }
  header #header-bottom .mv-right {
    width: 55%; }

  #message .message-wrap {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column; }
    #message .message-wrap .message-card {
      width: calc(96% - 16px); }

  #recomend .recomend-wrap .recomend-sin .recomend-text span {
    font-size: 1em; }

  #story .story-wrap .story-img {
    width: 40%; }

  #stage .stage-wrap {
    flex-wrap: wrap; }
    #stage .stage-wrap .stage-sin {
      width: calc(50% - 16px); }
      #stage .stage-wrap .stage-sin .place {
        width: 80%;
        height: 0;
        padding-top: 70%;
        margin: auto; }
  #stage .ticket-sale {
    padding: 10% 0; }

  #style .styles .style-sin {
    width: 100%;
    margin: 2% auto; }
  #style .advice {
    padding-top: 5%; }
    #style .advice h3 {
      margin-bottom: 1em; }
    #style .advice .advices {
      -ms-flex-direction: column;
      -webkit-flex-direction: column;
      flex-direction: column; }
      #style .advice .advices .advice-left,
      #style .advice .advices .advice-right {
        width: 100%;
        margin-bottom: 0.5em; }
        #style .advice .advices .advice-left:nth-of-type(2):after,
        #style .advice .advices .advice-right:nth-of-type(2):after {
          content: none; } }
@media screen and (max-width: 560px) {
  #goods .goods-wrap .goods-sin {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column; }
    #goods .goods-wrap .goods-sin .goods-img {
      width: 100%;
      margin-bottom: 1em; }
    #goods .goods-wrap .goods-sin .goods-desc {
      width: 92%;
      padding-left: 0; }
      #goods .goods-wrap .goods-sin .goods-desc h3 {
        text-align: center;
        border-bottom: 1px solid #ddd;
        padding-bottom: 0.7em; }

  .item:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; }
  .item.item-01 {
    width: 30%;
    height: 0;
    left: -10%;
    bottom: -15%;
    padding-top: 16%; }
  .item.item-02 {
    width: 40%;
    height: 0;
    right: -10%;
    bottom: -3%;
    padding-top: 20%; }
  .item.item-03 {
    width: 20%;
    height: 0;
    left: -5%;
    bottom: -8%;
    padding-top: 30%; }
  .item.item-04 {
    width: 30%;
    height: 0;
    right: -5%;
    bottom: -2.5%;
    padding-top: 14%; }
  .item.item-05 {
    width: 25%;
    height: 0;
    left: -5%;
    bottom: -14%;
    padding-top: 30%; }

  .menu-bt {
    bottom: 270px; }

  #shortcut {
    width: 160px; }

  .sns-box {
    bottom: 100px;
    right: 3%; }

  header .header-inner {
    width: 100%; }
  header #header-top {
    padding-bottom: 0; }
    header #header-top .project {
      margin: auto;
      width: 220px; }
    header #header-top .tab-wrap {
      position: relative;
      padding-bottom: 12px;
      overflow-x: scroll; }
    header #header-top .tab {
      position: relative;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: start;
      justify-content: start; }
      header #header-top .tab .tab-bt {
        flex-shrink: 0; }
  header #header-bottom .header-inner.tmv-inner {
    width: 92%;
    padding: 2em 4%; }
  header #header-bottom .mv-left {
    width: 100%; }
    header #header-bottom .mv-left .copy {
      width: 60%; }
  header #header-bottom .mv-right {
    position: absolute;
    top: 0%;
    right: 0;
    width: 50%;
    height: 60%; }
    header #header-bottom .mv-right .hakase {
      background-size: contain; }

  #about.otona {
    padding-bottom: 40px; }

  #recomend .recomend-wrap .recomend-sin .recomend-text {
    width: 100%;
    background: none;
    height: auto;
    position: relative;
    padding: 10% 0;
    margin-top: 1em; }
    #recomend .recomend-wrap .recomend-sin .recomend-text .text-img {
      position: absolute;
      top: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }
      #recomend .recomend-wrap .recomend-sin .recomend-text .text-img:after {
        content: ""; }
      #recomend .recomend-wrap .recomend-sin .recomend-text .text-img.text-04:after {
        background-image: url(../images/text_04_w.png); }
      #recomend .recomend-wrap .recomend-sin .recomend-text .text-img.text-05:after {
        background-image: url(../images/text_05_w.png); }
      #recomend .recomend-wrap .recomend-sin .recomend-text .text-img.text-06:after {
        background-image: url(../images/text_06_w.png); }
    #recomend .recomend-wrap .recomend-sin .recomend-text span {
      font-size: 1em;
      line-height: 1.3em;
      display: block;
      position: relative;
      top: 0;
      height: auto; }
  #recomend .recomend-wrap .recomend-sin .recomend-img {
    width: 96%; }
  #recomend.otona .recomend-wrap .recomend-sin .recomend-text span {
    color: #fff; }

  #story .story-wrap {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column; }
    #story .story-wrap:nth-of-type(2) {
      -ms-flex-direction: column;
      -webkit-flex-direction: column;
      flex-direction: column; }

  #stage.otona {
    padding-bottom: 40px; }
  #stage .stage-wrap {
    flex-wrap: wrap; }
    #stage .stage-wrap .stage-sin {
      width: calc(100% - 16px); }
      #stage .stage-wrap .stage-sin .place {
        width: 80%;
        height: 0;
        padding-top: 65%;
        margin: auto; }
  #stage .ticket-price:after {
    width: 100px;
    height: 100px;
    top: -15%; }
  #stage .ticket-price .ticket-tag .tag-1 {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column; }
    #stage .ticket-price .ticket-tag .tag-1 .tag {
      width: calc(100% - 22px); }

  #select .select-wrap .select-card {
    width: calc(100% - 16px);
    position: relative; }
    #select .select-wrap .select-card .card-header .ch-left {
      padding-bottom: 36%; }
    #select .select-wrap .select-card .card-point {
      -ms-flex-direction: column;
      -webkit-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      position: absolute;
      top: 0;
      left: 0;
      width: 46%;
      padding-top: 70%; }
      #select .select-wrap .select-card .card-point .tag {
        margin: 4px;
        width: calc(100% - 12px);
        padding: 6px;
        border-radius: 4px; }

  #style .styles .style-sin .style-text .step {
    width: 120px; } }
@media screen and (max-width: 340px) {
  #stage .ticket-price:after {
    width: 90px;
    height: 90px;
    top: -10%; }
  #stage .ticket-price .ticket-tag .tag-1 {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column; }
    #stage .ticket-price .ticket-tag .tag-1 .tag {
      width: calc(100% - 22px); } }

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