.product-breadcrumb {
  max-width: 1360px;
}
.product-breadcrumb .breadcrumb {
  padding-top: 17px;
}
.product-breadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  content: ">";
}
.product-breadcrumb .breadcrumb .breadcrumb-item a {
  font-size: 12px;
}

#selectPillow img {
  max-width: 100%;
  height: auto;
}
#selectPillow .-color-orange {
  --color: #eb6112;
}
#selectPillow .-color-blue {
  --color: #01839b;
}
#selectPillow .-color-green {
  --color: #006b45;
}
#selectPillow .-color-yellow {
  --color: #f9b000;
}
#selectPillow .mv {
  position: relative;
  padding: 40px 15px 35px;
}
#selectPillow .mv__inner {
  position: relative;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  max-width: 980px;
}
#selectPillow .mv::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 60vw;
  background: url(../images/mv-bg.jpg) no-repeat center center/cover;
}
#selectPillow .mv:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: calc(60vw - 200px);
  width: 100%;
  height: 200px;
  background: url(../images/mv-bg-cover.png) repeat-x left bottom/auto 100%;
}
#selectPillow .mv__ttl {
  font-size: 28px;
  text-align: center;
  line-height: 1.375;
  letter-spacing: 0.05em !important;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-bottom: 40px;
}
#selectPillow .mv__ttl br {
  display: none;
}
#selectPillow .mv__flow {
  text-align: center;
}
#selectPillow .mv__flow img {
  width: 100%;
  max-width: 815px;
}
#selectPillow .mv__copy p {
  text-align: center;
  line-height: 1.7777777778;
  letter-spacing: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.08em !important;
  font-size: 16px;
}
#selectPillow .mv__boxs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  gap: 20px 0;
}
@media (min-width: 768px) {
  #selectPillow .mv {
    padding-top: 60px;
    padding-bottom: 71px;
  }
  #selectPillow .mv::before {
    height: 600px;
  }
  #selectPillow .mv:after {
    top: 400px;
  }
  #selectPillow .mv__ttl {
    font-size: 56px;
  }
  #selectPillow .mv__flow {
    margin-bottom: 45px;
  }
  #selectPillow .mv__copy {
    margin-bottom: 57px;
  }
  #selectPillow .mv__copy p {
    font-size: 18px;
  }
  #selectPillow .mv__boxs {
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 0 40px;
  }
}
@media (min-width: 1000px) {
  #selectPillow .mv__ttl br {
    display: block;
  }
}
#selectPillow .mvbox {
  border: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  gap: 0 30px;
}
#selectPillow .mvbox__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66px;
          flex: 0 0 66px;
}
#selectPillow .mvbox__content h3 {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.1em !important;
  margin-bottom: 10px;
}
#selectPillow .mvbox__content p {
  line-height: 1.5;
  letter-spacing: 0.01em !important;
  margin-bottom: 10px;
}
#selectPillow .mvbox__content p small {
  font-size: 13px;
}
#selectPillow .mvbox__content p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #selectPillow .mvbox {
    padding: 27px 29px 30px;
  }
  #selectPillow .mvbox__icon {
    margin-top: 9px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 77px;
            flex: 0 0 77px;
  }
  #selectPillow .mvbox__content h3 {
    font-size: 20px;
  }
  #selectPillow .mvbox__content p {
    font-size: 16px;
  }
}
#selectPillow .analytics {
  padding: 38px 15px 40px;
  background-color: #f3f2ef;
}
#selectPillow .analytics__copy {
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.02em !important;
  margin-bottom: 19px;
}
#selectPillow .analytics__button {
  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;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  width: 300px;
  height: 50px;
  margin: 0 auto;
  font-size: 17px;
  -webkit-box-shadow: 0 10px 16px rgba(128, 126, 123, 0.5);
          box-shadow: 0 10px 16px rgba(128, 126, 123, 0.5);
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
#selectPillow .analytics__button:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 0px 0px rgba(128, 126, 123, 0.5);
          box-shadow: 0 0px 0px rgba(128, 126, 123, 0.5);
}
@media (min-width: 768px) {
  #selectPillow .analytics__button {
    width: 480px;
    height: 70px;
    font-size: 20px;
  }
}
#selectPillow .fit {
  margin-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 50px;
}
#selectPillow .fit__hdrimg {
  margin: 0 -15px;
  position: relative;
  z-index: 0;
}
#selectPillow .fit__hdrcontent {
  position: relative;
  z-index: 1;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(255, 255, 255, 0.95);
  padding-top: 30px;
  margin-top: -100px;
}
#selectPillow .fit__hdrcontent h2 {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}
#selectPillow .fit__hdrcontent p {
  text-align: center;
  line-height: 1.875;
  letter-spacing: 0.01em !important;
}
#selectPillow .fit__steps {
  margin-top: 25px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
