@charset "UTF-8";
/*************************************************
common-style
*************************************************/
* {
  box-sizing: border-box;
}

.ie_ObjectFit {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  scroll-behavior: smooth;
  font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  min-height: 100dvh;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

.mochiy-pop-one-regular {
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.kiwi-maru-light {
  font-family: "Kiwi Maru", serif;
  font-weight: 300;
  font-style: normal;
}

.kiwi-maru-regular {
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  font-style: normal;
}

.kiwi-maru-medium {
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-style: normal;
}

/*************************************************
header
*************************************************/
/*************************************************
footer
*************************************************/
footer {
  position: sticky;
  top: 100%;
}

/*************************************************
top
*************************************************/
body img {
  max-width: 100%;
}

header {
  margin: 0 auto;
  width: 100%;
  max-width: 440px;
  background-color: #CC0033;
  background-image: url("images/star_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 99% auto;
  padding-top: 30px;
  text-align: center;
}

main {
  margin: 0 auto;
  width: 100%;
  max-width: 440px;
}

.gacha {
  background-color: #CC0033;
  padding-bottom: 20px;
}

.winning {
  background-color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
}
.winning h3 {
  color: #CC0033;
  margin-top: 20px;
  font-weight: 900;
  /* 外側に白い縁取り */
  text-shadow: 2px 0 white, -2px 0 white, 0 2px white, 0 -2px white, 2px 2px white, -2px -2px white, 2px -2px white, -2px 2px white;
}
.winning h4 {
  color: #000;
  margin-top: 10px;
  font-size: 20px;
}
.winning .numbers {
  padding: 0 20px;
  margin-top: 20px;
}
.winning .numbers div {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
.winning .numbers div img {
  width: 20%;
  z-index: 2;
}
.winning .numbers div p {
  padding: 10px 40px;
  border-radius: 100px;
  background-color: #6C2613;
  color: #fff;
  font-size: 3rem;
  letter-spacing: 3px;
  z-index: 1;
  transform: translateX(-15px);
  width: 100%;
}
.winning .numbers div p span {
  font-size: 2rem;
}

.title {
  display: inline-block;
  position: relative;
  height: 45px;
  text-align: center;
  box-sizing: border-box;
}

.title:before { /*左側のリボン端*/
  content: "";
  position: absolute;
  width: 10px;
  bottom: -10px;
  left: -25px;
  z-index: -2;
  border: 20px solid #FFE700;
  border-left-color: transparent; /*山形に切り抜き*/
  z-index: 1;
}

.title:after { /*右側のリボン端*/
  content: "";
  position: absolute;
  width: 10px;
  bottom: -10px;
  right: -25px;
  z-index: -2;
  border: 20px solid #FFE700;
  border-right-color: transparent; /*山形に切り抜き*/
  z-index: 1;
}

.title h1 {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 20px;
  line-height: 45px;
  font-size: 16px;
  font-weight: 900;
  color: #6C2613;
  background: #FFFF00; /*真ん中の背景色*/
  z-index: 3;
}

.title h1:before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-right: solid 15px #FDC500; /*左の折り返し部分*/
  z-index: 2;
}

.title h1:after {
  position: absolute;
  content: "";
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-left: solid 15px #FDC500; /*右の折り返し部分*/
  z-index: 2;
}

.sukusho {
  background-color: #fff;
  color: #CC0033;
  text-align: center;
}
.sukusho p {
  font-size: 18px;
  margin-bottom: 8px;
}
.sukusho .name {
  font-size: 20px;
}

.btn_area {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-top: 20px;
  letter-spacing: 1px;
  padding: 0 20px;
}
.btn_area div {
  flex-basis: 48%;
}
.btn_area .left a {
  background-color: #FFE000;
  display: block;
  padding: 14px;
  text-align: center;
  border-radius: 100px;
}
.btn_area .right a {
  display: block;
  background-color: #CCE000;
  padding: 14px;
  text-align: center;
  border-radius: 100px;
}

footer {
  height: 80px;
}

.gacha_img {
  position: relative;
  margin: 0 auto;
}

.gacha-poster,
.gacha-video {
  display: block;
  width: 100%;
  height: auto;
}

.gacha-video {
  display: none; /* 初期は非表示 */
}

/* ボタンはガチャの下に配置（好きにカスタムOK） */
.gacha-btn {
  display: block;
  width: 90%;
  margin: 0 auto;
  margin-top: 14px;
  padding: 14px 16px;
  border: none;
  border-radius: 10px;
  font-size: clamp(16px, 4.5vw, 18px);
  background: #fff;
  color: #c00;
  box-shadow: 0 4px 0 #ccc;
  text-align: center;
}

.gacha-btn:disabled {
  opacity: 0.6;
  box-shadow: none;
}/*# sourceMappingURL=style.css.map */