@charset "UTF-8";
:root {
  --designwidth:1440;
  --main: #4F3528;
  --main2: #E5DDD5;
  --main3: #9E6222;
  --white: #FFFEEE;
  --font_ja: "M PLUS Rounded 1c", sans-serif;
  --font_en1: "calder-dark", "M PLUS Rounded 1c", sans-serif;
  --font_en2: "calder-lc", "M PLUS Rounded 1c", sans-serif;
}
@media screen and (max-width:767px) {
  :root {
    --designwidth:375;
  }
}

.u-no-cursol {
  pointer-events: none;
}

@media screen and (max-width:767px) {
  body.is-modal-open {
    position: absolute;
    overflow: hidden;
  }
}

.breadcrumb {
  position: relative;
  z-index: 5;
  background-color: #fff;
}

@media print, screen and (min-width: 768px) {
  .feature_details01 {
    padding-bottom: 0 !important;
  }
}

.feature_details01 > .box {
  margin-top: 0 !important;
}

#special-content.s_container {
  width: auto;
  padding: 0 !important;
  max-width: 100%;
}

.lp-wrapper {
  position: relative;
  font-family: var(--font_ja);
  font-weight: 500;
  color: var(--main3, #302421);
}

.lp-contents {
  overflow: hidden;
}
.lp-contents img {
  width: 100%;
  height: auto;
}
.lp-contents button {
  border: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

@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-u-color-white {
  color: #fff !important;
}

.lp-u-color-white2 {
  color: var(--white) !important;
}

.lp-u-mt0 {
  margin-top: 0 !important;
}

@media print, screen and (min-width: 768px) {
  .lp-u-hover {
    transition: ease opacity 0.3s;
  }
  .lp-u-hover:hover {
    opacity: 0.7 !important;
  }
}

a.lp-c-inlinelink {
  display: inline;
  color: inherit;
}
a.lp-c-inlinelink:hover {
  text-decoration: none;
}

.lp-c-headline {
  text-align: center;
}

.lp-c-headline__sub {
  margin-bottom: 1.4em;
  color: var(--main);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width:767px) {
  .lp-c-headline__sub {
    font-size: calc(13 / var(--designwidth) * 100vw);
  }
  .lp-lineup .lp-c-headline__sub {
    margin-bottom: calc(10 / var(--designwidth) * 100vw);
  }
}
.lp-c-headline__sub:before {
  margin-right: 1em;
  content: "(";
}
.lp-c-headline__sub:after {
  margin-left: 1em;
  content: ")";
}

.lp-c-headline__main {
  text-align: center;
}
.lp-c-headline__main svg {
  vertical-align: bottom;
  height: auto;
}
.lp-c-headline__main.is-lineup svg {
  height: auto;
  width: 100%;
  max-width: 224px;
}
@media screen and (max-width:767px) {
  .lp-c-headline__main.is-lineup svg {
    max-width: calc(150 / var(--designwidth) * 100vw);
  }
}
.lp-c-headline__main.is-lineup svg .st1 {
  fill: none;
}
.lp-c-headline__main.is-lineup svg .st2 {
  stroke-width: 1.5px;
  stroke: var(--main3);
  fill: var(--main);
}
.lp-c-headline__main.is-lineup svg mask path {
  stroke-width: 22;
  stroke-linecap: round;
  stroke-linejoin: round;
}
@media screen and (max-width:767px) {
  .lp-c-headline__main.is-anniversary svg {
    max-width: calc(284 / var(--designwidth) * 100vw);
    width: 100%;
  }
}
.lp-c-headline__main.is-event svg {
  height: auto;
  width: 100%;
  max-width: 214px;
}
@media screen and (max-width:767px) {
  .lp-c-headline__main.is-event svg {
    max-width: calc(142 / var(--designwidth) * 100vw);
  }
}
.lp-c-headline__main.is-event svg .st0 {
  fill: none;
}
.lp-c-headline__main.is-event svg .st1 {
  stroke-width: 1.5px;
  stroke: var(--main3);
  fill: var(--main);
}
.lp-c-headline__main.is-event svg mask path {
  stroke-width: 16;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.lp-c-headline__main mask path {
  fill: none;
  stroke: #ffffff;
  stroke-dasharray: 2000px;
  stroke-dashoffset: 2000px;
}

#text01 {
  -webkit-mask: url(#mask01);
          mask: url(#mask01);
}

#text02 {
  -webkit-mask: url(#mask02);
          mask: url(#mask02);
}

#text03 {
  -webkit-mask: url(#mask03);
          mask: url(#mask03);
}

#text04 {
  -webkit-mask: url(#mask04);
          mask: url(#mask04);
}

#text05 {
  -webkit-mask: url(#mask05);
          mask: url(#mask05);
}

.is-show svg mask path {
  animation: line 4s 0s forwards;
}

@keyframes line {
  0% {
    stroke-dashoffset: 2000px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.lp-c-lead {
  margin: 35px 0 0;
  text-align: center;
  font-size: 14px;
  color: var(--main);
  font-weight: 500;
  line-height: 1.65;
}
@media screen and (max-width:767px) {
  .lp-c-lead {
    margin: calc(40 / var(--designwidth) * 100vw) 0;
    font-size: calc(14 / var(--designwidth) * 100vw);
  }
}
.lp-c-lead.is-lineup {
  margin-top: 20px;
}
@media screen and (max-width:767px) {
  .lp-c-lead.is-lineup {
    margin: calc(30 / var(--designwidth) * 100vw) 0 0;
  }
}
.lp-c-lead.is-camp {
  margin-top: 33px;
  font-size: 13px;
}
@media screen and (max-width:767px) {
  .lp-c-lead.is-camp {
    margin: calc(23 / var(--designwidth) * 100vw) 0 0;
  }
}
.lp-c-lead.is-anniversary, .lp-c-lead.is-event {
  line-height: 1.8;
  font-size: 13px;
}
@media screen and (max-width:767px) {
  .lp-c-lead.is-anniversary, .lp-c-lead.is-event {
    margin: calc(24 / var(--designwidth) * 100vw) 0 0;
    line-height: 1.82;
    font-size: calc(13 / var(--designwidth) * 100vw);
  }
}

.lp-c-button-v1 {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}

a.lp-c-button-v1__link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 57px 0 33px;
  min-width: 261px;
  font-size: 15px;
  line-height: 1.4;
  color: var(--main2);
  font-weight: 700;
  text-align: center;
  aspect-ratio: 261/64;
  background: url(/storage/brandsite/feature/img/187/lp_btn_bg03.svg) no-repeat 0 0/contain;
  text-decoration: none;
}
@media screen and (max-width:767px) {
  a.lp-c-button-v1__link {
    justify-content: center;
    padding: 0 calc(57 / var(--designwidth) * 100vw) 0 calc(33 / var(--designwidth) * 100vw);
    font-size: calc(15 / var(--designwidth) * 100vw);
  }
}
a.lp-c-button-v1__link:after {
  position: absolute;
  z-index: 5;
  top: 50%;
  right: 34px;
  transform: translateY(-50%);
  content: "";
  width: 20px;
  height: 15px;
  display: block;
  background: url(/storage/brandsite/feature/img/187/lp_btn_ic03.svg) no-repeat 0 0/contain;
}
@media screen and (max-width:767px) {
  a.lp-c-button-v1__link:after {
    width: calc(20 / var(--designwidth) * 100vw);
    right: calc(31 / var(--designwidth) * 100vw);
  }
}
@media print, screen and (min-width: 768px) {
  a.lp-c-button-v1__link {
    transition: ease opacity 0.3s;
  }
  a.lp-c-button-v1__link:hover {
    opacity: 0.7;
  }
}
a.lp-c-button-v1__link.is-medium {
  width: 275px;
  height: 64px;
}

.lp-mv {
  position: relative;
  width: 100%;
  background: #e6ddd5 url(/storage/brandsite/feature/img/187/lp-bg01_01.png);
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .lp-mv {
    aspect-ratio: 1440/734;
  }
}
@media screen and (max-width:767px) {
  .lp-mv {
    padding: calc(35 / var(--designwidth) * 100vw) 0 calc(55 / var(--designwidth) * 100vw);
  }
}
.lp-mv::before {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  width: 100%;
  background: url(/storage/brandsite/feature/img/187/mv_bg01_sp.png) no-repeat top center/100% auto;
  z-index: 6;
}
@media print, screen and (min-width: 768px) {
  .lp-mv::before {
    aspect-ratio: 1465/136;
    background: url(/storage/brandsite/feature/img/187/mv_bg01.svg) no-repeat top center/100% auto;
  }
}
@media screen and (max-width:767px) {
  .lp-mv::before {
    top: 0;
    aspect-ratio: 750/158;
  }
}

.lp-mv__headline {
  z-index: 100;
  width: calc(408 / var(--designwidth) * 100vw);
}
@media print, screen and (min-width: 768px) {
  .lp-mv__headline {
    position: absolute;
    top: calc(112 / var(--designwidth) * 100vw);
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width:767px) {
  .lp-mv__headline {
    position: relative;
    margin: 0 auto;
    width: calc(296 / 375 * 100%);
  }
}
.lp-mv__headline svg {
  display: block;
  width: 100%;
  height: auto;
}
.lp-mv__headline img {
  display: block;
}

.lp-mv__headline__sub {
  margin: 0 auto;
  width: calc(213 / var(--designwidth) * 100vw);
}
@media screen and (max-width:767px) {
  .lp-mv__headline__sub {
    width: calc(180 / var(--designwidth) * 100vw);
  }
}

.lp-mv__visual {
  z-index: 5;
  display: flex;
  opacity: 0;
  top: 0;
  left: 0;
}
@media print, screen and (min-width: 768px) {
  .lp-mv__visual {
    position: absolute;
    padding-top: 20px;
  }
}
@media screen and (max-width:767px) {
  .lp-mv__visual {
    margin-top: calc(-58 / var(--designwidth) * 100vw);
  }
}
.lp-mv__visual img {
  animation: flow linear 40s infinite;
}
.lp-mv__visual img {
  flex-shrink: 0;
  display: block;
  max-width: none !important;
  width: calc(2430 / var(--designwidth) * 100vw);
}
@media screen and (max-width:767px) {
  .lp-mv__visual img {
    width: calc(1275 / var(--designwidth) * 100vw);
  }
}
.lp-mv__visual.is-show {
  transition: ease opacity 1s;
  opacity: 1;
}

@keyframes flow {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.lp-mv__copyright {
  position: absolute;
  z-index: 10;
}
@media print, screen and (min-width: 768px) {
  .lp-mv__copyright {
    left: calc(7 / var(--designwidth) * 100vw);
    top: calc(13 / var(--designwidth) * 100vw);
    width: calc(130 / var(--designwidth) * 100vw);
  }
}
@media screen and (max-width:767px) {
  .lp-mv__copyright {
    top: calc(421 / var(--designwidth) * 100vw);
    left: calc(24 / var(--designwidth) * 100vw);
    width: calc(119 / var(--designwidth) * 100vw);
    opacity: 0;
  }
  .lp-mv__copyright.is-show {
    transition: ease opacity 1s;
    opacity: 1;
  }
}

@media print, screen and (min-width: 768px) {
  .lp-mv__text-wrap {
    position: absolute;
    bottom: calc(66 / var(--designwidth) * 100vw);
    left: 50%;
    z-index: 100;
  }
}
@media screen and (max-width:767px) {
  .lp-mv__text-wrap {
    margin-top: calc(30 / var(--designwidth) * 100vw);
  }
}

.lp-mv__text {
  line-height: 1.6;
  text-align: center;
  color: var(--main);
  font-size: calc(14 / var(--designwidth) * 100vw);
}
@media print, screen and (min-width: 768px) {
  .lp-mv__text {
    transform: translateX(-50%);
  }
}

.lp-intro {
  padding: 60px 0 160px;
  background: #F6F4EA;
}
@media screen and (max-width:767px) {
  .lp-intro {
    padding: calc(30 / var(--designwidth) * 100vw) 0 calc(90 / var(--designwidth) * 100vw);
  }
}

.lp-intro__text {
  font-size: 15px;
  line-height: 1.8667;
  text-align: center;
}
@media screen and (max-width:767px) {
  .lp-intro__text {
    line-height: 1.7;
    font-size: calc(14 / var(--designwidth) * 100vw);
  }
}

.lp-section {
  --bgColor:#F6F4EA;
  background: #F6F4EA;
}

@media screen and (max-width:767px) {
  .lp-u-block--sp {
    padding-inline: calc(30 / var(--designwidth) * 100vw);
  }
}
.lp-u-block > :first-child {
  margin-top: 0 !important;
}

.lp-lineup {
  position: relative;
  padding: 64px 0 70px;
  background: url(/storage/brandsite/feature/img/187/lp-bg02_01.png) top center/auto 100%, url(/storage/brandsite/feature/img/187/lp-bg01_01.png) top center/auto 100%;
}
@media screen and (max-width:767px) {
  .lp-lineup {
    padding: calc(50 / var(--designwidth) * 100vw) 0 calc(70 / var(--designwidth) * 100vw);
  }
}

.lp-lineup-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin: 21px auto 0;
  max-width: 976px;
}
@media screen and (max-width:767px) {
  .lp-lineup-list {
    gap: calc(10 / var(--designwidth) * 100vw);
    grid-template-columns: 100%;
    margin: calc(20 / var(--designwidth) * 100vw) auto 0;
    max-width: calc(315 / var(--designwidth) * 100vw);
  }
}

.lp-lineup-list__item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 20px;
  width: 100%;
  background: url(/storage/brandsite/feature/img/187/lp_btn_bg04.svg) no-repeat 0 0/contain;
  aspect-ratio: 316/87;
  text-decoration: none !important;
  cursor: pointer;
}
@media print, screen and (min-width: 768px) {
  .lp-lineup-list__item {
    max-width: 316px;
  }
  .lp-lineup-list__item:hover:before {
    transform: translateY(-30%);
  }
}
@media screen and (max-width:767px) {
  .lp-lineup-list__item {
    padding: 20px;
  }
}
.lp-lineup-list__item:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 28px;
  width: 30px;
  height: 21px;
  z-index: 2;
  background: url(/storage/brandsite/feature/img/187/lp_btn_ic02.svg) no-repeat 0 0/contain;
  transform: translateY(-50%);
  transition: ease transform 0.3s;
}
@media screen and (max-width:767px) {
  .lp-lineup-list__item:before {
    right: calc(26 / var(--designwidth) * 100vw);
    width: calc(29 / var(--designwidth) * 100vw);
    height: calc(21 / var(--designwidth) * 100vw);
  }
}

.lp-lineup-list__prefix {
  display: block;
  position: absolute;
  top: calc(6 / var(--designwidth) * 100vw);
  left: calc(6 / var(--designwidth) * 100vw);
  line-height: 1;
  padding: calc(6 / var(--designwidth) * 100vw) 0;
  color: var(--white);
  text-align: center;
  font-family: var(--font_en1);
  font-size: calc(12 / var(--designwidth) * 100vw);
  width: calc(27 / var(--designwidth) * 100vw);
  height: calc(26 / var(--designwidth) * 100vw);
  background: url(/storage/brandsite/feature/img/187/lp_btn_ic01.svg) no-repeat 0 0/contain;
}
@media screen and (max-width:767px) {
  .lp-lineup-list__prefix {
    top: calc(6 / var(--designwidth) * 100vw);
    left: calc(6 / var(--designwidth) * 100vw);
  }
}

.lp-lineup-list__main {
  color: var(--main);
  font-family: var(--font_en1);
  text-align: center;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
}
@media screen and (max-width:767px) {
  .lp-lineup-list__main {
    font-size: calc(18 / var(--designwidth) * 100vw);
  }
}

.lp-lineup-list__main--02 {
  margin-left: -1em;
}

.lp-camp {
  background: url(/storage/brandsite/feature/img/187/lp-bg01_01.png);
  padding: 77px 0 0;
}
@media screen and (max-width:767px) {
  .lp-camp {
    padding: calc(50 / var(--designwidth) * 100vw) 0 0;
  }
}

.lp-other {
  position: relative;
  padding: 82px 0 100px;
  background: url(/storage/brandsite/feature/img/187/lp-bg03_01.png) top center/auto 100%;
  z-index: 2;
}
@media screen and (max-width:767px) {
  .lp-other {
    margin-top: calc(69 / var(--designwidth) * 100vw);
    padding: calc(53 / var(--designwidth) * 100vw) 0 calc(64 / var(--designwidth) * 100vw);
  }
}
@media screen and (max-width:767px) {
  .lp-other .lp-u-block {
    padding: 0 calc(43 / var(--designwidth) * 100vw);
  }
}

.lp-other-headline {
  margin-top: 100px;
  position: relative;
  display: flex;
  justify-content: center;
  line-height: 1;
  text-align: center;
  color: var(--main2);
  font-family: var(--font_en2);
  font-size: calc(48 / var(--designwidth) * 100vw);
}
@media screen and (max-width:767px) {
  .lp-other-headline {
    font-size: calc(26 / var(--designwidth) * 100vw);
  }
}
.lp-other-headline:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  content: "OTHER ITEMS";
  text-align: center;
  color: var(--main2);
  font-family: var(--font_en2);
  font-size: calc(48 / var(--designwidth) * 100vw);
  opacity: 0;
}
@media screen and (max-width:767px) {
  .lp-other-headline:after {
    font-size: calc(26 / var(--designwidth) * 100vw);
  }
}
.lp-other-headline.is-show:after {
  animation: animation-blur-loop 2s 1.8s infinite;
}
.lp-other-headline > span {
  min-width: 0.3em;
}
.lp-other-headline > span:nth-child(1) {
  animation-delay: 0.1s !important;
}
.lp-other-headline > span:nth-child(2) {
  animation-delay: 0.2s !important;
}
.lp-other-headline > span:nth-child(3) {
  animation-delay: 0.3s !important;
}
.lp-other-headline > span:nth-child(4) {
  animation-delay: 0.4s !important;
}
.lp-other-headline > span:nth-child(5) {
  animation-delay: 0.5s !important;
}
.lp-other-headline > span:nth-child(6) {
  animation-delay: 0.6s !important;
}
.lp-other-headline > span:nth-child(7) {
  animation-delay: 0.7s !important;
}
.lp-other-headline > span:nth-child(8) {
  animation-delay: 0.8s !important;
}
.lp-other-headline > span:nth-child(9) {
  animation-delay: 0.9s !important;
}
.lp-other-headline > span:nth-child(10) {
  animation-delay: 1s !important;
}
.lp-other-headline > span:nth-child(11) {
  animation-delay: 1.1s !important;
}
.lp-other-headline > span:nth-child(12) {
  animation-delay: 1.2s !important;
}

.lp-anniversary {
  position: relative;
  overflow: hidden;
  background: url(/storage/brandsite/feature/img/187/lp-bg04.png);
}
.lp-anniversary > .lp-u-block {
  position: relative;
  margin: 0 auto;
  padding: 84px 0 71px;
  max-width: 630px;
  width: 100%;
}
@media screen and (max-width:767px) {
  .lp-anniversary > .lp-u-block {
    padding: calc(70 / var(--designwidth) * 100vw) 0 calc(8 / var(--designwidth) * 100vw);
  }
}
.lp-anniversary::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 48px;
  left: 0;
  bottom: -28px;
  background: url(/storage/brandsite/feature/img/187/lp-bg01_02.png) repeat-x bottom -10px center/auto 42px;
}

.lp-anniversary-figure {
  margin: 35px auto 0;
}
@media print, screen and (min-width: 768px) {
  .lp-anniversary-figure {
    max-width: 369px;
  }
}
@media screen and (max-width:767px) {
  .lp-anniversary-figure {
    margin-top: calc(17 / var(--designwidth) * 100vw);
    padding: 0 calc(40 / var(--designwidth) * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .lp-anniversary__decoration {
    display: block;
    position: absolute;
    top: 0;
    width: 336px;
    height: 1452px;
    overflow: hidden;
  }
}
@media screen and (max-width:767px) {
  .lp-anniversary__decoration {
    display: flex;
    white-space: nowrap;
    margin-top: calc(-15 / var(--designwidth) * 100vw);
  }
}
.lp-anniversary__decoration.is-left {
  left: -320px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .lp-anniversary__decoration.is-left {
    left: -220px;
  }
}
.lp-anniversary__decoration.is-left img {
  transform: translateY(-100%);
  animation: loop linear 30s infinite;
}
.lp-anniversary__decoration.is-right {
  right: -344px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .lp-anniversary__decoration.is-right {
    right: -244px;
  }
}
.lp-anniversary__decoration.is-right img {
  transform: translateY(-200%);
  animation: loop-r linear 30s infinite;
}
.lp-anniversary__decoration.is-sp img {
  max-width: none;
  width: 713px;
  transform: translateY(0%);
  animation: loop-sp linear 10s infinite;
}

@keyframes loop {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(-200%);
  }
}
@keyframes loop-r {
  0% {
    transform: translateY(-200%);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes loop-sp {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.lp-event {
  padding: 80px 0 140px;
  background: url(/storage/brandsite/feature/img/187/lp-bg01_01.png);
}
@media screen and (max-width:767px) {
  .lp-event {
    padding: calc(62 / var(--designwidth) * 100vw) 0 calc(47 / var(--designwidth) * 100vw);
  }
}

.lp-event-box {
  margin: 60px auto 0;
  color: var(--main);
  max-width: 690px;
}
@media screen and (max-width:767px) {
  .lp-event-box {
    position: relative;
    margin: calc(12 / var(--designwidth) * 100vw) auto 0;
    max-width: calc(350 / var(--designwidth) * 100vw);
    border-radius: 0 0 30px 30px;
    overflow: hidden;
  }
  .lp-event-box::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 150px;
    background: url(/storage/brandsite/feature/img/187/lp-event_bg01_sp.png) no-repeat bottom center/100% auto;
    z-index: 1;
  }
}
@media print, screen and (min-width: 768px) {
  .lp-event-box.is-box01 {
    min-height: 500px;
    background: url(/storage/brandsite/feature/img/187/lp-event_bg01.png) no-repeat;
  }
}
@media screen and (max-width:767px) {
  .lp-event-box.is-box01 {
    background: url(/storage/brandsite/feature/img/187/lp-event_bg01_sp.png) no-repeat 0 0/100% auto;
  }
}
@media print, screen and (min-width: 768px) {
  .lp-event-box.is-box02 {
    min-height: 835px;
    background: url(/storage/brandsite/feature/img/187/lp-event_bg02.png) no-repeat;
  }
}
@media screen and (max-width:767px) {
  .lp-event-box.is-box02 {
    background: url(/storage/brandsite/feature/img/187/lp-event_bg01_sp.png) no-repeat 0 0/100% auto;
  }
}
@media print, screen and (min-width: 768px) {
  .lp-event-box.is-box03 {
    min-height: 1158px;
    background: url(/storage/brandsite/feature/img/187/lp-event_bg03.png) no-repeat;
  }
}
@media screen and (max-width:767px) {
  .lp-event-box.is-box03 {
    background: url(/storage/brandsite/feature/img/187/lp-event_bg03_sp.png) no-repeat 0 0/100% auto;
  }
}
@media screen and (max-width:767px) {
  .lp-event-box + .lp-event-box {
    margin-top: calc(20 / var(--designwidth) * 100vw);
  }
}

.lp-event-box__inner {
  padding: 50px 30px 50px;
}
@media screen and (max-width:767px) {
  .lp-event-box__inner {
    position: relative;
    padding: calc(43 / var(--designwidth) * 100vw) calc(35 / var(--designwidth) * 100vw) calc(30 / var(--designwidth) * 100vw);
    z-index: 2;
  }
}
.lp-event-box__inner > :last-child {
  margin-bottom: 0 !important;
}

.lp-event-headline {
  margin: 0 0 33px;
  text-align: center;
}
@media screen and (max-width:767px) {
  .lp-event-headline {
    margin: 0 calc(-20 / var(--designwidth) * 100vw) calc(28 / var(--designwidth) * 100vw);
  }
}

.lp-event-headline__sub {
  position: relative;
  margin: 0 auto;
  padding: 0px 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  font-family: var(--font_en1);
  color: #fff;
  letter-spacing: -0.05em;
  background-color: var(--main3);
  border-radius: 20px;
}
@media screen and (max-width:767px) {
  .lp-event-headline__sub {
    padding: 0 3px;
    min-width: calc(82 / var(--designwidth) * 100vw);
    font-size: calc(12 / var(--designwidth) * 100vw);
  }
}
.lp-event-headline__sub::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -4px;
  width: 12px;
  height: 6px;
  background-color: var(--main3);
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  transform: translateX(-50%);
}

.lp-event-headline__main > span {
  display: block;
  margin: 15px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 12px;
  line-height: 1.4;
  color: var(--main);
  font-size: 22px;
  font-weight: 800;
}
@media screen and (max-width:767px) {
  .lp-event-headline__main > span {
    margin: 6px auto 0;
    padding: 0;
    line-height: 1.4;
    font-size: calc(22 / var(--designwidth) * 100vw);
  }
}
@media print, screen and (min-width: 768px) {
  .lp-event-headline__main > span.is-medium--pc {
    font-size: 17px;
  }
}
@media screen and (max-width:767px) {
  .lp-event-headline__main > span.is-medium--sp {
    font-size: calc(15 / var(--designwidth) * 100vw);
  }
}

.lp-event-section.is-order-1--sp {
  order: 1;
}
.lp-event-section.is-order-2--sp {
  order: 2;
}
.lp-event-section.is-order-3--sp {
  order: 3;
}
.lp-event-section.is-order-4--sp {
  order: 4;
}

.lp-event-section__title {
  position: relative;
  padding-left: 19px;
  margin-bottom: 0.2em;
  font-size: 14px;
  line-height: 1.3571;
  color: var(--main);
}
@media screen and (max-width:767px) {
  .lp-event-section__title {
    font-size: calc(14 / var(--designwidth) * 100vw);
  }
}
.lp-event-section__title::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: var(--main3);
}
@media screen and (max-width:767px) {
  .lp-event-section__title::before {
    left: 3px;
  }
}

.lp-event-section__singletitle {
  border-left: 4px solid var(--main, #FAD50E);
  margin: 35px auto 0;
  padding-left: 15px;
  max-width: 560px;
  font-size: 14px;
  line-height: 1.3571;
  color: var(--main3, #302421);
}
@media screen and (max-width:767px) {
  .lp-event-section__singletitle {
    margin-top: calc(20 / var(--designwidth) * 100vw);
    font-size: calc(14 / var(--designwidth) * 100vw);
  }
}

.lp-event-section__paragraph {
  padding-left: 19px;
  font-size: 14px;
  line-height: 1.65;
}
@media screen and (max-width:767px) {
  .lp-event-section__paragraph {
    font-size: calc(14 / var(--designwidth) * 100vw);
  }
}

.lp-event-section__img {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .lp-event-section__img {
    position: absolute;
    right: -20px;
    bottom: -70px;
    margin-left: auto;
    max-width: 178px;
  }
}
@media screen and (max-width:767px) {
  .lp-event-section__img {
    margin: 0 auto;
    max-width: calc(170 / var(--designwidth) * 100vw);
  }
}

.lp-event-section-wrap {
  display: grid;
  align-items: flex-start;
  gap: 25px 30px;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
  max-width: 583px;
  margin: 0 auto;
}
@media screen and (max-width:767px) {
  .lp-event-section-wrap {
    gap: calc(16 / var(--designwidth) * 100vw) 0;
    grid-template-columns: 100%;
    max-width: 100%;
  }
}
.lp-event-section-wrap.is-column {
  grid-template-columns: 1fr;
}

@media print, screen and (min-width: 768px) {
  .lp-event-section.is-row01 {
    grid-row: 1/3;
    grid-column: 2/3;
  }
}

.lp-event-section-notice {
  margin: 2em auto 0;
  max-width: 560px;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 11px;
  text-align: left;
}
@media screen and (max-width:767px) {
  .lp-event-section-notice {
    font-size: calc(10 / var(--designwidth) * 100vw);
  }
}

.lp-event-figure {
  margin: 30px auto;
}
@media print, screen and (min-width: 768px) {
  .lp-event-figure {
    max-width: 460px;
    border: 1px solid var(--main3);
  }
}
@media screen and (max-width:767px) {
  .lp-event-figure {
    margin-top: calc(26 / var(--designwidth) * 100vw);
    padding: 0 calc(15 / var(--designwidth) * 100vw);
  }
}

.lp-event-youtube {
  margin: 40px auto 0;
  max-width: 583px;
}
@media screen and (max-width:767px) {
  .lp-event-youtube {
    margin: calc(30 / var(--designwidth) * 100vw) calc(0 / var(--designwidth) * 100vw) 0;
  }
}
.lp-event-youtube iframe {
  height: auto;
  width: 100%;
  aspect-ratio: 16/9;
}

.lp-event-menu {
  display: grid;
  gap: 30px 15px;
  grid-template-columns: repeat(3, 1fr);
  margin: 25px auto 0;
  max-width: 560px;
}
@media screen and (max-width:767px) {
  .lp-event-menu {
    max-width: 100%;
    gap: calc(25 / var(--designwidth) * 100vw) calc(20 / var(--designwidth) * 100vw);
    grid-template-columns: repeat(2, 1fr);
    margin: calc(15 / var(--designwidth) * 100vw) auto 0;
  }
}

.lp-event-menu__visual img {
  border-radius: 12px;
}

.lp-event-menu__caption {
  margin-top: 0.5em;
  text-align: center;
  font-size: 14px;
  line-height: 1.2857;
}
@media screen and (max-width:767px) {
  .lp-event-menu__caption {
    font-size: calc(14 / var(--designwidth) * 100vw);
  }
}

.lp-last {
  padding: 95px 0 145px;
}
@media screen and (max-width:767px) {
  .lp-last {
    padding: calc(70 / var(--designwidth) * 100vw) 0;
  }
}

.lp-event__more {
  margin-top: 65px;
}
@media screen and (max-width:767px) {
  .lp-event__more {
    margin-top: calc(42 / var(--designwidth) * 100vw);
  }
}
.lp-event__more > :first-child {
  margin-top: 0 !important;
}

.lp-event-slider {
  margin: 0 calc(-32 / var(--designwidth) * 100vw) calc(28 / var(--designwidth) * 100vw);
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .lp-event-slider {
    margin: 0 auto 40px;
    max-width: 576px;
    overflow: hidden;
  }
}
.lp-event-slider .swiper {
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .lp-event-slider .swiper {
    max-width: 362px;
  }
}
@media screen and (max-width:767px) {
  .lp-event-slider .swiper {
    width: calc(220 / var(--designwidth) * 100vw);
  }
}
.lp-event-slider .swiper-slide {
  transition: 0.3s filter ease-in;
}
.lp-event-slider .swiper-slide:not(.swiper-slide-active) {
  filter: grayscale(1);
}

.lp-event-button {
  margin: calc(21 / var(--designwidth) * 100vw) auto calc(19 / var(--designwidth) * 100vw);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media print, screen and (min-width: 768px) {
  .lp-event-button {
    margin: 35px auto 0;
  }
}

.lp-event-button .lp-event-button__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 33px 0;
  width: 194px;
  font-size: 13px;
  line-height: 1.4;
  color: #FFFEEE;
  text-decoration: none;
  font-weight: 500;
  text-align: center;
  aspect-ratio: 194/41;
  background: url(/storage/brandsite/feature/img/187/lp_btn_bg02.svg) no-repeat 0 0/contain;
  text-decoration: none;
}
@media screen and (max-width:767px) {
  .lp-event-button .lp-event-button__link {
    padding: 0 calc(15 / var(--designwidth) * 100vw);
    width: calc(166 / var(--designwidth) * 100vw);
    font-size: calc(13 / var(--designwidth) * 100vw);
    aspect-ratio: 164/41;
    background-image: url(/storage/brandsite/feature/img/187/lp_btn_bg02_sp.png);
  }
}
@media print, screen and (min-width: 768px) {
  .lp-event-button .lp-event-button__link {
    transition: ease opacity 0.3s;
  }
  .lp-event-button .lp-event-button__link:hover {
    opacity: 0.7;
  }
}

.lp-products {
  position: relative;
  width: 100%;
}
@media screen and (max-width:767px) {
  .lp-products {
    margin-top: calc(40 / var(--designwidth) * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .lp-products__detail {
    position: absolute;
    z-index: 100;
  }
}
@media screen and (max-width:767px) {
  .lp-products__detail {
    position: relative;
    z-index: 100;
    margin-top: calc(10 / var(--designwidth) * 100vw);
    padding: 0 calc(30 / var(--designwidth) * 100vw);
  }
}

@media screen and (max-width:767px) {
  .lp-products-wrap {
    position: relative;
  }
}

.lp-products__name > span {
  display: block;
  margin: calc(1 / var(--designwidth) * 100vw) 0 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0 2px;
  background: url(/storage/brandsite/feature/img/187/lp_camp_ex01.png) repeat-x bottom left;
  color: var(--main3);
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-size: calc(17 / var(--designwidth) * 100vw);
  font-weight: 800;
}

.lp-products__text {
  margin-top: 0.4em;
  font-size: calc(13 / var(--designwidth) * 100vw);
  color: #4F3528;
  letter-spacing: normal;
}

.lp-products__more {
  margin-top: calc(13 / var(--designwidth) * 100vw);
}
@media screen and (max-width:767px) {
  .lp-products__more {
    display: flex;
    justify-content: center;
  }
}
.lp-products__more > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 166/41;
  color: var(--main2);
  font-family: var(--font_en1);
  font-size: calc(15 / var(--designwidth) * 100vw);
  line-height: 1.4;
  font-weight: 400;
  background: url(/storage/brandsite/feature/img/187/lp_btn_bg01.svg) no-repeat 0 0/contain;
  text-decoration: none;
  padding: 0 calc(40 / var(--designwidth) * 100vw) 0 calc(16 / var(--designwidth) * 100vw);
  width: calc(166 / var(--designwidth) * 100vw);
  max-width: 100%;
}
@media print, screen and (min-width: 768px) {
  .lp-products__more > a {
    transition: ease opacity 0.3s;
  }
  .lp-products__more > a:hover {
    opacity: 0.7;
  }
}
.lp-products__more > a:after {
  position: absolute;
  z-index: 5;
  top: 50%;
  right: calc(35 / var(--designwidth) * 100vw);
  content: "";
  transform: translateY(-50%);
  width: calc(20 / var(--designwidth) * 100vw);
  height: calc(14 / var(--designwidth) * 100vw);
  display: block;
  background: url(/storage/brandsite/feature/img/187/lp_btn_ic03.svg) no-repeat 0 0;
  -webkit-mask-repeat: none;
          mask-repeat: none;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.lp-products__tax {
  font-family: var(--font_en1);
}
.lp-products__tax:before {
  content: "¥";
}

.lp-products__number {
  margin-bottom: 0.3em;
  color: var(--main);
  font-family: var(--font_en1);
  font-size: calc(10 / var(--designwidth) * 100vw);
  font-weight: 600;
  z-index: 10;
  line-height: 1;
}

.lp-products__number__count {
  margin-left: 0.2em;
  letter-spacing: 0.05em;
  font-size: calc(14 / var(--designwidth) * 100vw);
}
@media screen and (max-width:767px) {
  .lp-products__number__count {
    font-size: calc(14 / var(--designwidth) * 100vw);
  }
}

.lp-products__mv {
  position: absolute;
  z-index: 5;
}

.lp-products__arw,
.lp-products__icon,
.lp-products__kidssize,
.lp-products__icon__img,
.lp-products__icon__arw {
  position: absolute;
  z-index: 10;
  line-height: 1;
  display: block;
}

.is-show .lp-products__icon__arw {
  transition: -webkit-clip-path 0.6s 1s ease;
  transition: clip-path 0.6s 1s ease;
  transition: clip-path 0.6s 1s ease, -webkit-clip-path 0.6s 1s ease;
  -webkit-clip-path: inset(0% 0% 0% 0%) !important;
          clip-path: inset(0% 0% 0% 0%) !important;
}

.lp-products__copyright {
  position: absolute;
  z-index: 15;
  width: calc(136 / 1440 * 100%);
  line-height: 1;
}
@media screen and (max-width:767px) {
  .lp-products__copyright {
    width: calc(110 / 375 * 100%);
  }
}

@media print, screen and (min-width: 768px) {
  #camp-1 {
    aspect-ratio: var(--designwidth)/683;
    margin-top: 38px;
  }
  #camp-1 .lp-products__mv {
    top: calc(0 / 683 * 100%);
    left: calc(116 / 1440 * 100%);
    width: calc(744 / 1440 * 100%);
  }
  #camp-1 .lp-products__detail {
    top: calc(96 / 683 * 100%);
    left: calc(714 / 1440 * 100%);
  }
  #camp-1 .lp-products__copyright {
    top: calc(658 / 683 * 100%);
    left: calc(145 / 1440 * 100%);
  }
  #camp-1 .lp-products__icon.is-pos01 {
    top: calc(618 / 1440 * 100%);
    left: calc(733 / 1440 * 100%);
    width: calc(244 / 1440 * 100%);
    aspect-ratio: 240/150;
  }
  #camp-1 .lp-products__icon.is-pos01 .lp-products__icon__img {
    right: 0;
    width: calc(125 / 240 * 100%);
  }
  #camp-1 .lp-products__icon.is-pos01 .lp-products__icon__arw {
    top: 50%;
    left: 0;
    width: calc(100 / 240 * 100%);
    -webkit-clip-path: inset(0% 0% 0% 100%);
            clip-path: inset(0% 0% 0% 100%);
  }
  #camp-1 .lp-products__icon.is-pos02 {
    top: calc(162 / 683 * 100%);
    left: calc(1060 / 1440 * 100%);
    width: calc(128 / 1440 * 100%);
  }
}
@media screen and (max-width:767px) {
  #camp-1 .lp-products-wrap {
    aspect-ratio: var(--designwidth)/362;
  }
  #camp-1 .lp-products__mv {
    top: calc(0 / 362 * 100%);
    left: calc(0 / 375 * 100%);
    width: calc(375 / 375 * 100%);
  }
  #camp-1 .lp-products__copyright {
    bottom: 0;
    right: calc(30 / 375 * 100%);
  }
  #camp-1 .lp-products__icon.is-pos01 {
    top: calc(30 / 362 * 100%);
    left: calc(258 / 375 * 100%);
    width: calc(106 / 375 * 100%);
    aspect-ratio: 106/175;
  }
  #camp-1 .lp-products__icon.is-pos01 .lp-products__icon__img {
    right: 0;
    width: 100%;
  }
  #camp-1 .lp-products__icon.is-pos01 .lp-products__icon__arw {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(12 / 106 * 100%);
    -webkit-clip-path: inset(0% 0% 100% 0%);
            clip-path: inset(0% 0% 100% 0%);
  }
  #camp-1 .lp-products__icon.is-pos02 {
    top: calc(20 / 362 * 100%);
    left: calc(30 / 375 * 100%);
    width: calc(98 / 375 * 100%);
  }
}

