/*------------------------------------------
  Base setting
------------------------------------------*/
#footer_top,
.pane-footer {
    margin-top: 0;
}

.lp-main {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #004441;
  font-size: 3.7333333333vw;
  line-height: 2;
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 768px) {
  .lp-main {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .lp-main__in {
    display: flex;
  }
}
.lp-main__contents {
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .lp-main__contents {
    width: 520px;
    margin-left: auto;
    padding: 0 10px;
    z-index: 1002;
  }
  .lp-main__contents:before, .lp-main__contents:after {
    content: "";
    position: absolute;
    top: 0;
    width: 10px;
    height: 100%;
    background-image: url(../images/frame.png);
    background-repeat: repeat-y;
    background-position: top right;
    background-size: 11px;
    z-index: 100;
  }
  .lp-main__contents:before {
    left: 0;
  }
  .lp-main__contents:after {
    right: 0;
  }
}
.lp-main img {
  width: 100%;
  vertical-align: bottom;
}

.wrapper {
  overflow: visible;
}

header.pane-header, .pane-footer {
  z-index: 1004;
}

#pankuzu_wrap {
  position: relative;
  z-index: 1004;
}

.cross {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  position: fixed;
  top: 0;
  z-index: 1003;
  pointer-events: none;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .cross {
    width: 500px;
  }
}
.cross .deco {
  width: 42.6666666667vw;
  left: -100%;
  top: 100%;
}
@media screen and (min-width: 768px) {
  .cross .deco {
    width: 213px;
  }
}
.cross .deco01 {
  animation: cross 24s infinite;
}
.cross .deco02 {
  animation: cross 24s 8s infinite;
}
.cross .deco03 {
  animation: cross 24s 16s infinite;
}
.cross .deco03__01 {
  animation: imgSwitch2 0.75s step-start infinite;
}
.cross .deco03__02 {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  animation: imgSwitch2 0.75s step-end infinite;
}

.items-nav {
  position: fixed;
  left: 1.6vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1003;
  display: none;
}
@media screen and (min-width: 768px) {
  .items-nav {
    top: auto;
    left: 757px;
    bottom: 10px;
    transform: translateY(0);
  }
}
@media only screen and (min-width: 1264px) {
  .items-nav {
    left: calc(100% - 504px);
  }
}
.items-nav:before {
  content: "";
  width: 1.3333333333vw;
  height: 100%;
  background: #27A170;
  border: 1px solid #004441;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .items-nav:before {
    width: 6px;
    border-radius: 53px;
  }
}
.items-nav__list {
  position: relative;
  z-index: 11;
}
.items-nav a {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 3.7333333333vw;
  height: 3.7333333333vw;
  background: #27A170;
  border-radius: 50%;
  border: 1px solid #004441;
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .items-nav a {
    width: 18px;
    height: 18px;
  }
}
.items-nav a.is--current {
  opacity: 1;
}

/*------------------------------------------
  Components
------------------------------------------*/
.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #E60039;
  width: 22.4vw;
  height: 7.4666666667vw;
  border-radius: 3.7333333333vw;
  box-shadow: 0px 4px 0px 0px #004441;
  border: 1px solid #004441;
  color: #fff;
  font-weight: 700;
}
.c-btn img {
  width: 12.8vw;
}
@media screen and (min-width: 768px) {
  .c-btn {
    width: 112px;
    height: 29px;
    padding-top: 2px;
    border-radius: 18px;
    transition: opacity 0.3s;
  }
  .c-btn:hover {
    opacity: 0.7;
    text-decoration: none;
  }
  .c-btn img {
    width: 64px;
  }
}
.c-btn--cs {
  pointer-events: none;
  background-color: #004441;
  box-shadow: none;
  width: 32.2666666667vw;
  padding: 0;
}
.c-btn--cs img {
  width: 24vw;
}
@media screen and (min-width: 768px) {
  .c-btn--cs {
    width: 160px;
  }
  .c-btn--cs img {
    width: 120px;
  }
}
.c-btn--large {
  width: 74.4vw;
  height: 18.9333333333vw;
  border-radius: 9.6vw;
  box-shadow: 0px 8px 0px 0px #004441;
  font-size: 5.8666666667vw;
  letter-spacing: 0.03em;
}
.c-btn--large img {
  width: 54.4vw;
}
@media screen and (min-width: 768px) {
  .c-btn--large {
    width: 371px;
    height: 94px;
    border-radius: 48px;
    font-size: 29px;
  }
  .c-btn--large img {
    width: 271px;
  }
}

.deco {
  position: absolute;
}

