@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");

:root {
  --humming-color: #94d1ca;
  --humming-color-dark: #2da89c;
}
body {
  background: url(/static/user/images/hummingwater/bg_paper.jpg) repeat;
  font-family: "Zen Kaku Gothic New", sans-serif !important;
}
.pnt-content {
  color: #333333;
  padding-top: 0;
}
.pnt-content h2,
.pnt-content h3,
.pnt-content h4 {
  font-weight: 500;
  letter-spacing: 0.05em;
}
.pnt-t-xxxlg {
  font-size: 36px !important;
}
@media (max-width: 600px) {
  .pnt-t-xxlg {
    font-size: 24px !important;
  }
  .pnt-t-xxxlg {
    font-size: 30px !important;
  }
}
header .pnt-inner h1 {
  height: 73px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
  color: #fff;
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
}
@media (max-width: 600px) {
  header .pnt-inner h1 {
    font-size: 13px;
    gap: 10px;
  }
  header .pnt-inner h1 img {
    width: 150px;
  }
}
.mv {
  background: #f0e9e1 url(/static/user/images/hummingwater/mv_bg.jpg) 50% 0%
    no-repeat;
  background-size: 2000px;
}
section.bg {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
section.bg.fixed {
  padding: 0;
  height: 100px;
}
section.bg > span {
  display: block;
  position: absolute;
  width: 100%;
  height: calc(100% + 0px);
  top: -0px;
  mix-blend-mode: multiply;
  z-index: 0;
}
section.bg > .pnt-inner {
  z-index: 1;
  position: relative;
}
.mv-lead {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 50px;
  margin-top: -90px;
}
@media (max-width: 1000px) {
  .mv-lead {
    grid-template-columns: repeat(1, 3fr);
    gap: 20px;
    margin-top: -60px;
  }
}
.mv-lead > div {
  flex: 1;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0px;
  background-color: #fff;
  padding: 20px 20px 40px;
  margin-bottom: 0px;
}
.mv-lead h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0px;
  color: var(--humming-color-dark);
  font-size: 28px;
  font-weight: 500;
}
.mv-lead p {
  font-size: 18px;
  margin-top: 10px;
}
.mv-lead strong {
  font-weight: 700;
  position: relative;
  border-bottom: 2px dashed #f38ead;
}
.mv-lead > div {
  --border-width: 3px;
  --border-radius: 50px;
  background: #fff;
  border-radius: calc(var(--border-radius) - var(--border-width));
  box-sizing: border-box;
  position: relative;
}

