@charset "utf-8";

.global-contents__inner{
  width: 100%
}

@media (max-width: 767px) {
    #page-title, #header-banner, #upper-contents-area, #feature-group-items, #feature-page-list {
        padding-inline: unset;
    }
}

/* ==========================================================
 underwear
========================================================== */
/* main
---------------------------------------------------------- */
#balletshoes .img-main {
  position: relative;
  width: 100%;
  text-align: center;
}

#balletshoes .img-main h1 {
  position: absolute;
  top: 18vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 2;
  color: #FFF;
  font-family: var(--f-family-serif);
  font-size: 17px;
}

#balletshoes .img-main h1 img {
  display: block;
  width: 437px;
  margin: 0 0 20px;
}

#balletshoes .img-main .img {
  position: relative;
  width: 100%;
  max-width: none;
  z-index: 1;
}

#balletshoes .txt-main span {
  display: inline-block;
  text-align: left;
}

#balletshoes .link-series {
  position: relative;
  max-width: 1100px;
  height: 630px;
  margin: 0 auto 40px;
  background: url("../images/img_series_pluswarm_pc.jpg") no-repeat 50% bottom;
  background-size: cover;
}

#balletshoes .link-series .detail {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  margin-left: 50px;
  transform: translateY(calc(-50% - 20px));
  z-index: 1;
}

#balletshoes .link-series .detail h2 {
  width: 307px;
  margin-bottom: 35px;
}

#balletshoes .link-series .detail p {
  color: #ea7a77;
  font-weight: 500;
}

#balletshoes .link-series .detail .btn-01 {
  width: 330px;
  height: 46px;
  margin-top: 30px;
  color: #ea7a77;
  border-color: #ea7a77;
}

#balletshoes .link-series .detail a.btn-01:hover,
#balletshoes .link-series .detail span.btn-01 {
  color: #fff;
  background: #ea7a77;
}

#balletshoes .link-series .detail span.btn-01 {
  opacity: 0.5;
}

/* #balletshoes .link-series {
  position: relative;
  max-width: 1100px;
  height: 630px;
  margin: 0 auto 40px;
  background: url("../images/img_series_breath_pc.jpg") no-repeat 50% bottom;
  background-size: cover;
}
#balletshoes .link-series .detail {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 330px;
  z-index: 1;
  transform: translate(-50%, calc(-50% + 50px));
}
#balletshoes .link-series .detail h2 {
  width: 100%;
  margin-bottom: 60px;
}
#balletshoes .link-series .detail .btn-01 {
  width: 100%;
  height: 46px;
  margin-top: 30px;
} */





/* lineup
---------------------------------------------------------- */
#balletshoes .sec-lineup {
  margin-top: 140px;
  padding: 40px 60px 60px;
  background: var(--color-lgr);
}

#balletshoes .list-lineup {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* #balletshoes .list-lineup::after, */
#balletshoes .list-lineup .item {
  width: 20%;
}

#balletshoes .list-lineup .item {
  margin-bottom: 10px;
  border-right: 1px solid #e7e7e7;
  box-sizing: border-box;
}

#balletshoes .list-lineup .item a {
  position: relative;
  display: block;
  padding: 10px 20px;
  transition: color 0.5s ease-out;
}

#balletshoes .list-lineup .item a::before,
#balletshoes .list-lineup .item a::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
}

#balletshoes .list-lineup .item a::before {
  left: 50%;
  width: calc(100% - 20px);
  height: calc(100% - 10px);
  background: #fcfcfc;
  border-radius: 5px;
  transform: translate(-50%, -50%);
  transition: background-color 0.5s ease-out;
  opacity: 0.1;
  z-index: 0;
}

#balletshoes .list-lineup .item a::after {
  right: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 6px solid #ccc;
  border-bottom: 0;
  transform: translateY(-50%);
  transition: border-top-color 0.5s ease-out;
}

#balletshoes .list-lineup .item a span {
  position: relative;
  z-index: 1;
}

#balletshoes .list-lineup .item:first-of-type {
  border-left: 1px solid #e7e7e7;
}

