/* 基本設定 */
:root {
  --view-size: 1440;
}
@media (max-width: 767px) {
  :root {
    --view-size: 375;
  }
}
.lpZoffUvcutCampaign {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
.lpZoffUvcutCampaign .lpZoffUvcutCampaign__inner article {
  position: relative;
  z-index: 1;
  background: white;
  margin-bottom: 268px;
}
@media screen and (min-width: 768px) {
  .lpZoffUvcutCampaign .lpZoffUvcutCampaign__inner article {
    margin-bottom: 308px;
  }
}
/*------------------------ コピーガードと印刷設定 ------------------------*/
.lpZoffUvcutCampaign img {
  pointer-events: none;
}
@media print {
  .lpZoffUvcutCampaign img[src*="/img/"] {
    display: none !important;
  }
}

/*------------------------ KV ------------------------*/
.lpZoffUvcutCampaign .lpZoffUvcutCampaign__IdxKvBox {
  position: relative;
}
.lpZoffUvcutCampaign .lpZoffUvcutCampaignIdxKv {
  aspect-ratio: 375/462;
  background-image: url(../img/sp/kv_bg_sp.jpg);
  background-position: center;
  background-size: contain;
  text-align: center;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .lpZoffUvcutCampaign .lpZoffUvcutCampaignIdxKv {
    aspect-ratio: 1440 / 460;
    background-image: url(../img/kv_bg.jpg);
  }
}

.lpZoffUvcutCampaign .lpZoffUvcutCampaignIdxKv picture img {
  width: calc(320 / var(--view-size) * 100vw);
  padding-top: calc(48 / var(--view-size) * 100vw);
}
@media screen and (min-width: 768px) {
  .lpZoffUvcutCampaign .lpZoffUvcutCampaignIdxKv picture img {
    width: calc(672 / var(--view-size) * 100vw);
    padding-top: calc(26 / var(--view-size) * 100vw);
  }
}
.lpZoffUvcutCampaign .lpZoffUvcutCampaign__IdxKvBoxBoard {
  position: absolute;
  top: calc(352 / var(--view-size) * 100vw);
  left: 50%;
  transform: translateX(-50%);
  width: calc(150 / var(--view-size) * 100vw);
}
@media screen and (min-width: 768px) {
  .lpZoffUvcutCampaign .lpZoffUvcutCampaign__IdxKvBoxBoard {
    top: calc(340 / var(--view-size) * 100vw);
    left: auto;
    transform: inherit;
    right: calc(250 / var(--view-size) * 100vw);
    width: calc(185 / var(--view-size) * 100vw);
  }
}
.lpZoffUvcutCampaign .lpZoffUvcutCampaign__IdxKvBoxBoardText {
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #666;
  margin-top: calc(8 / var(--view-size) * 100vw);
}

/*------------------------ KvUnderBox ------------------------*/
.lpZoffUvcutCampaign .lpZoffUvcutCampaign__KvUnderBox {
  text-align: center;
  margin: 50px 17px;
  margin-top: calc(140 / var(--view-size) * 100vw);
}
@media screen and (min-width: 768px) {
  .lpZoffUvcutCampaign .lpZoffUvcutCampaign__KvUnderBox {
    margin-top: calc(50 / var(--view-size) * 100vw);
  }
}
.lpZoffUvcutCampaign .lpZoffUvcutCampaign__KvUnderText {
  font-size: 20px;
  line-height: 1.7;
  font-weight: normal;
  color: #1a1a1a;
}
@media screen and (min-width: 768px) {
  .lpZoffUvcutCampaign .lpZoffUvcutCampaign__KvUnderText {
    font-size: calc(20 / var(--view-size) * 100vw);
  }
}
.lpZoffUvcutCampaign
  .lpZoffUvcutCampaign__KvUnderText
  .lpZoffUvcutCampaign__KvUnderText--br {
  display: block;
}
@media screen and (min-width: 768px) {
  .lpZoffUvcutCampaign
    .lpZoffUvcutCampaign__KvUnderText
    .lpZoffUvcutCampaign__KvUnderText--br {
    display: none;
  }
}

.lpZoffUvcutCampaign .lpZoffUvcutCampaign__KvUnderText--highlight {
  color: #009ce5;
  font-weight: bold;
}
/*------------------------ schedule ------------------------*/
.lpZoffUvcutCampaign .lpZoffUvcutCampaign__scheduleBox {
  background: #f6f6f6;
  padding: 48px 38px;
}
.lpZoffUvcutCampaign .lpZoffUvcutCampaign__scheduleBoxWrap {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .lpZoffUvcutCampaign .lpZoffUvcutCampaign__scheduleBoxWrap {
    display: flex;
    gap: 40px;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }
}
.lpZoffUvcutCampaign .lpZoffUvcutCampaign__scheduleBoxInner {
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .lpZoffUvcutCampaign .lpZoffUvcutCampaign__scheduleBoxInner {
    width: 300px;
  }
}
.lpZoffUvcutCampaign .lpZoffUvcutCampaign__scheduleBoxTitle {
  background-color: #009ce5;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  border-radius: 5px;
  padding: 7px 0;
}
.lpZoffUvcutCampaign .lpZoffUvcutCampaign__scheduleBoxText {
  margin: 13px 0 0;
  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;
}
.lpZoffUvcutCampaign .lpZoffUvcutCampaign__scheduleBoxText--03 {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.9;
  letter-spacing: normal;
  text-align: center;
  color: #1a1a1a;
}
.lpZoffUvcutCampaign .lpZoffUvcutCampaign__scheduleBoxText span {
  font-size: 16px;
  line-height: 1.3;
}

/*------------------------ intro ------------------------*/
.lpZoffUvcutCampaign .lpZoffUvcutCampaignSecIntroBox {
  margin-top: 100px;
}
@media screen and (min-width: 768px) {
  .lpZoffUvcutCampaign .lpZoffUvcutCampaignSecIntroBox {
    margin-top: 150px;
  }
}
.lpZoffUvcutCampaign .lpZoffUvcutCampaignSecAbout__SecTitle {
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: center;
  color: #1a1a1a;
}
.lpZoffUvcutCampaign .lpZoffUvcutCampaignSecIntro {
  max-width: 1020px;
  padding: 0 20px;
  margin: auto;
  margin-top: 40px;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .lpZoffUvcutCampaign .lpZoffUvcutCampaignSecIntro {
    max-width: 1020px;
    display: flex;
    margin-top: 40px;
    align-items: center;
  }
}

.lpZoffUvcutCampaign .lpZoffUvcutCampaignSecIntro__imgBox {
  width: 100%;
  margin-bottom: 40px;
  aspect-ratio: 1/1;
  background-color: #f6f6f6;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .lpZoffUvcutCampaign .lpZoffUvcutCampaignSecIntro__imgBox {
    max-width: 450px;
    width: 44%;
    margin-right: calc(93 / var(--view-size) * 100vw);
    margin-bottom: 0px;
    padding: 0 95px;
    aspect-ratio: 1 / 1;
  }
}
.lpZoffUvcutCampaign .lpZoffUvcutCampaignSecIntro__imgBox img {
  width: calc(185 / var(--view-size) * 100vw);
}
@media screen and (min-width: 768px) {
  .lpZoffUvcutCampaign .lpZoffUvcutCampaignSecIntro__imgBox img {
    width: 100%;
  }
}
.lpZoffUvcutCampaign .lpZoffUvcutCampaignSecIntro__imgBoxText {
  position: absolute;
  bottom: 8px;
  right: 10px;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #666;
}
@media screen and (min-width: 768px) {
  .lpZoffUvcutCampaign .lpZoffUvcutCampaignSecIntro__imgBoxText {
    bottom: 13px;
    right: 14px;
  }
}

