@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 {
  background-color: #FFF;
  margin:0; padding: 0;
}

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

a {
  color: #314ac6;
}

section, picture {
  display: block;
}

#page {
  box-shadow: none;
}

#page .contents {
  margin-top: -5px;
  padding-top: 0;
  background-image: url(../../2025/zootopia2/img/bg_top_PC_01.webp);
  background-repeat: repeat-y;
  background-size: 100%;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 999px) {
  #page .contents {
    margin-top: -5px;
    padding-top: 0;
    background-image: url(../../2025/zootopia2/img/bg_top_SP_01.webp);
    background-repeat: repeat-y;
    background-size: cover;
    position: relative;
    z-index: 2;
  }
}



@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 {
  background-color: #FFF;
}

.page_footer {
  background-color: #333 !important;
  padding: 16px 0 64px;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .page_footer {
    padding: 32px 0 54px;
  }
}
.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%);
}

@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 .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: 12px;
  line-height: 1.8;
  margin-top: 0px;
}

.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: 11px;
    line-height: 1.6153846154;
    margin-top: 0px;
  }
  .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_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 {
  margin-top: 140px;
  color: #0482d6;
  font-weight: 900;
  font-size: 40px;
  line-height: 100%;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .section_heading_primary {
    margin-top: 90px;
    font-size: 32px;
  }
}

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


.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_tertiary {
  color: #0482d6;
  font-weight: 900;
  font-size: 32px;
  line-height: 120%;
}
@media screen and (max-width: 999px) {
  .section_heading_tertiary {
    font-size: 26px;
  }
}

.section_heading_small {
  color: #0482d6;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 999px) {
  .section_heading_small {
    font-size: 20px;
  }
}


.section_heading_small_2 {
  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 {
    font-size: 16px;
  }
}






.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_coupon {
  color: #000;
  text-align: center;
  border-color: #000;
  border-style: solid;
  border-width: 1px;
  margin-top: 30px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 999px) {
  .section_coupon {
    margin-top: 26px;
  }
}

.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: 38px;
  margin-bottom: 40px;
  font-size: 22px;
  line-height: 1;
}

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



input {
  background: transparent;
  border: 1.5px solid #000;
  border-radius: 6px;
  margin-right: 14px;
  width: 100px;
  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: 80px;
    height: 40px;
    font-size: 1.6em;
  }
}



.section_description {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  padding: 40px;
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.8;
}

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

@media screen and (max-width: 999px) {
  .section_description {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.6153846154;
    padding: 24px;
  }
  .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;
  }
}




/* 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;
  }
}




.section_description_title_date {
  margin-top: 22px;
}
@media screen and (max-width: 999px) {
  .section_description_title_date {
    margin-top: 18px;
  }
}

.section_description_title_date p {
  font-size: 0.9375rem !important;
  font-weight: normal;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .section_description_title_date p {
    font-size: 13px !important;
    font-weight: normal;
    text-align: center;
  }
}



.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: 32px;
}
@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: 24px;
}
@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: 26px;
  margin-bottom: 24px;
  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: 22px;
    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: 15px;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .attention_text {
    font-size: 13px;
  }
}

.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 {
  box-sizing: border-box;
  display: block;
  width: 288px;
  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 {
  padding: 16px 0;
  color: #FFF;
  text-align: center;
  font-weight: 600;
  font-size: 0.9375rem;
  cursor: pointer;
  background: #008eed;
  line-height: 1.1;
}

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

.button--primary.button--active {
  background-color: #0972b8;
  cursor: pointer;
}
@media screen and (min-width: 1000px) {
  .button--primary.button--active:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 999px) {
  .button--primary {
    padding: 12.5px 0;
    font-size: 15px;
  }
}


.button--primary-wh {
  padding: 16px 0;
  color: #FFF;
  text-align: center;
  font-weight: 900;
  font-size: 24px;
  cursor: pointer;
  background: #0482d6;
  line-height: 1.1;
}

.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: 16px 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;
    }
}

    .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;
    }
}



.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;
  }
}

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

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

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

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


@media screen and (max-width: 999px) {
  .p-campaign-heading {
    padding-top: 26px;
    font-size: 36px;
    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%;
  }
}


@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: 640px;
        margin-bottom: 12px
    }
}


.campaign_periodTitleArea {
    /* width: 100%; */
    height: 9.6vw;
    background-color: #0482d6;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 3vw;
    border-top-right-radius: 3vw;
    border: solid #0482d6 3px;
    padding: 0px;
}

