@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

div,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  background-color: #1bb8ce;
}

body {
  width: 100%;
  max-width: 100%;
  background-color: #1bb8ce;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  color: #222;
  word-wrap: break-word;
  line-height: 1.2;
  font-feature-settings: "palt";
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

input {
  margin: 0;
  padding: 0;
}

textarea {
  padding: 0;
  font: inherit;
  color: inherit;
}

button {
  font: inherit;
  padding: 0;
  background-color: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
}

* {
  min-height: 0vw;
}

em {
  font-weight: bold;
}

li {
  list-style-type: none;
}

.br-sp {
  display: block;
}
@media screen and (min-width: 414px) {
  .br-sp {
    display: none;
  }
}

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

.br-tb {
  display: block;
}
@media screen and (min-width: 1000px) {
  .br-tb {
    display: none;
  }
}

.dp-none {
  display: none;
}

.dp-inlineblock {
  display: inline-block;
}

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

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

.note {
  font-size: clamp(0.625rem, 0.5413190824rem + 0.417101147vw, 0.875rem);
}

.center {
  text-align: center;
  margin: 0 auto;
}

.left {
  text-align: left;
  margin-right: auto;
}

.right {
  text-align: right;
  margin-left: auto;
}

.btn {
  border-radius: 9999px;
}

.small {
  font-size: 0.8em;
}

.large {
  font-size: 1.25em;
}

.c-white {
  color: #fff;
}

.c-yellow {
  color: #ffce31;
}

.c-navy {
  color: #004071;
}

.shadow {
  filter: drop-shadow(0px 1px 2px #333);
}

.em {
  font-weight: 900;
  font-size: 1.4em;
}

.strong {
  font-weight: 900;
}

.bold {
  font-weight: 700;
}

.big {
  font-size: 1.2em;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.link {
  text-decoration: underline;
}

.site-ttl {
  font-size: 20px;
  display: inline-block;
}

.site-ttl-sub {
  font-size: 0.6em;
}

.sec {
  padding: 80px 24px;
  text-align: center;
}

.head {
  font-size: 24px;
  line-height: 1;
}

.head-sub {
  font-size: 0.6em;
}

.shop-map {
  position: relative;
  max-width: 700px;
  width: 96%;
  margin: clamp(1.25rem, 0.8315954119rem + 2.0855057351vw, 2.5rem) auto 0;
}

.shop-map img {
  width: 100%;
  display: block;
}

.area-name {
  font-weight: 500;
  display: block;
  width: 100%;
  text-align: center;
  font-size: clamp(0.875rem, 0.6657977059rem + 1.0427528676vw, 1.5rem);
}
.area-name-small {
  font-size: clamp(0.75rem, 0.5826381648rem + 0.8342022941vw, 1.25rem);
}

.area-btn {
  position: absolute;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: #ff9d00;
  color: #fff;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  align-items: center;
}
@media screen and (min-width: 576px) {
  .area-btn {
    width: 80px;
    height: 80px;
    border: solid 5px #fff;
  }
}
@media screen and (min-width: 768px) {
  .area-btn {
    width: 120px;
    height: 120px;
  }
}
.area-btn-tsushima {
  background-color: #f6aa00;
  top: 22%;
  left: 50%;
}
.area-btn-hirado {
  background-color: #c79b00;
  top: 44%;
  left: 36%;
}
.area-btn-sasebo {
  background-color: #ef93bb;
  top: 53%;
  left: 70%;
}
.area-btn-goto {
  background-color: #0085ca;
  top: 60%;
  left: 16%;
}
.area-btn-saikai {
  background-color: #a47ab4;
  top: 72%;
  left: 38%;
}
.area-btn-isahaya {
  background-color: #7fbe26;
  top: 66%;
  left: 82%;
}
.area-btn-nagasaki {
  background-color: #ef857d;
  top: 90%;
  left: 48%;
}
.area-btn-shimabara {
  background-color: #00a33e;
  top: 90%;
  left: 90%;
}

.area-ttl {
  font-size: clamp(0.75rem, 0.645398853rem + 0.5213764338vw, 1.0625rem);
  font-weight: 400;
  display: block;
  width: 100%;
  text-align: center;
}

/* ---------------- */
/* ボトムシート */
/* ---------------- */
body.sheet-scroll-lock {
  overscroll-behavior: none;
}

.sheet-backdrop {
  position: fixed;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  appearance: none;
  opacity: 0;
  pointer-events: none;
  z-index: 998;
}

.sheet-backdrop:active,
.sheet-backdrop:focus {
  background: transparent;
  outline: none;
}

.sheet-backdrop.active {
  pointer-events: auto;
}

.bottom-sheet {
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 1000px;
  left: 50%;
  transform: translate(-50%, 100%);
  height: 70vh;
  background: #fff;
  border-radius: 25px 25px 0 0;
  transition: transform 0.35s ease;
  box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  z-index: 999;
}
@media screen and (min-width: 768px) {
  .bottom-sheet {
    height: 55vh;
  }
}

.bottom-sheet.active {
  transform: translate(-50%, 0);
}

.sheet-header {
  flex: 0 0 auto;
  background: #fff;
  height: 58px;
  padding: 0 18px;
  display: grid;
  grid-template-columns: minmax(92px, 1fr) auto minmax(44px, 1fr);
  gap: 8px;
  align-items: center;
  border-bottom: 1px solid #ddd;
  color: #004071;
}
.sheet-header.tsushima {
  background: #f6aa00;
}
.sheet-header.hirado {
  background: #c79b00;
}
.sheet-header.sasebo {
  background: #ef93bb;
}
.sheet-header.goto {
  background: #0085ca;
}
.sheet-header.saikai {
  background: #a47ab4;
}
.sheet-header.isahaya {
  background: #7fbe26;
}
.sheet-header.nagasaki {
  background: #ef857d;
}
.sheet-header.shimabara {
  background: #00a33e;
}

.sheet-header h2 {
  margin: 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  font-size: clamp(1rem, 0.8326381648rem + 0.8342022941vw, 1.5rem);
}
@media screen and (min-width: 768px) {
  .sheet-header h2 {
    flex-direction: row;
  }
}

.bottom-sheet:not(.detail-active) .sheet-header {
  grid-template-columns: 44px minmax(0, 1fr) 44px;
}

.sheet-title-area {
  font-size: clamp(1.125rem, 1.0831595412rem + 0.2085505735vw, 1.25rem);
  font-weight: 700;
  line-height: 1;
}

.sheet-title-note {
  font-size: clamp(0.875rem, 0.8331595412rem + 0.2085505735vw, 1rem);
  font-weight: 700;
  line-height: 1;
}

.bottom-sheet.detail-active .sheet-title-note {
  display: none;
}

.sheet-back {
  justify-self: start;
  padding: 8px 0;
  border: none;
  background: none;
  color: #004071;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
}

.sheet-close {
  justify-self: end;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  color: #004071;
  font-size: 30px;
  line-height: 1;
  background: none;
  border: none;
  cursor: pointer;
}

.bottom-sheet:not(.detail-active) .sheet-back {
  visibility: hidden;
  pointer-events: none;
}

.sheet-body {
  position: relative;
  flex: 1;
  min-height: 0;
  overflow: hidden;
}

.sheet-slider {
  display: flex;
  height: 100%;
  transform: translateX(0);
  transition: transform 0.35s ease;
}

.bottom-sheet.detail-active .sheet-slider {
  transform: translateX(-100%);
}

.sheet-panel {
  flex: 0 0 100%;
  min-width: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  scrollbar-width: none;
}

.sheet-panel::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.sheet-scrollbar {
  position: absolute;
  top: 18px;
  right: 8px;
  bottom: 18px;
  width: 10px;
  background: #dedede;
  border-radius: 999px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 2;
}

.bottom-sheet.scrollbar-visible .sheet-scrollbar {
  opacity: 1;
  pointer-events: auto;
}

.sheet-scrollbar-thumb {
  position: absolute;
  top: 0;
  left: 1px;
  width: 8px;
  min-height: 36px;
  background: #f7f7f7;
  border-radius: 999px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  cursor: grab;
  touch-action: none;
}

.bottom-sheet.scrollbar-dragging .sheet-scrollbar-thumb {
  cursor: grabbing;
}

.shop-list {
  padding: 8px 26px 22px 26px;
}

.shop-title {
  position: relative;
  z-index: 0;
  isolation: isolate;
  overflow: hidden;
  width: 100%;
  padding: 18px 8px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  border: none;
  border-bottom: solid 1px #004071;
  background: none;
  color: #004071;
  font-family: inherit;
  line-height: 1.4;
}

@media (hover: hover) and (pointer: fine) {
  .shop-title::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 1px;
    left: 0;
    background: #f1f3f4;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.24s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
  }
  .shop-item:hover .shop-title::before {
    transform: scaleX(1);
  }
}
.shop-title:focus-visible,
.sheet-back:focus-visible,
.sheet-close:focus-visible {
  outline: 2px solid #004071;
  outline-offset: 2px;
}

.shop-detail {
  padding: 30px;
  color: #004071;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .shop-detail {
    padding: 30px 80px;
  }
}

.shop-detail-title {
  margin: 0 0 14px;
  color: #004071;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.shop-message {
  margin-bottom: 20px;
  color: #004071;
  line-height: 1.8;
}

.shop-info {
  display: flex;
  align-items: flex-start;
  margin-top: 12px;
  color: #004071;
}
.shop-info dt {
  width: 7em;
  flex-shrink: 0;
  font-weight: 700;
}
.shop-info dd {
  margin: 0;
  flex: 1;
  word-break: break-word;
}

.shop-link {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 18px;
  border-radius: 999px;
  background: #004071;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .shop-link:hover {
    opacity: 0.8;
  }
}
.shop-link a {
  color: #fff;
}

