@charset "UTF-8";
@media screen and (min-width: 1000px) {
  .forPC {
    display: block;
  }

  .forSP {
    display: none;
  }
}
@media screen and (max-width: 999px) {
  .forPC {
    display: none;
  }

  .forSP {
    display: block;
  }
}
html {
  margin:0; padding: 0;
  scroll-behavior: smooth; /* ページ内スムーススクロール */
}

body {
  margin:0; padding: 0;
  color: #000;
  background-color: #fcf1c6; 
  font-family: Noto Sans JP,sans-serif;
}

a {
  color: #0B62E5;
}

.link_external {
  display: inline-flex;
  align-items: center;
  gap: 0.35em;
  color: #0B62E5;
  text-decoration: underline;
}

.link_arrow_r {
  display: inline-flex;
  align-items: center;
  gap: 0.35em;
  color: #0B62E5;
  text-decoration: underline;
}



.bg_wh {
  /* background-color: #FFF; */
}


.link_external::after {
  content: "";
  width: 0.9em;
  height: 0.9em;
  flex: 0 0 0.9em;
  background: url("../../2026/toy5/img/icon_link_blank.svg") no-repeat center / contain;
}

.link_arrow_r::after {
  content: "";
  width: 0.9em;
  height: 0.9em;
  flex: 0 0 0.9em;
  background: url("../../2026/toy5/img/icon_link_arrow_r.svg") no-repeat center / contain;
}


section, picture {
  display: block;
}

#page {
  box-shadow: none;
}



.bg_01_campaign_cm {
  margin-top: 0px;
  position: relative;
  z-index: 2;
  padding-bottom: 100px;
}

.bg_01_campaign_cm::before {
  content: "";
  position: absolute;

  top: 0px;
  left: -150px;
  width: calc(100% + 300px);
  height: calc(100% + 100px);

  background-image: url(../../2026/toy5/img/bg_01_PC_edit.webp);
  background-size: cover;
  z-index: 1;
}

.bg_01_campaign_cm > * {
  position: relative;
  z-index: 1;
}





@media screen and (max-width: 999px) {
    .bg_01_campaign_cm {
      position: relative;
      z-index: 2;
      padding-bottom: 100px;
    }

  .bg_01_campaign_cm::before {
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    width: calc(100% + 30px);
    height: calc(100% + 30px);

    background-image: url(../../2026/toy5/img/bg_01_SP_edit.webp);
    background-size: cover;
    z-index: -1;
    padding-bottom: 40px;
  }
  .bg_01_campaign_cm > * {
  position: relative;
  z-index: 1;
  }
}




.bg_02_use {
  margin-top: -30px;
  position: relative;
  z-index: 1;
  padding-bottom: 50px;
}

.bg_02_use::before {
  content: "";
  position: absolute;

  top: 0px;
  left: -150px;
  width: calc(100% + 300px);
  height: calc(100% + 100px);

  background-image: url(../../2026/toy5/img/bg_02_PC.webp);
  background-repeat: repeat-y;
  background-size: 100%;
  z-index: -1;
}




@media screen and (max-width: 999px) {
    .bg_02_use {
      position: relative;
      z-index: 1;
      padding-bottom: 72px;
    }

  .bg_02_use::before {
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    width: calc(100% + 30px);
    height: calc(100% + 30px);

    background-image: url(../../2026/toy5/img/bg_02_SP.webp);
    background-repeat: repeat-y;
    background-size: 120%;
    z-index: -1;
    padding-bottom: 40px;
  }
}





.bg_03_target {
  margin-top: -30px;
  position: relative;
  z-index: 1;
  /* padding-bottom: 100px; */
}

