@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;
    }
}

/* ==========================================================
 toeshoes
========================================================== */
#toeshoes .link-img {
  display: block;
  margin: 0 auto;
  text-align: center;
}
#toeshoes .sec-01:not(#service) .link-img {
  max-width: 600px;
}
#toeshoes .sec-01#service .link-img {
  max-width: none;
  border: 1px solid #eee;
}
#toeshoes .sec-01 .link-img + p {
  margin-top: 20px;
  text-align: center;
}
#toeshoes .list-product + .link-img {
  margin-top: 80px;
}
#toeshoes .link-img img {
  display: block;
  margin-bottom: 10px;
}
#toeshoes .img-main h1 {
	position: absolute;
  top: 18%;
  left: 21%;
	width: 380px;
  font-size: 17px;
  font-family: var(--f-family-serif);
	z-index: 2;
	transform: translate(-50%, -50%);
}
#toeshoes .img-main h1 img {
  display: block;
  width: 100%;
  margin: 0 0 20px;
}
#toeshoes .sec-product .txt-01 + .txt-01 {
  margin-top: 10px;
  color: #727272;
  font-size: 12px;
}


/* list-product
---------------------------------------------------------- */
#toeshoes .list-product {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
	justify-content: space-between;
}
#toeshoes .list-product:not(.center)::before,
#toeshoes .list-product:not(.center)::after,
#toeshoes .list-product .item {
  width: calc(25% - 30px);
}
#toeshoes .list-product::before,
#toeshoes .list-product::after {
  content: "";
  display: inline-block;
}
#toeshoes .list-product::before {
  order: 1;
}
#toeshoes .list-product .item {
  flex-direction: column;
  margin-top: 60px;
  line-height: 1.6;
  font-feature-settings: "palt";
}
#toeshoes .list-product .border {
  border: 1px solid #eee;
}
#toeshoes .list-product .name {
  margin: 15px 0 10px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
#toeshoes .list-product .name-01 {
  height: calc(2 * 1.5998em);
}
#toeshoes .list-product .txt {
  margin-bottom: 15px;
  color: #333;
  font-size: 12px;
}
#toeshoes .list-product .item,
#toeshoes .list-product .item .wrap-detail,
#toeshoes .list-product .wrap-btn {
  display: -ms-flexbox;
  display: flex;
}
#toeshoes .list-product .wrap-detail {
  color: #727272;
  font-size: 12px;
  font-weight: 500;
}
#toeshoes .list-product .item .wrap-detail.other:not(.maker),
#toeshoes .list-product .item .wrap-detail.color {
  -ms-flex-align: center;
  align-items: center;
}
#toeshoes .list-product .item .wrap-detail.other {
  margin: 10px 0;
}
#toeshoes .list-product .item .wrap-detail.other.maker {
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 0;
}
#toeshoes .list-product .item .wrap-detail.other.maker figcaption {
  margin-top: 8px;
  font-size: 10px;
}
#toeshoes .list-product .item .wrap-detail.other img {
  display: block;
}

#toeshoes .list-product .item .wrap-detail.color {
  margin-bottom: 10px;
}
#toeshoes .list-product .item .wrap-detail.color img {
  overflow: hidden;
  display: inline-block;
  width: 14px;
  border-radius: 50%;
  vertical-align: middle;
}
#toeshoes .list-product .item .wrap-detail.color img + img {
  margin-left: 4px;
}
#toeshoes .sec-01 .list-product .wrap-detail .ttl {
  width: 100px;
}
#toeshoes .sec-01 .list-product .wrap-detail figure,
#toeshoes .sec-01 .list-product .wrap-detail p {
  width: calc(100% - 100px);
}
#toeshoes .sec-01#bust-cup .list-product .wrap-detail .ttl {
  width: 4em;
}
#toeshoes .sec-01#bust-cup .list-product .wrap-detail p,
#toeshoes .sec-01#bust-cup .list-product .wrap-detail figure {
  width: 5.5em;
}
#toeshoes .list-product .item .txt + .wrap-detail {
  margin-top: auto;
}
#toeshoes .list-product .item .price {
  margin: auto 0 10px;
  padding-top: 10px;
  font-weight: 500;
  text-align: center;
}
#toeshoes .list-product .item .txt + .wrap-detail + .wrap-detail + p {
  margin-top: 0;
}
#toeshoes .list-product .wrap-btn {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
	justify-content: center;
  margin-bottom: 10px;
}
#toeshoes .list-product .wrap-btn .btn-01 {
  width: calc(50% - 2px);
  height: 32px;
  letter-spacing: -0.01em;
  font-size: 12px;
}
#toeshoes .list-product .wrap-btn .btn-01 + .btn-01 {
  margin-left: 4px;
}
#toeshoes .list-product .wrap-btn .btn-01:nth-of-type(3) {
  margin: 4px 0 0;
}