.shop-guide {
  width: 90%;
  max-width: 840px;
  margin: 0 auto 20px;
  padding: 16px;
  border: solid 1px #004071;
  text-align: left;
}
.shop-guide p {
  margin: 0;
  font-size: 13px;
  line-height: 1.8;
  color: #004071;
}

.shop-guide-link {
  display: inline-block;
  margin-top: 10px;
  font-weight: 700;
  color: #004071;
  text-decoration: underline;
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .shop-guide-link:hover {
    opacity: 0.7;
  }
}

/* ==========================
   ハンバーガーボタン
========================== */
body.menu-open {
  overflow: hidden;
}

.fv {
  position: relative;
}

.hamburger {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 42px;
  height: 42px;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 1001;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .hamburger {
    width: 44px;
    height: 30px;
    top: 20px;
    right: 40px;
  }
}

.hamburger span {
  position: absolute;
  left: 6px;
  width: 30px;
  height: 2px;
  background: #fff;
  transition: 0.3s;
  border-radius: 1000px;
}
@media screen and (min-width: 768px) {
  .hamburger span {
    left: 0;
    width: 44px;
    height: 5px;
  }
}

.hamburger span:nth-child(1) {
  top: 10px;
}
@media screen and (min-width: 768px) {
  .hamburger span:nth-child(1) {
    top: 0;
  }
}

