@media screen and (max-width:767px) {
  body.is-modal-open {
    position: absolute;
    overflow: hidden;
  }
}

.breadcrumb {
  position: relative;
  z-index: 5;
}

@media print, screen and (min-width: 768px) {
  .feature_details01 {
    padding-bottom: 0 !important;
  }
}

.feature_details01 > .box {
  margin-top: 0 !important;
}

#wrapper {
  max-width: 100%;
}

#special-content.s_container {
  width: auto;
  padding: 0 !important;
  max-width: 100%;
}

.lp-wrapper {
  --designwidth:1440;
  --zoom:2;
  --font_en: "futura-pt", sans-serif;
  --week_maincolor:#008D3F;
  position: relative;
  background: #fff;
  font-family: "dnp-shuei-gothic-kin-std", sans-serif;
}
@media screen and (max-width:767px) {
  .lp-wrapper {
    --designwidth:375;
    --zoom:1;
  }
}
.lp-wrapper img {
  width: 100%;
  height: auto;
}
.lp-wrapper button {
  border: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

.lp-u-mt-0 {
  margin-top: 0 !important;
}

.lp-u-mb-0 {
  margin-bottom: 0 !important;
}

@media screen and (max-width:767px) {
  .u-mb-0--sp {
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width:767px) {
  .lp-u-show-pc {
    display: none !important;
  }
}

@media print, screen and (min-width: 768px) {
  .lp-u-show-sp {
    display: none !important;
  }
}

.lp-mv {
  position: relative;
  padding: 20px 0 125px;
}
@media screen and (max-width:767px) {
  .lp-mv {
    padding: 0;
  }
}

.lp-mv-kv {
  position: relative;
  z-index: 1;
  aspect-ratio: 1150/508;
  margin: 0 auto;
  width: calc(1150 / 1440 * 100%);
  background-color: #fff;
}
@media screen and (max-width:767px) {
  .lp-mv-kv {
    aspect-ratio: 1/1;
    width: 100%;
  }
}

.lp-mv-kv__logo {
  position: absolute;
  z-index: 5;
  top: calc(98 / 508 * 100%);
  left: calc(273 / 1150 * 100%);
  width: calc(582 / 1150 * 100%);
  opacity: 0;
}
@media screen and (max-width:767px) {
  .lp-mv-kv__logo {
    top: calc(34 / 375 * 100%);
    left: calc(122 / 375 * 100%);
    width: calc(130 / 375 * 100%);
  }
}
.is-init .lp-mv-kv__logo {
  transition: ease opacity 0.6s 0s;
  opacity: 1;
}

.lp-mv-kv__lead {
  position: absolute;
  z-index: 5;
  top: calc(32 / 508 * 100%);
  right: calc(23 / 1150 * 100%);
  width: calc(31 / 1150 * 100%);
  opacity: 0;
}
@media screen and (max-width:767px) {
  .lp-mv-kv__lead {
    top: calc(23 / 375 * 100%);
    right: calc(23 / 375 * 100%);
    width: calc(16 / 375 * 100%);
  }
}
.is-init .lp-mv-kv__lead {
  transition: ease opacity 0.6s 0.2s;
  opacity: 1;
}

.lp-mv-kv__subttl {
  position: absolute;
  z-index: 5;
  bottom: calc(20 / 508 * 100%);
  left: calc(26 / 1150 * 100%);
  width: calc(1100 / 1150 * 100%);
  opacity: 0;
}
@media screen and (max-width:767px) {
  .lp-mv-kv__subttl {
    bottom: calc(26 * var(--zoom) / var(--designwidth) * 100vw);
    left: calc(34 * var(--zoom) / var(--designwidth) * 100vw);
    width: calc(307 * var(--zoom) / var(--designwidth) * 100vw);
  }
}
.is-init .lp-mv-kv__subttl {
  transition: ease opacity 0.6s 0.4s;
  opacity: 1;
}

.c-scroll-info {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: calc(50 / 1440 * 100%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transform: translateY(-50%);
  opacity: 0;
}
@media screen and (max-width:767px) {
  .c-scroll-info {
    top: calc(100 * var(--zoom) / var(--designwidth) * 100vw);
    left: calc(23 * var(--zoom) / var(--designwidth) * 100vw);
    transform: none;
  }
}
.is-init .c-scroll-info {
  transition: ease opacity 0.6s 0.8s;
  opacity: 1;
}

.c-scroll-info__bar {
  position: relative;
  margin: 0 auto;
  display: block;
  width: 1px;
  height: 145px;
  background-color: var(--week_maincolor);
}
@media screen and (max-width:767px) {
  .c-scroll-info__bar {
    height: 87px;
  }
}
.c-scroll-info__bar i {
  position: absolute;
  z-index: 5;
  display: block;
  top: 0;
  left: -1px;
  height: 0%;
  width: 3px;
  background-color: var(--week_maincolor);
  animation: scroll-info 3s ease-in-out 0s infinite;
}

@keyframes scroll-info {
  0% {
    top: 0%;
    height: 0%;
  }
  40% {
    top: 0%;
    height: 100%;
  }
  80%, 100% {
    top: 100%;
    height: 0%;
  }
}
.lp-contents {
  border-top: 2px solid var(--week_maincolor);
  background: url(/storage/brandsite/feature/img/182/com_bg01.png) repeat-y 50% 0%/100% auto;
}
@media screen and (max-width:767px) {
  .lp-contents {
    border-top-width: 1px;
  }
}

.lp-contents__inner {
  max-width: 968px;
  border-right: 2px solid var(--week_maincolor);
  border-left: 2px solid var(--week_maincolor);
  margin: 0 auto;
  background-color: #fff;
}
@media screen and (max-width:767px) {
  .lp-contents__inner {
    border-width: 4px;
  }
}

.lp-intro {
  padding-top: 60px;
  padding-bottom: 80px;
  text-align: center;
  color: var(--week_maincolor);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.75;
}
@media screen and (max-width:767px) {
  .lp-intro {
    padding-top: calc(30 * var(--zoom) / var(--designwidth) * 100vw);
    padding-bottom: calc(30 * var(--zoom) / var(--designwidth) * 100vw);
    font-size: calc(14 * var(--zoom) / var(--designwidth) * 100vw);
  }
}
.lp-intro .swiper-slide {
  background-color: #000;
}
.lp-intro .swiper-slide img {
  transition: ease opacity 0.3s;
  opacity: 0.6;
}
.lp-intro .swiper-slide.swiper-slide-active img {
  opacity: 1;
}
.lp-intro .swiper-pagination {
  margin-top: 16px;
  position: static;
  line-height: 1;
}
@media screen and (max-width:767px) {
  .lp-intro .swiper-pagination {
    transform: none !important;
  }
}
.lp-intro .swiper-pagination-bullet {
  margin: 0 6px !important;
  width: 12px;
  height: 12px;
  border: 1px solid var(--week_maincolor);
  background-color: #fff;
  opacity: 1;
}
.lp-intro .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--week_maincolor);
}

.lp-intro__lead {
  font-size: 16px;
}
@media screen and (max-width:767px) {
  .lp-intro__lead {
    font-size: calc(14 * var(--zoom) / var(--designwidth) * 100vw);
  }
}

.lp-intro-slider {
  margin-top: 35px;
}
@media screen and (max-width:767px) {
  .lp-intro-slider {
    margin-top: calc(20 * var(--zoom) / var(--designwidth) * 100vw);
  }
}

.lp-section {
  margin-top: 100px;
}
@media screen and (max-width:767px) {
  .lp-section {
    margin-top: calc(60 * var(--zoom) / var(--designwidth) * 100vw);
  }
}
.lp-section--tentfesta {
  background-color: #F9F6F1;
}

.lp-section-header {
  position: relative;
  display: flex;
  margin: 0 0 90px;
  color: var(--week_maincolor);
}
@media screen and (max-width:767px) {
  .lp-section-header {
    margin: 0 0 calc(40 * var(--zoom) / var(--designwidth) * 100vw);
  }
}
.lp-section-header:before, .lp-section-header:after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: var(--week_maincolor);
  transition: ease width 0.8s;
}
.lp-section-header:before {
  top: 0;
}
.lp-section-header:after {
  bottom: 0;
}
.lp-section-header.is-show:before, .lp-section-header.is-show:after {
  width: 100%;
}

