@charset "utf-8";

:where(.main_wrap),
:where(.main_wrap) :where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
	all: unset;
	display: revert;
	line-height: 1em;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: .06em;
	font-weight: 400;
	box-sizing: border-box;
}

body.is-nav-open {
  overflow: hidden;
}

.top-fixed-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1200;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  pointer-events: none;
  overflow: visible;
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
}

.top-fixed-nav-toggle {
  display: none;
}

.top-fixed-nav-backdrop {
  display: none;
}

.top-fixed-nav.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
  background-color: #ffffff;
}

.top-fixed-nav ul {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
  min-height: 60px;
}

.top-fixed-nav a {
  color: #111;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 4px 0;
  border-bottom: 2px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.top-fixed-nav a:hover,
.top-fixed-nav a:focus-visible {
  color: #28ace2;
  border-bottom-color: #28ace2;
}

/* .main_wrap {
  padding-top: 60px;
} */

#coupon,
#new-items,
#spike,
#accessory {
  scroll-margin-top: 78px;
}

.kv-wrap {
  position: relative;
}

.kv {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.kv img {
  width: 100%;
  height: auto;
  display: block;
}

.kv-overlap {
  max-width: 1000px;
  margin: -80px auto 0;
  position: relative;
  z-index: 2;
}

.kv-overlap img {
  width: 100%;
  height: auto;
  display: block;
}

.coupon-info {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.coupon-title {
  font-size: 30px;
  font-weight: bold;
  margin: 40px 0 30px;
}

.coupon-title span{
  font-size: 20px;
  font-weight: bold;
  margin: 50px 0 30px;
}

.coupon-copy {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
  transition: transform 0.2s ease, filter 0.2s ease, opacity 0.2s ease;
}

.coupon-copy img {
  display: block;
}

.coupon-copy:hover {
  transform: translateY(-2px);
  filter: brightness(1.07);
}

.coupon-copy.is-copied {
  opacity: 0.8;
  filter: saturate(1.2);
}

.coupon-copy::after {
  content: "コピーしました";
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  transform: translateX(-50%) translateY(4px);
  padding: 6px 10px;
  border-radius: 6px;
  background: rgba(17, 17, 17, 0.9);
  color: #fff;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.coupon-copy.is-copied::after {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.coupon-desc {
  margin: 60px 0 30px;
  font-size: 24px;
  font-weight: bold;
}

.coupon-desc span {
  color: red;
  font-weight: bold;
}

.coupon-note {
  margin-top: 30px;
  font-size: 12px;
  text-align: left;
  color: #000000;
  letter-spacing: 1.3px;
  line-height: 1.5;
}

.coupon-target-cta {
  display: flex;
  justify-content: center;
  max-width: 750px;
  margin: 60px auto 8px;
  padding: 0 16px;
}

.coupon-target-cta .coupon-item-cta-btn {
  width: 100%;
  max-width: 600px;
  justify-content: center;
  padding-right: 56px;
  gap: 0;
}

.coupon-target-cta .coupon-item-cta-btn.coupon-target-cta-btn-dark {
  position: relative;
  min-height: 82px;
  border-radius: 15px;
  border-color: #000;
  background: #000;
  color: #fff;
  overflow: hidden;
  isolation: isolate;
}

.coupon-target-cta .coupon-item-cta-btn.coupon-target-cta-btn-dark::before {
  content: "";
  position: absolute;
  top: -35%;
  left: -30%;
  width: 22%;
  height: 170%;
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.45) 50%, transparent 100%);
  transform: rotate(12deg);
  pointer-events: none;
  z-index: 0;
  animation: coupon-target-shine 2.8s ease-in-out infinite;
}

.coupon-target-cta .coupon-item-cta-btn.coupon-target-cta-btn-dark > * {
  position: relative;
  z-index: 1;
}

.coupon-target-cta .coupon-item-cta-btn.coupon-target-cta-btn-dark > span:first-child {
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.2;
}

@keyframes coupon-target-shine {
  0% {
    left: -35%;
    opacity: 0;
  }
  12% {
    opacity: 0.55;
  }
  45% {
    left: 120%;
    opacity: 0;
  }
  100% {
    left: 120%;
    opacity: 0;
  }
}

