@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese");
html {
  font-size: 10px;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, section, article, aside, hgroup, header, footer, nav, dialog, figure, menu, video, audio, mark, time, canvas, details {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent;
}

section, article, aside, hgroup, header, footer, main, nav, dialog, figure, figcaption {
  display: block;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -webkit-print-color-adjust: exact;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

main p, main li, main dt, main dd, main th, main td {
  line-height: 1.6;
}

img {
  -webkit-backface-visibility: hidden;
  vertical-align: bottom;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

@media screen and (max-width: 749px) {
  .pc {
    display: none !important;
  }
}

@media print, screen and (min-width: 750px) {
  .sp {
    display: none !important;
  }
}

@media print, screen and (min-width: 750px) {
  body {
    min-width: 1200px;
  }
}

#container {
  overflow: hidden;
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: 400;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", ncommonJp, YuGothic, sans-serif;
  /* slick */
}

@media print, screen and (min-width: 750px) {
  #container {
    min-width: 1200px;
  }
}

@media screen and (max-width: 749px) {
  #container {
    font-size: calc(100vw / 37.5);
  }
}

#container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#container img {
  max-width: 100%;
}

#container .slick-slider .slick-arrow {
  font-size: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
}

#container .slick-slider .slick-arrow.slick-disabled {
  opacity: 0;
  pointer-events: none;
}

#container .slick-slider .slick-dots li button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  padding: 0;
  font-size: 0;
  background: none;
}

#container {
  /* anime */
}

#container main {
  display: block;
}

#container main section {
  position: relative;
  text-align: center;
}

#container .inner {
  position: relative;
}

@media print, screen and (min-width: 750px) {
  #container .inner {
    width: 1200px;
    margin: 0 auto;
  }
}

#container .obj {
  position: absolute;
  pointer-events: none;
}

#container section.mv {
  background: url(../images/mv.jpg) no-repeat center top/100%;
  position: relative;
  /* anime */
  opacity: 0;
  background-size: 115%;
  transition: 1.7s cubic-bezier(0, 0, 0.35, 1);
}

@media screen and (min-width: 1600px) {
  #container section.mv {
    max-height: none;
    height: calc(66vw + 180px);
  }
}

@media screen and (min-width: 2200px) {
  #container section.mv {
    max-height: none;
    height: calc(58vw + 180px);
  }
}

@media screen and (max-width: 749px) {
  #container section.mv {
    background: url(../images/mv_sp.jpg) no-repeat center top/100%;
    padding-top: 125.33333vw;
  }
}

#container section.mv .inner {
  position: static;
}

#container section.mv .mv-btm.inner {
  position: relative;
}

@media screen and (max-width: 749px) {
  #container section.mv .mv-btm.inner {
    margin-top: 20vw;
    display: flex;
    flex-direction: column-reverse;
  }
}

@media print, screen and (min-width: 750px) {
  #container section.mv .mv-btm.inner:before {
    content: "";
    width: 200vw;
    height: 100vh;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 10%);
    position: absolute;
    top: 75vh;
    left: -50vw;
    z-index: 1;
  }
}

@media screen and (max-height: 900px) {
  #container section.mv .mv-btm.inner:before {
    top: 75vh;
  }
}

@media screen and (max-height: 850px) {
  #container section.mv .mv-btm.inner:before {
    top: 80vh;
  }
}

@media screen and (max-height: 800px) {
  #container section.mv .mv-btm.inner:before {
    top: 90vh;
  }
}

@media screen and (max-height: 750px) {
  #container section.mv .mv-btm.inner:before {
    opacity: 0;
  }
}

@media screen and (min-width: 1600px) {
  #container section.mv .mv-btm.inner:before {
    top: 37vw;
    opacity: 1;
  }
}

@media screen and (min-width: 2200px) {
  #container section.mv .mv-btm.inner:before {
    top: 38vw;
    opacity: 1;
  }
}

@media print, screen and (min-width: 750px) {
  #container section.mv .mv-btm.inner .topics_direct:after {
    content: "";
    width: 2px;
    height: 144px;
    background: #e6e6e6;
    position: absolute;
    top: 12px;
    left: 800px;
    top: 12px;
    height:calc(100% - 12px + 21px);
  }
}

@media screen and (min-width: 750px) and (min-width: 1600px) {
  #container section.mv .mv-btm.inner:after {
    top: 46vw;
  }
}

@media screen and (min-width: 750px) and (min-width: 2200px) {
  #container section.mv .mv-btm.inner:after {
    top: 44vw;
  }
}

@media screen and (max-width: 749px) {
  #container section.mv {
    background-size: 115%;
    transition: 1.2s cubic-bezier(0, 0, 0.35, 1);
  }
}

#container section.mv .inner {
  opacity: 0;
  transition: 1.2s ease 1.3s;
}

@media screen and (max-width: 749px) {
  #container section.mv .inner {
    transition: 0.8s ease 0.9s;
  }
}

#container section.mv.is-animate {
  background-size: 100%;
  opacity: 1;
}

#container section.mv.is-animate .inner {
  opacity: 1;
}

#container .mv__ttl {
  position: absolute;
  top: 35px;
  left: 45px;
}

@media screen and (max-width: 749px) {
  #container .mv__ttl {
    top: 4vw;
    left: 3.33333vw;
    width: 48vw;
  }
}

#container .mv__open {
  position: absolute;
  top: 620px;
  left: 0;
  box-shadow: 0px 13px 15px 0px rgba(0, 0, 0, 0.21);
  z-index: 2;
  font-size: 0;
  line-height: 0;
}

@media screen and (min-width: 1600px) {
  #container .mv__open {
    top: 34vw;
  }
}

@media screen and (min-width: 2200px) {
  #container .mv__open {
    top: 38vw;
  }
}

#container .mv__open * {
  line-height: 0;
  font-size: 0;
}

@media screen and (max-width: 749px) {
  #container .mv__open {
    width: 64vw;
    top: 99.33333vw;
    left: auto;
    right: 0;
  }
}

@media print, screen and (min-width: 750px) {
  #container .mv__usj {
    position: absolute;
    top: 530px;
    right: 30px;
    box-shadow: 0px 5px 15px 10px rgba(0, 0, 0, 0.21);
    border-radius: 10px;
    z-index: 2;
    font-size: 0;
    line-height: 0;
  }
  #container .mv__usj * {
    line-height: 0;
    font-size: 0;
  }
  #container .mv__usj:hover {
    animation: hoverJump 0.35s ease;
  }
}

@media screen and (min-width: 1600px) {
  #container .mv__usj {
    top: 29vw;
  }
}

