.container {
  max-width: 1100px;
  margin: 0 auto
}
@media screen and (min-width: 768px) {
  .container {
    width: 94%
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 7.33vw
  }
}
.center {
  text-align: center
}
.bold {
  font-weight: bold
}
@media screen and (max-width: 767px) {
  .pc {
    display: none
  }
}
.pc_1025 {
  display: none
}
@media screen and (min-width: 1025px) {
  .pc_1025 {
    display: block
  }
}
.pc_1150 {
  display: none
}
@media screen and (min-width: 1150px) {
  .pc_1150 {
    display: block
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none
  }
}
.tab {
  display: none
}
@media screen and (min-width: 768px)and (max-width: 1000px) {
  .tab {
    display: block
  }
}
.tab_1000 {
  display: none
}
@media screen and (max-width: 1000px) {
  .tab_1000 {
    display: block
  }
}
.goodsDetailFreespace_.refaseries {
  padding-bottom: 0
}
.wrapper_ {
  padding-top: 0
}
.navitopicpath_ {
  text-align: left;
  margin: 10px auto 32px
}
@media screen and (max-width: 767px) {
  .navitopicpath_ {
    margin: 10px auto 10px
  }
}
.c-section {
  color: #595757;
  letter-spacing: 1px
}
.c-section img {
  max-width: 100%
}
.c-section a {
  text-decoration: none
}
.c-title__sub {
  line-height: 1
}
.c-title__sub span {
  font-size: 0.9375rem;
  position: relative
}
@media screen and (max-width: 767px) {
  .c-title__sub span {
    font-size: 4vw
  }
}
.c-title__sub span:before, .c-title__sub span:after {
  content: "";
  width: 14px;
  height: 15px;
  background: url("../images/i_title_sub.png") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%
}
@media screen and (max-width: 767px) {
  .c-title__sub span:before, .c-title__sub span:after {
    width: 3.86vw;
    height: 4vw
  }
}
.c-title__sub span:before {
  transform: translateY(-50%);
  left: -20px
}
@media screen and (max-width: 767px) {
  .c-title__sub span:before {
    left: -6.66vw
  }
}
.c-title__sub span:after {
  transform: translateY(-50%) rotateY(180deg);
  right: -20px
}
@media screen and (max-width: 767px) {
  .c-title__sub span:after {
    right: -6.66vw
  }
}
.c-title__content {
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.625;
  padding: 12px 0;
  background-color: #98bab8
}
@media screen and (max-width: 767px) {
  .c-title__content {
    font-size: 4.2666666667vw;
    padding: 3.33vw 0
  }
}
.c-btn__anchor, .c-btn__anchor--cart {
  color: #fff;
  font-size: 1rem;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #e14d3a;
  border-radius: 9999px;
  display: block;
  position: relative
}
@media screen and (max-width: 767px) {
  .c-btn__anchor, .c-btn__anchor--cart {
    font-size: 4.2666666667vw;
    height: 13.33vw;
    line-height: 13.33vw
  }
}
.c-btn__anchor:after, .c-btn__anchor--cart:after {
  content: "";
  width: 12px;
  height: 6px;
  margin: auto 0;
  background: url("../images/i_btn_arrow.png") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 9.375%
}
@media screen and (max-width: 767px) {
  .c-btn__anchor:after, .c-btn__anchor--cart:after {
    width: 3.2vw;
    height: 1.6vw;
    right: 6.66vw
  }
}
.c-btn__anchor--cart:before {
  content: "";
  width: 21px;
  height: 21px;
  margin: auto 0;
  background: url("../images/i_btn_cart.png") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8.4375%
}
@media screen and (max-width: 767px) {
  .c-btn__anchor--cart:before {
    width: 5.73vw;
    height: 5.46vw;
    left: 5.33vw
  }
}
.c-btn__cart {
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 9999px;
  background-color: #e14d3a;
  display: block;
  position: relative
}
@media screen and (max-width: 767px) {
  .c-btn__cart {
    font-size: 4.2666666667vw;
    height: 13.33vw;
    line-height: 13.33vw
  }
}
.c-btn__cart:after {
  content: "";
  margin: auto 0;
  width: 21px;
  height: 21px;
  background: url("../images/i_btn_cart.png") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25px
}
@media screen and (max-width: 767px) {
  .c-btn__cart:after {
    width: 5.73vw;
    height: 5.46vw;
    left: 7.3vw
  }
}
.c-txt {
  font-size: 1rem;
  line-height: 1.875
}
@media screen and (max-width: 767px) {
  .c-txt {
    font-size: 4.2666666667vw
  }
}

