@charset "UTF-8";
:root {
  --primary: #00AFEC;
  --wh: #fff;
  --wh2: #eee;
  --wh3: #f6f6f6;
  --bk: #000;
  --bk2: #333;
  --gray: #B6BCC1;
  --blue: #15A0D4;
  --blue_dark: #0366B3;
  --yellow: #ECE800;
}

/* campaign */
/* -------------------------------------------------------- */
.main_top {
  margin-bottom: 80px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 764px) {
  .main_top .main_top_01 h1 {
    max-width: 271px;
  }
}

.contents_list {
  margin: 0 auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 42px;
  max-width: 1200px;
}
@media only screen and (max-width: 764px) {
  .contents_list {
    width: calc(100% - 32px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px 0;
  }
}
.contents_list .contents_item {
  width: calc(50% - 21px);
  max-width: 579px;
}
@media only screen and (max-width: 764px) {
  .contents_list .contents_item {
    width: 100%;
    max-width: inherit;
  }
}
.contents_list .contents_item a,
.contents_list .contents_item .spbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 764px) {
  .contents_list .contents_item a,
  .contents_list .contents_item .spbox {
    width: 100%;
  }
}
.contents_list .contents_item a .wave,
.contents_list .contents_item .spbox .wave {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  opacity: 0;
  top: -7px;
  right: -10px;
}
.contents_list .contents_item a .wave svg,
.contents_list .contents_item .spbox .wave svg {
  position: absolute;
}
.contents_list .contents_item a .item_img_wrap,
.contents_list .contents_item .spbox .item_img_wrap {
  position: relative;
  margin-bottom: 16px;
}
@media only screen and (max-width: 764px) {
  .contents_list .contents_item a .item_img_wrap,
  .contents_list .contents_item .spbox .item_img_wrap {
    margin-bottom: 12px;
  }
}
.contents_list .contents_item a .item_img_wrap .end,
.contents_list .contents_item .spbox .item_img_wrap .end {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(3, 102, 179, 0.85);
  border-radius: 10px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
}
.contents_list .contents_item a .item_img_wrap .end span,
.contents_list .contents_item .spbox .item_img_wrap .end span {
  color: var(--wh);
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.contents_list .contents_item a .item_img_wrap .item_img,
.contents_list .contents_item .spbox .item_img_wrap .item_img {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 362px;
}
@media only screen and (max-width: 640px) {
  .contents_list .contents_item a .item_img_wrap .item_img,
  .contents_list .contents_item .spbox .item_img_wrap .item_img {
    height: auto;
    max-height: 362px;
  }
}
.contents_list .contents_item a .item_img_wrap .item_img figure,
.contents_list .contents_item .spbox .item_img_wrap .item_img figure {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
  aspect-ratio: 16/10; /*1158x723*/
}
.contents_list .contents_item a .item_img_wrap .item_img figure img,
.contents_list .contents_item .spbox .item_img_wrap .item_img figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background: var(--primary);
  border-radius: 10px;
}
.contents_list .contents_item a .limit dl,
.contents_list .contents_item .spbox .limit dl {
  color: var(--yellow);
  letter-spacing: 0.05em;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 21px;
}
@media only screen and (max-width: 1199px) {
  .contents_list .contents_item a .limit dl,
  .contents_list .contents_item .spbox .limit dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.contents_list .contents_item a .limit dl dt,
.contents_list .contents_item .spbox .limit dl dt {
  font-size: clamp(1.4rem, 1.16vw, 1.6rem);
  font-weight: 700;
}
@media only screen and (max-width: 1199px) {
  .contents_list .contents_item a .limit dl dt,
  .contents_list .contents_item .spbox .limit dl dt {
    font-size: 1.4rem;
  }
}
.contents_list .contents_item a .limit dl dd,
.contents_list .contents_item .spbox .limit dl dd {
  position: relative;
  font-size: clamp(1.3rem, 1.14vw, 1.6rem);
  font-weight: 700;
}
@media only screen and (max-width: 1199px) {
  .contents_list .contents_item a .limit dl dd,
  .contents_list .contents_item .spbox .limit dl dd {
    padding-left: 7px;
    font-size: 1.3rem;
  }
}
.contents_list .contents_item a .limit dl dd::before,
.contents_list .contents_item .spbox .limit dl dd::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 16.82px;
  background: var(--yellow);
  top: calc(50% - 7px);
  left: -10px;
}
@media only screen and (max-width: 1199px) {
  .contents_list .contents_item a .limit dl dd::before,
  .contents_list .contents_item .spbox .limit dl dd::before {
    height: 14.5px;
    top: calc(50% - 8px);
    left: 0;
  }
}
.contents_list .contents_item a .ttl,
.contents_list .contents_item .spbox .ttl {
  margin: 8px 0 12px;
  color: var(--wh);
  font-size: clamp(1.8rem, 1.6vw, 2.4rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
@media only screen and (max-width: 764px) {
  .contents_list .contents_item a .ttl,
  .contents_list .contents_item .spbox .ttl {
    margin: 12px 0 8px;
    font-size: 1.8rem;
    letter-spacing: 0;
    text-align: justify;
  }
}
.contents_list .contents_item a .item_text,
.contents_list .contents_item .spbox .item_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 32px;
}
@media only screen and (max-width: 764px) {
  .contents_list .contents_item a .item_text,
  .contents_list .contents_item .spbox .item_text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 16px 0;
  }
}
.contents_list .contents_item a .item_text p,
.contents_list .contents_item .spbox .item_text p {
  max-width: calc(100% - 142px);
  color: var(--wh);
  font-size: clamp(1.2rem, 1.14vw, 1.4rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media only screen and (max-width: 764px) {
  .contents_list .contents_item a .item_text p,
  .contents_list .contents_item .spbox .item_text p {
    width: 100%;
    max-width: inherit;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
  }
}
@media only screen and (min-width: 765px) {
  .contents_list .contents_item a .item_text .btn_more,
  .contents_list .contents_item .spbox .item_text .btn_more {
    margin-top: 4px;
  }
}
@media only screen and (min-width: 765px) {
  .contents_list .contents_item a:hover .wave,
  .contents_list .contents_item .spbox:hover .wave {
    opacity: 1;
  }
}
@media only screen and (min-width: 765px) {
  .contents_list .contents_item a:hover .item_img_wrap .item_img figure img,
  .contents_list .contents_item .spbox:hover .item_img_wrap .item_img figure img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.contents_list .contents_item .spbox .btnbox {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.contents_list .contents_item .spbox .btnbox a {
  width: auto;
}

/* campaign single */
/* -------------------------------------------------------- */
@media only screen and (max-width: 764px) {
  .campaign.single .p_circle.p_circle_02 {
    display: none;
  }
}
.campaign.single .main_container {
  padding-top: 184px;
}
@media only screen and (max-width: 764px) {
  .campaign.single .main_container {
    padding-top: 114px;
  }
}

/* parts */
/* ------------------------------- */
.btn_more {
  border: 1px solid var(--wh);
}
.btn_more.end {
  border: none;
}
.btn_more .link.campaign {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: none;
  transition: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
}
.btn_more .link.campaign > span {
  position: relative;
  padding-right: 12px;
  color: var(--primary);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: none;
  top: 0;
  left: 0;
}
.btn_more .link.campaign::before {
  left: -34px;
}
@media only screen and (max-width: 764px) {
  .btn_more .link.campaign::before {
    left: -16px;
  }
}
.btn_more .link.campaign::after {
  right: 50px;
}
@media only screen and (max-width: 764px) {
  .btn_more .link.campaign::after {
    right: 34px;
  }
}
@media only screen and (max-width: 374px) {
  .btn_more .link.campaign::after {
    right: 24px;
  }
}
.btn_more .link.campaign.end {
  -webkit-transition: none;
  transition: none;
  color: var(--wh);
  background: var(--gray);
}
.btn_more .link.campaign.end > span {
  -webkit-transition: none;
  transition: none;
  padding-right: 0;
  color: var(--wh);
}
.btn_more .link.campaign.end > span::after {
  background: none;
}
.btn_more .link.campaign.end::before, .btn_more .link.campaign.end::after {
  content: none;
  -webkit-transition: none;
  transition: none;
}
.btn_more.external {
  width: 136px;
  height: 50px;
}
.btn_more .link.external {
  -webkit-transform: none;
          transform: none;
}
.btn_more .link.external > span {
  width: 56px;
  height: 15px;
  top: 18px;
  left: 31px;
  -webkit-transform: none;
          transform: none;
}
.btn_more .link.external::before, .btn_more .link.external::after {
  position: absolute;
  content: "";
  width: 11px;
  height: 9px;
  background: url("../img/common/icon_external.svg") no-repeat 0 0/contain;
  top: calc(50% - 4px);
}
.btn_more .link.external::after {
  right: 30px;
}

a:hover .btn_more .link.campaign > span {
  background: none;
}
@media only screen and (min-width: 765px) {
  a:hover .btn_more .link.campaign > span {
    color: var(--wh);
  }
}
@media only screen and (min-width: 765px) {
  a:hover .btn_more .link.campaign::before {
    -webkit-transform: translateX(90px);
            transform: translateX(90px);
  }
}
@media only screen and (min-width: 765px) {
  a:hover .btn_more .link.campaign::after {
    -webkit-transform: translateX(35vw);
            transform: translateX(35vw);
  }
}

/* main_contents_single */
/* ------------------------------- */
.main_contents_single {
  margin: 0 auto;
  width: calc(100% - 48px);
  max-width: 1040px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0 39px;
}
@media only screen and (max-width: 764px) {
  .main_contents_single {
    width: calc(100% - 32px);
    gap: 40px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.main_contents_single aside {
  margin: 0 auto;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 765px) {
  .main_contents_single aside {
    position: sticky;
    margin: 0;
    top: 140px;
    width: 367px;
    height: 50%;
  }
}
.main_contents_single aside .top {
  width: 100%;
  height: 40px;
  line-height: 1;
  overflow: hidden;
  background: url("../img/campaign/wave_aside_top.png") no-repeat 0 bottom/100% auto;
}
@media only screen and (max-width: 764px) {
  .main_contents_single aside .top {
    height: 32px;
    background: url("../img/campaign/wave_aside_top_sp.png") no-repeat 0 bottom/100% auto;
  }
}
.main_contents_single aside .bottom {
  width: 100%;
  height: 40px;
  background: url("../img/campaign/wave_aside_bottom.png") no-repeat 0 0/100% auto;
}
@media only screen and (max-width: 764px) {
  .main_contents_single aside .bottom {
    height: 32px;
    background: url("../img/campaign/wave_aside_bottom_sp.png") no-repeat 0 0/100% auto;
  }
}
.main_contents_single aside .inner {
  padding: 0 40px 0;
  width: 100%;
  height: auto;
  background: url("../img/campaign/wave_aside_body.png") repeat-y 0 0/100% auto;
}
@media only screen and (max-width: 764px) {
  .main_contents_single aside .inner {
    padding-top: 18px;
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 26px;
    background: url("../img/campaign/wave_aside_body_sp.png") repeat-y 0 0/100% auto;
  }
}
@media only screen and (max-width: 374px) {
  .main_contents_single aside .inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.main_contents_single aside .limit {
  margin-bottom: 6px;
}
@media only screen and (max-width: 764px) {
  .main_contents_single aside .limit {
    margin-bottom: 18px;
  }
}
.main_contents_single aside .limit dl {
  color: var(--yellow);
  letter-spacing: 0.02em;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px 0;
}
.main_contents_single aside .limit dl dt {
  font-size: clamp(1.2rem, 1.12vw, 1.3rem);
  font-weight: 700;
}
@media only screen and (max-width: 764px) {
  .main_contents_single aside .limit dl dt {
    font-size: 1.2rem;
  }
}
.main_contents_single aside .limit dl dd {
  position: relative;
  padding-left: 7px;
  font-size: clamp(1.2rem, 1.12vw, 1.3rem);
  font-weight: 700;
}
@media only screen and (max-width: 764px) {
  .main_contents_single aside .limit dl dd {
    font-size: 1.2rem;
  }
}
.main_contents_single aside .limit dl dd::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 14.5px;
  background: var(--yellow);
  top: calc(50% - 7px);
  left: 0;
}
@media only screen and (max-width: 764px) {
  .main_contents_single aside .limit dl dd::before {
    top: 4px;
  }
}
.main_contents_single aside h1.ttl {
  margin-bottom: 16px;
  font-size: clamp(2rem, 1.9vw, 2.4rem);
  font-weight: 700;
  line-height: 1.4;
}
@media only screen and (max-width: 764px) {
  .main_contents_single aside h1.ttl {
    font-size: 2rem;
  }
}
.main_contents_single aside p {
  margin-bottom: 24px;
  font-size: clamp(1.2rem, 1.14vw, 1.4rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media only screen and (max-width: 764px) {
  .main_contents_single aside p {
    font-size: 1.2rem;
  }
}
.main_contents_single aside .btn_more {
  width: 286px;
  height: 50px;
}
@media only screen and (max-width: 764px) {
  .main_contents_single aside .btn_more {
    margin: 0 auto;
    width: 251px;
    height: 50px;
  }
}
@media only screen and (max-width: 374px) {
  .main_contents_single aside .btn_more {
    width: 100%;
  }
}
.main_contents_single .main_contents_inner {
  width: 62%;
  max-width: 634px;
  /* join */
  /* present */
}
@media only screen and (max-width: 764px) {
  .main_contents_single .main_contents_inner {
    width: 100%;
    max-width: inherit;
  }
}
.main_contents_single .main_contents_inner .mv {
  margin-bottom: 40px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-height: 396px;
  overflow: hidden;
  border-radius: 15px;
  aspect-ratio: 16/10;
}
@media only screen and (max-width: 764px) {
  .main_contents_single .main_contents_inner .mv {
    margin-bottom: 35px;
  }
}
.main_contents_single .main_contents_inner .mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 15px;
}
@media only screen and (max-width: 764px) {
  .main_contents_single .main_contents_inner .mv img {
    border-radius: 10px;
  }
}
.main_contents_single .main_contents_inner .mv.end {
  position: relative;
}
.main_contents_single .main_contents_inner .mv.end::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(3, 102, 179, 0.85);
  border-radius: 10px;
  z-index: 2;
}
.main_contents_single .main_contents_inner .mv.end::after {
  position: absolute;
  content: "このキャンペーンは終了しました";
  width: 100%;
  height: 100%;
  color: var(--wh);
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 3;
  top: 0;
  left: 0;
}
.main_contents_single .main_contents_inner .ttl {
  position: relative;
  margin-bottom: 24px;
  padding-left: 20px;
  line-height: 1;
  font-size: clamp(2rem, 1.9vw, 2.4rem);
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 764px) {
  .main_contents_single .main_contents_inner .ttl {
    margin-bottom: 16px;
    padding-left: 15px;
    font-size: 1.8rem;
  }
}
.main_contents_single .main_contents_inner .ttl::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 15px;
  background: url("../img/campaign/icon_triangle.svg") no-repeat 0 0/100% auto;
  top: 7px;
  left: 0;
}
@media only screen and (max-width: 1199px) {
  .main_contents_single .main_contents_inner .ttl::before {
    top: 26%;
  }
}
@media only screen and (max-width: 764px) {
  .main_contents_single .main_contents_inner .ttl::before {
    width: 11px;
    height: 12px;
    background: url("../img/campaign/icon_triangle_sp.svg") no-repeat 0 0/100% auto;
    top: 5px;
    left: 0;
  }
}
.main_contents_single .main_contents_inner .campaign_naiyou {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: justify;
}
@media only screen and (max-width: 764px) {
  .main_contents_single .main_contents_inner .campaign_naiyou {
    font-size: 1.2rem;
  }
}
.main_contents_single .main_contents_inner .line {
  margin-top: 40px;
  margin-bottom: 40px;
  width: 100%;
  height: 3px;
  background: url("../img/campaign/line.svg") repeat-x 0 0/auto 3px;
}
@media only screen and (max-width: 764px) {
  .main_contents_single .main_contents_inner .line {
    margin-bottom: 34px;
  }
}
.main_contents_single .main_contents_inner .box_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px 0;
}
.main_contents_single .main_contents_inner .box {
  position: relative;
}
.main_contents_single .main_contents_inner .box a {
  color: var(--wh);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.main_contents_single .main_contents_inner .box a:hover {
  text-decoration: none;
}
.main_contents_single .main_contents_inner .box p {
  font-size: clamp(1.2rem, 1.14vw, 1.4rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: justify;
}
@media only screen and (max-width: 764px) {
  .main_contents_single .main_contents_inner .box p {
    font-size: 1.2rem;
  }
}
.main_contents_single .main_contents_inner .box .sttl {
  margin-bottom: 16px;
  font-size: clamp(1.6rem, 1.5vw, 1.8rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media only screen and (max-width: 764px) {
  .main_contents_single .main_contents_inner .box .sttl {
    margin-bottom: 6px;
    font-size: 1.6rem;
  }
}
.main_contents_single .main_contents_inner .box .text .sttl {
  margin-bottom: 16px;
  font-size: clamp(1.6rem, 1.5vw, 1.8rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media only screen and (max-width: 764px) {
  .main_contents_single .main_contents_inner .box .text .sttl {
    margin-bottom: 8px;
    font-size: 1.6rem;
  }
}
.main_contents_single .main_contents_inner .box .text .sttl dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
}
.main_contents_single .main_contents_inner .box .text .sttl dl dt, .main_contents_single .main_contents_inner .box .text .sttl dl dd {
  font-weight: 700;
}
.main_contents_single .main_contents_inner .box .text .sttl dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.main_contents_single .main_contents_inner .box figure {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 15px;
  aspect-ratio: 16/10;
}
.main_contents_single .main_contents_inner .box figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 15px;
}
@media only screen and (max-width: 764px) {
  .main_contents_single .main_contents_inner .box figure img {
    width: 100%;
    border-radius: 10px;
  }
}
.main_contents_single .main_contents_inner .join .box {
  padding-top: 38px;
}
@media only screen and (max-width: 764px) {
  .main_contents_single .main_contents_inner .join .box {
    padding-top: 32px;
  }
}
.main_contents_single .main_contents_inner .join .box::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 14px;
  background: url("../img/campaign/icon_arrow_w_down.svg") no-repeat 0 0/contain;
  top: 0;
  left: calc(50% - 7.5px);
}
@media only screen and (max-width: 764px) {
  .main_contents_single .main_contents_inner .join .box::before {
    width: 13px;
    height: 11px;
    top: 0;
    left: calc(50% - 5.5px);
  }
}
.main_contents_single .main_contents_inner .join .box:first-of-type {
  padding-top: 0;
}
.main_contents_single .main_contents_inner .join .box:first-of-type::before {
  content: none;
}
.main_contents_single .main_contents_inner .join .box.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 16px;
}
@media only screen and (max-width: 764px) {
  .main_contents_single .main_contents_inner .join .box.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px 0;
  }
}
.main_contents_single .main_contents_inner .join .box.flex figure {
  width: 50%;
  max-width: 306px;
  max-height: 173px;
}
@media only screen and (max-width: 764px) {
  .main_contents_single .main_contents_inner .join .box.flex figure {
    width: 100%;
    max-width: inherit;
  }
}
.main_contents_single .main_contents_inner .join .box.flex .text {
  width: 50%;
  max-width: 312px;
}
@media only screen and (max-width: 764px) {
  .main_contents_single .main_contents_inner .join .box.flex .text {
    width: 100%;
    max-width: auto;
    max-width: initial;
  }
}
.main_contents_single .main_contents_inner .box_wrap.present {
  gap: 48px 0;
}
@media only screen and (max-width: 764px) {
  .main_contents_single .main_contents_inner .box_wrap.present {
    gap: 40px 0;
  }
}
.main_contents_single .main_contents_inner .ttl.present {
  margin-bottom: 28px;
}
.main_contents_single .main_contents_inner .present .sttl {
  position: relative;
  margin-bottom: 20px;
  padding-left: 30px;
  color: var(--yellow);
  font-size: clamp(1.4rem, 1.3vw, 1.6rem);
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 764px) {
  .main_contents_single .main_contents_inner .present .sttl {
    font-size: 1.6rem;
  }
}
.main_contents_single .main_contents_inner .present .sttl::before {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  background: url("../img/campaign/icon_yellow.svg") no-repeat 0 0/contain;
  top: calc(50% - 11px);
  left: 0;
}
.main_contents_single .main_contents_inner .present .item_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main_contents_single .main_contents_inner .present .item_name dt {
  width: 32px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media only screen and (max-width: 764px) {
  .main_contents_single .main_contents_inner .present .item_name dt {
    width: 24px;
  }
}
.main_contents_single .main_contents_inner .present .item_name dd {
  width: calc(100% - 32px);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: justify;
}
@media only screen and (max-width: 764px) {
  .main_contents_single .main_contents_inner .present .item_name dd {
    width: calc(100% - 24px);
  }
}
.main_contents_single .main_contents_inner .present .box01 figure {
  margin-bottom: 16px;
  max-height: 357px;
}
@media only screen and (max-width: 764px) {
  .main_contents_single .main_contents_inner .present .box01 figure {
    margin-bottom: 16px;
  }
}
.main_contents_single .main_contents_inner .present .box01 .item_name {
  margin-bottom: 16px;
  font-size: clamp(2rem, 1.9vw, 2.4rem);
}
@media only screen and (max-width: 764px) {
  .main_contents_single .main_contents_inner .present .box01 .item_name {
    font-size: 1.6rem;
  }
}
.main_contents_single .main_contents_inner .present .box02 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 40px;
}
@media only screen and (max-width: 764px) {
  .main_contents_single .main_contents_inner .present .box02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px 0;
  }
}
.main_contents_single .main_contents_inner .present .box02 .box {
  width: 49%;
  max-width: 297px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px 0;
}
@media only screen and (max-width: 764px) {
  .main_contents_single .main_contents_inner .present .box02 .box {
    width: 100%;
    max-width: auto;
    max-width: inherit;
    display: block;
  }
}
.main_contents_single .main_contents_inner .present .box02 .box .sttl {
  margin-bottom: 0;
}
@media only screen and (max-width: 764px) {
  .main_contents_single .main_contents_inner .present .box02 .box .sttl {
    margin-bottom: 20px;
  }
}
.main_contents_single .main_contents_inner .present .box02 .box figure {
  max-height: 167px;
}
@media only screen and (max-width: 764px) {
  .main_contents_single .main_contents_inner .present .box02 .box figure {
    margin-bottom: 16px;
  }
}
.main_contents_single .main_contents_inner .present .box02 .box .item_name {
  font-size: clamp(1.4rem, 1.3vw, 1.6rem);
}
.main_contents_single .main_contents_inner .present .box02 .box .item_name dt {
  width: 26px;
  font-size: clamp(1.4rem, 1.3vw, 1.6rem);
}
@media only screen and (max-width: 764px) {
  .main_contents_single .main_contents_inner .present .box02 .box .item_name dt {
    font-size: 1.6rem;
  }
}
.main_contents_single .main_contents_inner .present .box02 .box .item_name dd {
  width: calc(100% - 26px);
  font-size: clamp(1.4rem, 1.3vw, 1.6rem);
}
@media only screen and (max-width: 764px) {
  .main_contents_single .main_contents_inner .present .box02 .box .item_name dd {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 764px) {
  .main_contents_single .main_contents_inner .present .box02 .box .item_name {
    margin-bottom: 8px;
    font-size: 1.6rem;
  }
}
.main_contents_single .main_contents_inner .btn_more {
  margin-top: 80px;
  width: 100%;
  height: 70px;
}
@media only screen and (max-width: 764px) {
  .main_contents_single .main_contents_inner .btn_more {
    height: 50px;
  }
}
.main_contents_single .main_contents_inner .btn_more .link.campaign::before {
  left: -34px;
}
@media only screen and (max-width: 764px) {
  .main_contents_single .main_contents_inner .btn_more .link.campaign::before {
    left: -16px;
  }
}
.main_contents_single .main_contents_inner .btn_more .link.campaign::after {
  right: calc(50% - 90px);
}
.main_contents_single .main_contents_inner a:hover .btn_more .link.campaign::before {
  left: calc(50% - 180px);
}
@media only screen and (max-width: 764px) {
  .main_contents_single .main_contents_inner a:hover .btn_more .link.campaign::before {
    left: calc(50% - 144px);
  }
}
.main_contents_single .main_contents_inner a:hover .btn_more .link.campaign::after {
  -webkit-transform: translateX(300px);
          transform: translateX(300px);
}

.toggle_wrap {
  border: 1px solid var(--wh);
  border-radius: 4px;
}
.toggle_wrap .toggle {
  padding: 20px;
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 8px;
  cursor: pointer;
}
@media only screen and (max-width: 764px) {
  .toggle_wrap .toggle {
    padding: 16px;
  }
}
.toggle_wrap .toggle button {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 8px;
}
.toggle_wrap .toggle span {
  width: 18px;
  height: 18px;
  background: url("../img/campaign/icon_down.svg") no-repeat 0 0/contain;
  display: block;
}
.toggle_wrap .toggle.active {
  border-bottom: 1px solid var(--wh);
}
.toggle_wrap .toggle.active span {
  background: url("../img/campaign/icon_up.svg") no-repeat 0 0/contain;
}
.toggle_wrap .toggle_inner {
  padding: 20px 40px 40px;
}
@media only screen and (max-width: 764px) {
  .toggle_wrap .toggle_inner {
    padding: 8px 24px 32px;
  }
}
.toggle_wrap .toggle_inner dl {
  margin-top: 16px;
}
@media only screen and (max-width: 764px) {
  .toggle_wrap .toggle_inner dl {
    margin-top: 22px;
  }
}
.toggle_wrap .toggle_inner dl dt {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media only screen and (max-width: 764px) {
  .toggle_wrap .toggle_inner dl dt {
    margin-bottom: 8px;
    font-size: 1.4rem;
  }
}
.toggle_wrap .toggle_inner dl dd {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.toggle_wrap .toggle_inner dl dd .mb {
  margin-bottom: 8px;
}
.toggle_wrap .toggle_inner dl dd a {
  padding-bottom: 0.5em;
  color: var(--wh);
  text-decoration: underline;
  text-underline-offset: 5px;
  display: inline-block;
}
.toggle_wrap .toggle_inner dl dd a:hover {
  text-decoration: none;
}
.toggle_wrap .toggle_inner dl ul li {
  padding-left: 1em;
  text-indent: -1em;
}
@media only screen and (max-width: 764px) {
  .toggle_wrap .toggle_inner dl ul li {
    letter-spacing: 0.05em;
  }
}
.toggle_wrap .toggle_inner dl .kome {
  padding-left: 1em;
  text-indent: -1em;
}
@media only screen and (max-width: 764px) {
  .toggle_wrap .toggle_inner .media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px 0;
  }
  .toggle_wrap .toggle_inner .media div p + p {
    margin-left: 1em;
  }
}
.toggle_wrap .toggle_inner .box02 {
  width: 70%;
}
@media only screen and (max-width: 764px) {
  .toggle_wrap .toggle_inner .box02 {
    width: 100%;
  }
}

/* outline */
.outline {
  position: relative;
  margin: 160px auto 0;
  width: calc(100% - 48px);
  max-width: 1040px;
}
@media only screen and (max-width: 764px) {
  .outline {
    margin: 120px auto 0;
    width: calc(100% - 32px);
  }
}
.outline::before {
  position: absolute;
  content: "";
  width: 81px;
  height: 144px;
  background: url("../img/campaign/character_01.png") no-repeat 0 0/contain;
  top: -100px;
  right: 40px;
}
@media only screen and (max-width: 764px) {
  .outline::before {
    width: 56px;
    height: 96px;
    top: -70px;
    right: 25px;
  }
}

/* related */
.related {
  margin: 40px auto 0;
  width: calc(100% - 48px);
  max-width: 1040px;
}
@media only screen and (max-width: 764px) {
  .related {
    margin: 60px auto 0;
    width: calc(100% - 32px);
  }
}
.related .toggle_inner {
  padding: 40px;
}
@media only screen and (max-width: 764px) {
  .related .toggle_inner {
    padding: 32px 24px;
  }
}
.related .related_box_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 24px;
}
@media only screen and (max-width: 764px) {
  .related .related_box_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px 0;
  }
}
.related .related_box_wrap .related_box a {
  position: relative;
  color: var(--wh);
  max-width: 304px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px 0;
}
@media only screen and (max-width: 764px) {
  .related .related_box_wrap .related_box a {
    width: 100%;
    max-width: auto;
    max-width: inherit;
    gap: 8px 0;
  }
}
.related .related_box_wrap .related_box a .wave {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  opacity: 0;
  top: -7px;
  right: -10px;
}
.related .related_box_wrap .related_box a .wave svg {
  position: absolute;
}
.related .related_box_wrap .related_box a .item_img_wrap {
  position: relative;
}
@media only screen and (max-width: 764px) {
  .related .related_box_wrap .related_box a .item_img_wrap {
    margin-bottom: 8px;
  }
}
.related .related_box_wrap .related_box a .item_img_wrap .item_img {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  overflow: hidden;
  max-height: 162px;
}
@media only screen and (min-width: 765px) {
  .related .related_box_wrap .related_box a .item_img_wrap .item_img {
    height: 162px;
  }
}
.related .related_box_wrap .related_box a .item_img_wrap .item_img figure {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 162px;
  overflow: hidden;
  border-radius: 15px;
  aspect-ratio: 16/10;
}
.related .related_box_wrap .related_box a .item_img_wrap .item_img figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background: var(--primary);
  border-radius: 15px;
}
.related .related_box_wrap .related_box a .ttl {
  font-size: clamp(1.6rem, 1.5vw, 1.8rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media only screen and (max-width: 764px) {
  .related .related_box_wrap .related_box a .ttl {
    font-size: 1.6rem;
  }
}
.related .related_box_wrap .related_box a p {
  font-size: clamp(1.2rem, 1.14vw, 1.4rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media only screen and (max-width: 764px) {
  .related .related_box_wrap .related_box a p {
    font-size: 1.2rem;
  }
}
.related .related_box_wrap .related_box a .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 764px) {
  .related .related_box_wrap .related_box a .btn {
    margin-top: 8px;
  }
}
@media only screen and (min-width: 765px) {
  .related .related_box_wrap .related_box a:hover .wave {
    opacity: 1;
  }
}
@media only screen and (min-width: 765px) {
  .related .related_box_wrap .related_box a:hover .item_img_wrap .item_img figure img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

/* campaign_bnr */
.campaign_bnr {
  padding-top: 80px;
}
@media only screen and (max-width: 764px) {
  .campaign_bnr {
    padding-top: 60px;
  }
}
.campaign_bnr figure {
  margin: 0 auto 8px;
  width: 397px;
  height: 204px;
  -webkit-transform: translateX(6vw);
          transform: translateX(6vw);
}
@media only screen and (max-width: 764px) {
  .campaign_bnr figure {
    margin: 0 auto 4px;
    width: 244px;
    height: 207px;
    -webkit-transform: none;
            transform: none;
  }
}
.campaign_bnr .campaign_bnr_box {
  position: relative;
  margin: 0 auto;
  width: calc(100% - 48px);
  max-width: 1040px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
@media only screen and (max-width: 764px) {
  .campaign_bnr .campaign_bnr_box {
    width: calc(100% - 32px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px 0;
  }
}
.campaign_bnr .campaign_bnr_box a {
  max-width: 340px;
  height: 107px;
  display: block;
  border-radius: 10px;
}
@media only screen and (max-width: 764px) {
  .campaign_bnr .campaign_bnr_box a {
    max-width: 300px;
    text-align: center;
  }
}
.campaign_bnr .campaign_bnr_box a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
}