@charset "UTF-8";

body {
  background-color: #FAC500;
  background-image: url(../img/2x/bg.webp);
  font-size: 15px;
  color: #E6380D;
  width: 100vw;
  margin: 0 auto;
  font-family: "A1ゴシック R", sans-serif;
  font-feature-settings: "palt";
}

main {
  max-width: 1440px;
  margin: 0 auto;
  text-align: center;
  padding-top: 66px;
  padding-bottom: 70px;
  position: relative;
  overflow: hidden;
}

.bg-draw-cover {
  position: relative;
}

.bg-draw {
  width: 150%;
  height: 150%;
  margin: 0 auto;
  background-image: url(../img/2x/bg-draw.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -540px;
  right: -230px;
}

.bg-draw img {
  width: 1440px;
}

.top--fv {
  height: 400px;
}

.top--fv img {
  width: 1105px;
}

/* 抽選グッズ コンテナ */

.goods-container {
  width: 920px;
  background-color: white;
  margin: 0 auto;
  border-radius: 30px;
  margin-top: 110px;
  position: relative;
  padding-bottom: 50px;
  z-index: -1;
}

/* 第一弾 抽選グッズ */

.goods--ribbon-1 img {
  height: 146px;
  margin-top: -78px;
}

.goods--first-day {
  height: 254px;
  width: 254px;
  margin-top: 57px;
  position: absolute;
  left: -86px;
  /* top: 46px; */
}

.goods--first-1 img {
  margin-top: 58px;
  width: 330px;
  height: 360px;
}

.goods--first-1-txt-container {
  margin-top: 21px;
  color: #E6380D;
}

.goods--first-1-title {
  font-size: 33px;
  line-height: 42px;
  letter-spacing: 0.03em;
}

.goods--first-1-title span {
  background: linear-gradient(transparent 60%, #FFEF00 0%);
}

.goods--first-1-script {
  margin-top: 16px;
  font-family: "中ゴシックBBB", sans-serif;
  line-height: 22px;
  letter-spacing: 0.05em;
}

.goods--first-1-num {
  margin-top: 10px;
  line-height: 42px;
  font-size: 30px;
}

.goods--first-1-num span {
  font-size: 46px;
}




/* 第一弾 グッズ 2列目 */
.goods--first-2-container {
  margin-top: 38px;
  display: flex;
  justify-content: center;
}

.goods--first-2-ticket:first-child {
  margin-right: 20px;
}

.goods--first-2-title {
  font-size: 25px;
  line-height: 34px;
}

.goods--first-2-day {
  font-size: 20px;
  line-height: 29px;
  margin-top: 13px;
}

.goods--first-2-script {
  font-family: "中ゴシックBBB", sans-serif;
  margin-top: 4px;
  line-height: 21px;
  letter-spacing: 0.05em;
}

.goods--first-2-num {
  margin-top: 6px;
  font-size: 25px;
  line-height: 42px;
}

.goods--first-2-num span {
  font-size: 36px;
}

.goods--first-2-ticket-ticket {
  width: 441px;
}

.goods--first-2-ticket-fruit {
  width: 229px;
}

.goods--first-2-title-fruit {
  font-size: 25px;
  line-height: 34px;
}

.goods--first-2-title-fruit span {
  font-size: 20px;
}

.goods--first-2-num-fruit {
  margin-top: 10px;
  font-size: 25px;
}

.goods--first-2-num-fruit span {
  font-size: 36px;
}





/* 区切り線 */
.dot {
  margin-top: 40px;
}

.dot img {
  margin-top: 40px;
  width: 860px;
  margin: 0 auto;
}









/* 第二弾　抽選グッズ */
.goods--second {
  position: relative;
}

.goods--second-day {
  height: 254px;
  width: 254px;
  position: absolute;
  left: -86px;
  top: 24px;
}

.goods--second-1-img {
  margin-top: 68px;
  width: 630px;
}

.goods--second-1-txt-container {
  margin-top: 21px;
  color: #E6380D;
}

.goods--second-1-title {
  font-size: 33px;
  line-height: 42px;
  letter-spacing: 0.03em;
}

.goods--second-1-title span {
  background: linear-gradient(transparent 60%, #FFEF00 0%);
}

.goods--second-1-daily {
  margin-top: 2px;
  line-height: 33px;
  font-size: 25px;
  letter-spacing: 0.03px;
}

.goods--second-2-container {
  /* margin-top: 52px; */
  display: flex;
  justify-content: center;
}

.goods--second-2-tshirt:first-child {
  margin-right: 20px;
}

.goods--second-2-tshirt-tshirt {
  width: 390px;
}

.goods--second-2-script {
  font-family: "中ゴシックBBB", sans-serif;
  margin-top: 8px;
  font-size: 18px;
  line-height: 26px;
}

.goods--second-2-ticket-fruit {
  width: 168px;
  margin-top: -8px;
  margin-bottom:8px;
}





















/* スタンプラリー日付 */
.stamp--day {
  margin-top: 58px;
}

.stamp--day img {
  width: 920px;
}

.stamp--day-txt {
  font-weight: bold;
  margin-top: 54px;
  font-size: 25px;
}

.stamp--day-txt-txt span {
  display: inline-block;
  margin-top: 21px;
}

.logo {
  display: block;
  margin-top: 60px;
  transition: opacity 0.3s;
  /* margin-bottom: 70px; */
}

.logo:hover{
  opacity: 0.8;
}

.logo img {
  width: 312px;
}

.footer--copy{
  text-align: center;
  padding: 40px 0;
  font-size: 11px;
  color: #000000;
}



/* @media (max-width: 500px) {

  .goods--first-2-container{
    display: block;
  }
  .goods--second-2-container{
    display: block;
  }
} */