@charset "UTF-8";
/* #605b56 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
l,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6,
table,
input,
textarea,
select,
option,
button {
  font-size: 100%; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
main {
  display: block; }

input,
textarea {
  margin: 0;
  padding: 0; }

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

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption,
th {
  text-align: left; }

:focus {
  outline: 0; }

img,
a img {
  border: none; }

a {
  outline: 0;
  cursor: pointer;
  text-decoration: none; }

body {
  line-height: 2;
  position: relative;
  min-height: 100%;
  color: #000;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial", sans-serif;
  backface-visibility: hidden; }
  @media only screen and (max-width: 47.9375em) {
    body {
      font-size: 14px;
      font-size: 0.875rem; } }

h1 {
  font-feature-settings: "palt";
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial", sans-serif; }

h2 {
  font-feature-settings: "palt";
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial", sans-serif; }

h3 {
  font-feature-settings: "palt";
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial", sans-serif; }

fieldset {
  border: none; }

label {
  position: relative; }

.l-row {
  padding: 0 6%;
  box-sizing: border-box;
  margin-top: 32px; }
  @media only screen and (min-width: 48em) {
    .l-row {
      margin-top: 45px; } }
  .l-row.-logo {
    height: 60px; }
    @media only screen and (min-width: 48em) {
      .l-row.-logo {
        margin-top: 30px; } }
  .l-row.-top {
    margin: 0;
    padding: 0;
    position: relative; }
  .l-row.-form {
    padding-bottom: 73px; }
    @media only screen and (min-width: 48em) {
      .l-row.-form {
        margin-top: 70px; } }
  .l-row.-confirm {
    margin: 0; }
  .l-row.-nav {
    padding-bottom: 73px; }
  @media only screen and (min-width: 48em) {
    .l-row.-desc {
      margin-top: 85px; } }

.l-row__inner {
  max-width: 800px;
  margin: 0 auto; }
  .l-row__inner.-top {
    max-height: 822px;
    min-height: 322px;
    height: 100vw;
    position: relative;
    max-width: none; }
    @media only screen and (min-width: 48em) {
      .l-row__inner.-top {
        height: 59vw; } }
    @media only screen and (min-width: 60em) {
      .l-row__inner.-top {
        height: 63vw;
        max-height: 80vh; } }

.l-row__bg {
  max-width: none;
  background-image: url(/event/meetup-vol2/img/img_main.jpg);
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -10; }

.p-block {
  margin-top: 40px; }
  .p-block:first-child {
    margin-top: 0; }
  @media only screen and (min-width: 48em) {
    .p-block {
      margin-top: 70px; } }

.p-block__head {
  font-size: 16px;
  font-size: 1rem; }
  @media only screen and (min-width: 48em) {
    .p-block__head {
      font-size: 24px;
      font-size: 1.5rem; } }

@media only screen and (min-width: 48em) {
  .p-block__body {
    margin-top: 21px; } }

.p-textbox {
  height: 100%; }

.p-textbox__inner {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.p-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  transform: translateY(-93px); }
  @media only screen and (min-width: 48em) {
    .p-title {
      transform: translateY(-80px); } }
  @media only screen and (min-width: 60em) {
    .p-title {
      transform: translateY(-50px); } }

.p-title__main {
  font-family: voltage, sans-serif;
  font-size: 11vw; }
  @media only screen and (min-width: 60em) {
    .p-title__main {
      font-size: 80px; } }

.p-title__sub {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial", sans-serif;
  font-size: 3.5vw; }
  @media only screen and (min-width: 60em) {
    .p-title__sub {
      font-size: 22px; } }

.p-banner {
  background: rgba(58, 49, 45, 0.8);
  padding: 16px 6%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0; }
  @media only screen and (min-width: 60em) {
    .p-banner {
      padding: 0; } }

.p-banner__inner {
  max-width: 800px;
  width: 100%;
  min-height: 120px;
  margin: 0 auto; }
  @media only screen and (min-width: 60em) {
    .p-banner__inner {
      display: flex;
      align-items: center; }
      .ua-ie .p-banner__inner {
        height: 120px; } }

.p-banner__text {
  flex: 1 1 auto;
  height: 100%;
  color: #fff; }
  @media only screen and (min-width: 60em) {
    .p-banner__text {
      margin-right: 50px; }
      .ua-ie .p-banner__text {
        display: flex;
        flex-direction: column;
        justify-content: center; } }

.p-banner__button {
  margin-top: 24px; }
  @media only screen and (min-width: 60em) {
    .p-banner__button {
      margin-top: 0;
      flex: 0 0 200px; } }

.p-banner__date {
  font-weight: 700;
  font-size: 4vw; }
  @media only screen and (min-width: 600px) {
    .p-banner__date {
      font-size: 24px; } }

.p-banner__info {
  font-size: 3.5vw;
  line-height: 1.5;
  margin-top: 8px; }
  @media only screen and (min-width: 571px) {
    .p-banner__info {
      font-size: 20px; } }
  @media only screen and (min-width: 48em) {
    .p-banner__info {
      display: flex;
      font-size: 16px;
      margin-top: 0; } }

@media only screen and (min-width: 48em) {
  .p-banner__info-el:not(:last-of-type)::after {
    content: "／"; } }

.p-anchor {
  display: flex;
  flex-direction: column;
  background: linear-gradient(to bottom, #ffe601 0%, #fde201 23%, #de9503 100%);
  border-radius: 4px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial", sans-serif;
  font-weight: bold;
  color: #000; }

.p-anchor__inner {
  flex: 1 1 60px;
  display: flex;
  align-items: center;
  justify-content: center; }

.ua-ie .p-anchor__text {
  position: relative;
  top: 4px; }

.p-anchor__text::after {
  content: url(/event/meetup-vol2/img/icon_arrow_down.svg);
  display: inline-block;
  margin-left: 7px;
  transition: all 0.2s ease-in-out; }
  .p-anchor:hover .p-anchor__text::after {
    transform: translateY(4px); }

.p-form-banner {
  background: #615a56;
  color: #fff;
  font-weight: bold;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial", sans-serif;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px; }
  @media only screen and (min-width: 48em) {
    .p-form-banner {
      font-size: 18px;
      font-size: 1.125rem; } }
  .ua-ie .p-form-banner {
    padding: 10px 16px 0;
    height: 40px;
    box-sizing: border-box; }

.p-detail__row {
  display: flex;
  margin-top: 8px; }
  .p-detail__row:first-child {
    margin-top: 0; }
  @media only screen and (min-width: 48em) {
    .p-detail__row {
      margin-top: 18px; } }

.p-detail__head {
  flex: 0 0 2.5rem;
  box-sizing: border-box; }
  @media only screen and (min-width: 48em) {
    .p-detail__head {
      flex: 0 0 105px;
      padding-right: 1rem; } }

.p-schedule__row {
  display: flex;
  margin-top: 8px; }
  .p-schedule__row:first-child {
    margin-top: 0; }
  @media only screen and (min-width: 48em) {
    .p-schedule__row {
      margin-top: 10px; } }

.p-schedule__time {
  flex: 0 0 2rem;
  margin-right: 1rem; }
  @media only screen and (min-width: 48em) {
    .p-schedule__time {
      flex: 0 0 40px;
      margin-right: 26px; } }

.p-form {
  margin-top: 16px; }
  @media only screen and (min-width: 48em) {
    .p-form {
      margin-top: 40px; } }

.p-form-row {
  margin-top: 32px; }
  .p-form-row:first-child {
    margin-top: 0; }
  @media only screen and (min-width: 48em) {
    .p-form-row {
      margin-top: 40px; } }

@media only screen and (min-width: 48em) {
  .p-form-row__inner {
    display: flex; } }

@media only screen and (min-width: 48em) {
  .p-form-row__head {
    flex: 0 0 160px; } }

@media only screen and (min-width: 48em) {
  .p-form-row__body {
    flex: 1 1 auto;
    margin-left: 37px;
    padding-left: 53px; } }

.p-form-row__heading {
  font-weight: bold;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial", sans-serif; }

.p-form-row__input {
  margin-top: 10px; }
  .p-form-row__input:first-child {
    margin-top: 0; }

.p-confirm__head {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial", sans-serif;
  font-weight: 700; }

.p-confirm__body {
  margin-top: 33px; }

@media only screen and (min-width: 48em) {
  .p-confirm__row {
    display: flex; } }

.p-confirm__row:not(:first-child) {
  margin-top: 20px; }

.p-confirm__row-head {
  flex: 0 0 144px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial", sans-serif;
  font-weight: 700; }

.p-confirm__row-body {
  flex: 1 1 auto; }
  @media only screen and (min-width: 48em) {
    .p-confirm__row-body {
      margin-left: 37px; } }

.p-nav-buttons {
  display: flex; }
  @media only screen and (max-width: 47.9375em) {
    .p-nav-buttons {
      flex-direction: column;
      align-items: center; } }
  @media only screen and (min-width: 48em) {
    .p-nav-buttons {
      margin-left: 181px; } }

.p-notice {
  margin-top: 16px; }
  .p-notice:first-child {
    margin-top: 0; }
  @media only screen and (min-width: 48em) {
    .p-notice {
      margin-top: 31px; } }

.p-notice__el {
  display: flex; }
  .p-notice__el::before {
    content: "※";
    display: block;
    margin-right: 0.5rem; }

.c-leading-label {
  font-weight: bold;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial", sans-serif;
  display: none;
  width: 40px; }
  @media only screen and (min-width: 48em) {
    .c-leading-label {
      width: 36px;
      margin-right: 0.8rem;
      display: inline-block; } }

.c-sentence {
  margin-top: 16px; }
  .c-sentence:first-child {
    margin-top: 0; }
  @media only screen and (min-width: 48em) {
    .c-sentence {
      margin-top: 31px; } }
  .c-sentence.-complete {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial", sans-serif; }

.c-list {
  counter-reset: a; }
  .c-list li {
    counter-increment: a; }
    .c-list li::before {
      content: counter(a) ".";
      margin-right: 1rem; }

.c-input {
  width: 100%;
  -webkit-appearance: none; }
  @media only screen and (min-width: 48em) {
    .c-input {
      width: 400px; } }
  @media only screen and (min-width: 48em) {
    .c-input.-name {
      width: 240px; } }
  .c-input.-age {
    width: auto; }
    @media only screen and (min-width: 48em) {
      .c-input.-age {
        width: 80px; } }

.c-img img {
  display: block; }

.c-img.-full img {
  width: 100%; }

.c-button.-confirm {
  color: #000;
  width: 220px;
  display: flex;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
  height: 50px;
  background: linear-gradient(to bottom, #ffe601 0%, #fde201 23%, #de9503 100%);
  font-weight: 700;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial", sans-serif;
  margin: 0 auto; }
  .ua-ie .c-button.-confirm .c-button__text {
    position: relative;
    top: 4px; }
  .c-button.-confirm .c-button__text::after {
    content: url(/event/meetup-vol2/img/icon_arrow_right_black.svg);
    display: inline-block;
    margin-left: 6px;
    transition: all 0.2s ease-in-out; }
  @media only screen and (min-width: 48em) {
    .c-button.-confirm {
      width: 320px;
      margin: 0; }
      .c-button.-confirm:hover .c-button__text::after {
        transform: translateX(4px); } }

.c-button-nav {
  width: 240px;
  color: #fff;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial", sans-serif;
  font-weight: 700;
  cursor: pointer; }
  @media only screen and (max-width: 47.9375em) {
    .c-button-nav:not(:first-child) {
      margin-top: 20px; } }
  @media only screen and (min-width: 48em) {
    .c-button-nav:not(:first-child) {
      margin-left: 20px; } }
  .c-button-nav.-back {
    background: #666; }
    .c-button-nav.-back:hover .c-button-nav__text::before {
      transform: translateX(-4px); }
    .c-button-nav.-back .c-button-nav__text::before {
      content: url(/event/meetup-vol2/img/icon_arrow_left_white.svg);
      margin-right: 10px;
      transition: all 0.2s ease-in-out;
      display: inline-block; }
  .c-button-nav.-submit {
    background: #0070c5; }
    .c-button-nav.-submit:hover .c-button-nav__text::after {
      transform: translateX(4px); }
    .c-button-nav.-submit .c-button-nav__text::after {
      content: url(/event/meetup-vol2/img/icon_arrow_right_white.svg);
      margin-left: 10px;
      transition: all 0.2s ease-in-out;
      display: inline-block; }

.ua-ie .c-button-nav__text {
  position: relative;
  top: 4px; }

.c-form-error-message {
  display: block;
  margin-left: 0;
  line-height: 2;
  color: #ff0000; }

input[type="text"],
input[type="number"],
input[type="email"] {
  height: 40px;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 5px 10px;
  box-sizing: border-box;
  box-shadow: none; }
  @media only screen and (max-width: 47.9375em) {
    input[type="text"],
    input[type="number"],
    input[type="email"] {
      font-size: 16px; } }
  input[type="text"]::placeholder,
  input[type="number"]::placeholder,
  input[type="email"]::placeholder {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial", sans-serif;
    font-weight: 700; }

input[type="radio"] {
  display: none; }
  input[type="radio"] + label {
    padding: 0 0 0 30px;
    cursor: pointer; }
    input[type="radio"] + label::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 18px;
      height: 18px;
      border: 1px solid #ccc;
      border-radius: 50%;
      background: #fff; }
    input[type="radio"] + label::after {
      content: "";
      width: 10px;
      height: 10px;
      background: #000;
      position: absolute;
      top: 5px;
      left: 5px;
      border-radius: 50%;
      transition: all 0.2s ease; }
  input[type="radio"]:not(:checked) + label::after {
    opacity: 0;
    transform: scale(0); }
  input[type="radio"]:checked + label::after {
    transform: scale(1);
    opacity: 1; }

input[type="checkbox"] {
  display: none; }
  input[type="checkbox"] + label {
    padding: 0 0 0 30px;
    cursor: pointer; }
    input[type="checkbox"] + label::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 18px;
      height: 18px;
      border: 1px solid #ccc;
      background: #fff; }
    input[type="checkbox"] + label::after {
      content: "";
      width: 10px;
      height: 10px;
      background: #000;
      position: absolute;
      top: 5px;
      left: 5px;
      transition: all 0.2s ease; }
  input[type="checkbox"]:not(:checked) + label::after {
    opacity: 0;
    transform: scale(0); }
  input[type="checkbox"]:checked + label::after {
    transform: scale(1);
    opacity: 1; }
