@charset "UTF-8";
.banner {
  position: relative;
  width: 100%;
  top: 100%;
  z-index: 5;
  filter: drop-shadow(0 0 0.25rem rgba(0, 0, 0, 0.9));
}
.banner picture {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 1920px) {
  .banner img {
    width: 100%;
  }
}

@media screen and (max-width: 914px) {
  #kowai_title {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 768px) {
  #kowai_title {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 671px) {
  #kowai_title {
    font-size: 0.5rem;
  }
}

@media screen and (max-width: 671px) {
  #kowai_price {
    font-size: 0.7rem;
  }
}

#ticket-content {
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  max-width: 1080px;
  text-align: center;
  padding: 0 2.5%;
  margin-bottom: 3rem;
}

.title_area {
  width: 100%;
  height: 3rem;
  background-color: black;
  display: flex;
  justify-content: space-between;
  z-index: 3;
  margin-top: 1.5rem;
}
@media screen and (max-width: 914px) {
  .title_area {
    height: 2.4rem;
  }
}
@media screen and (max-width: 671px) {
  .title_area {
    height: 1.3rem;
  }
}
.title_area p {
  margin: auto 0.5rem;
}
@media screen and (max-width: 671px) {
  .title_area p {
    margin: auto 0.25rem;
  }
}
.title_area .title {
  font-family: ta-kakugo-gf-01, sans-serif;
  font-size: 1.56rem;
}
@media screen and (max-width: 914px) {
  .title_area .title {
    font-size: 1.24rem;
  }
}
@media screen and (max-width: 768px) {
  .title_area .title {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 671px) {
  .title_area .title {
    font-size: 0.6rem;
  }
}
.title_area .title span {
  vertical-align: middle;
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  margin: 0 0.1rem;
}
@media screen and (max-width: 914px) {
  .title_area .title span {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  .title_area .title span {
    font-size: 0.65rem;
  }
}
@media screen and (max-width: 671px) {
  .title_area .title span {
    font-size: 0.38rem;
  }
}
.title_area .price {
  font-family: din-2014, sans-serif;
  font-size: 2rem;
  font-weight: 400;
}
@media screen and (max-width: 914px) {
  .title_area .price {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 671px) {
  .title_area .price {
    font-size: 0.8rem;
  }
}

.item_area {
  background-color: white;
  width: 100%;
  height: auto;
  position: relative;
  background: linear-gradient(-30deg, transparent 20px, white 0) right, linear-gradient(30deg, transparent 20px, white 0) left;
  background-size: 50% 100%;
  background-repeat: no-repeat;
  /*linear-ｇｒａｄｉｅｎｔの角度の起点は下から上である。なので、０の時は下から上へのグラデーションになる。*/
}
.item_area .deco {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  margin-top: -1px;
}
.item_area .deco img {
  width: 100%;
}
.item_area .chara img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 671px) {
  .item_area .chara img {
    display: none;
  }
}
@media screen and (max-width: 914px) {
  .item_area .only_4_display {
    display: none;
  }
}
.item_area .only_3_display {
  display: none;
}
@media screen and (max-width: 914px) {
  .item_area .only_3_display {
    display: block;
  }
}
.item_area .grid {
  display: grid;
  position: relative;
  gap: 2%;
  padding: 1rem 1%;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  z-index: 3;
}
@media screen and (max-width: 914px) {
  .item_area .grid {
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 671px) {
  .item_area .grid {
    padding: 0.2rem 1%;
    grid-template-columns: 1fr 1fr;
  }
  .item_area .grid#ippan {
    padding-bottom: 2rem;
  }
}
.item_area .grid .item {
  width: 100%;
  margin-bottom: 1rem;
  text-align: left;
}
@media screen and (max-width: 671px) {
  .item_area .grid .item {
    margin-bottom: 0.1rem;
  }
  .item_area .grid .item.acrylic {
    margin-bottom: 1rem;
  }
}
.item_area .grid .item .title {
  min-height: 1.2rem;
  font-family: source-han-sans-japanese, sans-serif;
  color: white;
  font-size: 1rem;
  font-weight: 600;
  font-size: 0.5rem;
  color: black;
}
@media screen and (max-width: 671px) {
  .item_area .grid .item .title {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 671px) {
  .item_area .grid .item .title {
    font-size: 0.35rem;
  }
}
.item_area .grid .item .title span {
  font-family: din-2014, sans-serif;
  color: white;
  font-size: 1.15rem;
  font-weight: 600;
  font-size: 0.56rem;
  color: black;
}
@media screen and (max-width: 671px) {
  .item_area .grid .item .title span {
    font-size: 1rem;
  }
}
@media screen and (max-width: 671px) {
  .item_area .grid .item .title span {
    font-size: 0.4rem;
  }
}
@media screen and (max-width: 671px) {
  .item_area .grid .item .title {
    min-height: 0rem;
  }
}
.item_area .grid .item .note {
  min-height: 2rem;
  margin-top: 0.1rem;
  font-family: source-han-sans-japanese, sans-serif;
  color: white;
  font-size: 1rem;
  font-weight: 600;
  font-size: 0.5rem;
  color: black;
  font-weight: 500;
  font-size: 0.35rem;
}
@media screen and (max-width: 671px) {
  .item_area .grid .item .note {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 671px) {
  .item_area .grid .item .note {
    font-size: 0.35rem;
  }
}
@media screen and (max-width: 671px) {
  .item_area .grid .item .note {
    font-size: 0.32rem;
  }
}
.item_area .grid .item .note span {
  font-family: din-2014, sans-serif;
  color: white;
  font-size: 1.15rem;
  font-weight: 600;
  font-size: 0.56rem;
  color: black;
  font-weight: 400;
  font-size: 0.4rem;
}
@media screen and (max-width: 671px) {
  .item_area .grid .item .note span {
    font-size: 1rem;
  }
}
@media screen and (max-width: 671px) {
  .item_area .grid .item .note span {
    font-size: 0.4rem;
  }
}
@media screen and (max-width: 671px) {
  .item_area .grid .item .note span {
    font-size: 0.35rem;
  }
}
.item_area .grid .item .note .red {
  color: red;
}
.item_area .grid .item .image_box {
  width: 100%;
  height: 100%;
  max-height: 248px;
  min-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.1s;
}
@media screen and (max-width: 671px) {
  .item_area .grid .item .image_box {
    max-height: 200px;
    min-height: 150px;
    max-width: 250px;
    margin: 0 auto;
  }
}
.item_area .grid .item .image_box:hover {
  transform: scale(1.025, 1.025);
}
.item_area .grid .item img {
  max-height: 100%;
  max-width: 100%;
  position: relative;
}
.item_area .grid .item .second_shikishi {
  margin-top: 0.3rem;
}
.item_area #tsuinosora {
  padding-bottom: 2rem;
}
.item_area #tsuinosora #tsuinosora_last_goods {
  margin-top: -9rem;
}
@media screen and (max-width: 671px) {
  .item_area #tsuinosora {
    padding-bottom: 4.5rem;
  }
}
.item_area #kowai {
  padding-bottom: 3rem;
}
@media screen and (max-width: 914px) {
  .item_area #kowai {
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 671px) {
  .item_area #kowai {
    padding-bottom: 7.5rem;
  }
}
@media screen and (max-width: 671px) {
  .item_area #subahibi {
    padding-bottom: 3.5rem;
  }
}
@media screen and (max-width: 671px) {
  .item_area #sakurano {
    padding-bottom: 3rem;
  }
}

