@charset "UTF-8";
#liftcampaign {
  /*
  * colors
  */
  --stamplally-color: #986CDF;
  --insta-color: #476ECF;
  --spot-color: #DE79EB;
  /*
  * font
  */
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "MS Pゴシック", "ヒラギノ角ゴシック", "メイリオ", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  width: 100%;
  overflow: hidden;
  position: relative;
  /*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
  /* Reset box-model and set borders */
  /* ============================================ */
  /* Document */
  /* ============================================ */
  /**
   * 1. Correct the line height in all browsers.
   * 2. Prevent adjustments of font size after orientation changes in iOS.
   * 3. Remove gray overlay on links for iOS.
   */
  /* Sections */
  /* ============================================ */
  /**
   * Remove the margin in all browsers.
   */
  /**
   * Render the `main` element consistently in IE.
   */
  /* Vertical rhythm */
  /* ============================================ */
  /* Headings */
  /* ============================================ */
  /* Lists (enumeration) */
  /* ============================================ */
  /* Lists (definition) */
  /* ============================================ */
  /* Grouping content */
  /* ============================================ */
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  /* Text-level semantics */
  /* ============================================ */
  /**
   * Remove the gray background on active links in IE 10.
   */
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  /**
   * Add the correct font size in all browsers.
   */
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  /* Replaced content */
  /* ============================================ */
  /**
   * Prevent vertical alignment issues.
   */
  /* Forms */
  /* ============================================ */
  /**
   * Reset form fields to make them styleable.
   * 1. Make form elements stylable across systems iOS especially.
   * 2. Inherit text-transform from parent.
   */
  /**
   * Reset radio and checkbox appearance to preserve their look in iOS.
   */
  /**
   * Correct cursors for clickable elements.
   */
  /**
   * Improve outlines for Firefox and unify style with input elements & buttons.
   */
  /**
   * Remove padding
   */
  /**
   * Reset to invisible
   */
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  /**
   * 1. Correct the outline style in Safari.
   */
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Fix font inheritance.
   */
  /**
   * Clickable labels
   */
  /* Interactive */
  /* ============================================ */
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  /*
   * Add the correct display in all browsers.
   */
  /*
   * Remove outline for editable content.
   */
  /* Tables */
  /* ============================================ */
  /**
  1. Correct table border color inheritance in all Chrome and Safari.
  */
  /*
    * 共通
    */
  /*
  * section hero
  */
  /*
  * 雪の結晶
  */
  /*$snow-positions-y:
    -10%,
    -20%,
    -5%,
    -15%,
    -25%,
    -35%,
    -30%,
    -40%;*/
  /*
    * section read
    */
  /*
    * stamprally
    */
  /*
    * insta
    */
  /*
    * section map
    */
  /*
    * モーダル
    */
  /*
    * section footer
    */
  /*
  * 対象スポットアンカー
  */
  /*
  * ページトップへ
  */
}
#liftcampaign .cont-bold {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "MS Pゴシック", "ヒラギノ角ゴシック", "メイリオ", sans-serif;
  font-weight: bold !important;
}
#liftcampaign *,
#liftcampaign ::before,
#liftcampaign ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
#liftcampaign html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}
#liftcampaign body {
  margin: 0;
}
#liftcampaign main {
  display: block;
}
#liftcampaign p,
#liftcampaign table,
#liftcampaign blockquote,
#liftcampaign address,
#liftcampaign pre,
#liftcampaign iframe,
#liftcampaign form,
#liftcampaign figure,
#liftcampaign dl {
  margin: 0;
}
#liftcampaign h1,
#liftcampaign h2,
#liftcampaign h3,
#liftcampaign h4,
#liftcampaign h5,
#liftcampaign h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
#liftcampaign ul,
#liftcampaign ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
#liftcampaign dt {
  font-weight: bold;
}
#liftcampaign dd {
  margin-left: 0;
}
#liftcampaign hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
#liftcampaign pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
#liftcampaign address {
  font-style: inherit;
}
#liftcampaign a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
#liftcampaign abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
#liftcampaign b,
#liftcampaign strong {
  font-weight: bolder;
}
#liftcampaign code,
#liftcampaign kbd,
#liftcampaign samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
#liftcampaign small {
  font-size: 80%;
}
#liftcampaign sub,
#liftcampaign sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
#liftcampaign sub {
  bottom: -0.25em;
}
#liftcampaign sup {
  top: -0.5em;
}
#liftcampaign svg,
#liftcampaign img,
#liftcampaign embed,
#liftcampaign object,
#liftcampaign iframe {
  vertical-align: bottom;
}
#liftcampaign button,
#liftcampaign input,
#liftcampaign optgroup,
#liftcampaign select,
#liftcampaign textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}
#liftcampaign [type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}
#liftcampaign [type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}
#liftcampaign button,
#liftcampaign [type=button],
#liftcampaign [type=reset],
#liftcampaign [type=submit] {
  cursor: pointer;
}
#liftcampaign button:disabled,
#liftcampaign [type=button]:disabled,
#liftcampaign [type=reset]:disabled,
#liftcampaign [type=submit]:disabled {
  cursor: default;
}
#liftcampaign :-moz-focusring {
  outline: auto;
}
#liftcampaign select:disabled {
  opacity: inherit;
}
#liftcampaign option {
  padding: 0;
}
#liftcampaign fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}
#liftcampaign legend {
  padding: 0;
}
#liftcampaign progress {
  vertical-align: baseline;
}
#liftcampaign textarea {
  overflow: auto;
}
#liftcampaign [type=number]::-webkit-inner-spin-button,
#liftcampaign [type=number]::-webkit-outer-spin-button {
  height: auto;
}
#liftcampaign [type=search] {
  outline-offset: -2px; /* 1 */
}
#liftcampaign [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
#liftcampaign ::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
#liftcampaign label[for] {
  cursor: pointer;
}
#liftcampaign details {
  display: block;
}
#liftcampaign summary {
  display: list-item;
}
#liftcampaign [contenteditable]:focus {
  outline: auto;
}
#liftcampaign table {
  border-color: inherit; /* 1 */
}
#liftcampaign caption {
  text-align: left;
}
#liftcampaign td,
#liftcampaign th {
  vertical-align: top;
  padding: 0;
}
#liftcampaign th {
  text-align: left;
  font-weight: bold;
}
#liftcampaign a {
  color: dodgerblue;
}
@media screen and (min-width:641px) {
  #liftcampaign .cont-display__mb {
    display: none;
  }
}
@media screen and (max-width: 781px) {
  #liftcampaign .cont-display__dt {
    display: none;
  }
}
#liftcampaign img {
  max-width: 100%;
}
#liftcampaign .cont-fontsize16 {
  font-size: 16px;
}
#liftcampaign .cont-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: aqua;
}
#liftcampaign .cont-icon__map-marker {
  -webkit-mask-image: url(../img/icon-mapmarker.svg);
          mask-image: url(../img/icon-mapmarker.svg);
}
#liftcampaign .cont-icon__list {
  -webkit-mask-image: url(../img/icon-list.svg);
          mask-image: url(../img/icon-list.svg);
}
#liftcampaign .cont-icon__arrow-down-line {
  -webkit-mask-image: url(../img/icon-arrow-down-line.svg);
          mask-image: url(../img/icon-arrow-down-line.svg);
}
#liftcampaign .cont-icon__color-black {
  background-color: #161516;
}
#liftcampaign .cont-icon__color-gray {
  background-color: #848484;
}
#liftcampaign .cont-box {
  padding: 0 16px;
}
#liftcampaign .cont-subtit {
  font-size: 18px;
}
@media screen and (min-width:641px) {
  #liftcampaign .cont-subtit {
    font-size: 20px;
  }
}
#liftcampaign .cont-read-p {
  font-size: 16px;
}
@media screen and (min-width:641px) {
  #liftcampaign .cont-read-p {
    font-size: 17px;
  }
}
#liftcampaign .cont-step {
  margin: 0;
  padding: 0;
  position: relative;
  display: flex;
  gap: 16px;
  flex-direction: column;
}
@media screen and (min-width:781px) {
  #liftcampaign .cont-step {
    flex-direction: row;
    gap: 30px;
  }
}
#liftcampaign .cont-step li {
  border-radius: 16px;
  padding: 20px;
  background: white;
  flex: 1;
}
@media screen and (min-width:781px) {
  #liftcampaign .cont-step li {
    padding: 24px;
  }
}
#liftcampaign .cont-step__step {
  background: #10223c;
  padding: 10px 20px;
  color: white;
  border-radius: 40px;
  font-size: 18px;
  display: inline-block;
  line-height: 1;
}
#liftcampaign .cont-step__head {
  margin-top: 12px;
  font-size: 17px;
}
@media screen and (min-width:781px) {
  #liftcampaign .cont-step__head {
    font-size: 20px;
  }
}
#liftcampaign .cont-step__p {
  margin-top: 12px;
}
#liftcampaign .cont-term-wrap {
  position: relative;
}
#liftcampaign .cont-term__head {
  background: white;
  padding: 16px 30px;
  display: flex;
  align-items: center;
}
#liftcampaign .cont-term__head i {
  -webkit-mask-image: url(../img/icon-arrow-down-line.svg);
          mask-image: url(../img/icon-arrow-down-line.svg);
}
#liftcampaign .cont-term[open] .cont-term__head i {
  -webkit-mask-image: url(../img/icon-arrow-up-line.svg);
          mask-image: url(../img/icon-arrow-up-line.svg);
}
#liftcampaign .cont-term__body {
  padding: 16px 30px;
  background: white;
  color: #606060;
  line-height: 1.5;
  font-size: 14px;
}
#liftcampaign .cont-term__h {
  margin-top: 1em;
}
#liftcampaign .cont-term__h:before {
  content: "■";
}
#liftcampaign .cont-term__h:first-child {
  margin-top: 0;
}
#liftcampaign .cont-term__p {
  margin-top: 0.2em;
}
#liftcampaign .cont-term__ul {
  margin: 0.2em 0 0 1em;
}
#liftcampaign .cont-term__ul li {
  list-style-type: disc;
}
#liftcampaign .cont-term__ol {
  margin: 0.2em 0 0 1em;
}
#liftcampaign .cont-term__ol li {
  list-style-type: auto;
}
#liftcampaign .cont-mt4 {
  margin-top: 4px !important;
}
#liftcampaign .cont-mt8 {
  margin-top: 8px !important;
}
#liftcampaign .cont-mt12 {
  margin-top: 12px !important;
}
#liftcampaign .cont-mt16 {
  margin-top: 16px !important;
}
#liftcampaign .cont-mt20 {
  margin-top: 20px !important;
}
#liftcampaign .cont-mt24 {
  margin-top: 24px !important;
}
#liftcampaign .cont-mt28 {
  margin-top: 28px !important;
}
#liftcampaign .cont-mt32 {
  margin-top: 32px !important;
}
#liftcampaign .cont-mt36 {
  margin-top: 36px !important;
}
#liftcampaign .cont-mt40 {
  margin-top: 40px !important;
}
#liftcampaign .cont-mt44 {
  margin-top: 44px !important;
}
#liftcampaign .cont-mt48 {
  margin-top: 48px !important;
}
#liftcampaign .cont-tit-flex {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media screen and (min-width:781px) {
  #liftcampaign .cont-tit-flex {
    flex-direction: row;
    gap: 16px;
    align-items: center;
  }
}
@media screen and (max-width:640px) {
  #liftcampaign .cont-tit-flex__num {
    width: 96px;
  }
}
#liftcampaign .cont-tit-flex h3 span {
  font-size: clamp(20px, 5.6vw, 32px);
  line-height: 1.4;
  color: #fff;
  padding: 0.1em 0;
}
@media screen and (min-width:781px) {
  #liftcampaign .cont-tit-flex h3 span {
    font-size: clamp(20px, 2.8vw, 32px);
  }
}
#liftcampaign .cont-tit-flex h3 span.is-cont-stamprally {
  background-color: var(--stamplally-color);
}
#liftcampaign .cont-tit-flex h3 span.is-cont-insta {
  background-color: var(--insta-color);
}
#liftcampaign .cont-tit-flex h3 span.is-cont-spot {
  background-color: var(--spot-color);
}
#liftcampaign .cont-tit-flex h3 span.is-cont-event {
  background-color: var(--event-color);
}
#liftcampaign .cont-hero {
  background: linear-gradient(180deg, #5dc6ff 16.35%, #f0faff 54.81%), #cfeeff;
  position: relative;
}
@media screen and (min-width: 796px) {
  #liftcampaign .cont-hero {
    height: 752px;
  }
}
#liftcampaign .cont-hero__inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 175px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 796px) {
  #liftcampaign .cont-hero__inner {
    padding-top: none;
    flex-direction: row-reverse;
    justify-content: space-between;
    max-width: 1200px;
    padding: 0 40px;
    margin-left: auto;
    margin-right: auto;
    align-items: stretch;
  }
}
#liftcampaign .cont-hero__menu {
  background-color: #FFF;
  width: 100%;
  padding: 0 16px;
}
@media screen and (min-width: 796px) {
  #liftcampaign .cont-hero__menu {
    background-color: inherit;
    position: relative;
    flex: 0 0 45%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 40px;
  }
}
#liftcampaign .cont-hero__img {
  max-width: 680px;
}
@media screen and (min-width: 796px) {
  #liftcampaign .cont-hero__img {
    width: 54%;
  }
  #liftcampaign .cont-hero__img picture {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin-right: -40px;
  }
  #liftcampaign .cont-hero__img img {
    width: clamp(520px, 120%, 616px);
    max-width: none;
  }
}
#liftcampaign .cont-hero__corplogo {
  width: 100%;
  height: 64px;
  background-color: #FFF;
  text-align: center;
}
@media screen and (min-width: 796px) {
  #liftcampaign .cont-hero__corplogo {
    background-color: none;
    position: absolute;
    width: 240px;
    height: auto;
    top: 26px;
    right: 26px;
    border-radius: 4px;
  }
}
@media screen and (max-width: 795px) {
  #liftcampaign .cont-hero__title {
    padding: 20px;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
  }
  #liftcampaign .cont-hero__title img {
    width: 100%;
    max-width: 480px;
  }
}
#liftcampaign .cont-hero__pagelink {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
#liftcampaign .cont-hero__pagelink a {
  display: flex;
  padding: 8px 44px 8px 16px;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  color: #FFF;
  border-radius: 8px;
  background-image: url(../img/icon-pagelink.svg);
  background-repeat: no-repeat;
  background-position: center right 8px;
  box-shadow: 4px 6px 0 0 rgba(0, 0, 0, 0.1);
}
#liftcampaign .cont-hero__pagelink a.stamprally {
  background-color: var(--stamplally-color);
}
#liftcampaign .cont-hero__pagelink a.insta {
  background-color: var(--insta-color);
}
#liftcampaign .cont-hero__pagelink a.spot {
  background-color: var(--spot-color);
}
#liftcampaign .cont-snow-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
#liftcampaign .cont-snow-wrap span {
  display: block;
  position: absolute;
  background-image: url("../img/pct-snow.svg");
  background-size: cover;
  aspect-ratio: 158/181;
  filter: drop-shadow(0 0 8px #FFF);
}
@media screen and (max-width:640px) {
  #liftcampaign .cont-snow-wrap span:nth-child(2), #liftcampaign .cont-snow-wrap span:nth-child(4), #liftcampaign .cont-snow-wrap span:nth-child(6), #liftcampaign .cont-snow-wrap span:nth-child(8) {
    display: none;
  }
}
#liftcampaign .cont-snow-wrap .snow:nth-child(1) {
  width: 86px;
  left: -2%;
  top: -138px;
  animation: fall-1 18s linear 0s infinite;
}
#liftcampaign .cont-snow-wrap .snow:nth-child(2) {
  width: 120px;
  left: 15%;
  top: -138px;
  animation: fall-2 16s linear -7s infinite;
}
#liftcampaign .cont-snow-wrap .snow:nth-child(3) {
  width: 96px;
  left: 25%;
  top: -138px;
  animation: fall-3 12s linear 0.5s infinite;
}
#liftcampaign .cont-snow-wrap .snow:nth-child(4) {
  width: 80px;
  left: 47%;
  top: -138px;
  animation: fall-4 11s linear 3s infinite;
}
#liftcampaign .cont-snow-wrap .snow:nth-child(5) {
  width: 116px;
  left: 58%;
  top: -138px;
  animation: fall-5 20s linear -6s infinite;
}
#liftcampaign .cont-snow-wrap .snow:nth-child(6) {
  width: 108px;
  left: 70%;
  top: -138px;
  animation: fall-6 12s linear 2s infinite;
}
#liftcampaign .cont-snow-wrap .snow:nth-child(7) {
  width: 92px;
  left: 85%;
  top: -138px;
  animation: fall-7 13s linear -8s infinite;
}
#liftcampaign .cont-snow-wrap .snow:nth-child(8) {
  width: 100px;
  left: 96%;
  top: -138px;
  animation: fall-8 9.5s linear -4s infinite;
}
@keyframes fall-1 {
  0% {
    transform: translateY(0) rotate(20deg);
    opacity: 0.5;
  }
  100% {
    transform: translateY(800px) rotate(380deg);
    opacity: 1;
  }
}
@keyframes fall-2 {
  0% {
    transform: translateY(0) rotate(60deg);
    opacity: 0.5;
  }
  100% {
    transform: translateY(800px) rotate(420deg);
    opacity: 1;
  }
}
@keyframes fall-3 {
  0% {
    transform: translateY(0) rotate(10deg);
    opacity: 0.5;
  }
  100% {
    transform: translateY(800px) rotate(370deg);
    opacity: 1;
  }
}
@keyframes fall-4 {
  0% {
    transform: translateY(0) rotate(120deg);
    opacity: 0.5;
  }
  100% {
    transform: translateY(800px) rotate(480deg);
    opacity: 1;
  }
}
@keyframes fall-5 {
  0% {
    transform: translateY(0) rotate(150deg);
    opacity: 0.5;
  }
  100% {
    transform: translateY(800px) rotate(510deg);
    opacity: 1;
  }
}
@keyframes fall-6 {
  0% {
    transform: translateY(0) rotate(200deg);
    opacity: 0.5;
  }
  100% {
    transform: translateY(800px) rotate(560deg);
    opacity: 1;
  }
}
@keyframes fall-7 {
  0% {
    transform: translateY(0) rotate(300deg);
    opacity: 0.5;
  }
  100% {
    transform: translateY(800px) rotate(660deg);
    opacity: 1;
  }
}
@keyframes fall-8 {
  0% {
    transform: translateY(0) rotate(250deg);
    opacity: 0.5;
  }
  100% {
    transform: translateY(800px) rotate(610deg);
    opacity: 1;
  }
}
#liftcampaign .cont-read {
  position: relative;
}
#liftcampaign .cont-read__inner {
  padding: 40px 0 40px;
}
@media screen and (min-width:641px) {
  #liftcampaign .cont-read__inner {
    text-align: center;
    padding: 60px 0 60px;
  }
}
#liftcampaign .cont-read__sh2 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width:641px) {
  #liftcampaign .cont-read__sh2 {
    font-size: 20px;
  }
}
#liftcampaign .cont-read__h2 {
  margin-top: 8px;
  font-size: 22px;
  line-height: 1.6;
  background: linear-gradient(270deg, #35c3ff 0%, #ff72d7 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
}
@media screen and (min-width:641px) {
  #liftcampaign .cont-read__h2 {
    font-size: 28px;
  }
}
#liftcampaign .cont-stamprally {
  background: #f9f1ff;
  position: relative;
}
#liftcampaign .cont-stamprally__inner {
  position: relative;
  max-width: 1232px;
  padding: 0 12px 80px 12px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width:781px) {
  #liftcampaign .cont-stamprally__inner {
    padding: 100px 80px;
  }
}
#liftcampaign .cont-stamprally__mainimg {
  display: block;
  text-align: right;
}
@media screen and (max-width:780px) {
  #liftcampaign .cont-stamprally__mainimg {
    transform: translateY(-16px);
  }
  #liftcampaign .cont-stamprally__mainimg img {
    width: 100%;
    max-width: 480px;
  }
}
@media screen and (min-width:781px) {
  #liftcampaign .cont-stamprally__mainimg {
    transform: translateX(48px);
    position: absolute;
    top: 16px;
    right: 0;
    width: min(50vw, 647px);
  }
}
#liftcampaign .cont-stamprally__elect {
  position: absolute;
  top: 0px;
  left: 8px;
  transform: translateY(-20%);
  width: clamp(98px, 24dvw, 122px);
}
@media screen and (max-width:780px) {
  #liftcampaign .cont-stamprally__elect {
    left: 8px;
  }
}
#liftcampaign .cont-stamprally__tit {
  position: relative;
  margin-top: -420px;
}
@media screen and (min-width:781px) {
  #liftcampaign .cont-stamprally__tit {
    margin-top: 0;
    width: 55%;
  }
}
#liftcampaign .cont-stamprally__button {
  background-color: #161516;
  color: white;
  font-size: 18px;
  line-height: 1;
  display: inline-block;
  padding: 16px 60px 16px 26px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  background-image: url("../img/icon_arrow_right.svg");
  background-repeat: no-repeat;
  background-position: right 16px center;
  border-radius: 8px;
}
#liftcampaign .cont-stamprally__button.is-disabled {
  opacity: 0.5;
  box-shadow: none;
  pointer-events: none;
}
@media screen and (max-width:640px) {
  #liftcampaign .cont-stamprally__button {
    width: 100%;
  }
}
@media screen and (min-width:641px) {
  #liftcampaign .cont-stamprally__button {
    font-size: 22px;
  }
}
#liftcampaign .cont-stamprally__button-caption {
  font-size: 14px;
}
#liftcampaign .cont-insta {
  position: relative;
  background: #E7EEFE;
}
@media screen and (max-width:640px) {
  #liftcampaign .cont-insta {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width:641px) {
  #liftcampaign .cont-insta {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
#liftcampaign .cont-insta__inner {
  position: relative;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width:781px) {
  #liftcampaign .cont-insta__inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
#liftcampaign .cont-insta__elect {
  position: absolute;
  width: clamp(98px, 24dvw, 122px);
  top: -80px;
  right: 8px;
  transform: translateY(-40%);
  /*@include media("underDesktop"){
    width: 201px;
    top:-52px;
  }
  @include media("desktop"){
    top:-80px;
  }*/
}
@media screen and (min-width:641px) {
  #liftcampaign .cont-insta__elect {
    top: -100px;
  }
}
#liftcampaign .cont-insta__tit {
  gap: 40px;
}
@media screen and (min-width:781px) {
  #liftcampaign .cont-insta__tit {
    display: flex;
  }
}
@media screen and (min-width:781px) {
  #liftcampaign .cont-insta__tit-text {
    padding-top: 180px;
    padding-left: 33%;
  }
}
#liftcampaign .cont-insta__tit-img {
  position: relative;
}
@media screen and (min-width:781px) {
  #liftcampaign .cont-insta__tit-img {
    width: 40%;
    position: relative;
  }
  #liftcampaign .cont-insta__tit-img img {
    position: absolute;
    transform: translate(-5%, -16%);
  }
}
#liftcampaign .cont-insta__tit-texts {
  position: relative;
}
@media screen and (max-width:640px) {
  #liftcampaign .cont-insta__tit-texts {
    margin-top: -80px;
  }
}
#liftcampaign .cont-insta__cont {
  padding-top: 20px;
  padding-bottom: 40px;
}
@media screen and (max-width:640px) {
  #liftcampaign .cont-insta__cont {
    margin-top: -220px;
    padding-top: 220px;
  }
}
@media screen and (min-width:641px) {
  #liftcampaign .cont-insta__cont {
    margin-top: -110px;
    padding-top: 110px;
    padding-bottom: 60px;
  }
}
#liftcampaign .cont-insta__steps {
  margin-top: 20px;
}
@media screen and (min-width:641px) {
  #liftcampaign .cont-insta__steps {
    margin-top: 40px;
  }
}
#liftcampaign .cont-insta__present {
  padding-top: 20px;
}
#liftcampaign .cont-insta__present-tit {
  padding: 0 16px;
  position: relative;
}
#liftcampaign .cont-insta__present-tit::after {
  position: absolute;
  content: "";
  width: 72px;
  height: 10px;
  background: url('data:image/svg+xml;charset=utf8,<svg width="74" height="10" viewBox="0 0 74 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M61 1L72 9H0" stroke="%2310223C"/></svg>');
  bottom: 20px;
  right: 16px;
}
#liftcampaign .cont-insta__presents {
  width: 100%;
  overflow: hidden;
}
#liftcampaign .cont-insta__present-scr {
  display: flex;
  width: 2800px;
}
@media screen and (min-width:641px) {
  #liftcampaign .cont-insta__present-scr {
    width: 3425px;
  }
}
#liftcampaign .cont-insta__present-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: white;
  border: 1px solid #6c6c6c;
  padding: 28px 20px;
  border-left: none;
  width: 350px;
}
@media screen and (min-width:641px) {
  #liftcampaign .cont-insta__present-item:nth-child(1) {
    width: 508px;
  }
}
@media screen and (min-width:641px) {
  #liftcampaign .cont-insta__present-item:nth-child(2) {
    width: 484px;
  }
}
@media screen and (min-width:641px) {
  #liftcampaign .cont-insta__present-item:nth-child(3) {
    width: 435px;
  }
}
@media screen and (min-width:641px) {
  #liftcampaign .cont-insta__present-item:nth-child(4), #liftcampaign .cont-insta__present-item:nth-child(5), #liftcampaign .cont-insta__present-item:nth-child(6) {
    width: 423px;
  }
}
@media screen and (min-width:641px) {
  #liftcampaign .cont-insta__present-item:nth-child(7), #liftcampaign .cont-insta__present-item:nth-child(8) {
    width: 384px;
  }
}
@media screen and (min-width:641px) {
  #liftcampaign .cont-insta__present-item {
    padding: 40px;
  }
}
#liftcampaign .cont-insta__present-img {
  height: 142px;
  margin: 12px 0;
}
#liftcampaign .cont-insta__present-img img {
  display: block;
  height: 142px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width:641px) {
  #liftcampaign .cont-insta__present-img img {
    height: auto;
  }
}
@media screen and (min-width:641px) {
  #liftcampaign .cont-insta__present-img {
    height: 200px;
  }
}
#liftcampaign .cont-insta__present-name {
  font-size: 20px;
  color: var(--insta-color);
}
@media screen and (min-width:641px) {
  #liftcampaign .cont-insta__present-name {
    font-size: 30px;
  }
}
#liftcampaign .cont-insta__present-num {
  font-size: 18px;
}
#liftcampaign .cont-insta__present-disc {
  font-size: 17px;
  line-height: 1.4;
}
@media screen and (min-width:641px) {
  #liftcampaign .cont-insta__present-disc {
    font-size: 18px;
  }
}
#liftcampaign .cont-insta__present-s {
  display: flex;
  align-items: flex-end;
  line-height: 1.4;
}
@media screen and (max-width:640px) {
  #liftcampaign .cont-insta__present-s {
    font-size: 15px;
  }
}
#liftcampaign .cont-insta__mozaiq {
  margin-top: 40px;
  max-width: 704px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 4px 0;
}
#liftcampaign .cont-insta__mozaiq h4 {
  margin: 0;
  text-align: center;
  display: inline;
  line-height: 1.6;
  font-size: 18px;
  padding: 4px 0;
  background: linear-gradient(180deg, rgba(128, 180, 237, 0) 59%, #80b4ed 60%);
}
@media screen and (min-width:641px) {
  #liftcampaign .cont-insta__mozaiq h4 {
    font-size: 24px;
  }
}
#liftcampaign .cont-spot {
  padding: 60px 0;
  position: relative;
  background: url("../img/bg-spot.svg"), #fbf4fb;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (min-width:781px) {
  #liftcampaign .cont-spot {
    padding: 100px 0;
  }
}
#liftcampaign .cont-spot__button {
  background-color: #161516;
  color: white;
  font-size: 18px;
  line-height: 1;
  display: inline-block;
  padding: 16px 60px 16px 26px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  background-image: url("../img/icon_arrow_right.svg");
  background-repeat: no-repeat;
  background-position: right 16px center;
  border-radius: 8px;
}
#liftcampaign .cont-spot__button.is-disabled {
  opacity: 0.5;
  box-shadow: none;
  pointer-events: none;
}
@media screen and (max-width:640px) {
  #liftcampaign .cont-spot__button {
    width: 100%;
  }
}
@media screen and (min-width:641px) {
  #liftcampaign .cont-spot__button {
    font-size: 22px;
  }
}
#liftcampaign .cont-spot__inner {
  position: relative;
  max-width: 1200px;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width:781px) {
  #liftcampaign .cont-spot__inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width:780px) {
  #liftcampaign .cont-spot__listinner {
    padding: 0;
  }
}
#liftcampaign .cont-spot__elect {
  position: absolute;
  top: -60px;
  left: 8px;
  width: clamp(98px, 24dvw, 122px);
  transform: translateY(-20%);
}
@media screen and (min-width:641px) {
  #liftcampaign .cont-spot__elect {
    top: -100px;
  }
}
#liftcampaign .cont-spot__tit {
  position: relative;
  display: flex;
}
@media screen and (max-width:780px) {
  #liftcampaign .cont-spot__tit {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width:780px) {
  #liftcampaign .cont-spot__texts {
    margin-top: -40px;
  }
}
@media screen and (max-width:780px) {
  #liftcampaign .cont-spot__img {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width:781px) {
  #liftcampaign .cont-spot__img {
    width: 40%;
  }
}
@media screen and (max-width:640px) {
  #liftcampaign .cont-spot__read {
    text-align: left;
  }
}
@media screen and (max-width: 1152px) {
  #liftcampaign .cont-spot__slide {
    margin-right: -16px;
  }
}
#liftcampaign .cont-spot__tab-head-wrap {
  display: flex;
  gap: 12px;
}
#liftcampaign .cont-spot__tab-head-wrap button {
  flex: 1;
  text-align: center;
  background: #ededed;
  border-radius: 8px 8px 0 0;
  color: #848484;
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
#liftcampaign .cont-spot__tab-head-wrap button.is-current {
  background: var(--spot-color);
  /*border-top: 2px solid var(--spot-color);
  border-left: 2px solid var(--spot-color);
  border-right: 2px solid var(--spot-color);*/
  color: #fff;
}
#liftcampaign .cont-spot__tab-head-wrap button.is-current i {
  background: #fff;
}
#liftcampaign .cont-spot__tab-cont {
  padding: 40px 0;
  background: var(--spot-color);
}
#liftcampaign .cont-spot__tab-cont [data-tabcont].is-hidden {
  display: none;
}
#liftcampaign .cont-spot__tab-inner {
  max-width: 1152px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 16px;
}
#liftcampaign .cont-spot__map-wrap {
  border: 1px solid #6c6c6c;
  background: white;
  border-radius: 12px;
  padding: 10px;
  position: relative;
}
#liftcampaign .cont-spot__info-btn {
  background: var(--spot-color);
  color: white;
  padding: 4px 12px;
  border-radius: 4px;
  margin-top: 8px;
}
#liftcampaign .cont-spot__info-img {
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 4px;
}
#liftcampaign #gmap {
  width: 100%;
  height: clamp(200px, 100vh - 150px, 600px);
}
#liftcampaign .cont-spot-list {
  border-bottom: 1px solid #505050;
}
#liftcampaign .cont-spot-list[data-selectedarea=北海道] li:not([data-area=北海道]) {
  max-height: 0;
}
#liftcampaign .cont-spot-list[data-selectedarea=岩手県] li:not([data-area=岩手県]) {
  max-height: 0;
}
#liftcampaign .cont-spot-list[data-selectedarea=宮城県] li:not([data-area=宮城県]) {
  max-height: 0;
}
#liftcampaign .cont-spot-list[data-selectedarea=山形県] li:not([data-area=山形県]) {
  max-height: 0;
}
#liftcampaign .cont-spot-list[data-selectedarea=福島県] li:not([data-area=福島県]) {
  max-height: 0;
}
#liftcampaign .cont-spot-list[data-selectedarea=栃木県] li:not([data-area=栃木県]) {
  max-height: 0;
}
#liftcampaign .cont-spot-list[data-selectedarea=群馬県] li:not([data-area=群馬県]) {
  max-height: 0;
}
#liftcampaign .cont-spot-list[data-selectedarea=新潟県] li:not([data-area=新潟県]) {
  max-height: 0;
}
#liftcampaign .cont-spot-list[data-selectedarea=長野県] li:not([data-area=長野県]) {
  max-height: 0;
}
#liftcampaign .cont-spot-list[data-selectedarea=東北自動車道] li:not([data-area=東北自動車道]) {
  max-height: 0;
}
#liftcampaign .cont-spot-list[data-selectedarea=道央自動車道] li:not([data-area=道央自動車道]) {
  max-height: 0;
}
#liftcampaign .cont-spot-list[data-selectedarea=札樽自動車道] li:not([data-area=札樽自動車道]) {
  max-height: 0;
}
#liftcampaign .cont-spot-list[data-selectedarea=北陸自動車道] li:not([data-area=北陸自動車道]) {
  max-height: 0;
}
#liftcampaign .cont-spot-list[data-selectedarea=館山自動車道] li:not([data-area=館山自動車道]) {
  max-height: 0;
}
#liftcampaign .cont-spot-list[data-selectedarea=常磐自動車道] li:not([data-area=常磐自動車道]) {
  max-height: 0;
}
#liftcampaign .cont-spot-list[data-selectedarea=磐越自動車道] li:not([data-area=磐越自動車道]) {
  max-height: 0;
}
#liftcampaign .cont-spot-list[data-selectedarea=関越自動車道] li:not([data-area=関越自動車道]) {
  max-height: 0;
}
#liftcampaign .cont-spot-list[data-selectedarea=上信越自動車道] li:not([data-area=上信越自動車道]) {
  max-height: 0;
}
#liftcampaign .cont-spot-list[data-selectedarea=長野自動車道] li:not([data-area=長野自動車道]) {
  max-height: 0;
}
#liftcampaign .cont-spot-list[data-selectedarea=新着] li:not([data-new=true]) {
  max-height: 0;
}
#liftcampaign .cont-spot-list[data-allview=false] li:not(.is-firstdata) {
  max-height: 0;
}
#liftcampaign .cont-spot-list li {
  display: block;
  overflow: hidden;
  transition: max-height 0.3s;
}
#liftcampaign .cont-spot-list li button {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border: 1px solid #505050;
  border-bottom: none;
  padding: 8px 12px;
  background: #fff;
}
@media screen and (min-width:641px) {
  #liftcampaign .cont-spot-list li button {
    padding: 14px 16px;
    align-items: center;
  }
}
#liftcampaign .cont-spot-list__h {
  display: flex;
}
@media screen and (max-width:640px) {
  #liftcampaign .cont-spot-list__h {
    flex-direction: column;
    gap: 4px;
  }
}
@media screen and (min-width:641px) {
  #liftcampaign .cont-spot-list__h {
    align-items: center;
    gap: 16px;
  }
}
#liftcampaign .cont-spot-list__tit {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (min-width:641px) {
  #liftcampaign .cont-spot-list__tit {
    font-size: 18px;
  }
}
#liftcampaign .cont-spot-list__area {
  width: 8em;
  text-align: center;
  display: inline-block;
  border-radius: 4px;
  font-size: 14px;
  padding: 2px 4px;
  line-height: 1;
}
@media screen and (min-width:641px) {
  #liftcampaign .cont-spot-list__area {
    padding: 8px 4px;
  }
}
#liftcampaign .cont-spot-list__area[data-area=北海道] {
  border: 1px solid #44B4F4;
  color: #44B4F4;
}
#liftcampaign .cont-spot-list__area[data-area=岩手県] {
  border: 1px solid #60869C;
  color: #60869C;
}
#liftcampaign .cont-spot-list__area[data-area=宮城県] {
  border: 1px solid #EDA059;
  color: #EDA059;
}
#liftcampaign .cont-spot-list__area[data-area=山形県] {
  border: 1px solid #2B89EB;
  color: #2B89EB;
}
#liftcampaign .cont-spot-list__area[data-area=福島県] {
  border: 1px solid #3CBC8E;
  color: #3CBC8E;
}
#liftcampaign .cont-spot-list__area[data-area=栃木県] {
  border: 1px solid #3C8EBC;
  color: #3C8EBC;
}
#liftcampaign .cont-spot-list__area[data-area=群馬県] {
  border: 1px solid #7258BC;
  color: #7258BC;
}
#liftcampaign .cont-spot-list__area[data-area=新潟県] {
  border: 1px solid #B773A0;
  color: #B773A0;
}
#liftcampaign .cont-spot-list__area[data-area=長野県] {
  border: 1px solid #CFA25F;
  color: #CFA25F;
}
#liftcampaign .cont-spot-list__area[data-area=東北自動車道] {
  border: 1px solid #63C54A;
  color: #63C54A;
}
#liftcampaign .cont-spot-list__area[data-area=道央自動車道] {
  border: 1px solid #63C54A;
  color: #63C54A;
}
#liftcampaign .cont-spot-list__area[data-area=札樽自動車道] {
  border: 1px solid #63C54A;
  color: #63C54A;
}
#liftcampaign .cont-spot-list__area[data-area=北陸自動車道] {
  border: 1px solid #63C54A;
  color: #63C54A;
}
#liftcampaign .cont-spot-list__area[data-area=館山自動車道] {
  border: 1px solid #63C54A;
  color: #63C54A;
}
#liftcampaign .cont-spot-list__area[data-area=常磐自動車道] {
  border: 1px solid #63C54A;
  color: #63C54A;
}
#liftcampaign .cont-spot-list__area[data-area=磐越自動車道] {
  border: 1px solid #63C54A;
  color: #63C54A;
}
#liftcampaign .cont-spot-list__area[data-area=関越自動車道] {
  border: 1px solid #63C54A;
  color: #63C54A;
}
#liftcampaign .cont-spot-list__area[data-area=上信越自動車道] {
  border: 1px solid #63C54A;
  color: #63C54A;
}
#liftcampaign .cont-spot-list__area[data-area=長野自動車道] {
  border: 1px solid #63C54A;
  color: #63C54A;
}
#liftcampaign .cont-select-list {
  outline: none;
  background-color: #fff;
  border: 1px solid #a0a0a0;
  padding: 4px 32px 4px 16px;
  border-radius: 4px;
  background-image: url("../img/icon-form-arrow-down.svg");
  background-repeat: no-repeat;
  background-position: right 16px center;
}
#liftcampaign .cont-spot-list-filters {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width:640px) {
  #liftcampaign .cont-spot-list-filters {
    justify-content: space-between;
  }
}
#liftcampaign .cont-page-num {
  color: #FFF;
}
#liftcampaign .cont-all-view {
  background: #fff;
  text-align: center;
  color: #0062ee;
  padding: 8px;
}
#liftcampaign #cont-error {
  margin-top: 20px;
  text-align: center;
  color: red;
}
#liftcampaign .cont-spot-modal {
  opacity: 0;
  pointer-events: none;
  position: relative;
  position: fixed;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 8px;
}
#liftcampaign .cont-spot-modal.is-open {
  opacity: 1;
  pointer-events: all;
}
#liftcampaign .cont-spot-modal__closebg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (min-width:641px) {
  #liftcampaign .cont-spot-modal {
    padding: 20px;
  }
}
#liftcampaign .cont-spot-modal__box {
  max-height: 100%;
  max-width: 960px;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