@media screen and (min-width: 2200px) {
  #container .mv__usj {
    top: 34vw;
  }
}

@media screen and (max-width: 749px) {
  #container .mv__usj {
    position: absolute;
    top: 117.33333vw;
    left: auto;
    right: 0;
  }
}

#container .mv-btm {
    padding-top: 750px;
}

@media screen and (max-width: 749px) {
  #container .mv-btm {
    padding-top: 0;
  }
}

@media screen and (min-width: 1600px) {
  #container .mv-btm {
    padding-top: 42vw;
  }
}

@media screen and (min-width: 2200px) {
  #container .mv-btm {
    padding-top: 44vw;
  }
}

#container .news {
  text-align: left;
  line-height: 1;
  margin: 20px 20px 32px;
  z-index: 2;
  position: relative;
}

#container .news h3 {
  font-weight: bold;
  margin-bottom: 12px;
}

#container .news {
  border-top:2px solid #e6e6e6;
  border-bottom:2px solid #e6e6e6;
  background: rgba(255,255,255,0.96);
  padding:  32px 32px 28px 32px;
  font-size: 18px;
}

#container .news .news_inner{
  width:max-content;
  max-width: 100%;
  margin:0 auto;

}

#container .news p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 6px;
}

#container .news .detail {
  font-size: 12px;
  font-weight: 700;
  margin: 0;
  padding-left: 15px;
  background-image: url(../images/arrow03.png);
  background-repeat: no-repeat;
  background-size: 11px;
  background-position: 0 5.5px;
  width:max-content;
  max-width: 100%;
  margin:0 auto;
}

#container .news .detail a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 749px) {
  #container .news {
    margin: 20px 3.5% 32px;
    padding: 4.26vw 4.26vw 3.73vw 4.26vw;
    font-size: 3.6vw;
  }

  #container .news h3 {
    text-align: center;
  }

  #container .news p {
    font-size: 2.9333vw;
  }

  #container .news .detail {
    font-size: 2.4vw;
    background-size: 2vw;
    background-position: 0 54%;
  }
}

#container .topics_direct {
  position: relative;
  z-index: 2;
  /* margin: 20px 0 32px; */
  margin: 20px 0 46px;
}

@media screen and (max-width: 749px) {
  #container .topics_direct {
    margin: 0 0 32px;
  }
}

#container .topics {
  text-align: left;
  line-height: 1;
}

@media print, screen and (min-width: 750px) {
  #container .topics {
    position: relative;
    left: 20px;
  }
}

@media screen and (max-width: 749px) {
  #container .topics {
    width: 91.5vw;
    margin: 0 auto 0;
  }
}

@media print, screen and (min-width: 750px) {
  #container .topics__ttl {
    margin-bottom: 8px;
    padding-left: 5px;
  }
}

@media screen and (max-width: 749px) {
  #container .topics__ttl {
    margin: 0 0 2vw 1.2%;
  }
}

#container .topics__item {
  /* background: url(../images/topics_bg.png) center repeat-y; */
  position: relative;
  padding-top:20px;
  padding-bottom:20px;
}

@media print, screen and (min-width: 750px) {
  #container .topics__item {
    display: block;
    align-items: center;
    width: 740px;
    margin-bottom:8px;
  }
  #container .topics__item:last-child {
    margin-bottom:0;
  }
  #container .topics__item:hover {
    animation: hoverJump 0.35s ease;
  }
}

@media screen and (max-width: 749px) {
  #container .topics__item {
    /* background: url(../images/topics_bg_sp.png) repeat-y center/100%; */
    /* padding: 4vw 0 4vw 4vw; */
    padding-top:4vw;
    padding-bottom:4vw;
    position: relative;
    z-index: 1;
    margin-bottom:2vw;
  }
  #container .topics__item:last-child {
    margin-bottom:0;
  }
}

#container .topics__item:before {
  content: "";
  width: 100%;
  height: 20px;
  background: url(../images/topics_bg_top.png) center no-repeat;
  position: absolute;
  top: 1px;
  left: 0;
}

@media screen and (max-width: 749px) {
  #container .topics__item:before {
    background: url(../images/topics_bg_top_sp.png) no-repeat center/100%;
    height: 4vw;
    top: 1px;
  }
}

#container .topics__item:after {
  content: "";
  width: 100%;
  height: 20px;
  background: url(../images/topics_bg_btm.png) center no-repeat;
  position: absolute;
  bottom: 1px;
  left: 0;
}

@media screen and (max-width: 749px) {
  #container .topics__item:after {
    background: url(../images/topics_bg_btm_sp.png) no-repeat center/100%;
    height: 4vw;
    bottom: 1px;
  }
}

#container .topics__item a {
  position: relative;
  display: block;
  min-height: 82px;
  background: url(../images/arrow.png) no-repeat center right 14px/20px;
  width: 100%;
}

@media screen and (max-width: 749px) {
  #container .topics__item a {
    /* padding: 1vw 3vw; */
    background: url(../images/arrow.png) no-repeat center right 3vw/4vw;
    min-height: auto;
  }
}

#container .topics__item a:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #cf9e00;
  position: absolute;
  top: 0;
  right: 48px;
  z-index: 10
}

@media screen and (max-width: 749px) {
  #container .topics__item a:before {
    right: 9.33333vw;
  }
}

#container .topics__item a:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #ffe029;
  position: absolute;
  top: 0;
  right: 49px;
  z-index: 10;
}

@media screen and (max-width: 749px) {
  #container .topics__item a:after {
    display: none;
  }
}

#container .topics__item a figure {
  width: 142px;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 749px) {
  #container .topics__item a figure {
    width: 18.66667vw;
  }
}

#container .topics__item a p {
  font-size: 16px;
  font-weight: 700;
  color: #5c1801;
  padding-right: 70px;
  padding-top: 8px;
}

@media screen and (max-width: 749px) {
  #container .topics__item a p {
    font-size: 2.9333vw;
    padding-right: 10.66667vw;
    padding-top: 0.666vw;
    line-height: 1.4;
  }
}

#container .topics__item .topics__item_inner{
  background: url(../images/topics_bg.png) center repeat-y;
  padding-left: 26px;
  min-height: 82px;
  position:relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#container .topics__item .topics__item_inner::before{
  content: "";
  width: 20px;
  height: 19px;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translate(0, -50%);
  background-image: url("../images/arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 749px) {
  #container .topics__item .topics__item_inner{
    padding: 0vw 3vw 0vw 4.26vw;
    background: url(../images/topics_bg_sp.png) repeat-y center/100%;
    min-height: 15.466vw;
  }
  #container .topics__item .topics__item_inner::before{
    content: "";
    width: 3vw;
    height: 3vw;
    position: absolute;
    top: 50%;
    right: 3vw;
    transform: translate(0, -50%);
    background-image: url("../images/arrow.png");
    background-repeat: no-repeat;
    background-size: contain;
  }
}
#container .topics__item .topics__item_inner .topics__thumb{
  width:152px;
}

