

.common__container {
  position: relative;
  padding: 0 15px;
  margin: 0 auto;
}

@media (min-width: 1921px) {
  .common__container {
    width: 1440px;
  }
}

@media (max-width: 1920px) and (min-width: 1300px) {
  .common__container {
    width: 1270px;
  }
}

@media (max-width: 1299px) and (min-width: 992px) {
  .common__container {
    width: 990px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .common__container {
    width: 750px;
  }
}

@media (max-width: 767px) {
  .common__container {
    width: 100%;
  }
}

/* #myMidYearSale {
  overflow: hidden;
} */

#myMidYearSale .redeem {
  padding-top: 9vh;
  padding-bottom: 9vh;
  background-color: #000;
}

@media (max-width: 1300px) {
  #myMidYearSale .redeem {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 1050px) {
  #myMidYearSale .redeem {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

@media (max-width: 800px) {
  #myMidYearSale .redeem {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

#myMidYearSale .redeem__area {
  -moz-border-radius: 15px;
       border-radius: 15px;
}

#myMidYearSale .redeem__title {
  font-weight: 900;
  text-align: center;
  font-size: 40px;
  margin-bottom: 1em;
  line-height: 1.5em;
  margin: 0;
  color: #ffffff;
  text-transform: uppercase;
}

@media (max-width: 1600px) {
  #myMidYearSale .redeem__title {
    font-size: 38px;
  }
}

@media (max-width: 1300px) {
  #myMidYearSale .redeem__title {
    font-size: 36px;
  }
}

@media (max-width: 1050px) {
  #myMidYearSale .redeem__title {
    font-size: 34px;
  }
}

#myMidYearSale .redeem__title img {
  width: 40px;
}

#myMidYearSale .redeem__step {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-top: 80px;
}

@media (max-width: 675px) {
  #myMidYearSale .redeem__step {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 20px;
  }
}

#myMidYearSale .redeem__step-item {
  cursor: pointer;
  width: -moz-calc( 100% / 3 - 25px);
  width: calc( 100% / 3 - 25px);
  border: 5px solid #8f0f07;
  -moz-border-radius: 60px;
       border-radius: 60px;
  -webkit-box-pack: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  background: #cf8919;
  text-decoration: none;
  /* font-family: arboria, sans-serif; */
  font-size: 18px;
  margin-bottom: 1em;
  line-height: 1.5em;
}

@media (max-width: 1600px) {
  #myMidYearSale .redeem__step-item {
    font-size: 16px;
  }
}

@media (max-width: 1300px) {
  #myMidYearSale .redeem__step-item {
    font-size: 14px;
  }
}

@media (max-width: 1050px) {
  #myMidYearSale .redeem__step-item {
    font-size: 16px;
  }
}

#myMidYearSale .redeem__step-item:hover {
  background: #6a6a6a;
  border: 5px solid #e3a455;
}

#myMidYearSale .redeem__step-item:hover div {
  background: #e3a455;
}

@media (max-width: 991px) {
  #myMidYearSale .redeem__step-item {
    width: -moz-calc( 100% / 3 - 10px);
    width: calc( 100% / 3 - 10px);
  }
}

@media (max-width: 675px) {
  #myMidYearSale .redeem__step-item {
    width: 100%;
    margin-top: 20px;
  }
}

#myMidYearSale .redeem__step-item img {
  width: 90%;
  margin-top: 20px;
}

@media (max-width: 675px) {
  #myMidYearSale .redeem__step-item img {
    width: 50%;
  }
}

#myMidYearSale .redeem__step-item div {
  width: 100%;
  background: #8f0f07;
  height: 34px;
  color: #ffffff;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  font-weight: 900;
  /* font-family: arboria, sans-serif; */
  font-size: 24px;
  margin-bottom: 1em;
  line-height: 1.5em;
  margin: 0;
}

@media (max-width: 1600px) {
  #myMidYearSale .redeem__step-item div {
    font-size: 22px;
  }
}

@media (max-width: 1300px) {
  #myMidYearSale .redeem__step-item div {
    font-size: 20px;
  }
}

@media (max-width: 1050px) {
  #myMidYearSale .redeem__step-item div {
    font-size: 18px;
  }
}

