@charset "UTF-8";

/*-----------------------------------------
  layout
-----------------------------------------*/
#loto {
  position: relative;
  width: 100%;
  padding-bottom: 100px;
  font-family: "Noto Sans JP", sans-serif;
  color: #231815;
  background: #fff url(/img/usr/freepage/2025/2512_christmaspresent/bg_pc.jpg) no-repeat center top / max(2000px,100%);
  opacity: 0;
  transition: opacity .3s;
}
#loto.is-show {
  opacity: 1;
}
#loto h1,
#loto h2 {
  padding: 0;
  margin: 0;
  font-weight: normal;
}
#loto a {
  color: inherit;
  transition: all .3s;
}
#loto a:hover,
#loto a:focus {
  text-decoration: none;
}
#loto img{
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
#loto button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all .3s;
  cursor: pointer;
}
@media only screen and (min-width: 751px) {
  body {
    overflow-x: auto;
  }
  #loto .for-sp {
    display: none;
  }
  #loto {
    min-width: 1500px;
  }
}
@media only screen and (max-width: 750px) {
  #loto .for-pc {
    display: none;
  }
  #loto {
    padding-bottom: 40px;
    background-image: url(/img/usr/freepage/2025/2512_christmaspresent/bg_sp.jpg);
    background-size: 100%;
    overflow: hidden;
  }
}

/*-----------------------------------------
  common
-----------------------------------------*/
#loto .loto-inner {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}
#loto .loto-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 380px;
  height: 56px;
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #fff;
  background: #b4202b;
  border-radius: 50px;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
#loto .loto-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #000, #fff);
  mix-blend-mode: soft-light;
  opacity: 0.75;
}
#loto .loto-btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  width: 8px;
  height: 9px;
  margin: auto;
  background: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
#loto .loto-btn:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 750px) {
  #loto .loto-btn {
    width: 280px;
    height: 40px;
    font-size: 15px;
  }
  #loto .loto-btn::after {
    right: 40px;
    width: 6px;
    height: 7px;
  }
}

/*-----------------------------------------
  top
-----------------------------------------*/
#loto .mv {
  padding-top: 140px;
  text-align: center;
}
#loto .mv img {
  margin: 0 28px 0 0;
}
#loto .title {
  position: relative;
  margin: -102px auto 0;
  text-align: center;
  z-index: 1;
}
#loto .message {
  display: none;
  margin: -70px 0 150px;
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 750px) {
  #loto .mv {
    width: 375px;
    margin: 0 auto;
    padding-top: 17.6vw;
  }
  #loto .mv img {
    margin: 0;
  }
  #loto .title {
    width: 340px;
    margin: -16px auto 0;
  }
  #loto .message {
    margin: -3vw 0 10vw;
    font-size: 3.7vw;
  }
}

/*-----------------------------------------
  メインページ
-----------------------------------------*/
#loto .sec-gacha .gacha-start {
  position: relative;
  margin-top: -120px;
  height: max(975px,48.75vw);
  background: url(/img/usr/freepage/2025/2512_christmaspresent/bg_city_pc.png) no-repeat center bottom / max(2000px,100%);
}
#loto .sec-gacha .gacha-btn {
  position: absolute;
  z-index: 1;
}
#loto .sec-gacha .gacha-btn::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#loto .sec-gacha .gacha-btn.gacha01 {
  top: max(400px,20vw);
  left: calc(50% - max(516px,25.8vw));
  transform: translateX(-50%);
  width: max(585px,29.25vw);
  z-index: 2;
}
#loto .sec-gacha .gacha-btn.gacha01::before {
  top: max(50px,2.5vw);
  right: max(100px,5vw);
  width: max(152px,7.6vw);
  height: max(86px,4.3vw);
  background-image: url(/img/usr/freepage/2025/2512_christmaspresent/icon_click_01.png);
  z-index: 1;
}
#loto .sec-gacha .gacha-btn.gacha02 {
  top: max(100px,5vw);
  left: 50%;
  transform: translateX(-50%);
  width: max(389px,19.45vw);
}
#loto .sec-gacha .gacha-btn.gacha02::before {
  top: 70px;
  left: 0;
  width: max(152px,7.6vw);
  height: max(86px,4.3vw);
  background-image: url(/img/usr/freepage/2025/2512_christmaspresent/icon_click_02.png);
}
#loto .sec-gacha .gacha-btn.gacha03 {
  top: max(390px,19.5vw);
  left: calc(50% + max(450px,22.5vw));
  transform: translateX(-50%);
  width: max(350px,17.5vw);
}
#loto .sec-gacha .gacha-btn.gacha03::before {
  top: min(-10px, -0.5vw);
  left: max(16px,0.8vw);
  width: max(136px,6.8vw);
  height: max(88px,4.4vw);
  background-image: url(/img/usr/freepage/2025/2512_christmaspresent/icon_click_03.png);
  z-index: 1;
}
#loto .sec-gacha .gacha-btn img {
  width: 100%;
  transform-origin: center bottom;
  animation: yurayura 9s linear infinite;
}
#loto .sec-gacha .gacha-btn.gacha02 img {
  animation-delay: 3s;
}
#loto .sec-gacha .gacha-btn.gacha03 img {
  animation-delay: 6s;
}
@media only screen and (max-width: 750px) {
  #loto .sec-gacha .gacha-start {
    margin-top: 0;
    height: 96vw;
    background-image: url(/img/usr/freepage/2025/2512_christmaspresent/bg_city_sp.png);
    background-size: 100%;
  }
  #loto .sec-gacha .gacha-btn.gacha01 {
    top: 46.667vw;
    left: -2.133vw;
    transform: none;
    width: 49.6vw;
  }
  #loto .sec-gacha .gacha-btn.gacha01::before {
    top: -1.067vw;
    right: 0;
    width: 20.267vw;
    height: 12.8vw;
    background-image: url(/img/usr/freepage/2025/2512_christmaspresent/icon_click_04.png);
  }
  #loto .sec-gacha .gacha-btn.gacha02 {
    top: -2.133vw;
    width: 38.933vw;
  }
  #loto .sec-gacha .gacha-btn.gacha02::before {
    top: 2.667vw;
    left: 28vw;
    width: 20.267vw;
    height: 11.467vw;
    background-image: url(/img/usr/freepage/2025/2512_christmaspresent/icon_click_01.png);
  }
  #loto .sec-gacha .gacha-btn.gacha03 {
    top: 49.067vw;
    left: auto;
    right: 10.667vw;
    transform: none;
    width: 33.6vw;
  }
  #loto .sec-gacha .gacha-btn.gacha03::before {
    top: -1.6vw;
    left: -2.133vw;
    width: 18.133vw;
    height: 11.733vw;
    background-image: url(/img/usr/freepage/2025/2512_christmaspresent/icon_click_03.png);
  }
}

