.fb_iframe_widget span {
  vertical-align: top !important;
}

.item-contact {
  margin-bottom: 0;
}

.item-contact a {
  padding: 0;
}

.item-info-list {
  margin-top: 10px;
}

body .border-top::before {
  display: none;
}

#icon-button > span {
  vertical-align: top;
}

/* ここから */
.lp_trial {
  padding-bottom: 50px;
}

.lp_trial a {
  scroll-behavior: smooth;
}

.lp_trial section {
  margin-top: 40px;
}

.lp_trial h2.heading {
  writing-mode: rl;
  width: 100%;
  padding-top: 0;
  padding-left: 0;
  font-size: 28px;
  letter-spacing: 0;
}

.lp_trial h2.heading::before {
  display: none;
}

.pc {
  display: none;
}

.sp {
  display: block;
}

span.lp__exclamation-mark {
  font-size: 1.3em !important;
  position: relative;
  top: 0.3rem;
  right: 0.3rem;
  transform: rotate(35deg);
  display: inline-block;
  color: inherit !important;
  margin: 0 !important;
  line-height: 1;
}

/* fv */
.lp__fv {
  position: relative;
}

.lp__fv--icon {
  flex-direction: column;
  justify-content: center;
  font-size: 21px;
  color: #fff;
  background-color: #BA2943;
  border-radius: 50%;
  width: 175px;
  height: 175px;
  transform: translateY(calc(-50% - 170px));
  text-align: center;
  line-height: 1.3;
}

.lp__fv--icon.sp {
  display: flex;
}

.lp__fv--icon span {
  font-size: 28px;
  padding-right: 18px;
  position: relative;
  box-sizing: border-box;
}

.lp__fv--icon span::after {
  position: absolute;
  content: '！';
  top: -4px;
  right: 10px;
  transform: rotate(35deg);
  font-size: 35px;
}

.lp__fv--lead {
  font-size: 36px;
  line-height: 1.3;
  font-weight: bold;
  padding: 35px 20px;
  box-sizing: border-box;
  position: absolute;
}

.lp__fv--lead p {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1px;
}

.lp__fv--lead span {
  color: #BA2943;
}

.lp__fv--lead .sp span {
  color: #fff;
}

.lp__fv--lead .sp {
  font-size: 19px;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #BA2943;
  color: #fff;
  margin-bottom: 15px;
}

.lp__fv--lead .sp span {
  position: relative;
  font-size: 25px;
  font-weight: bold;
  padding-right: 25px;
  box-sizing: border-box;
}

.lp__fv--lead .sp span::after {
  position: absolute;
  content: '！';
  font-size: 28px;
  transform: rotate(35deg);
  top: 0;
  right: 0;
}

.lp__fv--image img {
  width: 100%;
}

/* cta */
.lp__cta {
  margin: 60px auto 0;
  max-width: 1200px;
  scroll-behavior: smooth;
}

.lp__cta--inner {
  padding: 40px;
  box-sizing: border-box;
  background-image: url('../img/lp_trial/cta-bg.jpg');
  background-size: cover;
  display: flex;
  flex-direction: column;
  letter-spacing: 0.1em;
}

.lp__cta--copy {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}

.lp__cta--normal {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 10px;
  padding-right: 20px;
}

.lp__cta--normal s {
  font-size: 18px;
}

.lp__cta--normal span {
  font-size: 14px;
}

.lp__cta--sale {
  display: flex;
  margin-top: 10px;
}

.lp__cta--icon {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background-color: #BA2943;
  margin-right: 5px;
  font-size: 15px;
  width: 60px;
  height: 60px;
  line-height: 1.1;
}

.lp__cta--icon span {
  font-size: 18px;
  display: block;
}

.lp__cta--price {
  font-size: 62px;
  color: #BA2943;
  line-height: 1;
  font-weight: bold;
}

.lp__cta--price span {
  font-size: 16px;
  font-weight: normal;
  display: block;
  margin-top: 5px;
}

