@import url(reset.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1&display=swap");

/******* 共通　*********/
body {
  font-family: "Noto Sans", sans-serif;
}

.inner {
  width: 100%;
  margin-inline: auto;
  padding: 20px;
}

body {
  margin: 0;
  background-image: url("./img/bg_momo.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #5d4037;
}

.page-bg {
  min-height: 100vh;
  display: flex;
  justify-content: center;

  position: relative;
  min-height: 100vh;

  background-image: url("../img/peacurh01.webp");

  background-repeat: no-repeat;

  background-position:
    left -40px top 120px,
    right -40px bottom 120px;

  background-size: 240px, 220px;
}

/********************************
             メイン
********************************/

.sp-site {
  width: 100%;
  max-width: 430px;
  min-height: 100vh;
  background: #fff;
  margin-inline: auto;
  overflow: hidden;
}

/******************  ファーストビュー　******************/

.fv {
  height: 100vh;
  background-image: url("./img/fv.jpg");
  background-size: cover;
  background-position: center top;
  position: relative;
}

.fv-logo img {
  width: 180px;
  height: auto;
}

h2.catch {
  margin-top: 60px;
}

h2.catch img {
  width: 80%;
  display: block;
  margin-inline: auto;
}

.fv-text {
  margin-top: 30px;
  font-size: 18px;
  text-align: center;
}

.fv-fixed-btn {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  max-width: 390px;
  display: flex;
  gap: 10px;
  z-index: 999;
}

.fv-fixed-btn a {
  flex: 1;
  padding: 14px 10px;
  text-align: center;
  border-radius: 999px;
  font-size: 14px;
  font-weight: bold;
  box-shadow: 0 5px 10px -5px rgba(255, 43, 43, 0.3);
  transition: 0.3s ease;
}

.fv-fixed-btn a i {
  margin-right: 6px;
  vertical-align: middle;
  font-size: 13px;
}

.fv-fixed-btn a:hover {
  transform: translateY(-3px);
  opacity: 0.9;
}

.fv-fixed-btn a:first-child {
  background: #fff;
  color: #ff4f8a;
  border: 2px solid #ff4f8a;
}

.fv-fixed-btn a:last-child {
  background: #ff5c7a;
  color: #fff;
  border: 2px solid #fff;
}

/******************  訴求　******************/
.appeal {
  padding-bottom: 40px;
  text-align: center;
  background-color: #fff;
}

.appeal-wave-bottom {
  height: 200px;
}

.appeal-wave-bottom svg {
  display: block;
  width: 100%;
  height: 100%;
}
.appeal h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  color: #5d4037;
  margin-top: 60px;
  font-family: "Zen Old Mincho", serif;
}

.appeal-text {
  margin-top: 50px;
  line-height: 3.5;
  padding: 0 20px;
  font-size: 18px;
}

.appeal span {
  color: #fff;
  background: #30a927;
  padding: 4px 10px;
  margin-right: 6px;
}

.appeal-text-cont {
  font-size: 24px;
  color: #e36b9f;
  margin-top: 100px;
  font-family: "Zen Old Mincho", serif;
}

.appeal-peachy img {
  width: 60%;
  display: block;
  margin-inline: auto;
  margin-top: 70px;
  margin-bottom: 24px;
}

/***************************  メニュー ***************************/
.menu {
  position: relative;
  background: linear-gradient(90deg, #ff5c7a 0%, #ff94a6 100%);
  padding-top: 100px;
}

.menu-wave-top {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  line-height: 0;
}

.menu-wave-top svg {
  display: block;
  width: auto;
  height: 100%;
}

.title-box {
  text-align: center;
}

.sub-title {
  font-size: 16px;
  color: #fff;
  margin-top: 10px;
  display: block;
}

.menu-box {
  margin: 40px auto;
  padding: 30px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 30px;
  text-align: center;
}

.tag {
  width: 100px;
  height: 40px;
  background: #ffffff;
  color: #ff288c;
  font-weight: bold;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu-box img.menu-drink {
  display: block;
  width: 180px;
  max-width: none;
  height: auto;
  margin-inline: auto;
}

.price-area {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 8px;
  padding-left: 5px;
}
.name {
  font-size: 32px;
  color: rgb(112, 79, 2);
  font-family: "Zen Old Mincho", serif;
}

.price {
  font-size: 24px;
  color: #e36b9f;
  margin-left: 10px;
}

.tax {
  font-size: small;
}

.desc {
  padding-top: 30px;
  margin: 0 10px;
  text-align: left;
  line-height: 1.7;
}

.Notice {
  text-align: center;
  font-size: 12px;
  margin-top: 40px;
  color: #e36b9f;
  background: #fff;
  display: inline-block;
  width: 60%;
}

.order-btn {
  display: block;
  margin-inline: auto;
  margin-top: 10px;
  color: #fff;
  background: #5d4037;
  width: 300px;
  border-radius: 30px;
  padding: 10px 50px;
  box-shadow: 0 5px 10px -5px rgba(255, 43, 43, 0.3);
  transition: 0.3s ease;
  cursor: pointer;
}

.order-btn:hover {
  transform: translateY(-3px);
}

/*************************** 特徴 ***************************/
.feature {
  position: relative;
  background-color: rgb(255, 255, 255);
  padding-bottom: 30px;
}

.feature-wave-top {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  line-height: 0;
}

.feature-wave-top svg {
  display: block;
  width: auto;
  height: 100%;
  background: linear-gradient(90deg, #ff5c7a 0%, #ff94a6 100%);
}

.title {
  text-align: center;
}

.title img {
  width: auto;
  height: 50px;
}

.feature .feature-sub-title {
  display: block;
  margin-top: 10px;
  color: #ff308a;
  text-align: center;
}

.feature-list {
  margin-top: 50px;
}

.feature-card {
  margin-top: 90px;
  background-color: #fff;
  position: relative;
}

.feature-img {
  width: calc(100% - 48px);
  height: 250px;
  overflow: hidden;
  border-radius: 0 120px 120px 0;
}

.feature-number {
  position: absolute;
  width: 110px;
  height: auto;
  right: 24px;
  top: 190px;
  z-index: 20;
  display: block;
}

.feature-card:nth-child(even) .feature-number {
  left: 24px;
  right: auto;
}

.feature-card:nth-child(3) .feature-number {
  width: 120px;
}

.feature-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 2番目だけ右寄せ＆丸み逆 */
.feature-card:nth-child(even) .feature-img {
  margin-left: auto;
  border-radius: 120px 0 0 120px;
}

.feature-point-box {
  padding: 30px 24px 0;
}

.feature-point {
  font-size: 20px;
  font-weight: bold;
  margin-top: 30px;
}

.feature-desc {
  line-height: 1.8;
  margin-top: 10px;
}

/*************************** 無料キャンペーン ***************************/
.campaign {
  background: linear-gradient(90deg, #ff5c7a 0%, #ff94a6 100%);
  position: relative;
}

.campaign-wave-top {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  line-height: 0;
}

.campaign-wave-top svg {
  display: block;
  width: 100%;
  height: 80px;
}

.req {
  text-align: center;
  color: #fff;
}

.limited {
  font-size: 12px;
}

.hit {
  font-size: 26px;
  margin-top: 10px;
  font-family: "Zen Old Mincho", serif;
}

.req img {
  width: 80%;
  margin-top: 20px;
}

.prezent {
  font-size: 16px;
  margin-top: 30px;
}

.campaign-box {
  background: #fff;
  margin-top: 20px;
  padding: 50px 30px;
  text-align: left;
  border-radius: 30px;
  box-shadow: 0 5px 10px -5px rgba(255, 43, 43, 0.3);
}

.campaign-box ol {
  list-style: decimal;
  padding-left: 20px;
}

.campaign-title {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 6px;
  border-bottom: 2px solid #e36b9f;
}

dl {
  line-height: 1.5;
}

dt {
  color: #e36b9f;
  font-size: 16px;
  font-weight: bold;
}

dd {
  font-size: 14px;
  margin-bottom: 20px;
}

small {
  font-size: 12px;
  margin-bottom: 30px;
  display: block;
}

ol {
  line-height: 3;
}

.x {
  display: block;
  margin-inline: auto;
  text-align: center;
  color: #fff;
  background: #5d4037;
  margin-top: 40px;
  padding: 5px 50px;
  border-radius: 8px;
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.5);
  transition: 0.3s ease;
}

.x i {
  margin-right: 6px;
  vertical-align: -1px;
  font-size: 18px;
}

.x:hover {
  background-color: #6d5148;
}

.campaign-order-btn {
  display: block;
  width: 80%;
  max-width: 320px;
  margin: 25px auto 0;
  padding: 18px 0;
  text-align: center;
  color: #e36b9f;
  background: #fff;
  border-radius: 999px;
  font-size: 14px;
  font-weight: bold;
  box-shadow: 0 5px 10px -5px rgba(255, 43, 43, 0.3);
  transition: 0.3s ease;
}

.campaign-order-btn:hover {
  background-color: #fff0f5;
}

/*************************** モバイルオーダー ***************************/
.order {
  padding-top: 60px;
  text-align: center;
  overflow: hidden;
  margin-bottom: -1px;
}

.order h3 {
  font-size: 26px;
  font-family: "Zen Old Mincho", serif;
}

.order-image {
  display: block;
  width: 100%;
  height: auto;
}

.order-wave-top {
  margin-top: -160px; /* 画像に被せる量を調整 */
  margin-bottom: -3px;
  position: relative;
  z-index: 1;
  line-height: 0;
  display: block;
  width: 100%;
  line-height: 0;
}

.order-wave-top svg {
  display: block;
  width: 100%;
  height: 100%;
}

.order-text {
  font-size: 20px;
  margin-top: 40px;
  position: relative;
  z-index: 0;
}

.mobile-order {
  margin-top: 50px;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  color: #fff;
  background: #ff5c7a;
  padding: 10px 30px;
  border-radius: 30px;
  box-shadow: 0 5px 10px -5px rgba(255, 43, 43, 0.3);
  cursor: pointer;
  transition: 0.3s ease;
}

.mobile-order i {
  margin-left: 6px;
  vertical-align: -4px;
  font-size: 18px;
}

.mobile-order:hover {
  transform: translateY(-3px);
}

small.order-notice {
  font-size: 12px;
  margin-top: 20px;
}

/****************** フッター　******************/

.footer {
  background: linear-gradient(90deg, #ff5c7a 0%, #ff94a6 100%);
  text-align: center;
  padding-top: 5%;
  margin-top: -5px;
}

.footer .inner {
  background: linear-gradient(90deg, #ff5c7a 0%, #ff94a6 100%);
}

.footer-logo img {
  width: 140px;
  height: auto;
}

.footer-p {
  font-size: 12px;
  margin: 20px 0 80px;
  color: #fff;
}

/********* タブレット・スマホ（768px以下）*********/

@media screen and (max-width: 767px) {
  body {
    background-image: none;
  }
}
