@charset "utf-8";

/*-----------------------------------------
  base
-----------------------------------------*/
#luckybag {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  color: #262c2d;
  background: #e9ffff;
}
#luckybag h1,
#luckybag h2,
#luckybag h3,
#luckybag h4 {
  padding: 0;
  margin: 0;
  font-weight: normal;
}
#luckybag a {
  color: inherit;
  transition: all .3s;
}
#luckybag a:hover {
  opacity: 0.8;
  text-decoration: none;
}
#luckybag img{
  vertical-align: bottom;
}
#luckybag sup {
  font-size: 0.6em;
  line-height: 1;
  vertical-align: super;
}
#luckybag button {
  width: 100%;
  margin: 0;
  padding: 0;
  color: inherit;
  background: none;
  border: none;
  cursor: pointer;
}
@media only screen and (min-width: 751px) {
  footer#site_footer #footer_pagetop {
    bottom: 70px;
  }
  #luckybag .for-sp{
    display: none !important;
  }
  #luckybag {
    min-width: 1220px;
  }
}
@media only screen and (max-width: 750px) {
  footer#site_footer #footer_pagetop {
    bottom: 80px;
  }
  .chatbot-container {
    display: none !important;
  }
  footer#site_footer {
    padding-bottom: 75px;
  }
  #luckybag .for-pc{
    display: none !important;
  }
}

/*-----------------------------------------
  mv
-----------------------------------------*/
@media screen and (min-width: 751px) {
  #luckybag .mv {
    text-align: center;
    background: url(/img/usr/freepage/2026/2607summer_luckybag/bg_mv.jpg) no-repeat center / cover;
  }
  #luckybag .mv h1 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 580px;
  }
  #luckybag .mv h1 img {
    transform: translateX(-12%);
  }
  #luckybag .mv .date {
    height: 120px;
    padding-top: 64px;
    background: url(/img/usr/freepage/2026/2607summer_luckybag/bg_date.png) no-repeat center top / cover;
  }
}

/*-----------------------------------------
  nav
-----------------------------------------*/
#luckybag .nav {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 16px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 98px 0 0;
}
#luckybag .nav li {
  width: calc((100% - (16px * 3))/4);
}
#luckybag .nav li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
  background: #fff;
  border-radius: 6px;
  border-bottom: 5px solid #8cf4f4;
}
#luckybag .nav li a::before {
  content: "";
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 82px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#luckybag .nav li a::after {
  content: "";
  position: absolute;
  bottom: 12px;
  left: 50%;
  width: 11px;
  height: 9px;
  background: #ff5d93;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transform: translateX(-50%);
}
#luckybag .nav .nav-title {
  padding-bottom: 5px;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  color: #ff5d93;
}
#luckybag .nav li.lineup01 a::before {
  background-image: url(/img/usr/freepage/2026/2607summer_luckybag/img_nav_01.png);
}
#luckybag .nav li.lineup02 a::before {
  background-image: url(/img/usr/freepage/2026/2607summer_luckybag/img_nav_02.png);
}
#luckybag .nav li.lineup03 a::before {
  background-image: url(/img/usr/freepage/2026/2607summer_luckybag/img_nav_03.png);
}
#luckybag .nav li.lineup04 a::before {
  background-image: url(/img/usr/freepage/2026/2607summer_luckybag/img_nav_04.png);
}
#luckybag .nav.fixed {
  position: fixed;
  z-index: 2;
}
#luckybag .nav.fixed li a {
  transition: none;
}
#luckybag .nav.fixed li a::before,
#luckybag .nav.fixed li a::after {
  content: none;
}
#luckybag .nav.fixed .nav-title {
  padding: 0;
}
@media only screen and (min-width: 751px) {
  #luckybag .nav.fixed {
    top: 150px;
    right: 0;
    flex-direction: column;
    gap: 10px;
    padding: 0;
  }
  #luckybag .nav.fixed li {
    width: 250px;
  }
  #luckybag .nav.fixed li a {
    height: 70px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  }
  #luckybag .nav.fixed .nav-title {
    font-size: 16px;
  }
  #luckybag .nav.fixed .nav-title br {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  #luckybag .nav {
    gap: 9px;
    padding: 55px 10px 0;
  }
  #luckybag .nav li {
    width: calc((100% - (9px * 3))/4);
  }
  #luckybag .nav li a {
    height: 105px;
    border-radius: 5px;
  }
  #luckybag .nav li a::before {
    top: -42px;
    height: 57px;
    background-position: center bottom;
  }
  #luckybag .nav li.lineup04 a::before {
    top: -28px;
    left: 56%;
  }
  #luckybag .nav li a::after {
    bottom: 12px;
    width: 10px;
    height: 7px;
  }
  #luckybag .nav .nav-title {
    font-size: 13px;
    letter-spacing: 0.1em;
    line-height: 1.23;
  }
  #luckybag .nav li.lineup01 a::before {
    background-image: url(/img/usr/freepage/2026/2607summer_luckybag/img_nav_01_sp.png);
  }
  #luckybag .nav li.lineup02 a::before {
    background-image: url(/img/usr/freepage/2026/2607summer_luckybag/img_nav_02_sp.png);
  }
  #luckybag .nav li.lineup03 a::before {
    background-image: url(/img/usr/freepage/2026/2607summer_luckybag/img_nav_03_sp.png);
  }
  #luckybag .nav li.lineup04 a::before {
    background-image: url(/img/usr/freepage/2026/2607summer_luckybag/img_nav_04_sp.png);
  }
  #luckybag .nav.fixed {
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 8px;
    background: #e9ffff;
  }
  #luckybag .nav.fixed li a {
    height: 60px;
  }
}