#balletshoes .nav-lineup {
  position: fixed;
  top: -100%;
  left: 0;
  bottom: auto;
  width: 100%;
  padding: 20px 30px;
  /*background: var(--color-lgr);*/
  background: rgba(250, 250, 250, 0.9);
  z-index: 10;
  transition: top 0.5s ease-out;
}

#balletshoes .nav-lineup .list-lineup {
  max-width: 1400px;
  margin: 0 auto;
}

#balletshoes .nav-lineup .list-lineup .item {
  width: calc(100% / 7);
  margin: 0;
  font-size: 12px;
}

#balletshoes .nav-lineup .list-lineup .item a {
  padding: 8px 20px 8px 10px;
}

#balletshoes .nav-lineup .list-lineup .item a::before {
  width: calc(100% - 10px);
  height: calc(100% - 5px);
}

#balletshoes .nav-lineup .list-lineup .item a::after {
  right: 10px;
}

#balletshoes .nav-lineup.is-fixed {
  top: 64px;
}

#balletshoes .nav-lineup.is-hide {
  top: -100%;
  transform: none;
  opacity: 1;
}

/* related
---------------------------------------------------------- */
#balletshoes .box-related {
  width: min(800px, 100%);
  margin: 80px auto 0;
  padding: 30px;
  background: var(--color-lgr);
}

/* banner
---------------------------------------------------------- */
#balletshoes .banner figure {
  max-width: 800px;
  margin: 0 auto;
}

/* faq
---------------------------------------------------------- */
#balletshoes .sec-other .btn-01 {
  width: min(330px, 60vw);
  height: 46px;
  margin: 0 auto 20px;
}

#content .list-faq .item {
  border: 1px solid var(--color-pk);
}

#content .list-faq .item+.item {
  margin-top: 15px;
}

#content .list-faq .item .ttl {
  position: relative;
  padding: 15px 30px 15px calc(30px + 1.7em);
  font-size: 16px;
  transition: color 0.5s ease-out;
  cursor: pointer;
}

#content .list-faq .item .ttl::before {
  content: "Q.";
  position: absolute;
  top: 1.1em;
  left: 30px;
  display: block;
  line-height: 1;
  color: var(--color-pk);
  font-size: 120%;
  font-family: var(--f-family-en);
}

#content .list-faq .item .ttl::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  display: block;
  width: 0;
  height: 0;
  margin-left: 10px;
  border-style: solid;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 9px solid #ccc;
  border-bottom: 0;
  transform: translateY(-50%);
  transition: border-top-color 0.5s ease-out;
}

#content .list-faq .item.is-open .ttl::after {
  border-top: 0;
  border-bottom: 9px solid #ccc;
}

#content .list-faq .item .answer {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.3s ease-in-out, opacity 0.5s ease-in-out;
}

#content .list-faq .item .answer .content-wrapper {
  margin: 0 30px 20px;
  padding-top: 15px;
  border-top: 1px solid #e7e7e7;
}

#content .list-faq .item .answer .content-wrapper .txt span {
  font-size: 12px;
}

#content .list-faq .item .answer .image {
  display: flex;
  align-items: center;

}

#content .list-faq .item .answer .image .img-01 {
  display: flex;
  width: 60%;
}

#content .list-faq .item .answer .image .img-01 img {
  width: 50%;
}

#content .list-faq .item .answer .image .img-02 {
  flex: 3;
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 10px;

}


#content .list-faq .item .answer .image .txt {
  width: auto;
  margin-left: 30px;
}

#content .list-faq .item .answer .image .txt.txt-02 {
  flex: 5;
}


#content .list-faq .item.is-open .answer {
  opacity: 1;
}


#content .wrap-aco.is-open .ttl-aco+* {
  max-height: 800px !important;
  opacity: 1 !important;
}

/* ==========================================================
 min-width: 769px
========================================================== */
@media screen and (min-width: 769px) {
  /* #balletshoes .list-lineup::after {
    content: "";
    display: inline-block;
  } */

  #balletshoes .list-lineup .item a:hover::before {
    background: var(--color-pk);
  }

  #balletshoes .list-lineup .item a:hover::after {
    border-top-color: var(--color-pk);
  }
}

