@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
/*========================================
*	common
========================================*/
::selection {
  color: #6e370f;
  background: #fff;
}

*,
*:after,
*:before {
  box-sizing: border-box;
}

*:focus {
  outline: 0;
}

html,
body {
  font-size: 62.5%;
  background-color: #fff;
  font-family: "Noto Serif JP", sans-serif;
  color: #6e370f;
}

body {
  width: 100%;
  position: relative;
  overflow-x: hidden;
}

a {
  color: #363d4d;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}

h1,
h2,
h3 {
  line-height: 1;
}

ul,
li {
  list-style: none;
}

tr,
th,
td {
  font-weight: normal;
  text-align: left;
}

img,
picture {
  -webkit-backface-visibility: hidden;
  width: 100%;
  max-width: 100%;
  pointer-events: none;
  vertical-align: bottom;
}

::selection {
  color: #6E370F;
  background: #8BD0E0;
}

.pc-none {
  display: none;
}
@media only screen and (max-width: 750px) {
  .pc-none {
    display: block;
  }
}

@media only screen and (max-width: 750px) {
  .sp-none {
    display: none;
  }
}

#header {
  left: 0;
  top: 0;
}
@media only screen and (max-width: 750px) {
  #header {
    position: absolute !important;
  }
}
@media only screen and (min-width: 751px) {
  #header {
    background: transparent;
  }
}
#header .globalNav a {
  color: #000f73;
}

.header-logo {
  position: fixed;
  left: 2vw;
  top: 2vw;
  width: 26.1333333333vw;
  z-index: 10;
}
@media only screen and (min-width: 750px) {
  .header-logo {
    left: 2.7777777778vw;
    top: 1.0416666667vw;
    width: 6.9444444444vw;
  }
}
@media only screen and (min-width: 751px) {
  .header-logo {
    left: 40px;
    top: 15px;
    width: 100px;
  }
}
.header-btn {
  position: fixed;
  right: 4vw;
  top: 4vw;
  width: 17.4666666667vw;
  z-index: 101;
  transition: opacity 400ms;
}
@media only screen and (min-width: 750px) {
  .header-btn {
    right: 2.0833333333vw;
    top: 2.0833333333vw;
    width: 6.9444444444vw;
    cursor: pointer;
  }
  .header-btn:hover .header-btn__on {
    opacity: 1;
  }
}
@media only screen and (min-width: 751px) {
  .header-btn {
    right: 30px;
    top: 30px;
    width: 100px;
  }
}
.header-btn__on {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 2;
  transition: opacity 400ms;
}
.header-btn__open {
  display: block;
}
.header-btn__close {
  display: none;
}
.header-btn.js--hide {
  opacity: 0;
  pointer-events: none;
}
.header-btn.js--open .header-btn__open {
  display: none;
}
.header-btn.js--open .header-btn__close {
  display: block;
}
.header-menu {
  position: fixed;
  width: 100%;
  height: 100dvh;
  overflow: hidden auto;
  left: 0;
  top: 0;
  z-index: 100;
  font-size: 4.2666666667vw;
  text-align: center;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 700;
  color: #fff;
  overscroll-behavior-y: contain;
  opacity: 0;
  pointer-events: none;
  transition: opacity 400ms;
  display: flex;
  flex-direction: column;
}
.header-menu::-webkit-scrollbar {
  display: none;
}
@media only screen and (min-width: 750px) {
  .header-menu {
    width: 31.25vw;
    height: 100%;
    max-height: 100dvh;
    left: auto;
    right: 0;
    top: 0;
    overflow: auto;
    font-size: 1.6666666667vw;
  }
}
@media only screen and (min-width: 751px) {
  .header-menu {
    width: 450px;
    font-size: 24px;
  }
}
.header-menu.js--show {
  opacity: 1;
  pointer-events: auto;
}
.header-menu__overlay {
  position: fixed;
  width: 100%;
  height: 100dvh;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  left: 0;
  top: 0;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: opacity 400ms;
}
.header-menu__overlay.js--show {
  opacity: 1;
  pointer-events: auto;
}
.header-menu__bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100dvh;
  background: #e7cd6d;
  opacity: 0.8;
}
@media only screen and (min-width: 750px) {
  .header-menu__bg {
    position: fixed;
    width: 31.25vw;
  }
}
@media only screen and (min-width: 751px) {
  .header-menu__bg {
    width: 450px;
  }
}
.header-menu__main {
  padding: 8vw 0;
  flex-shrink: 0;
}
@media only screen and (min-width: 750px) {
  .header-menu__main {
    padding: 3.8888888889vw 0 3.1944444444vw;
  }
}
@media only screen and (min-width: 751px) {
  .header-menu__main {
    padding: 56px 0 46px;
  }
}
.header-menu__wrap {
  position: relative;
  margin: 0 auto 14.6666666667vw;
  z-index: 2;
}
@media only screen and (min-width: 750px) {
  .header-menu__wrap {
    margin: 0 auto 5.5555555556vw;
  }
}
@media only screen and (min-width: 751px) {
  .header-menu__wrap {
    margin: 0 auto 80px;
  }
}
.header-menu__item {
  position: relative;
  margin-top: 12vw;
  cursor: pointer;
}
@media only screen and (min-width: 750px) {
  .header-menu__item {
    margin-top: 3.8194444444vw;
  }
}
@media only screen and (min-width: 751px) {
  .header-menu__item {
    margin-top: 55px;
  }
}
.header-menu__item:first-child {
  margin-top: 0 !important;
}
.header-menu__item::before {
  content: "";
  display: block;
  position: absolute;
  width: 23.6vw;
  height: 3.0666666667vw;
  left: 50%;
  bottom: -4.6666666667vw;
  transform: translate3d(-50%, 100%, 0);
  background: url(../img/common/border_2.png) no-repeat center top;
  background-size: 100% auto;
}
@media only screen and (min-width: 750px) {
  .header-menu__item::before {
    width: 9.1666666667vw;
    height: 1.1805555556vw;
    bottom: -1.3888888889vw;
    background-image: url(../img/common/border_2_pc.png);
  }
}
@media only screen and (min-width: 751px) {
  .header-menu__item::before {
    width: 132px;
    height: 17px;
    bottom: -20px;
  }
}
.header-menu__item a {
  display: block;
  color: #fff;
}
.header-menu__banner {
  position: relative;
  width: 52.2666666667vw;
  margin: 0 auto;
  z-index: 2;
}
@media only screen and (min-width: 750px) {
  .header-menu__banner {
    width: 15.625vw;
  }
}
@media only screen and (min-width: 751px) {
  .header-menu__banner {
    width: 225px;
  }
}
.header-menu__share {
  flex-grow: 1;
  position: relative;
  width: 100%;
  padding: 6.6666666667vw 0 8vw;
  background: #fff;
  z-index: 2;
}
@media only screen and (min-width: 750px) {
  .header-menu__share {
    padding: 2.3611111111vw 0 2.9166666667vw;
  }
}
@media only screen and (min-width: 751px) {
  .header-menu__share {
    padding: 34px 0 42px;
  }
}
.header-menu__share-title {
  margin: 0 auto 4.2666666667vw;
  font-size: 5.3333333333vw;
  color: #e7cd6d;
}
@media only screen and (min-width: 750px) {
  .header-menu__share-title {
    margin: 0 auto 1.25vw;
    font-size: 1.25vw;
  }
}
@media only screen and (min-width: 751px) {
  .header-menu__share-title {
    margin: 0 auto 18px;
    font-size: 18px;
  }
}
.header-menu__share-list {
  display: flex;
  width: 61.3333333333vw;
  margin: 0 auto;
  justify-content: space-between;
}
@media only screen and (min-width: 750px) {
  .header-menu__share-list {
    width: 20.8333333333vw;
  }
}
@media only screen and (min-width: 751px) {
  .header-menu__share-list {
    width: 300px;
  }
}
.header-menu__share-item {
  width: 8vw;
}
@media only screen and (min-width: 750px) {
  .header-menu__share-item {
    width: 2.4305555556vw;
  }
}
@media only screen and (min-width: 751px) {
  .header-menu__share-item {
    width: 35px;
  }
}
.header-menu__share-item a {
  display: block;
  width: 100%;
  height: 100%;
}

#footer {
  z-index: 1;
}

.loading {
  position: fixed;
  width: 100%;
  height: 100dvh;
  left: 0;
  top: 0;
  z-index: 1000;
  background: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading.js--hide {
  opacity: 0;
  pointer-events: none;
  transition: opacity 1000ms;
}
.loading-img {
  width: 78.6666666667vw;
  opacity: 0;
  transform: scale(1.15);
}
@media only screen and (min-width: 751px) {
  .loading-img {
    width: 38.9583333333vw;
  }
}
@media only screen and (min-width: 1440px) {
  .loading-img {
    width: 561px;
  }
}
.loading-img.js--anime {
  opacity: 1;
  transform: scale(1);
  transition: all 600ms;
}

@keyframes top-border-animation {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 12.5333333333vw 0;
  }
}
@keyframes top-border-animation-pc {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 6.5277777778vw 0;
  }
}
@keyframes top-border-animation-pc-big {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 94px 0;
  }
}
.top-main {
  position: relative;
}

.top-border {
  width: 100%;
  height: 5.0666666667vw;
  background: url(../img/common/border_repeat_1.jpg) repeat-x left top;
  background-size: 12.5333333333vw auto;
  animation: top-border-animation 2s linear infinite;
  animation-timing-function: steps(2);
}
@media only screen and (min-width: 751px) {
  .top-border {
    height: 2.6388888889vw;
    background-size: 6.5277777778vw auto;
    animation-name: top-border-animation-pc;
  }
}
@media only screen and (min-width: 1440px) {
  .top-border {
    height: 38px;
    background-size: 94px auto;
    animation-name: top-border-animation-pc-big;
  }
}

.top-mv {
  position: relative;
  width: 100%;
  height: 160vw;
  background: url(../data/webp/top/mv/bg.jpg.webp) no-repeat center top;
  background-size: 100% auto !important;
  z-index: 1;
}
@media only screen and (min-width: 751px) {
  .top-mv {
    height: 51.25vw;
    background: url(../img/top/mv/bg_pc.jpg) no-repeat center top;
  }
}
.top-mv__chara {
  position: absolute;
  left: 0;
  top: 20vw;
  width: 100%;
}
@media only screen and (min-width: 751px) {
  .top-mv__chara {
    top: 0;
  }
}
.top-mv__chara-1, .top-mv__chara-2, .top-mv__chara-3 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transition: all 1000ms;
  opacity: 0;
  transform: translate3d(0, 2%, 0);
}
.top-mv__chara-1.js--show, .top-mv__chara-2.js--show, .top-mv__chara-3.js--show {
  opacity: 1;
  z-index: 2;
  transform: translate3d(0, 0, 0);
}
.top-mv__frame {
  position: absolute;
  width: 100%;
  height: 66.4vw;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  top: 186.6666666667vw;
  background: url(../img/top/mv/frame_1.png) no-repeat center top;
  background-size: 100% auto;
  z-index: 5;
}
@media only screen and (min-width: 751px) {
  .top-mv__frame {
    top: 30.2083333333vw;
    background: url(../img/top/mv/frame_1_pc.png) no-repeat center 7.6388888889vw;
    background-size: 100% auto;
  }
}
.top-mv__logo {
  position: absolute;
  width: 78.6666666667vw;
  left: 50%;
  top: 130.6666666667vw;
  transform: translate3d(-50%, 0, 0);
  z-index: 4;
}
@media only screen and (min-width: 751px) {
  .top-mv__logo {
    width: 38.9583333333vw;
    top: 25.3472222222vw;
  }
}
.top-mv__flyer {
  position: absolute;
  width: 32.8vw;
  left: 66.6666666667vw;
  top: 175.2vw;
  z-index: 2;
  transform: translate3d(60%, -100%, 0);
  transform-origin: 0% 0%;
}
@media only screen and (min-width: 751px) {
  .top-mv__flyer {
    width: 14.5833333333vw;
    left: auto;
    right: 3.4722222222vw;
    top: 41.25vw;
  }
  .top-mv__flyer.js--hover:hover .top-mv__flyer-on {
    opacity: 1;
  }
}
.top-mv__flyer-on {
  display: none;
}
@media only screen and (min-width: 751px) {
  .top-mv__flyer-on {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: block;
    opacity: 0;
    transition: opacity 400ms;
  }
}
.top-mv__flyer.js--anime {
  transform: translate3d(0, 0, 0);
  transition: transform 1600ms;
  transition-timing-function: cubic-bezier(0.035, 0.495, 0.175, 0.995);
}
.top-mv__flyer.js--anime img:not(.top-mv__flyer-on) {
  transition: opacity 800ms, transform 1600ms;
  transition-delay: 400ms, 0ms;
  transition-timing-function: ease, ease-out;
  opacity: 1;
}
.top-mv__flyer-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.top-mv__flyer img:not(.top-mv__flyer-on) {
  opacity: 0;
}

