/*----------------------------------------------------------
  VARIABLES
----------------------------------------------------------*/
/*----------------------------------------------------------
  MIXIN
----------------------------------------------------------*/
/*----------------------------------------------------------
  TESTING
----------------------------------------------------------*/
@media (min-width: 769px) and (max-width: 1024px) {
  .hidden-tb {
    display: none;
  }
}
.reward_ttl .font-en, .conditions_item .font-en {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (min-width: 769px) {
  .only-sp {
    display: none;
  }
}

@media (max-width: 768px) {
  .only-pc {
    display: none;
  }
}

html, body {
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

.page-7th_moveforward {
  font-family: "Noto Sans JP", sans-serif;
}
.page-7th_moveforward img {
  image-rendering: auto;
}
@media (min-width: 769px) {
  .page-7th_moveforward .container {
    width: min(1100px, 91.6666666667vw);
    margin: 0 auto;
    padding: 0 min(50px, 4.1666666667vw);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .page-7th_moveforward a:focus:not(:active) {
    outline: -webkit-focus-ring-color auto min(2px, 0.1666666667vw);
  }
  .page-7th_moveforward a:active {
    outline: none;
  }
}
@media screen and (min-width: 768px) {
  .page-7th_moveforward #container {
    margin-top: 46px;
  }
}
@media (max-width: 768px) {
  .page-7th_moveforward .container {
    width: 100%;
    padding: 0 5.3333333333vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.page-7th_moveforward .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .page-7th_moveforward .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.gogofesta__pagetop {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  position: fixed;
  -webkit-transition: opacity 0.24s ease-out, visibility 0.24s ease-out;
  transition: opacity 0.24s ease-out, visibility 0.24s ease-out;
  visibility: hidden;
  will-change: opacity, visibility;
  z-index: 2;
  position: fixed;
  border: none;
}
@media (min-width: 769px) {
  .gogofesta__pagetop {
    bottom: min(40px, 3.3333333333vw);
    -webkit-filter: drop-shadow(0 0 min(0.5454545455vw, min(6px, 0.5vw)) rgba(0, 0, 0, 0.16));
            filter: drop-shadow(0 0 min(0.5454545455vw, min(6px, 0.5vw)) rgba(0, 0, 0, 0.16));
    height: min(80px, 6.6666666667vw);
    right: min(40px, 3.3333333333vw);
    width: min(80px, 6.6666666667vw);
  }
}

.gogofesta__pagetop.show {
  opacity: 1;
  visibility: visible;
}

@media (any-hover: hover) {
  .gogofesta__pagetop {
    cursor: pointer;
  }
  .gogofesta__pagetop .arw {
    transition: -webkit-transform 0.24s ease-out;
    -webkit-transition: -webkit-transform 0.24s ease-out;
    transition: transform 0.24s ease-out;
    transition: transform 0.24s ease-out, -webkit-transform 0.24s ease-out;
    will-change: transform;
  }
  .gogofesta__pagetop:hover .arw {
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
    -webkit-transition-duration: 0.32s;
            transition-duration: 0.32s;
  }
}
.floating-btn-wrapper {
  position: fixed;
  bottom: 3.2vw;
  right: 3.2vw;
  z-index: 3;
  border-radius: 100%;
  width: 24vw;
  height: 24vw;
  -webkit-box-shadow: 0 0.2666666667vw 0.5333333333vw 0 rgba(0, 0, 0, 0.35);
          box-shadow: 0 0.2666666667vw 0.5333333333vw 0 rgba(0, 0, 0, 0.35);
  opacity: 0;
  visibility: hidden;
  will-change: opacity, visibility;
  -webkit-transition: opacity 0.24s ease-out, visibility 0.24s ease-out;
  transition: opacity 0.24s ease-out, visibility 0.24s ease-out;
}
.floating-btn-wrapper.show {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 769px) {
  .floating-btn-wrapper {
    bottom: min(160px, 13.3333333333vw);
    right: min(32px, 2.6666666667vw);
    width: min(180px, 15vw);
    height: min(180px, 15vw);
    -webkit-box-shadow: 0 min(2px, 0.1666666667vw) min(4px, 0.3333333333vw) 0 rgba(0, 0, 0, 0.35);
            box-shadow: 0 min(2px, 0.1666666667vw) min(4px, 0.3333333333vw) 0 rgba(0, 0, 0, 0.35);
  }
}
.floating-btn-wrapper {
  display: block;
}

.page-lottery * {
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
.page-lottery #wrapper {
  background-color: #fff;
}
@media (min-width: 769px) {
  .page-lottery .hover:hover {
    opacity: 0.8;
    -webkit-transition: opacity 0.35s ease;
    transition: opacity 0.35s ease;
  }
}

.kv {
  background-color: #E60012;
}
@media (min-width: 769px) {
  .kv {
    padding-top: min(37px, 3.0833333333vw);
  }
}
.kv_inner {
  position: relative;
}
.kv_inner img {
  width: 100%;
  height: auto;
}
.kv_logo {
  position: absolute;
  top: min(72px, 6vw);
  left: min(37px, 3.0833333333vw);
  width: min(195px, 16.25vw);
}
@media (max-width: 768px) {
  .kv_logo {
    top: 4.8vw;
    left: 4.2666666667vw;
    width: 29.8666666667vw;
  }
}

.sec-h3 {
  font-size: 5.3333333333vw;
  font-weight: bold;
  text-align: center;
  color: #E60012;
}
.sec-h3 sup {
  position: relative;
  top: 0.5333333333vw;
  font-size: 3.7333333333vw;
}
@media (max-width: 768px) {
  .sec-h3 sup {
    margin-right: -1em;
  }
}
@media (min-width: 769px) {
  .sec-h3 {
    font-size: min(26px, 2.1666666667vw);
  }
  .sec-h3 sup {
    font-size: min(18px, 1.5vw);
    position: relative;
    top: min(2px, 0.1666666667vw);
  }
}

.txt-red {
  color: #E60012;
}

/*
 * CONDITIONS
*/
.conditions {
  padding: min(106px, 8.8333333333vw) 0 0;
}
@media (max-width: 768px) {
  .conditions {
    padding: 12vw 0 0;
  }
}
.conditions_ttl {
  margin-bottom: 13.3333333333vw;
}
@media (min-width: 769px) {
  .conditions_ttl {
    margin-bottom: min(50px, 4.1666666667vw);
  }
}
.conditions_block {
  margin-top: 4.2666666667vw;
  padding: 5.3333333333vw 5.3333333333vw 5.3333333333vw;
  border-radius: 2.6666666667vw;
  border: solid 1.0666666667vw #FBD9DB;
}
@media (min-width: 769px) {
  .conditions_block {
    margin: min(30px, 2.5vw) 0 0;
    padding: min(39px, 3.25vw) min(36px, 3vw) min(36px, 3vw);
    border-radius: min(10px, 0.8333333333vw);
    border-width: min(4px, 0.3333333333vw);
  }
}
.conditions_subttl {
  margin-bottom: min(24px, 2vw);
  font-size: min(16px, 1.3333333333vw);
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  .conditions_subttl {
    margin-bottom: 3.7333333333vw;
    font-size: 4.2666666667vw;
    line-height: 6.9333333333vw;
  }
}
.conditions_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: min(4px, 0.3333333333vw);
}
@media (max-width: 768px) {
  .conditions_list {
    gap: 1.0666666667vw;
  }
}
.conditions_item {
  padding: 5.3333333333vw 5.3333333333vw;
  border-radius: 2.6666666667vw;
  font-weight: 500;
  background-color: #fbd9db;
}
@media (max-width: 768px) {
  .conditions_item {
    min-height: 40.5333333333vw;
  }
}
@media (min-width: 769px) {
  .conditions_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    gap: min(20px, 1.6666666667vw);
    padding: min(20px, 1.6666666667vw) min(20px, 1.6666666667vw);
    border-radius: min(10px, 0.8333333333vw);
  }
}
.conditions_item dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: min(140px, 11.6666666667vw);
  height: min(38px, 3.1666666667vw);
  text-align: center;
  font-size: min(16px, 1.3333333333vw);
  font-weight: bold;
  border-radius: min(8px, 0.6666666667vw);
  background-color: #fff;
}
@media (max-width: 768px) {
  .conditions_item dt {
    width: 37.3333333333vw;
    height: 10.1333333333vw;
    font-size: 4.2666666667vw;
    margin: 0 auto 2.1333333333vw;
    border-radius: 2.1333333333vw;
  }
}
.conditions_item dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: min(16px, 1.3333333333vw);
}
@media (max-width: 768px) {
  .conditions_item dd {
    font-size: 3.7333333333vw;
    line-height: 1.5714285714;
  }
}
@media (min-width: 769px) {
  .conditions_item dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.conditions_item .font-en {
  width: min(24px, 2vw);
  height: min(24px, 2vw);
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #A10016;
  margin-left: min(3px, 0.25vw);
  font-size: min(16px, 1.3333333333vw);
  color: #fff;
  font-weight: bold;
}
@media (max-width: 768px) {
  .conditions_item .font-en {
    font-size: 4.2666666667vw;
    margin-left: 0.8vw;
    width: 6.4vw;
    height: 6.4vw;
  }
}

.period {
  padding: min(47px, 3.9166666667vw) 0 0;
}
@media (max-width: 768px) {
  .period {
    padding: 9.3333333333vw 0 0;
  }
}
.period_ttl {
  margin-bottom: 13.3333333333vw;
}
@media (min-width: 769px) {
  .period_ttl {
    margin-bottom: min(50px, 4.1666666667vw);
  }
}
.period_block {
  margin-top: 4.5333333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 32vw;
  border-radius: 2.6666666667vw;
  border: solid 0.8vw #FBD9DB;
}
@media (min-width: 769px) {
  .period_block {
    margin: min(28px, 2.3333333333vw) 0 0;
    min-height: min(152px, 12.6666666667vw);
    border-radius: min(10px, 0.8333333333vw);
    border: solid min(4px, 0.3333333333vw) #FBD9DB;
  }
}
.period_date {
  font-size: min(26px, 2.1666666667vw);
  line-height: 1;
  font-weight: bold;
  text-align: center;
  color: #E60012;
}
.period_date img {
  width: 48.5333333333vw;
}
@media (min-width: 769px) {
  .period_date img {
    width: min(806px, 67.1666666667vw);
  }
}

.txt-note a {
  color: #E60012;
  text-decoration: underline;
}
.txt-note {
  font-size: 3.7333333333vw;
  line-height: 1.57;
  font-weight: 500;
}
.txt-note li {
  text-indent: -1.25em;
  padding-left: 1.25em;
}
.txt-note li + li {
  margin-top: 2.1333333333vw;
}
.txt-note .dot {
  margin-right: 0.25em;
  height: 1em;
  color: transparent;
  background: url("../images/lottery/ico_dot.png") left center no-repeat;
  background-size: contain;
}
@media (min-width: 769px) {
  .txt-note {
    font-size: min(16px, 1.3333333333vw);
    line-height: 1.63;
  }
  .txt-note li + li {
    margin-top: min(10px, 0.8333333333vw);
  }
}

/*----------------------------------------------------------
  REWARD
----------------------------------------------------------*/
.reward {
  padding: 11.7333333333vw 0 0;
}
@media (min-width: 769px) {
  .reward {
    padding: min(84px, 7vw) 0 0;
  }
}
.reward_head {
  margin-bottom: min(45px, 3.75vw);
  color: #000;
}
@media (max-width: 768px) {
  .reward_head {
    margin-bottom: 8vw;
  }
}
.reward_block {
  position: relative;
  padding: 8.8vw 5.6vw 10.1333333333vw;
  border: 0.8vw solid #E0E0E0;
  border-radius: 2.6666666667vw;
}
.reward_block + .reward_block {
  margin-top: 9.0666666667vw;
}
@media (max-width: 768px) {
  .reward_block.--reward01 img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 769px) {
  .reward_block {
    padding: min(36px, 3vw) min(36px, 3vw) min(34px, 2.8333333333vw);
    border-radius: min(10px, 0.8333333333vw);
    border: min(4px, 0.3333333333vw) solid #E0E0E0;
    width: min(840px, 70vw);
    margin-inline: auto;
  }
  .reward_block + .reward_block {
    margin-top: min(57px, 4.75vw);
  }
}
.reward_ttl {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 33.6vw;
  font-size: 4.8vw;
  font-weight: bold;
  background-color: #fff;
  text-align: center;
  margin-top: -1.0666666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 769px) {
  .reward_ttl {
    margin-top: max(-4px, -0.3333333333vw);
    width: min(156px, 13vw);
    font-size: min(22px, 1.8333333333vw);
  }
}
.reward_ttl .font-en {
  width: 7.4666666667vw;
  height: 7.4666666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 2.1333333333vw;
  font-size: 4.8vw;
  color: #fff;
  font-weight: bold;
  background-color: #A10016;
  border-radius: 100%;
}
@media (min-width: 769px) {
  .reward_ttl .font-en {
    font-size: min(22px, 1.8333333333vw);
    margin-left: min(4px, 0.3333333333vw);
    width: min(32px, 2.6666666667vw);
    height: min(32px, 2.6666666667vw);
  }
}
.reward_subttl {
  margin-bottom: 4.2666666667vw;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  .reward_subttl {
    font-size: 4.8vw;
    line-height: 8.5333333333vw;
  }
}
@media (min-width: 769px) {
  .reward_subttl {
    margin-bottom: min(22px, 1.8333333333vw);
    font-size: min(22px, 1.8333333333vw);
  }
}
.reward_list dt {
  margin-bottom: min(6px, 0.5vw);
  text-indent: -1.25em;
  padding-left: 1.25em;
  font-size: min(16px, 1.3333333333vw);
  line-height: min(25px, 2.0833333333vw);
  font-weight: 500;
}
@media (max-width: 768px) {
  .reward_list dt {
    margin-bottom: 1.6vw;
    font-size: 3.7333333333vw;
    line-height: 5.8666666667vw;
  }
}
.reward_list dd {
  padding-left: 1.5em;
}
.reward_list .dot {
  margin-right: 0.25em;
}
.reward_list .txt-note li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: min(12px, 1vw);
  line-height: min(19px, 1.5833333333vw);
  font-weight: 500;
}
.reward_list .txt-note li + li {
  margin-top: min(6px, 0.5vw);
}
@media (max-width: 768px) {
  .reward_list .txt-note li {
    font-size: 2.9333333333vw;
    line-height: 4.5333333333vw;
  }
  .--reward01 .reward_list .txt-note li {
    letter-spacing: 0.05em;
  }
  .reward_list .txt-note li + li {
    margin-top: 2.1333333333vw;
  }
}
@media (min-width: 769px) {
  .reward_list .txt-note.--note02 {
    letter-spacing: -0.01em;
  }
}
.reward_list + .reward_list {
  margin-top: 4.8vw;
}
@media (min-width: 769px) {
  .reward_list + .reward_list {
    margin-top: min(20px, 1.6666666667vw);
  }
}
.reward_h5 {
  margin-block: min(44px, 3.6666666667vw) min(23px, 1.9166666667vw);
  font-size: min(18px, 1.5vw);
  font-weight: bold;
}
@media (max-width: 768px) {
  .reward_h5 {
    margin-block: 5.3333333333vw 4.2666666667vw;
    font-size: 4.2666666667vw;
    line-height: 7.4666666667vw;
  }
}
.reward_img01 {
  width: min(721px, 60.0833333333vw);
  margin-bottom: min(7px, 0.5833333333vw);
}
@media (max-width: 768px) {
  .reward_img01 {
    display: block;
    width: 58.6666666667vw;
    margin: 0 4.5333333333vw 2.4vw;
  }
}

