@charset "UTF-8";
:root {
  --lpThemeColor: #9836FB;
}

/* H2の見出し(インフルエンサーのみなさん！)
---------------------------------------- */
h2.forInfluencer {
  position: relative;
  display: inline-block;
  font-size: 1.25rem;
  padding: 0 1em;
  margin: 2em 0 1em;
  border: 2px solid var(--lpThemeColor);
}
h2.forInfluencer::before, h2.forInfluencer::after {
  position: absolute;
  top: 100%;
  left: 50%;
  height: 0;
  width: 0;
  border: solid transparent;
  content: "";
}
h2.forInfluencer::before {
  margin-left: -9px;
  border-color: transparent;
  border-top-color: var(--lpThemeColor);
  border-width: 9px;
  -webkit-transform: scaleX(0.7);
          transform: scaleX(0.7);
}
h2.forInfluencer::after {
  margin-left: -7px;
  border-color: transparent;
  border-top-color: #FFFFFF;
  border-width: 7px;
  -webkit-transform: scaleX(0.7);
          transform: scaleX(0.7);
}
h2.forInfluencer mark {
  color: var(--lpThemeColor);
  background: none;
}

h2.mark3em {
  margin-bottom: 1.5em;
}
h2.mark3em mark {
  font-size: clamp(2rem, 1.5185185185rem + 1.975308642vw, 3rem);
  background: none;
}

/* 刺繍・プリント各ページ共通にできるもの
---------------------------------------- */
.contentsWrapper {
  padding-bottom: 3.5714285714em;
}

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

.accentText {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 16px;
}
@media screen and (min-width: 900px) {
  .accentText {
    font-size: 2rem;
  }
}

.accentText span {
  color: #268AFF;
  background-color: #FFF84B;
}

/* グッズの制作実績
---------------------------------------- */
.achievementsBox {
  position: relative;
  color: #FFFFFF;
  background-color: #5E00BE;
  padding: clamp(0.5rem, 0.2592592593rem + 0.987654321vw, 1rem);
  margin-bottom: 0;
  border: 8px solid #FF67AE;
  /* 実績のアイコンリスト */
}
.achievementsBox h2 {
  font-size: clamp(1.5rem, 0.7777777778rem + 2.962962963vw, 3rem);
  line-height: 1.1;
  color: #FFFFFF;
  text-align: center;
  margin-top: clamp(1rem, 0.5185185185rem + 1.975308642vw, 2rem);
  margin-bottom: clamp(1.5rem, 0.7777777778rem + 2.962962963vw, 3rem);
}
.achievementsBox .circle {
  position: absolute;
  left: clamp(0.5rem, -0.2222222222rem + 2.962962963vw, 2rem);
  top: clamp(0.5rem, -0.2222222222rem + 2.962962963vw, 2rem);
}
.achievementsBox .circle img {
  width: 30%;
  height: 30%;
}
@media screen and (min-width: 900px) {
  .achievementsBox .circle img {
    width: 50%;
    height: 50%;
  }
}
.achievementsBox .lead {
  font-size: clamp(1rem, 0.8796296296rem + 0.4938271605vw, 1.25rem);
  line-height: 1.8;
  text-align: center;
  padding-bottom: 16px;
  border-bottom: 4px dotted #E5D2F9;
}
.achievementsBox .lead > mark {
  font-size: 1.2em;
  line-height: 1;
  font-weight: bold;
  color: #EEFF00;
  background: none;
}
.achievementsBox .achievementsList {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(96px, 1fr));
  gap: 16px 0;
  padding: 24px 16px 8px;
}
.achievementsBox .achievementsList .achievementsListItem {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 4px;
}
.achievementsBox .achievementsList .achievementsListItem > .name {
  font-size: 0.625rem;
  font-weight: bold;
}