.lp-section-header__number {
  flex-shrink: 0;
  padding: 40px 0;
  width: 146px;
  text-align: center;
  font-size: 40px;
  font-family: var(--font_en);
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width:767px) {
  .lp-section-header__number {
    padding: calc(12 * var(--zoom) / var(--designwidth) * 100vw) 0;
    width: calc(58 * var(--zoom) / var(--designwidth) * 100vw);
    font-size: calc(26 * var(--zoom) / var(--designwidth) * 100vw);
  }
}
.lp-section-header__number > span {
  margin: 0 auto;
  padding-top: 0.2em;
}

.lp-section-header__detail {
  position: relative;
  padding: 30px 30px 30px 50px;
}
@media screen and (max-width:767px) {
  .lp-section-header__detail {
    padding: calc(15 * var(--zoom) / var(--designwidth) * 100vw) calc(10 * var(--zoom) / var(--designwidth) * 100vw) calc(15 * var(--zoom) / var(--designwidth) * 100vw);
  }
}
.lp-section-header__detail:before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 2px;
  height: 0%;
  content: "";
  display: block;
  background: var(--week_maincolor);
  transition: ease height 0.8s 0s;
}
.is-show .lp-section-header__detail:before {
  height: 100%;
}

.lp-section-header__ttl {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 40px;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (max-width:767px) {
  .lp-section-header__ttl {
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
    font-size: calc(24 * var(--zoom) / var(--designwidth) * 100vw);
  }
}
.lp-section-header__ttl--small {
  font-size: 38px;
}
@media screen and (max-width:767px) {
  .lp-section-header__ttl--small {
    font-size: calc(24 * var(--zoom) / var(--designwidth) * 100vw);
  }
}

.lp-section-header__lead {
  margin-top: 0.8em;
  font-size: 14px;
  font-weight: 500;
  opacity: 0;
  transition: ease all 0.8s 0.5s;
}
.is-show .lp-section-header__lead {
  opacity: 1;
}
@media screen and (max-width:767px) {
  .lp-section-header__lead {
    margin-top: 1em;
    font-size: calc(12 * var(--zoom) / var(--designwidth) * 100vw);
  }
}

.lp-itemset-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 0 50px;
}
@media screen and (max-width:767px) {
  .lp-itemset-wrap {
    margin: 0 0 calc(40 * var(--zoom) / var(--designwidth) * 100vw);
    grid-template-columns: 100%;
  }
}