.coupon-target-cta .coupon-item-cta-btn.coupon-target-cta-btn-dark:hover,
.coupon-target-cta .coupon-item-cta-btn.coupon-target-cta-btn-dark:focus-visible {
  background: #fff;
  border: 1px solid #000;
  color: #000;
}

.coupon-target-cta .coupon-item-cta-btn.coupon-target-cta-btn-dark:hover .coupon-item-cta-arrow,
.coupon-target-cta .coupon-item-cta-btn.coupon-target-cta-btn-dark:focus-visible .coupon-item-cta-arrow {
  border-left-color: #000;
  transform: translate(4px, -50%);
}

.coupon-target-cta .coupon-item-cta-arrow {
  position: absolute;
  right: 18px;
  top: 9%;
  transform: translateY(-50%);
  border-left-width: 8px;
  border-top-width: 5px;
  border-bottom-width: 5px;
}

.scrolltxt {
	margin: 120px 0 60px;
	overflow: hidden;
	width: 100%;
}

.scrolltxt-track {
	display: flex;
	gap: 32px;
	width: max-content;
	will-change: transform;
	animation: scrolltxt-loop 22s linear infinite;
}

.scrolltxt-item {
	flex: 0 0 auto;
}

.scrolltxt-item img {
	display: block;
	height: auto;
}

@keyframes scrolltxt-loop {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-50%);
	}
}

@media (prefers-reduced-motion: reduce) {
	.scrolltxt-track {
		animation: none;
	}
}

.titletxt{
	display: flex;
	justify-content: center;
}

.subtxt{
	font-size: 16px;
	text-align: center;
	margin: 15px 0 60px;
}

.subtxt-none{
	font-size: 16px;
	text-align: center;
	margin: 15px 0 60px;
}

.predator-hero {
	max-width: 1200px;
	margin: 0 auto 48px;
}

.predator-hero ul {
	display: grid;
	grid-template-columns: 1fr 320px;
	gap: 28px;
	align-items: end;
	margin: 0;
	padding: 0;
	list-style: none;
}

.predator-hero-main > img,
.predator-hero-side > img,
.predator-hero-copy > img {
	display: block;
	max-width: 100%;
	height: auto;
}

.predator-hero-copy {
	margin-top: 14px;
}

.predator-hero-copy p,
.predator-hero-side p {
	margin-top: 10px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.45;
}

