@charset "UTF-8";
/* 機能とパーツごとに分けたscssファイルをcssファイルにコンパイル */
/* function
------------------------------------------------ */
/* setting
------------------------------------------------ */
/* スマホ：~519px
　 タブレット：520px~959px
　 パソコン：960px~ */
html {
  /* ルートのフォントサイズを10pxに設定 */
  font-size: 62.5%;
}

body {
  /* 本文: mobile 12px → PC 14px（バランス維持型） */
  font-size: clamp(1.4rem, 1.4rem + 0vw, 1.4rem);
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #fff;
  background-color: #000;
  text-align: justify;
  letter-spacing: 1.5px;
  line-height: 2.67;
  /* 字詰めはデザインで使用されていないため無効
  font-feature-settings: "palt"; */
}

/* foundation
------------------------------------------------ */
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
  color: inherit;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

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

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  color: inherit;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

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

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

html {
  overflow-x: hidden;
}

body {
  background-size: 100% auto;
  background-repeat: repeat;
}
@media screen and (max-width: 959px) {
  body {
    background-size: cover;
  }
}
body {
  /* 印刷禁止 */
}

a {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  color: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
}

button:hover {
  opacity: 0.8;
}

img {
  font-size: 0;
  vertical-align: bottom;
  max-width: 100%;
  /* PCの右クリック禁止 */
  /* SPの長押し禁止 */
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.br-pc {
  display: block;
}
@media screen and (max-width: 959px) {
  .br-pc {
    display: none;
  }
}

.br-tab {
  display: none;
}
@media screen and (max-width: 959px) {
  .br-tab {
    display: block;
  }
}

.br-sp {
  display: none;
}
@media screen and (max-width: 519px) {
  .br-sp {
    display: block;
  }
}

.nonbr-tab {
  display: block;
}
@media screen and (max-width: 959px) {
  .nonbr-tab {
    display: none;
  }
}

.nonbr-sp {
  display: block;
}
@media screen and (max-width: 519px) {
  .nonbr-sp {
    display: none;
  }
}

.link-disable {
  pointer-events: none;
  background-color: #aaa !important;
}

@media screen and (max-width: 519px) {
  .sptop {
    overflow: hidden;
  }
}

.space-sp {
  display: none;
}
@media screen and (max-width: 519px) {
  .space-sp {
    display: inline-block;
  }
}

.anchor {
  margin-top: -10rem;
  padding-top: 10rem;
}
@media screen and (max-width: 519px) {
  .anchor {
    margin-top: -2rem;
    padding-top: 2rem;
  }
}

/* layout
------------------------------------------------ */
.l-inner {
  margin: 0 auto;
  max-width: 100rem;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1040px) {
  .l-inner {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 519px) {
  .l-inner {
    padding: 0 1.5rem;
  }
}

/* component
------------------------------------------------ */
/* ヘッダー。各要素は画面固定（l-header側でpointer-events: noneのため、
   操作対象には pointer-events: auto を戻す） */
.c-header__logo {
  display: block;
  margin: clamp(8rem, 8rem + 0vw, 8rem) auto 0;
  width: clamp(34.4rem, 13.28rem + 48vw, 44rem);
}

.c-footer {
  margin-top: clamp(3.2rem, 3.2rem + 0vw, 3.2rem);
  padding: 0 0 clamp(4rem, 4rem + 0vw, 4rem);
  text-align: center;
}

.c-footer__logo {
  width: clamp(4.3rem, -5.6rem + 22.5vw, 8.8rem);
}

.c-footer__copyright {
  font-family: "Manrope", sans-serif;
  font-size: clamp(1rem, 1rem + 0vw, 1rem);
  font-weight: 400;
  line-height: 4.2rem;
}

/* project
------------------------------------------------ */
.p-main {
  text-align: center;
}

.p-main__party {
  margin-top: clamp(2.4rem, 2.4rem + 0vw, 2.4rem);
  line-height: 2.7;
}
@media screen and (max-width: 519px) {
  .p-main__party {
    line-height: 2;
  }
}

.p-main__form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: clamp(7rem, 4.8rem + 5vw, 8rem) auto 0;
  max-width: clamp(34.4rem, 25.38rem + 20.5vw, 38.5rem);
}
.p-main__form input[type=text],
.p-main__form input[type=email] {
  width: 70%;
  max-width: 100%;
  padding: 0.1rem 0.5rem;
  background-color: #fff;
  border: 1px solid #ddd;
}
@media screen and (max-width: 519px) {
  .p-main__form input[type=text],
  .p-main__form input[type=email] {
    width: 68.3%;
  }
}
.p-main__form input[type=text]:focus,
.p-main__form input[type=email]:focus {
  outline: none;
}
.p-main__form input[type=button],
.p-main__form input[type=submit] {
  width: 30%;
  padding: 0.1rem 0.5rem;
  border: 1px solid #ddd;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: clamp(1.324rem, 1.324rem + 0vw, 1.324rem);
}
@media screen and (max-width: 519px) {
  .p-main__form input[type=button],
  .p-main__form input[type=submit] {
    width: 31.7%;
  }
}

.p-main__sign {
  margin-top: clamp(2.4rem, 2.4rem + 0vw, 2.4rem);
  font-size: clamp(1rem, 1rem + 0vw, 1rem);
  line-height: 1;
  font-style: italic;
  line-height: 2;
}
.p-main__sign a {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
  cursor: inherit;
}

.p-main__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(4rem, 4rem + 0vw, 4rem);
  margin-top: clamp(13.4rem, 13.4rem + 0vw, 13.4rem);
}
.p-main__sns img {
  width: clamp(3.5rem, 3.5rem + 0vw, 3.5rem);
  height: auto;
}
.p-main__sns .logo {
  width: clamp(5.363rem, 5.363rem + 0vw, 5.363rem);
}

.p-main__contact {
  margin-top: clamp(4.8rem, 4.8rem + 0vw, 4.8rem);
  font-size: clamp(1.2rem, 0.98rem + 0.5vw, 1.3rem);
  line-height: 2.7;
}
@media screen and (max-width: 519px) {
  .p-main__contact {
    line-height: 2;
  }
}
.p-main__contact a {
  color: inherit;
  text-decoration: none;
}

/* utility
------------------------------------------------ */
/* external
------------------------------------------------ *//*# sourceMappingURL=style.css.map */