@charset "UTF-8";
@import url(//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700);
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

body {
  line-height: 1;
}

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

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
  font-family: inherit;
  -webkit-appearance: none;
}

textarea {
  font-family: inherit;
  -webkit-appearance: none;
}

*:focus {
  outline: none;
}

input[type=checkbox],
input[type=radio] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=radio] {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

body {
  font-size: 100%;
  color: #000;
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-size: clamp(0.875rem, 0.6vw + 0.695rem, 1.125rem);
  line-height: 2;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  letter-spacing: 0.04em;
  padding-top: 79px;
}

.inner {
  max-width: 1110px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 2;
}

.inner-s {
  max-width: 730px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1220px) {
  .inner, .inner-s {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 3%;
  }
}
@media screen and (max-width: 1050px) {
  body {
    line-height: 1.8;
    padding-top: 57px;
    padding-bottom: 60px;
  }
  body img {
    width: 100%;
  }
  .inner, .inner-s {
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 5%;
  }
}
a {
  text-decoration: none;
  color: #fff;
}

main {
  position: relative;
  overflow: hidden;
}

.container {
  position: relative;
  overflow: hidden;
}
.container .inner {
  position: relative;
  z-index: 2;
}

.bg {
  width: 2880px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  background: repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1) 72px, rgba(255, 255, 255, 0) 72px, rgba(255, 255, 255, 0) 142px);
  -webkit-transform: translateX(-50.7%);
          transform: translateX(-50.7%);
}

.kumamoto .bg, .tokyo .bg {
  -webkit-transform: translateX(-55.95%);
          transform: translateX(-55.95%);
}

@media screen and (max-width: 1050px) {
  .bg {
    width: 1344px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    background: repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1) 11px, rgba(255, 255, 255, 0) 11px, rgba(255, 255, 255, 0) 22px);
    -webkit-transform: translateX(-53.8%);
            transform: translateX(-53.8%);
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9997;
  padding: 10px 50px;
  background-color: #1CA448;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
