.lpZoffUvcut {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
.lpZoffUvcut .lpZoffUvcut__inner article {
  position: relative;
  z-index: 1;
  background: white;
  margin-bottom: 268px;
}
@media screen and (min-width: 768px) {
  .lpZoffUvcut .lpZoffUvcut__inner article {
    margin-bottom: 308px;
  }
}
.lpZoffUvcut .lpZoffUvcut__spOnly {
  display: block;
}
@media screen and (min-width: 768px) {
  .lpZoffUvcut .lpZoffUvcut__spOnly {
    display: none;
  }
}
/*------------------------ コピーガードと印刷設定 ------------------------*/
.lpZoffUvcut img {
  pointer-events: none;
}
@media print {
  .lpZoffUvcut img[src*="/img/"] {
    /* wordpressのアップロード画像対象・環境に応じて変更してください */
    display: none !important;
  }
}

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

.lpZoffUvcut .lpZoffUvcutIdxKv {
  aspect-ratio: 375/597;
}

@media screen and (min-width: 768px) {
  .lpZoffUvcut .lpZoffUvcutIdxKv {
    aspect-ratio: 1440 / 660;
    margin: auto;
  }
}

.lpZoffUvcut .lpZoffUvcutIdxKv__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: 768px) {
  .lpZoffUvcut .lpZoffUvcutIdxKv__text {
    text-align: right;
    margin-top: 12px;
    margin-right: 10px;
  }
}
/*------------------------ anchor ------------------------*/
.lpZoffUvcut .lpZoffUvcutAnchor__inner {
  margin-top: 18px;
  border-top: 1px solid #d9d9d9;
}
@media screen and (min-width: 768px) {
  .lpZoffUvcut .lpZoffUvcutAnchor__inner {
    margin-top: 12px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    padding: 16px 0 14px;
  }
}
@media screen and (min-width: 768px) {
  .lpZoffUvcut .lpZoffUvcutAnchor__list {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .lpZoffUvcut .lpZoffUvcutAnchor__item {
    min-width: 375px;
    border-right: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
  }
  .lpZoffUvcut .lpZoffUvcutAnchor__item:first-child {
    border-right: none;
  }
}
.lpZoffUvcut .lpZoffUvcutAnchor__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: 768px) {
  .lpZoffUvcut .lpZoffUvcutAnchor__link {
    border-bottom: none;
    justify-content: center;
  }
}
.lpZoffUvcut .lpZoffUvcutAnchor__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;
}

.lpZoffUvcut .lpZoffUvcutAnchor__arrow {
  width: 14px;
  height: 6px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
@media screen and (min-width: 768px) {
  .lpZoffUvcut .lpZoffUvcutAnchor__arrow {
    top: auto;
    bottom: 0;
    transform: translateX(-50%);
    right: 50%;
    transition: 0.2s;
  }
  .lpZoffUvcut .lpZoffUvcutAnchor__link:hover .lpZoffUvcutAnchor__arrow {
    bottom: -4px;
  }
}
/*------------------------ intro ------------------------*/
.lpZoffUvcut .lpZoffUvcutSecIntro {
  max-width: 1020px;
  padding: 0 20px;
  margin: auto;
  margin-top: 90px;
}
@media screen and (min-width: 768px) {
  .lpZoffUvcut .lpZoffUvcutSecIntro {
    max-width: 1020px;
    display: flex;
    margin-top: 150px;
  }
}

.lpZoffUvcut .lpZoffUvcutSecIntro__imgBox {
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .lpZoffUvcut .lpZoffUvcutSecIntro__imgBox {
    max-width: 440px;
    margin-right: 73px;
    margin-bottom: 0px;
  }
}

.lpZoffUvcut .lpZoffUvcutSecIntro__title {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.9;
  letter-spacing: normal;
  color: #1a1a1a;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .lpZoffUvcut .lpZoffUvcutSecIntro__title {
    font-size: 22px;
    margin-bottom: 34px;
  }
}

