@charset "Shift_JIS";

body #PumaKidsMain {
    font-family: "HiraginoUDSansStd", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", YuGothic, YuGothicM, "メイリオ", Meiryo, sans-serif;
}

#PumaKidsMain img {
    display: block;
    max-width: 100%;
    height: auto;
}

.puma-kids-show {
    /* margin-top: 60px; */
}

.puma-kids-nav {
    width: 507px;
    margin: 45px auto 86px auto;
}

.puma-kids-nav ul {
    display: grid;
    grid-template-columns: repeat(4, 107px);
    justify-content: space-between;
    align-items: flex-start;
}

.puma-kids-nav p {
    margin: 56px auto 0 auto;
    width: 412px;
}

.main-txt {
    margin-bottom: 67px;
}

.main-txt p {
    text-align: center;
    font-size: 15px;
}


/*01*/
#court {
    background-image: url(back01.svg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
}

.court_back_color {
    background-color: #FFE45F;
    padding-bottom: 52px;
}


#court h2 img {
    width: auto;
    height: 59px;
    margin: 37px auto 65px;
}

#court h3 img {
    width: auto;
    height: 42px;
    margin: 0 auto 0;
}

#court .model {
    width: 204px;
    margin: 0 auto;
}

#court .shoes {
    position: relative;
}

#court .shoes img {
    position: absolute;
    width: 278px;
    margin: 0 auto;
    left: 34%;
    top: -10px;
}

#court .more-btn {
    text-align: center;
    margin: 206px auto 67px;
}



/*02*/
#bao {
    background-image: url(back02.svg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    padding-bottom: 31px;
}

.bao_back_color {
    background-color: #EEEC72;
    padding-bottom: 52px;
}

#bao h2 img {
    width: auto;
    height: 59px;
    margin: 37px auto 65px;
}

#bao h3 img {
    width: auto;
    height: 42px;
    margin: 0 auto 0;
}

#bao .model {
    width: 450px;
    margin: 66px auto 24px;
}

#bao .shoes {
    position: relative;
}

#bao .shoes img {
    position: absolute;
    width: 278px;
    margin: 0 auto;
    left: 34%;
    top: -10px;
}

#bao .more-btn {
    text-align: center;
    margin: 15px auto 146px;
}



/*03*/
#slipon {
    background-image: url(back03.svg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    padding-bottom: 41px;
}

.slipon_back_color {
    background-color: #F09CBB;
    padding-bottom: 52px;
}

#slipon h2 img {
    width: auto;
    height: 59px;
    margin: 37px auto 65px;
}

#slipon h3 img {
    width: auto;
    height: 42px;
    margin: 0 auto 19px;
}

#slipon .model {
    width: 155px;
    margin: 5px auto 24px;
}

#slipon .shoes {
    position: relative;
}

#slipon .shoes img {
	position: absolute;
	width: 278px;
	margin: 0 auto;
	left: 34%;
	top: -2px;
}

#slipon .more-btn {
	text-align: center;
	margin: 251px auto 100px;
}



/*04*/
#easein {
    background-image: url(back04.svg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    padding-bottom: 52px;
    color: #fff;
}

.easein_back_color p.product_name {
    color: #fff !important;
}

.easein_back_color {
    background-color: #51B4E7;
    padding-bottom: 52px;
}

#easein h2 img {
    width: auto;
    height: 59px;
    margin: 37px auto 65px;
}

#easein h3 img {
    width: auto;
    height: 42px;
    margin: 0 auto 19px;
}

#easein .model {
    width: 310px;
    margin: 5px auto 24px;
}

#easein .shoes {
    position: relative;
}

#easein .shoes img {
	position: absolute;
	width: 278px;
	margin: 0 auto;
	left: 37%;
	top: -27px;
}

#easein .more-btn {
    text-align: center;
    margin: 212px auto 46px;
}

.puma-more-btn {
    text-align: center;
    margin: 100px auto 80px;
}


