@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
.wrapper {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: "400";
  position: relative;
  color: #2a1f1c;
}
.wrapper em {
  font-style: normal;
}
.wrapper img {
  max-width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: bottom;
}
.wrapper .wrapper {
  max-width: 100vw;
}
@media screen and (min-width: 1025px) {
  .wrapper .for-mb {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .wrapper .for-pc {
    display: none;
  }
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .wrapper .for-pc {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .wrapper .for-pc {
    display: auto;
  }
}
@media screen and (min-width: 1025px) {
  .wrapper img.for-pc {
    display: inline;
  }
}
.wrapper #content-head {
  position: relative;
  min-height: 177vw;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .wrapper #content-head {
    min-height: 946px;
    height: 946px;
  }
}
.wrapper #content-head .mainvisual {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .wrapper #content-head .mainvisual {
    height: 946px;
  }
}
.wrapper #content-head .mainvisual:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../img/mask-mb.png);
  background-size: cover;
  background-position: top;
  z-index: 2;
}
@media screen and (min-width: 1025px) {
  .wrapper #content-head .mainvisual:before {
    background-image: url(../img/mask.png);
    background-position: top center;
  }
}
.wrapper #content-head .mainvisual img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  display: none;
  top: 0;
  left: 0;
}
.wrapper #content-head .title {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 3;
  margin-bottom: 50px;
}
@media screen and (min-width: 1025px) {
  .wrapper #content-head .title {
    width: 830px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
.wrapper #content-head .title h1 {
  width: 89vw;
  padding: 12px;
}
@media screen and (min-width: 1025px) {
  .wrapper #content-head .title h1 {
    width: 581px;
  }
}
.wrapper #content-head .title .catch-wrapper {
  display: flex;
  justify-content: space-around;
  padding: 12px;
}
@media screen and (min-width: 1025px) {
  .wrapper #content-head .title .catch-wrapper {
    justify-content: space-between;
  }
}
.wrapper #content-head .title .catch-wrapper .catch {
  writing-mode: vertical-rl;
  font-weight: bold;
  font-size: 20px;
  margin-right: 20px;
}
@media screen and (min-width: 1025px) {
  .wrapper #content-head .title .catch-wrapper .catch {
    font-size: 30px;
  }
}
.wrapper #content-head .title .catch-wrapper .catch span {
  display: inline-block;
  background: #fff;
  margin-left: 0.5em;
  padding: 2px;
}
.wrapper #content-head .title .catch-wrapper .niigata {
  margin-top: -69px;
  width: auto;
}
@media screen and (min-width: 1025px) {
  .wrapper #content-head .title .catch-wrapper .niigata {
    width: 446px;
  }
}
.wrapper #content-head .tabs-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 3;
}
.wrapper #content-head .tabs-wrapper .tabs {
  display: flex;
  justify-content: space-around;
  list-style: none;
  margin: 0 5px;
  padding: 0;
}
@media screen and (min-width: 1025px) {
  .wrapper #content-head .tabs-wrapper .tabs {
    justify-content: center;
  }
}
.wrapper #content-head .tabs-wrapper .tabs li {
  margin: 0 5px;
  display: flex;
  text-align: center;
  position: relative;
  line-height: 1;
}
@media screen and (min-width: 1025px) {
  .wrapper #content-head .tabs-wrapper .tabs li {
    margin: 0 50px;
  }
}
.wrapper #content-head .tabs-wrapper .tabs li .tab-label {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: block;
  padding: 10px;
  cursor: pointer;
  transition: all 0.2s;
  line-height: 1.2;
  color: #fff;
  font-weight: bold;
  border: 2px solid;
  border-bottom: none;
  background: #fff;
  font-size: 14px;
}
@media screen and (min-width: 1025px) {
  .wrapper #content-head .tabs-wrapper .tabs li .tab-label {
    width: 300px;
    font-size: 26px;
  }
}
.wrapper #content-head .tabs-wrapper .tabs li .tab-label.oneday {
  border-color: #0ba29a;
  color: #0ba29a;
}
.wrapper #content-head .tabs-wrapper .tabs li .tab-label.oneday.active {
  background-color: #0ba29a;
  color: #fff;
}
.wrapper #content-head .tabs-wrapper .tabs li .tab-label.twoday {
  border-color: #f8b62b;
  color: #f8b62b;
}
.wrapper #content-head .tabs-wrapper .tabs li .tab-label.twoday.active {
  background-color: #f8b62b;
  color: #fff;
}
.wrapper #details article {
  background: #fff;
  padding-top: 40px;
  overflow: hidden;
  border-top: 2px solid;
}
.wrapper #details article.show {
  display: block;
}
.wrapper #details article .catch {
  position: relative;
}
.wrapper #details article .catch .catch-bg {
  position: absolute;
  width: 40vw;
  height: 40vw;
  margin: 62px auto;
  overflow: hidden;
  background: #fff;
  transform: rotate(45deg);
}
@media screen and (min-width: 1025px) {
  .wrapper #details article .catch .catch-bg {
    width: 333px;
    height: 333px;
  }
}
.wrapper #details article .catch .catch-bg.tanada {
  top: -47px;
  left: -19vw;
}
@media screen and (min-width: 1025px) {
  .wrapper #details article .catch .catch-bg.tanada {
    top: 0px;
    left: calc(50% - 700px);
  }
}
.wrapper #details article .catch .catch-bg.firework {
  bottom: -47px;
  right: -80px;
}
@media screen and (min-width: 1025px) {
  .wrapper #details article .catch .catch-bg.firework {
    bottom: -256px;
    right: unset;
    left: calc(50% + 320px);
  }
}
.wrapper #details article .catch .catch-bg img, .wrapper #details article .catch .catch-bg:before {
  max-width: 424px;
  width: auto;
}
@media screen and (min-width: 1025px) {
  .wrapper #details article .catch .catch-bg img, .wrapper #details article .catch .catch-bg:before {
    max-width: 477px;
  }
}
.wrapper #details article .catch .catch-bg img {
  margin: -62px 0 0 -62px;
  transform: rotate(-45deg);
  opacity: 0.5;
}
@media screen and (min-width: 1025px) {
  .wrapper #details article .catch .catch-bg img {
    margin: -75px 0 0 -75px;
  }
}
.wrapper #details article .catch .catch-bg:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  display: block;
  background: #2a1f1c;
  z-index: 2;
  opacity: 0.5;
}
.wrapper #details article .catch h2 {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-bottom: 30px;
}
.wrapper #details article .catch h2 img {
  width: 199px;
}
@media screen and (min-width: 1025px) {
  .wrapper #details article .catch h2 img {
    width: 342px;
  }
}
.wrapper #details article .catch .desc {
  position: relative;
  z-index: 2;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 20px;
}
@media screen and (min-width: 1025px) {
  .wrapper #details article .catch .desc {
    font-size: 26px;
  }
}
.wrapper #details article .catch .desc strong {
  color: #d54028;
  background: linear-gradient(transparent 50%, #fff100 0%);
  line-height: 1.3em;
}
.wrapper #details article .freearea h3 {
  position: relative;
  z-index: 2;
  width: 39vw;
  margin-left: 10px;
}
@media screen and (min-width: 1025px) {
  .wrapper #details article .freearea h3 {
    width: 219px;
    margin: 0 auto;
    text-align: center;
  }
}
.wrapper #details article .freearea .map {
  background: url(../img/area-bg.png);
  margin-top: -80px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1025px) {
  .wrapper #details article .freearea .map {
    text-align: center;
  }
}
@media screen and (min-width: 1025px) {
  .wrapper #details article .info {
    width: 800px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1025px) {
  .wrapper #details article .info dl {
    display: flex;
    align-items: flex-start;
    margin-bottom: 48px;
  }
}
.wrapper #details article .info dt {
  position: relative;
  display: inline-block;
  min-width: 8em;
  font-weight: bold;
  color: #fff;
  padding: 10px 50px 10px 10px;
  font-size: 20px;
}
@media screen and (min-width: 1025px) {
  .wrapper #details article .info dt {
    width: 300px;
    font-size: 30px;
    overflow: hidden;
  }
}
.wrapper #details article .info dt:after {
  content: "";
  display: block;
  position: absolute;
  right: -20px;
  top: 4px;
  width: 40px;
  height: 40px;
  background: #fff;
  transform: rotate(-45deg);
}
@media screen and (min-width: 1025px) {
  .wrapper #details article .info dt:after {
    width: 60px;
    height: 60px;
    right: -36px;
    top: 3px;
  }
}
.wrapper #details article .info dd {
  display: block;
  padding: 20px;
}
@media screen and (min-width: 1025px) {
  .wrapper #details article .info dd {
    width: 477px;
    padding: 0 20px;
  }
}
.wrapper #details article .info dd.center {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  .wrapper #details article .info dd.center {
    font-size: 40px;
    text-align: left;
  }
}
.wrapper #details article .info dd.center .sub {
  display: inline-block;
  font-size: 20px;
  font-weight: normal;
}
@media screen and (min-width: 1025px) {
  .wrapper #details article .info dd.center .sub {
    font-size: 26px;
  }
}
.wrapper #details article .info dd .note {
  font-size: 14px;
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  .wrapper #details article .info dd .note {
    font-size: 18px;
  }
}
.wrapper #details article .info dd .opt {
  font-size: 14px;
  font-weight: normal;
  color: #e60012;
}
@media screen and (min-width: 1025px) {
  .wrapper #details article .info dd .opt {
    font-size: 18px;
  }
}
.wrapper #details article .info dd .price {
  display: inline-block;
  padding: 0 0.5em;
  font-size: 20px;
  line-height: 1.3em;
}
@media screen and (min-width: 1025px) {
  .wrapper #details article .info dd .price {
    font-size: 30px;
  }
}
.wrapper #details article .info dd .price strong {
  display: inline-block;
  width: 3em;
  text-align: right;
  font-size: 34px;
}
@media screen and (min-width: 1025px) {
  .wrapper #details article .info dd .price strong {
    font-size: 47px;
  }
}
.wrapper #details article .info dd ul {
  list-style: disc;
}
.wrapper #details article .info dd li {
  margin-left: 1.5em;
}
.wrapper #details article#oneday {
  border-color: #0ba29a;
}
.wrapper #details article#oneday .catch-bg::before {
  background-color: #0ba29a;
}
.wrapper #details article#oneday .notice {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  color: #e60012;
  font-size: 20px;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 1025px) {
  .wrapper #details article#oneday .notice {
    font-size: 27.5px;
    letter-spacing: 0.008em;
    padding-left: 0;
    padding-right: 0;
  }
}
.wrapper #details article#oneday .info dt {
  background-color: #0ba29a;
}
.wrapper #details article#oneday .info .price {
  background: linear-gradient(transparent 70%, #b5e3e1 0%);
}
.wrapper #details article#twoday {
  border-color: #f8b62b;
}
.wrapper #details article#twoday .catch-bg::before {
  background-color: #f8b62b;
}
.wrapper #details article#twoday .info dt {
  background-color: #f8b62b;
}
.wrapper #details article#twoday .info .price {
  background: linear-gradient(transparent 50%, #f8b62b 0%);
}