/* ico
---------------------------------------------------------- */
#toeshoes .wrap-ico,
#toeshoes .wrap-ico .ico {
  display: -ms-flexbox;
  display: flex;
}
#toeshoes .wrap-ico .ico {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
	justify-content: center;
}
#toeshoes .wrap-ico {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
	justify-content: space-between;
  margin-bottom: 15px;
}
#toeshoes .wrap-ico::after,
#toeshoes .wrap-ico .ico {
  flex-shrink: 0;
  width: calc(33.33% - 2px);
}
#toeshoes .wrap-ico::after {
  content: "";
  display: inline-block;
}
#toeshoes .wrap-ico .ico {
  height: 28px;
  margin-bottom: 2px;
  line-height: 1.15;
  letter-spacing: -0.04em;
  color: #333;
  font-size: 10px;
  font-weight: 500;
  text-align: center;
  border-radius: 2px;
}
#toeshoes .wrap-ico .ico-01 {
  background: #E1F5FE;
}
#toeshoes .wrap-ico .ico-02 {
  background: #F1F8E9;
}
#toeshoes .wrap-ico .ico-03 {
  background: #FFFDE7;
}
#toeshoes .wrap-ico .ico-04 {
  background: #FCE4EC;
}
#toeshoes .wrap-ico .ico-05 {
  background: #FFEBEE;
}
#toeshoes .wrap-ico .ico-06 {
  background: #F3E5F5;
}
#toeshoes .wrap-ico .ico-07 {
  background: #E3F2FD;
}
#toeshoes .wrap-ico .ico-08 {
  background: #EFEBE9;
}
#toeshoes .wrap-ico .ico-09 {
  background: #E0F2F1;
}
#toeshoes .wrap-ico .ico-10 {
  background: #FAFAFA;
}
#toeshoes .wrap-ico .ico-11 {
  background: #FFF8E1;
}
#toeshoes .wrap-ico .ico-12 {
  background: #F9FBE7;
}
#toeshoes .wrap-ico .ico-13 {
  background: #ECEFF1;
}
#toeshoes .wrap-ico .ico-14 {
  background: #E8EAF6;
}
#toeshoes .wrap-ico .ico-15 {
  background: #EDE7F6;
}
#toeshoes .wrap-ico .ico-16 {
  background: #FBE9E7;
}
#toeshoes .wrap-ico .ico-17 {
  background: #FFF3E0;
}
#toeshoes .wrap-ico .ico-18 {
  background: #fff7ee;
}
#toeshoes .wrap-ico .ico-19 {
  background: #E0F7FA;
}
#toeshoes .wrap-ico .ico-20 {
  background: #E8F5E9;
}

