/* 1. Use a more-intuitive box-sizing model */
*, *::before, *::after {
  box-sizing: border-box;
}

/* 2. Remove default margin */
*:not(dialog) {
  margin: 0;
}

/* 3. Enable keyword animations */
@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}
body {
  /* 4. Add accessible line-height */
  line-height: 1.5;
  /* 5. Improve text rendering */
  -webkit-font-smoothing: antialiased;
}

/* 6. Improve media defaults */
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

/* 7. Inherit fonts for form controls */
input, button, textarea, select {
  font: inherit;
}

h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}

/*
  10. Create a root stacking context
*/
#root, #__next {
  isolation: isolate;
}

/* html */
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  overflow: hidden;
}

/* body */
body {
  margin: 0;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  line-height: 1.7;
  color: #424242;
  background-color: #FFFFFF;
  overflow-y: scroll;
}

html, body {
  height: 100vh;
  margin: 0;
}

/* image */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* link */
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

/* list */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* paragraph */
p {
  margin: 0;
  color: #424242;
  line-height: 1.4;
  word-break: normal;
}

/* =========================================
   Heading
   ========================================= */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 700;
  line-height: 1.4;
  color: #6A004B;
}

.container__inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}

.header {
  height: -moz-fit-content;
  height: fit-content;
  max-height: 78px;
}
.header__container {
  padding: 1.6rem;
}
.header__logo {
  text-align: center;
}
.header__logo > img {
  width: 100%;
  max-width: 188px;
  display: inline-block;
}

.footer {
  margin: 6rem auto 0;
}
.footer__container {
  text-align: center;
}
.footer__text {
  border-top: 1px solid #EEEEEE;
  padding: 4rem 0 6rem;
  font-weight: 500;
  font-size: 1.2rem;
  color: #616161;
  text-align: center;
}

.layout__side--left {
  display: flex !important;
  background-image: linear-gradient(to right, #F8E5F2 0%, #FBF5F9 300%);
}
.layout__side--left > img {
  width: 80%;
  max-width: 280px;
}
.layout__side--right {
  position: relative;
  background-image: linear-gradient(to right, #F8E5F2 -200%, #FBF5F9 100%);
}
.layout__side--right-max-w {
  width: 100%;
  height: 100vh;
  max-width: 360px;
  margin: 0 auto 0 0;
  position: relative;
}
.layout__side--right-content {
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%, 0);
  max-width: 150px;
}
.layout__side--right-content > img {
  width: 100%;
}
.layout__side--peach-container {
  position: absolute;
  bottom: 0;
  left: 0;
  mix-blend-mode: multiply;
}
.layout__side--peach-container img:first-child {
  position: relative;
  max-height: 220px;
  left: -5%;
}
.layout__side--peach-container img:last-child {
  max-width: 280px;
  position: relative;
  left: 30%;
}
.layout__side--flex-text {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 0 1.5rem;
}
.layout__side--flex-text > p {
  color: #6A004B;
  font-weight: 700;
  margin: 0 0.4rem 0 0;
}

.layout {
  display: flex;
}
.layout__main {
  position: relative;
  z-index: 200;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
}
.layout__side {
  display: none;
  flex: 1;
}
.layout__side--left {
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .layout__side {
    display: block;
    position: sticky;
    top: 0;
    height: 100vh;
    width: 100%;
  }
  .layout__main {
    width: 540px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  }
}

section {
  margin: 6rem 0 0;
}

.bg-pink {
  background-image: linear-gradient(to right, #F8E5F2 0%, #FBF5F9 100%);
  padding: 6rem 0;
  margin: 0 auto;
}

.content__title {
  margin: 0 0 3rem;
}
.content__title--en {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  color: #6A004B;
  font-family: "Century Gothic Pro", "Century Gothic", sans-serif;
  display: block;
  text-align: center;
}
.content__title--ja {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.4;
  color: #6A004B;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  display: block;
  text-align: center;
}

.paragraph__center {
  text-align: center;
}
.paragraph__center--large {
  text-align: center;
  font-size: 1.8rem;
  color: #424242;
  font-weight: 700;
}

.display__mobile--sm {
  display: inline-block;
}
@media (min-width: 400px) {
  .display__mobile--sm {
    display: none;
  }
}
.display__mobile--sm-none {
  display: none;
}
@media (min-width: 400px) {
  .display__mobile--sm-none {
    display: inline-block;
  }
}

.hero {
  margin: 0;
}
.hero__wrapper {
  position: relative;
  width: 100%;
  padding-top: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7) -10%, rgba(0, 0, 0, 0) 60%), url("../../assets/images/hero_date_main.jpg");
  background-size: cover;
  background-position: center;
}
.hero__container {
  position: absolute;
  left: 50%;
  bottom: 10%;
  transform: translate(-50%, 0);
  text-align: center;
  width: 100%;
}
.hero__title {
  font-size: 4.2rem;
  color: #FFFFFF;
  margin: 0 0 1rem;
}
.hero__title--aeonmall {
  margin: 0 0.4rem 0 0;
}
.hero__subtitle {
  display: inline-block;
  color: #FFFFFF;
  font-size: 2.8rem;
  line-height: 1;
}
.hero__subtitle--lg {
  font-size: 2.6rem;
  display: inline-block;
  position: relative;
  top: 0.05rem;
}
.hero__subtitle--mid {
  font-size: 2.4rem;
  display: inline-block;
  position: relative;
  top: -0.05rem;
  margin: 0 0 0 -0.4rem;
}
.hero__subtitle--small {
  display: inline-block;
  font-size: 1.8rem;
  position: relative;
}
.hero__subtitle--ml-sm {
  top: -0.05rem;
  left: -0.4rem;
}
.hero__subtitle--ribbon {
  position: relative;
  padding: 0.6rem 3rem 0.8rem;
  background-color: #B50080;
  display: inline-block;
  clip-path: polygon(0% 0%, 100% 0%, calc(100% - 18px) 50%, 100% 100%, 0% 100%, 18px 50%);
}