#PumaKidsMain .puma-more-btn a img {
    height: 56px;
    width: auto;
    margin: 0 auto;
}


#PumaKidsMain .more-btn a img {
    height: 56px;
    width: auto;
    margin: 0 auto;
}

ul.puma_point {
    display: grid;
    grid-template-columns: repeat(3, 211px);
    justify-content: space-between;
    align-items: flex-start;
    width: 782px;
    margin: 0 auto;
    padding-bottom: 80px;
}

ul.puma_point li img:nth-child(1) {
    width: 151px;
}

ul.puma_point li img:nth-child(2) {
    height: 61px !important;
    width: auto;
    margin: -33px 0 0 auto;
    animation: shakeX 1s ease-in-out infinite;
}

@keyframes shakeX {
  0%   { transform: translateX(0); }
  25%  { transform: translateX(-4px); }
  50%  { transform: translateX(4px); }
  75%  { transform: translateX(-4px); }
  100% { transform: translateX(0); }
}


ul.puma_point p {
    font-size: 14px;
    margin: 14px 0;
}

#PumaKidsMain .all {
    width: 557px;
    margin: 0 auto 0;
    padding-top: 0px;
    padding-bottom: 67px;
}

#PumaKidsMain .more-btn2 {
    text-align: center;
    margin: 0 auto 67px;
}

#PumaKidsMain .more-btn2 a img {
    height: 56px;
    width: auto;
    margin: 0 auto;
}

.review_ttl img {
    width: 360px;
    margin: 0 auto 23px;
}

.review_content {
    width: 800px;
    height: 680px;
    margin: 0 auto;
    position: relative;
}

.review_content {
    width: 800px;
    margin: 0 auto;
}

.profile-card {
    position: absolute;
    width: 408px;
    height: 408px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
    ;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    text-align: center;
    z-index: 2;
}

.profile-card:nth-child(2) {
    top: 223px;
    right: 0;
    z-index: 1;
}

/* 円形アバター */
.profile-card .avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}

/* 名前 */
.profile-card .name {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 700;
}

/* サイズ情報 */
.profile-card .stats {
    margin: 10px 0;
    font-size: 17px;
}

.profile-card .stats strong {
    font-size: 28px;
    font-weight: normal;
}

/* コメント */
.profile-card .comment {
    font-size: 14px;
    padding: 0 24px;
}

/*FOOTER*/

.kids-footer {
    background-image: url(footer-back.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    padding-bottom: 45px;
}


.kids-footer-ttl {
    width: 458px;
    padding: 118px 0 45px;
    margin: 0 auto;
}

.profile-grid {
  display: flex;
      flex-wrap: wrap;
  justify-content: space-between;
	max-width: 422px;
	margin: 0 auto;
}

.profile-item {
    text-align: center;
}

.profile-item .avatar {
    width: 175px;
    margin: 0 auto;
}


.profile-item .height {
    font-size: 14px;
    margin-bottom: 4px;
    padding-top: 14px;
}

.profile-item .size {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 75px;
}


.vm {
    
}

.vm-title {
	width: 500px;
	margin: 33px auto 0;
}




#CourtFlex {
    background: #ee85ad url("bg01.gif") no-repeat center top;
    background-size: 100% auto;
    margin-top: 130px;
    padding-bottom: 90px;
}

.puma-kids-ttl {
    width: 500px;
    margin: 0 auto;
    position: relative;
    height: 160px;
}

.puma-kids-ttl img {
    position: absolute;
    bottom: 0;
}

.puma-kids-sttl {
    width: 310px;
    margin: 10px auto 0 auto;

}

.puma-kids-pic {
    width: 240px;
    margin: 12px auto 0 auto;

}

.puma-kids-goods {
    width: 440px;
    margin: 100px auto 0 auto;
}

.puma-kids-name {
    text-align: center;
    font-size: 18px;
    margin-top: 40px;
    color: white;
    font-weight: bold;
}

