@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;
    }
}

/* ==========================================================
kv
========================================================== */
#kv .img-main {
  position: relative;
  width: 100%;
  text-align: center;
}

#kv .img-main h1 {
  position: absolute;
  top: 5.92vw;
  right: 4.5vw;
  z-index: 2;
  color: #FFF;
  font-family: var(--f-family-serif);
  font-size: 17px;
  width: 354px;
}

#kv .img-main .img {
  position: relative;
  width: 100%;
  max-width: none;
  z-index: 1;
}

#kv .txt-main {
  text-align: center;
  margin: 50px 0;
  line-height: 2.14;
  font-family: var(--f-family-serif);
}

#kv .txt-main span {
  display: inline-block;
  text-align: left;
}

#kv .inner {
  padding: 0 10px;
}

#kv .branching {
  text-align: center;
  width: min(1100px, 100%);
  margin: 0 auto;
}

#kv .branching ul {
  display: flex;
  justify-content: center;
  gap: 40px;
}

#kv .branching ul li {
  border: 1px solid var(--color-pk);
  width: 100%;
  max-width: 400px;
  height: 90px;
  position: relative;
  transition: 0.5s ease-out;
}



#kv .branching ul li p {
  width: 100%;
  height: 100%;
  font-size: 13px;
  color: var(--color-pk);
  line-height: 1.5;
  padding: 12px;
}



#kv .branching ul li strong {
  font-size: 18px;

}

#kv .branching ul li::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border: 9px solid transparent;
  border-top: 10px solid var(--color-pk);
}


/* ==========================================================
menu
========================================================== */
#content .menu {
  padding: 40px 60px 50px;
  background: var(--color-lgr);
  margin-bottom: 100px;
}

#content .list-lineup {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: center;
  align-items: center;
}

#content .list-lineup .item {
  width: 20%;
}

#content .list-lineup .item {
  margin-bottom: 10px;
  border-right: 1px solid #e7e7e7;
  box-sizing: border-box;
}

#content .list-lineup .item a {
  position: relative;
  display: block;
  padding: 10px 20px;
  transition: color 0.5s ease-out;
}

#content .list-lineup .item a::before,
#content .list-lineup .item a::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
}

#content .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;
}

#content .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;
}

#content .list-lineup .item a span {
  position: relative;
  z-index: 1;
}

#content .list-lineup .item:first-of-type {
  border-left: 1px solid #e7e7e7;
}


/* navigation hide
---------------------------------------------------------- */
#content .menu-hide {
  position: fixed;
  top: -100%;
  left: 0;
  bottom: auto;
  width: 100%;
  padding: 15px 0;
  background: rgba(250,250,250,0.9);
  z-index: 10;
  transition: top 0.5s ease-out;
}

#content .menu-hide .list-lineup {
  max-width: 1400px;
  margin: 0 auto;
}

#content .menu-hide .list-lineup .item {
  width: calc(100% / 7);
  margin: 0;
  font-size: 12px;
}

#content .menu-hide .list-lineup .item a {
  padding: 8px 20px 8px 10px;
  text-align: center;
}

#content .menu-hide .list-lineup .item a::before {
  width: calc(100% - 10px);
  height: calc(100% - 5px);
}

#content .menu-hide .list-lineup .item a::after {
  right: 10px;
}

#content .menu-hide.is-fixed {
  top: 64px;
}

#content .menu-hide.is-hide {
  top: -100%;
  transform: none;
  opacity: 1;
}


/* ==========================================================
商品一覧
========================================================== */
/* タイトル 
---------------------------------------------------------- */
#content .product_list {
  margin-bottom: 100px;
}

#content .product_list .type {
  margin-bottom: 100px;
}

/* item_group
---------------------------------------------------------- */
.item_group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.item_group:not(.center)::before,
.item_group:not(.center)::after,
.item_group .item {
  width: calc(25% - 30px);
}

.item_group .item {
  flex-direction: column;
  margin-top: 60px;
  line-height: 1.6;
  font-feature-settings: "palt";
}

.item_group .item .wb-all {
  word-break: break-all;
}

.item_group .border {
  border: 1px solid #eee;
}

