@charset "Shift_JIS";

/* --------------------------------------------------------------------
	Nike Sandal
-------------------------------------------------------------------- */
#NikeSandal h2{
  margin: 0 auto;
}
#NikeSandal img{
  display: block;
  max-width: 100%;
  height: auto;
}
#NikeSandal .b-w530{
  width: 530px;
}
#NikeSandal .b-w312{
  width: 312px;
}
#NikeSandal .b-w370{
  width: 312px;
}
#NikeSandal .b-w450{
  width: 450px;
}
#NikeSandal .fcolor_blue{
  color: #0196d8;
    line-height: 1.6;
}

.nike-sandal-banner img{
  display: block;
  width: 100%;
  height: auto;
}

.nike-sandal-nav{
  width: 100%;
  background: url("bg01.jpg") no-repeat left top;
  background-size: 100% auto;
  margin-top: 90px;
  padding-bottom: 115px;
}
.nike-sandal-nav ul{
  max-width: 985px;
  margin: 0 auto 110px auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 1%;
  position: relative;
    height: 315px;
}
.nike-sandal-nav ul:before{
  content: "";
  position: absolute;
  width: 67px;
  height: 700px;
  background: url("slogan01.png") no-repeat center center;
  background-size: auto 100%;
  left: -150px;
  top: -50px;
}



.nike-sandal-nav {

}

.nike-sandal-nav li {

    list-style: none;
}

.nike-sandal-nav li a {
    display: block;
    position: relative;
}

.nike-sandal-nav ul li a img.main-img {
    position: absolute;
    z-index: 1;
    width: 321px;
    transition: opacity 0.5s ease;
}

.nike-sandal-nav ul li a img.back-img {
    position: absolute;
    z-index: 0;
    width: 321px;
    transition: transform 0.5s ease;
    opacity: 1;
}

.nike-sandal-nav ul li:nth-child(1) a:hover img.main-img {
    content: url('nav01_o.png');
    opacity: 1;
}

.nike-sandal-nav ul li:nth-child(2) a:hover img.main-img {
    content: url('nav02_o.png');
    opacity: 1;
}

.nike-sandal-nav ul li:nth-child(3) a:hover img.main-img {
    content: url('nav03_o.png'); /* Change the URL accordingly for each image */
    opacity: 1;
}

.nike-sandal-nav ul li a:hover img.back-img {
    content: url('nav_back_o.png');
    transform: rotate(60deg);
}









/*
.nike-sandal-nav li:nth-child(1) a:hover{
  background: url("nav01_o.png") no-repeat left bottom;
  background-size: 100% auto;
}
.nike-sandal-nav li:nth-child(2) a:hover{
  background: url("nav02_o.png") no-repeat left bottom;
  background-size: 100% auto;
}
.nike-sandal-nav li:nth-child(3) a:hover{
  background: url("nav03_o.png") no-repeat left bottom;
  background-size: 100% auto;
}
*/






.nike-sandal-btnA{
  display: block;
  width: 245px;
  height: 48px;
  border: #0096D8 solid 2px;
  margin: 0 auto;
  font-size: 16px;
  background-color: #C9E9F7;
  text-decoration: none;
}
.nike-sandal-btnA span{
  display: block;
  height: 36px;
  line-height: 36px;
  text-align: center;
  margin: 5px;
  border: #0096D8 solid 1px;
}
.nike-sandal-btnA:hover{
  border: white solid 2px;
  background-color: #0096D8;
  color: white;
  text-decoration: none;
}
.nike-sandal-btnA:hover span{
  border: white solid 1px;
}
.nike-sandal-btnB{
  display: block;
  width: 245px;
  height: 48px;
  border: white solid 2px;
  background-color: #0096D8;
  color: white;
  margin: 40px auto 0 auto;
  font-size: 16px;
  text-decoration: none;
}
.nike-sandal-btnB span{
  display: block;
  height: 36px;
  line-height: 36px;
  text-align: center;
  margin: 5px;
  border: white solid 1px;
}
.nike-sandal-btnB:hover{
  border: #0096D8 solid 2px;
  background-color: #C9E9F7;
  color: #2996cc;
  text-decoration: none;
}
.nike-sandal-btnB:hover span{
  border: #0096D8 solid 1px;
}
.nike-sandal-btnB.ico-bag{
  position: relative;
}
.nike-sandal-btnB.ico-bag:before{
  content: "";
  position: absolute;
  width: 120px;
  height: 96px;
  background: url("bag.png") no-repeat center center;
  background-size: 100% auto;
  right: -70px;
  top: -30px;
transition: transform 0.3s ease;
}