.accordion-head {
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  height: 16vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2.1333333333vw;
  color: #fff;
  background-color: #FBD9DB;
}
@media (min-width: 769px) {
  .accordion-head {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 min(20px, 1.6666666667vw);
    width: min(460px, 38.3333333333vw);
    height: min(66px, 5.5vw);
    border-radius: min(8px, 0.6666666667vw);
    color: #000;
    background-color: #FBD9DB;
  }
}
.accordion-head h3 {
  width: 100%;
  font-size: min(18px, 1.5vw);
  font-weight: bold;
  text-align: center;
  color: #000;
}
@media (max-width: 768px) {
  .accordion-head h3 {
    font-size: 4.2666666667vw;
  }
}
.accordion-head .ico-arrow {
  position: absolute;
  right: 3.7333333333vw;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  width: 4.8vw;
  height: 3.2vw;
  background: url("../images/lottery/ico_arrow_black.png") no-repeat center right;
  background-size: 100% auto;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  will-change: transform;
}
@media (min-width: 769px) {
  .accordion-head .ico-arrow {
    right: min(25px, 2.0833333333vw);
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
    width: min(18px, 1.5vw);
    height: min(10px, 0.8333333333vw);
    background: url("../images/lottery/ico_arrow_black.png") no-repeat center right;
    background-size: 100% auto;
  }
}
.is-open .accordion-head .ico-arrow {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.accordion-body {
  display: none;
}
.howto_list {
  padding-block: 9.6vw 4.8vw;
}
@media (min-width: 769px) {
  .howto_list {
    padding-block: min(56px, 4.6666666667vw) min(20px, 1.6666666667vw);
  }
}
.howto_item {
  position: relative;
}
.howto_item .col-left p {
  font-size: 4.2666666667vw;
  line-height: 1.75;
  font-weight: bold;
}
@media (min-width: 769px) {
  .howto_item .col-left {
    width: min(400px, 33.3333333333vw);
  }
  .howto_item .col-left p {
    font-size: min(18px, 1.5vw);
    line-height: 1.67;
  }
}
@media (max-width: 768px) {
  .howto_item .col-right {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 65.8666666667vw;
    margin: 0 auto 4.8vw;
  }
}
@media (min-width: 769px) {
  .howto_item .col-right {
    width: min(220px, 18.3333333333vw);
  }
}
.howto_item {
  padding: 9.3333333333vw 5.3333333333vw 4.8vw;
  border-radius: 2.6666666667vw;
  background-color: #F4F4F4;
}
@media (max-width: 768px) {
  .howto_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 769px) {
  .howto_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: min(30px, 2.5vw) min(60px, 5vw);
    border-radius: min(10px, 0.8333333333vw);
  }
  .howto_item .howto_bottom {
    width: 100%;
  }
}
.howto_item + .howto_item {
  margin-top: 17.3333333333vw;
  position: relative;
}
@media (min-width: 769px) {
  .howto_item + .howto_item {
    margin-top: min(43px, 3.5833333333vw);
  }
}
.howto_item + .howto_item:before {
  content: "";
  position: absolute;
  top: -12vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 5.6vw;
  height: 2.9333333333vw;
  background: url("../images/lottery/arrow_red.png") no-repeat center center;
  background-size: 100% auto;
}
@media (min-width: 769px) {
  .howto_item + .howto_item:before {
    top: max(-27px, -2.25vw);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: min(22px, 1.8333333333vw);
    height: min(12px, 1vw);
  }
}
.howto_number {
  position: absolute;
  line-height: 0;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 22.4vw;
  left: 50%;
}
@media (min-width: 769px) {
  .howto_number {
    top: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: min(100px, 8.3333333333vw);
    left: min(60px, 5vw);
  }
}
.howto_note {
  margin-top: 1.6vw;
  font-size: 2.9333333333vw;
  line-height: 1.5454545455;
}
@media (min-width: 769px) {
  .howto_note {
    margin-top: min(8px, 0.6666666667vw);
    font-size: min(12px, 1vw);
    line-height: 1.5833333333;
    font-weight: 500;
  }
}