@media print, screen and (min-width: 768px) {
  #camp-2 {
    margin-top: -80px;
    aspect-ratio: var(--designwidth)/488;
  }
  #camp-2 .lp-products__mv {
    top: calc(20 / 488 * 100%);
    left: calc(773 / 1440 * 100%);
    width: calc(425 / 1440 * 100%);
  }
  #camp-2 .lp-products__detail {
    top: calc(160 / 488 * 100%);
    left: calc(460 / 1440 * 100%);
  }
  #camp-2 .lp-products__copyright {
    top: calc(446 / 488 * 100%);
    left: calc(1125 / 1440 * 100%);
  }
  #camp-2 .lp-products__icon.is-pos01 {
    top: calc(128 / 488 * 100%);
    left: calc(1164 / 1440 * 100%);
    width: calc(146 / 1440 * 100%);
    aspect-ratio: 146/166;
  }
  #camp-2 .lp-products__icon.is-pos01 .lp-products__icon__img {
    right: 0;
    bottom: 0;
    width: calc(146 / 146 * 100%);
  }
  #camp-2 .lp-products__icon.is-pos01 .lp-products__icon__arw {
    top: 0%;
    left: calc(30 / 146 * 100%);
    width: calc(30 / 146 * 100%);
    -webkit-clip-path: inset(100% 0% 0% 0%);
            clip-path: inset(100% 0% 0% 0%);
  }
  #camp-2 .lp-products__icon.is-pos02 {
    top: calc(313 / 488 * 100%);
    left: calc(624 / 1440 * 100%);
    width: calc(200 / 1440 * 100%);
  }
}
@media screen and (max-width:767px) {
  #camp-2 .lp-products-wrap {
    aspect-ratio: var(--designwidth)/340;
  }
  #camp-2 .lp-products__mv {
    top: calc(0 / 340 * 100%);
    left: calc(-40 / 375 * 100%);
    width: calc(300 / 375 * 100%);
  }
  #camp-2 .lp-products__copyright {
    bottom: 0;
    right: calc(40 / 375 * 100%);
  }
  #camp-2 .lp-products__icon.is-pos01 {
    top: calc(25 / 340 * 100%);
    right: calc(10 / 375 * 100%);
    width: calc(115 / 375 * 100%);
    aspect-ratio: 125/143;
  }
  #camp-2 .lp-products__icon.is-pos01 .lp-products__icon__img {
    right: 0;
    bottom: 0;
    width: calc(146 / 146 * 100%);
  }
  #camp-2 .lp-products__icon.is-pos01 .lp-products__icon__arw {
    top: 0%;
    left: calc(30 / 146 * 100%);
    width: calc(30 / 146 * 100%);
    -webkit-clip-path: inset(100% 0% 0% 0%);
            clip-path: inset(100% 0% 0% 0%);
  }
  #camp-2 .lp-products__icon.is-pos02 {
    top: calc(170 / 340 * 100%);
    left: calc(220 / 375 * 100%);
    width: calc(150 / 375 * 100%);
  }
}