.lpZoffUvcut .lpZoffUvcutSecIntro__text {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  color: #000;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .lpZoffUvcut .lpZoffUvcutSecIntro__text {
    margin-bottom: 37px;
  }
}
.lpZoffUvcut .lpZoffUvcutSecIntro__subtext {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  color: #666;
}
.lpZoffUvcut .lpZoffUvcutSecIntro__anchorBox {
  text-align: center;
  margin-top: 43px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 90px;
}
.lpZoffUvcut .lpZoffUvcutSecIntro__anchorText {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 16px;
  justify-content: center;
  padding: 20px 42px;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: center;
  color: #1a1a1a;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
@media screen and (min-width: 768px) {
  .lpZoffUvcut .lpZoffUvcutSecIntro__anchorText {
    max-width: 278px;
    margin: auto;
    padding: 16px 13px;
  }
}
.lpZoffUvcut .lpZoffUvcutSecIntro__anchorText img {
  margin-top: 4px;
}

/*------------------------ about ------------------------*/
.lpZoffUvcut .lpZoffUvcutSecAbout__SecTitle {
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: center;
  color: #1a1a1a;
}
.lpZoffUvcut .lpZoffUvcutSecAbout__wrap {
  background-color: #f6f6f6;
  margin: 24px 0 10px;
  padding: 40px 20px;
}
.lpZoffUvcut .lpZoffUvcutSecAbout__wrap--second {
  margin-top: 0px;
}

@media screen and (min-width: 768px) {
  .lpZoffUvcut .lpZoffUvcutSecAbout__wrap {
    max-width: 800px;
    margin: auto;
    padding: 40px 78px;
    margin-top: 37px;
  }
  .lpZoffUvcut .lpZoffUvcutSecAbout__wrap--second {
    margin-top: 10px;
  }
  .lpZoffUvcutSecAbout__inner {
    display: flex;
    gap: 44px;
    justify-content: center;
  }
}

.lpZoffUvcut .lpZoffUvcutSecAbout__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: 768px) {
  .lpZoffUvcut .lpZoffUvcutSecAbout__innerBox--02 {
    width: 70%;
  }
}

.lpZoffUvcut .lpZoffUvcutSecAbout__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;
}

.lpZoffUvcut .lpZoffUvcutSecAbout__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;
}

.lpZoffUvcut .lpZoffUvcutSecAbout__innerTarget {
  font-size: 15px;
  line-height: 1.4;
  text-align: center;
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
}
.lpZoffUvcut .lpZoffUvcutSecAbout__innerTarget b {
  font-weight: bold;
}
.lpZoffUvcut .lpZoffUvcutSecAbout__innerTarget a {
  text-decoration: underline;
}

.lpZoffUvcut .lpZoffUvcutSecAbout__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;
}
.lpZoffUvcut .lpZoffUvcutSecAbout__innerDay--second {
  padding: 28px 0;
  line-height: 1;
}
.lpZoffUvcut .lpZoffUvcutSecAbout__innerDay span {
  font-size: 16px;
  line-height: 1.3;
}

.lpZoffUvcut .lpZoffUvcutSecAbout__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;
}

.lpZoffUvcut .lpZoffUvcutSecAbout__innerSubtext a {
  color: #666;
  text-decoration: underline;
  cursor: pointer;
}

/*------------------------ LINE UP ------------------------*/
.lpZoffUvcut .lpZoffUvcutSecLineUp {
  padding-top: 90px;
}
@media screen and (min-width: 768px) {
  .lpZoffUvcut .lpZoffUvcutSecLineUp {
    padding-top: 160px;
  }
}

.lpZoffUvcut .lpZoffUvcutSecLineUp__titleBox {
  margin-bottom: 35px;
}
.lpZoffUvcut .lpZoffUvcutSecLineUp__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;
}

.lpZoffUvcut .lpZoffUvcutSecLineUp__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: 768px) {
  .lpZoffUvcut .lpZoffUvcutSecLineUp__titleBox {
    margin-bottom: 44px;
  }
}
.lpZoffUvcut .lpZoffUvcutSecLineUp__fv {
  position: relative;
}