.terms {
  margin-bottom: min(98px, 8.1666666667vw);
  padding: min(84px, 7vw) 0 0;
}
@media (max-width: 768px) {
  .terms {
    padding: 12vw 0 0;
    margin-bottom: 21.3333333333vw;
  }
}
.terms_ttl {
  margin: 0 0 5.8666666667vw;
  position: relative;
  text-align: center;
}
@media (min-width: 769px) {
  .terms_ttl {
    margin: 0 0 min(28px, 2.3333333333vw);
  }
}
.terms_ttl:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: min(2px, 0.1666666667vw);
  margin-top: max(-1px, -0.0833333333vw);
  background-color: #E60012;
}
@media (max-width: 768px) {
  .terms_ttl:before {
    height: 0.5333333333vw;
    margin-top: -0.5333333333vw;
  }
}
.terms_ttl span {
  position: relative;
  background-color: #fff;
  padding: 0 3.2vw;
  font-size: 4.8vw;
  font-weight: bold;
  color: #E60012;
  letter-spacing: 0.05em;
}
@media (min-width: 769px) {
  .terms_ttl span {
    padding: 0 min(16px, 1.3333333333vw);
    font-size: min(18px, 1.5vw);
  }
}
.terms_note {
  line-height: 5.8666666667vw;
}
.terms_note li + li {
  margin-top: 1.6vw;
}
@media (min-width: 769px) {
  .terms_note {
    line-height: min(25px, 2.0833333333vw);
  }
  .terms_note li + li {
    margin-top: min(11px, 0.9166666667vw);
  }
}

