@charset "UTF-8";

:root {
  --font-family-noto: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", "Helvetica Neue", Arial, sans-serif;
  --font-family-oswald: 'Oswald', 'Noto Sans JP', sans-serif;
  --font-family-base: var(--font-family-noto);
  --full: 100%;
  --full-vw: 100vw;
  --font-main: #333333;
  --font-note: #707070;
  --font-color02: #DF2D32;
  --main-color01: #002B61;
  --bg-color: #FFFFFF;
  --base-width-sp: 750;
  --base-width-pc: 1600;
  --base-shadow01: 0 20px 20px rgba(0, 0, 0, 0.16);
  --base-shadow02: 0 15px 15px rgba(0, 0, 0, 0.1);
  --default-easing01: 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  --default-easing02: 1s cubic-bezier(0.16, 1, 0.3, 1);
}

#feature-lp-contents {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  color: var(--font-main);
  background: var(--bg-color);
}

#feature-lp-contents * {
  box-sizing: border-box;
}

#feature-lp-contents .ui-c-img {
  max-width: none;
  width: 100%;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }
}

@keyframes bounce {
  0% {
    transform: scale(0);
  }

  50% {
    transform: scale(1.15);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes bounce02 {
  0% {
    transform: scale(1) translateY(100%);
  }

  50% {
    transform: scale(1) translateY(10%);
  }

  100% {
    transform: scale(1) translateY(0%);
  }
}

@keyframes fade {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes visible {
  0% {
    opacity: 0;
    transform: translateX(60px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

#feature-lp-contents {
  --lp-navy: #002B61;
  --lp-text: #333333;
  --lp-accent: #DF2D32;
  --lp-lead-bg: #F5F5F5;
  --lp-line: #DDDDDD;
}

#event-contents-wrapper {
  width: 100%;
  overflow: visible;
}

#event-contents-wrapper .contents {
  width: 100%;
}

#StyleT-list-wrapper,
div.moreViewButtonContent {
  width: 1000px;
  margin: 0 auto;
}

#feature-lp-contents {
  font-feature-settings: "palt" 1;
}

@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 75px;
  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: none;
  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: 32px;
  padding: 0;
  margin: 0 0 15px;
  padding: 24px 0 0 0;
  color: #333333;
  margin-top: 47px;
  margin-bottom: 0;
  padding-top: 0;
  letter-spacing: 0.066em;
}

#feature-lp-contents .feature-lp-contents-wrap {
  width: 720px;
  max-width: 720px;
  min-height: 0;
  display: block;
  margin: 34px auto 0;
  background: var(--lp-lead-bg);
  text-align: left;
  padding: 21px 77px 37px;
  border-radius: 9px;
}

#feature-lp-contents-start {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 22px;
  text-align: center;
}

#feature-lp-contents-caution {
  font-size: 14px;
  margin: 0;
  color: var(--lp-text);
  font-weight: bold;
  text-align: left;
  margin-right: -14px;
  margin-top: 8px;
  line-height: 22px;
  letter-spacing: 0.05em;
}

#feature-lp-contents-date {
  font-size: 16px;
  margin: 30px 0 0 60px;
  padding: 0 0 0 0px;
  text-align: left;
  color: var(--lp-text);
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  margin-top: 37px;
  line-height: 24px;
  letter-spacing: 0.04em;
}

.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: 0;
}

.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: #FFFFFF;
  font-weight: bold;
  background: var(--lp-navy);
  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: 14px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
  margin-bottom: 8px;
  letter-spacing: 0.025em;
}

.feature-lp-contents-mainvisual-register a span:last-of-type {
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
  letter-spacing: 0.045em;
}

.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;
  margin-bottom: 36px;
}

.feature-lp-contents-item {
  width: calc(50% - 30px);
  margin: 0 0 80px;
  margin-bottom: 74px;
}

.feature-lp-contents-item:last-child {
  margin: 0;
}

.feature-lp-contents-item-figure {
  margin: 0 0 27px;
  margin-bottom: 25px;
}

.feature-lp-contents-item-figure img {
  max-width: 100%;
}

.feature-lp-contents-item-detail p {
  text-align: justify;
  line-height: 24px;
  margin: 0;
  font-size: 16px;
  letter-spacing: 0.08em;
}

.feature-lp-contents-item-detail .link {
  padding: 0;
  margin: 32px 0 0;
  font-size: 14px;
  line-height: 1.7;
  margin-top: 21px;
}

.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;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.075em;
}

.feature-lp-contents-item-detail .link span {
  color: #333333;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.075em;
}

.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: var(--lp-text);
  line-height: 26px;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 14px;
  text-align: center;
  letter-spacing: 0.05em;
  background: none;
}

.--limited .slide {
  background: var(--lp-navy);
  background-size: 100% 100%;
  margin: 0 0 112px;
  padding: 102px 0 104px;
}

.slide-header {
  position: relative;
  width: 413px;
  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: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  margin: 0 0 36px;
  line-height: 33px;
  margin-top: 38px;
  letter-spacing: 0.05em;
}

.--limited .slide .swiper {
  overflow: hidden;
  position: relative;
  width: 1042px;
  max-width: none;
  margin-left: -21px;
  margin-right: -21px;
}

.--limited .slide-item .text {
  display: none;
  padding-top: 30px;
}

.--limited .slide-item .text p {
  color: #333;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 33px;
  padding: 0;
  letter-spacing: 0.08em;
  margin-bottom: 24px;
}

.--limited .slide-item .text ul {
  margin: 0;
  padding: 0;
}

.--limited .slide-item .text ul li {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 5px;
  letter-spacing: 0.075em;
}

.--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: 8px 20px 20px;
}

.--limited .swiper-slide {
  width: 480px;
}

.--limited .swiper-slide img {
  height: auto;
  width: 100%;
  -webkit-transform: scale(0.5);
  transform: scale(0.46);
  -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: 59px;
  height: 59px;
  background: var(--lp-accent);
  top: 207px;
  right: 192px;
  border-radius: 50%;
  margin-top: 0;
}

.--limited .slide .swiper-button-next::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(icon_arrow.png) no-repeat center center;
  background-size: 20px auto;
}

.--limited .slide .swiper-button-prev {
  width: 59px;
  height: 59px;
  background: var(--lp-accent);
  top: 207px;
  left: 191px;
  border-radius: 50%;
  margin-top: 0;
}

.--limited .slide .swiper-button-prev::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(icon_arrow.png) no-repeat center center;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  background-size: 20px auto;
}

.--limited .feature-lp-contents-more a {
  width: 550px;
  height: 52px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
  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: var(--lp-navy);
  margin: 0 auto;
  position: relative;
  letter-spacing: 0.03em;
}

.--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*/
#feature-lp-contents-comment .-release {
  font-size: 22px;
  color: var(--lp-accent);
  letter-spacing: 0.05em;
}

#feature-lp-contents-comment .-releaseNote {
  font-size: 14px;
  color: #3E3E3E;
  letter-spacing: 0.05em;
}

.feature-lp-contents-item-detail .note {
  margin-top: 0;
  color: var(--lp-text);
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.075em;
}

#feature-lp-contents-caution span,
.feature-lp-contents-item-detail .note span {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

.--limited .swiper-slide-duplicate-active img {
  transform: scale(1);
  z-index: 1;
}
