@charset "UTF-8";

/****************************************
推し色から選ぶ
****************************************/
.colorList {
  justify-content: left !important;
}

.colorList li {
  width: calc(11.111% - 17.7777777778px) !important;
}

@media (max-width: 899px) {
  .colorList li {
    width: calc(20% - 6.4px) !important;
    margin-right: 0 !important;
  }

  .colorList li:not(:nth-child(5n+1)) {
    margin-left: 8px !important;
  }

  .colorList li:nth-child(5n+1) {
    margin-left: 0 !important;
  }
}

.colorList li:last-child {
  margin-right: 0 !important;
}

.colorList li figcaption {
  color: #333333;
}

@media (max-width: 899px) {
  .colorList li figcaption {
    display: none;
  }
}

.colorList li img {
  max-width: 100%;
  height: auto;
  border-radius: 20px !important;
  background-image: none !important;
  border: none !important;
  box-shadow: none !important;
  filter: drop-shadow(0px 0px 10px rgb(233, 233, 233)) !important;
}

@media (max-width: 899px) {
  .colorList li img {
    border-radius: 8px !important;
  }
}

#bodyType ul.bodyTypeList {
  margin: 0 auto 50px auto !important;
}

/****************************************
ヘッダエリア
****************************************/

#headerBox figure {
  width: 100%;
  margin: 20px 0 20px 0;
  padding: 0 0 0 0;
}

#headerBox figure img {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 600px) and (max-width: 899px) {
  #headerBox {
    width: 100%;
    height: auto;
    padding: 0 0 0 0;
    /*カテゴリ名を上下中央配置*/
    display: table;
  }

  #headerBox figure {
    display: none;
  }
}

@media screen and (min-width: 900px) {
  #headerBox {
    width: auto;
    max-width: 1200px;
    height: auto;
    /*margin:-10px 0 20px 0;*/
    /* パンくずを非表示にする場合 */
    margin: 0 auto 40px auto;
    /* パンくずを表示にする場合 */
    padding: 0;
  }

  #headerBox figure {
    display: none;
  }
}

@media screen and (min-width: 900px) {

  .beaderBoxInner {
    width: 100%;
  }

  #headerBox .bg893 {
    background: url(/assets/img/category/favorite/favorite_893_pc.jpg) no-repeat center center;
  }

  #headerBox .bg894 {
    background: url(/assets/img/category/favorite/favorite_894_pc.jpg) no-repeat center center;
  }

  #headerBox .bg895 {
    background: url(/assets/img/category/favorite/favorite_895_pc.jpg) no-repeat center center;
  }

  #headerBox .bg896 {
    background: url(/assets/img/category/favorite/favorite_896_pc.jpg) no-repeat center center;
  }

  #headerBox .bg897 {
    background: url(/assets/img/category/favorite/favorite_897_pc.jpg) no-repeat center center;
  }

  #headerBox .bg898 {
    background: url(/assets/img/category/favorite/favorite_898_pc.jpg) no-repeat center center;
  }

  #headerBox .bg899 {
    background: url(/assets/img/category/favorite/favorite_899_pc.jpg) no-repeat center center;
  }

  #headerBox .bg900 {
    background: url(/assets/img/category/favorite/favorite_900_pc.jpg) no-repeat center center;
  }

  #headerBox .bg901 {
    background: url(/assets/img/category/favorite/favorite_901_pc.jpg) no-repeat center center;
  }

  #headerBox .bg893,
  #headerBox .bg894,
  #headerBox .bg895,
  #headerBox .bg896,
  #headerBox .bg897,
  #headerBox .bg898,
  #headerBox .bg899,
  #headerBox .bg900,
  #headerBox .bg901 {
    height: 300px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
  }
}

/****************************************
動画埋め込みcss
****************************************/
@media screen and (min-width: 900px) {

  .beaderBoxInner {
    width: 100%;
  }

  #headerBox {
    background-size: cover;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
  }
}

@media screen and (min-width: 900px) {

  .iframe-sp {
    display: none;
  }

  .beaderBoxInner h1 {
    padding-top: 0;
  }
}

.flex-wrapper {
  display: flex !important;
  flex-wrap: nowrap !important;
}

.iframe {
  margin-left: 25px;
}

@media screen and (max-width: 899px) {
  .flex-wrapper {
    display: block !important;
  }

  .beaderBoxInner {
    height: auto;
  }

  .iframe {
    display: block;
    margin: 20px 0 0 0;
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    /* 16:9 の比率 */
    height: 0;
    overflow: hidden;
  }

  .iframe video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    object-fit: cover;
  }
}

.filter {
  filter: drop-shadow(0px 0px #000);
}

.headerMajorBnr {
  width: 402px;
  max-width: 600px;
  margin-left: 25px;
}

#headerBox {
  position: relative;
}

.headerMajor_balloon {
  position: absolute;
  top: 0px;
  right: 34%;
  width: 160px;
  height: 42px;
  background-color: #1badcf;
  color: #ffffff;
  padding: 10px;
  border-radius: 10px;
  animation: bounce 2s infinite;
  text-shadow: none;
  box-shadow: 5px 5px 5px #00000020;
  text-align: center;
}

.headerMajor_balloon::after {
  content: '';
  position: absolute;
  bottom: -20px;
  right: -20px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border: 40px solid transparent;
  border-left-color: #1badcf;
  border-right: 0;
  border-bottom: 0;
}

.headerMajorBnr img {
  width: 100%;
  max-width: 600px;
  height: auto;
  padding: 0;
  margin: 0;
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-10px);
  }

  60% {
    transform: translateY(-5px);
  }
}