@charset "UTF-8";
.simplebar {
  padding-bottom: 16px;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .simplebar {
    padding-bottom: 32px;
    margin-bottom: 40px;
  }
}
.simplebar .simplebar-content-wrapper {
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
  margin-right: 6px;
}
@media screen and (min-width: 768px) {
  .simplebar .simplebar-content-wrapper {
    margin-right: 20px;
  }
}
.simplebar .simplebar-content-wrapper::-webkit-scrollbar {
  display: none; /* Chrome, Safari 対応 */
  -webkit-appearance: none;
  -webkit-overflow-scrolling: touch;
}
.simplebar .simplebar-content {
  padding: 0;
}
.simplebar .simplebar-track {
  background: #E6E7E7;
  border-radius: 16px;
  cursor: pointer;
  pointer-events: auto;
}
.simplebar .simplebar-track .simplebar-scrollbar::before {
  background: #008223;
  border-radius: 16px 0 0 16px;
  width: 100%;
  left: 0;
  right: 0;
}
.simplebar .simplebar-track .simplebar-visible::before {
  opacity: 1;
}
.simplebar .simplebar-track.simplebar-vertical {
  visibility: hidden;
}
.simplebar .simplebar-track.simplebar-horizontal {
  visibility: visible;
  height: 4px;
  margin-right: 16px;
}
@media screen and (min-width: 768px) {
  .simplebar .simplebar-track.simplebar-horizontal {
    margin: 0 80px;
  }
}
.simplebar .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  top: unset;
  height: 100%;
}
.simplebar .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  left: 0;
  right: 0;
}

.new {
  padding: 8px 0 32px;
  background: #F9FAFB;
}
@media screen and (min-width: 768px) {
  .new {
    padding: 16px 32px 64px;
  }
}
.new__list {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1120px;
}

.about {
  background: #F2F9F4;
}
.about .english_title:before {
  content: "AEON 1% CLUB COLUMN";
}
.about__wrapper {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 552px;
}
.about__text {
  line-height: 2;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .about__text {
    margin-bottom: 32px;
  }
}
.about__brand {
  background: #ffffff;
  border: 2px solid #008223;
  border-radius: 16px 16px 0 16px;
  padding: 16px 0;
  max-width: 343px;
  width: 100%;
  margin: 0 auto 8px;
}
@media screen and (min-width: 768px) {
  .about__brand {
    max-width: 410px;
    padding: 16px 32px;
  }
}
.about__brandLogoText {
  display: block;
  color: #008223;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about__brandLogoText {
    font-size: 14px;
  }
}
.about__brandLogo {
  color: #008223;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about__brandLogo {
    font-size: 30px;
  }
}
.about__companyLogo {
  max-width: 252px;
  width: 100%;
  margin: 0 auto 24px;
}
@media screen and (min-width: 768px) {
  .about__companyLogo {
    max-width: 344px;
    margin-bottom: 32px;
  }
}
.about__companyLogo > img {
  width: 100%;
}