#container .topics__item .topics__item_inner .topics__thumb img{
  width:100%;
}

#container .topics__item .topics__item_inner .topics__content{
  width:calc(100% - 175px);
}

@media screen and (max-width: 749px) {
  #container .topics__item .topics__item_inner .topics__thumb{
    /* width:20.26vw; */
    width:24vw;

  }

  #container .topics__item .topics__item_inner .topics__content{
    width:calc(100% - 28.26vw);
  }
}

#container .topics__item .topics__item_inner .topics__content_header{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#container .topics__item .topics__item_inner .topics__content_header .icon-new{
  font-size: 14px;
  font-weight: 700;
  color: #e60012;
  padding-top: 2px;
  display: block;
  display: inline-block;
}

#container .topics__item .topics__item_inner .topics__content_header .icon-new::after{
  content: "｜";
  color: #8f4127;
}

#container .topics__item .topics__item_inner time {
  font-size: 14px;
  font-weight: 700;
  color: #8f4127;
  padding-top: 2px;
  display: block;
}

@media screen and (max-width: 749px) {
  #container .topics__item .topics__item_inner .topics__content_header .icon-new{
    font-size: 2.1333vw;
    display: block;
    display: inline-block;
  }

  #container .topics__item .topics__item_inner .topics__content_header .icon-new::after{
    content: "｜";
    color: #8f4127;
  }
  #container .topics__item .topics__item_inner time {
    padding-top: 0;
    font-size: 2.1333vw;
  }
}

#container .direct {
  text-align: left;
  line-height: 1;
  position: absolute;
  top: 0px;
  left: 830px;

  height:100%;
}

@media screen and (max-width: 749px) {
  #container .direct {
    width: 91.5vw;
    margin: 12vw auto 0;
    position: static;
  }
}

@media print, screen and (min-width: 750px) {
  #container .direct__ttl {
    margin-bottom: 17px;
    padding-left: 5px;
  }
}

@media screen and (max-width: 749px) {
  #container .direct__ttl {
    margin: 0 0 2vw 1.2%;
  }
}

@media screen and (min-width: 760px), print {
  #container .direct__img{
    height:calc(100% - 20px);
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media print, screen and (min-width: 750px) {
  #container .direct__img:hover {
    animation: hoverJump 0.35s ease;
  }
}

@media print, screen and (min-width: 750px) {
  #container .direct__img .mv__movie {
    cursor: pointer;
  }
}

@media screen and (max-width: 749px) {
  #container .direct__img .mv__movie {
    width: 92vw;
    position: relative;
  }
  #container .direct__img .mv__movie.is-show {
    padding-top: 27%;
  }
  #container .direct__img .mv__movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #container .direct__img .mv__movie img {
    position: relative;
    z-index: 1;
    pointer-events: none;
  }
}

#container section.about {
  background: #e60012;
  padding-bottom: 110px;
  text-align: left;
  position: relative;
  margin-top: 430px;
  z-index: 2;
}

@media screen and (min-width: 1600px) {
  #container section.about {
    margin-top: 11%;
    margin-top: calc(126px + 11%);
    
  }
}

@media screen and (max-width: 749px) {
  #container section.about {
    margin-top: 50.66667vw;
    padding-bottom: 13.33333vw;
  }
}

#container section.about:before {
  content: "";
  width: 100%;
  height: 14px;
  position: absolute;
  top: -13px;
  left: 0;
  background: url(../images/about_bg.png) repeat-x;
  transform: rotate(180deg);
}

@media screen and (max-width: 749px) {
  #container section.about:before {
    height: 2.13333vw;
    top: -2vw;
    background: url(../images/about_bg_sp.png) repeat-x;
    background-size: 3.6vw;
  }
}

#container section.about:after {
  content: "";
  width: 1450px;
  height: 876px;
  background: url(../images/about_img.png) no-repeat center;
  position: absolute;
  top: -350px;
  left: 50%;
  pointer-events: none;
  transform: translateX(-50%);
}

@media screen and (max-width: 749px) {
  #container section.about:after {
    width: 100%;
    height: 89.46667vw;
    background: url(../images/about_img_sp.png) no-repeat center/100%;
    top: -42vw;
  }
}

#container .about__ttl {
  /* anime */
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

@media print, screen and (min-width: 750px) {
  #container .about__ttl {
    position: absolute;
    top: -102px;
    right: 20px;
    z-index: 3;
  }
}

@media screen and (max-width: 749px) {
  #container .about__ttl {
    padding: 52vw 0 0;
  }
}

#container section.about.is-animate .about__ttl {
  opacity: 1;
  transform: translateY(0);
}

#container .about__txt {
  padding: 555px 0 20px 65px;
}

@media screen and (max-width: 749px) {
  #container .about__txt {
    padding: 8vw 0 0;
  }
}

#container .about__mario {
  top: -600px;
  right: -290px;
  z-index: 3;
}

@media screen and (max-width: 749px) {
  #container .about__mario {
    width: 71.86667vw;
    /* top: -272vw; */
    top: -245vw;
    right: -20vw;
  }
}

#container section.band {
  padding-top: 260px;
  padding-bottom: 250px;
  text-align: left;
  background: url(../images/band_bg.gif);
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 749px) {
  #container section.band {
    padding-top: 90.66667vw;
    padding-bottom: 20vw;
  }
}

#container section.band:before {
  content: "";
  width: 100%;
  height: 14px;
  position: absolute;
  top: -1px;
  left: 0;
  background: url(../images/about_bg.png) repeat-x;
}

@media screen and (max-width: 749px) {
  #container section.band:before {
    height: 2.13333vw;
    top: -1px;
    background: url(../images/about_bg_sp.png) repeat-x;
    background-size: 3.6vw;
  }
}

#container section.band .inner {
  background: url(../images/band_bg.png) center repeat-y;
  position: relative;
}

@media print, screen and (min-width: 750px) {
  #container section.band .inner {
    width: 980px;
    transform: translateX(-110px);
    padding: 25px 40px;
  }
}

@media screen and (max-width: 749px) {
  #container section.band .inner {
    background: url(../images/band_bg_sp.png) repeat-y center/100%;
    padding-top: 17.33333vw;
    margin-top: -17.33333vw;
  }
}