.mv-lead > div::before {
  background: linear-gradient(0deg, #ffe9f0 40%, #f38ead 80%, #90cabf 100%);
  border-radius: var(--border-radius);
  content: "";
  inset: 0;
  margin: calc(var(--border-width) * -1);
  position: absolute;
  z-index: -1;
}

.mv-lead > div:nth-child(1) {
  border-top-left-radius: 10px;
}
.mv-lead > div:nth-child(1)::before {
  border-top-left-radius: 10px;
}
.mv-lead > div:nth-child(2) {
  border-bottom-right-radius: 10px;
}
.mv-lead > div:nth-child(2)::before {
  border-bottom-right-radius: 10px;
}
.mv-lead > div:nth-child(3) {
  border-top-right-radius: 10px;
}
.mv-lead > div:nth-child(3)::before {
  border-top-right-radius: 10px;
}

.worries {
  position: relative;
  color: var(--humming-color-dark);
}
.worries:before {
  content: "";
  display: block;
  width: 35px;
  height: 32px;
  position: absolute;
  top: -15px;
  left: 5px;
  background: url(/static/user/images/hummingwater/worries.svg) no-repeat;
}

.worries-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 20px;
  max-width: 900px;
  margin: auto;
  font-size: 21px;
  font-weight: 500;
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (max-width: 760px) {
  .worries-list {
    grid-template-columns: 1fr;
    max-width: 400px;
  }
}
.worries-list > div {
  height: 142px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.worries-list > div:nth-child(1) {
  background: url(/static/user/images/hummingwater/worries1.png) no-repeat 50%
    50%;
  background-size: contain;
  justify-content: center;
  padding-left: 20px;
}
.worries-list > div:nth-child(2) {
  background: url(/static/user/images/hummingwater/worries2.png) no-repeat 100%
    100%;
  background-size: 70px;
  justify-content: center;
}
.worries-list > div:nth-child(3) {
  background: url(/static/user/images/hummingwater/worries3.png) no-repeat 50%
    50%;
  background-size: contain;
  justify-content: center;
}
.worries-list > div:nth-child(4) {
  background: url(/static/user/images/hummingwater/worries4.png) no-repeat 50%
    50%;
  background-size: 90%;
  justify-content: center;
}
.worries-list > div > span {
  text-align: center;
}
.worries-list > div:nth-child(1) > span {
  transform: rotate(7deg);
}
.worries-list > div:nth-child(2) > span {
  transform: rotate(-4deg);
}
.worries-list > div:nth-child(3) > span {
  transform: rotate(-5deg);
}
.worries-list > div:nth-child(4) > span {
  transform: rotate(5deg);
}

.bird {
  max-width: 700px;
  margin: auto auto 20px;
  padding-bottom: 60px;
  background: url(/static/user/images/hummingwater/bird.png) 100% 100% no-repeat;
  background-size: 95%;
}
@media (max-width: 500px) {
  .bird {
    background-size: 100%;
  }
}
.bird2 {
  max-width: 700px;
  margin: auto auto 20px;
  padding: 0 20px 50px;
  background: url(/static/user/images/hummingwater/bird2.png) 0% 100% no-repeat;
  background-size: 50%;
}
@media (max-width: 500px) {
  .bird2 {
    font-size: 28px !important;
    white-space: nowrap;
    background-size: 73%;
    padding-bottom: 70px;
  }
}

.ribbon {
  width: 100%;
  max-width: 250px;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.ribbon span {
  display: block;
  text-align: center;
  font-weight: 700;
  background-color: #ffb1c9;
  position: relative;
  z-index: 2;
}
.ribbon:before {
  content: "";
  display: block;
  width: 30px;
  height: 19px;
  position: absolute;
  right: -21px;
  top: 18px;
  background: url(/static/user/images/hummingwater/ribbon.png) no-repeat;
  background-size: 100%;
  z-index: 0;
}
.ribbon:after {
  content: "";
  display: block;
  width: 30px;
  height: 19px;
  position: absolute;
  left: -21px;
  top: 18px;
  background: url(/static/user/images/hummingwater/ribbon.png) no-repeat;
  background-size: 100%;
  z-index: 0;
  transform: rotate(180deg);
}
.reasons > div {
  position: relative;
  background-color: #fff;
  border-radius: 50px 50px 10px 50px;
  padding: 30px;
  margin-bottom: 40px !important;
}
.reasons + .reasons > div {
  border-radius: 50px 50px 50px 10px;
}

th {
  background-color: #94d1cab5;
}
td {
  background-color: #fff;
}

.brand {
  font-size: 13px;
  background-color: #d4edea;
  border-radius: 999px;
  padding: 2px 12px;
  margin: 0 10px 5px;
  display: inline-block;
  white-space: nowrap;
}

.voice h3 {
  margin-bottom: 0;
  min-height: 3em;
}

.faq {
  padding: 20px 30px;
  border-radius: 50px;
  background-color: #fff;
  margin-top: 20px;
}
.faq h3 {
  font-size: 18px;
  margin: 0;
  position: relative;
  cursor: pointer;
  padding-right: 40px;
}
.faq h3:before {
  content: "";
  width: 30px;
  height: 3px;
  position: absolute;
  right: 0px;
  top: 13px;
  display: block;
  background-color: var(--humming-color-dark);
}
.faq h3:after {
  content: "";
  width: 3px;
  height: 30px;
  position: absolute;
  right: 13px;
  top: 0px;
  display: block;
  background-color: var(--humming-color-dark);
}
.faq p {
  display: none;
  margin-top: 20px;
}
.faq.open h3:after {
  display: none;
}
.faq.open:nth-child(odd) {
  border-bottom-left-radius: 10px;
}
.faq.open:nth-child(even) {
  border-bottom-right-radius: 10px;
}

.floatwrap {
  width: 100%;
  height: auto;
  padding: 25px 20px;
  background-color: #fff;
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 11;
}

.floatwrap a.text {
  color: #000;
  font-size: 14px;
  line-height: 2;
}

@media (max-width: 500px) {
  .floatwrap {
    padding: 12px;
  }
  body {
    margin-bottom: 150px;
  }
  .floatwrap a.text {
    font-size: 12px;
  }
  .floatwrap .pnt-flex.pnt-sp {
    gap: 8px !important;
  }
  .floatwrap .pnt-btn.pnt-lg {
    flex: 1 1 0;
    min-width: 0;
    font-size: 15px;
    padding: 11px 6px;
    white-space: nowrap;
  }
}

.floatwrap {
  opacity: 0;
}
.floatwrap.scroll {
  animation: 0.8s ease 0s 1 forwards slidein;
}
@keyframes slide {
  0% {
    left: 20px;
  }
  100% {
    left: 30px;
  }
}
@keyframes slidein {
  0% {
    opacity: 0;
    transform: translateY(200%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
