@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

/*ブレイクポイント設定*/
@media screen and (min-width: 1023.9px) {
  .pcnone {
    display: none;
  }
}

@media screen and (max-width: 1023.9px) {
  .spnone {
    display: none;
  }
}

/*アスペクト比固定用*/
#contant {
  padding-right: 0;
}

#topContent,
#instagram {
  overflow-x: hidden;
}

#topContent > section,
#instagram > section {
  padding-top: 4em;
}

#topContent > section:first-child,
#instagram > section:first-child {
  padding-top: 0;
}

#topContent .innerBox,
#instagram .innerBox {
  margin: 0 auto;
  padding: 0.5em;
}

#topContent img,
#instagram img {
  width: 100%;
}

#topContent h3,
#instagram h3 {
  padding-top: 0.5em;
  font-size: 1.6em;
  padding-bottom: 0em;
  font-weight: 400;
}

#topContent h3 span,
#instagram h3 span {
  font-size: 0.5em;
  display: block;
}

#topContent .btn,
#instagram .btn {
  display: block;
  margin: 0.6em auto 0;
  border: 1px solid #b7b7b7;
  color: inherit;
  font-size: 1.1em;
  padding: 0.2em;
  max-width: 7.8em;
  width: 100%;
  text-align: center;
}

#topContent .eyecatchSlider,
#instagram .eyecatchSlider {
  position: relative;
  padding-bottom: 0;
}

#topContent .eyecatchSlider .numBoxPC,
#topContent .eyecatchSlider .numBoxSP,
#instagram .eyecatchSlider .numBoxPC,
#instagram .eyecatchSlider .numBoxSP {
  position: absolute;
  bottom: 14.4em;
  width: 100%;
}

@media screen and (max-width: 1023.9px) {
  #topContent .eyecatchSlider .numBoxPC,
  #topContent .eyecatchSlider .numBoxSP,
  #instagram .eyecatchSlider .numBoxPC,
  #instagram .eyecatchSlider .numBoxSP {
    bottom: 8.4em;
  }
}

#topContent .eyecatchSlider .slider a,
#instagram .eyecatchSlider .slider a {
  position: relative;
}

#topContent .eyecatchSlider .slider a img,
#instagram .eyecatchSlider .slider a img {
  width: 100%;
}

#topContent .eyecatchSlider .slider a > div,
#instagram .eyecatchSlider .slider a > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 0.5em;
  border-radius: 0.5em;
  transition: 0.5s;
}

#topContent .eyecatchSlider .slider a > div .title,
#instagram .eyecatchSlider .slider a > div .title {
  font-size: 1.65em;
  position: absolute;
  bottom: 9.4em;
}

@media screen and (max-width: 1023.9px) {
  #topContent .eyecatchSlider .slider a > div .title,
  #instagram .eyecatchSlider .slider a > div .title {
    bottom: 5.5em;
  }
}

#topContent .eyecatchSlider .slider a > div .btn,
#instagram .eyecatchSlider .slider a > div .btn {
  position: absolute;
  bottom: 9em;
}

@media screen and (max-width: 1023.9px) {
  #topContent .eyecatchSlider .slider a > div .btn,
  #instagram .eyecatchSlider .slider a > div .btn {
    bottom: 3em;
  }
}

#topContent .eyecatchSlider .slick-dots li button::before,
#instagram .eyecatchSlider .slick-dots li button::before {
  background: none;
  color: #ffffff00;
  font-size: 8px;
  -webkit-text-stroke-width: 0.7em;
  -webkit-text-stroke-color: #fff;
  opacity: 1;
}

#topContent .eyecatchSlider .slick-dots li,
#instagram .eyecatchSlider .slick-dots li {
  width: 1.2em;
}

#topContent .eyecatchSlider .slick-dots li.slick-active button:before,
#instagram .eyecatchSlider .slick-dots li.slick-active button:before {
  color: #fff;
}

#topContent .eyecatchSlider .btn,
#instagram .eyecatchSlider .btn {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #333333;
}

#topContent .collection h3,
#instagram .collection h3 {
  margin-bottom: 1em;
}

#topContent .collection .collectionList,
#instagram .collection .collectionList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#topContent .collection .collectionList a,
#instagram .collection .collectionList a {
  width: calc(100% / 4);
  text-align: center;
  padding: 0.5em;
  box-sizing: border-box;
}

@media screen and (max-width: 1023.9px) {
  #topContent .collection .collectionList a,
  #instagram .collection .collectionList a {
    width: calc(100% / 2);
  }
}

