@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&family=Geologica:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playball&display=swap");
#newcustomer2024 {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}
#newcustomer2024 img {
  width: 100%;
  display: block;
}

h2.newcustomer2024Title {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 3.5rem;
  margin: 0 0 64px;
  color: #121212;
}
@media (max-width: 810px) {
  h2.newcustomer2024Title {
    font-size: 2.4rem;
    margin-bottom: 0;
  }
}
@media (max-width: 640px) {
  h2.newcustomer2024Title {
    font-size: 5vw;
  }
}
h2.newcustomer2024Title span {
  color: #666666;
  display: block;
  font-family: "Geologica", sans-serif;
  font-size: 50%;
  padding-top: 8px;
}

.newcustomer2024_link {
  width: 100%;
  max-width: 292px;
  margin: auto;
}
@media (max-width: 640px) {
  .newcustomer2024_link {
    max-width: unset;
    padding: 0 24px;
  }
}
.newcustomer2024_link a {
  display: flex;
  justify-content: center;
  position: relative;
  transition: ease-in-out 0.4s;
  background-color: #ddce78;
  border: 2px solid #ddce78;
  padding: 24px;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
}
@media (hover: hover) {
  .newcustomer2024_link a:hover {
    background-color: transparent;
    color: #ddce78;
  }
}
@media (max-width: 640px) {
  .newcustomer2024_link a {
    padding: 16px;
    font-size: 3.25vw;
  }
}