.lpZoffUvcutCampaign .lpZoffUvcutCampaignSecIntro__title {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.9;
  letter-spacing: normal;
  color: #1a1a1a;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .lpZoffUvcutCampaign .lpZoffUvcutCampaignSecIntro__title {
    font-size: 22px;
    margin-bottom: 15px;
    text-align: left;
  }
}

.lpZoffUvcutCampaign .lpZoffUvcutCampaignSecIntro__titleHighlight01 {
  background-color: #009ce5;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.9;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  padding: 6px 8px;
}
@media screen and (min-width: 768px) {
  .lpZoffUvcutCampaign .lpZoffUvcutCampaignSecIntro__titleHighlight01 {
    text-align: left;
  }
}
.lpZoffUvcutCampaign .lpZoffUvcutCampaignSecIntro__titleHighlight02 {
  background-color: #009ce5;
  color: #fff;
  font-size: 34px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.9;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  padding: 0 8px;
}
@media screen and (min-width: 768px) {
  .lpZoffUvcutCampaign .lpZoffUvcutCampaignSecIntro__titleHighlight02 {
    text-align: left;
    font-size: 38px;
  }
}
.lpZoffUvcutCampaign .lpZoffUvcutCampaignSecIntro__text {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  color: #000;
  margin-bottom: 40px;
  display: flex;
  color: #009ce5;
  justify-content: center;
  font-weight: bold;
  align-items: flex-end;
  gap: 8px;
}
.lpZoffUvcutCampaign .lpZoffUvcutCampaignSecIntro__text {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .lpZoffUvcutCampaign .lpZoffUvcutCampaignSecIntro__text {
    margin-bottom: 28px;
    justify-content: flex-start;
    font-size: 22px;
  }
}
.lpZoffUvcutCampaign .lpZoffUvcutCampaignSecIntro__textHighlight {
  font-size: 14px;
  border-bottom: 3px solid #009ce5;
}
.lpZoffUvcutCampaign .lpZoffUvcutCampaignSecIntro__textHighlight span {
  font-family: Poppins;
  font-size: 29.6px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;

  letter-spacing: -1.48px;
  text-align: center;
  color: #009ce5;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .lpZoffUvcutCampaign .lpZoffUvcutCampaignSecIntro__textHighlight span {
    font-size: 34px;
  }
}
.lpZoffUvcutCampaign .lpZoffUvcutCampaignSecIntro__subtext {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  color: #666;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .lpZoffUvcutCampaign .lpZoffUvcutCampaignSecIntro__subtext {
    text-align: left;
    font-size: 14px;
  }
}

