@charset "utf-8";
/******************************************
▼ リセットCSS ▼
******************************************/
p {
  margin: 0;
}

h1,
h2,
h3 {
  margin: 0;
}

video {
  border: none;
  filter: drop-shadow(0px 0px #000000);
  outline: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  vertical-align: top;
}

a:hover {
  cursor: pointer;
}

button {
  cursor: pointer;
}

[v-cloak] {
  display: none;
}

/******************************************
▼ 共通スタイル ▼
******************************************/
html {
  font-size: 62.5%;
  width: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", sans-serif;
  margin: 0;
  padding: 0;
}

.lpWrapper {
  margin-left: auto;
  margin-right: auto;
  margin-top: 64px;
  max-width: 750px;
  width: 100%;
}

.fw-bold {
  font-weight: bold;
}

.fz-9 {
  font-size: 9px;
}

.fz-16 {
  font-size: 1.6rem;
}

.fz-24 {
  font-size: 2.4rem;
}

.img-layout {
  display: block;
  vertical-align: bottom;
  width: 100%;
}

.mt-8 {
  margin-top: 8px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-32 {
  margin-top: 32px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-48 {
  margin-top: 48px;
}

.mt-56 {
  margin-top: 56px;
}

.mt-64 {
  margin-top: 64px;
}

.mt-72 {
  margin-top: 72px;
}

.fc-red {
  color: #ff0000;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.centered {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.jc-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.btn {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

.border-top {
  border-top: 1px solid #cccccc;
  margin: 0 auto 24px;
  width: 90%;
}

.yellow-marker {
  background: linear-gradient(transparent 50%, #ffff00 0%);
}

.ta-right {
  text-align: right;
}

.ta-left {
  text-align: left;
}

.ta-center {
  text-align: center;
}

.w-90 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.lpWrapper a:hover img {
  opacity: 0.8;
  transition: 0.3s ease-in-out;
}

/******************************************
▼ 4U care公式サイト ▼
******************************************/
.header-4ucare {
  background-color: #e3754f;
  padding: 0 2%;
  position: fixed;
  top: 0;
  z-index: 999;
  height: 56px;
  width: 100%;
  box-sizing: border-box;
}

.logo-box {
  width: 110px;
  flex-direction: column;
  justify-content: center;
}

.logo-box img {
  width: 100%;
}

.notice-4ucare img {
  width: 100%;
}

.sale-banner-4u-box {
  width: 45%;
}

.postage-4u {
  display: inline-block;
  background: #000000;
  padding: 4px 8px;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .fz-16 {
    font-size: 1.4rem;
  }

  .fz-24 {
    font-size: 1.8rem;
  }

  .header-4ucare {
    height: 46px;
  }

  .lpWrapper {
    margin-top: 58px;
  }

  .sale-banner-4u {
    display: block;
  }

  .sale-banner-4u div:nth-of-type(2) {
    margin-top: 32px;
  }

  .sale-banner-4u-box {
    width: 100%;
  }
}