#topContent .collection .collectionList a img,
#instagram .collection .collectionList a img {
  width: 100%;
  max-width: 300px;
}

#topContent .collection .collectionList a p,
#instagram .collection .collectionList a p {
  margin-top: 0.5em;
  font-size: 1.2em;
}

#topContent .madeInJapan,
#instagram .madeInJapan {
  text-align: center;
  margin: 2em 0;
}

#topContent .madeInJapan .imgBox,
#instagram .madeInJapan .imgBox {
  width: 100%;
  display: flex;
}

#topContent .madeInJapan .imgBox > img,
#instagram .madeInJapan .imgBox > img {
  width: calc(100% / 2);
}

@media screen and (max-width: 1023.9px) {
  #topContent .madeInJapan .imgBox > img,
  #instagram .madeInJapan .imgBox > img {
    width: 100%;
  }
}

#topContent .madeInJapan a,
#instagram .madeInJapan a {
  display: block;
}

#topContent .madeInJapan a img,
#instagram .madeInJapan a img {
  margin: 0 auto;
}

#topContent .madeInJapan a h3,
#instagram .madeInJapan a h3 {
  margin-top: 0.5em;
}

#topContent .madeInJapan a p,
#instagram .madeInJapan a p {
  font-size: 0.9em;
}

#topContent .newrelease,
#instagram .newrelease {
  margin: 2em 0;
}

#topContent .newrelease .itemList,
#instagram .newrelease .itemList {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 1023.9px) {
  #topContent .newrelease .itemList,
  #instagram .newrelease .itemList {
    max-width: 90%;
    margin: 0 auto;
  }
}

#topContent .newrelease .itemList .item,
#instagram .newrelease .itemList .item {
  width: calc(100% / 4);
  text-align: left;
  box-sizing: border-box;
  padding: 0.5em;
}

@media screen and (max-width: 1023.9px) {
  #topContent .newrelease .itemList .item,
  #instagram .newrelease .itemList .item {
    width: calc(100% / 2);
  }
}

#topContent .newrelease .itemList .item > div,
#instagram .newrelease .itemList .item > div {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}

#topContent .newrelease .itemList .item > div .rankNum,
#instagram .newrelease .itemList .item > div .rankNum {
  position: absolute;
  top: 0.4em;
  left: 0.4em;
  background-color: #707070;
  color: #fff;
  padding: 0.3em;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#topContent .newrelease .itemList .item > div .name,
#instagram .newrelease .itemList .item > div .name {
  margin-top: 0.5em;
  line-height: 1.2;
}

#topContent .newrelease .itemList .item > div .price,
#instagram .newrelease .itemList .item > div .price {
  margin-top: auto;
  padding-top: 0;
}

#topContent .bgdark,
#instagram .bgdark {
  background: #a6a6a6;
}

#topContent .btnone,
#instagram .btnone {
  border-top: 0px;
}

#topContent .ranking,
#instagram .ranking {
  border-top: solid 1px #d9d9d9;
  margin: 2em 0;
}

#topContent .ranking .itemList,
#instagram .ranking .itemList {
  display: flex;
  flex-wrap: wrap;
}

#topContent .ranking .itemList .item,
#instagram .ranking .itemList .item {
  width: calc(100% / 5);
  text-align: center;
  box-sizing: border-box;
  padding: 0.5em;
}

#topContent .ranking .itemList .item > div,
#instagram .ranking .itemList .item > div {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}

#topContent .ranking .itemList .item > div .rankNum,
#instagram .ranking .itemList .item > div .rankNum {
  position: absolute;
  top: 0.3em;
  left: 0.3em;
  background-color: #707070;
  color: #fff;
  padding: 0.3em;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#topContent .ranking .itemList .item > div .name,
#instagram .ranking .itemList .item > div .name {
  margin-top: 0.5em;
  line-height: 1.2;
}

@media screen and (min-width: 1023.9px) {
  #topContent .ranking .itemList .item > div .name,
  #instagram .ranking .itemList .item > div .name {
    min-height: 2.4em;
  }
}

#topContent .ranking .itemList .item > div .price,
#instagram .ranking .itemList .item > div .price {
  margin-top: auto;
  padding-top: 0px;
}

@media screen and (max-width: 1023.9px) {
  #topContent .ranking .slick-slide img,
  #instagram .ranking .slick-slide img {
    margin: 0 auto;
  }
}

#topContent .newrelease h3,
#topContent .ranking h3,
#instagram .newrelease h3,
#instagram .ranking h3 {
  margin-bottom: 1em;
}

