@charset "UTF-8";
/* --------------------
 * EmbroideryCap
 * -------------------- */
@font-face {
  font-family: "DIN Bold";
  src: url("fonts/DIN Bold.otf");
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 168px;
}
@media print, screen and (max-width: 768px) {
  html {
    scroll-padding-top: 50px;
  }
}

.EmbroideryCap {
  font-family: "Hiragino Kaku Gothic Pro", sans-serif;
}
.EmbroideryCap .pc {
  display: block;
}
@media print, screen and (max-width: 768px) {
  .EmbroideryCap .pc {
    display: none;
  }
}
.EmbroideryCap .sp {
  display: none;
}
@media print, screen and (max-width: 768px) {
  .EmbroideryCap .sp {
    display: block;
  }
}
.EmbroideryCap .sp768 {
  display: none;
}
@media print, screen and (max-width: 768px) {
  .EmbroideryCap .sp768 {
    display: block;
  }
}
.EmbroideryCap .EmbroideryCap__btn {
  margin: 45px auto 0;
  max-width: 400px;
  position: relative;
}
.EmbroideryCap .EmbroideryCap__btnText {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 20px;
  box-sizing: border-box;
  background-color: #231815;
  border: 2px solid #231815;
  border-radius: 50px;
  position: relative;
  transition: all 300ms;
  color: #fff;
  font-size: 19px;
  font-weight: 600;
  text-decoration: none;
}
.EmbroideryCap .EmbroideryCap__btnText::after {
  content: "";
  background-image: url(../images/cp/embroidery-cap/arrow_white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 22px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: all 300ms;
}
.EmbroideryCap .EmbroideryCap__btnText:hover {
  background-color: #fff;
  color: #231815;
}
.EmbroideryCap .EmbroideryCap__btnText:hover::after {
  background-image: url(../images/cp/embroidery-cap/arrow_black.svg);
}
@media print, screen and (max-width: 768px) {
  .EmbroideryCap .EmbroideryCap__btnText {
    font-size: 14px;
  }
}
.EmbroideryCap .EmbroideryCap__mvInner {
  max-width: 960px;
  margin: 0 auto;
  width: 90%;
}
.EmbroideryCap .EmbroideryCap__mvTittle {
  position: relative;
  margin: 20px 0;
}
.EmbroideryCap .EmbroideryCap__mvText {
  position: absolute;
  bottom: 0;
  right: 20%;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: #ad9b4a;
  color: #ededed;
  font-weight: bold;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
  padding-top: 7px;
}
@media print, screen and (max-width: 1024px) {
  .EmbroideryCap .EmbroideryCap__mvText {
    width: 10.7421875vw;
    height: 10.7421875vw;
    font-size: 2.34375vw;
    padding-top: 0.48828125vw;
  }
}
@media print, screen and (max-width: 768px) {
  .EmbroideryCap .EmbroideryCap__mvText {
    width: 10.15625vw;
    height: 10.15625vw;
    font-size: 2.2135416667vw;
    padding-top: 0.390625vw;
  }
}
.EmbroideryCap .EmbroideryCap__mvBanner {
  background-color: #000;
  color: #fff;
  font-size: 36px;
  text-align: center;
  font-feature-settings: "palt";
  font-weight: 700;
  bottom: 0;
  width: 100%;
}
@media print, screen and (max-width: 768px) {
  .EmbroideryCap .EmbroideryCap__mvBanner {
    font-size: 4.1666666667vw;
    padding: 5px 0;
  }
}
.EmbroideryCap .EmbroideryCap__mvSubTittle {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.667;
  margin-top: 60px;
}
@media print, screen and (max-width: 768px) {
  .EmbroideryCap .EmbroideryCap__mvSubTittle {
    font-size: 20px;
  }
}
.EmbroideryCap .EmbroideryCap__mvSubText {
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-top: 23px;
}
@media print, screen and (max-width: 768px) {
  .EmbroideryCap .EmbroideryCap__mvSubText {
    font-size: 14px;
    margin-top: 30px;
  }
}
.EmbroideryCap .EmbroideryCap__recommend {
  margin-top: 137px;
}
@media print, screen and (max-width: 768px) {
  .EmbroideryCap .EmbroideryCap__recommend {
    margin: 60px auto 0;
  }
}
.EmbroideryCap .EmbroideryCap__recommendInner {
  max-width: 960px;
  margin: 0 auto;
  width: 95%;
}
@media print, screen and (max-width: 768px) {
  .EmbroideryCap .EmbroideryCap__recommendInner {
    width: 90%;
  }
}
.EmbroideryCap .EmbroideryCap__recommendTittle {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.667;
}
@media print, screen and (max-width: 768px) {
  .EmbroideryCap .EmbroideryCap__recommendTittle {
    font-size: 20px;
  }
}
.EmbroideryCap .EmbroideryCap__recommendList {
  counter-reset: recommend-counter;
  list-style: none;
  padding: 0;
  margin-top: 53px;
  display: flex;
  flex-direction: column;
  gap: 70px;
}
@media print, screen and (max-width: 768px) {
  .EmbroideryCap .EmbroideryCap__recommendList {
    margin-top: 30px;
    gap: 40px;
  }
}
.EmbroideryCap .EmbroideryCap__recommendItemTittle {
  display: flex;
  counter-increment: recommend-counter;
  font-size: 36px;
  font-weight: 600;
  color: #383332;
  line-height: 1.528;
  letter-spacing: 0.02em;
}
@media print, screen and (max-width: 768px) {
  .EmbroideryCap .EmbroideryCap__recommendItemTittle {
    font-size: 20px;
  }
}
.EmbroideryCap .EmbroideryCap__recommendItemTittle::before {
  content: counter(recommend-counter, decimal-leading-zero) ".";
  margin-right: 10px;
  flex-shrink: 0;
}
.EmbroideryCap .EmbroideryCap__recommendItemText {
  font-size: 21px;
  color: #626262;
  line-height: 1.905;
  letter-spacing: 0.03em;
  font-feature-settings: "palt";
  margin-left: 75px;
}
@media print, screen and (max-width: 768px) {
  .EmbroideryCap .EmbroideryCap__recommendItemText {
    font-size: 12px;
    margin-left: 0;
  }
}
.EmbroideryCap .EmbroideryCap__recommendItemContent {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 14px;
  width: 100%;
}
.EmbroideryCap .EmbroideryCap__recommendItemContent img {
  max-height: 276.9467px;
  -o-object-fit: contain;
     object-fit: contain;
  flex: 1 1 200px;
}
@media print, screen and (max-width: 768px) {
  .EmbroideryCap .EmbroideryCap__recommendItemContent img {
    max-height: unset;
    width: 100%;
    height: 100%;
  }
}
.EmbroideryCap .EmbroideryCap__recommendTable {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 1 290px;
}
@media print, screen and (max-width: 768px) {
  .EmbroideryCap .EmbroideryCap__recommendTable {
    gap: 10px;
  }
}
.EmbroideryCap .EmbroideryCap__recommendTable table {
  border-spacing: unset;
  border-right: 1px solid #595757;
  border-bottom: 1px solid #595757;
  width: 100%;
}
.EmbroideryCap .EmbroideryCap__recommendTable th,
.EmbroideryCap .EmbroideryCap__recommendTable td {
  font-size: 14px;
  font-weight: 300;
  color: #494647;
  letter-spacing: 0.03em;
  line-height: 1.235;
  font-feature-settings: "palt";
  text-align: left;
  padding: 8px 0 8px 10px;
}
.EmbroideryCap .EmbroideryCap__recommendTable th {
  background-color: #eeeeee;
  width: 35%;
  border-top: 1px solid #595757;
  border-left: 1px solid #595757;
  vertical-align: top;
}
.EmbroideryCap .EmbroideryCap__recommendTable td {
  border-top: 1px solid #595757;
}
.EmbroideryCap .EmbroideryCap__recommendTable td a {
  transition: opacity 200ms;
  text-decoration: underline;
  color: #ff758b;
}
.EmbroideryCap .EmbroideryCap__recommendTable td a:hover {
  opacity: 0.7;
}
.EmbroideryCap .EmbroideryCap__recommendTableText {
  font-size: 14px;
  font-weight: 300;
  color: #251714;
  letter-spacing: 0;
  line-height: 1.942;
  font-feature-settings: "palt";
  display: flex;
  justify-content: space-between;
}
.EmbroideryCap .EmbroideryCap__recommendTableText span {
  font-size: 9px;
  line-height: 3.021;
}
.EmbroideryCap .EmbroideryCap__compare {
  margin-top: 153px;
  margin-bottom: 135px;
}
@media print, screen and (max-width: 768px) {
  .EmbroideryCap .EmbroideryCap__compare {
    margin: 60px auto;
  }
}
.EmbroideryCap .EmbroideryCap__compareInner {
  max-width: 960px;
  margin: 0 auto;
  width: 95%;
}
@media print, screen and (max-width: 768px) {
  .EmbroideryCap .EmbroideryCap__compareInner {
    width: 90%;
  }
}
.EmbroideryCap .EmbroideryCap__compareTittle {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.667;
}
@media print, screen and (max-width: 768px) {
  .EmbroideryCap .EmbroideryCap__compareTittle {
    font-size: 20px;
  }
}
.EmbroideryCap .EmbroideryCap__compareTable {
  margin-top: 36px;
}
@media print, screen and (max-width: 768px) {
  .EmbroideryCap .EmbroideryCap__compareTable {
    margin-top: 30px;
    overflow-x: scroll;
  }
}
.EmbroideryCap .EmbroideryCap__compareTable table {
  border-spacing: unset;
  border-right: 1px solid #595757;
  border-bottom: 1px solid #595757;
  width: 100%;
}
@media print, screen and (max-width: 768px) {
  .EmbroideryCap .EmbroideryCap__compareTable table {
    min-width: 600px;
  }
}
.EmbroideryCap .EmbroideryCap__compareTable th,
.EmbroideryCap .EmbroideryCap__compareTable td {
  color: #494647;
  line-height: 1.235;
  font-feature-settings: "palt";
  text-align: left;
}
.EmbroideryCap .EmbroideryCap__compareTable th {
  font-size: 21px;
  font-weight: 600;
  line-height: 2.619;
  letter-spacing: 0.02em;
  background-color: #eeeeee;
  border-top: 1px solid #595757;
  border-left: 1px solid #595757;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  padding: 0 10px;
}
@media print, screen and (max-width: 768px) {
  .EmbroideryCap .EmbroideryCap__compareTable th {
    font-size: 12px;
  }
}
.EmbroideryCap .EmbroideryCap__compareTable td {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.333;
  letter-spacing: 0.02em;
  border-top: 1px solid #595757;
  border-left: 1px solid #595757;
  padding: 20px 15px;
}
@media print, screen and (max-width: 768px) {
  .EmbroideryCap .EmbroideryCap__compareTable td {
    font-size: 12px;
    padding: 10px;
  }
}
.EmbroideryCap .EmbroideryCap__compareTable td.EmbroideryCap__compareTableItem {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 2.292;
  letter-spacing: 0.02em;
}
@media print, screen and (max-width: 768px) {
  .EmbroideryCap .EmbroideryCap__compareTable td.EmbroideryCap__compareTableItem {
    font-size: 14px;
    padding: 10px;
  }
}
.EmbroideryCap .EmbroideryCap__compareTable td.EmbroideryCap__compareTableItem img {
  max-width: 140px;
  margin: 0 auto;
  display: block;
}
.EmbroideryCap .EmbroideryCap__compareTable li::before {
  content: "・";
}
.EmbroideryCap .EmbroideryCap__compatible {
  background-color: #ededed;
  padding-top: 120px;
  padding-bottom: 102px;
}
@media print, screen and (max-width: 768px) {
  .EmbroideryCap .EmbroideryCap__compatible {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.EmbroideryCap .EmbroideryCap__compatibleInner {
  max-width: 960px;
  margin: 0 auto;
  width: 95%;
}
@media print, screen and (max-width: 768px) {
  .EmbroideryCap .EmbroideryCap__compatibleInner {
    width: 90%;
  }
}
.EmbroideryCap .EmbroideryCap__compatibleTittle {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.667;
}
@media print, screen and (max-width: 768px) {
  .EmbroideryCap .EmbroideryCap__compatibleTittle {
    font-size: 20px;
  }
}
.EmbroideryCap .EmbroideryCap__compatibleList {
  margin-top: 50px;
  margin-bottom: 111px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 45px;
}
@media print, screen and (max-width: 768px) {
  .EmbroideryCap .EmbroideryCap__compatibleList {
    margin-top: 30px;
    margin-bottom: 30px;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.EmbroideryCap .EmbroideryCap__compatibleItem a {
  transition: opacity 200ms;
}
.EmbroideryCap .EmbroideryCap__compatibleItem a:hover {
  opacity: 0.7;
}
.EmbroideryCap .EmbroideryCap__compatibleItemText {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.333;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
  text-align: center;
  margin-top: 25px;
  height: 1.333em;
}
@media print, screen and (max-width: 768px) {
  .EmbroideryCap .EmbroideryCap__compatibleItemText {
    font-size: 12px;
    margin-top: 10px;
    height: auto;
  }
}
.EmbroideryCap .EmbroideryCap__notice {
  margin-top: 130px;
}
@media print, screen and (max-width: 768px) {
  .EmbroideryCap .EmbroideryCap__notice {
    margin: 60px auto 0;
  }
}
.EmbroideryCap .EmbroideryCap__noticeInner {
  max-width: 960px;
  margin: 0 auto;
  width: 95%;
}
@media print, screen and (max-width: 768px) {
  .EmbroideryCap .EmbroideryCap__noticeInner {
    width: 90%;
  }
}
.EmbroideryCap .EmbroideryCap__noticeTittle {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.667;
}
@media print, screen and (max-width: 768px) {
  .EmbroideryCap .EmbroideryCap__noticeTittle {
    font-size: 20px;
  }
}
.EmbroideryCap .EmbroideryCap__noticeList {
  margin-top: 43px;
  margin-bottom: 79px;
  border: 1px solid #211815;
  padding: 50px 90px;
  counter-reset: notice-counter;
}
@media print, screen and (max-width: 768px) {
  .EmbroideryCap .EmbroideryCap__noticeList {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 20px;
  }
}
.EmbroideryCap .EmbroideryCap__noticeItem {
  padding: 45px 0 45px 68px;
  border-bottom: 1px solid #211815;
  position: relative;
}
@media print, screen and (max-width: 768px) {
  .EmbroideryCap .EmbroideryCap__noticeItem {
    padding: 20px 0 20px 30px;
  }
}
.EmbroideryCap .EmbroideryCap__noticeItem img {
  position: absolute;
  top: 30px;
  right: -50px;
  max-width: 393px;
}
@media print, screen and (max-width: 1024px) {
  .EmbroideryCap .EmbroideryCap__noticeItem img {
    position: relative;
    right: unset;
    top: unset;
    margin-top: 10px;
  }
}
.EmbroideryCap .EmbroideryCap__noticeItem:last-of-type {
  border-bottom: none;
}
.EmbroideryCap .EmbroideryCap__noticeItemTitle {
  position: relative;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.333;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
}
@media print, screen and (max-width: 768px) {
  .EmbroideryCap .EmbroideryCap__noticeItemTitle {
    font-size: 16px;
  }
}
.EmbroideryCap .EmbroideryCap__noticeItemTitle::before {
  position: absolute;
  top: 50%;
  left: -70px;
  transform: translateY(-50%);
  counter-increment: notice-counter;
  content: counter(notice-counter, decimal-leading-zero);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #1f1715;
  color: #fff;
  border-radius: 50%;
  font-family: "yu-gothic-pr6n", sans-serif;
  font-size: 20px;
  line-height: 1.616;
  letter-spacing: 0;
}
@media print, screen and (max-width: 768px) {
  .EmbroideryCap .EmbroideryCap__noticeItemTitle::before {
    font-size: 12px;
    left: -30px;
    width: 25px;
    height: 25px;
    top: 45%;
  }
}
.EmbroideryCap .EmbroideryCap__noticeItemList {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 1em;
  counter-reset: inner-counter;
}
.EmbroideryCap .EmbroideryCap__noticeItemItem {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.333;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
  margin-left: 1.4em;
}
@media print, screen and (max-width: 768px) {
  .EmbroideryCap .EmbroideryCap__noticeItemItem {
    font-size: 12px;
    margin-left: 0;
  }
}
.EmbroideryCap .EmbroideryCap__noticeItemItem::before {
  counter-increment: inner-counter;
  content: counter(inner-counter);
  position: absolute;
  left: -1.4em;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.333em;
  height: 1.333em;
  border: 1px solid #000;
  border-radius: 50%;
  padding: 2px 0 0 1px;
}
@media print, screen and (max-width: 768px) {
  .EmbroideryCap .EmbroideryCap__noticeItemItem::before {
    left: -1.6em;
  }
}
.EmbroideryCap .EmbroideryCap__possible {
  margin-top: 162px;
}
@media print, screen and (max-width: 768px) {
  .EmbroideryCap .EmbroideryCap__possible {
    margin: 60px auto 0;
  }
}
.EmbroideryCap .EmbroideryCap__possibleInner {
  max-width: 960px;
  margin: 0 auto;
  width: 95%;
}
@media print, screen and (max-width: 768px) {
  .EmbroideryCap .EmbroideryCap__possibleInner {
    width: 90%;
  }
}
.EmbroideryCap .EmbroideryCap__possibleTittle {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.667;
}
@media print, screen and (max-width: 768px) {
  .EmbroideryCap .EmbroideryCap__possibleTittle {
    font-size: 20px;
  }
}
.EmbroideryCap .EmbroideryCap__possibleContent {
  position: relative;
  margin-top: 31px;
  background-color: #efefef;
  padding: 67px 78px;
}
@media print, screen and (max-width: 768px) {
  .EmbroideryCap .EmbroideryCap__possibleContent {
    margin-top: 30px;
    padding: 20px;
  }
}
.EmbroideryCap .EmbroideryCap__possibleList {
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-auto-rows: auto max-content max-content;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media print, screen and (max-width: 768px) {
  .EmbroideryCap .EmbroideryCap__possibleList {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 0;
  }
}
.EmbroideryCap .EmbroideryCap__possibleItem {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  text-align: center;
  place-items: center;
}
.EmbroideryCap .EmbroideryCap__possibleItem:nth-child(-n+3) {
  margin-bottom: 48px;
}
@media print, screen and (max-width: 768px) {
  .EmbroideryCap .EmbroideryCap__possibleItem:nth-child(-n+4) {
    margin-bottom: 20px;
  }
}
.EmbroideryCap .EmbroideryCap__possibleItem:nth-child(4) {
  grid-column: 2;
}
@media print, screen and (max-width: 768px) {
  .EmbroideryCap .EmbroideryCap__possibleItem:nth-child(4) {
    grid-column: auto;
  }
}
.EmbroideryCap .EmbroideryCap__possibleItem:nth-child(4) img {
  width: 135%;
  margin-bottom: 22px;
}
@media print, screen and (max-width: 768px) {
  .EmbroideryCap .EmbroideryCap__possibleItem:nth-child(4) img {
    width: 100%;
    margin-bottom: 0;
  }
}
.EmbroideryCap .EmbroideryCap__possibleItemPosition {
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
  padding: 0px 12px;
  display: flex;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.714;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
  color: #fff;
  background-color: #3e3a39;
  margin-top: 8px;
}
@media print, screen and (max-width: 768px) {
  .EmbroideryCap .EmbroideryCap__possibleItemPosition {
    font-size: 12px;
  }
}
.EmbroideryCap .EmbroideryCap__possibleItemSize {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.333;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
  text-align: center;
  margin-top: 25px;
  margin-top: 12px;
}
@media print, screen and (max-width: 768px) {
  .EmbroideryCap .EmbroideryCap__possibleItemSize {
    font-size: 10px;
  }
}
.EmbroideryCap .EmbroideryCap__possibleContentText {
  position: absolute;
  bottom: 33px;
  left: 78px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
  display: flex;
  align-items: center;
  gap: 10px;
}
@media print, screen and (max-width: 768px) {
  .EmbroideryCap .EmbroideryCap__possibleContentText {
    font-size: 12px;
    left: unset;
    right: 30px;
    bottom: 70px;
  }
}
.EmbroideryCap .EmbroideryCap__possibleContentText::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #f8ccd5;
}
.EmbroideryCap .EmbroideryCap__possibleNote {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 41px auto 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.333;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
}
@media print, screen and (max-width: 768px) {
  .EmbroideryCap .EmbroideryCap__possibleNote {
    font-size: 12px;
    margin-top: 20px;
  }
}
.EmbroideryCap .EmbroideryCap__possibleNote::before {
  position: absolute;
  top: 0;
  left: -5em;
  content: "（ご注意）";
  display: inline-block;
}
@media print, screen and (max-width: 768px) {
  .EmbroideryCap .EmbroideryCap__possibleNote::before {
    position: relative;
    left: unset;
    margin-bottom: 5px;
  }
}
.EmbroideryCap .EmbroideryCap__possibleNoteItem {
  display: flex;
  gap: 0.5em;
}
.EmbroideryCap .EmbroideryCap__possibleNoteItem::before {
  content: "・";
  display: inline-block;
}
.EmbroideryCap .EmbroideryCap__estimated {
  margin-top: 149px;
}
@media print, screen and (max-width: 768px) {
  .EmbroideryCap .EmbroideryCap__estimated {
    margin: 60px auto 0;
  }
}
.EmbroideryCap .EmbroideryCap__estimatedInner {
  max-width: 960px;
  margin: 0 auto;
  width: 95%;
}
@media print, screen and (max-width: 768px) {
  .EmbroideryCap .EmbroideryCap__estimatedInner {
    width: 90%;
  }
}
.EmbroideryCap .EmbroideryCap__estimatedTittle {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.667;
}
@media print, screen and (max-width: 768px) {
  .EmbroideryCap .EmbroideryCap__estimatedTittle {
    font-size: 20px;
  }
}
.EmbroideryCap .EmbroideryCap__estimatedContent {
  margin: 30px auto 0;
  text-align: center;
  border: 15px solid #cbced0;
  max-width: 670px;
  padding: 43px 0 30px;
}
@media print, screen and (max-width: 768px) {
  .EmbroideryCap .EmbroideryCap__estimatedContent {
    margin-top: 30px;
    border: 10px solid #cbced0;
  }
}
.EmbroideryCap .EmbroideryCap__estimatedContentText {
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
}
@media print, screen and (max-width: 768px) {
  .EmbroideryCap .EmbroideryCap__estimatedContentText {
    font-size: 20px;
  }
}
.EmbroideryCap .EmbroideryCap__estimatedContentText span {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
  display: inline-block;
}
@media print, screen and (max-width: 768px) {
  .EmbroideryCap .EmbroideryCap__estimatedContentText span {
    font-size: 14px;
  }
}
.EmbroideryCap .EmbroideryCap__consult {
  margin-top: 163px;
}
@media print, screen and (max-width: 768px) {
  .EmbroideryCap .EmbroideryCap__consult {
    margin: 60px auto 0;
  }
}
.EmbroideryCap .EmbroideryCap__consultInner {
  max-width: 960px;
  margin: 0 auto;
  width: 95%;
}
@media print, screen and (max-width: 768px) {
  .EmbroideryCap .EmbroideryCap__consultInner {
    width: 90%;
  }
}
.EmbroideryCap .EmbroideryCap__consultTittle {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.667;
}
@media print, screen and (max-width: 768px) {
  .EmbroideryCap .EmbroideryCap__consultTittle {
    font-size: 20px;
  }
}
.EmbroideryCap .EmbroideryCap__consultText {
  margin-top: 15px;
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
}
@media print, screen and (max-width: 768px) {
  .EmbroideryCap .EmbroideryCap__consultText {
    font-size: 14px;
    margin-top: 30px;
  }
}
.EmbroideryCap .EmbroideryCap__case-study {
  margin-top: 160px;
  margin-bottom: 157px;
}
@media print, screen and (max-width: 768px) {
  .EmbroideryCap .EmbroideryCap__case-study {
    margin: 60px auto;
  }
}
.EmbroideryCap .EmbroideryCap__case-studyInner {
  max-width: 670px;
  margin: 0 auto;
  width: 95%;
}
@media print, screen and (max-width: 768px) {
  .EmbroideryCap .EmbroideryCap__case-studyInner {
    width: 90%;
  }
}
.EmbroideryCap .EmbroideryCap__case-studyTittle {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.667;
  margin-bottom: 34px;
}
@media print, screen and (max-width: 768px) {
  .EmbroideryCap .EmbroideryCap__case-studyTittle {
    font-size: 20px;
  }
}
.EmbroideryCap .EmbroideryCap__case-studyText {
  margin-top: 38px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.333;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
  text-align: center;
}
@media print, screen and (max-width: 768px) {
  .EmbroideryCap .EmbroideryCap__case-studyText {
    font-size: 12px;
    margin-top: 20px;
  }
}
.EmbroideryCap .EmbroideryCap__faq {
  background-color: #efefef;
  padding: 100px 0 80px;
}
@media print, screen and (max-width: 768px) {
  .EmbroideryCap .EmbroideryCap__faq {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.EmbroideryCap .EmbroideryCap__faqInner {
  max-width: 960px;
  margin: 0 auto;
  width: 95%;
}
@media print, screen and (max-width: 768px) {
  .EmbroideryCap .EmbroideryCap__faqInner {
    width: 90%;
  }
}
.EmbroideryCap .EmbroideryCap__faqTittle {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.667;
}
@media print, screen and (max-width: 768px) {
  .EmbroideryCap .EmbroideryCap__faqTittle {
    font-size: 20px;
  }
}
.EmbroideryCap .EmbroideryCap__faqList {
  margin-top: 14px;
  counter-reset: q-counter;
}
@media print, screen and (max-width: 768px) {
  .EmbroideryCap .EmbroideryCap__faqList {
    margin-top: 30px;
  }
}
.EmbroideryCap .EmbroideryCap__faqItem {
  padding: 30px 70px 45px 137px;
  border-bottom: 1px solid #211815;
  font-family: "yu-gothic-pr6n", sans-serif;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0;
  font-feature-settings: "palt";
}
@media print, screen and (max-width: 768px) {
  .EmbroideryCap .EmbroideryCap__faqItem {
    font-size: 14px;
    padding: 20px 0 20px 40px;
  }
}
@media print, screen and (max-width: 768px) {
  .EmbroideryCap .EmbroideryCap__faqItem:first-of-type {
    padding-top: 0;
  }
}
.EmbroideryCap .EmbroideryCap__faqItem:last-of-type {
  border-bottom: none;
}
@media print, screen and (max-width: 768px) {
  .EmbroideryCap .EmbroideryCap__faqItem:last-of-type {
    padding-bottom: 0;
  }
}
.EmbroideryCap .EmbroideryCap__faqItemQuestion {
  position: relative;
}
.EmbroideryCap .EmbroideryCap__faqItemQuestion::before {
  position: absolute;
  top: -0.6em;
  left: -2em;
  counter-increment: q-counter;
  content: "Q" counter(q-counter) ".";
  display: inline-block;
  width: 50px;
  height: 50px;
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 36px;
  line-height: 1.944;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
}
@media print, screen and (max-width: 768px) {
  .EmbroideryCap .EmbroideryCap__faqItemQuestion::before {
    font-size: 20px;
  }
}
.EmbroideryCap .EmbroideryCap__faqItemAnswer {
  position: relative;
  margin-top: 1em;
}
.EmbroideryCap .EmbroideryCap__faqItemAnswer::before {
  position: absolute;
  top: -0.6em;
  left: -1.2em;
  content: "A" ".";
  display: inline-block;
  width: 50px;
  height: 50px;
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 36px;
  line-height: 1.944;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
}
@media print, screen and (max-width: 768px) {
  .EmbroideryCap .EmbroideryCap__faqItemAnswer::before {
    font-size: 20px;
  }
}
.EmbroideryCap .EmbroideryCap__contact {
  margin-top: 110px;
}
@media print, screen and (max-width: 768px) {
  .EmbroideryCap .EmbroideryCap__contact {
    margin: 60px auto 0;
  }
}
@media print, screen and (max-width: 768px) {
  .EmbroideryCap .EmbroideryCap__contact .EmbroideryCap__btn {
    margin-top: 30px;
  }
}
.EmbroideryCap .EmbroideryCap__contactInner {
  max-width: 960px;
  margin: 0 auto;
  width: 95%;
}
@media print, screen and (max-width: 768px) {
  .EmbroideryCap .EmbroideryCap__contactInner {
    width: 90%;
  }
}
.EmbroideryCap .EmbroideryCap__contactTittle {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.667;
}
@media print, screen and (max-width: 768px) {
  .EmbroideryCap .EmbroideryCap__contactTittle {
    font-size: 20px;
  }
}
.EmbroideryCap .EmbroideryCap__contactText {
  font-size: 24px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.03em;
  font-feature-settings: "palt";
  text-align: center;
  margin-top: 48px;
  margin-bottom: 107px;
}
@media print, screen and (max-width: 768px) {
  .EmbroideryCap .EmbroideryCap__contactText {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 60px;
  }
}