@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Material+Icons&display=swap");
.campaign-section {
  margin: 0rem;
  padding: 0rem;
}

.campaign-mv {
  position: relative;
  height: min(100vh, 800px);
  overflow: hidden;
  clip-path: inset(0rem);
}
.campaign-mv > .bg {
  display: block;
  position: fixed;
  top: 0rem;
  right: 0rem;
  bottom: 0rem;
  left: 0rem;
  inset: 0rem;
  height: 100vh;
  width: 100vw;
  background-color: var(--color-m, #323125);
}
.campaign-mv > .bg > .image, .campaign-mv > .bg > .image > img {
  display: block;
  position: absolute;
  top: 0rem;
  right: 0rem;
  bottom: 0rem;
  left: 0rem;
  inset: 0rem;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  opacity: 0.8;
}
.campaign-mv > .texts {
  display: block;
  position: absolute;
  top: 0rem;
  right: 0rem;
  bottom: 0rem;
  left: 0rem;
  inset: 0rem;
  align-content: center;
}
.campaign-mv > .texts > .title {
  padding: 1.5em 0.5em;
  margin-bottom: 2em;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-width: 0.0625rem;
  border-bottom-width: 0.0625rem;
  border-top-color: var(--color-i, #ffffff);
  border-bottom-color: var(--color-i, #ffffff);
  background-color: hsla(0, 0%, 0%, 0.5);
  text-align: center;
  font-size: min(4.5vw, 2rem);
  font-family: YuMincho, "Yu Mincho", "Noto Serif JP", serif;
  color: var(--color-i, #ffffff);
}
.campaign-mv > .texts > .title > .label {
  display: block;
  padding: 0.5em 1.5em;
  width: fit-content;
  margin: 0rem auto 0.5em;
  border-style: solid;
  border-width: 0.0625rem;
  border-radius: 1em;
  background-color: var(--color-a, #0c386a);
  font-size: 0.75em;
  line-height: 1em;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W1", "Hiragino Kaku Gothic ProN W1", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  box-shadow: 0 4px 9px hsla(0, 0%, 0%, 0.2);
}
.campaign-mv > .texts > .title > .strong {
  display: block;
  font-size: 2em;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  word-break: keep-all;
  text-shadow: 0 0 0.5rem black;
}
.campaign-mv > .texts > .lead {
  width: 100%;
  padding: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  font-size: min(2.8vw, 1.2rem);
  font-family: YuMincho, "Yu Mincho", "Noto Serif JP", serif;
  color: var(--color-i, #ffffff);
}
.campaign-mv > .texts > .lead > .sphere {
  display: block;
  position: relative;
  -webkit-box-flex: 0;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 12em;
  height: 12em;
  align-content: center;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 1;
  border-style: solid;
  border-width: 0.0625rem;
  border-color: var(--color-i, #ffffff);
  border-radius: 50%;
  background-color: var(--color-a, #0c386a);
  background-size: 100% 100%;
  background-position: center;
  text-align: center;
  font-family: YuMincho, "Yu Mincho", "Noto Serif JP", serif;
  background-image: radial-gradient(ellipse at top left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2666666667) 60%, rgba(255, 255, 255, 0.1333333333) 60%, rgba(255, 255, 255, 0));
}
.campaign-mv > .texts > .lead > .sphere > .label {
  display: block;
  padding-bottom: 0.1em;
  border-bottom-style: solid;
  border-bottom-width: 0.0625rem;
  border-bottom-color: rgba(255, 255, 255, 0.5333333333);
}
.campaign-mv > .texts > .lead > .sphere > .strong {
  font-size: 3em;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  font-family: "futura", sans-serif;
  font-weight: 900;
}
.campaign-mv > .texts > .lead > .sphere > .em {
  font-size: 1.75em;
  line-height: 1.25em;
  letter-spacing: 0.05em;
  font-family: "futura", sans-serif;
  font-weight: 900;
}
.campaign-mv > .texts > .lead > .sphere > .term {
  display: block;
  padding-top: 0.25em;
  margin-top: 0.5em;
  font-size: 0.75em;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W1", "Hiragino Kaku Gothic ProN W1", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
  font-weight: 700;
}
.campaign-mv > .texts > .lead > .sphere > .term > .strong {
  font-size: 1.5em;
  font-weight: 700;
}
.campaign-mv > .texts > .lead > .detail {
  -webkit-box-flex: 0;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  padding: 1em;
  padding-left: 6em;
  margin-left: -5em;
  border-style: solid;
  border-width: 0.0625rem;
  border-color: rgba(255, 255, 255, 0.6666666667);
  background-color: hsla(0, 0%, 0%, 0.5);
  text-align: left;
  font-size: 0.9em;
  line-height: 2em;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W1", "Hiragino Kaku Gothic ProN W1", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
  word-break: keep-all;
}
.campaign-mv > .texts > .lead > .detail > .heading {
  display: block;
  width: fit-content;
  padding: 0.5em 1.5em;
  margin: 1em 0rem 0.5em;
  border-style: solid;
  border-width: 0.0625rem;
  border-radius: 1em;
  font-size: 1em;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W1", "Hiragino Kaku Gothic ProN W1", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
  font-weight: 700;
}
.campaign-mv > .texts > .lead > .detail > .heading::first-child {
  margin-top: 0rem;
}
.campaign-mv > .texts > .lead > .detail > .dl {
  margin: 0rem;
  display: -webkit-grid;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  grid-gap: 0rem 0.5em;
}
.campaign-mv > .texts > .lead > .detail > .dl > .dt, .campaign-mv > .texts > .lead > .detail > .dl > .dd {
  margin: 0rem;
  padding: 0rem;
  font-weight: 400;
}
.campaign-mv > .texts > .lead > .detail > .dl > .dt::after {
  content: "：";
  float: right;
}
.campaign-mv > .texts > .lead > .detail > .caption {
  display: block;
  font-size: 0.75em;
}

.campaign-message {
  position: relative;
  margin: 2em auto;
  max-width: 60rem;
  width: 90%;
  padding: 2em;
  background-color: var(--color-s, #f0e8d1);
  text-align: center;
  font-size: min(3.5vw, 1.25rem);
  line-height: 2em;
  font-family: YuMincho, "Yu Mincho", "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  word-break: keep-all;
  color: var(--color-t, #222222);
}
.campaign-message::before {
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  bottom: 0.5em;
  left: 0.5em;
  inset: 0.5em;
  border-style: solid;
  border-width: 0.0625rem;
  border-color: var(--color-t, #222222);
  content: "";
}

.campaign-detail {
  position: relative;
  margin: 0rem auto;
  padding: 4em 1em;
  width: 100%;
  overflow: hidden;
  background-color: var(--color-s, #f0e8d1);
  text-align: left;
  font-size: min(4.25vw, 1.5rem);
  line-height: 2em;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W1", "Hiragino Kaku Gothic ProN W1", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
  word-break: keep-all;
  clip-path: inset(0rem);
}
.campaign-detail::before {
  display: block;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0rem;
  right: 0rem;
  bottom: 0rem;
  left: 0rem;
  inset: 0rem;
  background-image: url("../image/campaign_image.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  mix-blend-mode: overlay;
}
.campaign-detail > .title {
  position: relative;
  margin: 1.5em auto 0.5em;
  z-index: 1;
  text-align: center;
  font-size: 1.5em;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: var(--color-a, #0c386a);
}
.campaign-detail > .title:first-child {
  margin-top: 0rem;
}
.campaign-detail > .body {
  position: relative;
  max-width: 60rem;
  width: auto;
  padding: 3em 2em;
  margin: auto;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.8666666667);
  border-style: solid;
  border-width: 0.0625rem;
  border-color: var(--color-i, #ffffff);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 1.25rem;
}
.campaign-detail > .body::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0rem;
  right: 0rem;
  bottom: 0rem;
  left: 0rem;
  inset: 0rem;
  z-index: 2;
  border-style: solid;
  border-width: 0.0625rem;
  border-color: var(--color-a, #0c386a);
  transform: -webkit- rotateZ(1deg);
  transform: rotateZ(1deg);
}
@media (min-width:768px) {
  .campaign-detail > .body {
    padding: 3em 2em;
  }
}
.campaign-detail > .body > .texts {
  -webkit-box-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 18.75rem;
}
.campaign-detail > .body > .texts > .term, .campaign-detail > .body > .texts > .target, .campaign-detail > .body > .texts > .strong {
  font-size: 1.1em;
  font-weight: 700;
  color: var(--color-a, #0c386a);
}
.campaign-detail > .body > .texts > .price {
  font-size: 1.5em;
  font-family: "futura", sans-serif;
  font-weight: 700;
  color: var(--color-a, #0c386a);
}
.campaign-detail > .body > .texts > .caption {
  display: block;
  font-size: 0.75em;
}
.campaign-detail > .body > .images {
  -webkit-box-flex: 0;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 12.5rem;
}
.campaign-detail > .body > .images > .img {
  display: block;
  max-width: 12.5rem;
  width: 100%;
  height: auto;
  margin: auto;
}

.campaign-flow {
  position: relative;
  margin: 2em auto;
  padding: 0rem;
  max-width: 60rem;
  width: 90%;
  border-style: solid;
  border-width: 0.125rem;
  border-color: var(--color-m, #323125);
  text-align: justify;
  font-size: min(3.5vw, 1.25rem);
  line-height: 2em;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W1", "Hiragino Kaku Gothic ProN W1", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
}
.campaign-flow > .title {
  margin: 0rem;
  padding: 0.5em;
  background-color: var(--color-m, #323125);
  text-align: center;
  font-size: 1.1em;
  letter-spacing: 0.2em;
  color: var(--color-i, #ffffff);
}
.campaign-flow > .body {
  max-width: fit-content;
  width: auto;
  padding: 1em;
  margin: auto;
}
.campaign-flow > .body > .lead {
  font-size: 1em;
}
.campaign-flow > .body > .dl {
  display: -webkit-grid;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  grid-gap: 1em;
}
.campaign-flow > .body > .dl > .dt {
  font-size: 2em;
  color: #800;
  font-family: "futura", sans-serif;
  font-weight: 700;
}
.campaign-flow > .body > .dl > .dd > .button {
  width: fit-content;
  padding: 0.5em 1em;
  margin: 1em auto;
  display: -webkit-grid;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  align-items: center;
  grid-gap: 0.5em;
  border-radius: 0.25rem;
  background-color: var(--color-m, #323125);
  text-align: center;
  font-size: 1.1em;
  letter-spacing: 0.1em;
  text-decoration: none;
  font-weight: 500;
  color: var(--color-i, #ffffff);
}
.campaign-flow > .body > .dl > .dd > .button::before {
  content: "mail";
  font-family: "Material Icons";
}
.campaign-flow > .body > .dl > .dd > .contact {
  margin: 1em auto;
  text-align: center;
  font-weight: 500;
}
.campaign-flow > .body > .dl > .dd > .contact > .tel {
  display: inline-block;
  font-size: min(8vw, 3rem);
  font-family: "futura", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  color: var(--color-m, #323125);
}
.campaign-flow > .body > .dl > .dd > .caption {
  display: block;
  font-size: 0.8em;
}

.campaign-map {
  width: 100%;
  height: 31.25rem;
}
.campaign-map > .map {
  display: block;
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=campaign.css.map */