@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
pre {
  display: none;
}

/*  @map MIXIN */
/*  @map 共通 */
*, *:after, *:before {
  box-sizing: border-box;
}

/* support iOS */
html {
  height: -webkit-fill-available;
}

body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

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

h1, h2, h3, h4 {
  margin: 0;
  font-weight: 500;
}

.ac {
  text-align: center !important;
}

.ar {
  text-align: right !important;
}

@media screen and (min-width: 768px) {
  br.sp {
    display: none;
  }
}
p.desc {
  font-size: 14px;
  line-height: 1.66;
  margin: 0;
}
@media screen and (min-width: 768px) {
  p.desc {
    font-size: 16px;
  }
}
h1 + p.desc {
  padding: 0 20px;
  text-align: justify;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  h1 + p.desc {
    text-align: center;
  }
}

p.note {
  padding-left: 1em;
  position: relative;
}
p.note i {
  position: absolute;
  top: 0;
  left: 0;
}

.test-post-disp {
  padding: 20px;
  font-size: 12px;
  border: 1px solid #eee;
  margin: 30px;
  text-align: center;
}
.test-post-disp pre {
  text-align: justify;
}

i {
  font-style: normal;
}

.flx {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.flx-fs {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: flex-start;
  align-items: center;
}

/* @map font */
/*  @map body */
body {
  margin: 0;
  padding: 0;
  color: #222;
  font-family: Meiryo, "メイリオ", "myriad-pro", "Noto Sans JP", sans-serif;
}

/*  @map HEADER */
#header {
  background: #FFDC00;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
#header img {
  height: 44px;
  width: auto;
}
#header .btn {
  display: none;
}
#header.menu {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-direction: row !important;
  padding: 0 10px;
  position: fixed;
}
#header.menu img {
  height: 36px;
}
#header.menu h1 {
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  font-size: 14px;
  color: #077a1e;
}
#header.menu h1:after {
  content: "";
  display: none;
}
#header.menu .btn {
  background: #fff;
  border-radius: 8px;
  height: 40px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border-bottom: none;
  text-decoration: none;
  margin-left: 10px;
}
#header.menu .btn span {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0;
  color: #077a1e;
  font-weight: 600;
}
#header.menu .btn span i {
  margin-right: 4px;
}

/* @map footer */
footer {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #69533f;
  color: #fff;
  font-size: 12px;
  height: 40px;
  padding-right: 40px;
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-top: 50px;
}
footer .scroll-top {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 40px;
  width: 40px;
  background: #077a1e;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  line-height: 1;
}

/*  @map MAIN */
#main {
  display: block;
  padding-top: 60px;
  overflow: scroll;
  position: relative;
  z-index: 1;
  min-height: 100vh;
  padding-bottom: 90px;
}

/*  @map section */
section.state .inner-content {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  section.state .inner-content {
    width: 800px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  section.state#login .inner-content, section.state#signup-confirm .inner-content, section.state#event .inner-content, section.state#event-confirm .inner-content, section.state#mypage-eventlist .inner-content {
    width: 640px;
  }
}

section.state {
  display: none;
  transition: 0ms;
}
body[data-disp-step=test] section.state {
  display: block !important;
}
body[data-disp-step="1"] section.state[data-step="1"] {
  display: block;
  opacity: 1;
}
body[data-disp-step="2"] section.state[data-step="2"] {
  display: block;
  opacity: 1;
}
body[data-disp-step="3"] section.state[data-step="3"] {
  display: block;
  opacity: 1;
}
body[data-disp-step="4"] section.state[data-step="4"] {
  display: block;
  opacity: 1;
}

/*  @map 見出し */
h1 {
  font-size: 24px;
  text-align: center;
  line-height: 1;
  padding: 50px 0 30px 0;
  margin: 0;
  letter-spacing: 0.05em;
}
h1:after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  border-radius: 4px;
  background: #69533f;
  margin: 0 auto;
  margin-top: 20px;
}

h2 {
  font-size: 20px;
  text-align: center;
  margin: 0;
  margin-bottom: 25px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 22px;
  }
}