header h1 {
  line-height: 1.2;
  width: 97px;
}
header h1 img {
  width: 100%;
}
header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header nav ul li {
  margin-left: 10px;
}
header nav ul li a {
  font-size: 14px;
  font-size: clamp(0.875rem, 0vw + 0.875rem, 0.875rem);
  width: 160px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 2px solid #fff;
  display: inline-block;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
header nav ul li a:after {
  content: "";
  background: url(../images/arrow1.svg) no-repeat;
  background-size: 11px;
  width: 11px;
  height: 13px;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
header nav ul li a:before {
  content: "";
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: scaleY(0.3);
          transform: scaleY(0.3);
  opacity: 0;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
header nav ul li a span {
  display: inline-block;
  line-height: 1;
}
header nav ul li a:hover {
  color: #1CA448;
}
header nav ul li a:hover:after {
  content: "";
  background: url(../images/arrow2.svg) no-repeat;
  background-size: 11px;
}
header nav ul li a:hover:before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  opacity: 1;
}

@media screen and (max-width: 1050px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9997;
    padding: 10px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  header .inner {
    display: block;
  }
  header h1 {
    line-height: 1.2;
    width: 60px;
  }
  header h1 img {
    width: 100%;
    min-width: 60px;
  }
  header nav {
    position: fixed;
    top: 57px;
    left: auto;
    right: 0;
    background-color: #1CA448;
    z-index: 9998;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0px;
    display: none;
  }
  header nav ul {
    display: block;
  }
  header nav ul li {
    margin-left: 0px;
    width: 100%;
    border-top: 1px solid #fff;
  }
  header nav ul li a {
    display: block;
    width: 100%;
    border-radius: 0px;
    border: 0px;
    height: 60px;
    line-height: 60px;
  }
  header nav ul li a:before {
    display: none;
  }
  header nav ul li:hover {
    color: #fff;
  }
  header nav ul li:hover:after {
    content: "";
    background: url(../images/arrow1.svg) no-repeat;
    background-size: 11px;
  }
  header .menu {
    display: inline-block;
    position: absolute;
    top: 28px;
    right: 10px;
    z-index: 9999;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    /*&:after{
    	content: '';
    	background-color: $key1;
    	width: 38px;
    	height: 38px;
    	position: absolute;
    	top: 50%;
    	left: 50%;
    	margin: -19px 0 0 -19px;
    	z-index: -1;
    }*/
  }
  header .menu .menu-trigger,
  header .menu .menu-trigger span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  header .menu .menu-trigger {
    position: relative;
    width: 36px;
    height: 24px;
    display: block;
  }
  header .menu .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 1px;
    overflow: hidden;
  }
  header .menu .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  header .menu .menu-trigger span:nth-of-type(2) {
    top: 11px;
  }
  header .menu .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  header .menu .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(11px) rotate(-45deg);
    transform: translateY(11px) rotate(-45deg);
  }
  header .menu .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  header .menu .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-11px) rotate(45deg);
    transform: translateY(-11px) rotate(45deg);
  }
}
/*---------------------------
	footer
----------------------------*/
footer {
  padding: 0px 0 30px;
}
footer .sns {
  padding: 50px 0;
  border-bottom: 2px solid #DAD6D5;
  margin-bottom: 25px;
}
footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer ul li {
  width: 86px;
  margin-left: 60px;
}
footer ul li:first-child {
  margin-left: 0px;
}
footer ul li img {
  width: 100%;
}
footer ul li a {
  display: inline-block;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
footer ul li a:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
footer ul li.bnr {
  width: 210px;
}
footer ul li.bnr a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
footer h2 {
  text-align: center;
  margin-bottom: 10px;
}
footer h2 img {
  width: 94px;
}
footer .copy {
  text-align: center;
  line-height: 1.4;
  font-size: 13px;
  font-size: clamp(0.625rem, 0.4vw + 0.505rem, 0.8125rem);
}

@media screen and (max-width: 1050px) {
  footer {
    padding: 0px 0 30px;
  }
  footer .sns {
    padding: 20px 0;
    border-bottom: 1px solid #DAD6D5;
    margin-bottom: 15px;
  }
  footer ul li {
    width: 50px;
    margin-left: 10px;
  }
  footer ul li a:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  footer ul li.bnr {
    width: 130px;
  }
  footer ul li.bnr a:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  footer h2 {
    margin-bottom: 10px;
  }
}
.anchor-pos {
  margin-top: -120px;
  padding-top: 120px;
}

@media screen and (max-width: 1050px) {
  .anchor-pos {
    margin-top: -80px;
    padding-top: 80px;
  }
}
/*---------------------------
	pagetop
----------------------------*/
.pagetop {
  position: fixed;
  bottom: 20px;
  right: 10px;
  width: 15%;
  z-index: 9998;
}
.pagetop img {
  width: 100%;
  display: inline-block;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.pagetop:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media screen and (max-width: 1050px) {
  .pagetop {
    bottom: 10px;
    right: 5px;
    width: 100px;
  }
  .pagetop:hover img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/*---------------------------
	modal
----------------------------*/
#overlay {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

#modal {
  position: fixed;
  top: 45%;
  left: 50%;
  width: 90vh;
  max-width: 1000px;
  height: 100vh;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 100px;
  max-width: 720px;
  opacity: 0;
  /*.slick-dots > li:first-child:last-child {
     display: none;
  }*/
}
#modal.open {
  opacity: 1;
  z-index: 9999;
}
#modal .modal-wrap {
  height: calc(100vh - 120px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
#modal .modal-scroll {
  overflow-y: scroll;
  padding: 0px 30px 0;
  height: calc(100% - 30px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 30px 0px 10px 0;
}
#modal dd .slide-wrap {
  overflow: hidden;
  padding: 0px 40px;
  margin-bottom: 20px;
}
#modal dd img {
  width: 100%;
}
#modal dd article {
  position: relative;
  z-index: 1;
  padding: 10px 40px 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#modal dd article:after {
  content: "";
  background: #5BCAB6;
  position: absolute;
  top: 0;
  left: -40px;
  width: calc(100% + 70px);
  height: calc(100% + 10px);
  z-index: -1;
}
#modal dd article .ttl {
  font-size: 22px;
  font-size: clamp(1.125rem, 0.6vw + 0.945rem, 1.375rem);
  margin: 0px 0 20px;
  color: #fff;
  line-height: 1.2;
}
#modal dd article .method {
  margin: 0px 10px 15px 0;
  display: inline-block;
  font-size: 14px;
  font-size: clamp(0.875rem, 0vw + 0.875rem, 0.875rem);
  line-height: 1;
  border-radius: 5px;
  border: 1px solid #fff;
  background-color: #395CD8;
  padding: 7px 25px;
  color: #fff;
}
#modal dd article .method.senkou {
  background-color: #F24483;
}
#modal dd article .method.none {
  display: none;
}
#modal dd article .price {
  text-align: right;
  position: absolute;
  bottom: 10px;
  right: 20px;
  font-size: 24px;
  font-size: clamp(1.25rem, 0.6vw + 1.07rem, 1.5rem);
  font-weight: 700;
  line-height: 1.2;
}
#modal dd article .price small {
  display: inline-block;
  font-size: 18px;
  font-size: clamp(0.875rem, 0.6vw + 0.695rem, 1.125rem);
  font-weight: 400;
}
#modal dd article .limit {
  font-size: 16px;
  font-size: clamp(0.875rem, 0.3vw + 0.785rem, 1rem);
  margin-bottom: 15px;
}
#modal dd article .stock {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(235, 233, 233, 0.8);
  padding: 10px;
  line-height: 1;
  font-size: 14px;
  font-size: clamp(0.75rem, 0.3vw + 0.66rem, 0.875rem);
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
#modal dd article .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#modal dd article .detail {
  color: #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 0px 0 15px;
}
#modal dd article .size {
  position: relative;
  padding-left: 5.5em;
  font-size: 16px;
  font-size: clamp(0.875rem, 0.3vw + 0.785rem, 1rem);
  line-height: 1.6;
  margin-top: 15px;
}
#modal dd article .size:before {
  content: "サイズ";
  position: absolute;
  top: -2px;
  left: 0;
  border: 1px solid #fff;
  display: inline-block;
  padding: 7px 15px;
  line-height: 1;
  border-radius: 5px;
  font-size: 14px;
  font-size: clamp(0.75rem, 0.3vw + 0.66rem, 0.875rem);
}
#modal dd article .material {
  position: relative;
  padding-left: 5.5em;
  font-size: 16px;
  font-size: clamp(0.875rem, 0.3vw + 0.785rem, 1rem);
  line-height: 1.6;
  margin-top: 15px;
}
#modal dd article .material:before {
  content: "素　材";
  position: absolute;
  top: -2px;
  left: 0;
  border: 1px solid #fff;
  display: inline-block;
  padding: 7px 15px;
  line-height: 1;
  border-radius: 5px;
  font-size: 14px;
  font-size: clamp(0.75rem, 0.3vw + 0.66rem, 0.875rem);
}
#modal dd article .intro {
  line-height: 1.6;
  padding-top: 20px;
}
#modal dd article .thum-br {
  display: none;
}
#modal .next, #modal .prev {
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: -45px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  cursor: pointer;
  width: 30px;
  height: 56px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