.profile__fade-image--container {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
}
.profile__fade-image--container > img {
  position: absolute;
  top: 0;
  left: 0;
}
.profile__item > p {
  margin: 2rem auto;
  font-size: 1.8rem;
  font-weight: 500;
  color: #212121;
}
.profile__grid--container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin: 2rem 0 0;
}
.profile__grid--item {
  position: relative;
  width: 100%;
  padding-top: 62.5%;
  border-radius: 1rem;
  overflow: hidden;
}
.profile__grid--image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}

.region__item > p {
  font-size: 1.8rem;
  font-weight: 500;
  color: #212121;
  word-break: normal;
}
.region__item--image {
  margin: 1.5rem 0;
}

.recruit__title {
  margin: 0 0 3rem;
}
.recruit__title--en {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  color: #6A004B;
  font-family: "Century Gothic Pro", "Century Gothic", sans-serif;
  display: block;
  text-align: center;
}
.recruit__title--ja {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.4;
  color: #6A004B;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  display: block;
  text-align: center;
}
.recruit__item--bunner_link {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1.6rem auto;
  overflow: hidden;
  border-bottom: 1px solid #BFBFBF;
}
.recruit__item--bunner_link img {
  margin: 0 auto;
}
.recruit__desc--left {
  font-weight: 500;
  text-align: left;
  font-size: 1.8rem;
  color: #212121;
}
.recruit__desc--center {
  font-weight: 700;
  text-align: center;
  font-size: 1.8rem;
  color: #212121;
}