@media print, screen and (min-width: 768px) {
  #camp-3 {
    aspect-ratio: var(--designwidth)/494;
    margin-top: -50px;
  }
  #camp-3 .lp-products__mv {
    top: calc(-21 / 494 * 100%);
    left: calc(270 / 1440 * 100%);
    width: calc(252 / 1440 * 100%);
  }
  #camp-3 .lp-products__detail {
    top: calc(162 / 494 * 100%);
    left: calc(716 / 1440 * 100%);
  }
  #camp-3 .lp-products__copyright {
    top: calc(451 / 494 * 100%);
    left: calc(149 / 1440 * 100%);
  }
  #camp-3 .lp-products__icon.is-pos01 {
    top: calc(80 / 494 * 100%);
    left: calc(135 / 1440 * 100%);
    width: calc(153 / 1440 * 100%);
    aspect-ratio: 153/185;
  }
  #camp-3 .lp-products__icon.is-pos01 .lp-products__icon__img {
    top: 0;
    left: 0;
    width: calc(138 / 153 * 100%);
  }
  #camp-3 .lp-products__icon.is-pos01 .lp-products__icon__arw {
    bottom: 0;
    right: 0;
    width: calc(80 / 153 * 100%);
    -webkit-clip-path: inset(0% 100% 0% 0%);
            clip-path: inset(0% 100% 0% 0%);
  }
  #camp-3 .lp-products__icon.is-pos02 {
    top: calc(223 / 494 * 100%);
    left: calc(512 / 1440 * 100%);
    width: calc(144 / 1440 * 100%);
  }
}
@media screen and (max-width:767px) {
  #camp-3 .lp-products-wrap {
    aspect-ratio: var(--designwidth)/346;
  }
  #camp-3 .lp-products__mv {
    top: calc(0 / 346 * 100%);
    left: calc(178 / 375 * 100%);
    width: calc(173 / 375 * 100%);
  }
  #camp-3 .lp-products__copyright {
    bottom: 0;
    right: calc(35 / 375 * 100%);
  }
  #camp-3 .lp-products__icon.is-pos01 {
    top: calc(30 / 346 * 100%);
    left: calc(65 / 375 * 100%);
    width: calc(120 / 375 * 100%);
    aspect-ratio: 120/147;
  }
  #camp-3 .lp-products__icon.is-pos01 .lp-products__icon__img {
    left: 0;
    top: 0;
    width: calc(100 / 120 * 100%);
  }
  #camp-3 .lp-products__icon.is-pos01 .lp-products__icon__arw {
    bottom: 0;
    left: calc(45 / 100 * 100%);
    width: calc(62 / 100 * 100%);
    -webkit-clip-path: inset(0% 100% 0% 0%);
            clip-path: inset(0% 100% 0% 0%);
  }
  #camp-3 .lp-products__icon.is-pos02 {
    top: calc(190 / 346 * 100%);
    left: calc(20 / 375 * 100%);
    width: calc(118 / 375 * 100%);
  }
  #camp-3 .lp-products__detail {
    margin-top: calc(-10 / var(--designwidth) * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  #camp-4 {
    margin-top: calc(-50 / var(--designwidth) * 100vw);
    aspect-ratio: var(--designwidth)/488;
  }
  #camp-4 .lp-products__mv {
    top: calc(10 / 488 * 100%);
    left: calc(675 / 1440 * 100%);
    width: calc(570 / 1440 * 100%);
  }
  #camp-4 .lp-products__detail {
    top: calc(123 / 488 * 100%);
    left: calc(420 / 1440 * 100%);
  }
  #camp-4 .lp-products__copyright {
    top: calc(334 / 488 * 100%);
    left: calc(689 / 1440 * 100%);
  }
  #camp-4 .lp-products__icon.is-pos01 {
    top: calc(-67 / 488 * 100%);
    left: calc(1023 / 1440 * 100%);
    width: calc(224 / 1440 * 100%);
    aspect-ratio: 224/150;
  }
  #camp-4 .lp-products__icon.is-pos01 .lp-products__icon__img {
    top: 0;
    right: 0;
    width: calc(148 / 224 * 100%);
  }
  #camp-4 .lp-products__icon.is-pos01 .lp-products__icon__arw {
    bottom: 15%;
    left: 0;
    width: calc(60 / 224 * 100%);
    -webkit-clip-path: inset(0% 0% 0% 100%);
            clip-path: inset(0% 0% 0% 100%);
  }
  #camp-4 .lp-products__icon.is-pos02 {
    top: calc(380 / 488 * 100%);
    left: calc(200 / 1440 * 100%);
    width: calc(193 / 1440 * 100%);
  }
}
@media screen and (max-width:767px) {
  #camp-4 .lp-products-wrap {
    aspect-ratio: var(--designwidth)/330;
  }
  #camp-4 .lp-products__detail {
    margin-top: calc(-30 / var(--designwidth) * 100vw);
  }
  #camp-4 .lp-products__mv {
    bottom: 0;
    left: calc(0 / 375 * 100%);
    width: calc(375 / 375 * 100%);
  }
  #camp-4 .lp-products__copyright {
    top: calc(33 / 330 * 100%);
    left: calc(48 / 375 * 100%);
  }
  #camp-4 .lp-products__icon.is-pos01 {
    top: calc(0 / 330 * 100%);
    right: calc(24 / 375 * 100%);
    width: calc(180 / 375 * 100%);
    aspect-ratio: 180/120;
  }
  #camp-4 .lp-products__icon.is-pos01 .lp-products__icon__img {
    right: 0;
    top: 0;
    width: calc(118 / 180 * 100%);
  }
  #camp-4 .lp-products__icon.is-pos01 .lp-products__icon__arw {
    top: calc(70 / 120 * 100%);
    left: 0;
    width: calc(48 / 180 * 100%);
    -webkit-clip-path: inset(0% 0% 0% 100%);
            clip-path: inset(0% 0% 0% 100%);
  }
  #camp-4 .lp-products__icon.is-pos02 {
    top: calc(300 / 330 * 100%);
    left: calc(250 / 375 * 100%);
    width: calc(116 / 375 * 100%);
  }
}

