@charset "UTF-8";
/* 切り替え
---------------------------------------------------------- */
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
/* 決まりごと
---------------------------------------------------------- */
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}
img {
  vertical-align: top;
  line-height: 1.0em;
}
a:hover img {
  opacity: 0.5;
}
/*グレーアウト*/
.img_grayout {
  filter: grayscale(100%);
}
p.indent-1 {
  padding-left: 1em;
  text-indent: -1em;
}

/* html
---------------------------------------------------------- */

/**/
#bears #Tomica-wrapper {
  background-color: #fff;
}
#Tomica-wrapper {
  background-color: #fff;
	  padding: 0 0 10px;
}

/* body
---------------------------------------------------------- */
.bears-contents {
  width: 100%;
}


/* メインイメージ
---------------------------------------------------------- */
/*メイン*/
.main_container {
  display: flex;
  flex-direction: column; 
  align-items: center; 
  width: 100%;
 height: auto;
  overflow: hidden;
position: relative;
}
.main_inner_01 {
  width: 960px;
  height: auto;
  padding: 10px 0;
		z-index: 10;
}


/* 商品
---------------------------------------------------------- */
/*コンテナ*/
.item_container {
  display: flex;
  flex-direction: column; 
  align-items: center; 
  width: 100%;
 height: auto;
}
/*発売日・価格*/
.item_inner_01 {
  width: 900px;
  height: auto;
  padding: 40px 0 0;
}
/*商品画像*/
.item_inner_02 {
  position: relative;
  width: 900px;
  height: auto;
  padding: 0;
}
/*価格ボタン*/
.kakaku {
  position: absolute;
  z-index: 1;
  top: 3%;
  left: 52%;
	width: 40%;
}

/* プラレールエリア
---------------------------------------------------------- */

/*コンテナ*/
.plarail_container {
  display: flex;
  flex-direction: column; 
  align-items: center; 
  width: 100%;
 height: auto;
}
/*ロゴ*/
.plarail_inner_01 {
  width: 900px;
  height: auto;
  padding: 5em 0 2em;
}
.plarail_inner_01 img {
  width: 40%;
  height: auto;
  margin: 0 30%;
}
.plarail_inner_02 {
  width: 900px;
  height: auto;
  padding: 1.7em 0;
}
.plarail_inner_03 {
  position: relative;
  width: 900px;
  height: auto;
  padding: 0 0 50px;
}
/*購入ボタン*/
.plarail_kakaku {
  position: absolute;
  z-index: 1;
  top: 5.3%;
  left: 69%;
	width: 22%;
}
/*取説ボタン*/
.btn_plarail {
  position: absolute;
  z-index: 1;
  top: 78.5%;
  left: 10%;
	width: 50%;
}

/*価格ボタン_装飾*/
.border_dashed {
  border: dashed 5px #704635;
  border-radius: 17px;
}
.border_dashed_p {
  border: dashed 5px #eb6b81;
  border-radius: 17px;
}
.border_dashed_pla {
  border: dashed 3px #6997d1;
  border-radius: 10px;
}

/* 紙吹雪
---------------------------------------------------------- */
/*紙吹雪*/
.confetti {
  position: absolute;
  width: 100%;
  height: 100%;
	z-index: 1;
}

.confetti span {
  position: absolute;
  top: -10%;
  left: 0;
  width: 1.5vw;
  height: 1vw;
  background: #fff;
}

/* add animation */
.confetti span:nth-child(2n+1) {
  animation: confetti-anim-1 10s 0s linear infinite;
}

.confetti span:nth-child(2n+2) {
  animation: confetti-anim-2 10s 0s linear infinite;
}

/* side position */
.confetti span:nth-child(1) {
  left: 0%;
}

.confetti span:nth-child(2) {
  left: 2%;
}

.confetti span:nth-child(3) {
  left: 4%;
}

.confetti span:nth-child(4) {
  left: 6%;
}

.confetti span:nth-child(5) {
  left: 8%;
}

.confetti span:nth-child(6) {
  left: 10%;
}

.confetti span:nth-child(7) {
  left: 12%;
}

.confetti span:nth-child(8) {
  left: 14%;
}

.confetti span:nth-child(9) {
  left: 16%;
}

.confetti span:nth-child(10) {
  left: 18%;
}

.confetti span:nth-child(11) {
  left: 20%;
}

.confetti span:nth-child(12) {
  left: 22%;
}

.confetti span:nth-child(13) {
  left: 24%;
}

.confetti span:nth-child(14) {
  left: 26%;
}

.confetti span:nth-child(15) {
  left: 28%;
}

.confetti span:nth-child(16) {
  left: 30%;
}