.lp__cta--lead p {
  margin: 25px 0 0;
  font-size: 14px;
}

.lp__cta--button a {
  width: 100%;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  border-radius: 76px;
  background-color: #BA2943;
  margin-top: 30px;
  border: 1px solid #BA2943;
  box-sizing: border-box;
}

.lp__cta--button a:hover {
  opacity: 1;
  background-color: #fff;
  color: #BA2943;
}

.lp__cta--contents {
  font-size: 16px;
  padding: 18px 20px;
  background-color: #fff;
  box-sizing: border-box;
  margin-top: 25px;
}

.item_temp .lp__cta--contents ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  font-size: 17px;
}

.lp__cta--contents li {
  position: relative;
  padding-left: 23px;
  padding-top: 5px;
  box-sizing: border-box;
  width: 100%;
}

.lp__cta--contents li::before {
  position: absolute;
  content: '';
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #000;
  top: 10px;
  left: 0;
}

/* voice */
.lp__voice {
  margin: 100px auto 0;
  max-width: 1200px;
  width: 100%;
}
.lp__voice li {
  display: flex;
  align-items: flex-end;
  padding: 0 20px 30px;
  box-sizing: border-box;
  background-size: cover;
  aspect-ratio: 750/624;
  width: 100%;
  padding-bottom: 30px;
}
.lp__voice li:nth-child(even) {
  flex-direction: row-reverse;
  text-align: right;
}
.lp__voice li:nth-child(1) {
  background-image: url('../img/lp_trial/user-voice-image01_sp.jpg');
}
.lp__voice li:nth-child(2) {
  background-image: url('../img/lp_trial/user-voice-image02_sp.jpg');
}
.lp__voice li:nth-child(3) {
  background-image: url('../img/lp_trial/user-voice-image03_sp.jpg');
}
.lp__voice--text {
  font-size: 22px;
  color: #fff;
  line-height: 1.3;
}
.lp__voice--text span {
  font-size: 33px;
  font-weight: bold;
  color: #CCA352;
}

/* trial */
.lp_trial .lp__set--img {
  aspect-ratio: 560/437;
}

.lp_trial .lp__set--img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lp_trial .lp__set--button {
  width: 100%;
}

.lp_trial .lp__set--button a {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 343px;
  height: 66px;
  margin: auto;
  border-radius: 50px;
}

/* review */
.group-review-section,
.item-review-detail {
  margin-top: 0 !important;
}

.group-review-section {
  float: none !important;
}

/* point */
.lp__point {
  width: 100%;
}

/* recommend */
.lp__items {
  max-width: 1200px;
  margin: 80px auto 0;
  padding: 100px 25px 50px;
  background-image: url('../img/lp_trial/cta-bg.jpg');
  background-size: cover;
  letter-spacing: 0.1em;
  box-sizing: border-box;
  overflow: hidden;
}

.lp__items--head {
  position: relative;
  width: fit-content;
  margin: auto;
}

.lp__items--icon {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background-color: #BA2943;
  font-size: 25px;
  width: 123px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: -55px;
  transform: translateX(-50%);
}

.lp__items--heading {
  text-align: center;
  font-size: 22px;
  line-height: 1.4;
}

.lp__items--heading div,
.lp__items--heading span {
  position: relative;
}

.lp__items--heading div {
  font-size: 30px;
  font-weight: bold;
  /* display: block; */
  width: fit-content;
  margin: auto;
}

.lp__items--heading span:nth-child(3) {
  padding-right: 30px;
  box-sizing: border-box;
}

.lp__items--heading span::before {
  position: absolute;
  content: '';
  background-color: rgba(186, 41, 67, 0.2);
  width: 100%;
  height: 17px;
  bottom: -3px;
  left: 0;
}

.lp__items--heading span:nth-child(3):after {
  position: absolute;
  content: '！';
  transform: rotate(35deg);
  font-size: 36px;
  top: -8px;
  right: 0;
}