.lpZoffUvcut .lpZoffUvcutSecLineUp__fvInner {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: max(60px, calc(60 / 375 * 100vw));
}
@media screen and (min-width: 768px) {
  .lpZoffUvcut .lpZoffUvcutSecLineUp__fvInner {
    display: flex;
    align-items: center;
    flex-direction: row;
    padding-top: 0px;
  }
}
.lpZoffUvcut .lpZoffUvcutSecLineUp__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: 768px) {
  .lpZoffUvcut .lpZoffUvcutSecLineUp__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;
  }
}

.lpZoffUvcut .lpZoffUvcutSecLineUp__fvInnerText p {
  margin-top: max(28px, calc(28 / 375 * 100vw));
  font-size: max(14px, calc(14 / 375 * 100vw));
}
@media screen and (min-width: 768px) {
  .lpZoffUvcut .lpZoffUvcutSecLineUp__fvInnerText p {
    margin-top: calc(50 / 1440 * 100vw);
    font-size: calc(14 / 1440 * 100vw);
  }
}
.lpZoffUvcut .lpZoffUvcutSecLineUp__fvInnerImg {
  border-radius: 30px 0 0 30px;
  overflow: hidden;
  order: 1;
  aspect-ratio: 300/500;
  background-image: url(../img/sp/lineup01_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: 768px) {
  .lpZoffUvcut .lpZoffUvcutSecLineUp__fvInnerImg {
    border-radius: 60px 0 0 60px;
    width: calc(720 / 1440 * 100vw);
    order: 2;
    aspect-ratio: 720/600;
    background-image: url(../img/pc/lineup01_img_pc.jpg);
    margin: 0;
    margin-left: auto;
    min-width: 50%;
  }
}
.lpZoffUvcut .lpZoffUvcutSecLineUp__fvTag {
  position: absolute;
  top: 0;
  left: 0;
}

.lpZoffUvcut .lpZoffUvcutSecLineUp__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: 768px) {
  .lpZoffUvcut .lpZoffUvcutSecLineUp__fvTagNum {
    border-radius: 0 20px 20px 0;
    font-size: calc(30 / 1440 * 100vw);
    width: calc(95 / 1440 * 100vw);
    height: calc(95 / 1440 * 100vw);
  }
}

.lpZoffUvcut .lpZoffUvcutSecLineUp__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: 768px) {
  .lpZoffUvcut .lpZoffUvcutSecLineUp__fvTagTitle {
    font-size: calc(12 / 1440 * 100vw);
    width: calc(18 / 1440 * 100vw);
    height: calc(88 / 1440 * 100vw);
  }
}

.lpZoffUvcut .lpZoffUvcutSecLineUp__main {
  padding: 0 20px;
  margin-top: 40px;
  max-width: 980px;
  margin: auto;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .lpZoffUvcut .lpZoffUvcutSecLineUp__main {
    margin-top: 100px;
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 768px) {
  .lpZoffUvcut .lpZoffUvcutSecLineUp__main {
    display: flex;
    gap: 54px;
  }
}
.lpZoffUvcut .lpZoffUvcutSecLineUp__mainImgBox {
  text-align: center;
  margin-bottom: 64px;
}
.lpZoffUvcut .lpZoffUvcutSecLineUp__mainImgBoxLink {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .lpZoffUvcut .lpZoffUvcutSecLineUp__mainImgBox {
    max-width: 390px;
    margin-bottom: 0;
  }
}
.lpZoffUvcut .lpZoffUvcutSecLineUp__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: 768px) {
  .lpZoffUvcut .lpZoffUvcutSecLineUp__mainImgBoxName {
    margin-bottom: 35px;
  }
}

.lpZoffUvcut .lpZoffUvcutSecLineUp__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: 768px) {
  .lpZoffUvcut .lpZoffUvcutSecLineUp__mainImgBoxLinkBtn {
    width: 260px;
  }
}
.lpZoffUvcut .lpZoffUvcutSecLineUp__mainImgBoxLinkBtn img {
  width: 24.5px;
  height: 9.4px;
  margin: 4px 5.5px 4.6px 0;
}