#topContent #comingsoon,
#instagram #comingsoon {
  color: #fff;
}

#topContent #comingsoon a,
#instagram #comingsoon a {
  color: #fff;
}

#topContent .rearrival .itemList a.item,
#instagram .rearrival .itemList a.item {
  width: calc(100% / 5);
}

#topContent .eyeban,
#instagram .eyeban {
  text-align: center;
  margin: 2em 0;
  border-bottom: solid 1px #d9d9d9;
  padding-bottom: 5em;
  display: block;
}

#topContent .eyeban a,
#instagram .eyeban a {
  display: block;
}

#topContent .eyeban a img,
#instagram .eyeban a img {
  width: 100%;
}

#topContent .eyeban a h3,
#instagram .eyeban a h3 {
  margin-top: 1em;
}

#topContent .eyeban a p,
#instagram .eyeban a p {
  margin-top: 0.5em;
  font-size: 1em;
}

#topContent .wardrobe,
#instagram .wardrobe {
  text-align: center;
  margin: 2em 0;
}

#topContent .wardrobe h3,
#instagram .wardrobe h3 {
  font-size: 1.5em;
}

#topContent .wardrobe .itemList,
#instagram .wardrobe .itemList {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

#topContent .wardrobe .itemList a,
#instagram .wardrobe .itemList a {
  margin: 1em;
}

#topContent .wardrobe .itemList a img,
#instagram .wardrobe .itemList a img {
  width: 100%;
  max-width: 300px;
}

#topContent .visualbn a,
#instagram .visualbn a {
  position: relative;
  color: #fff;
  bottom: 13%;
  width: 100%;
  text-align: center;
  font-size: 1.3em;
  margin-bottom: 3em;
  display: block;
}

#topContent .visualbn a .img,
#instagram .visualbn a .img {
  display: block;
  position: relative;
}

#topContent .visualbn a .img .text,
#instagram .visualbn a .img .text {
  position: absolute;
  color: #fff;
  bottom: 13%;
  width: 100%;
  text-align: center;
}

#topContent .visualbn a .img .text span,
#instagram .visualbn a .img .text span {
  display: block;
  font-size: 0.8em;
  text-decoration: underline;
}

.footWrap {
  background-color: #f2f2f2;
  box-sizing: border-box;
}

@media screen and (max-width: 1023.9px) {
  .footWrap {
    padding: 1em;
  }
}

#instagram {
  border-bottom: 0;
}

@media screen and (max-width: 1023.9px) {
  #instagram {
    max-width: 90%;
    margin: 0 auto;
  }
}

#instagram p {
  text-align: center;
}

#instagram .ecbn-selection-footer2 {
  display: none;
}

#instagram .ecbn-selection-image-loading-more {
  display: none;
}

#instagram h3 {
  margin-top: 1em;
}

#foot .sns_list {
  border-top: none;
}

@media screen and (max-width: 1023.9px) {
  #foot .foot_inner .service_navi {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}

#foot .foot_inner .service_navi li {
  flex: unset;
}

#foot .foot_inner .service_navi li a {
  padding: 1em;
}

@media screen and (max-width: 1023.9px) {
  #foot .foot_inner .service_navi li a {
    padding: 0.4em;
  }
}

@media screen and (max-width: 1023.9px) {
  #foot .foot_inner .service_navi:nth-child(2) {
    border-top: #d9d9d9 solid 1px;
    padding-top: 2em;
    max-width: 350px;
    margin: 0 auto;
  }
  #foot .foot_inner .service_navi:nth-child(2) li {
    margin-bottom: 1em;
  }
  #foot .foot_inner .service_navi:nth-child(2) li:nth-child(1) {
    margin-left: 2em;
  }
  #foot .foot_inner .service_navi:nth-child(2) li:nth-child(3) {
    margin-right: 2em;
  }
}

#contant section.catBtn {
  padding: 0em 1em;
}

#contant section.catBtn .categoryBtn {
  display: flex;
  flex-wrap: wrap;
}

#contant section.catBtn .categoryBtn a {
  width: calc(100% / 3);
  box-sizing: border-box;
  padding: 0.3em;
}

#contant section.catBtn .categoryBtn a span {
  display: block;
  width: 100%;
  text-align: center;
}

#contant section.catBtn .categoryBtn div {
  border: solid 1px;
  display: flex;
  align-items: center;
  border-radius: 0.4em;
  padding: 0.4em;
}

#contant section.catBtn .categoryBtn img {
  display: inline-block;
  max-width: 2.3em;
  margin-right: 0.5em;
}
