@charset "UTF-8";
.Breadcrumb {
  padding: 1em;
}
.Breadcrumb-ListGroup {
  display: flex;
}
.Breadcrumb-ListGroup-Item-Link[href]:hover {
  opacity: 0.5;
}
.Breadcrumb-ListGroup > * + * {
  margin-left: 0.5em;
}
.Breadcrumb-ListGroup > * + *::before {
  content: ">";
  margin-left: 0.75em;
  margin-right: 0.75em;
}
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.maincontents {
  overflow: hidden;
  background-color: #fff;    
  color: #333;
  font-family: "icomoon", "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 2.0em;
}
.hrdesign {
  border-top: 1px dotted #ccc;
}
.button001 {
  display: inline-block;    
  padding: 5px 30px;
  background-color: #ffffff;
  color: #333333;
  border: solid 1px #333333;    
  text-decoration: none;
  font-family: Arial;
  text-align: center;
  font-size: 13px;
  width:200px;
 }
.button001 a:hover {
  color: #333;
}
.button001 a:visited {
  color: #333;
}
.button001 a:link {
  color: #333;
}

.saleflag {
  background-color: #ffacac;
  font-size: 12px;
  font-family: Arial;
  color: #ffffff;
  padding: 3px 10px;
  vertical-align: middle;
  margin: 3px;
}
.staff-spec{
background-color:#ccc;
color:#333;    
padding:5px;    
font-size:10px;    
text-align: left;
}
    
.staff-shoes {
  margin-bottom: 20px;
  padding: 10px;
  border: none;
  box-sizing: border-box;
}
.staff-shoes img {
  max-width: 70%;
  display: block;
  margin: 0 auto;
  height: auto;
}    
.staff-shoes p {
text-align: center;
}
.staff-shoes h3 {
  background-color: #cccccc;
  font-size: 16px;
  color: #333;
  font-weight: lighter;
  text-align: center;
}

/* 詳細 */
.itemcontainer {
  overflow: hidden;
  background-color: #fff;
  width: 90%;
  margin: 0px auto;
  margin-top: 20px;
  margin-bottom: 50px;
  border: 1px solid #ababab;
  border-radius: 5px;
}    
.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.left-column {
  width: 50%;

}
    
.right-column {
  width: 50%;
text-align: center;    
}
.right-column img {   
  max-width: 100%;
  height: auto;
  margin: 0px auto;   
}

@media screen and (max-width: 768px) {
  .container {
    flex-direction: column;
  }
  .left-column, .bottom-column, .right-column {
    width: 100%;
    max-width: 100%;
  }
}
/* コーデ一覧（横3列） */
.list-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0px auto;    
}
.list-item {
  width: calc(33.33% - 20px);
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.list-item img {
  max-width: 100%;
  height: auto;
}
.list-item p {
  margin-top: 10px;
}
    
@media screen and (max-width: 768px) {
  .list-item {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 480px) {
  .list-item {
    width: calc(50% - 10px);
  }