.recommend {
  padding: 40px 16px;
  background: #F9FAFB;
}
@media screen and (min-width: 768px) {
  .recommend {
    padding: 64px 32px;
  }
}
.recommend__list {
  position: relative;
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
}
.recommend__slickWrapper {
  overflow: hidden;
}
.recommend__arrowWrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .recommend__arrowWrap {
    margin-top: 24px;
    padding: 0 32px;
  }
}
.recommend__dots {
  width: 100%;
}
.recommend__arrows {
  position: absolute;
  top: 25vw;
  left: 0;
  right: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .recommend__arrows {
    top: 21vw;
  }
}
@media (min-width: 1281px) {
  .recommend__arrows {
    top: 13vw;
  }
}
.recommend .slick-list {
  overflow: visible;
}
.recommend .slick-track {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (min-width: 768px) {
  .recommend .slick-track {
    gap: 32px;
  }
}
.recommend .slick-slider {
  margin: 0;
}
.recommend .slick-slide {
  height: auto !important;
  display: flex !important;
}
.recommend .slick-dots {
  position: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .recommend .slick-dots {
    gap: 36px;
  }
}
.recommend .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .recommend .slick-dots li {
    width: 14px;
    height: 14px;
  }
}
.recommend .slick-dots button {
  width: 100%;
  height: 100%;
  border-radius: 999px;
  background-color: #E6E7E7;
  position: absolute;
}
.recommend .slick-dots button:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 999px;
  transition: 0.6s all cubic-bezier(0.4, 1, 0.5, 1);
  opacity: 1;
}
.recommend .slick-dots .slick-active button {
  background: #008223;
}
.recommend .slick-dots .slick-active button:before {
  opacity: 1;
}
.recommend .slick-prev,
.recommend .slick-next {
  position: absolute;
  background: #ffffff;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  border: 1px solid #E6F3E9;
  box-shadow: 0px 1px 3.5px 0px rgba(0, 26, 7, 0.06);
  opacity: 0.9;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(0, 0);
  transition: 0.6s all cubic-bezier(0.4, 1, 0.5, 1);
}
@media screen and (min-width: 768px) {
  .recommend .slick-prev,
  .recommend .slick-next {
    width: 64px;
    height: 64px;
    transform: translate(0, 30%);
  }
}
.recommend .slick-prev:before,
.recommend .slick-next:before {
  content: "";
  -webkit-mask-image: url(../../images/common/icon_arrow.svg);
          mask-image: url(../../images/common/icon_arrow.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #008223;
  width: 32px;
  height: 32px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .recommend .slick-prev:before,
  .recommend .slick-next:before {
    width: 40px;
    height: 40px;
  }
}
@media (hover: hover) {
  .recommend .slick-prev:hover,
  .recommend .slick-next:hover {
    background: #008223;
    border: 1px solid #008223;
  }
  .recommend .slick-prev:hover:before,
  .recommend .slick-next:hover:before {
    background-color: #ffffff;
  }
}
.recommend .slick-prev.slick-disabled,
.recommend .slick-next.slick-disabled {
  opacity: 0.6;
}
.recommend .slick-prev.slick-disabled::before,
.recommend .slick-next.slick-disabled::before {
  opacity: unset;
}
.recommend .slick-prev {
  left: 4.2%;
}
.recommend .slick-prev::before {
  transform: rotate(90deg);
}
.recommend .slick-next {
  right: 4.2%;
}
.recommend .slick-next::before {
  transform: rotate(-90deg);
}

.category {
  padding: 32px 16px;
  background: #F9FAFB;
}
@media screen and (min-width: 768px) {
  .category {
    padding: 32px;
  }
}
.category__section {
  margin-bottom: 40px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1120px;
}
@media screen and (min-width: 768px) {
  .category__section {
    margin-bottom: 64px;
  }
}
.category__section:last-child {
  margin-bottom: 0;
}
.category__list {
  width: 100vw;
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
}
@media screen and (min-width: 768px) {
  .category__list {
    width: 100%;
    margin: 0;
  }
}

.instagram {
  padding-right: 16px;
  padding-left: 16px;
}
@media screen and (min-width: 768px) {
  .instagram {
    padding-right: 32px;
    padding-left: 32px;
  }
}
.instagram .english_title:before {
  content: "instagram";
}
.instagram__slides {
  margin-right: calc(50% - 50vw);
}
.instagram #sb_instagram #sbi_images .sbi_item {
  overflow: visible;
}
.instagram #sb_instagram.sbi_col_1 #sbi_images {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 16px;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .instagram #sb_instagram.sbi_col_1 #sbi_images {
    gap: 32px;
    padding: 0 80px;
  }
}
.instagram #sb_instagram .sbi_photo_wrap {
  min-width: 211px;
  max-width: 211px;
  flex: 0 1 33%;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .instagram #sb_instagram .sbi_photo_wrap {
    min-width: 427px;
    max-width: 427px;
    border-radius: 16px;
  }
}
.instagram #sb_instagram .sbi_photo,
.instagram #sb_instagram .sbi_photo img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 1px 3.5px 0px rgba(0, 26, 7, 0.06);
  display: block;
  padding-bottom: 100%;
  background-position: center;
  background-size: cover;
  cursor: pointer;
  transition: 0.6s all cubic-bezier(0.4, 1, 0.5, 1);
}
@media (hover: hover) {
  .instagram #sb_instagram .sbi_photo:hover,
  .instagram #sb_instagram .sbi_photo img:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .instagram #sb_instagram .sbi_photo,
  .instagram #sb_instagram .sbi_photo img {
    border-radius: 16px;
  }
}
@media (hover: hover) {
  .instagram #sb_instagram .sbi_photo:hover,
  .instagram #sb_instagram .sbi_photo img:hover {
    box-shadow: 0px 11px 28px 0px rgba(0, 26, 7, 0.06);
  }
}
.instagram #sb_instagram .sbi_type_carousel .fa-clone {
  visibility: hidden;
}
.instagram #sb_instagram .sbi_type_video .sbi_playbtn,
.instagram #sb_instagram .sbi_type_carousel .sbi_playbtn,
.instagram .sbi_type_carousel .fa-clone,
.instagram #sb_instagram .sbi_type_carousel .svg-inline--fa.fa-play,
.instagram #sb_instagram .sbi_type_video .svg-inline--fa.fa-play {
  display: none !important;
}