.top-intro {
  position: relative;
  width: 100%;
  height: 209.7333333333vw;
  background: url(../img/top/intro/bg.jpg) no-repeat center top;
  background-size: cover !important;
}
@media only screen and (min-width: 751px) {
  .top-intro {
    height: 54.375vw;
    background: url(../img/top/intro/bg_pc.jpg) no-repeat center top;
    overflow: hidden;
  }
}
.top-intro__main {
  position: relative;
  width: 97.3333333333vw;
  padding-top: 62.4vw;
  left: 2.6666666667vw;
}
@media only screen and (min-width: 751px) {
  .top-intro__main {
    position: relative;
    width: 67.9166666667vw;
    padding-top: 9.8611111111vw;
    left: 21.9444444444vw;
  }
}
.top-info {
  position: relative;
  padding: 13.3333333333vw 0 0 0;
}
@media only screen and (min-width: 751px) {
  .top-info {
    padding: 7.6388888889vw 0 0 0;
  }
}
@media only screen and (min-width: 1440px) {
  .top-info {
    padding: 110px 0 0 0;
  }
}
.top-info__wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.top-info__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.top-info__bg-inner {
  position: sticky;
  width: 100%;
  height: 100dvh;
  left: 0;
  top: 0;
  background: url(../img/top/information/bg.jpg) no-repeat center;
  background-size: cover;
}
@media only screen and (min-width: 751px) {
  .top-info__bg-inner {
    background: url(../img/top/information/bg_pc.jpg) no-repeat center;
    background-size: cover;
  }
}
.top-info h2 {
  position: relative;
  width: 47.0666666667vw;
  margin: 0 auto;
  z-index: 2;
}
@media only screen and (min-width: 751px) {
  .top-info h2 {
    width: 23.75vw;
  }
}
@media only screen and (min-width: 1440px) {
  .top-info h2 {
    width: 342px;
  }
}
.top-info__link {
  display: block;
  position: relative;
  width: 67.3333333333vw;
  height: 11.0666666667vw;
  margin: 5.6vw auto 0;
  background: url(../img/top/information/btn_content_link.png) no-repeat center;
  background-size: 100% auto;
  font-size: 3.7333333333vw;
  font-family: "Noto Sans JP", sans-serif;
  z-index: 2;
}
@media only screen and (min-width: 751px) {
  .top-info__link {
    width: 41.0416666667vw;
    height: 6.5972222222vw;
    margin: 3.0555555556vw auto 0;
    font-size: 2.0833333333vw;
    background-image: url(../img/top/information/btn_content_link_pc.png);
    cursor: pointer;
  }
  .top-info__link::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(../img/top/information/btn_content_link_pc_on.png);
    background-size: 100% auto;
    opacity: 0;
    transition: opacity 400ms;
  }
  .top-info__link:hover::before {
    opacity: 1;
  }
}
@media only screen and (min-width: 1440px) {
  .top-info__link {
    width: 591px;
    height: 95px;
    margin: 44px auto 0;
    font-size: 30px;
  }
}
.top-info__link-inner {
  position: relative;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.top-info__link a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 4vw;
  text-align: center;
  color: #fff;
  z-index: 2;
}
@media only screen and (min-width: 751px) {
  .top-info__link a {
    line-height: 2.5vw;
  }
}
@media only screen and (min-width: 1440px) {
  .top-info__link a {
    line-height: 36px;
  }
}
.top-info__link a[target=_blank]::after {
  content: "";
  display: block;
  position: absolute;
  width: 2.5333333333vw;
  height: 2.4vw;
  right: 10.1333333333vw;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  background: url(../img/common/icon_link.png) no-repeat center;
  background-size: 100% auto;
}
@media only screen and (min-width: 751px) {
  .top-info__link a[target=_blank]::after {
    width: 1.6666666667vw;
    height: 1.6666666667vw;
    right: 5.6944444444vw;
  }
}
@media only screen and (min-width: 1440px) {
  .top-info__link a[target=_blank]::after {
    width: 24px;
    height: 24px;
    right: 82px;
  }
}
.top-info__link-bold {
  font-weight: 700;
}
.top-info__link-min {
  font-size: 2.9333333333vw;
}
@media only screen and (min-width: 751px) {
  .top-info__link-min {
    font-size: 1.6666666667vw;
  }
}
@media only screen and (min-width: 1440px) {
  .top-info__link-min {
    font-size: 24px;
  }
}
.top-info__chara {
  position: absolute;
  z-index: 5;
  pointer-events: none;
  width: 20.9333333333vw;
}
@media only screen and (min-width: 751px) {
  .top-info__chara {
    width: 11.9444444444vw;
  }
}
@media only screen and (min-width: 1440px) {
  .top-info__chara {
    width: 172px;
  }
}
.top-info__chara-1 {
  left: 56vw;
  top: -12.6666666667vw;
}
@media only screen and (min-width: 751px) {
  .top-info__chara-1 {
    left: 52.0833333333vw;
    top: -6.5972222222vw;
  }
}
@media only screen and (min-width: 1440px) {
  .top-info__chara-1 {
    left: 750px;
    top: -95;
  }
}
.top-info__chara-2 {
  left: 75.3333333333vw;
  top: -7.3333333333vw;
}
@media only screen and (min-width: 751px) {
  .top-info__chara-2 {
    left: 62.0833333333vw;
    top: -2.9166666667vw;
  }
}
@media only screen and (min-width: 1440px) {
  .top-info__chara-2 {
    left: 894px;
    top: -42px;
  }
}
.top-info__chara-3 {
  left: -7.4666666667vw;
  top: 64vw;
}
@media only screen and (min-width: 751px) {
  .top-info__chara-3 {
    left: -7.6388888889vw;
    top: 47.2222222222vw;
  }
}
@media only screen and (min-width: 1440px) {
  .top-info__chara-3 {
    left: -110px;
    top: 680px;
  }
}
.top-info__chara-4 {
  left: 75.7333333333vw;
  top: -21.8666666667vw;
}
@media only screen and (min-width: 751px) {
  .top-info__chara-4 {
    left: 59.3055555556vw;
    top: -14.5833333333vw;
  }
}
@media only screen and (min-width: 1440px) {
  .top-info__chara-4 {
    left: 854px;
    top: -210px;
  }
}
.top-info__chara-5 {
  left: 64vw;
  top: -4.5333333333vw;
}
@media only screen and (min-width: 751px) {
  .top-info__chara-5 {
    left: 51.3888888889vw;
    top: -5.625vw;
  }
}
@media only screen and (min-width: 1440px) {
  .top-info__chara-5 {
    left: 740px;
    top: -81px;
  }
}
.top-info__chara-6 {
  left: -7.6vw;
  top: 62.6666666667vw;
  z-index: 5;
}
@media only screen and (min-width: 751px) {
  .top-info__chara-6 {
    left: -8.2638888889vw;
    top: 13.6111111111vw;
  }
}
@media only screen and (min-width: 1440px) {
  .top-info__chara-6 {
    left: -119px;
    top: 196px;
  }
}
.top-info__chara-7 {
  left: 76.5333333333vw;
  top: 84vw;
}
@media only screen and (min-width: 751px) {
  .top-info__chara-7 {
    left: 64.1666666667vw;
    top: 36.1111111111vw;
  }
}
@media only screen and (min-width: 1440px) {
  .top-info__chara-7 {
    left: 924px;
    top: 520px;
  }
}
.top-info__chara-8 {
  left: 60vw;
  top: -12vw;
}
@media only screen and (min-width: 751px) {
  .top-info__chara-8 {
    left: 51.8055555556vw;
    top: -6.25vw;
  }
}
@media only screen and (min-width: 1440px) {
  .top-info__chara-8 {
    left: 746px;
    top: -90px;
  }
}
.top-info__chara-9 {
  left: 76vw;
  top: -1.3333333333vw;
}
@media only screen and (min-width: 751px) {
  .top-info__chara-9 {
    left: 62.5694444444vw;
    top: 0vw;
  }
}
@media only screen and (min-width: 1440px) {
  .top-info__chara-9 {
    left: 901px;
    top: 0;
  }
}
.top-info__chara-10 {
  left: -8.5333333333vw;
  top: 86.6666666667vw;
}
@media only screen and (min-width: 751px) {
  .top-info__chara-10 {
    left: -8.8888888889vw;
    top: 23.0555555556vw;
  }
}
@media only screen and (min-width: 1440px) {
  .top-info__chara-10 {
    left: -128px;
    top: 332px;
  }
}
.top-info__chara-11 {
  left: 77.3333333333vw;
  top: -21.3333333333vw;
}
@media only screen and (min-width: 751px) {
  .top-info__chara-11 {
    left: 62.5vw;
    top: -16.3888888889vw;
  }
}
@media only screen and (min-width: 1440px) {
  .top-info__chara-11 {
    left: 900px;
    top: -236px;
  }
}
.top-info__chara-12 {
  left: 63.4666666667vw;
  top: -4.2666666667vw;
  z-index: 3;
}
@media only screen and (min-width: 751px) {
  .top-info__chara-12 {
    left: 54.7222222222vw;
    top: -5.8333333333vw;
  }
}
@media only screen and (min-width: 1440px) {
  .top-info__chara-12 {
    left: 788px;
    top: -84px;
  }
}
.top-info__chara-13 {
  left: -6.6666666667vw;
  top: 73.3333333333vw;
}
@media only screen and (min-width: 751px) {
  .top-info__chara-13 {
    left: -7.4305555556vw;
    top: 20.5555555556vw;
  }
}
@media only screen and (min-width: 1440px) {
  .top-info__chara-13 {
    left: -107px;
    top: 296px;
  }
}
.top-info__chara-14 {
  left: 76.5333333333vw;
  top: 93.3333333333vw;
}
@media only screen and (min-width: 751px) {
  .top-info__chara-14 {
    left: 63.8888888889vw;
    top: 47.5vw;
  }
}
@media only screen and (min-width: 1440px) {
  .top-info__chara-14 {
    left: 920px;
    top: 684px;
  }
}
.top-info__chara-15 {
  left: -1.0666666667vw;
  bottom: -7.2vw;
}
@media only screen and (min-width: 751px) {
  .top-info__chara-15 {
    left: 7.9166666667vw;
    bottom: -4.4444444444vw;
  }
}
@media only screen and (min-width: 1440px) {
  .top-info__chara-15 {
    left: 50%;
    margin-left: -114px;
    transform: translate3d(-500px, 0, 0);
    bottom: -64px;
  }
}
.top-info__chara-16 {
  left: 65.3333333333vw;
  bottom: -6.4vw;
}
@media only screen and (min-width: 751px) {
  .top-info__chara-16 {
    left: 70.5555555556vw;
    bottom: -3.75vw;
  }
}
@media only screen and (min-width: 1440px) {
  .top-info__chara-16 {
    left: 50%;
    margin-left: 820px;
    transform: translate3d(-500px, 0, 0);
    bottom: -54px;
  }
}
.top-info__chara-17 {
  left: 81.3333333333vw;
  bottom: -5.8666666667vw;
}
@media only screen and (min-width: 751px) {
  .top-info__chara-17 {
    left: 78.75vw;
    bottom: -3.8194444444vw;
  }
}
@media only screen and (min-width: 1440px) {
  .top-info__chara-17 {
    left: 50%;
    margin-left: 940px;
    transform: translate3d(-500px, 0, 0);
    bottom: -55px;
  }
}
.top-info__contents {
  position: relative;
  width: 92.2666666667vw;
  margin: 10.1333333333vw auto 0;
}
@media only screen and (min-width: 751px) {
  .top-info__contents {
    width: 69.4444444444vw;
    margin: 3.8888888889vw auto 0;
  }
}
@media only screen and (min-width: 1440px) {
  .top-info__contents {
    width: 1000px;
    margin: 56px auto 0;
  }
}
.top-info__content {
  position: relative;
  width: 100%;
  margin-top: 5.3333333333vw;
  border: 0.8vw solid #fff;
}
@media only screen and (min-width: 751px) {
  .top-info__content {
    margin-top: 2.9166666667vw;
    border: 0.4166666667vw solid #fff;
  }
}
@media only screen and (min-width: 1440px) {
  .top-info__content {
    margin-top: 42px;
    border: 6px solid #fff;
  }
}
.top-info__content:first-of-type {
  margin-top: 0 !important;
}
.top-info__content:last-of-type {
  margin-bottom: 16vw;
}
@media only screen and (min-width: 751px) {
  .top-info__content:last-of-type {
    margin-bottom: 8.3333333333vw;
  }
}
@media only screen and (min-width: 1440px) {
  .top-info__content:last-of-type {
    margin-bottom: 120px;
  }
}
.top-info__content::after {
  content: "";
  display: block;
  position: absolute;
  width: 89.7333333333vw;
  height: 12.2666666667vw;
  left: 50%;
  bottom: 0;
  transform: translate3d(-50%, 0, 0);
  background: url(../img/common/frame_1.png) no-repeat center top;
  background-size: 100% auto !important;
}
@media only screen and (min-width: 751px) {
  .top-info__content::after {
    width: 68.2638888889vw;
    height: 6.25vw;
    background: url(../img/common/frame_1_pc.png) no-repeat center top;
  }
}
@media only screen and (min-width: 1440px) {
  .top-info__content::after {
    width: 983px;
    height: 90px;
  }
}
.top-info__content-inner {
  padding: 8.5333333333vw 5.0666666667vw 10.6666666667vw;
  border: 0.4vw solid #b2e7f2;
  background: #fff;
}
@media only screen and (min-width: 751px) {
  .top-info__content-inner {
    padding: 4.1666666667vw 3.4722222222vw 3.4722222222vw;
    border: 0.2083333333vw solid #b2e7f2;
  }
}
@media only screen and (min-width: 1440px) {
  .top-info__content-inner {
    padding: 60px 50px 50px;
    border: 3px solid #b2e7f2;
  }
}
.top-info__content-txt {
  position: relative;
  z-index: 2;
}
.top-info__content-txt a {
  position: relative;
  color: #f37e86;
  display: inline;
}
.top-info__content-txt a::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0.1333333333vw;
  left: 0;
  bottom: -1.0666666667vw;
  background: #f37e86;
}
@media only screen and (min-width: 751px) {
  .top-info__content-txt a::after {
    height: 0.0694444444vw;
    bottom: -0.4166666667vw;
  }
}
@media only screen and (min-width: 1440px) {
  .top-info__content-txt a::after {
    height: 1px;
    bottom: -6px;
  }
}
.top-info__content-img {
  position: relative;
  z-index: 2;
  margin-top: 5.6vw;
}
@media only screen and (min-width: 751px) {
  .top-info__content-img {
    margin-top: 1.8055555556vw;
  }
}
@media only screen and (min-width: 1440px) {
  .top-info__content-img {
    margin-top: 26px;
  }
}
.top-info__content dl {
  font-size: 4.2666666667vw;
  line-height: 6.1333333333vw;
}
@media only screen and (min-width: 751px) {
  .top-info__content dl {
    font-size: 2.2222222222vw;
    line-height: 3.1944444444vw;
  }
}
@media only screen and (min-width: 1440px) {
  .top-info__content dl {
    font-size: 32px;
    line-height: 46px;
  }
}
.top-info__content dl dt {
  position: relative;
  width: 100%;
  padding: 0 0 8.5333333333vw 0;
}
@media only screen and (min-width: 751px) {
  .top-info__content dl dt {
    padding: 0 0 4.8611111111vw 0;
  }
}
@media only screen and (min-width: 1440px) {
  .top-info__content dl dt {
    padding: 0 0 70px 0;
  }
}
.top-info__content dl dt::after {
  content: "";
  display: block;
  position: absolute;
  width: 81.3333333333vw;
  height: 1.7333333333vw;
  left: 50%;
  bottom: 0;
  transform: translate3d(-50%, 0, 0);
  background: url(../img/common/border_1.png) no-repeat center top;
  background-size: 100% auto;
}
@media only screen and (min-width: 751px) {
  .top-info__content dl dt::after {
    width: 61.1805555556vw;
    height: 1.3888888889vw;
    background: url(../img/common/border_1_pc.png) no-repeat center top;
    background-size: 100% auto;
  }
}
@media only screen and (min-width: 1440px) {
  .top-info__content dl dt::after {
    width: 881px;
    height: 20px;
  }
}
.top-info__content dl dd {
  margin-top: 5.0666666667vw;
  font-size: 3.4666666667vw;
  font-weight: 700;
}
@media only screen and (min-width: 751px) {
  .top-info__content dl dd {
    margin-top: 1.5277777778vw;
    font-size: 1.25vw;
    line-height: 2.2222222222vw;
  }
}
@media only screen and (min-width: 1440px) {
  .top-info__content dl dd {
    margin-top: 22px;
    font-size: 18px;
    line-height: 32px;
  }
}
.top-info__content dl dd p {
  margin-top: 1.6vw;
}
@media only screen and (min-width: 751px) {
  .top-info__content dl dd p {
    margin-top: 0.5555555556vw;
  }
}
@media only screen and (min-width: 1440px) {
  .top-info__content dl dd p {
    margin-top: 8px;
  }
}
.top-info__content dl dd p:first-of-type {
  margin-top: 0;
}
.top-info__comingsoon {
  position: relative;
  height: 122.6666666667vw;
  background: #d5f4fa;
}
@media only screen and (min-width: 751px) {
  .top-info__comingsoon {
    height: 62.0833333333vw;
  }
}
@media only screen and (min-width: 1440px) {
  .top-info__comingsoon {
    height: 894px;
  }
}
@media only screen and (min-width: 751px) {
  .top-info__comingsoon-inner {
    position: absolute;
    width: 100%;
    height: 16.6666666667vw;
    background: #e8fbff;
    left: 0;
    top: 50%;
    transform: translate3d(0, -50%, 0);
  }
}
@media only screen and (min-width: 1440px) {
  .top-info__comingsoon-inner {
    height: 240px;
  }
}
.top-info__comingsoon img {
  position: absolute;
  display: block;
  width: 64.5333333333vw;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
@media only screen and (min-width: 751px) {
  .top-info__comingsoon img {
    width: 43.4027777778vw;
  }
}
@media only screen and (min-width: 1440px) {
  .top-info__comingsoon img {
    width: 625px;
  }
}
.top-info__comingsoon::after {
  content: "";
  display: block;
  position: absolute;
  width: 47.7333333333vw;
  height: 20vw;
  left: 50%;
  bottom: -0.8vw;
  transform: translate3d(-50%, 0, 0);
  background: url(../img/top/information/img_silhouette.png) no-repeat center top;
  background-size: 100% auto !important;
  z-index: 2;
}
@media only screen and (min-width: 751px) {
  .top-info__comingsoon::after {
    width: 24.3055555556vw;
    height: 9.7222222222vw;
    bottom: -0.2083333333vw;
    background: url(../img/top/information/img_silhouette_pc.png) no-repeat center top;
  }
}
@media only screen and (min-width: 1440px) {
  .top-info__comingsoon::after {
    width: 350px;
    height: 140px;
    bottom: -3px;
  }
}
.top-info__detail {
  position: relative;
  width: 100%;
  height: 21.3333333333vw;
  margin: 11.2vw auto 0;
  background: url(../img/top/information/btn_events.png) no-repeat center top;
  background-size: 100% auto !important;
}
@media only screen and (min-width: 751px) {
  .top-info__detail {
    height: 9.7222222222vw;
    margin: 7.2222222222vw auto 0;
    background: url(../img/top/information/btn_events_pc.png) no-repeat center top;
  }
}
@media only screen and (min-width: 1440px) {
  .top-info__detail {
    height: 140px;
    margin: 104px auto 0;
  }
}
.top-info__detail a {
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 0 0 25.3333333333vw;
  display: flex;
  justify-content: start;
  align-items: center;
}
@media only screen and (min-width: 751px) {
  .top-info__detail a {
    padding: 0 0 0 20.8333333333vw;
  }
}
@media only screen and (min-width: 1440px) {
  .top-info__detail a {
    padding: 0 0 0 300px;
  }
}
.top-info__detail a::after {
  content: "";
  display: block;
  position: absolute;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  right: 4vw;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  background: url(../img/top/information/icon_arrow_1.png) no-repeat center top;
  background-size: 100% auto !important;
  z-index: 2;
}
@media only screen and (min-width: 751px) {
  .top-info__detail a::after {
    width: 4.1666666667vw;
    height: 4.1666666667vw;
    right: 2.0833333333vw;
    background: url(../img/top/information/icon_arrow_1_pc.png) no-repeat center top;
  }
}
@media only screen and (min-width: 1440px) {
  .top-info__detail a::after {
    width: 60px;
    height: 60px;
    right: 30px;
  }
}
.top-info__detail-wrap {
  font-size: 4.2666666667vw;
  line-height: 6.1333333333vw;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
}
@media only screen and (min-width: 751px) {
  .top-info__detail-wrap {
    font-size: 2.0833333333vw;
    line-height: 3.1944444444vw;
  }
}
@media only screen and (min-width: 1440px) {
  .top-info__detail-wrap {
    font-size: 30px;
    line-height: 46px;
  }
}
.top-info__detail-bold {
  font-weight: 700;
}

.top-story {
  position: relative;
  padding: 16.5333333333vw 0 17.3333333333vw 0;
  background: url(../img/top/story/bg_repeat.jpg) repeat center;
  background-size: 12.9333333333vw auto;
}
@media only screen and (min-width: 751px) {
  .top-story {
    padding: 7.6388888889vw 0 8.6805555556vw 0;
    background-size: 6.7361111111vw auto;
  }
}
@media only screen and (min-width: 1440px) {
  .top-story {
    padding: 110px 0 125px 0;
    background-size: 97px auto;
  }
}
.top-story::after {
  content: "";
  display: block;
  position: absolute;
  width: 35.7333333333vw;
  height: 41.6vw;
  right: 0;
  top: 146.6666666667vw;
  background: url(../img/top/story/img_letter_1.png) no-repeat center top;
  background-size: 100% auto !important;
}
@media only screen and (min-width: 751px) {
  .top-story::after {
    width: 19.9305555556vw;
    height: 18.6805555556vw;
    left: 50%;
    right: auto;
    top: 44.4444444444vw;
    transform: translate3d(20.2777777778vw, 0, 0);
    background: url(../img/top/story/img_letter_1_pc.png) no-repeat center top;
  }
}
@media only screen and (min-width: 1440px) {
  .top-story::after {
    width: 287px;
    height: 269px;
    top: 640px;
    transform: translate3d(292px, 0, 0);
  }
}
.top-story h2 {
  width: 46.6666666667vw;
  margin: 0 auto;
}
@media only screen and (min-width: 751px) {
  .top-story h2 {
    width: 24.3055555556vw;
  }
}
@media only screen and (min-width: 1440px) {
  .top-story h2 {
    width: 350px;
  }
}
.top-story__contents {
  position: relative;
  width: 92vw;
  margin: 12vw auto 0;
  z-index: 1;
}
@media only screen and (min-width: 751px) {
  .top-story__contents {
    width: 71.1111111111vw;
    margin: 4.1666666667vw auto 0;
  }
}
@media only screen and (min-width: 1440px) {
  .top-story__contents {
    width: 1024px;
    margin: 60px auto 0;
  }
}
.top-story__highlight {
  text-decoration: underline;
  text-decoration-color: #fff;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 4vw;
  text-underline-offset: -3.2vw;
}
@media only screen and (min-width: 751px) {
  .top-story__highlight {
    text-decoration-thickness: 1.9444444444vw;
    text-underline-offset: -1.5277777778vw;
  }
}
@media only screen and (min-width: 1440px) {
  .top-story__highlight {
    text-decoration-thickness: 28px;
    text-underline-offset: -22px;
  }
}
.top-story__highlight_2 {
  text-decoration: underline;
  text-decoration-color: #fff;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 6.4vw;
  text-underline-offset: -5.6vw;
}
@media only screen and (min-width: 751px) {
  .top-story__highlight_2 {
    text-decoration-thickness: 3.1944444444vw;
    text-underline-offset: -2.6388888889vw;
  }
}
@media only screen and (min-width: 1440px) {
  .top-story__highlight_2 {
    text-decoration-thickness: 46px;
    text-underline-offset: -38px;
  }
}
.top-story__big {
  font-size: 6.4vw;
  line-height: 9.8666666667vw;
}
@media only screen and (min-width: 751px) {
  .top-story__big {
    font-size: 2.7777777778vw;
    line-height: 4.0277777778vw;
  }
  .top-story__big.top-story__highlight {
    text-decoration-thickness: 2.7777777778vw;
    text-underline-offset: -2.3611111111vw;
  }
}
@media only screen and (min-width: 1440px) {
  .top-story__big {
    font-size: 40px;
    line-height: 58px;
  }
  .top-story__big.top-story__highlight {
    text-decoration-thickness: 40px;
    text-underline-offset: -34px;
  }
}
.top-story__min {
  font-size: 2.6666666667vw;
}
@media only screen and (min-width: 751px) {
  .top-story__min {
    font-size: 1.1111111111vw;
  }
}
@media only screen and (min-width: 1440px) {
  .top-story__min {
    font-size: 16px;
  }
}
.top-story__item {
  margin-top: 9.8666666667vw;
}
@media only screen and (min-width: 751px) {
  .top-story__item {
    margin-top: 3.4722222222vw;
  }
}
@media only screen and (min-width: 1440px) {
  .top-story__item {
    margin-top: 50px;
  }
}
.top-story__item:first-of-type {
  margin-top: 0 !important;
}
@media only screen and (min-width: 751px) {
  .top-story__item-img {
    width: 59.0277777778vw;
  }
}
@media only screen and (min-width: 1440px) {
  .top-story__item-img {
    width: 850px;
  }
}
@media only screen and (min-width: 751px) {
  .top-story__item-img-2 img {
    margin-left: 12.5vw;
  }
}
@media only screen and (min-width: 1440px) {
  .top-story__item-img-2 img {
    margin-left: 180px;
  }
}
@media only screen and (min-width: 751px) {
  .top-story__item-img-4 img {
    margin-left: 12.5vw;
  }
}
@media only screen and (min-width: 1440px) {
  .top-story__item-img-4 img {
    margin-left: 180px;
  }
}
.top-story__item-text {
  text-align: center;
  font-size: 3.7333333333vw;
  line-height: 6.6666666667vw;
  font-weight: 700;
}
@media only screen and (min-width: 751px) {
  .top-story__item-text {
    font-size: 1.5277777778vw;
    line-height: 2.6388888889vw;
  }
}
@media only screen and (min-width: 1440px) {
  .top-story__item-text {
    font-size: 22px;
    line-height: 38px;
  }
}
.top-story__item-text p {
  margin-top: 5.3333333333vw;
}
@media only screen and (min-width: 751px) {
  .top-story__item-text p {
    margin-top: 3.0555555556vw;
  }
}
@media only screen and (min-width: 1440px) {
  .top-story__item-text p {
    margin-top: 44px;
  }
}
.top-story__item-text p:first-of-type {
  margin-top: 0 !important;
}
.top-story__item-border {
  display: block;
  width: 1.8666666667vw;
  height: 7.3333333333vw;
  margin: 5.8666666667vw auto;
  background: url(../img/common/icon_dots.png) no-repeat center top;
  background-size: 100% auto;
}
@media only screen and (min-width: 751px) {
  .top-story__item-border {
    width: 0.9027777778vw;
    height: 3.75vw;
    margin: 1.8055555556vw auto;
  }
}
@media only screen and (min-width: 1440px) {
  .top-story__item-border {
    width: 13px;
    height: 54px;
    margin: 26px auto;
  }
}
.top-story__item-border + * {
  margin-top: 0 !important;
}

.top-special {
  position: relative;
  padding: 17.3333333333vw 0 15.2vw 0;
  background: url(../img/top/special/bg.jpg) no-repeat center top;
  background-size: 100% auto !important;
}
@media only screen and (min-width: 751px) {
  .top-special {
    padding: 7.6388888889vw 0 7.9166666667vw 0;
    background: url(../img/top/special/bg_pc.jpg) no-repeat center top;
  }
}
@media only screen and (min-width: 1440px) {
  .top-special {
    padding: 110px 0 114px 0;
  }
}
.top-special h2 {
  width: 57.0666666667vw;
  margin: 0 auto;
}
@media only screen and (min-width: 751px) {
  .top-special h2 {
    width: 31.25vw;
  }
}
@media only screen and (min-width: 1440px) {
  .top-special h2 {
    width: 450px;
  }
}
.top-special__contents {
  position: relative;
  width: 93.0666666667vw;
  margin: 12vw auto 0;
  z-index: 1;
}
@media only screen and (min-width: 751px) {
  .top-special__contents {
    width: 83.3333333333vw;
    margin: 5.5555555556vw auto 0;
  }
}
@media only screen and (min-width: 1440px) {
  .top-special__contents {
    width: 1200px;
    margin: 80px auto 0;
  }
}
.top-special__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.top-special__link {
  height: 13.3333333333vw;
  line-height: 13.3333333333vw;
  text-align: center;
  background: #e7cd6d;
}
@media only screen and (min-width: 751px) {
  .top-special__link {
    height: 5.5555555556vw;
    line-height: 5.5555555556vw;
    transition: background 400ms;
  }
  .top-special__link:hover {
    background: #fff;
  }
}
@media only screen and (min-width: 1440px) {
  .top-special__link {
    height: 80px;
    line-height: 80px;
  }
}
.top-special__link span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.7333333333vw;
}
@media only screen and (min-width: 751px) {
  .top-special__link span {
    font-size: 1.6666666667vw;
  }
}
@media only screen and (min-width: 1440px) {
  .top-special__link span {
    font-size: 24px;
  }
}
.top-special__link span::after {
  content: "";
  display: block;
  width: 3.7333333333vw;
  height: 3.7333333333vw;
  margin-left: 1.6vw;
  background: url(../img/top/special/icon_plus.png) no-repeat center top;
  background-size: 100% auto;
}
@media only screen and (min-width: 751px) {
  .top-special__link span::after {
    width: 1.6666666667vw;
    height: 1.6666666667vw;
    margin-left: 0.6944444444vw;
  }
}
@media only screen and (min-width: 1440px) {
  .top-special__link span::after {
    width: 24px;
    height: 24px;
    margin-left: 10px;
  }
}
.top-special__item {
  width: 45.3333333333vw;
  border: 0.2666666667vw solid #fff;
  background: #faf5e9;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (min-width: 751px) {
  .top-special__item {
    width: 40.8333333333vw;
    border: 0.1388888889vw solid #fff;
    cursor: pointer;
  }
}
@media only screen and (min-width: 1440px) {
  .top-special__item {
    width: 588px;
    border: 2px solid #fff;
  }
}
.top-special__item:nth-of-type(even) {
  margin-left: 2.4vw;
}
@media only screen and (min-width: 751px) {
  .top-special__item:nth-of-type(even) {
    margin-left: 1.5972222222vw;
  }
}
@media only screen and (min-width: 1440px) {
  .top-special__item:nth-of-type(even) {
    margin-left: 23px;
  }
}
.top-special__item:nth-of-type(n + 3) {
  margin-top: 2.4vw;
}
@media only screen and (min-width: 751px) {
  .top-special__item:nth-of-type(n + 3) {
    margin-top: 1.5972222222vw;
  }
}
@media only screen and (min-width: 1440px) {
  .top-special__item:nth-of-type(n + 3) {
    margin-top: 23px;
  }
}
.top-special__item dl {
  position: relative;
  width: 100%;
  height: 38.6666666667vw;
  padding: 5.3333333333vw 5.3333333333vw;
  overflow: hidden;
}
@media only screen and (min-width: 751px) {
  .top-special__item dl {
    height: 11.1111111111vw;
    padding: 2.7777777778vw 3.6111111111vw 1.6666666667vw;
  }
}
@media only screen and (min-width: 1440px) {
  .top-special__item dl {
    height: 160px;
    padding: 40px 52px 24px;
  }
}
.top-special__item dl::before, .top-special__item dl::after {
  content: "";
  display: block;
  position: absolute;
  width: 43.3333333333vw;
  height: 4.5333333333vw;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  background: url(../img/top/special/frame_1.png) no-repeat center top;
  background-size: 100% auto !important;
}
@media only screen and (min-width: 751px) {
  .top-special__item dl::before, .top-special__item dl::after {
    width: 39.9305555556vw;
    height: 1.9444444444vw;
    background: url(../img/top/special/frame_1_pc.png) no-repeat center top;
  }
}
@media only screen and (min-width: 1440px) {
  .top-special__item dl::before, .top-special__item dl::after {
    width: 575px;
    height: 28px;
  }
}
.top-special__item dl::before {
  top: 0.9333333333vw;
}
@media only screen and (min-width: 751px) {
  .top-special__item dl::before {
    top: 0.3472222222vw;
  }
}
@media only screen and (min-width: 1440px) {
  .top-special__item dl::before {
    top: 5px;
  }
}
.top-special__item dl::after {
  bottom: 1.3333333333vw;
  transform: translate3d(-50%, 0, 0) scale(1, -1);
}
@media only screen and (min-width: 751px) {
  .top-special__item dl::after {
    bottom: 0.3472222222vw;
  }
}
@media only screen and (min-width: 1440px) {
  .top-special__item dl::after {
    bottom: 5px;
  }
}
.top-special__item dl dt {
  width: 100%;
  font-size: 3.7333333333vw;
  line-height: 5.0666666667vw;
  text-align: center;
}
@media only screen and (min-width: 751px) {
  .top-special__item dl dt {
    font-size: 1.6666666667vw;
    line-height: 2.3611111111vw;
  }
}
@media only screen and (min-width: 1440px) {
  .top-special__item dl dt {
    font-size: 24px;
    line-height: 34px;
  }
}
.top-special__item dl dd {
  margin-top: 4vw;
  padding: 0 1.3333333333vw;
  font-size: 3.2vw;
  line-height: 5.0666666667vw;
  mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 45%, rgb(0, 0, 0) 60%, rgb(0, 0, 0) 100%);
}
@media only screen and (min-width: 751px) {
  .top-special__item dl dd {
    margin-top: 1.25vw;
    padding: 0 0;
    font-size: 1.25vw;
    line-height: 2.0833333333vw;
    mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 87%, rgb(0, 0, 0) 91%, rgb(0, 0, 0) 100%);
  }
}
@media only screen and (min-width: 1440px) {
  .top-special__item dl dd {
    margin-top: 18px;
    padding: 0 0;
    font-size: 18px;
    line-height: 30px;
  }
}
.top-special__slide-container {
  width: 100%;
  overflow: hidden;
}
.top-special__slide-item {
  padding: 5.3333333333vw 6.6666666667vw 6.6666666667vw;
  border: 0.2666666667vw solid #e7cd6d;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 6.1333333333vw;
}
@media only screen and (min-width: 751px) {
  .top-special__slide-item {
    padding: 2.7777777778vw 4.1666666667vw;
    border: 0.2083333333vw solid #e7cd6d;
    font-size: 1.25vw;
    line-height: 2.2222222222vw;
  }
}
@media only screen and (min-width: 1440px) {
  .top-special__slide-item {
    padding: 40px 60px;
    border: 3px solid #e7cd6d;
    font-size: 18px;
    line-height: 32px;
  }
}
.top-special__slide-pagination {
  position: relative;
  display: flex;
  width: 100%;
  bottom: -8vw !important;
  padding-bottom: 9.3333333333vw;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 751px) {
  .top-special__slide-pagination {
    bottom: -2.7777777778vw !important;
    padding-bottom: 2.7777777778vw;
  }
}
@media only screen and (min-width: 1440px) {
  .top-special__slide-pagination {
    bottom: -40px !important;
    padding-bottom: 40px;
  }
}
.top-special__slide-pagination span {
  width: 2.9333333333vw;
  height: 2.9333333333vw;
  margin: 0 1.0666666667vw;
  background: url(../img/common/icon_dot_d.png) repeat center top;
  background-size: 100% auto;
  opacity: 1 !important;
}
@media only screen and (min-width: 751px) {
  .top-special__slide-pagination span {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
    margin: 0 0.3472222222vw;
  }
}
@media only screen and (min-width: 1440px) {
  .top-special__slide-pagination span {
    width: 15px;
    height: 15px;
    margin: 0 5px;
  }
}
.top-special__slide-pagination span.swiper-pagination-bullet-active {
  background-image: url(../img/common/icon_dot_on.png);
}
.top-special__modal {
  position: fixed;
  width: 100%;
  height: 101dvh;
  left: 0;
  top: 0;
  z-index: 20;
  overscroll-behavior-y: contain;
  overflow: auto;
  opacity: 0;
  pointer-events: none;
  transition: opacity 400ms;
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
  /*Google Chrome、Safariへの対応*/
}
.top-special__modal .contents_box::-webkit-scrollbar {
  display: none;
}
@media only screen and (min-width: 751px) {
  .top-special__modal {
    height: 100dvh;
  }
}
.top-special__modal.js--show {
  opacity: 1;
  pointer-events: auto;
}
.top-special__modal-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100.05%;
}
.top-special__modal-close {
  position: fixed;
  width: 15.2vw;
  right: 4vw;
  top: 4vw;
  cursor: pointer;
  z-index: 3;
}
@media only screen and (min-width: 751px) {
  .top-special__modal-close {
    width: 5.5555555556vw;
    right: 3.0555555556vw;
    top: 3.0555555556vw;
  }
}
@media only screen and (min-width: 1440px) {
  .top-special__modal-close {
    width: 80px;
    right: 44px;
    top: 44px;
  }
}
.top-special__modal-bg {
  position: fixed;
  width: 100%;
  height: 100dvh;
  left: 0;
  top: 0;
  background: #fff;
  opacity: 0.7;
}
.top-special__modal-contents {
  position: relative;
  top: 36vw;
  left: 0;
  height: calc(100dvh - 36vw);
}
@media only screen and (min-width: 751px) {
  .top-special__modal-contents {
    top: 11.6666666667vw;
    left: 0;
    height: calc(100dvh - 11.6666666667vw);
  }
}
@media only screen and (min-width: 1440px) {
  .top-special__modal-contents {
    top: 168px;
    left: 0;
    height: calc(100dvh - 168px);
  }
}
.top-special__modal-text {
  height: 73.3333333333vw;
  overflow: auto;
  overscroll-behavior-y: contain;
}
@media only screen and (min-width: 751px) {
  .top-special__modal-text {
    height: 29.1666666667vw;
    padding: 0 1.7361111111vw;
  }
}
@media only screen and (min-width: 1440px) {
  .top-special__modal-text {
    height: 420px;
    padding: 0 25px;
  }
}
.top-special__modal-data {
  margin-top: 5.3333333333vw;
  font-weight: 700;
  text-align: center;
}
@media only screen and (min-width: 751px) {
  .top-special__modal-data {
    margin-top: 1.1111111111vw;
  }
}
@media only screen and (min-width: 1440px) {
  .top-special__modal-data {
    margin-top: 16px;
  }
}
.top-special__modal-job {
  font-size: 3.7333333333vw;
  color: #e7cd6d;
}
@media only screen and (min-width: 751px) {
  .top-special__modal-job {
    font-size: 1.25vw;
  }
}
@media only screen and (min-width: 1440px) {
  .top-special__modal-job {
    font-size: 18px;
  }
}
.top-special__modal-name {
  margin-top: 1.0666666667vw;
  font-size: 5.3333333333vw;
}
@media only screen and (min-width: 751px) {
  .top-special__modal-name {
    margin-top: 0.1388888889vw;
    font-size: 2.2222222222vw;
  }
}
@media only screen and (min-width: 1440px) {
  .top-special__modal-name {
    margin-top: 2px;
    font-size: 32px;
  }
}
.top-special__modal-arrow {
  position: absolute;
  left: 50%;
  top: 89.0666666667vw;
  width: 96.2666666667vw;
  height: 12.1333333333vw;
  transform: translate3d(-50%, 0, 0);
  z-index: 10;
}
@media only screen and (min-width: 751px) {
  .top-special__modal-arrow {
    top: 18.75vw;
    width: 48.6111111111vw;
    height: 6.25vw;
    cursor: pointer;
  }
}
.top-special__modal-arrow-left, .top-special__modal-arrow-right {
  position: absolute;
  top: 0;
  width: 8.1333333333vw;
}
@media only screen and (min-width: 751px) {
  .top-special__modal-arrow-left, .top-special__modal-arrow-right {
    width: 2.7777777778vw;
  }
}
.top-special__modal-arrow-left.swiper-button-disabled, .top-special__modal-arrow-right.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.top-special__modal-arrow-right {
  right: 0;
  transform: scale(-1, 1);
}