.lp-products-slider {
  position: relative;
  margin: calc(50 / var(--designwidth) * 100vw) auto 0;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .lp-products-slider {
    max-width: 630px;
  }
}
@media screen and (max-width:767px) {
  .lp-products-slider {
    margin-top: calc(35 / var(--designwidth) * 100vw);
  }
}
@media screen and (max-width:767px) {
  .lp-products-slider .swiper {
    overflow: hidden;
  }
}
.lp-products-slider .swiper-slide {
  text-align: center;
}
.lp-products-slider .swiper-slide a {
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  .lp-products-slider .swiper-slide a:hover .lp-products-slider__detail {
    opacity: 0.7;
    transition: ease opacity 0.3s;
  }
}
.lp-products-slider .swiper-button-prev,
.lp-products-slider .swiper-button-next {
  margin-top: calc(-47 / var(--designwidth) * 100vw);
  text-indent: -9999px;
  width: calc(52 / var(--designwidth) * 100vw) !important;
  height: calc(52 / var(--designwidth) * 100vw) !important;
  transform: translateY(-50%) !important;
}
@media screen and (max-width:767px) {
  .lp-products-slider .swiper-button-prev,
  .lp-products-slider .swiper-button-next {
    margin-top: calc(-32 / var(--designwidth) * 100vw);
    width: calc(48 / var(--designwidth) * 100vw) !important;
    height: calc(48 / var(--designwidth) * 100vw) !important;
  }
}
.lp-products-slider .swiper-button-prev {
  left: calc(-27 / var(--designwidth) * 100vw) !important;
  background: url(/storage/brandsite/feature/img/187/lp-arrow01.svg) no-repeat 0 0/contain !important;
}
@media screen and (max-width:767px) {
  .lp-products-slider .swiper-button-prev {
    left: calc(-33 / var(--designwidth) * 100vw) !important;
  }
}
.lp-products-slider .swiper-button-next {
  right: calc(-27 / var(--designwidth) * 100vw) !important;
  background: url(/storage/brandsite/feature/img/187/lp-arrow02.svg) no-repeat 0 0/contain !important;
}
@media screen and (max-width:767px) {
  .lp-products-slider .swiper-button-next {
    right: calc(-33 / var(--designwidth) * 100vw) !important;
  }
}

