@charset "UTF-8";
/*----------------------------------------
 モバイルファースト
----------------------------------------*/
.contentsWrapper {
  padding-bottom: 3.5714285714em;
}

.pageMainTitle picture > * {
  width: 100%;
}

/* 4つの加工法 */
.processList {
  margin-top: 0.5em;
}

.processList > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.processList > li + li {
  margin-top: 2em;
}

.processItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1882352941);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1882352941);
  padding: 10px;
  height: 100%;
}

.processBody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 0.875em;
}

.processTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid #b0b0b0;
  padding-bottom: 0.6em;
}

.processTitle > h3 {
  font-size: 1.5rem;
  font-family: "Zen Kaku Gothic Antique", serif;
  font-weight: 700;
  margin-bottom: -0.25rem;
  color: #1464c2;
}

.processTitle > span {
  font-size: 0.875rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic Antique", serif;
  color: #a1c1e7;
  letter-spacing: 0.06em;
}

.processText {
  margin: 0.8125em 0;
}

.processText strong {
  color: #268AFF;
}

.printNote {
  font-size: 0.75rem;
  font-weight: 700;
  color: #f54d47;
  line-height: 1.3333333333;
  margin-top: 1em;
}

.printButton {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.processImg {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.processImg > img {
  width: 100%;
}

/* カラーリスト */
.colorList {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 55px 21px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 3.5em;
}

.colorItem {
  position: relative;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1882352941);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1882352941);
  height: 100%;
}

.colorItem .imgIconBox {
  position: absolute;
  top: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.colorItem .imgIconBox img {
  border-radius: 32px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1019607843);
}

.colorItem .colorTit {
  font-family: "Zen Kaku Gothic Antique", serif;
  padding-top: 2em;
  padding-bottom: 1.5em;
  border-radius: 4px 4px 0 0;
  background-color: #268AFF;
  outline: solid 1px #268AFF;
  text-align: center;
}

.colorItem .colorTit p:nth-child(1) {
  font-size: 1.5rem;
  margin-bottom: -0.15em;
  color: #FFFFFF;
  opacity: 0.9;
}

.colorItem .colorTit p:nth-child(2) {
  color: #D3E8FF;
  font-size: 0.875rem;
  opacity: 0.6;
}

.colorText {
  margin: 1.25em 1.25em 0;
}

.colorText p:nth-of-type(1),
.colorText p:nth-of-type(2) {
  text-align: center;
  color: var(--textColor);
  letter-spacing: 0.32px;
}

.colorText p:nth-of-type(2) {
  margin-bottom: 1.25em;
}

.colorText p:nth-of-type(3),
.colorText p:nth-of-type(4) {
  font-style: 0.875em;
  font-weight: 700;
  color: var(--textColor);
}

.colorText p:nth-of-type(3) span,
.colorText p:nth-of-type(4) span {
  color: #A1C1E7;
}

.colorText .goalsImg {
  text-align: center;
  margin-bottom: 2.4375em;
}

.colorText .goalsImg svg {
  width: 257px;
  height: 32px;
}

.colorKind {
  margin-bottom: 0.5em;
}

.colorText img {
  width: 100%;
  margin-bottom: 1.5em;
}

/* 刺繍加工・プリント加工 */
.processBox {
  background-color: #F2F2F2;
  padding: 1em;
}
.processBox .processSubTit {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  margin: 0 auto 1em;
}
@media screen and (min-width: 590px) {
  .processBox .processSubTit {
    padding: 0 1em;
  }
}
@media screen and (min-width: 900px) {
  .processBox .processSubTit {
    font-size: 1.25em;
  }
}
.processBox .processSubTit:before, .processBox .processSubTit:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  background-color: var(--textColor);
  width: 2px;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