.lpZoffUvcut .lpZoffUvcutSecLineUp__mainTextBox {
  padding: 0 12px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .lpZoffUvcut .lpZoffUvcutSecLineUp__mainTextBox {
    padding: 0;
    width: calc(100% - 444px);
  }
}
.lpZoffUvcut .lpZoffUvcutSecLineUp__mainTextBoxUvcut {
  position: absolute;
  width: 114px;
  height: 114px;
  right: 0;
  top: 48px;
}
@media screen and (min-width: 768px) {
  .lpZoffUvcut .lpZoffUvcutSecLineUp__mainTextBoxUvcut {
    width: 168px;
    height: 168px;
    top: 0;
  }
}
.lpZoffUvcut .lpZoffUvcutSecLineUp__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: 768px) {
  .lpZoffUvcut .lpZoffUvcutSecLineUp__mainTextBoxTitle {
    padding-right: 168px;
  }
}
.lpZoffUvcut .lpZoffUvcutSecLineUp__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: 768px) {
  .lpZoffUvcut .lpZoffUvcutSecLineUp__mainTextBoxTitleJa {
    padding-right: 168px;
  }
}

.lpZoffUvcut .lpZoffUvcutSecLineUp__mainTextBoxDetail {
  margin: 24px auto 24px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  color: #1a1a1a;
  padding-right: 102px;
}
@media screen and (min-width: 768px) {
  .lpZoffUvcut .lpZoffUvcutSecLineUp__mainTextBoxDetail {
    padding-right: 168px;
  }
}

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

.lpZoffUvcut .lpZoffUvcutSecLineUp__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;
}

@media screen and (min-width: 768px) {
  .lpZoffUvcut .lpZoffUvcutSecLineUp__mainTextBoxPrice {
    padding-right: 168px;
  }
}
.lpZoffUvcut .lpZoffUvcutSecLineUp__mainTextBoxBtnArea {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .lpZoffUvcut .lpZoffUvcutSecLineUp__mainTextBoxBtnArea {
    gap: 16px;
    margin-top: 20px;
  }
}
.lpZoffUvcut .lpZoffUvcutSecLineUp__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: 768px) {
  .lpZoffUvcut .lpZoffUvcutSecLineUp__mainTextBoxBtnAreaBtn {
    width: calc(50% - 8px);
  }
}

.lpZoffUvcut .lpZoffUvcutSecLineUp__mainTextBoxBtnAreaBtn--white {
  border: solid 1px #009ce5;
  color: #009ce5;
}
.lpZoffUvcut .lpZoffUvcutSecLineUp__mainTextBoxBtnAreaBtn--white:hover {
  background-color: #009ce5;
  color: #fff;
  opacity: 1;
}

.lpZoffUvcut
  .lpZoffUvcutSecLineUp__mainTextBoxBtnAreaBtn--white:hover
  .lpZoffUvcutSecLineUp__mainTextBoxBtnAreaBtnIcon--blue {
  background-image: url(../img/common/icon_arrow_white.svg);
}

.lpZoffUvcut .lpZoffUvcutSecLineUp__mainTextBoxBtnAreaBtn--blue {
  border: solid 1px #009ce5;
  background-color: #009ce5;
  color: #fff;
}
.lpZoffUvcut .lpZoffUvcutSecLineUp__mainTextBoxBtnAreaBtn--blue:hover {
  background-color: white;
  color: #009ce5;
  opacity: 1;
}
.lpZoffUvcut
  .lpZoffUvcutSecLineUp__mainTextBoxBtnAreaBtn--blue:hover
  .lpZoffUvcutSecLineUp__mainTextBoxBtnAreaBtnIcon--white {
  background-image: url(../img/common/icon_arrow_blue.svg);
}
.lpZoffUvcut .lpZoffUvcutSecLineUp__mainTextBoxBtnAreaBtnIcon {
  width: 7.2px;
  height: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
}
.lpZoffUvcut .lpZoffUvcutSecLineUp__mainTextBoxBtnAreaBtnIcon--blue {
  background-image: url(../img/common/icon_arrow_blue.svg);
}
.lpZoffUvcut .lpZoffUvcutSecLineUp__mainTextBoxBtnAreaBtnIcon--white {
  background-image: url(../img/common/icon_arrow_white.svg);
}