.antena-shop {
  position: relative;
  background-image: linear-gradient(to right, #F8E5F2 0%, #FBF5F9 100%);
  overflow: hidden;
}
.antena-shop__paragraph--large {
  font-size: 2.2rem;
}
.antena-shop__pickup--wrap {
  display: inline-block;
  background-color: #FDC700;
  padding: 0.4rem 4.5rem;
  position: absolute;
  top: 25px;
  left: -40px;
  transform: rotate(-45deg);
  transform-origin: center;
}
.antena-shop__pickup--wrap > p {
  font-size: 1.8rem;
  font-weight: 700;
  color: #000000;
}
.antena-shop__container--hero {
  padding: 6rem 0 0;
}
.antena-shop__container--hero > .container__inner {
  z-index: 100;
  position: relative;
}
.antena-shop__hero-title {
  font-size: 3rem;
  font-weight: 900;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 2.5rem;
  text-align: center;
}
.antena-shop__title--x_small {
  font-size: 2rem;
}
.antena-shop__title--small {
  font-size: 2.4rem;
}
.antena-shop__title--primary {
  color: #B50080;
}
.antena-shop__hero-list {
  margin: -4rem 0 3rem;
}
@media (min-width: 768px) {
  .antena-shop__hero-list {
    margin: -6rem 0 3rem;
  }
}
@media (min-width: 1024px) {
  .antena-shop__hero-list {
    margin: -4rem 0 3rem;
  }
}
.antena-shop__hero-list--item-wrap {
  border: 1px solid #6A004B;
  display: flex;
}
.antena-shop__hero-list--label {
  padding: 0.6rem 1.3rem;
  color: #FFFFFF;
  background-color: #6A004B;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
}
.antena-shop__hero-list--value {
  padding: 0.6rem 1.3rem;
  color: #6A004B;
  background-color: #FFFFFF;
  font-weight: 700;
  display: inline-block;
  flex: 1;
}
.antena-shop__hero-list--small {
  font-size: 1.2rem;
  color: #757575;
}
.antena-shop__hero-image--container {
  position: relative;
  width: 100%;
  padding-top: 70%;
  overflow: hidden;
}
.antena-shop__hero-image--container > small {
  width: 100%;
  font-size: 1.2rem;
  font-weight: 400;
  color: #757575;
  text-align: center;
  position: absolute;
  bottom: 16%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 50;
}
.antena-shop__hero-image--container > img {
  position: absolute;
  top: 0;
  left: 0;
}
.antena-shop__hero-carousel {
  position: relative;
  overflow: hidden;
}
.antena-shop__hero-carousel--image {
  width: 100%;
  display: block;
}
.antena-shop__hero-carousel--track {
  display: flex;
  transition: transform 0.6s ease;
}
.antena-shop__hero-carousel--dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 10;
}
.antena-shop__hero-carousel--dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  cursor: pointer;
  padding: 0;
}
.antena-shop__hero-carousel--dot.is-active {
  background: #fff;
}
.antena-shop__purpose {
  width: 100%;
  margin: 3rem 0 0;
  position: relative;
}
.antena-shop__purpose:last-of-type {
  padding-bottom: 6rem;
}
.antena-shop__purpose--title {
  font-size: 1.8rem;
  color: #212121;
  margin: 0 0 1.5rem;
}
.antena-shop__purpose--title::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: linear-gradient(to right, #B50080 0%, #DA80BF 100%);
  position: absolute;
  top: 5px;
  left: 0;
}
.antena-shop__purpose--card-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin: 2rem 0 0;
}
.antena-shop__purpose-card {
  background-color: #FFFFFF;
  text-align: center;
  border-radius: 0.6rem;
  overflow: hidden;
  height: -moz-fit-content;
  height: fit-content;
}
.antena-shop__purpose-card--image-container {
  width: 100%;
  padding-top: 75%;
  position: relative;
}
.antena-shop__purpose-card--image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -o-object-fit: cover;
     object-fit: cover;
}
.antena-shop__purpose-card--text {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 4em;
  flex: 1;
  color: #424242;
}
.antena-shop__purpose-card--bottom-text {
  margin: 1rem 0 1.5rem;
  font-size: 1.5rem;
  font-weight: medium;
}
.antena-shop__purpose-card--text-small {
  font-size: 1.3rem;
}
.antena-shop__message-card {
  padding: 1.6rem;
  background-color: #FFFFFF;
  border-radius: 1.2rem;
}
.antena-shop__message-card--flex-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.5rem;
}
.antena-shop__message-card--text-container > h4 {
  font-weight: 900;
  font-size: 1.8rem;
  color: #B50080;
  margin: 0 0 1.5rem;
  font-feature-settings: "palt";
  letter-spacing: 1.125px;
}
.antena-shop__message-card--text-container > p {
  font-weight: 700;
  font-size: 1.3rem;
}
.antena-shop__message-card--image-container {
  width: 100%;
  max-width: 105px;
  height: 100%;
  max-height: 110px;
  border-radius: 0.8rem;
  overflow: hidden;
}
.antena-shop__message-card--image-container > img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  transform: scale(1.1);
}
.antena-shop__message-card--text {
  font-weight: 500;
  margin: 2rem 0 0;
}
.antena-shop__soon-image {
  margin: 2rem 0 0;
  padding: 0 0 0 2rem;
  position: relative;
}
.antena-shop__soon-image-container {
  position: relative;
}
.antena-shop__comment {
  position: absolute;
  top: -5%;
  right: 5px;
}
.antena-shop__comment--container {
  position: relative;
  z-index: 10;
}
.antena-shop__comment--text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -58%);
  width: 100%;
  font-size: 1.3rem;
  text-align: center;
}
.antena-shop__comment--main-image {
  border-radius: 0.8rem 0 0 0.8rem;
  overflow: hidden;
  width: 100%;
  padding-top: 56.5%;
  position: relative;
}
.antena-shop__comment--main-image > img {
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.access__item--map-wrapper {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}
.access__item--map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.access__item--address {
  font-style: normal;
  text-align: center;
  margin: 3rem 0 2rem;
  font-weight: 500;
  font-size: 1.8rem;
}
.access__item--btn-wrap {
  text-align: center;
}
.access__item--btn {
  border: 1px solid #BDBDBD;
  border-radius: 0.4rem;
  padding: 1rem 1.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  margin: 0 auto;
}

.share__item {
  display: flex;
  justify-content: center;
  gap: 3rem;
}
.share__item > a {
  width: 44px;
  height: 44px;
  display: inline-block;
  box-sizing: border-box;
}
.share__item > a > img {
  width: 100%;
  height: auto;
  display: block;
}
.share__item--x {
  background-color: #000000;
  padding: 1rem;
  border-radius: 0.6rem;
}/*# sourceMappingURL=style.css.map */