#liftcampaign .cont-spot-modal__head, #liftcampaign .cont-spot-modal__body, #liftcampaign .cont-spot-modal__bottom {
  background: white;
  padding: 12px;
}
@media screen and (min-width:641px) {
  #liftcampaign .cont-spot-modal__head, #liftcampaign .cont-spot-modal__body, #liftcampaign .cont-spot-modal__bottom {
    padding: 20px;
  }
}
#liftcampaign .cont-spot-modal__head {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom: 1px solid #e2e2e2;
  display: flex;
  align-items: center;
  gap: 12px;
}
#liftcampaign .cont-spot-modal__logo {
  height: 40px;
  width: auto;
  border: 1px solid rgb(213, 213, 213);
}
#liftcampaign .cont-spot-modal__tit {
  display: flex;
}
@media screen and (max-width:640px) {
  #liftcampaign .cont-spot-modal__tit {
    flex-direction: column;
  }
}
@media screen and (min-width:641px) {
  #liftcampaign .cont-spot-modal__tit {
    align-items: baseline;
    gap: 8px;
  }
}
#liftcampaign .cont-spot-modal__tit span:nth-child(1) {
  font-size: 15px;
}
#liftcampaign .cont-spot-modal__tit span:nth-child(2) {
  font-size: 16px;
  line-height: 1.2;
}
@media screen and (min-width:641px) {
  #liftcampaign .cont-spot-modal__tit span:nth-child(2) {
    font-size: 18px;
  }
}
#liftcampaign .cont-spot-modal__hashtag {
  background-color: #f4f4f4;
  padding: 8px 38px 8px 12px;
  border-radius: 8px;
  background-image: url("../img/icon_carbon_copy.svg");
  background-repeat: no-repeat;
  background-position: center right 12px;
  font-size: 14px;
  width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 1px solid #f4f4f4;
  cursor: pointer;
}
#liftcampaign .cont-spot-modal__hashtag:hover, #liftcampaign .cont-spot-modal__hashtag:active {
  border: 1px solid rgb(204, 204, 204);
}
@media screen and (max-width:640px) {
  #liftcampaign .cont-spot-modal__hashtag {
    display: none;
  }
}
#liftcampaign .cont-spot-modal__body {
  flex: 1;
  overflow-y: scroll;
}
#liftcampaign .cont-spot-modal__pglink {
  display: inline-flex;
  gap: 8px;
  margin-right: 8px;
}
#liftcampaign .cont-spot-modal__pglink.cont-withicon::after {
  content: url("../img/icon_arrow_down.svg");
}
#liftcampaign .cont-spot-modal__outline {
  display: flex;
  gap: 24px;
}
@media screen and (max-width:640px) {
  #liftcampaign .cont-spot-modal__outline {
    flex-direction: column;
  }
}
#liftcampaign .cont-spot-modal__outline > * {
  flex: 1;
}
#liftcampaign .cont-spot-modal__outline-cont p {
  margin-top: 0;
}
#liftcampaign .cont-spot-modal__info {
  padding: 12px;
  border: 1px solid #cfcfcf;
  font-size: 15px;
}
#liftcampaign .cont-spot-modal__bottom {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  border-top: 1px solid #e2e2e2;
  text-align: right;
}
#liftcampaign .cont-spot-modal__closebtn {
  background: #606060;
  font-size: 14px;
  border-radius: 4px;
  color: white;
  padding: 4px 10px;
}
#liftcampaign .cont-spot-modal__buttons {
  display: flex;
  gap: 16px;
}
@media screen and (max-width:640px) {
  #liftcampaign .cont-spot-modal__buttons {
    flex-direction: column;
  }
}
#liftcampaign .cont-spot-modal__button {
  color: white;
  background-color: var(--spot-color);
  background-image: url(../img/icon_arrow_right.svg);
  background-position: center right 10px;
  padding: 12px 46px 12px 10px;
  background-repeat: no-repeat;
  border-radius: 4px;
  flex: 1;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transition: opacity 0.1s linear;
}
#liftcampaign .cont-spot-modal__button:hover, #liftcampaign .cont-spot-modal__button:active {
  opacity: 0.8;
}
#liftcampaign .cont-spot-modal__button.is-disabled {
  opacity: 0.5;
  pointer-events: none;
  box-shadow: none;
}
#liftcampaign .cont-spot-modal__button-caption {
  font-size: 14px;
  margin-top: 4px;
}
#liftcampaign .cont-spot-modal__messagewrap h3 {
  margin-top: 20px;
  font-size: 18px;
}
#liftcampaign .cont-spot-modal__messages {
  margin: 0;
  padding: 0;
}
#liftcampaign .cont-spot-modal__messages li {
  background: #EEEEEE;
  border-radius: 8px;
  padding: 16px;
  margin-top: 8px;
}
#liftcampaign .cont-spot-modal__message-user {
  font-size: 14px;
}
#liftcampaign .lc-news {
  background: #f4ebff;
  padding: 12px;
}
#liftcampaign .lc-news-cont {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -5px;
}
#liftcampaign .lc-news-cont > div {
  margin: 5px;
}
#liftcampaign .lc-news-cont__title {
  font-weight: bold;
  line-height: 1.4;
  font-size: 14.8;
}
@media screen and (min-width:781px) {
  #liftcampaign .lc-news-cont__title {
    font-size: 16px;
    font-size: 18px;
  }
}
#liftcampaign .lc-news-cont__button {
  display: flex;
  align-items: center;
  font-size: 15px;
  padding: 0 0.75em;
  color: #fff;
  background: linear-gradient(90deg, #ce4de7 0%, #8b36ff 100%);
  border-radius: 15px;
  height: 30px;
  white-space: nowrap;
  font-weight: bold;
}
#liftcampaign .lc-news-cont__button:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(90deg, #ce4de7 0%, #9548ff 50%, #de25fc 100%);
}
#liftcampaign .lc-news-cont__button:active {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), linear-gradient(90deg, #ce4de7 0%, #a464fc 50%, #894ae2 100%);
}
#liftcampaign .lc-news-modal {
  transition: opacity linear 0.3s, visibility linear 0.01s;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 998;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 12px;
}
#liftcampaign .lc-news-modal.is-view {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width:781px) {
  #liftcampaign .lc-news-modal {
    padding: 50px;
  }
}
#liftcampaign .lc-news-modal:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
#liftcampaign .lc-news-modal .lc-text-link {
  color: #2f80ed;
  text-decoration: none;
}
#liftcampaign .lc-news-modal .lc-text-link:active, #liftcampaign .lc-news-modal .lc-text-link:hover {
  text-decoration: underline;
}
#liftcampaign .lc-news-modal__close {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 16px;
  right: 16px;
}
#liftcampaign .lc-news-modal__content {
  max-width: 967px;
  margin: auto;
  height: 100%;
  background: #fff;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
