.lp__container section {
  padding: 0 14px;       /* スマホ時の左右余白 */
  box-sizing: border-box;
}
.lp__wrapper {
  background: url('/fnt/cms/design_img/shared/img/cam/other/2026/0301_cpn/long_bg.png') repeat-y center top;
  background-attachment: fixed;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding-bottom: 25%;
}
@media screen and (min-width: 768px) {
  .lp__container section {
    padding: 0 32px;
  }
  .lp__wrapper {
    padding-bottom: 200px;
  }
}
.lp__container {
  max-width: 750px;
  margin: 0 auto;
  box-sizing: border-box;
}
.lp__info_box {
  background-color: #ffffff;
  padding: 16px;
  max-width: 600px;
  margin: 15px auto;
  box-sizing: border-box;
}
.lp__info_text {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
  color: #333333;
}
.lp__info_text_notes {
  font-size: 10px;
  font-weight: normal;
  line-height: 1.6;
  color: #cc0033;
}
.lp__entry_btn_area{
  margin-top: 24px;
}
.lp__free_badge {
  display: block;
  width: 230px;
  max-width: 100%;
  margin: 0 auto 12px;
}
.lp__entry_note{
  text-align: center;
}
/* ==================================
   セクション非表示・表示
   ================================== */
.lp__campaign,
.lp__agreement {
  display: none;
}
.lp__campaign.lp__is-active,
.lp__agreement.lp__is-active {
  display: block;
}

/* ==================================
   タブボタン上部（ヘッド）
   ================================== */
.lp__tab-head {
  display: block;
  background-color: #cc0033;
  padding: 8px 12px;
  box-sizing: border-box;
}
.lp__tab-line {
  text-align: center;
  line-height: 1.3;
}
.lp__tab-small {
  color: #FFDC10;
  font-size: 11px;
  font-weight: bold;
}
.lp__tab-yellow {
  color: #FFDC10;
  font-size: 16px;
  font-weight: bold;
}
.lp__tab-white {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
}

/* ==================================
   タブ全体のレイアウト
   ================================== */
.lp__tab-buttons {
  display: flex;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin-top: 12px;
}
.lp__tab-item {
  flex: 1;
  text-align: center;
  background-color: #999;
}
.lp__tab-item.lp__tab-active {
  background-color: #000;
}
.lp__tab {
  position: relative;
  border: none;
  padding: 0;
  background: transparent;
  cursor: pointer;
}
.lp__tab img {
  display: block;
  width: 100%;
  height: auto;
}

/* ==================================
   タブパネル（下部）
   ================================== */
.lp__tab-panel {
  display: none;
  text-align: center;
}
.lp__tab-panel.lp__tab-active {
  display: block;
}

/* ==================================
  キャンペーン詳細
  ================================== */
.lp__campaign-inner {
  display: none;
  background-color: #ffffff;
  padding-bottom: 20px;
}
.lp__campaign-detail {
  position: relative;
  background-color: #cc0033;
  padding: 10px 16px;
  margin-top: 15px;
  text-align: center;
  font-size: 20px;
  color: #fff;
}
.lp__campaign-detail::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background-image: url('/fnt/cms/design_img/shared/img/cam/other/2026/0301_cpn/plus_icon.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.lp__campaign-detail.lp__toggle-open::after {
  background-image: url('/fnt/cms/design_img/shared/img/cam/other/2026/0301_cpn/minus_icon.png');
}
.lp__campaign-title {
  width: 160px;
  padding: 10px;
}
.lp__campaign-text {
  padding: 12px 18px;
  font-size: 14px;
  text-indent: -1.0em;
}
.lp__campaign-text-notes {
  padding: 0 18px;
  font-size: 12px;
  text-indent: -1.0em;
}
.lp__campaign-table {
  width: 90%;
  margin: 0 auto;
}
.lp__marginbtm {
  margin-bottom: 10px;
}
/* ==================================
  ポイント進呈時期
  ================================== */
