@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");

@keyframes floatUpDown {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes driftLeftRight {
  0%,
  100% {
    translate: 0 0;
  }
  25% {
    translate: -20px 0;
  }
  75% {
    translate: 20px 0;
  }
}
@keyframes identifier {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 360deg;
  }
}
.element {
  animation: floatUpDown 3s ease-in-out infinite alternate,
    driftLeftRight 4s ease-in-out infinite alternate;
}
.b-common-main,
.c-modal {
  font-family: "Noto Sans TC", "微軟正黑體", Microsoft JhengHei, PingFang T,
    Arial, sans-serif;
}
html,
body {
  scroll-behavior: smooth !important;
}
.b-common-main {
  color: #191c1a;
  overflow: hidden;
  line-height: 1.15;
}
.b-common-main * {
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
  letter-spacing: 0.08em;
  font-family: "Noto Sans TC", "微軟正黑體", Microsoft JhengHei, PingFang T,
    Arial, sans-serif;
  scroll-margin-top: 12.5vw;
}
@media (min-width: 992px) {
  .b-common-main * {
    scroll-margin-top: calc(80px * 0.7);
  }
}
@media (min-width: 1200px) {
  .b-common-main * {
    scroll-margin-top: 80px;
  }
}
.b-common-main section {
  padding-top: 0;
}
.b-common-main small {
  font-weight: inherit;
  font-size: 70%;
}
.b-common-main img {
  display: block;
}
.b-common-main a,
.b-common-main a:link,
.b-common-main a:visited {
  color: inherit;
}
.b-common-main ol {
  list-style: auto;
}
.b-common-grid-container {
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
}
.b-common-text_style--hightlight {
  color: #efc048 !important;
}
.b-common-text_style--underlight {
  text-decoration: underline !important;
  text-underline-offset: 0.2em !important;
  font-weight: bold !important;
}
.b-common-text_style--normal {
  font-weight: normal;
}
.b-common-text_style--bold {
  font-weight: bold;
}
.b-common-text_style--narrow {
  margin: 0 -0.3em;
}
.b-common-hr_style--dash {
  border-top: 1px dashed #efc048;
}
.b-common-pos--relative {
  position: relative;
}
.acc-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media (max-width: 575px) {
  .b-maxSmHidden {
    display: none;
  }
}
@media (min-width: 576px) {
  .b-minSmHidden {
    display: none;
  }
}
.l-grid-container {
  max-width: 1120px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .l-grid-container {
    max-width: 780px;
  }
}
@media (min-width: 1200px) {
  .l-grid-container {
    max-width: 1120px;
  }
}
.c-button {
  cursor: pointer;
  border-radius: 100px;
  line-height: 1;
  letter-spacing: 0.075em;
  padding-left: 0.15em;
  font-weight: 900;
  transition: all 0.3s ease-in-out;
}
.c-button > * {
  font-family: "Noto Sans TC", "微軟正黑體", Microsoft JhengHei, PingFang T,
    Arial, sans-serif;
  cursor: pointer;
  font-size: inherit;
  font-weight: 900;
  color: inherit;
  margin-bottom: 0;
  position: relative;
  padding: 0.75em 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.c-button > * > * {
  display: block;
  font-family: inherit;
}
.c-button > * > * + * {
  margin-left: 0.5em;
}
.c-button a {
  text-decoration: none;
}
.c-button a:link,
.c-button a:visited,
.c-button a:hover,
.c-button a:active {
  color: inherit;
}
.c-button button {
  background-color: transparent;
  border: 0;
}
.c-button--primary {
  background-color: #efc048;
}
.c-button--primary:hover {
  background-color: #ffb693;
}
.c-button--lighter {
  background-color: #efc048;
}
.c-button--lighter:hover {
  background-color: rgb(255, 196.6, 168.6);
}
.c-button--white {
  background-color: #fff;
}
.c-button--white:hover {
  background-color: rgb(255, 196.6, 168.6);
}
.c-button--arrow--img {
  position: relative;
  top: 1px;
}
.c-button--facebook {
  background-color: #6176e9;
}
.c-button--line {
  background-color: #81c161;
}
.c-button--lg {
  width: 42.1875vw;
  font-size: 4.0625vw;
}
@media (min-width: 992px) {
  .c-button--lg {
    width: calc(270px * 0.7);
  }
}
@media (min-width: 1200px) {
  .c-button--lg {
    width: 270px;
  }
}
@media (min-width: 992px) {
  .c-button--lg {
    font-size: calc(26px * 0.7);
  }
}
@media (min-width: 1200px) {
  .c-button--lg {
    font-size: 26px;
  }
}
.c-button--lg .c-button--arrow--img {
  width: 1.5625vw;
}
@media (min-width: 992px) {
  .c-button--lg .c-button--arrow--img {
    width: calc(10px * 0.7);
  }
}
@media (min-width: 1200px) {
  .c-button--lg .c-button--arrow--img {
    width: 10px;
  }
}
.c-button--xl {
  width: 56.25vw;
  font-size: 5.625vw;
}
@media (min-width: 992px) {
  .c-button--xl {
    width: calc(360px * 0.7);
  }
}
@media (min-width: 1200px) {
  .c-button--xl {
    width: 360px;
  }
}
@media (min-width: 992px) {
  .c-button--xl {
    font-size: calc(36px * 0.7);
  }
}
@media (min-width: 1200px) {
  .c-button--xl {
    font-size: 36px;
  }
}
.c-button--xl .c-button--arrow--img {
  width: 2.34375vw;
}
@media (min-width: 992px) {
  .c-button--xl .c-button--arrow--img {
    width: calc(15px * 0.7);
  }
}
@media (min-width: 1200px) {
  .c-button--xl .c-button--arrow--img {
    width: 15px;
  }
}
.c-title {
  text-align: center;
}
@media (min-width: 576px) {
  .c-title {
    white-space: nowrap;
  }
}
.c-title--heavy {
  font-weight: 900;
}
.c-title--mission {
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
@media (min-width: 992px) {
  .c-title--mission {
    font-size: 1.925rem;
  }
}
@media (min-width: 1200px) {
  .c-title--mission {
    font-size: 2.75rem;
  }
}
.c-title--inpage {
  font-size: 1.375rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 0.75em;
}
@media (min-width: 992px) {
  .c-title--inpage {
    font-size: 1.4rem;
  }
}
@media (min-width: 1200px) {
  .c-title--inpage {
    font-size: 2rem;
  }
}
.c-accordion-group {
  color: #191c1a;
  position: relative;
}
.c-accordion-group.js-active .c-accordion-body {
  max-height: 15000px;
}
.c-accordion-group.js-active .c-accordion-body::after {
  display: none;
}
.c-accordion-group.js-active .c-accordion-btn::before {
  rotate: 180deg;
  top: 50%;
  transform: translateY(3.125vw);
}
@media (min-width: 992px) {
  .c-accordion-group.js-active .c-accordion-btn::before {
    transform: translateY(21px);
  }
}
@media (min-width: 1200px) {
  .c-accordion-group.js-active .c-accordion-btn::before {
    transform: translateY(30px);
  }
}
.c-accordion-body {
  background-color: #fff;
  border: 1px solid #efc048;
  border-top: 0;
  padding: 1rem;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  max-height: 660px;
  border-radius: 3.90625vw;
  padding-bottom: 15.625vw;
}
@media (min-width: 992px) {
  .c-accordion-body {
    border-radius: calc(25px * 0.7);
  }
}
@media (min-width: 1200px) {
  .c-accordion-body {
    border-radius: 25px;
  }
}
.c-accordion-body::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  background-image: linear-gradient(to top, #fff8eb 10%, transparent);
  left: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .c-accordion-body {
    padding: 2rem 3rem;
  }
}
@media (min-width: 992px) {
  .c-accordion-body {
    padding: 4rem;
  }
}
@media (min-width: 992px) {
  .c-accordion-body {
    padding-bottom: calc(100px * 0.7);
  }
}
@media (min-width: 1200px) {
  .c-accordion-body {
    padding-bottom: 100px;
  }
}
.c-accordion-btn {
  position: absolute;
  z-index: 1;
  translate: 0 -50%;
  left: 50%;
  bottom: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  width: 7.8125vw;
  height: 7.8125vw;
}
@media (min-width: 992px) {
  .c-accordion-btn {
    width: calc(50px * 0.7);
  }
}
@media (min-width: 1200px) {
  .c-accordion-btn {
    width: 50px;
  }
}
@media (min-width: 992px) {
  .c-accordion-btn {
    height: calc(50px * 0.7);
  }
}
@media (min-width: 1200px) {
  .c-accordion-btn {
    height: 50px;
  }
}
.c-accordion-btn button {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  background-color: transparent;
  text-align: center;
  font-weight: bold;
}
.c-accordion-btn button span {
  visibility: hidden;
}
.c-accordion-btn::before {
  content: "";
  box-sizing: border-box;
  border-style: solid;
  border-color: #efc048 transparent transparent transparent;
  position: absolute;
  translate: -50% -50%;
  left: 0;
  top: 50%;
  width: 3.90625vw;
  height: 3.90625vw;
  border-width: 3.90625vw;
}
@media (min-width: 992px) {
  .c-accordion-btn::before {
    width: calc(25px * 0.7);
  }
}
@media (min-width: 1200px) {
  .c-accordion-btn::before {
    width: 25px;
  }
}
@media (min-width: 992px) {
  .c-accordion-btn::before {
    height: calc(25px * 0.7);
  }
}
@media (min-width: 1200px) {
  .c-accordion-btn::before {
    height: 25px;
  }
}
@media (min-width: 992px) {
  .c-accordion-btn::before {
    border-width: calc(25px * 0.7);
  }
}
@media (min-width: 1200px) {
  .c-accordion-btn::before {
    border-width: 25px;
  }
}
@media (min-width: 576px) {
  .c-accordion-btn:hover {
    filter: brightness(1.2);
  }
}
.c-card-wrapper {
  display: flex;
  gap: 0.5rem;
}
@media (min-width: 360px) {
  .c-card-wrapper {
    margin: 0 10%;
  }
}
@media (min-width: 576px) {
  .c-card-wrapper {
    gap: 1rem;
    margin: 0 10%;
  }
}
@media (min-width: 992px) {
  .c-card-wrapper {
    margin: 0;
  }
}
.c-card-item {
  border: 1px solid #efc048;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .c-card-item {
    border-radius: 25px 25px 0 0;
  }
}
.c-card-header {
  padding: 0.5rem 1rem;
  text-align: center;
  border-bottom: 1px solid #efc048;
}
@media (min-width: 576px) {
  .c-card-header {
    padding: 1rem;
  }
}
.c-card-body {
  height: 100%;
  padding: 0 1rem;
  text-align: center;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .c-card-body {
    padding: 0 4rem;
  }
}
.c-card-body-title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 0.9;
  margin: 1rem 0;
}
@media (min-width: 992px) {
  .c-card-body-title {
    font-size: 1.575rem;
    margin: 1.5rem 0;
  }
}
@media (min-width: 1200px) {
  .c-card-body-title {
    font-size: 2.25rem;
  }
}
.c-card-body-subtitle {
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
  margin: 1rem 0;
}
@media (min-width: 992px) {
  .c-card-body-subtitle {
    font-size: 1.575rem;
    margin: 1.5rem 0;
  }
}
@media (min-width: 1200px) {
  .c-card-body-subtitle {
    font-size: 2.25rem;
  }
}
.c-card-body-subtitle small {
  font-weight: 700;
  font-size: 60%;
  letter-spacing: 0.08em;
}
.c-card-body-content_group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin: 0 5%;
  height: 100%;
}
@media (min-width: 992px) {
  .c-card-body-content_group {
    margin: 0;
  }
}
.c-card-footer {
  padding: 1rem;
}
@media (min-width: 992px) {
  .c-card-footer {
    padding: 1.5rem;
  }
}
.c-card-footer .c-card-button_group {
  margin: 0;
}
.c-card-count {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 1rem;
  line-height: 1.1;
  letter-spacing: 0.15em;
  margin: 0.5rem 0;
}
@media (min-width: 992px) {
  .c-card-count {
    text-align: left;
    font-size: 1.225rem;
  }
}
@media (min-width: 1200px) {
  .c-card-count {
    font-size: 1.75rem;
  }
}
.c-card-count input {
  padding: 0;
  border: 0;
  background-color: transparent;
  font-size: inherit;
  color: #efc048;
  width: 2em;
  height: auto;
  text-align: center;
  font-size: 120%;
  font-weight: 900;
}
.c-card-button_group {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.25rem;
  margin: 0.5rem 0;
}
@media (min-width: 576px) {
  .c-card-button_group {
    gap: 0.5rem;
    margin: 1rem 0;
  }
}
.c-card--mission.c-card-wrapper {
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 992px) {
  .c-card--mission.c-card-wrapper {
    flex-direction: row;
    padding: 0 1.5rem;
  }
}
.c-card--mission .c-card-header {
  background-color: #efc048;
}
.c-card--mission .c-card-header-title {
  font-size: 0.75rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .c-card--mission .c-card-header-title {
    font-size: 1.3125rem;
  }
}
@media (min-width: 1200px) {
  .c-card--mission .c-card-header-title {
    font-size: 1.875rem;
  }
}
.c-card--mission .c-card-footer {
  justify-content: center;
}
.c-card--invite.c-card-wrapper {
  flex-wrap: wrap;
  justify-content: center;
}
.c-card--invite .c-card-item_group {
  width: 45%;
  max-width: 150px;
}
@media (min-width: 576px) {
  .c-card--invite .c-card-item_group {
    max-width: none;
  }
}
@media (min-width: 992px) {
  .c-card--invite .c-card-item_group {
    width: 140px;
  }
}
@media (min-width: 1200px) {
  .c-card--invite .c-card-item_group {
    width: 200px;
  }
}
.c-card--invite .c-card-item {
  border-radius: 6px;
}
@media (min-width: 992px) {
  .c-card--invite .c-card-item {
    border-radius: 10px;
  }
}
.c-card--invite .c-card-header {
  background-color: #efc048;
}
.c-card--invite .c-card-header-title {
  margin: 0;
  font-size: 1rem;
  font-weight: 900;
}
@media (min-width: 992px) {
  .c-card--invite .c-card-header-title {
    font-size: 0.9625rem;
  }
}
@media (min-width: 1200px) {
  .c-card--invite .c-card-header-title {
    font-size: 1.375rem;
  }
}
.c-card--invite .c-card-body {
  padding: 0.5rem 1rem;
}
@media (min-width: 576px) {
  .c-card--invite .c-card-body {
    padding: 0.5rem 3rem;
  }
}
@media (min-width: 992px) {
  .c-card--invite .c-card-body {
    padding: 0.5rem 1.5rem;
  }
}
.c-step-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .c-step-wrapper {
    flex-direction: row;
  }
}
.c-step-item {
  width: 100%;
  border: 1px solid #efc048;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .c-step-item {
    border-radius: 25px;
  }
}
.c-step-header {
  text-align: center;
  background-color: #efc048;
  border-bottom: 1px solid #efc048;
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
  margin: 0;
  width: 100%;
  flex-shrink: 0;
  height: 49px;
}
@media (min-width: 768px) {
  .c-step-header {
    height: 70px;
  }
}
@media (min-width: 1200px) {
  .c-step-header {
    height: 70px;
  }
}
.c-step-header-title {
  font-size: 0.75rem;
  font-weight: 900;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  width: 28.5714285714%;
}
@media (min-width: 768px) {
  .c-step-header-title {
    white-space: nowrap;
    width: 25%;
  }
}
.c-step-header-title::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  border: 1px solid #efc048;
  border-left-width: 0;
  border-top-width: 0;
  position: absolute;
  translate: -50% -50%;
  top: 50%;
  left: 100%;
  rotate: -45deg;
}
.c-step-header-title:nth-child(1) {
  background-color: #efc048;
}
.c-step-header-title:nth-child(1)::before {
  background-color: #efc048;
  z-index: 1;
}
.c-step-header-title:nth-child(2) {
  background-color: #efc048;
}
.c-step-header-title:nth-child(2)::before {
  background-color: #efc048;
  z-index: 1;
}
.c-step-header-title:nth-child(3) {
  background-color: #efc048;
}
@media (min-width: 768px) {
  .c-step-header-title:nth-child(3) {
    width: 27%;
  }
}
.c-step-header-title:nth-child(3)::before {
  background-color: #efc048;
}
.c-step-header-title span {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-left: 48%;
}
@media (min-width: 768px) {
  .c-step-header-title span {
    margin-left: 40%;
  }
}
@media (min-width: 1200px) {
  .c-step-header-title span {
    margin-left: 33%;
  }
}
.c-step-header-title span span {
  margin-left: 0;
  margin-top: 0;
  left: 0.2em;
}
@media (min-width: 768px) {
  .c-step-header-title span span {
    rotate: 0deg;
    left: auto;
  }
}
@media (min-width: 992px) {
  .c-step-header-title {
    font-size: 0.9625rem;
  }
}
@media (min-width: 1200px) {
  .c-step-header-title {
    font-size: 1.375rem;
  }
}
.c-step-body {
  display: flex;
  flex-direction: column;
  margin: 13px 0;
}
.c-step-tr {
  display: flex;
  justify-content: center;
  flex: 1 0 0%;
  width: auto;
  max-width: none;
  border-bottom: 1px solid #efc048;
}
.c-step-tr:first-child {
  border-right: 0;
}
.c-step-tr:first-child .c-step-th {
  margin-top: -13px;
}
.c-step-tr:first-child .c-step-td {
  width: 100%;
}
.c-step-tr:last-child {
  border-right: 0;
  border-bottom: none;
}
.c-step-tr:last-child .c-step-th {
  margin-bottom: -13px;
}
.c-step-tr:last-child .c-step-td {
  width: 100%;
}
.c-step-tr > * {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 0 0%;
  width: 100%;
  max-width: 100%;
  border-bottom: 0;
  border-right: 1px solid #efc048;
}
.c-step-th {
  flex-direction: column;
}
.c-step-th-img {
  width: 60px;
  margin-top: 1rem;
}
@media (min-width: 576px) {
  .c-step-th-img {
    width: 120px;
  }
}
.c-step-th-title {
  margin: 1rem 0;
  font-size: 0.875rem;
  font-weight: 900;
}
@media (min-width: 992px) {
  .c-step-th-title {
    font-size: 1.05rem;
  }
}
@media (min-width: 1200px) {
  .c-step-th-title {
    font-size: 1.5rem;
  }
}
.c-step-td {
  border-bottom-style: dashed;
  border-bottom-style: inherit;
  border-right-style: dashed;
}
.c-step-td:last-child {
  border-bottom: none;
  border-right: none;
}
.c-step-td-img {
  width: 24px;
  max-width: 100%;
}
@media (min-width: 576px) {
  .c-step-td-img {
    width: 60px;
  }
}
.p-index-mission--02 .c-step-header-title:nth-child(1) span {
  margin-left: 0;
}
@media (min-width: 768px) {
  .p-index-mission--02 .c-step-header-title:nth-child(1) span {
    margin-left: 33%;
  }
}
@media (min-width: 1200px) {
  .p-index-mission--02 .c-step-header-title:nth-child(1) span {
    margin-left: 23%;
  }
}
@media (min-width: 768px) {
  .p-index-mission--02 .c-step-header-title:nth-child(1) span span {
    margin-left: 0;
  }
}
.c-table {
  overflow: hidden;
  margin: 0.5rem 0;
  margin-left: -3em;
}
@media (min-width: 576px) {
  .c-table {
    margin: 1rem 0;
  }
}
@media (min-width: 992px) {
  .c-table {
    margin: 1rem 0;
  }
}
@media (min-width: 1200px) {
  .c-table {
    margin: 2rem 0;
  }
}
.c-table table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: inherit;
}
.c-table th,
.c-table td {
  padding: 0.5rem;
}
@media (min-width: 992px) {
  .c-table th,
  .c-table td {
    padding: 1rem;
  }
}
.c-table--qa {
  border-radius: 10px;
  border: 1px solid #efc048;
}
.c-table--qa th,
.c-table--qa td {
  padding: 0.5rem;
  border-right: 1px solid #efc048;
}
@media (min-width: 992px) {
  .c-table--qa th,
  .c-table--qa td {
    padding: 1rem;
  }
}
.c-table--qa th:last-child,
.c-table--qa td:last-child {
  border-right: 0;
}
.c-table--qa thead {
  background-color: #efc048;
  border-bottom: 1px solid #efc048;
}
.c-table--qa tbody tr {
  border-bottom: 1px solid #efc048;
}
.c-table--qa tbody tr:last-child {
  border-bottom: 0;
}
.c-table--qa tbody th {
  font-weight: normal;
  text-align: left;
}
.c-table--qa tbody td {
  text-align: center;
}
.c-table--record {
  margin: 0 auto;
  max-width: 780px;
  font-weight: 900;
  font-size: 0.75rem;
}
@media (min-width: 576px) {
  .c-table--record {
    white-space: nowrap;
  }
}
@media (min-width: 992px) {
  .c-table--record {
    font-size: 0.7875rem;
  }
}
@media (min-width: 1200px) {
  .c-table--record {
    font-size: 1.125rem;
  }
}
.c-table--record th,
.c-table--record td {
  text-align: center;
  padding: 0.5rem;
  min-height: 36px;
  border-right: 1px solid #191c1a;
}
.c-table--record th:last-child,
.c-table--record td:last-child {
  border-right: 0;
}
.c-table--record thead {
  background-color: #efc048;
  color: #fff;
}
.c-table--record tbody tr:nth-child(odd) {
  background-color: #efc048;
}
.c-table--count {
  margin: 0 auto;
  max-width: 780px;
  font-weight: 900;
  font-size: 0.75rem;
}
@media (min-width: 576px) {
  .c-table--count {
    white-space: nowrap;
  }
}
@media (min-width: 992px) {
  .c-table--count {
    font-size: 0.7875rem;
  }
}
@media (min-width: 1200px) {
  .c-table--count {
    font-size: 1.125rem;
  }
}
.c-table--count th,
.c-table--count td {
  padding: 0.5em 0;
  line-height: 1;
}
.c-table--count thead {
  background-color: #efc048;
}
.c-table--count tbody tr td:last-child {
  width: 10%;
  text-align: right;
}
.c-tab-head {
  font-size: 0.875rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1em;
  gap: 2px;
  border-bottom: 1px solid #efc048;
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .c-tab-head {
    font-size: 1.05rem;
    gap: 6px;
  }
}
@media (min-width: 1200px) {
  .c-tab-head {
    font-size: 1.5rem;
  }
}
.c-tab-tab {
  background-color: #efc048;
  width: 100%;
  font-size: inherit;
  font-weight: bold;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px 6px 0 0;
  height: 24px;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .c-tab-tab {
    border-radius: 15px 15px 0 0;
    height: 50px;
  }
}
.c-tab-tab.js-active {
  background-color: #efc048;
  color: #fff;
}
.c-tab-tab:hover {
  background-color: #fff8eb;
}
.c-tab-pane {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.c-tab-pane.js-fadeIn {
  display: block;
}
.c-tab-pane.js-active {
  display: block;
  opacity: 1;
}
.c-modal {
  color: #191c1a;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  inset: 0;
  z-index: 1200;
  opacity: 0;
  display: none;
  justify-content: center;
  align-items: flex-start;
  transition: all 0.3s ease-in-out;
}
.c-modal * {
  line-height: inherit;
}
.c-modal-card {
  position: relative;
  width: 80%;
  min-width: 220px;
  background-color: #fff;
  border-radius: 3.125vw;
  text-align: center;
  padding: 8.3333333333vw 4.1666666667vw;
  min-height: calc(100% - 160px);
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .c-modal-card {
    width: 70%;
    padding: 40px;
    border-radius: 10px;
    min-height: calc(100% - 200px);
  }
}
.c-modal-card-arrow {
  cursor: pointer;
  position: absolute;
  width: 7.8125vw;
  top: 50%;
  translate: 0 -50%;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .c-modal-card-arrow {
    width: 50px;
  }
}
@media (min-width: 576px) {
  .c-modal-card-arrow:hover {
    opacity: 0.5;
  }
}
.c-modal-card-arrow--r {
  right: -9.0625vw;
}
@media (min-width: 992px) {
  .c-modal-card-arrow--r {
    right: -4rem;
  }
}
.c-modal-card-arrow--l {
  left: -9.0625vw;
}
@media (min-width: 992px) {
  .c-modal-card-arrow--l {
    left: -4rem;
  }
}
.c-modal-card-arrow.js-disabled {
  cursor: auto;
  pointer-events: none;
  filter: grayscale(1);
}
@media (min-width: 576px) {
  .c-modal-card-arrow.js-disabled:hover {
    opacity: 1;
  }
}
.c-modal-card-btn {
  cursor: pointer;
  width: 6.25vw;
  height: 6.25vw;
  border-radius: 0 3.125vw 0 0;
  border-width: 6.25vw;
  border-style: solid;
  border-color: #efc048 #efc048 transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
  transition: opacity 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .c-modal-card-btn {
    width: 50px;
    height: 50px;
    border-radius: 0 10px 0 0;
    border-width: 50px;
  }
}
@media (min-width: 576px) {
  .c-modal-card-btn:hover {
    opacity: 0.5;
  }
}
.c-modal-card-btn img {
  width: 4.6875vw;
  position: absolute;
  top: -4.6875vw;
  right: -4.6875vw;
}
@media (min-width: 992px) {
  .c-modal-card-btn img {
    width: 30px;
    top: -35px;
    right: -35px;
  }
}
.c-modal-card-header {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5.2083333333vw;
  width: fit-content;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .c-modal-card-header {
    gap: 50px;
  }
}
.c-modal-card-header::before {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  background: linear-gradient(
    to left,
    #efc048,
    #efc048 5px,
    transparent 5px,
    transparent
  );
  background-size: 10px 100%;
}
@media (min-width: 576px) {
  .c-modal-card-header::before {
    background: linear-gradient(
      to left,
      #efc048,
      #efc048 8px,
      transparent 8px,
      transparent
    );
    background-size: 16px 100%;
  }
}
.c-modal-card-header img[src*="big"] {
  width: 11.4583333333vw;
  display: none;
}
@media (min-width: 992px) {
  .c-modal-card-header img[src*="big"] {
    width: 97px;
  }
}
.c-modal-card-header img[src*="small"] {
  width: 6.25vw;
}
@media (min-width: 992px) {
  .c-modal-card-header img[src*="small"] {
    width: 53px;
  }
}
.c-modal-card-header-items {
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition: scale 0.3s ease-in-out;
}
@media (min-width: 576px) {
  .c-modal-card-header-items:hover {
    scale: 1.1;
  }
}
.c-modal-card-header-items.js-active img[src*="big"] {
  display: block;
}
.c-modal-card-header-items.js-active img[src*="small"] {
  display: none;
}
.c-modal-card-body {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 70vh;
}
@media (max-width: 576px) and (max-height: 630px) {
  .c-modal-card-body {
    max-height: 60vh;
  }
}
@media (max-height: 860px) {
  .c-modal-card-body {
    max-height: 50vh;
  }
}
@media (max-height: 550px) {
  .c-modal-card-body {
    max-height: 30vh;
  }
}
.c-modal-card-body-items {
  width: 100%;
  float: left;
  margin-right: -100%;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  display: none;
}
.c-modal-card-body-items.js-active {
  opacity: 1;
  display: block;
}
.c-modal-card-body-items.js-prev {
  opacity: 0;
  transform: translateX(-100%);
}
.c-modal-card-body-items.js-next {
  opacity: 0;
  transform: translateX(100%);
}
.c-modal-card-body-txt {
  font-weight: 500;
  font-size: 3.75vw;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin: 1em 0;
}
@media (min-width: 992px) {
  .c-modal-card-body-txt {
    font-size: 1.5rem;
  }
}
.c-modal-card-body-img {
  max-width: 100%;
  margin: 0 auto;
}
.c-modal-card-body-img img[src*="pc"] {
  display: none;
}
@media (min-width: 992px) {
  .c-modal-card-body-img img[src*="pc"] {
    display: block;
  }
}
.c-modal-card-body-img img[src*="mb"] {
  display: block;
}
@media (min-width: 992px) {
  .c-modal-card-body-img img[src*="mb"] {
    display: none;
  }
}
.c-modal-title {
  margin-top: 0;
  font-size: 1.125rem;
}
@media (min-width: 992px) {
  .c-modal-title {
    font-size: 1.4875rem;
  }
}
@media (min-width: 1200px) {
  .c-modal-title {
    font-size: 2.125rem;
  }
}
.c-modal-button_group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.c-modal-button_group > * {
  font-size: 1rem;
}
@media (min-width: 992px) {
  .c-modal-button_group > * {
    font-size: 1.1375rem;
  }
}
@media (min-width: 1200px) {
  .c-modal-button_group > * {
    font-size: 1.625rem;
  }
}
.c-modal-button_group .c-button--arrow--img {
  background-image: url("../images/btn-arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 6px;
  height: 10px;
}
.c-modal.js-fadeIn {
  display: flex;
  opacity: 0;
}
.c-modal.js-active {
  display: flex;
  opacity: 1;
}
.c-modal.js-active .c-modal-card {
  transform: translateY(80px);
}
@media (min-width: 992px) {
  .c-modal.js-active .c-modal-card {
    transform: translateY(100px);
  }
}
body.c-modal-open {
  overflow: hidden;
  position: relative;
}
@media (min-width: 576px) {
  body.c-modal-open {
    padding-right: 15px;
  }
}
.c-carousel-item {
  transition: transform 0.3s ease-in-out;
  width: 100%;
  float: left;
  display: none !important;
  margin-right: -100%;
}
.c-carousel-arrow {
  position: absolute;
  z-index: 1;
  width: 48%;
  min-width: 280px;
  height: 56px;
  translate: -50% 0;
  left: 50%;
  bottom: 111px;
}
@media (min-width: 992px) {
  .c-carousel-arrow {
    translate: 0;
    left: auto;
    width: 350px;
    height: 66px;
    bottom: 113px;
    right: 72px;
  }
}
@media (min-width: 1200px) {
  .c-carousel-arrow {
    width: 500px;
    height: 95px;
    bottom: 180px;
    right: 57px;
  }
}
@media (min-width: 1300px) {
  .c-carousel-arrow {
    right: 92px;
  }
}
.c-carousel-arrow > * {
  padding: 0;
  width: 0;
  height: 0;
  cursor: pointer;
  background-color: transparent;
  border-width: 7.5px;
  border-style: solid;
  border-color: #191c1a;
  position: absolute;
  translate: 0 -50%;
  top: 50%;
}
@media (min-width: 992px) {
  .c-carousel-arrow > * {
    border-width: 15px;
  }
}
.c-carousel-arrow > *:nth-child(1) {
  left: 0;
  border-color: transparent #191c1a transparent transparent;
}
.c-carousel-arrow > *:nth-child(2) {
  right: 0;
  border-color: transparent transparent transparent #191c1a;
}
.c-carousel .js-prev {
  transform: translateX(-100%);
}
.c-carousel .js-next {
  transform: translateX(100%);
}
.c-carousel .js-show {
  display: block !important;
}
@media (min-width: 992px) {
  .c-carousel .js-show {
    display: grid !important;
  }
}
.c-deco-bg {
  position: absolute;
  right: 0;
  left: 0;
  bottom: calc(100% - 1px);
}
.swiper-button-next,
.swiper-button-prev {
  top: 40%;
  transition: opacity 0.3s ease-in-out;
  width: 6.25vw;
}
@media (min-width: 992px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: calc(40px * 0.7);
  }
}
@media (min-width: 1200px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 40px;
  }
}
.swiper-button-next::after,
.swiper-button-prev::after {
  content: none;
}
@media (min-width: 576px) {
  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    opacity: 0.6;
  }
}
.swiper-button-next {
  right: 0px;
}
.swiper-button-prev {
  left: 0px;
}
.swiper-slide {
  padding: 0 6px;
}
.d-flex {
  display: flex;
}
.d-none {
  display: none !important;
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1280px;
  }
}
.w-100 {
  width: 100% !important;
}
.p-index-float {
  position: fixed;
  right: 10px;
  bottom: 70px;
  z-index: 1100;
}
@media (min-width: 768px) {
  .p-index-float {
    bottom: 30%;
  }
}
@media (min-width: 576px) {
  .p-index-float:hover .p-index-float-wheel_group {
    scale: 1.1;
  }
}
.p-index-float-wheel_group {
  transform: translateY(-5vw);
  transition: scale 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .p-index-float-wheel_group {
    transform: translateY(-28px);
  }
}
@media (min-width: 1200px) {
  .p-index-float-wheel_group {
    transform: translateY(-40px);
  }
}
.p-index-float-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  font-weight: 800;
  white-space: nowrap;
  line-height: 1;
  letter-spacing: 1em;
  padding-left: 0.1em;
  padding-bottom: 0.1em;
  font-size: 4.6875vw;
}
@media (min-width: 992px) {
  .p-index-float-txt {
    font-size: calc(30px * 0.7);
  }
}
@media (min-width: 1200px) {
  .p-index-float-txt {
    font-size: 30px;
  }
}
.p-index-float-wheel {
  width: 21.25vw;
  height: 21.25vw;
}
@media (min-width: 992px) {
  .p-index-float-wheel {
    width: 119px;
    height: 119px;
  }
}
@media (min-width: 1200px) {
  .p-index-float-wheel {
    width: 170px;
    height: 170px;
  }
}
.p-index-float-wheel img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  animation: identifier 10s linear infinite;
}
.p-index-float-arrow {
  position: absolute;
  translate: -50% 0;
  left: 50%;
  bottom: 0;
  animation: floatUpDown 1s linear infinite;
  width: 6.875vw;
  height: 6.875vw;
}
@media (min-width: 992px) {
  .p-index-float-arrow {
    width: 38.5px;
    height: 38.5px;
  }
}
@media (min-width: 1200px) {
  .p-index-float-arrow {
    width: 55px;
    height: 55px;
  }
}
.p-index-key_visual {
  min-height: 108.3333333333vw;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .p-index-key_visual {
    min-height: 511px;
  }
}
@media (min-width: 1200px) {
  .p-index-key_visual {
    min-height: 730px;
  }
}
.p-index-key_visual-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.p-index-key_visual-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-index-key_visual-bg img[src*="mb"] {
  display: block;
}
@media (min-width: 992px) {
  .p-index-key_visual-bg img[src*="mb"] {
    display: none;
  }
}
.p-index-key_visual-bg img[src*="pc"] {
  display: none;
}
@media (min-width: 992px) {
  .p-index-key_visual-bg img[src*="pc"] {
    display: block;
  }
}
.p-index-key_visual-title {
  padding-left: 0.16em;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  margin-top: 6.25vw;
  margin-bottom: 3.125vw;
  font-size: 12.5vw;
}
@media (min-width: 992px) {
  .p-index-key_visual-title {
    margin: 14px 0;
  }
}
@media (min-width: 1200px) {
  .p-index-key_visual-title {
    margin: 20px 0;
  }
}
@media (min-width: 992px) {
  .p-index-key_visual-title {
    font-size: calc(80px * 0.7);
  }
}
@media (min-width: 1200px) {
  .p-index-key_visual-title {
    font-size: 80px;
  }
}
.p-index-key_visual-txt {
  letter-spacing: 0.08em;
  padding-left: 0.16em;
  font-weight: 500;
  line-height: 1.3;
  white-space: nowrap;
  text-align: center;
  font-size: 5.625vw;
  margin-bottom: 2.34375vw;
}
@media (min-width: 992px) {
  .p-index-key_visual-txt {
    font-size: calc(36px * 0.7);
  }
}
@media (min-width: 1200px) {
  .p-index-key_visual-txt {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .p-index-key_visual-txt {
    margin-bottom: calc(15px * 0.7);
  }
}
@media (min-width: 1200px) {
  .p-index-key_visual-txt {
    margin-bottom: 15px;
  }
}
.p-index-key_visual-content_group {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 992px) {
  .p-index-key_visual-content_group {
    flex-direction: row-reverse;
  }
}
.p-index-key_visual-btn_group {
  display: flex;
  justify-content: center;
  margin-top: 5vw;
  margin-bottom: 5vw;
  gap: 3.125vw;
}
@media (min-width: 992px) {
  .p-index-key_visual-btn_group {
    margin-top: calc(32px * 0.7);
  }
}
@media (min-width: 1200px) {
  .p-index-key_visual-btn_group {
    margin-top: 32px;
  }
}
@media (min-width: 992px) {
  .p-index-key_visual-btn_group {
    margin-bottom: calc(32px * 0.7);
  }
}
@media (min-width: 1200px) {
  .p-index-key_visual-btn_group {
    margin-bottom: 32px;
  }
}
@media (min-width: 992px) {
  .p-index-key_visual-btn_group {
    gap: calc(20px * 0.7);
  }
}
@media (min-width: 1200px) {
  .p-index-key_visual-btn_group {
    gap: 20px;
  }
}
@media (min-width: 992px) {
  .p-index-key_visual-img_group {
    margin: 0px 120px;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) {
  .p-index-key_visual-img_group {
    margin: 0 160px;
    margin-left: 80px;
    margin-bottom: -20px;
  }
}
@media (min-width: 1290px) {
  .p-index-key_visual-img_group {
    margin: 0 160px;
    margin-left: 80px;
  }
}
.p-index-key_visual-img {
  max-width: 100%;
  width: 60.15625vw;
}
@media (min-width: 992px) {
  .p-index-key_visual-img {
    width: calc(385px * 0.7);
  }
}
@media (min-width: 1200px) {
  .p-index-key_visual-img {
    width: 385px;
  }
}
.p-index-lottery {
  background-color: #efc048;
}
@media (min-width: 992px) {
  .p-index-lottery {
    height: 532px;
  }
}
@media (min-width: 1200px) {
  .p-index-lottery {
    height: 760px;
  }
}
.p-index-lottery .container {
  height: 100%;
}
.p-index-lottery-content_group {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  top: -8.3333333333vw;
  padding-bottom: 17.1875vw;
}
@media (min-width: 992px) {
  .p-index-lottery-content_group {
    padding-bottom: calc(110px * 0.7);
  }
}
@media (min-width: 1200px) {
  .p-index-lottery-content_group {
    padding-bottom: 110px;
  }
}
@media (min-width: 992px) {
  .p-index-lottery-content_group {
    flex-direction: row;
    top: 0;
  }
}
.p-index-lottery-bg {
  position: absolute;
  animation: zoomX 3s linear infinite alternate;
  bottom: 112.5vw;
  left: 50%;
  translate: -50% 0;
  width: 118.3333333333vw;
  height: 31.25vw;
}
@media (min-width: 992px) {
  .p-index-lottery-bg {
    translate: 0 0;
    left: -182px;
    bottom: -98px;
    width: 795.2px;
    height: auto;
  }
}
@media (min-width: 1200px) {
  .p-index-lottery-bg {
    left: -260px;
    bottom: -160px;
    width: 1136px;
  }
}
.p-index-lottery-bg img {
  height: 100%;
}
@keyframes zoomX {
  0% {
    scale: 1 1;
    opacity: 1;
  }
  100% {
    scale: 0.8 1;
    opacity: 0.5;
  }
}
.p-index-lottery-img_group {
  position: relative;
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) {
  .p-index-lottery-img_group {
    width: 50%;
    padding-top: 0;
  }
}
.p-index-lottery-slogan {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .p-index-lottery-slogan {
    width: 50%;
  }
}
.p-index-lottery-slogan .p-index-lottery-btn_group {
  position: relative;
}
@media (min-width: 992px) {
  .p-index-lottery-img_wrapper {
    top: -91px;
    position: absolute;
  }
}
@media (min-width: 1200px) {
  .p-index-lottery-img_wrapper {
    top: -130px;
  }
}
@media (min-width: 1600px) {
  .p-index-lottery-img_wrapper {
    top: -180px;
  }
}
.p-index-lottery-btn_group {
  position: absolute;
  align-self: flex-end;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .p-index-lottery-btn_group {
    position: relative;
    margin-top: 42px;
  }
}
@media (min-width: 1200px) {
  .p-index-lottery-btn_group {
    margin-top: 60px;
  }
}
.p-index-lottery-gradient {
  background: radial-gradient(
    circle farthest-side at 50% 50%,
    #fff8eb 30%,
    rgba(255, 248, 235, 0) 100%
  );
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 101.5625vw;
  height: 101.5625vw;
}
@media (min-width: 992px) {
  .p-index-lottery-gradient {
    width: calc(650px * 0.7);
  }
}
@media (min-width: 1200px) {
  .p-index-lottery-gradient {
    width: 650px;
  }
}
@media (min-width: 992px) {
  .p-index-lottery-gradient {
    height: calc(650px * 0.7);
  }
}
@media (min-width: 1200px) {
  .p-index-lottery-gradient {
    height: 650px;
  }
}
.p-index-lottery-img {
  width: 125vw;
}
@media (min-width: 992px) {
  .p-index-lottery-img {
    width: calc(800px * 0.7);
  }
}
@media (min-width: 1200px) {
  .p-index-lottery-img {
    width: 800px;
  }
}
.p-index-lottery-wheel {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  animation: identifier 10s linear infinite;
  width: 78.125vw;
}
@media (min-width: 992px) {
  .p-index-lottery-wheel {
    width: calc(500px * 0.7);
  }
}
@media (min-width: 1200px) {
  .p-index-lottery-wheel {
    width: 500px;
  }
}
.p-index-lottery-center {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 22.8125vw;
}
@media (min-width: 992px) {
  .p-index-lottery-center {
    width: calc(146px * 0.7);
  }
}
@media (min-width: 1200px) {
  .p-index-lottery-center {
    width: 146px;
  }
}
.p-index-lottery-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  transform: translateY(-14.0625vw);
  width: 4.375vw;
}
@media (min-width: 992px) {
  .p-index-lottery-arrow {
    transform: translateY(-63px);
  }
}
@media (min-width: 1200px) {
  .p-index-lottery-arrow {
    transform: translateY(-90px);
  }
}
@media (min-width: 992px) {
  .p-index-lottery-arrow {
    width: calc(28px * 0.7);
  }
}
@media (min-width: 1200px) {
  .p-index-lottery-arrow {
    width: 28px;
  }
}
.p-index-lottery-title {
  white-space: nowrap;
  padding-left: 0.16em;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  font-size: 7.5vw;
  margin-top: 9.375vw;
  margin-bottom: 9.375vw;
}
@media (min-width: 992px) {
  .p-index-lottery-title {
    font-size: calc(48px * 0.7);
  }
}
@media (min-width: 1200px) {
  .p-index-lottery-title {
    font-size: 48px;
  }
}
@media (min-width: 992px) {
  .p-index-lottery-title {
    margin-top: calc(60px * 0.7);
  }
}
@media (min-width: 1200px) {
  .p-index-lottery-title {
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .p-index-lottery-title {
    margin-bottom: calc(60px * 0.7);
  }
}
@media (min-width: 1200px) {
  .p-index-lottery-title {
    margin-bottom: 60px;
  }
}
.p-index-lottery-title > * {
  font-size: inherit;
}
.p-index-lottery-carousel {
  position: relative;
  width: 93.75vw;
  padding-right: 9.375vw;
  padding-left: 9.375vw;
  margin-bottom: 6.25vw;
}
@media (min-width: 992px) {
  .p-index-lottery-carousel {
    width: calc(600px * 0.7);
  }
}
@media (min-width: 1200px) {
  .p-index-lottery-carousel {
    width: 600px;
  }
}
@media (min-width: 992px) {
  .p-index-lottery-carousel {
    padding-right: calc(60px * 0.7);
  }
}
@media (min-width: 1200px) {
  .p-index-lottery-carousel {
    padding-right: 60px;
  }
}
@media (min-width: 992px) {
  .p-index-lottery-carousel {
    padding-left: calc(60px * 0.7);
  }
}
@media (min-width: 1200px) {
  .p-index-lottery-carousel {
    padding-left: 60px;
  }
}
@media (min-width: 992px) {
  .p-index-lottery-carousel {
    margin-bottom: calc(40px * 0.7);
  }
}
@media (min-width: 1200px) {
  .p-index-lottery-carousel {
    margin-bottom: 40px;
  }
}
.p-index-lottery-carousel-title {
  white-space: nowrap;
  background-color: #ffdf98;
  text-align: center;
  border-radius: 200px;
  margin-bottom: 0;
  font-weight: 600;
  width: 100%;
  padding-left: calc(0.16em + 20px);
  position: relative;
  z-index: 1;
  padding: 1.0416666667vw 2.0833333333vw;
  font-size: 2.5vw;
  margin-top: -7.8125vw;
}
@media (min-width: 992px) {
  .p-index-lottery-carousel-title {
    padding: 7px 14px;
  }
}
@media (min-width: 1200px) {
  .p-index-lottery-carousel-title {
    padding: 10px 20px;
  }
}
@media (min-width: 992px) {
  .p-index-lottery-carousel-title {
    font-size: calc(16px * 0.7);
  }
}
@media (min-width: 1200px) {
  .p-index-lottery-carousel-title {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .p-index-lottery-carousel-title {
    margin-top: calc(-50px * 0.7);
  }
}
@media (min-width: 1200px) {
  .p-index-lottery-carousel-title {
    margin-top: -50px;
  }
}
.p-index-lottery-carousel-txt {
  text-align: center;
  font-weight: 600;
  margin-top: 2.5vw;
  font-size: 3.125vw;
}
@media (min-width: 992px) {
  .p-index-lottery-carousel-txt {
    margin-top: calc(16px * 0.7);
  }
}
@media (min-width: 1200px) {
  .p-index-lottery-carousel-txt {
    margin-top: 16px;
  }
}
@media (min-width: 992px) {
  .p-index-lottery-carousel-txt {
    font-size: calc(20px * 0.7);
  }
}
@media (min-width: 1200px) {
  .p-index-lottery-carousel-txt {
    font-size: 20px;
  }
}
.p-index-mission {
  position: relative;
}
@media (min-width: 1200px) {
  .p-index-mission .container {
    max-width: 1440px;
  }
}
.p-index-mission-dashed {
  width: 2px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  background: linear-gradient(
    #efc048,
    #efc048 5px,
    transparent 5px,
    transparent
  );
  background-size: 100% 10px;
}
@media (min-width: 576px) {
  .p-index-mission-dashed {
    background: linear-gradient(
      #efc048,
      #efc048 8px,
      transparent 8px,
      transparent
    );
    background-size: 100% 16px;
  }
}
@media (min-width: 992px) {
  .p-index-mission-dashed {
    height: 100%;
    top: 50%;
    translate: -50% -50%;
  }
}
.p-index-mission-mission_group {
  padding-top: 12.5vw;
}
@media (min-width: 992px) {
  .p-index-mission-mission_group {
    padding-top: calc(80px * 0.7);
  }
}
@media (min-width: 1200px) {
  .p-index-mission-mission_group {
    padding-top: 80px;
  }
}
.p-index-mission-tag {
  margin: 0 auto;
  width: 17.1875vw;
}
@media (min-width: 992px) {
  .p-index-mission-tag {
    width: calc(110px * 0.7);
  }
}
@media (min-width: 1200px) {
  .p-index-mission-tag {
    width: 110px;
  }
}
.p-index-mission-content_group {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column-reverse;
  position: relative;
}
@media (min-width: 992px) {
  .p-index-mission-content_group {
    justify-content: space-between;
    flex-direction: row;
    margin: 42px 0;
  }
}
@media (min-width: 1200px) {
  .p-index-mission-content_group {
    margin: 60px 0;
  }
}
.p-index-mission-title {
  font-weight: 900;
  font-size: 8.125vw;
}
@media (min-width: 576px) {
  .p-index-mission-title {
    white-space: nowrap;
  }
}
@media (min-width: 992px) {
  .p-index-mission-title {
    font-size: 36.4px;
  }
}
@media (min-width: 1200px) {
  .p-index-mission-title {
    font-size: 48px;
  }
}
@media (min-width: 1600px) {
  .p-index-mission-title {
    font-size: 52px;
  }
}
.p-index-mission-txt {
  margin: 1rem 0;
  line-height: 1.5;
  font-size: 3.75vw;
}
@media (min-width: 992px) {
  .p-index-mission-txt {
    font-size: calc(24px * 0.7);
  }
}
@media (min-width: 1200px) {
  .p-index-mission-txt {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .p-index-mission-txt_group {
    width: 50%;
    padding: 0 35px;
  }
}
@media (min-width: 1200px) {
  .p-index-mission-txt_group {
    padding: 0 70px;
  }
}
@media (min-width: 1600px) {
  .p-index-mission-txt_group {
    padding: 0 70px;
  }
}
@media (min-width: 992px) {
  .p-index-mission-img_group {
    width: 50%;
    padding: 0 20px;
  }
}
@media (min-width: 1200px) {
  .p-index-mission-img_group {
    padding: 0 50px;
  }
}
@media (min-width: 1600px) {
  .p-index-mission-img_group {
    padding: 0 50px;
  }
}
.p-index-mission-info_group {
  border: 2px dashed #ffdf98;
  border-radius: 25px;
  display: flex;
  line-height: 1.5;
  padding: 3.125vw;
  gap: 3.125vw;
  margin-top: 4.6875vw;
}
@media (min-width: 992px) {
  .p-index-mission-info_group {
    padding: calc(20px * 0.7);
  }
}
@media (min-width: 1200px) {
  .p-index-mission-info_group {
    padding: 20px;
  }
}
@media (min-width: 992px) {
  .p-index-mission-info_group {
    gap: calc(20px * 0.7);
  }
}
@media (min-width: 1200px) {
  .p-index-mission-info_group {
    gap: 20px;
  }
}
@media (min-width: 992px) {
  .p-index-mission-info_group {
    margin-top: calc(30px * 0.7);
  }
}
@media (min-width: 1200px) {
  .p-index-mission-info_group {
    margin-top: 30px;
  }
}
.p-index-mission-info_group-icon {
  width: 4.0625vw;
}
@media (min-width: 992px) {
  .p-index-mission-info_group-icon {
    width: calc(26px * 0.7);
  }
}
@media (min-width: 1200px) {
  .p-index-mission-info_group-icon {
    width: 26px;
  }
}
.p-index-mission-info_group-txt {
  font-size: 3.75vw;
}
@media (min-width: 992px) {
  .p-index-mission-info_group-txt {
    font-size: 16.8px;
  }
}
@media (min-width: 1200px) {
  .p-index-mission-info_group-txt {
    font-size: 20px;
  }
}
@media (min-width: 1600px) {
  .p-index-mission-info_group-txt {
    font-size: 24px;
  }
}
.p-index-mission-step_group {
  background-color: #fff8eb;
  border-radius: 3.90625vw;
  padding: 3.125vw;
  gap: 3.125vw;
  margin-top: 4.6875vw;
}
@media (min-width: 992px) {
  .p-index-mission-step_group {
    border-radius: calc(25px * 0.7);
  }
}
@media (min-width: 1200px) {
  .p-index-mission-step_group {
    border-radius: 25px;
  }
}
@media (min-width: 992px) {
  .p-index-mission-step_group {
    padding: calc(20px * 0.7);
  }
}
@media (min-width: 1200px) {
  .p-index-mission-step_group {
    padding: 20px;
  }
}
@media (min-width: 992px) {
  .p-index-mission-step_group {
    gap: calc(20px * 0.7);
  }
}
@media (min-width: 1200px) {
  .p-index-mission-step_group {
    gap: 20px;
  }
}
@media (min-width: 992px) {
  .p-index-mission-step_group {
    margin-top: calc(30px * 0.7);
  }
}
@media (min-width: 1200px) {
  .p-index-mission-step_group {
    margin-top: 30px;
  }
}
.p-index-mission-step_group-btn {
  cursor: pointer;
  background-color: #ffdf98;
  display: flex;
  align-items: center;
  transition: background-color 0.3s ease-in-out;
  gap: 3.125vw;
  border-radius: 3.90625vw;
  padding-top: 1.5625vw;
  padding-bottom: 1.5625vw;
  padding-left: 3.125vw;
  padding-right: 3.125vw;
}
@media (min-width: 992px) {
  .p-index-mission-step_group-btn {
    gap: calc(20px * 0.7);
  }
}
@media (min-width: 1200px) {
  .p-index-mission-step_group-btn {
    gap: 20px;
  }
}
@media (min-width: 992px) {
  .p-index-mission-step_group-btn {
    border-radius: calc(25px * 0.7);
  }
}
@media (min-width: 1200px) {
  .p-index-mission-step_group-btn {
    border-radius: 25px;
  }
}
@media (min-width: 992px) {
  .p-index-mission-step_group-btn {
    padding-top: calc(10px * 0.7);
  }
}
@media (min-width: 1200px) {
  .p-index-mission-step_group-btn {
    padding-top: 10px;
  }
}
@media (min-width: 992px) {
  .p-index-mission-step_group-btn {
    padding-bottom: calc(10px * 0.7);
  }
}
@media (min-width: 1200px) {
  .p-index-mission-step_group-btn {
    padding-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .p-index-mission-step_group-btn {
    padding-left: calc(20px * 0.7);
  }
}
@media (min-width: 1200px) {
  .p-index-mission-step_group-btn {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .p-index-mission-step_group-btn {
    padding-right: calc(20px * 0.7);
  }
}
@media (min-width: 1200px) {
  .p-index-mission-step_group-btn {
    padding-right: 20px;
  }
}
@media (min-width: 576px) {
  .p-index-mission-step_group-btn:hover {
    background-color: rgb(255, 196.6, 168.6);
  }
}
.p-index-mission-step_group-btn-icon {
  width: 4.0625vw;
}
@media (min-width: 992px) {
  .p-index-mission-step_group-btn-icon {
    width: calc(26px * 0.7);
  }
}
@media (min-width: 1200px) {
  .p-index-mission-step_group-btn-icon {
    width: 26px;
  }
}
.p-index-mission-step_group-btn-txt {
  font-size: 3.75vw;
}
@media (min-width: 992px) {
  .p-index-mission-step_group-btn-txt {
    font-size: calc(24px * 0.7);
  }
}
@media (min-width: 1200px) {
  .p-index-mission-step_group-btn-txt {
    font-size: 24px;
  }
}
.p-index-mission-step_group-btn-arrow {
  margin-left: auto;
  width: 1.5625vw;
}
@media (min-width: 992px) {
  .p-index-mission-step_group-btn-arrow {
    width: calc(10px * 0.7);
  }
}
@media (min-width: 1200px) {
  .p-index-mission-step_group-btn-arrow {
    width: 10px;
  }
}
.p-index-mission-step_group-items_group {
  display: flex;
  justify-content: center;
  gap: 1.5625vw;
}
@media (min-width: 992px) {
  .p-index-mission-step_group-items_group {
    gap: calc(10px * 0.7);
  }
}
@media (min-width: 1200px) {
  .p-index-mission-step_group-items_group {
    gap: 10px;
  }
}
.p-index-mission-step_group-items_group-title {
  font-weight: 700;
  position: absolute;
  font-size: 2.5vw;
}
@media (min-width: 992px) {
  .p-index-mission-step_group-items_group-title {
    font-size: calc(16px * 0.7);
  }
}
@media (min-width: 1200px) {
  .p-index-mission-step_group-items_group-title {
    font-size: 16px;
  }
}
.p-index-mission-step_group-items_group-items {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 15%;
  gap: 1.5625vw;
  margin-top: 3.125vw;
}
@media (min-width: 992px) {
  .p-index-mission-step_group-items_group-items {
    gap: calc(10px * 0.7);
  }
}
@media (min-width: 1200px) {
  .p-index-mission-step_group-items_group-items {
    gap: 10px;
  }
}
@media (min-width: 992px) {
  .p-index-mission-step_group-items_group-items {
    margin-top: calc(20px * 0.7);
  }
}
@media (min-width: 1200px) {
  .p-index-mission-step_group-items_group-items {
    margin-top: 20px;
  }
}
.p-index-mission-step_group-items_group-items h3 {
  font-weight: 700;
  position: relative;
  font-size: 5vw;
  margin-top: 3.125vw;
}
@media (min-width: 992px) {
  .p-index-mission-step_group-items_group-items h3 {
    font-size: calc(32px * 0.7);
  }
}
@media (min-width: 1200px) {
  .p-index-mission-step_group-items_group-items h3 {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  .p-index-mission-step_group-items_group-items h3 {
    margin-top: calc(20px * 0.7);
  }
}
@media (min-width: 1200px) {
  .p-index-mission-step_group-items_group-items h3 {
    margin-top: 20px;
  }
}
.p-index-mission-step_group-items_group-items h3::before {
  content: "";
  display: block;
  border-style: solid;
  border-color: transparent transparent transparent #efc048;
  scale: 1 0.5;
  position: absolute;
  left: 100%;
  top: 50%;
  translate: 0 -50%;
  transform: translateX(2.6041666667vw) translateY(1.0416666667vw);
  width: 1.875vw;
  height: 1.875vw;
  border-width: 1.875vw;
}
@media (min-width: 992px) {
  .p-index-mission-step_group-items_group-items h3::before {
    width: calc(12px * 0.7);
  }
}
@media (min-width: 1200px) {
  .p-index-mission-step_group-items_group-items h3::before {
    width: 12px;
  }
}
@media (min-width: 992px) {
  .p-index-mission-step_group-items_group-items h3::before {
    height: calc(12px * 0.7);
  }
}
@media (min-width: 1200px) {
  .p-index-mission-step_group-items_group-items h3::before {
    height: 12px;
  }
}
@media (min-width: 992px) {
  .p-index-mission-step_group-items_group-items h3::before {
    border-width: calc(12px * 0.7);
  }
}
@media (min-width: 1200px) {
  .p-index-mission-step_group-items_group-items h3::before {
    border-width: 12px;
  }
}
@media (min-width: 992px) {
  .p-index-mission-step_group-items_group-items h3::before {
    transform: translateX(1.0833333333vw) translateY(5px);
  }
}
@media (min-width: 1440px) {
  .p-index-mission-step_group-items_group-items h3::before {
    transform: translateX(20px) translateY(5px);
  }
}
.p-index-mission-step_group-items_group-items:last-child h3::before {
  display: none;
}
.p-index-mission-step_group-items_group-items p {
  white-space: nowrap;
  font-size: 2.5vw;
}
@media (min-width: 992px) {
  .p-index-mission-step_group-items_group-items p {
    font-size: calc(16px * 0.7);
  }
}
@media (min-width: 1200px) {
  .p-index-mission-step_group-items_group-items p {
    font-size: 16px;
  }
}
.p-index-mission-btn_group {
  display: flex;
  justify-content: center;
  gap: 3.125vw;
  margin-top: 4.6875vw;
}
@media (min-width: 992px) {
  .p-index-mission-btn_group {
    gap: calc(20px * 0.7);
  }
}
@media (min-width: 1200px) {
  .p-index-mission-btn_group {
    gap: 20px;
  }
}
@media (min-width: 992px) {
  .p-index-mission-btn_group {
    margin-top: calc(30px * 0.7);
  }
}
@media (min-width: 1200px) {
  .p-index-mission-btn_group {
    margin-top: 30px;
  }
}
.p-index #mission_02_ID .p-index-mission-content_group {
  margin-bottom: 25vw;
}
@media (min-width: 992px) {
  .p-index #mission_02_ID .p-index-mission-content_group {
    margin-bottom: calc(160px * 0.7);
  }
}
@media (min-width: 1200px) {
  .p-index #mission_02_ID .p-index-mission-content_group {
    margin-bottom: 160px;
  }
}
@media (min-width: 992px) {
  .p-index #mission_02_ID .p-index-mission-content_group {
    flex-direction: row-reverse;
  }
}
.p-index-qa {
  background-color: #ffdf98;
  line-height: 1.5;
  letter-spacing: 0.15em;
  padding-bottom: 12.5vw;
  font-size: 3.4375vw;
}
@media (min-width: 992px) {
  .p-index-qa {
    padding-bottom: calc(80px * 0.7);
  }
}
@media (min-width: 1200px) {
  .p-index-qa {
    padding-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .p-index-qa {
    font-size: calc(22px * 0.7);
  }
}
@media (min-width: 1200px) {
  .p-index-qa {
    font-size: 22px;
  }
}
.p-index-qa ul {
  margin-left: 1.15em;
}
.p-index-qa ul li {
  text-indent: -1.1em;
  margin-left: 1.1em;
}
.p-index-qa ol {
  padding-left: 1.8em;
}
.p-index-qa hr {
  border: 0;
  height: 2px;
  width: 100%;
  background: linear-gradient(
    to left,
    #efc048,
    #efc048 5px,
    transparent 5px,
    transparent
  );
  background-size: 10px 100%;
  margin-top: 5vw;
  margin-bottom: 5vw;
}
@media (min-width: 576px) {
  .p-index-qa hr {
    background: linear-gradient(
      to left,
      #efc048,
      #efc048 8px,
      transparent 8px,
      transparent
    );
    background-size: 16px 100%;
  }
}
@media (min-width: 992px) {
  .p-index-qa hr {
    margin-top: calc(32px * 0.7);
  }
}
@media (min-width: 1200px) {
  .p-index-qa hr {
    margin-top: 32px;
  }
}
@media (min-width: 992px) {
  .p-index-qa hr {
    margin-bottom: calc(32px * 0.7);
  }
}
@media (min-width: 1200px) {
  .p-index-qa hr {
    margin-bottom: 32px;
  }
}
.p-index-qa .c-accordion-body {
  color: #899296;
}
.p-index-qa-title {
  text-align: center;
  font-weight: 900;
  font-size: 9.375vw;
  padding-top: 9.375vw;
  padding-bottom: 9.375vw;
}
@media (min-width: 992px) {
  .p-index-qa-title {
    font-size: calc(60px * 0.7);
  }
}
@media (min-width: 1200px) {
  .p-index-qa-title {
    font-size: 60px;
  }
}
@media (min-width: 992px) {
  .p-index-qa-title {
    padding-top: calc(60px * 0.7);
  }
}
@media (min-width: 1200px) {
  .p-index-qa-title {
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  .p-index-qa-title {
    padding-bottom: calc(60px * 0.7);
  }
}
@media (min-width: 1200px) {
  .p-index-qa-title {
    padding-bottom: 60px;
  }
}
.p-index-qa-content--question {
  font-weight: 700;
  color: #899296;
  margin-bottom: 0.5rem;
  display: flex;
  font-size: 4.0625vw;
}
@media (min-width: 992px) {
  .p-index-qa-content--question {
    font-size: calc(26px * 0.7);
  }
}
@media (min-width: 1200px) {
  .p-index-qa-content--question {
    font-size: 26px;
  }
}
.p-index-qa-content--question > span {
  display: inline-block;
}
.p-index-qa-content--question > span:first-child {
  width: 3em;
  text-align: center;
}
.p-index-qa-content--title {
  font-weight: normal;
  min-width: 2em;
  text-align: right;
  margin-right: 0.5em;
  font-size: 3.75vw;
}
@media (min-width: 992px) {
  .p-index-qa-content--title {
    font-size: calc(24px * 0.7);
  }
}
@media (min-width: 1200px) {
  .p-index-qa-content--title {
    font-size: 24px;
  }
}
.p-index-qa-content--subtitle {
  font-weight: 700;
  margin-top: 5vw;
  margin-bottom: 5vw;
  font-size: 4.0625vw;
}
@media (min-width: 992px) {
  .p-index-qa-content--subtitle {
    margin-top: calc(32px * 0.7);
  }
}
@media (min-width: 1200px) {
  .p-index-qa-content--subtitle {
    margin-top: 32px;
  }
}
@media (min-width: 992px) {
  .p-index-qa-content--subtitle {
    margin-bottom: calc(32px * 0.7);
  }
}
@media (min-width: 1200px) {
  .p-index-qa-content--subtitle {
    margin-bottom: 32px;
  }
}
@media (min-width: 992px) {
  .p-index-qa-content--subtitle {
    font-size: calc(26px * 0.7);
  }
}
@media (min-width: 1200px) {
  .p-index-qa-content--subtitle {
    font-size: 26px;
  }
}
.p-index-qa-content--answer {
  margin-left: 2.8125vw;
  font-size: 3.4375vw;
}
@media (min-width: 992px) {
  .p-index-qa-content--answer {
    margin-left: calc(18px * 0.7);
  }
}
@media (min-width: 1200px) {
  .p-index-qa-content--answer {
    margin-left: 18px;
  }
}
@media (min-width: 992px) {
  .p-index-qa-content--answer {
    font-size: calc(22px * 0.7);
  }
}
@media (min-width: 1200px) {
  .p-index-qa-content--answer {
    font-size: 22px;
  }
}
.p-index-qa-content--answer > * {
  font-size: inherit;
}
.p-index-qa-content--answer > * > * {
  font-size: inherit;
}
.p-index-qa-content--answer--title {
  color: #bfc8cc;
  font-weight: 700;
  margin-bottom: 0.5rem;
  font-size: 4.0625vw;
}
@media (min-width: 992px) {
  .p-index-qa-content--answer--title {
    font-size: calc(26px * 0.7);
  }
}
@media (min-width: 1200px) {
  .p-index-qa-content--answer--title {
    font-size: 26px;
  }
}
.p-index-qa-content--content {
  color: #899296;
  margin-left: 1.2em;
  word-wrap: break-word;
}
.p-index-qa-content--img {
  width: 430px;
  margin: 0 auto;
  width: 67.1875vw;
  margin-top: 5vw;
  margin-bottom: 5vw;
}
@media (min-width: 992px) {
  .p-index-qa-content--img {
    width: calc(430px * 0.7);
  }
}
@media (min-width: 1200px) {
  .p-index-qa-content--img {
    width: 430px;
  }
}
@media (min-width: 992px) {
  .p-index-qa-content--img {
    margin-top: calc(32px * 0.7);
  }
}
@media (min-width: 1200px) {
  .p-index-qa-content--img {
    margin-top: 32px;
  }
}
@media (min-width: 992px) {
  .p-index-qa-content--img {
    margin-bottom: calc(32px * 0.7);
  }
}
@media (min-width: 1200px) {
  .p-index-qa-content--img {
    margin-bottom: 32px;
  }
}
.p-index #Lottery_ID {
  scroll-margin-top: 15.625vw;
}
@media (min-width: 992px) {
  .p-index #Lottery_ID {
    scroll-margin-top: calc(100px * 0.7);
  }
}
@media (min-width: 1200px) {
  .p-index #Lottery_ID {
    scroll-margin-top: 100px;
  }
}
