.u-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .u-sp {
    display: block;
  }
}

/* header */
.header {
  width: 100%;
  padding: 28px 0;
  border-bottom: 3px solid #FF8200;
}

.header__container {
  text-align: center;
}

.header__img {
  max-width: 171px;
}

/* main */
[class^=c-]~:not([class^=c-]):not([class^=u-]) {
  background: transparent;
}
.p-other-campaignBox {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .p-other-campaignBox__hdgNum{
    font-size: 40px;
  }
}


.u-txt-img {
  align-items: start;
}
.u-discount-img {
  max-width: 740px;
  margin: 0 auto 0 0;
}

.u-unq-main__primary {
  margin: 50px auto 0;
  max-width: 1120px;
  padding: 0 10px;
}

@media screen and (max-width: 768px) {
  .u-unq-main__primary {
    margin: 20px auto 0;
  }
}

.js-tab-content {
  display: none;
}
.js-tab-content.is-active {
  display: block;
}
.js-tab-button.is-active {
  background-color: #FF8200;
  color: white;
}

.p-tab__content:not([hidden])+.p-tab__content {
  padding-top: 0;
}

.p-tab__list {
  display: flex;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .p-tab__list {
    display: flex;
  }
}

.p-tab__list>.p-tab__tab {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .p-tab__list>.p-tab__tab {
    width: 100%;
  }
}

.p-tab__tab[aria-selected=true] {
  color: #fff;
  background: #ff8200;
}

.p-tab__tab {
  padding: 0;
  border-bottom: 2px solid #ff8200;
  border-radius: 0;
  font-size: 20px;
}

.p-tab__link {
  width: 100%;
  box-sizing: border-box;
  padding: 14px 10px;
  text-decoration: none;
}

.p-tab__content {
  margin-top: 18px;
  font-size: 16px;
}

.p-tbl__head {
  background-color: #FFF6EB;
  color: #ff8200;
  font-size: 20px;
}

.p-tbl__content, .p-tbl__icnCell, .p-tbl__th {
  font-size: 20px;
}

.p-tbl__content {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .p-tbl__icnCell, .p-tbl__th {
    font-size: 18px;
  }
  .p-tbl__content {
    font-size: 15px;
  }
}

.p-tbl__body .p-tbl__content {
  vertical-align: middle;
  font-weight: bold;
}

.u-box {
  background-color: #f2f3f0;
  margin-top: 55px;
  padding: 64px 20px 60px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .u-box {
    padding: 40px 20px;
  }
}

.u-box .c-txt {
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .u-box .c-txt {
    font-size: 20px;
  }
}

.u-box__inr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 40px auto 0;
  max-width: 908px;
}

@media screen and (max-width: 768px) {
  .u-box__inr {
    display: block;
    text-align: center;
    align-items: center;
    margin: 30px auto 0;
    max-width: 908px;
  }
}

.u-boxTxt .p-other-campaignBox__content {
  display: block;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .u-boxTxt .p-other-campaignBox__content {
    font-size: 18px;
  }

  .u-boxTxt .p-other-campaignBox__hdgNum {
    font-size: 40px;
  }
}

.u-boxTxt.p-other-campaignBox {
  margin-top: 0px;
  margin-bottom: 25px;
}

.c-txtOrange {
  position: relative;
  font-size: 18px;
  color: #FF5A00;
  font-weight: 600;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  .c-txtOrange {
    font-size: 16px;
  }
}

.c-txtOrange::before {
  content: "";
  position: absolute;
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%; 
  aspect-ratio: 873 / 30;
  background-image: url(https://d18f657670wm8u.cloudfront.net/otona/ldp/internet_discount/asset/image/bg-border.png?20250618);
  background-size: cover;
}

.u-box__inr .u-box__img {
  width: 48%;
}

.u-box__inr .u-textArea {
  width: 48%;
}

@media screen and (max-width: 768px) {
  .u-box__inr .u-box__img {
    width: 100%;
    max-width: 315px;
    margin: 0 auto;
  }

  .u-box__inr .u-textArea {
    width: 100%;
    max-width: 315px;
    margin: 0 auto;
  }
}

.u-box__inr .u-textArea .u-box__img {
  width: 100%;
  margin-top: 16px;
}

.u-box__inr .u-textArea .c-txt {
  font-size: 15.5px
}
@media screen and (max-width: 768px) {
  .u-box__inr .u-textArea .c-txt {
    font-size: 14px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .p-hdg-l3__main{
    font-size: 20px;
  }
}

.u-close-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 340px;
  height: 53px;
  margin: 100px auto 65px;
  border-radius: 7px;
  background: #6D96DC;
  box-shadow: 0px 5px 10px 0px #B1B1B1;
}

@media screen and (max-width: 768px) {
  .u-close-btn {
    margin: 80px auto 65px;
  }
}


.u-close-btn__btn {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.u-close-btn__btn::before,
.u-close-btn__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 3px;
  height: 20px;
  border-radius: 2.5px;
  background: #FFF;
}

.u-close-btn__btn::before {
  transform: translate(-50%,-50%) rotate(45deg);
}

.u-close-btn__btn::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}

.u-close-btn__txt {
  color: #FFF;
  font-size: 16px;
}

/* footer */
.footer {
  padding: 15px 0;
  background: #434D56;
}

.footer__txt {
  color: #FFF;
  text-align: center;
  font-size: 12px;
}

/* SP */
@media screen and (max-width: 768px) {
  .header {
    padding: 10px 0;
  }

  .header__img {
    max-width: 89px;
  }
}