.lp-itemset {
  display: grid;
  gap: 0;
  grid-template-rows: subgrid;
  grid-row: span 3;
  position: relative;
  border-bottom: 2px dashed var(--week_maincolor);
  padding-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .lp-itemset:nth-child(even):after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 15px;
    left: 0;
    width: 2px;
    height: calc(100% - 30px);
    border-left: 2px dashed var(--week_maincolor);
  }
}

.lp-itemset__visual {
  display: grid;
  align-items: center;
  opacity: 0;
  transform: translateY(10px);
  margin-inline: auto;
  width: 100%;
  max-width: 440px;
}
@media screen and (max-width:767px) {
  .lp-itemset__visual {
    max-width: calc(330 * var(--zoom) / var(--designwidth) * 100vw);
  }
}
.is-show .lp-itemset__visual {
  opacity: 1;
  transform: translateY(0px);
  transition: ease 0.8s;
}

.lp-itemset__detail {
  opacity: 0;
  transform: translateY(10px);
  padding: 0 11% 50px;
}
@media screen and (max-width:767px) {
  .lp-itemset__detail {
    transform: none;
    padding: 0 calc(30 * var(--zoom) / var(--designwidth) * 100vw) calc(30 * var(--zoom) / var(--designwidth) * 100vw);
  }
}
.is-show .lp-itemset__detail {
  opacity: 1;
  transform: translateY(0px);
  transition: ease 0.8s;
  transition-property: opacity, transform;
}
@media screen and (max-width:767px) {
  .is-show .lp-itemset__detail {
    transform: none;
  }
}