.top-banner {
  padding: 15.4666666667vw 0;
  background: url(../img/top/banner/bg_repeat.jpg) repeat center top;
  background-size: 16.5333333333vw auto;
  background-color: #fff;
}
@media only screen and (min-width: 751px) {
  .top-banner {
    padding: 4.1666666667vw 0;
    background-size: 5.1388888889vw auto;
  }
}
@media only screen and (min-width: 1440px) {
  .top-banner {
    padding: 60px 0;
    background-size: 74px;
  }
}
.top-banner__slide-container {
  width: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 751px) {
  .top-banner__slide-container .swiper-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 83.3333333333vw;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1440px) {
  .top-banner__slide-container .swiper-wrapper {
    width: 1200px;
  }
}
.top-banner__slide-item {
  position: relative;
}
.top-banner__slide-item img {
  border: 1px solid #a8a8a8;
}
@media only screen and (min-width: 751px) {
  .top-banner__slide-item img {
    border: 0.0694444444vw solid #a8a8a8;
  }
}
@media only screen and (min-width: 1440px) {
  .top-banner__slide-item img {
    border: 1px solid #a8a8a8;
  }
}
@media only screen and (min-width: 751px) {
  .top-banner__slide-item {
    width: 25.4166666667vw;
    border: 0.0694444444vw solid #a8a8a8;
    cursor: pointer;
  }
  .top-banner__slide-item::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background: #fff;
    opacity: 0;
    transition: opacity 400ms;
    pointer-events: none;
  }
  .top-banner__slide-item:hover::before {
    opacity: 0.5;
  }
}
@media only screen and (min-width: 1440px) {
  .top-banner__slide-item {
    width: 366px;
    border: 1px solid #a8a8a8;
  }
}
.top-banner__slide-pagination {
  display: flex;
  width: 100%;
  margin-top: 3.7333333333vw;
  align-items: center;
  justify-content: center;
  z-index: 9 !important;
}
@media only screen and (min-width: 751px) {
  .top-banner__slide-pagination {
    margin-top: 1.1111111111vw;
    display: none !important;
  }
}
@media only screen and (min-width: 1440px) {
  .top-banner__slide-pagination {
    margin-top: 16px;
  }
}
.top-banner__slide-pagination span {
  width: 2.4vw;
  height: 2.4vw;
  margin: 0 0.8vw;
  background: url(../img/common/icon_dot_d.png) repeat center top;
  background-size: 100% auto;
  opacity: 1 !important;
}
@media only screen and (min-width: 751px) {
  .top-banner__slide-pagination span {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
    margin: 0 0.3472222222vw;
  }
}
@media only screen and (min-width: 1440px) {
  .top-banner__slide-pagination span {
    width: 15px;
    height: 15px;
    margin: 0 5px;
  }
}
.top-banner__slide-pagination span.swiper-pagination-bullet-active {
  background-image: url(../img/common/icon_dot_on.png);
}

.top-foot {
  position: relative;
  width: 100%;
  height: 180.8vw;
  background: url(../img/top/footer/bg.jpg) no-repeat center top;
  background-size: 100% auto !important;
  z-index: 2;
}
@media only screen and (min-width: 751px) {
  .top-foot {
    height: 86.1111111111vw;
    background: url(../img/top/footer/bg_pc.jpg) no-repeat center top;
  }
}
.top-foot__fixed {
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translate3d(-50%, 100%, 0);
  width: 90.4vw;
  z-index: 9;
  transition: transform 600ms;
}
.top-foot__fixed.js--show {
  transform: translate3d(-50%, 0, 0);
}
@media only screen and (min-width: 751px) {
  .top-foot__fixed {
    width: 71.5972222222vw;
  }
}
@media only screen and (min-width: 1440px) {
  .top-foot__fixed {
    width: 1031px;
  }
}
.top-foot__txt {
  position: absolute;
  width: 78.2666666667vw;
  left: 50%;
  top: 9.3333333333vw;
  transform: translate3d(-50%, 0, 0);
}
@media only screen and (min-width: 751px) {
  .top-foot__txt {
    width: 66.5972222222vw;
    top: 6.9444444444vw;
  }
}
.top-intro img,
.top h2 img {
  opacity: 0;
  filter: blur(8px);
}
.top-intro.js--anime img,
.top h2.js--anime img {
  opacity: 1;
  filter: blur(0px);
  transition: all 800ms;
}
.top .top-info__chara-15,
.top .top-info__chara-16,
.top .top-info__chara-17, .top-special__list, .top-story__contents, .top-info__content {
  opacity: 0;
  filter: blur(8px);
}
.top .top-info__chara-15.js--anime,
.top .top-info__chara-16.js--anime,
.top .top-info__chara-17.js--anime, .top-special__list.js--anime, .top-story__contents.js--anime, .top-info__content.js--anime {
  opacity: 1;
  filter: blur(0px);
  transition: all 800ms;
}
.top-foot__txt img {
  opacity: 0;
  filter: blur(8px);
  transform: translate3d(0, 25%, 0);
}
@media only screen and (min-width: 751px) {
  .top-foot__txt img {
    transform: translate3d(0, 5%, 0);
  }
}
.top .js--anime .top-foot__txt img {
  opacity: 1;
  filter: blur(0px);
  transform: translate3d(0%, 0, 0);
  transition: all 800ms;
}