.lp-products-slider__img {
  border-radius: 18px;
  overflow: hidden;
  transform: scale(0.88);
  transition: 0.3s transform ease-in;
}
.swiper-slide-active .lp-products-slider__img {
  transform: scale(1);
}
.swiper:not(.swiper-container-initialized) .lp-products-slider__img {
  transform: scale(1);
}
@media screen and (max-width:767px) {
  .lp-products-slider__img {
    display: flex;
    align-items: center;
    aspect-ratio: 290/225;
    border-radius: 10px;
    transform: scale(1);
    background-color: #fff;
  }
}

.lp-products-slider__detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(5 / var(--designwidth) * 100vw);
  margin-top: calc(50 / var(--designwidth) * 100vw);
  opacity: 0;
  transform: translateY(10%);
  transition: 0.3s ease-in;
  transition-property: opacity, transform;
}
@media screen and (max-width:767px) {
  .lp-products-slider__detail {
    margin-top: calc(12 / var(--designwidth) * 100vw);
  }
}
.swiper-slide-active .lp-products-slider__detail {
  opacity: 1;
  transform: translateY(0);
}

.lp-products-slider__name,
.lp-products-slider__price {
  margin-bottom: 0;
  padding-bottom: 8px;
  line-height: 1;
  color: var(--main2);
  font-weight: 900;
  font-size: calc(17 / var(--designwidth) * 100vw);
  background: url(/storage/brandsite/feature/img/187/lp-ex01.png) repeat-x bottom left/auto 2px;
}

