@charset "UTF-8";
/* ------------------------------
　　追加(20241015)
------------------------------ */
.item_contents_wrapper:first-child {
  padding-top: 100px;
}

/* 6つの特典 (追加20250218)
------------------------------ */

.lp-block02-box {
  margin-bottom: 40px;
}

.lp-block02-box .lp-block02-box-inner .imgbox img {
  width: 147px;
  height: auto;
}

.lp-block02-box .lp-block02-box-inner .textbox h3 {
  margin: 0;
  padding-bottom: 0.5rem;
  font-size: 1.2rem;
  line-height: 1.4;
}
.lp-block02-box .lp-block02-box-inner .textbox p {
  margin: 0;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.3;
}

@media screen and (min-width: 768px) {
  .lp-block02-box {
    margin-bottom: 80px;
  }

  .lp-block02-box .lp-block02-box-inner .imgbox img {
    width: 197px;
  }
  .lp-block02-box .lp-block02-box-inner .textbox h3 {
    font-size: 1.5rem;
  }
}

.bl_btnctaLink.bl_btnctaLink_strong {
  background-color: rgb(183, 41, 41);
  font-size: 1.5rem;
}

/* ボタン (追加20250225)
------------------------------ */
.btn_defo {
  background-color: #000;
  color: #fff !important;
  font-size: 12px;
  border-radius: 20px;
  display: inline-block;
  padding: 5px 10px;
  text-decoration: none !important;
  &:hover {
    text-decoration: underline !important;
  }
}

/* reserve最初の文 (追加20251202)
------------------------------ */
.yoyaku .head {
  background: #bb7b2b;
  color: #fff;
  font-size: 18px;
  padding: 6px;
}

/* 追跡ボタン (追加20251217)
------------------------------ */
.lp-contactbox02 {
  position: fixed;
  bottom: 10%;
  right: 0;
}
.lp-contactbox_online {
  background: #f6eed6;
  color: #bb7b2b;
  padding: 12px 0;
  font-size: 16px;
  text-orientation: upright;
  display: inline-block;
  writing-mode: vertical-rl;
  &:visited {
    color: #bb7b2b;
  }
  &:hover {
    background: #bb7b2b;
    color: #fff;
    text-decoration: none;
  }
}

@media screen and (min-width: 768px) {
  .lp-contactbox_online {
    padding: 12px 12px;
    font-size: 24px;
  }
}


/* レスポンシブcenter (追加20260213)
------------------------------ */
@media screen and (min-width: 768px) {
  .lp-md-center{
    text-align: center;
  }
}

.brp {
	display: block;
}

.brs {
	display: none;
}

@media screen and (min-width: 768px) {
	.brp {
		display: none;
	}

	.brs {
		display: block;
	}
}

.lp-mb-md{
  margin-bottom: 8px;
}

.lp-m-xs{
  margin-top: 4px;
  margin-bottom: 4px;
}

.lp-m-sm{
  margin-top: 8px;
  margin-bottom: 8px;
}

.lp-m-md{
  margin-top: 16px;
  margin-bottom: 16px;
}

.lp-pd-lr-sm{
  padding-left: 10px;
  padding-right: 10px;
}


/* 五月人形LP修正用 */
.lp-block02-content{
  display: grid;
  gap: 20px;

}

.lp-block02-box {
  margin-bottom: 0;
  background-color: #fdf4e8;

  .lp-block02-box-inner {
    position: relative;
    height: auto;

    padding: 24px 4px 8px;

    .item-flex{
      display: flex;
      align-items: center;
    }

    .numberimg {
      position: absolute;
      top: -6px;
      left: -6px;

      img {
        width: 38px;
        height: auto;
      }
    }

    .imgbox {
      margin: 0;
      padding: 7px 0;
      text-align: center;
      padding-right: 10px;
      padding-left: 10px;

      img {
        width: 68px;
        height: auto;
      }
    }

    .textbox {
      text-align:left;

      p {
        margin: 0;
        padding-bottom: 0.5rem;
        font-size: 0.875rem;
      }

      h3 {
        margin: 0;
        padding-bottom: 0.5rem;
        font-size: 1.1rem;
        line-height: 1.4;
      }
    }
  }
}



@media screen and (min-width: 768px) {
  .lp-block02-content{
    grid-template-columns: repeat(3, 1fr);
    margin: 0;
  }
  .lp-block02-box {
    .lp-block02-box-inner {
      .item-flex{
        display: block;
      }

      .numberimg {
        position: absolute;
        top: 20px;
        left: 17px;

        img {
          width: 68px;
          height: auto;
        }
      }

        .imgbox {
        margin: 0 auto;
        padding: 7px 0;
        text-align: center;
        padding-right: 0;
        padding-left: 0;

        img {
          width: 197px;
          height: auto;
        }
      }

      .textbox {
        text-align:center;

        h3 {
          font-size: 1.5rem;
          line-height: 1.4;
        }
      }
    }
  }
}

.lp-sozai-content{
  display: grid;
  gap: 0;
  grid-template-columns: repeat(2, 1fr);
}

@media screen and (min-width: 768px) {
  .lp-sozai-content{
    grid-template-columns: repeat(4, 1fr);
  }
}


/* faq */
.lp-faq-content {
  max-width: 100%;
  margin: 0 auto;
}

.lp-faq-item {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 12px;
  background: #fff;
}

.lp-faq-q {
  list-style: none;
  cursor: pointer;
  font-weight: bold;
  position: relative;
  padding-right: 32px;
}

/* 装飾文字 */
.lp-app-ttl{
  text-align: center;
  font-size: 24px;
  font-weight: normal;

}
@media screen and (min-width: 768px) {
  .lp-app-ttl{
    font-size: 28px;
  }
}
.lp-app-txt{
  text-align: center;
  font-size: 22px;
  margin-bottom: 0;

  span{
      position: relative;
    &::before{
      content: '';
      transform: rotate(-30deg);
      position: absolute;
      top: 0;
      left: 0;
      margin-left: -20px;
      width: 2px;
      height: 20px;
      background-color: #000;
    }
    &::after{
      content: '';
      transform: rotate(30deg);
      position: absolute;
      top: 0;
      right: 0;
      margin-right: -20px;
      width: 2px;
      height: 20px;
      background-color: #000;
    }
  }
}

/* Safari用 */
.lp-faq-q::-webkit-details-marker {
  display: none;
}

.lp-faq-q::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  margin-top: -6px;
  font-size: 20px;
  transition: transform 0.3s ease;
}

.lp-faq-item[open] .lp-faq-q::after {
  content: "−";
}

.lp-faq-a {
  margin-top: 12px;
  line-height: 1.6;
  color: #555;
  span{
    color: #b41413;
  }
}

.imgbox.lp-imgbox{
  position: relative;
}

.lp-img-batch{
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: 10px;
  background: #bb7b2b;
  color: #fff;
  line-height: 2.5;
  width: 42px;
  height: 42px;
  text-align: center;
  font-size: 10px;
  border-radius: 50%;
  letter-spacing: 0.05;
  span{
    font-size: 16px;
  }
}