.puma-kids-info {
    width: 840px;
    margin: 65px auto 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 250px);
    align-items: flex-start;
    justify-content: space-between;
    font-size: 14px;
    color: white;
}

.puma-kids-info p {
    margin-top: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.puma-kids-info div {
    width: 200px;
    margin: 0 auto;
    position: relative;
}

#CourtFlex .puma-kids-info li:nth-child(1) div:before {
    content: "";
    position: absolute;
    right: -28px;
    top: -6px;
    width: 47px;
    height: 58px;
    background: url("ico17.gif") no-repeat center center;
    background-size: 100% 100%;
}

#CourtFlex .puma-kids-info li:nth-child(2) div:before {
    content: "";
    position: absolute;
    right: -37px;
    top: -13px;
    width: 47px;
    height: 65px;
    background: url("ico16.gif") no-repeat center center;
    background-size: 100% 100%;
}

#CourtFlex .puma-kids-info li:nth-child(3) div:before {
    content: "";
    position: absolute;
    right: -39px;
    top: -10px;
    width: 60px;
    height: 66px;
    background: url("ico15.gif") no-repeat center center;
    background-size: 100% 100%;
}

.puma-kids-banner {
    width: 739px;
    margin: 70px auto 0 auto;
}

.puma-kids-goods-list {
    width: 620px;
    margin: 78px auto 0 auto;
}

.puma-kids-goods-list .ttl {
    width: 465px;
    margin: 0 auto 40px auto;
}

.puma-kids-goods-list ul.puma-kids-goods-sublist {
    display: grid;
    grid-template-columns: 250px 250px;
    align-items: flex-start;
    justify-content: space-between;
    row-gap: 50px;
}


.puma-kids-goods-list .puma-kids-btn-more {
    width: 234px;
    margin: 20px auto 0 auto;
    display: block;
}

.puma-kids-goods-list li p {
    text-align: center;
    font-size: 15px;
}

.puma-kids-review {
    margin-top: 88px;
}

.puma-kids-review .ttl {
    width: 248px;
    margin: 0 auto;
}

.puma-kids-review-box {
    margin: 24px auto 0 auto;
    background: url("bg_box_btm.png") no-repeat bottom center;
    width: 730px;
    background-size: 100% auto;
    font-size: 14px;
    position: relative;
}

.puma-kids-review-box .sub-box {
    background: url("bg_box_top.png") no-repeat top center;
    background-size: 100% auto;
    padding: 20px;
    display: grid;
    grid-template-columns: 300px auto;
}

.puma-kids-review-box .sub-box-mid {
    background: url("bg_box_mid.png") no-repeat center center;
    background-size: 100% auto;
    grid-template-columns: 300px auto;
}



.puma-kids-review-box .sub-box .ttl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 20px);
    height: 100%;
    border-right: #1c2187 dashed 1px;
    padding-right: 20px;
}

.puma-kids-review-box .sub-box .ttl img {
    width: 100px;
    height: auto;
    display: block;
}

.puma-kids-review-box .sub-box .ttl strong {
    font-size: 16px;
    display: inline-block;
    position: relative;
    z-index: 3;
    padding-left: 3px;
    padding-right: 3px;
}

.puma-kids-review-box .sub-box .ttl strong:before {
    content: "";
    position: absolute;
    height: 12px;
    background-color: #ffe88e;
    width: 100%;
    z-index: -1;
    bottom: 0;
    left: 0;
}

.puma-kids-review-box .sub-box .ttl p {
    text-align: center;
    line-height: 1.2em;
}

.puma-kids-review-box .sub-box .ttl span {
    display: block;
    text-decoration: underline;
    margin-top: 6px;
    margin-bottom: 5px;
}