h3 {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 16px;
  }
}

/* @map 入力フォーム */
::-moz-placeholder {
  color: #999999;
  letter-spacing: 0.05em;
}
::placeholder {
  color: #999999;
  letter-spacing: 0.05em;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  height: 40px;
  border-radius: 4px;
  border: 2px solid #cecece;
  width: 100%;
  font-size: 16px;
  padding: 0 10px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus {
  outline-color: #3ea6ff;
}
.col2 input[type=text],
.col2 input[type=email],
.col2 input[type=tel],
.col2 input[type=password] {
  width: calc((100% - 10px) / 2);
}
input[type=text].zip,
input[type=email].zip,
input[type=tel].zip,
input[type=password].zip {
  width: 50%;
}

select {
  display: inline-block;
  border: none;
  border: 2px solid #cecece;
  color: #222;
  height: 40px;
  border-radius: 4px;
  width: 100%;
  padding: 0 5px;
  font-size: 16px;
  background: #fff;
}
select + i {
  display: inline-block;
  width: 20px;
  text-align: right;
  font-size: 16px;
  color: #999999;
}
select:focus {
  outline-color: #3ea6ff;
}

.sel_wrap {
  width: 80px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .sel_wrap {
    width: 100px;
  }
}
.sel_wrap.y {
  width: calc(100% - 170px);
}
@media screen and (min-width: 768px) {
  .sel_wrap.y {
    width: 200px;
  }
}
.sel_wrap select {
  width: calc(100% - 20px);
}

.input-grp-wrap {
  background: #F8F8F8;
  padding: 30px 0 30px 0;
  border-radius: 12px;
  margin-bottom: 30px;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .input-grp-wrap {
    padding: 30px 0;
  }
}
.input-grp-wrap.mt0 {
  margin-top: 0;
}
.input-grp-wrap.has_header {
  position: relative;
  padding-top: 70px;
}
.input-grp-wrap.has_header h2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #077a1e;
  height: 40px;
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  white-space: nowrap;
  border-radius: 12px 12px 0 0;
}
@media screen and (max-width: 767px) {
  .input-grp-wrap.has_header h2.row_2 {
    height: 50px;
  }
}
.input-grp-wrap.has_header h2 i {
  font-size: 0.8em;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .input-grp-wrap.has_header h2 i {
    font-size: 0.7em;
  }
}
.input-grp-wrap.has_event-row {
  padding-top: 40px;
  padding-bottom: 0;
}
.input-grp-wrap.border {
  background: #fff;
}
.input-grp-wrap.border:before {
  content: "";
  display: block;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  border: 2px solid #077a1e;
  border-radius: 12px;
}

