@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;800;900&display=swap');

/*おもちゃ*/
@media screen and (min-width:768px) { /* PC  ==================== */
  .omocha_container {
    width: 100%;
    height: auto;
    padding: 30px 0 0px;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width:768px) { /* SP  ==================== */
  .omocha_container {
    width: 100%;
    height: auto;
    padding: 10px 0 0;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (min-width:768px) { /* PC  ==================== */
  .omocha_box_inner_box {
    width: 960px;
    height: auto;
    margin: 0 auto 20px;
  }
  .omocha_box_inner_box_02 {
    width: 800px;
    height: auto;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width:768px) { /* SP  ==================== */
  .omocha_box_inner_box {
    width: 90%;
    height: auto;
    margin: 0 auto 10px;
  }
  .omocha_box_inner_box_02 {
    width: 80%;
    height: auto;
    margin: 10px auto 5px;
  }
}
.omocha_box_inner_box img {
  width: 100%;
}
.omocha_box_inner_box_02 img {
  width: 90%;
  margin: 0 auto;
}


@media screen and (min-width:768px) { /* PC  ==================== */
/*おもちゃボタン*/
.container_omocha_lineup {
  width: 100%;
  height: auto;
  padding: 5px 0;
  margin: 0 auto 50px;
  text-align: center;
}
  .box_omocha_lineup_01 {
    text-align: center;
    width: 800px;
    margin: 0 auto;
    padding: 0px;
  }
}
@media screen and (max-width:768px) { /* SP  ==================== */
/*おもちゃボタン*/
.container_omocha_lineup {
  width: 100%;
  height: auto;
  padding: 5px 0;
  margin: 0 auto 20px;
  text-align: center;
}
  .box_omocha_lineup_01 {
    text-align: center;
    width: 90%;
    margin: 0 auto;
    padding: 0px;
  }
}
.lineup_omocha_area {
  width: 100%;
}
.lineup_omocha_area ul {
  list-style: none;
  display: flex;
  align-items: center;
}
.lineup_omocha_btn {
  width: 100%;
  height: auto;
  padding: 10px;
  box-sizing: border-box;
}

/* ラインナップ */
@media screen and (min-width:768px) { /* PC  ==================== */
  .container_introduce_lineup {
    width: 100%;
    height: auto;
    padding: 0 0 30px;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width:768px) { /* SP  ==================== */
  .container_introduce_lineup {
    width: 100%;
    height: auto;
    padding: 0 0 5px;
    text-align: center;
  }
}

/* ラインナップ_白下地 */
@media screen and (min-width:768px) { /* PC  ==================== */
  .container_lineup_items {
    margin: 0px 0 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
}
@media screen and (max-width:768px) { /* SP  ==================== */
  .container_lineup_items {
    margin: 0px 0 10px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
}
.box_omocha {
  width: 960px;
  height: 100%;
  position: relative;
}

/* ラインナップ_個別 */
@media screen and (min-width:768px) { /* PC  ==================== */
  .box_items_lineup {
    display: flex;
    justify-content: space-around;
    width: 960px;
  }
}
@media screen and (max-width:768px) { /* SP  ==================== */
  .box_items_lineup {
    display: flex;
    justify-content: space-around;
	  gap: 2px;
    width: 85%;
	  margin: 0 5%;
  }
}
.box_item_lineup_kobetsu {
  width: 49.8%;
  box-sizing: border-box;
}


@media screen and (min-width:768px) { /* PC  ==================== */
/* ラインナップ_赤ボックス */
.omocha_white_box_tomica {
  width: 100%;
  border: 3px solid #e50012;
  background-color: #fff;
  padding: 10px;
}
/* ラインナップ_青ボックス */
.omocha_white_box_plarail {
  width: 100%;
  border: 3px solid #0080cb;
  background-color: #fff;
  padding: 10px;
}
}

@media screen and (max-width:768px) { /* SP  ==================== */
.omocha_white_box_tomica {
  width: 100%;
  border: 3px solid #e50012;
  background-color: #fff;
  padding: 5px;
}
/* ラインナップ_青ボックス */
.omocha_white_box_plarail {
  width: 100%;
  border: 3px solid #0080cb;
  background-color: #fff;
  padding: 5px;
}
}

@media screen and (min-width:768px) { /* PC  ==================== */
/* スライダー */
.img_swiper {
  width: 100%;
  height: auto;
  padding: 0 0 15px;
}
.swiper-slide img {
  width: 100%;
  max-width: 100%;
}
.swiper-button-prev::after, .swiper-button-next::after {
font-size: 1.5rem;
  color: #777;
}
.swiper-pagination {
		bottom: -40px;
}
}

@media screen and (max-width:768px) { /* SP  ==================== */
/* スライダー */
.img_swiper {
  width: 100%;
  height: auto;
  padding: 0 0 1px;
}
.swiper-slide img {
  width: 100%;
  max-width: 100%;
}
.swiper-button-prev::after, .swiper-button-next::after {
font-size: 0.5rem;
  color: #777;
}
  .swiper-button-prev {
    left: -5px;
  }
  .swiper-button-next {
    right: -5px;
  }
.swiper-pagination {
	bottom: -40px;
}
}

@media screen and (min-width:768px) { /* PC  ==================== */
/* ラインナップ_テキスト */
.txt_omocha_items {
  width: 100%;
}
.item_name {
  color: #000;
  font-size: 1rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-style: normal;
  padding: 0 0 15px;
}
.item_date {
  color: #222;
  font-size: 0.8rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.item_price {
  color: #222;
  font-size: 0.8rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
}
}

@media screen and (max-width:768px) { /* SP  ==================== */
/* ラインナップ_テキスト */
.txt_omocha_items {
  width: 100%;
}
.item_name {
  color: #000;
  font-size: 0.6rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-style: normal;
  padding: 0 0 5px;
}
.item_date {
  color: #222;
  font-size: 0.45rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.item_price {
  color: #222;
  font-size: 0.4rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
}
}

/* 購入ボタン */
.btn_item_buy {
  width: 60%;
	height: auto;
	margin: 10px auto;
}