@media (min-width: 1000px) {
    .campaign_periodTitleArea {
        width: 80px;
        height: 36px;
        border-top-left-radius: 99px;
        border-top-right-radius: unset;
        border-bottom-left-radius: 99px;
        padding: 8px;
    }
}

.campaign_periodTitle {
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    line-height: 150%;
}

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

.campaign_periodTextArea {
    /* width: 100%; */
    height: 9.6vw;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 3vw;
    border-bottom-right-radius: 3vw;
    border: solid #0482d6 3px;
    padding: 8px;
}

@media (min-width: 1000px) {
    .campaign_periodTextArea {
        width: 620px;
        height: 36px;
        border-top-right-radius: 99px;
        border-bottom-left-radius: unset;
        border-bottom-right-radius: 99px;
    }
}

.campaign_periodText {
    font-weight: 700;
    font-size: 0.9rem;
}

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






/* campaign_overview */



    .campaign_overview_box {
      /* display: flex; */
      /* flex-wrap: wrap; */
    }


@media (min-width: 1000px) {
    .campaign_overview_box {
      display: flex;
      justify-content: space-between;
      gap: 10px;
    }
}


  .campaign_overview {
      width: 100%;
      margin-bottom: 12px;
      margin-top: 18px;
      margin-bottom: 18px;
  }


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


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


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


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


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



.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 */



    .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(../../2025/zootopia2/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(../../2025/zootopia2/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(../../2025/zootopia2/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(../../2025/zootopia2/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: 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;
    }
}




  .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: black;
      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: black;
      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: 610px;
    height: auto;
  }
}



    .section_description_box {
    }


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


.section_description_bodyArea p {
      margin-top: 24px;
      color: black;
      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;
      color: black;
      font-size: 26px;
      font-family: Noto Sans JP;
      font-weight: 700;
      line-height: 120%;
    }
}




    .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: 600px;
    height: auto;
  }
}


    .section_product_titleArea {

    }


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

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


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

    .section_product_titleArea_strong {
      text-align: center;
      margin-top: 14px;
      color: black;
      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: black;
      font-size: 16px;
      line-height: 160%;
      font-weight: 700;
      font-family: Noto Sans JP;
    }
}





.section_description_title_date {
  margin-top: 22px;
}
@media screen and (max-width: 999px) {
  .section_description_title_date {
    margin-top: 18px;
  }
}



    .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;
      gap: 11px;
      overflow: hidden;
    }


@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: 440px;
    }
}

    .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: 440px;
      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: 440px;
    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;
}









.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;
  margin: 36px;
}

@media screen and (max-width: 999px) {
  .coupon__image img {
    margin: 28px;
  }
}



.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;
}

.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;
}

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



@media screen and (max-width: 999px) {
  .sp_mb25 {
    margin-bottom: 25px !important;
  }
  .mb72 {
    margin-bottom: 45px !important;
  }
  .mb100 {
  margin-bottom: 80px !important;
}
  .mb36 {
    margin-bottom: 16px !important;
  }
  .mb34 {
    margin-bottom: 14px !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;
}

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

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



.display_none_pc {
  display: block;
}

.display_none_sp {
  display: none;
}

@media screen and (max-width: 999px) {
  .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;
  }
  .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_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: 300%;
  font-weight: normal;
}


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

.text_align_left {
  text-align: left;
}

.text_align_center {
  text-align: center;
}

.font_weight_600 {
  font-weight: 600;
}


.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;
  }
}



.slide-items {
  width: 100%;
  display: flex;
  max-width: 80%;
  margin: auto;
}

.slide-items img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide-items div {
  height: auto;
  margin-right: 10px;
  margin-left: 10px;
}