.input-wrap {
  margin-bottom: 20px;
  padding: 0 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .input-wrap {
    padding: 0 5.34vw;
  }
}
@media screen and (min-width: 768px) {
  .input-wrap {
    padding-left: 240px;
    padding-bottom: 30px;
    padding-right: 0;
    margin: 0 50px;
    margin-top: 30px;
    border-bottom: 1px solid #cecece;
  }
  #login-form .input-wrap {
    padding-left: 200px;
  }
}
.input-wrap:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .input-wrap:last-of-type {
    padding-bottom: 0;
    border-bottom: 0;
  }
}
.input-wrap:last-of-type:after {
  display: none;
}
.input-wrap:after {
  content: "";
  width: 100%;
  display: block;
  height: 1px;
  margin-top: 20px;
  background: #cecece;
}
@media screen and (min-width: 768px) {
  .input-wrap:after {
    display: none;
  }
}
#login-form .input-wrap:after {
  content: "";
  display: none;
}
@media screen and (min-width: 768px) {
  #login-form .input-wrap {
    border-bottom: 0;
  }
}
.input-wrap .hd {
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 8px;
  letter-spacing: 0.05em;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .input-wrap .hd {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .input-wrap .hd {
    position: absolute;
    top: 7px;
    left: 0;
    width: 180px;
    margin-bottom: 0;
  }
  .input-wrap .hd.radio-hd {
    top: -2px;
  }
  #login-form .input-wrap .hd {
    width: 160px;
  }
}
.input-wrap .hd span {
  margin-right: auto;
}
.input-wrap .hd i {
  font-style: normal;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .input-wrap .hd i {
    font-size: 12px;
    display: block;
    white-space: nowrap;
    margin-top: 5px;
  }
}
.input-wrap .hd.required::after {
  content: "必 須";
  background: #FD8888;
  color: #fff;
  font-size: 11px;
  width: 40px;
  height: 18px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .input-wrap .hd.required::after {
    width: 50px;
    height: 24px;
    font-size: 12px;
  }
}
.input-wrap .hd.ok span {
  color: #3ea6ff;
}
.input-wrap .hd.ok:after {
  content: "O K";
  color: #fff;
  font-size: 11px;
  width: 40px;
  height: 18px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  line-height: 1;
  background: #3ea6ff;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .input-wrap .hd.ok:after {
    width: 50px;
    height: 24px;
    font-size: 12px;
  }
}
.input-wrap .disp {
  margin-top: 10px;
}
.input-wrap .ex {
  font-size: 12px;
  color: #999999;
  margin-top: 8px;
  line-height: 1;
  letter-spacing: 0.05em;
}
.input-wrap .alert {
  color: #FD8888;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .input-wrap .alert {
    position: absolute;
    top: 40px;
    left: 0;
  }
}
.input-wrap .input ~ .input {
  margin-top: 15px;
}
.input-wrap .input p {
  font-size: 14px;
  margin: 0;
  line-height: 1;
  margin-bottom: 8px;
}
.input-wrap .input.col2 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.input-wrap .input.zip i {
  font-size: 18px;
  margin-right: 5px;
}
.input-wrap .input.zip .cta-btn {
  margin-left: 10px;
}

label {
  line-height: 1;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: flex-start;
  align-items: center;
}
label.hide {
  display: none;
}
label.cen {
  justify-content: center;
}
label input[type=checkbox],
label input[type=radio] {
  display: none;
}
label input[type=checkbox] ~ .fa-square, label input[type=checkbox] ~ .fa-circle,
label input[type=radio] ~ .fa-square,
label input[type=radio] ~ .fa-circle {
  font-size: 20px;
  opacity: 0.2;
  line-height: 1;
}
label input[type=checkbox] ~ .fa-square-check, label input[type=checkbox] ~ .fa-circle-dot,
label input[type=radio] ~ .fa-square-check,
label input[type=radio] ~ .fa-circle-dot {
  font-size: 20px;
  display: none;
  line-height: 1;
  color: #3ea6ff;
}
label input[type=checkbox] ~ span,
label input[type=radio] ~ span {
  margin-left: 6px;
  font-size: 14px;
  color: #999999;
  position: relative;
  top: -8%;
  font-size: 16px;
}
label input[type=checkbox] ~ span i,
label input[type=radio] ~ span i {
  font-size: 0.8em;
}
label input[type=checkbox]:checked ~ span,
label input[type=radio]:checked ~ span {
  font-weight: 500;
  color: #222;
}
label input[type=checkbox]:checked ~ .fa-square, label input[type=checkbox]:checked ~ .fa-circle,
label input[type=radio]:checked ~ .fa-square,
label input[type=radio]:checked ~ .fa-circle {
  display: none;
}
label input[type=checkbox]:checked ~ .fa-square-check, label input[type=checkbox]:checked ~ .fa-circle-dot,
label input[type=radio]:checked ~ .fa-square-check,
label input[type=radio]:checked ~ .fa-circle-dot {
  display: block;
}