.hamburger span:nth-child(2) {
  top: 20px;
}
@media screen and (min-width: 768px) {
  .hamburger span:nth-child(2) {
    top: 12.5px;
  }
}

.hamburger span:nth-child(3) {
  top: 30px;
}
@media screen and (min-width: 768px) {
  .hamburger span:nth-child(3) {
    top: 25px;
  }
}

/* ×アイコン */
/* 開いている間だけボタン自体を固定 */
.hamburger.active {
  position: fixed;
  top: 10px;
  right: 20px;
}
@media screen and (min-width: 768px) {
  .hamburger.active {
    top: 20px;
    right: 40px;
  }
}

/* ×アイコン */
.hamburger.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 20px;
}
@media screen and (min-width: 768px) {
  .hamburger.active span:nth-child(1) {
    top: 12.5px;
  }
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg);
  top: 20px;
}
@media screen and (min-width: 768px) {
  .hamburger.active span:nth-child(3) {
    top: 12.5px;
  }
}

/* ==========================
   ドロワーメニュー
========================== */
.drawer-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #1bb8ce;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.35s;
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  .drawer-menu {
    left: auto;
    right: 0;
    width: 50vw;
    border-left: solid 2px #fff;
  }
}

.drawer-menu.active {
  opacity: 1;
  visibility: visible;
}