.lp-itemset__label {
  font-size: 16px;
  font-weight: 700;
  font-family: var(--font_en);
  color: var(--week_maincolor);
  text-transform: uppercase;
}
@media screen and (max-width:767px) {
  .lp-itemset__label {
    margin-bottom: 0.2em;
    font-size: calc(16 * var(--zoom) / var(--designwidth) * 100vw);
  }
}

.lp-itemset__title > span > span {
  display: block;
  padding: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  font-size: 18px;
  font-weight: 700;
  background-color: var(--week_maincolor);
  color: #fff;
  opacity: 0;
}
@media screen and (max-width:767px) {
  .lp-itemset__title > span > span {
    padding: calc(10 * var(--zoom) / var(--designwidth) * 100vw);
    font-size: calc(14 * var(--zoom) / var(--designwidth) * 100vw);
  }
}

.lp-itemset__text {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  color: var(--week_maincolor);
}
@media screen and (max-width:767px) {
  .lp-itemset__text {
    margin: calc(15 * var(--zoom) / var(--designwidth) * 100vw) 0 0;
    padding: 0;
    font-size: calc(13 * var(--zoom) / var(--designwidth) * 100vw);
  }
}

@media screen and (max-width:767px) {
  #itemset04 .lp-itemset__visual {
    width: calc(320 * var(--zoom) / var(--designwidth) * 100vw);
  }
}

@media screen and (max-width:767px) {
  #itemset05 .lp-itemset__visual {
    width: calc(320 * var(--zoom) / var(--designwidth) * 100vw);
  }
}

#itemset06 .lp-itemset__visual {
  width: 385px;
}
@media screen and (max-width:767px) {
  #itemset06 .lp-itemset__visual {
    width: calc(320 * var(--zoom) / var(--designwidth) * 100vw);
  }
}

#itemset07 .lp-itemset__visual {
  width: 385px;
}
@media screen and (max-width:767px) {
  #itemset07 .lp-itemset__visual {
    width: calc(320 * var(--zoom) / var(--designwidth) * 100vw);
  }
}

@media screen and (max-width:767px) {
  #itemset08 .lp-itemset__visual {
    width: calc(320 * var(--zoom) / var(--designwidth) * 100vw);
  }
}

.lp-store-section {
  margin: 0 auto;
  max-width: 760px;
  color: var(--week_maincolor);
}
@media print, screen and (min-width: 768px) {
  .lp-store-section {
    width: calc(100% - 60px);
  }
  .lp-store-section + .lp-store-section {
    margin-top: 60px;
  }
}
@media screen and (max-width:767px) {
  .lp-store-section {
    margin-top: calc(40 * var(--zoom) / var(--designwidth) * 100vw);
    padding: 0 calc(20 * var(--zoom) / var(--designwidth) * 100vw);
  }
}

.lp-store-ttl {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width:767px) {
  .lp-store-ttl {
    text-align: left;
    margin-bottom: calc(10 * var(--zoom) / var(--designwidth) * 100vw);
    font-size: calc(16 * var(--zoom) / var(--designwidth) * 100vw);
  }
}

@media screen and (max-width:767px) {
  .lp-store-paragraph {
    font-weight: 500;
    font-size: calc(13 * var(--zoom) / var(--designwidth) * 100vw);
  }
}
.lp-store-paragraph + .lp-store-paragraph {
  margin-top: 0.5em;
}

.lp-storebutton-wrap {
  display: grid;
  margin: 0 auto;
  width: 512px;
  grid-template-columns: 100%;
  gap: 35px;
  margin-top: 40px;
}
@media screen and (max-width:767px) {
  .lp-storebutton-wrap {
    margin-top: calc(15 * var(--zoom) / var(--designwidth) * 100vw);
    gap: calc(16 * var(--zoom) / var(--designwidth) * 100vw);
    width: 100%;
  }
}