/* @map ボタン  */
.cta-btn {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  width: 290px;
  height: 60px;
  background: #fff;
  display: block;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 25px;
  border-radius: 50px;
  cursor: pointer;
  max-width: 73.3vw;
}
@media screen and (min-width: 768px) {
  .cta-btn {
    height: 60px;
    max-width: 360px;
  }
  .cta-btn:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .cta-btn:active {
    transform: scale(0.97);
  }
}
.cta-btn.mid {
  height: 50px;
  width: 70%;
}
@media screen and (min-width: 768px) {
  .cta-btn.mid {
    width: 240px;
  }
}
.cta-btn.mb0 {
  margin-bottom: 0;
}
.cta-btn.white {
  color: #077a1e;
}
.cta-btn.small {
  border: 2px solid #999999;
  height: 36px;
  width: auto;
  margin: 0;
  font-size: 12px;
  padding: 0 12px;
  letter-spacing: 0.05em;
  color: #999999;
}
.cta-btn.back {
  background: #CECECE;
  color: #fff;
}
.cta-btn.green {
  background: #077a1e;
  color: #fff;
}
.cta-btn.green.border {
  background: #fff;
  color: #077a1e;
  border: 2px solid #077a1e;
}
.cta-btn.event-cancel {
  border: 2px solid #999999;
  color: #999999;
}
.cta-btn.event-cancel2 {
  border: 2px solid #999999;
  color: #999999;
}
.cta-btn.event {
  height: 40px;
  width: 120px;
  border: 2px solid #ccc;
  font-size: 14px;
  letter-spacing: 0;
}
.cta-btn.event .selected {
  display: none;
}
.cta-btn.event.join {
  border-color: #077a1e;
  color: #077a1e;
}
.cta-btn.event.waitlist {
  border-color: #cecece;
  font-size: 13px;
}
.cta-btn.event.reserved {
  color: #077a1e;
  border-color: #077a1e;
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5;
}
*[data-selected=selected] .cta-btn.event {
  border-width: 2px;
  border-color: #3ea6ff;
  background: #3ea6ff;
  color: #fff;
}
*[data-selected=selected] .cta-btn.event span {
  display: none;
}
*[data-selected=selected] .cta-btn.event .selected {
  display: block;
  font-size: 14px;
}
*[data-selected=selected] .cta-btn.event span:before {
  margin-right: 0.5em;
}
.cta-btn i.stop {
  display: none;
}
.cta-btn.stop {
  opacity: 0.5;
  cursor: not-allowed;
}
.cta-btn.stop .next {
  display: none;
}
.cta-btn.stop .stop {
  display: inline-block;
}

.btn-grp.flx .back {
  width: calc((100% - 10px) / 3);
  margin: 0;
}
.btn-grp.flx div.next {
  width: calc((100% - 10px) / 3 * 2);
  margin: 0;
}
.btn-grp.flx .event-edit {
  width: calc((100% - 10px) / 2) !important;
  margin: 0;
}
.btn-grp.flx .event-cancel {
  width: calc((100% - 10px) / 2) !important;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .btn-grp.flx {
    justify-content: center !important;
  }
  .btn-grp.flx .cta-btn {
    margin: 0 10px !important;
  }
}

/* @note ログインページ */
#cta-login {
  margin-top: 30px;
  border: none;
  border: 0 !important;
}
@media screen and (max-width: 767px) {
  #cta-login {
    margin-top: 20px;
  }
}

.forgot-pass {
  color: #3ea6ff;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  white-space: nowrap;
  cursor: pointer;
}

.pasword-notify {
  display: none;
  font-size: 14px;
  background: #fff;
  padding: 10px;
  border-radius: 8px;
  margin: 20px 0;
  margin-top: 10px;
  line-height: 1.6;
}
.pasword-notify h4 {
  font-size: 1.1em;
}
@media screen and (min-width: 768px) {
  .pasword-notify {
    font-size: 12px;
  }
}

.keep-login span {
  font-size: 14px !important;
}

.flx-fs {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: flex-start;
}

.flx-fe {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: flex-end;
  flex-wrap: nowrap;
}

.flx-cen {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: center;
}
.flx-cen label {
  margin: 0 20px;
}