.drawer-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

.drawer-menu li + li {
  margin-top: 24px;
}

.drawer-menu a {
  color: #fff;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 700;
}

.faq {
  padding: 40px 0;
  color: #fff;
}

.head-faq {
  font-size: clamp(1.25rem, 0.6223931178rem + 3.1282586027vw, 3.125rem);
}

.cont-faq {
  text-align: left !important;
  max-width: 800px;
}

.faq-item {
  margin-top: clamp(1.625rem, 0.9137122002rem + 3.5453597497vw, 3.75rem);
}

.faq-item-q {
  font-size: clamp(1rem, 0.7071167883rem + 1.4598540146vw, 1.875rem);
  line-height: 1.4;
}

.faq-item-a {
  display: none;
  padding-top: 12px;
}

.faq-item.open .faq-item-a {
  display: block;
}

.faq-item-q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.faq-item-q::after {
  content: "";
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
  margin-right: 4px;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .faq-item-q::after {
    width: 24px;
    height: 24px;
  }
}

.faq-item.open .faq-item-q::after {
  transform: rotate(-135deg);
}

.faq-item.open .faq-item-q::after {
  transform: rotate(225deg);
}

@media screen and (min-width: 768px) {
  .faq-ttl-sub-wrap {
    display: flex;
    max-width: 800px;
    gap: 20px;
  }
}

.faq-ttl-sub {
  color: #00a73c;
  font-size: clamp(1rem, 0.7489572471rem + 1.2513034411vw, 1.75rem);
}

.faq-ttl-note {
  font-size: clamp(0.875rem, 0.7913190824rem + 0.417101147vw, 1.125rem);
}

.faq-txt {
  font-size: clamp(1rem, 0.9163190824rem + 0.417101147vw, 1.25rem);
  margin-top: 10px;
  line-height: 1.4;
}

.faq-note {
  line-height: 1.4;
}

.faq-step-wrap {
  margin: 20px auto 0;
  padding: 20px;
  padding-right: 0;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .faq-step-wrap {
    padding-right: 20px;
  }
}