/*------------------------------------------
  animation
------------------------------------------*/
@keyframes itemLoop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes itemLoop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes imgSwitch2 {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes imgSwitch3 {
  0%, 33.33% {
    opacity: 1;
  }
  33.34%, 100% {
    opacity: 0;
  }
}
@keyframes movParasol {
  0%, 100% {
    transform: translate(0);
  }
  50% {
    transform: translate(50%, -20%);
  }
}
@keyframes fuwafuwa {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0.5em);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes cross {
  0% {
    left: -100%;
    top: 100%;
  }
  33% {
    left: 200%;
    top: -40%;
  }
  100% {
    left: 200%;
    top: -40%;
  }
}
/*------------------------------------------
  Sections
------------------------------------------*/
.sec {
  position: relative;
}
.sec--mv {
  height: 100vw;
  background-color: #EF93BB;
  background-image: url(../images/mv-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1001;
}
@media screen and (min-width: 768px) {
  .sec--mv {
    display: none;
  }
}
.sec--mv:before, .sec--mv:after {
  content: "";
  width: 8.5333333333vw;
  height: 100%;
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.sec--mv:before {
  left: 2.1333333333vw;
  background-image: url(../images/mv-label-left.webp);
}
.sec--mv:after {
  right: 2.1333333333vw;
  background-image: url(../images/mv-label-right.webp);
}
.sec--mv .sec__inner {
  position: relative;
  width: 100%;
  height: 100%;
  position: relative;
  background-image: url(../images/mv-illust.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec--mv .mv-santa {
  animation: fuwafuwa 3s infinite;
}

.sec--lead {
  text-align: center;
  padding: 8vw;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .sec--lead {
    padding: 40px;
  }
}
.sec--lead .sec__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.sec--lead .sec__bg .bg02 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  animation: imgSwitch2 1.5s steps(1) infinite;
  background: #fff;
}
.sec--lead .sec__inner {
  position: relative;
  z-index: 1;
  height: 91.7333333333vw;
  background-image: url(../images/lead-text-bg.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
@media screen and (min-width: 768px) {
  .sec--lead .sec__inner {
    height: 458px;
  }
}
.sec--lead .lead-text {
  padding: 9.6vw 0 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sec--lead .lead-text {
    padding: 48px 0 0;
  }
}
.sec--lead .lead-text__title {
  margin-bottom: 4.8vw;
}
@media screen and (min-width: 768px) {
  .sec--lead .lead-text__title {
    margin-bottom: 24px;
  }
}
.sec--lead .lead-text__title .lead {
  font-weight: 700;
  letter-spacing: 0.06em;
  font-size: 4vw;
  margin-bottom: 0.44em;
}
@media screen and (min-width: 768px) {
  .sec--lead .lead-text__title .lead {
    font-size: 20px;
  }
}
.sec--lead .lead-text__title .catch img {
  width: 64.2666666667vw;
}
@media screen and (min-width: 768px) {
  .sec--lead .lead-text__title .catch img {
    width: 320px;
  }
}
.sec--lead .lead-text__text {
  color: #fff;
  font-weight: 700;
  font-size: 4vw;
  line-height: 1.933;
}
@media screen and (min-width: 768px) {
  .sec--lead .lead-text__text {
    font-size: 20px;
  }
}
.sec--lead .lead-text__illust {
  margin-top: 0.5333333333vw;
}
@media screen and (min-width: 768px) {
  .sec--lead .lead-text__illust {
    margin-top: 3px;
  }
}
.sec--lead .lead-text__illust img {
  width: 62.4vw;
}
@media screen and (min-width: 768px) {
  .sec--lead .lead-text__illust img {
    width: 312px;
  }
}

.sec--items {
  overflow: hidden;
}
.sec--items .items-head__title {
  position: relative;
  z-index: 1;
  margin-top: -6.9333333333vw;
}
@media screen and (min-width: 768px) {
  .sec--items .items-head__title {
    margin-top: -35px;
  }
}
.sec--items .items-foot {
  text-align: center;
  padding: 0 0 12.2666666667vw;
}
@media screen and (min-width: 768px) {
  .sec--items .items-foot {
    padding: 0 0 61px;
  }
}
.sec--items .items-foot__illust {
  margin-bottom: 6.4vw;
}
@media screen and (min-width: 768px) {
  .sec--items .items-foot__illust {
    margin-bottom: 32px;
  }
}
.sec--items .items-foot__loop {
  display: flex;
  width: 100%;
  overflow: hidden;
}
.sec--items .items-foot__loop .loop-image {
  flex: 0 0 auto;
  white-space: nowrap;
  overflow: hidden;
  width: 147.2vw;
  padding-left: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .sec--items .items-foot__loop .loop-image {
    width: 734px;
  }
}
.sec--items .items-foot__loop .loop-image:nth-child(odd) {
  animation: itemLoop 50s -25s linear infinite;
}
.sec--items .items-foot__loop .loop-image:nth-child(even) {
  animation: itemLoop2 50s linear infinite;
}
.sec--items .items-foot__btn {
  margin-top: 2.1333333333vw;
}
@media screen and (min-width: 768px) {
  .sec--items .items-foot__btn {
    margin-top: 11px;
  }
}
.sec--items .items-list {
  padding: 0 0 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .sec--items .items-list {
    padding: 0 0 66px;
  }
}
.sec--items .item {
  position: relative;
}
.sec--items .item__icon {
  position: absolute;
  width: 18.4vw;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .sec--items .item__icon {
    width: 92px;
  }
}
.sec--items .item__image {
  display: block;
  position: relative;
  overflow: hidden;
}
.sec--items .item__image.--cs {
  pointer-events: none;
}
.sec--items .item__image .img-wrapper {
  position: relative;
}
.sec--items .item__image .img-wrapper.switch2 .img {
  background: #fff;
}
.sec--items .item__image .img-wrapper.switch2 .img2 {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  animation: imgSwitch2 1.8s steps(1) infinite;
}
.sec--items .item__image .img-wrapper.switch3 .img {
  background: #fff;
}
.sec--items .item__image .img-wrapper.switch3 .img2, .sec--items .item__image .img-wrapper.switch3 .img3 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.sec--items .item__image .img-wrapper.switch3 .img2 {
  z-index: 2;
  animation: imgSwitch3 2.7s steps(1) infinite;
  animation-delay: 0.9s;
}
.sec--items .item__image .img-wrapper.switch3 .img3 {
  z-index: 3;
  animation: imgSwitch3 2.7s steps(1) infinite;
  animation-delay: 1.8s;
}
.sec--items .item__detail {
  position: relative;
  padding: 0 9.0666666667vw;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .sec--items .item__detail {
    padding: 0 45px;
  }
}
.sec--items .item__detail--right {
  text-align: right;
}
.sec--items .item__detail--right .item__price {
  justify-content: flex-end;
}
.sec--items .item__name {
  font-size: 4.8vw;
  margin-bottom: 0.5333333333vw;
  font-weight: 900;
  color: #E60039;
  letter-spacing: 0.06em;
  line-height: 1.166;
}
@media screen and (min-width: 768px) {
  .sec--items .item__name {
    font-size: 24px;
    margin-bottom: 3px;
  }
}
.sec--items .item__price {
  display: flex;
  align-items: center;
  letter-spacing: 0.06em;
  gap: 0.8vw;
  font-size: 2.6666666667vw;
  line-height: 1.5;
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .sec--items .item__price {
    gap: 4px;
    font-size: 13px;
  }
}
.sec--items .item__price .num {
  font-size: 4.2666666667vw;
  font-family: "Alfa Slab One", sans-serif;
}
@media screen and (min-width: 768px) {
  .sec--items .item__price .num {
    font-size: 21px;
  }
}
.sec--items .item__value {
  border-bottom: 1px solid #E60039;
  padding-bottom: 2.4vw;
  margin-bottom: 2.4vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item__value {
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
}
.sec--items .item__value:last-child {
  border-bottom: none;
}
.sec--items .item__value--top-border {
  border-top: 1px solid #E60039;
  padding-top: 2.4vw;
  margin-top: 2.4vw;
}
.sec--items .item__value--no-border {
  border-bottom: none;
}
.sec--items .item__value .item__name {
  font-size: 3.7333333333vw;
  line-height: 1.5;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .sec--items .item__value .item__name {
    font-size: 18px;
  }
}
.sec--items .item__value .item__price {
  margin-top: 0.8vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item__value .item__price {
    margin-top: 4px;
  }
}
.sec--items .item__btn {
  margin-top: 0.8em;
  position: relative;
  z-index: 10;
}
.sec--items .item__text {
  margin-top: 1.5em;
  text-align: left;
  line-height: 1.64;
}
.sec--items .item1 {
  padding: 16vw 0 0;
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item1 {
    padding-top: 80px;
    margin-bottom: 53px;
  }
}
.sec--items .item1 .item__icon {
  top: 2.1333333333vw;
  right: 34.1333333333vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item1 .item__icon {
    top: 10px;
    right: 170px;
  }
}
.sec--items .item1 .item__image {
  padding-left: 8vw;
  padding-right: 10.4vw;
  padding-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item1 .item__image {
    padding-left: 40px;
    padding-right: 52px;
    padding-bottom: 14px;
  }
}
.sec--items .item1 .deco {
  width: 12.5333333333vw;
  animation: fuwafuwa 3s infinite;
}
@media screen and (min-width: 768px) {
  .sec--items .item1 .deco {
    width: 62px;
  }
}
.sec--items .item1 .deco1 {
  top: 18.6666666667vw;
  left: 4.8vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item1 .deco1 {
    top: 93px;
    left: 24px;
  }
}
.sec--items .item1 .deco2 {
  top: 72.5333333333vw;
  right: 2.6666666667vw;
  animation-delay: 1s;
}
@media screen and (min-width: 768px) {
  .sec--items .item1 .deco2 {
    top: 362px;
    right: 14px;
  }
}
.sec--items .item2 {
  padding: 19.7333333333vw 0 0;
  margin-bottom: 4.8vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item2 {
    padding-top: 98px;
    margin-bottom: 24px;
  }
}
.sec--items .item2 .item__icon {
  top: 0;
  left: 32vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item2 .item__icon {
    left: 160px;
  }
}
.sec--items .item2 .item__image {
  padding-left: 4.8vw;
  padding-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item2 .item__image {
    padding-left: 24px;
    padding-bottom: 40px;
  }
}
.sec--items .item2 .item__image .img {
  width: 101.8666666667vw;
  max-width: none;
}
@media screen and (min-width: 768px) {
  .sec--items .item2 .item__image .img {
    width: 508px;
  }
}
.sec--items .item2 .item__image .logo {
  position: absolute;
  bottom: 2.1333333333vw;
  right: 4.8vw;
  width: 35.2vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item2 .item__image .logo {
    bottom: 10px;
    right: 24px;
    width: 175px;
  }
}
.sec--items .item2 .deco {
  width: 12.5333333333vw;
  animation: fuwafuwa 3s infinite;
}
@media screen and (min-width: 768px) {
  .sec--items .item2 .deco {
    width: 62px;
  }
}
.sec--items .item2 .deco1 {
  top: 18.6666666667vw;
  left: 4.8vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item2 .deco1 {
    top: 93px;
    left: 24px;
  }
}
.sec--items .item2 .deco2 {
  top: 72.5333333333vw;
  right: 2.6666666667vw;
  animation-delay: 1s;
}
@media screen and (min-width: 768px) {
  .sec--items .item2 .deco2 {
    top: 362px;
    right: 14px;
  }
}
.sec--items .item3 {
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item3 {
    margin-bottom: 26px;
  }
}
.sec--items .item3 .item__image {
  padding-left: 22.9333333333vw;
  padding-right: 5.8666666667vw;
  padding-bottom: 4vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item3 .item__image {
    padding-left: 114px;
    padding-right: 29px;
    padding-bottom: 20px;
  }
}
.sec--items .item3 .deco {
  width: 31.4666666667vw;
  top: -19.2vw;
  left: -4.8vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item3 .deco {
    width: 156px;
    top: -96px;
    left: -24px;
  }
}
.sec--items .item4 {
  padding: 1.6vw 0 0;
  margin-bottom: 15.2vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item4 {
    padding-top: 8px;
    margin-bottom: 76px;
  }
}
.sec--items .item4 .item__icon {
  top: 0;
  right: 11.2vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item4 .item__icon {
    right: 56px;
  }
}
.sec--items .item4 .item__image {
  padding-bottom: 3.4666666667vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item4 .item__image {
    padding-bottom: 17px;
  }
}
.sec--items .item4 .item__image .img {
  width: 119.7333333333vw;
  max-width: none;
  margin-left: -6.4vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item4 .item__image .img {
    width: 597px;
    margin-left: -32px;
  }
}
.sec--items .item4 .item__image .logo {
  width: 86.6666666667vw;
  position: absolute;
  bottom: 3.4666666667vw;
  left: 7.2vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item4 .item__image .logo {
    width: 432px;
    bottom: 17px;
    left: 36px;
  }
}
.sec--items .item4 .deco {
  width: 24vw;
  top: 67.7333333333vw;
  right: -3.2vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item4 .deco {
    width: 120px;
    top: 330px;
    right: -16px;
  }
}
.sec--items .item5 {
  margin-bottom: 9.0666666667vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item5 {
    margin-bottom: 45px;
  }
}
.sec--items .item5 .item__icon {
  top: 8.5333333333vw;
  left: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item5 .item__icon {
    top: 42px;
    left: 53px;
  }
}
.sec--items .item5 .item__image {
  padding-bottom: 4.8vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item5 .item__image {
    padding-bottom: 24px;
  }
}
.sec--items .item5 .item__image .img {
  width: 83.4666666667vw;
  max-width: none;
}
@media screen and (min-width: 768px) {
  .sec--items .item5 .item__image .img {
    width: 416px;
  }
}
.sec--items .item5 .item__image .img-wrapper1 {
  margin-bottom: 3.4666666667vw;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .sec--items .item5 .item__image .img-wrapper1 {
    margin-bottom: 17px;
  }
}
.sec--items .item5 .item__image .img-wrapper1 .img {
  margin-right: -22.1333333333vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item5 .item__image .img-wrapper1 .img {
    margin-right: -110px;
  }
}
.sec--items .item5 .item__image .img-wrapper2 {
  transform: translateX(-100%);
}
.sec--items .item5 .item__image .img-wrapper2 .img {
  margin-left: -11.4666666667vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item5 .item__image .img-wrapper2 .img {
    margin-left: -57px;
  }
}
.sec--items .item5 .item__image .img-wrapper2 .deco {
  width: 19.4666666667vw;
  top: 5.6vw;
  right: 7.4666666667vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item5 .item__image .img-wrapper2 .deco {
    width: 97px;
    top: 28px;
    right: 37px;
  }
}
.sec--items .item5 .item__image .img-wrapper2.js-scr-active {
  transform: translateX(0);
  transition: 0.8s;
}
.sec--items .item5 .item__image .img-wrapper3 {
  margin-top: 3.4666666667vw;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .sec--items .item5 .item__image .img-wrapper3 {
    margin-top: 17px;
  }
}
.sec--items .item5 .item__image .img-wrapper3 .img {
  margin-right: -7.4666666667vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item5 .item__image .img-wrapper3 .img {
    margin-right: -37px;
  }
}
.sec--items .item6 {
  margin-bottom: 6.9333333333vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item6 {
    margin-bottom: 35px;
  }
}
.sec--items .item6 .item__icon {
  right: 14.1333333333vw;
  top: 50.6666666667vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item6 .item__icon {
    right: 70px;
    top: 253px;
  }
}
.sec--items .item6 .item__image {
  padding-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item6 .item__image {
    padding-bottom: 13px;
  }
}
.sec--items .item6 .item__image .img-wrapper {
  width: 103.7333333333vw;
  height: 103.7333333333vw;
  margin-left: -12.8vw;
  padding-right: 1.5em;
  background: #27A170;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .sec--items .item6 .item__image .img-wrapper {
    width: 517px;
    height: 517px;
    margin-left: -64px;
  }
}
.sec--items .item6 .item__image .img-wrapper .img {
  width: 64.5333333333vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item6 .item__image .img-wrapper .img {
    width: 322px;
  }
}
.sec--items .item6 .item__image .deco-wrapper {
  width: 48vw;
  position: absolute;
  top: 0;
  right: 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item6 .item__image .deco-wrapper {
    width: 240px;
    right: 7px;
  }
}
.sec--items .item6 .item__image .deco-wrapper .deco1 {
  animation: imgSwitch2 1.5s step-start infinite;
}
.sec--items .item6 .item__image .deco-wrapper .deco2 {
  opacity: 0;
  animation: imgSwitch2 1.5s step-end infinite;
}
.sec--items .item7 {
  margin-bottom: 12.8vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item7 {
    margin-bottom: 64px;
  }
}
.sec--items .item7 .item__icon {
  top: 23.4666666667vw;
  left: 7.4666666667vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item7 .item__icon {
    top: 117px;
    left: 37px;
  }
}
.sec--items .item7 .item__detail {
  margin-top: -18.1333333333vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item7 .item__detail {
    margin-top: -90px;
  }
}
.sec--items .item8 {
  margin-bottom: 11.2vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item8 {
    margin-bottom: 56px;
  }
}
.sec--items .item8 .item__icon {
  top: 6.9333333333vw;
  right: 8.8vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item8 .item__icon {
    top: 35px;
    right: 44px;
  }
}
.sec--items .item8 .item__image {
  padding-left: 7.4666666667vw;
  padding-right: 3.7333333333vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item8 .item__image {
    padding-left: 37px;
    padding-right: 18px;
  }
}
.sec--items .item8 .item__detail {
  margin-top: -8.2666666667vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item8 .item__detail {
    margin-top: -41px;
  }
}
.sec--items .item9-1 {
  padding: 15.4666666667vw 0 0;
  margin-bottom: 4vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item9-1 {
    padding-top: 77px;
    margin-bottom: 20px;
  }
}
.sec--items .item9-1 .item__icon {
  top: 0;
  left: 19.7333333333vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item9-1 .item__icon {
    left: 98px;
  }
}
.sec--items .item9-1 .item__image {
  padding-left: 13.0666666667vw;
  padding-right: 5.0666666667vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item9-1 .item__image {
    padding-left: 65px;
    padding-right: 25px;
  }
}
.sec--items .item9-1 .item__image .logo {
  position: absolute;
  width: 24.5333333333vw;
  left: 4.2666666667vw;
  bottom: 16.5333333333vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item9-1 .item__image .logo {
    width: 122px;
    left: 21px;
    bottom: 82px;
  }
}
.sec--items .item9-1 .item__detail {
  margin-top: -3.7333333333vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item9-1 .item__detail {
    margin-top: -18px;
  }
}
.sec--items .item9-2 {
  margin-bottom: 11.7333333333vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item9-2 {
    margin-bottom: 58px;
  }
}
.sec--items .item9-2 .item__icon {
  top: 5.3333333333vw;
  left: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item9-2 .item__icon {
    top: 26px;
    left: 26px;
  }
}
.sec--items .item9-2 .item__image {
  padding-top: 9.0666666667vw;
  padding-bottom: 21.3333333333vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item9-2 .item__image {
    padding-top: 45px;
    padding-bottom: 106px;
  }
}
.sec--items .item9-2 .item__image .img {
  width: 125.3333333333vw;
  max-width: none;
  margin-left: -2.9333333333vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item9-2 .item__image .img {
    width: 625px;
    margin-left: -15px;
  }
}
.sec--items .item9-2 .item__image .logo {
  position: absolute;
}
.sec--items .item9-2 .item__image .logo1 {
  width: 48.5333333333vw;
  top: 0;
  right: 5.0666666667vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item9-2 .item__image .logo1 {
    width: 242px;
    right: 25px;
  }
}
.sec--items .item9-2 .item__image .logo2 {
  width: 60vw;
  bottom: 21.3333333333vw;
  left: 3.4666666667vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item9-2 .item__image .logo2 {
    width: 299px;
    bottom: 106px;
    left: 17px;
  }
}
.sec--items .item9-2 .item__image .logo3 {
  width: 63.4666666667vw;
  bottom: 0.5333333333vw;
  right: 4vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item9-2 .item__image .logo3 {
    width: 316px;
    bottom: 3px;
    right: 20px;
  }
}
.sec--items .item10 {
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item10 {
    margin-bottom: 53px;
  }
}
.sec--items .item10 .item__icon {
  top: 29.6vw;
  right: 9.0666666667vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item10 .item__icon {
    top: 147px;
    right: 45px;
  }
}
.sec--items .item10 .item__image {
  padding-left: 5.0666666667vw;
  padding-right: 5.0666666667vw;
  padding-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item10 .item__image {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 13px;
  }
}
.sec--items .item11 {
  margin-bottom: 13.8666666667vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item11 {
    margin-bottom: 69px;
  }
}
.sec--items .item11 .item__icon {
  top: 0;
  right: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item11 .item__icon {
    right: 66px;
  }
}
.sec--items .item11 .item__image {
  padding-left: 4.8vw;
  padding-bottom: 4vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item11 .item__image {
    padding-left: 24px;
    padding-bottom: 20px;
  }
}
.sec--items .item11 .item__image .img-wrapper {
  width: 100.8vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item11 .item__image .img-wrapper {
    width: 502px;
  }
}
.sec--items .item12 {
  padding-top: 3.7333333333vw;
  margin-bottom: 12.2666666667vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item12 {
    padding-top: 18px;
    margin-bottom: 61px;
  }
}
.sec--items .item12 .item__icon {
  top: 0;
  left: 11.2vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item12 .item__icon {
    left: 56px;
  }
}
.sec--items .item12 .item__image {
  padding-left: 36vw;
  padding-right: 8vw;
  padding-bottom: 9.6vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item12 .item__image {
    padding-left: 180px;
    padding-right: 40px;
    padding-bottom: 48px;
  }
}
.sec--items .item12 .item__image .deco-wrapper {
  width: 20.4746666667vw;
  position: absolute;
  bottom: 4.2666666667vw;
  left: 9.0666666667vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item12 .item__image .deco-wrapper {
    width: 102.1174px;
    bottom: 21px;
    left: 45px;
  }
}
.sec--items .item12 .item__image .deco-wrapper .deco1 {
  bottom: 0;
  animation: imgSwitch2 0.75s step-start infinite;
}
.sec--items .item12 .item__image .deco-wrapper .deco2 {
  bottom: 0;
  animation: imgSwitch2 0.75s step-end infinite;
}
.sec--items .item13 {
  margin-bottom: 11.7333333333vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item13 {
    margin-bottom: 58px;
  }
}
.sec--items .item13 .item__image {
  padding-bottom: 1.6vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item13 .item__image {
    padding-bottom: 8px;
  }
}
.sec--items .item14 {
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item14 {
    margin-bottom: 26px;
  }
}
.sec--items .item14 .item__image {
  padding-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item14 .item__image {
    padding-bottom: 13px;
  }
}
.sec--items .item15 {
  padding: 8.5333333333vw 0 0;
}
@media screen and (min-width: 768px) {
  .sec--items .item15 {
    padding-top: 42px;
  }
}
.sec--items .item15 .item__icon {
  top: 0;
  right: 14.4vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item15 .item__icon {
    right: 72px;
  }
}
.sec--items .item15 .item__image {
  padding-left: 6.4vw;
  padding-right: 10.4vw;
  padding-bottom: 41.3333333333vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item15 .item__image {
    padding-left: 32px;
    padding-right: 52px;
    padding-bottom: 206px;
  }
}
.sec--items .item15 .item__image .img-wrapper2 {
  width: 59.2vw;
  position: absolute;
  left: 0;
  margin-left: -15.4666666667vw;
  bottom: 5.3333333333vw;
  transform: translateX(-100%);
}
@media screen and (min-width: 768px) {
  .sec--items .item15 .item__image .img-wrapper2 {
    width: 295px;
    margin-left: -76px;
    bottom: 26px;
  }
}
.sec--items .item15 .item__image .img-wrapper2.js-scr-active {
  transform: translateX(0);
  transition: 0.8s;
}
.sec--items .item15 .item__image .logo {
  position: absolute;
  bottom: 3.2vw;
  right: 9.0666666667vw;
  width: 64.2666666667vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item15 .item__image .logo {
    bottom: 16px;
    right: 45px;
    width: 320px;
  }
}
.sec--items .item16 {
  padding: 29.3333333333vw 0 16vw;
  margin-top: -7.2vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item16 {
    padding: 146px 0 80px;
    margin-top: -36px;
  }
}
.sec--items .item16 .item__image {
  padding-left: 7.2vw;
  padding-right: 7.2vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item16 .item__image {
    padding-left: 36px;
    padding-right: 36px;
  }
}
.sec--items .item16 .deco {
  width: 28.1413333333vw;
  top: 0;
  right: 7.2vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item16 .deco {
    width: 140.3549px;
    right: 36px;
  }
}
.sec--items .item17 {
  padding: 22.4vw 0 0;
  margin-top: -12.8vw;
  margin-bottom: 6.4vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item17 {
    padding-top: 112px;
    margin-top: -64px;
    margin-bottom: 32px;
  }
}
.sec--items .item17 .item__image {
  padding-bottom: 4.8vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item17 .item__image {
    padding-bottom: 24px;
  }
}
.sec--items .item17 .deco {
  width: 12.5333333333vw;
  animation: fuwafuwa 3s infinite;
}
@media screen and (min-width: 768px) {
  .sec--items .item17 .deco {
    width: 62px;
  }
}
.sec--items .item17 .deco1 {
  top: 0;
  right: 7.2vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item17 .deco1 {
    right: 36px;
  }
}
.sec--items .item17 .deco2 {
  top: 14.4vw;
  right: 28vw;
  animation-delay: 1s;
}
@media screen and (min-width: 768px) {
  .sec--items .item17 .deco2 {
    top: 72px;
    right: 140px;
  }
}
.sec--items .item18 {
  margin-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item18 {
    margin-bottom: 40px;
  }
}
.sec--items .item18 .item__image {
  padding-left: 3.2vw;
  padding-right: 4.2666666667vw;
  padding-bottom: 3.2vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item18 .item__image {
    padding-left: 16px;
    padding-right: 21px;
    padding-bottom: 16px;
  }
}
.sec--items .item18 .item__image .logo {
  position: absolute;
  bottom: 3.2vw;
  left: 7.4666666667vw;
  width: 16.2666666667vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item18 .item__image .logo {
    bottom: 16px;
    left: 37px;
    width: 81px;
  }
}
.sec--items .item19 .item__image {
  padding-bottom: 3.7333333333vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item19 .item__image {
    padding-bottom: 18px;
  }
}
.sec--items .item20 {
  padding: 18.1333333333vw 0 0;
  margin-bottom: 11.2vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item20 {
    padding-top: 90px;
    margin-bottom: 56px;
  }
}
.sec--items .item20 .item__icon {
  top: 0;
  right: 12.5333333333vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item20 .item__icon {
    right: 62px;
  }
}
.sec--items .item20 .item__image {
  padding-left: 9.6vw;
  padding-right: 9.0666666667vw;
  padding-bottom: 4.8vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item20 .item__image {
    padding-left: 48px;
    padding-right: 45px;
    padding-bottom: 24px;
  }
}
.sec--items .item21 {
  margin-bottom: 9.6vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item21 {
    margin-bottom: 48px;
  }
}
.sec--items .item21 .item__icon {
  top: 10.9333333333vw;
  right: 12vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item21 .item__icon {
    top: 55px;
    right: 60px;
  }
}
.sec--items .item21 .item__image {
  padding-left: 8.5333333333vw;
  padding-right: 8.5333333333vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item21 .item__image {
    padding-left: 42px;
    padding-right: 42px;
  }
}
.sec--items .item21 .item__image .logo {
  position: absolute;
  bottom: 1.3333333333vw;
  right: 3.2vw;
  width: 35.2vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item21 .item__image .logo {
    bottom: 6px;
    right: 16px;
    width: 175px;
  }
}
.sec--items .item22 {
  margin-bottom: 9.0666666667vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item22 {
    margin-bottom: 45px;
  }
}
.sec--items .item22 .item__image {
  padding-bottom: 3.7333333333vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item22 .item__image {
    padding-bottom: 18px;
  }
}
.sec--items .item22 .item__image .img-wrapper {
  width: 106.6666666667vw;
  margin-left: -3.2vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item22 .item__image .img-wrapper {
    width: 532px;
    margin-left: -16px;
  }
}
.sec--items .item23 {
  margin-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item23 {
    margin-bottom: 40px;
  }
}
.sec--items .item23 .item__image {
  padding-bottom: 1.6vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item23 .item__image {
    padding-bottom: 8px;
  }
}
.sec--items .item23 .deco {
  width: 12.5333333333vw;
  animation: fuwafuwa 3s infinite;
}
@media screen and (min-width: 768px) {
  .sec--items .item23 .deco {
    width: 62px;
  }
}
.sec--items .item23 .deco1 {
  top: 125.3333333333vw;
  right: 4.8vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item23 .deco1 {
    top: 625px;
    right: 24px;
  }
}
.sec--items .item23 .deco2 {
  top: 141.3333333333vw;
  right: 16vw;
  animation-delay: 1s;
}
@media screen and (min-width: 768px) {
  .sec--items .item23 .deco2 {
    top: 705px;
    right: 80px;
  }
}
.sec--items .item24 {
  padding: 15.2vw 0 0;
  margin-bottom: 10.1333333333vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item24 {
    padding-top: 76px;
    margin-bottom: 50px;
  }
}
.sec--items .item24 .item__icon {
  top: 0;
  right: 12.2666666667vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item24 .item__icon {
    right: 61px;
  }
}
.sec--items .item24 .item__image {
  padding-bottom: 9.6vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item24 .item__image {
    padding-bottom: 48px;
  }
}
.sec--items .item24 .item__image .logo {
  position: absolute;
  bottom: 5.3333333333vw;
  left: 9.3333333333vw;
  width: 36.8vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item24 .item__image .logo {
    bottom: 26px;
    left: 46px;
    width: 184px;
  }
}
.sec--items .item24 .deco {
  width: 12.5333333333vw;
  animation: fuwafuwa 3s infinite;
}
@media screen and (min-width: 768px) {
  .sec--items .item24 .deco {
    width: 62px;
  }
}
.sec--items .item24 .deco1 {
  top: 18.6666666667vw;
  left: 4.8vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item24 .deco1 {
    top: 93px;
    left: 24px;
  }
}
.sec--items .item24 .deco2 {
  top: 72.5333333333vw;
  right: 2.6666666667vw;
  animation-delay: 1s;
}
@media screen and (min-width: 768px) {
  .sec--items .item24 .deco2 {
    top: 362px;
    right: 13px;
  }
}
.sec--items .item25 {
  margin-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item25 {
    margin-bottom: 40px;
  }
}
.sec--items .item25 .deco {
  width: 28.2666666667vw;
  top: -42.6666666667vw;
  right: -1.6vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item25 .deco {
    width: 140px;
    top: -212px;
    right: -8px;
  }
}
.sec--items .item26 .item__icon {
  top: 29.6vw;
  right: 9.0666666667vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item26 .item__icon {
    top: 148px;
    right: 45px;
  }
}
.sec--items .item26 .item__image {
  padding-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .sec--items .item26 .item__image {
    padding-bottom: 12px;
  }
}

.sec--limited .limited-bnr a {
  display: block;
}

.sec--foot {
  background: #EF93BB;
  padding: 14.4vw 0 8vw;
}
@media screen and (min-width: 768px) {
  .sec--foot {
    padding: 72px 0 40px;
  }
}
.sec--foot:after {
  content: "";
  width: 100%;
  height: 9.3333333333vw;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/foot-bg.webp) no-repeat center top;
  background-size: 105.3333333333vw;
}
@media screen and (min-width: 768px) {
  .sec--foot:after {
    height: 46px;
    background-size: 525px;
  }
}
.sec--foot .foot-lead {
  text-align: center;
  margin-bottom: 10.1333333333vw;
}
@media screen and (min-width: 768px) {
  .sec--foot .foot-lead {
    margin-bottom: 50px;
  }
}
.sec--foot .foot-lead p {
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .sec--foot .foot-lead p {
    margin-bottom: 26px;
  }
}
.sec--foot .foot-lead strong {
  font-size: 120%;
  font-weight: 700;
}
.sec--foot .foot-slide {
  position: relative;
}
.sec--foot .foot-slide:after {
  content: "";
  width: 100%;
  height: 9.3333333333vw;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/foot-bg.webp) no-repeat center top;
  background-size: 105.3333333333vw;
}
@media screen and (min-width: 768px) {
  .sec--foot .foot-slide:after {
    height: 46px;
    background-size: 525px;
  }
}
.sec--foot .foot-slide__item {
  position: relative;
}
.sec--foot .foot-slide__item .item-illust {
  position: absolute;
}
.sec--foot .foot-slide__item .item-bg {
  padding-top: 1em;
  position: relative;
  z-index: 1;
}
.sec--foot .foot-slide__item .item-btn {
  position: absolute;
  width: 55.1386666667vw;
  bottom: 8vw;
  left: 3.2vw;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .sec--foot .foot-slide__item .item-btn {
    width: 275.0041px;
    bottom: 40px;
    left: 16px;
  }
}
.sec--foot .foot-slide__item01 .item-illust {
  width: 48.7973333333vw;
  top: 11.2vw;
  left: 5.6vw;
  animation: fuwafuwa 1.8s infinite;
}
@media screen and (min-width: 768px) {
  .sec--foot .foot-slide__item01 .item-illust {
    width: 243.3767px;
    top: 56px;
    left: 28px;
  }
}
.sec--foot .foot-slide__item01 .item-btn {
  left: 24vw;
}
@media screen and (min-width: 768px) {
  .sec--foot .foot-slide__item01 .item-btn {
    left: 120px;
  }
}
.sec--foot .foot-slide__item02 .item-illust {
  width: 48.128vw;
  top: 9.6vw;
  left: 5.6vw;
}
@media screen and (min-width: 768px) {
  .sec--foot .foot-slide__item02 .item-illust {
    width: 240.0384px;
    top: 48px;
    left: 28px;
  }
}
.sec--foot .foot-slide__item02 .item-illust .img1 {
  animation: imgSwitch2 1.8s step-start infinite;
}
.sec--foot .foot-slide__item02 .item-illust .img2 {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  animation: imgSwitch2 1.8s step-end infinite;
}
.sec--foot .foot-slide__item03 .item-illust {
  width: 49.0666666667vw;
  top: 10.6666666667vw;
  left: 5.6vw;
}
@media screen and (min-width: 768px) {
  .sec--foot .foot-slide__item03 .item-illust {
    width: 244.72px;
    top: 53px;
    left: 28px;
  }
}
.sec--foot .foot-slide__item03 .item-illust .img1 {
  position: relative;
  z-index: 1;
}
.sec--foot .foot-slide__item03 .item-illust .img2 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  animation: movParasol 1.8s steps(1) infinite;
}
.sec--foot .swiper-pagination {
  position: static;
  display: flex;
  justify-content: center;
  gap: 1.6vw;
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .sec--foot .swiper-pagination {
    gap: 8px;
    margin-top: 26px;
  }
}
.sec--foot .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}
.sec--foot .swiper-pagination-bullet {
  margin: 0;
  width: 2.4vw;
  height: 2.4vw;
  opacity: 1;
  background: #fff;
  border: 1px solid #004441;
}
@media screen and (min-width: 768px) {
  .sec--foot .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
}
.sec--foot .swiper-pagination-bullet-active {
  background: #27A170;
}
.sec--foot .foot-caution {
  text-align: left;
  padding: 0 1em;
  font-size: 3.2vw;
  letter-spacing: 0.06em;
  margin-top: 8vw;
}
@media screen and (min-width: 768px) {
  .sec--foot .foot-caution {
    font-size: 16px;
    margin-top: 40px;
  }
}

.pc-visual {
  display: none;
  position: sticky;
  top: 60px;
  left: 0;
  width: calc(100% - 520px);
  height: calc(100vh - 60px);
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .pc-visual {
    display: block;
  }
}
.pc-visual:before, .pc-visual:after {
  content: "";
  width: 53px;
  height: 100%;
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.pc-visual:before {
  left: 20px;
  background-image: url(../images/mv-label-left.webp);
}
.pc-visual:after {
  right: 20px;
  background-image: url(../images/mv-label-right.webp);
}
.pc-visual__inner {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/pc-visual-bg.webp) no-repeat center;
  background-size: 804px;
}
.pc-visual__inner:before {
  content: "";
  width: 100%;
  height: 54px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/pc-visual-bg-top.webp) repeat-x;
  background-size: 610px;
}
.pc-visual .visual {
  width: 520px;
  margin-left: 22px;
  position: relative;
}
.pc-visual .visual__santa {
  position: absolute;
  top: 0;
  left: 0;
  animation: fuwafuwa 3s infinite;
}