@charset "UTF-8";
/*ベース*/
html {
  scroll-behavior: smooth;
}

.fs-l-main {
  padding: 0;
  margin: 0;
  display: block;
  max-width: none;
  border: none;
  border-radius: 0;
}

.fs-l-pageMain {
  max-width: none;
}

.trans {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.trans:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.wrap {
  max-width: 940px;
  width: 100%;
  padding: 0 15px;
  margin: auto;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.fs-c-productList {
  display: none;
}

.fs-p-scrollingCartButton {
  display: none;
}

.sec {
  padding: 80px 0;
}

.fs-l-pageMain h1.fs-c-heading {
  display: none;
}

@media (min-width: 1px) and (max-width: 1200px) {
  .trans:hover {
    opacity: 1;
  }
}
@media (min-width: 1px) and (max-width: 600px) {
  .fs-l-main {
    margin: 0 auto 91px;
    padding: 0;
    border: none;
  }

  .sec {
    padding: 30px 0;
  }
}
@media (min-width: 1px) and (max-width: 370px) {
  .sec {
    padding: 10px 0;
  }
}
/*ベース*/
#productpage.toyshow2024.in .wrap {
  padding: 0;
}
#productpage.toyshow2024.in h2,
#productpage.toyshow2024.in h3,
#productpage.toyshow2024.in h4 {
  color: #5c5c5c;
  line-height: 1.5;
}
#productpage.toyshow2024.in div {
  color: #5c5c5c;
}
#productpage.toyshow2024.in p {
  color: #5c5c5c;
}
#productpage.toyshow2024.in .fuwafuwa {
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}
#productpage.toyshow2024.in .keyframe1 {
  -webkit-animation-name: anim_v;
          animation-name: anim_v;
  max-width: 110px;
}
@-webkit-keyframes anim_v {
  0% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  100% {
    -webkit-transform: translate(0, -15px);
            transform: translate(0, -15px);
  }
}
@keyframes anim_v {
  0% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  100% {
    -webkit-transform: translate(0, -15px);
            transform: translate(0, -15px);
  }
}
#productpage.toyshow2024.in .pcv {
  display: block;
}
#productpage.toyshow2024.in .spv {
  display: none;
}
#productpage.toyshow2024.in .cont_title {
  max-width: 820px;
  width: 100%;
  margin: 0 auto;
  padding-top: 80px;
}
#productpage.toyshow2024.in .smooth {
  scroll-behavior: smooth;
}

@media (min-width: 1px) and (max-width: 940px) {
  #productpage.toyshow2024.in .wrap {
    padding: 0 0px;
  }
  #productpage.toyshow2024.in .cont_title {
    max-width: 70%;
    width: 100%;
    margin: 0 auto;
    padding-top: 80px;
  }
}
@media (min-width: 1px) and (max-width: 600px) {
  #productpage.toyshow2024.in .pcv {
    display: none;
  }
  #productpage.toyshow2024.in .spv {
    display: block;
  }
  #productpage.toyshow2024.in .cont_title {
    max-width: 345px;
    padding-top: 65px;
  }
}
@media (min-width: 1px) and (max-width: 370px) {
  #productpage.toyshow2024.in .pcv {
    display: none;
  }
  #productpage.toyshow2024.in .spv {
    display: block;
  }
  #productpage.toyshow2024.in .cont_title {
    max-width: 280px;
    padding-top: 40px;
  }
}
body {
  overflow-x: hidden;
  font-family: fot-seurat-pron, sans-serif;
  font-weight: 600;
  font-style: normal;
}

#productpage.toyshow2024.in {
  /*メインヴィジュアル*/
}
#productpage.toyshow2024.in a {
  text-decoration: none;
}

#productpage.toyshow2024.in .ts-main {
  background-image: url(../img/top/contents/texture.jpg);
  background-repeat: repeat;
  background-position: top center;
}