#modal .next:before, #modal .prev:before {
  content: "";
  background: url(../images/arrow3.svg) no-repeat;
  background-size: 30px;
  width: 30px;
  height: 56px;
  position: absolute;
  top: 0;
  left: 0;
}
#modal .next:hover, #modal .prev:hover {
  left: -50px;
}
#modal .next {
  left: auto;
  right: -45px;
}
#modal .next:before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
#modal .next:hover {
  left: auto;
  right: -50px;
}
#modal .close {
  background: url(../images/close.svg) no-repeat;
  background-size: 62px;
  width: 62px;
  height: 62px;
  position: absolute;
  top: 70px;
  right: -31px;
  z-index: 1;
  cursor: pointer;
}

@media screen and (max-width: 1050px) {
  #modal {
    position: fixed;
    top: 45%;
    left: 50%;
    width: calc(96% - 40px);
    max-width: 1000px;
    height: 100vh;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: -1;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 100px;
    opacity: 0;
    /*.slick-dots > li:first-child:last-child {
    	display: none;
    }*/
  }
  #modal.open {
    opacity: 1;
    z-index: 9999;
  }
  #modal .modal-scroll {
    overflow-y: scroll;
    padding: 0px 10px 0;
    height: calc(100% - 30px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 30px 0px 10px 0;
    position: relative;
    z-index: 1;
  }
  #modal .modal-scroll:after {
    content: "";
    background: #5BCAB6;
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 100%;
    height: 300px;
    z-index: -1;
  }
  #modal dd .slide-wrap {
    overflow: hidden;
    padding: 0px 10px 10px;
    margin-bottom: 20px;
  }
  #modal dd article {
    position: relative;
    z-index: 1;
    padding: 10px 10px 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #modal dd article:after {
    content: "";
    background: #5BCAB6;
    position: absolute;
    top: 0;
    left: -40px;
    width: calc(100% + 50px);
  }
  #modal dd article .ttl {
    margin: 0px 0 20px;
  }
  #modal dd article .method {
    margin: 0px 10px 10px 0;
    padding: 7px 25px;
  }
  #modal dd article .price {
    bottom: 10px;
    right: 0px;
  }
  #modal dd article .limit {
    margin-bottom: 10px;
  }
  #modal dd article .stock {
    padding: 10px;
  }
  #modal dd article .detail {
    padding-top: 10px;
  }
  #modal dd article .size {
    margin-top: 10px;
  }
  #modal dd article .size:before {
    padding: 5px 12px;
  }
  #modal dd article .material {
    margin-top: 10px;
  }
  #modal dd article .material:before {
    padding: 5px 12px;
  }
  #modal dd article .intro {
    line-height: 1.6;
    padding-top: 10px;
  }
  #modal .next, #modal .prev {
    position: fixed;
    z-index: 9999;
    top: 50%;
    left: -20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #fff;
    cursor: pointer;
    width: 10px;
    height: 18px;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
  #modal .next:before, #modal .prev:before {
    content: "";
    background: url(../images/arrow3.svg) no-repeat;
    background-size: 10px;
    width: 10px;
    height: 18px;
    position: absolute;
    top: 0;
    left: 0;
  }
  #modal .next:hover, #modal .prev:hover {
    left: -20px;
  }
  #modal .next {
    left: auto;
    right: -20px;
  }
  #modal .next:before {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  #modal .next:hover {
    left: auto;
    right: -20px;
  }
  #modal .close {
    background: url(../images/close.svg) no-repeat;
    background-size: 35px;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 85px;
    right: -12px;
    z-index: 1;
    cursor: pointer;
  }
}
/*---------------------------
		PC / sp
----------------------------*/
.pc_none {
  display: none;
}

.sp_none {
  display: inline-block;
}

.pc_br {
  display: block;
}

.sp_br {
  display: none;
}

.mg-t20 {
  margin-top: 20px;
}

.mg-t30 {
  margin-top: 30px;
}

.mg-t40 {
  margin-top: 40px;
}

.mg-b20 {
  margin-bottom: 20px;
}

.mg-b30 {
  margin-bottom: 30px;
}