.lp-storebutton {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  padding: 30px 20px;
  font-size: 24px;
  background-color: var(--week_maincolor);
  color: #fff;
  text-decoration: none !important;
}
@media screen and (max-width:767px) {
  .lp-storebutton {
    border-radius: calc(8 * var(--zoom) / var(--designwidth) * 100vw);
    padding: calc(17 * var(--zoom) / var(--designwidth) * 100vw) calc(10 * var(--zoom) / var(--designwidth) * 100vw);
    font-size: calc(15 * var(--zoom) / var(--designwidth) * 100vw);
  }
}
.lp-storebutton:after {
  position: absolute;
  z-index: 2;
  top: calc(50% - 6px);
  right: 30px;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  display: block;
  transition: ease all 0.3s;
}
@media screen and (max-width:767px) {
  .lp-storebutton:after {
    top: calc(50% - 3px);
    right: 15px;
    width: 6px;
    height: 6px;
  }
}
.lp-storebutton--sub {
  background-color: #566C60;
}
@media print, screen and (min-width: 768px) {
  .lp-storebutton:hover {
    opacity: 0.7;
  }
}

.lp-event {
  padding: 50px 0 90px;
  border-top: 2px dashed #008D3F;
  background-color: #F9F6F1;
  text-align: center;
}
@media screen and (max-width:767px) {
  .lp-event {
    padding: calc(34 * var(--zoom) / var(--designwidth) * 100vw) 0 calc(40 * var(--zoom) / var(--designwidth) * 100vw);
  }
}

.lp-c-catch {
  margin: 0 0 14px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  font-family: var(--font_en);
  color: var(--week_maincolor);
  line-height: 1;
}
@media screen and (max-width:767px) {
  .lp-c-catch {
    margin: 0 0 calc(10 * var(--zoom) / var(--designwidth) * 100vw);
    font-size: calc(16 * var(--zoom) / var(--designwidth) * 100vw);
  }
}
.lp-c-catch:before {
  margin-right: 10px;
  content: "(";
  font-size: 125%;
}
.lp-c-catch:after {
  margin-left: 10px;
  content: ")";
  font-size: 125%;
}

.lp-event__headline {
  font-size: 24px;
  line-height: 1.5;
  color: var(--week_maincolor);
}
@media screen and (max-width:767px) {
  .lp-event__headline {
    font-size: calc(18 * var(--zoom) / var(--designwidth) * 100vw);
  }
}

.lp-event__figure {
  margin: 30px auto 40px;
  max-width: 620px;
}
@media screen and (max-width:767px) {
  .lp-event__figure {
    margin: calc(30 * var(--zoom) / var(--designwidth) * 100vw) calc(23 * var(--zoom) / var(--designwidth) * 100vw);
    max-width: 100%;
  }
}

.lp-tentfesta-section {
  padding: 56px 0 60px;
}
.lp-tentfesta-section + .lp-tentfesta-section {
  border-top: 2px dashed var(--week_maincolor);
}

.lp-tentfesta-section__title {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 8px 0 30px;
  gap: 5px;
}
@media screen and (max-width:767px) {
  .lp-tentfesta-section__title {
    gap: calc(5 * var(--zoom) / var(--designwidth) * 100vw);
    margin: calc(20 * var(--zoom) / var(--designwidth) * 100vw) 0 calc(30 * var(--zoom) / var(--designwidth) * 100vw);
  }
}
.lp-tentfesta-section__title > span > span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 7px 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  background-color: var(--week_maincolor);
  color: #fff;
}
@media screen and (max-width:767px) {
  .lp-tentfesta-section__title > span > span {
    padding: calc(7 * var(--zoom) / var(--designwidth) * 100vw) calc(5 * var(--zoom) / var(--designwidth) * 100vw);
    font-size: calc(18 * var(--zoom) / var(--designwidth) * 100vw);
  }
}

