#girdleselect svg {
  width: 100%;
  height: 100%;
}

#girdleselect a,
#girdleselect a img{
  transition: all 0.3s ease;
}

#girdleselect a:hover{opacity: 1;}
#girdleselect a:hover img{
  opacity: .6;
}

.girdleselect-section__btn, .girdleselect-intro__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.girdleselect-section__btn::before, .girdleselect-intro__btn::before, .girdleselect-section__btn::after, .girdleselect-intro__btn::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  border-style: solid;
  border-width: 2px;
  border-radius: 10px;
  z-index: 0;
}
.girdleselect-section__btn::before, .girdleselect-intro__btn::before {
  top: 10px;
  left: 10px;
  background-color: #FAF4EA;
}
.girdleselect-section__btn::after, .girdleselect-intro__btn::after {
  top: 0;
  left: 0;
  background-color: #FFF;
}

.girdleselect__btn__text {
  position: relative;
  z-index: 1;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.girdleselect__btn__icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  z-index: 1;
  width: 40px;
  height: 40px;
}
.girdleselect__btn__icon > svg {
  fill: currentColor;
}

.girdleselect-kv {
  text-align: center;
  width: 100%;
  min-width: 1200px;
}
.girdleselect-kv > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.girdleselect-intro {
  padding-top: 50px;
  padding-bottom: 100px;
  background-color: #FFF;
}

.girdleselect-intro-head {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
}

.girdleselect-intro__heading {
  margin-top: -50px;
  position: relative;
  z-index: 1;
  width: 310px;
}
.girdleselect-intro__heading-en{
  width: 1020px;
}


.girdleselect-intro__lists {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
* + .girdleselect-intro__lists {
  margin-top: 20px;
}

.girdleselect-intro__list {
  flex-basis: 320px;
  flex-shrink: 0;
}

.girdleselect-intro__btn {
  width: 100%;
  height: 80px;
  color: #DE5A68;
}
.girdleselect-intro__btn::before {
  border-color: #DE5A68;
}
.girdleselect-intro__btn::after {
  border-color: #DE5A68;
}

.girdleselect-intro__btn__text {
  position: relative;
  z-index: 1;
  font-size: 20px;
  font-weight: 700;
  color: #DE5A68;
  letter-spacing: 0.05em;
}

.girdleselect-intro__btn__icon {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 40px;
  height: 40px;
  rotate: 90deg;
  color: #DE5A68;
}
.girdleselect-intro__btn__icon > svg {
  fill: currentColor;
}

.girdleselect-intro__group {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 40px;
  -moz-column-gap: 40px;
       column-gap: 40px;
  background-color: #FAF4EA;
  border-radius: 10px;
}
* + .girdleselect-intro__group {
  margin-top: 70px;
}

.girdleselect-intro__box {
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #FFF;
  position: relative;
}
.girdleselect-intro__box::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: solid 1px #000;
}

.girdleselect-intro__box__heading {
  display: inline-flex;
  justify-content: center;
  height: 40px;
}
.girdleselect-intro__box__heading > .text {
  width: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  color: #FFF;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  background-color: #DE5A68;
}
.girdleselect-intro__box__heading::before, .girdleselect-intro__box__heading::after {
  content: "";
  width: 10px;
  height: 100%;
  background-color: #DE5A68;
}
.girdleselect-intro__box__heading::before {
  clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 100% 50%, 0% 0%);
}
.girdleselect-intro__box__heading::after {
  clip-path: polygon(100% 0, 0 50%, 100% 100%, 0% 100%, 0 50%, 0% 0%);
}

.girdleselect-intro__box__dl {
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  row-gap: 10px;
}
* + .girdleselect-intro__box__dl {
  margin-top: 26px;
}

.girdleselect-intro__box__dt {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
* + .girdleselect-intro__box__dt {
  margin-top: 30px;
}
.girdleselect-intro__box__dt::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #DE5A68;
}