/*-----------------------------------------
  キャンペーン詳細
-----------------------------------------*/
#loto .sec-detail .detail-title {
  padding: 19px 0;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.2em;
  line-height: 1;
  text-align: center;
  color: #fff;
  background: #78afcc;
  border-radius: 20px 20px 0 0;
}
#loto .sec-detail .detail-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 36px 40px 33px;
  background: #f4f8fb;
  border-radius: 0 0 20px 20px;
}
#loto .sec-detail .detail-list-box ul li {
  margin-left: 1.5em;
  text-indent: -1.5em;
}
#loto .sec-detail .detail-list-box dt,
#loto .sec-detail .detail-list-box dd {
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.625;
}
@media only screen and (max-width: 750px) {
  #loto .sec-detail .detail-title {
    padding: 12px 0;
    font-size: 15px;
    border-radius: 10px 10px 0 0;
  }
  #loto .sec-detail .detail-list {
    gap: 10px;
    padding: 16px 20px;
    border-radius: 0 0 10px 10px;
  }
  #loto .sec-detail .detail-list-box dt,
  #loto .sec-detail .detail-list-box dd {
    font-size: 12px;
  }
}

/*-----------------------------------------
  結果モーダル
-----------------------------------------*/
#loto .gacha-result {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 102;
}
#loto .gacha-result-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  background: rgb(0,0,0,0.8);
  overflow-y: auto;
  scrollbar-gutter: stable;
}
#loto .gacha-result-inner {
  position: relative;
  width: 550px;
  height: calc(758px + 55px);
  margin: auto;
  padding-top: 55px;
}
#loto .gacha-result-inner::before {
  content: "";
  position: absolute;
  top: 115px;
  left: -300px;
  width: 692px;
  height: 752px;
  background: url(/img/usr/freepage/2025/2512_christmaspresent/bg_coupon_02.png) no-repeat center / contain;
  z-index: -1;
}
#loto .gacha-result-contents {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  background: url(/img/usr/freepage/2025/2512_christmaspresent/bg_coupon_01_pc.png) no-repeat center / contain;
}
#loto .gacha-result.active .gacha-result-contents {
  animation: couponOpen 1s .3s forwards;
}
#loto .gacha-result-close {
  position: absolute;
  top: 0;
  right: 20px;
  width: 50px;
  height: 50px;
  font-size: 0;
}
#loto .gacha-result-close::before,
#loto .gacha-result-close::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  margin: auto;
  background: #fff;
  transform: rotate(45deg);
}
#loto .gacha-result-close::after {
  transform: rotate(-45deg);
}
#loto .gacha-result-text {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.14em;
  line-height: 2;
}
#loto .gacha-result-img {
  width: 442px;
  margin: 0 auto;
}
#loto .gacha-result-notice {
  margin: 10px 0 0;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.14em;
}
@media only screen and (max-width: 750px) {
  #loto .gacha-result-inner {
    width: 375px;
    height: calc(520px + 25px);
    padding-top: 25px;
  }
  #loto .gacha-result-inner::before {
    top: 306px;
    left: -54px;
    width: 386px;
    height: 419px;
  }
  #loto .gacha-result-contents {
    background-image: url(/img/usr/freepage/2025/2512_christmaspresent/bg_coupon_01_sp.png);
  }
  #loto .gacha-result-close {
    right: 10px;
    width: 30px;
    height: 30px;
  }
  #loto .gacha-result-close::before,
  #loto .gacha-result-close::after {
    height: 1px;
  }
  #loto .gacha-result-text {
    font-size: 14px;
  }
  #loto .gacha-result-img {
    margin-top: 6px;
    width: 303px;
  }
  #loto .gacha-result .loto-btn {
    margin-top: 6px;
  }
  #loto .gacha-result-notice {
    font-size: 10px;
  }
}