.submit_area {
  position: relative;
  background-color: white;
  width: 100%;
  height: 6rem;
  background: linear-gradient(-150deg, transparent 20px, white 0) right, linear-gradient(150deg, transparent 20px, white 0) left;
  background-size: 50% 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .submit_area {
    height: 4rem;
  }
}
@media screen and (max-width: 671px) {
  .submit_area {
    height: 3.5rem;
  }
}
.submit_area .kiritori {
  position: absolute;
  background: url("../img/decoration/kiritori.svg") repeat-x left top;
  width: calc(100% - 76px);
  margin: 0 auto;
  height: 4px;
  left: 0;
  right: 0;
  top: -2px;
}
.submit_area .submit_item {
  display: flex;
  align-items: center;
}
.submit_area .logo_tate img {
  height: 5rem;
  width: auto;
}
@media screen and (max-width: 768px) {
  .submit_area .logo_tate img {
    height: 3rem;
  }
}
@media screen and (max-width: 671px) {
  .submit_area .logo_tate img {
    height: 2rem;
  }
}
.submit_area .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto 1rem;
  top: 0.2rem;
  position: relative;
  height: 100%;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .submit_area .flex {
    margin: auto 0.45rem;
    gap: 0.45rem;
  }
}
.submit_area .btn {
  text-decoration: none;
  padding: 1rem 0;
  width: 100%;
  background-color: #222222;
  color: white;
  overflow: hidden;
  position: relative;
  transition-duration: 0.2s;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .submit_area .btn {
    padding: 0.5rem 0;
  }
}
@media screen and (max-width: 671px) {
  .submit_area .btn {
    padding: 0.4rem 0.2rem;
    font-size: 0.6rem;
  }
}
.submit_area .btn::after {
  background: #b5291e;
  content: "";
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  z-index: -1;
  transform: translateY(-50%) scale(0.1);
  transition: opacity 0.5s, transform 0s;
  transition-delay: 0s, 0.4s;
}
.submit_area .btn:hover::after {
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
  transition-delay: 0s;
  transition: opacity 0.4s, transform 0.3s ease-in-out;
}

.zoomback {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  opacity: 0;
  z-index: 999;
}

.zoomback.show {
  display: flex;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.zooming {
  max-width: 90%;
  max-height: 90%;
  transform: scale(70%);
  transition: transform 0.2s ease;
}

.zooming.show {
  transform: scale(1);
}