.logo_bottom {
  position: relative;
  text-align: center;
  padding: min(138px, 11.5vw) 0 min(33px, 2.75vw);
  background-color: #e60012;
}
.logo_bottom:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: min(14px, 1.1666666667vw);
  background: url("../images/campaign-bd-bot.jpg") no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 768px) {
  .logo_bottom:before {
    background: url("../images/campaign-bd-bot-sp.jpg") no-repeat center center;
    background-size: 100% 100%;
    height: 1.6vw;
  }
}
@media (max-width: 768px) {
  .logo_bottom {
    padding: 17.3333333333vw 0 20vw;
  }
}
.logo_bottom img {
  display: block;
  width: min(481px, 40.0833333333vw);
  margin: 0 auto min(33px, 2.75vw);
}
@media (max-width: 768px) {
  .logo_bottom img {
    width: 80vw;
    margin: 0 auto 6.1333333333vw;
  }
}
.logo_bottom .btn-cta {
  color: #fff;
  font-size: min(14px, 1.1666666667vw);
  height: min(16px, 1.3333333333vw);
  padding-inline: min(4px, 0.3333333333vw) min(12px, 1vw);
  text-decoration: none;
  background: url("../images/check_bodycompositionscaler/ico_btn.png") no-repeat center right;
  background-size: auto min(13px, 1.0833333333vw);
}
@media (max-width: 768px) {
  .logo_bottom .btn-cta {
    font-size: 3.7333333333vw;
    height: 4.2666666667vw;
    padding-inline: 0 3.2vw;
    margin-left: -0.8vw;
    background-size: auto 3.4666666667vw;
  }
}