.bg_03_target::before {
  content: "";
  position: absolute;

  top: 0px;
  left: -150px;
  width: calc(100% + 300px);
  height: calc(100% + 100px);

  background-image: url(../../2026/toy5/img/bg_03_PC.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: -1;
}




@media screen and (max-width: 999px) {
    .bg_03_target {
      position: relative;
      z-index: 1;
      padding-top: 30px;
      padding-bottom: 40px;
    }

  .bg_03_target::before {
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    width: calc(100% + 30px);
    height: calc(100% + 30px);

    background-image: url(../../2026/toy5/img/bg_03_SP.webp);
    background-size: cover;
    z-index: -1;
    padding-bottom: 10px;
  }
}




.bg_04_cautions {
  margin-top: 0px;
  position: relative;
  z-index: -2;
  padding-top: 42px;
  padding-bottom: 72px;
}

.bg_04_cautions::before {
  content: "";
  position: absolute;

  top: 0px;
  left: -150px;
  width: calc(100% + 300px);
  height: calc(100% + 100px);

  background-image: url(../../2026/toy5/img/bg_04_PC.webp);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -3;
}




@media screen and (max-width: 999px) {
    .bg_04_cautions {
      padding: clamp(0.75rem, -4.364rem + 21.82vw, 1.5rem);
      position: relative;
      z-index: -2;
      padding-bottom: 0px;
      padding-top: 44px;
      padding-bottom: 54px;
    }

  .bg_04_cautions::before {
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    width: calc(100% + 30px);
    height: calc(100% + 30px);

    background-image: url(../../2026/toy5/img/bg_04_PC.webp);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -3;
    padding-bottom: 40px;
  }
}





.bg_05_toy5 {
  margin-top: 0px;
  position: relative;
  z-index: 1;
  padding-top: 42px;
  padding-bottom: 64px;
}

.bg_05_toy5::before {
  content: "";
  position: absolute;

  top: 0px;
  left: -150px;
  width: calc(100% + 300px);
  height: calc(100% + 100px);

  background-image: url(../../2026/toy5/img/bg_05_PC.webp);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}




@media screen and (max-width: 999px) {
    .bg_05_toy5 {
      padding: clamp(0.75rem, -4.364rem + 21.82vw, 1.5rem);
      position: relative;
      z-index: 1;
      padding-bottom: 0px;
      padding-top: 44px;
      padding-bottom: clamp(4rem, -4.523rem + 36.36vw, 5.25rem);
    }

  .bg_05_toy5::before {
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    width: calc(100% + 30px);
    height: calc(100% + 30px);

    background-image: url(../../2026/toy5/img/bg_05_SP.webp);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    padding-bottom: clamp(2.75rem, -14.295rem + 72.73vw, 5.25rem);
  }
}



.bg_06_drone {
  margin-top: 0px;
  position: relative;
  z-index: 2;
  padding-top: 22px;
  padding-bottom: 54px;
}

.bg_06_drone::before {
  content: "";
  position: absolute;

  top: 0px;
  left: -150px;
  width: calc(100% + 300px);
  height: calc(100% + 100px);

  background-image: url(../../2026/toy5/img/bg_06_PC.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
}




@media screen and (max-width: 999px) {
    .bg_06_drone {
      padding: clamp(0.75rem, -4.364rem + 21.82vw, 1.5rem);
      position: relative;
      z-index: 1;
      padding-bottom: 0px;
      padding-top: 12px;
      padding-bottom: 32px;
    }

  .bg_06_drone::before {
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    width: calc(100% + 30px);
    height: calc(100% + 30px);

    background-image: url(../../2026/toy5/img/bg_06_SP_3.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: -1;
    padding-bottom: 64px;
  }
}




.bg_07_jcb {
  /* margin-top: 0px; */
  position: relative;
  z-index: 1;
  padding-top: 64px;
  padding-bottom: 0px;
}

.bg_07_jcb::before {
  content: "";
  position: absolute;

  top: 0px;
  left: -150px;
  width: calc(100% + 300px);
  height: calc(100% + 100px);

  background-image: url(../../2026/toy5/img/bg_07_PC.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
}





@media screen and (max-width: 998px) {
    .bg_07_jcb {
      position: relative;
      z-index: 1;
      padding-bottom: 0px;
      padding-top: clamp(6rem, -7.636rem + 58.18vw, 8rem);
      padding-bottom: 44px;
    }

  .bg_07_jcb::before {
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    width: calc(100% + 30px);
    height: calc(100% + 30px);

    background-image: url(../../2026/toy5/img/bg_07_SP.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: -1;
    padding-top: clamp(6rem, -7.636rem + 58.18vw, 8rem);
    padding-bottom: 64px;
  }
}




@media screen and (max-width: 539px) {
    .bg_07_jcb {
      background-color: #FFF;
      position: relative;
      z-index: 1;
      padding-bottom: 0px;
      padding-top: clamp(2.75rem, -5.773rem + 36.36vw, 4rem);
      padding-bottom: 44px;
    }

  .bg_07_jcb::before {
    background-color: #FFF;
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    width: calc(100% + 30px);
    height: calc(100% + 30px);

    background-image: url(../../2026/toy5/img/bg_07_SP.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: -1;
    padding-top: clamp(4rem, -4.523rem + 36.36vw, 5.25rem);
    padding-bottom: 64px;
  }
}




.bg_08_closed {
  padding-top: 128px;
  position: relative;
  z-index: -1;
  padding-bottom: 96px;
}

.bg_08_closed::before {
  content: "";
  position: absolute;

  top: 0px;
  left: -150px;
  width: calc(100% + 300px);
  height: calc(100% + 100px);

  background-image: url(../../2026/toy5/img/bg_08_PC.webp);
  background-repeat: repeat-y;
  background-size: 100%;
  z-index: -2;
}




@media screen and (max-width: 999px) {
    .bg_08_closed {
      padding-top: clamp(1rem, -5.818rem + 29.09vw, 2rem);
      z-index: 1;
      padding-bottom: 44px;
    }

  .bg_08_closed::before {
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    width: calc(100% + 30px);
    height: calc(100% + 30px);

    background-image: url(../../2026/toy5/img/bg_08_SP.webp);
    background-repeat: repeat-y;
    background-size: 100%;
    z-index: -1;

  }
}





.bg_r_01 {
  margin-top: 0px;
  position: relative;
  z-index: 2;
  padding-bottom: 48px;
}

.bg_r_01::before {
  content: "";
  position: absolute;

  top: 0px;
  left: -150px;
  width: calc(100% + 300px);
  height: calc(100% + 100px);

  background-image: url(../../2026/toy5/img/r_bg_01_PC.webp);
  background-size: cover;
  z-index: 1;
  pointer-events: auto;
}


.bg_r_01 > * {
  position: relative;
  z-index: 1;
}


@media screen and (max-width: 999px) {
    .bg_r_01 {
      position: relative;
      z-index: 2;
      padding-bottom: 22px;
    }

  .bg_r_01::before {
    content: "";
    position: absolute;
    top: 0px;
    left: -15px;
    width: calc(100% + 30px);
    height: calc(100% + 30px);

    background-image: url(../../2026/toy5/img/r_bg_01_SP.webp);
    background-size: cover;
    z-index: 1;
    padding-bottom: 22px;
    pointer-events: auto;
  }
  .bg_r_01 > * {
  position: relative;
  z-index: 1;
  }
}




.bg_r_02 {
  margin-top: 16px;
  position: relative;
  z-index: 1;
  padding-bottom: 150px;
}

.bg_r_02::before {
  content: "";
  position: absolute;

  top: -100px;
  left: -150px;
  width: calc(100% + 300px);
  height: calc(100% + 100px);

  background-image: url(../../2026/toy5/img/r_bg_02_PC_v2.webp);
  background-repeat: repeat-y;
  background-size: 100%;
  z-index: -1;

}

.bg_r_02 > * {
  position: relative;
  z-index: 1;
}



@media screen and (max-width: 999px) {
    .bg_r_02 {
      position: relative;
      z-index: 1;
      padding-bottom: 72px;
    }

  .bg_r_02::before {
    content: "";
    position: absolute;
    top: -80px;
    left: -15px;
    width: calc(100% + 30px);
    height: calc(100% + 30px);

    background-image: url(../../2026/toy5/img/r_bg_02_SP_v2.webp);
    background-repeat: repeat-y;
    background-size: 100%;
    z-index: -1;
    padding-bottom: 40px;

  }
}





.bg_r_03 {
  margin-top: -64px;
  position: relative;
  z-index: 1;
  /* padding-bottom: 100px; */
}

.bg_r_03::before {
  content: "";
  position: absolute;

  top: 0px;
  left: -150px;
  width: calc(100% + 300px);
  height: calc(100% + 100px);

  background-image: url(../../2026/toy5/img/r_bg_03_PC.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: -1;
  pointer-events: auto;
}




@media screen and (max-width: 999px) {
    .bg_r_03 {
      padding-top: -56px;
      position: relative;
      z-index: 1;
      padding-bottom: 40px;
    }

  .bg_r_03::before {
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    width: calc(100% + 30px);
    height: calc(100% + 30px);

    background-image: url(../../2026/toy5/img/r_bg_03_SP.webp);
    background-size: cover;
    z-index: -1;
    padding-bottom: 10px;
    pointer-events: auto;
  }
}







/* ヘッダー＆フッターの隙間を非表示 */
html,
body {
  overflow-x: hidden;
}









@media screen and (max-width: 999px) {
  .container {
    min-width: inherit;
  }
}


h1 {
  margin-block-start: 0;
  margin-block-end: 0;
  margin: 0;
  padding: 0;
}

.container, .contents {
}

.page_footer {
  background-color: #333 !important;
  padding: 16px 0 64px;
  text-align: center;
  z-index: 3;
}
@media screen and (max-width: 999px) {
  .page_footer {
    padding: 32px 0 54px;
    z-index: 3;
  }
}
.page_footer .official_site_link {
  font-size: 0.9375rem;
  line-height: 1;
}
@media screen and (max-width: 999px) {
  .page_footer .official_site_link {
    font-size: 12px;
  }
}
.page_footer .official_site_link a {
  position: relative;
  display: inline-block;
  padding-bottom: 4px;
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1;
}
@media screen and (max-width: 999px) {
  .page_footer .official_site_link a {
    padding-bottom: 2px;
    font-size: 12px;
  }
}
.page_footer .official_site_link a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  padding-bottom: 2px;
  border-bottom: #fff solid 1px;
}
.page_footer .official_site_link + .footer_nav {
  margin-top: 24px;
}
@media screen and (max-width: 999px) {
  .page_footer .official_site_link + .footer_nav {
    margin-top: 21px;
  }
}
.page_footer .footer_nav {
  margin-top: 36px;
  display: flex;
  justify-content: left;
  font-size: 0.75rem;
  line-height: 1;
}
@media screen and (max-width: 999px) {
  .page_footer .footer_nav {
    margin-top: 0;
    font-size: 11px;
  }
}

.page_footer .footer_nav li {
  position: relative;
}
.page_footer .footer_nav li:after {
  position: absolute;
  top: 0;
  right: -1px;
  display: block;
  content: "|";
  color: #CCC;
}
.page_footer .footer_nav li:nth-last-child(1):after {
  display: none;
}
.page_footer .footer_nav a {
  display: block;
  padding: 0 8px 0 5px;
  color: #FFF;
}


.page_footer .copyright_group {
  margin-top: 36px;
}

@media screen and (max-width: 999px) {
  .page_footer .copyright_group {
    margin-top: 24px;
  }
}


.page_footer .copyright_group .footer_logo img {
  width: 50px;
  float: left;
  padding-right: 16px;
}


.page_footer .copyright {
  float: left;
  font-size: 0.75rem;
  line-height: 1;
  font-family: Tazugane-Book,sans-serif;
  color: #FFF;
  text-align: left;
  margin-top: 2px;
}
@media screen and (max-width: 999px) {
  .page_footer .copyright {
    margin-top: 2px;
    font-size: 11px;
    font-family: Tazugane-Book,sans-serif;
    color: #FFF;

  }
  .page_footer .footer_nav {
    /* margin: 0 16px; */
    flex-wrap: wrap;
    align-items: baseline;
    line-height: 2;
  }
}

.page_footer_bg {
  background-color: #333 !important;
}


#page header {
  display: block;
}

#page header.page_header {
  position: static;
  height: auto;
  padding: 0;
  border-bottom: none;
  background-color: transparent;
}
#page header.page_header__terms {
  /* padding: 66px 0 23px; */
}
@media screen and (max-width: 999px) {
  #page header.page_header__terms {
    /* padding: 63px 0 21px; */
  }
}

header .attention_text {
  margin-top: 18px;
  margin-bottom: 36px;
}
@media screen and (max-width: 999px) {
  header .attention_text {
    margin-top: 15px;
    margin-bottom: 30px;
  }
}

header .global_header {
  background: #0156B1;
  background: linear-gradient(90deg, #018DEC 0%, #0156B1 100%);
  z-index: 2;
}

@media screen and (max-width: 999px) {
  header .global_header {

  }
}

header .global_header p {
  text-align: center;
  font-size: 1.75rem;
  font-weight: 600;
  color: #FFF;
}

@media screen and (max-width: 999px) {
  header .global_header p {
    font-size: 18px;
  }
}

header .global_header img {
  height: 65px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 27px;
}

@media screen and (max-width: 999px) {
  header .global_header img {
    height: 34px;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 14px;
  }
}



header .main_visual {
  width: 100% !important;
}
@media screen and (max-width: 999px) {
  header .main_visual {
    height: auto;
  }
}
header .main_visual picture, header .main_visual img {
  width: 100% !important;
  height: auto;
}

.page_title {
  margin-top: 31px;
  color: #000;
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 1.3214285714;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .page_title {
    margin: 27.5px 16px 0;
    font-size: 17px;
    line-height: 1.2941176471;
  }
}
@media screen and (max-width: 359px) {
  .page_title {
    font-size: 4.5333333333vw;
  }
}

.main_lead {
  width: 750px;
  margin: 28px auto 0;
  font-size: 0.9375rem;
  line-height: 1.8;
}
@media screen and (max-width: 999px) {
  .main_lead {
    width: auto;
    margin: 23.5px 16px 0;
    font-size: 13px;
    line-height: 1.6153846154;
  }
}

#page header.header_belt {
  position: fixed;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  padding: 11px 0;
  font-weight: 600;
  font-size: 20px;
  background-color: #1A1D29;
  text-align: center;
  line-height: 1;
  z-index: 2;
}





.header-arrow-back {
  position: absolute;
  top: 0;
  left: 7px;
  display: block;
  width: 14px;
  height: 24px;
  padding: 13px 18px 13px 18px;
}
@media screen and (max-width: 999px) {
  .header-arrow-back {
    left: 0;
    width: 9px;
    height: 15px;
    padding: 13px 15px 12px 16px;
  }
}
.header-arrow-back::before {
  display: block;
  content: "";
  width: 14px;
  height: 24px;
  background-size: cover;
}
@media screen and (max-width: 999px) {
  .header-arrow-back::before {
    width: 9px;
    height: 15px;
    background-size: contain;
  }
}

.contents_wrapper {
  position: relative;
  box-sizing: border-box;
  width: 1000px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 999px) {
  .contents_wrapper {
    width: auto;
    margin: 0 16px;
  }
}
.contents_section a {
  text-decoration: underline;
}

.text_sky_blue a {
  text-decoration: underline;
  color: #02D6E8;
}

@media screen and (min-width: 1000px) {
  .contents_section a:hover {
    text-decoration: none;
  }
}
.contents_section .footnote {
  margin-top: 18px;
}
@media screen and (max-width: 999px) {
  .contents_section .footnote {
    margin-top: 17px;
  }
}

.contents_section .contents_section_cm {
  margin-top: 140px;
}
@media screen and (max-width: 539px) {
  .contents_section .contents_section_cm {
    margin-top: clamp(2.25rem, -37.807rem + 170.91vw, 8.125rem);
  }
}
@media screen and (max-width: 999px) {
  .contents_section .contents_section_cm {
    margin-top: clamp(7.5rem, -9.545rem + 72.73vw, 10rem);
  }
}


.contents_section .contents_section_target1 {

}
@media screen and (max-width: 999px) {
  .contents_section .contents_section_target1 {
    margin-top: 64px;
  }
}






.contents_section .footnote__item {
  position: relative;
  padding-left: 1.5em;
  font-size: 12px;
  line-height: 1.8;
  margin-top: 8px;
}

.contents_section .footnote__item_first {
  position: relative;
  padding-left: 1.5em;
  font-size: 13px;
  line-height: 1.8;
  margin-top: 0px;
}
.contents_section .footnote__item_first_wh {
  position: relative;
  padding-left: 1.5em;
  font-size: 13px;
  line-height: 1.8;
  margin-top: 0px;
  color: #FFF;
}


.contents_section .footnote__item_first_18 {
  position: relative;
  padding-left: 1.5em;
  font-size: 0.9375rem;
  line-height: 1.8;
  margin-top: 0px;
}

@media screen and (max-width: 999px) {
  .contents_section .footnote__item {
    font-size: 11px;
    line-height: 1.6153846154;
    margin-top: 6px;
  }
  .contents_section .footnote__item_first {
    font-size: 10px;
    line-height: 1.6153846154;
    margin-top: 0px;
  }
  .contents_section .footnote__item_first_wh {
    font-size: 10px;
    line-height: 1.6153846154;
    margin-top: 0px;
    color: #FFF;
  }
  .contents_section .footnote__item_first_18 {
    font-size: 13px;
    line-height: 1.6153846154;
    margin-top: 0px;
  }
}
.contents_section .footnote__item::before {
  position: absolute;
  left: 0;
  display: inline;
  content: "※ ";
}

.contents_section .footnote__item_first::before {
  position: absolute;
  left: 0;
  display: inline;
  content: "※ ";
}

.contents_section .footnote__item_first_wh::before {
  position: absolute;
  left: 0;
  display: inline;
}

.contents_section .footnote__item_first_18::before {
  position: absolute;
  left: 0;
  display: inline;
  content: "※ ";
}


.contents_wrapper--campaign1 {
  padding-bottom: 72px;
}
@media screen and (max-width: 999px) {
  .contents_wrapper--campaign1 {
    padding-bottom: 45px;
  }
}
.contents_wrapper--campaign1 .campaign_image {
  position: relative;
  width: 540px;
  margin: 30px auto 72px;
  z-index: 1;
}
@media screen and (max-width: 999px) {
  .contents_wrapper--campaign1 .campaign_image {
    width: 100%;
    margin: 25px 0 45px;
  }
}
.contents_wrapper--campaign1 .campaign_image .figure__caption {
  position: absolute;
  left: 12px;
  bottom: 44px;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1;
}
@media screen and (max-width: 999px) {
  .contents_wrapper--campaign1 .campaign_image .figure__caption {
    bottom: 40px;
    left: 7px;
    font-size: 12px;
  }
}
.contents_wrapper--campaign1 .campaign_image .figure__footnote {
  position: absolute;
  left: 12px;
  bottom: 19px;
  font-size: 0.9375rem;
  line-height: 1;
}
@media screen and (max-width: 999px) {
  .contents_wrapper--campaign1 .campaign_image .figure__footnote {
    bottom: 17px;
    left: 7px;
    font-size: 11px;
  }
}

.contents_wrapper--campaign2 {
  padding-top: 0px;
  padding-bottom: 72px;
}
@media screen and (max-width: 999px) {
  .contents_wrapper--campaign2 {
    padding-top: 0px;
    padding-bottom: 45px;
  }
}

.contents_wrapper--campaign4 {
  padding-top: 0px;
  /* padding-bottom: 36px; */
}
@media screen and (max-width: 999px) {
  .contents_wrapper--campaign4 {
    padding-top: 0px;
    /* padding-bottom: 30px; */
  }
}

.contents_wrapper--plus {
  padding-top: 72px;
  padding-bottom: 71px;
}
@media screen and (max-width: 999px) {
  .contents_wrapper--plus {
    padding-top: 45px;
    padding-bottom: 42px;
  }
}
.contents_wrapper--plus .disney_plus_image {
  width: 750px;
}
@media screen and (max-width: 999px) {
  .contents_wrapper--plus .disney_plus_image {
    width: auto;
  }
}
@media screen and (max-width: 999px) {
  .contents_wrapper--plus .section_description {
    margin-top: 18px;
    line-height: 1.6153846154;
  }
}
.contents_wrapper--plus .button_area {
  margin-top: 16px;
}
@media screen and (max-width: 999px) {
  .contents_wrapper--plus .button_area {
    margin-top: 18px;
  }
}
.contents_wrapper--plus .attention_text {
  margin-top: 18px;
}
@media screen and (max-width: 999px) {
  .contents_wrapper--plus .attention_text {
    margin-top: 18px;
  }
}
.contents_wrapper--plus .section_footnote {
  font-size: 0.625rem;
  line-height: 1.4;
}
@media screen and (max-width: 999px) {
  .contents_wrapper--plus .section_footnote {
    font-size: 10px;
  }
}

.contents_title {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .contents_title {
    font-size: 15px;
    line-height: 1.4666666667;
  }
}
@media screen and (max-width: 359px) {
  .contents_title {
    font-size: 4vw;
  }
}

.contents_title_skyblue {
  font-weight: 600;
  font-size: 1.0rem;
  line-height: 1.5;
  color: #02D6E8;
  text-decoration: underline;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .contents_title_skyblue {
    font-size: 14px;
    line-height: 1.4666666667;
  }
}

.contents_title_skyblue a {
  color: #02D6E8;
}



.contents_lead_text {
  margin: 27px 0 0;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.3076923077;
}
@media screen and (max-width: 999px) {
  .contents_lead_text {
    margin-top: 28px;
  }
}

.section_heading_primary {
  padding-top: 72px;
  color: #003B89;
  font-size: 44px;
  line-height: 100%;
  text-align: center;
  font-family: "wanpaku-ruika", sans-serif;
  font-weight: 100;
  font-style: normal;
}
@media screen and (max-width: 999px) {
  .section_heading_primary {
    padding-top: 36px;
    font-size: 34px;
  }
}

.section_heading_primary_use {
  padding-top: 128px;
  color: #003B89;
  font-size: 44px;
  line-height: 100%;
  text-align: center;
  font-family: "wanpaku-ruika", sans-serif;
  font-weight: 100;
  font-style: normal;
}
@media screen and (max-width: 999px) {
  .section_heading_primary_use {
    padding-top: clamp(5.375rem, -9.114rem + 61.82vw, 7.5rem);
    font-size: 34px;
  }
}


.section_heading_primary_cautions {
  padding-top: 20px;
  color: #003B89;
  font-size: 44px;
  line-height: 100%;
  text-align: center;
  font-family: "wanpaku-ruika", sans-serif;
  font-weight: 100;
  font-style: normal;
}
@media screen and (max-width: 999px) {
  .section_heading_primary_cautions {
    padding-top: 24px;
    font-size: 34px;
  }
}


.section_heading_primary_cautions2 {
  padding-top: 10px;
  color: #003B89;
  font-size: 44px;
  line-height: 100%;
  text-align: center;
  font-family: "wanpaku-ruika", sans-serif;
  font-weight: 100;
  font-style: normal;
}
@media screen and (max-width: 999px) {
  .section_heading_primary_cautions2 {
    padding-top: 8px;
    font-size: 34px;
  }
}


.section_heading_primary_cautions3 {
  padding-top: 0px;
  color: #003B89;
  font-size: 30px;
  line-height: 100%;
  text-align: center;
  font-family: "wanpaku-ruika", sans-serif;
  font-weight: 100;
  font-style: normal;
}
@media screen and (max-width: 999px) {
  .section_heading_primary_cautions3 {
    padding-top: clamp(2.625rem, -27.205rem + 127.27vw, 7rem);
    font-size: 22px;
  }
}








.section_heading_primary_wh {
  padding-top: 72px;
  color: #FFF;
  font-size: 44px;
  line-height: 100%;
  text-align: center;
  font-family: "wanpaku-ruika", sans-serif;
  font-weight: 100;
  font-style: normal;
}
@media screen and (max-width: 999px) {
  .section_heading_primary_wh {
    padding-top: clamp(10rem, 1.477rem + 36.36vw, 11.25rem);
    font-size: clamp(1.875rem, 0.17rem + 7.27vw, 2.125rem);
  }
}

@media screen and (max-width: 539px) {
  .section_heading_primary_wh {
    padding-top: clamp(0.75rem, -12.886rem + 58.18vw, 2.75rem);
    font-size: clamp(1.875rem, 0.17rem + 7.27vw, 2.125rem);
  }
}


.text_section_heading_subtitle_cm p {
  padding-top: 24px;
  padding-bottom: 24px;
  color: #FFF;
  font-size: 18px;
  line-height: 170%;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-style: normal;
}
@media screen and (max-width: 999px) {
  .section_heading_primary_wh p {
    /* padding-top: 36px; */
    font-size: 18px;
  }
}






.section_heading_primary_2 {
  margin-top: 0px;
  color: #FFF;
  font-family: "corporate-logo-ver2", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .section_heading_primary_2 {
    margin-top: 24px;
    font-size: 24px;
  }
}


.section_heading_primary_3 {
  color: #0482d6;
  font-weight: 900;
  font-size: 40px;
  line-height: 100%;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .section_heading_primary_3 {
    font-size: 32px;
  }
}

.section_heading_primary_4 {
  color: #0482d6;
  font-weight: 900;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .section_heading_primary_4 {
    font-size: 20px;
  }
}


.section_heading_small_2_j {
  color: #0482d6;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.1em;
}


@media screen and (max-width: 999px) {
  .section_heading_small_2_j {
    font-size: 16px;
  }
}








.section_heading_tertiary {
  color: #FFF;
  font-weight: 700;
  font-size: 32px;
  font-family: "corporate-logo-ver2", sans-serif;
  line-height: 120%;
}
@media screen and (max-width: 999px) {
  .section_heading_tertiary {
    font-size: 26px;
  }
}

.section_heading_small {
  color: #FFF;
  font-weight: 700;
  font-size: 28px;
  font-family: "corporate-logo-ver2", sans-serif;
  line-height: 100%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 999px) {
  .section_heading_small {
    font-size: 20px;
  }
}


.section_heading_small_2 {
  color: #FFF;
  font-family: "corporate-logo-ver2", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0.1em;
}


@media screen and (max-width: 999px) {
  .section_heading_small_2 {
    font-size: 16px;
  }
}


.img_section_heading_subtitle {
  margin: 0 auto;
  text-align: center;
}

.img_section_heading_subtitle picture, .img_section_heading_subtitle img {
  margin-top: 4px;
  width: auto;
  height: 28px;
}

@media (min-width: 1000px) {
  .img_section_heading_subtitle picture, .img_section_heading_subtitle img {
    margin-top: 8px;
    width: auto;
    height: 32px;
  }
}


.img_section_heading_subtitle_drone {
  margin: 0 auto;
  min-width: 0;
}

.img_section_heading_subtitle_drone picture, .img_section_heading_subtitle_drone img {
  margin-top: 4px;
  width: 100%;
  height: auto;
}

@media (min-width: 1000px) {
  .img_section_heading_subtitle_drone picture, .img_section_heading_subtitle_drone img {
    margin-top: 0px;
    width: 420px;
    height: auto;
  }
}






.img_section_heading_title {
  margin: 0 auto;
  text-align: center;
}

.img_section_heading_title picture, .img_section_heading_title img {
  margin-top: 0px;
  width: auto;
  height: 24px;
}

@media (min-width: 1000px) {
  .img_section_heading_title picture, .img_section_heading_title img {
    margin-top: 6px;
    width: auto;
    height: 32px;
  }
}




.img_section_heading_coutitle picture, .img_section_heading_coutitle img {
  margin-top: 28px;
  padding-left: 0px;
  /* margin-bottom: 14px; */
  width: auto;
  height: 64px;
}

@media (min-width: 1000px) {
  .img_section_heading_coutitle picture, .img_section_heading_coutitle img {
    margin-top: 20px;
    padding-left: 0px;
    margin-bottom: 20px;
    width: auto;
    height: 80px;
  }
}






.section_heading_secondary {
  font-family: Bayon;
  margin-top: 12px;
  color: #88caea;
  font-weight: 600;
  letter-spacing: 0.2em;
  font-size: 20px;
  line-height: 120%;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .section_heading_secondary {
    margin-top: 14px;
    font-size: 16px;
  }
}


.section_heading_secondary::before {
  display: inline;
  content: "ー ";
}

.section_heading_secondary::after {
  display: inline;
  content: " ー";
}


.section_heading_secondary_2 {
  font-family: Bayon;
  margin-top: 12px;
  color: #88caea;
  font-weight: 600;
  letter-spacing: 0.2em;
  font-size: 20px;
  line-height: 120%;
}
@media screen and (max-width: 999px) {
  .section_heading_secondary_2 {
    margin-top: 10px;
    font-size: 16px;
  }
}


.section_heading_secondary_2::before {
  display: inline;
  content: "ー ";
}



.section_description_titleArea_wh {
  display: inline-flex;
  flex-direction: column;
  gap: 8px;
}



.section_heading_tertiary_wh {
  display: inline-block;
  font-size: 32px;
  line-height: 100%;
  color: #003B89;
  font-family: "wanpaku-ruika", sans-serif;
  font-weight: 100;
  font-style: normal;
  white-space: nowrap;
  padding-top: 18px;
  padding-bottom: 18px;
}

@media screen and (max-width: 999px) {
  .section_heading_tertiary_wh {
    font-size: 26px;
  }
}


.section_heading_secondary_wh {
  display: inline-block;
  margin-top: 4px;
  font-size: 18px;
  white-space: nowrap;
  padding-right: 10px; /* 右の飾りぶん余白を取る */
}

@media screen and (max-width: 999px) {
  .section_heading_secondary_wh {
    font-size: 13px;
  }
}




form {
    z-index: 4;
}




.coupon_input_area {
  /* width: 100%; */
  margin: 0 auto;
  border-radius: 20px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 36px;
  /* margin-top: 24px; */
  font-size: 16px;
  line-height: 1.8;
  background-image: url(../../2026/toy5/img/img_input_bg_PC.png);
  background-size: 100%;
  background-repeat: no-repeat;
}


@media screen and (max-width: 999px) {
  .coupon_input_area {
    border-image-slice: 27 27 27 27;
    border-image-width: 20px 20px 20px 20px;
    border-image-outset: 0px 0px 0px 0px;
    border-image-repeat: stretch stretch;
    background-image: none;
    border-image-source: url("data:image/png;base64,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");
    border-style: solid;
    background-color: #FFF;


    /* font-size: 14px;
    border-radius: 16px;
    padding-bottom: 0;
    background-image: url(../../2026/toy5/img/img_input_bg_SP.png);
    background-size: cover; */
  }
}








.section_coupon {
  color: #000;
  text-align: center;
  border-color: #CCC;
  background-color: #FFF;
  border-style: solid;
  border-width: 1px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 470px;
  margin: 0 auto;
  margin-top: 56px;
  border-radius: 10px;
}

@media screen and (max-width: 999px) {
  .section_coupon {
    margin: 0 auto;
    margin-top: 46px;
    width: 98%;
  }
}

.section_coupon_title {
  margin-top: 30px;
  line-height: 1;
  font-size: 0.9375rem;
}

@media screen and (max-width: 999px) {
  .section_coupon_title {
    margin-top: 26px;
    font-size: 13px;
    line-height: 1;
  }
}

.section_coupon_code {
  margin-top: 18px;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 1;
}

@media screen and (max-width: 999px) {
  .section_coupon_code {
    margin-top: 17px;
    margin-bottom: 26px;
    font-size: 18px;
    line-height: 1;
  }
}

.section_card_num {
  
  margin-top: 34px;
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 1;
}

@media screen and (max-width: 999px) {
  .section_card_num {
    margin-top: 30px;
    margin-bottom: 34px;
    font-size: 16px;
    line-height: 1;
  }
}



input {
  background:#DADADA;
  border: 1.5px solid #000;
  border-radius: 6px;
  margin-right: 14px;
  width: 120px;
  height: 40px;
  font-size: 1.8em;
  line-height: 1em;
  color: #000;
  transition: border 300ms ease-in;
  text-align:center;
}

.jt_num {
  background: transparent;
  border: 1.5px solid #000;
  border-radius: 6px;
  width: 400px;
  height: 40px;
  font-size: 1.8em;
  line-height: 1em;
  color: #000;
  transition: border 300ms ease-in;
  text-align:center;
  margin-top: 26px;
  margin-bottom: 26px;
  margin-right: 0px !important;
  margin-left: 0px !important;
}


@media screen and (max-width: 999px) {
  .jt_num {
    width: 290px;
  }
}


.pass_num {
  background: transparent;
  border: 1.5px solid #000;
  border-radius: 6px;
  width: 400px;
  height: 40px;
  font-size: 1.8em;
  line-height: 1em;
  color: #000;
  transition: border 300ms ease-in;
  text-align:center;
  margin-top: 26px;
  margin-bottom: 26px;
  margin-right: 0px !important;
  margin-left: 0px !important;
}


@media screen and (max-width: 999px) {
  .pass_num {
    width: 290px;
  }
}




input::-webkit-input-placeholder {
  color: rgba(146,163,166,.5);
}

@media screen and (max-width: 999px) {
  input {
    margin-right: 8px;
    width: 90px;
    height: 40px;
    font-size: 1.6em;
  }
}



.section_description {
  background-color: #27292D;

  padding: 40px;
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.8;
}

.section_description_campaign {
  color: #000;
  padding: 40px;
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.8;
  background-image: url(../../2026/toy5/img/section_description_campaign_PC.png);
  background-size: cover;
}


.section_drone_box {
  color: #000;
  padding: 40px;
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.8;
  background-image: url(../../2026/toy5/img/section_description_drone_PC.png);
  background-size: 100%;
  background-repeat: no-repeat;
}



@media screen and (max-width: 999px) {

  .section_drone_box {
    padding: 0px;
    margin-top: 0px;
    font-size: 14px;
    line-height: 1.6153846154;
    background-image: url(../../2026/toy5/img/section_description_drone_SP.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
}

.section_drone_content {
  display: grid;
  /* width: 920px; */
  margin: 40px;
  grid-template-columns: 1fr 1fr;
  grid-template-areas:
    "image title"
    "image text";
  column-gap: 16px;
  align-items: center;
}


@media screen and (max-width: 999px) {

  .section_drone_content {
    display: grid;
    margin: 20px;
    grid-template-columns: 1fr;
    grid-template-areas:
      "title"
      "image"
      "text";
    row-gap: 0px;
  }
}




.section_drone_photoArea {
  grid-area: image;
  min-width: 0;
}

.section_drone_photoArea picture, .section_drone_photoArea img {
  width: 100%;
  height: auto;
}

@media (min-width: 1000px) {
  .section_drone_photoArea picture, .section_drone_photoArea img {
    width: 400px;
    height: auto;
  }
}


.section_drone_titleArea {
  grid-area: title;
  width: 420px;
}

@media screen and (max-width: 999px) {
    .section_drone_titleArea {
      grid-area: title;
      width: 100%;
      min-width: 0;
    }
}






.section_drone_titleArea_text {
  grid-area: text;
  margin-top: clamp(0.75rem, -7.773rem + 36.36vw, 2rem);
  margin-bottom: 36px;
  color: #000;
  font-size: 12px;
  line-height: 160%;
  font-family: Noto Sans JP;
  min-width: 0;
}

.section_drone_titleArea_text p {
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-color: #D5B539;
}


@media (min-width: 1000px) {
    .section_drone_titleArea_text {
      width: 420px;
      margin-top: 0px;
      margin-bottom: 20px;
      color: #000;
      font-size: 14px;
      line-height: 160%;
      font-family: Noto Sans JP;
    }
}












.section_description_blk {
  background-color: #121418;
}

.section_description_bg_wh {
  margin-top: 44px;
  background-color: #FFF;
  border-radius: 16px;
}





.section_description_bold {
  font-size: 1.1rem;
  font-weight: bold;
}

@media screen and (max-width: 539px) {
  .section_description {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.6153846154;
    padding: 24px;
  }
  .section_description_bg_wh {
    /* padding: 2px; */
  }
   .section_description_campaign {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.6153846154;
    background-image: url(../../2026/toy5/img/section_description_campaign_SP.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .section_description_campaign p {
    padding-top: 4px;
    font-size: 13px;
  }

  .section_description_bold {
    font-size: 15px;
    font-weight: bold;
  }
  .section_description + .footnote {
    margin-top: 0;
    margin-bottom: 37px;
  }
}



.section_description + .p-ordered-list {
  margin-top: 7px;
}
@media screen and (max-width: 999px) {
  .section_description + .p-ordered-list {
    margin-top: 7px;
  }
}
.section_description + .p-ordered-list--02 {
  margin-top: 8px;
}
@media screen and (max-width: 999px) {
  .section_description + .p-ordered-list--02 {
    margin-top: 6px;
  }
}




.target_overview_box {
  text-align: center;
  padding: clamp(0.75rem, -4.364rem + 21.82vw, 1.5rem);
}


@media (min-width: 1000px) {
    .target_overview_box {
      display: flex;
      justify-content: center;
      gap: 30px;
      padding: 0;
    }
}




.section_description_wh {
  text-align: left;
  margin-top: 120px;
  position: relative;
  background-color: #FFF;
  border-radius: 16px;
  outline: 2px #003B89 solid;
  color: #000;
  padding: 32px;

  font-size: 16px;
  line-height: 1.8;
}


.section_description_wh2 {
  text-align: left;
  margin-top: 120px;
  position: relative;
  background-color: #FFF;
  border-radius: 16px;
  color: #000;
  padding: 32px;

  font-size: 16px;
  line-height: 1.8;
}




@media screen and (max-width: 999px) {
  .section_description_wh {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.6153846154;
    padding: 16px;
  }
  .section_description_wh2 {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.6153846154;
    padding: 12px;
  }
  .section_description_wh + .footnote {
    margin-top: 0;
    margin-bottom: 37px;
  }
}
.section_description_wh + .p-ordered-list {
  margin-top: 7px;
}
@media screen and (max-width: 999px) {
  .section_description_wh + .p-ordered-list {
    margin-top: 7px;
  }
}
.section_description_wh + .p-ordered-list--02 {
  margin-top: 8px;
}
@media screen and (max-width: 999px) {
  .section_description_wh + .p-ordered-list--02 {
    margin-top: 6px;
  }
}







/* LikeCP edit */
.section_description_inner {
  margin-top: 16px;
  font-size: 0.9375rem;
  line-height: 1.8;
}
@media screen and (max-width: 999px) {
  .section_description_inner {
    margin-top: 15px;
    font-size: 13px;
    line-height: 1.6153846154;
  }
  .section_description_inner + .footnote {
    margin-top: 0;
    margin-bottom: 37px;
  }
}




.section_description_title {
  margin-top: 15px;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .section_description_title {
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.5153846154;
    font-weight: bold;
    text-align: center;
  }
  .section_description_title + .footnote {
    margin-top: 0;
    margin-bottom: 37px;
  }
}
.section_description_title + .p-ordered-list {
  margin-top: 7px;
}
@media screen and (max-width: 999px) {
  .section_description_title + .p-ordered-list {
    margin-top: 7px;
  }
}
.section_description_title + .p-ordered-list--02 {
  margin-top: 8px;
}
@media screen and (max-width: 999px) {
  .section_description_title + .p-ordered-list--02 {
    margin-top: 6px;
  }
}




.coupon_notice_info {
  position: relative;
  padding-top: 0px;
  margin-top: 44px !important;
  margin-bottom: -44px !important;
  width: 600px;
  height: 88px;
  background: url("../../2026/toy5/img/img_coupon_notice_info_PC.png") no-repeat right bottom / 100% auto;
  margin: 0 auto;
}

@media screen and (max-width: 999px) {
  .coupon_notice_info {
    padding-top: 0px;
      margin-top: 44px !important;
      margin-bottom: -44px !important;
      width: 300px;
      height: 96px;
      background: url("../../2026/toy5/img/img_coupon_notice_info_SP.png") no-repeat right bottom / 100% auto;
      margin: 0 auto;
      
  }
}


.coupon_notice_info p {
    opacity: 0;
    font-size: 16px;
    color: #fff;
    line-height: 110%;
    text-align: center;
}
@media screen and (max-width: 999px) {
  .coupon_notice_info p {
    padding-top: 11px;
    text-align: center;
  }
}




.coupon_input_msg {
  margin-top: 24px;
  margin-bottom: 24px;
}

.coupon_input_msg p {
  font-size: 14px;
  line-height: 170%;
}


@media screen and (max-width: 999px) {
  .coupon_input_msg {
    margin-top: 26px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 13px;
    line-height: 110%;
  }
  .coupon_input_msg p {
  font-size: 13px;
  line-height: 160%;
  }
}



.footnote {
  margin-top: 6px;
  font-size: 0.9375rem;
  line-height: 1.8;
}
@media screen and (max-width: 999px) {
  .footnote {
    margin-top: 9px;
    font-size: 10px;
    line-height: 1.5;
  }
}

.step_text {
  margin-top: 19px;
}
@media screen and (max-width: 999px) {
  .step_text {
    margin-top: 19px;
  }
}
.step_text__item {
  font-size: 0.9375rem;
  line-height: 1.8;
}
@media screen and (max-width: 999px) {
  .step_text__item {
    font-size: 13px;
    line-height: 1.6153846154;
  }
}

.attention_list {
    padding: 0;
}
@media screen and (max-width: 999px) {
  .attention_list {
    padding: 0;
  }
}
.attention_list__item {
  position: relative;
  margin-top: 5px;
  padding-left: 1.5em;
  font-size: 0.9375rem;
  line-height: 1.4;
}
.attention_list__item::before {
  position: absolute;
  left: 0;
  display: inline;
  content: "・ ";
}
@media screen and (max-width: 999px) {
  .attention_list__item {
    padding-left: 1.4em;
    font-size: 13px;
    line-height: 1.6153846154;
  }
}
.attention_list .large_space {
  margin-bottom: 21px;
}
@media screen and (max-width: 999px) {
  .attention_list .large_space {
    margin-bottom: 22px;
  }
}
.attention_list + .p-list-footnote {
  margin-top: 0;
}
@media screen and (max-width: 999px) {
  .attention_list + .p-list-footnote {
    margin-top: 9px;
  }
}

.button_area {
  margin-top: 16px;
}
@media screen and (max-width: 999px) {
  .button_area {
    width: 100%;
    margin-top: 26px;
  }
}
.button_area .attention_text {
  margin-top: 23px;
}
@media screen and (max-width: 999px) {
  .button_area .attention_text {
    margin-top: 19px;
  }
}

.join_button_group .disney_plus_attention {
  margin-top: 36px;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .join_button_group .disney_plus_attention {
    white-space: nowrap;
    margin-top: 30px;
    font-size: 15px;
  }
}
.join_button_group .disney_plus_attention .text_small {
  font-weight: 300;
  font-size: 0.75rem;
}
@media screen and (max-width: 999px) {
  .join_button_group .disney_plus_attention .text_small {
    font-size: 11px;
  }
}
.join_button_group .description {
  margin-top: 20px;
  font-size: 0.9375rem;
  line-height: 1.8;
}
@media screen and (max-width: 999px) {
  .join_button_group .description {
    margin-top: 17px;
    font-size: 13px;
    line-height: 1.6153846154;
  }
}
.join_button_group .description a {
  position: relative;
  display: inline-block;
  color: #e55f6f;
}
.join_button_group .description a:after {
  position: absolute;
  bottom: 1px;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #e55f6f;
}
.join_button_group .description + .footnote {
  margin-top: 8px;
}
@media screen and (max-width: 999px) {
  .join_button_group .description + .footnote {
    margin-top: 10px;
  }
}
.join_button_group .footnote {
  margin-top: 14px;
}
.join_button_group .footnote__item {
  position: relative;
  padding-left: 1.5em;
  font-size: 0.75rem;
  line-height: 2.25;
}
@media screen and (max-width: 999px) {
  .join_button_group .footnote__item {
    margin-top: 5px;
    font-size: 11px;
    line-height: 1.4545454545;
  }
}
.join_button_group .footnote__item::before {
  position: absolute;
  left: 0;
  display: inline;
  content: "※ ";
}
.join_button_group .footnote__item_first::before {
  position: absolute;
  left: 0;
  display: inline;
  content: "※ ";
}
.join_button_group .footnote + .footnote--num {
  margin-top: 7px;
}
@media screen and (max-width: 999px) {
  .join_button_group .footnote + .footnote--num {
    margin-top: 10px;
  }
}
.join_button_group .footnote--num {
  counter-reset: number;
  margin-top: 36px;
}
@media screen and (max-width: 999px) {
  .join_button_group .footnote--num {
    width: auto;
    margin-top: 22px;
  }
}
.join_button_group .footnote--num__item {
  position: relative;
  margin-top: 10px;
  padding-left: 2.5em;
  font-size: 0.75rem;
  line-height: 1.3333333333;
}
@media screen and (max-width: 999px) {
  .join_button_group .footnote--num__item {
    margin-top: 8px;
    font-size: 11px;
    line-height: 1.4545454545;
  }
}
.join_button_group .footnote--num__item::before {
  position: absolute;
  left: 0;
  counter-increment: number;
  content: "※" counter(number) " ";
}


.terms_link_area {
  margin-top: 29px;
  font-size: 0.9375rem;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .terms_link_area {
    margin-top: 26px;
    font-size: 13px;
  }
}

.arrow_link_wrapper {
  margin-top: 29px;
  font-size: 0.9375rem;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .arrow_link_wrapper {
    margin-top: 26px;
    font-size: 13px;
  }
}

.terms_link, .arrow_link {
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1;
}
@media screen and (max-width: 999px) {
  .terms_link, .arrow_link {
    font-size: 13px;
  }
}
.terms_link::after, .arrow_link::after {
  display: inline-block;
  content: "";
  width: 8px;
  height: 14px;
  margin-left: 7px;
  background: url("../img/ico_arrow_pc.png") 0 0 no-repeat;
  background-size: cover;
  vertical-align: top;
}
@media screen and (max-width: 999px) {
  .terms_link::after, .arrow_link::after {
    width: 7.5px;
    height: 13px;
    background-image: url("../img/ico_arrow_sp.png");
  }
}
@media screen and (min-width: 1000px) {
  .terms_link:hover, .arrow_link:hover {
    text-decoration: underline;
  }
}

.send_button {
  margin-top: 16px;
}
@media screen and (max-width: 999px) {
  .send_button {
    margin-top: 20px;
  }
}

.contents_wrapper__terms {
  margin-top: 0;
  padding: 26px 60px 46px;
}
@media screen and (max-width: 999px) {
  .contents_wrapper__terms {
    padding: 26px 20px 22px;
  }
}
.contents_wrapper__terms .terms_contents_lead_text {
  font-size: 0.8125rem;
  line-height: 1.6153846154;
}
@media screen and (max-width: 999px) {
  .contents_wrapper__terms .terms_contents_lead_text {
    margin-bottom: -2px;
    font-size: 13px;
  }
}
.contents_wrapper__terms .section_description + .term_list {
  margin-top: 0;
}
.contents_wrapper__terms .section a {
  color: #053b7f;
  text-decoration: underline;
}


.term_list {
  margin-top: 16px;
}
@media screen and (max-width: 999px) {
  .term_list {
    margin-top: 13px;
  }
}
.term_list--item {
  font-size: 0.8125rem;
  line-height: 1.6153846154;
}
@media screen and (max-width: 999px) {
  .term_list--item {
    font-size: 13px;
  }
}

.loading {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.text_emphasis {
  color: #ff1744;
  font-weight: 600;
  font-size: 1.1875rem;
  line-height: 1;
}
@media screen and (max-width: 999px) {
  .text_emphasis {
    font-size: 19px;
  }
}

.text_emphasis_box {
  box-sizing: border-box;
  width: 960px;
  margin: 30px auto 0;
  padding: 23.5px 0;
  border: solid 2px #ff1744;
  background-color: #ffffff;
}
@media screen and (max-width: 999px) {
  .text_emphasis_box {
    width: auto;
    margin: 20px 10px -10px;
  }
}

.text_align_center {
  text-align: center;
}

.lead_text_wrapper p {
  margin-bottom: 26px;
}
.lead_text_wrapper + .button_area {
  margin-top: 41px;
  margin-bottom: 15px;
}
@media screen and (max-width: 999px) {
  .lead_text_wrapper + .button_area {
    margin-top: 61px;
    margin-bottom: 0;
  }
}

.confirmation {
  padding-top: 40px;
  background-color: #1A1D29;
}
@media screen and (min-width: 1000px) {
  .confirmation {
    width: 750px;
    margin: 0 auto;
    padding-top: 50px;
  }
}
@media screen and (max-width: 999px) {
  .confirmation {
    margin: 0 16px;
  }
}
.confirmation .intro_area {
  padding-bottom: 72px;
}
@media screen and (max-width: 999px) {
  .confirmation .intro_area {
    padding-bottom: 45px;
  }
}
.confirmation .intro_area .btn_back {
  margin-top: 66px;
}
@media screen and (max-width: 999px) {
  .confirmation .intro_area .btn_back {
    margin-top: 40px;
  }
}
.confirmation .lead_text {
  margin-top: 31px;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .confirmation .lead_text {
    margin-top: 27px;
    font-size: 13px;
    line-height: 1.6153846154;
  }
}
.confirmation p {
  margin-bottom: 11px;
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 999px) {
  .confirmation p {
    font-size: 13px;
    line-height: 1.6153846154;
  }
}
.confirmation .footnote {
  margin-top: 11px;
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 999px) {
  .confirmation .footnote {
    margin-top: 13px;
    margin-bottom: 11px;
  }
}
.confirmation .footnote__item {
  position: relative;
  padding-left: 1em;
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 999px) {
  .confirmation .footnote__item {
    margin-top: 5px;
    font-size: 13px;
    line-height: 1.6153846154;
  }
}
.confirmation .footnote__item::before {
  position: absolute;
  left: 0;
  display: inline;
  content: "※ ";
}
.confirmation_area {
  padding: 36px 0 42px;
}
@media screen and (max-width: 999px) {
  .confirmation_area {
    padding: 4px 0 19px;
  }
}
.confirmation_area .register_address {
  margin-top: 24px;
  margin-bottom: 12px;
  color: #F00;
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 999px) {
  .confirmation_area .register_address {
    margin-top: 21px;
    font-size: 13px;
    line-height: 1.6153846154;
  }
}
.confirmation_area .register_address div {
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 999px) {
  .confirmation_area .register_address div {
    font-size: 13px;
    line-height: 1.6153846154;
  }
}
.confirmation_area .register_address p {
  margin-bottom: 12px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .confirmation_area .register_address .address {
    margin-top: 5px;
    font-size: 13px;
    line-height: 1.6153846154;
  }
}
.confirmation_area .btn_change {
  margin-top: 29px;
}
@media screen and (max-width: 999px) {
  .confirmation_area .btn_change {
    margin-top: 26px;
  }
}
.confirmation .border_box {
  margin-top: -19px;
  padding: 72px 0;
}
@media screen and (max-width: 999px) {
  .confirmation .border_box {
    margin-top: -16px;
    padding: 45px 0;
  }
}

.area_title {
  margin-bottom: 18px;
  padding: 14px 0 13px;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1;
  text-align: center;
  background-color: #30333E;
}
@media screen and (max-width: 999px) {
  .area_title {
    margin-top: 26px;
    padding: 14px 0 13px;
    font-size: 13px;
  }
}

.error_contents {
  /* width: 750px; */
  margin: 0 auto;
  /* padding-top: 14px; */
  /* padding-bottom: 14px; */
  /* border-bottom: #3E4352 solid 1.5px; */
}
@media screen and (max-width: 999px) {
  .error_contents {
    /* width: auto; */
    /* margin: 0 16px; */
    /* padding: 12px 0 11px; */
  }
}
.error_contents .lead_text {
  margin-top: 32px;
  margin-bottom: -44px;
  color: #F00;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .error_contents .lead_text {
    margin-top: 42px;
    margin-bottom: -20px;
    font-size: 13px;
    line-height: 1.2307692308;
  }
}
.error_contents .mail_address {
  font-size: 15px;
  line-height: 1.8;
  text-align: center;
  word-break: break-all;
}
@media screen and (max-width: 999px) {
  .error_contents .mail_address {
    margin-top: -1px;
    font-size: 13px;
    line-height: 1.6153846154;
  }
}
.error_contents .btn {
  margin-top: 29px;
}
@media screen and (max-width: 999px) {
  .error_contents .btn {
    margin-top: 26px;
  }
}
.error_contents .footnote {
  width: 540px;
  margin: 11px auto 0;
  font-size: 12px;
  line-height: 2.25;
}
@media screen and (max-width: 999px) {
  .error_contents .footnote {
    width: auto;
  }
}
.error_contents .footnote__item {
  position: relative;
  padding-left: 1.5em;
  font-size: 0.75rem;
  line-height: 2.25;
}
@media screen and (max-width: 999px) {
  .error_contents .footnote__item {
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.75;
  }
}
.error_contents .footnote__item::before {
  position: absolute;
  left: 0;
  display: inline;
  content: "※ ";
}
.error_contents.border_bottom_box {
  padding-bottom: 72px;
}
@media screen and (max-width: 999px) {
  .error_contents.border_bottom_box {
    padding-bottom: 45px;
  }
}
.error_contents.border_bottom_box p {
  margin-top: 32px;
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 999px) {
  .error_contents.border_bottom_box p {
    margin-top: 27px;
    font-size: 13px;
    line-height: 1.6153846154;
  }
}


.contents_wrapper--contact {
  padding-top: 67px;
  padding-bottom: 66px;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .contents_wrapper--contact {
    padding-top: 43px;
    padding-bottom: 42px;
  }
}

.contents_wrapper--contact {
  padding-top: 67px;
  padding-bottom: 66px;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .contents_wrapper--contact {
    padding-top: 43px;
    padding-bottom: 42px;
  }
}

.contents_wrapper--contact_half {
  padding-top: 37px;
  padding-bottom: 36px;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .contents_wrapper--contact_half {
    padding-top: 31px;
    padding-bottom: 30px;
  }
}


.contents_wrapper--contact_footer {
  padding-top: 67px;
  padding-bottom: 66px;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .contents_wrapper--contact_footer {
    padding-top: 43px;
    padding-bottom: 42px;
  }
}


.contents_wrapper--contact .tel_em_text {
  margin-top: 25px;
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1.8;
}
@media screen and (max-width: 999px) {
  .contents_wrapper--contact .tel_em_text {
    margin-top: 20px;
    white-space: normal;
    font-size: 12px;
    line-height: 1.75;
  }
}
.contents_wrapper--contact .tel_heading {
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1.8;
}
@media screen and (max-width: 999px) {
  .contents_wrapper--contact .tel_heading {
    font-size: 12px;
    line-height: 1.75;
  }
}
.contents_wrapper--contact .tel_text {
  font-size: 0.9375rem;
  line-height: 1.8;
}
@media screen and (max-width: 999px) {
  .contents_wrapper--contact .tel_text {
    font-size: 12px;
    line-height: 1.75;
  }
}
.contents_wrapper--contact .tel_number {
  margin-top: 12px;
  font-size: 0.9375rem;
  line-height: 1.8;
}
@media screen and (max-width: 999px) {
  .contents_wrapper--contact .tel_number {
    font-size: 12px;
  }
}
.contents_wrapper--contact .tel_number a, .contents_wrapper--contact .tel_number span {
  position: relative;
  display: inline-block;
  font-weight: 600;
  font-size: 0.9375rem;
}
@media screen and (max-width: 999px) {
  .contents_wrapper--contact .tel_number a, .contents_wrapper--contact .tel_number span {
    font-size: 13px;
    line-height: 1.6923076923;
  }
}
.contents_wrapper--contact .tel_number a::after, .contents_wrapper--contact .tel_number span::after {
  position: absolute;
  bottom: 3px;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  padding-bottom: 2px;
  /* border-bottom: #000 solid 1px; */
}
.contents_wrapper--contact .tel_footnote {
  margin-top: 11px;
  font-size: 0.75rem;
  line-height: 1.75;
}
@media screen and (max-width: 999px) {
  .contents_wrapper--contact .tel_footnote {
    margin-top: 8px;
    font-size: 11px;
    line-height: 1.9090909091;
  }
}
.contents_wrapper--contact .tel_contents_item {
  margin-top: 14px;
}
.contents_wrapper--contact .tel_contents_item:nth-of-type(1) {
  margin-top: 0;
}
.contents_wrapper--contact .tel_contents_item:nth-of-type(1) .tel_footnote {
  margin-top: 9px;
}
@media screen and (max-width: 999px) {
  .contents_wrapper--contact .tel_contents_item:nth-of-type(1) .tel_footnote {
    margin-top: 7px;
  }
}
@media screen and (max-width: 999px) {
  .contents_wrapper--contact .tel_contents_item:nth-of-type(2) {
    margin-top: 11px;
  }
  .contents_wrapper--contact .tel_contents_item:nth-of-type(2) .tel_contents_item_heading {
    margin-top: 0;
  }
}
.contents_wrapper--contact .tel_contents_item .tel_footnote {
  margin-top: 10px;
}
@media screen and (max-width: 999px) {
  .contents_wrapper--contact .tel_contents_item .tel_footnote {
    margin-top: 6px;
  }
}
.contents_wrapper--contact .tel_contents_item_heading {
  margin-top: 12px;
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1.8;
}
@media screen and (max-width: 999px) {
  .contents_wrapper--contact .tel_contents_item_heading {
    font-size: 12px;
    line-height: 1.75;
  }
}
.contents_wrapper--contact .tel_contents_item_heading + .tel_number {
  margin-top: 0;
}

.section_tel {
  margin-top: 26px;
}
@media screen and (max-width: 999px) {
  .section_tel {
    margin-top: 0;
  }
}
.section_tel:nth-of-type(1) {
  margin-top: 25px;
}
@media screen and (max-width: 999px) {
  .section_tel:nth-of-type(1) {
    margin-top: 0;
  }
}
.section_tel a {
  text-decoration: underline;
}

.attention_text {
  color: #F00;
  font-weight: 600;
  font-size: 23px;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .attention_text {
    font-size: 0.9rem;
  }
}

.border_box {
  border-top: #3E4352 solid 1.5px;
  border-bottom: #3E4352 solid 1.5px;
}

.border_top_box {
  border-top: #3E4352 solid 1.5px;
}

.border_bottom_box {
  border-bottom: #3E4352 solid 1.5px;
}

.btn_wrapper {
  margin-top: 36px;
}
@media screen and (max-width: 999px) {
  .btn_wrapper {
    margin-top: 30px;
  }
}

.p-anchor-link {
  margin-top: 31px;
  font-size: 0.9375rem;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .p-anchor-link {
    margin-top: 28px;
    font-size: 13px;
  }
}
.p-anchor-link + .p-anchor-link {
  margin-top: 17px;
}
@media screen and (max-width: 999px) {
  .p-anchor-link + .p-anchor-link {
    margin-top: 16px;
  }
}
.p-anchor-link__link {
  color: #02e7ff;
}
.p-anchor-link__link::after {
  display: inline-block;
  content: "";
  width: 8px;
  height: 14px;
  margin-left: 7px;
  background: url("../img/ico_arrow02_pc.png") 0 0 no-repeat;
  background-size: cover;
  vertical-align: top;
}
@media screen and (max-width: 999px) {
  .p-anchor-link__link::after {
    width: 7.5px;
    height: 13px;
    background-image: url("../img/ico_arrow02_sp.png");
  }
}
@media screen and (min-width: 1000px) {
  .p-anchor-link__link:hover {
    text-decoration: underline;
  }
}

.button {
  width: 410px;
  box-sizing: border-box;
  display: block;
  padding-left: 20px !important;
  padding-right: 20px !important;
  margin: 0 auto;
  border: none;
  border-radius: 4px;
  text-align: center;
  line-height: 1;
  -webkit-appearance: normal;
  -moz-appearance: normal;
  appearance: normal;
  text-decoration: none !important;
}

@media screen and (min-width: 1000px) {
  .button {
    transition: opacity 200ms;
  }
  .button:hover {
    opacity: 0.7;
  }
}


@media screen and (max-width: 999px) {
  .button {
    width: 100%;
    border-radius: 3px;
  }
}


.button--primary {
    width: 480px;
    border-radius: 0.6rem;
    background-color: #FF0000;
    padding: 1.4rem;
    justify-content: space-between;
    filter: drop-shadow(0px 0.5rem 0px #6c2833);
    transition: all .2s ease;
    cursor: pointer;
    color: #FFF;
    font-size: 24px;
    font-family: "wanpaku-ruika", sans-serif;
    font-weight: 100;
    font-style: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}



.button--primary_blue {
    width: 480px;
    border-radius: 0.6rem;
    background-color: #003B89;
    padding: 1.4rem;
    justify-content: space-between;
    cursor: pointer;
    color: #FFF;
    font-size: 24px;
    font-family: "wanpaku-ruika", sans-serif;
    font-weight: 100;
    font-style: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}



.button--primary:hover  {
    translate: 0 1vw;
    filter: unset
}



.button--primary_disable {
  opacity: 0.5;
  transform: translateZ(0);
  cursor: not-allowed !important;
}

.button--primary.button--active {
  background-color: #E30110;
  cursor: pointer;
}
@media screen and (min-width: 1000px) {
  .button--primary:hover  {
    translate: 0 1vw;
    filter: unset
  }
  .button--primary.button--active:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 999px) {
  .button--primary {
    width: 90%;
    font-size: 14px;
    padding: 3.8vw 3.7vw;
    border-radius: 1.6vw;
    filter: drop-shadow(0px 1.6vw 0px #6c2833);
    gap: 8px;
  }
    .button--primary_blue {
    width: 90%;
    font-size: 16px;
    padding: 3.8vw 3.7vw;
    border-radius: 1.6vw;
    gap: 8px;
  }
}


.button--primary-wh_text {
  text-align: center;
  padding-left: 0px;
  float: right;
}

@media screen and (max-width: 999px) {
  .button--primary-wh_text {
  /* padding-top: 36px; */
  }
}

.button--primary-wh_text_m {
  text-align: center;
  /* padding-left: 24px; */
}

@media screen and (max-width: 999px) {
  .button--primary-wh_text_m {
  /* padding-top: 34px; */
  /* padding-left: 4px; */
  font-size: 14px;
  }
}


.js-campaign-open {
  z-index: 4 !important;
}




.button--primary:hover  {
    translate: 0 0.5vw;
    filter: unset
}



.button--primary_disable {
  opacity: 0.5;
  transform: translateZ(0);
  cursor: not-allowed !important;
}

.button--primary.button--active {
  background-color: #E30110;
  cursor: pointer;
}
@media screen and (min-width: 1000px) {
  .button--primary:hover  {
    translate: 0 0.5vw;
    filter: unset
  }
  .button--primary.button--active:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 999px) {
  .button--primary {
    width: 98%;
    font-size: 20px;
    padding: 1.2rem;
    height: 60px;
    /* filter: drop-shadow(0px 1.6vw 0px #000); */
  }
}

.icon_btn_red {
  justify-content: flex-end;
  display: block;
  float: right;
  
}

    .icon_btn_red img {
      width: 24px;
      /* padding-left: 10px; */
      margin-bottom: -3px;
    }


@media (min-width: 1000px) {
    .icon_btn_red img {
      width: 24px;
      /* padding-left: 10px; */
      margin-bottom: -3px;
    }
}


.icon_btn_coupon {
  flex-shrink: 0;
  
}

    .icon_btn_coupon img {
      width: 36px;
      /* padding-left: 10px; */
      margin-bottom: -3px;
      display: block;
    }


@media (min-width: 1000px) {
    .icon_btn_coupon img {
      width: 42px;
      /* padding-left: 10px; */
      margin-bottom: -3px;
      display: block;
    }
}





.button--primary-wh {
  padding: 16px 0;
  color: #FFF;
  text-align: center;
  font-family: "wanpaku-ruika", sans-serif;
  font-weight: 100;
  font-size: 24px;
  cursor: pointer;
  background: #003B89;
  line-height: 1.1;
  border-radius: 8px;

}

.button--primary-wh_disable {
  opacity: 0.5;
  cursor: not-allowed !important;
}

.button--primary-wh.button--active {
  background-color: #CCC;
  cursor: pointer;
}
@media screen and (min-width: 1000px) {
  .button--primar-wh.button--active:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 999px) {
  .button--primary-wh {
    padding: 14px 0;
    font-size: 24px;
  }
}


    .button--primary-wh_box {
      display: flex;
      justify-content: space-between;
      gap: 14px;
    }


@media (min-width: 1000px) {
    .button--primary-wh_box {
      display: flex;
      justify-content: space-between;
      gap: 14px;
      align-items: center;
      justify-content: center;
  
    }
}





.icon_btn_arow {
  justify-content: right;
  display: block;
  float: right;
  
}


    .icon_btn_arow img {
      width: 24px;
      /* padding-left: 10px; */
      margin-bottom: -3px;
    }


@media (min-width: 1000px) {
    .icon_btn_arow img {
      width: 24px;
      /* padding-left: 10px; */
      margin-bottom: -3px;
    }
}







.button--copy-blu {
  padding: 10px 0;
  color: #754C24;
  text-align: center;
  font-weight: 900;
  cursor: pointer;
  background: #FCF1C6;
  line-height: 1.1;
  border-radius: 6rem;
  pointer-events: auto;
  position: relative;
  z-index: 10;
}

.button--copy-blu_disable {
  opacity: 0.5;
  cursor: not-allowed !important;
}

.button--copy-blu.button--active {
  background-color: #CCC;
  cursor: pointer;
}
@media screen and (min-width: 1000px) {
  .button--copy-blu.button--active:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 999px) {
  .button--copy-blu {
    padding: 4px 0;
  }
}




    .button--copy_box {
      display: flex;
      justify-content: space-between;
      gap: 14px;
      width: 220px;
      height: 32px;
      margin: 0 auto;
      padding-bottom: 40px;
    }


@media (min-width: 1000px) {
    .button--copy_box {
      width: 240px;
      height: 40px;
      display: flex;
      justify-content: space-between;
      gap: 14px;
    }
}

    .icon_btn_copy img {
      width: 20px;
      padding-left: 4px;
      margin-bottom: -3px;
    }


@media (min-width: 1000px) {
    .icon_btn_copy img {
      width: 20px;
      padding-left: 8px;
      margin-bottom: -3px;
    }
}







.c-button__primary {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 65px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  border-bottom: 6px #cb072c solid;
  line-height: 1;
  text-align: center;
  background-color: #e4002b;
}
.c-button__secondary {
  position: relative;
  top: 0;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 17.3333333333vw;
  border-bottom: 1.8666666667vw #f3b601 solid;
  border-radius: 0.1333333333vw;
  line-height: 1;
  text-align: center;
  background-color: #ffd000;
}
.c-button__secondary.btn_entry {
  padding-top: 6.1333333333vw;
}
.c-button__secondary.btn_entry img {
  position: relative;
  left: 0.4vw;
  width: 25.3333333333vw;
}
.c-button__secondary.btn_watch {
  padding-top: 5.8666666667vw;
}
.c-button__secondary.btn_watch img {
  position: relative;
  left: 0.2666666667vw;
  width: 26.6666666667vw;
}
.c-button__secondary.btn_more {
  padding-top: 6vw;
}
.c-button__secondary.btn_more img {
  position: relative;
  left: 0.4vw;
  width: 26.1333333333vw;
}
.c-button__secondary.btn_end {
  padding-top: 6.1333333333vw;
}
.c-button__secondary.btn_end img {
  position: relative;
  width: 32.8vw;
  left: 0.6666666667vw;
}
.c-button__secondary.btn_end:active {
  opacity: 1;
}
.c-button__secondary:active {
  opacity: 0.7;
}
.c-button__simple {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 20px 0;
  border-width: 2px;
  border-style: solid;
  border-radius: 4px;
  border-color: #979797;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .c-button__simple {
    width: 350px;
    margin-right: auto;
    margin-left: auto;
  }
}
.c-button__large {
  height: 24.8vw;
}

.button_simple_sb {
  color: #ffffff;
  border-color: #00C3DC;
  background-color: #00C3DC;
}

.button_wrapper + .contents_section, .attention_text + .contents_section {
  margin-top: 72px;
  
}
@media screen and (max-width: 999px) {
  .button_wrapper + .contents_section, .attention_text + .contents_section {
    margin-top: 45px;
  }
}

.button_wrapper,
.button--primary-wh_box,
.button--primary-wh {
  position: relative;
  z-index: 10;
}




.p-campaign-heading {
  padding-top: 12px;
  margin-bottom: 24px;
  color: #FFF;
  font-size: 40px;
  line-height: 130%;
  text-align: center;
  letter-spacing: -2px;
  font-family: "corporate-logo-ver2", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.p-campaign-heading-small-2 {
  padding-top: 55px;
  margin-bottom: 24px;
  color: #FFF;
  font-weight: 900;
  font-size: 40px;
  line-height: 130%;
  text-align: center;
  letter-spacing: -2px;
}

.p-campaign-heading-small-3 {
  padding-top: 30px;
  margin-bottom: 24px;
  color: #FFF;
  font-weight: 900;
  font-size: 32px;
  line-height: 130%;
  text-align: center;
  letter-spacing: -2px;
}

.p-campaign-heading-small-1 {
  margin-bottom: 24px;
  color: #FFF;
  font-weight: 900;
  font-size: 30px;
  line-height: 130%;
  text-align: center;
  letter-spacing: -2px;
}

.text-glow-red {
  text-shadow:
    0 0 4px rgba(255, 0, 0, 0.6),
    0 0 8px rgba(255, 0, 0, 0.6),
    0 0 16px rgba(255, 0, 0, 0.6),
    0 0 32px rgba(255, 0, 0, 0.6);
}


.text-glow-green {
  text-shadow:
    0 0 4px rgba(4, 255, 0, 0.3),
    0 0 8px rgba(4, 255, 0, 0.3),
    0 0 16px rgba(4, 255, 0, 0.3),
    0 0 32px rgba(4, 255, 0, 0.3);
}




@media screen and (max-width: 999px) {
  .p-campaign-heading {
    padding-top: 12px;
    font-size: 24px;
    line-height: 1.2941176471;
  }
  .p-campaign-heading-small-1 {
  font-size: 22px;
  line-height: 130%;
  }
  .p-campaign-heading-small-2 {
  font-size: 30px;
  line-height: 130%;
  }
  .p-campaign-heading-small-3 {
  font-size: 22px;
  line-height: 130%;
  }
}


@media screen and (max-width: 359px) {
  .p-campaign-heading {
    font-size: 4.5333333333vw;
  }
}





  .campaign_period {
      width: 100%;
      margin: 0 auto;
      margin-bottom: 12px;
  }


@media (min-width: 1000px) {
    .campaign_period {
        display:flex;
        width: 100%;
        margin-bottom: 12px
    }
}

.img_campaign_period picture, .img_campaign_period img {
  width: 100%;
  height: auto;
}

@media (min-width: 1000px) {
  .img_campaign_period picture, .img_campaign_period img {
    width: 100%;
    height: auto;
  }
}




  .result_KV {
      width: 100%;
      margin: 0 auto;
      margin-bottom: 12px;
      padding-top: 24px;
      z-index: 2;
      
  }


@media (min-width: 1000px) {
    .result_KV {
        display:flex;
        width: 100%;
        margin-bottom: 12px;
        padding-top: 72px;
    }
}

.img_result_KV picture, .img_result_KV img {
  width: 100%;
  height: auto;
  box-shadow: 3px 3px 12px 0px rgba(25, 25, 25, 0.45);
}

@media (min-width: 1000px) {
  .img_result_KV picture, .img_result_KV img {
    width: 100%;
    height: auto;
    box-shadow: 3px 3px 12px 0px rgba(25, 25, 25, 0.45);
  }
}




.jc_logo_center {
  text-align: center;
  margin: 32px;
}



.jc_logo_center picture, .jc_logo_center img {
  width: auto;
  height: 64px;
}

@media (min-width: 1000px) {
  .jc_logo_center {
    text-align: center;
  }
  .jc_logo_center picture, .jc_logo_center img {
    width: auto;
    height: 96px;
  }
}




/* coupon_overview_box */



    .coupon_overview_box {
      z-index: 2 !important;
      /* display: flex; */
      /* flex-wrap: wrap; */
      pointer-events: auto;

    }


@media (min-width: 1000px) {
    .coupon_overview_box {
      z-index: 2 !important;
      display: flex;
      justify-content: space-between;
      gap: 10px;
      pointer-events: auto;
    }
}


  .coupon_overview {
      text-align: center;
      width: 100%;
      margin-bottom: 12px;
      margin-top: 18px;
      margin-bottom: 18px;
      background-color: #fff;
      border-radius: 16px;
      border-color: #CCC;
      border-width: 2px;
      pointer-events: auto;
  }


@media (min-width: 1000px) {
    .coupon_overview {
      text-align: center;
      margin-top: 0px;
      margin-bottom: 20px;
      width: 50%;
      background-color: #fff;
      border-radius: 16px;
    }
}


  .coupon_text_TC {
      color: #000;
      margin-top: 50px;
      margin-bottom: 16px;
  }


@media (min-width: 1000px) {
    .coupon_text_TC {
      color: #000;
      margin-top: 120px;
    }
}




  .coupon_overview_1 {
      margin-bottom: 10px !important;
      pointer-events: auto;
  }


@media (min-width: 1000px) {
    .coupon_overview_1 {
      margin-bottom: 18px !important;
      margin-right: 4px;
      pointer-events: auto;
    }
}


  .coupon_overview_2 {
      margin-bottom: 18px;
      pointer-events: auto;
  }


@media (min-width: 1000px) {
    .coupon_overview_2 {
      margin-left: 4px;
      pointer-events: auto;
    }
}







.line-art_01 {
    width: 100%;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
}


@media (min-width: 1000px) {
    .line-art_01 {
        width: 100%;
        margin-top: 24px;
        margin-bottom: 28px
    }
}

.img_line-art_01 picture, .img_line-art_01 img {
  width: 100%;
  height: auto;
}

@media (min-width: 1000px) {
  .img_line-art_01 picture, .img_line-art_01 img {
    width: 100%;
    height: auto;
  }
}







.line-art_02 {
    width: 100%;
    margin: 0 auto;
    margin-top: 24px;
    margin-bottom: 0px;
}


@media (min-width: 1000px) {
    .line-art_02 {
        width: 100%;
        margin-top: 32px;
        margin-bottom: 0px
    }
}

.img_line-art_02 picture, .img_line-art_02 img {
  width: 100%;
  height: auto;
}

@media (min-width: 1000px) {
  .img_line-art_02 picture, .img_line-art_02 img {
    width: 100%;
    height: auto;
  }
}



.line-art_03 {
    width: 100%;
    margin: 0 auto;
    margin-top: 24px;
    margin-bottom: 0px;
}


@media (min-width: 1000px) {
    .line-art_03 {
        width: 100%;
        margin-top: 32px;
        margin-bottom: 0px
    }
}

.img_line-art_03 picture, .img_line-art_03 img {
  width: 100%;
  height: auto;
}

@media (min-width: 1000px) {
  .img_line-art_03 picture, .img_line-art_03 img {
    width: 100%;
    height: auto;
  }
}








/* campaign_overview */



    .campaign_overview_box {
      text-align: center;
      pointer-events: auto;
    }


@media (min-width: 1000px) {
    .campaign_overview_box {
      display: flex;
      justify-content: center;
      gap: 10px;
      pointer-events: auto;
    }
}


  .campaign_overview {
      /* width: 100%; */
      margin-top: 18px;
      margin-bottom: 18px;
      pointer-events: auto;
  }


@media (min-width: 1000px) {
    .campaign_overview {
      margin-top: 20px;
      margin-bottom: 20px;
      pointer-events: auto;
      /* width: 50%; */
    }
}


  .campaign_overview_1 {
      margin-top: 18px;
      margin-bottom: 10px !important;
      pointer-events: auto;
  }


@media (min-width: 1000px) {
    .campaign_overview_1 {
      margin-bottom: 18px !important;
      margin-right: 4px;
      pointer-events: auto;
    }
}


  .campaign_overview_2 {
      margin-top: 10px !important;
      margin-bottom: 18px;
      pointer-events: auto;
  }


@media (min-width: 1000px) {
    .campaign_overview_2 {
      margin-top: 18px !important;
      margin-left: 4px;
      pointer-events: auto;
    }
}



.img_campaign_general picture, .img_campaign_general img {
  width: 100%;
  height: auto;
}

@media (min-width: 1000px) {
  .img_campaign_general picture, .img_campaign_general img {
    width: auto;
    height: 100px;
  }
}

.img_campaign_student picture, .img_campaign_student img {
  width: 100%;
  height: auto;
}

@media (min-width: 1000px) {
  .img_campaign_student picture, .img_campaign_student img {
    width: auto;
    height: 100px;
  }
}






.campaign_overviewTitleArea {
    height: 7vw;
    background-color: #5ac3e1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 1.9vw;
    border-top-right-radius: 1.9vw;
    border: solid #5ac3e1 2px;
    padding: 0px;
}

@media (min-width: 1000px) {
    .campaign_overviewTitleArea {
    height: 2.6vw;
    background-color: #5ac3e1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 0.6vw;
    border-top-right-radius: 0.6vw;
    border: solid #5ac3e1 2px;
    padding: 0px;
    }
}

.campaign_overviewTitle {
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    line-height: 120%;
}

@media (min-width: 1000px) {
    .campaign_overviewTitle {
        font-size: 16px;
    }
}

.campaign_overviewTextArea {
    height: 9.6vw;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 1.9vw;
    border-bottom-right-radius: 1.9vw;
    border: solid #5ac3e1 2px;
    padding: 8px;
}

@media (min-width: 1000px) {
    .campaign_overviewTextArea {
    height: 2.6vw;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 0.6vw;
    border-bottom-right-radius: 0.6vw;
    border: solid #5ac3e1 2px;
    padding: 8px;
    }
}

.campaign_overviewText {
    font-weight: 900;
    font-size: 32px;
    letter-spacing: 0.1em;
}

@media (min-width: 1000px) {
    .campaign_overviewText {
        font-size: 32px;
    }
}

.campaign_overviewText_small {
    font-weight: 700;
    font-size: 18px;
}

@media (min-width: 1000px) {
    .campaign_overviewText_small {
        font-size: 18px;
    }
}




/* campaign_step */




  .md_campaign_step_box {
      margin-top: 32px;
      /* width: 100%; */
      margin-bottom: 12px;
      padding: clamp(0.75rem, -4.364rem + 21.82vw, 1.5rem);
  }


@media (min-width: 1000px) {
    .md_campaign_step_box {
        margin-top: 42px;
        width: 100%;
        margin-bottom: 12px
    }
}

.img_md_campaign_step_box picture, .img_md_campaign_step_box img {
  width: 100%;
  height: auto;
}

@media (min-width: 1000px) {
  .img_md_campaign_step_box picture, .img_md_campaign_step_box img {
    width: 100%;
    height: auto;
  }
}




  .coupon_comingsoon_box {
      margin: 0 auto;
      margin-top: 14px;
      /* width: 100%; */
      margin-bottom: 12px;
      padding: clamp(0.75rem, -4.364rem + 21.82vw, 1.5rem);
  }


@media (min-width: 1000px) {
    .coupon_comingsoon_box {
        margin-top: 36px;
        width: 750px;
        margin-bottom: 12px
    }
}

.img_coupon_comingsoon_box picture, .img_coupon_comingsoon_box img {
  width: 100%;
  height: auto;
}

@media (min-width: 1000px) {
  .img_coupon_comingsoon_box picture, .img_coupon_comingsoon_box img {
    width: 100%;
    height: auto;
  }
}



  .coupon_tmp_drone_box {
      margin: 0 auto;
      margin-top: clamp(1rem, -5.818rem + 29.09vw, 2rem);
      /* width: 100%; */
      margin-bottom: 12px;
  }


@media (min-width: 1000px) {
    .coupon_tmp_drone_box {
        /* margin-top: 36px; */
        width: 1000px;
        margin-bottom: 12px
    }
}

.img_coupon_tmp_drone_box picture, .img_coupon_tmp_drone_box img {
  width: 100%;
  height: auto;
}

@media (min-width: 1000px) {
  .img_coupon_tmp_drone_box picture, .img_coupon_tmp_drone_box img {
    width: 100%;
    height: auto;
  }
}






  .closed_cp_box {
      margin: 0 auto;
      margin-top: clamp(1rem, -5.818rem + 29.09vw, 2rem);
      /* width: 100%; */
      margin-bottom: 12px;
      
  }


@media (min-width: 1000px) {
    .closed_cp_box {
        /* margin-top: 36px; */
        width: 1000px;
        margin-bottom: 12px
    }
}

  .img_closed_cp_box_head {
      width: 100%;
      margin: 0 auto;
      z-index: 3;
      padding-top: 0px;
      position: absolute;
      
  }


@media (min-width: 1000px) {
    .img_closed_cp_box_head {
      width: 100%;
      margin: 0 auto;
      z-index: 3;
      padding-top: 0px;
      position: absolute;
    }
}

  .img_closed_cp_box {
    padding-top: 26px;
      
  }


@media (min-width: 1000px) {
    .img_closed_cp_box {
      padding-top: 36px;
    }
}






.img_closed_cp_box_head picture, .img_closed_cp_box_head img {
  margin: 0 auto;
  width: 100px;
  height: auto;
}

@media (min-width: 1000px) {
  .img_closed_cp_box_head picture, .img_closed_cp_box_head img {
    width: 128px;
    height: auto;
  }
}


.img_closed_cp_box picture, .img_closed_cp_box img {
  width: 100%;
  height: auto;
  box-shadow: 3px 3px 12px 0px rgba(181, 181, 181, 0.45);
}

@media (min-width: 1000px) {
  .img_closed_cp_box picture, .img_closed_cp_box img {
    width: 100%;
    height: auto;
    box-shadow: 3px 3px 12px 0px rgba(181, 181, 181, 0.45);
  }
}








    .campaign_step_box {
      margin-top: 20px;
    }


@media (min-width: 1000px) {
    .campaign_step_box {
      margin-top: 24px;
      display: flex;
      justify-content: space-between;
      gap: 36px;
      z-index: 1;
    }
}


    .campaign_step_box_1 {
      margin-top: 20px;
      border-image: url(../../2026/mandalorian/img/bg_step_line_sp_01.png);
      border-image-width: 10px;
      border-image-slice: 10 fill;
      border-style: solid;
      border-image-outset: 0 0 20vw 0;
    }


@media (min-width: 1000px) {
    .campaign_step_box_1 {
      border-image: url(../../2026/mandalorian/img/bg_step_line_01.png);
      border-image-width: 10px;
      border-image-slice: 10 fill;
      border-style: solid;
      border-image-outset: 0 100vw 0 0;
    }
}






    .campaign_step_box_2 {
      margin-top: 20px;
      border-image: url(../../2026/mandalorian/img/bg_step_line_sp_01.png);
      border-image-width: 10px;
      border-image-slice: 10 fill;
      border-style: solid;
    }


@media (min-width: 1000px) {
    .campaign_step_box_2 {
      margin-top: 36px;
      border-image: url(../../2026/mandalorian/img/bg_step_line_02.png);
      border-image-width: 10px;
      border-image-slice: 10 fill;
      border-style: solid;
      border-image-outset: 0 0 0 100vw;
    }
}


  .campaign_step {
      width: 100%;
      padding-bottom: 24px;
      background: white;
      border-radius: 16px;
      outline: 3px #5AC3E1 solid;
      outline-offset: -3px;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-end;
      gap: 16px;
      display: inline-flex;
  }


@media (min-width: 1000px) {
    .campaign_step {
      width: 50%;
      padding-bottom: 24px;
      background: #27292D;
      border-radius: 16px;
      outline: 3px #FFF solid;
      outline-offset: -3px;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-end;
      gap: 16px;
      display: inline-flex;
    }
}











  .campaign_step_score {
      align-self: stretch;
      justify-content: flex-start;
      align-items: flex-start;
      display: inline-flex;
  }


@media (min-width: 1000px) {
    .campaign_step_score {
      align-self: stretch;
      justify-content: flex-start;
      align-items: flex-start;
      display: inline-flex;
    }
}


  .campaign_step_score_box {
      width: 70px;
      height: 70px;
      background: #5AC3E1;
      border-top-left-radius: 16px;
      border-bottom-right-radius: 16px;
      outline: 1px #5AC3E1 solid;
      outline-offset: -1px;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      display: inline-flex;

  }


@media (min-width: 1000px) {
    .campaign_step_score_box {
      width: 70px;
      height: 70px;
      background: #5AC3E1;
      border-top-left-radius: 16px;
      border-bottom-right-radius: 16px;
      outline: 1px #5AC3E1 solid;
      outline-offset: -1px;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      display: inline-flex;
    }
}



  .campaign_step_score_small {
      color: white;
      font-size: 12px;
      font-family: Noto Sans JP;
      font-weight: 500;
      line-height: 12px;
      letter-spacing: 1.20px;
      word-wrap: break-word;
  }


@media (min-width: 1000px) {
    .campaign_step_score_small {
      color: white;
      font-size: 12px;
      font-family: Noto Sans JP;
      font-weight: 500;
      line-height: 12px;
      letter-spacing: 1.20px;
      word-wrap: break-word;
    }
}


  .campaign_step_score_big {
      color: white;
      font-size: 34px;
      font-family: Noto Sans JP;
      font-weight: 900;
      line-height: 34px;
      word-wrap: break-word;
  }


@media (min-width: 1000px) {
    .campaign_step_score_big {
      color: white;
      font-size: 34px;
      font-family: Noto Sans JP;
      font-weight: 900;
      line-height: 34px;
      word-wrap: break-word;
    }
}















.campaign_stepTextArea {
      flex: 1 1 0;
      padding-top: 16px;
      padding-left: 16px;
      padding-right: 16px;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      gap: 8px;
      display: inline-flex;
}

@media (min-width: 1000px) {
    .campaign_stepTextArea {
      flex: 1 1 0;
      padding-top: 16px;
      padding-left: 16px;
      padding-right: 16px;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      gap: 8px;
      display: inline-flex;
    }
}



.campaign_stepText {
      align-self: stretch;
      color: FFF;
      font-size: 14px;
      font-family: Noto Sans JP;
      font-weight: 500;
      line-height: 21px;
      word-wrap: break-word;
}

@media (min-width: 1000px) {
    .campaign_stepText {
      align-self: stretch;
      color: FFF;
      font-size: 14px;
      font-family: Noto Sans JP;
      font-weight: 500;
      line-height: 21px;
      word-wrap: break-word;
    }
}


.campaign_stepImgArea {
      align-self: stretch;
      flex: 1 1 0;
      padding-left: 32px;
      padding-right: 32px;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      gap: 8px;
      display: flex;
}

@media (min-width: 1000px) {
    .campaign_stepImgArea {
      align-self: stretch;
      flex: 1 1 0;
      padding-left: 32px;
      padding-right: 32px;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      gap: 8px;
      display: flex;
    }
}


.campaign_stepImg {
      align-self: center;
      position: relative;
      background: #FFF;
}

@media (min-width: 1000px) {
    .campaign_stepImg {
      align-self: center;
      position: relative;
      background: #FFF;
    }
}




  .campaign_step_2 {
      margin-top: 20px;
  }


@media (min-width: 1000px) {
    .campaign_step_2 {
      margin-top: 0px;
    }
}




.campaign_stepImgArea picture, .campaign_stepImgArea img {
  width: 311px;
  height: auto;
}

@media (min-width: 1000px) {
  .campaign_stepImgArea picture, .campaign_stepImgArea img {
    width: 416px;
    height: auto;
  }
}





.btn_CS_ImgArea {
      margin-top: 30px;
      margin-bottom: 30px;
      text-align: center;
}

@media (min-width: 1000px) {
    .btn_CS_ImgArea {
      display: flex;
      justify-content: center;
      margin-top: 60px;
      margin-bottom: 60px;
    }
}


.btn_CS_ImgArea picture, .btn_CS_ImgArea img {
  width: 100%;
  height: auto;
}

@media (min-width: 1000px) {
  .btn_CS_ImgArea picture, .btn_CS_ImgArea img {
    width: 100%;
    height: auto;
  }
}



    .section_description_box {
    }


@media (min-width: 1000px) {
    .section_description_box {
      padding-left: 24px;
      padding-right: 24px;
      display: flex;
      justify-content: space-around;
      gap: 50px;
    }
}


.section_description_bodyArea p {
      margin-top: 24px;
      color: #FFF;
      font-size: 18px;
      font-family: Noto Sans JP;
      font-weight: 700;
      line-height: 120%;
}

@media (min-width: 1000px) {
    .section_description_bodyArea p {
      margin-top: 0px;
      font-size: 20px;
      font-family: Noto Sans JP;
      font-weight: 700;
      line-height: 120%;
    }
}


.section_description_bodyArea_blk {
      margin-top: 0px !important;
      color: #000 !important;
      font-size: 18px;
      font-family: Noto Sans JP;
      font-weight: 700;
      line-height: 120%;
}

@media (min-width: 1000px) {
    .section_description_bodyArea_blk {
      margin-top: 0px;
      font-size: 20px;
      font-family: Noto Sans JP;
      font-weight: 700;
      line-height: 120%;
    }
}




.section_description_logo {
    position: absolute;
    top: 0px;
    right: 0px;
}

.section_description_logo picture, .section_description_logo img {
  margin-top: 8px;
  margin-right: 8px;
  width: auto;
  height: 48px;
}

@media (min-width: 1000px) {
  .section_description_logo {
    position: relative;
  }
  .section_description_logo picture, .section_description_logo img {
    margin-top: 0px;
    margin-right: 0px;
    width: auto;
    height: 100px;
  }
}






.section_product_box {

}


@media (min-width: 1000px) {
    .section_product_box {
      padding-left: 0px;
      padding-right: 0px;
      display: flex;
      justify-content: space-around;
      gap: 25px;
    }
}


.section_product_photoArea picture, .section_product_photoArea img {
  width: 100%;
  height: auto;
}

@media (min-width: 1000px) {
  .section_product_photoArea picture, .section_product_photoArea img {
    width: 450px;
    height: auto;
  }
}


.section_product_titleArea {

}


@media (min-width: 1000px) {
    .section_product_titleArea {
      width: 100%;
      padding-left: 0px;
      padding-right: 0px;
    }
}

    .section_product_titleArea_text {
      margin-top: 22px;
      color: #000;
      font-size: 14px;
      line-height: 160%;
      font-family: Noto Sans JP;
    }


@media (min-width: 1000px) {
    .section_product_titleArea_text {
      margin-top: 0px;
      color: #000;
      font-size: 14px;
      line-height: 160%;
      font-family: Noto Sans JP;
    }
}

    .section_product_titleArea_strong {
      text-align: center;
      margin-top: 14px;
      color: #000;
      font-size: 18px;
      line-height: 160%;
      font-weight: 700;
      font-family: Noto Sans JP;

    }


@media (min-width: 1000px) {
    .section_product_titleArea_strong {
      margin-top: 14px;
      color: #000;
      font-size: 18px;
      line-height: 160%;
      font-weight: 700;
      font-family: Noto Sans JP;
    }
}


  .section_product_title_ret_PC {
      margin-top: 32px;
      width: 520px;
      margin-bottom: 32px;
      margin: 0 auto;
  }



  .section_product_title_ret {
      margin-top: 22px;
      width: 100%;
      margin-bottom: 0px;
  }


@media (min-width: 1000px) {
    .section_product_title_ret {
        margin-top: 0px;
        width: 100%;
        margin-bottom: 20px;
        display: none;
    }
  .section_product_title_ret_PC {
      margin-top: 32px;
      width: 520px;
      margin-bottom: 32px;
      margin: 0 auto;
  }
}

.img_section_product_title_ret_PC picture, .img_section_product_title_ret_PC img {
  width: 100%;
  height: auto;
  display: none;
}

@media (min-width: 1000px) {
  .img_section_product_title_ret_PC picture, .img_section_product_title_ret_PC img {
    width: 100%;
    height: auto;
    margin-top: 24px;
    margin-bottom: 24px;
    display: block;
  }
}



.img_section_product_title_ret picture, .img_section_product_title_ret img {
  width: 100%;
  height: auto;
}

@media (min-width: 1000px) {
  .img_section_product_title_ret picture, .img_section_product_title_ret img {
    width: 100%;
    height: auto;
  }
}

  .section_product_under {
      margin-top: 24px;
      display:block;
  }

@media (min-width: 1000px) {
    .section_product_under {
      margin-top: 50px;
    }
}



    .section_product_photoArea_cpText {
      margin-top: 8px;
      padding-left: 0px;
      padding-right: 0px;
      display: flex;
      justify-content: space-between;
      font-size: 12px;
    }


@media (min-width: 1000px) {
    .section_product_photoArea_cpText {
      margin-top: 8px;
      padding-left: 0px;
      padding-right: 0px;
      display: flex;
      justify-content: space-between;
      font-size: 12px;
    }
}



    .section_banner_box {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 14px;
    }


@media (min-width: 1000px) {
    .section_banner_box {
      display: flex;
      justify-content: center;
      gap: 32px;
    }
}


    .section_banner_imgArea {
      width: 164px;
    }


@media (min-width: 1000px) {
    .section_banner_imgArea {
      width: 260px;
    }
}

    .section_banner_imgArea p {
      margin-top: 6px;
      color: black;
      font-size: 12px;
      line-height: 150%;
      font-family: Noto Sans JP;
      width: 164px;
    }


@media (min-width: 1000px) {
    .section_banner_imgArea p {
      width: 260px;
      margin-top: 8px;
      color: black;
      font-size: 14px;
      line-height: 160%;
      font-family: Noto Sans JP;
    }
}


.section_banner_imgArea picture, .section_banner_imgArea img {
  width: 164px;
  height: auto;
}

@media (min-width: 1000px) {
  .section_banner_imgArea picture, .section_banner_imgArea img {
    width: 260px;
    height: auto;
  }
}








.p-list-footnote {
  margin-top: 8px;
  margin-left: 21px;
  padding-bottom: 4px;
  font-size: 0.9230769231em;
}
@media screen and (max-width: 999px) {
  .p-list-footnote {
    margin-top: 9px;
    margin-left: 18px;
    padding-bottom: 1.5px;
    font-size: 11px;
  }
}
.p-list-footnote__item {
  margin-top: 5px;
  font-size: 1em;
  line-height: 1.3333333333;
}

.p-list-footnote__item_red {
  color: #E02020;
  font-weight: bold;
}

@media screen and (max-width: 999px) {
  .p-list-footnote__item {
    margin-top: 5px;
    font-size: 11px;
    line-height: 1.4545454545;
  }
}

.p-ordered-list {
  counter-reset: ol;
  margin-top: 18px;
  font-size: 1.1538461538em;
}
@media screen and (max-width: 999px) {
  .p-ordered-list {
    font-size: 13px;
  }
}
.p-ordered-list__item {
  padding-left: 1.4em;
  font-size: 1em;
  line-height: 1.7333333333;
}
@media screen and (max-width: 999px) {
  .p-ordered-list__item {
    margin-top: 5px;
    font-size: 13px;
    line-height: 1.6153846154;
  }
}
.p-ordered-list__item::before {
  position: absolute;
  left: 0;
  display: block;
  counter-increment: ol;
  content: counter(ol) ".　";
}
@media screen and (max-width: 999px) {
  .p-ordered-list__item span {
    display: inline-block;
    margin-top: 5px;
  }
}
.p-ordered-list--02 .p-ordered-list__item {
  margin-top: 5px;
  line-height: 1.4;
}
@media screen and (max-width: 999px) {
  .p-ordered-list--02 .p-ordered-list__item {
    line-height: 1.6153846154;
  }
}
@media screen and (max-width: 999px) {
  .p-ordered-list--02 + .p-list-footnote {
    margin-top: 8px;
  }
}

.p-p-footnote {
  margin-top: 19px;
  font-size: 0.9230769231em;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .p-p-footnote {
    font-size: 11px;
    line-height: 1.4545454545;
    margin-top: 12.5px;
    text-align: left;
  }
}
.p-p-footnote + .contents_section {
  margin-top: 72px;
}
@media screen and (max-width: 999px) {
  .p-p-footnote + .contents_section {
    margin-top: 42.5px;
  }
}


/* LikeCP edit */
.program_list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin-top: 18px;
}

@media screen and (max-width: 999px) {
  .program_list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin-top: 15px;
  }
}

.program_list__item {
  width: 240px;
}

.program_list__item:nth-of-type(1) {
  margin-right: 12px;
}

.program_list__item:nth-of-type(2) {
  margin-right: 12px;
}

@media screen and (max-width: 999px) {
  .program_list__item {
    width: 31%;
    /* margin-right: 2%; */
    /* margin-top: 26px; */
  }
  .program_list__item:nth-of-type(1) {
    margin-right: 3%;
  }
  .program_list__item:nth-of-type(2) {
    margin-right: 3%;
  }
}

.program_list__image picture, .program_list__image img {
  width: 100%;
  height: auto;
}



.section_toho_box {

}


@media (min-width: 1000px) {
    .section_toho_box {
      padding-left: 0px;
      padding-right: 0px;
      display: flex;
      justify-content: space-evenly;
      gap: 0px;
    }
}


.section_toho_imgArea picture, .section_toho_imgArea img {
  width: 115px;
  height: auto;
  margin: 0 auto;
}

@media (min-width: 1000px) {
  .section_toho_imgArea picture, .section_toho_imgArea img {
    width: 115px;
    height: auto;
  }
}



.section_toho_body {
  margin-top: 26px;

}


@media (min-width: 1000px) {
    .section_toho_body {
      width: 620px;
      margin-top: 0px;
      padding-left: 0px;
      padding-right: 0px;
    }
}

    .section_toho_body p {
      color: black;
      font-size: 14px;
      line-height: 160%;
      font-family: Noto Sans JP;
    }


@media (min-width: 1000px) {
    .section_toho_body p {
      color: black;
      font-size: 14px;
      line-height: 160%;
      font-family: Noto Sans JP;
    }
}



.btn_cta {
  position: fixed;
  z-index: 99999;
  margin: 0 calc(50% - 50vw);
  bottom: -1px;
}


@media (min-width: 1000px) {
    .btn_cta {
      position: fixed;
      z-index: 99999;
      margin: 0 calc(50% - 50vw);
      top: 60%;
      right: 0;
    }
}

.btn_cta:after {
  opacity: .9;
}


.btn_cta picture, .btn_cta img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

@media (min-width: 1000px) {
  .btn_cta picture, .btn_cta img {
    width: 228px;
    height: auto;
  }
}

.btn_cta_hide {
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
}

@media (min-width: 1000px) {
  .btn_cta_hide {
  visibility: visible;
  opacity: 1;
  }
}




.p-present {
  margin-bottom: -1px;
  
}
.p-present__item {
  margin-bottom: 36px;
}
@media screen and (max-width: 999px) {
  .p-present__item {
    margin-bottom: 30px;
  }
}

.p-present__item_pdp_first {
  margin-bottom: 0px;
}
@media screen and (max-width: 999px) {
  .p-present__item_pdp_first {
    margin-bottom: 0px;
  }
}

.p-present__item_pdp {
  margin-top: 36px;
}
@media screen and (max-width: 999px) {
  .p-present__item_pdp {
    margin-top: 30px;
  }
}


.p-present__item + .p-present__item {
  /* padding-top: 16px; */
}
@media screen and (max-width: 999px) {
  .p-present__item + .p-present__item {
    /* padding-top: 13px; */
  }
}
.p-present__item:nth-last-child(1) {
  border-bottom: none;
  padding-bottom: 0;
}
.p-present__name {
  margin-top: 18px;
  font-size: 1.1538461538em;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
}

.p-present__name_first {
  margin-top: 36px;
}

.p-present__name_second {
  margin-top: 36px;
  font-size: 1.1538461538em;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 999px) {
  .p-present__name {
    margin-top: 17px;
    font-size: 13px;
    line-height: 1.6153846154;
    font-weight: bold;
    text-align: center;
  }
  .p-present__name_second {
    margin-top: 30px;
    font-size: 13px;
    line-height: 1.6153846154;
    font-weight: bold;
    text-align: center;
  }
}
.p-present__image {
  width: 100%;
  margin: 18px auto 0;
}
.coupon__image {
  text-align: center;
}

.coupon__image img {
  text-align: center;
  width: 220px;
  padding: 40px;
}

@media screen and (max-width: 999px) {
  .coupon__image img {
    width: 180px;
    padding: 40px;
    margin-top: 22px;
  }
}



.p-present__image picture, .p-present__image img {
  display: inline-block;
  width: 100%;
  height: auto;
  vertical-align: top;
}
@media screen and (max-width: 999px) {
  .p-present__image {
    width: 100%;
    margin-top: 17px;
  }
  .coupon__image {
    /* margin-top: 26px; */
  }
}
.p-present__description {
  margin-top: 18px;
  font-size: 1.1538461538em;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .p-present__description {
    margin-top: 15px;
    font-size: 13px;
    line-height: 1.6153846154;
    text-align: center;
  }
}
.p-present__copyright {
  margin-top: 10px;
  margin-bottom: 3px;
  font-size: 0.8461538462em;
  line-height: 1.4545454545;
}
@media screen and (max-width: 999px) {
  .p-present__copyright {
    margin-bottom: 1.5px;
    font-size: 11px;
    line-height: 1.4545454545;
  }
}
.p-present .btn_wrapper {
  margin-top: 22px;
  margin-bottom: 41px;
}
@media screen and (max-width: 999px) {
  .p-present .btn_wrapper {
    margin-top: 17px;
    margin-bottom: 19px;
  }
}

.confirm-present .p-present__item:nth-last-child(1) {
  padding-bottom: 31px !important;
}
@media screen and (max-width: 999px) {
  .confirm-present .p-present__item:nth-last-child(1) {
    padding-bottom: 26px !important;
  }
}
.confirm-present .p-present__item:nth-child(2), .confirm-present .p-present__item:nth-child(3) {
  padding-top: 50px;
}
@media screen and (max-width: 999px) {
  .confirm-present .p-present__item:nth-child(2), .confirm-present .p-present__item:nth-child(3) {
    padding-top: 24px;
  }
}
.confirm-present .p-present__description + .btn_wrapper {
  margin-top: 17px;
}
.p-unordered-list {
  margin-top: 14px;
  font-size: 1.1538461538em;
}
@media screen and (max-width: 999px) {
  .p-unordered-list {
    margin-top: 13px;
    font-size: 13px;
  }
}
.p-unordered-list__item {
  position: relative;
  padding-left: 1.5em;
  font-size: 1em;
  line-height: 1.6;
}
@media screen and (max-width: 999px) {
  .p-unordered-list__item {
    margin-top: 5px;
    font-size: 13px;
    line-height: 1.6153846154;
  }
}
.p-unordered-list__item::before {
  position: absolute;
  left: 0;
  white-space: nowrap;
  display: block;
  content: "・";
}
.p-unordered-list__item + .p-unordered-list__item {
  margin-top: 10px;
}
@media screen and (max-width: 999px) {
  .p-unordered-list__item + .p-unordered-list__item {
    margin-top: 7px;
  }
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10 !important;
}


.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb34 {
  margin-bottom: 34px !important;
}

.mb36 {
  margin-bottom: 36px !important;
}

.mb72 {
  margin-bottom: 72px !important;
}

.pb72 {
  padding-bottom: 72px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb86 {
  margin-bottom: 86px !important;
}



@media screen and (max-width: 999px) {
  .sp_mb25 {
    margin-bottom: 25px !important;
  }
  .mb72 {
    margin-bottom: 45px !important;
  }
  .pb72 {
  padding-bottom: 45px !important;
  }
  .mb86 {
  margin-bottom: 50px !important;
  }
  .mb100 {
  margin-bottom: 80px !important;
  }
  .mb36 {
    margin-bottom: 16px !important;
  }
  .mb34 {
    margin-bottom: 14px !important;
  }
  .mb15 {
    margin-bottom: 12px !important;
  }
  .mb10 {
    margin-bottom: 7px !important;
  }
}

.mt0 {
  margin-top: 0px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt10 {
  margin-top: 10px !important;
}


.mt18 {
  margin-top: 18px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt36 {
  margin-top: 36px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt72 {
  margin-top: 72px !important;
}

.pt72 {
  padding-top: 72px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mt140 {
  margin-top: 140px !important;
}

.pt72_sp {
  padding-top: 72px !important;
}



.display_none_pc {
  display: block;
}

.display_none_sp {
  display: none;
}

@media screen and (max-width: 999px) {
  .pt72_sp {
  padding-top: 72px !important;
  }
  .mt0 {
    margin-top: 0px !important;
  }

  .sp_mt50 {
    margin-top: 50px !important;
  }
  .mt10 {
    margin-top: 8px !important;
  }
  .mt15 {
    margin-top: 12px !important;
  }
  .mt18 {
    margin-top: 15px !important;
  }
  .mt36 {
    margin-top: 30px !important;
  }
  .mt50 {
    margin-top: 40px !important;
  }
  .mt72 {
    margin-top: 45px !important;
  }
  .pt72 {
  padding-top: 45px !important;
  }
  .mt100 {
    margin-top: 80px !important;
  }
  .mt140 {
  margin-top: 90px !important;
  }

  .display_none_pc {
    display: none;
  }
  .display_none_sp {
    display: block;
  }
}

.text_small_80 {
  font-size: 80%;
  font-weight: normal;
}


@media screen and (max-width: 999px) {
  .text_small_80 {
    font-size: 70%;
    font-weight: normal;
  }
}

.text_small_90_btn {
  font-size: 20px;
  font-weight: 700;
}


@media screen and (max-width: 999px) {
  .text_small_90_btn {
    font-size: 16px;
    font-weight: 700;
  }
}

.text_small_80_btn {
  font-size: 16px;
  font-weight: 700;
}


@media screen and (max-width: 999px) {
  .text_small_80_btn {
    font-size: 14px;
    font-weight: 700;
  }
}

.text_pc_center_sp_left {
  font-size: 16px;
  line-height: 170%;
  text-align: center;
}


@media screen and (max-width: 999px) {
  .text_pc_center_sp_left {
    font-size: 14px;
    line-height: 160%;
    text-align: left;
  }
}




.text_200 {
  font-size: 200%;
  font-weight: normal;
}


@media screen and (max-width: 999px) {
  .text_200 {
    font-size: 180%;
    font-weight: normal;
  }
}

.text_300 {
  font-size: 42px;
}


@media screen and (max-width: 999px) {
  .text_300 {
    font-size: 36px;
  }
}

.text_align_left {
  text-align: left;
}

.text_align_center {
  text-align: center;
}

.font_weight_600 {
  font-weight: 600;
}

.font_weight_700 {
  font-weight: 700;
}

.font_weight_800 {
  font-weight: 800;
}

.font_weight_900 {
  font-weight: 900;
}


.text_120 {
  font-size: 130%;
  font-weight: bold;
  text-align: center;
  margin-top: 36px;
  margin-bottom: 36px;
}


@media screen and (max-width: 999px) {
  .text_120 {
    font-size: 105%;
    margin-top: 24px;
    margin-bottom: 24px;
  }
}

.text_sp_s {

}


@media screen and (max-width: 999px) {
  .text_sp_s {
    font-size: 28px;
  }
}



.movie-wrap {
  padding-top: 32px;
  width: 85%;                /* 幅を85%に設定 */
  margin: 0 auto;            /* 上下0、左右中央寄せ */
  overflow: hidden;
}

.movie-wrap_bg {
  background: url(../../2026/toy5/img/line-art_YT_ts5_PC.png); no-repeat center / contain;
  background-size: 100%;
  background-repeat: no-repeat;
  min-height: 600px;
}

@media screen and (max-width: 999px) {
  .movie-wrap_bg {
    background: url(../../2026/toy5/img/line-art_YT_ts5_SP.png); no-repeat center / contain;
    background-size: 100%;
    background-repeat: no-repeat;
    min-height: 240px;
  }
  .movie-wrap {
  padding-top: 24px;
}
}




.movie-wrap iframe {
  width: 100%;               /* コンテナ(85%)の100%に広げる */
  height: auto;              /* 高さは自動調整 */
  aspect-ratio: 16 / 9;      /* 16:9の比率を維持 */
}