/*------------------------ ボタンエリア ------------------------*/
.lpZoffUvcutCampaign .lpZoffUvcutCampaign__btnArea {
  text-align: center;
  padding: 0 20px;
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .lpZoffUvcutCampaign .lpZoffUvcutCampaign__btnArea {
    margin-bottom: 150px;
  }
}

.lpZoffUvcutCampaign .lpZoffUvcutCampaign__btnAreaInner {
  max-width: 980px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .lpZoffUvcutCampaign .lpZoffUvcutCampaign__btnAreaInner {
    flex-direction: row;
    justify-content: center;
    gap: 20px;
  }
}

.lpZoffUvcutCampaign .lpZoffUvcutCampaign__btnAreaLink {
  width: 100%;
  display: inline-block;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .lpZoffUvcutCampaign .lpZoffUvcutCampaign__btnAreaLink {
    width: 330px;
  }
}
.lpZoffUvcutCampaign .lpZoffUvcutCampaign__btnAreaLink:hover {
  opacity: 1;
}

.lpZoffUvcutCampaign .lpZoffUvcutCampaign__btnAreaBtn {
  width: 100%;
  padding: 34px;
  background-color: #009ce5;
  border: 1px solid #009ce5;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .lpZoffUvcutCampaign .lpZoffUvcutCampaign__btnAreaBtn {
    padding: 25px;
    font-size: 14px;
  }
}

.lpZoffUvcutCampaign .lpZoffUvcutCampaign__btnAreaBtn img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 32px;
}
.lpZoffUvcutCampaign
  .lpZoffUvcutCampaign__btnAreaLink:hover
  .lpZoffUvcutCampaign__btnAreaBtn {
  background-color: white;
  color: #009ce5;
  border: 1px solid #009ce5;
  opacity: 1;
}