.faq-step-slide {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  overflow-y: hidden;
  margin: 20px 0 0;
  padding: 0 0 12px;
  list-style: none;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
}
.faq-step-slide::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 768px) {
  .faq-step-slide {
    justify-content: center;
    overflow: hidden;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .faq-step-slide-center {
    justify-content: center;
  }
}

.faq-step-item {
  flex: 0 0 200px;
  padding: 10px;
  scroll-snap-align: start;
}
@media screen and (min-width: 768px) {
  .faq-step-item {
    flex: none;
    padding: 0;
  }
}
.faq-step-item-wide {
  flex: 0 0 340px;
}
@media screen and (min-width: 768px) {
  .faq-step-item-wide {
    flex: none;
  }
}

/* ==========================
   LINE友だち追加（3枚均等）
========================== */
@media screen and (min-width: 768px) {
  .line-friend-flow .faq-step-item {
    width: calc((100% - 40px) / 3);
  }
}
/* ==========================
   LINE認証（2:2:3くらい）
========================== */
@media screen and (min-width: 768px) {
  .line-stamp-flow .faq-step-item-small {
    width: calc((100% - 40px) * 0.27);
  }
  .line-stamp-flow .faq-step-item-wide {
    width: calc((100% - 40px) * 0.46);
  }
}
/* ==========================
   スタンプ獲得（35:65）
========================== */
@media screen and (min-width: 768px) {
  .stamp-get-flow .stamp-get-flow-item:not(.faq-step-item-wide) {
    width: calc((100% - 20px) * 0.35);
  }
  .stamp-get-flow .faq-step-item-wide {
    width: calc((100% - 20px) * 0.52);
  }
}
/* ==========================
   応募（2枚均等）
========================== */
@media screen and (min-width: 768px) {
  .apply-flow .faq-step-item {
    width: calc((100% - 20px) / 3);
  }
}
.faq-step-slide-img {
  height: 264px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.faq-step-slide-img img {
  width: auto;
  height: 100%;
  display: block;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .faq-step-slide-img {
    height: 250px;
  }
}

.faq-step-arrow {
  position: absolute;
  top: 50%;
  right: -34px;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background: url("../images/arrow-right@2x.png") no-repeat center/contain;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .faq-step-arrow {
    right: -26px;
  }
}
@media screen and (min-width: 1000px) {
  .faq-step-arrow {
    width: 35px;
    height: 56px;
    right: -30px;
  }
  .faq-step-arrow-stamp {
    right: -20px;
  }
}

.faq-step-arrow-between {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  background: url("../images/arrow-right@2x.png") no-repeat center/contain;
}
@media screen and (min-width: 1000px) {
  .faq-step-arrow-between {
    width: 35px;
    height: 56px;
  }
}

.faq-step-txt {
  margin-top: 12px;
  line-height: 1.5;
  text-align: left;
  color: #004071;
  position: relative;
  padding-left: 24px;
}
.faq-step-txt::before {
  position: absolute;
  content: "";
  background-image: url(../images/icon-num1.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
}
.faq-step-txt-2nd::before {
  background-image: url(../images/icon-num2.svg);
}
.faq-step-txt-3rd::before {
  background-image: url(../images/icon-num3.svg);
}

.txt-addition {
  position: relative;
  padding-right: 1.2em;
}
.txt-addition::after {
  position: absolute;
  content: "";
  background-image: url(../images/icon-addition.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 2em;
  height: 1em;
  top: 50%;
  transform: translateY(-50%);
  right: -1em;
}

html {
  color-scheme: light;
}

.body {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #1bb8ce;
  position: relative;
  overflow-x: hidden;
}

.wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
  position: relative;
  z-index: 1;
}

/* ランダム生成される星 */
.random-star {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  user-select: none;
}

.bg-blue {
  background-color: #1bb8ce;
}

.txt {
  text-align: left;
}

.sec {
  padding: 4px;
}

.cont {
  width: 92%;
  margin: 0 auto;
  text-align: center;
}

.fv {
  background-color: #1bb8ce;
}
@media screen and (min-width: 768px) {
  .fv {
    padding: 40px;
    padding-bottom: 60px;
  }
}

.fv-txt {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #FFF;
  z-index: 1000;
  font-size: clamp(0.875rem, 0.7494786236rem + 0.6256517205vw, 1.25rem);
}
@media screen and (min-width: 768px) {
  .fv-txt {
    left: 40px;
  }
}

.present {
  position: relative;
  padding: 20px 0 60px;
}

.head-present {
  position: absolute;
  width: 80%;
  max-width: 680px;
  top: -20px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .head-present {
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.head-present::before {
  position: absolute;
  content: "";
  background-image: url(../images/icon-smp.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 40px;
  height: 49.6px;
  top: -12px;
  left: 10px;
}
@media screen and (min-width: 768px) {
  .head-present::before {
    width: 75px;
    height: 94px;
    top: 50%;
    transform: translateY(-50%);
    left: 44px;
  }
}

.cont-present {
  padding-bottom: clamp(1.25rem, 0.8315954119rem + 2.0855057351vw, 2.5rem);
}

.img-prize {
  display: block;
  margin: 40px auto 0;
}
.img-prize-special {
  max-width: 838px;
}
.img-prize-a {
  max-width: 716px;
}

.prize-bc {
  display: grid;
  grid-template-columns: 60% 40%;
  gap: 10px;
  align-items: center;
  margin-top: 20px;
}

.img-prize-b {
  max-width: 546px;
}

.img-prize-c {
  max-width: 366px;
}

.img-present {
  margin-top: 20px;
}

.note-present {
  text-align: right;
}

.howto {
  position: relative;
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .howto {
    padding: 80px 0 40px;
  }
}

.cont-howto {
  position: relative;
}

.howto-bg-icon {
  position: absolute;
  width: 16px;
  height: 16px;
}
.howto-bg-icon-topright {
  top: -30px;
  right: 0;
}
@media screen and (min-width: 768px) {
  .howto-bg-icon-topright {
    width: 20px;
    height: 20px;
    right: 70px;
  }
}
.howto-bg-icon-topleft {
  width: 20px;
  height: 20px;
  top: 50px;
  left: -20px;
}
@media screen and (min-width: 768px) {
  .howto-bg-icon-topleft {
    width: 30px;
    height: 30px;
    top: 120px;
    left: -50px;
  }
}
.howto-bg-icon-middleright {
  width: 14px;
  height: 14px;
  top: -30px;
  right: 40px;
}
@media screen and (min-width: 768px) {
  .howto-bg-icon-middleright {
    width: 20px;
    height: 22px;
    top: -36px;
  }
}
.howto-bg-icon-starwhite {
  width: 14px;
  height: 14px;
  top: -40px;
  left: 200px;
}
@media screen and (min-width: 768px) {
  .howto-bg-icon-starwhite {
    width: 18px;
    height: 16px;
    left: 300px;
  }
}
.howto-bg-icon-bottomright {
  width: 14px;
  height: 14px;
  bottom: 20px;
  right: -16px;
}
@media screen and (min-width: 768px) {
  .howto-bg-icon-bottomright {
    width: 17px;
    height: 18px;
    bottom: 30px;
    right: -40px;
  }
}
.howto-bg-icon-bottomleft {
  width: 14px;
  height: 14px;
  top: -30px;
  left: 50px;
}
@media screen and (min-width: 768px) {
  .howto-bg-icon-bottomleft {
    width: 26px;
    height: 29px;
    top: -56px;
    left: 90px;
  }
}
.howto-bg-icon-shinewhite {
  width: 14px;
  height: 14px;
  bottom: -20px;
  right: 100px;
}
@media screen and (min-width: 768px) {
  .howto-bg-icon-shinewhite {
    width: 24px;
    height: 24px;
    bottom: -40px;
    right: 120px;
  }
}
.howto-bg-icon-shop {
  width: 20px;
  height: 20px;
  top: 20px;
  right: 80px;
}
.howto-bg-icon-yokastar {
  width: 14px;
  height: 14px;
  top: -30px;
  left: 10px;
}
@media screen and (min-width: 768px) {
  .howto-bg-icon-yokastar {
    width: 20px;
    height: 20px;
  }
}
.howto-bg-icon-nagaoshishine {
  width: 20px;
  height: 22px;
  bottom: -10px;
  right: 0;
}
@media screen and (min-width: 768px) {
  .howto-bg-icon-nagaoshishine {
    width: 32px;
    height: 35px;
  }
}
.howto-bg-icon-enagashine {
  width: 14px;
  height: 16px;
  top: -20px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .howto-bg-icon-enagashine {
    width: 19px;
    height: 20px;
  }
}
.howto-bg-icon-enagastar {
  width: 14px;
  height: 14px;
  bottom: -30px;
  right: 100px;
}
@media screen and (min-width: 768px) {
  .howto-bg-icon-enagastar {
    width: 19px;
    height: 20px;
    bottom: -40px;
  }
}

.head-howto {
  position: absolute;
  top: 20px;
  left: 0;
  width: 80%;
  max-width: 860px;
}
@media screen and (min-width: 768px) {
  .head-howto {
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.howto-item {
  background-color: #fff;
  display: grid;
  grid-template-columns: 40% 60%;
  border-radius: 20px;
  margin: clamp(2.5rem, 1.2447862357rem + 6.2565172054vw, 6.25rem) auto 0;
  position: relative;
  max-width: 880px;
}
@media screen and (min-width: 768px) {
  .howto-item {
    border-radius: 30px;
  }
}
.howto-item::before {
  position: absolute;
  content: "";
  background-image: url(../images/icon-step1.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 40px;
  height: 40px;
  top: -16px;
  left: -6px;
}
@media screen and (min-width: 768px) {
  .howto-item::before {
    width: 70px;
    height: 70px;
  }
}
@media screen and (min-width: 1000px) {
  .howto-item::before {
    width: 100px;
    height: 100px;
    top: -24px;
    left: -30px;
  }
}
.howto-item::after {
  position: absolute;
  content: "";
  background-image: url(../images/img-arrow-under.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 46px;
  height: 18px;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .howto-item::after {
    width: 119px;
    height: 48px;
    bottom: -70px;
  }
}
@media screen and (min-width: 1000px) {
  .howto-item::after {
    width: 145px;
    height: 58px;
    bottom: -78px;
  }
}
.howto-item-step2::before {
  background-image: url(../images/icon-step2.png);
}
.howto-item-step3::before {
  background-image: url(../images/icon-step3.png);
}
.howto-item-step4::before {
  background-image: url(../images/icon-step4.png);
}
.howto-item-step4::after {
  display: none;
}

.howto-item-left {
  background-color: #fffcd1;
  border-radius: 20px 0 0 20px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  min-height: 90px;
  padding-top: clamp(1.25rem, 0.8315954119rem + 2.0855057351vw, 2.5rem);
}
@media screen and (min-width: 768px) {
  .howto-item-left {
    min-height: 220px;
  }
}
@media screen and (min-width: 1000px) {
  .howto-item-left {
    border-radius: 30px 0 0 30px;
    min-height: 240px;
  }
}

.howto-img {
  max-width: 90%;
  max-height: 90px;
  width: auto;
  height: auto;
}
@media screen and (min-width: 768px) {
  .howto-img {
    max-height: 184px;
  }
}
@media screen and (min-width: 1000px) {
  .howto-img {
    max-height: 300px;
  }
}

.howto-item-right {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .howto-item-right {
    padding: 26px;
    justify-content: left;
  }
}

.howto-txt {
  font-size: clamp(0.75rem, 0.3315954119rem + 2.0855057351vw, 2rem);
  color: #004071;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .howto-txt {
    line-height: 1.8;
  }
}

.howto-note {
  display: inline-block;
  margin-top: clamp(0.25rem, -0.0010427529rem + 1.2513034411vw, 1rem);
  font-size: clamp(0.75rem, 0.4989572471rem + 1.2513034411vw, 1.5rem);
  line-height: 1.4;
}

.ttl-cp {
  text-align: center;
  font-size: clamp(1rem, 0.8326381648rem + 0.8342022941vw, 1.5rem);
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .ttl-cp {
    text-align: left;
  }
}

.ttl-cp-sub {
  font-size: clamp(0.875rem, 0.8331595412rem + 0.2085505735vw, 1rem);
  margin-top: 14px;
}

.cp-note-list {
  margin-top: 6px;
}

.cp-note-list-item {
  font-size: clamp(0.75rem, 0.6663190824rem + 0.417101147vw, 1rem);
  line-height: 1.4;
  text-indent: -1em;
  padding-left: 1em;
}

.cp-note {
  margin: 30px auto 0;
  color: #fff;
  text-align: left;
  max-width: 880px;
}

.shop {
  padding: 20px 0;
  position: relative;
}

.head-shop {
  width: 50%;
  max-width: 360px;
}
@media screen and (min-width: 768px) {
  .head-shop {
    margin: 0 auto;
  }
}

.ttl-shop-check {
  text-align: center;
  font-size: clamp(1rem, 0.6234358707rem + 1.8769551616vw, 2.125rem);
  color: #fff462;
  margin-top: clamp(1.25rem, 0.4131908238rem + 4.1710114703vw, 3.75rem);
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
}
.ttl-shop-check::before, .ttl-shop-check::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 40px;
  height: 2px;
  background: #fff462;
}
.ttl-shop-check::before {
  left: -36px;
  transform: rotate(62deg);
}
.ttl-shop-check::after {
  right: -36px;
  transform: rotate(-62deg);
}

.info {
  padding: clamp(2.5rem, 1.6631908238rem + 4.1710114703vw, 5rem) 0;
}

.head-bnr {
  color: #fff462;
  font-size: clamp(1.25rem, 0.8315954119rem + 2.0855057351vw, 2.5rem);
  position: relative;
}

@media screen and (min-width: 768px) {
  .banner-wrap {
    max-width: 800px;
    margin: 60px auto 0;
  }
}

.banner {
  margin: clamp(1.25rem, 0.8315954119rem + 2.0855057351vw, 2.5rem) auto 0;
  text-align: center;
  border: solid 2px #fff;
  border-radius: 20px;
  padding: clamp(1.25rem, 1.0407977059rem + 1.0427528676vw, 1.875rem);
}
@media screen and (min-width: 768px) {
  .banner {
    width: 80%;
  }
}
.banner-nagaoshi {
  background-color: #a5d8d6;
  position: relative;
}
.banner-e-nagasaki {
  background-color: #f6bbc1;
  position: relative;
}
.banner-youtube {
  background-color: #fff799;
  position: relative;
}

.bnr-head {
  margin: 0 auto;
}
.bnr-head-nagaoshi {
  max-width: 440px;
}
.bnr-head-e-nagasaki {
  max-width: 480px;
}
.bnr-head-youtube {
  max-width: 500px;
}

.bnr-img {
  filter: drop-shadow(0px 1px 2px #333);
  margin-top: clamp(0.625rem, 0.4157977059rem + 1.0427528676vw, 1.25rem);
  transition: transform 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .bnr-img:hover {
    transform: translateY(-4px);
  }
}

.banner-mall {
  border: none;
  padding: 0;
}

.bnr-mall-img {
  margin-top: 0;
}

.footer {
  background-color: #004071;
  padding: 20px 0 80px;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-bottom: 140px;
  }
}

.cont-footer {
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
  color: #fff;
  padding: 24px 0;
}

.head-footer {
  font-size: clamp(0.875rem, 0.4984358707rem + 1.8769551616vw, 2rem);
}

.head-sub-footer {
  font-size: clamp(1rem, 0.6234358707rem + 1.8769551616vw, 2.125rem);
  margin-top: clamp(0.625rem, -0.0026068822rem + 3.1282586027vw, 2.5rem);
}

.txt-footer {
  font-size: clamp(0.875rem, 0.6657977059rem + 1.0427528676vw, 1.5rem);
  margin-top: clamp(0.375rem, 0.0821167883rem + 1.4598540146vw, 1.25rem);
  line-height: 1.6;
}
.txt-footer-note {
  font-size: clamp(0.875rem, 0.7076381648rem + 0.8342022941vw, 1.375rem);
  margin-top: clamp(0.375rem, -0.3362877998rem + 3.5453597497vw, 2.5rem);
  line-height: 1.4;
}
.txt-footer-info {
  margin-top: 4px;
}

.maillink {
  position: relative;
  padding-left: 24px;
}
@media screen and (min-width: 768px) {
  .maillink {
    padding-left: 34px;
  }
}
.maillink::before {
  position: absolute;
  content: "";
  background-image: url(../images/mailicon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 18px;
  height: 12px;
  top: 58%;
  transform: translateY(-50%);
  left: 0;
}
@media screen and (min-width: 768px) {
  .maillink::before {
    width: 30px;
    height: 20px;
  }
}

.float-btn {
  max-width: 400px;
  width: 60%;
  background-color: #00a73c;
  border-radius: 1000px;
  padding: clamp(0.875rem, 0.5402763295rem + 1.6684045881vw, 1.875rem) clamp(1.25rem, 0.8315954119rem + 2.0855057351vw, 2.5rem);
  border: solid 2px #fff;
  position: fixed;
  bottom: 20px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media screen and (min-width: 768px) {
  .float-btn {
    border: solid 4px #fff;
  }
}
.float-btn {
  /* ======== 変更箇所 ======== */
  right: 10px;
}
.float-btn::after {
  position: absolute;
  content: "";
  background-image: url(../images/icon-tap.svg);
  width: 56px;
  height: 23.5px;
  background-size: cover;
  background-repeat: no-repeat;
  top: 10px;
  right: 10px;
}
@media screen and (min-width: 576px) {
  .float-btn::after {
    top: 10px;
    right: 14px;
    width: 67.2px;
    height: 28.2px;
  }
}
@media screen and (min-width: 768px) {
  .float-btn::after {
    top: 14px;
    right: 18px;
    width: 89.6px;
    height: 37.6px;
  }
}
@media screen and (min-width: 1000px) {
  .float-btn::after {
    background-image: url(../images/icon-click.svg);
    top: 14px;
    right: 18px;
  }
}
.float-btn {
  /* ========================== */
}
.float-btn.is-show {
  opacity: 1;
  visibility: visible;
}
.float-btn-inner {
  position: relative;
}
.float-btn {
  transition: transform 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .float-btn:hover {
    transform: translateY(-4px);
  }
}

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

.pc-only {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-only {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */