#wholewrapper {
  padding-top: 0;
}
.header {
  position: relative;
}
.header.sp_open, .header.mypage_open {
  position: fixed;
}
@media screen and (min-width: 961px) {
  .header h1 {
    position: absolute;
  }
}
#main .introduction {
  width: 100%;
  max-width: 860px;
  padding: 48px;
  margin: 0 auto;
  background-color: #F9F9F9;
}
@media screen and (max-width: 600px) {
  #main .introduction {
    padding: 48px 16px;
  }
}
#main .introduction p {
  margin: 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.448;
  letter-spacing: 0;
  text-align: center;
}
#main .introduction p em {
  color: #FC0255;
  font-style: normal;
  font-weight: 700;
}
#main .introduction p strong {
  display: inline-block;
  margin-top: 7px;
  font-size: 16px;
  font-weight: 500;
}
#main .introduction p strong > strong {
  margin-top: 0;
  font-weight: 700;
}
#main .introduction p + p {
  margin-top: 18px;
}
#main .button_wrap {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  width: fit-content;
  gap: 24px;
  margin: 48px auto 0;
}
@media screen and (max-width: 600px) {
  #main .button_wrap {
    grid-auto-flow: row;
    gap: 16px;
  }
}
#main .button_wrap .next_button {
  display: block;
  width: auto;
  height: auto;
  padding-bottom: 3px;
  border: none;
  border-radius: 40px;
  background-color: #fff;
  color: #000;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.448;
  letter-spacing: 0;
  transition: background-color 0.2s;
  cursor: pointer;
  position: relative;
  z-index: 0;
  min-height: 74px;
  padding: 10px 10px 13px;
  border-radius: 100px;
  font-size: 13px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
  /*&.secondary {
				@include orange_button(auto, auto);
				padding: 10px 10px 13px;
				
				&::before,
				&::after {
					content: none;
				}
			}*/
}
#main .button_wrap .next_button::before, #main .button_wrap .next_button::after {
  position: absolute;
  display: block;
  content: "";
  border-radius: 40px;
}
#main .button_wrap .next_button::before {
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #7220D2, #545CFC, #2FA5FD, #8EE9FC, #CCA2DF, #EB5FC7);
}
#main .button_wrap .next_button::after {
  inset: 3px;
  z-index: -1;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  background-color: #fff;
  transition: background-color 0.2s;
}
#main .button_wrap .next_button:hover {
  background-color: #F9F9F9;
}
#main .button_wrap .next_button:hover::after {
  background-color: #F9F9F9;
}
#main .button_wrap .next_button:disabled {
  cursor: default;
  background: #B4B4B4;
  color: #fff;
}
#main .button_wrap .next_button:disabled::before, #main .button_wrap .next_button:disabled::after {
  content: none;
}
@media screen and (max-width: 600px) {
  #main .button_wrap .next_button {
    min-height: 46px;
  }
  #main .button_wrap .next_button:lang(en) {
    padding: 10px 6px 13px;
    font-size: 12px;
  }
}
#main .button_wrap .next_button::before, #main .button_wrap .next_button::after {
  border-radius: 100px;
}
#main .prereg_title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.448;
  letter-spacing: 0;
  text-align: center;
}
#main .prereg_title_help {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.448;
  letter-spacing: 0;
  text-align: center;
}
#main .prereg_title_help + p.prereg_desc {
  margin-top: 32px;
}
#main p.prereg_desc {
  margin-top: 16px;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.448;
  letter-spacing: 0;
  text-align: center;
}
#main p.prereg_desc strong {
  display: inline-block;
  margin: 5px 0;
  font-size: 16px;
  font-weight: 500;
}
#main p.prereg_desc strong > strong {
  font-weight: 700;
}
#main .registered_message {
  color: #3D79FC;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.448;
  letter-spacing: 0;
  text-align: center;
}
#main .prereg_form {
  max-width: 860px;
  margin: 0 auto;
}
#main .prereg_form .form {
  /*.form_row {
			margin: 14px 0 0;
		}*/
}
#main .prereg_form .form .button_wrap {
  display: flex;
  align-items: center;
  flex-flow: row-reverse wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 32px;
}
@media screen and (max-width: 600px) {
  #main .prereg_form .form .button_wrap {
    flex-direction: row;
  }
}
#main .prereg_form .form .button_wrap .back_button, #main .prereg_form .form .button_wrap .search_button, #main .prereg_form .form .button_wrap .submit_button {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
}
#main .prereg_form .form .button_wrap .back_button {
  display: block;
  width: 272px;
  height: 64px;
  padding-bottom: 3px;
  border: 1px solid #C2C2C2;
  border-radius: 40px;
  background-color: #fff;
  color: #000;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0;
  transition: background-color 0.2s;
  cursor: pointer;
  margin: 0;
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  #main .prereg_form .form .button_wrap .back_button {
    width: 100%;
  }
}
#main .prereg_form .form .button_wrap .back_button:hover {
  background-color: #F9F9F9;
}
#main .prereg_form .form .button_wrap .back_button:disabled {
  cursor: default;
  background: #ddd;
  color: #666;
}
@media screen and (max-width: 600px) {
  #main .prereg_form .form .button_wrap .back_button {
    width: 272px;
    height: 46px;
  }
}
#main .prereg_form .form .button_wrap .search_button, #main .prereg_form .form .button_wrap .submit_button {
  display: block;
  width: 272px;
  height: 64px;
  padding-bottom: 3px;
  border: none;
  border-radius: 40px;
  background-color: #fff;
  color: #000;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.448;
  letter-spacing: 0;
  transition: background-color 0.2s;
  cursor: pointer;
  position: relative;
  z-index: 0;
}
#main .prereg_form .form .button_wrap .search_button::before, #main .prereg_form .form .button_wrap .search_button::after, #main .prereg_form .form .button_wrap .submit_button::before, #main .prereg_form .form .button_wrap .submit_button::after {
  position: absolute;
  display: block;
  content: "";
  border-radius: 40px;
}
#main .prereg_form .form .button_wrap .search_button::before, #main .prereg_form .form .button_wrap .submit_button::before {
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #7220D2, #545CFC, #2FA5FD, #8EE9FC, #CCA2DF, #EB5FC7);
}
#main .prereg_form .form .button_wrap .search_button::after, #main .prereg_form .form .button_wrap .submit_button::after {
  inset: 3px;
  z-index: -1;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  background-color: #fff;
  transition: background-color 0.2s;
}
#main .prereg_form .form .button_wrap .search_button:hover, #main .prereg_form .form .button_wrap .submit_button:hover {
  background-color: #F9F9F9;
}
#main .prereg_form .form .button_wrap .search_button:hover::after, #main .prereg_form .form .button_wrap .submit_button:hover::after {
  background-color: #F9F9F9;
}
#main .prereg_form .form .button_wrap .search_button:disabled, #main .prereg_form .form .button_wrap .submit_button:disabled {
  cursor: default;
  background: #B4B4B4;
  color: #fff;
}
#main .prereg_form .form .button_wrap .search_button:disabled::before, #main .prereg_form .form .button_wrap .search_button:disabled::after, #main .prereg_form .form .button_wrap .submit_button:disabled::before, #main .prereg_form .form .button_wrap .submit_button:disabled::after {
  content: none;
}
@media screen and (max-width: 600px) {
  #main .prereg_form .form .button_wrap .search_button, #main .prereg_form .form .button_wrap .submit_button {
    width: 272px;
    height: 46px;
  }
}
#main .prereg_form p.guide {
  margin: 24px 0 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.448;
  letter-spacing: 0;
  text-align: center;
}
#main .flow_list {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  gap: 62px;
  margin: 0 auto 68px;
  padding: 0;
  list-style: none;
  counter-reset: number 0;
}
@media screen and (max-width: 600px) {
  #main .flow_list {
    gap: 52px;
    margin: 0 auto 30px;
  }
}
#main .flow_list li {
  width: 63px;
  height: 96px;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0;
  position: relative;
}
@media screen and (max-width: 600px) {
  #main .flow_list li {
    height: 90px;
    font-size: 12px;
  }
}
#main .flow_list li:not(:last-child):before {
  position: absolute;
  top: 24px;
  right: -61px;
  display: block;
  content: "";
  width: 61px;
  height: 1px;
  background-color: #B4B4B4;
}
@media screen and (max-width: 600px) {
  #main .flow_list li:not(:last-child):before {
    top: 24px;
    right: -48px;
    width: 44px;
  }
}
#main .flow_list li.done span.fase {
  color: #B4B4B4;
}
#main .flow_list li.done span.fase:before {
  background: #EFEFF1;
}
#main .flow_list li.done span.fase:after {
  color: #B4B4B4;
}
#main .flow_list li.active span.fase {
  color: #9056F4;
}
#main .flow_list li.active span.fase:before {
  background: linear-gradient(to right, #648BFF 15.4%, #AB34EE 80.4%);
}
#main .flow_list li.active span.fase:after {
  color: #fff;
}
#main .flow_list li span.fase {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 62px;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: center;
  width: 200%;
  height: 36px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  #main .flow_list li span.fase {
    top: 54px;
  }
}
#main .flow_list li span.fase:before, #main .flow_list li span.fase:after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}
#main .flow_list li span.fase:before {
  top: -63px;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  background: linear-gradient(91.77deg, rgba(100, 139, 255, 0.2) 0.13%, rgba(171, 52, 238, 0.2) 100.13%);
  content: "";
}
@media screen and (max-width: 600px) {
  #main .flow_list li span.fase:before {
    top: -49px;
    width: 43px;
    height: 43px;
  }
}
#main .flow_list li span.fase:after {
  top: -50px;
  counter-increment: number 1;
  content: counter(number);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (max-width: 600px) {
  #main .flow_list li span.fase:after {
    top: -39.5px;
  }
}
#main .notes {
  margin: 50px 0;
  border: 1px solid #747474;
  border-radius: 4px;
  padding: 15px;
}
#main .notes p {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0;
}
@media screen and (max-width: 600px) {
  #main .notes p {
    line-height: 1.5;
  }
}
#main .notes p em {
  color: #df001f;
  font-style: normal;
}
#main .notes p + p {
  margin-top: 5px;
}
@media screen and (max-width: 600px) {
  #main .notes p + p {
    margin-top: 0;
  }
}
#main .read_box {
  width: 100%;
  height: 168px;
  padding: 15px 15px 17px;
  border: 1px solid #747474;
  border-radius: 4px;
  overflow-y: auto;
}
#main .read_box + .input {
  margin-top: 16px;
}
#main .read_box p {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
}
#main .read_box p + p {
  margin-top: 10px;
}
#main .read_description {
  margin: 0 0 4px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: 0;
}
#main .read + .read {
  margin-top: 39px;
}
#main .register_info {
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  border-radius: 8px;
  padding: 24px 32px 32px;
  margin-bottom: 36px;
}
@media screen and (max-width: 600px) {
  #main .register_info {
    padding: 24px 16px 16px;
  }
}
#main .register_info_title {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: space-between;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.48;
  letter-spacing: 0;
  border-bottom: solid 1px #efeff1;
  padding-bottom: 10px;
  margin-bottom: 16px;
}
#main .register_info_dl {
  display: flex;
  flex-flow: row wrap;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.48;
  letter-spacing: 0;
  margin: 0;
  border-bottom: 1px solid #EFEFF1;
}
#main .register_info_dl dt, #main .register_info_dl dd {
  padding: 11px 0;
}
#main .register_info_dl dt {
  width: 13.3%;
  font-size: 14px;
  font-weight: 700;
  white-space: pre;
}
@media screen and (max-width: 1024px) {
  #main .register_info_dl dt {
    width: 20%;
  }
}
@media screen and (max-width: 600px) {
  #main .register_info_dl dt {
    width: 32.4%;
  }
}
#main .register_info_dl dd {
  width: 86.7%;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  #main .register_info_dl dd {
    width: 80%;
  }
}
@media screen and (max-width: 600px) {
  #main .register_info_dl dd {
    width: 67.6%;
  }
}
@media screen and (max-width: 600px) {
  #main .register_info_dl dd .edit {
    margin-top: 4px;
  }
}
#main .form {
  margin-top: 46px;
}
@media screen and (max-width: 600px) {
  #main .form {
    margin-top: 35px;
  }
}
#main .form .notes_for_agreement {
  text-align: center;
  font-size: 13px;
  line-height: 1.4;
}
@media screen and (max-width: 600px) {
  #main .form.confirm .form_row dt {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  #main .form.confirm .form_row dt span.required {
    font-size: 13px;
  }
}
#main .form.confirm .button_wrap {
  margin-top: 123px;
}
@media screen and (max-width: 600px) {
  #main .form.confirm .button_wrap {
    margin-top: 40px;
  }
}
#main .form.detail .button_wrap {
  margin-top: 80px;
}
@media screen and (max-width: 600px) {
  #main .form.detail .button_wrap {
    margin-top: 47px;
  }
}
#main .form .button_wrap {
  margin-top: 107px;
}
@media screen and (max-width: 600px) {
  #main .form .button_wrap {
    margin-top: 48px;
  }
}
#main .authentication > p, #main .complete > p {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
}
#main .authentication > p + p, #main .complete > p + p {
  margin-top: 21px;
}
#main .authentication {
  width: 100%;
  max-width: 740px;
  margin: 42px auto 0;
}
#main .authentication .form {
  margin-top: 50px;
}
@media screen and (max-width: 600px) {
  #main .authentication .form {
    max-width: 331px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  #main .authentication .form_row dt {
    margin-bottom: 5px;
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  #main .authentication .form_row dt span.required {
    font-size: 13px;
  }
}
#main .authentication .form .button_wrap {
  margin-top: 49px;
}
#main .pass {
  display: flex;
  align-items: flex-start;
  flex-flow: row nowrap;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (min-width: 1201px) {
  #main .pass {
    padding-right: 37px;
  }
}
@media screen and (max-width: 1200px) {
  #main .pass {
    gap: 20px;
  }
}
@media screen and (max-width: 960px) {
  #main .pass {
    display: block;
  }
}
#main .pass_input {
  flex: 1 1 auto;
}
#main .pass_input .caution {
  margin: 0 0 38px;
}
@media screen and (max-width: 600px) {
  #main .pass_input .caution {
    margin: 0 0 30px;
  }
}
#main .pass_input .caution_title {
  margin: 0 0 24px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.448;
  letter-spacing: 0;
}
@media screen and (max-width: 600px) {
  #main .pass_input .caution_title {
    margin: 0 0 16px;
  }
}
#main .pass_input .caution p {
  margin: 16px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.448;
  letter-spacing: 0;
}
@media screen and (max-width: 600px) {
  #main .pass_input .caution p {
    margin: 16px 0;
  }
}
#main .pass_output {
  flex: 0 0 338px;
}
#main .pass_output .frame {
  display: flex;
  align-items: center;
  flex-flow: column nowrap;
  justify-content: center;
  transform: scale(0.846);
  transform-origin: top;
  margin-top: 22px;
}
#main .pass_output .frame .sub-frame {
  background-color: #fff;
  border: 1px solid #747474;
}
#main .pass_output .font-mono {
  font-family: "Noto Sans Mono", "Noto Sans JP";
}
#main .pass_output .clear {
  clear: both;
}
#main .pass_output .sub-frame {
  width: 104mm;
  height: 147mm;
  padding: 5mm;
  box-sizing: border-box;
  float: left;
}
#main .pass_output .print .sub-frame {
  height: 153mm;
}
#main .pass_output .print .sub-frame:nth-child(n+3) {
  height: 147mm;
}
#main .pass_output .sub-frame .unique-info {
  float: left;
  padding: 0 10px;
}
#main .pass_output .sub-frame .foomaid {
  margin-bottom: 5px;
  font-size: 5.6pt;
}
#main .pass_output .sub-frame .foomaid span.center {
  display: block;
  text-align: center;
}
#main .pass_output .sub-frame .number-frame {
  width: 153pt;
}
#main .pass_output .sub-frame .number-frame img {
  width: 100%;
}
#main .pass_output .sub-frame .arucode-frame {
  width: 93pt;
  float: right;
}
#main .pass_output .sub-frame .arucode-frame img {
  width: 100%;
}
#main .pass_output .sub-frame .arucode-frame.horizontal {
  margin: 0 0 5mm;
  padding-left: 11.5mm;
  float: none;
}
#main .pass_output .sub-frame .arucode-frame.horizontal img {
  width: 75mm;
}
#main .pass_output .sub-frame .arucode-frames .arucode-frame + .arucode-frame {
  margin-left: 10mm;
}
#main .pass_output .info {
  position: relative;
  width: 94mm;
  height: 68mm;
  margin: 2pt 0 0;
}
#main .pass_output .industry {
  border-top: 1mm solid black;
  padding: 3px 5px 3px;
  font-size: 12pt;
  line-height: 13pt;
  font-weight: 600;
}
#main .pass_output .industry .center {
  display: block;
  text-align: center;
}
#main .pass_output .industry .main {
  display: inline-block;
  width: 33mm;
}
#main .pass_output .industry .sub {
  display: inline-block;
  width: 56mm;
  text-align: center;
}
#main .pass_output .company {
  border-top: 0.5mm solid black;
  padding: 2pt 1pt;
  font-size: 24.2pt;
  line-height: 28pt;
  letter-spacing: 0;
  font-weight: 600;
  word-break: break-all;
}
#main .pass_output .company.small {
  font-size: 23pt;
  letter-spacing: 0;
}
#main .pass_output .division, #main .pass_output .person {
  position: absolute;
  top: 111pt;
  width: 63mm;
  border-top: 0.5mm solid black;
  padding: 0pt 1pt 1.5pt;
  font-size: 14pt;
  line-height: 20pt;
  font-weight: 600;
  word-break: break-all;
}
#main .pass_output .person {
  top: 153pt;
  min-height: 38pt;
  border-bottom: 0.5mm solid black;
}
#main .pass_output .position, #main .pass_output .name {
  min-height: 18pt;
  font-size: 12pt;
  line-height: 18pt;
}
#main .pass_output .division.no-qr, #main .pass_output .position.no-qr {
  width: 94mm;
}
#main .pass_output .info .qr {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 26mm;
  height: 28mm;
  border: 1mm solid #C2C2C2;
  text-align: center;
}
#main .pass_output .info .qr .title {
  font-size: 3.5pt;
  line-height: 5.2pt;
  background-color: #C2C2C2;
  color: black;
  height: 7pt;
  font-weight: 600;
}
#main .pass_output .info .qr img {
  width: 62pt;
  height: 62pt;
  padding: 5pt;
}
#main .pass_output .sub-frame .logo-black {
  text-align: center;
}
#main .pass_output .sub-frame .logo-black img {
  width: 84mm;
}
#main .pass_output .sub-frame .exhibitor {
  margin: 0 0 2mm;
  text-align: center;
}
#main .pass_output .sub-frame .exhibitor .jp {
  font-size: 10mm;
  font-weight: 600;
}
#main .pass_output .sub-frame .exhibitor .en {
  padding-left: 2mm;
  font-size: 6mm;
}
#main .pass_output .info.no-industry {
  height: 68mm;
}
#main .pass_output .info.no-industry .company {
  border-width: 1mm;
}
#main .pass_output .info.no-industry .division {
  top: 36mm;
  padding: 5pt 2pt 7pt;
}
#main .pass_output .info.no-industry .person {
  top: 52mm;
  padding: 5pt 2pt 7pt;
}
#main .pass_output .info.no-industry .qr {
  width: 32mm;
  height: 32mm;
}
#main .pass_output .info.no-industry .qr img {
  width: 29mm;
  height: 29mm;
}
#main .pass_output .sub-frame:nth-child(2) {
  border-left: 0.3mm dashed black;
}
#main .pass_output .sub-frame:nth-child(3) {
  border-top: 0.3mm dashed black;
}
#main .pass_output .sub-frame:nth-child(4) {
  border-left: 0.3mm dashed black;
  border-top: 0.3mm dashed black;
}
#main .pass_output .sub-frame .contents {
  text-align: center;
}
#main .pass_output .sub-frame .contents img {
  width: 93mm;
}
#main .pass_output .sub-frame.exhibitor .contents img {
  width: auto;
  height: 140mm;
}
#main .pass_output .print .sub-frame.exhibitor .contents img {
  height: 135mm;
}
#main .pass .pass_output .info .qr img {
  width: 68pt;
  height: 68pt;
}
#main .discovery_info {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: space-between;
  gap: 40px;
  max-width: 860px;
  padding: 32px 35.5px;
  margin: 64px auto 0;
  border-radius: 20px;
  background: linear-gradient(103.3deg, rgba(239, 255, 255, 0.4) 0%, rgba(160, 239, 255, 0.4) 48.52%, rgba(240, 230, 253, 0.4) 97.03%);
}
@media screen and (max-width: 600px) {
  #main .discovery_info {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  #main .discovery_info {
    padding: 32px 16px;
    margin-top: 40px;
  }
}
#main .discovery_info .discovery_info_outline {
  flex: 0 1 52%;
  text-align: center;
}
#main .discovery_info .discovery_info_outline .discovery_info_title {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.448;
  letter-spacing: 0;
}
@media screen and (max-width: 600px) {
  #main .discovery_info .discovery_info_outline .discovery_info_title {
    font-size: 22px;
  }
}
#main .discovery_info .discovery_info_outline .discovery_info_title_sub {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.448;
  letter-spacing: 0;
}
#main .discovery_info .discovery_info_outline p {
  margin: 17px 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0;
}
#main .discovery_info .discovery_info_image {
  flex: 0 1 43%;
  aspect-ratio: 1.5;
  background-color: #fff;
}
@media screen and (max-width: 600px) {
  #main .discovery_info .discovery_info_image {
    margin-top: 20px;
  }
}
#main .discovery_info .discovery_info_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#main .discovery_info .detail_button {
  width: 162px;
  height: 40px;
  margin: 0 auto;
}
#main .discovery_info .detail_button a {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-bottom: 1px;
  border: 1px solid #C2C2C2;
  border-radius: 33px;
  background-color: #fff;
  color: #000;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.448;
  letter-spacing: 0;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
  transition: background-color 0.2s;
  cursor: pointer;
}
#main .discovery_info .detail_button a:hover {
  background-color: #F9F9F9;
}
#main .discovery_info .to_download_list {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: center;
  gap: 7px;
  width: 100%;
  margin-top: 11px;
}
@media screen and (max-width: 600px) {
  #main .discovery_info .to_download_list {
    width: 100%;
    gap: 6px;
    margin-top: 20px;
  }
}
#main .discovery_info .to_download_list .qr a, #main .discovery_info .to_download_list .google a, #main .discovery_info .to_download_list .apple a {
  display: block;
}
#main .discovery_info .to_download_list .qr img, #main .discovery_info .to_download_list .google img, #main .discovery_info .to_download_list .apple img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#main .discovery_info .to_download_list .qr {
  width: 60px;
  height: 60px;
  padding: 10px;
  background-color: #fff;
  flex-shrink: 0;
}
#main .discovery_info .to_download_list .google a, #main .discovery_info .to_download_list .apple a {
  height: 36px;
}
#main .food_town {
  margin-top: 66px;
}
@media screen and (max-width: 600px) {
  #main .food_town {
    margin-top: 80px;
  }
}
#main .food_town_title {
  margin-bottom: 19px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (max-width: 600px) {
  #main .food_town_title {
    margin-bottom: 16px;
    line-height: 1.5;
  }
}
#main .food_town_description {
  margin: 0 0 40px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.45;
  letter-spacing: 0;
}
@media screen and (max-width: 600px) {
  #main .food_town_description {
    margin: 0 0 58px;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.45;
    letter-spacing: 0;
  }
}
#main .food_town .feature {
  margin-bottom: 32px;
  padding: 45px 54px 41px;
  background-color: #F9F9F9;
}
@media screen and (max-width: 1200px) {
  #main .food_town .feature {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 600px) {
  #main .food_town .feature {
    padding: 44px 20px 41px;
  }
}
#main .food_town .feature_title {
  margin-bottom: 43px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 600px) {
  #main .food_town .feature_title {
    margin-bottom: 51px;
  }
}
#main .food_town .feature_list {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  gap: 15px;
}
@media screen and (max-width: 600px) {
  #main .food_town .feature_list {
    display: flex;
    align-items: center;
    flex-flow: column nowrap;
    gap: 48px 0;
  }
}
#main .food_town .feature_list li {
  flex: 0 1 calc((100% - 30px) / 3);
}
#main .food_town .feature_list li .feature_image {
  width: 100%;
  max-width: 264px;
  aspect-ratio: 1.3333333333;
  margin: 0 auto 22px;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
}
#main .food_town .feature_list li .feature_image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#main .food_town .feature_list li .feature_point {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: 0;
  text-align: center;
}
#main .food_town .feature .checkboxes {
  padding-right: 0;
  margin-top: 48px;
}
#main .food_town .feature .checkboxes label {
  justify-content: center;
}
#main .food_town .feature .checkboxes label input[type=checkbox] + span {
  flex: 0 0 auto;
  max-width: calc(100% - 20px);
}
#main .food_town_detail {
  margin-bottom: 15px;
  padding: 24px;
  background-color: #F9F9F9;
}
@media screen and (max-width: 600px) {
  #main .food_town_detail {
    margin-bottom: 24px;
  }
}
#main .food_town_detail p {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
}
#main .food_town_detail p + p {
  margin-top: 20px;
}
@media screen and (max-width: 600px) {
  #main .food_town_detail p + p {
    margin-top: 21px;
  }
}
#main .food_town + .read .read_box {
  height: auto;
}
@media screen and (min-width: 601px) {
  #main .food_town + .read .read_box {
    overflow-y: visible;
  }
}
@media screen and (max-width: 600px) {
  #main .food_town + .read .read_box {
    height: 263px;
  }
}
#main .confirm_title {
  margin-bottom: 48px;
  padding-bottom: 25px;
  border-bottom: 3px solid;
  border-image: linear-gradient(to right, #648BFF 15.4%, #AB34EE 80.4%) 1;
  color: #3D79FC;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.448;
  letter-spacing: 0;
}
@media screen and (max-width: 600px) {
  #main .confirm_title {
    margin-bottom: 25px;
    padding-bottom: 19px;
  }
}
#main .confirm_title_sub {
  margin: 39px 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (max-width: 600px) {
  #main .complete {
    margin-top: 30px;
  }
}
#main .complete .to_food_town {
  width: 100%;
  max-width: 880px;
  margin: 40px auto 0;
  padding: 48px;
  background-color: #F9F9F9;
  text-align: center;
}
@media screen and (max-width: 600px) {
  #main .complete .to_food_town {
    padding: 48px 16px;
  }
}
#main .complete .to_food_town_title {
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0;
}
#main .complete .to_food_town > p {
  margin: 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.45;
  letter-spacing: 0;
}
#main .complete .to_food_town > p + p {
  margin-top: 18px;
}
#main .complete .to_food_town_button {
  width: 272px;
  height: 55px;
  margin: 33px auto 0;
}
@media screen and (max-width: 600px) {
  #main .complete .to_food_town_button {
    width: 295px;
    height: 46px;
  }
}
#main .complete .to_food_town_button a {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-bottom: 1px;
  border-radius: 40px;
  background-color: #3D79FC;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0;
  transition: background-color 0.2s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
#main .complete .to_food_town_button a:hover {
  background-color: rgba(61, 121, 252, 0.5);
}
@media screen and (max-width: 600px) {
  #main .complete .to_food_town_button a {
    font-size: 14px;
    font-weight: 500;
  }
}
#main .complete .back_button {
  margin-top: 40px;
}
@media screen and (max-width: 600px) {
  #main .complete .back_button {
    height: 48px;
  }
}
/*# sourceMappingURL=./register_2025.css.map */