/* lineup
---------------------------------------------------------- */
/* #toeshoes .list-lineup {
	max-width: 800px;
	margin: 0 auto;
} */
#toeshoes .list-lineup .item {
  /*width: 25%;*/
  width: 50%
}
#toeshoes .sec-lineup-brand {
	margin-top: 40px;
	padding: 40px 60px;
	border: 4px solid var(--color-lgr);
}
#toeshoes .sec-lineup-brand .list-lineup-brand {
	display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
	justify-content: center;
	margin-top: 30px;
}
#toeshoes .sec-lineup-brand .list-lineup-brand .item {
	width: 160px;
	margin: 0 30px;
}
#toeshoes .sec-lineup-brand .list-lineup-brand .item a {
  position: relative;
	display: block;
  padding-bottom: 25px;
}
#toeshoes .sec-lineup-brand .list-lineup-brand .item a:hover img {
  opacity: 1;
}
#toeshoes .sec-lineup-brand .list-lineup-brand .item a::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 10px solid #ccc;
  border-bottom: 0;
  transform: translateX(-50%);
  transition: border-top-color 0.5s ease-out;
}
#toeshoes .sec-lineup-brand .list-lineup-brand .item a:hover::after {
border-top-color: var(--color-pk);
}

/* product
---------------------------------------------------------- */
#toeshoes .sec-product .ttl-01 {
	width: 220px;
	margin: 0 auto 30px;
}
#toeshoes .list-product .item {
	position: relative;
	margin-bottom: 35px;
	padding-bottom: 5px;
}
#toeshoes .list-product .wrap-detail {
  line-height: 1.4;
}
#toeshoes .list-product .item .wrap-detail.size + .size,
#toeshoes .list-product .item .wrap-detail.other + .color {
  margin: 10px 0;
}
#toeshoes .list-product .item .wrap-shop {
	position: absolute;
	top: 100%;
	left: 0;
  width: 100%;
	font-size: 12px;
	background: #fff;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	z-index: 1;
}
#toeshoes .list-product .item .wrap-shop .ttl {
	position: relative;
	padding: 8px 15px;
	font-weight: 500;
	background: #fff;
	transition: color 0.5s ease-out;
	cursor: pointer;
}
#toeshoes .list-product .item .wrap-shop .ttl::after {
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 10px;
	border-style: solid;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	border-top: 7px solid #ccc;
	border-bottom: 0;
	vertical-align: middle;
	transform: translateY(-50%);
	transition: border-top-color 0.5s ease-out;
}
#toeshoes .list-product .item .wrap-shop.is-open .ttl::after {
	border-top: 0;
	border-bottom: 7px solid #ccc;
}

#toeshoes .list-product .item .wrap-shop .shop {
	overflow: hidden;
	max-height: 0;
	opacity: 0;
	transition: all 0.5s ease-in-out;
}
#toeshoes .list-product .item .wrap-shop .shop ul {
	display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
	justify-content: space-between;
  margin-bottom: -0.2em;
	padding: 0 15px 15px;
}
#toeshoes .list-product .item .wrap-shop .shop ul li {
	position: relative;
	width: 50%;
	padding-left: 10px;
	color: #727272;
}
#toeshoes .list-product .item .wrap-shop .shop ul li::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 5px;
	height: 5px;
	background: #727272;
	border-radius: 50%;
	transform: translateY(-50%);
}
#toeshoes .list-product .item .wrap-shop .shop ul li a {
  display: inline-block;
  padding: 0.2em 0;
  text-decoration: underline;
}

/* other
---------------------------------------------------------- */
#toeshoes .sec-other .btn-01 {
	width: min(330px, 60vw);
	height: 46px;
	margin: 30px auto 0;
	border: 1px solid var(--color-pk);
}
#toeshoes .sec-other.map figure {
  max-width: 802px;
  margin: 0 auto;
}
#toeshoes .sec-other.map figure img {
  display: block;
  margin-bottom: 10px;
  border: 1px solid #eee;
}
#toeshoes .sec-other.map figcaption {
  font-size: 12px;
  text-align: right;
}

/* ==========================================================
 min-width: 769px
========================================================== */
@media screen and (min-width: 769px) {
	#toeshoes .list-product .item .wrap-shop .ttl:hover::after {
    border-top-color: var(--color-pk);
  }
  #toeshoes .list-product.center,
  #toeshoes .wrap-ico.center {
    -ms-flex-pack: center;
    justify-content: center;
  }
  #toeshoes .wrap-ico.center .ico + .ico {
    margin-left: 3px;
  }
  #toeshoes .list-product .item .wrap-shop .shop ul li a:hover {
    text-decoration: none;
  }
}

