/* リセットとベーススタイル */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #294460;
  background-color: #fff;
  line-height: 1.6;
  min-width: 1240px;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  text-decoration: none;
  color: inherit;
}
button {
  border: none;
  background: none;
  cursor: pointer;
  font-family: inherit;
}
.container {
  padding: 0;
  background: #fff;
}
.wrapper {
  width: auto;
}
.main {
  float: none;
  width: auto;
  padding: 0;
  background: initial;
  border-radius: initial;
}
/* 固定プラン診断ボタン（右上） */
.cmlp-button-plan-wrapper {
  position: fixed;
  top: 30px;
  right: 80px;
  z-index: 1000;
}
.cmlp-button-plan {
  position: absolute;
  top: 0;
  right: 0;
  background: #06a3e6;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding: 15px 40px;
  border-radius: 10px;
  border: 2px solid #fff;
  transition: opacity 0.3s;
  white-space: nowrap;
}
.cmlp-button-plan:hover {
  opacity: 0.9;
  color: #fff;
}
/* 固定CTAバー（下部） */
.cmlp-cta-fixed-pc {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  background: #fff;
  padding-block: 25px;
  box-shadow: 0px -10px 10px 2px rgba(0, 0, 0, 0.1);
  border-radius: 20px 20px 0 0;
  z-index: 999;
}
.cmlp-cta-fixed-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 40px;
}
.cta-text {
  font-size: 18px;
  font-weight: 600;
  color: #294460;
}
.cta-buttons {
  display: flex;
  gap: 15px;
}
.btn-primary {
  background: linear-gradient(to left, #43c8ff, #3362b5);
  color: #fff;
  padding: 14px 30px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  transition: opacity 0.3s;
}
.btn-primary:hover {
  opacity: 0.9;
  color: #fff;
}
.btn-secondary {
  background: #fff;
  color: #3362b5;
  padding: 14px 30px;
  border-radius: 10px;
  border: 2px solid #3362b5;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s;
}
.btn-secondary:hover {
  background: #3362b5;
  color: #fff;
}
/* イントロセクション */
.cmlp-intro-all {
  position: relative;
  width: 100%;
  padding-bottom: 100px;
}
.cmlp-intro-all-inner {
  max-width: 1280px;
  margin: 0 auto;
}
.logo-container {
  padding: 35px 0 0 50px;
  margin-bottom: 30px;
}
.hokkaido-logo {
  width: 370px;
  height: 40px;
}
.cmlp-mainvisual {
  width: 100%;
  height: 600px;
  margin-bottom: 100px;
}
.cmlp-mainvisual > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cmlp-intro-text {
  max-width: 769px;
  margin-left: 50px;
  margin-bottom: 60px;
}
.intro-headline {
  font-size: 60px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 20px;
}
.gradient-text {
  background: linear-gradient(to left, #43c8ff, #3362b5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.intro-description {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 25px;
  font-weight: 500;
}
.btn-cta-large {
  display: inline-block;
  background: linear-gradient(to left, #43c8ff, #3362b5);
  color: #fff;
  padding: 15px 50px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 600;
  transition: opacity 0.3s;
}
.btn-cta-large:hover {
  opacity: 0.9;
  color: #fff;
}
.cmlp-intro-detail {
  width: 100%;
  padding: 0 80px;
}
.intro-detail-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 80px;
}
.intro-detail-text {
  flex: 1;
  max-width: 570px;
}
.section-title {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 30px;
}
.intro-detail-description {
  font-size: 18px;
  line-height: 2.2;
  font-weight: 500;
  margin-bottom: 30px;
}
.intro-stats {
  display: flex;
  gap: 30px;
}
.stat-card {
  background: #fff;
  border: 2px solid #d5d5d5;
  border-radius: 20px;
  padding: 20px;
  width: 270px;
  height: 170px;
}
.stat-content {
  position: relative;
}
.stat-number {
  display: flex;
  align-items: flex-end;
  gap: 5px;
  margin-bottom: 15px;
}
.number {
  font-size: 36px;
  font-weight: bold;
  color: #3362b5;
  line-height: 1;
}
.unit {
  font-size: 18px;
  font-weight: bold;
  color: #3362b5;
  line-height: 2.2;
}
.text {
  font-size: 18px;
  font-weight: 500;
  color: #294460;
  line-height: 2.2;
}
.stat-description {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
}
.intro-detail-image {
  width: 450px;
  height: 450px;
  flex-shrink: 0;
}
.intro-detail-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
/* 便利機能セクション */
.cmlp-function-all {
  background: #f5f5f5;
  padding: 100px 80px;
}
.function-header {
  text-align: center;
  margin-bottom: 60px;
}
.function-subtitle {
  font-size: 22px;
  font-weight: bold;
  color: #3362b5;
  margin-bottom: 10px;
}
.function-title {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
}
.function-description {
  font-size: 18px;
  line-height: 2.2;
  font-weight: 500;
}
.cmlp-function-contents {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.function-row {
  display: flex;
  gap: 60px;
  justify-content: space-between;
  max-width: 1120px;
  margin-inline: auto;
}
.function-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  width: calc(50% - 30px);
}
.function-image {
  width: 100%;
  height: 364px;
  overflow: hidden;
}
.function-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.function-detail {
  padding: 30px;
}
.function-badge {
  display: inline-block;
  background: #3362b5;
  color: #fff;
  padding: 5px 15px;
  border-radius: 40px;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}
.function-card-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
  height: 69px;
}
.function-divider {
  width: 80px;
  height: 3px;
  background: #3362b5;
  margin-bottom: 20px;
}
.function-card-description {
  font-size: 16px;
  line-height: 1.9;
  color: #808182;
  font-weight: 500;
}
/* お客様の声 */
.cmlp-uservoice-all {
  background: #06a3e6;
  padding: 100px 80px;
}
.section-title-white {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 80px;
}
.cmlp-uservoice-contents {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  max-width: 1120px;
  margin-inline: auto;
}
.uservoice-card {
  background: #fff;
  border-radius: 20px;
  padding: 40px 30px;
  width: calc(33.333% - 20px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.uservoice-avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}
.uservoice-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.uservoice-text {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
  text-align: left;
  width: 100%;
}
.uservoice-author {
  font-size: 15px;
  color: #3362b5;
  font-weight: 500;
  align-self: flex-end;
  margin-top: auto;
}
/* プラン紹介 */
.cmlp-planintro-all {
  background: #f5f5f5;
  padding: 100px 80px;
}
.section-title-dark {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 80px;
}
.cmlp-planintro-contents {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin-bottom: 80px;
  max-width: 1120px;
  margin-inline: auto;
}
.plan-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  width: calc(33.333% - 20px);
}
.plan-header {
  background: #fff;
  border-bottom: 3px solid #3362b5;
  padding: 20px 30px;
  text-align: center;
}
.plan-category {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.plan-name {
  font-size: 28px;
  font-weight: bold;
}
.plan-body {
  padding: 30px;
}
.plan-price {
  margin-bottom: 0px;
  height:  100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.price-item {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}
.price-label {
  font-size: 14px;
  font-weight: bold;
}
.price-label-nen {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
.price-amount {
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
}
.price-unit {
  font-size: 14px;
  font-weight: bold;
}
.plan-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 30px;
}
.plan-buttons-digital {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 20px;
}
.btn-plan-primary {
  background: linear-gradient(to left, #43c8ff, #3362b5);
  color: #fff;
  padding: 14px 30px;
  border-radius: 10px;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  transition: opacity 0.3s;
}
.btn-plan-primary:hover {
  opacity: 0.9;
  color: #fff;
}
.plan-description {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 20px;
}
.plan-note {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 500;
  margin-bottom: 20px;
}
.text-highlight {
  color: #06a3e6;
}
.plan-features {
  border: 1px solid #d5d5d5;
  border-radius: 15px;
  padding: 15px 20px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.feature-item span {
  font-size: 15px;
  font-weight: bold;
}
.check-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
/* その他プラン */
.cmlp-planintro-other {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding-block: 40px;
  margin-bottom: 80px;
  max-width: 1120px;
  margin-inline: auto;
}
.other-plan-section {
  text-align: center;
  width: calc(100% / 2);
}
.other-plan-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
.other-plan-subtitle {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 23px;
}
.other-plan-tags {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 23px;
}
.plan-tag {
  background: #fff;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: bold;
  white-space: nowrap;
}
.btn-detail {
  display: inline-block;
  background: #294460;
  color: #fff;
  padding: 5px 30px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 600;
  transition: opacity 0.3s;
}
.btn-detail:hover {
  opacity: 0.9;
  color: #fff;
}
.divider-vertical {
  width: 1px;
  height: 201px;
  background: #294460;
}
/* プラン診断 */
.cmlp-planintro-dx {
  background: linear-gradient(to left, #43c8ff, #3362b5);
  border-radius: 40px;
  padding: 60px;
  max-width: 1120px;
  margin-inline: auto;
}
.planintro-dx-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 120px;
}
.planintro-dx-text {
  max-width: 459px;
}
.planintro-dx-title {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 30px;
}
.planintro-dx-description {
  font-size: 24px;
  color: #fff;
  line-height: 1.5;
  font-weight: 500;
}
.btn-diagnosis {
  display: inline-block;
  background: #fff;
  color: #3362b5;
  padding: 25px 60px;
  border-radius: 10px;
  font-size: 24px;
  font-weight: 600;
  transition: all 0.3s;
}
.btn-diagnosis:hover {
  transform: scale(1.05);
}
/* テレビCM */
.cmlp-tvcm-all {
  background: #fff;
  padding: 100px 80px;
  position: relative;
}
.cmlp-tvcm-contents {
  display: flex;
  gap: 60px;
  justify-content: space-between;
  margin-bottom: 81px;
  max-width: 1120px;
  margin-inline: auto;
}
.tvcm-item {
  width: calc(50% - 30px);
}
.tvcm-video {
  width: 100%;
  height: 333px;
  background: #fff;
  overflow: hidden;
  margin-bottom: 20px;
}
.play-icon {
  width: 80px;
  height: 80px;
  opacity: 0.9;
  transition: all 0.3s;
  cursor: pointer;
}
.tvcm-info {
  text-align: center;
}
.tvcm-label {
  font-size: 18px;
  font-weight: bold;
  color: #3362b5;
  margin-bottom: 10px;
}
.tvcm-title {
  font-size: 22px;
  font-weight: bold;
  text-decoration: underline;
  display: block;
  margin-bottom: 10px;
  transition: color 0.3s;
}
.tvcm-title:hover {
  color: #3362b5;
}
.tvcm-duration {
  font-size: 16px;
  font-weight: 500;
}
/* フォトギャラリー */
.cmlp-tvcm-photogallery {
  width: 100%;
}
.cmlp-tvcm-photogallery img {
  width: 100%;
  max-width: 400px;
  border-radius: 20px;
  height: auto;
  display: block;
}
/* よくあるご質問 */
.cmlp-qa-all {
  background: #e4f2f8;
  padding: 100px 80px;
}
.cmlp-qa-contents {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 1120px;
  margin-inline: auto;
}
.qa-item {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}
.qa-item .qa-icon-minus {
  display: none;
}
.qa-item.is-open .qa-icon-plus {
  display: none;
}
.qa-item.is-open .qa-icon-minus {
  display: block;
}
.qa-question {
  width: 100%;
  padding: 35px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: background 0.3s;
}
.qa-question-content {
  display: flex;
  align-items: center;
  gap: 25px;
  flex: 1;
}
.qa-label {
  font-size: 22px;
  font-weight: bold;
  color: #3362b5;
  flex-shrink: 0;
}
.qa-text {
  font-size: 24px;
  font-weight: bold;
  text-align: left;
}
.qa-icon {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  transition: transform 0.3s;
}
.qa-answer {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 500;
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}
.qa-answer-inner {
  padding: 0 40px 35px 90px;
}
/* CTA詳細 */
.cmlp-ctadetail-all {
  background-image: url("/files/cont/promotion_2026spring/img/cm_cta_pc.webp");
  background-size: cover;
}
.cmlp-ctadetail-all-inner {
  padding: 80px;
  max-width: 1280px;
  margin-inline: auto;
}
.ctadetail-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ctadetail-text {
  max-width: 535px;
}
.ctadetail-title {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 30px;
}
.ctadetail-features {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
}
.ctadetail-buttons {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}
.btn-cta-white {
  display: inline-block;
  background: #fff;
  color: #3362b5;
  padding: 25px 60px;
  border-radius: 10px;
  font-size: 24px;
  font-weight: 600;
  transition: all 0.3s;
  width:100%;
  text-align:center;
}
.btn-cta-white:hover {
  transform: scale(1.05);
}
.ctadetail-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: center;
}
.link-white {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-decoration: underline;
  transition: opacity 0.3s;
}
.link-white:hover {
  opacity: 0.8;
  color: #fff;
}
/* お問い合わせ */
.cmlp-ccontact-all {
  background: #f5f5f5;
  padding: 100px 80px;
}
.cmlp-ccontact-contents {
  display: flex;
  gap: 60px;
  justify-content: space-between;
  max-width: 1120px;
  margin-inline: auto;
}
.contact-card {
  background: #fff;
  border: 2px solid #d5d5d5;
  border-radius: 20px;
  padding: 50px 60px;
  width: calc(50% - 30px);
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}
.contact-title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.25;
}
.contact-info {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.contact-label {
  font-size: 20px;
  font-weight: bold;
  color: #3362b5;
}
.contact-label-brown {
  color: #99877a;
}
.contact-details {
  font-size: 15px;
  line-height: 1.7;
  font-weight: 500;
}
.btn-contact {
  margin-top: auto;
  padding: 5px 30px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  transition: opacity 0.3s;
}
.btn-contact:hover {
  opacity: 0.9;
  color: #fff;
}
.btn-contact-blue {
  background: #3362b5;
}
.btn-contact-brown {
  background: #99877a;
}
/* フッター */
.cmlp-footer-all {
  background: #294460;
  padding: 35px 80px 130px;
  text-align: center;
  color: #fff;
}
.footer-nav {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 500;
}
.footer-nav a {
  text-decoration: underline;
  transition: opacity 0.3s;
}
.footer-nav a:hover {
  opacity: 0.7;
  color: #fff;
}
.footer-copyright {
  font-size: 14px;
}
/* 横スクロールの追加スタイル */
@media (hover: none) {
  .cmlp-tvcm-photogallery {
    cursor: default;
  }
}

/* 紙齢3万号記念キャンペーンのみ適応のスタイル */
.intro-description_period {
  font-size: 22px;
  font-weight:600;
}
.intro-description_campaign {
  color: #06a3e6;
  font-weight:700;
}
.cmlp-button-digital {
  width:320px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cmlp-button-digital_cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-items:flex-start;
}
.cmlp-intro-campaign-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.campaign-logo_lp {
  width: 60px;
  height: auto;
}