#productpage.toyshow2024.in .ts-main .ts-main-img {
	width:1024px;
	margin:0 auto;
	padding:40px 0;
}
#productpage.toyshow2024.in .ts-main .ts-main-img img {
	width:100%;
	border-radius:30px;
}
#productpage.toyshow2024.in .ts-main .ts-main-img h1 {
	position:relative;
	width:100%;
	margin:0 auto 3.37%;
	font-size:0;
	line-height:0;
	border-radius:30px;
	-webkit-box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.3);
}
#productpage.toyshow2024.in .ts-main .ts-main-img p {
	position:relative;
	width:100%;
	margin:0 auto 3.37%;
	font-size:0;
	line-height:0;
	border-radius:30px;
	-webkit-box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.3);
}
#productpage.toyshow2024.in .ts-main .ts-main-img p:last-of-type {
	margin:0 auto;
}
#productpage.toyshow2024.in .ts-main .ts-main-img p:last-of-type a {
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	width:82.33%;
	margin-bottom:0.89%;
	margin-left:8.98%;
}
#productpage.toyshow2024.in .ts-main .ts-main-img p:last-of-type a img {
	border-radius:0;
}

@media (min-width: 1px) and (max-width: 1199px) {
#productpage.toyshow2024.in .ts-main .ts-main-img {
	width:98%;
	padding:5% 0;
}
#productpage.toyshow2024.in .ts-main .ts-main-img h1, 
#productpage.toyshow2024.in .ts-main .ts-main-img p,
#productpage.toyshow2024.in .ts-main .ts-main-img img{
	border-radius:3vw;
}
}


#productpage.toyshow2024.in .title_img {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
#productpage.toyshow2024.in .sec_title_img {
  width: 100%;
  max-width: 730px;
  margin: 0 auto 70px auto;
  position: relative;
}
#productpage.toyshow2024.in .title30peroff {
  width: 100%;
  max-width: 230px;
  position: absolute;
  top: -70px;
  left: -50px;
}
#productpage.toyshow2024.in .item_lineup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
#productpage.toyshow2024.in .item_lineup p {
  padding: 0 10px;
}
#productpage.toyshow2024.in .item_lineup .item_lineup_box {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24%;
          flex: 0 0 24%;
}
#productpage.toyshow2024.in .item_lineup .per_icon {
  position: absolute;
  width: 100%;
  max-width: 76px;
  top: -15px;
  left: -10px;
}
#productpage.toyshow2024.in .item_lineup .item_img {
  width: 100%;
  max-width: 240px;
  margin: 10px auto;
}
#productpage.toyshow2024.in .item_lineup .price_b {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
  margin: 0 auto 5px auto;
  text-shadow: 0px 0px 1px #3c3c3c;
}
#productpage.toyshow2024.in .item_lineup .price_r {
  color: #ff0000;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.2;
  margin: 0 auto 15px auto;
  text-shadow: 0px 0px 1px #ff0000;
  letter-spacing: -0.05em;
}
#productpage.toyshow2024.in .item_lineup .price_r .text_arrow {
  font-size: 30px;
}
#productpage.toyshow2024.in .item_lineup .price_r span {
  font-size: 21px;
}
#productpage.toyshow2024.in .item_lineup .more_btn {
  width: 100%;
  max-width: 262px;
  margin: 0 auto;
}
#productpage.toyshow2024.in .item_bottom_sec {
  width: 100%;
  max-width: 560px;
  margin: 60px auto 0 auto;
}
#productpage.toyshow2024.in .item_bottom_sec .item_bottom_sec_text {
  width: 100%;
  max-width: 550px;
  margin-bottom: 20px;
}
#productpage.toyshow2024.in .item_bottom_sec .item_bottom_sec_btn {
  width: 100%;
  position: relative;
  z-index: 200;
}
@media (min-width: 1px) and (max-width: 1300px) {
  #productpage.toyshow2024.in .item_lineup {
    width: 90%;
  }
}
@media (min-width: 1px) and (max-width: 1100px) {
  #productpage.toyshow2024.in .title30peroff {
    top: -70px;
    left: -35px;
    max-width: 180px;
  }
  #productpage.toyshow2024.in .sec_title_img {
    max-width: 550px;
  }
  #productpage.toyshow2024.in .item_lineup {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  #productpage.toyshow2024.in .item_lineup .item_lineup_box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
  }
  #productpage.toyshow2024.in .item_lineup .item_lineup_box:nth-child(1),
