@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700;800&display=swap");
@import url("https://use.typekit.net/seo8thd.css");
:root {
  --vw: 0vw; /* 初期値（JSで上書きされる） */
}

.effect {
  opacity: 0;
}
.effect.active {
  animation: popanm 0.6s ease forwards;
}

footer {
  margin-top: 0 !important;
}

.fuwafuwa {
  cursor: pointer;
  animation: fuwafuwa 3s cubic-bezier(0.37, 0, 0.63, 1) infinite;
}
.fuwafuwa.reverse {
  animation: fuwafuwa 3s cubic-bezier(0.37, 0, 0.63, 1) infinite;
}
@keyframes fuwafuwa {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fuwafuwa-r {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

.font-montserrat {
  font-family: "Montserrat", sans-serif;
  letter-spacing: -0.03em;
}
.font-montserrat.black {
  font-weight: 900;
}
.font-montserrat.bold {
  font-weight: 800;
}

#lp-campaign {
  position: relative;
  width: 100%;
  overflow: hidden;
  color: #000;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  margin: 0 auto;
  text-align: left;
  font-size: 14px;
  font-family: hiragino-kaku-gothic-pron, "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 600;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #lp-campaign {
    width: 100%;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  #lp-campaign .pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #lp-campaign .sp {
    display: none;
  }
}
#lp-campaign img {
  width: 100%;
}
#lp-campaign a {
  display: block;
  cursor: pointer;
  transition: opacity 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
