@charset "utf-8";
/*------Top------*/
.p-products_top {
  margin: 108px auto 80px;
}
.p-products_top h1 img {
  width: 158px;
  height: auto;
}
.p-products_top__copy-wrap {
  margin: 0 auto 40px;
  position: relative;
}
.p-products_top__copy-wrap p {
  text-align: center;
}
.p-products_top__copy-wrap p img {
  width: 164px;
  height: auto;
}
.p-products_top__illust {
  width: 152px;
  position: absolute;
  top: 147px;
  left: 49%;
}
.p-products_top__description {
  padding: 0 8.56%;
}
.p-products_top__description p {
  margin-bottom: 28px;
}
.p-products_top__description span {
  font-weight: 500;
}

@media (min-width: 768px) {
  .p-products_top__wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto;
    width: 576px;
  }
  .p-products_top__copy-wrap {
    margin: 0;
    width: 40%;
  }
  .p-products_top__copy-wrap p {
    text-align: left;
  }
  .p-products_top__illust {
    width: 160px;
    top: 158px;
    left: 20%;
  }
  .p-products_top__description {
    margin-top: 48px;
    width: 58%;
    padding: 0;
  }
}

@media (min-width: 1024px) {
  .p-products_top {
    margin: 148px auto 144px;
  }
  .p-products_top h1 img {
    width: 198px;
  }
  .p-products_top__wrap {
    width: 664px;
    margin: 0 auto;
  }
  .p-products_top__illust {
    width: 182px;
    top: 214px;
    left: 23%;
  }
  .p-products_top__copy-wrap p img {
    width: 204px;
  }
  .p-products_top__description {
    width: 376px;
  }
}

@media (min-width: 1366px) {
  .p-products_top {
    margin: 96px auto 144px;
  }
}

/*------product list------*/
.p-products_product-list {
  padding: 0 8.56%;
}
.p-products_product-list ul {
  list-style: none;
}
.p-products_product-list ul li {
  margin-bottom: 64px;
}
.p-products_products__img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.p-products_products__text {
  background-color: #fff;
  border-radius: 0 0 4px 4px;
  padding: 24px;
  z-index: 1;
}
.p-products_products__text h3 {
  margin-bottom: 8px;
}
.p-products_products__price {
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  text-align: right;
}
.p-products_products__price span {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}
.p-products_products__description {
  margin: 24px auto;
}
.description-shinnori {
  margin: 0 auto 24px;
}
.p-products_products__use {
  display: flex;
  margin-bottom: 24px;
}
.use-shinnori {
  margin-bottom: 0;
}
.p-products_products__use p {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-right: 16px;
}
.p-products_products__use span {
  font-size: 1.4rem;
  background-color: #e2d0ca;
  border-radius: 4px;
  padding: 6px 8px;
  margin-right: 16px;
}
.p-products_products__use span.gift {
  background-color: #f5de95;
}
.p-products_products__shop-btn a {
  color: #430e04;
  font-weight: 500;
}
.p-products_products__shop-btn {
  position: relative;
  display: block;
  width: 240px;
  height: 46px;
  overflow: hidden;
  cursor: pointer;
  margin-top: 32px;
  text-align: center;
  line-height: 46px;
}
.p-products_products__shop-btn span {
  position: relative;
}
.p-products_products__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-products_products__shop-btn img:nth-of-type(2) {
  opacity: 0;
}
.p-products_products__shop-btn:hover img:nth-of-type(1) {
  opacity: 0;
}
.p-products_products__shop-btn:hover img:nth-of-type(2) {
  opacity: 1;
}
.p-products_yakinori h2 img{
  width: 106px;
  height: auto;
}
.p-products_kizamitemaki {
  margin-top: 80px;
}
.p-products_kizamitemaki h2 img{
  width: 282px;
  height: auto;
}
.p-products_shinnori {
  margin: 80px 0;
}
.p-products_shinnori h2 img {
  width: 216px;
  height: auto;
}

@media (min-width: 768px) {
  .p-products_product-list ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 80px;
  }
  .p-products_product-list ul li:nth-child(even){
    flex-direction: row-reverse;
  }
  .p-products_products__img {
    width: 55%;
  }
  .p-products_products__text {
    width: 50%;
    padding: 32px;
    margin: 40px 0 0 -40px;
    border-radius: 4px;
    box-sizing: border-box;
  }
  .p-products_products__text.even-item {
    margin: 40px -40px 0 auto;
  }
}

@media (min-width: 1024px) {
  .p-products_product-list {
    padding: 0 40px;
  }
  .p-products_product-list ul {
    /* max-width: 926px; */
    max-width: 1120px;
    margin: 0 auto;
  }
  .p-products_products__img {
    width: auto;
  }
  .p-products_products__img img {
    width: 536px;
  }
  .p-products_products__text {
    width: 377px;
    padding: 40px;
  }
  .p-products_products__shop-btn a {
    font-size: 1.8rem;
  }
  .p-products_yakinori h2 img{
    width: 140px;
  }
  .p-products_kizamitemaki {
    margin-top: 120px;
  }
  .p-products_kizamitemaki h2 img{
    width: 378px;
  }
  .p-products_shinnori {
    margin: 120px auto 144px;
  }
  .p-products_shinnori h2 img {
    width: 290px;
  }
}

@media (min-width: 1366px) {
  .p-products_product-list {
    padding: 0 5vw 0 0;
  }
}

/*------Order------*/
.p-products_order {
  background-color: #fff;
  padding-bottom: 80px;
  position: relative;
}
.p-products_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-products_order h2 img {
  width: 128px;
  margin-top: -24px;
}
.p-products_order__info {
  margin: 16px auto 32px;
  width: 216px;
}
.p-products_order__tel {
  display: block;
  margin-bottom: 16px;
  font-size: 3.2rem;
  letter-spacing: 0.08em;
}
.p-products_order__shop-btn {
  position: relative;
  width: 256px;
  height: 50px;
  display: block;
  overflow: hidden;
  cursor: pointer;
  margin: 0 auto;
}
.p-products_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-products_order__shop-btn img:nth-of-type(1) {
  opacity: 1;
}
.p-products_order__shop-btn img:nth-of-type(2) {
  opacity: 0;
}
.p-products_order__shop-btn:hover img:nth-of-type(1) {
  opacity: 0;
}
.p-products_order__shop-btn:hover img:nth-of-type(2) {
  opacity: 1;
}

@media (min-width: 768px) {
  .p-products_order__wrap {
    width: 590px;
    margin: 0 auto;
  }
  .p-products_order h2 {
    text-align: right;
    margin-bottom: 24px;
  }
  .p-products_order__content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .p-products_order__info {
    margin: 0;
  }
  .p-products_order__shop-btn {
    margin: 8px 0 0 0;
  }
}

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

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