.puma-kids-review-box .sub-box .txt {
    padding-left: 20px;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.puma-kids-review-box.ico01:before {
    content: "";
    position: absolute;
    width: 54px;
    height: 45px;
    background: url("ico07.png") no-repeat center center;
    background-size: 100% 100%;
    right: -33px;
    top: 10px;
}

.puma-kids-review-box.ico02:before {
    content: "";
    position: absolute;
    width: 58px;
    height: 48px;
    background: url("ico06.png") no-repeat center center;
    background-size: 100% 100%;
    left: -8px;
    top: 4px;
}

.puma-kids-review-box.ico03:before {
    content: "";
    position: absolute;
    width: 74px;
    height: 78px;
    background: url("ico01.png") no-repeat center center;
    background-size: 100% 100%;
    right: -53px;
    top: 36px;
}

.puma-kids-review-box.ico03:after {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    background: url("ico02.png") no-repeat center center;
    background-size: 100% 100%;
    left: -8px;
    top: 26px;
}

.puma-kids-review-box.ico04:before {
    content: "";
    position: absolute;
    width: 48px;
    height: 73px;
    background: url("ico05.png") no-repeat center center;
    background-size: 100% 100%;
    left: -23px;
    top: 28px;
}

.puma-kids-review-box.ico04:after {
    content: "";
    position: absolute;
    width: 25px;
    height: 26px;
    background: url("ico04.png") no-repeat center center;
    background-size: 100% 100%;
    right: 1px;
    bottom: 14px;
}

.puma-kids-review-box.ico05:before {
    content: "";
    position: absolute;
    width: 41px;
    height: 51px;
    background: url("ico20.png") no-repeat center center;
    background-size: 100% 100%;
    left: -11px;
    bottom: 7px;
}

.puma-kids-review-box.ico05:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 37px;
    background: url("ico21.png") no-repeat center center;
    background-size: 100% 100%;
    right: -5px;
    bottom: 6px;
}

.puma-kids-review-box.ico06:before {
    content: "";
    position: absolute;
    width: 45px;
    height: 56px;
    background: url("ico18.png") no-repeat center center;
    background-size: 100% 100%;
    right: 20px;
    bottom: -11px;
}

.puma-kids-review-box.ico06:after {
    content: "";
    position: absolute;
    width: 19px;
    height: 23px;
    background: url("ico22.png") no-repeat center center;
    background-size: 100% 100%;
    left: 24px;
    top: 26px;
}

.puma-kids-btn {
    width: 300px;
    margin: 35px auto 0 auto;
}

.puma-kids-btn .btn-link {
    display: block;
    width: 100%;
    height: 46px;
    line-height: 46px;
    background-color: #1d2087;
    border-radius: 5px;
    color: white;
    font-size: 18px;
    text-align: center;
}

.puma-kids-btn .btn-link:hover {
    text-decoration: none;
    opacity: 0.7;
}

.puma-kids-btn .btn-pagetop {
    display: block;
    width: 78px;
    margin: 20px auto 0 auto;
}

#RickieRunner {
    background: #fee100 url("bg02.gif") no-repeat center top;
    background-size: 100% auto;
    padding-bottom: 90px;
}

#RickieRunner .puma-kids-name {
    color: #009558;
}

#RickieRunner .puma-kids-pic {
    width: 385px;
}

#RickieRunner .puma-kids-info {
    color: #009558;
}

#RickieRunner .puma-kids-info li:nth-child(1) div:before {
    content: "";
    position: absolute;
    right: -28px;
    top: -6px;
    width: 47px;
    height: 58px;
    background: url("ico14.gif") no-repeat center center;
    background-size: 100% 100%;
}

#RickieRunner .puma-kids-info li:nth-child(2) div:before {
    content: "";
    position: absolute;
    left: -7px;
    top: -11px;
    width: 54px;
    height: 59px;
    background: url("ico12.gif") no-repeat center center;
    background-size: 100% 100%;
}

#RickieRunner .puma-kids-info li:nth-child(2) div:after {
    content: "";
    position: absolute;
    right: -43px;
    top: 52px;
    width: 30px;
    height: 76px;
    background: url("ico11.gif") no-repeat center center;
    background-size: 100% 100%;
}

