@charset "UTF-8";
:root {
  --plaza-blue: #0047BA;
  font-size: 1.0416666667vw;
  cursor: url("../img/pointor3.png"), auto;
}

* {
  margin: 0;
  padding: 0;
  cursor: url("../img/pointor3.png"), auto;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

a {
  cursor: url("../img/pointor3.png"), auto;
}

button {
  cursor: url("../img/pointor3.png"), auto;
}

.video-block {
  cursor: url("../img/pointor3.png"), auto;
}

/*hamburger*/
.sideMenu a {
  text-decoration: none;
  color: var(--plaza-blue);
}

.menuWidth {
  max-width: 360px;
  width: 90%;
  margin: 0 auto;
}

.HamburgerMenu {
  background-color: #000;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 30;
}

.MenuDis {
  display: block;
}

.sideMenu {
  background-color: var(--plaza-blue);
  height: 100vh;
  overflow-y: auto;
  padding-top: 120px;
  position: fixed;
  right: -550px;
  transition: all 0.6s;
  top: 0;
  width: 90%;
  max-width: 550px;
  z-index: 200;
}

.sideMenu a {
  background-color: #fff;
  width: 100%;
  height: 75px;
  border-radius: 10px;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hamburger {
  height: 60px;
  position: absolute;
  right: 3.5vw;
  top: 3vw;
  width: 60px;
  z-index: 300;
  border-radius: 10px;
  background-color: #fff;
}

.hamburger span {
  background-color: var(--plaza-blue);
  height: 5px;
  /* height: 3px; */
  left: 12.5px;
  position: absolute;
  transition: all 0.6s;
  width: 35px;
  border-radius: 3px;
}

.hamburger__lineTop {
  top: 19px;
}

.hamburger__lineCenter {
  top: 39px;
}

.hamburger__lineBottom {
  top: 37px;
}

.overlay {
  background-color: #fff;
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all 0.6s;
  visibility: hidden;
  width: 100vw;
  z-index: 100;
}

.nav-open .sideMenu {
  right: 0;
}

.nav-open .hamburger__lineTop {
  top: 29px;
  transform: rotate(45deg);
}

.nav-open .hamburger__lineCenter {
  left: 50%;
  width: 0;
}

.nav-open .hamburger__lineBottom {
  top: 29px;
  transform: rotate(-45deg);
}

.nav-open .overlay {
  opacity: 0.4;
  visibility: visible;
}

ul {
  list-style: none;
}

.sideMenuLogo {
  /* margin-top: 110px; */
  position: absolute;
  max-width: 250px;
  width: 60%;
  /* bottom: 90px; */
  /* left: 40px; */
  bottom: 25vh;
  right: 0;
  left: 0;
  margin: auto;
}

.sideMenuLogo img {
  width: 100%;
}

.sideMenuTitle {
  font-size: 2rem;
  line-height: 1.1;
  font-family: roc-grotesk-wide, sans-serif;
  font-weight: 800;
  text-align: center;
  font-style: normal;
}

@media screen and (min-width: 1440px) {
  :root {
    font-size: 0.9444444444vw;
  }
}
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 200;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeOut 1.5s 2s forwards;
  overflow: hidden;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.loading__logo {
  opacity: 0;
  animation: logo_fade2 0.5s 1.8s forwards;
  width: 200px;
}

@keyframes logo_fade2 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
p {
  line-height: 170%;
}

#HeartsUp2024 Body {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  font-size: unset;
  line-height: normal;
}

.heartsup-container {
  width: 95%;
  margin: 0 auto;
}

.bento {
  border-radius: 20px;
}

.bento_inner {
  padding: 80px 75px;
}

.bento_inner2 {
  padding: 80px 0 80px 75px;
}

.bento_inner3 {
  padding: 80px 75px 0 75px;
}

.bento_inner4 {
  padding: 80px 0 80px 0;
}

.bento_inner5 {
  padding: 0px 0 0 75px;
}

.bento_title {
  font-size: 2.4rem;
  color: #fff;
  font-family: "roc-grotesk", sans-serif;
  font-weight: 600;
}

.bento_title2 {
  color: var(--plaza-blue);
  font-size: 2.4rem;
  font-family: "roc-grotesk", sans-serif;
  font-weight: 600;
}

.b_titleblock {
  display: flex;
  gap: 0 25px;
  justify-content: space-between;
  align-items: center;
}
.b_titleblock p {
  font-size: 1.4rem;
  color: #0047BA;
}

.section_title {
  font-size: 6rem;
  text-align: center;
  margin: 30px 0 40px 0;
  font-family: roc-grotesk-wide, sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #0047BA;
  line-height: 1;
}
.section_title span {
  font-size: 3.2rem;
}

.Hero h2 {
  font-size: 130px;
  margin: 20px 0;
  color: #0047BA;
  font-family: "roc-grotesk", sans-serif;
  font-weight: 600;
  text-align: center;
}

.hero_card {
  background-color: #0047BA;
  text-align: center;
  color: #fff;
  margin-top: 30px;
  border-radius: 15px;
  margin-bottom: 35px;
}
.hero_card h4 {
  font-size: 2.5rem;
  font-family: "roc-grotesk", sans-serif;
  font-weight: 600;
}
.hero_card h3 {
  font-family: roc-grotesk-wide, sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 1;
  margin: 20px 0;
  font-size: 10vw;
}
.hero_card p {
  font-size: 1.5rem;
  margin-top: 60px;
  line-height: 1.8;
}

.hero_logo {
  max-width: 220px;
  width: 35%;
  margin: 0 auto;
}
.hero_logo img {
  width: 100%;
}

.hero_inner {
  padding: 100px 75px 60px 75px;
  position: relative;
}

.kv-arrow {
  width: 30px;
  margin: 50px auto 0 auto;
  animation: updown 1s infinite ease-in-out;
}
.kv-arrow svg {
  width: 100%;
}

@keyframes updown {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -15px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.Top_card2 {
  margin-bottom: 30px;
  height: 900px;
  position: relative;
  overflow: hidden;
}
.Top_card2 img {
  width: 100%;
  border-radius: 15px;
  vertical-align: top;
}
.Top_card2 p {
  font-size: 1.2rem;
  color: #fff;
  position: absolute;
  left: 5vw;
  bottom: 50px;
  font-weight: 400;
}

.card_pc {
  display: block;
}

.card_sp {
  display: none;
}

.KV-logo {
  position: absolute;
  left: 10%;
  top: 45%;
}
.KV-logo .kv_heartsup_font {
  width: 25vw;
}
.KV-logo .kv_heartsup_font svg {
  width: 100%;
}
.KV-logo .KV_logo_svg {
  width: 420px;
}
.KV-logo .KV_logo_svg svg {
  width: 100%;
}

.kv_heartsup_fontsp {
  display: none;
  width: 120px;
  position: absolute;
  left: 20px;
  top: 40%;
}
.kv_heartsup_fontsp svg {
  width: 100%;
}

.NewBrand_bento {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 2%;
}

.NB_block {
  width: 49%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 4%;
}
.NB_block .NewTagline {
  background-color: #FF0085;
  width: 100%;
  position: relative;
}
.NB_block .NewTagline h4 {
  font-size: 6rem;
  color: #fff;
  margin-top: 50px;
  margin-left: 30px;
  font-weight: bold;
}
.NB_block .NewTagline .NewSloganRotate {
  text-align: center;
  margin: -2vw -75px 0 -75px;
}
.NB_block .NewTagline .NewSloganRotate img {
  width: 70%;
}
.NB_block .NewSymbol {
  background-color: #1947BA;
  width: 100%;
}

.NewState {
  width: 49%;
}
.NewState p {
  font-size: 1.4rem;
  margin-top: 20px;
  color: #0047BA;
  line-height: 160%;
}
.NewState h4 {
  font-size: 3.2rem;
  color: #0047BA;
  margin-top: 25px;
  font-weight: bold;
}
.NewState .state_heartsup {
  width: 280px;
  margin-top: 40px;
}
.NewState .state_heartsup svg {
  width: 100%;
}

.state_logo {
  max-width: 500px;
  width: 90%;
  margin-top: 20px;
}
.state_logo svg {
  width: 100%;
}

.NewSymbolGrid {
  width: 100%;
  background-color: #00A0E9;
  position: relative;
}
.NewSymbolGrid p {
  position: absolute;
  right: 5%;
  bottom: 100px;
  color: #fff;
  font-size: 1.4rem;
}

.HeartRate {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.HeartRate img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.HeartRate svg {
  width: 100%;
}

.NewSymbol_image {
  width: 70%;
  margin: 50px auto 0 auto;
}
.NewSymbol_image img {
  width: 100%;
}

.NewSysmbolGrid_image {
  margin-top: 50px;
  height: 50vw;
  overflow: hidden;
}
.NewSysmbolGrid_image img {
  height: 100%;
}

.Shopper {
  background-color: #54C9BD;
}

.BentoMargin {
  margin-bottom: 30px;
}

.ShopperFlex {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 0;
  align-items: center;
}

.ShopperBlock_left {
  width: 48%;
}

.ShopperBlock_right {
  width: 52%;
}

.ShopperHeader h4 {
  font-size: 7rem;
  color: #0047BA;
  line-height: 1;
  font-family: roc-grotesk-wide, sans-serif;
  font-weight: 800;
  font-style: normal;
}
.ShopperHeader p {
  font-size: 1.8rem;
  color: #0047BA;
  margin-top: 50px;
  margin-left: 5px;
  font-weight: 700;
}

.ShopperImage img {
  width: 100%;
}

.Barbapapa {
  background-color: #87D9D1;
}
.Barbapapa p {
  font-size: 1.4rem;
  text-align: center;
  color: #0047BA;
  margin: 30px 0;
}
.Barbapapa h4 {
  font-size: 4.8rem;
  font-family: "roc-grotesk", sans-serif;
  font-weight: 600;
  text-align: center;
  color: #0047BA;
  line-height: 1.1;
}
.Barbapapa .Barbapapa_right {
  font-size: 1rem;
  margin: 40px 0 0 0;
  font-weight: 400;
}

.Barbapapa_mainimage {
  width: 80%;
  margin: 50px auto;
}
.Barbapapa_mainimage img {
  width: 100%;
}

.environment_logo {
  max-width: 700px;
  width: 70%;
  margin: 60px auto;
}
.environment_logo img {
  width: 100%;
}

.Barbapapa_flex {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  gap: 30px 4%;
  justify-content: center;
}

.Barbapapa_block {
  width: 13%;
}

.Barbapapa_image {
  width: 100%;
}
.Barbapapa_image img {
  width: 100%;
}

.ShopperHistory {
  background-color: rgba(84, 201, 189, 0.4);
}
.ShopperHistory h4 {
  font-size: 4.8rem;
  font-family: "roc-grotesk", sans-serif;
  font-weight: 600;
  text-align: center;
  color: #0047BA;
  line-height: 1.1;
  margin-bottom: 50px;
}
.ShopperHistory p {
  font-size: 1.4rem;
  text-align: center;
  color: #0047BA;
}

.ShopperScroll {
  display: flex;
  overflow: hidden;
  margin: 80px -75px 0 -75px;
}

.ShopperHisImage {
  width: 280px;
  margin-right: -5px;
}
.ShopperHisImage img {
  width: 100%;
}
.ShopperHisImage p {
  font-size: 1.1rem;
  color: #0047BA;
  margin-left: -60px;
  margin-top: 10px;
}

.shopper11 {
  margin-bottom: -10px;
}

.ShopperScrollFlex {
  display: flex;
  animation: infinity-scroll-left 30s infinite linear 0.5s both;
  gap: 0;
}

@keyframes infinity-scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.CampaigneInfo {
  background-color: #FF0000;
  overflow-y: hidden;
}

.CampaigneFlex {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0%;
}

.CampaigneText {
  width: 65%;
}
.CampaigneText h4 {
  font-family: roc-grotesk-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  line-height: 1;
}

.campaign-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0%;
  align-items: center;
  color: #fff;
}

.campaign-detail_storename {
  width: 40%;
}
.campaign-detail_storename .storename_first {
  font-size: 3.5vw;
  font-weight: bold;
}
.campaign-detail_storename .storename_second {
  font-size: 2.2vw;
  font-weight: bold;
}

.campaign-detail_date {
  width: 60%;
  font-family: roc-grotesk-condensed, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.campaign-detail_date .campaign-year {
  font-size: 2.5rem;
  line-height: 1;
  margin-bottom: 15px;
}
.campaign-detail_date .campaign-date {
  font-size: 7.2vw;
  line-height: 0.7;
}

.CampaignDate {
  padding: 40px 75px;
}

.campaignblock_1 {
  background-color: #0047BA;
}

.campaignblock_2 {
  background-color: #FF0085;
}

.campaign-detail {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2%;
  margin-bottom: 30px;
}

.campaign-detail_left {
  width: 58%;
  background-color: #0047BA;
  display: flex;
  align-items: center;
  justify-content: center;
}
.campaign-detail_left p {
  font-size: 6.9rem;
  color: #fff;
  font-family: roc-grotesk-condensed, sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
}
.campaign-detail_left p span {
  font-size: 2rem;
  vertical-align: top;
  line-height: 1;
  margin-right: 10px;
}

.campaign-detail_right {
  width: 40%;
}

.campaign-detail_rightblock {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.campaign-detail_rightblock p {
  color: #fff;
}

.campaign-detail_store {
  background-color: rgba(25, 71, 186, 0.7);
  margin-bottom: 20px;
}
.campaign-detail_store p {
  color: #fff;
  font-size: 3.1rem;
  font-weight: 700;
}

.campaign-detail_limit {
  background-color: rgba(25, 71, 186, 0.5);
}
.campaign-detail_limit p {
  color: #fff;
  font-size: 4rem;
  font-family: roc-grotesk-wide, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.CT_subtitle {
  font-size: 1.9rem;
  color: #fff;
  font-weight: 700;
}

.camapaign_titleimg {
  width: 100%;
  margin: 30px 0;
}
.camapaign_titleimg svg {
  width: 100%;
}

.CT_info {
  font-size: 1.4rem;
  color: #fff;
}

.CampaigneImage {
  flex: 1;
  margin-left: -30px;
  margin-bottom: -80px;
  line-height: 0;
}
.CampaigneImage img {
  width: 100%;
}

.Stickers {
  background-color: rgba(128, 194, 223, 0.3);
}

.StickersTitle_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.StickersTitle_flex h4 {
  font-family: roc-grotesk-condensed, sans-serif;
  font-weight: 600;
  font-size: 11rem;
  color: #0047BA;
  line-height: 1;
}
.StickersTitle_flex p {
  font-size: 1.2rem;
  width: 38%;
  color: #0047BA;
  white-space: nowrap;
}

.allstickers {
  margin-top: 40px;
  width: 100%;
}
.allstickers img {
  width: 100%;
}

.allstickers_forsp {
  display: none;
  overflow: hidden;
  margin-top: 40px;
  gap: 0 10px;
  margin: 40px -25px 0 -25px;
}

.allstickers_image {
  width: 800px;
}
.allstickers_image img {
  width: 100%;
}

.allstickers_scroll {
  display: flex;
  animation: infinity-scroll-left 20s infinite linear 0.5s both;
  gap: 0;
}

@keyframes infinity-scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.HowToShop {
  background-color: #80C2DF;
  color: #fff;
  overflow: hidden;
}
.HowToShop h4 {
  font-size: 8.5vw;
  text-align: center;
  font-family: roc-grotesk-wide, sans-serif;
  font-weight: 800;
  font-style: normal;
  margin-bottom: 10px;
}
.HowToShop p {
  font-size: 1.8rem;
  text-align: center;
}

.HowToShop_subtitle {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}

.HowToShop_box {
  width: 90%;
  margin-top: 70px;
  margin-bottom: 70px;
  margin-left: auto;
}
.HowToShop_box img {
  width: 100%;
}

.HowToShop_flow {
  display: flex;
  gap: 0;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
}

.HTS_block {
  width: 18%;
}
.HTS_block img {
  width: 100%;
}

.HTS_arrow {
  width: 10%;
  margin-bottom: 7%;
}
.HTS_arrow svg {
  width: 100%;
}
.HTS_arrow .arrow_sp {
  width: 20%;
  margin: -5px auto 0 auto;
}

.arrow_pc {
  display: block;
}

.arrow_sp {
  display: none;
}

.HTS_block .HTS_step {
  font-family: roc-grotesk-wide, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 2.5rem;
  line-height: 1;
  margin-bottom: 2px;
}

.HTS_block .HTS_exp {
  font-size: 1.8rem;
  margin-bottom: 15px;
}

.HowToShop_price {
  width: 80%;
  margin: 70px auto 0 auto;
}
.HowToShop_price svg {
  width: 100%;
}

.HeartsUp {
  background-color: #0047BA;
  padding-top: 150px;
}

.HeartsUp_logo {
  width: 90%;
  margin: 0 auto;
}
.HeartsUp_logo img {
  width: 100%;
}

.HertsUp_products {
  width: 100%;
  margin-top: -100px;
}
.HertsUp_products img {
  width: 100%;
}

.heartsup_prodcuts__sp {
  display: none;
}

.actions_info {
  font-size: 1.5rem;
  text-align: center;
  color: #0047BA;
}

.ActionsBento {
  background-color: #E9E9D0;
}

.actions_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 4%;
  margin: 80px 0 60px 0;
}

.actions_block {
  width: 16.8%;
  position: relative;
}
.actions_block p {
  position: absolute;
  text-align: left;
  font-size: 1.6rem;
  top: 25px;
  left: 18px;
  line-height: 140%;
}

.actions_white {
  color: #fff;
}

.actions_blue {
  color: var(--plaza-blue);
}

.actions_andmore {
  text-align: center;
  color: #0047BA;
  font-size: 4rem;
  font-family: "roc-grotesk", sans-serif;
  font-weight: 600;
  line-height: 1;
}

#HeartRateBeat {
  fill: none;
  stroke: #fff;
  stroke-dasharray: 2500px;
}

.GiftInfo {
  background-color: #FEB3D3;
}

.gift_img {
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.gift_img img {
  width: 100%;
}
.gift_img .gift_stamp {
  position: absolute;
  bottom: 10%;
  right: 0;
  width: 30%;
}
.gift_img .gift_stamp svg {
  width: 100%;
}

.gift_exp {
  font-size: 1.5rem;
  text-align: center;
  color: #0047BA;
  margin-top: 50px;
}

.gift_annotation {
  font-size: 1.1rem;
  color: #0047BA;
  font-weight: 400;
  text-align: center;
}

.MomentsBento {
  background-color: #F3DBB9;
  position: relative;
  z-index: 1;
}

.moments_heartbeat {
  position: absolute;
  top: 0;
  left: 54%;
  transform: translateX(-54%);
  -webkit-transform: translateX(-54%);
  -ms-transform: translateX(-54%);
  height: 100%;
  z-index: -1;
}
.moments_heartbeat svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.moments_heartbeat img {
  width: 100%;
  height: 100%;
}

.moments_exp {
  font-size: 1.5rem;
  text-align: center;
  color: #0047BA;
}

.moments_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 0px 4%;
  margin-top: 80px;
}

.moments_block {
  width: 48%;
}

.each_moments {
  width: 100%;
  display: flex;
  gap: 0 30px;
  margin-bottom: 60px;
}

.moments_left {
  width: 18%;
  color: var(--plaza-blue);
  font-size: 5rem;
  font-family: roc-grotesk-wide, sans-serif;
  font-weight: 800;
  font-style: normal;
  line-height: 1;
}

.moments_right {
  flex: 1;
}
.moments_right h4 {
  color: var(--plaza-blue);
  font-size: 3.2rem;
  font-family: "roc-grotesk", sans-serif;
  font-weight: 600;
  line-height: 5rem;
}
.moments_right p {
  color: var(--plaza-blue);
  font-size: 1.1rem;
}

.moments_images {
  display: flex;
  gap: 0 15px;
  margin-top: 20px;
}
.moments_images .moments_img {
  height: 130px;
}
.moments_images .moments_img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.br_onlysp {
  display: none;
}

.br_onlysp2 {
  display: none;
}

.br_onlypc {
  display: block;
}

.state-fade {
  display: block;
}

footer {
  background-color: var(--plaza-blue);
  color: #fff;
  margin-top: -10px;
}

.lp_footer {
  padding-top: 20px;
}

.footer_logo {
  max-width: 450px;
  width: 60%;
  margin: 0px auto 60px auto;
}
.footer_logo a {
  width: 100%;
}
.footer_logo a svg {
  width: 100%;
}

.footer__copy {
  display: block;
  font-weight: 400;
  text-align: center;
  padding-bottom: 10px;
}

.footer__button {
  display: block;
  padding-top: 60px;
  margin: 0px auto 80px auto;
  background-color: transparent;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.footer__button a {
  position: relative;
  /*ボタンの形状*/
  text-decoration: none;
  display: inline-block;
  background: #fff;
  color: var(--plaza-blue);
  padding: 15px 65px 15px 60px;
  border-radius: 10px;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  outline: none;
  /*アニメーションの指定*/
  transition: ease 0.2s;
}

/* 矢印が右に移動 */
.footer__button a::after {
  content: "";
  /*絶対配置で矢印の位置を決める*/
  position: absolute;
  top: 50%;
  right: 20px;
  /*矢印の形状*/
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  /*アニメーションの指定*/
  transition: all 0.3s;
  background-image: url("../img/button_arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  transform-origin: center right;
}

/*hoverした際の移動*/
.footer__button a:hover::after {
  top: 47%;
  transform: rotate(45deg);
}

.movie_image {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.movie_image a {
  width: 100%;
}
.movie_image a img {
  width: 100%;
}

/* modal */
.ed-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  z-index: 9999;
}

div#modalOverlay {
  width: 100%;
  height: 100%;
  display: flex;
}

.ed-closeModal {
  position: absolute;
  top: -35px;
  right: 5px;
  width: 25px;
  height: 25px;
}

.ed-closeModal::before, .ed-closeModal::after {
  content: "";
  width: 40px;
  height: 4px;
  background: #0047BA;
  border-radius: 3px;
  position: absolute;
  top: 0;
  transform: rotate(45deg);
  transform-origin: top left;
}

.ed-closeModal::before {
  left: 0;
}

.ed-closeModal::after {
  right: 0;
  transform: rotate(-45deg);
  transform-origin: top right;
}

.modalContent {
  width: 80%;
  max-width: 900px;
  margin: auto;
  position: relative;
}

.video-block {
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  animation: fadeIn 1.5s ease 0s 1 normal;
}

.video-block iframe {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
  }
}
.NoScroll {
  overflow-y: hidden;
}

.event-end_text {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.7rem;
}

.event-end_link {
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
}
.event-end_link a {
  border-bottom: 1px solid #fff;
  color: #fff;
}

.fade-up {
  will-change: transform, animation, position;
}

.state-fade {
  will-change: transform, animation, position;
}

.bento {
  will-change: transform, animation, position;
}

.section_title {
  will-change: transform, animation, position;
}

.card_pc {
  will-change: transform, animation, position;
}

.card_sp {
  will-change: transform, animation, position;
}

#HeartRateBeat {
  will-change: transform, animation, position;
}

.wrapper {
  min-width: none;
}

@media screen and (max-width: 1024px) {
  :root {
    font-size: 1.3671875vw;
  }
  .Top_card2 {
    height: 600px;
  }
  .KV-logo {
    position: absolute;
    left: 5%;
    top: 45%;
  }
  .KV-logo .KV_logo_svg {
    width: 320px;
  }
  .NB_block {
    width: 100%;
  }
  .NB_block .NewTagline {
    width: 48%;
  }
  .NB_block .NewSymbol {
    width: 48%;
  }
  .NewState {
    width: 100%;
  }
  .NB_block .NewTagline h4 {
    font-size: 4rem;
    margin-top: 30px;
    margin-left: 20px;
  }
  .bento_inner {
    padding: 50px 40px;
  }
  .bento_inner2 {
    padding: 50px 0 50px 40px;
  }
  .bento_inner3 {
    padding: 50px 40px 0 40px;
  }
  .bento_inner4 {
    padding: 50px 0 50px 0;
  }
  .bento_inner5 {
    padding: 0px 0 0 40px;
  }
  .CampaignDate {
    padding: 30px 40px;
  }
  .NewSymbol_image {
    width: 70%;
    margin: 40px auto 0 auto;
  }
  .NewSysmbolGrid_image {
    margin-top: 40px;
    overflow: hidden;
  }
  .NewSymbolGrid p {
    position: static;
    left: 0;
    bottom: 0;
    width: 100%;
    margin-top: 40px;
  }
  .br_onlysp {
    display: block;
  }
  .br_onlypc {
    display: none;
  }
  .ShopperHeader h4 {
    font-size: 5rem;
  }
  .ShopperHeader p {
    font-size: 1.5rem;
    color: #0047BA;
    margin-top: 30px;
    margin-left: 2px;
  }
  .ShopperScroll {
    display: flex;
    overflow: hidden;
    margin: 40px -40px 0 -40px;
  }
  .ShopperHisImage {
    width: 180px;
  }
  .ShopperHisImage p {
    margin-left: -30px;
  }
  .camapaign_titleimg {
    margin: 20px 0;
  }
  .CampaigneText {
    margin-bottom: 40px;
  }
  .campaign-detail_left p {
    font-size: 4.8rem;
  }
  .campaign-detail_store p {
    font-size: 2.3rem;
  }
  .campaign-detail_limit p {
    font-size: 3rem;
  }
  .campaign-detail_rightblock {
    height: 80px;
  }
  .HTS_block .HTS_exp {
    font-size: 1.5rem;
  }
  .StickersTitle_flex p {
    font-size: 1.2rem;
    width: 100%;
    color: #0047BA;
    white-space: nowrap;
  }
  .StickersTitle_flex h4 {
    font-size: 6rem;
  }
  .moments_block {
    width: 75%;
  }
  .moments_flex {
    justify-content: center;
    margin-top: 60px;
  }
  .actions_flex {
    gap: 40px 5%;
    margin: 60px 0 60px 0;
  }
  .actions_block {
    width: 30%;
  }
  .actions_block p {
    font-size: 1.9rem;
  }
  .section_title {
    font-size: 5.5rem;
    text-align: center;
    margin: 25px 0 30px 0;
  }
  .hero_inner {
    padding: 50px 30px;
  }
  .section_title span {
    font-size: 3rem;
  }
  .environment_logo {
    margin: 30px auto;
  }
  .Barbapapa_flex {
    margin-top: 40px;
  }
  .ShopperHistory h4 {
    margin-bottom: 30px;
  }
  .moments_left {
    text-align: center;
  }
  .hero_card {
    margin-top: 20px;
  }
  .NB_block .NewTagline .NewSloganRotate {
    text-align: center;
    margin: -2vw -40px 0 -40px;
  }
  .NB_block .NewTagline .NewSloganRotate img {
    width: 70%;
  }
}
@media screen and (max-width: 599px) {
  :root {
    font-size: 2.3372287145vw;
  }
  .hero_card p {
    margin-top: 50px;
  }
  .section_title {
    font-size: 4.5rem;
  }
  .section_title span {
    font-size: 2rem;
  }
  .Top_card2 {
    height: 580px;
  }
  .card_pc {
    display: none;
  }
  .card_sp {
    display: block;
  }
  .KV-logo {
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 75%;
  }
  .KV-logo .KV_logo_svg {
    width: 100%;
  }
  .KV-logo .kv_heartsup_font {
    display: none;
  }
  .kv_heartsup_fontsp {
    display: block;
  }
  .NewTagline .bento_inner {
    padding: 20px;
  }
  .NewTagline .bento_title {
    font-size: 2rem;
  }
  .NewSymbol .bento_inner {
    padding: 20px;
  }
  .NewSymbol .bento_title {
    font-size: 2rem;
  }
  .NewState .bento_inner {
    padding: 20px;
  }
  .NB_block .NewTagline h4 {
    font-size: 2.9rem;
    margin-top: 10px;
    margin-left: 10px;
  }
  .NewSymbol_image {
    margin: 20px auto 0 auto;
  }
  .NewSysmbolGrid_image {
    margin-top: 30px;
    height: 80vw;
    overflow: hidden;
  }
  .bento_inner {
    padding: 35px 25px;
  }
  .bento_inner2 {
    padding: 35px 0 35px 25px;
  }
  .bento_inner3 {
    padding: 35px 25px 0 25px;
  }
  .bento_inner4 {
    padding: 35px 0 35px 0;
  }
  .bento_inner5 {
    padding: 35px 0 35px 25px;
  }
  .CampaignDate {
    padding: 25px 25px;
  }
  .campaign-detail_storename {
    width: 100%;
  }
  .campaign-detail_storename .storename_first {
    font-size: 3.5rem;
    text-align: center;
  }
  .campaign-detail_storename .storename_second {
    font-size: 2.2rem;
    text-align: center;
  }
  .campaign-flex {
    justify-content: center;
  }
  .campaign-detail_date {
    width: auto;
  }
  .campaign-detail_date .campaign-year {
    font-size: 2.6rem;
    line-height: 1;
    margin-bottom: 15px;
  }
  .campaign-detail_date .campaign-date {
    font-size: 5.2rem;
    line-height: 0.8;
  }
  .ShopperBlock_left {
    width: 100%;
  }
  .ShopperBlock_right {
    width: 100%;
  }
  .Barbapapa h4 {
    font-size: 3.3rem;
  }
  .br_onlysp2 {
    display: block;
  }
  .Barbapapa_flex {
    gap: 30px 8%;
  }
  .Barbapapa_block {
    width: 40%;
  }
  .ShopperHistory h4 {
    font-size: 4rem;
  }
  .ShopperScroll {
    margin: 30px -25px 0 -25px;
  }
  .ShopperHisImage {
    width: 130px;
  }
  .gift_exp {
    margin-top: 40px;
  }
  .CampaigneText {
    margin-bottom: 40px;
    width: 100%;
  }
  .CampaigneImage {
    flex: auto;
    margin-left: 0;
    margin-top: 0;
    line-height: 0;
    height: 500px;
    margin-bottom: -20px;
  }
  .campaign-detail_left {
    width: 100%;
    height: 90px;
  }
  .campaign-detail_left p {
    margin-top: 5px;
  }
  .campaign-detail_rightblock {
    height: 90px;
  }
  .campaign-detail_right {
    width: 100%;
  }
  .campaign-detail_store p {
    font-size: 3.3rem;
    margin-top: 5px;
  }
  .campaign-detail_limit p {
    font-size: 3.8rem;
    margin-top: 5px;
  }
  .HowToShop p {
    font-size: 1.5rem;
  }
  .HowToShop_box {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .moments_block {
    width: 100%;
  }
  .HTS_block {
    width: 60%;
  }
  .HTS_arrow {
    width: 45%;
    margin-bottom: 10px;
  }
  .arrow_pc {
    display: none;
  }
  .arrow_sp {
    display: block;
  }
  .HTS_block .HTS_step {
    font-size: 3rem;
  }
  .HTS_block .HTS_exp {
    font-size: 2rem;
  }
  .HowToShop_price {
    width: 90%;
    margin: 50px auto 0 auto;
  }
  .allstickers_forsp {
    display: flex;
  }
  .allstickers {
    display: none;
  }
  .moments_images .moments_img {
    height: 22vw;
  }
  .moments_images {
    gap: 0 10px;
  }
  .moments_left {
    width: 15%;
    color: var(--plaza-blue);
    font-size: 4rem;
  }
  .moments_right h4 {
    color: var(--plaza-blue);
    font-size: 3.2rem;
    line-height: 4rem;
  }
  .moments_right p {
    color: var(--plaza-blue);
    font-size: 1.4rem;
    margin-top: 5px;
  }
  .each_moments {
    margin-bottom: 50px;
  }
  .actions_block {
    width: 47.5%;
  }
  .actions_block p {
    top: 15px;
    left: 15px;
  }
  .HeartsUp {
    padding-top: 100px;
  }
  .HertsUp_products {
    margin-top: -50px;
  }
  .BentoMargin {
    margin-bottom: 20px;
  }
  .campaign-detail {
    margin-bottom: 20px;
  }
  .kv-arrow {
    width: 20px;
    margin: 40px auto 0 auto;
  }
  .hero_card {
    margin-top: 15px;
  }
  .hamburger {
    top: 4.5vw;
    right: 4vw;
    height: 48px;
    width: 48px;
  }
  .hamburger span {
    left: 9px;
    height: 4px;
    width: 30px;
  }
  .sideMenu {
    padding-top: 100px;
  }
  .sideMenu a {
    width: 100%;
    height: 60px;
    margin-bottom: 10px;
  }
  .hamburger__lineTop {
    top: 15px;
  }
  .hamburger__lineBottom {
    top: 31px;
  }
  .nav-open .hamburger__lineBottom {
    top: 23px;
    transform: rotate(-45deg);
  }
  .nav-open .hamburger__lineTop {
    top: 23px;
    transform: rotate(45deg);
  }
  .Top_card2 p {
    left: 75%;
    bottom: 18px;
  }
  .heartsup_prodcuts__sp {
    display: block;
  }
  .heartsup_prodcuts__pc {
    display: none;
  }
  .movie_image {
    width: 100%;
  }
  .hero_card h3 {
    font-size: 15vw;
    margin: 25px 0;
  }
  .NB_block .NewTagline .NewSloganRotate {
    text-align: center;
    margin: 0vw -20px 0 -20px;
  }
  .NB_block .NewTagline .NewSloganRotate img {
    width: 65%;
  }
  .NewState h4 {
    font-size: 3.1rem;
    margin-top: 22px;
  }
  .event-end_text {
    color: #fff;
    text-align: center;
    margin-bottom: 12px;
    font-size: 1.8rem;
  }
  .event-end_link {
    font-size: 1.4rem;
  }
}/*# sourceMappingURL=index.css.map */