.lpZoffUvcutSummerFifth {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifth__inner {
  height: 100%;
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifth__inner article {
  position: relative;
  z-index: 1;
  background: white;
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifth__spOnly {
  display: block;
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifth__spOnly {
    display: none;
  }
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifth__pcOnly {
  display: none;
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifth__pcOnly {
    display: block;
  }
}

/*------------------------ コピーガードと印刷設定 ------------------------*/
.lpZoffUvcutSummerFifth img {
  pointer-events: none;
  display: block;
  width: 100%;
  height: auto;
}

@media print {
  .lpZoffUvcutSummerFifth img[src*="/img/"] {
    /* wordpressのアップロード画像対象・環境に応じて変更してください */
    display: none !important;
  }
}

/*------------------------ KV ------------------------*/



.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthIdxKv__text {
  margin-top: 16px;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: left;
  color: #666;
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthIdxKv__text {
    text-align: right;
    margin-top: 12px;
    margin-right: 10px;
  }
}

/*------------------------ anchor ------------------------*/
.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthAnchor__inner {
  margin-top: 18px;
  border-top: 1px solid #d9d9d9;
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthAnchor__inner {
    margin-top: 12px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    padding: 16px 0 14px;
  }
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthAnchor__list {
    display: flex;
    justify-content: center;
  }
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthAnchor__item {
    width: calc(100% / 3);
    border-right: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
  }

  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthAnchor__item:first-child {
    border-right: none;
    border-left: none;
  }

  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthAnchor__item:last-child {
    border-right: none;
    border-left: none;
  }
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthAnchor__link {
  display: flex;
  align-items: center;
  flex-grow: 0;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  color: #1a1a1a;
  width: 100%;
  position: relative;
  padding: 20px;
  border-bottom: 1px solid #d9d9d9;
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthAnchor__link {
    border-bottom: none;
    justify-content: center;
  }
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthAnchor__en {
  flex-grow: 0;
  margin-right: 12px;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  color: #1a1a1a;
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthAnchor__arrow {
  width: 14px;
  height: 6px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthAnchor__arrow {
    top: auto;
    bottom: 0;
    transform: translateX(-50%);
    right: 50%;
    transition: 0.2s;
  }

  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthAnchor__link:hover .lpZoffUvcutSummerFifthAnchor__arrow {
    bottom: -4px;
  }
}

/*------------------------ intro ------------------------*/
.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthIntro {
  max-width: 1020px;
  padding: 0 20px;
  margin: auto;
  margin-top: 90px;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthIntro {
    max-width: 1000px;
    margin-top: 150px;
  }
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthIntro__heading {
  font-size: 27px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: center;
  color: #1a1a1a;
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthIntro__heading {
    font-size: 32px;
  }
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthIntro__title {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.9;
  letter-spacing: normal;
  color: #1a1a1a;
  text-align: center;
  margin-top: 40px;
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthIntro__title {
    margin-top: 30px;
  }
}

/*------------------------ sales ------------------------*/
.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthSales {
  margin-top: 90px;
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthSales {
    margin-top: 150px;
  }
}

.lpZoffUvcutSummerFifthSales__title {
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: center;
  color: #1a1a1a;
}

.lpZoffUvcutSummerFifthSales__items {
  display: grid;
  gap: 9px;
  margin-top: 35px;
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthSales__items {
    gap: 20px;
    margin-top: 37px;
    grid-template-columns: repeat(2, 395px);
    place-content: center;
  }
}

.lpZoffUvcutSummerFifthSales__item {
  background-color: #f6f6f6;
  padding: 40px 20px;
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifthSales__item {
    padding: 31px 45px 43px;
  }
}

.lpZoffUvcutSummerFifthSales__itemTitle {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: center;
  color: #1a1a1a
}

.lpZoffUvcutSummerFifthSales__itemContent {
  border-bottom: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
  padding-block: 29px;
  margin-top: 14px;
}


.lpZoffUvcutSummerFifthSales__itemContentText {
  font-size: 30px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: center;
  color: #1a1a1a;
  font-family: Poppins;
  white-space: nowrap;
}

.lpZoffUvcutSummerFifthSales__itemContentText span {
  font-size: 16px;
  line-height: 1;
}

.lpZoffUvcutSummerFifthSales__itemList {
  list-style: none;
  margin-top: 20px;
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifthSales__itemList {
    padding-inline: 0;
  }
}

.lpZoffUvcutSummerFifthSales__itemListText {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: left;
  color: #666;
}

.lpZoffUvcutSummerFifthSales__itemListText a {
  text-decoration: underline;
}

/*------------------------ benefit ------------------------*/
.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthBenefit {
  margin-top: 50px;
  padding-inline: 20px;
}

.lpZoffUvcutSummerFifthBenefit__inner {
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
  margin-inline: auto;
  padding: 30px;
}

.lpZoffUvcutSummerFifthBenefit__body {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 20px;
}

.lpZoffUvcutSummerFifthBenefit__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 500px;
}

.lpZoffUvcutSummerFifthBenefit__title {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  color: #1a1a1a;
  width: 100%;
}

.lpZoffUvcutSummerFifthBenefit__textBox {
  width: 100%;
  margin-top: 20px;
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifthBenefit__textBox {
    margin-top: 0;
  }
}

.lpZoffUvcutSummerFifthBenefit__text {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #1a1a1a;
  text-align: left;
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifthBenefit__text {
    text-align: center;
  }
}

.lpZoffUvcutSummerFifthBenefit__accordion {
  width: 100%;
  max-width: 275px;
  margin-top: 1.5em;
  margin-inline: auto;
  border: 1px solid #1a1a1a;
  border-radius: 10px;
}

.lpZoffUvcutSummerFifthBenefit__accordionBtn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  min-height: 55px;
  padding: 10px 13px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
  color: #1a1a1a;
  cursor: pointer;
  list-style: none;
}

.lpZoffUvcutSummerFifthBenefit__accordionBtn::-webkit-details-marker {
  display: none;
}

.lpZoffUvcutSummerFifthBenefit__accordionBtnText {
  flex: 1;
  text-align: left;
}

.lpZoffUvcutSummerFifthBenefit__accordionBtnIcon {
  position: relative;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.lpZoffUvcutSummerFifthBenefit__accordionBtnIcon::before,
.lpZoffUvcutSummerFifthBenefit__accordionBtnIcon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #1a1a1a;
  transform: translate(-50%, -50%);
}

.lpZoffUvcutSummerFifthBenefit__accordionBtnIcon::before {
  width: 16px;
  height: 2px;
}

.lpZoffUvcutSummerFifthBenefit__accordionBtnIcon::after {
  width: 2px;
  height: 16px;
  transition: opacity 0.3s ease;
}

.lpZoffUvcutSummerFifthBenefit__accordion[open] .lpZoffUvcutSummerFifthBenefit__accordionBtnIcon::after {
  opacity: 0;
}

.lpZoffUvcutSummerFifthBenefit__accordionBody {
  overflow: hidden;
}

.lpZoffUvcutSummerFifthBenefit__accordion:not([open]) .lpZoffUvcutSummerFifthBenefit__accordionBody {
  height: 0;
}

.lpZoffUvcutSummerFifthBenefit__accordion[open]:not(.is-animating) .lpZoffUvcutSummerFifthBenefit__accordionBody {
  height: auto;
  overflow: visible;
}

.lpZoffUvcutSummerFifthBenefit__accordionBodyInner {
  padding: 0 25px 20px;
}



/* @media (prefers-reduced-motion: reduce) {
  .lpZoffUvcutSummerFifthBenefit__accordionBtnIcon::after {
    transition: none;
  }
} */

.lpZoffUvcutSummerFifthBenefit__products {
  display: grid;
  grid-template-columns: 1fr 1fr;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #1a1a1a;
  text-align: left;
  width: fit-content;
  margin-inline: auto;
  padding-top: 6px;
}

.lpZoffUvcutSummerFifthBenefit__productsItem {
  width: fit-content;
}

.lpZoffUvcutSummerFifthBenefit__products a {
  color: #1a1a1a;
  text-decoration: underline;
}

.lpZoffUvcutSummerFifthBenefit__imgBox {
  width: 67px;
  height: 175px;
  flex-shrink: 0;
  margin-top: 20px;
  margin-inline: auto;
}

.lpZoffUvcutSummerFifthBenefit__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthBenefit {
    margin-top: 80px;
    padding-inline: 20px;
  }

  .lpZoffUvcutSummerFifthBenefit__inner {
    max-width: 810px;
    min-height: 288px;
    padding: 56px 40px;
  }

  .lpZoffUvcutSummerFifthBenefit__body {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 60px;
  }

  .lpZoffUvcutSummerFifthBenefit__content {
    flex: 0 1 500px;
    max-width: 350px;
    /* flex: 0 1 370px; */
    /* max-width: 370px; */
  }

  .lpZoffUvcutSummerFifthBenefit__title {
    margin-bottom: 21px;
    text-align: left;
  }

  .lpZoffUvcutSummerFifthBenefit__text {
    text-align: left;
  }

  .lpZoffUvcutSummerFifthBenefit__accordion {
    margin-inline: 0;
    max-width: 350px;
  }

  .lpZoffUvcutSummerFifthBenefit__imgBox {
    margin-top: 0;
    margin-inline: initial;
  }

  .lpZoffUvcutSummerFifthBenefit__accordionBtn {
    padding-inline: 22px;
  }

}

/*------------------------ about ------------------------*/
.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthAbout__SecTitle {
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: center;
  color: #1a1a1a;
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthAbout__wrap {
  background-color: #f6f6f6;
  margin: 24px 0 10px;
  padding: 40px 20px;
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthAbout__wrap--second {
  margin-top: 0px;
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthAbout__wrap {
    max-width: 800px;
    margin: auto;
    padding: 40px 78px;
    margin-top: 37px;
  }

  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthAbout__wrap--second {
    margin-top: 10px;
  }

  .lpZoffUvcutSummerFifthAbout__inner {
    display: flex;
    gap: 44px;
    justify-content: center;
  }
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthAbout__title {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  color: #1a1a1a;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthAbout__innerBox--02 {
    width: 70%;
  }
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthAbout__innerTitle {
  margin: 27px 0 13px;
  padding: 7px 0;
  border-radius: 5px;
  background-color: #009ce5;
  text-align: center;
  line-height: 1.13;
  color: #fff;
  font-size: 14px;
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthAbout__innerSchedule {
  font-size: 17px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: center;
  color: #1a1a1a;
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthAbout__innerTarget {
  font-size: 15px;
  line-height: 1.4;
  text-align: center;
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthAbout__innerTarget b {
  font-weight: bold;
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthAbout__innerTarget a {
  text-decoration: underline;
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthAbout__innerDay {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  font-family: Poppins;
  font-size: 30px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: center;
  color: #1a1a1a;
  padding: 5px 0;
  margin: 20px auto 25px;
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthAbout__innerDay--second {
  padding: 28px 0;
  line-height: 1;
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthAbout__innerDay span {
  font-size: 16px;
  line-height: 1.3;
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthAbout__innerSubtext {
  margin: 25px 0 0px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  color: #666;
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthAbout__innerSubtext a {
  color: #666;
  text-decoration: underline;
  cursor: pointer;
}

/*------------------------ LINE UP ------------------------*/
.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp {
  padding-top: 90px;
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp {
    padding-top: 150px;
  }
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp__titleBox {
  margin-bottom: 35px;
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp__title {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: center;
  color: #1a1a1a;
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp__titleEn {
  font-size: 42px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: center;
  color: #1a1a1a;
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp__titleBox {
    margin-bottom: 44px;
  }
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp__fv {
  position: relative;
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp__fvInner {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: max(60px, calc(60 / 375 * 100vw));
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp__fvInner {
    display: flex;
    align-items: center;
    flex-direction: row;
    padding-top: 0px;
  }
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp__fvInnerText {
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: center;
  color: #009ce5;
  order: 2;
  margin-top: max(50px, calc(50 / 375 * 100vw));
  padding: 0 max(44px, calc(44 / 375 * 100vw));
  margin-bottom: max(40px, calc(40 / 375 * 100vw));
  font-size: max(14px, calc(14 / 375 * 100vw));
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp__fvInnerText {
    margin-top: 0px;
    padding: 0;
    width: calc(625 / 1440 * 100vw);
    margin-left: calc(95 / 1440 * 100vw);
    padding: 0 calc(80 / 1440 * 100vw);
    order: 1;
    margin-bottom: 0px;
  }
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp__fvInnerText p {
  margin-top: max(28px, calc(28 / 375 * 100vw));
  font-size: max(14px, calc(14 / 375 * 100vw));
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp__fvInnerText p {
    margin-top: calc(50 / 1440 * 100vw);
    font-size: calc(14 / 1440 * 100vw);
  }
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp__fvInnerImg {
  border-radius: 30px 0 0 30px;
  overflow: hidden;
  order: 1;
  aspect-ratio: 300/500;
  background-image: url(../img/sp/lineup04_img_sp.jpg);
  background-position: center;
  background-size: cover;
  margin-left: auto;
  width: calc(300 / 375 * 100vw);
  min-width: 80%;
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp__fvInnerImg {
    border-radius: 60px 0 0 60px;
    width: calc(720 / 1440 * 100vw);
    order: 2;
    aspect-ratio: 720/600;
    background-image: url(../img/pc/lineup04_img_pc.jpg);
    margin: 0;
    margin-left: auto;
    min-width: 50%;
  }
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp__fvTag {
  position: absolute;
  top: 0;
  left: 0;
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp__fvTagNum {
  font-family: Poppins;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  border-radius: 0 10px 10px 0;
  background-color: #009ce5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: max(26px, calc(26 / 375 * 100vw));
  width: max(60px, calc(60 / 375 * 100vw));
  height: max(60px, calc(60 / 375 * 100vw));
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp__fvTagNum {
    border-radius: 0 20px 20px 0;
    font-size: calc(30 / 1440 * 100vw);
    width: calc(95 / 1440 * 100vw);
    height: calc(95 / 1440 * 100vw);
  }
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp__fvTagTitle {
  transform: rotate(-270deg);
  font-family: Poppins;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: left;
  color: #1a1a1a;
  white-space: nowrap;
  font-size: max(10px, calc(10 / 375 * 100vw));
  width: max(18px, calc(18 / 375 * 100vw));
  height: max(54px, calc(54 / 375 * 100vw));
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp__fvTagTitle {
    font-size: calc(12 / 1440 * 100vw);
    width: calc(18 / 1440 * 100vw);
    height: calc(88 / 1440 * 100vw);
  }
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp__main {
  padding: 0 20px;
  max-width: 1020px;
  margin-inline: auto;
  padding-bottom: 50px;
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp__main {
    margin-top: 100px;
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp__main {
    display: flex;
    gap: 54px;
  }
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp__mainImgBox {
  text-align: center;
  margin-bottom: 64px;
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp__mainImgBoxLink {
  display: inline-block;
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp__mainImgBox {
    max-width: 390px;
    margin-bottom: 0;
  }
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp__mainImgBoxName {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: center;
  color: #666;
  text-decoration: underline;
  margin-bottom: 30px;
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp__mainImgBoxName {
    margin-bottom: 35px;
  }
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp__mainImgBoxLinkBtn {
  border: none;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  border: solid 1px #666;
  background-color: #f6f6f6;
  color: #666666;
  font-size: 14px;
  width: 220px;
  height: 40px;
  margin: auto;
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp__mainImgBoxLinkBtn {
    width: 260px;
  }
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp__mainImgBoxLinkBtn img {
  width: 24.5px;
  height: 9.4px;
  margin: 4px 5.5px 4.6px 0;
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp__mainTextBox {
  padding: 0 12px;
  position: relative;
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp__mainTextBox {
    padding: 0;
    width: calc(100% - 444px);
  }
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp__mainTextBoxUvcut {
  position: absolute;
  width: 114px;
  height: 114px;
  right: 0;
  top: 48px;
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp__mainTextBoxUvcut {
    width: 168px;
    height: 168px;
    top: 0;
  }
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp__mainTextBoxTitle {
  font-family: Poppins;
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  color: #1a1a1a;
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp__mainTextBoxTitle {
    padding-right: 168px;
  }
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp__mainTextBoxTitleJa {
  margin-top: 4px;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  color: #1a1a1a;
  padding-right: 102px;
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp__mainTextBoxTitleJa {
    padding-right: 168px;
  }
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp__mainTextBoxDetail {
  margin: 24px auto 0px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  color: #1a1a1a;
  padding-right: 100px;
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp__mainTextBoxDetail {
    padding-right: 168px;
  }
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp__mainTextBoxDetail a {
  color: #1a1a1a;
  text-decoration: underline;
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp__mainTextBoxPrice {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  color: #1a1a1a;
  padding-right: 102px;
  padding-top: 24px;
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp__mainTextBoxPrice {
    padding-right: 168px;
    padding-top: 24px;
  }
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp__mainTextBoxBtnArea {
  display: flex;
  flex-wrap: wrap;
  margin-top: 66px;
  gap: 10px;
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp__mainTextBoxBtnArea {
    gap: 16px;
    margin-top: 61px;
  }
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp__mainTextBoxBtnAreaBtn {
  width: 100%;
  border-radius: 10px;
  font-size: 14px;
  padding: 18px;
  line-height: 1.3;
  position: relative;
  text-align: center;
  transition: 0.2s;
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp__mainTextBoxBtnAreaBtn {
    width: calc(50% - 8px);
  }
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp__mainTextBoxBtnAreaBtn--white {
  border: solid 1px #009ce5;
  color: #009ce5;
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp__mainTextBoxBtnAreaBtn--white:hover {
  background-color: #009ce5;
  color: #fff;
  opacity: 1;
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp__mainTextBoxBtnAreaBtn--white:hover .lpZoffUvcutSummerFifthLineUp__mainTextBoxBtnAreaBtnIcon--blue {
  background-image: url(../img/common/icon_arrow_white.svg);
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp__mainTextBoxBtnAreaBtn--blue {
  border: solid 1px #009ce5;
  background-color: #009ce5;
  color: #fff;
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp__mainTextBoxBtnAreaBtn--blue:hover {
  background-color: white;
  color: #009ce5;
  opacity: 1;
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp__mainTextBoxBtnAreaBtn--blue:hover .lpZoffUvcutSummerFifthLineUp__mainTextBoxBtnAreaBtnIcon--white {
  background-image: url(../img/common/icon_arrow_blue.svg);
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp__mainTextBoxBtnAreaBtnIcon {
  width: 7.2px;
  height: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp__mainTextBoxBtnAreaBtnIcon--blue {
  background-image: url(../img/common/icon_arrow_blue.svg);
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp__mainTextBoxBtnAreaBtnIcon--white {
  background-image: url(../img/common/icon_arrow_white.svg);
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp__mainTextBoxNote {
  margin: 20px auto 0px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  color: #666;
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp__mainTextBoxNote a {
  text-decoration: underline;
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp__mainTextBoxNote {
    margin: 24px auto 0px;
  }
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp__color {
  text-align: center;
  padding-top: 50px;
  border-top: 1px solid #d9d9d9;
  margin: 0 20px;
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp__color {
    max-width: 1020px;
    margin: auto;
    padding-top: 80px;
  }
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp__colorTitle {
  margin: 0px auto 8px;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  color: #1a1a1a;
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp__colorTitleEn {
  margin-bottom: 8px;
  font-family: Poppins;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  color: #1a1a1a;
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthColorWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 10px;
  justify-content: center;
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthColorWrap {
    gap: 20px;
  }
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthColorWrap__items {
  width: calc(50% - 6px);
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthColorWrap__items {
    width: calc(25% - 25px);
  }
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthColorWrap__items a {
  /* display: inline-block; */
  display: block;
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthColorWrap__items p {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  color: #666;
  text-decoration: underline;
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthColorWrap__items p a {
  display: inherit;
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp--05 {
  margin-top: 90px;
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp--05 {
    margin-top: 150px;
  }
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp--05 .lpZoffUvcutSummerFifthLineUp__fvTag {
  left: auto;
  right: 0;
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp--05 .lpZoffUvcutSummerFifthLineUp__fvTagNum {
  border-radius: 10px 0px 0px 10px;
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp--05 .lpZoffUvcutSummerFifthLineUp__fvInnerImg {
  margin-left: 0;
  margin-right: auto;
  border-radius: 0px 30px 30px 0px;
  background-image: url(../img/sp/lineup05_img_sp.jpg);
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp--05 .lpZoffUvcutSummerFifthLineUp__fvInnerText {
  margin-bottom: max(40px, calc(40 / 375 * 100vw));
  padding: 0 max(96px, calc(96 / 375 * 100vw));
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp--05 .lpZoffUvcutSummerFifthLineUp__fvInnerImg {
    order: 1;
    margin: 0;
    border-radius: 0px 60px 60px 0px;
    background-image: url(../img/pc/lineup05_img_pc.jpg);
  }

  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp--05 .lpZoffUvcutSummerFifthLineUp__fvInnerText {
    order: 2;
    margin-right: calc(95 / 1440 * 100vw);
    margin-left: 0;
    margin-bottom: calc(0 / 1440 * 100vw);
    padding: 0 calc(160 / 1440 * 100vw);
  }
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp--06 {
  margin-top: 90px;
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp--06 {
    margin-top: 150px;
  }
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp--06 .lpZoffUvcutSummerFifthLineUp__fvInnerImg {
  background-image: url(../img/sp/lineup06_img_sp.jpg);
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp--06 .lpZoffUvcutSummerFifthLineUp__fvInnerImg {
    background-image: url(../img/pc/lineup06_img_pc.jpg);
  }
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp--06 .lpZoffUvcutSummerFifthLineUp__fvInnerText {
  padding: 0 max(96px, calc(96 / 375 * 100vw));
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp--06 .lpZoffUvcutSummerFifthLineUp__fvInnerText {
    padding: 0 calc(160 / 1440 * 100vw);
  }
}

/* 画像サイズ調整対応 */
.lpZoffUvcutSummerFifthColorWrap__itemsLink {
  /* padding: 10px 20px; */
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifthColorWrap__itemsLink {
    /* padding: 15px 30px; */
  }
}

/*------------------------ sticker ------------------------*/
.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthSticker {
  padding: 56px 20px 44px;
  background-color: #f6f6f6;
  margin-top: 30px;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthSticker {
    padding: 50px 78px;
    max-width: 800px;
    margin: auto;
    margin-top: 150px;
  }
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthSticker__title {
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
  }
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthSticker__tips {
  padding: 1px 9px 2px 10px;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: left;
  color: #009ce5;
  background-color: #fff100;
  display: inline-block;
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthSticker__titleText {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: center;
  color: #1a1a1a;
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthSticker__wrap {
    display: flex;
    gap: 74px;
    justify-content: center;
    margin-top: 40px;
  }
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthSticker__imgBox {
    padding-left: 30px;
  }
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthSticker__imgBoxImg {
  max-width: 132px;
  margin-top: 20px;
  margin-bottom: 8px;
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthSticker__imgBoxImg {
    margin-top: 0;
    margin-bottom: 10px;
    width: 118px;
  }
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthSticker__imgBoxText {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  color: #1a1a1a;
  margin-bottom: 30px;
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthSticker__imgBoxText {
    width: 156px;
  }
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthSticker__textBoxText {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #1a1a1a;
  margin-bottom: 30px;
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthSticker__textBoxText {
    text-align: left;
    margin-bottom: 38px;
  }
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthSticker__textBoxText b {
  font-weight: bold;
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthSticker__textBoxText a {
  text-decoration: underline;
  cursor: pointer;
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthSticker__note {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: left;
  color: #666;
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthSticker--02 {
  margin-top: 70px;
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthSticker--02 {
    margin-top: 80px;
  }
}

/*------------------------ banner ------------------------*/
.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthBanner {
  margin-top: 50px;
  padding: 0 20px;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthBanner {
    padding: 0 20px;
    margin-top: 80px;
  }
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthBanner__inner {
  margin: auto;
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthBanner__inner {
    max-width: 980px;
  }
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthBanner__title {
  font-size: 14px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #1a1a1a;
  margin-bottom: 15px;
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthBanner__title {
    margin-bottom: 20px;
    font-size: 24px;
  }
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthBanner__link {
  display: block;
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthBanner__img {
    max-width: 644px;
    margin-inline: auto;
  }
}

/*------------------------ more ------------------------*/
.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthMore {
  margin-top: 90px;
  background-color: #009ce5;
  padding: 60px 0 76px;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthMore {
    margin-top: 150px;
    padding-bottom: 60px;
  }
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthMore__title {
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthMore__title span {
  font-size: 13px;
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthMore__link {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: center;
  color: #009ce5;
  display: inline-block;
  margin: 24px 20px 22px;
  width: calc(100% - 40px);
  position: relative;
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthMore__link {
    margin: 15px auto 16px;
    max-width: 330px;
  }

  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthMore__link:hover {
    opacity: 1;
  }
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthMore__link button {
  padding: 25px 0;
  background-color: white;
  border-radius: 10px;
  border: 1px solid #009ce5;
  font-size: 14px;
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthMore__link:hover button {
    background-color: #009ce5;
    color: white;
    border: 1px solid white;
    opacity: 1;
  }
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthMore__link button {
    max-width: 330px;
  }
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthMore__note {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 20px;
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthMore__linkIcon {
  width: 7.2px;
  height: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthMore__linkIcon {
  background-image: url(../img/common/icon_arrow_blue.svg);
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthMore__link:hover .lpZoffUvcutSummerFifthMore__linkIcon {
    background-image: url(../img/common/icon_arrow_white.svg);
  }
}

/*------------------------ movie ------------------------*/
.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthMovie {
  margin-top: 50px;
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthMovie {
    margin-top: 93px;
  }
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthMovie__title {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: center;
  color: #1a1a1a;
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthMovie__titleEn {
  font-size: 42px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: center;
  color: #1a1a1a;
  margin-bottom: 35px;
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthMovie__titleEn {
    margin-bottom: 44px;
  }
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthMovie__box {
  margin-bottom: 55px;
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthMovie__inner {
  padding: 0 20px;
  text-align: center;
  display: flex;
  gap: 44px;
  flex-wrap: wrap;
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthMovie__inner {
    gap: 46px;
    max-width: 980px;
    margin: auto;
  }
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthMovie__innerVideo {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthMovie__videoBox {
    width: calc(50% - 23px);
  }
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthMovie__innerVideo img {
  border-radius: 10px;
  transition: 0.2s;
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthMovie__innerTitle {
  margin-top: 10px;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: center;
  color: #1a1a1a;
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthMovie__innerIcon {
  position: absolute;
  width: 50px;
  height: 50px;
  bottom: 15px;
  right: 15px;
  background-image: url(../img/common/icon_play.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 1;
  transition: 0.2s;
  pointer-events: none;
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthMovie__innerIcon {
    width: 70px;
    height: 70px;
  }
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthMovie__videoBox:hover {
    cursor: pointer;
  }

  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthMovie__videoBox:hover img {
    transform: scale(1.05);
  }

  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthMovie__videoBox:hover .lpZoffUvcutSummerFifthMovie__innerIcon {
    background-image: url(../img/common/icon_play_on.png);
  }
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthMovie__instagram {
  text-align: center;
  padding: 0 20px;
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthMovie__instagramText {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthMovie__link {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 34px 0;
  background-color: #000;
  border-radius: 10px;
  border: 1px solid #000;
  color: #fff;
  line-height: 1.3;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  position: relative;
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthMovie__link {
    max-width: 330px;
    margin: auto;
  }

  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthMovie__link:hover {
    background-color: white;
    border: 1px solid #000;
    color: #000;
    opacity: 1;
  }
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthMovie__link .lpZoffUvcutSummerFifthMore__linkIcon {
  width: 7.2px;
  height: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  background-image: url(../img/common/icon_arrow_white.svg);
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthMovie__link:hover .lpZoffUvcutSummerFifthMore__linkIcon {
    background-image: url(../img/common/icon_arrow_black.svg);
  }
}

/*------------------------ statement ------------------------*/
.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthStatement {
  background-color: #009ce5;
  padding: 90px 20px 15px;
  margin-top: 90px;
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthStatement {
    padding: 45px 20px 15px;
    margin-top: 150px;
  }
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthStatement__img {
  max-width: 980px;
  margin: auto;
  margin-bottom: 54px;
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthStatement__img {
    margin-bottom: 26px;
  }
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthStatement__note {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  color: rgba(255, 255, 255, 0.6);
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthStatement__note {
    max-width: 652px;
    margin-left: auto;
  }
}

/*------------------------ Link ------------------------*/
.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLink {
  padding: 60px 20px;
  text-align: center;
  background-color: #f6f6f6;
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLink {
    padding: 92px 20px;
  }
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthMovie__link--store {
    max-width: 410px;
  }
}

/*------------------------ lpZoffUvcutSummerFifth__scroll ------------------------*/
.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifth__scroll {
  overflow: hidden;
  width: 100%;
  padding-top: 15px;
  position: sticky;
  bottom: 0;
  background-color: white;
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifth__scroll {
    padding-top: 26px;
  }
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifth__track {
  display: flex;
  width: max-content;
  animation: scrollLeft 50s linear infinite;
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifth__track img {
  width: auto;
  height: 124px;
  margin-right: 20px;
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifth__track img {
    height: 224px;
  }
}

/* アニメーション定義 */
@keyframes scrollLeft {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-50%);
  }
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifth__copyrightText {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: center;
  color: #666;
  margin: 17px 20px 34px;
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifth__copyrightTextLast {
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: center;
  color: #666;
  margin-bottom: 34px;
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifth__copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px 30px;
  }

  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifth__copyrightText {
    order: 2;
    margin: 0;
  }

  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifth__copyrightTextLast {
    order: 1;
    margin: 0;
  }
}

/*------------------------ モーダル ------------------------*/
.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthMovie__modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthMovie__modalContent {
  position: relative;
  width: 90%;
  max-width: 800px;
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthMovie__videoWrapper {
  position: relative;
  padding-top: 56.25%;
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthMovie__videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthMovie__closeBtn {
  position: absolute;
  top: -38px;
  right: 2px;
  color: white;
  cursor: pointer;
  z-index: 1000;
  font-size: 24px;
}

/*------------------------ スクロールアニメーション ------------------------*/
.lpZoffUvcutSummerFifth__jsReady {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.lpZoffUvcutSummerFifth__jsReady.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/*------------------------ 秋キャンペーン追加 ------------------------*/
.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthCampaignBox {
  padding-top: 90px;
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthCampaignBox {
    padding-top: 150px;
  }
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthCampaignBox .lpZoffUvcutSummerFifthIntro {
  margin-top: 40px;
  align-items: center;
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthCampaignBox .lpZoffUvcutSummerFifthIntro {
    margin-top: 54px;
  }
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthCampaignBox .lpZoffUvcutSummerFifthIntro__imgBox {
  background-color: #f6f6f6;
  border-radius: 10px;
  padding: 30px;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  margin-bottom: 26px;
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthCampaignBox .lpZoffUvcutSummerFifthIntro__imgBox img {
  width: 127px;
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthCampaignBox .lpZoffUvcutSummerFifthIntro__imgBox img {
    width: 200px;
  }
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthCampaignBox .lpZoffUvcutSummerFifthIntro__imgBoxText {
  position: absolute;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #666;
  bottom: 8px;
  right: 10px;
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthCampaignBox .lpZoffUvcutSummerFifthIntro__title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 16px;
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthCampaignBox .lpZoffUvcutSummerFifthIntro__title {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 18px;
  }
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthCampaignBox .lpZoffUvcutSummerFifthIntro__text {
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthCampaignBox .lpZoffUvcutSummerFifthIntro__text {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthCampaignBox .lpZoffUvcutSummerFifthIntro__imgBox {
  width: 100%;
  margin-bottom: 26px;
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthCampaignBox .lpZoffUvcutSummerFifthIntro__imgBox {
    max-width: 500px;
    margin-right: 46px;
    margin-bottom: 0px;
  }
}

/*------------------------ 秋キャンペーン追加 ------------------------*/


.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp--02 {
  margin-top: 90px;
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp--02 {
    margin-top: 150px;
  }
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp--03 {
  margin-top: 90px;
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp--03 {
    margin-top: 150px;
  }
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp--04 {
  margin-top: 90px;
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp--04 {
    margin-top: 150px;
  }
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp--01 .lpZoffUvcutSummerFifthLineUp__fvTag {
  left: auto;
  right: 0;
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp--03 .lpZoffUvcutSummerFifthLineUp__fvTag {
  left: auto;
  right: 0;
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp--01 .lpZoffUvcutSummerFifthLineUp__fvInnerImg {
  margin-left: 0;
  margin-right: auto;
  border-radius: 0px 30px 30px 0px;
  background-image: url(../img/sp/lineup01_img_sp.jpg);
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp--01 .lpZoffUvcutSummerFifthLineUp__fvInnerText {
  margin-bottom: max(40px, calc(40 / 375 * 100vw));
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp--01 .lpZoffUvcutSummerFifthLineUp__fvInnerImg {
    order: 1;
    margin: 0;
    border-radius: 0px 60px 60px 0px;
    background-image: url(../img/pc/lineup01_img_pc.jpg);
  }

  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp--01 .lpZoffUvcutSummerFifthLineUp__fvInnerText {
    order: 2;
    margin-right: calc(95 / 1440 * 100vw);
    margin-left: 0;
    margin-bottom: calc(0 / 1440 * 100vw);
    padding: 0 calc(80 / 1440 * 100vw);
  }
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp--01 .lpZoffUvcutSummerFifthLineUp__fvTagNum {
  border-radius: 10px 0px 0px 10px;
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp--02 .lpZoffUvcutSummerFifthLineUp__fvInnerImg {
  background-image: url(../img/sp/lineup02_img_sp.jpg);
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp--02 .lpZoffUvcutSummerFifthLineUp__fvInnerText {
  margin-bottom: max(40px, calc(40 / 375 * 100vw));
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp--02 .lpZoffUvcutSummerFifthLineUp__fvInnerImg {
    background-image: url(../img/pc/lineup02_img_pc.jpg);
  }

  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp--02 .lpZoffUvcutSummerFifthLineUp__fvInnerText {
    margin-bottom: calc(0 / 1440 * 100vw);
    padding: 0 calc(80 / 1440 * 100vw);
  }
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp--03 .lpZoffUvcutSummerFifthLineUp__fvInnerImg {
  margin-left: 0;
  margin-right: auto;
  border-radius: 0px 30px 30px 0px;
  background-image: url(../img/sp/lineup03_img_sp.jpg);
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp--03 .lpZoffUvcutSummerFifthLineUp__fvInnerText {
  margin-bottom: max(40px, calc(40 / 375 * 100vw));
  padding: 0 max(96px, calc(96 / 375 * 100vw));
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp--03 .lpZoffUvcutSummerFifthLineUp__fvInnerImg {
    order: 1;
    margin: 0;
    border-radius: 0px 60px 60px 0px;
    background-image: url(../img/pc/lineup03_img_pc.jpg);
  }

  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp--03 .lpZoffUvcutSummerFifthLineUp__fvInnerText {
    order: 2;
    margin-right: calc(95 / 1440 * 100vw);
    margin-left: 0;
    margin-bottom: calc(0 / 1440 * 100vw);
    padding: 0 calc(160 / 1440 * 100vw);
  }
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp--03 .lpZoffUvcutSummerFifthLineUp__fvTagNum {
  border-radius: 10px 0px 0px 10px;
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthMore__link {
  margin: 0;
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthMore {
  padding: 70px 0;
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp--04 .lpZoffUvcutSummerFifthLineUp__main {
  padding-bottom: 0px;
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp--05 .lpZoffUvcutSummerFifthLineUp__main {
  padding-bottom: 0px;
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp--06 .lpZoffUvcutSummerFifthLineUp__main {
  padding-bottom: 0px;
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthSticker--02 .lpZoffUvcutSummerFifthSticker__textBoxText {
  margin-bottom: 0;
}

.lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp--03 .lpZoffUvcutSummerFifthLineUp__mainTextBoxTitle {
  white-space: nowrap;
  font-size: 34px;
}

@media screen and (min-width: 769px) {
  .lpZoffUvcutSummerFifth .lpZoffUvcutSummerFifthLineUp--03 .lpZoffUvcutSummerFifthLineUp__mainTextBoxTitle {
    font-size: 36px;
  }
}