/* 制作実績下のお見積りボタン */
.achievements-cta {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 16px;
  padding: clamp(1rem, 0.5185185185rem + 1.975308642vw, 2rem);
  background-color: #FF67AE;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .achievements-cta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
.achievements-cta .cta-p {
  font-size: clamp(1rem, 0.8796296296rem + 0.4938271605vw, 1.25rem);
  font-family: "Zen Kaku Gothic Antique", serif;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .achievements-cta .cta-p {
    text-align: left;
  }
}
.achievements-cta .cta-btn {
  width: 280px;
}
.achievements-cta .cta-btn button.baseButton, .achievements-cta .cta-btn a.baseButton {
  border-color: #FFFFFF;
}
.achievements-cta .cta-btn button.baseButton .arrowToRight02 use, .achievements-cta .cta-btn a.baseButton .arrowToRight02 use {
  color: #FF67AE;
}
.achievements-cta .cta-btn button.baseButton:hover .arrowToRight02 use, .achievements-cta .cta-btn a.baseButton:hover .arrowToRight02 use {
  color: #FFFFFF;
}

/* MARKING LAB Annexが選ばれる理由
---------------------------------------- */
.top-media-contents {
  margin-top: 31px;
  position: relative;
  width: 100%;
}

.top-media-contents-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mediaNum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.top-media-contents-item:first-child {
  margin-top: 42px;
}

.top-media-contents-item-left {
  display: contents;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40.3846153846%;
          flex: 0 0 40.3846153846%;
}

.top-media-contents-item-left-top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.top-media-contents-item-left-sub {
  font-size: 0.75rem;
  font-size: clamp(0.75rem, 0.631rem + 0.51vw, 0.875rem);
  font-family: "Zen Kaku Gothic Antique", serif;
  font-weight: 700;
  letter-spacing: 0.6px;
  color: #1464c2;
  margin-bottom: -19px;
  margin-left: 3px;
}

.top-media-contents-item-left-nam {
  font-size: 3.063rem;
  font-size: clamp(3.063rem, 2.526rem + 2.29vw, 3.625rem);
  font-family: "Zen Kaku Gothic Antique", serif;
  font-weight: 900;
  color: #1464c2;
}

.top-media-contents-item-left-text {
  font-size: 1.375rem;
  font-size: clamp(1.375rem, 1.017rem + 1.53vw, 1.75rem);
  font-family: "Zen Kaku Gothic Antique", serif;
  font-weight: 700;
  margin-left: 20px;
  margin-top: -10px;
}

.top-media-contents-item-left-text span {
  font-size: 1em;
  font-family: "Zen Kaku Gothic Antique", serif;
  font-weight: 700;
  color: #268aff;
}

.top-media-contents-item-left-bottom {
  margin-top: 22px;
}

.top-media-contents-item-left-bottom-p {
  font-size: 1rem;
  line-height: 1.8;
  padding-right: 1rem;
}

.top-media-contents-item-left-bottom-p > a {
  text-decoration: underline;
  color: #268AFF;
}

.top-media-contents-item-right {
  border-radius: 4px;
  -webkit-box-shadow: 15px 9px 0px 0px #fff84b;
          box-shadow: 15px 9px 0px 0px #fff84b;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100% - 16px);
  margin-top: 1.1428571429em;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.reverse-shadow {
  border-radius: 4px;
  -webkit-box-shadow: 18px 9px 0px 0px #fff84b;
          box-shadow: 18px 9px 0px 0px #fff84b;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100% - 16px);
  margin-top: 1.1428571429em;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.reverse-shadow img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
  border-radius: 4px;
}

.top-media-contents-item-right img {
  border-radius: 4px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}

/* SP用点線 */
.top-media-line {
  text-align: center;
  margin: 8px 0;
}

.top-media-line img {
  margin: 0 auto;
  width: 38px;
}

/* リピート注文 */
.repeatSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 3.4285714286em;
}

.repeatTitle {
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic Antique", serif;
}

.repeatTitle::before {
  content: "";
  background-image: url("../../images/cap/repeat.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 0.5em;
}

.repeatText {
  line-height: 1.625;
}

.repeatBlowBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 1em;
}

.repeatBlow01 > p:first-child {
  font-size: 0.75rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.repeatBlow01 > p:nth-child(2) {
  font-size: 0.75rem;
  font-weight: 500;
  border: 1px solid #b0b0b0;
  border-radius: 4px;
  padding: 8px;
  min-height: 92px;
  margin-top: 0.2em;
}

.repeatBlow02 {
  border: 1px solid var(--mainBgColor);
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 92px;
  position: relative;
  margin-left: 20px;
  padding: 0.875em;
}

.repeatBlow02::before,
.repeatBlow02::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 16px;
  height: 10px;
  -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
          clip-path: polygon(100% 0, 0 50%, 100% 100%);
  margin: auto 0;
}

.repeatBlow02::before {
  right: 100%;
  background-color: var(--mainBgColor);
}

.repeatBlow02::after {
  right: calc(100% - 2px);
  background-color: #fff;
}

.repeatBlow02 > p {
  font-size: 0.75rem;
  font-family: "Zen Kaku Gothic Antique", serif;
  color: var(--mainBgColor);
  letter-spacing: 0.02em;
  line-height: 1.4285714286;
}

.repeatBlow02 > p > span {
  background-image: linear-gradient(transparent calc(100% - 6px), #fff84b 6px);
}

/*===============================================
●画面の横幅が770px以上(PC)
===============================================*/
@media screen and (min-width: 770px) {
  /* 刺繍・プリント各ページ共通にできるもの
  ---------------------------------------- */
  .contentsWrapper {
    padding-bottom: 6.25em;
  }
  .subTitleLead {
    text-align: center;
  }
  /* MARKING LAB Annexが選ばれる理由
  ---------------------------------------- */
  .top-media-contents::before {
    content: "";
    background: url("/images/influencer/media-line.png") no-repeat center center/100% 100%;
    height: 79.7695262484%;
    right: 16%;
    position: absolute;
    top: 9.3469910371%;
    width: 53.3653846154%;
    z-index: -1;
  }
  .top-media-contents-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 4.375rem;
  }
  .top-media-contents-item-left {
    display: block;
  }
  .top-media-contents-item-left-top {
    display: block;
  }
  .top-media-contents-item-left-sub {
    font-size: 0.875em;
    letter-spacing: 0.7px;
    margin-top: -1.875rem;
  }
  .top-media-contents-item-left-nam {
    font-size: 3.625em;
  }
  .top-media-contents-item-left-text {
    font-size: 1.75em;
    margin-left: 0;
  }
  .top-media-contents-item-left-text span {
    font-size: 1em;
  }
  .top-media-contents-item-left-bottom {
    margin-top: 2.25rem;
  }
  .top-media-contents-item-left-bottom-p {
    font-size: 1em;
    line-height: 2;
    padding-right: 0;
    background-color: #fff;
  }
  .top-media-contents-item-right {
    -webkit-box-shadow: 18px 9px 0px 0px #fff84b;
            box-shadow: 18px 9px 0px 0px #fff84b;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 53.8461538462%;
            flex: 0 0 53.8461538462%;
    margin-top: 0;
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    max-height: 266px;
  }
  .top-media-contents-item-right img {
    width: 100%;
  }
  .reverse-shadow {
    -webkit-box-shadow: -18px 9px 0px 0px #fff84b;
            box-shadow: -18px 9px 0px 0px #fff84b;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 53.8461538462%;
            flex: 0 0 53.8461538462%;
    margin-top: 0;
    max-height: 266px;
  }
  /* リピート注文 */
  .repeatSection {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .repeatBody {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40.1923076923%;
            flex: 0 0 40.1923076923%;
  }
  .repeatBlow01 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .repeatBlow01 > p:first-child {
    font-size: 0.875rem;
  }
  .repeatBlow02 {
    max-width: 208px;
  }
  .repeatBlow02 > p {
    font-size: 0.875rem;
  }
  .repeatTitle {
    font-size: 1.5rem;
  }
  .repeatText {
    max-width: 418px;
  }
  .repeatBlowBox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    margin-left: 2em;
    margin-top: 0.65em;
  }
}
/*===============================================
●画面の横幅が768px以上1024px以下(タブレット)
===============================================*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .subTitleLead {
    text-align: center;
  }
  /* MARKING LAB Annexが選ばれる理由
  ---------------------------------------- */
  .top-media-contents-item-left-top {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .top-media-contents-item-right {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .top-media-contents-item-left {
    display: contents;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40.3846153846%;
            flex: 0 0 40.3846153846%;
  }
  .reverse-shadow {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .top-media-contents-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top-media-contents-item-left-text {
    background-color: #fff;
    margin-left: 1em;
  }
  .top-media-contents-item-right,
  .reverse-shadow {
    margin-top: 1em;
  }
  /* リピート注文するには
  ---------------------------------------- */
  .repeatSection {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .repeatBlowBox {
    margin-left: 0;
  }
}/*# sourceMappingURL=influencer.css.map */