@media screen and (min-width: 768px) {
  .pc-flx-fs {
    justify-content: flex-start !important;
  }
  .pc-flx-fs label {
    margin-left: 0;
    margin-right: 40px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .sp-flx-fs {
    justify-content: flex-start !important;
  }
  .sp-flx-fs label {
    margin: 0;
    width: 50%;
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .sp-flx-fs label {
    margin: 0;
    margin-bottom: 10px;
    width: 33%;
  }
}

.flx-inner-list {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  display: inline-flex;
  align-items: flex-start;
}
.flx-inner-list label {
  line-height: 1;
  margin-bottom: 18px;
}
.flx-inner-list label:last-of-type {
  margin-bottom: 0;
}

.wrap-to-signup {
  margin-top: 50px;
}

/* @note 新規会員登録（無料） */
/* @map - ステップ表示 */
.step-wrap {
  background: #F8F8F8;
  padding: 0 20px;
  height: 74px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .step-wrap {
    background: none;
    height: auto;
    padding: 50px 0;
    padding-top: 75px;
  }
}

.step-display {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-wrap: nowrap;
  font-size: 10px;
  width: 100%;
  max-width: 800px;
}
@media screen and (min-width: 768px) {
  .step-display {
    font-size: 14px;
    letter-spacing: 0.1em;
  }
}
.step-display li {
  width: 200%;
  text-align: center;
  color: #999999;
  line-height: 1;
  height: 36px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (min-width: 768px) {
  .step-display li {
    height: 50px;
  }
}
.step-display li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 16px;
  background: #cecece;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .step-display li:before {
    width: 12px;
    height: 12px;
  }
}
.step-display li:after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background: #cecece;
  position: absolute;
  z-index: 1;
  top: 4px;
  right: 50%;
}
@media screen and (min-width: 768px) {
  .step-display li:after {
    height: 2px;
    top: 5px;
  }
}
.step-display li:first-child:after {
  content: "";
  display: none;
}
*[data-step="1"] .step-display .step1 {
  color: #3ea6ff;
}
*[data-step="1"] .step-display .step1:before, *[data-step="1"] .step-display .step1:after {
  background: #3ea6ff;
}
*[data-step="2"] .step-display .step1, *[data-step="2"] .step-display .step2 {
  color: #3ea6ff;
}
*[data-step="2"] .step-display .step1:before, *[data-step="2"] .step-display .step1:after, *[data-step="2"] .step-display .step2:before, *[data-step="2"] .step-display .step2:after {
  background: #3ea6ff;
}
*[data-step="3"] .step-display .step1, *[data-step="3"] .step-display .step2, *[data-step="3"] .step-display .step3 {
  color: #3ea6ff;
}
*[data-step="3"] .step-display .step1:before, *[data-step="3"] .step-display .step1:after, *[data-step="3"] .step-display .step2:before, *[data-step="3"] .step-display .step2:after, *[data-step="3"] .step-display .step3:before, *[data-step="3"] .step-display .step3:after {
  background: #3ea6ff;
}
*[data-step="4"] .step-display .step1, *[data-step="4"] .step-display .step2, *[data-step="4"] .step-display .step3, *[data-step="4"] .step-display .step4 {
  color: #3ea6ff;
}
*[data-step="4"] .step-display .step1:before, *[data-step="4"] .step-display .step1:after, *[data-step="4"] .step-display .step2:before, *[data-step="4"] .step-display .step2:after, *[data-step="4"] .step-display .step3:before, *[data-step="4"] .step-display .step3:after, *[data-step="4"] .step-display .step4:before, *[data-step="4"] .step-display .step4:after {
  background: #3ea6ff;
}

/* @note メンバーの情報 */
.member-wrap {
  margin-bottom: 40px;
  padding-top: 30px;
  border-top: 3px solid #077a1e;
  opacity: 1;
  transition: 500ms;
}
.member-wrap:first-of-type {
  padding-top: 0;
  border-top: none !important;
}
.member-wrap.op0 {
  opacity: 0;
}

.member-add-wrap .mention {
  color: #FD8888;
  text-align: center;
  display: none;
}
.member-add-wrap.full .mention {
  display: block;
}
.member-add-wrap.full .add-member {
  display: none;
}

.cta-btn.add-member {
  margin-bottom: 0;
}

.member-header {
  padding: 0 30px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .member-header {
    padding: 0 5.34vw;
  }
}
.member-header:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  margin-top: 20px;
  background: #077a1e;
}
.member-header h3 {
  color: #077a1e;
  font-size: 20px;
  letter-spacing: 0.05em;
  font-weight: 600;
  margin: 0;
}