@media screen and (max-width: 768px) {
	.predator-hero {
		width: calc(100% - 32px);
		margin-bottom: 32px;
	}

	.predator-hero ul {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.predator-hero-copy p,
	.predator-hero-side p {
		font-size: 15px;
	}
}

.select_nuvi ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.nuvi-btn {
	display: grid;
	grid-template-columns: 74px 1fr 14px;
	align-items: center;
	column-gap: 14px;
	width: 100%;
	min-height: 92px;
	padding: 10px 20px;
	border: 1px solid #111;
	border-radius: 12px;
	background-color: #fff;
	cursor: pointer;
}

.nuvi-btn img {
	display: block;
	width: 74px;
	height: auto;
}

.nuvi-label {
	display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    text-align: left;
}

.nuvi-arrow {
	display: block;
	position: relative;
	width: 14px;
	height: 10px;
	margin-left: auto;
	transform-origin: 50% 50%;
	transition: transform 0.2s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.nuvi-arrow::before,
.nuvi-arrow::after {
	content: "";
	position: absolute;
	top: 4px;
	width: 9px;
	height: 2px;
	background: #111;
	border-radius: 2px;
}

.nuvi-arrow::before {
	left: 0;
	transform: rotate(45deg);
}

.nuvi-arrow::after {
	right: 0;
	transform: rotate(-45deg);
}

.nuvi-btn:hover .nuvi-arrow,
.nuvi-btn:focus-visible .nuvi-arrow {
	transform: translateY(3px);
}

@media screen and (min-width: 769px) {
	.select_nuvi {
		width: 1200px;
		max-width: 100%;
		margin: 0 auto 80px;
	}

	.select_nuvi ul {
		display: grid;
		grid-template-columns: repeat(3, 380px);
		justify-content: center;
		column-gap: 30px;
		row-gap: 24px;
	}

	.select_nuvi ul li {
		width: 380px;
	}
}

@media screen and (max-width: 768px) {
	.kv-overlap {
		text-align: center;
	}

	.kv-overlap picture {
		display: inline-block;
	}

	.kv-overlap picture img {
		width: auto;
		max-width: 95%;
		margin: 0 auto;
	}

	.select_nuvi {
		width: min(94vw, 560px);
		margin: 0 auto 80px;
	}

	.select_nuvi ul {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 12px;
		row-gap: 12px;
	}

	.nuvi-btn {
      grid-template-columns: 50px 1fr 10px;
      column-gap: 10px;
      min-height: 80px;
      padding: 8px 14px;
  }

	.nuvi-btn img {
		width: 58px;
	}

	.nuvi-label {
		font-size: 14px;
	}

	.nuvi-arrow {
		width: 12px;
		height: 8px;
	}

	.nuvi-arrow::before,
	.nuvi-arrow::after {
		top: 3px;
		width: 8px;
	}
}


.coupon-item-section {
  overflow: hidden;
  margin-bottom: 100px;
}

.coupon-item-title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 30px;
}

.coupon-item-slider-wrap {
  position: relative;
  width: 100%;
}

.coupon-item-slider {
  display: flex;
  gap: 28px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 calc(50% - 600px) 12px;
  scroll-behavior: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  cursor: grab;
}

.coupon-item-slider::-webkit-scrollbar {
  display: none;
}

.coupon-item-slider.is-dragging {
  cursor: grabbing;
}

.coupon-item-card {
  flex: 0 0 252px;
  display: block;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  padding: 18px 18px 24px;
  text-decoration: none;
  color: #111;
}

.coupon-item-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.coupon-item-image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.coupon-item-name {
  min-height: 3em;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 15px;
}

.coupon-item-price {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}

.coupon-item-price span {
  font-size: 11px;
  font-weight: 400;
  margin-left: 4px;
}

.coupon-item-next {
  position: absolute;
  top: 50%;
  right: calc(50% - 40%);
  transform: translateY(-50%);
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.28);
  border: none;
  cursor: pointer;
}

.coupon-item-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-left: 20px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.coupon-item-prev {
  position: absolute;
  top: 50%;
  left: calc(50% - 40%);
  transform: translateY(-50%);
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.28);
  border: none;
  cursor: pointer;
}

.coupon-item-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 46%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-right: 20px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.coupon-item-prev.is-hidden,
.coupon-item-next.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.coupon-item-cta {
  max-width: 750px;
  margin: 40px auto 0;
}

.coupon-item-cta-btn {
  width: 750px;
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 0;
  padding: 0 56px;
  border-radius: 999px;
  border: 1px solid #28ace2;
  background: #28ace2;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.coupon-item-cta-btn > span:first-child {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 600;
}

.coupon-item-cta-arrow {
    position: absolute;
    right: 40px;
    top: 50%;
    display: block;
    width: 0;
    height: 0;
    transform: translateY(-50%);
    border-left: 8px solid #fff;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    transition: transform 0.25s ease, border-left-color 0.25s ease;
}

.coupon-item-cta-btn:hover {
  background: #fff;
  color: #28ace2;
  border: 2px solid #28ace2;
}

.coupon-item-cta-btn:hover .coupon-item-cta-arrow {
  border-left-color: #28ace2;
  transform: translate(4px, -50%);
}

@media screen and (max-width: 1280px) {
  .coupon-item-slider {
    padding-left: 24px;
    padding-right: 24px;
  }

  .coupon-item-prev {
    left: 24px;
  }

  .coupon-item-next {
    right: 24px;
  }
}