/*-----------------------------------------
  intro
-----------------------------------------*/
#luckybag .intro {
  position: relative;
  text-align: center;
  margin: 56px 0 0;
}
#luckybag .intro:before {
  content: '';
  position: absolute;
  top: 11px;
  left: 50%;
  transform: translateX(-50%);
  width: 1204px;
  height: 492px;
  background: url(/img/usr/freepage/2026/2607summer_luckybag/bg_intro.png) no-repeat center / contain;
  pointer-events: none;
}
#luckybag .intro h2 {
  margin: 24px 0 0;
  color: #ff5d93;
  font-size: 34px;
  line-height: 1.47;
  font-weight: bold;
  letter-spacing: 0.14em;
}
#luckybag .intro .message {
  margin: 30px 0 0;
  font-size: 24px;
  line-height: 1.83;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 750px) {
  #luckybag .intro {
    margin: calc(96 / 750 * 100vw) 0 0;
  }
  #luckybag .intro:before {
    top: calc(-44 / 750 * 100vw);
    width: calc(733 / 750 * 100vw);
    height: calc(597 / 750 * 100vw);
    background-image: url(/img/usr/freepage/2026/2607summer_luckybag/bg_intro_sp.png);
  }
  #luckybag .intro .head img {
    width: calc(251 / 750 * 100vw);
  }
  #luckybag .intro h2 {
    font-size: calc(36 / 750 * 100vw);
    line-height: 1.39;
    letter-spacing: 0.1em;
    margin-top: calc(16 / 750 * 100vw);
  }
  #luckybag .intro .message {
    margin-top: calc(22 / 750 * 100vw);
    font-size: calc(24 / 750 * 100vw);
    letter-spacing: 0.1em;
  }
}

