@charset "UTF-8";
.btn_item_lp_ {
  right: 5%;
  z-index: 999;
}

#feature-lp-contents {
  color: #333;
  padding: 0 0 110px;
}

/*メインビジュアル*/
#feature-lp-contents-mainvisual {
  margin: 0 0 70px;
  text-align: center;
}

#feature-lp-contents-mainvisual h1 {
  position: static;
  margin: 0 0 0;
  padding: 80px 0 0 0;
  font-weight: bold;
  color: #333;
  font-size: 24px;
}

.feature-lp-contents-mainvisual-detail {
  position: relative;
}
.feature-lp-contents-mainvisual-detail::after {
  content: "";
  display: block;
  width: 982px;
  height: 308px;
  background: url(bg_lead.png) no-repeat center center/contain;
  position: absolute;
  top: 69px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  pointer-events: none;
}

.feature-lp-contents-mainvisual-detail h1 {
  margin: 0;
  padding: 0;
  text-align: center;
}

#feature-lp-contents-comment {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  padding: 0;
  margin: 0 0 15px;
  padding: 24px 0 0 0;
  color: #333333;
}

#feature-lp-contents .feature-lp-contents-wrap {
  width: 100%;
  max-width: 434px;
  min-height: 122px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  background: #ffecf5;
}

#feature-lp-contents-start {
  color: #fa8c20;
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 22px;
}

#feature-lp-contents-caution {
  font-size: 16px;
  margin: 0;
  color: #041c44;
  font-weight: bold;
}

#feature-lp-contents-date {
  font-size: 16px;
  margin: 30px 0 0 60px;
  padding: 0 0 0 0px;
  text-align: left;
  color: #333333;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

.feature-lp-contents-mainvisual-icon1 {
  position: absolute;
  top: 40px;
  left: 0;
}

.feature-lp-contents-mainvisual-icon2 {
  position: absolute;
  top: 40px;
  right: 0;
}

.feature-lp-contents-mainvisual-register {
  margin-top: 48px;
}

.feature-lp-contents-mainvisual-register a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 460px;
  height: 70px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  color: #192e77;
  font-weight: bold;
  background: #bce2e8;
  border-radius: 10px;
  position: relative;
}
.feature-lp-contents-mainvisual-register a::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url(icon_arrow.png) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
}

.feature-lp-contents-mainvisual-register a:hover {
  opacity: 0.8;
}

.feature-lp-contents-mainvisual-register a span:first-of-type {
  font-size: 13px;
  font-weight: bold;
  color: #192e77;
  line-height: 1;
  margin-bottom: 11px;
}

.feature-lp-contents-mainvisual-register a span:last-of-type {
  font-size: 17px;
  font-weight: bold;
  color: #192e77;
  line-height: 1;
}

.feature-lp-contents-mainvisual-register p {
  color: #333333;
  font-size: 16px;
  font-weight: 500;
}

/*メインビジュアル*/
#feature-lp-contents-itemlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 980px;
  gap: 0 60px;
  margin: 0 auto 120px;
}

.feature-lp-contents-item {
  width: calc(50% - 30px);
  margin: 0 0 80px;
}

.feature-lp-contents-item:last-child {
  margin: 0;
}

.feature-lp-contents-item-figure {
  margin: 0 0 27px;
}

.feature-lp-contents-item-figure img {
  max-width: 100%;
}

.feature-lp-contents-item-detail p {
  text-align: justify;
  line-height: 1.8;
  margin: 0;
}

.feature-lp-contents-item-detail .link {
  padding: 0;
  margin: 32px 0 0;
  font-size: 14px;
  line-height: 1.7;
}

.feature-lp-contents-item-detail .link li:not(:last-child) {
  margin: 0 0 5px;
}

.feature-lp-contents-item-detail .link a {
  text-decoration: underline;
  color: #333333;
}

.feature-lp-contents-item-detail .link span {
  color: #333333;
}

.feature-lp-contents-item-detail .link a:hover {
  text-decoration: none;
}