@media screen and (max-width: 768px) {
  .coupon-item-section {
    margin-top: 40px;
    margin-bottom: 80px;
  }

  .coupon-item-title {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .coupon-item-slider {
    gap: 16px;
    padding: 0 16px 10px;
  }

  .coupon-item-card {
    flex: 0 0 220px;
    padding: 14px 14px 18px;
    border-radius: 10px;
  }

  .coupon-item-name {
    font-size: 13px;
    margin-bottom: 16px;
  }

  .coupon-item-price {
    font-size: 15px;
  }

  .coupon-item-price span {
    font-size: 10px;
  }

  .coupon-item-next {
    width: 64px;
    height: 64px;
    right: 8px;
  }

  .coupon-item-prev {
    width: 64px;
    height: 64px;
    left: 8px;
  }

  .coupon-item-prev::before {
    border-right-width: 14px;
    border-top-width: 9px;
    border-bottom-width: 9px;
  }

  .coupon-item-next::before {
    border-left-width: 14px;
    border-top-width: 9px;
    border-bottom-width: 9px;
  }

  .coupon-item-cta {
    width: calc(100% - 32px);
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 34px;
  }

  .coupon-item-cta-btn {
    width: 100%;
    min-height: 90px;
    font-size: 15px;
    line-height: 1.35;
    padding: 12px 48px;
    gap: 0;
  }

  .coupon-item-cta-btn > span:first-child {
    word-break: break-word;
    font-size: 16px;
    line-height: 1.3;
    text-align: center;
  }

  .coupon-item-cta-arrow {
    right: 30px;
    border-left: 8px solid #fff;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
  }
}

.pickup-visual {
  max-width: 1200px;
  margin: 0 auto 60px;
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
}

/* 左画像 */
.pickup-visual-img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pickup-visual-img img {
  width: 100%;
  height: auto;
  display: block;
}

/* 右テキスト */
.pickup-visual-info {
  text-align: center;
  margin-top: 20px;
}

.pickup-visual-info .logo {
  width: 70%;
  height: auto;
  margin-bottom: 30px;
  margin: 0 auto;
}

.pickup-visual-info .sub {
  font-size: 16px;
  margin-bottom: 12px;
}

.pickup-visual-info .desc {
  font-size: 18px;
  text-align: center;
  margin-top: 30px;
}

.pcnone{
  display: none;
}

.page-top-btn {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 58px;
  height: 58px;
  border: 1px solid #111;
  border-radius: 999px;
  background: #fff;
  color: #111;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  cursor: pointer;
  z-index: 1500;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
}

.page-top-btn.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.page-top-btn:hover {
  background: #111;
  color: #fff;
}

@media (max-width: 768px) {
  .top-fixed-nav {
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 10px;
  }

  .top-fixed-nav-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.24s ease, visibility 0.24s ease;
    z-index: 1301;
  }

  .top-fixed-nav.is-open .top-fixed-nav-backdrop {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .top-fixed-nav ul {
    position: fixed;
    top: 0;
    right: 0;
    width: min(86vw, 360px);
    height: 100dvh;
    margin: 0;
    padding: 78px 16px 24px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
    border-left: 1px solid #dfe8ee;
    box-shadow: -16px 0 32px rgba(0, 0, 0, 0.16);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    box-sizing: border-box;
    overflow-y: auto;
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: transform 0.24s ease, opacity 0.2s ease, visibility 0.2s ease;
    z-index: 1302;
  }

  .top-fixed-nav.is-open ul {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .top-fixed-nav a {
    font-size: 16px;
    display: block;
    width: 85%;
    padding: 15px 14px;
    border: 1px solid #dfe7ec;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
    text-align: left;
    transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.14s ease, box-shadow 0.18s ease;
    position: relative;
  }

  .top-fixed-nav a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 14px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #7ca5bb;
    border-right: 2px solid #7ca5bb;
    transform: translateY(-50%) rotate(45deg);
    transition: border-color 0.18s ease, transform 0.14s ease;
  }

  .top-fixed-nav li + li {
    margin-top: 10px;
  }

  .top-fixed-nav li a:hover,
  .top-fixed-nav li a:focus-visible {
    background: #f4fbff;
    border-color: #9fd9ef;
    color: #28ace2;
    box-shadow: 0 6px 14px rgba(40, 172, 226, 0.16);
  }

  .top-fixed-nav li a:active {
    transform: translateY(1px) scale(0.995);
  }

  .top-fixed-nav li a:hover::after,
  .top-fixed-nav li a:focus-visible::after {
    border-color: #28ace2;
    transform: translate(1px, -50%) rotate(45deg);
  }

  .top-fixed-nav-toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    width: 112px;
    height: 42px;
    border: 1px solid #1e1e1e;
    border-radius: 999px;
    background: linear-gradient(180deg, #1a1a1a 0%, #090909 100%);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
    transition: transform 0.16s ease, box-shadow 0.16s ease, background-color 0.2s ease;
    cursor: pointer;
    position: relative;
    z-index: 1303;
    right: 5%;
  }

  .top-fixed-nav-toggle-label {
    line-height: 1;
  }

  .top-fixed-nav-toggle-icon,
  .top-fixed-nav-toggle-icon::before,
  .top-fixed-nav-toggle-icon::after {
    display: block;
    width: 14px;
    height: 2px;
    border-radius: 999px;
    background: #fff;
    transition: transform 0.18s ease, opacity 0.18s ease;
    content: "";
  }

  .top-fixed-nav-toggle-icon {
    position: relative;
  }

  .top-fixed-nav-toggle-icon::before {
    position: absolute;
    top: -5px;
    left: 0;
  }

  .top-fixed-nav-toggle-icon::after {
    position: absolute;
    top: 5px;
    left: 0;
  }

  .top-fixed-nav-toggle:active {
    transform: translateY(1px) scale(0.98);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.18);
  }

  .top-fixed-nav.is-open .top-fixed-nav-toggle {
    background: #28ace2;
    border-color: #28ace2;
  }

  .top-fixed-nav.is-open .top-fixed-nav-toggle-icon {
    background: transparent;
  }

  .top-fixed-nav.is-open .top-fixed-nav-toggle-icon::before {
    top: 0;
    transform: rotate(45deg);
  }

  .top-fixed-nav.is-open .top-fixed-nav-toggle-icon::after {
    top: 0;
    transform: rotate(-45deg);
  }

  /* .main_wrap {
    padding-top: 58px;
  } */

  #coupon,
  #new-items,
  #spike,
  #accessory {
    scroll-margin-top: 66px;
  }

  .pickup-visual {
    grid-template-columns: 1fr;
    row-gap: 50px;
    padding: 0 16px;
    margin: 0px auto 40px;
  }

  .pickup-visual-info {
    text-align: center;
    margin-top: 12px;
  }

  .pickup-visual-info .logo {
    margin: 0 auto 12px;
    width: 80%;
  }

  .kv-overlap {
    max-width: 1000px;
    margin: -20px auto 0;
}