#lp-campaign a:hover {
  opacity: 0.6;
}
#lp-campaign section.sec-main {
  position: relative;
  width: 100%;
}
#lp-campaign section.sec-main .image {
  width: 100%;
}
#lp-campaign section.sec-main .image img {
  width: 100%;
  height: auto;
}
#lp-campaign > .content {
  position: relative;
  background-color: #1863a4;
}
#lp-campaign > .content ul.deco-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#lp-campaign > .content ul.deco-box li {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(0.078125 * var(--vw));
}
#lp-campaign > .content ul.deco-box li:nth-child(1) {
  width: calc(0.0859375 * var(--vw));
  top: calc(0.21875 * var(--vw));
  left: auto;
  right: calc(0.1796875 * var(--vw));
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #lp-campaign > .content ul.deco-box li:nth-child(1) {
    width: 13.3333333333vw;
    top: 31.3333333333vw;
    left: 59.3333333333vw;
  }
}
#lp-campaign > .content ul.deco-box li:nth-child(2) {
  width: calc(0.1640625 * var(--vw));
  top: calc(0.2109375 * var(--vw));
  left: auto;
  right: calc(0 * var(--vw));
  z-index: 0;
}
@media screen and (max-width: 767px) {
  #lp-campaign > .content ul.deco-box li:nth-child(2) {
    width: 26.6666666667vw;
    top: 32vw;
    right: calc(-0.0133333333 * var(--vw));
  }
}
#lp-campaign > .content ul.deco-box li:nth-child(3) {
  width: calc(0.234375 * var(--vw));
  top: calc(0.546875 * var(--vw));
  left: calc(-0.171875 * var(--vw));
  z-index: 0;
}
@media screen and (max-width: 767px) {
  #lp-campaign > .content ul.deco-box li:nth-child(3) {
    width: 26.6666666667vw;
    top: 184vw;
    left: 44.6666666667vw;
  }
}
#lp-campaign > .content ul.deco-box li:nth-child(4) {
  width: calc(0.234375 * var(--vw));
  top: calc(0.6484375 * var(--vw));
  left: auto;
  right: calc(-0.1484375 * var(--vw));
  z-index: 0;
}
@media screen and (max-width: 767px) {
  #lp-campaign > .content ul.deco-box li:nth-child(4) {
    width: 40vw;
    top: 25.3333333333vw;
    left: 58vw;
  }
}
#lp-campaign section.sec-loop {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0 0 calc(0.046875 * var(--vw));
}
@media screen and (max-width: 767px) {
  #lp-campaign section.sec-loop {
    padding: 0 0 13.3333333333vw;
  }
}
#lp-campaign section.sec-loop ul {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: loop 30s linear infinite;
  animation-delay: 0.5s;
}
@media screen and (max-width: 767px) {
  #lp-campaign section.sec-loop ul {
    animation: loop 20s linear infinite;
  }
}
#lp-campaign section.sec-loop li {
  flex-shrink: 0;
  padding: calc(0.046875 * var(--vw)) calc(0.0234375 * var(--vw));
  align-content: center;
}
@media screen and (max-width: 767px) {
  #lp-campaign section.sec-loop li {
    padding: calc(0.08 * var(--vw)) calc(0.0133333333 * var(--vw));
  }
}
#lp-campaign section.sec-loop li img {
  height: calc(0.1015625 * var(--vw));
  width: auto;
}
@media screen and (max-width: 767px) {
  #lp-campaign section.sec-loop li img {
    height: 13.3333333333vw;
  }
}
@keyframes loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
#lp-campaign section.sec-campaign {
  position: relative;
  width: 100%;
  padding: calc(0 * var(--vw)) 0 calc(0.1171875 * var(--vw));
  font-weight: bold;
  color: #000000;
}
@media screen and (max-width: 767px) {
  #lp-campaign section.sec-campaign {
    padding: 0;
  }
}
#lp-campaign section.sec-campaign .container {
  width: calc(0.8125 * var(--vw));
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #lp-campaign section.sec-campaign .container {
    width: 90.6666666667vw;
  }
}
#lp-campaign section.sec-campaign .container .ttl-box {
  position: relative;
  z-index: 5;
  padding-bottom: 2vw;
}
#lp-campaign section.sec-campaign .container .ttl-box h2 {
  width: calc(0.3515625 * var(--vw));
  margin-left: -20px;
}
@media screen and (max-width: 767px) {
  #lp-campaign section.sec-campaign .container .ttl-box h2 {
    width: 50.6666666667vw;
    margin-left: 0;
  }
}
#lp-campaign section.sec-campaign .container .ttl-box h2 img {
  width: 100%;
  height: auto;
}
#lp-campaign section.sec-campaign .container .campaign-box {
  margin-top: calc(0.03125 * var(--vw));
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #lp-campaign section.sec-campaign .container .campaign-box {
    flex-wrap: wrap;
    margin-top: 5.3333333333vw;
  }
}
#lp-campaign section.sec-campaign .container .campaign-box .image-box {
  width: calc(0.3671875 * var(--vw));
}
@media screen and (max-width: 767px) {
  #lp-campaign section.sec-campaign .container .campaign-box .image-box {
    display: none;
  }
}
#lp-campaign section.sec-campaign .container .campaign-box .text-box {
  width: calc(0.403125 * var(--vw));
  letter-spacing: 0.03em;
  padding-top: calc(0.0078125 * var(--vw));
}
@media screen and (max-width: 767px) {
  #lp-campaign section.sec-campaign .container .campaign-box .text-box {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #lp-campaign section.sec-campaign .container .campaign-box .text-box .ttl-box {
    transform-origin: 0% 0%;
    transform: rotate(-5deg);
  }
}
#lp-campaign section.sec-campaign .container .campaign-box .text-box .ttl span {
  background: #fac633;
  border-radius: calc(0.0046875 * var(--vw));
  color: #1863a4;
  font-size: 1.25vw;
  padding: calc(0.00546875 * var(--vw)) calc(0.00625 * var(--vw));
}
@media screen and (max-width: 767px) {
  #lp-campaign section.sec-campaign .container .campaign-box .text-box .ttl span {
    border-radius: 0.8vw;
    font-size: 2.6666666667vw;
    padding: 0.9333333333vw 1.2vw 1.2vw;
  }
}
#lp-campaign section.sec-campaign .container .campaign-box .text-box h5 {
  margin-top: calc(0.0125 * var(--vw));
  font-size: calc(0.0140625 * var(--vw));
  line-height: 1.38;
  color: #fac633;
  letter-spacing: 0.03em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #lp-campaign section.sec-campaign .container .campaign-box .text-box h5 {
    margin-top: 2.1333333333vw;
    font-size: 3.4666666667vw;
    letter-spacing: 0em;
  }
}
#lp-campaign section.sec-campaign .container .campaign-box .text-box h5 span {
  font-size: 3.125vw;
}
@media screen and (max-width: 767px) {
  #lp-campaign section.sec-campaign .container .campaign-box .text-box h5 span {
    font-size: 5.8666666667vw;
  }
}
#lp-campaign section.sec-campaign .container .campaign-box .text-box .text {
  margin-top: calc(0.025 * var(--vw));
  font-size: 1.25vw;
  font-weight: bold;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  #lp-campaign section.sec-campaign .container .campaign-box .text-box .text {
    margin-top: 6.4vw;
    font-size: 3.4666666667vw;
  }
}
@media screen and (max-width: 767px) {
  #lp-campaign section.sec-campaign .container .campaign-box .text-box > .image {
    width: 100vw;
    margin-top: 5.3333333333vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
@media screen and (max-width: 767px) {
  #lp-campaign section.sec-campaign .container .campaign-box .text-box .sp-wrap {
    position: relative;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  #lp-campaign section.sec-campaign .container .campaign-box .text-box .sp-wrap .image {
    position: relative;
    top: -12vw;
    right: -4vw;
    width: 40vw;
    flex-shrink: 0;
    z-index: 1;
  }
  #lp-campaign section.sec-campaign .container .campaign-box .text-box .sp-wrap .image img {
    width: 102%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  #lp-campaign section.sec-campaign .container .campaign-box .text-box .sp-wrap .note-box {
    padding-right: 0.6666666667vw;
    box-sizing: border-box;
    letter-spacing: 0.02em;
    white-space: nowrap;
    letter-spacing: 0em;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  #lp-campaign section.sec-campaign .container .campaign-box .text-box .sp-wrap .deco-img-sp {
    width: calc(0.5333333333 * var(--vw));
    position: absolute;
    top: 34vw;
    right: -14vw;
    z-index: 0;
  }
}
#lp-campaign section.sec-campaign .container .campaign-box .text-box .note {
  position: relative;
  margin-top: calc(0.009375 * var(--vw));
  font-size: 1.5277777778vw;
  font-weight: 600;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  #lp-campaign section.sec-campaign .container .campaign-box .text-box .note {
    margin-top: 1.6vw;
    font-size: 2.9333333333vw;
  }
}
#lp-campaign section.sec-campaign .container .campaign-box .text-box .note span {
  position: relative;
  display: block;
  padding-left: calc(0.0125 * var(--vw));
  line-height: 1.5;
  font-size: 1.1111111111vw;
}
@media screen and (max-width: 767px) {
  #lp-campaign section.sec-campaign .container .campaign-box .text-box .note span {
    padding-left: 2.1333333333vw;
    font-size: 2.4vw;
    line-height: 1.45;
    letter-spacing: -0.01em;
  }
}
#lp-campaign section.sec-campaign .container .campaign-box .text-box .note span:nth-child(n+2) {
  margin-top: calc(0.0046875 * var(--vw));
}
@media screen and (max-width: 767px) {
  #lp-campaign section.sec-campaign .container .campaign-box .text-box .note span:nth-child(n+2) {
    margin-top: 0.8vw;
  }
}
#lp-campaign section.sec-campaign .container .campaign-box .text-box .note span:before {
  position: absolute;
  content: "※";
  top: 0;
  left: 0;
}
#lp-campaign section.sec-campaign .container .campaign-deco {
  width: 90%;
  margin: 0 auto;
  padding-top: calc(0.0390625 * var(--vw));
}
@media screen and (max-width: 767px) {
  #lp-campaign section.sec-campaign .container .campaign-deco {
    padding-top: 0;
  }
}
#lp-campaign section.sec-link {
  position: relative;
}
@media screen and (max-width: 767px) {
  #lp-campaign section.sec-link {
    padding-bottom: 17.3333333333vw;
  }
}
#lp-campaign section.sec-link .container {
  width: calc(0.8125 * var(--vw));
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #lp-campaign section.sec-link .container {
    width: 90.6666666667vw;
  }
}
#lp-campaign section.sec-link .container ul {
  display: flex;
  gap: calc(0.0625 * var(--vw));
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #lp-campaign section.sec-link .container ul {
    display: grid;
  }
}
#lp-campaign section.sec-link .container ul li {
  z-index: 1;
}
#lp-campaign section.sec-link .container ul li a {
  display: block;
  transition: transform 0.2s cubic-bezier(0.33, 1, 0.68, 1);
}
#lp-campaign section.sec-link .container ul li a:hover {
  opacity: 1;
  transform: scale(1.04);
}
#lp-campaign section.sec-link .container ul li a img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  #lp-campaign section.sec-link .container ul .link-left {
    position: relative;
    margin-top: calc(0.1333333333 * var(--vw));
  }
}
#lp-campaign section.sec-link .container ul .link-left .link-img {
  width: calc(0.3515625 * var(--vw));
  position: relative;
  top: 0;
}
@media screen and (max-width: 767px) {
  #lp-campaign section.sec-link .container ul .link-left .link-img {
    width: calc(1 * var(--vw));
    top: -6.6666666667vw;
    left: auto;
    right: -12.6666666667vw;
    z-index: 1;
  }
}
#lp-campaign section.sec-link .container ul .link-right {
  margin-top: calc(0.03125 * var(--vw));
}
@media screen and (max-width: 767px) {
  #lp-campaign section.sec-link .container ul .link-right {
    margin-top: 0;
  }
}
#lp-campaign section.sec-link .container ul .link-right .link-img {
  width: calc(0.3515625 * var(--vw));
  position: relative;
  top: -14.0625vw;
}
@media screen and (max-width: 767px) {
  #lp-campaign section.sec-link .container ul .link-right .link-img {
    width: calc(1 * var(--vw));
    top: -5.3333333333vw;
    left: -12.6666666667vw;
    right: auto;
    z-index: 1;
  }
}
#lp-campaign section.sec-link .bg_bottom {
  background-color: #ffffff;
  margin-top: -10.546875vw;
}
@media screen and (max-width: 767px) {
  #lp-campaign section.sec-link .bg_bottom {
    margin-top: -15.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  #lp-campaign section.sec-link .bg_bottom .sp-area {
    position: relative;
  }
  #lp-campaign section.sec-link .bg_bottom .sp-area .link-img-sp {
    width: calc(1.3066666667 * var(--vw));
    position: absolute;
    top: 8vw;
    left: -16vw;
  }
}
#lp-campaign section.sec-link .sec-link-deco {
  width: calc(0.859375 * var(--vw));
  position: absolute;
  bottom: -2.34375vw;
  left: 7.8125vw;
}
@media screen and (max-width: 767px) {
  #lp-campaign section.sec-link .sec-link-deco {
    width: 90.6666666667vw;
    top: 14.6666666667vw;
    bottom: auto;
    left: 5.3333333333vw;
  }
}
#lp-campaign section.sec-item {
  position: relative;
  width: 100%;
  padding: calc(0.046875 * var(--vw)) 0 calc(0.0390625 * var(--vw));
  margin: calc(0.078125 * var(--vw)) auto 0;
  background-color: #fac633;
  background: url("https://cf.graniph.com/banner/other/lambchop-campaign/img/202606/bg_pc_fix.png") top center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #lp-campaign section.sec-item {
    padding: 4vw 0 20vw;
    background: url("https://cf.graniph.com/banner/other/lambchop-campaign/img/202606/bg_sp.png") top center no-repeat;
    background-size: cover;
  }
}
#lp-campaign section.sec-item .container {
  position: relative;
  width: calc(0.765625 * var(--vw));
  margin: 0 auto;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #lp-campaign section.sec-item .container {
    width: 90vw;
  }
}
#lp-campaign section.sec-item .container .deco-box {
  position: absolute;
  width: calc(0.3359375 * var(--vw));
  top: calc(-0.015625 * var(--vw));
  right: calc(-0.0703125 * var(--vw));
  left: auto;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  #lp-campaign section.sec-item .container .deco-box {
    width: 46.6666666667vw;
    top: 4vw;
    right: -2.6666666667vw;
  }
}
#lp-campaign section.sec-item .container .ttl-box h2 {
  position: relative;
  width: calc(0.71875 * var(--vw));
  padding: calc(0.015625 * var(--vw)) 0 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #lp-campaign section.sec-item .container .ttl-box h2 {
    width: 109.3333333333vw;
    padding: 13.3333333333vw 0 0;
    left: -10vw;
  }
}
#lp-campaign section.sec-item .container .ttl-box h2 img {
  width: 100%;
  height: auto;
}
#lp-campaign section.sec-item .container .item-box {
  position: relative;
  margin: calc(0.0625 * var(--vw)) auto 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: calc(0.0390625 * var(--vw)) calc(0.0140625 * var(--vw));
}
@media screen and (max-width: 767px) {
  #lp-campaign section.sec-item .container .item-box {
    margin: 10.6666666667vw auto 0;
    gap: 8.5333333333vw 3.4666666667vw;
  }
}
#lp-campaign section.sec-item .container .item-box li {
  position: relative;
  width: calc((100% - 0.0140625 * var(--vw) * 3) / 4);
  color: #000;
}
@media screen and (max-width: 767px) {
  #lp-campaign section.sec-item .container .item-box li {
    width: calc((100% - 3.4666666667vw) / 2);
  }
}
#lp-campaign section.sec-item .container .item-box li a {
  display: block;
  cursor: pointer;
  transition: opacity 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
