.campaign .title {
  margin-top: 0;
  height: 190px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ddd;
  box-sizing: border-box;
  background-position: center;
  background-repeat: repeat;
  background-size: contain;
}
.campaign .title span {
  max-width: 1000px;
  padding: 20px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.campaign .title img {
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.campaign p,
.campaign ul {
  margin-bottom: 20px;
}
.campaign .innerBox {
  padding-top: 40px;
}
.campaign .innerBox h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 16px;
}
.campaign .innerBox h3.leftText {
  text-align: left;
}
.campaign .innerBox h3.smallRead {
  font-size: 20px;
}
.campaign .innerBox h3.special {
  color: #e74863;
  border-top: 2px solid #e74863;
  border-bottom: 2px solid #e74863;
  padding: 8px;
  margin-bottom: 24px;
}
.campaign .box {
  border-radius: 12px;
  border: 4px solid #f7c800;
  background: #fff;
  padding: 60px 40px 0;
  display: flex;
  position: relative;
  flex-direction: column;
  margin-bottom: 12px;
}
.campaign .box h4 {
  border-radius: 100px;
  background: #f7c800;
  width: 88px;
  height: 88px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #333;
  line-height: 1;
  position: absolute;
  top: -20px;
  left: -20px;
  text-align: center;
}
.campaign .box h4 span {
  display: block;
  font-size: 16px;
}
.campaign .box h4 b {
  display: inline-block;
  font-size: 32px;
}
.campaign .benefit {
  display: flex;
  position: relative;
  padding-bottom: 52px;
  margin-bottom: 44px;
  border-bottom: 1px solid #ddd;
}
.campaign .benefit:last-child {
  padding-bottom: 40px;
  margin-bottom: 0;
  border-bottom: none;
}
.campaign .box .pic {
  width: 380px;
  /*padding-top: 16px;*/
}
.campaign .box .pic img {
  width: 100%;
  height: auto;
}
.campaign .box .desc {
  width: calc(100% - 380px);
  padding-left: 40px;
}
.campaign .box .desc h5 {
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.campaign .box .desc.desc-junior h5 {
  color: #ef8000;
}
.campaign .box .desc.desc-junior-plus h5 {
  color: #00a297;
}
.campaign .box .desc.desc-standard h5 {
  color: #e74863;
}
.campaign .box .desc h6 {
  font-size: 20px;
  color: #333;
  line-height: 1.5;
  margin-bottom: 5px;
}
.campaign .box .desc .tag {
  display: flex;
  margin-bottom: 20px;
}
.campaign .box .desc .tag li {
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  border-radius: 100px;
  padding: 8px 12px;
  margin-right: 4px;
}
.campaign .box .desc.desc-junior .tag li {
  background: #ef8000;
}
.campaign .box .desc.desc-junior-plus .tag li {
  background: #00a297;
}
.campaign .box .desc.desc-standard .tag li {
  background: #e74863;
}
.campaign .campaignCV {
  margin-bottom: 20px;
}
.campaign .button.campaignCV a {
  border: 4px solid #fff;
  border-radius: 80px;
  color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  padding: 32px 40px;
  font-weight: 700;
  min-width: 240px;
  min-height: 40px;
  display: block;
  margin: 0 auto;
  line-height: 1;
  font-weight: 700;
  position: relative;
  text-align: center;
  background: linear-gradient(to bottom right, #f7c800 5%, #e74863 60%);
  text-shadow: 0 0 2px #d72140;
  animation: buttonAnime 2600ms infinite;
}
.campaign .button.campaignCV a span {
  background-size: 12px 18px;
  padding-left: 20px;
  font-size: 36px;
}
@keyframes buttonAnime {
  0% {
    transform: scale(100%);
    -webkit-transform: scale(100%);
  }
  80% {
    transform: scale(100%);
    -webkit-transform: scale(100%);
  }
  90% {
    transform: scale(110%);
    -webkit-transform: scale(110%);
  }
  100% {
    transform: scale(100%);
    -webkit-transform: scale(100%);
  }
}

.ttlcampaignCV {
  text-align: center;
}
.ttlcampaignCV span {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  padding: 0 40px;
  margin-bottom: 12px;
}

.ttlcampaignCV span::before,
.ttlcampaignCV span::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 40px;
  height: 2px;
  background-color: #000;
  -webkit-transform: rotate(65deg);
  transform: rotate(65deg);
}
.ttlcampaignCV span::after {
  -webkit-transform: rotate(-65deg);
  transform: rotate(-65deg);
  left: calc(100% - 50px);
}
.ttlcampaignCV span em {
  font-style: normal;
  font-size: 70%;
  line-height: 1;
  display: block;
  text-align: center;
}

.campaign .caution {
  border: 1px solid #333;
  padding: 20px;
  background: #fff;
  margin: 20px auto 60px;
}
.campaign .caution li {
  font-size: 14px;
  line-height: 1.4;
  display: flex;
  width: calc(100% - 14px);
  margin-bottom: 12px;
}
.campaign .caution li::before {
  display: inline-block;
  content: '●';
  width: 14px;
  height: 14px;
  padding-right: 4px;
  color: #333;
  font-size: 80%;
  margin-top: 2px;
}

table {
  width: 100%;
  border: 2px solid #666;
  background: #fff;
  margin: 20px auto;
  letter-spacing: 0;
}
th,
td {
  border-right: 1px solid #666;
  border-bottom: 1px dashed #666;
  text-align: center;
  line-height: 1.4;
  padding: 8px 6px;
}
.headTr th,
.headTr td {
  border-bottom: 2px solid #666;
  font-size: 90%;
  line-height: 1.2;
}
th {
  width: 12.5%;
  background-color: #fffef3;
}
td {
  width: 12.5%;
}
table .free {
  background: #f7c800;
  font-weight: 700;
}
table .payment {
  background: #f5f5f5;
  font-weight: 700;
  color: #e74863;
}

.campaign .readList {
  margin: 20px auto 40px;
  padding: 24px 24px 12px;
  background: #fff;
  border-radius: 12px;
}
.campaign .readList li {
  font-size: 14px;
  line-height: 1.4;
  display: flex;
  width: calc(100% - 14px);
  margin-bottom: 12px;
}
.campaign .readList li::before {
  display: inline-block;
  content: '●';
  width: 14px;
  height: 14px;
  padding-right: 4px;
  color: #e74863;
  font-size: 80%;
  margin-top: 2px;
}
.campaign .readList li em {
  font-size: 80%;
  font-style: normal;
}
.campaign article {
  margin-bottom: 60px;
}
.campaign article h4.ttl {
  font-size: 22px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding-bottom: 20px;
  background: url(/assets/images/common/icon_flag_orange.svg) top left no-repeat;
  background-size: 37px 40px;
  padding-left: 48px;
}

.campaign .listNormal {
  margin: 20px auto 40px;
}
.campaign .listNormal li {
  font-size: 14px;
  line-height: 1.4;
  display: flex;
  width: calc(100% - 10px);
  margin-bottom: 12px;
}
.campaign .listNormal li::before {
  display: inline-block;
  content: '・';
  width: 10px;
  height: 10px;
  padding-right: 4px;
}

.campaign .contentslist {
  background: #f5f5f5;
  padding: 20px 28px 2px;
  border-radius: 12px;
  margin-bottom: 40px;
}
.campaign .contentslist li {
  display: flex;
  width: calc(100% - 16px);
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 8px;
}
.campaign .contentslist li::before {
  content: '●';
  font-size: 60%;
  display: flex;
  align-items: center;
  line-height: 1.6;
  height: 2.6em;
  padding-right: 4px;
  margin-left: 14px;
}

.campaign .contentslist .mini-list {
  padding-left: 10px;
}
.campaign .contentslist .mini-list::before {
  content: '○';
}
.campaign .contentslist .annotation::before {
  content: '※';
}

.campaign .contentslist:last-child {
  margin-bottom: 0;
}

/* ============== トイプレコースアンカーリンク ================= */
.box .anchorLinks {
  max-width: 1000px;
  padding: 0 20px;
  /* margin: 0 auto 60px; */
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.box .anchorLinks li {
  display: flex;
  width: 30%;
}
.box .anchorLinks li a {
  border-radius: 12px;
  border: 4px solid #ddd;
  width: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  font-weight: 700;
  line-height: 1;
  background-color: #fff;
  text-align: center;
}
.box .anchorLinks li.age01 a {
  border-color: #ef8000;
  color: #ef8000;
}
.box .anchorLinks li.age02 a {
  border-color: #00a297;
  color: #00a297;
}
.box .anchorLinks li.age03 a {
  border-color: #e74863;
  color: #e74863;
}

.box .anchorLinks li.age04 a {
  border-color: #ba4883;
  color: #ba4883;
}

.box .anchorLinks li.age01 a h3 {
  background-color: #ef8000;
  color: #fff;
  padding: 10px;
}
.box .anchorLinks li.age02 a h3 {
  background-color: #00a297;
  color: #fff;
  padding: 10px;
}
.box .anchorLinks li.age03 a h3 {
  background-color: #e74863;
  color: #fff;
  padding: 10px;
}
.box .anchorLinks li.age04 a h3 {
  background-color: #ba4883;
  color: #fff;
  padding: 10px;
}

.box .anchorLinks li h3 {
  font-size: 26px;
}
.box .anchorLinks li h3 span {
  font-size: 30px;
}

.box .anchorLinks .ageInner {
  padding: 15px;
}

.box .anchorLinks li p {
  font-size: 26px;
  display: inline-block;
  margin-bottom: 5px;
}

.box .anchorLinks li.age03 .ageInner {
  margin-top: 5px;
}

.box .anchorLinks li.age04 p {
  font-size: 20px;
  display: inline-block;
  margin-bottom: 5px;
  line-height: 1.3;
}

.box .anchorLinks li p.smallAge {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
}

.box .courseDetails {
  border-radius: 12px;
  box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}
.box .courseDetails details summary {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  pointer-events: none;
}
.box .courseDetails details summary::-webkit-details-marker {
  /* Safari-デフォルトの三角形を削除*/
  display: none;
}
.box .courseDetails details summary .ribbon-wrapper {
  display: block;
  position: relative;
  padding: 10px 0;
  width: 85%;
}

.box .courseDetails details summary .ribbon {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 5px 0;
  margin: 0 0 0 -10px;
  width: 100%;
  max-width: 300px;
  color: white;
  box-shadow: -1.2px 2px 2px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

.box .courseDetails#junior details summary .ribbon-wrapper .ribbon {
  background: #ef8000;
}

.box .courseDetails#juniorplus details summary .ribbon-wrapper .ribbon {
  background: #00a297;
}

.box .courseDetails#standard details summary .ribbon-wrapper .ribbon {
  background: #e74863;
}

.box .courseDetails details summary .ribbon h3 {
  margin: 0;
  padding: 0 15px 0 15px;
  border-top: dashed 1px #fff;
  border-bottom: dashed 1px #fff;
  font-size: 14px;
  line-height: 25px;
  text-align: left;
}

.box .courseDetails details summary .ribbon:after {
  position: absolute;
  content: '';
  z-index: 1;
  top: 0;
  right: -0.5px;
  width: 0px;
  height: 0px;
  border-width: 18px 15px 18px 0px;
  border-color: transparent white transparent transparent;
  border-style: solid;
}

.box .courseDetails details summary .ribbon:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 10px transparent;
}
.box .courseDetails#junior details summary .ribbon:before {
  border-right: solid 10px #ef7f009a;
}
.box .courseDetails#juniorplus details summary .ribbon:before {
  border-right: solid 10px #00a2979a;
}
.box .courseDetails#standard details summary .ribbon:before {
  border-right: solid 10px #e748639a;
}
.box .courseDetails details summary .toggle-close {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  pointer-events: auto;
}
.box .courseDetails details summary .toggle-close.hidden {
  display: none;
}
.box .courseDetails#junior details summary .toggle-close {
  color: #ef8000;
}
.box .courseDetails#juniorplus details summary .toggle-close {
  color: #00a297;
}
.box .courseDetails#standard details summary .toggle-close {
  color: #e74863;
}

.box .courseDetails .toggle-open {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  background: none;
  border: none;
  color: white;
  font-weight: bold;
  border-radius: 0 0 14px 14px;
  font-size: 14px;
  line-height: 14px;
  cursor: pointer;
}
.box .courseDetails .toggle-open.hidden {
  display: none;
}
.box .courseDetails#junior .toggle-open {
  background-color: #ef8000;
}
.box .courseDetails#juniorplus .toggle-open {
  background-color: #00a297;
}
.box .courseDetails#standard .toggle-open {
  background-color: #e74863;
}

.box .courseDetails .expansion {
  display: none; /* デフォルト非表示 */
  justify-content: center;
  align-items: center;
  flex-flow: column;
  padding: 5px;
  margin-bottom: 20px;
  width: 100%;
}
.box .courseDetails:first-of-type .expansion {
  display: flex;
}

.box .courseDetails .expansion .movie {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  width: 100%;
  max-width: 680px;
}
.box .courseDetails .expansion .movie iframe {
  /* Memo: 「YouTueで見る」というリンクが表示されるのを避けるため514px以下に設定 */
  max-width: 514px;
  width: 95%;
  aspect-ratio: 16 / 9;
}
.box .courseDetails .expansion .movie .noteMovie {
  max-width: 514px;
  width: 95%;
  text-align: right;
  font-size: 10px;
}

.box .courseDetails .expansion .presentDetailText {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row;
  width: 100%;
  margin-top: 25px;
}
.box .courseDetails .expansion .presentDetailText .pic {
  width: 50%;
  max-width: 450px;
  padding: 0;
}

/* ============== 特別友人紹介 CP ============== */
.referral .title {
  background-color: #fffef3;
}
.referral .referralHead {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin-bottom: 40px;
}
.referral .referralHead h3 {
  font-size: 32px;
  padding: 0 0 0 20px;
  margin: 0;
}
.referral .referralHead h4 {
  font-size: 32px;
  background: #e74863;
  width: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 12px;
  line-height: 1;
  text-align: center;
  padding: 12px 20px;
  margin: 0;
}
.referral .referralHead span {
  font-size: 14px;
  display: block;
  margin: 0 0 6px;
  padding: 0;
}
.referral .referralHead em {
  font-size: 20px;
  font-style: normal;
  display: block;
  margin: 0;
}
.referral .referralIntro p {
  margin-bottom: 20px;
}
.referral .pic {
  width: 100%;
  margin-bottom: 20px;
}
.referral .pic img {
  width: 100%;
}
.referral table {
  margin-bottom: 40px;
}

.campaign .innerBox h3 {
  font-size: 28px;
  position: relative;
  margin-bottom: 16px;
}