.feature-lp-contents-more {
  text-align: center;
  margin: 0 0 100px;
}

.feature-lp-contents-more a:hover {
  opacity: 0.8;
}

.feature-lp-contents-note {
  font-size: 14px;
  text-align: center;
}

/* ===== 202408 ===== */
#event-contents-wrapper:has(.--limited) {
  overflow: unset;
  width: 100%;
}

.--limited #feature-lp-contents-mainvisual {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.--limited #feature-lp-contents-start {
  color: #e52685;
  line-height: 1.4;
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 14px;
}

.--limited .slide {
  background: url(bg.png) center top repeat-x;
  background-size: 100% 100%;
  margin: 0 0 120px;
  padding: 100px 0 120px;
}

.slide-header {
  position: relative;
  width: 305px;
  margin: 0 auto;
}
.slide-header img {
  display: block;
  max-width: 100%;
  height: auto;
}

.slide-header-logo {
  position: absolute;
  top: -34px;
  left: -269px;
}

.--limited .slide-inner {
  width: 1000px;
  margin: 0 auto;
}

#event-contents-wrapper .--limited .slide h2 {
  text-align: center;
  margin: 0 0 24px;
}

.--limited .slide .slide-text {
  font-size: 18px;
  font-weight: bold;
  color: #041c44;
  text-align: center;
  margin: 0 0 42px;
  line-height: 1.8;
}

.--limited .slide .swiper {
  overflow: hidden;
  position: relative;
}

.--limited .slide-item .text {
  display: none;
  padding-top: 30px;
}

.--limited .slide-item .text p {
  color: #333;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 33px;
  padding: 0;
}

.--limited .slide-item .text ul {
  margin: 0;
  padding: 0;
}

.--limited .slide-item .text ul li {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 5px;
}

.--limited .slide-item .text ul li:last-child {
  margin: 0;
}

.--limited .slide-item .text ul li a {
  text-decoration: underline;
  color: #333333;
  font-size: 14px;
}

.--limited .slide-item .text ul li span {
  color: #333333;
  font-size: 14px;
}

.--limited .slide-item .text ul li a:hover {
  text-decoration: none;
}

.--limited .slide-item.swiper-slide-active .text {
  display: block;
  background: #fff;
  padding: 20px;
}

.--limited .swiper-slide {
  width: 470px;
}

.--limited .swiper-slide img {
  height: auto;
  width: 100%;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 10px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.--limited .swiper-slide-active img {
  -webkit-transform: scale(1);
          transform: scale(1);
  z-index: 1;
}

.--limited .swiper-slide-next img {
  -webkit-transform-origin: center left;
          transform-origin: center left;
}

.--limited .swiper-slide-prev img {
  -webkit-transform-origin: center right;
          transform-origin: center right;
}

.--limited .slide .swiper-button-next {
  width: 63px;
  height: 63px;
  background: none;
  top: 215px;
  right: 192px;
  border-radius: 50%;
}
.--limited .slide .swiper-button-next::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(icon_slide.png) no-repeat center center/contain;
}

.--limited .slide .swiper-button-prev {
  width: 63px;
  height: 63px;
  background: none;
  top: 215px;
  left: 192px;
  border-radius: 50%;
}
.--limited .slide .swiper-button-prev::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(icon_slide.png) no-repeat center center/contain;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.--limited .feature-lp-contents-more a {
  width: 550px;
  height: 52px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #192e77;
  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;
  border-radius: 35px;
  background: #bce2e8;
  margin: 0 auto;
  position: relative;
}
.--limited .feature-lp-contents-more a::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url(icon_arrow.png) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
}

/*プレゼント*/
.feature-lp-contents-present {
  width: 100%;
  max-width: 960px;
  min-height: 591px;
  margin: 0 auto 130px;
  padding: 0 0 0;
  background: url(bg_present.jpg) no-repeat center center/cover;
  position: relative;
}
.feature-lp-contents-present::before, .feature-lp-contents-present::after {
  content: "";
  display: block;
  width: 138px;
  height: 147px;
  background: url(icon_present01.png) no-repeat center center/contain;
  position: absolute;
  top: -19px;
  left: auto;
  right: -26px;
}
.feature-lp-contents-present::after {
  width: 146px;
  height: 167px;
  background: url(icon_present02.png) no-repeat center center/contain;
  top: 465px;
  left: -46px;
  right: auto;
}

