@charset "utf-8";

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&family=Zen+Kaku+Gothic+New:wght@500;700&display=swap");

:root {
  --font--1: "Zen Kaku Gothic New", sans-serif;
  --font--2: "Montserrat", sans-serif;
  --medium: 500;
  --semibold: 600;
  --bold: 700;
}

.embroidery_ct {
  font-family: var(--font--1);
  font-weight: var(--medium);
  margin: 0 calc(50% - 50vw);
  margin-top: 20px;
  overflow: hidden;
  width: 100vw;
}

.embroidery_ct img {
  height: auto;
  width: 100%;
}

.embroidery_ct * {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.embroidery-hero_ct {
  margin-left: auto;
  padding-bottom: 40px;
  padding-top: 15px;
  position: relative;
  width: 97.333333333%;
}

.embroidery-hero_ct::before {
  background-image: url("../images/tag_t.svg");
  background-size: 100%;
  background-repeat: repeat;
  content: "";
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 0.821917808%;
}

.embroidery-hero_ct::after {
  background-image: url("../images/tag_y.svg");
  background-size: contain;
  background-repeat: repeat;
  content: "";
  height: 0.594059405%;
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 93.150684931%;
}

.embroidery-header_ct {
  position: relative;
}

.embroidery-header_ct::before,
.embroidery-header_ct::after {
  aspect-ratio: 24 / 12;
  background-image: url("../images/tag.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 0;
  width: 3.287671232%;
}

.embroidery-header_ct::before {
  left: 22px;
}

.embroidery-header_ct::after {
  right: 22px;
}

.embroidery-header__title_ct {
  margin-inline: auto;
  width: 65.753424657%;
}

.embroidery-hero__body_ct {
  position: relative;
}

.embroidery-hero__body_ct::before {
  aspect-ratio: 20 / 365;
  background-image: url("../images/subtitle.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  right: 4.10958904%;
  top: 10px;
  width: 2.739726027%;
}

.embroidery-hero__main_ct {
  aspect-ratio: 290 / 209;
  margin-inline: auto;
  margin-top: 22px;
  position: relative;
  width: 79.452054794%;
}

.embroidery-hero__main__image_ct {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  transition: opacity 1s ease;
  z-index: 0;
}

.embroidery-hero__main__image_ct.active {
  opacity: 1;
  z-index: 1;
}

.embroidery-hero__sub_ct {
  display: flex;
  justify-content: center;
  gap: 4%;
  margin-top: 15px;
}

.embroidery-hero__sub_ct .embroidery-hero__sub__image_ct {
  width: 15.06849315%;
}

.embroidery-hero__sub__image_ct {
  display: none;
}

.embroidery-hero__sub__image_ct.visible {
  display: inline-block;
}

.embroidery-hero__caption_ct {
  font-size: 13px;
  line-height: 1.923;
  margin-top: 20px;
  text-align: center;
}

.embroidery-kinds_ct {
  padding-bottom: 15px;
  padding-top: 45px;
  position: relative;
  width: 97.333333333%;
}

.embroidery-kinds_ct::before {
  background-image: url("../images/tag_t.svg");
  background-size: 100%;
  background-repeat: repeat;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 14px;
  width: 0.821917808%;
}

.embroidery-kinds__title_ct {
  color: #ff0000;
  font-size: 15px;
  text-align: center;
}

.embroidery-kinds__items_ct {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-inline: auto;
  margin-top: 15px;
  width: 79.452054794%;
}

.embroidery-kinds__item_ct {
  width: 100%;
}

.embroidery-kinds_ct .embroidery-kinds__link_ct {
  background-color: #eee;
  border-radius: 5px;
  display: block;
  padding-left: 10px;
  padding-right: 20px;
  position: relative;
  text-decoration: none;
}

.embroidery-kinds__link_ct::after {
  aspect-ratio: 12 / 18;
  background-color: #ff0000;
  content: "";
  -webkit-mask-image: url('data:image/svg+xml;utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11.414 17.482"><path d="M0,11.775l1.414-1.414,3.293,3.293V0h2V13.654L10,10.361l1.414,1.414L5.707,17.482Z" fill="red"/></svg>');
  mask-image: url('data:image/svg+xml;utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11.414 17.482"><path d="M0,11.775l1.414-1.414,3.293,3.293V0h2V13.654L10,10.361l1.414,1.414L5.707,17.482Z" fill="red"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  width: 2.068965517%;
}

.embroidery-kinds__item_ct:nth-child(even) .embroidery-kinds__link_ct::after {
  background-color: #0000ff;
}

.embroidery-kinds__body_ct {
  display: flex;
  align-items: center;
  gap: 10px;
}

.embroidery-kinds_ct .embroidery-kinds__image_ct {
  width: 45px;
}

.embroidery-kinds__caption_ct {
  font-size: 13px;
}

.embroidery-content__item__caption_ct .embroidery-content__item__cost_ct {
  margin-top: 0;
}

.embroidery-kinds__item_ct .shoshinsha_ct::after {
  right: -22px;
  top: -5px;
  transform: rotate(15deg);
}

.embroidery-content_ct {
  margin-top: 60px;
}

.embroidery-content__caption_ct {
  font-size: 13px;
  line-height: 1.5384;
  margin-top: 20px;
  text-align: center;
}

.embroidery-content__subtitle_ct {
  margin-inline: auto;
  margin-top: 35px;
  position: relative;
  width: 41.333333333%;
}

.embroidery-content__subtitle_ct .shoshinsha_ct::after {
  left: -35px;
  top: 5px;
  transform: rotate(-16deg);
  width: 10.967741935%;
}

.embroidery-content__items_ct {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 25px 0;
  margin-inline: auto;
  margin-top: 25px;
  width: 83.066666666%;
}

.embroidery-content__item_ct {
  width: 45.425361155%;
}

.embroidery-content__item__link_ct {
  display: block;
  text-decoration: none !important;
}

.embroidery-content__item__image_ct {
  position: relative;
}

.embroidery-content__item__image_ct::after {
  background-color: rgba(204, 204, 204, 0.5);
  content: "";
  height: 100%;
  position: absolute;
  right: -4px;
  bottom: -4px;
  width: 100%;
  z-index: -1;
}

.embroidery-content__item__caption_ct {
  font-size: 12px;
  margin-top: 16px;
}

.embroidery-content__item__name_ct {
  line-height: 1.3913;
}

.embroidery-content__more_ct {
  margin-inline: auto;
  margin-top: 32px;
  max-width: 280px;
  width: 37.333333333%;
}

.embroidery-content__more__link_ct {
  background-color: #ff0000;
  border-radius: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 13px;
  height: 40px;
  padding-left: 30px;
  position: relative;
  text-decoration: none !important;
}

.embroidery-content__more__link_ct:hover {
  color: #fff;
}

.embroidery-content__more__link_ct::before {
  aspect-ratio: 32/ 16;
  background-color: #fff;
  content: "";
  -webkit-mask-image: url('data:image/svg+xml;utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 31.391 15.665"><path d="M22.145,14.25l5.417-5.417H0v-2H27.563L22.145,1.414,23.559,0l7.832,7.832-7.832,7.833Z" fill="%230fff"/></svg>');
  mask-image: url('data:image/svg+xml;utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 31.391 15.665"><path d="M22.145,14.25l5.417-5.417H0v-2H27.563L22.145,1.414,23.559,0l7.832,7.832-7.832,7.833Z" fill="%230fff"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 11.428571428%;
}

.embroidery-content__more__link_ct::after {
  background-color: rgba(204, 204, 204, 0.5);
  border-radius: 20px;
  content: "";
  height: 100%;
  position: absolute;
  right: -2px;
  bottom: -3px;
  width: 100%;
  z-index: -1;
}

.embroidery-banner_ct {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin-inline: auto;
  margin-top: 70px;
  width: 72.8%;
}

.embroidery-banner__link_ct {
  display: block;
  text-decoration: none !important;
}

.embroidery-banner__caption_ct {
  color: #666;
  font-size: 12px;
  line-height: 1.2916;
  margin-top: 10px;
  text-align: center;
}

.embroidery-couturier_ct {
  margin-inline: auto;
  margin-top: 55px;
  max-width: 466px;
  width: 45.866666666%;
}

.shoshinsha_ct {
  position: relative;
}

.shoshinsha_ct::after {
  aspect-ratio: 70/ 98;
  background-image: url("../images/shoshin_mark.png");
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 9px;
}

@media (min-width: 768px) {
  .embroidery_ct {
    margin-inline: auto;
    max-width: 1090px;
    position: relative;
  }

  .embroidery_ct::before,
  .embroidery_ct::after {
    background-image: url("../images/tag_t.svg");
    background-size: 100%;
    background-repeat: repeat;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 4px;
  }

  .embroidery_ct::before {
    left: 0;
  }

  .embroidery_ct::after {
    right: 0;
  }

  .embroidery-hero_ct {
    padding-bottom: 60px;
    width: 100%;
  }

  .embroidery-hero_ct::before {
    display: none;
  }

  .embroidery-hero_ct::after {
    display: none;
  }

  .embroidery-header_ct::before,
  .embroidery-header_ct::after {
    width: 18px;
  }

  .embroidery-header__title_ct {
    max-width: 384px;
    width: 35.229357798%;
  }

  .embroidery-hero__body_ct::before {
    right: auto;
    left: 10.091743119%;
    top: 45px;
    top: 4.128440366%;
    width: 2.201834862%;
  }

  .embroidery-hero__main_ct {
    margin-top: 30px;
    max-width: 700px;
    width: 64.220183486%;
  }

  .embroidery-hero__caption_ct {
    font-size: 19px;
    line-height: 1.6842;
    margin-top: 40px;
  }

  .embroidery-hero__sub_ct {
    flex-direction: column;
    gap: 20px;
    margin-top: 0;
    max-width: 70px;
    position: absolute;
    right: 70px;
    top: 50%;
    transform: translateY(-50%);
    width: 6.422018348%;
  }

  .embroidery-hero__sub_ct .embroidery-hero__sub__image_ct {
    width: 100%;
  }

  .embroidery-kinds_ct {
    margin-inline: auto;
    max-width: 908px;
    padding-bottom: 0;
    padding-top: 75px;
    width: 83.302752293%;
  }

  .embroidery-kinds_ct::before {
    background-image: url("../images/tag_y.svg");
    background-size: contain;
    background-repeat: repeat-x;
    height: 4px;
    top: 0;
    width: 100%;
  }

  .embroidery-kinds__title_ct {
    font-size: 24px;
  }

  .embroidery-kinds__items_ct {
    justify-content: space-between;
    gap: 10px 0;
    margin-top: 30px;
    max-width: 811px;
    width: 89.317180616%;
  }

  .embroidery-kinds__item_ct {
    width: 49.445129469%;
  }

  .embroidery-kinds_ct .embroidery-kinds__link_ct {
    border-radius: 7px;
  }

  .embroidery-kinds__link_ct::after {
    right: 30px;
    width: 8px;
  }

  .embroidery-kinds__body_ct {
    gap: 20px;
  }

  .embroidery-kinds_ct .embroidery-kinds__image_ct {
    width: 60px;
  }

  .embroidery-kinds__caption_ct {
    font-size: 18px;
  }

  .embroidery-kinds__item_ct .shoshinsha_ct::after {
    right: -30px;
    width: 16px;
  }

  .embroidery-content_ct {
    margin-inline: auto;
    margin-top: 110px;
    max-width: 960px;
    width: 88.073394495%;
  }

  .embroidery-content__caption_ct {
    font-size: 18px;
    line-height: 1.7777;
    margin-top: 30px;
  }

  .embroidery-content__subtitle_ct {
    margin-top: 60px;
    width: 20.520833333%;
  }

  .embroidery-content__subtitle_ct .shoshinsha_ct::after {
    left: -48px;
    top: -5px;
    width: 28px;
  }

  .embroidery-content__items_ct {
    margin-top: 35px;
    width: 98.541666666%;
  }

  .embroidery-content__item_ct {
    width: 21.141649048%;
  }

  .embroidery-content__item__caption_ct {
    font-size: 16px;
    margin-top: 20px;
  }

  .embroidery-content__item__name_ct {
    line-height: 1.3125;
  }

  .embroidery-content__more_ct {
    margin-top: 26px;
    max-width: 195px;
    width: 100%;
  }

  .embroidery-content__more__link_ct {
    border-radius: 28px;
    font-size: 19px;
    height: 55px;
    padding-left: 40px;
  }

  .embroidery-content__more__link_ct::before {
    right: 26px;
    width: 22px;
  }

  .embroidery-content__more__link_ct::after {
    border-radius: 28px;
  }

  .embroidery-banner_ct {
    justify-content: space-between;
    gap: 25px 0;
    margin-top: 130px;
    width: 72.47706422%;
  }

  .embroidery-banner__item_ct {
    width: 44.93670886%;
  }

  .embroidery-banner__caption_ct {
    font-size: 16px;
    margin-top: 15px;
  }

  .embroidery-couturier_ct {
    margin-top: 95px;
    max-width: 345px;
    width: 100%;
  }

  .shoshinsha_ct::after {
    width: 28px;
  }
}

@media not all and (min-width: 768px) {
  .kirakira_ct {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}