@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
body {
  font-family: "Noto Sans JP", sans-serif;
}

@media only screen and (min-width: 768px) {
  .sponly {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .pconly {
    display: none;
  }
}

.goup {
  z-index: 500;
  position: fixed;
  right: 10%;
  bottom: 5%;
  background-color: rgb(187, 32, 32);
  border: white solid 1px;
  border-radius: 5px;
  color: rgb(255, 255, 255) !important;
  font-weight: 700;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  line-height: none;
}
@media only screen and (min-width: 768px) {
  .goup {
    padding: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .goup {
    width: 75px;
    margin: 0 auto;
  }
}
.goup:visited {
  color: rgb(255, 255, 255) !important;
  text-decoration: none;
}
.goup:hover {
  text-decoration: none;
  background-color: rgb(128, 21, 21);
  transition: 0.3s;
}

h1 {
  text-align: center;
  color: white;
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 25px;
  }
}
h1 span {
  color: red;
}
@media only screen and (min-width: 768px) {
  h1 span {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  h1 span {
    font-size: 45px;
  }
}

.top {
  margin: 0;
  background-image: url(../img/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.top__bg {
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 15%, rgba(0, 0, 0, 0.85) 85%, rgb(0, 0, 0) 100%);
}
.top__title {
  padding-top: 50px;
  text-align: center;
  margin: 50px auto;
}
@media only screen and (max-width: 767px) {
  .top__title--img {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    width: 100%;
  }
}
.top__vid {
  text-align: center;
  margin: 50px 0;
  padding: 50px 0 100px;
}
@media only screen and (min-width: 768px) {
  .top__vid iframe {
    width: 560px;
    height: 315px;
  }
}
@media only screen and (max-width: 767px) {
  .top__vid iframe {
    width: 100%;
    height: 300px;
  }
}
.top__taisho {
  text-align: center;
  padding-bottom: 50px;
}

.taisho {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.taisho__title {
  text-align: center;
}
.taisho__pre {
  line-height: 1.75;
  text-align: center;
  color: white;
}
.taisho__pre--top {
  font-size: 20px;
}
.taisho__pre--bottom {
  font-size: 0.85rem;
}
.taisho__top4img {
  display: flex;
}
.taisho__topother {
  display: flex;
  border: #fdb813 solid 5px;
}
.photoContainer {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.itemPhoto {
  overflow: hidden;
  display: block;
}
@media only screen and (min-width: 768px) {
  .itemPhoto {
    width: 160px;
    height: 230px;
    border-radius: 10px;
    margin: 0px 3px 8px;
    position: relative;
  }
  .itemPhoto img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 110%;
    transform: translate(-50%, -50%);
  }
  .itemPhoto a:hover {
    opacity: 0.7;
    transition: 0.2s;
  }
}
@media only screen and (max-width: 767px) {
  .itemPhoto {
    width: 30%;
    height: 150px;
    border-radius: 8px;
    margin: 0 6px 3px;
  }
  .itemPhoto img {
    width: 110%;
  }
}

figure {
  margin: 0;
  padding: 0;
}

.cosplayday {
  background: rgb(187, 32, 32);
  color: #fff;
  padding: 10px;
}

.shop {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .shop {
    margin: 0 auto 50px;
  }
}
@media only screen and (max-width: 767px) {
  .shop {
    margin: 0 auto;
  }
}
.shop__button {
  background-color: rgb(187, 32, 32);
  border-radius: 5px;
  color: rgb(255, 255, 255) !important;
  font-weight: 700;
  padding: 10px;
  text-align: center;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .shop__button {
    width: 150px;
    margin: 5px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .shop__button {
    width: 75px;
    margin: 10px auto;
  }
}
.shop__button:visited {
  color: rgb(255, 255, 255) !important;
  text-decoration: none;
}
.shop__button:hover {
  text-decoration: none;
  background-color: rgb(128, 21, 21);
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .shop__small {
    font-size: 10px;
    line-height: 25px;
  }
}

/*
------------------ lightbox ------------------ */
/* Preload images */
body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: center;
  line-height: 1.1em;
  margin-top: 10px;
  position: relative;
  left: 30px;
}

.lb-data .lb-caption {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.wrap {
  margin: 0 auto;
  padding: 0;
  max-width: 1200px;
  height: auto;
}

.titleHead {
  margin: 10px;
  padding: 10px;
  border-top: solid 1px #333;
  border-bottom: solid 1px #333;
  background: #c40026;
  color: #ffeb00;
}

.cosContainer {
  margin: 10px 0px;
  padding: 10px;
}

/*# sourceMappingURL=tsuika_cos.css.map *//*# sourceMappingURL=style.css.map */