#RickieRunner .puma-kids-info li:nth-child(3) div:before {
    content: "";
    position: absolute;
    left: 10px;
    top: -26px;
    width: 46px;
    height: 47px;
    background: url("ico13.gif") no-repeat center center;
    background-size: 100% 100%;
}

#RickieRunner .puma-kids-btn .btn-link {
    background-color: #009845;
}

#RickieRunner .puma-kids-review-box .sub-box .ttl {
    border-right: #009746 dashed 1px;
}


#Bao2 {
    background: #45bdce url("bg03.gif") no-repeat center top;
    background-size: 100% auto;
    padding-bottom: 120px;
}

#Bao2 .puma-kids-ttl {
    width: 550px;
}

#Bao2 .puma-kids-pic {
    width: 417px;
}

#Bao2 .puma-kids-name {
    color: #333333;
    margin-top: 60px;
}

#Bao2 .puma-kids-info {
    color: #333333;
}

#Bao2 .puma-kids-info li:nth-child(1) div:before {
    content: "";
    position: absolute;
    right: -30px;
    top: -20px;
    width: 60px;
    height: 72px;
    background: url("ico08.gif") no-repeat center center;
    background-size: 100% 100%;
}

#Bao2 .puma-kids-info li:nth-child(2) div:before {
    content: "";
    position: absolute;
    right: -37px;
    top: -12px;
    width: 52px;
    height: 62px;
    background: url("ico09.gif") no-repeat center center;
    background-size: 100% 100%;
}

#Bao2 .puma-kids-info li:nth-child(3) div:before {
    content: "";
    position: absolute;
    right: 34px;
    top: -25px;
    width: 128px;
    height: 74px;
    background: url("ico10.gif") no-repeat center center;
    background-size: 100% 100%;
}

#Bao2 .puma-kids-review-box .sub-box .ttl {
    border-right: #fcc900 dashed 1px;
}

#Bao2 .puma-kids-btn .btn-link {
    background-color: #fbca01;
    color: black;
}

#Bao2 .puma-kids-review-box .sub-box .ttl {
    position: relative;
}

#Bao2 .puma-kids-review-box.ico05 .sub-box .ttl:before {
    content: "";
    position: absolute;
    width: 19px;
    height: 23px;
    background: url("ico19.png") no-repeat center center;
    background-size: 100% 100%;
    left: 104px;
    top: 0;
}

.puma-kids-goods-list .white-blue-black3 .slick-dots li:nth-child(1) button:before,
.puma-kids-goods-list .white-blue-black3 .slick-dots li:nth-child(3) button:before,
.puma-kids-goods-list .white-blue-black2 .slick-dots li:nth-child(3) button:before,
.puma-kids-goods-list .white-blue-black2 .slick-dots li:nth-child(1) button:after,
.puma-kids-goods-list .white-blue-black1 .slick-dots li:nth-child(1) button:after,
.puma-kids-goods-list .white-red-black .slick-dots li:nth-child(2) button:after,
.puma-kids-goods-list .white-pink-black .slick-dots li:nth-child(2) button:after,
.puma-kids-goods-list .white-pink-black .slick-dots li:nth-child(1) button:before {
    background-color: white;
}

.puma-kids-goods-list .blue-pink-black .slick-dots li:nth-child(3) button,
.puma-kids-goods-list .purple-green-black .slick-dots li:nth-child(2) button:after,
.puma-kids-goods-list .purple-green-black .slick-dots li:nth-child(3) button,
.puma-kids-goods-list .white-blue-black3 .slick-dots li:nth-child(2) button:after,
.puma-kids-goods-list .white-blue-black3 .slick-dots li:nth-child(3) button:after,
.puma-kids-goods-list .white-blue-black2 .slick-dots li:nth-child(2) button:after,
.puma-kids-goods-list .white-blue-black2 .slick-dots li:nth-child(3) button:after,
.puma-kids-goods-list .white-blue-black1 .slick-dots li:nth-child(3) button,
.puma-kids-goods-list .white-blue-black1 .slick-dots li:nth-child(2) button:after,
.puma-kids-goods-list .white-red-black .slick-dots li:nth-child(1) button:before,
.puma-kids-goods-list .white-red-black .slick-dots li:nth-child(2) button:before,
.puma-kids-goods-list .white-pink-black .slick-dots li:nth-child(2) button:before {
    background-color: black;
}