.kv__hero img {
  width: 100%;
  height: auto
}
@media screen and (min-width: 768px) {
  .trouble {
    padding-top: 80px;
    position: relative
  }
}
@media screen and (max-width: 767px) {
  .trouble {
    margin-top: 8vw
  }
}
.trouble:before {
  content: "";
  width: 100%;
  height: 477px;
  background: url("../img/trouble_bg.webp") no-repeat center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1
}
@media screen and (min-width: 768px)and (max-width: 1000px) {
  .trouble:before {
    height: 472px
  }
}
@media screen and (max-width: 767px) {
  .trouble:before {
    display: none
  }
}
.trouble__head h2 {
  font-size: 1.5rem;
  text-align: center;
  margin-top: 10px
}
@media screen and (max-width: 767px) {
  .trouble__head h2 {
    margin-top: 4vw
  }
}
@media screen and (max-width: 767px) {
  .trouble__pic {
    margin-top: 5.33vw
  }
}
.trouble__wrap {
  margin-top: 40px
}
@media screen and (min-width: 768px) {
  .trouble__wrap {
    display: flex;
    justify-content: space-between
  }
}
@media screen and (max-width: 767px) {
  .trouble__wrap {
    margin-top: 8vw
  }
}
.trouble__block {
  padding: 7px 8.7%;
  position: relative
}
@media screen and (min-width: 768px) {
  .trouble__block {
    display: flex;
    align-items: center
  }
}
@media screen and (min-width: 768px)and (max-width: 1000px) {
  .trouble__block {
    padding: 7px 6%
  }
}
@media screen and (max-width: 767px) {
  .trouble__block {
    padding: 2.66vw 6.66vw;
    border-left: 1px solid #595757;
    border-right: 1px solid #595757
  }
}
.trouble__block:before, .trouble__block:after {
  content: "";
  width: 1px;
  height: calc(100% - 10px);
  margin: auto 0;
  background-color: #595757;
  position: absolute;
  top: 0;
  bottom: 0
}
@media screen and (max-width: 767px) {
  .trouble__block:before, .trouble__block:after {
    display: none
  }
}
.trouble__block:before {
  left: 0
}
.trouble__block:after {
  right: 0
}
.trouble__block--bg, .trouble__block--bg--bottomright, .trouble__block--bg--bottomleft, .trouble__block--bg--topright, .trouble__block--bg--topleft {
  width: 11px;
  height: 11px;
  position: absolute
}
@media screen and (max-width: 767px) {
  .trouble__block--bg, .trouble__block--bg--bottomright, .trouble__block--bg--bottomleft, .trouble__block--bg--topright, .trouble__block--bg--topleft {
    width: 3.6vw;
    height: 3.6vw;
    background-color: #fff
  }
}
.trouble__block--bg--topleft {
  top: 0;
  left: 0;
  border-right: 1px solid #595757;
  transform: translate(-35%, -20%) rotate(60deg)
}
@media screen and (min-width: 768px) {
  .trouble__block--bg--topleft {
    transform-origin: left top;
    transform: translate(50%, -9px) rotate(60deg)
  }
}
.trouble__block--bg--topright {
  top: 0;
  right: 0;
  border-left: 1px solid #595757;
  transform: translate(35%, -20%) rotate(-60deg)
}
@media screen and (min-width: 768px) {
  .trouble__block--bg--topright {
    transform-origin: right top;
    transform: translate(-50%, -9px) rotate(-60deg)
  }
}
.trouble__block--bg--bottomleft {
  bottom: 0;
  left: 0;
  border-right: 1px solid #595757;
  transform: translate(-35%, 20%) rotate(-60deg)
}
@media screen and (min-width: 768px) {
  .trouble__block--bg--bottomleft {
    transform-origin: left bottom;
    transform: translate(50%, 9px) rotate(-60deg)
  }
}
.trouble__block--bg--bottomright {
  bottom: 0;
  right: 0;
  border-left: 1px solid #595757;
  transform: translate(35%, 20%) rotate(60deg)
}
@media screen and (min-width: 768px) {
  .trouble__block--bg--bottomright {
    transform-origin: right bottom;
    transform: translate(-50%, 9px) rotate(60deg)
  }
}
.trouble__list li {
  font-size: 1rem;
  font-feature-settings: "palt";
  line-height: 1.625;
  text-indent: -1.3em;
  padding-left: 1.3em
}
@media screen and (min-width: 768px)and (max-width: 1000px) {
  .trouble__list li {
    font-size: 0.9375rem
  }
}
@media screen and (max-width: 767px) {
  .trouble__list li {
    font-size: 4.2666666667vw
  }
}
.trouble__list li:not(:first-child) {
  margin-top: 20px
}
@media screen and (max-width: 767px) {
  .trouble__list li:not(:first-child) {
    margin-top: 3vw
  }
}
.trouble__list li span {
  color: #000;
  background: linear-gradient(transparent 60%, #CBDCDB 60%)
}
.trouble__list li .tab {
  display: none
}
@media screen and (min-width: 768px)and (max-width: 1120px) {
  .trouble__list li .tab {
    display: block
  }
}
.trouble__desc h3 {
  font-size: 0.9375rem;
  font-feature-settings: "palt";
  margin-top: 25px
}
@media screen and (max-width: 767px) {
  .trouble__desc h3 {
    font-size: 4vw;
    line-height: 2;
    margin-top: 6.66vw
  }
}
.trouble__desc h3 span {
  font-size: 1.125rem
}
@media screen and (max-width: 767px) {
  .trouble__desc h3 span {
    font-size: 4.8vw
  }
}
@media screen and (max-width: 1120px) {
  .trouble__desc h3 .tab_1000 {
    display: block
  }
}
.trouble__desc--arrow {
  width: 48px;
  margin: 25px auto 0;
  display: block
}
@media screen and (max-width: 767px) {
  .trouble__desc--arrow {
    width: 12.66vw;
    margin-top: 6.66vw
  }
}
.trouble-product {
  margin-top: 20px
}
@media screen and (min-width: 768px) {
  .trouble-product {
    position: relative
  }
}
@media screen and (max-width: 767px) {
  .trouble-product {
    margin-top: 6.66vw
  }
}
.trouble-product__head--top {
  font-size: 0.9375rem
}
@media screen and (max-width: 767px) {
  .trouble-product__head--top {
    font-size: 4vw
  }
}
.trouble-product__head--middle {
  font-size: 1.125rem;
  font-feature-settings: "palt";
  line-height: 1.66;
  margin-top: 10px
}
@media screen and (min-width: 768px) {
  .trouble-product__head--middle {
    letter-spacing: 0
  }
}
@media screen and (max-width: 767px) {
  .trouble-product__head--middle {
    font-size: 4.8vw;
    margin-top: 2.66vw
  }
}
@media screen and (max-width: 1120px) {
  .trouble-product__head--middle .tab_1000 {
    display: block
  }
}
.trouble-product__head--bottom {
  font-size: 1.125rem;
  margin-top: 35px;
  line-height: 3
}
@media screen and (max-width: 767px) {
  .trouble-product__head--bottom {
    font-size: 4.8vw;
    margin-top: 10.66vw
  }
}
.trouble-product__head--bottom > span {
  color: #98bab8;
  font-size: 1.5rem;
  line-height: 1.2;
  display: block;
  position: relative
}
@media screen and (max-width: 767px) {
  .trouble-product__head--bottom > span {
    font-size: 6.4vw;
    line-height: 1.4
  }
}
.trouble-product__head--bottom > span:after {
  content: attr(data-text);
  font-size: 0.75rem;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: calc(100% + 3px);
  left: 0
}
@media screen and (min-width: 376px)and (max-width: 767px) {
  .trouble-product__head--bottom > span:after {
    font-size: 3.2vw
  }
}
@media screen and (max-width: 767px) {
  .trouble-product__head--bottom > span:after {
    bottom: calc(100% + 1.33vw)
  }
}
@media screen and (max-width: 375px) {
  .trouble-product__head--bottom > span:after {
    font-size: 12px
  }
}
@media screen and (min-width: 768px) {
  .trouble-product__head--caption {
    position: absolute;
    right: 0;
    bottom: 305px
  }
}
@media screen and (max-width: 767px) {
  .trouble-product__head--caption {
    font-size: 2.6666666667vw;
    text-align: right
  }
}
@media screen and (min-width: 768px) {
  .trouble-product__pic {
    max-width: 340px;
    margin: 30px auto 0
  }
}
@media screen and (max-width: 767px) {
  .trouble-product__pic {
    margin-top: 4vw
  }
}
.trouble-product__btn {
  margin: 50px auto 0
}
@media screen and (min-width: 768px) {
  .trouble-product__btn {
    max-width: 320px
  }
}
@media screen and (max-width: 767px) {
  .trouble-product__btn {
    margin-top: 5.33vw
  }
}
@media screen and (min-width: 768px) {
  .trouble__content {
    max-width: 505px;
    width: 48%
  }
}
@media screen and (max-width: 767px) {
  .trouble__content:last-child {
    margin-top: 16vw
  }
}
@media screen and (max-width: 767px) {
  .trouble__content:last-child .trouble__block {
    padding: 4.66vw 6.66vw
  }
}
.trouble__content:last-child .trouble__list li:first-child {
  letter-spacing: 0
}
@media screen and (min-width: 768px) {
  .trouble__content:last-child .trouble__desc h3 {
    letter-spacing: 0
  }
}
.trouble__content:last-child .trouble-product__head--middle:after {
  content: "※";
  font-size: 0.75rem;
  vertical-align: top
}
@media screen and (min-width: 376px)and (max-width: 767px) {
  .trouble__content:last-child .trouble-product__head--middle:after {
    font-size: 3.2vw
  }
}
@media screen and (max-width: 375px) {
  .trouble__content:last-child .trouble-product__head--middle:after {
    font-size: 12px
  }
}
@media screen and (max-width: 767px) {
  .trouble__movie {
    margin-top: 16vw
  }
}
@media screen and (min-width: 768px) {
  _::-webkit-full-page-media, _:future, :root .trouble__content {
    max-width: 520px
  }
}
@media screen and (min-width: 768px) {
  _::-webkit-full-page-media, _:future, :root .trouble__block {
    padding: 7px 8%
  }
}
.partner {
  max-width: 810px;
  margin: 100px auto 0;
  position: relative
}
@media screen and (min-width: 768px) {
  .partner {
    width: 94%
  }
}
@media screen and (max-width: 767px) {
  .partner {
    margin-top: 12vw;
    padding-bottom: 12.66vw
  }
}
.partner:before {
  content: "";
  width: 100%;
  height: calc(100% - 2vw);
  background-color: #cfdbdb;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1
}
@media screen and (min-width: 768px) {
  .partner:before {
    display: none
  }
}
@media screen and (min-width: 768px) {
  .partner .container {
    width: 100%;
    padding: 25px 7.4% 60px;
    background-color: rgba(207, 219, 219, .6);
    position: relative
  }
}
@media screen and (min-width: 768px)and (max-width: 1000px) {
  .partner .container {
    padding: 25px 4% 60px
  }
}
@media screen and (max-width: 767px) {
  .partner .container {
    padding: 0
  }
}
@media screen and (max-width: 767px) {
  .partner__head {
    display: flex;
    justify-content: center;
    align-items: flex-end
  }
}
.partner__head--img {
  position: relative;
  z-index: 2
}
@media screen and (min-width: 768px) {
  .partner__head--img {
    width: 30.74%;
    position: absolute;
    bottom: 0;
    right: 15.43%
  }
}
@media screen and (max-width: 767px) {
  .partner__head--img {
    flex-basis: 39.6%;
    margin-right: 2vw
  }
}
@media screen and (max-width: 767px) {
  .partner__head--img img {
    transform: scale(1.06);
    transform-origin: right bottom
  }
}
@media screen and (max-width: 767px) {
  .partner__head--title {
    padding-bottom: 2.66vw;
    flex-basis: 48.26%
  }
}
@media screen and (max-width: 375px) {
  .partner__head--title {
    padding: 4.66vw 0 0
  }
}
.partner__head--title h2 {
  font-size: 1.125rem;
  position: relative
}
@media screen and (min-width: 768px) {
  .partner__head--title h2 {
    text-align: center;
    padding-bottom: 7px
  }
}
@media screen and (max-width: 767px) {
  .partner__head--title h2 {
    font-size: 4.8vw;
    padding-bottom: 1.33vw;
    letter-spacing: 0
  }
}
.partner__head--title h2:after {
  content: "";
  width: 180px;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1
}
@media screen and (min-width: 768px) {
  .partner__head--title h2:after {
    margin: 0 auto;
    left: 0
  }
}
@media screen and (max-width: 767px) {
  .partner__head--title h2:after {
    width: 134%
  }
}
.partner__head--position {
  line-height: 1.45
}
@media screen and (min-width: 768px) {
  .partner__head--position {
    font-size: 0.75rem;
    position: absolute;
    margin-top: 7%;
    top: 0;
    left: 80%
  }
}
@media screen and (max-width: 767px) {
  .partner__head--position {
    margin-top: 4vw;
    font-feature-settings: "palt";
    letter-spacing: 0
  }
}
@media screen and (min-width: 376px)and (max-width: 767px) {
  .partner__head--position {
    font-size: 3.2vw
  }
}
@media screen and (max-width: 375px) {
  .partner__head--position {
    font-size: 12px
  }
}
.partner__head--name {
  font-size: 0.875rem
}
@media screen and (min-width: 768px) {
  .partner__head--name {
    position: absolute;
    margin-top: 13.33%;
    top: 0;
    left: 80%
  }
}
@media screen and (max-width: 767px) {
  .partner__head--name {
    font-size: 4.2666666667vw;
    margin-top: 2vw
  }
}
.partner__txt {
  margin-top: 30px
}
@media screen and (max-width: 767px) {
  .partner__txt {
    padding: 0 7.33vw;
    margin-top: 8vw
  }
}
@media screen and (min-width: 768px) {
  .leggings {
    margin-top: 100px
  }
}
@media screen and (min-width: 768px) {
  .leggings__hero {
    width: 90.26%
  }
}
@media screen and (min-width: 768px) {
  .leggings__inner {
    margin-top: 80px
  }
}
@media screen and (max-width: 767px) {
  .leggings__inner {
    padding: 9.33vw 0 15.33vw
  }
}
.leggings__head h2 {
  font-size: 1.5rem;
  margin-top: 10px
}
@media screen and (max-width: 767px) {
  .leggings__head h2 {
    font-size: 4.8vw;
    line-height: 1.66;
    margin-top: 2vw
  }
}
.leggings__txt {
  font-feature-settings: "palt";
  margin-top: 25px
}
@media screen and (max-width: 767px) {
  .leggings__txt {
    margin-top: 5.33vw
  }
}
.leggings__txt span {
  color: #98bab8
}
.leggings__wrap {
  margin-top: 90px
}
@media screen and (max-width: 767px) {
  .leggings__wrap {
    margin-top: 9.33vw
  }
}
@media screen and (min-width: 768px) {
  .leggings__content {
    padding: 40px 3.63%;
    border: 1px solid #cfdbdb
  }
}
@media screen and (min-width: 768px) {
  .leggings-posture {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between
  }
}
@media screen and (min-width: 768px)and (max-width: 1000px) {
  .leggings-posture {
    align-items: center
  }
}
@media screen and (min-width: 768px) {
  .leggings-posture__desc {
    flex-basis: 60.8%
  }
}
.leggings-posture__list {
  margin-top: 25px
}
@media screen and (max-width: 767px) {
  .leggings-posture__list {
    margin-top: 6.66vw
  }
}
.leggings-posture__list li:last-child {
  margin-top: 20px
}
@media screen and (max-width: 767px) {
  .leggings-posture__list li:last-child {
    margin-top: 5.33vw
  }
}
.leggings-posture__list li h3 {
  font-size: 1rem
}
@media screen and (max-width: 767px) {
  .leggings-posture__list li h3 {
    font-size: 4.2666666667vw
  }
}
.leggings-posture__txt {
  margin-top: 5px
}
@media screen and (min-width: 768px) {
  .leggings-posture__txt {
    font-feature-settings: "palt"
  }
}
@media screen and (max-width: 767px) {
  .leggings-posture__txt {
    margin-top: 1.33vw
  }
}
.leggings-posture__pic {
  display: flex;
  justify-content: space-between
}
@media screen and (min-width: 768px) {
  .leggings-posture__pic {
    flex-basis: 35.3%
  }
}
@media screen and (max-width: 767px) {
  .leggings-posture__pic {
    margin-top: 7.33vw
  }
}
.leggings-posture__pic li {
  flex-basis: 48.4375%
}
.leggings-joint {
  margin-top: 40px
}
@media screen and (min-width: 768px) {
  .leggings-joint {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between
  }
}
@media screen and (min-width: 768px)and (max-width: 1000px) {
  .leggings-joint {
    align-items: center
  }
}
@media screen and (max-width: 767px) {
  .leggings-joint {
    margin-top: 10.66vw
  }
}
@media screen and (min-width: 768px) {
  .leggings-joint__desc {
    flex-basis: 60.8%
  }
}
@media screen and (min-width: 768px) {
  .leggings-joint__txt {
    margin-top: 20px
  }
}
@media screen and (max-width: 767px) {
  .leggings-joint__txt {
    margin-top: 6.66vw;
    font-feature-settings: "palt";
    letter-spacing: 0
  }
}
@media screen and (min-width: 768px) {
  .leggings-joint__pic {
    flex-basis: 35.3%;
    text-align: center
  }
}
@media screen and (max-width: 767px) {
  .leggings-joint__pic {
    width: 59.46vw;
    margin: 6vw auto 0
  }
}
@media screen and (min-width: 768px) {
  .leggings-joint__pic img {
    max-width: 181px
  }
}
.support {
  padding: 90px 0;
  background-color: #f5f3f2
}
@media screen and (min-width: 768px) {
  .support {
    margin-top: 100px
  }
}
@media screen and (max-width: 767px) {
  .support {
    padding: 14.66vw 0 13.33vw
  }
}
.support__head {
  letter-spacing: 2px
}
.support__head--sub {
  font-size: 1.125rem
}
@media screen and (max-width: 767px) {
  .support__head--sub {
    font-size: 4.8vw;
    line-height: 1.66
  }
}
.support__head h2 {
  font-size: 1.5rem;
  margin-top: 10px
}
@media screen and (max-width: 767px) {
  .support__head h2 {
    font-size: 6.4vw;
    margin-top: 3.33vw
  }
}
.support__txt {
  margin-top: 25px
}
@media screen and (max-width: 767px) {
  .support__txt {
    margin-top: 5.33vw
  }
}
.support__content {
  margin-top: 90px
}
@media screen and (max-width: 767px) {
  .support__content {
    margin-top: 8.66vw
  }
}
.support__content h3 {
  color: #fff;
  font-size: 1rem;
  height: 50px;
  line-height: 50px;
  width: 100%;
  background-color: #595757
}
@media screen and (max-width: 767px) {
  .support__content h3 {
    font-size: 4.8vw;
    height: 13.33vw;
    line-height: 13.33vw
  }
}
.support__pic {
  margin-top: 60px
}
@media screen and (max-width: 767px) {
  .support__pic {
    margin-top: 7.33vw
  }
}
@media screen and (max-width: 767px) {
  .support__list {
    margin-top: 5.33vw
  }
}
.support__list li:not(:first-child) {
  margin-top: 8vw
}
.support__list li:nth-child(3) .support-joint:nth-child(2) {
  margin-top: -2vw;
  align-items: center
}
.support__list li:nth-child(4) .support-joint:nth-child(2) {
  margin-top: 1.33vw
}
.support__list li:nth-child(4) .support-joint__txt {
  margin-top: 2vw
}
.support-joint {
  display: flex;
  justify-content: space-between
}
.support-joint__pic {
  flex-basis: 35.9375%
}
.support-joint__desc {
  flex-basis: 57.8125%
}
.support-joint__desc h4 {
  font-size: 4.8vw
}
.support-joint__txt:not(:first-of-type) {
  margin-top: 2.66vw
}
.support-joint__txt span {
  color: #fff;
  width: 4.8vw;
  height: 4.8vw;
  text-align: center;
  line-height: 4.4vw;
  background-color: #98bab8;
  display: inline-block
}
.support__caption {
  font-size: 0.75rem;
  margin-top: 30px
}
@media screen and (min-width: 768px) {
  .support__caption {
    text-align: right
  }
}
@media screen and (max-width: 767px) {
  .support__caption {
    margin-top: 4vw
  }
}
@media screen and (min-width: 376px)and (max-width: 767px) {
  .support__caption {
    font-size: 3.2vw
  }
}
@media screen and (max-width: 375px) {
  .support__caption {
    font-size: 12px
  }
}
@media screen and (min-width: 768px) {
  .feature {
    margin-top: 90px
  }
}
@media screen and (max-width: 767px) {
  .feature {
    padding: 14.66vw 0 16vw
  }
}
.feature h2 {
  font-size: 1.5rem;
  line-height: 1.66
}
@media screen and (max-width: 767px) {
  .feature h2 {
    font-size: 6.4vw
  }
}
.feature__txt {
  margin-top: 45px
}
@media screen and (max-width: 767px) {
  .feature__txt {
    margin-top: 5.33vw
  }
}
.feature__slide {
  max-width: 1366px;
  width: 100%;
  margin: 50px auto 0
}
@media screen and (max-width: 767px) {
  .feature__slide {
    margin-top: 6vw
  }
}
.feature__slide .swiper-pagination {
  margin-top: 20px;
  position: static
}
@media screen and (max-width: 767px) {
  .feature__slide .swiper-pagination {
    display: none
  }
}
.feature__slide .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  margin: 0 10px !important;
  border: 1px solid #98bab8;
  background-color: #fff;
  opacity: 1
}
.feature__slide .swiper-pagination-bullet-active {
  background-color: #98bab8
}
.feature__slide .swiper-button, .feature__slide .swiper-button-next, .feature__slide .swiper-button-prev {
  width: 8vw;
  height: 15.2vw;
  margin-top: -7.6vw;
  cursor: pointer;
  mix-blend-mode: multiply
}
@media screen and (min-width: 768px) {
  .feature__slide .swiper-button, .feature__slide .swiper-button-next, .feature__slide .swiper-button-prev {
    display: none
  }
}
.feature__slide .swiper-button:after, .feature__slide .swiper-button-next:after, .feature__slide .swiper-button-prev:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../img/i_arrow_slide.webp") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0
}
.feature__slide .swiper-button-prev {
  left: 0
}
.feature__slide .swiper-button-prev:after {
  transform: rotateY(180deg)
}
.feature__slide .swiper-button-next {
  right: 0
}
.feature__content {
  margin-top: 60px
}
@media screen and (max-width: 767px) {
  .feature__content {
    margin-top: 10.66vw
  }
}
.feature__content .container {
  max-width: 810px
}
.feature__list {
  margin-top: 40px
}
@media screen and (max-width: 767px) {
  .feature__list {
    margin-top: 8vw
  }
}
.feature__list li:not(:first-child) {
  margin-top: 40px
}
@media screen and (max-width: 767px) {
  .feature__list li:not(:first-child) {
    margin-top: 9.33vw
  }
}
@media screen and (min-width: 768px) {
  .feature-point {
    display: flex;
    justify-content: space-between;
    align-items: center
  }
}
@media screen and (min-width: 768px) {
  .feature-point__head {
    flex-basis: 12.34%
  }
}
@media screen and (max-width: 767px) {
  .feature-point__head {
    display: flex;
    align-items: center
  }
}
.feature-point__head span {
  display: block
}
@media screen and (max-width: 767px) {
  .feature-point__head span {
    flex-basis: 18.66vw;
    margin-right: 2.66vw
  }
}
@media screen and (min-width: 768px) {
  .feature-point__desc {
    flex-basis: 85.8%
  }
}
.feature-point h4 {
  font-size: 1.125rem
}
@media screen and (max-width: 767px) {
  .feature-point h4 {
    font-size: 4.8vw
  }
}
.feature-point__txt {
  margin-top: 3px
}
@media screen and (max-width: 767px) {
  .feature-point__txt {
    margin-top: 4vw
  }
}
@media screen and (max-width: 767px) {
  .feature-point:nth-child(3) .feature-point__txt {
    font-feature-settings: "palt";
    letter-spacing: 0
  }
}
@media screen and (min-width: 768px) {
  .feature__btn {
    max-width: 320px;
    width: 100%;
    margin: 60px auto 0
  }
}
@media screen and (max-width: 767px) {
  .feature__btn {
    margin-top: 7.33vw
  }
}
@media screen and (min-width: 768px) {
  .socks {
    margin-top: 100px
  }
}
@media screen and (min-width: 768px) {
  .socks__hero {
    width: 90.26%;
    margin: 0 0 0 auto
  }
}
.socks__head {
  margin-top: 70px
}
@media screen and (max-width: 767px) {
  .socks__head {
    margin-top: 10vw
  }
}
.socks__head h2 {
  font-size: 1.5rem;
  margin-top: 10px
}
@media screen and (max-width: 767px) {
  .socks__head h2 {
    font-size: 4.8vw;
    margin-top: 2.66vw
  }
}
.socks-top {
  margin-top: 25px
}
@media screen and (min-width: 768px) {
  .socks-top {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse
  }
}
@media screen and (max-width: 767px) {
  .socks-top {
    margin-top: 5.33vw
  }
}
@media screen and (max-width: 767px) {
  .socks-top h3 {
    font-feature-settings: "palt";
    text-align: center
  }
}
.socks-top__list {
  color: #98bab8;
  margin-top: 15px
}
@media screen and (max-width: 767px) {
  .socks-top__list {
    width: 74.66vw;
    margin: 4.66vw auto 0
  }
}
.socks-top__list li {
  font-size: 1rem;
  line-height: 1.9
}
@media screen and (max-width: 767px) {
  .socks-top__list li {
    font-size: 4.2666666667vw
  }
}
.socks-top__txt {
  margin-top: 15px
}
@media screen and (max-width: 767px) {
  .socks-top__txt {
    text-align: center;
    margin-top: 6.66vw
  }
}
@media screen and (min-width: 768px) {
  .socks-top__pic {
    max-width: 300px;
    margin-right: 40px
  }
}
@media screen and (max-width: 767px) {
  .socks-top__pic {
    width: 72.4vw;
    margin: 4vw auto 0
  }
}
.socks__wrap {
  margin-top: 55px
}
@media screen and (max-width: 767px) {
  .socks__wrap {
    margin-top: 10.66vw
  }
}
@media screen and (min-width: 768px) {
  .socks__content {
    padding: 40px 3.36%;
    border: 1px solid #98bab8
  }
}
.socks__content:not(:first-child) {
  margin-top: 40px
}
@media screen and (max-width: 767px) {
  .socks__content:not(:first-child) {
    margin-top: 9.33vw
  }
}
@media screen and (min-width: 768px) {
  .socks__content:nth-child(2) {
    padding: 25px 3.36%
  }
}
@media screen and (min-width: 768px) {
  .socks-arch {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse
  }
}
@media screen and (min-width: 768px)and (max-width: 1000px) {
  .socks-arch {
    align-items: center
  }
}
@media screen and (min-width: 768px) {
  .socks-arch__desc {
    flex-basis: 52.35%
  }
}
.socks-arch__txt {
  margin-top: 25px
}
@media screen and (max-width: 767px) {
  .socks-arch__txt {
    margin-top: 6.66vw;
    font-feature-settings: "palt"
  }
}
.socks-arch__list {
  display: flex;
  justify-content: space-between
}
@media screen and (min-width: 768px) {
  .socks-arch__list {
    flex-basis: 43.72%
  }
}
@media screen and (max-width: 767px) {
  .socks-arch__list {
    margin-top: 4.66vw
  }
}
.socks-arch__list li {
  flex-basis: 48.65%
}
@media screen and (max-width: 767px) {
  .socks-arch__list li {
    flex-basis: 48.4375%
  }
}
.socks-arch__list li:first-child {
  position: relative
}
.socks-arch__list li:first-child:after {
  content: "";
  width: 0;
  height: 0;
  margin: auto 0;
  border-style: solid;
  border-width: 12px 0 12px 21px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #7e8383;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -7.37%
}
@media screen and (max-width: 767px) {
  .socks-arch__list li:first-child:after {
    border-width: 2.8vw 0 2.8vw 4.8vw;
    right: -3.73vw
  }
}
@media screen and (min-width: 768px) {
  .socks-support {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center
  }
}
@media screen and (min-width: 768px) {
  .socks-support__desc {
    flex-basis: 52.35%
  }
}
.socks-support__txt {
  font-feature-settings: "palt";
  letter-spacing: 0;
  margin-top: 25px
}
@media screen and (max-width: 767px) {
  .socks-support__txt {
    margin-top: 6.66vw
  }
}
@media screen and (min-width: 768px) {
  .socks-support__pic {
    flex-basis: 43.23%
  }
}
@media screen and (max-width: 767px) {
  .socks-support__pic {
    margin-top: 4vw
  }
}
.socks-point__wrap {
  margin-top: 30px
}
@media screen and (max-width: 767px) {
  .socks-point__wrap {
    margin-top: 7.33vw
  }
}
@media screen and (min-width: 768px) {
  .socks-point__content {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse
  }
}
.socks-point__content:last-child {
  margin-top: 20px
}
@media screen and (max-width: 767px) {
  .socks-point__content:last-child {
    margin-top: 10.66vw
  }
}
.socks-point__content h4 {
  font-size: 1.125rem
}
@media screen and (max-width: 767px) {
  .socks-point__content h4 {
    font-size: 4.8vw
  }
}
@media screen and (min-width: 768px) {
  .socks-point__desc {
    flex-basis: 54.5%
  }
}
.socks-point__txt {
  margin-top: 5px
}
@media screen and (max-width: 767px) {
  .socks-point__txt {
    font-feature-settings: "palt";
    letter-spacing: 0;
    margin-top: 2.66vw
  }
}
@media screen and (min-width: 768px) {
  .socks-point__pic {
    flex-basis: 41.96%
  }
}
@media screen and (max-width: 767px) {
  .socks-point__pic {
    margin-top: 4vw
  }
}
.socks__btn {
  margin: 60px auto 0
}
@media screen and (min-width: 768px) {
  .socks__btn {
    max-width: 320px;
    width: 100%
  }
}
@media screen and (max-width: 767px) {
  .socks__btn {
    margin-top: 8vw
  }
}
.product {
  padding: 90px 0;
  margin-top: 120px
}
@media screen and (min-width: 768px) {
  .product {
    background-color: #f5f3f2
  }
}
@media screen and (max-width: 767px) {
  .product {
    padding: 10.33vw 0 6.66vw;
    margin-top: 8vw
  }
}
.product__content:last-child {
  margin-top: 80px
}
@media screen and (max-width: 767px) {
  .product__content:last-child {
    margin-top: 13.33vw
  }
}
.product__head h2 {
  font-size: 1.5rem
}
@media screen and (max-width: 767px) {
  .product__head h2 {
    font-size: 6.4vw;
    line-height: 1.6
  }
}
.product__head--ja {
  font-size: 0.9375rem;
  margin-top: 10px
}
@media screen and (max-width: 767px) {
  .product__head--ja {
    font-size: 4vw;
    margin-top: 3.33vw
  }
}
.product-leggings__pic {
  width: 250px;
  margin: 35px auto 0
}
@media screen and (max-width: 767px) {
  .product-leggings__pic {
    width: 46.66vw;
    margin-top: 4vw
  }
}
.product__table {
  margin: 40px auto 0
}
@media screen and (min-width: 768px) {
  .product__table {
    max-width: 680px;
    width: 100%;
    display: flex;
    justify-content: space-between
  }
}
@media screen and (max-width: 767px) {
  .product__table {
    margin-top: 5.33vw
  }
}
.product__table li {
  width: 47%
}
@media screen and (max-width: 767px) {
  .product__table li {
    width: 100%
  }
}
@media screen and (max-width: 767px) {
  .product__table li:last-child {
    margin-top: 5.33vw
  }
}
.product__table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0
}
.product__table caption {
  color: #fff;
  font-size: 1rem;
  width: 100%;
  height: 33px;
  line-height: 33px;
  background-color: #98bab8
}
@media screen and (max-width: 767px) {
  .product__table caption {
    font-size: 4.2666666667vw;
    height: 8.8vw;
    line-height: 8.8vw
  }
}
.product__table tr:not(:last-child) {
  border-bottom: 1px solid #98bab8
}
.product__table th, .product__table td {
  font-size: 0.9375rem;
  height: 33px;
  border-left: 1px solid #98bab8;
  text-align: center
}
@media screen and (max-width: 767px) {
  .product__table th, .product__table td {
    font-size: 4vw;
    height: 8.8vw
  }
}
.product__table th:first-child {
  width: 23.75%;
  border-left: 0
}
@media screen and (max-width: 767px) {
  .product__table th:first-child {
    width: 23.9%
  }
}
.product__table th div {
  width: 65%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between
}
@media screen and (max-width: 767px) {
  .product__table th div {
    width: 58.8%
  }
}
.product__table td {
  width: 38.125%;
  text-align: center
}
@media screen and (max-width: 767px) {
  .product__table td {
    width: 38.05%
  }
}
.product-cart {
  margin-top: 55px
}
@media screen and (max-width: 767px) {
  .product-cart {
    margin-top: 5.33vw
  }
}
.product-cart__txt {
  font-size: 0.8125rem
}
@media screen and (min-width: 768px) {
  .product-cart__txt {
    text-align: center
  }
}
@media screen and (max-width: 767px) {
  .product-cart__txt {
    font-size: 3.2vw;
    font-feature-settings: "palt";
    letter-spacing: 0
  }
}
@media screen and (max-width: 375px) {
  .product-cart__txt {
    font-size: 12px
  }
}
.product-cart__list {
  margin-top: 15px;
  display: flex
}
@media screen and (min-width: 768px) {
  .product-cart__list {
    justify-content: center
  }
}
@media screen and (max-width: 767px) {
  .product-cart__list {
    margin-top: 4vw;
    justify-content: space-between
  }
}
.product-cart__list label {
  width: 70px;
  height: 70px;
  margin: 0 10px !important;
  border: 1px solid #4c4948;
  border-radius: 5px;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .product-cart__list label {
    background-color: #fff
  }
}
@media screen and (max-width: 767px) {
  .product-cart__list label {
    font-size: 3.4666666667vw;
    width: 18vw;
    height: 18vw;
    margin: 0 !important;
    border-radius: 1.33vw
  }
}
.product-cart__list label p {
  font-size: 0.8125rem;
  font-feature-settings: "palt";
  letter-spacing: -1px
}
@media screen and (max-width: 767px) {
  .product-cart__list label p {
    font-size: 3.4666666667vw
  }
}
.product-cart__list label span {
  font-size: 0.9375rem
}
@media screen and (max-width: 767px) {
  .product-cart__list label span {
    font-size: 4vw
  }
}
.product-cart__list input {
  display: none
}