.lpZoffUvcutCampaign .lpZoffUvcutCampaign__btnAreaIcon {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  width: 8px;
  height: 14px;
  background-image: url(../img/icon_arrow_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.lpZoffUvcutCampaign
  .lpZoffUvcutCampaign__btnAreaLink:hover
  .lpZoffUvcutCampaign__btnAreaIcon {
  background-image: url(../img/icon_arrow_blue.svg);
}

/*------------------------ target ------------------------*/
.lpZoffUvcutCampaign .lpZoffUvcutCampaign__targetBox {
  padding: 100px 20px 60px;
}
@media screen and (min-width: 768px) {
  .lpZoffUvcutCampaign .lpZoffUvcutCampaign__targetBox {
    padding: 150px 20px 60px;
  }
}
.lpZoffUvcutCampaign .lpZoffUvcutCampaign__targetBoxSecTitle {
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: center;
  color: #1a1a1a;
}
.lpZoffUvcutCampaign .lpZoffUvcutCampaign__targetBoxSubTitle {
  margin: 40px auto 40px;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.9;
  letter-spacing: normal;
  text-align: center;
}

.lpZoffUvcutCampaign .lpZoffUvcutCampaign__targetBoxSubTitle span {
  color: #009ce5;
  font-weight: bold;
}
.lpZoffUvcutCampaign .lpZoffUvcutCampaign__targetBoxWraps {
  display: flex;
  justify-content: center;
  max-width: 980px;
  margin: auto;
  gap: 30px;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .lpZoffUvcutCampaign .lpZoffUvcutCampaign__targetBoxWraps {
    flex-direction: row;
    align-items: center;
    gap: 40px;
  }
}
.lpZoffUvcutCampaign .lpZoffUvcutCampaign__targetBoxInner {
  padding: 0 18px;
}
@media screen and (min-width: 768px) {
  .lpZoffUvcutCampaign .lpZoffUvcutCampaign__targetBoxInner {
    padding: 0px;
  }
}
.lpZoffUvcutCampaign .lpZoffUvcutCampaign__targetBoxInnerImg {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 10px;
  background-color: #f6f6f6;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
}
.lpZoffUvcutCampaign .lpZoffUvcutCampaign__targetBoxTitle {
  position: absolute;
  top: 0;
  right: 15px;
  width: 50px;
  height: 50px;
  font-family: Poppins;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  background-color: #009ce5;
  border-radius: 0 0 10px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lpZoffUvcutCampaign .lpZoffUvcutCampaign__targetBoxText {
  margin-top: 24px;
  font-family: Poppins;
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #1a1a1a;
}
.lpZoffUvcutCampaign .lpZoffUvcutCampaign__targetBoxDetail {
  margin-top: 30px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: center;
  color: #666;
}
.lpZoffUvcutCampaign .lpZoffUvcutCampaign__targetBoxDetail a {
  text-decoration: underline;
}

/*------------------------ oubo ------------------------*/
.lpZoffUvcutCampaign .lpZoffUvcutCampaign__ouboBox {
  padding: 0 20px;
}
.lpZoffUvcutCampaign .lpZoffUvcutCampaign__ouboBoxSecTitle {
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: center;
  color: #1a1a1a;
}
.lpZoffUvcutCampaign .lpZoffUvcutCampaign__ouboBoxText {
  margin: 40px auto 19px;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.7;
  letter-spacing: normal;
  text-align: center;
}
.lpZoffUvcutCampaign .lpZoffUvcutCampaign__ouboBoxText span {
  color: #009ce5;
  font-weight: bold;
}
.lpZoffUvcutCampaign .lpZoffUvcutCampaign__ouboBoxSubText {
  margin: 19px auto 40px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;

  color: #666;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .lpZoffUvcutCampaign .lpZoffUvcutCampaign__ouboBoxSubText {
    text-align: center;
  }
}
.lpZoffUvcutCampaign .lpZoffUvcutCampaign__ouboArea {
  max-width: 980px;
  margin: auto;
}
.lpZoffUvcutCampaign .lpZoffUvcutCampaign__ouboAreaTitle {
  margin: 40px auto 60px;
  padding: 11px;
  border-radius: 5px;
  background-color: #009ce5;
  text-align: center;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.9;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .lpZoffUvcutCampaign .lpZoffUvcutCampaign__ouboAreaTitle {
    font-size: 22px;
    margin-top: 105px;
    margin-bottom: 62px;
    padding: 18px;
  }
}
.lpZoffUvcutCampaign .lpZoffUvcutCampaign__ouboAreaTitle__span {
  position: absolute;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  border-radius: 1000px;
  line-height: 1;
  border: solid 0.7px rgba(255, 255, 255, 0.4);
  padding: 10px 10px 12px;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .lpZoffUvcutCampaign .lpZoffUvcutCampaign__ouboAreaTitle__span {
    width: 42px;
    height: 42px;
    font-size: 22px;
  }
}

.lpZoffUvcutCampaign .lpZoffUvcutCampaign__ouboAreaTitle--first {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .lpZoffUvcutCampaign .lpZoffUvcutCampaign__ouboAreaTitle--first {
    margin-top: 40px;
  }
}
.lpZoffUvcutCampaign .lpZoffUvcutCampaign__ouboAreaInner {
  display: flex;
  gap: 30px;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .lpZoffUvcutCampaign .lpZoffUvcutCampaign__ouboAreaInner {
    flex-direction: row;
    align-items: flex-start;
    gap: 40px;
  }
}
.lpZoffUvcutCampaign .lpZoffUvcutCampaign__ouboAreaLeft {
  width: 100%;
  background-color: #c2c2c2;
  border-radius: 6.7px;
}
@media screen and (min-width: 768px) {
  .lpZoffUvcutCampaign .lpZoffUvcutCampaign__ouboAreaLeft {
    width: 52%;
  }
}
.lpZoffUvcutCampaign .lpZoffUvcutCampaign__ouboAreaImg {
  padding: 0 25px;
}
.lpZoffUvcutCampaign .lpZoffUvcutCampaign__tabPanel:nth-child(2) .lpZoffUvcutCampaign__ouboAreaImg{
  padding: 0 8px;
}
@media screen and (min-width: 768px) {
  .lpZoffUvcutCampaign .lpZoffUvcutCampaign__ouboAreaImg {
    padding: 0 50px;
  }
  .lpZoffUvcutCampaign .lpZoffUvcutCampaign__tabPanel:nth-child(2) .lpZoffUvcutCampaign__ouboAreaImg{
    padding: 0 29px;
  }
  .lpZoffUvcutCampaign__tabPanel:nth-child(2) picture img{
    width: 87%;
  }
}

/*------------------------ タブ機能 ------------------------*/
.lpZoffUvcutCampaign .lpZoffUvcutCampaign__tabContainer {
  width: 100%;
}

.lpZoffUvcutCampaign .lpZoffUvcutCampaign__tabNav {
  display: flex;
  background-color: #f6f6f6;
  border-radius: 10000px;
  overflow: hidden;
  margin: auto;
  margin-top: 26px;
  width: 252px;
  padding: 5px 7px;
}

@media screen and (min-width: 768px) {
  .lpZoffUvcutCampaign .lpZoffUvcutCampaign__tabNav {
    width: 320px;
    margin-top: 40px;
  }
}
.lpZoffUvcutCampaign .lpZoffUvcutCampaign__tabBtn {
  flex: 1;
  background-color: #f6f6f6;
  border: none;
  padding: 8px 0px;
  font-size: 12px;
  font-weight: normal;
  color: #666;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 10000px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .lpZoffUvcutCampaign .lpZoffUvcutCampaign__tabBtn {
  }
}

.lpZoffUvcutCampaign .lpZoffUvcutCampaign__tabBtn--active {
  background-color: #1a1a1a;
  color: #fff;
}

.lpZoffUvcutCampaign .lpZoffUvcutCampaign__tabBtn--active:hover {
  background-color: #1a1a1a;
}

.lpZoffUvcutCampaign .lpZoffUvcutCampaign__tabContent {
  background-color: #c2c2c2;
  border-radius: 0 0 10px 10px;
  padding: 18px 20px 35px;
}
@media screen and (min-width: 768px) {
  .lpZoffUvcutCampaign .lpZoffUvcutCampaign__tabContent {
    padding: 30px;
  }
}
.lpZoffUvcutCampaign .lpZoffUvcutCampaign__tabPanel {
  display: none;
  text-align: center;
}

.lpZoffUvcutCampaign .lpZoffUvcutCampaign__tabPanel--active {
  display: block;
}

.lpZoffUvcutCampaign .lpZoffUvcutCampaign__tabCaption {
  margin-top: 12px;
  font-size: 12px;
  color: #666;
  text-align: center;
}

.lpZoffUvcutCampaign .lpZoffUvcutCampaign__ouboAreaRight {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .lpZoffUvcutCampaign .lpZoffUvcutCampaign__ouboAreaRight {
    width: 45%;
  }
}
.lpZoffUvcutCampaign .lpZoffUvcutCampaign__ouboAreaText {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.9;
  letter-spacing: normal;
  text-align: left;
  color: #1a1a1a;
  margin-bottom: 30px;
}
.lpZoffUvcutCampaign .lpZoffUvcutCampaign__ouboAreaText span {
  font-weight: bold;
}
.lpZoffUvcutCampaign .lpZoffUvcutCampaign__ouboAreaBox {
  position: relative;
  margin-top: 20px;
  padding-bottom: 26px;
  border-bottom: 1px solid #d9d9d9;
}
.lpZoffUvcutCampaign .lpZoffUvcutCampaign__ouboAreaBox--02 {
  border-bottom: none;
  margin-top: 26px;
}
.lpZoffUvcutCampaign .lpZoffUvcutCampaign__ouboAreaBoxImg {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #e41818;
  border-radius: 5.8px;
  padding: 14px;
}
@media screen and (min-width: 768px) {
  .lpZoffUvcutCampaign .lpZoffUvcutCampaign__ouboAreaBoxImg {
    width: 80px;
    height: 80px;
    padding: 23px;
  }
}
.lpZoffUvcutCampaign
  .lpZoffUvcutCampaign__ouboAreaBox--02
  .lpZoffUvcutCampaign__ouboAreaBoxImg {
  background-color: #0042ad;
}
.lpZoffUvcutCampaign .lpZoffUvcutCampaign__ouboAreaBoxText {
  margin-left: 70px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.9;
  letter-spacing: normal;
  text-align: left;
  color: #1a1a1a;
}
@media screen and (min-width: 768px) {
  .lpZoffUvcutCampaign .lpZoffUvcutCampaign__ouboAreaBoxText {
    margin-left: 100px;
  }
}
.lpZoffUvcutCampaign .lpZoffUvcutCampaign__ouboAreaBoxSubText {
  margin-left: 0px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: left;
  color: #666;
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .lpZoffUvcutCampaign .lpZoffUvcutCampaign__ouboAreaBoxSubText {
    margin-left: 100px;
  }
}
.lpZoffUvcutCampaign .lpZoffUvcutCampaign__ouboAreaDetail {
  max-width: 640px;
  margin: auto;
  line-height: 1.9;
  font-size: 14px;
}
.lpZoffUvcutCampaign__ouboAreaDetail b {
  font-weight: bold;
}
/* アコーディオン用スタイル */
.lpZoffUvcutCampaign .lpZoffUvcutCampaign__ouboAreaTitle--accordion {
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.lpZoffUvcutCampaign
  .lpZoffUvcutCampaign__ouboAreaTitle--accordion
  .lpZoffUvcutCampaign__ouboAreaTitle__span {
  transition: transform 0.3s ease;
}

/*------------------------ contac767t ------------------------*/
.lpZoffUvcutCampaign .lpZoffUvcutCampaign__contact {
  max-width: 640px;
  width: 100%;
  padding: 0 20px;
  margin: auto;
  margin-top: 100px;
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .lpZoffUvcutCampaign .lpZoffUvcutCampaign__contact {
    margin-top: 150px;
    margin-bottom: 150px;
  }
}
.lpZoffUvcutCampaign .lpZoffUvcutCampaign__contactTitle {
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: center;
  color: #1a1a1a;
  margin-bottom: 50px;
}
.lpZoffUvcutCampaign .lpZoffUvcutCampaign__contactText {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.9;
  letter-spacing: normal;
  text-align: left;
  color: #1a1a1a;
}
.lpZoffUvcutCampaign .lpZoffUvcutCampaign__contactSubText {
  margin-top: 20px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.9;
  letter-spacing: normal;
  text-align: left;
  color: #666;
}

/*------------------------ more ------------------------*/
.lpZoffUvcutCampaign .lpZoffUvcutCampaignSecMore {
  margin-top: 100px;
  background-color: #009ce5;
  padding: 70px 0 70px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .lpZoffUvcutCampaign .lpZoffUvcutCampaignSecMore {
    margin-top: 150px;
    padding: 62px 0;
  }
}

.lpZoffUvcutCampaign .lpZoffUvcutCampaignSecMore__link {
  font-size: 20px;
  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: 0px 20px;
  width: calc(100% - 40px);
  position: relative;
}
@media screen and (min-width: 768px) {
  .lpZoffUvcutCampaign .lpZoffUvcutCampaignSecMore__link {
    margin: 0 auto;
    max-width: 644px;
  }
  .lpZoffUvcutCampaign .lpZoffUvcutCampaignSecMore__link:hover {
    opacity: 1;
  }
}

.lpZoffUvcutCampaign .lpZoffUvcutCampaignSecMore__link button {
  padding: 30px;
  background-color: white;
  border-radius: 10px;
  border: 1px solid #009ce5;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .lpZoffUvcutCampaign .lpZoffUvcutCampaignSecMore__link button {
    max-width: 644px;
    padding: 47px;
  }
}
@media screen and (min-width: 768px) {
  .lpZoffUvcutCampaign .lpZoffUvcutCampaignSecMore__link:hover button {
    background-color: #009ce5;
    color: white;
    border: 1px solid white;
    opacity: 1;
  }
}

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

@media screen and (min-width: 768px) {
  .lpZoffUvcutCampaign
    .lpZoffUvcutCampaignSecMore__link:hover
    .lpZoffUvcutCampaignSecMore__linkIcon {
    background-image: url(../img/icon_arrow_white.svg);
  }
}

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

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

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

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

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

.lpZoffUvcutCampaign .lpZoffUvcutCampaign__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;
}
.lpZoffUvcutCampaign .lpZoffUvcutCampaign__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) {
  .lpZoffUvcutCampaign .lpZoffUvcutCampaign__copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px 30px;
  }
  .lpZoffUvcutCampaign .lpZoffUvcutCampaign__copyrightText {
    order: 2;
    margin: 0;
  }
  .lpZoffUvcutCampaign .lpZoffUvcutCampaign__copyrightTextLast {
    order: 1;
    margin: 0;
  }
}

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

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

/*------------------------ movie ------------------------*/

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

.lpZoffUvcutCampaign .lpZoffUvcutCampaignSecMovie__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) {
  .lpZoffUvcutCampaign .lpZoffUvcutCampaignSecMovie__link:hover button {
    background-color: white;
    border: 1px solid #009ce5;
    color: #009ce5;
    opacity: 1;
  }
}

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

@media screen and (min-width: 768px) {
  .lpZoffUvcutCampaign
    .lpZoffUvcutCampaignSecMovie__link:hover
    .lpZoffUvcutCampaignSecMore__linkIcon {
    background-image: url(../img/icon_arrow_blue.svg);
  }
}