/*-----------------------------------------
  caution
-----------------------------------------*/
#luckybag .caution {
  margin: 60px 0 0;
}
#luckybag .caution-contents {
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 10px;
  background: #dafbfb;
  padding: 50px 60px;
}
#luckybag .caution-ttl {
  text-align: center;
  margin: 0 0 25px;
}
#luckybag .caution-ttl span {
  color: #e60012;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 3px;
  padding: 0 0 0 50px;
  background: url(/img/usr/freepage/2026/2606summer_luckybag/icon_caution.png) no-repeat left top 10px / 28px;
}
#luckybag .caution .inner {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  line-height: 1.5;
}
#luckybag .caution .note,
#luckybag .caution .contact {
  width: 520px;
}
#luckybag .caution .contact a {
  text-decoration: underline;
}
#luckybag .caution .contact a:hover {
  text-decoration: none;
}
@media screen and (max-width: 750px) {
  #luckybag .caution {
    margin: 50px 10px 0;
  }
  #luckybag .caution-contents {
    border-radius: 5px;
    padding: 20px 15px 30px;
  }
  #luckybag .caution-ttl {
    margin: 0 0 10px;
  }
  #luckybag .caution-ttl span {
    font-size: 15px;
    padding: 0 0 0 26px;
    background-position: left top 4px;
    background-size: 16px;
  }
  #luckybag .caution .inner {
    flex-direction: column;
    font-size: 12px;
    line-height: 1.33;
  }
  #luckybag .caution .note,
  #luckybag .caution .contact {
    width: 100%;
    font-size: 12px;
    letter-spacing: 0.02em;
    line-height: 1.333;
  }
}