.item_group .name {
  margin: 15px 0 10px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.item_group .lines {
  height: calc(2 * 1.5998em);
}

.item_group .txt {
  margin-bottom: 15px;
  color: #333;
  font-size: 12px;
}

.item_group .item,
.item_group .item .wrap-detail,
.item_group .wrap-btn {
  display: -ms-flexbox;
  display: flex;
}

.item_group .wrap-detail {
  color: #727272;
  font-size: 12px;
  font-weight: 500;
}

.item_group .item .wrap-detail.other,
.item_group .item .wrap-detail.color {
  -ms-flex-align: center;
  align-items: center;
}

.item_group .item .wrap-detail.other {
  margin: 10px 0;
}

.item_group .item .wrap-detail.other img {
  display: block;
}

.item_group .item .wrap-detail.color,
.item_group .item .wrap-detail.size {
  margin-bottom: 10px;
}

.item_group .item .wrap-detail.color.mar-b_auto {
  margin-bottom: auto;
}

.item_group .item .wrap-detail.color figure {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}

.item_group .item .wrap-detail.color figure .color-comment{
    margin: 0 -2px 0 10px;
    background-color: var(--color-lgr);
    display: flex;
    padding: 4px 8px;
    font-size: 10px;
    border-radius: 4px;
}

.item_group .item .wrap-detail.color img {
  overflow: hidden;
  display: inline-block;
  width: 14px;
  border-radius: 50%;
  vertical-align: middle;
}

#content .item_group .item .wrap-detail.color img.white {
  border: solid 1px #d2d1d1;
}

.item_group .item .price {
  margin: auto 0 10px;
  padding-top: 10px;
  font-weight: 500;
  text-align: center;
}

.item_group .item .txt+.wrap-detail+.wrap-detail+p {
  margin-top: 0;
}

.item_group .wrap-btn {
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4px;
}

.item_group .wrap-btn .btn-01 {
  width: 120px;
  height: 32px;
  letter-spacing: -0.01em;
  font-size: 12px;
}

.item_group .item .wrap-detail.color span {
  position: relative;
  top: 1px;
  display: inline-block;
  margin: 0 4px 0 1em;
}

.item_group .item .wrap-detail .label {
  width: 70px;
}

.item_group .wrap-detail .lineup:not(.color) {
  width: calc(100% - 70px);
}

.item_group .item .wrap-detail.other figure {
  width: calc(100% - 70px);
}

.item_group .item .img img {
  width: 100%;
}

.product_list .item_group .item .wrap-btn .btn-01 {
  width: 120px;
  height: 32px;
  letter-spacing: -0.01em;
  font-size: 12px;
}

/* 分布図
---------------------------------------------------------- */
.product_list .area_img {
  margin: 80px 0 20px;
}

.product_list .area_img .ttl {
  margin-bottom: 40px;
}

.product_list .area_img figure {
  margin: 0 auto;
  max-width: 700px;
}



/* 関連商品のお役立ち情報
---------------------------------------------------------- */
.box-related {
  width: min(800px, 100%);
  margin: 80px auto 0;
  padding: 30px;
  background: var(--color-lgr);
}

.box-related .label {
  margin-bottom: 0.5em;
  font-weight: 500;
}


/* ==========================================================
お悩みFAQ
========================================================== */
#ballet_faq h5 {
  text-align: left;
  color: #000;
  margin-bottom: 0;
  font-weight: 400;
}

.faq .btn-01 {
  width: min(330px, 60vw);
  height: 46px;
  margin: 20px auto;
}

#content .list-faq .wrap-aco {
  border: 1px solid var(--color-pk);
}


#content .list-faq .wrap-aco+.wrap-aco {
  margin-top: 15px;
}

#content .list-faq .wrap-aco .ttl-aco {
  position: relative;
  transition: color 0.5s ease-out;
  cursor: pointer;
}

#content .list-faq .wrap-aco .ttl-aco {
  font-size: 16px;
}

#content .list-faq .wrap-aco .ttl-aco {
  padding: 15px 30px 15px calc(30px + 1.7em);
}

#content .list-faq .wrap-aco .ttl-aco::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 .wrap-aco .ttl-aco::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 .wrap-aco.is-open .ttl-aco::after {
  border-top: 0;
  border-bottom: 9px solid #ccc;
}

#content .list-faq .wrap-aco .contents {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.3s ease-in-out, opacity 0.5s ease-in-out;
}

#content .list-faq .wrap-aco .contents .content-wrapper {
  margin: 0 30px 20px;
  padding-top: 15px;
  border-top: 1px solid #e7e7e7;
}