.girdleselect-intro__box__dd {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.girdleselect-section {
  padding-top: 40px;
  padding-bottom: 100px;
}

.girdleselect-section-inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.girdleselect-section-intro {
  display: flex;
  flex-direction: column-reverse;
  row-gap: 20px;
  align-items: center;
  justify-content: center;
}

.girdleselect-section__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.girdleselect-section__heading::after {
  content: "";
  aspect-ratio: 95/4;
  width: 106%;
  background-image: url(../../../../img/usr/freepage/girdle_select/bg_balloon.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.girdleselect-section__icon{
  width: 130px;
}



.girdleselect-section-head {
  display: flex;
  flex-direction: column;
  align-items: center;
}
* + .girdleselect-section-head {
  margin-top: 30px;
}

.girdleselect-section__catch {
  display: flex;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.girdleselect-section__catch::before, .girdleselect-section__catch::after {
  content: "";
  width: 1em;
  height: 1em;
}
.girdleselect-section__catch::before {
  border-left: solid 1px #000;
  rotate: -30deg;
}
.girdleselect-section__catch::after {
  border-right: solid 1px #000;
  rotate: 30deg;
}

.girdleselect-products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 4px;
  -moz-column-gap: 4px;
       column-gap: 4px;
}
* + .girdleselect-products {
  margin-top: 20px;
}

.girdleselect-product {
  padding: 30px 30px 34px;
  background-color: #FFF;
  display: flex;
  flex-direction: column-reverse;
  row-gap: 19px;
}

.girdleselect-product-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.girdleselect-product-head {
  display: flex;
  flex-direction: column-reverse;
  row-gap: 8px;
}

.girdleselect-product__name {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.girdleselect-product__category {
  font-size: 14px;
  color: #666;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.girdleselect-product-bottom {
  margin-top: auto;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.girdleselect-product__colors {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.girdleselect-product__colors > li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: solid 1px #DDD;
}

.girdleselect-product__color {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.girdleselect-product__price {
  font-size: 16px;
}
.girdleselect-product__price > .note {
  font-size: 11px;
}

.girdleselect-product__image {
  flex-shrink: 0;
  width: 237px;
  height: 237px;
}
.girdleselect-product__image > img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.girdleselect-section-foot {
  text-align: center;
}
* + .girdleselect-section-foot {
  margin-top: 50px;
}

.girdleselect-product__link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding-left: 22px;
  padding-right: 22px;
  border-style: solid;
  border-width: 2px;
  border-radius: 5px;
  position: relative;
}

.girdleselect-product__link__text {
  font-size: 14px;
  font-weight: 700;
}

.girdleselect-product__link__icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 15px;
  height: 15px;
}

.girdleselect-section__btn {
  width: 460px;
  height: 90px;
  padding-right: 20px;
  box-sizing: border-box;
}

.is-hipup .girdleselect-section__heading,
.is-hipup .girdleselect-product__link__text,
.is-hipup .girdleselect__btn__text {
  color: #DE5A68;
}
.is-hipup .girdleselect-product__link,
.is-hipup .girdleselect-section__btn::after,
.is-hipup .girdleselect-section__btn::before {
  border-color: #DE5A68;
}
.is-hipup .girdleselect-product__link__icon > svg,
.is-hipup .girdleselect__btn__icon > svg {
  fill: #DE5A68;
}

.is-waistflat .girdleselect-section__heading,
.is-waistflat .girdleselect-product__link__text,
.is-waistflat .girdleselect__btn__text {
  color: #4194D8;
}
.is-waistflat .girdleselect-product__link,
.is-waistflat .girdleselect-section__btn::after,
.is-waistflat .girdleselect-section__btn::before {
  border-color: #4194D8;
}
.is-waistflat .girdleselect-product__link__icon > svg,
.is-waistflat .girdleselect__btn__icon > svg {
  fill: #4194D8;
}

.is-legslim .girdleselect-section__heading,
.is-legslim .girdleselect-product__link__text,
.is-legslim .girdleselect__btn__text {
  color: #53B262;
}
.is-legslim .girdleselect-product__link,
.is-legslim .girdleselect-section__btn::after,
.is-legslim .girdleselect-section__btn::before {
  border-color: #53B262;
}
.is-legslim .girdleselect-product__link__icon > svg,
.is-legslim .girdleselect__btn__icon > svg {
  fill: #53B262;
}

.is-waistsupport .girdleselect-section__heading,
.is-waistsupport .girdleselect-product__link__text,
.is-waistsupport .girdleselect__btn__text {
  color: #AC6EBA;
}
.is-waistsupport .girdleselect-product__link,
.is-waistsupport .girdleselect-section__btn::after,
.is-waistsupport .girdleselect-section__btn::before {
  border-color: #AC6EBA;
}
.is-waistsupport .girdleselect-product__link__icon > svg,
.is-waistsupport .girdleselect__btn__icon > svg {
  fill: #AC6EBA;
}

.is-musclesupport .girdleselect-section__heading,
.is-musclesupport .girdleselect-product__link__text,
.is-musclesupport .girdleselect__btn__text {
  color: #CC7B4D;
}
.is-musclesupport .girdleselect-product__link,
.is-musclesupport .girdleselect-section__btn::after,
.is-musclesupport .girdleselect-section__btn::before {
  border-color: #CC7B4D;
}
.is-musclesupport .girdleselect-product__link__icon > svg,
.is-musclesupport .girdleselect__btn__icon > svg {
  fill: #CC7B4D;
}
@media (max-width: 700px) {
  .girdleselect-section__btn, .girdleselect-intro__btn {
    justify-content: space-between;
  }
  .girdleselect-section__btn::before, .girdleselect-intro__btn::before {
    top: 6px;
    left: 6px;
  }
  .girdleselect__btn__text {
    font-size: 16px;
  }
  .girdleselect__btn__icon {
    position: static;
    width: 30px;
    height: 30px;
    margin: inherit;
  }
  .girdleselect-kv {
    min-width: 100%;
  }
  .girdleselect-intro {
    padding: 24px 15px 40px;
  }
  .girdleselect-intro__heading {
    margin-top: -18px;
    width: 210px;
  }

  .girdleselect-intro__heading-en{
    width: 100%;
  }
  
  .girdleselect-intro__heading > img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .girdleselect-intro__heading-en > img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .girdleselect-intro__lists {
    gap: 15px;
    justify-content: space-around;
  }
  .girdleselect-intro__list {
    flex-basis: calc(50% - 15px);
  }
  .girdleselect-intro__btn {
    height: 50px;
    padding-left: 18px;
    padding-right: 10px;
  }
  .girdleselect-intro__btn__text {
    font-size: 14px;
  }
  .girdleselect-intro__btn__icon {
    position: static;
    width: 20px;
    height: 20px;
    margin: inherit;
  }
  .girdleselect-intro__group {
    padding: 10px;
    grid-template-columns: 1fr;
    row-gap: 10px;
  }
  * + .girdleselect-intro__group {
    margin-top: 40px;
  }
  .girdleselect-intro__box {
    padding: 30px;
  }
  .girdleselect-intro__box::before {
    width: calc(100% - 14px);
    height: calc(100% - 14px);
  }
  .girdleselect-intro__box__heading {
    height: 34px;
  }
  .girdleselect-intro__box__heading > .text {
    width: 120px;
    font-size: 20px;
  }
  .girdleselect-intro__box__dt {
    font-size: 16px;
  }
  * + .girdleselect-intro__box__dt {
    margin-top: 15px;
  }
  .girdleselect-intro__box__dd {
    font-size: 14px;
  }
  .girdleselect-section {
    padding-top: 20px;
    padding-bottom: 60px;
  }
  .girdleselect-section-intro {
    row-gap: 10px;
  }
  .girdleselect-section__heading {
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
  }
  .girdleselect-section__heading::after {
    aspect-ratio: 10/1;
    background-image: url(../../../../img/usr/freepage/girdle_select/bg_balloon_sp.svg);
  }
  .girdleselect-section__icon {
    width: 100px;
  }
  .girdleselect-section__icon > img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .girdleselect-section__catch {
    font-size: 18px;
    align-items: baseline;
  }
  .girdleselect-section__catch::before, .girdleselect-section__catch::after {
    width: 1.4em;
    height: 1.4em;
  }
  .girdleselect-products {
    padding-left: 69px;
    padding-right: 15px;
    grid-template-columns: 1fr;
    row-gap: 10px;
    position: relative;
  }
  .girdleselect-products::before, .girdleselect-products::after {
    position: absolute;
    display: block;
    content: "";
    width: 64px;
    height: 64px;
    left: 3px;
    border-radius: 50%;
    border: solid 1px #FFF;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 1;
  }
  .girdleselect-products::before {
    top: 0;
    background-image: url(../../../../img/usr/freepage/girdle_select/text_range_before.png);
  }
  .girdleselect-products::after {
    bottom: 0;
    background-image: url(../../../../img/usr/freepage/girdle_select/text_range_after.png);
  }
  .girdleselect-product {
    padding: 20px 25px;
    position: relative;
  }
  .girdleselect-product::before {
    position: absolute;
    display: flex;
    justify-content: center;
    content: "";
    left: -47px;
    top: -50%;
    width: 25px;
    height: 110%;
    border-top: solid 1px #FFF;
  }
  .girdleselect-product:nth-child(1)::before {
    top: 30px;
    height: 60%;
  }
  .girdleselect-product:nth-child(4)::after {
    position: absolute;
    display: flex;
    justify-content: center;
    content: "";
    left: -47px;
    bottom: 30px;
    width: 25px;
    height: 50%;
    border-top: solid 1px #FFF;
  }
  .girdleselect-product:nth-child(3)::before {
    background-image: url(../../../../img/usr/freepage/girdle_select/text_range.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .girdleselect-product__category {
    font-size: 12px;
  }
  .girdleselect-product__image {
    width: 100%;
  }
  .girdleselect-product__image > img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .girdleselect-section-foot {
    padding-left: 15px;
    padding-right: 15px;
  }
  * + .girdleselect-section-foot {
    margin-top: 44px;
  }
  .girdleselect-section__btn {
    width: 100%;
    height: 78px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .is-hipup .girdleselect-products::before {
    background-color: #F8ADB6;
  }
  .is-hipup .girdleselect-products::after {
    background-color: #AB2230;
  }
  .is-hipup .girdleselect-product:nth-child(1)::before {
    background-color: #F8ADB6;
  }
  .is-hipup .girdleselect-product:nth-child(2)::before {
    background-color: #EF8792;
  }
  .is-hipup .girdleselect-product:nth-child(3)::before {
    background-color: #DB5A67;
  }
  .is-hipup .girdleselect-product:nth-child(4)::before {
    background-color: #C7404E;
  }
  .is-hipup .girdleselect-product:nth-child(4)::after {
    background-color: #AB2230;
  }
  .is-waistflat .girdleselect-products::before {
    background-color: #9AC4E6;
  }
  .is-waistflat .girdleselect-products::after {
    background-color: #226093;
  }
  .is-waistflat .girdleselect-product:nth-child(1)::before {
    background-color: #9AC4E6;
  }
  .is-waistflat .girdleselect-product:nth-child(2)::before {
    background-color: #7EAED6;
  }
  .is-waistflat .girdleselect-product:nth-child(3)::before {
    background-color: #4194D8;
  }
  .is-waistflat .girdleselect-product:nth-child(4)::before {
    background-color: #427BAA;
  }
  .is-waistflat .girdleselect-product:nth-child(4)::after {
    background-color: #226093;
  }
  .is-legslim .girdleselect-products::before {
    background-color: #86D191;
  }
  .is-legslim .girdleselect-products::after {
    background-color: #1C832B;
  }
  .is-legslim .girdleselect-product:nth-child(1)::before {
    background-color: #86D191;
  }
  .is-legslim .girdleselect-product:nth-child(2)::before {
    background-color: #70C77D;
  }
  .is-legslim .girdleselect-product:nth-child(3)::before {
    background-color: #53B262;
  }
  .is-legslim .girdleselect-product:nth-child(4)::before {
    background-color: #38A049;
  }
  .is-legslim .girdleselect-product:nth-child(4)::after {
    background-color: #1C832B;
  }
  .is-waistsupport .girdleselect-products::before {
    background-color: #D9A9E5;
  }
  .is-waistsupport .girdleselect-products::after {
    background-color: #782A89;
  }
  .is-waistsupport .girdleselect-product:nth-child(1)::before {
    background-color: #D9A9E5;
  }
  .is-waistsupport .girdleselect-product:nth-child(2)::before {
    background-color: #C68FD3;
  }
  .is-waistsupport .girdleselect-product:nth-child(3)::before {
    background-color: #AC6EBA;
  }
  .is-waistsupport .girdleselect-product:nth-child(4)::before {
    background-color: #964CA7;
  }
  .is-waistsupport .girdleselect-product:nth-child(4)::after {
    background-color: #782A89;
  }
  .is-musclesupport .girdleselect-products::before {
    background-color: #EBBCA0;
  }
  .is-musclesupport .girdleselect-products::after {
    background-color: #A05022;
  }
  .is-musclesupport .girdleselect-product:nth-child(1)::before {
    background-color: #EBBCA0;
  }
  .is-musclesupport .girdleselect-product:nth-child(2)::before {
    background-color: #E3A582;
  }
  .is-musclesupport .girdleselect-product:nth-child(3)::before {
    background-color: #D07F53;
  }
  .is-musclesupport .girdleselect-product:nth-child(4)::before {
    background-color: #B76130;
  }
  .is-musclesupport .girdleselect-product:nth-child(4)::after {
    background-color: #A05022;
  }
}
@media (hover: hover) and (pointer: fine) {
  .girdleselect-section__btn::after, .girdleselect-intro__btn::after {
    transition: all 0.3s ease;
  }
  .girdleselect-section__btn:hover .girdleselect__btn__text {
    color: #FFF;
  }
  .girdleselect-section__btn:hover .girdleselect__btn__icon > svg {
    fill: #FFF;
  }
  .girdleselect-intro__btn:hover {
    color: #FFF;
  }
  .girdleselect-intro__btn:hover::after {
    background-color: #DE5A68;
  }
  .girdleselect-intro__btn:hover .girdleselect-intro__btn__text {
    color: #FFF;
  }
  .girdleselect-intro__btn:hover .girdleselect-intro__btn__icon {
    color: #FFF;
  }
  .girdleselect-product__link:hover .girdleselect-product__link__text {
    color: #FFF;
  }
  .girdleselect-product__link:hover .girdleselect-product__link__icon > svg {
    fill: #FFF;
  }
  .is-hipup .girdleselect-product__link:hover,
.is-hipup .girdleselect-section__btn:hover::after {
    background-color: #DE5A68;
  }
  .is-waistflat .girdleselect-product__link:hover,
.is-waistflat .girdleselect-section__btn:hover::after {
    background-color: #4194D8;
  }
  .is-legslim .girdleselect-product__link:hover,
.is-legslim .girdleselect-section__btn:hover::after {
    background-color: #53B262;
  }
  .is-waistsupport .girdleselect-product__link:hover,
.is-waistsupport .girdleselect-section__btn:hover::after {
    background-color: #AC6EBA;
  }
  .is-musclesupport .girdleselect-product__link:hover,
.is-musclesupport .girdleselect-section__btn:hover::after {
    background-color: #CC7B4D;
  }
}