#productpage.toyshow2024.in .item_lineup .item_lineup_box:nth-child(2) {
    margin-bottom: 30px;
  }
  #productpage.toyshow2024.in .item_bottom_sec {
    max-width: 400px;
  }
}
@media (min-width: 1px) and (max-width: 800px) {
  #productpage.toyshow2024.in .title30peroff {
    top: -40px;
    left: -35px;
    max-width: 120px;
  }
  #productpage.toyshow2024.in .sec_title_img {
    max-width: 400px;
  }
  #productpage.toyshow2024.in .item_bottom_sec {
    max-width: 300px;
  }
}
@media (min-width: 1px) and (max-width: 600px) {
  #productpage.toyshow2024.in .title30peroff {
    max-width: 115px;
    top: -55px;
    left: 0px;
  }
  #productpage.toyshow2024.in .sec_title_img {
    max-width: 345px;
    margin: 0 auto 45px auto;
  }
  #productpage.toyshow2024.in .item_lineup {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #productpage.toyshow2024.in .item_lineup p {
    padding: 0;
  }
  #productpage.toyshow2024.in .item_lineup .per_icon {
    max-width: 43px;
    top: -10px;
    left: -5px;
  }
  #productpage.toyshow2024.in .item_lineup .item_lineup_box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
    padding: 20px 10px 10px 10px;
  }
  #productpage.toyshow2024.in .item_lineup .item_lineup_box:nth-child(1),
#productpage.toyshow2024.in .item_lineup .item_lineup_box:nth-child(2) {
    margin-bottom: 20px;
  }
  #productpage.toyshow2024.in .item_lineup .item_title {
    font-size: 14px;
  }
  #productpage.toyshow2024.in .item_lineup .price_b,