/* @note 入力内容の確認 */
dl.confirm {
  margin: 0;
  padding: 0 30px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  dl.confirm {
    padding: 0 5.34vw;
  }
}
dl.confirm dt {
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
  color: #999999;
  letter-spacing: 0;
  padding-top: 0.15em;
  width: 180px;
}
@media screen and (max-width: 767px) {
  dl.confirm dt {
    font-size: 13px;
    min-width: 100px;
  }
}
@media screen and (min-width: 768px) {
  dl.confirm dt {
    width: 300px;
  }
}
dl.confirm dd {
  margin: 0;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
}
dl.confirm dd .small {
  font-size: 0.8em;
  display: inline-block;
  white-space: nowrap;
}
dl.confirm dd p {
  margin: 0;
}

.terms-box {
  border: 1px solid #cccccc;
  padding: 20px;
  background-color: #ffffff;
  height: 250px;
  overflow-y: scroll;
}
.terms-box p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0 0 1em 0;
}
.terms-box p:last-child {
  margin-bottom: 0;
}
.terms-box::-webkit-scrollbar {
  width: 10px;
}
.terms-box::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.terms-box::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}
.terms-box::-webkit-scrollbar-thumb:hover {
  background: rgb(97.75, 97.75, 97.75);
}
@media screen and (max-width: 767px) {
  .terms-box {
    height: 250px;
    overflow-y: scroll;
  }
}

#signup-confirm .cta-btn {
  margin-top: 30px;
  margin-bottom: 0 !important;
}
#signup-confirm .member-header {
  margin-top: 30px;
}
#signup-confirm .member-header:first-child {
  margin-top: 0;
}

/* @note 登録完了 */
#signup-confirm .img {
  background: #eee;
  padding: 40px;
  text-align: center;
}
#signup-confirm .desc + h2 {
  margin-top: 50px;
}

.bnr-grp {
  margin: 30px 0;
}
.bnr-grp .bnr {
  max-width: 400px;
  font-size: 18px;
  display: block;
  padding: 15px;
  border: 2px solid #cecece;
  margin: 10px auto;
  border-radius: 8px;
  text-decoration: none;
  color: #222;
}
@media screen and (max-width: 767px) {
  .bnr-grp .bnr {
    font-size: 16px;
  }
}
.bnr-grp .bnr i {
  margin-right: 10px;
  font-size: 1.3em;
}

/* @note イベント申し込み */
div[class^=event-row] {
  padding: 20px 30px;
  border-bottom: 3px solid #fff;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  div[class^=event-row] {
    padding: 5.34vw;
  }
}
div[class^=event-row]:last-of-type {
  border-bottom: 0;
}
div[class^=event-row] .data-wrap {
  width: calc(100% - 135px);
}
div[class^=event-row] .data-wrap span {
  display: block;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: flex-start;
  align-items: center;
}
div[class^=event-row] .cta-btn {
  margin-bottom: 0;
}

.event-date {
  font-size: 14px;
  color: #077a1e;
  display: block;
}
.event-date i {
  margin-right: 0.5em;
}

.event-ttl {
  font-size: 16px;
  display: block;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .event-ttl {
    font-size: 14px;
  }
}