.lp-fixnav {
  position: fixed;
  z-index: 1000;
  top: 50%;
  left: 40px;
  writing-mode: vertical-rl;
  display: flex;
  gap: 30px;
  transform: translateY(-50%);
  transition: ease opacity 0.3s;
  pointer-events: none;
  opacity: 0;
}
.is-nav-active .lp-fixnav {
  opacity: 1;
  pointer-events: all;
}

.lp-fixnav__item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  font-size: min(calc(12 / var(--designwidth) * 100vw),12px);
  white-space: nowrap;
  text-decoration: none !important;
  line-height: 1;
  font-family: var(--font_en1);
  color: #fff;
  cursor: pointer;
}
.lp-fixnav__item.is-active {
  color: var(--main3);
}
.lp-fixnav__item + .lp-fixnav__item:before {
  position: absolute;
  z-index: 2;
  top: -16px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: url(/storage/brandsite/feature/img/187/lp-fixnav_ex01.png);
}

.animation-fadein {
  opacity: 0;
  transition: ease 0.5s;
  transition-property: opacity;
}
.animation-fadein.is-show, .is-show .animation-fadein {
  opacity: 1;
}

.animation-fadeup {
  opacity: 0;
  transform: translateY(15px);
  transition: ease all 0.5s;
  transition-property: transform, opacity;
}
.animation-fadeup.is-show, .is-show .animation-fadeup {
  opacity: 1;
  transform: translateY(0px);
}