#container section.band .inner:before {
  content: "";
  width: 100%;
  height: 20px;
  background: url(../images/band_bg_top.png) center no-repeat;
  position: absolute;
  top: -19px;
  left: 0;
}

@media screen and (max-width: 749px) {
  #container section.band .inner:before {
    height: 4vw;
    top: -3.86667vw;
    background: url(../images/band_bg_top_sp.png) no-repeat center/100%;
  }
}

#container section.band .inner:after {
  content: "";
  width: 100%;
  height: 20px;
  background: url(../images/band_bg_btm.png) center no-repeat;
  position: absolute;
  bottom: -19px;
  left: 0;
}

@media screen and (max-width: 749px) {
  #container section.band .inner:after {
    height: 4vw;
    bottom: -3.86667vw;
    background: url(../images/band_bg_btm_sp.png) no-repeat center/100%;
  }
}

#container .band__txt {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 20px;
  width: 390px;
}

@media screen and (max-width: 749px) {
  #container .band__txt {
    width: 72vw;
    font-size: 3.73333vw;
    padding-left: 7.33333vw;
    margin-top: 4.66667vw;
    line-height: 1.7;
  }
}

#container .band__detail {
  margin-top: 60px;
  background: url(../images/band_img02.jpg) no-repeat bottom center #fff;
  border-radius: 10px;
  padding: 40px 40px 250px;
  position: relative;
}

@media screen and (max-width: 749px) {
  #container .band__detail {
    margin: 10.66667vw 6.66667vw 0;
    padding: 73.33333vw 3.33333vw 41.33333vw;
    background: url(../images/band_img02_sp.jpg) no-repeat bottom center/100% #fff;
  }
}

#container .band__detail:before {
  content: "";
  width: 489px;
  height: 481px;
  background: url(../images/band_img01.png) no-repeat;
  position: absolute;
  top: -10px;
  left: -90px;
}

@media screen and (max-width: 749px) {
  #container .band__detail:before {
    width: 78.93333vw;
    height: 82.93333vw;
    background-size: 100%;
    top: -9vw;
    left: auto;
    right: 3vw;
  }
}

@media print, screen and (min-width: 750px) {
  #container .band__detail h3 {
    margin-left: 370px;
  }
}

@media screen and (max-width: 749px) {
  #container .band__detail h3 {
    width: 52.53333vw;
    margin: 0 auto;
  }
}

#container .band__detail .txt {
  font-size: 14px;
  padding-top: 20px;
  margin-top: 20px;
  border-top: solid 1px #cbcbcb;
}

@media print, screen and (min-width: 750px) {
  #container .band__detail .txt {
    margin-left: 370px;
  }
}

@media screen and (max-width: 749px) {
  #container .band__detail .txt {
    width: 100%;
    font-size: 3.46667vw;
    padding-top: 3.33333vw;
    margin-top: 3.33333vw;
    line-height: 1.8;
  }
}

#container .band__detail .txt sup {
  vertical-align: super;
  font-size: 70%;
}

#container .band__detail .app {
  margin-top: 20px;
}

@media print, screen and (min-width: 750px) {
  #container .band__detail .app {
    margin-left: 370px;
  }
}

#container .band__detail .app a {
  color: #e60012;
  font-size: 14px;
  font-weight: 700;
  padding-left: 24px;
  background: url(../images/arrow02.png) no-repeat center left/14px;
}

@media print, screen and (min-width: 750px) {
  #container .band__detail .app a {
    display: inline-block;
  }
  #container .band__detail .app a:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 749px) {
  #container .band__detail .app a {
    background: url(../images/arrow02.png) no-repeat center left;
    background-size: 3.2vw;
    padding-left: 4.8vw;
    display: block;
    font-size: 3.46667vw;
  }
}

#container .band__detail .note {
  margin-top: 20px;
  font-size: 12px;
}

@media print, screen and (min-width: 750px) {
  #container .band__detail .note {
    margin-left: 370px;
  }
}

@media screen and (max-width: 749px) {
  #container .band__detail .note {
    font-size: 2.93333vw;
    text-indent: -1em;
    padding-left: 1em;
  }
}

#container .band__detail .detail {
  font-size: 12px;
  font-weight: 700;
  margin: 5px 0 0 10px;
  padding-left: 16px;
  background: url(../images/arrow03.png) no-repeat center left/12px;
}

@media print, screen and (min-width: 750px) {
  #container .band__detail .detail {
    margin-left: 383px;
  }
  #container .band__detail .detail a:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 749px) {
  #container .band__detail .detail {
    background-size: 3.2vw;
    padding-left: 4vw;
  }
}

#container .band__img {
  position: absolute;
  top: -170px;
  right: -210px;
  z-index: 3;
  /* anime */
  opacity: 0;
  transform: translateX(30px) scale(0.95);
  transform-origin: right;
  transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
}

@media screen and (max-width: 749px) {
  #container .band__img {
    width: 92vw;
    top: -56vw;
    right: 0;
  }
}

#container .band__img.is-animate {
  opacity: 1;
  transform: translateX(0) scale(1);
}

#container .band__koopa-jr {
  position: absolute;
  /* top: 215px; */
  top: 750px;
  right: -445px;
  z-index: 4;
}

@media screen and (max-width: 749px) {
  #container .band__koopa-jr {
    width: 60.13333vw;
    right: -25.5vw;
    bottom: auto;
    /* top: -11vw; */
    top: 85vw;
  }
}

/* TAB対応 */
@media screen and (min-width: 750px) and (max-width: 1400px) {
  #container .band__koopa-jr picture {
    display: block;
    transform-origin: left;
    transform: scale(0.9);
  }
}
@media screen and (min-width: 750px) and (max-width: 1300px) {
  #container .band__koopa-jr picture {
    transform: scale(0.8);
  }
}

#container .band__bob-omb {
  position: absolute;
  top: -310px;
  /* top: -530px; */
  left: 120px;
  z-index: 4;
}

@media screen and (max-width: 749px) {
  #container .band__bob-omb {
    display: none;
  }
}

#container section.kart {
  height: 1000px;
  position: relative;
  z-index: 3;
  margin-bottom: -100px;
}

@media screen and (max-width: 749px) {
  #container section.kart {
    height: 180vw;
  }
}

#container section.kart .inner {
  z-index: 2;
  text-align: left;
  margin-top: -1000px;
}

@media screen and (max-width: 749px) {
  #container section.kart .inner {
    margin-top: -180vw;
  }
}