.mg-b40 {
  margin-bottom: 40px;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.pt40 {
  padding-top: 40px !important;
}

@media screen and (max-width: 1050px) {
  .pc_none {
    display: inline-block;
  }
  .sp_none {
    display: none;
  }
  .pc_br {
    display: none;
  }
  .sp_br {
    display: block;
  }
  .mg-t20 {
    margin-top: 10px;
  }
  .mg-t30 {
    margin-top: 15px;
  }
  .mg-t40 {
    margin-top: 20px;
  }
  .mg-b20 {
    margin-bottom: 10px;
  }
  .mg-b30 {
    margin-bottom: 15px;
  }
  .mg-b40 {
    margin-bottom: 20px;
  }
  .pt40 {
    padding-top: 20px !important;
  }
  .anchor-pos {
    margin-top: -80px;
    padding-top: 80px;
  }
  main img {
    width: 100%;
    height: auto;
  }
}
.anime.up {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.anime.up.active {
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.anime.up-3d {
  opacity: 0;
  -webkit-transform: rotate3d(1, 1, 0, -45deg) translateY(50px);
          transform: rotate3d(1, 1, 0, -45deg) translateY(50px);
}
.anime.up-3d.active {
  -webkit-transition: 0.7s all ease-out;
  transition: 0.7s all ease-out;
  opacity: 1;
  -webkit-transform: rotate3d(1, 1, 0, 0deg) translateY(0);
          transform: rotate3d(1, 1, 0, 0deg) translateY(0);
}
.anime.no-active {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

/*------------------------------
    top
-------------------------------*/
#top.kumamoto #mv, #top.tokyo #mv {
  margin-bottom: -50px;
}
#top #mv {
  background: url(../images/mv_bg.png) repeat;
  height: 100%;
  position: relative;
  padding-top: 15px;
}
#top #mv .inner {
  position: relative;
}
#top #mv article {
  width: 86.5%;
  margin: auto;
}
#top #mv img {
  width: 100%;
}
#top #mv h2 {
  position: absolute;
  top: 0.5%;
  left: 4.2%;
  width: 52.5%;
  z-index: 2;
}
#top #mv .chara {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
#top #mv .chara#chara1 {
  width: 46%;
  left: auto;
  right: 0;
  top: 1.3%;
}
#top #mv .chara#chara2 {
  width: 19%;
  left: 0;
  top: 55%;
}
#top #mv .chara#chara3 {
  width: 18.5%;
  left: 24.2%;
  top: 53%;
}
#top #mv .chara#chara4 {
  width: 17%;
  left: 36.2%;
  top: 74.5%;
}
#top #mv .chara#chara5 {
  width: 17.5%;
  left: 52.2%;
  top: 55%;
}
#top #mv .pop {
  position: absolute;
  top: 57.5%;
  right: 2%;
  width: 29.7%;
  z-index: 5;
}
#top #mv .dummy {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: 1;
}
#top #mv .cloud {
  background: url(../images/mv_bg2.png) repeat-x 50% 0;
  height: 294px;
  margin-top: -90px;
}
#top #mv.mv-anime h2 {
  opacity: 0;
  -webkit-transform: scale(1.3) translate(0px, -50px);
          transform: scale(1.3) translate(0px, -50px);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
#top #mv.mv-anime #chara1 {
  opacity: 0;
  -webkit-transform: scale(0.7) translate(-30px, 50px) rotate(-15deg);
          transform: scale(0.7) translate(-30px, 50px) rotate(-15deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
#top #mv.mv-anime #chara2 {
  opacity: 0;
  -webkit-transform: scale(0.3) translate(80px, 50px);
          transform: scale(0.3) translate(80px, 50px);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}
#top #mv.mv-anime #chara3 {
  opacity: 0;
  -webkit-transform: scale(0.3) translate(-80px, 50px);
          transform: scale(0.3) translate(-80px, 50px);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
#top #mv.mv-anime #chara4 {
  opacity: 0;
  -webkit-transform: scale(0.3) translate(-80px, -50px);
          transform: scale(0.3) translate(-80px, -50px);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
#top #mv.mv-anime #chara5 {
  opacity: 0;
  -webkit-transform: scale(0.3) translate(-80px, 50px);
          transform: scale(0.3) translate(-80px, 50px);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
#top #mv.mv-anime .pop {
  opacity: 0;
  -webkit-transform: scale(1.5) rotate(15deg);
          transform: scale(1.5) rotate(15deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
#top #mv.mv-anime .mv-bg {
  opacity: 0;
  -webkit-transform: scale(0.2);
          transform: scale(0.2);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}
#top #mv.mv-anime.active h2 {
  opacity: 1;
  -webkit-transform: scale(1) translate(0, 0);
          transform: scale(1) translate(0, 0);
  -webkit-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#top #mv.mv-anime.active #chara1 {
  opacity: 1;
  -webkit-transform: scale(1) translate(0, 0) rotate(0);
          transform: scale(1) translate(0, 0) rotate(0);
  -webkit-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
#top #mv.mv-anime.active #chara2 {
  opacity: 1;
  -webkit-transform: scale(1) translate(0, 0);
          transform: scale(1) translate(0, 0);
  -webkit-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
#top #mv.mv-anime.active #chara3 {
  opacity: 1;
  -webkit-transform: scale(1) translate(0, 0);
          transform: scale(1) translate(0, 0);
  -webkit-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}
#top #mv.mv-anime.active #chara4 {
  opacity: 1;
  -webkit-transform: scale(1) translate(0, 0);
          transform: scale(1) translate(0, 0);
  -webkit-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#top #mv.mv-anime.active #chara5 {
  opacity: 1;
  -webkit-transform: scale(1) translate(0, 0);
          transform: scale(1) translate(0, 0);
  -webkit-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}
#top #mv.mv-anime.active .pop {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0);
          transform: scale(1) rotate(0);
  -webkit-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