.price-wrap {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  margin-top: 15px;
  background: #fff;
  border-radius: 8px;
  padding: 15px;
}
.price-wrap .hd {
  font-size: 14px;
  color: #999999;
  margin-right: 10px;
}
.price-wrap .price {
  font-size: 14px;
  font-weight: 500;
}
.price-wrap .price .num {
  font-size: 1.5em;
  font-weight: bold;
}
.price-wrap .price li {
  margin-right: 15px;
  line-height: 1;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.price-wrap .price li i {
  position: relative;
  top: 1px;
}
.price-wrap .price li i.num {
  top: 0;
}
.price-wrap .price li:last-of-type {
  margin-right: 0;
}
.price-wrap .price li.family-price {
  color: #3ea6ff;
}
.price-wrap .price li.family-price span {
  background: #fff;
  letter-spacing: 0.05em;
  height: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  display: inline-flex;
  line-height: 1;
  width: 50px;
  font-size: 12px;
  border: 2px solid #3ea6ff;
  border-radius: 4px;
  margin-right: 6px;
  position: relative;
  top: 2px;
}

.shawari {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 20px;
  background: #fff;
  color: #3ea6ff;
  border: 2px solid #3ea6ff;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1; /* flexでは不要な場合も多い */
  letter-spacing: 0.05em;
  margin-right: 6px;
  position: relative;
  top: 2px;
}

.tukikaiin {
  background: #FFDC00;
  color: #000;
  border-radius: 4px;
  font-size: 11px;
  height: 24px;
  white-space: nowrap;
  margin: 0;
  padding: 15px 15px 15px 15px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  line-height: 1;
  display: inline-flex;
}

.member-select-wrap {
  display: none;
}
@media screen and (min-width: 768px) {
  .member-select-wrap {
    width: 100%;
  }
}
.member-select-wrap .inner {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 8px;
  margin-top: 15px;
  padding: 15px;
}
.member-select-wrap .inner h3 {
  color: #3ea6ff;
  text-align: center;
  border-bottom: 1px solid #F8F8F8;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.member-select-wrap .inner .flx-inner-list span i {
  font-size: 0.9em;
  margin-left: 1em;
}
.member-select-wrap .note {
  font-size: 12px;
  margin: 0;
  margin-top: 10px;
  color: #999999;
}

.disp-total-price {
  font-weight: 500;
  line-height: 1;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 2px solid #077a1e;
  font-size: 20px;
}
.disp-total-price .hd {
  font-size: 20px;
  color: #999999;
}
.disp-total-price .num {
  font-size: 1.5em;
  font-weight: bold;
}

#event-payment-method-window {
  margin-top: 30px;
  background: #F8F8F8;
  border-radius: 12px;
  padding: 20px;
}
#event-payment-method-window + .btn-grp {
  margin-top: 30px !important;
}
@media screen and (max-width: 767px) {
  #event-payment-method-window label {
    flex-wrap: nowrap;
    align-items: flex-start;
    margin: 0;
    margin-bottom: 1.5em;
  }
  #event-payment-method-window label:last-of-type {
    margin-bottom: 0;
  }
  #event-payment-method-window label span i {
    display: block;
    margin-top: 0.5em;
  }
}

.select-wrap {
  background: #fff;
  border: 1px solid #F8F8F8;
  border-radius: 8px;
  margin-top: 0px;
  padding: 15px 30px 20px 30px;
  margin-bottom: 20px;
}
.select-wrap.event-tab {
  background: #F8F8F8;
}
@media screen and (max-width: 767px) {
  .select-wrap {
    padding: 15px 5.34vw 5.34vw;
  }
}
.select-wrap h3 {
  text-align: center;
  border-bottom: 1px solid #cecece;
  padding-bottom: 15px;
  margin-bottom: 25px;
}

.payment-notify {
  color: #666;
  margin-top: 0px;
  font-size: 11px;
}
.payment-notify h4 {
  font-size: 14px;
}
.payment-notify dl {
  margin: 0;
}
.payment-notify dl dt {
  font-weight: bold;
  font-size: 12px;
  margin-top: 1em;
}
.payment-notify dl dd {
  margin-left: 0;
  text-align: justify;
}

/* @note イベント確認画面 */
.event-confirm-row:before {
  content: "";
  display: block;
  border-bottom: 1px dashed #077a1e;
  margin: 30px;
}
.event-confirm-row:first-of-type:before {
  display: none;
}
.event-confirm-row dt {
  width: 100px !important;
}
@media screen and (min-width: 768px) {
  .event-confirm-row dt {
    width: 160px !important;
  }
}
.event-confirm-row ul.confirm-price {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .event-confirm-row ul.confirm-price li {
    white-space: nowrap;
  }
}
@media screen and (min-width: 768px) {
  .event-confirm-row ul.confirm-price {
    justify-content: flex-start;
  }
  .event-confirm-row ul.confirm-price li {
    width: auto;
    margin-right: 20px;
  }
}