#liftcampaign .lc-news-modal__scroll {
  overflow-y: scroll;
  height: 100%;
  padding: 16px;
}
@media screen and (min-width:781px) {
  #liftcampaign .lc-news-modal__scroll {
    padding: 64px;
  }
}
#liftcampaign .lc-news-modal__read {
  position: relative;
  padding: 14px 0;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (min-width:781px) {
  #liftcampaign .lc-news-modal__read {
    font-size: 20px;
  }
}
#liftcampaign .lc-news-modal__read::before {
  position: absolute;
  content: "";
  background: linear-gradient(92.78deg, #967ad2 0%, #f049df 34.98%, #ffbe18 69.44%, #ff4ed8 100.24%);
  width: 100%;
  height: 1px;
  bottom: 0;
  display: block;
}
#liftcampaign .lc-news-modal-item video {
  max-width: 100%;
}
#liftcampaign .lc-news-modal-item p {
  margin-top: 12px;
}
@media screen and (min-width:781px) {
  #liftcampaign .lc-news-modal-item p {
    margin-top: 14px;
  }
}
#liftcampaign .lc-news-modal-item h3 {
  display: flex;
  align-items: center;
  font-weight: bold !important;
}
@media screen and (min-width:641px) {
  #liftcampaign .lc-news-modal-item h3 {
    font-size: 18px;
  }
}
#liftcampaign .lc-news-modal-item h3 img {
  width: 40px;
  display: flex;
  align-items: center;
  margin-right: 14px;
}
#liftcampaign .lc-news-modal-item__user-link {
  font-weight: bold;
  color: #1b1b1b;
}
#liftcampaign .lc-news-modal-item__user-link:hover, #liftcampaign .lc-news-modal-item__user-link:active {
  text-decoration: underline;
}
#liftcampaign .lc-news-modal-item__hashtag {
  font-size: 15px;
  color: #828282;
}
#liftcampaign .lc-news-modal-item__hashtag:hover, #liftcampaign .lc-news-modal-item__hashtag:active {
  text-decoration: underline;
}
#liftcampaign .lc-news-modal-item__insta-link {
  font-size: 13px;
  color: #454545;
  line-height: 16px;
  display: block;
}
#liftcampaign .lc-news-modal-item__insta-link:after {
  content: url(../img/icon-blank.svg);
  vertical-align: middle;
}
#liftcampaign .lc-news-modal-item__photo {
  text-align: center;
}
#liftcampaign .lc-news-modal-item__hr {
  width: 100%;
  height: 1px;
  background: #e0e0e0;
  margin: 40px 0;
  border: none;
}
@media screen and (min-width:781px) {
  #liftcampaign .lc-news-modal-item__type01 {
    display: flex;
    margin: -12px;
  }
  #liftcampaign .lc-news-modal-item__type01 .lc-news-modal-item__photo {
    width: 40%;
  }
  #liftcampaign .lc-news-modal-item__type01 .lc-news-modal-item__cont {
    flex: 1;
  }
  #liftcampaign .lc-news-modal-item__type01 > div {
    margin: 12px;
  }
}
@media screen and (max-width: 780px) {
  #liftcampaign .lc-news-modal-item__type02-wrap > div {
    margin-bottom: 24px;
  }
  #liftcampaign .lc-news-modal-item__type02-wrap > div:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width:781px) {
  #liftcampaign .lc-news-modal-item__type02-wrap {
    display: flex;
    margin: -12px;
  }
  #liftcampaign .lc-news-modal-item__type02-wrap > div {
    width: calc(50% - 24px);
    margin: 12px;
  }
}
#liftcampaign .lc-news-modal-item__type02 {
  display: flex;
  margin: -7px;
}
@media screen and (max-width: 780px) {
  #liftcampaign .lc-news-modal-item__type02 {
    margin-bottom: 24px;
  }
  #liftcampaign .lc-news-modal-item__type02:last-child {
    margin-bottom: 0;
  }
}
#liftcampaign .lc-news-modal-item__type02 .lc-news-modal-item__photo {
  width: 45%;
}
#liftcampaign .lc-news-modal-item__type02 .lc-news-modal-item__cont {
  flex: 1;
}
#liftcampaign .lc-news-modal-item__type02 > div {
  margin: 7px;
}
@media screen and (min-width:781px) {
  #liftcampaign .lc-news-modal-item__type02 {
    margin: -8px;
  }
  #liftcampaign .lc-news-modal-item__type02 > div {
    margin: 8px;
  }
}
#liftcampaign .lc-news-modal-item__type02 .lc-text {
  font-size: 15px;
}
@media screen and (min-width:781px) {
  #liftcampaign .lc-news-modal-item__type02 {
    font-size: 16px;
  }
}
#liftcampaign .lc-news-modal-item__type03-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 24px -8px -8px -8px;
}
@media screen and (min-width:781px) {
  #liftcampaign .lc-news-modal-item__type03-wrap {
    margin: 24px -12px -12px -12px;
  }
}
#liftcampaign .lc-news-modal-item__type03 {
  margin: 8px 8px 24px;
  width: calc(50% - 16px);
}
#liftcampaign .lc-news-modal-item__type03:last-child {
  margin-bottom: 8px;
}
@media screen and (min-width:781px) {
  #liftcampaign .lc-news-modal-item__type03 {
    margin: 12px 12px 24px 12px;
    width: calc(20% - 24px);
  }
  #liftcampaign .lc-news-modal-item__type03:last-child {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 780px) {
  #liftcampaign .lc-news-modal-item__cont {
    margin-top: 18px;
  }
}
#liftcampaign .lc-news-modal-item-manarty {
  background: #f3ffea;
  padding: 16px;
}
#liftcampaign .lc-news-modal-item-manarty__head {
  color: #3a9a2d;
  font-size: 18px;
  font-weight: bold !important;
}
@media screen and (min-width:641px) {
  #liftcampaign .lc-news-modal-item-manarty__head {
    text-align: center;
  }
}
@media screen and (min-width:641px) {
  #liftcampaign .lc-news-modal-item-manarty {
    padding: 32px;
  }
}
#liftcampaign .lc-news-modal-item-manarty__img {
  text-align: center;
}
@media screen and (min-width:641px) {
  #liftcampaign .lc-news-modal-item-manarty__img img {
    max-width: 400px;
  }
}
#liftcampaign .swiper-wrapper {
  align-items: stretch;
  padding-right: 16px;
}
#liftcampaign .swiper-slide {
  width: 248px;
  background: #EEEEEE;
  padding: 12px 12px;
  border-radius: 8px;
  text-align: left;
  height: auto;
  position: relative;
  border: 1px solid #D8D8D8;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width:641px) {
  #liftcampaign .swiper-slide {
    width: 318px;
  }
}
#liftcampaign .swiper-slide:before {
  content: url("../img/pct-comment-quote.svg");
  position: absolute;
  top: -16px;
  left: 12px;
}
#liftcampaign .swiper-slide p {
  margin-top: 0;
}
#liftcampaign .swiper-slide__comments {
  font-size: 15px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#liftcampaign .swiper-slide__meta {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
}
#liftcampaign .swiper-slide__spot, #liftcampaign .swiper-slide__user {
  font-size: 14px;
}
#liftcampaign .swiper-slide__spot {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#liftcampaign .swiper-slide__user {
  text-align: right;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