@media print, screen and (min-width: 768px) {
  .animation-arrow-to-left--pc {
    -webkit-clip-path: inset(0% 0% 0% 100%);
            clip-path: inset(0% 0% 0% 100%);
  }
  .animation-arrow-to-right--pc {
    -webkit-clip-path: inset(0% 100% 0% 0%);
            clip-path: inset(0% 100% 0% 0%);
  }
  .animation-arrow-to-top--pc {
    -webkit-clip-path: inset(100% 0% 0% 0%);
            clip-path: inset(100% 0% 0% 0%);
  }
  .animation-arrow-to-bottom--pc {
    -webkit-clip-path: inset(0% 0% 100% 0%);
            clip-path: inset(0% 0% 100% 0%);
  }
  .is-show .animation-arrow-to-top--pc,
  .is-show .animation-arrow-to-bottom--pc,
  .is-show .animation-arrow-to-right--pc,
  .is-show .animation-arrow-to-left--pc {
    transition: ease clip-path 0.5s 1s;
    -webkit-clip-path: inset(0% 0% 0% 0%);
            clip-path: inset(0% 0% 0% 0%);
  }
}
@media screen and (max-width:767px) {
  .animation-arrow-to-left--sp {
    -webkit-clip-path: inset(0% 0% 0% 100%);
            clip-path: inset(0% 0% 0% 100%);
  }
  .animation-arrow-to-right--sp {
    -webkit-clip-path: inset(0% 100% 0% 0%);
            clip-path: inset(0% 100% 0% 0%);
  }
  .animation-arrow-to-top--sp {
    -webkit-clip-path: inset(100% 0% 0% 0%);
            clip-path: inset(100% 0% 0% 0%);
  }
  .animation-arrow-to-bottom--sp {
    -webkit-clip-path: inset(0% 0% 100% 0%);
            clip-path: inset(0% 0% 100% 0%);
  }
  .is-show .animation-arrow-to-top--sp,
  .is-show .animation-arrow-to-bottom--sp,
  .is-show .animation-arrow-to-right--sp,
  .is-show .animation-arrow-to-left--sp {
    transition: ease clip-path 0.5s 1s;
    -webkit-clip-path: inset(0% 0% 0% 0%);
            clip-path: inset(0% 0% 0% 0%);
  }
}
.animation-popup {
  transform: translateY(20px) scale(0);
}
.animation-popup.is-show, .is-show .animation-popup {
  animation: pop-up 0.5s 0.5s ease-out forwards;
}