/* ============== 20221216 進学・進級準備キャンペーン ============== */
.campaign20221216 .title20221216 {
  text-align: center;
  width: 100%;
  margin: 40px auto 40px;
}
.campaign20221216 .title20221216 span {
  display: block;
  margin: 0 auto;
  max-width: 1200px;
  border-radius: 20px;
  overflow: hidden;
}
.campaign20221216 .title20221216 span img {
  width: 100%;
}
.campaign20221216 .innerBox {
  border: 2px solid #ec166e;
  background: #fff;
  border-radius: 16px;
  padding: 0 40px 40px;
  margin-bottom: 40px;
  overflow: hidden;
}
.campaign20221216 .innerBox .sTitle {
  background: #ec166e;
  color: #fff;
  font-size: 44px;
  text-align: center;
  line-height: 1.4;
  padding: 12px;
  width: calc(100% + 80px);
  margin-left: -40px;
}
.campaign20221216 .cpPrice {
  background: #fff830;
  padding: 40px;
  text-align: center;
}
.campaign20221216 .cpPrice h4 {
  font-size: 24px;
  position: relative;
}
.campaign20221216 .cpPrice h4 b {
  font-size: 140%;
}
.campaign20221216 .cpPrice h4::after {
  content: '▼';
  color: #aba91d;
  display: block;
  margin-bottom: 22px;
}
.campaign20221216 .cpPrice h5 {
  font-size: 48px;
  position: relative;
}
.campaign20221216 .cpPrice h5 b {
  font-size: 150%;
  color: #ec166e;
}
.campaign20221216 .cpPrice h5.off50 {
  font-size: 30px;
  letter-spacing: 0;
}
.campaign20221216 .cpPrice h5.off50 b {
  font-size: 180%;
}
.campaign20221216 .cpPrice h5 sup {
  font-size: 60%;
}
.campaign20221216 .intro h4 {
  text-align: center;
  max-width: 440px;
  margin: 0 auto 8px;
}
.campaign20221216 .intro h5 {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 28px;
}
.campaign20221216 .intro h4 img,
.campaign20221216 .intro h5 img {
  width: 100%;
}
.campaign20221216 .intro .pic {
  width: 100%;
  margin-bottom: 40px;
}
.campaign20221216 .intro .pic img {
  width: 100%;
}
.campaign20221216 .cpCode {
  text-align: center;
}
.campaign20221216 .cpCode p {
  font-size: 14px;
  line-height: 1.4;
}
.campaign20221216 .cpCode p b {
  color: #e74863;
  font-weight: normal;
}
.campaign20221216 .cpCode dl {
  background: #fff830;
  border: 2px solid #000;
  padding: 32px 20px 40px;
  display: flex;
  justify-content: center;
  font-weight: bold;
  margin-bottom: 20px;
}
.campaign20221216 .cpCode dt {
  font-size: 32px;
  padding-right: 12px;
}
.campaign20221216 .cpCode dd {
  font-size: 64px;
}
.campaign20221216 .cpCode .tokuten {
  text-align: left;
  margin-bottom: 40px;
}
.campaign20221216 .cpCode .tokuten h5 {
  font-size: 20px;
}
.campaign20221216 .cpCode .tokuten ul {
  font-size: 15px;
  padding-left: 20px;
  line-height: 1.4;
}
.campaign20221216 .cpCode .tokuten li {
  list-style: disc;
  margin-bottom: 8px;
}

.campaign20221216 .shingakki {
  display: flex;
  align-items: center;
  margin-top: 60px;
}
.campaign20221216 .shingakki h4 {
  width: 170px;
}
.campaign20221216 .shingakki h4 img {
  width: 100%;
}
.campaign20221216 .shingakki div {
  width: calc(100% - 170px);
  padding-left: 12px;
  line-height: 1.5;
  text-align: left;
}
.campaign20221216 .shingakki h5 {
  font-size: 24px;
}
.campaign20221216 .shingakki h6 {
  font-size: 36px;
}
.campaign20221216 .shingakki h6 b {
  color: #ec166e;
  background: linear-gradient(transparent 90%, #ec166e 90%);
}
.campaign20221216 .picshingakki {
  width: 100%;
  margin-bottom: 20px;
}
.campaign20221216 .picshingakki img {
  width: 100%;
}

.campaign20221216 .contentslist {
  text-align: left;
}
.campaign20221216 .contentslist h5 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 8px;
}
.campaign20221216 .contentslist .read {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

.campaign20221216 .tableOuter {
  position: relative;
}
.campaign20221216 .tableFukidashi {
  position: absolute;
  color: #fff;
  top: -68px;
  right: 26.5%;
}
.campaign20221216 .tableFukidashi span {
  display: inline-block;
  position: relative;
  background: #ec166e;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4;
  padding: 8px 16px;
}
.campaign20221216 .tableFukidashi span:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  border: 6px solid transparent;
  border-top: 10px solid #ec166e;
}
.campaign20221216 table td {
  border-bottom: 1px solid #333;
}
.campaign20221216 table .head td {
  border-bottom: 2px solid #333;
  background: #f9f9e1;
  font-weight: bold;
}
.campaign20221216 table td.fst {
  border-right: 2px solid #333;
}
.campaign20221216 .red {
  color: #ff0000 !important;
}
.campaign20221216 table em {
  font-style: normal;
  font-size: 80%;
}
.accordion .toggle {
  display: none;
}
.accordion .option {
  position: relative;
  margin-bottom: 1em;
}
.accordion .midashi,
.accordion .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.2s;
}
.accordion .midashi {
  border: solid 1px #ccc;
  padding: 12px;
  display: block;
  font-weight: bold;
  background: #fff;
}
.accordion .midashi:hover {
  cursor: pointer;
  background: none;
}
.accordion .midashi::after,
.accordion .midashi::before {
  content: '';
  position: absolute;
  right: 1.25em;
  top: 1.5em;
  width: 2px;
  height: 0.75em;
  background-color: #999;
  transition: all 0.3s;
}
.accordion .midashi::after {
  transform: rotate(90deg);
}
.accordion .content {
  max-height: 0;
  overflow: hidden;
}
.accordion .content p {
  margin: 0;
  padding: 0.5em 1em 1em;
  font-size: 0.9em;
  line-height: 1.5;
}
.accordion .toggle:checked + .midashi + .content {
  max-height: 500px;
  transition: all 1.5s;
}
.accordion .toggle:checked + .midashi::before {
  transform: rotate(90deg) !important;
}

.campaign20221216 .nextYear {
  background: url(/assets/images/campaign/20221216/bg.gif) #00a297 repeat center;
  background-size: 20px 20px;
  padding: 40px;
  border-radius: 16px;
  color: #fff;
  text-align: center;
  position: relative;
  margin-bottom: -20px;
}
.campaign20221216 .nextYear h4 {
  font-size: 24px;
  line-height: 1.2;
}
.campaign20221216 .nextYear h4 b {
  font-size: 54px;
}
.campaign20221216 .nextYear h5 {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 8px;
}
.campaign20221216 .nextYear .pic {
  width: 80%;
  margin: 0 auto 20px;
}
.campaign20221216 .nextYear .pic img {
  width: 100%;
  margin: 0 auto;
}
.campaign20221216 .nextYear h6 {
  font-size: 44px;
  line-height: 1.4;
  color: #fff830;
  display: inline-block;
  background: linear-gradient(transparent 90%, #fff830 90%);
}
.campaign20221216 .nextYear:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #00a297;
}
.campaign20221216 .codeBtm {
  margin-bottom: 40px;
}
.campaign20221216 .message {
  background: #fff;
  border: 1px solid #ddd;
  max-width: 1024px;
  margin: 80px auto;
  padding: 40px;
  text-align: center;
}

.campaign20221216 .movieInfo {
  margin: 40px auto 40px;
  background: #ec166e;
  padding: 32px 40px;
  border-radius: 12px;
}
.campaign20221216 .movieInfo h4 {
  color: #fff;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 12px;
}
.campaign20221216 .movieInfo h4 span {
  text-align: center;
  position: relative;
  display: inline;
  padding: 0 26px;
  font-size: 20px;
}
.campaign20221216 .movieInfo h4 span:before,
.campaign20221216 .movieInfo h4 span:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 24px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.campaign20221216 .movieInfo h4 span:before {
  left: 0;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.campaign20221216 .movieInfo h4 span:after {
  right: 0;
}
.campaign20221216 .movieInfo h4 p {
  font-size: 32px;
}

.campaign20221216 .movieInfo .detail {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.campaign20221216 .movieInfo .movie {
  width: 440px;
  aspect-ratio: 16 / 9;
  margin-top: 8px;
}
.campaign20221216 .movieInfo .movie iframe {
  width: 100%;
  height: 100%;
}
.campaign20221216 .movieInfo .text {
  width: calc(100% - 440px);
  padding-left: 20px;
  line-height: 1.6;
  color: #fff;
}
.campaign20221216 .movieInfo .text em {
  font-style: normal;
  font-size: 80%;
}
.campaign20221216 .movieInfo .textSub {
  font-size: 80%;
  line-height: 1.4;
  border: 1px solid rgba(255, 255, 255, 0.45);
  padding: 12px;
}

/* ============== 20221216図書カードプレゼント ============== */
.campaign20221216Bookcard .title {
  background: url(/assets/images/campaign/20221216_bookcard/title_bg.gif) #7cded8 repeat center;
  background-size: 80px 80px;
}
.campaign20221216Bookcard .innerBox h3 span:before,
.campaign20221216Bookcard .innerBox h3 span:after {
  width: 120px;
}
.campaign20221216Bookcard .innerBox h3 span:before {
  left: -28px;
}
.campaign20221216Bookcard .box .mainPic {
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-top: -20px;
  margin-bottom: 20px;
}

.campaign20221216Bookcard .box {
  overflow: hidden;
  padding-bottom: 40px;
  margin-bottom: 60px;
}
.campaign20221216Bookcard .box .mainPic {
  width: calc(100% + 80px);
  margin-left: -40px;
  margin-top: -60px;
  margin-bottom: 40px;
}
.campaign20221216Bookcard .box .mainPic img {
  width: 100%;
}
.campaign20221216Bookcard .komidashi {
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
  background: #f7c800;
  padding: 12px 12px;
  line-height: 1.4;
  border-radius: 8px;
  position: relative;
}
.campaign20221216Bookcard .komidashi dt {
  font-size: 16px;
}
.campaign20221216Bookcard .komidashi dd {
  font-size: 30px;
}
.campaign20221216Bookcard .komidashi:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #f7c800;
}

.campaign20221216Bookcard .useCard {
  display: flex;
}
.campaign20221216Bookcard .useCard .card {
  width: 140px;
  padding-right: 20px;
}
.campaign20221216Bookcard .useCard .card img {
  width: 100%;
}
.campaign20221216Bookcard .useCardInner {
  width: calc(100% - 140px);
}
.campaign20221216Bookcard .useCard h5 {
  font-size: 16px;
  color: #00a297;
  line-height: 1.4;
  margin-bottom: 12px;
}
.campaign20221216Bookcard .useCard p {
  font-size: 14px;
  line-height: 1.4;
}
.campaign20221216Bookcard .block {
  display: flex;
  margin-bottom: 40px;
}
.campaign20221216Bookcard .block .pic {
  width: 320px;
  margin-top: -8px;
}
.campaign20221216Bookcard .block .pic img {
  width: 100%;
  border: 1px solid #f1f1f1;
}
.campaign20221216Bookcard .block .text {
  width: calc(100% - 320px);
  padding-left: 28px;
}

/* ============== 20230104図書プレゼント ============== */
.campaign20230104 .title {
  background: url(/assets/images/campaign/20230104/title_bg.gif) #e5eb7c repeat center;
  background-size: 80px 80px;
}
.campaign20230104 .innerBox h3 span {
  padding: 0 80px;
}
.campaign20230104 .innerBox h3 span:before,
.campaign20230104 .innerBox h3 span:after {
  width: 80px;
}
.campaign20230104 .innerBox .title02 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 20px;
  text-align: center;
}
.campaign20230104 .box .mainPic {
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-top: -20px;
  margin-bottom: 20px;
}
.campaign20230104 .box {
  overflow: hidden;
  padding-bottom: 40px;
  margin-bottom: 60px;
}
.campaign20230104 .box .mainPic {
  width: calc(100% + 80px);
  margin-left: -40px;
  margin-top: -60px;
  margin-bottom: 40px;
}
.campaign20230104 .box .mainPic img {
  width: 100%;
}
.campaign20230104 .komidashi {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  background: #ebee8c;
  padding: 12px 12px;
  line-height: 1.4;
  border-radius: 8px;
  position: relative;
}
.campaign20230104 .komidashi dt {
  font-size: 16px;
}
.campaign20230104 .komidashi dd {
  font-size: 30px;
}
.campaign20230104 .komidashi:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #ebee8c;
}

.campaign20230104 .author {
  margin: 0 auto 28px;
  background: #f5f5f5;
  padding: 20px 24px;
  border-radius: 12px;
}
.campaign20230104 .author h6 {
  font-size: 20px;
  margin-bottom: 12px;
}
.campaign20230104 .authorInner {
  display: flex;
  border-bottom: 1px solid #ddd;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.campaign20230104 .authorInner:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.campaign20230104 .authorInner .pic {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 100px;
  display: block;
  padding: 0;
}
.campaign20230104 .authorInner .pic img {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.campaign20230104 .authorInner dl {
  width: calc(100% - 80px);
  padding-left: 20px;
  margin-bottom: 16px;
}
.campaign20230104 .authorInner dt {
  font-size: 16px;
  font-weight: bold;
}
.campaign20230104 .authorInner dt em {
  font-size: 14px;
  font-style: normal;
}
.campaign20230104 .authorInner dd {
  font-size: 13px;
  line-height: 1.4;
}
.campaign20230104 .komidashi02 {
  background: #cd1111;
  color: #fff;
  padding: 12px;
  line-height: 1.4;
  font-size: 28px;
  text-align: center;
  font-weight: bold;
}
.campaign20230104 .box {
  border-color: #ebee8c;
}
.campaign20230104 .block {
  margin-bottom: 20px;
  padding: 20px 20px;
  background: #f9e2e2;
}
.campaign20230104 .blockInner {
  display: flex;
}
.campaign20230104 .block .pic {
  width: 240px;
  margin-top: -10px;
  position: relative;
}
.campaign20230104 .block .pic img {
  width: 100%;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.15);
}
.campaign20230104 .block .pic div {
  background: #cd1111;
  width: 64px;
  height: 64px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  position: absolute;
  text-align: center;
  top: 10px;
  left: -12px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
}

.campaign20230104 .block .text {
  width: calc(100% - 240px);
  padding-left: 20px;
}
.campaign20230104 .block .text h5 {
  color: #cd1111;
  font-size: 24px;
  margin-bottom: 8px;
}
.campaign20230104 .block .text h6 {
  color: #fff;
  background: #cd1111;
  font-size: 12px;
  margin-bottom: 12px;
  display: inline-block;
  line-height: 1;
  padding: 8px 16px;
  border-radius: 100px;
}
.campaign20230104 .block .ex {
  display: flex;
  justify-content: space-between;
  margin-top: 0;
  padding-top: 28px;
  border-top: 1px solid #e8b5b5;
}
.campaign20230104 .block .exInner {
  width: 48%;
  display: flex;
}
.campaign20230104 .block .ex .img {
  width: 180px;
}
.campaign20230104 .block .ex .img img {
  width: 100%;
}
.campaign20230104 .block .ex .dec {
  width: calc(100% - 180px);
  padding-left: 12px;
}
.campaign20230104 .block .ex dl {
  font-weight: bold;
  display: flex;
  margin-bottom: 12px;
}
.campaign20230104 .block .ex dt {
  display: flex;
  align-items: center;
  font-size: 12px;
  border: 1px solid #333;
  line-height: 0;
  padding: 4px 6px;
  text-align: center;
  justify-content: center;
}
.campaign20230104 .block .ex dd {
  font-size: 13px;
  line-height: 1.4;
  padding-left: 4px;
}
.campaign20230104 .block .ex p {
  font-size: 14px;
  line-height: 1.4;
}

