@charset "UTF-8";
/* color */
/*
* 最小値と最大値を引数にとり、clampを返す関数
*/
html {
  font-size: 1.1111111111vw;
  -webkit-font-feature-settings: palt;
          font-feature-settings: palt;
}

.p-lp {
  overflow-x: hidden;
  background-color: #eceff7;
}
.p-lp .lp-header__ttl {
  position: relative;
  height: 50vw;
  max-height: 640px;
  background: url(../img/kv_bg.jpg) no-repeat 0 0/100vw auto;
}
@media screen and (max-width: 767px) {
  .p-lp .lp-header__ttl {
    height: 133.33vw;
    max-height: 500px;
    background-image: url(../img/kv_bg_sp.jpg);
  }
}
.p-lp .lp-header__ttl--main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50vw;
  max-height: 640px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-lp .lp-header__ttl--main {
    height: 133.33vw;
    max-height: 500px;
  }
}
.p-lp .lp-header__ttl--main img {
  width: 48.44vw;
  max-width: 620px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .p-lp .lp-header__ttl--main img {
    width: 87.47vw;
    max-width: 328px;
  }
}
.p-lp .lp-header__ttl--sub {
  position: absolute;
  bottom: 5%;
  left: 60%;
}
@media screen and (max-width: 767px) {
  .p-lp .lp-header__ttl--sub {
    bottom: 7%;
  }
}
.p-lp .lp-header__ttl--sub img {
  width: 15.47vw;
  max-width: 198px;
}
@media screen and (max-width: 767px) {
  .p-lp .lp-header__ttl--sub img {
    width: 33.33vw;
    max-width: 125px;
  }
}
.p-lp .lp-header__ttl--icons {
  position: absolute;
  top: 0;
  left: 0;
  width: min(8.98%, 115px);
  padding: min(1.41vw, 18px) 0 min(1.56vw, 20px) min(1.56vw, 20px);
  background: rgba(33, 57, 108, 0.84);
  /*border-radius: 0 0 15px;*/
  
  --r: 1em;
  /*border-inline: .5em solid #0000;*/
  clip-path: polygon(0 0,100% 0,100% 100%,calc(100% - .1em) 100%,50% calc(100% - var(--r)),0em 100%,0 100%);
}
@media screen and (max-width: 767px) {
  .p-lp .lp-header__ttl--icons {
    width: auto;
    max-width: min(89.33vw, 335px);
    padding: min(2.67vw, 10px) 0 min(1.33vw, 5px) min(2.67vw, 10px);
    clip-path: polygon(100% 0,0 0,0 100%,100% 100%,100% calc(100% - .1em),calc(100% - var(--r)) 50%,100% .1em);
  }
}
@media screen and (max-width: 767px) {
  .p-lp .lp-header__ttl--icons .ttl--icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: min(89.33vw, 335px);
    padding-right: min(2.67vw, 10px);
  }
}
.p-lp .lp-header__ttl--icons .ttl--icons--ttl {
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .p-lp .lp-header__ttl--icons .ttl--icons--ttl {
    margin-right: 7px;
    margin-bottom: auto;
  }
}
.p-lp .lp-header__ttl--icons .ttl--icons--ttl img {
  width: auto;
  height: min(5.47vw, 70px);
  max-height: 70px;
}
@media screen and (max-width: 767px) {
  .p-lp .lp-header__ttl--icons .ttl--icons--ttl img {
    height: min(10.93vw, 41px);
    max-height: 41px;
  }
}
.p-lp .lp-header__ttl--icons .ttl--icons--medal:last-child {
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-lp .lp-header__ttl--icons .ttl--icons--medal:last-child {
    padding-right: 15px;
    padding-bottom: 0;
  }
}
.p-lp .lp-header__ttl--icons .ttl--icons--medal img {
  width: min(6.09vw, 78px);
  max-width: 78px;
}
@media screen and (max-width: 767px) {
  .p-lp .lp-header__ttl--icons .ttl--icons--medal img {
    width: min(13.33vw, 50px);
    max-width: 50px;
  }
}
.p-lp .lp-header__ttl--icons img {
  width: 15.23vw;
  max-width: 195px;
}
@media screen and (max-width: 767px) {
  .p-lp .lp-header__ttl--icons img {
    width: 89.33vw;
    max-width: 335px;
  }
}
.p-lp .lp-header__txt {
  width: 96.72vw;
  max-width: 1238px;
  padding-top: min(62px, 4.84vw);
  margin: auto;
}
@media (min-width: 1441px) {
  .p-lp .lp-header__txt {
    max-width: 1440px;
  }
}
.p-lp .lp-header__txt--lead {
  font-size: 16px;
  line-height: 1.7;
  color: #21396c;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-lp .lp-header__txt--lead {
    font-size: 1rem;
  }
}
.p-lp .lp-header__txt--icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: min(50px, 3.91vw) min(20px, 1.56vw) min(26px, 2.03vw);
  margin-right: -35px;
  margin-left: -35px;
}
@media (min-width: 768px) and (max-width: 1310px) {
  .p-lp .lp-header__txt--icons {
    gap: 0 20px;
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-lp .lp-header__txt--icons {
    width: 175vw;
    margin-left: -39vw;
    -webkit-transform: scale(0.569);
        -ms-transform: scale(0.569);
            transform: scale(0.569);
  }
}
.p-lp .lp-body .lp-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-lp .lp-body .lp-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-lp .lp-body .lp-content.p-side--right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-lp .lp-body .lp-content.p-side--right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.p-lp .lp-body .lp-content--left {
  display: table;
  width: 50vw;
  padding: 0 clamp(2.69vw, 1%, 60px);
  table-layout: fixed;
}
@media screen and (max-width: 767px) {
  .p-lp .lp-body .lp-content--left {
    width: 100vw;
    min-height: 100vw;
    padding-bottom: min(5.33vw, 20px);
  }
}
.p-lp .lp-body .lp-content--left__inner {
  display: table-cell;
  margin: auto;
  text-align: center;
  vertical-align: middle;
}
@media (min-width: 768px) and (max-width: 900px) {
  .p-lp .lp-body .lp-content--left__inner {
    height: calc(50vw - 10px);
    padding-bottom: 10px;
  }
}
.p-lp .lp-body .lp-content--left img {
  margin: auto;
}
.p-lp .lp-body .lp-content--left--reco {
  width: 33.28vw;
  max-width: 426px;
}
@media screen and (max-width: 767px) {
  .p-lp .lp-body .lp-content--left--reco {
    width: 66.67vw;
    max-width: 250px;
  }
}
@media (min-width: 1441px) {
  .p-lp .lp-body .lp-content--left--reco {
    width: clamp(426px, 80%, 33.28vw);
    max-width: 80%;
  }
}
.p-lp .lp-body .lp-content--left--logo {
  padding: clamp(2.97vw, 5%, 38px) 0 clamp(4.53vw, 2%, 58px);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .p-lp .lp-body .lp-content--left--logo {
    padding: clamp(2.19vw, 5%, 28px) 0 clamp(2.19vw, 2%, 28px);
  }
}
.p-lp .lp-body .lp-content--left--logo img {
  width: 40.63vw;
  max-width: 520px;
}
@media (min-width: 1441px) {
  .p-lp .lp-body .lp-content--left--logo img {
    width: clamp(520px, 80%, 40.63vw);
    max-width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .p-lp .lp-body .lp-content--left--logo img {
    width: 81.07vw;
    max-width: 304px;
  }
}
.p-lp .lp-body .lp-content--left__txt {
  margin-bottom: clamp(2.97vw, 5%, 38px);
  font-size: min(1.25vw, 1.25rem);
  font-weight: bold;
  line-height: 1.7;
  color: #21396c;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .p-lp .lp-body .lp-content--left__txt {
    margin-bottom: clamp(2.19vw, 5%, 28px);
  }
}
@media (min-width: 1441px) {
  .p-lp .lp-body .lp-content--left__txt {
    font-size: clamp(1.25vw, 100%, 1.25rem);
  }
}
@media screen and (max-width: 767px) {
  .p-lp .lp-body .lp-content--left__txt {
    font-size: 1rem;
  }
}
.p-lp .lp-body .lp-content--left--deco {
  width: 20.31vw;
  max-width: 260px;
}
@media screen and (max-width: 767px) {
  .p-lp .lp-body .lp-content--left--deco {
    width: 40.53vw;
    max-width: 152px;
  }
}
@media (min-width: 1441px) {
  .p-lp .lp-body .lp-content--left--deco {
    width: clamp(260px, 80%, 20.31vw);
    max-width: 80%;
  }
}
.p-lp .lp-body .lp-content--left--shopdetail {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0 min(3.05vw, 39px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: min(1.56vw, 20px) min(1.09vw, 14px) min(1.56vw, 20px) min(2.5vw, 32px);
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .p-lp .lp-body .lp-content--left--shopdetail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 89.33vw;
    max-width: 335px;
    padding: min(5.33vw, 20px) min(4.8vw, 18px);
  }
}
@media screen and (max-width: 767px) {
  .p-lp .lp-body .lp-content--left--shopdetail .shopdetail__logo {
    margin-bottom: max(7.47vw, 28px);
  }
  .p-lp .lp-body .lp-content--left--shopdetail .shopdetail__logo img {
    width: 26.67vw;
    max-width: 100px;
  }
}
.p-lp .lp-body .lp-content--left--shopdetail .shopdetail__txt {
  text-align: left;
}
.p-lp .lp-body .lp-content--left--shopdetail .shopdetail__txt__url {
  position: relative;
  display: table;
  padding-right: clamp(20px, 100%, 1.56vw);
  font-size: min(1.72vw, 1.375rem);
  font-weight: bold;
  color: #21396c;
  background: url(../img/icon_link.png) no-repeat 100% 50%/clamp(14px, 100%, 1.09vw) auto;
}
@media (min-width: 1441px) {
  .p-lp .lp-body .lp-content--left--shopdetail .shopdetail__txt__url {
    font-size: clamp(1.375vw, 130%, 1.375rem);
  }
}
@media screen and (max-width: 767px) {
  .p-lp .lp-body .lp-content--left--shopdetail .shopdetail__txt__url {
    font-size: clamp(1.375vw, 130%, 1.375rem);
  }
}
@media screen and (max-width: 767px) {
  .p-lp .lp-body .lp-content--left--shopdetail .shopdetail__txt__url {
    font-size: 1rem;
  }
}
.p-lp .lp-body .lp-content--left--shopdetail .shopdetail__txt__url::after {
  display: block;
  width: 100%;
  height: 1px;
  margin-top: -3px;
  content: "";
  background-color: transparent;
}
.p-lp .lp-body .lp-content--left--shopdetail .shopdetail__txt__url:not(:hover)::after {
  background-color: #000;
}
.p-lp .lp-body .lp-content--left--shopdetail .shopdetail__txt--list {
  display: inline-block;
  margin-top: 1rem;
  font-size: min(1.25vw, 1rem);
  text-align: left;
}
@media (min-width: 1441px) {
  .p-lp .lp-body .lp-content--left--shopdetail .shopdetail__txt--list {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-lp .lp-body .lp-content--left--shopdetail .shopdetail__txt--list {
    font-size: clamp(1.25vw, 130%, 1rem);
  }
}
.p-lp .lp-body .lp-content--left--shopdetail .shopdetail__txt--list small {
  font-size: min(1vw, 0.875rem);
}
@media (min-width: 1441px) {
  .p-lp .lp-body .lp-content--left--shopdetail .shopdetail__txt--list small {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-lp .lp-body .lp-content--left--shopdetail .shopdetail__txt--list small {
    font-size: clamp(1vw, 100%, 0.875rem);
  }
}
.p-lp .lp-body .lp-content--right {
  width: 50vw;
  height: 50vw;
}
@media screen and (max-width: 767px) {
  .p-lp .lp-body .lp-content--right {
    width: 100vw;
    height: 100vw;
  }
}
.p-lp .lp-body .lp-content--right .slide div img {
  width: 50vw;
}
@media screen and (max-width: 767px) {
  .p-lp .lp-body .lp-content--right .slide div img {
    width: 100vw;
  }
}
.p-lp .lp-body .lp-content--right .slide--dots {
  position: absolute;
  top: 20px;
  right: 20px;
  text-align: center;
}
.p-lp .lp-body .lp-content--right .slide--dots li {
  display: inline-block;
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .p-lp .lp-body .lp-content--right .slide--dots li {
    margin: 0 5px;
  }
}
.p-lp .lp-body .lp-content--right .slide--dots li button {
  position: relative;
  width: 20px;
  padding: 0;
  margin: 0;
  text-indent: -9999px;
  background-color: transparent;
  border: 0;
  outline: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media screen and (max-width: 767px) {
  .p-lp .lp-body .lp-content--right .slide--dots li button {
    width: 11px;
  }
}
.p-lp .lp-body .lp-content--right .slide--dots li button::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  text-indent: 0;
  content: "";
  background-color: #fff;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 767px) {
  .p-lp .lp-body .lp-content--right .slide--dots li button::before {
    width: 11px;
    height: 12px;
  }
}
.p-lp .lp-body .lp-content--right .slide--dots li.slick-active button::before {
  background-color: #ffe100;
}
.p-lp .lp-body .lp-content--right .slide__arw {
  position: absolute;
  top: calc(50% - 29px);
  z-index: 10;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-lp .lp-body .lp-content--right .slide__arw {
    -webkit-transform: scale(0.59);
        -ms-transform: scale(0.59);
            transform: scale(0.59);
  }
}
.p-lp .lp-body .lp-content--right .slide__arw--prev {
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-lp .lp-body .lp-content--right .slide__arw--prev {
    left: -3%;
  }
}
.p-lp .lp-body .lp-content--right .slide__arw--next {
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-lp .lp-body .lp-content--right .slide__arw--next {
    right: -3%;
  }
}
.p-lp .lp-body .p-panda {
  background-color: #fdf8ef;
}
.p-lp .lp-body .p-panda .lp-content--left--logo img {
  width: 40.63vw;
  max-width: 520px;
}
@media screen and (max-width: 767px) {
  .p-lp .lp-body .p-panda .lp-content--left--logo img {
    width: 81.07vw;
    max-width: 304px;
  }
}
@media (min-width: 1441px) {
  .p-lp .lp-body .p-panda .lp-content--left--logo img {
    width: clamp(520px, 80%, 40.63vw);
    max-width: 80%;
  }
}
.p-lp .lp-body .p-present {
  position: relative;
  display: block;
  height: clamp(45vw, 58vw, 640px);
  padding: 0 min(4.69vw, 60px);
  background: url(../img/sec--present--bg.jpg) no-repeat 0 0/100vw auto #001f63;
}
@media screen and (max-width: 767px) {
  .p-lp .lp-body .p-present {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-lp .lp-body .p-present {
    height: 218.67vw;
    max-height: 820px;
    background-image: url(../img/sec--present--bg_SP.png);
  }
}
.p-lp .lp-body .p-present__ttl {
  width: calc(100vw - min(2.34vw, 30px));
  margin-left: min(-2.34vw, -30px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-lp .lp-body .p-present__ttl {
    width: 100vw;
    margin-left: auto;
  }
}
.p-lp .lp-body .p-present__ttl--main {
  padding-top: min(6.17vw, 79px);
  text-align: center;
  background: url(../img/icon_presents.png) no-repeat 25% 61%/min(5.7vw, 73px) auto, url(../img/icon_stars.png) no-repeat 77% 61%/min(8.75vw, 112px) auto;
}
@media screen and (max-width: 767px) {
  .p-lp .lp-body .p-present__ttl--main {
    padding-top: min(45.6vw, 171px);
    background: url(../img/icon_presentsAndStars.png) no-repeat 53% 38%/min(37.6vw, 141px) auto;
  }
}
.p-lp .lp-body .p-present__ttl--main img {
  display: inline-block;
  width: 37.03vw;
  max-width: 474px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .p-lp .lp-body .p-present__ttl--main img {
    width: 84.53vw;
    max-width: 317px;
  }
}
@media (min-width: 1441px) {
  .p-lp .lp-body .p-present__ttl--main img {
    width: clamp(474px, 80%, 37.03vw);
    max-width: 80%;
  }
}
.p-lp .lp-body .p-present__ttl--sub {
  margin-top: min(2.5vw, 32px);
  font-size: 0.875rem;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 879px) {
  .p-lp .lp-body .p-present__ttl--sub {
    letter-spacing: -0.2px;
  }
}
@media screen and (max-width: 767px) {
  .p-lp .lp-body .p-present__ttl--sub {
    padding: 0 max(10.67vw, 40px);
    margin-top: max(6.67vw, 25px);
    text-align: left;
    letter-spacing: 0;
  }
}
.p-lp .lp-body .p-present__ttl--sub::before {
  display: inline-block;
  margin-right: 2px;
  content: "※";
}
@media screen and (max-width: 767px) {
  .p-lp .lp-body .p-present__ttl--sub::before {
    margin-left: -1.1rem;
  }
}
.p-lp .lp-body .p-present__ttl .btn__wrap {
  margin-top: min(2.27vw, 29px);
}
@media screen and (max-width: 767px) {
  .p-lp .lp-body .p-present__ttl .btn__wrap {
    margin-top: max(7.73vw, 29px);
  }
}
.p-lp .lp-body .p-present__note {
  max-width: 1024px;
  margin: auto;
  margin-top: min(3.91vw, 50px);
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .p-lp .lp-body .p-present__note {
    width: 89.33vw;
    max-width: 335px;
    margin-top: min(7.47vw, 28px);
  }
}
@media (min-width: 1441px) {
  .p-lp .lp-body .p-present__note {
    max-width: 1000px;
  }
}
.p-lp .lp-body .p-present__note .note {
  max-width: 848px;
  padding: clamp(20px, 100%, 1.56vw);
  margin: auto;
}
@media (min-width: 1441px) {
  .p-lp .lp-body .p-present__note .note {
    max-width: 1440px;
  }
}
.p-lp .lp-body .p-present__note .note dt {
  margin-bottom: 24px;
  font-size: min(1.25vw, 1rem);
  text-align: center;
}
@media (min-width: 1441px) {
  .p-lp .lp-body .p-present__note .note dt {
    font-size: clamp(1.25vw, 130%, 1rem);
  }
}
@media screen and (max-width: 767px) {
  .p-lp .lp-body .p-present__note .note dt {
    font-size: clamp(1.25vw, 130%, 1rem);
  }
}
.p-lp .lp-body .p-present__note .note dt::after {
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #000;
}
.p-lp .lp-body .p-present__note .note dd {
  padding-left: calc(1em + 10px);
  font-size: min(1.25vw, 1rem);
}
@media (min-width: 1441px) {
  .p-lp .lp-body .p-present__note .note dd {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-lp .lp-body .p-present__note .note dd {
    font-size: clamp(1.25vw, 130%, 1rem);
  }
}
.p-lp .lp-body .p-present__note .note dd::before {
  display: inline-block;
  margin-right: 5px;
  margin-left: calc(-1em - 10px);
  content: "・";
}
.p-lp .lp-body .p-present__note .note dd em {
  font-style: normal;
  color: #cb4f4f;
}
.p-lp .lp-body .p-toretoreichiba {
  background-color: transparent;
}
.p-lp .lp-body .p-toretoreichiba .lp-content--left--logo img {
  width: 31.95vw;
  max-width: 409px;
}
@media screen and (max-width: 767px) {
  .p-lp .lp-body .p-toretoreichiba .lp-content--left--logo img {
    width: 69.33vw;
    max-width: 260px;
  }
}
@media (min-width: 1441px) {
  .p-lp .lp-body .p-toretoreichiba .lp-content--left--logo img {
    width: clamp(409px, 80%, 31.95vw);
    max-width: 80%;
  }
}
.p-lp .lp-body .p-nextPresent {
  height: 20.31vw;
  max-height: 260px;
  background-color: #21396c;
}
@media screen and (max-width: 767px) {
  .p-lp .lp-body .p-nextPresent {
    height: 82.67vw;
    max-height: 310px;
    background: url(../img/icon_nextReward.png) no-repeat 50% 85%/clamp(20vw, 50%, 180px) auto #21396c;
  }
}
.p-lp .lp-body .p-nextPresent__ttl {
  margin: auto;
}
.p-lp .lp-body .p-nextPresent__ttl--main {
  width: 47.42vw;
  max-width: 607px;
  padding: min(13px, 1.02vw) 0;
  text-align: center;
  background: url(../img/icon_nextReward.png) no-repeat 100% 50%/min(16.02vw, 205px) auto;
}
@media (min-width: 1441px) {
  .p-lp .lp-body .p-nextPresent__ttl--main {
    width: clamp(607px, 100%, 47.42vw);
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-lp .lp-body .p-nextPresent__ttl--main {
    width: 84.8vw;
    max-width: 318px;
    margin-top: -30%;
    background: none;
  }
}
.p-lp .lp-body .p-nextPresent__ttl--main img {
  width: 31.02vw;
  max-width: 397px;
}
@media screen and (max-width: 767px) {
  .p-lp .lp-body .p-nextPresent__ttl--main img {
    width: 84.8vw;
    max-width: 318px;
  }
}
@media (min-width: 1441px) {
  .p-lp .lp-body .p-nextPresent__ttl--main img {
    width: clamp(397px, 80%, 31.02vw);
    max-width: 80%;
  }
}

.btn__wrap {
  margin: min(3.52vw, 45px) auto 0;
}
.btn__wrap .btn {
  display: block;
  width: 38.67vw;
  max-width: 495px;
  padding: 1em 0;
  margin: auto;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  /*color: #21396c;*/
  text-align: center;
  background: #000;
  /*background: url(../img/icon_arw_right.png) no-repeat 95% 50%/9px auto #ffe100;*/
  border-radius: 50px;
  pointer-events:none;
}
@media screen and (max-width: 767px) {
  .btn__wrap .btn {
    width: 89.33vw;
    max-width: 335px;
  }
}

.bnr--area {
  max-width: 1100px;
  padding: min(3.91vw, 50px);
  margin: auto;
}
@media screen and (max-width: 767px) {
  .bnr--area img {
    width: 89.33vw;
    max-width: 335px;
    margin: auto;
  }
}

/*.footer-pagetop img {
  visibility: hidden;
}
.footer-pagetop::before {
  position: fixed;
  bottom: 32px;
  z-index: 99;
  display: block;
  width: 56px;
  height: 56px;
  content: "";
  background: url(../img/btn--pagetop.png) no-repeat 0 0/56px auto;
}*/

@media (max-width: 768px) {
  footer#footer-re ul li:not(:nth-child(1))::before {
    display: none;
  }
}

/* その他 */
@media screen and (max-width: 767px) {
  .pt30_sp {
    padding-top: 30px;
  }
}

/* lpNext */
.lpNext{
  margin-top: 4.6875%;
  position: relative;
  padding: 56px 0;
  background: #21396c;
  color: #fff;
  text-align: center;
}
@media(max-width: 767.98px){
  .lpNext{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 28px;
    padding-bottom: 30px;
  }
}
.lpNext__title{
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 2px #ffe100 solid;
  font-weight: bold;
  line-height: 1.7em;
  font-size: 20px;
}
@media(min-width: 769px){
  .lpNext__title{
    margin-left: .46875%;
  }
}
@media(max-width: 768.98px){
  .lpNext__title{
    max-width: 335px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8px;
    padding-left: 45px;
    padding-right: 45px;
    padding-bottom: 4px;
    border-bottom-width: 1px;
    font-size: 15px;
  }
}
.lpNext__image{
  width: 16.328125%;
}
@media(min-width: 769px){
  .lpNext__image{
    margin-left: 4.6875%;
  }
}
@media(max-width: 768.98px){
  .lpNext__image{
    width: 48%;
    margin: 0 auto;
  }
}
.lpNext__title:before,.lpNext__title:after{
  position: absolute;
  content: "";
}
.lpNext__title:before{
  left: -111px;
  bottom: -46px;
  width: 82px;
  height: 88px;
  background: url("../img/next_img_01.png") no-repeat left top/contain;
}
@media(max-width: 768.98px){
  .lpNext__title:before{
    left: 0;
    bottom: 18px;
    width: 45px;
    height: 48px;
  }
}
.lpNext__title:after{
  right: -108px;
  bottom: -38px;
  width: 83px;
  height: 71px;
  background: url("../img/next_img_02.png") no-repeat left top/contain;
}
@media(max-width: 768.98px){
  .lpNext__title:after{
    right: 0;
    bottom: 23px;
    width: 45px;
    height: 38px;
  }
}
.lpNext__text{
  line-height: 1.7em;
  font-size: 20px;
}
@media(max-width: 768.98px){
  .lpNext__text{
    font-size: 15px;
  }
}
.lpNext__link{
  color: #ffe100;
  text-decoration: underline;
}

@media(min-width: 768px){
  .d-md-inline-block{
    display: inline-block !important;
  }
  .d-md-none{
    display: none !important;
  }
}