#productpage.toyshow2024.in .item_lineup .price_r {
    display: inline-block;
    letter-spacing: 0.01em;
  }
  #productpage.toyshow2024.in .item_lineup .price_b {
    font-size: 12px;
  }
  #productpage.toyshow2024.in .item_lineup .price_b span {
    font-size: 12px;
  }
  #productpage.toyshow2024.in .item_lineup .price_r {
    font-size: 20px;
  }
  #productpage.toyshow2024.in .item_lineup .price_r .text_arrow {
    font-size: 17px;
  }
  #productpage.toyshow2024.in .item_lineup .price_r span {
    font-size: 12px;
  }
  #productpage.toyshow2024.in .item_bottom_sec {
    max-width: 330px;
    margin: 30px auto 0 auto;
  }
  #productpage.toyshow2024.in .item_bottom_sec .item_bottom_sec_text {
    max-width: 290px;
    margin: 0 auto 15px auto;
  }
}
#productpage.toyshow2024.in .top_mv {
  background-image: url(../img/summer2022/top_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
#productpage.toyshow2024.in .top_mv .top_mv_img {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
@media (min-width: 1px) and (max-width: 600px) {
  #productpage.toyshow2024.in .top_mv {
    background-image: none;
  }
}
#productpage.toyshow2024.in .new_product {
  background-image: url(../img/summer2022/topsec_bg02.png), url(../img/summer2022/topsec_bg01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center, bottom center;
  position: relative;
  padding: 140px 0 105px 0;
}
#productpage.toyshow2024.in .new_product .flag {
  width: 100%;
  max-width: 558px;
  position: absolute;
}
#productpage.toyshow2024.in .new_product .flag_left {
  top: 0;
  left: 0;
}
#productpage.toyshow2024.in .new_product .flag_right {
  top: 0;
  right: 0;
}
#productpage.toyshow2024.in .new_product .hanahubuki {
  width: 100%;
  max-width: 1024px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#productpage.toyshow2024.in .new_product .new_product_title {
  margin-bottom: 50px;
  position: relative;
  z-index: 10;
}
@media (min-width: 1px) and (max-width: 1400px) {
  #productpage.toyshow2024.in .new_product .flag {
    max-width: 430px;
  }
  #productpage.toyshow2024.in .new_product .title_img {
    max-width: 800px;
  }
}
@media (min-width: 1px) and (max-width: 1000px) {
  #productpage.toyshow2024.in .new_product .flag {
    max-width: 330px;
  }
  #productpage.toyshow2024.in .new_product .title_img {
    max-width: 600px;
  }
}
@media (min-width: 1px) and (max-width: 800px) {
  #productpage.toyshow2024.in .new_product {
    padding: 80px 0;
  }
  #productpage.toyshow2024.in .new_product .flag {
    max-width: 260px;
  }
  #productpage.toyshow2024.in .new_product .title_img {
    max-width: 500px;
  }
}
@media (min-width: 1px) and (max-width: 600px) {
  #productpage.toyshow2024.in .new_product {
    background-image: url(../img/summer2022/topsec_bg_sp.png);
    background-position: top center;
    padding: 70px 0;
  }
  #productpage.toyshow2024.in .new_product .flag {
    display: none;
  }
  #productpage.toyshow2024.in .new_product .title_img {
    max-width: 345px;
  }
  #productpage.toyshow2024.in .new_product .new_product_title {
    margin-bottom: 30px;
  }
  #productpage.toyshow2024.in .new_product .item_lineup .price_b {
    font-size: 17px;
  }
  #productpage.toyshow2024.in .new_product .item_lineup .price_b span {
    font-size: 12px;
  }
  #productpage.toyshow2024.in .new_product .item_lineup .price_r {
    font-size: 23px;
  }
  #productpage.toyshow2024.in .new_product .item_lineup .price_r .text_arrow {
    font-size: 14px;
  }
  #productpage.toyshow2024.in .new_product .item_lineup .price_r span {
    font-size: 12px;
  }
  #productpage.toyshow2024.in .new_product .item_lineup .per_icon {
    max-width: 75px;
    top: -20px;
    left: -10px;
  }
  #productpage.toyshow2024.in .new_product .item_lineup .item_lineup_box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  #productpage.toyshow2024.in .new_product .item_lineup .item_lineup_box:nth-child(1),
#productpage.toyshow2024.in .new_product .item_lineup .item_lineup_box:nth-child(2) {
    margin-bottom: 30px;
  }
  #productpage.toyshow2024.in .new_product .item_lineup .item_lineup_box:nth-child(3) {
    margin-bottom: 30px;
  }
}
#productpage.toyshow2024.in .menu_list_sec {
  background-image: url(../img/summer2022/menusec_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  margin-top: -10px;
  position: relative;
  z-index: 100;
  padding: 110px 0 150px 0;
}
#productpage.toyshow2024.in .menu_list_sec .menu_list_title {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto 90px auto;
}
#productpage.toyshow2024.in .menu_list_sec .menu_btn_list {
  width: 100%;
  max-width: 1390px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#productpage.toyshow2024.in .menu_list_sec .menu_btn_list a {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24%;
          flex: 0 0 24%;
}
@media (min-width: 1px) and (max-width: 1400px) {
  #productpage.toyshow2024.in .menu_list_sec .menu_btn_list {
    width: 90%;
  }
}
@media (min-width: 1px) and (max-width: 1100px) {
  #productpage.toyshow2024.in .menu_list_sec {
    padding: 90px 0 120px 0;
  }
  #productpage.toyshow2024.in .menu_list_sec .menu_list_title {
    max-width: 800px;
  }
  #productpage.toyshow2024.in .menu_list_sec .menu_btn_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  #productpage.toyshow2024.in .menu_list_sec .menu_btn_list a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
  }
  #productpage.toyshow2024.in .menu_list_sec .menu_btn_list a:nth-child(1),