/*-----------------------------------------
  lineup
-----------------------------------------*/
#luckybag .lineup {
  margin-top: 115px;
  padding-bottom: 100px;
  background: #faf3ef;
}
#luckybag .lineup h2 {
  line-height: 0;
  text-align: center;
  margin: 0 0 100px;
  padding: 18px 0 28px;
  background: url(/img/usr/freepage/2026/2607summer_luckybag/bg_lineup.jpg) no-repeat center / cover;
}
#luckybag .luckybag:not(:last-child) {
  margin: 0 0 120px;
}
#luckybag .luckybag h3 {
  text-align: center;
  line-height: 0;
}
#luckybag .luckybag .comment {
  text-align: center;
}
#luckybag .luckybag h4 {
  color: #0d59a4;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.09em;
  margin: 0 0 10px;
}
#luckybag .luckybag .comment p {
  font-size: 24px;
  line-height: 2;
  letter-spacing: 0.09em;
  text-align: center;
}
#luckybag .luckybag .comment .note {
  max-width: 1200px;
  font-size: 16px;
  letter-spacing: 0.09em;
  margin: 5px auto 0;
  text-align: right;
}
#luckybag .luckybag .item {
  position: relative;
  text-align: center;
  line-height: 0;
  padding: 40px 0 70px;
}
#luckybag .luckybag#lineup04 .item-text {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  text-align: center;
}
#luckybag .luckybag .cart-area {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}
#luckybag .luckybag .price {
  line-height: 0;
}
#luckybag .luckybag .cart a {
  position: relative;
  display: block;
  width: 580px;
  color: #FFF;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 3px;
  text-align: center;
  border-radius: 50px;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, .15);
  background: linear-gradient(to bottom, #e60012, #db000b 50%, #e60012);
  margin-top: 10px;
  padding: 19px 0;
}
#luckybag .luckybag .cart a:after {
  content: '';
  position: absolute;
  top: 34px;
  right: 40px;
  border-style: solid;
  border-width: 6.5px 0 6.5px 11px;
  border-color: transparent transparent transparent #FFFFFF;
}
#luckybag .luckybag .cart .note {
  font-size: 16px;
  letter-spacing: 0.09em;
  text-align: right;
  margin: 15px 0 0;
}
#luckybag .luckybag .set {
  max-width: 1200px;
  margin: 38px auto 0;
  background: #E7D4C6;
}
#luckybag .luckybag .set-ttl {
  position: relative;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 2.5px;
  text-align: center;
  padding: 32px 0;
  cursor: pointer;
}
#luckybag .luckybag .set-ttl:before,
#luckybag .luckybag .set-ttl:after {
  content: '';
  position: absolute;
  top: 48px;
  right: 50px;
  width: 30px;
  height: 4px;
  background: #262c2d;
}
#luckybag .luckybag .set-ttl:not(.open):after {
  rotate: 90deg;
}
#luckybag .luckybag .detail {
  display: none;
  border-radius: 10px;
  overflow: hidden;
}
#luckybag .luckybag .detail ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  padding: 0 20px 8px;
}
#luckybag .luckybag .detail li {
  width: 284px;
  background: #fff;
  font-size: 16px;
  text-align: center;
  padding: 20px 16px;
}
#luckybag .luckybag .name {
  min-height: calc(3em*1.5);
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 1.555;
  text-decoration: underline;
}
#luckybag .luckybag .name a:hover {
  text-decoration: none;
}
#luckybag .luckybag li .img {
  margin: 20px 0;
}
#luckybag .luckybag .detail li.dryrescue .img {
  position: relative;
}
#luckybag .luckybag .detail li.dryrescue .img::before {
  content: "";
  position: absolute;
  top: -8px;
  right: 10px;
  width: 80px;
  height: 80px;
  background: url(/img/usr/freepage/2026/2607summer_luckybag/icon_2set.png) no-repeat center / contain;
}
#luckybag .luckybag li .label {
  width: 90px;
  margin: 3px auto 2px;
  line-height: 1.3;
  text-align: center;
  border: 1px solid #444;
}
#luckybag .luckybag li dl {
  display: flex;
  justify-content: center;
}
#luckybag .luckybag li dd span {
  font-size: 12px;
}
#luckybag .luckybag li .note {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.416;
  text-align: left;
}
#luckybag .luckybag .present {
  padding: 0 20px 20px;
}
#luckybag .luckybag .present .title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  background: #e6c1ac;
  padding: 10px 0;
}
#luckybag .luckybag .present .content {
  display: flex;
  align-items: center;
  background: #FFF;
  padding: 15px 10px 10px 25px;
}
#luckybag .luckybag .present .headline {
  color: #ff5d93;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 0 0 5px;
}
#luckybag .luckybag .present .text {
  flex: 1;
  max-width: 560px;
  font-size: 18px;
  line-height: 1.56;
  padding: 0 20px 0 0;
}
#luckybag .luckybag .present .note {
  font-size: 14px;
  margin: 8px 0 0;
}
#luckybag .luckybag .present .img {
  flex: 1;
  text-align: center;
}
@media screen and (min-width: 751px) {
  #luckybag .luckybag#lineup01 h3 {
    transform: translateX(60px);
  }
  #luckybag .luckybag#lineup02 h3 {
    margin: 0 0 -22px;
    transform: translateX(20px);
  }
  #luckybag .luckybag#lineup03 h3 {
    margin: -30px 0 -25px;
    transform: translateX(28px);
  }
  #luckybag .luckybag#lineup04 h3 {
    margin: -50px 0 -20px;
    transform: translateX(18px);
  }
  #luckybag .luckybag#lineup01 .item {
    background: url(/img/usr/freepage/2026/2607summer_luckybag/bg_lineup01_02.png) no-repeat left 55% bottom, url(/img/usr/freepage/2026/2607summer_luckybag/bg_lineup01.jpg) no-repeat center top 131px / 100% 500px;
  }
  #luckybag .luckybag#lineup02 .item {
    padding-top: 20px;
    padding-bottom: 100px;
    background: url(/img/usr/freepage/2026/2607summer_luckybag/bg_lineup02_02.png) no-repeat center bottom, url(/img/usr/freepage/2026/2607summer_luckybag/bg_lineup02.jpg) no-repeat center top 132px / 100% 500px;
  }
  #luckybag .luckybag#lineup03 .item {
    background: url(/img/usr/freepage/2026/2607summer_luckybag/bg_lineup03_02.png) no-repeat center bottom, url(/img/usr/freepage/2026/2607summer_luckybag/bg_lineup03.jpg) no-repeat center top 110px / 100% 500px;
  }
  #luckybag .luckybag#lineup04 .item {
    padding-top: 70px;
    padding-bottom: 135px;
    background: url(/img/usr/freepage/2026/2607summer_luckybag/bg_lineup04_02.png) no-repeat left 53% bottom, url(/img/usr/freepage/2026/2607summer_luckybag/bg_lineup04.jpg) no-repeat center top 138px / 100% 500px;
  }
  #luckybag .luckybag#lineup01 .item img {
    transform: translateX(-1%);
  }
  #luckybag .luckybag#lineup02 .item img {
    transform: translateX(2%);
  }
  #luckybag .luckybag#lineup03 .detail ul {
    padding-inline: 160px;
  }
  #luckybag .luckybag#lineup03 .present .content {
    padding: 0 25px;
  }
}
@media screen and (max-width: 750px) {
  #luckybag .lineup {
    position: relative;
    margin-top: 40px;
    padding: 0 0 50px;
    z-index: 1;
  }
  #luckybag .lineup h2 {
    margin: 0 0 30px;
    padding: 6px 0 7px;
    background-image: url(/img/usr/freepage/2026/2607summer_luckybag/bg_lineup_sp.jpg);
  }
  #luckybag .lineup h2 img {
    width: calc(309/750 * 100vw);
  }
  #luckybag .luckybag:not(:last-child) {
    margin: 0 0 40px;
  }
  #luckybag .luckybag h3 {
    text-align: right;
  }
  #luckybag .luckybag h3 img {
    width: calc(740/750 * 100vw);
  }
  #luckybag .luckybag .comment {
    padding: 0 10px;
  }
  #luckybag .luckybag#lineup01 .comment {
    margin: -18px 0 0;
  }
  #luckybag .luckybag#lineup02 .comment {
    margin: -18px 0 0;
  }
  #luckybag .luckybag#lineup03 .comment {
    margin: -20px 0 0;
  }
  #luckybag .luckybag#lineup04 .comment {
    margin: -32px 0 0;
  }
  #luckybag .luckybag .comment h4 {
    font-size: 16px;
    margin: 0 0 6px;
  }
  #luckybag .luckybag .comment p {
    font-size: 14px;
    line-height: 1.79;
  }
  #luckybag .luckybag .comment .note {
    font-size: 9px;
    margin: 8px 0 0;
  }
  #luckybag .luckybag .item {
    padding: 15px 0 104px;
    padding: calc(30 / 750 * 100vw) 0 calc(208 / 750 * 100vw);
  }
  #luckybag .luckybag#lineup02 .item,
  #luckybag .luckybag#lineup03 .item {
    text-align: right;
  }
  #luckybag .luckybag#lineup04 .item {
    padding-top: calc(80 / 750 * 100vw);
  }
  #luckybag .luckybag .item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
  }
  #luckybag .luckybag#lineup01 .item::before {
    top: -15px;
    height: calc(1187 / 750 * 100vw);
    background-image: url(/img/usr/freepage/2026/2607summer_luckybag/bg_lineup01_sp.png);
  }
  #luckybag .luckybag#lineup02 .item::before {
    top: -25px;
    height: calc(1168 / 750 * 100vw);
    background-image: url(/img/usr/freepage/2026/2607summer_luckybag/bg_lineup02_sp.png);
  }
  #luckybag .luckybag#lineup03 .item::before {
    top: -24px;
    height: calc(1153 / 750 * 100vw);
    background-image: url(/img/usr/freepage/2026/2607summer_luckybag/bg_lineup03_sp.png);
  }
  #luckybag .luckybag#lineup04 .item::before {
    top: -40px;
    height: calc(1153 / 750 * 100vw);
    background-image: url(/img/usr/freepage/2026/2607summer_luckybag/bg_lineup04_sp.png);
  }
  #luckybag .luckybag#lineup01 .item img {
    width: calc(720 / 750 * 100vw);
  }
  #luckybag .luckybag#lineup02 .item img {
    width: calc(738 / 750 * 100vw);
  }
  #luckybag .luckybag#lineup03 .item img {
    width: calc(719 / 750 * 100vw);
  }
  #luckybag .luckybag#lineup04 .item img {
    width: calc(694 / 750 * 100vw);
  }
  #luckybag .luckybag#lineup04 .item-text {
    top: 12px;
  }
  #luckybag .luckybag#lineup04 .item-text img {
    width: calc(429 / 750 * 100vw);
  }
  #luckybag .luckybag .cart-area {
    flex-direction: column;
    align-items: center;
  }
  #luckybag .luckybag .price {
    line-height: 1;
    margin: 0 0 12px;
  }
  #luckybag .luckybag .price img {
    width: calc(575/750 * 100vw);
  }
  #luckybag .luckybag .cart {
    width: 90%;
  }
  #luckybag .luckybag .cart a {
    width: 100%;
    font-size: 20px;
    padding: 13px 0;
    margin: 0 auto;
  }
  #luckybag .luckybag .cart a:after {
    top: 24px;
    right: 20px;
    border-width: 5px 0 5px 8px;
  }
  #luckybag .luckybag .cart .note {
    font-size: 9px;
    margin: 10px 0 0;
  }
  #luckybag .luckybag .set {
    margin: 20px 10px 0;
    border-radius: 5px;
  }
  #luckybag .luckybag .set-ttl {
    font-size: 16px;
    letter-spacing: 1px;
    padding: 20px 0;
  }
  #luckybag .luckybag .set-ttl:before,
  #luckybag .luckybag .set-ttl:after {
    top: 30px;
    right: 15px;
    width: 15px;
    height: 2px;
  }
  #luckybag .luckybag .detail ul {
    justify-content: flex-start;
    gap: 5px;
    padding: 0 10px 8px;
  }
  #luckybag .luckybag .detail li {
    width: calc((100% - 5px) / 2);
    padding: 12px 10px;
    font-size: 11px;
  }
  #luckybag .luckybag .name {
    min-height: calc(3em*1.5);
    font-size: 12px;
    line-height: 1.42;
  }
  #luckybag .luckybag .detail .img {
    width: 90%;
    line-height: 0;
    margin: 10px auto;
  }
  #luckybag .luckybag .detail li.dryrescue .img::before {
    top: -6px;
    right: -6px;
    width: calc(80 / 750 * 100vw);
    height: calc(80 / 750 * 100vw);
  }
  #luckybag .luckybag .detail li > p {
    text-align: center;
  }
  #luckybag .luckybag .detail li dt {
    flex-shrink: 0;
  }
  #luckybag .luckybag .detail li dd {
    text-align: left;
  }
  #luckybag .luckybag .detail li dd span {
    font-size: 9px;
  }
  #luckybag .luckybag .detail .label {
    width: 65px;
    margin: 3px auto 1px;
  }
  #luckybag .luckybag li .note {
    font-size: 8px;
    line-height: 1.375;
  }
  #luckybag .luckybag .present {
    padding: 0 10px 10px;
  }
  #luckybag .luckybag .present .title {
    font-size: 14px;
    padding: 7px 0;
  }
  #luckybag .luckybag .present .content {
    flex-direction: column-reverse;
    padding: 0;
  }
  #luckybag .luckybag .present .headline {
    font-size: 13px;
    letter-spacing: 0.08em;
    margin: 0 0 4px;
  }
  #luckybag .luckybag .present .text {
    font-size: 18px;
    padding: 0 10px 10px;
  }
  #luckybag .luckybag .present .text p {
    font-size: 12px;
    line-height: 1.42;
  }
  #luckybag .luckybag .present .note {
    font-size: 10px;
    line-height: 1.5;
    word-break: break-all;
  }
  #luckybag .luckybag#lineup01 .present .img {
    width: calc(496 / 750 * 100vw);
  }
  #luckybag .luckybag#lineup02 .present .img {
    width: calc(609 / 750 * 100vw);
  }
  #luckybag .luckybag#lineup03 .present .img {
    width: calc(632 / 750 * 100vw);
  }
}