@charset "UTF-8";
/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/*==========================================================================

   mixin

===========================================================================*/
/*==========================================================================

   keyframes

===========================================================================*/
/* section
-----------------------------------------------------------------*/
.m-pankuzu {
  margin-bottom: 0;
}

/*--------------------------------------------------------------------------
   common
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
/*--------------------------------------------------------------------------
   sec-point — サイズの決め方・フィットの考え方
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-point {
  padding-block: clamp(50px, 6.9444444444vw, 100px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(40px, 5.5555555556vw, 80px);
}
@media only screen and (max-width: 767px) {
  .sec-point {
    padding-block: 50px;
    gap: 40px;
  }
}
.sec-point__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .sec-point__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
.sec-point__block--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .sec-point__block--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec-point__block--reverse .sec-point__body {
  padding: 0 0 20px clamp(40px, 5.5555555556vw, 80px);
}
@media only screen and (max-width: 767px) {
  .sec-point__block--reverse .sec-point__body {
    padding: 0;
  }
}
.sec-point__block--reverse .sec-point__hdg {
  padding: 0 clamp(40px, 5.5555555556vw, 80px) 0 0;
}
@media only screen and (max-width: 767px) {
  .sec-point__block--reverse .sec-point__hdg {
    padding: 0;
  }
}
.sec-point__block--reverse .sec-point__copy {
  padding: 0 clamp(40px, 5.5555555556vw, 80px) 0 0;
}
@media only screen and (max-width: 767px) {
  .sec-point__block--reverse .sec-point__copy {
    padding: 0;
  }
}
.sec-point__img {
  position: relative;
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .sec-point__img {
    width: 100%;
  }
}
.sec-point__img img {
  width: 100%;
  height: auto;
  display: block;
}
.sec-point__img .c-caption {
  position: absolute;
  bottom: 0;
  left: 10px;
}
.sec-point__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(23px, 3.1944444444vw, 46px);
  padding: 0 clamp(40px, 5.5555555556vw, 80px) 20px 0;
}
@media only screen and (max-width: 767px) {
  .sec-point__body {
    gap: 24px;
    padding: 0;
  }
}
.sec-point__hdg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(12.5px, 1.7361111111vw, 25px);
  padding: 0 0 0 clamp(40px, 5.5555555556vw, 80px);
}
@media only screen and (max-width: 767px) {
  .sec-point__hdg {
    gap: 12px;
    padding: 0;
  }
}
.sec-point__en {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.16em;
  color: #7B7A78;
}
@media only screen and (max-width: 767px) {
  .sec-point__en {
    font-size: 12px;
  }
}
.sec-point__title {
  font-size: clamp(11px, 1.5277777778vw, 22px);
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0.17em;
  color: #56524E;
}
@media only screen and (max-width: 767px) {
  .sec-point__title {
    font-size: 18px;
    line-height: 30px;
  }
}
.sec-point__sub {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.16em;
  color: #7B7A78;
}
@media only screen and (max-width: 767px) {
  .sec-point__sub {
    font-size: 13px;
  }
}
.sec-point__line {
  border: none;
  border-top: 1px solid #BBBBBB;
  margin: 0;
}
.sec-point__copy {
  padding: 0 0 0 clamp(40px, 5.5555555556vw, 80px);
}
@media only screen and (max-width: 767px) {
  .sec-point__copy {
    padding: 0;
  }
}
.sec-point__txt {
  font-size: 13px;
  line-height: 26px;
  letter-spacing: 0.07em;
  color: #56524E;
}
@media only screen and (max-width: 767px) {
  .sec-point__txt {
    font-size: 12px;
    line-height: 24px;
  }
}
.sec-point__txt strong {
  font-weight: 600;
}

/*--------------------------------------------------------------------------
   sec-chart — サイズ一覧
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-chart {
  background: #222;
  padding-block: clamp(50px, 6.9444444444vw, 100px);
}
@media only screen and (max-width: 767px) {
  .sec-chart {
    padding-block: 50px;
  }
}
.sec-chart .l-wrap-l {
  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;
  gap: clamp(40px, 5.5555555556vw, 80px);
}
@media only screen and (max-width: 767px) {
  .sec-chart .l-wrap-l {
    gap: 40px;
  }
}
.sec-chart .c-hdg-section {
  margin-bottom: 0;
}
.sec-chart__table-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 1080px;
}
.sec-chart__table-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.sec-chart__table-title-bar {
  display: block;
  width: 0;
  height: 18px;
  border-left: 3px solid #F7F7F7;
}
@media only screen and (max-width: 767px) {
  .sec-chart__table-title-bar {
    min-height: 40px;
    height: 100%;
  }
}
.sec-chart__table-title-txt {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.1em;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .sec-chart__table-title-txt {
    font-size: 12px;
  }
}
.sec-chart__table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.sec-chart__table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
  text-align: center;
}
.sec-chart__table th,
.sec-chart__table td {
  padding: 10px;
  border: 1px solid #DDDDDD;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.2em;
  color: #56524E;
}
.sec-chart__table th {
  width: 25%;
  background: #56524E;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
}
.sec-chart__table th span {
  font-size: 12px;
  font-weight: 500;
}
.sec-chart__table th small {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .sec-chart__table th {
    font-size: 13px;
    padding: 8px 6px;
  }
}
.sec-chart__table td {
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .sec-chart__table td {
    padding: 8px 6px;
  }
}
.sec-chart__td-size {
  font-weight: 600;
}
.sec-chart__note {
  margin-top: 8px;
  font-size: 13px;
  letter-spacing: 0.07em;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .sec-chart__note {
    font-size: 12px;
    text-align: left;
  }
}
.sec-chart__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  width: 100%;
  max-width: 1080px;
}
@media only screen and (max-width: 767px) {
  .sec-chart__images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
}
.sec-chart__img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sec-chart__img img {
  width: 100%;
  height: auto;
  display: block;
}

/*--------------------------------------------------------------------------
   sec-measure — 正しい足の測り方
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-measure {
  padding-block: clamp(50px, 6.9444444444vw, 100px);
}
@media only screen and (max-width: 767px) {
  .sec-measure {
    padding-block: 50px;
  }
}
.sec-measure .l-wrap-l {
  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;
  gap: clamp(40px, 5.5555555556vw, 80px);
}
@media only screen and (max-width: 767px) {
  .sec-measure .l-wrap-l {
    gap: 40px;
  }
}
.sec-measure .c-hdg-section {
  margin-bottom: 0;
}
.sec-measure {
  /* --- カード3枚 --- */
}
.sec-measure__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  width: 100%;
  max-width: 1200px;
}
@media only screen and (max-width: 767px) {
  .sec-measure__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
.sec-measure__card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
  padding: 30px 30px 40px;
  background: #fff;
  border: 1px solid #BBBBBB;
  max-width: 386px;
}
@media only screen and (max-width: 767px) {
  .sec-measure__card {
    max-width: none;
    padding: 24px 20px;
  }
}
.sec-measure__card-ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 62px;
  height: 62px;
}
.sec-measure__card-ico img {
  width: 100%;
  height: auto;
}
.sec-measure__card-hdg {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.1em;
  color: #56524E;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec-measure__card-hdg {
    margin-top: 10px;
  }
}
.sec-measure__card-txt {
  margin-top: 16px;
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.07em;
  color: #56524E;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec-measure__card-txt {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.8;
  }
}
.sec-measure {
  /* --- 手順 --- */
}
.sec-measure__steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  width: 100%;
  max-width: 1080px;
}
@media only screen and (max-width: 767px) {
  .sec-measure__steps {
    gap: 25px;
  }
}
.sec-measure__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  padding: 45px 50px 50px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .sec-measure__step {
    padding: 24px 20px 30px;
    gap: 20px;
  }
}
.sec-measure__step-hdg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
@media only screen and (max-width: 767px) {
  .sec-measure__step-hdg {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.sec-measure__step-no {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.16em;
  color: #7B7A78;
  border-bottom: 1px solid #7B7A78;
  line-height: 1.5;
}
.sec-measure__step-title {
  font-size: 21px;
  font-weight: 700;
  line-height: 31px;
  letter-spacing: 0.1em;
  color: #56524E;
}
@media only screen and (max-width: 767px) {
  .sec-measure__step-title {
    font-size: 17px;
    line-height: 1.6;
  }
}
.sec-measure__step-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
@media only screen and (max-width: 767px) {
  .sec-measure__step-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.sec-measure__step-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 540px;
}
@media only screen and (max-width: 767px) {
  .sec-measure__step-img {
    width: 100%;
  }
}
.sec-measure__step-img img {
  width: 100%;
  height: auto;
  display: block;
}
.sec-measure__step-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 20px;
}
.sec-measure__step-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.sec-measure__step-item p {
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.07em;
  color: #56524E;
}
@media only screen and (max-width: 767px) {
  .sec-measure__step-item p {
    font-size: 12px;
    line-height: 20px;
  }
}
.sec-measure__step-num {
  font-size: 13px;
  line-height: 1.65;
  letter-spacing: 0.07em;
  color: #56524E;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.sec-measure__step-note {
  font-size: 13px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0.07em;
  color: #56524E;
  margin-top: 5px;
  padding-top: 15px;
  border-top: 1px solid #BBBBBB;
}
@media only screen and (max-width: 767px) {
  .sec-measure__step-note {
    font-size: 12px;
    line-height: 22px;
  }
}
.sec-measure__step-txt {
  font-size: 13px;
  line-height: 26px;
  letter-spacing: 0.07em;
  color: #56524E;
}
@media only screen and (max-width: 767px) {
  .sec-measure__step-txt {
    font-size: 12px;
    line-height: 22px;
  }
}
.sec-measure {
  /* --- 補足ボックス --- */
}
.sec-measure__notes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  width: 100%;
  max-width: 1080px;
}
.sec-measure__note-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding: 36px 40px 34px;
  background: #fff;
  border-left: 7px solid #BBBBBB;
}
@media only screen and (max-width: 767px) {
  .sec-measure__note-box {
    padding: 24px 20px 30px;
    gap: 20px;
  }
}
.sec-measure__note-hdg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.sec-measure__note-ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.sec-measure__note-ico img {
  width: 100%;
  height: auto;
}
.sec-measure__note-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.1em;
  color: #56524E;
}
@media only screen and (max-width: 767px) {
  .sec-measure__note-title {
    font-size: 14px;
  }
}
.sec-measure__note-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  list-style: none;
}
.sec-measure__note-list li {
  position: relative;
  padding-left: 1em;
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.07em;
  color: #56524E;
}
@media only screen and (max-width: 767px) {
  .sec-measure__note-list li {
    font-size: 12px;
    line-height: 22px;
  }
}
.sec-measure__note-list li::before {
  content: "・";
  position: absolute;
  top: 0em;
  left: 0;
}
.sec-measure__note-list li strong {
  font-weight: 600;
}
.sec-measure__note-lead {
  font-size: 13px;
  line-height: 26px;
  letter-spacing: 0.07em;
  color: #56524E;
}
@media only screen and (max-width: 767px) {
  .sec-measure__note-lead {
    font-size: 12px;
    line-height: 22px;
  }
}
.sec-measure__note-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  padding: 12px 20px;
  background: #F6F6F4;
}
@media only screen and (max-width: 767px) {
  .sec-measure__note-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    padding: 16px;
  }
}
.sec-measure__note-grid-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(50% - 10px);
}
@media only screen and (max-width: 767px) {
  .sec-measure__note-grid-item {
    width: 100%;
  }
}
.sec-measure__note-grid-item p {
  font-size: 13px;
  line-height: 26px;
  letter-spacing: 0.07em;
  color: #56524E;
}
@media only screen and (max-width: 767px) {
  .sec-measure__note-grid-item p {
    font-size: 12px;
  }
}
.sec-measure__note-label {
  font-size: 13px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0.07em;
  color: #56524E;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100px;
}
@media only screen and (max-width: 767px) {
  .sec-measure__note-label {
    width: 80px;
    font-size: 12px;
  }
}