.lp__items--head p {
  /* text-align: left; */
  font-size: 17px;
  margin-top: 25px;
  letter-spacing: 0;
}

.lp__items--row,
.lp__items li:nth-child(even) .lp__items--row {
  flex-direction: column-reverse;
  /* overflow: hidden; */
}

.lp__items--row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.lp__items li:nth-child(n+2) .lp__items--row {
  margin-top: 40px;
}

.lp__items li:nth-child(n+4) {
  margin-top: 60px;
}

.lp__items li:nth-child(3) {
  margin-top: 30px;
}

.lp__items--text {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  max-width: 450px;
  box-sizing: border-box;
}

.lp__items--text span {
  color: #BA2943;
}

.lp__items--text p {
  font-size: 13px;
  margin-top: 15px;
  line-height: 1.7;
  font-weight: normal;
}

.lp__items--title {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 15px;
  /* margin-bottom: 20px; */
  border-bottom: 1px solid #000;
  letter-spacing: 0;
}

.lp__items--title span {
  font-size: 20px;
}

.lp__items li:nth-child(n+4) .lp__items--title span {
  font-size: 19px;
}

.lp__items--number {
  font-size: 32px;
  color: #BA2943;
  display: flex;
  align-items: center;
}

.lp__items--number span {
  position: relative;
  padding: 0 30px 0 15px;
  box-sizing: border-box;
  background-color: #BA2943;
  color: #fff;
  font-size: 18px;
  display: inline-block;
  margin-left: 7px;
}

.lp__items--number span::after {
  position: absolute;
  content: '！';
  transform: rotate(35deg);
  top: -3px;
  right: 5px;
  font-size: 22px;
}

.lp__items li:nth-child(1) img {
  width: calc(100% + 25px);
}

.lp__items li:nth-child(4) img {
  width: calc(100% + 70px);
}

.lp__items li:nth-child(5) img {
  width: calc(100% + 130px);
  position: relative;
  left: -20px;
}

.lp__items li:nth-child(6) img {
  width: calc(100% + 30px);
}

/* store */
.lp__store {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 28px;
  padding: 53px 0 40px;
  box-sizing: border-box;
  border-top: 1px solid #CCA352;
  border-bottom: 1px solid #CCA352;
  max-width: 1000px;
  width: calc(100% - 40px);
  margin: 40px auto;
}