.event-confirm-price-row {
  margin-bottom: 30px;
}
.event-confirm-price-row dl {
  margin: 0 30px;
  padding: 15px 0;
  border-top: 1px solid #077a1e;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .event-confirm-price-row dl {
    margin: 0 5.34vw;
  }
}
.event-confirm-price-row dl:last-of-type {
  border-bottom: 1px solid #077a1e;
}
.event-confirm-price-row dd {
  text-align: right;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
}
.event-confirm-price-row dd .num {
  font-size: 20px;
  font-weight: bold;
}
.event-confirm-price-row dd .num + i {
  font-size: 14px;
}

.btn-grp.event .credit {
  display: none;
}
.btn-grp.event[data-method=credit] .complete {
  display: none;
}
.btn-grp.event[data-method=credit] .credit {
  display: flex;
}

.problem {
  border: 1px solid #FD8888 !important;
  outline: none !important;
}
.problem h3:before {
  content: "\f071";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  color: #FD8888 !important;
  margin-right: 0.3em;
}

.input-wrap.problem {
  border: none !important;
}
.input-wrap.problem select {
  border: 1px solid #FD8888 !important;
  outline: none !important;
}

/* @note マイページ */
.wecoime-message {
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .wecoime-message {
    font-size: 14px;
  }
}
.wecoime-message span {
  font-size: 1.1em;
  font-weight: 500;
  margin-right: 0.4em;
}

#btn-edit-userinfo {
  margin: 50px auto;
}

p.noinfo {
  text-align: center !important;
  margin: 0;
  color: #999999;
}
@media screen and (max-width: 767px) {
  p.noinfo {
    font-size: 14px;
  }
}

#mypage-eventlist dl.confirm {
  margin-bottom: 15px;
}
#mypage-eventlist dl.confirm dd {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  #mypage-eventlist dl.confirm dd {
    font-size: 16px;
  }
}
#mypage-eventlist .nyukindt {
  background: #eee;
  border-radius: 4px;
  font-size: 12px;
  height: 24px;
  width: 80px;
  white-space: nowrap;
  margin-left: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  line-height: 1;
  display: inline-flex;
}
@media screen and (max-width: 767px) {
  #mypage-eventlist .nyukindt {
    width: 60px;
    font-size: 10px;
  }
}
#mypage-eventlist .nyukindt.done {
  background: #3ea6ff;
  color: #fff;
}
#mypage-eventlist .nyukindt.undone {
  background: #FD8888;
  color: #fff;
}

.btn-grp.edit {
  margin: 0 30px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .btn-grp.edit {
    margin: 0 5.34vw;
    margin-top: 30px;
  }
}
.btn-grp.edit .mid {
  height: 40px !important;
  font-size: 14px;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .btn-grp.edit {
    margin-top: 30px !important;
  }
  .btn-grp.edit .cta-btn {
    max-width: 160px;
  }
}

.history .member {
  display: none;
}

.input-grp-wrap.member-edit .event-row {
  display: none;
}
.input-grp-wrap.member-edit .event-row[data-selected=selected] {
  display: block;
}
.input-grp-wrap.member-edit .event-row .btn-wrap {
  display: none;
}
.input-grp-wrap.member-edit .data-wrap {
  width: 100%;
}
.input-grp-wrap.member-edit .member-select-wrap {
  display: block;
}
.input-grp-wrap.member-edit .cta-btn {
  margin-top: 20px;
}

/* @note エラー表示 バリデーション */
.input-wrap .err {
  font-size: 11px;
  color: #FD8888;
  line-height: 1.5;
  margin-top: 0.5em;
  white-space: nowrap;
  text-align: justify;
  position: relative;
  padding-left: 1.5em;
  display: none;
}
.input-wrap .err:before {
  content: "\f071";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  margin-right: 0.3em;
  font-size: 1.2em;
  position: absolute;
  top: 0;
  left: 0;
}/*# sourceMappingURL=style.css.map */