/* ========================================== newレイアウト  ======================================================== */
.nurturing {
  display: none;
}
.campaign {
  padding-bottom: 40px;
}
.campaign .mainImage {
  max-width: 1000px;
  margin: 40px auto 40px;
}
.campaign .mainImage h2 {
  width: 100%;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
  border: 4px solid #333;
  border-bottom: none;
  margin: 0 auto;
}
.campaign.campaign_gorgeous .mainImage h2 {
  border: 4px solid #c09c00;
}
.campaign.campaign_spring .mainImage h2 {
  border: 4px solid #e94862;
}
.campaign .mainImage h2 img {
  width: 100%;
  height: auto;
}
.campaign .mainImage h3 {
  width: 100%;
  background: #333;
  line-height: 1;
  padding: 20px 12px;
  color: #fff;
  font-size: 32px;
  text-align: center;
  margin: 0 auto;
  border-radius: 0 0 16px 16px;
}
.campaign.campaign_gorgeous .mainImage h3 {
  background: #c09c00;
}
.campaign.campaign_spring .mainImage h3 {
  background: #e94862;
}
.noteMainImageBtm {
  display: block;
  font-size: 12px;
  max-width: 1000px;
  text-align: right;
  margin: -40px auto 40px;
}
.campaign .mainCopy {
  max-width: 1000px;
  margin: 0 auto 60px;
  text-align: center;
  background: #fff;
  padding: 40px 40px 20px;
}
.campaign .mainCopy dl {
  margin-bottom: 40px;
}
.campaign .mainCopy dt {
  font-size: 22px;
  color: #333;
  font-weight: bold;
  margin-bottom: 12px;
  border: 3px double #333;
  display: inline-block;
  padding: 12px;
}
.campaign_summer .mainCopy dt {
  border: none;
}
.campaign .mainCopy dd {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  margin-bottom: 16px;
}
.campaign .mainCopy dd span {
  background: #333;
  color: #fff;
  padding: 12px 20px;
  line-height: 1;
  font-size: 22px;
  border-radius: 100px;
  margin-right: 12px;
}
.campaign .mainCopy dd div {
  color: #07cbe2;
  font-size: 38px;
  line-height: 1;
}
.campaign .mainCopy dd b {
  color: #000000;
  background: linear-gradient(transparent 85%, #fcff00 85%);
}
.campaign .mainCopy dd em {
  font-style: normal;
  font-size: 70%;
}
.campaign .mainCopy .cpCode p {
  font-size: 16px;
  margin-bottom: 20px;
}
.campaing .lastCTA {
  max-width: 1000px;
  margin: 0 auto 60px;
  text-align: center;
  padding: 40px 40px 20px;
}
.cpCodeBox {
  font-size: 16px;
  margin-bottom: 20px;
  border: 4px solid #333;
  background: #fff;
  padding: 24px 20px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  margin-bottom: 60px;
}
.cpCodeBox em {
  display: block;
  font-size: 32px;
  font-style: normal;
  font-weight: bold;
  padding-right: 20px;
}
.cpCodeBox span {
  display: block;
  font-size: 46px;
  font-weight: bold;
  color: #e94862;
}

.campaign .nBox {
  border-radius: 12px;
  border: 4px solid #f7c800;
  background: #fff;
  padding: 0 40px 40px;
  display: flex;
  position: relative;
  flex-direction: column;
  margin-bottom: 40px;
}
.campaign .nBox h2.ttl {
  background: #f7c800;
  padding: 12px 12px 16px;
  font-size: 32px;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  width: calc(100% + 80px);
  margin-left: -40px;
  margin-bottom: 40px;
}
.campaign .nBox h2.ttl span {
  display: flex;
  justify-content: center;
  align-items: center;
}
.campaign .nBox h2.ttl .ttlHead {
  width: 76px;
  height: 76px;
  margin-right: 12px;
}
.campaign .nBox h2.ttl .ttlText {
  width: auto;
  height: 50px;
}
.campaign .presentIntro {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.campaign .presentIntro .text {
  width: 500px;
  padding-right: 20px;
}
.campaign .presentIntro .pic {
  width: calc(100% - 500px);
}
.campaign .presentIntro .pic img {
  width: 100%;
}
.campaign .presentIntro .text h3 {
  font-size: 26px;
  color: #333;
  line-height: 1.4;
  margin-bottom: 10px;
  text-align: left;
}
.campaign .presentIntro .tag {
  display: flex;
  margin-bottom: 20px;
}
.campaign .presentIntro .tag li {
  background: #f7c800;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  margin-right: 8px;
  padding: 8px 18px;
  border-radius: 100px;
}

.campaign .middleTitle {
  background: #333;
  color: #fff;
  font-size: 28px;
  padding: 12px 16px;
  line-height: 1.4;
  border-radius: 8px;
  margin: 0 0 40px !important;
}
.campaign .presentDetail {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.campaign .presentDetailInner {
  width: 47.5%;
}
.campaign .presentDetail h4 {
  background: #f7c800;
  text-align: center;
  padding: 16px 12px;
  line-height: 1;
  position: relative;
  margin-bottom: 12px;
  border-radius: 100px;
  font-size: 20px;
  color: #fff;
}
.campaign .presentDetail h4:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top: 8px solid #f7c800;
}
.campaign .presentDetail .jrConts h4 {
  background: #e76c06;
}
.campaign .presentDetail .srConts h4 {
  background: #00a297;
}
.campaign .presentDetail .jrConts h4:before {
  border-top: 8px solid #e76c06;
}
.campaign .presentDetail .srConts h4:before {
  border-top: 8px solid #00a297;
}
.campaign .presentDetail .movie {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 0;
}
.campaign .presentDetail .movie iframe {
  width: 100%;
  height: 100%;
}
.campaign .presentDetail .noteMovie {
  display: block;
  text-align: right;
  font-size: 10px;
  margin-top: -12px;
}
.campaign .presentDetail h5 {
  font-size: 18px;
  text-align: center;
  margin: 8px auto 8px;
  line-height: 1.4;
}
.campaign .presentDetail p {
  font-size: 14px;
  line-height: 1.6;
}
.campaign .presentVoice dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
}
.campaign .presentVoice dl:last-child {
  margin-bottom: 0;
}

.campaign .presentVoice dt {
  width: 103px;
  height: 103px;
  border-radius: 160px;
  overflow: hidden;
}
.campaign .presentVoice dt img {
  width: 100%;
  height: auto;
}
.campaign .presentVoice dd {
  width: calc(100% - 103px);
  padding-left: 20px;
}
.campaign .presentVoice dd div {
  display: inline-block;
  background: #eee;
  border-radius: 28px;
  padding: 20px;
  position: relative;
}
.campaign .presentVoice dd div:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -4px;
  border: 8px solid transparent;
  border-left: 15px solid #eee;
}
.campaign .presentVoice dd p {
  font-size: 14px;
  line-height: 1.4;
  display: block;
  margin-bottom: 12px;
}
.campaign .presentVoice dd em {
  font-size: 12px;
  line-height: 1;
  display: block;
  text-align: right;
  font-style: normal;
}
.campaign .presentVoice dl:nth-child(odd) {
  flex-direction: row-reverse;
}
.campaign .presentVoice dl:nth-child(odd) dd {
  padding-left: 0;
  padding-right: 20px;
}
.campaign .presentVoice dl:nth-child(even) dd div:before {
  top: 50%;
  left: -22px;
  margin-top: -4px;
  border: 8px solid transparent;
  border-right: 15px solid #eee;
}

.campaign .nurturingSpesial {
  margin-bottom: 60px;
}
.campaign .nurturingSpesial h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 40px;
}
.campaign .spesialDetail {
  margin-bottom: 40px;
}
.campaign .spesialDetail dl {
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-weight: bold;
  margin: 0 auto 28px;
  border: 1px solid #e94862;
  width: 80%;
  padding: 10px 8px;
  position: relative;
}
.campaign .spesialDetail dl:before {
  content: '';
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #fff;
  z-index: 2;
}
.campaign .spesialDetail dl:after {
  content: '';
  position: absolute;
  bottom: -28px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #e94862;
  z-index: 1;
}
.campaign .spesialDetail dt {
  font-size: 22px;
  padding-right: 10px;
  display: flex;
}
.campaign .spesialDetail dt span {
  color: #f7c800;
  font-size: 60%;
  display: block;
  padding-left: 8px;
}
.campaign .spesialDetail dd {
  font-size: 18px;
}
.campaign .spesialDetail dd b {
  font-size: 28px;
}
.campaign .spesialDetail h4 {
  color: #e94862;
  font-size: 48px;
  text-align: center;
  margin: 0 auto 40px;
  font-size: 48px;
}
.campaign .spesialDetail h4 em {
  font-style: normal;
  font-size: 80%;
}
.campaign .nurturingSpesial .cpCodeBox {
  margin: 0;
}
.campaign .nurturingSpesial .note {
  font-size: 12px;
  text-align: center;
}

.campaign .faqBox {
  margin-top: 80px;
}
.campaign .faqBox h2.ttl {
  font-size: 32px;
  text-align: center;
  margin-bottom: 20px;
}
.contentslist h6 {
  background: #f5f5f5;
  padding: 4px 12px;
  margin-bottom: 8px;
  font-size: 14px;
}
.contentslist .midashi {
  font-weight: bold;
  display: inline-block;
  margin: 0;
}
.contentslist p {
  font-size: 14px;
  line-height: 1.4;
}

.campaign .aboutWB {
  background: #fff;
  padding: 0 0;
  display: flex;
  position: relative;
  flex-direction: column;
  margin: 80px auto 80px;
}

.campaign .headAboutWB {
  background: url(/assets/images/campaign/common/main_pic.jpg) #fff no-repeat right top;
  background-size: 600px 366px;
  min-height: 366px;
}
.campaign .headAboutWBInner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 20px;
}
.campaign .headAboutWBInner h2 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #e74863;
}
.campaign .headAboutWBInner h3 {
  font-size: 3vw;
  margin-bottom: 0;
  line-height: 1.4;
}
.campaign .headAboutWBInner h3 sup {
  font-size: 70%;
}
.campaign .headAboutWBInner h4 {
  font-size: 12px;
  font-weight: normal;
}

.campaign .about02Top {
  width: 100%;
  height: 6px;
  background-image:
    url(/assets/images/campaign/common/about02_bg_top.png), url(/assets/images/campaign/common/about02_bg.png);
  background-position:
    0 0,
    0 0;
  background-repeat: repeat, repeat;
  background-size:
    36px 6px,
    10px 10px;
}
.campaign .about02 {
  background: url(/assets/images/campaign/common/about02_bg.png) repeat center #e0f0eb;
  background-size: 10px 10px;
  padding: 10px 20px 60px;
}
.campaign .about02 h3 {
  min-height: 220px;
  position: relative;
  z-index: 1;
  width: 884px;
}
.campaign .about02 .picIntro {
  margin-top: -92px !important;
  max-width: 640px;
  margin: 0 auto;
}
.campaign .about02 .picIntro img {
  width: 100%;
}
.campaign .about02 h4 {
  position: relative;
  width: 100%;
  color: #555;
  font-size: 32px;
  background: #fff;
  text-align: center;
  margin: 18px auto 80px;
  padding: 42px 8px 38px;
  font-weight: 400;
  line-height: 1.6;
}
.campaign .about02 h4:before {
  content: '';
  position: absolute;
  top: -34px;
  left: 50%;
  margin-left: -12px;
  border: 12px solid transparent;
  border-bottom: 24px solid #fff;
}
.campaign .about02 h4 sup {
  font-size: 50%;
}
.campaign .about02 em {
  display: block;
  font-style: normal;
  font-size: 12px;
  line-height: 1.6;
  margin-top: 12px;
  text-align: left;
  padding: 0 64px;
  color: #777;
}
.campaign .about02 .appAndKit {
  width: 820px;
  margin: 0 auto;
}
.campaign .about02 .appAndKit .box {
  width: 100%;
  margin: 0 auto;
  border: 6px solid #ddd;
  background: #fff;
  border-radius: 24px;
  padding: 40px 64px 40px 108px;
  position: relative;
  box-sizing: border-box;
}
.campaign .about02 .appAndKit .box:first-child {
  margin-bottom: 40px;
}
.campaign .about02 .appAndKit .box.aboutApp {
  border-color: #e94862;
}
.campaign .about02 .appAndKit .box.aboutKit {
  border-color: #00a397;
}
.campaign .about02 .appAndKit .box h5 {
  background: #ddd;
  color: #fff;
  font-size: 30px;
  width: 150px;
  height: 150px;
  position: absolute;
  top: 50%;
  left: -80px;
  margin-top: -75px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
}
.campaign .about02 .appAndKit .box.aboutApp h5 {
  background: #e94862;
}
.campaign .about02 .appAndKit .box.aboutKit h5 {
  background: #00a397;
}
.campaign .about02 .appAndKit .box h6 {
  font-size: 34px;
  line-height: 1.5;
  margin-bottom: 32px;
}
.campaign .about02 .appAndKit .pic {
  margin-bottom: 30px;
  width: 100%;
}
.campaign .about02 .appAndKit .pic img {
  width: 100%;
}
.campaign .about02 .appAndKit em {
  display: block;
  font-style: normal;
  font-size: 80%;
  text-align: left;
  padding: 0;
  line-height: 1;
}
.campaign .about02 .appAndKit em.link {
  background: url(/assets/images/campaign/common/icon_arrow_s.svg) no-repeat left 1px;
  background-size: 6px 10px;
  padding-left: 10px;
}
.popupBoxOuter {
  display: none;
}
.popupBox {
  padding: 40px;
}

.campaign .price {
  padding: 0 0;
}
.campaign .price h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  text-align: center;
  text-align: center;
  margin: 0 auto 60px;
}
.campaign .price h2::before,
.campaign .price h2::after {
  content: '';
  width: 4px;
  height: 66px;
  background-color: #00a297;
}
.campaign .price h2::before {
  margin-right: 30px;
  transform: rotate(-30deg);
}
.campaign .price h2::after {
  margin-left: 30px;
  transform: rotate(30deg);
}
.campaign .price h2 img {
  width: 840px;
}
.campaign .priceBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
  position: relative;
}
.campaign .priceBox li {
  width: 290px;
  display: flex;
  flex-direction: column;
  padding: 25px 12px 34px;
  color: #fff;
  position: relative;
  align-items: center;
  background: #6dc0ba;
  position: relative;
}
.campaign .priceBox li:first-child {
  background: #00a297;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  width: 380px;
  border: 4px solid #f7c800;
}
.campaign .priceBox li:last-child {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.campaign .priceBox li:nth-child(2) {
  border-left: 2px solid #a3d5d2;
  border-right: 2px solid #a3d5d2;
  z-index: 1;
}
.campaign .priceBox li h3 {
  font-size: 18px;
  color: #00a297;
  background: #fff;
  padding: 8px 60px 10px;
  border-radius: 100px;
  line-height: 1;
  margin-bottom: 8px;
}
.campaign .priceBox li h4 {
  font-size: 24px;
  line-height: 1;
  position: relative;
}
.campaign .priceBox li h4 b {
  font-size: 80px;
  line-height: 1;
  position: relative;
  bottom: -4px;
  padding: 0 6px;
}
.campaign .priceBox li:last-child h3,
.campaign .priceBox li:nth-child(2) h3 {
  font-size: 100%;
  padding: 8px 28px 10px;
  margin-top: 12px;
}
.campaign .priceBox li:last-child h4,
.campaign .priceBox li:nth-child(2) h4 {
  font-size: 100%;
}
.campaign .priceBox li:last-child h4 b,
.campaign .priceBox li:nth-child(2) h4 b {
  font-size: 50px;
  display: inline-block;
  position: relative;
  bottom: -4px;
}
.campaign .priceBox li .balloon {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 10px;
  width: 116px;
  height: 116px;
  border-radius: 100px;
  color: #000;
  font-size: 18px;
  background: #f7c800;
  top: -32px;
  left: -8px;
  font-weight: 700;
  z-index: 1;
  line-height: 1.3;
  text-align: center;
}
.campaign .priceTable em {
  display: block;
  font-style: normal;
  text-align: right;
  font-size: 12px;
}
.campaign .price .siblings {
  background: url(/assets/images/campaign/common/about02_bg.png) repeat center;
  background-size: 10px 10px;
  background-color: rgba(239, 138, 0, 0.15);
  padding: 30px 50px 50px;
  margin: 20px auto 40px;
  position: relative;
}
.campaign .price .siblings .balloon {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 10px;
  width: 116px;
  height: 116px;
  border-radius: 100px;
  color: #fff;
  font-size: 16px;
  background: #00a297;
  top: 20px;
  left: -5px;
  font-weight: 700;
  z-index: 1;
  line-height: 1.4;
}
.campaign .price .siblings .siblingsHead {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
}
.campaign .price .siblings .siblingsHead .inner {
  background: #ef8000;
  color: #fff;
  border-radius: 12px;
  padding: 20px 38px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 430px;
  margin-right: 30px;
}
.campaign .price .siblings .siblingsHead h3 {
  background: #fff;
  color: #ef8000;
  border-radius: 100px;
  line-height: 1;
  padding: 8px 8px;
  text-align: center;
  font-size: 20px;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
.campaign .price .siblings .siblingsHead h4 {
  font-size: 24px;
}
.campaign .price .siblings .siblingsHead h4 b {
  font-size: 70px;
}
.campaign .price .siblings .siblingsHead h5 {
  font-size: 30px;
  color: #ef8000;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  position: relative;
  padding: 50px 0;
}

.campaign .price .siblings .siblingsHead h5::before,
.campaign .price .siblings .siblingsHead h5::after {
  content: '';
  width: 4px;
  height: 60px;
  background-color: #ef8000;
  position: absolute;
}
.campaign .price .siblings .siblingsHead h5::before {
  transform: rotate(60deg);
  left: 20px;
  top: 0;
}
.campaign .price .siblings .siblingsHead h5::after {
  transform: rotate(-60deg);
  left: 20px;
  bottom: 0;
}
.campaign .price .siblings h6 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 40px;
}
.campaign .price .siblings .siblingsExp {
  display: flex;
  justify-content: space-between;
}
.campaign .price .siblings .siblingsExp img {
  width: 390px;
}
.campaign .price .siblings .siblingsExp ul {
  width: calc(100% - 390px);
  margin-left: 40px;
  background: #fff;
  border: 4px solid #ef8000;
  padding: 24px;
  position: relative;
}
.campaign .price .siblings .siblingsExp ul::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 28px 28px 0;
  border-color: transparent #ef8000 transparent transparent;
  position: absolute;
  left: -28px;
  top: 50%;
  margin-top: -28px;
}
.campaign .price .siblings .siblingsExp ul::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  left: -20px;
  top: 50%;
  margin-top: -25px;
}
.campaign .price .siblings .siblingsExp li:first-child {
  border-bottom: 2px dotted #7e7e7e;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.campaign .price .siblings .siblingsExp h3 {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 12px;
}
.campaign .price .siblings .siblingsExp li:first-child h3 {
  color: #e94862;
}
.campaign .price .siblings .siblingsExp li:last-child h3 {
  color: #00a498;
}
.campaign .price .siblings .siblingsExp h4 {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
  display: flex;
}
.campaign .price .siblings .siblingsExp h4::before {
  content: '●';
  font-size: 80%;
  margin-right: 4px;
  margin-top: 2px;
}
.campaign .price .siblings .siblingsExp li:first-child h4::before {
  color: #e94862;
}
.campaign .price .siblings .siblingsExp li:last-child h4::before {
  color: #00a498;
}