#container .kart__wrap {
  transform: skewY(-3deg);
  overflow: hidden;
  height: 1000px;
}

@media screen and (max-width: 749px) {
  #container .kart__wrap {
    height: 180vw;
  }
}

#container .kart__wrap div {
  width: 200vw;
  height: 200vh;
  background: url(../images/kart_bg.gif);
  transform: skewY(3deg);
  animation: kart_bg 30s linear infinite;
}

@media print, screen and (min-width: 750px) {
  #container .kart__wrap div {
    position: absolute;
    top: -50vh;
    left: 0;
  }
}

@media screen and (max-width: 749px) {
  #container .kart__wrap div {
    background-size: 5.6vw;
    animation: kart_bg_sp 30s linear infinite;
  }
}

#container .kart__ttl {
  padding: 480px 0 0 560px;
}

@media screen and (max-width: 749px) {
  #container .kart__ttl {
    padding: 0;
    display: none;
  }
}

#container .kart__txt {
  font-size: 16px;
  color: #fff;
  line-height: 1.8;
  margin-top: 20px;
  padding-left: 560px;
}

@media screen and (max-width: 749px) {
  #container .kart__txt {
    margin-left: 38.66667vw;
    font-size: 3.73333vw;
    width: 56vw;
    padding: 89.33333vw 0 0;
  }
}

#container .kart__logo {
  position: absolute;
  top: 120px;
  left: 0;
  z-index: 4;
}

@media screen and (max-width: 749px) {
  #container .kart__logo {
    width: 70.93333vw;
    top: 58.66667vw;
    left: auto;
    right: 0;
  }
}

#container .kart__img {
  position: absolute;
  top: -100px;
  right: -10px;
  z-index: 3;
}

@media screen and (max-width: 749px) {
  #container .kart__img {
    top: 10.66667vw;
    right: 0;
  }
}

#container .kart__list {
  position: absolute;
  bottom: 70px;
  left: 0;
  z-index: 5;
  display: flex;
}

@media screen and (max-width: 749px) {
  #container .kart__list {
    bottom: 13.33333vw;
  }
}

#container .kart__list li {
  width: 320px;
  height: 240px;
  border-radius: 8px;
  overflow: hidden;
  margin: 0 10px;
  transform: skewX(-7deg);
  position: relative;
}

@media screen and (max-width: 749px) {
  #container .kart__list li {
    width: 42.66667vw;
    height: 32vw;
    margin: 0 1.33333vw;
  }
}

#container .kart__list li img {
  transform: skewX(7deg) translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 54%;
  max-width: 360px;
}

@media screen and (max-width: 749px) {
  #container .kart__list li img {
    max-width: 48vw;
  }
}

#container .kart__koopa {
  top: 320px;
  /* top: -70px; */
  left: -110px;
  z-index: 3;
}

@media screen and (max-width: 749px) {
  #container .kart__koopa {
    width: 80.8vw;
    top: 70.66667vw;
    /* top: calcvw(-380px); */
    left: -44vw;
  }
}

#container .kart__kinoko01 {
  /* top: -75px; */
  top: -510px;
  top: -75px;
  left: 25px;
}

@media screen and (max-width: 749px) {
  #container .kart__kinoko01 {
    width: 17.86667vw;
    top: -10vw;
    left: 33vw;
    opacity: 0;
    transition: all 0.45s ease;
    -webkit-transition: all 0.45s ease;
    transition-delay: 0.3s;
    transform: translateY(20px);
  }
}

#container .kart__kinoko02 {
  /* top: -180px; */
  top: 520px;
  top: -180px;
  left: 170px;
}

@media screen and (max-width: 749px) {
  #container .kart__kinoko02 {
    width: 18.4vw;
    top: -14vw;
    left: 16vw;
    opacity: 0;
    transition: all 0.45s ease;
    -webkit-transition: all 0.45s ease;
    transform: translateY(20px);
  }
}

#container .kart__koura {
  bottom: -480px;
  left: 120px;
}

@media screen and (max-width: 749px) {
  #container .kart__koura {
    display: none;
  }
}

#container .kart__img {
  opacity: 0;
  transform: translateX(30px);
  transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
}

@media screen and (max-width: 749px) {
  #container .kart__img {
    transform: translateX(-30px);
    transition-delay: 0.4s;
  }
}

#container .kart__logo {
  opacity: 0;
  transform: translateX(-30px);
  transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  transition-delay: 0.4s;
}

@media screen and (max-width: 749px) {
  #container .kart__logo {
    transform: translateX(30px);
    transition-delay: 0.8s;
  }
}

#container.is-animate {
  opacity: 1;
  transform: translateX(0) scale(1);
}

#container section.kart.is-animate .kart__img,
#container section.kart.is-animate .kart__logo {
  opacity: 1;
  transform: translateX(0);
}

@media screen and (max-width: 749px) {
  #container section.kart.is-animate .kart__kinoko01,
  #container section.kart.is-animate .kart__kinoko02 {
    opacity: 1;
    transform: translateX(0);
  }
}

#container section.yoshi {
  background-image: linear-gradient(180deg, #75e55c 0%, #46af37 100%);
  padding-bottom: 90px;
  padding-top: 200px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 749px) {
  #container section.yoshi {
    padding: 53.33333vw 0 13.33333vw;
  }
}

#container section.yoshi:after {
  content: "";
  width: 100%;
  height: 7px;
  background: url(../images/yoshi_bg.png) repeat-x;
  position: absolute;
  bottom: -6px;
  left: 0;
}

@media screen and (max-width: 749px) {
  #container section.yoshi:after {
    background: url(../images/yoshi_bg_sp.png) repeat-x;
    background-size: 6.4vw;
    height: 1.06667vw;
    bottom: -0.93333vw;
  }
}

#container .yoshi__ttl {
  margin-left: 560px;
  text-align: left;
}

@media screen and (max-width: 749px) {
  #container .yoshi__ttl {
    margin-left: 0;
    padding-top: 9.33333vw;
  }
}

#container .yoshi__txt {
  margin-top: 20px;
  margin-left: 560px;
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
}

@media screen and (max-width: 749px) {
  #container .yoshi__txt {
    margin: 0;
    font-size: 3.73333vw;
    padding-left: 4vw;
    margin-top: 4vw;
  }
}

#container .yoshi__img {
  margin-top: 45px;
  position: relative;
  z-index: 3;
  /* anime */
  opacity: 0;
  transform: scale(0.9);
  transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
}

@media screen and (max-width: 749px) {
  #container .yoshi__img {
    padding: 0 4vw;
    margin-top: 5.33333vw;
  }
}

#container .yoshi__img.is-animate {
  opacity: 1;
  transform: scale(1);
}

#container .yoshi__logo {
  width: 394px;
  position: absolute;
  top: 10px;
  left: 130px;
}

@media screen and (max-width: 749px) {
  #container .yoshi__logo {
    width: 61.33333vw;
    top: -13.33333vw;
    left: 4vw;
  }
}

#container .yoshi__yoshi {
  z-index: 2;
  top: 160px;
  right: -15px;
  /* anime */
  opacity: 0;
  transform: translateX(-100px);
  transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
}

@media screen and (max-width: 749px) {
  #container .yoshi__yoshi {
    width: 42.66667vw;
    left: -24vw;
    right: auto;
    top: -49vw;
    z-index: 4;
  }
}

@media print, screen and (min-width: 750px) {
  #container .yoshi__yoshi {
    transition-delay: 0.5s;
  }
}

@media screen and (max-width: 749px) {
  #container .yoshi__yoshi {
    transform: translateX(-20vw);
  }
}

#container .yoshi__yoshi.is-animate {
  opacity: 1;
  transform: translateX(0);
}

#container .yoshi__kinopio {
  top: 235px;
  left: 60px;
  z-index: 6;
  /* anime */
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
}

@media screen and (max-width: 749px) {
  #container .yoshi__kinopio {
    width: 22.66667vw;
    top: 21vw;
    left: auto;
    right: 4.5vw;
    z-index: 2;
  }
}

#container .yoshi__img.is-animate + .yoshi__kinopio {
  opacity: 1;
  transform: translateY(0);
}

#container .yoshi__egg01 {
  z-index: 2;
  top: 80px;
  left: -170px;
}

#container .yoshi__egg02 {
  z-index: 4;
  top: -80px;
  right: -170px;
}

#container .yoshi__egg03 {
  z-index: 5;
  bottom: -200px;
  left: -40px;
}

@media screen and (max-width: 749px) {
  #container .yoshi__egg03 {
    top: 0;
  }
}

#container .yoshi__egg04 {
  z-index: 2;
  bottom: -1000px;
  left: 615px;
}

@media screen and (max-width: 749px) {
  #container .yoshi__egg04 {
    display: none;
  }
}

#container .yoshi__egg.sp {
  width: 35.06667vw;
  right: -7vw;
  bottom: -30vw;
  z-index: 4;
}

#container section.food {
  background: url(../images/food_bg.jpg);
  padding-top: 105px;
  padding-bottom: 120px;
  animation: food_bg 30s linear infinite;
}

@media screen and (max-width: 749px) {
  #container section.food {
    padding: 13.33333vw 0;
    background-size: 2.26667vw;
    animation: food_bg_sp 30s linear infinite;
  }
}

#container section.food .inner {
  background: url(../images/food_bg_btm.jpg) no-repeat center bottom #fff;
  width: 960px;
  border-radius: 10px;
  box-shadow: 9.235px 11.82px 37.24px 0.76px rgba(0, 0, 0, 0.15);
  padding: 50px 0 350px;
}

@media screen and (max-width: 749px) {
  #container section.food .inner {
    width: 92vw;
    margin: 0 auto;
    padding: 10.66667vw 0 72vw;
    background: url(../images/food_bg_btm_sp.jpg) no-repeat center bottom/100% #fff;
  }
}

#container .food__txt {
  margin-top: 15px;
  font-size: 15px;
}

@media screen and (max-width: 749px) {
  #container .food__txt {
    margin-top: 5.33333vw;
    text-align: left;
    padding: 0 8vw;
    font-size: 3.73333vw;
  }
}

#container .food__list {
  margin-top: 45px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 120px;
  /* anime */
}

@media screen and (max-width: 749px) {
  #container .food__list {
    margin-top: 6.66667vw;
    padding: 0 8vw;
  }
}

#container .food__list li {
  background-image: linear-gradient(133deg, #ffe0ab 0%, #fff1b3 100%);
  width: 300px;
  height: 263px;
  position: relative;
}

@media screen and (max-width: 749px) {
  #container .food__list li {
    width: 64vw;
    height: 49.86667vw;
    margin-top: 17.33333vw;
  }
}

#container .food__list li figure {
  position: absolute;
}

#container .food__list li p {
  position: absolute;
  bottom: -25px;
  right: 0;
  text-align: right;
  font-size: 12px;
  font-weight: 700;
  color: #666;
  line-height: 1.4;
}

@media screen and (max-width: 749px) {
  #container .food__list li p {
    font-size: 2.66667vw;
    font-weight: 400;
    bottom: -6vw;
    text-align: center;
    width: 100%;
  }
}

@media print, screen and (min-width: 750px) {
  #container .food__list li:nth-child(even) {
    margin-top: 80px;
  }
}

@media screen and (max-width: 749px) {
  #container .food__list li:nth-child(even) {
    margin-left: 12vw;
  }
}

@media screen and (max-width: 749px) {
  #container .food__list li:nth-child(1) {
    margin-top: 0;
  }
}

#container .food__list li:nth-child(1) figure {
  width: 418px;
  top: -10px;
  left: -60px;
}

@media screen and (max-width: 749px) {
  #container .food__list li:nth-child(1) figure {
    width: 82vw;
    top: -3vw;
    left: -10vw;
  }
}

#container .food__list li:nth-child(1) p {
  bottom: -40px;
}

@media screen and (max-width: 749px) {
  #container .food__list li:nth-child(1) p {
    bottom: -10vw;
  }
}

@media print, screen and (min-width: 750px) {
  #container .food__list li:nth-child(2) {
    transition-delay: 0.2s;
  }
}

#container .food__list li:nth-child(2) figure {
  width: 431px;
  top: -5px;
  left: -70px;
}

@media screen and (max-width: 749px) {
  #container .food__list li:nth-child(2) figure {
    width: 87vw;
    top: -1vw;
    left: -13vw;
  }
}

#container .food__list li:nth-child(2) p {
  bottom: -40px;
}

@media screen and (max-width: 749px) {
  #container .food__list li:nth-child(2) p {
    bottom: -10vw;
  }
}

@media print, screen and (min-width: 750px) {
  #container .food__list li:nth-child(3) {
    transition-delay: 0.4s;
  }
}

#container .food__list li:nth-child(3) figure {
  width: 259px;
  top: -35px;
  left: 20px;
}

@media screen and (max-width: 749px) {
  #container .food__list li:nth-child(3) figure {
    width: 50vw;
    top: -8vw;
    left: 4vw;
  }
}

@media print, screen and (min-width: 750px) {
  #container .food__list li:nth-child(4) {
    transition-delay: 0.6s;
  }
}

#container .food__list li:nth-child(4) figure {
  width: 430px;
  top: -45px;
  left: -90px;
}

@media screen and (max-width: 749px) {
  #container .food__list li:nth-child(4) figure {
    width: 82vw;
    top: -8vw;
    left: -10vw;
  }
}

#container .food__list li {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
}

@media screen and (max-width: 749px) {
  #container .food__list li.is-animate {
    opacity: 1;
    transform: translateY(0);
  }
}

@media print, screen and (min-width: 750px) {
  #container .food__list.is-animate li {
    opacity: 1;
    transform: translateY(0);
  }
}

#container .food__other {
  position: absolute;
  bottom: 0;
  left: 20px;
}

@media screen and (max-width: 749px) {
  #container .food__other {
    left: 0;
    bottom: 5.33333vw;
  }
}

#container .food__logo {
  position: absolute;
  top: -60px;
  left: -25px;
  /* anime */
  opacity: 0;
  transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
  transform-origin: top;
}

@media screen and (max-width: 749px) {
  #container .food__logo {
    width: 42.13333vw;
    top: -9vw;
    left: -3vw;
    z-index: 5;
  }
}

#container .food__logo.is-animate {
  opacity: 1;
  animation: foodLogo 1s ease forwards;
}

#container .food__kinopio01 {
  top: -137px;
  right: -220px;
  /* anime */
  opacity: 0;
  transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
}

@media screen and (max-width: 749px) {
  #container .food__kinopio01 {
    width: 66vw;
    top: auto;
    bottom: -42vw;
    right: -13vw;
    z-index: 5;
  }
}

@media print, screen and (min-width: 750px) {
  #container .food__kinopio01 {
    transform: translateY(50px);
  }
}

@media screen and (max-width: 749px) {
  #container .food__kinopio01 {
    transition-delay: 0.5s;
    transform: translateX(50px);
  }
}

#container .food__kinopio01.is-animate {
  opacity: 1;
  transform: translate(0);
}

#container .food__kinopio02 {
  /* bottom: 178px; */
  bottom: 1100px;
  left: -140px;
}

@media screen and (max-width: 749px) {
  #container .food__kinopio02 {
    bottom: 39vw;
    /* bottom: 290vw; */
    left: -11vw;
    width: 38vw;
  }
}

#container .food__notes {
    padding-top: 8px;
    font-size: 12px;
}

@media screen and (max-width: 749px) {
    #container .food__notes {
        font-size: 10px;
        text-align: left;
        text-indent: -1em;
        padding-left: 1em;
        margin: 0 20px;
    }
}

#container section.goods {
  background: url(../images/goods_bg.jpg);
  padding: 100px 0;
  animation: goods_bg 30s linear infinite;
}

@media screen and (max-width: 749px) {
  #container section.goods {
    background-size: 3.2vw;
    padding: 13.33333vw 0 5.33333vw;
    animation: goods_bg_sp 30s linear infinite;
  }
}

#container section.goods .inner {
  background: #fff;
  width: 960px;
  border-radius: 10px;
  box-shadow: 9.235px 11.82px 37.24px 0.76px rgba(0, 0, 0, 0.15);
  padding: 30px 0 50px;
}

@media screen and (max-width: 749px) {
  #container section.goods .inner {
    width: 92vw;
    margin: 0 auto;
    padding: 5.33333vw 0 5.33333vw;
  }
}

#container .goods__txt {
  margin-top: 15px;
  font-size: 15px;
}

@media screen and (max-width: 749px) {
  #container .goods__txt {
    margin-top: 5.33333vw;
    text-align: left;
    padding: 0 5.33333vw;
    font-size: 3.46667vw;
  }
}

#container .goods__list {
  margin: 50px auto 0;
  width: 960px;
  height: 610px;
  position: relative;
  /* anime */
}

@media screen and (max-width: 749px) {
  #container .goods__list {
    width: 100%;
    height: 93.33333vw;
    margin: 4vw 0 0;
    background: url(../images/goods_list_sp.png) repeat-x center left/auto 100%;
    animation: goods_loop 140s linear infinite;
    pointer-events: none;
  }
}

#container .goods__list li {
  position: absolute;
}

@media screen and (max-width: 749px) {
  #container .goods__list li {
    display: none;
  }
}

#container .goods__list li p {
  position: absolute;
  bottom: 12px;
  right: 20px;
  font-size: 12px;
  color: #666666;
}

#container .goods__list li:nth-child(1) {
  top: 0;
  left: 0;
}

#container .goods__list li:nth-child(2) {
  top: 0;
  left: 180px;
}

#container .goods__list li:nth-child(3) {
  top: 0;
  right: 0;
}

#container .goods__list li:nth-child(4) {
  bottom: 0;
  left: 0;
}

#container .goods__list li:nth-child(5) {
  top: 336px;
  left: 300px;
}

#container .goods__list li:nth-child(6) {
  top: 336px;
  left: 500px;
}

#container .goods__list li:nth-child(7) {
  bottom: 0;
  left: 300px;
}

#container .goods__list li:nth-child(8) {
  bottom: 0;
  right: 0;
}

#container .goods__list li {
  /* opacity: 0;
  transition: opacity 0.1s ease, transform 0.5s ease; */
}

#container .goods__list li.rotateX {
  transform: rotateX(90deg);
}

#container .goods__list li.rotateY {
  transform: rotateY(90deg);
}

#container .goods__list li:nth-child(1) {
  transition-delay: 0.15s;
}

#container .goods__list li:nth-child(2) {
  transition-delay: 0.3s;
}

#container .goods__list li:nth-child(3) {
  transition-delay: 0.45s;
}

#container .goods__list li:nth-child(4) {
  transition-delay: 0.6s;
}

#container .goods__list li:nth-child(5) {
  transition-delay: 0.75s;
}

#container .goods__list li:nth-child(6) {
  transition-delay: 0.9s;
}

#container .goods__list li:nth-child(7) {
  transition-delay: 1.05s;
}

#container .goods__list li:nth-child(8) {
  transition-delay: 1.2s;
}

#container .goods__list.is-animate li {
  opacity: 1;
  transform: rotate(0);
}

#container .goods__other {
  margin-top: 30px;
}

@media screen and (max-width: 749px) {
  #container .goods__other {
    margin-top: 5.33333vw;
  }
}

#container .goods__peach {
  left: -160px;
  /* top: -40px; */
  top: 940px;
}