/* ==========================================================
 max-width: 768px
========================================================== */
@media screen and (min-width: 1px) and (max-width: 768px) {
  #toeshoes .list-lineup .item {
    width: 50%;
  }
  #toeshoes .list-lineup .item:nth-of-type(3),
  #toeshoes .sec-lineup-menu .list-lineup .item:nth-of-type(2) {
    border-left: 1px solid #e7e7e7;
  }
  #toeshoes .sec-lineup-menu .list-lineup .item:nth-of-type(-n+2) {
    width: 100%;
  }
  #toeshoes .img-main h1 {
    top: 40px;
    left: 16px;
    width: 310px;
    transform: none;
  }
  #toeshoes .img-main h1 img {
    margin-bottom: 15px;
  }
  #toeshoes .txt-main span {
    display: block;
    margin: 0 calc(30px - 1em) 0 30px;
  }
  #toeshoes .sec-other .btn-01 {
    height: 38px;
    margin-top: 15px;
  }
  #toeshoes .link-img {
    font-size: 13px;
  }
  #toeshoes .sec-lineup-brand {
    width: calc(100% - 20px);
    margin: 60px auto -60px;
    padding: 20px 10px 30px;
    border-width: 2px;
  }
  #toeshoes .sec-lineup-brand .list-lineup-brand .item {
    width: auto;
    margin: 0 10px;
  }
  #toeshoes .sec-product .ttl-01 {
    width: 180px;
    margin-bottom: 25px;
  }
  #toeshoes .list-product .item {
    width: calc(50% - 5px);
    margin-top: 40px;
  }
  #toeshoes .list-product::after,
  #toeshoes .wrap-ico::after {
    display: none;
  }
  #toeshoes .list-product .name {
    margin-bottom: 10px;
    letter-spacing: -0.02em;
    font-size: 14px;
  }
  #toeshoes .list-product .txt,
  #toeshoes .list-product .wrap-ico,
  #toeshoes .list-product .item .wrap-detail {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  #toeshoes .wrap-ico {
    margin-bottom: 10px;
  }
  #toeshoes .wrap-ico .ico {
    height: 20px;
    padding-bottom: 1px;
    letter-spacing: -0.07em;
  }
  #toeshoes .list-product .wrap-ico .ico {
    width: calc(50% - 1px);
  }
  #toeshoes .list-product .wrap-detail .ttl,
  #toeshoes .list-product .wrap-detail p {
    font-size: 10px;
  }
  #toeshoes .sec-01 .list-product .wrap-detail .ttl {
    width: 65px;
  }
  #toeshoes .sec-01 .list-product .wrap-detail figure,
  #toeshoes .sec-01 .list-product .wrap-detail p {
    width: calc(100% - 70px);
    padding-left: 10px;
  }
  #toeshoes .list-product .item .wrap-detail.other {
    margin: 5px 10px;
  }
  #toeshoes .list-product .item .price {
    padding-top: 5px;
    font-size: 12px;
  }
  #toeshoes .list-product .wrap-btn .btn-01 {
    width: 120px;
    font-size: 12px;
  }
  #toeshoes .list-product .wrap-btn .btn-01 + .btn-01 {
    margin: 4px 0 0;
  }
  #toeshoes .list-product + .link-img {
    margin-top: 40px;
  }
  #toeshoes .list-product .item .wrap-shop .ttl {
    padding: 8px 10px;
  }
  #toeshoes .list-product .item .wrap-shop .shop ul {
    padding: 0 10px 10px;
  }
  #toeshoes .list-product .item .wrap-shop .shop ul li {
    padding-left: 8px;
  }
  #toeshoes .list-product .item .wrap-shop .shop ul li::before {
    top: 0.85em;
    width: 4px;
    height: 4px;
    transform: none;
  }
  #toeshoes .list-product .item .wrap-shop .shop ul li.shop-w {
    width: 100%;
  }
  #toeshoes .sec-01 .link-img + p {
    margin: 15px 0 20px;
  }
}