.processBox .processSubTit:before {
  left: 0;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.processBox .processSubTit:after {
  right: 0;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.processBox .processSubTit span {
  color: #268AFF;
}
.processBox .processImg {
  display: grid;
  gap: 20px;
  background-color: #F2F2F2;
}
@media screen and (min-width: 590px) {
  .processBox .processImg {
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  }
}

/* 見出し赤 */
.redHeadingBox {
  position: relative;
  text-align: center;
  margin-top: 2.5rem;
}

.redHeadingBox picture img {
  width: 100%;
}

.redHeadingBox > div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.redHeadingBox .headingText svg {
  position: absolute;
  top: -20px;
  left: -25px;
  width: 30px;
  height: 24px;
}

.redHeadingBox .headingText p:nth-of-type(1) {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.6875em 1.875em;
  margin-bottom: 0.8em;
  font-size: 0.875rem;
  font-weight: 700;
  border-radius: 25px;
  background-color: var(--textColor);
  color: #FFFFFF;
}

.redHeadingBox .headingText p:nth-of-type(1)::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: 112%;
  left: 17%;
  bottom: 0;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  background-color: var(--textColor);
  margin: auto 0;
}

.redHeadingBox .headingText p:nth-of-type(2) {
  font-family: "Zen Kaku Gothic Antique", serif;
  margin-bottom: 1rem;
  letter-spacing: 0.96px;
  color: #FFFFFF;
  white-space: normal;
}

.redHeadingBox .headingText p:nth-of-type(2) span {
  color: #FFF84B;
}

.redHeadingBox .headingText p:nth-of-type(3) {
  font-size: 1.125rem;
  font-weight: 700;
  color: #FFFFFF;
}

.next02arrow::after {
  background-color: #f29996;
}

.buttonWrapper {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.linkWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.5em;
}

/*===============================================
●画面の横幅が770px以上(PC)
===============================================*/
@media not all and (max-width: 770px) {
  /* 刺繍・プリント各ページ共通にできるもの
  ---------------------------------------- */
  .contentsWrapper {
    padding-bottom: 6.25em;
  }
  /* 選べる4つの加工法 */
  .processList {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(207px, 1fr));
    gap: 21px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .processList > li + li {
    margin-top: 0;
  }
  .processItem {
    padding: 20px 20px 24px;
  }
  /* 赤見出し */
  .redHeadingBox .headingText {
    text-align: start;
    margin: -1.5em 0 0 auto;
    padding: 1.95em 0 0 2em;
  }
  .redHeadingBox > div {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: grid;
    grid-template-columns: 1.8fr 1fr;
    gap: 0 56px;
    padding: 0 1.875em;
  }
  .redHeadingBox .headingText p:nth-of-type(2) {
    font-size: 3rem;
    line-height: 52px;
  }
  .redHeadingBox > div .baseButton {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-width: 320px;
    padding: 2em 0;
  }
  .redHeadingBox > div .baseButton span {
    margin-right: 1.125em;
  }
}
/*===============================================
●画面の横幅が1090以上1250x以下()
===============================================*/
@media screen and (min-width: 1090px) and (max-width: 1250px) {
  .redHeadingBox > div {
    grid-template-columns: 2.5fr 1fr;
  }
  .redHeadingBox .headingText p:nth-of-type(2) {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
    line-height: 40px;
  }
  .redHeadingBox .headingText p:nth-of-type(3) {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1090px) {
  .redHeadingBox > div {
    display: block;
    padding: 0 2.375em;
  }
  .redHeadingBox > div .baseButton {
    margin: 0 0;
  }
  .redHeadingBox .baseButton {
    font-family: "Zen Kaku Gothic Antique", serif;
    font-weight: 700;
  }
  .redHeadingBox .headingText {
    text-align: center;
  }
  .redHeadingBox .headingText p:nth-of-type(1) {
    padding: 0.85em 1.875em;
    width: 100%;
    border-radius: 35px;
    max-width: 313px;
    margin: 0 auto 1.5em auto;
  }
  .redHeadingBox .headingText p:nth-of-type(1)::before {
    width: 16px;
    height: 16px;
    top: 111%;
    left: 47%;
  }
  .redHeadingBox .headingText p:nth-of-type(2) {
    margin-bottom: 2rem;
  }
  .redHeadingBox .headingText p:nth-of-type(2) {
    font-size: 2rem;
    line-height: 40px;
  }
  .redHeadingBox .headingText p:nth-of-type(3) {
    margin-bottom: 1.5em;
  }
  .redHeadingBox .headingText p:nth-of-type(3) span {
    display: block;
  }
}
/*===============================================
●画面の横幅が771以上1024x以下(タブレット)
===============================================*/
@media screen and (min-width: 771px) and (max-width: 1024px) {
  /* 赤見出し */
  .redHeadingBox div p {
    font-size: 0.75rem;
  }
  .redHeadingBox > div {
    display: block;
    padding: 0 2.375em;
  }
  .redHeadingBox .baseButton {
    padding: 1em 0;
    height: 55px;
  }
  .redHeadingBox .headingText p:nth-of-type(1) {
    padding: 0.85em 1.875em;
    width: 100%;
    border-radius: 35px;
    max-width: 313px;
    margin: 0 auto 1.5em auto;
  }
  .redHeadingBox .headingText p:nth-of-type(1)::before {
    width: 16px;
    height: 16px;
    top: 111%;
    left: 47%;
  }
  .colorDescript {
    margin-bottom: 3.5em;
  }
}
/*===============================================
●画面の横幅が769px以下(スマホ)
===============================================*/
@media screen and (max-width: 770px) {
  /* 赤見出し */
  .redHeadingBox > div {
    display: block;
    padding: 0 1.75em;
    top: 53%;
  }
  .redHeadingBox div p {
    font-size: 0.75rem;
    margin-bottom: 1.5rem;
  }
  .redHeadingBox .headingText svg {
    position: absolute;
    top: -35px;
    left: -7px;
    width: 32px;
    height: 32px;
  }
  .redHeadingBox .headingText p:nth-of-type(1) {
    padding: 0.85em 1.875em;
    width: 100%;
    border-radius: 35px;
    max-width: 313px;
    margin: 0 auto 1.5em auto;
  }
  .redHeadingBox .headingText p:nth-of-type(1)::before {
    width: 16px;
    height: 16px;
    top: 111%;
    left: 47%;
  }
  .redHeadingBox .headingText p:nth-of-type(2) {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    line-height: 37px;
  }
  .redHeadingBox .headingText p:nth-of-type(3) {
    font-size: 0.875rem;
  }
  .redHeadingBox .baseButton {
    padding: 1em 0;
    height: 55px;
    max-width: 275px;
  }
  .redHeadingBox .baseButton span {
    font-size: 1rem;
  }
  .colorDescript {
    margin-bottom: 3.5em;
  }
}/*# sourceMappingURL=embroiderylist.css.map */