/* ==========================================================
 max-width: 768px
========================================================== */
@media screen and (min-width: 1px) and (max-width: 768px) {
  #balletshoes .img-main h1 {
    top: 38vw;
    width: 100%;
  }

  #balletshoes .img-main h1 img {
    width: 310px;
    margin: 0 auto 20px;
  }

  /* #balletshoes .img-main h1 #balletshoes .img-main h1 img {
    margin: 0 auto 15px;
  } */

  #balletshoes .txt-main span {
    display: block;
    margin: 0 10px 0 30px;
  }

  #balletshoes .link-series {
    height: calc((100vw - 20px) * 1.28);
    margin: 0 10px 140px;
    padding: 30px 20px 0;
    background-image: url("../images/img_series_pluswarm_sp.jpg");
  }

  #balletshoes .link-series .detail {
    position: static;
    width: auto;
    margin: 0;
    transform: none;
  }

  #balletshoes .link-series .detail h2 {
    width: 200px;
    margin-bottom: 25px;
  }

  #balletshoes .link-series .detail p {
    font-size: 13px;
  }

  #balletshoes .link-series .detail .btn-01 {
    position: absolute;
    top: calc(100% + 15px);
    left: 50%;
    width: calc(100% - 40px);
    margin: 0;
    transform: translateX(-50%);
  }

  #balletshoes .list-lineup .item a {
    padding: 8px 15px;
    line-height: 1.4;
  }

  #balletshoes .sec-lineup {
    margin-top: 100px;
    padding: 20px 10px 10px;
  }

  #balletshoes .sec-lineup .list-lineup .item {
    width: 50%;
    margin-bottom: 8px;
  }

  #balletshoes .sec-lineup .list-lineup .item:nth-of-type(odd) {
    border-left: 1px solid #e7e7e7;
  }

  #balletshoes .sec-lineup .list-lineup .item:nth-of-type(4) {
    border-left: none;
  }

  #balletshoes .sec-lineup .list-lineup .item a::after {
    right: 15px;
  }

  #balletshoes .nav-lineup {
    padding: 10px 10px 5px;
  }

  #balletshoes .nav-lineup .list-lineup {
    max-width: none;
    margin: 0;
  }

  #balletshoes .nav-lineup .list-lineup .item {
    width: 50%;
    margin-bottom: 5px;
  }

  #balletshoes .nav-lineup .list-lineup .item a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 4px 10px;
    font-size: 12px;
  }

  #balletshoes .nav-lineup .list-lineup .item:nth-of-type(odd) {
    border-left: 1px solid #e7e7e7;
  }

  #balletshoes .list-lineup .item a::after {
    border-right-width: 4px;
    border-left-width: 4px;
    border-top-width: 5px;
  }

  #balletshoes .box-related {
    width: auto;
    margin-top: 60px;
    padding: 20px;
  }

  #content .list-faq .item .ttl::after {
    border-right-width: 4px;
    border-left-width: 4px;
    border-top-width: 5px;
  }

  #content .list-faq .item+.item {
    margin-top: 5px;
  }

  #content .list-faq .item .ttl {
    padding: 10px 25px 10px calc(10px + 1.7em);
    font-size: 14px;
  }

  #content .list-faq .item .ttl::before {
    top: 0.9em;
    left: 10px;
  }

  #content .list-faq .item .ttl::after {
    right: 10px;
  }

  #content .list-faq .item.is-open .ttl::after {
    border-bottom-width: 5px;
  }

  #content .list-faq .item .txt p {
    margin-bottom: 15px;
  }

  #content .list-faq .item .answer {
    display: block;
  }

  .wrap-detail p,
  .wrap-detail .ttl {
    font-size: 10px;
  }

  #content .list-faq .item .answer .image {
    flex-flow: column;
  }

  #content .list-faq .item .answer .image .txt {
    margin: 10px 0;
    width: 100%;
  }

  #content .list-faq .item .answer .image .img {
    width: 100%;
  }

  #content .list-faq .item .answer .image .img-01 {
    display: flex;
    width: 65%;
  }

  #balletshoes .nav-lineup.is-fixed{
  top: 116px
  }
  #balletshoes .nav-lineup.is-fixed.is-hide {
  top: -100%;
  }
}