.lpZoffUvcut .lpZoffUvcutSecLineUp__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;
}

.lpZoffUvcut .lpZoffUvcutSecLineUp__mainTextBoxNote a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .lpZoffUvcut .lpZoffUvcutSecLineUp__mainTextBoxNote {
    margin: 24px auto 0px;
  }
}

.lpZoffUvcut .lpZoffUvcutSecLineUp__color {
  text-align: center;
  padding-top: 50px;
  border-top: 1px solid #d9d9d9;
  margin: 0 20px;
}
@media screen and (min-width: 768px) {
  .lpZoffUvcut .lpZoffUvcutSecLineUp__color {
    max-width: 1020px;
    margin: auto;
    padding-top: 80px;
  }
}

.lpZoffUvcut .lpZoffUvcutSecLineUp__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;
}
.lpZoffUvcut .lpZoffUvcutSecLineUp__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;
}

.lpZoffUvcut .lpZoffUvcutColorWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 15px;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .lpZoffUvcut .lpZoffUvcutColorWrap {
    gap: 20px;
  }
}

.lpZoffUvcut .lpZoffUvcutColorWrap__items {
  width: calc(50% - 7.5px);
}
@media screen and (min-width: 768px) {
  .lpZoffUvcut .lpZoffUvcutColorWrap__items {
    width: calc(25% - 15px);
  }
}
.lpZoffUvcut .lpZoffUvcutColorWrap__items a {
  display: inline-block;
}
.lpZoffUvcut .lpZoffUvcutColorWrap__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;
}
.lpZoffUvcut .lpZoffUvcutColorWrap__items p a {
  display: inherit;
}

.lpZoffUvcut .lpZoffUvcutSecLineUp--02 {
  margin-top: 90px;
}

@media screen and (min-width: 768px) {
  .lpZoffUvcut .lpZoffUvcutSecLineUp--02 {
    margin-top: 150px;
  }
}

.lpZoffUvcut .lpZoffUvcutSecLineUp--02 .lpZoffUvcutSecLineUp__fvTag {
  left: auto;
  right: 0;
}

.lpZoffUvcut .lpZoffUvcutSecLineUp--02 .lpZoffUvcutSecLineUp__fvTagNum {
  border-radius: 10px 0px 0px 10px;
}

.lpZoffUvcut .lpZoffUvcutSecLineUp--02 .lpZoffUvcutSecLineUp__fvInnerImg {
  margin-left: 0;
  margin-right: auto;
  border-radius: 0px 30px 30px 0px;
  background-image: url(../img/sp/lineup02_img_sp.jpg);
}
.lpZoffUvcut .lpZoffUvcutSecLineUp--02 .lpZoffUvcutSecLineUp__fvInnerText {
  margin-bottom: max(40px, calc(40 / 375 * 100vw));
  padding: 0 max(96px, calc(96 / 375 * 100vw));
}

@media screen and (min-width: 768px) {
  .lpZoffUvcut .lpZoffUvcutSecLineUp--02 .lpZoffUvcutSecLineUp__fvInnerImg {
    order: 1;
    margin: 0;
    background-image: url(../img/pc/lineup02_img_pc.jpg);
  }
  .lpZoffUvcut .lpZoffUvcutSecLineUp--02 .lpZoffUvcutSecLineUp__fvInnerText {
    order: 2;
    margin-right: calc(95 / 1440 * 100vw);
    margin-left: 0;
    margin-bottom: calc(0 / 1440 * 100vw);
    padding: 0 calc(160 / 1440 * 100vw);
  }
}

