@charset "UTF-8";
a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
a:hover {
  opacity: 0.7;
}

.robot_footer {
  z-index: 9 !important;
}

.robot__mod__1 {
  color: #ff7733 !important;
  text-decoration: underline;
}

.robot__mod__2 {
  color: #413ee6 !important;
  text-decoration: underline;
  display: inline !important;
}

body.noscroll {
  position: fixed;
  /* overflow-y: scroll; */
  /*overflow: hidden;*/
}

/* 当落確認・販売終了の項目はこちら用 todo alcor側で追加 */
.robot_close_text {
  font-size: 1.1em;
  color: #FF6464;
}

.past_box {
  display: none;
}

h4:not(:first-of-type) {
  margin-top: 1em;
}

.robot__reception__closed {
  text-decoration: line-through;
}
.robot__reception__closed:after {
  content: "受付終了";
  color: #fc1a1a;
  font-weight: bold;
  margin-left: 1em;
  text-decoration: none !important;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
  position: relative;
  display: inline-block;
}

/* 
=============================================================================================
    :PC
=============================================================================================
 */
@media screen and (min-width: 1230px) {
  .pce {
    display: block;
  }
  img.pce, span.pce {
    display: inline;
  }
  .spe {
    display: none;
  }
  body {
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #fc1a1a), color-stop(50%, #2420e2));
    background: -webkit-linear-gradient(left, #fc1a1a 50%, #2420e2 50%);
    background: linear-gradient(to right, #fc1a1a 50%, #2420e2 50%);
    font-size: 16px;
    line-height: 1.875;
    color: #000;
    overflow-x: hidden;
  }
  body .robot_header, body .robot_main, body .robot_footer {
    position: relative;
  }
  body .robot_header *, body .robot_main *, body .robot_footer * {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  body .robot_header a, body .robot_main a, body .robot_footer a {
    display: block;
  }
  .robot_header {
    position: fixed;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    width: 100%;
    max-width: 1920px;
    z-index: 12;
  }
  .robot_header a.robot_goods {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 70px;
  }
  .robot_header a.robot_goods img {
    width: 100%;
  }
  div.robot_box__bg {
    z-index: -1;
    position: absolute;
    left: 0;
    top: -1250px;
    width: 100%;
    overflow: hidden;
  }
  div.robot_box__bg__inner {
    height: 100%;
    width: 1920px;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .robot_wrapper__all {
    position: relative;
    margin: 0 auto;
    max-width: 1920px;
    overflow: visible;
  }
  .robot_wrapper__all::before {
    content: "";
    display: block;
    height: 100%;
    width: 70px;
    background-image: url(../img/ribbon.png);
    background-repeat: repeat-y;
    background-size: 100% auto;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
  }
  .robot_wrapper__all::after {
    content: "";
    display: block;
    height: 100%;
    width: 70px;
    background-image: url(../img/ribbon_b.png);
    background-repeat: repeat-y;
    background-size: 100% auto;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 11;
  }
  .robot_main {
    position: relative;
    background-image: url(../img/bg__main__lower.jpg), url(../img/bg__main__upper.jpg), url(../img/bg__main.jpg);
    background-position: center bottom, center top, center center;
    background-size: 1920px auto, 1920px auto, 1920px auto;
    background-repeat: no-repeat, no-repeat, repeat-y;
    padding-bottom: 860px;
    max-width: 1920px;
    margin: 0 auto;
    margin-top: 0;
  }
  .robot_main a.robot_button.robot_button__round {
    border: 3px solid #2420e2;
    color: #2420e2;
    font-size: 16px;
    line-height: 1.375;
    text-align: center;
    font-weight: bold;
    height: 50px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 25px;
    background-image: url(../img/icon__arrow__right.png), -webkit-linear-gradient(125deg, #efea45 0%, #fff 25%, #efea45 100%);
    background-image: url(../img/icon__arrow__right.png), linear-gradient(-35deg, #efea45 0%, #fff 25%, #efea45 100%);
    background-size: 8px auto, cover;
    background-repeat: no-repeat, no-repeat;
    background-position: center right 19px, center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 50px 0 25px;
    -webkit-box-shadow: 0 3px 0 #2420e2;
            box-shadow: 0 3px 0 #2420e2;
  }
  .robot_main a.robot_button.robot_button__round.robot_button__wide {
    padding: 0 50px 0 33px;
    height: 69px;
    border-radius: 34.5px;
  }
  h3 {
    padding: 17px 17px;
    display: block;
    width: 100%;
    border-radius: 5px;
    background-color: #000;
    color: #fff;
    margin-top: 35px;
    line-height: 1;
    font-weight: bold;
  }
  h3 span.robot_text--large {
    font-size: 20px;
  }
  h3 span.robot_text--small {
    font-size: 14px;
  }
  section.robot_mv {
    margin: 0 auto;
    aspect-ratio: 3840/2000;
    max-width: 1920px;
    background-image: url(../img/mv.png);
    background-size: auto 100%;
    background-position: center top;
    background-repeat: no-repeat;
    margin-bottom: -1px;
  }
  section.robot_mv div.robot_section__inner h1 {
    font-size: 0;
  }
  section.robot_mv div.robot_section__inner div.robot_date {
    margin: -0.78125vw auto 0;
    width: 26.5625vw;
    text-align: center;
  }
  section.robot_mv div.robot_section__inner div.robot_date > img {
    width: 100%;
  }
  section.robot_mv div.robot_section__inner div.robot_date a {
    display: block;
    width: 17.96875vw;
    margin: 0.5208333333vw auto 0;
  }
  section.robot_mv div.robot_section__inner div.robot_date a img {
    width: 100%;
  }
}
@media screen and (min-width: 1230px) and (min-width: 1920px) {
  section.robot_mv {
    border: 1px solid transparent;
    aspect-ratio: 3840/2000;
    background-image: url(../img/mv.png);
    background-size: auto 100%;
    background-position: center top;
    background-repeat: no-repeat;
  }
  section.robot_mv div.robot_section__inner h1 {
    margin: 49px auto 0;
    width: 100%;
  }
  section.robot_mv div.robot_section__inner h1 img {
    width: 100%;
  }
  section.robot_mv div.robot_section__inner div.robot_date {
    margin: -15px auto 0;
    width: 510px;
    text-align: center;
  }
  section.robot_mv div.robot_section__inner div.robot_date > img {
    width: 100%;
  }
  section.robot_mv div.robot_section__inner div.robot_date a {
    display: block;
    width: 345px;
    margin: 10px auto 0;
  }
  section.robot_mv div.robot_section__inner div.robot_date a img {
    width: 100%;
  }
}
@media screen and (min-width: 1230px) {
  .robot_main section.robot_sec1 div.robot_section__info {
    padding-top: 65px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .robot_main section.robot_sec1 div.robot_section__info div.robot_box.robot_box__attention {
    padding: 0;
    background-color: transparent;
  }
  .robot_main section.robot_sec1 div.robot_section__info div.robot_box.robot_box__attention h2 .robot__link__hidden {
    display: block;
    height: 30%;
    width: 53%;
    background-color: rgba(255, 0, 0, 0);
    position: absolute;
    left: 23.5%;
    top: 52%;
  }
  .robot_main section.robot_sec1 div.robot_section__info div.robot_box.robot_box__attention h2 img {
    width: 1700px;
  }
  .robot_main section.robot_sec1 div.robot_section__info div.robot_box.robot_box__attention a.robot__button.robot__button__hidden {
    display: block;
    width: 210px;
    height: 50px;
    position: absolute;
    top: 170px;
    left: 470px;
  }
  .robot_main section.robot_sec1 div.robot_section__inner {
    width: 1100px;
    margin: 0 auto;
  }
  .robot_main section.robot_sec1 div.robot_section__inner > div.robot_box {
    margin-top: 100px;
    background-color: #fff;
    border-radius: 25px;
    padding: 45px;
    padding-top: 38px;
  }
  .robot_main section.robot_sec1 div.robot_section__inner > div.robot_box img.robot_dimg {
    position: absolute;
  }
  .robot_main section.robot_sec1 div.robot_section__inner > div.robot_box h2 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__news {
    padding-bottom: 35px;
    min-height: 220px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__news h2 {
    font-size: 0;
    margin-top: -110px;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__news h2 img {
    width: 441px;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__news .slick-dots {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0px auto 0;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__news .slick-dots li {
    border: 1px solid #ff7733;
    width: 7px;
    height: 7px;
    border-radius: 3.5px;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__news .slick-dots li:not(:first-of-type) {
    margin-left: 10px;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__news .slick-dots li.slick-active {
    background-color: #ff7733;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__news .slick-dots li * {
    opacity: 0;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__news ol.robot_news__body {
    margin-top: 0px;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__news ol.robot_news__body li p.robot_news__date {
    color: #ff7733;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__news ol.robot_news__body li p.robot_caption {
    color: #000;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__news div.robot_box__marker {
    margin-top: 20px;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__news a.robot_button.robot_button__slider {
    width: 40px;
    position: absolute;
    top: 50%;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__news a.robot_button.robot_button__slider img {
    width: 100%;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__news a.robot_button.robot_button__slider.robot_button__slider__prev {
    left: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__news a.robot_button.robot_button__slider.robot_button__slider__next {
    right: 0;
    -webkit-transform: translateX(50%) translateY(-50%);
            transform: translateX(50%) translateY(-50%);
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__ticket {
    padding-top: 60px;
    padding-bottom: 55px;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__ticket img.robot_dimg.robot_dimg__2 {
    width: 97px;
    top: -57px;
    right: 66px;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__ticket img.robot_dimg.robot_dimg__1 {
    width: 171px;
    left: 45px;
    top: -58px;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__ticket h2 img {
    width: 182px;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__ticket h3 {
    margin-top: 35px;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__ticket div.robot_box.robot_box__inner {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 45px 17px 50px;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__ticket div.robot_box.robot_box__inner.mod01 {
    display: block;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__ticket div.robot_box.robot_box__inner.mod01 h4 {
    font-size: 20px;
    line-height: 1.85;
    font-weight: bold;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__ticket div.robot_box.robot_box__inner.mod01 a {
    margin-top: 0.5em;
    font-size: 16px;
    line-height: 2.3125;
    font-weight: bold;
    color: #413ee6;
    text-decoration: underline;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__ticket div.robot_box.robot_box__inner + h3 {
    margin-top: 20px;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__ticket div.robot_box.robot_box__inner .robot_text--small {
    padding-top: 5px;
    font-size: 12px !important;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__ticket div.robot_box.robot_box__inner ul.robot_box__inner.robot_box__inner__body {
    width: 410px;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__ticket div.robot_box.robot_box__inner ul.robot_box__inner.robot_box__inner__body li {
    margin-top: 0;
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__ticket div.robot_box.robot_box__inner ul.robot_box__inner.robot_box__inner__body li:not(:first-of-type) {
    margin-top: 30px;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__ticket div.robot_box.robot_box__inner ul.robot_box__inner.robot_box__inner__body li.robot_text--small {
    margin-top: 0;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__ticket div.robot_box.robot_box__inner div.brobot_ox__inner.robot_box__inner__2nd {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__ticket div.robot_box.robot_box__ticket__inner {
    background-color: #f8ffdf;
    padding: 35px 45px;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__ticket div.robot_box.robot_box__ticket__inner ol.robot_body__ticket__inner li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__ticket div.robot_box.robot_box__ticket__inner ol.robot_body__ticket__inner li div.robot_text__label {
    font-weight: bold;
    width: 110px;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__ticket div.robot_box.robot_box__ticket__inner ol.robot_body__ticket__inner li div.robot_text__body {
    width: calc(100% - 110px);
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__ticket div.robot_box.robot_box__ticket__inner ol.robot_body__ticket__inner li div.robot_text__body ol.robot_text__body__note li {
    font-size: 14px;
    line-height: 2.1428571429;
    padding-left: 1em;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__ticket div.robot_box.robot_box__ticket__inner ol.robot_body__ticket__inner li div.robot_text__body ol.robot_text__body__note li::before {
    content: "※";
    margin-left: -1em;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__schedule {
    padding-top: 56px;
    padding-bottom: 60px;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__schedule img.robot_dimg.robot_dimg__3 {
    width: 139px;
    right: 68px;
    top: -49px;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__schedule img.robot_dimg.robot_dimg__4 {
    width: 97px;
    right: -43px;
    top: 17px;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__schedule h2 img {
    width: 555px;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__schedule div.robot_box.robot_box__inner {
    padding: 30px 17px 20px;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__schedule div.robot_box.robot_box__inner h4 {
    margin-top: 20px;
    font-size: 18px;
    line-height: 2.8888888889;
    font-weight: bold;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__schedule div.robot_box.robot_box__inner h4:first-of-type {
    margin-top: 0;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__schedule div.robot_box.robot_box__inner h4:not(:first-of-type) {
    margin-top: 20px;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__schedule div.robot_box.robot_box__inner h4:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 22px;
    background-color: #fc1a1a;
    margin-right: 8px;
    margin-top: -2px;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__schedule div.robot_box.robot_box__inner p.robot_caption a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #413ee6;
    border-bottom: 1px solid #413ee6;
    line-height: 1.875;
    display: inline;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__schedule div.robot_box.robot_box__inner ol.robot_text__body__note {
    margin-top: 5px;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__schedule div.robot_box.robot_box__inner ol.robot_text__body__note li {
    padding-left: 1em;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__schedule div.robot_box.robot_box__inner ol.robot_text__body__note li::before {
    content: "※";
    display: inline-block;
    margin-left: -1em;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__schedule div.robot_elm__dots {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 40px;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__schedule a.robot_button.robot_button__round.robot_button__expand {
    background-image: url(../img/icon__expand.png), -webkit-linear-gradient(125deg, #efea45 0%, #fff 25%, #efea45 100%);
    background-image: url(../img/icon__expand.png), linear-gradient(-35deg, #efea45 0%, #fff 25%, #efea45 100%);
    background-size: 16px auto, cover;
    background-repeat: no-repeat, no-repeat;
    background-position: center right 19px, center;
    margin: 20px auto 0;
  }
  .robot_footer {
    background-color: #2420e2;
    max-width: 1920px;
    background-size: auto 100%;
    background-position: center;
    height: 80px;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: -80px auto 0;
  }
  .robot_footer div.robot_footer__inner {
    height: 80px;
    width: 1000px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .robot_footer div.robot_footer__inner p.copyright {
    font-size: 12px;
    line-height: 1;
    color: #fff;
    font-weight: 600;
  }
  .robot_footer div.robot_footer__inner ol.robot_box.robot_box__sns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .robot_footer div.robot_footer__inner ol.robot_box.robot_box__sns li {
    width: 23px;
  }
  .robot_footer div.robot_footer__inner ol.robot_box.robot_box__sns li:not(:first-of-type) {
    margin-left: 23px;
  }
  .robot_footer div.robot_footer__inner ol.robot_box.robot_box__sns li img {
    width: 100%;
  }
  div.robot_modal {
    z-index: 2256;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  div.robot_modal div.robot_box__modal {
    height: 90%;
    width: 1000px;
    background-color: #fff;
    border-radius: 25px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    padding: 80px 45px 45px;
  }
  div.robot_modal div.robot_box__modal div.robot_modal__inner {
    height: 100%;
    overflow-y: auto;
    padding-right: 1em;
  }
  div.robot_modal div.robot_box__modal div.robot_modal__inner::-webkit-scrollbar {
    width: 1px;
  }
  div.robot_modal div.robot_box__modal div.robot_modal__inner::-webkit-scrollbar-track {
    background-color: transparent;
  }
  div.robot_modal div.robot_box__modal div.robot_modal__inner::-webkit-scrollbar-thumb {
    background-color: #d6d6d6;
  }
  a.robot_modal__close {
    z-index: 1;
    position: absolute;
    width: 23px;
    right: 29px;
    top: 29px;
  }
  a.robot_modal__close img {
    width: 100%;
  }
  div.robot_modal div.robot_box__modal div.robot_modal__inner div.robot_modal__body {
    font-size: 14px;
    display: none;
  }
  div.robot_modal div.robot_box__modal div.robot_modal__inner div.robot_modal__body ol.robot_text__body__note {
    margin-top: 5px;
  }
  div.robot_modal div.robot_box__modal div.robot_modal__inner div.robot_modal__body ol.robot_text__body__note li {
    padding-left: 1em;
  }
  div.robot_modal div.robot_box__modal div.robot_modal__inner div.robot_modal__body ol.robot_text__body__note li::before {
    content: "※";
    display: inline-block;
    margin-left: -1em;
  }
  div.robot_modal div.robot_box__modal div.robot_modal__inner div.robot_modal__body div.robot_box.robot_box__map {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  div.robot_modal div.robot_box__modal div.robot_modal__inner div.robot_modal__body div.robot_box.robot_box__map img {
    display: block;
    width: 600px;
  }
  div.robot_modal div.robot_box__modal div.robot_modal__inner div.robot_modal__body div.robot_modal__section {
    padding: 30px 7px;
  }
  div.robot_modal div.robot_box__modal div.robot_modal__inner div.robot_modal__body div.robot_modal__section:not(:first-of-type) {
    border-top: 1px solid #d6d6d6;
  }
  div.robot_modal div.robot_box__modal div.robot_modal__inner div.robot_modal__body div.robot_modal__section p.robot_caption {
    padding-top: 0.5em;
  }
  div.robot_modal div.robot_box__modal div.robot_modal__inner div.robot_modal__body div.robot_modal__section h5 {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 1em;
  }
  div.robot_modal div.robot_box__modal div.robot_modal__inner div.robot_modal__body div.robot_modal__section ul.robot_list__square {
    padding-top: 0.5em;
  }
  div.robot_modal div.robot_box__modal div.robot_modal__inner div.robot_modal__body div.robot_modal__section ul.robot_list__square > li {
    padding-left: 2em;
  }
  div.robot_modal div.robot_box__modal div.robot_modal__inner div.robot_modal__body div.robot_modal__section ul.robot_list__square > li p.robot_list__text::before {
    content: "■";
    margin-left: -2em;
    display: inline-block;
    margin-right: 0.8em;
  }
  div.robot_modal div.robot_box__modal div.robot_modal__inner div.robot_modal__body div.robot_modal__section ul.robot_list__square > li ul.robot_list__dot {
    list-style: disc;
  }
  div.robot_modal div.robot_box__modal div.robot_modal__inner div.robot_modal__body div.robot_modal__section ul.robot_list__square > li p.robot_text__note {
    margin-left: -1em;
    padding-bottom: 1em;
  }
  div.robot_modal div.robot_box__modal div.robot_modal__inner div.robot_modal__body div.robot_modal__section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  div.robot_modal div.robot_box__modal div.robot_modal__inner div.robot_modal__body div.robot_modal__section p.robot_label {
    width: 25%;
    font-size: 16px;
    font-weight: bold;
  }
  div.robot_modal div.robot_box__modal div.robot_modal__inner div.robot_modal__body div.robot_modal__section .robot_text__body {
    font-size: 14px;
    width: 75%;
  }
  div.robot_modal div.robot_box__modal div.robot_modal__inner div.robot_modal__body div.robot_modal__section ol.robot_list__dot {
    font-size: 14px;
    list-style: disc;
  }
  div.robot_modal div.robot_box__modal div.robot_modal__inner div.robot_modal__body div.robot_modal__section ol.robot_list__dot li {
    margin-left: 1em;
  }
  div.robot_modal div.robot_box__modal div.robot_modal__inner div.robot_modal__body div.robot_modal__section div.robot_box.robot_box__yellow {
    background-color: #f8ffdf;
    width: calc(100% - 14px);
    padding: 40px;
    margin: 40px auto 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    border-radius: 2px;
  }
  div.robot_modal div.robot_box__modal div.robot_modal__inner div.robot_modal__body div.robot_modal__section div.robot_box.robot_box__yellow p.robot_label {
    width: 135px;
    font-weight: bold;
  }
  div.robot_modal div.robot_box__modal div.robot_modal__inner div.robot_modal__body div.robot_modal__section div.robot_box.robot_box__yellow p.robot_label span.robot_text--large {
    font-size: 16px;
    display: block;
  }
  div.robot_modal div.robot_box__modal div.robot_modal__inner div.robot_modal__body div.robot_modal__section div.robot_box.robot_box__yellow p.robot_label span.robot_text--small {
    font-size: 14px;
    display: block;
  }
  div.robot_modal div.robot_box__modal div.robot_modal__inner div.robot_modal__body div.robot_modal__section div.robot_box.robot_box__yellow ol.robot_list__number {
    list-style: decimal;
    width: calc(100% - 135px);
    font-size: 14px;
    line-height: 2.1428571429;
  }
}
/* 
=============================================================================================
    :TB
=============================================================================================
 */
@media screen and (max-width: 1229.99px) and (min-width: 640px) {
  .pce {
    display: block;
  }
  img.pce,
  span.pce {
    display: inline;
  }
  .spe {
    display: none;
  }
  body {
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    background-color: #16278a;
    font-size: 1.4814814815vw;
    line-height: 1.875;
    color: #000;
    overflow-x: hidden;
  }
  body .robot_header,
  body .robot_main,
  body .robot_footer {
    position: relative;
  }
  body .robot_header *,
  body .robot_main *,
  body .robot_footer * {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  body .robot_header a,
  body .robot_main a,
  body .robot_footer a {
    display: block;
  }
  .robot_header {
    position: fixed;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    width: 100%;
    max-width: 177.7777777778vw;
    z-index: 1;
  }
  .robot_header a.robot_goods {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 6.4814814815vw;
  }
  .robot_header a.robot_goods img {
    width: 100%;
  }
  div.robot_box__bg {
    z-index: -1;
    position: absolute;
    left: 0;
    top: -115.7407407407vw;
    width: 100%;
    overflow: hidden;
  }
  div.robot_box__bg__inner {
    height: 100%;
    width: 177.7777777778vw;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .robot_main {
    position: relative;
    background-image: url(../img/bg__main__lower.jpg), url(../img/bg__main__upper.jpg), url(../img/bg__main.jpg);
    background-position: center bottom, center top, center center;
    background-size: 177.7777777778vw auto, 177.7777777778vw auto, 177.7777777778vw auto;
    background-repeat: no-repeat, no-repeat, repeat-y;
    padding-bottom: 79.6296296296vw;
    max-width: 177.7777777778vw;
    margin: 0 auto;
    margin-top: 0;
  }
  .robot_main a.robot_button.robot_button__round {
    border: 0.2777777778vw solid #2420e2;
    color: #2420e2;
    font-size: 1.4814814815vw;
    line-height: 1.375;
    text-align: center;
    font-weight: bold;
    height: 4.6296296296vw;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 2.3148148148vw;
    background-image: url(../img/icon__arrow__right.png), -webkit-linear-gradient(125deg, #efea45 0%, #fff 25%, #efea45 100%);
    background-image: url(../img/icon__arrow__right.png), linear-gradient(-35deg, #efea45 0%, #fff 25%, #efea45 100%);
    background-size: 0.7407407407vw auto, cover;
    background-repeat: no-repeat, no-repeat;
    background-position: center right 1.7592592593vw, center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 4.6296296296vw 0 2.3148148148vw;
    -webkit-box-shadow: 0 0.2777777778vw 0 #2420e2;
            box-shadow: 0 0.2777777778vw 0 #2420e2;
  }
  .robot_main a.robot_button.robot_button__round.robot_button__wide {
    padding: 0 4.6296296296vw 0 3.0555555556vw;
    height: 6.3888888889vw;
    border-radius: 3.1944444444vw;
  }
  h3 {
    padding: 1.5740740741vw 1.5740740741vw;
    display: block;
    width: 100%;
    border-radius: 0.462962963vw;
    background-color: #000;
    color: #fff;
    margin-top: 3.2407407407vw;
    line-height: 1;
    font-weight: bold;
  }
  h3 span.robot_text--large {
    font-size: 1.8518518519vw;
  }
  h3 span.robot_text--small {
    font-size: 1.2962962963vw;
  }
  section.robot_mv {
    margin: 0 auto;
    aspect-ratio: 3840/2000;
    max-width: 177.7777777778vw;
    background-image: url(../img/mv.png);
    background-size: auto 100%;
    background-position: center top;
    background-repeat: no-repeat;
    margin-bottom: -0.0925925926vw;
  }
  section.robot_mv div.robot_section__inner h1 {
    font-size: 0;
  }
  section.robot_mv div.robot_section__inner div.robot_date {
    margin: pv2(-15) auto 0;
    width: pv2(510);
    text-align: center;
  }
  section.robot_mv div.robot_section__inner div.robot_date > img {
    width: 100%;
  }
  section.robot_mv div.robot_section__inner div.robot_date a {
    display: block;
    width: pv2(345);
    margin: pv2(10) auto 0;
  }
  section.robot_mv div.robot_section__inner div.robot_date a img {
    width: 100%;
  }
}
@media screen and (max-width: 1229.99px) and (min-width: 640px) and (min-width: 1920px) {
  section.robot_mv {
    border: 1px solid transparent;
    aspect-ratio: 3840/2000;
    background-image: url(../img/mv.png);
    background-size: auto 100%;
    background-position: center top;
    background-repeat: no-repeat;
  }
  section.robot_mv div.robot_section__inner h1 {
    margin: 4.537037037vw auto 0;
    width: 100%;
  }
  section.robot_mv div.robot_section__inner h1 img {
    width: 100%;
  }
  section.robot_mv div.robot_section__inner div.robot_date {
    margin: -1.3888888889vw auto 0;
    width: 47.2222222222vw;
    text-align: center;
  }
  section.robot_mv div.robot_section__inner div.robot_date > img {
    width: 100%;
  }
  section.robot_mv div.robot_section__inner div.robot_date a {
    display: block;
    width: 31.9444444444vw;
    margin: 0.9259259259vw auto 0;
  }
  section.robot_mv div.robot_section__inner div.robot_date a img {
    width: 100%;
  }
}
@media screen and (max-width: 1229.99px) and (min-width: 640px) {
  .robot_main section.robot_sec1 div.robot_section__info {
    padding-top: 6.0185185185vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .robot_main section.robot_sec1 div.robot_section__info div.robot_box.robot_box__attention {
    padding: 0;
    background-color: transparent;
  }
  .robot_main section.robot_sec1 div.robot_section__info div.robot_box.robot_box__attention h2 .robot__link__hidden {
    display: block;
    height: 30%;
    width: 53%;
    background-color: rgba(255, 0, 0, 0);
    position: absolute;
    left: 23.5%;
    top: 52%;
  }
  .robot_main section.robot_sec1 div.robot_section__info div.robot_box.robot_box__attention h2 img {
    width: 92.5925925926vw;
  }
  .robot_main section.robot_sec1 div.robot_section__info div.robot_box.robot_box__attention a.robot__button.robot__button__hidden {
    display: block;
    width: 19.4444444444vw;
    height: 4.6296296296vw;
    position: absolute;
    top: 15.7407407407vw;
    left: 43.5185185185vw;
  }
  .robot_main section.robot_sec1 div.robot_section__inner {
    width: 92.5925925926vw;
    margin: 0 auto;
  }
  .robot_main section.robot_sec1 div.robot_section__inner > div.robot_box {
    margin-top: 9.2592592593vw;
    background-color: #fff;
    border-radius: 2.3148148148vw;
    padding: 4.1666666667vw;
    padding-top: 3.5185185185vw;
  }
  .robot_main section.robot_sec1 div.robot_section__inner > div.robot_box img.robot_dimg {
    position: absolute;
  }
  .robot_main section.robot_sec1 div.robot_section__inner > div.robot_box h2 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__news {
    padding-bottom: 3.2407407407vw;
    min-height: 20.3703703704vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__news h2 {
    font-size: 0;
    margin-top: -10.1851851852vw;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__news h2 img {
    width: 40.8333333333vw;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__news .slick-dots {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0vw auto 0;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__news .slick-dots li {
    border: 0.0925925926vw solid #ff7733;
    width: 0.6481481481vw;
    height: 0.6481481481vw;
    border-radius: 0.3240740741vw;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__news .slick-dots li:not(:first-of-type) {
    margin-left: 0.9259259259vw;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__news .slick-dots li.slick-active {
    background-color: #ff7733;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__news .slick-dots li * {
    opacity: 0;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__news ol.robot_news__body {
    margin-top: 0vw;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__news ol.robot_news__body li p.robot_news__date {
    color: #ff7733;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__news ol.robot_news__body li p.robot_caption {
    color: #000;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__news div.robot_box__marker {
    margin-top: 1.8518518519vw;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__news a.robot_button.robot_button__slider {
    width: 3.7037037037vw;
    position: absolute;
    top: 50%;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__news a.robot_button.robot_button__slider img {
    width: 100%;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__news a.robot_button.robot_button__slider.robot_button__slider__prev {
    left: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__news a.robot_button.robot_button__slider.robot_button__slider__next {
    right: 0;
    -webkit-transform: translateX(50%) translateY(-50%);
            transform: translateX(50%) translateY(-50%);
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__ticket {
    padding-top: 5.5555555556vw;
    padding-bottom: 5.0925925926vw;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__ticket img.robot_dimg.robot_dimg__2 {
    width: 8.9814814815vw;
    top: -5.2777777778vw;
    right: 6.1111111111vw;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__ticket img.robot_dimg.robot_dimg__1 {
    width: 15.8333333333vw;
    left: 4.1666666667vw;
    top: -5.3703703704vw;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__ticket h2 img {
    width: 16.8518518519vw;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__ticket h3 {
    margin-top: 3.2407407407vw;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__ticket div.robot_box.robot_box__inner {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 4.1666666667vw 1.5740740741vw 4.6296296296vw;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__ticket div.robot_box.robot_box__inner.mod01 {
    display: block;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__ticket div.robot_box.robot_box__inner.mod01 h4 {
    font-size: 1.8518518519vw;
    line-height: 1.85;
    font-weight: bold;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__ticket div.robot_box.robot_box__inner.mod01 a {
    margin-top: 0.5em;
    font-size: 1.4814814815vw;
    line-height: 2.3125;
    font-weight: bold;
    color: #413ee6;
    text-decoration: underline;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__ticket div.robot_box.robot_box__inner + h3 {
    margin-top: 1.8518518519vw;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__ticket div.robot_box.robot_box__inner .robot_text--small {
    padding-top: 0.462962963vw;
    font-size: 1.1111111111vw !important;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__ticket div.robot_box.robot_box__inner ul.robot_box__inner.robot_box__inner__body {
    width: 37.962962963vw;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__ticket div.robot_box.robot_box__inner ul.robot_box__inner.robot_box__inner__body li {
    margin-top: 0;
    font-size: 1.6666666667vw;
    line-height: 1;
    font-weight: bold;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__ticket div.robot_box.robot_box__inner ul.robot_box__inner.robot_box__inner__body li:not(:first-of-type) {
    margin-top: 2.7777777778vw;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__ticket div.robot_box.robot_box__inner ul.robot_box__inner.robot_box__inner__body li.robot_text--small {
    margin-top: 0;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__ticket div.robot_box.robot_box__inner div.brobot_ox__inner.robot_box__inner__2nd {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__ticket div.robot_box.robot_box__ticket__inner {
    background-color: #f8ffdf;
    padding: 3.2407407407vw 4.1666666667vw;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__ticket div.robot_box.robot_box__ticket__inner ol.robot_body__ticket__inner li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__ticket div.robot_box.robot_box__ticket__inner ol.robot_body__ticket__inner li div.robot_text__label {
    font-weight: bold;
    width: 10.1851851852vw;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__ticket div.robot_box.robot_box__ticket__inner ol.robot_body__ticket__inner li div.robot_text__body {
    width: calc(100% - 10.1851851852vw);
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__ticket div.robot_box.robot_box__ticket__inner ol.robot_body__ticket__inner li div.robot_text__body ol.robot_text__body__note li {
    font-size: 1.2962962963vw;
    line-height: 2.1428571429;
    padding-left: 1em;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__ticket div.robot_box.robot_box__ticket__inner ol.robot_body__ticket__inner li div.robot_text__body ol.robot_text__body__note li::before {
    content: "※";
    margin-left: -1em;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__schedule {
    padding-top: 5.1851851852vw;
    padding-bottom: 5.5555555556vw;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__schedule img.robot_dimg.robot_dimg__3 {
    width: 12.8703703704vw;
    right: 6.2962962963vw;
    top: -4.537037037vw;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__schedule img.robot_dimg.robot_dimg__4 {
    width: 8.9814814815vw;
    right: -3.9814814815vw;
    top: 1.5740740741vw;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__schedule h2 img {
    width: 51.3888888889vw;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__schedule div.robot_box.robot_box__inner {
    padding: 2.7777777778vw 1.5740740741vw 1.8518518519vw;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__schedule div.robot_box.robot_box__inner h4 {
    margin-top: 1.8518518519vw;
    font-size: 1.6666666667vw;
    line-height: 2.8888888889;
    font-weight: bold;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__schedule div.robot_box.robot_box__inner h4:first-of-type {
    margin-top: 0;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__schedule div.robot_box.robot_box__inner h4:not(:first-of-type) {
    margin-top: 1.8518518519vw;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__schedule div.robot_box.robot_box__inner h4:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0.5555555556vw;
    height: 2.037037037vw;
    background-color: #fc1a1a;
    margin-right: 0.7407407407vw;
    margin-top: -0.1851851852vw;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__schedule div.robot_box.robot_box__inner p.robot_caption a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #413ee6;
    border-bottom: 1px solid #413ee6;
    line-height: 1.875;
    display: inline;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__schedule div.robot_box.robot_box__inner ol.robot_text__body__note {
    margin-top: 0.462962963vw;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__schedule div.robot_box.robot_box__inner ol.robot_text__body__note li {
    padding-left: 1em;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__schedule div.robot_box.robot_box__inner ol.robot_text__body__note li::before {
    content: "※";
    display: inline-block;
    margin-left: -1em;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__schedule div.robot_elm__dots {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    font-size: 1.8518518519vw;
    font-weight: bold;
    padding-bottom: 3.7037037037vw;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__schedule a.robot_button.robot_button__round.robot_button__expand {
    background-image: url(../img/icon__expand.png), -webkit-linear-gradient(125deg, #efea45 0%, #fff 25%, #efea45 100%);
    background-image: url(../img/icon__expand.png), linear-gradient(-35deg, #efea45 0%, #fff 25%, #efea45 100%);
    background-size: 1.4814814815vw auto, cover;
    background-repeat: no-repeat, no-repeat;
    background-position: center right 1.7592592593vw, center;
    margin: 1.8518518519vw auto 0;
  }
  .robot_footer {
    background-color: #2420e2;
    max-width: 177.7777777778vw;
    background-size: auto 100%;
    background-position: center;
    height: 7.4074074074vw;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: -7.4074074074vw auto 0;
  }
  .robot_footer div.robot_footer__inner {
    height: 7.4074074074vw;
    width: 92.5925925926vw;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .robot_footer div.robot_footer__inner p.copyright {
    font-size: 1.1111111111vw;
    line-height: 1;
    color: #fff;
    font-weight: 600;
  }
  .robot_footer div.robot_footer__inner ol.robot_box.robot_box__sns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .robot_footer div.robot_footer__inner ol.robot_box.robot_box__sns li {
    width: 2.1296296296vw;
  }
  .robot_footer div.robot_footer__inner ol.robot_box.robot_box__sns li:not(:first-of-type) {
    margin-left: 2.1296296296vw;
  }
  .robot_footer div.robot_footer__inner ol.robot_box.robot_box__sns li img {
    width: 100%;
  }
  div.robot_modal {
    z-index: 2256;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  div.robot_modal div.robot_box__modal {
    height: 90%;
    width: 92.5925925926vw;
    background-color: #fff;
    border-radius: 2.3148148148vw;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    padding: 7.4074074074vw 4.1666666667vw 4.1666666667vw;
  }
  div.robot_modal div.robot_box__modal div.robot_modal__inner {
    height: 100%;
    overflow-y: auto;
    padding-right: 1em;
  }
  div.robot_modal div.robot_box__modal div.robot_modal__inner::-webkit-scrollbar {
    width: 1px;
  }
  div.robot_modal div.robot_box__modal div.robot_modal__inner::-webkit-scrollbar-track {
    background-color: transparent;
  }
  div.robot_modal div.robot_box__modal div.robot_modal__inner::-webkit-scrollbar-thumb {
    background-color: #d6d6d6;
  }
  a.robot_modal__close {
    z-index: 1;
    position: absolute;
    width: 2.1296296296vw;
    right: 2.6851851852vw;
    top: 2.6851851852vw;
  }
  a.robot_modal__close img {
    width: 100%;
  }
  div.robot_modal div.robot_box__modal div.robot_modal__inner div.robot_modal__body {
    font-size: 1.2962962963vw;
    display: none;
  }
  div.robot_modal div.robot_box__modal div.robot_modal__inner div.robot_modal__body ol.robot_text__body__note {
    margin-top: 0.462962963vw;
  }
  div.robot_modal div.robot_box__modal div.robot_modal__inner div.robot_modal__body ol.robot_text__body__note li {
    padding-left: 1em;
  }
  div.robot_modal div.robot_box__modal div.robot_modal__inner div.robot_modal__body ol.robot_text__body__note li::before {
    content: "※";
    display: inline-block;
    margin-left: -1em;
  }
  div.robot_modal div.robot_box__modal div.robot_modal__inner div.robot_modal__body div.robot_box.robot_box__map {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  div.robot_modal div.robot_box__modal div.robot_modal__inner div.robot_modal__body div.robot_box.robot_box__map img {
    display: block;
    width: 55.5555555556vw;
  }
  div.robot_modal div.robot_box__modal div.robot_modal__inner div.robot_modal__body div.robot_modal__section {
    padding: 2.7777777778vw 0.6481481481vw;
  }
  div.robot_modal div.robot_box__modal div.robot_modal__inner div.robot_modal__body div.robot_modal__section:not(:first-of-type) {
    border-top: 1px solid #d6d6d6;
  }
  div.robot_modal div.robot_box__modal div.robot_modal__inner div.robot_modal__body div.robot_modal__section p.robot_caption {
    padding-top: 0.5em;
  }
  div.robot_modal div.robot_box__modal div.robot_modal__inner div.robot_modal__body div.robot_modal__section h5 {
    width: 100%;
    font-size: 1.4814814815vw;
    font-weight: bold;
    padding-bottom: 1em;
  }
  div.robot_modal div.robot_box__modal div.robot_modal__inner div.robot_modal__body div.robot_modal__section ul.robot_list__square {
    padding-top: 0.5em;
  }
  div.robot_modal div.robot_box__modal div.robot_modal__inner div.robot_modal__body div.robot_modal__section ul.robot_list__square > li {
    padding-left: 2em;
  }
  div.robot_modal div.robot_box__modal div.robot_modal__inner div.robot_modal__body div.robot_modal__section ul.robot_list__square > li p.robot_list__text::before {
    content: "■";
    margin-left: -2em;
    display: inline-block;
    margin-right: 0.8em;
  }
  div.robot_modal div.robot_box__modal div.robot_modal__inner div.robot_modal__body div.robot_modal__section ul.robot_list__square > li ul.robot_list__dot {
    list-style: disc;
  }
  div.robot_modal div.robot_box__modal div.robot_modal__inner div.robot_modal__body div.robot_modal__section ul.robot_list__square > li p.robot_text__note {
    margin-left: -1em;
    padding-bottom: 1em;
  }
  div.robot_modal div.robot_box__modal div.robot_modal__inner div.robot_modal__body div.robot_modal__section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  div.robot_modal div.robot_box__modal div.robot_modal__inner div.robot_modal__body div.robot_modal__section p.robot_label {
    width: 25%;
    font-size: 1.4814814815vw;
    font-weight: bold;
  }
  div.robot_modal div.robot_box__modal div.robot_modal__inner div.robot_modal__body div.robot_modal__section .robot_text__body {
    font-size: 1.2962962963vw;
    width: 75%;
  }
  div.robot_modal div.robot_box__modal div.robot_modal__inner div.robot_modal__body div.robot_modal__section ol.robot_list__dot {
    font-size: 1.2962962963vw;
    list-style: disc;
  }
  div.robot_modal div.robot_box__modal div.robot_modal__inner div.robot_modal__body div.robot_modal__section ol.robot_list__dot li {
    margin-left: 1em;
  }
  div.robot_modal div.robot_box__modal div.robot_modal__inner div.robot_modal__body div.robot_modal__section div.robot_box.robot_box__yellow {
    background-color: #f8ffdf;
    width: calc(100% - 1.2962962963vw);
    padding: 3.7037037037vw;
    margin: 3.7037037037vw auto 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    border-radius: 0.1851851852vw;
  }
  div.robot_modal div.robot_box__modal div.robot_modal__inner div.robot_modal__body div.robot_modal__section div.robot_box.robot_box__yellow p.robot_label {
    width: 12.5vw;
    font-weight: bold;
  }
  div.robot_modal div.robot_box__modal div.robot_modal__inner div.robot_modal__body div.robot_modal__section div.robot_box.robot_box__yellow p.robot_label span.robot_text--large {
    font-size: 1.4814814815vw;
    display: block;
  }
  div.robot_modal div.robot_box__modal div.robot_modal__inner div.robot_modal__body div.robot_modal__section div.robot_box.robot_box__yellow p.robot_label span.robot_text--small {
    font-size: 1.2962962963vw;
    display: block;
  }
  div.robot_modal div.robot_box__modal div.robot_modal__inner div.robot_modal__body div.robot_modal__section div.robot_box.robot_box__yellow ol.robot_list__number {
    list-style: decimal;
    width: calc(100% - 12.5vw);
    font-size: 1.2962962963vw;
    line-height: 2.1428571429;
  }
}
/* 
=============================================================================================
    :SP
=============================================================================================
 */
@media screen and (max-width: 639.99px) {
  .spe {
    display: block;
  }
  img.spe, span.spe {
    display: inline;
  }
  .pce {
    display: none;
  }
  body {
    overflow-x: hidden;
    width: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    background-color: #16278a;
    font-size: 3.4666666667vw;
    line-height: 1.7692307692;
    color: #000;
  }
  body .robot_header *, body .robot_main *, body footer * {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  body .robot_header a, body .robot_main a, body footer a {
    display: block;
  }
  .robot_header {
    z-index: 256;
    position: fixed;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    width: 100%;
    max-width: 256vw;
  }
  .robot_header a.robot_goods {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 16vw;
  }
  .robot_header a.robot_goods img {
    width: 100%;
  }
  div.robot_box__bg {
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
  }
  div.robot_box__bg__inner {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 177.8666666667vw;
    left: 0;
  }
  .robot_main {
    position: relative;
    background-image: url(../img/bg__main__lower--sp.jpg), url(../img/bg__main__upper--sp.jpg), url(../img/bg__main--sp.jpg);
    background-position: center bottom, center top, center;
    background-size: contain, contain, contain;
    background-repeat: no-repeat, no-repeat, repeat-y;
    overflow-x: hidden;
    padding-bottom: 86.6666666667vw;
    margin: 0 auto;
    margin-top: 0;
    margin-bottom: 0vw;
  }
  .robot_main a.robot_button.robot_button__round {
    border: 0.5333333333vw solid #2420e2;
    color: #2420e2;
    height: 20vw;
    width: 78.2666666667vw;
    border-radius: 10vw;
    background-image: url(../img/icon__arrow__right.png), -webkit-linear-gradient(125deg, #efea45 0%, #efea45 30%, #fff 45%, #efea45 60%, #efea45 100%);
    background-image: url(../img/icon__arrow__right.png), linear-gradient(-35deg, #efea45 0%, #efea45 30%, #fff 45%, #efea45 60%, #efea45 100%);
    background-size: 1.6vw auto, 100% 100%;
    background-repeat: no-repeat, no-repeat;
    background-position: center right 8.6666666667vw, center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 6.6666666667vw 0 3.3333333333vw;
    -webkit-box-shadow: 0 0.5333333333vw 0 #2420e2;
            box-shadow: 0 0.5333333333vw 0 #2420e2;
  }
  .robot_main a.robot_button.robot_button__round.robot_button__2 {
    width: 56.9333333333vw;
    height: 14.6666666667vw;
  }
  .robot_main a.robot_button.robot_button__round.robot_button__3 {
    width: 68.8vw;
    height: 18.6666666667vw;
  }
  .robot_main a.robot_button.robot_button__round p {
    font-size: 3.4666666667vw;
    line-height: 1.3333333333;
    text-align: center;
    font-weight: bold;
  }
  h3 {
    padding: 1.3333333333vw 4vw;
    display: block;
    width: 100%;
    border-radius: 0.6666666667vw;
    background-color: #000;
    color: #fff;
    margin-top: 4.6666666667vw;
    line-height: 1.5;
    font-weight: bold;
    font-size: 4vw;
  }
  h3 span.robot_text--large {
    font-size: 4vw;
  }
  h3 span.robot_text--small {
    font-size: 2.9333333333vw;
  }
  section.robot_mv {
    position: relative;
    width: 100%;
    z-index: 10;
    margin: 0 auto -13.3333333333vw;
    aspect-ratio: 750/1340;
    background-image: url(../img/mv--sp.png);
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
  }
  section.robot_mv div.robot_section__inner {
    font-size: 0;
  }
  section.robot_mv div.robot_section__inner h1 {
    font-size: 0;
  }
  .robot_main section.robot_sec1 div.robot_section__info {
    width: 89.3333333333vw;
    margin: 0 auto;
    padding-top: 16vw;
    padding-bottom: 37.3333333333vw;
  }
  .robot_main section.robot_sec1 div.robot_section__info div.robot_box.robot_box__attention {
    background-color: transparent;
    padding: 0;
    height: auto;
  }
  .robot_main section.robot_sec1 div.robot_section__info div.robot_box.robot_box__attention h2 .robot__link__hidden {
    display: block;
    height: 32vw;
    width: 88%;
    background-color: rgba(255, 0, 0, 0);
    position: absolute;
    left: 6%;
    top: 55%;
  }
  .robot_main section.robot_sec1 div.robot_section__info div.robot_box.robot_box__attention h2 img {
    width: 100%;
  }
  .robot_main section.robot_sec1 div.robot_section__info div.robot_box.robot_box__attention a {
    display: block;
    height: 6.6666666667vw;
    width: 38.6666666667vw;
    position: absolute;
    top: 46.6666666667vw;
    left: 37.3333333333vw;
  }
  .robot_main section.robot_sec1 div.robot_section__info div.robot_box.robot_box__attention p.robot_caption {
    margin-top: 4.6666666667vw;
    font-size: 3.4666666667vw;
    line-height: 1.7692307692;
    padding: 0 6.6666666667vw;
    text-align: justify;
  }
  .robot_main section.robot_sec1 div.robot_section__info div.robot_box.robot_box__attention a.robot_button.robot_button__round {
    margin: 10.6666666667vw auto 0;
  }
  .robot_main section.robot_sec1 div.robot_section__info img {
    width: 100%;
  }
  .robot_main section.robot_sec1 div.robot_section__inner {
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .robot_main section.robot_sec1 div.robot_section__inner > div.robot_box {
    width: 89.3333333333vw;
    height: 87.2vw;
    margin-top: 8vw;
    background-color: #fff;
    border-radius: 2.6666666667vw;
    padding: 4.6666666667vw 5.3333333333vw;
  }
  .robot_main section.robot_sec1 div.robot_section__inner > div.robot_box img.robot_dimg {
    position: absolute;
  }
  .robot_main section.robot_sec1 div.robot_section__inner > div.robot_box h2 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__news {
    margin-top: 6.6666666667vw;
    padding-bottom: 4.6666666667vw;
    padding-left: 12vw;
    padding-right: 12vw;
    position: relative;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__news h2 {
    margin-top: -16vw;
    margin-left: -10.5333333333vw;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__news h2 img {
    width: 86.4vw;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__news .slick-dots {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0vw auto 0;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__news .slick-dots li {
    border: 0.1333333333vw solid #ff7733;
    width: 2.8vw;
    height: 2.8vw;
    border-radius: 2.8vw;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__news .slick-dots li:not(:first-of-type) {
    margin-left: 2.6666666667vw;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__news .slick-dots li.slick-active {
    background-color: #ff7733;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__news .slick-dots li * {
    opacity: 0;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__news ol.robot_news__body {
    margin-top: 4.6666666667vw;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__news ol.robot_news__body li {
    font-size: 3.4666666667vw;
    line-height: 1.7692307692;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__news ol.robot_news__body li p.robot_news__date {
    color: #ff7733;
    font-weight: bold;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__news ol.robot_news__body li p.robot_caption {
    margin-top: 2.6666666667vw;
    text-align: justify;
    font-weight: bold;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__news div.robot_box__marker {
    margin-top: 2.6666666667vw;
    position: absolute;
    bottom: 10.6666666667vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__news a.robot_button.robot_button__slider {
    width: 13.3333333333vw;
    position: absolute;
    top: 48vw;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__news a.robot_button.robot_button__slider img {
    width: 100%;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__news a.robot_button.robot_button__slider.robot_button__slider__prev {
    left: 2.6666666667vw;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__news a.robot_button.robot_button__slider.robot_button__slider__next {
    right: 2.6666666667vw;
    -webkit-transform: translateX(50%) translateY(-50%);
            transform: translateX(50%) translateY(-50%);
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__ticket {
    height: auto;
    margin-top: 8vw;
    padding-top: 8vw;
    padding-bottom: 7.3333333333vw;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__ticket img.robot_dimg.robot_dimg__2 {
    width: 12.9333333333vw;
    top: -7.2vw;
    right: 7.4666666667vw;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__ticket img.robot_dimg.robot_dimg__1 {
    width: 26.2666666667vw;
    left: 5.7333333333vw;
    top: -10.2666666667vw;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__ticket h2 img {
    width: 32.8vw;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__ticket h3 {
    margin-top: 4.6666666667vw;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__ticket div.robot_box.robot_box__inner {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    line-height: 2.3636363636;
    padding: 6vw 0vw 6.6666666667vw;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__ticket div.robot_box.robot_box__inner.mod01 {
    display: block;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__ticket div.robot_box.robot_box__inner.mod01 h4 {
    font-size: 3.4666666667vw;
    line-height: 1.85;
    font-weight: bold;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__ticket div.robot_box.robot_box__inner.mod01 a {
    margin-top: 0.5em;
    font-size: 3.4666666667vw;
    line-height: 2.3125;
    font-weight: bold;
    color: #413ee6;
    text-decoration: underline;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__ticket div.robot_box.robot_box__inner.mod01 p.caption {
    line-height: 1.3181818182;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__ticket div.robot_box.robot_box__inner.mod01 p + h4 {
    margin-top: 2em;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__ticket div.robot_box.robot_box__inner.mod01 h4 + a {
    margin-top: initial;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__ticket div.robot_box.robot_box__inner + h3 {
    margin-top: 5.7333333333vw;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__ticket div.robot_box.robot_box__inner .robot_text--small {
    padding-top: 0.6666666667vw;
    font-size: 1.6vw !important;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__ticket div.robot_box.robot_box__inner ul.robot_box__inner.robot_box__inner__body li {
    margin-top: 0;
    font-size: 2.4vw;
    line-height: 1;
    font-weight: bold;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__ticket div.robot_box.robot_box__inner ul.robot_box__inner.robot_box__inner__body li:not(:first-of-type) {
    margin-top: 4vw;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__ticket div.robot_box.robot_box__inner ul.robot_box__inner.robot_box__inner__body li.robot_text--small {
    margin-top: 0;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__ticket div.robot_box.robot_box__inner ul.robot_box__inner.robot_box__inner__body li.robot_text--small p.robot_text__label, .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__ticket div.robot_box.robot_box__inner ul.robot_box__inner.robot_box__inner__body li.robot_text--small p.robot_text__value {
    font-size: 2.9333333333vw !important;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__ticket div.robot_box.robot_box__inner ul.robot_box__inner.robot_box__inner__body li.robot_text--small {
    font-size: 0.2666666667vw !important;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__ticket div.robot_box.robot_box__inner ul.robot_box__inner.robot_box__inner__body li p.robot_text__label {
    font-size: 3.4666666667vw;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__ticket div.robot_box.robot_box__inner ul.robot_box__inner.robot_box__inner__body li p.robot_text__label .robot_text--small {
    font-size: 2.9333333333vw !important;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__ticket div.robot_box.robot_box__inner ul.robot_box__inner.robot_box__inner__body li p.robot_text__value {
    font-size: 3.4666666667vw;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__ticket div.robot_box.robot_box__inner ul.robot_box__inner.robot_box__inner__body li p.robot_text__value span.robot_text--small {
    font-size: 2.9333333333vw;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__ticket div.robot_box.robot_box__inner div.brobot_ox__inner.robot_box__inner__2nd a.robot_button.robot_button__round {
    margin: 8vw auto 0;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__ticket div.robot_box.robot_box__ticket__inner {
    background-color: #f8ffdf;
    padding: 4.6666666667vw 4vw;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__ticket div.robot_box.robot_box__ticket__inner ol.robot_body__ticket__inner li:not(:first-of-type) {
    margin-top: 0vw;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__ticket div.robot_box.robot_box__ticket__inner ol.robot_body__ticket__inner li div.robot_text__label {
    font-weight: bold;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__ticket div.robot_box.robot_box__ticket__inner ol.robot_body__ticket__inner li div.robot_text__body {
    line-height: 2;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__ticket div.robot_box.robot_box__ticket__inner ol.robot_body__ticket__inner li div.robot_text__body ol.robot_text__body__note li {
    font-size: 2.9333333333vw;
    line-height: 1.6363636364 !important;
    padding-left: 1em;
    text-align: justify;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__ticket div.robot_box.robot_box__ticket__inner ol.robot_body__ticket__inner li div.robot_text__body ol.robot_text__body__note li::before {
    content: "※";
    margin-left: -1em;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__ticket div.robot_box.robot_box__ticket__inner ol.robot_body__ticket__inner li div.robot_text__body ol.robot_text__body__note li a {
    display: inline;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__schedule {
    margin-top: 18vw;
    padding-top: 7.4666666667vw;
    padding-bottom: 8vw;
    height: auto;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__schedule img.robot_dimg.robot_dimg__3 {
    width: 18.5333333333vw;
    right: 5.3333333333vw;
    top: -10.5333333333vw;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__schedule img.robot_dimg.robot_dimg__4 {
    width: 12.9333333333vw;
    right: 14.6666666667vw;
    top: -12vw;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__schedule h2 {
    margin-top: 1.3333333333vw;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__schedule h2 img {
    width: 51.3333333333vw;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__schedule div.robot_box.robot_box__inner {
    padding: 2vw 0.4vw 2.6666666667vw;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__schedule div.robot_box.robot_box__inner h4 {
    margin-top: 2.6666666667vw;
    font-size: 3.4666666667vw;
    line-height: 2.8888888889;
    font-weight: bold;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__schedule div.robot_box.robot_box__inner h4:first-of-type {
    margin-top: 0;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__schedule div.robot_box.robot_box__inner h4:not(:first-of-type) {
    margin-top: 0.6666666667vw;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__schedule div.robot_box.robot_box__inner h4:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0.8vw;
    height: 2.9333333333vw;
    background-color: #fc1a1a;
    margin-right: 1.0666666667vw;
    margin-top: -0.2666666667vw;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__schedule div.robot_box.robot_box__inner p.robot_caption a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #413ee6;
    border-bottom: 1px solid #413ee6;
    line-height: 1.875;
    display: inline;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__schedule div.robot_box.robot_box__inner ol.robot_text__body__note {
    margin-top: 0.6666666667vw;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__schedule div.robot_box.robot_box__inner ol.robot_text__body__note li {
    padding-left: 1em;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__schedule div.robot_box.robot_box__inner ol.robot_text__body__note li::before {
    content: "※";
    display: inline-block;
    margin-left: -1em;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__schedule div.robot_elm__dots {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    font-size: 2.6666666667vw;
    font-weight: bold;
    padding-bottom: 5.3333333333vw;
  }
  .robot_main section.robot_sec1 div.robot_section__inner div.robot_box.robot_box__schedule a.robot_button.robot_button__round.robot_button__expand {
    background-image: url(../img/icon__expand.png), -webkit-linear-gradient(125deg, #efea45 0%, #efea45 30%, #fff 45%, #efea45 60%, #efea45 100%);
    background-image: url(../img/icon__expand.png), linear-gradient(-35deg, #efea45 0%, #efea45 30%, #fff 45%, #efea45 60%, #efea45 100%);
    background-size: 2.1333333333vw auto, 100% 100%;
    margin: 2.6666666667vw auto 0;
  }
  .robot_footer {
    padding-top: 10vw;
    background-color: #2420e2;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: -10.6666666667vw auto 0;
    position: relative;
  }
  .robot_footer div.robot_footer__inner {
    margin-bottom: 6.6666666667vw;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .robot_footer div.robot_footer__inner p.copyright {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    font-size: 2.9333333333vw;
    line-height: 1;
    color: #fff;
    font-weight: 600;
  }
  .robot_footer div.robot_footer__inner ol.robot_box.robot_box__sns {
    padding-bottom: 8vw;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .robot_footer div.robot_footer__inner ol.robot_box.robot_box__sns li {
    width: 12.8vw;
  }
  .robot_footer div.robot_footer__inner ol.robot_box.robot_box__sns li:not(:first-of-type) {
    margin-left: 5.3333333333vw;
  }
  .robot_footer div.robot_footer__inner ol.robot_box.robot_box__sns li img {
    width: 100%;
  }
  .robot_footer div.robot_footer__inner ol.robot_box.robot_box__sns li.robot_sns__body.robot_sns__tw {
    margin-right: -2.6666666667vw;
  }
  .robot_footer div.robot_footer__inner ol.robot_box.robot_box__sns li.robot_sns__body.robot_sns__tw a {
    width: 10.1333333333vw;
  }
  .robot_footer div.robot_footer__inner ol.robot_box.robot_box__sns li.robot_sns__body.robot_sns__fb a {
    width: 11.7333333333vw;
  }
  .robot_footer div.robot_footer__inner ol.robot_box.robot_box__sns li.robot_sns__body.robot_sns__in a {
    width: 11.2vw;
  }
  .robot_footer div.robot_footer__inner ol.robot_box.robot_box__sns li.robot_sns__body.robot_sns__li a {
    width: 11.2vw;
  }
  .robot_footer div.robot_footer__inner ol.robot_box.robot_box__sns li.robot_sns__body.robot_sns__ti a {
    width: 11.7333333333vw;
  }
  div.robot_modal {
    z-index: 2256;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  div.robot_modal div.robot_box__modal {
    height: 80%;
    width: 100%;
    background-color: #fff;
    border-radius: 3.3333333333vw;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    padding: 10.6666666667vw 5.3333333333vw 6vw;
  }
  div.robot_modal div.robot_box__modal div.robot_modal__inner {
    height: 100%;
    overflow-y: auto;
  }
  div.robot_modal div.robot_box__modal div.robot_modal__inner::-webkit-scrollbar {
    width: 1px;
  }
  div.robot_modal div.robot_box__modal div.robot_modal__inner::-webkit-scrollbar-track {
    background-color: transparent;
  }
  div.robot_modal div.robot_box__modal div.robot_modal__inner::-webkit-scrollbar-thumb {
    background-color: #d6d6d6;
  }
  a.robot_modal__close {
    z-index: 1;
    display: block;
    position: absolute;
    width: 6.6666666667vw;
    right: 5.7333333333vw;
    top: 4.6666666667vw;
  }
  a.robot_modal__close img {
    width: 100%;
  }
  div.robot_modal div.robot_box__modal div.robot_modal__inner div.robot_modal__body {
    font-size: 3.4666666667vw;
    display: none;
  }
  div.robot_modal div.robot_box__modal div.robot_modal__inner div.robot_modal__body ol.robot_text__body__note {
    margin-top: 0.6666666667vw;
  }
  div.robot_modal div.robot_box__modal div.robot_modal__inner div.robot_modal__body ol.robot_text__body__note li {
    padding-left: 1em;
  }
  div.robot_modal div.robot_box__modal div.robot_modal__inner div.robot_modal__body ol.robot_text__body__note li::before {
    content: "※";
    display: inline-block;
    margin-left: -1em;
  }
  div.robot_modal div.robot_box__modal div.robot_modal__inner div.robot_modal__body div.robot_box.robot_box__map {
    margin: 0 auto;
  }
  div.robot_modal div.robot_box__modal div.robot_modal__inner div.robot_modal__body div.robot_box.robot_box__map img {
    display: block;
    max-width: 100%;
  }
  div.robot_modal div.robot_box__modal div.robot_modal__inner div.robot_modal__body div.robot_modal__section {
    padding: 6.6666666667vw 0vw;
  }
  div.robot_modal div.robot_box__modal div.robot_modal__inner div.robot_modal__body div.robot_modal__section:not(:first-of-type) {
    border-top: 1px solid #d6d6d6;
  }
  div.robot_modal div.robot_box__modal div.robot_modal__inner div.robot_modal__body div.robot_modal__section p.robot_caption {
    padding-top: 0.5em;
  }
  div.robot_modal div.robot_box__modal div.robot_modal__inner div.robot_modal__body div.robot_modal__section h5 {
    width: 100%;
    font-size: 3.7333333333vw;
    font-weight: bold;
    padding-bottom: 1em;
  }
  div.robot_modal div.robot_box__modal div.robot_modal__inner div.robot_modal__body div.robot_modal__section ul.robot_list__square {
    padding-top: 0.5em;
  }
  div.robot_modal div.robot_box__modal div.robot_modal__inner div.robot_modal__body div.robot_modal__section ul.robot_list__square > li {
    padding-left: 2em;
  }
  div.robot_modal div.robot_box__modal div.robot_modal__inner div.robot_modal__body div.robot_modal__section ul.robot_list__square > li p.robot_list__text::before {
    content: "■";
    margin-left: -2em;
    display: inline-block;
    margin-right: 0.8em;
  }
  div.robot_modal div.robot_box__modal div.robot_modal__inner div.robot_modal__body div.robot_modal__section ul.robot_list__square > li ul.robot_list__dot {
    list-style: disc;
  }
  div.robot_modal div.robot_box__modal div.robot_modal__inner div.robot_modal__body div.robot_modal__section ul.robot_list__square > li p.robot_text__note {
    margin-left: -1em;
    padding-bottom: 1em;
  }
  div.robot_modal div.robot_box__modal div.robot_modal__inner div.robot_modal__body div.robot_modal__section {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  div.robot_modal div.robot_box__modal div.robot_modal__inner div.robot_modal__body div.robot_modal__section p.robot_label {
    font-weight: bold;
  }
  div.robot_modal div.robot_box__modal div.robot_modal__inner div.robot_modal__body div.robot_modal__section .robot_label + .robot_text__body {
    margin-top: 1em;
  }
  div.robot_modal div.robot_box__modal div.robot_modal__inner div.robot_modal__body div.robot_modal__section ol.robot_list__dot {
    list-style: disc;
  }
  div.robot_modal div.robot_box__modal div.robot_modal__inner div.robot_modal__body div.robot_modal__section ol.robot_list__dot li {
    margin-left: 1.5em;
  }
  div.robot_modal div.robot_box__modal div.robot_modal__inner div.robot_modal__body div.robot_modal__section div.robot_box.robot_box__yellow {
    background-color: #f8ffdf;
    width: calc(100% - 1.8666666667vw);
    padding: 5.3333333333vw;
    margin: 5.3333333333vw auto 0;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    border-radius: 0.2666666667vw;
  }
  div.robot_modal div.robot_box__modal div.robot_modal__inner div.robot_modal__body div.robot_modal__section div.robot_box.robot_box__yellow p.robot_label {
    font-weight: bold;
    line-height: 1.2857142857;
  }
  div.robot_modal div.robot_box__modal div.robot_modal__inner div.robot_modal__body div.robot_modal__section div.robot_box.robot_box__yellow p.robot_label span.robot_text--small {
    font-size: 3.2vw;
  }
  div.robot_modal div.robot_box__modal div.robot_modal__inner div.robot_modal__body div.robot_modal__section div.robot_box.robot_box__yellow ol.robot_list__number {
    list-style-type: decimal;
    font-size: 3.4666666667vw;
    line-height: 1.7692307692;
  }
}/*# sourceMappingURL=style.css.map */