/*----------------------------------------------------------
  FOOTER
----------------------------------------------------------*/
.banner {
  margin: min(60px, 5vw) auto;
  width: min(1000px, 83.3333333333vw);
}
@media (max-width: 768px) {
  .banner {
    width: 89.3333333333vw;
    margin: 16vw auto 10.6666666667vw;
  }
}
.prize {
  position: relative;
  background-color: #FFE6E3;
  margin: min(164px, 13.6666666667vw) 0 0;
  padding-block: 0 min(120px, 10vw);
}
@media (max-width: 768px) {
  .prize {
    margin: 22.9333333333vw 0 0;
    padding-block: 0 21.3333333333vw;
  }
}
.prize:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  top: max(-8px, -0.6666666667vw);
  bottom: max(-8px, -0.6666666667vw);
  background: url("../images/lottery/prize_bg.png") repeat-x top center, url("../images/lottery/prize_bg.png") repeat-x bottom center;
  background-size: auto min(8px, 0.6666666667vw);
}
@media (max-width: 768px) {
  .prize:before {
    top: -2.1333333333vw;
    bottom: -2.1333333333vw;
    background-size: auto 2.1333333333vw;
  }
}
.prize_head {
  position: relative;
  -webkit-transform: translateY(-55%);
          transform: translateY(-55%);
  font-size: min(40px, 3.3333333333vw);
  font-weight: bold;
  text-align: center;
  color: #E60012;
  letter-spacing: 0.12em;
}
.prize_head span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: min(80px, 6.6666666667vw);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background: url("../images/lottery/prize_ttl.png") no-repeat center center;
  background-size: auto 100%;
}
@media (max-width: 768px) {
  .prize_head {
    -webkit-transform: translateY(-58%);
            transform: translateY(-58%);
    font-size: 6.9333333333vw;
  }
  .prize_head span {
    height: 11.7333333333vw;
    background-image: url("../images/lottery/prize_ttl_sp.png");
  }
}
.prize_anchorlink {
  margin-block: min(36px, 3vw) min(204px, 17vw);
  width: min(1000px, 83.3333333333vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: min(44px, 3.6666666667vw) min(20px, 1.6666666667vw);
}
@media (max-width: 768px) {
  .prize_anchorlink {
    width: 89.3333333333vw;
    margin-block: 3.7333333333vw 38.6666666667vw;
    gap: 8.8vw 2.4vw;
  }
}
.prize_anchorlink .item {
  width: min(320px, 26.6666666667vw);
}
@media (max-width: 768px) {
  .prize_anchorlink .item {
    width: 43.4666666667vw;
  }
}
.prize_anchorlink .item .anchor-link {
  position: relative;
  border-radius: min(20px, 1.6666666667vw);
}
@media (max-width: 768px) {
  .prize_anchorlink .item .anchor-link {
    border-radius: 2.1333333333vw;
  }
}
.prize_anchorlink .item .anchor-link:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: max(-20px, -1.6666666667vw);
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  display: block;
  width: min(48px, 4vw);
  height: min(48px, 4vw);
  background: #E60012 url("../images/lottery/ico_arrow.png") no-repeat center center;
  background-size: contain;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .prize_anchorlink .item .anchor-link:after {
    bottom: -3.2vw;
    width: 8.8vw;
    height: 8.8vw;
    background: #E60012 url("../images/lottery/ico_arrow_sp.png") no-repeat center center;
    background-size: 100%;
  }
}
.prize_item {
  position: relative;
  border-radius: min(50px, 4.1666666667vw);
  background: #fff;
}
.prize_item .anchor-pos {
  position: relative;
  left: 0;
  top: max(-120px, -10vw);
}
@media (max-width: 768px) {
  .prize_item .anchor-pos {
    top: -24vw;
  }
}
@media (min-width: 769px) {
  .prize_item + .prize_item {
    margin-top: min(120px, 10vw);
  }
  .prize_item.item-02, .prize_item.item-03 {
    height: min(596px, 49.6666666667vw);
  }
  .prize_item.item-01:before, .prize_item.item-02:before {
    background-image: url("../images/lottery/price01_bg.png");
  }
}
@media (max-width: 768px) {
  .prize_item {
    border-radius: 8vw;
  }
  .prize_item + .prize_item {
    margin-top: 24vw;
  }
  .prize_item.item-02 {
    height: 159.7333333333vw;
  }
  .prize_item.item-03 {
    height: 215.4666666667vw;
  }
  .prize_item.item-02 {
    height: 159.7333333333vw;
  }
}
.prize_item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  border-radius: min(50px, 4.1666666667vw) min(50px, 4.1666666667vw) 0 0;
  background: #CFEDA6 url("../images/lottery/price01_bg.png") no-repeat center top;
  background-size: 100% auto;
}
@media (min-width: 769px) {
  .prize_item:before {
    height: min(210px, 17.5vw);
    background: #CFEDA6 url("../images/lottery/price02_bg.png") no-repeat center bottom;
    background-size: 100% auto;
  }
}
@media (max-width: 768px) {
  .prize_item:before {
    height: 50%;
    border-radius: 8vw;
    background-image: url("../images/lottery/price01_bg_sp.png");
  }
}
.prize_item.item-02:before, .prize_item.item-03:before {
  background-color: #FFEFB2;
}
.prize_item.item-04:before {
  background-color: #AEE7F5;
}
.prize_item.item-05:before {
  background-color: #F4DA86;
}
.prize_item.item-06:before {
  background-color: #FFB2E4;
}
.prize_item.item-07:before {
  background-color: #C1E3B5;
}
.prize_item.item-08:before {
  background-color: #BED8FD;
}
.prize_item.item-09:before {
  background-color: #89E3C0;
}
.prize_item.item-10:before {
  background-color: #FFC37C;
}
.prize_inner {
  position: relative;
  padding: min(160px, 13.3333333333vw) min(50px, 4.1666666667vw) min(57px, 4.75vw);
}
@media (max-width: 768px) {
  .prize_inner {
    padding: 28vw 5.3333333333vw 10.1333333333vw;
  }
}
.prize_amount {
  position: absolute;
  top: min(10px, 0.8333333333vw);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: min(145px, 12.0833333333vw);
}
@media (max-width: 768px) {
  .prize_amount {
    top: 0;
    width: 27.4666666667vw;
  }
}
.prize_img {
  width: min(900px, 75vw);
  margin: 0 auto min(18px, 1.5vw);
}
@media (max-width: 768px) {
  .prize_img {
    width: 68vw;
    margin: 0 auto 2.6666666667vw;
  }
}
.prize_name {
  font-size: min(24px, 2vw);
  line-height: 1.6666666667;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 768px) {
  .prize_name {
    font-size: 4.8vw;
    line-height: 1.6666666667;
  }
}