#productpage.toyshow2024.in .menu_list_sec .menu_btn_list a:nth-child(2) {
    margin-bottom: 20px;
  }
}
@media (min-width: 1px) and (max-width: 1000px) {
  #productpage.toyshow2024.in .menu_list_sec {
    padding: 60px 0 90px 0;
  }
  #productpage.toyshow2024.in .menu_list_sec .menu_list_title {
    max-width: 600px;
  }
}
@media (min-width: 1px) and (max-width: 800px) {
  #productpage.toyshow2024.in .menu_list_sec .menu_list_title {
    margin: 0 auto 60px auto;
  }
}
@media (min-width: 1px) and (max-width: 600px) {
  #productpage.toyshow2024.in .menu_list_sec {
    background-image: url(../img/summer2022/menusec_bg_sp.png);
    padding: 60px 0;
  }
  #productpage.toyshow2024.in .menu_list_sec .menu_list_title {
    max-width: 325px;
    margin: 0 auto 35px auto;
  }
  #productpage.toyshow2024.in .menu_list_sec .menu_btn_list a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  #productpage.toyshow2024.in .menu_list_sec .menu_btn_list a:nth-child(1),
#productpage.toyshow2024.in .menu_list_sec .menu_btn_list a:nth-child(2),
#productpage.toyshow2024.in .menu_list_sec .menu_btn_list a:nth-child(3) {
    margin-bottom: 15px;
  }
}
#productpage.toyshow2024.in .toy_sec {
  background-image: url(../img/summer2022/sec01_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  margin-top: -10px;
  position: relative;
  z-index: 100;
  padding: 140px 0 120px 0;
}
#productpage.toyshow2024.in .toy_sec .sec_icon01 {
  position: absolute;
  top: 60px;
  left: 55px;
  width: 100%;
  max-width: 310px;
}
#productpage.toyshow2024.in .toy_sec .sec_icon02 {
  position: absolute;
  top: 160px;
  right: 45px;
  width: 100%;
  max-width: 310px;
}
#productpage.toyshow2024.in .toy_sec .sec_icon03 {
  position: absolute;
  top: 340px;
  left: 50px;
  width: 100%;
  max-width: 110px;
}
#productpage.toyshow2024.in .toy_sec .sec_icon04 {
  position: absolute;
  left: -30px;
  bottom: -75px;
  width: 100%;
  max-width: 370px;
}
#productpage.toyshow2024.in .toy_sec .sec_icon05 {
  position: absolute;
  right: -40px;
  bottom: -80px;
  width: 100%;
  max-width: 390px;
}
@media (min-width: 1px) and (max-width: 800px) {
  #productpage.toyshow2024.in .toy_sec {
    padding: 80px 0;
  }
  #productpage.toyshow2024.in .toy_sec .sec_icon01 {
    max-width: 160px;
    left: 30px;
  }
  #productpage.toyshow2024.in .toy_sec .sec_icon02 {
    max-width: 160px;
    top: 80px;
    right: 20px;
  }
  #productpage.toyshow2024.in .toy_sec .sec_icon04 {
    max-width: 250px;
    bottom: -35px;
  }
  #productpage.toyshow2024.in .toy_sec .sec_icon05 {
    max-width: 250px;
    bottom: -35px;
  }
}
@media (min-width: 1px) and (max-width: 600px) {
  #productpage.toyshow2024.in .toy_sec {
    background-image: url(../img/summer2022/sec01_bg_sp.png);
    background-position: bottom center;
    padding: 95px 0 100px 0;
  }
  #productpage.toyshow2024.in .toy_sec .sec_icon01 {
    max-width: 335px;
    top: 25px;
    left: 52%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
