@charset "UTF-8";

.pane-contents,
.edit-format {
    background: #fff;
}

/* .pane-contents--container {
    width: 1200px;
} */
/* .pane-main {
    
} */

@media screen and (max-width: 768px) {}


/* ==================================================
Page Head Custom
================================================== */
#page-head {}

@media screen and (max-width: 768px) {

    #page-head {}

}

/* ==================================================
Page Body
================================================== */
#page-body {
    overflow-x: hidden;
    max-width: 700px;
    position: relative;
}

.none {
    display: none;
}

.flex {
	display: flex;
	justify-content: center;
	margin-inline: auto;
	align-items: flex-start;
}

.articleSet {
    position: relative;
}

#head-title {
    margin-top: 60px;
}

.shoes-title {
font-family: "the-seasons", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 30px;
}

.shoe-thumb {
width:30%;
}

.imgGlp1 {
  margin: 80px auto;   
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin: 80px auto;


   .img {
     width:75%;
    }
    
   .shoestext {
    font-size: 15px;
    letter-spacing: 2px;
    text-align: left;
    width: 25%;
    margin-left: 2%;
    }

}

.imgGlp2 {
  margin: 80px auto;   
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin: 80px auto;


   .img {
     width:75%;
    }
    
   .shoestext {
    padding-top: 12%;
    font-size: 15px;
    letter-spacing: 2px;
    text-align: left;
    width: 25%;
    margin-left: 2%;
    }

}

.imgGlp3 {
  margin: 80px auto;   
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin: 80px auto;


   .img {
     width:75%;
    }
    
   .shoestext {
    padding-bottom: 38%;
    font-size: 15px;
    letter-spacing: 2px;
    text-align: left;
    width: 25%;
    margin-left: 2%;
    }

}

.shoewrapper {
      width: 700px;
      margin: 0 auto;
    }

    .slidetitles {
      display: flex;
      justify-content: space-between;
      margin-bottom: 10px;
    }

    .slidetitle {
      width: 48%;
      text-align: center;
      font-size: 18px;
    }

    .shoesliders {
      display: flex;
      justify-content: space-between;
    }

    .shoeslider {
      width: 48%;
    }
    .shoeslider li img {
      width: 100%;
    }



.check_btn{
 position: relative;
 font-size: 16px;
}

.check_btn::after{
     content: "";
    position: absolute;
    border: 6px solid transparent;
    border-top: 7px solid #000;
    margin:10px;
}

    .table-container {
      max-width: 800px;
      margin: 50px auto;
      background: white;
      border-radius: 10px;
      padding: 20px;
    }

    .table-wrapper {
      display: flex;
      overflow-x: auto;
      scrollbar-width: none;
    }

    .table-wrapper::-webkit-scrollbar {
      display: none;
    }

    table {
      border-collapse: separate;
      border-spacing: 0;
      min-width: 600px;
      width: 100%;
      table-layout: fixed;
    }

    th {
      padding: 15px;
      text-align: center;
      background: white;
      font-weight: normal;
      border-right: none; /* remove vertical lines between header cells */
    }

    th:first-child {
      position: sticky;
      left: 0;
      z-index: 2;
      border-right: 1px solid #999; /* separate from next section */
      width:130px;
      background: #fbf9f6;
    }

    th {
      margin:0 auto;
      width: 130px;
    }
.staffcomment {
      margin:0 auto;
      width: 400px;
    }
    
.etresize {
      margin:0 auto;
      width: 200px;
    }
    
th p {
   border: 1px solid black;
  padding: 10px;
  border-radius: 20px;
  margin: 0 auto;
    }

    td {
      padding: 15px;

      border-bottom: 1px solid #999;
      border-right: 1px solid #999;
    }

    td:first-child {
      position: sticky;
      left: 0;
      background: #fbf9f6;
      z-index: 1;
      border-right: 1px solid #999;
      font-weight: bold;
      text-align: center;
    }

    tr:last-child td {
      border-bottom: none;
    }
    
      .comment {
      text-align: left;
    }

    .custom-scrollbar {
      position: relative;
      height: 20px;
      margin-top: 10px;
    }

    .scroll-track {
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      height: 2px;
      background: #999;
      transform: translateY(-50%);
    }

    .dot {
      width: 8px;
      height: 8px;
      background: black;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      transition: left 0.1s ease;
    }


/* タブレット用 */
@media screen and (max-width: 768px) {
    .logo {
        top: 70px;
    }

}

/* SP用 */
@media screen and (max-width: 480px) {

 
 .articleSet {
    width:90%;
    margin: 0 auto;
    padding-bottom: 30px;
}
.imgGlp1 {
  & .shoestext {
    font-size: 12px;
    letter-spacing: 2px;
    text-align: left;
    width: 25%;
    margin-left: 2%;
    margin-top: 5%;
  }
}

.imgGlp2 {
  & .shoestext {
    padding-top: 15%;
    font-size: 12px;
    letter-spacing: 2px;
    text-align: left;
    width: 25%;
    margin-left: 2%;
  }
}

.imgGlp3 {
  & .shoestext {
    padding-bottom: 30%;
    font-size: 12px;
    letter-spacing: 2px;
    text-align: left;
    width: 25%;
    margin-left: 2%;
  }
}

.shoewrapper {
  width: 100%;
  margin: 0 auto;
    margin-bottom: 0px;
}

.slidetitle {
  width: 48%;
  text-align: center;
  font-size: 12px;
}

.table-container {
max-width: 100%;
  margin: 0 auto;
  background: white;
  padding: 0px;
}

th:first-child {
  width: 110px;
  font-size: 11px;
}

th p {
  padding: 8px;
  border-radius: 18px;
}

th {
  width: 110px;
}

th {
  padding: 15px;
  font-size: 11px;
}

.etresize {
  margin: 0 auto;
  width: 220px;
}

.staffcomment {
  margin: 0 auto;
  width: 400px;
}


td:first-child {

  font-size: 11px;
  vertical-align: middle;
}

td {
  padding: 10px;
  font-size: 11px;
  vertical-align: middle;
}


}



/* Fade in */
.inView {
    opacity: 0;
}

.imgFade {
    opacity: 0;
}

.imgAnim {
    -webkit-animation-name: imgAnim;
    animation-name: imgAnim;
    -webkit-animation-duration: 1.6s;
    animation-duration: 1.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes imgAnim {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
        transform: translate(0);
    }
}

.imgFade.fadeT {
    opacity: 0;
    transform: translateY(50px);
    position: relative;
    z-index: 5;
}

.imgAnim.fadeT {
    -webkit-animation-name: imgAnim;
    animation-name: imgAnim;
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.imgFade.fadeR {
    opacity: 0;
    transform: translateX(50px);
    position: relative;
    z-index: 5;
}

.imgFade.fadeL {
    opacity: 0;
    transform: translateX(-50px);
    position: relative;
    z-index: 5;
}

.imgAnim.fadeR {
    -webkit-animation-name: imgAnim;
    animation-name: imgAnim;
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.imgAnim.fadeL {
    -webkit-animation-name: imgAnim;
    animation-name: imgAnim;
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}