#selectPillow .fit__text {
  margin-top: 22px;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em !important;
}
#selectPillow .fit__button01 {
  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;
  font-size: 16px;
  background: #000 url(../images/icon-pin.png) no-repeat left 20px center/16px auto;
  color: #fff;
  margin: 0 auto;
  -webkit-box-shadow: 0 10px 16px rgba(128, 126, 123, 0.5);
          box-shadow: 0 10px 16px rgba(128, 126, 123, 0.5);
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  padding: 0 10px 0 40px;
  height: 80px;
}
#selectPillow .fit__button01:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 0px 0px rgba(128, 126, 123, 0.5);
          box-shadow: 0 0px 0px rgba(128, 126, 123, 0.5);
}
#selectPillow .fit__button02 {
  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;
  border-radius: 4px;
  background-color: #313333;
  color: #fff;
  margin: 20px auto 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.11em !important;
  padding: 0 30px 0 20px;
  height: 80px;
  background: #313333 url(../images/arrow-down.png) no-repeat right 15px center/10px auto;
}
@media (min-width: 768px) {
  #selectPillow .fit {
    margin-top: 71px;
    padding-bottom: 60px;
  }
  #selectPillow .fit__hdrimg {
    height: 400px;
  }
  #selectPillow .fit__hdrimg picture {
    width: 100%;
    height: 100%;
  }
  #selectPillow .fit__hdrimg img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
    max-width: none;
    width: 100%;
    height: 100%;
  }
  #selectPillow .fit__hdrcontent {
    margin-top: -160px;
    padding-top: 80px;
  }
  #selectPillow .fit__hdrcontent h2 {
    font-size: 32px;
    margin-bottom: 35px;
  }
  #selectPillow .fit__hdrcontent h2 br {
    display: none;
  }
  #selectPillow .fit__hdrcontent p {
    font-size: 16px;
  }
  #selectPillow .fit__steps {
    margin-top: 45px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 18px 1fr 18px 1fr 18px 1fr;
    grid-template-columns: 1fr 18px 1fr 18px 1fr 18px 1fr;
  }
  #selectPillow .fit__arrow {
    padding-top: 106px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #selectPillow .fit__text {
    font-size: 16px;
    margin-top: 38px;
  }
  #selectPillow .fit__button01 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 18px;
    width: 600px;
    height: 86px;
    margin-top: 28px;
    background: #000 url(../images/icon-pin.png) no-repeat left 33px center/21px auto;
    padding: 0 10px 0 50px;
  }
  #selectPillow .fit__button01 br {
    display: none;
  }
  #selectPillow .fit__button02 {
    font-size: 15px;
    width: 600px;
    height: 48px;
    padding: 0 50px 0 20px;
    background: #313333 url(../images/arrow-down.png) no-repeat right 25px center/14px auto;
  }
  #selectPillow .fit__button02 br {
    display: none;
  }
}
@media (max-width: 767.98px) {
  #selectPillow .fit__steps {
    max-width: 270px;
  }
  #selectPillow .fit__arrow {
    display: block;
    width: 24px;
    margin: 0 auto;
  }
  #selectPillow .fit__button01 span {
    text-align: center;
  }
  #selectPillow .fit__button02 {
    text-align: center;
    font-size: 14px;
  }
}
#selectPillow .fitstep__icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--color);
  color: #fff;
  padding-top: 15px;
}
#selectPillow .fitstep__icon small {
  font-family: DaxPro-Regular, "ff-dax-pro", sans-serif;
  font-weight: 400;
  font-size: 10px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
}
#selectPillow .fitstep__icon span {
  font-family: DaxPro-WideMedium, "ff-dax-pro-wide", sans-serif;
  font-weight: 300;
  font-size: 22px;
  display: block;
  text-align: center;
  line-height: 1;
}
#selectPillow .fitstep__text {
  font-weight: bold;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em !important;
}
@media (min-width: 768px) {
  #selectPillow .fitstep__icon {
    width: 100px;
    height: 100px;
    padding-top: 25px;
    margin: 0 auto;
  }
  #selectPillow .fitstep__icon small {
    font-size: 16px;
  }
  #selectPillow .fitstep__icon span {
    font-size: 36px;
  }
  #selectPillow .fitstep__text {
    text-align: center;
    font-size: 20px;
    padding-top: 20px;
  }
}
@media (max-width: 767.98px) {
  #selectPillow .fitstep {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 20px;
  }
  #selectPillow .fitstep__icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
    width: 60px;
  }
  #selectPillow .fitstep__text {
    margin: 0;
  }
  #selectPillow .fitstep__text br {
    display: none;
  }
}
#selectPillow .select {
  background-color: #f5f5f5;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  z-index: 0;
  padding-top: 50px;
  padding-bottom: 200px;
}
#selectPillow .select__container {
  max-width: 1140px;
  margin: 0 auto;
}
#selectPillow .select__anchors {
  max-width: 980px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
#selectPillow .select__anchor {
  border-radius: 5px;
  background: var(--color) url(../images/arrow-down.png) no-repeat right 10px center/10px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  -webkit-transition: 0.3s opacity ease;
  transition: 0.3s opacity ease;
  height: 50px;
  padding: 0 0 0 10px;
  gap: 0 10px;
}
#selectPillow .select__anchor i {
  font-size: 30px;
  font-style: normal;
  font-family: DaxPro-WideMedium, "ff-dax-pro-wide", sans-serif;
  font-weight: 300;
}
#selectPillow .select__anchor span {
  font-size: 16px;
}
#selectPillow .select__anchor:hover {
  text-decoration: none;
  opacity: 0.6;
}
#selectPillow .select__conthdr {
  background-color: var(--color);
  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;
  color: #fff;
  margin: 0;
  height: 60px;
  gap: 0 10px;
}
#selectPillow .select__conthdr i {
  font-size: 30px;
  font-style: normal;
  font-family: DaxPro-WideMedium, "ff-dax-pro-wide", sans-serif;
  font-weight: 300;
}
#selectPillow .select__conthdr span {
  font-size: 20px;
}
#selectPillow .select__content {
  margin-top: 40px;
}
#selectPillow .select__content + .select__content {
  margin-top: 60px;
}
#selectPillow .select__contin {
  background-color: #fff;
  padding: 30px 15px;
}
@media (min-width: 768px) {
  #selectPillow .select {
    padding-top: 60px;
    padding-bottom: 280px;
  }
  #selectPillow .select__anchors {
    gap: 0 22px;
    -ms-grid-columns: 1fr 22px 1fr 22px 1fr 22px 1fr;
    grid-template-columns: repeat(4, 1fr);
  }
  #selectPillow .select__anchor {
    height: 60px;
    padding: 0 0 0 17px;
    gap: 0 10px;
    background-position: right 20px center;
    background-size: 15px auto;
  }
  #selectPillow .select__anchor i {
    font-size: 38px;
  }
  #selectPillow .select__anchor span {
    font-size: 18px;
  }
  #selectPillow .select__content {
    margin-top: 60px;
  }
  #selectPillow .select__content + .select__content {
    margin-top: 80.5px;
  }
  #selectPillow .select__conthdr {
    height: 80px;
    gap: 0 20px;
  }
  #selectPillow .select__conthdr i {
    font-size: 38px;
  }
  #selectPillow .select__conthdr span {
    font-size: 28px;
  }
  #selectPillow .select__contin {
    padding: 60px 30px;
  }
}
@media (min-width: 1024px) {
  #selectPillow .select__contin {
    padding: 60px 80px;
  }
}
#selectPillow .pillow-fg {
  display: block;
}
#selectPillow .pillow-fg figure {
  aspect-ratio: 2/1;
  margin: 0;
  position: relative;
}
#selectPillow .pillow-fg figure img {
  max-width: none;
  width: 100%;
}
#selectPillow .pillow-fg figure.-tag-pop::before, #selectPillow .pillow-fg figure.-tag-sc::before, #selectPillow .pillow-fg figure.-tag-air::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  aspect-ratio: 1/1;
}
#selectPillow .pillow-fg figure.-tag-pop::before {
  background-image: url(../images/tag-ninki.png);
}
#selectPillow .pillow-fg figure.-tag-sc::before {
  background-image: url(../images/tag-sc.png);
}
#selectPillow .pillow-fg figure.-tag-air::before {
  background-image: url(../images/tag-air.png);
}
#selectPillow .pillow-fg p {
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.02em !important;
}
@media (min-width: 768px) {
  #selectPillow .pillow-fg figure.-tag-pop::before, #selectPillow .pillow-fg figure.-tag-sc::before, #selectPillow .pillow-fg figure.-tag-air::before {
    width: min(20%, 50px);
    top: -10px;
  }
  #selectPillow .pillow-fg p {
    font-size: 16px;
  }
}
#selectPillow .size__table {
  margin-top: 30px;
}
#selectPillow .size__hotel {
  margin-top: 40px;
}
#selectPillow .size__use {
  margin-top: 30px;
}
@media (min-width: 768px) {
  #selectPillow .size__table {
    margin-top: 60px;
  }
  #selectPillow .size__hotel {
    margin-top: 53px;
  }
  #selectPillow .size__use {
    margin-top: 37px;
  }
}
#selectPillow .size-hdr__content {
  margin-top: 20px;
}
#selectPillow .size-hdr__content p {
  line-height: 2;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em !important;
}
@media (min-width: 768px) {
  #selectPillow .size-hdr {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 0 40px;
  }
  #selectPillow .size-hdr__content {
    margin-top: 0;
  }
  #selectPillow .size-hdr__content p {
    -webkit-transform: translateY(-0.5em);
            transform: translateY(-0.5em);
    font-size: 16px;
  }
}
#selectPillow .size-table {
  width: 100%;
}
#selectPillow .size-table__td2, #selectPillow .size-table__td3 {
  background-color: #efede8;
}
#selectPillow .size-table tbody th, #selectPillow .size-table tbody td {
  border: 1px solid #877d77;
  padding: 8px 5px;
}
#selectPillow .size-table th {
  font-size: 11px;
  background-color: #877d77;
  color: #fff;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  line-height: 1.3333333333;
}
#selectPillow .size-table th + th {
  border-left: 1px solid #fff;
}
#selectPillow .size-table tr th:nth-child(1), #selectPillow .size-table tr td:nth-child(1) {
  width: 44.8979591837%;
}
#selectPillow .size-table tr th:nth-child(2), #selectPillow .size-table tr td:nth-child(2) {
  width: 11.2244897959%;
  min-width: 55px;
}
#selectPillow .size-table tr th:nth-child(3), #selectPillow .size-table tr td:nth-child(3) {
  width: 43.8775510204%;
}
#selectPillow .size-table ul {
  padding: 0 0 0 1em;
  margin: 0;
}
#selectPillow .size-table li {
  letter-spacing: 0 !important;
}
#selectPillow .size-table li + li {
  margin-top: 0.45em;
}
#selectPillow .size-table__td2 {
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  color: #877d77;
}
#selectPillow .size-table__td3 li {
  color: #877d77;
}
@media (min-width: 768px) {
  #selectPillow .size-table tr th:nth-child(2), #selectPillow .size-table tr td:nth-child(2) {
    min-width: 110px;
  }
  #selectPillow .size-table th {
    font-size: 18px;
    padding-bottom: 7px;
  }
  #selectPillow .size-table li {
    font-size: 16px;
  }
  #selectPillow .size-table tbody th, #selectPillow .size-table tbody td {
    padding: 25px 30px;
  }
  #selectPillow .size-table__td2 {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  #selectPillow .size-table th {
    padding: 5px 0;
  }
  #selectPillow .size-table li {
    font-size: 11px;
  }
}
#selectPillow .size-notes {
  margin-top: 30px;
}
#selectPillow .size-notes h3 {
  font-weight: bold;
  letter-spacing: 0.01em !important;
  margin-bottom: 1em;
  font-size: 16px;
}
#selectPillow .size-notes p {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em !important;
  line-height: 2;
  margin: 0;
}
#selectPillow .size-notes small {
  display: block;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.11em !important;
  line-height: 1.7142857143;
  font-size: 11px;
}
#selectPillow .size-notes p + p, #selectPillow .size-notes p + small, #selectPillow .size-notes small + p, #selectPillow .size-notes small + small {
  margin-top: 0.7em;
}
@media (min-width: 768px) {
  #selectPillow .size-notes {
    margin-top: 45px;
  }
  #selectPillow .size-notes h3 {
    font-size: 18px;
  }
  #selectPillow .size-notes p {
    font-size: 16px;
  }
  #selectPillow .size-notes small {
    font-size: 14px;
  }
}
#selectPillow .size-hotel__ttl {
  text-align: center;
  font-weight: bold;
}
#selectPillow .size-hotel__pillows {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  gap: 20px 0;
}
@media (min-width: 768px) {
  #selectPillow .size-hotel__ttl {
    font-size: 24px;
  }
  #selectPillow .size-hotel__pillows {
    margin-top: 30px;
    gap: 40px;
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
  #selectPillow .size-hotel__pillows .pillow-fg figure {
    padding: 0 15px;
    margin-bottom: 16px;
  }
}
@media (max-width: 767.98px) {
  #selectPillow .size-hotel__pillows {
    max-width: 350px;
    margin: 0 auto;
  }
}
#selectPillow .size-use__ttl {
  text-align: center;
  font-weight: bold;
}
#selectPillow .size-use__image {
  text-align: center;
  margin-top: 24px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #selectPillow .size-use__ttl {
    font-size: 24px;
  }
  #selectPillow .size-use__image {
    margin-top: 48px;
  }
}
#selectPillow .posture + .posture {
  border-top: 1px solid #ccc;
  padding-top: 40px;
  margin-top: 30px;
}
#selectPillow .posture__pillows {
  max-width: 800px;
  margin: 0 auto;
  padding-top: 20px;
}
@media (min-width: 768px) {
  #selectPillow .posture + .posture {
    padding-top: 60px;
    margin-top: 40px;
  }
  #selectPillow .posture__pillows {
    padding-top: 62px;
  }
}
#selectPillow .posture-hdr__text p {
  text-align: center;
  line-height: 2;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em !important;
}
#selectPillow .posture-hdr__image {
  margin: 0;
  text-align: center;
}
#selectPillow .posture-hdr__image img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 148px;
  width: auto;
}
@media (min-width: 768px) {
  #selectPillow .posture-hdr {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 4fr 6fr;
    grid-template-columns: 4fr 6fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #selectPillow .posture-hdr__text p {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  #selectPillow .posture-hdr__image {
    margin-bottom: 25px;
  }
}
#selectPillow .posture-pillows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
#selectPillow .posture-pillows > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 10px) / 2);
          flex: 0 0 calc((100% - 10px) / 2);
}
#selectPillow .posture-pillows .pillow-fg figure {
  margin-bottom: 11px;
}
@media (min-width: 768px) {
  #selectPillow .posture-pillows {
    gap: 22px;
  }
  #selectPillow .posture-pillows > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 44px) / 3);
            flex: 0 0 calc((100% - 44px) / 3);
  }
}
#selectPillow .spec-table {
  width: 100%;
}
#selectPillow .spec-table thead th, #selectPillow .spec-table thead td {
  background-color: #877d77;
  color: #fff;
}
#selectPillow .spec-table tbody th {
  font-weight: normal;
}
@media (min-width: 768px) {
  #selectPillow .spec-table__pillows {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 20px;
  }
  #selectPillow .spec-table__pillows .pillow-fg figure {
    margin-bottom: 11px;
  }
  #selectPillow .spec-table thead th, #selectPillow .spec-table thead td {
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
    padding: 15px 0;
    height: 78px;
  }
  #selectPillow .spec-table thead th {
    border-right: 1px solid #fff;
    width: 26.5306122449%;
  }
  #selectPillow .spec-table thead td {
    width: 73.4693877551%;
  }
  #selectPillow .spec-table tbody td, #selectPillow .spec-table tbody th {
    border: 1px solid #877d77;
  }
  #selectPillow .spec-table tbody th {
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
  }
  #selectPillow .spec-table tbody td {
    padding: 50px 38px 22px;
  }
}
@media (max-width: 767.98px) {
  #selectPillow .spec-table {
    display: block;
  }
  #selectPillow .spec-table thead {
    display: none;
  }
  #selectPillow .spec-table th {
    background-color: #877d77;
    color: #fff;
    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;
    height: 60px;
    margin-bottom: 20px;
  }
  #selectPillow .spec-table tr {
    border: 1px solid #877d77;
  }
  #selectPillow .spec-table tr + tr {
    margin-top: 30px;
  }
  #selectPillow .spec-table td {
    padding: 15px;
  }
  #selectPillow .spec-table tbody, #selectPillow .spec-table tr, #selectPillow .spec-table td {
    display: block;
  }
  #selectPillow .spec-table__pillows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }
  #selectPillow .spec-table__pillows > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 10px) / 2);
            flex: 0 0 calc((100% - 10px) / 2);
  }
}
#selectPillow .faq {
  position: relative;
  z-index: 1;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 44px;
}
#selectPillow .faq__wrapper {
  max-width: 1140px;
  margin-top: -110px;
  padding: 40px 15px 30px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border: 1px solid #181617;
}
#selectPillow .faq__ttl {
  text-align: center;
  font-weight: bold;
  letter-spacing: 0 !important;
}
#selectPillow .faq__container {
  max-width: 980px;
  padding-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  #selectPillow .faq {
    padding-bottom: 72px;
  }
  #selectPillow .faq__wrapper {
    margin-top: -108px;
    padding-top: 79px;
    padding-bottom: 57px;
  }
  #selectPillow .faq__ttl {
    font-size: 32px;
  }
  #selectPillow .faq__container {
    padding-top: 60px;
  }
}
#selectPillow .faqblk + .faqblk {
  border-top: 1px solid #ccc;
  padding-top: 30px;
  margin-top: 25px;
}
#selectPillow .faqblk__q {
  position: relative;
  font-weight: bold;
  letter-spacing: 0 !important;
  padding-left: 26px;
  font-size: 16px;
  margin-bottom: 15px;
}
#selectPillow .faqblk__q::before {
  content: "Q.";
  position: absolute;
  left: 0;
  font-weight: bold;
  font-size: 20px;
}
#selectPillow .faqblk__a {
  position: relative;
  padding: 0 0 0 26px;
}
#selectPillow .faqblk__a::before {
  content: "A.";
  position: absolute;
  left: 0;
  font-size: 20px;
}
#selectPillow .faqblk__a p {
  line-height: 2;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em !important;
}
@media (min-width: 768px) {
  #selectPillow .faqblk + .faqblk {
    padding-top: 42px;
    margin-top: 33px;
  }
  #selectPillow .faqblk__q {
    font-size: 20px;
    padding-left: 31px;
    margin-bottom: 25px;
  }
  #selectPillow .faqblk__q::before {
    font-size: 24px;
  }
  #selectPillow .faqblk__a {
    padding: 0 0 0 31px;
  }
  #selectPillow .faqblk__a::before {
    font-size: 24px;
  }
  #selectPillow .faqblk__a p {
    font-size: 16px;
  }
}
#selectPillow .banners {
  padding: 20px 15px 40px;
}
#selectPillow .banners a {
  display: block;
}
@media (min-width: 768px) {
  #selectPillow .banners {
    padding-top: 71px;
    padding-bottom: 122px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 40px;
  }
  #selectPillow .banners a {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: 550px;
  }
}
@media (max-width: 767.98px) {
  #selectPillow .banners a + a {
    margin-top: 20px;
  }
}