.puma-kids-goods-list .white-pink-black .slick-dots li:nth-child(1) button:after {
    background-color: #f286b7;
}

.puma-kids-goods-list .white-blue-black3 .slick-dots li:nth-child(1) button:after,
.puma-kids-goods-list .white-blue-black3 .slick-dots li:nth-child(2) button:before,
.puma-kids-goods-list .white-blue-black2 .slick-dots li:nth-child(1) button:before,
.puma-kids-goods-list .white-blue-black2 .slick-dots li:nth-child(2) button:before,
.puma-kids-goods-list .white-blue-black1 .slick-dots li:nth-child(1) button:before,
.puma-kids-goods-list .white-blue-black1 .slick-dots li:nth-child(2) button:before {
    background-color: #30a2c7;
}

.puma-kids-goods-list .purple-green-black .slick-dots li:nth-child(2) button:before {
    background-color: #0d7b3c;
}

.puma-kids-goods-list .purple-green-black .slick-dots li:nth-child(1) button:before {
    background-color: #ebb6d2;
}

.puma-kids-goods-list .purple-green-black .slick-dots li:nth-child(1) button:after {
    background-color: #9970ac;
}

.puma-kids-goods-list .blue-pink-black .slick-dots li:nth-child(1) button:before {
    background-color: #70c2b3;
}

.puma-kids-goods-list .blue-pink-black .slick-dots li:nth-child(1) button:after {
    background-color: #2552a3;
}

.puma-kids-goods-list .blue-pink-black .slick-dots li:nth-child(2) button:before {
    background-color: #f4bdd4;
}

.puma-kids-goods-list .blue-pink-black .slick-dots li:nth-child(2) button:after {
    background-color: #eb80ac;
}


.puma-kids-goods-list .blue-pink-black .slick-dots li:nth-child(3) button:before,
.puma-kids-goods-list .blue-pink-black .slick-dots li:nth-child(3) button:after,
.puma-kids-goods-list .purple-green-black .slick-dots li:nth-child(3) button:before,
.puma-kids-goods-list .purple-green-black .slick-dots li:nth-child(3) button:after,
.puma-kids-goods-list .white-blue-black1 .slick-dots li:nth-child(3) button:before,
.puma-kids-goods-list .white-blue-black1 .slick-dots li:nth-child(3) button:after {
    display: none;
}

.puma-kids-light-series {
    background: url("bg04.gif") no-repeat top center;
    background-size: 100% 100%;
    padding-bottom: 35px;
}

.puma-kids-light-series .ttl {
    width: 505px;
    height: 216px;
    margin: 0 auto;
    position: relative;
}

.puma-kids-light-series .ttl img {
    display: block;
    position: absolute;
    top: -106px;
}

.puma-kids-light-series .pic {
    width: 708px;
    margin: 0 auto;
}

.puma-kids-light-series .txt {
    width: 381px;
    margin: 50px auto 60px auto;
}

.puma-kids-light-series .btn {
    display: block;
    border-radius: 5px;
    background-color: #1d2087;
    height: 46px;
    line-height: 46px;
    color: white;
    font-size: 18px;
    width: 300px;
    margin: 0 auto 20px auto;
    text-align: center;
}

.puma-kids-light-series .btn:hover {
    text-decoration: none;
    opacity: 0.7;
}


.puma-kids-light-series .sttl {
    width: 374px;
    margin: 65px auto 0 auto;
}

.puma-kids-light-series .list {
    width: 380px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 10px;
}

.puma-kids-light-series .list li {
    margin-bottom: 20px;
}

.puma-kids-light-series .list p {
    text-align: center;
    padding-top: 10px;
    line-height: 1.5em;
}