.feature-lp-contents-present-wrap {
  background-image: url(present_top.png), url(present_bottom.png);
  background-position: center top, center bottom;
  background-repeat: no-repeat, no-repeat;
  position: relative;
  padding: 0 0 55px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.feature-lp-contents-present-title {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 38px;
  padding: 57px 0 0 0;
  max-width: 245px;
}
.feature-lp-contents-present-title img {
  display: block;
  max-width: 100%;
  height: auto;
}

#event-contents-wrapper .feature-lp-contents-present-title h2 {
  margin: 0 auto 30px;
  padding: 0;
  line-height: 1;
  text-align: center;
  width: 100%;
}

.feature-lp-contents-present-title span {
  position: absolute;
  top: 75px;
  left: -124px;
}

p.feature-lp-contents-present-comment {
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
}

.feature-lp-contents-present-variation-img {
  width: 350px;
  position: absolute;
  top: 25px;
  left: 20px;
}
.feature-lp-contents-present-variation-img img {
  width: 100%;
  height: auto;
  display: block;
}

.feature-lp-contents-present-variation {
  background: rgba(255, 255, 255, 0.8);
  border: 0;
  width: 840px;
  min-height: 400px;
  text-align: center;
  margin: 0 auto;
  padding: 45px 20px 30px 410px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.feature-lp-contents-present-variation p.feature-lp-contents-present-variation-title {
  font-size: 44px;
  font-weight: bold;
  color: #041c44;
  line-height: 1;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 24px;
  padding: 0 43px;
  background-image: url(variation_l.png), url(variation_r.png);
  background-position: left center, right center;
  background-repeat: no-repeat, no-repeat;
}

.feature-lp-contents-present-variation-label {
  position: absolute;
  top: 46px;
  right: 35px;
  width: 155px;
  height: 38px;
  background: #84bfba;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 19px;
  font-size: 16px;
  color: #041c44;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: -0.01em;
}

p.feature-lp-contents-present-variation-label::before {
  display: inline-block;
  content: "";
  width: 13px;
  height: 13px;
  background: url(triangle.png) no-repeat center center;
  background-size: 13px 13px;
  position: absolute;
  bottom: -11px;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.feature-lp-contents-present-wrap ul {
  margin: 14px 0 0;
  padding: 0 0 0 1em;
  text-indent: -1em;
  line-height: 1.4;
}

.feature-lp-contents-present-wrap ul li {
  color: #041c44;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
  text-align: left;
}

.feature-lp-contents-present-wrap ul li:last-child {
  margin-bottom: 0;
}

.feature-lp-contents-present-variation p {
  margin: 0;
  padding: 0;
}

/*キャンペーン*/
.feature-lp-contents-campaign {
  width: 1000px;
  margin: 0 auto 120px;
  padding: 80px 156px 85px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #eed4ce;
}

.feature-lp-contents-campaign-main span img {
  width: 688px;
}

.feature-lp-contents-campaign-header {
  text-align: center;
  margin-bottom: 42px;
}

.feature-lp-contents-campaign-header h2 {
  margin-bottom: 30px;
  text-align: center;
}

.feature-lp-contents-campaign-header p {
  font-size: 16px;
  font-weight: bold;
  color: #041c44;
  line-height: 1.8;
  margin: 0;
  padding: 0;
}

.feature-lp-contents-campaign-texts {
  font-size: 14px;
  font-weight: 500;
  color: #0d1b42;
  margin-top: 28px;
}

.feature-lp-contents-campaign-text {
  margin-bottom: 22px;
}

.feature-lp-contents-campaign-text ul {
  margin: 0 0 10px;
  padding: 0 0 0 7px;
  line-height: 1.8;
}

.feature-lp-contents-campaign-text ul li {
  font-size: 14px;
  font-weight: 500;
  color: #0d1b42;
}

.feature-lp-contents-campaign-text .feature-lp-contents-campaign-text-comment {
  padding: 0 0 0 6px;
}

.feature-lp-contents-campaign-text p {
  font-weight: 500;
  margin: 0;
  padding: 0;
  color: #0d1b42;
}

.feature-lp-contents-campaign-text:last-of-type {
  margin-bottom: 0;
}

.feature-lp-contents-campaign-text p.feature-lp-contents-campaign-text-title {
  margin-bottom: 10px;
  color: #0d1b42;
}

/*.feature-lp-contents-campaign-text p.feature-lp-contents-campaign-text-prize{
  font-weight: bold;
}*/
.feature-lp-contents-post-btn {
  width: 400px;
  height: 60px;
  background: #041c44 url(post.png) right 30px center no-repeat;
  color: #fff;
  margin: 60px auto auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 30px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.feature-lp-contents-kiyaku-title {
  background: url(plus.png) right 10px center no-repeat;
  border-top: 2px solid #0d1b42;
  /*border-bottom: 2px solid #0d1b42;*/
}

.feature-lp-contents-kiyaku {
  color: #0d1b42;
  margin: 46px auto;
  padding: 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 2px solid #0d1b42;
}

.feature-lp-contents-kiyaku-main {
  margin-top: 12px;
  margin-bottom: 0;
  padding: 0 10px;
  display: none;
}

.feature-lp-contents-kiyaku-item {
  margin-bottom: 30px;
  border-bottom: 2px solid #0d1b42;
}

.feature-lp-contents-kiyaku-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.feature-lp-contents-kiyaku-title.open {
  border-bottom: none;
  background: url(minus.png) right 10px center no-repeat;
}

.feature-lp-contents-kiyaku-main p {
  margin: 0;
  padding: 0;
  color: #0d1b42;
  line-height: 1.6;
}

.feature-lp-contents-kiyaku-main p span.attention {
  font-size: 14px;
  color: #0d1b42;
}

p.feature-lp-contents-kiyaku-title {
  font-size: 17px;
  font-weight: bold;
  color: #0d1b42;
  line-height: 1;
  margin: 0;
  padding: 20px 10px;
}

.feature-lp-contents-kiyaku-main p {
  font-size: 16px;
  font-weight: 500;
}

.feature-lp-contents-kiyaku-main p.feature-lp-contents-kiyaku-subtitle {
  margin-bottom: 5px;
  font-weight: bold;
}

.feature-lp-contents-kiyaku-text {
  margin-bottom: 36px;
}

.feature-lp-contents-kiyaku-main ol,
.feature-lp-contents-kiyaku-main ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.feature-lp-contents-kiyaku-main ol li,
.feature-lp-contents-kiyaku-main ul li {
  font-size: 16px;
  font-weight: 500;
  color: #0d1b42;
}

/*キャンペーン*/
/*PICKUP*/
.feature-lp-contents-pickup {
  width: 880px;
  margin: 0 auto 120px;
}

.feature-lp-contents-pickup .feature-lp-contents-pickup-header h2 {
  margin: 0 auto 20px;
  padding: 0;
  max-width: 215px;
}
.feature-lp-contents-pickup .feature-lp-contents-pickup-header h2 img {
  display: block;
  max-width: 100%;
  height: auto;
}

.feature-lp-contents-pickup .feature-lp-contents-pickup-header p {
  text-align: center;
  margin: 0 0 31px;
  padding: 0;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
}

.feature-lp-contents-pickup-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 44px;
  width: 880px;
  margin: 0;
  padding: 0;
}

.feature-lp-contents-pickup-main a {
  display: block;
}

.feature-lp-contents-pickup-main a:hover {
  opacity: 0.8;
}

.feature-lp-contents-pickup-main li {
  width: calc(50% - 22px);
}

.feature-lp-contents-pickup-main img {
  vertical-align: bottom;
  max-width: 100%;
}

/*PICKUP*/