.product-cart__modal {
  margin-top: 20px
}
@media screen and (max-width: 767px) {
  .product-cart__modal {
    margin-top: 4.66vw
  }
}
.product-cart__modal span {
  font-size: 0.8125rem;
  padding: 7px 0;
  border-bottom: 1px solid #000;
  cursor: pointer
}
@media screen and (max-width: 767px) {
  .product-cart__modal span {
    font-size: 3.4666666667vw;
    padding: 2vw 0
  }
}
.product-cart__price {
  font-size: 0.9375rem;
  margin-top: 25px
}
@media screen and (max-width: 767px) {
  .product-cart__price {
    font-size: 4vw;
    font-feature-settings: "palt";
    letter-spacing: 2px;
    margin-top: 4.66vw
  }
}
.product-cart__price span {
  font-size: 2rem
}
@media screen and (max-width: 767px) {
  .product-cart__price span {
    font-size: 8.5333333333vw
  }
}
.product-cart__btn {
  margin: 25px auto 0
}
@media screen and (min-width: 768px) {
  .product-cart__btn {
    width: 320px
  }
}
@media screen and (max-width: 767px) {
  .product-cart__btn {
    margin-top: 6vw
  }
}
.product__txt {
  font-size: 1rem;
  margin-top: 20px;
  font-feature-settings: "palt"
}
@media screen and (max-width: 767px) {
  .product__txt {
    font-size: 3.7333333333vw;
    margin-top: 5.33vw
  }
}
.product__txt .price {
  font-size: 1.375rem
}
@media screen and (max-width: 767px) {
  .product__txt .price {
    font-size: 5.8666666667vw
  }
}
.product__txt .line {
  color: #e14d3a
}
.product__caption {
  font-size: 0.75rem;
  margin-top: 10px
}
@media screen and (max-width: 767px) {
  .product__caption {
    margin-top: 2.66vw
  }
}
@media screen and (min-width: 376px)and (max-width: 767px) {
  .product__caption {
    font-size: 3.2vw
  }
}
@media screen and (max-width: 375px) {
  .product__caption {
    font-size: 12px
  }
}
.product-socks__pic {
  width: 120px;
  margin: 40px auto 0
}
@media screen and (max-width: 767px) {
  .product-socks__pic {
    width: 22vw;
    margin-top: 3.33vw
  }
}
@media screen and (min-width: 768px) {
  .product-socks .product-cart__list {
    width: 320px;
    margin: 15px auto 0;
    justify-content: space-between
  }
}
@media screen and (min-width: 768px) {
  .product-socks .product-cart__list li {
    flex-basis: 46.875%
  }
}
.product-socks .product-cart__list label {
  width: 100%;
  margin: 0 !important
}
@media screen and (max-width: 767px) {
  .product-socks .product-cart__list label {
    width: 40vw
  }
}
.product-socks .product-cart__list label p {
  letter-spacing: 1px
}
@media screen and (min-width: 768px) {
  .product-socks .product-cart__modal {
    margin-top: 20px
  }
}
.product-modal__img img {
  width: 250px
}
@media screen and (max-width: 767px) {
  .product-modal__img img {
    width: 48vw
  }
}
.product-modal .refa_spec_table {
  margin-bottom: 5% !important
}
@media screen and (max-width: 767px) {
  .product-modal .refa_spec_table {
    margin-bottom: 9% !important
  }
}
.product-modal .refa_spec_table td p {
  font-feature-settings: "palt"
}
.product-modal .refa_spec_table td p + p {
  margin-top: 10px
}
@media screen and (max-width: 767px) {
  .product-modal .refa_spec_table td p + p {
    margin-top: 1.33vw
  }
}
.product-modal:last-child .product-modal__img img {
  width: 120px
}
@media screen and (max-width: 767px) {
  .product-modal:last-child .product-modal__img img {
    width: 32vw
  }
}
.movie {
  max-width: 810px;
  margin: 100px auto 0
}
@media screen and (min-width: 768px) {
  .movie {
    width: 94%
  }
}
@media screen and (max-width: 767px) {
  .movie {
    padding: 0 7.33vw;
    margin-top: 16vw
  }
}
.movie_inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%
}
.movie_inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important
} /*# sourceMappingURL=style.css.map */