.plan {
  padding: 2.6666666667vw 0 4.8vw;
  margin-inline: auto;
  width: 89.3333333333vw;
  min-height: 33.0666666667vw;
  border-radius: 2.6666666667vw;
  border: 0.8vw solid #FFE6E3;
}
.plan.plan-02 {
  margin: 10.6666666667vw auto 12vw;
}
@media (min-width: 769px) {
  .plan {
    padding: min(12px, 1vw) 0 min(20px, 1.6666666667vw);
    min-height: min(110px, 9.1666666667vw);
    border-radius: min(10px, 0.8333333333vw);
    width: min(800px, 66.6666666667vw);
    border: min(4px, 0.3333333333vw) solid #FFE6E3;
  }
  .plan.plan-02 {
    margin: min(80px, 6.6666666667vw) auto min(87px, 7.25vw);
  }
}
.plan_title {
  margin-bottom: 2.1333333333vw;
  font-size: 4.2666666667vw;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 769px) {
  .plan_title {
    margin-bottom: min(6px, 0.5vw);
    font-size: min(16px, 1.3333333333vw);
    font-weight: bold;
    text-align: center;
  }
}
.plan_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 2.6666666667vw;
}
@media (min-width: 769px) {
  .plan_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    gap: min(10px, 0.8333333333vw);
  }
}
.plan_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20vw;
  height: 14.9333333333vw;
  line-height: 1.29;
  font-size: 3.7333333333vw;
  font-weight: bold;
  text-align: center;
  color: #fff;
  border-radius: 2.1333333333vw;
  background-color: #E60012;
}
@media (min-width: 769px) {
  .plan_item {
    width: min(156px, 13vw);
    height: min(38px, 3.1666666667vw);
    line-height: min(38px, 3.1666666667vw);
    font-size: min(16px, 1.3333333333vw);
    border-radius: min(8px, 0.6666666667vw);
  }
}