/*-----------------------------------------
  獲得後
-----------------------------------------*/
#loto.lotoR .sec-item {
  height: max(861px,43.05vw);
  margin-top: -136px;
  padding-top: 85px;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  background: url(/img/usr/freepage/2025/2512_christmaspresent/bg_city_02_pc.png) no-repeat center top / max(2000px,100%);
}
#loto.lotoR .sec-item .item-contents {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 68px 100px 50px;
  background: rgb(255,255,255,0.9);
  border-radius: 10px;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5),inset 0px 1px 0px 0px rgba(255, 255, 255, 0.5);
}
#loto.lotoR .sec-item .item-title {
  font-size: 20px;
  letter-spacing: 0.1em;
}
#loto.lotoR .sec-item .item-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin: 35px 0 0;
}
#loto.lotoR .sec-item .item-list li {
  width: calc((100% - 40px * 2) / 3);
}
#loto.lotoR .sec-item .item-list li a {
  display: block;
}
#loto.lotoR .sec-item .item-list li a:hover {
  opacity: 0.8;
}
#loto.lotoR .sec-item .item-list-name {
  margin: 13px 0 0;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.625;
  text-decoration: underline;
}
#loto.lotoR .sec-item .loto-btn {
  margin: 24px auto 0;
  width: 500px;
  height: 64px;
}
@media only screen and (min-width: 751px) {
  #loto.lotoR {
    min-width: 1230px;
  }
}
@media only screen and (max-width: 750px) {
  #loto.lotoR .title {
    width: 306px;
  }
  #loto.lotoR .sec-item {
    height: auto;
    margin: -27px 0 30px;
    padding-top: 0;
    background-image: url(/img/usr/freepage/2025/2512_christmaspresent/bg_city_02_sp.png);
    background-position: center top 42px;
    background-size: 100%;
  }
  #loto.lotoR .sec-item .item-contents {
    margin: 0 15px;
    padding: 28px 15px 32px;
    border-radius: 5px;
  }
  #loto.lotoR .sec-item .item-title {
    font-size: 12px;
    line-height: 1.333;
  }
  #loto.lotoR .sec-item .item-list {
    gap: 15px;
    margin: 18px 5px 0;
  }
  #loto.lotoR .sec-item .item-list li {
    width: calc((100% - 15px) / 2);
  }
  #loto.lotoR .sec-item .item-list-name {
    margin: 13px 0 0;
    font-size: 14px;
    line-height: 1.2;
  }
  #loto.lotoR .sec-item .loto-btn {
    margin: 24px auto 0;
    padding-right: 10px;
    width: 310px;
    height: 50px;
    font-size: 13px;
    letter-spacing: 0;
  }
  #loto.lotoR .sec-item .loto-btn::after {
    right: 20px;
  }
}

/*-----------------------------------------
  animation
-----------------------------------------*/
@keyframes couponOpen {
  0%   { transform:translateY(0) scale(1); }
  25%  { transform:translateY(-30px); }
  50%  { transform:scale(1); }
  75%  { transform:scale(1.1); }
  100%  { transform:translateY(0) scale(1); }
}
@keyframes yurayura {
  0% { transform: rotate(0deg); }
  1% { transform: rotate(-1deg); }
  2% { transform: rotate(1deg); }
  3% { transform: rotate(-1deg); }
  4% { transform: rotate(0deg); }
  100% { transform: rotate(0deg); }
}

/*-----------------------------------------
  snow
-----------------------------------------*/
.snow {
  color: #fff;
  font-size: 10px;
  position: fixed;
  top: -5%;
  /*雪を適当な幅で降らせる*/
  text-shadow:
  5vw   -100px 2px,
  10vw  -400px 3px,
  20vw  -500px 4px,
  30vw  -580px 1px,
  39vw  -250px 2px,
  42vw  -340px 5px,
  56vw  -150px 2px,
  63vw  -180px 0,
  78vw  -220px 4px,
  86vw  -320px 9px,
  94vw  -170px 7px;
  animation: snowAnim 15s linear infinite;
}
.snow02{
  font-size: 8px;
  animation: snowAnim02 22s linear infinite;
}
@media only screen and (max-width: 750px) {
  .snow {
    text-shadow:
    10vw  -400px 3px,
    30vw  -580px 1px,
    42vw  -340px 5px,
    63vw  -180px 0,
    86vw  -320px 9px,
  }
}
@keyframes snowAnim {
  0% {
    transform: rotate(0deg);
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: rotate(20deg);
    top: 100%;
    opacity: 0;
  }
}
@keyframes snowAnim02 {
  100% {
    color: transparent;
    top: 150%;
  }
}