.lp__store--title {
  font-size: 27px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

.lp__store p {
  line-height: 2;
}

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

.lp__once--inner {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 3px solid #BA2943;
  box-sizing: border-box;
  max-width: 280px;
  height: auto;
  font-size: 22px;
  font-weight: bold;
  color: #BA2943;
  padding: 15px 0;
  text-align: center;
  letter-spacing: 0.1em;
}

.lp__once span {
  position: relative;
  padding-right: 30px;
}

.lp__once span::after {
  position: absolute;
  content: '！';
  font-size: 28px;
  transform: rotate(35deg);
  top: -4px;
  right: 4px;
}

.lp__once h2.heading {
  margin-top: 30px;
}

/* set */
.lp_trial .lp__set--name {
  text-align: center;
}

.lp_trial .lp__set--name {
  font-size: 24px;
  font-weight: bold;
}

.lp_trial .lp__set--name span {
  display: block;
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  letter-spacing: -0.05em;
}

.lp__set--text {
  margin-top: 10px;
}

.lp__set--button {
  margin-top: 20px;
}

.lp__gift--inner .lp__set--name {
  font-size: 22px;
}

/* detail */
.lp_trial section.lp__description {
  max-width: 1200px;
  margin: 100px auto 0;
  padding: 0 25px;
  box-sizing: border-box;
}

.lp__description table {
  width: 100%;
  margin: 30px auto 0;
}

.lp__description td {
  padding: 35px 30px;
  box-sizing: border-box;
}

.lp__description td {
  padding: 25px 0 35px;
}

.lp__description td:first-child {
  background-color: #F2F2F2;
  padding: 20px;
}

/* hwo to eat */
.lp_trial section.lp__howto {
  padding: 0 20px;
  box-sizing: border-box;
}

.lp__howto li {
  gap: 5px 50px;
}

.lp__howto li:nth-child(n+2) {
  margin-top: 40px;
}

.lp__howto--inner {
  width: 100%;
}

/* detail */
.lp_trial section.lp__detail {
  padding-top: 160px;
  margin-top: -80px;
}

@media screen and (min-width: 769px) {
  .lp_trial {
    padding-bottom: 80px;
  }

  .lp_trial section {
    margin-top: 80px;
  }

  .item-description__inner {
    max-width: 100%;
  }

  .lp_trial h2.heading {
    font-size: 32px;
  }

  .pc {
    display: block;
  }

  .sp {
    display: none;
  }

  /* fv */
  .lp__fv--icon,
  .lp__fv--lead {
    position: absolute;
    left: 100px;
    top: 50%;
    transform: translateY(-50%);
  }

  .lp__fv--icon.pc {
    display: flex;
    top: calc(50% - 170px);
    padding-top: 10px;
    box-sizing: border-box;
  }

  .lp__fv--lead {
    font-size: 60px;
    padding: 0;
    text-shadow: 0px 0px 15px rgba(255, 255, 255, 1);
  }

  .lp__fv--lead p {
    font-size: 26px;
  }

  .lp__fv--lead .sp {
    display: none;
  }

  .lp__fv--lead .pc {
    font-size: 28px;
    color: #fff;
    background-color: #BA2943;
    text-shadow: none;
  }

  .lp__fv--lead .pc span {
    font-size: 25px;
    padding-right: 18px;
    position: relative;
    box-sizing: border-box;
  }

  .lp__fv--lead .pc span::after {
    position: absolute;
    content: '！';
    top: -4px;
    right: 10px;
    transform: rotate(35deg);
    font-size: 35px;
  }

  /* cta */
  .lp__cta--inner {
    padding: 40px;
    flex-direction: row;
    align-items: flex-end;
  }

  .lp__cta--lead {
    padding-right: 60px;
    box-sizing: border-box;
    min-width: 500px;
  }

  .lp__cta--copy {
    font-size: 32px;
    text-align: left;
    margin-top: 0;
  }

  .lp__cta--normal {
    flex-direction: row;
    padding-right: 0;
  }

  .lp__cta--normal s {
    font-size: 26px;
  }

  .lp__cta--normal span {
    font-size: 15px;
    margin-left: 25px;
  }

  .lp__cta--sale {
    margin-top: 20px;
  }

  .lp__cta--icon {
    margin-right: 15px;
    font-size: 22px;
    width: 90px;
    height: 90px;
  }

  .lp__cta--icon span {
    font-size: 27px;
  }

  .lp__cta--price {
    font-size: 92px;
  }

  .lp__cta--price span {
    font-size: 22px;
    margin-top: 10px;
  }

  .lp__cta--lead p {
    font-size: 15px;
  }

  .lp__cta--button a {
    height: 76px;
    font-size: 25px;
    margin-top: 50px;
  }

  .lp__cta--contents {
    font-size: 17px;
    padding: 25px;
  }

  .lp__cta--contents ul {
    margin-top: 10px;
  }

  .lp__cta--contents li {
    padding-top: 0;
    width: 50%;
  }

  .lp__cta--contents li::before {
    top: 5px;
  }

  /* voice */
  .lp__voice li {
    align-items: center;
    aspect-ratio: 1200/400;
    padding: 0 70px;
  }
  .lp__voice li:nth-child(even) {
    text-align: left;
  }
  .lp__voice li:nth-child(1) {
    background-image: url('../img/lp_trial/user-voice-image01_pc.jpg');
  }
  .lp__voice li:nth-child(2) {
    background-image: url('../img/lp_trial/user-voice-image02_pc.jpg');
  }
  .lp__voice li:nth-child(3) {
    background-image: url('../img/lp_trial/user-voice-image03_pc.jpg');
  }
  .lp__voice--text {
    font-size: 31px;
  }
  .lp__voice--text span {
    font-size: 48px;
  }

  /* recommend */
  .lp__items {
    margin: 140px auto 0;
    padding: 80px 100px;
    overflow: visible;
  }

  .lp__items--icon {
    border-radius: 50%;
    font-size: 36px;
    width: 132px;
    height: 132px;
    left: -40px;
    top: -100px;
    transform: translateX(0);
    line-height: 1.2;
  }

  .lp__items--heading div {
    font-size: 44px;
    margin-top: 10px;
  }

  .lp__items--heading span:nth-child(3) {
    padding-right: 40px;
  }

  .lp__items--heading span:nth-child(3):after {
    font-size: 50px;
    top: -9px;
    right: -2px;
  }

  .lp__items--head p {
    text-align: center;
    letter-spacing: 0.1em;
  }

  .lp__items--title {
    font-size: 38px;
  }

  .lp_trial .lp__items ul {
    margin-top: 50px;
  }

  .lp__items li:nth-child(n+5) .lp__items--title {
    margin-bottom: 50px;
  }

  .lp__items--title span {
    font-size: 28px;
  }

  .lp__items--number {
    font-size: 44px;
    margin-right: 10px;
    display: inline-flex;
  }

  .lp__items--number span {
    padding: 3px 30px 3px 10px;
    font-size: 23px;
  }

  .lp__items--number span::after {
    top: 0;
    right: 2px;
    font-size: 28px;
  }

  .lp__items--row,
  .lp__items li:nth-child(even) .lp__items--row {
    overflow: visible;
  }

  .lp__items--row {
    flex-direction: row;
    gap: 0;
  }

  .lp__items li:nth-child(n+2) .lp__items--row {
    margin-top: 0;
  }

  .lp__items li:nth-child(odd) .lp__items--text {
    padding-right: 20px;
  }

  .lp__items li:nth-child(even) .lp__items--text {
    padding-left: 20px;
  }

  .lp__items li:nth-child(4) .lp__items--text {
    padding-left: 0;
  }

  .lp__items li:nth-child(even) .lp__items--row {
    flex-direction: row-reverse;
  }

  .lp__items li:nth-child(4) .lp__items--row {
    margin-top: 40px;
  }

  .lp__items li:nth-child(1) .lp__items--image {
    width: 604px;
  }

  .lp__items li:nth-child(1) img {
    width: 704px;
  }

  .lp__items li:nth-child(2) img,
  .lp__items li:nth-child(3) img {
    width: 500px;
  }

  .lp__items li:nth-child(4) .lp__items--image {
    width: 562px;
  }

  .lp__items li:nth-child(4) img {
    width: 632px;
  }

  .lp__items li:nth-child(5) .lp__items--image {
    width: 671px;
  }

  .lp__items li:nth-child(5) img {
    width: 791px;
  }

  .lp__items li:nth-child(6) img {
    width: 552px;
  }

  .lp__items--text {
    font-size: 28px;
  }

  .lp__items li:nth-child(1) .lp__items--text {
    max-width: 380px;
  }

  .lp__items li:nth-child(5) .lp__items--text {
    max-width: 350px;
    padding-right: 0;
  }

  .lp__items li:nth-child(6) .lp__items--text {
    padding-left: 0;
  }

  .lp__items--text p {
    font-size: 17px;
    margin-top: 25px;
  }

  .lp__items--image img {
    position: relative;
  }

  .lp__items li:nth-child(4) .lp__items--image img {
    left: -30px;
  }

  .lp__items li:nth-child(n+4) .lp__items--title span {
    font-size: 24px;
  }

  /* trial */
  .lp_trial .lp__set--inner {
    width: calc(calc(100% - 80px) / 3);
    max-width: none;
  }

  .lp_trial .lp__set .lp__set--inner {
    width: calc(calc(100% - 80px) / 2);
  }

  .lp_trial .lp__set--button a {
    max-width: 260px;
    height: 50px;
  }

  /* store */
  .lp__store {
    flex-direction: row;
    gap: 35px;
    padding: 50px 40px 50px 60px;
    margin: 80px auto;
  }

  .lp__store--title {
    font-size: 27px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    width: 230px;
  }

  .lp__store p {
    width: calc(100% - 265px);
    line-height: 1.7;
  }

  .lp__once {
    margin-top: 100px;;
  }

  .lp__once--inner {
    flex-direction: row;
    max-width: 950px;
    height: 80px;
    font-size: 38px;
    color: #BA2943;
    padding: 0;
    letter-spacing: 0;
  }

  .lp__once span {
    padding-right: 43px;
    line-height: 1;
  }

  .lp__once span::after {
    font-size: 44px;
    transform: rotate(35deg);
    top: -4px;
    right: -2px;
  }

  .lp__once h2.heading {
    margin-top: 0;
    margin-bottom: 40px;
  }

  /* set */
  .lp_trial .lp__set--name span {
    font-size: 20px;
    letter-spacing: 0;
  }

  .lp_trial .lp__gift--inner .lp__set--inner {
    width: calc((100% - 90px) / 3);
  }

  /* detail */
  .lp_trial section.lp__description {
    padding: 0;
  }

  .lp__description table {
    border-top: 1px solid #000;
  }

  .lp__description tr {
    border-bottom: 1px solid #000;
    flex-direction: row;
  }

  .lp__description td,
  .lp__description td:first-child {
    padding: 35px 30px;
    box-sizing: border-box;
  }

  .lp__description td:first-child {
    width: 190px;
    vertical-align: middle;
  }

  .lp__description td:last-child {
    width: calc(100% - 190px);
  }

  /* hwo to eat */
  .lp_trial section.lp__howto {
    padding: 0;
  }

  .lp__howto--inner {
    width: calc(50% - 50px);
  }

  /* .lp__howto li:nth-child(n+2) {
    margin-top: 0;
  } */
}

@media screen and (max-width: 767px) {
  .lp__about--no1 {
    margin-bottom: 250px;
  }

  .lp__media h2.heading span {
    font-size: 28px;
  }

  /* fv */
  .lp__fv--lead {
    width: 100%;
    text-align: center;
  }

  .lp__about--no1-br {
    width: 100px;
    bottom: -100px;
  }

  /* voice */
  .lp__voice li:nth-child(n+2) .lp__voice--text {
    font-size: 19px;
  }
  .lp__voice li:nth-child(n+2) .lp__voice--text span {
    font-size: 28px;
  }

  /* point */
  .lp__point--block:nth-child(2) {
    height: auto;
  }
  .lp__point .lp__point--block:nth-child(2) .lp__point--inner {
    left: 3.5%;
  }
  .lp__point .lp__point--block:nth-child(2) .lp__point--img,
  .lp__point .lp__point--block:nth-child(4) .lp__point--img {
    position: relative;
    right: -5%;
    z-index: -1;
  }

  .lp__point--block:nth-child(3) .lp__point--inner {
    bottom: 20px;
  }

  .lp_trial .lp__once h2.heading,
  .lp_trial .lp__associated h2.heading {
    font-size: 21px;
    letter-spacing: 0.1em;
  }

  /* gift */
  .lp__gift--inner .lp__set--text {
    text-align: left;
  }

  .lp__description tr {
    display: flex;
    flex-direction: column;
  }

  .lp_trial section.lp__manufacture {
    margin-top: 80px;
    padding: 75px 20px;
    height: auto;
  }
}