@keyframes pop-up {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes text-scale {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
  75% {
    transform: scale(0.7);
  }
  99% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.animation-typo {
  transform: scale(0);
  transform-origin: center center;
  transform-origin: center;
  transform-box: fill-box;
}
.is-show .animation-typo {
  animation: text-scale 0.5s linear forwards;
}
.animation-typo:nth-child(2) {
  animation-delay: 0.2s !important;
}
.animation-typo:nth-child(3) {
  animation-delay: 0.3s !important;
}
.animation-typo:nth-child(4) {
  animation-delay: 0.4s !important;
}
.animation-typo:nth-child(5) {
  animation-delay: 0.5s !important;
}
.animation-typo:nth-child(6) {
  animation-delay: 0.6s !important;
}
.animation-typo:nth-child(7) {
  animation-delay: 0.7s !important;
}
.animation-typo:nth-child(8) {
  animation-delay: 0.8s !important;
}
.animation-typo:nth-child(9) {
  animation-delay: 0.9s !important;
}
.animation-typo:nth-child(10) {
  animation-delay: 1s !important;
}
.animation-typo:nth-child(11) {
  animation-delay: 1.1s !important;
}
.animation-typo:nth-child(12) {
  animation-delay: 1.2s !important;
}
.animation-typo:nth-child(13) {
  animation-delay: 1.3s !important;
}
.animation-typo:nth-child(14) {
  animation-delay: 1.4s !important;
}
.animation-typo:nth-child(15) {
  animation-delay: 1.5s !important;
}

.animation-render-border {
  -webkit-clip-path: inset(0% 100% 0% 0%);
          clip-path: inset(0% 100% 0% 0%);
}
.is-show .animation-render-border {
  transition: ease-out clip-path 1s 1s;
  -webkit-clip-path: inset(0% 0% 0% 0%);
          clip-path: inset(0% 0% 0% 0%);
}

.animation-blur {
  animation: animation-blur-loop 2s infinite;
}

@keyframes animation-blur-loop {
  0% {
    opacity: 1;
    transform: skewX(0) skewY(0) translateY(1px);
  }
  10% {
    opacity: 1;
    transform: skewX(0.21eg) skewY(0.1deg) translate(-1px, -1px);
  }
  20% {
    opacity: 1;
    transform: skewX(-0.1deg) skewY(-0.1deg) translate(1px, 0);
  }
  30% {
    opacity: 1;
    transform: skewX(0.1deg) skewY(0deg) translate(0, 1px);
  }
  40% {
    opacity: 1;
    transform: skewX(0deg) skewY(0.1deg) translate(-1px, 1px);
  }
  50% {
    opacity: 1;
    transform: skewX(-0.1deg) skewY(-0.1deg) translate(1px, -1px);
  }
  60% {
    opacity: 1;
    transform: skewX(0.1deg) skewY(0.1deg) translate(-1px, 0);
  }
  70% {
    opacity: 1;
    transform: skewX(-0.1deg) skewY(0.1deg) translate(0, -1px);
  }
  80% {
    opacity: 1;
    transform: skewX(0.1deg) skewY(-0.1deg) translate(1px, 1px);
  }
  90% {
    opacity: 1;
    transform: skewX(-0.1deg) skewY(0deg) translate(-1px, 0);
  }
  100% {
    opacity: 1;
    transform: skewX(0) skewY(0) translateY(1px);
  }
}