.lpZoffUvcut .lpZoffUvcutSecLineUp--03 {
  margin-top: 90px;
}
@media screen and (min-width: 768px) {
  .lpZoffUvcut .lpZoffUvcutSecLineUp--03 {
    margin-top: 150px;
  }
}

.lpZoffUvcut .lpZoffUvcutSecLineUp--03 .lpZoffUvcutSecLineUp__fvInnerImg {
  background-image: url(../img/sp/lineup03_img_sp.jpg);
}

@media screen and (min-width: 768px) {
  .lpZoffUvcut .lpZoffUvcutSecLineUp--03 .lpZoffUvcutSecLineUp__fvInnerImg {
    background-image: url(../img/pc/lineup03_img_pc.jpg);
  }
}

.lpZoffUvcut .lpZoffUvcutSecLineUp--03 .lpZoffUvcutSecLineUp__fvInnerText {
  padding: 0 max(96px, calc(96 / 375 * 100vw));
}

@media screen and (min-width: 768px) {
  .lpZoffUvcut .lpZoffUvcutSecLineUp--03 .lpZoffUvcutSecLineUp__fvInnerText {
    padding: 0 calc(160 / 1440 * 100vw);
  }
}

/*------------------------ sticker ------------------------*/
.lpZoffUvcut .lpZoffUvcutSecSticker {
  padding: 40px 20px;
  background-color: #f6f6f6;
  margin-top: 90px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .lpZoffUvcut .lpZoffUvcutSecSticker {
    padding: 50px 78px;
    max-width: 800px;
    margin: auto;
    margin-top: 150px;
  }
}
@media screen and (min-width: 768px) {
  .lpZoffUvcut .lpZoffUvcutSecSticker__title {
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
  }
}
.lpZoffUvcut .lpZoffUvcutSecSticker__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;
}

.lpZoffUvcut .lpZoffUvcutSecSticker__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: 768px) {
  .lpZoffUvcut .lpZoffUvcutSecSticker__wrap {
    display: flex;
    gap: 74px;
    justify-content: center;
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .lpZoffUvcut .lpZoffUvcutSecSticker__imgBox {
    padding-left: 30px;
  }
}
.lpZoffUvcut .lpZoffUvcutSecSticker__imgBoxImg {
  max-width: 132px;
  margin-top: 20px;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .lpZoffUvcut .lpZoffUvcutSecSticker__imgBoxImg {
    margin-top: 0;
    margin-bottom: 10px;
    width: 118px;
  }
}
.lpZoffUvcut .lpZoffUvcutSecSticker__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: 768px) {
  .lpZoffUvcut .lpZoffUvcutSecSticker__imgBoxText {
    width: 156px;
  }
}

.lpZoffUvcut .lpZoffUvcutSecSticker__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: 768px) {
  .lpZoffUvcut .lpZoffUvcutSecSticker__textBoxText {
    text-align: left;
    margin-bottom: 38px;
  }
}

.lpZoffUvcut .lpZoffUvcutSecSticker__textBoxText b {
  font-weight: bold;
}

.lpZoffUvcut .lpZoffUvcutSecSticker__textBoxText a {
  text-decoration: underline;
  cursor: pointer;
}
.lpZoffUvcut .lpZoffUvcutSecSticker__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;
}
.lpZoffUvcut .lpZoffUvcutSecSticker--02 {
  margin-top: 50px;
}

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

@media screen and (min-width: 768px) {
  .lpZoffUvcut .lpZoffUvcutSecMore {
    margin-top: 150px;
    padding-bottom: 60px;
  }
}

.lpZoffUvcut .lpZoffUvcutSecMore__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;
}

.lpZoffUvcut .lpZoffUvcutSecMore__title span {
  font-size: 13px;
}

.lpZoffUvcut .lpZoffUvcutSecMore__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: 768px) {
  .lpZoffUvcut .lpZoffUvcutSecMore__link {
    margin: 15px auto 16px;
    max-width: 330px;
  }
  .lpZoffUvcut .lpZoffUvcutSecMore__link:hover {
    opacity: 1;
  }
}