/*--------------------------------------------------------------------------
   sec-trycheck — 購入後の試し履きチェック
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-trycheck {
  padding-block: clamp(50px, 6.9444444444vw, 100px);
}
@media only screen and (max-width: 767px) {
  .sec-trycheck {
    padding-block: 50px;
  }
}
.sec-trycheck .l-wrap-l {
  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;
  gap: clamp(40px, 5.5555555556vw, 80px);
}
@media only screen and (max-width: 767px) {
  .sec-trycheck .l-wrap-l {
    gap: 40px;
  }
}
.sec-trycheck__head {
  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;
  gap: 50px;
}
@media only screen and (max-width: 767px) {
  .sec-trycheck__head {
    gap: 30px;
  }
}
.sec-trycheck__head .c-hdg-section {
  margin-bottom: 0;
}
.sec-trycheck__lead {
  font-size: 13px;
  line-height: 26px;
  letter-spacing: 0.07em;
  color: #56524E;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec-trycheck__lead {
    font-size: 12px;
    text-align: left;
  }
}
.sec-trycheck__lead strong {
  font-weight: 600;
}
.sec-trycheck__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(30px, 4.6875vw, 60px);
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .sec-trycheck__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.sec-trycheck__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 23px;
}
.sec-trycheck__item-img {
  width: 100%;
}
.sec-trycheck__item-img img {
  width: 100%;
  height: auto;
  display: block;
}
.sec-trycheck__item-hdg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.sec-trycheck__item-no {
  position: relative;
  top: 3px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.16em;
  color: #56524E;
  border-bottom: 1px solid #7B7A78;
  line-height: 1.2;
}
.sec-trycheck__item-title {
  font-size: 19px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.1em;
  color: #56524E;
}
@media only screen and (max-width: 767px) {
  .sec-trycheck__item-title {
    font-size: 16px;
  }
}
.sec-trycheck__item-txt {
  font-size: 13px;
  line-height: 26px;
  letter-spacing: 0.07em;
  color: #56524E;
}
@media only screen and (max-width: 767px) {
  .sec-trycheck__item-txt {
    font-size: 12px;
    line-height: 22px;
  }
}

/*--------------------------------------------------------------------------
   sec-mistakes — よくある失敗と対策
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-mistakes {
  padding-block: clamp(50px, 6.9444444444vw, 100px);
}
@media only screen and (max-width: 767px) {
  .sec-mistakes {
    padding-block: 50px;
  }
}
.sec-mistakes .l-wrap-l {
  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;
  gap: clamp(40px, 5.5555555556vw, 80px);
}
@media only screen and (max-width: 767px) {
  .sec-mistakes .l-wrap-l {
    gap: 40px;
  }
}
.sec-mistakes .c-hdg-section {
  margin-bottom: 0;
}
.sec-mistakes__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .sec-mistakes__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
.sec-mistakes__card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding: 30px;
  background: #fff;
  border: 1px solid #BBBBBB;
  max-width: 386px;
}
@media only screen and (max-width: 767px) {
  .sec-mistakes__card {
    max-width: none;
    padding: 20px;
  }
}
.sec-mistakes__card-hdg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.sec-mistakes__card-ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 34px;
  height: 34px;
}
.sec-mistakes__card-ico img {
  width: 100%;
  height: auto;
}
.sec-mistakes__card-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.1em;
  color: #56524E;
}
@media only screen and (max-width: 767px) {
  .sec-mistakes__card-title {
    font-size: 14px;
  }
}
.sec-mistakes__card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.sec-mistakes__card-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding: 10px;
  background: #F6F6F4;
}
.sec-mistakes__card-row p {
  font-size: 13px;
  line-height: 26px;
  letter-spacing: 0.07em;
  color: #56524E;
}
@media only screen and (max-width: 767px) {
  .sec-mistakes__card-row p {
    font-size: 12px;
  }
}
.sec-mistakes__card-row--bold p {
  font-weight: 600;
}
.sec-mistakes__card-label {
  font-size: 13px;
  line-height: 26px;
  letter-spacing: 0.07em;
  color: #56524E;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .sec-mistakes__card-label {
    font-size: 12px;
  }
}

/*--------------------------------------------------------------------------
   sec-checklist — 印刷用チェックリスト
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-checklist {
  position: relative;
  padding-block: clamp(50px, 6.9444444444vw, 100px);
  background: url("../img/guide/size/bg_checklist.webp") center/cover no-repeat;
}
@media only screen and (max-width: 767px) {
  .sec-checklist {
    padding-block: 50px;
  }
}
.sec-checklist::before {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}
.sec-checklist__inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-inline: 20px;
}
.sec-checklist__box {
  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;
  gap: 60px;
  padding: 60px 0;
  background: #fff;
  width: 100%;
  max-width: 900px;
}
@media only screen and (max-width: 767px) {
  .sec-checklist__box {
    gap: 30px;
    padding: 40px 20px;
  }
}
.sec-checklist__head {
  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;
  gap: 50px;
}
@media only screen and (max-width: 767px) {
  .sec-checklist__head {
    gap: 24px;
  }
}
.sec-checklist__head .c-hdg-section {
  margin-bottom: 0;
}
.sec-checklist__txt {
  font-size: 13px;
  line-height: 26px;
  letter-spacing: 0.07em;
  color: #56524E;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec-checklist__txt {
    font-size: 12px;
    text-align: left;
  }
}
.sec-checklist__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  width: 540px;
  max-width: 100%;
  height: 70px;
  background: #222;
  border-radius: 6px;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media only screen and (max-width: 767px) {
  .sec-checklist__btn {
    width: 100%;
    height: 56px;
  }
}
.sec-checklist__btn:hover {
  opacity: 0.8;
}
.sec-checklist__btn-ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 36px;
  height: 36px;
}
@media only screen and (max-width: 767px) {
  .sec-checklist__btn-ico {
    width: 28px;
    height: 28px;
  }
}
.sec-checklist__btn-ico img {
  width: 100%;
  height: auto;
}
.sec-checklist__btn-txt {
  font-size: 19px;
  font-weight: 700;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .sec-checklist__btn-txt {
    font-size: 14px;
  }
}
/*# sourceMappingURL=guide-size.css.map */