#lp-campaign section.sec-item .container .item-box li a:hover {
  opacity: 0.6;
}
#lp-campaign section.sec-item .container .item-box li .image {
  display: block;
  width: 100%;
}
#lp-campaign section.sec-item .container .item-box li p.name {
  margin: calc(0.0109375 * var(--vw)) auto 0;
  font-size: calc(0.009375 * var(--vw));
  line-height: 1.4;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  #lp-campaign section.sec-item .container .item-box li p.name {
    margin: 2.4vw auto 0;
    font-size: 2.9333333333vw;
    line-height: 1.5;
  }
}
#lp-campaign section.sec-item .container .item-box li p.price {
  margin: calc(0.003125 * var(--vw)) auto 0;
  font-size: calc(0.009375 * var(--vw));
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  #lp-campaign section.sec-item .container .item-box li p.price {
    margin: 0.5333333333vw auto 0;
    font-size: 2.6666666667vw;
    line-height: 1.5;
  }
}
#lp-campaign section.sec-item .container .item-box li .deco_1_pc {
  position: absolute;
  top: calc(0.05859375 * var(--vw));
  left: calc(-0.0625 * var(--vw));
  width: calc(0.1015625 * var(--vw));
  z-index: -1;
}
#lp-campaign section.sec-item .container .item-box li .deco_2_pc {
  position: absolute;
  top: calc(-0.04921875 * var(--vw));
  right: calc(0.0078125 * var(--vw));
  width: calc(0.09375 * var(--vw));
  z-index: -1;
}
#lp-campaign section.sec-item .container .item-box li .deco_3_pc {
  position: absolute;
  top: calc(-0.046875 * var(--vw));
  right: calc(0.00390625 * var(--vw));
  width: calc(0.078125 * var(--vw));
  z-index: -1;
}
#lp-campaign section.sec-item .container .item-box li .deco_4 {
  position: absolute;
  top: calc(0.015625 * var(--vw));
  left: calc(-0.13046875 * var(--vw));
  width: calc(0.0859375 * var(--vw));
  z-index: -1;
}
#lp-campaign section.sec-item .container .item-box li .deco_5_pc {
  position: absolute;
  top: calc(-0.05078125 * var(--vw));
  right: calc(0.00390625 * var(--vw));
  width: calc(0.078125 * var(--vw));
  z-index: -1;
}
#lp-campaign section.sec-item .container .item-box li .deco_6_pc {
  position: absolute;
  top: calc(-0.078125 * var(--vw));
  right: calc(-0.13671875 * var(--vw));
  width: calc(0.0703125 * var(--vw));
  z-index: -1;
}
#lp-campaign section.sec-item .container .item-box li .deco_9_pc {
  position: absolute;
  top: calc(0.0859375 * var(--vw));
  right: calc(-0.05078125 * var(--vw));
  width: calc(0.09375 * var(--vw));
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #lp-campaign section.sec-item .container .item-box li .deco_1_sp {
    position: absolute;
    top: -13.3333333333vw;
    right: -11.6vw;
    width: 18.6666666667vw;
    z-index: -1;
  }
  #lp-campaign section.sec-item .container .item-box li .deco_2_sp {
    position: absolute;
    top: -10.6666666667vw;
    right: 5.3333333333vw;
    width: 18.6666666667vw;
    z-index: -1;
  }
  #lp-campaign section.sec-item .container .item-box li .deco_3_sp {
    position: absolute;
    top: -10.6666666667vw;
    right: 0.6666666667vw;
    width: 16vw;
    z-index: -1;
  }
  #lp-campaign section.sec-item .container .item-box li .deco_4 {
    position: absolute;
    top: -7.3333333333vw;
    left: -10.1333333333vw;
    width: 14.6666666667vw;
    z-index: -1;
  }
  #lp-campaign section.sec-item .container .item-box li .deco_5_sp {
    position: absolute;
    top: -10.6666666667vw;
    right: 0.6666666667vw;
    width: 14.6666666667vw;
    z-index: -1;
  }
  #lp-campaign section.sec-item .container .item-box li .deco_6_sp {
    position: absolute;
    top: -13.3333333333vw;
    right: -8.6666666667vw;
    width: 13.3333333333vw;
    z-index: -1;
  }
  #lp-campaign section.sec-item .container .item-box li .deco_7_sp {
    position: absolute;
    top: -10.6666666667vw;
    right: 4vw;
    width: 16vw;
    z-index: -1;
  }
}
#lp-campaign .sec-thanks {
  position: relative;
  width: 100%;
  margin: calc(0.1171875 * var(--vw)) 0 calc(0.078125 * var(--vw));
}
@media screen and (max-width: 767px) {
  #lp-campaign .sec-thanks {
    margin: 20vw 0 0;
  }
}
#lp-campaign .sec-thanks .image {
  width: 29.6875vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #lp-campaign .sec-thanks .image {
    width: 53.3333333333vw;
  }
}
#lp-campaign .sec-thanks .image img {
  width: 100%;
  height: auto;
}