.lpZoffUvcut .lpZoffUvcutSecMore__link button {
  padding: 25px 0;
  background-color: white;
  border-radius: 10px;
  border: 1px solid #009ce5;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .lpZoffUvcut .lpZoffUvcutSecMore__link:hover button {
    background-color: #009ce5;
    color: white;
    border: 1px solid white;
    opacity: 1;
  }
}

@media screen and (min-width: 768px) {
  .lpZoffUvcut .lpZoffUvcutSecMore__link button {
    max-width: 330px;
  }
}

.lpZoffUvcut .lpZoffUvcutSecMore__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;
}

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

@media screen and (min-width: 768px) {
  .lpZoffUvcut .lpZoffUvcutSecMore__link:hover .lpZoffUvcutSecMore__linkIcon {
    background-image: url(../img/common/icon_arrow_white.svg);
  }
}

/*------------------------ movie ------------------------*/
.lpZoffUvcut .lpZoffUvcutSecMovie {
  padding-top: 90px;
}

@media screen and (min-width: 768px) {
  .lpZoffUvcut .lpZoffUvcutSecMovie {
    padding-top: 150px;
  }
}
.lpZoffUvcut .lpZoffUvcutSecMovie__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;
}

.lpZoffUvcut .lpZoffUvcutSecMovie__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: 768px) {
  .lpZoffUvcut .lpZoffUvcutSecMovie__titleEn {
    margin-bottom: 44px;
  }
}

.lpZoffUvcut .lpZoffUvcutSecMovie__box {
  margin-bottom: 55px;
}
.lpZoffUvcut .lpZoffUvcutSecMovie__inner {
  padding: 0 20px;
  text-align: center;
  display: flex;
  gap: 44px;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .lpZoffUvcut .lpZoffUvcutSecMovie__inner {
    gap: 46px;
    max-width: 980px;
    margin: auto;
  }
}

.lpZoffUvcut .lpZoffUvcutSecMovie__innerVideo {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .lpZoffUvcut .lpZoffUvcutSecMovie__videoBox {
    width: calc(50% - 23px);
  }
}
.lpZoffUvcut .lpZoffUvcutSecMovie__innerVideo img {
  border-radius: 10px;
  transition: 0.2s;
}
.lpZoffUvcut .lpZoffUvcutSecMovie__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;
}

.lpZoffUvcut .lpZoffUvcutSecMovie__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: 768px) {
  .lpZoffUvcut .lpZoffUvcutSecMovie__innerIcon {
    width: 70px;
    height: 70px;
  }
}
@media screen and (min-width: 768px) {
  .lpZoffUvcut .lpZoffUvcutSecMovie__videoBox:hover {
    cursor: pointer;
  }
  .lpZoffUvcut .lpZoffUvcutSecMovie__videoBox:hover img {
    transform: scale(1.05);
  }
  .lpZoffUvcut
    .lpZoffUvcutSecMovie__videoBox:hover
    .lpZoffUvcutSecMovie__innerIcon {
    background-image: url(../img/common/icon_play_on.png);
  }
}

.lpZoffUvcut .lpZoffUvcutSecMovie__instagram {
  text-align: center;
  padding: 0 20px;
}

.lpZoffUvcut .lpZoffUvcutSecMovie__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;
}

.lpZoffUvcut .lpZoffUvcutSecMovie__link {
  width: 100%;
  display: inline-block;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .lpZoffUvcut .lpZoffUvcutSecMovie__link {
    max-width: 330px;
    margin: auto;
  }
  .lpZoffUvcut .lpZoffUvcutSecMovie__link:hover {
    opacity: 1;
  }
}

.lpZoffUvcut .lpZoffUvcutSecMovie__link button {
  width: 100%;
  padding: 20px 0;
  background-color: #009ce5;
  border-radius: 10px;
  border: 1px solid #009ce5;
  color: #fff;
  line-height: 1.3;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: center;
  padding: 34px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .lpZoffUvcut .lpZoffUvcutSecMovie__link:hover button {
    background-color: white;
    border: 1px solid #009ce5;
    color: #009ce5;
    opacity: 1;
  }
}