.youtube {
  padding-right: 16px;
  padding-left: 16px;
}
@media screen and (min-width: 768px) {
  .youtube {
    padding-right: 32px;
    padding-left: 32px;
  }
}
.youtube .english_title:before {
  content: "youtube";
}
.youtube__slides {
  margin-right: calc(50% - 50vw);
}
.youtube__list {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 16px;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .youtube__list {
    gap: 32px;
    padding: 0 80px;
  }
}
.youtube__content {
  cursor: pointer;
  min-width: 211px;
  max-width: 211px;
  flex: 0 1 33%;
  border-radius: 10px;
  box-shadow: 0px 1px 3.5px 0px rgba(0, 26, 7, 0.06);
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 116px;
  transition: 0.6s all cubic-bezier(0.4, 1, 0.5, 1);
}
@media (hover: hover) {
  .youtube__content:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .youtube__content {
    min-width: 692px;
    max-width: 692px;
    border-radius: 16px;
    padding-top: 384px;
  }
}
@media (hover: hover) {
  .youtube__content:hover {
    box-shadow: 0px 11px 28px 0px rgba(0, 26, 7, 0.06);
  }
}
.youtube__thumbnail {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.youtube__playButton {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  background: #ffffff;
  border-radius: 999px;
  opacity: 0.9;
}
@media screen and (min-width: 768px) {
  .youtube__playButton {
    width: 80px;
    height: 80px;
  }
}
.youtube__playButton:after {
  content: "";
  display: block;
  -webkit-mask-image: url(../../images/common/icon_play.svg);
          mask-image: url(../../images/common/icon_play.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #008223;
  width: 24px;
  height: 24px;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .youtube__playButton:after {
    width: 48px;
    height: 48px;
  }
}
.youtube__popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  opacity: 0;
  z-index: 300;
  transition: 0.6s all cubic-bezier(0.4, 1, 0.5, 1);
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .youtube__popup {
    padding: 0 32px;
  }
}
.youtube__popup.active {
  display: block;
  opacity: 1;
}
.youtube__popupInner {
  position: relative;
  top: 25%;
  max-width: 343px;
  height: 120px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .youtube__popupInner {
    max-width: 692px;
    height: 380px;
  }
}
.youtube__popupInner iframe {
  max-width: 343px;
  height: 200px !important;
}
@media screen and (min-width: 768px) {
  .youtube__popupInner iframe {
    max-width: 692px;
    height: 380px !important;
  }
}
.youtube__popupBackground {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: transparent;
}
.youtube__close {
  cursor: pointer;
  position: absolute;
  top: -52px;
  right: 0;
  font-size: 0;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .youtube__close {
    width: 42px;
    height: 42px;
    top: -52px;
  }
}
.youtube__close:before, .youtube__close:after {
  content: "";
  position: absolute;
  background: #ffffff;
  width: 100%;
  height: 4px;
  border-radius: 16px;
  opacity: 1;
}
.youtube__close:before {
  transform: rotate(45deg);
}
.youtube__close:after {
  transform: rotate(135deg);
}