.lp__term-accordion-panel_container {
  display: block;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.lp__term-accordion {
  border: 1px solid #000;
  margin: 16px 10px;
}
.lp__term-accordion-header {
  display: block;
  width: 100%;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  padding: 12px 16px;
  border: 2px solid #000;
  /*cursor: pointer;*/
  cursor: default;
  box-sizing: border-box;
  transition: background 0.3s;
  font-size: 17px;
  gap: 12px;
  position: relative;
}
/*
.lp__term-accordion-header::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background-image: url('/fnt/cms/design_img/shared/img/cam/other/2026/0301_cpn/plus_icon.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.lp__term-accordion[aria-expanded="true"] .lp__term-accordion-header::after {
  background-image: url('/fnt/cms/design_img/shared/img/cam/other/2026/0301_cpn/minus_icon.png');
}
*/
.lp__accordion-text {
  font-size: 15px;
  margin: 12px 5px;
}
.lp__accordion-list {
  margin-bottom: 10px;
}
.lp__accordion-list-item-mth {
  padding-left: 10px;
}
.lp__conditions-title {
  width: 100px;
  padding: 10px;
}
.lp__campaign-conditions-content {
  padding: 10px;
}
.lp__campaign-conditions-text {
  font-size: 15px;
}
.lp__campaign-conditions-text:last-of-type {
    margin-bottom: 10px;
}
.lp__campaign-conditions-content .lp__campaign-conditions-text:last-of-type {
  margin-bottom: 10px;
}
.lp__campaign-conditions-notes {
  font-size: 12px;
  text-indent: -1.0em;
  padding-left: 10px;
}
.lp__campaign-link {
  width: 195px;
  margin: auto;
}
.lp__dValuePass-inner {
  background-color: #fff;
  margin-top: 20px;
  padding: 20px 0;
}
.lp__dValuePass img {
  max-width: 90%;
  margin: 0 auto;
  display: block;
}
.lp__dValuePass-banner {
  margin-top: 12px;
}
.lp__dValuePass-banner img {
  border: 1px solid #ccc;
}

/* ==================================
   規約
   ================================== */
.lp__agreement-inner {
  margin-top: 20px;
}
.lp__agr-accordion {
  border: 2px solid #000;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
}
.lp__agr-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background-color: #fff;
  font-weight: bold;
  padding: 12px 16px;
  cursor: pointer;
  box-sizing: border-box;
  font-size: 17px;
  border: none;
  position: relative;
  border-radius: 10px;
  transition: background 0.3s;
}
.lp__agr-accordion-header img {
  display: block;
  max-width: 90%;
  margin: 0;
}
.lp__agr-accordion-header::after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background-image: url('/fnt/cms/design_img/shared/img/cam/other/2026/0301_cpn/down_arrow.png');
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s, background-image 0.3s;
  flex-shrink: 0;
}
.lp__agr-accordion[aria-expanded="true"] .lp__agr-accordion-header::after {
  background-image: url('/fnt/cms/design_img/shared/img/cam/other/2026/0301_cpn/up_arrow.png');
}
.lp__agr-accordion-header::before {
  content: "";
  position: absolute;
  left: -2px;
  bottom: 0;
  width: calc(100% + 4px);
  height: 12px;
  background-color: #fff;
  border: 2px solid #000;
  border-top: none;
  border-radius: 0 0 10px 10px;
  z-index: 1;
}
.lp__agr-accordion[aria-expanded="false"] .lp__agr-accordion-header::before {
  display: none;
}
.lp__agr-accordion[aria-expanded="true"] {
  border-radius: 10px 10px 0 0;
}
.lp__accordion-panel {
  height: 0;
  overflow: hidden;
  padding: 0 16px;
  transition: height 0.3s ease, padding 0.3s ease;
}
.lp__accordion-panel p {
  font-size: 14px;
}
.lp__accordion-panel p:first-child {
  padding-top: 16px;
}
.lp__accordion-panel p:last-child {
  padding-bottom: 16px;
}

/* ==================================
   エントリーボタン追従
   ================================== */
.lp__fixed-btn {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 750px;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.08);
  padding: 12px 10px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}
.lp__fixed-btn-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp__fixed-btn.is-visible {
  opacity: 1;
  visibility: visible;
}

/* ==================================
   dバリューパスとは
   ================================== */