.nike-sandal-btnB.ico-bag:hover:before {
  transform: rotate(10deg); /* Adjust the angle as needed */
}

.nike-sandal-btnC{
  display: block;
  width: 245px;
  height: 48px;
  border: white solid 2px;
  background-color: #2ad0de;
  color: white;
  margin: 40px auto 0 auto;
  font-size: 16px;
  text-decoration: none;
}
.nike-sandal-btnC span{
  display: block;
  height: 36px;
  line-height: 36px;
  text-align: center;
  margin: 5px;
  border: white solid 1px;
}
.nike-sandal-btnC:hover{
  border: #2ad0de solid 2px;
  background-color: white;
  color: #2BD0DE;
  text-decoration: none;
}
.nike-sandal-btnC:hover span{
  border: #2BD0DE solid 1px;
}

.nike-sandal-btnD{
  display: block;
  width: 670px;
  margin: 15px auto 0 auto;
}
.nike-sandal-btnD:hover{
  opacity: 0.6;
}



/*---blue style---*/
.nike-sandal-goods-list.blue-style,
.nike-sandal-goods-reviews.blue-style{
  background-image: linear-gradient(to bottom,#0397d8,#edf8fc);
}
.nike-sandal-goods-list.blue-style:before,
.nike-sandal-goods-reviews.blue-style:before{
  background:url("bg_wave_b.png") repeat-x left top;
  background-size: auto 100%;
}
.nike-sandal-goods-list.blue-style .bgc-imgA{
  width: 386px;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 20%;
  z-index: 0;
}
.nike-sandal-goods-list.blue-style .bgc-imgB{
  width: 365px;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.nike-sandal-goods-list.blue-style li a span{
  background-color: #0096D8;
  color: white;
}
.nike-sandal-goods-reviews.blue-style li .user-txt{
  background: url("bg_txt03.png") no-repeat center center;
  background-size: 100% 100%;
}
.nike-sandal-goods-reviews.blue-style li:nth-child(2) .user-txt{
  background: url("bg_txt04.png") no-repeat center center;
  background-size: 100% 100%;
}

.user-txt span{
  font-weight: bold;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}

.user-txt span.yellowback{
  font-weight: bold;
    text-decoration: none;
    background-color: #ffff80;
}

.user-txt span.yellowback_underline {
/*
    font-weight: bold;
    text-decoration: none;
    background-color: #fff;
    border-bottom: 4px solid #FFFF80;
*/
    font-size: 18px;
      font-weight: bold;
    text-decoration: none;
    background-color: #ffff80;
}

.nike-sandal-goods-reviews.blue-style li .bgc-imgC{
  position: absolute;
  width: 464px;
  height: auto;
  z-index: 0;
  left: -180px;
  top: -78px;
}
.nike-sandal-goods-reviews.blue-style li .bgc-imgD{
  position: absolute;
  width: 464px;
  height: auto;
  z-index: 0;
  right: -190px;
  bottom: 10px;
}


/*---yellow style---*/
.nike-sandal-goods-list.yellow-style,
.nike-sandal-goods-reviews.yellow-style{
  background-image: linear-gradient(to bottom,#ffd00b,#ffffff);
}
.nike-sandal-goods-list.yellow-style:before,
.nike-sandal-goods-reviews.yellow-style:before{
  background: url("bg_wave_y.png") repeat-x left top;
  background-size: auto 100%;
}
.nike-sandal-goods-list.yellow-style .bgc-imgA{
  width: 388px;
  height: auto;
  position: absolute;
  left: 0;
  top: 18%;
  z-index: 0;
}
.nike-sandal-goods-list.yellow-style .bgc-imgB{
  width: 388px;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.nike-sandal-goods-list.yellow-style ul{
  margin-top: 0;
}
.nike-sandal-goods-list.yellow-style li{
  box-shadow: rgba(254,206,0,.3) 0 3px 8px;
}
.nike-sandal-goods-list.yellow-style li a span{
  background-color: #fece00;
  color: white;
}
.nike-sandal-goods-list.yellow-style li a{
  color: #fece00;
}
.nike-sandal-goods-list.yellow-style ul.orange-style{
  margin-top: 90px;
}
.nike-sandal-goods-list.yellow-style ul.orange-style li a{
  color: #f46600;
}
.nike-sandal-goods-list.yellow-style ul.orange-style li a span{
  background-color: #f46600;
}
.nike-sandal-goods-reviews.yellow-style li .user-txt{
  background: url("bg_txt01.png") no-repeat center center;
  background-size: 100% 100%;
}
.nike-sandal-goods-reviews.yellow-style li:nth-child(2) .user-txt{
  background: url("bg_txt05.png") no-repeat center center;
  background-size: 100% 100%;
}
.nike-sandal-goods-reviews.yellow-style li .bgc-imgC{
  position: absolute;
  width: 265px;
  height: auto;
  z-index: 0;
  left: -95px;
  top: -110px;
}
.nike-sandal-goods-reviews.yellow-style li .bgc-imgD{
  position: absolute;
  width: 265px;
  height: auto;
  z-index: 0;
  right: -190px;
  bottom: -65px;
}


/*---green style---*/
.nike-sandal-goods-list.green-style,
.nike-sandal-goods-reviews.green-style{
  background-image: linear-gradient(to bottom,#2dd1df,#ffffff);
}
.nike-sandal-goods-list.green-style:before,
.nike-sandal-goods-reviews.green-style:before{
  background: url("bg_wave_g.png") repeat-x left top;
  background-size: auto 100%;
}
.nike-sandal-goods-list.green-style .bgc-imgA{
  width: 366px;
  height: auto;
  position: absolute;
  left: 0;
  top: 18%;
  z-index: 0;
}
.nike-sandal-goods-list.green-style .bgc-imgB{
  width: 387px;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.nike-sandal-goods-list.green-style li a span{
  background-color: #2ad0de;
  color: white;
}
.nike-sandal-goods-list.green-style li a{
  color: #2ad0de;
  font-family: "Helvetica", "Hiragino Kaku Gothic Pro", "Meiryo",  sans-serif;
}

.nike-sandal-goods-reviews.green-style li .user-txt{
  background: url("bg_txt02.png") no-repeat center center;
  background-size: 100% 100%;
}
.nike-sandal-goods-reviews.green-style li:nth-child(2) .user-txt{
  background: url("bg_txt06.png") no-repeat center center;
  background-size: 100% 100%;
}
.nike-sandal-goods-reviews.green-style li .bgc-imgC{
  position: absolute;
  width: 407px;
  height: auto;
  z-index: 0;
  left: -95px;
  top: -120px;
}
.nike-sandal-goods-reviews.green-style li .bgc-imgD{
  position: absolute;
  width: 407px;
  height: auto;
  z-index: 0;
  right: -190px;
  bottom: 10px;
}

.nike-sandal-goods-list{
  padding-top: 55px;
  padding-bottom: 120px;
  position: relative;
}
.nike-sandal-goods-list:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 16px;
  top: -15px;
  left: 0;
}
.nike-sandal-goods-list ul{
  width: 738px;
  margin: 90px auto 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
    z-index: 10;
}
.nike-sandal-goods-list li{
  width: 232px;
  margin: 0 7px 40px 7px;
}

.nike-sandal-goods-list li img{
  display: block;
  margin-bottom: 14px;
}
.nike-sandal-goods-list li a{
  display: block;
  padding-top: 60px;
  padding-bottom: 25px;
  background-color: white;
  font-size: 20px;
  text-align: center;
  line-height: 1.3em;
  font-weight: bold;
  font-family: "Helvetica", "Hiragino Kaku Gothic Pro", "Meiryo",  sans-serif;
}
.nike-sandal-goods-list li a span{
  display: block;
  height: 30px;
  line-height: 30px;
  width: 140px;
  margin: 13px auto 0 auto;
  font-size: 14px;
  font-weight: normal;
}
.nike-sandal-goods-list li a:hover{
  text-decoration: none;
}
.nike-sandal-goods-list li a:hover span{
  opacity: 0.6;
}

.nike-sandal-goods-reviews{
  padding-top: 55px;
  padding-bottom: 120px;
  position: relative;
}
.nike-sandal-goods-reviews:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 16px;
  top: -15px;
  left: 0;
}
.nike-sandal-goods-reviews ul{
  width: 875px;
  margin: 120px auto 0 auto;
}
.nike-sandal-goods-reviews li{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
/*  font-size: 22px;*/
  font-size: 15px;
  margin-bottom: 30px;
  position: relative;
}
.nike-sandal-goods-reviews li:nth-child(1){
  flex-flow: row-reverse;
}
.nike-sandal-goods-reviews li .user-pic{
  width: 21.714%;
  margin-left: 2%;
  margin-top: 10%;
  position: relative;
  z-index: 2;
}
.nike-sandal-goods-reviews li .user-txt{
  width: 69.714%;
  text-align: center;
  min-height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.nike-sandal-goods-reviews li a {
    color: #000;
}


.nike-sandal-goods-reviews p{
  text-align: center;
  margin-bottom: 20px;
}


/*---movie---*/
.nike-sandal-movie{
  width: 900px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 200px;
}
.nike-sandal-movie:before{
  content: "";
  position: absolute;
  width: 67px;
  height: 700px;
  background: url("slogan02.png") no-repeat center center;
  background-size: auto 100%;
  right: -175px;
  top: 70px;
}
.nike-sandal-movie h2{
  width: 186px;
  margin: 0 auto 40px auto!important;
}
.nike-sandal-movie iframe,
.nike-sandal-movie video.movie{
  width: 100%;
  display: block;
  border: none;
  /* background-color: #6f6f6f; */
}

/*---Cooling bag---*/
.nike-sandal-bag{
  overflow: hidden;
  margin-top: -95px;
}
.nike-sandal-bag-ttl{
  text-align: center;
  margin-bottom: 50px;
}
.nike-sandal-bag-ttl h2{
  display: inline-block;
  position: relative;
  text-align: center;
  overflow: initial;
  color: #0196d8;
  font-size: 30px;
  font-weight: bold;
}
/*
.nike-sandal-bag-ttl h2:before{
  content: "";
  position: absolute;
  width: 116px;
  height: 274px;
  background: url("ico01.png") no-repeat center center;
  background-size: 100% 100%;
  right: 100%;
  top: 50%;
  margin-top: -137px;
}
.nike-sandal-bag-ttl h2:after{
  content: "";
  position: absolute;
  width: 116px;
  height: 274px;
  background: url("ico01.png") no-repeat center center;
  background-size: 100% 100%;
  left: 100%;
  top: 50%;
  margin-top: -137px;
  transform: scaleX(-1);
}
*/
.nike-sandal-bag-ttl h2 span{
  display: inline-block;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 1;
  font-size: 40px;
  line-height: 1.2em;
  margin-top: 5px;
  font-weight: bold;
}
.nike-sandal-bag-ttl h2 span:before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 26px;
  width: 100%;
  background-color: white;
  z-index: -1;
}
.nike-sandal-bag-ttl h2 small{
  display: block;
  font-size: 18px;
  line-height: 1.5em;
  margin-top: 10px;
}
.nike-sandal-bag .sub-box{
  position: relative;
  background-color: #ffff80;
  margin-top: 95px;
  padding-bottom: 130px;
  padding-top: 120px;
}
.nike-sandal-bag .sub-box:before{
  content: "";
  position: absolute;
  left: 0;
  top: -95px;
  width:0;
  height:0;
  border-right: 100vw solid transparent;
  border-bottom: 95px solid #ffff80;
}
.nike-sandal-bag img{
  display: block;
  width: 860px;
  margin: 0 auto;
}
.nike-sandal-bag p{
  text-align: center;
  font-size: 20px;
  margin-top: 45px;
}
.nike-sandal-bag ul {
	width: 588px;
	margin: 50px auto 0 auto;
}

.nike-sandal-bag li{
  font-size: 13px;
}

/*---NIKE KID---*/
.nike-sandal-kids{
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: white;
  position: relative;
}
.nike-sandal-kids:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 16px;
  left: 0;
  top: -15px;
  background: url("bg_wave_w.png") repeat-x left top;
  background-size: auto 100%;
}
.nike-sandal-kids h2{
  width: 500px;
  margin: 0 auto 30px auto!important;
}
.nike-sandal-kids-show{
  width: 785px;
  border: #0196d8 solid 2px;
  margin: 0 auto;
  position: relative;
}
.nike-sandal-kids-show:before{
  content: "";
  position: absolute;
  width: 240px;
  height: 125px;
  background: url("bg_ttl02.png") no-repeat center center;
  background-size: 100% auto;
  left: -180px;
  bottom: -62px;
}
.nike-sandal-kids-show:after{
  content: "";
  position: absolute;
  width: 240px;
  height: 125px;
  background: url("bg_ttl02.png") no-repeat center center;
  background-size: 100% auto;
  right: -170px;
  top: -150px;
}
.nike-sandal-kids-show .slider{
  background-color: white;
  z-index: 2;
  position: relative;
  padding: 30px 34px 24px 24px;
}
.nike-sandal-kids-show .slick-slide{
  margin-left: 10px;
  margin-right: 10px;
}
.nike-sandal-kids-show .slick-prev{
  display: none!important;
}
.nike-sandal-kids-show .slick-next{
  right: 15px;
  top: 50%;
  margin-top: 0;
  width: 45px;
  height: 45px;
  background: url("ico_arrow01.png") no-repeat center center;
  background-size: 100% 100%;
  border-radius: 50%;
}

p.attention {
    font-size: 13px;
}

.w1366 {
max-width: 1366px;
  margin: 0 auto;
  position: relative;
}