@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  background: #000;
  margin-top: -70px;
  padding-top: 70px;
}
html {
  scroll-behavior: smooth;
}

.inter-900 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}

/*** The new CSS reset - version 1.5.1 (last updated 1.3.2022) ***/
*:where(:not(iframe, canvas, img, svg, video):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

*, *::before, *::after {
  box-sizing: border-box;
}

a, button {
  cursor: revert;
}

ol, ul, menu {
  list-style: none;
}

img {
  max-width: 100%;
}

table {
  border-collapse: collapse;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

::-moz-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
._width {
  max-width: 700px;
  margin: 0 auto;
}

.__sp {
  display: none;
}
@media (max-width: 767px) {
  .__sp {
    display: block;
  }
}

.mod_goods {
  position: relative;
  padding: 0 10vw 10vw;
}
@media (max-width: 767px) {
  .mod_goods {
    padding: 0 10vw 10vw;
  }
}
.mod_goods h2 {
  text-align: center;
  position: relative;
  top: -0.5em;
  color: #FFF;
  font-size: 100px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  line-height: 1;
}
@media (max-width: 767px) {
  .mod_goods h2 {
    font-size: 60px;
  }
}
.mod_goods h3 {
  text-align: center;
  font-size: 30px;
  position: relative;
  top: -1.5em;
}
@media (max-width: 767px) {
  .mod_goods h3 {
    font-size: 20px;
  }
}

.mod_goods .mod_goods_img {
  text-align: center;
}

.mod_schedule {
  position: relative;
}
.mod_schedule h2 {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.5;
  font-size: 150px;
  line-height: 1;
  background: linear-gradient(90deg, #006FBC 0%, #74C6BE 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 1;
}
@media (max-width: 767px) {
  .mod_schedule h2 {
    font-size: 60px;
  }
}
.mod_schedule .mod_schedule_list {
  padding: 6em 0;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  display: flex;
  flex-flow: column;
  gap: 1.5em;
}
.mod_schedule .mod_schedule_item {
  border: 1px solid #666;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  padding: 1em;
  align-items: center;
}
@media (max-width: 767px) {
  .mod_schedule .mod_schedule_item {
    flex-flow: column;
    gap: 1em;
    border: none;
    flex-flow: column-reverse;
    border-top: 1px solid #666;
    padding-top: 1.5em;
  }
}
.mod_schedule .mod_schedule_item .mod_schedule_detail {
  width: 25%;
  display: flex;
  flex-flow: column;
  gap: 0.8em;
}
@media (max-width: 767px) {
  .mod_schedule .mod_schedule_item .mod_schedule_detail {
    width: 100%;
    align-items: center;
    justify-content: center;
  }
}
.mod_schedule .mod_schedule_item .mod_schedule_detail .-info {
  display: flex;
  flex-flow: column;
  gap: 4px;
  padding-top: 8px;
  border-top: 1px solid #333;
}
.mod_schedule .mod_schedule_item .mod_schedule_detail .-info strong {
  font-size: 11px;
  color: #ccc;
}
.mod_schedule .mod_schedule_item .mod_schedule_detail .-info p {
  font-size: 12px;
}
.mod_schedule .mod_schedule_item .mod_schedule_detail .-starttime {
  gap: 1em;
  display: flex;
}
.mod_schedule .mod_schedule_item .mod_schedule_detail .-starttime div {
  display: flex;
  flex-flow: row;
  align-items: center;
  gap: 0.25em;
}
.mod_schedule .mod_schedule_item .mod_schedule_detail .-starttime div span {
  line-height: 1;
  font-size: 12px;
}
.mod_schedule .mod_schedule_item .mod_schedule_detail .-starttime div p {
  line-height: 1;
  font-size: 20px;
  font-weight: bold;
}
.mod_schedule .mod_schedule_item .mod_schedule_detail .-area {
  color: #74C6BE;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.3;
}
.mod_schedule .mod_schedule_item .mod_schedule_detail .-date {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.mod_schedule .mod_schedule_item .mod_schedule_detail .-date p {
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
}
.mod_schedule .mod_schedule_item .mod_schedule_detail .-date span {
  font-weight: bold;
  line-height: 1;
  background: #666;
  color: #000;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mod_schedule .mod_schedule_item .mod_schedule_lineup {
  width: 75%;
  gap: 0.5em;
  display: flex;
}
@media (max-width: 767px) {
  .mod_schedule .mod_schedule_item .mod_schedule_lineup {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.mod_schedule .mod_schedule_item .mod_schedule_lineup li {
  width: 33.3333333333%;
}
@media (max-width: 767px) {
  .mod_schedule .mod_schedule_item .mod_schedule_lineup li {
    padding-bottom: 1em;
    width: 48%;
  }
}
.mod_schedule .mod_schedule_item .mod_schedule_lineup li span {
  text-align: center;
  color: yellow;
  display: block;
  font-size: 13px;
}
.mod_schedule .mod_schedule_item .mod_schedule_lineup li img {
  width: 100%;
  height: 12vw;
  -o-object-fit: contain;
     object-fit: contain;
  background: #000;
}
@media (max-width: 767px) {
  .mod_schedule .mod_schedule_item .mod_schedule_lineup li img {
    height: 25vw;
  }
}
.mod_schedule .mod_schedule_item .mod_schedule_lineup li p {
  font-size: 11px;
  text-align: center;
}

.mod_ticket {
  padding-bottom: 6em;
  margin: 3em 0 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), linear-gradient(90deg, #006FBC 0%, #74C6BE 100%);
}
.mod_ticket h2 {
  text-align: center;
  position: relative;
  top: -0.5em;
  color: #FFF;
  font-size: 100px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  line-height: 1;
}
@media (max-width: 767px) {
  .mod_ticket h2 {
    font-size: 60px;
  }
}
.mod_ticket h3 {
  text-align: center;
  font-size: 30px;
  position: relative;
  top: -1.5em;
}
@media (max-width: 767px) {
  .mod_ticket h3 {
    font-size: 20px;
  }
}
.mod_ticket .mod_ticket_info {
  max-width: 600px;
  margin: 0 auto;
  font-size: 12px;
  color: #fff;
  padding: 2em 0;
}
@media (max-width: 767px) {
  .mod_ticket .mod_ticket_info {
    padding: 2em;
  }
}
.mod_ticket .mod_ticket_info ul li {
  display: flex;
  gap: 4px;
  padding-left: 1.5em;
  position: relative;
}
.mod_ticket .mod_ticket_info ul li:before {
  content: "※";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.mod_ticket .mod_ticket_price {
  max-width: 800px;
  margin: 0 auto;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  gap: 1em;
  padding: 1em;
}
@media (max-width: 767px) {
  .mod_ticket .mod_ticket_price {
    max-width: 90%;
    gap: 0.5em;
  }
}
.mod_ticket .mod_ticket_price p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .mod_ticket .mod_ticket_price p {
    font-size: 20px;
  }
}
.mod_ticket .mod_ticket_price h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.45em;
  flex-wrap: wrap;
  line-height: 1;
  padding-bottom: 20px;
}
.mod_ticket .mod_ticket_price h4 span {
  font-weight: bold;
  font-size: 30px;
}
@media (max-width: 767px) {
  .mod_ticket .mod_ticket_price h4 span {
    font-size: 20px;
  }
}
.mod_ticket .mod_ticket_price h4 strong {
  font-size: 40px;
}
@media (max-width: 767px) {
  .mod_ticket .mod_ticket_price h4 strong {
    font-size: 30px;
  }
}
.mod_ticket .mod_ticket_price h4 strong.kome {
  width: 100%;
  text-align: center;
}

.ticket_price_box {
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .ticket_price_box {
    padding: 0 1em;
  }
}

.ticket_price {
  margin: 1.5em 0em 0;
  border: 1px solid #999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: column;
  padding: 1em;
}
@media (max-width: 767px) {
  .ticket_price {
    flex-flow: column;
  }
  .ticket_price div {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .ticket_price div p {
    width: 100%;
  }
  .ticket_price.no-arrow div {
    padding-top: 0.5em;
  }
  .ticket_price.no-arrow div p {
    line-height: 1;
  }
  .ticket_price.no-arrow div p span {
    position: relative;
    top: -0.5em;
  }
}
.ticket_price span {
  color: #fff;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 2.4px;
}
.ticket_price div {
  font-family: "Inter", sans-serif;
  font-size: 36px;
  letter-spacing: 3.2px;
  font-weight: bold;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-flow: row;
}
@media (max-width: 767px) {
  .ticket_price div {
    flex-wrap: wrap;
    justify-content: center;
    font-size: 24px;
  }
}
.ticket_price div p {
  font-size: 24px;
}
@media (max-width: 767px) {
  .ticket_price div p {
    font-size: 18px;
  }
}
.ticket_price div p.-min {
  font-size: 18px;
}
@media (max-width: 767px) {
  .ticket_price div p.-min {
    font-size: 14px;
  }
}
.ticket_price div span {
  color: #fff;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 2.4px;
}
@media (max-width: 767px) {
  .ticket_price div span {
    font-size: 11px;
  }
}

div.ticket_price {
  border: none;
}
div.ticket_price span {
  color: #fff;
}
div.ticket_price.close {
  opacity: 0.5;
  border: 1px solid #fff;
}
div.ticket_price .close {
  color: #fff;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 2.4px;
  margin-bottom: 1em;
}
div.ticket_price div.ticket_price_t {
  color: #fff;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: 0;
}
div.ticket_price div.ticket_price_t.ticket_price {
  width: 100%;
}
div.ticket_price div.ticket_price_t p {
  padding-top: 0.5em;
  line-height: 1;
}
div.ticket_price div.ticket_price_t span {
  text-align: center;
  color: #fff;
}

a.ticket_price {
  position: relative;
  background: #fff;
}
a.ticket_price span {
  color: #000;
}
a.ticket_price div {
  color: #000;
}
a.ticket_price div span {
  color: #666;
}
a.ticket_price.no-arrow:after {
  display: none;
}
a.ticket_price:after {
  display: block;
  width: 1em;
  height: 1em;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(-45deg);
  content: "";
  position: absolute;
  right: 2em;
  top: 50%;
  margin-top: -0.5em;
}
a.ticket_price:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(90deg, #006FBC 0%, #74C6BE 100%);
  border: 1px solid #fff;
}
a.ticket_price:hover:after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
a.ticket_price:hover span {
  color: #fff;
}
a.ticket_price:hover div {
  color: #fff;
}
a.ticket_price:hover div span {
  color: #fff;
}

.mod_footer {
  text-align: center;
  display: flex;
  flex-flow: column;
  color: #fff;
  font-size: 14px;
}
@media (max-width: 767px) {
  .mod_footer {
    font-size: 11px;
  }
}
.mod_footer .mod_footer_main {
  padding: 2em;
  display: flex;
  flex-flow: column;
  gap: 1em;
}
.mod_footer .mod_footer_copyright {
  border-top: 1px solid #222;
  padding: 2em;
}

.loading {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loading img {
  width: 300px;
  height: auto;
}

.loading.hide {
  opacity: 0;
  pointer-events: none;
  transition: opacity 500ms;
}

.mod_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.74);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em;
  gap: 2em;
  z-index: 200;
}
@media (max-width: 767px) {
  .mod_header {
    padding: 1em 0.5em;
    gap: 1em;
  }
}
.mod_header a {
  color: #fff;
  font-size: 24px;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .mod_header a {
    font-size: 16px;
    letter-spacing: 0px;
  }
}

.mod_visual {
  text-align: center;
  padding: 10vw 5vw;
  display: flex;
  flex-flow: column;
  gap: 4em;
  background: url(../img/bg.png) no-repeat center top;
  background-size: cover;
}
@media (max-width: 767px) {
  .mod_visual {
    padding: 30vw 5vw;
    gap: 2em;
  }
}
.mod_visual h1 {
  max-width: 500px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .mod_visual h1 {
    max-width: 70%;
  }
}
.mod_visual p {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .mod_visual p {
    font-size: 14px;
  }
}

.mod_video {
  width: 100%;
  max-width: 1200px;
  height: auto;
  position: relative;
  margin: 0 auto 7em;
  background: #333;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.mod_news {
  padding-top: 70px;
  position: relative;
}
@media (max-width: 767px) {
  .mod_news {
    padding-top: 2em;
  }
}
.mod_news h2 {
  position: absolute;
  left: 0;
  top: -0.5em;
  opacity: 0.5;
  font-size: 150px;
  line-height: 1;
  background: linear-gradient(90deg, #006FBC 0%, #74C6BE 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 0;
}
@media (max-width: 767px) {
  .mod_news h2 {
    font-size: 60px;
  }
}
.mod_news .-more {
  padding: 1.5em;
}
.mod_news .-more a {
  max-width: 300px;
  margin: 0 auto;
  color: #999;
  font-size: 15px;
  letter-spacing: 3px;
  border-radius: 80px;
  border: 1px solid #999;
  padding: 1em;
  text-align: center;
  display: block;
}
.mod_news details {
  max-width: 1000px;
  margin: 0 auto 5em;
  position: relative;
  z-index: 10;
  padding-top: 1em;
}
.mod_news details summary {
  list-style: none;
  text-align: center;
  background-color: #111;
  padding: 1em;
}
.mod_news ul {
  max-width: 1000px;
  margin: 0 auto 0em;
  position: relative;
  z-index: 10;
}
.mod_news ul li a:hover {
  border-bottom: 1px dotted #fff;
}
.mod_news ul li a, .mod_news ul li .nolink {
  display: block;
  padding: 1.5em;
  border-bottom: 1px dotted #333;
}
.mod_news ul li a span, .mod_news ul li .nolink span {
  color: #999;
  font-size: 12px;
  letter-spacing: 2.4px;
  display: block;
  padding-bottom: 0.5em;
}
.mod_news ul li a p, .mod_news ul li .nolink p {
  color: #FFF;
  font-size: 12px;
  letter-spacing: 2.4px;
}

.mod_goods .goods_text {
  max-width: 600px;
  margin: 0 auto;
}
.mod_goods .mod_goods_info {
  max-width: 600px;
  margin: 0 auto;
  font-size: 12px;
  color: #fff;
  padding: 2em 0;
}
@media (max-width: 767px) {
  .mod_goods .mod_goods_info {
    padding: 2em 1em;
  }
}
.mod_goods .mod_goods_info p {
  text-align: center;
  margin-bottom: 2em;
  font-size: 18px;
}
.mod_goods .mod_goods_info ul li {
  display: flex;
  gap: 4px;
  padding-left: 1.5em;
  position: relative;
  margin-bottom: 8px;
}
.mod_goods .mod_goods_info ul li:before {
  content: "※";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.mod_goods .mod_goods_info ul.ten li:before {
  content: "・";
}

.guideline h3 {
  padding-top: 1.5em;
  text-align: center;
  letter-spacing: 3px;
  font-size: 15px;
  color: #fff;
  margin-bottom: 1.5em;
}
.guideline ul {
  background: #222;
  padding: 1.5em 1.5em 1.5em 3em;
  font-size: 12px;
  color: rgba(204, 204, 204, 0.8);
  line-height: 1.8;
}
.guideline ul li {
  list-style: circle;
}
.guideline p {
  background: #222;
  font-size: 12px;
  color: rgba(204, 204, 204, 0.8);
  line-height: 1.8;
  padding: 1.5em;
}

.modal {
  display: none;
  position: fixed;
  z-index: 2000;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal .modal-box {
  background-color: #333;
  margin: 10% auto;
  max-width: 640px;
  width: 90%;
  border-radius: 10px;
  animation-name: modalopen;
  animation-duration: 1s;
  position: relative;
}
.modal .modal-box .modalClose {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  background: #999;
  border-radius: 80px;
  background: url(../img/close.svg) no-repeat center center;
}

.sp_header {
  display: none;
  /* ハンバーガーメニュー */
  /* ハンバーガーメニューの線 */
}
@media (max-width: 767px) {
  .sp_header {
    background-size: cover;
    height: 70px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
  }
}
.sp_header .header__hamburger {
  width: 70px;
  height: 70px;
  padding: 1em;
  background: #000;
  border-radius: 0 0 0 8px;
}
.sp_header .hamburger {
  background-color: transparent; /*buttonタグデフォルトスタイルを打ち消し*/
  border-color: transparent; /*buttonタグデフォルトスタイルを打ち消し*/
  z-index: 9999;
  background: #000;
}
.sp_header .hamburger span {
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: relative;
  transition: ease 0.4s; /*ハンバーガーメニュークリック時の三本線の動きを遅延*/
  display: block;
}
.sp_header .hamburger span:nth-child(1) {
  top: 0;
}
.sp_header .hamburger span:nth-child(2) {
  margin: 8px 0;
}
.sp_header .hamburger span:nth-child(3) {
  top: 0;
}
.sp_header .header__nav.active {
  transform: translateX(0);
}
.sp_header .hamburger.active span:nth-child(1) {
  top: 5px;
  transform: rotate(45deg);
}
.sp_header .hamburger.active span:nth-child(2) {
  opacity: 0;
}
.sp_header .hamburger.active span:nth-child(3) {
  top: -13px;
  transform: rotate(-45deg);
}/*# sourceMappingURL=style.css.map */