#productpage.toyshow2024.in .zakka_sec {
  background-image: url(../img/summer2022/sec02_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  margin-top: -10px;
  position: relative;
  z-index: 100;
  padding: 140px 0 120px 0;
}
#productpage.toyshow2024.in .zakka_sec .sec_icon01 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 230px;
  opacity: 0.6;
}
#productpage.toyshow2024.in .zakka_sec .sec_icon02 {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 100%;
  max-width: 260px;
  opacity: 0.6;
}
@media (min-width: 1px) and (max-width: 800px) {
  #productpage.toyshow2024.in .zakka_sec {
    padding: 80px 0;
  }
  #productpage.toyshow2024.in .zakka_sec .sec_icon01 {
    max-width: 115px;
  }
  #productpage.toyshow2024.in .zakka_sec .sec_icon02 {
    max-width: 130px;
  }
}
@media (min-width: 1px) and (max-width: 600px) {
  #productpage.toyshow2024.in .zakka_sec {
    background-image: url(../img/summer2022/sec02_bg_sp.png);
    background-size: 100% 100%;
    padding: 95px 0 100px 0;
  }
}
#productpage.toyshow2024.in .pouch_sec {
  background-image: url(../img/summer2022/sec03_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  margin-top: -10px;
  position: relative;
  z-index: 100;
  padding: 140px 0 120px 0;
}
#productpage.toyshow2024.in .pouch_sec .sec_icon01 {
  position: absolute;
  top: 60px;
  left: -35px;
  width: 100%;
  max-width: 410px;
}
#productpage.toyshow2024.in .pouch_sec .sec_icon02 {
  position: absolute;
  top: 45px;
  right: -40px;
  width: 100%;
  max-width: 390px;
}
@media (min-width: 1px) and (max-width: 800px) {
  #productpage.toyshow2024.in .pouch_sec {
    padding: 80px 0;
  }
  #productpage.toyshow2024.in .pouch_sec .sec_icon01 {
    max-width: 205px;
  }
  #productpage.toyshow2024.in .pouch_sec .sec_icon02 {
    max-width: 195px;
    top: unset;
    bottom: 0;
  }
}
@media (min-width: 1px) and (max-width: 600px) {
  #productpage.toyshow2024.in .pouch_sec {
    background-image: url(../img/summer2022/sec03_bg_sp.png);
    background-size: 100% 100%;
    padding: 95px 0 100px 0;
    margin-top: -15px;
  }
}
#productpage.toyshow2024.in .chara_sec {
  background-image: url(../img/summer2022/sec04_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  margin-top: -10px;
  position: relative;
  z-index: 100;
  padding: 140px 0 120px 0;
}
#productpage.toyshow2024.in .chara_sec .sec_icon01 {
  position: absolute;
  top: 40px;
  left: -25px;
  width: 100%;
  max-width: 390px;
}
#productpage.toyshow2024.in .chara_sec .sec_icon02 {
  position: absolute;
  top: 60px;
  right: -50px;
  width: 100%;
  max-width: 430px;
}
@media (min-width: 1px) and (max-width: 800px) {
  #productpage.toyshow2024.in .chara_sec {
    padding: 80px 0;
  }
  #productpage.toyshow2024.in .chara_sec .sec_icon01 {
    max-width: 195px;
  }
  #productpage.toyshow2024.in .chara_sec .sec_icon02 {
    max-width: 215px;
    top: unset;
    bottom: 0;
  }
}
@media (min-width: 1px) and (max-width: 600px) {
  #productpage.toyshow2024.in .chara_sec {
    background-image: url(../img/summer2022/sec04_bg_sp.png);
    background-size: 100% 100%;
    padding: 95px 0 100px 0;
    margin-top: -15px;
  }
}
#productpage.toyshow2024.in .rank_sec {
  background-image: url(../img/summer2022/sec05_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  margin-top: -10px;
  position: relative;
  z-index: 100;
  padding: 140px 0 120px 0;
}
#productpage.toyshow2024.in .rank_sec .sec_title_img {
  max-width: 930px;
  margin: 0 auto 165px auto;
}
#productpage.toyshow2024.in .rank_sec .title30peroff {
  left: -50px;
}
#productpage.toyshow2024.in .rank_sec .sec_icon01 {
  position: absolute;
  top: 80px;
  left: 45px;
  width: 100%;
  max-width: 200px;
}
#productpage.toyshow2024.in .rank_sec .sec_icon02 {
  position: absolute;
  top: 55px;
  right: 45px;
  width: 100%;
  max-width: 230px;
}
#productpage.toyshow2024.in .rank_sec .sec_icon03 {
  position: absolute;
  top: 350px;
  left: 30px;
  width: 100%;
  max-width: 130px;
}
#productpage.toyshow2024.in .rank_sec .sec_icon04 {
  position: absolute;
  bottom: 380px;
  right: 20px;
  width: 100%;
  max-width: 120px;
}
#productpage.toyshow2024.in .rank_sec .sec_icon05 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 210px;
}
#productpage.toyshow2024.in .rank_sec .sec_icon06 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 220px;
}
#productpage.toyshow2024.in .rank_sec .rank_icon {
  position: absolute;
  width: 100%;
  max-width: 96px;
  top: -110px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media (min-width: 1px) and (max-width: 1100px) {
  #productpage.toyshow2024.in .rank_sec .sec_title_img {
    max-width: 800px;
  }
  #productpage.toyshow2024.in .rank_sec .item_lineup .item_lineup_box:nth-child(1),
