*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}

:where(html) {
  line-height: 1.15;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
}

:where(body) {
  margin: 0;
}

:where(main) {
  display: block;
}

:where(p, table, blockquote, address, pre, iframe, form, figure, dl) {
  margin: 0;
}

:where(h1, h2, h3, h4, h5, h6) {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}

:where(ul, ol) {
  margin: 0;
  padding: 0;
  list-style: none;
}

:where(dt) {
  font-weight: bold;
}

:where(dd) {
  margin-left: 0;
}

:where(hr) {
  clear: both;
  overflow: visible;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0;
  height: 0;
  border-top-width: 1px;
  color: inherit;
}

:where(pre) {
  font-size: inherit;
  font-family: monospace, monospace;
}

:where(address) {
  font-style: inherit;
}

:where(a) {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

:where(abbr[title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

:where(b, strong) {
  font-weight: bolder;
}

:where(code, kbd, samp) {
  font-size: inherit;
  font-family: monospace, monospace;
}

:where(small) {
  font-size: 80%;
}

:where(sub, sup) {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

:where(sub) {
  bottom: -0.25em;
}

:where(sup) {
  top: -0.5em;
}

:where(svg, img, embed, object, iframe) {
  vertical-align: bottom;
}

:where(button, input, optgroup, select, textarea) {
  -moz-appearance: none;
       appearance: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  vertical-align: middle;
  text-align: inherit;
  text-transform: inherit;
  font: inherit;
  -webkit-appearance: none;
}

:where(button, [type=button], [type=reset], [type=submit]) {
  cursor: pointer;
}

:where(button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled) {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

:where(select:disabled) {
  opacity: inherit;
}

:where(option) {
  padding: 0;
}

:where(fieldset) {
  margin: 0;
  padding: 0;
  min-width: 0;
}

:where(legend) {
  padding: 0;
}

:where(progress) {
  vertical-align: baseline;
}

:where(textarea) {
  overflow: auto;
}

:where([type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button) {
  height: auto;
}

:where([type=search]) {
  outline-offset: -2px;
}

:where([type=search]::-webkit-search-decoration) {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

:where([type=number]) {
  -moz-appearance: textfield;
}

:where(label[for]) {
  cursor: pointer;
}

:where(details) {
  display: block;
}

:where(summary) {
  display: list-item;
}

:where([contenteditable]:focus) {
  outline: auto;
}

:where(table) {
  border-collapse: collapse;
  border-color: inherit;
}

:where(caption) {
  text-align: left;
}

:where(td, th) {
  padding: 0;
  vertical-align: top;
}

:where(th) {
  text-align: left;
  font-weight: bold;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeInDown {
  opacity: 0;
}
.fadeInDown.animated {
  -webkit-animation: fadeInDown;
          animation: fadeInDown;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fadeIn {
  opacity: 0;
}
.fadeIn.animated {
  -webkit-animation: fadeIn;
          animation: fadeIn;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fadeInUp {
  opacity: 0;
}
.fadeInUp.animated {
  -webkit-animation: fadeInUp;
          animation: fadeInUp;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fadeInRight {
  opacity: 0;
}
.fadeInRight.animated {
  -webkit-animation: fadeInRight;
          animation: fadeInRight;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.delay-1 {
  -webkit-animation-delay: 0.1s !important;
          animation-delay: 0.1s !important;
}
.delay-2 {
  -webkit-animation-delay: 0.2s !important;
          animation-delay: 0.2s !important;
}
.delay-3 {
  -webkit-animation-delay: 0.3s !important;
          animation-delay: 0.3s !important;
}
.delay-4 {
  -webkit-animation-delay: 0.4s !important;
          animation-delay: 0.4s !important;
}
.delay-5 {
  -webkit-animation-delay: 0.5s !important;
          animation-delay: 0.5s !important;
}
.delay-6 {
  -webkit-animation-delay: 0.6s !important;
          animation-delay: 0.6s !important;
}
.delay-7 {
  -webkit-animation-delay: 0.7s !important;
          animation-delay: 0.7s !important;
}
.delay-8 {
  -webkit-animation-delay: 0.8s !important;
          animation-delay: 0.8s !important;
}
.delay-9 {
  -webkit-animation-delay: 0.9s !important;
          animation-delay: 0.9s !important;
}
.delay-10 {
  -webkit-animation-delay: 1s !important;
          animation-delay: 1s !important;
}

html {
  font-size: 62.5%;
}

body {
  background-color: #fff;
  color: #1a1a1a;
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-size: 1.6rem;
  font-family: sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 2;
  line-break: strict;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
}

:where(a) {
  color: #058aa7;
}
.wrap {
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .wrap {
    padding: 0 20px;
    max-width: 1360px;
    width: 100%;
  }
}
@media screen and (max-width: 899px) {
  .wrap {
    padding: 0 16px;
  }
}

@media screen and (min-width: 900px) {
  .pc-none {
    display: none;
  }
}
@media screen and (max-width: 899px) {
  .sp-none {
    display: none;
  }
}
.campaignMv {
  position: relative;
  width: 100%;
  height: 450px;
  background: url(../img/mv_pc.jpg) center center no-repeat;
  background-size: cover;
}
.campaignMv-ttl {
  position: absolute;
  bottom: 140px;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-family: "Noto Sans JP";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 900px) {
  .campaignMv-ttl {
    font-size: 32px;
  }
}
@media screen and (max-width: 899px) {
  .campaignMv-ttl {
    width: 80%;
    text-align: center;
    font-size: 24px;
  }
}
.campaignMv-ttl-small {
  color: #348bd6;
  font-weight: 700;
  font-size: 16px;
}

.campaignBody {
  margin-top: 45px;
  margin-bottom: 75px;
}
.campaignBody-breadcrumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
@media screen and (min-width: 900px) {
  .campaignBody-breadcrumb-list {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    font-size: 14px;
  }
}
@media screen and (max-width: 899px) {
  .campaignBody-breadcrumb-list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 12px;
  }
}
.campaignBody-breadcrumb-list-item {
  color: #2c2c2c;
  font-weight: 400;
  font-family: "Noto Sans JP";
}
.campaignBody-breadcrumb-list-item.bold {
  color: #348bd6;
  font-weight: 700;
}
.campaignBody-breadcrumb-list-item-link {
  color: #2c2c2c;
}
.campaignBody-ttl {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  font-family: "Noto Sans JP";
}
@media screen and (min-width: 900px) {
  .campaignBody-ttl {
    margin-top: 70px;
  }
}
@media screen and (max-width: 899px) {
  .campaignBody-ttl {
    margin-top: 40px;
  }
}
.campaignBody-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  margin-top: 30px;
  max-width: 840px;
}
@media screen and (min-width: 900px) {
  .campaignBody-contents {
    gap: 56px;
  }
}
@media screen and (max-width: 899px) {
  .campaignBody-contents {
    gap: 8px;
  }
}
.campaignBody-contents-button {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 162px;
  height: 52px;
  background: #f6f7f7;
  color: #2c2c2c;
  font-family: "Noto Sans JP";
}
@media screen and (min-width: 900px) {
  .campaignBody-contents-button {
    font-size: 16px;
  }
}
@media screen and (max-width: 899px) {
  .campaignBody-contents-button {
    font-size: 14px;
  }
}
.campaignBody-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .campaignBody-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    gap: 60px;
  }
}
@media screen and (max-width: 899px) {
  .campaignBody-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    gap: 20px;
  }
}
@media screen and (max-width: 660px) {
  .campaignBody-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
@media screen and (min-width: 900px) {
  .campaignBody-list-item {
    width: calc(34.9% - 61px);
  }
}
@media screen and (max-width: 899px) {
  .campaignBody-list-item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 660px) {
  .campaignBody-list-item {
    width: 100%;
  }
}
.campaignBody-list-item-img {
  width: 100%;
}
.campaignBody-list-item-img img {
  width: 100%;
  height: auto;
}
.campaignBody-list-item-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px;
  padding: 5px 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  font-family: "Noto Sans JP";
  line-height: 1.4em;
}
.campaignBody-list-item-tag.tateuri {
  background: #348bd6;
  opacity: 0.7;
}
.campaignBody-list-item-tag.bunjyou {
  background: #ea8628;
  opacity: 0.7;
}
.campaignBody-list-item-tag.owner {
  background: #2cbb0c;
  opacity: 0.7;
}
.campaignBody-list-item-ttl {
  margin-top: 20px;
  font-weight: 700;
  font-size: 20px;
  font-family: "Noto Sans JP";
}
.campaignBody-list-item-yoyaku {
  margin-top: 20px;
  font-weight: 400;
  font-size: 16px;
  font-family: "Noto Sans JP";
}
.campaignBody-list-item-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}
.campaignBody-list-item-menu-day {
  font-weight: 400;
  font-size: 16px;
  font-family: "Noto Sans JP";
  line-height: 1.6em;
}
.campaignBody-list-item-menu-venue {
  font-weight: 400;
  font-size: 16px;
  font-family: "Noto Sans JP";
  line-height: 1.6em;
}
.campaignBody-list-item-menu-madori {
  font-weight: 400;
  font-size: 16px;
  font-family: "Noto Sans JP";
  line-height: 1.6em;
}
.campaignBody-list-item-pdf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 25px;
  color: #005dfe;
  text-decoration: underline;
  font-size: 14px;
}
.campaignBody-list-item-pdf::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 20px;
  background: url(../img/pdf_icon.png);
  background-size: contain;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.campaignBody-contents-button {
  cursor: pointer;
}