.btn-more {
  position: relative;
  margin: 14.0625vw auto 0;
  width: 25vw;
  height: 5vw;
}
@media screen and (max-width: 767px) {
  .btn-more {
    margin: 24vw auto 0;
    width: 53.3333333333vw;
    height: 10.6666666667vw;
  }
}
.btn-more a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  background: #1863a4;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  padding: 1.796875vw 0;
  box-sizing: border-box;
  font-size: 1.25vw;
  border-radius: 100px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .btn-more a {
    font-size: 2.6666666667vw;
    padding: 4vw 0;
  }
}
.btn-more a span {
  position: relative;
}
.btn-more a span:after {
  position: absolute;
  content: "";
  top: 0.15625vw;
  right: -1.5625vw;
  background: url("https://cf.graniph.com/banner/other/ikaku-campaign/img/202603/icon_link.png") center center no-repeat;
  width: 0.78125vw;
  height: 0.9375vw;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .btn-more a span:after {
    top: 0.4vw;
    right: -3.0666666667vw;
    width: 1.3333333333vw;
    height: 2vw;
  }
}
.btn-more .deco_8 {
  position: absolute;
  left: calc(0.0625 * var(--vw));
  bottom: calc(0.04921875 * var(--vw));
  width: calc(0.125 * var(--vw)) !important;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .btn-more .deco_8 {
    left: 13.3333333333vw;
    bottom: 4.6666666667vw;
    width: 26.6666666667vw !important;
  }
}

.hoverObj {
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .hoverObj:hover {
    animation: hoverAnim 0.3s ease 1;
  }
}/*# sourceMappingURL=style.css.map */