.campaign .cards {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
}
.campaign .cards p {
  display: block;
  width: 320px;
}
.campaign .cards ul {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 320px);
  padding-left: 20px;
}
.campaign .cards li {
  margin-left: 8px;
}
.campaign .cards li img {
  width: 100%;
  height: auto;
}

.campaign .try {
  background: #5cb531;
  padding: 12px 20px 20px;
  margin-bottom: 0;
}
.campaign .try .innerBox {
  max-width: 770px;
}
.campaign .tryBefore {
  width: 100%;
  height: 6px;
  background-image: url(/assets/images/campaign/common/try_bg_top.gif);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 36px 6px;
}
.campaign .try h2 {
  width: 100%;
  margin-bottom: 28px;
}
.campaign .try h2 img {
  width: 100%;
  height: auto;
}
.campaign .try li {
  background: url(/assets/images/campaign/common/try_icon.svg) no-repeat 0 0;
  background-size: 54px 54px;
  padding-left: 72px;
  min-height: 54px;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  padding-top: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.campaign .try li em {
  font-style: normal;
  font-size: 60%;
  display: block;
}
.campaign .serviceBox {
  display: flex;
  justify-content: space-between;
  max-width: 770px;
  margin: 0 auto 40px;
}
.campaign .serviceBox .serviceBoxDesc {
  width: 30%;
  margin: 0;
}
.campaign .serviceBox .serviceBoxDesc img {
  width: auto;
  height: 140px;
  margin: 0 auto 16px;
}
.campaign .serviceBox .serviceDetail {
  width: 100%;
  border-radius: 12px;
  padding: 20px 8px;
  text-align: center;
  position: relative;
  background: #fff;
}
.campaign .serviceBox .serviceDetail:before {
  content: '';
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #fff;
  z-index: 2;
}
.campaign .serviceBox .serviceDetail h4 {
  font-size: 18px;
  margin-bottom: 4px;
}
.campaign .serviceBox .serviceDetail h5 {
  font-size: 32px;
  color: #e74863;
}

/* ============== 20230201トイプレゼント ============== */
.campaign20230201 .mainImage h2 {
  border-color: #0ab9cd;
}
.campaign20230201 .mainImage h3 {
  background: #0ab9cd;
}
.campaign20230201 .mainCopy dt {
  color: #0ab9cd;
  border-color: #0ab9cd;
}
.campaign20230201 .mainCopy dd span {
  background: #0ab9cd;
  color: #fff;
}
.campaign20230201 .mainCopy dd div {
  color: #0ab9cd;
}
.campaign20230201 .cpCodeBox {
  background: #cff1f5;
  border-color: #0ab9cd;
}
.campaign20230201 .nBox {
  border-color: #0ab9cd;
}
.campaign20230201 .nBox h2.ttl {
  background: #0ab9cd;
}
.campaign20230201 .presentIntro .tag li {
  background: #0ab9cd;
}
.campaign20230201 .middleTitle {
  background: #0ab9cd;
}
.campaign .spesialDetail dt span {
  color: #0ab9cd;
}

.campaign20230201 .addInfo ul {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.campaign20230201 .addInfo li {
  background: #0ab9cd;
  color: #fff;
  width: 280px;
  height: 280px;
  border-radius: 200px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 12px;
  line-height: 1.4;
  font-size: 20px;
}

/* ============== 20230301 ============== */
.campaign20230301 .mainImage h2 {
  border-color: #ef4899;
}
.campaign20230301 .mainImage h3 {
  background: #ef4899;
}
.campaign20230301 .mainCopy dt {
  color: #ef4899;
  border-color: #ef4899;
}
.campaign20230301 .mainCopy dd span {
  background: #ef4899;
  color: #fff;
}
.campaign20230301 .mainCopy dd div {
  color: #ef4899;
  display: flex;
  align-items: center;
}
.campaign20230301 .mainCopy .logoAmazon {
  max-width: 280px;
  height: auto;
}
.campaign20230301 .mainCopy .note {
  font-size: 70%;
  margin-top: -12px;
}
.campaign20230301 .cpCodeBox {
  background: #fffceb;
  border-color: #ef4899;
}
.campaign20230301 .nBox {
  border-color: #ef4899;
}
.campaign20230301 .nBox h2.ttl {
  background: #ef4899;
}
.campaign20230301 .presentIntro .tag li {
  background: #ef4899;
}
.campaign20230301 .middleTitle {
  background: #ef4899;
}

.campaign20230301 .nBox h2.ttl .ttlInner {
  display: flex;
  align-items: center;
}
.campaign20230301 .nBox h2.ttl .ttlInner img {
  max-width: 300px;
}
.campaign20230301 .giftCard .cardImg {
  max-width: 100%;
  margin: 0 auto 20px;
}
.campaign20230301 .giftCard .cardImg img {
  width: 100%;
}
.campaign20230301 .giftCard li {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 12px;
}
.campaign20230301 .spesialDetail dt span {
  color: #ef4899;
}

/* ============== 20230329 ============== */
.campaign20230329 .mainImage h2 {
  border-color: #13b682;
}
.campaign20230329 .mainImage h3 {
  background: #fffc00;
  color: #13b682;
  border-right: 4px solid #13b682;
  border-left: 4px solid #13b682;
  border-bottom: 4px solid #13b682;
}
.campaign20230329 .mainCopy dt {
  color: #13b682;
  border-color: #13b682;
}
.campaign20230329 .mainCopy dd span {
  background: #13b682;
  color: #fff;
}
.campaign20230329 .mainCopy dd div {
  color: #13b682;
  display: flex;
  align-items: center;
}
.campaign20230329 .mainCopy .logoAmazon {
  max-width: 280px;
  height: auto;
}
.campaign20230329 .mainCopy .note {
  font-size: 70%;
  margin-top: -12px;
}
.campaign20230329 .cpCodeBox {
  background: #fffceb;
  border-color: #13b682;
}
.campaign20230329 .nBox {
  border-color: #13b682;
}
.campaign20230329 .nBox h2.ttl {
  background: #13b682;
}
.campaign20230329 .presentIntro .tag li {
  background: #13b682;
}
.campaign20230329 .middleTitle {
  background: #13b682;
}

.campaign20230329 .nBox h2.ttl .ttlInner {
  display: flex;
  align-items: center;
}
.campaign20230329 .nBox h2.ttl .ttlInner img {
  max-width: 300px;
}
.campaign20230329 .giftCard .cardImg {
  max-width: 100%;
  margin: 0 auto 20px;
}
.campaign20230329 .giftCard .cardImg img {
  width: 100%;
}
.campaign20230329 .giftCard li {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 12px;
}
.campaign20230329 .spesialDetail dt span {
  color: #13b682;
}

/* ============== 20230714トイプレゼント ============== */
.campaign20230714 .mainImage h2 {
  border-color: #312dc7;
}
.campaign20230714 .mainImage h3 {
  background: #312dc7;
}
.campaign20230714 .mainCopy dt {
  color: #312dc7;
  border-color: #312dc7;
}
.campaign20230714 .mainCopy dd span {
  background: #312dc7;
  color: #fff;
}
.campaign20230714 .mainCopy dd div {
  color: #312dc7;
}
.campaign20230714 .cpCodeBox {
  background: #f6ff00;
  border-color: #e94862;
}
.campaign20230714 .nBox {
  border-color: #312dc7;
}
.campaign20230714 .nBox h2.ttl {
  background: #312dc7;
  line-height: 1.2;
  color: #ffea00;
}
.campaign20230714 .nBox h2.ttl em {
  display: inline-block;
  font-style: normal;
  font-size: 70%;
}
.campaign20230714 .nBox h2.ttl .ttlHead {
  width: 52px;
  height: 52px;
}
.campaign20230714 .presentIntro .tag li {
  background: #312dc7;
}
.campaign20230714 .middleTitle {
  background: #312dc7;
}
.campaign .spesialDetail dt span {
  color: #312dc7;
}

.campaign20230714 .addInfo ul {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.campaign20230714 .addInfo li {
  background: #312dc7;
  color: #fff;
  width: 280px;
  height: 280px;
  border-radius: 200px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 12px;
  line-height: 1.4;
  font-size: 20px;
}

.campaign20230714 .presentDetail .tag {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.campaign20230714 .presentDetail .tag li {
  background: #00a297;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  border-radius: 100px;
  padding: 8px 12px;
  margin-right: 4px;
}
.campaign20230714 .presentDetail .jrConts .tag li {
  background: #e76c06;
}
.campaign20230714 .presentDetail h5 {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 12px;
}
.campaign20230714 .presentDetail h5 span {
  font-size: 16px;
}

.attentionText {
  text-align: center;
  color: #e20000;
  font-weight: bold;
  margin: -32px auto 40px;
  padding: 0 20px;
  line-height: 1.4;
}

.campaign20230714 .presentDetailInner {
  position: relative;
  top: 0;
  left: 0;
}
.campaign20230714 .presentDetailInner .closed {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
  text-align: center;
  color: #e20000;
  border: 1px solid #e20000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.4;
}
.redText {
  color: #e20000;
}

/* ============== 20231122XmasCP ============== */
.campaign20231122 .mainImage h2 {
  border-color: #00823c;
}
.campaign20231122 .mainImage h3 {
  background: #00823c;
}
.campaign20231122 .mainCopy dt {
  color: #00823c;
  border-color: #00823c;
}
.campaign20231122 .mainCopy dd span {
  background: #00823c;
  color: #fff;
}
.campaign20231122 .mainCopy dd div {
  color: #00823c;
}
.campaign20231122 .cpCodeBox {
  background: #f6ff00;
  border-color: #e94862;
}
.campaign20231122 .nBox {
  border-color: #00823c;
}
.campaign20231122 .nBox h2.ttl {
  background: #00823c;
  line-height: 1.2;
  color: #ff0;
}
.campaign20231122 .nBox h2.ttl em {
  display: inline-block;
  font-style: normal;
  font-size: 70%;
}
.campaign20231122 .nBox h2.ttl .ttlHead {
  width: 52px;
  height: 52px;
}
.campaign20231122 .presentIntro .tag li {
  background: #00823c;
}
.campaign20231122 .middleTitle {
  background: #00823c;
}
.campaign .spesialDetail dt span {
  color: #00823c;
}

.campaign20231122 .addInfo ul {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.campaign20231122 .addInfo li {
  background: #00823c;
  color: #fff;
  width: 280px;
  height: 280px;
  border-radius: 200px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 12px;
  line-height: 1.4;
  font-size: 20px;
}

.campaign20231122 .presentDetail .tag {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.campaign20231122 .presentDetail .tag li {
  background: #00a297;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  border-radius: 100px;
  padding: 8px 12px;
  margin-right: 4px;
}
.campaign20231122 .presentDetail .jrConts .tag li {
  background: #e76c06;
}
.campaign20231122 .presentDetail h5 {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 12px;
}
.campaign20231122 .presentDetail h5 span {
  font-size: 16px;
}

.attentionText {
  text-align: center;
  color: #e20000;
  font-weight: bold;
  margin: -32px auto 40px;
  padding: 0 20px;
  line-height: 1.4;
}

.campaign20231122 .presentDetailInner {
  position: relative;
  top: 0;
  left: 0;
}
.campaign20231122 .presentDetailInner .closed {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
  text-align: center;
  color: #e20000;
  border: 1px solid #e20000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.4;
}
.redText {
  color: #e20000;
}
.campaign .benefit .movie {
  width: 570px;
  aspect-ratio: 16 / 9;
  margin: 0;
}

.campaign .benefit .movie iframe {
  width: 100%;
  margin-top: 15%;
}

/* ============== 豪華トイ教材CP ====================== */
.campaign_gorgeous .nBox {
  border-color: #c09c00;
}
.campaign_gorgeous .nBox h2.ttl {
  background: #c09c00;
  line-height: 1.2;
  color: #fff;
}
.campaign_gorgeous .nBox h2.ttl em {
  color: #ff0;
  display: inline-block;
  font-style: normal;
  font-size: 70%;
}

/* ============== 20240207豪華トイ教材CP ============== */
.campaign20240207 .mainImage h2 {
  border-color: none;
  border: none;
}
.campaign20240207 .mainImage h3 {
  background: none;
  color: #e94862;
}
.campaign20240207 .mainCopy dt {
  color: #00a498;
  border-color: #00a498;
}
.campaign20240207 .mainCopy dd span {
  background: #00a498;
  color: #fff;
}
.campaign20240207 .mainCopy dd div {
  color: #00a498;
}
.campaign20240207 .cpCodeBox {
  background: #f6ff00;
  border-color: #e94862;
}
.campaign20240207 .nBox {
  border-color: #00a498;
}
.campaign20240207 .nBox h2.ttl {
  background: #00a498;
  line-height: 1.2;
  color: #ff0;
}
.campaign20240207 .nBox h2.ttl em {
  display: inline-block;
  font-style: normal;
  font-size: 70%;
}
.campaign20240207 .nBox h2.ttl .ttlHead {
  width: 52px;
  height: 52px;
}
.campaign20240207 .presentIntro .tag li {
  background: #00a498;
}
.campaign20240207 .middleTitle {
  background: #00a498;
}
.campaign .spesialDetail dt span {
  color: #00a498;
}

.campaign20240207 .addInfo ul {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.campaign20240207 .addInfo li {
  background: #00a498;
  color: #fff;
  width: 280px;
  height: 280px;
  border-radius: 200px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 12px;
  line-height: 1.4;
  font-size: 20px;
}

.campaign20240207 .presentDetail .tag {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.campaign20240207 .presentDetail .tag li {
  background: #00a498;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  border-radius: 100px;
  padding: 8px 12px;
  margin-right: 4px;
}
.campaign20240207 .presentDetail .jrConts .tag li {
  background: #e76c06;
}
.campaign20240207 .presentDetail h5 {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 12px;
}
.campaign20240207 .presentDetail h5 span {
  font-size: 16px;
}

.attentionText {
  text-align: center;
  color: #e20000;
  font-weight: bold;
  margin: -32px auto 40px;
  padding: 0 20px;
  line-height: 1.4;
}

.campaign20240207 .presentDetailInner {
  position: relative;
  top: 0;
  left: 0;
}
.campaign20240207 .presentDetailInner .closed {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
  text-align: center;
  color: #e20000;
  border: 1px solid #e20000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.4;
}
.redText {
  color: #e20000;
}
.campaign .benefit .movie {
  width: 570px;
  aspect-ratio: 16 / 9;
  margin: 0;
}

.campaign .benefit .movie iframe {
  width: 100%;
  margin-top: 15%;
}

.campaign20240207 .tape h5 {
  font-size: 20px;
  background: #f7c800;
  padding: 12px 12px;
  text-align: center;
  border-radius: 12px;
}
.campaign20240207 .tape .tapeInner {
  margin-top: 20px;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 20px;
}
.campaign20240207 .tape .tapeInner:last-child {
  border-bottom: none;
  margin-bottom: 20px;
}
.campaign20240207 .tape dl {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.campaign20240207 .tape dt {
  font-weight: bold;
  padding: 8px;
  line-height: 1;
  background: #00a297;
  color: #fff;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
}
.campaign20240207 .tape dd {
  width: calc(100% - 60px);
  padding-left: 12px;
  color: #00a297;
  font-size: 24px;
  font-weight: bold;
}
.campaign20240207 .tape .dec {
  display: flex;
}
.campaign20240207 .tape .dec .pic {
  width: 340px;
}
.campaign20240207 .tape .dec .pic img {
  width: 100%;
  border: 1px solid #eee;
}
.campaign20240207 .tape .dec p {
  display: block;
  width: calc(100% - 340px);
  padding-right: 24px;
}

.campaign20240207 .tape .dec p.reverse {
  display: block;
  width: calc(100% - 340px);
  padding-left: 24px;
}

.siblings1 {
  margin: 0 auto 80px;
  background: #fff;
  border: 4px solid #ba4883;
  border-radius: 12px;
  text-align: center;
  padding: 0 40px 40px;
}
.campaign .innerBox .siblings1 h3 {
  background: #ba4883;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  padding: 10px 12px 14px;
  width: calc(100% + 80px);
  margin-left: -40px;
  margin-bottom: 40px;
  /* margin: -26px auto 24px; */
  line-height: 1;
}
.siblings1 .siblingsHead .sTitle {
  color: #ba4883;
  font-size: 24px;
  font-weight: 700;
  padding: 0 28px;
  position: relative;
  margin-left: -16px;
}
.siblings1 .siblingsHead .sTitle:before {
  content: '';
  background-color: #ba4883;
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 28px;
  height: 2px;
  left: 0;
  transform: rotate(60deg);
}
.siblings1 .siblingsHead .sTitle:after {
  content: '';
  background-color: #ba4883;
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 28px;
  height: 2px;
  transform: rotate(-60deg);
}
.siblings1 .siblingsHead h4 {
  color: #ba4883;
  font-size: 36px;
  margin-top: 20px;
  margin-bottom: 32px;
}
.siblings1 .siblingsHead h4 span {
  font-size: 80px;
}
.siblings1 .siblingsHead h5 {
  width: 100%;
  text-align: center;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px solid #333;
  position: relative;
}
.siblings1 .siblingsHead h5 span {
  display: inline-block;
  margin: 0 auto;
  background: #fff;
  position: relative;
  padding: 0 12px;
  position: relative;
  bottom: -14px;
}
.siblings1 .examples {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.siblings1 .examples li {
  width: 48%;
  background: #fff;
}
.siblings1 .examples li .note {
  font-size: 12px;
}
.siblings1 .examples .examplesOuter {
  border: 2px solid #ba4883;
  border-radius: 4px;
  background: #fff;
}
.siblings1 .examples h6 {
  background: #ba4883;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  padding: 6px;
}
.siblings1 .examples .examplesInner {
  display: flex;
  justify-content: space-between;
}
.siblings1 .examples .pic {
  padding: 16px 16px 0;
  width: 220px;
}
.siblings1 .examples img {
  height: 88px;
  width: auto;
}
.siblings1 .examples .desc {
  width: calc(100% - 220px);
  text-align: left;
  padding-top: 20px;
}
.siblings1 .examples .desc.three {
  padding-left: 24px;
}
.siblings1 .examples .desc em.sib {
  font-style: normal;
  font-weight: 700;
  padding-left: 8px;
  font-size: 16px;
  text-align: left;
}
.siblings1 .examples .desc div {
  font-size: 40px;
  font-weight: 700;
  color: #ba4883;
}
.siblings1 .examples .desc div span {
  font-size: 20px;
}

.siblings1 .sibling-box {
  background: #f5f5f5;
  padding: 40px 40px 0;
}
.siblings1 .sibling-box h4 {
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 22px;
}
.siblings1 .sibling-box .details {
  display: flex;
  justify-content: space-between;
}
.siblings1 .sibling-box .details {
  display: flex;
  justify-content: space-between;
}
.siblings1 .sibling-box li {
  width: 50%;
  text-align: left;
}
.siblings1 .sibling-box h5 {
  background: #ddd;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
  padding: 6px 20px 8px;
  display: inline-block;
  text-align: center;
  margin-bottom: 12px;
  border-radius: 100px;
}
.siblings1 .sibling-box .boxApp h5 {
  background: #e74863;
}
.siblings1 .sibling-box .boxKit h5 {
  background: #00a297;
}

.siblings1 .sibling-box .desc {
  display: flex;
  margin-bottom: 40px;
}
.siblings1 .sibling-box .pic {
  width: 148px;
  padding-right: 16px;
  padding-left: 12px;
}
.siblings1 .sibling-box .pic img {
  width: 100%;
}
.siblings1 .sibling-box .desc li {
  width: 100%;
  line-height: 1.4;
  font-size: 14px;
  display: flex;
  width: calc(100% - 16px);
  margin-bottom: 4px;
}
.siblings1 .sibling-box .desc li::before {
  content: '●';
  font-size: 80%;
  width: 16px;
  height: 16px;
  padding-right: 2px;
}
.siblings1 .sibling-box .boxApp .desc li::before {
  color: #e74863;
}
.siblings1 .sibling-box .boxKit .desc li::before {
  color: #00a297;
}

.siblings1 .sibling-box p {
  text-align: left;
}
.priceService h3 {
  color: #00a297;
  font-size: 36px;
  line-height: 1.5;
  margin-bottom: 24px;
}

/* ============== 20240314豪華トイ教材CP ============== */
.campaign20240314 .mainImage h2 {
  border-color: none;
  border: none;
}
.campaign20240314 .mainImage h3 {
  background: #e94862;
  color: #fff;
}
.campaign20240314 .mainCopy dt {
  color: #e94862;
  border-color: #e94862;
}
.campaign20240314 .mainCopy dd span {
  background: #e94862;
  color: #fff;
}
.campaign20240314 .mainCopy dd div {
  color: #e94862;
}
.campaign20240314 .cpCodeBox {
  background: #f6ff00;
  border-color: #e94862;
}
.campaign20240314 .nBox {
  border-color: #e94862;
}
.campaign20240314 .nBox h2.ttl {
  background: #e94862;
  line-height: 1.2;
  color: #fff;
}
.campaign20240314 .nBox h2.ttl em {
  display: inline-block;
  font-style: normal;
  font-size: 70%;
}
.campaign20240314 .nBox h2.ttl .ttlHead {
  width: 52px;
  height: 52px;
}
.campaign20240314 .presentIntro .tag li {
  background: #e94862;
}
.campaign20240314 .middleTitle {
  background: #e94862;
}
.campaign20240314 .addInfo ul {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.campaign20240314 .addInfo li {
  background: #e94862;
  color: #fff;
  width: 280px;
  height: 280px;
  border-radius: 200px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 12px;
  line-height: 1.4;
  font-size: 20px;
}

.campaign20240314 .presentDetail .tag {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.campaign20240314 .presentDetail .tag li {
  background: #e94862;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  border-radius: 100px;
  padding: 8px 12px;
  margin-right: 4px;
}
.campaign20240314 .presentDetail .jrConts .tag li {
  background: #e76c06;
}
.campaign20240314 .presentDetail h5 {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 12px;
}
.campaign20240314 .presentDetail h5 span {
  font-size: 16px;
}

.campaign20240314 .presentDetailInner {
  position: relative;
  top: 0;
  left: 0;
}
.campaign20240314 .presentDetailInner .closed {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
  text-align: center;
  color: #e20000;
  border: 1px solid #e20000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.4;
}

.campaign20240314 .tape h5 {
  font-size: 20px;
  background: #f7c800;
  padding: 12px 12px;
  text-align: center;
  border-radius: 12px;
}
.campaign20240314 .tape .tapeInner {
  margin-top: 20px;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 20px;
}
.campaign20240314 .tape .tapeInner:last-child {
  border-bottom: none;
  margin-bottom: 20px;
}
.campaign20240314 .tape dl {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.campaign20240314 .tape dt {
  font-weight: bold;
  padding: 8px;
  line-height: 1;
  background: #00a297;
  color: #fff;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
}
.campaign20240314 .tape dd {
  width: calc(100% - 60px);
  padding-left: 12px;
  color: #00a297;
  font-size: 24px;
  font-weight: bold;
}
.campaign20240314 .tape .dec {
  display: flex;
}
.campaign20240314 .tape .dec .pic {
  width: 340px;
}
.campaign20240314 .tape .dec .pic img {
  width: 100%;
  border: 1px solid #eee;
}
.campaign20240314 .tape .dec p {
  display: block;
  width: calc(100% - 340px);
  padding-right: 24px;
}

.campaign20240314 .tape .dec p.reverse {
  display: block;
  width: calc(100% - 340px);
  padding-left: 24px;
}

.campaign20240314 .box h4 {
  border-radius: 100px;
  background: #f7c800;
  width: 230px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #333;
  line-height: 1;
  position: absolute;
  top: -20px;
  left: -20px;
  text-align: center;
}

.campaign20240314 .box .pic {
  width: 380px;
  padding-top: 16px;
}
.campaign20240314 .movie {
  width: 100%;
  margin: 0;
  padding-top: 16px;
  text-align: center;
}
.campaign20240314 .movie iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-top: 0%;
}
.campaign20240314 .noteMovie {
  text-align: center;
}

/* ======== 春キャンペーン　=========== */
.campaign_spring .mainImage h2 {
  border-color: none;
  border: none;
}
.campaign_spring .mainImage h3 {
  background: #e94862;
  color: #fff;
}
.campaign_spring .mainCopy dt {
  color: #e94862;
  border-color: #e94862;
}
.campaign_spring .mainCopy dd span {
  background: #e94862;
  color: #fff;
}
.campaign_spring .mainCopy dd div {
  color: #e94862;
}
.campaign_spring .cpCodeBox {
  background: #f6ff00;
  border-color: #e94862;
}
.campaign_spring .nBox {
  border-color: #e94862;
}
.campaign_spring .nBox h2.ttl {
  background: #e94862;
  line-height: 1.2;
  color: #fff;
}
.campaign_spring .nBox h2.ttl em {
  display: inline-block;
  font-style: normal;
  font-size: 70%;
}
.campaign_spring .nBox h2.ttl .ttlHead {
  width: 52px;
  height: 52px;
}
.campaign_spring .presentIntro .tag li {
  background: #e94862;
}
.campaign_spring .middleTitle {
  background: #e94862;
}
.campaign_spring .addInfo ul {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.campaign_spring .addInfo li {
  background: #e94862;
  color: #fff;
  width: 280px;
  height: 280px;
  border-radius: 200px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 12px;
  line-height: 1.4;
  font-size: 20px;
}

.campaign_spring .presentDetail .tag {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.campaign_spring .presentDetail .tag li {
  background: #e94862;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  border-radius: 100px;
  padding: 8px 12px;
  margin-right: 4px;
}
.campaign_spring .presentDetail .jrConts .tag li {
  background: #e76c06;
}
.campaign_spring .presentDetail h5 {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 12px;
}
.campaign_spring .presentDetail h5 span {
  font-size: 16px;
}

.campaign_spring .presentDetailInner {
  position: relative;
  top: 0;
  left: 0;
}
.campaign_spring .presentDetailInner .closed {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
  text-align: center;
  color: #e20000;
  border: 1px solid #e20000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.4;
}

.campaign_spring .tape h5 {
  font-size: 20px;
  background: #f7c800;
  padding: 12px 12px;
  text-align: center;
  border-radius: 12px;
}
.campaign_spring .tape .tapeInner {
  margin-top: 20px;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 20px;
}
.campaign_spring .tape .tapeInner:last-child {
  border-bottom: none;
  margin-bottom: 20px;
}
.campaign_spring .tape dl {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.campaign_spring .tape dt {
  font-weight: bold;
  padding: 8px;
  line-height: 1;
  background: #00a297;
  color: #fff;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
}
.campaign_spring .tape dd {
  width: calc(100% - 60px);
  padding-left: 12px;
  color: #00a297;
  font-size: 24px;
  font-weight: bold;
}
.campaign_spring .tape .dec {
  display: flex;
}
.campaign_spring .tape .dec .pic {
  width: 340px;
}
.campaign_spring .tape .dec .pic img {
  width: 100%;
  border: 1px solid #eee;
}
.campaign_spring .tape .dec p {
  display: block;
  width: calc(100% - 340px);
  padding-right: 24px;
}

.campaign_spring .tape .dec p.reverse {
  display: block;
  width: calc(100% - 340px);
  padding-left: 24px;
}

.campaign_spring .box h4 {
  border-radius: 100px;
  background: #f7c800;
  width: 230px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #333;
  line-height: 1;
  position: absolute;
  top: -20px;
  left: -20px;
  text-align: center;
}

.campaign_spring .box .pic {
  width: 380px;
  padding-top: 16px;
}
.campaign_spring .movie {
  width: 100%;
  margin: 0;
  padding-top: 16px;
  text-align: center;
}
.campaign_spring .movie iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-top: 0%;
}
.campaign_spring .noteMovie {
  text-align: center;
}

/* ============== 20240719トイプレゼント ============== */
.campaign_summer .mainImage h2 {
  border-color: #312dc7;
}
.campaign_summer .mainImage h3 {
  background: #312dc7;
}
.campaign_summer .mainCopy dt {
  color: #312dc7;
  border-color: #312dc7;
}
.campaign_summer .mainCopy dd span {
  background: #312dc7;
  color: #fff;
}
.campaign_summer .mainCopy dd div {
  color: #312dc7;
}
.campaign_summer .cpCodeBox {
  background: #f6ff00;
  border-color: #e94862;
}
.campaign_summer .nBox {
  border-color: #312dc7;
}
.campaign_summer .nBox h2.ttl {
  background: #312dc7;
  line-height: 1.2;
  color: #ffea00;
}
.campaign_summer .nBox h2.ttl em {
  display: inline-block;
  font-style: normal;
  font-size: 70%;
}
.campaign_summer .nBox h2.ttl .ttlHead {
  width: 52px;
  height: 52px;
}
.campaign_summer .presentIntro .tag li {
  background: #312dc7;
}
.campaign_summer .middleTitle {
  background: #312dc7;
}
.campaign .spesialDetail dt span {
  color: #312dc7;
}

.campaign_summer .addInfo ul {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.campaign_summer .addInfo li {
  background: #312dc7;
  color: #fff;
  width: 280px;
  height: 280px;
  border-radius: 200px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 12px;
  line-height: 1.4;
  font-size: 20px;
}

.campaign_summer .presentDetailText {
  margin-bottom: 15px;
}
.campaign_summer .presentDetailText .present-detail-header {
  display: flex;
  align-items: left;
  margin-bottom: 20px;
}
.campaign_summer .presentDetailText .present-title {
  display: flex;
  align-items: left;
  flex-direction: column;
}
.campaign_summer .presentDetailText .present-course {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0px;
}
.campaign_summer .presentDetailText .present-course-icon {
  width: 52px;
  height: 52px;
  margin-top: 6px;
  margin-right: 10px;
}

.campaign_summer .presentDetailText details {
  border-top: 1px solid #ddd;
  cursor: pointer;
  padding-left: 5px;
}
.campaign_summer .presentDetailText summary {
  padding: 15px 0;
}

.campaign_summer .presentDetailText details summary {
  font-size: 20px;
}

.campaign_summer .presentDetailText h5 {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 0px;
}

.campaign_summer .presentDetailText .tag {
  display: flex;
  margin-bottom: 20px;
  flex-wrap: wrap;
  row-gap: 10px;
}

.campaign_summer .presentDetailText .tag li {
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  border-radius: 100px;
  padding: 8px 12px;
  margin-left: 0;
  margin-right: 4px;
  white-space: nowrap;
  list-style: none;
}

.campaign_summer .presentDetailText .junior .tag li {
  background: #e76c06;
}
.campaign_summer .presentDetailText .junior .present-course {
  color: #e76c06;
}
.campaign_summer .presentDetailText .junior_plus .tag li {
  background: #00a297;
}
.campaign_summer .presentDetailText .junior_plus .present-course {
  color: #00a297;
}
.campaign_summer .presentDetailText .standard .tag li {
  background: #e94862;
}
.campaign_summer .presentDetailText .standard .present-course {
  color: #e94862;
}

.campaign_summer .presentDetailText .junior,
.campaign_summer .presentDetailText .junior_plus,
.campaign_summer .presentDetailText .standard {
  margin-bottom: 50px;
}

.campaign_summer .presentDetail .jrConts .tag li {
  background: #e76c06;
}
.campaign_summer .presentDetail h5 {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 0px;
}
.campaign_summer .presentDetail h5 span {
  font-size: 16px;
}

.attentionText {
  text-align: center;
  color: #e20000;
  font-weight: bold;
  margin: -32px auto 40px;
  padding: 0 20px;
  line-height: 1.4;
}

.campaign_summer .presentDetail {
  justify-content: center;
  align-items: center;
}

.campaign_summer .presentDetailInner {
  width: 80%;
}

.redText {
  color: #e20000;
}

.scheduleInfoBanner {
  width: 100%;
  max-width: none;
  margin-bottom: 30px;
}

@media only screen and (max-width: 896px) {
  .campaign .title {
    height: 160px;
  }
  .campaign .title span {
    max-width: 100%;
    padding: 8px 8px;
  }
  .campaign .innerBox {
    padding-top: 20px;
  }
  .campaign .innerBox h3 {
    font-size: 20px;
    line-height: 1.4;
    text-align: left;
  }
  .campaign .innerBox h3.smallRead {
    font-size: 16px;
  }
  .campaign .innerBox h3.special {
    border-top: 1px solid #e74863;
    border-bottom: 1px solid #e74863;
    margin-bottom: 18px;
    text-align: center;
  }
  .campaign p {
    margin-bottom: 20px;
  }
  .campaign .box {
    border-radius: 6px;
    border-width: 2px;
    padding: 20px 20px 0;
    margin-bottom: 12px;
  }
  .campaign .box h4 {
    width: 54px;
    height: 54px;
    top: -4px;
    left: -4px;
  }
  .campaign .box h4 span {
    font-size: 10px;
  }
  .campaign .box h4 b {
    font-size: 20px;
  }
  .campaign .benefit {
    flex-direction: column;
    padding-bottom: 30px;
    margin-bottom: 36px;
  }
  .campaign .benefit:last-child {
    padding-bottom: 20px;
    margin-bottom: 0;
  }
  .campaign .box .pic {
    width: 100%;
    padding: 0 48px;
    margin-bottom: 12px;
  }
  .campaign .box .desc {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .campaign .box .desc h5 {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 6px;
  }
  .campaign .box .desc h6 {
    font-size: 16px;
    line-height: 1.5;
  }
  .campaign .box .desc .tag {
    justify-content: center;
    margin-bottom: 16px;
    flex-wrap: wrap;
  }
  .campaign .box .desc .tag li {
    font-size: 11px;
    padding: 6px 8px;
    margin: 0 2px;
  }
  .campaign .box .desc p {
    text-align: left;
  }
  .campaign .campaignCV {
    margin-bottom: 0px;
  }
  .campaign.campaign_gorgeous .campaignCV {
    padding: 0 20px;
  }

  .campaign .campaignCV.button a {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    border-width: 2px;
    padding: 24px 8px;
    font-weight: 700;
    min-width: 100px;
    min-height: 20px;
    width: 100%;
    line-height: 1;
  }
  .campaign .button.campaignCV a span {
    background-size: 6px 9px;
    padding-left: 12px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
  }

  .ttlcampaignCV {
    text-align: center;
  }
  .ttlcampaignCV span {
    font-size: 15px;
    padding: 0 30px;
    margin-bottom: 8px;
  }
  .ttlcampaignCV span::before,
  .ttlcampaignCV span::after {
    width: 24px;
  }
  .ttlcampaignCV span::after {
    left: calc(100% - 30px);
  }

  table {
    margin: 20px auto;
  }
  th,
  td {
    padding: 4px 6px;
  }
  .headTr th,
  .headTr td {
    font-size: 70%;
    line-height: 1;
  }
  th {
    width: 10%;
    font-size: 80%;
  }
  td {
    width: calc(70% / 5);
    font-size: 80%;
  }

  .campaign .readList {
    margin-bottom: 20px;
  }
  .campaign .caution {
    margin-bottom: 40px;
  }

  .campaign article {
    margin-bottom: 40px;
  }
  .campaign article h4.ttl {
    font-size: 18px;
    margin-bottom: 12px;
    padding-bottom: 12px;
    background-size: 29px 32px;
    padding-left: 36px;
  }

  .campaign .listNormal {
    margin: 8px auto 28px;
  }
  .campaign .listNormal li {
    font-size: 14px;
    line-height: 1.4;
    display: flex;
    width: calc(100% - 10px);
    margin-bottom: 12px;
  }
  .campaign .listNormal li::before {
    display: inline-block;
    content: '・';
    width: 10px;
    height: 10px;
    padding-right: 4px;
  }

  .campaign .contentslist {
    padding: 12px 12px 8px;
    border-radius: 6px;
    text-align: left;
    margin-bottom: 24px;
  }
  .campaign .contentslist h6 {
    font-size: 12px;
  }
  /* .campaign .contentslist:last-child {
    margin-bottom: 16px;
  } */
  .campaign .contentslist ul {
    margin: 0;
  }
  .campaign .contentslist li {
    margin-bottom: 8px;
    width: 100%;
    line-height: 1.5;
    font-size: 12px;
  }
  .contentslist p {
    font-size: 12px;
    line-height: 1.5;
  }
  .campaign .contentslist li::before {
    content: '●';
    font-size: 40%;
    height: 4em;
    margin-right: 0;
  }

  /* ============== トイプレコースアンカーリンク ================= */
  .box .anchorLinks {
    max-width: 1000px;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    flex-wrap: wrap;
  }

  .box .anchorLinks li {
    display: flex;
    width: 32%;
    margin-bottom: 15px;
  }

  .box .anchorLinks li a {
    border-radius: 6px;
    border: 2px solid #ddd;
    align-items: center;
    background-size: 40px 52px;
    background-color: #fff;
    background-position: center bottom;
  }
  .box .anchorLinks li h3 {
    width: 100%;
    font-size: min(3vw, 26px);
    margin-bottom: 4px;
    text-align: center;
  }
  .box .anchorLinks li.age01 a h3 {
    padding: 8px 0;
  }
  .box .anchorLinks li.age02 a h3 {
    padding: 8px 0;
  }
  .box .anchorLinks li.age03 a h3 {
    padding: 8px 0;
  }

  .box .anchorLinks li h3 span {
    font-size: 18px;
  }
  .box .anchorLinks li .ageInner {
    padding: 5px 0;
  }
  .box .anchorLinks li p {
    font-size: min(4.5vw, 18px);
    margin-left: 0;
  }

  .box .anchorLinks li span {
    font-size: min(2.5vw, 10px);
  }

  .box .anchorLinks li p.smallAge {
    font-size: 8px;
  }

  .box .courseDetails .expansion .presentDetailText {
    flex-flow: column;
  }
  .box .courseDetails .expansion .presentDetailText .pic {
    width: 100%;
  }

  .box .courseDetails details summary .ribbon h3 {
    font-size: min(3.2vw, 14px);
  }

  /* ============== 特別友人紹介 CP ============== */
  .referral .referralHead {
    margin-bottom: 20px;
  }
  .referral .referralHead h3 {
    font-size: 20px;
    padding-left: 16px;
    width: calc(100% - 90px);
  }
  .referral .referralHead h4 {
    background: #e74863;
    width: 90px;
    border-radius: 6px;
    padding: 12px 12px;
    margin: 0;
  }
  .referral .referralHead span {
    font-size: 13px;
  }
  .referral .referralHead em {
    font-size: 16px;
  }

  .campaign .innerBox h3 span {
    font-size: 18px;
    position: relative;
    display: inline-block;
    padding: 0 0;
  }

  .campaign .innerBox h3 span:before,
  .campaign .innerBox h3 span:after {
    display: none;
  }

  /* ============== 20221216 進学・進級準備キャンペーン ============== */
  .campaign20221216 .title20221216 {
    margin: 0 0 20px;
    width: 100%;
    background: #ddd;
  }
  .campaign20221216 .title20221216 span {
    border-radius: 0;
  }
  .campaign20221216 .innerBox {
    border-radius: 8px;
    padding: 0 20px 40px;
    width: calc(100% - 40px) !important;
    margin: 0 20px 20px;
  }
  .campaign20221216 .innerBox .sTitle {
    font-size: 5vw;
    line-height: 1.4;
    padding: 10px 8px 12px;
    width: calc(100% + 80px);
    margin-left: -40px;
    line-height: 1.2;
  }
  .campaign20221216 .cpPrice {
    padding: 16px 4px;
  }
  .campaign20221216 .cpPrice h4 {
    font-size: 3vw;
    position: relative;
  }
  .campaign20221216 .cpPrice h4::after {
    margin-bottom: 0;
    margin-top: -4px;
  }
  .campaign20221216 .cpPrice h5 {
    font-size: 5vw;
    position: relative;
    line-height: 1.1;
  }
  .campaign20221216 .cpPrice h5 b {
    font-size: 10vw;
  }

  .campaign20221216 .cpPrice h5.off50 {
    font-size: 4.5vw;
    line-height: 1.3;
  }
  .campaign20221216 .cpPrice h5.off50 b {
    font-size: 6.4vw;
  }

  .campaign20221216 .intro h4 {
    width: 48vw;
    margin: 0 auto 8px;
  }
  .campaign20221216 .intro h5 {
    text-align: center;
    width: 100%;
    margin: 0 auto 12px;
  }

  .campaign20221216 .intro .pic {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-bottom: 10px;
  }
  .campaign20221216 .intro .pic img {
    width: 100%;
  }
  .campaign20221216 .cpCode {
    text-align: left;
  }
  .campaign20221216 .cpCode p {
    font-size: 12px;
    line-height: 1.4;
  }
  .campaign20221216 .cpCode dl {
    padding: 8px 12px 8px;
    margin-bottom: 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
  }
  .campaign20221216 .cpCode dt {
    font-size: 5vw;
    padding: 0;
    margin-bottom: 4px;
  }
  .campaign20221216 .cpCode dd {
    font-size: 8vw;
  }
  .campaign20221216 .cpCode .tokuten {
    margin-bottom: 20px;
  }
  .campaign20221216 .cpCode .tokuten h5 {
    font-size: 14px;
  }
  .campaign20221216 .cpCode .tokuten ul {
    font-size: 11px;
    padding-left: 20px;
  }
  .campaign20221216 .cpCode .tokuten li {
    list-style: disc;
    margin-bottom: 8px;
  }

  .campaign20221216 .shingakki {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .campaign20221216 .shingakki h4 {
    width: 60px;
  }
  .campaign20221216 .shingakki div {
    width: calc(100% - 60px);
    padding-left: 8px;
    line-height: 1.3;
  }
  .campaign20221216 .shingakki h5 {
    font-size: 3.2vw;
  }
  .campaign20221216 .shingakki h6 {
    font-size: 5vw;
  }
  .campaign20221216 .shingakki h6 b {
    color: #ec166e;
    background: linear-gradient(transparent 90%, #ec166e 90%);
  }
  .campaign20221216 .contentslist h5 {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .campaign20221216 .contentslist .read {
    font-size: 14px;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 12px;
  }
  .accordion {
    margin-top: 12px;
  }
  .accordion .midashi {
    font-size: 14px;
  }
  .campaign20221216 .nextYear {
    padding: 20px 12px;
    border-radius: 8px;
    margin-bottom: 0px;
  }
  .campaign20221216 .nextYear h4 {
    font-size: 4vw;
    line-height: 1.2;
    margin-bottom: 4px;
  }
  .campaign20221216 .nextYear h4 b {
    font-size: 6vw;
  }
  .campaign20221216 .nextYear h5 {
    font-size: 6vw;
    margin-bottom: 8px;
  }
  .campaign20221216 .nextYear .pic {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 12px;
  }
  .campaign20221216 .nextYear h6 {
    font-size: 4.6vw;
  }
  .campaign20221216 .nextYear:before {
    margin-left: -8px;
    border: 8px solid transparent;
    border-top: 8px solid #00a297;
  }
  .campaign20221216 .codeBtm {
    margin-bottom: 20px;
  }
  .campaign20221216 table em {
    font-size: 8px;
  }

  .campaign20221216 .tableOuter {
    margin-top: 30px;
  }
  .campaign20221216 .tableFukidashi {
    color: #fff;
    top: -54px;
    right: 8%;
  }
  .campaign20221216 .tableFukidashi span {
    font-size: 10px;
    line-height: 1.4;
    padding: 8px 8px;
    min-width: 154px;
    text-align: center;
  }
  .campaign20221216 .tableFukidashi span:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -6px;
    border: 6px solid transparent;
    border-top: 6px solid #ec166e;
  }

  .campaign20221216 .message {
    margin: 40px auto;
    padding: 20px 12px;
    text-align: center;
    width: calc(100% - 40px);
    text-align: left;
  }

  .campaign20221216 .movieInfo {
    margin: 20px auto 20px;
    padding: 20px 20px;
    border-radius: 8px;
  }
  .campaign20221216 .movieInfo h4 {
    margin-bottom: -12px;
  }
  .campaign20221216 .movieInfo h4 span {
    padding: 0 18px;
    font-size: 14px;
  }
  .campaign20221216 .movieInfo h4 span:before,
  .campaign20221216 .movieInfo h4 span:after {
    width: 16px;
  }
  .campaign20221216 .movieInfo h4 p {
    font-size: 16px;
  }
  .campaign20221216 .movieInfo .detail {
    flex-direction: column-reverse;
  }

  .campaign20221216 .movieInfo .movie {
    width: 100%;
    margin-top: 0;
  }

  .campaign20221216 .movieInfo .text {
    width: 100%;
    padding-left: 0;
    margin-bottom: 16px;
  }
  .campaign20221216 .movieInfo .text p {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 8px;
  }
  .campaign20221216 .movieInfo .textSub {
    font-size: 75%;
    line-height: 1.4;
    padding: 10px;
  }

  /* ============== 20221216図書カードプレゼント ============== */
  .campaign20221216Bookcard .title {
    background-size: 60px 60px;
    height: auto;
    padding: 4px 12px;
  }
  .campaign20221216Bookcard .innerBox h3 span:before,
  .campaign20221216Bookcard .innerBox h3 span:after {
    display: none;
  }
  .campaign20221216Bookcard .box {
    padding-bottom: 32px;
    margin-bottom: 32px;
  }
  .campaign20221216Bookcard .box .mainPic {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-top: -20px;
    margin-bottom: 20px;
  }
  .campaign20221216Bookcard .komidashi {
    margin-bottom: 24px;
    padding: 12px 8px;
    line-height: 1.4;
    border-radius: 8px;
  }
  .campaign20221216Bookcard .komidashi dt {
    font-size: 14px;
  }
  .campaign20221216Bookcard .komidashi dd {
    font-size: 22px;
  }
  .campaign20221216Bookcard .komidashi:before {
    margin-left: -8px;
    border: 8px solid transparent;
    border-top: 8px solid #f7c800;
  }
  .campaign20221216Bookcard .useCard {
    flex-direction: column-reverse;
  }
  .campaign20221216Bookcard .useCard .card {
    width: 80px;
    padding-right: 0;
  }

  .campaign20221216Bookcard .useCardInner {
    width: 100%;
  }
  .campaign20221216Bookcard .useCard h5 {
    font-size: 16px;
    color: #00a297;
    line-height: 1.4;
    margin-bottom: 12px;
  }
  .campaign20221216Bookcard .useCard .useCardInner div {
    font-size: 14px;
    line-height: 1.4;
    display: flex;
  }
  .campaign20221216Bookcard .useCard .useCardInner .card {
    width: 80px;
    height: 52px;
  }
  .campaign20221216Bookcard .useCard .useCardInner .card img {
    width: 100%;
    height: auto !important;
  }
  .campaign20221216Bookcard .useCard h5 {
    display: block;
    width: calc(100% - 80px);
    padding-left: 12px;
  }

  .campaign20221216Bookcard .block {
    flex-direction: column-reverse;
    margin-bottom: 20px;
  }
  .campaign20221216Bookcard .block .pic {
    width: 100%;
    margin: 0;
    padding: 0;
    display: none;
  }
  .campaign20221216Bookcard .block .text {
    width: 100%;
    padding: 0;
  }

  /* ============== 20230104図書カードプレゼント ============== */
  .campaign20230104 .title {
    background-size: 40px 40px;
    padding: 4px 0 !important;
    height: auto !important;
  }
  .campaign20230104 .box .mainPic {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-top: -20px;
    margin-bottom: 20px;
  }
  .campaign20230104 .innerBox h3 span:before,
  .campaign20230104 .innerBox h3 span:after {
    display: none;
  }
  .campaign20230104 .innerBox h3 {
    text-align: center;
  }
  .campaign20230104 .innerBox h3 span {
    font-size: 3.2vw;
    text-align: center;
    padding: 0;
  }
  .campaign20230104 .innerBox .title02 {
    font-weight: bold;
    line-height: 1.4;
    margin: -12px 0 12px;
    text-align: left;

    font-size: 5.4vw;
    text-align: center;
  }
  .campaign20230104 .box {
    padding-bottom: 32px;
    margin-bottom: 32px;
  }
  .campaign20230104 .box .mainPic {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-top: -20px;
    margin-bottom: 20px;
  }
  .campaign20230104 .komidashi {
    margin-bottom: 12px;
    padding: 12px 8px;
    line-height: 1.4;
    border-radius: 8px;
  }
  .campaign20230104 .komidashi dt {
    font-size: 14px;
  }
  .campaign20230104 .komidashi dd {
    font-size: 18px;
  }
  .campaign20230104 .komidashi:before {
    margin-left: -8px;
    border: 8px solid transparent;
    border-top: 8px solid #ebee8c;
  }

  .campaign20230104 .author {
    margin: 0 auto 16px;
    padding: 20px 16px 0;
    margin-top: 0;
    border-radius: 8px;
  }
  .campaign20230104 .author h6 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .campaign20230104 .authorInner {
    padding-bottom: 0;
    margin-bottom: 12px;
  }
  .campaign20230104 .authorInner:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .campaign20230104 .authorInner .pic {
    width: 46px;
    height: 46px;
    overflow: hidden;
    border-radius: 100px;
    display: block;
    padding: 0;
  }
  .campaign20230104 .authorInner .pic img {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
  }
  .campaign20230104 .authorInner dl {
    width: calc(100% - 46px);
    padding-left: 10px;
    margin-bottom: 16px;
  }
  .campaign20230104 .authorInner dt {
    font-size: 14px;
  }
  .campaign20230104 .authorInner dt em {
    font-size: 12px;
    font-style: normal;
  }
  .campaign20230104 .authorInner dd {
    font-size: 11px;
    line-height: 1.4;
  }
  .campaign20230104 .komidashi02 {
    padding: 8px 12px;
    line-height: 1.4;
    font-size: 20px;
  }
  .campaign20230104 .box {
  }
  .campaign20230104 .block {
    margin-bottom: 20px;
    padding: 20px 20px 20px;
  }

  .campaign20230104 .blockInner {
    flex-direction: column;
  }
  .campaign20230104 .block .pic {
    width: 70vw;
    margin: 0 auto 12px;
  }

  .campaign20230104 .block .pic div {
    width: 80px;
    height: 80px;
    top: 0;
    left: -8px;
    font-size: 16px;
  }

  .campaign20230104 .block .text {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .campaign20230104 .block .text h5 {
    font-size: 5vw;
    line-height: 1.4;
    margin-bottom: 8px;
    text-align: center;
  }
  .campaign20230104 .block .text h6 {
    font-size: 3vw;
    padding: 8px 16px;
    margin: 0 auto 12px;
  }
  .campaign20230104 .block .text p {
    display: block;
    text-align: left;
    font-size: 13px;
    line-height: 1.4;
  }
  .campaign20230104 .block .ex {
    padding-top: 20px;
    flex-direction: column;
  }
  .campaign20230104 .block .exInner {
    width: 100%;
  }
  .campaign20230104 .block .ex .img {
    width: 100px;
  }
  .campaign20230104 .block .ex .dec {
    width: calc(100% - 100px);
    padding-left: 12px;
    margin-bottom: 20px;
  }
  .campaign20230104 .block .exInner:last-child .dec {
    margin-bottom: 0;
  }
  .campaign20230104 .block .ex dl {
    flex-direction: column;
    margin-bottom: 4px;
  }
  .campaign20230104 .block .ex dt {
    font-size: 10px;
    padding: 8px 12px;
    text-align: center;
    justify-content: center;
    margin-bottom: 4px;
  }
  .campaign20230104 .block .ex dd {
    font-size: 13px;
    line-height: 1.3;
    padding-left: 4px;
  }
  .campaign20230104 .block .ex p {
    font-size: 11px;
    line-height: 1.4;
    margin-bottom: 0;
  }

  /* ============== 20240207豪華トイ教材CP ============== */
  .campaign20240207 .tape h5 {
    font-size: 18px;
    padding: 10px 10px;
    border-radius: 8px;
  }
  .campaign20240207 .tape .tapeInner {
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .campaign20240207 .tape .tapeInner:last-child {
    margin-bottom: 0;
  }
  .campaign20240207 .tape dl {
    margin-bottom: 8px;
  }
  .campaign20240207 .tape dt {
    padding: 0;
    width: 44px;
    height: 44px;
    font-size: 13px;
  }
  .campaign20240207 .tape dd {
    width: calc(100% - 44px);
    padding-left: 8px;
    font-size: 17px;
  }
  .campaign20240207 .tape .dec {
    flex-direction: column;
  }
  .campaign20240207 .tape .dec .pic {
    width: 100%;
    padding: 0;
    background: #ddd;
  }
  .campaign20240207 .tape .dec p {
    width: 100%;
    padding-right: 0;
  }

  .campaign20240207 .tape .dec p.reverse {
    width: 100%;
    padding-left: 0px;
  }

  .campaign20240207 .box .desc h6 {
    margin-bottom: 0px;
  }

  /* ============== 20240314豪華トイ教材CP ============== */

  .campaign20240314 .tape h5 {
    font-size: 18px;
    padding: 10px 10px;
    border-radius: 8px;
  }
  .campaign20240314 .tape .tapeInner {
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .campaign20240314 .tape .tapeInner:last-child {
    margin-bottom: 0;
  }
  .campaign20240314 .tape dl {
    margin-bottom: 8px;
  }
  .campaign20240314 .tape dt {
    padding: 0;
    width: 44px;
    height: 44px;
    font-size: 13px;
  }
  .campaign20240314 .tape dd {
    width: calc(100% - 44px);
    padding-left: 8px;
    font-size: 17px;
  }
  .campaign20240314 .tape .dec {
    flex-direction: column;
  }
  .campaign20240314 .tape .dec .pic {
    width: 100%;
    padding: 0;
    background: #ddd;
  }
  .campaign20240314 .tape .dec p {
    width: 100%;
    padding-right: 0;
  }

  .campaign20240314 .tape .dec p.reverse {
    width: 100%;
    padding-left: 0px;
  }

  .campaign20240314 .box .desc h6 {
    margin-bottom: 0px;
  }

  .campaign20240314 .box h4 {
    width: 190px;
    height: 38px;
    top: -4px;
    left: -4px;
  }
  .campaign20240314 .box h4 span {
    font-size: 10px;
  }

  /* ============== 春トイ教材CP ============== */

  .campaign_spring .tape h5 {
    font-size: 18px;
    padding: 10px 10px;
    border-radius: 8px;
  }
  .campaign_spring .tape .tapeInner {
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .campaign_spring .tape .tapeInner:last-child {
    margin-bottom: 0;
  }
  .campaign_spring .tape dl {
    margin-bottom: 8px;
  }
  .campaign_spring .tape dt {
    padding: 0;
    width: 44px;
    height: 44px;
    font-size: 13px;
  }
  .campaign_spring .tape dd {
    width: calc(100% - 44px);
    padding-left: 8px;
    font-size: 17px;
  }
  .campaign_spring .tape .dec {
    flex-direction: column;
  }
  .campaign_spring .tape .dec .pic {
    width: 100%;
    padding: 0;
    background: #ddd;
  }
  .campaign_spring .tape .dec p {
    width: 100%;
    padding-right: 0;
  }

  .campaign_spring .tape .dec p.reverse {
    width: 100%;
    padding-left: 0px;
  }

  .campaign_spring .box .desc h6 {
    margin-bottom: 0px;
  }

  .campaign_spring .box h4 {
    width: 190px;
    height: 38px;
    top: -4px;
    left: -4px;
  }
  .campaign_spring .box h4 span {
    font-size: 10px;
  }

  .campaign_summer .presentDetailText .present-course-icon {
    margin-top: 2px;
  }

  /* ========================================== newレイアウト  ======================================================== */
  .campaign .mainImage {
    margin: 0 auto 20px;
  }
  .campaign .mainImage h2 {
    border-radius: 8px 8px 0 0;
    border-width: 2px;
    border-radius: 0;
  }
  .campaign .mainImage h3 {
    padding: 14px 8px 16px;
    font-size: 20px;
    border-radius: 0 0 8px 8px;
    border-radius: 0;
  }
  .noteMainImageBtm {
    font-size: 9px;
    padding-right: 8px;
    margin: -20px auto 20px;
    text-align: center;
  }
  .campaign .mainCopy {
    width: calc(100% - 40px);
    margin: 0 20px 20px;
    padding: 20px 16px;
  }
  .campaign .mainCopy dl {
    margin-bottom: 16px;
  }
  .campaign .mainCopy dt {
    font-size: 11px;
    margin-bottom: 12px;
    padding: 0px 12px;
  }
  .campaign .mainCopy dd {
    margin-bottom: 4px;
    width: 100%;
  }
  .campaign .mainCopy dd span {
    padding: 8px 8px;
    line-height: 1;
    font-size: 12px;
    margin-right: 8px;
    width: 40px;
  }
  .campaign .mainCopy dd div {
    font-size: 22px;
    line-height: 1.3;
    text-align: left;
  }
  .campaign .mainCopy .def dd div,
  .campaign_spring .mainCopy dd div {
    font-size: 27px;
    line-height: 1.4;
    text-align: center;
    /* width: 100%; */
  }
  .campaign .mainCopy dd em {
    font-size: 55%;
  }
  .campaign .mainCopy .cpCode p {
    font-size: 14px;
    text-align: left;
    margin-bottom: 12px;
  }
  .campaign .lastCTA {
    width: calc(100% - 40px);
    margin: 0 20px 20px;
    padding: 0 16px;
  }
  .cpCodeBox {
    font-size: 12px;
    margin-bottom: 20px;
    border-width: 2px;
    padding: 12px 12px;
    border-radius: 8px;
    margin-bottom: 30px;
  }
  .cpCodeBox em {
    display: block;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    padding-right: 8px;
  }
  .cpCodeBox span {
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #e94862;
  }

  .campaign .nBox {
    border-radius: 8px;
    border-width: 2px;
    padding: 0 20px 20px;
    margin-bottom: 32px;
  }
  .campaign .nBox h2.ttl {
    padding: 10px 12px 14px;
    font-size: 18px;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-bottom: 20px;
  }
  .campaign .nBox h2.ttl span {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .campaign .nBox h2.ttl .ttlHead {
    width: 26px;
    height: 26px;
    margin-right: 6px;
  }
  .campaign .nBox h2.ttl .ttlText {
    /* max-width: calc(100% - 32px); */
    height: 20px;
  }
  .campaign .presentIntro {
    flex-direction: column-reverse;
    margin-bottom: 12px;
  }
  .campaign .presentIntro .text {
    width: 100%;
    padding-right: 0;
  }
  .campaign .presentIntro .pic {
    width: 100%;
    text-align: center;
    margin-bottom: 8px;
  }
  .campaign .presentIntro .pic img {
    max-width: 500px;
  }
  .campaign .presentIntro .text h3 {
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
  }
  .campaign .presentIntro .tag {
    justify-content: center;
    margin-bottom: 8px;
  }
  .campaign .presentIntro .tag li {
    font-size: 12px;
    margin: 0 4px;
    padding: 8px 12px;
  }
  .campaign .middleTitle {
    font-size: 18px !important;
    padding: 10px 8px 12px;
    line-height: 1.3 !important;
    border-radius: 6px;
    margin-bottom: 16px !important;
    text-align: center !important;
  }
  .campaign .presentDetail {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .campaign .presentDetailInner {
    width: 100%;
  }
  .campaign .presentDetail h4 {
    padding: 12px 8px;
    margin-bottom: 12px;
    font-size: 15px;
  }
  .campaign .presentDetail h4:before {
    margin-left: -8px;
    border: 8px solid transparent;
    border-top: 8px solid #f7c800;
  }
  .campaign .presentDetail .jrConts h4:before {
    border-top: 8px solid #e76c06;
  }
  .campaign .presentDetail .srConts h4:before {
    border-top: 8px solid #00a297;
  }
  .campaign .presentDetail .noteMovie {
    font-size: 8px;
    margin-top: -12px;
  }
  .campaign .presentDetail h5 {
    font-size: 16px;
    text-align: center;
    margin: 8px auto 4px;
    line-height: 1.4;
  }
  .campaign .presentDetail p {
    font-size: 13px;
    line-height: 1.6;
  }
  .campaign .presentVoice dl {
    width: 100%;
    margin-bottom: 12px;
    align-items: flex-start;
  }
  .campaign .presentVoice dl:last-child {
    margin-bottom: 0;
  }
  .campaign .presentVoice dt {
    width: 52px;
    height: 52px;
    margin-top: 12px;
  }
  .campaign .presentVoice dd {
    width: calc(100% - 52px);
    padding-left: 16px;
  }
  .campaign .presentVoice dd div {
    border-radius: 20px;
    padding: 16px;
  }
  .campaign .presentVoice dd div:before {
    top: 32px;
    margin-top: 0;
    border: 6px solid transparent;
    border-left: 10px solid #eee;
  }
  .campaign .presentVoice dd p {
    font-size: 13px;
    margin-bottom: 6px;
  }
  .campaign .presentVoice dd em {
    font-size: 10px;
  }
  .campaign .presentVoice dl:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .campaign .presentVoice dl:nth-child(odd) dd {
    padding-left: 0;
    padding-right: 20px;
  }
  .campaign .presentVoice dl:nth-child(even) dd div:before {
    top: 32px;
    left: -16px;
    margin-top: 0;
    border: 6px solid transparent;
    border-right: 10px solid #eee;
  }

  .campaign .nurturingSpesial {
    margin-bottom: 40px;
  }
  .campaign .nurturingSpesial h3 {
    font-size: 14px;
    text-align: left;
    margin: 0 0 16px;
    font-weight: normal;
  }
  .campaign .spesialDetail {
    margin-bottom: 32px;
    text-align: center;
  }
  .campaign .spesialDetail dl {
    margin-bottom: 8px;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: auto;
    padding: 12px 4px 12px;
    width: 100%;
    line-height: 1;
  }
  .campaign .spesialDetail dt {
    font-size: 13px;
    padding-right: 0;
    text-align: center;
    margin-bottom: 0px;
  }
  .campaign .spesialDetail dt span {
    display: block;
    font-size: 60%;
    margin-top: 2px;
    padding: 0 4px 0 2px;
  }
  .campaign .spesialDetail dd {
    font-size: 14px !important;
    margin-bottom: 0;
    margin-top: -4px;
  }
  .campaign .spesialDetail dd b {
    font-size: 18px;
  }

  .campaign .spesialDetail dl:before {
    bottom: -15px;
    left: 50%;
    margin-left: -10px;
    border: 8px solid transparent;
    border-top: 8px solid #fff;
  }
  .campaign .spesialDetail dl:after {
    bottom: -18px;
    left: 50%;
    margin-left: -11px;
    border: 9px solid transparent;
    border-top: 9px solid #e94862;
  }

  .campaign .spesialDetail h4 {
    font-size: 31px;
    line-height: 1.2;
    width: auto;
    margin: 0 auto;
  }
  .campaign .spesialDetail h4 em {
    font-style: normal;
    font-size: 80%;
  }
  .campaign .nurturingSpesial .cpCodeBox {
    margin: 0;
  }
  .campaign .nurturingSpesial .cpCodeBox em {
    font-size: 10px;
  }
  .campaign .nurturingSpesial .note {
    font-size: 10px;
    text-align: center;
  }
  .campaign .faqBox {
    margin-top: 44px;
  }
  .campaign .faqBox h2.ttl {
    font-size: 26px;
    text-align: center;
    margin-bottom: 20px;
  }
  .campaign .aboutWB {
    padding: 0 0;
    display: block;
    position: relative;
    flex-direction: column;
    margin: 40px auto 0;
  }

  .campaign .headAboutWB {
    background: url(/assets/images/campaign/common/main_pic.jpg) #fff no-repeat 140% bottom;
    background-size: 260px 159px;
    min-height: 170px;
  }
  .campaign .headAboutWBInner {
    padding: 20px 20px;
  }
  .campaign .headAboutWBInner h2 {
    font-size: 4vw;
    margin-bottom: 8px;
  }
  .campaign .headAboutWBInner h3 {
    font-size: 4.2vw;
    margin-bottom: 0;
  }
  .campaign .headAboutWBInner h4 {
    font-size: 8px;
    font-weight: normal;
  }

  .campaign .about02 {
    padding: 0 0 40px;
    margin-bottom: 20px;
  }
  .campaign .about02 h3 {
    min-height: 220px;
    position: relative;
    z-index: 1;
    width: 884px;
    margin: 0 auto -28px;
    width: 100%;
    min-height: 47px;
  }
  .campaign .about02 .picIntro {
    margin-top: 10px !important;
  }
  .campaign .about02 h4 {
    font-size: 18px;
    margin: 16px auto 64px;
    padding: 18px 14px 14px;
    line-height: 1.6;
    text-align: left;
  }
  .campaign .about02 h4:before {
    top: -24px;
    left: 50%;
    margin-left: -8px;
    border: 8px solid transparent;
    border-bottom: 20px solid #fff;
  }
  .campaign .about02 em {
    margin-top: 4px;
    padding: 0 0;
    font-size: 10px;
  }
  .campaign .about02 .appAndKit {
    width: 100%;
    margin: 20px auto 0;
  }
  .campaign .about02 .appAndKit .box {
    border-width: 6px;
    border-radius: 24px;
    padding: 56px 20px 20px 20px;
    position: relative;
    box-sizing: border-box;
  }
  .campaign .about02 .appAndKit .box:first-child {
    margin-bottom: 60px;
  }
  .campaign .about02 .appAndKit .box h5 {
    font-size: 22px;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 50% !important;
    margin-top: -50px;
    margin-left: -50px;
  }
  .campaign .about02 .appAndKit .box h6 {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .campaign .about02 .appAndKit .pic {
    margin-bottom: 12px;
    width: 100%;
    padding: 0;
  }
  .campaign .about02 .appAndKit .pic img {
    width: 100%;
  }
  .campaign .about02 .appAndKit em {
    display: block;
    line-height: 1.4;
    margin-top: 8px;
  }
  .campaign .about02 .appAndKit em.link {
    background-position: left 2px;
  }
  .popupBox {
    padding: 16px 16px 16px;
    overflow-x: hidden;
  }
  .popupBox p {
    font-size: 14px;
  }

  .campaign .price {
    padding: 0 0;
    margin-bottom: 0;
  }
  .campaign .price h2 {
    width: 100%;
    margin: 0 auto 30px;
  }
  .campaign .price h2::before,
  .campaign .price h2::after {
    width: 2px;
    height: 80px;
  }
  .campaign .price h2::before {
    margin-right: 20px;
  }
  .campaign .price h2::after {
    margin-left: 20px;
  }
  .campaign .price h2 img {
    width: 80%;
  }
  .campaign .priceBox {
    flex-direction: column;
    margin-top: -20px;
  }
  .campaign .priceBox li {
    width: 100% !important;
    padding: 10px 12px !important;
    flex-direction: row;
    justify-content: center;
  }
  .campaign .priceBox li:first-child {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 0;
    padding: 20px 12px 16px !important;
  }
  .campaign .priceBox li:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
  }
  .campaign .priceBox li:nth-child(2) {
    border-left: none;
    border-right: none;
    border-top: 1px solid #a3d5d2 !important;
    border-bottom: 1px solid #a3d5d2 !important;
  }
  .campaign .priceBox li h3 {
    font-size: 12px;
    padding: 8px 12px;
    margin: 0;
    width: 120px;
    text-align: center;
  }
  .campaign .priceBox li h4 {
    font-size: 16px;
    width: calc(100% - 120px);
    padding-left: 12px;
    padding-bottom: 12px;
    top: -2px;
  }
  .campaign .priceBox li:first-child h4 {
    top: -4px;
  }
  .campaign .priceBox li h4 b {
    font-size: 38px;
    padding: 0 4px;
  }
  .campaign .priceBox li:last-child h3,
  .campaign .priceBox li:nth-child(2) h3 {
    font-size: 80%;
    padding: 8px 12px;
    margin-top: 0;
  }
  .campaign .priceBox li:last-child h4,
  .campaign .priceBox li:nth-child(2) h4 {
    font-size: 80%;
  }
  .campaign .priceBox li:last-child h4 b,
  .campaign .priceBox li:nth-child(2) h4 b {
    font-size: 32px;
  }
  .campaign .priceBox li .balloon {
    width: 64px;
    height: 64px;
    font-size: 11px;
    top: -34px;
    left: -16px;
    padding: 0;
  }
  .campaign .priceTable em {
    display: block;
    font-style: normal;
    text-align: right;
    font-size: 12px;
  }
  .campaign .price .siblings {
    padding: 30px 20px;
    margin: 20px auto 40px;
  }

  .campaign .price .siblings .balloon {
    width: 64px;
    height: 64px;
    font-size: 10px;
    top: 92px;
    left: -8px;
    padding: 0;
  }
  .campaign .price .siblings .siblingsHead {
    flex-direction: column-reverse;
    margin-bottom: 20px;
  }
  .campaign .price .siblings .siblingsHead .inner {
    padding: 20px 16px;
    width: 100%;
    margin-right: 0;
  }
  .campaign .price .siblings .siblingsHead h3 {
    padding: 8px 8px;
    text-align: center;
    font-size: 14px;
    width: 100%;
    margin-bottom: 12px;
    text-align: center;
  }
  .campaign .price .siblings .siblingsHead h4 {
    font-size: 24px;
  }
  .campaign .price .siblings .siblingsHead h4 b {
    font-size: 40px;
  }
  .campaign .price .siblings .siblingsHead h5 {
    font-size: 18px;
    padding: 0 0 0 10px;
    text-align: center;
    margin-bottom: 12px;
  }
  .campaign .price .siblings .siblingsHead h5::before,
  .campaign .price .siblings .siblingsHead h5::after {
    width: 2px;
    height: 60px;
  }
  .campaign .price .siblings .siblingsHead h5::before {
    transform: rotate(-30deg);
    left: 0;
    top: 0;
  }
  .campaign .price .siblings .siblingsHead h5::after {
    transform: rotate(30deg);
    left: 100%;
    top: 0;
  }
  .campaign .price .siblings h6 {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .campaign .price .siblings .siblingsExp {
    flex-direction: column-reverse;
    padding-bottom: 0;
  }
  .campaign .price .siblings .siblingsExp img {
    width: 100%;
  }
  .campaign .price .siblings .siblingsExp ul {
    width: 100%;
    margin: 0 0 16px;
    padding: 16px 16px 22px;
  }
  .campaign .price .siblings .siblingsExp ul::before {
    border-width: 0 24px 24px 0;
    position: absolute;
    left: 50%;
    top: calc(100% + 24px);
    margin-top: -24px;
    margin-left: -12px;
  }
  .campaign .price .siblings .siblingsExp ul::after {
    border-width: 0 16px 16px 0;
    left: 50%;
    top: calc(100% + 24px);
    margin-top: -26px;
    margin-left: -8px;
  }
  .campaign .price .siblings .siblingsExp li:first-child {
    border-bottom: 1px dotted #7e7e7e;
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  .campaign .price .siblings .siblingsExp h3 {
    font-size: 24px;
    margin-bottom: 8px;
  }

  .campaign .price .siblings .siblingsExp h4 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    display: flex;
  }
  .campaign .price .siblings .siblingsExp h4::before {
    content: '●';
    font-size: 80%;
    margin-right: 4px;
    margin-top: 2px;
  }
  .campaign .cards {
    flex-direction: column;
    width: 100%;
    margin: -20px 0 20px;
  }
  .campaign .cards p {
    width: 100%;
    margin-bottom: 16px;
  }
  .campaign .cards ul {
    width: 100%;
    padding: 0;
  }
  .campaign .cards li {
    margin: 0 4px;
  }

  .campaign .try {
    padding: 16px 0 32px;
    margin-bottom: 0;
  }
  .campaign .try h2 {
    margin-bottom: 20px;
  }
  .campaign .try li {
    background-size: 38px 38px;
    background-position: 0 6px;
    padding-left: 50px;
    min-height: 44px;
    margin-bottom: 16px;
    font-size: 18px;
    padding-top: 0;
    line-height: 1.4;
  }
  .campaign .try li em {
    display: block;
    margin-top: 2px;
  }
  .campaign .serviceBox {
    margin-bottom: 0;
    justify-content: space-between;
    width: 100%;
  }
  .campaign .serviceBox .serviceBoxDesc {
    width: 30%;
    margin: 0 0;
    line-height: 1;
  }
  .campaign .serviceBox .serviceBoxDesc img {
    height: 60px;
    margin: 0 auto 8px;
  }
  .campaign .serviceBox .serviceDetail {
    width: 100%;
    border-width: 2px;
    padding: 12px 4px;
  }
  .campaign .serviceBox .serviceDetail:before {
    top: -16px;
    left: 50%;
    margin-left: -8px;
    border: 8px solid transparent;
    border-bottom: 8px solid #fff;
  }
  .campaign .serviceBox .serviceDetail:after {
    top: -20px;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-bottom: 10px solid #ddd;
  }
  .campaign .serviceBox .serviceDetail h4 {
    font-size: 10px;
    margin-bottom: 4px;
    font-weight: 400;
  }
  .campaign .serviceBox .serviceDetail h5 {
    font-size: 15px;
  }

  .campaign20230201 .addInfo ul {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .campaign20230201 .addInfo li {
    width: 100%;
    height: auto;
    border-radius: 0;
    margin: 0 auto 2px;
    padding: 8px;
    font-size: 16px;
    line-height: 1.3;
  }

  /* ============== 20230301 ============== */
  .campaign20230714 .presentDetail .tag {
    margin-bottom: 12px;
  }
  .campaign20230714 .presentDetail .tag li {
    font-size: 10px;
    padding: 8px 10px;
  }
  .campaign20231122 .presentDetail .tag {
    margin-bottom: 12px;
  }
  .campaign20231122 .presentDetail .tag li {
    font-size: 10px;
    padding: 8px 10px;
  }

  .attentionText {
    margin: -12px auto 20px;
    line-height: 1.4;
  }

  .campaign20230714 .presentDetailInner.jrConts {
    margin-bottom: 20px;
  }

  .campaign20231122 .presentDetailInner.jrConts {
    margin-bottom: 20px;
  }

  .campaign .benefit .movie {
    width: 100%;
    aspect-ratio: 16 / 9;
    padding-right: 25px;
    padding-left: 25px;
  }
  .campaign .benefit .movie iframe {
    width: 100%;
    margin-top: 0%;
    padding-top: 12%;
  }

  .siblings1 {
    margin: 0 auto 40px;
    border: 2px solid #ba4883;
    border-radius: 6px;
    padding: 0 16px 16px;
  }
  .campaign .innerBox .siblings1 h3 {
    font-size: 16px;
    padding: 8px 4px 10px;
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-bottom: 16px;
    line-height: 1.4;
    text-align: center;
  }
  .siblings1 .siblingsHead .sTitle {
    font-size: 16px;
    padding: 0 24px;
    margin: 0 auto;
  }
  .siblings1 .siblingsHead h4 {
    font-size: 13px;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.1;
  }
  .siblings1 .siblingsHead h4 span {
    font-size: 44px;
  }
  .siblings1 .siblingsHead h5 {
    margin-bottom: 24px;
    font-size: 13px;
  }
  .siblings1 .siblingsHead h5 span {
    padding: 0 6px;
    position: relative;
    bottom: -12px;
  }
  .siblings1 .examples {
    margin-bottom: 20px;
    flex-wrap: wrap;
  }
  .siblings1 .examples li {
    width: 100%;
    margin-bottom: 12px;
  }
  .siblings1 .examples li .note {
    font-size: 10px;
    line-height: 1.2;
    margin-top: 4px;
    display: block;
  }
  .siblings1 .examples .examplesOuter {
    border-width: 1px;
    border-radius: 4px;
    background: #fff;
  }

  .siblings1 .examples h6 {
    font-size: 14px;
    padding: 6px 6px 8px;
  }
  .siblings1 .examples .pic {
    padding: 8px 8px 0;
    width: 170px;
  }
  .siblings1 .examples img {
    height: 60px;
    width: auto;
  }
  .siblings1 .examples .desc {
    width: calc(100% - 170px);
    text-align: left;
    padding-top: 4px;
  }
  .siblings1 .examples .desc.three {
    padding-left: 0;
  }
  .siblings1 .examples .desc em.sib {
    font-size: 14px;
    text-align: left;
  }
  .siblings1 .examples .desc div {
    font-size: 36px;
  }
  .siblings1 .examples .desc div span {
    font-size: 16px;
  }

  .siblings1 .sibling-box {
    padding: 20px 8px 8px;
  }

  .siblings1 .sibling-box h4 {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 12px;
  }

  .siblings1 .sibling-box li {
    text-align: center;
  }
  .siblings1 .sibling-box h5 {
    font-size: 12px;
    padding: 4px 12px 6px;
    margin-bottom: 12px;
  }

  .siblings1 .sibling-box .desc {
    margin-bottom: 8px;
    flex-direction: column;
  }
  .siblings1 .sibling-box .pic {
    width: auto;
    height: 80px;
    padding: 0;
    text-align: center;
    margin-bottom: 12px;
  }
  .siblings1 .sibling-box .pic img {
    width: auto;
    height: 100%;
    margin: 0 auto;
  }
  .siblings1 .sibling-box .desc ul {
    text-align: left;
    margin-bottom: 0;
  }
  .siblings1 .sibling-box .desc li {
    text-align: left;
    line-height: 1.4;
    font-size: 10px;
    margin-bottom: 4px;
    letter-spacing: -0.05em;
  }
  .siblings1 .sibling-box .desc li::before {
    font-size: 60%;
    width: 12px;
    height: 12px;
    padding-right: 1px;
    padding-top: 3px;
  }
  .siblings1 .sibling-box p {
    padding: 0 8px;
  }
}

/*-- width 640px  ----------------------------------------------------------------------------------------*/
@media only screen and (max-width: 640px) {
  .campaign .title {
    /* height: 140px; */
    /* min-height: 0;
    height: auto; */
  }
}
/*-- width 440px  ----------------------------------------------------------------------------------------*/
@media only screen and (max-width: 440px) {
  .campaign .title {
    /* height: 88px; */
    /* min-height: 0;
    height: auto; */
  }

  .campaign .spesialDetail dd {
    font-size: 9vw;
    margin-bottom: -1vw;
  }
}

.nurturing,
.def {
  opacity: 0;
}
.campaign_summer .presentDetailText h5 {
  font-size: 18px;
}

.campaign_summer .presentDetailText .present-course {
  font-size: 14px;
}

.attentionText02 {
  display: none;
}