.lp__mainContent {
  margin: 0 auto;
  padding: 0 14px;
  max-width: 768px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.lp__mainContent h1, .lp__mainContent h2, .lp__mainContent h3, .lp__mainContent h4, .lp__mainContent p, .lp__mainContent a, .lp__mainContent dt, .lp__mainContent dd, .lp__mainContent ol, .lp__mainContent li, .lp__mainContent section {
  color: #2b2b2b;
  font-size: 1.4rem;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.lp__mainContent img {
  vertical-align: bottom;
  width: 100%;
}
.lp__mainContent a {
  display: block;
}
.lp__mainContent .lp__-font--mplus,
.lp__mainContent .lp__-font--mplus span {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  -webkit-transform: rotateZ(0.03deg);
          transform: rotateZ(0.03deg);
}
.lp__mainContent .lp__-font--mplus.lp__-bold, .lp__mainContent .lp__-font--mplus.lp__-bold span,
.lp__mainContent .lp__-font--mplus span.lp__-bold,
.lp__mainContent .lp__-font--mplus span.lp__-bold span {
  font-weight: 700;
}
.lp__mainContent .lp__-font--mplus.lp__-xbold, .lp__mainContent .lp__-font--mplus.lp__-xbold span,
.lp__mainContent .lp__-font--mplus span.lp__-xbold,
.lp__mainContent .lp__-font--mplus span.lp__-xbold span {
  font-weight: 800;
}
.lp__mainContent .lp__-center {
  text-align: center;
}
.lp__mainContent .lp__-right {
  text-align: right;
}
.lp__mainContent .lp__-bold {
  font-weight: bold;
}
.lp__mainContent .lp__-bcg--gray {
  background-color: #f6f7f9;
}
.lp__mainContent .lp__-bcg--orange {
  background-color: #ffeaae;
}
.lp__mainContent .lp__nav + .lp__-bcg--orange {
  margin-top: 0;
}
.lp__mainContent .lp__-marker {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent), color-stop(70%, rgb(255, 234, 145)), color-stop(90%, rgb(255, 234, 145)), color-stop(90%, transparent), to(transparent));
  background: -webkit-linear-gradient(transparent 0%, transparent 70%, rgb(255, 234, 145) 70%, rgb(255, 234, 145) 90%, transparent 90%, transparent 100%);
  background: linear-gradient(transparent 0%, transparent 70%, rgb(255, 234, 145) 70%, rgb(255, 234, 145) 90%, transparent 90%, transparent 100%);
}
.lp__mainContent .lp__-box--rounded {
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  background: #fff;
}
.lp__mainContent .lp__btn--red {
  margin-top: 20px;
  padding-bottom: 4px;
  text-align: center;
}
.lp__mainContent .lp__btn--red a {
  margin: 13px auto 0;
  padding: 13px 5px 11px;
  border-radius: 30px;
  background-color: #c03;
  -webkit-box-shadow: 0 3px 0 rgb(142, 0, 36);
          box-shadow: 0 3px 0 rgb(142, 0, 36);
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 1.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.lp__mainContent .lp__-mt5 {
  margin-top: 5px !important;
}
.lp__mainContent .lp__-mt10 {
  margin-top: 10px !important;
}
.lp__mainContent .lp__-mt15 {
  margin-top: 15px !important;
}
.lp__mainContent .lp__-mt20 {
  margin-top: 20px;
}
.lp__mainContent .lp__inner {
  padding: 20px 15px;
}
.lp__mainContent .lp__ttl_catch {
  color: #c03;
  text-align: center;
}
.lp__mainContent .lp__-catch {
  position: relative;
  display: inline-block;
  font-size: 5.3vw;
}
.lp__mainContent .lp__-catch.lp__-small {
  font-size: 3.75vw;
  font-weight: bold;
}
.lp__mainContent .lp__-catch.lp__-mideum {
  margin-top: 20px;
  font-size: 4.25vw;
  font-weight: bold;
}
.lp__mainContent .lp__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -5px;
  font-size: 1.2rem;
}
.lp__mainContent .lp__ttl_point {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3px;
  margin-right: 15px;
  padding: 2px 15px;
  width: 70px;
  height: 27px;
  border-radius: 5px;
  background-color: #c03;
  color: #fff;
}
.lp__mainContent .lp__ttl_point_no {
  margin: -2px 0 0 2px;
  font-size: 1.6rem;
}
.lp__mainContent .lp__ttl_txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.3;
  color: #c03;
  font-size: 2.5rem;
}
.lp__mainContent .lp__cont_info {
  margin-top: 20px;
  padding: 0 20px 20px;
  overflow: hidden;
}
.lp__mainContent .lp__ttl + .lp__cont_info {
  margin-top: 10px;
}
.lp__mainContent .lp__cont_info_ttl_sub {
  margin-top: 20px;
  font-size: 1.7rem;
  text-align: center;
}
.lp__mainContent .lp__cont_info_ttl {
  color: #c03;
  font-size: 2.3rem;
  text-align: center;
}
.lp__mainContent .lp__cont_info_img {
  margin-top: 15px;
}
.lp__mainContent .lp__cont_info_txt {
  margin-top: 10px;
}
.lp__mainContent .lp__cont_info_txt sup {
  font-size: 1rem;
  line-height: 0;
}
.lp__mainContent .lp__cont_txt_notes {
  margin-top: 10px;
  font-size: 1rem;
}
.lp__mainContent .lp__cont_info_col2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0 0 -10px;
}
.lp__mainContent .lp__cont_info_col2_box {
  -webkit-box-flex: 50;
  -webkit-flex: 50;
      -ms-flex: 50;
          flex: 50;
  margin-left: 10px;
}
.lp__mainContent .lp__cont_info_col2_box img {
  width: 100%;
}
.lp__mainContent .lp__cont_info_col2_txt {
  margin-top: 10px;
  color: #2b2b2b;
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .lp__mainContent {
    padding: 0 32px;
  }
  .lp__mainContent .lp__-catch,
  .lp__mainContent .lp__-catch.lp__-mideum {
    font-size: 2.5rem;
  }
  .lp__mainContent .lp__-catch.lp__-small,
  .lp__mainContent .lp__-catch.lp__-mideum.lp__-small {
    font-size: 1.6rem;
  }
}