#liftcampaign .cont-footer {
  background: white;
  padding: 36px 36px;
  text-align: center;
}
#liftcampaign .cont-hidden {
  display: none;
}
#liftcampaign .cont-tgtspot {
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 90;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #323232;
  color: white;
  font-size: 15px;
  padding: 0 20px 0 38px;
  vertical-align: middle;
  height: 52px;
  background-image: url("../img/icon_marker_white.svg");
  background-repeat: no-repeat;
  background-position: center left 16px;
  background-size: 24px 24px;
  border-top-right-radius: 6px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
}
#liftcampaign .cont-tgtspot.is-view {
  opacity: 1;
  pointer-events: all;
}
@media screen and (max-width:640px) {
  #liftcampaign .cont-tgtspot p {
    display: none;
  }
}
@media screen and (min-width:641px) {
  #liftcampaign .cont-tgtspot {
    bottom: 20px;
    padding: 46px 0 16px 0;
    display: inline-flex;
    height: auto;
    width: 46px;
    left: auto;
    right: 0;
    justify-content: center;
    border-radius: 4px 0 0 4px;
    background-position: top 12px center;
    text-align: center;
    top: 40%;
    bottom: auto;
    transform: translateY(-50%);
  }
  #liftcampaign .cont-tgtspot p {
    writing-mode: vertical-rl;
  }
}
#liftcampaign .cont-pagetop {
  position: fixed;
  bottom: 8px;
  right: 8px;
  display: none;
}
#liftcampaign .cont-pagetop.is-view {
  display: block;
}

/*
  * override
  */
.l-main {
  padding-bottom: 0 !important;
}

.gm-ui-hover-effect > span {
  background-color: #000 !important;
}/*# sourceMappingURL=style.css.map */