#top #mv.mv-anime.active .mv-bg {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
}
#top .box {
  background-color: #fff;
  border: 10px solid #FFE500;
  border-radius: 20px;
  padding: 50px 75px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#top .box.coming p {
  text-align: center;
  color: #BCBCBC;
  font-size: 46px;
  font-size: clamp(1.25rem, 3.6vw + 0.17rem, 2.875rem);
  font-weight: 700;
  line-height: 1.2;
  padding: 80px 0;
}
#top #ticket-cont {
  background-color: #75E38D;
  padding-bottom: 120px;
}
#top #ticket-cont h3 {
  text-align: center;
  margin-bottom: 15px;
}
#top #ticket-cont h3 span {
  display: inline-block;
}
#top #ticket-cont .box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#top #ticket-cont .box dl dt {
  width: 200px;
  text-align: center;
  margin-bottom: 20px;
}
#top #ticket-cont .box dl dt span {
  display: block;
  background-color: #6BB7EF;
  color: #fff;
  border-radius: 10px;
  font-size: 17px;
  font-size: clamp(0.9375rem, 0.3vw + 0.8475rem, 1.0625rem);
  line-height: 40px;
  height: 40px;
  font-weight: 700;
  text-align: center;
}
#top #ticket-cont .box dl dd {
  width: calc(100% - 200px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 25px;
  margin-bottom: 20px;
  line-height: 1.8;
  font-size: 20px;
  font-size: clamp(0.875rem, 0.8vw + 0.635rem, 1.25rem);
}
#top #ticket-cont .box dl dd strong {
  font-weight: 700;
  font-size: 22px;
  font-size: clamp(1rem, 0.8vw + 0.76rem, 1.375rem);
}
#top #ticket-cont .box dl dd small {
  display: block;
  font-size: 18px;
  font-size: clamp(0.75rem, 0.8vw + 0.3rem, 1.125rem);
  line-height: 1.4;
}
#top #ticket-cont .box dl dd small a {
  color: #000000;
  text-decoration: underline;
  text-underline-offset: 4px;
}
#top #ticket-cont .box dl dd .list {
  margin-bottom: 15px;
}
#top #ticket-cont .box dl dd .list li {
  position: relative;
  padding-left: 1.5em;
}
#top #ticket-cont .box dl dd .list li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
#top #ticket-cont .box dl dd .note-list.red {
  color: #F85656;
}
#top #ticket-cont .box dl dd .note-list li {
  position: relative;
  padding-left: 1.2em;
  font-size: 18px;
  font-size: clamp(0.75rem, 0.8vw + 0.51rem, 1.125rem);
  line-height: 1.4;
  margin-bottom: 5px;
}
#top #ticket-cont .box dl dd .note-list li:last-child {
  margin-bottom: 0px;
}
#top #ticket-cont .box dl dd .note-list li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
#top #ticket-cont .box dl dd figure {
  margin-top: 20px;
  margin-left: 100px;
  display: block;
}
#top #ticket-cont .box dl dd figure img {
  width: 56%;
}
#top #ticket-cont .box dl dd figure.fun {
  margin-left: 0;
}
#top #ticket-cont .box dl dd figure.fun img {
  width: 90%;
}
#top #ticket-cont .box h4 {
  text-align: center;
  font-size: clamp(1.125rem, 0.3vw + 1.035rem, 1.25rem);
  background-color: #FFE500;
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 10px;
}
#top #ticket-cont .box p {
  display: block;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}
#top #ticket-cont .box .btn-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 10px;
  margin: 0 30px;
}
#top #ticket-cont .box .btn-list li img {
  width: 100%;
}
#top #ticket-cont .box .btn-list li a {
  display: inline-block;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
#top #ticket-cont .box .btn-list li a:hover {
  -webkit-filter: brightness(120%);
          filter: brightness(120%);
}
#top #ticket-cont #tab-list {
  width: 90%;
  max-width: 820px;
  margin: 0 auto 40px;
}
#top #ticket-cont #tab-list ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
#top #ticket-cont #tab-list.col3 {
  width: 100%;
  max-width: 1200px;
}
#top #ticket-cont #tab-list.col3 ul {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 20px;
}
#top #ticket-cont #tab-list ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 4px;
  text-align: center;
  border: 4px solid #1CA448;
  background-color: #97F6AB;
  color: #1CA448;
  font-weight: 700;
  font-size: 22px;
  /*font-size: clamp(1.125rem, 0.6vw + 0.945rem, 1.375rem);*/
  font-size: clamp(0.875rem, 1.1vw + 0.545rem, 1.375rem);
  border-radius: 8px;
  height: 55px;
  line-height: 1;
  position: relative;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
#top #ticket-cont #tab-list ul li.current a {
  border: 4px solid #FAE638;
  color: #1CA448;
  background-color: #fff;
}
#top #ticket-cont #tab-list ul li a:hover {
  border: 4px solid #FAE638;
  color: #1CA448;
  background-color: #fff;
}
#top #ticket-cont #tab-list ul li.current a {
  cursor: default;
}
#top #ticket-cont #tab-list ul li.finish a span span{
font-size: 14px;
font-size: clamp(0.75rem, 1vw + 0.45rem, 1.2rem);
}
#top #ticket-cont #tab-list ul li.current a:hover {
  opacity: 1;
}
#top #ticket-cont #tab-list ul li.current a:after {
  content: "";
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  width: 40px;
  height: 20px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #FAE638;
}
#top #ticket-cont #tab-list ul li.finish a {
  border: 4px solid #1CA448;
  background-color: #97F6AB;
  overflow: hidden;
}
#top #ticket-cont #tab-list ul li.finish a:hover{
  opacity: 0.7;
}
#top #ticket-cont #tab-list ul li.finish a:after {
  display: none;
}
#top #ticket-cont #tab-list ul li.finish a:before {
  content: "終了";
  color: #fff;
  background-color: #F16565;
  position: absolute;
  top: 5px;
  left: -95px;
  line-height: 1;
  padding: 5px 100px;
  font-size: 16px;
  font-size: clamp(0.625rem, 0.8vw + 0.385rem, 1rem);
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
  white-space: nowrap;
}
#top #ticket-cont #tab-list ul li.finish.current {
  position: relative;
}
#top #ticket-cont #tab-list ul li.finish.current:after {
  content: "";
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  width: 40px;
  height: 20px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #1CA448;
}
#top #floormap {
  padding-top: 150px;
  margin-top: -150px;
}
#top #floormap-cont {
  background-color: #fbe954;
  padding-bottom: 100px;
}
#top #floormap-cont h3 {
  text-align: center;
  margin-bottom: -17px;
  -webkit-transform: translateY(-57px);
          transform: translateY(-57px);
}
#top #floormap-cont h3 span {
  display: inline-block;
}
#top #floormap-cont .box {
  border-color: #75E38D;
}
#top #floormap-cont .box img {
  width: 100%;
}
#top #floormap-cont .box img.pic-1 {
  width: 50%;
}
#top #floormap-cont .box img.pic-w80 {
  width: 80%;
  margin: auto;
  display: block;
}
#top #floormap-cont h4 {
  background-color: #EE9009;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  font-size: 20px;
  font-size: clamp(1.125rem, 0.3vw + 1.035rem, 1.25rem);
  margin-bottom: 20px;
  padding: 5px;
  line-height: 1.4;
}
#top #floormap-cont .map {
  margin-bottom: 60px;
}
#top #floormap-cont .map.coming {
  position: relative;
}
#top #floormap-cont .map.coming:after {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#top #floormap-cont .map.coming p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  font-size: 46px;
  font-size: clamp(1.25rem, 3.6vw + 0.17rem, 2.875rem);
  font-weight: 700;
  line-height: 1.2;
}
#top #floormap-cont .block {
  font-size: 20px;
  font-size: clamp(1rem, 0.6vw + 0.82rem, 1.25rem);
  line-height: 1.8;
  margin-bottom: 60px;
}
#top #floormap-cont .block:last-of-type {
  margin-bottom: 0px;
}
#top #floormap-cont .block h5 {
  line-height: 1.4;
  margin-bottom: 10px;
}
#top #floormap-cont .block figure {
  margin-top: 20px;
}
#top #floormap-cont figcaption {
  font-size: 15px;
  font-size: clamp(0.75rem, 0.4vw + 0.63rem, 0.9375rem);
  margin-top: 15px;
}
#top #goods {
  padding-top: 150px;
  margin-top: -150px;
}
#top #goods-cont {
  background-color: #75E38D;
  padding-bottom: 100px;
}
#top #goods-cont h3 {
  text-align: center;
  margin-bottom: -17px;
  -webkit-transform: translateY(-57px);
          transform: translateY(-57px);
}
#top #goods-cont h3 span {
  display: inline-block;
}
#top #goods-cont #goods-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1%;
  margin-bottom: -10px;
}
#top #goods-cont #goods-list li {
  width: 24%;
  margin-left: 1%;
  position: relative;
  margin-bottom: 10px;
  line-height: 1.4;
  border: 1px solid #5BCAB6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 0px 0px;
  position: relative;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
