body {
  background-color: #1A1A1A;
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-family: "Sawarabi Gothic", sans-serif;
}

a {
  text-decoration: none;
}

.lottery__header {
  position: relative;
}

.header_logo {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
.header_logo ul {
  list-style: none;
  display: flex;
  justify-content: space-around;
  padding: 0;
}
.header_logo ul li {
  width: auto;
  max-width: 100%;
}
.header_logo img {
  max-width: 100%;
}

.sponsor {
  text-align: center;
}

.lang_set {
  position: absolute;
  top: 50px;
  right: 10px;
}
.lang_set ul {
  display: flex;
  margin: 0;
  padding: 0;
}
.lang_set li {
  margin: 0 0 0 10px;
}
.lang_set a {
  align-items: center;
  border: 1px solid #fff;
  border-radius: 13px;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  font-size: 12px;
  height: 26px;
  justify-content: center;
  text-decoration: none;
  width: 80px;
}

.container {
  max-width: 1200px;
  margin: auto;
  padding: 3em 1em;
}
.container .button {
  display: block;
  margin: 30px auto;
  border: none;
  font-size: 1.5em;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 5px 2em;
  background: #DE0068;
  color: #fff;
  cursor: pointer;
  text-align: center;
  width: 100%;
  max-width: 200px;
}
.container .button:hover {
  background: #e02e81;
}
.container ul {
  list-style: none;
  padding-inline-start: 20px;
}

h1 {
  text-align: center;
  font-size: 3em;
}

.center-p {
  text-align: center;
}

.lottery-guide {
  padding: 0 5em;
  text-align: center;
}

.lottery-period {
  border: 1px solid #fff;
  box-sizing: border-box;
  margin: 40px auto 0 auto;
  padding: 1em;
  text-align: center;
  width: calc(100% - 20px);
  max-width: 600px;
}

.container .item {
  box-sizing: border-box;
  margin: 100px auto 0 auto;
  padding: 0;
  width: 100%;
  max-width: 900px;
  display: flex;
  justify-content: space-between;
  gap: 1em;
}
@media only screen and (min-width: 768px) {
  .container .item {
    gap: 2em;
    padding: 0 10px;
  }
}
.container .item_gallery {
  cursor: pointer;
  width: 150px;
}
@media only screen and (min-width: 768px) {
  .container .item_gallery {
    width: 260px;
  }
}
.container .item_gallery__main {
  height: 150px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .container .item_gallery__main {
    height: 260px;
  }
}
.container .item_gallery__main img {
  width: 100% !important;
}
.container .item_gallery__thumb {
  margin: 15px 0 0 0;
}
.container .item_gallery .splide__track {
  height: 100% !important;
}
.container .item_gallery .splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.container .item_img {
  width: 50%;
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.container .item_img img {
  height: 100%;
}
.container .item_text {
  font-size: 0.8rem;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .container .item_text {
    font-size: 1rem;
  }
}
.container .item_text_price {
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .container .item_text_price span {
    font-size: 2em;
    font-weight: bold;
  }
}
.container .item_select {
  text-align: right;
}
.container .item_select span {
  background-color: #DE0068;
  border-radius: 5px;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  padding: 0 1rem;
}
@media only screen and (min-width: 768px) {
  .container .item_select span {
    height: 30px;
    line-height: 30px;
    padding: 0 2em;
  }
}
.container .item_select select {
  padding: 5px;
  border-radius: 5px;
}

/* Modal Styles */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
  display: block;
  max-width: 90%;
  max-height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Close button */
.close {
  color: #fff;
  font-size: 3em;
  font-weight: bold;
  cursor: pointer;
  position: absolute;
  top: 0.5em;
  right: 1em;
}

.options {
  display: flex;
  justify-content: space-between;
  margin: 50px auto 0 auto;
  padding: 0 5em;
}
.options label {
  font-size: 2em;
  font-weight: bold;
}
.options select {
  width: 30%;
  text-align: center;
  padding: 5px;
  border-radius: 5px;
  font-size: 1.2em;
}
.options_confirm {
  font-size: 1.2em;
  display: flex;
  align-items: center;
}

.notes {
  border: solid #fff 1px;
  padding: 1em 2em;
  margin: 3em;
}
.notes h3 {
  text-align: center;
}
.notes ul {
  list-style-type: disc;
  text-align: justify;
}
.notes label {
  text-align: center;
  display: block;
}

.submit {
  border: none;
  background-color: #DE0068;
  border-radius: 5px;
  font-size: 1.5em;
  color: #fff;
  display: block;
  padding: 5px 1em;
  margin: auto;
  margin-top: 2rem;
}

.confirm-button {
  display: flex;
  justify-content: space-around;
  margin: 3em auto;
  max-width: 600px;
}
.confirm-button .back {
  background-color: #fff;
  border: solid 2px #DE0068;
  border-radius: 5px;
  font-size: 1.5em;
  padding: 5px 1em;
  color: #DE0068;
  margin: auto;
}
.confirm-button .submit {
  margin: auto;
}

.error-msg {
  border: solid #ff2020 2px;
  background-color: #e05f5f;
  padding: 5px 2em;
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  header {
    margin-top: 0;
  }
  .container {
    width: auto;
  }
  .sponsor {
    position: initial;
    display: flex;
    justify-content: center;
  }
  .header_logo {
    margin: 0;
  }
  .header_logo ul {
    flex-direction: column;
    align-items: center;
  }
  .header_logo li {
    margin: -1em;
  }
  .header_logo li:first-child {
    margin-bottom: -2.5em;
  }
  .header_logo img {
    width: 100%;
  }
  .item_img {
    display: block;
  }
  .item_img img {
    max-width: 250px;
  }
  .item_text {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .lottery-guide {
    padding: 0;
    text-align: center;
  }
  .item, .options {
    padding: 1em;
  }
  .item {
    padding: 0;
    margin: 2em 0;
    gap: 10px;
  }
  .item_img img {
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
  .item_text h3 {
    margin: 0;
    font-size: 1em;
  }
  .notes {
    margin: 1em;
    padding: 1em;
  }
  .item_select span {
    padding: 0 8px 5px;
  }
  .item_select select {
    padding: 3px;
  }
  .options label {
    font-size: 1.5em;
  }
  .options select {
    width: auto;
  }
}/*# sourceMappingURL=lottery2.css.map */