.confetti span:nth-child(17) {
  left: 32%;
}

.confetti span:nth-child(18) {
  left: 34%;
}

.confetti span:nth-child(19) {
  left: 36%;
}

.confetti span:nth-child(20) {
  left: 38%;
}

.confetti span:nth-child(21) {
  left: 40%;
}

.confetti span:nth-child(22) {
  left: 42%;
}

.confetti span:nth-child(23) {
  left: 44%;
}

.confetti span:nth-child(24) {
  left: 46%;
}

.confetti span:nth-child(25) {
  left: 48%;
}

.confetti span:nth-child(26) {
  left: 50%;
}

.confetti span:nth-child(27) {
  left: 52%;
}

.confetti span:nth-child(28) {
  left: 54%;
}

.confetti span:nth-child(29) {
  left: 56%;
}

.confetti span:nth-child(30) {
  left: 58%;
}

.confetti span:nth-child(31) {
  left: 60%;
}

.confetti span:nth-child(32) {
  left: 62%;
}

.confetti span:nth-child(33) {
  left: 64%;
}

.confetti span:nth-child(34) {
  left: 66%;
}

.confetti span:nth-child(35) {
  left: 68%;
}

.confetti span:nth-child(36) {
  left: 70%;
}

.confetti span:nth-child(37) {
  left: 72%;
}

.confetti span:nth-child(38) {
  left: 74%;
}

.confetti span:nth-child(39) {
  left: 76%;
}

.confetti span:nth-child(40) {
  left: 78%;
}

.confetti span:nth-child(41) {
  left: 80%;
}

.confetti span:nth-child(42) {
  left: 82%;
}

.confetti span:nth-child(43) {
  left: 84%;
}

.confetti span:nth-child(44) {
  left: 86%;
}

.confetti span:nth-child(45) {
  left: 88%;
}

.confetti span:nth-child(46) {
  left: 90%;
}

.confetti span:nth-child(47) {
  left: 92%;
}

.confetti span:nth-child(48) {
  left: 94%;
}

.confetti span:nth-child(49) {
  left: 96%;
}

.confetti span:nth-child(50) {
  left: 98%;
}

/* size */
.confetti span:nth-child(3n+1) {
  width: 1vw;
  height: 0.6vw;
}

.confetti span:nth-child(3n+2) {
  width: 1.25vw;
  height: 0.8vw;
}

.confetti span:nth-child(3n+3) {
  width: 1.5vw;
  height: 1vw;
}

/* colors */
.confetti span:nth-child(5n+1) {
  background: #f8a3b4;
}

.confetti span:nth-child(5n+2) {
  background: #f6e200;
}

.confetti span:nth-child(5n+3) {
  background: #a9da91;
}

.confetti span:nth-child(5n+4) {
  background: #82dade;
}

.confetti span:nth-child(5n+5) {
  background: #d79dd7;
}


/* animation-duration */
.confetti span:nth-child(4n+1) {
  animation-duration: 5s;
}

.confetti span:nth-child(4n+2) {
  animation-duration: 12s;
}

.confetti span:nth-child(4n+3) {
  animation-duration: 8s;
}

.confetti span:nth-child(4n+4) {
  animation-duration: 6s;
}


/* animation-delay */
.confetti span:nth-child(11n+1) {
  animation-delay: 0s;
}

.confetti span:nth-child(11n+2) {
  animation-delay: 9s;
}

.confetti span:nth-child(11n+3) {
  animation-delay: 2s;
}

.confetti span:nth-child(11n+4) {
  animation-delay: 5s;
}

.confetti span:nth-child(11n+5) {
  animation-delay: 6s;
}

.confetti span:nth-child(11n+6) {
  animation-delay: 7s;
}

.confetti span:nth-child(11n+7) {
  animation-delay: 3s;
}

.confetti span:nth-child(11n+8) {
  animation-delay: 1s;
}

.confetti span:nth-child(11n+9) {
  animation-delay: 2s;
}

.confetti span:nth-child(11n+10) {
  animation-delay: 11s;
}

.confetti span:nth-child(11n+11) {
  animation-delay: 10s;
}

/* animation */
@keyframes confetti-anim-1 {
  0% {
    top: -10%;
    transform: translateX(0) rotateX(0) rotateY(0);
  }

  100% {
    top: 100%;
    transform: translateX(20vw) rotateX(180deg) rotateY(360deg);
  }
}

@keyframes confetti-anim-2 {
  0% {
    top: -10%;
    transform: translateX(0) rotateX(0) rotateY(0);
  }

  100% {
    top: 100%;
    transform: translateX(-20vw) rotateX(180deg) rotateY(360deg);
  }
}