#content .list-faq .wrap-aco .contents .content-wrapper .txt span {
  font-size: 12px;
}

#content .list-faq .wrap-aco .contents .image {
  display: flex;
  align-items: center;

}

#content .list-faq .wrap-aco .contents .image .img-01 {
  display: flex;
  width: 60%;
}

#content .list-faq .wrap-aco .contents .image .img-01 img {
  width: 50%;
}

#content .list-faq .wrap-aco .contents .image .img-02 {
  flex: 3;
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 10px;

}

#content .list-faq .wrap-aco .contents .image .txt {
  width: auto;
  margin-left: 30px;
}

#content .list-faq .wrap-aco .contents .image .txt.txt-02 {
  flex: 5;
}


#content .list-faq .wrap-aco.is-open .contents {
  opacity: 1;
}


#content .list-faq .wrap-aco.is-open .ttl-aco+* {
  max-height: 2000px !important;
  opacity: 1 !important;
}

.faq .item_group .item {
  margin-top: 20px;
}



.faq .item_group .recommend {
  /* margin: 0 10px; */
  font-size: 13px;
}

.faq .item_group .recommend ul {
  display: flex;
  flex-flow: column;
  gap: 4px;
}

.faq .item_group .recommend strong {
  margin-bottom: 8px;
}

.faq .item_group .recommend p {
  margin-bottom: 4px;
}



/* ==========================================================
 min-width: 769px
========================================================== */

@media screen and (min-width: 769px) {
  #kv .branching ul li:hover::after {
    border-top: 10px solid #fff;
  }

  #kv .branching ul li:hover p {
    color: #fff;
  }

  /* kv
---------------------------------------------------------- */

  #kv .branching ul li:hover {
    background-color: var(--color-pk);
    transition: 0.5s ease-out;
  }

  #content .list-lineup .item a:hover::before {
    background: var(--color-pk);
  }

  #content .list-lineup .item a:hover::after {
    border-top-color: var(--color-pk);
  }

  /* 商品一覧
---------------------------------------------------------- */
  #content .item_group .lines-pc {
    height: calc(2 * 1.5998em);
  }

  #content .item_group .lines-sp {
    height: auto;
  }

  #content .item_group.center,
  #content .wrap-ico.center {
    -ms-flex-pack: center;
    justify-content: center;
  }

  #content .wrap-ico.center .ico+.ico {
    margin-left: 3px;
  }

  #content .item_group.center .item+.item {
    margin-left: 42px;
  }

  #content .list-lineup .item a:hover::after,
  #content .list-faq .wrap-aco .ttl-aco:hover::after {
    border-top-color: var(--color-pk);
  }

  #content .item_group::before,
  #content .item_group::after {
    content: "";
    display: inline-block;
  }

  #content .item_group::before {
    order: 1;
  }

  /* 関連商品のお役立ち情報
---------------------------------------------------------- */
  .box-related .list-dot li a:hover {
    color: inherit;
    text-decoration: none;
  }

  /* faq
---------------------------------------------------------- */
  #content .list-faq .wrap-aco .ttl-aco:hover {
    color: var(--color-pk);
  }

  .faq .item_group .txt {
    height: calc(2 * 3.8em);
  }
}