.eventinfo-main {
  position: relative;
  padding-bottom: 0vw;
  font-family: "Noto Serif JP", sans-serif;
  z-index: 1;
}
@media only screen and (min-width: 751px) {
  .eventinfo-main {
    padding-bottom: 0vw;
  }
}
#eventinfo {
  background: url(../img/eventinfo/goods/bg_repeat_1.jpg) repeat center top;
  background-size: 13.0666666667vw auto;
}
@media only screen and (min-width: 751px) {
  #eventinfo {
    background-size: 6.9444444444vw auto;
  }
}
@media only screen and (min-width: 1440px) {
  #eventinfo {
    background-size: 100px auto;
  }
}
#eventinfo #page {
  overflow: hidden;
}
#eventinfo .footerLine {
  overflow: initial;
}

.eventinfo {
  letter-spacing: 0.0333333333vw;
}
@media only screen and (min-width: 751px) {
  .eventinfo {
    letter-spacing: 0.0173611111vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo {
    letter-spacing: 0.25;
  }
}
.eventinfo-pagetop {
  position: fixed;
  right: 2.4vw;
  bottom: 2.4vw;
  width: 30.6666666667vw;
  height: 31.8666666667vw;
  z-index: 3;
  opacity: 0;
  pointer-events: none;
  transition: opacity 400ms;
}
@media only screen and (min-width: 751px) {
  .eventinfo-pagetop {
    right: 2.2222222222vw;
    bottom: 2.2222222222vw;
    width: 12.0833333333vw;
    height: 12.2916666667vw;
    cursor: pointer;
  }
  .eventinfo-pagetop::after {
    transition: transform 300ms;
  }
  .eventinfo-pagetop:hover::after {
    transform: translate3d(0, -1.3888888889vw, 0);
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-pagetop {
    right: 32px;
    bottom: 32px;
    width: 174px;
    height: 177px;
  }
  .eventinfo-pagetop:hover::after {
    transform: translate3d(0, -20px, 0);
  }
}
.eventinfo-pagetop a {
  display: block;
  width: 100%;
  height: 100%;
}
.eventinfo-pagetop.js--show {
  opacity: 1;
  pointer-events: auto;
}
.eventinfo-pagetop::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/eventinfo/btn_top_base.png) no-repeat center top;
  background-size: 100% auto;
  z-index: 1;
  pointer-events: none;
}
.eventinfo-pagetop::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/eventinfo/btn_top_hand.png) no-repeat center top;
  background-size: 100% auto;
  pointer-events: none;
}
.eventinfo-border {
  width: 100%;
  height: 5.3333333333vw;
  background: url(../img/common/border_repeat_1.jpg) repeat-x left top;
  background-size: 12.5333333333vw auto;
  animation: eventinfo-border-animation 2s linear infinite;
  animation-timing-function: steps(2);
}
@media only screen and (min-width: 751px) {
  .eventinfo-border {
    height: 2.6388888889vw;
    background-size: 6.5277777778vw auto;
    animation-name: eventinfo-border-animation-pc;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-border {
    height: 38px;
    background-size: 94px auto;
    animation-name: eventinfo-border-animation-pc-big;
  }
}
.eventinfo-modal {
  position: fixed;
  width: 100%;
  height: 101dvh;
  left: 0;
  top: 0;
  z-index: 200;
  overscroll-behavior-y: contain;
  opacity: 0;
  pointer-events: none;
  transition: opacity 400ms;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.eventinfo-modal .contents_box::-webkit-scrollbar {
  display: none;
}
@media only screen and (min-width: 751px) {
  .eventinfo-modal {
    height: 100dvh;
  }
}
.eventinfo-modal.js--show {
  opacity: 1;
  pointer-events: auto;
}
.eventinfo-modal.js--show .modal-goods,
.eventinfo-modal.js--show img {
  pointer-events: auto;
}
.eventinfo-modal-scroller.js--center {
  position: relative;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.eventinfo-modal-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: auto;
}
.eventinfo-modal-inner:has(.modal-goods) {
  padding: 10vh 0;
}
.eventinfo-modal-close {
  position: fixed;
  width: 15.2vw;
  right: 4vw;
  top: 4vw;
  cursor: pointer;
  z-index: 3;
}
@media only screen and (min-width: 751px) {
  .eventinfo-modal-close {
    width: 5.5555555556vw;
    right: 3.0555555556vw;
    top: 3.0555555556vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-modal-close {
    width: 80px;
    right: 44px;
    top: 44px;
  }
}
.eventinfo-modal-bg {
  position: fixed;
  width: 100%;
  height: 100dvh;
  left: 0;
  top: 0;
  background: #fff;
  opacity: 0.9;
}
.eventinfo-modal-contents {
  position: relative;
  top: 0;
  left: 0;
  height: 100dvh;
  pointer-events: none;
}
.eventinfo-modal-contents img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(100% - 8vw);
  transform: translate3d(-50%, -50%, 0);
}
@media only screen and (min-width: 751px) {
  .eventinfo-modal-contents img {
    width: 41.6666666667vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-modal-contents img {
    width: 600px;
  }
}
.eventinfo-modal-contents.modal-goods {
  position: relative;
  left: 50%;
  top: 0%;
  width: calc(100% - 8vw);
  height: auto;
  transform: translate3d(-50%, 0%, 0);
}
@media only screen and (min-width: 751px) {
  .eventinfo-modal-contents.modal-goods {
    width: 41.6666666667vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-modal-contents.modal-goods {
    width: 600px;
  }
}
.eventinfo-modal-contents.modal-goods .eventinfo-modal-img {
  width: 100%;
  border: 0.2666666667vw solid #d4d4d4;
}
@media only screen and (min-width: 751px) {
  .eventinfo-modal-contents.modal-goods .eventinfo-modal-img {
    border: 0.1388888889vw solid #d4d4d4;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-modal-contents.modal-goods .eventinfo-modal-img {
    border: 2px solid #d4d4d4;
  }
}
.eventinfo-modal-contents.modal-goods .eventinfo-modal-img img {
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  transform: none;
}
.eventinfo-modal-contents.modal-goods .eventinfo-modal-detail {
  padding: 5.3333333333vw 0 0;
  font-size: 4.2666666667vw;
  line-height: 7.2vw;
  font-weight: 700;
}
@media only screen and (min-width: 751px) {
  .eventinfo-modal-contents.modal-goods .eventinfo-modal-detail {
    padding: 2.3611111111vw 0 0;
    font-size: 1.6666666667vw;
    line-height: 2.3611111111vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-modal-contents.modal-goods .eventinfo-modal-detail {
    padding: 34px 0px 54px;
    font-size: 24px;
    line-height: 34px;
  }
}
.eventinfo-modal-contents.modal-goods .eventinfo-modal-title span {
  display: block;
  font-size: 3.2vw;
}
@media only screen and (min-width: 751px) {
  .eventinfo-modal-contents.modal-goods .eventinfo-modal-title span {
    font-size: 1.25vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-modal-contents.modal-goods .eventinfo-modal-title span {
    font-size: 18px;
  }
}
.eventinfo-modal-contents.modal-goods .eventinfo-modal-price {
  margin-top: 2.9333333333vw;
}
@media only screen and (min-width: 751px) {
  .eventinfo-modal-contents.modal-goods .eventinfo-modal-price {
    margin-top: 0.5555555556vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-modal-contents.modal-goods .eventinfo-modal-price {
    margin-top: 8px;
  }
}
.eventinfo-modal-contents.modal-goods .eventinfo-modal-spec {
  font-size: 2.6666666667vw;
  margin-top: 2.9333333333vw;
  line-height: 5.6vw;
  font-weight: 500;
}
@media only screen and (min-width: 751px) {
  .eventinfo-modal-contents.modal-goods .eventinfo-modal-spec {
    font-size: 0.9722222222vw;
    margin-top: 0.9722222222vw;
    line-height: 1.6666666667vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-modal-contents.modal-goods .eventinfo-modal-spec {
    font-size: 14px;
    margin-top: 14px;
    line-height: 24px;
  }
}

@keyframes eventinfo-border-animation {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 12.5333333333vw 0;
  }
}
@keyframes eventinfo-border-animation-pc {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 6.5277777778vw 0;
  }
}
@keyframes eventinfo-border-animation-pc-big {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 94px 0;
  }
}
.top-main {
  position: relative;
}

.eventinfo-info h2,
.eventinfo-info__content,
.eventinfo-ticket h2,
.eventinfo-ticket__content,
.eventinfo-goods h2,
.eventinfo-goods__order,
.eventinfo-goods__schedule,
.eventinfo-goods__list,
.eventinfo-goods__attention,
.eventinfo-goods__after,
.eventinfo-notes {
  opacity: 0;
  filter: blur(8px);
}
.eventinfo-info h2.js--anime,
.eventinfo-info__content.js--anime,
.eventinfo-ticket h2.js--anime,
.eventinfo-ticket__content.js--anime,
.eventinfo-goods h2.js--anime,
.eventinfo-goods__order.js--anime,
.eventinfo-goods__schedule.js--anime,
.eventinfo-goods__list.js--anime,
.eventinfo-goods__attention.js--anime,
.eventinfo-goods__after.js--anime,
.eventinfo-notes.js--anime {
  opacity: 1;
  filter: blur(0px);
  transition: all 800ms;
}

.eventinfo-mv {
  position: relative;
  width: 100%;
  height: 78.6666666667vw;
  background: url(../img/eventinfo/mv/bg.jpg) no-repeat center top;
  background-size: 100% auto !important;
  z-index: 1;
}
@media only screen and (min-width: 751px) {
  .eventinfo-mv {
    height: 39.5833333333vw;
    background: url(../img/eventinfo/mv/bg_pc.jpg) no-repeat center top;
  }
}
.eventinfo-info {
  padding: 14.4vw 0 31.7333333333vw 0;
  background: url(../img/eventinfo/information/bg_repeat_3.jpg) repeat center top;
  background-size: 5.7333333333vw auto;
}
@media only screen and (min-width: 751px) {
  .eventinfo-info {
    padding: 7.5vw 0 16.5277777778vw 0;
    background-size: 2.9861111111vw auto;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-info {
    padding: 108px 0 238px 0;
    background-size: 43px auto;
  }
}
.eventinfo-info h2 {
  position: relative;
  width: 98.1333333333vw;
  margin: 0 auto;
  z-index: 2;
}
@media only screen and (min-width: 751px) {
  .eventinfo-info h2 {
    width: 51.1111111111vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-info h2 {
    width: 736px;
  }
}
.eventinfo-info__contents {
  width: 92vw;
  margin: 16.2666666667vw auto 0;
}
@media only screen and (min-width: 751px) {
  .eventinfo-info__contents {
    width: 69.4444444444vw;
    margin: 8.4722222222vw auto 0;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-info__contents {
    width: 1000px;
    margin: 122px auto 0;
  }
}
.eventinfo-info__content {
  margin-top: 16.2666666667vw;
}
@media only screen and (min-width: 751px) {
  .eventinfo-info__content {
    margin-top: 8.4722222222vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-info__content {
    margin-top: 122px;
  }
}
.eventinfo-info__content:first-of-type {
  margin-top: 0 !important;
}
.eventinfo-info__tit {
  position: relative;
  display: flex;
  width: 92vw;
  height: 10.6666666667vw;
  align-items: center;
  justify-content: space-between;
  background: url(../img/eventinfo/information/h3.png) no-repeat center;
  background-size: 100% auto;
  font-size: 5.3333333333vw;
  color: #e7cd6d;
}
@media only screen and (min-width: 751px) {
  .eventinfo-info__tit {
    width: 33.5416666667vw;
    height: 2.4305555556vw;
    font-size: 1.6666666667vw;
    background-image: url(../img/eventinfo/information/h3_pc.png);
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-info__tit {
    width: 483px;
    height: 35px;
    font-size: 24px;
  }
}
.eventinfo-info__tit-txt {
  margin: 0 3.7333333333vw;
  white-space: nowrap;
  flex-grow: 0;
  font-weight: 700;
}
@media only screen and (min-width: 751px) {
  .eventinfo-info__tit-txt {
    margin: 0 2.2222222222vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-info__tit-txt {
    margin: 0 32px;
  }
}
.eventinfo-info__tit-frame {
  position: relative;
  width: 100%;
  height: 0.4vw;
  background: #e7cd6d;
}
@media only screen and (min-width: 751px) {
  .eventinfo-info__tit-frame {
    height: 0.2083333333vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-info__tit-frame {
    height: 3px;
  }
}
.eventinfo-info__tit-frame::before, .eventinfo-info__tit-frame::after {
  content: "";
  display: block;
  position: absolute;
  width: 2.1333333333vw;
  height: 2.1333333333vw;
  top: 50%;
  background: #e7cd6d;
  flex: 1;
}
@media only screen and (min-width: 751px) {
  .eventinfo-info__tit-frame::before, .eventinfo-info__tit-frame::after {
    width: 0.7638888889vw;
    height: 0.7638888889vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-info__tit-frame::before, .eventinfo-info__tit-frame::after {
    width: 11px;
    height: 11px;
  }
}
.eventinfo-info__tit-frame::before {
  right: 0;
  transform: translate3d(0, -50%, 0) rotateZ(45deg);
}
.eventinfo-info__tit-frame::after {
  right: 4.2666666667vw;
  transform: translate3d(0, -50%, 0) rotateZ(45deg);
}
@media only screen and (min-width: 751px) {
  .eventinfo-info__tit-frame::after {
    right: 1.9444444444vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-info__tit-frame::after {
    right: 28px;
  }
}
.eventinfo-info__tit-frame:last-of-type {
  transform: scale(-1, 1);
}
.eventinfo-info__read {
  font-size: 5.3333333333vw;
  margin-top: 9.6vw;
  color: #6e370f;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.5333333333vw;
}
@media only screen and (min-width: 751px) {
  .eventinfo-info__read {
    font-size: 2.2222222222vw;
    margin-top: 5vw;
    letter-spacing: 0.2777777778vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-info__read {
    font-size: 32px;
    margin-top: 72px;
    letter-spacing: 4px;
  }
}
.eventinfo-info__read span {
  display: block;
  font-size: 4.2666666667vw;
  margin-top: 4vw;
}
@media only screen and (min-width: 751px) {
  .eventinfo-info__read span {
    font-size: 1.3888888889vw;
    margin-top: 1.6666666667vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-info__read span {
    font-size: 20px;
    margin-top: 24px;
  }
}
.eventinfo-info__date-list {
  margin-top: 8.2666666667vw;
}
@media only screen and (min-width: 751px) {
  .eventinfo-info__date-list {
    display: flex;
    width: 63.8888888889vw;
    justify-content: space-between;
    margin: 2.9166666667vw auto 0;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-info__date-list {
    width: 920px;
    margin: 42px auto 0;
  }
}
.eventinfo-info__date-item {
  margin-top: 5.6vw;
}
@media only screen and (min-width: 751px) {
  .eventinfo-info__date-item {
    width: 31.25vw;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-info__date-item {
    width: 450px;
  }
}
.eventinfo-info__date-item:first-of-type {
  margin-top: 0 !important;
}
.eventinfo-info__date-item:last-of-type dl dt {
  background-image: url(../img/eventinfo/information/bg_repeat_2.jpg);
}
.eventinfo-info__date-item dl {
  display: flex;
  width: 100%;
  height: 16.2666666667vw;
  line-height: 16.2666666667vw;
  font-size: 5.3333333333vw;
  font-weight: 700;
  text-align: center;
  border-radius: 1.0666666667vw;
  overflow: hidden;
}
@media only screen and (min-width: 751px) {
  .eventinfo-info__date-item dl {
    height: 5.5555555556vw;
    line-height: 5.5555555556vw;
    font-size: 2.2222222222vw;
    border-radius: 0.5555555556vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-info__date-item dl {
    height: 80px;
    line-height: 80px;
    font-size: 32px;
    border-radius: 8px;
  }
}
.eventinfo-info__date-item dl dt {
  width: 27.3333333333vw;
  height: 100%;
  color: #fff;
  background: url(../img/eventinfo/information/bg_repeat_1.jpg) repeat center;
  background-size: 8.4vw auto;
  text-shadow: 0px 0px 2.1333333333vw #006C86;
}
@media only screen and (min-width: 751px) {
  .eventinfo-info__date-item dl dt {
    width: 10.9722222222vw;
    background-size: 4.375vw auto;
    font-size: 1.6666666667vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-info__date-item dl dt {
    width: 205px;
    background-size: 63px auto;
    font-size: 24px;
  }
}
.eventinfo-info__date-item dl dd {
  width: 64.6666666667vw;
  height: 100%;
  color: #6e370f;
  background: #fff;
}
@media only screen and (min-width: 751px) {
  .eventinfo-info__date-item dl dd {
    width: 20.1388888889vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-info__date-item dl dd {
    width: 290px;
  }
}
.eventinfo-info__cast-list {
  margin-top: 10.4vw;
}
@media only screen and (min-width: 751px) {
  .eventinfo-info__cast-list {
    display: flex;
    justify-content: space-between;
    width: 69.4444444444vw;
    margin: 5.6944444444vw auto 0;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-info__cast-list {
    width: 1000px;
    margin: 82px auto 0;
  }
}
.eventinfo-info__cast-item {
  margin-top: 10.6666666667vw;
}
.eventinfo-info__cast-item:first-of-type {
  margin-top: 0 !important;
}
@media only screen and (min-width: 751px) {
  .eventinfo-info__cast-item {
    width: 34.0277777778vw;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-info__cast-item {
    width: 490px;
  }
}
.eventinfo-info__cast-item:last-of-type dl dt {
  background-image: url(../img/eventinfo/information/bg_repeat_2.jpg);
}
.eventinfo-info__cast-item dl {
  width: 100%;
  font-size: 5.3333333333vw;
  font-weight: 700;
  text-align: center;
  border-radius: 1.0666666667vw;
  overflow: hidden;
}
@media only screen and (min-width: 751px) {
  .eventinfo-info__cast-item dl {
    font-size: 2.2222222222vw;
    border-radius: 0.5555555556vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-info__cast-item dl {
    font-size: 32px;
    border-radius: 8px;
  }
}
.eventinfo-info__cast-item dl dt {
  width: 100%;
  height: 14.9333333333vw;
  line-height: 14.9333333333vw;
  color: #fff;
  background: url(../img/eventinfo/information/bg_repeat_1.jpg) repeat center;
  background-size: 8.4vw auto;
  text-shadow: 0px 0px 2.1333333333vw #006C86;
}
@media only screen and (min-width: 751px) {
  .eventinfo-info__cast-item dl dt {
    height: 5.5555555556vw;
    line-height: 5.5555555556vw;
    background-size: 4.375vw auto;
    text-shadow: 0px 0px 1.1111111111vw #006C86;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-info__cast-item dl dt {
    height: 80px;
    line-height: 80px;
    background-size: 63px auto;
    text-shadow: 0px 0px 16px #006C86;
  }
}
.eventinfo-info__cast-item dl dd {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: 45.0666666667vw;
  padding: 7.2vw 15.2vw 10vw;
  font-size: 4.2666666667vw;
  color: #6e370f;
  background: url(../img/common/frame_2.png) no-repeat center bottom;
  background-size: 100% auto;
  background-color: #fff;
}
@media only screen and (min-width: 751px) {
  .eventinfo-info__cast-item dl dd {
    height: 16.6666666667vw;
    padding: 2.5vw 5.5555555556vw 2.9166666667vw;
    font-size: 1.6666666667vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-info__cast-item dl dd {
    height: 240px;
    padding: 36px 80px 42px;
    font-size: 24px;
  }
}
.eventinfo-info__cast-wrap {
  width: 30.6666666667vw;
  text-align: center;
}
@media only screen and (min-width: 751px) {
  .eventinfo-info__cast-wrap {
    width: 11.1111111111vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-info__cast-wrap {
    width: 160px;
  }
}
.eventinfo-info__cast-wrap:nth-of-type(n + 3) {
  margin-top: 6.6666666667vw;
}
@media only screen and (min-width: 751px) {
  .eventinfo-info__cast-wrap:nth-of-type(n + 3) {
    margin-top: 1.8055555556vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-info__cast-wrap:nth-of-type(n + 3) {
    margin-top: 26px;
  }
}
.eventinfo-info__cast-chara {
  margin-top: 1.6vw;
  font-size: 3.4666666667vw;
  font-weight: 500;
}
@media only screen and (min-width: 751px) {
  .eventinfo-info__cast-chara {
    margin-top: 0.8333333333vw;
    font-size: 1.25vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-info__cast-chara {
    margin-top: 12px;
    font-size: 18px;
  }
}
.eventinfo-info__cast-chara span {
  font-size: 2.4vw;
}
@media only screen and (min-width: 751px) {
  .eventinfo-info__cast-chara span {
    font-size: 0.9722222222vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-info__cast-chara span {
    font-size: 14px;
  }
}
.eventinfo-info__about-list {
  position: relative;
  margin-top: 10.6666666667vw;
  padding: 12vw 12vw 10.6666666667vw;
  font-size: 4.2666666667vw;
  border-radius: 1.0666666667vw;
  font-weight: 700;
  color: #6e370f;
  background: url(../img/common/frame_2.png) no-repeat center bottom;
  background-size: 100% auto;
  background-color: #fff;
}
@media only screen and (min-width: 751px) {
  .eventinfo-info__about-list {
    width: 50%;
    margin-top: 0vw;
    padding: 0;
    font-size: 1.6666666667vw;
    background-color: transparent;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-info__about-list {
    width: 50%;
    padding: 0;
    font-size: 24px;
  }
}
.eventinfo-info__about-list:first-of-type {
  background-image: none;
  border-radius: 1.0666666667vw 1.0666666667vw 0 0;
}
@media only screen and (min-width: 751px) {
  .eventinfo-info__about-list:first-of-type {
    padding: 3.4722222222vw 2.5vw 3.4722222222vw 4.1666666667vw;
    border-radius: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-info__about-list:first-of-type {
    padding: 50px 36px 50px 60px;
    border-radius: 0;
  }
}
.eventinfo-info__about-list:first-of-type::after {
  content: "";
  display: block;
  position: absolute;
  right: 0vw;
  bottom: 0vw;
  width: 32.4vw;
  height: 22.8vw;
  background: url(../img/eventinfo/information/img_chara_1.png) no-repeat center top;
  background-size: 100% auto;
  pointer-events: none;
}
@media only screen and (min-width: 751px) {
  .eventinfo-info__about-list:first-of-type::after {
    left: 0;
    top: -0.9722222222vw;
    width: 70.5555555556vw;
    height: 25.625vw;
    background: none;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-info__about-list:first-of-type::after {
    top: 14px;
    width: 1016px;
    height: 369px;
  }
}
.eventinfo-info__about-list:last-of-type {
  margin-top: 0;
  border-radius: 0 0 1.0666666667vw 1.0666666667vw;
}
@media only screen and (min-width: 751px) {
  .eventinfo-info__about-list:last-of-type {
    padding: 3.4722222222vw 4.1666666667vw 3.4722222222vw 2.5vw;
    border-radius: 0;
    background-image: none;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-info__about-list:last-of-type {
    padding: 50px 60px 50px 36px;
    border-radius: 0;
    background-image: none;
  }
}
.eventinfo-info__about-list:last-of-type::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 10.6666666667vw);
  height: 0.2666666667vw;
  background: #e7cd6d;
  left: 50%;
  top: 0;
  transform: translate3d(-50%, 0, 0);
}
@media only screen and (min-width: 751px) {
  .eventinfo-info__about-list:last-of-type::before {
    width: 0.1388888889vw;
    height: 12.2222222222vw;
    left: 0;
    top: 50%;
    transform: translate3d(0, -50%, 0);
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-info__about-list:last-of-type::before {
    width: 2px;
    height: 176px;
    left: 0;
    top: 50%;
    transform: translate3d(0, -50%, 0);
  }
}
.eventinfo-info__about-list:last-of-type::after {
  content: "";
  display: block;
  position: absolute;
  right: 0.5333333333vw;
  bottom: 1.2vw;
  width: 13.7333333333vw;
  height: 21.3333333333vw;
  background: url(../img/eventinfo/information/img_chara_2.png) no-repeat center top;
  background-size: 100% auto;
  pointer-events: none;
}
@media only screen and (min-width: 751px) {
  .eventinfo-info__about-list:last-of-type::after {
    left: 0;
    top: -0.9722222222vw;
    width: 70.5555555556vw;
    height: 25.625vw;
    background: none;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-info__about-list:last-of-type::after {
    top: 14px;
    width: 1016px;
    height: 369px;
  }
}
.eventinfo-info__about-list-item {
  display: flex;
  margin-top: 5.7333333333vw;
  align-items: center;
}
@media only screen and (min-width: 751px) {
  .eventinfo-info__about-list-item {
    margin-top: 1.5277777778vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-info__about-list-item {
    margin-top: 22px;
  }
}
.eventinfo-info__about-list-item:first-of-type {
  margin-top: 0 !important;
}
.eventinfo-info__about-list-item span {
  font-size: 3.2vw;
}
@media only screen and (min-width: 751px) {
  .eventinfo-info__about-list-item span {
    font-size: 1.25vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-info__about-list-item span {
    font-size: 18px;
  }
}
.eventinfo-info__about-list-item::before {
  content: "";
  display: block;
  width: 2.9333333333vw;
  height: 2.9333333333vw;
  margin-right: 2.9333333333vw;
  background: url(../img/common/icon_star.png) no-repeat center bottom;
  background-size: 100% auto;
}
@media only screen and (min-width: 751px) {
  .eventinfo-info__about-list-item::before {
    width: 1.3888888889vw;
    height: 1.3194444444vw;
    margin-right: 1.3888888889vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-info__about-list-item::before {
    width: 20px;
    height: 19px;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 751px) {
  .eventinfo-info__about-list-wrap {
    position: relative;
    display: flex;
    margin-top: 5.5555555556vw;
    border-radius: 0.5555555556vw;
    background: url(../img/common/frame_3_pc.png) no-repeat center bottom 0.6944444444vw;
    background-size: 100% auto;
    background-color: #fff;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-info__about-list-wrap {
    display: flex;
    margin-top: 80px;
    border-radius: 8px;
    background: url(../img/common/frame_3_pc.png) no-repeat center bottom 10px;
    background-size: 100% auto;
    background-color: #fff;
  }
}
@media only screen and (min-width: 751px) {
  .eventinfo-info__about-list-wrap::after {
    content: "";
    display: block;
    position: absolute;
    left: -4.7222222222vw;
    top: -2.6388888889vw;
    width: 75vw;
    height: 27.7777777778vw;
    background: url(../img/eventinfo/information/img_chara_pc.png) no-repeat center top;
    background-size: 100% auto;
    pointer-events: none;
    z-index: 2;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-info__about-list-wrap::after {
    content: "";
    display: block;
    position: absolute;
    left: -68px;
    top: -38px;
    width: 1080px;
    height: 400px;
    background: url(../img/eventinfo/information/img_chara_pc.png) no-repeat center top;
    background-size: 100% auto;
    pointer-events: none;
    z-index: 2;
  }
}
.eventinfo-info__about-date {
  margin-top: 3.7333333333vw;
  padding-left: 5.0666666667vw;
  font-size: 3.7333333333vw;
  line-height: 6.1333333333vw;
}
@media only screen and (min-width: 751px) {
  .eventinfo-info__about-date {
    margin-top: 1.25vw;
    padding-left: 2.6388888889vw;
    font-size: 1.3888888889vw;
    line-height: 2.0833333333vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-info__about-date {
    margin-top: 18px;
    padding-left: 38px;
    font-size: 20px;
    line-height: 30px;
  }
}
.eventinfo-info__about-date span {
  font-size: 3.2vw;
  margin-left: -1.6vw;
}
@media only screen and (min-width: 751px) {
  .eventinfo-info__about-date span {
    font-size: 1.1111111111vw;
    margin-left: -0.5555555556vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-info__about-date span {
    font-size: 16px;
    margin-left: -8px;
  }
}
.eventinfo-info__about-cast {
  margin-top: 8.2666666667vw;
  padding-left: 5.0666666667vw;
}
@media only screen and (min-width: 751px) {
  .eventinfo-info__about-cast {
    margin-top: 2.2222222222vw;
    padding-left: 2.6388888889vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-info__about-cast {
    margin-top: 32px;
    padding-left: 38px;
  }
}
.eventinfo-info__about-cast-title {
  font-size: 4.2666666667vw;
  color: #e7cd6d;
}
@media only screen and (min-width: 751px) {
  .eventinfo-info__about-cast-title {
    font-size: 1.6666666667vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-info__about-cast-title {
    font-size: 24px;
  }
}
.eventinfo-info__about-cast-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  width: 50.6666666667vw;
  margin-top: 3.7333333333vw;
}
@media only screen and (min-width: 751px) {
  .eventinfo-info__about-cast-list {
    width: 17.0833333333vw;
    margin-top: 0.9722222222vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-info__about-cast-list {
    width: 246px;
    margin-top: 14px;
  }
}
.eventinfo-info__about-cast-name {
  width: 21.3333333333vw;
}
@media only screen and (min-width: 751px) {
  .eventinfo-info__about-cast-name {
    width: 7.3611111111vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-info__about-cast-name {
    width: 106px;
  }
}
.eventinfo-info__about-cast-name:nth-of-type(n+3) {
  margin-top: 2.6666666667vw;
}
@media only screen and (min-width: 751px) {
  .eventinfo-info__about-cast-name:nth-of-type(n+3) {
    margin-top: 0.625vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-info__about-cast-name:nth-of-type(n+3) {
    margin-top: 9px;
  }
}
.eventinfo-info__place .eventinfo-info__read {
  margin-top: 6.6666666667vw;
}
@media only screen and (min-width: 751px) {
  .eventinfo-info__place .eventinfo-info__read {
    margin-top: 4.8611111111vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-info__place .eventinfo-info__read {
    margin-top: 70px;
  }
}
.eventinfo-info__place-map {
  margin-top: 5.0666666667vw;
  border-top: 0.5333333333vw solid #e7cd6d;
  border-bottom: 0.5333333333vw solid #e7cd6d;
}
@media only screen and (min-width: 751px) {
  .eventinfo-info__place-map {
    width: 69.4444444444vw;
    margin: 2.6388888889vw auto 0;
    border: 0.2777777778vw solid #e7cd6d;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-info__place-map {
    width: 1000px;
    margin: 38px auto 0;
    border: 4px solid #e7cd6d;
  }
}
.eventinfo-info__place-map iframe {
  width: 100%;
  height: 81.3333333333vw;
}
@media only screen and (min-width: 751px) {
  .eventinfo-info__place-map iframe {
    height: 55.5555555556vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-info__place-map iframe {
    height: 800px;
  }
}

.eventinfo-ticket {
  position: relative;
  padding: 14.6666666667vw 4vw 32vw;
  background: url(../img/eventinfo/ticket/bg_repeat_1.jpg) repeat center top;
  background-size: 5.7333333333vw auto;
}
@media only screen and (min-width: 751px) {
  .eventinfo-ticket {
    padding: 8.8888888889vw 0vw 16.6666666667vw;
    background-size: 2.9861111111vw auto;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-ticket {
    padding: 128px 0 240px;
    background-size: 43px auto;
  }
}
.eventinfo-ticket h2 {
  position: relative;
  width: 92vw;
  margin: 0 auto;
  z-index: 2;
}
@media only screen and (min-width: 751px) {
  .eventinfo-ticket h2 {
    width: 47.7777777778vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-ticket h2 {
    width: 688px;
  }
}
.eventinfo-ticket__contents {
  position: relative;
  margin-top: 16vw;
  z-index: 1;
}
@media only screen and (min-width: 751px) {
  .eventinfo-ticket__contents {
    width: 69.4444444444vw;
    margin: 8.3333333333vw auto 0;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-ticket__contents {
    width: 1000px;
    margin: 120px auto 0;
  }
}
.eventinfo-ticket__content-schedule {
  margin-top: 15.4666666667vw;
}
@media only screen and (min-width: 751px) {
  .eventinfo-ticket__content-schedule {
    margin-top: 8.6111111111vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-ticket__content-schedule {
    margin-top: 124px;
  }
}
.eventinfo-ticket__tit {
  width: 83.4666666667vw;
  height: 14.4vw;
  margin: 0 auto;
  line-height: 14.4vw;
  font-size: 4.2666666667vw;
  color: #ea616f;
  background: url(../img/eventinfo/ticket/h3.png) repeat center top;
  background-size: 100% auto;
  text-align: center;
  font-weight: 700;
}
@media only screen and (min-width: 751px) {
  .eventinfo-ticket__tit {
    width: 40.2777777778vw;
    height: 6.9444444444vw;
    margin: 0 auto;
    background-image: url(../img/eventinfo/ticket/h3_pc.png);
    line-height: 6.9444444444vw;
    font-size: 2.2222222222vw;
    font-weight: 700;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-ticket__tit {
    width: 580px;
    height: 100px;
    line-height: 100px;
    font-size: 32px;
  }
}
.eventinfo-ticket__price {
  margin-top: 11.2vw;
}
@media only screen and (min-width: 751px) {
  .eventinfo-ticket__price {
    margin-top: 5.8333333333vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-ticket__price {
    margin-top: 84px;
  }
}
.eventinfo-ticket__price-item {
  margin-top: 10.6666666667vw;
}
@media only screen and (min-width: 751px) {
  .eventinfo-ticket__price-item {
    margin-top: 5.8333333333vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-ticket__price-item {
    margin-top: 84px;
  }
}
.eventinfo-ticket__price-item:first-of-type {
  margin-top: 0 !important;
}
.eventinfo-ticket__price-item dl dt {
  position: relative;
  z-index: 1;
}
.eventinfo-ticket__price-item dl dd {
  position: relative;
  padding: 10.6666666667vw 8vw 9.3333333333vw;
  background: url(../img/eventinfo/ticket/bg_star_1.jpg) no-repeat center top;
  background-size: 19.4666666667vw auto;
  background-position: right 1.3333333333vw bottom 1.3333333333vw;
  background-color: #fff;
}
.eventinfo-ticket__price-item dl dd::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2.6666666667vw;
  background: #fff;
  left: 0;
  top: -2.6666666667vw;
}
@media only screen and (min-width: 751px) {
  .eventinfo-ticket__price-item dl dd::before {
    height: 2.7777777778vw;
    top: -2.7777777778vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-ticket__price-item dl dd::before {
    height: 40px;
    top: -40px;
  }
}
@media only screen and (min-width: 751px) {
  .eventinfo-ticket__price-item dl dd {
    padding: 5.2777777778vw 5.9722222222vw 6.25vw;
    background: url(../img/eventinfo/ticket/bg_star_1.jpg) no-repeat center top;
    background-size: 14.1666666667vw auto;
    background-position: right 0.5555555556vw bottom 0.5555555556vw;
    background-color: #fff;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-ticket__price-item dl dd {
    padding: 76px 86px 90px;
    background: url(../img/eventinfo/ticket/bg_star_1.jpg) no-repeat center top;
    background-size: 204px auto;
    background-position: right 8px bottom 8px;
    background-color: #fff;
  }
}
.eventinfo-ticket__price-item dl dd::after {
  content: "";
  display: block;
  position: absolute;
  width: 90.1333333333vw;
  height: calc(100% - 1.0666666667vw);
  border: solid 0.5333333333vw #e5ca68;
  border-top: none;
  left: 50%;
  top: 0;
  transform: translate3d(-50%, 0, 0);
  pointer-events: none;
}
@media only screen and (min-width: 751px) {
  .eventinfo-ticket__price-item dl dd::after {
    width: 68.4722222222vw;
    height: calc(100% - 0.2777777778vw);
    border: solid 0.2777777778vw #e5ca68;
    border-top: none;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-ticket__price-item dl dd::after {
    width: 986px;
    height: calc(100% - 4px);
    border: solid 4px #e5ca68;
    border-top: none;
  }
}
.eventinfo-ticket__price-tit {
  position: relative;
  font-size: 4.2666666667vw;
  font-weight: 700;
  text-align: center;
  color: #6e370f;
}
@media only screen and (min-width: 751px) {
  .eventinfo-ticket__price-tit {
    width: 48.6111111111vw;
    font-size: 2.7777777778vw;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-ticket__price-tit {
    width: 700px;
    font-size: 40px;
  }
}
.eventinfo-ticket__price-tit::before {
  content: "";
  display: block;
  position: absolute;
  left: 8vw;
  top: -1.3333333333vw;
  width: 5.3333333333vw;
  height: 5.7333333333vw;
  background: url(../img/eventinfo/ticket/icon_star_1.png) no-repeat center top;
  background-size: 100% auto;
}
@media only screen and (min-width: 751px) {
  .eventinfo-ticket__price-tit::before {
    left: 4.8611111111vw;
    top: -1.3888888889vw;
    width: 2.7083333333vw;
    height: 2.9166666667vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-ticket__price-tit::before {
    left: 70px;
    top: -20px;
    width: 39px;
    height: 42px;
  }
}
.eventinfo-ticket__price-tit::after {
  content: "";
  display: block;
  position: absolute;
  right: 8.5333333333vw;
  bottom: -2.6666666667vw;
  width: 5.3333333333vw;
  height: 5.7333333333vw;
  background: url(../img/eventinfo/ticket/icon_star_1.png) no-repeat center top;
  background-size: 100% auto;
}
@media only screen and (min-width: 751px) {
  .eventinfo-ticket__price-tit::after {
    right: 5.1388888889vw;
    bottom: -1.3888888889vw;
    width: 2.7083333333vw;
    height: 2.9166666667vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-ticket__price-tit::after {
    right: 74px;
    bottom: -20px;
    width: 39px;
    height: 42px;
  }
}
.eventinfo-ticket__price-img {
  width: 76.2666666667vw;
  margin: 4.8vw auto 0;
}
@media only screen and (min-width: 751px) {
  .eventinfo-ticket__price-img {
    width: 57.6388888889vw;
    margin: 2.7777777778vw auto 0;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-ticket__price-img {
    width: 830px;
    margin: 40px auto 0;
  }
}
.eventinfo-ticket__schedule {
  margin-top: 11.4666666667vw;
  text-align: center;
  color: #6e370f;
  font-size: 4.2666666667vw;
}
@media only screen and (min-width: 751px) {
  .eventinfo-ticket__schedule {
    margin-top: 5.9722222222vw;
    font-size: 2.2222222222vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-ticket__schedule {
    margin-top: 86px;
    font-size: 32px;
  }
}
.eventinfo-ticket__schedule-tit {
  font-weight: 700;
  margin-top: 6.9333333333vw;
}
@media only screen and (min-width: 751px) {
  .eventinfo-ticket__schedule-tit {
    margin-top: 2.0833333333vw;
    font-size: 1.6666666667vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-ticket__schedule-tit {
    margin-top: 30px;
    font-size: 24px;
  }
}
.eventinfo-ticket__schedule-tit:first-of-type {
  margin-top: 0 !important;
}
.eventinfo-ticket__schedule-tit::after {
  content: "";
  display: block;
  width: 69.3333333333vw;
  height: 3.6vw;
  margin: 0 auto;
}
@media only screen and (min-width: 751px) {
  .eventinfo-ticket__schedule-tit::after {
    width: 25.6944444444vw;
    height: 1.3194444444vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-ticket__schedule-tit::after {
    width: 370px;
    height: 19px;
  }
}
.eventinfo-ticket__schedule-item {
  position: relative;
  margin-top: 10.6666666667vw;
  padding: 11.2vw 0 11.2vw;
  background: #fff;
}
@media only screen and (min-width: 751px) {
  .eventinfo-ticket__schedule-item {
    margin-top: 0;
    padding: 5.8333333333vw 0 5.8333333333vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-ticket__schedule-item {
    padding: 84px 0 84px;
  }
}
.eventinfo-ticket__schedule-item::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(100% - 2.1333333333vw);
  height: calc(100% - 2.1333333333vw);
  transform: translate3d(-50%, -50%, 0);
  pointer-events: none;
}
@media only screen and (min-width: 751px) {
  .eventinfo-ticket__schedule-item::before {
    width: calc(100% - 1.1111111111vw);
    height: calc(100% - 1.1111111111vw);
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-ticket__schedule-item::before {
    width: calc(100% - 16px);
    height: calc(100% - 16px);
  }
}
.eventinfo-ticket__schedule-item dl dt {
  width: 35.3333333333vw;
  height: 8.4vw;
  line-height: 8.4vw;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (min-width: 751px) {
  .eventinfo-ticket__schedule-item dl dt {
    width: 18.4027777778vw;
    height: 4.375vw;
    line-height: 4.375vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-ticket__schedule-item dl dt {
    width: 265px;
    height: 63px;
    line-height: 63px;
  }
}
.eventinfo-ticket__schedule-item dl dd {
  margin-top: 7.4666666667vw;
}
@media only screen and (min-width: 751px) {
  .eventinfo-ticket__schedule-item dl dd {
    margin-top: 2.5vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-ticket__schedule-item dl dd {
    margin-top: 36px;
  }
}
.eventinfo-ticket__schedule-item dl dd .eventinfo-ticket__schedule-detail:nth-of-type(2) {
  position: relative;
  width: 69.3333333333vw;
  margin: 0 auto;
  text-align: left;
  left: 2.1333333333vw;
}
@media only screen and (min-width: 751px) {
  .eventinfo-ticket__schedule-item dl dd .eventinfo-ticket__schedule-detail:nth-of-type(2) {
    width: 16.6666666667vw;
    left: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-ticket__schedule-item dl dd .eventinfo-ticket__schedule-detail:nth-of-type(2) {
    width: 240px;
  }
}
.eventinfo-ticket__schedule-item-1 {
  margin-top: 0 !important;
}
.eventinfo-ticket__schedule-item-1::before {
  border: 0.5333333333vw solid #c36de7;
}
@media only screen and (min-width: 751px) {
  .eventinfo-ticket__schedule-item-1::before {
    border: 0.2777777778vw solid #c36de7;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-ticket__schedule-item-1::before {
    border: 4px solid #c36de7;
  }
}
.eventinfo-ticket__schedule-item-1 dl dt {
  background: url(../img/eventinfo/ticket/bg_label_1.png) no-repeat center top;
  background-size: 100% auto;
}
@media only screen and (min-width: 751px) {
  .eventinfo-ticket__schedule-item-1 .date {
    width: auto !important;
  }
}
@media only screen and (min-width: 751px) {
  .eventinfo-ticket__schedule-item-1 .eventinfo-ticket__schedule-detail:nth-of-type(2) {
    width: 100% !important;
    text-align: center !important;
  }
}
.eventinfo-ticket__schedule-item-1 .eventinfo-ticket__schedule-tit::after {
  margin: 2.4vw auto;
  background: url(../img/eventinfo/ticket/frame_1.png) no-repeat center top;
  background-size: 100% auto;
}
@media only screen and (min-width: 751px) {
  .eventinfo-ticket__schedule-item-1 .eventinfo-ticket__schedule-tit::after {
    margin: 0.8333333333vw auto;
    background-image: url(../img/eventinfo/ticket/frame_1_pc.png);
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-ticket__schedule-item-1 .eventinfo-ticket__schedule-tit::after {
    margin: 12px auto;
  }
}
@media only screen and (min-width: 751px) {
  .eventinfo-ticket__schedule-item-2 {
    width: 34.0277777778vw;
    padding: 5.8333333333vw 0 5.8333333333vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-ticket__schedule-item-2 {
    width: 490px;
    padding: 84px 0 84px;
  }
}
.eventinfo-ticket__schedule-item-2::before {
  border: 0.5333333333vw solid #e5ca68;
}
@media only screen and (min-width: 751px) {
  .eventinfo-ticket__schedule-item-2::before {
    border: 0.2777777778vw solid #e5ca68;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-ticket__schedule-item-2::before {
    border: 4px solid #e5ca68;
  }
}
.eventinfo-ticket__schedule-item-2 dl dt {
  background: url(../img/eventinfo/ticket/bg_label_2.png) no-repeat center top;
  background-size: 100% auto;
}
.eventinfo-ticket__schedule-item-2 .eventinfo-ticket__schedule-tit::after {
  margin: 2.4vw auto;
  background: url(../img/eventinfo/ticket/frame_2.png) no-repeat center top;
  background-size: 100% auto;
}
@media only screen and (min-width: 751px) {
  .eventinfo-ticket__schedule-item-2 .eventinfo-ticket__schedule-tit::after {
    margin: 1.0416666667vw auto;
    background-image: url(../img/eventinfo/ticket/frame_2_pc.png);
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-ticket__schedule-item-2 .eventinfo-ticket__schedule-tit::after {
    margin: 15px auto;
  }
}
@media only screen and (min-width: 751px) {
  .eventinfo-ticket__schedule-item-3 {
    width: 34.0277777778vw;
    padding: 5.8333333333vw 0 5.8333333333vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-ticket__schedule-item-3 {
    width: 490px;
    padding: 84px 0 84px;
  }
}
.eventinfo-ticket__schedule-item-3::before {
  border: 0.5333333333vw solid #93d3e2;
}
@media only screen and (min-width: 751px) {
  .eventinfo-ticket__schedule-item-3::before {
    border: 0.2777777778vw solid #93d3e2;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-ticket__schedule-item-3::before {
    border: 4px solid #93d3e2;
  }
}
.eventinfo-ticket__schedule-item-3 dl dt {
  background: url(../img/eventinfo/ticket/bg_label_3.png) no-repeat center top;
  background-size: 100% auto;
}
.eventinfo-ticket__schedule-item-3 .eventinfo-ticket__schedule-tit::after {
  margin: 2.4vw auto;
  background: url(../img/eventinfo/ticket/frame_3.png) no-repeat center top;
  background-size: 100% auto;
}
@media only screen and (min-width: 751px) {
  .eventinfo-ticket__schedule-item-3 .eventinfo-ticket__schedule-tit::after {
    margin: 0.9722222222vw auto;
    background-image: url(../img/eventinfo/ticket/frame_3_pc.png);
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-ticket__schedule-item-3 .eventinfo-ticket__schedule-tit::after {
    margin: 14px auto;
  }
}
.eventinfo-ticket__schedule-detail {
  letter-spacing: 0.5333333333vw;
  line-height: 6.1333333333vw;
}
@media only screen and (min-width: 751px) {
  .eventinfo-ticket__schedule-detail {
    letter-spacing: 0vw;
    line-height: 1.9444444444vw;
    font-size: 1.25vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-ticket__schedule-detail {
    line-height: 28px;
    font-size: 18px;
  }
}
.eventinfo-ticket__schedule-detail:first-of-type {
  width: 66.6666666667vw;
  margin: 0 auto;
  text-align: left;
}
@media only screen and (min-width: 751px) {
  .eventinfo-ticket__schedule-detail:first-of-type {
    width: auto;
  }
}
.eventinfo-ticket__schedule-detail .date {
  display: inline-block;
  width: 5.6vw;
  text-align: right;
}
@media only screen and (min-width: 751px) {
  .eventinfo-ticket__schedule-detail .date {
    width: 1.25vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-ticket__schedule-detail .date {
    width: 18px;
  }
}
.eventinfo-ticket__schedule-attention {
  font-size: 2.6666666667vw;
  margin-top: 2.4vw;
  line-height: 4.5333333333vw;
}
@media only screen and (min-width: 751px) {
  .eventinfo-ticket__schedule-attention {
    font-size: 0.9722222222vw;
    margin-top: 1.25vw;
    line-height: 1.9444444444vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-ticket__schedule-attention {
    font-size: 14px;
    margin-top: 18px;
    line-height: 28px;
  }
}
.eventinfo-ticket__schedule-attention a {
  display: inline;
  text-decoration: underline;
}
@media only screen and (min-width: 751px) {
  .eventinfo-ticket__schedule-attention a:hover {
    text-decoration: none;
  }
}
.eventinfo-ticket__schedule-btn {
  margin-top: 16.5333333333vw;
}
@media only screen and (min-width: 751px) {
  .eventinfo-ticket__schedule-btn {
    margin-top: 7.3611111111vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-ticket__schedule-btn {
    margin-top: 106px;
  }
}
@media only screen and (min-width: 751px) {
  .eventinfo-ticket__schedule-btn a img {
    transition: opacity 400ms;
  }
  .eventinfo-ticket__schedule-btn a:hover img {
    opacity: 0.7;
  }
}
@media only screen and (min-width: 751px) {
  .eventinfo-ticket__schedule-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 2.5vw;
    align-items: start;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-ticket__schedule-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 36px;
    align-items: start;
  }
}

.eventinfo-goods {
  padding: 15.4666666667vw 0vw 14.6666666667vw;
  font-size: 4.2666666667vw;
  text-align: center;
}
@media only screen and (min-width: 751px) {
  .eventinfo-goods {
    padding: 7.0833333333vw 0vw 7.6388888889vw;
    font-size: 1.25vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-goods {
    padding: 102px 0 110px;
    font-size: 18px;
  }
}
.eventinfo-goods a {
  color: #6e370f;
}
.eventinfo-goods h2 {
  position: relative;
  width: 90.9333333333vw;
  margin: 0 auto;
  z-index: 2;
}
@media only screen and (min-width: 751px) {
  .eventinfo-goods h2 {
    width: 47.3611111111vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-goods h2 {
    width: 682px;
  }
}
.eventinfo-goods__comingsoon {
  display: flex;
  align-items: center;
  justify-self: center;
  width: 100%;
  height: 37.3333333333vw;
  margin-top: 16vw;
  border-top: 1.3333333333vw solid #e7cd6d;
  border-bottom: 1.3333333333vw solid #e7cd6d;
  background: #fff;
}
@media only screen and (min-width: 751px) {
  .eventinfo-goods__comingsoon {
    height: 15.2777777778vw;
    margin-top: 8.0555555556vw;
    border-top: 0.8333333333vw solid #e7cd6d;
    border-bottom: 0.8333333333vw solid #e7cd6d;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-goods__comingsoon {
    height: 220px;
    margin-top: 116px;
    border-top: 12px solid #e7cd6d;
    border-bottom: 12px solid #e7cd6d;
  }
}
.eventinfo-goods__comingsoon img {
  width: 41.3333333333vw;
  margin: 0 auto;
}
@media only screen and (min-width: 751px) {
  .eventinfo-goods__comingsoon img {
    width: 21.5277777778vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-goods__comingsoon img {
    width: 310px;
  }
}
.eventinfo-goods__order {
  margin-top: 14.6666666667vw;
  padding: 0 4vw;
  line-height: 7.7333333333vw;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (min-width: 751px) {
  .eventinfo-goods__order {
    margin-top: 7.6388888889vw;
    padding: 0 0vw;
    line-height: 2.5vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-goods__order {
    margin-top: 110px;
    padding: 0 0;
    line-height: 36px;
  }
}
.eventinfo-goods__order-btn {
  margin-top: 10.1333333333vw;
}
@media only screen and (min-width: 751px) {
  .eventinfo-goods__order-btn {
    width: 69.4444444444vw;
    margin: 2.3611111111vw auto 0;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-goods__order-btn {
    width: 1000px;
    margin: 34px auto 0;
  }
}
@media only screen and (min-width: 751px) {
  .eventinfo-goods__order-btn a {
    background: #fff;
  }
  .eventinfo-goods__order-btn a img {
    transition: opacity 400ms;
  }
  .eventinfo-goods__order-btn a:hover img {
    opacity: 0.7;
  }
}
.eventinfo-goods__schedule {
  margin-top: 17.3333333333vw;
  padding: 0 4vw;
  line-height: 7.7333333333vw;
}
@media only screen and (min-width: 751px) {
  .eventinfo-goods__schedule {
    margin-top: 8.3333333333vw;
    padding: 0 0vw;
    line-height: 4.0277777778vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-goods__schedule {
    margin-top: 120px;
    padding: 0 0;
    line-height: 58px;
  }
}
.eventinfo-goods__schedule-item {
  position: relative;
  margin-top: 12vw;
  padding: 10.6666666667vw 8vw 10.6666666667vw;
  background: #fff;
}
@media only screen and (min-width: 751px) {
  .eventinfo-goods__schedule-item {
    width: 34.0277777778vw;
    margin-top: 0vw;
    padding: 5.5555555556vw 0vw 5.5555555556vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-goods__schedule-item {
    width: 490px;
    margin-top: 0;
    padding: 80px 0 80px;
  }
}
.eventinfo-goods__schedule-item:first-of-type {
  margin-top: 0 !important;
}
.eventinfo-goods__schedule-item::after {
  content: "";
  display: block;
  position: absolute;
  width: 90.1333333333vw;
  height: calc(100% - 1.0666666667vw);
  border: solid 0.5333333333vw #e5ca68;
  left: 50%;
  top: 0;
  transform: translate3d(-50%, 0, 0);
  pointer-events: none;
}
@media only screen and (min-width: 751px) {
  .eventinfo-goods__schedule-item::after {
    width: calc(100% - 0.5555555556vw);
    height: calc(100% - 0.5555555556vw);
    border: solid 0.2777777778vw #e5ca68;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-goods__schedule-item::after {
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    border: solid 4px #e5ca68;
  }
}
.eventinfo-goods__schedule-item dt {
  width: 35.3333333333vw;
  height: 8.4vw;
  line-height: 8.4vw;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (min-width: 751px) {
  .eventinfo-goods__schedule-item dt {
    width: 15.625vw;
    height: 4.375vw;
    line-height: 4.375vw;
    font-size: 2.2222222222vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-goods__schedule-item dt {
    width: 225px;
    height: 63px;
    line-height: 63px;
    font-size: 32px;
  }
}
.eventinfo-goods__schedule-item dd {
  margin-top: 5.6vw;
  line-height: 5.3333333333vw;
}
@media only screen and (min-width: 751px) {
  .eventinfo-goods__schedule-item dd {
    margin-top: 2.5vw;
    line-height: 2.7777777778vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-goods__schedule-item dd {
    margin-top: 36px;
    line-height: 40px;
  }
}
.eventinfo-goods__schedule-item dd span {
  display: block;
  padding-top: 3.2vw;
  font-size: 3.2vw;
}
@media only screen and (min-width: 751px) {
  .eventinfo-goods__schedule-item dd span {
    padding-top: 0vw;
    font-size: 0.9722222222vw;
    line-height: 2.0833333333vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-goods__schedule-item dd span {
    padding-top: 0;
    font-size: 14px;
    line-height: 30px;
  }
}
.eventinfo-goods__schedule-item-1 dt {
  background: url(../img/eventinfo/goods/bg_label_1.png) no-repeat center top;
  background-size: 100% auto;
}
@media only screen and (min-width: 751px) {
  .eventinfo-goods__schedule-item-1 dt {
    background-image: url(../img/eventinfo/goods/bg_label_1_pc.png);
  }
}
.eventinfo-goods__schedule-item-2::after {
  border-color: #93d3e2;
}
.eventinfo-goods__schedule-item-2 dt {
  background: url(../img/eventinfo/goods/bg_label_2.png) no-repeat center top;
  background-size: 100% auto;
}
@media only screen and (min-width: 751px) {
  .eventinfo-goods__schedule-item-2 dt {
    width: 18.4027777778vw;
    background-image: url(../img/eventinfo/goods/bg_label_2_pc.png);
  }
}
.eventinfo-goods__schedule-list {
  margin-top: 10.6666666667vw;
}
@media only screen and (min-width: 751px) {
  .eventinfo-goods__schedule-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 69.4444444444vw;
    margin: 2.7777777778vw auto 0;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-goods__schedule-list {
    width: 1000px;
    margin: 40px auto 0;
  }
}
.eventinfo-goods__schedule-bonus {
  margin-top: 16.5333333333vw;
}
@media only screen and (min-width: 751px) {
  .eventinfo-goods__schedule-bonus {
    display: flex;
    justify-content: center;
    width: 90.9722222222vw;
    margin: 8.6111111111vw auto 0;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-goods__schedule-bonus {
    width: 1310px;
    margin: 124px auto 0;
  }
}
.eventinfo-goods__schedule-bonus-item {
  position: relative;
  margin-top: 11.4666666667vw;
  padding: 20vw 5.3333333333vw 10.6666666667vw;
  background: #fff;
}
@media only screen and (min-width: 751px) {
  .eventinfo-goods__schedule-bonus-item {
    width: 29.6527777778vw;
    margin: 0vw 0.4166666667vw;
    padding: 6.1111111111vw 3.4722222222vw 2.7777777778vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-goods__schedule-bonus-item {
    width: 427px;
    margin: 0 6px;
    padding: 88px 50px 40px;
  }
}
.eventinfo-goods__schedule-bonus-item:first-of-type {
  margin-top: 0 !important;
}
.eventinfo-goods__schedule-bonus-item::after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 2.1333333333vw);
  height: calc(100% - 2.1333333333vw);
  border: solid 0.5333333333vw #ea616f;
  left: 50%;
  top: 1.0666666667vw;
  transform: translate3d(-50%, 0, 0);
  pointer-events: none;
}
@media only screen and (min-width: 751px) {
  .eventinfo-goods__schedule-bonus-item::after {
    width: calc(100% - 1.1111111111vw);
    height: calc(100% - 1.1111111111vw);
    border: solid 0.2777777778vw #ea616f;
    top: 0.5555555556vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-goods__schedule-bonus-item::after {
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    border: solid 4px #ea616f;
    top: 8px;
  }
}
.eventinfo-goods__schedule-bonus-tit {
  position: absolute;
  width: 40vw;
  height: 10.6666666667vw;
  line-height: 10.6666666667vw;
  margin: 0 auto 0;
  top: 0vw;
  left: 50%;
  text-align: center;
  color: #fff;
  border-radius: 0 0 0.8vw 0.8vw;
  transform: translate3d(-50%, 0, 0);
  background: #ea616f;
}
@media only screen and (min-width: 751px) {
  .eventinfo-goods__schedule-bonus-tit {
    width: 17.3611111111vw;
    height: 3.4722222222vw;
    line-height: 3.4722222222vw;
    border-radius: 0 0 0.5555555556vw 0.5555555556vw;
    font-size: 1.6666666667vw;
    font-weight: 700;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-goods__schedule-bonus-tit {
    width: 250px;
    height: 50px;
    line-height: 50px;
    border-radius: 0 0 8px 8px;
    font-size: 24px;
  }
}
.eventinfo-goods__schedule-bonus-img {
  position: relative;
  width: 62.2666666667vw;
  margin: 0 auto;
}
@media only screen and (min-width: 751px) {
  .eventinfo-goods__schedule-bonus-img {
    width: 21.3888888889vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-goods__schedule-bonus-img {
    width: 308px;
  }
}
@media only screen and (min-width: 751px) {
  .eventinfo-goods__schedule-bonus-img a {
    background: #fff;
  }
  .eventinfo-goods__schedule-bonus-img a img {
    transition: opacity 400ms;
  }
  .eventinfo-goods__schedule-bonus-img a:hover img {
    opacity: 0.7;
  }
}
.eventinfo-goods__schedule-bonus-img::after {
  content: "";
  position: absolute;
  right: 1.6vw;
  bottom: 1.6vw;
  width: 6.6666666667vw;
  height: 6.6666666667vw;
  background: url(../img/common/icon_zoom.png) no-repeat center top;
  background-size: 100% auto;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (min-width: 751px) {
  .eventinfo-goods__schedule-bonus-img::after {
    right: 0.8333333333vw;
    bottom: 0.8333333333vw;
    width: 3.4722222222vw;
    height: 3.4722222222vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-goods__schedule-bonus-img::after {
    right: 12px;
    bottom: 12px;
    width: 50px;
    height: 50px;
  }
}
.eventinfo-goods__schedule-bonus-text {
  margin: 6.1333333333vw auto 0;
  font-size: 3.7333333333vw;
  line-height: 7.4666666667vw;
  text-align: left;
}
@media only screen and (min-width: 751px) {
  .eventinfo-goods__schedule-bonus-text {
    margin: 2.3611111111vw auto 0;
    font-size: 1.25vw;
    line-height: 2.3611111111vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-goods__schedule-bonus-text {
    margin: 34px auto 0;
    font-size: 18px;
    line-height: 34px;
  }
}
.eventinfo-goods__schedule-bonus-text span.mini {
  font-size: 2.6666666667vw;
}
@media only screen and (min-width: 751px) {
  .eventinfo-goods__schedule-bonus-text span.mini {
    font-size: 0.9722222222vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-goods__schedule-bonus-text span.mini {
    font-size: 14px;
  }
}
.eventinfo-goods__schedule-bonus-text span.bold {
  font-weight: 700;
}
.eventinfo-goods__schedule-bonus-attention {
  display: block;
  padding-top: 1.8666666667vw;
  font-size: 2.6666666667vw;
  line-height: 5.3333333333vw;
  text-align: left;
}
@media only screen and (min-width: 751px) {
  .eventinfo-goods__schedule-bonus-attention {
    padding-top: 0vw;
    font-size: 0.9722222222vw;
    line-height: 1.8055555556vw;
    letter-spacing: -0.0666666667vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-goods__schedule-bonus-attention {
    padding-top: 0;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: -0.5px;
  }
}
.eventinfo-goods__tit {
  width: 83.4666666667vw;
  height: 14.4vw;
  margin: 0 auto;
  line-height: 14.4vw;
  font-size: 4.2666666667vw;
  color: #e7cd6d;
  background: url(../img/eventinfo/goods/h3.png) no-repeat center top;
  background-size: 100% auto;
  text-align: center;
  font-weight: 700;
}
@media only screen and (min-width: 751px) {
  .eventinfo-goods__tit {
    width: 40.2777777778vw;
    height: 7.5vw;
    margin: 0 auto;
    line-height: 6.9444444444vw;
    font-size: 2.2222222222vw;
    font-weight: 700;
    background: url(../img/eventinfo/goods/h3_pc.png) no-repeat center top;
    background-size: 100% auto;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-goods__tit {
    width: 580px;
    height: 108px;
    line-height: 100px;
    font-size: 32px;
  }
}
.eventinfo-goods__tit-list {
  margin-top: 12vw;
}
@media only screen and (min-width: 751px) {
  .eventinfo-goods__tit-list {
    margin-top: 6.25vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-goods__tit-list {
    margin-top: 90px;
  }
}
.eventinfo-goods__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  margin-top: 12vw;
  padding: 0 4vw 32vw;
}
@media only screen and (min-width: 751px) {
  .eventinfo-goods__list {
    display: flex;
    flex-wrap: wrap;
    width: 90.2777777778vw;
    margin: 6.25vw auto 0;
    padding: 0 0vw 15.9722222222vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-goods__list {
    width: 1300px;
    margin: 90px auto 0;
    padding: 0 0 230px;
  }
}
.eventinfo-goods__item {
  width: 44.4vw;
  text-align: left;
}
@media only screen and (max-width: 750px) {
  .eventinfo-goods__item:nth-of-type(n+3) {
    margin-top: 9.3333333333vw;
  }
  .eventinfo-goods__item:nth-of-type(odd) {
    margin-right: 3.2vw;
  }
}
@media only screen and (min-width: 751px) {
  .eventinfo-goods__item {
    width: 20.4166666667vw;
    margin-right: 2.0833333333vw;
    font-weight: 700;
  }
  .eventinfo-goods__item:nth-of-type(n+5) {
    margin-top: 4.8611111111vw;
  }
  .eventinfo-goods__item:nth-of-type(4n) {
    margin-right: 0;
  }
  .eventinfo-goods__item:nth-of-type(odd) {
    margin-right: 3.2vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-goods__item {
    width: 294px;
    margin-right: 30px;
  }
  .eventinfo-goods__item:nth-of-type(n+5) {
    margin-top: 70px;
  }
  .eventinfo-goods__item:nth-of-type(4n) {
    margin-right: 0;
  }
  .eventinfo-goods__item:nth-of-type(odd) {
    margin-right: 24px;
  }
}
.eventinfo-goods__item-img {
  position: relative;
  border: 0.2666666667vw solid #d4d4d4;
}
@media only screen and (min-width: 751px) {
  .eventinfo-goods__item-img {
    border-width: 0.1388888889vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-goods__item-img {
    border-width: 2px;
  }
}
@media only screen and (min-width: 751px) {
  .eventinfo-goods__item-img a {
    background: #fff;
  }
  .eventinfo-goods__item-img a img {
    transition: opacity 400ms;
  }
  .eventinfo-goods__item-img a:hover img {
    opacity: 0.7;
  }
}
.eventinfo-goods__item-img::after {
  content: "";
  position: absolute;
  right: 1.6vw;
  bottom: 1.6vw;
  width: 6.6666666667vw;
  height: 6.6666666667vw;
  background: url(../img/common/icon_zoom.png) no-repeat center top;
  background-size: 100% auto;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (min-width: 751px) {
  .eventinfo-goods__item-img::after {
    right: 0.7638888889vw;
    bottom: 0.7638888889vw;
    width: 3.4722222222vw;
    height: 3.4722222222vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-goods__item-img::after {
    right: 11px;
    bottom: 11px;
    width: 50px;
    height: 50px;
  }
}
.eventinfo-goods__name {
  margin-top: 4.8vw;
  font-size: 3.7333333333vw;
  line-height: 7.2vw;
}
@media only screen and (min-width: 751px) {
  .eventinfo-goods__name {
    margin-top: 2.5vw;
    font-size: 1.25vw;
    line-height: 2.0833333333vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-goods__name {
    margin-top: 36px;
    font-size: 18px;
    line-height: 30px;
  }
}
.eventinfo-goods__name-sub {
  font-size: 2.6666666667vw;
  line-height: 4.8vw;
}
@media only screen and (min-width: 751px) {
  .eventinfo-goods__name-sub {
    font-size: 0.9722222222vw;
    line-height: 2.0833333333vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-goods__name-sub {
    font-size: 14px;
    line-height: 30px;
  }
}
.eventinfo-goods__price {
  margin-top: 5.3333333333vw;
  font-size: 3.7333333333vw;
}
@media only screen and (min-width: 751px) {
  .eventinfo-goods__price {
    margin-top: 1.25vw;
    font-size: 1.25vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-goods__price {
    margin-top: 18px;
    font-size: 18px;
  }
}
.eventinfo-goods__price span {
  font-size: 2.6666666667vw;
}
@media only screen and (min-width: 751px) {
  .eventinfo-goods__price span {
    font-size: 1.25vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-goods__price span {
    font-size: 18px;
  }
}
.eventinfo-goods__attention {
  margin: 0 4vw;
  padding: 9.8666666667vw 5.3333333333vw 9.3333333333vw;
  background: #f2f2f2;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (min-width: 751px) {
  .eventinfo-goods__attention {
    width: 69.4444444444vw;
    font-size: 0.9722222222vw;
    line-height: 2.0833333333vw;
    margin: 0 auto;
    padding: 3.8888888889vw 3.4722222222vw 4.8611111111vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-goods__attention {
    width: 1000px;
    font-size: 14px;
    line-height: 30px;
    margin: 0 auto;
    padding: 56px 50px 70px;
  }
}
.eventinfo-goods__attention-tit {
  height: 10.9333333333vw;
  text-align: center;
  border-bottom: 0.8vw dotted #fff;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 700;
}
@media only screen and (min-width: 751px) {
  .eventinfo-goods__attention-tit {
    font-size: 1.6666666667vw;
    height: 5.6944444444vw;
    border-bottom: 0.4166666667vw dotted #fff;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-goods__attention-tit {
    font-size: 24px;
    height: 82px;
    border-bottom: 6px dotted #fff;
  }
}
.eventinfo-goods__attention-list {
  padding: 2.6666666667vw 0 0 0;
  font-size: 2.6666666667vw;
  text-align: left;
}
@media only screen and (min-width: 751px) {
  .eventinfo-goods__attention-list {
    padding: 1.3888888889vw 0 0 0;
    font-size: 1.3888888889vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-goods__attention-list {
    padding: 20px 0 0 0;
    font-size: 20px;
  }
}
.eventinfo-goods__attention-item {
  display: flex;
  line-height: 6.4vw;
  letter-spacing: -0.1333333333vw;
}
@media only screen and (min-width: 751px) {
  .eventinfo-goods__attention-item {
    line-height: 2.5vw;
    letter-spacing: -0.0694444444vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-goods__attention-item {
    line-height: 36px;
    letter-spacing: -1px;
  }
}
.eventinfo-goods__attention-item::before {
  content: "・";
  display: block;
}
.eventinfo-goods__attention-subtit {
  margin-top: 5.8666666667vw;
  font-size: 3.7333333333vw;
  font-weight: 700;
  text-align: left;
}
@media only screen and (min-width: 751px) {
  .eventinfo-goods__attention-subtit {
    margin-top: 1.3888888889vw;
    font-size: 1.25vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-goods__attention-subtit {
    margin-top: 20px;
    font-size: 18px;
  }
}
.eventinfo-goods__attention-block {
  margin-top: 5.3333333333vw;
  font-size: 2.6666666667vw;
  text-align: left;
}
@media only screen and (min-width: 751px) {
  .eventinfo-goods__attention-block {
    margin-top: 0.2777777778vw;
    font-size: 1.25vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-goods__attention-block {
    margin-top: 4px;
    font-size: 18px;
  }
}
.eventinfo-goods__attention-block p {
  margin-top: 3.4666666667vw;
}
@media only screen and (min-width: 751px) {
  .eventinfo-goods__attention-block p {
    margin-top: 0.8333333333vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-goods__attention-block p {
    margin-top: 12px;
  }
}
.eventinfo-goods__attention-block p:first-of-type {
  margin-top: 0 !important;
}
.eventinfo-goods__attention-block p span {
  margin-left: -2.1333333333vw;
}
@media only screen and (min-width: 751px) {
  .eventinfo-goods__attention-block p span {
    margin-left: -0.6944444444vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-goods__attention-block p span {
    margin-left: -10px;
  }
}
.eventinfo-goods__attention-block a {
  word-break: break-all;
  text-decoration: underline;
}
@media only screen and (min-width: 1440px) {
  .eventinfo-goods__attention-block a:hover {
    text-decoration: none;
  }
}
.eventinfo-goods__attention-big {
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 6.1333333333vw;
}
@media only screen and (min-width: 751px) {
  .eventinfo-goods__attention-big {
    font-size: 1.25vw;
    line-height: 2.2222222222vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-goods__attention-big {
    font-size: 18px;
    line-height: 32px;
  }
}
.eventinfo-goods__attention-min {
  display: flex;
  font-size: 2.6666666667vw;
  line-height: 5.3333333333vw;
}
@media only screen and (min-width: 751px) {
  .eventinfo-goods__attention-min {
    font-size: 1.25vw;
    line-height: 2.2222222222vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-goods__attention-min {
    font-size: 18px;
    line-height: 32px;
  }
}
.eventinfo-goods__attention-min + .eventinfo-goods__attention-min {
  margin-top: 0;
}
.eventinfo-goods__attention-min::before {
  content: "※";
  display: block;
}
.eventinfo-goods__after {
  margin-top: 32vw;
  padding: 0 4vw 0;
}
@media only screen and (min-width: 751px) {
  .eventinfo-goods__after {
    width: 69.4444444444vw;
    margin: 8.3333333333vw auto 0;
    padding: 0vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-goods__after {
    width: 1000px;
    margin: 120px auto 0;
    padding: 0;
  }
}
.eventinfo-goods__after-tit {
  width: 83.4666666667vw;
  height: 14.4vw;
  margin: 0 auto;
  line-height: 14.4vw;
  font-size: 4.2666666667vw;
  color: #e7cd6d;
  background: url(../img/eventinfo/goods/h3.png) repeat center top;
  background-size: 100% auto;
  text-align: center;
  font-weight: 700;
}
@media only screen and (min-width: 751px) {
  .eventinfo-goods__after-tit {
    width: 40.2777777778vw;
    height: 6.9444444444vw;
    line-height: 6.9444444444vw;
    font-size: 2.2222222222vw;
    color: #e7cd6d;
    background: url(../img/eventinfo/goods/h3_pc.png) repeat center top;
    background-size: 100% auto;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-goods__after-tit {
    width: 580px;
    height: 100px;
    line-height: 100px;
    font-size: 32px;
  }
}
.eventinfo-goods__after-read {
  margin-top: 8.2666666667vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 4.2666666667vw;
  line-height: 8vw;
}
@media only screen and (min-width: 751px) {
  .eventinfo-goods__after-read {
    margin-top: 4.8611111111vw;
    font-size: 1.6666666667vw;
    line-height: 4.1666666667vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-goods__after-read {
    margin-top: 70px;
    font-size: 24px;
    line-height: 60px;
  }
}
.eventinfo-goods__after-btn {
  margin-top: 9.8666666667vw;
}
@media only screen and (min-width: 751px) {
  .eventinfo-goods__after-btn {
    margin: 5.1388888889vw auto 0;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-goods__after-btn {
    margin: 74px auto 0;
  }
}
.eventinfo-goods__after-btn a {
  display: block;
}
@media only screen and (min-width: 751px) {
  .eventinfo-goods__after-btn a {
    background: #fff;
  }
  .eventinfo-goods__after-btn a img {
    transition: opacity 400ms;
  }
  .eventinfo-goods__after-btn a:hover img {
    opacity: 0.7;
  }
}
.eventinfo-goods__after-list {
  margin-top: 12vw;
}
@media only screen and (min-width: 751px) {
  .eventinfo-goods__after-list {
    width: 47.2222222222vw;
    margin: 2.7777777778vw auto 0;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-goods__after-list {
    width: 680px;
    margin: 40px auto 0;
  }
}
.eventinfo-goods__after-item {
  margin-top: 8vw;
}
@media only screen and (min-width: 751px) {
  .eventinfo-goods__after-item {
    margin-top: 1.6666666667vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-goods__after-item {
    margin-top: 24px;
  }
}
.eventinfo-goods__after-item:first-of-type {
  margin-top: 0 !important;
}
.eventinfo-goods__after-item dl {
  display: flex;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.7333333333vw;
}
@media only screen and (min-width: 751px) {
  .eventinfo-goods__after-item dl {
    font-size: 1.6666666667vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-goods__after-item dl {
    font-size: 24px;
  }
}
.eventinfo-goods__after-item dl dt {
  width: 26.6666666667vw;
  height: 10vw;
  margin-right: 2.6666666667vw;
  line-height: 10vw;
  background: #6e370f;
  color: #fff;
  text-align: center;
}
@media only screen and (min-width: 751px) {
  .eventinfo-goods__after-item dl dt {
    width: 15.4166666667vw;
    height: 3.6805555556vw;
    line-height: 3.6805555556vw;
    margin-right: 1.8055555556vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-goods__after-item dl dt {
    width: 222px;
    height: 53px;
    line-height: 53px;
    margin-right: 26px;
  }
}
.eventinfo-goods__after-item dl dd {
  width: calc(100% - 26.6666666667vw);
  position: relative;
  text-align: left;
}
@media only screen and (min-width: 751px) {
  .eventinfo-goods__after-item dl dd {
    width: calc(100% - 15.4166666667vw);
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-goods__after-item dl dd {
    width: calc(100% - 222px);
  }
}
.eventinfo-goods__after-item dl dd p {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translate3d(0, -50%, 0);
  line-height: 7.4666666667vw;
  letter-spacing: 0.4vw;
}
@media only screen and (min-width: 751px) {
  .eventinfo-goods__after-item dl dd p {
    line-height: 2.5vw;
    letter-spacing: 0.2083333333vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-goods__after-item dl dd p {
    line-height: 36px;
    letter-spacing: 3px;
  }
}

.eventinfo-notes {
  padding: 14.6666666667vw 4vw 28vw;
}
@media only screen and (min-width: 751px) {
  .eventinfo-notes {
    padding: 7.6388888889vw 0vw 16.6666666667vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-notes {
    padding: 110px 0 240px;
  }
}
.eventinfo-notes h2 {
  width: 49.8666666667vw;
  margin: 0 auto;
}
@media only screen and (min-width: 751px) {
  .eventinfo-notes h2 {
    width: 25.5555555556vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-notes h2 {
    width: 368px;
  }
}
.eventinfo-notes__list {
  margin: 10.6666666667vw 0 0 0;
}
@media only screen and (min-width: 751px) {
  .eventinfo-notes__list {
    width: 69.4444444444vw;
    margin: 5.5555555556vw auto 0;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-notes__list {
    width: 1000px;
    margin: 80px auto 0;
  }
}
.eventinfo-notes__item {
  margin-top: 5.3333333333vw;
  font-size: 2.6666666667vw;
}
@media only screen and (min-width: 751px) {
  .eventinfo-notes__item {
    margin-top: 1.3888888889vw;
    font-size: 1.6666666667vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-notes__item {
    margin-top: 20px;
    font-size: 24px;
  }
}
.eventinfo-notes__item.js--open dl dt::after {
  width: 6.6666666667vw;
  height: 3.7333333333vw;
  right: 3.4666666667vw;
  margin-top: 0.5333333333vw;
  background: url(../img/eventinfo/notes/icon_close.png) no-repeat center top;
  background-size: 100% auto;
}
@media only screen and (min-width: 751px) {
  .eventinfo-notes__item.js--open dl dt::after {
    width: 2.9861111111vw;
    height: 2.3611111111vw;
    right: 2.8472222222vw;
    margin-top: 0.3472222222vw;
    background-image: url(../img/eventinfo/notes/icon_close_pc.png);
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-notes__item.js--open dl dt::after {
    width: 43px;
    height: 34px;
    right: 41px;
    margin-top: 5px;
  }
}
.eventinfo-notes__item:first-of-type {
  margin-top: 0 !important;
}
.eventinfo-notes__item-tit {
  margin-top: 3.2vw;
  font-weight: 700;
}
.eventinfo-notes__item-tit:first-of-type {
  margin-top: 0 !important;
}
@media only screen and (min-width: 751px) {
  .eventinfo-notes__item-tit {
    margin-top: 1.3888888889vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-notes__item-tit {
    margin-top: 20px;
  }
}
.eventinfo-notes__item-list li {
  display: flex;
}
.eventinfo-notes__item-list li::before {
  content: "・";
  display: block;
}
.eventinfo-notes__item-attention li {
  display: flex;
}
.eventinfo-notes__item-attention li::before {
  content: "※";
  display: block;
}
.eventinfo-notes__item a {
  color: #6e370f;
  text-decoration: underline;
}
@media only screen and (min-width: 751px) {
  .eventinfo-notes__item a:hover {
    text-decoration: none;
  }
}
.eventinfo-notes__item dl {
  background: #f2f2f2;
}
.eventinfo-notes__item dl dt {
  position: relative;
  padding: 0 5.3333333333vw;
  height: 16vw;
  line-height: 16vw;
  font-size: 3.7333333333vw;
}
@media only screen and (min-width: 751px) {
  .eventinfo-notes__item dl dt {
    padding: 0 3.4722222222vw;
    height: 8.3333333333vw;
    line-height: 8.3333333333vw;
    font-size: 1.6666666667vw;
    cursor: pointer;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-notes__item dl dt {
    padding: 0 50px;
    height: 120px;
    line-height: 120px;
    font-size: 24px;
  }
}
.eventinfo-notes__item dl dt::after {
  content: "";
  display: block;
  position: absolute;
  right: 4.2666666667vw;
  top: 50%;
  width: 5.6vw;
  height: 4.8vw;
  transform: translate3d(0, -50%, 0);
  background: url(../img/eventinfo/notes/icon_open.png) no-repeat center top;
  background-size: 100% auto;
}
@media only screen and (min-width: 751px) {
  .eventinfo-notes__item dl dt::after {
    right: 3.1944444444vw;
    width: 2.4305555556vw;
    height: 3.0555555556vw;
    background-image: url(../img/eventinfo/notes/icon_open_pc.png);
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-notes__item dl dt::after {
    right: 46px;
    width: 35px;
    height: 44px;
  }
}
.eventinfo-notes__item dl dd {
  border-top: 0.8vw dotted #fff;
  padding: 2.9333333333vw 5.3333333333vw 4.5333333333vw;
  line-height: 5.3333333333vw;
}
@media only screen and (min-width: 751px) {
  .eventinfo-notes__item dl dd {
    border-top: 0.4166666667vw dotted #fff;
    padding: 1.5277777778vw 2.7777777778vw 2.3611111111vw;
    line-height: 2.3611111111vw;
    font-size: 1.25vw;
  }
}
@media only screen and (min-width: 1440px) {
  .eventinfo-notes__item dl dd {
    border-top: 6px dotted #fff;
    padding: 22px 40px 34px;
    line-height: 40px;
    font-size: 18px;
  }
}

/*-----------------------------------------------
 hover
-----------------------------------------------*/
.hover :hover {
  opacity: 0.8;
  animation: btn 0.5s;
  -webkit-animation: btn 0.5s;
  -moz-animation: btn 0.5s;
}

@keyframes btn {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}
@-webkit-keyframes btn {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}
/*-----------------------------------------------
 header
-----------------------------------------------*/
#pageSetup {
  position: absolute;
  z-index: -1;
  top: 700px;
  left: 0;
  width: 1px;
  height: 1px;
}

#pageTrigger {
  position: absolute;
  z-index: -1;
  top: 100px;
  left: 0;
  width: 1px;
  height: 1px;
}

#header {
  position: fixed;
  z-index: 20;
  top: 0;
  width: 100%;
  height: 84px;
  transition: all 0.3s ease;
}

#header .logo {
  position: absolute;
  top: 10px;
  left: 10px;
}

#header .logo img {
  width: 141px;
  transition: all 0.3s ease;
}

#header nav {
  position: absolute;
  top: 30px;
  right: 30px;
}

#header nav .globalNav {
  display: inline-block;
  vertical-align: middle;
}

#header nav .globalNav li {
  display: inline-block;
  margin-left: 40px;
  font-size: 16px;
  font-family: A1 Mincho, 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "Sawarabi Mincho", “メイリオ”, Meiryo, serif;
  line-height: 1;
  transition: all 0.3s ease;
}

#header nav .sns {
  display: inline-block;
  margin-left: 100px;
  vertical-align: middle;
}

#header nav .sns li {
  display: inline-block;
  width: 25px;
  margin-left: 30px;
}

#header nav .sns li img {
  width: 100%;
}

#header.on {
  background-color: #fff;
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

#header.on .logo img {
  width: 119px;
}

@media only screen and (max-width: 1100px) {
  #header nav .sns {
    margin-left: 30px;
  }
  #header nav .sns li {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 900px) {
  #header nav .globalNav li {
    margin-left: 20px;
  }
  #header nav .sns {
    margin-left: 10px;
  }
  #header nav .sns li {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 768px) {
  #header {
    height: 70px;
  }
  #header .logo {
    position: static;
    width: 22.03125%;
    max-width: 141px;
    padding: 5px 0 0 10px;
  }
  #header .logo img {
    width: 100%;
  }
  #header nav {
    display: none;
  }
  #header.on {
    background: none;
    box-shadow: none;
  }
}
/*-----------------------------------------------
 aside
-----------------------------------------------*/
#aside {
  position: fixed;
  z-index: 5;
  top: 35%;
  right: 10px;
}

#aside p {
  margin-bottom: 5px;
  font-size: 14px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #000f73;
}

#aside span {
  display: block;
  content: "";
  width: 1px;
  height: 40px;
  margin: 0 auto 20px;
  background-color: #000f73;
}

#aside .sns li {
  width: 25px;
  margin-bottom: 20px;
}

#aside .sns li img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  #aside {
    display: none;
  }
}
/*-----------------------------------------------
 content
-----------------------------------------------*/
#content {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 20px;
}

@media only screen and (max-width: 768px) {
  #content {
    position: relative;
  }
}
/*-----------------------------------------------
 sns
-----------------------------------------------*/
#sns {
  position: relative;
  z-index: 1;
  margin-bottom: 20;
  text-align: center;
  color: #000f73;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
}

#sns .logo {
  width: 197px;
  margin: 0 auto 20px;
}

#sns .logo path {
  fill: #000f73;
}

#sns .sns {
  margin-bottom: 10px;
}

#sns .sns li {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 0 10px;
}

#sns .sns li img {
  width: 100%;
}

#sns nav {
  margin-bottom: 5px;
}

#sns nav.navigation li {
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
  vertical-align: middle;
}
#sns nav.navigation li a,
#sns nav.navigation li a:link,
#sns nav.navigation li a:visited {
  display: inline !important;
  color: #000f73 !important;
  text-decoration: none;
}

#sns nav.navigation li::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  background-color: #000f73;
}

#sns nav.navigation li a {
  padding: 0 10px;
}

#sns nav.navigation li:last-child::after {
  display: none;
}

#sns .notice {
  margin-bottom: 20px;
}

/*-----------------------------------------------
 footer
-----------------------------------------------*/
#footer {
  position: relative;
  padding: 15px 0;
  background-color: #000f73;
  text-align: center;
}

#footer small {
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
}

#footer .pagetop {
  position: fixed;
  opacity: 0;
  z-index: 10;
  right: 10px;
  bottom: 28px;
  transform: translateY(200px);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

#footer .pagetop.on {
  opacity: 1;
  transform: translateY(0);
}

#footer .pagetop.off {
  opacity: 0;
  transform: translateY(200px);
}

#footer .footer_marv_logo {
  padding: 15px 0;
}

@media only screen and (max-width: 768px) {
  #footer .footer_marv_logo {
    padding: 15px 0 0 0;
  }
}
#footer .footer_marv_logo img {
  width: 20%;
  max-width: 100px;
}

#footerNavigation {
  display: none;
}

#footerNavigation .bg {
  position: fixed;
  opacity: 0;
  z-index: 10;
  bottom: -200px;
  width: 100%;
  height: 70px;
  background-color: #fff;
  transform: skew(0deg, -2deg);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

#footerNavigation .bg::before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: linear-gradient(to left, #acd1e9, #f6b6c2);
}

#footerNavigation .inner {
  position: fixed;
  opacity: 0;
  z-index: 11;
  bottom: -200px;
  width: 100%;
  background-color: #fff;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

#footerNavigation .inner .sns {
  font-size: 0;
  padding: 10px;
}

#footerNavigation .inner .sns li {
  display: inline-block;
  margin-right: 5px;
}

#footerNavigation .inner .sns li img {
  width: 35px;
}

#footerNavigation .inner .logo {
  position: absolute;
  bottom: 10px;
  right: 75px;
}

#footerNavigation .inner .logo img {
  width: 110px;
}

#footerNavigation .inner .menu {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 50px;
  height: 54px;
  background-image: url(/assets/img/global/menu@2x.png);
  background-size: 50px 54px;
}

#footerNavigation.on .bg {
  opacity: 1;
  bottom: 0;
}

#footerNavigation.on .inner {
  opacity: 1;
  bottom: 0;
}

#spNavigation {
  display: none;
  position: fixed;
  z-index: 100;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 90vh;
  background-color: #fff;
  background-image: url(/assets/img/global/menuBg.png);
  background-size: cover;
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.2);
}

#spNavigation .close {
  position: absolute;
  right: 10px;
  top: 15px;
  width: 50px;
  height: 64px;
  background-image: url(/assets/img/global/close@2x.png);
  background-size: 50px 64px;
}

#spNavigation nav > ul {
  position: absolute;
  width: 70%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin: 0 auto;
  text-align: center;
}

#spNavigation nav > ul > li {
  line-height: 3;
  font-family: A1 Mincho, 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "Sawarabi Mincho", “メイリオ”, Meiryo, serif;
}

#spNavigation nav > ul > li::before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: linear-gradient(to left, #acd1e9, #f6b6c2);
  transform: skew(0deg, -2deg);
}

#spNavigation nav > ul > li a {
  font-size: 26px;
  font-size: 4.2317708333vw;
  color: #00176f;
}

#spNavigation nav > ul > li.logo img {
  width: 40%;
}

#spNavigation nav > ul > li.logo::before {
  display: none;
}

#spNavigation nav > ul > li ul {
  font-size: 0;
}

#spNavigation nav > ul > li ul li {
  display: inline-block;
  margin: 0 5px;
  padding-top: 5vw;
  width: 35px;
}

#spNavigation nav > ul > li ul li img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  #footer {
    padding-bottom: 110px;
  }
  #footer .pagetop {
    bottom: 140px;
  }
  #footer .pagetop img {
    width: 23.5px;
  }
  #footerNavigation {
    display: block;
  }
}
@media only screen and (max-width: 500px) {
  #footerNavigation .inner .logo {
    right: 75px;
  }
}
@media only screen and (max-width: 479px) {
  #footerNavigation .inner .logo {
    display: none;
    right: 75px;
  }
}
.post a:not(.btn_hw),
.recorded a:not(.btn_hw) {
  background: linear-gradient(transparent 70%, #FFFF00 0%);
}

.btn_hw-group {
  text-align: center;
}

.btn_hw {
  font-size: 1.6rem;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 3rem;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  margin-bottom: 20px;
  min-width: 50%;
}

.btn_hw:hover {
  text-decoration: none;
}

.btn_howto {
  color: #fff;
  background: #f57f2b;
}

.btn_howto:link, .btn_howto:visited {
  color: #fff;
}

.btn_howto:hover {
  color: #fff;
  background: #f56500;
}

@media only screen and (max-width: 768px) {
  .btn_hw {
    font-size: 16px;
    min-width: 70%;
  }
}
.footerLine {
  position: relative;
  height: 45px;
  margin-bottom: 20px;
  background-image: url(/assets/img/global/line@2x.png);
  background-size: auto 45px;
  background-position: right 68px bottom;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 80px;
}
@media only screen and (min-width: 751px) {
  .footerLine {
    height: 100px;
  }
}
.footerLine .pagetop {
  position: absolute;
  z-index: 1;
  bottom: -31px;
  right: 10px;
}

.footerLine .notes-wrap {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 80px;
}
@media only screen and (min-width: 751px) {
  .footerLine .notes-wrap {
    height: 100px;
  }
}

.footerLine .notes {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.footerLine .notes .note {
  position: absolute;
  bottom: -45px;
  width: 40px;
  transform: scale(0.001);
}

.footerLine .notes .note1 {
  left: 10%;
}

.footerLine .notes .note2 {
  left: 20%;
}

.footerLine .notes .note3 {
  left: 30%;
}

.footerLine .notes .note4 {
  left: 50%;
  width: 20px;
}

.footerLine .notes .note5 {
  left: 65%;
  width: 20px;
}

.footerLine .notes .note6 {
  left: 74%;
  width: 20px;
}

.footerLine .notes .note7 {
  left: 74%;
  width: 20px;
}

.footerLine .notes .note8 {
  left: 84%;
  width: 30px;
}

.footerLine .notes .note9 {
  left: 14%;
  width: 20px;
}

.footerLine .notes .note10 {
  left: 54%;
}

.footerLine .notes .note11 {
  left: 60%;
}

.footerLine .notes .note12 {
  left: 90%;
}

@media only screen and (max-width: 768px) {
  .footerLine {
    background-position: right 48px bottom;
  }
  .footerLine .pagetop {
    bottom: -17px;
  }
  .footerLine .pagetop img {
    width: 23.5px;
  }
}
@keyframes modal-show {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes modal-hide {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  animation: modal-hide 500ms forwards;
}
.modal.js--show {
  pointer-events: auto;
  animation: modal-show 500ms forwards;
}
.modal-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #363b4d;
  opacity: 0.97;
  cursor: pointer;
}
.modal-inner {
  position: absolute;
  width: 92vw;
  left: 50%;
  top: 50dvh;
  transform: translate3d(-50%, -50%, 0);
  background: #fff;
}
@media only screen and (min-width: 751px) {
  .modal-inner {
    width: 55.5555555556vw;
  }
}
@media only screen and (min-width: 1440px) {
  .modal-inner {
    width: 800px;
  }
}
.modal-scroller {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 70vh;
  max-height: 154.6666666667vw;
  overflow: auto;
  overscroll-behavior-y: contain;
  padding: 16.8vw 5.3333333333vw 5.3333333333vw;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.modal-scroller::-webkit-scrollbar {
  display: none;
}
.modal-scroller__inner {
  min-height: 100.1%;
}
@media only screen and (min-width: 751px) {
  .modal-scroller {
    height: 90vh;
    max-height: 50.9722222222vw;
    padding: 2.9166666667vw 12.5vw 2.9166666667vw;
  }
}
@media only screen and (min-width: 1440px) {
  .modal-scroller {
    max-height: 734px;
    padding: 42px 180px 42px;
  }
}
.modal-img {
  border: 0.2666666667vw solid #dae2f2;
}
@media only screen and (min-width: 751px) {
  .modal-img {
    border: 0.1388888889vw solid #dae2f2;
  }
}
@media only screen and (min-width: 1440px) {
  .modal-img {
    border: 2px solid #dae2f2;
  }
}
.modal-text {
  margin-top: 3.2vw;
  font-size: 3.7333333333vw;
  line-height: 5.3333333333vw;
  color: #636fa6;
}
@media only screen and (min-width: 751px) {
  .modal-text {
    margin-top: 1.3888888889vw;
    font-size: 1.1111111111vw;
    line-height: 1.6666666667vw;
  }
}
@media only screen and (min-width: 1440px) {
  .modal-text {
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
  }
}
.modal-about {
  font-size: 3.7333333333vw;
  margin-top: 3.7333333333vw;
  line-height: 5.3333333333vw;
}
@media only screen and (min-width: 751px) {
  .modal-about {
    font-size: 1.1111111111vw;
    margin-top: 1.3888888889vw;
    line-height: 1.6666666667vw;
  }
}
@media only screen and (min-width: 1440px) {
  .modal-about {
    font-size: 16px;
    margin-top: 20px;
    line-height: 24px;
  }
}
.modal-attention {
  font-size: 3.2vw;
  margin-top: 2.4vw;
  line-height: 5.3333333333vw;
}
@media only screen and (min-width: 751px) {
  .modal-attention {
    font-size: 0.9722222222vw;
    margin-top: 0.6944444444vw;
    line-height: 1.6666666667vw;
  }
}
@media only screen and (min-width: 1440px) {
  .modal-attention {
    font-size: 14px;
    margin-top: 10px;
    line-height: 24px;
  }
}
.modal-price {
  margin-top: 3.2vw;
  font-size: 4vw;
  color: #363d4c;
  font-weight: 700;
}
@media only screen and (min-width: 751px) {
  .modal-price {
    margin-top: 1.3888888889vw;
    font-size: 1.25vw;
  }
}
@media only screen and (min-width: 1440px) {
  .modal-price {
    margin-top: 20px;
    font-size: 18px;
  }
}
.modal-close {
  position: absolute;
  right: 2.1333333333vw;
  top: 2.1333333333vw;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  border-radius: 10.6666666667vw;
  background: #f2deaa;
  border: 0.2666666667vw solid #363d4c;
  cursor: pointer;
  z-index: 1;
}
@media only screen and (min-width: 751px) {
  .modal-close {
    right: 1.1111111111vw;
    top: 1.1111111111vw;
    width: 2.7777777778vw;
    height: 2.7777777778vw;
    border-radius: 2.7777777778vw;
    border: 0.1388888889vw solid #363d4c;
    transition: opacity 300ms;
  }
  .modal-close:hover {
    opacity: 0.6;
  }
}
@media only screen and (min-width: 1440px) {
  .modal-close {
    right: 16px;
    top: 16px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border: 1px solid #363d4c;
  }
}
.modal-close::before, .modal-close::after {
  content: "";
  display: block;
  position: absolute;
  width: 5.3333333333vw;
  height: 0.2666666667vw;
  background: #363d4c;
  left: 50%;
  top: 50%;
}
@media only screen and (min-width: 751px) {
  .modal-close::before, .modal-close::after {
    width: 1.3888888889vw;
    height: 0.0694444444vw;
  }
}
@media only screen and (min-width: 1440px) {
  .modal-close::before, .modal-close::after {
    width: 20px;
    height: 1px;
  }
}
.modal-close::before {
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
.modal-close::after {
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}
/*# sourceMappingURL=../maps/share.css.map */
