body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: normal;
  color: var(--txt);
}

:root {
  /* fonts */
  --font-rounded-mplus-1c: "M PLUS Rounded 1c";
  --font-noto-sans-jp: "Noto Sans JP";
  /* Colors */
  --white: #fff;
  --txt: #333;
  --txt-brown: #4B2D00;
  --color-crimson: #D00E31;
  --color-blue: #0000fa;
  --color-skyblue: #b0e1f9;
  --color-whitesmoke: #eee;
  --color-black: #000;
  --gray: #ccc;
  --color-lemonchiffon: #fff4be;
  --color-yellow: #FFEE6C;
  --color-orange: #ffb432;
  --color-coral: #F68C11;
  --color-beige: #FAF8F3;

  /* Paddings */
  --padding-5xl: 24px;
  --padding-xl: 20px;

  /* Border radiuses */
  --br-10xs: 3px;
  --br-100xl-4: 119.4px;
  --br-81xl: 100px;
  --br-3xs: 10px;
  --br-sm: 14px;
  --br-mini: 15px;
}
button {
  display: block;
  margin: auto;
}
img {
  width: 100%;
}
.pc {
  display: block;
}
.sp {
  display: none;
}

@media screen and (max-width: 1180px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

p a{
  text-decoration: underline;
}

.asterisk{
  font-size: 0.7em;
  vertical-align: top;
}

.fv_lead {
  margin: 30px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
}
.fv_lead span {
  font-weight: bold;
  font-size: 20px;
  color: #d00f31;
}

.fv_period {
  background-color: var(--color-crimson);
  color: var(--color-beige);
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  font-size: 1rem;
}
.fv_period p {
  margin: 0 auto;
  font-weight: 800;
}
@media screen and (max-width: 1180px) {
  .fv_period {
    text-align: center;
    height: auto;
    padding: 5px 0;
  }
}
.parent {
  text-align: center;
  margin: 30px auto;
  background-color: #fff;
  font-size: 1rem;
}
.parent.fixed {
  padding-bottom: 15px;
  margin: 0 auto;
  width: 100%;
  position: fixed;
  bottom: 0;
  background-color: rgba(217, 217, 217, 0.5);
  z-index: 999;
}
@media screen and (min-width: 1181px) {
  .parent a {
    margin: 0 auto;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

.btn {
  width: 458.2px;
  height: 70px;
  font-size: 1.125rem;
  margin: 20px auto 0;
  font-weight: 800;
  font-size: 23px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .btn {
    width: 90%;
    font-size: 20px;
    height: 50px;
  }
}
.fv_btn {
  color: #fff;
  background-color: var(--color-lemonchiffon);
  box-shadow: 5px 5px 0#c2c2c2;
}
.fv_btn.entry-btnStyle_checked {
  background-color: var(--color-coral);
}
@media screen and (max-width: 1180px) {
  .fv_btn {
    font-size: 16px;
  }
}

input[type="checkbox"] {
  transform: scale(1.3);
  margin: 0 6px 3px 0;
}

.bnr {
  margin-top: 75px;
  padding: 0 10px;
}
.bnr a {
  margin: 0 auto;
  display: block;
  max-width: 977px;
}

.lp-text{
  margin: 30px auto 0;
  padding: 0 20px;
  max-width: 800px;
  text-align: center;
  font-family: var(--font-rounded-mplus-1c);
  font-size: 24px;
  font-weight: 800;
  color: var(--txt-brown);
}
.large_banner {
  margin: 0 auto;
  max-width: 650px;
  position: relative;
}
.large_banner img {
  height: auto;
}
.large_banner__text {
  background: #eee;
  padding: 16px;
  margin: 16px auto 0;
  width: 600px;
  max-width: 100%;
}
@media screen and (max-width: 1180px) {
  .large_banner {
    width: 80%;
  }
}
.gift-code {
  display: flex;
  justify-content: center;
  max-width: 650px;
  margin: 30px auto;
  text-align: center;
  border: 1px solid;
}
.gift-code__right {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 85%;
  padding: 20px 0;
  border-left: 1px dotted;
}
.gift-code__left {
  width: 15%;
  position: relative;
}
.gift-code__left::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -3px;
  transform: translateY(-50%);
  width: 25px;
  height: 50px;
  border: 1px solid black;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  clip-path: inset(0 0 0 2px);
}
.gift-code__left::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -4px;
  transform: translateY(-50%);
  width: 5px;
  height: 48px;
  background-color: white;
}
.gift-code__text p {
  font-family: var(--font-rounded-mplus-1c);
  font-size: 32px;
  font-weight: 800;
  color: var(--txt-brown);
}
.gift-code__btn {
  position: relative;
}
.gift-code__btn button {
  width: 100px;
  height: 30px;
  text-align: center;
  margin: 0 0 7px 10px;
}
@media screen and (max-width: 768px) {
  .lp-text {
    padding: 0 15px;
    font-size: 18px;
  }
  .gift-code {
    width: 90%;
  }
  .gift-code__btn button {
    width: 100%;
    font-size: 14px;
    height: 25px;
  }
  .gift-code__text p {
    font-size: 20px;
  }
  #notification {
    font-size: 11px;
    text-align: left;
  }
}

#notification {
  min-width: 10rem;
  position: absolute;
  top: -30px;
  color: var(--txt-brown);
  font-family: var(--font-rounded-mplus-1c);
}