.guidelines {
  padding-block: min(130px, 10.8333333333vw) min(120px, 10vw);
  background-color: #FAFAFA;
}
@media (max-width: 768px) {
  .guidelines {
    padding-block: 23.7333333333vw 21.3333333333vw;
  }
}
.guidelines_inner {
  width: 89.3333333333vw;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .guidelines_inner {
    width: min(1000px, 83.3333333333vw);
  }
}
.guidelines_head {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: min(80px, 6.6666666667vw);
  font-size: min(40px, 3.3333333333vw);
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
  color: #fff;
  background-color: #E60012;
  border-radius: min(10px, 0.8333333333vw) min(10px, 0.8333333333vw) 0 0;
}
@media (max-width: 768px) {
  .guidelines_head {
    min-height: 10.6666666667vw;
    font-size: 5.3333333333vw;
    border-radius: 2.6666666667vw 2.6666666667vw 0 0;
  }
}
.guidelines_head:before {
  content: "";
  z-index: -1;
  position: absolute;
  bottom: max(-20px, -1.6666666667vw);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: min(28px, 2.3333333333vw) solid transparent;
  border-right: min(28px, 2.3333333333vw) solid transparent;
  border-top: min(34px, 2.8333333333vw) solid #E60012;
}
@media (max-width: 768px) {
  .guidelines_head:before {
    bottom: -2.4vw;
    border-left: 2.6666666667vw solid transparent;
    border-right: 2.6666666667vw solid transparent;
    border-top: 2.6666666667vw solid #E60012;
  }
}
.guidelines_body {
  padding: min(40px, 3.3333333333vw) min(36px, 3vw) min(54px, 4.5vw);
  background-color: #fff;
  border: min(4px, 0.3333333333vw) solid #FFE6E3;
  border-top: 0 !important;
  border-radius: 0 0 min(10px, 0.8333333333vw) min(10px, 0.8333333333vw);
}
@media (max-width: 768px) {
  .guidelines_body {
    padding: 5.8666666667vw 1.3333333333vw 5.3333333333vw;
    border: 0.8vw solid #FFE6E3;
    border-radius: 0 0 2.6666666667vw 2.6666666667vw;
  }
}
.guidelines_item {
  font-size: 3.2vw;
  line-height: 1.6666666667;
  letter-spacing: 0.02em;
  font-weight: 500;
}
.guidelines_item + .guidelines_item {
  margin-top: 6.1333333333vw;
}
@media (min-width: 769px) {
  .guidelines_item {
    padding-inline: min(20px, 1.6666666667vw);
    font-size: min(14px, 1.1666666667vw);
    line-height: 2;
    letter-spacing: 0.02em;
  }
  .guidelines_item + .guidelines_item {
    margin-top: min(55px, 4.5833333333vw);
  }
  .guidelines_item.guidelines-03 {
    margin-top: min(60px, 5vw);
  }
}
.guidelines_ttl {
  margin: 0 max(-20px, -1.6666666667vw) min(8px, 0.6666666667vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: min(40px, 3.3333333333vw);
  border-radius: min(20px, 1.6666666667vw);
  background-color: #FFE6E3;
  font-size: min(20px, 1.6666666667vw);
  color: #E60012;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 768px) {
  .guidelines_ttl {
    margin: 0 0 2.1333333333vw;
    height: 7.4666666667vw;
    font-size: 3.7333333333vw;
    border-radius: 5.3333333333vw;
  }
}
.guidelines_subttl {
  font-size: min(16px, 1.3333333333vw);
  font-weight: bold;
  margin-block: min(16px, 1.3333333333vw) min(7px, 0.5833333333vw);
  color: #E60012;
}
@media (max-width: 768px) {
  .guidelines_subttl {
    font-size: 3.7333333333vw;
    margin-block: 5.8666666667vw 1.0666666667vw;
  }
}
.guidelines_ul li {
  text-indent: -1em;
  padding-left: 1em;
}
.guidelines_ul li + li {
  margin-top: min(4px, 0.3333333333vw);
}
@media (max-width: 768px) {
  .guidelines_ul {
    font-size: 3.2vw;
    line-height: 1.6666666667;
  }
  .guidelines_ul li + li {
    margin-top: 1.0666666667vw;
  }
}
.guidelines .txt_note {
  margin-top: min(6px, 0.5vw);
  text-indent: -1em;
  padding-left: 1em;
}
@media (max-width: 768px) {
  .guidelines .txt_note {
    margin-top: 2.1333333333vw;
  }
}
.guidelines_img {
  display: block;
  margin-block: min(11px, 0.9166666667vw);
  width: min(808px, 67.3333333333vw);
}
@media (max-width: 768px) {
  .guidelines_img {
    margin-block: 2.1333333333vw;
    width: 100%;
  }
}

.award {
  padding-block: 21.3333333333vw;
}
@media (min-width: 769px) {
  .award {
    padding-block: min(120px, 10vw) min(116px, 9.6666666667vw);
  }
  .award .container {
    width: min(900px, 75vw);
  }
}
.award_head {
  margin-bottom: min(60px, 5vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: min(40px, 3.3333333333vw);
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  height: min(80px, 6.6666666667vw);
  color: #fff;
  background: url("../images/lottery/award_bg.png") no-repeat center center;
  background-size: auto 100%;
}
@media (max-width: 768px) {
  .award_head {
    margin-bottom: 10.6666666667vw;
    height: 11.7333333333vw;
    font-size: 6.9333333333vw;
    background-image: url("../images/lottery/award_bg_sp.png");
  }
}
.award_ttl {
  margin: min(50px, 4.1666666667vw) auto min(38px, 3.1666666667vw);
  width: min(758px, 63.1666666667vw);
}
@media (max-width: 768px) {
  .award_ttl {
    width: 100vw;
    margin: 10.6666666667vw -5.3333333333vw 10.6666666667vw;
  }
}
.award_subttl {
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  .award_subttl {
    font-size: 3.7333333333vw;
    line-height: 1.57;
  }
}
@media (min-width: 769px) {
  .award_subttl {
    font-size: min(16px, 1.3333333333vw);
  }
}
.award_table {
  overflow: hidden;
  margin: 5.0666666667vw auto 10.4vw;
  border-radius: 2.6666666667vw;
  border: solid 1px #FFA8AD;
}
@media (min-width: 769px) {
  .award_table {
    width: min(500px, 41.6666666667vw);
    margin: min(27px, 2.25vw) auto min(36px, 3vw);
    border-radius: min(10px, 0.8333333333vw);
    border-width: min(1px, 0.0833333333vw);
  }
}
@media (max-width: 768px) {
  .award_table {
    border-color: #FBBEA7;
  }
}
.award_table table {
  width: 100%;
  font-size: 3.7333333333vw;
  font-weight: 500;
}
@media (min-width: 769px) {
  .award_table table {
    font-size: min(16px, 1.3333333333vw);
    font-weight: 500;
  }
}
.award_table th {
  padding: 4vw 5.3333333333vw;
  font-weight: bold;
  border-left: solid 1px #FFA8AD;
  text-align: left;
  background-color: #FBD9DB;
}
@media (min-width: 769px) {
  .award_table th {
    padding: min(15px, 1.25vw) min(40px, 3.3333333333vw);
    font-size: min(16px, 1.3333333333vw);
    border-left: solid min(1px, 0.0833333333vw) #FFA8AD;
  }
}
@media (max-width: 768px) {
  .award_table th {
    border-color: #FBBEA7;
  }
}
.award_table td {
  padding: 3.2vw 5.3333333333vw 3.4666666667vw;
  border-top: solid 1px #FFA8AD;
  border-left: solid 1px #FFA8AD;
}
@media (min-width: 769px) {
  .award_table td {
    padding: min(8px, 0.6666666667vw) min(40px, 3.3333333333vw) min(13px, 1.0833333333vw);
    border-top: solid min(1px, 0.0833333333vw) #FFA8AD;
    border-left: solid min(1px, 0.0833333333vw) #FFA8AD;
  }
}
@media (max-width: 768px) {
  .award_table td {
    border-color: #FBBEA7;
  }
}
.award_table th:first-of-type, .award_table td:first-of-type {
  border-left: 0;
  width: 44.5333333333vw;
}
@media (min-width: 769px) {
  .award_table th:first-of-type, .award_table td:first-of-type {
    border-left: 0;
    width: min(250px, 20.8333333333vw);
  }
}
.award_table tr {
  background-color: #fff;
}
.award_table tr:nth-of-type(odd) {
  background-color: #F4F4F4;
}
.award_table .number {
  display: inline-block;
  vertical-align: baseline;
  font-size: 5.3333333333vw;
  line-height: 1;
  font-weight: bold;
  color: #E60012;
}
@media (min-width: 769px) {
  .award_table .number {
    display: inline-block;
    vertical-align: baseline;
    font-size: min(24px, 2vw);
    line-height: 1;
    font-weight: bold;
  }
}
.award_ul {
  font-size: min(14px, 1.1666666667vw);
  line-height: 2;
  letter-spacing: 0.02em;
  font-weight: 500;
}
.award_ul li {
  text-indent: -1em;
  padding-left: 1em;
}
.award_ul li + li {
  margin-top: min(4px, 0.3333333333vw);
}
@media (max-width: 768px) {
  .award_ul {
    font-size: 3.2vw;
    line-height: 1.6666666667;
  }
  .award_ul li + li {
    margin-top: 1.6vw;
  }
}