.kv-overlap img {
    width: 90%;
}

.coupon-info {
    max-width: 100%;
    padding: 0 15px;
}

.pcnone{
  display: block;
}

.titletxt{
	width: 95%;
  margin: 0 auto;
}

.pickup-visual-info .desc {
    font-size: 18px;
    text-align: center;
    margin-top: 15px;
}

.coupon-title {
  line-height: 1.4;
}

.coupon-desc {
    margin: 60px 0 20px;
    font-size: 24px;
    line-height: 1.4;
}

.coupon-note {
    margin-top: 15px;
}

.coupon-target-cta {
    width: calc(100% - 32px);
    max-width: 560px;
    margin: 24px auto 6px;
    padding: 0;
}

.coupon-target-cta .coupon-item-cta-btn {
    width: 100%;
    padding-right: 48px;
    gap: 0;
}

.coupon-target-cta .coupon-item-cta-btn.coupon-target-cta-btn-dark {
    min-height: 74px;
}

.coupon-target-cta .coupon-item-cta-btn.coupon-target-cta-btn-dark > span:first-child {
    font-size: 18px;
}

.coupon-target-cta .coupon-item-cta-arrow {
    right: -15px;
    border-left-width: 8px;
    border-top-width: 4px;
    border-bottom-width: 4px;
}

.scrolltxt {
    margin: 100px 0 40px;
    width: 100%;
}

.subtxt-none {
    margin: 15px 0 40px;
}

.subtxt {
    margin: 15px 0 40px;
}

    .page-top-btn {
        right: 12px;
        bottom: 100px;
        width: 60px;
        height: 60px;
        font-size: 11px;
    }
}

.top-fixed-nav.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
  background-color: #ffffff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
}

@media screen and (min-width: 769px) {
  .top-fixed-nav.is-visible {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
  }
}

@media (max-width: 768px) {
  .top-fixed-nav.is-visible {
    background-color: transparent;
    box-shadow: none;
  }
}