.newcustomer2024_intro {
  width: 100%;
}
.newcustomer2024_intro .newcustomer2024_introArea {
  width: 100%;
  height: 528px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0c2850;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .newcustomer2024_intro .newcustomer2024_introArea {
    height: 50vh;
  }
}
@media (max-width: 640px) {
  .newcustomer2024_intro .newcustomer2024_introArea {
    padding: 24px;
  }
}
.newcustomer2024_intro .newcustomer2024_introArea .introArea_text .mainTitle {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.newcustomer2024_intro .newcustomer2024_introArea .introArea_text .mainTitle .subTopTitle {
  width: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.newcustomer2024_intro .newcustomer2024_introArea .introArea_text .mainTitle .subTopTitle p {
  color: #ddce78;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-weight: 900;
  letter-spacing: 0.05em;
}
@media (max-width: 1200px) {
  .newcustomer2024_intro .newcustomer2024_introArea .introArea_text .mainTitle .subTopTitle p {
    font-size: 2.4rem;
  }
}
@media (max-width: 640px) {
  .newcustomer2024_intro .newcustomer2024_introArea .introArea_text .mainTitle .subTopTitle p {
    font-size: 3.5vw;
  }
}
.newcustomer2024_intro .newcustomer2024_introArea .introArea_text .mainTitle .subTopTitle .subHeading {
  width: auto;
}
.newcustomer2024_intro .newcustomer2024_introArea .introArea_text .mainTitle .subTopTitle .subHeading .subHeading_area {
  padding: 16px 24px;
  background-color: #ddce78;
  position: relative;
  display: inline-block;
  border-radius: 3px;
}
@media (max-width: 640px) {
  .newcustomer2024_intro .newcustomer2024_introArea .introArea_text .mainTitle .subTopTitle .subHeading .subHeading_area {
    padding: 12px 16px;
  }
}
.newcustomer2024_intro .newcustomer2024_introArea .introArea_text .mainTitle .subTopTitle .subHeading h3 {
  color: #0c2850;
  line-height: 1;
  margin: 0;
  font-weight: 900;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  font-size: 2.4rem;
}
@media (max-width: 1200px) {
  .newcustomer2024_intro .newcustomer2024_introArea .introArea_text .mainTitle .subTopTitle .subHeading h3 {
    font-size: 1.6rem;
  }
}
@media (max-width: 640px) {
  .newcustomer2024_intro .newcustomer2024_introArea .introArea_text .mainTitle .subTopTitle .subHeading h3 {
    font-size: 3.5vw;
  }
}
.newcustomer2024_intro .newcustomer2024_introArea .introArea_text .mainTitle .pointMain {
  width: 100%;
}
.newcustomer2024_intro .newcustomer2024_introArea .introArea_text .mainTitle .pointMain h1 {
  color: #ddce78;
  font-weight: 700;
  font-family: "Geologica", sans-serif;
  line-height: 1;
  font-size: 20rem;
  margin: 24px 0;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  text-align: center;
  font-weight: 900;
  letter-spacing: 0.05em;
}
@media (max-width: 1200px) {
  .newcustomer2024_intro .newcustomer2024_introArea .introArea_text .mainTitle .pointMain h1 {
    font-size: 15rem;
  }
}
@media (max-width: 640px) {
  .newcustomer2024_intro .newcustomer2024_introArea .introArea_text .mainTitle .pointMain h1 {
    font-size: 25vw;
    margin: 12px 0;
  }
}
.newcustomer2024_intro .newcustomer2024_introArea .introArea_text .mainTitle .pointMain h1.appearance {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.newcustomer2024_intro .newcustomer2024_introArea .introArea_text .mainTitle .bottomHeading {
  width: 100%;
}
.newcustomer2024_intro .newcustomer2024_introArea .introArea_text .mainTitle .bottomHeading h2 {
  color: #ddce78;
  margin: 0;
  font-weight: 900;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  text-align: center;
  font-size: 3.2rem;
  line-height: normal;
}
@media (max-width: 1200px) {
  .newcustomer2024_intro .newcustomer2024_introArea .introArea_text .mainTitle .bottomHeading h2 {
    font-size: 2.4rem;
  }
}
@media (max-width: 640px) {
  .newcustomer2024_intro .newcustomer2024_introArea .introArea_text .mainTitle .bottomHeading h2 {
    font-size: 3.5vw;
  }
}
.newcustomer2024_intro .newcustomer2024_introArea .introArea_text .mainTitle .aniBorder {
  display: inline-block;
  position: relative;
}
.newcustomer2024_intro .newcustomer2024_introArea .introArea_text .mainTitle .aniBorder::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #ddce78;
  transform-origin: left;
  animation: titleborder 1s ease 1s forwards;
  transform: scaleX(0);
}
@media (max-width: 640px) {
  .newcustomer2024_intro .newcustomer2024_introArea .introArea_text .mainTitle .aniBorder::before {
    height: 2px;
  }
}

@keyframes titleborder {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.newcustomer2024_rewards {
  width: 100%;
  max-width: 1400px;
  margin: auto;
}
.newcustomer2024_rewards .newcustomer2024_rewardsArea {
  padding-top: 64px;
}
@media (max-width: 1200px) {
  .newcustomer2024_rewards .newcustomer2024_rewardsArea {
    padding: 64px;
  }
}
@media (max-width: 810px) {
  .newcustomer2024_rewards .newcustomer2024_rewardsArea {
    padding: 64px 0;
  }
}
@media (max-width: 640px) {
  .newcustomer2024_rewards .newcustomer2024_rewardsArea {
    padding: 40px 0;
  }
}
.newcustomer2024_rewards .newcustomer2024_rewardsArea ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding: 0;
  margin: 0 0 64px;
}
@media (max-width: 810px) {
  .newcustomer2024_rewards .newcustomer2024_rewardsArea ul {
    gap: 0;
    padding: 24px;
    justify-content: center;
    margin-bottom: 24px;
  }
}
@media (max-width: 640px) {
  .newcustomer2024_rewards .newcustomer2024_rewardsArea ul {
    padding: 12px;
  }
}
.newcustomer2024_rewards .newcustomer2024_rewardsArea ul li {
  flex-grow: 1;
  flex-basis: 25%;
}
@media (max-width: 810px) {
  .newcustomer2024_rewards .newcustomer2024_rewardsArea ul li {
    width: 50%;
    flex-grow: unset;
    flex-basis: unset;
    padding: 24px;
  }
}
@media (max-width: 640px) {
  .newcustomer2024_rewards .newcustomer2024_rewardsArea ul li {
    width: 100%;
    padding: 12px;
  }
}
.newcustomer2024_rewards .newcustomer2024_rewardsArea ul li .rewardsDetail {
  padding: 48px 64px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .newcustomer2024_rewards .newcustomer2024_rewardsArea ul li .rewardsDetail {
    padding: 24px 32px;
  }
}
.newcustomer2024_rewards .newcustomer2024_rewardsArea ul li .rewardsDetail .rewardsDetail_area h3 {
  text-align: center;
  font-size: 4rem;
  font-family: "Playball", cursive;
  margin: 0;
  color: #121212;
}
@media (max-width: 1200px) {
  .newcustomer2024_rewards .newcustomer2024_rewardsArea ul li .rewardsDetail .rewardsDetail_area h3 {
    font-size: 2.4rem;
  }
}
@media (max-width: 810px) {
  .newcustomer2024_rewards .newcustomer2024_rewardsArea ul li .rewardsDetail .rewardsDetail_area h3 {
    font-size: 3.2rem;
  }
}
@media (max-width: 640px) {
  .newcustomer2024_rewards .newcustomer2024_rewardsArea ul li .rewardsDetail .rewardsDetail_area h3 {
    font-size: 7vw;
  }
}
.newcustomer2024_rewards .newcustomer2024_rewardsArea ul li .rewardsDetail .rewardsDetail_area h3 span {
  display: block;
  font-size: 32%;
  font-family: "Geologica", sans-serif;
  letter-spacing: 0.05em;
}
.newcustomer2024_rewards .newcustomer2024_rewardsArea ul li .rewardsDetail .rewardsDetail_area .icon {
  display: flex;
  justify-content: center;
  margin: 24px auto;
}
@media (max-width: 1200px) {
  .newcustomer2024_rewards .newcustomer2024_rewardsArea ul li .rewardsDetail .rewardsDetail_area .icon {
    margin: 12px auto;
  }
}
.newcustomer2024_rewards .newcustomer2024_rewardsArea ul li .rewardsDetail .rewardsDetail_area .icon i {
  font-size: 4.5rem;
  color: #0c2850;
}
@media (max-width: 1200px) {
  .newcustomer2024_rewards .newcustomer2024_rewardsArea ul li .rewardsDetail .rewardsDetail_area .icon i {
    font-size: 3rem;
  }
}
@media (max-width: 810px) {
  .newcustomer2024_rewards .newcustomer2024_rewardsArea ul li .rewardsDetail .rewardsDetail_area .icon i {
    font-size: 3.5rem;
  }
}
.newcustomer2024_rewards .newcustomer2024_rewardsArea ul li .rewardsDetail .rewardsDetail_area h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
  margin: 0 0 12px;
  color: #121212;
  letter-spacing: 0.05em;
}
@media (max-width: 1200px) {
  .newcustomer2024_rewards .newcustomer2024_rewardsArea ul li .rewardsDetail .rewardsDetail_area h2 {
    margin-bottom: 12px;
    font-size: 1.4rem;
  }
}
@media (max-width: 810px) {
  .newcustomer2024_rewards .newcustomer2024_rewardsArea ul li .rewardsDetail .rewardsDetail_area h2 {
    font-size: 1.6rem;
  }
}
@media (max-width: 640px) {
  .newcustomer2024_rewards .newcustomer2024_rewardsArea ul li .rewardsDetail .rewardsDetail_area h2 {
    font-size: 3.5vw;
  }
}
.newcustomer2024_rewards .newcustomer2024_rewardsArea ul li .rewardsDetail .rewardsDetail_area h2 span {
  padding-bottom: 12px;
  display: inline-block;
  border-bottom: 3px dotted #121212;
}
.newcustomer2024_rewards .newcustomer2024_rewardsArea ul li .rewardsDetail .rewardsDetail_area p {
  color: #666666;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 1.75;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  margin: 0;
}
@media (max-width: 1200px) {
  .newcustomer2024_rewards .newcustomer2024_rewardsArea ul li .rewardsDetail .rewardsDetail_area p {
    font-size: 1rem;
  }
}
@media (max-width: 810px) {
  .newcustomer2024_rewards .newcustomer2024_rewardsArea ul li .rewardsDetail .rewardsDetail_area p {
    font-size: 1.15rem;
  }
}
@media (max-width: 640px) {
  .newcustomer2024_rewards .newcustomer2024_rewardsArea ul li .rewardsDetail .rewardsDetail_area p {
    font-size: 2.85vw;
  }
}
.newcustomer2024_rewards .newcustomer2024_rewardsArea .rewardsOther {
  width: 100%;
  max-width: 640px;
  margin: 0 auto 64px;
}
@media (max-width: 810px) {
  .newcustomer2024_rewards .newcustomer2024_rewardsArea .rewardsOther {
    margin: 0 auto;
  }
}
@media (max-width: 640px) {
  .newcustomer2024_rewards .newcustomer2024_rewardsArea .rewardsOther {
    padding: 0 24px;
  }
}
.newcustomer2024_rewards .newcustomer2024_rewardsArea .rewardsOther .rewardsOther_area {
  padding: 40px 64px;
  background-color: #fff;
  margin-bottom: 24px;
  border-radius: 99px;
}
@media (max-width: 810px) {
  .newcustomer2024_rewards .newcustomer2024_rewardsArea .rewardsOther .rewardsOther_area {
    margin-top: 24px;
    margin-bottom: 0;
  }
}
@media (max-width: 640px) {
  .newcustomer2024_rewards .newcustomer2024_rewardsArea .rewardsOther .rewardsOther_area {
    padding: 24px 40px;
  }
}
.newcustomer2024_rewards .newcustomer2024_rewardsArea .rewardsOther .rewardsOther_area h3 {
  margin: 0 0 12px;
  padding-bottom: 12px;
  border-bottom: 3px dotted #121212;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: 2rem;
}
@media (max-width: 810px) {
  .newcustomer2024_rewards .newcustomer2024_rewardsArea .rewardsOther .rewardsOther_area h3 {
    font-size: 1.6rem;
  }
}
@media (max-width: 640px) {
  .newcustomer2024_rewards .newcustomer2024_rewardsArea .rewardsOther .rewardsOther_area h3 {
    font-size: 3.5vw;
  }
}
.newcustomer2024_rewards .newcustomer2024_rewardsArea .rewardsOther .rewardsOther_area p {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin: 0;
}
@media (max-width: 810px) {
  .newcustomer2024_rewards .newcustomer2024_rewardsArea .rewardsOther .rewardsOther_area p {
    font-size: 1.4rem;
  }
}
@media (max-width: 640px) {
  .newcustomer2024_rewards .newcustomer2024_rewardsArea .rewardsOther .rewardsOther_area p {
    font-size: 2.85vw;
  }
}

.newcustomer2024_brand {
  width: 100%;
  margin-top: 64px;
  position: relative;
}
@media (max-width: 640px) {
  .newcustomer2024_brand {
    margin-top: 24px;
  }
}
.newcustomer2024_brand .newcustomer2024_brandArea {
  height: 640px;
  background-image: url("../img/contents/newcustomer2024/bg.jpg");
  background-size: cover;
  z-index: 0;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: 1.5s;
}
.newcustomer2024_brand .newcustomer2024_brandArea.appearance {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
@media (max-width: 1200px) {
  .newcustomer2024_brand .newcustomer2024_brandArea {
    height: 45vh;
    background-position: 64%;
  }
}
@media (max-width: 810px) {
  .newcustomer2024_brand .newcustomer2024_brandArea {
    height: 28vh;
  }
}
@media (max-width: 640px) {
  .newcustomer2024_brand .newcustomer2024_brandArea {
    height: 40vh;
    background-position: right;
  }
}
.newcustomer2024_brand .brandDetail {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media (max-width: 640px) {
  .newcustomer2024_brand .brandDetail {
    background-color: #fff;
    padding: 24px;
    margin: -56px 24px 0;
    position: relative;
  }
}
.newcustomer2024_brand .brandDetail .brandText {
  width: 64%;
  padding: 96px 0 64px 96px;
}
@media (max-width: 1200px) {
  .newcustomer2024_brand .brandDetail .brandText {
    padding: 88px 0 40px 40px;
  }
}
@media (max-width: 640px) {
  .newcustomer2024_brand .brandDetail .brandText {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}
.newcustomer2024_brand .brandDetail .brandText h3 {
  font-size: 4rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #121212;
  letter-spacing: 0.05em;
  font-weight: 900;
  margin: 0 0 56px;
}
@media (max-width: 1200px) {
  .newcustomer2024_brand .brandDetail .brandText h3 {
    font-size: 2.8rem;
    margin-bottom: 40px;
  }
}
@media (max-width: 810px) {
  .newcustomer2024_brand .brandDetail .brandText h3 {
    font-size: 2rem;
  }
}
@media (max-width: 640px) {
  .newcustomer2024_brand .brandDetail .brandText h3 {
    font-size: 4.5vw;
    line-height: 2;
    margin-bottom: 24px;
  }
}
.newcustomer2024_brand .brandDetail .brandText p {
  font-size: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #666666;
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 2;
  margin: 0;
}
@media (max-width: 1200px) {
  .newcustomer2024_brand .brandDetail .brandText p {
    font-size: 1.6rem;
  }
}
@media (max-width: 810px) {
  .newcustomer2024_brand .brandDetail .brandText p {
    font-size: 1.4rem;
  }
}
@media (max-width: 640px) {
  .newcustomer2024_brand .brandDetail .brandText p {
    font-size: 3.25vw;
  }
}
.newcustomer2024_brand .brandDetail .brandImage {
  width: 100%;
  padding-left: 96px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1200px) {
  .newcustomer2024_brand .brandDetail .brandImage {
    padding-left: 40px;
  }
}
@media (max-width: 640px) {
  .newcustomer2024_brand .brandDetail .brandImage {
    width: 100%;
    padding: 0;
    flex-wrap: wrap;
  }
}
.newcustomer2024_brand .brandDetail .brandImage ul {
  width: 50%;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 24px;
}
@media (max-width: 640px) {
  .newcustomer2024_brand .brandDetail .brandImage ul {
    width: 100%;
  }
}
.newcustomer2024_brand .brandDetail .brandImage ul li img {
  border-radius: 5px;
}
.newcustomer2024_brand .brandText_en {
  width: 50%;
  padding: 0 64px 0 72px;
  margin-top: 24px;
  margin-left: auto;
}
@media (max-width: 1200px) {
  .newcustomer2024_brand .brandText_en {
    bottom: -15vw;
    padding: 0 40px;
  }
}
@media (max-width: 810px) {
  .newcustomer2024_brand .brandText_en {
    bottom: -20vw;
  }
}
@media (max-width: 640px) {
  .newcustomer2024_brand .brandText_en {
    position: static;
    width: 100%;
    margin-top: 0;
    padding: 24px 0;
  }
}
.newcustomer2024_brand .brandText_en h3 {
  font-family: "Geologica", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  margin: 0 0 16px;
  color: #bbbbbb;
}
@media (max-width: 810px) {
  .newcustomer2024_brand .brandText_en h3 {
    font-size: 1.6rem;
    margin-bottom: 12px;
  }
}
@media (max-width: 640px) {
  .newcustomer2024_brand .brandText_en h3 {
    font-size: 3.25vw;
  }
}
.newcustomer2024_brand .brandText_en p {
  margin: 0;
  font-family: "Geologica", sans-serif;
  font-weight: 700;
  line-height: 1.75;
  font-size: 1.6rem;
  color: #bbbbbb;
}
@media (max-width: 810px) {
  .newcustomer2024_brand .brandText_en p {
    font-size: 1.4rem;
  }
}
@media (max-width: 640px) {
  .newcustomer2024_brand .brandText_en p {
    font-size: 2.85vw;
  }
}

.newcustomer2024_recommendContents {
  margin: 120px 0 64px;
  background-color: #0c2850;
  padding: 64px 0;
}
@media (max-width: 810px) {
  .newcustomer2024_recommendContents {
    margin-top: 64px;
  }
}
@media (max-width: 640px) {
  .newcustomer2024_recommendContents {
    margin: 24px 0;
    padding: 24px;
  }
}
.newcustomer2024_recommendContents .newcustomer2024_recommendContents_area {
  width: 100%;
  max-width: 960px;
  margin: auto;
  overflow: hidden;
}
.newcustomer2024_recommendContents .newcustomer2024_recommendContents_area h2.newcustomer2024Title {
  color: #ddce78;
}
@media (max-width: 810px) {
  .newcustomer2024_recommendContents .newcustomer2024_recommendContents_area h2.newcustomer2024Title {
    margin-bottom: 64px;
  }
}
@media (max-width: 640px) {
  .newcustomer2024_recommendContents .newcustomer2024_recommendContents_area h2.newcustomer2024Title {
    margin-bottom: 24px;
  }
}
.newcustomer2024_recommendContents .newcustomer2024_recommendContents_area ul {
  display: flex;
  gap: 40px;
  margin: 0;
  padding: 0;
}
@media (max-width: 810px) {
  .newcustomer2024_recommendContents .newcustomer2024_recommendContents_area ul {
    padding: 0 40px;
  }
}
@media (max-width: 640px) {
  .newcustomer2024_recommendContents .newcustomer2024_recommendContents_area ul {
    gap: 0;
    padding: 0;
    flex-wrap: wrap;
  }
}
.newcustomer2024_recommendContents .newcustomer2024_recommendContents_area ul li {
  width: 50%;
}
.newcustomer2024_recommendContents .newcustomer2024_recommendContents_area ul li a {
  display: block;
  overflow: hidden;
  border-radius: 5px;
}
.newcustomer2024_recommendContents .newcustomer2024_recommendContents_area ul li a .recoImage {
  transition: ease-in-out 0.4s;
}
@media (hover: hover) {
  .newcustomer2024_recommendContents .newcustomer2024_recommendContents_area ul li a .recoImage:hover {
    transform: scale(1.05);
  }
}

.lastlink {
  margin-bottom: 64px;
}
@media (max-width: 640px) {
  .lastlink {
    margin-bottom: 24px;
  }
}

div.material_fab a {
  background-color: #ddce78;
  border: 2px solid #ddce78;
  font-family: "Noto Sans JP", sans-serif;
}
@media (hover: hover) {
  div.material_fab a:hover {
    color: #ddce78;
  }
}

div.contentsBox a {
  height: 100%;
}/*# sourceMappingURL=newcustomer2024.css.map */