@media screen and (max-width: 749px) {
  #container .goods__peach {
    display: none;
  }
}

#container .goods__block {
  right: -250px;
  top: -80px;
}

#container .goods__notes {
    font-size: 12px;
    margin-top: 12px;
}

@media screen and (max-width: 749px) {
    #container .goods__notes {
        font-size: 10px;
        text-align: left;
        text-indent: -1em;
        padding-left: 1em;
        margin: 5px 20px 0;
    }
}

@media screen and (max-width: 749px) {
  #container .goods__block {
    right: 0;
    /* top: 280vw; */
    top: -12vw;
  }
}

#container .usj {
  padding: 32px 32px 16px;
}

@media screen and (max-width: 749px) {
  #container .usj {
    padding: 5.33333vw 4vw 4vw;
  }
}

#container .usj .inner {
  width: 100%;
}

#container .usj__info {
  background: #0368d9;
  text-align: center;
  padding: 45px 0 40px;
}

@media screen and (max-width: 749px) {
  #container .usj__info {
    padding: 6.66667vw 0 8vw;
  }
}

#container .usj__info dl {
  color: #fff;
}

@media print, screen and (min-width: 750px) {
  #container .usj__info dl {
    text-align: left;
    display: inline-block;
    padding-left: 120px;
    background: url(../images/usj_info.png) no-repeat top left;
    min-height: 88px;
  }
}

@media screen and (max-width: 749px) {
  #container .usj__info dl {
    padding-top: 16vw;
    background: url(../images/usj_info.png) no-repeat top center;
    background-size: 11.73333vw;
    padding-left: 8vw;
    padding-right: 8vw;
  }
}

#container .usj__info dl dt {
  font-size: 18px;
  width: 670px;
}

@media screen and (max-width: 749px) {
  #container .usj__info dl dt {
    font-size: 3.46667vw;
    width: 100%;
    text-align: left;
    display: inline-block;
  }
}

#container .usj__info dl dd {
  display: inline-block;
  font-size: 12px;
  margin-top: 5px;
}

@media screen and (max-width: 749px) {
  #container .usj__info dl dd {
    font-size: 3.46667vw;
    margin-top: 4vw;
  }
}

#container .usj__info dl dd a {
  color: #fff;
  display: block;
  padding-left: 18px;
  background: url(../images/arrow04.png) no-repeat bottom 4px left/10px;
}

@media print, screen and (min-width: 750px) {
  #container .usj__info dl dd a:hover {
    color: #fdd000;
  }
}

@media screen and (max-width: 749px) {
  #container .usj__info dl dd a {
    background: url(../images/arrow04.png) no-repeat center left/10px;
    background-size: 2.66667vw;
    padding-left: 4vw;
    display: inline-block;
  }
}

#container .usj__info dl dd p {
  margin: 5px 0 20px;
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 749px) {
  #container .usj__info dl dd p {
    font-size: 2.93333vw;
    text-align: left;
  }
}

#container .usj__info dl dd + dt {
  margin-top: 25px;
  padding-top: 30px;
  background: url(../images/usj_info_line.png) no-repeat left top;
}

@media screen and (max-width: 749px) {
  #container .usj__info dl dd + dt {
    margin-top: 5.33333vw;
    padding-top: 5.33333vw;
  }
}

#container .usj__note {
  color: #3c3c3c;
  margin-top: 20px;
}

@media print, screen and (min-width: 750px) {
  #container .usj__note {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (max-width: 749px) {
  #container .usj__note {
    text-align: center;
    margin-top: 6vw;
    padding: 0;
  }
}

#container .usj__note p {
  font-size: 11px;
}

@media screen and (max-width: 749px) {
  #container .usj__note p {
    font-size: 2.66667vw;
  }
}

#container .usj__note small {
  font-size: 10px;
}

@media screen and (max-width: 749px) {
  #container .usj__note small {
    font-size: 2.66667vw;
  }
}

#container .modal {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: none;
  overflow-y: auto;
  text-align: center;
}

#container .modal .modal__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#container .modal .modal__close {
  top: -80px;
  right: 0;
  position: absolute;
  cursor: pointer;
  background: url(../images/modal_close_o.png) no-repeat;
}

#container .modal .modal__close img {
  transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
}

#container .modal .modal__close:hover img {
  opacity: 0;
}

#container .modal iframe {
  width: 820px;
  height: 460px;
}

#container .loading {
  background: #e60012;
  width: 100%;
  height: 100%;
  min-width: 100vw;
  min-height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

#container .loading__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 749px) {
  #container .loading__inner {
    top: 42%;
  }
}

#container .loading__logo {
  width: 90px;
  margin: 0 auto 25px;
}

#container .loading__txt {
  transform: scale(0.8);
}

#container .loading__txt img {
  animation: loadingTxt 2.5s infinite ease;
}

#container .loading__txt img:nth-child(1) {
  animation-delay: 0.15s;
}

#container .loading__txt img:nth-child(2) {
  animation-delay: 0.3s;
}

#container .loading__txt img:nth-child(3) {
  animation-delay: 0.45s;
}

#container .loading__txt img:nth-child(4) {
  animation-delay: 0.6s;
}

#container .loading__txt img:nth-child(5) {
  animation-delay: 0.75s;
}

#container .loading__txt img:nth-child(6) {
  animation-delay: 0.9s;
}

#container .loading__txt img:nth-child(7) {
  animation-delay: 1.05s;
}

#container .loading__txt03 {
  margin: 0 1px 0 -2px;
}

#container .loading__txt05 {
  margin: 0 3px 0 1px;
}

#container .loading__txt07 {
  margin-left: 2px;
}

@keyframes kart_bg {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 1000px;
  }
}

@keyframes kart_bg_sp {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 100%;
  }
}

@keyframes foodLogo {
  0% {
    transform: rotate(-15deg);
  }
  30% {
    transform: rotate(10deg);
  }
  60% {
    transform: rotate(-4deg);
  }
  85% {
    transform: rotate(1deg);
  }
  100% {
    transform: rotate(0);
  }
}

@keyframes food_bg {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 1000px;
  }
}

@keyframes food_bg_sp {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 100%;
  }
}

@keyframes goods_bg {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 1000px;
  }
}

@keyframes goods_bg_sp {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 100%;
  }
}

@keyframes goods_loop {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -2074.66667vw;
  }
}

@keyframes loadingTxt {
  0% {
    transform: translateY(0);
  }
  15% {
    transform: translateY(-10px);
  }
  30% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes hoverJump {
  0% {
    transform: translateY(0);
  }
  45% {
    transform: translateY(-10px);
  }
  55% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