.puma-kids-light-series .btn-ins {
    display: block;
    height: 28px;
    width: 150px;
    line-height: 28px;
    background-color: white;
    border: #ff8c05 solid 1px;
    border-radius: 100px;
    margin: 0 auto 30px auto;
    text-align: center;
}

.puma-kids-light-series .btn-ins span {
    display: inline-block;
    padding-left: 25px;
    background: url("ico25.png") no-repeat left center;
    background-size: 20px auto;
}

.puma-kids-light-series .note {
    display: flex;
    text-align: left;
    justify-content: center;
}


.puma-kids-pic-list {
    background-color: #B3DDE2;
    padding-bottom: 120px;

}

.puma-kids-pic-list .ttl {
    width: 510px;
    margin: 0 auto;
    padding-top: 65px;
    padding-bottom: 35px;
}

/*
.puma-kids-pic-list ul{
  width: 705px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 1.418%;
  row-gap: 10px;
}
*/

.vsm-slider {
    width: 830px;
    margin: 0 auto;
}

#PumaKidsMain img.ecbn-visumo-logo {
    display: unset;
}



/*スライダー商品*/
.product_items {
    display: flex;
    justify-content: space-between;
    width: 260px;
    margin: 0 auto;
    padding-bottom: 95px;
}

.product_items_mb {
    padding-bottom: 60px;
}

.product_items .product_item {
    width: 260px;
}

.slick img {
    border-radius: 15px;
}

.slick_nav {
    display: flex;
    justify-content: center;
    margin: 15px auto 5px;
}

.slick_nav li {
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 20px;
    /* margin: 0 auto; */
    margin: 5px 9px 14px;
    /* background-size: auto; */
    background-size: cover;
    background-repeat: no-repeat;
}

.slick_nav li.active {
    position: relative;
    /* Ensure the element is positioned for pseudo-element */
    z-index: 1;
    /* Ensure it stays above other elements if necessary */
}

.slick_nav li.active::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border-radius: 22px;
    /* Slightly larger than the original border-radius */
    border: 1px solid black;
    /* Thickness of the outline */
    z-index: -1;
    /* Place behind the element */
}


.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 63px;
    height: 63px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 5;
}


.slick-next {
    right: -63px;
    background: url("slick-arrow-r.png") no-repeat;
    background-size: 63px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.slick-prev {
    left: -63px;
    background: url("slick-arrow-r.png") no-repeat;
    background-size: 63px;
    -webkit-transform: rotate(180deg) translate(0, 50%);
    transform: rotate(180deg) translate(0, 50%);
}

.bao_back_color .slick-next {
    background: url("slick-arrow-r_2.png") no-repeat;
    background-size: 63px;
}

.bao_back_color .slick-prev {
    background: url("slick-arrow-r_2.png") no-repeat;
    background-size: 63px;
}

.slipon_back_color .slick-next {
    background: url("slick-arrow-r_3.png") no-repeat;
    background-size: 63px;
}

.slipon_back_color .slick-prev {
    background: url("slick-arrow-r_3.png") no-repeat;
    background-size: 63px;
}


.easein_back_color .slick-next {
    background: url("slick-arrow-r_4.png") no-repeat;
    background-size: 63px;
}

.easein_back_color .slick-prev {
    background: url("slick-arrow-r_4.png") no-repeat;
    background-size: 63px;
}




p.product_name {
    color: #333333;
    margin-bottom: 16px;
    font-size: 16px;
    text-align: center;
}

.slick-list {
    padding: 0px;

}

.ecbn-selection-page-wrapper .ecbn-selection-title, .ecbn-selection-wrapper .ecbn-selection-title {
    display: none;
}

.ecbn-selection-page-wrapper .ecbn-selection-title > span, .ecbn-selection-wrapper .ecbn-selection-title > span {
    display: none;
}

.ecbn-selection-page-wrapper .ecbn-selection-description, .ecbn-selection-wrapper .ecbn-selection-description {
     display: none;
}