#productpage.toyshow2024.in .rank_sec .item_lineup .item_lineup_box:nth-child(2) {
    margin-bottom: 150px;
  }
}
@media (min-width: 1px) and (max-width: 1000px) {
  #productpage.toyshow2024.in .rank_sec .sec_title_img {
    max-width: 600px;
  }
}
@media (min-width: 1px) and (max-width: 800px) {
  #productpage.toyshow2024.in .rank_sec {
    padding: 80px 0;
  }
  #productpage.toyshow2024.in .rank_sec .title30peroff {
    left: -20px;
  }
  #productpage.toyshow2024.in .rank_sec .sec_title_img {
    max-width: 500px;
    margin: 0 auto 140px auto;
  }
  #productpage.toyshow2024.in .rank_sec .rank_icon {
    max-width: 70px;
    top: -90px;
  }
  #productpage.toyshow2024.in .rank_sec .sec_icon01 {
    max-width: 100px;
    top: 40px;
    left: 20px;
  }
  #productpage.toyshow2024.in .rank_sec .sec_icon02 {
    max-width: 115px;
    right: 20px;
    top: 30px;
  }
  #productpage.toyshow2024.in .rank_sec .sec_icon03 {
    max-width: 65px;
    top: 170px;
    left: 15px;
  }
  #productpage.toyshow2024.in .rank_sec .sec_icon04 {
    max-width: 60px;
    bottom: 550px;
  }
  #productpage.toyshow2024.in .rank_sec .sec_icon05 {
    max-width: 105px;
  }
  #productpage.toyshow2024.in .rank_sec .sec_icon06 {
    max-width: 110px;
  }
}
@media (min-width: 1px) and (max-width: 600px) {
  #productpage.toyshow2024.in .rank_sec {
    background-image: url(../img/summer2022/sec05_bg_sp.png);
    background-size: 100% 100%;
    padding: 95px 0 120px 0;
    margin-top: -15px;
    margin-bottom: -15px;
  }
  #productpage.toyshow2024.in .rank_sec .sec_title_img {
    max-width: 345px;
    margin: 0 auto 85px auto;
  }
  #productpage.toyshow2024.in .rank_sec .title30peroff {
    top: -45px;
    left: 0;
  }
  #productpage.toyshow2024.in .rank_sec .item_lineup .item_lineup_box .rank_icon {
    max-width: 43px;
    top: -55px;
  }
  #productpage.toyshow2024.in .rank_sec .item_lineup .item_lineup_box:nth-child(1),
#productpage.toyshow2024.in .rank_sec .item_lineup .item_lineup_box:nth-child(2) {
    margin-bottom: 80px;
  }
}