/* ==========================================================
 max-width: 768px
========================================================== */
@media screen and (min-width: 1px) and (max-width: 768px) {

  /* kv
---------------------------------------------------------- */
  #kv .branching ul {
    flex-flow: column;
    align-items: center;
    gap: 20px;
  }

  #kv .img-main h1 {
    top: 45.4vw;
    width: 260px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  #kv .txt-main span {
    display: block;
    margin: 0 10px 0 30px;
  }

  /* menu
---------------------------------------------------------- */
  #content .list-lineup {
    justify-content: space-between;
  }

  #content .list-lineup .item a {
    padding: 8px 15px;
    line-height: 1.4;
  }

  #content .menu {
    padding: 20px 10px 10px;
    margin-bottom: 60px;
  }

  #content .menu .list-lineup .item {
    width: 50%;
    margin-bottom: 8px;
  }

  #content .menu .list-lineup .item:nth-of-type(odd) {
    border-left: 1px solid #e7e7e7;
  }

  #content .menu .list-lineup .item:nth-of-type(4) {
    border-left: none;
  }

  #content .menu .list-lineup .item a::after {
    right: 15px;
  }

  #content .menu-hide {
    padding: 10px 10px 5px;
  }

  #content .menu-hide.is-fixed{
    top: 116px
  }
  #content .menu-hide.is-fixed.is-hide {
    top: -100%;
  }

  #content .menu-hide .list-lineup {
    max-width: none;
    margin: 0;
  }

  #content .menu-hide .list-lineup .item {
    width: 50%;
    margin-bottom: 5px;
  }

  #content .menu-hide .list-lineup .item a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 4px 10px;
    font-size: 12px;
  }

  #content .menu-hide .list-lineup .item:nth-of-type(odd) {
    border-left: 1px solid #e7e7e7;
  }

  #content .list-lineup .item a::after {
    border-right-width: 4px;
    border-left-width: 4px;
    border-top-width: 5px;
  }

  /* 商品一覧
---------------------------------------------------------- */
  #content .product_list {
    margin-bottom: 80px;
  }

  #content .product_list .type {
    margin-bottom: 60px;
  }

  .item_group .item {
    width: calc(50% - 5px);
    margin-top: 40px;
  }

  .item_group::after {
    display: none;
  }

  .item_group .name {
    margin-bottom: 10px;
    letter-spacing: -0.02em;
    font-size: 14px;
  }

  .item_group .lines-pc {
    height: auto;
  }

  .item_group .lines-sp {
    height: calc(2 * 1.5998em);
  }

  .item_group .txt,
  .item_group .wrap-ico,
  .item_group .item .wrap-detail {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }


  .wrap-ico {
    margin-bottom: 10px;
  }

  .wrap-ico .ico {
    padding-bottom: 1px;
    letter-spacing: -0.07em;
  }

  .item_group .wrap-ico .ico {
    width: calc(50% - 1px);
  }

  .item_group .wrap-detail p {
    font-size: 10px;
  }

  .item_group .item .price {
    padding-top: 5px;
    font-size: 12px;
  }

  .item_group .item .wrap-detail .label {
    width: 50px;
  }

  .item_group .item .wrap-detail.color.mar-b_auto {
    margin-bottom: 10px;
  }

  .item_group .item .wrap-detail.color span {
    position: relative;
    margin: 4px 4px 0 0;
  }

  .item_group .wrap-btn {
    flex-flow: column;
    align-items: center;
  }

  /* 関連商品のお役立ち情報
---------------------------------------------------------- */
  #content .box-related {
    width: auto;
    margin-top: 40px;
    padding: 20px;
  }

  /* 分布図
---------------------------------------------------------- */
  .product_list .area_img {
    margin-top: 40px;
  }

  .product_list .area_img .ttl {
    margin-bottom: 20px;
  }



  /* faq
---------------------------------------------------------- */

  #content .list-faq .wrap-aco .ttl-aco::after {
    border-right-width: 4px;
    border-left-width: 4px;
    border-top-width: 5px;
  }

  #content .list-faq .wrap-aco+.item {
    margin-top: 5px;
  }

  #content .list-faq .wrap-aco .ttl-aco {
    padding: 10px 25px 10px calc(10px + 1.7em);
    font-size: 14px;
  }

  #content .list-faq .wrap-aco .ttl-aco::before {
    top: 0.9em;
    left: 10px;
  }

  #content .list-faq .wrap-aco .ttl-aco::after {
    right: 10px;
  }

  #content .list-faq .wrap-aco.is-open .ttl-aco::after {
    border-bottom-width: 5px;
  }

  /* #content .list-faq .wrap-aco .txt p {
    margin-bottom: 15px;
  } */

  #content .list-faq .wrap-aco .contents {
    display: block;
  }

  .wrap-detail p,
  .wrap-detail .ttl {
    font-size: 10px;
  }

  #content .list-faq .wrap-aco .contents .image {
    flex-flow: column;
  }

  #content .list-faq .wrap-aco .contents .image .txt {
    margin: 10px 0;
    width: 100%;
  }

  #content .list-faq .wrap-aco .contents .image .img {
    width: 100%;
  }

  #content .list-faq .wrap-aco .contents .image .img-01 {
    display: flex;
    width: 65%;
  }

  /* .faq .item_group .txt {
    height: calc(2 * 6em);
  } */

  .faq .item_group .recommend {
    margin: 0 10px;
  }

  .faq .item_group .recommend strong {
    text-align: center;
  }

  #content .list-faq .wrap-aco .contents .content-wrapper {
    margin: 0 15px 20px;
  }
}