.lp-tentfesta-lead {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 2;
  color: var(--week_maincolor);
}
@media screen and (max-width:767px) {
  .lp-tentfesta-lead {
    text-align: justify;
    padding: 0 calc(28 * var(--zoom) / var(--designwidth) * 100vw);
    font-size: calc(13 * var(--zoom) / var(--designwidth) * 100vw);
    line-height: 1.6154;
    -moz-text-align-last: left;
         text-align-last: left;
  }
}

.lp-tentfesta-ticker {
  display: flex;
  overflow: hidden;
  margin: 40px 0 0;
}
@media screen and (max-width:767px) {
  .lp-tentfesta-ticker {
    margin: calc(20 * var(--zoom) / var(--designwidth) * 100vw) 0 0;
  }
}

.lp-tentfesta-ticker__item {
  flex-shrink: 0;
  animation: loop 20s linear infinite;
  width: 1080px;
}
@media screen and (max-width:767px) {
  .lp-tentfesta-ticker__item {
    width: calc(718 * var(--zoom) / var(--designwidth) * 100vw);
  }
}

@keyframes loop {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.lp-tentfesta-prodlist {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin: 40px 40px 0;
}
@media screen and (max-width:767px) {
  .lp-tentfesta-prodlist {
    gap: 0;
    margin: calc(30 * var(--zoom) / var(--designwidth) * 100vw) calc(10 * var(--zoom) / var(--designwidth) * 100vw) 0;
  }
}

.lp-tentfesta-mat {
  margin: 20px auto 0;
  max-width: 786px;
}
@media screen and (max-width:767px) {
  .lp-tentfesta-mat {
    margin: calc(10 * var(--zoom) / var(--designwidth) * 100vw) -4px 0;
    overflow: hidden;
  }
}

.lp-tentfesta-toy {
  margin: 40px auto 0;
  max-width: 695px;
}
@media screen and (max-width:767px) {
  .lp-tentfesta-toy {
    margin: calc(22 * var(--zoom) / var(--designwidth) * 100vw) auto 0;
    max-width: calc(348 * var(--zoom) / var(--designwidth) * 100vw);
  }
}
.lp-tentfesta-toy figcaption {
  margin-top: 1em;
  font-size: 10px;
  text-align: right;
}
@media screen and (max-width:767px) {
  .lp-tentfesta-toy figcaption {
    font-size: calc(8 * var(--zoom) / var(--designwidth) * 100vw);
  }
}

.lp-tentfesta-button-wrap {
  display: flex;
  justify-content: center;
  gap: 0 20px;
  margin-top: 50px;
}
@media screen and (max-width:767px) {
  .lp-tentfesta-button-wrap {
    margin-top: calc(40 * var(--zoom) / var(--designwidth) * 100vw);
    gap: calc(16 * var(--zoom) / var(--designwidth) * 100vw);
    flex-direction: column;
    align-items: center;
  }
}

a.lp-tentfesta-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 10px;
  border: 1px solid var(--week_maincolor);
  border-radius: 50px;
  height: 52px;
  width: 216px;
  color: var(--week_maincolor);
  text-decoration: none;
  background-color: #fff;
  font-size: 12px;
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  a.lp-tentfesta-button:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width:767px) {
  a.lp-tentfesta-button {
    width: calc(260 * var(--zoom) / var(--designwidth) * 100vw);
    height: calc(58 * var(--zoom) / var(--designwidth) * 100vw);
    font-size: calc(13 * var(--zoom) / var(--designwidth) * 100vw);
  }
}

.lp-c-button-wrap {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width:767px) {
  .lp-c-button-wrap {
    margin-top: calc(40 * var(--zoom) / var(--designwidth) * 100vw);
  }
}