.lpZoffUvcut .lpZoffUvcutSecMovie__link .lpZoffUvcutSecMore__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: 768px) {
  .lpZoffUvcut .lpZoffUvcutSecMovie__link:hover .lpZoffUvcutSecMore__linkIcon {
    background-image: url(../img/common/icon_arrow_blue.svg);
  }
}

.lpZoffUvcut .lpZoffUvcutSecMovie__modal {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.lpZoffUvcut .lpZoffUvcutSecMovie__modal:target {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lpZoffUvcut .lpZoffUvcutSecMovie__modalContent {
  position: relative;
  background: #000;
  max-width: 90%;
  width: 800px;
}

.lpZoffUvcut .lpZoffUvcutSecMovie__closeBtn {
  position: absolute;
  top: 8px;
  right: 16px;
  font-size: 32px;
  color: #fff;
  text-decoration: none;
  z-index: 1001;
}

/*------------------------ statement ------------------------*/
.lpZoffUvcut .lpZoffUvcutSecStatement {
  background-color: #009ce5;
  padding: 90px 20px 15px;
  margin-top: 90px;
}
@media screen and (min-width: 768px) {
  .lpZoffUvcut .lpZoffUvcutSecStatement {
    padding: 45px 20px 15px;
    margin-top: 150px;
  }
}
.lpZoffUvcut .lpZoffUvcutSecStatement__img {
  max-width: 980px;
  margin: auto;
  margin-bottom: 54px;
}
@media screen and (min-width: 768px) {
  .lpZoffUvcut .lpZoffUvcutSecStatement__img {
    margin-bottom: 26px;
  }
}
.lpZoffUvcut .lpZoffUvcutSecStatement__note {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: right;
  color: rgba(255, 255, 255, 0.6);
}

/*------------------------ Link ------------------------*/
.lpZoffUvcut .lpZoffUvcutSecLink {
  padding: 60px 20px;
  text-align: center;
  background-color: #f6f6f6;
}
@media screen and (min-width: 768px) {
  .lpZoffUvcut .lpZoffUvcutSecLink {
    padding: 92px 20px;
  }
}
@media screen and (min-width: 768px) {
  .lpZoffUvcut .lpZoffUvcutSecMovie__link--store {
    max-width: 410px;
  }
}

/*------------------------ lpZoffUvcut__scroll ------------------------*/
.lpZoffUvcut .lpZoffUvcut__scroll {
  overflow: hidden;
  width: 100%;
  padding-top: 15px;
  position: fixed;
  bottom: 0;
  background-color: white;
}
@media screen and (min-width: 768px) {
  .lpZoffUvcut .lpZoffUvcut__scroll {
    padding-top: 26px;
  }
}

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

.lpZoffUvcut .lpZoffUvcut__track img {
  width: auto;
  height: 124px;
  margin-right: 20px;
}
@media screen and (min-width: 768px) {
  .lpZoffUvcut .lpZoffUvcut__track img {
    height: 224px;
  }
}

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

.lpZoffUvcut .lpZoffUvcut__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;
}
.lpZoffUvcut .lpZoffUvcut__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: 768px) {
  .lpZoffUvcut .lpZoffUvcut__copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px 30px;
  }
  .lpZoffUvcut .lpZoffUvcut__copyrightText {
    order: 2;
    margin: 0;
  }
  .lpZoffUvcut .lpZoffUvcut__copyrightTextLast {
    order: 1;
    margin: 0;
  }
}

/*------------------------ モーダル ------------------------*/
.lpZoffUvcut .lpZoffUvcutSecMovie__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;
}

.lpZoffUvcut .lpZoffUvcutSecMovie__modalContent {
  position: relative;
  width: 90%;
  max-width: 800px;
}

.lpZoffUvcut .lpZoffUvcutSecMovie__videoWrapper {
  position: relative;
  padding-top: 56.25%;
}

.lpZoffUvcut .lpZoffUvcutSecMovie__videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

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

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