@charset "UTF-8";
#container {
  background: #f8f5f0;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  font-family: 'YakuHanJPs', "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0em;
  -webkit-text-size-adjust: 100%;
  color: #2c2c2c;
  -webkit-font-smoothing: antialiased;
  /* For better font rendering on macOS */
  -moz-osx-font-smoothing: grayscale;
  /* For better font rendering on macOS */
}

#container img {
  max-width: 100%;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

#container a {
  outline: none;
  text-decoration: none;
  color: #2c2c2c;
}

#container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media all and (max-width: 768px) {
  #container img {
    max-width: 100%;
    height: auto;
  }
}

@media (min-width: 769px) and (max-width: 1100px), print {
  #container {
    min-width: 1050px;
  }
}

@media all and (max-width: 768px) {
  #container .u-pc-only {
    display: none !important;
  }
}

@media (min-width: 769px), print {
  #container .u-sp-only {
    display: none !important;
  }
}

@-webkit-keyframes fadeInText {
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeInText {
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes fadeInText2 {
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 1;
  }
}

@keyframes fadeInText2 {
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 1;
  }
}

.in .p-eqhm-mv__photo {
  opacity: 1;
}

.in .p-eqhm-mv__photo .imagemv {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 1.8s ease, -webkit-filter 1.8s ease;
  transition: -webkit-transform 1.8s ease, -webkit-filter 1.8s ease;
  transition: transform 1.8s ease, filter 1.8s ease;
  transition: transform 1.8s ease, filter 1.8s ease, -webkit-transform 1.8s ease, -webkit-filter 1.8s ease;
  -webkit-filter: blur(0);
          filter: blur(0);
}

.in .p-eqhm-mv__copywrap, .in .p-eqhm-mv__copy, .in .p-eqhm-mv__copy2, .in .p-eqhm-mv-linkwrap {
  opacity: 1;
  -webkit-transition: opacity 1s ease 0.8s;
  transition: opacity 1s ease 0.8s;
}

.p-eqhm-mv {
  position: relative;
}

.p-eqhm-mv__photo {
  z-index: -1;
  position: relative;
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 2s ease;
  transition: opacity 2s ease;
}

.p-eqhm-mv__copywrap {
  opacity: 0;
  position: absolute;
  z-index: 2;
}

.p-eqhm-mv__copy {
  opacity: 0;
  z-index: 2;
}

.p-eqhm-mv__copy .txt1 {
  font-family: 'YakuHanJPs', "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  display: block;
  line-height: 1.7;
}

.p-eqhm-mv__copy .txt2 {
  font-family: 'YakuHanJPs', "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  display: block;
  line-height: 1.7;
}

.p-eqhm-mv__copy2 {
  z-index: 2;
  opacity: 0;
  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;
  text-align: center;
  background: #b66a44;
  border-radius: 50%;
}

.p-eqhm-mv__copy2 .txt {
  color: #f8f5f0;
}

.p-eqhm-mv__photo {
  position: relative;
  width: 100%;
}

.p-eqhm-mv__photo .imagemv {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-filter: blur(5px);
          filter: blur(5px);
}

.p-eqhm-mv-linkbox {
  z-index: 3;
  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;
  text-align: center;
  background: #f8f5f0;
  border-radius: 90px;
}

.p-eqhm-mv-linkbox .txt {
  color: #b66a44;
  font-family: 'YakuHanJPs', "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.06em;
  padding: 0 0 6px;
}

.p-eqhm-mv-linkbox .line {
  height: 30px;
  width: 1px;
  margin: 0 8px;
  background: #b66a44;
  display: inline-block;
  position: relative;
  top: 7px;
}

.p-eqhm-mv-linkbox2 {
  z-index: 3;
  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;
  text-align: center;
  background: #f8f5f0;
  border-radius: 90px;
}

.p-eqhm-mv-linkbox2 .txt {
  color: #fff;
  font-family: 'YakuHanJPs', "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.p-eqhm-mv-linkbox2 .txt.wide {
  letter-spacing: 0.2em;
}

.p-eqhm-mv-linkbox2 .ico {
  stroke: #b66a44;
}

.p-eqhm-mv-linkbox2 .arrow {
  stroke: #b66a44;
}

.p-eqhm-mv-linkwrap {
  position: absolute;
  display: block;
  opacity: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media all and (max-width: 768px) {
  .p-eqhm-mv__copy {
    position: absolute;
    top: 35.73333vw;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .p-eqhm-mv__copy .txt1 {
    font-size: 26px;
    font-size: 6.93333vw;
    letter-spacing: 0.1em;
  }
  .p-eqhm-mv__copy .txt2 {
    margin: 1.33333vw 0vw 0vw 0vw;
    font-size: 14px;
    font-size: 3.73333vw;
  }
  .p-eqhm-mv__copy2 {
    position: absolute;
    top: 5.33333vw;
    right: 5.33333vw;
    width: 28.26667vw;
    height: 28.26667vw;
  }
  .p-eqhm-mv__photo {
    position: relative;
    width: 100%;
    aspect-ratio: 375 / 584.66;
  }
  .p-eqhm-mv__photo .imagemv {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
  .p-eqhm-mv-linkwrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .p-eqhm-mv-linkbox {
    position: absolute;
    z-index: 2;
    border: 1px solid #b66a44;
    width: 92vw;
    height: 16vw;
    left: 4vw;
    bottom: 5.6vw;
  }
  .p-eqhm-mv-linkbox .txt {
    display: inline-block;
    font-size: 18px;
    font-size: 4.8vw;
    padding: 0vw 0vw 2.13333vw 0vw;
  }
  .p-eqhm-mv-linkbox .line {
    height: 6.66667vw;
    width: 1px;
    margin: 0vw 2.13333vw 0vw 2.13333vw;
    background: #b66a44;
    display: inline-block;
    position: relative;
    top: 1.46667vw;
  }
  .p-eqhm-mv-linkbox2 {
    position: absolute;
    z-index: 2;
    border: 1px solid #b66a44;
    width: 92vw;
    height: 16vw;
    left: 4vw;
    bottom: 5.6vw;
    gap: 4.69333vw;
  }
  .p-eqhm-mv-linkbox2 .txt {
    display: inline-block;
    font-size: 18px;
    font-size: 4.8vw;
    padding: 0vw 0vw 0.26667vw 0vw;
    color: #b66a44;
    letter-spacing: 0.06em;
  }
  .p-eqhm-mv-linkbox2 .ico {
    width: 8.69333vw;
    height: 8.26667vw;
  }
  .p-eqhm-mv-linkbox2 .arrow {
    position: absolute;
    display: block;
    right: 5.6vw;
    width: 2.69333vw;
    height: 4.37333vw;
  }
}

@media (min-width: 769px), print {
  .p-eqhm-mv {
    overflow: hidden;
  }
  .p-eqhm-mv__photo {
    position: relative;
    width: 100%;
    aspect-ratio: 1328 / 596;
  }
  .p-eqhm-mv__photo .imagemv {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

@media screen and (min-width: 1101px), print {
  .p-eqhm-mv {
    padding: 0px;
  }
  .p-eqhm-mv__inner {
    position: relative;
  }
  .p-eqhm-mv__copy {
    position: absolute;
    display: block;
    width: 100%;
    top: 6.25vw;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
  .p-eqhm-mv__copy .txt1 {
    font-size: 44px;
    font-size: 2.29167vw;
    letter-spacing: 0.05em;
    line-height: 1;
  }
  .p-eqhm-mv__copy .txt2 {
    margin: 1.04167vw 0vw 0vw 0vw;
    font-size: 26px;
    font-size: 1.35417vw;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
  .p-eqhm-mv__copy2 {
    position: absolute;
    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;
    text-align: center;
    top: 11.92708vw;
    left: 26.04167vw;
    width: 8.95833vw;
    height: 8.95833vw;
  }
  .p-eqhm-mv-linkbox {
    position: absolute;
    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;
    text-align: center;
    width: 342px;
    height: 73px;
    border: 1px solid #b66a44;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    bottom: 1.71875vw;
    right: 5.20833vw;
  }
  .p-eqhm-mv-linkbox .txt {
    font-size: 20px;
    line-height: 1.8;
  }
  .p-eqhm-mv-linkbox:hover {
    background: #b66a44;
  }
  .p-eqhm-mv-linkbox:hover .txt {
    color: #f8f5f0;
  }
  .p-eqhm-mv-linkbox:hover .line {
    background: #f8f5f0;
  }
  .p-eqhm-mv-linkbox2 {
    position: absolute;
    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;
    text-align: center;
    width: 342px;
    height: 73px;
    border: 1px solid #b66a44;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    gap: 18px;
    bottom: 1.71875vw;
    right: 5.20833vw;
  }
  .p-eqhm-mv-linkbox2 .txt {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #b66a44;
    padding: 0 0 1px;
  }
  .p-eqhm-mv-linkbox2 .ico {
    display: block;
    width: 32px;
    height: 31px;
    stroke: #b66a44;
  }
  .p-eqhm-mv-linkbox2 .arrow {
    position: absolute;
    display: block;
    right: 20px;
    width: 10px;
    height: 16.4px;
  }
  .p-eqhm-mv-linkbox2:hover {
    background: #b66a44;
  }
  .p-eqhm-mv-linkbox2:hover .txt {
    color: #f8f5f0;
  }
  .p-eqhm-mv-linkbox2:hover .ico {
    stroke: #f8f5f0;
  }
  .p-eqhm-mv-linkbox2:hover .arrow {
    stroke: #f8f5f0;
  }
}

@media (min-width: 769px) and (max-width: 1100px), print {
  .p-eqhm-mv {
    padding: 0px;
    min-width: 1100px;
  }
  .p-eqhm-mv__inner {
    position: relative;
  }
  .p-eqhm-mv__copy {
    position: absolute;
    display: block;
    width: 100%;
    top: 68.4px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
  .p-eqhm-mv__copy .txt1 {
    font-size: 25.08px;
    letter-spacing: 0.05em;
    line-height: 1;
  }
  .p-eqhm-mv__copy .txt1 br {
    display: none;
  }
  .p-eqhm-mv__copy .txt2 {
    margin: 11.4px 0 0 0;
    font-size: 14.82px;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
  .p-eqhm-mv__copy2 {
    position: absolute;
    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;
    text-align: center;
    top: 130.53px;
    left: 50%;
    margin: 0 0 0 -250px;
    width: 98.04px;
    height: 98.04px;
  }
  .p-eqhm-mv-linkbox {
    position: absolute;
    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;
    text-align: center;
    width: 342px;
    height: 73px;
    border: 1px solid #b66a44;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    bottom: 18.81px;
    right: 57px;
  }
  .p-eqhm-mv-linkbox .txt {
    font-size: 20px;
    line-height: 1.8;
  }
  .p-eqhm-mv-linkbox:hover {
    background: #b66a44;
  }
  .p-eqhm-mv-linkbox:hover .txt {
    color: #f8f5f0;
  }
  .p-eqhm-mv-linkbox:hover .line {
    background: #f8f5f0;
  }
  .p-eqhm-mv-linkbox2 {
    position: absolute;
    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;
    text-align: center;
    width: 342px;
    height: 73px;
    border: 1px solid #b66a44;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    gap: 18px;
    bottom: 1.71875vw;
    right: 5.20833vw;
  }
  .p-eqhm-mv-linkbox2 .txt {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #b66a44;
    padding: 0 0 1px;
  }
  .p-eqhm-mv-linkbox2 .ico {
    display: block;
    width: 32px;
    height: 31px;
    stroke: #b66a44;
  }
  .p-eqhm-mv-linkbox2 .arrow {
    position: absolute;
    display: block;
    right: 20px;
    width: 10px;
    height: 16.4px;
  }
  .p-eqhm-mv-linkbox2:hover {
    background: #b66a44;
  }
  .p-eqhm-mv-linkbox2:hover .txt {
    color: #f8f5f0;
  }
  .p-eqhm-mv-linkbox2:hover .ico {
    stroke: #f8f5f0;
  }
  .p-eqhm-mv-linkbox2:hover .arrow {
    stroke: #f8f5f0;
  }
}

.u-eqhm-btn {
  position: relative;
  border: solid 1px #b66a44;
  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;
  cursor: pointer;
  background: #f8f5f0;
}

.u-eqhm-btn .txt {
  display: inline-block;
  font-family: 'YakuHanJPs', "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  color: #b66a44;
}

.u-eqhm-btn svg,
.u-eqhm-btn .ico {
  stroke: #b66a44;
}

.u-eqhm-btn .line {
  height: 21px;
  width: 1px;
  margin: 0 10px;
  display: inline-block;
  position: relative;
  top: 7px;
}

.u-eqhm-btn .line:after {
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  left: 0;
  height: 30px;
  width: 1px;
  background: #b66a44;
}

.u-eqhm-btn.act .ico {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

@media all and (max-width: 768px) {
  .u-eqhm-btn {
    width: 76vw;
    min-height: 16vw;
    margin: 5.33333vw auto 0vw;
    padding: 0vw 1.33333vw 0vw 1.33333vw;
    gap: 6.4vw;
    border-radius: 24vw 24vw 24vw 24vw;
  }
  .u-eqhm-btn.type2 {
    gap: 4.53333vw;
  }
  .u-eqhm-btn .txt {
    font-size: 18px;
    font-size: 4.8vw;
    padding: 0vw 0vw 0.8vw 0vw;
  }
  .u-eqhm-btn svg {
    display: block;
    position: absolute;
    width: 4.37333vw;
    height: 2.66667vw;
    right: 4.66667vw;
  }
  .u-eqhm-btn .arrow {
    position: absolute;
    display: block;
    right: 5.6vw;
    width: 2.69333vw;
    height: 4.37333vw;
  }
  .u-eqhm-btn .ico {
    display: block;
    position: absolute;
    width: 4.37333vw;
    height: 2.66667vw;
    right: 4.66667vw;
  }
  .u-eqhm-btn .ico.type2 {
    height: 4.37333vw;
    width: 2.66667vw;
  }
  .u-eqhm-btn .ico2 {
    position: relative;
    left: 0px;
    display: block;
    width: 8vw;
    height: 7.73333vw;
    margin: 0vw 0vw 0vw 0vw;
  }
  .u-eqhm-btn .line {
    height: 6.66667vw;
    width: 1px;
    margin: 0vw 2.13333vw 0vw 2.13333vw;
  }
  .u-eqhm-btn .line:after {
    top: 0.26667vw;
    height: 6.66667vw;
  }
}

@media (min-width: 769px), print {
  .u-eqhm-btn.type2 {
    gap: 18px;
    padding: 0 20px 0 0;
  }
  .u-eqhm-btn .ico2 {
    position: relative;
    left: 0px;
    display: block;
    width: 32px;
    height: 31px;
  }
  .u-eqhm-btn:hover {
    background: #b66a44;
  }
  .u-eqhm-btn:hover .txt {
    color: #f8f5f0;
  }
  .u-eqhm-btn:hover svg {
    stroke: #f8f5f0;
  }
  .u-eqhm-btn:hover .ico {
    stroke: #f8f5f0;
  }
  .u-eqhm-btn:hover .line:after {
    background: #f8f5f0;
  }
}

@media screen and (min-width: 1101px), print {
  .u-eqhm-btn {
    margin: 29px auto 0;
    /*
    width: 320px;
    min-height: 60px;
    */
    width: 290px;
    min-height: 73px;
    border-radius: 30px;
    border: solid 1px #b66a44;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .u-eqhm-btn .txt {
    font-size: 20px;
    padding: 0 10px 3px 0;
    letter-spacing: 0.03em;
    line-height: 1;
  }
  .u-eqhm-btn svg {
    display: block;
    position: absolute;
    width: 22px;
    height: 22px;
    right: 24px;
  }
  .u-eqhm-btn .ico {
    display: block;
    position: absolute;
    width: 16px;
    height: 10px;
    right: 24px;
  }
  .u-eqhm-btn .ico.type2 {
    width: 10px;
    height: 16px;
    right: 53px;
  }
}

@media (min-width: 769px) and (max-width: 1100px), print {
  .u-eqhm-btn {
    margin: 29px auto 0;
    /*
    width: 320px;
    min-height: 60px;
    */
    width: 290px;
    min-height: 50px;
    border-radius: 30px;
    border: solid 1px #b66a44;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .u-eqhm-btn .txt {
    font-size: 20px;
    padding: 0 10px 3px 0;
    letter-spacing: 0.03em;
  }
  .u-eqhm-btn svg {
    display: block;
    position: absolute;
    width: 22px;
    height: 22px;
    right: 24px;
  }
  .u-eqhm-btn .ico {
    display: block;
    position: absolute;
    width: 16px;
    height: 10px;
    right: 24px;
  }
  .u-eqhm-btn .ico.type2 {
    width: 10px;
    height: 16px;
    right: 53px;
  }
}

.u-eqhm-btn2 {
  position: relative;
  background: #b66a44;
  border: solid 1px #b66a44;
  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;
  cursor: pointer;
}

.u-eqhm-btn2 .txt {
  display: inline-block;
  font-family: 'YakuHanJPs', "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0em;
  line-height: 1.8;
  color: #f8f5f0;
}

.u-eqhm-btn2 .ico {
  position: absolute;
  display: block;
}

.u-eqhm-btn2 .ico2 {
  position: absolute;
  display: block;
}

@media all and (max-width: 768px) {
  .u-eqhm-btn2 {
    min-height: 38.66667vw;
    padding: 0vw 0vw 0vw 10.66667vw;
  }
  .u-eqhm-btn2.type2 {
    padding: 0vw 0vw 0vw 8vw;
  }
  .u-eqhm-btn2 .txt {
    font-size: 20px;
    font-size: 5.33333vw;
  }
  .u-eqhm-btn2 .ico {
    width: 8vw;
    height: 8vw;
    right: 3.73333vw;
  }
  .u-eqhm-btn2 .ico2 {
    width: 19.04267vw;
    height: 15.9328vw;
    left: 3.2vw;
  }
  .u-eqhm-btn2 .ico3 {
    position: absolute;
    width: 17.6vw;
    height: 19.73333vw;
    left: 3.2vw;
  }
}

@media (min-width: 769px), print {
  .u-eqhm-btn2 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: 36.45833vw;
    height: 9.79167vw;
    padding: 0vw 0vw 0vw 10.41667vw;
    width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .u-eqhm-btn2.type2 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0vw 0vw 0vw 1.04167vw;
    text-align: center;
  }
  .u-eqhm-btn2 .ico3 {
    position: absolute;
    fill: #f8f5f0;
  }
  .u-eqhm-btn2:hover {
    background: #f8f5f0;
  }
  .u-eqhm-btn2:hover .txt {
    color: #b66a44;
  }
  .u-eqhm-btn2:hover .ico {
    stroke: #f8f5f0;
    fill: #b66a44;
  }
  .u-eqhm-btn2:hover .ico3 {
    fill: #b66a44;
  }
}

@media screen and (min-width: 1101px), print {
  .u-eqhm-btn2 {
    max-width: 36.45833vw;
    height: 9.79167vw;
    padding: 0vw 0vw 0vw 10.41667vw;
    width: 100%;
  }
  .u-eqhm-btn2.type2 {
    padding: 0vw 0vw 0vw 1.04167vw;
  }
  .u-eqhm-btn2 .txt {
    font-size: 30px;
    font-size: 1.5625vw;
  }
  .u-eqhm-btn2 .ico {
    width: 2.08333vw;
    height: 2.08333vw;
    right: 3.07292vw;
    stroke: #b66a44;
    fill: #f8f5f0;
  }
  .u-eqhm-btn2 .ico2 {
    width: 5.20833vw;
    height: 4.375vw;
    left: 2.60417vw;
  }
  .u-eqhm-btn2 .ico3 {
    width: 4.53125vw;
    height: 5.05208vw;
    left: 2.60417vw;
  }
}

@media (min-width: 769px) and (max-width: 1100px), print {
  .u-eqhm-btn2 {
    max-width: 490px;
    height: 131.6px;
    width: 100%;
    padding: 0 0 0 140px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .u-eqhm-btn2.type2 {
    padding: 0 0 0 14px;
  }
  .u-eqhm-btn2 .txt {
    font-size: 21px;
  }
  .u-eqhm-btn2 .ico {
    width: 28px;
    height: 28px;
    right: 41.3px;
    stroke: #b66a44;
    fill: #f8f5f0;
  }
  .u-eqhm-btn2 .ico2 {
    width: 70px;
    height: 58.8px;
    left: 35px;
  }
  .u-eqhm-btn2 .ico3 {
    width: 60.9px;
    height: 67.9px;
    left: 35px;
  }
}

.u-eqhm-link .ico {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  fill: #555555;
}

.u-eqhm-link .ico.type1 {
  fill: #dbdad8;
  stroke: #555555;
}

.u-eqhm-link .ico.type2 {
  fill: #fffcf8;
  stroke: #555555;
}

.u-eqhm-link .txtbox {
  opacity: 1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media all and (max-width: 768px) {
  .u-eqhm-link {
    width: 46.66667vw;
    margin: 5.33333vw 0vw 0vw 0vw;
    padding: 0vw 1.33333vw 1.33333vw 1.33333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: solid 1px rgba(85, 85, 85, 0.7);
  }
  .u-eqhm-link .txt {
    font-size: 12.6px;
    font-size: 3.36vw;
    letter-spacing: 0.1em;
  }
}

@media screen and (min-width: 1101px), print {
  .u-eqhm-link {
    position: relative;
    padding: 0 5px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 165px;
  }
  .u-eqhm-link:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    background: rgba(85, 85, 85, 0.7);
    -webkit-transition: 0.2s ease 0.2s;
    transition: 0.2s ease 0.2s;
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  .u-eqhm-link:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    background: rgba(85, 85, 85, 0.7);
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  .u-eqhm-link .ico {
    width: 31px;
    height: 31px;
    display: block;
    fill: #555;
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
  }
  .u-eqhm-link:hover svg {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .u-eqhm-link:hover .ico.type1 {
    fill: #555555;
    stroke: #fff;
  }
  .u-eqhm-link:hover .ico.type2 {
    fill: #555555;
    stroke: #fff;
  }
  .u-eqhm-link:hover:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .u-eqhm-link:hover:before {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  .u-eqhm-link:hover .txtbox {
    opacity: 0.8;
  }
  .u-eqhm-link .txtbox {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 1em;
  }
  .u-eqhm-link .txt,
  .u-eqhm-link .txt2 {
    font-size: 12px;
    letter-spacing: 0.1em;
  }
  .u-eqhm-link .txt span,
  .u-eqhm-link .txt2 span {
    font-size: 12px;
    position: relative;
    display: inline-block;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  .u-eqhm-link .txt.pt14 span,
  .u-eqhm-link .txt2.pt14 span {
    font-size: 14px;
  }
}

@media (min-width: 769px) and (max-width: 1100px), print {
  .u-eqhm-link {
    position: relative;
    padding: 0 5px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 165px;
  }
  .u-eqhm-link:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    background: rgba(85, 85, 85, 0.7);
    -webkit-transition: 0.2s ease 0.2s;
    transition: 0.2s ease 0.2s;
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  .u-eqhm-link:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    background: rgba(85, 85, 85, 0.7);
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  .u-eqhm-link .ico {
    width: 31px;
    height: 31px;
    display: block;
    fill: #555;
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
  }
  .u-eqhm-link:hover svg {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .u-eqhm-link:hover .ico.type1 {
    fill: #555555;
    stroke: #fff;
  }
  .u-eqhm-link:hover .ico.type2 {
    fill: #555555;
    stroke: #fff;
  }
  .u-eqhm-link:hover:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .u-eqhm-link:hover:before {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  .u-eqhm-link:hover .txtbox {
    opacity: 0.8;
  }
  .u-eqhm-link .txtbox {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 1em;
  }
  .u-eqhm-link .txt,
  .u-eqhm-link .txt2 {
    font-size: 12px;
    letter-spacing: 0.1em;
  }
  .u-eqhm-link .txt span,
  .u-eqhm-link .txt2 span {
    font-size: 12px;
    position: relative;
    display: inline-block;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  .u-eqhm-link .txt.pt14 span,
  .u-eqhm-link .txt2.pt14 span {
    font-size: 14px;
  }
}

.u-eqhm-tit {
  display: block;
  text-align: center;
  z-index: 1;
}

.u-eqhm-tit .txt {
  display: block;
  position: relative;
  z-index: 2;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.07em;
  color: #b66a44;
}

@media all and (max-width: 768px) {
  .u-eqhm-tit {
    margin: 0vw auto 0vw;
  }
  .u-eqhm-tit img {
    margin: 0vw auto 0vw;
    display: block;
    width: 9.33333vw;
    height: auto;
  }
  .u-eqhm-tit .txt {
    margin: 2.66667vw auto 0vw;
    display: block;
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

@media screen and (min-width: 1101px), print {
  .u-eqhm-tit {
    margin: 0 auto;
  }
  .u-eqhm-tit .txt {
    margin: 12px 0 0;
    font-size: 22px;
  }
}

@media (min-width: 769px) and (max-width: 1100px), print {
  .u-eqhm-tit {
    margin: 0 auto;
  }
  .u-eqhm-tit .txt {
    margin: 12px 0 0;
    font-size: 22px;
  }
}

.u-eqhm-tit2 {
  display: block;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-family: 'YakuHanJPs', "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background: #b66a44;
  color: #f8f5f0;
}

@media all and (max-width: 768px) {
  .u-eqhm-tit2 {
    margin: 0vw auto 0vw;
    padding: 0.53333vw 0vw 1.06667vw 0vw;
    font-size: 14px;
    font-size: 3.73333vw;
    border-radius: 8vw 8vw 8vw 8vw;
  }
}

@media screen and (min-width: 1101px), print {
  .u-eqhm-tit2 {
    margin: 0 auto;
    width: 400px;
    min-height: 49px;
    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;
    border-radius: 30px;
    font-size: 22px;
  }
}

@media (min-width: 769px) and (max-width: 1100px), print {
  .u-eqhm-tit2 {
    margin: 0 auto;
    width: 400px;
    min-height: 49px;
    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;
    border-radius: 30px;
    font-size: 22px;
  }
}

.p-eqhm01 {
  background: url(/syohin/kitchen/toaster/eqhm-eqhe-eqha/img/bg_01.webp) top center;
  background-size: cover;
  position: relative;
}

.p-eqhm01__inner {
  background: #f8f5f0;
}

.p-eqhm01__tit {
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-family: 'YakuHanJPs', "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.p-eqhm01__txt {
  line-height: 2.5;
  letter-spacing: 0em;
}

.p-eqhm01__tit2 {
  color: #b66a44;
  font-family: 'YakuHanJPs', "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0em;
}

.p-eqhm01-item__tit {
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-family: 'YakuHanJPs', "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.p-eqhm01-item__txt {
  line-height: 1.8;
  letter-spacing: 0em;
}

@media all and (max-width: 768px) {
  .p-eqhm01 {
    padding: 16vw 4vw 0vw 4vw;
  }
  .p-eqhm01__inner {
    padding: 13.86667vw 0vw 12.8vw 0vw;
    border-radius: 80vw 80vw 0vw 0vw;
    text-align: center;
  }
  .p-eqhm01__photo {
    display: block;
    margin: 8vw auto 0vw;
    width: 61.33333vw;
  }
  .p-eqhm01__tit {
    margin: 8vw auto 0vw;
    font-size: 22px;
    font-size: 5.86667vw;
    text-align: center;
  }
  .p-eqhm01__txt {
    margin: 4vw -2.66667vw 0vw -2.66667vw;
    font-size: 16px;
    font-size: 4.26667vw;
    text-align: center;
  }
  .p-eqhm01__tit2 {
    margin: 21.33333vw 0vw 0vw 0vw;
    padding: 0vw 0vw 2.66667vw 0vw;
    font-size: 16px;
    font-size: 4.26667vw;
    border-bottom: solid 1px #b66a44;
    text-align: center;
  }
  .p-eqhm01 .swiper {
    padding: 0vw 0vw 9.33333vw 0vw;
  }
  .p-eqhm01 .swiper-pagination-bullet {
    opacity: 1;
    border: solid 1px #b66a44;
    background: #fff;
    width: 2.13333vw;
    height: 2.13333vw;
    margin: 0vw 0.8vw 0vw 0.8vw;
  }
  .p-eqhm01 .swiper-pagination-bullet-active {
    background: #b66a44;
  }
  .p-eqhm01-items {
    margin: 9.86667vw auto 0vw;
    width: 66.66667vw;
  }
  .p-eqhm01-item__tit {
    margin: 2.66667vw auto 0vw;
    font-size: 18px;
    font-size: 4.8vw;
    text-align: center;
  }
  .p-eqhm01-item__txt {
    margin: 1.33333vw 0vw 0vw 0vw;
    font-size: 14px;
    font-size: 3.73333vw;
    text-align: center;
  }
  .p-eqhm01-item__txtmin {
    margin: 0.53333vw 0vw 0vw 0vw;
    font-size: 10px;
    font-size: 2.66667vw;
    text-align: center;
  }
}

@media (min-width: 769px), print {
  .p-eqhm01-item {
    width: auto !important;
    -ms-flex-negative: inherit !important;
        flex-shrink: inherit !important;
  }
}

@media screen and (min-width: 1101px), print {
  .p-eqhm01 {
    padding: 8.33333vw 2.08333vw 0vw 2.08333vw;
  }
  .p-eqhm01__inner {
    max-width: 86.45833vw;
    margin: 0vw auto 0vw;
    padding: 8.33333vw 0vw 5.72917vw 0vw;
    border-radius: 800px 800px 0 0;
  }
  .p-eqhm01-firstbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 59.11458vw;
    margin: 10.26042vw auto 0vw;
  }
  .p-eqhm01-firstbox-txtbox {
    padding: 0vw 1.04167vw 0vw 0vw;
  }
  .p-eqhm01__photo {
    display: block;
    max-width: 23.4375vw;
  }
  .p-eqhm01__tit {
    font-size: 32px;
    font-size: 1.66667vw;
  }
  .p-eqhm01__txt {
    margin: 2.1875vw auto 0vw;
    font-size: 22px;
    font-size: 1.14583vw;
    line-height: 2.3;
  }
  .p-eqhm01__tit2 {
    display: block;
    max-width: 68.75vw;
    margin: 8.85417vw auto 0vw;
    padding: 0vw 0vw 1.66667vw 0vw;
    text-align: center;
    font-size: 26px;
    font-size: 1.35417vw;
    letter-spacing: 0.06em;
    border-bottom: solid 1px #b66a44;
  }
  .p-eqhm01-items {
    max-width: 68.75vw;
    margin: 2.60417vw auto 0vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 3.125vw;
  }
  .p-eqhm01-item__tit {
    margin: 1.5625vw auto 0vw;
    font-size: 26px;
    font-size: 1.35417vw;
    letter-spacing: 0.06em;
  }
  .p-eqhm01-item__txt {
    margin: 1.04167vw auto 0vw;
    font-size: 20px;
    font-size: 1.04167vw;
    letter-spacing: 0.04em;
  }
  .p-eqhm01-item__txtmin {
    margin: 0.10417vw auto 0vw;
    font-size: 15px;
    font-size: 0.78125vw;
    letter-spacing: 0em;
  }
}

@media (min-width: 769px) and (max-width: 1100px), print {
  .p-eqhm01 {
    padding: 91.2px 22.8px 0;
  }
  .p-eqhm01__inner {
    max-width: 946.2px;
    margin: 0 auto;
    padding: 91.2px 0 62.7px;
    border-radius: 456px 456px 0 0;
  }
  .p-eqhm01-firstbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 646.95px;
    margin: 112.29px auto 0;
  }
  .p-eqhm01-firstbox-txtbox {
    padding: 0 11.4px 0 0;
  }
  .p-eqhm01__photo {
    display: block;
    max-width: 256.5px;
  }
  .p-eqhm01__tit {
    font-size: 18.24px;
  }
  .p-eqhm01__txt {
    margin: 23.94px 0 0 0;
    font-size: 12.54px;
    line-height: 2.3;
  }
  .p-eqhm01__tit2 {
    display: block;
    max-width: 752.4px;
    margin: 96.9px auto 0;
    padding: 0 0 18.24px;
    text-align: center;
    font-size: 14.82px;
    letter-spacing: 0.06em;
    border-bottom: solid 1px #b66a44;
  }
  .p-eqhm01-items {
    max-width: 752.4px;
    margin: 28.5px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 34.2px;
  }
  .p-eqhm01-item__tit {
    margin: 17.1px 0 0 0;
    font-size: 14.82px;
    letter-spacing: 0.06em;
  }
  .p-eqhm01-item__txt {
    margin: 11.4px 0 0 0;
    font-size: 11.4px;
    letter-spacing: 0.04em;
  }
  .p-eqhm01-item__txtmin {
    margin: 1.14px 0 0 0;
    font-size: 8.55px;
    letter-spacing: 0em;
  }
}

.p-eqhm02 {
  border-top: solid 1px #b66a44;
  position: relative;
  /*
  @media screen and (min-width: 1101px),print {
    border-top: solid 1px #b66a44;
    padding: 100px 40px 122px;
    &__inner {
      max-width: 1300px;
      margin: 0 auto;
      padding: 0px 0 0px;
    }
    &-items {
      margin: 95px auto 0;
      display: flex;
      justify-content: space-between;
      position: relative;
      &:before {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        top: 0;
        height: 100%;
        width: 1px;
        background: #b66a44;
      }
    }
    &-item {
      max-width: 560px;
      &__tit {
        min-height: 52px;
        max-width: 482px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 26px;
        letter-spacing: 0.06em;
        border-radius: 30px;
      }
      &__txt {
        margin: 18px auto 0;
        font-size: 26px;
        letter-spacing: 0.06em;
      }
      &-lists {
        margin: 18px auto 0;
        display: flex;
        justify-content: space-between;
        &.type2 {
          gap: 48px;
        }
      }
      &-list {
        &-photobox {
          display: flex;
          justify-content: center;
          gap: 26px;
        }
        &__tit {
          margin: 18px 0 0;
          font-size: 28px;
          letter-spacing: 0.04em;
        }
        &__txt {
          font-size: 24px;
          letter-spacing: 0.06em;
        }
        figure {
          display: block;
          max-width: 240px;
        }
      }
    }
  }
  */
}

.p-eqhm02__txt {
  line-height: 2.5;
  letter-spacing: 0em;
}

.p-eqhm02__tit2 {
  color: #b66a44;
  font-family: 'YakuHanJPs', "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0em;
}

.p-eqhm02-item__tit {
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-family: 'YakuHanJPs', "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background: #b66a44;
  color: #f8f5f0;
}

.p-eqhm02-item__txt {
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

.p-eqhm02-item__txt2 {
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

.p-eqhm02-item-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-eqhm02-item-list__tit {
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0em;
  color: #b66a44;
}

.p-eqhm02-item-list__txt {
  text-align: center;
  line-height: 1;
  letter-spacing: 0em;
}

@media all and (max-width: 768px) {
  .p-eqhm02 {
    padding: 16vw 4vw 16vw 4vw;
  }
  .p-eqhm02-item + .p-eqhm02-item {
    border-top: solid 1px #b66a44;
    padding: 13.33333vw 0vw 0vw 0vw;
  }
  .p-eqhm02-item {
    margin: 13.33333vw 0vw 0vw 0vw;
  }
  .p-eqhm02-item__tit {
    padding: 0.53333vw 0vw 1.06667vw 0vw;
    font-size: 18px;
    font-size: 4.8vw;
    border-radius: 8vw 8vw 8vw 8vw;
  }
  .p-eqhm02-item__txt {
    margin: 2.66667vw 0vw 0vw 0vw;
    font-size: 18px;
    font-size: 4.8vw;
  }
  .p-eqhm02-item__txt2 {
    margin: 2.93333vw 0vw 0vw 0vw;
    font-size: 14px;
    font-size: 3.73333vw;
    letter-spacing: 0;
  }
  .p-eqhm02-item__txt2 + .u-eqhm-btn {
    margin: 2.93333vw auto 0vw;
  }
  .p-eqhm02-item__txt2 + .u-eqhm-btn.first {
    margin: 4.53333vw auto 0vw;
  }
  .p-eqhm02-item-lists {
    gap: 6.13333vw;
  }
  .p-eqhm02-item-list.type2 {
    width: 38.66667vw;
  }
  .p-eqhm02-item-list__tit {
    margin: 1.33333vw 0vw 0vw 0vw;
    font-size: 16px;
    font-size: 4.26667vw;
  }
  .p-eqhm02-item-list__txt {
    margin: 0vw 0vw 0vw 0vw;
    font-size: 10px;
    font-size: 2.66667vw;
  }
  .p-eqhm02-item-list-photobox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5.33333vw;
  }
  .p-eqhm02-item-list figure {
    margin: 4vw auto 0vw;
    display: block;
    width: 30.66667vw;
  }
}

@media (min-width: 769px), print {
  .p-eqhm02 .u-eqhm-btn {
    min-height: 50px;
  }
  .p-eqhm02-item-list figure {
    margin: 0 auto;
  }
}

@media screen and (min-width: 1101px), print {
  .p-eqhm02 {
    border-top: solid 1px #b66a44;
    padding: 5.20833vw 2.08333vw 6.35417vw 2.08333vw;
  }
  .p-eqhm02__inner {
    max-width: 67.70833vw;
    margin: 0 auto;
    padding: 0vw 0vw 0vw 0vw;
  }
  .p-eqhm02-items {
    margin: 4.94792vw auto 0vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
  .p-eqhm02-items:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    width: 0.05208vw;
    background: #b66a44;
  }
  .p-eqhm02-item {
    max-width: 29.16667vw;
  }
  .p-eqhm02-item__tit {
    min-height: 2.70833vw;
    max-width: 25.10417vw;
    margin: 0vw auto 0vw;
    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: 26px;
    font-size: 1.35417vw;
    letter-spacing: 0.06em;
    border-radius: 30px;
  }
  .p-eqhm02-item__txt {
    margin: 0.9375vw auto 0vw;
    font-size: 26px;
    font-size: 1.35417vw;
    letter-spacing: 0.06em;
  }
  .p-eqhm02-item__txt2 {
    margin: 0.78125vw auto 0vw;
    font-size: 24px;
    font-size: 1.25vw;
    letter-spacing: 0.06em;
  }
  .p-eqhm02-item__txt2 + .u-eqhm-btn {
    margin: 0.9375vw auto 0vw;
  }
  .p-eqhm02-item-lists {
    margin: 0.9375vw auto 0vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-eqhm02-item-lists.type2 {
    gap: 2.5vw;
  }
  .p-eqhm02-item-list-photobox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.35417vw;
  }
  .p-eqhm02-item-list__tit {
    margin: 0.9375vw 0vw 0vw 0vw;
    font-size: 28px;
    font-size: 1.45833vw;
    letter-spacing: 0.04em;
  }
  .p-eqhm02-item-list__txt {
    font-size: 24px;
    font-size: 1.25vw;
    letter-spacing: 0.06em;
  }
  .p-eqhm02-item-list figure {
    display: block;
    max-width: 12.5vw;
  }
}

@media (min-width: 769px) and (max-width: 1100px), print {
  .p-eqhm02 {
    border-top: solid 1px #b66a44;
    padding: 57px 22.8px 69.54px;
  }
  .p-eqhm02__inner {
    max-width: 741px;
    margin: 0 auto;
    padding: 0px 0 0px;
  }
  .p-eqhm02-items {
    margin: 54.15px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
  .p-eqhm02-items:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    width: 1px;
    background: #b66a44;
  }
  .p-eqhm02-item {
    max-width: 319.2px;
  }
  .p-eqhm02-item__tit {
    min-height: 29.64px;
    max-width: 274.74px;
    margin: 0 auto;
    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: 14.82px;
    letter-spacing: 0.06em;
    border-radius: 17.1px;
  }
  .p-eqhm02-item__txt {
    margin: 10.26px auto 0;
    font-size: 14.82px;
    letter-spacing: 0.06em;
  }
  .p-eqhm02-item__txt2 {
    margin: 10.26px auto 0;
    font-size: 14.82px;
    letter-spacing: 0.06em;
  }
  .p-eqhm02-item__txt2 + .u-eqhm-btn {
    margin: 10.26px auto 0;
  }
  .p-eqhm02-item-lists {
    margin: 10.26px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-eqhm02-item-lists.type2 {
    gap: 27.36px;
  }
  .p-eqhm02-item-list-photobox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 14.82px;
  }
  .p-eqhm02-item-list__tit {
    margin: 10.26px 0 0;
    font-size: 15.96px;
    letter-spacing: 0.04em;
  }
  .p-eqhm02-item-list__txt {
    font-size: 13.68px;
    letter-spacing: 0.06em;
  }
  .p-eqhm02-item-list figure {
    display: block;
    max-width: 136.8px;
  }
}

.p-eqhm03 {
  border-top: solid 1px #b66a44;
  background: #faf1e5;
  /*
  @media screen and (min-width: 1101px),print {
    border-top: solid 1px #b66a44;
    padding: 130px 40px 135px;
    &__inner {
      max-width: 1480px;
      margin: 0 auto;
      padding: 0px 0 0px;
    }
    .u-eqhm-tit2.type1 {
      margin: 90px auto 0;
    }
    &__txt {
      margin: 21px 0 0;
      font-size: 32px;
      letter-spacing: 0.16em;
      text-align: center;
    }
    &-tit2 {
      max-width: 1320px;
      margin: 38px auto 0;
      padding: 15px;
      background: #b66a44;
      border-radius: 500px;
      min-height: 142px;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      position: relative;
      gap: 77px;
      &-box {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 40px;
      }
      .txt {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        background: #f8f5f0;
        width: 116px;
        height: 116px;
        border-radius: 50%;
        line-height: 1.4;
        color: #b66a44;
        font-size: 24px;
      }
      .txt2 {
        display: block;
        position: relative;
        color: #f8f5f0;
        letter-spacing: 0.06em;
        font-size: 36px;
      }
      &__txt {
        position: relative;
        color: #f8f5f0;
        font-size: 20px;
        letter-spacing: 0.04em;
        &:before {
          content: "";
          display: block;
          position: absolute;
          top: 0;
          left: -38px;
          width: 1px;
          height: 100%;
          background: #f8f5f0;
        }
      }
    }
    &-item {
      margin: 109px 0 0;
      &.type1 {
        margin: 139px 0 0;
        .p-eqhm03-item__photo {
          flex: 1;
          margin-right: calc((100vw - 1480px) / -2); // 右端まで突き抜ける
          z-index: 0;
        }
      }
      &.type2 {
        margin: 139px 0 0;
        .p-eqhm03-item__photo {
          flex: 1;
          margin-left: calc((100vw - 1480px) / -2); // 右端まで突き抜ける
          z-index: 0;
        }
      }
      &.type3 {
        margin: 130px 0 0;
        .p-eqhm03-item-txtbox {
          padding: 40px 0 0;
        }
      }
      &__inner {
        display: flex;
        gap: 77px;
      }
      &-txtbox {
        width: 670px;
      }
      &__photo {
        flex: 1;
      }
      &__tit {
        position: relative;
        .num {
          position: absolute;
          top: 0;
          right: 0;
          font-size: 85px;
        }
        .txt {
          display: block;
          font-size: 32px;
          line-height: 1.5;
          &.min {
            font-size: 26px;
          }
        }
        .txt2 {
          margin: 14px 0 0;
          display: block;
          font-size: 42px;
          &.min {
            font-size: 32px;
          }
        }
      }
      &__txt {
        margin: 60px 0 0;
        font-size: 22px;
        letter-spacing: 0.06em;
        line-height: 2.3;
        &.big {
          font-size: 26px;
          margin: 30px 0 0;
        }
      }
      .u-eqhm-btn {
        margin: 120px 0 0;
        width: 100%;
        min-height: 73px;
        border-radius: 40px;
        .ico {
          right: 50px;
        }
      }
    }
    &-item2 {
      margin: 60px auto 0;
      border-radius: 5px;
      &__inner {
        margin: 0 auto;
        padding: 65px 80px;
      }
      &__tit {
        text-align: center;
        font-size: 32px;
      }
      &__txt {
        @include ma_vw(10, 0, 0, 0);
        @include fz_vw(10);
      }
      &-boxwrap {
        margin: 45px 0 0;
        display: flex;
        justify-content: space-between;
        gap: 62px;
        position: relative;
        &.type2 {
          &:after {
            content: "";
            display: block;
            position: absolute;
            background: url(/syohin/kitchen/toaster/eqhm-eqhe-eqha/img/ico_batu.png);
            background-size: contain;
            width: 98px;
            height: 98px;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
          }
        }

        .p-eqhm03-item2-box {
          padding: 35px 50px 15px;
          &.type1 {
            padding: 35px 50px 35px;
          }
        }
      }
      &-box {
        flex: 1;
        padding: 35px 50px;
        border-radius: 5px;
        &.type3 {
          margin: 50px 0 0;
          display: flex;
          justify-content: flex-start;
          align-items: center;
          padding: 40px 70px;
        }
        .u-eqhm-tit2 {
          max-width: 520px;
          width: 100%;
        }
        &-lists {
          margin: 20px 0 0;
          display: flex;
          justify-content: space-between;
          gap: 59px;
          position: relative;
        }
        &-list {
          &:first-of-type {
            figure {
              position: relative;
              &:before {
                content: "";
                display: block;
                position: absolute;
                background: url(/syohin/kitchen/toaster/eqhm-eqhe-eqha/img/ico_sankaku_sp.png);
                background-size: contain;
                width: 22px;
                height: 31px;
                top: 50%;
                right: 0;
                margin: -15px -42px 0 0;
              }
            }
          }
          .num {
            position: absolute;
            top: 0;
            left: 0;
            width: 45px;
            height: 45px;
            font-size: 27px;
          }
          .txt {
            margin: 10px 0 0;
            position: relative;
            font-size: 20px;
            padding: 0 0 0 55px;
          }
        }
        &__txt {
          text-align: center;
          font-size: 20px;
          letter-spacing: 0.04em;
        }
        &__txt2 {
          font-size: 15px;
          position: relative;
          left: 30px;
        }
        &__txt3 {
          margin: 33px 0 0;
          font-size: 15px;
          letter-spacing: 0em;
          padding: 0 0 0 1em;
          text-indent: -1em;
          line-height: 1.6;
        }
        &__tit {
          font-size: 32px;
          letter-spacing: 0.16em;
        }
        &-txtbox {
          flex: 1;
        }
      }
      &__photo {
        flex: 1;
      }
      &__photo2 {
        margin: 32px auto 28px;
        width: 220px;
      }
      &__photo3 {
        margin: 55px 0 0;
        display: block;
      }
      &__photo4 {
        flex: 1;
      }
    }
    &-items3 {
      gap: 80px;
    }
    &-item3 {
      margin: 130px 0 0;
      flex: 1;
      display: flex;
      flex-direction: column;
      &__photo {
        order: 1;
      }
      &__tit {
        margin: 30px 0 0;
        order: 2;
        font-size: 32px;
        display: flex;
        align-items: center;
        gap: 20px;
        .num {
          position: relative;
          top: 4px;
          display: inline-block;
          font-size: 42px;
        }
      }
      &__txt {
        order: 3;
        font-size: 20px;
        letter-spacing: 0.04em;
      }
    }
    &-items4 {
      margin: 105px 0 0;
      gap: 20px;
    }
    &-item4 {
      flex: 1;
      min-height: 129px;
      border-radius: 5px;
      display: flex;
      justify-content: center;
      align-items: center;
      &__tit {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
        .txt {
          font-size: 32px;
        }
        .num {
          position: relative;
          top: 4px;
          display: inline-block;
          font-size: 44px;
        }
      }
    }
    .order1 {
      order: 1;
    }
    .order2 {
      order: 2;
    }
  }
  */
}

.p-eqhm03__txt {
  letter-spacing: 0.1em;
}

.p-eqhm03-tit2__txt {
  line-height: 1.8;
}

.p-eqhm03-item__tit {
  font-family: 'YakuHanJPs', "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.p-eqhm03-item__tit .num {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.06em;
  color: #b66a44;
}

.p-eqhm03-item__tit .txt {
  letter-spacing: 0.1em;
  line-height: 1.8;
}

.p-eqhm03-item__tit .txt2 {
  letter-spacing: 0.1em;
  line-height: 1.8;
}

.p-eqhm03-item__txt {
  line-height: 1.8;
}

.p-eqhm03-item2 {
  display: none;
  background: #d5ccc4;
}

.p-eqhm03-item2__tit {
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-family: 'YakuHanJPs', "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.p-eqhm03-item2__txt {
  text-indent: -1em;
  padding: 0 0 0 1em;
}

.p-eqhm03-item2-box {
  background: #f8f5f0;
}

.p-eqhm03-item2-box__tit {
  font-family: 'YakuHanJPs', "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

.p-eqhm03-item2-box__txt {
  line-height: 1.8;
  letter-spacing: 0em;
}

.p-eqhm03-item2-box__txt2 {
  text-align: right;
  line-height: 1.8;
  letter-spacing: 0em;
}

.p-eqhm03-item2-box-list .num {
  position: absolute;
  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;
  background: #b66a44;
  color: #f8f5f0;
  border-radius: 50%;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: normal;
}

.p-eqhm03-item2-box-list .txt {
  line-height: 1.8;
}

.p-eqhm03-items3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-eqhm03-item3__tit {
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-family: 'YakuHanJPs', "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.p-eqhm03-item3__tit .num {
  color: #b66a44;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: normal;
}

.p-eqhm03-item3__tit .txt {
  line-height: 1.8;
}

.p-eqhm03-item3__txt {
  letter-spacing: 0em;
  line-height: 1.8;
}

.p-eqhm03-items4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-eqhm03-item4 {
  border: solid 1px #b66a44;
}

.p-eqhm03-item4__tit .num {
  color: #b66a44;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: normal;
}

.p-eqhm03-item4__tit .txt {
  line-height: 1.8;
  font-family: 'YakuHanJPs', "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

@media all and (max-width: 768px) {
  .p-eqhm03 {
    padding: 16vw 8vw 18.66667vw 8vw;
  }
  .p-eqhm03__txt {
    margin: 2.66667vw -1.33333vw 0vw -1.33333vw;
    font-size: 18px;
    font-size: 4.8vw;
    text-align: center;
  }
  .p-eqhm03-tit2 {
    margin: 5.33333vw 0vw 0vw 0vw;
  }
  .p-eqhm03-tit2-box {
    position: relative;
    margin: 0vw -4vw 0vw -4vw;
    padding: 1.86667vw 1.86667vw 1.86667vw 2.13333vw;
    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;
    text-align: center;
    background: #b66a44;
    border-radius: 24vw 24vw 24vw 24vw;
    min-height: 20.8vw;
  }
  .p-eqhm03-tit2-box .txt {
    position: absolute;
    left: 2.13333vw;
    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;
    text-align: center;
    background: #f8f5f0;
    width: 17.06667vw;
    min-height: 17.06667vw;
    border-radius: 50%;
    line-height: 1.4;
    color: #b66a44;
    font-size: 13px;
    font-size: 3.46667vw;
  }
  .p-eqhm03-tit2-box .txt2 {
    display: block;
    position: relative;
    left: 5.33333vw;
    font-size: 19px;
    font-size: 5.06667vw;
    color: #f8f5f0;
    letter-spacing: 0.06em;
  }
  .p-eqhm03-tit2__txt {
    margin: 2.66667vw 0vw 0vw 0vw;
    font-size: 14px;
    font-size: 3.73333vw;
  }
  .p-eqhm03 .u-eqhm-tit2 {
    margin: 10.13333vw auto 0vw;
    width: 53.33333vw;
    letter-spacing: 0;
  }
  .p-eqhm03-item {
    margin: 16vw 0vw 0vw 0vw;
  }
  .p-eqhm03-item.type1 {
    margin: 32vw 0vw 0vw 0vw;
  }
  .p-eqhm03-item__tit {
    position: relative;
    padding: 0vw 0vw 0vw 14.66667vw;
  }
  .p-eqhm03-item__tit .num {
    position: absolute;
    top: 1.33333vw;
    left: 0;
    font-size: 30px;
    font-size: 8vw;
  }
  .p-eqhm03-item__tit .txt {
    display: block;
    font-size: 18px;
    font-size: 4.8vw;
  }
  .p-eqhm03-item__tit .txt2 {
    margin: 1.33333vw 0vw 0vw 0vw;
    display: block;
    font-size: 22px;
    font-size: 5.86667vw;
  }
  .p-eqhm03-item__photo {
    margin: 4vw 0vw 0vw 0vw;
    display: block;
  }
  .p-eqhm03-item__txt {
    margin: 4vw 0vw 0vw 0vw;
    display: block;
    font-size: 14px;
    font-size: 3.73333vw;
  }
  .p-eqhm03-item .u-eqhm-btn {
    width: 100%;
  }
  .p-eqhm03-item2 {
    margin: 5.33333vw -4vw 0vw -4vw;
    padding: 8vw 4vw 8vw 4vw;
    border-radius: 1.33333vw 1.33333vw 1.33333vw 1.33333vw;
  }
  .p-eqhm03-item2__tit {
    text-align: center;
    font-size: 18px;
    font-size: 4.8vw;
  }
  .p-eqhm03-item2__txt {
    margin: 2.66667vw 0vw 0vw 0vw;
    font-size: 10px;
    font-size: 2.66667vw;
  }
  .p-eqhm03-item2 .u-eqhm-tit2 {
    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: 100%;
    margin: 0;
    min-height: 10.13333vw;
  }
  .p-eqhm03-item2-box {
    margin: 7.46667vw 0vw 0vw 0vw;
    border-radius: 1.33333vw 1.33333vw 1.33333vw 1.33333vw;
    padding: 5.33333vw 4vw 4vw 4vw;
  }
  .p-eqhm03-item2-box.type2 {
    margin: 13.33333vw 0vw 0vw 0vw;
  }
  .p-eqhm03-item2-box__tit {
    font-size: 18px;
    font-size: 4.8vw;
    text-align: center;
  }
  .p-eqhm03-item2-box__txt {
    margin: 2.66667vw 0vw 0vw 0vw;
    font-size: 14px;
    font-size: 3.73333vw;
  }
  .p-eqhm03-item2-box__txt2 {
    margin: 1.33333vw 0vw 0vw 0vw;
    font-size: 10px;
    font-size: 2.66667vw;
  }
  .p-eqhm03-item2-box__txt3 {
    margin: 2.66667vw 0vw 0vw 0vw;
    font-size: 10px;
    font-size: 2.66667vw;
    text-indent: -1em;
    padding: 0 0 0 1em;
  }
  .p-eqhm03-item2-box-lists {
    margin: 5.33333vw 0vw 0vw 0vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 6.93333vw;
    position: relative;
  }
  .p-eqhm03-item2-box-lists:before {
    content: "";
    display: block;
    position: absolute;
    background: url(/syohin/kitchen/toaster/eqhm-eqhe-eqha/img/ico_sankaku_sp.png);
    background-size: contain;
    width: 3.73333vw;
    height: 5.33333vw;
    left: 36.26667vw;
    top: 15.2vw;
  }
  .p-eqhm03-item2-box-lists:after {
    content: "";
    display: block;
    position: absolute;
    background: url(/syohin/kitchen/toaster/eqhm-eqhe-eqha/img/ico_batu_sp.png);
    background-size: contain;
    width: 18.66667vw;
    height: 18.66667vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -25.86667vw;
  }
  .p-eqhm03-item2-box-list {
    position: relative;
  }
  .p-eqhm03-item2-box-list .num {
    width: 8vw;
    height: 8vw;
    top: -3.46667vw;
    left: -2.61333vw;
    font-size: 18px;
    font-size: 4.8vw;
  }
  .p-eqhm03-item2-box-list .txt {
    margin: 1.33333vw 0vw 0vw 0vw;
    font-size: 14px;
    font-size: 3.73333vw;
  }
  .p-eqhm03-item2__photo {
    margin: 5.33333vw 0vw 0vw 0vw;
  }
  .p-eqhm03-item2__photo2 {
    display: block;
    margin: 5.33333vw auto 0vw;
    width: 42.66667vw;
  }
  .p-eqhm03-item2__photo3 {
    display: block;
    margin: 4vw 0vw 2.66667vw 0vw;
  }
  .p-eqhm03-item2__photo4 {
    display: block;
    margin: 5.33333vw 0vw 0vw 0vw;
  }
  .p-eqhm03-items3 {
    margin: 13.33333vw 0vw 0vw 0vw;
    gap: 5.06667vw;
  }
  .p-eqhm03-item3 {
    width: 39.46667vw;
  }
  .p-eqhm03-item3__tit {
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-eqhm03-item3__tit .num {
    font-size: 22px;
    font-size: 5.86667vw;
    line-height: 1;
  }
  .p-eqhm03-item3__tit .txt {
    margin: 1.33333vw 0vw 0vw 0vw;
    font-size: 18px;
    font-size: 4.8vw;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
  .p-eqhm03-item3__photo {
    display: block;
    margin: 2.66667vw 0vw 0vw 0vw;
  }
  .p-eqhm03-item3__txt {
    margin: 2.66667vw 0vw 0vw 0vw;
    font-size: 14px;
    font-size: 3.73333vw;
  }
  .p-eqhm03-items4 {
    margin: 13.33333vw 0vw 0vw 0vw;
    gap: 2.13333vw;
  }
  .p-eqhm03-item4 {
    width: 26.66667vw;
    height: 26.66667vw;
    border-radius: 1.33333vw 1.33333vw 1.33333vw 1.33333vw;
    border: solid 1px #b66a44;
  }
  .p-eqhm03-item4__tit {
    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;
    text-align: center;
  }
  .p-eqhm03-item4__tit .num {
    margin: 1.86667vw 0vw 0vw 0vw;
    font-size: 16px;
    font-size: 4.26667vw;
  }
  .p-eqhm03-item4__tit .txt {
    margin: 1.33333vw 0vw 0vw 0vw;
    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;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1.4;
    font-size: 14px;
    font-size: 3.73333vw;
    min-height: 16vw;
  }
}

@media screen and (min-width: 1101px), print {
  .p-eqhm03 {
    border-top: solid 1px #b66a44;
    padding: 6.77083vw 2.08333vw 7.03125vw 2.08333vw;
  }
  .p-eqhm03__inner {
    max-width: 77.08333vw;
    margin: 0vw auto 0vw;
    padding: 0vw 0vw 0vw 0vw;
  }
  .p-eqhm03 .u-eqhm-tit2.type1 {
    margin: 4.6875vw auto 0vw;
  }
  .p-eqhm03__txt {
    margin: 1.09375vw auto 0vw;
    font-size: 32px;
    font-size: 1.66667vw;
    letter-spacing: 0.16em;
    text-align: center;
  }
  .p-eqhm03-tit2 {
    max-width: 68.75vw;
    margin: 1.97917vw auto 0vw;
    padding: 0.78125vw 0.78125vw 0.78125vw 0.78125vw;
    background: #b66a44;
    border-radius: 500px;
    min-height: 7.39583vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    gap: 4.01042vw;
  }
  .p-eqhm03-tit2-box {
    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;
    text-align: center;
    gap: 2.08333vw;
  }
  .p-eqhm03-tit2 .txt {
    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;
    text-align: center;
    background: #f8f5f0;
    width: 6.04167vw;
    height: 6.04167vw;
    border-radius: 50%;
    line-height: 1.4;
    color: #b66a44;
    font-size: 24px;
    font-size: 1.25vw;
  }
  .p-eqhm03-tit2 .txt2 {
    display: block;
    position: relative;
    color: #f8f5f0;
    letter-spacing: 0.06em;
    font-size: 36px;
    font-size: 1.875vw;
  }
  .p-eqhm03-tit2__txt {
    position: relative;
    color: #f8f5f0;
    font-size: 20px;
    font-size: 1.04167vw;
    letter-spacing: 0.04em;
  }
  .p-eqhm03-tit2__txt:before {
    content: "";
    display: block;
    position: absolute;
    top: 0vw;
    left: -1.97917vw;
    width: 0.05208vw;
    height: 100%;
    background: #f8f5f0;
  }
  .p-eqhm03-item {
    margin: 5.67708vw auto 0vw;
  }
  .p-eqhm03-item.type1 {
    margin: 7.23958vw auto 0vw;
  }
  .p-eqhm03-item.type1 .p-eqhm03-item__photo {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: calc((100vw - 77.08333vw) / -2);
    z-index: 0;
  }
  .p-eqhm03-item.type2 {
    margin: 7.23958vw auto 0vw;
  }
  .p-eqhm03-item.type2 .p-eqhm03-item__photo {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: calc((100vw - 77.08333vw) / -2);
    z-index: 0;
  }
  .p-eqhm03-item.type3 {
    margin: 6.77083vw auto 0vw;
  }
  .p-eqhm03-item.type3 .p-eqhm03-item-txtbox {
    padding: 2.08333vw 0vw 0vw 0vw;
  }
  .p-eqhm03-item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4.01042vw;
  }
  .p-eqhm03-item-txtbox {
    width: 34.89583vw;
  }
  .p-eqhm03-item__photo {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p-eqhm03-item__tit {
    position: relative;
  }
  .p-eqhm03-item__tit .num {
    position: absolute;
    top: 0vw;
    right: 0vw;
    font-size: 85px;
    font-size: 4.42708vw;
  }
  .p-eqhm03-item__tit .txt {
    display: block;
    font-size: 32px;
    font-size: 1.66667vw;
    line-height: 1.5;
  }
  .p-eqhm03-item__tit .txt.min {
    font-size: 26px;
    font-size: 1.35417vw;
  }
  .p-eqhm03-item__tit .txt2 {
    margin: 0.72917vw auto 0vw;
    display: block;
    font-size: 42px;
    font-size: 2.1875vw;
  }
  .p-eqhm03-item__tit .txt2.min {
    font-size: 32px;
    font-size: 1.66667vw;
  }
  .p-eqhm03-item__txt {
    margin: 3.125vw auto 0vw;
    font-size: 22px;
    font-size: 1.14583vw;
    letter-spacing: 0.06em;
    line-height: 2.3;
  }
  .p-eqhm03-item__txt.big {
    font-size: 26px;
    font-size: 1.35417vw;
    margin: 1.5625vw auto 0vw;
  }
  .p-eqhm03-item .u-eqhm-btn {
    margin: 5.46875vw auto 0vw;
    width: 100%;
    min-height: 3.80208vw;
    border-radius: 40px;
  }
  .p-eqhm03-item .u-eqhm-btn .ico {
    right: 2.60417vw;
  }
  .p-eqhm03-item2 {
    margin: 3.125vw auto 0vw;
    border-radius: 5px;
  }
  .p-eqhm03-item2__inner {
    margin: 0vw auto 0vw;
    padding: 3.38542vw 4.16667vw 3.38542vw 4.16667vw;
  }
  .p-eqhm03-item2__tit {
    text-align: center;
    font-size: 32px;
    font-size: 1.66667vw;
  }
  .p-eqhm03-item2__txt {
    margin: 0.52083vw 0vw 0vw 0vw;
    font-size: 10px;
    font-size: 0.52083vw;
  }
  .p-eqhm03-item2-boxwrap {
    margin: 2.34375vw 0vw 0vw 0vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 3.22917vw;
    position: relative;
  }
  .p-eqhm03-item2-boxwrap.type2:after {
    content: "";
    display: block;
    position: absolute;
    background: url(/syohin/kitchen/toaster/eqhm-eqhe-eqha/img/ico_batu.png);
    background-size: contain;
    width: 5.10417vw;
    height: 5.10417vw;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .p-eqhm03-item2-boxwrap .p-eqhm03-item2-box {
    padding: 1.82292vw 2.60417vw 0.78125vw 2.60417vw;
  }
  .p-eqhm03-item2-boxwrap .p-eqhm03-item2-box.type1 {
    padding: 1.82292vw 2.60417vw 1.82292vw 2.60417vw;
  }
  .p-eqhm03-item2-box {
    width: 50%;
    padding: 1.82292vw 2.60417vw 1.82292vw 2.60417vw;
    border-radius: 5px;
  }
  .p-eqhm03-item2-box.type3 {
    width: 100%;
    margin: 2.60417vw 0vw 0vw 0vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2.08333vw 3.64583vw 2.08333vw 3.64583vw;
  }
  .p-eqhm03-item2-box .u-eqhm-tit2 {
    max-width: 27.08333vw;
    width: 100%;
    border-radius: 30px;
    min-height: 2.55208vw;
    font-size: 22px;
    font-size: 1.14583vw;
  }
  .p-eqhm03-item2-box-lists {
    margin: 1.04167vw 0vw 0vw 0vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 3.07292vw;
    position: relative;
  }
  .p-eqhm03-item2-box-list:first-of-type figure {
    position: relative;
  }
  .p-eqhm03-item2-box-list:first-of-type figure:before {
    content: "";
    display: block;
    position: absolute;
    background: url(/syohin/kitchen/toaster/eqhm-eqhe-eqha/img/ico_sankaku_sp.png);
    background-size: contain;
    width: 1.14583vw;
    height: 1.61458vw;
    top: 50%;
    right: 0;
    margin: -0.78125vw -2.1875vw 0vw 0vw;
  }
  .p-eqhm03-item2-box-list .num {
    position: absolute;
    top: 0;
    left: 0;
    width: 2.34375vw;
    height: 2.34375vw;
    font-size: 27px;
    font-size: 1.40625vw;
  }
  .p-eqhm03-item2-box-list .txt {
    margin: 0.52083vw 0vw 0vw 0vw;
    position: relative;
    font-size: 20px;
    font-size: 1.04167vw;
    padding: 0vw 0vw 0vw 2.86458vw;
  }
  .p-eqhm03-item2-box__txt {
    text-align: center;
    font-size: 20px;
    font-size: 1.04167vw;
    letter-spacing: 0.04em;
  }
  .p-eqhm03-item2-box__txt2 {
    font-size: 15px;
    font-size: 0.78125vw;
    position: relative;
    left: 1.5625vw;
  }
  .p-eqhm03-item2-box__txt3 {
    margin: 1.71875vw 0vw 0vw 0vw;
    font-size: 15px;
    font-size: 0.78125vw;
    letter-spacing: 0;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.6;
  }
  .p-eqhm03-item2-box__txt3.type2 {
    margin: 0.52083vw 0vw 0vw 0vw;
  }
  .p-eqhm03-item2-box__tit {
    font-size: 32px;
    font-size: 1.66667vw;
    letter-spacing: 0.16em;
  }
  .p-eqhm03-item2-box-txtbox {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p-eqhm03-item2__photo {
    width: 50%;
  }
  .p-eqhm03-item2__photo2 {
    margin: 1.66667vw auto 1.45833vw;
    width: 11.45833vw;
  }
  .p-eqhm03-item2__photo3 {
    margin: 1.5625vw 0vw 0vw 0vw;
    display: block;
  }
  .p-eqhm03-item2__photo4 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p-eqhm03-items3 {
    gap: 4.16667vw;
  }
  .p-eqhm03-item3 {
    margin: 6.77083vw auto 0vw;
    -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;
  }
  .p-eqhm03-item3__photo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-eqhm03-item3__tit {
    margin: 1.5625vw 0vw 0vw 0vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 32px;
    font-size: 1.66667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.04167vw;
  }
  .p-eqhm03-item3__tit .num {
    position: relative;
    top: 0.20833vw;
    display: inline-block;
    font-size: 42px;
    font-size: 2.1875vw;
  }
  .p-eqhm03-item3__txt {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    font-size: 20px;
    font-size: 1.04167vw;
    letter-spacing: 0.04em;
  }
  .p-eqhm03-items4 {
    margin: 5.46875vw auto 0vw;
    gap: 1.04167vw;
  }
  .p-eqhm03-item4 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-height: 6.71875vw;
    border-radius: 5px;
    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;
  }
  .p-eqhm03-item4__tit {
    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: 1.04167vw;
  }
  .p-eqhm03-item4__tit .txt {
    font-size: 32px;
    font-size: 1.66667vw;
  }
  .p-eqhm03-item4__tit .num {
    position: relative;
    top: 0.15625vw;
    display: inline-block;
    font-size: 44px;
    font-size: 2.29167vw;
  }
  .p-eqhm03 .order1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-eqhm03 .order2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (min-width: 769px) and (max-width: 1100px), print {
  .p-eqhm03 {
    border-top: solid 1px #b66a44;
    padding: 74.1px 22.8px 76.95px;
  }
  .p-eqhm03__inner {
    max-width: 843.6px;
    margin: 0 auto;
    padding: 0px 0 0px;
  }
  .p-eqhm03 .u-eqhm-tit2.type1 {
    margin: 51.3px auto 0;
  }
  .p-eqhm03__txt {
    margin: 11.97px 0 0;
    font-size: 18.24px;
    letter-spacing: 0.16em;
    text-align: center;
  }
  .p-eqhm03-tit2 {
    max-width: 752.4px;
    margin: 21.66px auto 0;
    padding: 8.55px;
    background: #b66a44;
    border-radius: 285px;
    min-height: 80.94px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    gap: 43.89px;
  }
  .p-eqhm03-tit2-box {
    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;
    text-align: center;
    gap: 22.8px;
  }
  .p-eqhm03-tit2 .txt {
    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;
    text-align: center;
    background: #f8f5f0;
    width: 66.12px;
    height: 66.12px;
    border-radius: 50%;
    line-height: 1.4;
    color: #b66a44;
    font-size: 13.68px;
  }
  .p-eqhm03-tit2 .txt2 {
    display: block;
    position: relative;
    color: #f8f5f0;
    letter-spacing: 0.06em;
    font-size: 20.52px;
  }
  .p-eqhm03-tit2__txt {
    position: relative;
    color: #f8f5f0;
    font-size: 11.4px;
    letter-spacing: 0.04em;
  }
  .p-eqhm03-tit2__txt:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -21.66px;
    width: 1px;
    height: 100%;
    background: #f8f5f0;
  }
  .p-eqhm03-item {
    margin: 62.13px 0 0;
  }
  .p-eqhm03-item.type1 {
    margin: 79.23px 0 0;
  }
  .p-eqhm03-item.type1 .p-eqhm03-item__photo {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: calc((100% - 603px) / -2);
    z-index: 0;
  }
  .p-eqhm03-item.type2 {
    margin: 79.23px 0 0;
  }
  .p-eqhm03-item.type2 .p-eqhm03-item__photo {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: calc((100% - 603px) / -2);
    z-index: 0;
  }
  .p-eqhm03-item.type3 {
    margin: 74.1px 0 0;
  }
  .p-eqhm03-item.type3 .p-eqhm03-item-txtbox {
    padding: 22.8px 0 0;
  }
  .p-eqhm03-item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 43.89px;
  }
  .p-eqhm03-item-txtbox {
    width: 381.9px;
  }
  .p-eqhm03-item__photo {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p-eqhm03-item__tit {
    position: relative;
  }
  .p-eqhm03-item__tit .num {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 48.45px;
  }
  .p-eqhm03-item__tit .txt {
    display: block;
    font-size: 18.24px;
    line-height: 1.5;
  }
  .p-eqhm03-item__tit .txt.min {
    font-size: 14.82px;
  }
  .p-eqhm03-item__tit .txt2 {
    margin: 7.98px 0 0;
    display: block;
    font-size: 23.94px;
  }
  .p-eqhm03-item__tit .txt2.min {
    font-size: 18.24px;
  }
  .p-eqhm03-item__txt {
    margin: 34.2px 0 0;
    font-size: 12.54px;
    letter-spacing: 0.06em;
    line-height: 2.3;
  }
  .p-eqhm03-item__txt.big {
    font-size: 14.82px;
    margin: 17.1px 0 0;
  }
  .p-eqhm03-item .u-eqhm-btn {
    margin: 55px 0 0;
    width: 100%;
    min-height: 41.61px;
    border-radius: 22.8px;
  }
  .p-eqhm03-item .u-eqhm-btn .ico {
    right: 28.5px;
  }
  .p-eqhm03-item2 {
    margin: 34.2px auto 0;
    border-radius: 2.85px;
  }
  .p-eqhm03-item2__inner {
    margin: 0 auto;
    padding: 37.05px 45.6px;
  }
  .p-eqhm03-item2__tit {
    text-align: center;
    font-size: 18.24px;
  }
  .p-eqhm03-item2__txt {
    margin: 2.66667vw 0vw 0vw 0vw;
    font-size: 10px;
    font-size: 2.66667vw;
  }
  .p-eqhm03-item2-boxwrap {
    margin: 25.65px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 35.34px;
    position: relative;
  }
  .p-eqhm03-item2-boxwrap.type2:after {
    content: "";
    display: block;
    position: absolute;
    background: url(/syohin/kitchen/toaster/eqhm-eqhe-eqha/img/ico_batu.png);
    background-size: contain;
    width: 55.86px;
    height: 55.86px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .p-eqhm03-item2-boxwrap .p-eqhm03-item2-box {
    padding: 19.95px 28.5px 8.55px;
  }
  .p-eqhm03-item2-boxwrap .p-eqhm03-item2-box.type1 {
    padding: 19.95px 28.5px 19.95px;
  }
  .p-eqhm03-item2-box {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 19.95px 28.5px;
    border-radius: 2.85px;
  }
  .p-eqhm03-item2-box.type3 {
    width: 100%;
    margin: 28.5px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 22.8px 39.9px;
  }
  .p-eqhm03-item2-box .u-eqhm-tit2 {
    max-width: 296.4px;
    width: 100%;
    font-size: 12.54px;
    min-height: 29px;
  }
  .p-eqhm03-item2-box-lists {
    margin: 11.4px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 33.63px;
    position: relative;
  }
  .p-eqhm03-item2-box-list:first-of-type figure {
    position: relative;
  }
  .p-eqhm03-item2-box-list:first-of-type figure:before {
    content: "";
    display: block;
    position: absolute;
    background: url(/syohin/kitchen/toaster/eqhm-eqhe-eqha/img/ico_sankaku_sp.png);
    background-size: contain;
    width: 12.54px;
    height: 17.67px;
    top: 50%;
    right: 0;
    margin: -8.55px -23.94px 0 0;
  }
  .p-eqhm03-item2-box-list .num {
    position: absolute;
    top: 0;
    left: 0;
    width: 25.65px;
    height: 25.65px;
    font-size: 15.39px;
  }
  .p-eqhm03-item2-box-list .txt {
    margin: 5.7px 0 0;
    position: relative;
    font-size: 11.4px;
    padding: 0 0 0 31.35px;
  }
  .p-eqhm03-item2-box__txt {
    text-align: center;
    font-size: 11.4px;
    letter-spacing: 0.04em;
  }
  .p-eqhm03-item2-box__txt2 {
    font-size: 8.55px;
    position: relative;
    left: 17.1px;
  }
  .p-eqhm03-item2-box__txt3 {
    margin: 18.81px 0 0;
    font-size: 8.55px;
    letter-spacing: 0em;
    padding: 0 0 0 1em;
    text-indent: -1em;
    line-height: 1.6;
  }
  .p-eqhm03-item2-box__tit {
    font-size: 18.24px;
    letter-spacing: 0.16em;
  }
  .p-eqhm03-item2-box-txtbox {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p-eqhm03-item2__photo {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p-eqhm03-item2__photo2 {
    margin: 18.24px auto 15.96px;
    width: 125.4px;
  }
  .p-eqhm03-item2__photo3 {
    margin: 18px 0 0;
    display: block;
  }
  .p-eqhm03-item2__photo4 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p-eqhm03-items3 {
    gap: 45.6px;
  }
  .p-eqhm03-item3 {
    margin: 74.1px 0 0;
    -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;
  }
  .p-eqhm03-item3__photo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-eqhm03-item3__tit {
    margin: 17.1px 0 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 18.24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 11.4px;
  }
  .p-eqhm03-item3__tit .num {
    position: relative;
    top: 2.28px;
    display: inline-block;
    font-size: 23.94px;
  }
  .p-eqhm03-item3__txt {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    font-size: 11.4px;
    letter-spacing: 0.04em;
  }
  .p-eqhm03-items4 {
    margin: 59.85px 0 0;
    gap: 11.4px;
  }
  .p-eqhm03-item4 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-height: 73.53px;
    border-radius: 2.85px;
    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;
  }
  .p-eqhm03-item4__tit {
    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: 11.4px;
  }
  .p-eqhm03-item4__tit .txt {
    font-size: 18.24px;
  }
  .p-eqhm03-item4__tit .num {
    position: relative;
    top: 2.28px;
    display: inline-block;
    font-size: 25.08px;
  }
  .p-eqhm03 .order1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-eqhm03 .order2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.p-eqhm04 {
  border-top: solid 1px #b66a44;
  /*
  @media screen and (min-width: 1101px),print {
    padding: 125px 0 130px;
    .u-eqhm-tit2 {
      margin: 80px auto 0;
    }
    &__txt {
      margin: 20px 0 0;
      text-align: center;
      font-size: 32px;
    }
    &-item {
      max-width: 1480px;
      margin: 129px auto 0;
      display: flex;
      justify-content: space-between;
      gap: 76px;
      &__photo {
        //flex : 1;
        width: 45.27%;
      }
      &-txtbox {
        //flex : 1;
        width: 50%;
      }
      &__tit {
        .txt {
          display: block;
          font-size: 32px;
        }
        .txt2 {
          margin: 5px 0 0;
          display: block;
          font-size: 42px;
        }
      }
      &__txt {
        margin: 26px 0 0;
        display: block;
        font-size: 22px;
        letter-spacing: 0.08em;
        line-height: 2.3;
      }
      &__photo2 {
        margin: 21px 0 0 auto;
        width: 266px;
        display: block;
      }
      &-greybox {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        position: relative;
        border-radius: 5px;
        gap: 35px;
        margin: 55px 0 0;
        padding: 20px 40px;
        &__txt {
          font-size: 26px;
          text-align: left;
          min-width: 255px;
          display: block;
          letter-spacing: 0.06em;
        }
        &__txt2 {
          margin: 9px 0 0;
          display: flex;
          align-items: center;
          text-align: center;
          border-radius: 5px;
          font-size: 20px;
          display: block;
          letter-spacing: 0.06em;
        }
        &-lists {
          display: flex;
          justify-content: space-between;
          gap: 15px;
          width: 375px;
        }
      }
    }
    &-item2 {
      max-width: 1480px;
      margin: 50px auto 0;
      padding: 40px 20px 40px 50px;
      border-radius: 5px;
      gap: 80px;
      display: flex;
      justify-content: flex-start;
      align-items: stretch;
      position: relative;

      &__txt {
        display: flex;
        align-items: center;
        position: relative;
        font-size: 26px;
        text-align: left;
        letter-spacing: 0.06em;
        &:after {
          content: "";
          display: block;
          position: absolute;
          width: 1px;
          height: 100%;
          top: 0%;
          right: -40px;
          background: #000;
        }
      }
    }
    &-slides {
      display: flex;
      justify-content: space-between;
      gap: 20px;
    }
    &-slide {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      gap: 20px;
      img {
        display: block;
        max-width: 270px !important;
      }
      &__txt {
        width: 170px;
        text-align: left;
        font-size: 20px;
        letter-spacing: 0.04em;
      }
    }
    .order1 {
      order: 1;
    }
    .order2 {
      order: 2;
    }
  }
  */
}

.p-eqhm04__txt {
  letter-spacing: 0.15em;
}

.p-eqhm04-tit2__txt {
  line-height: 1.8;
}

.p-eqhm04-item__tit .txt {
  font-family: 'YakuHanJPs', "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

.p-eqhm04-item__tit .txt2 {
  font-family: 'YakuHanJPs', "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

.p-eqhm04-item__txt {
  line-height: 1.8;
}

.p-eqhm04-item-greybox {
  background: #d5ccc4;
}

.p-eqhm04-item-greybox__txt {
  font-family: 'YakuHanJPs', "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: center;
}

.p-eqhm04-item-greybox__txt2 {
  background: #f8f5f0;
  font-family: 'YakuHanJPs', "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: center;
}

.p-eqhm04-item2 {
  background: #d5ccc4;
}

.p-eqhm04-item2__txt {
  font-family: 'YakuHanJPs', "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: center;
}

.p-eqhm04-slide__txt {
  display: block;
  font-family: 'YakuHanJPs', "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: center;
}

@media all and (max-width: 768px) {
  .p-eqhm04 {
    padding: 16vw 8vw 18.66667vw 8vw;
  }
  .p-eqhm04 .u-eqhm-tit2 {
    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;
    text-align: center;
    margin: 10.13333vw auto 0vw;
    width: 53.33333vw;
    min-height: 10.13333vw;
    letter-spacing: 0;
  }
  .p-eqhm04__txt {
    margin: 2.66667vw -1.33333vw 0vw -1.33333vw;
    font-size: 18px;
    font-size: 4.8vw;
    text-align: center;
  }
  .p-eqhm04-item + .p-eqhm04-item {
    margin: 24vw 0vw 0vw 0vw;
  }
  .p-eqhm04-item {
    margin: 11.73333vw 0vw 0vw 0vw;
  }
  .p-eqhm04-item__tit .txt {
    margin: 2.66667vw 0vw 0vw 0vw;
    font-size: 18px;
    font-size: 4.8vw;
    display: block;
  }
  .p-eqhm04-item__tit .txt2 {
    margin: 1.33333vw 0vw 0vw 0vw;
    display: block;
    font-size: 22px;
    font-size: 5.86667vw;
    line-height: 1.5;
  }
  .p-eqhm04-item__txt {
    margin: 4vw 0vw 0vw 0vw;
    font-size: 14px;
    font-size: 3.73333vw;
  }
  .p-eqhm04-item__photo2 {
    display: block;
    margin: 8vw auto 0vw;
    width: 42.66667vw;
  }
  .p-eqhm04-item-greybox {
    margin: 5.33333vw -4vw 0vw -4vw;
    padding: 6.66667vw 4vw 5.6vw 4vw;
    border-radius: 1.33333vw 1.33333vw 1.33333vw 1.33333vw;
  }
  .p-eqhm04-item-greybox-lists {
    margin: 5.86667vw 0vw 0vw 0vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 2.4vw;
  }
  .p-eqhm04-item-greybox__txt {
    font-size: 18px;
    font-size: 4.8vw;
    text-align: center;
  }
  .p-eqhm04-item-greybox__txt2 {
    margin: 2.66667vw 0vw 0vw 0vw;
    border-radius: 1.33333vw 1.33333vw 1.33333vw 1.33333vw;
    font-size: 18px;
    font-size: 4.8vw;
    text-align: center;
  }
  .p-eqhm04 .swiper2 {
    overflow: hidden;
    position: relative;
    padding: 0vw 0vw 10.66667vw 0vw;
  }
  .p-eqhm04 .swiper-pagination-bullet {
    opacity: 1;
    border: solid 1px #b66a44;
    background: #fff;
    width: 2.13333vw;
    height: 2.13333vw;
    margin: 0vw 0.8vw 0vw 0.8vw;
  }
  .p-eqhm04 .swiper-pagination-bullet-active {
    background: #b66a44;
  }
  .p-eqhm04-item2 {
    margin: 5.33333vw -4vw 0vw -4vw;
    padding: 8vw 0vw 4vw 0vw;
    border-radius: 1.33333vw 1.33333vw 1.33333vw 1.33333vw;
  }
  .p-eqhm04-item2__txt {
    font-size: 18px;
    font-size: 4.8vw;
  }
  .p-eqhm04-slides {
    margin: 6.66667vw 0vw 0vw 0vw;
  }
  .p-eqhm04-slide__txt {
    margin: 4vw -2.66667vw 0vw -2.66667vw;
    font-size: 18px;
    font-size: 4.8vw;
  }
}

@media (min-width: 769px), print {
  .p-eqhm04 .swiper-slide {
    width: auto;
  }
}

@media screen and (min-width: 1101px), print {
  .p-eqhm04 {
    padding: 6.51042vw 0vw 6.77083vw 0vw;
  }
  .p-eqhm04 .u-eqhm-tit2 {
    margin: 4.16667vw auto 0vw;
  }
  .p-eqhm04__txt {
    margin: 1.04167vw 0vw 0vw 0vw;
    text-align: center;
    font-size: 32px;
    font-size: 1.66667vw;
  }
  .p-eqhm04-item {
    max-width: 77.08333vw;
    margin: 6.71875vw auto 0vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 3.95833vw;
  }
  .p-eqhm04-item__photo {
    width: 45.27%;
  }
  .p-eqhm04-item-txtbox {
    width: 50%;
  }
  .p-eqhm04-item__tit .txt {
    display: block;
    font-size: 32px;
    font-size: 1.66667vw;
  }
  .p-eqhm04-item__tit .txt2 {
    margin: 0.26042vw 0vw 0vw 0vw;
    display: block;
    font-size: 42px;
    font-size: 2.1875vw;
  }
  .p-eqhm04-item__txt {
    margin: 1.35417vw 0vw 0vw 0vw;
    display: block;
    font-size: 22px;
    font-size: 1.14583vw;
    letter-spacing: 0.08em;
    line-height: 2.3;
  }
  .p-eqhm04-item__photo2 {
    margin: 0.26042vw 0vw 0vw 0vw;
    width: 13.85417vw;
    display: block;
    float: right;
  }
  .p-eqhm04-item-greybox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    border-radius: 5px;
    gap: 1.82292vw;
    margin: 2.86458vw 0vw 0vw 0vw;
    padding: 1.04167vw 2.08333vw 1.04167vw 2.08333vw;
  }
  .p-eqhm04-item-greybox__txt {
    font-size: 24px;
    font-size: 1.25vw;
    text-align: left;
    min-width: 13.28125vw;
    display: block;
    letter-spacing: 0.06em;
  }
  .p-eqhm04-item-greybox__txt2 {
    margin: 0.46875vw 0vw 0vw 0vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    border-radius: 5px;
    font-size: 20px;
    font-size: 1.04167vw;
    display: block;
    letter-spacing: 0.06em;
  }
  .p-eqhm04-item-greybox-lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0.78125vw;
    width: 19.53125vw;
  }
  .p-eqhm04-item2 {
    max-width: 77.08333vw;
    margin: 2.60417vw auto 0vw;
    padding: 2.08333vw 1.04167vw 2.08333vw 2.60417vw;
    border-radius: 5px;
    gap: 4.16667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    position: relative;
  }
  .p-eqhm04-item2__txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    font-size: 26px;
    font-size: 1.35417vw;
    text-align: left;
    letter-spacing: 0.06em;
  }
  .p-eqhm04-item2__txt:after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0vw;
    right: -2.08333vw;
    background: #000;
  }
  .p-eqhm04-slides {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1.04167vw;
  }
  .p-eqhm04-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.04167vw;
  }
  .p-eqhm04-slide img {
    display: block;
    max-width: 14.0625vw !important;
  }
  .p-eqhm04-slide__txt {
    width: 8.85417vw;
    text-align: left;
    font-size: 20px;
    font-size: 1.04167vw;
    letter-spacing: 0.04em;
  }
  .p-eqhm04 .order1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-eqhm04 .order2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (min-width: 769px) and (max-width: 1100px), print {
  .p-eqhm04 {
    padding: 71.25px 0 74.1px;
  }
  .p-eqhm04 .u-eqhm-tit2 {
    margin: 45.6px auto 0;
  }
  .p-eqhm04__txt {
    margin: 11.4px 0 0;
    text-align: center;
    font-size: 18.24px;
  }
  .p-eqhm04-item {
    max-width: 843.6px;
    margin: 73.53px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 43.32px;
  }
  .p-eqhm04-item__photo {
    width: 45.27%;
  }
  .p-eqhm04-item-txtbox {
    width: 50%;
  }
  .p-eqhm04-item__tit .txt {
    display: block;
    font-size: 18.24px;
  }
  .p-eqhm04-item__tit .txt2 {
    margin: 2.85px 0 0;
    display: block;
    font-size: 23.94px;
  }
  .p-eqhm04-item__txt {
    margin: 14.82px 0 0;
    display: block;
    font-size: 12.54px;
    letter-spacing: 0.08em;
    line-height: 2.3;
  }
  .p-eqhm04-item__photo2 {
    margin: 11.97px 0 0 auto;
    width: 151.62px;
    display: block;
  }
  .p-eqhm04-item-greybox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    border-radius: 5px;
    gap: 19.95px;
    margin: 31.35px 0 0;
    padding: 11.4px 22.8px;
  }
  .p-eqhm04-item-greybox__txt {
    font-size: 13px;
    text-align: left;
    min-width: 145.35px;
    display: block;
    letter-spacing: 0.06em;
  }
  .p-eqhm04-item-greybox__txt2 {
    margin: 5.13px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    border-radius: 5px;
    font-size: 11.4px;
    display: block;
    letter-spacing: 0.06em;
  }
  .p-eqhm04-item-greybox-lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 8.55px;
    width: 213.75px;
  }
  .p-eqhm04-item2 {
    max-width: 843.6px;
    margin: 28.5px auto 0;
    padding: 22.8px 11.4px 22.8px 28.5px;
    border-radius: 5px;
    gap: 45.6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    position: relative;
  }
  .p-eqhm04-item2__txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    font-size: 14.82px;
    text-align: left;
    letter-spacing: 0.06em;
  }
  .p-eqhm04-item2__txt:after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0%;
    right: -22.8px;
    background: #000;
  }
  .p-eqhm04-slides {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 11.4px;
  }
  .p-eqhm04-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 11.4px;
  }
  .p-eqhm04-slide img {
    display: block;
    max-width: 153.9px !important;
  }
  .p-eqhm04-slide__txt {
    width: 96.9px;
    text-align: left;
    font-size: 11.4px;
    letter-spacing: 0.04em;
  }
  .p-eqhm04 .order1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-eqhm04 .order2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

/* CSSアニメーション */
@-webkit-keyframes scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

/* アニメーション */
@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    /* 初期位置 */
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    /* リスト全体幅分移動 */
  }
}
@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    /* 初期位置 */
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    /* リスト全体幅分移動 */
  }
}

.p-eqhm05 {
  border-top: solid 1px #b66a44;
  background: #faf1e5;
}

.p-eqhm05__txt {
  letter-spacing: 0.1em;
}

.p-eqhm05-item__txt {
  letter-spacing: 0em;
  line-height: 1.8;
}

.p-eqhm05-lists {
  -webkit-animation: scroll-left 90s infinite linear .5s both;
          animation: scroll-left 90s infinite linear .5s both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-eqhm05 .splide__track {
  overflow: visible;
}

.p-eqhm05 .splide__arrow {
  z-index: 10;
}

.p-eqhm05 .splide__arrow {
  will-change: transform, opacity;
}

.p-eqhm05 .splide__slide:hover .splide__arrow {
  pointer-events: none;
}

.p-eqhm05 .splide__arrow--next svg,
.p-eqhm05 .splide__arrow--prev svg {
  display: none;
}

@media all and (max-width: 768px) {
  .p-eqhm05 {
    padding: 16vw 0vw 16vw 0vw;
  }
  .p-eqhm05__txt {
    margin: 10.66667vw 0vw 0vw 0vw;
    font-size: 18px;
    font-size: 4.8vw;
    text-align: center;
  }
  .p-eqhm05-itemwrap {
    width: 100vw;
    min-width: 506.66667vw;
    margin: 2.66667vw calc(50% - 50vw) 0;
    overflow: hidden;
  }
  .p-eqhm05-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 506.66667vw;
    margin: 13.33333vw 0vw 0vw 0vw;
  }
  .p-eqhm05-lists li {
    width: 46.93333vw;
    margin: 0vw 3.73333vw 0vw 0vw;
    border-radius: 1.33333vw 1.33333vw 1.33333vw 1.33333vw;
    overflow: hidden;
  }
  .p-eqhm05 .swiper3 {
    margin: 7.46667vw 0vw 0vw 0vw;
  }
  .p-eqhm05 .splide__arrows {
    display: none !important;
  }
  .p-eqhm05-item {
    border-radius: 1.33333vw 1.33333vw 1.33333vw 1.33333vw;
    overflow: hidden;
  }
  .p-eqhm05-item__txt {
    margin: 2.13333vw 0vw 0vw 0vw;
    font-size: 14px;
    font-size: 3.73333vw;
  }
  .p-eqhm05 .u-eqhm-btn {
    margin: 10.66667vw auto 0vw;
    width: 92vw;
  }
}

@media (min-width: 769px), print {
  .p-eqhm05 {
    padding: 130px 0;
  }
  .p-eqhm05__txt {
    margin: 80px 0 0;
    display: block;
    text-align: center;
    font-size: 32px;
    letter-spacing: 0.16em;
  }
  .p-eqhm05-itemwrap {
    width: 100vw;
    min-width: 3800px;
    margin: 0 calc(50% - 50vw);
    overflow: hidden;
    /* 横スクロールを隠す */
  }
  .p-eqhm05-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 3800px;
    margin: 78px 0 0;
  }
  .p-eqhm05-lists li {
    width: 350px;
    margin: 0 30px 0 0;
  }
  .p-eqhm05 .swiper-slide {
    width: 350px;
  }
  .p-eqhm05 .swiper3 {
    position: relative;
    margin: 60px 0 0;
  }
  .p-eqhm05 .swiper3-button-prev {
    position: absolute;
    z-index: 3;
    left: 40px;
    width: 50px;
    height: 50px;
    background: url(/syohin/kitchen/toaster/eqhm-eqhe-eqha/img/ico_prev.png) no-repeat;
    background-size: contain;
    opacity: 1;
    top: 130px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .p-eqhm05 .swiper3-button-prev:hover {
    opacity: 1 !important;
    background: url(/syohin/kitchen/toaster/eqhm-eqhe-eqha/img/ico_prev_02.png) no-repeat;
    background-size: contain;
  }
  .p-eqhm05 .swiper3-button-next {
    position: absolute;
    z-index: 3;
    right: 40px;
    width: 50px;
    height: 50px;
    background: url(/syohin/kitchen/toaster/eqhm-eqhe-eqha/img/ico_next.png) no-repeat;
    background-size: contain;
    opacity: 1;
    top: 130px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .p-eqhm05 .swiper3-button-next:hover {
    opacity: 1 !important;
    background: url(/syohin/kitchen/toaster/eqhm-eqhe-eqha/img/ico_next_02.png) no-repeat;
    background-size: contain;
  }
  .p-eqhm05-item {
    width: 350px;
  }
  .p-eqhm05-item__txt {
    margin: 6px 0 0;
    display: block;
    font-size: 22px;
    letter-spacing: 0.08em;
  }
  .p-eqhm05-item__link:hover .p-eqhm05-item__photo img {
    -webkit-filter: brightness(90%);
            filter: brightness(90%);
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .p-eqhm05-item__photo {
    overflow: hidden;
    border-radius: 5px;
  }
  .p-eqhm05-item__photo img {
    transition: filter 0.4s, transform 0.4s, -webkit-filter 0.4s, -webkit-transform 0.4s;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .p-eqhm05 .u-eqhm-btn {
    width: 637px;
    min-height: 73px;
    margin: 80px auto 0;
    border-radius: 70px;
  }
}

@media (min-width: 769px) and (max-width: 1100px), print {
  .p-eqhm05 {
    padding: 74.1px 0;
  }
  .p-eqhm05__txt {
    margin: 45.6px 0 0;
    display: block;
    text-align: center;
    font-size: 18.24px;
    letter-spacing: 0.16em;
  }
  .p-eqhm05 .swiper3 {
    margin: 34.2px 0 0;
  }
  .p-eqhm05 .swiper3-button-prev {
    top: 65px;
  }
  .p-eqhm05 .swiper3-button-next {
    top: 65px;
  }
  .p-eqhm05 .swiper-slide {
    width: 199.5px;
  }
  .p-eqhm05-item {
    width: 199.5px;
  }
  .p-eqhm05-item__txt {
    margin: 3.42px 0 0;
    display: block;
    font-size: 14px;
    letter-spacing: 0.08em;
  }
}

.p-eqhm06 {
  border-top: solid 1px #b66a44;
  background: #f9f5eb;
  background: url(/syohin/kitchen/toaster/eqhm-eqhe-eqha/img/bg_02.webp) top center;
  background-size: cover;
  position: relative;
  /*
  @media (min-width: 769px),print {
    padding: 130px 0 130px 0;
    &__txt {
      margin: 80px 0 0 0;
      display: block;
      text-align: center;
      font-size: 32px;
      letter-spacing: 0.16em;
    }
    &-item {
      max-width: 1620px;
      margin: 100px auto 0 auto;
      padding: 70px;
      border-radius: 5px;
      display: flex;
      justify-content: space-between;
      gap: 5.4%;
      &:first-of-type {
        margin: 80px auto 0 auto;
      }
      &-txtbox {
        flex: 0 0 44.6%;
        &.order1 {
          position: relative;
          left: 15px;
        }
      }
      &-photobox {
        flex: 0 0 50%;
      }
      .u-eqhm-tit2 {
        width: auto;
        margin: 0 0px 0 -20px;
        font-size: 22px;
        min-height: 73px;
        border-radius: 70px;
      }
      &__tit {
        margin: 20px -40px 0 0;
        font-size: 32px;
        letter-spacing: 0.12em;
        line-height: 1.6;
      }
      &__txt {
        margin: 20px 0 0 0;
        font-size: 22px;
        letter-spacing: 0.08em;
        line-height: 2.2;
      }
      &__txt2 {
        margin: 20px 0 0 0;
        font-size: 22px;
        letter-spacing: 0.08em;
        line-height: 1.6;
        &.min {
          margin: 30px 0 7px 0;
          font-size: 20px;
        }
      }
      &-colors {
        margin: 10px 0 0 0;
        gap: 20px;
        li {
          gap: 5px;
          .color {
            width: 26px;
            height: 26px;
          }
          .txt {
            font-size: 20px;
          }
        }
      }
    }
    .order1 {
      order: 1;
    }
    .order2 {
      order: 2;
    }
    .u-eqhm-btn {
      margin: 130px auto 0 auto;
      width: 342px;
      height: 73px;
      border-radius: 75px;
      .txt {
        padding: 0 0 7px 0;
      }
    }
  }
  */
}

.p-eqhm06__txt {
  letter-spacing: 0.1em;
}

.p-eqhm06-item {
  background: #f8f5f0;
}

.p-eqhm06-item__tit {
  letter-spacing: 0.1em;
  line-height: 1.8;
}

.p-eqhm06-item__txt {
  line-height: 1.9;
  letter-spacing: 0em;
}

.p-eqhm06-item__txt2 {
  line-height: 1.8;
  letter-spacing: 0em;
}

.p-eqhm06-item-colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 15px;
}

.p-eqhm06-item-colors li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

.p-eqhm06-item-colors li .color {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.p-eqhm06-item-colors li .color.col1 {
  background: #ffffff;
  border: 1px solid #d5ccc4;
}

.p-eqhm06-item-colors li .color.col2 {
  background: #2c2c2c;
}

.p-eqhm06-item-colors li .color.col3 {
  background: #4d3e36;
}

.p-eqhm06-item-colors li .txt {
  line-height: 1.8;
  letter-spacing: 0em;
}

@media all and (max-width: 768px) {
  .p-eqhm06 {
    background: url(/syohin/kitchen/toaster/eqhm-eqhe-eqha/img/bg_02_sp.webp) top center;
    background-size: cover;
    padding: 16vw 4vw 18.66667vw 4vw;
  }
  .p-eqhm06 .u-eqhm-tit2 {
    font-size: 18px;
    font-size: 4.8vw;
    min-height: 10.13333vw;
  }
  .p-eqhm06 .u-eqhm-btn {
    margin: 5.33333vw auto 0vw;
    width: 84vw;
  }
  .p-eqhm06 .swiper4 {
    overflow: hidden;
    position: relative;
    padding: 0vw 0vw 9.33333vw 0vw;
  }
  .p-eqhm06 .swiper-pagination-bullet {
    opacity: 1;
    border: solid 1px #b66a44;
    background: #F8F5F0;
    width: 2.13333vw;
    height: 2.13333vw;
    margin: 0vw 0.8vw 0vw 0.8vw;
  }
  .p-eqhm06 .swiper-pagination-bullet-active {
    background: #b66a44;
  }
  .p-eqhm06-item {
    margin: 10.66667vw 0vw 0vw 0vw;
    padding: 5.33333vw 4vw 5.33333vw 4vw;
    border-radius: 1.33333vw 1.33333vw 1.33333vw 1.33333vw;
  }
  .p-eqhm06-item__photo {
    display: block;
    margin: 5.33333vw 0vw 0vw 0vw;
    border-radius: 1.33333vw 1.33333vw 1.33333vw 1.33333vw;
    overflow: hidden;
  }
  .p-eqhm06-item__tit {
    margin: 5.33333vw 0vw 0vw 0vw;
    display: block;
    font-size: 18px;
    font-size: 4.8vw;
  }
  .p-eqhm06-item__tit.first {
    margin: 0vw 0vw 0vw 0vw;
  }
  .p-eqhm06-item__txt {
    margin: 2.4vw 0vw 0vw 0vw;
    display: block;
    font-size: 14px;
    font-size: 3.73333vw;
  }
  .p-eqhm06-item__txt2 {
    margin: 4vw 0vw 0vw 0vw;
    display: block;
    font-size: 14px;
    font-size: 3.73333vw;
  }
  .p-eqhm06-item-colors {
    margin: 1.33333vw 0vw 0vw 0vw;
    gap: 4vw;
  }
  .p-eqhm06-item-colors li {
    gap: 0.8vw;
  }
  .p-eqhm06-item-colors li .color {
    width: 5.33333vw;
    height: 5.33333vw;
  }
  .p-eqhm06-item-colors li .txt {
    font-size: 14px;
    font-size: 3.73333vw;
  }
  .p-eqhm06-item__pic img {
    width: 100%;
  }
}

@media (min-width: 769px), print {
  .p-eqhm06 .swiper4pc {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 0 0 45px;
    border-radius: 5px;
  }
  .p-eqhm06 .swiper-pagination-bullet {
    opacity: 1;
    border: solid 1px #b66a44;
    background: #F8F5F0;
    width: 18px;
    height: 18px;
    margin: 0 7.55px 0 !important;
  }
  .p-eqhm06 .swiper-pagination-bullet-active {
    background: #b66a44;
  }
  .p-eqhm06-item-photobox {
    width: 50%;
  }
}

@media screen and (min-width: 1101px), print {
  .p-eqhm06 {
    padding: 6.77083vw 0vw 6.77083vw 0vw;
  }
  .p-eqhm06__txt {
    margin: 4.16667vw 0vw 0vw 0vw;
    display: block;
    text-align: center;
    font-size: 32px;
    font-size: 1.66667vw;
    letter-spacing: 0.16em;
  }
  .p-eqhm06-item {
    max-width: 84.375vw;
    margin: 5.20833vw auto 0vw;
    padding: 3.64583vw 3.64583vw 3.64583vw 3.64583vw;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 5.4%;
  }
  .p-eqhm06-item:first-of-type {
    margin: 4.16667vw auto 0vw;
  }
  .p-eqhm06-item-txtbox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 44.6%;
            flex: 0 0 44.6%;
  }
  .p-eqhm06-item-txtbox.order1 {
    position: relative;
    left: 0.78125vw;
  }
  .p-eqhm06-item-photobox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .p-eqhm06-item-photobox .u-eqhm-btn {
    margin: 29px auto 0vw !important;
  }
  .p-eqhm06-item-photobox .u-eqhm-btn.first {
    margin: 15px auto 0vw !important;
  }
  .p-eqhm06-item .u-eqhm-tit2 {
    width: auto;
    margin: 0vw 0vw 0vw -1.04167vw;
    font-size: 22px;
    font-size: 1.14583vw;
    min-height: 3.80208vw;
    border-radius: 70px;
  }
  .p-eqhm06-item__tit {
    margin: 1.04167vw -2.08333vw 0vw 0vw;
    font-size: 32px;
    font-size: 1.66667vw;
    letter-spacing: 0.12em;
    line-height: 1.6;
  }
  .p-eqhm06-item__txt {
    margin: 1.04167vw 0vw 0vw 0vw;
    font-size: 22px;
    font-size: 1.14583vw;
    letter-spacing: 0.08em;
    line-height: 2.2;
  }
  .p-eqhm06-item__txt2 {
    margin: 1.04167vw 0vw 0vw 0vw;
    font-size: 22px;
    font-size: 1.14583vw;
    letter-spacing: 0.08em;
    line-height: 1.6;
  }
  .p-eqhm06-item__txt2.min {
    margin: 1.5625vw 0vw 0.36458vw 0vw;
    font-size: 20px;
    font-size: 1.04167vw;
  }
  .p-eqhm06-item-colors {
    margin: 0.52083vw 0vw 0vw 0vw;
    gap: 20px;
  }
  .p-eqhm06-item-colors li {
    gap: 5px;
  }
  .p-eqhm06-item-colors li .color {
    width: 1.35417vw;
    height: 1.35417vw;
  }
  .p-eqhm06-item-colors li .txt {
    font-size: 20px;
    font-size: 1.04167vw;
  }
  .p-eqhm06 .order1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-eqhm06 .order2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-eqhm06 .u-eqhm-btn {
    margin: 130px auto 0 auto;
    width: 342px;
    height: 73px;
    border-radius: 75px;
  }
  .p-eqhm06 .u-eqhm-btn .txt {
    padding: 0 0 3px 0;
  }
}

@media (min-width: 769px) and (max-width: 1100px), print {
  .p-eqhm06 {
    padding: 74.1px 0 74.1px 0;
  }
  .p-eqhm06__txt {
    margin: 45.6px 0 0 0;
    display: block;
    text-align: center;
    font-size: 18.24px;
    letter-spacing: 0.16em;
  }
  .p-eqhm06-item {
    max-width: 923.4px;
    margin: 57px auto 0 auto;
    padding: 39.9px;
    border-radius: 2.85px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 5.4%;
  }
  .p-eqhm06-item:first-of-type {
    margin: 45.6px auto 0 auto;
  }
  .p-eqhm06-item-txtbox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 44.6%;
            flex: 0 0 44.6%;
  }
  .p-eqhm06-item-txtbox.order1 {
    position: relative;
    left: 8.55px;
  }
  .p-eqhm06-item-photobox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .p-eqhm06-item .u-eqhm-tit2 {
    width: auto;
    margin: 0 0px 0 -11.4px;
    font-size: 12.54px;
    min-height: 41.61px;
    border-radius: 39.9px;
  }
  .p-eqhm06-item__tit {
    margin: 11.4px -22.8px 0 0;
    font-size: 18.24px;
    letter-spacing: 0.12em;
    line-height: 1.6;
  }
  .p-eqhm06-item__txt {
    margin: 11.4px 0 0 0;
    font-size: 12.54px;
    letter-spacing: 0.08em;
    line-height: 2.2;
  }
  .p-eqhm06-item__txt2 {
    margin: 11.4px 0 0 0;
    font-size: 12.54px;
    letter-spacing: 0.08em;
    line-height: 1.6;
  }
  .p-eqhm06-item__txt2.min {
    margin: 17.1px 0 3.99px 0;
    font-size: 11.4px;
  }
  .p-eqhm06-item-colors {
    margin: 5.7px 0 0 0;
    gap: 11.4px;
  }
  .p-eqhm06-item-colors li {
    gap: 2.85px;
  }
  .p-eqhm06-item-colors li .color {
    width: 14.82px;
    height: 14.82px;
  }
  .p-eqhm06-item-colors li .txt {
    font-size: 11.4px;
  }
  .p-eqhm06 .order1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-eqhm06 .order2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-eqhm06 .u-eqhm-btn {
    margin: 75px auto 0 auto;
    width: 342px;
    height: 73px;
    border-radius: 75px;
  }
  .p-eqhm06 .u-eqhm-btn .txt {
    padding: 0 0 3px 0;
  }
}

.p-eqhm07 {
  border-top: 1px solid #b66a44;
  position: relative;
  /*
  @media (min-width: 769px),print {
    position: relative;
    padding: 130px 0px 139px;
    &__inner {
      position: relative;
      max-width: 1560px;
      margin: 0px auto 0;
      padding: 0px 40px 0px 40px;
    }
    .u-eqhm-tit {
      text-align: center;
      img {
        width: 53px;
      }
    }
    &__tit2 {
      width: 145px;
      margin: 0 auto;
      span {
        font-size: 16px;
      }
    }
    &__txt {
      margin: 43px 0 0;
      font-size: 15px;
      line-height: 1.7;
    }
    &-boxwrap {
      padding: 56px 0 0;
      display: flex;
      width: 100%;
      position: relative;
      box-sizing: border-box;
    }
    &-side {
      width: 280px;
      flex-shrink: 0;
    }
    &-box {
      flex: 1;
      position: relative;
      padding: 0 0 0 10px;
    }
    &-list {
      max-width: 234px;
      margin: 20px auto 0;
      gap: 21px;
      align-items: flex-start;
      li {
        width: 200px;
        display: flex;
        flex-direction: column;
        align-items: center;
      }
      figure {
        width: 200px;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        img {
          height: auto;
        }
      }
      p {
        display: block;
        position : relative;
        left : 7px;
        margin: 24px -10px 0;
        font-size: 20px;
        letter-spacing: 0.05em;
        line-height: 1.2;
      }
    }
    table {
      margin: 20px 0 0;
      width: 100%;
      table-layout: fixed;
      border-collapse: collapse;
      th,
      td {
        padding: 0px 0;
        height: 70px;
        letter-spacing: 0.08em;
      }
      th {
        width: 280px;
        font-size: 22px;
        line-height: 1.4;
        sup {
          font-size: 9px;
        }
      }
      td {
        border-left: 1px solid #2C2C2C;
        width: calc((100% - 280px) / 3);
        font-size: 22px;
        span {
          font-size: 22px;
          &.min {
            font-size: 22px;
          }
        }
      }
      sup {
        font-size: 10px;
      }
    }
  }
  */
}

.p-eqhm07__tit2 {
  font-family: 'YakuHanJPs', "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  letter-spacing: 0.05em;
}

.p-eqhm07__txt {
  letter-spacing: 0.05em;
  font-family: 'YakuHanJPs', "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.p-eqhm07__txt .dowrap {
  display: inline-block;
  position: relative;
  left: -1px;
}

.p-eqhm07__txt .do {
  display: inline-block;
  position: relative;
  left: 1px;
}

.p-eqhm07-item__tit {
  display: block;
  text-align: center;
}

.p-eqhm07-item__tit span {
  font-family: 'YakuHanJPs', "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.p-eqhm07-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-eqhm07-list p {
  text-align: center;
  font-size: 17px;
}

.p-eqhm07-list p span {
  font-size: 15px;
  position: relative;
  display: inline-block;
  top: -1px;
}

.p-eqhm07 table {
  width: 100%;
  border-top: 1px solid #2c2c2c;
}

.p-eqhm07 table th,
.p-eqhm07 table td {
  padding: 10px;
  text-align: center;
}

.p-eqhm07 table th .dowrap,
.p-eqhm07 table td .dowrap {
  display: inline-block;
  position: relative;
  left: -4px;
  letter-spacing: 0;
}

.p-eqhm07 table th .do,
.p-eqhm07 table td .do {
  display: inline-block;
  position: relative;
  left: 6px;
  letter-spacing: 0;
}

.p-eqhm07 table th {
  border-bottom: 1px solid #2c2c2c;
  letter-spacing: 0.05em;
  font-size: 13px;
  font-family: 'YakuHanJPs', "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.p-eqhm07 table th sup {
  font-family: 'YakuHanJPs', "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.p-eqhm07 table td {
  border-bottom: 1px solid #2c2c2c;
  letter-spacing: 0.05em;
  font-family: 'YakuHanJPs', "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.p-eqhm07-link {
  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;
  text-align: center;
  border: solid 1px #b66a44;
  border-radius: 90px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-eqhm07-link .txt {
  color: #b66a44;
}

.p-eqhm07-link .ico {
  position: absolute;
  display: block;
  stroke: #b66a44;
}

.p-eqhm07-link .arrow {
  position: absolute;
  display: block;
  stroke: #b66a44;
}

@media all and (max-width: 768px) {
  .p-eqhm07 {
    padding: 16vw 4vw 8vw 4vw;
  }
  .p-eqhm07__txt {
    margin: 4vw 0vw 0vw 0vw;
    font-size: 10px;
    font-size: 2.66667vw;
    line-height: 1.6;
    letter-spacing: 0;
  }
  .p-eqhm07__txt .dowrap {
    display: inline-block;
    position: relative;
    left: -0.26667vw;
  }
  .p-eqhm07__txt .do {
    display: inline-block;
    position: relative;
    left: 0vw;
  }
  .p-eqhm07-box {
    margin: 32vw 0vw 0vw 0vw;
  }
  .p-eqhm07-box:nth-of-type(2) {
    margin: 8vw 0vw 0vw 0vw;
  }
  .p-eqhm07-box:nth-of-type(3) {
    margin: 32vw 0vw 0vw 0vw;
  }
  .p-eqhm07-box table {
    margin: 5.33333vw 0vw 0vw 0vw;
    border-top: none;
  }
  .p-eqhm07-box table tr:first-of-type th,
  .p-eqhm07-box table tr:first-of-type td {
    border-top: 1px solid #2c2c2c;
  }
  .p-eqhm07-box table th {
    width: 44%;
  }
  .p-eqhm07-box table td {
    width: 56%;
  }
  .p-eqhm07-box table th,
  .p-eqhm07-box table td {
    padding: 1.2vw 0vw 1.2vw 0vw;
    font-size: 14px;
    font-size: 3.73333vw;
    height: 13.33333vw;
  }
  .p-eqhm07-box table th .wide,
  .p-eqhm07-box table td .wide {
    display: inline-block;
    margin: 0vw 0vw 0vw -2.13333vw;
  }
  .p-eqhm07-box table th .min,
  .p-eqhm07-box table td .min {
    display: inline-block;
    font-size: 12px;
    font-size: 3.2vw;
    margin: 0vw -1.33333vw 0vw 0vw;
  }
  .p-eqhm07-box table th sup,
  .p-eqhm07-box table td sup {
    display: inline-block;
    position: relative;
    left: -0.26667vw;
    font-size: 10px;
    font-size: 2.66667vw;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  .p-eqhm07-box table th .dowrap,
  .p-eqhm07-box table td .dowrap {
    display: inline-block;
    position: relative;
    left: -0.8vw;
    letter-spacing: 0;
  }
  .p-eqhm07-box table th .do,
  .p-eqhm07-box table td .do {
    display: inline-block;
    position: relative;
    left: 1.33333vw;
    letter-spacing: 0;
  }
  .p-eqhm07-box table th {
    border-right: 1px solid #2c2c2c;
    border-bottom: 1px solid #2c2c2c;
    line-height: 1.3;
  }
  .p-eqhm07-box table td {
    border-bottom: 1px solid #2c2c2c;
  }
  .p-eqhm07-item {
    margin: 17.33333vw 0vw 0vw 0vw;
  }
  .p-eqhm07-list {
    margin: 8vw auto 0vw;
    width: 85.33333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 6.13333vw;
  }
  .p-eqhm07-list.type1 {
    margin: 0vw auto 0vw;
  }
  .p-eqhm07-list.type2 {
    margin: 2.66667vw auto 0vw;
  }
  .p-eqhm07-list figure {
    margin: 4vw 0vw 0vw 0vw;
    width: 41.6vw;
    margin: 0 auto;
  }
  .p-eqhm07-list p {
    position: relative;
    top: 0vw;
    margin: 2.66667vw 0vw 0vw 0vw;
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1.2;
  }
  .p-eqhm07-link {
    margin: 8vw 0vw 0vw 0vw;
    position: relative;
    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;
    text-align: center;
    width: 91.2vw;
    height: 16vw;
    gap: 4vw;
  }
  .p-eqhm07-link .txt {
    padding: 0vw 0vw 0vw 0vw;
    display: inline-block;
    font-size: 18px;
    font-size: 4.8vw;
    letter-spacing: 0.06em;
  }
  .p-eqhm07-link .ico {
    position: relative;
    width: 9.78667vw;
    height: 6.66667vw;
  }
  .p-eqhm07-link .arrow {
    right: 5.33333vw;
    width: 2.66667vw;
    height: 4.37333vw;
  }
}

@media screen and (min-width: 1101px), print {
  .p-eqhm07 {
    padding: 6.77083vw 0vw 7.23958vw 0vw;
  }
  .p-eqhm07__inner {
    position: relative;
    max-width: 81.25vw;
    margin: 0vw auto 0vw;
    padding: 0vw 2.08333vw 0vw 2.08333vw;
  }
  .p-eqhm07 .u-eqhm-tit {
    text-align: center;
  }
  .p-eqhm07 .u-eqhm-tit img {
    width: 2.76042vw;
  }
  .p-eqhm07__tit2 {
    width: 7.55208vw;
    margin: 0vw auto 0vw;
  }
  .p-eqhm07__tit2 span {
    font-size: 16px;
    font-size: 0.83333vw;
  }
  .p-eqhm07__txt {
    margin: 2.23958vw 0vw 0vw 0vw;
    font-size: 15px;
    font-size: 0.78125vw;
    line-height: 1.7;
  }
  .p-eqhm07-boxwrap {
    padding: 2.91667vw 0vw 0vw 0vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .p-eqhm07-linkwrap {
    padding: 2.91667vw 0vw 0vw 0vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .p-eqhm07-side {
    width: 14.58333vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p-eqhm07-box {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
    padding: 0vw 0vw 0vw 0.52083vw;
  }
  .p-eqhm07-linkbox {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
    padding: 0vw 0vw 0vw 0.52083vw;
  }
  .p-eqhm07-link {
    position: relative;
    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;
    text-align: center;
    margin: 0 auto;
    width: 17.8125vw;
    height: 3.80208vw;
  }
  .p-eqhm07-link .txt {
    padding: 0vw 0vw 0vw 1.5625vw;
    display: inline-block;
    font-size: 20px;
    font-size: 1.04167vw;
    letter-spacing: 0.06em;
  }
  .p-eqhm07-link .ico {
    left: 1.51042vw;
    width: 2.34375vw;
    height: 1.5625vw;
  }
  .p-eqhm07-link .arrow {
    right: 1.04167vw;
    width: 0.52083vw;
    height: 0.85417vw;
  }
  .p-eqhm07-link:hover {
    background: #b66a44;
  }
  .p-eqhm07-link:hover .txt {
    color: #F8F5F0;
  }
  .p-eqhm07-link:hover .ico,
  .p-eqhm07-link:hover .arrow {
    stroke: #F8F5F0;
  }
  .p-eqhm07-list {
    max-width: 234px;
    margin: 1.04167vw auto 0vw;
    gap: 21px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-eqhm07-list li {
    width: 10.41667vw;
    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;
  }
  .p-eqhm07-list figure {
    width: 10.41667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-eqhm07-list figure img {
    height: auto;
  }
  .p-eqhm07-list p {
    display: block;
    position: relative;
    left: 0.36458vw;
    margin: 1.25vw -0.52083vw 0vw -0.52083vw;
    font-size: 20px;
    font-size: 1.04167vw;
    letter-spacing: 0.05em;
    line-height: 1.2;
  }
  .p-eqhm07 table {
    margin: 1.04167vw 0vw 0vw 0vw;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
  }
  .p-eqhm07 table th,
  .p-eqhm07 table td {
    padding: 0px 0;
    height: 3.64583vw;
    letter-spacing: 0.08em;
  }
  .p-eqhm07 table th {
    width: 14.58333vw;
    font-size: 22px;
    font-size: 1.14583vw;
    line-height: 1.4;
  }
  .p-eqhm07 table th sup {
    font-size: 9px;
    font-size: 0.46875vw;
  }
  .p-eqhm07 table td {
    border-left: 1px solid #2c2c2c;
    width: calc((100% - 280px) / 3);
    font-size: 22px;
    font-size: 1.14583vw;
  }
  .p-eqhm07 table td span {
    font-size: 22px;
    font-size: 1.14583vw;
  }
  .p-eqhm07 table td span.min {
    font-size: 22px;
    font-size: 1.14583vw;
  }
  .p-eqhm07 table sup {
    font-size: 10px;
    font-size: 0.52083vw;
  }
}

@media (min-width: 769px) and (max-width: 1100px), print {
  .p-eqhm07 {
    position: relative;
    padding: 74.1px 0px 79.23px;
  }
  .p-eqhm07__inner {
    position: relative;
    max-width: 889.2px;
    margin: 0px auto 0;
    padding: 0px 22.8px 0px 22.8px;
  }
  .p-eqhm07 .u-eqhm-tit {
    text-align: center;
  }
  .p-eqhm07 .u-eqhm-tit img {
    width: 30.21px;
  }
  .p-eqhm07__tit2 {
    width: 82.65px;
    margin: 0 auto;
  }
  .p-eqhm07__tit2 span {
    font-size: 9.12px;
  }
  .p-eqhm07__txt {
    margin: 24.51px 0 0;
    font-size: 10px;
    line-height: 1.7;
  }
  .p-eqhm07-boxwrap {
    padding: 31.92px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .p-eqhm07-linkwrap {
    padding: 20px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .p-eqhm07-side {
    width: 159.6px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p-eqhm07-box {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
    padding: 0 0 0 5.7px;
  }
  .p-eqhm07-linkbox {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
    padding: 0 0 0 5.7px;
  }
  .p-eqhm07-link {
    position: relative;
    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;
    text-align: center;
    margin: 0 auto;
    width: 194.94px;
    height: 41.61px;
  }
  .p-eqhm07-link .txt {
    padding: 0 0 0 17.1px;
    display: inline-block;
    font-size: 11.4px;
    letter-spacing: 0.06em;
  }
  .p-eqhm07-link .ico {
    left: 16.53px;
    width: 25.65px;
    height: 17.1px;
  }
  .p-eqhm07-link .arrow {
    right: 11.4px;
    width: 5.7px;
    height: 9.35px;
  }
  .p-eqhm07-link:hover {
    background: #b66a44;
  }
  .p-eqhm07-link:hover .txt {
    color: #F8F5F0;
  }
  .p-eqhm07-link:hover .ico,
  .p-eqhm07-link:hover .arrow {
    stroke: #F8F5F0;
  }
  .p-eqhm07-list {
    max-width: 133.38px;
    margin: 11.4px auto 0;
    gap: 11.97px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-eqhm07-list li {
    width: 114px;
    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;
  }
  .p-eqhm07-list figure {
    width: 114px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-eqhm07-list figure img {
    height: auto;
  }
  .p-eqhm07-list p {
    display: block;
    position: relative;
    left: 3.99px;
    margin: 13.68px -5.7px 0;
    font-size: 11.4px;
    letter-spacing: 0.05em;
    line-height: 1.2;
  }
  .p-eqhm07 table {
    margin: 11.4px 0 0;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
  }
  .p-eqhm07 table th,
  .p-eqhm07 table td {
    padding: 0px 0;
    height: 39.9px;
    letter-spacing: 0.08em;
  }
  .p-eqhm07 table th {
    width: 159.6px;
    font-size: 12.54px;
    line-height: 1.4;
  }
  .p-eqhm07 table th sup {
    font-size: 5.13px;
  }
  .p-eqhm07 table td {
    border-left: 1px solid #2c2c2c;
    width: calc((100% - 159.6px) / 3);
    font-size: 12.54px;
  }
  .p-eqhm07 table td span {
    font-size: 12.54px;
  }
  .p-eqhm07 table td span.min {
    font-size: 12.54px;
  }
  .p-eqhm07 table sup {
    font-size: 5.7px;
  }
}

.p-eqhm08 {
  border-top: 1px solid #b66a44;
  border-bottom: 1px solid #b66a44;
  position: relative;
}

@media all and (max-width: 768px) {
  .p-eqhm08 {
    padding: 16vw 4vw 16vw 4vw;
  }
  .p-eqhm08__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10.66667vw;
  }
}

@media (min-width: 769px), print {
  .p-eqhm08 {
    padding: 100px 0;
  }
  .p-eqhm08__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4.16667vw;
  }
}

@media (min-width: 769px) and (max-width: 1100px), print {
  .p-eqhm08__inner {
    gap: 30px;
  }
}

.c-bnr-wrap,
.c-sns-wrap {
  position: relative;
  overflow: hidden;
}

.c-bnr-wrap a:hover,
.c-sns-wrap a:hover {
  text-decoration: none !important;
  color: #53565a !important;
}

@media screen and (min-width: 1101px), print {
  .c-bnr-wrap a img,
  .c-sns-wrap a img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .c-bnr-wrap a:hover img,
  .c-sns-wrap a:hover img {
    opacity: 0.8;
  }
}

.c-bnr li p {
  font-weight: bold;
  color: #000 !important;
}

@media all and (max-width: 768px) {
  .c-bnr {
    padding: 5.33333vw 10.66667vw 0vw 10.66667vw;
  }
  .c-bnr li {
    margin: 10.66667vw 0vw 0vw 0vw;
  }
  .c-bnr li p {
    margin: 0vw -5.33333vw 0vw 0vw;
    padding: 0vw 0vw 2.66667vw 0vw;
    font-size: 16px;
    font-size: 4.26667vw;
    font-weight: bold;
  }
  .c-bnr__link {
    display: block;
    margin: 10.66667vw 0vw 0vw 0vw;
  }
}

@media screen and (min-width: 1101px), print {
  .c-bnr {
    max-width: 1100px;
    margin: 60px auto 0;
    width: 100%;
  }
  .c-bnr ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -50px;
    position: relative;
  }
  .c-bnr ul li {
    width: 28%;
    margin: 0 25px;
    position: relative;
  }
  .c-bnr ul li:before {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    height: 100%;
    right: -25px;
    top: 0px;
    background: #000;
  }
  .c-bnr ul li:last-of-type:before {
    display: none;
  }
  .c-bnr ul li p {
    padding: 0 0 10px;
    font-size: 15px;
  }
  .c-bnr__link {
    display: block;
    width: 338px;
    margin: 50px auto 0;
  }
}

@media (min-width: 769px) and (max-width: 1220px) {
  .c-bnr ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0px;
  }
  .c-bnr ul li p {
    font-size: 14px;
  }
}

.c-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media all and (max-width: 768px) {
  .c-sns {
    padding: 10.66667vw 6.66667vw 10.66667vw 6.66667vw;
    margin: 0 auto;
    width: 50%;
  }
  .c-sns li {
    width: 30%;
  }
  .c-sns li a {
    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-line-pack: center;
        align-content: center;
  }
  .c-sns li img {
    width: 5.33333vw;
    height: auto;
  }
  .c-sns li.tw img {
    width: 5.86667vw;
    position: relative;
    top: -0.26667vw;
    left: 0.26667vw;
  }
  .c-sns li.fb img {
    width: 2.66667vw;
  }
}

@media screen and (min-width: 1101px), print {
  .c-sns {
    margin: 0 auto;
    padding: 85px 0 100px;
    width: 210px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .c-sns li {
    width: 36px;
  }
  .c-sns li a {
    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-line-pack: center;
        align-content: center;
  }
  .c-sns li img {
    width: 36px;
    height: auto;
  }
  .c-sns li.tw {
    width: 44px;
  }
  .c-sns li.tw img {
    width: 42px;
    position: relative;
    top: -3px;
  }
  .c-sns li.fb img {
    width: 18px;
  }
}

/* このページだけfooterのマージンを削除　*/
header {
  z-index: 3;
}

#topic_path {
  position: relative;
  z-index: 2;
}

.p-category_nav {
  position: relative;
  z-index: 1;
  margin: 0 !important;
}

footer {
  position: relative;
  z-index: 2;
  margin-top: 0 !important;
}