#top #goods-cont #goods-list li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#top #goods-cont #goods-list li img {
  width: 100%;
}
#top #goods-cont #goods-list li figure {
  padding: 0 20px 20px;
}
#top #goods-cont #goods-list li article {
  background-color: #5BCAB6;
  padding: 10px 10px 40px;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#top #goods-cont #goods-list li .ttl {
  font-size: 18px;
  font-size: clamp(0.875rem, 0.6vw + 0.695rem, 1.125rem);
  margin: 0px 0 10px;
  color: #fff;
  line-height: 1.2;
}
#top #goods-cont #goods-list li .method {
  margin: 0px 10px 5px 0;
  display: inline-block;
  font-size: 12px;
  font-size: clamp(0.625rem, 0.3vw + 0.535rem, 0.75rem);
  line-height: 1;
  border-radius: 5px;
  border: 1px solid #fff;
  background-color: #395CD8;
  padding: 5px 10px;
  color: #fff;
}
#top #goods-cont #goods-list li .method.senkou {
  background-color: #F24483;
}
#top #goods-cont #goods-list li .method.none {
  background: none;
  border: 0px;
  display: none;
}
#top #goods-cont #goods-list li .price {
  text-align: right;
  position: absolute;
  bottom: 10px;
  right: 0;
  font-size: 18px;
  font-size: clamp(0.875rem, 0.6vw + 0.695rem, 1.125rem);
  font-weight: 700;
  line-height: 1.2;
}
#top #goods-cont #goods-list li .price small {
  display: inline-block;
  font-size: 11px;
  font-size: clamp(0.625rem, 0.1vw + 0.595rem, 0.6875rem);
  font-weight: 400;
}
#top #goods-cont #goods-list li .limit {
  font-size: 12px;
  font-size: clamp(0.625rem, 0.3vw + 0.535rem, 0.75rem);
  margin-bottom: 5px;
}
#top #goods-cont #goods-list li .stock {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(235, 233, 233, 0.8);
  padding: 10px;
  line-height: 1;
  font-size: 14px;
  font-size: clamp(0.75rem, 0.3vw + 0.66rem, 0.875rem);
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
#top #goods-cont #goods-list li .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#top #goods-cont .shopper {
  margin-top: 50px;
}
#top #goods-cont .shopper h4 {
  text-align: center;
  font-size: 20px;
  font-size: clamp(1.125rem, 0.3vw + 1.035rem, 1.25rem);
  background-color: #FFE500;
  border-radius: 10px;
  margin-bottom: 20px;
}
#top #goods-cont .shopper figure {
  width: 84%;
  margin: 0 auto 20px;
}
#top #goods-cont .shopper figure img {
  width: 100%;
}
#top #goods-cont .shopper p {
  text-align: center;
  font-size: 18px;
  font-size: clamp(0.875rem, 0.6vw + 0.695rem, 1.125rem);
  margin-bottom: 30px;
  line-height: 1.8;
}
#top #goods-cont .shopper .note {
  display: block;
  text-align: center;
  line-height: 1.8;
  font-size: 16px;
  font-size: clamp(0.75rem, 0.6vw + 0.57rem, 1rem);
}
#top #goods-cont .shopper .note p {
  font-size: 16px;
  font-size: clamp(0.75rem, 0.6vw + 0.57rem, 1rem);
  line-height: 1.8;
  margin-bottom: 0px;
}
#top #goods-cont .shopper .note p:before {
  content: "※";
}
#top #caution {
  padding-top: 80px;
  margin-top: -80px;
}
#top #caution-cont {
  background-color: #fbe954;
  padding: 40px 0 60px;
}
#top #caution-cont h3 {
  text-align: center;
  margin-bottom: 40px;
}
#top #caution-cont h3 span {
  display: inline-block;
  line-height: 1.2;
  font-size: 33px;
  font-size: clamp(1.5rem, 1.3vw + 1.11rem, 2.0625rem);
  border-bottom: 6px solid #EE9009;
  padding-bottom: 10px;
}
#top #caution-cont dl dt {
  margin-bottom: 5px;
}
#top #caution-cont dl dt span {
  display: inline-block;
  padding-left: 1.2em;
  position: relative;
}
#top #caution-cont dl dt span:before {
  content: "◆";
  position: absolute;
  top: 0;
  left: 0;
}
#top #caution-cont dl dd {
  margin-bottom: 40px;
}
#top #caution-cont dl dd:last-of-type {
  margin-bottom: 0px;
}
#top #caution-cont dl dd ul li {
  position: relative;
  padding-left: 1.5em;
  line-height: 1.6;
  margin-bottom: 5px;
}
#top #caution-cont dl dd ul li:last-child {
  margin-bottom: 0px;
}
#top #caution-cont dl dd ul li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
#top #caution-cont dl dd ul.in-list {
  margin-top: 5px;
}
#top #caution-cont dl dd ul.in-list li:before {
  content: "○";
}
#top #caution-cont dl dd ul.note-list {
  margin-top: 5px;
}
#top #caution-cont dl dd ul.note-list li:before {
  content: "※";
}
#top #caution-cont dl dd ul .block {
  display: inline-block;
  border-top: 1px dashed #000;
  border-bottom: 1px dashed #000;
  padding: 10px 10px;
  margin: 10px 0;
}
#top #caution-cont dl dd a {
  text-decoration: underline;
  color: #000;
}
#top #caution-cont dl dd a:hover {
  text-decoration: none;
}