.lp-c-button {
  position: relative;
  width: 298px;
  padding: 20px;
  border-radius: 50px;
  background-color: var(--week_maincolor);
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.89;
  letter-spacing: normal;
  text-decoration: none !important;
  cursor: pointer;
}
@media screen and (max-width:767px) {
  .lp-c-button {
    width: calc(290 * var(--zoom) / var(--designwidth) * 100vw);
    padding: calc(14 * var(--zoom) / var(--designwidth) * 100vw);
    font-size: calc(15 * var(--zoom) / var(--designwidth) * 100vw);
  }
}
.lp-c-button:after {
  position: absolute;
  z-index: 2;
  top: calc(50% - 4px);
  right: 50px;
  width: 9px;
  height: 9px;
  background: url(/storage/brandsite/feature/img/182/icon_blank.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width:767px) {
  .lp-c-button:after {
    width: calc(8 * var(--zoom) / var(--designwidth) * 100vw);
    height: calc(8 * var(--zoom) / var(--designwidth) * 100vw);
    margin-right: calc(-10 * var(--zoom) / var(--designwidth) * 100vw);
    margin-left: calc(10 * var(--zoom) / var(--designwidth) * 100vw);
  }
}
@media print, screen and (min-width: 768px) {
  .lp-c-button:hover {
    opacity: 0.7;
  }
}
.lp-c-button--anchor:after {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  right: 50px;
  width: 10px;
  height: 12px;
  background: url(/storage/brandsite/feature/img/182/icon_arw.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width:767px) {
  .lp-c-button--anchor:after {
    right: calc(30 * var(--zoom) / var(--designwidth) * 100vw);
    width: calc(12 * var(--zoom) / var(--designwidth) * 100vw);
    height: calc(12 * var(--zoom) / var(--designwidth) * 100vw);
  }
}

.lp-footer {
  border-top: 2px solid var(--week_maincolor);
  border-bottom: 2px solid var(--week_maincolor);
  padding: 20px 0;
}
@media screen and (max-width:767px) {
  .lp-footer {
    padding: calc(15 * var(--zoom) / var(--designwidth) * 100vw) 0;
    border: 4px solid var(--week_maincolor);
    border-top-width: 1px;
    border-bottom-width: 1px;
  }
}

.lp-footer__bg {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

.lp-footer__bg__img {
  display: flex;
  flex-shrink: 0;
  width: 1030px;
  padding-right: 70px;
  animation: loop 14s linear infinite;
}
@media screen and (max-width:767px) {
  .lp-footer__bg__img {
    padding-right: calc(20 * var(--zoom) / var(--designwidth) * 100vw);
    width: calc(518 * var(--zoom) / var(--designwidth) * 100vw);
  }
}

@keyframes loop {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.animation-fadeup {
  transform: translateY(10px);
  opacity: 0;
  transition: ease all 0.8s;
}
.animation-fadeup.is-show {
  transform: translateY(0px);
  opacity: 1;
}

.animation-fadein {
  opacity: 0;
  transition: ease all 0.8s;
}
.animation-fadein.is-show {
  opacity: 1;
}

.animation-childshutter {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px 0;
}
@media screen and (max-width:767px) {
  .animation-childshutter {
    gap: calc(6 * var(--zoom) / var(--designwidth) * 100vw) 0;
  }
}
.animation-childshutter > span {
  position: relative;
  z-index: 2;
  opacity: 0;
  display: inline-block;
}
.animation-childshutter:before {
  display: block;
  content: "";
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--week_maincolor);
  -webkit-clip-path: inset(0% 100% 0% 0%);
          clip-path: inset(0% 100% 0% 0%);
}
.is-show .animation-childshutter > span {
  opacity: 1;
  transition: ease opacity 0s 0.5s;
  transition-delay: 1s;
}
.is-show .animation-childshutter:before {
  animation: shutter ease 1s 0s both;
  animation-delay: 0.5s;
}

@keyframes shutter {
  0% {
    -webkit-clip-path: inset(0% 100% 0% 0%);
            clip-path: inset(0% 100% 0% 0%);
  }
  50% {
    -webkit-clip-path: inset(0% 0% 0% 0%);
            clip-path: inset(0% 0% 0% 0%);
  }
  100% {
    -webkit-clip-path: inset(0% 0% 0% 100%);
            clip-path: inset(0% 0% 0% 100%);
  }
}