#myMidYearSale .redeem__step-item p {
  color: #fff;
  text-align: center;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#myMidYearSale .redeem__btns {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  flex-direction: row;
}
@media (max-width: 1050px) {
  #myMidYearSale .redeem__btns {
    flex-direction: column;
  }
}

#myMidYearSale .redeem__btns-item {
  padding: 15px 20px;
  background: #8f0f07;
  -moz-border-radius: 100px;
       border-radius: 100px;
  /* font-family: arboria, sans-serif; */
  color: #fff;
  margin: 20px;
  font-size: 20px;
  text-align: center;
  margin-bottom: 1em;
  line-height: 1.5em;
  cursor: pointer;
  transition: 0.4s;
  width: calc( 100%/3 - 20px);
}

@media (max-width: 1600px) {
  #myMidYearSale .redeem__btns-item {
    font-size: 18px;
  }
}

@media (max-width: 1300px) {
  #myMidYearSale .redeem__btns-item {
    font-size: 16px;
  }
}

@media (max-width: 1050px) {
  #myMidYearSale .redeem__btns-item {
    font-size: 16px;
    text-align: center;
    width: 100%;
    margin: 10px 0;
  }
}

#myMidYearSale .redeem__btns-item:hover {
  background: #cf8919;
  color: #fff;
}



.terms {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
}
.terms p {
  font-size: 20px;
  line-height: 1.5;
  /* font-family: "Noto Sans JP", sans-serif; */
}
.terms li {
  font-size: 20px;

  line-height: 1.5;
  /* font-family: "Noto Sans JP", sans-serif; */
  font-weight: 100;
}
.terms__area {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  width: 90%;
  max-width: 1280px;
  margin: auto;
  height: 90vh;
  overflow-x: hidden;
  /* font-family: "Noto Serif JP", serif; */
  padding: 20px 20px 70px 20px;

  background: #f5f5f5;
  overflow-y: scroll;
  float: left;
}
.terms__area::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.terms__area::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

.terms__area::-webkit-scrollbar-thumb {
  background-color: #949494;
}

.terms__area-close {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 34px;
  z-index: 100;
  cursor: pointer;


}
.terms__area-title {
  font-size: 42px;
  text-align: center;

}
.terms__area-subtitle {
  font-size: 32px;
  margin-top: 40px;
  text-align: center;

}

.terms__area-line {
  width: 100%;
  height: 1px;
  margin: 10px auto 40px auto;
  position: relative;
  background: #ccc;
  z-index: 5;
}

.terms__area-line::after {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 200px;
  content: "";
  display: block;
  background: #016af9;
  z-index: 99;
  height: 1px;
}

.terms__area-tabletitle {
  font-size: 26px;
  margin: 70px 0 40px 0;
  text-align: center;
}

.terms__area ul {
  list-style-type: decimal;
  margin-left: 25px;
  padding: 0;
}

.terms__area ul li {
  list-style-type: decimal;
  margin: 20px 0;

}

.terms__area ol li {
  list-style: disc;
  margin-left: 25px;
}



.terms__area ul.withnuber {
  list-style-type: decimal;
}

.terms__area ul.withnuber li {
  list-style-type: decimal;
}

.terms__area table {
  width: 100%;
}

.terms__area table tbody {
  width: 100%;
}

.terms__area table tbody td {
  padding: 10px;
  background: #f2f2f2;
  border: 2px solid #fff;
}

.terms__area table tbody .separate td {
  background: #d6d6d6;
}

.terms__area table tbody .terms__tableMark{
  text-align: center;
  background: #e7e1cc;
}

@media (max-width: 675px) {
  .terms__area {
    padding: 70px 20px 70px 20px;
  }
  .terms__area-title {
    font-size: 24px;
  }
  .terms__area-subtitle {
    font-size: 24px;
  }
  .terms__area table {
    width: 100%
   
  }
  .terms__area tbody {
    font-size: 16px;
  }
  .terms__area tbody td {
    font-size: 12px;
    padding: 5px;
    background: #fafafa;
    border: 1px solid #fff;
    width: 33%;
  }
  .terms__area tbody td a {
    word-break: break-all;
  }
  .phoneBreak {
    word-break: break-all;
  }
}
.terms__numLi,
.terms__numLi li {
  list-style-type: lower-alpha !important;
}
.terms__engLi,
.terms__engLi li {
  list-style-type: decimal !important;
}

/*# sourceMappingURL=index.css.map */