@media screen and (max-width: 1050px) {
  #top.kumamoto #mv, #top.tokyo #mv {
    margin-bottom: 0px;
  }
  #top #mv {
    background: url(../images/mv_bg.png) repeat;
    height: 100%;
    position: relative;
    padding-top: 15px;
  }
  #top #mv .inner {
    position: relative;
    padding: 0 5px;
  }
  #top #mv article {
    width: 86.5%;
    margin: auto;
  }
  #top #mv img {
    width: 100%;
  }
  #top #mv h2 {
    position: absolute;
    top: 0%;
    left: 16.5%;
    width: 63%;
    z-index: 2;
  }
  #top #mv .chara {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
  }
  #top #mv .chara#chara1 {
    width: 59%;
    left: 24%;
    right: auto;
    top: 33.5%;
  }
  #top #mv .chara#chara2 {
    width: 26%;
    left: 3.5%;
    top: 45.5%;
  }
  #top #mv .chara#chara3 {
    width: 22.5%;
    left: 20.5%;
    top: 64%;
  }
  #top #mv .chara#chara4 {
    width: 20.6%;
    left: 38.7%;
    top: 80%;
  }
  #top #mv .chara#chara5 {
    width: 23%;
    left: 72%;
    top: 56%;
  }
  #top #mv .pop {
    position: absolute;
    top: 78%;
    right: 4%;
    width: 34%;
  }
  #top #mv .dummy {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    z-index: 1;
    padding: 0 4%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #top #mv .cloud {
    background: url(../images/mv_bg2.png) repeat-x 50% 0;
    background-size: 448px;
    height: 45px;
    margin-top: 0px;
  }
  #top .box {
    border: 5px solid #FFE500;
    border-radius: 15px;
    padding: 20px 15px;
  }
  #top .box.coming p {
    padding: 40px 0;
  }
  #top #ticket-cont {
    padding-bottom: 60px;
  }
  #top #ticket-cont h3 span {
    width: 74.3%;
  }
  #top #ticket-cont h3.popup span {
    width: 60.3%;
  }
  #top #ticket-cont .box p {
    text-align: left;
  }
  #top #ticket-cont .box dl {
    display: block;
  }
  #top #ticket-cont .box dl dt {
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
  }
  #top #ticket-cont .box dl dt span {
    height: 30px;
    line-height: 30px;
  }
  #top #ticket-cont .box dl dd {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 0px;
    margin-bottom: 15px;
  }
  #top #ticket-cont .box dl dd .list {
    margin-bottom: 15px;
  }
  #top #ticket-cont .box dl dd .list li {
    position: relative;
    padding-left: 1.5em;
  }
  #top #ticket-cont .box dl dd .list li:before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
  }
  #top #ticket-cont .box dl dd .note-list {
    margin-top: 5px;
  }
  #top #ticket-cont .box dl dd .note-list.red {
    color: #F85656;
  }
  #top #ticket-cont .box dl dd .note-list li {
    position: relative;
    padding-left: 1.2em;
    line-height: 1.4;
    margin-bottom: 5px;
  }
  #top #ticket-cont .box dl dd .note-list li:last-child {
    margin-bottom: 0px;
  }
  #top #ticket-cont .box dl dd .note-list li:before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
  }
  #top #ticket-cont .box dl dd figure {
    margin-top: 20px;
    margin-left: 0;
    display: block;
    text-align: center;
  }
  #top #ticket-cont .box dl dd figure img {
    width: 74%;
  }
  #top #ticket-cont .box h4 {
    margin-bottom: 15px;
  }
  #top #ticket-cont .box .btn-list {
    display: block;
    margin: 0 20px;
  }
  #top #ticket-cont .box .btn-list li {
    margin-bottom: 10px;
  }
  #top #ticket-cont .box .btn-list li:last-child {
    margin-bottom: 0px;
  }
  #top #ticket-cont .box .btn-list li img {
    width: 100%;
  }
  #top #ticket-cont .box .btn-list li a:hover {
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
  }
  #top #ticket-cont #tab-list {
    width: 100%;
    margin: 0 auto 20px;
  }
  #top #ticket-cont #tab-list.col3 ul {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5px;
  }
  #top #ticket-cont #tab-list ul li a {
    border: 2px solid #1CA448;
    border-radius: 8px;
    height: 50px;
    line-height: 45px;
    box-sizing: border-box;
    padding-bottom: 3px;
  }
  #top #ticket-cont #tab-list ul li.current a {
    border: 2px solid #FAE638;
  }
  #top #ticket-cont #tab-list ul li.line2 a {
    line-height: 1.2;
    box-sizing: border-box;
  }
  #top #ticket-cont #tab-list ul li a:hover {
    opacity: 1;
  }
  #top #ticket-cont #tab-list ul li a:after {
    width: 25px;
    height: 12px;
    bottom: -15px;
  }
  #top #ticket-cont #tab-list ul li.finish a {
    border: 2px solid #1CA448;
  }
  #top #ticket-cont #tab-list ul li.finish a:before {
    top: 5px;
    left: -97px;
    padding: 2px 100px;
    /*transform: scale(0.8) rotate(-40deg) translate(-0px,-5px);*/
  }
  #top #ticket-cont #tab-list ul li.finish.current {
    position: relative;
  }
  #top #ticket-cont #tab-list ul li.finish.current:after {
    width: 20px;
    height: 12px;
    bottom: -12px;
  }
  #top #ticket-cont #tab-list ul li.current a:after {
    content: none;
    width: 25px;
    height: 15px;
    bottom: -15px;
  }
  #top #floormap {
    padding-top: 110px;
    margin-top: -110px;
  }
  #top #floormap-cont {
    background-color: #fbe954;
    padding-bottom: 50px;
  }
  #top #floormap-cont h3 {
    margin-bottom: -6%;
    -webkit-transform: translateY(-60%);
            transform: translateY(-60%);
  }
  #top #floormap-cont h3 span {
    display: inline-block;
    width: 74.3%;
  }
  #top #floormap-cont .box {
    border-color: #75E38D;
  }
  #top #floormap-cont h4 {
    margin-bottom: 10px;
    border-radius: 5px;
  }
  #top #floormap-cont .map {
    margin-bottom: 30px;
  }
  #top #floormap-cont .block {
    margin-bottom: 30px;
  }
  #top #floormap-cont .block:last-of-type {
    margin-bottom: 0px;
  }
  #top #floormap-cont .block h5 {
    margin-bottom: 5px;
  }
  #top #floormap-cont .block figure {
    margin-top: 10px;
  }
  #top #floormap-cont figcaption {
    margin-top: 10px;
  }
  #top #goods {
    padding-top: 100px;
    margin-top: -100px;
  }
  #top #goods-cont {
    background-color: #75E38D;
    padding-bottom: 40px;
  }
  #top #goods-cont h3 {
    margin-bottom: -4.5%;
    -webkit-transform: translateY(-53%);
            transform: translateY(-53%);
  }
  #top #goods-cont h3 span {
    display: inline-block;
    width: 51.3%;
  }
  #top #goods-cont #goods-list {
    margin-left: -2%;
    margin-bottom: -10px;
  }
  #top #goods-cont #goods-list li {
    width: 48%;
    margin-left: 2%;
    padding: 10px 0px 0px;
  }
  #top #goods-cont #goods-list li figure {
    padding: 0 5px 10px;
  }
  #top #goods-cont #goods-list li article {
    padding: 10px 10px 40px;
  }
  #top #goods-cont #goods-list li .stock {
    padding: 5px;
  }
  #top #goods-cont #goods-list li .block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #top #goods-cont .shopper {
    margin-top: 30px;
  }
  #top #goods-cont .shopper h4 {
    margin-bottom: 10px;
  }
  #top #goods-cont .shopper figure {
    width: 100%;
    margin: 0 auto 10px;
  }
  #top #goods-cont .shopper p {
    text-align: left;
    margin-bottom: 20px;
  }
  #top #goods-cont .shopper .note {
    text-align: left;
    line-height: 1.4;
  }
  #top #goods-cont .shopper .note p {
    padding-left: 1.2em;
    position: relative;
  }
  #top #goods-cont .shopper .note p:before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
  }
  #top #caution {
    padding-top: 57px;
    margin-top: -57px;
  }
  #top #caution-cont {
    padding: 30px 0 40px;
  }
  #top #caution-cont h3 {
    margin-bottom: 20px;
  }
  #top #caution-cont h3 span {
    border-bottom: 4px solid #EE9009;
    padding-bottom: 5px;
  }
  #top #caution-cont dl dd {
    margin-bottom: 20px;
  }
  #top #caution-cont dl dd:last-of-type {
    margin-bottom: 0px;
  }
}

.soldout{
    position: relative;
}

.soldout:after{
    content:"予定枚数に達したため販売を終了しました";
    display: flex;
    width: 98%;
    height: 100%;
    color: #FFFFFF;
    font-weight: bold;
    justify-content: center;
    align-items: center;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 2%;
    padding: 0 0 10px;
    font-size: 22px;
}

@media screen and (max-width: 1050px) {
    .soldout:after{
      width: 100%;
      left: 0;
      font-size: 3vw;
  }
    
    
}

.food-navi{
  width: 240px;
}

@media screen and (max-width: 1050px) {
  .ttl-w100{
    width: 100% !important;
  }
  .food-navi{
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */