@charset "utf-8";
/*------Top------*/
.p-howtouse_top {
  margin: 108px auto 88px;
}
.p-howtouse_top h1 img {
  width: 218px;
}
.p-howtouse_top__copy-wrap {
  margin: 0 auto 40px;
  position: relative;
}
.p-howtouse_top__copy-wrap p {
  text-align: center;
}
.p-howtouse_top__copy-wrap p img {
  width: 160px;
}
.p-howtouse_top__description {
  padding: 0 8.56%;
}
.p-howtouse_top__description p {
  margin-bottom: 28px;
}
.p-products_top__description span {
  font-weight: 500;
}

@media (min-width: 768px) {
  .p-howtouse_top__wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto;
    width: 576px;
  }
  .p-howtouse_top h1 img {
    width: 398px;
  }
  .p-howtouse_top__copy-wrap {
    margin: 0;
    width: 40%;
  }
  .p-howtouse_top__copy-wrap p {
    text-align: left;
  }
  .p-howtouse_top__description {
    width: 58%;
    padding: 0%;
    margin-top: 48px;
  }
  .p-howtouse_top__description p:nth-of-type(2) {
    margin-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .p-howtouse_top {
    margin: 148px auto 144px;
  }
  .p-howtouse_top h1 img {
    width: 498px;
  }
  .p-howtouse_top__wrap {
    width: 658px;
  }
  .p-howtouse_top__copy-wrap p img {
    width: 200px;
  }
  .p-howtouse_top__description {
    margin-top: 64px;
  }
}

/*------Usage------*/
.p-howtouse_usage {
  padding: 0 8.56%;
}
.p-howtouse_usage ul {
  list-style: none;
}
.p-howtouse_usage ul li {
  margin-bottom: 120px;
  position: relative;
}
.p-howtouse__main-img {
  margin-bottom: 24px;
}
.p-howtouse__main-img img {
  width: 100%;
  vertical-align: bottom;
}
.p-howtouse_usage ul li h2 {
  margin-bottom: 0;
}
.p-howtouse_usage ul li h2 img {
  width: 60px;
  position: absolute;
  top: -24px;
  left: 16px;
}
.p-howtouse__text {
  position: relative;
}
.p-howtouse__text__bg {
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translate(-50%);
  width: 55%;
  height: auto;
  max-width: 160px;
}
.p-howtouse__description p {
  margin-bottom: 28px;
}
.p-howtouse__description p span{
  font-weight: 500;
}
.p-howtouse__description p a {
  font-weight: 500;
  color: #ba4f2b;
  cursor: pointer;
	text-decoration: none;
  transition-property: all;
  transition-duration: .4s;
  transition-timing-function: cubic-bezier(0.15, 0.99, 0.43, 0.86);
}
.p-howtouse__description p  a:hover {
  color: #de9e89;
}
.p-howtouse__sub-img {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 7%;
}
.p-howtouse__sub-img img {
  width: 45%;
  filter: drop-shadow(0px 6px 10px rgb(157, 126, 87, 50%));
}
.onigiri-img {
  transform: rotate(20deg);
}
.sushi-img {
  transform: rotate(-10deg);
}

@media (min-width: 600px) {
  .p-howtouse__text__content {
    display: flex;
    align-items: flex-start;
  }
  .p-howtouse__text__bg {
    left: auto;
    right: 40px;
    transform: unset;
    width: 32%;
    max-width: none;
  }
  .p-howtouse__description {
    width: 73%;
  }
}

@media (min-width: 768px) {
  .p-howtouse__sub-img img {
    width: 36%;
  }
}

@media (min-width: 1024px) {
  .p-howtouse_usage {
    padding: 0 40px 144px;
    width: 926px;
    margin: 0 auto;
  }
  .p-howtouse_usage ul li {
    margin-bottom: 80px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .p-howtouse__main-img {
    margin-bottom: 0;
    margin-right: 112px;
  }
  .p-howtouse__main-img img {
    width: 384px;
  }
  .p-howtouse__main-img h2 img {
    width: 75px;
    top: -40px;
  }
  .p-howtouse__text__bg {
    top: -16px;
    right: 0;
    width: 240px;
  }
  .p-howtouse__description {
    margin-top: 40px;
  }
  .p-howtouse__sub-img {
    justify-content: flex-start;
    gap: 32px;
  }
  .p-howtouse__sub-img img {
    width: 184px;
  }
}

@media (min-width: 1366px) {
  .p-howtouse_usage {
    padding: 0 5vw 0 0;
    width: 100%;
    box-sizing: border-box;
  }
  .p-howtouse_usage ul {
    max-width: 1120px;
    margin: 0 auto;
  }
  .p-howtouse__main-img {
    margin-right: 80px;
  }
}

@media (min-width: 1600px) {
  .p-howtouse__main-img img {
    width: 440px;
  }
  .p-howtouse__description {
    width: 80%;
  }
  .p-howtouse__sub-img img {
    width: 216px;
  }
}

/*------Order------*/
.p-howtouse_order {
  background-color: #fff;
  padding-bottom: 80px;
  position: relative;
}
.p-howtouse_order::before {
  content: "";
  position: absolute;
  top: 0;
  left : 0;
  width: 100%;
  height: 8px;
  background: url(../images/common/sec-border_be.png) bottom center;
  background-size: 4000px 8px;
}
.p-howtouse_order h2 img {
  width: 128px;
  margin-top: -24px;
}
.p-howtouse_order__info {
  margin: 16px auto 32px;
  width: 216px;
}
.p-howtouse_order__tel {
  display: block;
  margin-bottom: 16px;
  font-size: 3.2rem;
  letter-spacing: 0.08em;
}
.p-howtouse_order__shop-btn {
  text-align: center;
}
.p-howtouse_order__shop-btn {
  position: relative;
  width: 256px;
  height: 50px;
  display: block;
  overflow: hidden;
  cursor: pointer;
  margin: 0 auto;
}
.p-howtouse_order__shop-btn img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: .8s cubic-bezier(.28,.78,.43,.86);
  transition: .8s cubic-bezier(.28,.78,.43,.86);
}
.p-howtouse_order__shop-btn img:nth-of-type(1) {
  opacity: 1;
}
.p-howtouse_order__shop-btn img:nth-of-type(2) {
  opacity: 0;
}
.p-howtouse_order__shop-btn:hover img:nth-of-type(1) {
  opacity: 0;
}
.p-howtouse_order__shop-btn:hover img:nth-of-type(2) {
  opacity: 1;
}

@media (min-width: 768px) {
  .p-howtouse_order__wrap {
    width: 590px;
    margin: 0 auto;
  }
  .p-howtouse_order h2 {
    text-align: right;
    margin-bottom: 24px;
  }
  .p-howtouse_order__content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .p-howtouse_order__info {
    margin: 0;
  }
  .p-howtouse_order__shop-btn {
    margin: 8px 0 0 0;
  }
}

@media (min-width: 1024px) {
  .p-howtouse_order {
    padding-bottom: 144px;
  }
  .p-howtouse_order h2 img {
    width: 128px;
    margin-top: -40px;
  }
}

@media (min-width: 1366px) {
  .p-howtouse_order {
    padding: 0 0 144px 24vw;
  }
}